﻿/* DEFAULTS
----------------------------------------------------------*/

body {
	font-size: .80em;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #0e153f;
	color: #696969;
}

a:hover {
	text-decoration: none;
}

a.info {
	font-weight: bold;
	padding: 5px;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.6em;
}

thead td, th {
	text-align: center;
	background-color: #3a5f96;
	color: #FFFFFF;
}

.highlight:hover {
	text-decoration: none;
	background-color: Highlight;
	color: HighlightText;
}

.top_menu {
	background-color: #3a5f96;
	overflow: hidden;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em;
	font-variant: small-caps;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
	color: #666666;
}

h1 {
	font-size: 1.6em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.header1 {
	font-size: 4em;
	color: #9b2929;
}

h2 {
	font-size: 1.5em;
	font-weight: 600;
}

h3 {
	clear: both;
	font-size: 1.2em;
	padding-top: 10px;
}

h4 {
	font-size: 1.1em;
}

h5, h6 {
	font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
	margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

.header, .splashheader {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 75px;
}

.splashheader {
	min-height: 110px;
}

div.logo {
	margin-left: 20px;
	margin-top: 10px;
	height: 61px;
	float: left;
	cursor: pointer;
	width: 211px;
}

div.medicity_logo {
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 169px;
	height: 51px;
	float: right;
	cursor: pointer;
	background-image: url(images/Poweredby.png);
	background-repeat: no-repeat;
	background-position: center;
}

div.splash_logo {
	margin-left: 20px;
	margin-top: 20px;
	height: 88px;
	float: left;
	cursor: pointer;
	width: 305px;
}

.header h1 {
	font-weight: 700;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	border: none;
	line-height: 2em;
	font-size: 2em;
	color: #f9f9f9;
}

.main {
	/*	min-height: 485px;*/
}

.info {
	padding: 20px 0px;
}

.leftCol {
	padding: 6px 0px;
	margin: 12px 8px 8px 8px;
	width: 200px;
	min-height: 200px;
}

.footer {
	color: #4e5766;
}

	.footer table > tbody > tr > td:first-child {
		padding-left: 10px;
	}

.colheader {
	margin: 0px;
	text-align: center;
}

.content {
	padding-left: 10px;
	padding-right: 10px; /*height: 485px;*/
	overflow: auto;
}

table {
	table-layout: fixed;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

label.textEntry {
	float: left;
	text-align: right;
	width: 150px;
	padding-right: 3px;
}

input.textEntry {
	width: 320px;
	border: 1px solid #ccc;
}

input.passwordEntry {
	width: 320px;
	border: 1px solid #ccc;
}

div.registrationInfo, div.changePassword {
	width: 489px;
}

div.loginInfo {
	width: 410px;
}

	div.loginInfo label {
		float: left;
		text-align: right;
		width: 70px;
		padding-right: 3px;
	}

.recaptcha {
	padding: 5px;
	margin-right: 10px;
}

/* MISC  
----------------------------------------------------------*/

.clear {
	clear: both;
}

.title {
	display: block;
	float: left;
	text-align: left;
	width: auto;
}

.loginDisplay {
	font-size: 1.1em;
	text-align: right;
	height: 54px;
	padding-top: 30px;
	padding-right: 10px;
	color: #4297d7;
}

	.loginDisplay a:link {
		color: #4297d7;
	}

	.loginDisplay a:visited {
		color: #4297d7;
	}

	.loginDisplay a:hover {
		color: #c5dbec;
	}

.failureNotification {
	font-size: 1.2em;
	color: Red;
}

.bold {
	font-weight: bold;
}

.submitButton {
	float: right;
	padding-right: 10px;
}

/* Search
-------------------------------------------------------------------------------------------*/

/*table.search
{
	width: 100%;
}*/

.search td {
	vertical-align: top;
}

.provider_search_div {
	padding-bottom: 10px;
	padding-left: 10px;
}

	.provider_search_div h3 {
		font-weight: bold;
	}

	.provider_search_div h4 {
		margin-top: 0px;
	}

	.provider_search_div p {
		line-height: 1em;
	}

	.provider_search_div input[type="text"] {
		width: 96%;
	}

	.provider_search_div select {
		width: 98%;
	}

/* SearchResultsTable
----------------------------------------------------------------------------------------*/

#SearchResultsTable, #UnverifiedProvidersTable {
	width: 100%;
}

	/*
#SearchResultsTable
{
	border-collapse: collapse;
}
*/
	#SearchResultsTable thead > tr > td:first-child, #UnverifiedProvidersTable thead > tr > td {
		cursor: pointer;
	}

	#SearchResultsTable tbody > tr > td {
		border-bottom-color: #A0A0A0;
		border-bottom-style: solid;
		border-bottom-width: thin;
		padding-left: 5px;
	}

	#SearchResultsTable tr[onclick], #UnverifiedProvidersTable tr[onclick] {
		cursor: pointer;
	}

		#SearchResultsTable tr[onclick]:hover, #UnverifiedProvidersTable tr[onclick]:hover {
			text-decoration: none;
			background-color: #C1CEE6;
			color: #FFFFFF;
		}

	/*
#SearchResultsTable tbody > tr > td:first-child
{
	width: 200px;
	text-align: center;
}
*/

	/* UnverifiedProvidersTable
-------------------------------------------------------------------------------------------*/

	#UnverifiedProvidersTable tbody > tr > td:first-child {
		width: 125px;
		padding-right: 5px;
		text-align: right;
	}

		#UnverifiedProvidersTable tbody > tr > td:first-child + td, #UnverifiedProvidersTable tbody > tr > td:first-child + td + td + td + td {
			width: 100px;
			text-align: center;
		}

			#UnverifiedProvidersTable tbody > tr > td:first-child + td + td {
				width: 300px;
			}

/* Maintenance
-------------------------------------------------------------------------------------------*/

#maintenance {
	width: 100%;
}

	#maintenance > tbody > tr > td {
		vertical-align: top;
	}

.organization_registration {
	font-size: 0.8em;
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	width: 100%;
}

	.organization_registration td {
		vertical-align: top;
	}

	.organization_registration div {
	}

	.organization_registration label {
		float: left;
		text-align: right;
		width: 150px;
		margin-right: 3px;
	}

	.organization_registration input[type="text"] {
		width: 260px;
	}

	.organization_registration select {
		width: 156px;
		margin-right: 20px;
	}

	.organization_registration img {
		margin-left: 180px;
	}

.organization_verification {
	width: 100%;
}

	.organization_verification td {
		vertical-align: top;
		width: 33%;
	}

	.organization_verification div {
	}

	.organization_verification input[type="text"] {
		float: right;
		width: 180px;
	}

input[type="text"][ReadOnly] {
	background-color: #f1f1f1;
}

/* Profile
-------------------------------------------------------------------------------------------*/

#profile, #Registration {
	width: 100%;
}

	#profile > tbody > tr > td, #Registration > tbody > tr > td {
		vertical-align: top;
		width: 50%;
	}


/* Fieldset 
-------------------------------------------------------------------------------------------*/

fieldset {
	width: 95%;
	padding-left: 5px;
	padding-right: 5px;
}

	fieldset table {
		float: left;
		width: 94% !important;
	}

	fieldset td {
		padding-left: 3px;
		white-space: nowrap;
	}

	fieldset legend {
		font-weight: bold;
	}

	fieldset input[type="text"] {
		width: 190px;
	}

	fieldset select {
		width: 196px;
	}

	fieldset label {
		float: left;
		width: 95px;
		text-align: right;
		padding-right: 3px;
	}

	fieldset div {
		height: 90px;
		width: 93%;
		overflow: auto;
		clear: both;
	}

/* .provider_maintenance_div  */
/*-------------------------------------------------------------------------------------------*/

.provider_maintenance_div {
	font-size: 11px;
}

	.provider_maintenance_div input[type="text"] {
		width: 200px;
	}

	.provider_maintenance_div input[type="radio"] {
		padding-left: 91px
	}

	.provider_maintenance_div input[type="file"] {
		width: 290px;
	}

	.provider_maintenance_div textarea {
		width: 300px;
	}

	.provider_maintenance_div .password_reset {
		padding-left: 93px;
	}

	.provider_maintenance_div .account_unlock {
		padding-left: 93px;
	}

	.provider_maintenance_div select {
		width: 206px;
	}

	.provider_maintenance_div label {
		float: left;
		width: 90px;
		text-align: right;
		padding-right: 3px;
	}

	.provider_maintenance_div td > label {
		float: none;
	}

	.provider_maintenance_div tbody > tr > td {
		vertical-align: top;
	}

	.provider_maintenance_div table {
		width: 100%;
	}

/* .domain_maintenance_div  */
/*-------------------------------------------------------------------------------------------*/

.domain_maintenance_div {
	font-size: 11px;
}

	.domain_maintenance_div input[type="text"] {
		width: 300px;
	}

	.domain_maintenance_div input[type="radio"] {
		padding-left: 91px
	}

	.domain_maintenance_div input[type="file"] {
		width: 290px;
	}

	.domain_maintenance_div textarea {
		width: 500px;
	}

	.domain_maintenance_div .password_reset {
		padding-left: 93px;
	}

	.domain_maintenance_div .account_unlock {
		padding-left: 93px;
	}

	.domain_maintenance_div select {
		width: 206px;
	}

	.domain_maintenance_div label {
		float: left;
		width: 90px;
		text-align: right;
		padding-right: 3px;
	}

	.domain_maintenance_div td > label {
		float: none;
	}

	.domain_maintenance_div tbody > tr > td {
		vertical-align: top;
	}

	.domain_maintenance_div table {
		width: 100%;
	}

/*-------------------------------------------------------------------------------------------*/

.checkbox label {
	width: 125px !important;
	float: none;
}

.checkbox input {
	padding-left: 93px;
}

#logo {
	width: 211px;
	height: 61px;
}

#splash_logo {
	width: 305px;
	height: 88px;
}

#map {
	width: 413px;
	height: 335px;
}

/*-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/

/* .registration_div */
/*-------------------------------------------------------------------------------------------*/

.registration_div p {
	margin: 0px;
	padding-left: 5px; /*height:10px;*/
}

.registration_div input[type="text"] {
	width: 95%;
}

/*-------------------------------------------------------------------------------------------*/

.imagecell {
	vertical-align: middle;
	text-align: center;
	width: 16px;
}

img {
	cursor: pointer;
}

/*AddPhoneNumberDialog
-------------------------------------------------------------------------------------------*/

.EntryDialog label {
	float: left;
	text-align: right;
	padding-right: 3px;
	width: 100px;
}

.EntryDialog input[type="text"], .EntryDialog input[type="password"] {
	width: 150px;
}

.EntryDialog select {
	width: 156px;
}

#Registration label {
	float: left;
	text-align: right;
	padding-right: 3px;
	width: 200px;
}

	#Registration label.inline_error {
		display: none;
		color: Red;
		text-align: right;
		float: right;
		margin-right: 15px;
	}

#Registration input[type="text"], #Registration input[type="password"] {
	width: 250px;
}

#MessageBoxContent {
	min-height: 50px;
	margin-top: 10px;
}

div[class~="ui-tabs-panel"] {
	min-height: 100px;
}

#RegisterProviderTabDescription {
	font-size: 90%;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	color: #696969;
}

#LoginTab label {
	display: inline-block;
	width: 80px;
}

#LoginTab input:not([type="button"]) {
	width: 300px;
}

#LoginTab input[type=button] {
	float: right;
}



/* Modifications to jqgrid styles
-------------------------------------------------------------------------------------------*/

#TblGrid_ProviderRelationshipEntry_Grid select, #TblGrid_PracticeProviderEntry_Grid select,
#TblGrid_LicenseEntry_Grid select, #TblGrid_ProviderRelationshipEntry_SpecialtyGrid select,
#TblGrid_CredentialEntry_Grid select, #TblGrid_EndpointEntry_Grid select {
	width: 133px !important;
}

span[class="ui-button-text"] {
	font-size: 0.8em;
}

label.error {
	color: red;
	display: inline-flex;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

.error {
	color: red;
	font-weight: bold;
	padding: 5px;
}

.imageheader {
	font-size: 1.3em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.imagewrapper {
	margin: 20px;
}

.rbutton {
	background: #9b2929;
	color: White;
	font-family: Verdana;
	font-weight: bold;
	font-size: .8em;
	border: none;
	position: relative;
	padding: 5px 10px;
	cursor: pointer;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div.showDomain {
	display: block;
}

div.hideDomain {
	display: none;
}

.SplashTable {
	background-color: #f3f3f3;
}

.USMap {
	width: 413px;
	height: 335px;
}

/* Button images
----------------------------------------------------------------------------------------*/

.ActiveSearchButton {
	background-repeat: no-repeat;
	background-image: url(images/ActiveSearchButton.png);
	width: 116px;
	height: 52px;
}

.InactiveSearchButton {
	background-repeat: no-repeat;
	background-image: url(images/InactiveSearchButton.png);
	width: 116px;
	height: 52px;
	cursor: pointer;
}

.ActiveSignUpButton {
	background-repeat: no-repeat;
	background-image: url(images/ActiveSignUpButton.png);
	width: 116px;
	height: 52px;
}

.InactiveSignUpButton {
	background-repeat: no-repeat;
	background-image: url(images/InactiveSignUpButton.png);
	width: 116px;
	height: 52px;
	cursor: pointer;
}

input.ui-pg-input {
	width: 40px;
}
