﻿body {
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.28em;
    color: #696969;
    line-height: 1.25;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0.5em;
    margin-left: 0px;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.h3Color {
    box-sizing: border-box;
    color: #979eab;
    font-size: 0.83em;
    text-transform: uppercase;
}

.h3Pnl {
    color: #5a6f91 !important;
    line-height: 1.25;
    font-size: 0.83em;
    text-transform: uppercase;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    color: #5a6f91;
    line-height: 1.28;
    padding: 10px 0 0 0;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0.5em;
    margin-left: 0px;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

.form-progress {
    box-sizing: border-box;
    color: #333;
    display: block;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 14px;
    line-height: 1.4285;
    margin-bottom: 2em;
}

.layout-container .container-inner {
    width: 960px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    *::before {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    *::after {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

.progress-items {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    .progress-items a {
        color: rgb(76, 83, 95);
        text-decoration: none;
        display: block;
    }

    .progress-items .progress-item {
        width: 230px;
        float: left;
    }

        .progress-items .progress-item .step-number {
            display: block;
        }

        .progress-items .progress-item .progress-indicator {
            display: block;
        }

        .progress-items .progress-item .step-number {
            color: rgb(118, 125, 138);
            text-transform: uppercase;
        }

        .progress-items .progress-item .progress-indicator {
            border-width: 2px 2px 2px 0px;
            border-style: solid;
            border-color: rgb(190, 198, 212);
            height: 18px;
        }

    .progress-items :first-child.progress-item .progress-indicator {
        border-left-width: 2px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .progress-items :last-child.progress-item .progress-indicator {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .progress-items .progress-indicator {
        background-color: rgb(90, 111, 145);
    }

    .progress-items .active .progress-indicator {
        background-color: rgb(93, 167, 70);
    }

    .progress-items .active ~ .progress-item .progress-indicator {
        background-color: transparent;
    }

.control-next {
    background-clip: border-box;
    background-color: rgb(243,145,25);
    color: #fff;
    padding-top: 0.5em;
    padding-right: 3em;
    padding-bottom: 0.5em;
    padding-left: 3em;
    cursor: pointer;
    text-align: center;
    line-height: 1.4285;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 1em;
    text-decoration: none !important;
    min-width: 110px;
    border-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

    .control-next:after {
        border-style: solid;
        margin-top: -2px;
        margin-right: -7px;
        margin-bottom: 0px;
        margin-left: 6px;
        vertical-align: middle;
        display: inline-block;
        content: "";
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: #aa5e00;
        border-top-width: 4px;
        border-right-width: 0px;
        border-bottom-width: 4px;
        border-left-width: 8px;
        border-top-style: solid;
        border-right-style: solid;
        border-left-style: solid;
        border-bottom-style: solid;
        text-decoration: none !important;
    }

control-next:hover {
    background-color: rgb(206,114,3);
    color: #fff;
}

control-next:focus {
    background-color: rgb(206,114,3);
    color: #fff;
}

.control-back {
    background-color: rgb(90, 111, 145);
    color: rgb(180, 190, 206) !important;
    cursor: pointer;
    text-align: center;
    line-height: 1.4285;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 0.85em;
    text-decoration: none !important;
    min-width: 110px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    /*padding-bottom:0.6em;
    padding-left:2em;
    padding-right:2em;
    padding-top:0.6em;*/
    border-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

    .control-back:before {
        border-width: 4px 8px 4px 0px;
        border-style: solid;
        border-color: transparent rgb(180, 190, 206) transparent transparent;
        width: 0px;
        height: 0px;
        vertical-align: middle;
        display: inline-block;
        content: "";
        margin-top: -2px;
        margin-right: 4px;
        margin-bottom: 0px;
        margin-left: -7px;
        vertical-align: middle;
        border-top-color: transparent;
        border-left-color: transparent;
        border-top-width: 4px;
        border-right-width: 8px;
        border-bottom-width: 4px;
        border-left-width: 0px;
        border-top-style: solid;
        border-right-style: solid;
        border-left-style: solid;
    }

.btnNav {
    background-color: rgb(151,163,184);
    color: #fff;
    vertical-align: middle;    
    line-height: 1.4285;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 0.85em;
    font-weight: normal;
    border-top-color: currentColor;
    border-left-color: currentColor;
    border-right-color: currentColor;
    border-bottom-color: currentColor;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    min-width: 110px;
    border-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;    
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;    
}

.fontBold {
    font-weight: bold;
}

.btnNav-Reg {
    background-color: rgb(90,111,145);
    color: #fff;
    vertical-align: middle;
}

.btnNav:focus {
    background-color: rgb(90,111,145);
}

.btnNav-Reg:focus {
    background-color: rgb(90,111,145);
}

.pull-left {
    float: left;
    vertical-align: middle;
}

.pull-right {
    float: right;
}

.btnDivLayout {    
    padding: 0px;
    margin-left: 4px;
    margin-right: auto;
    margin-top: 4px;
    margin-bottom: 4px;
}


.patientinline {
    background-color: rgb(245,245,245)!important;
    color: #333333;
    border-bottom-style: none;
}

.nchPortalContainer {
    background-color: rgb(255,255,255);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
    box-sizing: border-box;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.4285;    
    margin-top: 4px;
    margin-bottom: 4px;
    border-spacing: 0px;
    border-collapse: separate;
    width: 100%;
    border: 0px solid grey;
    padding: 0px;
}

.rakaPanelBorder {
 border: 1px solid #cdd0d7;
}

.providerDisplay {
    border-top-color: #e8eaed;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    border-top-width: 2px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: relative;
    line-height: 1.4285;
    display: block;
    box-shadow: none !important;
    box-sizing: border-box;
    color: #333;
    margin-bottom: initial;
}

.nchRoundedEdge {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.nchPortalBorderColor {
    border-bottom-color: #cdd0d7;
    border-left-color: #cdd0d7;
    border-right-color: #cdd0d7;
    border-top-color: #cdd0d7;
}

.nchContainerBody {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.tblTopborder {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0px;
    border: 0px;
    box-sizing: border-box;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #e8eaed;
}

.tblBottomborder {
    background-color: rgb(255,255,255) !important;
    border-bottom-color: #e8eaed!important;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    border-top-color: transparent !important;
}

.tdLeftborder {
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e8eaed;
}

.trBottom {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e8eaed;
}

.tblborderColor {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0px;
    border: 0px;
    box-sizing: border-box;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #dddddd;
    border-left-color: #dddddd;
    border-right-color: #dddddd;
    border-top-color: transparent;
    margin: 20px;
}

    .tblborderColorNew td {
        padding-bottom: 4px;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 4px;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-left-style: solid;
        border-left-width: 1px;
        border-right-style: solid;
        border-right-width: 2px;
        border-top-style: solid;
        border-top-width: 1px;
        border-bottom-color: #fff;
        border-left-color: #fff;
        border-right-color: #fff;
        border-top-color: transparent
    }

    .tblborderColor td {
        padding-bottom: 4px;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 4px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-left-style: solid;
        border-left-width: 1px;
        border-right-style: solid;
        border-right-width: 0px;
        border-top-style: solid;
        border-top-width: 1px;
        border-bottom-color: #dddddd;
        border-left-color: #dddddd;
        border-right-color: #dddddd;
        border-top-color: transparent;
    }

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: rgb(249, 249, 249);
}

.primaryremove {
    padding: 0.2em 0.4em;
    border-radius: 74px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 1;
    font-size: 0.8em;
    font-weight: bold;
    margin-left: 0.2em;
    vertical-align: text-bottom;
    float: none;
    display: inline-block;
    cursor: pointer;
    opacity: 1;
    background-color: rgb(181, 183, 185);
    text-shadow: none;
}

.secondaryremove {
    padding: 0.2em 0.4em;
    border-radius: 74px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 1;
    font-size: 0.8em;
    font-weight: bold;
    margin-left: 0.2em;
    vertical-align: text-bottom;
    float: none;
    display: inline-block;
    cursor: pointer;
    opacity: 1;
    background-color: rgb(181, 183, 185);
    text-shadow: none;
}


.panel-section-heading {
    color: #5a6f91;
    text-transform: uppercase;
    font-size: 0.93em;
    box-sizing: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 0.5em;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0em;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.panel-section-heading-red {
    color: red;
    text-transform: uppercase;
    font-size: 0.93em;
    box-sizing: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 0.5em;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0em;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.panel-section-heading1 {
    background-color: rgb(225, 229, 236);
    color: #5a6f91;
    font-size: 0.83em;
}

.panel-section-heading-color {
    color: #2c2c2c;
    font-size: 1em;
    text-transform: none;
}


.hide {
    display: none !important;
}

.dispInformation {
    box-sizing: border-box;
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.4285;
    border-bottom-style: none;
    border-collapse: collapse;
    border-left-style: none;
    border-right-style: none;
    border-spacing: 0;
    border-top-style: none;
    width: 100%;
}

.spanPatientSearch {
    font-weight: bold;width:60px;vertical-align:central;
}
.divSelectedInfoWidth {
    width:90% !important;
}
.nudge {
    box-sizing: border-box;
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 1.4285;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0px;
    vertical-align: top;
}

.form-note {
    box-sizing: border-box;
    color: #5a6f91;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.9em;
    font-style: italic;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0.1em;
}

.label-heading {
    box-sizing: border-box;
    color: #5a6f91 !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.93em;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 0.5em;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-transform: uppercase;
}

.pnlBtn {
    margin-left: 2em;
    min-width: 160px;
    font-weight: normal;
    font-size: 0.75em;
    text-transform: uppercase;
    vertical-align: middle;
}

.rowFontStyle {
    line-height: 1.4285;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
}

.siteOfServiceParNonPar{
    text-transform:capitalize;
}

.tdDisplayPatient {
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
    color: #333;
    margin-bottom: 0px;
    padding-left: 0.7em;
    font-size: 12px !important;
    text-transform: none !important;
}

.trActive {
    background-color: #6FC055;
    color: #FFF;
}

.thRowStyle th, #searchResultSpan {
    background-color: rgb(90, 111, 145);
    color: White;
    border-collapse: collapse;
    border: thin;
    border-spacing: 1px;
    box-sizing: border-box;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-style: none;
    border-top-width: 0px;
    border-bottom-color: #535f73;
    border-left-color: #535f73;
    border-right-color: #535f73;
    border-top-color: currentColor;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.custom-grid-font {
    font-size: 12px; /* Adjust the font size as needed */
}

.thRowStyleNew th {
    background-color: rgb(77 95 124);
    color: White;
    border-collapse: collapse;
    border: thin;
    border-spacing: 1px;
    box-sizing: border-box;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-style: none;
    border-top-width: 0px;
    border-bottom-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-top-color: currentColor;
    /* border-bottom-color: currentColor; */
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.thbgColor {
    background-color: transparent;
}

.lblFont {
    color: #5a6f91;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.93em;
    font-weight: bold;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px 0px 0px 0px;
}

.form-control {
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    height: 34px;
    color: rgb(85, 85, 85);
    line-height: 1.4285;
    font-size: 14px;
    vertical-align: middle;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    background-image: none;
    background-color: rgb(255, 255, 255);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .form-control:focus {
        border-color: rgb(102, 175, 233);
        outline: 0px;
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

[disabled].form-control {
    cursor: not-allowed;
    background-color: rgb(238, 238, 238);
}

[readonly].form-control {
    cursor: not-allowed;
    background-color: rgb(238, 238, 238);
}

fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: rgb(238, 238, 238);
}

textarea.form-control {
    height: auto;
}

.form-control {
    border-color: rgb(185, 193, 205);
    padding: 3px 6px;
    border-radius: 0px;
    height: 27px;
}

    .form-control:focus {
        border-color: rgb(93, 167, 70);
    }

.txtwidth {
    width: 100px;
}

.tdPatientSearchWidth {
    width: 175px !important;
}
.txtpatientSearchWidth {
    width:160px !important;
}
.spanErrorMsg {
    color: Red; display: none
}
.drpDownLst {
    background-image: url(/Content/Images/spriteNew.png);
    background-position-x: 0px;
    background-position-y: -226px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #333;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 28px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    overflow: hidden;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 0px;
    position: relative;
    vertical-align: middle;
    width: 40%;
    zoom: 1;
}

.ddl {
    width: 254px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: transparent url(/Content/Images/spriteNew.png) scroll no-repeat -236px -3px;
}

.ddlTitle {
    width: 150px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: transparent url(/Content/Images/spriteNew.png) scroll no-repeat -340px -3px;
}

.Divddltitle {
    width: 170px;
    height: 25px;
    background: transparent url(/Content/Images/spriteNew.png) scroll no-repeat -340px -3px;
    border: none;
    display: inline-block;
    box-sizing: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

.ddlWidth {
    width: 274px;
    height: 25px;
    background: transparent url(/Content/Images/spriteNew.png) scroll no-repeat -236px -3px;
    border: none;
    display: inline-block;
    box-sizing: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

.lblremove {
    color: #333;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.lbldiagnosis {
    color: #979eab;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.91em;
    font-weight: bold;
    text-transform: uppercase;
}

.btnStyle {
    width: 160px;
}

.section-heading {
    color: #5a6f91;
    font-size: 1.28em;
    box-sizing: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 0.5em;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0em;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.selectDiagnosis {
    background-color: #fff;
    color: #333333;
    border-bottom-style: none;
}

.list-inline {
    list-style: none;
    padding-left: 0px;
    border-left-color: #d6d8da;
    border-left-style: solid;
    border-left-width: 1px;
    box-sizing: border-box;
    color: #333;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.4285;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0.5em;
    margin-top: 0px;
    margin-right: 0px;
    padding-bottom: 0px;
    padding-left: 0.5em;
    padding-top: 0px;
    padding-right: 0px;
    *float: left;
}

    .list-inline > li {
        padding-right: 5px;
        padding-left: 5px;
        display: inline-block;
    }

        .list-inline > li:first-child {
            padding-left: 0px;
        }

.choice_box {
    /*background-attachment:scroll !important;*/
    /*background-clip:border-box !important;*/
    background-color: rgb(248,248,250);
    /*background-image:none !important;*/
    /*background-origin:padding-box !important;
    background-position-x:0% !important;
    background-position-y:0% !important;
    background-repeat:repeat !important;
    background-size:auto !important;*/
    border-bottom-color: #c5cbd3 !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-left-color: #c5cbd3 !important;
    border-left-style: solid !important;
    border-left-width: 1px !important;
    border-right-color: #c5cbd3 !important;
    border-right-style: solid !important;
    border-right-width: 1px !important;
    border-top-color: #c5cbd3 !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;
    box-sizing: border-box !important;
    color: #192e4e !important;
    cursor: pointer !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 0.9em !important;
    font-weight: normal !important;
    line-height: 1.4285 !important;
    margin-bottom: 0px !important;
    margin-left: 0.25em !important;
    padding-bottom: 0.6em !important;
    padding-left: 2em !important;
    padding-right: 2em !important;
    padding-top: 0.6em !important;
    text-align: center !important;
    /*text-decoration:none;
    text-transform:none;*/
    vertical-align: middle !important;
    /*white-space:nowrap;*/
    min-width: 150px !important;
    height: auto!important;
}

.dispStyle {
    display: inline-block;
}

.choice_box_selected {
    color: #fff !important;
    background-color: #6FC055;
}

    .choice_box_selected:hover {
        color: #fff !important;
        background-color: #6FC055;
    }

.choice_box_enabled {
    color: black;
}

    .choice_box_enabled:hover {
        cursor: pointer;
        background-color: #6FC055;
        color: #fff !important;
    }


.chBoxWidth {
    width: 200px !important;
}

.choice_box_clear {
    clear: both;
}


.close {
    color: rgb(0, 0, 0);
    line-height: 1;
    font-size: 21px;
    font-weight: bold;
    float: right;
    filter: alpha(opacity=20);
    opacity: 0.2;
    text-shadow: 0 1px 0 #ffffff;
}

    .close:hover {
        color: rgb(0, 0, 0);
        text-decoration: none;
        filter: alpha(opacity=70);
        cursor: pointer;
        opacity: 0.7;
        /* Netscape */
        -moz-opacity: 0.7;
        /* Safari 1.x */
        -khtml-opacity: 0.7;

    }

    .close:focus {
        color: rgb(0, 0, 0);
        text-decoration: none;
        filter: alpha(opacity=70);
        cursor: pointer;
        opacity: 0.7;
        /* Netscape */
        -moz-opacity: 0.7;
        /* Safari 1.x */
        -khtml-opacity: 0.7;
    }

.alert-dismissable .close {
    top: -2px;
    right: -21px;
    color: inherit;
    position: relative;
}

button.close {
    padding: 0px;
    border: 0px currentColor;
    cursor: pointer;
    -webkit-appearance: none;
}

.modal-header .close {
    margin-top: -2px;
}

.remove-x {
    padding: 0.2em 0.4em;
    border-radius: 74px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 1;
    font-size: 0.8em;
    font-weight: bold;
    margin-left: 0.2em;
    vertical-align: text-bottom;
    float: none;
    display: inline-block;
    cursor: pointer;
    opacity: 1;
    background-color: rgb(181, 183, 185);
}
.remove-x-service-items {
    TEXT-ALIGN: center;
    PADDING-BOTTOM: 0.2em;
    LINE-HEIGHT: 1;
   background-color: rgb(128,0,0);
    PADDING-LEFT: 0.4em;
    PADDING-RIGHT: 0.4em;
    DISPLAY: inline-block;
    FLOAT: none;
    COLOR: #fff;
    MARGIN-LEFT: 0.2em;
    FONT-SIZE: 0.8em;
    VERTICAL-ALIGN: text-bottom;
    CURSOR: pointer;
    FONT-WEIGHT: bold;
    PADDING-TOP: 0.2em;
    text-shadow: none;
    border-radius: 74px;
    opacity: 1;
}
 
.panel-body {
    padding: 15px;
}

    .panel-body::before {
        display: table;
        content: " ";
    }

    .panel-body::after {
        display: table;
        content: " ";
    }

    .panel-body::after {
        clear: both;
    }

    .panel-body::before {
        display: table;
        content: " ";
    }

    .panel-body::after {
        display: table;
        content: " ";
    }

    .panel-body::after {
        clear: both;
    }

.medication-details-table .column-name {
    width: 30%;
}

.medication-details-table .medication-id {
    font-weight: bold;
    display: block;
}

.medication-details-table .column-dose {
    width: 9%;
}

    .medication-details-table .column-dose .input-group-addon {
        margin: 0px;
        padding: 0px 0px 0px 0.4em;
        color: inherit;
    }

.medication-details-table .column-usage {
    width: 21%;
}

.medication-details-table .column-start-date {
    width: 13%;
}

.medication-details-table .column-quantity {
    width: 5%;
}

.medication-details-table .column-purchase-type {
    width: 13%;
}

.medication-details-table .column-prefills {
    width: 5%;
}

.datepicker-label {
    position: relative;
}

.datepicker-label::after {
        top: 50%;
        width: 19px;
        height: 20px;
        right: 4px;
        margin-top: -10px;
        display: inline-block;
        position: absolute;
        content: " ";
        background-image: url(/Content/Images/Calendar.png);
        background: url(/Content/Images/Calendar.png);
        background-repeat: no-repeat;
    }

.datepicker {
    padding-right: 27px;
}

.medication-details-table .column-remove {
    padding: 1em 0px 0px;
}

.input-group {
    display: table;
    border-collapse: separate;
    position: relative;
}

.form-section + .form-section {
    margin-top: 1.5em;
}

.form-section + .subpage {
    margin-top: 1.5em;
}

.subpage + .form-section {
    margin-top: 1.5em;
}

.tdDosing {
    padding: 3px 3px 3px 3px;
}

.colbreak6 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.nudgeleft {
    padding-left: 15px;
    width: 280px;
    word-break: break-all;
}

.controlnote {
width: 75%;
margin-top:0px;
margin-right:auto;
margin-bottom:2em;
margin-left:auto;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:15px;
}
.inList {
    list-style-type: none;
}

.inList-label {
    width: 150px;
}

.inList-labelleft {
    text-align:right;
}

.lblSpace {
    padding-left: 5em;
}

.fontSubmit {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

.marginleft {
    margin-left: 5px;
}

.trHeight {
    height: 45px;
}

.inList-labeldiagnosis {
    width: 360px;
}
.trTop {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e8eaed;
}
.nchRoundedTopEdge {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.nchRoundedBottomEdge {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


.nchSelectDiv {
    background-image: url(/Content/Images/spriteNew.png);
    background-position-x: 0px;
    background-position-y: -162px;
    background-position: 0 -162px;
    background-repeat: no-repeat;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
    color: #333;
    display: inline-block;
    font-family: “Helvetica Neue”,Helvetica,Arial,sans-serif;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    max-width: 100%;
    min-width: 55px;
    overflow: hidden;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 0px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    zoom: 1;
}

.nchSelectSpan {
    background-image: url(/Content/Images/spriteNew.png);
    background-position-x: right;
    background-position-y: -2px;
    background-position: right -2px;
    background-repeat: no-repeat;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
    color: #495b77;
    cursor: pointer;
    display: block;
    font-family: “Helvetica Neue”,Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    margin-bottom: 0px;
    margin-left: -1px;
    margin-right: 0px;
    margin-top: 0px;
    overflow: hidden;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 35px;
    padding-top: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nchSelect {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    border-bottom-color: currentColor;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-collapse: collapse;
    border-left-color: currentColor;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: currentColor;
    border-right-style: none;
    border-right-width: medium;
    border-spacing: 0;
    border-top-color: currentColor;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: medium;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    box-sizing: border-box;
    color: #555555;
    display: block;
    filter: alpha(opacity=0);
    font-family: inherit;
    font-size: 14px;
    height: 24px;
    left: 0px;
    line-height: 1.4285;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 0;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: absolute;
    text-transform: none;
    top: 4px;
    vertical-align: middle;
    width: 100%;
}

.marginDiagnosis {
    margin-left: 15px;
}


.tblClinicalborderColor {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0px;
    border: 0px;
    box-sizing: border-box;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #dddddd;
    border-left-color: #dddddd;
    border-right-color: #dddddd;
    border-top-color: #dddddd;
}
.tblClinicalborderColor td{
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 0px;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #dddddd;
    border-left-color: #dddddd;
    border-right-color: #dddddd;
    border-top-color: #dddddd;
}
.tblOddRow {
    background-color: #f9f9f9;
}
.tblOddRow:hover {
    background-color: #EBEEF1;
}
.tblEvenRow {
    background-color: #fff;
}
.tblEvenRow:hover {
    background-color: #EBEEF1;
}
.tblRowNew {
    background-color: #e2e5e9;
}

.tblRowNew:hover {
        background-color: #7a8da1;
}

.trSelected {
    background-color: #6FC055;
    color: #FFF;
}
.trSelected:hover {
	background-color: #6FC055;
	color: #FFF;
	cursor:default;
}
.divClinicalborderColor {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0px;
    border: 0px;
    box-sizing: border-box;
    border-bottom-style: solid;
    border-bottom-width: 0.5px;
    border-left-style: solid;
    border-left-width: 0.5px;
    border-right-style: solid;
    border-right-width: 0.5px;
    border-top-style: solid;
    border-top-width: 0.5px;
    border-bottom-color: #dddddd;
    border-left-color: #dddddd;
    border-right-color: #dddddd;
    border-top-color: #dddddd;
}
.divClinicalborderColor div{
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    border-bottom-style: solid;
    border-bottom-width: 0.5px;
    border-left-style: solid;
    border-left-width: 0.5px;
    border-right-style: solid;
    border-right-width: 0.5px;
    border-top-style: solid;
    border-top-width: 0.5px;
    border-bottom-color: #dddddd;
    border-left-color: #dddddd;
    border-right-color: #dddddd;
    border-top-color: #dddddd;
}
.textBackgroundGrey {
    background-color:#999999;
}

.layout-footer .footer-nav li + li::before {
    margin-top: 0px;
    margin-right: 0.5em;
    margin-bottom: 0px;
}
.layout-footer .footer-nav li {
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:14px;
    cursor:pointer;
    text-align:center;
    text-decoration:none;
  
}

a:hover
{ 
color: #fff;
text-decoration: underline; 
}

.layout-footer footer-nav ul {
    text-align: center;
    color: #fff;
    padding-top: 2em;
    padding-right: 0px;
    padding-bottom: 4em;
    padding-left: 0px;
    text-align:center;
}
.layout-footer-container {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
     background-color:rgb(25,46,78);
}
   
.layout-container {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

    .layout-container .container-inner {
        width: 960px;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        /*background-color:rgb(25,46,78);*/
    }

.marginleftPriority {
    margin-left:250px;
}

.addPatient {
    *padding-left: 0.3em;
    margin-top: -10px;
    margin-left: -30px;
    margin-right: -20px;
    margin-bottom: -20px;
}

    .addPatient .lblFont {

        font-size:0.8em;
    }

    .addPatient .requiredIndicator {
        font-size:1.3em;
        color:red;
        font-weight:bold
    }
    .addPatient .form-control {
        font-size: 1em;
        font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif;
        line-height: 1.4285;
        height: 27px;
    }

    .addPatient .spanErrorMsg {
            display:inline;
            visibility:hidden;
            font-size:0.8em;
            font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif;
    }

    .addPatient .pnlBtn {
        min-width:100px;
        font-size:0.8em;
        font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif;
        text-transform:uppercase;
        color: #fff;
    }

    #newRequest #withdrawAuthorizationRequest *, #newRequest #withdrawAuthorizationRequest *::before, #newRequest #withdrawAuthorizationRequest *::after {
        box-sizing: content-box !important;
        -moz-box-sizing: unset !important;
        -webkit-box-sizing: unset !important;
        -ms-box-sizing: unset !important;
    }

    input::-webkit-calendar-picker-indicator {
        display: none;
    }