/* CSS Global Stylesheet Header

Theme Name: John Muir Health Find a Physician
Theme URI: johnmuirhealth.com
Description: Specific styles for Find a Physician Functionality
Author: Brendan Salmond
Author Email: brendan.salmond [at] solutionset.com
Author URI: www.solutionset.com
Version: 1.0

[Table Of Contents]

1- Global Elements
2- Left Column
3- Center Column
	3.a- Form Elements
	3.b- Search Results
4- Right Column
5- AutoComplete
6- Hacks
7- Video Lightbox
8- Print

Use = symbol and table of contents number (=6) to jump to specific content area.
Example: *Find* =4 will take you to the Right Column styles.
*/

/* =1 Global Elements
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
text-align: left !important;
margin: 0px !important;
padding: 0px !important;
}
#fadMain td, #fadMain div,
#fadLeftCol td, #fadLeftCol div,
#fadRightCol td, #fadRightCol div,
#fadPrint td, #fadPrint div,
#fadLeftCol td, #fadLeftCol div,
#fadRightCol td, #fadRightCol div {
	color: #4c4c4c;
	font-family: Arial, Helvetica, sans-serif;
}

#fadMain {
	float: left; 
	margin-top: 2px;
	padding-right: 10px;
	width: 440px;
}

#fadPrint {
	padding-right: 10px;
}

#fadLeftCol {
	padding-right: 5px;
}

#fadRightCol {
	float: left; 
	width: 150px;
}

.floatleft {
	display: inline-block;
	float: left;
}

.floatright {
	display: inline-block;
	float: right;
}

.arrowLink {
	display: inline-block;
	margin-left: 4px;
}
.checkbox,
.radio {
	margin-top: 3px;
	margin-right: 5px;
}
h3 {
	font-size: 13px;
}

/* no indent line items */
.noliindent ol {
	padding-left: 20px;
}

.noliindent ul {
	padding-left: 0px;
}

.noliindent ol li {
	margin: 0;
}

.noliindent ul li {
	margin: 0;
}
.searchPage {
	margin-top: 70px;
}
.searchResults {
	margin-top: 138px;
}

#printShare .but-feedback {
	font-size: 77%; text-transform: uppercase; text-decoration: none;
	margin: 0 0 0 0; padding: 0 0 0 12px;
}

/* This turns on the highlighting for the main nav
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#nav li.findadoctor a {
	background-position: -157px -62px !important;
}

/* This fixes the line spacing on the right side h4
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

.contentWrapper h4 {
	line-height: 18px !important;
}

/* =2 Left Column
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#fadLeftCol .searchInfo {
	margin-top: 20px;
}

#fadLeftCol .inputGroup {
	margin-top: 10px;
}

#fadLeftCol .optext strong {
	font-weight: bold;
}
#fadLeftCol label .optext {
	font-weight: normal;
}


#fadLeftCol .breakForm label {
	margin-bottom: 5px;
}


/* 
Center Column
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#fadMain h2 {
	margin-top: 0px;
}
.subHead {
	padding: 10px 0 0 0;
}
#fadMain hr {
	height: 1px;
	background-color: #cfcfce;
	border: 0 none;
	display: block;
	zoom: 1;
	margin: 0 12px 0 0;
	padding: 0;
}
.fadHead3 {
	font-size: 14px;
	margin-top: 20px;
}

.calloutFad .fadHead3 {
	margin-top: 0px;
}

.grad {
	background: transparent url(../images/bkgd_grad_fff9f4.png) repeat-x;
}

.queryIcon {
	margin-right: 10px;
}

.profileNav {
	border-bottom: solid 1px #ccc;
	padding-bottom: 7px;
}
.profileNav a {
	font-size: 10px;
}

.profileFoot {
	border-bottom: none;
	margin-top: 7px;
}

.drPhoto {
	/*margin-right: 20px;*/
}
.drVital .spec {
	font-weight: bold;
}
.drVital .specPrint {
	font-weight: bold;
	width: 110px;
}
.drVital .info {
	margin-bottom: 10px;
}

/*callouts*/


/*---search*/
.searchProfileBox,
.profile {
	display: block;
	background-color:#f5f4f4;
	border: solid 1px #dfdfdf;
	padding: 10px 0 10px 12px;
	margin: 0px;
}
.searchProfileBox {
	min-height:100px;
	height:auto !important;
	height:100px;
}
.searchProfileMain {
	display: block;
	min-height:220px;
	height:auto !important;
	height:220px;
	background: #867d74;
	padding: 10px 12px 10px 12px;
	margin: 0px;
}
.searchProfileMain .col1 {
	width: 250px;
	float: left;
	margin-left: 0px;
	color: #fff !important;
}
.searchProfileMain .col1 p {
	width: 250px;
}
.searchProfileMain .col1 a {
	color: #fff;
	text-decoration: underline;
}
.drimagecol2 {
	float: right;
	width: 130px;
	margin: 0 0 0 0;
}
.printemailbutt  {
	margin-top: 10px;
}
.btn-email {
	 margin-right: 6px;
}
#fadMain .contentWrapper {
	width: 440px !important;
}
.searchProfileBoxPlain {
	display: block;
	background-color:#fff;
	border: solid 1px #dfdfdf;
	padding: 10px 0 10px 12px;
	margin: 0px;
}
.notes p, .notes a {
	font-size:smaller;
	line-height: 14px;
}

/*---searchresults*/
.searchresult {
	padding: 10px 0px 10px 0px;
}

#sortby {
	margin-bottom: 10px;
}

.seaSSSrchresult .fadHead3,
.searchresult .searchUtil {
	margin-left: 12px;
}
.searchUtil {
	margin-bottom: 10px;
}

#drSearchResultBody,
#jmhSearching {
	min-height: 500px; _height: 500px;
	}
	
#jmhSearching img {
	display: block;
	margin: 0px auto;
	padding-top: 150px;
	}
	
.noResults {
	display: block;
	margin-top: 20px;
	margin-left: 12px;
}
.print_email {
	display: block;
	width: 170px;
	background-color:#f5f4f4;
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #dfdfdf;
	padding: 10px 0px 10px 12px;
	margin: 10px 0 0 256px;
}
.addrcol1 {
	 float: left;
	 width: 240px;
	 display: block;
}

.addrcol2 {
	float: left;
	width: 150px;
	 display: block;
}

/*---videos*/
.videos {
	padding-top: 20px;
	padding-bottom: 20px;
}

.videos .docVid {
	float: left;
	padding-left: 10px;
	width: 100px;
	display: block;
	overflow: hidden;
}

.docVid img, .docVid p {
	margin-left: 2px;
}

.docVid .drName {
	display: block;
}

.docVid .emph {
	color: #569099;
	font-weight: bold;
}

/*---pagination*/
.pagination {
	height: 40px;
	padding: 5px 0 5px 10px;
	line-height: 20px;
}
.paginationProfile {
	margin-top: 10px;
}

.pagination p {
	text-align: left;
	margin: 0 !important;
	color: #fff;
}
.pagesFirst, .pagesLast, .pagesFirstPagination {
	float: left;
	text-align: left;
	width: 105px;
	color: #fff !important;
	display: block;
}
.pagesFirstPagination {
	text-align: left !important;
	width: 175px;
}
.pagesLast {
	text-align: right;
}
.pagesFirst a, .pagesFirstPagination a {
	text-align: left;
	margin: 0 5px 0 0;
}
.pagesLast a {
	text-align: left;
	margin: 0 0 0 5px;
}
.pages, .pagesPagination {
	width: 200px;
	text-align: center;
	padding-left: 8px;
}
.pagesPagination {
	width: 130px;
}
.pages a, .pages span {
	margin: 0px 7px 0 7px;
}
.pages span {
	color: #3c5d62 !important;
}
.pagesOff {
	color: #3c5d62 !important;
	margin: 0px !important;
}
.showing {
	text-align: center;
	width: 99%
}
.showing p {
	text-align: center;
}
.pagination, .pagination p, .pagesFirst, .pagesLast, .pagesFirst a, .pagesLast a, .pagesLast a, .pages, .pages a, .pages span, span.pagesOff, .showing, .showing p {
	font-size: 12px !important;
}


/* =3.a Form Elements
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
label {
	font-weight: bold;
}

.search input.text {
  border: solid 1px #ccc; 
  padding-top: 0px;
  margin-top: 0px;

}

.optext {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

.search .padme {
	padding-left: 0px;
}


.search .inputGroup {
	margin-top: 10px;
	margin-bottom: 10px;
}
.radioGroup div {
	margin-bottom: 5px;
}
.checkGroup {
	overflow: hidden;
	zoom: 1;
}

.checkGroup .checkbox {
	float: left;
	display: inline;
}

.checkGroup div {
	margin-bottom: 10px;
}

.fixedForm label {
	display: inline-block;
	float: left;
	width: 80px;
}

.fixedForm .bigLabel {
	width: 150px;
}

.breakForm label {
	display: block;
	margin-bottom: 5px;
}

a.help {
	background: url('/images/icon_help.gif') no-repeat 8px 0;
	display: inline-block;
	overflow: visible;
}

a.profilehelp {
	background: url('/images/icon_help-profile.gif') no-repeat 8px 0;
	display: inline-block;
	overflow: visible;
}

.inputHelp {
	margin-top: 5px;
}

/*specific*/
#basicSearchInput {
	width: 315px;
	}

#simpleSearchSubmit {
	margin-left: 10px;
	margin-top: 5px;
}

#email_form {
	text-align: left;
	width: 358px;
}

#email_form .inputGroup {
	padding-right: 20px;
	padding-left: 15px;
	}

#email_form .breakForm label {
	display: block;
	margin-bottom: 3px;
}

#email_form #emailSubmit {

	}

#email_form input.error,
#email_form textarea.error,
#fadSearch input.error 
{
	border: solid 1px red;
}

#email_form span.emailError,
#email_form span.messageError,
#fadSearch span.searchError 
{
	display: block;
	font-size: 10px;
	color: red;
	padding-top: 2px;
	height: 12px;
}

span.searchError {
	clear: both;
	display: block;
	height: 15px;
	padding-left: 40px;
	}
	
.fixedForm span.searchError {
	padding-left: 80px;
	}
	
#langerr {
	padding-left: 0px;
	}

#email_form #resultStatus {
	height: 20px;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 3px;
	text-align: center;
}

#email_form div.statusOk {
	color: green;
}

#email_form div.statusFail {
	color: red;
}

/* popup */
.popup {
	height: 127px;
}

.popUpText {
	text-align: left;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	}



/* =3.b Search Results
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/*---main*/
.doctor {
	border-top: solid 1px #ccc;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 20px;
}

.first {
	border-top: none;
}


/*---dr profile*/
.drProfile {
	margin-top: 20px;
}

.resultBody .drVital {
	margin-left: 100px;
}

.drProfile .drVital {
	margin-left: 160px;
}

.drInfo, .drInfoPrint {
	margin: 2px 0px 2px 0px;
	padding: 0px;
}

.bigphone {
	margin_left: 270px; 
	font-size: 20px;
}

p.drInfo {
	width: 320px;
	line-height: 14px;
	margin-bottom: 8px;
}

p.drInfoShort {
	width: 215px;
	line-height: 14px;
	margin-bottom: 8px;
}

p.drInfoPrint {
	line-height: 14px;
	margin-bottom: 8px;
}

.contact {
	margin: 2px 0px 2px 0px;
	padding: 0px;
}

p.contact {
	width: 320px;
	line-height: 14px;
	margin-bottom: 8px;
}

.drProfile .spec {
	font-weight: bold;
}
.drProfile .role,
.drProfile .spec {
	margin-top: 10px;
}
p.network {
	margin: 0px !important;
}

.drProfileDetail {
	border-bottom: solid 1px #ccc;
	margin-top: 20px;
}
.drProfileDetail ul {
	margin-top: 0;
}
.drProfileDetail ul li {
	line-height: 1.4em;
}
.drInfoCol1 {
	float: left; 
	width: 90px; 
	min-height:150px;
	height:auto !important;
	height:150px;
}
.drInfoCol2 {
	width: 330px;
	float: left;
}
.ddrinfoCol2Info {
	float: left;
	width: 215px;
}
.drInfoCol3 {
	float: right;
	width: 91px;
}
.map {
	 margin-left: 6px;
}

/* =4 Right Column
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

.gutterCallout {
	width: 195px; 
	padding-bottom: 0px;
	padding-top: 5px;
	margin-bottom: 10px;
	margin-left: 7px;
}
.gutterCallout-first {
	padding-top: 0;
}
.address p {
	margin-bottom: 2px;
}

.quote .emph {
	color: #871e2d;
	font-weight: bold;
}

.fadHead3 {
	margin-top: 39px
}

/* =5 AutoComplete
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/*ac general*/
.ac_results {
	padding: 0px;
/*	border: 1px solid #ccc;*/
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
	
.ac_results li, .ui-autocomplete li, .ui-autocomplete a
{
	margin: 0px;
	padding: 2px 5px;
	display: block;
	list-style-image: none;
	list-style-type: none;
	color: #685C53;
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	/*font: menu;*/
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
	text-align: left;
}

.specialtyAc-result {
	}

.drAc-result {
	cursor: pointer;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #e2ddd5 !important;
}

.ui-corner-all { -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }

.ac_over, .ui-state-hover {
	background: #8B8178 !important;
	color: #fff !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #8B8178; background: #8B8178 url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }

/* find a physician specific */
span.speciality {
	display: block;
	margin-top: 5px;
}


/* =6 Hacks
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*clearfix*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.clearfix{display:inline-block;}/* Hides from IE-mac \*/ * html .clearfix{height:1%;}.clearfix{display:block;}/* End hide from IE-mac */


/* =7 Video Lightbox
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#overlay-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 99999px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)";
	background-color: rgba(0, 0, 0, .5);
	z-index: 9991;
}
#video-box {
	position: absolute;
	z-index: 9992;
	height: 280px;
	width: 400px;
	padding: 10px;
	left: -9999px;
	top: -9999px;

	background-image: url(../images/video_overlay_bg.png); /* 50% opacity png, #fff bg color */
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/video_overlay_bg.png', sizingMethod='scale');
}
#dr-video, #dr-video-close {
	cursor: pointer;
}



/* =8 Print
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h2.print_page_header {
	background: none;
	padding-left: 0px;
}

#print_content_block hr {
	visibility: hidden;
	}

#print_content_block a {
	text-decoration: underline;
}

#print_content_block  {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	border-left: none;
}

#print_content_block #fadPrint {
	width: 620px;
	border-right: none;
}

#print_content_block .searchresult,
#print_content_block #fadLeftCol .searchInfo
{
	margin-top: 0px;
}

/*search results specifc*/
#print_content_block .drPhoto {
	display: inline;
	float: left;
	margin-left: 10px;
	text-align: left;
}
#print_content_block .searchresult .drPhoto {

}
#print_content_block .searchresult .fadHead3 {
	display: none;
}
#print_content_block .hgrad {
	background: none;
}
#print_content_block .resultBody .drVital {
	width: 127px;
	margin-left: 10px;
}

#print_content_block .drProfile .drVital {
	margin-left: 170px;
}
	
#print_content_block .drFullContact {
	border-left: 1px #ccc solid;
	margin-left: 15px;
	padding-left: 15px;
	font-size: 14px;
	}

.drPrintSegment,
.drProfilePrintSegment {
	margin-top: 0;
	overflow: visible;
	position: relative;
	z-index: 3;
	}

.drProfilePrintSegment {

	}

.clip-region {
	overflow: hidden;
	position: relative;
	width: 620px;
}

.clip-region .doctor {
	position: relative;
	margin: 0px;
	padding: 0px;
	padding: 0 0px;
	height: 100%;
	width: 620px;
	z-index: 2;
}

.clip-region .background {
  /* border: solid #ffffff 1000px;*/
	position: absolute;
	top: 0px;
	z-index: -1;
}

/* 
.drShaded .clip-region .background {
	border: solid #f4f3f3 1000px;
}
*/

/*dr profile specific*/
#print_content_block .profile {
	background-color: transparent;
	border: none;
	padding: 0px;
}

#print_content_block .drProfile {
	margin-top: 0px;
	padding: 15px 0px 15px 5px;
	}


#print_content_block .drProfileDetail {
	border-right: solid 1px #ccc;
	border-bottom: none;
	float: left;
	padding-left: 20px;
	width: 500px;
	}
	
#print_content_block .drFullContacts {
margin-left: 515px;
padding-left: 30px;
}
#print_content_block {
	margin-bottom: 20px;
}

.separator {
	display: block; 
	width: 620px;
	margin-top: 20px; 
	padding: 0px 0 10px 0;
	border-top: 1px solid #f4f3f3;
}

.profile-video {
	display: block;
	position: relative;
	zoom: 1;
	width: 79px;
	outline: 0;
}
.profile-video img {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
.profile-video-hover img {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}


.dr-video-icon {
	background: url(../images/vid_info_icon2.gif) 0 0 no-repeat;
	width: 22px;
	height: 21px;
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 6px;
	left: 8px;
}
#dr-video {
	background: url(../images/video-player-bg.png) 0 0 no-repeat;
	display: block;
	width: 122px;
	padding: 1px 0 0 40px;
	height: 109px;
}
#dr-video img {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
.video-player-bg-hover img {
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	filter:alpha(opacity=100) !important;
}

#fad-locations,
#fad-languages {
	width: 263px;
	}

.ui-dropdownchecklist,
.ui-dropdownchecklist-wrapper,
.ui-dropdownchecklist-dropcontainer-wrapper,
.ui-dropdownchecklist-dropcontainer {
	z-index: 2;
	width: 263px !important;
}

.ui-dropdownchecklist-item {
	text-align: left;
}

/*for ff2 */
.ui-dropdownchecklist, x:-moz-any-link
{
	display: -moz-inline-block;
	width: 263px;
	display: block;
	overflow: hidden;
}

.ui-dropdownchecklist, x:-moz-any-link, x:default
{
	display: inline-block;
	width: auto;
}
.filterInput {
	clear: both;
	float: left;
	width: 25px;
}
.filterContent {
	float: left;
	width: 126px;
	margin-top: 3px;
}
.filterHelp {
	float: left;
	width: 24px;
}
<!--[if IE]>
.filterInput input {
	margin: 0px;
}
<![endif]-->

.clear-form {
	font-size: 12px;
	font-weight: bold;
	color: #7F2348;
	cursor: pointer;
	padding-left: 8px;
	overflow: hidden !important;
}

/* make fake defaults like "enter an email" be italic and dim */
.fake-default-value { 
	font-style: italic; 
	color: #999; 
	margin: 5px 0 0; 
}



