/*!
 * Custom CSS for needappointment.com
 * by Arsie Reyes
 * 2015
 */
/*! appoint.css */

body {
	background: #f4f4f4;
	font-size:15px;
}

.header-wrap {
	background: url("/static/graphics/header-bg.jpg") repeat-x #eaeaea;
}
.header-logo {
	line-height:130px;
	display: inline-block;
}
.header-logo img {
	vertical-align: middle;
}

.content-wrap {
	margin-top:10px;
	padding-bottom:75px;
}

.header-wrap h1 {
	line-height:250%;
}

.content-wrap form label {
	font-weight:normal;
}

.home-frm-wrap {
	width:700px;
	margin:0 auto;
	background:#fff;
	border:1px solid #ccc;
	border-radius:10px;
	overflow:hidden;
}

.home-frm-wrap h4 {
	background: url("/static/graphics/box-header-bg.gif") repeat-x #f4f4f4 ;
	line-height: 80px;
	padding-left: 35px;
	margin:0;
	font-size:16px;
}

.home-frm-wrap form {
	padding:15px 35px 15px 40px;
}

#radio_existing_patient {
	text-align:left;
}
form label.control-label:not([id=radio_existing_patient]) {
	padding-left:0;
	padding-right:0;
}

form .col-sm-4.col-left-four {
	padding-right:0;
}

#lbl-parent {
	margin-left:5px;
}

p.help-block {
	color:#00349a;	
	font-size:14px;
}
#lbl-help {
	font-size:14px;
	color: #00349a;
}
#div-radios {
	padding-bottom:35px;
}
.form-control[readonly] {
    background-color: #fff;
}
.appoint-default {
	margin-top:60px;
}

.appoint-header {
	font-size:26px;
	line-height:150%;
}

.appoint-help-block {
	margin-bottom:0;
}

.appoint-recaptcha {
	vertical-align:middle;font-size:24px;line-height:32px;
}

.appoint-privacy-link {
	margin-left:164px;
}

.appoint-readmore-modal {
	overflow-x: auto; max-height:475px;
}

#captcha_container .captcha_wait { border: 1px solid #ccc; display: inline-block; line-height: 32px; text-align: center; width: 200px; color:#555; vertical-align:middle; }

#new_patient_container{display:none;}
#readMore{text-decoration:none;}
#patient_consent{display:none}
.modal-backdrop.show {
	filter: alpha(opacity=50);
	opacity: .5;
}
@media (min-width:768px){.modal-dialog{width:1000px;margin:30px auto}}