﻿#termsConditions .fontStandardButton {
    min-height: 35px;
    min-width: 100px;
}

#termsConditions .divLangSelector {
    padding-left:930px; 
    padding-top:4px;
}

#termsConditions > table {
    width:100%;
}

#divCriteria{
    padding-left: 125px;
}

#divSecurityQuestionsDropDown{
    padding-top: 20px;
}

#termsConditions .loginTable2 {
    width: 600px;
}

    #termsConditions .loginTable2 .tdBorderedFrame {
    height:345px;
    margin:30px auto;
    overflow:scroll;
    width:85%; 
}

    #termsConditions .loginTable2 .selfEnroll {
    display:none;
}

        #termsConditions .loginTable2 .selfEnroll td {
    text-align:center;
}

        #termsConditions .loginTable2 .selfEnroll .fontStandardText {
    display:block;
    margin:10px;
}

        #termsConditions .loginTable2 .selfEnroll .fontStandardButton {
    margin-bottom:15px;
    margin-top:5px;
}

#termsConditions .disabledNext {
   font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#fff;
    background-color: #c0d9f1;
    border: 1px solid #c0d9f1;
}

.tdSelfEnroll {
    padding-bottom:15px;
}
/* Top navigation - wider for Patient Education menu*/

/*Start - Login new styles*/
#divWelcomeText {
    display: inline-block;
    padding: 5px 0px 0px 15px; /*login-added top padding 5*/
    margin: 0;
    color: #333; 
}

.NewHereLabel {
   color: #333; 
   font-family: Segoe UI;
   text-align:left; 
   font-size: 26px;
}

.WelcomeRegisterLabel {
   color: #333;
   font-size:14px;
   font-weight: 600;
   font-family: Segoe UI;
   text-align:left; 
}

.loginhelp {
  font-size: 14px;
  font-family: Segoe UI, Verdana, Sans-Serif;
  color: #FAA107;
  font-family: Segoe UI;
  color: #249CDB;
  padding: 0px 0px 3px 10px;
}

.divBlock1 {
    position: relative;
    border: 1px solid #FFDAA6;  
    padding: 10px 0px 20px 0px;
   -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
     border-radius: 5px;
}

/* unvisited link */
.WhiteLinks a:link {
    color: white;
    text-decoration-color: white;
}

/* visited link */
.WhiteLinks a:visited {
    color: white;
    text-decoration-color: white;
}

/* mouse over link */
.WhiteLinks a:hover {
    color: white;
    text-decoration-color: white;
}

/* selected link */
.WhiteLinks a:active {
    color: white;
    text-decoration-color: white;
} 

/*START - Pop-up for warning before account is locked*/
.custom-dialog-2 .ui-widget-header{
    background:#0c97d5;
    color: #fff;
    border: 1px solid #0c97d5;
}

.custom-dialog-2 .ui-corner-all{
     border-radius: 5px;
     border: 1px solid #0c97d5;
}

.ui-widget-content{
    background-color: #fff;
}
/*END - Pop-up for warning before account is locked*/
#divNewtoPPText {
    float: left;
    width: 100%;
    padding: 50px 0px 0px 10px; 
    display: block; 
    height:190px !important;
    min-height:190px;
}

/*Div around User Name watermark textbox*/
#divUserNameTextBox {
    display: block;
    padding: 10px 0px 5px 30px;
    height : 15px;
    margin: 0 auto;  
}
/*Div around Password watermark textbox*/
#divPasswordTextBox {
    display: block;
    padding: 10px 0px 5px 30px;
    height : 15px;
    margin: 0 auto;  
}

.charsPopup {
    padding: 1px;
    background-color: #B7C8F6;
    position: absolute;
    z-index: 600;
    visibility: hidden;
    margin: auto;
    width: 400px;
    background-color: transparent;
    border: none;
    /*Div around User Name watermark textbox*/
}




.divErrorblock {
	display:block; 
	float:left;
	width: 97%; 
	text-align:center; 
	padding: 5px 3px 0px 3px;
}

#divLoginHelpText {
    float:left;
    padding: 4px 0 0 10px;
    min-height:50px;
    position:static;
    top: 0;
    display:block;
    margin: 0px 0 0 6px;
}

.fontStandardButton .disabledNext {
    background-color: #c0d9f1 !important;
    color: #fff;
    border: 1px solid #c0d9f1;
}

.disabledNext {
    background-color: #c0d9f1;
    color: #fff;
    border: 1px solid #c0d9f1;
}
    
    .disabledNext:hover {
    color: grey;
}

/*End - Login new styles*/
/*My appointments*/
.aptStatus {
    width: 10%;
}

.aptPatientName {
    width : 18%;
}

.aptProviderName {
      /*word-wrap: break-word;*/
      width : 17%;
}

.aptPractice {
    width:18%;
}

.aptLocation {
    width:18%;
}

.aptDate {
    width: 12%;
}

.apptReschedule {
    color: #0099CC;
    width: 7%;
}

.apptCancel {
    color: #0099CC;
    width: 5%;
}

.apptExport {
    color: #0099CC;
    width:12%;
}

.apptCheck {
    width: 2%;
    text-align: right;
}

.calendarOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    opacity: 0.7;
    background-color: #C0C0C0;
    text-align: center;
    z-index: 2000;
}

.rowCalendar {
    width: 16%;
    vertical-align: top;
}

.divLegend {
    padding-top: 0.2em;
    padding-left: 0.5em;
}

/*End - My appointments*/

/* My appontments - Calendar*/

.ui-datepicker {
    padding: .2em .2em 0;
    display: none;
    vertical-align: top;
}

    .ui-datepicker .ui-datepicker-header {
    position: relative; 
    padding: .2em 0; 
    background-color: #dd9900; 
    color: #FFFFFF; 
    font-weight: bold; 
    }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -4px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}

    .ui-datepicker th {
        padding: .7em .3em;
                    text-align: center; 
                    font-weight: bold; 
                    border: 0; 
        color: #dd9900;
    }

    .ui-datepicker td {
        border-style: none;
        border-width: 1px;
        border-color: inherit;
    }

        .ui-datepicker td span {
            display: block;
                         padding: 1em; 
                         text-align: center; 
                         text-decoration: none; 
                         background-color: #CFCFCF; 
            font-size: 10pt;
        }

        .ui-datepicker td a {
            display: block;
                      padding: 1em; 
                      text-align: center; 
                      text-decoration: none; 
                      font-size: 10pt;  
                      color: #222222; 
            font-weight: bold;
        }

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-datepicker-today {
    background-image: url('NextMDTheme/Images/app_today.png');
    background-repeat: no-repeat;
}

.ui-datepicker-selectable {
    background-image: url('NextMDTheme/Images/appt_booked.png');
    background-repeat: no-repeat;
}

.ui-datepicker-current-day {
    background: #dd9900;
}

.ui-datepicker-noappts {
    background-color: #CFCFCF;
}


   .ui-datepicker-today.ui-datepicker-current-day {
    background-image: url('NextMDTheme/Images/app_today_selected.png');
    background-repeat: no-repeat;
    }

   .ui-datepicker-current-day.ui-datepicker-noappts{
        background: #dd9900;
    }

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
	background-position: 16px 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(NextMDTheme/images/ui-icons_ffffff_256x240.png)/*{iconsContent}*/;
}

.ui-widget-header .ui-icon {
	background-image: url(NextMDTheme/images/ui-icons_ffffff_256x240.png)/*{iconsHeader}*/;
}

.ui-state-default .ui-icon {
	background-image: url(NextMDTheme/images/ui-icons_888888_256x240.png)/*{iconsDefault}*/;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(NextMDTheme/images/ui-icons_454545_256x240.png)/*{iconsHover}*/;
}

.ui-state-active .ui-icon {
	background-image: url(NextMDTheme.images/ui-icons_454545_256x240.png)/*{iconsActive}*/;
}

.ui-state-highlight .ui-icon {
	background-image: url(NextMDTheme/images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/;
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(NextMDTheme/images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/;
}


/*End of My appontments - Calendar*/

.NeedHelpLink {
    font-family: Segoe UI, Helvetica, Verdana, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    color: #CC3300; /* RGB 15 155 215 */
    font-family: Segoe UI;
}


/*Statements page*/

/*
.grid{
    width:1460px;

}

.grid-item {
    width:460px;
    border: solid;
    border-width: thin;
}
    */

.statementSummaryHeading {
    font-weight:bold;
    color:#666666;
}

.statementSummary {
    border: solid;
    border-color:#284775;
    border-width: thin;
    margin-top:.5em;
    margin-bottom:1em;
    padding:.5em;
    min-width:300px;
}

.statementPractice {
    font-weight:bold;
    color:#777;
    float:left;
}

.collapseControlText { 
    color:#666666;
}

.statementPanelHeader {
    background-color: #E6E6E6;
    cursor: pointer;
}

.statementContent{
    background:#FFFFFF;
    padding-bottom: 8px;
    padding-left: 15px;
    margin-top:1em;
}

.statementSummaryItem {
    margin-bottom:1em;
    margin-top:1em;
    padding-right:2em;
    color: #333;
}

.statementSummaryLink {
    padding-left:1em;
    padding-right:2em;
    text-decoration:underline;
    color:#08c;
}

.tableStatements {
    width: 100%; 
}

.statementCollapseHeaderControl {
    float:right;
    margin-right:1em;
    margin-top:1em;
}

.statementsDisclaimer {
    color:#777;
    font-style:italic;
}

.viewStatementHeader {
    margin-left: 1em;
    margin-right: 1em;
}

.floatRight {
    float:right;
}

.viewStatementSummary {
    border: solid;
    border-color:#284775;
    border-width: thin;
    margin-top:.5em;
    margin-bottom:1em;
    padding:.5em;
    min-width:300px;
}

.viewStatementDropdown {
    min-width: 100px;
    font-size:11px;
    margin:0 1.5em 0 0.3em;
    color:#333;
}

.paymentHeader {
    font-weight:bold;
    color: #3a6a7f !important;
    font-size:14px;
    padding-left:0.1em;
}

.paymentSubHeader {
    font-weight:bold;
    color:#333;
    margin-left:1em;
    margin-top:2em;
}

.paymentsGrid {
    font-family:'Segoe UI';
    color:#333;
    font-size:10px;
    border:0;    
    margin:1.5em;
    width:97%;
}

.paymentsGridHeader {
    background-position: top;
    background-color: #F3F2F2;
    font-weight: bold;
    color: #333;
    height: 30px;
    line-height: 30px;
    font-family: Segoe UI;
    font-size: 11px;
    background-image: url('NextMDTheme/Images/orange-line.png');
    background-repeat: repeat-x;
    border:0;
}

.paymentHeaderItem {
    padding :0 1em 0 1em;
    border:0;
    margin-top:1.1em;
    height:30px;
}

.paymentHeaderItemInvisible {
    color:#F3F2F2;
    padding :0 1em 0 1em;
    border:0;
    margin-top:1.1em;
    height:30px;
}

.paymentDiv{
    margin:1em;
    position:relative;
    width:96%;
}

.paymentHeaderDiv {
    padding:1em 0 .2em 0;
    margin-left:1em;
    margin-bottom:1.3em;
    background-image: url('NextMDTheme/Images/orange-line.png');
    background-repeat: repeat-x;
    background-position:bottom;
}

.paymentSpring {
    background-image: url('NextMDTheme/Images/payment_spring.png');
    background-repeat: repeat-y;
    background-position:top;
    width:10px;
    float:left;
    height:100%;
    margin-right: 1em;
    position:absolute;
}

.paymentsShowMore {
    color:#333;
    font-size:11px;
    font-weight:bold;
    margin-right:.3em;
}

.paymentDateRange {
    min-width: 130px;
    font-size:11px;
}

.paymentsLeftSide {
    width:50%; 
    float:left;
}

.paymentRightSide {
    float:left;
    width:50%;
    margin-top:.7em;
}

.marginLeft {
    margin-left: 2em;
}

.statementSummaryTable {
    padding-left: 1em;
    padding-right:1em;
    width:100%;
}

.paymentPrintable {
    padding-left: 1em;
    background-color: #F3F2F2;
}

.viewStatementFilter {
    padding-left: 1em;
    background-color: rgb(229, 229, 229);
    width:100%;
}

.viewStatementPanelHeader {
    margin: 1em 0 1em 0;
}

.bubbleStatement {
    background-position: right bottom;
    position: relative;
    border: 1px solid #FFB062;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: .5em;
    padding: 1em;
}

.statementName {
    font-weight:bold;
    color: #3a6a7f !important;
    font-size:12px;
    padding-right:.4em;
}

.statementDate {
    font-weight:bold;
    color: #333 !important;
    font-size:12px;
    text-decoration:none;
}

.marginLeft {
    margin-left:1em;
}

.marginTop {
    margin-top:1em;
}

.floatLeft {
    float:left;
}

.width50 {
    width:50%;
}

.linkImage {
    float:left;
    background-image: url('NextMDTheme/Images/blue_dot.png');
    background-position-y:center;
    background-position-x:left;
    background-repeat:no-repeat;
}

.linkTextHidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}



.statementLink {
    font-weight:bold;
    color: #1c529f !important;
    font-size:12px;
    text-decoration:none;
    padding:1em;
}

.padding105 {
    padding:0.5em 1em;
}

.paymentPerson {
    margin:1em;
    padding:0.5em 1em;
    height:1.5em;
}

.divLink {
    background-image: url('NextMDTheme/Images/orange-line.png');
    background-repeat:repeat-x;
    background-position:bottom;
    padding: 1em 0;
}

.divTopImage {
    margin: 0 0 0 1em;
    display: table-cell;
    vertical-align: middle;
}

.innerDiv{
    display: table;
    margin: 0 auto;
}

.loginImage { 
    vertical-align: middle; 
}

.headerImage { 
    margin-left:4px;
    border:0;
}

.blueButtonImg { 
    margin-top:5px;
    margin-right:4px;
    vertical-align:middle;
    border:0;
}

.divImageSection {
    align-content:center;
}

.payNow {
    float: right;
    position: absolute;
    right: 1em;
    bottom: 1.5em;
}

.payNowNoDisclaimer {
    float: right;
    position: absolute;
    right: 1em;
    bottom: .5em;
}

.autoPay {
    float: right;
    position: absolute;
    right: 12em;
}

.fontBold {
    font-weight:bold;
}

.bubbleWrapperStatements {
    margin-bottom:2em;
    margin-left:2em;
}

.alignRight {
    position: absolute;
    right:1em;
    bottom:1em;
}

.statementSpring {
    background-image: url('NextMDTheme/Images/payment_spring.png');
    background-repeat: repeat-y;
    background-position:top;
    width:10px;
    float:left;
    height:100%;
    margin-right: 1em;
    position:absolute;
}

.statementDiv {
    position: relative;
}

.height23 {
    height:2.3em;
}

.height28px {
    height: 28px;
}

.dashedBorder { 
    height:0.8em;
    border-bottom-style:dashed;
    border-bottom-width: thin;
    margin-bottom:1em;
    border-bottom-color:#EC9722;
}

.invisible {
    visibility:collapse;
}

.visible {
    visibility:visible;
}

.watermarkOn {
    color:red;
}

.noPayments {
    padding-left:2.3em;
    font-size:11px;
    font-weight:bold;
    font-style:italic;
    color:#707070;
}

#mycharth {
    float:right;
}

/*Focus ring styles*/
#appmenu li:focus,
#appmenu li ul:focus,
input[type=submit]:focus, 
input[type=button]:focus,
input[type=text]:focus,
input[type=image]:focus,
select:focus,
a:focus,
input[type=password]:focus,
textarea:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
tr:focus {
    outline:2px solid #0F98D5 !important;
    outline-offset:1px;
    -webkit-focus-ring-color:#0F98D5;
}

input[type=submit]:focus, 
input[type=button]:focus {
    border:1px solid white;
}

span#divMedsDosage:focus {
    outline: 2px solid #0F98D5 !important;
    outline-offset: 1px;
    -webkit-focus-ring-color:#0F98D5;
}

#mycharth3 {
    float: right;    
    font-size: 12px;
    padding-right: 15px;
    padding-top: 15px;
    display:table-cell;
    vertical-align:middle;
}

    #mycharth3 a {
    text-decoration: none;
    font-size: 12px;
    color: #0599d6;
}
/*for radio buttons grouping - remove default border*/
fieldset {
    border: none;
}




.divWidgetHeaderTitle .headerIcon {
    margin-top:0px;
    font-size:12px;
    height:30px;
}

.headerIcon .headerIconBackground {
    background-position:0 0;
    background-repeat:no-repeat;
    height:28px;
	display:inline-block;
    background-size:55px 47px;
}

.imgHeaderToDo .linkText {
    font-size:14px;
    color:#333;
    padding-left:35px !important;
}

.imgHeaderResult .linkText {
    font-size:14px;
    color:#333;
    padding-left:12px !important;
}

.imgHeaderMedication .linkText {
    font-size:14px;
    color:#333;
    padding-left:15px !important;
}

.imgHeaderAppointments .linkText {
    font-size:14px;
    color:#333;
    padding-left:36px !important;
}

.widgetTitle .linkText {
    /*float:right;*/
    padding-left:30px;
    padding-top:0px;
    height:45px;
}

.tabable:focus {
   border: 2px solid #0F98D5 !important;
   outline:none;
}

.divWid2Text h2 {
    display:inline;
    color:#333;
    font-size:16px;
}

.loc1Name h3 {
    background: inherit;  
    position: inherit;
    font-size: inherit;
    color:inherit;
    padding:0px;
}

.labelPra:focus {
outline:none!important;
}

.divInstruction h2 {
font-size:1em;
height:7px;
}
/*-----Css for Vertical Tab on Dashboard-------*/
#content {
   background-color: #e6f4fc;
   padding: 0px;
   overflow: hidden;
   border:1px solid #888;
   height:205px;
   width:98.5%
}

#tab-container {
   float: left;
   margin: 15px 0 0 0;
   width: 16%;/*267px;*/
   height:180px;
   border-right:0px solid #888;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .borderred :focus {
	 border:1px solid #0F98D5 !important;
	 outline:none;
}
}

#tab-container ul {
   list-style: none; 
   width: 100%;
    margin: 0px;
    padding: 0px;
}

    #tab-container ul li {
   border-right:0px solid #888;
   border-bottom:0px solid #888;
   background-color: #e6f4fc;
   width:93%;/*100%; */
   height:100px;
}

#tab-container ul li a,
        #tab-container ul li a:visited {
   text-decoration: none;
   font-size:12px;
   color: #686868;
   display: block;   
}

        #tab-container ul li.selected {
   border-right: none;
   background-color: #1b519f;
   border-bottom: 0px solid #888;
   border-left:0px solid #888;
   width:99%;/*100%;*/  
   font-weight:bold;
}

#tab-container ul li.selected div {
    background-color: #1b519f;
}

#tab-container ul li.selected a {
    /*outline:none !important;*/
    border:none;
    color:#fff;
    font-size:12px;
    font-weight:normal;
}
/*#tab-container .jspVerticalBar
{
    position: absolute;
    top: 1px;
    left: 0;    
}*/

*#tab-container .jspTrack{
    background-color:#e6f4fc;
}

#main-container {
   margin: 0px 0 0 16%; /*265px;*/
   /*padding-left: 7px;*/
   background-color: #fff; 
   border-left:1px solid #888;
   position:relative;
   width:85%;
   height:205px;
}
/*---end vertical tab css---*/
/*error message*/
.divLoginErrorMessage {
    height: 18px;
    max-height:18px;
    min-height:18px;
	padding:5px 3px 5px 15px !important;
}

.fontValidation, .fontErrorMessage {
    font-weight:600!important;
    font-size:14px;
    color:#ff0000!important;
}

.errorControl {
    border: solid 1px #c32527;
}


/*-------------PP Modal Dialog ---------------------*/
.ppModalOverLay {
    display: none;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: auto;
}

    .ppModalDialog .fieldset {
        margin: 0;
        padding: 0;
    }

/*Light focus ring styles*/
    .ppModalDialog a.lightFocusRing:focus, .ppModalDialog input[type=submit].lightFocusRing:focus, .ppModalDialog input[type=button]:focus {
        outline: 2px solid #addee6 !important;
        outline-offset: 4px;
    }
    
/*************** PP Modal Dialog Header Style  **********************/
    .ppModalDialog .modalWindowHeader {
        height: 55px;
        padding-left: 20px;
        padding-right: 20px;
        border-bottom: 1px solid #989898;
        position: relative;
        overflow: hidden;
    }

     .phrTransmitContainer .modalWindowHeader{
        height: 55px;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        overflow: hidden;
    }

        .ppModalDialog .modalWindowHeader .backToSearchContainer, .phrTransmitContainer .modalWindowHeader .backToSearchContainer {
            /*Start: Cross browser support for inline-block*/
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            /*End: Cross browser support for inline-block*/
        }

        .ppModalDialog .modalWindowHeader h2 {
            color: #3a6a7f;
            font-size: 24px;
            font-family: 'Segoe UI', Helvetica, Verdana, sans-serif;
            font-weight: 400;
            height: 40px;
            padding: 0!important;
            margin: 0!important;
            /*Start: Cross browser support for inline-block*/
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            /*End: Cross browser support for inline-block*/
            margin-top:13px !important;
        }

        .phrTransmitContainer .modalWindowHeader h1 {
            color: #3a6a7f !important;
            font-size: 18px  !important;
            font-family: 'Segoe UI';
            font-weight: 600 !important;
            height: 40px;
            padding: 0!important;
            margin: 0!important;
            /*Start: Cross browser support for inline-block*/
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            /*End: Cross browser support for inline-block*/
            margin-top:13px !important;
        }


        .ppModalDialog .modalWindowHeader .searchResultArrow {
            color: #3a6a7f;
            font-size: 24px;
            font-family: 'Segoe UI', Helvetica, Verdana, sans-serif;
            font-weight: 400;
            display: none;
        }
        
        .phrTransmitContainer .modalWindowHeader .searchResultArrow {
            color: #3a6a7f;
            font-size: 20px;
            font-family: 'Segoe UI', Helvetica, Verdana, sans-serif;
            font-weight: 400;
            padding:0px !important;
            margin:0px !important;
        }

        .ppModalDialog .modalWindowHeader .btnClose, .phrTransmitContainer .modalWindowHeader .btnClose {
            width: 16px;
            height: 16px;
            float: right;
            padding: 2px;
            margin-top: 20px;
            line-height: 0px !important;
        }

            .ppModalDialog .modalWindowHeader .btnClose > img {
                border: 0;
                width: 16px;
                height: 16px;
            }

        .ppModalDialog .modalWindowHeader a.backToSearch {
            color: #777;
            font-size: 24px;
            font-family: 'Segoe UI', Helvetica, Verdana, sans-serif;
            font-weight: 400;
            height: 0px;
            padding: 0;
            margin: 0;
            /*display: none;*/
        }

        .phrTransmitContainer .modalWindowHeader a.backToSearch {
            text-decoration: none !important;
            font-size: 14px !important;
            font-family:'Segoe UI' !important;
            color: #1c529f !important;
            font-weight:normal;
        }


.phrTransmitContainer .phrTransmitLinkContainer a {
    text-decoration: none !important;
    font-size: 12px !important;
    color: #1c529f !important;
    font-weight: 600;
}
/*************** PP modal dialog content style  **********************/

    .ppModalDialog .modalWindowContent {
        min-height: 100px;
        padding-bottom: 10px;
    }

    .phrTransmitContainer .modalWindowContent {
        min-height: 100px;
        padding-bottom: 10px;
    }

        .ppModalDialog .modalWindowContent .modalFirstPage, .phrTransmitContainer .modalWindowContent .modalFirstPage {
            padding: 0px 20px;
        }

        .ppModalDialog .modalWindowContent .selectedBarRight, .phrTransmitContainer .modalWindowContent .selectedBarRight {
            border-bottom: 3px solid #0a99d6 !important;
            border-left: 1px solid #addee6 !important;
            width: 226px !important;
        }

        .ppModalDialog .modalWindowContent .selectedBarLeft, .phrTransmitContainer .modalWindowContent .selectedBarLeft {
            border-bottom: 3px solid #0a99d6 !important;
            border-right: 1px solid #addee6 !important;
            width: 226px !important;
        }

        .ppModalDialog .modalWindowContent .inputBoxContainer, .phrTransmitContainer .modalWindowContent .inputBoxContainer {
            width: 450px;
            font-size: 12px;
            font-style: normal;
            margin-top: 8px;
        }

        .ppModalDialog .modalWindowContent .inputBoxContainer2, .phrTransmitContainer .modalWindowContent .inputBoxContainer2 {
            width: 225px;
            float: left;
            margin-right: 14px;
        }

        .ppModalDialog .modalWindowContent .inputBoxContainer3, .phrTransmitContainer .modalWindowContent .inputBoxContainer3 {
            width: 220px;
            float: left;
        }

        .ppModalDialog .modalWindowContent .errorBoxContainer, .phrTransmitContainer .modalWindowContent .errorBoxContainer {
            width: 450px;
            font-size: 12px;
            font-style: normal;
            padding-left: 2px;
        }

        .ppModalDialog .modalWindowContent .inputBoxContainer .labelBox, .phrTransmitContainer .modalWindowContent .inputBoxContainer .labelBox {
            margin: 5px;
        }

        .ppModalDialog .modalWindowContent .inputBoxContainer .textbox1, .phrTransmitContainer .modalWindowContent .inputBoxContainer .textbox1 {
            margin: 5px;
            width: 450px;
        }

        .ppModalDialog .modalWindowContent .inputBoxContainer .textbox2 , .phrTransmitContainer .modalWindowContent .inputBoxContainer .textbox2 {
            width: 100%;
            margin: 5px;
            margin-right: 0px;
        }

        .ppModalDialog .modalWindowContent .inputBoxContainer .textbox3, .phrTransmitContainer .modalWindowContent .inputBoxContainer .textbox3 {
            width: 100%;
            margin: 5px 0px;
        }

        .ppModalDialog .modalWindowContent .section , .phrTransmitContainer .modalWindowContent .section{
            margin-bottom: 10px;
            margin-top: 10px;
        }

        .ppModalDialog .modalWindowContent .option , .phrTransmitContainer .modalWindowContent .option {
            margin-bottom: 5px;
            margin-top: 5px;
        }

        .ppModalDialog .modalWindowContent .optionContainer,  .phrTransmitContainer .modalWindowContent .optionContainer {
            padding-left: 28px;
            padding-right: 28px;
            margin-bottom: 10px;
            margin-top: 10px;
        }

            .ppModalDialog .modalWindowContent .optionContainer select ,  .phrTransmitContainer .modalWindowContent .optionContainer select {
                height: 30px !important;
                width: 100% !important;
                margin: 0px !important;
                line-height: 27px !important;
            }

        .ppModalDialog .modalWindowContent .sectionError, .phrTransmitContainer .modalWindowContent .sectionError {
            width: 95%;
            margin-top: 10px;
            height: 25px;
            font-size: 12px;
            font-style: normal;
            padding-left: 2px;
            display: none;
        }

        .ppModalDialog .modalWindowContent input[type="radio"] + label {
            font-family: 'Segoe UI', Helvetica, Verdana, sans-serif;
            font-size: 12px;
            font-style: normal;
            color: #000;
            margin-left: 5px;
        }

.ppModalDialog .modalWindowContent textarea, .modalWindowContent input[type="text"], .modalWindowContent input[type="password"], .phrTransmitContainer .modalWindowContent textarea, .phrTransmitContainer .modalWindowContent input[type="text"], .phrTransmitContainer .modalWindowContent input[type="password"] {
            width: 100%;
            font-family: 'Segoe UI', Helvetica, Verdana, sans-serif;
            font-size: 12px;
            font-style: normal;
            height: 25px;
        }

        .ppModalDialog .modalWindowContent textarea, .phrTransmitContainer .modalWindowContent textarea {
            height: 120px;
            resize: none;
        }

        .ppModalDialog .modalWindowContent .fontStandardLabel2,  .phrTransmitContainer .modalWindowContent .fontStandardLabel2 {
            /*Start: Cross browser support for inline-block*/
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            /*End: Cross browser support for inline-block*/
            width: 120px;
        }

        .ppModalDialog .modalWindowContent .sendSomeoneElseContainer .fontStandardLabel2, .phrTransmitContainer .modalWindowContent .sendSomeoneElseContainer .fontStandardLabel2 {
            /*Start: Cross browser support for inline-block*/
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            /*End: Cross browser support for inline-block*/
            width: 135px;
        }
        
        .ppModalDialog .modalWindowContent .disabledInputBox input[type="text"], .phrTransmitContainer .modalWindowContent .disabledInputBox input[type="text"] {
           background-color: #CCCCCC !important;
           color: #333 !important;
        }

        

        .ppModalDialog .modalWindowContent .patientPracticeChartInfo,  .phrTransmitContainer .modalWindowContent .patientPracticeChartInfo {
            font-family: 'Segoe UI', Helvetica, Verdana, sans-serif;
            font-weight: 600;
            color: #3a6a7f;
            font-size: 12px;
            padding: 0px 20px;
            padding-top: 5px;
        }

        .ppModalDialog .modalWindowContent .tablist, .phrTransmitContainer .modalWindowContent .tablist {
            margin: 0px;
            padding: 0px;
            list-style: none;
            border: 1px solid #addee6;
            margin-left: 5px;
            width: 454px;
            height: 32px;
            font-size: 12px;
            font-style: normal;
            margin-top: 8px;
        }

        .ppModalDialog .modalWindowContent .searchCategoryTab, .phrTransmitContainer .modalWindowContent .searchCategoryTab {
            cursor: pointer;
            text-decoration: none;
            color: #000;
            float: left;
            padding: 0px;
            margin: 0px;
            text-align: center;
            line-height: 30px;
            width: 227px;
        }

            .ppModalDialog .modalWindowContent .searchCategoryTab:focus,  .phrTransmitContainer .modalWindowContent .searchCategoryTab:focus {
                outline: 2px solid #0F98D5 !important;
                outline-offset: 1px;
            }

        .ppModalDialog .modalWindowContent .directAddressLink, .phrTransmitContainer .modalWindowContent .directAddressLink {
            color: #1c529f;
            font-size: 12px;
            margin: 0px 5px;
        }

            .ppModalDialog .modalWindowContent .directAddressLink a,   .phrTransmitContainer .modalWindowContent .directAddressLink a {
                font-family: 'Segoe UI', Helvetica, Verdana, sans-serif;
                font-size: 12px;
                text-decoration: none;
                color: #1c529f;
                font-size: 12px;
                /*Start: Cross browser support for inline-block*/
                display: -moz-inline-stack;
                display: inline-block;
                zoom: 1;
                *display: inline;
                /*End: Cross browser support for inline-block*/
            }

            .ppModalDialog .modalWindowContent .directAddressLink .directAddressExpander, .phrTransmitContainer .modalWindowContent .directAddressLink .directAddressExpander {
                /*Start: Cross browser support for inline-block*/
                display: -moz-inline-stack;
                display: inline-block;
                zoom: 1;
                *display: inline;
                /*End: Cross browser support for inline-block*/
                margin-right: 2px;
            }

        .ppModalDialog .modalWindowContent .directAddressMassge, .phrTransmitContainer .modalWindowContent .directAddressMassge {
            padding-left: 15px;
            margin: 8px 0px;
            margin-bottom: 15px;
            display: none;
            width: 600px;
        }


        .ppModalDialog .modalWindowContent .directAddressHeading, .phrTransmitContainer .modalWindowContent .directAddressHeading {
            font-family: 'Segoe UI', Helvetica, Verdana, sans-serif;
            font-size: 11px;
            font-weight: 600;
            color: #333;
            margin: 0px;
            margin-top: 10px;
            text-transform: uppercase;
        }

        .ppModalDialog .modalWindowContent .directAddressDescription, .phrTransmitContainer .modalWindowContent .directAddressDescription {
            font-family:'Segoe UI', Helvetica, Verdana, sans-serif;
            font-size: 12px;
            color: #333;
            font-style: normal;
            font-weight: normal;
            margin: 0px;
            margin-top: 2px;
        }

        .ppModalDialog .modalWindowContent .directAddressDisclaimer, .phrTransmitContainer .modalWindowContent .directAddressDisclaimer {
            font-family: 'Segoe UI', Helvetica, Verdana, sans-serif;
            color: #777;
            font-style: italic;
            font-size: 12px;
            margin-left: 5px;
        }

        .ppModalDialog .modalWindowContent .searchBtnContainer, .phrTransmitContainer .modalWindowContent .searchBtnContainer{
            margin-left: 6px;
            margin-top: 10px;
        }

            .ppModalDialog .modalWindowContent .searchBtnContainer .fontStandardButton, .phrTransmitContainer .modalWindowContent .searchBtnContainer .fontStandardButton  {
                text-transform: capitalize !important;
                padding-left: 20px !important;
                padding-right: 20px !important;
                font-weight: normal !important;
                color: #fff !important;
            }

                .ppModalDialog .modalWindowContent .searchBtnContainer .fontStandardButton:hover, .phrTransmitContainer .modalWindowContent .searchBtnContainer .fontStandardButton:hover {
                    color: #fff !important;
                    font-weight: normal !important;
                }


        .ppModalDialog .modalWindowContent .passwordDescription, .phrTransmitContainer .modalWindowContent .passwordDescription {
            font-family: 'Segoe UI', Helvetica, Verdana, sans-serif;
            color: #000;
            font-size: 12px;
            margin-left: 5px;
            margin-top: 15px;
        }

        .ppModalDialog .modalWindowContent .invalidPasswordInd, .phrTransmitContainer .modalWindowContent .invalidPasswordInd {
            background-image: url('NextMDTheme/Images/password-x.png');
            background-repeat: no-repeat;
            width: 8px;
            height: 8px;
            /*Start: Cross browser support for inline-block*/
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            /*End: Cross browser support for inline-block*/
            line-height: 7px;
        }

        .ppModalDialog .modalWindowContent .invalidPasswordIndDescription , .phrTransmitContainer .modalWindowContent .invalidPasswordIndDescription {
            /*Start: Cross browser support for inline-block*/
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            /*End: Cross browser support for inline-block*/
            margin-left: 1px;
        }

        .ppModalDialog .modalWindowContent .validPasswordInd,  .phrTransmitContainer .modalWindowContent .validPasswordInd {
            background-image: url('NextMDTheme/Images/password_checkmark.png');
            width: 9px;
            height: 9px;
            background-repeat: no-repeat;
            /*Start: Cross browser support for inline-block*/
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            /*End: Cross browser support for inline-block*/
            line-height: 8px;
        }


/*************** PP modal dialog footer style  **********************/

    .ppModalDialog .modalWindowFooter {
        height: 35px;
        line-height: 33px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #0a99d6;
        text-align: right;
        overflow: hidden;
    }

.phrTransmitContainer .modalWindowFooter {
    padding: 10px 0px 50px 50px;
    text-align: left;
    overflow: hidden;
}

        .ppModalDialog .modalWindowFooter .cancelBtnContainer, .phrTransmitContainer  .cancelBtnContainer{
            /*Start: Cross browser support for inline-block*/
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            /*End: Cross browser support for inline-block*/
            border-right: 1px solid #ffffff;
            padding-left: 5px;
            padding-right: 6px;
        }

            .ppModalDialog  .cancelBtnContainer > a.btnCancel {
                font-family: 'Segoe UI', Helvetica, Verdana, sans-serif;
                font-size: 16px;
                font-weight: normal;
                color: #fff;
                background-color: #0a99d6;
                border: none;
                padding-bottom: 0px;
                text-transform: none;
                text-decoration: none;
                padding-left: 10px;
                padding-right: 5px;
            }

            .phrTransmitContainer  .cancelBtnContainer > a.btnCancel {
                font-family: 'Segoe UI', Helvetica, Verdana, sans-serif;
                font-size: 16px;
                font-weight: normal;
                color: #fff;
                background-color: #0a99d6;
                border: none;
                text-transform: none;
                text-decoration: none;
                padding:0px 10px;
            }

        .ppModalDialog .modalWindowFooter .sendChartBtnContainer, .phrTransmitContainer .sendChartBtnContainer {
            /*Start: Cross browser support for inline-block*/
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            /*End: Cross browser support for inline-block*/
            padding-left: 4px;
            padding-right: 5px;
        }

        .ppModalDialog .modalWindowFooter .fontStandardButton {
            /*Overriding original fontStandardButton css class style*/
            margin: 0px;
            padding: 0px;
            font-family: 'Segoe UI', Helvetica, Verdana, sans-serif;
            font-size: 16px!important;
            font-weight: normal;
            color: #fff;
            background-color: #0a99d6;
            border: none;
            padding-bottom: 0px;
            text-transform: none;
            height: auto;
            height: initial;
            width: auto;
            width: initial;
            padding-left: 5px;
            padding-right: 10px;
        }

           .phrTransmitContainer .fontStandardButton {
            /*Overriding original fontStandardButton css class style*/
            margin: 0px;
            padding: 0px 10px;
            font-family: 'Segoe UI', Helvetica, Verdana, sans-serif;
            font-size: 18px!important;
            font-weight: normal;
            color: #fff;
            background-color: #0a99d6;
            border: none;
            text-transform: uppercase;
            /*height: auto;
            height: initial;
            width: auto;*/
			  min-height: 35px;
			min-width: 100px;
			font-weight: bold;
        }

            .ppModalDialog  .fontStandardButton:hover, .phrTransmitContainer .modalWindowFooter .fontStandardButton:hover {
                /*Overriding original fontStandardButton css class style*/
                color: #fff;
                cursor: pointer;
            }

        .ppModalDialog  .btnDisabled , .phrTransmitContainer .modalWindowFooter .btnDisabled {
            opacity: 0.4;
            cursor: default !important;
        }



/******************** Provider Searching Gridview ************/

    .ppModalDialog .modalWindowContent .providersListContainer, .phrTransmitContainer .modalWindowContent .providersListContainer {
        height: 400px;
        /*overflow-y: scroll;*/
        overflow: auto;
        /*width: 100%;*/
         width: 70%;
         border:1pt solid #000!important;
         margin-left: 50px;
          margin-top: 20px;
    }

.providersListGrid {
    /*table-layout: fixed;*/
    /*width: 100%;*/
    background-color: #fff;
    /*border: none !important;*/
}

    .providersListGrid caption {
        display: none;
    }

    .providersListGrid input[type="radio"] {
        visibility: visible;
    }

      .providersListGrid .providerSelection {
            visibility: visible !important;
        }

        .providersListGrid th {
            height: 25px;
            padding: 5px;
            color: #333;
            vertical-align: middle;
            background-color: #eee;
            cursor: pointer;
            text-align: left;
            border: none !important;
            font-weight: normal !important;
            cursor: default;
        }

            .providersListGrid th a {
                text-decoration: none;
                 color: #1c529f;
            }

    .providersListGrid td {
        padding: 5px;
        color: #333 !important;
        white-space: nowrap;
        overflow: hidden;
        height: 25px;
        border: none !important;
        border-bottom: 1px solid #aaa !important;
    }

        .providersListGrid td a {
            text-decoration: none;
             color: #1c529f;
        }

    .providersListGrid th :hover {
        color: #000;
        background-color: #eee;
        font-family: 'Segoe UI', Helvetica, Verdana, sans-serif;
        cursor: pointer;
    }

        .providersListGrid .sendChartRadioButtonCol {
        width: 2%;
    }


/***********************************************/

/*************************************** Natalia **********************/

    .providersListGrid .sendChartProviderOrOrganization {
        width: 20%;
    }

    .providersListGrid .sendChartSpecialty {
        width: 15%;
    }

    .providersListGrid .sendChartAddress {
        width: 25%;
    }

    .providersListGrid .sendChartCity {
        width: 10%;
    }

    .providersListGrid .sendChartState {
        width: 10%;
    }

    .providersListGrid .sendChartZip {
        width: 6%;
    }

    .providersListGrid .sendChartPhone {
        width: 11%;
    }

    .providersListGrid .alignRight {
        text-align: right !important;
        padding-right:10px;
    }

/******************Send Chart Success Banner*************/
.sendChartBanner {
    height: 35px;
    position: absolute;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    background-color: #0a99d6;
    width: 100%;
    z-index: 2001;
    display: none;
}

    .sendChartBanner .sendChartBannerInfo {
        float: left;
        background-image: url('NextMDTheme/Images/banner_info.png');
        background-repeat: no-repeat;
        background-position: 20px 5px;
        padding-left: 55px;
        line-height: 35px;
    }

    .sendChartBanner .sendChartBannerClose {
        float: right;
        margin-right: 20px;
        cursor: pointer;
    }

        .sendChartBanner .sendChartBannerClose a {
            /*Start: Cross browser support for inline-block*/
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            /*End: Cross browser support for inline-block*/
            padding: 3px 6px;
            margin-top: 6px;
        }

        .sendChartBanner .sendChartBannerClose a:focus {
            outline: 2px solid #addee6 !important;
            outline-offset: 1px;
        }


/***************General styles************/

.displayNone {
    display: none;
}

.displayNoneImp {
    display: none;
}

.displayBlockImp {
    display: block ;
}

.marginTop4px {
    margin-top: 4px !important;
}

.marginTop5px {
    margin-top: 5px !important;
}

.marginTop13px {
margin-top:13px !important;
}

.marginTop10px {
    margin-top: 10px !important;
}

.marginTop2px {
    margin-top:2px !important;
}

.marginBottom2px {
    margin-bottom: 2px !important;
}

.marginLeft9px {
    margin-left: 9px !important;
}

.padd8px {
    padding: 8px !important;
}

.paddRight10 {
    padding-right: 10px !important;
}

.paddLeft5 {
    padding-left: 5px;
}

.paddLeft10px {
    padding-left: 10px !important;
}

.paddTop20px {
    padding-top: 20px !important;
}

.paddLeft20px {
    padding-left: 20px !important;
}

.paddLeft28px {
    padding-left: 28px !important;
}

.clearBoth{
    clear:both;
}

.width95Percent {
    width: 95% !important;
}

.width460px {
    width: 460px !important;
}

.width160px {
    width: 160px !important;
}

.height100Prct {
    height: 100%;
}

.height100PrctImp {
    height: 100% !important;
}
/*************************************** Natalia **********************/

/***************General Styles************/

.displayNone {
    display: none;
}

.displayNoneImp {
    display: none !important;
}

.displayBlockImp {
    display: block !important;
}

.marginTop4px {
    margin-top: 4px !important;
}

.marginTop5px {
    margin-top: 5px !important;
}

.marginTop10px {
    margin-top: 10px !important;
}

.marginBottom2px {
    margin-bottom: 2px !important;
}

.marginLeft9px {
    margin-left: 9px !important;
}

.padd8px {
    padding: 8px !important;
}

.paddLeft10px {
    padding-left: 10px !important;
}

.paddLeft20px {
    padding-left: 20px !important;
}

.paddLeft28px {
    padding-left: 28px !important;
}

.paddLeft150px{
    padding-left: 150px !important;
}

.clearBoth{
    clear:both;
}

.width95Percent {
    width: 95% !important;
}

.width460px {
    width: 460px !important;
}

.width280px {
    width: 280px !important;
}

#mycharth2 {
    float: right;    
    font-size: 12px;
    padding-right: 15px;
    padding-top: 5px;
    display:table-cell;
    vertical-align:middle;
}

    #mycharth2 a {
    text-decoration: none;
    font-size: 12px;
    color:  #1c529f;
}

#mycharth2V2 {
    font-size: 16px;
    padding-left:10px;
    padding-top:13px;
    vertical-align:middle;
    height:27px;    
    position:relative;
}

    #mycharth2V2 a {
    text-decoration: none;
    font-size: 12px;
    font-weight:bold;
    color: #1b519e;
    padding-left:20px;
}

.calendar {
    vertical-align:middle;
    height:20px;
    margin: 0 5px 0 5px;
}

.nav_mychart a.link_mychart:hover, .nav_mychart a.link_mychart:focus, .nav_mychart a.link_mychart:active {
    left:0px;
    margin-right: 0;
	background-color: #F8F8F8;
	color: #1b519e;	
}

    .nav_mychart a.link_mychart:hover + .sub_mychart {
    left:0px;
    margin:0;
    background-color: #FFFFFF;
}

    .nav_mychart a.link_mychart:focus + .sub_mychart {
    left:0px;
    margin:0;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
}

.nav_mychart .sub_mychart a.link_mychart:focus + .sub_mychart {
    left:0px;
    margin:0;
    color: #1b519e;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
}

.nav_mychart .sub_mychart a:focus, .nav_mychart .sub_mychart a:active, .nav_mychart .sub_mychart a:hover {
    left:0px;
    margin:0;
	background-color: #FFFFFF;
	color: #1b519e;    
    outline:2px solid #0F98D5 !important;
    outline-offset:1px;
}

.nav_mychart .sub_mychart:hover, .nav_mychart .sub_mychart:focus {
    left:0px;
    margin:0;
	color: #1b519e;
    background-color: #FFFFFF;
}

.nav_mychart .sub_mychart li {
	float: left;
    padding-top:4px;
    background-color:#FFFFFF;
}

.nav .sub_mychart > li {
	float: none;
    padding-top: 4px;
    padding-bottom:4px;
    background-color: #FFFFFF;
}
		
.nav_mychart a {
    position: relative;
	display: block;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	color: #1b519e;
	z-index: 5;
}
    
.nav_mychart .sub_mychart a {
    background-color: #FFFFFF;
	color: #1b519e;
	font-size: 9pt;
    width:270px;
    padding-left:10px;
}

.sub_mychart {
	position:relative;
    list-style-type: none;
	left:-10000px;
	float: right;
	text-align: left;   
    margin-right:-15px; 
    width: 270px;
    -webkit-padding-start: 0px; 
    border: 1px solid #ccc;
}

.nav_mychart {
    list-style-type: none;
    margin:0; 
    width:100px;
    -webkit-padding-start: 0px;   
    margin-right:5px;
    display:inline-block;
    height:100%;
}

.link_mychart {
}

.disabled {
    background-color: rgb(235, 235, 228);
    color: gray;
    font-family: 'Segoe UI', Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

/***********Start def 136557******************/
.divPopupCommentsButton {
    text-align: center;
    margin: 8px auto;
}

.floatingPopDocComments {
    position: absolute;
    visibility: hidden;
    width: 27%;
    top: 30%;
    left: 32% !important;
}

select:disabled {
      background-color: rgb(235, 235, 228);
}

.ajax__calendar_prev {
    background-image: url("Images/calendar-arrow-left.gif") !important;
}

.ajax__calendar_next {
    background-image: url("Images/calendar-arrow-right.gif") !important;
}


/******** Req#<74180> - Patient Portal Main - The My Information page will have a new layout   ** */
.divDemographic{
    border: 2px solid #DD9900;
    width: 70% !important;
    min-width: 920px;
    margin-left: 8px;
    background-color: #FAF7F7;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}

.divDemoLabelHeader {
    color: #284775;
    font-weight:bold;
}

.divDemoHeaderLeftalign {
    color: #284775;
    font-weight:bold;
}

.divDynamicContent{
    color: #284775;
    color: #333;
}

.divDivPosition{
    padding: 3px 5px;
    float: left;
}

.boxer {
   display: table;
   border-collapse: collapse;
   width:60%;
   margin-left:27%;
}

.boxer .box-row {
   display: table-row;
}

.boxer .box {
   display: table-cell;
   text-align: left;
   vertical-align: top;
   padding-top:3%;
    }
  
.divTable {
    display: block;
    padding:10px;    
}

.divRow {
    width: 100%;
    display: block;
    padding-bottom: 5px;
}

.divColumn {
    float: left;  
    display: block;
    padding: 5px;
}

.collapsePanelHeaderDemographics{
       cursor:pointer;
       margin-bottom: 10px;
       margin-top: 3px;
}

.pushT5 {
    margin-top: 5px !important;
}

.pushT10 {
    margin-top: 10px !important;
}

.pushL5 {
    margin-left: 5px !important;
}

.divPhoneWidth {
    width: 65% !important;
}

.divMarginR6Per {
    margin-right: 6%;
}

.pushL25 {
    margin-left: 25px !important;
}

.pushR5 {
    margin-right: 5px !important;
}

.divDisplayNone {
    display: none;
}

.divFloatRight {
    float: right;
}

.divDemographicCollapseContent {
    border: 1px solid #CCCCCC;
    background: #F7F7F7;
    padding-bottom: 8px;
    margin: 0 0 0 0;
    height: auto;
    margin-bottom:30px;
    padding-bottom:30px;
}

.collapsePanel {
	width: 100%;
	height:0;
	overflow:hidden;
}

.divDemographicPanelHeader{
       height:22px;
       cursor:pointer;
       margin-bottom: 10px;
       margin-top: 3px;
}

.divWordWrap {
    word-break: keep-all;
    word-wrap: break-word;
}

.divDemographicDivider {
    border: 0;      
    color: #666666;
    border-bottom: 2px solid #DD9900;
}
/****** End -- Req#<74180> ******/

/*Start - defect QC#143507*/

.divWidth100 {
    width: 100% !important;
}

.failedLabResultHeader .linkText {
    vertical-align: top;
    height: 20px;
    font-size: 14px;
    color: #333 !important;
    width: 100% !important;
    margin-left: 34px;
    margin-right: 10px;
    clear: both !important;
    font-weight:500;   
}

.labResultItemRow1 {
    width: 20%;
    margin-top: 10px;
    text-align:left;
}

.labResultItemRow2 {
    width: 13%;
    text-align:left;
}

.width12Prcnt{
     width: 10%;
     text-align:left;
}

.width13Prcnt{
     width: 13%;
     text-align:left;
}

.width14Prcnt{
     width: 14.2%;
     text-align:left;
}

.width18Prcnt {
    width: 18%;
    text-align: left;
}

.width19Prcnt {
    width: 19%;
    text-align: left;
}

.width20Prcnt{
     width: 20%;
     text-align:left;
}

.width23Prcnt {
    width: 23%;
    text-align: left;
}

.width30Prcnt {
    width: 30%;
    text-align: left;
}

.overFlowHidden{
    overflow: hidden;
}

.overFlowAuto {
    overflow: auto;
}
/*End - defect QC#143507*/
/***********End def 136557******************/
.mGrid {
    /*table-layout: fixed;*/
    width: 100%;
    background-color: #fff;
    border: 1px solid #c1c1c1;
}  

.mGrid td {   
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
    padding: 5px;
    color: #333 !important;
    white-space: nowrap;
    overflow: hidden;
    height:24px;
	text-align:left;
}  

    .mGrid th {
       height: 18px;
       padding: 1px 5px 1px 5px;
       font-weight:bold;
       color: #333;
       vertical-align:middle;
       background: #fcfcfc url(../App_Themes/NextMDTheme/Images/gradient_std_t1.png) repeat-x top;
       border-top: 1px solid #c1c1c1;
       border-bottom: 1px solid #ECECEC;
       cursor:pointer;
	text-align:left;
}  

        .mGrid th a {
       text-decoration:none;
       color: #333;
       margin-left:5px;
}

    .mGrid td a {
       text-decoration:none;
       color: #333;
       color: #1c529f;
       margin:3px;
       border:1px;
       vertical-align:middle;
}

    .mGrid div {
      vertical-align:middle;
      padding: 3px;
  }

    .mGrid li {
      vertical-align:middle;
      padding:4px;
  }

    .mGrid th :hover {
       background: #CCCCCC;
       cursor:pointer
}

 .mGrid caption {
      position: absolute !important;
      height: 1px;
      width: 1px;
      overflow: hidden;
 }

  .mGrid .gridSortedCell th{
  }
/*Grid Pager*/

.floating {
    float: left;
      overflow:hidden; 
      margin: 0 10px;
      text-align: center;
}

.mGrid td .floating a{
    width:100%;
    margin:0;
    padding:0;
    display:block;
    text-decoration:none;
}

.nonSelectedPage {
    width:20px;
    height:20px;
    border: 1px solid #a7a9ab;
    background-color: #FFF;
}

.mGrid td .nonSelectedPage a {
    color: #3a6a7f;
    color: #333;
    font-family: Segoe UI;
    font-size: 14px;   
 }

.selectedPage {
    width:20px;
    height:20px;
    border: 1px solid #3a6a7f;
    background-color: #3a6a7f;
}

 .mGrid td .selectedPage a {
    color: #FFF;
    color: #1c529f;
    font-family: Segoe UI;
    font-size: 14px;
 }

.pagerPrevNext {
    height:20px;
    border: 1px solid #a7a9ab;
    background-color: #FFF;
}

.mGrid td .pagerPrevNext a {
    color: #3a6a7f;
    color: #1c529f;
    font-family: Segoe UI;
    font-size: 12px;
 }

.pagerPrevNextDisabled {
    height: 20px;
    border: 1px solid #e0e1e2;
    background-color: #FFF;
}

.mGrid td .pagerPrevNextDisabled a {
    color: #bbcbd2;
    color: #1c529f;
    font-family: Segoe UI;
    font-size: 12px;
 }

.labelEtcetera {
    color: #3a6a7f;
    width:20px;
    height:20px;
    border: 0;
    background-color: #fff;
    margin:0;
}

.valignT{
	vertical-align:top;
}

.valignM{
    vertical-align:middle;
}

.vAlignSub {
vertical-align:sub;
}

.vAlignB {
    vertical-align: bottom;
}

.alignL{
	text-align:left;
}

.alignR{
	text-align:right;
}

.fullwidth {
	width:100%;
}
/*end of Grid Pager*/

.validationsummary {
   background:url(../App_Themes/NextMDTheme/Images/alert.png) no-repeat 0 0;
   vertical-align:middle;
   width: 100%;
   margin-left: 10px;
   height:40px;
   min-height:40px;
}
  
}

.securityTokenTable {
    padding: 1px;
}

.floatingPopupHeader {
       border: 0px; 
       padding: 0px 0px 0px 2px;
       height: 25px;
       font-family: Segoe UI, Helvetica, Verdana, sans-serif;
       font-weight:bold;
       color:#333;
}

h1 {
    color: #3a6a7f;
}

h2 {
   /*font-size: 14px !important;
   color: #777 !important;*/
}

.Hdr h3 {
    font-size:14px !important;
    background: inherit;  
    position: inherit;
    font-size: inherit;
    color:#777777;
    padding:0px;
}

.fontStandardLink2 .fontStandardLink1 {
    color:#1c529f; 
}

.LoginInstructions {
   color: #333;      
}

#divlogin{
   height:47px;
   min-height:47px;
   text-align: center;
}
   
#divLoginError {
    padding: 0px 40px 0px 0px;
    text-align:center;
}

.LoginPageButton, .fontStandardButton {
    background-color: #0c99d6 !important;
    border-radius: 3px;
}

.LoginPageButton {
    text-transform: uppercase;    
}

.mailMessage {
   outline:0;
   border:0px;
}

.undisplayControl {
    position: absolute;
    top: -1000px;
    left: -1000px;
    overflow: hidden;
    margin-top: 3px;
    height: 40px;
    padding-top: 7px;
    box-sizing: border-box;
    z-index: -1000;
}

    .undisplayControl:focus,
    .undisplayControl:active,
    .undisplayControl:hover {
        background-color: #414141;
        opacity: 0.95;
        font-family: Segoe UI;
        font-size: 21px;
        font-weight: 600;
        color: #ffff70;
        margin: auto;
        text-align: center;
        text-decoration: none;
        width: 100%;
        height: 50px;
        left: 0;
        top: 0;
        overflow: visible;
        z-index: 1000;
    }

#main:focus {
    outline: 0;
}

.lblCopyright {
    font-size:13px!important;
}

.fontFooterLink {
    font-size:12px!important;
}

.fontStandardLink1, .lnkViewProfile {
    color:#1c529f!important;
}

.fontStandardButton {
	font-size: 18px !important;
}

#t4:focus {
    outline: 2px solid #0F98D5 !important;
    outline-offset: 1px;
}

.nonvisibletext{
	line-height:0px;
	font-size:0px;
}
/*DashBroard Menu*/
  .menuContainer {
        height: 90px;
        width: 100%;
        background-image: url(../Images/Background_Header.jpg);
        vertical-align: bottom;
    }

    #appmenu {
        height: 0px;
        line-height: 30px;
        float: right;
        color: #333333;
        border-top-left-radius: 10px;
          padding-left: 0px !important;
        margin-bottom: 6px !important;
    }

    .homelink {
        border-top-left-radius: 10px;
    }

        #appmenu li {
            white-space: nowrap;
            display: block;
            /*padding: .20em .75em;*/
            border: 1px solid #fff;
        }

        #appmenu > li {
            float: left;
            background-color: #EFEFEF;
            text-align: center;
            position: relative; 
            cursor: pointer;
            margin-left: 4px;
        }

		 #appmenu > li > a {
          text-decoration: none;
		   color: #333333;
			font-size: 9pt;
			display:block
        }

        #appmenu :hover,
        #appmenu :focus {
            background-color: #C5D7EF;
        }

            #appmenu :hover li,
            #appmenu :focus li {
                background-color: #EFF4FA;
            }

        #appmenu > li > ul {
            display: none;
            position: absolute;
            left: 0;
            right: 0;
            top: 100%;
            padding: 0;
            margin: 0;
            background-color: #EFF4FA;
            width: 200%;
            text-align: left;			
            border-top:5px solid #B5D2F4; 
            /**this is needed, as mouse leave from main menu item will fire on child margin element when moved from parent*/
        }

		 #appmenu > li:last-child > ul {
			left:unset;
          left:initial;
		  left:auto;
        }

		#appmenu > li > ul > li> a {
			 text-decoration: none;
			 color: #333333;
			font-size: 9pt;
			display:block
		}

/*DashBoard menu End*/

/* Responsive grid css - w3schools.com - do not change this code */
.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

[class*="col-"] {
    float: left;
    box-sizing: border-box;
}

.row {
    box-sizing:border-box;
 }

.row::after {
    content: "";
    clear: both;
    display: table;
}
/* End - Responsive grid css - w3schools.com - do not change this code */
/* Core CSS do not change this */
.txtL {
    text-align: left !important
}

.txtC {
    text-align: center !important
}

.txtR {
    text-align: right !important
}

.txtT {
    vertical-align: top !important
}

.txtM {
    vertical-align: middle !important
}

.txtB {
    vertical-align: bottom !important
}

.pushNone {
    margin: 0;
}

.pushT {
    margin-top: 10px !important
}

.pushB {
    margin-bottom: 10px !important
}

.pushLessT {
    margin-top: 5px !important
}

.pushLessB {
    margin-bottom: 5px !important
}

.pushMoreT {
    margin-top: 20px !important
}

.pushMoreB {
    margin-bottom: 20px !important
}

.pushMoreB30 {
    margin-bottom: 30px !important
}

.pushMoreT30 {
    margin-top: 30px !important
}

.pushMoreT60 {
    margin-top: 60px !important
}

.pull {
    padding: 10px !important
}

.pullLessL {
    padding-left: 5px !important
}

/* End - Core CSS do not change this */

/* Hiding text */
.hiddenText {
    font-size: 0.1px;
    color: transparent;
}

.newEnrollContainer {
    background-color: #FAF7F7;
    background-color: #fff;
    box-shadow: 5px 5px 5px #C0C0C0;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid #C5C6C7;
    border: 0px;
    width: 70%;
    margin: 0 auto;
}

.enrollmentContainerBox {
    text-align: center;
}

.newEnrollmentContainer {
    padding: 55px;
    display: inline-block;
    text-align: left;
    max-width: 50%;
    background-color: #FAF7F7;
    background-color: #fff;
    border: 1px solid #C5C6C7;
    margin: 0 auto;
}

.newEnrollControlContainer{
    width:100%;
    box-sizing: border-box;
}


.newEnrollControlContainer .leftControlContainer {
    padding-right: 2px;
    height: 24px;
    text-align: right;
    width: 30%;
    box-sizing: border-box;
    vertical-align: middle;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.newEnrollControlContainer .rightControlContainer {
    height: 24px;
    text-align: left;
    width: 68%;
    box-sizing: border-box;
    vertical-align: middle;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.newEnrollControlContainer .enrollErrorContainer {
    padding-top: 2px;
    padding-left: 30%;
}

.enrollNextButtonContainer {
    text-align: right;
    width: 49%;
    box-sizing: border-box;
    vertical-align: middle;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.enrollCancelButtonContainer {
    text-align: left;
    width: 49%;
    box-sizing: border-box;
    vertical-align: middle;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-left:5px;
}

.newEnrollHeadingContainer {
    background-color: #C6D0E8;
    color: #343030;
    font-style: italic;
    font-size: 12pt;
    font-family: Segoe UI,Helvetica,Verdana,sans-serif;
    padding-left: 4px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    font-family: Segoe UI Semibold;
    font-family: Segoe UI;
    border: 1px solid #C6D0E8;
}

.privacyPolicyBtnContainer {
    display: inline-block;
    text-align: center;
}

.btnPrivacyPolicy {
    float: left;
    padding: 5px;
}

.activeCategory {
    color: #3a6a7f !important;
    font-weight:bold;
    font-size:16px;
    border-left:solid 5px #3a6a7f;
}

#rt1:focus {
    outline: 2px solid #0F98D5 !important;
    outline-offset: 1px;
}

.lightBackFocusRing {
    outline: 2px solid #0F98D5 !important;
    outline-offset: 2px;
}

#tblDemographics .col-12 {
min-height:50px;
}

/*webkitMarginBefore should be applied on those divs which are skipped by Chrome Vox in Shift+Alt+Right Arrow,ex. PI 1st screen- Midle Name*/
.webkitMarginBefore{
    -webkit-margin-before:0.02px;
}
/*accessible Calendar css start*/

a.accCalendar {
	display: inline-block;
	background: transparent;
}

.accessibleCalendar div.calendar {
    text-align: center;
    color: #FFF;
    background: #2E3135;
    padding: 0.5rem;
    border-radius: 0.3rem;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    height:auto;
}

.accessibleCalendar table.calendar {
    border-collapse: separate;
    border-spacing: 1px;
    background-color:#2e3135;
    height:auto;
}

.accessibleCalendar table.calendar td, table.calendar th {
    padding: 0.3em 0.5em;
    border-radius: 0.15rem;
}

.accessibleCalendar td.empty {
    background: rgba(255, 255, 255, .07);
}

.accessibleCalendar th.week {
}

.accessibleCalendar td.nav1, td.day {
    cursor: pointer;
    position:initial;
}

.accessibleCalendar td.day {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    color: #000;
    background: #63B7C2;
}

    .accessibleCalendar td.day:hover {
        background: #E2A037;
    }

.accessibleCalendar td.selected {
    background: #E2A037;
}

div.calendar *:focus, div.commentAdd *:focus {
    background: #E2A037;
}

.accessibleCalendar td.month {
    font-weight: 600;
    color: #63B7C2;
    text-shadow: 0 1px 0 #000;
}

.accessibleCalendar td.comment {
    position: relative;
}

.accessibleCalendar td.comment span::after {
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	top: 0.2rem;
	right: 0.2rem;
	content: "";
	background: #49182E;
	border-radius: 7px;
}

.accessibleCalendar td.comment.selected {
	background: #E2A037; 
}


.accessibleCalendar td.disabled, td.disabled:hover {
	color: #CCC;
    background: #bdbdbd;
    cursor: auto; 
}

    .accessibleCalendar td.disabled.selected {
        background: #C2C2C2;
    }

.accessibleCalendar div.commentTooltip {
	width: 271px;
	padding: 0.5rem;
	color: #FFF;
	background: #3D4043;
	font-size: 0.8em;
	font-weight: bold;
	max-height: 50px;
	overflow-x: hidden;
	overflow-y: auto;
	word-wrap: break-word;
	text-align: left;
}

.accessibleCalendar div.commentAdd {
	background: #2E3135;
	border-radius: 0.3rem;
}

	.accessibleCalendar div.commentAdd button {
		font-size: 100%;
		text-transform: uppercase;
	    color: #FFF;
	    background: #2E3135;
	    padding: 0.5rem;
		margin-top: -5px;
		border: none;
	    border-bottom-left-radius: 0.3rem;
	    border-bottom-right-radius: 0.3rem;
	    -webkit-box-shadow: 0 10px 6px -6px #777;
	    -moz-box-shadow: 0 10px 6px -6px #777;
	    box-shadow: 0 10px 6px -6px #777;
	}

.accessibleCalendar div.commentAdd textarea {
	width: 270px;
	height: 2em;
	overflow: auto;
	word-wrap: break-word;
	text-align: left;
	padding: 0.2em;
	margin: 0.5rem 0.5rem 0;
}

.accessibleCalendar div.dateField {
    margin: 100px 0px;
}
/*accessible calendar css end*/

/*In MAC, td makes a border*/
#ctl00_ContentPlaceHolder1_wzdPatientEnrollment tr td {
border:0px;
}

#ctl00_ContentPlaceHolder1_wzdRecoverPassword tr td {
    border: 0px;
}

#tblStep2 tr td {
vertical-align:top;
}

.fraudWarningContainer {

    /*padding: 20px;*/
    vertical-align: top;
    text-align: center;
}

.pushT3Imp {
    margin-top: 3px !important;
}

.pushT20Imp {
    margin-top: 20px !important;
}

.pushT40Imp {
    margin-top: 40px !important;
} 

.termsConditionContainer {
	margin:0 auto  ;
	width:60%  !important;
}

.termConditionContent{
	overflow-y: scroll;
	height:350px;
	text-align:left;
	border:1px solid rgb(204, 204, 204);
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 40px;
	margin-right: 40px;
	padding:10px;
}

.PHRFilterLabel {
    color: #333;
    font-weight: bold;
    font-size: 12px;
}

.noAccount h3 {
    color:#5F471B !important;
    top:initial !important;
    left:initial !important;
    position:inherit !important;
    padding:0px !important;
}

.dateRange {
    font-family: Segoe UI;
    color:#777;
    font-style: italic;
    font-size:12px;
}

.filterStyle {
    vertical-align:top; 
    padding-top:15px;
    margin-bottom:10px; 
    height:40px;
    overflow-y:auto; 
    /*border-bottom: 1px #777 solid;*/
}

.Phr_layout-table {
    display : table;
    clear : both;
    table-layout : fixed;
    width : 98%;
}

.layout-row {
    /*display : table-row;*/
    clear : both;   
    empty-cells : show;
    width : 99%;
    padding: 2px 2px 2px 2px;
}

.layout-column-allergy {
    display : table-column;
    float : left;
    width : 25%;
    min-width : 25%;
    empty-cells : show;
    box-sizing: border-box;
    padding : 2px 2px 2px 2px;
}

.date{
   color: #3a6a7f;
   font-size:18px;
   font-weight: Semi bold; 
   font-family: Segoe UI;
}

.visuallyhidden{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    /* margin: -1px; */
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#divcharDateV2 {
    padding-top: 5px; 
    float: left; 
    width: 180px;
    height: 200px; 
    overflow-y: scroll;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

    #divcharDateV2 A:link {
        text-decoration:none;
    }

#divFailedDateV2 {
    padding-top: 5px; 
    float: left; 
    width: 180px;
    height: 200px; 
    overflow-y: scroll;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

    #divFailedDateV2 A:link {
        text-decoration:none;
    }

.fontfilterlbl{
    font-size : 120%;
    font-style: italic;
    color: #777;
}

.rowhlv2 {
    font-weight: 600;
    color: #333;
    text-decoration:none;
}

.divChartDatesv2 {
    float: left;
    padding: 0 0 0  10px;
    width: 100% !important;
    margin-bottom: 20px;
}

 .SchedulingAppDisclaimerDiv{
        margin-left: 11px;
        margin-top: -9px !important;
       -moz-margin-start: 9px !important;
    }

.fontStandardLabel {
       font-family: Segoe UI, Helvetica, Verdana, sans-serif;
       font-weight:bold;
       color:#333;
}

.standardMessage {
    font-family: Segoe UI, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    color: #333;
    font-size: 14px;
}

.standardLinkMessage {
    font-family: Segoe UI, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    color: #1c529f;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}

.standardButton {
    font-family: Segoe UI, Helvetica, Verdana, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    background-color: #0c97d5;
    border: 1px solid #0c97d5;
    border-radius: 4px;
    padding-bottom: 2px;
    text-transform: uppercase;
}


.paddT10Imp {
   padding-top:10px !important; 
}

.disabledLink {
    pointer-events: none;
   cursor: default;
}

.column {
    width:33.33333333%;
    float:left;
}

.table {
        display: table;
}

    .table .title {
        display: table-caption;
        text-align: center;
        font-weight: bold;
        font-size: larger;
    }

    .table .heading {
        display: table-row;
        font-weight: bold;
        text-align: center;
    }

    .table .tablerow {
        display: table-row;
    }

.tablerow .cell {
        display: table-cell;
        /*border: solid;*/
        border-width: thin;
        padding-right: 5px;
        text-align: left;
        height: 24px;
}

.tblCell {
    display: table-cell;
}

.tablerow .blankcell {
        display: table-cell;
        width:118px;
        /*border: solid;*/
        border-width: thin;
        padding-right: 5px;
        height: 24px;
    }

.statusErrorMessagePHR {
	color: #c32527;
	padding: 30px;
	font-weight: bold;
	background: url("Images/alert_phr.png") no-repeat;
	background-position: top 30px left 1px;
}

.downcarat::after{
 margin:2px 0 0 5px;
 content:url('NextMDTheme/Images/down-carat.png');
}

.upcarat::after{
 margin:2px 0 0 5px;
 content:url('NextMDTheme/Images/up-carat.png');
}

#tablePageContent:focus 
#divWelcomeTable:focus {
border: none;
 outline: none;
}

.font18 {
    font-size:18px!important;
}

.allLink{
	color:#1c529f;
}

.errorAlertIcon {
background-image: url('../App_Themes/NextMDTheme/Images/alert.png');
background-repeat: no-repeat;
background-position-y:center;
padding: 30px;  /* width of the image plus a little extra padding */
}

option{
    color:#333 !important;
}


.newItemHeader {
	border-bottom: 2px solid #DD9900;
	height:20px;
	padding-bottom:1px;
}

.divHeaderLabel {
    float: left;
    color: #777 !important;
}

select {
    color: #333;
}

.htmlbackgroud{
	background-color:#fff !important;
}

.Acontainernew {
	 margin: 0 auto;
	background-color:#fff !important;
	border: none !important;
}

.phrresultcomponentTable{
	padding-top:5px;
	height:25px
}

table#labDetailOuterCollapsibleTable tbody tr td {
	border-collapse: collapse;
    border: 1px solid transparent;
    border-bottom: 1px solid #3a6a7f;
    padding-bottom: 10px;
}

.labDetailOuterCollapsibleTableAlternateCell {
	border-bottom: 2px solid transparent !important;
}

#appmenu li {
    list-style:none;
}

.heightAutoImp {
    height: auto !important;
}

input[type=text],
input[type=password] {
    color: #333;
}

#modalTitle:focus {
border: none !important;
 outline: none !important;
 outline-color: #000;
}

#payStamentLoaderContainer div[id$=_foregroundElement] {
    z-index: 1000!important;
    top:30% !important;
}

#payStamentLoaderContainer .modalBackground {
    z-index: 1001!important;
}

.prodVersion {
    font-size: 12px;
    font-family: 'Segoe UI';
    color: #000;
    font-weight: normal !important;
    opacity: .75;
    /*Start: Cross browser support for inline-block*/
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*End: Cross browser support for inline-block*/
}

/*PIE progress bar */
.divStepContainer ul li a:focus {
z-index:1;
}

#footer .copyright {
    /*Start: Cross browser support for inline-block*/
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*End: Cross browser support for inline-block*/
}

.noTextWrap {
    white-space: nowrap !important;
}

.apibanner{
    background-color: #000;
    font-family: 'Segoe UI';
    font-size: 12px;
    color: #fff;
    opacity: 0.8;
    padding:10px;
}

.xlink {
    font-size: 12px;
    cursor: pointer;
    color: #fff !important;
    text-decoration:none !important;
}

a.info {
position:relative;
text-decoration: underline;
font-size: 12px;
z-index:24;
color: #fff !important;
}

    a.info:hover, a.info:focus, a.info:active {
z-index:25;
}

    a.info span {
position: absolute;
left: -9000px;
width: 0;
overflow: hidden;
}

    a.info:hover span, a.info:focus span, a.info:active span {
display:block;
position:absolute;
        top: 1em;
        left: 1em;
        width: 12em;
border:1px solid #0cf;
background-color:#cff;
color:#000;
text-align: center
}

/* Start: Dashboard widget sorting*/
.divDbInnerRepeater {
	height: 180px;
	min-height:180px;
	padding: 2px 0px 0px 0px;
    overflow: hidden;
    -webkit-overflow-scrolling: hidden;  
}

#innertabledivLabs {
    height: 128px;    
    overflow-y: auto;
	overflow-x: hidden;  
    -webkit-overflow-scrolling: auto;
}

#innertabledivFailedLabs {
    height: 100px;    
    overflow-y: auto;
	overflow-x: hidden;
    -webkit-overflow-scrolling: auto;
}

#innertabledivMeds {
    height: 128px;    
    overflow-x: auto;
    -webkit-overflow-scrolling: auto;
}

.innertablediv {
 height: 56px !important;
}

.innertablediv2 {
 height: 30px !important;
}

#headertable, #headertable2, #headertableMeds {
    overflow: hidden;
}
/* End: Dashboard widget sorting*/
.form-control {
    display: block;
    width: 100%;
    padding: 6px 6px;
    font-size: 12px;
    line-height: 1.32857143;
    color: #555;
    background-color: #fff;
    margin: 2px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}

.imh-answers {
    padding: 0px 0px 6px 6px;
    float: left;
    width: 90%;
    font-family: Segoe UI,Verdana,sans-serif;
    font-size: 14px;
}

.col-md-2 {
    float: left;
    width: 56.66666667%;
    text-align: left;
}

.col-md-10 {
    float: left;
    width: 83.33333333%;
}

.checkbox {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.col-md-offset-1 {
    margin-left: 1.33333333%;
}

.imh-radio {
    padding: 2px 2px;
}

.newInvitationEnrollContainer {
    background-color: #FAF7F7;
    background-color: #fff;
    /*box-shadow: 5px 5px 5px #C0C0C0;*/
    /*-moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;*/
    /*border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;*/
    border: 1px solid #C5C6C7;
    border: 1px;
    width: 100%;
    margin: 0 auto;
    border-top-color: lightgray;
    /*border-left-style: outset;*/
    border-left-color: lightgray;
}

.divInvitationEnrollSection {
    background-color: white;
    border: 1px solid #CCCCCC;
    width: 96.5%;
    padding: 10px 12px 12px 10px;
    margin-left: 0px;
    text-align: left;
    vertical-align: middle;
}

.divInvitationEnrollSectionNoBorder {
    background-color: white;
    border: 0px solid #CCCCCC;
    width: 96.5%;
    padding: 10px 12px 12px 10px;
    margin-left: 0px;
    text-align: left;
    vertical-align: middle;
}

.divInvitationVerifySection {
    background-color: white;
    border: 1px solid #CCCCCC;
    width: 93.5%;
    padding: 10px 12px 12px 10px;
    margin-left: 1em;
    margin-bottom: 1em;
    text-align: left;
    vertical-align: middle;
}

.invitationEnrollStandardLabel {
    font-size: 16px;
    font-family: Segoe UI, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    color: #333;
    word-wrap: break-word;
    padding-right: 2em;
}

.invitationEnrollBoldLabel {
    font-size: 16px;
    font-family: Segoe UI, Helvetica, Verdana, sans-serif;
    font-weight: bold;
    color: #333;
}

.invitationEnrollBorder {
    border: 1px solid #CCCCCC;
}

.invitationEnrollPad10 {
    padding-left: 10px;
    padding-right: 10px;
}

.invitationEnrollPadTop10 {
    padding-top: 10px;
}

.invitationEnrollHeader {
    font-size: 24px;
}

.invitationEnrollHeader2 {
    font-size: 14px;
    font-family: Segoe UI, Verdana, Sans-Serif;
    color: #0A6E98;
    color: #777;
    font-weight: bold;
}

.invitationEnrollFont10Italics {
    font-size: 10pt;
    font-style: italic;
    font-weight: normal;
    color: #333;
    padding-left: 10px;
}

.invitationEnrollFont14 {
    font-size: 14px;    
    font-weight: normal;
    color: #333;
}

.invitationEnrollFont24 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.invitationEnrollCheck14 {
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.marginBottom10 {
    padding-bottom: 10em;
}

.invitationEnrollLabel {
    color: #333;
    font-family: Segoe UI;
    text-align: left;
    font-size: 26px;
}

.IHMPrintArea {
	height: 100%;
	overflow-x:hidden;
	overflow-y:hidden;
}

/* Footer Control */
#footer {
    clear: both;
    padding-top: 0px;
    background-color: #DBDBDB;
    border-top: solid 1px #284775;
    position: fixed;
    bottom: 0;
    width: inherit !important;
    display: table-cell;
    max-width: inherit;
}

    #footer ul {
       margin:0px;
       padding:0px;
       height:28px;
       list-style-type:none;
       font-family:Segoe UI, Helvetica, Verdana, sans-serif;
       font-size:90%;
       color:#333333;
}

        #footer ul li {
       float:left;
       list-style-type:none;
       padding:5px 5px 5px 0px;
}

            #footer ul li.copyright {
       float:left;
       padding-left:5px;
}

    #footer .copyrightimg {
       float:left;
       padding-left:5px;   
}

    #footer .leftsection {
        float:left;
    }

    #footer ul li h2 {
        margin:0px;
       padding:0px;
       height:28px;
       width:100%;
       float:left;
       list-style-type:none;
       background-color:#DBDBDB;
       font-family:Segoe UI, Helvetica, Verdana, sans-serif;
       font-size:90%;
       color:#333333;
}

#footer a:visited{
    color:#1c529f;
}

#divcopyrightimg {
       display:none;
       vertical-align:top;
       width:200px;
       height:20px;
}
/* Disclaimer & Fraud Warning Controls */

/*====================================*/
/*fix the header layout */
.divTopNavigation {
    position:absolute;
    clear:both;
	bottom:32px;
	right:0;
	width: 1125px !important;
	z-index: 10;
	padding-right:5px;
}


/*================================================*/

.htmlbackgroud{
	background-color:#fff !important;
}

.Acontainernew {
	 margin: 0 auto;
	background-color:#fff !important;
	border: none !important;
}

.tableLayout{
    table-layout: fixed;
  width: 99%;
  white-space: nowrap;
}

.lnkExpSign:before {
	content:url("Images/expand.gif"); 
	padding-right:5px;
	vertical-align: middle;
}

.lnkCollapsSign:before {
	content:url("Images/collapse.gif"); 
	padding-right:5px;
	vertical-align: middle;
}

.statusErrorMessage {
    color:#c32527;   
    padding:30px;      
    font-weight:bold;
    background: url("Images/alert.png") no-repeat; 
    background-position:  top 30px left 1px;
}

.dateSectedPhrDownLoadchart {
	border-left: 5px solid #1c529f;
	font-size: 14px;
    font-family:'Segoe UI';
    font-weight:600;
    color:#333 !important;
	margin-left: -5px;
}

.dateMyChartDate {
    font-size: 12px;
    font-family:'Segoe UI';
    font-weight:normal;
    color:#1b519f !important;
}

#skiptoDatecontent a {
	padding:6px;
	position: absolute;
	/*top:-40px;*/
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
    opacity:0;
}

#skiptoDatecontent a:focus {
	position:absolute;
	left:0px;
	/*top:0px;*/
	background:#BF1722;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
     opacity:100;
      background-color: #414141;
    color: #ffff70;
}

.borderCollapse{
	border-collapse:collapse !important;
}

#tablePageContent:focus,
#divWelcomeTable:focus,
#readingPaneContainera:focus,
#providerList:focus,
#mychartHeader:focus {
border: none !important;
 outline: none !important;
}

/**************************************************/
/*********   Dashboard Appointment Div Styles    *********/
/**************************************************/
.divAppointment{
    width: 56%;
    display: inline-block;
}

.divAppointmentLink{
    width: 40%;
    display: inline-block;
    text-align: right;
}

/**************************************************/



/******************************************************/
    /********    Tablecell Styles  ********/
/******************************************************/

.tableCellPracticeCaption{
    vertical-align:middle;
    text-align:right;
    height:24px;
    width:135px;
}

.tableCellPracticeDropdown{
    vertical-align:middle;
    text-align:left;
    height:24px;
}

.tableCellPersonCaption{
    vertical-align:middle;
    text-align:right;
    height:24px;
}

.tableCellPersonDropdown{
    vertical-align:middle;
    text-align:left;
    height:24px;
}

.tableCellPersonValidator{
    vertical-align:middle;
    text-align:left;
    height:24px;
}

/******************************************************/

    #footer .leftsection {
        float:left;
    }

#footer ul li h2 {
        margin:0px;
       padding:0px;
       height:28px;
       width:100%;
       float:left;
       list-style-type:none;
       background-color:#DBDBDB;
       font-family:Segoe UI, Helvetica, Verdana, sans-serif;
       font-size:90%;
       color:#333333;
}

#footer a:visited{
    color:#1c529f;
}


.statusInfoMessage {
    color:#000;   
    padding:30px;      
    font-weight:bold;
    background: url("Images/alert2.png") no-repeat; 
    background-position:  top 30px left 1px;
}

.divPHRCategory a {
    text-decoration:none;
}

.divPHRCategoryV2 {
    height : 40px;	
	color: #4D4B4B;
	font-family: Segoe UI;
	font-size: 12px;
	vertical-align: middle;
    padding-top:10px;
    margin-bottom:12px;
    padding-left:10px;
}

.divPhrCategories a {
        color: #3a6a7f;
        text-decoration:none;
}

.divPHRCategoryV2 A:link {
       font-style:normal;
       padding:  5px 0 5px 10px;	    
}

#divIncludeAll {
    padding: 4px 14px 4px 10px;
    float: right;
}

    #divIncludeAll input {
        vertical-align: middle;
    }

    #divIncludeAll label {
        vertical-align: middle;
    }

.main_l {
    margin-right:1px;
}


.nav a.main:hover, .nav a.main:focus, .nav a.main:active, .nav a.main_l:hover, .nav a.main_l:focus, 
.nav a.main_l:active, .nav a.main_r:hover, .nav a.main_r:focus, .nav a.main_r:active {
    left:0px;
    margin-right: 0;
	background-color: #C5D7EF;
	color: #333333;	
}

    .nav a.main:hover + .sub, .nav a.main_l:hover + .sub, .nav a.main_r:hover + .sub_r {
    left:0px;
    margin:0;
    background-color: #EFF4FA;
}

.nav .sub a:focus, .nav .sub a:active,.nav .sub_r a:focus, .nav .sub_r a:active, 
.nav .sub:focus, .nav .sub_r:focus,
.nav .sub a:hover, .nav .sub_r a:hover {
    left:0px;
    margin:0;
	background-color: #C5D7EF;
	color: #333333;
	/*border: 1px solid white;*/
}

.nav .sub:hover, .nav .sub_r:hover {
    left:0px;
    margin:0;
	color: #333333;
    background-color: #EFF4FA;
	/*border: 1px solid white;*/
}

.widgetGrid{
    width:100%;
}

 .widgetTitleNormal {
        font-weight:normal;
        font-size:90%;
    }

 .widgetTitleSemiBold {
        font-weight:700;
        font-size:10px;
        color:#686868;
        text-transform:uppercase;
    }

.imgHeaderInbox {
	 background: url(Images/db_Inbox.png) no-repeat;
     background-position: 14px 2px;
     background-size:30% 70%;
}

.imgHeaderAppointments {
	 background: url(Images/db_Appts.png) no-repeat;
     background-position: 14px 2px;
     background-size:10% 70%;
}

.imgHeaderToDo {
	 background: url(Images/db_reminders.png) no-repeat;
     background-position: 0px 2px;
     background-size:25% 70%;
}

.imgHeaderResult {
	 background: url(Images/db_results.png) no-repeat;
     background-position: 0px 2px;
     background-size:20% 70%;
}

.imgHeaderMedication {
	 background: url(Images/db_medications.png) no-repeat;
     background-position: 0px 2px;
     background-size:20% 70%;
}

.PhrAlternatingRowStyleBorder{
	border-bottom:2px solid #3a6a7f;
}


.PhrSubFooterStyle {
    background-position: bottom;    
    background-image: url('Images/orange-line.png');
    background-repeat: repeat-x;
    height: 2px;
}

.divChartCategories {
    float:left;
    margin: 5px 20px 0 0;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #3a6a7f;
}

.chartCategoriesV2 {
    list-style: none;
    padding:0 20px 0 0;    
    height:70%;
    overflow-y:auto;
}

#mychartHeaderV2 {
    height: 50px;
    background-color: #F8F8F8;
    border-bottom: 1px #3a6a7f solid;
}

.divAuditHistory {
    margin:40px !important;
    overflow-y: scroll;
    height: 690px !important;
}

#mycharth1V2 {
    vertical-align: bottom;
    color: #707070;
    font-size: 12px;  
    width:100%;  
    height:25px;
    padding-left:10px;
}

.divMyChartDate {
    font-family: 'Segoe UI' !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #3a6a7f !important;
}


.Wdth35RghtAlgn {
    vertical-align:middle;
    text-align:right;
    width:35%;
    height:1px;
}

.Wdth64LftAlgn {
    vertical-align:middle;
    text-align:left;
    width:64%;
    height:1px;
}

#divPopUpContent {
    padding: 0px 10px 10px 10px;
}

.charCell {
    font-weight: bold;
    margin: 2px;
    width: 20px;
    text-align: center;
    font-size: 16px;
    padding: 3px;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
    border-right: 2px solid #CCCCCC;
    float: left;
}

.charCellSpace {
    width: 50px;
}

.arrow_box {
    position: relative;
    background: #ffffff;
    border: 5px solid #c9c9c9;
    border-radius:15px;
}

select:disabled {
      background-color: rgb(235, 235, 228);
}

.ajax__calendar_prev {background-image:url("Images/calendar-arrow-left.gif") !important;}
.ajax__calendar_next {background-image:url("Images/calendar-arrow-right.gif") !important;}

.b-menu-list-enroll {
    font-size: 14px;
    border-radius: 10px 10px 10px 10px;
    height: 28px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.b-menu-list-item-enroll {
    float: left;
    font-weight: bold;
    position: relative;
    border-bottom: 2px solid;
}

.b-menu-list-item-enroll::after {
    content: " >";
    padding-right: 4px;
    border-bottom-color: #cccccb
}

.b-menu-list-item-enroll--last::after {
    content: "";
    border-bottom-color: #cccccb
}

.b-menu-list-item-enroll--visited {
    color: darkslategrey;
}

.b-menu-list-item-enroll--inactive {
    color: darkgray;
}

.b-menu-list-item-enroll--active {
    color: #0c97d5;
}

.b-menu-list {
    border-radius: 10px 10px 10px 10px;
    height: 28px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.b-menu-list-item {
    background-color: #42B87D;
    border-color: #CCCCCC -moz-use-text-color #CCCCCC #CCCCCC;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    color: #0e42d3;
    float: left;
    font-weight: bold;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 20%;
    font-size: 105%;
}


.BreadCrumbTrail {
    font-size: 18px;
    /*font-weight: bold;*/
    /*border-bottom: solid 1px DimGray;*/
    color: #666;
    width: 70%;
    padding: 5px 0px 5px 0px;
}

.stepActiveHighlight {
    color: #0c99d6;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid;
    border-bottom-color: #0c99d6;
    /*padding-bottom: 4px;*/
}

.stepActiveHighlight td {
    color: #0c99d6;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid;
    border-bottom-color: #0c99d6;
    /*padding-bottom: 4px;*/
}

.stepActiveHighlight--last {
    content: "";
    color: #0c99d6;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid;
    border-bottom-color: #0c99d6;
    /*padding-bottom: 4px;*/
}

.stepActiveHighlight::after {
    content: ">";
    padding-left: 10px;
    padding-right: 10px;
    color: #cccccb;
    border-bottom: 3px solid;
    border-bottom-color: #cccccb;
    /*padding-bottom: 4px;*/
}
.stepActiveHighlight--last::after {
    content: "";
    border-bottom: 3px solid;
    border-bottom-color: #cccccb;
    /*padding-bottom: 4px;*/
}
.stepsPassedInactive {
    color: #333;
    font-size: 18px;
    border-bottom: 3px solid;
    border-bottom-color: #cccccb;
    /*padding-bottom: 4px;*/
}
.stepsPassedInactive::after {
    content: ">";
    padding-left: 10px;
    padding-right: 10px;
    color: #333;
    border-bottom: 3px solid;
    border-bottom-color: #cccccb;
    /*padding-bottom: 4px;*/
}
.stepsPassedInactive td {
    color: #333;
    font-size: 18px;
    border-bottom: 3px solid;
    border-bottom-color: #cccccb;
    /*padding-bottom: 4px;*/
}

.stepsInactive {
    color: #cccccb;
    font-size: 18px;
    border-bottom: 3px solid;
    border-bottom-color: #cccccb;
    /*padding-bottom: 4px;*/
}

.stepsInactive td {
    color: #cccccb;
    font-size: 18px;
    border-bottom: 3px solid;
    border-bottom-color: #cccccb;
    /*padding-bottom: 4px;*/
}
.stepsInactive::after {
    content: ">";
    padding-left: 10px;
    padding-right: 10px;
    color: #cccccb;
    border-bottom: 3px solid;
    border-bottom-color: #cccccb;
    /*padding-bottom: 4px;*/
}
.stepsInactive--last {
    content: "";
    color: #cccccb;   
    border-bottom: 3px solid;
    border-bottom-color: #cccccb;
    /*padding-bottom: 4px;*/
}

.stepsInactive--last::after {
    content: "";
}
.NavBarItem {
/*color: #666;*/
font-size: 18px;
border-bottom: 2px solid;
border-bottom-color: #cccccb
}
.NavBarItem td {
    color: #cccccb;
    font-size: 18px;
    border-bottom: 2px solid;
    border-bottom-color: #cccccb
}
.BreadCrumbTrail table {
    margin-left: 10px;
    border-bottom: 2px solid;
    border-bottom-color:#cccccb;
}

.BreadCrumbTrail td {
    /*padding-left: 1px;
    padding-right: 1px;*/
    font-weight: bold;
    white-space: nowrap;
    border-bottom-color: #cccccb;
    /*border-bottom: 2px solid;
    border-bottom-color: #666*/
}

/**/
.fontButtonEnroll {
    width: 300px;
    height: 40px;
}

.fontButtonGoogle {
    width: 800px;
    height: 40px;
}

.textAlignLeft80 {
    text-align: left;
    padding-left: 80px;
}

.radioWithProperWrap input {
    float: left;
}

.radioWithProperWrap label {
    margin-left: 25px;
    display: block;
}

.invEnrollCompleteFont14 {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    display: block;
}

.fontEnrollLink {
    font-family: Segoe UI, Helvetica, Verdana, sans-serif;
    font-style: normal;
    color: #1c529f;
    text-decoration: none;
}

.enrollDisplayBlock {
    display: block;
}

.duplicateQuestionRedBorder {
    border-color: red;
}

.questionBorderReset {
    border-color: #333;
}

.wizardButtonPadding45 {
    padding-top: 45px;
}

.step1Frame {
    width: 85%;
}
/*Self Enroll Start */

.divPieSection {
    padding: 10px 12px 12px 10px;
    margin-left: 0px;
    text-align: left;
    vertical-align: middle;
}

#boxwrapperLogin /* Login Box */ {
    display: block;
    overflow: hidden;
    min-height: 400px;
    height: 400px;
    min-width: 380px;
    width: 380px; /* to fix Chrome alignment issue */
    margin-left: 115px;
    position: absolute;
    clear: right;
    vertical-align: top;
}

.loginbox1 /* Login pages only two boxes: login and enroll with shadowed borders */ {
    overflow: hidden;
    box-shadow: 5px 5px 5px #C0C0C0;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background-color: #f0f0f0;
    border: 1px solid #C5C6C7;
    min-height: 350px;
    min-width: 360px;
    width: 360px;
    margin: 0 auto;
}

.pullT15px {
    padding-top: 15px;
}
.pullB5px{
    padding-bottom:5px;
}
.pullT25px {
    padding-top: 25px;
}
.pullT5px {
    padding-top: 5px;
}
.pullT10px {
    padding-top: 10px;
}
.pullT20px{
    padding-top:20px;
}
.pullB10px {
    padding-bottom: 10px;
}
.pullB20px {
    padding-bottom: 20px;
}
.pushR20px{
    margin-right:20px !important;
}
.pushT15px{
    margin-top:15px;
}
.pushB15px{
    margin-bottom:15px;
}
.pushL150px{
    margin-left:150px;
}
.textItalic{
    font-style: italic;
}
.noTextDecoration {
    text-decoration:none !important;
}
.divSeperator {
    color: #1c529f;
    border-bottom: 1px solid #333;
    padding-top: 5px;
}
.divDemoLabelNormal {
    color: #284775;
    font-weight: normal;
}

/*Div around Login button*/
#divLoginButton {
    float: left;
    width: 90%;
    height: 45px;
    min-height: 30px;
    margin: 0px 0 0 6px;
    padding: 0 0 0 28px;
    position: static;
    clear: both;
}

.h1 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    margin: 0;
}

.h3 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.label {
    margin-top: 30px;
    margin-bottom: 2px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.formBox {
    overflow: hidden;
    max-width: 400px;
    margin: auto;
    padding: 55px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    box-sizing: border-box;
}

.formBoxGoogleAuthenticator {
    overflow: hidden;
    max-width: 600px;
    margin: auto;
    padding: 55px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    box-sizing: border-box;
}

.lineHeading {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.lineHeading span {
    background: #fff;
    padding: 0 10px;
}

.linkBig {
    font-size: 16px;
    font-weight: normal;
    color: #1c529f;
    text-decoration: none;
}

.bodyTxt {
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.txtBox {
    padding: 5px;
    color: #333;
    font-weight: normal;
    font-size: 14px;
    box-sizing: border-box;
    height: 35px;
    width: 80%;
}

.txtBoxGrayed {
    padding: 5px;
    color: #666!important;
    background-color: #e6e6e6;
    font-weight: normal;
    font-size: 14px;
    box-sizing: border-box;
    height: 35px;
    width: 80%;
}

.validationsummaryIcon {
    margin-left: 30px;
}

.validationsummaryIcon:before {
    background: url(../App_Themes/NextMDTheme/Images/alert.png) no-repeat 0 0;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    content: ' ';
    width: 24px;
    height: 22px;
    margin-left: -30px;
}

.whiteBannerInfoIcon:before {
    background: url(../App_Themes/NextMDTheme/Images/banner_info.png) no-repeat 0 0;
    vertical-align: middle;
    position: absolute;
    content: ' ';
    width: 26px;
    height: 26px;
    margin-left: -30px;
}

.whiteBannerInfoIcon {
    margin-left: 30px;
}

.fraudWarningbox {    
    border: 1px solid #DCDCDC;
    border-top:none;    
    max-width: 400px;
    margin: auto;    
}


.fraudWarningboxForGoogleAuthenticator {
    border: 1px solid #DCDCDC;
    border-top: none;
    max-width: 600px;
    margin: auto;
}

.fraudWarningInnerbox {
    background-color: #ECEEF0;
    padding: 20px;
    color: #666 !important;
    overflow: hidden;
    box-sizing: border-box;
    text-align: left;
}

.fraudWarningHeader {
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #666 !important;
}

.fraudWarningBody {
    font-size: 11px;
    margin-bottom: 0;
}

.noBottomBorder {
    border-bottom: none;
}

.posRel {
    position: relative;
}

.fontSize24 {
    font-size: 24px !important;
}

.fontSize16 {
    font-size: 16px !important;
}

.fontSize20 {
    font-size: 20px !important;
}

.fontSize14{
    font-size: 14px !important;
}
.divEmailAddress {
    height: 20px;
    width: 330px;
}

.divEmailAddressTextbox {
    height: 42px;
    width: 330px;
    padding-top: 2px;
}

.divSize {
    height: 40px;
    width: 330px;
}

.messageLabel {
    font-weight: normal;
    color: #666;
    font-size: 11px;
}

#divMessage {
    height: 40px;
    width: 330px;
}

.widthAuto {
    width: auto;
}

.forgotUserNameBox {
    width: 460px;
    margin: 20px auto;
    border: 1px solid #dcdcdc;
    background-color: #FFFFFF;
    box-sizing: border-box;
    overflow: hidden;
}

.divFraudWarning{
    background-color: #ECEEF0;
}

.divForgotUserName {
    background-color: #FFFFFF;
    height: 265px;
    width: 350px;
    border: 1px;
    border-color: #dcdcdc;
    padding: 55px;
}

.height230px {
    height: 230px !important;
}

.hideControl{
    visibility: hidden;
}

.tblFloatingPopup {
    width: 100%;
    border-spacing: 0px;
    border-collapse: separate;
}

.divFloatingPopup {
    left: 200px;
    top: 393px;
    display: none;
    width: 400px;
}

.pull1px {
    padding: 1px;
}

.pull0px {
    padding: 0px;
}

.width110px {
    width: 110px;
}

.height35px {
    height: 35px;
}

.height30px {
    height: 30px;
}

.width300px {
    width: 300px;
}

.width3px {
    width: 3px;
}

.width100Percent {
    width: 100% !important;
}

.border0 {
    border: 0px none !important;
}

.tblPopup {
    width: 100%;
    border-spacing: 0px;
    border-collapse: separate;
}

.floatingPopupAlignment {
    vertical-align: middle;
    padding: 1px;
}

.criteriaFont {
    color: #333;
    font-size: 11px;
    padding-left: 5px;
}

.pwdvalidTick:before {
    position: relative;
    left: -3px;
    content: url('NextMDTheme/Images/password_checkmark.png');
    color: #00a54e;
}
.pwdinvalidCross:before {
    position: relative;
    left: -3px;
    content: url('NextMDTheme/Images/password-x.png');
    color:#666;
}


.divPieSection {
    padding: 10px 12px 12px 10px;
    margin-left: 0px;
    text-align: left;
    vertical-align: middle;
}

.PieEnrollStandardLabel {
    font-size: 14px;
    font-family: Segoe UI, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    color: #333;
    word-wrap: break-word;
    padding-right: 2em;
}

#tblDemographics .col-12 {
    min-height: 0px;
}

.criteriaFont {
    color: #333;
    font-size: 11px;
    padding-left: 5px;
}

.enrollFraudWarningBox {
	background-color: #ECEEF0;
	padding: 20px;
	color: #666 !important;
	border: 1px solid #DCDCDC;
	border-top: none;
	overflow: hidden;
	max-width: inherit;
	margin: auto;
	box-sizing: border-box;
}

/************************TSYS Payment Styles******************************/
.tsysmodaldialog {
    padding: 0 !important;
    overflow: hidden !important;
    background-color: lightgray !important;
    display: none;
}

.tsysdialogiframe {
    width: 100%;
    height: 100%;
    border: none;
    overflow: hidden;
}
.tableMaintsys {
    border: 0;
    padding: 0;
    border-spacing: 0;
    width: 100%;
}
.tableDisclaimerTsys {  
    padding: 0;
    border-spacing: 5;
    width: 620px;
}
.ccImageList {
    padding :0;
    border-spacing: 5px;    
    width:0; 
    border:0;
}
.ccImagetd {
     vertical-align:bottom;     
} 
.tdTsyspayment{
    text-align:right;
    white-space:nowrap;
    vertical-align:top;
}
.width35Prcnt {
    width: 35%;
    text-align: right;
}
.width65Prcnt {
    width: 65%;
    text-align: left;
}
.tdPad8Top {
    padding-top: 8px;
    text-align:center;
}
.tdPad10Right {
    padding-right: 10px;
    text-align: left;
}
.Wdth35RghtAlgnnowrap {
    vertical-align: middle;
    text-align: right;
    width: 35%;
    white-space:nowrap;
}
.tableTsys {
    padding: 0;
    border-spacing: 5px;
    width: 620px;
    border: 0;
}
.PadLeft12px {
    padding-left: 12px; 
}
.tableStatementsTsys1 {
    padding: 0;
    border-spacing: 5px;
    width: 100%;
}
.tableStatementsTsys2 {
    padding: 5px;
    border-spacing: 0;
    width: 100%;
    border: silver 1px solid;
}
.tdAmountDueHeader {
    width: 50%;
    border-right: silver 1px dotted;
}
.lblCrntBalance {
    background-color: #EAF5FA;
    border: 1px solid #C1E0F0;
}
.height4px{
    height:4px;
}
.posInherit{
    position:inherit;
}

.messageBanner {
    height: 35px;
    position: absolute;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    z-index: 2001;
    display: none;
}

.messageBanner .meesageBannerInfo {
    float: left;
    background-repeat: no-repeat;
    background-position: 20px 5px;
    padding-left: 55px;
    line-height: 35px;
}

.messageBanner .messageBannerClose {
    float: right;
    margin-right: 20px;
    cursor: pointer;
}

.messageBanner .messageBannerClose a {
    /*Start: Cross browser support for inline-block*/
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*End: Cross browser support for inline-block*/
    padding: 3px 6px;
    margin-top: 6px;
}

.messageBanner .messageBannerClose a:focus {
    outline: 2px solid #fff !important;
    outline-offset: 1px;
}
.messageBanner #message:focus {
    outline: none;
}

.successBannerImage {
    background-image: url('NextMDTheme/Images/banner_info.png') !important;
}
.successBannerColor {
    background-color: #0a99d6;
}
.errorBannerImage {
    background-image: url(../App_Images/alert_white.png) !important;
}
.errorBannerColor {
    background-color: #c52426;
}
.welcomeMessageContainer {
    font-family: Segoe UI,Helvetica,Verdana,sans-serif;
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
    /*overflow: auto;*/
    color: #333;
    padding: 60px 0px 15px 0px;
}

.welcomeMessage {
    font-size: 21px;
}

.welcomeMessageDescription {
    font-size: 16px;
}
.linkDisabled a {

    font-size: 10pt !important;
    font-weight: normal !important;
    color: gray !important;
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
    border: none !important;
    touch-action: none !important;
}

.viewOnlyAccessMessage {
    padding-top: 10px;
    font-weight: 600;
    color: gray;
}

.paddLeft175px {
    padding-left: 175px !important;
}

.disclaimerIcon {
    position: absolute;
    width: 15px;
    padding: 2px 0 0 4px;
    cursor: pointer;
}

#disclaimerDesc {
    list-style: disc;
    padding-left:10px;
}

#disclaimerDesc li{
    padding-bottom:10px;
} 

#UAfooter {
    height: 30px;
    clear: both;
    width: 1025px;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    max-width: 1025px; /*171418*/
}
#divOnlineHelp {
    padding-left: 75px;
    margin-top: 100px;
    margin-bottom: -30px;
}

.divAddressList {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}

.divAddressList .address {
    padding-left: 27px;
}

.divAddressList .radioContainer {
    width: 100%;
    max-width: 300px;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}


/*------------Start BrowserPolicy css--------------*/

.custom-dialog-3 .ui-widget-header {
    background: #0c97d5;
    color: #fff;
    border: 1px solid #fff;
}

.custom-dialog-3 .ui-corner-all {
    border-radius: 5px;
    border: 1px solid #fff;
}

.browserLayout {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

.column {
    float: left;
    border-right: solid 1px #ff6a00;
    padding: 8px;
    width: 20%;
}

.lastCol {
    border-right: 0;
}

.browser {
    list-style-type: none;
    margin: 0;
    padding: 0 21px 50px 21px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.browser:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.browser .header {
    background-color: #111;
    color: white;
    font-size: 25px;
    padding: 35px;
}

.browser a {
    text-decoration: none;
    color: #0026ff;
}

.browser div {
    padding: 10px;
    text-align: center;
}

.browser .name {
    background-color: #fff;
    color: #ff6a00;
    font-size: 28px;
    word-wrap: break-word;
    padding: 5px;
}

.browser .ie {
    background: url("../App_Images/browser_ie.png") no-repeat;
    background-position: center;
}

.browser .chrome {
    background: url("../App_Images/browser_chrome.png") no-repeat;
    background-position: center;
}

.browser .mozilla {
    background: url("../App_Images/browser_firefox.png") no-repeat;
    background-position: center;
}

.browser .safari {
    background: url("../App_Images/browser_safari.png") no-repeat;
    background-position: center;
}

.browser .bold {
    font-weight: bold;
}

.browser .textUL {
    text-decoration: underline;
}

@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}

.width23Prcnt {
    width: 23%;
    text-align: left;
}

.imgMaintenanceMessage {
    vertical-align: top;
    height: 20px;
    width: 21px;
}

.divWarning {
    margin-top: 10px;
    margin-bottom: 20px;
    clear: both;
}

.sessionExpired {
    margin: auto !important;
    max-width: 400px !important;
    padding: 6px 55px 0 55px !important;
}

/*-------------------NextPen webform styles starts-------------------------*/
.nextPenWebFormContainer {
    position: relative;
    width: 100%;
}

iframe.nextPenWebFormFrame {
    height: 100% !important;
    width: 100% !important;
    margin: 0;
}

.progressSpinner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../App_Images/loading24-0.gif') 50% 20% no-repeat rgb(249,249,249);
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* IE 5-7 */
    filter: alpha(opacity=80);
    /* Netscape */
    -moz-opacity: 0.8;
    /* Safari 1.x */
    -khtml-opacity: 0.8;
    opacity: 0.8;
    display: none;
}

/*Note: this "actionToolBarTop" class is already present in App_Themes\NextMDTheme\NextMDStyleSheet.css*/
.actionToolBarTop {
    background-color: #E6E6E6;
    margin: 0;
    padding: 0;
    height: 25px;
    vertical-align: middle;
    border-bottom: 1px solid #C1C1C1;
    border-top: 1px solid #F3F3F3;
}

/*Note: this "fontInstructions" class is already present in App_Themes\NextMDTheme\NextMDStyleSheet.css*/
.fontInstructions  {
    font-family: Segoe UI, Helvetica, Verdana, sans-serif;
    color: #333333;
}

.disabledButton {
    background: #c0d9f1 !important;
    color: #fff !important;
    border: 1px solid #c0d9f1 !important;
    pointer-events: none !important;
    touch-action: none !important;
}