/* 
=== View Profile Modal ===
=== April 30, 2014 ====
=== www.geo-blue.com ===
*/


/* 
--->>Table of Content<<---
==================================================

	#Modal Styles
	#Images
	#Simple Grid
		##Content Columns
	#Buttons
	#Tabs
	#Misc 
	
*/

/* #Modal Styles
================================================== */
.modal{
	width:100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
	left:0;
	top:0;
	background: url("/global_assets/images/misc/overlay-bkgd.png") repeat 0 0 scroll;
	overflow: hidden;
}

.modal p.loadingContent{
	text-align: center;
	font-size: 125%;
	color: #fff;
	line-height: 200%
}

.fixed{
	position: fixed;
}

.modal > div{
	width: 350px;
	background: #fff;
	display: inline-block;
	border:1px solid #ccc;
	box-shadow:0px 2px 3px rgba(0,0,0,0.5);	
}

.modal div.small{
	width:400px;
}

.modal div.medium{
	width: 500px;
}

.modal div.big{
	width: 625px
}

.modal > div p, .modal > div ul, .modal > div h3{
	margin:20px;
	font-size: 1em;
}

.modal > div h3{
	border-bottom:1px solid #e5e5e5;
	padding-bottom: 5px
}

.modal > div .buttons{
	text-align: center;
	margin-bottom:25px;
}

.modal > div .buttons a{
	font-size: 125%;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: ##E37925;
	padding: 6px 15px;
	text-decoration: none;
}

.modal > div .buttons a:hover{
	font-size: 125%;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #993300;
}

.modal > div .buttons a#cancelDirectPay  {
	float: inherit;
	display: inline;
	text-align: left;
	margin: 0;
	padding: 6px 15px;
	background: #cccccc;
	color: #555555;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;	
}

.modal > div .buttons a#cancelDirectPay:hover  {
	float: inherit;
	display: inline;
	text-align: left;
	margin: 0;
	padding: 6px 15px;
	background: #555555;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;	
}

.providermodal{
	z-index: 10000;
	width: 900px;
}

.inline {
	display:inline;
}

pushLeft {
	float:left;
	clear:left;
	}

.providermodal .providername{
	font-size: 3em;
	font-weight: bold;
	font-family: 'HelveticaNeueCondensed', 'Arial Narrow';
	display:inline-block;
	margin-bottom:10px;
	width:75%;
}

.providermodal h1 {
	color:#000;
	border-bottom:1px solid #e5e5e5;
}

.providerInfo p, .lang_spec, .panes p{
	font-size:1.3em;
	line-height:1.3em;
}

.providerInfo a{
	font-weight:bold;
}

#directPay .profileTopContent{
	width:70%;
}

.profileTopContent #image{
	width:150px;
}

.profileTopContent #info{
	width: 70%;
	top: -5px;
	position: relative;
}

.removeBodyScroll{
	overflow:hidden;
}

.closeModal{
	background: url("/global_assets/images/icons/icon16x16-close.png") no-repeat;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.profileLabelCont{
	display: inline-block;
	width: 100%;
}

.profileLabelCont .lbl{
	float:left;
	width: 60px;
	margin: 0 !important;
	padding:0 !important;
}

.profileLabelCont .lblMed{
	width:100px;
	
}

.profileLabelCont .content{
	display: inline-block;
	margin: 0 !important;
	padding:0 !important;
}

.LangAndSpec p {
	color:#000;
	margin-top:2px;	
	
}



/* #Images
================================================== */

.imgplaceholder {
	text-align: center;
}

.providermodal .erAbsolute{
	top: 15px;
	right: 0;
}

.profileContent{
	width: 100%;
	display: inline-block;
	margin-top: 10px;
}

.profileContent p {padding:0 !important;}

.studentProvProfile.profileContent h3{
	color: #007ac1 !important;
	border-bottom: 1px #007ac1 solid;
	background-color:#b6d9ee;
	margin: 20px 0;
	padding:5px !important;
}

.profileContent h3{
	color: #0092ae;
	border-bottom: 1px #007ac1 solid;
	margin: 20px 0;
	padding:5px !important;
}

/* #Simple Grid
================================================== */

/*.providermodal *, .providermodal *:after, .providermodal *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/


#directPay [class*='col-'] {
	float: left;
	padding-right: 20px;
}

#directPay [class*='col-']:last-of-type {
	padding-right: 0px;
}

.grid {
	width: 100%;
	background-color:#fff;
}

.grid:after {
	content: "";
	display: block;
	clear: both;
}

.grid-pad {
	padding: 20px 0 0px 20px;
}

.grid-padT {
	padding-top:20px;
}

.grid-padL{
	padding-left:20px;
}


.grid-pad > [class*='col-']:last-of-type {
	padding-right: 20px;
}

.push-right {
	float: right;
}

/* Content Columns */

.col-1-1 {
	width: 100%;
}
.col-2-3, .col-8-12 {
	width: 66.66%;
}

.col-1-2, .col-6-12 {
	width: 50%;
}

.col-1-3, .col-4-12 {
	width: 33.33%;
}

.col-1-4, .col-3-12 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6, .col-2-12 {
	width: 16.667%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%
}


@media handheld, only screen and (max-width: 767px) {

	
	.grid {
		width: 100%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	[class*='col-'] {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* #Buttons
================================================== */

a.Largebtn{
	padding:5px 10px !important;
	font-size: 14px !important;
}

a.Largebtn .studentProvProfile{
	padding:10px 20px !important;
	font-size: 14px !important;
}

/* #Tabs
================================================== */
#providerMap{
	height: 300px;
	width: 100%;
}

.infoWindowContent{
	width: 200px;
	display: inline-block;
	font-size: 90%
}

.clinicalServiceList{
	float: left;
	width: 250px;
	margin-right: 10px;
}

.providertabs {
	background-color:#dbebed;	
	border-top:1px solid #e5e5e5;
}

.panes>div {
    padding:15px 10px 15px 25px;
}

.providermodal .panes p {
	margin-bottom:5px;
}



ul.tabs {
    list-style:none;
	text-align:center;
    height:30px;
}


.panes {
	display:inline-block;
	width:100%;
}
td.spaceAbove {
    padding-top: 4px;
}
.indent {
	text-indent: 60px;
}