﻿@charset "UTF-8";
html 
{
    height: 100%;
}

body {
	height: 100%;
	font: 110%  Arial, Helvetica, sans-serif;
	background: #eee;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #333;
}

a, a:visited
{
    color:#015367;
    text-decoration:none;
}
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container {
	width: 100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	/* margin: 0 auto; the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px;
}
#header { 
	background: url(../images/logoBG.png) repeat-x; 
	padding: 5px 5px 2px 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	background: #eee;
}
#footer { 
	background: url(../images/logoBG.png) repeat-x; 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* Header & Content Wrapper Styles */

.subHead, .mainTitle, .loginTitle {
	background: url(../images/subHeadBg.png) repeat-x;
	padding: 7px 5px;
	font-size: 90%;
    background-color:#000;
}

.subHead a {
	color: #eee;
}

.contentHead {
	background: url(../images/contentShadow.png) repeat-x;
	padding: 15px 5px;
	font-weight: bold;
    font-size:16px;
}

.content {
	padding: 5px;
}

.content table {
	border-collapse:collapse;
	width: 100%;
}

.contentShadow{ 
	background: url(../images/contentShadow.png) repeat-x;
	height: 60px;
	display:block;
}

.contentResults {
	background: #fff;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 0 2px 10px #888;
	-webkit-box-shadow: 0 2px 10px #888;
	margin: 5px auto;
    padding: 5px;
    width: 98%;
}

/* End Header Styles */


/* Begin Font Styles */

.blue {
	color:  #27a8df;
}

.darkBlue {
    color: #015367;
}
.small {
	font-size: 75%;
}

.inputOnly {
	background: #9e9ea1;
	border: none;
	width: 75%;
	height: 20px;
}
.dropDown 
{
    color: #27a8df;
}

.inputFormField   
{
    font-family: Verdana, "Trebuchet MS", "Times New Roman", serif; 
    font-size: 13px; /*
    background-color: #E4E7E6;
    color: #27a8df;*/
    border: 1px; 
    border-style: solid; 
    border-color: #666666;
    padding:2px;
}
.inputFormButton, .inputFormButtonClearSig {
	background: #27a8df;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 2px 10px #666;
	-webkit-box-shadow: 0 2px 10px #666;
	color: #fff;
	font-weight: bold;
	border: 2px solid #fff;
	padding: 2px 5px;
	font-size: 14px;
	cursor:pointer;	
}

.inputFormButtonClearSig {
    margin-bottom:10px;
}

.button {
	background: #27a8df;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 2px 10px #666;
	-webkit-box-shadow: 0 2px 10px #666;
	color: #fff;
	font-weight: bold;
	border: 2px solid #fff;
	padding: 2px 5px;
	font-size: 14px;
	cursor:pointer;	
}

.divFinalRptImg{
	text-align: center;
	margin:0 auto;
	padding: 7px;
	font-weight: bold;
	color: #27a8df;
	float:left;
	margin-right: 30px;
	background: url(../images/contentShadow.png) repeat-x bottom;

}

.clear {
	clear: both;
}

th 	
{
    font-size:16px;
}

tr.odd {
	background: #f1f1f1;
    color:  #777;
}

.PagingLink
{
    padding: 0 5px 0 5px;
}

.PagingCurrent
{
    color:#27a8df;
}


#divLoginCont 
{  
	background: #fff;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 0 2px 10px #888;
	-webkit-box-shadow: 0 2px 10px #888;
	margin: 5px auto;
    padding: 5px;
    width: 98%;
    font-size:12px;
}

#divLoginCont .loginTitle {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
	border: 0;
	border-bottom: 1px;
	border-style: solid;
}
#divLoginCont .Notes {
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	border: 1px;
	border-style: solid;
}
#divLoginCont .confirmation {
	color: red;
	font-weight: normal;
}
#divLoginCont .confError {
	border: 1px;
	border-style: solid;
	padding: 5px;
	color: red;
	font-weight: bold;
}
#divLoginCont .confSuccess {
	border: 1px;
	border-style: solid;
	padding: 5px;
	color: green;
	font-weight: bold;
}
#divLoginCont th {
	font-size: 11px;
	font-weight: bold;
	color: #27a8df;
}
#divLoginCont .divQuestionTitle {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
    padding:3px;
    margin-bottom:7px;
	color: #27a8df;
}

.fsFormField {
	border:none;
	padding:0;
}

.fsFormField legend {
	font-size: 11px;
	font-weight: bold;
	color: #27a8df;
	padding:7px;
	width:95%;
}

.fsFormField .divTextBox, .fsFormField .divRadioButtons, .fsFormField .divDropDown {
	margin:0 0 7px 7px;
}

.divChkBoxSingle {
    padding:10px;
}

#divLoginCont tr.odd
{
}

#divLoginCont .divFamTreat {
    margin-bottom:5px;
}

.tdRegForm {
    border:2px solid #fff;
}

.tdRegForm.medHistQGood {    
    background-color: #fff;	
    border:2px solid #09d32a;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

.tdRegForm.medHistQBad {
    background-color: #fff;	
    border:2px solid #ff183e;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

.tdRegForm.medHistQUnknown {
    background-color: #fff;	
    border:2px solid #527fa5;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

.ddlPresetNotes {
    width:465px;
}
#divConsentContent {
    overflow:scroll;
    height:300px;
    border-bottom:1px solid #015367;
    padding-bottom:1px;
    margin-bottom:1px;
}

#divConsentInstr {
    width:700px; 
    margin: 20px 0 30px 0;
}

.divConsentCont {
    height:24px;
    clear:both;
}

.divConsentName, .divConsentUpdated, .divConsentSigned {
    float:left;
    margin-right:10px;
}

.divPrescHistMobileTitle {
    display:none;
}

.trPrescHist_StoppedTaking .divPrescHistDetail
{
    text-decoration:line-through;
}

.divPrescAdd 
{
    margin: 5px 0 2px 0;
}

#divPrescSubmit {
    float:right;
    margin-right:10px;
}

.divNoteButton {
    padding:7px 0 7px 2px;
}

.mainTopic {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 15px;	
}

#divInfoGrabberComplete {
    padding:50px;
    text-align:center;
    width:400px;
    color: #015367;
    color: #011c61;
    margin:auto;
    margin-bottom:20px;
    background-color:#00a3e82b;
    border:solid 2px #26a8df;
    border-radius:10px;
}

#divInfoGrabberComplete #divThankYou {
    font-size:18px;
    padding-bottom:3px;
}

#divInfoGrabberComplete #divCompleteInstr {
    font-size:14px;
    padding-bottom:5px;
}
#divSearchPagingCont 
{
    margin-left:50px;
}

.divTopMargin 
{
    margin-top:5px;
}

.checkListMedHist td
{
    width:550px;
}

.checkListMedHist input
{
    width:25px;
}

.divInfoLeft
{
    float:left;
}

#divConsentComments {
    float:left;
}

#divConsentCheck {
    margin: 10px 0 0 20px;
    float:left;
    color:  #27a8df;
}

.divFVErrorMsg {
    display:none;
}

.formError
{
    border:4px solid red;
    background-color:#ffebeb
}
.tdInsRow3
{
    padding-left:10px;
}
#DOMWindow .confError
{
    margin:10px;
    color:Red;
    font-weight:bold;
    line-height:16px;
}
#DOMWindow .confSuccess
{
    margin:10px;
    color:Green;
    font-weight:bold;
    line-height:16px;
}
.divMedLongCell
{
    padding:7px;
}
.divMedLongCenter
{
    padding:7px;
    text-align:center;
}
.boxNote {
	border: 1px;
	border-style: solid;
	width: 400px;
	height: 100px;
}
.selectNote {
	border: 1px;
	border-style: solid;
	width: 400px;
}
.specialColor {
}

#divFormsRevSummary {
    padding:20px;
    font-size:18px;
    color:#1a95d1;
}

#divFormsRevSummary div {
    padding-top:5px;
    font-size:16px;
    color:#55497d;
}

#divFormsRevSummary div.divConFormNames {
    font-size:14px;
    color:#524d62;
}

#divFormsRevSummary div.divConFormNames {
    font-size:14px;
    color:#524d62;
}

#divVerifyFormsToReview {
	padding-bottom:10px;
}

#divVerifyFormsToReview div {
    font-size:22px;
    padding:5px;
    text-align:center;
}

#divVerifyFormsToReview .divFormVerTitle  {
    margin:auto;
    max-width:620px;
    text-align:center;
    font-size:20px;
    color:#10aff3;
    padding:20px 0 10px 0;
    margin-bottom:10px;
    border-bottom:2px solid #867dad;
}

#divVerifyFormsToReview .divRegFormVer {
    color:#225b9f;
}

#divVerifyFormsToReview .divMedFormVer {
    color:#945e99;

}

#divVerifyFormsToReview .divPrescFormVer {
    color:#9691b5;

}

#divVerifyFormsToReview .divPainFormVer {
    color:#2eb4e4;
}

#divVerifyFormsToReview .divConsentFormVer {
    font-size:18px;
}

#divVerifyFormsToReview .divConsentFormVer .spIFConLastDt {
    display:none;
}

.divTransparentDownArrow {
    background-image:url('../Images/arrow_down.png');
    background-repeat:no-repeat;
    background-position:center;
    background-size:50px;
    width:100%;
    height:60px;
    opacity:0.85;
    position:fixed;
    z-index:10000;
    bottom:0px;
    left:0px;
    background-color:#fff;
    border-top:1px solid #b1b1b1;
    cursor:pointer;
}

#divTopSpacer {
	height:1px;
}

#ifAutofillTest {
    width:90%;
    max-width:600px;
    height:160px;
    border:none;
    margin:10px;
}

#ifAutofillTest .divAutofillTitle {
    padding-bottom:10px;
    color: #a65fc3;
    font-size: 22px;
}

#ifAutofillTest .divAutofillText {
    padding-bottom:10px;
    font-size:14px;
    line-height:18px;
}

.spIFConLastDt {
	font-size:12px;
    display:inline-block;
    padding-left:10px;
}

#ifAutofillTest .divAutofillText a {
    color:#0675d0;
}

.fsFormField .divTextBox input[type=text]  {
	width:400px;
}

#divMedHistOverlay {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(78, 78, 78, 0.37);
	z-index:1000;
	display:none;
}

#divMedHistOverlay.showOverlay {
	display:block;
}

.divPrescAddNewCont {
	position:relative;
	z-index:1100;
	background-color:#fff;
	padding:10px;
}

#fsLastSig {
    margin-bottom:20px;
}

#fsLastSig legend {
    color:#41599e;
}

#divLastSigForms {
	font-size:14px;
	padding:5px 0 10px 5px;
}

#divLastSigImg {
	padding:10px;
}

#divLastSigImg img {
	border:1px solid #000;
    width:80%;
}

#divRecentSigDetails {
	display:none;
}

#divRecentSigDetails.displayDiv {
	display:block;
}

#divResubmitSigLink {
	padding:10px;
}

#divResubmitSigLink a {
	color:#7d4398;
	font-size:16px;
}

#aSigDetails {
	font-size:14px;
}

#divSigLinks a {
    font-size:14px;
    display:inline-block;
    margin:0 5px 10px 5px;
}

#aDismissTest {
    float:right;
    font-size:12px;
}

.divIFConnTest > div {
	padding-bottom:5px;
	font-size:16px;
	line-height:20px;
}

.divIFConnTest .divIFConnTestCheck {
	padding-top:5px;
	color:#41599e;
	font-size:18px;
}

.divIFConnTest .divIFConnTestType {
	font-size:14px;
	color: #7810a2;
}

.divIFConnTest .divIFConnTestReload, .divIFConnTest .divIFConnTestClose {
	padding-top:10px;
}

.divIFConnTest .divIFConnTestReload a, .divIFConnTest .divIFConnTestClose a, #aConnTestOnly {
	display:inline-block;
	background-color:#4763b5;
	color:#fff;
	padding:5px;
	border-radius:10px;
	text-transform:uppercase;
}

#aConnTestOnly {
	font-size:14px;
	text-transform:none;
	margin:5px;
}

.divWomenNote {
	font-weight:bold;
	font-size:12px;
}

#tblVisitDetail td {
    font-size:14px;
}

.igSelectForms {
    padding:10px 0 10px 0;
}

.igSelectImportant {
	font-size:12px;
	line-height:18px;
	padding:5px 0 0 5px;
    color:#5f2365;
    width:470px;
}

.igSelectImportant #divSelectImportantMedHistAlert {
    display:none;
}

.igSelectImportant.showMedHistAlert #divSelectImportantMedHistAlert {
    display:block;
    font-size:16px;
    padding:10px 0 0 0;
    color:red;
    font-weight:bold;
}

.divSelectMedHist.showMedHistAlert {
    border:red solid 2px;
}

#divVerifyFormsToReview #divMedFormNotFound {
    color:red;
    font-size:30px;
    padding:20px 0 20px 0;
    border:2px solid red;
    width:620px;
    margin:30px auto;
}

.spEstSigReq {
    display:none;
}

.spEstSigReq.visible {
    color:red;
    display:inline;
}

#divTreatEstError {
    color:red;
    font-size:20px;
    text-align:center;
    padding:20px;
}

.divBirthField {
	display:inline-block;
    text-align:center;
}

.divBirthField label {
    line-height:20px;
    color:#0d4e73;
    font-weight:bold;
    font-size:12px
}

.divBirthField input[type=text] {
	width:auto;
	text-align:center;
	width:30px;
}

.divBirthField input.txtBirthYear {
	width:60px;
}

.divAdditionalComments {
    padding:10px;
}

.divRemoteCont {
	padding:10px;
}

.divRemoteCont > div {
	line-height:30px;
}

.divRemoteCont .divTitleText {
	font-size:16px;
    color:#245ca0;
    font-weight:bold;
}

.divRemoteCont .divRemoteDiscText {
	font-size:14px;
    color:#955e99;
    font-weight:bold;
}

.divRemoteCont .chkRemoteAccept {
	display:block;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
    color:#1b4b86;
}

.divRemoteCont #divRemoteError {
    padding: 0 0 15px 10px;
    color: #f00;
}

.divRemoteCont.divRemoteError {
    border:2px solid #f00;
    border-radius:5px;
}

#divRemoteRegConf {
	margin-top:20px;
	font-size:14px;
    padding:10px;
}

#divRemoteRegConf .divRemoteRegInstr {
	font-size:16px;
	font-weight:bold;
    color:#1b4b86;
    padding-bottom:5px;
}

#divRemoteRegConf #divVerifyFormsToReview div {
    text-align:left;
    padding:0;
	font-size:18px;
	line-height:26px
}

#divRemoteRegConf #divVerifyFormsToReview #divRegFormsTitle {
	font-size:22px;
	padding:15px 0 5px 0;
}

#divRemoteRegConf #divRemoteUrl {
    font-weight:bold;
}

#divRemoteRegConf #divRegCode {
    margin-top:10px;
    background-color:#f1f6fb;
    padding:5px;
    display:inline-block;
    border: 1px solid #ddd;
    font-size:16px;
    letter-spacing:2px;
    font-weight:bold;
}

#divRegCodeVal {
    padding-bottom:10px;
}

.divRegCodePatInfo {
    padding-top:5px;
    line-height:16px;
    font-size:13px
}

.divRegCodePatInfo strong {
    display:inline-block;
    width:95px;
}

.divRegCodePatInfo span {
    display:inline-block;
    padding-right:5px;
    font-weight:bold;
    font-size:12px;
}

#myCanvas {
    background-color:#ffffff; 
    border:1px solid #000; 
    touch-action:none; 
    -ms-touch-action: none;
}

.ui-datepicker {
    z-index:50000!important;
}

.divPTRemoteInstr {
    font-size: 14px;
    padding: 2px 0 0 5px;
    color:#501656;
    line-height:20px;
}