/*Contact Form Css*/

.title-bar{
	height:150px;
}

.title{
	font-size: 26px;
	color: #8bd4e7;
	font-weight: normal;
	margin-top: 40px;
}

.redoutline{
	border: 1px solid red;
}

.form-heading{
	font-size: 15px;
	margin-bottom: 10px;
}

.form-sub-heading{
	font-size: 13px;
	margin-bottom: 30px;
}

.form-note{
	font-size: 11px;
	margin-top: -15px;
	margin-bottom: 30px;
}

/*.form-control{
	width:220px;
	margin-bottom: 20px;
}*/

/* added padding to placeholders */

.form-control{
	font-size: 13px; 
	height: 35px;
}

/* To change the Placeholders only when focusing the fields*/

/*input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color:#bbb;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color:#bbb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color:#bbb;
  font: normal;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color:#bbb;
}*/

.form-control:focus{
	border: 1px solid #ccc;
	outline: none;
	-webkit-box-shadow: 0px 0px 20px 2px #8BD4E7;
	-moz-box-shadow: 0px 0px 20px 2px #8BD4E7;
	box-shadow: 0px 0px 20px 2px #8BD4E7;
}

.form-dropdown{
	width:220px;
	margin-bottom: 20px;
}

.form-dropdown:focus{
	outline: none;
	-webkit-box-shadow: 0px 0px 20px 5px #8BD4E7;
	-moz-box-shadow: 0px 0px 20px 5px #8BD4E7;
	box-shadow: 0px 0px 20px 5px #8BD4E7;
}

.form-textarea{
	width:220px;
	height:90px;
	margin-bottom: 20px;
}

.form-textarea:focus{
	outline: none;
	-webkit-box-shadow: 0px 0px 20px 5px #8BD4E7;
	-moz-box-shadow: 0px 0px 20px 5px #8BD4E7;
	box-shadow: 0px 0px 20px 5px #8BD4E7;
}

.form-checkbox{
	margin-bottom: 20px !important;
}

.form-checkbox-label{
	margin-left: -15px;
	font-size: 13px;
}

.form-extra-information{
	color: #8F8F8F;
	font-size: 13px;
	margin-bottom: 20px;
}

.form-required-asterisk{
	margin-top: -6px;
	margin-left: -28px;
	color: #8F8F8F;
	font-size: 13px;
}

.form-file-upload {
	position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.form-upload-label{
	font-size: 13px;
	margin-top:5px;
	margin-left:-15px;
}

.form-file-upload input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-upload { 
  color: #000000; 
  background-color: #DBDBDB; 
  border-color: #A3A3A3; 
} 
 
.btn-upload:hover, 
.btn-upload:focus, 
.btn-upload:active, 
.btn-upload.active, 
.open .dropdown-toggle.btn-upload { 
  color: #000000; 
  background-color: #CCCCCC; 
  border-color: #A3A3A3; 
} 
 
.btn-upload:active, 
.btn-upload.active, 
.open .dropdown-toggle.btn-upload { 
  background-image: none; 
} 
 
.btn-upload.disabled, 
.btn-upload[disabled], 
fieldset[disabled] .btn-upload, 
.btn-upload.disabled:hover, 
.btn-upload[disabled]:hover, 
fieldset[disabled] .btn-upload:hover, 
.btn-upload.disabled:focus, 
.btn-upload[disabled]:focus, 
fieldset[disabled] .btn-upload:focus, 
.btn-upload.disabled:active, 
.btn-upload[disabled]:active, 
fieldset[disabled] .btn-upload:active, 
.btn-upload.disabled.active, 
.btn-upload[disabled].active, 
fieldset[disabled] .btn-upload.active { 
  background-color: #DBDBDB; 
  border-color: #A3A3A3; 
} 
 
.btn-upload .badge { 
  color: #DBDBDB; 
  background-color: #000000; 
}

.submit-button{
	width: 220px;
	background: #8BD4E7 url(/images/general/white-arrow.png) no-repeat 170px 11px;
	text-align: left;
	font-size: 16px;
	color: #ffffff;
	box-shadow: none;
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 10px;
	display: block;
	font-family: 'Open Sans', Tahoma, Helvetica, Arial, sans-serif;
}

.address-title{
	font-size: 20px;
	color: #8bd4e7;
	font-weight: normal;
	display: inline-block;
	margin-bottom: 5px;
}

.address-phone-number{
	font-size: 22px;
	font-weight: normal;
}

.address-email,
	.address-email a{
		font-size: 18px;
		font-weight: normal;
		color: #000000;
}

.address{
	font-weight: normal;
	color: #000000;
}


/* Login page uses similar styling so its included here */

.login-label
{
    font-weight: normal;
}

#input-page-email,
#input-page-password
{
    display: inline-block;
    width: 210px;
    font-size: 13px;    
    color: #555555;
}

.login-submit-button{
	width: 210px;
	background: #8BD4E7 url(/images/general/white-arrow.png) no-repeat 170px 11px;
	text-align: left;
	font-size: 16px;
	color: #ffffff;
	box-shadow: none;
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 10px;
	display: block;
	font-family: 'Open Sans', Tahoma, Helvetica, Arial, sans-serif;
}

 .upload-row
 {
 	font-size: 12px;
 }