﻿/* common styles - start */
@font-face
{
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzJ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}
@font-face
{
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}
@font-face
{
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hp1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}
@font-face
{
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/K88pR3goAWT7BTt32Z01mz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face
{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
html, body, #pagebody, #frmHome, #frmLogin, #frmSecurity
{
    height: 100%;
}
.ui-body-c, .ui-overlay-c, .ui-body-c select, .ui-body-c textarea, .ui-body-c button, .ui-body-c input
{
    font-family: "Segoe UI",Tahoma,Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif,"Open Sans"!important;
    color: #666666;
}
body 
{
    font-family: "Segoe UI",Tahoma,Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif,"Open Sans"!important;
    color: #666666;
}
input[type=text], input[type=password], textarea, input[type=email]
{
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #7A7A7A;
    font-size: 10pt;
    padding: 7px;
    width: 100%;
    color: #666666;
    margin-top: 4px;
    box-sizing:border-box;    
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
}
textarea
{
    height:120px;
    resize: none;
}
.divMaster
{    
    margin: Auto;
    max-width:700px;
    padding: 10px;
}

.font10
{    
    font-size: 10pt;
}

.backgroundTransparency
{    
    background-color: rgba(255, 255, 255,0.7);
    padding: 10px;
}


pre
{
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    font-family: "Segoe UI",Tahoma,Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif,"Open Sans";
}
.divHeight
{
    margin-bottom: 20%;
}
.divLogoBottom
{
    height:32px;
}
.imgLogo
{
    height: 113px;
    width: 300px;
}
.topbodyBackground
{
    background: url("images/bgr-tablet-repeater.png");
    background-color: #0999D6;
    background-repeat: repeat-x;
}
.bodyBackground
{
    background: url("images/bgr-smartphone-repeater.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}
.bodyBackgroundAuthenticated
{
    background: url("Dashboard/greybkg.png") no-repeat fixed center;
    background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
}
@media only screen and (max-width : 560px)
{
    .mobile
    {
        display: block;
    }
    .tablet
    {
        display: none;
    }
    .piecenterColApptReq
    {
        width: 350px;
        margin: auto;
    }
    .pieAptReqPrefDay
    {
    }
    .pieAptReqAlteDay
    {
    }
    .stepsMainDiv
    {
        text-align: center;
    }
    .stepsLine
    {
        min-width: 3%;
    }
}

@media only screen and (min-width : 561px)
{
    .mobile
    {
        display: none;
    }
    .tablet
    {
        display: block;
    }
    .piecenterColApptReq
    {
        width: 100%;
        margin: auto;
    }
    .pieAptReqPrefDay
    {
        width: 100%;
        margin: auto;
    }
    .pieAptReqAlteDay
    {
        width: 100%;
        margin: auto;
    }
    .stepsMainDiv
    {
        text-align: center;
    }
    .stepsLine
    {
        width: 22%;
    }
}

/* IPhone in portrait mode -- Specifically for Recaptcha being cut off -- Start */
@media only screen and (max-width : 330px)
{
    .recaptchaDivLeftMargin
    {
        margin-left: -20px !important;
    }
}
/* IPhone in portrait mode -- Specifically for Recaptcha being cut off -- End*/

/* Smart Phone in landscape */

@media only screen and (max-device-width : 695px) and (orientation : landscape)
{
    .bodyBackground
    {
        background: url("images/bgr-smartphone.png");
        background-position: center top;
        background-repeat: no-repeat;
    }
    .divHeight
    {
        margin-bottom: 2%;
    }
    .divLogoBottom
    {
        height:0;
    }
}

/* tablet in landscape */

@media only screen and (min-device-width : 696px) and (orientation : landscape)
{
    .bodyBackground
    {
        background: url("images/bgr-tablet.png");
        background-position: center top;
        background-repeat: no-repeat;
    }
}

/* Retina tablet in landscape - Note : do not change the order. this style should be after generic tablet landscape style */

@media only screen and (min-device-width : 696px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2)
{
    .bodyBackground
    {
        background: url("images/bgr-tablet-retina.png");
        background-position: center top;
        background-repeat: no-repeat;
    }
}

/* Smart Phone in portrait */

@media only screen and (max-device-width : 419px) and (orientation : portrait)
{
    .bodyBackground
    {
        min-width: 320px;
        background: url("images/bgr-smartphone.png");
        background-position: center top;
        background-repeat: no-repeat;
    }
    .divHeight
    {
        margin-bottom: 2%;
    }
    .divLogoBottom
    {
        height:0;
    }
}

/* tablet in portrait */

@media only screen and (min-device-width : 420px) and (orientation : portrait)
{
    .bodyBackground
    {
        background: url("images/bgr-tablet.png");
        background-position: center top;
        background-repeat: no-repeat;
    }
}

/* Retina tablet in portrait */

@media only screen and (min-device-width : 420px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2)
{
    .bodyBackground
    {
        background: url("images/bgr-tablet-retina.png");
        background-position: center top;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-device-width: 720px) and (orientation:portrait)
{
    .bodyBackground
    {
        background: url("images/bgr-smartphone.png");
        background-position: center top;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-device-width: 1280px) and (orientation:landscape)
{
    .bodyBackground
    {
        background: url("images/bgr-smartphone.png");
        background-position: center top;
        background-repeat: no-repeat;
    }
}
@media only screen and (max-width: 699px) 
{
    /* sample media query for any orientation but width maximum 699px or less */
    /*.customTxt
    {
        background-color: blue!important;
    }*/
    .txtWidthAddress, .ddWidthAddressType, .addressWidth
    {
        width:100% !important; 
    }
}
@media only screen and (min-width: 700px) 
{
    /* sample media query for any orientation but width minimum 700px or more */
    /*.customTxt
    {
        background-color: red!important;
    }*/
    .txtWidthAddress
    {
        width:50% !important;
        display:inline-block;
        vertical-align:middle;
    }

    .ddWidthAddressType
    {
        width:40% !important;
        display:inline-block;
        vertical-align:middle;
    }
    
    .addressWidth
    {
        width:30% !important;
        display:inline-block;
        vertical-align:middle;
    }
}

/* Dashboard Remider Start */
@media screen and (orientation:landscape) 
{
    .tabReminder {
       width: 100%;
    }
    .tabReminderList {
       width: 49%;
       float: left;
       margin: 3px;
    }
}
@media screen and (orientation:portrait) {
    .tabReminder {
       width: 100%;
    }
    .tabReminderList {
       width: 100%;
       float: none;
       margin: 0;
    }
}
/* Dashboard Remider End */

.orangeColor
{
    color: #F79320 !important;
}
.redColorBold
{
    color: red !important;
    font-weight: 700;
}
.fraudWarn
{
    color: red !important;
    font-weight: 600;
    font-size: 13pt;
}
.fraudWarnCont
{
    font-weight: 400;
    font-size: 9pt;
}
.greenColor
{
    color: green !important;
}
.imageAlignSuper
{
    vertical-align: super;
}
.textBox
{
    font-size: 1.063em !important;
    padding: 1em !important;
    color: #6B6A69;
}
.loginBox
{
    max-width: 350px;
    margin: auto;
    height: 100%;
}
.htBtLogoBtn
{
    margin-bottom: 13%;
}
.htBtLogoTxtBox
{
    margin-bottom: 2%;
}
/* do not put these rules in the same line. kept intentionally as separate rules */
/* def#122928 */
::-webkit-input-placeholder
{
    color: #666666;
}
:-moz-placeholder
{
    /* Firefox 18- */
    color: #666666;
}
::-moz-placeholder
{
    /* Firefox 19+ */
    color: #666666;
}
:-ms-input-placeholder
{
    color: #666666;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #000;
}
.vAlignM
{
    vertical-align: middle;
}
.vAlignB
{
    vertical-align: bottom;
}
.detailHeader
{
    font-weight: 600;
    font-size: 13pt;
    color: #F79320;
}
.pushT0
{
    margin-top: 0px !important;
}
.pushT40
{
    margin-top: 40px !important;
}
.pushT90
{
    margin-top: 90px !important;
}
.pushLR10
{
    margin-right: 10px;
    margin-left: 10px;
}

.pushPadding10
{
    padding: 10px !important;
}

.pushPaddingLR5
{
    padding-right: 5px;
    padding-left: 5px;
}

.pushLR20
{
    margin-right: 20px;
    margin-left: 20px;
}
.pushT2
{
    margin-top: 2px !important;
}
.pushT4
{
    margin-top: 4px !important;
}
.pushT5
{
    margin-top: 5px !important;
}
.pushT6
{
    margin-top: 6px !important;
}
.pushT8
{
    margin-top: 8px !important;
}
.pushT10
{
    margin-top: 10px !important;
}
.pushT15
{
    margin-top: 15px !important;
}
.pushT20
{
    margin-top: 20px !important;
}
.pushB5
{
    margin-bottom: 5px !important;
}
.pushB2
{
    margin-bottom: 2px !important;
}
.pushB7
{
    margin-bottom: 7px !important;
}
.pushB8
{
    margin-bottom: 8px !important;
}
.pushB10
{
    margin-bottom: 10px !important;
}
.pushB20
{
    margin-bottom: 20px !important;
}
.pushB40
{
    margin-bottom: 40px !important;
}
.pushB100
{
    margin-bottom: 100px !important;
}
.pushL5
{
    margin-left: 5px !important;
}
.pushL6
{
    margin-left: 6px !important;
}
.pushR5
{
    margin-right: 5px !important;
}
.pushR6
{
    margin-right: 6px !important;
}
.pushL8
{
    margin-left: 8px !important;
}
.pushR8
{
    margin-right: 8px !important;
}
.pushR25
{
    margin-right: 25px !important;
}
.pushR2percent
{
    margin-right: 2% !important;
}
.pushHeightB5
{
    height: 5px;
}
.height60px
{
    height: 60px!important;
}
.span1of2
{
    width: 50%;
}
.communicationDetailHeader
{
    font-weight: normal;
    font-size: 10pt;
}
.communicationDetailBody
{
    font-size: 9pt;
    width: 100%;
    overflow-x: auto;
    white-space: pre-wrap;
}
.communicationDetailBody a
{
    font-size: 9pt;
    color: #0599D6 !important;
}

.sectionHeaderBold 
{
    font-weight: 700;
    font-size: 10pt;
    color: #4E4D4D;
}

.sectionHeader
{
    font-weight: 600;
    font-size: 10pt;
    color: #4E4D4D;
}
.sectionSubHeader
{
    font-size: 10pt;
    color: #4E4D4D;
}
.sectionHeaderBlue
{
    font-weight: 600;
    font-size: 10pt;
    color: #0599D6;
}
.sectionHeaderBlue2
{
    font-weight: 800;
    font-size: 11pt;
    color: #0599D6;
}
.sectionBody
{
    font-weight: 400;
    font-size: 10pt;
    color: #666766;
}
.sectionHeaderBlueResizeSmall
{
    display: inline-block;
    width: 110px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-size: 10pt;
    color: #2685C7;
}
.sectionHeaderBlueResizeMedium
{
    display: inline-block;
    width: 130px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-size: 10pt;
    color: #2685C7;
}
.sectionInstruction
{
    font-weight: 400;
    font-size: 9pt;
    color: #666766;
}
.orangeDivider
{
    color: #F8901B;
    height: 1px;
    background-color: #F8901B;
    clear: both;
    border: none;
    margin-top:10px;
    margin-bottom:10px;
}
.boxPage
{
    padding-left: 0.625em;
    padding-right: 1.250em;
}
.detailBox
{
    position: relative;
    border: 2px solid #B5C5DF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 3px 3px 3px #BDBDBE;
    padding: 5px;
    background-color: rgba(255, 255, 255,0.7); /* changed to 0.7 from 0.8 so that my info boxes are semi transparent */
    margin-bottom: 5px;
}
.dispInBlk
{
    display: inline-block;
}
.textAlignR
{
    text-align: right;
}
.textAlignL
{
    text-align: left;
}
.textAlignC
{
    text-align: center;
}
.vertAlignSuper
{
    vertical-align: super;
}
a.inboxClick:active
{
    background-color: #F8901B;
    opacity: 1;
}
a.navClick:active
{
    letter-spacing: -1px;
    font-weight: bold;
    box-shadow: 0 0 8px 4px #2B2B2B inset;
}
.showMoreLess
{
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #DFDFDF;
    text-align: center;
    margin: 2px;
}

.bLeftArrow
{
    /*background: url("Dashboard/menu_scroll_left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    left: 5px;
    top: 15px;
    position: absolute;
    cursor: pointer;
}
.bRightArrow
{
    /*background: url("Dashboard/menu_scroll_right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    right: 5px;
    top: 15px;
    position: absolute;
    cursor: pointer;
}

/* common styles - end */

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #f00;
    display: block;
    margin-top: 2px;
    text-align: center;
    font-size: 9pt;
}
.field-validation-valid
{
    display: none;
}

.fieldErrOverride
{
    font-size: 10pt !important;
    font-weight:700;
}
/* jQuery mobile styles
-----------------------------------------------------------*/

/* Make listview buttons fill the whole horizontal width of the screen */
.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li
{
    padding-right: 15px;
}
.ui-bar-a, .ui-body-a, .ui-btn-up-a, .ui-btn-hover-a, .ui-btn-down-a, .ui-bar-b, .ui-body-b, .ui-btn-up-b, .ui-btn-hover-b, .ui-btn-down-b, .ui-bar-c, .ui-body-c, .ui-btn-up-c, .ui-btn-hover-c, .ui-btn-down-c, .ui-bar-d, .ui-body-d, .ui-btn-up-d, .ui-btn-hover-d, .ui-btn-down-d, .ui-bar-e, .ui-body-e, .ui-btn-up-e, .ui-btn-hover-e, .ui-btn-down-e, .ui-btn-active
{
    text-shadow: none;
}
/* Inbox styles */
.checkBoxLeft
{
    display: inline-block;
    float: left;
    margin-top: 30px;
    width: 20px;
}
.checkBoxRight
{
    display: inline-block;
    float: right;
    width: 95%;
}
.checkBoxRightUnread
{
    display: inline-block;
    float: right;
    width: 95%;
}
.ui-field-contain .ui-btn.ui-submit
{
    width: 100%;
}
.checkboxWidth
{
    width: 40px;
    float: left;
}
.confirmBox
{
    text-align: center;
}
.tableStyle
{
    font-weight: normal;
}
.notificationMessageAlert
{
    color: Red;
    font-size: small;
}
.notificationMessageNormal
{
    font-size: small;
}
.makePaymentHideDiv
{
    display: none;
}
.underConstruction
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.liComm.ui-li
{
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 5px;
    background: none;
}
.ui-controlgroup .ui-btn-corner-all
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.attachmentImg
{
    float: right;
    margin-top: 15px;
}
.divAppOrangeHeader
{
    width: 99%;
    float: right;
}
.divOrangeHeader
{
    left: 75%;
    margin-left: -100px;
    position: absolute;
}
.labelBig
{
    font-size: 11pt;
    font-weight: bold;
    color: #4E4D4D;
    white-space: normal;
}
.labelBigResizeSmall
{
    display: inline-block;
    width: 100px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-size: 11pt;
    font-weight: bold;
    color: #4E4D4D;
}
.labelBigResizeMedium
{
    display: inline-block;
    width: 120px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-size: 11pt;
    font-weight: bold;
    color: #4E4D4D;
}
.labelNormal
{
    font-size: 10pt;
    color: #59595A;
    font-weight: 600;
}
.labelSmall
{
    font-size: 9pt;
    color: #59595A;
    white-space: normal;
    font-weight: 600;
}
.labelBigRead
{
    font-size: 11pt;
    color: #4E4D4D;
    font-weight: normal;
    white-space: normal;
}
.labelNormalRead
{
    font-size: 10pt;
    color: #666766;
    font-weight: normal;
}
.labelSmallRead
{
    font-size: 9pt;
    font-weight: normal;
}
.labelDate
{
    font-size: 9pt;
    color: #666766;
    font-weight: normal;
    position: absolute;
    right: 10px;
}
.labelBigReadResizeSmallWindows
{
    display: inline-block;
    width: 90px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-size: 11pt;
    color: #4E4D4D;
    font-weight: normal;
}
.labelBigResizeSmallWindows
{
    display: inline-block;
    width: 90px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-size: 11pt;
    font-weight: bold;
    color: #4E4D4D;
}
.labelBigReadResizeSmall
{
    display: inline-block;
    width: 100px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-size: 11pt;
    color: #4E4D4D;
    font-weight: normal;
}
.labelBigReadResizeMedium
{
    display: inline-block;
    width: 120px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-size: 11pt;
    color: #4E4D4D;
    font-weight: normal;
}
#commList li div.ui-btn-inner
{
    background-color: rgba(255, 255, 255, 0.5);
}
#commList li div.ui-btn-inner:active
{
    background-color: #F8901B;
    opacity: 1;
}
.liComm.ui-li:active
{
    background-color: #F8901B;
    opacity: 1;
}
.touchActiveAnchor
{    
    outline: none;
    -webkit-tap-highlight-color: #F8901B;     
}
.touchActiveAnchor::-moz-selection, .touchActiveAnchor::selection
{
    background: #F8901B; 
}
.ui-icon-arrowIcon
{
    background: url(images/bottom-nav-next.png) no-repeat !important;
}
.divCommunicationDetail
{
    position: relative;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #B5C5DF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 1px #BDBDBE;
    padding: 5px;
}
.divCommDetailAction
{
    background-color: rgb(241,241,241);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: right;
}
#reply
{
    background: url(images/back-grey.png) 100% no-repeat !important;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    box-shadow: none;
    height: 24px;
    width: 24px;
    display: inline-block;
    margin-right: 18px;
}
#delete
{
    background: url(images/trash.png) 100% no-repeat !important;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    box-shadow: none;
    height: 24px;
    width: 24px;
    display: inline-block;
}
.delete
{
    background: url(images/trash.png) 100% no-repeat !important;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    box-shadow: none;
    height: 24px;
    width: 24px;
    display: inline-block;
}
/* Style for Lab Results - Start */

.detailLabResultDataPoint
{
    margin: 1%;
    background-color: white;
    position: relative;
    padding: 8px;
    border: 1px solid #C5C6C7;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 5px 5px 5px #C0C0C0;
    color: #6E6D6D;
    background-color: #F5F5F5;
    font-size: 10.5pt;
}
.divLabResultsMoreButton
{
    width: 99%;
    text-align: center;
    background-color: #DCDCDC;
    padding: 4px;
    margin: 0 auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.divLabResultTopLeft
{
    width: 70%;
    display: table-cell;
    vertical-align: top;
}

.divLabResultTopRight
{
    width: 30%;
    display: table-cell;
    text-align: right;
    position: relative;
    z-index: 10;
}
.labResultsImg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.divLabResultTable
{
    display: table;
    width: 99.9%;
}

.divLabResultTableRow
{
    display: table-row;
    width: 99%;
    height: 20px;
}

.divLabResultTableCell
{
    display: table-cell;
    width: 33%;
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 5px;
    padding-top: 7px;
}
.divLabResultsHeader
{
    color: #F79321;
    height: 40px;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 10px;
}

.divLabResultsHeader span
{
    line-height: 40px;
    vertical-align: middle;
}

/* Style for Lab Results - End */

/* Style for Immunization - Start */
.detailImmunizationDataPoint
{
    margin: 1%;
    background-color: white;
    position: relative;
    padding: 8px;
    border: 1px solid #C5C6C7;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 5px 5px 5px #C0C0C0;
    color: #6E6D6D;
    background-color: #F5F5F5;
    font-size: 9.5pt;
    font-weight: bold;
}
/* Style for Immunization - End */

/* Style for MyAppointment - Start*/

.apptCancelReason
{
    font-size: 10pt;
    height: 30px;
    vertical-align: middle;
    line-height: 25px;
}

.apptLocName
{
    padding: 10px;
    font-size: 9.5pt;
    font-weight: bold;
}

.apptCircleCell
{
    display: table-cell;
    width: 6%;
}

.apptRealTimeInfo
{
    vertical-align: top;
    margin: 0 auto;
    width: 200px;
    text-align: left;
}

.apptRealTimeInfoText
{
    margin-top: -12px;
    margin-left: 35px;
}

.apptRealTimeLoadMoreTbl
{
    display: table;
    margin: 0 auto;
    width: 300px;
    margin-top: 15px;
}

.apptRealTimeLoadMoreTblCell
{
    display:table-cell; 
    width:150px;
}

.apptRealTimeLoadMoreTblCell a
{
    font-weight: 700 !important;
    color: #F8901B !important;
    width:150px;
}

.circle
{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: rgb(0,153,216);
}

.apptDetailShow
{
    background-color: #dcdcdc;
    margin: 1%;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.apptData > div
{
    margin: 2% 0 0 2%;
}

.apptTble
{
    display: table;
    width: 100%;
}

.apptRow
{
    display: table-row;
    width: 100%;
}
.apptRow a
{
    text-decoration: none;
    color: #F8901B;
}

.apptCancel
{
    color: Red;
    font-style: italic;
    font-size: 10pt;
}

.apptTimeCell
{
    display: table-cell;
    width: 25%;
}

.apptPriorityMaster
{
    width: 100%; 
    text-align: center; 
    vertical-align: middle;
    margin-top: 4px !important;
    margin-bottom: 5px !important;
    clear: both;
}

.apptPriorityMasterLbl
{
    display: inline-block; 
    vertical-align: top;
    margin-right: 8px !important;
    margin-top: 8px;
}

.apptInstruction
{
    text-align: center; 
    min-height: 35px; 
    width: 100%;
}

.apptInstruction img
{
    height:35px;
}

.apptInstruction label
{
    line-height: 35px; 
    vertical-align: top;
}

/* Style for MyAppointment - End*/

/*Account Settings - Start*/
.sectionBold
{
    font-weight: bold;
}

/*Account Settings - End*/

.divContent
{
    padding: 5px;
}

.divContent h3
{
    font-size: 0.825em;
}
.colContent
{
    font-size: 0.725em;
}

.fontLegalContent
{
    color: #000000;
    font-size: 0.725em;
}

.orderlist li
{
    list-style-type: decimal;
    margin-left: 20px;
}

/* View statements and payments - start */
.payStmtLbl
{
    float: right;
    padding-right: 20px;
}

.payStmtLbl a
{
    text-decoration: none;
    color: #F8901B;
    font-size: 11pt;
    font-weight: 700;
}

.viewStatmentLink
{
    text-decoration: none;
    color: #787575 !important;
}
.viewStatmentLinkDiv
{
    background-color: #F5F6F7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px;
}
.floatR
{
    float: right;
}
/* View statements and payments - end */

/* Compose Email - Start */

#composeEmail div div.ui-select .ui-btn
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#composeEmail div div.ui-input-text
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
}

.ddlUserDisabled
{
    font-weight: 400;
    font-size: 10pt;
    color: #686868;
    background-color: rgba(255, 255, 255, 0.5);
    height: 55px;
    vertical-align: middle;
    text-align: center;
    line-height: 55px;    
}

.ddlUserDisabledText
{
    font-style: italic;
    color: #A6A8AB;
}

/* Compose Email - End */

#body
{
    resize: none;
}

/* Dropdown view - start */

.divDropdownMaster
{
    /*background-color: rgba(255, 255, 255, 0.5);*/
    background: none;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 2px; /* feedback change */ /* dropdown overlay css*/
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.divDropdownItems
{
    overflow: auto;
    max-height: 200px;
}
.ddlBackground:active
{
    background-color: rgba(251,176,65,1);
}
.ddlItems
{
    /*background-color: rgba(255, 255, 255, 0.5);*/
    font-weight: 400;
    font-size: 10pt;
    padding-top: 5px;
    padding-bottom: 2px;
    vertical-align: middle;
}
.ddlLabel
{
    font-weight: 400;
    font-size: 10pt;
    padding-top: 5px;
    padding-bottom: 2px;
    vertical-align: middle;
    line-height:47px;
}
.ddlWatermark
{
    font-weight: 400;
    font-size: 10pt;
    color: #686868; /*background-color: rgba(255, 255, 255, 0.5);*/ /*height: 30px;*/
    padding-top: 5px;
    padding-bottom: 2px;
    vertical-align: middle;
    cursor: pointer;
}
.ddlItems label:hover
{
    cursor: pointer;
}
.divDropdownImage
{
    cursor: pointer;
    /*background-color: rgba(255, 255, 255, 0.5);*/ /*padding-bottom: 5px;*/
}
.ddlImage:hover
{
    cursor: pointer;
}
/* Dropdown view - end */
.unenrollMessageDiv
{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-color: lightgray;
    border-style: solid;
    margin: 5px;
}

.divTempNotification
{
    color: Green;
    font-weight: bold;
    text-align: center;
}

.bottomMenuText
{
    font-size: 8pt;
    font-family: Euphemia,Tahoma,Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif,"Open Sans";
    font-weight: bold;
    padding-top: 0px;
    color: #8E8E8E;
    margin: 0px;
}

.bottomMenuTextActive
{
    font-size: 8pt;
    font-family: Euphemia,Tahoma,Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif,"Open Sans";
    font-weight: bold;
    padding-top: 0px;
    color: #F8901B;
    margin: 0px;
}

.menuDefaultLink
{
    text-decoration: none;
    color: #787575 !important;
}

.menuDefaultLinkDiv
{
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 5px;
    padding: 10px;
}

.menuDefaultLinkDiv:active
{
    background-color: #F8901B;
}

/* pay bills - start */

.payLink
{
    text-decoration: none;
    color: white !important;
}
.payLinkDiv
{
    background-color: #F79321;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
    text-align: center;
    font-size: 0.625em;
    font-weight: bold;
}

.payAmountDue
{
    padding-top: 1.000em;
    font-size: 0.625em;
    font-weight: bold;
}
.payAmount
{
    font-size: 0.625em;
}
.payBillDiv
{
    padding-left: 10px;
    padding-right: 10px;
}
.payBox
{
    box-shadow: 3px 3px 3px #BDBDBE;
    border: 2px solid #B5C5DF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    background-color: #F6F7F7;
}
.payName
{
    font-size: 0.625em;
}
.payAmountDiv
{
    margin-top: 10px;
}
/* pay bills - end */

/* layout bottom menu - start */
.wizard-step
{
    display: none;
}
.wizard-container
{
    width: auto;
    height: 16%;
}
.wizard-header
{
    padding: 4px;
    background-color: #dddddd;
    border-bottom: 1px solid black;
}
.wizard-header-text
{
    font-size: 12pt;
    font-weight: bold;
    display: block;
}
.wizard-content
{
    height: 16%;
}
.wizard-navigation
{
    text-align: right;
    padding: 2px 2px 2px 2px;
    border-top: 2px solid #7d7d7d;
    background-color: #eeeeff;
}
.inboxMenuImage
{
    text-decoration: none;
    position: relative;
    width: 100%; /* for IE 6 */
    width: 20px;
    height: 20px;
}

.inboxMenuSuperImpose
{
    position: absolute;
    top: -16px;
    left: 24px;
    width: 35%;
    color: white;
    font: bold 10px/10px Helvetica, Sans-Serif;
    letter-spacing: -1px;
    background: #D95432;
    padding: 1px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.inboxMenuSuperImposeWindows
{
    position: absolute;
    top: -16px;
    width: 35%;
    color: white;
    font: bold 10px/10px Helvetica, Sans-Serif;
    letter-spacing: -1px;
    background: #D95432;
    padding: 1px;
    padding-left: 2px;
    padding-right: 12px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    left: 25px;
}
/* layout bottom menu - end */

/* Make payment - start */
.makePayBox
{
    background-color: #F6F7F7;
    border: 2px solid #B5C5DF;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 3px 3px 3px #BDBDBE;
    margin-top: 10px;
    padding: 10px;
}
.makePayDiv
{
    padding-left: 10px;
    padding-right: 10px;
}
.makePayLink
{
    text-decoration: none;
    color: white !important;
}
.makePayLinkDiv
{
    background-color: #F79321;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
    text-align: center;
    font-size: 0.625em;
    font-weight: bold;
}
.poweredBy
{
    color: #0099D8;
    text-align: center;
    font-style: italic;
}
.mobileWidth
{
    margin: auto;
    max-width: 300px;
}
.progressDiv
{
    max-width: 400px;
    margin: auto;
}
.alignM
{
    text-align: center;
}
/* Make payment - end */

/* Layout Top menu - Start */

.divAccountUsers
{
    visibility: hidden;
    position: fixed;
    text-align: center;
    z-index: 100000;
    background-color: white;
    width: 50%;
    left: 25%;
    box-shadow: 5px 5px 5px #C0C0C0;
    border: 1px solid #C5C6C7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 400;
    font-size: 10.5pt;
    background-color: #F9FAFB;
    margin-top: 45px;
}

.divAccountUserHeader
{
    display: table;
    width: 100%;
}

.divAccountUserHeaderRow
{
    display: table-row;
    width: 100%;
    background-color: #0099D8;
    color: White;
}

.divAccountHeaderCellUser
{
    display: table-cell;
    width: 95%;
    vertical-align: middle;
}

.divAccountHeaderCellClose
{
    display: table-cell;
    width: 5%;
    text-align: right;
    vertical-align: middle;
}

.divAccountUserList
{
    border-top: 1px solid #C5C6C7;
    min-height: 23px;
    vertical-align: middle;
}

.divAccountUserListSelected
{
    background-color: #0099D8;
    color: White;
    min-height: 23px;
}

.divAccountUserListLastRec
{
    background-color: #C5C6C7;
    border: none;
    height: 1px;
}

.divAccountUserList img
{
    vertical-align: middle;
}

/* Layout Top menu - End */


/* bottom menu*/
#conatainer
{
    position: absolute;
    background-color: white;
    width: 1500px;
    height: 90px;
    margin: 5px;
}
#one
{
    position: absolute;
    background-color: white;
    left: 50px;
    width: 518px;
    height: 90px;
    margin: 5px;
}

/* bottom menu*/

/* #region Medication Renewal */

/* Collection of all practices */

#divPracticeMaster
{
    background-color: White;
    text-align: center;
}

.medPracticeDiv
{
    padding: 1px;
    margin: 5px;
    background-color: white;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    opacity: .8;
    min-height: 45px;
}

.medDetailAccoridon
{
    background-color: White;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    opacity: 0.7;
    -moz-box-shadow: 0 0 2.5px 2.5px#5683a0;
    -webkit-box-shadow: 0 0 2.5px 2.5px #5683a0;
    box-shadow: 0 0 2.5px 2.5px #5683a0;
    position: relative;
    margin: 20px;
    padding: 10px;
}

.divSelectedRenewMedications
{
    display: table;
    width: 100%;
}

.medRenewalSelectedSel
{
    border: 2px solid;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-color: #90908F;
}

/* Individual practices(DIVs)  */
.medPractices
{
    font-size: 11pt;
    background-color: white;
    font-size: 11pt;
    color: #686868;
    height: 30px;
    padding-top: 10px;
}

/* Mouse over on individual practice (DIVs) */
.medPractices:hover
{
    cursor: pointer;
    font-weight: bolder;
}

/* Mouse over on label under individual practices(Divs) */
.medPractices label:hover
{
    font-weight: bolder;
    cursor: pointer;
}

/* Mouse over on Move up and down images */
#imgPracticeMoveDown:hover, #imgPracticeMoveUp:hover
{
    cursor: pointer;
}

/* Medication Region */

/* Each Medication Deatil Boxes */

/*    For Show Less and Show more Image */
.medDetailShow
{
    background-color: #dddddd;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
}

.medDetailLabel
{
    color: rgb(0,153,216);
    font-weight: bold;
}

.medSelection
{
    position: absolute;
    left: 86%;
    top: 10%;
}
.medSelectChk
{
    width: 24px;
    height: 24px;
    border: 2px solid;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
    border-color: #90908F;
}

.medRenewalSuperImpose
{
    position: absolute;
    top: 3px;
    right: 3px;
    width: 18px;
    color: white;
    font: bold 10px/10px Helvetica, Sans-Serif;
    text-align: center;
    background: #D95432;
    padding: 1px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.medRenewalSelected
{
    border: 2px solid;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-color: #90908F;
}

#divShowMoreLess
{
    position: relative;
    padding-top: 2px;
    padding-bottom: 2px;
}

/* #endregion Medication Renewal */

/* vital signs - start */
.divVitalSignsHeader
{
    color: #F79321;
    height: 40px;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 10px;
}
.vsContentF
{
    font-size: 0.813em;
}
/* vital signs - end */

/* Forgot Password - start */

.resetPasswordDiv
{
    font-size: 12px;
    padding: 5px;
    margin: 5px;
}

.cancelButton
{
    max-width: 150px;
    margin: auto;
}
.singleMessageDiv
{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-color: lightgray;
    border-style: solid;
    margin: 5px;
    padding: 5px;
}

/* Forgot Password - end */

/* instructions - start */
.dashedDiv
{
    border-color: #C5C6C7;
    border-left-style: dashed;
    margin-left: 15px;
    padding-left: 10px;
    margin-right: 15px;
}
.bubble
{
    position: relative;
    border: 2px solid #B5C5DF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 3px 3px 3px #BDBDBE;
    margin-bottom: 10px;
    padding: 10px 5px 5px 5px;
    background-color: rgba(255, 255, 255, 0.8);
}

.bubble:after
{
    content: "";
    position: absolute;
    top: 20px;
    left: -15px;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #B5C5DF;
    display: block;
    width: 0;
    height: 0;
}

.bubble:before
{
    content: "";
    position: absolute;
    top: 20px;
    left: -12px;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #F6F7F7;
    display: block;
    width: 0;
    height: 0;
    z-index: 1;
}

/* instructions - end */

/* Manage Practices - start */

.blueHeading
{
    color: rgb(0,153,216);
    font-weight: bold;
    margin: 10px;
}

/* Manage Practices - end */
/* dashboard - start */
.dashBoardHeading
{
    margin: 0;
    border-radius: 5px;
    border-color: transparent #F79320;
    border-width: 2px;
    border-style: solid;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
    font-style: italic;
    font-size: 14pt;
    font-weight: 400 !important;
    color: #59595A !important;
}

.dashboardTabList
{
    background-color: #dfdfdf !important; 
    border-radius: 0 !important;
}

.dashboardTabRemiderList
{
    background-color: #eeeeee !important;
    border-radius: 0 !important;
}
/* dashboard - end */

.clear
{
    clear: both;
}
.sectionGap
{
    margin-bottom: 5px;
}

/* statement detail - start */

.statementDetFont
{
    font-weight: 400;
    font-size: 9px;
    color: #727172;
    background-color: rgba(255, 255, 255,1);
}
/* statement detail - end */

/* #region Delete Confirmation */

#divAddPharmPartial
{
    top: 20px;
    width: 90%;
    left: 4%;
    position: absolute;
    display: none;
    text-align: center;
    z-index: 100000;
    background-color: white;
    box-shadow: 3px 3px 3px #BDBDBE;
    border: 2px solid #007aa3;
    border-radius: 5px;
    padding: 5px;
}

.divPopUp
{
    top: 23%;
    width: 300px;
    left: 5%;
    position: absolute;
    display: none;
    text-align: left;
    z-index: 100000;
    box-shadow: 3px 3px 3px #BDBDBE;
    border: 2px solid #007aa3;
    border-radius: 5px;
    background-color: White;     
}

.divPopUpComments
{
    height: 150px;
    overflow: auto;
}

.text8PtBold
{
    font-size:8pt;
    font-weight:bold;
}

.text9pt
{
    font-size:9pt;
}


#divDeleteMsg
{
    top: 23%;
    width: 90%;
    left: 5%;
    position: absolute;
    display: none;
    text-align: center;
    z-index: 100000;
    background-color: white;
    box-shadow: 3px 3px 3px #BDBDBE;
    border: 2px solid #007aa3;
    border-radius: 5px;
}

#divDeleteMsgBox
{
    font-weight: 600;
}

.deleteMsgHdr
{
    border-radius: 3px;
    background-color: #8c1010;
    color: White;
}

#divDeleteImg
{
    text-align: center;
    padding-bottom: 10px;
}

#divOkCancel
{
    text-align: center;
    padding: 20px;
}
#divUserMsg
{
    float: left;
    text-align: left;
    border: 1px;
    azimuth: left;
}

#divDeleteMsgBox label
{
    color: rgb(0,153,216);
    font-weight: bolder;
    font-size: large;
}

#divDeleteMsgBox div
{
    color: rgb(0,153,216);
    font-weight: bolder;
    font-size: large;
}

#divDeleteMsgBox
{
    color: rgb(0,153,216);
    font-weight: bolder;
    font-size: large;
}
#divYesNo
{
    text-align: center;
    padding: 20px;
}
/* #endregion Delete Confirmation */

/* style_demo.css start */

body.ui-mobile-viewport, div.ui-mobile-viewport
{
    height: 100%;
}

*
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#w
{
    /*position: relative;*/
    overflow-x: hidden;
}

#w #pagebody
{
    position: relative;
    left: 0; /*z-index: 99999;*/
    width: 100%;
}

#w #navmenu
{
    display: block;
    position: fixed;
    width: 200px;
    left: -200px;
    top: 0px;
    z-index: 0;
    height: 100%;
    overflow-y: auto;
    z-index: 9999;
}

#w #pagebody header #menu-btn
{
    display: block;
    float: left;
    width: 15px;
    height: 30px;
    background: url("Dashboard/top-nav-menu.png") no-repeat 0;
    margin-top: 6px;
    margin-left: 8px;
}

#content
{
    margin-top: 45px;
}

#w #pagebody #content
{
    display: block;
    height: 100%;
    min-height: 350px;
    padding: 0px;
}

#bodyBackgroundImage
{
    background-repeat: no-repeat; /*background-repeat: repeat-y;*/
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -888;
    background: url('Dashboard/greybkg.png');
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
}

#w #navmenu header
{
    display: block;
}

#w #navmenu ul
{
    list-style: none;
    background: #AFAFAF;
    height: 100%;
}

#w #navmenu ul li a
{
    position: relative;
    display: block;
    border-bottom: 2px solid rgb(140,138,138);
    padding: 8px;
    color: #ffffff;
    text-decoration: none;
    background-color: rgb(165,165,165);
    font-size: 9pt;
    font-weight: bold;
    padding-left: 25px;
}

#w #navmenu ul li a:hover
{
    background-color: rgb(74,74,74);
    text-decoration: none;
}

#home
{
    background: url('Dashboard/home.png') 50% 50% no-repeat !important;
}

#home:hover
{
    background: url('Dashboard/home-active.png') 50% 50% no-repeat !important;
}
#myChart
{
    background: url('Dashboard/mychart.png') 50% 50% no-repeat !important;
}

#myChart:hover
{
    background: url('Dashboard/mychart-active.png') 50% 50% no-repeat !important;
}

#meds
{
    background: url('Dashboard/meds.png') 50% 50% no-repeat !important;
}

#meds:hover
{
    background: url('Dashboard/meds.png') 50% 50% no-repeat !important;
}

#schedule
{
    background: url('Dashboard/schedule.png') 50% 50% no-repeat !important;
}

#schedule:hover
{
    background: url('Dashboard/schedule.png') 50% 50% no-repeat !important;
}

#statement
{
    background: url('Dashboard/home.png') 50% 50% no-repeat !important;
}

#statement:hover
{
    background: url('Dashboard/home-active.png') 50% 50% no-repeat !important;
}

#outbox
{
    background: url('Dashboard/home.png') 50% 50% no-repeat !important;
}

#outbox:hover
{
    background: url('Dashboard/home-active.png') 50% 50% no-repeat !important;
}

#compose
{
    background: url('Dashboard/top-nav-note.png') 100% no-repeat !important;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 26px;
}

#appointment
{
    background: url('images/top-nav-note.png') 100% no-repeat !important;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 30px;
}

#medCorner
{
    float: right;
    height: 40px;
    cursor: pointer;
    padding-right: 5px;
}

#sendChartCorner
{
    float: right;
    height: 40px;
    cursor: pointer;
    padding-right: 5px;
    position: static;
}

.appRequestImage
{
    float: right;
    cursor: pointer;
    background: url('images/top-nav-calendar.png') 100% no-repeat !important;
    background-color: White;
    width: 52px;
    height: 40px;
    margin-right: 8px;
}

#previousPage
{
    background: url('images/top-nav-back.png') 100% no-repeat !important;
    height: 38px;
    float: left;
    width: 50px;
    margin: 4px 0px 2px 0px;
}

.headerDashboard
{
    width: 100%;
    background-color: rgb(0,153,216);
    height: 45px;
    text-align: center;
    min-width: 210px;
    position: fixed;
    z-index: 999999;
    top: 0px;
}

.aDashboard
{
    color: #ffffff;
    float: right;
}

.leftArrow
{
    float: left;
}

.rightArrow
{
    float: right;
}

.headerItalic
{
    font-style: italic;
}

.headerItalic a.ui-btn
{
    background: transparent;
}

.dashboardItemList
{
    background: rgb(81,82,82);
    border-color: rgb(134,131,131);
    border-width: 0;
}

.dashboardItemListFont
{
    font-size: 10pt !important;
    color: #FFFFFF !important;
    font-weight: normal;
}

a.dashboardItemListFont:active
{
    background-color: #F79320;
    color: #515251 !important;
}

.dashboardItemListBlank
{
    color: #8E8E8E;
    font-weight: normal;
    font-size: 11pt;
    display:block;
    margin-top: 4px;
    font-style:italic;
}

.squarebrackets 
{
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
}
.squarebrackets:before
{
   content: " ";
   border-left:2px solid #F79320;
   border-top:2px solid #F79320;
   border-bottom:2px solid #F79320;
}
.squarebrackets:after
{
  content:" ";
  border-right:2px solid #F79320;
  border-top:2px solid #F79320;
  border-bottom:2px solid #F79320;
}

.sideBar
{
    border-bottom: 1px solid #303c4a;
    padding: 8px;
    font-style: italic;
    background-color: rgb(204,204,204);
    font-size: 10pt;
    font-weight: bold;
    color: rgb(89,89,89);
}

.disabledSideBar
{
    position: relative;
    display: block;
    border-bottom: 2px solid rgb(140,138,138);
    padding: 4px;
    color: #808080;
    text-decoration: none;
    background-color: rgb(165,165,165);
    font-size: 9pt;
    font-weight: bold;
    padding-left: 25px;
}

.imgAdmin
{
    vertical-align: middle;
    padding-bottom: 5px;
}

#compose span.ui-btn-inner
{
    border: none;
}

.resetUrPwd
{
    background: url('Dashboard/greybkg.png') no-repeat center center fixed;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
}

.divLogo
{
    text-align: center;
    margin: 0 10px;
    background: url('Dashboard/patient-portal-logo.png') no-repeat ;
    width: 300px;
    height: 113px;
}

#divUserPwd div.ui-input-text
{
    margin: 0 0;
}

#divUserPwd div input.ui-input-text
{
    border: none;
    border-top-right-radius: 1px;
}

#divUserPwd #divUser div.ui-input-text
{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    background-color: #FAF8EB;
    -moz-box-shadow: inset 0px 1px 2px black;
    -webkit-box-shadow: inset 0px 1px 2px black;
    box-shadow: inset 0px 1px 2px black;
    border-bottom: none;
}

#divUserPwd #divPwd div.ui-input-text
{
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-color: #FAF8EB;
    border-top: none;
    border-width: 2px;
}

#divForgotPwd
{
    text-align: center;
    font-size: 8pt;
}

#divForgotPwd a.ui-link
{
    color: #ffffff !important;
    text-decoration: underline;
}

#divRegisterNow
{
    max-width: 150px;
    margin: auto;
}

#divUserPwd #divRegisterNow a.ui-btn-corner-all
{
    border: none;
    margin-left: 0;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    color: rgb(255,255,255);
    border: 1px solid #54ADDE;
    cursor: pointer;
    text-shadow: 0px -1px 1px black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 7px;
    position: relative;
    box-shadow: 0px -1px 0px #475577;
    background: -webkit-gradient(linear, left bottom, left top, from(#2D8DBD), to(#5095C0));
    line-height: 20px;
}

#divUserPwd #divRegisterNow a span span.ui-btn-text
{
    font-size: 8pt;
}

#divSecurity
{
    margin: auto;
    max-width: 300px;
    padding: 5px;
}

#divSecurity #divSecPwd div.ui-input-text
{
    border-radius: 7px;
    background-color: #FAF8EB;
    box-shadow: inset 0px 1px 2px black;
}

#divSecurity #divSecPwdTxtArea div.ui-input-text
{
    border-radius: 7px;
    background-color: #FAF8EB;
    box-shadow: inset 0px 1px 2px black;
}

#divSecurity #divSecPwd div input, #divUserPwd #divUser div input, #divUserPwd #divPwd div input
{
    font-size: 10pt;
}

.divLoginLinks
{
    font-size: 8pt;
    color: white;
    text-align: center;
}

.divLoginLinks a
{
    color: white !important;
    text-decoration:underline;
}

.dashboardDiv
{
    margin-left: 15px;
    margin-right: 10px;
}
.ui-collapsible-heading
{
    margin: 0 -10px !important;
}
.dashboardDiv .ui-collapsible-heading a
{
    background: none;
}

.dashboardDiv .ui-collapsible-content ul
{
    background: none;
}
.dashboardDiv .ui-collapsible-content
{
    border-top: 1px solid #cccccc;
}
#divHome
{
    margin: 0 10px;
}
#divHome #divLoginHome a.ui-btn-corner-all, #divHome #divRegisterHome a.ui-btn-corner-all, #divLoginButton div.ui-btn-corner-all, #divSecurity #divSubmit div.ui-btn-corner-all
{
    border: none;
}
#divInstructionHome
{
    text-align: center;
    color: #ffffff;
    margin: auto;
    max-width: 300px;
}
#divInstructionHome label a.ui-link
{
    color: #ffffff;
}
.divHeightSmall
{
    margin-bottom: 6%;
}
.divHeightMedium
{
    margin-bottom: 10%;
}
.privacyPolicy
{
    font-size: 8pt;
}
.footerHeight
{
    height: 20px;
}
.divUnauthenticatedHeader
{
    width: 100%;
    background-color: #0999d6;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 12pt;
    color: #FFFFFF;
    top: 0px;
    left: 0px;
}
.divTerms
{
    width: 100%;
    background-color: #0999d6;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 12pt;
    color: #FFFFFF;
    position: fixed;
    top: 0px;
    left: 0px;
}
.divTermsHeader
{
    font-size: 9pt;
    font-weight: bold;
    color: #231F20;
}
.divTermsFooter
{
    position: fixed;
    bottom: 0px;
    height: 94px;
    left: 0px;
    background: white;
    width: 100%;
    border-top: 2px solid gray;
}
.divTermsText
{
    font-size: 9pt;
    font-weight: normal;
    color: #231F20;
}
.backWhite
{
    background-color: #FFFFFF;
}

.enrollDropdown
{
    background-color: #EBECED !important;
    border-color: #EBECED !important;
    border-radius: 0 !important;
}

.background
{
    background: url('Dashboard/login-background.png') no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
}
.deleteGrayBg 
{
    padding: 5px 10px;
    width: 100%;
    background-color: #F1F1F1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 34px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
#health
{
    background: url('Dashboard/meds.png') 50% 50% no-repeat !important;
}
#health:hover
{
    background: url('Dashboard/meds.png') 50% 50% no-repeat !important;
}
#phr
{
    background: url('Dashboard/meds.png') 50% 50% no-repeat !important;
}

#phr:hover
{
    background: url('Dashboard/meds.png') 50% 50% no-repeat !important;
}

#divGlobalNotification-popup
{
    z-index: 100000;
}

/* style_demo.css end */

/* phr.css start */

/* #region My Chart */

.imgSearchClass
{
    position: absolute;
    right: 5px;
    bottom: 8px;
    width: 20px;
    cursor: pointer;
}

#divViewRec:hover, #divViewRec label:hover, #divSendChart:hover, #divSendChart label:hover
{
    cursor: pointer;
}

.myChartMaster
{
    margin: 5px;
    background-color: white;
    border-radius: 10px;
    padding: 5px;
    height: 35px;
    padding-top: 19px;
}

.myChartMaster:active
{
    background-color: #F8901B;
    opacity: 1;
}

.myChartNav
{
    float: right;
}

.myChartTxtEmail
{
    height: 18px;
    border-radius: 5px;
    width: 100%;
    height: 40px;
}

#lblSendChart
{
    font-size: larger;
    padding-left: 10px;
}

.providerRadio
{
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border-style: solid;
    display: inline-block;
    cursor: pointer;
    border-color: #90908F;
    border-width: 2px;
}

.selectedProviderRadio
{
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: rgb(0,153,216);
    display: block;
    padding: 3px;
    margin: 2px;
}

.selectProviderMaster *
{
    cursor: pointer;
}

.selectProviderMaster
{
    line-height: 30px;
}

.providerHide
{
    display: none;
}

#divLoadMore
{
    max-width: 320px;
    margin: auto;
    top: 10px;
    display: none;
    margin-bottom: 20px;
}

.providerVerticalAlign
{
    vertical-align: middle;
}

.lblProviderChart
{
    display: inline;
}

.lblPharmacySelectName
{
    display: inline;
    line-height: 10px;
    vertical-align: text-top;
}

.directionLink
{
    text-decoration: none;
    color: #F69220;
    font-size: 10pt;
    font-weight: 700;
}

.divMedPharmacy
{
    font-size: 10pt;
}

.divSelectedPharmacy
{
    padding: 7px 0 7px 3px;
    min-height: 30px;
    display: table;
}

.spanSelectedPharmacy
{
    display: table-cell;
    vertical-align: middle;
}

.divPharmacyCountMore
{
    vertical-align: middle;
    line-height: 30px;
}

.divPharmacyListContainer
{
    max-height: 200px;
    overflow: auto;
}
/* #endregion My Chart */

/*#region Patient Selection*/

#divPatSelPartial
{
    visibility: hidden;
    position: absolute;
    text-align: center;
    z-index: 1000;
    background-color: white;
    box-shadow: 5px 5px 5px #C0C0C0;
    border: 1px solid #C5C6C7;
    border-radius: 5px;
    top: 39px;
    width: 50%;
    left: 25%;
    font-weight: 400;
    font-size: 10.5pt;
}

#divPersonSelHeader
{
    border-radius: 3px;
    background-color: rgb(0,153,216);
}

#personImgClose
{
    display: table-cell;
    width: 5%;
    text-align: right;
    vertical-align: middle;
    cursor: pointer;
}

#divPersonHdr
{
    display: table-cell;
    width: 95%;
    vertical-align: middle;
}

.ptrCursor
{
    cursor: pointer;
}

#divPersonList
{
    border-top: 1px solid #C5C6C7;
    padding: 4px;
    width: 100%;
}
/*#endregion Patient Selection*/

/*#region PHR Parent Page*/

#divToolTipData.tooltip
{
    width: 100px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    color: rgb(113, 157, 171);
    background: #e1edef;
    border: 4px solid #b6e6ef;
    border-radius: 5px;
    text-shadow: #e1edef 1px 1px 1px;
    box-shadow: #e1edef 1px 1px 2px 0px;
}

.masterDiv
{
    margin-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    border-radius: 6px;
    height: 45px;
}

.masterDiv:hover
{
    cursor: pointer;
}

.masterDiv label:hover
{
    cursor: pointer;
}

.masterDiv:active
{
    background-color: #F8901B;
    opacity: 1;
}

.dataPointImg
{
    padding-top: 18px;
    padding-right: 10px;
    height: 20px;
}

.dataPointImgMyChart
{
    padding-right: 10px;
    vertical-align: middle;
    height: 38px;
    margin-top: 2px;
    margin-bottom: 2px; 
    width:38px;
}

.dataPointNav
{
    float: right;
    padding-top: 12px;
    margin-right: 10px;
}

.dataPointHead
{
    padding-right: 10px;
    color: #4C4C4D;
    font-weight: 600;
    font-size: 12pt;
}

.dataPoint
{
    position: absolute;
    left: 30px;
    top: 10%;
    font-weight: bold;
}

/*#endregion PHR Parent Page*/

/*#region Visits */

.visitDetail
{
    position: relative;
    position: relative;
    margin: 0%;
    border: 0px none white;
    padding: 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 0px;
    margin-right: 2%;
}
.circle
{
    width: 8px;
    height: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: rgb(0,153,216);
}
.visitTble
{
    display: table;
    width: 100%;
}
.visitRow
{
    display: table-row;
    width: 100%;
}
.visitCell
{
    display: table-cell;
    width: 42%;
}
.visitCircleCell
{
    width: 6%;
}
.visitCircleReason
{
    width: 68%;
}
.visitHeaderCell
{
    width: 10%;
}
#divVisitsMaster hr
{
    color: Orange;
    background-color: Orange;
    height: 1px;
    margin-right: 3%;
}
.visitDetailExp
{
    position: relative; /*padding-bottom: 0.5%;*/
    padding-bottom: 2px;
}
.visitImgHeader
{
    vertical-align: middle;
}
#divVistitsHeaderDesc
{
    display: table-cell;
    width: 90%;
    color: Orange;
    font-size: larger;
    vertical-align: middle;
}
/*#endregion Visits */

/* #region Insurance */
.insurancePanel
{
    box-shadow: 3px 3px 3px #BDBDBE;
    border: 2px solid #B5C5DF;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    background-color: #F6F7F7;
}
.insurancePanel div
{
    padding-top: 1%;
    padding-left: 1%;
}
#divInsHeader
{
    display: table;
    width: 100%;
    margin: 0.5% 2% 2% 2%;
}
.insTbleCell
{
    display: table-cell;
    width: 10%;
}
#divInsHeaderDesc
{
    display: table-cell;
    width: 90%;
    color: #ea8533;
    font-weight: bold;
}
.insItemHeader
{
    color: rgb(0,153,216);
    font-weight: bold;
}
#divInsMaster hr
{
    color: Orange;
    background-color: Orange;
    height: 1px;
    margin-right: 3%;
}
/* #endregion Insurance */

/*#region Social History */
.socHistoryHdrImgCell
{
    width: 10%;
    vertical-align: middle;
}
.socHistoryHdrCell
{
    vertical-align: middle;
    width: 90%;
    font-size: larger;
    color: Orange;
}
.socHistPanel
{
    box-shadow: 3px 3px 3px #BDBDBE;
    border: 2px solid #B5C5DF;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}
#divSocHistMaster hr, #divAlgMaster hr
{
    color: Orange;
    background-color: Orange;
    height: 1px;
    margin-right: 3%;
}
/*#endregion*/

/*#region Allergies */
.algTble
{
    margin: 2% 2% 0 2%;
}
.algMaster
{
    padding-left: 0.625em;
    padding-right: 1.250em;
}
.algHdrImgCell
{
    width: 15%;
}
/*#endregion Allergies */

/*#region Medications*/
#imgMedRenewInactive
{
    border: 2px solid;
    border-radius: 4px;
    cursor: pointer;
    border-color: #90908F;
    display: inline-block;
    height: 24px;
    width: 24px;
}
.lblMedIncludeInactive
{
    padding-left: 4px;
    vertical-align: 10px;
    font-size: 10pt !important;
    color: #666766 !important;
}
#divMedRenTable
{
    display: table;
    width: 100%;
}
#divMedRenRow
{
    display: table-row;
    width: 100%;
}
#divMedRenLblCell
{
    width: 65%;
    display: table-cell;
    vertical-align: middle;
    font-weight:bold;
}
#divMedRenCell
{
    width: 25%;
    display: inline;
    vertical-align: bottom;
}
#lblMedRenRow
{
    color: Orange;
    font-size: large;
    font-weight: bold;
}
.medRenewLbl2
{
    position: absolute;
    top: 15px;
    right: 5px;
    letter-spacing:-1px;
}
.medRenewChk
{
    position: absolute;
    right: 10px;
}
.divMedSelChk
{
    display: table-cell;
    width: 15%;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    float: right;
    margin-right: 15px;
}
#divMedSelChk
{
    display: table-cell;
    width: 0%;
    padding-top: 5px;
    padding-left: 5px;
    margin-right: 15px;
}
.divMedSubHeader
{
    font-size: 10pt !important;
    color: #666766 !important;
}
.divMedSubHeaderBlue
{
    font-size: 11pt !important;
    color: #0F99D6 !important;
    letter-spacing: -1px;
}
.padRight5
{
  padding-right:5px;  
}
.divMedSubHeaderGray
{
    font-size: 11pt !important;
    color: #8e8e8e !important;
}
.divMedSubHeaderYellow
{
    font-weight: 600;
    font-size: 11pt !important;
    color: #F79320 !important;
    letter-spacing: -1px;
    position: absolute;
    top: 10px;
    right: 42px;
}
.divMedContentsText
{
    font-size: 10pt !important;
    color: #666666 !important;
}
/* #endregion Medications */

/* #region Procedure */
#divProcMaster hr
{
    color: Orange;
    background-color: Orange;
    height: 1px;
    margin-right: 3%;
}
/* #endregion */

/* phr.css end */

/* #region Message Sent Pop up */

#divMsgSent
{
    display: none;
    position: absolute;
    text-align: center;
    z-index: 1000;
    background-color: #f4f3ed;
    box-shadow: 5px 5px 5px #C0C0C0;
    border: 1px solid #C5C6C7;
    border-radius: 5px;
    top: 39px;
    width: 50%;
    left: 25%;
    font-weight: 400;
    font-size: 10.5pt;
    padding: 4px;
}

#divMsgSent:hover, #divMsgSent label:hover
{
    cursor: pointer;
}

.msgSentImgWidth
{
    width: 40%;
}

.msgSentLabel
{
    font-weight: bolder;
    font-size: large;
}

/* #endregion Message Sent Pop up */
.practiceProfileName
{
    font-weight: 600;
    font-size: 11pt;
    padding-bottom: 10px;
    color: #029BD6;
}
.practiceOrangeDivider
{
    color: #F8901B;
    height: 1px;
    background-color: #F8901B;
    margin-bottom: 5px;
}
.practiceProfileWelcomeMsg
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    font-size: 10pt;
    font-weight: 400;
    color: #686868;
}
.practiceProfileEmail
{
    font-size: 12pt;
    color: #0099D7;
    vertical-align: top;
    margin-left: 10px;
    text-decoration: underline;
}
.divBlueHeader
{
    font-size: 12pt;
    color: #F79320;
    display: inline;
    vertical-align: top;
    margin-left: 10px;
}
.divSectionData
{
    font-size: 10pt;
    margin-left: 50px;
}
.divDocumentNotification
{
    width: 100%;
    background-color: rgb(0,153,216);
    padding: 5px;
    color: White;
}
/* Calendar Styles */
.calContainer
{
    background-color: #F6F7F8;
}
.calendarHeader
{
    width: 100%;
    text-align: center;
    background-color: #F6F7F8; /*height:50px;*/
    color: #F79320;
    font-size: 18pt;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
}
.calendarTable
{
    width: 100%;
    padding: 0px; /*border: 1px solid #B2B2B2;*/
    border-spacing: 0px;
    background-color: #F6F7F8;
}
.calendarTable th
{
    padding: 0px; /*height:30px;*/ /*background-color:#333333;*/
    text-align: center; /*color:#B2B2B2;*/
    color: #000000;
    font-weight: 400;
    font-size: 8pt;
    border-spacing: 0px;
}
.calendarTable tr
{
    padding: 0px;
    border: 0px;
}

div#component-schedule
{
    margin-top: 10px;
}

.month
{
    cursor: pointer;
    font-size: 16px;
}

.calendarDay
{
    text-decoration: none !important;
    cursor: pointer;
    padding: 1px;
    width: 14%;
    border: 0px none #fff;
    text-align: center; /*color:#1F4C63;*/
    height: 50px;
    background-color: #F6F7F8;
    border: 1px solid #DCDCDC;
    font-weight: 400;
    font-size: 18pt;
    position: relative;
}

.calendarDay a:hover
{
    background-color: Red;
}

.calDisabled
{
    color: #CCCCCC;
    font-weight: bold;
}

.calSimple
{
    color: #757576;
}

.calBold
{
    color: #757576;
    font-weight: bold;
}

.calYellow
{
    background-color: #0599D6;
    opacity: 0.6;
    font-weight: bold;
    color:#FFFFFF;
}

.calSelected
{
    background-color: #AEDFE6;
    opacity: 0.6;
    color: #757576;
}

.calLeftAlign
{
    float: left;
    margin-left: 10px;
}

.calRightAlign
{
    float: right;
    margin-right: 10px;
}

.calTriangle
{
    position: absolute;
    width: 0px;
    height: 0px;
    right: 0px;
    top: 0px;
    border: 15px solid;
    border-color: #F79321 #F79321 transparent transparent;
}

/* Calendar Styles */

#dashboardDiv div h3 a span span.ui-icon-plus
{
    background-image: url("images/expand.png");
    background-size: 17px 16px;
    -webkit-background-size: 17px 16px;
    -moz-background-size: 17px 16px;
    -o-background-size: 17px 16px;
    background-position: 0;
}

#dashboardDiv div h3 a span span.ui-icon-minus
{
    background-image: url("images/collapse.png");
    background-size: 17px 16px;
    -webkit-background-size: 17px 16px;
    -moz-background-size: 17px 16px;
    -o-background-size: 17px 16px;
    background-position: 0;
}

#dashboardDiv div h3 a span span.ui-icon, .ui-icon-searchfield:after
{
    background-color: rgba(0, 0, 0, 0);
    border-radius: 9px 9px 9px 9px;
    background-repeat: inherit;
}

#dashboardDiv div h3 a span span.ui-icon-shadow
{
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
}

#dashboardDiv div h3 a span span.ui-icon
{
    height: 16px;
    width: 17px;
    right: 10px;
}

#communicationList form.ui-bar-d
{
    border: none;
    background: none;
}

#communicationList form div a.ui-input-clear
{
    display: none;
}

#communicationList form div a span.ui-btn-inner
{
    display: none;
}
#communicationList form div.ui-icon, .ui-icon-searchfield:after
{
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/search.png");
    border-radius: 0px;
    height: 19px;
    width: 19px;
    background-position: 0;
    background-size: 19px 19px;
    -webkit-background-size: 19px 19px;
    -moz-background-size: 19px 19px;
    -o-background-size: 19px 19px;
    position: inherit;
    top: -16px;
    float: right;
}
#communicationList form div.ui-input-search
{
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #7B7B78;
    font-size: 10pt;
    padding: 0 12px 0 7px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;    
}
.input-validation-error
{
    background-color: #FFFFCC !important;
    border: 1px solid #FF0000 !important;
    border-radius: 3px;
}

/* AppointmentDetail */
.appCalDetailContainer
{
    box-shadow: 3px 3px 3px #BDBDBE;
    border: 2px solid #B5C5DF;
    border-radius: 5px;
    padding: 10px;
    background-color: #F6F7F7;
    margin: 5px;
}

.divAppText
{
    font-weight: 400;
    font-size: 10pt;
    text-decoration: none;
}

.divAppBlueHeaderDetail
{
    color: #F79320;
    display: inline;
    vertical-align: top;
    margin-left: 10px;
    font-size: 11pt;
    font-weight: 600;
}

.divAppOrangeHeaderDetail
{
    color: #F8901B;
    display: inline;
    vertical-align: top;
    margin-left: 10px;
    font-size: 10pt;
    font-weight: 700;
}

.divAppOrangeHeaderDetail a
{
    text-decoration: none;
}

.divAppTextDetail
{
    font-size: 10pt;
    font-weight: 400;
    margin-left: 35px;
}

.divAppTextInline
{
    font-size: 10pt;
    font-weight: 400;
    display: inline;
}
.divAppTextInlineLabel
{
    float: left;
    font-weight:700 !important;
    color: #4E4D4D;
}
.divAppTextInlineText
{
    float: left;
}
.divDotImage
{
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.divAppImageFloat
{
    float: right;
    margin-left: 8px;
    margin-right: 8px;
}

.divAppTable
{
    display: table;
    width: 100%;
    margin-bottom: 5px;
}

.divTableCell
{
    display: table-cell;
}

.divTableRow
{
    display: table-row;
}
.divTable
{
    display: table;
}

/* AppointmentDetail */

/* Appointment Create */
.divContent
{
    padding: 5px;
}

.divDropDown
{
    /*background-color: rgba(255, 255, 255, 0.5);*/
    background: none;
    text-align: center;
    border-radius: 5px;
}
.apptPreferredDay
{
    float: left;
    width: 14%;
}
.apptPriority
{
    float: left; /*width: 20%;*/ /* spaces between checkboxes should be 40 px ui review by lili Mar-05-2014 */
}

.dateSelectChk
{
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-radius: 4px;
    cursor: pointer;
}

.chkSelRed
{
    background-color: Red;
}

.chkSelYellow
{
    background-color: #1999D6;
}

.chkSelGreen
{
    background-color: Green;
}
.chkNonSel
{
    background-color: #FFFFFF;
}
.chkSelBlue
{
    background-color: #1999D6;
}

.apptSelectChk
{
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-radius: 4px;
    border-color: #90908F;
    cursor: pointer;
}

#subject.ui-input-text
{
    padding-left: 5px;
}

.checkBox
{
    border: 2px solid;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-color: #90908F;
}

.divApptResult
{
    margin: 10px 10px 20px 10px;
    text-align: center;
}

/*--------------------------------------*/
#footer
{
    background: white;
    position: fixed;
    border: none;
    height: 70px;
    width:100%;
}

#footer .menuItemimg
{
    position: relative;
    width: 100%; /* for IE 6 */
    width: 25px;
    height: 25px;
}

#footer a
{
    text-decoration: none;
}

.txtWatermark
{
    font-size: 10pt !important;
    padding: 7px;
}

.divBlueHeader1
{
    color: #0099D7;
    font-size: 11pt;
    font-weight: 700;
}

.divBlueHeader2
{
    color: #0099D7;
    font-size: 10pt;
    font-weight: 700;
}

.divOrangeLinkLabel
{
    color: #F69220;
    font-size: 11pt;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.minHeight40
{
    min-height: 40px;
}

#divDirection
{
    text-align: left;
    overflow: auto;
    background: url("images/directions_orange.png") no-repeat scroll 0 0 transparent;
    padding: 0px 0px 0px 34px;
}

#divDirection a
{
    text-decoration: none;
    color: #F8901B;
    font-size: 10pt;
    font-weight: 700;
}

#divAcceptAppt
{
    text-align: left;
    overflow: auto;
    background: url("images/accept-appointment.png") no-repeat scroll 0 0 transparent;
    padding: 0px 0px 0px 34px;
    height: 33px;   
}

#divAcceptAppt a
{
    text-decoration: none;
    color: #F8901B;
    font-size: 10pt;
    font-weight: 700;
    vertical-align: middle;
    line-height: 32px;
}

#divCancelAppt
{
    text-align: left;
    overflow: auto;
    background: url("images/cancel-appointment.png") no-repeat scroll 0 0 transparent;
    padding: 0px 0px 0px 34px;
    height: 33px;   
}

#divCancelAppt a
{
    text-decoration: none;
    color: #F8901B;
    font-size: 10pt;
    font-weight: 700;
    vertical-align: middle;
    line-height: 32px;
}

#divRescheduleAppt
{
    text-align: left;
    overflow: auto;
    background: url("images/reschedule.png") no-repeat scroll 0 0 transparent;
    padding: 0px 0px 0px 34px;
    height: 33px;   
}

#divRescheduleAppt a
{
    text-decoration: none;
    color: #F8901B;
    font-size: 10pt;
    font-weight: 700;
    vertical-align: middle;
    line-height: 32px;
}

.labResultPracticeText
{
    font-weight: 400;
}

/* Statements start */
.divStatHeader
{
    display: inline;
    width: 100%;
    padding: 0px 0px 0px 4px;
}
.divDateOfService
{
    display: inline;
    width: 95%;
    float: left;
    padding: 6px 0px 0px 6px;
}
.divDescrOfService
{
    width: 95%;
    padding-top: 15px;
}
.divDescrService
{
    display: block;
    width: 90%;
    float: left;
    font-weight: bold;
}

.divStatDetails
{
    display: block;
    width: 100%;
    padding: 2px 0px 0px 0px;
}
.divStatAmount
{
    display: block;
    width: 30%;
    float: left;
}
.divStatInsurBalance
{
    display: block;
    width: 40%;
    float: left;
}
.divStatPatientBalance
{
    display: block;
    width: 30%;
    float: left;
}
.divStatFooter
{
    display: block;
    width: 100%;
}
.divStatFooterLabel
{
    display: block;
    width: 100%;
}
.divGreyBar
{
    display: block;
    width: 100%;
    background-color: #DCDCDC;
    height: 20px;
    border-radius: 5px;
}
.orangeDivStat
{
    color: #F4BE84;
    height: 2px;
    background-color: #F4BE84;
    clear: both;
    margin: 5px 0 5px 0;
    border: none;
}
#divStatementDetailSub
{
    padding: 0px 0px 0px 6px;
}

#statementLinesDiv div
{
    background-color: rgba(255, 255, 255, 0.5);
}

.statementHeader
{
    background-color: rgba(255, 255, 255,1);
    padding: 6px 0px 0px 0px;
    margin-left: -4px !important;
    margin-right: -4px !important;
}
/* Statements End */



/* 
        Hide the original radios and checkboxes
        (but still accessible)
    
        :not(#foo) > is a rule filter to block browsers
                     that don't support that selector from
                     applying rules they shouldn't
       
    */
li:not(#foo) > fieldset > div > span > input[type='radio'], li:not(#foo) > fieldset > div > span > input[type='checkbox']
{
    /* Hide the input, but have it still be clickable */
    opacity: 0;
    float: left;
    width: 18px;
}

.divStatDetailShow
{
    display: block;
}

li:not(#foo) > fieldset > div > span > input[type='radio'] + label, li:not(#foo) > fieldset > div > span > input[type='checkbox'] + label
{
    margin: 0;
    clear: none; /* Left padding makes room for image */
    padding: 5px 0 4px 24px; /* Make look clickable because they are */
    cursor: pointer;
    background: url("images/off.png") left center no-repeat;
}

.divStatDetailHide
{
    display: none;
}

/*
        Change from unchecked to checked graphic
    */
li:not(#foo) > fieldset > div > span > input[type='radio']:checked + label
{
    background-image: url("images/radio.png");
}
li:not(#foo) > fieldset > div > span > input[type='checkbox']:checked + label
{
    background-image: url("images/check.png");
}
.medLabel
{
    font-weight: 600;
    font-size: 9pt;
    color: #666766;
}

#statementLinesDiv
{
    font-weight: 600;
    font-size: 9pt;
    color: #666766;
    margin-left: 0px;
    background-color: rgba(255, 255, 255,1);
}

.greyDivider
{
    color: #D3D3D3;
    height: 1px;
    background-color: #D3D3D3;
    clear: both;
    margin: 5px 0 5px 0;
    border: none;
}

.medPrescription
{
    font-weight: 600;
    font-size: 10pt;
    color: #2685c7;
}

.medStatus
{
    font-size: 9pt;
    color: #666766;
    font-weight: normal;
    position: absolute;
    right: 10px;
}

.medHeader
{
    font-weight: 600;
    font-size: 10pt;
    color: #666766;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    overflow-x: auto;
}

.conditionsGeneral
{
    font-weight: 600;
    font-size: 10pt;
    color: #2685C7;
}

.conditionsResizeSmall
{
    display: inline-block;
    width: 130px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 10pt;
    color: #2685C7;
}

.conditionsResizeMedium
{
    display: inline-block;
    width: 180px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 10pt;
    color: #2685C7;
}
/* Style for Feedback - Start*/
.grayDivider
{
    color: #666766;
    height: 1px;
    background-color: #666766;
    clear: both;
    margin: 5px 0 5px 0;
    border: none;
}
.surveyOptions
{
    margin: 5px auto;
    width: 90%;
    text-align: center;
    vertical-align: middle;
}
.surveyCheck
{
    float: left;
    width: 20%;
    text-align: left;
}
.chkSelSurvey
{
    background-color: #1999D6;
    font-weight: 800;
    font-size: 10pt;
    color: white;
}
/* Style for Feedback - End*/

.privacyPolicyHeader
{
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
}
.privacyPolicyBody
{
    font-weight: 400;
    font-size: 10pt;
    color: #000000;
}
.divCheckboxBlank
{
    border: 2px solid;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-color: #90908F;
}
.divMedRenew
{
    font-weight: 600;
    font-size: 11pt !important;
    color: #F79320 !important;
}
.textEllipsis
{
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-weight:normal;
}
.headerNavBarDisplay
{
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-weight:normal;
    font-size: 12pt;
}
#divUsername div.ui-input-text, #divPassword div.ui-input-text, #divRetypePassword div.ui-input-text, #divSecurityAnswer div.ui-input-text, #divRetypeSecurityAnswer div.ui-input-text, #divForgotPwdQuestion div.ui-input-text, #divForgotPwdAnswer div.ui-input-text, #divRetypeForgotPwdAnswer div.ui-input-text
{
    border-radius: 5px;
    border: 1px #7A7A77;
}

/* Custom error messages - Unauth pages - Start */
.errorLoginUsername
{
    background-color: #FFFFCC !important;
    border: 1px solid #FF0000 !important;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}

.errorLoginUsername ::-webkit-input-placeholder
{
    color: #f00 !important;
}

.errorLoginUsername ::-moz-placeholder
{
    color: #f00 !important;
}

.errorLoginUsername ::-moz-placeholder
{
    color: #f00 !important;
}

.errorLoginUsername ::-ms-input-placeholder
{
    color: #f00 !important;
}

.errorLoginPassword
{
    background-color: #FFFFCC !important;
    border: 1px solid #FF0000 !important;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.errorLoginPassword ::-webkit-input-placeholder
{
    color: #f00 !important;
}

.errorLoginPassword ::-moz-placeholder
{
    color: #f00 !important;
}

.errorLoginPassword ::-moz-placeholder
{
    color: #f00 !important;
}

.errorLoginPassword ::-ms-input-placeholder
{
    color: #f00 !important;
}

.errorSecurityQuestion
{
    background-color: #FFFFCC !important;
    border: 1px solid #FF0000 !important;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}

.errorSecurityQuestion ::-webkit-input-placeholder
{
    color: #f00 !important;
}

.errorSecurityQuestion ::-moz-placeholder
{
    color: #f00 !important;
}

.errorSecurityQuestion ::-moz-placeholder
{
    color: #f00 !important;
}

.errorSecurityQuestion ::-ms-input-placeholder
{
    color: #f00 !important;
}

/* Custom error messages - Unauth pages - End */

/* #region Forgot user name pwd */

#resetBack
{
    height: 38px;
    float: left;
    margin: 4px 0px 2px 4px;
    cursor: pointer;
}

.lblSecAns
{
    font-size: 10pt;
}

.divTransparent
{
    margin-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    border-radius: 6px;
    height: 45px;
    padding: 1px 0 1px 10px;
    cursor: pointer;
}

.listItem
{
    line-height: 45px;
    vertical-align: middle;
}

#divResetLogCredCancel
{
    max-width: 150px;
    margin: auto;
}

#divResetLogCredCancel a
{
    background: rgb(0,153,216);
    border: 0px;
}
#divResetLogCredMstr
{
    margin: 10px 5px 5px 5px;
}

.resetLogCredBox
{
    box-shadow: 1px 1px 0 rgb(0,153,216);
    border: 1.5px solid rgb(0,153,216);
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    background-color:#FFFFFF;
}

.logCredHeader
{
    font-size: 10pt;
    color: #0599D6;
    font-weight: bold;
}

.logCredSectionHeader
{
    font-size: 11pt;
    color: orange;
    font-weight: bold;
}
.logCredText
{
    font-size: 9pt;
    font-weight: normal;
    color: #231F20;
}

#divPwdStrength
{
    border-radius: 5px;
    width: 70px;
    height: 32px;
    position: absolute;
    bottom: 2px;
    right: 5px;
    text-align: center;
}
#pwdStrengthResult
{
    vertical-align: middle;
    line-height: 32px;
    text-align: center;
    color: White;
    font-weight: bold;
}

.fgtPwdPosRel
{
    position: relative;
}

.searchActTxt
{
    margin: 0 0 5px 0;
}
#divSearchActCancel
{
    max-width: 150px;
    margin: auto;
}

#divSearchActCancel a
{
    background: rgb(0,153,216);
    border: 0px;
    border-radius: 5px;
}

#seacrhActValidSum
{
    margin: 5px 10px 0 40px;
}
/* #endregion Forgot user name pwd */
.orangeLink
{
    color: #F69220 !important;
    text-decoration: none;
    font-weight:normal!important;
    font-size: 11pt;
}
.margingL5
{
    margin-left: 5px;
}
.cursorPointer
{
    cursor: pointer;
}
.verAlTop
{
    vertical-align: top;
}
.pageTitleVariant
{
	position:absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
    margin-top: 10px;
    font-weight: normal;  
    width:70%;
    font-family: Euphemia,Tahoma,Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif,"Open Sans";
}
.black
{
    color: #000000;
}
.divPwdStrength
{
    border-radius: 5px;
    text-align: center;
    margin-left: 5px;
    padding: 5px 2px;
    vertical-align: middle;
    font-family: "Segoe UI",Tahoma,Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif,"Open Sans";
    font-size: 8pt;
    font-weight: bold;
    overflow: hidden;
}
.pwdStrengthResult
{
    vertical-align: middle;
    color: White;
    font-weight: bold;
}
/*AccountSettings-Demographics*/

/* new pie page styles - start */
.stepCircle
{
    background-color: #FFFFFF;
    border: 3px solid #C7C8CA;
    height: 35px;
    width: 35px;
    border-radius: 35px;
    color: #C7C8CA;
    font-size: 25px;
    text-align: left;
}
.stepCircleOrange
{
    background-color: #EE9823;
    border: 3px solid #EE9823;
    height: 35px;
    width: 35px;
    border-radius: 35px;
    color: #fff;
    font-size: 25px;
    position: relative;
    left: 3px;
    top: 3px;
}
.stepCircleOrangeOut
{
    background: transparent;
    border: 3px solid #EE9823;
    height: 46px;
    width: 46px;
    border-radius: 46px;
    text-align: left;
}
.stepNum
{
    position: relative;
    top: 3px;
    left: 3px;
}
.centerCol
{
    min-width: 350px;
    margin: auto;
}
.centerColTablet
{
    width: 1000px;
    margin: auto;
}
.ddBorder
{
    border: 1px solid #7B7B78;
    border-radius: 3px;
    padding-bottom: 3px;
}
.hrline
{
    border: 16px none transparent;
    background-color: #C7C8CA;
    height: 3px; /*min-width: 51px;*/
    border-left: 0px;
    border-right: 0px;
    vertical-align: middle;
    padding: 0px;
}
.hAlignL .field-validation-error
{
    text-align: left;
}
.pieTextBoxTabMS
{
    width: 377px;
}
.pieTextBoxTabMSS
{
    width: 250px;
}
.pieTextBoxTabM
{
    width: 400px;
}
.pieTextBoxTabL
{
    width: 804px;
}
.pieTextBox600
{
    width: 600px;
}
.pieTextBoxTabPN
{
    width: 250px!important;
}
.pieTextBoxTabPE
{
    width: 140px!important;
}
.pieTextBoxTabSecAns
{
    width: 475px;
}
.pieDisclaimerTable
{
    height: 100%;
    display: table;
    table-layout: fixed;
}
.pieDisclaimerTableCell
{
    display: table-cell;
    vertical-align: top;     
    font-size: 9pt;
}
.pieDisclaimerTableCellImg
{
    display: table-cell;
    width: 60px;
}
/* new pie page styles - end */
/*Styles for user dropdown in header*/
.imgDropdownArrow
{
    vertical-align: top;
    padding-bottom: 5px;
}
.imgDropdownArrowDiv
{
    height: 14px;
}
/*Styles for user dropdown in header*/
/* specific width styles */
.w450px
{
    width: 450px!important;
}
.w377px
{
    width: 377px!important;
}
.w65percent
{
    width: 65%!important;
}
.w70percent
{
    width: 70%!important;
}
.w55percent
{
    width: 55%!important;
}
.w38percent 
{
    width: 38%!important;
}
.w28percent
{
    width: 28%!important;
}
.w40percent
{
    width: 40%!important;
}
.w62percent
{
    width: 62%!important;
}
.bgOpacity
{
    background-color: rgba(255, 255, 255, 0.5);
}
.recaptchaDiv
{
    width: 320px;
    margin: auto;
}

#txtAreaPwd
{
    resize: none;
    font-size: 1.063em !important;
    padding: 1em !important;
    color: #6B6A69;
}
.tempQ
{
position:fixed;width:252px; top:40000px; padding:17px 17px 17px 17px;font-size: 1.063em !important;height:57px;
}
.p-zero{padding:0px !important;}
#cvvquestion
{
    cursor: pointer;
    vertical-align:middle;    
}
.progressBar
{
	max-width: 400px;
	height: 20px;
	border: 1px solid #A4A3A3;
	background-color: #C5C6C9;
	border-radius:10px;
	position:relative;	
}
.progressBar div
{
	height: 18px;
	color: #fff;
	text-align: right;
	line-height: 18px;
	width: 0;
	background-color: green;	
	border-radius:10px;	
	position:absolute;
	top:1px;
	left:1px;
}
/*Styles for Access denied Page*/
.NoAccessText
{
    color: rgb(0,153,216);
    font-weight: bolder;
    font-size: large;
}
.NoAccessImage
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.NoAccessDiv
{
    margin : 50px 20px 20px 20px;
    text-align: center;
}
/*Styles for Access denied Page*/
.menuLightColor
{
    color: lightgray;
}
a  
{
    text-decoration: none;
    cursor: pointer;
}
.blueBtn
{
    background: #369FD7 !important;
    border: none;
    border: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 10pt;
    font-weight: bold;
    line-height: 18px;
    margin-left: 0;
    position: relative;
    text-align: center;
    vertical-align: bottom;
    color: rgb(255,255,255); /* styles from jquery mobile */
    min-width: 0.75em;
    overflow: hidden;
    padding: 0.6em 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: none;
}
.marginAuto
{
    margin: auto;
}
.maxW450px 
{
    max-width: 450px;
}
.maxW180px 
{
    max-width: 180px;
}

.divPwdStrengthMob, .divPwdStrengthTab
{
    padding: 2px; 
    font-weight: 700; /* Bold */
    color: #FFFFFF;
    font-size: 8pt;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
}
#recaptcha_response_field
{
    min-width: 0px;   
}
input[type=button], input[type=submit], .orangeBtn
{
    font-size: 14pt;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px 20px;
    cursor: pointer;
    text-align: center;
    background: #F79321; /* for non-css3 browsers */
    background: -webkit-gradient(linear, left bottom, left top, from(#F79321), to(#F79321)); /* for webkit browsers */
    background: -moz-linear-gradient(bottom,  #F79321,  #F79321); /* for firefox 3.6+ */
    background-image: -ms-linear-gradient(top, #F79321 0%, #F79321 100%);
    background: -o-linear-gradient(#F79321, #F79321);
    background: linear-gradient(#F79321, #F79321);
    font-weight: 700;
    color: rgb(255,255,255);
    vertical-align: bottom;
    position: relative;
    text-shadow: none;
    box-shadow: none;
    border: 0 none;
    border: 1px solid #F79321;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.orangeBtn
{
    width: auto; /* fix for anchor link orange buttons width going out of container div */
}
input[type=submit].bigBtn, .bigBtn, input[type=button].bigBtn
{
    font-size: 16pt;
    font-weight: 700;
    text-shadow: 0px -1px 1px black;
    box-shadow: 2px 5px 7px gray;
    background: rgb(235, 151, 35); /* for non-css3 browsers */
    background: -webkit-gradient(linear, left bottom, left top, from(#F79320), to(#FCB539)); /* for webkit browsers */
    background: -moz-linear-gradient(bottom,  #F79320,  #FCB539); /* for firefox 3.6+ */
    background-image: -ms-linear-gradient(top, #FCB539 0%, #F79320 100%);
    background: -o-linear-gradient(#FCB539, #F79320);
    background: linear-gradient(#FCB539, #F79320);
    border: 1px solid #EC993A;
    padding: 0.6em 20px;
}
input[type="radio"].blueRadio
{
    display: none;
}
input[type="radio"].blueRadio:checked + label:before
{
    background: #0098D5;
}
.blueRadio-helper
{
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}
.blueRadio-helper:before
{
        content: '';
        display: block;
        position: absolute;
    }
.blueRadio-helper-radio
{
    padding-left: 20px;
}
.blueRadio-helper-radio:before
{
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #ACABAB;
}
input[type="checkbox"].graycheck
{
    display: none;
}
input[type="checkbox"].graycheck:checked + label:before
{
    background: url("images/tick_selection.png");
    background-repeat: no-repeat;
}
.graycheck-helper
{
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}
.graycheck-helper:before
{
        content: '';
        display: block;
        position: absolute;
    }
.graycheck-helper-checkbox
{
    padding-left: 30px;
}
.graycheck-helper-checkbox:before
{
    top: 3px;
    left: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #ACABAB;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.colorDivider
{
    color: #E2E2E2;
    height: 1px;
    background-color: #E2E2E2;
    clear: both;
    border: none;
    margin-top:5px;
    margin-bottom:5px;
}

.errorText
{
  color: #f00;
  font-size:9pt;
}

#divCancel
{
    max-width: 320px;
    margin: auto;
    top: 10px;
}
.grantFullAccessEnabled
{
    text-align: right;
    padding-right: 10px;
    color: #F79320;
}
.grantFullAccessDisabled
{
    text-align: right;
    padding-right: 10px;
    color: #90908f;
}

.divDisclaimerCheck
{
    line-height: 10px;
    padding-bottom: 20px;
    max-width: 450px;
    margin: auto;
    display: none;
}

.divDiscCheck
{
    display: inline-block;
    vertical-align: middle;
}

.lblDiclaimerMsg
{
    display: inline;
    vertical-align: middle;
}
.dropdownExpanded
{
    border: 1px solid #AAA9A7;
}
.noDataBubble 
{
    position: relative;
    margin: auto;
    border: 6px solid #C9C9C9;
    border-radius: 45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    background-color: rgba(255, 255, 255,0.7);
    text-align: center;
    max-width: 350px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
    font-style: italic;
    font-weight: 800;
}
.noDataBubble:before,.noDataBubble:after
{
    content: ' ';
	position: absolute;
	width: 0;
	height: 0;
}
.noDataBubble:before
{
	left: 50px;
	bottom: -45px;
	border: 22px solid;
	border-color: #C9C9C9 transparent transparent #C9C9C9;
}
.noDataBubble:after
{
	left: 57px;
	bottom: -28px;
	border: 15px solid;
	border-color: rgba(255, 255, 255,0.9) transparent transparent rgba(255, 255, 255,0.9);
}
.warnDiv
{
    margin:auto;
    padding:5px 10px 5px 10px;
    color:#fff;
    background-color:#D95432;
    width:auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display:table;
    text-align:center;
    font-size:10pt;
    cursor:pointer;
}
.containing-element .ui-slider-switch
{
    width: 9em;
}
.containing-element
{
    text-align: center;
}
.resetPwdSuccessMargin
{
    margin:10px;
}

.fgtPwdSecAnsHeight
{
    height:100%;
}
.outOfRange
{
    font-weight: bold;
    color: #E16626;
    padding-right: 20px;
}
.normal
{
    font-weight: bold;
    color: #37A156;
    padding-right: 20px;
}

.dashboardHeader
{
    color: #F79321; 
    font-style: italic; 
    font-weight: bold;
}

.createPhrBtnSubmit
{
    margin:10px;
}

.dashboardAppBlueBox
{
    background-color: #0099D8; 
    text-align: center; 
    padding: 5px;
    color: White; 
    font-size: 6pt; 
    width: 40px;
}

.font12pt
{
    font-size:12pt;
}

.dashboardAppBtn
{
    font-size: 8pt; 
    display: inline;
}

.dashboardTabDayOfWeek
{
    font-size: 30px; 
    color: #F79321;
    margin-left:10px;
}

.dashboardTabLeftPanel
{
    display:table-cell; 
    width: 30%; 
    padding:10px;
}

.dashboardTabRightPanel
{
    display:table-cell; 
    width: 60%;
    padding:10px;
    vertical-align: top;    
}

.anchorOrange
{
    color:#F8901B; 
    text-decoration:underline;
}

.pendingEnrollmentSelect
{
    width: 10%; 
    float: right;
    text-align:center;
}

.pendingEnrollmentPractice
{
    width: 80%; 
    vertical-align: middle; 
    padding-bottom: 10px;
}

.pendingEnrollmentCheckBox
{
    margin: 0 auto; 
    vertical-align: middle;
}

/***********************************************************/
/********************** CUSTOM STYLES **********************/
/***********************************************************/
#topBody
{
    background: #59178a;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj4gIDxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZC11Y2dnLWdlbmVyYXRlZCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj4gICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5MTc4YSIgc3RvcC1vcGFjaXR5PSIxIi8+ICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E0ZDY1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+ICA8L2xpbmVhckdyYWRpZW50PiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background: -moz-linear-gradient(top, #59178a 0%, #a4d65e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#59178a), color-stop(100%,#a4d65e));
    background: -webkit-linear-gradient(top, #59178a 0%,#a4d65e 100%);
    background: -o-linear-gradient(top, #59178a 0%,#a4d65e 100%);
    background: -ms-linear-gradient(top, #59178a 0%,#a4d65e 100%);
    background: linear-gradient(to bottom, #59178a 0%,#a4d65e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59178a', endColorstr='#a4d65e',GradientType=0 );

}
.bodyBackground
{
    background-image: none;
}
#topBody
{
    background: #59178a;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj4gIDxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZC11Y2dnLWdlbmVyYXRlZCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj4gICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5MTc4YSIgc3RvcC1vcGFjaXR5PSIxIi8+ICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E0ZDY1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+ICA8L2xpbmVhckdyYWRpZW50PiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background: -moz-linear-gradient(top, #59178a 0%, #a4d65e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#59178a), color-stop(100%,#a4d65e));
    background: -webkit-linear-gradient(top, #59178a 0%,#a4d65e 100%);
    background: -o-linear-gradient(top, #59178a 0%,#a4d65e 100%);
    background: -ms-linear-gradient(top, #59178a 0%,#a4d65e 100%);
    background: linear-gradient(to bottom, #59178a 0%,#a4d65e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59178a', endColorstr='#a4d65e',GradientType=0 );

}
.bodyBackground
{
    background-image: none;
}
.divLogo
{
    background-image: url("Dashboard/patient-portal-logo.png");
    margin: 0 auto;
    width: 300px;
    height: 129px;
}
#divUserPwd #divRegisterNow a.ui-btn-corner-all .ui-btn-text
{
    font-family: Futura;
}
#divUserPwd #divRegisterNow a.ui-btn-corner-all
{
    border: 1px solid #330852;
    filter: none;
    background-image: none;
    background-color: #59178a;
}
#divUserPwd #divRegisterNow a.ui-btn-corner-all
{
    box-shadow: none;
}
#btnLoginSubmit, #btnSecurityQuestionSubmit, input[type="button"], input[type="submit"], .orangeBtn, .bigBtn, input.bigBtn[type="button"]
{
    font-family: Futura;
    border: 1px solid #7aa63c;
    filter: none;
    background-image: none;
    background-color: #a4d65e;
}
.dashboardTabDayOfWeek, .dashboardHeader, .calendarHeader, .divMedSubHeaderYellow, .detailHeader
{
    color: #59178a !important;
}
.dashboardItemList
{
    background-color: #59178a;
}
.dashBoardHeading
{
    border-color: transparent #59178a;
}
.ui-collapsible-heading, .dashboardDiv .ui-collapsible-content
{
    background-color: #d6d1a6;
}
#divHeader
{
    background-color: #59178a;
}
