﻿.accordion-heading {
    min-height: 38px;
    line-height: 38px;
    padding: 0px 15px;
    background: #ccdce9;
}

.accordion-group {
    margin: 7px 0px;
}




#tblADTHistoryTable1_wrapper .dataTables_scrollHead th, #tblADTHistoryTable1 td {
    padding: 10px !important;
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    white-space: normal;
    word-break: break-word;
}

#tblADTHistoryTable1_wrapper .dataTables_scrollHead th {
    position: relative;
    left: -8px;
}

#Ecqm > div {
    line-height: 0;
    height: 100%;
}

#Ecqm {
    height: 940px;
}

#ecqmDashboard > thead > tr > th,
#ecqmDashboard > tbody > tr > td {
    text-align: center;
}


#tblADTHistoryTable1_wrapper table thead th, #tblADTHistoryTable1_wrapper table tbody td {
    min-width: 145px !important;
    max-width: 145px !important;
    width: 145px !important;
    text-align: center !important;
}

#tblADTHistoryTable1_wrapper table {
    width: 100% !important;
}





#tblADTHistoryTable2_wrapper table thead th, #tblADTHistoryTable2_wrapper table tbody td {
    min-width: 145px !important;
    max-width: 145px !important;
    width: 145px !important;
    text-align: center !important;
}

#tblADTHistoryTable2_wrapper table {
    width: 100% !important;
}



#tblADTHistoryTable3_wrapper table thead th, #tblADTHistoryTable3_wrapper table tbody td {
    min-width: 145px !important;
    max-width: 145px !important;
    width: 145px !important;
    text-align: center !important;
}

#tblADTHistoryTable3_wrapper table {
    width: 100% !important;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg'), url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg'), url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype'), url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Black_0';
    src: url('../fonts/Roboto-Black_0.eot');
    src: url('../fonts/Roboto-Black_0.woff2') format('woff2'), url('../fonts/Roboto-Black_0.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium_0';
    src: url('../fonts/Roboto-Medium_0.eot');
    src: url('../fonts/Roboto-Medium_0.woff2') format('woff2'), url('../fonts/Roboto-Medium_0.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoCondensed-Light';
    src: url('../fonts/RobotoCondensed-Light.eot');
    src: url('../fonts/RobotoCondensed-Light.woff2') format('woff2'), url('../fonts/RobotoCondensed-Light.woff') format('woff'), url('../fonts/RobotoCondensed-Light.ttf') format('truetype'), url('../fonts/RobotoCondensed-Light.svg#RobotoCondensed-Light') format('svg'), url('../fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaLTStd-Roman';
    src: url('../fonts/HelveticaLTStd-Roman.woff') format('woff'), url('../fonts/HelveticaLTStd-Roman.ttf') format('truetype'), url('../fonts/HelveticaLTStd-Roman.svg#HelveticaLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*********font family*************/

/**********checkboxes**************/

/**********checkboxes**************/

/***********Validations*************/
.appChangeLoader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#txtEditor1, #txtEditor2, #txtEditor3, #txtEditor4 {
    visibility: hidden;
    position: absolute;
    display: block !important;
}

label.error {
    color: red !important;
}

#ModalCreateFolder .modal-foot {
    text-align: left;
}

body {
    font-family: Roboto-Regular;
    background-color: #eaf1f6;
}

:focus {
    outline: 0px;
}

::-webkit-input-placeholder {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

:-moz-placeholder {
    opacity: 0.7;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
/* FF 4-18 */
::-moz-placeholder {
    opacity: 0.7;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
/* FF 19+ */
:-ms-input-placeholder {
    opacity: 0.7;
    /*-ms-transition: opacity 0.5s;*/
    transition: opacity 0.5s;
}
/* IE 10+ */

*:focus::-webkit-input-placeholder {
    opacity: 0;
}

*:focus:-moz-placeholder {
    opacity: 0;
}
/* FF 4-18 */
*:focus::-moz-placeholder {
    opacity: 0;
}
/* FF 19+ */
*:focus:-ms-input-placeholder {
    opacity: 0;
}
/* IE 10+ */

.tooltip_claim {
    text-decoration: none;
    position: relative;
}

.tooltip_widget .tooltip_div {
    display: none;
}

.tooltip_widget:hover .tooltip_div {
    display: block;
    position: fixed;
    overflow: hidden;
    background: #cbdce9;
    color: #35699a;
    padding: 1%;
    border-radius: 5px;
    opacity: 0.9;
    z-index: 10;
}

.disable_click {
    pointer-events: none;
}

    .disable_click a {
        pointer-events: none;
    }

    .disable_click .sec-line label {
        pointer-events: none;
        color: #a9a9a9;
    }

div#bs-sidebar-navbar-collapse-1 .navbar-nav > .disable_click a:hover {
    background: transparent;
    color: gray;
}

.widgetrow_small {
    margin-left: -15px;
    padding-right: 0px;
}

.third-column-width {
    width: 15%;
}

.roottip_align {
    /*padding: 5px 0px;*/
    line-height: 25px;
}

.second-column-width {
    width: 78%;
    z-index: 1;
}
/*profile picture image css*/
.report-section a.col-sm-12.text-center.navbar-brand.dashboard_profile_img {
    padding: 10px 10px;
}
/*------------Radio Button Start-------------*/


/*------------Radio Button End-------------*/

/*------------checkbox Button start-------------*/
.custom_check_box input[type=checkbox]:checked + label:before {
    font-family: FontAwesome;
    content: "\f00c";
    color: #f68220;
    background-color: transparent;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    padding-top: 1px;
}

.custom_check_box input[type=checkbox]:checked + label:before {
    text-indent: .7px;
}

.custom_check_box input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin-right: 8px;
    background-color: transparent;
    color: #f68220;
    border-radius: 0;
    border: 1px solid #f68220;
    float: left;
}

.custom_check_box input[type=checkbox] {
    display: none;
}
/*------------checkbox Button end-------------*/

body {
    font-family: Roboto-Regular,Roboto-Light,Roboto-Black,Roboto-Medium;
    background-color: #eaf1f6;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px;
}

.btn.active, .btn:active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,0);
}

.form-control:focus {
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

img, .glyphicon {
    cursor: pointer;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: 0px;
}

.navbar-inverse .navbar-nav > .menu-active > a, .navbar-inverse .navbar-nav > .menu-active > a:focus, .navbar-inverse .navbar-nav > .menu-active > a:hover {
    background-color: #f7941e;
}

input[type="text"]::-webkit-input-placeholder {
    color: #000;
}

input[type="text"]::-moz-placeholder {
    color: #000;
}

input[type="text"]:-ms-input-placeholder {
    color: #000;
}

input[type="text"]:-moz-placeholder {
    color: #000;
}

.bridge-left-menu li {
    float: none;
    margin-left: -10px;
}

.main_head {
    background-color: #3a6d9a;
    padding: 12px 0;
}

.dash_board_glyphicon {
    margin-bottom: 0px;
}

.dash_board_left_glyphicon { /*text-align:center;*/
    padding: 2% 0%;
}

    .dash_board_left_glyphicon a {
        color: #fff; /*padding-top: 5px;*/
    }

.dash_board_left_glyphicons {
    margin: 0% 15% 0% 0%;
}

.dash_board_glyphicon li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
    padding-top: 4px;
}

    .dash_board_glyphicon li a {
        color: #fff;
    }

.sidebar {
    background-color: #2f4e6b;
    border-color: #2f4e6b;
    border-radius: 0px;
    margin-bottom: 0px;
}

.defult_profile_img, .defult_profile_img:hover, .defult_profile_img:focus {
    background: #ddd;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 20%;
    color: #9d9d9d;
}

/*.right-side-menu {
    padding-top: 4%;
}*/

/********************Error Page**************************/
.error_background_page {
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.left-block-error {
    position: absolute;
    color: #fff;
    top: 83%;
    left: 20%;
    -ms-transform: translateX(0%) translateY(60%);
    -webkit-transform: translate(0%, 60%);
    transform: translate(0%, 60%);
}

.right-block-error {
    position: absolute;
    color: #fff;
    top: 83%;
    left: 20%;
    -ms-transform: translateX(0%) translateY(60%);
    -webkit-transform: translate(0%, 60%);
    transform: translate(0%, 60%);
}

.error_div {
    color: #626262;
}

.error_text {
    color: #f6841f;
}

.error_middle {
    margin-left: 15%;
}

.error_page_link {
    position: absolute;
    left: 0%;
    bottom: 5%;
    font-size: 24px;
}
/******************Login Page**************************/
.login_bridge_logo {
    margin: 0 auto;
}

.left_frame_login {
    /*background: #ccdefc;*/
    background: #fff;
    height: 100%;
    font-family: "Roboto-Regular";
}

.left_frame_login_block {
    padding: 5% 8% 0% 8%;
    height: 100%;
    overflow: auto !important;
}

left_frame_login_block .form-control {
    border-radius: 2px;
}

.login_block {
    margin: 10% auto;
    padding: 5%;
    height: 300px;
    /*background: #e6effe;*/
    background: #fff;
}

.btn_login_submit, .btn_login_submit:hover, .btn_login_submit:active:hover, .btn_login_submit:focus {
    width: 100%;
    color: #fff;
    background-color: #f68c00 !important;
    border: 0px;
    border-radius: 0px;
}

.login_right_main_head {
    /*font-size: 31px;*/
    font-size: 26px;
    color: #fff;
}

.login_block .btn {
    font-size: 16px !important;
    font-weight: bold;
}

.login_block .checkbox_bridge_label {
    font-size: 12px;
    vertical-align: middle;
}

.login_block span {
    font-size: 12px;
}

.login_forgot, .login_forgot:hover {
    /*font-size: 15px;*/
    font-size: 12px;
    color: #3576c8;
}

.login_block input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #747474;
}

.login_block input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #747474;
}

.login_block input::-ms-input-placeholder { /* Microsoft Edge */
    color: #747474;
}

.left_frame_footer {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    /*color: #747474;*/
    color: #b3c1cf;
    background: #4b6886;
}

    .left_frame_footer ul {
        margin-bottom: 18px;
        margin-top: 18px;
    }

    .left_frame_footer li:first-child a {
        text-decoration: underline;
        color: #b3c1cf;
    }

    .left_frame_footer li a {
        color: #b3c1cf;
    }

.right_frame_login {
    font-family: "Roboto-Light";
}

.left_frame_footer ul li {
    padding: 0 5%;
}

.right_frame_img_login {
    /*background: #1f4b93 url(../Images/bridge_login_bg.svg) no-repeat center;*/
    background-size: 85%, cover;
    height: 100%;
}

.left_box_login {
    height: 100%;
    background: #1f4b93;
    overflow: hidden;
}

.fill_height {
    height: 88%;
}

.move_over {
    display: inline-block;
    background: #103559;
    padding: 8px;
    font-size: 11px;
    color: #fff;
    border: 1px solid #fff;
    margin-top: -10%;
}

.new_login img {
    width: 80%;
    margin: auto;
}

.right_frame_head {
    position: absolute;
    top: 0
}

.new_login_logo {
    padding-top: 10%;
}

.magnify-large {
    position: absolute;
    display: none;
    width: 300px;
    height: 300px;
    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.right_frame_head {
    position: absolute;
    top: 0%;
}

.right_frame_footer {
    position: absolute;
    /*bottom: 0%;*/
    bottom: 7%;
}

.login_know a {
    font-size: 22px;
    color: #fff;
}

.login_cin {
    font-size: 13px;
    color: #fff;
    padding-top: 4%;
}

.error-modal {
    width: fit-content;
}


*/
/******************Login Page**************************/
/*------------BlazeBOard-----------*/
.ifamefullwidth {
    width: 100% !important;
}

#ChildRecentAdmit {
    padding-top: 17px;
}

div#ChildRecentAdmit .blz-col-position {
    padding: 0px 10px;
}

.blaze-box {
    background: #fafafa;
    border: 1px solid #ccc;
    padding: 15px;
}

    .blaze-box p {
        font-size: 18px;
        color: #35699a;
    }

    .blaze-box h2 {
        font-size: 53px;
        color: #f7941e;
        margin-top: 0;
        font-family: Roboto-Light;
        position: relative;
        left: -4px;
    }
/*******************Report Page Css*****************/
.dash_bridge_head.report_head_align {
    margin-top: 15px;
}

.head_icon_align {
    position: absolute;
    top: 10px;
}

.head_icon_align_bridge_block {
    position: absolute;
    right: 5px;
    top: -30px;
}

.head_icon_align_claims_block {
    position: absolute;
    right: 5px;
    top: -30px;
}

.head_icon_estimated_block {
    top: 30px;
}

.aligh_head_radio {
    display: flex;
}

.reports_radio_align_modal {
    padding-top: 0px;
    padding-right: 15px;
}

.date_label_text {
    font-size: 11px;
}

.image_widget.image_widget_small img {
    margin: 0px 2px;
}

.image_widget img {
    width: 20px;
    margin: 0px 5px 5px 5px;
    background: #00b9f2;
    padding: 3px;
    border-radius: 50%;
}

.report_update_date {
    color: #3b6d9a;
    font-weight: bold;
}

.dash_bridge_head {
    font-family: Roboto-Light;
    font-size: 30px;
    color: #3b6d9a;
}

.claim-details {
    border: 1px solid #cbdce9;
    background-color: #fff;
    padding: 0px;
}

    .claim-details h4 {
        color: #F7941E;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding-left: 20px;
    }

.claim-footer {
    background-color: #cbdce9;
    padding: 5px;
    display: flex;
    clear: both;
}

    /*.claim-footer i {
        padding-top: 1%;
    }*/

    .claim-footer div.col-sm-11 {
        font-family: Roboto-Regular;
        font-size: 12px;
        color: #35699a;
        line-height: 16px;
    }

.claim-digit {
    font-family: Roboto-Medium;
    font-size: 25px;
    font-weight: bold;
    color: #f68220;
    display: flex;
}

.claim-pr-name {
    font-family: Roboto-Regular;
    font-size: 12px;
    color: #284668;
    font-weight: normal;
    margin-bottom: 5px;
    white-space: nowrap;
}

.claim-digit-green {
    font-family: Roboto-Medium;
    font-size: 25px;
    font-weight: bold;
    color: #70ad47;
    display: flex;
}

.claim-total {
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .claim-total .control-label {
        font-family: Roboto-Regular;
        font-size: 12px;
        color: #000;
        text-align: left;
        padding-left: 0px;
        padding-right: 0;
        padding-top: 0;
    }

    .claim-total .form-control {
        background-color: #fdcc6d;
        border-radius: 0px;
        height: 35px;
        border: 1px solid transparent;
        font-family: Roboto-Medium;
        color: #000;
        font-size: 16px;
        font-weight: normal;
        padding: 4px 5px;
    }

.banch-reprt {
    color: #F7941E;
    padding-left: 3%;
    font-family: Roboto-Medium;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    word-break: break-word;
}

.chart-first {
    padding-top: 5%;
}

.banchmark-report {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

.expdtur-list li, .aftTopExp li {
    /*list-style-type: decimal;*/
    border-bottom: 1px solid #cce5b4;
    white-space: nowrap;
}

    .expdtur-list li a, .aftTopExp li a {
        color: #000;
        font-family: Roboto-Regular;
        font-size: 11px;
    }

.benificiar-persent {
    background-color: #53CAF5;
    border-radius: 50%;
    height: 116px;
    width: 116px;
    cursor: pointer;
}

    .benificiar-persent p {
        font-family: Roboto-Regular;
        font-size: 18px;
        color: #fff;
        font-family: 'RobotoCondensed-Light';
        line-height: 27px;
    }

        .benificiar-persent p:nth-child(2) {
            font-size: 30px;
            margin-bottom: 0;
            font-size: 45px;
            margin-bottom: 0;
            line-height: 37px;
            letter-spacing: -5px;
        }

        .benificiar-persent p:nth-child(1) {
            padding-top: 5%;
            margin-bottom: 0;
        }

.min-digit p {
    font-family: Roboto-Regular;
    font-size: 24px;
}

.min-second-digit p {
    font-family: Roboto-Regular;
    font-size: 24px;
}

.diagnosis h4 {
    color: #2482ce;
    font-family: Roboto-Regular;
    font-size: 16px;
    text-align: center;
}

.diagnosis-desis p {
    font-family: Roboto-Regular;
    font-weight: 500;
    font-size: 10px;
    color: #23527C;
}

.estmated-price {
    font-family: Roboto-Regular;
    /*font-weight: 600;*/
    color: #70ad47;
    font-size: 30px;
    text-align: center;
    padding-top: 25%;
}

.estmated-price-novar {
    font-family: Roboto-Regular;
    /*font-weight: 600;*/
    color: #d3d3d3;
    font-size: 25px;
    text-align: center;
    padding-top: 35%;
}

.estmated-price-loss {
    font-family: Roboto-Regular;
    font-weight: 600;
    color: #70ad47;
    font-size: 21px;
    text-align: center;
    padding-top: 25%;
}

.high-risk-pationt {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .high-risk-pationt h3 {
        font-family: Roboto-Medium;
        color: #f68220;
        font-size: 16px;
        padding-left: 5%;
        margin-top: 10px;
    }

.copd p:nth-child(1) {
    margin-bottom: 0px;
}

.copd p {
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #2482ce;
    font-weight: 500;
}

.freqntly-acsed-rport {
    border: 1px solid #cbdce9;
    /*margin-right: -15px;*/
    background-color: #fff;
}

    .freqntly-acsed-rport h3 {
        font-family: Roboto-Medium;
        color: #f68220;
        font-size: 16px;
        padding-left: 7%;
        margin-top: 10px;
    }

.freek-report {
    margin-bottom: 0px;
    padding: 0% 5%;
}

    .freek-report li {
        list-style-image: url('../Images/icon7.svg');
        font-size: 14px;
        line-height: 36px;
        /*padding: 0% 5%;*/
        padding: 1% 0%;
    }

        .freek-report li a {
            font-family: Roboto-Regular;
        }

.patient-census {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

.age-destribut-block {
    padding: 0px;
}

.patient-census h3 {
    font-family: Roboto-Medium;
    color: #f68220;
    font-size: 16px;
    padding-left: 15px;
    margin-top: -3px;
}

.clinical-destribution {
    border: 1px solid #cbdce9;
    /*margin-right: -15px;*/
    background-color: #fff;
}

.age-destribut h4 {
    color: #2482ce;
    font-size: 14px;
    font-family: Roboto-Regular;
    /*font-weight: 600;*/
    /*margin: 0px;*/
}

.age-destribut p {
    font-family: Roboto-Regular;
}

.patnt-cas-blok1 {
    background-color: #ebeff2;
    padding: 5px 0px;
}

.patnt-cas-blok2 {
    background-color: #f1f5f6;
    padding: 5px 0px;
}

.traditin-assimnt {
    padding-top: 0;
    margin-bottom: 5px;
}

.patient_search_table tbody tr td.icon_click {
    background: #fff;
}

.clinical-destribution h3 {
    font-family: Roboto-Medium;
    color: #f68220;
    font-size: 16px;
    margin: 22px auto 0 auto;
    width: 122px;
}

.dropdown {
    border: 1px solid #00b9f2;
    padding: 5px;
    margin: 5px 0px;
    cursor: pointer;
    background: #00b9f2;
    color: #fff;
    border-radius: 2px;
}

.txt {
    padding-left: 10px;
}

.select_options, .select_options_care {
    border: 1px solid #cbdce9;
    border-top: 2px solid #ababab;
    background: #f5f5f5;
    position: absolute;
    z-index: 3;
    left: 0px;
    top: 31px;
    height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
    color: #000;
    cursor: auto;
}

.category_label label, .child_option label, .child_option_care label {
    font-family: Roboto-Regular;
    font-weight: normal;
    cursor: pointer;
}

.child_option, child_option_care {
    padding-left: 25px;
}

.glyphicon_arrow_select:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e252"; /* adjust as needed, taken from bootstrap.css */
    font-size: 9px;
    padding-right: 5px;
    cursor: pointer;
}

.glyphicon_arrow_selected:after {
    /* symbol for "collapsed" panels */
    content: "\e253"; /* adjust as needed, taken from bootstrap.css */
}

.child_option, child_option_care {
    display: none;
}

.select_arrow_dropdown, .select_arrow_dropdown_care {
    position: absolute;
    top: 8px;
    right: 8px;
}

.select_all_option, .select_all_option_care {
    padding: 5px;
    font-weight: normal;
}

.category_option:nth-child(even), .category_option_care:nth-child(even) {
    background: #eaf1f6;
    padding: 5px 5px 0px 20px;
    border-bottom: 1px solid #dbe9f3;
}

.category_option:nth-child(odd), .category_option_care:nth-child(odd) {
    padding: 5px 5px 0px 20px;
    border-bottom: 1px solid #dbe9f3;
}

.category_option .child_option:nth-child(odd), .category_option .child_option:nth-child(odd) {
    background: #fff;
    border-bottom: 1px solid #ededed;
    padding: 5px 20px 0px 30px;
    margin: 0px -20px;
}

.category_option .child_option:nth-child(even), .category_option_care .child_option_care:nth-child(even) {
    background: #fff;
    border-bottom: 1px solid #ededed;
    padding: 5px 20px 0px 30px;
    margin: 0px -20px;
    box-shadow: 0px 0px 0px 0px #888888;
}

.glyphicon_report_date {
    position: absolute;
    right: 20px;
    top: 10px;
}


.dropdownphy {
    border: 1px solid #00b9f2;
    padding: 5px;
    margin: 5px 0px;
    cursor: pointer;
    background: #00b9f2;
    color: #fff;
    border-radius: 2px;
}

.select_options_physician {
    border: 1px solid #cbdce9;
    border-top: 2px solid #ababab;
    background: #f5f5f5;
    position: absolute;
    z-index: 3;
    left: 0px;
    top: 31px;
    height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
    color: #000;
    cursor: auto;
}

.category_label_Physician label, .child_option label {
    font-family: Roboto-Regular;
    font-weight: normal;
    cursor: pointer;
}

.child_option {
    padding-left: 25px;
}

.select_arrow_dropdownphy {
    position: absolute;
    top: 8px;
    right: 8px;
}

.select_all_option_Physician {
    padding: 5px;
    font-weight: normal;
}

.category_option_Physician:nth-child(even) {
    background: #eaf1f6;
    padding: 5px 5px 0px 20px;
    border-bottom: 1px solid #dbe9f3;
}

.category_option_Physician:nth-child(odd) {
    padding: 5px 5px 0px 20px;
    border-bottom: 1px solid #dbe9f3;
}

.category_option_Physician .child_option:nth-child(odd) {
    background: #fff;
    border-bottom: 1px solid #ededed;
    padding: 5px 5px 0px 40px;
    margin: 0px -20px;
}

.category_option_Physician .child_option:nth-child(even) {
    background: #fff;
    border-bottom: 1px solid #ededed;
    padding: 5px 5px 0px 40px;
    margin: 0px -20px;
    box-shadow: 0px 0px 0px 0px #888888;
}

.glyphicon_report_date {
    position: absolute;
    right: 20px;
    top: 10px;
}



.dropdownplan {
    border: 1px solid #00b9f2;
    padding: 5px;
    margin: 5px 0px;
    cursor: pointer;
    background: #00b9f2;
    color: #fff;
    border-radius: 2px;
}

.select_options_Plan {
    border: 1px solid #cbdce9;
    border-top: 2px solid #ababab;
    background: #f5f5f5;
    position: absolute;
    z-index: 3;
    left: 0px;
    top: 31px;
    height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
    color: #000;
    cursor: auto;
}

.category_label_plan label, .child_option label {
    font-family: Roboto-Regular;
    font-weight: normal;
    cursor: pointer;
}

.child_option {
    padding-left: 25px;
}

.select_arrow_dropdownplan {
    position: absolute;
    top: 8px;
    right: 8px;
}

.select_all_option_plan {
    padding: 5px;
    font-weight: normal;
}

.category_option_plan:nth-child(even) {
    background: #eaf1f6;
    padding: 5px 5px 0px 20px;
    border-bottom: 1px solid #dbe9f3;
}

.category_option_plan:nth-child(odd) {
    padding: 5px 5px 0px 20px;
    border-bottom: 1px solid #dbe9f3;
}

.category_option_plan .child_option:nth-child(odd) {
    background: #fff;
    border-bottom: 1px solid #ededed;
    padding: 5px 5px 0px 40px;
    margin: 0px -20px;
}

.category_option_plan .child_option:nth-child(even) {
    background: #fff;
    border-bottom: 1px solid #ededed;
    padding: 5px 5px 0px 40px;
    margin: 0px -20px;
    box-shadow: 0px 0px 0px 0px #888888;
}

.glyphicon_report_date {
    position: absolute;
    right: 20px;
    top: 10px;
}
/*************report page FAR Popups******************/
.tblFARSummary {
    background-color: #cbdce9;
}

.tblFAR thead .tblFAR_th {
    background-color: #dfdfdf;
}

.tblFAR {
    border: 1px solid #ddd;
    font-size: 14px;
}

.table-height-scroll {
    overflow-y: auto;
    height: 150px;
}

svg {
    overflow: visible !important;
}

.highcharts-container {
    overflow: visible !important;
}

.current_radio_align {
    /*padding: 10px 0px 0px 0px;*/
    display: flex;
    z-index: 1;
}


.current_prior_img img {
    /*margin: 0px 45px 5px -40px;*/
}

/*table.dataTable.current_prior_datatable {
    border-left: 0px;
    border-top: 0px;
    border-bottom: 0px;
    font-size: 11px;
}

.current_prior_datatable thead tr:first-child th:not(:first-child), .current_prior_datatable tbody tr:last-child td:not(:first-child) {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.current_prior_datatable thead tr th, .current_prior_datatable tbody tr td {
    text-align: center;
}

    .current_prior_datatable thead tr, .current_prior_datatable thead tr th:first-child, .current_prior_datatable tbody tr td:first-child {
        border-bottom: 0px;
        border-top: 0px;
        background: #fff;
        border-right: 1px solid #ccc;
    }*/

.current_prior_datatable > tbody > tr:nth-of-type(odd) {
    background-color: #eeddc9;
}

.current_prior_datatable > tbody > tr:nth-of-type(even) {
    background-color: #d4e5df;
}

/*.current_prior_datatable tbody tr td.data_firstcolumn_align {
    white-space: nowrap;
    vertical-align: middle;
    text-align: left;
}*/
/*.clinc-destri {
    height: 38.5%;
}*/
/*.hchn-patint{padding-top:20%;}*/

/*----------------Referrals Reports-----------------*/
.right_accordion {
    background-color: #dde5e8;
}

.referrals-reports {
    border: 1px solid #cbdce9;
    padding-top: 2%;
    height: 100%;
    background-color: #fff;
}

    .referrals-reports .nav-tabs {
        border-bottom: 1px solid transparent;
    }

        .referrals-reports .nav-tabs > li > a:hover {
            border-color: transparent;
        }

        .referrals-reports .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            border: 1px solid transparent;
            background-color: #01bcf3;
            color: #fff;
            border-radius: 0px;
            font-family: Roboto-Regular;
            font-size: 14px;
        }

        .referrals-reports .nav-tabs > li > a {
            background-color: #2582d0;
            border-radius: 0px;
            color: #fff;
            font-family: Roboto-Regular;
            font-size: 14px;
            margin-right: 10px;
            padding: 8px 25px 8px 25px;
        }

.refrl-valm-block {
    border: 1px solid #cbdce9;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 89%;
}

.refrl-status-block {
    border: 1px solid #cbdce9;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 89%;
}

.refrl-pattern-block {
    border: 1px solid #cbdce9;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 89%;
}

.report-criteria {
    background-color: #e5f3fc;
}

    .report-criteria h3 {
        font-family: Roboto-Regular;
        font-size: 16px;
        color: #f68220;
        margin-top: 0px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
    }

.ref-val-rport-cont h3 {
    font-family: Roboto-Regular;
    font-size: 16px;
    padding: 0px 0px 15px 15px;
}

.refrel-form-contant .control-label {
    text-align: left;
    padding-left: 30px;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
}

.control-to-label {
    padding-top: 7px;
    margin-bottom: 0;
}

.ref-date-rang {
    padding: 0px;
}

.refrel-form-contant .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.refrel-form-contant label {
    font-weight: normal;
}

.by-appontment .form-control-feedback {
    text-align: left;
}

.submit-btn, .submit-btn:hover, .submit-btn:focus, a.submit-btn, a.submit-btn:hover:not(.disabled), a.submit-btn:focus:not(.disabled), a.submit-btn:active:not(.disabled), a.submit-btn:active:not(.disabled):hover:not(.disabled), .nav > li > .submit-btn, .nav > li > .submit-btn:hover, .nav > li > .submit-btn:focus {
    background-color: #2582cf;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

    .submit-btn a, a.submit-btn {
        color: #fff;
    }

.reset-btn a {
    color: #fff;
}

.reset-btn {
    background-color: #2582cf;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    margin-right: 15px;
}

.refrl-status-contant h3 {
    font-family: Roboto-Regular;
    font-size: 16px;
    padding: 0px 0px 15px 15px;
}

.refrl-status-contant .control-label {
    text-align: left;
    padding-left: 30px;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
}

.refrl-status-contant label {
    font-weight: normal;
}

.refrel-stat-form .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.refrel-patter-contant h3 {
    font-family: Roboto-Regular;
    font-size: 16px;
    padding: 0px 0px 15px 15px;
}

.referl-pattern-form .control-label {
    text-align: left;
    padding-left: 30px;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
}

.referl-pattern-form label {
    font-weight: normal;
}

.referl-pattern-form .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.startyear {
    padding-top: 7px;
    margin-bottom: 0;
}
/*----------------Main Dashboard---------------*/
.orange-hading .panel {
    border-radius: 0px !Important;
    margin-bottom: 20px !Important;
}

.blue-hading .panel {
    border-radius: 0px !Important;
    margin-bottom: 20px !Important;
}

.perpal-hading .panel {
    border-radius: 0px !Important;
    margin-bottom: 20px !Important;
}

.green-hading .panel {
    border-radius: 0px !Important;
    margin-bottom: 20px !Important;
}

.orange-hading .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #fff;
    background-color: #f7941e;
    border-color: #f7941e;
}

.blue-hading .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #fff;
    background-color: #00b9f2;
    border-color: #00b9f2;
}

.perpal-hading .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #fff;
    background-color: #734a9e;
    border-color: #734a9e;
}

.green-hading .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #fff;
    background-color: #448e13;
    border-color: #448e13;
}

.right_accordion .panel-title > a {
    display: block;
    padding: 10px 0px 10px 20%;
    text-decoration: none;
}

.right_accordion .more-less {
    /*float: right;*/
    font-family: Roboto-Regular;
    font-size: 20px;
    line-height: 2;
}

.right_accordion .more-less1 {
    /*float: right;*/
    font-family: Roboto-Regular;
    font-size: 20px;
    line-height: 2;
    right: 10%;
}

.partner_collapse_icon {
    margin-right: -15px;
}

.more-less3 {
    right: 10%;
}

.right_accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.right_accordion .panel-heading a {
    text-decoration: none;
    color: #fff;
}

    .right_accordion .panel-heading a span {
        font-family: 'OpenSans';
    }

.right_accordion .glyphicon-plus:before {
    padding: 0px 5px 0px 6px;
}

.right_accordion .glyphicon-minus:before {
    padding: 0px 5px 0px 6px;
}

.right_accordion .panel-body span {
    font-family: Roboto-Regular;
    padding-left: 10px;
}
/*
.panel-heading .accordion-toggle:before {
    font-family: 'Glyphicons Halflings'; 
    content: "\2212"; 
    float: right; 
    color: #2582cf; 
    border: 1px solid #2582cf;
    border-radius: 50%;
    padding: 3px;
    margin-top: -3px;
}
*/
#ClaimDetails .panel-heading .accordion-toggle:before {
    display: none;
}
/*
.panel-heading .accordion-toggle.collapsed:before {
    
    content: "\002b";
}
*/
.orange-hading .panel-title {
    font-size: 14px;
    font-family: Roboto-Regular;
}

.blue-hading .panel-title {
    font-size: 14px;
    font-family: Roboto-Regular;
}

.perpal-hading .panel-title {
    font-size: 14px;
    font-family: Roboto-Regular;
}

.green-hading .panel-title {
    font-size: 14px;
    font-family: Roboto-Regular;
}

.chat_block_menu {
    padding-top: 10px;
    /*right: -5px;*/
}


.talg-user {
    padding-top: 10px;
}

.msg-chat_block_menu {
    padding-top: 10px;
    /*right: 18px;*/
}

.chat_block_menu4 {
    right: 10px;
    padding-top: 10px;
}

.chat_block_menu3 {
    /*right: 10px;*/
    padding-top: 10px;
}

.talk-blaze {
    position: absolute;
    left: 60%;
    margin-top: -5%;
}


.MsgMove, .compose-msg-btn {
    padding: 8px 15px;
    width: auto;
    border-radius: 0;
    color: #fff;
    height: 80px;
}

    .compose-msg-btn:focus,
    .compose-msg-btn:hover {
        color: #fff
    }

.message-center {
    position: absolute;
    left: 61%;
    margin-top: -5%;
}

.launch-ignite {
    position: absolute;
    left: 61%;
    margin-top: -5%;
}

.pater-mesg {
    position: absolute;
    left: 60%;
    margin-top: -5%;
}


.patrn-mesg {
    /*padding-top: 10px;
    white-space: nowrap;*/
}

.talk-chat {
    font-size: 12px;
    line-height: 1;
    padding: 5px;
    font-family: Roboto-Regular;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f3efbf;
    transform: scale(0.9);
}

.chat_icon {
    background-image: url('../Images/chat_icon.svg');
    background-repeat: no-repeat;
    margin-left: 8px;
    border: 1px solid #d4c3b1;
    background-position-x: 5px;
    background-position-y: 5px;
    padding-left: 30px;
}

.bridge-left-menu label {
    font-family: Roboto-Regular;
    font-size: 10px;
    color: #fff;
    font-weight: normal;
    line-height: 15px;
    cursor: pointer;
}

/*Karthick*/
/*.sec-line label {
    font-size: 12px;
}*/

p.dash_bridge_head {
    margin-bottom: 0;
}

.claim-digit .col-sm-2, .claim-digit-green .col-sm-2 { /*padding:0;*/
}

.claim-digit .col-sm-10, .claim-digit-green .col-sm-10 {
    padding-left: 5px;
    padding-right: 0;
}

.claim-digit .col-sm-2 .row, .claim-digit-green .col-sm-2 .row {
    margin: 0;
}

.claim-digit .col-sm-10 span, .claim-digit-green .col-sm-10 span {
    float: right;
}

.claim-total .form-group {
    margin: 0 0 15px 0;
}

    .claim-total .form-group:last-child {
        margin-bottom: 0;
    }

.claim-details > .row {
    padding: 10px;
}

.four-cols {
    margin-top: -22px;
}

.claim-footer img {
    float: left;
    width: 20px;
}

.claim-footer div {
    float: left;
    padding: 0;
}

/*.last-row {
    padding-top: 15px;
}*/

.clinical-destribution .col-sm-6:first-child {
    padding-right: 0;
}

.clinical-destribution .col-sm-6:last-child {
    padding-left: 0;
}

.clinical-destribution > .row {
    /*min-height: 290px;*/
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover {
    background: #f7941e;
}

.mybridge {
    /*background: url('../Images/Sprit.svg') -10px -14px no-repeat;*/
    background: url('../Images/my_bridge_grey.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .mybridge, div#bs-sidebar-navbar-collapse-1 .navbar-nav > li.active > a .mybridge {
    background: url('../Images/my_bridge_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.myreport {
    background: url('../Images/Insights-Blue.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
    background-position: center top !important;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .myreport, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .myreport {
    background: url('../Images/Insights-White.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.practiceanalytics {
    background: url('../Images/Practice_analysis_grey.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .practiceanalytics, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .practiceanalytics {
    background: url('../Images/Practice_analysis_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.scorecard {
    background: url('../Images/ScoreCard-Blue.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .scorecard, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .scorecard {
    background: url('../Images/ScoreCard-White.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.mypatient {
    background: url('../Images/my_patient_grey.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

/*.disable_click .mypatient{
    background: url('../Images/my_patient_grey.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}*/

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .mypatient, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .mypatient {
    background: url('../Images/my_patient_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.myphp {
    background: url('../Images/PHP.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}
/*.disable_click .myphp {
    background: url('../Images/PHP.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}*/

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .myphp, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .myphp {
    background: url('../Images/PHP_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.myrefmanager {
    background: url('../Images/Referral_manager_grey.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .myrefmanager, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .myrefmanager {
    background: url('../Images/Referral_manager_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.mymsgcenter {
    background: url('../Images/message_box.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .mymsgcenter, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .mymsgcenter {
    background: url('../Images/message_box_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.myusemanager {
    background: url('../Images/user_manager_grey.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .myusemanager, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .myusemanager {
    background: url('../Images/user_manager_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.myhra {
    background: url('../Images/HRA_grey.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .myhra, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .myhra {
    background: url('../Images/HRA_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.myawv {
    background: url('../Images/AWV.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .myawv, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .myawv {
    background: url('../Images/AWV_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.mycaremng {
    background: url('../Images/Care_manager.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}


div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .mycaremng, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .mycaremng {
    background: url('../Images/Care_manager_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.intake {
    background: url('../Images/Intake_blue.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .intake, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .intake {
    background: url('../Images/Intake_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.deriskmnu {
    background: url('../Images/De-Risk-Blue.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .deriskmnu, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .deriskmnu {
    background: url('../Images/De-Risk-White.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.mycamp {
    background: url('../Images/Campagin_manager.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .mycamp, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .mycamp {
    background: url('../Images/Campagin_manager_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}


.mylaunch {
    background: url('../Images/launch_ignite.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .mylaunch, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .mylaunch {
    background: url('../Images/launch_ignite_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.helpsup {
    background: url('../Images/help_blue.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .helpsup, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .helpsup {
    background: url('../Images/help_grey.svg') -48px -512px no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.gridmnu {
    background: url('../Images/Grid-Blue.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .gridmnu, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .gridmnu {
    background: url('../Images/Grid-White.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}


.menu_badge {
    position: absolute;
    top: -7%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 9px;
    right: 15%;
    background-color: red;
    padding: 0;
    line-height: 20px;
}

@media (min-width: 768px) and (max-width:1100px) {
    .sec-line {
        display: none;
    }

    .navbar-nav {
        width: 100%;
    }

    .report-section a.col-sm-12.text-center.navbar-brand.dashboard_profile_img {
        padding: 10px 0px;
    }
}

@media (max-width:991px) {
    .panel_head {
        padding-top: 2% !important;
    }

    .right_accordion .panel-heading a {
        float: right;
    }

    .partner_collapse_icon {
        margin-right: 0px;
    }

    .one_widget_align {
        padding-right: 15px !important;
    }

    .head_icon_estimated_block {
        top: 10px;
    }

    .estmated-price {
        padding-top: 10%;
    }

    .php_first_column_down_div, .php_first_column_down_divthree, .php_first_column_down_divtwo {
        margin: 5px 0px !important;
    }
}

@media (min-width: 768px) {
    /*.dash_board_left_glyphicon a#menu_prev{
    float:left;
}
.dash_board_left_glyphicon a#menu_next{
    float:right;
}*/
    .main_head .col-sm-1.col-xs-2 {
        width: 5%;
        padding: 0 8px;
    }

    .main_head .col-sm-5 {
        width: 44.666667%;
    }

    nav.navbar.navbar-inverse.sidebar.nav_left_slidebar .col-sm-12.navbar-header.form-group {
        padding: 0;
    }

    div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a {
        padding: 0px 3px;
    }

    div#bs-sidebar-navbar-collapse-1 {
        margin-left: 0;
        padding-left: 0;
    }

    ul.bridge-left-menu li {
        margin-left: 0;
    }

    /*.report-section > .col-md-1.col-sm-2.col-xs-12*/ .first-column-width {
        width: 5.2%;
    }

    /*.report-section > .col-md-9.col-sm-10.col-xs-12 {
        width: 78%;
    }*/


}

.benificiar-persent {
    margin: 15% auto 0 auto;
}

@media (max-width:768px) {
    .four-cols {
        margin-top: 0px;
    }

    .row_align {
        margin: 0px;
    }
    /*******************Claims*****************/
    .ClaimAggregate li .claim_tabs_center {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    /******************message center****************/
    .message-center-submenu-block {
        padding-top: 0% !important;
        margin: 0px;
    }

    .message-center-list-active::after {
        display: none;
    }

    .message-center-submenu-list li {
        padding: 0% !important;
    }

    .PatientMsgactive::after {
        display: none;
    }

    .ptclearfix {
        margin-bottom: 0% !important;
    }
}

@media(max-width: 1024px) {
    .claim-digit {
        font-size: 22px;
    }

    .claim-digit-green {
        font-size: 22px;
    }

    .claim-pr-name {
        font-size: 10px;
    }

    .claim-total .form-control {
        font-size: 12px;
    }

    .claim-total .control-label {
        font-size: 10px;
    }
}

@media(min-width: 1025px) and (max-width: 1200px) {
    .claim-digit {
        font-size: 23px;
    }

    .claim-digit-green {
        font-size: 23px;
    }

    .claim-pr-name {
        font-size: 10px;
    }

    .claim-total .form-control {
        font-size: 14px;
    }
}
/*-----------------Media Query End-------------------*/
.msg-panel .panel-body {
    padding-top: 5px;
    padding-bottom: 1px;
}

.msg-head {
    background-color: #ddd;
    min-height: 25px;
    padding-top: 6px;
    border-bottom: 2px solid #ccc;
}

    .msg-head sub {
        font-family: Roboto-Regular;
        font-size: 10px;
    }

    .msg-head strong {
        font-family: Roboto-Regular;
        font-size: 10px;
    }

    .msg-head .col-sm-2 {
        padding-left: 0px;
    }

    .msg-head .glyphicon {
        font-size: 10px;
    }

.msg-main-body {
    padding-top: 5px;
    min-height: 38px;
    border-bottom: 1px solid #cbdce9;
    cursor: pointer;
}

    .msg-main-body:hover {
        background-color: #ccc;
    }

    .msg-main-body p {
        font-family: Roboto-Regular;
        font-size: 10px;
        white-space: nowrap;
        margin-left: 0px;
        color: #ff2323;
        margin-bottom: 1px;
        line-height: 24px;
    }

    .msg-main-body sup {
        font-family: Roboto-Regular;
        font-size: 10px;
        top: 3px;
        float: right;
        line-height: 10px;
        margin-right: -5px;
    }

    .msg-main-body .glyphicon {
        font-size: 10px;
        top: 8px;
    }

    .msg-main-body strong {
        font-family: Roboto-Regular;
        font-size: 11px;
        white-space: nowrap;
        /*margin-left: -10px;*/
    }

.msg-more-contant {
    border-bottom: 1px solid #cbdce9;
    text-align: center;
    font-size: 10px;
    padding: 5px;
    font-family: Roboto-Regular;
}

.msg-downn-arrow {
    padding: 5px;
}

.selt-cont-chat strong {
    font-family: Roboto-Regular;
    font-size: 12px;
}

.launch-ignite-block .panel-body {
    padding: 0px;
}

.selt-cont-chat {
    padding: 8px;
    background-color: #e5eaee;
}

.launch-ignite-chat-contant {
    background-color: #f0f4f7;
    min-height: 25px;
    padding-top: 5px;
}

    .launch-ignite-chat-contant .user-text {
        font-family: Roboto-Black;
        font-size: 11px;
        white-space: nowrap;
    }

.activ-icon-green {
    padding-top: 5px;
}

.user-icon {
    padding-left: 0px;
}

.chat-launch {
    padding-left: 8px;
}

.video-launc {
    padding-left: 8px;
}

.partner-msg h4 {
    font-family: Roboto-Regular;
    font-size: 23px;
    color: #AD1E22;
}

.part-text p {
    font-family: Roboto-Regular;
    font-size: 13px;
    text-align: justify;
}
/*******************start-claimdetails*****************/
.nav-pills > .claims-tab {
    width: 40%;
}

    .nav-pills > .claims-tab > a {
        background-color: #8bb9ea;
        color: #fff;
        border: none;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

.claim-details-block {
    background-color: #fff;
}

.claimdetails_header h4 {
    font-size: 30px;
    color: #2582cf;
    font-family: 'Roboto-Light';
}

.claimdetail_tab {
    background-color: #2582cf;
    border-radius: 0px;
    color: #fff;
    padding: 6px 14px !important;
    border-radius: 0px !important;
    font-family: 'Roboto-Regular';
    cursor: pointer;
}

#ClaimDetails_main .nav-pills > li.active > a, #ClaimDetails_main .nav-pills > li.active > a:focus, #ClaimDetails_main .nav-pills > li.active > a:hover, #ClaimDetails_main .nav-pills > li > a:hover {
    background-color: #b3d4f3;
    color: #3b6d9a;
}

.claimdetail_tab:hover, .claimdetail_tab:active, .claimdetail_tab:focus {
    color: #fff;
    background-color: #10bcf3;
}

.claimdetail_search {
    background-color: #d4e5f3;
    /*margin: 0px 0px 15px;*/
}

.claimdetail_search-head {
    margin: 0px 0px 15px;
}

.claimdetail_search p {
    margin: 0px;
    padding: 10px 0px;
    color: #f68220;
    font-family: 'Roboto-Regular';
}

.claimdetail_search_icon {
    padding: 10px 0px;
    text-align: right;
}

.ClaimDetails_form {
    margin-top: 10px;
    font-family: 'Roboto-Regular';
}

.form-textbox {
    background-color: #f4f4f4;
    border-color: #d4e5f3;
    font-size: 14px;
    font-family: 'Roboto-Regular';
    padding-right: 20px;
}

.datepicker {
    margin-bottom: 5px;
    padding: 6px 12px;
    cursor: pointer;
}

.ClaimDetails_form .claims-label {
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
    font-family: Roboto-Medium;
    font-weight: normal;
    display: inline-block;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}





.radio_btn_div {
    margin-top: 2%;
    margin-bottom: 4%;
}
/*.claimdetails_radio label {
    font-weight: normal;
}*/

.ClaimDetails_form .form-control-feedback, .glyphicon-calendar {
    right: 10px !important;
    font-size: 16px;
    color: #797a7a;
}


.gender-align {
    white-space: nowrap;
}

/*.cd_rmv_padding {
    padding: 0px;
}*/

.cd_rmv_padding_right {
    padding-right: 0px;
}

.cd_rmv_padding_left {
    padding-left: 0px;
}

.claim_check_status {
    display: flex;
}

.claim_ckeck_text {
    padding-top: 3px;
}

#claimsearch {
    width: 30%;
}

/*------------Radio Button Start-------------*/
.claimdetails_radio {
    padding: 0px;
}

/*------------Radio Button End-------------*/
.claimdetails_checkbox label {
    font-size: 12px;
    font-family: 'Roboto-Regular';
    font-weight: normal;
}

.claimdetails_checkbox input {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.claimdetails_checkbox_scroll {
    background: #f4f4f4;
    padding: 5px;
    height: 175px;
    overflow: auto;
    border: 1px solid #d4e5f3;
}

.status_code_height {
    height: 135px;
}
/*******************end-claimdetails*****************/
/*******************start-ClaimAggregate*****************/
.ClaimAggregate_tab > li + li {
    margin-left: 0px;
}

.ClaimAggregate {
    background: #fff;
    padding-top: 2%;
}

    .ClaimAggregate li a {
        background-color: #8bb9ea;
        margin: 2px;
        color: #fff;
        font-size: 14px;
        font-family: 'Roboto-Regular';
        border-radius: 0px;
        padding: 5px;
    }

        .ClaimAggregate li a span {
            padding-right: 10px;
        }

.ClaimAggregate_tab_content h4 {
    color: #f68220;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    margin: 10px;
}

.ClaimAggregate_tab_content {
    border: 1px solid #dfdfdf;
    margin-top: 1%;
    margin-bottom: 1%;
    padding: 1% 0%;
}

    .ClaimAggregate_tab_content .table thead tr th, .ClaimAggregate_tab_content tbody tr td {
        text-align: center;
        font-size: 13px;
        font-family: 'Roboto-Regular';
    }

    .ClaimAggregate_tab_content thead tr {
        background-color: #dfdfdf;
    }

.hcc_chart {
    width: 35%;
    padding-top: 15%;
    background-color: #63c8d4;
    border-radius: 50%;
    height: 50%;
    margin: auto;
    margin: 10% auto;
}

    .hcc_chart button {
        padding: 7px 15px;
        border: 1px solid #0c7fb9;
        background-color: #dbf3f5;
        font-family: 'roboto-regular';
    }

.popup_header {
    border: none;
    padding: 10px;
    background-color: #337ab7;
    font-family: 'Roboto-Regular';
    color: white;
    font-size: 16px;
}

.popup_body {
    border: none;
    margin: 0px;
    overflow: scroll;
    height: 40%;
}

.popup_header .close {
    color: white;
    opacity: 1;
}

.ClaimAggregate li .claim_tabs_center {
    margin-left: -25px;
    margin-right: -25px;
}
/*******************end-ClaimAggregate*****************/

/******************start--hha-rank-reports**************/
.hhnrankingreport {
    background-color: #fff;
}

.hhn-download-report {
    padding: 15px;
}

.hha_rank_report_footer {
    background-color: #d4e5f3;
    padding: 0px;
    margin: 20px 0px;
    display: flex;
}

    .hha_rank_report_footer ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .hha_rank_report_footer ul li {
            float: left;
            font-size: 11px;
            padding: 4px;
            font-family: 'Roboto-Regular';
            font-weight: bold;
        }

.hha_rank_table_main {
    overflow-y: scroll;
}

.hha_rank_table {
    border: 1px solid #dfdfdf;
    margin-bottom: 0px;
}

    .hha_rank_table thead tr th, .hha_rank_table tbody tr td {
        text-align: center;
        font-size: 13px;
        font-family: 'Roboto-Regular';
    }

    .hha_rank_table thead tr {
        background-color: #f4f4f4;
    }

/******************end--hha-rank-reports**************************/

/******************start--top_expends**************************/
.top-Expenditure {
    background-color: #fff;
}

.top-exp-downlod {
    padding: 15px;
}

.top_expend_total_data {
    margin-top: 3%;
    font-family: 'Roboto-Regular';
    font-size: 14px;
}

    .top_expend_total_data span {
        color: #2582cf;
    }

.top_100_table {
    width: 1200px;
}

/******************end--top_100_expends**************************/

.ClaimAggregate_highchart {
    margin: 30px 0px;
}

.highchart_width {
    /*min-width: 70%;*/
    /*height: auto;*/
    /*margin: 0 auto;*/
}

/*------------------------Calim Accordian------------------------*/
.claim-accordian .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #d4e5f3;
}

.claim-accordian .panel-group .claims_panel {
    margin: 2% 0%;
}

.claim-accordian .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #d4e5f3;
    border-color: #d4e5f3;
}

.claim-accordian .panel-title {
    font-size: 15px;
}

    .claim-accordian .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
        color: #f68220;
        font-size: 18px;
    }

.claim-accordian .more-less {
    float: right;
    color: #3D6D9B;
    border: 3px solid #3D6D9B;
    border-radius: 50%;
    padding: 3px;
    top: -5px;
}

.claim-accordian .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}
/*----------------Message Center Css Start----------------*/
.message-center-sub-menu {
    background-color: #f5f9fc !important;
    height: 100% !important;
}

.message-center-submenu-left {
    padding-left: 0px;
    padding-right: 0px;
}

.message-center-submenu-list {
    list-style-type: none;
    padding-left: 0px;
    font-size: 12px;
}

    .message-center-submenu-list li {
        list-style-type: none;
        padding: 5%;
        border-bottom: 1px solid #cbdce9;
        cursor: pointer;
        display: flex;
    }

        .message-center-submenu-list li a {
            color: #000;
            display: block;
            width: 100%;
        }

    .message-center-submenu-list .message-center-list-active a {
        color: #f68220;
        z-index: 1;
    }

    .message-center-submenu-list .message-center-list-active a {
        color: #f68220;
    }

    .message-center-submenu-list .message-center-list-active a {
        color: #f68220;
        z-index: 1;
    }


    .message-center-submenu-list .message-center-list-active {
        padding: 5%;
        background-color: #cbdce9;
    }

/*.message-center-submenu-block {
    padding-top: 30%;
}*/

.menu_search {
    margin: 3% 0%;
    padding: 0px 5px;
}

.message-center-list-active::after {
    content: "";
    position: absolute;
    left: 100%;
    margin-top: -9px;
    /*top: 4.5%;*/
    border: 18px solid transparent;
    border-left: 15px solid #cbdce9;
}



.message-center-page {
    border: 1px solid #cbdce9;
    padding-top: 2%;
    /*height: 140%;*/
    background-color: #fff;
}

.message_badge_value {
    position: absolute;
    right: 0px;
    z-index: 0;
}

.message-center-badge {
    background-color: #f31718;
    width: 20px;
    border-radius: 13px;
    z-index: 0;
    padding: 0;
    height: 20px;
    font-size: 9px;
    line-height: 20px;
    /* width: 25px;
    height: auto;
    border-radius: 0px;
    z-index: 0;
    position: absolute;
        background-color: #8bb9ea;
    margin-top: -27px;
    right: 10px;*/
    /* padding: 7px 0px; */
}


/*.msg-cent-col {
    padding-right: 1px;
}*/

.compose-msg-btn {
    background-color: #337ab7;
    padding: 8px 15px 8px 15px;
    width: 40%;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
}

    .compose-msg-btn:hover, .compose-msg-btn:focus {
        color: #fff;
    }

.compose-msg-btn_active {
    background-color: #10bcf3;
}

#mailSearch {
    position: absolute;
    top: 5%;
    right: 0%;
}
/*.mail-search {
    height: 38px;
    border-radius: 3px;
    border: 1px solid #cbdce9;
    background-image: url('../Images/search.svg');
    background-repeat: no-repeat;
    background-position: right;
}*/

input[type="search"]::-webkit-input-placeholder {
    color: #2582d0;
    font-size: 16px;
}

input[type="search"]::-moz-placeholder {
    color: #2582d0;
    font-size: 16px;
}

input[type="search"]:-ms-input-placeholder {
    color: #2582d0;
    font-size: 16px;
}

input[type="search"]:-moz-placeholder {
    color: #2582d0;
    font-size: 16px;
}

.all-mail-block {
}

.mail-dispaly span {
    font-family: Roboto-Medium;
    font-size: 13px;
}

.mail-select {
    height: 30px;
    border-radius: 0px;
    font-family: Roboto-Medium;
    margin-top: -5px;
}

.mail-count span {
    font-family: Roboto-Medium;
    font-size: 13px;
    white-space: nowrap;
}

.mail-count .glyphicon {
    border: 1px solid #ccc;
    color: #ccc;
    font-size: 12px;
    padding: 5px 7px 5px 6px;
    top: -5px;
}

.mail-detals {
    padding-top: 2%;
}

.incoming-mail {
    border: 1px solid #cbdce9;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 70%;
}

.mail-hading {
    background-color: #f2f2f3;
    /*height: 8%;*/
    padding: 15px;
    padding-bottom: 30px;
}

    .mail-hading span {
        font-family: Roboto-Medium;
        font-size: 14px;
    }

.mail-sub-containt {
    /*height: 8%;*/
    padding: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cbdce9;
}

.mail-sub-contain span {
    font-family: Roboto-Regular;
    font-size: 13px;
}

.mail-sub-containt .glyphicon {
    font-size: 11px;
}

.mail-write {
    border: 1px solid #cbdce9;
    padding-top: 2%;
}

    /*.mail-write .control-label {
        font-family: Roboto-Medium;
        text-align: left;
        font-weight: normal;
        font-size: 12px;
    }*/

    /*.mail-write span {
        color: #ff3d00;
    }*/

    .mail-write .form-control {
        background-color: #f4f4f4;
        border-radius: 0px;
        border-color: #dfdfdf;
    }

    .mail-write ::-webkit-file-upload-button {
        padding-bottom: 0.5em;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 0.5em;
        font-family: Roboto-Regular;
    }

.msgs-end-btn {
    background-color: #337ab7;
    padding: 8px 25px 8px 25px;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
}

.msg-cancel-btn {
    background-color: #337ab7;
    padding: 8px 25px 8px 25px;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
}


.message_cancel {
    background-color: #337ab7;
    padding: 8px 25px 8px 25px;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
}

.msgs-end-btn:hover {
    color: #fff;
}

.msg-cancel-btn:hover {
    color: #fff;
}

.file-upload-size {
    font-family: Roboto-Regular;
    font-size: 12px;
    padding-top: 5px;
}

#tblMessageInbox.dataTable thead > tr > th.sorting_asc, #tblMessageInbox.dataTable thead > tr > th.sorting_desc, #tblMessageInbox.dataTable thead > tr > th.sorting, #tblMessageInbox.dataTable thead > tr > td.sorting_asc, #tblMessageInbox.dataTable thead > tr > td.sorting_desc, #tblMessageInbox.dataTable thead > tr > td.sorting {
    padding: 10px 18px;
}

.message_center_label {
    font-weight: normal;
}

.message_modal_body {
    padding: 0px;
}
/*----------------Message Center Css End----------------*/
/*----------------Text Editer Start-----------------*/
#menuBarDiv, #statusbar {
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
}

#menuBarDiv {
    border-radius: 3px 3px 0 0;
    border-bottom: none;
    min-height: 25px;
    padding: 5px 0;
}

    #menuBarDiv div:first-child {
        margin-left: 3px;
    }

    #menuBarDiv .dropdown {
        float: left;
    }

    #menuBarDiv .dropdown-toggle {
        font-size: 14px;
    }

        #menuBarDiv .dropdown-toggle .caret {
            margin-left: 5px;
            border-top-color: #999;
        }

    #menuBarDiv a.btn {
        position: relative;
        margin-bottom: 3px;
    }

#paletteCntr {
}


#statusbar {
    min-height: 30px;
    border-radius: 0 0 3px 3px;
    border-top: none;
    line-height: 30px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

    #statusbar .label {
        float: right;
        margin: 6px 10px 0 0;
        background: #BBB;
        text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
        padding: 2px 4px;
        font-size: 11.844px;
        line-height: 14px;
    }

.Editor-editor {
    height: 300px;
    padding: 1%;
    border: 1px solid #EEE;
    border-radius: 0;
    word-wrap: break-word;
}

#paletteCntr ul {
    width: 145px;
    float: left;
    z-index: 999;
    margin: 0 10px;
}

#paletteCntr li {
    cursor: pointer;
    display: block;
    height: 16px;
    float: left;
    margin: 0;
    padding: 0;
    width: 16px;
    margin: 1px;
}

    #paletteCntr li div {
        text-align: left;
        margin: 0;
        font-size: 12px;
    }

div.activeColour {
    position: absolute;
    display: inline;
    left: 0;
    top: 30px;
    background: #E8E8E8;
    padding-bottom: 10px;
    z-index: 10000;
}

#colorpellete, #bg_colorpellete {
    float: left;
}

.specialCntr {
    background-color: #E8E8E8 !important;
    display: inline;
    position: absolute;
    width: 176px;
    top: 30px;
    left: 0;
}

    .specialCntr ul {
        float: left;
        margin: 10px;
        white-space: normal;
        -webkit-padding-start: 0px;
        -moz-padding-start: 0px;
    }

        .specialCntr ul li {
            list-style: none;
            float: left;
            font-size: 12px;
            width: 20px;
            height: 20px;
            background: #FFF;
            margin: 3px;
            color: #333;
            text-align: center;
            font-weight: bold;
            cursor: pointer;
        }
/*---------------Text Editer End Hear----------------*/
/*--------------Partner Message Start Hear--------------*/
.PartnerMessage {
    border: 1px solid #cbdce9;
    padding-top: 2%;
    height: 100%;
    background-color: #fff;
}

.partmsgtab {
    padding: 5px;
    background-color: #e5f3fc;
}

    .partmsgtab .nav-tabs {
        border-bottom: 1px solid transparent;
    }

        .partmsgtab .nav-tabs > li > a:hover {
            border-color: transparent;
        }

        .partmsgtab .nav-tabs > li.active > a, .partmsgtab .nav-tabs > li.active > a:focus, .partmsgtab .nav-tabs > li.active > a:hover {
            border: 1px solid transparent;
            background-color: #01bcf3;
            color: #fff;
            border-radius: 0px;
            font-family: Roboto-Regular;
            font-size: 14px;
            padding: 8px 25px 8px 25px;
        }

        .partmsgtab .nav-tabs > li > a {
            background-color: #2582d0;
            border-radius: 0px;
            color: #fff;
            font-family: Roboto-Regular;
            font-size: 14px;
            margin-right: 10px;
            padding: 8px 25px 8px 25px;
        }

.ptrmsg-contant {
    padding-top: 2%;
}

.wfixbrohart h2 {
    font-family: Roboto-Regular;
    font-size: 23px;
    color: #AD1E22;
    margin-top: 2px;
}

.wfixbrohart p {
    font-family: Roboto-Regular;
    font-size: 14px;
}

.wfixbrohart a {
    font-family: Roboto-Regular;
    font-size: 16px;
}

.ptrmsg-contant hr {
    border-top: 1px solid #cbdce9;
}
/*--------------Partner Message End Hear--------------*/
/*--------------Patient And Provider Look Up Start Hear--------------*/
.provider-containt {
    border: 1px solid #cbdce9;
    padding: 15px;
    margin-top: 2%;
    height: 90%;
    background-color: #fff;
}

.patient-and-provider-look {
    border: 1px solid #cbdce9;
    padding-top: 2%;
    height: 140%;
    background-color: #fff;
}

.patnt-prodr-tabs .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .patnt-prodr-tabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .patnt-prodr-tabs .nav-tabs > li.active > a, .patnt-prodr-tabs .nav-tabs > li.active > a:focus, .patnt-prodr-tabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #01bcf3;
        color: #fff;
        border-radius: 0px;
        font-family: Roboto-Regular;
        font-size: 14px;
        padding: 8px 25px 8px 25px;
    }

    .patnt-prodr-tabs .nav-tabs > li > a {
        background-color: #2582d0;
        border-radius: 0px;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 10px;
        padding: 8px 25px 8px 25px;
    }

.provider-containt .control-label {
    text-align: left;
    font-family: Roboto-Regular;
    font-weight: normal;
}

.lookup-btn {
    background-color: #2582d0;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 14px;
    padding: 8px 25px 8px 25px;
}

    .lookup-btn:focus, .lookup-btn:hover {
        color: #fff;
    }

.createn-patnt-btn {
    background-color: #2582d0;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 14px;
    margin-left: 10px;
    padding: 8px 25px 8px 25px;
}

    .createn-patnt-btn:hover, .createn-patnt-btn:focus {
        color: #fff;
    }

.provider-containt .form-control {
    background-color: #f4f4f4;
    border-radius: 0px;
    border-color: #dfdfdf;
}

.patient-containt .form-control {
    background-color: #f4f4f4;
    border-radius: 0px;
    border-color: #dfdfdf;
}

.patient-containt .control-label {
    text-align: left;
    font-family: Roboto-Regular;
    font-weight: normal;
}

.patient-containt {
    border: 1px solid #cbdce9;
    padding: 15px;
    margin-top: 2%;
    height: 90%;
    background-color: #fff;
}

.quik-jump-link p {
    font-family: Roboto-Regular;
}

.quick-link {
    padding: 0px;
}

    .quick-link li {
        display: inline-block;
        list-style: none;
    }

    .quick-link a {
        font-family: Roboto-Medium;
    }

.patient-Phplist {
    height: 450px;
    overflow-y: scroll;
}

.patient-list-head p {
    font-family: Roboto-Medium;
    background-color: #f4f4f4;
    padding: 10px;
}

.patient-list-contant {
}

.quil-link-list-a {
    margin-bottom: 20px;
}
/*--------------Patient And Provider Look Up End Hear--------------*/
/*--------------Priority Patients Start Hear-------------*/
.priority-patients {
    border: 1px solid #cbdce9;
    padding-top: 2%;
    height: auto;
    background-color: #fff;
}

.priority-patient-tabs .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .priority-patient-tabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .priority-patient-tabs .nav-tabs > li.active > a, .priority-patient-tabs .nav-tabs > li.active > a:focus, .priority-patient-tabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #01bcf3;
        color: #fff;
        border-radius: 0px;
        font-family: Roboto-Regular;
        font-size: 14px;
        padding: 8px 25px 8px 25px;
    }

    .priority-patient-tabs .nav-tabs > li > a {
        background-color: #2582d0;
        border-radius: 0px;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 10px;
        padding: 8px 25px 8px 25px;
    }

.outstand-dignosis {
    border: 1px solid #cbdce9;
    padding: 15px;
    margin-top: 2%;
    height: 85%;
    background-color: #fff;
}

.suspect-diagnosis {
    border: 1px solid #cbdce9;
    padding: 15px;
    margin-top: 2%;
    height: 90%;
    background-color: #fff;
}

.high-risk {
    border: 1px solid #cbdce9;
    padding: 0px 15px 15px 15px;
    margin-top: 2%;
    height: 85%;
    background-color: #fff;
}

.high-risk-head {
    background-color: #f2f2f3;
    height: 8%;
    padding: 15px;
}

    .high-risk-head span {
        font-family: Roboto-Medium;
    }

.high-risk-sub-contnt {
    padding-bottom: 10px;
    padding-top: 10px;
    height: 7%;
    border-bottom: 1px solid #cbdce9;
    padding-right: 30px;
}

    .high-risk-sub-contnt span {
        font-family: Roboto-Regular;
        font-size: 13px;
        padding: 15px;
    }

.risk-status-green {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: #59C87C;
    margin-left: 20%;
}

.risk-status-red {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: #E54A46;
    margin-left: 20%;
}

.risk-status-yellow {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: #ECCB02;
    margin-left: 20%;
}
/*--------------Priority Patients End Hear-------------*/
/*--------------External-Patient-Reports Start Hear---------------*/
.external-patient-reports {
    border: 1px solid #cbdce9;
    padding-top: 2%;
    height: 100%;
    background-color: #fff;
}

.external-pationt-tabs .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .external-pationt-tabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .external-pationt-tabs .nav-tabs > li.active > a, .external-pationt-tabs .nav-tabs > li.active > a:focus, .external-pationt-tabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #01bcf3;
        color: #fff;
        border-radius: 0px;
        font-family: Roboto-Regular;
        font-size: 14px;
        padding: 8px 25px 8px 25px;
    }

    .external-pationt-tabs .nav-tabs > li > a {
        background-color: #2582d0;
        border-radius: 0px;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 10px;
        padding: 8px 25px 8px 25px;
    }

.ExtPt-Recive {
    border: 1px solid #cbdce9;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 60%;
}

.Receive-radio {
    margin-left: -1.5%;
}

    .Receive-radio label {
        font-family: Roboto-Medium;
        padding-top: 15px;
        font-weight: normal;
        white-space: nowrap;
    }

.exprt-recive-head {
    background-color: #f2f2f3;
    padding-top: 10px;
    padding-bottom: 5px;
}

    .exprt-recive-head span {
        font-family: Roboto-Medium;
    }

.exprt-recive-contant span {
    font-family: Roboto-Regular;
    font-size: 13px;
}

.expt-reciv-btn {
    background-color: #2582d0;
    border-radius: 8px;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 13px;
    margin-top: -5px;
    margin-bottom: 3px;
    border: 1px solid transparent;
    padding: 5px 10px 5px 10px;
}

.exprt-recive-contant {
    border-bottom: 1px solid #cbdce9;
    padding-top: 10px;
}
/*--------------External-Patient-Reports End Hear---------------*/
/*--------------External-Reports Start Hear-------------------*/
.External-Reports {
    border: 1px solid #cbdce9;
    padding-top: 2%;
    height: 100%;
    background-color: #fff;
}

.external-reports-tab .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .external-reports-tab .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .external-reports-tab .nav-tabs > li.active > a, .external-reports-tab .nav-tabs > li.active > a:focus, .external-reports-tab .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #01bcf3;
        color: #fff;
        border-radius: 0px;
        font-family: Roboto-Regular;
        font-size: 14px;
        padding: 8px 25px 8px 25px;
    }

    .external-reports-tab .nav-tabs > li > a {
        background-color: #2582d0;
        border-radius: 0px;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 10px;
        padding: 8px 25px 8px 25px;
    }

.expt-report-tab-area {
    border: 1px solid #cbdce9;
    margin-top: 30px;
    height: 30%;
}

.external-report-form {
    padding-top: 5%;
}

    .external-report-form .form-control {
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        background-color: #f4f4f4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .external-report-form .control-label {
        text-align: left;
        padding-left: 30px;
        font-family: Roboto-Regular;
        font-size: 14px;
        color: #000;
        font-weight: normal;
    }

.exter-reprtdate {
    width: 92%;
}

.external-reports-form1 {
    padding-top: 5%;
}

    .external-reports-form1 .form-control {
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        background-color: #f4f4f4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .external-reports-form1 .control-label {
        text-align: left;
        padding-left: 30px;
        font-family: Roboto-Regular;
        font-size: 14px;
        color: #000;
        font-weight: normal;
    }

.ext-rpt-btn {
    background-color: #2582d0;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 14px;
    padding: 5px 25px 5px 25px;
}

.expt-rpt-get-detail {
    padding-top: 3%;
}

    .expt-rpt-get-detail label {
        font-family: Roboto-Regular;
        font-weight: normal;
    }

.record-perpage {
    white-space: nowrap;
}

.expt-rpt-get-detail .form-control {
    padding-left: 0px;
    border-radius: 0px;
    height: 25px;
    padding-top: 2px;
}

.expt-report-table-data {
    border: 1px solid #cbdce9;
    margin-top: 5%;
    margin-bottom: 15px;
    height: 40%;
}

.experreport-head .table > thead > tr > th {
    background-color: #2582d0;
    padding: 10px 10px 10px 20px;
    font-family: Roboto-Regular;
    color: #fff;
    border-bottom: 0px transparent;
    font-weight: normal;
    font-size: 13px;
}

.experreport-head .table > tbody > tr > td {
    background-color: #fff;
    padding: 10px;
    font-family: Roboto-Regular;
    font-size: 13px;
    border-bottom: 1px solid #cbdce9;
    border-top: 0px transparent;
    padding-bottom: 1px;
}

    .experreport-head .table > tbody > tr > td sup {
        background-color: red;
        border: 2px solid #ccc;
        border-radius: 50%;
        height: 20px;
        width: 20px;
        display: inline-flex;
    }

    .experreport-head .table > tbody > tr > td .glyphicon {
        top: -5px;
        left: 10px;
    }

#flag-contant {
    padding: 5px;
    text-align: center;
    background-color: #fff;
    border: solid 1px #c3c3c3;
}

#flag-contant {
    padding: 15px;
    display: none;
    position: absolute;
    left: 80%;
    z-index: 001;
}

#flag {
    left: -10px;
    background-color: red;
    border-radius: 50%;
    padding: 5px;
    font-size: 10px;
    color: #fff;
    top: -7px;
}

.flag-sub-data {
    padding: 0px;
    list-style-type: none;
}

    .flag-sub-data li {
        display: flex;
    }

        .flag-sub-data li span {
            margin: 3px 5px 0px 0px;
            font-family: Roboto-Medium;
            font-size: 10px;
        }

#flag-contant1 {
    padding: 5px;
    text-align: center;
    background-color: #fff;
    border: solid 1px #c3c3c3;
}

#flag-contant1 {
    padding: 15px;
    display: none;
    position: absolute;
    left: 80%;
    z-index: 001;
}

#flag1 {
    left: -10px;
    background-color: red;
    border-radius: 50%;
    padding: 5px;
    font-size: 10px;
    color: #fff;
    top: -7px;
}

#flag-contant2 {
    padding: 5px;
    text-align: center;
    background-color: #fff;
    border: solid 1px #c3c3c3;
}

#flag-contant2 {
    padding: 15px;
    display: none;
    position: absolute;
    left: 80%;
    z-index: 001;
}

#flag2 {
    left: -10px;
    background-color: red;
    border-radius: 50%;
    padding: 5px;
    font-size: 10px;
    color: #fff;
    top: -7px;
}
/*--------------External-Reports End Hear-------------------*/
/*********************MY Bridge*******************/
.myridge-connect-head {
    color: #fff;
}

    .myridge-connect-head div {
        white-space: nowrap;
    }
/*.form-group{
	overflow:hidden;
    display:inline;
}*/
.mybridge-widget-font {
    font-family: Roboto-Medium;
}

.image_mybridge img {
    width: 20px;
    margin: 0px 5px;
}

.rTable {
    display: block;
    width: 98%;
    margin: 0% auto;
    font-family: Roboto-Medium;
}

.rTableHeading, .rTableBody, .rTableFoot, .rTableRow {
    clear: both;
}

.rTableHead, .rTableFoot, .rTableHeadExternalpatient {
    background-color: #cbdce9;
    font-weight: bold;
}

.rTableHead {
    font-size: 16px;
    font-family: Roboto-Medium;
    font-weight: normal;
}

.rTableCell, .rTableHead {
    border-bottom: 1px solid #cbdce9;
    float: left;
    height: auto;
    overflow: hidden;
    padding: 3px 1.8%;
    width: 25%;
    white-space: nowrap;
}

.rTableHeadExternalpatient, .rTableCellExternalpatient {
    border-bottom: 1px solid #cbdce9;
    float: left;
    height: auto;
    overflow: hidden;
    padding: 3px 1.8%;
    white-space: nowrap;
    text-align: left;
}

.rTable:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.priority-text-color {
    color: #2482ce;
}

.priority-text-danger {
    color: red;
}

.priority-link, .priority-link:hover, .priority-link:focus {
    color: #2482ce;
    text-decoration: underline;
}

.mybridge-message-text {
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*.mybridge-message-text:hover {
   overflow: auto;
   white-space: nowrap;
   text-overflow: inherit;
}*/
.rTableCellMessage1 {
    width: 45%;
    white-space: nowrap;
}

.rTableCellMessage2 {
    width: 15%;
    white-space: nowrap;
}

.rTableCellMessage3, .rTableCellMessage4 {
    width: 20%;
    white-space: nowrap;
}

.toptips-week {
    display: flex;
    color: #2482ce;
}

.mybridge-lookup {
    width: 100%;
}

.tab-section-mybridge-dashboard .nav-tab-section-mybridge-dashboard {
    border-bottom: 1px solid transparent;
}

    .tab-section-mybridge-dashboard .nav-tab-section-mybridge-dashboard > li > .nav-tab-section-mybridge-dashboard-action:hover {
        border-color: transparent;
    }

    .tab-section-mybridge-dashboard .nav-tab-section-mybridge-dashboard > li.active > .nav-tab-section-mybridge-dashboard-action, .nav-tab-section-mybridge-dashboard > li.active > .nav-tab-section-mybridge-dashboard-action:focus, .nav-tab-section-mybridge-dashboard > li.active > .nav-tab-section-mybridge-dashboard-action:hover {
        border: 1px solid transparent;
        background-color: #01bcf3;
        color: #000;
        border-radius: 4px 4px 0 0;
        font-family: Roboto-Regular;
        font-size: 14px;
        padding: 10px 15px;
    }

    .tab-section-mybridge-dashboard .nav-tab-section-mybridge-dashboard > li > .nav-tab-section-mybridge-dashboard-action {
        background-color: #cbdce9;
        color: #000;
    }

.perf-slider-mybridge {
    background: url('../Images/Maximize.svg') no-repeat;
    position: absolute;
    top: 2%;
    right: 2%;
    width: 27px;
    height: 27px;
}
/*-------------------stats Page----------------*/

.stats {
    padding: 10px;
}

.tab-section .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .tab-section .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .tab-section .nav-tabs > li.active > a, .tab-section .nav-tabs > li.active > a:focus, .tab-section .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #01bcf3;
        color: #fff;
        border-radius: 0px;
        font-family: Roboto-Regular;
        font-size: 14px;
        padding: 8px 25px 8px 25px;
    }

    .tab-section .nav-tabs > li > a {
        background-color: #2582d0;
        border-radius: 0px;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 10px;
        padding: 8px 25px 8px 25px;
    }

.stats-tab-area {
    border: 1px solid #cbdce9;
    padding: 15px;
    margin-top: 2%;
    height: 85%;
    background-color: #fff;
}

.refrelstab-area {
    border: 1px solid #cbdce9;
    padding: 15px;
    margin-top: 2%;
    height: 100%;
    background-color: #fff;
}

.head-report {
    color: #F7941E;
    padding: 20px 0;
    font-family: Roboto-Regular;
    font-size: 16px;
    margin: 0;
}

.head-radio {
    font-size: 14px;
    margin-left: 40px;
    padding: 10px 20px;
}

    .head-radio label {
        margin-left: 5px;
    }

.sys-referral table td {
    text-align: left;
    padding: 5px;
    font-size: 13px;
    font-family: Roboto-Regular;
}

    .sys-referral table td span {
        color: #2582d0;
        font-weight: normal;
    }

.sys-referral h1 {
    margin: 15px 0;
    font-size: 14px;
    font-family: Roboto-Medium;
}

.sys-referral {
    padding: 0 35px;
}

.claim-footer div.col-sm-1 {
    width: 40px;
}

/*------------Radio Button Start-------------*/

/*------------Radio Button End-------------*/



.head-radio input[type=radio] {
    display: none;
}

    .head-radio input[type=radio]:checked + label:before {
        content: "\2022";
        color: #2582d0;
        font-size: 38px;
        text-align: center;
        line-height: 21px;
    }

.claim-footer div.col-sm-1 {
    width: 40px;
}

/*******************Slider******************/
.perform-slider-tabs .nav-tabs {
    border-bottom: 1px solid transparent;
    margin: 2% 0%;
}

    .perform-slider-tabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .perform-slider-tabs .nav-tabs > li.active > a, .perform-slider-tabs .nav-tabs > li.active > a:focus, .perform-slider-tabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #01bcf3;
        color: #fff;
        border-radius: 0px;
        font-family: Roboto-Regular;
        font-size: 14px;
        padding: 8px 25px 8px 25px;
    }

    .perform-slider-tabs .nav-tabs > li > a {
        background-color: #2582d0;
        border-radius: 0px;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 10px;
        padding: 8px 25px 8px 25px;
    }

.perform-slide-details thead th {
    background-color: #2582cf;
    color: #fff;
}

.perform-slide-details-blue {
    color: #e4893a;
}

.perform-slide-details-yellow {
    color: #3a79a2;
}

#slider, #sliderpopup {
    background: url('../Images/scale.svg') no-repeat;
    border: 0;
    height: 70px;
    width: 855px;
    margin: 8px auto 0 auto;
}

    #slider .ui-state-default, #slider .ui-state-default, #slider .ui-widget-content .ui-state-default, #slider .ui-widget-header .ui-state-default {
        background: #555;
        opacity: .8;
        border: 0;
        width: 6px;
        height: 80px;
        margin-left: 0;
        cursor: pointer;
    }

.perform {
    margin: 20px 0;
}

    .perform th {
        background: #cbdce9;
        text-align: center;
        font-size: 13px;
        padding: 5px;
    }

    .perform td {
        text-align: center;
        font-size: 13px;
        padding: 5px;
        border-bottom: 1px #ccc solid;
    }

.layout {
    position: relative;
}

#arrow-lft, #arrow-lfts {
    position: absolute;
    right: 0px;
    top: 8px;
    cursor: pointer;
    background: url('../Images/right_arrow.svg') center no-repeat;
    height: 70px;
    width: 30px;
    display: none;
}

#arrow-rgt, #arrow-rgts {
    position: absolute;
    left: 0px;
    top: 8px;
    cursor: pointer;
    z-index: 30;
    background: url('../Images/left_arrow.svg') center no-repeat;
    height: 70px;
    width: 30px;
}

button.btn.perf-slider {
    background: url('../Images/Maximize.svg') no-repeat;
    position: absolute;
    top: 5%;
    right: 5%;
    width: 27px;
    height: 27px;
    display: inline-block;
    padding: 0;
}

.head-report.perfom {
    padding: 5px 0 20px 0;
}

.head-radios {
    font-size: 14px;
    margin: 0px 0 0 18px;
    padding: 5px 20px;
    text-align: left;
}

    .head-radios label {
        margin-left: 5px;
    }

    .head-radios label {
        cursor: pointer;
        display: inline-block;
        position: relative;
        padding-right: 0px;
        margin-right: 0px;
    }

        .head-radios label:before {
            bottom: -3px;
            border: 2px solid #2582d0;
            border-radius: 25px;
            content: "";
            display: inline-block;
            height: 22px;
            margin-right: 25px;
            position: absolute;
            left: -31px;
            width: 22px;
        }

    .head-radios input[type=radio] {
        display: none;
    }

        .head-radios input[type=radio]:checked + label:before {
            content: "\2022";
            color: #2582d0;
            font-size: 38px;
            text-align: center;
            line-height: 21px;
        }

.bmi-sec td {
    border-bottom: 1px #dfdfdf solid;
    text-align: left;
}

.yellows {
    font-size: 29px;
    color: #e4893a;
    width: 105px;
    display: inline-block;
    font-family: 'HelveticaLTStd-Roman';
}

.blues {
    font-size: 29px;
    color: #3a79a2;
    width: 105px;
    display: inline-block;
    font-family: 'HelveticaLTStd-Roman';
}

.bmi-head {
    padding: 5px 0;
    display: inline-block;
}

.last-sec td {
    border-bottom: 0;
}

.edit-butt {
    background-color: #2582d0;
    color: #ffffff;
    border: 0;
    padding: 10px 14px;
    float: left;
    margin-right: 5px;
}

.bold {
    font-weight: 500;
}

.modal-header .head-report {
    padding: 0;
}

.bold-pag {
    text-align: right !important;
}

.page-arw {
    margin-left: 7px;
}

.head-radio input[type=radio] {
    display: none;
}

    .head-radio input[type=radio]:checked + label:before {
        content: "\2022";
        color: #2582d0;
        font-size: 38px;
        text-align: center;
        line-height: 21px;
    }

.claim-footer div.col-sm-1 {
    width: 40px;
}
/***********************User Manager****************/
.submit-btn-arrow, .submit-btn-arrow:hover, .submit-btn-arrow:focus {
    background-color: #fff;
    color: #ccc;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-right: 15px;
}

    .submit-btn-arrow a {
        color: #fff;
    }

.user_manager-table thead {
    background-color: #f4f4f4;
}

.location-address {
    display: flex;
    border: 1px solid #ccc;
    padding: 5%;
    background: #f4f4f4;
}

.input-back-style, .select-back-style {
    background: #f4f4f4;
}

/********************Clique*****************/
.clique-containt {
    border: 1px solid #cbdce9;
    padding: 0px 15px;
    margin-top: 2%;
    background-color: #fff;
}

/*.my_network-table {
    font-size: 12px;
}

    .my_network-table thead {
        background-color: #f4f4f4;
    }*/

.my-network-orange {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: orange;
    margin-left: 20%;
}

.my-network-grey {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: gray;
    margin-left: 20%;
}

.my-netwrk-badge {
    background-color: #337ab7;
    border-radius: 0px;
}

.my-netwrk-list-active1:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 1.2%;
    border: 24px dotted transparent;
    border-left: 17px dotted #cbdce9;
}
/************modal*****************/
button.modal-close, button.modal-close:focus, button.modal-close:hover, .modal-close, .modal-close:focus, .modal-close:hover {
    color: #000;
    opacity: 0.5;
    border: 2px solid #000;
    border-radius: 50%;
    padding: 2px 7px;
}

.modal-content-common {
    border-radius: 0px;
}

.modal-head {
    background-color: #cbdce9;
    color: #2582cf;
}

.modal-foot {
    border-top: 0px;
}

.launch-green {
    display: flex;
}

.talk-orang {
    display: flex;
}

.msgcent-blue {
    display: flex;
}

.partnr-green {
    display: flex;
}

.panel_head {
    white-space: nowrap;
    padding-top: 10px;
    padding-left: 4px;
}

.right-menu-icon img {
    position: absolute;
    left: 0px;
    top: -10px;
}

.totalcost {
    font-family: Roboto-Regular;
    font-size: 12px;
    color: #35699a;
}

.chat-block {
    display: flex;
}

.typmsg {
    display: flex;
}

/*------------Referral Manager Css Start Hear-----------*/
.referral-manager {
    border: 1px solid #cbdce9;
    padding: 15px 15px 15px 30px;
    background-color: #fff;
}

.ancillaries-btn {
    background-color: #337ab7;
    padding: 8px 15px 8px 15px;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
}

.referral-message-submenu-list li {
    list-style-type: none;
    padding: 5% 5% 5% 20%;
    border-bottom: 1px solid #cbdce9;
}

.referral-message-list-active1:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 1.1%;
    border: 24px dotted transparent;
    border-left: 17px dotted #cbdce9;
}

.referral-message-submenu-list li:nth-child(1) {
    padding: 5% 5% 5% 5%;
}

.referral-message-submenu-list li:nth-child(8) {
    padding: 5% 5% 5% 5%;
}

.referral-message-submenu-list li:nth-child(9) {
    padding: 5% 5% 5% 5%;
}

.referral-message-submenu-list li a {
    color: #000;
    font-family: Roboto-Regular;
}

.referral-message-submenu-list .referral-message-list-active a {
    color: #F7941E;
}

.referral-message-submenu-list .referral-message-list-active {
    background-color: #cbdce9;
    color: #F7941E;
}

.referral-message-submenu-list {
    padding-left: 0px;
}

.refr-showing span {
    font-family: Roboto-Medium;
    font-size: 13px;
}

.ref-select {
    border-radius: 0px;
    height: 20px;
    padding: 0px 0px 0px 15px;
    border: 1px solid #ccc;
    box-shadow: none;
}

.ancillaries-data {
    padding-right: 15px;
}

.ancillariest-view-btn {
    background-color: #2582d0;
    border-radius: 8px;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 13px;
    margin-top: -5px;
    margin-bottom: 3px;
    border: 1px solid transparent;
    padding: 5px 10px 5px 10px;
}

    .ancillariest-view-btn:hover {
        color: #fff;
    }

.ancillaries-data .table thead tr {
    background-color: #f2f2f3;
}

    .ancillaries-data .table thead tr th {
        white-space: nowrap;
        font-family: Roboto-Black;
        font-weight: normal;
        border-bottom: 0px solid #ddd;
    }

.ancillaries-data .table tbody tr td:nth-child(2) {
    white-space: nowrap;
    padding: 6px;
}

.ancillaries-data .table {
    border: 1px solid #cbdce9;
}

.rfrnext-btn {
    background-color: #2582d0;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 14px;
    border: 1px solid transparent;
    padding: 5px 20px 5px 20px;
}

    .rfrnext-btn:hover {
        color: #fff;
    }

.refr-showing span {
    font-family: Roboto-Medium;
    font-size: 13px;
}

.ref-select {
    border-radius: 0px;
    height: 20px;
    padding: 0px 0px 0px 15px;
    border: 1px solid #ccc;
    box-shadow: none;
}

.ancillaries-data {
    padding-right: 15px;
}

.ancillariest-view-btn {
    background-color: #2582d0;
    border-radius: 8px;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 13px;
    margin-top: -5px;
    margin-bottom: 3px;
    border: 1px solid transparent;
    padding: 5px 10px 5px 10px;
}

.ancillaries-data .table thead tr {
    background-color: #f2f2f3;
}

    .ancillaries-data .table thead tr th {
        white-space: nowrap;
        font-family: Roboto-Black;
        font-weight: normal;
        border-bottom: 0px solid #ddd;
    }

.ancillaries-data .table tbody tr td:nth-child(2) {
    white-space: nowrap;
    padding: 6px;
}

.ancillaries-data .table {
    border: 1px solid #cbdce9;
}
/*------------Referral Manager Css End Hear-----------*/
/*------------Referral Receipt Details Css Start Hear----------------*/
.ReferralReceiptDetails {
    border: 1px solid #cbdce9;
    padding: 15px 15px 15px 30px;
    background-color: #fff;
}

.prnt-confirm {
    background-color: #2582d0;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 14px;
    border: 1px solid transparent;
    padding: 5px 20px 5px 20px;
}

.Patient-Information label {
    font-family: Roboto-Medium;
    font-weight: normal;
}

.prnt-confirm:hover {
    color: #fff;
}

.Practice-Information {
    border: 1px solid #cbdce9;
}

    .Practice-Information h3 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
    }

    .Practice-Information h2 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
        border-top: 1px solid #cbdce9;
    }

.Patient-Information {
    border: 1px solid #cbdce9;
    margin-right: 15px;
}

    .Patient-Information h3 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
    }

.practice-contant p {
    font-family: Roboto-Regular;
    padding: 5px 0px 0px 10px;
    margin: 0px;
}

.pationt-form .form-group {
    margin-bottom: 4px;
}

.Guarantor-Information {
    border: 1px solid #cbdce9;
    background-color: #fff;
    margin-right: 15px;
    height: 38%;
}

    .Guarantor-Information h3 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
    }

.guarantor-checks label {
    font-family: Roboto-Medium;
    font-weight: normal;
}

.gaurant-second-contant label {
    font-family: Roboto-Medium;
    font-weight: normal;
}

.gurant-contant label {
    font-family: Roboto-Medium;
    font-weight: normal;
}

.gurant-contant .form-group {
    margin-bottom: 4px;
}

.gaurant-second-contant .form-group {
    margin-bottom: 4px;
}

.Insurance-Information {
    border: 1px solid #cbdce9;
    background-color: #fff;
    margin-right: 15px;
    height: 38%;
}

    .Insurance-Information h3 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
    }

    .Insurance-Information label {
        font-family: Roboto-Medium;
        font-weight: normal;
    }

.insur-info.form-group {
    margin-bottom: 4px;
}

.pleae-attch {
    font-size: 12px;
}

.specimen-information {
    border: 1px solid #cbdce9;
    background-color: #fff;
    margin-right: 15px;
    height: 25%;
}

    .specimen-information h3 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
    }

.panding-report {
    border: 1px solid #cbdce9;
    background-color: #fff;
    margin-right: 15px;
    height: 6%;
}

.Urine-Fluids {
    border: 1px solid #cbdce9;
    background-color: #fff;
    margin-right: 15px;
    height: 38%;
}

    .Urine-Fluids h3 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
        text-align: center;
    }

.spemen-infotion label {
    font-family: Roboto-Medium;
    font-weight: normal;
}

.spemen-infotion p {
    color: #000;
}

.iftempracher small {
    white-space: nowrap;
    font-family: Roboto-Medium;
}

.iftempracher select {
    padding: 0px;
    height: 20px;
    border-radius: 0px;
}

.iftempracher span {
    margin-left: -15px;
    font-family: Roboto-Medium;
}

.patintname {
    padding-top: 20%;
}

.pendin-repo {
    padding: 10px;
}

    .pendin-repo label {
        font-family: Roboto-Medium;
        font-weight: normal;
    }
/*------------Referral Receipt Details Css End Hear----------------*/


/********************PHP**************************/
.php_first_width_align {
    margin: 2% 0%;
}

.one_widget_align {
    padding-right: 0px;
}

.php_first_column_icons img {
    padding: 0px 5px;
}

.php_firstcolumn_div {
    padding-left: 0px;
}

.div_flex_content {
    display: flex;
}

.php_first_width_align label {
    font-size: 12px;
}

.php_first_column_down_div {
    margin: 23% 0% 0% 0%;
}

.php_first_column_down_divtwo {
    margin: 13% 0% 0% 0%;
    display: flex;
}

.php_first_column_down_divthree {
    margin: 36% 0% 0% 0%;
}

.php_more_div {
    position: absolute;
    bottom: -7px;
    right: 10px;
}

.div_flex_content .profile_name, .div_flex_content .pfofile_age {
    color: #2a4966;
    font-size: 18px;
}

.php_profile_img {
    padding: 0px 15px 0px 0px;
}

    .php_profile_img img {
        border: 1px solid #cbdce9;
        height: 140px;
        background: #fff;
    }

.condition_php_btn {
    padding: 12px 24px;
    margin-top: 10%;
}

.Widget_php_color {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

.Widget_phpfirst_color {
    border: 1px solid #cbdce9;
    background-color: #f5f9fc;
}

.Widget_php_color h3 {
    font-family: Roboto-Regular;
    color: #f68220;
    font-size: 16px;
    /*padding-left: 5%;*/
    margin-top: 10px;
}

.glyphicon_line {
    color: #cbdce9;
    font-size: 25px;
}

.condition_div_right_align {
    display: inline-flex;
}

    .condition_div_right_align .glyphicon_div {
        cursor: pointer;
        padding: 0px 20px;
    }

    .condition_div_right_align .glyphicon {
        padding: 0px 5px;
    }

.php_condition_div_main {
    display: inline-flex;
    align-items: center;
    /*height: 125px;
    overflow: auto;*/
}

.condition_show_hide_div {
    height: 125px;
    /*overflow: auto;*/
}

.php_text_color {
    color: #6ba1e1;
}

.php_pharmacy_text_color {
    color: #2a4966;
}

.php_widget_font {
    font-size: 71px;
    font-family: Roboto-Light;
    font-weight: bold;
}

.phperblock {
    background: #b9ecfd;
    margin: 0px -10px 5px -15px;
    color: #2a4966;
    font-size: 20px;
    word-wrap: break-word;
}

    .phperblock label {
        font-size: 12px;
        white-space: nowrap;
        color: #000;
    }

.php_fontsize_cost {
    font-size: 30px;
}

.pharmacy_block {
    background: #b4ede6;
}

.php_careplan_modified_date {
    white-space: nowrap;
    padding-left: 0px;
}

#php_diagnostic_tabs.tabs_bridge {
    border: 0px;
}

#php_diagnostic_tabs .tabs_bridge_ul {
    background: #fff;
    border: 0px;
    padding: 0px;
    display: flex;
}

    #php_diagnostic_tabs .tabs_bridge_ul li {
        width: 32.89%;
    }

#php_diagnostic_tabs .tabs_bridge_section {
    border: 1px solid #cbdce9;
    width: 99.5%;
}

#php_diagnostic_tabs .tab_section_block {
    padding: 0em 1em;
}

.glyphicon_edit {
    padding-right: 10px;
}

.diagnosis_tabs_table thead {
    background: #dee8f1;
}

.diagnosis_tabs_table {
    white-space: nowrap;
    max-height: 165px;
    overflow: auto;
}

#php_diagnostic_tabs .tabs_bridge_ul .ui-tabs-active.ui-state-active, #php_diagnostic_tabs .tabs_bridge_ul .ui-tabs-active.ui-state-active a {
    background-color: #6ba1e1;
    color: #fff;
    border: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#php_diagnostic_tabs .tabs_bridge_ul li, #php_diagnostic_tabs .tabs_bridge_ul > li.active, #php_diagnostic_tabs .tabs_bridge_ul > li.active:focus, #php_diagnostic_tabs .tabs_bridge_ul > li.active:hover, #php_diagnostic_tabs .tabs_bridge_ul > li:hover,
#php_diagnostic_tabs .tabs_bridge_ul li a {
    background-color: #b3d4f3;
    color: #3b6d9a;
}

.text_align_div span {
    height: 75px;
    display: inline-grid;
    align-items: flex-end;
}

.view_conditions {
    /*display: inline-flex;*/
    margin-top: 15%;
    margin-left: 0px;
}
/*.view_conditions div{
    width: 100px;
}*/
.php_code_align {
    padding-left: 0px;
}

#view_code_conditions div {
    padding-bottom: 6px;
}

.bottom_more_icon {
    position: absolute;
    right: 10px;
    bottom: 0px;
}

.php_individual_patient_table thead tr th, .php_individual_patient_table tbody tr td {
    white-space: nowrap;
}

.patient_hover_div:after, .patient_hover_div:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.patient_hover_div_right:after, .patient_hover_div_right:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    transform: rotate(180deg);
}

.patient_hover_div:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #f5f9fc;
    border-width: 12px;
    margin-top: -68px;
}

.patient_hover_div:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #cbdce9;
    border-width: 14px;
    margin-top: -70px;
}

.patient_hover_div {
    position: absolute;
    top: -20px;
    /*left: 75%;*/
    width: 550px;
    height: 165px;
    background-color: #f5f9fc;
    z-index: 99;
    border: 1px solid #cbdce9;
}

.glyphicon_calender_align {
    right: 10px;
}
/*Loading gif*/
.blazeloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../Images/Loading.gif') 50% 50% no-repeat rgb(249,249,249);
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../Images/FullLoader.png) 50% 50% no-repeat #2E4F6A;
    background-size: contain;
}


@media screen and ( max-height: 500px ) {
    .loader:after {
        background-size: 11% !important;
    }
}

@media screen and ( max-height: 450px ) {
    .loader:after {
        background-size: 10% !important;
    }
}

@media screen and ( max-height: 400px ) {
    .loader:after {
        background-size: 9% !important;
    }
}

@media screen and ( max-height: 350px ) {
    .loader:after {
        background-size: 8% !important;
    }
}

@media screen and ( max-height: 300px ) {
    .loader:after {
        background-size: 7% !important;
    }
}

@media screen and ( max-height: 250px ) {
    .loader:after {
        background-size: 5% !important;
    }
}

@media screen and ( max-height: 200px ) {
    .loader:after {
        background-size: 5% !important;
    }
}

@media screen and ( max-height:150px ) {
    .loader:after {
        background-size: 40px !important;
    }
}

.loading_data {
    background: url('../Images/Loading.gif') 50% 50% no-repeat #ffffff;
}

    .loading_data .pat_loc, .loading_data .admit_diagnosis {
        opacity: 0;
    }
/*****************Data table*****************/
.dt-buttons {
    padding-top: 4px;
    padding-right: 2px;
    margin: 0% 0% 0% 2%;
    float: right !important;
    display: flex;
}

.dataTables_filter input {
    margin-top: 11px;
    margin-bottom: 5px;
    border-color: #ccc !important;
    background: #f4f4f4 url(../Images/search.svg) right center no-repeat;
    border-radius: 0px;
    margin: 5% 0%;
    cursor: pointer;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.dataTables_length select {
    width: 45px !important;
    margin: 5%;
    background: none !important;
    border: 1px #ccc solid !important;
    border-radius: 0 !important;
    height: inherit !important;
    padding: 0;
    font-size: 12px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.php_Datatable_click tbody tr {
    cursor: pointer;
}

.search_text_datatable {
    background: #f4f4f4 url('../Images/search.svg') right center no-repeat;
    margin: 5% 0%;
    border-color: #d4e5f3;
    border-radius: 4px;
    cursor: pointer;
}

/*div.dataTables_wrapper div.dataTables_length label {
    font-weight: bold;
}

div.dataTables_wrapper div.dataTables_length .selectbox_entries {
    background: #f4f4f4;
    margin: 5%;
    border-color: #d4e5f3;
    border-radius: 4px;
}*/

.buttons_line {
    display: flex;
    margin: 0% 0% 2% 2%;
}

a.print-btn span, a.excel-btn span, a.pdf-btn span, a.column-btn span {
    opacity: 0;
}

button.print-btn:hover:not(.disabled), div.print-btn:hover:not(.disabled), a.print-btn:hover:not(.disabled),
button.print-btn, a.print-btn, div.print-btn,
button.print-btn, div.print-btn, a.print-btn,
button.print-btn:focus:not(.disabled), div.print-btn:focus:not(.disabled), a.print-btn:focus:not(.disabled),
button.print-btn:active:not(.disabled), button.print-btn.active:not(.disabled), div.print-btn:active:not(.disabled), div.print-btn.active:not(.disabled), a.print-btn:active:not(.disabled), a.print-btn.active:not(.disabled) button.print-btn:active:not(.disabled):hover:not(.disabled), button.print-btn.active:not(.disabled):hover:not(.disabled), div.print-btn:active:not(.disabled):hover:not(.disabled), div.print-btn.active:not(.disabled):hover:not(.disabled), a.print-btn:active:not(.disabled):hover:not(.disabled), a.print-btn.active:not(.disabled):hover:not(.disabled) {
    background: #fff url(../Images/print.svg) center no-repeat;
    width: 50px;
    height: 45px;
    border: 1px solid #2582cf;
    border-radius: 50%;
    padding: 8%;
    margin: 1%;
    color: #fff;
    box-shadow: none;
}

button.excel-btn:hover:not(.disabled), div.excel-btn:hover:not(.disabled), a.excel-btn:hover:not(.disabled),
button.excel-btn, a.excel-btn, div.excel-btn,
button.excel-btn, div.excel-btn, a.excel-btn,
button.excel-btn:focus:not(.disabled), div.excel-btn:focus:not(.disabled), a.excel-btn:focus:not(.disabled),
button.excel-btn:active:not(.disabled), button.excel-btn.active:not(.disabled), div.excel-btn:active:not(.disabled), div.excel-btn.active:not(.disabled), a.excel-btn:active:not(.disabled), a.excel-btn.active:not(.disabled) button.excel-btn:active:not(.disabled):hover:not(.disabled), button.excel-btn.active:not(.disabled):hover:not(.disabled), div.excel-btn:active:not(.disabled):hover:not(.disabled), div.excel-btn.active:not(.disabled):hover:not(.disabled), a.excel-btn:active:not(.disabled):hover:not(.disabled), a.excel-btn.active:not(.disabled):hover:not(.disabled) {
    background: #fff url(../Images/xlsx.svg) center no-repeat;
    width: 50px;
    height: 45px;
    border: 1px solid #2582cf;
    border-radius: 50%;
    padding: 8%;
    margin: 1%;
    color: #fff;
    box-shadow: none;
}

button.pdf-btn:hover:not(.disabled), div.pdf-btn:hover:not(.disabled), a.pdf-btn:hover:not(.disabled),
button.pdf-btn, a.pdf-btn, div.pdf-btn,
button.pdf-btn, div.pdf-btn, a.pdf-btn,
button.pdf-btn:focus:not(.disabled), div.pdf-btn:focus:not(.disabled), a.pdf-btn:focus:not(.disabled),
button.pdf-btn:active:not(.disabled), button.pdf-btn.active:not(.disabled), div.pdf-btn:active:not(.disabled), div.pdf-btn.active:not(.disabled), a.pdf-btn:active:not(.disabled), a.pdf-btn.active:not(.disabled) button.pdf-btn:active:not(.disabled):hover:not(.disabled), button.pdf-btn.active:not(.disabled):hover:not(.disabled), div.pdf-btn:active:not(.disabled):hover:not(.disabled), div.pdf-btn.active:not(.disabled):hover:not(.disabled), a.pdf-btn:active:not(.disabled):hover:not(.disabled), a.pdf-btn.active:not(.disabled):hover:not(.disabled) {
    background: #fff url(../Images/pdf.svg) center no-repeat;
    width: 50px;
    height: 45px;
    border: 1px solid #2582cf;
    border-radius: 50%;
    padding: 8%;
    margin: 1%;
    color: #fff;
    box-shadow: none;
}

button.column-btn:hover:not(.disabled), div.column-btn:hover:not(.disabled), a.column-btn:hover:not(.disabled),
button.column-btn, a.column-btn, div.column-btn,
button.column-btn, div.column-btn, a.column-btn,
button.column-btn:focus:not(.disabled), div.column-btn:focus:not(.disabled), a.column-btn:focus:not(.disabled),
button.column-btn:active:not(.disabled), button.column-btn.active:not(.disabled), div.column-btn:active:not(.disabled), div.column-btn.active:not(.disabled), a.column-btn:active:not(.disabled), a.column-btn.active:not(.disabled) button.column-btn:active:not(.disabled):hover:not(.disabled), button.column-btn.active:not(.disabled):hover:not(.disabled), div.column-btn:active:not(.disabled):hover:not(.disabled), div.column-btn.active:not(.disabled):hover:not(.disabled), a.column-btn:active:not(.disabled):hover:not(.disabled), a.column-btn.active:not(.disabled):hover:not(.disabled) {
    background: #fff url(../Images/column.svg) center no-repeat;
    width: 50px;
    height: 45px;
    border: 1px solid #2582cf;
    border-radius: 50%;
    padding: 8%;
    margin: 1%;
    color: #fff;
    box-shadow: none;
}

/*table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    top: 2px;
    display: inline-block;
    margin-right: -23px;
    margin-left: 18px;
    position: inherit;
}*/

.close_btn_colvis {
    position: absolute;
    right: 18.5%;
    /* bottom: 45%; */
    top: 52%;
    z-index: 11111;
    font-size: 21px;
}
/*------------MY Patients Css Start Hear-------------*/
.my-pationt-page {
    border: 1px solid #cbdce9;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #fff;
    margin-top: 10px;
}

.MyPationtMainBlock .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .MyPationtMainBlock .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .MyPationtMainBlock .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #b3d4f3;
        color: #3b6d9a;
        font-family: Roboto-Regular;
        font-size: 14px;
        border-radius: 4px 4px 0 0 !important;
    }

    .MyPationtMainBlock .nav-tabs > li > a {
        background-color: #8bb9ea;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 5px;
        padding: 8px 25px 8px 25px;
        border-radius: 4px 4px 0 0 !important;
    }

.patint-tab-contant {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
}

.applay-filter {
    padding-top: 3%;
    padding-bottom: 2%;
}

    .applay-filter label {
        white-space: nowrap;
        font-family: Roboto-Medium;
        font-size: 14px;
        font-weight: normal;
    }

.PCPAssigned {
    border: 1px solid #cbdce9;
}

    .PCPAssigned h3 {
        color: #F7941E;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding: 10px;
        margin: 0px;
    }

.PtPractice {
    border: 1px solid #cbdce9;
}

    .PtPractice h3 {
        color: #F7941E;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding: 10px;
        margin: 0px;
    }

.PCPForm {
    padding: 10px;
}

    .PCPForm .form-control-feedback {
        text-align: inherit;
    }

    .PCPForm .form-control {
        background-color: #f4f4f4;
        box-shadow: none;
        border-width: 1px;
        border-style: solid;
        border-color: #dfdfdf;
        border-image: initial;
        border-radius: 2px;
    }

.PracticeForm {
    padding: 10px;
}

    .PracticeForm .form-control {
        background-color: rgb(244, 244, 244);
        box-shadow: none;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(223, 223, 223);
        border-image: initial;
        border-radius: 2px;
    }

/*.ptclearfix {
    margin-bottom: 29%;
}*/

.patient-Msg-Options {
    padding-left: 0px;
}

    .patient-Msg-Options li {
        list-style-type: none;
        border-bottom: 1px solid #cbdce9;
        padding: 5%;
        cursor: pointer;
    }

        .patient-Msg-Options li a {
            color: #000;
            font-family: Roboto-Medium;
            font-size: 10px;
        }

.PatientMsgactive {
    background-color: #cbdce9;
    color: #F7941E !important;
}

    .PatientMsgactive a {
        color: #F7941E !important;
        font-family: Roboto-Black;
    }

    .PatientMsgactive::after {
        content: "";
        position: absolute;
        left: 100%;
        margin-top: -10px;
        /*top: 4.5%;*/
        border: 20px dotted transparent;
        border-left: 15px dotted #cbdce9;
    }

.Patient-msg-badge {
    background-color: #8bb9ea;
    width: 35px;
}

.Ptbadge {
    display: inline-block;
    min-width: 10px;
    padding: 5px !important;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 3px;
    width: 60px !important;
}

.mypatient_label_align {
    padding-top: 5px;
}
/*------------MY Patients Css End Hear-------------*/

/*------------Campaign Manager Css Start Hear------------*/
.CampaignManager {
    border: 1px solid #cbdce9;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #fff;
}

.campaignmangrTabs .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .campaignmangrTabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .campaignmangrTabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .campaignmangrTabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #2582cf !important;
        color: #fff !important;
        font-family: Roboto-Regular;
        font-size: 14px;
        border-radius: 4px 4px 0 0 !important;
    }

    .campaignmangrTabs .nav-tabs > li > a {
        background-color: #b3d4f3;
        color: #3b6d9a;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 5px;
        padding: 8px 25px 8px 25px;
        border-radius: 4px 4px 0 0 !important;
    }

.CMRadioEvent {
    background-color: #e5f3fc;
    padding-top: 15px;
    padding-bottom: 10px;
}

    .CMRadioEvent span {
        color: #F7941E;
        font-family: Roboto-Medium;
    }

    .CMRadioEvent label {
        font-family: Roboto-Medium;
        font-weight: normal;
    }

.NewSaveEvent {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
    padding-top: 2%;
}

.CMNewSaveTabs .nav-tabs {
    border-bottom: 1px solid #8bb9ea;
}

    .CMNewSaveTabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .CMNewSaveTabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #2582cf !important;
        color: #fff !important;
        font-family: Roboto-Regular;
        font-size: 14px;
        border-radius: 4px 4px 0 0 !important;
    }

    .CMNewSaveTabs .nav-tabs > li > a {
        background-color: #b3d4f3;
        color: #3b6d9a;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 5px;
        padding: 8px 25px 8px 25px;
        border-radius: 4px 4px 0 0 !important;
    }


.NewEventContant .control-label {
    text-align: left;
    font-family: Roboto-Medium;
    font-weight: normal;
    white-space: nowrap;
}

.NewEventContant .form-control-feedback {
    text-align: inherit;
}

.NewEventContant .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.SaveEventContant {
    padding-top: 5%;
}

    .SaveEventContant .control-label {
        text-align: left;
        font-family: Roboto-Medium;
        font-weight: normal;
    }

    .SaveEventContant .form-control-feedback {
        text-align: inherit;
    }

    .SaveEventContant .form-control {
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        background-color: #f4f4f4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.UpVidBtn, .UpVidBtn:hover, .UpVidBtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0px;
    margin-right: 8px;
    background-image: none;
    border: none;
}

.CMProgramPatientSection {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
    padding-top: 2%;
}

.CmProgramBlock .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.CmProgramBlock .control-label {
    text-align: left;
    font-family: Roboto-Medium;
    font-weight: normal;
}

.CmProgramBlock label {
    font-family: Roboto-Medium;
    font-weight: normal;
    white-space: nowrap;
}

.CartlistdBtn {
    display: flex;
}

.CMPatientsBlock .control-label {
    text-align: left;
    font-family: Roboto-Medium;
    font-weight: normal;
    white-space: nowrap;
}

.CMPatientsBlock .form-control-feedback {
    text-align: inherit;
}

.CMPatientsBlock .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}



.CpClearfix {
    margin-bottom: 15%;
}

.CMInviteesListSection {
    border: 1px solid #cbdce9;
}

.InvitesLstBtn {
    display: flex;
}

.CMInviteesListSection h4 {
    margin-bottom: 0px;
    color: #F7941E;
    font-family: Roboto-Medium;
}

.CMInviteesListSection label {
    font-family: Roboto-Medium;
    font-weight: normal;
    white-space: nowrap;
}



.CMTextBtn, .CMTextBtn:hover, .CMTextBtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 10px;
    padding-right: 3px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.CMPortMsgBtn, .CMPortMsgBtn:hover, .CMPortMsgBtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 5px;
    padding-right: 1px;
    border-radius: 0px;
    margin-right: 8px;
    background-image: none;
    border: none;
}

.CMPPBtn, .CMPPBtn:hover, .CMPPBtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 10px;
    padding-right: 1px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.CMSocialMedia .CMPPBtn, .CMSocialMedia .CMPPBtn:hover, .CMSocialMedia .CMPPBtn a {
    padding-right: 10px;
}
/*------------Campaign Manager Css End Hear------------*/

/*------------InTake Css Start Hear------------*/
.IntakeBlock {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
    background-color: #fff;
}

.IntakePSHead h3 {
    background-color: #cbdbe8;
    margin: 0px;
    padding: 10px;
    font-size: 16px;
    font-family: Roboto-Medium;
    color: #F7941E;
}

.IntakePatientLookUp {
    padding-top: 3%;
}

    .IntakePatientLookUp .control-label {
        text-align: left;
        padding-left: 30px;
        font-family: Roboto-Regular;
        font-size: 14px;
        color: #000;
        font-weight: normal;
    }

    .IntakePatientLookUp label {
        font-family: Roboto-Regular;
        font-weight: normal;
        padding-top: 5px;
        padding-left: 15px;
    }

    .IntakePatientLookUp .form-control {
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        background-color: #f4f4f4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .IntakePatientLookUp .form-control-feedback {
        text-align: inherit;
    }

    .IntakePatientLookUp .quick-link li.active {
        border: 1px solid #cbdce9;
        color: #fff;
        background-color: #337ab7;
        padding: 5px 10px 3px 10px;
    }

        .IntakePatientLookUp .quick-link li.active a {
            color: #fff;
        }

    .IntakePatientLookUp .quick-link li {
        border: 1px solid #cbdce9;
        color: #fff;
        background-color: #f4f4f4;
        padding: 5px 10px 3px 10px;
    }

#IntPatPopupA1:after, #IntPatPopupA1:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#IntPatPopupA1:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #f5f9fc;
    border-width: 12px;
    margin-top: -68px;
}

#IntPatPopupA1:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #cbdce9;
    border-width: 14px;
    margin-top: -70px;
}

#IntPatPopupA1 {
    position: absolute;
    top: 0%;
    left: 75%;
    width: 550px;
    height: 165px;
    background-color: #f5f9fc;
    z-index: 99;
    border: 1px solid #cbdce9;
}

#IntPatPopupB1:after, #IntPatPopupB1:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.DownPhpbtn, .DownPhpbtn:hover, .DownPhpbtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.RefrNowbtn, .RefrNowbtn:hover, .RefrNowbtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.IntkeUserImg img {
    width: 90px;
    margin-top: 15%;
    background-color: #fff;
}

.downlodphpbtn {
    display: flex;
    padding-top: 30%;
}

.inkuserdetail h3 {
    font-family: Roboto-Medium;
    font-size: 16px;
    color: #337ab7;
}

.inkuserdetail p {
    font-family: Roboto-Medium;
    white-space: nowrap;
}

.inatcGender {
    background-color: #fff;
    height: 80px;
    width: 70px;
    margin-top: 15px;
}

.IntakeAge {
    background-color: #fff;
    height: 80px;
    width: 70px;
    margin-left: 5px;
    margin-top: 15px;
}

.IntakRisk {
    background-color: #fff;
    height: 80px;
    width: 70px;
    margin-left: 10px;
    margin-top: 15px;
}

.inatcGender p:nth-child(1) {
    text-align: center;
    color: #2582cf;
    font-family: Roboto-Light;
    padding-top: 15px;
}

.inatcGender p:nth-child(2) {
    text-align: center;
    color: #000;
    font-family: Roboto-Medium;
}

.IntakeAge p:nth-child(1) {
    text-align: center;
    color: #2582cf;
    font-family: Roboto-Light;
    padding-top: 15px;
}

.IntakeAge p:nth-child(2) {
    text-align: center;
    color: #000;
    font-family: Roboto-Medium;
}

.IntakRisk p:nth-child(1) {
    text-align: center;
    color: #2582cf;
    font-family: Roboto-Light;
    padding-top: 15px;
}

.IntakRisk p:nth-child(2) {
    text-align: center;
    color: #000;
    font-family: Roboto-Medium;
}

.Widget_IntackPatientLookUp_color {
    border: 1px solid #cbdce9;
    background-color: #f5f9fc;
}

.ITPtientfirst_width_align {
    margin: 1.5% 0%;
}

.Intke_profile_img {
    padding: 0px 15px 0px 0px;
}

.Intake_firstcolumn_div {
    padding-left: 0px;
}

.ITPtientfirst_width_align label {
    font-size: 12px;
    font-family: Roboto-Medium;
    font-weight: normal;
}

.ITPtientfirst_width_align span {
    font-size: 12px;
    font-family: Roboto-Medium;
    font-weight: normal;
}

.intake_first_column_down_div {
    margin: 0px;
}

.intake_first_column_down_divthree {
    margin: 0px;
}

.notifyodaddbtn, .notifyodaddbtn:hover, .notifyodaddbtn:focus, .notifyodaddbtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
    margin-top: 8%;
}

.intakehigh {
    color: red;
}

.IntakeEmailBlock {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .IntakeEmailBlock h3 {
        font-family: Roboto-Regular;
        color: #f68220;
        font-size: 16px;
        margin-top: 10px;
    }

.IntakeTextBlock {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .IntakeTextBlock h3 {
        font-family: Roboto-Regular;
        color: #f68220;
        font-size: 16px;
        margin-top: 10px;
    }

.IntakeCallBlock {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .IntakeCallBlock h3 {
        font-family: Roboto-Regular;
        color: #f68220;
        font-size: 16px;
        margin-top: 10px;
    }

.IntakeEmailBlock .control-label {
    text-align: left;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.IntakeEmailBlock label {
    font-family: Roboto-Regular;
    font-weight: normal;
    padding-top: 5px;
    padding-left: 15px;
}

.IntakeEmailBlock .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.IntakSend, .IntakSend:hover, .IntakSend a {
    background-color: #2582cf;
    color: #fff;
    border-radius: 0px;
    background-image: none;
    border: none;
    width: 100%;
}

.IntakeTextarea {
    margin-top: 15%;
}

.IntakeTextBlock .control-label {
    text-align: left;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.IntakeTextBlock label {
    font-family: Roboto-Regular;
    font-weight: normal;
    padding-top: 5px;
    padding-left: 15px;
}

.IntakeTextBlock .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.IntakSend, .IntakSend:hover, .IntakSend a {
    background-color: #2582cf;
    color: #fff;
    border-radius: 0px;
    background-image: none;
    border: none;
    width: 100%;
}

.IntakeTextarea {
    margin-top: 15%;
}

.IntakeCallBlock .control-label {
    text-align: left;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.intacsentbtn1, .intacsentbtn1:hover, .intacsentbtn1:focus, .intacsentbtn1 a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.PatintIntakNetworkBtn, .PatintIntakNetworkBtn:hover, .PatintIntakNetworkBtn:focus, .PatintIntakNetworkBtn a {
    background-color: #2582cf;
    color: #fff;
    padding: 10px 25px 10px 25px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.PatintMastChartBtn, .PatintMastChartBtn:hover, .PatintMastChartBtn:focus, .PatintMastChartBtn a {
    background-color: #2582cf;
    color: #fff;
    padding: 10px 25px 10px 25px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.PatintMyCaseBtn, .PatintMyCaseBtn:hover, .PatintMyCaseBtn:focus, .PatintMyCaseBtn a {
    background-color: #2582cf;
    color: #fff;
    padding: 10px 25px 10px 25px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.PatintRequestEMCBtn, .PatintRequestEMCBtn:hover, .PatintRequestEMCBtn:focus, .PatintRequestEMCBtn a {
    background-color: #2582cf;
    color: #fff;
    padding: 10px 25px 10px 25px;
    border-radius: 0px;
    background-image: none;
    border: none;
}

.ptMCblock {
    text-align: right;
}

.lastRequestBlock {
    padding-right: 0px;
}

.PatientPlanCareBlock {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .PatientPlanCareBlock h3 {
        font-family: Roboto-Regular;
        color: #f68220;
        font-size: 16px;
        margin: 10px;
    }

    .PatientPlanCareBlock .form-control {
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        background-color: #f4f4f4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.plancarbtn, .plancarbtn:hover, .plancarbtn a {
    background-color: #2582cf;
    color: #fff;
    padding: 10px 25px 10px 25px;
    border-radius: 0px;
    background-image: none;
    border: none;
}

.CarePlan2Block1 {
    border: 1px solid #cbdce9;
    background-color: #fff;
    margin-right: 0px;
}

    .CarePlan2Block1 h3 {
        font-family: Roboto-Regular;
        color: #f68220;
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .CarePlan2Block1 .control-label {
        text-align: left;
        font-family: Roboto-Regular;
        font-size: 14px;
        color: #000;
        font-weight: normal;
        white-space: nowrap;
    }

.PatintLookupEditBtn, .PatintLookupEditBtn:hover, .PatintLookupEditBtn:focus, .PatintLookupEditBtn a {
    background-color: #2582cf;
    color: #fff;
    padding: 8px 35px 8px 35px;
    border-radius: 0px;
    background-image: none;
    border: none;
}

.CarePlan2Block2 {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .CarePlan2Block2 h3 {
        font-family: Roboto-Regular;
        color: #f68220;
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .CarePlan2Block2 .control-label {
        text-align: left;
        font-family: Roboto-Regular;
        font-size: 14px;
        color: #000;
        font-weight: normal;
        white-space: nowrap;
    }
/*------------InTake Css End Hear------------*/


/*------------AWV Css Start Here------------*/
#tblAWVDashboard_wrapper .dataTables_scrollHead th, #tblAWVDashboard_wrapper td {
    padding: 10px !important;
    text-align: center;
    min-width: 100px;
    max-width: 100px;
}

.AWV-vitals .message-center-page {
    padding: 0;
}

.AWV-vitals .banch-reprt.mybridge-widget-font {
    text-align: center;
    font-size: 13px;
    color: #000;
    font-weight: lighter;
    padding: 0;
}

.awv-title {
    color: #F7941E;
    padding: 10px 5px;
    text-align: center;
    font-family: Roboto-Medium;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    word-break: break-word;
    background: #eaf1f6;
    border-top: 1px solid #cbdce9;
    border-bottom: 1px solid #cbdce9;
}

.formawv .form-inline .form-group:last-child {
    width: 75px;
}

.formawv .form-inline .form-group:first-child {
    width: 75px;
    text-align: left;
}

.formawv {
    padding: 25px 0 0px 0;
}

.footer-arrow {
    padding: 30px;
    display: inline-block;
    width: 100%;
}

.med-awv {
    text-align: center !important;
    width: 120px;
}

    .med-awv img {
        width: 25px;
        margin-right: 10px;
    }

.med-edit, .med-del {
    display: none;
}

.action-medi li img {
    width: 40px;
}

hr.borders {
    margin: 0;
    border-bottom: 1px solid #cbdce9;
}

.formawv .form-inline .form-group input, .formawv .form-inline .form-group select {
    width: 250px;
    margin: 8px 6px;
}

.glyphicon_arrow {
    background: #cbdce9;
    padding: 7px;
    border-radius: 50%;
    color: #3a6d9a;
    border: 1px solid #3a6d9a;
}

    .glyphicon_arrow:hover {
        background: #3a6d9a;
        color: #fff;
        border: 1px solid #3a6d9a;
    }

.glyphicon_medication {
    background: transparent;
    padding: 7px;
    margin-right: 5px;
    border: 1px solid #3a6d9a;
    border-radius: 50%;
    color: #3a6d9a;
}

.action-medi li {
    float: left;
    list-style: none;
    margin: 20px 0;
    padding: 10px;
}

    .action-medi li a {
        cursor: pointer;
    }

#med-edit label.col-sm-4.control-label {
    text-align: left;
}

#med-edit .form-control-feedback {
    right: 14px;
}

.awv-adl tr td:first-child {
    background: #f2f2f3;
}

.tblMessageInbox.awv-adl > tbody > tr > td {
    border: 0;
}

.slider-range {
    width: 98%;
}

.fscaret {
    text-indent: -9999px;
}

#pop-del .modal-body {
    text-align: center;
}

#pop-del .modal-footer {
    border-top: 0;
    text-align: center;
    padding-bottom: 35px;
}

.AWVRPage {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
    background-color: #fff;
}

    .AWVRPage h3 {
        margin: 10px;
        color: #F7941E;
        font-family: Roboto-Medium;
        font-size: 16px;
    }

    .AWVRPage .form-control {
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        background-color: #f4f4f4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.AWVSearchBtn, .AWVSearchBtn:hover, .AWVSearchBtn a {
    background-color: #2582cf;
    color: #fff;
    width: 100%;
    border-radius: 0px;
    background-image: none;
    margin-bottom: 10px;
    border: none;
}

.AWVCreatNewPatientBtn, .AWVCreatNewPatientBtn:hover, .AWVCreatNewPatientBtn a {
    background-color: #2582cf;
    color: #fff;
    width: 100%;
    border-radius: 0px;
    background-image: none;
    border: none;
}

.AWVRPage .form-control-feedback {
    text-align: inherit;
}

.AWVPatientSearch {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
    background-color: #fff;
}

    .AWVPatientSearch h3 {
        margin: 10px;
        color: #F7941E;
        font-family: Roboto-Medium;
        font-size: 16px;
    }

.AWVPatientSearchTable {
    border: 1px solid #cbdce9;
}

    .AWVPatientSearchTable thead tr th {
        background-color: #f2f2f3;
        border-bottom: 1px solid #cbdce9;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 14px;
        font-weight: normal;
    }

        .AWVPatientSearchTable thead tr th:nth-child(4) {
            padding-left: 0px;
        }

        .AWVPatientSearchTable thead tr th:nth-child(5) {
            padding-left: 0px;
        }

    .AWVPatientSearchTable tbody tr:hover {
        background-color: #eaf1f7;
    }

    .AWVPatientSearchTable tbody tr.selected {
        background-color: #eaf1f7;
    }

    .AWVPatientSearchTable table {
        margin-bottom: 0px;
    }
    /*.AWVRPreviusArrow{background-image:url('../Images/prev.svg');background-repeat:no-repeat;height: 40px;width: 40px;display: inline-flex;}
.AWVRNextArrow{background-image:url('../Images/next_01.svg');background-repeat:no-repeat;height: 40px;width: 40px;}
.AWVNextArrow_active{
    background-image: url(../Images/next.svg);
    background-repeat:no-repeat;
    height: 40px;
    width: 40px;
}*/
    .AWVPatientSearchTable tbody {
        display: block;
        height: 330px;
        overflow: auto;
    }

        .AWVPatientSearchTable thead, .AWVPatientSearchTable tbody tr {
            display: table;
            width: 100%;
            table-layout: fixed;
        }

.AWVFallRiskAssessment {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

.AWVFallRiskHead h5 {
    text-align: center;
    font-size: 13px;
    color: #000;
    font-weight: lighter;
    font-family: Roboto-Medium;
    padding: 0;
}

.AWVFallRiskHead h2 {
    color: #F7941E;
    padding: 10px 5px;
    text-align: center;
    font-family: Roboto-Medium;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #eaf1f6;
    border-top: 1px solid #cbdce9;
    border-bottom: 1px solid #cbdce9;
}

.AWVFallRiskContent p {
    margin-top: 10px;
    font-family: Roboto-Regular;
    color: #000;
    text-indent: -17px;
    padding-left: 15px;
}

.AWVFallRiskContent label {
    margin-bottom: 10px;
    margin-top: 10px;
}

.AWVLifeStyle {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

.AWVLifeStyleHead h5 {
    text-align: center;
    font-size: 13px;
    color: #000;
    font-weight: lighter;
    padding: 0;
}

.AWVLifeStyleHead h2 {
    color: #F7941E;
    padding: 10px 5px;
    text-align: center;
    font-family: Roboto-Medium;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #eaf1f6;
    border-top: 1px solid #cbdce9;
    border-bottom: 1px solid #cbdce9;
}

.AWVLifeStyleContent p {
    margin-top: 10px;
    font-family: Roboto-Regular;
    color: #000;
}

.AWVLifeStyleContent label {
    margin-bottom: 10px;
    margin-top: 10px;
}

.AWVLifeStyleContent .control-label {
    text-align: left;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    padding-top: 0px;
}

.AWVPreventiveHealth {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

.AWVPreventiveHealthHead h5 {
    text-align: center;
    font-size: 13px;
    color: #000;
    font-weight: lighter;
    font-family: Roboto-Medium;
    padding: 0;
}

.AWVPreventiveHealthHead h2 {
    color: #F7941E;
    padding: 10px 5px;
    text-align: center;
    font-family: Roboto-Medium;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #eaf1f6;
    border-top: 1px solid #cbdce9;
    border-bottom: 1px solid #cbdce9;
}

.AWVPreventiveHealthContent p {
    margin-top: 10px;
    font-family: Roboto-Regular;
    color: #000;
}

.AWVPreventiveHealthContent label {
    margin-bottom: 10px;
    margin-top: 10px;
}

.AWVPreventiveHealthContent .control-label {
    text-align: left;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    padding-top: 0px;
}

.PreventiveHealthDateType h3 {
    color: #F7941E;
    padding: 15px;
    text-align: center;
    font-family: Roboto-Medium;
    font-size: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #eaf1f6;
}

.PreventiveHealthDateType .form-control-feedback {
    text-align: inherit;
}
/*------------AWV Css End Here------------*/
/************************Score Card*******************/

.head_icon_align_scorecard_block {
    position: absolute;
    right: 4px;
    top: 7px;
}

    .head_icon_align_scorecard_block .image_widget img {
        margin: 0px;
    }

.scorecard_search_img {
    position: absolute;
    top: 5px;
    right: 0px;
}

.scorecard_select_box {
    background: #ffffff;
    border: 1px solid #d9d6cd;
    border-radius: 5px;
    height: 30px;
    margin-top: -5px;
}

.score_card_block_main {
    padding-left: 0px;
}

.score_card_block {
    background: #e1ebf2;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b3c2ca;
}

    .score_card_block .scorecard_row {
        display: flex;
        padding: 0px 15px;
    }

    .score_card_block .scorecard_text {
        margin-top: 30px;
    }

    .score_card_block .scorecard_num {
        font-family: Roboto-Light;
        font-size: 100px;
        color: #00b9f2;
    }

.scorecard_glyphicon_align_info {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    color: #5c90c0;
}

.score_card_block .score_text_div {
    font-family: Roboto-Regular;
    font-size: 13px;
    color: #284968;
}

.score_card_head {
    font-family: Roboto-Light;
    font-size: 30px;
    color: #00b9f2;
    margin-top: 0px;
}

.scorecard_p p {
    font-family: Roboto-Regular;
    font-size: 15px;
    color: #000;
}

.scorecard_p .text_color {
    color: #8c1919;
}

.practice_utilise {
    display: flex;
}

.search_box_top {
    margin-top: 5px;
}

    .search_box_top .form-textbox {
        margin-bottom: 5px;
    }
/**************Score card Slider*************/
.scorecard_slide {
    height: 75px;
    background: #0061bd; /* For browsers that do not support gradients */
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(left,#0061bd,#0cbef3,#c0f0ff);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(left,#0061bd,#0cbef3,#c0f0ff);
    /* For Fx 3.6 to 15 */
    background: -moz-linear-gradient(left,#0061bd,#0cbef3,#c0f0ff);
    /* Standard syntax */
    background: linear-gradient(to right, #0061bd,#0cbef3,#c0f0ff);
}

    .scorecard_slide .ui-slider-handle {
        height: 85px;
        top: -12px;
        width: 2px;
        margin-left: 0px;
    }

    .scorecard_slide .ui-slider-range {
        background: transparent;
    }

    .scorecard_slide .ui-slider-handle {
        border: 1px solid #776b09;
    }

        .scorecard_slide .ui-slider-handle:last-child {
            border: 1px solid #940ead;
        }

.scorecard_slide_static .ui-slider-handle, .scorecard_slide_static .ui-slider-handle:last-child {
    border: 1px solid #75dff7;
    height: 74px;
    width: 3px;
    top: 0px;
}

.slide_handle_text {
    position: absolute;
    top: -45px;
    left: -20px;
}

.slide_label_text {
    font-family: Roboto-Regular;
    font-size: 9px;
}
/*#min, #max {
    width: 50px;
    text-align: center;
}*/
.slider_show_div {
    position: absolute;
    width: 95%;
    z-index: 1;
}

.scorecard_widget {
    font-family: Roboto-Regular;
    color: #000;
    font-size: 15px;
    background: #fdfcf4;
    padding-top: 15px;
    border: 1px solid #dee5e9;
}

.scorecard_widget_align {
    margin-left: -15px;
    padding-right: 0px;
}

.score_card_table_p p {
    font-size: 16px;
    color: #005fb0;
}

.scorecard_tablediv_cost {
    font-family: Roboto-Regular;
    border: 1px solid #dee5e9;
}

.scorecard_table_cost {
    margin-bottom: 0px;
}

    .scorecard_table_cost thead tr th {
        background: #f3f7fa;
        border-bottom: 0px;
    }

        .scorecard_table_cost thead tr th:not(:first-child) {
            text-align: left;
        }

    .scorecard_table_cost > tbody > tr > td, .scorecard_table_cost > tbody > tr > th, .scorecard_table_cost > thead > tr > td, .scorecard_table_cost > thead > tr > th {
        border-top: 1px solid #f3f7fa;
    }

    .scorecard_table_cost tr td:not(:first-child) {
        color: #005fb0;
        text-align: left;
    }

    .scorecard_table_cost .image_widget img {
        margin: 0px 2px;
        float: right;
    }

.scorecard_utilization_info {
    font-family: Roboto-Regular;
    font-size: 13px;
    color: #000;
}

.scorecard_modal_left_div_align {
    align-items: center;
    display: flex;
}

.scorecard_utilization_info .table_right_div p {
    color: #2b5781;
}

.scorecard_utilization_info .table_right_div p, .scorecard_utilization_info .table_right_div {
    text-align: center;
}

.scorecard_table_right_side tbody tr td, .scorecard_table_last tbody tr td {
    border: 0px;
}

.scorecard_table_right_side > tbody > tr:nth-of-type(even) {
    background: #fcfaed;
}

.scorecard_based_num {
    color: #6b2127;
}

.scorecard_table_last {
    color: #6b2127;
    font-size: 21px;
}

    .scorecard_table_last > tbody > tr:nth-of-type(even) {
        font-size: 13px;
    }
/*********************Care Gaps*****************/
.caregap_first_widget {
    border: 1px solid #dee5e9;
}

.caregap_first_table {
    margin-bottom: 0px;
}

    .caregap_first_table thead {
        background: #f3f7fa;
    }

        .caregap_first_table thead tr th:not(:first-child), .caregap_first_table tbody tr td:not(:first-child) {
            text-align: center
        }

.cargap_tab_widget {
    border: 1px solid #ecf1f7;
    background: #ecf1f7;
    padding-top: 15px;
}

.caregap_nav_tabs {
    border-bottom: 1px solid #5c85ac;
}

    .caregap_nav_tabs > li.active > a, .caregap_nav_tabs > li.active > a:focus, .caregap_nav_tabs > li.active > a:hover {
        background: #0d60ad;
        color: #fff;
        border: 1px solid #0d60ad;
    }

    .caregap_nav_tabs > li > a, .caregap_nav_tabs > li > a:hover, .caregap_nav_tabs > li > a:focus {
        background: #827e83;
        color: #fff;
        border: 1px solid #827e83;
    }

.caregap_tab_selectbox {
    height: 35px;
    margin-left: 15px;
    background: #fff;
    border: 1px solid #fbf5dd;
}

.patient_search_radioalign {
    display: flex;
}



.caregap_search_box {
    margin-top: -7px;
}

.caregap_search_img {
    position: absolute;
    top: 0px;
    right: 20px;
}

.patient_search_tab_back {
    background: #fff;
    padding-top: 15px;
}

.patient_search_tab_hr {
    border-top: 1px solid #5c85ac;
    width: 100%;
}

.patient_status_tab_back {
    background: #fff;
}

.patient_search_table {
    margin-bottom: 0px;
}

    .patient_search_table thead tr th, .patient_status_table thead tr th {
        background: #f3f7fa;
    }

    .patient_search_table thead tr th, .patient_search_table tbody tr td, .patient_status_table thead tr th, .patient_status_table tbody tr td {
        white-space: nowrap;
        text-align: center;
    }

        .patient_search_table tbody tr td.icon_edit, .patient_search_table tbody tr td.icon_view {
            position: sticky;
            right: 0px;
        }

        .patient_search_table tbody tr td.icon_edit {
            right: 45px;
        }

.glyphicon_great, .glyphicon_sign {
    padding: 5px;
    margin: 0px 5px;
    color: #fff;
}

.glyphicon_great {
    background: #0d60ad;
}

.glyphicon_sign {
    background: #827e83;
    width: 22px;
    padding: 6px;
    height: 24px;
}

.glyphicon__patient_editdelet_no {
    background: #808080;
}

.glyphicon__patient_search_table, .glyphicon__patient_search_table:hover, .glyphicon__patient_search_table:focus {
    padding: 5px 10px;
    border-radius: 20px;
    color: #fff;
    font-size: 10px;
}

.glyphicon__patient_search_no {
    background: #e05751;
}

.glyphicon__patient_search_ok {
    color: #83b920;
}

.glyphicon__patient_search_oka {
    color: #efcc22;
}

.glyphicon__patient_search_letter {
    background: #83b920;
    padding: 5px 13px;
}

/*Health Risk Assessment*/
.health-risk-ass .banch-reprt.mybridge-widget-font {
    border: 1px solid #cbdce9;
    padding: 10px 8px 8px 8px;
    border-bottom: 0;
    margin: 0;
}

.health-risk-ass .form-group {
    position: relative;
}

.health-risk-ass .banchmark-report {
    padding: 35px 15px 15px 15px;
}

.health-risk-ass .form-control, .AWV-vitals .form-control {
    background: #F4F4F4;
    border-radius: 1px;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    height: 40px;
}

.search-btns {
    width: 350px;
    margin: 20px 0;
}

.health-table {
    margin-top: 30px;
}

    .health-table thead {
        background: #F4F4F4;
    }

        .health-table thead th, .health-table td {
            padding: 10px 0;
            text-align: center;
            border-bottom: 1px #ccc solid;
        }

.health-risk-ass .banchmark-report.secondbench {
    padding: 0px;
}

.healthrisktab {
    margin-top: 30px;
}

    .healthrisktab .nav-tabs > li {
        width: 50%;
        text-align: center;
    }

        .healthrisktab .nav-tabs > li:last-child a {
            margin-right: 0;
        }

.brd-access:hover {
    /*border:1px #144D82 solid;*/
}

.brd-access {
    border: 1px solid #cbdce9;
    border-radius: 2px;
    padding: 60px 0;
    cursor: pointer;
    margin: 15px 0;
    text-align: center;
    position: relative;
}

    .brd-access > p {
        text-align: center;
        margin: 0;
        font-weight: bold;
        padding: 2px 0;
    }

        .brd-access > p.secthird {
            font-weight: normal;
        }

    .brd-access img {
        margin-bottom: 20px;
    }

.point-color {
    position: absolute;
    top: 15px;
    right: 15px;
}

.healthriskpop thead {
    background: #EAF1F9;
    border-bottom: 0;
}

table.table.table-striped.healthriskpop tr, table.table.table-striped.healthriskpop th, table.table.table-striped.healthriskpop td {
    background: transparent;
    border: 0;
    text-align: center;
}

    table.table.table-striped.healthriskpop th:first-child, table.table.table-striped.healthriskpop td:first-child {
        text-align: left;
    }

.bluepop {
    color: #2582cf;
}

.popdetials {
    color: #F7941E;
    font-size: 13px;
}

.healt .modal-head {
    padding: 10px 15px;
    background: #B3D4F3;
}

.healt .modal-title {
    color: #000;
    font-weight: lighter;
}

.mod-side {
    margin-bottom: 15px;
}

    .mod-side label {
        margin-right: 30px;
        font-weight: normal;
        font-size: 13px;
    }

    .mod-side input {
        vertical-align: middle;
        margin: 0;
    }

.activities td {
    padding: 5px 0;
}

.selectside {
    width: 200px;
    display: inline-block;
}

#Health table.table.table-striped.healthriskpop td {
    text-align: left;
}

    #Health table.table.table-striped.healthriskpop td label {
        font-weight: normal;
    }

#Special input.form-control {
    width: 150px;
}

#Special td {
    text-align: left;
}

.addmeddiv td {
    padding: 5px 5px 5px 0;
}

.addmeddiv table {
    margin-bottom: 6px;
}

#Medications th {
    text-align: center;
}

.addmeddiv, #AddMedications {
    margin-bottom: 15px;
}

.Nutrition-hgt {
    width: 20px;
    float: left;
    vertical-align: middle;
}

.fts {
    height: 35px;
    line-height: 35px;
}

#Nutrition label {
    font-weight: normal;
}

#Nutrition .modal-body > table tbody > tr {
    margin-bottom: 10px;
}

.divpaddleft {
    padding-left: 50px;
}

span.cigarettesyear {
    height: 35px;
    display: inline-block;
    line-height: 34px;
    padding-left: 10px;
    margin-bottom: 10px;
}

@media(max-width:480px) {
    .care-cond-bg .col-md-1.col-sm-1.col-lg-1.col-xs-3, .care-cond-bg .col-md-2.col-sm-2.col-lg-2.col-xs-3.sub-but {
        width: 50%;
    }
}
/*Health Risk Assessment*/
/*-----Message Center----*/
.MsgMoveSection {
    display: flex;
}

.MsgMove {
    width: 100%;
    padding-right: 38px;
    padding-left: 38px;
    background-color: #337ab7;
    padding: 8px 38px 8px 38px;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
    height: 37px;
}

.MsgFolder {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    background-image: url('../Images/folder.svg');
    background-repeat: no-repeat;
}

#tblMessageInbox_filter label input[type="search"] {
    background: #f4f4f4 url(../Images/search.svg) right center no-repeat;
    border: 1px solid #ccc;
    height: 34px;
    /*border-radius: 5px;*/
    border-radius: 0px;
    width: auto;
    margin: 0;
    padding: 0 35px 0 5px;
}

div#tblMessageInbox_filter {
    width: auto;
    position: relative;
    top: -6px;
}

    div#tblMessageInbox_filter > label {
        width: 100%;
    }

.tablesearch {
    background: url("../Images/search.svg") center right no-repeat;
    border: 0;
    width: 25px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 9px;
}

.MsgMoveSection button, .MsgMoveSection span {
    margin-right: 2px;
}

select#ddlMove {
    width: 125px;
    padding: 0 10px;
    height: 38px;
    border: 0;
}

#tblMessageInbox_length label {
    font-weight: normal;
    font-size: 12px;
    margin: 10px 0 0 0;
}

#tblMessageInbox_length select[name="tblMessageInbox_length"] {
    width: 45px;
    margin: 0;
}

div#tblMessageInbox_length {
    margin-top: 8px;
}

#tblMessageInbox_wrapper .dataTables_info {
    position: absolute;
    bottom: 4px;
    right: 48px;
    font-size: 12px;
}

.message-center-page .compose-msg-btn, .message-center-page .MsgMove {
    background: #2681d0;
    width: 160px;
}

#tblMessageInbox_wrapper .sorting_desc:after {
    opacity: 0 !important;
}

#tblMessageInbox_wrapper table.dataTable thead .sorting_desc {
    background: none;
}

a.delete_msg {
    color: #000;
}

.modal-header {
    background: #00b9f2;
    padding: 8px 15px;
    color: #ffffff;
}

.awv-modal-header {
    background: #B3D4F3;
    padding: 8px 15px;
    color: #ffffff;
}
/*Alert Popup button*/
.btn-cancel {
    background: #c0453d !important;
    border-color: #c0453d !important;
}

.btn-ok {
    background: #1b6dc9 !important;
    border-color: #1b6dc9 !important;
}

#ModalMessageDetails label {
    font-size: 12px;
    margin-bottom: 1px;
}

#ModalMessageDetails .modal-footer {
    padding: 0;
}

.msg-header {
    background: #fafafa;
    padding: 15px;
}

.delete_msg i {
    font-size: 18px;
}

.msg-text.form-group {
    border: 1px #ccc solid;
    margin: 15px;
    height: 270px;
    overflow-y: auto;
    overflow-x: hidden;
}

.msg-reply {
    position: absolute;
    right: 15px;
    top: 57px;
}

    .msg-reply button, .msg-reply button:hover {
        height: 30px;
        width: 30px;
        border-radius: 30px;
        padding: 0;
    }

        .msg-reply button i {
            font-size: 16px;
            padding-top: 4px;
        }

.MsgMoveSection .dropdown-menu a {
    display: block;
    padding: 10px;
}

.MsgMoveSection button.btn {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none;
}

    .MsgMoveSection button.btn, .MsgMoveSection button.btn:hover, .MsgMoveSection button.btn:focus {
        padding: 0 !important;
    }


        .MsgMoveSection button.btn:hover {
            padding: 0 !important;
        }
/*
        .MsgMoveSection button.btn img {
            padding: 15px 15px;
        }
        */

.MsgMoveSection .dropdown {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
}

.message-center-submenu-left div#msgtopbuttons {
    margin: 0;
}

div#tblMessageInbox_wrapper td {
    color: #23527c;
    cursor: pointer;
    vertical-align: middle;
}

table#tblMessageInbox {
    border: 2px solid #ddd;
}

#tblMessageInbox_wrapper div#tblMessageInbox_length {
    margin: 0 10px 15px;
}

/*select.form-control.selectbox_entries {
    background: none !important;
    border: 1px #ccc solid !important;
    border-radius: 0 !important;
    height: inherit !important;
    padding: 0;
    font-size: 12px;
}*/

div#bootstrapmodalInfo #InfoDialog {
    /*height: 140px;*/
    height: auto;
}

.ok-top {
    margin-top: 0px;
}

.message-center-page .select-style select.MsgMove {
    margin: 0px;
    height: 48px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #666666;
    padding: 9px;
    color: #fff;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    /*appearance: none;*/
    background: url('../Images/arrow_white.png') no-repeat 97% 50% #2681d0;
    background-size: 11px 7px;
}

#InfoDialog label {
    font-weight: normal;
}

.table-msg {
    overflow-x: hidden;
    overflow-y: auto;
    height: 175px;
    float: left;
    width: 100%;
}

.min-digit p {
    font-family: Roboto-Regular;
    font-size: 21px;
}

.msgpoplabl label {
    padding-top: 5px;
}

input#btnDirectSend {
    margin-left: 0px;
}

.table-msg-count {
    width: 100%;
    text-align: center;
    font-size: 11px;
    padding: 5px 0;
    clear: both;
    overflow: hidden;
    color: #bbb;
}

.min-second-digit {
    font-family: Roboto-Regular;
    font-size: 21px;
}

.txt_val {
    padding-right: 15px;
}

p.seconderror, p.firsterror {
    color: #ff0000;
    font-size: 12px;
}

div#testtime {
    padding-left: 35px;
}

#h3_InsertLink {
    margin: 0px;
    font-size: 18px;
}

#inputUrl {
    margin-top: 10px;
}

.dataTables_length label {
    font-weight: normal !important;
    font-size: 12px;
    margin: 10px 0 0 0;
}



/*table.dataTable thead .sorting, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc {
    background: none !important;
}

div.dataTables_wrapper div.dataTables_length .selectbox_entries {
    width: 45px !important;
}*/

div.dataTables_wrapper .paginate_button {
    border: 1px solid #ccc !important;
    padding: 0 !important;
    height: 20px;
    width: 20px;
}




#grdcaregaps .paginate_button {
    padding: 0px !important;
    margin: 0 !important;
    border: none !important;
    width: auto !important;
}

    #grdcaregaps .paginate_button:hover {
        border: none !important;
        outline: none !important;
    }

#grdcaregaps .dataTables_info {
    display: none !important;
}

#grdcaregaps .icon_edit, #grdcaregaps .icon_view {
    border: none;
}


#grdcaregaps .icon_click.icon_edit.sorting_disabled {
    width: 91px !important;
    background-color: #fff !important;
    position: sticky !important;
    font-size: 0px !important;
    right: 45px !important;
}

#grdcaregaps .icon_click.icon_view.sorting_disabled {
    width: 91px !important;
    background-color: #fff !important;
    position: sticky !important;
    font-size: 0px !important;
    right: 0 !important;
}



div.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: none;
    background: none;
    color: #333 !important;
    box-shadow: none;
}

/*div.dataTables_wrapper .dataTables_info {
    position: absolute;
    bottom: 1px;
    right: 50px;
    font-size: 12px;
}*/

#inputUrl {
    margin-top: 10px;
}

#h3_InsertImage {
    margin: 0px;
    font-size: 18px;
}

#InsertLink .btn-default, #InsertLink .btn-success {
    background: #1b6dc9;
    border-color: #1b6dc9;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    color: #fff;
}

#InsertImage .btn-default, #InsertImage .btn-success {
    background: #1b6dc9;
    border-color: #1b6dc9;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    color: #fff;
}

#InsertImage .nav-tabs {
    border-bottom: 1px solid #8bb9ea;
}

    #InsertImage .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    #InsertImage .nav-tabs > li.active > a, #InsertImage .nav-tabs > li.active > a:focus, #InsertImage .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #b3d4f3;
        color: #3b6d9a;
        font-family: Roboto-Regular;
        font-size: 14px;
        border-radius: 4px 4px 0 0 !important;
    }

    #InsertImage .nav-tabs > li > a {
        background-color: #8bb9ea;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 5px;
        padding: 8px 25px 8px 25px;
        border-radius: 4px 4px 0 0 !important;
    }

#InsertImage .tabs-left {
    padding-left: 15px;
    padding-right: 15px;
}

#uploadImageBar {
    padding-top: 15px;
}

#imageFromLinkBar {
    padding-top: 15px;
}

.editor-html p {
    margin-bottom: 0px;
    font-size: 12px;
}

.editor-html .editor-html {
    font-size: 12px;
    margin-top: 13px;
    font-family: Roboto-Regular;
}

.second-benchmark .report_second_widget_height, .second-benchmark .banchmark-report.widgetrow, .second-benchmark .banchmark-report {
    min-height: 254px;
    height: auto !important;
}

.second-benchmark .col-xs-12.top-expenditures.report-second-widget-height {
    clear: both;
    overflow: hidden;
}

.dt-button-collection a.dt-button.buttons-columnVisibility.active:first-child {
    display: block;
}

div.dt-button-collection {
    overflow: auto;
    width: auto;
}
/*------------Edit CareGaps-----------*/
.RankedBg {
    background-color: #F9FAF7;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .RankedBg label {
        font-family: Roboto-Medium;
        color: #0463a7;
        font-weight: normal;
    }

.EdCarGp {
    margin-top: 10px;
    border-bottom: 1px solid #0d60ad;
    padding: 10px 20px 0px 0px;
}

    .EdCarGp h1 {
        background: #0d60ad;
        color: #fff;
        display: inline-flex;
        margin: 0px;
        font-size: 16px;
        padding: 10px 20px 10px 20px;
        font-family: Roboto-Light;
    }

.UpdatedCareGp {
    background-color: #F3F5AC;
    padding-top: 10px;
    padding-bottom: 5px;
}

    .UpdatedCareGp label {
        font-family: Roboto-Medium;
        color: #0463a7;
        font-weight: normal;
    }

    .UpdatedCareGp span {
        color: red;
    }

.CarGapSpan {
    color: #000;
}

.EditCarGpTable {
    margin-top: 2%;
    border: 1px solid #ddd;
}

    .EditCarGpTable .table thead tr th {
        background-color: #F0F0F0;
        font-family: Roboto-Regular;
        font-weight: normal;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #fff;
        font-size: 12px;
        text-align: center;
    }

.EDCarGp {
    background-color: #CECECE !important;
}

.EditCarGpTable .table tbody tr td {
    text-align: center;
}

.CareGapTabs {
    margin-top: 2%;
}

.QualtyMesrQuetin {
    font-family: Roboto-Regular;
    font-size: 16px;
    font-weight: normal;
}

.CareGapTabs .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .CareGapTabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .CareGapTabs .nav-tabs > li.active > a, .CareGapTabs .nav-tabs > li.active > a:focus, .CareGapTabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #2582d0;
        color: #fff;
        border-radius: 0px;
        font-family: Roboto-Regular;
        font-size: 14px;
        border-radius: 0px !important;
    }

    .CareGapTabs .nav-tabs > li > a {
        background-color: #cecece;
        border-radius: 0px;
        color: #000;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 10px;
        padding: 8px 25px 8px 25px;
    }

.pagination_editcaregap .pagination ul {
    display: inline-flex;
    list-style-type: none;
}

.CGMedicalRcdFon {
    padding-top: 1%;
}

.MedicalRecordFound {
    border: 1px solid #ccc;
}

    .MedicalRecordFound h4 {
        background-color: #e9e7e8;
        font-weight: normal;
        color: #353535;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin: 0px;
        padding: 5px 10px 5px 10px;
    }

.Care2Fall {
    border: 1px solid #ccc;
}

    .Care2Fall h4 {
        background-color: #e9e7e8;
        font-weight: normal;
        color: #353535;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin: 0px;
        padding: 5px 10px 5px 10px;
    }

.MedFormData {
    padding-top: 5%;
}

    .MedFormData .control-label {
        text-align: left;
    }

    .MedFormData label {
        font-family: Roboto-Medium;
        color: #353535;
        font-weight: normal;
        font-size: 13px;
    }

    .MedFormData .form-control-feedback {
        text-align: left;
    }

.Care2Fall .glyphicon-question-sign:before {
    color: blue;
}

.MedicalRecordFound .glyphicon-question-sign:before {
    color: blue;
}

.ACOCARE_1 h4 {
    background-color: #e9e7e8;
    font-weight: normal;
    color: #353535;
    font-family: Roboto-Regular;
    font-size: 14px;
    margin: 0px;
    padding: 5px 10px 5px 10px;
}

.ACOCARE_1 .glyphicon-question-sign:before {
    color: blue;
}

.ACOCARE_1 {
    margin-top: 5%;
    border: 1px solid #ccc;
}

    .ACOCARE_1 .control-label {
        text-align: left;
    }

    .ACOCARE_1 label {
        font-family: Roboto-Medium;
        color: #353535;
        font-weight: normal;
        font-size: 13px;
    }

.ACOCareData {
    margin-top: 5%;
}

    .ACOCareData .form-control-feedback {
        text-align: left;
    }

.CommentOptional {
    margin-top: 5%;
    border: 1px solid #ccc;
}

    .CommentOptional h4 {
        background-color: #e9e7e8;
        font-weight: normal;
        color: #353535;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin: 0px;
        padding: 5px 10px 5px 10px;
    }

    .CommentOptional .glyphicon-question-sign:before {
        color: blue;
    }

.form-textarea {
    background-color: #f4f4f4;
    border-color: #d4e5f3;
    font-size: 14px;
    font-family: 'Roboto-Regular';
    padding-right: 20px;
}
/*-----------Popup Css----------*/
#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
    border-radius: 0px;
    text-align: center;
}

#boxes #dialog {
    width: 450px;
    height: auto;
    padding: 0px;
    background-color: #ffffff;
    font-family: 'Segoe UI Light', sans-serif;
    font-size: 15pt;
}

.maintext {
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    text-decoration: none;
}

#lorem {
    font-family: "Segoe UI", sans-serif;
    font-size: 12pt;
    text-align: justify;
    padding: 15px;
}

#popupfoot {
    font-family: "Segoe UI", sans-serif;
    font-size: 16pt;
    padding: 0px;
    margin-bottom: 15px;
}

    #popupfoot a {
        text-decoration: none;
        opacity: 1;
    }

.agree:hover {
    background-color: #D1D1D1;
}

.popupoption:hover {
    background-color: #D1D1D1;
    color: green;
}

.popupoption2:hover {
    color: red;
}
/*.gprook{color:#000;background: #ccc;font-family:Roboto-Medium;
    font-weight:normal;}
.gprook:hover{color:#000;background: #ccc;font-family:Roboto-Medium;
    font-weight:normal;}*/
.GproTitle {
    margin: 0;
    padding: 10px;
    background-color: #ccc;
    font-family: Roboto-Medium;
    font-weight: normal;
}

.okclose {
    float: none;
}

.require {
    color: red;
}

.CarGpBtn {
    margin-top: 5%;
}





/*------Patient Profile--------*/
ul.bridge-left-menu li span {
    position: absolute;
    top: -4px;
    right: 12px;
    background: #f00;
    color: #fff;
    font-family: Roboto-Medium;
    font-size: 10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    padding: 0;
    border-radius: 50%;
}

ul.bridge-left-menu li {
    position: relative;
}

.right-side-menu.third-column-width {
    margin-top: 58px !important;
}

.patient-prof label#patient_name {
    font-size: 22px;
    color: #3b6d9a;
    font-family: Roboto-Light !important;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 2px;
}

.patient-prof .pfofile_age {
    font-size: 14px;
    color: #3b6d9a;
}

.patient-prof .php_first_column_down_div {
    margin: 7% 0% 0% 0%;
}

.patient-prof .php_first_column_down_divtwo {
    margin: 3% 0% 0% 0%;
}

.patient-prof .php_first_column_down_div label {
    margin-bottom: 6px;
}

.patient-prof .php_first_width_align {
    margin: 15px 0;
}

    .patient-prof .php_first_width_align label {
        font-size: 12px;
    }

.patient-prof .bottom_more_icon {
    right: 15px;
    height: 30px;
}

.margin-align {
    margin-right: -20px;
}

.patient-prof .pharmacy_block label {
    margin-bottom: 0;
}

.patient-prof .pharmacy_block {
    padding: 10px 0;
}

.nopadding {
    padding: 0;
}

div#condition_image_CKD img, div#condition_image_DM img {
    width: 68px;
    height: 68px;
}

div#condition_image_CKD, div#condition_image_DM {
    text-align: left;
}

a#php_view_code {
    font-family: arial;
    font-size: 14px;
    padding: 12px 22px;
}

div#condition_image_CKD div, div#condition_image_DM div {
    text-align: center;
    width: 70px;
}

.patient-prof .php_first_column_icons span {
    width: 100%;
    float: left;
}

.patient-prof .php_first_column_icons {
    font-size: 11px;
    margin-right: 7px;
    font-weight: 600;
}
/*.patient-prof .php_first_column_icons img {
    width: 100%;
}*/

.patient-prof .php_first_column_down_divthree {
    margin: 13% 0% 0% 0%;
}

.pro_dtls {
    line-height: 15px;
}

    .pro_dtls label {
        font-size: 12px !important;
        margin-bottom: 0;
    }

.patient-prof span#riskscorevalue {
    font-size: 6vw !important;
    font-weight: 300;
    font-family: Roboto-Light;
}

.patient-prof .php_profile_img img {
    height: auto;
}

.patient-prof #view_condition_image label {
    font-size: 11px;
}

.patient-prof span#patienttotalannualcost {
    font-size: 18px !important;
    font-weight: normal;
    margin-top: 0px;
    height: auto;
    font-family: Roboto-Regular;
    color: #f68220;
}

.patient-prof .head_icon_align_bridge_block {
    right: 11px;
    z-index: 99;
}

.patient-prof .image_widget img {
    margin: 0px 0px 5px 1px;
}

.patient-prof .view_conditions {
    margin-top: 8%;
}

.patient-prof .php_fontsize_cost {
    font-size: 32px;
    color: #274766;
    font-weight: 300;
    font-family: Roboto-Light;
    line-height: 32px;
    margin-bottom: 7px;
}

.patient-prof #ermostvisited, .patient-prof #erdiagnosiscode, .patient-prof #inpatientmostvisitedfacility, .patient-prof #inpatientmostdiagnosiscode, .patient-prof .phperblock.same-height #hospicemostcommonfacility {
    line-height: 22px;
    margin-bottom: 7px;
}

.patient-prof .phperblock.same-height #ermostvisited, .patient-prof .phperblock.same-height #inpatientmostvisitedfacility, .patient-prof .phperblock.same-height #hospicemostcommonfacility {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /*height: 66px;*/
    display: -webkit-box;
}

a#careteam {
    display: block;
    font-family: Roboto-Medium;
    color: #f68220;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 15px;
    font-weight: normal;
}

.patient-prof .phperblock {
    font-size: 22px;
}

.patient-prof .phperblock {
    font-size: 22px;
    font-weight: 300;
    font-family: Roboto-Light;
}

.patient-prof .pharmacy_block .php_pharmacy_text_color, .php_clr_txt {
    font-size: 16px;
    font-family: Roboto-light;
    color: #274766;
}

.patient-prof .php_clr_txt label {
    font-weight: normal;
    font-family: Roboto-light !important;
}

.php_clr_txt a, .php_clr_label {
    color: #274766;
}

a.php_blk_link {
    color: #333;
    font-weight: 700;
}

#php_diagnostic_tabs .tabs_bridge_ul li {
    width: 32.9%;
    margin-right: 1%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    #php_diagnostic_tabs .tabs_bridge_ul li:last-child {
        margin-right: 0;
    }

.patient-prof .div_flex_content {
    line-height: 18px;
}

.patient-prof .Receive-radio {
    margin-bottom: 0;
}



.patient-prof label {
    font-family: Roboto-Medium !important;
    font-weight: normal;
}

.patient-prof .Receive-radio label {
    font-family: Roboto-Medium !important;
    padding-top: 0px;
    font-size: 12px;
    font-weight: 600;
}

#php_diagnostic_tabs .tabs_bridge_section {
    width: 100%;
}

#php_diagnostic_tabs.tabs_bridge {
    padding: 0 0 20px;
}

div#php_external_report_table_wrapper {
    margin-bottom: 20px;
}

.patient-prof .dataTables_wrapper .dataTables_length label {
    margin-top: 0;
    padding-top: 5px;
    padding-left: 5px;
}

.patient-prof div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 0;
    border-radius: 0;
    height: 28px;
    font-family: Roboto-Medium !important;
    font-size: 12px;
}

.patient-prof div.dataTables_wrapper div.dataTables_info {
    font-family: Roboto-Medium !important;
    font-size: 12px;
}

.patient-prof div.dt-buttons {
    margin-bottom: 0;
    margin-top: 5px;
    margin-right: 5px;
}

.patient-prof button.excel-btn:hover:not(.disabled), .patient-prof div.excel-btn:hover:not(.disabled), .patient-prof a.excel-btn:hover:not(.disabled), .patient-prof button.excel-btn, .patient-prof a.excel-btn, .patient-prof div.excel-btn, .patient-prof button.excel-btn, .patient-prof div.excel-btn, .patient-prof a.excel-btn, .patient-prof button.excel-btn:focus:not(.disabled), .patient-prof div.excel-btn:focus:not(.disabled), .patient-prof a.excel-btn:focus:not(.disabled), .patient-prof button.excel-btn:active:not(.disabled), .patient-prof button.excel-btn.active:not(.disabled), .patient-prof div.excel-btn:active:not(.disabled), .patient-prof div.excel-btn.active:not(.disabled), .patient-prof a.excel-btn:active:not(.disabled), .patient-prof a.excel-btn.active:not(.disabled) button.excel-btn:active:not(.disabled):hover:not(.disabled), .patient-prof button.excel-btn.active:not(.disabled):hover:not(.disabled), .patient-prof div.excel-btn:active:not(.disabled):hover:not(.disabled), .patient-prof div.excel-btn.active:not(.disabled):hover:not(.disabled), .patient-prof a.excel-btn:active:not(.disabled):hover:not(.disabled), .patient-prof a.excel-btn.active:not(.disabled):hover:not(.disabled) {
    width: 50px !important;
    height: 45px !important;
    /*background-size: cover;
    border: 0 none;
    margin: 0;*/
    border: 1px solid #2582cf;
    border-radius: 50%;
    padding: 8%;
    margin: 1% !important;
}

#diagnosis_outstanding th, #diagnosis_outstanding td, #php_external_report_table_wrapper th, #php_external_report_table_wrapper td {
    font-family: Roboto-Medium !important;
    font-size: 12px;
    padding: 5px 10px;
}

#php_diagnostic_tabs .tabs_bridge_ul li a {
    display: block;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: Roboto-Medium !important;
    font-size: 12px;
    text-align: center;
    color: #32699b;
    padding: 0.7em 1em 0.5em;
}

#diagnosis_outstanding thead {
    background: #dee8f1;
}


.flex-row .Widget_php_color, .flex-row .row.row_align {
    height: 100% !important;
}

.patient-prof .pharmacy_block:last-child {
    margin-bottom: 30px;
}

.patient-prof .Widget_php_color h3 {
    font-size: 15px;
}

.patient-prof .sml-font {
    font-size: 12px !important;
}

.patient-prof .condition_show_hide_div {
    height: 105px;
}

@media (min-width: 1225px) and (max-width: 1320px) {
    .patient-prof .php_first_width_align label, .pro_dtls label {
        font-size: 11px;
    }

    .patient-prof label#patient_name {
        font-size: 19px;
    }

    .patient-prof .Widget_php_color h3, a#careteam {
        font-size: 13px;
    }
}

@media (min-width: 1200px) and (max-width: 1224px) {
    .patient-prof .php_first_width_align label, .pro_dtls label, .patient-prof .php_first_column_icons {
        font-size: 10px;
    }

    .patient-prof label#patient_name {
        font-size: 18px;
    }

    .patient-prof .Widget_php_color h3, a#careteam {
        font-size: 13px;
    }
}

@media (max-width: 1280px) {
    .patient-prof span#patienttotalannualcost {
        margin-top: 0;
    }
}

@media(max-width: 1199px) {
    .patient-prof .php_firstcolumn_div {
        padding-left: 15px;
    }

    .php_prof_holder {
        clear: left;
    }

    .patient-prof .php_first_column_down_divthree {
        margin-top: 10px;
        padding-left: 0px;
    }

    .patient-prof .php_firstcolumn_div .row.text-center.row_align {
        padding-left: 10px;
    }

    .patient-prof .php_first_column_down_divtwo {
        margin-top: 10px;
    }

    a#php_view_code {
        font-size: 12px;
        padding: 8px 14px;
    }
}

@media (min-width: 992px) {
    .flex-row {
        display: flex;
        display: -webkit-flex;
    }
}

@media (min-width: 768px) and (max-width: 985px) {
    .patient-prof {
        padding-right: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .patient-prof label, .patient-prof .sml-font, #diagnosis_outstanding th, #diagnosis_outstanding td, #php_external_report_table_wrapper th, #php_external_report_table_wrapper td, .patient-prof .Receive-radio label {
        font-size: 10px !important;
    }

        .patient-prof label#patient_name {
            font-size: 16px !important;
        }

    .patient-prof span#riskscorevalue {
        font-size: 50px !important;
    }

    .patient-prof span#patienttotalannualcost {
        font-size: 34px !important;
        height: 65px;
    }

    a#php_view_code {
        margin-left: 40px;
    }

    .patient-prof .head_icon_align_bridge_block {
        right: 5px;
    }

    .patient-prof .bottom_more_icon {
        right: 9px;
    }
}

@media (max-width: 992px) {
    .row.row_align {
        margin: 0;
    }

    .patient-prof .php_firstcolumn_div .row.text-center.row_align, .patient-prof .php_firstcolumn_div {
        padding-left: 0px;
    }

    .patient-prof .php_first_column_down_divtwo {
        padding-left: 10px;
    }
}

@media(max-width: 768px) {
    .php_prof_holder {
        padding-left: 10px !important;
    }
}

@media(max-width: 767px) {
    a#php_view_code {
        position: relative;
        left: 35px;
    }

    .patient-prof label#patient_name {
        font-size: 17px;
    }

    .patient-prof h1.dash_bridge_head {
        font-size: 26px;
    }

    .patient-prof .php_firstcolumn_div {
        margin: 7px 0;
    }

    .patient-prof span#riskscorevalue {
        font-size: 50px !important;
    }

    .patient-prof span#patienttotalannualcost {
        font-size: 34px !important;
        height: 65px;
    }

    .patient-prof .Widget_php_color h3, a#careteam {
        font-size: 13px !important;
    }

    .patient-prof .bottom_more_icon {
        height: 23px;
    }

    .patient-prof .php_first_column_down_divtwo {
        padding-left: 0;
    }

    div#diagnosis_outstanding_filter, div#php_external_report_table_filter {
        float: left !important;
        margin-top: 0;
        padding-left: 5px;
    }

    .patient-prof div.dt-buttons {
        float: right !important;
    }

    .patient-prof div.dataTables_wrapper div.dataTables_info {
        position: inherit;
    }

    .patient-prof div.dataTables_wrapper div.dataTables_paginate {
        position: absolute;
        right: 5px;
        bottom: 0;
    }

    #outstand .table-responsive {
        padding-bottom: 20px;
    }



    .patient-prof .Receive-radio label {
        font-size: 10px;
    }
}
/*------Patient Profile--------*/

/*------UI Developer---------*/
/*-----------awv dashboard-------------*/
.awv-dashboard .benificiar-persent {
    margin: 5% 2%;
    background-color: #c8da2b;
    float: left;
    height: 160px;
    width: 160px;
}

    .awv-dashboard .benificiar-persent p {
        padding-top: 40% !important;
        text-align: center;
        font-size: 64px;
    }

    .awv-dashboard .benificiar-persent.small {
        width: 95px;
        height: 95px;
        background-color: #ee777d;
        margin-top: 12%;
    }

        .awv-dashboard .benificiar-persent.small p {
            padding-top: 45% !important;
            text-align: center;
            font-size: 40px !important;
        }

.age-destribut table tr th {
    text-align: center;
}

.awv-dashboard .flex-row {
    margin-bottom: 12px;
}

.awv-dashboard .current_radio_align {
    margin-bottom: 15px;
    margin-left: 10px;
}

#red-star {
    color: red;
    font-weight: bold;
    position: absolute;
    padding-left: 10px;
    left: 86px;
}

.awe-dash-tbl {
    padding: 4px;
}

    .awe-dash-tbl thead {
        background: #ebebeb;
    }




.awv-dashboard .form-control-feedback {
    text-align: initial;
    width: 30px;
}

.awv-dashboard select.form-control, .care-dashboard select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/down-arrow.png) no-repeat;
    background-size: 16px;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
}

.awv-dashboard .form-control, .care-dashboard .form-control, .tcm-dashboard .form-control {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
}

.awv-dashboard .form-textbox, .care-dashboard .form-textbox {
    background-color: #f4f4f4 !important;
}

.age-destribut table tr th:first-child, .age-destribut table tr th:nth-child(2), .age-destribut table tr td:first-child, .age-destribut table tr td:nth-child(2) {
    text-align: left;
}

.awv-dashboard .AWVSearchBtn, .awv-dashboard .AWVSearchBtn:hover, .awv-dashboard .AWVSearchBtn a {
    min-width: 190px;
    width: auto;
}

.awv-dashboard .pagination, .tcm-dashboard .pagination {
    margin: 0;
    padding-right: 10px;
}

    .awv-dashboard .pagination p {
        font-family: Roboto-Medium;
        font-size: 12px;
    }

    .awv-dashboard .pagination a span, .tcm-dashboard .pagination a span {
        letter-spacing: -5px;
        font-size: 15px;
        color: #2482ce;
    }

.awv-dashboard .disablecolor, .tcm-dashboard .disablecolor {
    color: #bdd9f0 !important;
}

#tblTCMPatientSearchModal_wrapper th, #tblTCMPatientSearchModal_wrapper td {
    min-width: 100px;
    max-width: 100px;
    width: 100px;
}

/*-----------Care Manager-------------*/
.care-dashtbl {
    padding: 7px;
}

#plist_wrapper .DTFC_LeftBodyWrapper td {
    padding: 10px 11px 10px 11px !important;
    min-width: 22px;
}

    #plist_wrapper .DTFC_LeftBodyWrapper td img {
        width: auto !important;
    }

    #plist_wrapper .DTFC_LeftBodyWrapper td:first-child {
        max-width: 20px;
        width: 20px;
        min-width: 20px;
        padding: 8px 12px 8px 5px !important;
    }

.care-dashtbl #plist td img {
    width: auto !Important;
    height: auto !important;
}

.care-dashtbl table th {
    background-color: #dee9f1;
    border-bottom: none !important;
    padding: 4px 4px !important;
    font-size: 12px;
}

.care-dashtbl table td {
    border-bottom: 1px solid #ddd;
    border-top: none !important;
    padding: 4px 4px !important;
    font-size: 12px;
}

.care-dashtbl table.caseTrackerTbl td {
    min-width: 50px !important;
}

    .care-dashtbl table.caseTrackerTbl td:last-child {
        white-space: nowrap;
    }

#care-manage-patient td:last-child {
    white-space: nowrap;
}

.care-dashtbl .medium {
    color: #e48737;
    font-weight: 600;
}

.care-dashtbl .high, .awe-dash-tbl .high, .patientluk-up .high {
    color: #ff0000;
    font-weight: 600;
}

.care-dashtbl .low, .awe-dash-tbl .low {
    color: #099016;
    font-weight: 600;
}

.care-dashtbl .AWVSearchBtn {
    width: auto;
    padding: 5px 35px;
}

.care-dashboard .caregap_search_box, .awv-dashboard .caregap_search_box, .tcm-dashboard .caregap_search_box {
    margin-top: 14px;
    width: 180px;
    float: right;
}

.care-dashboard .caregap_search_img, .awv-dashboard .caregap_search_img, .tcm-dashboard .caregap_search_img {
    top: 20px;
}

.care-dashboard .clinical-destribution h3 {
    font-family: Roboto-Medium;
    color: #f68220;
    font-size: 16px;
    margin-top: 10px;
    width: auto;
    margin-bottom: 10px;
    padding-left: 15px;
}




.care-dashboard .AWVPatientSearchTable {
    border: none;
}

.care-dashboard .freek-report li a {
    margin-left: 10px;
}

.care-dashboard .freek-report {
    text-align: left;
    margin-bottom: 40px;
}

.care-dashboard .age-destribut h4 {
    width: 263px;
    margin: 0;
}

.care-dashboard .patient-census {
    height: 100% !important;
}

.care-dashboard span.image_widget img {
    margin: 0 0 5px 0px;
}

.awe-dash-tbl table td:first-child {
    color: #15579f;
}

.care-dashboard .smll-ico {
    left: 17px;
}


/*-------- TCM Dashboard----------*/
.tcm-dashboard table tr td p span img {
    width: 16px;
}

.tcm-dashboard table tr td p {
    margin-bottom: 0px;
}

    .tcm-dashboard table tr td p span {
        margin-right: 14px;
    }

.tcm-dashboard table tr td, .tcm-dashboard table tr th {
    text-align: left;
}



.tcm-dashboard .awe-dash-tbl table td:first-child, {
    color: #2482ce;
}


.tcm-dashboard .patient-census {
    min-height: 345px;
    height: auto !important;
}

.tcm-dwnload {
    display: inline-block;
}

.tcm-search-box {
    position: relative;
    width: 180px;
    display: inline-block;
    margin-right: 10px;
}

.tcm-dwnload img {
    max-width: 36px;
}

.casetracker ul li img {
    width: 16px;
    vertical-align: text-bottom;
}

.casetracker .patient-census {
    min-height: auto !important;
    height: auto !important;
}

.trackerlist ul.list-inline {
    text-align: left;
    margin-left: 2px;
}

    .trackerlist ul.list-inline li {
        margin: 8px 0;
        font-size: 12px;
        font-family: Roboto-Regular;
    }

        .trackerlist ul.list-inline li span {
            margin: 0 5px;
        }

.nw-tbl table.table th, .nw-tbl table.table td {
    padding: 10px 8px !important;
    white-space: nowrap;
}

.nw-tbl table.table th {
    background: #EBEBEB;
}
/*-------- End of TCM Dashboard----------*/

/*-----Patient Lookup----*/

.patientluk-up .lookup-btn {
    margin-top: 20px;
}

.patientluk-up label#patient_email {
    color: #0061b0;
}

.email-btn .lookup-btn {
    margin-top: 0px;
}

.email-btn p {
    margin-bottom: 35px;
}

/*-----Patient Lookup----*/



/*-----Intake Patient care----*/

.intake_lft_pad {
    padding-left: 0;
}

.email-btn input.form-control {
    border-radius: 0;
}
/*-----Intake Patient care----*/

@media (max-width:1400px) and (min-width:992px) {
    .care-dashboard .freek-report li a {
        margin-left: 1px;
    }

    .care-dashboard .freek-report li {
        font-size: 11px;
    }
}



@media (max-width: 991px) {
    .media-left-pdgm {
        padding-left: 15px;
    }
}

@media (max-width:767px) {
    .awv-dashboard .AWVSearchBtn, .awv-dashboard .AWVSearchBtn:hover, .awv-dashboard .AWVSearchBtn a {
        min-width: 190px;
        width: 100% !important;
    }

    .care-dashboard .caregap_search_box, .awv-dashboard .caregap_search_box, .tcm-dashboard .caregap_search_box {
        margin-top: -7px;
        width: 100%;
        float: left;
        margin-bottom: 14px;
    }

    .care-dashboard .caregap_search_img {
        top: 0px;
    }

    .care-dashboard .age-destribut h4 {
        width: 88%;
    }

    .tcm-dashboard .traditin-assimnt {
        padding-top: 0;
        padding-bottom: 90px;
    }
}
/*-------popup css---*/
#SearchDialog h2 {
    font-family: Roboto-Medium;
    color: #f68220;
    font-size: 16px;
    margin-top: 5px;
    width: auto;
    margin-bottom: 20px;
    padding-left: 15px;
}




#ResourceManager .patient-box {
    background-color: #f4f4f4;
    border: 1px solid #d4e5f3;
    height: 45px;
    padding: 5px;
}

    #ResourceManager .patient-box a {
        margin-top: 5px;
        margin-right: 10px;
    }

#ResourceManager .form-textbox {
    background-color: transparent;
    margin-bottom: 20px;
    border-radius: 0px;
    box-shadow: none;
    width: 75%;
    float: left;
    border: none;
}

#ResourceManager table.table {
    margin-top: 20px;
    border: 1px solid #ddd;
}

    #ResourceManager table.table th {
        background-color: #f4f4f4;
        border-top: none;
        border-bottom: 1px solid #ddd;
    }

    #ResourceManager table.table td {
        border-top: none;
    }

.image_size {
    width: 35px;
    height: 35px;
}

#CaseManager .modal-header {
    background: #b3d4f2;
    color: #000;
}

.trackerlist li a {
    color: #333;
}

#CaseManager p img {
    background: #fa9b00;
    border-radius: 50%;
    width: 40px;
    padding: 5px;
}

#CaseManager p {
    font-size: 14px;
    font-family: Roboto-Light;
    margin-left: 4px;
}

#CaseManager .modal-body p:first-child {
    margin-bottom: 20px;
    margin-left: 0;
}

#CaseManager .lookup-btn {
    padding: 6px 60px;
}

#CaseManager .select2-container {
    width: 100% !important
}

#CaseManager .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    height: 85px;
}

#CaseManager .select2-container--default .select2-selection--multiple {
    border: 1px solid #aaa !important;
    border-radius: 0;
}

#CaseManager .multi-selct span.select2-selection__choice__remove {
    float: right;
    margin-left: 15px;
}

.multi-selct .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ebebeb;
    border: 1px solid #aaa;
    border-radius: 19px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 8px 7px 7px 0px;
    color: #000;
    font-size: 14px;
    width: 200px;
    overflow: hidden;
}

span.img_select2 {
    background: #fa9b00;
    color: #fff;
    font-size: 11px;
    padding: 11px;
    border-radius: 50%;
    margin-right: 6px;
}

/*-----Patient Lookup----*/

.patientluk-up .lookup-btn {
    margin-top: 20px;
}

.patientluk-up label#patient_email {
    color: #0061b0;
}

.email-btn .lookup-btn {
    margin-top: 0px;
}

.email-btn p {
    margin-bottom: 35px;
}

/*-----Patient Lookup----*/

/*-----Intake Patient care----*/

.intake_lft_pad {
    padding-left: 0;
}

.email-btn input.form-control {
    border-radius: 0;
}
/*-----Intake Patient care----*/


/*------------BlazeBOard-----------*/

.blazecontent h3 {
    color: #00b1f2;
    font-family: Roboto-Light;
    font-size: 20px;
}

.third_col_bg {
    background: #fafafa;
    padding: 10px;
    border: 1px solid #eee;
    width: 100%;
    float: left;
}

    .third_col_bg p {
        color: #386c99;
        font-size: 10px;
        font-family: Roboto-Regular;
        margin: 0;
    }

    .third_col_bg h2 {
        color: #f7941e;
        font-size: 38px;
        margin: 0;
        font-family: Roboto-Light;
    }

.blz-row-ht {
    height: 100%
}

.blz_second_col {
    background: #00b9f2;
    color: #fff;
    height: 100%;
    width: 100%;
    float: left;
}

.blz-img-pnl {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px;
}

.blz-info {
    font-family: Roboto-Light;
    text-align: center;
}

    .blz-info h4 {
        font-size: 26px;
        margin-top: 0;
        margin-bottom: 39px;
    }

.blz-tbl {
    padding: 7px 15px;
}

.blz-info p {
    font-size: 24px;
}

.blazeboard .flex-row {
    margin-bottom: 0;
}

.blz-tbl table img {
    width: 13px;
}

.blz-tbl table th {
    background: #f1f1f1;
}

.btn-fullview {
    background: #00b9f2;
    color: #fff;
    font-size: 12px;
    font-family: Roboto-Medium;
    border-radius: 0;
}

    .btn-fullview:hover {
        color: #fff;
    }

.blz-col-ftr {
    display: block;
}

.care-dashboard .blz-col-ftr img {
    width: auto;
    float: left;
    margin: 0;
    background: transparent;
    padding: 0;
}

.blazecontent .blz-col-ftr img {
    width: 25px;
    float: right;
    margin: 0 3px;
    background: #656e74;
    padding: 4px;
}

.blz-tbl table tr td, .blz-tbl table tr th {
    font-size: 10px;
    text-align: left;
}

.blz-second-tbl tr td:last-child {
    width: 62px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.blz-nxt {
    margin-top: 6px;
}

    .blz-nxt a {
        color: #000;
        font-size: 12px;
        font-family: Roboto-Medium;
    }

    .blz-nxt span {
        color: #77aada;
        font-size: 20px;
        vertical-align: text-bottom;
    }

.blz-last-sec {
    background: #00b9f2;
    width: 100%;
    float: left;
    padding: 10px;
    color: #fff;
}

    .blz-last-sec p {
        margin-bottom: 0;
    }

        .blz-last-sec p span {
            font-size: 22px;
            font-family: Roboto-Light;
            margin-right: 15px;
            vertical-align: middle;
        }

.btn-mybridge {
    background: rgba(0, 0, 0, 0.61);
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    padding: 6px 16px;
}

    .btn-mybridge:hover, .btn-mybridge:focus {
        color: #fff;
    }

.blz-last-sec img {
    width: 35px;
    background: rgba(0, 0, 0, 0.61);
    padding: 7px;
}

.graph-content p {
    font-size: 10px;
    line-height: 13px;
    font-family: Roboto-Regular;
    margin-bottom: 4px;
}

    .graph-content p:nth-child(2) {
        font-size: 10px;
        color: #646363;
    }

.blazeboard #benchmark, .blazeboard #benchmark2, .blazeboard #benchmark3 {
    border: 1px solid #ccc;
    overflow: hidden;
}

.blz-col-position {
    position: relative;
}

.blazeboard .blz-col-position .blz-col-ftr, .care-dashboard .blz-col-position .blz-col-ftr {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#BlzBoard .modal-content {
    width: 100%;
    float: left;
    background: transparent;
    box-shadow: none;
    border: none;
}

#BlzBoard .modal-body {
    width: 100%;
    float: left;
    padding: 0px;
}

#BlzBoard .modal-header {
    background: transparent;
    border: none;
    padding: 3px 1px;
}

#BlzBoard button.close.modal-close {
    color: #b3cfe5;
    opacity: 1;
    border: none;
    border-radius: 0;
    padding: 1px 10px;
    background: #fff;
    font-size: 30px;
}

#BlzBoard .graph-content p span {
    color: #386c99;
}

#BlzBoard .graph-content p {
    color: #646363;
}

.blz-scroll {
    height: 480px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#benchmark4 {
    border: 1px solid #ccc;
    overflow: hidden;
    min-height: 200px;
    margin-bottom: 10px !important;
}



.blz-media-pdgm {
    padding-right: 0;
}
/*------------End of BlazeBOard-----------*/


/*---------Schedule Appointment---------*/



.custom-calender a {
    color: #8e352e;
    text-decoration: none;
}



.custom-calender thead {
    background: #ddedf9;
}

.custom-calender tr.days td {
    padding: 0
}

.custom-calender .weekdays th {
    text-align: center;
    line-height: 20px;
    border: none !important;
    padding: 10px 6px;
    color: #000;
    font-size: 12px;
    font-family: Roboto-Regular;
    font-weight: bold;
}


.custom-calender .days li:hover {
    background: #d3d3d3;
}

.custom-calender .date {
    text-align: center;
    margin-bottom: 5px;
    padding: 4px;
    background: #333;
    color: #fff;
}

.custom-calender .event {
    font-size: 13px;
    background: #fcf17a;
    color: #000;
    text-decoration: none;
    padding: 4px;
}

.custom-calender .event-desc {
    color: #000;
    margin: 3px 0 7px 0;
    text-decoration: none;
    font-size: 12px;
}

.custom-calender .other-month {
    background: #fff;
    color: #666;
}

a.btn.btn-schedule {
    border: 1px solid #ccc;
    margin-right: 8px;
    margin-top: 10px;
    color: #000;
    border-radius: 0;
    padding: 6px 12px 6px 0px;
    width: 180px;
    margin-bottom: 12px;
}

.btn-schedule span {
    color: #00b9f2;
    left: -9px;
}

span.yellows-select {
    background: #fcf17a;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    border: 1px solid #ccc;
}

span.default-select {
    background: #f5f5f5;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    border: 1px solid #ccc;
}

.appt-link a {
    color: #000;
}

.sche-ico img {
    width: 30px;
    margin-right: 5px;
    margin-top: 14px;
}

.event-time {
    font-size: 12px;
    color: #999;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td {
    padding: 10px;
}

tr.weekdays th span {
    color: #2482ce;
    font-size: 15px;
}

/*---------Schedule Appointment---------*/


@media (max-width:1400px) and (min-width:992px) {
    .care-dashboard .freek-report li a {
        margin-left: 1px;
    }

    .care-dashboard .freek-report li {
        font-size: 11px;
    }
}

@media (max-width:1199px) {
    .blz-media-pdgm {
        padding: 0;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .media-left-pdgm {
        padding-left: 15px;
    }

    .blazeboard .blz-col-position .blz-col-ftr, .care-dashboard .blz-col-position .blz-col-ftr {
        position: relative;
        width: auto;
    }

    .care-dashboard .smll-ico {
        left: 0px;
    }

    .caretracker-col {
        margin-left: 0;
        padding-right: 15px;
    }

    .caseassigner-col {
        margin-left: -15px;
    }

    .caregap_dash .patient_search_radioalign {
        padding: 0;
        margin-top: 10px;
    }
}

@media (max-width:767px) {
    .awv-dashboard .AWVSearchBtn, .awv-dashboard .AWVSearchBtn:hover, .awv-dashboard .AWVSearchBtn a {
        min-width: 190px;
        width: 100% !important;
    }

    .care-dashboard .caregap_search_box, .awv-dashboard .caregap_search_box, .tcm-dashboard .caregap_search_box {
        margin-top: -7px;
        width: 100%;
        float: left;
        margin-bottom: 14px;
    }

    .care-dashboard .caregap_search_img, .awv-dashboard .caregap_search_img, .tcm-dashboard .caregap_search_img, .casetracker .caregap_search_img {
        top: 0px;
    }

    .care-dashboard .age-destribut h4 {
        width: 67%;
        margin-bottom: 20px;
    }

    .tcm-dashboard .traditin-assimnt {
        padding-top: 0;
        padding-bottom: 90px;
    }

    .intake_lft_pad {
        padding-left: 15px;
    }

    .care-dashboard .traditin-assimnt {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .req-emc {
        text-align: left;
    }

    a.btn.lookup-btn {
        margin-bottom: 5px;
    }

    .care-dashboard .traditin-assimnt {
        padding-top: 0;
        padding-bottom: 50px;
    }
}

@media (max-width:500px) {
    .blz-last-sec .col-xs-8 {
        width: 100%;
        margin-bottom: 10px;
    }

    .blz-last-sec .col-xs-4 {
        width: 100%;
        text-align: left;
    }

    .lookup-btn {
        font-size: 12px;
        padding: 8px 16px 8px 16px;
    }
}

@media (min-width: 1100px) {
    .modal-lg {
        width: 1097px;
    }
}

/*care manager*/
.greenevent {
    background-color: #d1f2c6 !important;
    color: black !important;
    text-align: center;
}

.whitevent .fc-event-inner {
    background-color: #d1f2c6 !important;
    border: none !important;
    border-color: #d1f2c6 !important;
    color: #000 !important;
    text-align: center;
}

.age-destribut img {
    width: 25px !important;
    height: 55px !important;
}

.custom-calender td {
    padding: 0px !important;
    height: 45px !important;
}

    .custom-calender td:first-child {
        padding-top: 10px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

.care-dashboard .blz-col-ftr {
    display: flex;
}


/*----CareGaps-------*/
.caregap_dash .caregap_nav_tabs {
    margin-bottom: 20px;
    padding: 0 15px;
    border: none;
}

.caregap_dash .caregap_tab_selectbox {
    margin-left: 0px;
}

.caregap_dash table#caregaps_practicestatus th {
    background: #ebf2f6;
    padding: 10px;
    text-align: center;
}

    .caregap_dash table#caregaps_practicestatus th:first-child {
        text-align: left;
    }

.caregap_dash table#caregaps_practicestatus tr td {
    text-align: center;
}

    .caregap_dash table#caregaps_practicestatus tr td:first-child {
        text-align: left;
    }

.caregap_dash div#caregaps_practicestatus_length {
    margin: 0 10px;
}

.caregap_dash .buttons_line {
    margin: 0% 0% 2px 12px;
}

.caregap_dash .cargap_tab_widget ul.nav.nav-tabs.caregap_nav_tabs {
    padding: 0;
    border-bottom: 2px solid #5c85ac;
}

    .caregap_dash .cargap_tab_widget ul.nav.nav-tabs.caregap_nav_tabs li {
        margin-bottom: 0;
    }

.caregap_dash .srch-txt {
    color: #5c85ac;
    font-family: Roboto-Light;
    font-size: 15px;
}

.caregap_dash span.image_widget img {
    margin: 0 1px;
}

.caregap_dash .caregap_first_widget .pull-right {
    margin-top: 6px;
}

.caregap_dash .pagination.pagination-normal.pagination-centered {
    margin: 0;
}

.caregap_dash .pagination_editcaregap.pull-right span {
    vertical-align: sub;
}

.caregap_dash i.fa.fa-question.glyphicon_sign {
    vertical-align: text-top;
}

.caregap_dash input#SearchKey {
    border: 2px solid #8ea7c7;
}

.caregap_dash div.dataTables_wrapper .dataTables_info {
    bottom: 14px;
}

.caregap_dash #caregaps_practicestatus_paginate {
    margin-bottom: 12px;
}

.caregap_dash li.last a {
    vertical-align: sub;
}

.text-wrap {
    white-space: normal;
    width: 200px;
    word-wrap: break-word;
}


#tblTopExpenditure .text-wrap {
    width: 200px !important;
    max-width: 200px;
}



.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999;
}

.claim-details-head div#tblClaimsDetails_filter input {
    background-color: #fff;
    border-color: #ddd;
}

.claim-details-head div#tblClaimsDetails_filter {
    position: absolute;
    right: 130px !important;
}

.pre-nxt-btn {
    position: absolute;
    right: 250px;
    margin-top: 9px;
    z-index: 9999;
    font-weight: 600;
}

    .pre-nxt-btn input, .pre-nxt-btn input:hover, .pre-nxt-btn input:focus {
        background-color: #0E4C87;
    }

    .pre-nxt-btn span {
        display: block;
        text-align: right;
        padding-top: 5px;
        font-weight: 600;
        overflow: hidden;
        clear: both;
    }

.claim-details-head .dataTables_length label {
    font-weight: 600 !important;
    font-size: 14px;
}

.pre-nxt-btn input, .pre-nxt-btn input:hover, .pre-nxt-btn input:focus {
    margin-right: 0;
    margin-left: 5px;
}

    .pre-nxt-btn input#Previousbtn {
        background-image: url(../Images/left-arrow.png);
        background-position: 10px 9px;
        background-repeat: no-repeat;
        padding-left: 30px;
        float: left;
    }

.pre-nxt-btn span.res-show {
    float: left;
}

table.dataTable thead > tr > th {
    vertical-align: top;
}

.align-row .banchmark-report .row.report_second_widget_height {
    overflow: hidden;
}

#traditional_assignment .highcharts-text-outline {
    stroke-width: 4px;
}

.dt-buttons.buttons_line {
    margin: 0% 0% 0% 2%;
}

.pre-nxt-btn input#Nextbtn {
    background-image: url(../Images/right-arrow.png);
    background-position: 93px 9px;
    background-repeat: no-repeat;
    padding-right: 30px;
    float: left;
}

@media (max-width: 1279px) {
    .pre-nxt-btn span.res-show {
        display: none;
    }
}

@media (max-width: 1199px) {
    .claim-details-head div#tblClaimsDetails_filter {
        position: initial;
        float: none;
        display: block;
        clear: both;
        text-align: left;
    }

    .pre-nxt-btn {
        position: initial;
        margin-top: 9px;
        z-index: 9999;
        font-weight: 600;
        text-align: right;
        max-width: 265px;
        margin-left: auto;
        margin-bottom: 5px;
        display: inline-block;
        float: right;
    }
}

@media (max-width: 480px) {
    .pre-nxt-btn input, .pre-nxt-btn input:hover, .pre-nxt-btn input:focus {
        font-size: 13px;
    }
}

div#cg_patient_search_tab_info, div#cg_patient_search_tab_paginate {
    display: none;
}

.calc-height {
    height: calc(100% - 39px);
}

div#care-manage-patient_length, div#care-manage-patient_filter, div#care-manage-patient_paginate, div#care-manage-patient_info {
    display: none;
}

#care-manage-patient td.dataTables_empty {
    text-align: center;
}

.base-report .image_widget {
}

.base-drp {
    margin-top: 15px;
}

.patient-adv-search {
    padding-top: 0 !important;
}

    .patient-adv-search .my-pationt-page {
        border: 0 none;
    }

    .patient-adv-search .applay-filter {
        padding: 20px 0;
    }

    .patient-adv-search .my-pationt-page li a {
        background-color: #b3d4f3;
        color: #3b6d9a;
    }

    .patient-adv-search .PtPractice, .patient-adv-search .PCPAssigned {
        padding-top: 15px;
    }

#assignment_care_legend .symbol, #condition_care_legend .symbol {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

#assignment_care_legend .item, #condition_care_legend .item {
    display: inline-block;
    margin-right: 15px;
    line-height: 25px;
    cursor: pointer;
    white-space: nowrap;
}

#assignment_care_legend .serieName, #condition_care_legend .serieName {
    display: inline-block;
    font-size: 12px;
}

.tcm-dashboard .tcm-calc-height {
    height: calc(100% - 39px) !important;
}

#assignment_care_legend {
    margin-bottom: 10px;
}

#condition_care_legend, #assignment_care_legend {
    text-align: left;
    margin-left: 15%;
}

.php_individual_patient_table tbody tr td {
    white-space: normal !important;
    word-wrap: break-word !important;
    word-break: break-all !important;
    width: 200px;
}

.CampaignManagRadioSection {
    overflow: hidden;
}

@media (min-width: 992px) {
    .align-row div#benchmark {
        min-height: 210px;
        clear: both;
    }

    .align-row. .col-xs-12.top-expenditures.report-second-widget-height {
        min-height: 267px;
    }

    .align-row. .report_second_widget_height {
        min-height: 266px;
    }
}

#claimsDetailsTooltip {
    display: none;
    position: fixed;
    overflow: hidden;
    background: #cbdce9;
    color: #35699a;
    padding: 1%;
    border-radius: 5px;
    opacity: 0.9;
    z-index: 10;
}

#customtooltip {
    position: fixed;
    z-index: 1550;
    display: none;
    border: 2px solid #ebebeb;
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
    font-size: 12px;
    filter: alpha(opacity=0);
}

/***PHP PAtient Graph***/

.whole-timeline tr td, .timeline-head ul li {
    border: 0 none !important;
    padding-top: 0 !important;
    padding-bottom: 3px !important;
    font-size: 11px;
    font-weight: 600;
}

    .timeline-head ul li.avg-cost span {
        position: absolute;
        top: 35%;
        white-space: nowrap;
        font-size: 13px;
    }

#avgCostPatientTimeline::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 7px;
    z-index: 99;
    top: 8px;
    margin-left: 10px;
    background-image: url('../Images/dotted.png');
}

.whole-timeline tr td span.pat-year {
    font-size: 12px;
    color: #3b6d9a;
    font-weight: 600;
    display: block;
    white-space: nowrap;
}

.timeline-head {
    width: 90px;
}

.whole-timeline .table-responsive {
    width: calc(100% - 90px);
    overflow: hidden;
}

.timeline-head ul li.avg-cost {
    min-height: 329px;
    position: relative;
}

.whole-timeline {
    margin-right: 15px !important;
    padding-left: 15px;
    overflow: hidden;
}

#patientBellchart > td, #patientBellchart td.pat-chart-holder {
    padding: 0 !important;
}

#patientBellchart td.pat-chart-holder, #patientBellchart td.nobrdr {
    border-bottom: 0 !important;
}

    #patientBellchart td.nobrdr.nopdng {
        padding: 0 !important;
    }

#patientBellchart table.table {
    margin-bottom: 0;
}

.pat-timelime-holder {
    margin: auto;
}

.drop {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 15px;
    height: 15px;
    border: none;
    -webkit-border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
    border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0,0,0,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    margin: 5px auto;
}

.drop-green {
    background: #4fb963;
}

.drop-red {
    background: #f45057;
}

.drop-orange {
    background: #f68220;
}

.drop-grey {
    background: #A9A9A9;
}

span.pat-img img {
    width: 100%;
}

span.pat-img {
    display: block;
}

.whole-timeline .table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
}

.whole-timeline .table-responsive::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.sep-legend .symbol {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 4px;
}

.sep-legend {
    position: relative;
    left: 10px;
    width: 122px;
}

    .sep-legend .item {
        display: block;
        margin-right: 0;
        cursor: pointer;
        text-align: left;
        padding-left: 20px;
        position: relative;
    }

    .sep-legend .serieName {
        display: inline-block;
        font-size: 12px;
        line-height: 14px;
    }

.chart-container .highcharts-container {
    width: 100% !important;
}

.reports_radio_align_benchmark {
    padding: 25px 0px 0px 0px;
    display: flex;
}


.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    padding: 2px;
}

#PatientSearch span.form-control-feedback {
    right: 18px;
}

.top-icons {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 0;
}


    .top-icons span.badge.menu_badge {
        right: 0;
    }

.top-icons {
    position: absolute;
    right: 15px;
    top: 40px;
    z-index: 1;
}

    .top-icons ul {
        margin-bottom: 0;
    }

.top-collapse {
    position: absolute;
    right: 0;
    width: 300px;
    z-index: 999;
    background: #fff;
    top: 57px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .top-collapse::before {
        content: "";
        position: absolute;
        right: 11px;
        top: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #ccc transparent;
        z-index: 9999;
    }

table.table:empty {
    display: none;
}

.campaignmangrTabContant button {
    color: #fff !important;
    min-width: auto !important;
    padding: 5px 12px !important;
    border: 0 none !important;
}

#ModalDetailsPopup1, #ModalDetailsPopup2, #ModalDetailsPopup3, #ModalDetailsPopup4, #ModalDetailsPopup5 {
    z-index: 1051;
}

#php_patient_table_wrapper {
    width: 100% !important;
}

#frequently_accessed_report1 .table, #frequently_accessed_report1 .dataTables_wrapper, #frequently_accessed_report1 .highcharts-container, #frequently_accessed_report1 .highcharts-root, #frequently_accessed_report2 .table, #frequently_accessed_report2 .dataTables_wrapper, #frequently_accessed_report2 .highcharts-container, #frequently_accessed_report2 .highcharts-root, #frequently_accessed_report3 .table, #frequently_accessed_report3 .dataTables_wrapper, #frequently_accessed_report3 .highcharts-container, #frequently_accessed_report3 .highcharts-root, #frequently_accessed_report4 .table, #frequently_accessed_report4 .dataTables_wrapper, #frequently_accessed_report4 .highcharts-container, #frequently_accessed_report4 .highcharts-root, #frequently_accessed_report5 .table, #frequently_accessed_report5 .dataTables_wrapper, #frequently_accessed_report5 .highcharts-container, #frequently_accessed_report5 .highcharts-root, #frequently_accessed_report6 .table, #frequently_accessed_report6 .dataTables_wrapper, #frequently_accessed_report6 .highcharts-container, #frequently_accessed_report6 .highcharts-root, #frequently_accessed_report7 .table, #frequently_accessed_report7 .dataTables_wrapper, #frequently_accessed_report7 .highcharts-container, #frequently_accessed_report7 .highcharts-root, #frequently_accessed_report8 .table, #frequently_accessed_report8 .dataTables_wrapper, #frequently_accessed_report8 .highcharts-container, #frequently_accessed_report8 .highcharts-root, #frequently_accessed_report9 .table, #frequently_accessed_report9 .dataTables_wrapper, #frequently_accessed_report9 .highcharts-container, #frequently_accessed_report9 .highcharts-root, #frequently_accessed_report10 .table, #frequently_accessed_report10 .dataTables_wrapper, #frequently_accessed_report10 .highcharts-container, #frequently_accessed_report10 .highcharts-root, #frequently_accessed_report11 .table, #frequently_accessed_report11 .dataTables_wrapper, #frequently_accessed_report11 .highcharts-container, #frequently_accessed_report11 .highcharts-root, #frequently_accessed_report12 .table, #frequently_accessed_report12 .dataTables_wrapper, #frequently_accessed_report12 .highcharts-container, #frequently_accessed_report12 .highcharts-root, #frequently_accessed_report13 .table, #frequently_accessed_report13 .dataTables_wrapper, #frequently_accessed_report13 .highcharts-container, #frequently_accessed_report13 .highcharts-root, #frequently_accessed_report14 .table, #frequently_accessed_report14 .dataTables_wrapper, #frequently_accessed_report14 .highcharts-container, #frequently_accessed_report14 .highcharts-root, #frequently_accessed_report15 .table, #frequently_accessed_report15 .dataTables_wrapper, #frequently_accessed_report15 .highcharts-container, #frequently_accessed_report15 .highcharts-root, #frequently_accessed_report16 .table, #frequently_accessed_report16 .dataTables_wrapper, #frequently_accessed_report16 .highcharts-container, #frequently_accessed_report16 .highcharts-root, #frequently_accessed_report17 .table, #frequently_accessed_report17 .dataTables_wrapper, #frequently_accessed_report17 .highcharts-container, #frequently_accessed_report17 .highcharts-root, #frequently_accessed_report18 .table, #frequently_accessed_report18 .dataTables_wrapper, #frequently_accessed_report18 .highcharts-container, #frequently_accessed_report18 .highcharts-root {
    width: 100% !important;
}

#topIcons .msg-panel .panel-body {
    padding-top: 0;
    padding-bottom: 0;
}

#topIcons .msg-main-body {
    padding-top: 5px;
    min-height: auto;
    border-bottom: 1px solid #cbdce9;
    cursor: pointer;
    overflow: hidden;
    clear: both;
    padding-bottom: 5px;
}

.remove_img_preview, .remove_logo_preview {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #000;
    color: #fff;
    border-radius: 50px;
    font-size: 0.9em;
    padding: 0 0.3em 0;
    text-align: center;
    cursor: pointer;
}

    .remove_img_preview:before, .remove_logo_preview:before {
        content: "×";
    }

#topIcons .msg-main-body:last-child {
    border-bottom: 0 none;
    padding-bottom: 0;
}
/*
@media (min-width: 992px) {
    .second-column-width {
        width: 94%;
    }
}
*/
@media (max-width: 767px) {
    .top-icons {
        display: none;
    }
}

#invitee_list_wrapper .dt-buttons {
    display: none;
}
/******* Welcome Popup **********/
#welcome .modal-dialog {
    height: 100%;
    margin-top: 0;
}

.tbl {
    display: table;
    width: 100%;
    height: 100%;
}

.tbl-cell {
    display: table-cell;
    vertical-align: middle;
}

#welcome .modal-dialog .modal-content {
    background: transparent;
    box-shadow: none;
    border: 0 none;
}

    #welcome .modal-dialog .modal-content .modal-header {
        border: 0 none;
        padding-top: 0;
        padding-bottom: 0;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999;
        padding-right: 0;
    }

#welcome {
    background: rgba(0,0,0,0.9);
}

    #welcome .modal-body {
        padding-right: 0;
    }

    #welcome .modal-dialog .modal-content .modal-header button, .Welcome-screen a, .Welcome-screen a:hover, .Welcome-screen a:focus {
        color: #fff;
        border-color: #fff;
    }

.Welcome-screen .welcome-head {
    text-align: center;
}

.bl-box {
    background: #00b9f2;
    padding: 20px;
    margin-bottom: 10px;
}

.Welcome-screen {
    color: #fff;
    font-family: Roboto-Light;
}

    .Welcome-screen .welcome-head h2 {
        font-size: 38px;
    }

    .Welcome-screen .welcome-head h3 {
        font-size: 26px;
        margin-bottom: 30px;
    }

.bl-lg {
    min-height: 192px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bl-sm {
    min-height: 120px;
}

.bl-lg h2 {
    font-size: 40px;
    text-transform: uppercase;
}

.bl-sm h2 {
    font-size: 26px;
}

.bl-box h2, .Welcome-screen .welcome-head h2 {
    margin: 0;
}

@media (min-width: 768px) {
    .no-pad-left {
        padding-left: 0;
    }

    .less-pad-right {
        padding-right: 10px;
    }

    .top-corn {
        padding-right: 0;
        width: 35.3333%;
    }
}
/******* Welcome Popup **********/

.hdntbl {
    display: none;
}

#divtracEvent_wrapper .dt-buttons {
    display: none;
}

#divtracNews_wrapper .dt-buttons {
    display: none;
}

#divtracSocial_wrapper .dt-buttons {
    display: none;
}

#divtracPromo_wrapper .dt-buttons {
    display: none;
}

.top-icons button.close.chat-close {
    padding: 0;
    width: 20px;
    height: 20px;
    font-size: 17px;
    top: 7px;
    position: absolute;
    right: 10px;
    z-index: 999;
    color: #000;
    opacity: 1;
    border: 1px solid #000;
    border-radius: 50%;
}

    .top-icons button.close.chat-close.msg-chat-close {
        top: 2px;
    }

.patient-prof .phperblock.same-height {
    position: relative;
    min-height: 8vw;
    min-height: 110px;
}

.same-align {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 100%;
}

.phperblock.same-height label {
    white-space: normal;
}

#condition_care .highcharts-data-label-color-0 text {
    fill: #83c38f !important;
}

#condition_care .highcharts-data-label-color-1 text {
    fill: #d7c097 !important;
}

#condition_care .highcharts-data-label-color-2 text {
    fill: #84c0e5 !important;
}

#condition_care .highcharts-data-label-color-3 text {
    fill: #ee757c !important;
}

#patientBellchart td.pat-chart-holder {
    height: 255px;
    position: relative;
}

#patientBellchart > td {
    width: 8.5%;
    display: inline-block;
}

.pat-timelime-holder {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

#care-manage-patient td {
    white-space: normal;
    /*min-width: 42px;*/
}

.care-dashboard .widgetrow_small.caretracker-col {
    height: calc(100% - 39px);
}

.care-manager-tab.care-dashboard .widgetrow_small.caretracker-col {
    height: 100%;
}

.patient-prof .php_profile_img span {
    width: 100px;
    height: 100px;
    display: inline-block;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border: 1px solid #cbdce9;
    cursor: pointer;
}

.launch-ignite-chat-contant img {
    margin-top: -15px;
}

.chat-launch img, .video-launc img {
    margin-top: 0 !important;
}

#recentlyAdmittedTable_wrapper .dt-buttons, #tblTCMSearchModal_wrapper .dt-buttons, .frequent_report .dt-buttons {
    display: flex;
    margin-left: 2%;
    float: right;
}

#recentlyAdmittedTable_filter input[type="search"], #tblTCMSearchModal_filter input[type="search"], .frequent_report input[type="search"] {
    background: #f4f4f4 url(../Images/search.svg) right center no-repeat;
    margin: 5% 0%;
    border: 1px solid #d4e5f3;
    border-radius: 4px;
    cursor: pointer;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    /*border-radius: 4px;*/
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#recentlyAdmittedTable_processing {
    top: auto;
    bottom: 0;
}
/*
div#recentlyAdmittedTable_info {
    bottom: 15px;
}
    */
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg'), url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg'), url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype'), url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Black_0';
    src: url('../fonts/Roboto-Black_0.eot');
    src: url('../fonts/Roboto-Black_0.woff2') format('woff2'), url('../fonts/Roboto-Black_0.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium_0';
    src: url('../fonts/Roboto-Medium_0.eot');
    src: url('../fonts/Roboto-Medium_0.woff2') format('woff2'), url('../fonts/Roboto-Medium_0.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoCondensed-Light';
    src: url('../fonts/RobotoCondensed-Light.eot');
    src: url('../fonts/RobotoCondensed-Light.woff2') format('woff2'), url('../fonts/RobotoCondensed-Light.woff') format('woff'), url('../fonts/RobotoCondensed-Light.ttf') format('truetype'), url('../fonts/RobotoCondensed-Light.svg#RobotoCondensed-Light') format('svg'), url('../fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaLTStd-Roman';
    src: url('../fonts/HelveticaLTStd-Roman.woff') format('woff'), url('../fonts/HelveticaLTStd-Roman.ttf') format('truetype'), url('../fonts/HelveticaLTStd-Roman.svg#HelveticaLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BandungHardcoreGP';
    src: url('../fonts/BandungHardcoreGP.eot');
    src: url('../fonts/BandungHardcoreGP.woff2') format('woff2'), url('../fonts/BandungHardcoreGP.woff') format('woff'), url('../fonts/BandungHardcoreGP.ttf') format('truetype'), url('../fonts/BandungHardcoreGP.svg#BandungHardcoreGP') format('svg'), url('../fonts/BandungHardcoreGP.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IntriqueScriptPersonalUse';
    src: url('../fonts/IntriqueScriptPersonalUse.woff') format('woff'), url('../fonts/IntriqueScriptPersonalUse.ttf') format('truetype'), url('../fonts/IntriqueScriptPersonalUse.svg#IntriqueScriptPersonalUse') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IntriqueScript_PersonalUse';
    src: url('../fonts/IntriqueScript_PersonalUse.eot');
    src: url('../fonts/IntriqueScript_PersonalUse.woff2') format('woff2'), url('../fonts/IntriqueScript_PersonalUse.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BenthamRegular';
    src: url('../fonts/BenthamRegular.eot');
    src: url('../fonts/BenthamRegular.woff2') format('woff2'), url('../fonts/BenthamRegular.woff') format('woff'), url('../fonts/BenthamRegular.ttf') format('truetype'), url('../fonts/BenthamRegular.svg#BenthamRegular') format('svg'), url('../fonts/BenthamRegular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
/*********font family*************/
/**********checkboxes**************/
/**********checkboxes**************/
body {
    font-family: Roboto-Regular;
    background-color: #eaf1f6;
}

label.error {
    color: red;
}

:focus {
    outline: 0px;
}

::-webkit-input-placeholder {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

:-moz-placeholder {
    opacity: 0.7;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
/* FF 4-18 */
::-moz-placeholder {
    opacity: 0.7;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
/* FF 19+ */
:-ms-input-placeholder {
    opacity: 0.7;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
/* IE 10+ */

*:focus::-webkit-input-placeholder {
    opacity: 0;
}

*:focus:-moz-placeholder {
    opacity: 0;
}
/* FF 4-18 */
*:focus::-moz-placeholder {
    opacity: 0;
}
/* FF 19+ */
*:focus:-ms-input-placeholder {
    opacity: 0;
}
/* IE 10+ */

/*::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}*/



.tooltip_claim {
    text-decoration: none;
    position: relative;
}

.tooltip_widget .tooltip_div {
    display: none;
}

.tooltip_widget:hover .tooltip_div {
    display: block;
    position: fixed;
    overflow: hidden;
    background: #cbdce9;
    color: #35699a;
    padding: 1%;
    border-radius: 5px;
    opacity: 0.9;
    z-index: 10;
}

.disable_click {
    pointer-events: none;
    color: #a9a9a9 !important;
}

    .disable_click a {
        pointer-events: none;
    }

    .disable_click .sec-line label {
        pointer-events: none;
        color: #a9a9a9;
    }

div#bs-sidebar-navbar-collapse-1 .navbar-nav > .disable_click a:hover {
    background: transparent;
    color: gray;
}

.widgetrow_small {
    margin-left: -15px;
    padding-right: 0px;
}

.third-column-width {
    width: 15%;
}

.roottip_align {
    /*padding: 5px 0px;*/
    line-height: 25px;
}

/*.second-column-width {
    width: 78%;
}*/
/*profile picture image css*/
.report-section a.col-sm-12.text-center.navbar-brand.dashboard_profile_img {
    padding: 5px 0px;
}
/*------------Radio Button Start-------------*/



/*------------Radio Button End-------------*/

body {
    font-family: Roboto-Regular,Roboto-Light,Roboto-Black,Roboto-Medium;
    background-color: #eaf1f6;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px;
}

.btn.active, .btn:active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,0);
}

.form-control:focus {
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

img, .glyphicon {
    cursor: pointer;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: 0px;
}

.navbar-inverse .navbar-nav > .menu-active > a, .navbar-inverse .navbar-nav > .menu-active > a:focus, .navbar-inverse .navbar-nav > .menu-active > a:hover {
    background-color: #f7941e;
}

input[type="text"]::-webkit-input-placeholder {
    color: #000;
}

input[type="text"]::-moz-placeholder {
    color: #000;
}

input[type="text"]:-ms-input-placeholder {
    color: #000;
}

input[type="text"]:-moz-placeholder {
    color: #000;
}

.bridge-left-menu li {
    float: none;
    margin-left: -10px;
}

.main_head {
    background-color: #3a6d9a;
    padding: 12px 0;
}

.dash_board_glyphicon {
    margin-bottom: 0px;
}

.dash_board_left_glyphicon { /*text-align:center;*/
    padding: 2% 0%;
}

    .dash_board_left_glyphicon a {
        color: #fff; /*padding-top: 5px;*/
    }

.dash_board_left_glyphicons {
    margin: 0% 15% 0% 0%;
}

.dash_board_glyphicon li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
    padding-top: 4px;
}

    .dash_board_glyphicon li a {
        color: #fff;
    }

.sidebar {
    background-color: #2f4e6b;
    border-color: #2f4e6b;
    border-radius: 0px;
    margin-bottom: 0px;
}

.defult_profile_img, .defult_profile_img:hover, .defult_profile_img:focus {
    background: #ddd;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 20%;
    color: #9d9d9d;
}

/*.right-side-menu {
    padding-top: 4%;
}*/

/********************Error Page**************************/
.error_background_page {
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.left-block-error {
    position: absolute;
    color: #fff;
    top: 83%;
    left: 20%;
    -ms-transform: translateX(0%) translateY(60%);
    -webkit-transform: translate(0%, 60%);
    transform: translate(0%, 60%);
}

.right-block-error {
    position: absolute;
    color: #fff;
    top: 83%;
    left: 20%;
    -ms-transform: translateX(0%) translateY(60%);
    -webkit-transform: translate(0%, 60%);
    transform: translate(0%, 60%);
}

.error_div {
    color: #626262;
}

.error_text {
    color: #f6841f;
}

.error_middle {
    margin-left: 15%;
}

.error_page_link {
    position: absolute;
    left: 0%;
    bottom: 5%;
    font-size: 24px;
}
/******************Login Page**************************/
.login_bridge_logo {
    margin: 0 auto;
}

.left_frame_login {
    /*background: #ccdefc;*/
    background: #fff;
    height: 100%;
    font-family: "Roboto-Regular";
}

.left_frame_login_block {
    padding: 5% 8% 0% 8%;
    height: 100%;
}

left_frame_login_block .form-control {
    border-radius: 2px;
}

.login_block {
    margin: 10% auto;
    padding: 5%;
    height: 300px;
    /*background: #e6effe;*/
    background: #fff;
}

.btn_login_submit, .btn_login_submit:hover, .btn_login_submit:active:hover, .btn_login_submit:focus {
    width: 100%;
    color: #fff;
    background-color: #f68c00;
    border: 0px;
    border-radius: 0px;
}

.login_right_main_head {
    /*font-size: 31px;*/
    font-size: 26px;
    color: #fff;
}

.login_block .btn {
    font-size: 16px !important;
    font-weight: bold;
}

.login_block .checkbox_bridge_label {
    font-size: 12px;
    vertical-align: middle;
}

.login_block span {
    font-size: 12px;
}

.login_forgot, .login_forgot:hover {
    /*font-size: 15px;*/
    font-size: 12px;
    color: #3576c8;
}

.login_block input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #747474;
}

.login_block input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #747474;
}

.login_block input::-ms-input-placeholder { /* Microsoft Edge */
    color: #747474;
}

.left_frame_footer {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    /*color: #747474;*/
    color: #b3c1cf;
    background: #4b6886;
}

    .left_frame_footer ul {
        margin-bottom: 18px;
        margin-top: 18px;
    }

    .left_frame_footer li:first-child a {
        text-decoration: underline;
        color: #b3c1cf;
    }

    .left_frame_footer li a {
        color: #b3c1cf;
    }

.right_frame_login {
    font-family: "Roboto-Light";
}

.left_frame_footer ul li {
    padding: 0 5%;
}

.right_frame_img_login {
    /*background: #1f4b93 url(../Images/bridge_login_bg.svg) no-repeat center;*/
    background-size: 85%, cover;
    height: 100%;
}

.left_box_login {
    height: 100%;
    background: #1f4b93;
    overflow: hidden;
}

.fill_height {
    height: 88%;
}

.move_over {
    display: inline-block;
    background: #103559;
    padding: 8px;
    font-size: 11px;
    color: #fff;
    border: 1px solid #fff;
    margin-top: -10%;
}

.new_login img {
    width: 80%;
    margin: auto;
}

.right_frame_head {
    position: absolute;
    top: 0
}

.new_login_logo {
    padding-top: 10%;
}

.magnify-large {
    position: absolute;
    display: none;
    width: 300px;
    height: 300px;
    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.right_frame_head {
    position: absolute;
    top: 0%;
}

.right_frame_footer {
    position: absolute;
    /*bottom: 0%;*/
    bottom: 7%;
}

.login_know a {
    font-size: 22px;
    color: #fff;
}

.login_cin {
    font-size: 13px;
    color: #fff;
    padding-top: 4%;
}

/******************Login Page**************************/

/*******************Report Page Css Buy Ramesh*****************/
.head_icon_align {
    position: absolute;
    top: 10px;
}

.head_icon_align_bridge_block {
    position: absolute;
    right: 5px;
    top: -30px;
    z-index: 1;
}

.dash_bridge_head.report_head_align {
    margin-top: 15px;
}

.head_modal_align {
    display: flex;
}

.image_widget.image_widget_small img {
    margin: 2px;
}

.image_widget img {
    width: 20px;
    margin: 2px 5px 5px 5px;
    background: #00b9f2;
    padding: 3px;
    border-radius: 50%;
}

.reports_male_icon {
    padding-left: 15%;
}

.search_img {
    position: absolute;
    right: 35px;
    top: 5px;
}

.date_label_text {
    font-size: 11px;
}

.search_box_top {
    margin-top: 5px;
}

    .search_box_top .form-textbox {
        margin-bottom: 5px;
    }

.report_update_date {
    color: #2482ce;
    font-weight: bold;
}

.dash_bridge_head {
    font-family: Roboto-Light;
    font-size: 30px;
    color: #2482ce;
}

#tblRecentAdmit_wrapper table tr td, #tblRecentAdmit_wrapper table tr th, #tblPriorityPatient_wrapper td, #tblPriorityPatient_wrapper th, #tblContactPatient_wrapper td, #tblContactPatient_wrapper th {
    white-space: nowrap !important;
    text-align: left !important;
    font-size: 12px !important;
    padding: 8px !important;
}

#tblRecentAdmit_wrapper table, #tblPriorityPatient_wrapper table, #tblContactPatient_wrapper table {
    table-layout: inherit !important;
}

#tblRecentAdmit_wrapper .dataTables_scrollBody .dataTable thead tr, #tblPriorityPatient_wrapper .dataTables_scrollBody .dataTable thead tr, #tblContactPatient_wrapper .dataTables_scrollBody .dataTable thead tr {
    display: contents;
    width: 100%;
}

.claim-details {
    border: 1px solid #cbdce9;
    background-color: #fff;
    padding: 0px;
}

    .claim-details h4 {
        color: #F7941E;
        font-family: Roboto-Regular;
        font-size: 16px;
        padding-left: 20px;
    }

.claim-footer {
    background-color: #cbdce9;
    padding: 5px;
    display: flex;
}

    /*.claim-footer i {
        padding-top: 1%;
    }*/

    .claim-footer div.col-sm-11 {
        font-family: Roboto-Regular;
        font-size: 10px;
        color: #35699a;
        line-height: 16px;
    }

.claim-digit {
    font-family: Roboto-Medium;
    font-size: 25px;
    font-weight: bold;
    color: #f68220;
    display: flex;
}

.claim-pr-name {
    font-family: Roboto-Regular;
    font-size: 12px;
    color: #284668;
    font-weight: normal;
    margin-bottom: 5px;
    white-space: nowrap;
}

.claim-digit-green {
    font-family: Roboto-Medium;
    font-size: 25px;
    font-weight: bold;
    color: #70ad47;
    display: flex;
}

.claim-total {
    padding-right: 15px;
}

    .claim-total .control-label {
        font-family: Roboto-Regular;
        font-size: 12px;
        color: #000;
        text-align: right;
        padding-left: 0px;
        padding-right: 0;
        padding-top: 6px;
    }

    .claim-total .form-control {
        background-color: #fdcc6d;
        border-radius: 0px;
        height: 35px;
        border: 1px solid transparent;
        font-family: Roboto-Medium;
        color: #000;
        font-size: 16px;
        font-weight: normal;
        padding: 4px 5px;
    }

.banch-reprt {
    color: #F7941E;
    padding-left: 15px;
    font-family: Roboto-Medium;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    word-break: break-word;
}

.chart-first {
    padding-top: 5%;
}

.banchmark-report {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

.expdtur-list li {
    list-style-type: decimal;
    border-bottom: 1px solid #cce5b4;
    white-space: nowrap;
}

    .expdtur-list li a {
        color: #000;
        font-family: Roboto-Regular;
        font-size: 11px;
    }

.benificiar-persent {
    background-color: #53CAF5;
    border-radius: 50%;
    height: 116px;
    width: 116px;
    cursor: pointer;
}

    .benificiar-persent p {
        font-family: Roboto-Regular;
        font-size: 18px;
        color: #fff;
        font-family: 'RobotoCondensed-Light';
        line-height: 27px;
    }

        .benificiar-persent p:nth-child(2) {
            font-size: 30px;
            margin-bottom: 0;
            font-size: 45px;
            margin-bottom: 0;
            line-height: 37px;
            letter-spacing: -5px;
        }

        .benificiar-persent p:nth-child(1) {
            padding-top: 5%;
            margin-bottom: 0;
        }

.min-digit p {
    font-family: Roboto-Regular;
    font-size: 24px;
}

.diagnosis h4 {
    color: #2482ce;
    font-family: Roboto-Regular;
    font-size: 16px;
    text-align: center;
}



.estmated-price {
    font-family: Roboto-Regular;
    /*font-weight: 600;*/
    color: #70ad47;
    font-size: 30px;
    text-align: center;
    padding-top: 90px;
}

.estmated-price-novar {
    font-family: Roboto-Regular;
    /*font-weight: 600;*/
    color: #d3d3d3;
    font-size: 25px;
    text-align: center;
    padding-top: 25%;
}

.high-risk-pationt {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .high-risk-pationt h3 {
        font-family: Roboto-Regular;
        color: #f68220;
        font-size: 16px;
        padding-left: 5%;
        margin-top: 10px;
    }

.copd p:nth-child(1) {
    margin-bottom: 0px;
}

.copd p {
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #2482ce;
    font-weight: 500;
}

.freqntly-acsed-rport {
    border: 1px solid #cbdce9;
    /*margin-right: -15px;*/
    background-color: #fff;
}

    .freqntly-acsed-rport h3 {
        font-family: Roboto-Regular;
        color: #f68220;
        font-size: 16px;
        padding-left: 7%;
        margin-top: 10px;
    }

.freek-report {
    margin-bottom: 0px;
    padding: 0% 5%;
}

    .freek-report li {
        list-style-image: url('../Images/icon7.svg');
        font-size: 14px;
        line-height: 32px;
        /*padding: 0% 5%;*/
    }

        .freek-report li a {
            font-family: Roboto-Regular;
        }

.patient-census {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

.age-destribut-block {
    padding: 0px;
}

.patient-census h3 {
    font-family: Roboto-Regular;
    color: #f68220;
    font-size: 16px;
    padding-left: 15px;
    margin-top: -3px;
}

.clinical-destribution {
    border: 1px solid #cbdce9;
    /*margin-right: -15px;*/
    background-color: #fff;
}

.age-destribut h4 {
    color: #2482ce;
    font-size: 14px;
    font-family: Roboto-Regular;
    /*font-weight: 600;*/
    /*margin: 0px;*/
}

.age-destribut p {
    font-family: Roboto-Regular;
}

.patnt-cas-blok1 {
    background-color: #ebeff2;
    padding: 5px 0px;
    white-space: nowrap;
}

.patnt-cas-blok2 {
    background-color: #f1f5f6;
    padding: 5px 0px;
    white-space: nowrap;
}

.clinical-destribution h3 {
    font-family: Roboto-Regular;
    color: #f68220;
    font-size: 16px;
    margin: 10px auto 0 auto;
    width: 122px;
}

.head_icon_align_current {
    right: 30px;
}

    .head_icon_align_current .perf-slider-mybridge {
        right: -20px;
    }
/*****************current vs prior widget in reports****************/
.current_prior_table thead tr th {
    background: #f3f7fa;
}

.current_prior_table thead tr th, .current_prior_table tbody tr td {
    text-align: center;
    border-top: 1px solid #fff;
}

.current_prior_table > tbody > tr:nth-of-type(odd) {
    background: #eeddc9;
}

.current_prior_table > tbody > tr:nth-of-type(even) {
    background: #d4e5df;
}

.current_prior_table thead tr th:first-child, .current_prior_table tbody tr:nth-of-type(odd) td:first-child {
    background: #fff;
    border: 0px;
    color: #2482ce;
}

.current_prior_table tbody tr td:first-child {
    white-space: nowrap;
    vertical-align: middle;
}

.last_year_legend_table {
    background: #eeddc9;
    padding: 0px 8px 0px 8px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.current_year_legend_table {
    background: #d4e5df;
    padding: 0px 8px 0px 8px;
    margin-right: 10px;
}
/*************report page FAR Popups******************/
.tblFARSummary {
    background-color: #cbdce9;
}

.tblFAR thead .tblFAR_th {
    background-color: #dfdfdf;
}

.tblFAR {
    border: 1px solid #ddd;
    font-size: 14px;
}

.table-height-scroll {
    overflow-y: auto;
    height: 150px;
}

.modal_head_align, .modal_head_radio_align {
    display: flex;
}

/*.clinc-destri {
    height: 38.5%;
}*/
/*.hchn-patint{padding-top:20%;}*/

/*----------------Referrals Reports-----------------*/
.right_accordion {
    background-color: #dde5e8;
}

.referrals-reports {
    border: 1px solid #cbdce9;
    padding-top: 2%;
    height: 100%;
    background-color: #fff;
}

    .referrals-reports .nav-tabs {
        border-bottom: 1px solid transparent;
    }

        .referrals-reports .nav-tabs > li > a:hover {
            border-color: transparent;
        }

        .referrals-reports .nav-tabs > li.active > a, .referrals-reports .nav-tabs > li.active > a:focus, .referrals-reports .nav-tabs > li.active > a:hover {
            border: 1px solid transparent;
            background-color: #01bcf3;
            color: #fff;
            border-radius: 0px;
            font-family: Roboto-Regular;
            font-size: 14px;
        }

        .referrals-reports .nav-tabs > li > a {
            background-color: #2582d0;
            border-radius: 0px;
            color: #fff;
            font-family: Roboto-Regular;
            font-size: 14px;
            margin-right: 10px;
            padding: 8px 25px 8px 25px;
        }

.refrl-valm-block {
    border: 1px solid #cbdce9;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 89%;
}

.refrl-status-block {
    border: 1px solid #cbdce9;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 89%;
}

.refrl-pattern-block {
    border: 1px solid #cbdce9;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 89%;
}

.report-criteria {
    background-color: #e5f3fc;
}

    .report-criteria h3 {
        font-family: Roboto-Regular;
        font-size: 16px;
        color: #f68220;
        margin-top: 0px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
    }

.ref-val-rport-cont h3 {
    font-family: Roboto-Regular;
    font-size: 16px;
    padding: 0px 0px 15px 15px;
}

.refrel-form-contant .control-label {
    text-align: left;
    padding-left: 30px;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
}

.control-to-label {
    padding-top: 7px;
    margin-bottom: 0;
}

.ref-date-rang {
    padding: 0px;
}

.refrel-form-contant .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.refrel-form-contant label {
    font-weight: normal;
}

.by-appontment .form-control-feedback {
    text-align: left;
}

.submit-btn, .submit-btn:hover, .submit-btn:focus, a.submit-btn, a.submit-btn:hover:not(.disabled), a.submit-btn:focus:not(.disabled), a.submit-btn:active:not(.disabled), a.submit-btn:active:not(.disabled):hover:not(.disabled), .nav > li > .submit-btn, .nav > li > .submit-btn:hover, .nav > li > .submit-btn:focus {
    background-color: #2582cf;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

    .submit-btn a, a.submit-btn {
        color: #fff;
    }

.reset-btn a {
    color: #fff;
}

.reset-btn {
    background-color: #2582cf;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    margin-right: 15px;
}

.refrl-status-contant h3 {
    font-family: Roboto-Regular;
    font-size: 16px;
    padding: 0px 0px 15px 15px;
}

.refrl-status-contant .control-label {
    text-align: left;
    padding-left: 30px;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
}

.refrl-status-contant label {
    font-weight: normal;
}

.refrel-stat-form .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.refrel-patter-contant h3 {
    font-family: Roboto-Regular;
    font-size: 16px;
    padding: 0px 0px 15px 15px;
}

.referl-pattern-form .control-label {
    text-align: left;
    padding-left: 30px;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
}

.referl-pattern-form label {
    font-weight: normal;
}

.referl-pattern-form .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.startyear {
    padding-top: 7px;
    margin-bottom: 0;
}
/*----------------Main Dashboard---------------*/
.panel-heading .accordion-toggle-main:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    content: "\2212";
    /* float: right; */
    color: #fff;
    padding: 7px;
    vertical-align: bottom;
    font-size: 10px;
}

.panel-heading .accordion-toggle-main.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\002b"; /* adjust as needed, taken from bootstrap.css */
}

.orange-hading .panel {
    border-radius: 0px !Important;
    margin-bottom: 20px !Important;
}

.blue-hading .panel {
    border-radius: 0px !Important;
    margin-bottom: 20px !Important;
}

.perpal-hading .panel {
    border-radius: 0px !Important;
    margin-bottom: 20px !Important;
}

.green-hading .panel {
    border-radius: 0px !Important;
    margin-bottom: 20px !Important;
}

.orange-hading .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #fff;
    background-color: #f7941e;
    border-color: #f7941e;
}

.blue-hading .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #fff;
    background-color: #00b9f2;
    border-color: #00b9f2;
}

.perpal-hading .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #fff;
    background-color: #734a9e;
    border-color: #734a9e;
}

.green-hading .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #fff;
    background-color: #448e13;
    border-color: #448e13;
}

.right_accordion .panel-title > a {
    display: block;
    padding: 10px 0px 10px 20%;
    text-decoration: none;
}

.right_accordion .more-less {
    /*float: right;*/
    font-family: Roboto-Regular;
    font-size: 20px;
    line-height: 2;
}

.right_accordion .glyphicon-remove {
    font-size: 10px;
}

.right_accordion .more-less1 {
    /*float: right;*/
    /*font-family: Roboto-Regular;
    font-size: 20px;
    line-height: 2;
    right: 10%;*/
}

.partner_collapse_icon {
    margin-right: -15px;
}

/*.more-less3 {
    right: 10%;
}*/

.right_accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.right_accordion .panel-heading a {
    text-decoration: none;
    color: #fff;
}

    .right_accordion .panel-heading a span {
        font-family: 'OpenSans';
    }

.right_accordion .glyphicon_align_menu:before {
    padding: 0px 5px 0px 6px;
}

.right_accordion .glyphicon_align_menu:before {
    padding: 0px 5px 0px 6px;
}

.right_accordion .panel-body span {
    font-family: Roboto-Regular;
    padding-left: 10px;
}

.panel-heading .accordion-toggle {
    display: block;
}

    .panel-heading .accordion-toggle:after {
        /* symbol for "opening" panels */
        font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
        content: "\2212"; /* adjust as needed, taken from bootstrap.css */
        float: right; /* adjust as needed */
        color: #2582cf; /* adjust as needed */
        border: 1px solid #2582cf;
        border-radius: 50%;
        padding: 3px;
        margin-top: -3px;
    }

    .panel-heading .accordion-toggle.collapsed:after {
        /* symbol for "collapsed" panels */
        content: "\002b"; /* adjust as needed, taken from bootstrap.css */
    }

.orange-hading .panel-title {
    font-size: 14px;
    font-family: Roboto-Regular;
}

.blue-hading .panel-title {
    font-size: 14px;
    font-family: Roboto-Regular;
}

.perpal-hading .panel-title {
    font-size: 14px;
    font-family: Roboto-Regular;
}

.green-hading .panel-title {
    font-size: 14px;
    font-family: Roboto-Regular;
}

.chat_block_menu {
    padding-top: 10px;
    /*right: -5px;*/
}


.talg-user {
    padding-top: 10px;
}

.msg-chat_block_menu {
    padding-top: 10px;
    /*right: 18px;*/
}

.chat_block_menu4 {
    right: 10px;
    padding-top: 10px;
}

.chat_block_menu3 {
    /*right: 10px;*/
    padding-top: 10px;
}

.talk-blaze {
    position: absolute;
    left: 60%;
    margin-top: -5%;
}

.message-center {
    position: absolute;
    left: 61%;
    margin-top: -5%;
}

.launch-ignite {
    position: absolute;
    left: 61%;
    margin-top: -5%;
}

.pater-mesg {
    position: absolute;
    left: 60%;
    margin-top: -5%;
}


.patrn-mesg {
    /*padding-top: 10px;
    white-space: nowrap;*/
}

.talk-chat {
    font-size: 12px;
    line-height: 1;
    padding: 5px;
    font-family: Roboto-Regular;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f3efbf;
    transform: scale(0.9);
}

.chat_icon {
    background-image: url('../Images/chat_icon.svg');
    background-repeat: no-repeat;
    margin-left: 8px;
    border: 1px solid #d4c3b1;
    background-position-x: 5px;
    background-position-y: 5px;
    padding-left: 30px;
}

.bridge-left-menu label {
    font-family: Roboto-Regular;
    font-size: 10px;
    color: #fff;
    font-weight: normal;
    line-height: 15px;
    cursor: pointer;
}

p.dash_bridge_head {
    margin-bottom: 0;
}

.claim-digit .col-sm-2, .claim-digit-green .col-sm-2 { /*padding:0;*/
}

.claim-digit .col-sm-10, .claim-digit-green .col-sm-10 {
    padding-left: 5px;
    padding-right: 0;
}

.claim-digit .col-sm-2 .row, .claim-digit-green .col-sm-2 .row {
    margin: 0;
}

.claim-digit .col-sm-10 span, .claim-digit-green .col-sm-10 span {
    float: right;
}



.claim-details > .row {
    padding: 10px;
}

.four-cols {
    margin-top: -22px;
}

.claim-footer img {
    float: left;
}

.claim-footer div {
    float: left;
    padding: 0;
}

/*.last-row {
    padding-top: 15px;
}*/

.clinical-destribution .col-sm-6:first-child {
    padding-right: 0;
}

.clinical-destribution .col-sm-6:last-child {
    padding-left: 0;
    margin-left: -20px;
}

.clinical-destribution > .row {
    /*min-height: 290px;*/
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover {
    background: #f7941e;
}

.mybridge {
    /*background: url('../Images/Sprit.svg') -10px -14px no-repeat;*/
    background: url('../Images/my_bridge.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .mybridge, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .mybridge {
    background: url('../Images/my_bridge_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.practiceanalytics {
    background: url('../Images/Practice_analysis_blue.svg');
    width: 27px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .practiceanalytics, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .practiceanalytics {
    background: url('../Images/Practice_analysis_white.svg');
    width: 27px;
    height: 24px;
    display: inline-block;
}


.events_hub {
    background: url(../Images/event-hub-icon.png);
    width: 19px;
    height: 19px;
    display: inline-block
}

.mypatient {
    background: url('../Images/my_patient.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

/*.disable_click .mypatient{
    background: url('../Images/my_patient_grey.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}*/

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .mypatient, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .mypatient {
    background: url('../Images/my_patient_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.myphp {
    background: url('../Images/PHP.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}
/*.disable_click .myphp {
    background: url('../Images/PHP.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}*/

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .myphp, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .myphp {
    background: url('../Images/PHP_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.mips_cpc {
    background: url('../Images/MIPS_blue.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .mips_cpc, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .mips_cpc {
    background: url('../Images/MIPS_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.myrefmanager {
    background: url('../Images/Referral_manager.svg');
    width: 20px;
    height: 20px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .myrefmanager, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .myrefmanager {
    background: url('../Images/Referral_manager_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.mymsgcenter {
    background: url('../Images/message_box.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .mymsgcenter, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .mymsgcenter {
    background: url('../Images/message_box_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.myusemanager {
    background: url('../Images/user_manager.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .myusemanager, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .myusemanager {
    background: url('../Images/user_manager_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.myhra {
    background: url('../Images/HRA_blue.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .myhra, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .myhra {
    background: url('../Images/HRA_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.myawv {
    background: url('../Images/AWV.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .myawv, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .myawv {
    background: url('../Images/AWV_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.mycaremng {
    background: url('../Images/Care_manager.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}


div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .mycaremng, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .mycaremng {
    background: url('../Images/Care_manager_white.svg');
    width: 20px;
    height: 20px;
    display: inline-block;
}

.intake {
    background: url('../Images/Intake_blue.svg');
    width: 30px;
    height: 24px;
    display: inline-block;
}

.my-pationt-tcm {
    border: 0 !important;
    padding-bottom: 0 !important;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .intake, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .intake {
    background: url('../Images/Intake_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.mycamp {
    background: url('../Images/Campagin_manager.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .mycamp, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .mycamp {
    background: url('../Images/Campagin_manager_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.mylaunch {
    background: url('../Images/launch_ignite.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .mylaunch, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .mylaunch {
    background: url('../Images/launch_ignite_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.helpsup {
    background: url('../Images/HelpSupport-Blue.svg');
    width: 30px;
    height: 30px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .helpsup, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .helpsup {
    background: url('../Images/HelpSupport-White.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.menu_badge {
    position: absolute;
    top: -7%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 5px;
    font-size: 10px;
    right: 15%;
    background-color: red;
}

@media (min-width: 768px) and (max-width:1100px) {
    .sec-line {
        display: none;
    }

    .menu_div_height {
        margin-bottom: 0px;
        margin-top: 5px;
    }

    .navbar-nav {
        width: 100%;
    }

    .report-section a.col-sm-12.text-center.navbar-brand.dashboard_profile_img {
        padding: 10px 0px;
    }
    /*AWV_Vitals*/
    .formawv .form-inline .form-group input, .formawv .form-inline .form-group select {
        width: 100% !important;
    }
}

@media (max-width:991px) {
    .panel_head {
        padding-top: 2% !important;
    }

    .right_accordion .panel-heading a {
        float: right;
    }

    .partner_collapse_icon {
        margin-right: 0px;
    }

    /*.row_align {
        margin: 0px;
    }*/

    .one_widget_align {
        padding-right: 15px !important;
    }

    .php_first_column_down_div, .php_first_column_down_divthree, .php_first_column_down_divtwo {
        margin: 5px 0px !important;
    }
}

@media (min-width: 768px) {
    /*.dash_board_left_glyphicon a#menu_prev{
    float:left;
}
.dash_board_left_glyphicon a#menu_next{
    float:right;
}*/
    .main_head .col-sm-1.col-xs-2 {
        width: 5%;
        padding: 0 8px;
    }

    .main_head .col-sm-5 {
        width: 44.666667%;
    }

    nav.navbar.navbar-inverse.sidebar.nav_left_slidebar .col-sm-12.navbar-header.form-group {
        padding: 0;
    }

    div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a {
        padding: 0px 3px;
    }

    div#bs-sidebar-navbar-collapse-1 {
        margin-left: 0;
        padding-left: 0;
    }

    ul.bridge-left-menu li {
        margin-left: 0;
    }

    /*.report-section > .col-md-1.col-sm-2.col-xs-12*/ .first-column-width {
        width: 5.2%;
    }
    /*.report-section > .col-md-9.col-sm-10.col-xs-12 {
        width: 78%;
    }*/


}

.benificiar-persent {
    margin: 15% auto 0 auto;
}

@media (max-width:768px) {
    .four-cols {
        margin-top: 0px;
    }

    .modal_width {
        margin: 10px auto;
    }
    /*******************Claims*****************/
    .ClaimAggregate li .claim_tabs_center {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    /******************message center****************/
    .message-center-sub-menu {
        margin: 0px;
    }

    .message-center-submenu-block {
        padding-top: 0% !important;
        margin: 0px;
    }

    .message-center-list-active::after {
        display: none;
    }

    .message-center-submenu-list li {
        padding: 2% !important;
    }
    /*Care plan conditions*/
    .care-cond-bg .col-md-1.col-sm-1.col-lg-1.col-xs-3 {
        margin: 5px 0;
        text-align: center;
    }

    .care-cond-bg .col-md-4.col-sm-4.col-lg-4.col-xs-12 {
        margin-bottom: 10px;
    }

    div.care_cond {
        height: auto;
    }
    /*AWV_Vitals*/
    .formawv .form-inline .form-group input, .formawv .form-inline .form-group select {
        width: 97% !important;
    }

    .formawv .form-inline .form-group:first-child {
        padding-left: 10px;
    }
}

@media(max-width: 1024px) {
    .claim-digit {
        font-size: 22px;
    }

    .claim-digit-green {
        font-size: 22px;
    }

    .claim-pr-name {
        font-size: 10px;
    }

    .claim-total .form-control {
        font-size: 12px;
    }

    .claim-total .control-label {
        font-size: 10px;
    }
}

@media(min-width: 1025px) and (max-width: 1200px) {
    .claim-digit {
        font-size: 23px;
    }

    .claim-digit-green {
        font-size: 23px;
    }

    .claim-pr-name {
        font-size: 10px;
    }

    .claim-total .form-control {
        font-size: 14px;
    }
}
/*-----------------Media Query End-------------------*/
.msg-panel .panel-body {
    padding-top: 5px;
    padding-bottom: 1px;
}

.msg-head {
    background-color: #ddd;
    min-height: 25px;
    padding-top: 6px;
    border-bottom: 2px solid #ccc;
}

    .msg-head sub {
        font-family: Roboto-Regular;
        font-size: 10px;
    }

    .msg-head strong {
        font-family: Roboto-Regular;
        font-size: 10px;
    }

    .msg-head .col-sm-2 {
        padding-left: 0px;
    }

    .msg-head .glyphicon {
        font-size: 10px;
    }

.msg-main-body {
    padding-top: 5px;
    min-height: 38px;
    border-bottom: 1px solid #cbdce9;
}

    .msg-main-body:hover {
        background-color: #ccc;
    }

    .msg-main-body p {
        font-family: Roboto-Regular;
        font-size: 10px;
        white-space: nowrap;
        margin-left: -15px;
        color: #ff2323;
        margin-bottom: 1px;
    }

    .msg-main-body sup {
        font-family: Roboto-Regular;
        font-size: 10px;
        top: 3px;
        float: right;
        line-height: 10px;
        margin-right: -5px;
    }

    .msg-main-body .glyphicon {
        font-size: 10px;
        top: 8px;
    }

    .msg-main-body strong {
        font-family: Roboto-Regular;
        font-size: 11px;
        white-space: nowrap;
        margin-left: -10px;
    }

.msg-more-contant {
    border-bottom: 1px solid #cbdce9;
    text-align: center;
    font-size: 10px;
    padding: 5px;
    font-family: Roboto-Regular;
}

.msg-downn-arrow {
    padding: 5px;
}

.selt-cont-chat strong {
    font-family: Roboto-Regular;
    font-size: 12px;
}

.launch-ignite-block .panel-body {
    padding: 0px;
}

.selt-cont-chat {
    padding: 8px;
    background-color: #e5eaee;
}

.launch-ignite-chat-contant {
    background-color: #f0f4f7;
    min-height: 25px;
    padding-top: 5px;
}

    .launch-ignite-chat-contant .user-text {
        font-family: Roboto-Black;
        font-size: 11px;
        white-space: nowrap;
    }

.activ-icon-green {
    /*padding-top: 5px;*/
}

.user-icon {
    padding-left: 0px;
}

.chat-launch {
    /*padding-left: 8px;*/
}

.video-launc {
    padding-left: 8px;
}

.partner-msg h4 {
    font-family: Roboto-Regular;
    font-size: 23px;
    color: #AD1E22;
}

.part-text p {
    font-family: Roboto-Regular;
    font-size: 13px;
    text-align: justify;
}
/*******************start-claimdetails*****************/
.nav-pills > .claims-tab {
    width: 40%;
}

    .nav-pills > .claims-tab > a, .nav-pills > .claims-tab > a:focus {
        background-color: #8bb9ea;
        color: #fff;
        border: none;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

.claim-details-block {
    background-color: #fff;
}

.claimdetails_header h4 {
    font-size: 30px;
    color: #2582cf;
    font-family: 'Roboto-Light';
}

.claimdetail_tab {
    background-color: #2582cf;
    border-radius: 0px;
    color: #fff;
    padding: 6px 14px !important;
    border-radius: 0px !important;
    font-family: 'Roboto-Regular';
    cursor: pointer;
}

#ClaimDetails_main .nav-pills > li.active > a, #ClaimDetails_main .nav-pills > li.active > a:focus, #ClaimDetails_main .nav-pills > li.active > a:hover, #ClaimDetails_main .nav-pills > li > a:hover {
    background-color: #b3d4f3;
    color: #2482ce;
}

.claimdetail_tab:hover, .claimdetail_tab:active, .claimdetail_tab:focus {
    color: #fff;
    background-color: #10bcf3;
}

.claimdetail_search {
    background-color: #d4e5f3;
    /*margin: 0px 0px 15px;*/
}

.claimdetail_search-head {
    margin: 0px 0px 15px;
}

.claimdetail_search p {
    margin: 0px;
    padding: 10px 0px;
    color: #f68220;
    font-family: 'Roboto-Regular';
}

.claimdetail_search_icon {
    padding: 10px 0px;
    text-align: right;
}

.ClaimDetails_form {
    margin-top: 10px;
    font-family: 'Roboto-Regular';
}

.form-textbox {
    background-color: #f4f4f4;
    border-color: #d4e5f3;
    font-size: 14px;
    font-family: 'Roboto-Regular';
    padding-right: 20px;
    border-radius: 0px;
}

.datepicker {
    margin-bottom: 5px;
    padding: 6px 12px;
}

.ClaimDetails_form .claims-label {
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
    font-family: Roboto-Medium;
    font-weight: normal;
}

.radio_btn_div {
    margin-top: 2%;
    margin-bottom: 4%;
}
/*.claimdetails_radio label {
    font-weight: normal;
}*/

.form-control-feedback {
    right: 10px;
    /*right: 10px !important;
    font-size: 16px;
    color: #797a7a;*/
}

.gender-align {
    white-space: nowrap;
}

/*.cd_rmv_padding {
    padding: 0px;
}*/

.cd_rmv_padding_right {
    padding-right: 0px;
}

.cd_rmv_padding_left {
    padding-left: 0px;
}

.claim_check_status {
    display: flex;
}

.claim_ckeck_text {
    padding-top: 3px;
}

#claimsearch {
    width: 30%;
}

/*------------Radio Button Start-------------*/
.claimdetails_radio {
    padding: 0px;
}

/*------------Radio Button End-------------*/
.claimdetails_checkbox label {
    font-size: 12px;
    font-family: 'Roboto-Regular';
    font-weight: normal;
}

.claimdetails_checkbox input {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.claimdetails_checkbox_scroll {
    background: #f4f4f4;
    padding: 5px;
    height: 175px;
    overflow: auto;
    border: 1px solid #d4e5f3;
}

.status_code_height {
    height: 135px;
}
/*******************end-claimdetails*****************/
/*******************start-ClaimAggregate*****************/
.ClaimAggregate_tab > li + li {
    margin-left: 0px;
}

.ClaimAggregate {
    background: #fff;
    padding-top: 2%;
}

    .ClaimAggregate li a {
        background-color: #8bb9ea;
        margin: 2px;
        color: #fff;
        font-size: 14px;
        font-family: 'Roboto-Regular';
        border-radius: 0px;
        padding: 5px;
    }

        .ClaimAggregate li a span {
            padding-right: 10px;
        }

.ClaimAggregate_tab_content h4 {
    color: #f68220;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    margin: 10px;
}

.ClaimAggregate_tab_content {
    border: 1px solid #dfdfdf;
    margin-top: 1%;
    margin-bottom: 1%;
    padding: 1% 0%;
}

    .ClaimAggregate_tab_content .table thead tr th, .ClaimAggregate_tab_content tbody tr td {
        text-align: center;
        font-size: 13px;
        font-family: 'Roboto-Regular';
    }

    .ClaimAggregate_tab_content thead tr {
        background-color: #dfdfdf;
    }

.hcc_chart {
    width: 35%;
    padding-top: 15%;
    background-color: #63c8d4;
    border-radius: 50%;
    height: 50%;
    margin: auto;
    margin: 10% auto;
}

    .hcc_chart button {
        padding: 7px 15px;
        border: 1px solid #0c7fb9;
        background-color: #dbf3f5;
        font-family: 'roboto-regular';
    }

.popup_header {
    border: none;
    padding: 10px;
    background-color: #337ab7;
    font-family: 'Roboto-Regular';
    color: white;
    font-size: 16px;
}

.popup_body {
    border: none;
    margin: 0px;
    overflow: scroll;
    height: 40%;
}

.popup_header .close {
    color: white;
    opacity: 1;
}

.ClaimAggregate li .claim_tabs_center {
    margin-left: -25px;
    margin-right: -25px;
}
/*******************end-ClaimAggregate*****************/

/******************start--hha-rank-reports**************/
.hhnrankingreport {
    background-color: #fff;
    border: 1px solid #cbdce9;
}

.hhn-download-report {
    padding: 15px;
}

.hha_rank_report_footer {
    list-style-type: none;
    background-color: #d4e5f3;
    /*padding: 0px;
    margin: 20px 0px;
    display: flex;*/
}

    /*.hha_rank_report_footer {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }*/

    .hha_rank_report_footer li {
        float: left;
        font-size: 11px;
        padding: 4px;
        font-family: 'Roboto-Regular';
        font-weight: bold;
    }

.hha_rank_table_main {
    overflow-y: scroll;
}

.hha_rank_table {
    border: 1px solid #cbdce9;
    /*margin-bottom: 0px;*/
}

    .hha_rank_table thead tr th, .hha_rank_table tbody tr td {
        text-align: center;
        font-size: 13px;
        font-family: 'Roboto-Regular';
        border: 1px solid #cbdce9;
    }

    .hha_rank_table thead tr {
        background-color: #d4e5f3;
    }

/******************end--hha-rank-reports**************************/

/******************start--top_expends**************************/
.top-Expenditure {
    background-color: #fff;
}

.top-exp-downlod {
    padding: 15px;
}

.top_expend_total_data {
    margin-top: 3%;
    font-family: 'Roboto-Regular';
    font-size: 14px;
}

    .top_expend_total_data span {
        color: #2582cf;
    }

.top_100_table {
    width: 1200px;
}

/******************end--top_100_expends**************************/

.ClaimAggregate_highchart {
    margin: 30px 0px;
}

.highchart_width {
    /*min-width: 70%;*/
    /*height: auto;*/
    /*margin: 0 auto;*/
}

/*------------------------Calim Accordian------------------------*/
.claim-accordian .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #d4e5f3;
}

.claim-accordian .panel-group .claims_panel {
    margin: 2% 0%;
}

.claim-accordian .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #d4e5f3;
    border-color: #d4e5f3;
}

.claim-accordian .panel-title {
    font-size: 15px;
}

    .claim-accordian .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
        color: #f68220;
    }

.claim-accordian .more-less {
    float: right;
    color: #3D6D9B;
    border: 3px solid #3D6D9B;
    border-radius: 50%;
    padding: 3px;
    top: -5px;
}

.claim-accordian .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}
/*----------------Message Center Css Start----------------*/
#txtEditor1, #txtEditor2 {
    visibility: hidden;
    position: absolute;
    display: block !important;
}

.message-center-sub-menu {
    background-color: #f5f9fc !important;
    height: 100% !important;
}

.message-center-submenu-left {
    padding-left: 0px;
    padding-right: 0px;
}

.message-center-submenu-list {
    padding-left: 0px !important;
    font-size: 12px;
}

    .message-center-submenu-list li {
        list-style-type: none;
        padding: 12px 56px 12px 12px;
        border-bottom: 1px solid #cbdce9;
        cursor: pointer;
        display: flex;
        word-break: break-word;
    }

        .message-center-submenu-list li a {
            color: #000;
            display: block;
            width: 100%;
            font-weight: bold;
        }

    .message-center-submenu-list .message-center-list-active a {
        color: #f68220;
    }

    .message-center-submenu-list .message-center-list-active {
        padding: 5%;
        background-color: #cbdce9;
    }

    .message-center-submenu-list li .referal_img_span {
        margin: 0px 5px 0px -5px;
    }
/*.message-center-submenu-block {
    padding-top: 30%;
}*/

.message-center-list-active::after {
    content: "";
    position: absolute;
    left: 100%;
    margin-top: -10px;
    /*top: 4.5%;*/
    border: 18px dotted transparent;
    border-left: 15px dotted #cbdce9;
}

.message-center-page {
    border: 1px solid #cbdce9;
    padding-top: 2%;
    /*height: 140%;*/
    background-color: #fff;
}

.message-center-badge {
    background-color: #f31718;
    width: 20px;
    height: 20px;
    padding: 0px 0px;
    border-radius: 50%;
    position: absolute;
    right: 5%;
    /* padding: 7px 0px; */
}

/*.msg-cent-col {
    padding-right: 1px;
}*/

.compose-msg-btn, .MsgMove {
    background-color: #cbdce9;
    padding: 5px;
    width: 52px;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
    height: 50px;
    margin: 10px 7px;
}

img#compose-message {
    margin-left: 10px;
}

.compose-msg-btn:hover, .compose-msg-btn:focus {
    color: #fff;
}
/*.compose-msg-btn_active{
    background-color: #10bcf3;
}*/

/*.mail-search {
    height: 38px;
    border-radius: 3px;
    border: 1px solid #cbdce9;
    background-image: url('../Images/search.svg');
    background-repeat: no-repeat;
    background-position: right;
}*/

input[type="search"]::-webkit-input-placeholder {
    color: #2582d0;
    font-size: 16px;
}

input[type="search"]::-moz-placeholder {
    color: #2582d0;
    font-size: 16px;
}

input[type="search"]:-ms-input-placeholder {
    color: #2582d0;
    font-size: 16px;
}

input[type="search"]:-moz-placeholder {
    color: #2582d0;
    font-size: 16px;
}

.all-mail-block {
}

.mail-dispaly span {
    font-family: Roboto-Medium;
    font-size: 13px;
}

.mail-select {
    height: 30px;
    border-radius: 0px;
    font-family: Roboto-Medium;
    margin-top: -5px;
}

.mail-count span {
    font-family: Roboto-Medium;
    font-size: 13px;
    white-space: nowrap;
}

.mail-count .glyphicon {
    border: 1px solid #ccc;
    color: #ccc;
    font-size: 12px;
    padding: 5px 7px 5px 6px;
    top: -5px;
}

.mail-detals {
    padding-top: 2%;
}

/*.incoming-mail {
    border: 1px solid #cbdce9;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 70%;
}*/

/*.mail-hading {
    background-color: #f2f2f3;*/
/*height: 8%;*/
/*padding: 15px;
    padding-bottom: 30px;
}*/

/*.mail-hading span {
        font-family: Roboto-Medium;
        font-size: 14px;
    }*/

/*.mail-sub-containt {*/
/*height: 8%;*/
/*padding: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cbdce9;
}*/

.mail-sub-contain span {
    font-family: Roboto-Regular;
    font-size: 13px;
}

/*.mail-sub-containt .glyphicon {
    font-size: 11px;
}*/

.mail-write {
    border: 1px solid #cbdce9;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 90%;
}

.mail-write {
    padding-top: 5%;
}

    .mail-write .control-label {
        font-family: Roboto-Medium;
        text-align: left;
        font-weight: normal;
        font-size: 12px;
    }

    .mail-write span {
        color: #ff3d00;
    }

    .mail-write .form-control {
        background-color: #f4f4f4;
        border-radius: 0px;
        border-color: #dfdfdf;
    }

    .mail-write ::-webkit-file-upload-button {
        padding-bottom: 0.5em;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 0.5em;
        font-family: Roboto-Regular;
    }

.msgs-end-btn {
    background-color: #337ab7;
    padding: 8px 25px 8px 25px;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
}

.msg-cancel-btn {
    padding: 8px 25px 8px 25px;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
}

.msgs-end-btn:hover {
    color: #fff;
}

.msg-cancel-btn:hover {
    color: #fff;
}

.file-upload-size {
    font-family: Roboto-Regular;
    font-size: 12px;
    padding-top: 5px;
}

.tblMessageInbox > thead > tr > th {
    /*background-color: #f2f2f3;*/
    /*padding: 10px 10px 10px 20px;*/
    border-bottom: 0px transparent;
    text-align: center;
}

.tblMessageInbox > tbody > tr > td {
    /*padding: 10px 10px 10px 20px;*/
    border-bottom: 1px solid #cbdce9;
    /*text-align: left;*/
}

/*change style*/
.MsgMoveSection {
    display: flex;
}

    .MsgMoveSection button, .MsgMoveSection span {
        margin-right: 2px;
    }

.glyphicon_paginate_arrow {
    border: 1px solid #ddd;
    padding: 3px;
}

.msg-reply button, .msg-reply button:hover {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    padding: 0;
}

    .msg-reply button i {
        font-size: 16px;
        padding-top: 4px;
    }

#ModalMessageDetails .message_modal_body {
    padding: 0px;
}

#ModalMessageDetails label {
    font-size: 12px;
    margin-bottom: 1px;
}

#ModalMessageDetails .modal-footer {
    padding: 0px;
}

.msg-header {
    background: #fafafa;
    padding: 15px;
}

.message_center_label {
    font-weight: normal;
}

.msg-text.form-group {
    border: 1px #ccc solid;
    margin: 15px;
    height: 270px;
    overflow-y: auto;
    overflow-x: hidden;
}

.msg-reply {
    position: absolute;
    right: 0px;
    z-index: 1;
}

svg {
    overflow: visible !important;
}

.highcharts-container {
    overflow: visible !important;
}
/*----------------Message Center Css End----------------*/
/*----------------Text Editer Start-----------------*/
#menuBarDiv, #statusbar {
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
}

#menuBarDiv {
    border-radius: 3px 3px 0 0;
    border-bottom: none;
    min-height: 25px;
    padding: 5px 0;
}

    #menuBarDiv div:first-child {
        margin-left: 3px;
    }

    #menuBarDiv .dropdown {
        float: left;
    }

    #menuBarDiv .dropdown-toggle {
        font-size: 14px;
    }

        #menuBarDiv .dropdown-toggle .caret {
            margin-left: 5px;
            border-top-color: #999;
        }

    #menuBarDiv a.btn {
        position: relative;
        margin-bottom: 3px;
    }

#paletteCntr {
}


#statusbar {
    min-height: 30px;
    border-radius: 0 0 3px 3px;
    border-top: none;
    line-height: 30px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

    #statusbar .label {
        float: right;
        margin: 6px 10px 0 0;
        background: #BBB;
        text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
        padding: 2px 4px;
        font-size: 11.844px;
        line-height: 14px;
    }

.Editor-editor {
    height: 300px;
    padding: 1%;
    border: 1px solid #EEE;
    border-radius: 0;
    word-wrap: break-word;
}

#paletteCntr ul {
    width: 145px;
    float: left;
    z-index: 999;
    margin: 0 10px;
}

#paletteCntr li {
    cursor: pointer;
    display: block;
    height: 16px;
    float: left;
    margin: 0;
    padding: 0;
    width: 16px;
    margin: 1px;
}

    #paletteCntr li div {
        text-align: left;
        margin: 0;
        font-size: 12px;
    }

div.activeColour {
    position: absolute;
    display: inline;
    left: 0;
    top: 30px;
    background: #E8E8E8;
    padding-bottom: 10px;
    z-index: 10000;
}

#colorpellete, #bg_colorpellete {
    float: left;
}
/*---------------Text Editer End Hear----------------*/
/*--------------Partner Message Start Hear--------------*/
.PartnerMessage {
    border: 1px solid #cbdce9;
    padding-top: 2%;
    height: 100%;
    background-color: #fff;
}

.partmsgtab {
    padding: 5px;
    background-color: #e5f3fc;
}

    .partmsgtab .nav-tabs {
        border-bottom: 1px solid transparent;
    }

        .partmsgtab .nav-tabs > li > a:hover {
            border-color: transparent;
        }

        .partmsgtab .nav-tabs > li.active > a, .partmsgtab .nav-tabs > li.active > a:focus, .partmsgtab .nav-tabs > li.active > a:hover {
            border: 1px solid transparent;
            background-color: #01bcf3;
            color: #fff;
            border-radius: 0px;
            font-family: Roboto-Regular;
            font-size: 14px;
            padding: 8px 25px 8px 25px;
        }

        .partmsgtab .nav-tabs > li > a {
            background-color: #2582d0;
            border-radius: 0px;
            color: #fff;
            font-family: Roboto-Regular;
            font-size: 14px;
            margin-right: 10px;
            padding: 8px 25px 8px 25px;
        }

.ptrmsg-contant {
    padding-top: 2%;
}

.wfixbrohart h2 {
    font-family: Roboto-Regular;
    font-size: 23px;
    color: #AD1E22;
    margin-top: 2px;
}

.wfixbrohart p {
    font-family: Roboto-Regular;
    font-size: 14px;
}

.wfixbrohart a {
    font-family: Roboto-Regular;
    font-size: 16px;
}

.ptrmsg-contant hr {
    border-top: 1px solid #cbdce9;
}
/*--------------Partner Message End Hear--------------*/
/*--------------Patient And Provider Look Up Start Hear--------------*/
.provider-containt {
    border: 1px solid #cbdce9;
    padding: 15px;
    margin-top: 2%;
    height: 90%;
    background-color: #fff;
}

.patient-and-provider-look {
    border: 1px solid #cbdce9;
    padding-top: 2%;
    height: 140%;
    background-color: #fff;
}

.patnt-prodr-tabs .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .patnt-prodr-tabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .patnt-prodr-tabs .nav-tabs > li.active > a, .patnt-prodr-tabs .nav-tabs > li.active > a:focus, .patnt-prodr-tabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #01bcf3;
        color: #fff;
        border-radius: 0px;
        font-family: Roboto-Regular;
        font-size: 14px;
        padding: 8px 25px 8px 25px;
    }

    .patnt-prodr-tabs .nav-tabs > li > a {
        background-color: #2582d0;
        border-radius: 0px;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 10px;
        padding: 8px 25px 8px 25px;
    }

.provider-containt .control-label {
    text-align: left;
    font-family: Roboto-Regular;
    font-weight: normal;
}

.lookup-btn, .lookup-btn:hover, .lookup-btn:focus, .lookup-btn:active {
    background-color: #2582d0;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 14px;
    padding: 8px 25px 8px 25px;
}

.lookup-btn {
    color: #fff;
}

.createn-patnt-btn {
    background-color: #2582d0;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 14px;
    margin-left: 10px;
    padding: 8px 25px 8px 25px;
}

    .createn-patnt-btn:hover {
        color: #fff;
    }

.provider-containt .form-control {
    background-color: #f4f4f4;
    border-radius: 0px;
    border-color: #dfdfdf;
}

.patient-containt .form-control {
    background-color: #f4f4f4;
    border-radius: 0px;
    border-color: #dfdfdf;
}

.patient-containt .control-label {
    text-align: left;
    font-family: Roboto-Regular;
    font-weight: normal;
}

.patient-containt {
    border: 1px solid #cbdce9;
    padding: 15px;
    margin-top: 2%;
    height: 90%;
    background-color: #fff;
}

.quik-jump-link p {
    font-family: Roboto-Regular;
}

.quick-link {
    padding: 0px;
}

    .quick-link li {
        display: inline-block;
        list-style: none;
    }

    .quick-link a {
        font-family: Roboto-Medium;
    }

.patient-list-head p {
    font-family: Roboto-Medium;
    background-color: #f4f4f4;
    padding: 10px;
}

.patient-list-contant {
}

.quil-link-list-a {
    margin-bottom: 20px;
}
/*--------------Patient And Provider Look Up End Hear--------------*/
/*--------------Priority Patients Start Hear-------------*/
.priority-patients {
    border: 1px solid #cbdce9;
    padding-top: 2%;
    height: auto;
    background-color: #fff;
}

.priority-patient-tabs .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .priority-patient-tabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .priority-patient-tabs .nav-tabs > li.active > a, .priority-patient-tabs .nav-tabs > li.active > a:focus, .priority-patient-tabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #01bcf3;
        color: #fff;
        border-radius: 0px;
        font-family: Roboto-Regular;
        font-size: 14px;
        padding: 8px 25px 8px 25px;
    }

    .priority-patient-tabs .nav-tabs > li > a {
        background-color: #2582d0;
        border-radius: 0px;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 10px;
        padding: 8px 25px 8px 25px;
    }

.outstand-dignosis {
    border: 1px solid #cbdce9;
    padding: 15px;
    margin-top: 2%;
    height: 85%;
    background-color: #fff;
}

.suspect-diagnosis {
    border: 1px solid #cbdce9;
    padding: 15px;
    margin-top: 2%;
    height: 90%;
    background-color: #fff;
}

.high-risk {
    border: 1px solid #cbdce9;
    padding: 0px 15px 15px 15px;
    margin-top: 2%;
    height: 85%;
    background-color: #fff;
}

.high-risk-head {
    background-color: #f2f2f3;
    height: 8%;
    padding: 15px;
}

    .high-risk-head span {
        font-family: Roboto-Medium;
    }

.high-risk-sub-contnt {
    padding-bottom: 10px;
    padding-top: 10px;
    height: 7%;
    border-bottom: 1px solid #cbdce9;
    padding-right: 30px;
}

    .high-risk-sub-contnt span {
        font-family: Roboto-Regular;
        font-size: 13px;
        padding: 15px;
    }

.risk-status-green {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: #59C87C;
    margin-left: 20%;
}

.risk-status-red {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: #E54A46;
    margin-left: 20%;
}

.risk-status-yellow {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: #ECCB02;
    margin-left: 20%;
}
/*--------------Priority Patients End Hear-------------*/
/*--------------External-Patient-Reports Start Hear---------------*/
.external-patient-reports {
    border: 1px solid #cbdce9;
    padding-top: 2%;
    height: 100%;
    background-color: #fff;
}

.external-pationt-tabs .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .external-pationt-tabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .external-pationt-tabs .nav-tabs > li.active > a, .external-pationt-tabs .nav-tabs > li.active > a:focus, .external-pationt-tabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #01bcf3;
        color: #fff;
        border-radius: 0px;
        font-family: Roboto-Regular;
        font-size: 14px;
        padding: 8px 25px 8px 25px;
    }

    .external-pationt-tabs .nav-tabs > li > a {
        background-color: #2582d0;
        border-radius: 0px;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 10px;
        padding: 8px 25px 8px 25px;
    }

.ExtPt-Recive {
    border: 1px solid #cbdce9;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 60%;
}

.Receive-radio {
    margin-left: -1.5%;
}

    .Receive-radio label {
        font-family: Roboto-Medium;
        padding-top: 15px;
        font-weight: normal;
        white-space: nowrap;
    }

.exprt-recive-head {
    background-color: #f2f2f3;
    padding-top: 10px;
    padding-bottom: 5px;
}

    .exprt-recive-head span {
        font-family: Roboto-Medium;
    }

.exprt-recive-contant span {
    font-family: Roboto-Regular;
    font-size: 13px;
}

.expt-reciv-btn {
    background-color: #2582d0;
    border-radius: 8px;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 13px;
    margin-top: -5px;
    margin-bottom: 3px;
    border: 1px solid transparent;
    padding: 5px 10px 5px 10px;
}

.exprt-recive-contant {
    border-bottom: 1px solid #cbdce9;
    padding-top: 10px;
}
/*--------------External-Patient-Reports End Hear---------------*/
/*--------------External-Reports Start Hear-------------------*/
.External-Reports {
    border: 1px solid #cbdce9;
    padding-top: 2%;
    height: 100%;
    background-color: #fff;
}

.external-reports-tab .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .external-reports-tab .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .external-reports-tab .nav-tabs > li.active > a, .external-reports-tab .nav-tabs > li.active > a:focus, .external-reports-tab .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #01bcf3;
        color: #fff;
        border-radius: 0px;
        font-family: Roboto-Regular;
        font-size: 14px;
        padding: 8px 25px 8px 25px;
    }

    .external-reports-tab .nav-tabs > li > a {
        background-color: #2582d0;
        border-radius: 0px;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 10px;
        padding: 8px 25px 8px 25px;
    }

.expt-report-tab-area {
    border: 1px solid #cbdce9;
    margin-top: 30px;
    height: 30%;
}

.external-report-form {
    padding-top: 5%;
}

    .external-report-form .form-control {
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        background-color: #f4f4f4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .external-report-form .control-label {
        text-align: left;
        padding-left: 30px;
        font-family: Roboto-Regular;
        font-size: 14px;
        color: #000;
        font-weight: normal;
    }

.exter-reprtdate {
    width: 92%;
}

.external-reports-form1 {
    padding-top: 5%;
}

    .external-reports-form1 .form-control {
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        background-color: #f4f4f4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .external-reports-form1 .control-label {
        text-align: left;
        padding-left: 30px;
        font-family: Roboto-Regular;
        font-size: 14px;
        color: #000;
        font-weight: normal;
    }

.ext-rpt-btn {
    background-color: #2582d0;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 14px;
    padding: 5px 25px 5px 25px;
}

.expt-rpt-get-detail {
    padding-top: 3%;
}

    .expt-rpt-get-detail label {
        font-family: Roboto-Regular;
        font-weight: normal;
    }

.record-perpage {
    white-space: nowrap;
}

.expt-rpt-get-detail .form-control {
    padding-left: 0px;
    border-radius: 0px;
    height: 25px;
    padding-top: 2px;
}

.expt-report-table-data {
    border: 1px solid #cbdce9;
    margin-top: 5%;
    margin-bottom: 15px;
    height: 40%;
}

.experreport-head .table > thead > tr > th {
    background-color: #2582d0;
    padding: 10px 10px 10px 20px;
    font-family: Roboto-Regular;
    color: #fff;
    border-bottom: 0px transparent;
    font-weight: normal;
    font-size: 13px;
}

.experreport-head .table > tbody > tr > td {
    background-color: #fff;
    padding: 10px;
    font-family: Roboto-Regular;
    font-size: 13px;
    border-bottom: 1px solid #cbdce9;
    border-top: 0px transparent;
    padding-bottom: 1px;
}

    .experreport-head .table > tbody > tr > td sup {
        background-color: red;
        border: 2px solid #ccc;
        border-radius: 50%;
        height: 20px;
        width: 20px;
        display: inline-flex;
    }

    .experreport-head .table > tbody > tr > td .glyphicon {
        top: -5px;
        left: 10px;
    }

#flag-contant {
    padding: 5px;
    text-align: center;
    background-color: #fff;
    border: solid 1px #c3c3c3;
}

#flag-contant {
    padding: 15px;
    display: none;
    position: absolute;
    left: 80%;
    z-index: 001;
}

#flag {
    left: -10px;
    background-color: red;
    border-radius: 50%;
    padding: 5px;
    font-size: 10px;
    color: #fff;
    top: -7px;
}

.flag-sub-data {
    padding: 0px;
    list-style-type: none;
}

    .flag-sub-data li {
        display: flex;
    }

        .flag-sub-data li span {
            margin: 3px 5px 0px 0px;
            font-family: Roboto-Medium;
            font-size: 10px;
        }

#flag-contant1 {
    padding: 5px;
    text-align: center;
    background-color: #fff;
    border: solid 1px #c3c3c3;
}

#flag-contant1 {
    padding: 15px;
    display: none;
    position: absolute;
    left: 80%;
    z-index: 001;
}

#flag1 {
    left: -10px;
    background-color: red;
    border-radius: 50%;
    padding: 5px;
    font-size: 10px;
    color: #fff;
    top: -7px;
}

#flag-contant2 {
    padding: 5px;
    text-align: center;
    background-color: #fff;
    border: solid 1px #c3c3c3;
}

#flag-contant2 {
    padding: 15px;
    display: none;
    position: absolute;
    left: 80%;
    z-index: 001;
}

#flag2 {
    left: -10px;
    background-color: red;
    border-radius: 50%;
    padding: 5px;
    font-size: 10px;
    color: #fff;
    top: -7px;
}
/*--------------External-Reports End Hear-------------------*/
/*********************MY Bridge*******************/
.help_question {
    background: #00b9f2;
    color: #fff;
    padding: 3px;
    border-radius: 50%;
    width: 18px;
    text-align: center;
    cursor: pointer;
}

.myridge-connect-head {
    color: #fff;
}

.image_mybridge img {
    width: 20px;
    height: 20px;
    margin: 0px 5px;
}

.next_glyphicon {
    color: #2582cf;
}

.prev_glyphicon {
    color: #cbdce9;
}

.mybridge-widget-font {
    font-family: Roboto-Medium;
}

.table_priority_patient thead tr {
    background: #cbdce9;
}

.bench_report_welcome {
    color: #2482ce;
}

.text_no_wrap {
    white-space: nowrap;
}

.rTable {
    display: block;
    width: 98%;
    margin: 0% auto;
    /*font-family: Roboto-Medium;*/
}

.rTableHeading, .rTableBody, .rTableFoot, .rTableRow {
    clear: both;
}

.rTableHead, .rTableFoot, .rTableHeadExternalpatient {
    background-color: #cbdce9;
    font-weight: bold;
}

.rTableHead {
    font-size: 13px;
    font-family: Roboto-Medium;
    font-weight: normal;
}

.rTableCell, .rTableHead {
    border-bottom: 1px solid #cbdce9;
    float: left;
    height: auto;
    overflow: hidden;
    padding: 3px 1.8%;
    width: 25%;
    white-space: nowrap;
    font-size: 13px;
}

.rTableHeadExternalpatient, .rTableCellExternalpatient {
    border-bottom: 1px solid #cbdce9;
    float: left;
    height: auto;
    overflow: hidden;
    padding: 3px 1.8%;
    white-space: nowrap;
    text-align: left;
}

.rTable:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.priority-text-color a {
    color: #2482ce !important;
}

.priority-text-danger {
    color: red;
}

.rTableRow .priority-link, rTableRow .priority-link:hover, .rTableRow .priority-link:focus {
    color: #2482ce;
    text-decoration: underline;
}

.mybridge-message-text {
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*.mybridge-message-text:hover {
   overflow: auto;
   white-space: nowrap;
   text-overflow: inherit;
}*/
.rTableRow a {
    color: #000;
}

.rTableCellMessage1 {
    width: 45%;
    white-space: nowrap;
}

.rTableCellMessage2 {
    width: 15%;
    white-space: nowrap;
}

.rTableCellMessage3, .rTableCellMessage4 {
    width: 20%;
    white-space: nowrap;
}

.toptips-week {
    display: flex;
    color: #2482ce;
}

.mybridge_patient_div .mybridge-lookup {
    width: 30%;
    float: right;
    margin-right: 0px;
}

.tab-section-mybridge-dashboard .nav-tab-section-mybridge-dashboard {
    border-bottom: 1px solid transparent;
}

    .tab-section-mybridge-dashboard .nav-tab-section-mybridge-dashboard > li > .nav-tab-section-mybridge-dashboard-action:hover {
        border-color: transparent;
    }

    .tab-section-mybridge-dashboard .nav-tab-section-mybridge-dashboard > li.active > .nav-tab-section-mybridge-dashboard-action, .nav-tab-section-mybridge-dashboard > li.active > .nav-tab-section-mybridge-dashboard-action:focus, .nav-tab-section-mybridge-dashboard > li.active > .nav-tab-section-mybridge-dashboard-action:hover {
        border: 1px solid transparent;
        background-color: #01bcf3;
        color: #000;
        border-radius: 4px 4px 0 0;
        font-family: Roboto-Regular;
        font-size: 14px;
        padding: 10px 15px;
    }

    .tab-section-mybridge-dashboard .nav-tab-section-mybridge-dashboard > li > .nav-tab-section-mybridge-dashboard-action {
        background-color: #cbdce9;
        color: #000;
    }

.perf-slider-mybridge {
    background: url('../Images/Maximize.svg') no-repeat;
    position: absolute;
    top: 1%;
    right: 2%;
    width: 27px;
    height: 27px;
    z-index: 1;
}

.mybridge_systemreport_tabs {
    border: 1px solid #cbdce9;
}

.nav-tab-section-mybridge-dashboard > li {
    width: 25%;
}
/*-------------------stats Page----------------*/

.stats {
    padding: 40px 10px 10px 10px;
}

.tab-section .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .tab-section .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .tab-section .nav-tabs > li.active > a, .tab-section .nav-tabs > li.active > a:focus, .tab-section .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #01bcf3;
        color: #fff;
        border-radius: 0px;
        font-family: Roboto-Regular;
        font-size: 14px;
        padding: 8px 25px 8px 25px;
    }

    .tab-section .nav-tabs > li > a {
        background-color: #2582d0;
        border-radius: 0px;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 10px;
        padding: 8px 25px 8px 25px;
    }

.stats-tab-area {
    border: 1px solid #cbdce9;
    padding: 15px;
    margin-top: 2%;
    height: 85%;
    background-color: #fff;
}

.refrelstab-area {
    border: 1px solid #cbdce9;
    padding: 15px;
    margin-top: 2%;
    height: 100%;
    background-color: #fff;
}

.head-report {
    color: #F7941E;
    padding: 20px 0;
    font-family: Roboto-Regular;
    font-size: 16px;
    margin: 0;
}

.head-radio {
    font-size: 14px;
    margin-left: 40px;
    padding: 10px 20px;
}

    .head-radio label {
        margin-left: 5px;
    }

.sys-referral table td {
    text-align: left;
    padding: 5px;
    font-size: 13px;
    font-family: Roboto-Regular;
}

    .sys-referral table td span {
        color: #2582d0;
        font-weight: normal;
    }

.sys-referral h1 {
    margin: 15px 0;
    font-size: 14px;
    font-family: Roboto-Medium;
}

.sys-referral {
    padding: 0 35px;
    color: #000;
}

.claim-footer div.col-sm-1 {
    width: 40px;
}

/*------------Radio Button Start-------------*/

/*------------Radio Button End-------------*/



.head-radio input[type=radio] {
    display: none;
}

    .head-radio input[type=radio]:checked + label:before {
        content: "\2022";
        color: #2582d0;
        font-size: 38px;
        text-align: center;
        line-height: 21px;
    }

.claim-footer div.col-sm-1 {
    width: 40px;
}

/*******************Slider******************/
.perform-slider-tabs .nav-tabs {
    border-bottom: 1px solid transparent;
    margin: 2% 0%;
}

    .perform-slider-tabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .perform-slider-tabs .nav-tabs > li.active > a, .perform-slider-tabs .nav-tabs > li.active > a:focus, .perform-slider-tabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #01bcf3;
        color: #fff;
        border-radius: 0px;
        font-family: Roboto-Regular;
        font-size: 14px;
        padding: 8px 25px 8px 25px;
    }

    .perform-slider-tabs .nav-tabs > li > a {
        background-color: #2582d0;
        border-radius: 0px;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 10px;
        padding: 8px 25px 8px 25px;
    }

.perform-slide-details thead th {
    background-color: #2582cf;
    color: #fff;
}

.perform-slide-details-blue {
    color: #e4893a;
}

.perform-slide-details-yellow {
    color: #3a79a2;
}

.slider {
    //background: url('../Images/scale.svg') no-repeat;
    border: 0;
    //height: 70px;
    //width: 855px;
    //margin: 8px auto 0 auto;
}

    .slider .ui-state-default, .slider .ui-state-default, .slider .ui-widget-content .ui-state-default, .slider .ui-widget-header .ui-state-default {
        background: #555;
        opacity: .8;
        border: 0;
        width: 6px;
        height: 80px;
        margin-left: 0;
        cursor: pointer;
    }

.modal_close_gap {
    padding-right: 0px !important;
}

.perform {
    margin: 20px 0;
}

    .perform th {
        background: #cbdce9;
        white-space: nowrap;
        /*text-align: center;*/
        font-size: 11px;
        padding: 5px;
    }

    .perform td {
        /*text-align: center;*/
        white-space: nowrap;
        font-size: 11px;
        padding: 5px;
        border-bottom: 1px #ccc solid;
    }

.layout {
    position: relative;
}

#arrow-lft, #arrow-lfts {
    position: absolute;
    right: 0px;
    top: 8px;
    cursor: pointer;
    background: url('../Images/right_arrow.svg') center no-repeat;
    height: 70px;
    width: 30px;
}

#arrow-rgt, #arrow-rgts {
    position: absolute;
    left: 0px;
    top: 8px;
    cursor: pointer;
    z-index: 30;
    background: url('../Images/left_arrow.svg') center no-repeat;
    height: 70px;
    width: 30px;
}

button.btn.perf-slider {
    background: url('../Images/Maximize.svg') no-repeat;
    position: absolute;
    top: 5%;
    right: 5%;
    width: 27px;
    height: 27px;
    display: inline-block;
    padding: 0;
}

.head-report.perfom {
    padding: 5px 0 20px 0;
}

.head-radios {
    font-size: 14px;
    margin: 0px 0 0 18px;
    padding: 5px 20px;
    text-align: left;
}

    .head-radios label {
        margin-left: 5px;
    }

    .head-radios label {
        cursor: pointer;
        display: inline-block;
        position: relative;
        padding-right: 0px;
        margin-right: 0px;
    }

        .head-radios label:before {
            bottom: -3px;
            border: 2px solid #2582d0;
            border-radius: 25px;
            content: "";
            display: inline-block;
            height: 22px;
            margin-right: 25px;
            position: absolute;
            left: -31px;
            width: 22px;
        }

    .head-radios input[type=radio] {
        display: none;
    }

        .head-radios input[type=radio]:checked + label:before {
            content: "\2022";
            color: #2582d0;
            font-size: 38px;
            text-align: center;
            line-height: 21px;
        }

.bmi-sec td {
    border-bottom: 1px #dfdfdf solid;
    text-align: left;
}

.yellows {
    font-size: 29px;
    color: #e4893a;
    width: 105px;
    display: inline-block;
    font-family: 'HelveticaLTStd-Roman';
}

.blues {
    font-size: 29px;
    color: #3a79a2;
    width: 105px;
    display: inline-block;
    font-family: 'HelveticaLTStd-Roman';
}

.bmi-head {
    padding: 5px 0;
    display: inline-block;
}

.last-sec td {
    border-bottom: 0;
}

.edit-butt {
    background-color: #2582d0;
    color: #ffffff;
    border: 0;
    padding: 10px 14px;
    float: left;
    margin-right: 5px;
}

.bold {
    font-weight: 500;
}

.modal-header .head-report {
    padding: 0;
}

.bold-pag {
    text-align: right !important;
}

.page-arw {
    margin-left: 7px;
}

.head-radio input[type=radio] {
    display: none;
}

    .head-radio input[type=radio]:checked + label:before {
        content: "\2022";
        color: #2582d0;
        font-size: 38px;
        text-align: center;
        line-height: 21px;
    }

.claim-footer div.col-sm-1 {
    width: 40px;
}

.practice_utilization_table {
    border-right: 1px solid #ddd;
}

    .practice_utilization_table thead th {
        text-align: center;
    }

    .practice_utilization_table > thead > tr > th:first-child, .practice_utilization_table > tbody > tr > td:first-child {
        border: none;
        border-right: 1px solid #ddd;
        white-space: nowrap;
        padding: 10px 8px;
        color: #0084cc;
        font-size: 12px;
        text-align: left;
    }

    .practice_utilization_table > thead > tr:first-child > th:not(:first-child) {
        border-top: 1px solid #ddd;
        font-size: 10px;
        background: #ddd;
    }

    .practice_utilization_table > tbody > tr:last-child > td:not(:first-child) {
        border-bottom: 1px solid #ddd;
        /*font-size: 12px;*/
    }

    .practice_utilization_table > tbody > tr > td:not(:first-child) {
        background: #fbeddc;
        border-top: 1px solid #fff;
        color: #0084cc;
    }

.practice_utilise {
    display: flex;
}

.practice_utilise_radio_div {
    margin-top: 8px;
}

.practice_utilise #PracticeSelect {
    width: 25%;
    height: 25px;
    padding: 0px 5px;
    border-radius: 5px;
}

.chart_slide_div {
    position: absolute;
    top: 10px;
    left: 25px;
}

.chart_slide_modal_div {
    top: 13px;
    left: 17px;
}

.chart_slide_div .slider-range-mybridge {
    width: 100%;
    margin: 27px 0px 27.3px 0px;
    height: 1px;
    border: 0px solid #E6E6E6;
    background: #E6E6E6;
}

.chart_slide_div .slide_column_range {
    width: 100%;
    margin: 6px 0px 28.3px 15px;
    height: 0.01px;
    border: 0px solid #E6E6E6;
}

    .chart_slide_div .slide_column_range .ui-slider-handle {
        border: 0px;
        background: #0084cc;
        width: 3px;
        height: 25px;
        top: -5px;
        z-index: 0;
    }
/*.chart_slide_div .ui-slider-handle{
    background: url(../Images/blue_button.png) no-repeat;
    background-size: 17px 17px;
    border: none;
    top: -8px;
    margin-left: -3px;
}*/
.chart_slide_div .green .ui-slider-handle {
    background: url(../Images/green_button.png) no-repeat;
    background-size: 17px 17px;
    border: none;
    top: -8px;
    margin-left: -3px;
    cursor: pointer;
}

.chart_slide_div .red .ui-slider-handle {
    background: url(../Images/red.png) no-repeat;
    background-size: 17px 17px;
    border: none;
    top: -8px;
    margin-left: -3px;
    cursor: pointer;
}

.chart_slide_div .yellow .ui-slider-handle {
    background: url(../Images/yellow.png) no-repeat;
    background-size: 17px 17px;
    border: none;
    top: -8px;
    margin-left: -3px;
    cursor: pointer;
}

.legends_separate_div {
    position: absolute;
    top: 55px;
    right: 75px;
}

    .legends_separate_div span {
        font-size: 12px;
        color: #0084cc;
        margin-left: 2px;
    }

    .legends_separate_div label {
        font-size: 18px;
    }

    .legends_separate_div .velocity_div label {
        color: #f58027;
        font-weight: normal;
    }

    .legends_separate_div hr {
        margin: 5px 0px;
        width: 160%;
    }

    .legends_separate_div .optimal_legend {
        margin-bottom: 5px;
    }

        .legends_separate_div .optimal_legend .graph_legend_box {
            border: 3px solid #0084cc;
            margin: 0px 5px 0px 5px;
        }
/***********************User Manager****************/
.submit-btn-arrow, .submit-btn-arrow:hover, .submit-btn-arrow:focus {
    background-color: #fff;
    color: #ccc;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-right: 15px;
}

    .submit-btn-arrow a {
        color: #fff;
    }

.user_manager-table thead {
    background-color: #f4f4f4;
}

.location-address {
    display: flex;
    border: 1px solid #ccc;
    padding: 5%;
    background: #f4f4f4;
}

.input-back-style, .select-back-style {
    background: #f4f4f4;
}

.user_manager-table > thead > tr > th {
    border-bottom: 0px;
}

.user_manager-table {
    border: 1px solid #dee8f1;
}

    .user_manager-table thead {
        background: #dee8f1;
    }

    .user_manager-table > tbody > tr > td {
        border-top: 1px solid #dee8f1;
        text-align: left;
    }
/********************Clique*****************/
.clique-containt {
    border: 1px solid #cbdce9;
    padding: 0px 15px;
    margin-top: 2%;
    background-color: #fff;
}

.my_network-table {
    font-size: 12px;
}

    .my_network-table thead {
        background-color: #f4f4f4;
    }

/*.my-network-orange {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: orange;
    margin-left: 20%;
}

.my-network-grey {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: gray;
    margin-left: 20%;
}*/

.my-netwrk-badge {
    background-color: #5a9dd1;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 3px;
    position: absolute;
    right: 5%;
    width: 54px;
}

.my-netwrk-list-active1:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 1.2%;
    border: 24px dotted transparent;
    border-left: 17px dotted #cbdce9;
}

.glyphicon_user_green {
    color: #38c12b;
    font-size: 16px;
}

.glyphicon_user_yellow {
    color: #f19e00;
    font-size: 16px;
}

.glyphicon_user_grey {
    color: #dedede;
    font-size: 16px;
}

.icon_star_preferred {
    font-size: 16px;
    color: #f19e00;
}

.icon_star_table {
    font-size: 16px;
    color: #f19e00;
    margin-left: 15px;
}

.my_network_list {
    list-style-type: none;
    display: flex;
}

    .my_network_list li {
        padding: 0px 5px;
    }
/************modal*****************/
button.modal-close, button.modal-close:focus, button.modal-close:hover, .modal-close, .modal-close:focus, .modal-close:hover {
    color: #000;
    opacity: 1;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 2px 7px;
}

.modal-content-common {
    border-radius: 0px;
}

.modal-head {
    background: #00b9f2;
    /*background-color: #cbdce9;*/
    color: #fff;
    padding: 8px;
}

    .modal-head .close {
        opacity: 0.7;
    }

.modal-foot {
    border-top: 0px;
}

.launch-green {
    display: flex;
}

.talk-orang {
    display: flex;
}

.msgcent-blue {
    display: flex;
}

.partnr-green {
    display: flex;
}

.panel_head {
    white-space: nowrap;
    padding: 10px 5px;
}

.right-menu-icon img {
    position: absolute;
    left: 0px;
    top: -10px;
}

.totalcost {
    font-family: Roboto-Regular;
    font-size: 12px;
    color: #35699a;
}

.chat-block {
    display: flex;
}

.typmsg {
    display: flex;
}

/*------------Referral Manager Css Start Hear-----------*/
.referral-manager {
    border: 1px solid #cbdce9;
    padding: 15px 15px 15px 30px;
    background-color: #fff;
}

.ancillaries-btn {
    background-color: #337ab7;
    padding: 8px 15px 8px 15px;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
}

.referral-message-submenu-list li {
    list-style-type: none;
    padding: 5%;
    border-bottom: 1px solid #cbdce9;
}

.referral-message-list-active1:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 1.1%;
    border: 24px dotted transparent;
    border-left: 17px dotted #cbdce9;
}

.referral-message-submenu-list li:nth-child(1) {
    padding: 0% 0% 5% 5%;
}

.referral-message-submenu-list li:nth-child(8) {
    padding: 5% 5% 5% 5%;
}

.referral-message-submenu-list li:nth-child(9) {
    padding: 5% 5% 5% 5%;
}

.referral-message-submenu-list li a {
    color: #000;
    font-family: Roboto-Regular;
}

.referral-message-submenu-list .referral-message-list-active a {
    color: #F7941E;
}

.referral-message-submenu-list .referral-message-list-active {
    background-color: #cbdce9;
    color: #F7941E;
}

.referral-message-submenu-list {
    padding-left: 0px;
}

.refr-showing span {
    font-family: Roboto-Medium;
    font-size: 13px;
}

.ref-select {
    border-radius: 0px;
    height: 30px;
    border: 1px solid #ccc;
    box-shadow: none;
    font-family: Roboto-Medium;
    margin-top: -5px;
    width: 75px;
}

.ancillaries-data {
    padding-right: 15px;
}

.ancillariest-view-btn {
    background-color: #2582d0;
    border-radius: 8px;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 13px;
    margin-top: -5px;
    margin-bottom: 3px;
    border: 1px solid transparent;
    padding: 5px 10px 5px 10px;
}

    .ancillariest-view-btn:hover {
        color: #fff;
    }

.ancillaries-data .table thead tr {
    background-color: #f2f2f3;
}

    .ancillaries-data .table thead tr th {
        white-space: nowrap;
        font-family: Roboto-Black;
        font-weight: normal;
        border-bottom: 0px solid #ddd;
    }

.ancillaries-data .table tbody tr td:nth-child(2) {
    white-space: nowrap;
    padding: 6px;
}

.ancillaries-data .table {
    border: 1px solid #cbdce9;
}

.rfrnext-btn {
    background-color: #2582d0;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 14px;
    border: 1px solid transparent;
    padding: 5px 20px 5px 20px;
}

    .rfrnext-btn:hover {
        color: #fff;
    }

.refr-showing span {
    font-family: Roboto-Medium;
    font-size: 13px;
}


.ancillaries-data {
    padding-right: 15px;
}

.ancillariest-view-btn {
    background-color: #2582d0;
    border-radius: 8px;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 13px;
    margin-top: -5px;
    margin-bottom: 3px;
    border: 1px solid transparent;
    padding: 5px 10px 5px 10px;
}

.ancillaries-data .table thead tr {
    background-color: #f2f2f3;
}

    .ancillaries-data .table thead tr th {
        white-space: nowrap;
        font-family: Roboto-Black;
        font-weight: normal;
        border-bottom: 0px solid #ddd;
    }

.ancillaries-data .table tbody tr td:nth-child(2) {
    white-space: nowrap;
    padding: 6px;
}

.ancillaries-data .table {
    border: 1px solid #cbdce9;
}

.inprogress-table, .inprogress-table th {
    text-align: center;
}
/*------------Referral Manager Css End Hear-----------*/
/*------------Referral Receipt Details Css Start Hear----------------*/
.ReferralReceiptDetails {
    border: 1px solid #cbdce9;
    /*padding: 15px 15px 15px 30px;*/
    background-color: #fff;
}

.prnt-confirm {
    background-color: #2582d0;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 14px;
    border: 1px solid transparent;
    padding: 5px 20px 5px 20px;
    margin-top: 15px;
}

.Patient-Information label {
    font-family: Roboto-Medium;
    font-weight: normal;
}

.prnt-confirm:hover {
    color: #fff;
}

.Practice-Information {
    border: 1px solid #cbdce9;
}

    .Practice-Information h3 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
    }

    .Practice-Information h2 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
        border-top: 1px solid #cbdce9;
    }

.Patient-Information {
    border: 1px solid #cbdce9;
    /*margin-right: 15px;*/
}

    .Patient-Information h3 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
    }

.practice-contant p {
    font-family: Roboto-Regular;
    padding: 3px 0px 0px 10px;
    margin: 0px;
}

.pationt-form .form-group {
    margin-bottom: 4px;
}

.Guarantor-Information {
    border: 1px solid #cbdce9;
    background-color: #fff;
    /*margin-right: 15px;*/
}

.Guarantor-lft { /*margin-right:0px;*/
}

.Guarantor-Information h3 {
    background-color: #f2f2f3;
    margin: 0px;
    font-family: Roboto-Medium;
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px solid #cbdce9;
}

.guarantor-checks label {
    font-family: Roboto-Medium;
    font-weight: normal;
}

.gaurant-second-contant label {
    font-family: Roboto-Medium;
    font-weight: normal;
}

.gurant-contant label {
    font-family: Roboto-Medium;
    font-weight: normal;
}

.gurant-contant .form-group {
    margin-bottom: 4px;
}

.gaurant-second-contant .form-group {
    margin-bottom: 4px;
}

.Insurance-Information {
    border: 1px solid #cbdce9;
    background-color: #fff;
    /*margin-right: 0px;*/
}

    .Insurance-Information h3 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
    }

    .Insurance-Information label {
        font-family: Roboto-Medium;
        font-weight: normal;
    }

.insur-info.form-group {
    margin-bottom: 4px;
}

.pleae-attch {
    font-size: 12px;
}

.specimen-information {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .specimen-information h3 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
    }

.spemen-infotion .form-control {
    background-color: #f4f4f4;
    border-radius: 0px;
    border-color: #dfdfdf;
}

.panding-report {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

.Urine-Fluids {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .Urine-Fluids h3 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
        text-align: center;
    }

.spemen-infotion label {
    font-family: Roboto-Medium;
    font-weight: normal;
}

.spemen-infotion p {
    color: #000;
}

.iftempracher small {
    white-space: nowrap;
    font-family: Roboto-Medium;
}

.iftempracher select {
    padding: 0px;
    height: 20px;
    border-radius: 0px;
}

.iftempracher span {
    margin-left: -15px;
    font-family: Roboto-Medium;
}

.patintname {
    padding-top: 20%;
}

.pendin-repo {
    padding: 10px;
}

    .pendin-repo label {
        font-family: Roboto-Medium;
        font-weight: normal;
    }

.UrineFluidsBlock1 thead tr th {
    font-family: Roboto-Medium;
    font-weight: normal;
    border-bottom: 1px solid #cbdce9;
}

.UrineFluidsBlock1 tbody tr td {
    font-family: Roboto-Regular;
    border-top: 1px solid #cbdce9;
}

.UrineFluidsBlock1 p {
    text-align: center;
    margin: 0px;
}

.UrineFluidsBlock1 {
    border: 1px solid #cbdce9;
    margin-bottom: 0px;
}

    .UrineFluidsBlock1 tbody tr:nth-child(1) {
        background-color: #f2f2f3;
    }

        .UrineFluidsBlock1 tbody tr:nth-child(1) td:nth-child(1) {
            font-family: Roboto-Medium;
        }

    .UrineFluidsBlock1 tbody tr:nth-child(2) td:nth-child(3) {
        text-align: center;
    }

    .UrineFluidsBlock1 tbody tr:nth-child(3) {
        background-color: #f2f2f3;
    }

        .UrineFluidsBlock1 tbody tr:nth-child(3) td:nth-child(1) {
            font-family: Roboto-Medium;
        }

    .UrineFluidsBlock1 tbody tr:nth-child(4) td:nth-child(2), .UrineFluidsBlock1 tbody tr:nth-child(4) td:nth-child(3), .UrineFluidsBlock1 tbody tr:nth-child(4) td:nth-child(4) {
        text-align: center;
    }

    .UrineFluidsBlock1 tbody tr:nth-child(5) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock1 tbody tr:nth-child(6) {
        background-color: #f2f2f3;
    }

        .UrineFluidsBlock1 tbody tr:nth-child(6) td:nth-child(1) {
            font-family: Roboto-Medium;
        }

    .UrineFluidsBlock1 tbody tr:nth-child(7) td:nth-child(2), .UrineFluidsBlock1 tbody tr:nth-child(7) td:nth-child(3), .UrineFluidsBlock1 tbody tr:nth-child(7) td:nth-child(4) {
        text-align: center;
    }

    .UrineFluidsBlock1 tbody tr:nth-child(8) {
        background-color: #f2f2f3;
    }

        .UrineFluidsBlock1 tbody tr:nth-child(8) td:nth-child(1) {
            font-family: Roboto-Medium;
        }

    .UrineFluidsBlock1 tbody tr:nth-child(9) td:nth-child(2), .UrineFluidsBlock1 tbody tr:nth-child(9) td:nth-child(3), .UrineFluidsBlock1 tbody tr:nth-child(9) td:nth-child(4) {
        text-align: center;
    }

    .UrineFluidsBlock1 tbody tr:nth-child(10) td:nth-child(2), .UrineFluidsBlock1 tbody tr:nth-child(10) td:nth-child(3), .UrineFluidsBlock1 tbody tr:nth-child(10) td:nth-child(4) {
        text-align: center;
    }

    .UrineFluidsBlock1 tbody tr:nth-child(11) td:nth-child(2), .UrineFluidsBlock1 tbody tr:nth-child(11) td:nth-child(3), .UrineFluidsBlock1 tbody tr:nth-child(11) td:nth-child(4) {
        text-align: center;
    }

    .UrineFluidsBlock1 tbody tr:nth-child(12) td:nth-child(2), .UrineFluidsBlock1 tbody tr:nth-child(12) td:nth-child(3), .UrineFluidsBlock1 tbody tr:nth-child(12) td:nth-child(4) {
        text-align: center;
    }

    .UrineFluidsBlock1 tbody tr:nth-child(13) td:nth-child(2), .UrineFluidsBlock1 tbody tr:nth-child(13) td:nth-child(3), .UrineFluidsBlock1 tbody tr:nth-child(13) td:nth-child(4) {
        text-align: center;
    }

    .UrineFluidsBlock1 tbody tr:nth-child(14) {
        background-color: #f2f2f3;
    }

        .UrineFluidsBlock1 tbody tr:nth-child(14) td:nth-child(1) {
            font-family: Roboto-Medium;
        }

    .UrineFluidsBlock1 tbody tr:nth-child(15) td:nth-child(2), .UrineFluidsBlock1 tbody tr:nth-child(15) td:nth-child(3), .UrineFluidsBlock1 tbody tr:nth-child(15) td:nth-child(4) {
        text-align: center;
    }

    .UrineFluidsBlock1 tbody tr:nth-child(16) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock1 tbody tr:nth-child(17) td:nth-child(2), .UrineFluidsBlock1 tbody tr:nth-child(17) td:nth-child(3), .UrineFluidsBlock1 tbody tr:nth-child(17) td:nth-child(4) {
        text-align: center;
    }

.UrineFluidsBlock2 thead tr th {
    font-family: Roboto-Medium;
    font-weight: normal;
    border-bottom: 1px solid #cbdce9;
}

.UrineFluidsBlock2 {
    border: 1px solid #cbdce9;
    margin-bottom: 0px;
}

    .UrineFluidsBlock2 p {
        text-align: center;
        margin: 0px;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(1) {
        background-color: #f2f2f3;
    }

        .UrineFluidsBlock2 tbody tr:nth-child(1) td:nth-child(1) {
            font-family: Roboto-Medium;
        }

    .UrineFluidsBlock2 tbody tr:nth-child(2) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(3) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(4) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(5) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(6) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(7) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(8) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(9) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(10) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(11) {
        background-color: #f2f2f3;
    }

        .UrineFluidsBlock2 tbody tr:nth-child(11) td:nth-child(1) {
            font-family: Roboto-Medium;
        }

    .UrineFluidsBlock2 tbody tr:nth-child(12) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(13) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(14) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(15) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock2 thead tr th {
        font-family: Roboto-Medium;
        font-weight: normal;
        border-bottom: 1px solid #cbdce9;
    }

    .UrineFluidsBlock2 tbody tr td {
        font-family: Roboto-Regular;
        border-top: 1px solid #cbdce9;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(16) td {
        padding-bottom: 0px;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(17) td {
        border-top: 1px solid transparent;
    }

        .UrineFluidsBlock2 tbody tr:nth-child(17) td:nth-child(2) {
            white-space: nowrap;
        }

    .UrineFluidsBlock2 tbody tr:nth-child(18) td {
        padding-bottom: 0px;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(19) td {
        border-top: 1px solid transparent;
    }

        .UrineFluidsBlock2 tbody tr:nth-child(19) td:nth-child(3) {
            white-space: nowrap;
        }

.urineneedhead {
    background-color: #f2f2f3;
    font-family: Roboto-Medium;
    border: 1px solid #cbdce9;
    margin-bottom: 0px;
    padding: 10px;
    text-align: center;
}

.UrineNeedBlock thead tr th {
    font-family: Roboto-Medium;
    font-weight: normal;
    border-bottom: 1px solid #cbdce9;
}

.UrineNeedBlock tbody tr td {
    font-family: Roboto-Regular;
    border-top: 1px solid #cbdce9;
}

.UrineNeedBlock {
    border: 1px solid #cbdce9;
    margin-bottom: 0px;
}

    .UrineNeedBlock p {
        text-align: center;
        margin: 0px;
    }

    .UrineNeedBlock tbody tr:nth-child(1) td:nth-child(2) {
        text-align: center;
    }

    .UrineNeedBlock tbody tr:nth-child(2) td:nth-child(2) {
        text-align: center;
    }

    .UrineNeedBlock tbody tr:nth-child(3) td:nth-child(2) {
        text-align: center;
    }

    .UrineNeedBlock tbody tr:nth-child(4) td:nth-child(2) {
        text-align: center;
    }

    .UrineNeedBlock tbody tr:nth-child(5) td:nth-child(2) {
        text-align: center;
    }

    .UrineNeedBlock tbody tr:nth-child(6) td:nth-child(2) {
        text-align: center;
    }

    .UrineNeedBlock tbody tr:nth-child(7) td:nth-child(2) {
        text-align: center;
    }

    .UrineNeedBlock tbody tr:nth-child(8) td:nth-child(2) {
        text-align: center;
    }

    .UrineNeedBlock tbody tr:nth-child(10) td {
        border-top: 1px solid transparent;
    }

    .UrineNeedBlock tbody tr:nth-child(9) span {
        font-family: Roboto-Medium;
    }

    .UrineNeedBlock tbody tr:nth-child(9) req {
        color: red;
    }

.RecordPocReslt1 {
    border: 1px solid #cbdce9;
    margin-bottom: 0px;
}

    .RecordPocReslt1 p {
        text-align: center;
        margin: 0px;
    }

    .RecordPocReslt1 thead tr th {
        font-family: Roboto-Medium;
        font-weight: normal;
        border-bottom: 1px solid #cbdce9;
    }

    .RecordPocReslt1 tbody tr td {
        font-family: Roboto-Regular;
        border-top: 1px solid #cbdce9;
    }

    .RecordPocReslt1 tbody tr:nth-child(1) td:nth-child(2) {
        text-align: center;
    }

    .RecordPocReslt1 tbody tr:nth-child(2) td:nth-child(2) {
        text-align: center;
    }

    .RecordPocReslt1 tbody tr:nth-child(3) td:nth-child(2) {
        text-align: center;
    }

    .RecordPocReslt1 tbody tr:nth-child(4) td:nth-child(2) {
        text-align: center;
    }

    .RecordPocReslt1 tbody tr:nth-child(5) td:nth-child(2) {
        text-align: center;
    }

    .RecordPocReslt1 tbody tr:nth-child(6) td:nth-child(2) {
        text-align: center;
    }

    .RecordPocReslt1 tbody tr:nth-child(7) td:nth-child(2) {
        text-align: center;
    }

.RecordPocReslt2 {
    border: 1px solid #cbdce9;
    margin-bottom: 0px;
}

    .RecordPocReslt2 p {
        text-align: center;
        margin: 0px;
    }

    .RecordPocReslt2 thead tr th {
        font-family: Roboto-Medium;
        font-weight: normal;
        border-bottom: 1px solid #cbdce9;
    }

    .RecordPocReslt2 tbody tr td {
        font-family: Roboto-Regular;
        border-top: 1px solid #cbdce9;
    }

    .RecordPocReslt2 tbody tr:nth-child(1) td:nth-child(2) {
        text-align: center;
    }

    .RecordPocReslt2 tbody tr:nth-child(2) td:nth-child(2) {
        text-align: center;
    }

    .RecordPocReslt2 tbody tr:nth-child(3) td:nth-child(2) {
        text-align: center;
    }

    .RecordPocReslt2 tbody tr:nth-child(4) td:nth-child(2) {
        text-align: center;
    }

    .RecordPocReslt2 tbody tr:nth-child(5) td:nth-child(2) {
        text-align: center;
    }

    .RecordPocReslt2 tbody tr:nth-child(6) td:nth-child(2) {
        text-align: center;
    }

    .RecordPocReslt2 tbody tr:nth-child(7) td:nth-child(2) {
        text-align: center;
    }

.RpocR {
    margin-left: 0px;
}

.ProcedureDiagnosis {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .ProcedureDiagnosis h3 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 14px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
        text-align: center;
    }

    .ProcedureDiagnosis thead tr {
        height: 100px;
    }

        .ProcedureDiagnosis thead tr th:nth-child(1) {
            border-right: 1px solid #cbdce9;
        }

    .ProcedureDiagnosis .table > thead > tr > th {
        border-bottom: 2px solid transparent;
    }

.RecPoc1 {
    margin-bottom: 0px;
}

.PatientPrescribedMedications {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .PatientPrescribedMedications h3 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 14px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
        text-align: center;
    }

.patentPrescribTable {
    margin-bottom: 0px;
}

    .patentPrescribTable tbody tr td {
        font-family: Roboto-Regular;
        border-top: 1px solid transparent;
    }

.SpecialInstruction {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .SpecialInstruction h3 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 14px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
        text-align: center;
    }

.SpecialInstrTable {
    margin-bottom: 0px;
}

.ProviderMessages {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .ProviderMessages h3 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 14px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
        text-align: center;
    }

.PatientAuthorization {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .PatientAuthorization h3 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 14px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
        text-align: center;
    }

.ProviMsg {
    padding-bottom: 41%;
}

.ProMsgform {
    padding: 10px;
}

    .ProMsgform .form-group {
        margin-bottom: 0px;
    }

.ProviMsg p {
    padding-left: 10px;
    font-family: Roboto-Regular;
}

.PatientAuthorization p {
    padding: 10px;
    font-family: Roboto-Regular;
    text-align: justify;
    margin-bottom: 0px;
}

.PatientAuthorization span {
    padding-left: 10px;
}
/*------------Referral Receipt Details Css End Hear----------------*/


/********************PHP**************************/
.php_first_width_align {
    margin: 2% 0%;
}

.one_widget_align {
    padding-right: 0px;
}

.php_first_column_icons img {
    padding: 0px 5px;
}

.php_firstcolumn_div {
    padding-left: 0px;
}

.div_flex_content {
    display: flex;
}

.php_first_width_align label {
    font-size: 12px;
}

.php_first_column_down_div {
    margin: 23% 0% 0% 0%;
}

.php_first_column_down_divtwo {
    margin: 13% 0% 0% 0%;
    display: flex;
}

.php_first_column_down_divthree {
    margin: 36% 0% 0% 0%;
}

.div_flex_content .profile_name, .div_flex_content .pfofile_age {
    color: #2482ce;
    font-size: 20px;
    line-height: 22px;
}

.php_profile_img {
    padding: 0px 15px 0px 0px;
}

    .php_profile_img img {
        border: 1px solid #cbdce9;
        height: 140px;
        background: #fff;
    }

.condition_php_btn {
    padding: 12px 24px;
    margin-top: 10%;
}

.Widget_php_color {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

.pad-top {
    padding-top: 3%;
}

.Widget_phpfirst_color {
    border: 1px solid #cbdce9;
    background-color: #f5f9fc;
}

.Widget_php_color h3 {
    font-family: Roboto-Regular;
    color: #f68220;
    font-size: 16px;
    /*padding-left: 5%;*/
    margin-top: 10px;
}

.php_text_color {
    color: #2482ce;
}

.php_pharmacy_text_color {
    color: #2482ce;
}

.php_widget_font {
    font-size: 71px;
    font-family: Roboto-Light;
}

.phperblock {
    background: #b9ecfd;
    margin: 0px -10px 5px -15px;
    color: #2482ce;
    font-size: 20px;
}

    .phperblock label {
        font-size: 12px;
        white-space: nowrap;
        color: #000;
    }

.php_fontsize_cost {
    font-size: 30px;
}

.pharmacy_block {
    background: #b4ede6;
}

.php_careplan_modified_date {
    white-space: nowrap;
    padding-left: 0px;
}

.php_nav_tab li:nth-child(2) {
    margin: 0px 0.5%;
    /*background: #fff;
    border: 0px;
    padding: 0px;
    display: flex;*/
}

.php_nav_tab li {
    width: 33%;
}


.glyphicon_edit {
    padding-right: 10px;
}

.diagnosis_tabs_table thead {
    background: #dee8f1;
}

.php_nav_tab > li > a {
    margin-right: 0px;
}

.php_nav_tab .active, .php_nav_tab a {
    background-color: #2482ce;
    color: #fff;
    border: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.php_nav_tab li, .php_nav_tab > li.active, .php_nav_tab > li.active > a, .php_nav_tab > li.active:focus, .php_nav_tab > li.active:hover, .php_nav_tab > li:hover,
.php_nav_tab li a:hover, .nav-tabs > li.active > a, .php_nav_tab > li.active > a:focus, .php_nav_tab > li.active > a:hover {
    background-color: #b3d4f3;
    color: #2482ce;
}

.php_btn_click {
    cursor: pointer;
}

.php_modal_foot {
    text-align: inherit;
}

.php_condition_code_btn {
    padding-top: 20px;
}

.glyphicon_align_familyhistory {
    display: inline-flex;
    margin-top: 8px;
}

    .glyphicon_align_familyhistory .family_history_glyphicon_div {
        padding-right: 60px;
    }

/*Loading gif*/
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../Images/FullLoader.png) 50% 50% no-repeat #2E4F6A;
    background-size: contain;
}

/*****************Data table*****************/
.search_text_datatable {
    background: #f4f4f4 url('../Images/search.svg') right center no-repeat;
    border-radius: 0px;
    margin: 5% 0%;
}

/*div.dataTables_wrapper div.dataTables_length label {
    font-weight: bold;
}

div.dataTables_wrapper div.dataTables_length .selectbox_entries {
    background: #f4f4f4;
    border-radius: 0px;
    margin: 5%;
}*/

.buttons_line {
    display: flex;
    margin: 0% 0% 2% 2%;
}

a.print-btn span, a.excel-btn span, a.pdf-btn span, a.column-btn span {
    opacity: 0;
}

button.print-btn:hover:not(.disabled), div.print-btn:hover:not(.disabled), a.print-btn:hover:not(.disabled),
button.print-btn, a.print-btn, div.print-btn,
button.print-btn, div.print-btn, a.print-btn,
button.print-btn:focus:not(.disabled), div.print-btn:focus:not(.disabled), a.print-btn:focus:not(.disabled),
button.print-btn:active:not(.disabled), button.print-btn.active:not(.disabled), div.print-btn:active:not(.disabled), div.print-btn.active:not(.disabled), a.print-btn:active:not(.disabled), a.print-btn.active:not(.disabled) button.print-btn:active:not(.disabled):hover:not(.disabled), button.print-btn.active:not(.disabled):hover:not(.disabled), div.print-btn:active:not(.disabled):hover:not(.disabled), div.print-btn.active:not(.disabled):hover:not(.disabled), a.print-btn:active:not(.disabled):hover:not(.disabled), a.print-btn.active:not(.disabled):hover:not(.disabled) {
    background: #fff url(../Images/print.svg) center no-repeat;
    width: 50px;
    height: 45px;
    border: 1px solid #2582cf;
    border-radius: 50%;
    padding: 8%;
    margin: 1%;
    color: #fff;
    box-shadow: none;
}

button.excel-btn:hover:not(.disabled), div.excel-btn:hover:not(.disabled), a.excel-btn:hover:not(.disabled),
button.excel-btn, a.excel-btn, div.excel-btn,
button.excel-btn, div.excel-btn, a.excel-btn,
button.excel-btn:focus:not(.disabled), div.excel-btn:focus:not(.disabled), a.excel-btn:focus:not(.disabled),
button.excel-btn:active:not(.disabled), button.excel-btn.active:not(.disabled), div.excel-btn:active:not(.disabled), div.excel-btn.active:not(.disabled), a.excel-btn:active:not(.disabled), a.excel-btn.active:not(.disabled) button.excel-btn:active:not(.disabled):hover:not(.disabled), button.excel-btn.active:not(.disabled):hover:not(.disabled), div.excel-btn:active:not(.disabled):hover:not(.disabled), div.excel-btn.active:not(.disabled):hover:not(.disabled), a.excel-btn:active:not(.disabled):hover:not(.disabled), a.excel-btn.active:not(.disabled):hover:not(.disabled) {
    background: #fff url(../Images/xlsx.svg) center no-repeat;
    width: 50px;
    height: 45px;
    border: 1px solid #2582cf;
    border-radius: 50%;
    padding: 8%;
    margin: 1%;
    color: #fff;
    box-shadow: none;
}

button.pdf-btn:hover:not(.disabled), div.pdf-btn:hover:not(.disabled), a.pdf-btn:hover:not(.disabled),
button.pdf-btn, a.pdf-btn, div.pdf-btn,
button.pdf-btn, div.pdf-btn, a.pdf-btn,
button.pdf-btn:focus:not(.disabled), div.pdf-btn:focus:not(.disabled), a.pdf-btn:focus:not(.disabled),
button.pdf-btn:active:not(.disabled), button.pdf-btn.active:not(.disabled), div.pdf-btn:active:not(.disabled), div.pdf-btn.active:not(.disabled), a.pdf-btn:active:not(.disabled), a.pdf-btn.active:not(.disabled) button.pdf-btn:active:not(.disabled):hover:not(.disabled), button.pdf-btn.active:not(.disabled):hover:not(.disabled), div.pdf-btn:active:not(.disabled):hover:not(.disabled), div.pdf-btn.active:not(.disabled):hover:not(.disabled), a.pdf-btn:active:not(.disabled):hover:not(.disabled), a.pdf-btn.active:not(.disabled):hover:not(.disabled) {
    background: #fff url(../Images/pdf.svg) center no-repeat;
    width: 50px;
    height: 45px;
    border: 1px solid #2582cf;
    border-radius: 50%;
    padding: 8%;
    margin: 1%;
    color: #fff;
    box-shadow: none;
}

button.column-btn:hover:not(.disabled), div.column-btn:hover:not(.disabled), a.column-btn:hover:not(.disabled),
button.column-btn, a.column-btn, div.column-btn,
button.column-btn, div.column-btn, a.column-btn,
button.column-btn:focus:not(.disabled), div.column-btn:focus:not(.disabled), a.column-btn:focus:not(.disabled),
button.column-btn:active:not(.disabled), button.column-btn.active:not(.disabled), div.column-btn:active:not(.disabled), div.column-btn.active:not(.disabled), a.column-btn:active:not(.disabled), a.column-btn.active:not(.disabled) button.column-btn:active:not(.disabled):hover:not(.disabled), button.column-btn.active:not(.disabled):hover:not(.disabled), div.column-btn:active:not(.disabled):hover:not(.disabled), div.column-btn.active:not(.disabled):hover:not(.disabled), a.column-btn:active:not(.disabled):hover:not(.disabled), a.column-btn.active:not(.disabled):hover:not(.disabled) {
    background: #fff url(../Images/column.svg) center no-repeat;
    width: 50px;
    height: 45px;
    border: 1px solid #2582cf;
    border-radius: 50%;
    padding: 8%;
    margin: 1%;
    color: #fff;
    box-shadow: none;
}

/*table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    right: 15px;
    top: 10px;
}*/

.close_btn_colvis {
    position: absolute;
    right: 18.5%;
    /* bottom: 45%; */
    top: 52%;
    z-index: 11111;
    font-size: 21px;
}
/*------------MY Patients Css Start Hear-------------*/
.my-pationt-page {
    border: 1px solid #cbdce9;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #fff;
}

.patient_search_div {
    position: absolute;
    top: 4px;
    width: 90%;
    right: 25px;
}

.MyPationtMainBlock .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .MyPationtMainBlock .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .MyPationtMainBlock .nav-tabs > li.active > a, .MyPationtMainBlock .nav-tabs > li.active > a:focus, .MyPationtMainBlock .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #00b9f2;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        border-radius: 4px 4px 0 0 !important;
    }

    .MyPationtMainBlock .nav-tabs > li > a {
        /*background-color: #8bb9ea;*/
        background-color: #b3d4f3;
        color: #2482ce;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 5px;
        padding: 8px 25px 8px 25px;
        border-radius: 4px 4px 0 0 !important;
    }

.patint-tab-contant {
    border: 1px solid #cbdce9;
    padding-bottom: 15px;
}

.applay-filter {
    padding-top: 3%;
    padding-bottom: 2%;
}

    .applay-filter label {
        white-space: nowrap;
        font-family: Roboto-Medium;
        font-size: 14px;
        font-weight: normal;
    }

.PCPAssigned {
    border: 1px solid #cbdce9;
}

    .PCPAssigned h3 {
        color: #F7941E;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding: 10px;
        margin: 0px;
    }

.PtPractice {
    border: 1px solid #cbdce9;
}

    .PtPractice h3 {
        color: #F7941E;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding: 10px;
        margin: 0px;
    }

.PCPForm {
    padding: 10px;
}

    .PCPForm .form-control-feedback {
        text-align: inherit;
    }

    .PCPForm .form-control {
        background-color: #f4f4f4;
        box-shadow: none;
        border-width: 1px;
        border-style: solid;
        border-color: #dfdfdf;
        border-image: initial;
        border-radius: 2px;
    }

.PracticeForm {
    padding: 10px;
}

    .PracticeForm .form-control {
        background-color: rgb(244, 244, 244);
        box-shadow: none;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(223, 223, 223);
        border-image: initial;
        border-radius: 2px;
    }

.patient-Msg-Options {
    padding-left: 0px;
}

    .patient-Msg-Options li {
        list-style-type: none;
        padding: 5%;
        border-bottom: 1px solid #cbdce9;
        cursor: pointer;
        display: flex;
    }

        .patient-Msg-Options li a {
            color: #000;
            font-family: Roboto-Medium;
            font-size: 12px;
        }

.PatientMsgactive {
    background-color: #cbdce9;
    color: #F7941E !important;
}

    .PatientMsgactive a {
        color: #166fbf !important;
        font-family: Roboto-Black;
    }


    .PatientMsgactive::after {
        content: "";
        position: absolute;
        left: 100%;
        margin-top: -10px;
        /*top: 4.5%;*/
        border: 18px dotted transparent;
        border-left: 15px dotted #cbdce9;
    }

.Patient-msg-badge {
    background-color: #5a9dd1;
    width: 35px;
}

.Ptbadge {
    display: inline-block;
    min-width: 10px;
    padding: 5px !important;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 3px;
    position: absolute;
    right: 5%;
    width: 60px !important;
}

.mypatient_label_align {
    padding-top: 5px;
}

.recent_admitted_radioalign {
    display: flex;
}

    .recent_admitted_radioalign label {
        padding-right: 50px;
    }

.reccent_admit_table_div {
    border: 1px solid #cbdce9;
}

.reccent_admit_table {
    margin-bottom: 0px;
    height: auto;
}

    .reccent_admit_table tbody {
        height: 300px;
    }

        .reccent_admit_table thead tr th, .reccent_admit_table tbody tr td {
            text-align: center;
        }

    .reccent_admit_table thead tr th {
        background: #f3f7fa;
        border-bottom: 1px solid #cbdce9;
    }

.recently_admit_link {
    text-decoration: underline;
}
/*------------MY Patients Css End Hear-------------*/

/*------------Campaign Manager Css Start Hear------------*/
.CampaignManager {
    border: 1px solid #cbdce9;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #fff;
}

.campaignmangrTabs .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .campaignmangrTabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .campaignmangrTabs .nav-tabs > li.active > a, .campaignmangrTabs .nav-tabs > li.active > a:focus, .campaignmangrTabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #b3d4f3;
        color: #2482ce;
        font-family: Roboto-Regular;
        font-size: 14px;
        border-radius: 4px 4px 0 0 !important;
    }

    .campaignmangrTabs .nav-tabs > li > a {
        background-color: #8bb9ea;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 5px;
        padding: 8px 25px 8px 25px;
        border-radius: 4px 4px 0 0 !important;
    }

.CMRadioEvent {
    background-color: #e5f3fc;
    padding-top: 15px;
    padding-bottom: 10px;
}

    .CMRadioEvent span {
        color: #F7941E;
        font-family: Roboto-Medium;
    }

    .CMRadioEvent label {
        font-family: Roboto-Medium;
        font-weight: normal;
    }

.NewSaveEvent {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
    padding-top: 2%;
}

.CMNewSaveTabs .nav-tabs {
    border-bottom: 1px solid #8bb9ea;
}

    .CMNewSaveTabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .CMNewSaveTabs .nav-tabs > li.active > a, .CMNewSaveTabs .nav-tabs > li.active > a:focus, .CMNewSaveTabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #b3d4f3;
        color: #2482ce;
        font-family: Roboto-Regular;
        font-size: 14px;
        border-radius: 4px 4px 0 0 !important;
    }

    .CMNewSaveTabs .nav-tabs > li > a {
        background-color: #8bb9ea;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 5px;
        padding: 8px 25px 8px 25px;
        border-radius: 4px 4px 0 0 !important;
    }

.NewEventContant .control-label {
    text-align: left;
    font-family: Roboto-Regular;
    font-weight: normal;
    white-space: nowrap;
}

.NewEventContant .form-control-feedback {
    text-align: inherit;
}

.NewEventContant .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.SaveEventContant {
    padding-top: 5%;
}

    .SaveEventContant .control-label {
        text-align: left;
        font-family: Roboto-Regular;
        font-weight: normal;
    }

    .SaveEventContant .form-control-feedback {
        text-align: inherit;
    }

    .SaveEventContant .form-control {
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        background-color: #f4f4f4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.UpVidBtn, .UpVidBtn:hover, .UpVidBtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0px;
    margin-right: 8px;
    background-image: none;
    border: none;
}

.CMProgramPatientSection {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
    padding-top: 2%;
}

.CmProgramBlock .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.CmProgramBlock .control-label {
    text-align: left;
    font-family: Roboto-Regular;
    font-weight: normal;
}

.CmProgramBlock label {
    font-family: Roboto-Regular;
    font-weight: normal;
    white-space: nowrap;
}

.CartlistdBtn {
    display: flex;
}

.CMPatientsBlock .control-label {
    text-align: left;
    font-family: Roboto-Regular;
    font-weight: normal;
    white-space: nowrap;
}

.CMPatientsBlock .form-control-feedback {
    text-align: inherit;
}

.CMPatientsBlock .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}



.CpClearfix {
    margin-bottom: 15%;
}

.CMInviteesListSection {
    border: 1px solid #cbdce9;
}

.InvitesLstBtn {
    display: flex;
}

.CMInviteesListSection h4 {
    margin-bottom: 0px;
    color: #F7941E;
    font-family: Roboto-Medium;
}

.CMInviteesListSection label {
    font-family: Roboto-Medium;
    font-weight: normal;
    white-space: nowrap;
}



.CMTextBtn, .CMTextBtn:hover, .CMTextBtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 10px;
    padding-right: 3px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.CMPortMsgBtn, .CMPortMsgBtn:hover, .CMPortMsgBtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 5px;
    padding-right: 1px;
    border-radius: 0px;
    margin-right: 8px;
    background-image: none;
    border: none;
}

.CMPPBtn, .CMPPBtn:hover, .CMPPBtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 10px;
    padding-right: 1px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.CMReportMangrContant {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
}

    .CMReportMangrContant label {
        font-family: Roboto-Regular;
        font-weight: normal;
    }

    .CMReportMangrContant h3 {
        background-color: #f2f2f3;
        border-bottom: 1px solid #cbdce9;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding: 10px;
    }

.rpbut {
}

.cppdfbtn, .cppdfbtn:hover, .cppdfbtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.CMprintfbtn, .CMprintfbtn:hover, .CMprintfbtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    margin-right: 8px;
    background-image: none;
    border: none;
}

.CMReferralReport {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
}

.RefreeReprtlHead h3 {
    background-color: #e5f3fc;
    color: #F7941E;
    font-family: Roboto-Medium;
    margin: 0px;
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #cbdce9;
}

.ReportCriteriaHead h3 {
    background-color: #f2f2f3;
    color: #000;
    font-family: Roboto-Medium;
    margin: 0px;
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #cbdce9;
}

.RefrelReportTabs {
    padding-top: 2%;
}

.ReportCriteriaContant {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
}

.RefrelReportTabs .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .RefrelReportTabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .RefrelReportTabs .nav-tabs > li.active > a, .RefrelReportTabs .nav-tabs > li.active > a:focus, .RefrelReportTabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #b3d4f3;
        color: #2482ce;
        font-family: Roboto-Regular;
        font-size: 14px;
        border-radius: 4px 4px 0 0 !important;
    }

    .RefrelReportTabs .nav-tabs > li > a {
        background-color: #8bb9ea;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 5px;
        padding: 8px 25px 8px 25px;
        border-radius: 4px 4px 0 0 !important;
    }

.RCContant h4 {
    color: #000;
    font-family: Roboto-Medium;
    margin: 0px;
    font-size: 14px;
    padding: 10px;
}

.critria-form {
    padding: 0px;
}

.RCContant .control-label {
    text-align: left;
    padding-left: 30px;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.RCContant .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.CritariaAppointment {
    white-space: nowrap;
}

.critariadate .form-control-feedback {
    text-align: inherit;
}

.CriteriaServictypblock label {
    font-family: Roboto-Regular;
    font-weight: normal;
    padding-top: 5px;
    padding-left: 15px;
}

.RCStatus h4 {
    color: #000;
    font-family: Roboto-Medium;
    margin: 0px;
    font-size: 14px;
    padding: 10px;
}

.ReportCritariaStatus {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
}

.RCStatus .control-label {
    text-align: left;
    padding-left: 30px;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.RCStatus label {
    font-family: Roboto-Regular;
    font-weight: normal;
    padding-top: 5px;
    padding-left: 15px;
}

.RCStatus .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.RCPattern h4 {
    color: #000;
    font-family: Roboto-Medium;
    margin: 0px;
    font-size: 14px;
    padding: 10px;
}

.ReportCritariaPatterns {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
}

.RCPattern .control-label {
    text-align: left;
    padding-left: 30px;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.RCPattern label {
    font-family: Roboto-Regular;
    font-weight: normal;
    padding-top: 5px;
    padding-left: 15px;
}

.RCPattern .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.startendcal .form-control-feedback {
    text-align: inherit;
}

.Patternbtn, .Patternbtn:hover, .Patternbtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}
/*------------Campaign Manager Css End Hear------------*/
/*------------Campaign Manager System Manager Css Start Hear--------------*/
.SystemManagerHead {
    background-color: #cbdbe8;
    border: 1px solid #cbdce9;
    border-bottom: 0px solid transparent;
}

    .SystemManagerHead h3 {
        color: #F7941E;
        font-family: Roboto-Medium;
        margin: 0px;
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.CMSystemManager {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
    padding-top: 2%;
}

.CMSystemManagerTabs .nav-tabs {
    border-bottom: 1px solid #8bb9ea;
}

    .CMSystemManagerTabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .CMSystemManagerTabs .nav-tabs > li.active > a, .CMSystemManagerTabs .nav-tabs > li.active > a:focus, .CMSystemManagerTabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #b3d4f3;
        color: #2482ce;
        font-family: Roboto-Regular;
        font-size: 14px;
        border-radius: 4px 4px 0 0 !important;
    }

    .CMSystemManagerTabs .nav-tabs > li > a {
        background-color: #8bb9ea;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 5px;
        padding: 8px 25px 8px 25px;
        border-radius: 4px 4px 0 0 !important;
    }

.NewslatrHeadSection {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
    padding-top: 2%;
}

.NewslatrHeadSectionRight {
    /*border: 1px solid #cbdce9;*/
    padding-bottom: 2%;
    padding-top: 2%;
}

.SysClientLogo {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
    padding-top: 2%;
}

.NewsTopic h3 {
    font-family: Roboto-Medium;
    margin: 0px;
    text-align: center;
    padding-top: 10%;
}

.NewtopHeadTitle .form-control {
    border: 1px solid #cbdce9;
    background-color: #fff;
    border-color: #cbdce9;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}

.publishdate {
    border: 1px solid #cbdce9;
    background-color: #fff;
    border-color: #cbdce9;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}

.NewslatrHeadSection .form-control-feedback {
    text-align: inherit;
}

.newstypedrop {
    border: 1px solid #cbdce9;
    background-color: #fff;
    border-color: #cbdce9;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}

fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
    background-color: #BDBDBD;
    height: 200px;
    width: 200px;
    text-align: center;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    text-align: center;
}

.custom-para {
    font-family: Roboto-Medium;
    font-size: 14px;
    color: #000;
    text-align: center;
}

.custom-line1 {
    font-family: Roboto-Regular;
    border-top: 1px solid #000;
    text-align: center;
    margin: 25px;
    left: 50px;
    position: relative;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.custom-line2 {
    font-family: Roboto-Regular;
    border-bottom: 1px solid #000;
    text-align: center;
    margin: 5px;
    width: 125px;
}

.NewslaterMainSection {
    border: 1px solid #cbdce9;
    border-top: 0px solid transparent;
    padding-bottom: 2%;
    padding-top: 2%;
}

.NewsBox1 {
    height: 140px;
    width: 150px;
    background-color: #e5f3fc;
    margin-bottom: 10px;
    border: 1px solid #cbdce9;
}

.NewsBox2 {
    height: 140px;
    width: 150px;
    background-color: #e5f3fc;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #cbdce9;
}

.NewsBox3 {
    height: 140px;
    width: 150px;
    background-color: #e5f3fc;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #cbdce9;
}

    .NewsBox3 p {
        color: #2482ce;
        text-align: center;
        font-family: Roboto-Medium;
        padding-top: 45%;
    }
/*------------Campaign Manager System Manager Css End Hear--------------*/
/*------------Campaign Manager Premium Ads Css Start Hear---------------*/
.CMSPramoteApp {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
    padding-top: 2%;
}

.CmsPramoteAppTabs .nav-tabs {
    border-bottom: 1px solid #8bb9ea;
}

    .CmsPramoteAppTabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .CmsPramoteAppTabs .nav-tabs > li.active > a, .CmsPramoteAppTabs .nav-tabs > li.active > a:focus, .CmsPramoteAppTabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #b3d4f3;
        color: #2482ce;
        font-family: Roboto-Regular;
        font-size: 14px;
        border-radius: 4px 4px 0 0 !important;
    }

    .CmsPramoteAppTabs .nav-tabs > li > a {
        background-color: #8bb9ea;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 5px;
        padding: 8px 25px 8px 25px;
        border-radius: 4px 4px 0 0 !important;
    }

.PramotNewPost {
    padding-top: 5%;
}

    .PramotNewPost .control-label {
        text-align: left;
        padding-left: 30px;
        font-family: Roboto-Regular;
        font-size: 14px;
        color: #000;
        font-weight: normal;
    }

    .PramotNewPost label {
        font-family: Roboto-Regular;
        font-weight: normal;
        padding-top: 5px;
        padding-left: 15px;
    }

    .PramotNewPost .form-control {
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        background-color: #f4f4f4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .PramotNewPost .form-control-feedback {
        text-align: inherit;
    }
/*------------Campaign Manager Premium Ads Css End Hear---------------*/
/*------------CampaignManagerSocial Css Start Hear----------------*/
.CMSocialMedia {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
    padding-top: 2%;
}

.CMSocialMediaTabs .nav-tabs {
    border-bottom: 1px solid #8bb9ea;
}

    .CMSocialMediaTabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .CMSocialMediaTabs .nav-tabs > li.active > a, .CMSocialMediaTabs .nav-tabs > li.active > a:focus, .CMSocialMediaTabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #b3d4f3;
        color: #2482ce;
        font-family: Roboto-Regular;
        font-size: 14px;
        border-radius: 4px 4px 0 0 !important;
    }

    .CMSocialMediaTabs .nav-tabs > li > a {
        background-color: #8bb9ea;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 5px;
        padding: 8px 25px 8px 25px;
        border-radius: 4px 4px 0 0 !important;
    }

.CMSocialMediaBlock {
    padding-top: 3%;
}

    .CMSocialMediaBlock .control-label {
        text-align: left;
        padding-left: 30px;
        font-family: Roboto-Regular;
        font-size: 14px;
        color: #000;
        font-weight: normal;
    }

    .CMSocialMediaBlock label {
        font-family: Roboto-Regular;
        font-weight: normal;
        padding-top: 5px;
        padding-left: 15px;
    }

    .CMSocialMediaBlock .form-control {
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        background-color: #f4f4f4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .CMSocialMediaBlock .form-control-feedback {
        text-align: inherit;
    }

.uplophotobtn, .uplophotobtn:hover, .uplophotobtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.includvideobtn, .includvideobtn:hover, .includvideobtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.facebook, .facebook:hover, .facebook a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.twitter, .twitter:hover, .twitter a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.linkedin, .linkedin:hover, .linkedin a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.SPreview, .SPreview:hover, .SPreview a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.SSave, .SSave:hover, .SSave a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.SReset, .SReset:hover, .SReset a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.SPublish, .SPublish:hover, .SPublish a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.SSchedule, .SSchedule:hover, .SSchedule a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}
/*------------CampaignManagerSocial Css End Hear----------------*/
/******************Manage Denials*************************/
.manager_denial_claim_status_table thead, .manager_denial_serviceline_table thead,
.manager_denial_record_table thead {
    background: #dee8f1;
}

.manager_denial_claim_status_table > tbody > tr > td, .manager_denial_serviceline_table > tbody > tr > td {
    border-top: 0px;
}

.manager_denial_claim_status_table > thead > tr > th, .manager_denial_serviceline_table > thead > tr > th,
.manager_denial_record_table thead > tr > th {
    border-bottom: 0px;
    text-align: center;
}

.manager_denial_claim_status_table > tbody, .manager_denial_serviceline_table > tbody {
    border: 1px solid #dee8f1;
}

.manager_denial_widget_subhead_back_color h3 {
    background: #dee8f1;
    margin: 0px;
    padding: 10px 15px;
}

.panel_head_manage_denial_record {
    padding: 0px;
    border-bottom: 0px;
}

.widget_border {
    border: 1px solid #dee8f1;
}

.glyphicon_calender {
    right: 10px;
    font-size: 16px;
    color: #797a7a;
}

.glyphicon-left-triangle, .glyphicon-right-triangle {
    border: 1px solid #ccc;
    color: #ccc;
    font-size: 12px;
    padding: 5px 7px 5px 6px;
    top: -5px;
}

/************************Care Maanager*****************/
.care_manager_record_table > thead > tr > th {
    border-bottom: 0px;
}

.care_manager_record_table {
    border: 1px solid #dee8f1;
}

    .care_manager_record_table thead {
        background: #dee8f1;
    }

    .care_manager_record_table > tbody > tr > td {
        border-top: 1px solid #dee8f1;
        text-align: left;
    }

.manage_tool_list {
    padding-top: 30px;
}

    .manage_tool_list li {
        list-style: none;
        margin-bottom: 15px;
    }

        .manage_tool_list li:before {
            content: "—";
            color: #337ab7;
            margin: 0 1em 0px 0px; /* any design */
        }

.CM_medium_color {
    color: #f68220;
    font-weight: bold;
}

.CM_high_color {
    color: red;
    font-weight: bold;
}

.CM_low_color {
    color: green;
    font-weight: bold;
}

.CM_label_back {
    color: #23527c;
}

.nav-pills > .caremanager-tab > a, .nav-pills > .caremanager-tab > a:focus {
    background-color: #8bb9ea;
    color: #fff;
    border: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.tab_caremanager {
    border: 1px solid #cbdce9;
}

    .tab_caremanager ul {
        margin-top: 20px;
        list-style-type: none;
    }

        .tab_caremanager ul li {
            margin: 20px 0px;
        }

    .tab_caremanager li:before {
        /* For a round bullet */
        content: '\2022';
        /* For a square bullet */
        /*content:'\25A0';*/
        display: block;
        position: relative;
        max-height: 0;
        left: -20px;
        top: -10px;
        color: #8bb9ea;
        font-size: 30px;
    }

.case_look_ul {
    list-style-type: none;
    display: flex;
    margin-left: -40px;
}

    .case_look_ul li {
        width: 40%;
    }

.patient_name_block {
    border: 2px solid #f5f5f5;
    background: #f5f5f5;
    height: auto;
    padding: 5px;
}

.case_manager_text {
    color: #8bb9ea;
}

.caremanager_modal {
    cursor: pointer;
}

.caremanager_modal_table thead {
    background: #f5f5f5;
    border: 1px solid #dee8f1;
}

.caremanager_modal_table > tbody > tr > td {
    border-top: 0px;
}

.caremanager_modal_table > thead > tr > th {
    border-bottom: 0px;
}

.caremanager_modal_table > tbody {
    border: 1px solid #dee8f1;
}

.search_block h3 {
    font-size: 16px;
    color: #f68220;
    margin: 0px;
}

.case_resource_information {
    color: #f68220;
    font-size: 16px;
}

.care_manager_div {
    padding-top: 40px;
}

.text_align_inline {
    white-space: nowrap;
}

.care_manager_profilepic img {
    border: 1px solid #cbdce9;
    height: 100px;
    background: #fff;
    margin: 10px 0px;
}
/***************************Care Manager Tabs*********************/
.careplan {
    background-image: url('../images/Careplan.png');
    border: 0px solid #bbb;
    height: 40px;
    width: 40px;
}

.modal-box {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 98%;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
}

@media (min-width: 32em) {
    .modal-box {
        width: 80%;
        top: 15px;
    }
}

.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
}

.risk {
    color: red;
}

.careplanbodyhead h3 {
    background-color: #2582cf;
    margin: 0px;
    font-size: 13px;
    padding: 10px;
    font-family: Roboto-Light;
    margin-bottom: 1px;
    color: #fff;
    font-weight: 600;
}

.modal-body {
    padding: 3px 9px 5px 8px;
}

.CPlist_ul1 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.CPlist_ul2 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.careplanerightMenu span {
    padding-left: 8px;
    font-family: Roboto-Regular;
    font-size: 13px;
    color: #000;
}

.CPlist_ul1 li {
    background-color: #e9ebea;
    padding: 5px;
    margin-bottom: 1px;
    cursor: pointer;
}

.CPlist_ul2 li {
    background-color: #e9ebea;
    padding: 5px;
    margin-bottom: 1px;
    cursor: pointer;
}

.CPlist_ul1 .fa-play-circle:before {
    color: #724f9f;
}

.CPlist_ul1 .fa-check-circle:before {
    color: #36bc7d;
}

.CPlist_ul1 .fa-angle-up:before {
    color: #b1b9b5;
    font-size: 25px;
    line-height: 18px;
}

.CPlist_ul2 .fa-angle-up:before {
    color: #b1b9b5;
    font-size: 25px;
    line-height: 18px;
}

.CPlist_ul2 .fa-angle-down:before {
    color: #000;
    font-size: 25px;
    line-height: 18px;
}

.CPlist_ul2 .fa-play-circle:before {
    color: #b4b6b5;
}

.CPlist_ul2 .fa-check-circle:before {
    color: #36bc7d;
}

.careplanbodyhead span {
    background-color: #8bb9ea;
    padding: 5px;
    color: #fff;
}

.careplanParantTabsBlock h2 {
    font-family: Roboto-Medium;
    color: #868686;
    text-align: center;
    padding-top: 20%;
}

.careplanParantTabsBlock1 {
    padding-left: 10px;
}

.careplanTabsContantBlock {
    border: 1px solid #cbdce9;
    margin-top: 2px;
    padding-bottom: 5px;
}

.EndocrineMetabolicTabs .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .EndocrineMetabolicTabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .EndocrineMetabolicTabs .nav-tabs > li.active > a, .EndocrineMetabolicTabs .nav-tabs > li.active > a:focus, .EndocrineMetabolicTabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #2582cf;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 12px;
        border-radius: 0px 0px 0 0 !important;
    }

    .EndocrineMetabolicTabs .nav-tabs > li > a {
        background-color: #e3e4e6;
        color: #000;
        font-family: Roboto-Regular;
        font-size: 12px;
        margin-right: 2px;
        padding: 8px 25px 8px 25px;
        border-radius: 0px 0px 0 0 !important;
    }

.careplanInnerTabs {
    padding-top: 1%;
}

    .careplanInnerTabs .nav-tabs {
        border-bottom: 1px solid transparent;
    }

        .careplanInnerTabs .nav-tabs > li > a:hover {
            border-color: transparent;
        }

        .careplanInnerTabs .nav-tabs > li.active > a, .careplanInnerTabs .nav-tabs > li.active > a:focus, .careplanInnerTabs .nav-tabs > li.active > a:hover {
            border: 1px solid transparent;
            background-color: #8bb9ea;
            color: #fff;
            font-family: Roboto-Regular;
            font-size: 13px;
            padding: 8px 50px 8px 50px;
            border-radius: 4px 4px 0 0 !important;
        }

        .careplanInnerTabs .nav-tabs > li > a {
            background-color: #b3d4f3;
            color: #000;
            font-family: Roboto-Regular;
            font-size: 13px;
            margin-right: 2px;
            padding: 8px 50px 8px 50px;
            border-radius: 4px 4px 0 0 !important;
        }

    .careplanInnerTabs li {
        width: 33.33%;
        text-align: center;
    }

.careplanInnerTabsContant {
    border: 1px solid #cbdce9;
}

.EndMetFormContant .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
}

.EndMetFormContant label {
    font-family: Roboto-Light;
    font-size: 12px;
    color: #000;
}

.EndMetoWner {
    line-height: 10px;
}

.EndMetSearchBox {
    line-height: 0px;
}

#EndMetcalendar {
    position: relative;
    z-index: 1;
    left: 90%;
    top: -25px;
    cursor: pointer;
}

.EndMetProbleminnercontant p {
    font-family: Roboto-Regular;
    font-size: 12px;
    padding-top: 10px;
    margin: 0px;
}

.EndMetProbleminnercontant h3 {
    font-family: Roboto-Light;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.EndMetProbleminnercontant span {
    font-family: Roboto-Light;
    font-size: 12px;
    color: #7450a8;
}

.CardiovProbleminnercontant p {
    font-family: Roboto-Regular;
    font-size: 12px;
    padding-top: 10px;
    margin: 0px;
}

.CardiovProbleminnercontant h3 {
    font-family: Roboto-Light;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.CardiovProbleminnercontant span {
    font-family: Roboto-Light;
    font-size: 12px;
    color: #7450a8;
}

#filtersubmit {
    position: relative;
    z-index: 1;
    left: 95%;
    top: -25px;
    cursor: pointer;
}

.CardivFormContant .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#Cardivcalendar {
    position: relative;
    z-index: 1;
    left: 90%;
    top: -25px;
    cursor: pointer;
}

.CardivFormContant label {
    font-family: Roboto-Light;
    font-size: 12px;
    color: #000;
}

.BtnSave, .BtnSave:hover, .BtnSave:focus {
    background-color: #2582cf;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0px;
    margin-right: 15px;
    margin-bottom: 5px;
    background-image: none;
    border: none;
}

.CardivSearchBox {
    line-height: 0px;
}

.CardivoWner {
    line-height: 10px;
}

.careplanAllButtonGroup {
    padding-top: 1%;
}

.careplanBtn {
    padding: 5px 20px 2px 20px;
    width: 98%;
    background-color: #f0f2f1;
    border-radius: 2px;
    border: 1px solid #ddd;
}

.careplanAllButtonGroup p {
    margin: 0px;
    font-family: Roboto-Light;
    font-size: 11px;
    text-align: center;
    color: #8b8b8b;
    padding-top: 3px;
}

.EndMetLeftInnerGrayBlock {
    background-color: #eef0ef;
    height: 365px;
}

.EndMetLeftGrayHead {
    background-color: #e3e4e6;
    display: flex;
    padding: 10px;
}

    .EndMetLeftGrayHead p {
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 12px;
    }

    .EndMetLeftGrayHead span {
        font-family: Roboto-Light;
        font-size: 12px;
        margin-left: 10px;
    }

.EndMetSubInnerProblem {
    padding: 10px;
}

.EMSInProbUl .fa-caret-right:before {
    color: #724f9f;
    font-size: 16px;
    padding-left: 10px;
}

.EMSInProbUl .fa-plus-circle:before {
    color: #724f9f;
    padding-left: 10px;
}

.EMSInProbUl {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .EMSInProbUl span {
        padding-left: 10px;
        font-family: Roboto-Medium;
        font-size: 12px;
    }

.EMSInProbUlGray .fa-plus-circle:before {
    color: #bfbfbf;
    padding-left: 10px;
}

.EMSInProbUlGray {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .EMSInProbUlGray span {
        padding-left: 25px;
        font-family: Roboto-Medium;
        font-size: 12px;
    }

.child {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 15px;
}
/*-----------Left Drop Down Menu Css------------*/
.EMSInProbUl li a {
    color: #000;
    display: block;
    text-decoration: none;
}

.EMSInProbUl ul {
    margin: 0;
    padding: 0; /*display: none;*/
}

    .EMSInProbUl ul li {
        margin: 0;
        padding: 0;
        clear: both;
        list-style: none;
    }

        .EMSInProbUl ul li a {
            padding-left: 20px;
            font-weight: normal;
            outline: 0;
        }

    .EMSInProbUl ul ul li a {
        color: #000;
        padding-left: 40px;
    }

    .EMSInProbUl ul ul ul li a {
        color: #000;
        padding-left: 70px;
    }

    .EMSInProbUl ul ul ul li {
        color: #000;
        padding-left: 55px;
        list-style: none;
    }

.EndocrineMetabolicTabs > .nav-tabs > .main_tabs {
    display: none;
}
/*.disable-click {pointer-events: none;}*/

.search_drop {
    position: absolute;
    background: #eef0ef;
    height: auto;
    z-index: 2;
    width: 94.5%;
    margin-top: -15px;
}

    .search_drop ul {
        list-style-type: none;
        padding: 0px;
    }

        .search_drop ul li {
            padding: 10px 10px 0px 10px;
        }

/****************Practice Analystics*****************/
.practice_block {
    border-radius: 50%;
    width: 125px;
    height: 125px;
    padding: 45px 0px;
    margin: 0 auto;
    color: #fff;
    font-family: Roboto-Light;
    font-size: 30px;
    /* text-align: center; */
}

.practice_block_back1 {
    background: #7398c4;
}

.practice_block_back2 {
    background: #92c473;
}

.practice_block_back3 {
    background: #c4b873;
}

.practice_block_back4 {
    background: #b87a46;
}

.practice_block_back5 {
    background: #5a956a;
}

.practice_block_back6 {
    background: #7e77ac;
}

.practice_block_text {
    font-family: Roboto-Regular;
    color: #5d5d5d;
    margin: 10px 0px;
}

.practice_analystic_estmated-price {
    font-family: Roboto-Regular;
    color: #70ad47;
    font-size: 52px;
    text-align: center;
    padding-top: 80px;
}

.practice_analystic_appoint_ul {
    list-style-type: none;
    display: flex;
    margin-left: -23px;
}

    .practice_analystic_appoint_ul li {
        width: 20%;
    }

.practice_hra_awv_block {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 30px 25px;
    margin: 0 auto;
    color: #fff;
    font-family: Roboto-Light;
    font-size: 28px;
}

.practice_hra_awv_back {
    background: #82c48f;
}

.practice_hra_awv_smaall_block {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    padding: 18px 15px;
    margin: 10px 0px;
    color: #fff;
    font-family: Roboto-Light;
    font-size: 28px;
    text-align: center;
}

.practice_hra_awv_smaall_block_back {
    background: #ed757c;
}

.practice_hra_awv_text {
    text-align: center;
    padding: 30px 0px;
    font-size: 28px;
    color: #337ab7;
}

.patient_velocity_text {
    font-size: 36px;
    color: #337ab7;
}

    .patient_velocity_text span {
        color: #82c48f;
    }

/*.practice_insurance_table thead {
    background: #dee8f1;
    border: 1px solid #dee8f1;
}

.practice_insurance_table > tbody > tr > td {
    border-top: 1px solid #dee8f1;
}

.practice_insurance_table > thead > tr > th {
    border-bottom: 0px;
}

.practice_insurance_table > tbody {
    border: 1px solid #dee8f1;
}*/

.patient_velocity_ul {
    list-style-type: none;
    margin-left: -50px;
}

.case_date {
    white-space: nowrap;
    margin-left: -20px;
}
/****************Coming soon page********************/
.coming_soon_back {
    background: url(../Images/coming_soon.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.container-table {
    height: 100%;
    color: #fff;
}

.container-table {
    display: table;
}

.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}

.coming_soon_text {
    /*font-family: IntriqueScript_PersonalUse;*/
    font-family: Roboto-Medium;
    font-size: 100px;
    text-shadow: 2px 2px #000;
}

.work_text {
    /*font-family: 'Monotype Corsiva';*/
    font-family: Roboto-Medium;
    font-size: 32px;
}

.btn_font_coming, .btn_font_coming:hover, .btn_font_coming:active:hover, .btn_font_coming:focus {
    /*font-family:BenthamRegular;*/
    font-family: Roboto-Medium;
    font-size: 20px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}



/*Careplan conditions*/
.careplan-condition h3 {
    padding-left: 0;
}

.care-cond-bg {
    background: #E5F3FC;
    padding: 10px;
    /*margin-bottom: 15px;*/
}

.profileimg {
    /*width: 30%;
    float: left;*/
    margin-right: 10px;
}

    .profileimg img {
        /*width: 90px;*/
        height: 90px;
        background-color: #fff;
    }

.careplan-condition .btn.submit-btn {
    padding: 10px 10px;
    font-size: 12px;
}

.bg-white {
    background: #ffffff;
    min-height: 90px;
}

.care-cond-bg .col-md-1.col-sm-1.col-lg-1.col-xs-6 {
    padding: 0 3px;
    text-align: center;
}

.careplan_cond_tab .tab-content {
    border: 1px solid #cbdce9;
    margin-bottom: 15px;
}

.careplan_cond_tab .inner-tab-content {
    padding: 10px;
}

.care_cond {
    background: #F3F1F2;
    padding: 10px;
    height: 400px;
}

    .care_cond h1 {
        border-bottom: 1px #2582CF solid;
        margin: 0;
        font-size: 17px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

.padd-rigt {
    padding-right: 0px !important;
}

.careplan_cond_tab .tab-pane h3 {
    margin: 5px 0 20px 0;
    font-size: 15px;
    font-family: Roboto-Light;
    color: #2482ce;
    font-weight: bold;
}

.careplan_cond_tab .tab-content .claim-footer {
    width: 100%;
}

.inner-tab-content .tab-pane.fade {
    display: none;
}

    .inner-tab-content .tab-pane.fade.in.active {
        display: block;
    }

.cond-continue input, .cond-continue label {
    width: 100%;
    text-align: center;
}

.cond-continue button.btn.submit-btn {
    margin-top: 50px;
    width: 100%;
    padding: 12px;
    font-size: 14px;
}

.cond-continue {
    margin-top: 30px;
}

.bg-white p {
    margin: 0;
    color: #284a69;
}

    .bg-white p:first-child {
        padding: 18px 0;
        font-size: 12px;
        color: #000 !important;
    }

.red {
    color: #ff0000;
}

.sub-but .btn.submit-btn {
    width: 100%;
}

    .sub-but .btn.submit-btn:first-child {
        margin-bottom: 15px;
    }

.down-care {
    position: relative;
}

    .down-care .btn.submit-btn {
        margin-top: 22px;
    }

.care_cond p {
    font-size: 12px;
}

.care-cond-bg .col-md-4.col-sm-4.col-lg-4.col-xs-12 {
    /*padding-left: 0;*/
    display: flex;
}

.care-cond-bg .col-md-1.col-sm-1.col-lg-1.col-xs-3 {
    padding: 0 5px;
    text-align: center;
}

.blue-cond {
    margin-top: 15px;
}

.cond-continue label:before, .cond-statement label:before {
    display: block !important;
    margin: 10px auto !important;
}

.careplan_cond_tab .nav-tabs > li {
    background: url('../Images/tab-circle.svg') center no-repeat;
    margin-bottom: 0;
    margin-right: 15px;
}

    .careplan_cond_tab .nav-tabs > li > a {
        margin: 0;
        padding: 12px 10px;
        border: 0;
    }

        .careplan_cond_tab .nav-tabs > li > a:hover {
            background: url('../Images/tab-circle-hov.svg') center no-repeat;
            border: 0;
        }

    .careplan_cond_tab .nav-tabs > li.active > a, .careplan_cond_tab .nav-tabs > li.active > a:focus, .careplan_cond_tab .nav-tabs > li.active > a:hover {
        background: url('../Images/tab-circle-hov.svg') center no-repeat;
        border: 0;
        padding: 12px 10px;
    }

.careplan_cond_tab ul.nav.nav-tabs {
    margin-bottom: 15px;
    border-bottom: 0;
}

/*conditions statement*/


.select-lib {
    border: 1px #E5F3FC solid;
    margin-bottom: 20px;
}

    .select-lib h1 {
        border-bottom: 1px #E5F3FC solid;
        margin: 0;
        background: #F3F3F3;
        padding: 7px 10px;
        color: #F7941E;
        font-family: Roboto-Medium;
        font-size: 16px;
    }

.cond-statement .col-md-10.col-sm-10.col-lg-10.col-xs-8 {
    padding-right: 0;
}

.select-lib label.control-label {
    text-align: left;
    font-size: 13px;
}

.select-lib .form-horizontal {
    padding: 10px;
}

.select-lib .form-control {
    border-radius: 2px;
    background: #F3F3F3;
}

.select-lib textarea {
    resize: none;
}

.recog-second h1 {
    color: #000;
    border-top: 1px #E5F3FC solid;
    padding: 8px 10px;
    font-size: 14px;
}

.recog-second li {
    list-style: none;
    font-weight: normal;
    font-size: 12px;
    font-family: Roboto-Light;
    padding-bottom: 5px;
}

.recog-second ul {
    padding: 10px;
    height: 214px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#Statement .btn.submit-btn {
    padding: 7px 18px;
}

#Statement button.btn.submit-btn.pull-right {
    margin-bottom: 10px;
}

.recog-second button.btn.submit-btn {
    margin-left: 26px;
}

.recog-second li input {
    margin: 0 7px 0 0;
    vertical-align: middle;
}

.recog-second li label {
    max-width: 92%;
    vertical-align: top;
    font-size: 13px;
}

.criteria-top h1 {
    margin: 0;
    padding: 7px 0px;
    color: #F7941E;
    font-family: Roboto-Medium;
    font-size: 16px;
}

.criteria-top ul {
    padding: 0;
    margin: 10px 0;
    clear: both;
    overflow: hidden;
}

.criteria-top li {
    list-style: none;
    text-align: center;
    width: 20%;
    float: left;
    cursor: pointer;
    padding: 0 2%;
}

#Exit form.form-horizontal {
    padding: 20px 10px;
}

.cond-statement > .col-md-2.col-sm-2.col-lg-2.col-xs-12 {
    padding-left: 0;
}

#Statement > .col-md-9.col-lg-9.col-sm-9.col-xs-12, #Exit > .col-md-9.col-lg-9.col-sm-9.col-xs-12 {
    padding: 0;
}

.cond-statement > .col-md-10.col-sm-10.col-lg-10.col-xs-12 {
    padding: 0;
}

/*Health Risk Assessment*/
.health-risk-ass .banch-reprt.mybridge-widget-font {
    border: 1px solid #cbdce9;
    padding: 10px 8px 8px 8px;
    border-bottom: 0;
    margin: 0;
}

.health-risk-ass .form-group {
    position: relative;
}

.health-risk-ass .banchmark-report {
    padding: 35px 15px 15px 15px;
}

.health-risk-ass .form-control, .AWV-vitals .form-control {
    background: #F4F4F4;
    border-radius: 1px;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    height: 40px;
}

.search-btns, .search-btns:hover {
    margin: 20px 0;
    width: 20%;
}

.health-table {
    margin-top: 30px;
}

    .health-table thead {
        background: #F4F4F4;
    }

        .health-table thead th, .health-table td {
            padding: 10px 0;
            text-align: center;
            border-bottom: 1px #ccc solid;
        }

.health-risk-ass .banchmark-report.secondbench {
    padding: 0px;
}

.healthrisktab {
    margin-top: 30px;
}

    .healthrisktab .nav-tabs > li {
        width: 100%;
        text-align: center;
    }

        .healthrisktab .nav-tabs > li:last-child a {
            margin-right: 0;
        }

.brd-access:hover {
    /*border:1px #144D82 solid;*/
}

.brd-access {
    border: 1px solid #cbdce9;
    border-radius: 2px;
    padding: 60px 0;
    cursor: pointer;
    margin: 15px 0;
    text-align: center;
    position: relative;
}

    .brd-access > p {
        text-align: center;
        margin: 0;
        font-weight: bold;
        padding: 2px 0;
    }

        .brd-access > p.secthird {
            font-weight: normal;
        }

    .brd-access img {
        margin-bottom: 20px;
    }

.point-color {
    position: absolute;
    top: 15px;
    right: 15px;
}

.healthriskpop thead {
    background: #EAF1F9;
    border-bottom: 0;
}

table.table.table-striped.healthriskpop tr, table.table.table-striped.healthriskpop th, table.table.table-striped.healthriskpop td {
    background: transparent;
    border: 0;
    text-align: center;
}

    table.table.table-striped.healthriskpop th:first-child, table.table.table-striped.healthriskpop td:first-child {
        text-align: left;
    }

.bluepop {
    color: #2582cf;
}

.popdetials {
    color: #F7941E;
    font-size: 13px;
}

.healt .modal-head {
    padding: 10px 15px;
    background: #B3D4F3;
}

.healt .modal-title {
    color: #000;
    font-weight: lighter;
}

.mod-side {
    margin-bottom: 15px;
}

    .mod-side label {
        margin-right: 30px;
        font-weight: normal;
        font-size: 13px;
    }

.preventive_mode label {
    margin-right: 0px;
}

.mod-side input {
    vertical-align: middle;
    margin: 0;
}

.activities td {
    padding: 5px 0;
}

.selectside {
    width: 200px;
    display: inline-block;
}

#Health table.table.table-striped.healthriskpop td {
    text-align: left;
}

    #Health table.table.table-striped.healthriskpop td label {
        font-weight: normal;
    }

#Special input.form-control {
    width: 150px;
}

#Special td {
    text-align: left;
}

.addmeddiv td {
    padding: 5px 5px 5px 0;
}

.addmeddiv table {
    margin-bottom: 6px;
}

#Medications th {
    text-align: center;
}

.addmeddiv, #AddMedications {
    margin-bottom: 15px;
}

.Nutrition-hgt {
    width: 20px;
    float: left;
    vertical-align: middle;
}

.fts {
    height: 35px;
    line-height: 35px;
}

#Nutrition label {
    font-weight: normal;
}

#Nutrition .modal-body > table tbody > tr {
    margin-bottom: 10px;
}

.divpaddleft {
    padding-left: 50px;
}

span.cigarettesyear {
    height: 35px;
    display: inline-block;
    line-height: 34px;
    padding-left: 10px;
    margin-bottom: 10px;
}

.hra_radio_align {
    display: flex;
    margin-top: 5px;
}

.hra_risk_head {
    margin-top: 5px;
}


.risk_low {
    color: green;
}

.risk_medium {
    color: orange;
}

.risk_high {
    color: red;
}

.hra_svg {
    overflow: hidden !important;
    border-radius: 50%;
}

.hra_svg_collapse {
    position: absolute;
    right: 65px;
    bottom: 18px;
    border-radius: 50%;
    overflow: hidden !important;
}

#hra_accordin .panel-default {
    border-radius: 0px;
}

    #hra_accordin .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        background: #f6fafd;
        border: 1px solid #8cbbe9;
        color: #2482ce;
    }

    #hra_accordin .panel-default > .accordion_head {
        background: none;
        border-bottom: 0px;
    }

    #hra_accordin .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border: 1px solid #8cbbe9;
        border-top: 0px;
    }

.hra-tab-contant {
    border: 1px solid #cbdce9;
    padding-bottom: 15px;
    padding-top: 15px;
}

.hraMainBlock .nav-tabs > li.active > a, .hraMainBlock .nav-tabs > li.active > a:focus, .hraMainBlock .nav-tabs > li.active > a:hover {
    border: 1px solid transparent;
    background-color: #8bb9ea;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 14px;
}

.hraMainBlock .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\2212"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: #2582cf; /* adjust as needed */
    border: 1px solid #2582cf;
    border-radius: 50%;
    padding: 6px;
    margin-top: 11px;
    margin-right: 15px;
    font-size: 9px;
}

.hraMainBlock .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\002b"; /* adjust as needed, taken from bootstrap.css */
}

.hraMainBlock .panel-heading img {
    padding: 0px 15px;
    width: 75px;
}

table.table.table-striped.health_condition_table tr td {
    text-align: left;
}

@media(max-width:480px) {
    .care-cond-bg .col-md-1.col-sm-1.col-lg-1.col-xs-3, .care-cond-bg .col-md-2.col-sm-2.col-lg-2.col-xs-3.sub-but {
        width: 50%;
    }
}
/*Health Risk Assessment*/
/*------------InTake Css Start Hear------------*/
.IntakeBlock {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
    background-color: #fff;
}

.IntakePSHead h3 {
    background-color: #cbdbe8;
    margin: 0px;
    padding: 10px;
    font-size: 16px;
    font-family: Roboto-Medium;
    color: #F7941E;
}

.IntakePatientLookUp {
    padding-top: 3%;
}

    .IntakePatientLookUp .control-label {
        text-align: left;
        padding-left: 30px;
        font-family: Roboto-Regular;
        font-size: 14px;
        color: #000;
        font-weight: normal;
    }

    .IntakePatientLookUp label {
        font-family: Roboto-Regular;
        font-weight: normal;
        padding-top: 5px;
        padding-left: 15px;
    }

    .IntakePatientLookUp .form-control {
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        background-color: #f4f4f4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .IntakePatientLookUp .form-control-feedback {
        text-align: inherit;
    }

    .IntakePatientLookUp .quick-link li:nth-child(1) {
        border: 1px solid #cbdce9;
        color: #fff;
        background-color: #337ab7;
        padding: 5px 10px 3px 10px;
    }

        .IntakePatientLookUp .quick-link li:nth-child(1) a {
            color: #fff;
        }

    .IntakePatientLookUp .quick-link li {
        border: 1px solid #cbdce9;
        color: #fff;
        background-color: #f4f4f4;
        padding: 5px 10px 3px 10px;
    }

#IntPatPopupA1:after, #IntPatPopupA1:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#IntPatPopupA1:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #f5f9fc;
    border-width: 12px;
    margin-top: -68px;
}

#IntPatPopupA1:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #cbdce9;
    border-width: 14px;
    margin-top: -70px;
}

#IntPatPopupA1 {
    position: absolute;
    top: 0%;
    left: 75%;
    width: 550px;
    height: 165px;
    background-color: #f5f9fc;
    z-index: 99;
    border: 1px solid #cbdce9;
}

#IntPatPopupB1:after, #IntPatPopupB1:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.DownPhpbtn, .DownPhpbtn:hover, .DownPhpbtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.RefrNowbtn, .RefrNowbtn:hover, .RefrNowbtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.IntkeUserImg img {
    width: 90px;
    margin-top: 15%;
    background-color: #fff;
}

.downlodphpbtn {
    display: flex;
    padding-top: 30%;
}

.inkuserdetail h3 {
    font-family: Roboto-Medium;
    font-size: 16px;
    color: #337ab7;
}

.inkuserdetail p {
    font-family: Roboto-Medium;
    white-space: nowrap;
}

.inatcGender {
    background-color: #fff;
    height: 80px;
    width: 70px;
    margin-top: 15px;
}

.IntakeAge {
    background-color: #fff;
    height: 80px;
    width: 70px;
    margin-left: 5px;
    margin-top: 15px;
}

.IntakRisk {
    background-color: #fff;
    height: 80px;
    width: 70px;
    margin-left: 10px;
    margin-top: 15px;
}

.inatcGender p:nth-child(1) {
    text-align: center;
    color: #2582cf;
    font-family: Roboto-Light;
    padding-top: 15px;
}

.inatcGender p:nth-child(2) {
    text-align: center;
    color: #000;
    font-family: Roboto-Medium;
}

.IntakeAge p:nth-child(1) {
    text-align: center;
    color: #2582cf;
    font-family: Roboto-Light;
    padding-top: 15px;
}

.IntakeAge p:nth-child(2) {
    text-align: center;
    color: #000;
    font-family: Roboto-Medium;
}

.IntakRisk p:nth-child(1) {
    text-align: center;
    color: #2582cf;
    font-family: Roboto-Light;
    padding-top: 15px;
}

.IntakRisk p:nth-child(2) {
    text-align: center;
    color: #000;
    font-family: Roboto-Medium;
}

.Widget_IntackPatientLookUp_color {
    border: 1px solid #cbdce9;
    background-color: #f5f9fc;
}

.ITPtientfirst_width_align {
    margin: 1.5% 0%;
}

.Intke_profile_img {
    padding: 0px 15px 0px 0px;
}

.Intake_firstcolumn_div {
    padding-left: 0px;
}

.ITPtientfirst_width_align label {
    font-size: 12px;
    font-family: Roboto-Medium;
    font-weight: normal;
}

.ITPtientfirst_width_align span {
    font-size: 12px;
    font-family: Roboto-Medium;
    font-weight: normal;
}

.intake_first_column_down_div {
    margin: 0px;
}

.intake_first_column_down_divthree {
    margin: 0px;
}

.notifyodaddbtn, .notifyodaddbtn:hover, .notifyodaddbtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
    margin-top: 8%;
}

.intakehigh {
    color: red;
}

.IntakeEmailBlock {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .IntakeEmailBlock h3 {
        font-family: Roboto-Regular;
        color: #f68220;
        font-size: 16px;
        margin-top: 10px;
    }

.IntakeTextBlock {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .IntakeTextBlock h3 {
        font-family: Roboto-Regular;
        color: #f68220;
        font-size: 16px;
        margin-top: 10px;
    }

.IntakeCallBlock {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .IntakeCallBlock h3 {
        font-family: Roboto-Regular;
        color: #f68220;
        font-size: 16px;
        margin-top: 10px;
    }

.IntakeEmailBlock .control-label {
    text-align: left;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.IntakeEmailBlock label {
    font-family: Roboto-Regular;
    font-weight: normal;
    padding-top: 5px;
    padding-left: 15px;
}

.IntakeEmailBlock .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.IntakSend, .IntakSend:hover, .IntakSend a {
    background-color: #2582cf;
    color: #fff;
    border-radius: 0px;
    background-image: none;
    border: none;
    width: 100%;
}

.IntakeTextarea {
    margin-top: 15%;
}

.IntakeTextBlock .control-label {
    text-align: left;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.IntakeTextBlock label {
    font-family: Roboto-Regular;
    font-weight: normal;
    padding-top: 5px;
    padding-left: 15px;
}

.IntakeTextBlock .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.IntakSend, .IntakSend:hover, .IntakSend a {
    background-color: #2582cf;
    color: #fff;
    border-radius: 0px;
    background-image: none;
    border: none;
    width: 100%;
}

.IntakeTextarea {
    margin-top: 15%;
}

.IntakeCallBlock .control-label {
    text-align: left;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.intacsentbtn1, .intacsentbtn1:hover, .intacsentbtn1 a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.PatintIntakNetworkBtn, .PatintIntakNetworkBtn:hover, .PatintIntakNetworkBtn a {
    background-color: #2582cf;
    color: #fff;
    padding: 10px 25px 10px 25px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.PatintMastChartBtn, .PatintMastChartBtn:hover, .PatintMastChartBtn a {
    background-color: #2582cf;
    color: #fff;
    padding: 10px 25px 10px 25px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.PatintMyCaseBtn, .PatintMyCaseBtn:hover, .PatintMyCaseBtn a {
    background-color: #2582cf;
    color: #fff;
    padding: 10px 25px 10px 25px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.PatintRequestEMCBtn, .PatintRequestEMCBtn:hover, .PatintRequestEMCBtn a {
    background-color: #2582cf;
    color: #fff;
    padding: 10px 25px 10px 25px;
    border-radius: 0px;
    background-image: none;
    border: none;
}

.ptMCblock {
    text-align: right;
}

.lastRequestBlock {
    padding-right: 0px;
}

.PatientPlanCareBlock {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .PatientPlanCareBlock h3 {
        font-family: Roboto-Regular;
        color: #f68220;
        font-size: 16px;
        margin: 10px;
    }

    .PatientPlanCareBlock .form-control {
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        background-color: #f4f4f4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.plancarbtn, .plancarbtn:hover, .plancarbtn a {
    background-color: #2582cf;
    color: #fff;
    padding: 10px 25px 10px 25px;
    border-radius: 0px;
    background-image: none;
    border: none;
}

.CarePlan2Block1 {
    border: 1px solid #cbdce9;
    background-color: #fff;
    margin-right: 0px;
}

    .CarePlan2Block1 h3 {
        font-family: Roboto-Regular;
        color: #f68220;
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .CarePlan2Block1 .control-label {
        text-align: left;
        font-family: Roboto-Regular;
        font-size: 14px;
        color: #000;
        font-weight: normal;
        white-space: nowrap;
    }

.PatintLookupEditBtn, .PatintLookupEditBtn:hover, .PatintLookupEditBtn a {
    background-color: #2582cf;
    color: #fff;
    padding: 8px 35px 8px 35px;
    border-radius: 0px;
    background-image: none;
    border: none;
}

.CarePlan2Block2 {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .CarePlan2Block2 h3 {
        font-family: Roboto-Regular;
        color: #f68220;
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .CarePlan2Block2 .control-label {
        text-align: left;
        font-family: Roboto-Regular;
        font-size: 14px;
        color: #000;
        font-weight: normal;
        white-space: nowrap;
    }
/*------------InTake Css End Hear------------*/


/*------------AWV Css Start Here------------*/
.AWV-vitals .message-center-page {
    padding: 0;
}

.AWV-vitals .banch-reprt.mybridge-widget-font {
    text-align: center;
    font-size: 13px;
    color: #000;
    font-weight: lighter;
    padding: 0;
}

.awv-title {
    color: #F7941E;
    padding: 10px 5px;
    text-align: center;
    font-family: Roboto-Medium;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    word-break: break-word;
    background: #eaf1f6;
    border-top: 1px solid #cbdce9;
    border-bottom: 1px solid #cbdce9;
}

.formawv .form-inline .form-group:last-child {
    width: 75px;
}

.formawv .form-inline .form-group:first-child {
    width: 75px;
    text-align: left;
}

.formawv {
    padding: 25px 0 0px 0;
}

.footer-arrow {
    padding: 30px;
    display: inline-block;
    width: 100%;
}

.med-awv {
    text-align: center !important;
    width: 120px;
}

    .med-awv img {
        width: 25px;
        margin-right: 10px;
    }

.med-edit, .med-del {
    display: none;
}

.action-medi li img {
    width: 40px;
}

hr.borders {
    margin: 0;
    border-bottom: 1px solid #cbdce9;
}

.formawv .form-inline .form-group input, .formawv .form-inline .form-group select {
    width: 250px;
    margin: 8px 6px;
}

.form-lft-arrow {
    background: url("../Images/prev.svg") no-repeat;
    display: inline-block;
    width: 37px;
    height: 37px;
}

.form-rgt-arrow {
    background: url("../Images/next_01.svg") no-repeat;
    display: inline-block;
    width: 37px;
    height: 37px;
}

.form-lft-arrow:hover {
    background: url("../Images/Prev_01.svg") no-repeat;
    display: inline-block;
    width: 37px;
    height: 37px;
}

.form-rgt-arrow:hover {
    background: url("../Images/next.svg") no-repeat;
    display: inline-block;
    width: 37px;
    height: 37px;
}

.action-medi li {
    float: left;
    list-style: none;
    margin: 20px 0;
    padding: 10px;
}

    .action-medi li a {
        cursor: pointer;
    }

#med-edit label.col-sm-4.control-label {
    text-align: left;
}

#med-edit .form-control-feedback {
    right: 14px;
}

.awv-adl tr td:first-child {
    background: #f2f2f3;
}

.tblMessageInbox.awv-adl > tbody > tr > td {
    border: 0;
}

.slider-range {
    width: 98%;
}

.fscaret {
    text-indent: -9999px;
}

#pop-del .modal-body {
    text-align: center;
}

#pop-del .modal-footer {
    border-top: 0;
    text-align: center;
    padding-bottom: 35px;
}

.AWVRPage {
    border: 1px solid #cbdce9;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #fff;
}

    .AWVRPage h3 {
        margin: 10px;
        color: #F7941E;
        font-family: Roboto-Medium;
        font-size: 16px;
    }

    .AWVRPage .form-control {
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        background-color: #f4f4f4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.AWVSearchBtn, .AWVSearchBtn:hover, .AWVSearchBtn a {
    background-color: #2582cf;
    color: #fff;
    width: 100%;
    border-radius: 0px;
    background-image: none;
    margin-bottom: 10px;
    border: none;
}

.AWVCreatNewPatientBtn, .AWVCreatNewPatientBtn:hover, .AWVCreatNewPatientBtn a {
    background-color: #2582cf;
    color: #fff;
    width: 100%;
    border-radius: 0px;
    background-image: none;
    border: none;
}

.AWVRPage .form-control-feedback {
    text-align: inherit;
}

.AWVPatientSearch {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
    background-color: #fff;
}

    .AWVPatientSearch h3 {
        margin: 10px;
        color: #F7941E;
        font-family: Roboto-Medium;
        font-size: 16px;
    }

.AWVPatientSearchTable {
    border: 1px solid #cbdce9;
}

    .AWVPatientSearchTable thead tr th {
        background-color: #f2f2f3;
        border-bottom: 1px solid #cbdce9;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 14px;
        font-weight: normal;
    }

        .AWVPatientSearchTable thead tr th:nth-child(4) {
            padding-left: 0px;
        }

        .AWVPatientSearchTable thead tr th:nth-child(5) {
            padding-left: 0px;
        }

    .AWVPatientSearchTable tbody tr:hover {
        background-color: #eaf1f7;
    }

    .AWVPatientSearchTable tbody tr.selected {
        background-color: #eaf1f7;
    }

    .AWVPatientSearchTable table {
        margin-bottom: 0px;
    }

.AWVRPreviusArrow {
    background-image: url('../Images/prev.svg');
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    display: inline-flex;
}

.AWVRNextArrow {
    background-image: url('../Images/next_01.svg');
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
}

.AWVNextArrow_active {
    background-image: url(../Images/next.svg);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
}

.AWVPatientSearchTable tbody {
    display: block;
    height: 330px;
    overflow: auto;
}

    .AWVPatientSearchTable thead, .AWVPatientSearchTable tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

.AWVFallRiskAssessment {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

.AWVFallRiskHead h5 {
    text-align: center;
    font-size: 13px;
    color: #000;
    font-weight: lighter;
    padding: 0;
}

.AWVFallRiskHead h2 {
    color: #F7941E;
    padding: 10px 5px;
    text-align: center;
    font-family: Roboto-Medium;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #eaf1f6;
    border-top: 1px solid #cbdce9;
    border-bottom: 1px solid #cbdce9;
}

.AWVFallRiskContent p {
    margin-top: 10px;
    font-family: Roboto-Regular;
    color: #000;
    text-indent: -17px;
    padding-left: 15px;
}

.AWVFallRiskContent label {
    margin-bottom: 10px;
    margin-top: 10px;
}

.AWVLifeStyle {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

.AWVLifeStyleHead h5 {
    text-align: center;
    font-size: 13px;
    color: #000;
    font-weight: lighter;
    padding: 0;
}

.AWVLifeStyleHead h2 {
    color: #F7941E;
    padding: 10px 5px;
    text-align: center;
    font-family: Roboto-Medium;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #eaf1f6;
    border-top: 1px solid #cbdce9;
    border-bottom: 1px solid #cbdce9;
}

.AWVLifeStyleContent p {
    margin-top: 10px;
    font-family: Roboto-Regular;
    color: #000;
}

.AWVLifeStyleContent label {
    margin-bottom: 10px;
    margin-top: 10px;
}

.AWVLifeStyleContent .control-label {
    text-align: left;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    padding-top: 0px;
}

.AWVPreventiveHealth {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

.AWVPreventiveHealthHead h5 {
    text-align: center;
    font-size: 13px;
    color: #000;
    font-weight: lighter;
    padding: 0;
}

.AWVPreventiveHealthHead h2 {
    color: #F7941E;
    padding: 10px 5px;
    text-align: center;
    font-family: Roboto-Medium;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #eaf1f6;
    border-top: 1px solid #cbdce9;
    border-bottom: 1px solid #cbdce9;
}

.AWVPreventiveHealthContent p {
    margin-top: 10px;
    font-family: Roboto-Regular;
    color: #000;
}

.AWVPreventiveHealthContent label {
    margin-bottom: 10px;
    margin-top: 10px;
}

.AWVPreventiveHealthContent .control-label {
    text-align: left;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    padding-top: 0px;
}

.PreventiveHealthDateType h3 {
    color: #F7941E;
    padding: 15px;
    text-align: center;
    font-family: Roboto-Medium;
    font-size: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #eaf1f6;
}

.PreventiveHealthDateType .form-control-feedback {
    text-align: inherit;
}



.depress_screen_ul {
    list-style-type: none;
    display: inline-flex;
    font-weight: bold;
}

    .depress_screen_ul li {
        padding: 0px 5px;
    }

.awv_nav_tab > li.active > a, .awv_nav_tab > li.active > a:focus, .awv_nav_tab > li.active > a:hover {
    background: #b3d4f3;
    color: #2482ce;
    border: 1px solid #b3d4f3;
}

.awv_nav_tab > li > a, .awv_nav_tab > li > a:hover, .awv_nav_tab > li > a:focus {
    background: #8bb9ea;
    color: #fff;
    border: 1px solid #8bb9ea;
}

.awv_patiient_search_left {
    padding-top: 50px;
}
/*------------AWV Css End Here------------*/

/************************Score Card*******************/

.head_icon_align_scorecard_block .image_widget img {
    margin: 0px;
}

.scorecard_search_img {
    position: absolute;
    top: 5px;
    right: 0px;
}

.scorecard_select_box {
    background: #ffffff;
    border: 1px solid #d9d6cd;
    border-radius: 5px;
    height: 30px;
    margin-top: -5px;
}

.score_card_block_main {
    padding-left: 0px;
}

.score_card_block {
    background: #e1ebf2;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b3c2ca;
}

    .score_card_block .scorecard_row {
        display: flex;
        padding: 0px 15px;
    }

    .score_card_block .scorecard_text {
        margin-top: 30px;
    }

    .score_card_block .scorecard_num {
        font-family: Roboto-Light;
        font-size: 100px;
        color: #00b9f2;
    }

.scorecard_glyphicon_align_info {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    color: #5c90c0;
}

.score_card_block .score_text_div {
    font-family: Roboto-Regular;
    font-size: 13px;
    color: #284968;
}

.score_card_head {
    font-family: Roboto-Light;
    font-size: 30px;
    color: #00b9f2;
    margin-top: 0px;
}

.scorecard_p p {
    font-family: Roboto-Regular;
    font-size: 15px;
    color: #000;
}

.scorecard_p .text_color {
    color: #8c1919;
}
/**************Score card Slider*************/
.scorecard_slide {
    height: 75px;
    background: #0061bd; /* For browsers that do not support gradients */
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(left,#0061bd,#0cbef3,#c0f0ff);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(left,#0061bd,#0cbef3,#c0f0ff);
    /* For Fx 3.6 to 15 */
    background: -moz-linear-gradient(left,#0061bd,#0cbef3,#c0f0ff);
    /* Standard syntax */
    background: linear-gradient(to right, #0061bd,#0cbef3,#c0f0ff);
}

    .scorecard_slide .ui-slider-handle {
        height: 85px;
        top: -12px;
        width: 2px;
        margin-left: 0px;
    }

    .scorecard_slide .ui-slider-range {
        background: transparent;
    }

    .scorecard_slide .ui-slider-handle {
        border: 1px solid #776b09;
    }

        .scorecard_slide .ui-slider-handle:last-child {
            border: 1px solid #940ead;
        }

.scorecard_slide_static .ui-slider-handle, .scorecard_slide_static .ui-slider-handle:last-child {
    border: 1px solid #75dff7;
    height: 74px;
    width: 3px;
    top: 0px;
}

.slide_handle_text {
    position: absolute;
    top: -45px;
    left: -20px;
}

.slide_label_text {
    font-family: Roboto-Regular;
    font-size: 9px;
}
/*#min, #max {
    width: 50px;
    text-align: center;
}*/
.slider_show_div {
    position: absolute;
    width: 95%;
    z-index: 1;
}

.scorecard_widget {
    font-family: Roboto-Regular;
    color: #000;
    font-size: 15px;
    background: #fdfcf4;
    padding-top: 34px;
    border: 1px solid #dee5e9;
}

.scorecard_widget_align {
    margin-left: -15px;
    padding-right: 0px;
}

.score_card_table_p p {
    font-size: 16px;
    color: #005fb0;
}

.scorecard_tablediv_cost {
    font-family: Roboto-Regular;
    border: 1px solid #dee5e9;
}

.scorecard_table_cost {
    margin-bottom: 0px;
}

    .scorecard_table_cost thead tr th {
        background: #f3f7fa;
        border-bottom: 0px;
    }

        .scorecard_table_cost thead tr th:not(:first-child) {
            text-align: left;
        }

    .scorecard_table_cost > tbody > tr > td, .scorecard_table_cost > tbody > tr > th, .scorecard_table_cost > thead > tr > td, .scorecard_table_cost > thead > tr > th {
        border-top: 1px solid #f3f7fa;
    }

    .scorecard_table_cost tr td:not(:first-child) {
        color: #005fb0;
        text-align: left;
    }

    .scorecard_table_cost .image_widget img {
        margin: 0px 2px;
        float: right;
    }

.scorecard_utilization_info {
    font-family: Roboto-Regular;
    font-size: 13px;
    color: #000;
}

.scorecard_modal_left_div_align {
    align-items: center;
    display: flex;
}

.scorecard_utilization_info .table_right_div p {
    color: #2b5781;
}

.scorecard_utilization_info .table_right_div p, .scorecard_utilization_info .table_right_div {
    text-align: center;
}

.scorecard_table_right_side tbody tr td, .scorecard_table_last tbody tr td {
    border: 0px;
}

.scorecard_table_right_side > tbody > tr:nth-of-type(even) {
    background: #fcfaed;
}

.scorecard_based_num {
    color: #6b2127;
}

.scorecard_table_last {
    color: #6b2127;
    font-size: 21px;
}

    .scorecard_table_last > tbody > tr:nth-of-type(even) {
        font-size: 13px;
    }
/*********************Care Gaps*****************/
.caregap_first_widget {
    border: 1px solid #dee5e9;
}

.caregap_first_table {
    margin-bottom: 0px;
}

    .caregap_first_table thead {
        background: #f3f7fa;
    }

        .caregap_first_table thead tr th:not(:first-child), .caregap_first_table tbody tr td:not(:first-child) {
            text-align: center
        }

.cargap_tab_widget {
    border: 1px solid #ecf1f7;
    background: #ecf1f7;
    padding-top: 15px;
}

.caregap_nav_tabs {
    border-bottom: 1px solid #5c85ac;
}

    .caregap_nav_tabs > li.active > a, .caregap_nav_tabs > li.active > a:focus, .caregap_nav_tabs > li.active > a:hover {
        background: #0d60ad;
        color: #fff;
        border: 1px solid #0d60ad;
    }

    .caregap_nav_tabs > li > a, .caregap_nav_tabs > li > a:hover, .caregap_nav_tabs > li > a:focus {
        background: #827e83;
        color: #fff;
        border: 1px solid #827e83;
    }

.caregap_tab_selectbox {
    height: 35px;
    margin-left: 15px;
    background: #fff;
    border: 1px solid #fbf5dd;
}

.patient_search_radioalign {
    display: flex;
}



.caregap_search_box {
    margin-top: -7px;
}

.caregap_search_img {
    position: absolute;
    top: 0px;
    right: 20px;
}

.patient_search_tab_back {
    background: #fff;
    padding-top: 15px;
}

.patient_search_tab_hr {
    border-top: 1px solid #5c85ac;
    width: 100%;
}

.patient_status_tab_back {
    background: #fff;
}

.patient_search_table {
    margin-bottom: 0px;
}

    .patient_search_table thead tr th, .patient_status_table thead tr th {
        background: #f3f7fa;
    }

    .patient_search_table thead tr th, .patient_search_table tbody tr td, .patient_status_table thead tr th, .patient_status_table tbody tr td {
        white-space: nowrap;
        text-align: center;
    }

.glyphicon_great, .glyphicon_sign {
    padding: 5px;
    color: #fff;
}

.glyphicon_great {
    background: #0d60ad;
}

.glyphicon_sign {
    background: #827e83;
    width: 22px;
    padding: 6px;
    height: 24px;
}

.glyphicon__patient_editdelet_no {
    background: #808080;
}

.glyphicon__patient_search_table {
    padding: 5px 10px;
    border-radius: 20px;
    color: #fff;
    font-size: 10px;
}

.glyphicon__patient_search_no {
    background: #e05751;
}

.glyphicon__patient_search_ok {
    color: #83b920;
}

.glyphicon__patient_search_letter {
    background: #83b920;
    padding: 5px 13px;
}

.icon_click {
    position: absolute;
    right: 45px;
}

.icon_view {
    right: 5px;
}

/*------------Edit CareGaps-----------*/
.RankedBg {
    background-color: #F9FAF7;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .RankedBg label {
        font-family: Roboto-Medium;
        color: #0463a7;
        font-weight: normal;
    }

.EdCarGp {
    margin-top: 10px;
    border-bottom: 1px solid #0d60ad;
    padding: 10px 20px 0px 0px;
}

    .EdCarGp h1 {
        background: #0d60ad;
        color: #fff;
        display: inline-flex;
        margin: 0px;
        font-size: 16px;
        padding: 10px 20px 10px 20px;
        font-family: Roboto-Light;
    }

.UpdatedCareGp {
    background-color: #F3F5AC;
    padding-top: 10px;
    padding-bottom: 5px;
}

    .UpdatedCareGp label {
        font-family: Roboto-Medium;
        color: #0463a7;
        font-weight: normal;
    }

    .UpdatedCareGp span {
        color: red;
    }

.CarGapSpan {
    color: #000;
}

.EditCarGpTable {
    margin-top: 2%;
    border: 1px solid #ddd;
}

    .EditCarGpTable .table thead tr th {
        background-color: #F0F0F0;
        font-family: Roboto-Regular;
        font-weight: normal;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #fff;
        font-size: 12px;
        text-align: center;
    }

.EDCarGp {
    background-color: #CECECE !important;
}

.EditCarGpTable .table tbody tr td {
    text-align: center;
}

.CareGapTabs {
    margin-top: 2%;
}

.QualtyMesrQuetin {
    font-family: Roboto-Regular;
    font-size: 16px;
    font-weight: normal;
}

.CareGapTabs .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .CareGapTabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .CareGapTabs .nav-tabs > li.active > a, .CareGapTabs .nav-tabs > li.active > a:focus, .CareGapTabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #2582d0;
        color: #fff;
        border-radius: 0px;
        font-family: Roboto-Regular;
        font-size: 14px;
        border-radius: 0px !important;
    }

    .CareGapTabs .nav-tabs > li > a {
        background-color: #cecece;
        border-radius: 0px;
        color: #000;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 10px;
        padding: 8px 25px 8px 25px;
    }

.CGMedicalRcdFon {
    padding-top: 1%;
}

.MedicalRecordFound {
    border: 1px solid #ccc;
}

    .MedicalRecordFound h4 {
        background-color: #e9e7e8;
        font-weight: normal;
        color: #353535;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin: 0px;
        padding: 5px 10px 5px 10px;
    }

.Care2Fall {
    border: 1px solid #ccc;
}

    .Care2Fall h4 {
        background-color: #e9e7e8;
        font-weight: normal;
        color: #353535;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin: 0px;
        padding: 5px 10px 5px 10px;
    }

.MedFormData {
    padding-top: 5%;
}

    .MedFormData .control-label {
        text-align: left;
    }

    .MedFormData label {
        font-family: Roboto-Medium;
        color: #353535;
        font-weight: normal;
        font-size: 13px;
    }

    .MedFormData .form-control-feedback {
        text-align: left;
    }

.Care2Fall .glyphicon-question-sign:before {
    color: blue;
}

.MedicalRecordFound .glyphicon-question-sign:before {
    color: blue;
}

.ACOCARE_1 h4 {
    background-color: #e9e7e8;
    font-weight: normal;
    color: #353535;
    font-family: Roboto-Regular;
    font-size: 14px;
    margin: 0px;
    padding: 5px 10px 5px 10px;
}

.ACOCARE_1 .glyphicon-question-sign:before {
    color: blue;
}

.ACOCARE_1 {
    margin-top: 5%;
    border: 1px solid #ccc;
}

    .ACOCARE_1 .control-label {
        text-align: left;
    }

    .ACOCARE_1 label {
        font-family: Roboto-Medium;
        color: #353535;
        font-weight: normal;
        font-size: 13px;
    }

.ACOCareData {
    margin-top: 5%;
}

    .ACOCareData .form-control-feedback {
        text-align: left;
    }

.CommentOptional {
    margin-top: 5%;
    border: 1px solid #ccc;
}

    .CommentOptional h4 {
        background-color: #e9e7e8;
        font-weight: normal;
        color: #353535;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin: 0px;
        padding: 5px 10px 5px 10px;
    }

    .CommentOptional .glyphicon-question-sign:before {
        color: blue;
    }

.form-textarea {
    background-color: #f4f4f4;
    border-color: #d4e5f3;
    font-size: 14px;
    font-family: 'Roboto-Regular';
    padding-right: 20px;
}
/*-----------Popup Css----------*/
#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
    border-radius: 0px;
    text-align: center;
}

#boxes #dialog {
    width: 450px;
    height: auto;
    padding: 0px;
    background-color: #ffffff;
    font-family: 'Segoe UI Light', sans-serif;
    font-size: 15pt;
}

.maintext {
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    text-decoration: none;
}

#lorem {
    font-family: "Segoe UI", sans-serif;
    font-size: 12pt;
    text-align: justify;
    padding: 15px;
}

#popupfoot {
    font-family: "Segoe UI", sans-serif;
    font-size: 16pt;
    padding: 0px;
    margin-bottom: 15px;
}

    #popupfoot a {
        text-decoration: none;
        opacity: 1;
    }

.agree:hover {
    background-color: #D1D1D1;
}

.popupoption:hover {
    background-color: #D1D1D1;
    color: green;
}

.popupoption2:hover {
    color: red;
}
/*.gprook{color:#000;background: #ccc;font-family:Roboto-Medium;
    font-weight:normal;}
.gprook:hover{color:#000;background: #ccc;font-family:Roboto-Medium;
    font-weight:normal;}*/
.GproTitle {
    margin: 0;
    padding: 10px;
    background-color: #ccc;
    font-family: Roboto-Medium;
    font-weight: normal;
}

.okclose {
    float: none;
}

.require {
    color: red;
}

.CarGpBtn {
    margin-top: 5%;
}

/****************************MIPS CPC*****************/
.electronic_quality_table {
    white-space: nowrap;
    font-size: 12px;
}

    .electronic_quality_table tbody tr td:not(:first-child) {
        text-align: center;
    }

.Widget_php_color .mips_cpc_head {
    white-space: nowrap;
}

.electronic_quality_table > thead > tr > th, .electronic_quality_table > tbody > tr > td {
    border: 0px;
    padding: 3px 5px;
}

.mip_component_div h5 {
    font-weight: bold;
}

.mip_component_div p {
    font-size: 11px;
    font-weight: normal;
    margin: 0px;
}

.improvement_table > thead > tr > th, .improvement_table > tbody > tr > td {
    /*border: 0px;*/
    padding: 3px;
    font-size: 11px;
}

.main_btn_div {
    position: absolute;
    top: 48%;
    left: 33%;
    text-align: center;
    z-index: 1;
    background: #fff;
    width: auto;
    padding: 0px;
}

    .main_btn_div a {
        width: 125px;
        white-space: normal;
        font-size: 10px;
        color: #000;
    }

.mips_first_widget_div {
    display: inline-flex;
}

.mips_first_widget_block {
    padding: 15px;
    width: 100%;
    color: #fff;
    margin: 0px 5px;
    text-align: center;
    align-items: center;
    display: inline-grid;
    cursor: pointer;
}

.quality_block {
    background: #5b9bd5;
}

.advance_block {
    background: #54cccd;
}

.improvement_block {
    background: #48bb4f;
}

.cost_block {
    background: #70ad47;
}

.Widget_php_color .mipshead {
    font-size: 14px;
    white-space: nowrap;
}

.composite_score label {
    background: #54cccd;
    padding: 15px;
    margin-left: -15px;
}

.composite_score p {
    font-size: 7px;
    white-space: nowrap;
    margin-left: -15px;
    font-weight: bold;
}
/****************************MIPS CPC Details*****************/
.mips_table_quality thead th, .mips_table_quality tbody td {
    white-space: nowrap;
    text-align: center;
}

.mips_date {
    font-size: 10px;
    margin-right: 15px;
    margin-top: -5px;
}

.score_div {
    background: #9DC3E6;
    margin: 5px auto;
    width: 150px;
    border-radius: 5px;
    font-size: 60px;
}

.score_div_caption {
    font-size: 10px;
    font-weight: bold;
}

.performance_calculator_caption {
    font-size: 10px;
}

.improvement_activity_table thead tr th:first-child, .improvement_activity_table tbody tr td:first-child {
    border: none;
    vertical-align: middle;
}

.improvement_activity_table thead tr th:nth-child(2), .improvement_activity_table tbody tr td:nth-child(2) {
    border-left: 0px;
}

.improvement_div_align {
    display: inline-flex;
}

    .improvement_div_align .improvement_div_block {
        padding-right: 20px;
    }
/*.third_widget_table_down{
    margin-bottom: 120px;
}*/
.table_quality_calculator thead tr th, .table_quality_calculator tbody tr td {
    white-space: nowrap;
    font-size: 11px;
    padding: 3px 3px 4px 3px;
    border: 0px;
}

.table_quality_calculator thead tr th {
    text-decoration: underline;
}

    .table_quality_calculator thead tr th:not(:first-child), .table_quality_calculator tbody tr td:not(:first-child) {
        text-align: center;
    }

.improvement_text {
    position: absolute;
    margin-top: -29px;
    text-align: center;
    margin-left: 11px;
}
/*****************Chat Block in right coulmn***************/
#chatwindows {
    width: 100%;
    height: 370px;
}

.chat_panel_body {
    padding: 5px;
}

.currentprior g.highcharts-data-labels.highcharts-series-0.highcharts-bar-series.highcharts-color-0.highcharts-tracker {
    display: none;
}

.currentyeartitle {
    color: #5a9bd3;
}


/*------UI Developer---------*/


/*------Patient Profile--------*/
ul.bridge-left-menu li span {
    position: absolute;
    top: -4px;
    right: 12px;
    background: #f00;
    color: #fff;
    font-family: Roboto-Medium;
    font-size: 10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
}

ul.bridge-left-menu li {
    position: relative;
}

.right-side-menu.third-column-width {
    margin-top: 58px !important;
}

.patient-prof label#patient_name {
    font-size: 22px;
    color: #2482ce;
    font-family: Roboto-Light !important;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 2px;
}

.patient-prof .pfofile_age {
    font-size: 16px;
    line-height: 16px;
    color: #3b6d9a;
    margin-bottom: 3px;
}

.patient-prof .div_flex_content .profile_name {
    font-size: 24px;
    line-height: 24px;
    color: #3b6d9a;
    font-family: Roboto-Light;
    font-weight: normal;
    margin-bottom: 4px;
}

.patient-prof .php_first_column_down_div {
    margin: 7% 0% 0% 0%;
}

.patient-prof .php_first_column_down_divtwo {
    margin: 3% 0% 0% 0%;
}

.patient-prof .php_first_column_down_div label {
    margin-bottom: 6px;
}

.patient-prof .php_first_width_align {
    margin: 15px 0;
}

    .patient-prof .php_first_width_align label {
        font-size: 14px;
        font-weight: 600;
    }

.patient-prof .div_flex_content a {
    text-decoration: underline;
    line-height: 26px !important;
}

#php_patient_table_wrapper th, #php_patient_table_wrapper td {
    min-width: 100px;
    max-width: 100px;
    width: 100px;
}

.patient-prof .bottom_more_icon {
    right: 15px;
    height: 30px;
}

.bold-fnt {
    font-weight: 600;
}

.margin-align {
    margin-right: -20px;
}

.patient-prof .pharmacy_block label {
    margin-bottom: 0;
}

.patient-prof .pharmacy_block {
    padding: 10px 0;
}

.nopadding {
    padding: 0;
}

div#condition_image_CKD img, div#condition_image_DM img {
    width: 68px;
    height: 68px;
}

div#condition_image_CKD, div#condition_image_DM {
    text-align: left;
}

a#php_view_code, a#php_condition {
    font-family: arial;
    font-size: 14px;
    padding: 12px 22px;
}

div#condition_image_CKD div, div#condition_image_DM div {
    text-align: center;
    width: 70px;
}

.patient-prof .php_first_column_icons span {
    width: 100%;
    float: left;
}

.patient-prof .php_first_column_icons {
    font-size: 13px;
    margin-right: 7px;
    font-weight: 600;
    line-height: 15px;
}

.patient-prof .phperblock label {
    font-size: 14px;
}
/*.patient-prof .php_first_column_icons img {
    width: 100%;
}*/

.patient-prof .php_first_column_down_divthree {
    margin: 13% 0% 0% 0%;
}

.pro_dtls {
    line-height: 15px;
}

    .pro_dtls label {
        font-size: 12px !important;
        margin-bottom: 0;
    }

.patient-prof span#riskscorevalue {
    font-size: 6vw !important;
    font-weight: 300;
    font-family: Roboto-Light;
}

.patient-prof .php_profile_img img {
    height: auto;
    width: 100%;
}

.patient-prof .php_profile_img {
    max-width: 100%;
}

.patient-prof #view_condition_image label {
    font-size: 11px;
}

.patient-prof .head_icon_align_bridge_block {
    right: 11px;
}

.patient-prof .image_widget img {
    margin: 0px 0px 5px 1px;
}

.patient-prof .view_conditions {
    margin-top: 8%;
}

.patient-prof .php_fontsize_cost {
    font-size: 34px;
    color: #274766;
    font-weight: 300;
    font-family: Roboto-Light;
    line-height: 32px;
    margin-bottom: 7px;
}

.patient-prof #ermostvisited, .patient-prof #erdiagnosiscode, .patient-prof #inpatientmostvisitedfacility, .patient-prof #inpatientmostdiagnosiscode {
    line-height: 22px;
    margin-bottom: 7px;
}

.patient-prof .phperblock {
    font-size: 22px;
}

.patient-prof .phperblock {
    font-size: 22px;
    font-weight: 300;
    font-family: Roboto-Light;
    padding-bottom: 3px;
    color: #274766;
}


.patient-prof .pharmacy_block .php_pharmacy_text_color, .php_clr_txt {
    font-size: 16px;
    font-family: Roboto-light;
    color: #274766;
}

.patient-prof .php_clr_txt label {
    font-weight: normal;
    font-family: Roboto-light !important;
}

.php_clr_txt a, .php_clr_label {
    color: #274766;
}

a.php_blk_link {
    color: #333;
    font-weight: 700;
}

#php_diagnostic_tabs .tabs_bridge_ul li {
    width: 32.9%;
    margin-right: 1%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    #php_diagnostic_tabs .tabs_bridge_ul li:last-child {
        margin-right: 0;
    }

.patient-prof .div_flex_content {
    line-height: 18px;
}

.patient-prof .Receive-radio {
    margin-bottom: 0;
}

#php_diagnostic_tabs .tabs_bridge_section {
    width: 100%;
}

#php_diagnostic_tabs.tabs_bridge {
    padding: 0 0 20px;
}

div#php_external_report_table_wrapper {
    margin-bottom: 20px;
}

.patient-prof .dataTables_wrapper .dataTables_length label {
    margin-top: 0;
    padding-top: 5px;
    padding-left: 5px;
}

.patient-prof div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 0;
    border-radius: 0;
    height: 28px;
    font-family: Roboto-Medium !important;
    font-size: 12px;
}

.patient-prof div.dataTables_wrapper div.dataTables_info {
    font-family: Roboto-Medium !important;
    font-size: 12px;
}

.patient-prof div.dt-buttons {
    margin-bottom: 0;
    margin-top: 5px;
    margin-right: 5px;
}

.patient-prof button.excel-btn:hover:not(.disabled), .patient-prof div.excel-btn:hover:not(.disabled), .patient-prof a.excel-btn:hover:not(.disabled), .patient-prof button.excel-btn, .patient-prof a.excel-btn, .patient-prof div.excel-btn, .patient-prof button.excel-btn, .patient-prof div.excel-btn, .patient-prof a.excel-btn, .patient-prof button.excel-btn:focus:not(.disabled), .patient-prof div.excel-btn:focus:not(.disabled), .patient-prof a.excel-btn:focus:not(.disabled), .patient-prof button.excel-btn:active:not(.disabled), .patient-prof button.excel-btn.active:not(.disabled), .patient-prof div.excel-btn:active:not(.disabled), .patient-prof div.excel-btn.active:not(.disabled), .patient-prof a.excel-btn:active:not(.disabled), .patient-prof a.excel-btn.active:not(.disabled) button.excel-btn:active:not(.disabled):hover:not(.disabled), .patient-prof button.excel-btn.active:not(.disabled):hover:not(.disabled), .patient-prof div.excel-btn:active:not(.disabled):hover:not(.disabled), .patient-prof div.excel-btn.active:not(.disabled):hover:not(.disabled), .patient-prof a.excel-btn:active:not(.disabled):hover:not(.disabled), .patient-prof a.excel-btn.active:not(.disabled):hover:not(.disabled) {
    width: 28px;
    height: 28px;
    background-size: cover;
    border: 0 none;
    margin: 0;
}

#diagnosis_outstanding th, #diagnosis_outstanding td, #php_external_report_table_wrapper th, #php_external_report_table_wrapper td {
    font-family: Roboto-Medium !important;
    font-size: 12px;
    padding: 5px 10px;
}

#php_diagnostic_tabs .tabs_bridge_ul li a {
    display: block;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: Roboto-Medium !important;
    font-size: 12px;
    text-align: center;
    color: #32699b;
    padding: 0.7em 1em 0.5em;
}

#diagnosis_outstanding thead {
    background: #dee8f1;
}



.flex-row .Widget_php_color, .flex-row .row.row_align {
    height: 100% !important;
}

.patient-prof .pharmacy_block:last-child {
    margin-bottom: 30px;
}

.patient-prof .Widget_php_color h3 {
    font-size: 16px;
}

.patient-prof .sml-font {
    font-size: 12px !important;
}

.patient-prof .condition_show_hide_div {
    height: 105px;
}

@media (min-width: 1225px) and (max-width: 1320px) {
    .patient-prof .php_first_width_align label, .pro_dtls label {
        font-size: 11px;
    }

    .patient-prof label#patient_name {
        font-size: 19px;
    }

    .patient-prof .Widget_php_color h3 {
        font-size: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1224px) {
    .patient-prof .php_first_width_align label, .pro_dtls label, .patient-prof .php_first_column_icons {
        font-size: 10px;
    }

    .patient-prof label#patient_name {
        font-size: 18px;
    }

    .patient-prof .Widget_php_color h3 {
        font-size: 13px;
    }
}

@media (max-width: 1280px) {
    .patient-prof span#patienttotalannualcost {
        margin-top: 0;
    }
}

@media(max-width: 1199px) {
    .patient-prof .php_firstcolumn_div {
        padding-left: 15px;
    }

    .php_prof_holder {
        clear: left;
    }

    .patient-prof .php_first_column_down_divthree {
        margin-top: 10px;
        padding-left: 0px;
    }

    .patient-prof .php_firstcolumn_div .row.text-center.row_align {
        padding-left: 10px;
    }

    .patient-prof .php_first_column_down_divtwo {
        margin-top: 10px;
    }

    a#php_view_code {
        font-size: 12px;
        padding: 8px 14px;
    }
}

@media (min-width: 992px) {
    .flex-row {
        display: flex;
        display: -webkit-flex;
    }
}

@media (min-width: 768px) and (max-width: 985px) {
    .patient-prof {
        padding-right: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .patient-prof label, .patient-prof .sml-font, #diagnosis_outstanding th, #diagnosis_outstanding td, #php_external_report_table_wrapper th, #php_external_report_table_wrapper td, .patient-prof .Receive-radio label {
        font-size: 10px !important;
    }

        .patient-prof label#patient_name {
            font-size: 16px !important;
        }

    .patient-prof span#riskscorevalue {
        font-size: 50px !important;
    }

    .patient-prof span#patienttotalannualcost {
        font-size: 34px !important;
        height: 65px;
    }

    a#php_view_code {
        margin-left: 40px;
    }

    .patient-prof .head_icon_align_bridge_block {
        right: 5px;
    }

    .patient-prof .bottom_more_icon {
        right: 9px;
    }
}

@media (max-width: 992px) {
    .row.row_align {
        margin: 0;
    }

    .patient-prof .php_firstcolumn_div .row.text-center.row_align, .patient-prof .php_firstcolumn_div {
        padding-left: 0px;
    }

    .patient-prof .php_first_column_down_divtwo {
        padding-left: 10px;
    }
}

@media(max-width: 768px) {
    .php_prof_holder {
        padding-left: 10px !important;
    }
}

@media(max-width: 767px) {
    a#php_view_code {
        position: relative;
        left: 35px;
    }

    .patient-prof label#patient_name {
        font-size: 17px;
    }

    .patient-prof h1.dash_bridge_head {
        font-size: 26px;
    }

    .patient-prof .php_firstcolumn_div {
        margin: 7px 0;
    }

    .patient-prof span#riskscorevalue {
        font-size: 50px !important;
    }

    .patient-prof span#patienttotalannualcost {
        font-size: 34px !important;
        height: 65px;
    }

    .patient-prof .Widget_php_color h3 {
        font-size: 13px !important;
    }

    .patient-prof .bottom_more_icon {
        height: 23px;
    }

    .patient-prof .php_first_column_down_divtwo {
        padding-left: 0;
    }

    div#diagnosis_outstanding_filter, div#php_external_report_table_filter {
        float: left !important;
        margin-top: 0;
        padding-left: 5px;
    }

    .patient-prof div.dt-buttons {
        float: right !important;
    }

    .patient-prof div.dataTables_wrapper div.dataTables_info {
        position: inherit;
    }

    .patient-prof div.dataTables_wrapper div.dataTables_paginate {
        position: absolute;
        right: 5px;
        bottom: 0;
    }

    #outstand .table-responsive {
        padding-bottom: 20px;
    }


    .patient-prof .Receive-radio label {
        font-size: 10px;
    }
}
/*------Patient Profile--------*/


/*-----------awv dashboard-------------*/
.awv-dashboard .benificiar-persent {
    margin: 5% 2%;
    background-color: #c8da2b;
    float: left;
    height: 160px;
    width: 160px;
}

    .awv-dashboard .benificiar-persent p {
        padding-top: 40% !important;
        text-align: center;
        font-size: 64px;
    }

    .awv-dashboard .benificiar-persent.small {
        width: 95px;
        height: 95px;
        background-color: #ee777d;
        margin-top: 12%;
    }



.age-destribut table tr th {
    text-align: center;
}

.awv-dashboard .flex-row {
    margin-bottom: 12px;
}

.awv-dashboard .current_radio_align {
    margin-bottom: 15px;
}

.awe-dash-tbl {
    padding: 4px;
}

    .awe-dash-tbl thead {
        background: #ebebeb;
    }



.awv-dashboard select.form-control, .care-dashboard select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/down-arrow.png) no-repeat;
    background-size: 16px;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
}

.awv-dashboard .form-control, .care-dashboard .form-control, .tcm-dashboard .form-control {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
}

.awv-dashboard .form-textbox, .care-dashboard .form-textbox {
    background-color: #f4f4f4 !important;
}

.age-destribut table tr th:first-child, .age-destribut table tr th:nth-child(2), .age-destribut table tr td:first-child, .age-destribut table tr td:nth-child(2) {
    text-align: left;
}

.awv-dashboard .AWVSearchBtn, .awv-dashboard .AWVSearchBtn:hover, .awv-dashboard .AWVSearchBtn a {
    min-width: 190px;
    width: auto;
}

.awv-dashboard .pagination, .tcm-dashboard .pagination {
    margin: 0;
    padding-right: 10px;
}

    .awv-dashboard .pagination p {
        font-family: Roboto-Medium;
        font-size: 12px;
    }

    .awv-dashboard .pagination a span, .tcm-dashboard .pagination a span {
        letter-spacing: -5px;
        font-size: 15px;
        color: #2482ce;
    }

.awv-dashboard .disablecolor, .tcm-dashboard .disablecolor {
    color: #bdd9f0 !important;
}

/*-----------Care Manager-------------*/
.care-dashtbl {
    padding: 7px;
}

    .care-dashtbl table th {
        background-color: #dee9f1;
        border-bottom: none !important;
        padding: 4px 8px !important;
        font-size: 12px;
    }

    .care-dashtbl table td {
        border-bottom: 1px solid #ddd;
        border-top: none !important;
        padding: 4px 8px !important;
        font-size: 12px;
    }

    .care-dashtbl .medium {
        color: #e48737;
        font-weight: 600;
    }

    .care-dashtbl .high, .awe-dash-tbl .high, .patientluk-up .high {
        color: #ff0000;
        font-weight: 600;
    }

    .care-dashtbl .low, .awe-dash-tbl .low {
        color: #099016;
        font-weight: 600;
    }

    .care-dashtbl .AWVSearchBtn {
        width: auto;
        padding: 5px 35px;
    }

.care-dashboard .caregap_search_box, .awv-dashboard .caregap_search_box, .tcm-dashboard .caregap_search_box, .head-dashboard .caregap_search_box {
    margin-top: 14px;
    width: 180px;
    float: right;
}

.care-dashboard .caregap_search_img, .awv-dashboard .caregap_search_img, .tcm-dashboard .caregap_search_img, .head-dashboard .caregap_search_img {
    top: 20px;
}

.care-dashboard .clinical-destribution h3 {
    font-family: Roboto-Medium;
    color: #f68220;
    font-size: 16px;
    margin-top: 10px;
    width: auto;
    margin-bottom: 10px;
    padding-left: 15px;
    text-align: left !important;
}






.care-dashboard .AWVPatientSearchTable {
    border: none;
}

.care-dashboard .freek-report li a {
    margin-left: 10px;
}

.care-dashboard .freek-report {
    text-align: left;
    margin-bottom: 40px;
}

.care-dashboard .age-destribut h4 {
    width: 263px;
    margin: 0;
}

.care-dashboard .patient-census {
    height: 100% !important;
}

.care-dashboard span.image_widget img {
    margin: 0 0 5px 0px;
}

.awe-dash-tbl table td:first-child {
    color: #15579f;
}

.care-dashboard .smll-ico {
    left: 17px;
}


/*-------- TCM Dashboard----------*/
.tcm-dashboard table tr td p span img {
    width: 16px;
}

.tcm-dashboard table tr td p {
    margin-bottom: 0px;
}

    .tcm-dashboard table tr td p span {
        margin-right: 14px;
    }

.tcm-dashboard table tr td, .tcm-dashboard table tr th {
    text-align: left;
}


.tcm-dashboard .awe-dash-tbl table td:first-child, {
    color: #2482ce;
}

.tcm-dashboard .patient-census {
    min-height: 345px;
    height: auto !important;
}

.casetracker ul li img {
    width: 16px;
    vertical-align: text-bottom;
}

.casetracker .patient-census {
    min-height: auto !important;
    height: auto !important;
}

.trackerlist ul.list-inline {
    text-align: left;
    margin-left: 2px;
}

    .trackerlist ul.list-inline li {
        margin: 8px 0;
        font-size: 12px;
        font-family: Roboto-Regular;
    }

        .trackerlist ul.list-inline li span {
            margin: 0 5px;
        }

.nw-tbl table.table th, .nw-tbl table.table td {
    padding: 10px 8px !important;
    white-space: nowrap;
}

.nw-tbl table.table th {
    background: #EBEBEB;
}
/*-------- End of TCM Dashboard----------*/

/*-----Patient Lookup----*/

.patientluk-up .lookup-btn {
    margin-top: 20px;
}

.patientluk-up label#patient_email {
    color: #0061b0;
}

.email-btn .lookup-btn {
    margin-top: 0px;
}

.email-btn p {
    margin-bottom: 35px;
}

/*-----Patient Lookup----*/



/*-----Intake Patient care----*/

.intake_lft_pad {
    padding-left: 0;
}

.email-btn input.form-control {
    border-radius: 0;
}
/*-----Intake Patient care----*/

@media (max-width:1400px) and (min-width:992px) {
    .care-dashboard .freek-report li a {
        margin-left: 1px;
    }

    .care-dashboard .freek-report li {
        font-size: 11px;
    }
}



@media (max-width: 991px) {
    .media-left-pdgm {
        padding-left: 15px;
    }
}

@media (max-width:767px) {
    .awv-dashboard .AWVSearchBtn, .awv-dashboard .AWVSearchBtn:hover, .awv-dashboard .AWVSearchBtn a {
        min-width: 190px;
        width: 100% !important;
    }

    .care-dashboard .caregap_search_box, .awv-dashboard .caregap_search_box, .tcm-dashboard .caregap_search_box {
        margin-top: -7px;
        width: 100%;
        float: left;
        margin-bottom: 14px;
    }

    .care-dashboard .caregap_search_img {
        top: 0px;
    }

    .care-dashboard .age-destribut h4 {
        width: 88%;
    }

    .tcm-dashboard .traditin-assimnt {
        padding-top: 0;
        padding-bottom: 90px;
    }
}
/*-------popup css---*/
#SearchDialog h2 {
    font-family: Roboto-Medium;
    color: #f68220;
    font-size: 16px;
    margin-top: 5px;
    width: auto;
    margin-bottom: 20px;
    padding-left: 15px;
}



#ResourceManager .patient-box {
    background-color: #f4f4f4;
    border: 1px solid #d4e5f3;
    height: 45px;
    padding: 5px;
}

    #ResourceManager .patient-box a {
        margin-top: 5px;
        margin-right: 10px;
    }

#ResourceManager .form-textbox {
    background-color: transparent;
    margin-bottom: 20px;
    border-radius: 0px;
    box-shadow: none;
    width: 75%;
    float: left;
    border: none;
}

#ResourceManager table.table {
    margin-top: 20px;
    border: 1px solid #ddd;
}

    #ResourceManager table.table th {
        background-color: #f4f4f4;
        border-top: none;
        border-bottom: 1px solid #ddd;
    }

    #ResourceManager table.table td {
        border-top: none;
    }



#CaseManager .modal-header {
    background: #b3d4f2;
    color: #000;
}

.trackerlist li a {
    color: #333;
}

#CaseManager p img {
    background: #fa9b00;
    border-radius: 50%;
    width: 40px;
    padding: 5px;
}

#CaseManager p {
    font-size: 14px;
    font-family: Roboto-Light;
    margin-left: 4px;
}

#CaseManager .modal-body p:first-child {
    margin-bottom: 20px;
    margin-left: 0;
}

#CaseManager .lookup-btn {
    padding: 6px 60px;
}

#CaseManager .select2-container {
    width: 90% !important
}

#CaseManager .select2-container--default .select2-selection--multiple {
    border: 1px solid #aaa !important;
    border-radius: 0;
}

#CaseManager .multi-selct span.select2-selection__choice__remove {
    float: right;
    margin-left: 10px;
}

.multi-selct .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ebebeb;
    border: 1px solid #aaa;
    border-radius: 19px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 8px 7px 7px 0px;
    color: #000;
    font-size: 14px;
    width: 150px;
    overflow: hidden;
}

span.img_select2 {
    background: #fa9b00;
    color: #fff;
    font-size: 11px;
    padding: 11px;
    border-radius: 50%;
    margin-right: 6px;
}

/*-----Patient Lookup----*/

.patientluk-up .lookup-btn {
    margin-top: 20px;
}

.patientluk-up label#patient_email {
    color: #0061b0;
}

.email-btn .lookup-btn {
    margin-top: 0px;
}

.email-btn p {
    margin-bottom: 35px;
}

/*-----Patient Lookup----*/

/*-----Intake Patient care----*/

.intake_lft_pad {
    padding-left: 0;
}

.email-btn input.form-control {
    border-radius: 0;
}
/*-----Intake Patient care----*/


/*------------BlazeBOard-----------*/

.blazecontent h3 {
    color: #00b1f2;
    font-family: Roboto-Light;
    font-size: 20px;
}

.third_col_bg {
    background: #fafafa;
    padding: 10px;
    border: 1px solid #eee;
    width: 100%;
    float: left;
}

    .third_col_bg p {
        color: #386c99;
        font-size: 10px;
        font-family: Roboto-Regular;
        margin: 0;
    }

    .third_col_bg h2 {
        color: #f7941e;
        font-size: 38px;
        margin: 0;
        font-family: Roboto-Light;
    }

.blz-row-ht {
    height: 100%
}

.blz_second_col {
    background: #00b9f2;
    color: #fff;
    height: 100%;
    width: 100%;
    float: left;
}

.blz-img-pnl {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px;
}

.blz-info {
    font-family: Roboto-Light;
    text-align: center;
}

    .blz-info h4 {
        font-size: 26px;
        margin-top: 0;
        margin-bottom: 39px;
    }

.blz-tbl {
    padding: 7px 15px;
}

.blz-info p {
    font-size: 24px;
}

.blazeboard .flex-row {
    margin-bottom: 0;
}

.blz-tbl table img {
    width: 13px;
}

.blz-tbl table th {
    background: #f1f1f1;
}

.btn-fullview {
    background: #00b9f2;
    color: #fff;
    font-size: 12px;
    font-family: Roboto-Medium;
    border-radius: 0;
}

    .btn-fullview:hover {
        color: #fff;
    }

.blazeboard .blz-col-ftr {
    display: block !important;
}

.care-dashboard .blz-col-ftr img {
    width: auto;
    float: left;
    margin: 0;
    background: transparent;
    padding: 0;
}

.blazecontent .blz-col-ftr img {
    width: 25px;
    float: right;
    margin: 0 3px;
    background: #656e74;
    padding: 4px;
}

.blz-tbl table tr td, .blz-tbl table tr th {
    font-size: 10px;
    text-align: left;
}

.blz-second-tbl tr td:last-child {
    width: 62px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.blz-nxt {
    margin-top: 6px;
}

    .blz-nxt a {
        color: #000;
        font-size: 12px;
        font-family: Roboto-Medium;
    }

    .blz-nxt span {
        color: #77aada;
        font-size: 20px;
        vertical-align: text-bottom;
    }

.blz-last-sec {
    background: #00b9f2;
    width: 100%;
    float: left;
    padding: 10px;
    color: #fff;
}

    .blz-last-sec p {
        margin-bottom: 0;
    }

        .blz-last-sec p span {
            font-size: 22px;
            font-family: Roboto-Light;
            margin-right: 15px;
            vertical-align: middle;
        }

.btn-mybridge {
    background: rgba(0, 0, 0, 0.61);
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    padding: 6px 16px;
}

    .btn-mybridge:hover, .btn-mybridge:focus {
        color: #fff;
    }

.blz-last-sec img {
    width: 35px;
    background: rgba(0, 0, 0, 0.61);
    padding: 7px;
}

.graph-content p {
    font-size: 10px;
    line-height: 13px;
    font-family: Roboto-Regular;
    margin-bottom: 4px;
}

    .graph-content p:nth-child(2) {
        font-size: 10px;
        color: #646363;
    }

.blazeboard #benchmark, .blazeboard #benchmark2, .blazeboard #benchmark3 {
    border: 1px solid #ccc;
    overflow: hidden;
}

.blz-col-position {
    position: relative;
}

.blazeboard .blz-col-position .blz-col-ftr, .care-dashboard .blz-col-position .blz-col-ftr {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#BlzBoard .modal-content {
    width: 100%;
    float: left;
    background: transparent;
    box-shadow: none;
    border: none;
}

#BlzBoard .modal-body {
    width: 100%;
    float: left;
    padding: 0px;
}

#BlzBoard .modal-header {
    background: transparent;
    border: none;
    padding: 3px 1px;
}

#BlzBoard button.close.modal-close {
    color: #b3cfe5;
    opacity: 1;
    border: none;
    border-radius: 0;
    padding: 1px 10px;
    background: #fff;
    font-size: 30px;
}

#BlzBoard .graph-content p span {
    color: #386c99;
}

#BlzBoard .graph-content p {
    color: #646363;
}

.blz-scroll {
    height: 480px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#benchmark4 {
    border: 1px solid #ccc;
    overflow: hidden;
    min-height: 200px;
    margin-bottom: 10px !important;
}



.blz-media-pdgm {
    padding-right: 0;
}
/*------------End of BlazeBOard-----------*/


/*---------Schedule Appointment---------*/



.custom-calender a {
    color: #8e352e;
    text-decoration: none;
}



.custom-calender thead {
    background: #ddedf9;
}

..custom-calender tr.days td {
    padding: 0
}

.custom-calender .weekdays th {
    text-align: center;
    line-height: 20px;
    border: none !important;
    padding: 10px 6px;
    color: #000;
    font-size: 12px;
    font-family: Roboto-Regular;
    font-weight: bold;
}


.custom-calender .days li:hover {
    background: #d3d3d3;
}

.custom-calender .date {
    text-align: center;
    margin-bottom: 5px;
    padding: 4px;
    background: #333;
    color: #fff;
}

.custom-calender .event {
    font-size: 13px;
    background: #fcf17a;
    color: #000;
    text-decoration: none;
    padding: 4px;
}

.custom-calender .event-desc {
    color: #000;
    margin: 3px 0 7px 0;
    text-decoration: none;
    font-size: 12px;
}

.custom-calender .other-month {
    background: #fff;
    color: #666;
}

a.btn.btn-schedule {
    border: 1px solid #ccc;
    margin-right: 8px;
    margin-top: 10px;
    color: #000;
    border-radius: 0;
    padding: 6px 12px 6px 0px;
    width: 180px;
    margin-bottom: 12px;
}

.btn-schedule span {
    color: #00b9f2;
    left: -9px;
}

span.yellows-select {
    background: #fcf17a;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    border: 1px solid #ccc;
}

span.default-select {
    background: #f5f5f5;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    border: 1px solid #ccc;
}

.appt-link a {
    color: #000;
}

.sche-ico img {
    width: 30px;
    margin-right: 5px;
    margin-top: 14px;
}

.event-time {
    font-size: 12px;
    color: #999;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td {
    padding: 10px;
}

tr.weekdays th span {
    color: #2482ce;
    font-size: 15px;
}

/*---------Schedule Appointment---------*/


@media (max-width:1400px) and (min-width:992px) {
    .care-dashboard .freek-report li a {
        margin-left: 1px;
    }

    .care-dashboard .freek-report li {
        font-size: 10px;
    }
}

@media (max-width:1199px) {
    .blz-media-pdgm {
        padding: 0;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .media-left-pdgm {
        padding-left: 15px;
    }

    .blazeboard .blz-col-position .blz-col-ftr, .care-dashboard .blz-col-position .blz-col-ftr {
        position: relative;
        width: auto;
    }

    .care-dashboard .smll-ico {
        left: 0px;
    }

    .caretracker-col {
        margin-left: 0;
        padding-right: 15px;
    }

    .caseassigner-col {
        margin-left: -15px;
    }

    .caregap_dash .patient_search_radioalign {
        padding: 0;
        margin-top: 10px;
    }
}

@media (max-width:767px) {
    .awv-dashboard .AWVSearchBtn, .awv-dashboard .AWVSearchBtn:hover, .awv-dashboard .AWVSearchBtn a {
        min-width: 190px;
        width: 100% !important;
    }

    .care-dashboard .caregap_search_box, .awv-dashboard .caregap_search_box, .tcm-dashboard .caregap_search_box {
        margin-top: -7px;
        width: 100%;
        float: left;
        margin-bottom: 14px;
    }

    .care-dashboard .caregap_search_img, .awv-dashboard .caregap_search_img, .tcm-dashboard .caregap_search_img, .casetracker .caregap_search_img {
        top: 0px;
    }

    .care-dashboard .age-destribut h4 {
        width: 67%;
        margin-bottom: 20px;
    }

    .tcm-dashboard .traditin-assimnt {
        padding-top: 0;
        padding-bottom: 90px;
    }

    .intake_lft_pad {
        padding-left: 15px;
    }

    .care-dashboard .traditin-assimnt {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .req-emc {
        text-align: left;
    }

    a.btn.lookup-btn {
        margin-bottom: 5px;
    }

    .care-dashboard .traditin-assimnt {
        padding-top: 0;
        padding-bottom: 50px;
    }
}

@media (max-width:500px) {
    .blz-last-sec .col-xs-8 {
        width: 100%;
        margin-bottom: 10px;
    }

    .blz-last-sec .col-xs-4 {
        width: 100%;
        text-align: left;
    }

    .lookup-btn {
        font-size: 12px;
        padding: 8px 16px 8px 16px;
    }
}

@media (min-width: 1100px) {
    .modal-lg {
        width: 1097px;
    }
}

/*care manager*/
.greenevent {
    background-color: #d1f2c6 !important;
    color: black !important;
    text-align: center;
}

.whitevent .fc-event-inner {
    background-color: #d1f2c6 !important;
    border: none !important;
    border-color: #d1f2c6 !important;
    color: #000 !important;
    text-align: center;
}

.age-destribut img {
    width: 15px !important;
}

.patient-age-distribut img {
    width: 25px !important;
    height: 55px;
}

div#referral_piechart {
    width: 100% !important;
}

    div#referral_piechart .highcharts-container {
        margin: auto;
    }

.custom-calender td {
    padding: 0px !important;
    height: 45px !important;
}

    .custom-calender td:first-child {
        padding-top: 10px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

.care-dashboard .blz-col-ftr {
    display: flex;
}


/*----CareGaps-------*/
.caregap_dash .caregap_nav_tabs {
    margin-bottom: 20px;
    padding: 0 15px;
    border: none;
}

.caregap_dash .caregap_tab_selectbox {
    margin-left: 0px;
}

.caregap_dash table#caregaps_practicestatus th {
    background: #ebf2f6;
    padding: 10px;
    text-align: center;
}

    .caregap_dash table#caregaps_practicestatus th:first-child {
        text-align: left;
    }

.caregap_dash table#caregaps_practicestatus tr td {
    text-align: center;
}

    .caregap_dash table#caregaps_practicestatus tr td:first-child {
        text-align: left;
    }

.caregap_dash div#caregaps_practicestatus_length {
    margin: 0 10px;
}

.caregap_dash .buttons_line {
    margin: 0% 0% 2px 12px;
}

.caregap_dash .cargap_tab_widget ul.nav.nav-tabs.caregap_nav_tabs {
    padding: 0;
    border-bottom: 2px solid #5c85ac;
}

    .caregap_dash .cargap_tab_widget ul.nav.nav-tabs.caregap_nav_tabs li {
        margin-bottom: 0;
    }

.caregap_dash .srch-txt {
    color: #5c85ac;
    font-family: Roboto-Light;
    font-size: 15px;
}

.caregap_dash span.image_widget img {
    margin: 0 1px;
}

.caregap_dash .caregap_first_widget .pull-right {
    margin-top: 6px;
}

.caregap_dash .pagination.pagination-normal.pagination-centered {
    margin: 0;
}

.caregap_dash .pagination_editcaregap.pull-right span {
    vertical-align: sub;
}

.caregap_dash i.fa.fa-question.glyphicon_sign {
    vertical-align: text-top;
}

.caregap_dash input#SearchKey {
    border: 2px solid #8ea7c7;
}

.caregap_dash div.dataTables_wrapper .dataTables_info {
    bottom: 14px;
}

.caregap_dash #caregaps_practicestatus_paginate {
    margin-bottom: 12px;
}

.caregap_dash li.last a {
    vertical-align: sub;
}

table.table.patient_search_table tr th {
    color: #1b406d;
    background: transparent;
}

.care-dashboard .care-dashtbl td:last-child img {
    background: #00b9f2;
    padding: 3px;
    border-radius: 50%;
    width: 17px !important;
}

/*-----------10-3-2017 UI Developer----------*/

.highcharts-credits {
    display: none;
}

.blz-tbl table tr td, .blz-tbl table tr th {
    white-space: nowrap;
}

.blz-media-expand {
    overflow: hidden;
    clear: both;
    display: none;
}

    .blz-media-expand p {
        font-size: 10px;
        color: #646363;
        margin-bottom: 5px;
    }

        .blz-media-expand p:last-child {
            margin-bottom: 0;
        }



.referral-type h3 {
    font-family: Roboto-Regular;
    color: #f68220;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.referral-type label {
    text-align: left;
}

.referral-type select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/down-arrow.png) no-repeat;
    background-size: 16px;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
}

.referral-type .form-control {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
}

.referral-type .form-textbox {
    background-color: #f4f4f4 !important;
}

.referral-type form.form-horizontal {
    margin-left: 40px;
}

.btn-holder {
    overflow: hidden;
    clear: both;
    margin: 10px 0;
    padding: 10px 15px;
}

    .btn-holder .submit-btn, .btn-holder .submit-btn:hover, .btn-holder .submit-btn:focus {
        margin-right: 0 !important;
    }

.referral-type h5 {
    color: #496884;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}

.referral-type p {
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}


.sm-chk [type="checkbox"]:not(:checked),
.sm-chk [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    .sm-chk [type="checkbox"]:not(:checked) + label,
    .sm-chk [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 1.95em;
        cursor: pointer;
        font-weight: 700;
    }

        .sm-chk [type="checkbox"]:not(:checked) + label:before,
        .sm-chk [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 1.25em;
            height: 1.25em;
            border: 1px solid #ccc;
            background: #fff;
            border-radius: 0;
        }

.modal-body .brd-access {
    background: #f0f5f9;
}

.tab-content .brd-access {
    margin-top: 0;
}

.sm-chk [type="checkbox"]:not(:checked) + label:after,
.sm-chk [type="checkbox"]:checked + label:after {
    content: 'x';
    position: absolute;
    top: .08em;
    left: .25em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #333;
    transition: transform .2s;
    font-family: Roboto-Regular;
}

.no-left-pdng {
    padding-left: 0;
}

.dim-text {
    color: #ccc;
}
/*.sm-chk.xs-chk [type="checkbox"]:not(:checked) + label:before, .sm-chk.xs-chk [type="checkbox"]:checked + label:before {
    background: #eee;
    border-radius: 4px;
}*/
.checkbox.sm-chk.xs-chk {
    padding-bottom: 10px;
}

span.asterisk {
    color: #f00;
    margin-left: 5px;
}

.bridge-lab-tab {
    padding: 0;
}

.btnCenter {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: transparent;
    color: #2582cf;
    border: 1px solid #2582cf;
}

.bridge-lab-tab h3 {
    color: #f68220;
    padding: 0;
    font-size: 16px;
}

.bridge-lab-tab .tab-content {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 20px;
}

.bridge-lab-tab li:last-child {
    margin-right: 0;
}

.bridge-lab-tab li {
    margin-right: 4px;
    min-width: 100px;
    text-align: center;
}

    .bridge-lab-tab li.active a, .bridge-lab-tab li a:hover, .bridge-lab-tab li a:focus, .bridge-lab-tab li.active a:hover, .bridge-lab-tab li.active a:focus {
        background-color: #8bb9ea;
        border-color: #8bb9ea;
        color: #fff;
    }

    .bridge-lab-tab li a {
        color: #496884;
        background-color: #b3d4f4;
    }

.sm-chk [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.sm-chk [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.bridge-lab-tab ul.nav.nav-tabs {
    border: 0 none;
}

.no-ver-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.referral-type .form-control-feedback {
    right: 15px;
}

div#savePanel {
    max-width: 500px;
    margin: auto;
}

    div#savePanel .modal-dialog {
        width: 100% !important;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

        div#savePanel .modal-dialog form.form-horizontal {
            margin-left: 0;
            margin-top: 15px;
            margin-bottom: 15px;
        }

            div#savePanel .modal-dialog form.form-horizontal .btn-holder {
                text-align: center;
            }

.xs-chk span {
    position: absolute;
    right: 15%;
    border-left: 1px solid #b3d4f4;
    height: 100%;
    width: 100px;
    padding-left: 50px;
    font-weight: 700;
}

.xs-chk label {
    max-width: 200px;
}

.tcm-chart path.highcharts-legend-nav-inactive, .tcm-chart path.highcharts-legend-nav-active {
    /*display: none;*/
}


@media (min-width: 768px) {
    .tab-sep::after {
        background: #f68220;
        content: '';
        position: absolute;
        right: 5%;
        top: 0;
        width: 1px;
        height: 100%;
    }

    .tab-sep {
        position: relative;
    }

    .referral-type .modal-dialog .modal-content {
        left: -10px;
    }

    #savePanel .modal-dialog .modal-content {
        left: 0;
    }

    .left-label .form-horizontal .control-label {
        text-align: left;
    }

    .referral-type .left-label .form-horizontal {
        margin-left: 0;
    }
}

.blz-icon span img {
    width: 35px;
    margin-top: 15px;
    margin-right: 5px;
}

.blz-icon {
    text-align: right;
}

@media (max-width: 992px) {
    .modal-body .brd-access {
        padding: 30px 0;
    }

    .referral-type form.form-horizontal {
        margin-left: 0px;
    }

        .referral-type form.form-horizontal label {
            font-size: 12px;
        }

    div#ModalPHP, .referral-type {
        padding-right: 0 !important;
    }

        #ModalPHP .modal-dialog, .referral-type .modal-dialog {
            width: 95% !important;
        }

    .bridge-lab-tab h3 {
        padding: 7px;
        font-size: 14px;
    }

    .checkbox.sm-chk.xs-chk {
        padding-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .top-chk {
        overflow: hidden;
    }

        .top-chk .checkbox.sm-chk {
            padding-left: 10px;
        }

    .xs-chk span {
        right: -33px;
        border-left: 0;
    }

    #LabSet .col-sm-6, #IndividualLabs .col-sm-6 {
        padding-left: 0;
    }

    .blazeboard .caregap_search_box, .awv-dashboard .caregap_search_box {
        margin-top: -7px;
        width: 90%;
        float: right;
        margin-bottom: 14px;
    }

    .blz-icon span img {
        margin-top: -6px;
    }

    .blz-icon {
        text-align: left;
    }

    .referral-type .php_modal {
        padding: 0;
    }

    .referral-type .form-textbox {
        margin-bottom: 5px;
    }

    .btnCenter {
        left: 10px;
        transform: translateX(-50%);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
}

@media (max-width: 480px) {
    .blazeboard .caregap_search_box, .awv-dashboard .caregap_search_box {
        width: 80%;
    }
}

@media (max-width: 400px) {
    .modal-body .brd-access {
        padding: 10px 0;
        margin: 10px 0;
    }
}
/*----16-10-2017----*/
#PatientSearch .modal-body, #PatientDetails .modal-body {
    padding-top: 30px;
}

.lbl-popup {
    color: #333;
}

    .lbl-popup:hover, .lbl-popup:focus {
        color: #333;
    }

.AWVSearchBtn:focus {
    color: #fff;
}

.care-dashtbl-btn {
    padding: 7px;
    margin-bottom: 5px;
}

.tcm-dashboard .tcm-filter .caregap_search_box {
    margin-top: 0px;
    background: #fff;
    float: none;
    width: 100%;
}

.tcm-dwnload {
    display: inline-block;
}

.tcm-search-box {
    position: relative;
    width: 180px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.tcm-dwnload img {
    max-width: 36px;
    height: 36px;
}

.tcm-prof.patient-prof .php_first_column_down_divthree {
    margin: 8% 0% 0% 0%;
}

.tcm-dashboard .tcm-filter .caregap_search_img {
    top: 5px;
    right: 5px;
}


.tcm-filter > .col-xs-12.col-sm-8 {
    padding-left: 0;
}

.first-column-width .defult_profile_img {
    padding: 10px;
}

/*@media (max-width: 1400px) {
    .tcm-search-box {
        width: 125px;
    }
}*/

@media (max-width:1199px) {
    .prof-pdgm {
        padding-left: 30px !important;
    }

    .current_radio_align.tcm-filter {
        display: block;
    }

    .tcm-filter > .col-xs-12.col-sm-4, .tcm-filter > .col-xs-12.col-sm-8 {
        width: 100%;
    }
}

@media (max-width:992px) {
    .prof-pdgm {
        padding-left: 15px !important;
        margin: 7px 0;
    }
}

@media(min-width:768px) {
    .descrp-lable {
        width: 12.55555%;
    }

    .descrp-textarea {
        width: 87.3333%;
    }

    .spn-blk-lrg {
        display: block;
    }

    .care-dashboard .freek-report li {
        font-size: 15px;
    }
}
/******************* UI Changes ******************/
span.image_widget.image_widget_clock img {
    margin-left: 0px;
}


label.bridge-nav {
    font-size: 11px;
    font-weight: normal;
}

    label.bridge-nav span {
        font-size: 18px;
        position: relative;
        top: 4px;
    }

        label.bridge-nav span.next_glyphicon {
            right: 3px;
        }

.caregap_nav_tabs {
    border-bottom: 1px solid #00b9f2;
}

    .caregap_nav_tabs > li.active > a, .caregap_nav_tabs > li.active > a:focus, .caregap_nav_tabs > li.active > a:hover {
        background: #00b9f2;
        border: 1px solid transparent;
    }

    .caregap_nav_tabs > li > a, .caregap_nav_tabs > li > a:hover, .caregap_nav_tabs > li > a:focus {
        background: #b3d4f3;
        color: #2482ce;
        border: 1px solid transparent;
    }

.patient-prof .php_firstcolumn_div {
    padding-top: 12px;
}

.nowrap-td {
    white-space: nowrap;
}

.btn a, .btn a:hover, .btn a:focus {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

button.btn, button.btn:hover, button.btn:focus {
    padding: 5px 10px !important;
    margin-right: 7px !important;
}

    button.btn.CMPPBtn, button.btn.CMPPBtn:hover, button.btn.CMPPBtn:focus {
        margin-right: 4px;
    }

.screen-width-font {
    font-size: 71px;
    font-size: 3.5vw;
}

.patient-prof .screen-width-font, .patient-prof .screen-width-font span {
    font-size: 102px;
    font-size: 6.5vw;
    color: #2482ce;
}


@media (max-width: 1400px) {
    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        font-size: 13px;
    }
}

.chart-legend .symbol {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    float: left;
    -webkit-border-radius: 0px;
    border-radius: 0;
}

.chart-legend .serieName {
    float: left;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

#conditionlegend, #assignmentlegend {
    text-align: left;
}

.tcm-dashboard .flex-same-row .patient-census, .tcm-dashboard .flex-same-row .widgetrow_small {
    min-height: initial;
    height: 100% !important;
}

#conditionlegend {
    padding-left: 3vw;
}

.chart-legend {
    margin: 15px 0 0;
}

.traditin-care {
    margin-top: 34px;
}

.flex-same-row .patient-census h3, .flex-same-row .tcm-chart .current_radio_align {
    padding-left: 0;
}

#assignmentlegend {
    padding-left: 5vw;
}

.chart-legend .item {
    height: 18px;
    display: inline-block;
    margin-right: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .chart-legend .item {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .flex-same-row .tcm-chart .current_radio_align {
        width: 525px;
    }
}

@media (min-width: 992px) and (max-width: 1139px) {
    .flex-same-row .tcm-chart .current_radio_align {
        width: 419px;
    }

    .traditin-care {
        margin-top: 60px;
    }
}

@media (max-width: 1139px) {
    .flex-same-row .tcm-chart .current_radio_align {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .tcm-dashboard .flex-same-row .traditin-assimnt {
        padding-bottom: 20px;
    }

    .traditin-care {
        margin-top: 0;
    }
}

.reports_radio_align_Hedis {
    margin-bottom: 15px;
}


.third_widget_align {
    padding-left: 0;
    padding-right: 0;
    margin-right: 15px;
}

.patient-prof table th {
    background-color: #e5edf4;
    border-bottom: none !important;
    padding: 4px 8px !important;
    font-size: 14px;
}

.patient-prof table td {
    border-bottom: 1px solid #ddd;
    border-top: none !important;
    padding: 4px 8px !important;
    font-size: 14px;
}

.patient-prof .php_text_color {
    color: #274766;
    font-size: 20px;
    font-weight: normal;
    font-family: Roboto-Light;
}

.full-width {
    width: 94.8%;
}

.top-search {
    position: relative;
    width: 198px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
}

.last-update-date {
    overflow: hidden;
    clear: both;
    font-size: 13px;
    padding-top: 3px;
}

.head-dashboard .top-search .caregap_search_box {
    margin-top: 7px;
}

.top-icons {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

    .top-icons li {
        padding: 0;
        position: relative;
    }

    .top-icons span.badge.menu_badge {
        right: 0;
    }

.head-dashboard .top-search .caregap_search_img {
    right: 4px;
}

.dot-holder {
    position: absolute;
    right: 15px;
    bottom: 0;
}

.img-inline {
    display: inline-block !important;
}

#Patient_Timeline_static img {
    width: 100%;
}

.php_tab_table ul li {
    width: 32.65%;
    margin-right: 1%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    background-color: #b3d4f3;
    color: #3b6d9a;
    border: 0 none;
}

    .php_tab_table ul li a, .php_tab_table ul li a:hover {
        margin-right: 0;
        background-color: #b3d4f3;
        color: #3b6d9a;
    }

    .php_tab_table ul li:last-child {
        margin-right: 0;
    }

.php_tab_table table {
    margin-bottom: 0;
}

.php_tab_table .tab-content {
    border: 1px solid #cbdce9;
    margin-bottom: 30px;
}

    .php_tab_table .tab-content table.table th, .php_tab_table .tab-content table.table td {
        white-space: nowrap;
        font-size: 12px;
    }

.php_tab_table ul li.active a, .php_tab_table ul li.active a:hover, .php_tab_table ul li.active a:focus {
    background-color: #6ba1e1;
    color: #fff;
}

.php_tab_table .submit-btn, .php_tab_table .submit-btn:hover {
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.top-icons {
    position: absolute;
    right: 15px;
    z-index: 1;
}

.top-collapse {
    position: absolute;
    right: 0;
    width: 300px;
    z-index: 999;
    background: #fff;
    top: 57px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .top-collapse::before {
        content: "";
        position: absolute;
        right: 11px;
        top: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #ccc transparent;
        z-index: 9999;
    }

#tblClaimsDetails td {
    word-wrap: break-word !important;
    white-space: normal !important;
    /*width: 300px;
    max-width: 300px;*/
}

#tblClaimsDetails th {
    vertical-align: top;
}

#tblClaimsDetails_wrapper .paginate_button, #tblClaimsDetailsById_wrapper .paginate_button {
    padding: 0;
    background: transparent;
    border: 0 none;
}

.top-collapse .panel-body {
    padding-top: 0;
    padding-bottom: 0;
}

.ertooltip {
    position: relative;
}

    .ertooltip a {
        display: none;
        z-index: 999999999999;
        top: 8px;
        width: 150px;
        text-align: left;
        border: 1px solid #eee;
        padding: 4px;
        font-size: 10px;
        color: #000;
        position: absolute;
        background-color: #FFFFFF;
    }

    .ertooltip:hover a {
        display: block
    }



/*.novelle-head img {
	margin-right: 20px;
}
.novelle-head h2 {
	margin-bottom: 25px;
	margin-top: 25px;
	text-align: center;
}
.novelle-head h2 a, .novelle-head h2 a:hover, .novelle-head h2 a:focus {
    color: #2683cd;
    font-weight: 600;	
}*/
.pdng-top {
    padding-top: 20px !important;
}

.whole-timeline tr td, .timeline-head ul li {
    border-top: 0 none !important;
    padding-top: 0 !important;
    padding-bottom: 3px !important;
    font-size: 11px;
    font-weight: 600;
}

    .timeline-head ul li.avg-cost span {
        position: absolute;
        top: 35%;
        white-space: nowrap;
        font-size: 13px;
    }

        .timeline-head ul li.avg-cost span::after {
            content: "";
            position: absolute;
            width: 100vw;
            height: 7px;
            z-index: 99;
            top: 8px;
            margin-left: 10px;
            background-image: url('../Images/dotted.png');
        }

    .whole-timeline tr td span.pat-year {
        font-size: 12px;
        color: #3b6d9a;
        font-weight: 600;
    }

.timeline-head {
    width: 90px;
}

.whole-timeline .table-responsive {
    width: calc(100% - 90px);
}

.timeline-head ul li.avg-cost {
    min-height: 330px;
    position: relative;
}

.whole-timeline {
    margin-right: 15px !important;
    padding-left: 15px;
    overflow: hidden;
}

#patientBellchart > td, #patientBellchart td.pat-chart-holder {
    padding: 0 !important;
}

#patientBellchart td.pat-chart-holder, #patientBellchart td.nobrdr {
    border-bottom: 0 !important;
}

#patientBellchart table.table {
    margin-bottom: 0;
}

.pat-timelime-holder {
    margin: auto;
}

.drop {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 15px;
    height: 15px;
    border: none;
    -webkit-border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
    border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0,0,0,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    margin: 5px auto;
}

.drop-green {
    background: #4fb963;
}

.drop-red {
    background: #f45057;
}

.drop-orange {
    background: #f68220;
}

span.pat-img img {
    width: 100%;
}

span.pat-img {
    display: block;
}

.whole-timeline .table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
}

.whole-timeline .table-responsive::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.sep-legend .symbol {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.sep-legend {
    max-width: 280px;
    margin: auto;
    position: relative;
    left: 40px;
}

    .sep-legend .item {
        display: block;
        margin-right: 0;
        line-height: 25px;
        cursor: pointer;
        width: 140px;
        float: left;
        text-align: left;
    }

    .sep-legend .serieName {
        display: inline-block;
        font-size: 14px;
    }

#rejected_provider tspan, #rejected_insurance tspan, #rejected_service tspan {
    stroke-width: 0;
}

.score_slider {
    background: url(../Images/ScorecardScaleNew.png) no-repeat;
    height: 88px;
}

    .score_slider.slider .ui-state-default, .score_slider.slider .ui-state-default, .score_slider.slider .ui-widget-content .ui-state-default, .score_slider.slider .ui-widget-header .ui-state-default {
        height: 100px;
    }

.score-layout {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.lft-sidebar {
    padding-top: 0 !important;
}

    .lft-sidebar h1 {
        background: #eaf1f6;
        margin: 0;
        padding-top: 13px;
        padding-bottom: 13px;
        white-space: nowrap;
    }

.inner-head h3 {
    font-family: Roboto-Regular;
    color: #f68220;
    font-size: 16px;
    margin-top: 10px;
}

/*.my_network-table td, .my_network-table td a {
    font-weight: bold;
}*/

.box-border img.img-responsive {
    width: 100%;
}

.box-border {
    overflow: hidden;
    border: 1px solid #5d9fda;
    margin-bottom: 20px;
    padding: 15px;
    clear: both;
}

span.icon-holder {
    background: #166fbf;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    opacity: 0.4;
}

.PatientMsgactive span.icon-holder {
    opacity: 1;
}

span.icon-holder span {
    margin-top: 1px;
    margin-left: 5px;
    font-size: 12px;
}

.single-chart {
    margin-top: 0;
    margin-left: 20px;
}

    .single-chart .symbol {
        width: 10px;
        height: 10px;
        margin-right: 4px;
        display: inline-block;
        vertical-align: middle;
    }

    .single-chart .serieName {
        display: inline-block;
        font-size: 12px;
    }

    .single-chart .item {
        display: inline-block;
        line-height: 20px;
        cursor: pointer;
        margin-bottom: 0px;
        margin-right: 8px;
    }

.utilize-holder {
    margin-top: 10%;
}

#ModalMembersPopup_paginate ul.pagination li, #ModalMembersPopup_paginate ul.pagination li a, #PatientCountDetails_paginate ul.pagination li, #PatientCountDetails_paginate ul.pagination li a, #episodeModal .pagination li a, #episodeModal .pagination li a:hover, #episodeModal .pagination li a:focus, #episodeModal .pagination li, #episodeModal .pagination li:hover {
    padding: 0;
    box-shadow: none !important;
    background: transparent !important;
}

    #episodeModal .pagination li, #episodeModal .pagination li:hover, #ModalMembersPopup_paginate ul.pagination li, #ModalMembersPopup_paginate ul.pagination li:hover, #PatientCountDetails_paginate ul.pagination li, #PatientCountDetails_paginate ul.pagination li:hover {
        border: 0 none;
    }

.provider-popup {
    padding: 30px 15px;
}

    .provider-popup h5 {
        font-size: 16px;
        margin: 0px;
        font-weight: 600;
    }

    .provider-popup p {
        font-weight: 500;
    }

    .provider-popup .address {
        border-bottom: 1px solid #cccccc;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

        .provider-popup .address p, .provider-popup .note {
            color: #666666;
            font-size: 12px;
        }

            .provider-popup .address p span {
                color: #0077c0;
            }

    .provider-popup .btn-close {
        background-color: #5a9dd1;
        color: #fff;
        border-radius: 3px;
    }

.sml-box-border {
    border: 1px solid #5d9fda;
    width: 19.5%;
    margin-right: 0.6%;
    padding: 10px;
    float: left;
    margin-bottom: 15px;
}

    .sml-box-border h2 {
        margin-top: 30px;
    }

    .sml-box-border:last-child {
        margin-right: 0;
    }

    .sml-box-border h4 {
        color: #f68220;
        margin-top: 0;
        font-size: 14px;
    }

    .sml-box-border h2, .sml-box-border p {
        margin-bottom: 0;
    }

    .sml-box-border h2, .sml-box-border p, .sml-box-border .small {
        text-align: center;
        color: #333;
    }

    .sml-box-border .small {
        margin-bottom: 30px;
        color: #ef3f40;
    }

        .sml-box-border .small.green {
            color: #448f13;
        }

div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .events_hub,
div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .events_hub {
    background: url(../Images/event-hub-white-icon.png);
    width: 19px;
    height: 19px;
    display: inline-block
}

.referral-type .uds-list button {
    padding: 10px 15px !important;
}

.uds-list button {
    background-color: #2582cf;
    width: 100%;
    border: none;
    color: #fff;
    text-align: left;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 15px;
}

.uds-list ul li {
    margin-left: 0;
}

    .uds-list ul li.active button, .uds-list ul li button:hover, .uds-list ul li button:focus {
        background-color: #00b9f2;
    }

.uds-list {
    margin: 20px 0;
}

.episode_graph .second-row {
    margin-top: 2vw;
    margin-bottom: 1vw;
    text-align: right;
    margin-right: 8vw;
}

.episode_graph .first-row {
    text-align: center;
}

.episode_graph img {
    width: 4vw;
    margin-right: 1vw;
    background: #fff;
}

.episode_graph li {
    position: relative;
    z-index: 1;
}

.episode_graph .first-row li::after {
    content: "";
    width: 100%;
    height: 1.5px;
    background: url(../Images/event-dots.png);
    position: absolute;
    right: -8px;
    top: 50%;
    z-index: -1;
    background-size: contain;
    background-repeat: repeat;
}

.episode_graph .first-row li:last-child::after {
    display: none;
}

.episode_graph .second-row li::after {
    content: "";
    width: 100%;
    height: 1.5px;
    background: url(../Images/event-dots.png);
    position: absolute;
    right: -8px;
    top: 50%;
    z-index: -1;
    background-size: contain;
    background-repeat: repeat;
}

.episode_graph .first-row::after {
    content: "";
    width: 9vw;
    height: 6.8vw;
    background: url(../Images/curve-line.png);
    position: absolute;
    right: 0;
    top: 2.35vw;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.episode_graph {
    position: relative;
}

    .episode_graph .first-row li:last-child img {
        margin-right: 0;
    }

#episodeModal .modal-dialog {
    margin-top: 8%;
}

.php_profile_txt {
    margin-top: 5px;
}

.ref_ul .message-center-list-active .ref-active {
    display: block;
}

.ref_ul .message-center-list-active img {
    display: none;
}

.ref_ul li a {
    color: #4b6986 !important;
    font-size: 14px !important;
    margin-top: 3px !important;
    margin-left: 5px !important;
}

img.ref-active {
    display: none;
}

.john-box {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #d8e7ec;
}

.ancill {
    border-color: transparent !important;
    color: #0e4f85;
    padding: 0px 8px 3px 9px;
}
/*#referral_manager_all {
    overflow: hidden;
}*/
#referral_manager_all {
    overflow: initial;
}

    #referral_manager_all .message-center-page {
        padding-top: 5px;
    }

.ref-head {
    font-family: Roboto-Regular;
    color: #f68220;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#referral_manager_all .message-center-page li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    cursor: pointer;
}

    #referral_manager_all .message-center-page li.active {
        background: #f1f1f1;
    }

.insight-pagination {
    margin: 0 !important;
    padding-right: 20px;
}

.mrgn-top-rmv {
    margin-top: 0;
}

#referral_manager_all .message-center-page img.icons-li {
    margin-right: 8px;
    vertical-align: middle;
}

.john-box img {
    border: 1px solid #d8e7ec;
}

.john-pra h3 {
    margin-top: 0;
    color: #3784ca;
}

.john-pra p {
    margin-bottom: 0;
}

.john-box h6 {
    color: #f68220;
    font-size: 14px;
}

.john-box .head-sel p {
    color: #2482ce;
    font-size: 2.1vw;
    font-family: Roboto-Light;
    line-height: 2vw;
}

.john-box .conditions p {
    margin-bottom: 0;
}

#referral_manager_all hr {
    margin-top: 0;
    margin-bottom: 15px;
}

h4.primary-head {
    color: #0e5397;
}

.alert.alert-primary.details-pat {
    background: #eaf1f6;
    padding: 10px;
    margin-top: 0px;
    border-radius: 0;
}

    .alert.alert-primary.details-pat img {
        margin-right: 6px;
    }

h3.appoint {
    font-size: 18px;
}

.app-pro p {
    color: #2373ab;
    margin-bottom: 0;
    font-style: italic;
}

.fileContainer {
    overflow: hidden;
    position: relative;
    font-size: 14px;
    margin-top: 20px;
    width: 208px;
    color: #2373ab;
}

    .fileContainer [type=file] {
        cursor: pointer;
        display: block;
        font-size: 999px;
        filter: alpha(opacity=0);
        min-height: 100%;
        min-width: 100%;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;
    }

span.choose-file {
    cursor: pointer;
    background: #eaf1f6;
    padding: 8px 12px;
    display: block;
    max-width: 208px;
    margin-bottom: 10px;
}

.pos-relative span.form-control-feedback {
    right: 0;
}

.pos-relative {
    position: relative;
}

.alert.orlando, .alert.baptist {
    overflow: hidden;
    padding: 15px 0;
    background: #f6f6f6;
    border-radius: 0;
    border: 1px solid #d8e7ec;
}

.lab-left label {
    text-align: left !important;
}

.alert.orlando img, .alert.baptist img {
    margin-top: 5%;
}

.alert.orlando p, .alert.baptist p {
    margin-bottom: 0;
}

.link-holder a {
    margin-right: 10px;
}

    .link-holder a:last-child {
        margin-right: 0;
    }

.link-holder {
    margin-bottom: 30px;
}

.typhead span.form-control-feedback {
    right: 15px;
    top: -1px;
}

ul.typeahead.dropdown-menu {
    border-radius: 0;
    width: 100%;
    padding: 5px 0;
    background: #f6f6f6;
}

    ul.typeahead.dropdown-menu li {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

        ul.typeahead.dropdown-menu li.active a, ul.typeahead.dropdown-menu li a {
            background: transparent !important;
            color: #4c4c4c;
            padding-left: 10px;
        }

.practice_insurance_table thead {
    /* background: #dee8f1; */
    /* border: 1px solid #3b6b99; */
    background: #dee8f1;
    border-top: 1px solid #3b6b99 !important;
    border-left: 1px solid #3b6b99 !important;
    border-right: 1px solid #3b6b99 !important;
}

.prectice > .practice_insurance_table > tbody {
    border: 1px solid #2271bd;
}

.practice_insurance_table > tbody {
    border-left: 1px solid #2271bd !important;
    border-right: 1px solid #2271bd !important;
    border-bottom: 1px solid #2271bd !important;
    border-color: #2271bd !important;
}

    .practice_insurance_table > tbody > tr > td {
        border-top: none;
        padding-bottom: 5px;
    }

.pop-up-practice {
    margin-top: 0px;
    padding: 20px;
}

.pop-label {
    margin-top: 12px;
    padding-left: 15px;
}

.icons-in-popup {
    overflow: hidden;
    padding-right: 15px;
}

.practice_insurance_table > tbody > tr > td.lg-line-height {
    line-height: 38px;
}

.pop-up-practice thead {
    background: #f4f4f4
}

#Referral_Receipt .modal-header, #Accept .modal-header, #Deny .modal-header, #place-hold .modal-header, #Questions .modal-header, #Referral_Receipt_Accept .modal-header, #Referral_Receipt_Deny .modal-header, #Referral_Receipt_Hold .modal-header, #Referral_Receipt_Question .modal-header {
    background: #00b9f2;
}

#Referral_Receipt .modal-title, #Accept .modal-title, #Deny .modal-title, #place-hold .modal-title, #Questions .modal-title, #Referral_Receipt_Accept .modal-title, #Referral_Receipt_Deny .modal-title, #Referral_Receipt_Hold .modal-title, #Referral_Receipt_Question .modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #fff;
    font-size: 17px;
}

#Referral_Receipt .close, #Accept .close, #Deny .close, #place-hold .close, #Questions .close, #Referral_Receipt_Accept .close, #Referral_Receipt_Deny .close, #Referral_Receipt_Hold .close, #Referral_Receipt_Question .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    font-weight: bold;
}

#Referral_Receipt td, #Accept td, #Deny td, #place-hold td, #Questions td {
}

#Accept .accept-time-date .form-control-feedback {
    top: 4px;
    line-height: 0;
}

#Accept .pos-relative span.form-control-feedback img {
    position: initial;
    line-height: 0;
}

#Accept .modal-dialog {
    width: 650px;
}

.pop-icons {
    float: right;
    margin-right: 6px;
    margin-top: 12px;
}

.deny-form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 14px;
    font-weight: 700;
    margin-top: 15px;
}

.accept-form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 14px;
    font-weight: 700;
    margin-top: 15px;
}

.deny-form .form-control {
    display: block;
    width: 100%;
    height: 100px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.deny-body {
    padding: 3px 30px 11px 26px !important;
}

.accept-time-date .form-control-feedback {
    right: 21px;
}

.accept-time-date .form-control-feedback {
    position: absolute;
    top: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 126px;
    text-align: center;
    pointer-events: none;
}

.accept-time-date label {
    font-weight: 600;
    font-size: 13px;
}

.accept-form p {
    color: #2176ac;
    font-size: 11px;
    font-weight: 600;
}

.deny-body .accept-body {
    position: relative;
    padding: 15px;
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 25px;
}

.accept-body {
    position: relative !important;
    padding: 15px !important;
    margin-right: 25px !important;
    margin-left: 25px !important;
    margin-bottom: 25px !important;
}

@media (max-width: 1620px) {
    .patient-prof .phperblock {
        font-size: 18px;
    }

        .patient-prof .phperblock label {
            font-size: 12px;
        }

    .patient-prof .php_fontsize_cost {
        font-size: 30px;
    }
}

@media (max-width: 1400px) {
    .patient-prof .phperblock {
        font-size: 17px;
    }

        .patient-prof .phperblock label {
            font-size: 11px;
        }

    .patient-prof .php_fontsize_cost {
        font-size: 28px;
    }

    .patient-prof .php_text_color {
        font-size: 15px;
    }

    .patient-prof .Widget_php_color h3 {
        font-size: 16px;
    }


    .dot-holder img {
        width: 20px;
    }

    .patient-prof label {
        font-size: 13px;
    }

    .patient-prof .php_first_width_align label {
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    .sml-box-border h4 {
        font-size: 12px;
    }

    .sml-box-border {
        min-height: 177px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .patient-prof .phperblock label {
        white-space: normal;
    }

    .patient-prof .phperblock {
        white-space: normal;
        min-height: 78px;
    }

    .patient-prof .php_firstcolumn_div {
        padding-top: 15px;
    }
}

@media (max-width: 992px) {
    .sml-box-border {
        display: block;
        width: 100%;
        margin-right: 0
    }

    .patient-prof .php_firstcolumn_div {
        padding-top: 20px;
    }

    .patient-prof .div_flex_content .profile_name {
        font-size: 22px;
        line-height: 22px;
    }

    .patient-prof .pfofile_age {
        font-size: 14px;
        line-height: 14px;
    }

    .patient-prof .div_flex_content {
        line-height: 14px;
    }
}

@media (min-width: 992px) {
    .patient-prof .php_profile .php_first_column_icons {
        margin-right: 0.5vw;
        width: 5vw;
    }

    .php_profile_txt {
        white-space: nowrap;
        text-align: center;
    }

    .col-md-9.john-pra {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .top-corn {
        padding-right: 0;
        width: 35.3333%;
    }
}

.claim-footer span {
    padding-left: 8px;
    padding-top: 4px;
}
/*********font family*************/
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg'), url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg'), url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype'), url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Black_0';
    src: url('../fonts/Roboto-Black_0.eot');
    src: url('../fonts/Roboto-Black_0.woff2') format('woff2'), url('../fonts/Roboto-Black_0.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium_0';
    src: url('../fonts/Roboto-Medium_0.eot');
    src: url('../fonts/Roboto-Medium_0.woff2') format('woff2'), url('../fonts/Roboto-Medium_0.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoCondensed-Light';
    src: url('../fonts/RobotoCondensed-Light.eot');
    src: url('../fonts/RobotoCondensed-Light.woff2') format('woff2'), url('../fonts/RobotoCondensed-Light.woff') format('woff'), url('../fonts/RobotoCondensed-Light.ttf') format('truetype'), url('../fonts/RobotoCondensed-Light.svg#RobotoCondensed-Light') format('svg'), url('../fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaLTStd-Roman';
    src: url('../fonts/HelveticaLTStd-Roman.woff') format('woff'), url('../fonts/HelveticaLTStd-Roman.ttf') format('truetype'), url('../fonts/HelveticaLTStd-Roman.svg#HelveticaLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

}

@font-face {
    font-family: 'BandungHardcoreGP';
    src: url('../fonts/BandungHardcoreGP.eot');
    src: url('../fonts/BandungHardcoreGP.woff2') format('woff2'), url('../fonts/BandungHardcoreGP.woff') format('woff'), url('../fonts/BandungHardcoreGP.ttf') format('truetype'), url('../fonts/BandungHardcoreGP.svg#BandungHardcoreGP') format('svg'), url('../fonts/BandungHardcoreGP.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IntriqueScriptPersonalUse';
    src: url('../fonts/IntriqueScriptPersonalUse.woff') format('woff'), url('../fonts/IntriqueScriptPersonalUse.ttf') format('truetype'), url('../fonts/IntriqueScriptPersonalUse.svg#IntriqueScriptPersonalUse') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IntriqueScript_PersonalUse';
    src: url('../fonts/IntriqueScript_PersonalUse.eot');
    src: url('../fonts/IntriqueScript_PersonalUse.woff2') format('woff2'), url('../fonts/IntriqueScript_PersonalUse.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BenthamRegular';
    src: url('../fonts/BenthamRegular.eot');
    src: url('../fonts/BenthamRegular.woff2') format('woff2'), url('../fonts/BenthamRegular.woff') format('woff'), url('../fonts/BenthamRegular.ttf') format('truetype'), url('../fonts/BenthamRegular.svg#BenthamRegular') format('svg'), url('../fonts/BenthamRegular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}





/*********font family*************/

/**********checkboxes**************/

/**********checkboxes**************/

body {
    font-family: Roboto-Regular;
    background-color: #eaf1f6;
}

label.error {
    color: red;
}

:focus {
    outline: 0px;
}

::-webkit-input-placeholder {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

:-moz-placeholder {
    opacity: 0.7;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
/* FF 4-18 */
::-moz-placeholder {
    opacity: 0.7;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
/* FF 19+ */
:-ms-input-placeholder {
    opacity: 0.7;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
/* IE 10+ */

*:focus::-webkit-input-placeholder {
    opacity: 0;
}

*:focus:-moz-placeholder {
    opacity: 0;
}
/* FF 4-18 */
*:focus::-moz-placeholder {
    opacity: 0;
}
/* FF 19+ */
*:focus:-ms-input-placeholder {
    opacity: 0;
}
/* IE 10+ */

/*::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}*/



.tooltip_claim {
    text-decoration: none;
    position: relative;
}

.tooltip_widget .tooltip_div {
    display: none;
}

.tooltip_widget:hover .tooltip_div {
    display: block;
    position: fixed;
    overflow: hidden;
    background: #cbdce9;
    color: #35699a;
    padding: 1%;
    border-radius: 5px;
    opacity: 0.9;
    z-index: 10;
}

.disable_click {
    pointer-events: none;
    color: #a9a9a9 !important;
}

    .disable_click a {
        pointer-events: none;
    }

    .disable_click .sec-line label {
        pointer-events: none;
        color: #a9a9a9;
    }

div#bs-sidebar-navbar-collapse-1 .navbar-nav > .disable_click a:hover {
    background: transparent;
    color: gray;
}

.widgetrow_small {
    margin-left: -15px;
    padding-right: 0px;
}

.third-column-width {
    width: 15%;
}

.roottip_align {
    /*padding: 5px 0px;*/
    line-height: 25px;
}

/*.second-column-width {
    width: 78%;
}*/
/*profile picture image css*/
.report-section a.col-sm-12.text-center.navbar-brand.dashboard_profile_img {
    padding: 5px 0px;
}
/*------------Radio Button Start-------------*/

/*------------Radio Button End-------------*/

body {
    font-family: Roboto-Regular,Roboto-Light,Roboto-Black,Roboto-Medium;
    background-color: #eaf1f6;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px;
}

.btn.active, .btn:active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,0);
}

.form-control:focus {
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

img, .glyphicon {
    cursor: pointer;
}

/*img[src*="/Images/open-book.svg"],
img[src*="/Images/clockwise-rotation.svg"]{
    cursor:default;
}*/
a, a:hover, a:focus {
    text-decoration: none;
    outline: 0px;
}

.navbar-inverse .navbar-nav > .menu-active > a, .navbar-inverse .navbar-nav > .menu-active > a:focus, .navbar-inverse .navbar-nav > .menu-active > a:hover {
    background-color: #f7941e;
}

input[type="text"]::-webkit-input-placeholder {
    color: #000;
}

input[type="text"]::-moz-placeholder {
    color: #000;
}

input[type="text"]:-ms-input-placeholder {
    color: #000;
}

input[type="text"]:-moz-placeholder {
    color: #000;
}

.bridge-left-menu li {
    float: none;
    margin-left: -10px;
}

.main_head {
    background-color: #3a6d9a;
    padding: 0.5%;
}

.dash_board_glyphicon {
    margin-bottom: 0px;
}

.dash_board_left_glyphicon { /*text-align:center;*/
    padding: 2% 0%;
}

    .dash_board_left_glyphicon a {
        color: #fff; /*padding-top: 5px;*/
    }

.dash_board_left_glyphicons {
    margin: 0% 15% 0% 0%;
}

.dash_board_glyphicon li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
    padding-top: 4px;
}

    .dash_board_glyphicon li a {
        color: #fff;
    }

.sidebar {
    background-color: #2f4e6b;
    border-color: #2f4e6b;
    border-radius: 0px;
    margin-bottom: 0px;
}

.defult_profile_img, .defult_profile_img:hover, .defult_profile_img:focus {
    background: #ddd;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 20%;
    color: #9d9d9d;
}

/*.right-side-menu {
    padding-top: 4%;
}*/

/********************Error Page**************************/
.error_background_page {
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.left-block-error {
    position: absolute;
    color: #fff;
    top: 83%;
    left: 20%;
    -ms-transform: translateX(0%) translateY(60%);
    -webkit-transform: translate(0%, 60%);
    transform: translate(0%, 60%);
}

.right-block-error {
    position: absolute;
    color: #fff;
    top: 83%;
    left: 20%;
    -ms-transform: translateX(0%) translateY(60%);
    -webkit-transform: translate(0%, 60%);
    transform: translate(0%, 60%);
}

.error_div {
    color: #626262;
}

.error_text {
    color: #f6841f;
}

.error_middle {
    margin-left: 15%;
}

.error_page_link {
    position: absolute;
    left: 0%;
    bottom: 5%;
    font-size: 24px;
}
/******************Login Page**************************/
.login_bridge_logo {
    margin: 0 auto;
}

.left_frame_login {
    /*background: #ccdefc;*/
    background: #fff;
    height: 100%;
    font-family: "Roboto-Regular";
}

.left_frame_login_block {
    padding: 5% 8% 0% 8%;
    height: 100%;
}

left_frame_login_block .form-control {
    border-radius: 2px;
}

.login_block {
    margin: 10% auto;
    padding: 5%;
    height: 300px;
    /*background: #e6effe;*/
    background: #fff;
}

.btn_login_submit, .btn_login_submit:hover, .btn_login_submit:active:hover, .btn_login_submit:focus {
    width: 100%;
    color: #fff;
    background-color: #f68c00;
    border: 0px;
    border-radius: 0px;
}

.login_right_main_head {
    /*font-size: 31px;*/
    font-size: 26px;
    color: #fff;
}

.login_block .btn {
    font-size: 16px !important;
    font-weight: bold;
}

.login_block .checkbox_bridge_label {
    font-size: 12px;
    vertical-align: middle;
}

.login_block span {
    font-size: 12px;
}

.login_forgot, .login_forgot:hover {
    /*font-size: 15px;*/
    font-size: 12px;
    color: #3576c8;
}

.login_block input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #747474;
}

.login_block input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #747474;
}

.login_block input::-ms-input-placeholder { /* Microsoft Edge */
    color: #747474;
}

.left_frame_footer {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    /*color: #747474;*/
    color: #b3c1cf;
    background: #4b6886;
}

    .left_frame_footer ul {
        margin-bottom: 18px;
        margin-top: 18px;
    }

    .left_frame_footer li:first-child a {
        text-decoration: underline;
        color: #b3c1cf;
    }

    .left_frame_footer li a {
        color: #b3c1cf;
    }

.right_frame_login {
    font-family: "Roboto-Light";
}

.left_frame_footer ul li {
    padding: 0 5%;
}

.right_frame_img_login {
    /*background: #1f4b93 url(../Images/bridge_login_bg.svg) no-repeat center;*/
    background-size: 85%, cover;
    height: 100%;
}

.left_box_login {
    height: 100%;
    background: #1f4b93;
    overflow: hidden;
}

.fill_height {
    height: 88%;
}

.move_over {
    display: inline-block;
    background: #103559;
    padding: 8px;
    font-size: 11px;
    color: #fff;
    border: 1px solid #fff;
    margin-top: -10%;
}

.new_login img {
    width: 80%;
    margin: auto;
}

.right_frame_head {
    position: absolute;
    top: 0
}

.new_login_logo {
    padding-top: 10%;
}

.magnify-large {
    position: absolute;
    display: none;
    width: 300px;
    height: 300px;
    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.right_frame_head {
    position: absolute;
    top: 0%;
}

.right_frame_footer {
    position: absolute;
    /*bottom: 0%;*/
    bottom: 7%;
}

.login_know a {
    font-size: 22px;
    color: #fff;
}

.login_cin {
    font-size: 13px;
    color: #fff;
    padding-top: 4%;
}

/*.error-modal {
    width: 40%;
}*/

#ubsuppbrowver .modal-body {
    background-color: #00a8ef;
    color: #fff;
    position: relative;
    padding: 52px 52px 15px;
}

img#Blaze-face {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -34%);
    width: 85px;
}

#ubsuppbrowver.modal {
    text-align: center;
    padding: 0 !important;
}

    #ubsuppbrowver.modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px; /* Adjusts for spacing */
    }

#ubsuppbrowver .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#ubsuppbrowver .issue1 {
    text-align: center;
    font-size: 18px;
    font-weight: 300 !important;
    margin-top: 20px;
    margin-bottom: 0;
}

#ubsuppbrowver .issue2 {
    text-align: center;
    font-size: 12px;
    font-weight: 300 !important;
}

#ubsuppbrowver ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

#ubsuppbrowver li {
    display: inline-block;
    padding: 20px;
}

    #ubsuppbrowver li img {
        width: 75px;
    }
/******************Login Page**************************/

/*******************Report Page Css.top-icons*****************/
.reports_radio_align {
    padding: 15px 0px 0px 0px;
    display: flex;
}

#MemberPartial .reports_radio_align {
    padding: 22px 0 0;
}


.head_icon_align {
    position: absolute;
    top: 10px;
}

    .head_icon_align span {
        z-index: 9999;
        position: relative;
    }

#CRModalPopup .msg-text.form-group.clearfix {
    padding: 15px 0;
}

#CRModalPopup .msg-reply button {
    padding: 0 !important;
    border-radius: 50%;
}

#CRModalPopup .msg-reply {
    right: 15px;
}

.head_icon_align_bridge_block {
    position: absolute;
    right: 5px;
    top: -32px;
    z-index: 1;
}

.head_icon_align_claims_block {
    position: absolute;
    right: 50px;
    top: -30px;
}

.dash_bridge_head.report_head_align {
    margin-top: 15px;
}

.head_modal_align {
    display: flex;
}

.image_widget.image_widget_small img {
    margin: 2px;
}

.image_widget img {
    width: 20px;
    margin: 2px 5px 5px 5px;
    background: #00b9f2;
    padding: 3px;
    border-radius: 50%;
}

.reports_male_icon {
    padding-left: 15%;
}

.search_img {
    position: absolute;
    right: 35px;
    top: 5px;
}

.date_label_text {
    font-size: 11px;
}

.search_box_top {
    margin-top: 5px;
}

    .search_box_top .form-textbox {
        margin-bottom: 5px;
    }

.report_update_date {
    color: #2482ce;
    font-weight: bold;
}

.dash_bridge_head {
    font-family: Roboto-Light;
    font-size: 24px;
    color: #2482ce;
    margin: 13px 0;
}

.claim-details {
    border: 1px solid #cbdce9;
    background-color: #fff;
    padding: 0px;
}

    .claim-details h4 {
        color: #F7941E;
        font-family: Roboto-Regular;
        font-size: 16px;
        padding-left: 20px;
    }

.claim-footer {
    background-color: #cbdce9;
    padding: 5px;
    display: flex;
}

    /*.claim-footer i {
        padding-top: 1%;
    }*/

    .claim-footer div.col-sm-11 {
        font-family: Roboto-Regular;
        font-size: 10px;
        color: #35699a;
        line-height: 16px;
    }

.claim-digit {
    font-family: Roboto-Medium;
    font-size: 25px;
    font-weight: bold;
    color: #f68220;
    display: flex;
}

.claim-pr-name {
    font-family: Roboto-Regular;
    font-size: 12px;
    color: #284668;
    font-weight: normal;
    margin-bottom: 5px;
    white-space: nowrap;
}

.claim-digit-green {
    font-family: Roboto-Medium;
    font-size: 25px;
    font-weight: bold;
    color: #70ad47;
    display: flex;
}

.claim-total {
    padding-right: 15px;
}

    .claim-total .control-label {
        font-family: Roboto-Regular;
        font-size: 12px;
        color: #000;
        text-align: right;
        padding-left: 0px;
        padding-right: 0;
        padding-top: 0;
    }

    .claim-total .form-control {
        background-color: #fdcc6d;
        border-radius: 0px;
        height: 35px;
        border: 1px solid transparent;
        font-family: Roboto-Medium;
        color: #000;
        font-size: 14px;
        font-weight: normal;
        padding: 7px 5px;
    }

.banch-reprt {
    color: #F7941E;
    padding-left: 15px;
    font-family: Roboto-Medium;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    word-break: break-word;
}

.chart-first {
    padding-top: 5%;
}

.banchmark-report {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

.expdtur-list li {
    list-style-type: decimal;
    border-bottom: 1px solid #cce5b4;
    white-space: nowrap;
}

    .expdtur-list li a {
        color: #000;
        font-family: Roboto-Regular;
        font-size: 11px;
    }

.benificiar-persent {
    background-color: #53CAF5;
    border-radius: 50%;
    height: 116px;
    width: 116px;
    cursor: pointer;
}

    .benificiar-persent p {
        font-family: Roboto-Regular;
        font-size: 16px;
        color: #fff;
        /*font-family: 'RobotoCondensed-Light';*/
        line-height: 27px;
    }

        .benificiar-persent p:nth-child(2) {
            font-size: 30px;
            margin-bottom: 0;
            font-size: 45px;
            margin-bottom: 0;
            line-height: 37px;
            letter-spacing: -5px;
        }

        .benificiar-persent p:nth-child(1) {
            padding-top: 5%;
            margin-bottom: 0;
        }

.min-digit p {
    font-family: Roboto-Regular;
    font-size: 24px;
}

.diagnosis h4 {
    color: #2482ce;
    font-family: Roboto-Regular;
    font-size: 16px;
    text-align: center;
}



.estmated-price {
    font-family: Roboto-Regular;
    /*font-weight: 600;*/
    color: #70ad47;
    font-size: 35px;
    text-align: center;
    padding-top: 90px;
}

.estmated-price-novar {
    font-family: Roboto-Regular;
    /*font-weight: 600;*/
    color: #d3d3d3;
    font-size: 25px;
    text-align: center;
    padding-top: 25%;
}

.estmated-price-loss {
    font-family: Roboto-Regular;
    font-weight: 600;
    color: #70ad47;
    font-size: 21px;
    text-align: center;
    padding-top: 60%;
}

.high-risk-pationt {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .high-risk-pationt h3 {
        font-family: Roboto-Regular;
        color: #f68220;
        font-size: 16px;
        padding-left: 5%;
        margin-top: 10px;
    }

.copd p:nth-child(1) {
    margin-bottom: 0px;
}

.copd p {
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #2482ce;
    font-weight: 500;
}

.freqntly-acsed-rport {
    border: 1px solid #cbdce9;
    /*margin-right: -15px;*/
    background-color: #fff;
}

    .freqntly-acsed-rport h3 {
        font-family: Roboto-Regular;
        color: #f68220;
        font-size: 16px;
        padding-left: 7%;
        margin-top: 10px;
    }

.freek-report {
    margin-bottom: 0px;
    padding: 0% 5%;
}

    .freek-report li {
        list-style-image: url('../Images/icon7.svg');
        font-size: 14px;
        line-height: 32px;
        /*padding: 0% 5%;*/
    }

        .freek-report li a {
            font-family: Roboto-Regular;
        }

.patient-census {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

.age-destribut-block {
    padding: 0px;
}

.patient-census h3 {
    font-family: Roboto-Regular;
    color: #f68220;
    font-size: 16px;
    padding-left: 10px;
    margin-top: -3px;
}

.clinical-destribution {
    border: 1px solid #cbdce9;
    /*margin-right: -15px;*/
    background-color: #fff;
    height: 100% !important;
}

.age-destribut h4 {
    color: #2482ce;
    font-size: 14px;
    font-family: Roboto-Regular;
    /*font-weight: 600;*/
    /*margin: 0px;
    margin-bottom: 28px*/
    margin-bottom: 18px
}

.claim-total {
    margin-top: 26px;
}

.no-rightpadding {
    padding-right: 0;
}

.age-destribut p {
    font-family: Roboto-Regular;
}

.patnt-cas-blok1 {
    background-color: #ebeff2;
    padding: 5px 0px;
    white-space: nowrap;
}

.patnt-cas-blok2 {
    background-color: #f1f5f6;
    padding: 5px 0px;
    white-space: nowrap;
}

.clinical-destribution h3 {
    font-family: Roboto-Regular;
    color: #f68220;
    font-size: 16px;
    margin: 10px auto 0 0;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    font-size: 13px;
    padding-right: 0;
    padding-left: 10%;
}
/*.clinical-destribution h3 {
   
    font-family: Roboto-Regular;
    color: #f68220;
    font-size: 16px;
    margin: 10px 0 20px 5vw;
    width: 122px;
    text-align: center;
}*/


.head_icon_align_current {
    right: 30px;
}

    .head_icon_align_current .perf-slider-mybridge {
        right: -20px;
    }
/*****************current vs prior widget in reports****************/
.current_prior_table thead tr th {
    background: #f3f7fa;
}

.current_prior_table thead tr th, .current_prior_table tbody tr td {
    text-align: center;
    border-top: 1px solid #fff;
}

.current_prior_table > tbody > tr:nth-of-type(odd) {
    background: #eeddc9;
}

.current_prior_table > tbody > tr:nth-of-type(even) {
    background: #d4e5df;
}

.current_prior_table thead tr th:first-child, .current_prior_table tbody tr:nth-of-type(odd) td:first-child {
    background: #fff;
    border: 0px;
    color: #2482ce;
}

.current_prior_table tbody tr td:first-child {
    white-space: nowrap;
    vertical-align: middle;
}

.last_year_legend_table {
    background: #eeddc9;
    padding: 0px 8px 0px 8px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.current_year_legend_table {
    background: #d4e5df;
    padding: 0px 8px 0px 8px;
    margin-right: 10px;
}
/*************report page FAR Popups******************/
.tblFARSummary {
    background-color: #cbdce9;
}

.tblFAR thead .tblFAR_th {
    background-color: #dfdfdf;
}

.tblFAR {
    border: 1px solid #ddd;
    font-size: 14px;
}

.table-height-scroll {
    overflow-y: auto;
    height: 150px;
}

.modal_head_align, .modal_head_radio_align {
    display: flex;
}


/*----------------Referrals Reports-----------------*/
.right_accordion {
    background-color: #dde5e8;
}

.referrals-reports {
    border: 1px solid #cbdce9;
    padding-top: 2%;
    height: 100%;
    background-color: #fff;
}

    .referrals-reports .nav-tabs {
        border-bottom: 1px solid transparent;
    }

        .referrals-reports .nav-tabs > li > a:hover {
            border-color: transparent;
        }

        .referrals-reports .nav-tabs > li.active > a, .referrals-reports .nav-tabs > li.active > a:focus, .referrals-reports .nav-tabs > li.active > a:hover {
            border: 1px solid transparent;
            background-color: #01bcf3;
            color: #fff;
            border-radius: 0px;
            font-family: Roboto-Regular;
            font-size: 14px;
        }

        .referrals-reports .nav-tabs > li > a {
            background-color: #2582d0;
            border-radius: 0px;
            color: #fff;
            font-family: Roboto-Regular;
            font-size: 14px;
            margin-right: 10px;
            padding: 8px 25px 8px 25px;
        }

.refrl-valm-block {
    border: 1px solid #cbdce9;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 89%;
}

.refrl-status-block {
    border: 1px solid #cbdce9;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 89%;
}

.refrl-pattern-block {
    border: 1px solid #cbdce9;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 89%;
}

.report-criteria {
    background-color: #e5f3fc;
}

    .report-criteria h3 {
        font-family: Roboto-Regular;
        font-size: 16px;
        color: #f68220;
        margin-top: 0px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
    }

.ref-val-rport-cont h3 {
    font-family: Roboto-Regular;
    font-size: 16px;
    padding: 0px 0px 15px 15px;
}

.refrel-form-contant .control-label {
    text-align: left;
    padding-left: 30px;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
}

.control-to-label {
    padding-top: 7px;
    margin-bottom: 0;
}

.ref-date-rang {
    padding: 0px;
}

.refrel-form-contant .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.refrel-form-contant label {
    font-weight: normal;
}

.by-appontment .form-control-feedback {
    text-align: left;
}

.submit-btn, .submit-btn:hover, .submit-btn:focus, a.submit-btn, a.submit-btn:hover:not(.disabled), a.submit-btn:focus:not(.disabled), a.submit-btn:active:not(.disabled), a.submit-btn:active:not(.disabled):hover:not(.disabled), .nav > li > .submit-btn, .nav > li > .submit-btn:hover, .nav > li > .submit-btn:focus {
    background-color: #2582cf;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

    .submit-btn a, a.submit-btn {
        color: #fff;
    }

.reset-btn a {
    color: #fff;
}

.reset-btn {
    background-color: #2582cf;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    margin-right: 15px;
}

.refrl-status-contant h3 {
    font-family: Roboto-Regular;
    font-size: 16px;
    padding: 0px 0px 15px 15px;
}

.refrl-status-contant .control-label {
    text-align: left;
    padding-left: 30px;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
}

.refrl-status-contant label {
    font-weight: normal;
}

.refrel-stat-form .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.refrel-patter-contant h3 {
    font-family: Roboto-Regular;
    font-size: 16px;
    padding: 0px 0px 15px 15px;
}

.referl-pattern-form .control-label {
    text-align: left;
    padding-left: 30px;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
}

.referl-pattern-form label {
    font-weight: normal;
}

.referl-pattern-form .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.startyear {
    padding-top: 7px;
    margin-bottom: 0;
}
/*----------------Main Dashboard---------------*/
.panel-heading .accordion-toggle-main:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    content: "\2212";
    /* float: right; */
    color: #fff;
    padding: 7px;
    vertical-align: bottom;
    font-size: 10px;
}

.panel-heading .accordion-toggle-main.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\002b"; /* adjust as needed, taken from bootstrap.css */
}

.orange-hading .panel {
    border-radius: 0px !Important;
    margin-bottom: 20px !Important;
}

.blue-hading .panel {
    border-radius: 0px !Important;
    margin-bottom: 20px !Important;
}

.perpal-hading .panel {
    border-radius: 0px !Important;
    margin-bottom: 20px !Important;
}

.green-hading .panel {
    border-radius: 0px !Important;
    margin-bottom: 20px !Important;
}

.orange-hading .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #fff;
    background-color: #f7941e;
    border-color: #f7941e;
}

.blue-hading .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #fff;
    background-color: #00b9f2;
    border-color: #00b9f2;
}

.perpal-hading .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #fff;
    background-color: #734a9e;
    border-color: #734a9e;
}

.green-hading .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #fff;
    background-color: #448e13;
    border-color: #448e13;
}

.right_accordion .panel-title > a {
    display: block;
    padding: 10px 0px 10px 20%;
    text-decoration: none;
}

.right_accordion .more-less {
    /*float: right;*/
    font-family: Roboto-Regular;
    font-size: 20px;
    line-height: 2;
}

.right_accordion .glyphicon-remove {
    font-size: 10px;
}

.right_accordion .more-less1 {
    /*float: right;*/
    /*font-family: Roboto-Regular;
    font-size: 20px;
    line-height: 2;
    right: 10%;*/
}

.partner_collapse_icon {
    margin-right: -15px;
}

/*.more-less3 {
    right: 10%;
}*/

.right_accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.right_accordion .panel-heading a {
    text-decoration: none;
    color: #fff;
}

    .right_accordion .panel-heading a span {
        font-family: 'OpenSans';
    }

.right_accordion .glyphicon_align_menu:before {
    padding: 0px 5px 0px 6px;
}

.right_accordion .glyphicon_align_menu:before {
    padding: 0px 5px 0px 6px;
}

.right_accordion .panel-body span {
    font-family: Roboto-Regular;
    padding-left: 10px;
}

.panel-heading .accordion-toggle {
    display: block;
}

    .panel-heading .accordion-toggle:after {
        /* symbol for "opening" panels */
        font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
        content: "\2212"; /* adjust as needed, taken from bootstrap.css */
        float: right; /* adjust as needed */
        color: #2582cf; /* adjust as needed */
        border: 1px solid #2582cf;
        border-radius: 50%;
        padding: 3px;
        margin-top: -3px;
    }

    .panel-heading .accordion-toggle.collapsed:after {
        /* symbol for "collapsed" panels */
        content: "\002b"; /* adjust as needed, taken from bootstrap.css */
    }

.orange-hading .panel-title {
    font-size: 14px;
    font-family: Roboto-Regular;
}

.blue-hading .panel-title {
    font-size: 14px;
    font-family: Roboto-Regular;
}

.perpal-hading .panel-title {
    font-size: 14px;
    font-family: Roboto-Regular;
}

.green-hading .panel-title {
    font-size: 14px;
    font-family: Roboto-Regular;
}

.chat_block_menu {
    padding-top: 10px;
    /*right: -5px;*/
}


.talg-user {
    padding-top: 10px;
}

.msg-chat_block_menu {
    padding-top: 10px;
    /*right: 18px;*/
}

.chat_block_menu4 {
    right: 10px;
    padding-top: 10px;
}

.chat_block_menu3 {
    /*right: 10px;*/
    padding-top: 10px;
}

.talk-blaze {
    position: absolute;
    left: 60%;
    margin-top: -5%;
}

.message-center {
    position: absolute;
    left: 61%;
    margin-top: -5%;
}

.launch-ignite {
    position: absolute;
    left: 61%;
    margin-top: -5%;
}

.pater-mesg {
    position: absolute;
    left: 60%;
    margin-top: -5%;
}


.patrn-mesg {
    /*padding-top: 10px;
    white-space: nowrap;*/
}

.talk-chat {
    font-size: 12px;
    line-height: 1;
    padding: 5px;
    font-family: Roboto-Regular;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f3efbf;
    transform: scale(0.9);
}

.chat_icon {
    background-image: url('../Images/chat_icon.svg');
    background-repeat: no-repeat;
    margin-left: 8px;
    border: 1px solid #d4c3b1;
    background-position-x: 5px;
    background-position-y: 5px;
    padding-left: 30px;
}

.bridge-left-menu label {
    font-family: Roboto-Regular;
    font-size: 10px;
    color: #fff;
    font-weight: normal;
    line-height: 15px;
    cursor: pointer;
}

p.dash_bridge_head {
    margin-bottom: 0;
}

.claim-digit .col-sm-2, .claim-digit-green .col-sm-2 { /*padding:0;*/
}

.claim-digit .col-sm-10, .claim-digit-green .col-sm-10 {
    padding-left: 5px;
    padding-right: 0;
}

.claim-digit .col-sm-2 .row, .claim-digit-green .col-sm-2 .row {
    margin: 0;
}

.claim-digit .col-sm-10 span, .claim-digit-green .col-sm-10 span {
    float: right;
}



.claim-details > .row {
    padding: 10px;
}

.four-cols {
    margin-top: -22px;
}

.claim-footer img {
    float: left;
}

.claim-footer div {
    float: left;
    padding: 0;
}

/*.last-row {
    padding-top: 15px;
}*/

.clinical-destribution .col-sm-6:first-child {
    padding-right: 0;
}

.clinical-destribution .col-sm-6:last-child {
    padding-left: 0;
    margin-left: -20px;
}

.clinical-destribution > .row {
    min-height: 290px;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover {
    background: #f7941e;
}

.mybridge {
    /*background: url('../Images/Sprit.svg') -10px -14px no-repeat;*/
    background: url('../Images/my_bridge.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .mybridge, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .mybridge {
    background: url('../Images/my_bridge_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.practiceanalytics {
    background: url('../Images/Practice_analysis_blue.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .practiceanalytics, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .practiceanalytics {
    background: url('../Images/Practice_analysis_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.events_hub {
    background: url(../Images/event-hub-icon.png);
    width: 19px;
    height: 19px;
    display: inline-block
}

.mypatient {
    background: url('../Images/Members-Blue.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .mypatient, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .mypatient {
    background: url('../Images/Members-White.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.clique {
    background: url('../Images/Clique-Blue.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .clique, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .clique {
    background: url('../Images/Clique-White.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.myphp {
    background: url('../Images/PHP-Blue.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}
/*.disable_click .myphp {
    background: url('../Images/PHP.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}*/

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .myphp, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .myphp {
    background: url('../Images/PHP-White.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.mips_cpc {
    background: url('../Images/MIPS_blue.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .mips_cpc, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .mips_cpc {
    background: url('../Images/MIPS_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.caregap {
    background: url('../Images/CareGaps-Blue.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .caregap, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .caregap {
    background: url('../Images/CareGaps-White.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.myrefmanager {
    background: url('../Images/ReferralManager-Blue.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .myrefmanager, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .myrefmanager {
    background: url('../Images/ReferralManager-White.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.mymsgcenter {
    background: url('../Images/Message-Blue.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .mymsgcenter, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .mymsgcenter {
    background: url('../Images/Message-White.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.myusemanager {
    background: url('../Images/user_manager.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .myusemanager, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .myusemanager {
    background: url('../Images/user_manager_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.myhra {
    background: url('../Images/HRA_blue.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .myhra, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .myhra {
    background: url('../Images/HRA_white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.myawv {
    background: url('../Images/AWV-Blue.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .myawv, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .myawv {
    background: url('../Images/AWV-White.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.mycaremng {
    background: url('../Images/CareManager-Blue.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}


div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .mycaremng, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .mycaremng {
    background: url('../Images/CareManager-White.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.intake {
    background: url('../Images/TMC-Blue.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: contain;
}

.my-pationt-tcm {
    border: 0 !important;
    padding-bottom: 0 !important;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .intake, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .intake {
    background: url('../Images/TMC-White.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.mycamp {
    background: url('../Images/Campaign-Blue.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .mycamp, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .mycamp {
    background: url('../Images/Campaign-White.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.mylaunch {
    background: url('../Images/LaunchIgnite-Blue.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .mylaunch, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .mylaunch {
    background: url('../Images/LaunchIgnite-White.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.helpsup {
    background: url('../Images/HelpSupport-Blue.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .helpsup, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .helpsup {
    background: url('../Images/HelpSupport-White.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.menu_badge {
    position: absolute;
    top: -7%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 5px;
    font-size: 10px;
    right: 15%;
    background-color: red;
}

@media (min-width: 768px) and (max-width:1100px) {
    .sec-line {
        display: none;
    }

    .menu_div_height {
        margin-bottom: 0px;
        margin-top: 5px;
    }

    .navbar-nav {
        width: 100%;
    }

    .report-section a.col-sm-12.text-center.navbar-brand.dashboard_profile_img {
        padding: 10px 0px;
    }
    /*AWV_Vitals*/
    .formawv .form-inline .form-group input, .formawv .form-inline .form-group select {
        width: 100% !important;
    }
}

@media (max-width:991px) {
    .panel_head {
        padding-top: 2% !important;
    }

    .right_accordion .panel-heading a {
        float: right;
    }

    .partner_collapse_icon {
        margin-right: 0px;
    }

    /*.row_align {
        margin: 0px;
    }*/

    .one_widget_align {
        padding-right: 15px !important;
    }

    .php_first_column_down_div, .php_first_column_down_divthree, .php_first_column_down_divtwo {
        margin: 5px 0px !important;
    }
}

@media (min-width: 768px) {
    /*.dash_board_left_glyphicon a#menu_prev{
    float:left;
}
.dash_board_left_glyphicon a#menu_next{
    float:right;
}*/
    .main_head .col-sm-1.col-xs-2 {
        width: 5%;
        padding: 0 8px;
    }

    .main_head .col-sm-5 {
        width: 44.666667%;
    }

    nav.navbar.navbar-inverse.sidebar.nav_left_slidebar .col-sm-12.navbar-header.form-group {
        padding: 0;
    }

    div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a {
        padding: 0px 3px;
    }

    div#bs-sidebar-navbar-collapse-1 {
        margin-left: 0;
        padding-left: 0;
    }

    ul.bridge-left-menu li {
        margin-left: 0;
    }

    /*.report-section > .col-md-1.col-sm-2.col-xs-12*/ .first-column-width {
        width: 5.2%;
    }
    /*.report-section > .col-md-9.col-sm-10.col-xs-12 {
        width: 78%;
    }*/


}

.benificiar-persent {
    margin: 15% auto 0 auto;
}

@media (max-width:768px) {
    .four-cols {
        margin-top: 0px;
    }

    .modal_width {
        margin: 10px auto;
    }
    /*******************Claims*****************/
    .ClaimAggregate li .claim_tabs_center {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    /******************message center****************/
    .message-center-sub-menu {
        margin: 0px;
    }

    .message-center-submenu-block {
        padding-top: 0% !important;
        margin: 0px;
    }

    .message-center-list-active::after {
        display: none;
    }

    .message-center-submenu-list li {
        padding: 2% !important;
    }
    /*Care plan conditions*/
    .care-cond-bg .col-md-1.col-sm-1.col-lg-1.col-xs-3 {
        margin: 5px 0;
        text-align: center;
    }

    .care-cond-bg .col-md-4.col-sm-4.col-lg-4.col-xs-12 {
        margin-bottom: 10px;
    }

    div.care_cond {
        height: auto;
    }
    /*AWV_Vitals*/
    .formawv .form-inline .form-group input, .formawv .form-inline .form-group select {
        width: 97% !important;
    }

    .formawv .form-inline .form-group:first-child {
        padding-left: 10px;
    }
}

@media(max-width: 1024px) {
    .claim-digit {
        font-size: 22px;
    }

    .claim-digit-green {
        font-size: 22px;
    }

    .claim-pr-name {
        font-size: 10px;
    }

    .claim-total .form-control {
        font-size: 12px;
    }

    .claim-total .control-label {
        font-size: 10px;
    }
}

@media(min-width: 1025px) and (max-width: 1200px) {
    .claim-digit {
        font-size: 23px;
    }

    .claim-digit-green {
        font-size: 23px;
    }

    .claim-pr-name {
        font-size: 10px;
    }

    .claim-total .form-control {
        font-size: 14px;
    }
}
/*-----------------Media Query End-------------------*/
.msg-panel .panel-body {
    padding-top: 5px;
    padding-bottom: 1px;
}

.msg-head {
    background-color: #ddd;
    min-height: 25px;
    padding-top: 6px;
    border-bottom: 2px solid #ccc;
}

    .msg-head sub {
        font-family: Roboto-Regular;
        font-size: 10px;
    }

    .msg-head strong {
        font-family: Roboto-Regular;
        font-size: 10px;
    }

    .msg-head .col-sm-2 {
        padding-left: 0px;
    }

    .msg-head .glyphicon {
        font-size: 10px;
    }

.msg-main-body {
    padding-top: 5px;
    min-height: 38px;
    border-bottom: 1px solid #cbdce9;
}

    .msg-main-body:hover {
        background-color: #ccc;
    }

    .msg-main-body p {
        font-family: Roboto-Regular;
        font-size: 10px;
        white-space: nowrap;
        margin-left: -15px;
        color: #ff2323;
        margin-bottom: 1px;
    }

    .msg-main-body sup {
        font-family: Roboto-Regular;
        font-size: 10px;
        top: 3px;
        float: right;
        line-height: 10px;
        margin-right: -5px;
    }

    .msg-main-body .glyphicon {
        font-size: 10px;
        top: 8px;
    }

    .msg-main-body strong {
        font-family: Roboto-Regular;
        font-size: 11px;
        white-space: nowrap;
        margin-left: -10px;
    }

.msg-more-contant {
    border-bottom: 1px solid #cbdce9;
    text-align: center;
    font-size: 10px;
    padding: 5px;
    font-family: Roboto-Regular;
}

.msg-downn-arrow {
    padding: 5px;
}

.selt-cont-chat strong {
    font-family: Roboto-Regular;
    font-size: 12px;
}

.launch-ignite-block .panel-body {
    padding: 0px;
}

.selt-cont-chat {
    padding: 8px;
    background-color: #e5eaee;
}

.launch-ignite-chat-contant {
    background-color: #f0f4f7;
    min-height: 25px;
    padding-top: 5px;
}

    .launch-ignite-chat-contant .user-text {
        font-family: Roboto-Black;
        font-size: 11px;
        white-space: nowrap;
    }

.top-collapse .panel-body .launch-ignite-chat-contant .user-text {
    white-space: normal;
}

.activ-icon-green {
    /*padding-top: 5px;*/
}

.user-icon {
    padding-left: 0px;
}

.chat-launch {
    /*padding-left: 8px;*/
}

.video-launc {
    padding-left: 8px;
}

.partner-msg h4 {
    font-family: Roboto-Regular;
    font-size: 23px;
    color: #AD1E22;
}

.part-text p {
    font-family: Roboto-Regular;
    font-size: 13px;
    text-align: justify;
}
/*******************start-claimdetails*****************/
.nav-pills > .claims-tab {
    width: 40%;
}

    .nav-pills > .claims-tab > a, .nav-pills > .claims-tab > a:focus {
        background-color: #8bb9ea;
        color: #fff;
        border: none;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

.claim-details-block {
    background-color: #fff;
}

.claimdetails_header h4 {
    font-size: 30px;
    color: #2582cf;
    font-family: 'Roboto-Light';
}

.claimdetail_tab {
    background-color: #2582cf;
    border-radius: 0px;
    color: #fff;
    padding: 6px 14px !important;
    border-radius: 0px !important;
    font-family: 'Roboto-Regular';
    cursor: pointer;
}

#ClaimDetails_main .nav-pills > li.active > a, #ClaimDetails_main .nav-pills > li.active > a:focus, #ClaimDetails_main .nav-pills > li.active > a:hover, #ClaimDetails_main .nav-pills > li > a:hover {
    background-color: #b3d4f3;
    color: #2482ce;
}

.claimdetail_tab:hover, .claimdetail_tab:active, .claimdetail_tab:focus {
    color: #fff;
    background-color: #10bcf3;
}

.claimdetail_search {
    background-color: #d4e5f3;
    /*margin: 0px 0px 15px;*/
}

.claimdetail_search-head {
    margin: 0px 0px 15px;
}

.claimdetail_search p {
    margin: 0px;
    padding: 10px 0px;
    color: #f68220;
    font-family: 'Roboto-Regular';
}

.claimdetail_search_icon {
    padding: 10px 0px;
    text-align: right;
}

.ClaimDetails_form {
    margin-top: 10px;
    font-family: 'Roboto-Regular';
}

.form-textbox {
    background-color: #f4f4f4;
    border-color: #d4e5f3;
    font-size: 14px;
    font-family: 'Roboto-Regular';
    padding-right: 20px;
    border-radius: 0px;
}

.datepicker {
    margin-bottom: 5px;
    padding: 6px 12px;
}

.ClaimDetails_form .claims-label {
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
    font-family: Roboto-Medium;
    font-weight: normal;
}

.radio_btn_div {
    margin-top: 2%;
    margin-bottom: 4%;
}
/*.claimdetails_radio label {
    font-weight: normal;
}*/

.form-control-feedback {
    right: 10px;
    /*right: 10px !important;
    font-size: 16px;
    color: #797a7a;*/
}

.gender-align {
    white-space: nowrap;
}

/*.cd_rmv_padding {
    padding: 0px;
}*/

.cd_rmv_padding_right {
    padding-right: 0px;
}

.cd_rmv_padding_left {
    padding-left: 0px;
}

.claim_check_status {
    display: flex;
}

.claim_ckeck_text {
    padding-top: 3px;
}

#claimsearch {
    width: 30%;
}

/*------------Radio Button Start-------------*/
.claimdetails_radio {
    padding: 0px;
}

/*------------Radio Button End-------------*/
.claimdetails_checkbox label {
    font-size: 12px;
    font-family: 'Roboto-Regular';
    font-weight: normal;
}

.claimdetails_checkbox input {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.claimdetails_checkbox_scroll {
    background: #f4f4f4;
    padding: 5px;
    height: 175px;
    overflow: auto;
    border: 1px solid #d4e5f3;
}

.status_code_height {
    height: 135px;
}

/*******************end-claimdetails*****************/
/*******************start-ClaimAggregate*****************/
.ClaimAggregate_tab > li + li {
    margin-left: 0px;
}

.ClaimAggregate {
    background: #fff;
    padding-top: 2%;
}

    .ClaimAggregate li a {
        background-color: #8bb9ea;
        margin: 2px;
        color: #fff;
        font-size: 14px;
        font-family: 'Roboto-Regular';
        border-radius: 0px;
        padding: 5px;
    }

        .ClaimAggregate li a span {
            padding-right: 10px;
        }

.ClaimAggregate_tab_content h4 {
    color: #f68220;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    margin: 10px;
}

.ClaimAggregate_tab_content {
    border: 1px solid #dfdfdf;
    margin-top: 1%;
    margin-bottom: 1%;
    padding: 1% 0%;
}

    .ClaimAggregate_tab_content .table thead tr th, .ClaimAggregate_tab_content tbody tr td {
        text-align: center;
        font-size: 13px;
        font-family: 'Roboto-Regular';
    }

    .ClaimAggregate_tab_content thead tr {
        background-color: #dfdfdf;
    }

.hcc_chart {
    width: 35%;
    padding-top: 15%;
    background-color: #63c8d4;
    border-radius: 50%;
    height: 50%;
    margin: auto;
    margin: 10% auto;
}

    .hcc_chart button {
        padding: 7px 15px;
        border: 1px solid #0c7fb9;
        background-color: #dbf3f5;
        font-family: 'roboto-regular';
    }

.popup_header {
    border: none;
    padding: 10px;
    background-color: #337ab7;
    font-family: 'Roboto-Regular';
    color: white;
    font-size: 16px;
}

.popup_body {
    border: none;
    margin: 0px;
    overflow: scroll;
    height: 40%;
}

.popup_header .close {
    color: white;
    opacity: 1;
}

.ClaimAggregate li .claim_tabs_center {
    margin-left: -25px;
    margin-right: -25px;
}
/*******************end-ClaimAggregate*****************/

/******************start--hha-rank-reports**************/
.hhnrankingreport {
    background-color: #fff;
    border: 1px solid #cbdce9;
}

.hhn-download-report {
    padding: 15px;
}

.hha_rank_report_footer {
    list-style-type: none;
    background-color: #d4e5f3;
    /*padding: 0px;
    margin: 20px 0px;
    display: flex;*/
}

    /*.hha_rank_report_footer {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }*/

    .hha_rank_report_footer li {
        float: left;
        font-size: 11px;
        padding: 4px;
        font-family: 'Roboto-Regular';
        font-weight: bold;
    }

.hha_rank_table_main {
    overflow-y: scroll;
}

.hha_rank_table {
    border: 1px solid #cbdce9;
    /*margin-bottom: 0px;*/
}

    .hha_rank_table thead tr th, .hha_rank_table tbody tr td {
        text-align: center;
        font-size: 13px;
        font-family: 'Roboto-Regular';
        border: 1px solid #cbdce9;
    }

    .hha_rank_table thead tr {
        background-color: #d4e5f3;
    }

/******************end--hha-rank-reports**************************/

/******************start--top_expends**************************/
.top-Expenditure {
    background-color: #fff;
}

.top-exp-downlod {
    padding: 15px;
}

.top_expend_total_data {
    margin-top: 3%;
    font-family: 'Roboto-Regular';
    font-size: 14px;
}

    .top_expend_total_data span {
        color: #2582cf;
    }

.top_100_table {
    width: 1200px;
}

/******************end--top_100_expends**************************/

.ClaimAggregate_highchart {
    margin: 30px 0px;
}

.highchart_width {
    /*min-width: 70%;*/
    /*height: auto;*/
    /*margin: 0 auto;*/
}

/*------------------------Calim Accordian------------------------*/
.claim-accordian .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #d4e5f3;
}

.claim-accordian .panel-group .claims_panel {
    margin: 2% 0%;
}

.claim-accordian .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #d4e5f3;
    border-color: #d4e5f3;
}

.claim-accordian .panel-title {
    font-size: 15px;
}

    .claim-accordian .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
        color: #f68220;
    }

.claim-accordian .more-less {
    float: right;
    color: #3D6D9B;
    border: 3px solid #3D6D9B;
    border-radius: 50%;
    padding: 3px;
    top: -5px;
}

.claim-accordian .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}
/*----------------Message Center Css Start----------------*/
#txtEditor1, #txtEditor2 {
    visibility: hidden;
    position: absolute;
    display: block !important;
}

.message-center-sub-menu {
    background-color: #f5f9fc !important;
    height: 100% !important;
}

.message-center-submenu-left {
    padding-left: 0px;
    padding-right: 0px;
}

.message-center-submenu-list {
    padding-left: 0px !important;
    font-size: 12px;
}

    .message-center-submenu-list li {
        list-style-type: none;
        padding: 12px 56px 12px 12px;
        border-bottom: 1px solid #cbdce9;
        cursor: pointer;
        display: flex;
        word-break: break-word;
    }

        .message-center-submenu-list li a {
            color: #000;
            display: block;
            width: 100%;
            font-weight: bold;
        }

    .message-center-submenu-list .message-center-list-active a {
        color: #f68220;
    }

    .message-center-submenu-list .message-center-list-active {
        padding: 5%;
        background-color: #cbdce9;
    }

    .message-center-submenu-list li .referal_img_span {
        margin: 0px 5px 0px -5px;
    }
/*.message-center-submenu-block {
    padding-top: 30%;
}*/

.message-center-list-active::after {
    content: "";
    position: absolute;
    left: 100%;
    margin-top: -10px;
    /*top: 4.5%;*/
    border: 18px dotted transparent;
    border-left: 15px dotted #cbdce9;
}

.message-center-page {
    border: 1px solid #cbdce9;
    padding-top: 2%;
    /*height: 140%;*/
    background-color: #fff;
}

.message-center-badge {
    background-color: #f31718;
    width: 20px;
    height: 20px;
    padding: 0px 0px;
    border-radius: 50%;
    position: absolute;
    right: 5%;
    /* padding: 7px 0px; */
}

/*
.msg-cent-col {
    padding-right: 1px;
}
#compose-message,
#linkCreateFolder {
    height: 60px;
} 

#moveto-message {
    height: 60px;
    padding: 8px;
}
*/

.compose-msg-btn:hover, .compose-msg-btn:focus {
    color: #fff;
}
/*.compose-msg-btn_active{
    background-color: #10bcf3;
}*/

/*.mail-search {
    height: 38px;
    border-radius: 3px;
    border: 1px solid #cbdce9;
    background-image: url('../Images/search.svg');
    background-repeat: no-repeat;
    background-position: right;
}*/

input[type="search"]::-webkit-input-placeholder {
    color: #2582d0;
    font-size: 16px;
}

input[type="search"]::-moz-placeholder {
    color: #2582d0;
    font-size: 16px;
}

input[type="search"]:-ms-input-placeholder {
    color: #2582d0;
    font-size: 16px;
}

input[type="search"]:-moz-placeholder {
    color: #2582d0;
    font-size: 16px;
}

.all-mail-block {
}

.mail-dispaly span {
    font-family: Roboto-Medium;
    font-size: 13px;
}

.mail-select {
    height: 30px;
    border-radius: 0px;
    font-family: Roboto-Medium;
    margin-top: -5px;
}

.mail-count span {
    font-family: Roboto-Medium;
    font-size: 13px;
    white-space: nowrap;
}

.mail-count .glyphicon {
    border: 1px solid #ccc;
    color: #ccc;
    font-size: 12px;
    padding: 5px 7px 5px 6px;
    top: -5px;
}

.mail-detals {
    padding-top: 2%;
}

/*.incoming-mail {
    border: 1px solid #cbdce9;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 70%;
}*/

/*.mail-hading {
    background-color: #f2f2f3;*/
/*height: 8%;*/
/*padding: 15px;
    padding-bottom: 30px;
}*/

/*.mail-hading span {
        font-family: Roboto-Medium;
        font-size: 14px;
    }*/

/*.mail-sub-containt {*/
/*height: 8%;*/
/*padding: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cbdce9;
}*/

.mail-sub-contain span {
    font-family: Roboto-Regular;
    font-size: 13px;
}

/*.mail-sub-containt .glyphicon {
    font-size: 11px;
}*/

.mail-write {
    border: 1px solid #cbdce9;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 90%;
}

.mail-write {
    padding-top: 5%;
}

    .mail-write .control-label {
        font-family: Roboto-Medium;
        text-align: left;
        font-weight: normal;
        font-size: 12px;
    }

    .mail-write span {
        color: #ff3d00;
    }

    .mail-write .form-control {
        background-color: #f4f4f4;
        border-radius: 0px;
        border-color: #dfdfdf;
    }

    .mail-write ::-webkit-file-upload-button {
        padding-bottom: 0.5em;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 0.5em;
        font-family: Roboto-Regular;
    }

.msgs-end-btn {
    background-color: #337ab7;
    padding: 8px 25px 8px 25px;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
}

.msg-cancel-btn {
    padding: 8px 25px 8px 25px;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
}

.msgs-end-btn:hover {
    color: #fff;
}

.msg-cancel-btn:hover {
    color: #fff;
}

.file-upload-size {
    font-family: Roboto-Regular;
    font-size: 12px;
    padding-top: 5px;
}

.tblMessageInbox > thead > tr > th {
    /*background-color: #f2f2f3;*/
    /*padding: 10px 10px 10px 20px;*/
    border-bottom: 0px transparent;
    text-align: center;
}

.tblMessageInbox > tbody > tr > td {
    /*padding: 10px 10px 10px 20px;*/
    border-bottom: 1px solid #cbdce9;
    /*text-align: left;*/
}

/*change style*/
.MsgMoveSection {
    display: flex;
}

    .MsgMoveSection button, .MsgMoveSection span {
        margin-right: 2px;
    }

.glyphicon_paginate_arrow {
    border: 1px solid #ddd;
    padding: 3px;
}

.msg-reply button, .msg-reply button:hover {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    padding: 0;
}

    .msg-reply button i {
        font-size: 16px;
        padding-top: 4px;
    }

#ModalMessageDetails .message_modal_body {
    padding: 0px;
}

#ModalMessageDetails label {
    font-size: 12px;
    margin-bottom: 1px;
}

#ModalMessageDetails .modal-footer {
    padding: 0px;
}

.msg-header {
    background: #fafafa;
    padding: 15px;
}

.message_center_label {
    font-weight: normal;
}

.msg-text.form-group {
    border: 1px #ccc solid;
    margin: 15px;
    height: 270px;
    overflow-y: auto;
    overflow-x: hidden;
}

.msg-reply {
    position: absolute;
    right: 0px;
    z-index: 1;
}

svg {
    overflow: visible !important;
}

.highcharts-container {
    overflow: visible !important;
    clear: both;
}
/*----------------Message Center Css End----------------*/
/*----------------Text Editer Start-----------------*/
#menuBarDiv, #statusbar {
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
}

#menuBarDiv {
    border-radius: 3px 3px 0 0;
    border-bottom: none;
    min-height: 25px;
    padding: 5px 0;
}

    #menuBarDiv div:first-child {
        margin-left: 3px;
    }

    #menuBarDiv .dropdown {
        float: left;
    }

    #menuBarDiv .dropdown-toggle {
        font-size: 14px;
    }

        #menuBarDiv .dropdown-toggle .caret {
            margin-left: 5px;
            border-top-color: #999;
        }

    #menuBarDiv a.btn {
        position: relative;
        margin-bottom: 3px;
    }

#paletteCntr {
}


#statusbar {
    min-height: 30px;
    border-radius: 0 0 3px 3px;
    border-top: none;
    line-height: 30px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

    #statusbar .label {
        float: right;
        margin: 6px 10px 0 0;
        background: #BBB;
        text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
        padding: 2px 4px;
        font-size: 11.844px;
        line-height: 14px;
    }

.Editor-editor {
    height: 300px;
    padding: 1%;
    border: 1px solid #EEE;
    border-radius: 0;
    word-wrap: break-word;
}

#paletteCntr ul {
    width: 145px;
    float: left;
    z-index: 999;
    margin: 0 10px;
}

#paletteCntr li {
    cursor: pointer;
    display: block;
    height: 16px;
    float: left;
    margin: 0;
    padding: 0;
    width: 16px;
    margin: 1px;
}

    #paletteCntr li div {
        text-align: left;
        margin: 0;
        font-size: 12px;
    }

div.activeColour {
    position: absolute;
    display: inline;
    left: 0;
    top: 30px;
    background: #E8E8E8;
    padding-bottom: 10px;
    z-index: 10000;
}

#colorpellete, #bg_colorpellete {
    float: left;
}
/*---------------Text Editer End Hear----------------*/
/*--------------Partner Message Start Hear--------------*/
.PartnerMessage {
    border: 1px solid #cbdce9;
    padding-top: 2%;
    height: 100%;
    background-color: #fff;
}

.partmsgtab {
    padding: 5px;
    background-color: #e5f3fc;
}

    .partmsgtab .nav-tabs {
        border-bottom: 1px solid transparent;
    }

        .partmsgtab .nav-tabs > li > a:hover {
            border-color: transparent;
        }

        .partmsgtab .nav-tabs > li.active > a, .partmsgtab .nav-tabs > li.active > a:focus, .partmsgtab .nav-tabs > li.active > a:hover {
            border: 1px solid transparent;
            background-color: #01bcf3;
            color: #fff;
            border-radius: 0px;
            font-family: Roboto-Regular;
            font-size: 14px;
            padding: 8px 25px 8px 25px;
        }

        .partmsgtab .nav-tabs > li > a {
            background-color: #2582d0;
            border-radius: 0px;
            color: #fff;
            font-family: Roboto-Regular;
            font-size: 14px;
            margin-right: 10px;
            padding: 8px 25px 8px 25px;
        }

.ptrmsg-contant {
    padding-top: 2%;
}

.wfixbrohart h2 {
    font-family: Roboto-Regular;
    font-size: 23px;
    color: #AD1E22;
    margin-top: 2px;
}

.wfixbrohart p {
    font-family: Roboto-Regular;
    font-size: 14px;
}

.wfixbrohart a {
    font-family: Roboto-Regular;
    font-size: 16px;
}

.ptrmsg-contant hr {
    border-top: 1px solid #cbdce9;
}
/*--------------Partner Message End Hear--------------*/
/*--------------Patient And Provider Look Up Start Hear--------------*/
.provider-containt {
    border: 1px solid #cbdce9;
    padding: 15px;
    margin-top: 2%;
    height: 90%;
    background-color: #fff;
}

.patient-and-provider-look {
    border: 1px solid #cbdce9;
    padding-top: 2%;
    height: 140%;
    background-color: #fff;
}

.patnt-prodr-tabs .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .patnt-prodr-tabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .patnt-prodr-tabs .nav-tabs > li.active > a, .patnt-prodr-tabs .nav-tabs > li.active > a:focus, .patnt-prodr-tabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #01bcf3;
        color: #fff;
        border-radius: 0px;
        font-family: Roboto-Regular;
        font-size: 14px;
        padding: 8px 25px 8px 25px;
    }

    .patnt-prodr-tabs .nav-tabs > li > a {
        background-color: #2582d0;
        border-radius: 0px;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 10px;
        padding: 8px 25px 8px 25px;
    }

.provider-containt .control-label {
    text-align: left;
    font-family: Roboto-Regular;
    font-weight: normal;
}

.lookup-btn, .lookup-btn:hover, .lookup-btn:focus, .lookup-btn:active {
    background-color: #2582d0;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 14px;
    padding: 8px 25px 8px 25px;
}

.lookup-btn {
    color: #fff;
}

.createn-patnt-btn {
    background-color: #2582d0;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 14px;
    margin-left: 10px;
    padding: 8px 25px 8px 25px;
}

    .createn-patnt-btn:hover {
        color: #fff;
    }

.provider-containt .form-control {
    background-color: #f4f4f4;
    border-radius: 0px;
    border-color: #dfdfdf;
}

.patient-containt .form-control {
    background-color: #f4f4f4;
    border-radius: 0px;
    border-color: #dfdfdf;
}

.patient-containt .control-label {
    text-align: left;
    font-family: Roboto-Regular;
    font-weight: normal;
}

.patient-containt {
    border: 1px solid #cbdce9;
    padding: 15px;
    margin-top: 2%;
    height: 90%;
    background-color: #fff;
}

.quik-jump-link p {
    font-family: Roboto-Regular;
}

.quick-link {
    padding: 0px;
}

    .quick-link li {
        display: inline-block;
        list-style: none;
    }

    .quick-link a {
        font-family: Roboto-Medium;
    }

.patient-list-head p {
    font-family: Roboto-Medium;
    background-color: #f4f4f4;
    padding: 10px;
}

.patient-list-contant {
}

.quil-link-list-a {
    margin-bottom: 20px;
}
/*--------------Patient And Provider Look Up End Hear--------------*/
/*--------------Priority Patients Start Hear-------------*/
.priority-patients {
    border: 1px solid #cbdce9;
    padding-top: 2%;
    height: auto;
    background-color: #fff;
}

.priority-patient-tabs .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .priority-patient-tabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .priority-patient-tabs .nav-tabs > li.active > a, .priority-patient-tabs .nav-tabs > li.active > a:focus, .priority-patient-tabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #01bcf3;
        color: #fff;
        border-radius: 0px;
        font-family: Roboto-Regular;
        font-size: 14px;
        padding: 8px 25px 8px 25px;
    }

    .priority-patient-tabs .nav-tabs > li > a {
        background-color: #2582d0;
        border-radius: 0px;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 10px;
        padding: 8px 25px 8px 25px;
    }

.outstand-dignosis {
    border: 1px solid #cbdce9;
    padding: 15px;
    margin-top: 2%;
    height: 85%;
    background-color: #fff;
}

.suspect-diagnosis {
    border: 1px solid #cbdce9;
    padding: 15px;
    margin-top: 2%;
    height: 90%;
    background-color: #fff;
}

.high-risk {
    border: 1px solid #cbdce9;
    padding: 0px 15px 15px 15px;
    margin-top: 2%;
    height: 85%;
    background-color: #fff;
}

.high-risk-head {
    background-color: #f2f2f3;
    height: 8%;
    padding: 15px;
}

    .high-risk-head span {
        font-family: Roboto-Medium;
    }

.high-risk-sub-contnt {
    padding-bottom: 10px;
    padding-top: 10px;
    height: 7%;
    border-bottom: 1px solid #cbdce9;
    padding-right: 30px;
}

    .high-risk-sub-contnt span {
        font-family: Roboto-Regular;
        font-size: 13px;
        padding: 15px;
    }

.risk-status-green {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: #59C87C;
    margin-left: 20%;
}

.risk-status-red {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: #E54A46;
    margin-left: 20%;
}

.risk-status-yellow {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: #ECCB02;
    margin-left: 20%;
}
/*--------------Priority Patients End Hear-------------*/
/*--------------External-Patient-Reports Start Hear---------------*/
.external-patient-reports {
    border: 1px solid #cbdce9;
    padding-top: 2%;
    height: 100%;
    background-color: #fff;
}

.external-pationt-tabs .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .external-pationt-tabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .external-pationt-tabs .nav-tabs > li.active > a, .external-pationt-tabs .nav-tabs > li.active > a:focus, .external-pationt-tabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #01bcf3;
        color: #fff;
        border-radius: 0px;
        font-family: Roboto-Regular;
        font-size: 14px;
        padding: 8px 25px 8px 25px;
    }

    .external-pationt-tabs .nav-tabs > li > a {
        background-color: #2582d0;
        border-radius: 0px;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 10px;
        padding: 8px 25px 8px 25px;
    }

.ExtPt-Recive {
    border: 1px solid #cbdce9;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 60%;
}

.Receive-radio {
    margin-left: -1.5%;
}

    .Receive-radio label {
        font-family: Roboto-Medium;
        padding-top: 15px;
        font-weight: normal;
        white-space: nowrap;
    }

.exprt-recive-head {
    background-color: #f2f2f3;
    padding-top: 10px;
    padding-bottom: 5px;
}

    .exprt-recive-head span {
        font-family: Roboto-Medium;
    }

.exprt-recive-contant span {
    font-family: Roboto-Regular;
    font-size: 13px;
}

.expt-reciv-btn {
    background-color: #2582d0;
    border-radius: 8px;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 13px;
    margin-top: -5px;
    margin-bottom: 3px;
    border: 1px solid transparent;
    padding: 5px 10px 5px 10px;
}

.exprt-recive-contant {
    border-bottom: 1px solid #cbdce9;
    padding-top: 10px;
}
/*--------------External-Patient-Reports End Hear---------------*/
/*--------------External-Reports Start Hear-------------------*/
.External-Reports {
    border: 1px solid #cbdce9;
    padding-top: 2%;
    height: 100%;
    background-color: #fff;
}

.external-reports-tab .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .external-reports-tab .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .external-reports-tab .nav-tabs > li.active > a, .external-reports-tab .nav-tabs > li.active > a:focus, .external-reports-tab .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #01bcf3;
        color: #fff;
        border-radius: 0px;
        font-family: Roboto-Regular;
        font-size: 14px;
        padding: 8px 25px 8px 25px;
    }

    .external-reports-tab .nav-tabs > li > a {
        background-color: #2582d0;
        border-radius: 0px;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 10px;
        padding: 8px 25px 8px 25px;
    }

.expt-report-tab-area {
    border: 1px solid #cbdce9;
    margin-top: 30px;
    height: 30%;
}

.external-report-form {
    padding-top: 5%;
}

    .external-report-form .form-control {
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        background-color: #f4f4f4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .external-report-form .control-label {
        text-align: left;
        padding-left: 30px;
        font-family: Roboto-Regular;
        font-size: 14px;
        color: #000;
        font-weight: normal;
    }

.exter-reprtdate {
    width: 92%;
}

.external-reports-form1 {
    padding-top: 5%;
}

    .external-reports-form1 .form-control {
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        background-color: #f4f4f4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .external-reports-form1 .control-label {
        text-align: left;
        padding-left: 30px;
        font-family: Roboto-Regular;
        font-size: 14px;
        color: #000;
        font-weight: normal;
    }

.ext-rpt-btn {
    background-color: #2582d0;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 14px;
    padding: 5px 25px 5px 25px;
}

.expt-rpt-get-detail {
    padding-top: 3%;
}

    .expt-rpt-get-detail label {
        font-family: Roboto-Regular;
        font-weight: normal;
    }

.record-perpage {
    white-space: nowrap;
}

.expt-rpt-get-detail .form-control {
    padding-left: 0px;
    border-radius: 0px;
    height: 25px;
    padding-top: 2px;
}

.expt-report-table-data {
    border: 1px solid #cbdce9;
    margin-top: 5%;
    margin-bottom: 15px;
    height: 40%;
}

.experreport-head .table > thead > tr > th {
    background-color: #2582d0;
    padding: 10px 10px 10px 20px;
    font-family: Roboto-Regular;
    color: #fff;
    border-bottom: 0px transparent;
    font-weight: normal;
    font-size: 13px;
}

.experreport-head .table > tbody > tr > td {
    background-color: #fff;
    padding: 10px;
    font-family: Roboto-Regular;
    font-size: 13px;
    border-bottom: 1px solid #cbdce9;
    border-top: 0px transparent;
    padding-bottom: 1px;
}

    .experreport-head .table > tbody > tr > td sup {
        background-color: red;
        border: 2px solid #ccc;
        border-radius: 50%;
        height: 20px;
        width: 20px;
        display: inline-flex;
    }

    .experreport-head .table > tbody > tr > td .glyphicon {
        top: -5px;
        left: 10px;
    }

#flag-contant {
    padding: 5px;
    text-align: center;
    background-color: #fff;
    border: solid 1px #c3c3c3;
}

#flag-contant {
    padding: 15px;
    display: none;
    position: absolute;
    left: 80%;
    z-index: 001;
}

#flag {
    left: -10px;
    background-color: red;
    border-radius: 50%;
    padding: 5px;
    font-size: 10px;
    color: #fff;
    top: -7px;
}

.flag-sub-data {
    padding: 0px;
    list-style-type: none;
}

    .flag-sub-data li {
        display: flex;
    }

        .flag-sub-data li span {
            margin: 3px 5px 0px 0px;
            font-family: Roboto-Medium;
            font-size: 10px;
        }

#flag-contant1 {
    padding: 5px;
    text-align: center;
    background-color: #fff;
    border: solid 1px #c3c3c3;
}

#flag-contant1 {
    padding: 15px;
    display: none;
    position: absolute;
    left: 80%;
    z-index: 001;
}

#flag1 {
    left: -10px;
    background-color: red;
    border-radius: 50%;
    padding: 5px;
    font-size: 10px;
    color: #fff;
    top: -7px;
}

#flag-contant2 {
    padding: 5px;
    text-align: center;
    background-color: #fff;
    border: solid 1px #c3c3c3;
}

#flag-contant2 {
    padding: 15px;
    display: none;
    position: absolute;
    left: 80%;
    z-index: 001;
}

#flag2 {
    left: -10px;
    background-color: red;
    border-radius: 50%;
    padding: 5px;
    font-size: 10px;
    color: #fff;
    top: -7px;
}
/*--------------External-Reports End Hear-------------------*/
/*********************MY Bridge*******************/
.help_question {
    background: #00b9f2;
    color: #fff;
    padding: 3px;
    border-radius: 50%;
    width: 18px;
    text-align: center;
    cursor: pointer;
}

.myridge-connect-head {
    color: #fff;
}

.image_mybridge img {
    width: 20px;
    height: 20px;
    margin: 0px 5px;
}

.next_glyphicon {
    color: #2582cf;
}

.prev_glyphicon {
    color: #cbdce9;
}

.mybridge-widget-font {
    font-family: Roboto-Medium;
}

.table_priority_patient thead tr {
    background: #cbdce9;
}

.bench_report_welcome {
    color: #2482ce;
}

.text_no_wrap {
    white-space: nowrap;
}

.rTable {
    display: block;
    width: 98%;
    margin: 0% auto;
    /*font-family: Roboto-Medium;*/
}

.rTableHeading, .rTableBody, .rTableFoot, .rTableRow {
    clear: both;
}

.rTableHead, .rTableFoot, .rTableHeadExternalpatient {
    background-color: #cbdce9;
    font-weight: bold;
}

.rTableHead {
    font-size: 13px;
    font-family: Roboto-Medium;
    font-weight: normal;
}

.rTableCell, .rTableHead {
    border-bottom: 1px solid #cbdce9;
    float: left;
    height: auto;
    overflow: hidden;
    padding: 3px 1.8%;
    width: 25%;
    white-space: nowrap;
    font-size: 13px;
}

.rTableHeadExternalpatient, .rTableCellExternalpatient {
    border-bottom: 1px solid #cbdce9;
    float: left;
    height: auto;
    overflow: hidden;
    padding: 3px 1.8%;
    white-space: nowrap;
}

.rTable:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.priority-text-color a {
    color: #2482ce !important;
}

.priority-text-danger {
    color: red;
}

.rTableRow .priority-link, rTableRow .priority-link:hover, .rTableRow .priority-link:focus {
    color: #2482ce;
    text-decoration: underline;
}

.mybridge-message-text {
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*.mybridge-message-text:hover {
   overflow: auto;
   white-space: nowrap;
   text-overflow: inherit;
}*/
.rTableRow a {
    color: #000;
}

.rTableCellMessage1 {
    width: 45%;
    white-space: nowrap;
}

.rTableCellMessage2 {
    width: 15%;
    white-space: nowrap;
}

.rTableCellMessage3, .rTableCellMessage4 {
    width: 20%;
    white-space: nowrap;
}

.toptips-week {
    display: flex;
    color: #2482ce;
}

.mybridge_patient_div .mybridge-lookup {
    width: 30%;
    float: right;
    margin-right: 0px;
}

.tab-section-mybridge-dashboard .nav-tab-section-mybridge-dashboard {
    border-bottom: 1px solid transparent;
}

    .tab-section-mybridge-dashboard .nav-tab-section-mybridge-dashboard > li > .nav-tab-section-mybridge-dashboard-action:hover {
        border-color: transparent;
    }

    .tab-section-mybridge-dashboard .nav-tab-section-mybridge-dashboard > li.active > .nav-tab-section-mybridge-dashboard-action, .nav-tab-section-mybridge-dashboard > li.active > .nav-tab-section-mybridge-dashboard-action:focus, .nav-tab-section-mybridge-dashboard > li.active > .nav-tab-section-mybridge-dashboard-action:hover {
        border: 1px solid transparent;
        background-color: #01bcf3;
        color: #000;
        border-radius: 4px 4px 0 0;
        font-family: Roboto-Regular;
        font-size: 14px;
        padding: 10px 15px;
    }

    .tab-section-mybridge-dashboard .nav-tab-section-mybridge-dashboard > li > .nav-tab-section-mybridge-dashboard-action {
        background-color: #cbdce9;
        color: #000;
    }

.perf-slider-mybridge {
    background: url('../Images/Maximize.svg') no-repeat;
    position: absolute;
    top: 1%;
    right: 2%;
    width: 27px;
    height: 27px;
    z-index: 1;
}

.mybridge_systemreport_tabs {
    border: 1px solid #cbdce9;
}

.nav-tab-section-mybridge-dashboard > li {
    width: 25%;
}
/*-------------------stats Page----------------*/

.stats {
    padding: 40px 10px 10px 10px;
}

.tab-section .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .tab-section .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .tab-section .nav-tabs > li.active > a, .tab-section .nav-tabs > li.active > a:focus, .tab-section .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #01bcf3;
        color: #fff;
        border-radius: 0px;
        font-family: Roboto-Regular;
        font-size: 14px;
        padding: 8px 25px 8px 25px;
    }

    .tab-section .nav-tabs > li > a {
        background-color: #2582d0;
        border-radius: 0px;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 10px;
        padding: 8px 25px 8px 25px;
    }

.stats-tab-area {
    border: 1px solid #cbdce9;
    padding: 15px;
    margin-top: 2%;
    height: 85%;
    background-color: #fff;
}

.refrelstab-area {
    border: 1px solid #cbdce9;
    padding: 15px;
    margin-top: 2%;
    height: 100%;
    background-color: #fff;
}

.head-report {
    color: #F7941E;
    padding: 20px 0;
    font-family: Roboto-Regular;
    font-size: 16px;
    margin: 0;
}

.head-radio {
    font-size: 14px;
    margin-left: 40px;
    padding: 10px 20px;
}

    .head-radio label {
        margin-left: 5px;
    }

.sys-referral table td {
    text-align: left;
    padding: 5px;
    font-size: 13px;
    font-family: Roboto-Regular;
}

    .sys-referral table td span {
        color: #2582d0;
        font-weight: normal;
    }

.sys-referral h1 {
    margin: 15px 0;
    font-size: 14px;
    font-family: Roboto-Medium;
}

.sys-referral {
    padding: 0 35px;
    color: #000;
}

.claim-footer div.col-sm-1 {
    width: 40px;
}

/*------------Radio Button Start-------------*/

/*------------Radio Button End-------------*/



.head-radio input[type=radio] {
    display: none;
}

    .head-radio input[type=radio]:checked + label:before {
        content: "\2022";
        color: #2582d0;
        font-size: 38px;
        text-align: center;
        line-height: 21px;
    }

.claim-footer div.col-sm-1 {
    width: 40px;
}

/*******************Slider******************/
.perform-slider-tabs .nav-tabs {
    border-bottom: 1px solid transparent;
    margin: 2% 0%;
}

    .perform-slider-tabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .perform-slider-tabs .nav-tabs > li.active > a, .perform-slider-tabs .nav-tabs > li.active > a:focus, .perform-slider-tabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #01bcf3;
        color: #fff;
        border-radius: 0px;
        font-family: Roboto-Regular;
        font-size: 14px;
        padding: 8px 25px 8px 25px;
    }

    .perform-slider-tabs .nav-tabs > li > a {
        background-color: #2582d0;
        border-radius: 0px;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 10px;
        padding: 8px 25px 8px 25px;
    }

.perform-slide-details thead th {
    background-color: #2582cf;
    color: #fff;
}

.perform-slide-details-blue {
    color: #e4893a;
}

.perform-slide-details-yellow {
    color: #3a79a2;
}

/* .slider {
    background: url('../Images/scale.svg') no-repeat;
    border: 0;
    height: 70px;
    width: 855px;
    margin: 8px auto 0 auto;
} */

.slider .ui-state-default, .slider .ui-state-default, .slider .ui-widget-content .ui-state-default, .slider .ui-widget-header .ui-state-default {
    background: #555;
    opacity: .8;
    border: 0;
    width: 6px;
    height: 80px;
    margin-left: 0;
    cursor: pointer;
}

.modal_close_gap {
    padding-right: 0px !important;
}

.perform {
    margin: 20px 0;
}

    .perform th {
        background: #cbdce9;
        white-space: nowrap;
        /*text-align: center;*/
        font-size: 11px;
        padding: 5px;
    }

    .perform td {
        /*text-align: center;*/
        white-space: nowrap;
        font-size: 11px;
        padding: 5px;
        border-bottom: 1px #ccc solid;
    }

.layout {
    position: relative;
}

.main-slider, .main-sliders {
    overflow-x: hidden;
    height: 115px;
    margin-right: 0px;
}

#arrow-lft, #arrow-lfts {
    position: absolute;
    right: 0px;
    top: 8px;
    cursor: pointer;
    background: url('../Images/right_arrow.svg') center no-repeat;
    height: 70px;
    width: 30px;
}

#arrow-rgt, #arrow-rgts {
    position: absolute;
    left: 0px;
    top: 8px;
    cursor: pointer;
    z-index: 30;
    background: url('../Images/left_arrow.svg') center no-repeat;
    height: 70px;
    width: 30px;
}

button.btn.perf-slider {
    background: url('../Images/Maximize.svg') no-repeat;
    position: absolute;
    top: 5%;
    right: 5%;
    width: 27px;
    height: 27px;
    display: inline-block;
    padding: 0;
}

.head-report.perfom {
    padding: 5px 0 20px 0;
}

.head-radios {
    font-size: 14px;
    margin: 0px 0 0 18px;
    padding: 5px 20px;
    text-align: left;
}

    .head-radios label {
        margin-left: 5px;
    }

    .head-radios label {
        cursor: pointer;
        display: inline-block;
        position: relative;
        padding-right: 0px;
        margin-right: 0px;
    }

        .head-radios label:before {
            bottom: -3px;
            border: 2px solid #2582d0;
            border-radius: 25px;
            content: "";
            display: inline-block;
            height: 22px;
            margin-right: 25px;
            position: absolute;
            left: -31px;
            width: 22px;
        }

    .head-radios input[type=radio] {
        display: none;
    }

        .head-radios input[type=radio]:checked + label:before {
            content: "\2022";
            color: #2582d0;
            font-size: 38px;
            text-align: center;
            line-height: 21px;
        }

.bmi-sec td {
    border-bottom: 1px #dfdfdf solid;
    text-align: left;
}

.yellows {
    font-size: 29px;
    color: #e4893a;
    width: 105px;
    display: inline-block;
    font-family: 'HelveticaLTStd-Roman';
}

.blues {
    font-size: 29px;
    color: #3a79a2;
    width: 105px;
    display: inline-block;
    font-family: 'HelveticaLTStd-Roman';
}

.bmi-head {
    padding: 5px 0;
    display: inline-block;
}

.last-sec td {
    border-bottom: 0;
}

.edit-butt {
    background-color: #2582d0;
    color: #ffffff;
    border: 0;
    padding: 10px 14px;
    float: left;
    margin-right: 5px;
}

.bold {
    font-weight: 500;
}

.modal-header .head-report {
    padding: 0;
}

.bold-pag {
    text-align: right !important;
}

.page-arw {
    margin-left: 7px;
}

.head-radio input[type=radio] {
    display: none;
}

    .head-radio input[type=radio]:checked + label:before {
        content: "\2022";
        color: #2582d0;
        font-size: 38px;
        text-align: center;
        line-height: 21px;
    }

.claim-footer div.col-sm-1 {
    width: 40px;
}

.practice_utilization_table {
    border-right: 1px solid #ddd;
}

    .practice_utilization_table thead th {
        text-align: center;
    }

    .practice_utilization_table > thead > tr > th:first-child, .practice_utilization_table > tbody > tr > td:first-child {
        border: none;
        border-right: 1px solid #ddd;
        white-space: nowrap;
        padding: 10px 8px;
        color: #0084cc;
        font-size: 12px;
        text-align: left;
    }

    .practice_utilization_table > thead > tr:first-child > th:not(:first-child) {
        border-top: 1px solid #ddd;
        font-size: 10px;
        background: #ddd;
    }

    .practice_utilization_table > tbody > tr:last-child > td:not(:first-child) {
        border-bottom: 1px solid #ddd;
        /*font-size: 12px;*/
    }

    .practice_utilization_table > tbody > tr > td:not(:first-child) {
        background: #fbeddc;
        border-top: 1px solid #fff;
        color: #0084cc;
    }

.practice_utilise {
    display: flex;
}

.practice_utilise_radio_div {
    margin-top: 8px;
}

.practice_utilise #PracticeSelect {
    width: 25%;
    height: 25px;
    padding: 0px 5px;
    border-radius: 5px;
}

.chart_slide_div {
    position: absolute;
    top: 10px;
    left: 25px;
}

.chart_slide_modal_div {
    top: 13px;
    left: 17px;
}

.chart_slide_div .slider-range-mybridge {
    width: 100%;
    margin: 27px 0px 27.3px 0px;
    height: 1px;
    border: 0px solid #E6E6E6;
    background: #E6E6E6;
}

.chart_slide_div .slide_column_range {
    width: 100%;
    margin: 6px 0px 28.3px 15px;
    height: 0.01px;
    border: 0px solid #E6E6E6;
}

    .chart_slide_div .slide_column_range .ui-slider-handle {
        border: 0px;
        background: #0084cc;
        width: 3px;
        height: 25px;
        top: -5px;
        z-index: 0;
    }
/*.chart_slide_div .ui-slider-handle{
    background: url(../Images/blue_button.png) no-repeat;
    background-size: 17px 17px;
    border: none;
    top: -8px;
    margin-left: -3px;
}*/
.chart_slide_div .green .ui-slider-handle {
    background: url(../Images/green_button.png) no-repeat;
    background-size: 17px 17px;
    border: none;
    top: -8px;
    margin-left: -3px;
    cursor: pointer;
}

.chart_slide_div .red .ui-slider-handle {
    background: url(../Images/red.png) no-repeat;
    background-size: 17px 17px;
    border: none;
    top: -8px;
    margin-left: -3px;
    cursor: pointer;
}

.chart_slide_div .yellow .ui-slider-handle {
    background: url(../Images/yellow.png) no-repeat;
    background-size: 17px 17px;
    border: none;
    top: -8px;
    margin-left: -3px;
    cursor: pointer;
}

.legends_separate_div {
    position: absolute;
    top: 55px;
    right: 75px;
}

    .legends_separate_div span {
        font-size: 12px;
        color: #0084cc;
        margin-left: 2px;
    }

    .legends_separate_div label {
        font-size: 18px;
    }

    .legends_separate_div .velocity_div label {
        color: #f58027;
        font-weight: normal;
    }

    .legends_separate_div hr {
        margin: 5px 0px;
        width: 160%;
    }

    .legends_separate_div .optimal_legend {
        margin-bottom: 5px;
    }

        .legends_separate_div .optimal_legend .graph_legend_box {
            border: 3px solid #0084cc;
            margin: 0px 5px 0px 5px;
        }
/***********************User Manager****************/
.submit-btn-arrow, .submit-btn-arrow:hover, .submit-btn-arrow:focus {
    background-color: #fff;
    color: #ccc;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-right: 15px;
}

    .submit-btn-arrow a {
        color: #fff;
    }

.user_manager-table thead {
    background-color: #f4f4f4;
}

.location-address {
    display: flex;
    border: 1px solid #ccc;
    padding: 5%;
    background: #f4f4f4;
}

.input-back-style, .select-back-style {
    background: #f4f4f4;
}

.user_manager-table > thead > tr > th {
    border-bottom: 0px;
}

.user_manager-table {
    border: 1px solid #dee8f1;
}

    .user_manager-table thead {
        background: #dee8f1;
    }

    .user_manager-table > tbody > tr > td {
        border-top: 1px solid #dee8f1;
        text-align: left;
    }
/********************Clique*****************/
.clique-containt {
    border: 1px solid #cbdce9;
    padding: 0px 15px;
    margin-top: 2%;
    background-color: #fff;
}

/*.my_network-table {
    font-size: 12px;
}

    .my_network-table thead {
        background-color: #f4f4f4;
    }*/

/*.my-network-orange {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: orange;
    margin-left: 20%;
}

.my-network-grey {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: gray;
    margin-left: 20%;
}*/

.my-netwrk-badge {
    background-color: #5a9dd1;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 3px;
    position: absolute;
    right: 5%;
}

.my-netwrk-list-active1:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 1.2%;
    border: 24px dotted transparent;
    border-left: 17px dotted #cbdce9;
}

.glyphicon_user_green {
    color: #38c12b;
    font-size: 16px;
}

.glyphicon_user_yellow {
    color: #f19e00;
    font-size: 16px;
}

.glyphicon_user_grey {
    color: #dedede;
    font-size: 16px;
}

.icon_star_preferred {
    font-size: 16px;
    color: #f19e00;
}

.icon_star_table {
    font-size: 16px;
    color: #f19e00;
    margin-left: 15px;
}

.my_network_list {
    list-style-type: none;
    display: flex;
}

    .my_network_list li {
        padding: 0px 5px;
    }

.clique-plus {
    margin-top: 5px;
}

.clique-export {
    position: absolute;
    right: 0;
    margin-top: 6px;
}
/************modal*****************/
button.modal-close, button.modal-close:focus, button.modal-close:hover, .modal-close, .modal-close:focus, .modal-close:hover {
    color: #000;
    opacity: 1;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 2px 7px;
}

.modal-content-common {
    border-radius: 0px;
}

.modal-head {
    background: #00b9f2;
    /*background-color: #cbdce9;*/
    color: #fff;
    padding: 8px;
}

    .modal-head .close {
        opacity: 0.7;
    }

.modal-foot {
    border-top: 0px;
}

.launch-green {
    display: flex;
}

.talk-orang {
    display: flex;
}

.msgcent-blue {
    display: flex;
}

.partnr-green {
    display: flex;
}

.panel_head {
    white-space: nowrap;
    padding: 10px 5px;
}

.right-menu-icon img {
    position: absolute;
    left: 0px;
    top: -10px;
}

.totalcost {
    font-family: Roboto-Regular;
    font-size: 12px;
    color: #35699a;
}

.chat-block {
    display: flex;
}

.typmsg {
    display: flex;
}

/*------------Referral Manager Css Start Hear-----------*/
.referral-manager {
    border: 1px solid #cbdce9;
    padding: 15px 15px 15px 30px;
    background-color: #fff;
}

.ancillaries-btn {
    background-color: #337ab7;
    padding: 8px 15px 8px 15px;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
}

.referral-message-submenu-list li {
    list-style-type: none;
    padding: 5%;
    border-bottom: 1px solid #cbdce9;
}

.referral-message-list-active1:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 1.1%;
    border: 24px dotted transparent;
    border-left: 17px dotted #cbdce9;
}

.referral-message-submenu-list li:nth-child(1) {
    padding: 0% 0% 5% 5%;
}

.referral-message-submenu-list li:nth-child(8) {
    padding: 5% 5% 5% 5%;
}

.referral-message-submenu-list li:nth-child(9) {
    padding: 5% 5% 5% 5%;
}

.referral-message-submenu-list li a {
    color: #000;
    font-family: Roboto-Regular;
}

.referral-message-submenu-list .referral-message-list-active a {
    color: #F7941E;
}

.referral-message-submenu-list .referral-message-list-active {
    background-color: #cbdce9;
    color: #F7941E;
}

.referral-message-submenu-list {
    padding-left: 0px;
}

.refr-showing span {
    font-family: Roboto-Medium;
    font-size: 13px;
}

.ref-select {
    border-radius: 0px;
    height: 30px;
    border: 1px solid #ccc;
    box-shadow: none;
    font-family: Roboto-Medium;
    margin-top: -5px;
    width: 75px;
}

.ancillaries-data {
    padding-right: 15px;
}

.ancillariest-view-btn {
    background-color: #2582d0;
    border-radius: 8px;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 13px;
    margin-top: -5px;
    margin-bottom: 3px;
    border: 1px solid transparent;
    padding: 5px 10px 5px 10px;
}

    .ancillariest-view-btn:hover {
        color: #fff;
    }

.ancillaries-data .table thead tr {
    background-color: #f2f2f3;
}

    .ancillaries-data .table thead tr th {
        white-space: nowrap;
        font-family: Roboto-Black;
        font-weight: normal;
        border-bottom: 0px solid #ddd;
    }

.ancillaries-data .table tbody tr td:nth-child(2) {
    white-space: nowrap;
    padding: 6px;
}

.ancillaries-data .table {
    border: 1px solid #cbdce9;
}

.rfrnext-btn {
    background-color: #2582d0;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 14px;
    border: 1px solid transparent;
    padding: 5px 20px 5px 20px;
}

    .rfrnext-btn:hover {
        color: #fff;
    }

.refr-showing span {
    font-family: Roboto-Medium;
    font-size: 13px;
}


.ancillaries-data {
    padding-right: 15px;
}

.ancillariest-view-btn {
    background-color: #2582d0;
    border-radius: 8px;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 13px;
    margin-top: -5px;
    margin-bottom: 3px;
    border: 1px solid transparent;
    padding: 5px 10px 5px 10px;
}

.ancillaries-data .table thead tr {
    background-color: #f2f2f3;
}

    .ancillaries-data .table thead tr th {
        white-space: nowrap;
        font-family: Roboto-Black;
        font-weight: normal;
        border-bottom: 0px solid #ddd;
    }

.ancillaries-data .table tbody tr td:nth-child(2) {
    white-space: nowrap;
    padding: 6px;
}

.ancillaries-data .table {
    border: 1px solid #cbdce9;
}

.inprogress-table, .inprogress-table th {
    text-align: center;
}
/*------------Referral Manager Css End Hear-----------*/
/*------------Referral Receipt Details Css Start Hear----------------*/
.ReferralReceiptDetails {
    border: 1px solid #cbdce9;
    /*padding: 15px 15px 15px 30px;*/
    background-color: #fff;
}

.prnt-confirm {
    background-color: #2582d0;
    border-radius: 0px;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 14px;
    border: 1px solid transparent;
    padding: 5px 20px 5px 20px;
    margin-top: 15px;
}

.Patient-Information label {
    font-family: Roboto-Medium;
    font-weight: normal;
}

.prnt-confirm:hover {
    color: #fff;
}

.Practice-Information {
    border: 1px solid #cbdce9;
}

    .Practice-Information h3 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
    }

    .Practice-Information h2 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
        border-top: 1px solid #cbdce9;
    }

.Patient-Information {
    border: 1px solid #cbdce9;
    /*margin-right: 15px;*/
}

    .Patient-Information h3 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
    }

.practice-contant p {
    font-family: Roboto-Regular;
    padding: 3px 0px 0px 10px;
    margin: 0px;
}

.pationt-form .form-group {
    margin-bottom: 4px;
}

.Guarantor-Information {
    border: 1px solid #cbdce9;
    background-color: #fff;
    /*margin-right: 15px;*/
}

.Guarantor-lft { /*margin-right:0px;*/
}

.Guarantor-Information h3 {
    background-color: #f2f2f3;
    margin: 0px;
    font-family: Roboto-Medium;
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px solid #cbdce9;
}

.guarantor-checks label {
    font-family: Roboto-Medium;
    font-weight: normal;
}

.gaurant-second-contant label {
    font-family: Roboto-Medium;
    font-weight: normal;
}

.gurant-contant label {
    font-family: Roboto-Medium;
    font-weight: normal;
}

.gurant-contant .form-group {
    margin-bottom: 4px;
}

.gaurant-second-contant .form-group {
    margin-bottom: 4px;
}

.Insurance-Information {
    border: 1px solid #cbdce9;
    background-color: #fff;
    /*margin-right: 0px;*/
}

    .Insurance-Information h3 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
    }

    .Insurance-Information label {
        font-family: Roboto-Medium;
        font-weight: normal;
    }

.insur-info.form-group {
    margin-bottom: 4px;
}

.pleae-attch {
    font-size: 12px;
}

.specimen-information {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .specimen-information h3 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
    }

.spemen-infotion .form-control {
    background-color: #f4f4f4;
    border-radius: 0px;
    border-color: #dfdfdf;
}

.panding-report {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

.Urine-Fluids {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .Urine-Fluids h3 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
        text-align: center;
    }

.spemen-infotion label {
    font-family: Roboto-Medium;
    font-weight: normal;
}

.spemen-infotion p {
    color: #000;
}

.iftempracher small {
    white-space: nowrap;
    font-family: Roboto-Medium;
}

.iftempracher select {
    padding: 0px;
    height: 20px;
    border-radius: 0px;
}

.iftempracher span {
    margin-left: -15px;
    font-family: Roboto-Medium;
}

.patintname {
    padding-top: 20%;
}

.pendin-repo {
    padding: 10px;
}

    .pendin-repo label {
        font-family: Roboto-Medium;
        font-weight: normal;
    }

.UrineFluidsBlock1 thead tr th {
    font-family: Roboto-Medium;
    font-weight: normal;
    border-bottom: 1px solid #cbdce9;
}

.UrineFluidsBlock1 tbody tr td {
    font-family: Roboto-Regular;
    border-top: 1px solid #cbdce9;
}

.UrineFluidsBlock1 p {
    text-align: center;
    margin: 0px;
}

.UrineFluidsBlock1 {
    border: 1px solid #cbdce9;
    margin-bottom: 0px;
}

    .UrineFluidsBlock1 tbody tr:nth-child(1) {
        background-color: #f2f2f3;
    }

        .UrineFluidsBlock1 tbody tr:nth-child(1) td:nth-child(1) {
            font-family: Roboto-Medium;
        }

    .UrineFluidsBlock1 tbody tr:nth-child(2) td:nth-child(3) {
        text-align: center;
    }

    .UrineFluidsBlock1 tbody tr:nth-child(3) {
        background-color: #f2f2f3;
    }

        .UrineFluidsBlock1 tbody tr:nth-child(3) td:nth-child(1) {
            font-family: Roboto-Medium;
        }

    .UrineFluidsBlock1 tbody tr:nth-child(4) td:nth-child(2), .UrineFluidsBlock1 tbody tr:nth-child(4) td:nth-child(3), .UrineFluidsBlock1 tbody tr:nth-child(4) td:nth-child(4) {
        text-align: center;
    }

    .UrineFluidsBlock1 tbody tr:nth-child(5) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock1 tbody tr:nth-child(6) {
        background-color: #f2f2f3;
    }

        .UrineFluidsBlock1 tbody tr:nth-child(6) td:nth-child(1) {
            font-family: Roboto-Medium;
        }

    .UrineFluidsBlock1 tbody tr:nth-child(7) td:nth-child(2), .UrineFluidsBlock1 tbody tr:nth-child(7) td:nth-child(3), .UrineFluidsBlock1 tbody tr:nth-child(7) td:nth-child(4) {
        text-align: center;
    }

    .UrineFluidsBlock1 tbody tr:nth-child(8) {
        background-color: #f2f2f3;
    }

        .UrineFluidsBlock1 tbody tr:nth-child(8) td:nth-child(1) {
            font-family: Roboto-Medium;
        }

    .UrineFluidsBlock1 tbody tr:nth-child(9) td:nth-child(2), .UrineFluidsBlock1 tbody tr:nth-child(9) td:nth-child(3), .UrineFluidsBlock1 tbody tr:nth-child(9) td:nth-child(4) {
        text-align: center;
    }

    .UrineFluidsBlock1 tbody tr:nth-child(10) td:nth-child(2), .UrineFluidsBlock1 tbody tr:nth-child(10) td:nth-child(3), .UrineFluidsBlock1 tbody tr:nth-child(10) td:nth-child(4) {
        text-align: center;
    }

    .UrineFluidsBlock1 tbody tr:nth-child(11) td:nth-child(2), .UrineFluidsBlock1 tbody tr:nth-child(11) td:nth-child(3), .UrineFluidsBlock1 tbody tr:nth-child(11) td:nth-child(4) {
        text-align: center;
    }

    .UrineFluidsBlock1 tbody tr:nth-child(12) td:nth-child(2), .UrineFluidsBlock1 tbody tr:nth-child(12) td:nth-child(3), .UrineFluidsBlock1 tbody tr:nth-child(12) td:nth-child(4) {
        text-align: center;
    }

    .UrineFluidsBlock1 tbody tr:nth-child(13) td:nth-child(2), .UrineFluidsBlock1 tbody tr:nth-child(13) td:nth-child(3), .UrineFluidsBlock1 tbody tr:nth-child(13) td:nth-child(4) {
        text-align: center;
    }

    .UrineFluidsBlock1 tbody tr:nth-child(14) {
        background-color: #f2f2f3;
    }

        .UrineFluidsBlock1 tbody tr:nth-child(14) td:nth-child(1) {
            font-family: Roboto-Medium;
        }

    .UrineFluidsBlock1 tbody tr:nth-child(15) td:nth-child(2), .UrineFluidsBlock1 tbody tr:nth-child(15) td:nth-child(3), .UrineFluidsBlock1 tbody tr:nth-child(15) td:nth-child(4) {
        text-align: center;
    }

    .UrineFluidsBlock1 tbody tr:nth-child(16) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock1 tbody tr:nth-child(17) td:nth-child(2), .UrineFluidsBlock1 tbody tr:nth-child(17) td:nth-child(3), .UrineFluidsBlock1 tbody tr:nth-child(17) td:nth-child(4) {
        text-align: center;
    }

.UrineFluidsBlock2 thead tr th {
    font-family: Roboto-Medium;
    font-weight: normal;
    border-bottom: 1px solid #cbdce9;
}

.UrineFluidsBlock2 {
    border: 1px solid #cbdce9;
    margin-bottom: 0px;
}

    .UrineFluidsBlock2 p {
        text-align: center;
        margin: 0px;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(1) {
        background-color: #f2f2f3;
    }

        .UrineFluidsBlock2 tbody tr:nth-child(1) td:nth-child(1) {
            font-family: Roboto-Medium;
        }

    .UrineFluidsBlock2 tbody tr:nth-child(2) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(3) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(4) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(5) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(6) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(7) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(8) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(9) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(10) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(11) {
        background-color: #f2f2f3;
    }

        .UrineFluidsBlock2 tbody tr:nth-child(11) td:nth-child(1) {
            font-family: Roboto-Medium;
        }

    .UrineFluidsBlock2 tbody tr:nth-child(12) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(13) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(14) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(15) td:nth-child(2) {
        text-align: center;
    }

    .UrineFluidsBlock2 thead tr th {
        font-family: Roboto-Medium;
        font-weight: normal;
        border-bottom: 1px solid #cbdce9;
    }

    .UrineFluidsBlock2 tbody tr td {
        font-family: Roboto-Regular;
        border-top: 1px solid #cbdce9;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(16) td {
        padding-bottom: 0px;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(17) td {
        border-top: 1px solid transparent;
    }

        .UrineFluidsBlock2 tbody tr:nth-child(17) td:nth-child(2) {
            white-space: nowrap;
        }

    .UrineFluidsBlock2 tbody tr:nth-child(18) td {
        padding-bottom: 0px;
    }

    .UrineFluidsBlock2 tbody tr:nth-child(19) td {
        border-top: 1px solid transparent;
    }

        .UrineFluidsBlock2 tbody tr:nth-child(19) td:nth-child(3) {
            white-space: nowrap;
        }

.urineneedhead {
    background-color: #f2f2f3;
    font-family: Roboto-Medium;
    border: 1px solid #cbdce9;
    margin-bottom: 0px;
    padding: 10px;
    text-align: center;
}

.UrineNeedBlock thead tr th {
    font-family: Roboto-Medium;
    font-weight: normal;
    border-bottom: 1px solid #cbdce9;
}

.UrineNeedBlock tbody tr td {
    font-family: Roboto-Regular;
    border-top: 1px solid #cbdce9;
}

.UrineNeedBlock {
    border: 1px solid #cbdce9;
    margin-bottom: 0px;
}

    .UrineNeedBlock p {
        text-align: center;
        margin: 0px;
    }

    .UrineNeedBlock tbody tr:nth-child(1) td:nth-child(2) {
        text-align: center;
    }

    .UrineNeedBlock tbody tr:nth-child(2) td:nth-child(2) {
        text-align: center;
    }

    .UrineNeedBlock tbody tr:nth-child(3) td:nth-child(2) {
        text-align: center;
    }

    .UrineNeedBlock tbody tr:nth-child(4) td:nth-child(2) {
        text-align: center;
    }

    .UrineNeedBlock tbody tr:nth-child(5) td:nth-child(2) {
        text-align: center;
    }

    .UrineNeedBlock tbody tr:nth-child(6) td:nth-child(2) {
        text-align: center;
    }

    .UrineNeedBlock tbody tr:nth-child(7) td:nth-child(2) {
        text-align: center;
    }

    .UrineNeedBlock tbody tr:nth-child(8) td:nth-child(2) {
        text-align: center;
    }

    .UrineNeedBlock tbody tr:nth-child(10) td {
        border-top: 1px solid transparent;
    }

    .UrineNeedBlock tbody tr:nth-child(9) span {
        font-family: Roboto-Medium;
    }

    .UrineNeedBlock tbody tr:nth-child(9) req {
        color: red;
    }

.RecordPocReslt1 {
    border: 1px solid #cbdce9;
    margin-bottom: 0px;
}

    .RecordPocReslt1 p {
        text-align: center;
        margin: 0px;
    }

    .RecordPocReslt1 thead tr th {
        font-family: Roboto-Medium;
        font-weight: normal;
        border-bottom: 1px solid #cbdce9;
    }

    .RecordPocReslt1 tbody tr td {
        font-family: Roboto-Regular;
        border-top: 1px solid #cbdce9;
    }

    .RecordPocReslt1 tbody tr:nth-child(1) td:nth-child(2) {
        text-align: center;
    }

    .RecordPocReslt1 tbody tr:nth-child(2) td:nth-child(2) {
        text-align: center;
    }

    .RecordPocReslt1 tbody tr:nth-child(3) td:nth-child(2) {
        text-align: center;
    }

    .RecordPocReslt1 tbody tr:nth-child(4) td:nth-child(2) {
        text-align: center;
    }

    .RecordPocReslt1 tbody tr:nth-child(5) td:nth-child(2) {
        text-align: center;
    }

    .RecordPocReslt1 tbody tr:nth-child(6) td:nth-child(2) {
        text-align: center;
    }

    .RecordPocReslt1 tbody tr:nth-child(7) td:nth-child(2) {
        text-align: center;
    }

.RecordPocReslt2 {
    border: 1px solid #cbdce9;
    margin-bottom: 0px;
}

    .RecordPocReslt2 p {
        text-align: center;
        margin: 0px;
    }

    .RecordPocReslt2 thead tr th {
        font-family: Roboto-Medium;
        font-weight: normal;
        border-bottom: 1px solid #cbdce9;
    }

    .RecordPocReslt2 tbody tr td {
        font-family: Roboto-Regular;
        border-top: 1px solid #cbdce9;
    }

    .RecordPocReslt2 tbody tr:nth-child(1) td:nth-child(2) {
        text-align: center;
    }

    .RecordPocReslt2 tbody tr:nth-child(2) td:nth-child(2) {
        text-align: center;
    }

    .RecordPocReslt2 tbody tr:nth-child(3) td:nth-child(2) {
        text-align: center;
    }

    .RecordPocReslt2 tbody tr:nth-child(4) td:nth-child(2) {
        text-align: center;
    }

    .RecordPocReslt2 tbody tr:nth-child(5) td:nth-child(2) {
        text-align: center;
    }

    .RecordPocReslt2 tbody tr:nth-child(6) td:nth-child(2) {
        text-align: center;
    }

    .RecordPocReslt2 tbody tr:nth-child(7) td:nth-child(2) {
        text-align: center;
    }

.RpocR {
    margin-left: 0px;
}

.ProcedureDiagnosis {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .ProcedureDiagnosis h3 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 14px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
        text-align: center;
    }

    .ProcedureDiagnosis thead tr {
        height: 100px;
    }

        .ProcedureDiagnosis thead tr th:nth-child(1) {
            border-right: 1px solid #cbdce9;
        }

    .ProcedureDiagnosis .table > thead > tr > th {
        border-bottom: 2px solid transparent;
    }

.RecPoc1 {
    margin-bottom: 0px;
}

.PatientPrescribedMedications {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .PatientPrescribedMedications h3 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 14px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
        text-align: center;
    }

.patentPrescribTable {
    margin-bottom: 0px;
}

    .patentPrescribTable tbody tr td {
        font-family: Roboto-Regular;
        border-top: 1px solid transparent;
    }

.SpecialInstruction {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .SpecialInstruction h3 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 14px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
        text-align: center;
    }

.SpecialInstrTable {
    margin-bottom: 0px;
}

.ProviderMessages {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .ProviderMessages h3 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 14px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
        text-align: center;
    }

.PatientAuthorization {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .PatientAuthorization h3 {
        background-color: #f2f2f3;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 14px;
        padding: 10px;
        border-bottom: 1px solid #cbdce9;
        text-align: center;
    }

.ProviMsg {
    padding-bottom: 41%;
}

.ProMsgform {
    padding: 10px;
}

    .ProMsgform .form-group {
        margin-bottom: 0px;
    }

.ProviMsg p {
    padding-left: 10px;
    font-family: Roboto-Regular;
}

.PatientAuthorization p {
    padding: 10px;
    font-family: Roboto-Regular;
    text-align: justify;
    margin-bottom: 0px;
}

.PatientAuthorization span {
    padding-left: 10px;
}
/*------------Referral Receipt Details Css End Hear----------------*/


/********************PHP**************************/
.php_first_width_align {
    margin: 2% 0%;
}

.one_widget_align {
    padding-right: 0px;
}

.php_first_column_icons img {
    padding: 0px 5px;
}

.php_firstcolumn_div {
    padding-left: 0px;
}

.div_flex_content {
    display: flex;
}

.php_first_width_align label {
    font-size: 12px;
}

.php_first_column_down_div {
    margin: 23% 0% 0% 0%;
}

.php_first_column_down_divtwo {
    margin: 13% 0% 0% 0%;
    display: flex;
}

.php_first_column_down_divthree {
    margin: 36% 0% 0% 0%;
}

.div_flex_content .profile_name, .div_flex_content .pfofile_age {
    color: #2482ce;
    font-size: 20px;
    line-height: 22px;
}

.php_profile_img {
    padding: 0px 15px 0px 0px;
}

    .php_profile_img img {
        border: 1px solid #cbdce9;
        height: 140px;
        background: #fff;
    }

.condition_php_btn {
    padding: 12px 24px;
    margin-top: 10%;
}

.Widget_php_color {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

.pad-top {
    padding-top: 3%;
}

.Widget_phpfirst_color {
    border: 1px solid #cbdce9;
    background-color: #f5f9fc;
}

.Widget_php_color h3 {
    font-family: Roboto-Regular;
    color: #f68220;
    font-size: 16px;
    /*padding-left: 5%;*/
    margin-top: 10px;
}

.php_text_color {
    color: #2482ce;
}

.php_pharmacy_text_color {
    color: #2482ce;
}

.php_widget_font {
    font-size: 71px;
    font-family: Roboto-Light;
}

.phperblock {
    background: #b9ecfd;
    margin: 0px -10px 5px -15px;
    color: #2482ce;
    font-size: 20px;
    white-space: normal !important;
}

    .phperblock label {
        font-size: 12px;
        white-space: nowrap;
        color: #000;
    }

.php_fontsize_cost {
    font-size: 30px;
}

.pharmacy_block {
    background: #b4ede6;
}

.php_careplan_modified_date {
    white-space: nowrap;
    padding-left: 0px;
}

.php_nav_tab li:nth-child(2) {
    margin: 0px 0.5%;
    /*background: #fff;
    border: 0px;
    padding: 0px;
    display: flex;*/
}

.php_nav_tab li {
    width: 33%;
}


.glyphicon_edit {
    padding-right: 10px;
}

.diagnosis_tabs_table thead {
    background: #dee8f1;
}

.php_nav_tab > li > a {
    margin-right: 0px;
}

.php_nav_tab .active, .php_nav_tab a {
    background-color: #2482ce;
    color: #fff;
    border: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.php_nav_tab li, .php_nav_tab > li.active, .php_nav_tab > li.active > a, .php_nav_tab > li.active:focus, .php_nav_tab > li.active:hover, .php_nav_tab > li:hover,
.php_nav_tab li a:hover, .nav-tabs > li.active > a, .php_nav_tab > li.active > a:focus, .php_nav_tab > li.active > a:hover {
    background-color: #b3d4f3;
    color: #2482ce;
}

.php_btn_click {
    cursor: pointer;
}

.php_modal_foot {
    text-align: inherit;
}

.php_condition_code_btn {
    padding-top: 20px;
}

.glyphicon_align_familyhistory {
    display: inline-flex;
    margin-top: 8px;
}

    .glyphicon_align_familyhistory .family_history_glyphicon_div {
        padding-right: 60px;
    }

/*Loading gif*/
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../Images/FullLoader.png) 50% 50% no-repeat #2E4F6A;
    background-size: contain;
}

.dataTables_processing .col-xs-12.loader {
    background: url(../Images/loading.gif) 50% 50% no-repeat #fff !important;
}

    .dataTables_processing .col-xs-12.loader:after {
        content: none;
    }

/*#TimeoutWarning .modal-header {
    background: #fff;
    border: none;
    text-align: left;
    color: #F7941E;
    display: inline-block !important;
    padding: 12px 20px;
}*/

#TimeoutWarning .modal-header h4.modal-title {
    font-size: 22px;
    font-weight: normal !important;
    font-family: 'Roboto-Light';
}

#TimeoutWarning .modal-body.provider-popup {
    padding: 6px;
}

    #TimeoutWarning .modal-body.provider-popup > div {
        text-align: left !important;
        display: inline-block !important;
        padding: 0px 15px;
        color: #0E4C87;
        font-size: 15px;
        width: 100%;
    }

#TimeoutWarning input#SessionExtend {
    background-color: #3A6D9A !important;
    border-radius: 0;
    width: 150px !important;
    margin-right: 12px;
    line-height: 24px;
}

#TimeoutWarning #SessionLogOut {
    background-color: #2582CF !important;
    border-radius: 0 !important;
    width: 150px !important;
    margin-left: 12px;
    line-height: 24px;
}

#TimeoutWarning .form-group {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
}


/*****************Data table*****************/
.search_text_datatable {
    background: #f4f4f4 url('../Images/search.svg') right center no-repeat;
    border-radius: 0px;
    margin: 5% 0%;
}

/*div.dataTables_wrapper div.dataTables_length label {
    font-weight: bold;
}

div.dataTables_wrapper div.dataTables_length .selectbox_entries {
    background: #f4f4f4;
    border-radius: 0px;
    margin: 5%;
}*/

.buttons_line {
    display: flex;
    margin: 0% 0% 2% 2%;
}

a.print-btn span, a.excel-btn span, a.pdf-btn span, a.column-btn span {
    opacity: 0;
}

a.dt-button.AddPatients, a.dt-button.AddPatients:hover, a.dt-button.AddPatients:active {
    background-image: url("../images/Add-patient.png") !important;
    background-repeat: no-repeat !important;
    width: 50px;
    height: 45px;
    border: 1px solid #2582cf !important;
    border-radius: 50% !important;
    padding: 8% !important;
    margin: 1%;
    color: #fff !important;
    box-shadow: none;
    background-position: center !important;
    background-color: transparent !important;
}

button.print-btn:hover:not(.disabled), div.print-btn:hover:not(.disabled), a.print-btn:hover:not(.disabled),
button.print-btn, a.print-btn, div.print-btn,
button.print-btn, div.print-btn, a.print-btn,
button.print-btn:focus:not(.disabled), div.print-btn:focus:not(.disabled), a.print-btn:focus:not(.disabled),
button.print-btn:active:not(.disabled), button.print-btn.active:not(.disabled), div.print-btn:active:not(.disabled), div.print-btn.active:not(.disabled), a.print-btn:active:not(.disabled), a.print-btn.active:not(.disabled) button.print-btn:active:not(.disabled):hover:not(.disabled), button.print-btn.active:not(.disabled):hover:not(.disabled), div.print-btn:active:not(.disabled):hover:not(.disabled), div.print-btn.active:not(.disabled):hover:not(.disabled), a.print-btn:active:not(.disabled):hover:not(.disabled), a.print-btn.active:not(.disabled):hover:not(.disabled) {
    background: #fff url(../Images/print.svg) center no-repeat;
    width: 50px;
    height: 45px;
    border: 1px solid #2582cf;
    border-radius: 50%;
    padding: 8%;
    margin: 1%;
    color: #fff;
    box-shadow: none;
}

button.excel-btn:hover:not(.disabled), div.excel-btn:hover:not(.disabled), a.excel-btn:hover:not(.disabled),
button.excel-btn, a.excel-btn, div.excel-btn,
button.excel-btn, div.excel-btn, a.excel-btn,
button.excel-btn:focus:not(.disabled), div.excel-btn:focus:not(.disabled), a.excel-btn:focus:not(.disabled),
button.excel-btn:active:not(.disabled), button.excel-btn.active:not(.disabled), div.excel-btn:active:not(.disabled), div.excel-btn.active:not(.disabled), a.excel-btn:active:not(.disabled), a.excel-btn.active:not(.disabled) button.excel-btn:active:not(.disabled):hover:not(.disabled), button.excel-btn.active:not(.disabled):hover:not(.disabled), div.excel-btn:active:not(.disabled):hover:not(.disabled), div.excel-btn.active:not(.disabled):hover:not(.disabled), a.excel-btn:active:not(.disabled):hover:not(.disabled), a.excel-btn.active:not(.disabled):hover:not(.disabled) {
    background: #fff url(../Images/xlsx.svg) center no-repeat;
    width: 50px;
    height: 45px;
    border: 1px solid #2582cf;
    border-radius: 50%;
    padding: 8%;
    margin: 1%;
    color: #fff;
    box-shadow: none;
}

button.pdf-btn:hover:not(.disabled), div.pdf-btn:hover:not(.disabled), a.pdf-btn:hover:not(.disabled),
button.pdf-btn, a.pdf-btn, div.pdf-btn,
button.pdf-btn, div.pdf-btn, a.pdf-btn,
button.pdf-btn:focus:not(.disabled), div.pdf-btn:focus:not(.disabled), a.pdf-btn:focus:not(.disabled),
button.pdf-btn:active:not(.disabled), button.pdf-btn.active:not(.disabled), div.pdf-btn:active:not(.disabled), div.pdf-btn.active:not(.disabled), a.pdf-btn:active:not(.disabled), a.pdf-btn.active:not(.disabled) button.pdf-btn:active:not(.disabled):hover:not(.disabled), button.pdf-btn.active:not(.disabled):hover:not(.disabled), div.pdf-btn:active:not(.disabled):hover:not(.disabled), div.pdf-btn.active:not(.disabled):hover:not(.disabled), a.pdf-btn:active:not(.disabled):hover:not(.disabled), a.pdf-btn.active:not(.disabled):hover:not(.disabled) {
    background: #fff url(../Images/pdf.svg) center no-repeat;
    width: 50px;
    height: 45px;
    border: 1px solid #2582cf;
    border-radius: 50%;
    padding: 8%;
    margin: 1%;
    color: #fff;
    box-shadow: none;
}

button.column-btn:hover:not(.disabled), div.column-btn:hover:not(.disabled), a.column-btn:hover:not(.disabled),
button.column-btn, a.column-btn, div.column-btn,
button.column-btn, div.column-btn, a.column-btn,
button.column-btn:focus:not(.disabled), div.column-btn:focus:not(.disabled), a.column-btn:focus:not(.disabled),
button.column-btn:active:not(.disabled), button.column-btn.active:not(.disabled), div.column-btn:active:not(.disabled), div.column-btn.active:not(.disabled), a.column-btn:active:not(.disabled), a.column-btn.active:not(.disabled) button.column-btn:active:not(.disabled):hover:not(.disabled), button.column-btn.active:not(.disabled):hover:not(.disabled), div.column-btn:active:not(.disabled):hover:not(.disabled), div.column-btn.active:not(.disabled):hover:not(.disabled), a.column-btn:active:not(.disabled):hover:not(.disabled), a.column-btn.active:not(.disabled):hover:not(.disabled) {
    background: #fff url(../Images/column.svg) center no-repeat;
    width: 50px;
    height: 45px;
    border: 1px solid #2582cf;
    border-radius: 50%;
    padding: 8%;
    margin: 1%;
    color: #fff;
    box-shadow: none;
}

/*table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    right: 15px;
    top: 2px;
}*/

.close_btn_colvis {
    position: absolute;
    right: 18.5%;
    /* bottom: 45%; */
    top: 52%;
    z-index: 11111;
    font-size: 21px;
}
/*------------MY Patients Css Start Hear-------------*/
.my-pationt-page {
    border: 1px solid #cbdce9;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #fff;
}

.patient_search_div {
    position: absolute;
    top: 4px;
    width: 90%;
    right: 25px;
}

.MyPationtMainBlock .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .MyPationtMainBlock .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .MyPationtMainBlock .nav-tabs > li.active > a, .MyPationtMainBlock .nav-tabs > li.active > a:focus, .MyPationtMainBlock .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #00b9f2;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        border-radius: 4px 4px 0 0 !important;
    }

    .MyPationtMainBlock .nav-tabs > li > a {
        /*background-color: #8bb9ea;*/
        background-color: #b3d4f3;
        color: #2482ce;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 5px;
        padding: 8px 25px 8px 25px;
        border-radius: 4px 4px 0 0 !important;
    }

.patint-tab-contant {
    border: 1px solid #cbdce9;
    padding-bottom: 15px;
}

.applay-filter {
    padding-top: 3%;
    padding-bottom: 2%;
}

    .applay-filter label {
        white-space: nowrap;
        font-family: Roboto-Medium;
        font-size: 14px;
        font-weight: normal;
    }

.PCPAssigned {
    border: 1px solid #cbdce9;
}

    .PCPAssigned h3 {
        color: #F7941E;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding: 10px;
        margin: 0px;
    }

.PtPractice {
    border: 1px solid #cbdce9;
}

    .PtPractice h3 {
        color: #F7941E;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding: 10px;
        margin: 0px;
    }

.PCPForm {
    padding: 10px;
}

    .PCPForm .form-control-feedback {
        text-align: inherit;
    }

    .PCPForm .form-control {
        background-color: #f4f4f4;
        box-shadow: none;
        border-width: 1px;
        border-style: solid;
        border-color: #dfdfdf;
        border-image: initial;
        border-radius: 2px;
    }

.PracticeForm {
    padding: 10px;
}

    .PracticeForm .form-control {
        background-color: rgb(244, 244, 244);
        box-shadow: none;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(223, 223, 223);
        border-image: initial;
        border-radius: 2px;
    }

.patient-Msg-Options {
    padding-left: 0px;
}

    .patient-Msg-Options li {
        list-style-type: none;
        padding: 5%;
        border-bottom: 1px solid #cbdce9;
        cursor: pointer;
        display: flex;
    }

        .patient-Msg-Options li a {
            color: #000;
            font-family: Roboto-Medium;
            font-size: 12px;
        }

.PatientMsgactive {
    background-color: #cbdce9;
    color: #F7941E !important;
}

    .PatientMsgactive a {
        color: #166fbf !important;
        font-family: Roboto-Black;
    }


    .PatientMsgactive::after {
        content: "";
        position: absolute;
        left: 100%;
        margin-top: -10px;
        /*top: 4.5%;*/
        border: 18px dotted transparent;
        border-left: 15px dotted #cbdce9;
    }

.Patient-msg-badge {
    background-color: #5a9dd1;
    width: 35px;
}

.Ptbadge {
    display: inline-block;
    min-width: 10px;
    padding: 5px !important;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 3px;
    position: absolute;
    right: 5%;
    width: 60px !important;
}

.mypatient_label_align {
    padding-top: 5px;
}

.recent_admitted_radioalign {
    display: flex;
}

    .recent_admitted_radioalign label {
        padding-right: 50px;
    }

.reccent_admit_table_div {
    border: 1px solid #cbdce9;
}

.reccent_admit_table {
    margin-bottom: 0px;
    height: auto;
}

    .reccent_admit_table tbody {
        height: 300px;
    }

        .reccent_admit_table thead tr th, .reccent_admit_table tbody tr td {
            text-align: center;
        }

    .reccent_admit_table thead tr th {
        background: #f3f7fa;
        border-bottom: 1px solid #cbdce9;
    }

.recently_admit_link {
    text-decoration: underline;
}
/*------------MY Patients Css End Hear-------------*/

/*------------Campaign Manager Css Start Hear------------*/
.CampaignManager {
    border: 1px solid #cbdce9;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #fff;
}

.campaignmangrTabs .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .campaignmangrTabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .campaignmangrTabs .nav-tabs > li.active > a, .campaignmangrTabs .nav-tabs > li.active > a:focus, .campaignmangrTabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        /*background-color: #b3d4f3 !important;
    color: #2482ce !important;*/
        font-family: Roboto-Regular;
        font-size: 14px;
        border-radius: 4px 4px 0 0 !important;
    }

    .campaignmangrTabs .nav-tabs > li > a {
        /*background-color: #8bb9ea;
    color: #fff;*/
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 5px;
        padding: 8px 25px 8px 25px;
        border-radius: 4px 4px 0 0 !important;
    }

.CMRadioEvent {
    background-color: #e5f3fc;
    padding-top: 15px;
    padding-bottom: 10px;
}

    .CMRadioEvent span {
        color: #F7941E;
        font-family: Roboto-Medium;
    }

    .CMRadioEvent label {
        font-family: Roboto-Medium;
        font-weight: normal;
    }

.NewSaveEvent {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
    padding-top: 2%;
}

.CMNewSaveTabs .nav-tabs {
    border-bottom: 1px solid #8bb9ea;
}

    .CMNewSaveTabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .CMNewSaveTabs .nav-tabs > li.active > a, .CMNewSaveTabs .nav-tabs > li.active > a:focus, .CMNewSaveTabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        /*background-color: #b3d4f3 !important;
    color: #2482ce !important;*/
        font-family: Roboto-Regular;
        font-size: 14px;
        border-radius: 4px 4px 0 0 !important;
    }

    .CMNewSaveTabs .nav-tabs > li > a {
        /*background-color: #8bb9ea;
    color: #fff;*/
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 5px;
        padding: 8px 25px 8px 25px;
        border-radius: 4px 4px 0 0 !important;
    }

.NewEventContant .control-label {
    text-align: left;
    font-family: Roboto-Regular;
    font-weight: normal;
    white-space: nowrap;
}

.NewEventContant .form-control-feedback {
    text-align: inherit;
}

.NewEventContant .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.SaveEventContant {
    padding-top: 5%;
}

    .SaveEventContant .control-label {
        text-align: left;
        font-family: Roboto-Regular;
        font-weight: normal;
    }

    .SaveEventContant .form-control-feedback {
        text-align: inherit;
    }

    .SaveEventContant .form-control {
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        background-color: #f4f4f4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.UplodIncludBtn {
    display: flex;
}

.UpVidBtn, .UpVidBtn:hover, .UpVidBtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0px;
    margin-right: 8px;
    background-image: none;
    border: none;
}

.CMProgramPatientSection {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
    padding-top: 2%;
}

.CmProgramBlock .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.CmProgramBlock .control-label {
    text-align: left;
    font-family: Roboto-Regular;
    font-weight: normal;
}

.CmProgramBlock label {
    font-family: Roboto-Regular;
    font-weight: normal;
    white-space: nowrap;
}

.CartlistdBtn {
    display: flex;
    margin-top: 10px;
}

    .CartlistdBtn .btn.UpVidBtn {
        margin-right: 0px;
        margin-left: 4px;
    }

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0;
}

.CMPatientsBlock .control-label {
    text-align: left;
    font-family: Roboto-Regular;
    font-weight: normal;
    white-space: nowrap;
}

.CMPatientsBlock .form-control-feedback {
    text-align: inherit;
}

.CMPatientsBlock .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}



.CpClearfix {
    margin-bottom: 15%;
}

.CMInviteesListSection {
    border: 1px solid #cbdce9;
}

.InvitesLstBtn {
    display: flex;
}

.CMInviteesListSection h4 {
    margin-bottom: 0px;
    color: #F7941E;
    font-family: Roboto-Medium;
}

.CMInviteesListSection label {
    font-family: Roboto-Medium;
    font-weight: normal;
    white-space: nowrap;
}

.CmEmailBtn, .CmEmailBtn:hover, .CmEmailBtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 10px;
    padding-right: 3px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
    cursor: pointer;
}

.CMTextBtn, .CMTextBtn:hover, .CMTextBtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 10px;
    padding-right: 3px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.CMPortMsgBtn, .CMPortMsgBtn:hover, .CMPortMsgBtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 5px;
    padding-right: 1px;
    border-radius: 0px;
    margin-right: 8px;
    background-image: none;
    border: none;
}

.CMPPBtn, .CMPPBtn:hover, .CMPPBtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 10px;
    padding-right: 1px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.CMReportMangrContant {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
}

    .CMReportMangrContant label {
        font-family: Roboto-Regular;
        font-weight: normal;
    }

    .CMReportMangrContant h3 {
        background-color: #f2f2f3;
        border-bottom: 1px solid #cbdce9;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 16px;
        padding: 10px;
    }

.rpbut {
}

.cppdfbtn, .cppdfbtn:hover, .cppdfbtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.CMprintfbtn, .CMprintfbtn:hover, .CMprintfbtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    margin-right: 8px;
    background-image: none;
    border: none;
}

.CMReferralReport {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
}

.RefreeReprtlHead h3 {
    background-color: #e5f3fc;
    color: #F7941E;
    font-family: Roboto-Medium;
    margin: 0px;
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #cbdce9;
}

.ReportCriteriaHead h3 {
    background-color: #f2f2f3;
    color: #000;
    font-family: Roboto-Medium;
    margin: 0px;
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #cbdce9;
}

.RefrelReportTabs {
    padding-top: 2%;
}

.ReportCriteriaContant {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
}

.RefrelReportTabs .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .RefrelReportTabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .RefrelReportTabs .nav-tabs > li.active > a, .RefrelReportTabs .nav-tabs > li.active > a:focus, .RefrelReportTabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #b3d4f3;
        color: #2482ce;
        font-family: Roboto-Regular;
        font-size: 14px;
        border-radius: 4px 4px 0 0 !important;
    }

    .RefrelReportTabs .nav-tabs > li > a {
        background-color: #8bb9ea;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 5px;
        padding: 8px 25px 8px 25px;
        border-radius: 4px 4px 0 0 !important;
    }

.RCContant h4 {
    color: #000;
    font-family: Roboto-Medium;
    margin: 0px;
    font-size: 14px;
    padding: 10px;
}

.critria-form {
    padding: 0px;
}

.RCContant .control-label {
    text-align: left;
    padding-left: 30px;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.RCContant .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.CritariaAppointment {
    white-space: nowrap;
}

.critariadate .form-control-feedback {
    text-align: inherit;
}

.CriteriaServictypblock label {
    font-family: Roboto-Regular;
    font-weight: normal;
    padding-top: 5px;
    padding-left: 15px;
}

.RCStatus h4 {
    color: #000;
    font-family: Roboto-Medium;
    margin: 0px;
    font-size: 14px;
    padding: 10px;
}

.ReportCritariaStatus {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
}

.RCStatus .control-label {
    text-align: left;
    padding-left: 30px;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.RCStatus label {
    font-family: Roboto-Regular;
    font-weight: normal;
    padding-top: 5px;
    padding-left: 15px;
}

.RCStatus .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.RCPattern h4 {
    color: #000;
    font-family: Roboto-Medium;
    margin: 0px;
    font-size: 14px;
    padding: 10px;
}

.ReportCritariaPatterns {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
}

.RCPattern .control-label {
    text-align: left;
    padding-left: 30px;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.RCPattern label {
    font-family: Roboto-Regular;
    font-weight: normal;
    padding-top: 5px;
    padding-left: 15px;
}

.RCPattern .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.startendcal .form-control-feedback {
    text-align: inherit;
}

.Patternbtn, .Patternbtn:hover, .Patternbtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}
/*------------Campaign Manager Css End Hear------------*/
/*------------Campaign Manager System Manager Css Start Hear--------------*/
.SystemManagerHead {
    background-color: #cbdbe8;
    border: 1px solid #cbdce9;
    border-bottom: 0px solid transparent;
}

    .SystemManagerHead h3 {
        color: #F7941E;
        font-family: Roboto-Medium;
        margin: 0px;
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.CMSystemManager {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
    padding-top: 2%;
}

.CMSystemManagerTabs .nav-tabs {
    border-bottom: 1px solid #8bb9ea;
}

    .CMSystemManagerTabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .CMSystemManagerTabs .nav-tabs > li.active > a, .CMSystemManagerTabs .nav-tabs > li.active > a:focus, .CMSystemManagerTabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #b3d4f3;
        color: #2482ce;
        font-family: Roboto-Regular;
        font-size: 14px;
        border-radius: 4px 4px 0 0 !important;
    }

    .CMSystemManagerTabs .nav-tabs > li > a {
        background-color: #8bb9ea;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 5px;
        padding: 8px 25px 8px 25px;
        border-radius: 4px 4px 0 0 !important;
    }

.NewslatrHeadSection {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
    padding-top: 2%;
}

.NewslatrHeadSectionRight {
    /*border: 1px solid #cbdce9;*/
    padding-bottom: 2%;
    padding-top: 2%;
}

.SysClientLogo {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
    padding-top: 2%;
}

.NewsTopic h3 {
    font-family: Roboto-Medium;
    margin: 0px;
    text-align: center;
    padding-top: 10%;
}

.NewtopHeadTitle .form-control {
    border: 1px solid #cbdce9;
    background-color: #fff;
    border-color: #cbdce9;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}

.publishdate {
    border: 1px solid #cbdce9;
    background-color: #fff;
    border-color: #cbdce9;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}

.NewslatrHeadSection .form-control-feedback {
    text-align: inherit;
}

.newstypedrop {
    border: 1px solid #cbdce9;
    background-color: #fff;
    border-color: #cbdce9;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}

fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
    background-color: #BDBDBD;
    height: 200px;
    width: 200px;
    text-align: center;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    text-align: center;
}

.custom-para {
    font-family: Roboto-Medium;
    font-size: 14px;
    color: #000;
    text-align: center;
}

.custom-line1 {
    font-family: Roboto-Regular;
    border-top: 1px solid #000;
    text-align: center;
    margin: 25px;
    left: 50px;
    position: relative;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.custom-line2 {
    font-family: Roboto-Regular;
    border-bottom: 1px solid #000;
    text-align: center;
    margin: 5px;
    width: 125px;
}

.NewslaterMainSection {
    border: 1px solid #cbdce9;
    border-top: 0px solid transparent;
    padding-bottom: 2%;
    padding-top: 2%;
}

.NewsBox1 {
    height: 140px;
    width: 150px;
    background-color: #e5f3fc;
    margin-bottom: 10px;
    border: 1px solid #cbdce9;
}

.NewsBox2 {
    height: 140px;
    width: 150px;
    background-color: #e5f3fc;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #cbdce9;
}

.NewsBox3 {
    height: 140px;
    width: 150px;
    background-color: #e5f3fc;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #cbdce9;
}

    .NewsBox3 p {
        color: #2482ce;
        text-align: center;
        font-family: Roboto-Medium;
        padding-top: 45%;
    }
/*------------Campaign Manager System Manager Css End Hear--------------*/
/*------------Campaign Manager Premium Ads Css Start Hear---------------*/
.CMSPramoteApp {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
    padding-top: 2%;
}

.CmsPramoteAppTabs .nav-tabs {
    border-bottom: 1px solid #8bb9ea;
}

    .CmsPramoteAppTabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .CmsPramoteAppTabs .nav-tabs > li.active > a, .CmsPramoteAppTabs .nav-tabs > li.active > a:focus, .CmsPramoteAppTabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #b3d4f3;
        color: #2482ce;
        font-family: Roboto-Regular;
        font-size: 14px;
        border-radius: 4px 4px 0 0 !important;
    }

    .CmsPramoteAppTabs .nav-tabs > li > a {
        background-color: #8bb9ea;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 5px;
        padding: 8px 25px 8px 25px;
        border-radius: 4px 4px 0 0 !important;
    }

.PramotNewPost {
    padding-top: 5%;
}

    .PramotNewPost .control-label {
        text-align: left;
        padding-left: 30px;
        font-family: Roboto-Regular;
        font-size: 14px;
        color: #000;
        font-weight: normal;
    }

    .PramotNewPost label {
        font-family: Roboto-Regular;
        font-weight: normal;
        padding-top: 5px;
        padding-left: 15px;
    }

    .PramotNewPost .form-control {
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        background-color: #f4f4f4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .PramotNewPost .form-control-feedback {
        text-align: inherit;
    }
/*------------Campaign Manager Premium Ads Css End Hear---------------*/
/*------------CampaignManagerSocial Css Start Hear----------------*/
.CMSocialMedia {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
    padding-top: 2%;
}

.CMSocialMediaTabs .nav-tabs {
    border-bottom: 1px solid #8bb9ea;
}

    .CMSocialMediaTabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .CMSocialMediaTabs .nav-tabs > li.active > a, .CMSocialMediaTabs .nav-tabs > li.active > a:focus, .CMSocialMediaTabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #b3d4f3;
        color: #2482ce;
        font-family: Roboto-Regular;
        font-size: 14px;
        border-radius: 4px 4px 0 0 !important;
    }

    .CMSocialMediaTabs .nav-tabs > li > a {
        background-color: #8bb9ea;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 5px;
        padding: 8px 25px 8px 25px;
        border-radius: 4px 4px 0 0 !important;
    }

.CMSocialMediaBlock {
    padding-top: 3%;
}

    .CMSocialMediaBlock .control-label {
        text-align: left;
        padding-left: 30px;
        font-family: Roboto-Regular;
        font-size: 14px;
        color: #000;
        font-weight: normal;
    }

    .CMSocialMediaBlock label {
        font-family: Roboto-Regular;
        font-weight: normal;
        padding-top: 5px;
        padding-left: 15px;
    }

    .CMSocialMediaBlock .form-control {
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        background-color: #f4f4f4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .CMSocialMediaBlock .form-control-feedback {
        text-align: inherit;
    }

.uplophotobtn, .uplophotobtn:hover, .uplophotobtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.includvideobtn, .includvideobtn:hover, .includvideobtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.facebook, .facebook:hover, .facebook a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.twitter, .twitter:hover, .twitter a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.linkedin, .linkedin:hover, .linkedin a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.SPreview, .SPreview:hover, .SPreview a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.SSave, .SSave:hover, .SSave a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.SReset, .SReset:hover, .SReset a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.SPublish, .SPublish:hover, .SPublish a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.SSchedule, .SSchedule:hover, .SSchedule a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}
/*------------CampaignManagerSocial Css End Hear----------------*/
/******************Manage Denials*************************/
.manager_denial_claim_status_table thead, .manager_denial_serviceline_table thead,
.manager_denial_record_table thead {
    background: #dee8f1;
}

.manager_denial_claim_status_table > tbody > tr > td, .manager_denial_serviceline_table > tbody > tr > td {
    border-top: 0px;
}

.manager_denial_claim_status_table > thead > tr > th, .manager_denial_serviceline_table > thead > tr > th,
.manager_denial_record_table thead > tr > th {
    border-bottom: 0px;
    text-align: center;
}

.manager_denial_claim_status_table > tbody, .manager_denial_serviceline_table > tbody {
    border: 1px solid #dee8f1;
}

.manager_denial_widget_subhead_back_color h3 {
    background: #dee8f1;
    margin: 0px;
    padding: 10px 15px;
}

.panel_head_manage_denial_record {
    padding: 0px;
    border-bottom: 0px;
}

.widget_border {
    border: 1px solid #dee8f1;
}

.glyphicon_calender {
    right: 10px;
    font-size: 16px;
    color: #797a7a;
}

.glyphicon-left-triangle, .glyphicon-right-triangle {
    border: 1px solid #ccc;
    color: #ccc;
    font-size: 12px;
    padding: 5px 7px 5px 6px;
    top: -5px;
}

/************************Care Maanager*****************/
.care_manager_record_table > thead > tr > th {
    border-bottom: 0px;
}

.care_manager_record_table {
    border: 1px solid #dee8f1;
}

    .care_manager_record_table thead {
        background: #dee8f1;
    }

    .care_manager_record_table > tbody > tr > td {
        border-top: 1px solid #dee8f1;
        text-align: left;
    }

.manage_tool_list {
    padding-top: 30px;
}

    .manage_tool_list li {
        list-style: none;
        margin-bottom: 15px;
    }

        .manage_tool_list li:before {
            content: "—";
            color: #337ab7;
            margin: 0 1em 0px 0px; /* any design */
        }

.CM_medium_color {
    color: #f68220;
    font-weight: bold;
}

.CM_high_color {
    color: red;
    font-weight: bold;
}

.CM_low_color {
    color: green;
    font-weight: bold;
}

.CM_label_back {
    color: #23527c;
}

.nav-pills > .caremanager-tab > a, .nav-pills > .caremanager-tab > a:focus {
    background-color: #8bb9ea;
    color: #fff;
    border: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.tab_caremanager {
    border: 1px solid #cbdce9;
}

    .tab_caremanager ul {
        margin-top: 20px;
        list-style-type: none;
    }

        .tab_caremanager ul li {
            margin: 20px 0px;
        }

    .tab_caremanager li:before {
        /* For a round bullet */
        content: '\2022';
        /* For a square bullet */
        /*content:'\25A0';*/
        display: block;
        position: relative;
        max-height: 0;
        left: -20px;
        top: -10px;
        color: #8bb9ea;
        font-size: 30px;
    }

.case_look_ul {
    list-style-type: none;
    display: flex;
    margin-left: -40px;
}

    .case_look_ul li {
        width: 40%;
    }

.patient_name_block {
    border: 2px solid #f5f5f5;
    background: #f5f5f5;
    height: auto;
    padding: 5px;
}

.case_manager_text {
    color: #8bb9ea;
}

.caremanager_modal {
    cursor: pointer;
}

.caremanager_modal_table thead {
    background: #f5f5f5;
    border: 1px solid #dee8f1;
}

.caremanager_modal_table > tbody > tr > td {
    border-top: 0px;
}

.caremanager_modal_table > thead > tr > th {
    border-bottom: 0px;
}

.caremanager_modal_table > tbody {
    border: 1px solid #dee8f1;
}

.search_block h3 {
    font-size: 16px;
    color: #f68220;
    margin: 0px;
}

.case_resource_information {
    color: #f68220;
    font-size: 16px;
}

.care_manager_div {
    padding-top: 40px;
}

.text_align_inline {
    white-space: nowrap;
}

.care_manager_profilepic img {
    border: 1px solid #cbdce9;
    height: 100px;
    background: #fff;
    margin: 10px 0px;
}
/***************************Care Manager Tabs*********************/
.careplan {
    background-image: url('../images/Careplan.png');
    border: 0px solid #bbb;
    height: 40px;
    width: 40px;
}

.modal-box {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 98%;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
}

@media (min-width: 32em) {
    .modal-box {
        width: 80%;
        top: 15px;
    }
}

.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
}

.risk {
    color: red;
}

.careplanbodyhead h3 {
    background-color: #2582cf;
    margin: 0px;
    font-size: 13px;
    padding: 10px;
    font-family: Roboto-Light;
    margin-bottom: 1px;
    color: #fff;
    font-weight: 600;
}

.modal-body {
    padding: 3px 9px 5px 8px;
}

.CPlist_ul1 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.CPlist_ul2 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.careplanerightMenu span {
    padding-left: 8px;
    font-family: Roboto-Regular;
    font-size: 13px;
    color: #000;
}

.CPlist_ul1 li {
    background-color: #e9ebea;
    padding: 5px;
    margin-bottom: 1px;
    cursor: pointer;
}

.CPlist_ul2 li {
    background-color: #e9ebea;
    padding: 5px;
    margin-bottom: 1px;
    cursor: pointer;
}

.CPlist_ul1 .fa-play-circle:before {
    color: #724f9f;
}

.CPlist_ul1 .fa-check-circle:before {
    color: #36bc7d;
}

.CPlist_ul1 .fa-angle-up:before {
    color: #b1b9b5;
    font-size: 25px;
    line-height: 18px;
}

.CPlist_ul2 .fa-angle-up:before {
    color: #b1b9b5;
    font-size: 25px;
    line-height: 18px;
}

.CPlist_ul2 .fa-angle-down:before {
    color: #000;
    font-size: 25px;
    line-height: 18px;
}

.CPlist_ul2 .fa-play-circle:before {
    color: #b4b6b5;
}

.CPlist_ul2 .fa-check-circle:before {
    color: #36bc7d;
}

.careplanbodyhead span {
    background-color: #8bb9ea;
    padding: 5px;
    color: #fff;
}

.careplanParantTabsBlock h2 {
    font-family: Roboto-Medium;
    color: #868686;
    text-align: center;
    padding-top: 20%;
}

.careplanParantTabsBlock1 {
    padding-left: 10px;
}

.careplanTabsContantBlock {
    border: 1px solid #cbdce9;
    margin-top: 2px;
    padding-bottom: 5px;
}

.EndocrineMetabolicTabs .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .EndocrineMetabolicTabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .EndocrineMetabolicTabs .nav-tabs > li.active > a, .EndocrineMetabolicTabs .nav-tabs > li.active > a:focus, .EndocrineMetabolicTabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #2582cf;
        color: #fff;
        font-family: Roboto-Regular;
        font-size: 12px;
        border-radius: 0px 0px 0 0 !important;
    }

    .EndocrineMetabolicTabs .nav-tabs > li > a {
        background-color: #e3e4e6;
        color: #000;
        font-family: Roboto-Regular;
        font-size: 12px;
        margin-right: 2px;
        padding: 8px 25px 8px 25px;
        border-radius: 0px 0px 0 0 !important;
    }

.careplanInnerTabs {
    padding-top: 1%;
}

    .careplanInnerTabs .nav-tabs {
        border-bottom: 1px solid transparent;
    }

        .careplanInnerTabs .nav-tabs > li > a:hover {
            border-color: transparent;
        }

        .careplanInnerTabs .nav-tabs > li.active > a, .careplanInnerTabs .nav-tabs > li.active > a:focus, .careplanInnerTabs .nav-tabs > li.active > a:hover {
            border: 1px solid transparent;
            background-color: #8bb9ea;
            color: #fff;
            font-family: Roboto-Regular;
            font-size: 13px;
            padding: 8px 50px 8px 50px;
            border-radius: 4px 4px 0 0 !important;
        }

        .careplanInnerTabs .nav-tabs > li > a {
            background-color: #b3d4f3;
            color: #000;
            font-family: Roboto-Regular;
            font-size: 13px;
            margin-right: 2px;
            padding: 8px 50px 8px 50px;
            border-radius: 4px 4px 0 0 !important;
        }

    .careplanInnerTabs li {
        width: 33.33%;
        text-align: center;
    }

.careplanInnerTabsContant {
    border: 1px solid #cbdce9;
}

.EndMetFormContant .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
}

.EndMetFormContant label {
    font-family: Roboto-Light;
    font-size: 12px;
    color: #000;
}

.EndMetoWner {
    line-height: 10px;
}

.EndMetSearchBox {
    line-height: 0px;
}

#EndMetcalendar {
    position: relative;
    z-index: 1;
    left: 90%;
    top: -25px;
    cursor: pointer;
}

.EndMetProbleminnercontant p {
    font-family: Roboto-Regular;
    font-size: 12px;
    padding-top: 10px;
    margin: 0px;
}

.EndMetProbleminnercontant h3 {
    font-family: Roboto-Light;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.EndMetProbleminnercontant span {
    font-family: Roboto-Light;
    font-size: 12px;
    color: #7450a8;
}

.CardiovProbleminnercontant p {
    font-family: Roboto-Regular;
    font-size: 12px;
    padding-top: 10px;
    margin: 0px;
}

.CardiovProbleminnercontant h3 {
    font-family: Roboto-Light;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.CardiovProbleminnercontant span {
    font-family: Roboto-Light;
    font-size: 12px;
    color: #7450a8;
}

#filtersubmit {
    position: relative;
    z-index: 1;
    left: 95%;
    top: -25px;
    cursor: pointer;
}

.CardivFormContant .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#Cardivcalendar {
    position: relative;
    z-index: 1;
    left: 90%;
    top: -25px;
    cursor: pointer;
}

.CardivFormContant label {
    font-family: Roboto-Light;
    font-size: 12px;
    color: #000;
}

.BtnSave, .BtnSave:hover, .BtnSave:focus {
    background-color: #2582cf;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0px;
    margin-right: 15px;
    margin-bottom: 5px;
    background-image: none;
    border: none;
}

.CardivSearchBox {
    line-height: 0px;
}

.CardivoWner {
    line-height: 10px;
}

.careplanAllButtonGroup {
    padding-top: 1%;
}

.careplanBtn {
    padding: 5px 20px 2px 20px;
    width: 98%;
    background-color: #f0f2f1;
    border-radius: 2px;
    border: 1px solid #ddd;
}

.careplanAllButtonGroup p {
    margin: 0px;
    font-family: Roboto-Light;
    font-size: 11px;
    text-align: center;
    color: #8b8b8b;
    padding-top: 3px;
}

.EndMetLeftInnerGrayBlock {
    background-color: #eef0ef;
    height: 365px;
}

.EndMetLeftGrayHead {
    background-color: #e3e4e6;
    display: flex;
    padding: 10px;
}

    .EndMetLeftGrayHead p {
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 12px;
    }

    .EndMetLeftGrayHead span {
        font-family: Roboto-Light;
        font-size: 12px;
        margin-left: 10px;
    }

.EndMetSubInnerProblem {
    padding: 10px;
}

.EMSInProbUl .fa-caret-right:before {
    color: #724f9f;
    font-size: 16px;
    padding-left: 10px;
}

.EMSInProbUl .fa-plus-circle:before {
    color: #724f9f;
    padding-left: 10px;
}

.EMSInProbUl {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .EMSInProbUl span {
        padding-left: 10px;
        font-family: Roboto-Medium;
        font-size: 12px;
    }

.EMSInProbUlGray .fa-plus-circle:before {
    color: #bfbfbf;
    padding-left: 10px;
}

.EMSInProbUlGray {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .EMSInProbUlGray span {
        padding-left: 25px;
        font-family: Roboto-Medium;
        font-size: 12px;
    }

.child {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 15px;
}
/*-----------Left Drop Down Menu Css------------*/
.EMSInProbUl li a {
    color: #000;
    display: block;
    text-decoration: none;
}

.EMSInProbUl ul {
    margin: 0;
    padding: 0; /*display: none;*/
}

    .EMSInProbUl ul li {
        margin: 0;
        padding: 0;
        clear: both;
        list-style: none;
    }

        .EMSInProbUl ul li a {
            padding-left: 20px;
            font-weight: normal;
            outline: 0;
        }

    .EMSInProbUl ul ul li a {
        color: #000;
        padding-left: 40px;
    }

    .EMSInProbUl ul ul ul li a {
        color: #000;
        padding-left: 70px;
    }

    .EMSInProbUl ul ul ul li {
        color: #000;
        padding-left: 55px;
        list-style: none;
    }

.EndocrineMetabolicTabs > .nav-tabs > .main_tabs {
    display: none;
}
/*.disable-click {pointer-events: none;}*/

.search_drop {
    position: absolute;
    background: #eef0ef;
    height: auto;
    z-index: 2;
    width: 94.5%;
    margin-top: -15px;
}

    .search_drop ul {
        list-style-type: none;
        padding: 0px;
    }

        .search_drop ul li {
            padding: 10px 10px 0px 10px;
        }

/****************Practice Analystics*****************/
.practice_block {
    border-radius: 50%;
    width: 125px;
    height: 125px;
    padding: 45px 0px;
    margin: 0 auto;
    color: #fff;
    font-family: Roboto-Light;
    font-size: 30px;
    /* text-align: center; */
}

.practice_block_back1 {
    background: #7398c4;
}

.practice_block_back2 {
    background: #92c473;
}

.practice_block_back3 {
    background: #c4b873;
}

.practice_block_back4 {
    background: #b87a46;
}

.practice_block_back5 {
    background: #5a956a;
}

.practice_block_back6 {
    background: #7e77ac;
}

.practice_block_text {
    font-family: Roboto-Regular;
    color: #5d5d5d;
    margin: 10px 0px;
}

.practice_analystic_estmated-price {
    font-family: Roboto-Regular;
    color: #70ad47;
    font-size: 52px;
    text-align: center;
    padding-top: 80px;
}

.practice_analystic_appoint_ul {
    list-style-type: none;
    display: flex;
    margin-left: -23px;
}

    .practice_analystic_appoint_ul li {
        width: 20%;
    }

.practice_hra_awv_block {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 30px 25px;
    margin: 0 auto;
    color: #fff;
    font-family: Roboto-Light;
    font-size: 28px;
}

.practice_hra_awv_back {
    background: #82c48f;
}

.practice_hra_awv_smaall_block {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    padding: 18px 15px;
    margin: 10px 0px;
    color: #fff;
    font-family: Roboto-Light;
    font-size: 28px;
    text-align: center;
}

.practice_hra_awv_smaall_block_back {
    background: #ed757c;
}

.practice_hra_awv_text {
    text-align: center;
    padding: 30px 0px;
    font-size: 28px;
    color: #337ab7;
}

.patient_velocity_text {
    font-size: 36px;
    color: #337ab7;
}

    .patient_velocity_text span {
        color: #82c48f;
    }

.practice_insurance_table thead {
    background: #dee8f1;
    border: 1px solid #dee8f1;
}

.practice_insurance_table > tbody > tr > td {
    border-top: 1px solid #dee8f1;
}

.practice_insurance_table > thead > tr > th {
    border-bottom: 0px;
}

.practice_insurance_table > tbody {
    border: 1px solid #dee8f1;
}

.patient_velocity_ul {
    list-style-type: none;
    margin-left: -50px;
}

.case_date {
    white-space: nowrap;
    margin-left: -20px;
}
/****************Coming soon page********************/
.coming_soon_back {
    background: url(../Images/coming_soon.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.container-table {
    height: 100%;
    color: #fff;
}

.container-table {
    display: table;
}

.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}

.coming_soon_text {
    /*font-family: IntriqueScript_PersonalUse;*/
    font-family: Roboto-Medium;
    font-size: 100px;
    text-shadow: 2px 2px #000;
}

.work_text {
    /*font-family: 'Monotype Corsiva';*/
    font-family: Roboto-Medium;
    font-size: 32px;
}

.btn_font_coming, .btn_font_coming:hover, .btn_font_coming:active:hover, .btn_font_coming:focus {
    /*font-family:BenthamRegular;*/
    font-family: Roboto-Medium;
    font-size: 20px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}



/*Careplan conditions*/
.careplan-condition h3 {
    padding-left: 0;
}

.care-cond-bg {
    background: #E5F3FC;
    padding: 10px;
    /*margin-bottom: 15px;*/
}

.profileimg {
    /*width: 30%;
    float: left;*/
    margin-right: 10px;
}

    .profileimg img {
        /*width: 90px;*/
        height: 90px;
        background-color: #fff;
    }

.careplan-condition .btn.submit-btn {
    padding: 10px 10px;
    font-size: 12px;
}

.bg-white {
    background: #ffffff;
    min-height: 90px;
}

.care-cond-bg .col-md-1.col-sm-1.col-lg-1.col-xs-6 {
    padding: 0 3px;
    text-align: center;
}

.careplan_cond_tab .tab-content {
    border: 1px solid #cbdce9;
    margin-bottom: 15px;
}

.careplan_cond_tab .inner-tab-content {
    padding: 10px;
}

.care_cond {
    background: #F3F1F2;
    padding: 10px;
    height: 400px;
}

    .care_cond h1 {
        border-bottom: 1px #2582CF solid;
        margin: 0;
        font-size: 17px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

.padd-rigt {
    padding-right: 0px !important;
}

.careplan_cond_tab .tab-pane h3 {
    margin: 5px 0 20px 0;
    font-size: 15px;
    font-family: Roboto-Light;
    color: #2482ce;
    font-weight: bold;
}

.careplan_cond_tab .tab-content .claim-footer {
    width: 100%;
}

.inner-tab-content .tab-pane.fade {
    display: none;
}

    .inner-tab-content .tab-pane.fade.in.active {
        display: block;
    }

.cond-continue input, .cond-continue label {
    width: 100%;
    text-align: center;
}

.cond-continue button.btn.submit-btn {
    margin-top: 50px;
    width: 100%;
    padding: 12px;
    font-size: 14px;
}

.cond-continue {
    margin-top: 30px;
}

.bg-white p {
    margin: 0;
    color: #284a69;
}

    .bg-white p:first-child {
        padding: 18px 0;
        font-size: 12px;
        color: #000 !important;
    }

.red {
    color: #ff0000;
}

.sub-but .btn.submit-btn {
    width: 100%;
}

    .sub-but .btn.submit-btn:first-child {
        margin-bottom: 15px;
    }

.down-care {
    position: relative;
}

    .down-care .btn.submit-btn {
        margin-top: 22px;
    }

.care_cond p {
    font-size: 12px;
}

.care-cond-bg .col-md-4.col-sm-4.col-lg-4.col-xs-12 {
    /*padding-left: 0;*/
    display: flex;
}

.care-cond-bg .col-md-1.col-sm-1.col-lg-1.col-xs-3 {
    padding: 0 5px;
    text-align: center;
}

.blue-cond {
    margin-top: 15px;
}

.cond-continue label:before, .cond-statement label:before {
    display: block !important;
    margin: 10px auto !important;
}

.careplan_cond_tab .nav-tabs > li {
    background: url('../Images/tab-circle.svg') center no-repeat;
    margin-bottom: 0;
    margin-right: 15px;
}

    .careplan_cond_tab .nav-tabs > li > a {
        margin: 0;
        padding: 12px 10px;
        border: 0;
    }

        .careplan_cond_tab .nav-tabs > li > a:hover {
            background: url('../Images/tab-circle-hov.svg') center no-repeat;
            border: 0;
        }

    .careplan_cond_tab .nav-tabs > li.active > a, .careplan_cond_tab .nav-tabs > li.active > a:focus, .careplan_cond_tab .nav-tabs > li.active > a:hover {
        background: url('../Images/tab-circle-hov.svg') center no-repeat;
        border: 0;
        padding: 12px 10px;
    }

.careplan_cond_tab ul.nav.nav-tabs {
    margin-bottom: 15px;
    border-bottom: 0;
}

/*conditions statement*/


.select-lib {
    border: 1px #E5F3FC solid;
    margin-bottom: 20px;
}

    .select-lib h1 {
        border-bottom: 1px #E5F3FC solid;
        margin: 0;
        background: #F3F3F3;
        padding: 7px 10px;
        color: #F7941E;
        font-family: Roboto-Medium;
        font-size: 16px;
    }

.cond-statement .col-md-10.col-sm-10.col-lg-10.col-xs-8 {
    padding-right: 0;
}

.select-lib label.control-label {
    text-align: left;
    font-size: 13px;
}

.select-lib .form-horizontal {
    padding: 10px;
}

.select-lib .form-control {
    border-radius: 2px;
    background: #F3F3F3;
}

.select-lib textarea {
    resize: none;
}

.recog-second h1 {
    color: #000;
    border-top: 1px #E5F3FC solid;
    padding: 8px 10px;
    font-size: 14px;
}

.recog-second li {
    list-style: none;
    font-weight: normal;
    font-size: 12px;
    font-family: Roboto-Light;
    padding-bottom: 5px;
}

.recog-second ul {
    padding: 10px;
    height: 214px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#Statement .btn.submit-btn {
    padding: 7px 18px;
}

#Statement button.btn.submit-btn.pull-right {
    margin-bottom: 10px;
}

.recog-second button.btn.submit-btn {
    margin-left: 26px;
}

.recog-second li input {
    margin: 0 7px 0 0;
    vertical-align: middle;
}

.recog-second li label {
    max-width: 92%;
    vertical-align: top;
    font-size: 13px;
}

.criteria-top h1 {
    margin: 0;
    padding: 7px 0px;
    color: #F7941E;
    font-family: Roboto-Medium;
    font-size: 16px;
}

.criteria-top ul {
    padding: 0;
    margin: 10px 0;
    clear: both;
    overflow: hidden;
}

.criteria-top li {
    list-style: none;
    text-align: center;
    width: 20%;
    float: left;
    cursor: pointer;
    padding: 0 2%;
}

#Exit form.form-horizontal {
    padding: 20px 10px;
}

.cond-statement > .col-md-2.col-sm-2.col-lg-2.col-xs-12 {
    padding-left: 0;
}

#Statement > .col-md-9.col-lg-9.col-sm-9.col-xs-12, #Exit > .col-md-9.col-lg-9.col-sm-9.col-xs-12 {
    padding: 0;
}

.cond-statement > .col-md-10.col-sm-10.col-lg-10.col-xs-12 {
    padding: 0;
}

/*Health Risk Assessment*/
.health-risk-ass .banch-reprt.mybridge-widget-font {
    border: 1px solid #cbdce9;
    padding: 10px 8px 8px 8px;
    border-bottom: 0;
    margin: 0;
}

.health-risk-ass .form-group {
    position: relative;
}

.health-risk-ass .banchmark-report {
    padding: 35px 15px 15px 15px;
}

.health-risk-ass .form-control, .AWV-vitals .form-control {
    background: #F4F4F4;
    border-radius: 1px;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    height: 40px;
}

.search-btns, .search-btns:hover {
    margin: 20px 0;
    width: 20%;
}

.health-table {
    margin-top: 30px;
}

    .health-table thead {
        background: #F4F4F4;
    }

        .health-table thead th, .health-table td {
            padding: 10px 0;
            text-align: center;
            border-bottom: 1px #ccc solid;
        }

.health-risk-ass .banchmark-report.secondbench {
    padding: 0px;
}

.healthrisktab {
    margin-top: 30px;
}

    .healthrisktab .nav-tabs > li {
        width: 100%;
        text-align: center;
    }

        .healthrisktab .nav-tabs > li:last-child a {
            margin-right: 0;
        }

.brd-access:hover {
    /*border:1px #144D82 solid;*/
}

.brd-access {
    border: 1px solid #cbdce9;
    border-radius: 2px;
    padding: 60px 0;
    cursor: pointer;
    margin: 15px 0;
    text-align: center;
    position: relative;
}

    .brd-access > p {
        text-align: center;
        margin: 0;
        font-weight: bold;
        padding: 2px 0;
    }

        .brd-access > p.secthird {
            font-weight: normal;
        }

    .brd-access img {
        margin-bottom: 20px;
    }

.point-color {
    position: absolute;
    top: 15px;
    right: 15px;
}

.healthriskpop thead {
    background: #EAF1F9;
    border-bottom: 0;
}

table.table.table-striped.healthriskpop tr, table.table.table-striped.healthriskpop th, table.table.table-striped.healthriskpop td {
    background: transparent;
    border: 0;
    text-align: center;
}

    table.table.table-striped.healthriskpop th:first-child, table.table.table-striped.healthriskpop td:first-child {
        text-align: left;
    }

.bluepop {
    color: #2582cf;
}

.popdetials {
    color: #F7941E;
    font-size: 13px;
}

.healt .modal-head {
    padding: 10px 15px;
    background: #B3D4F3;
}

.healt .modal-title {
    color: #000;
    font-weight: lighter;
}

.mod-side {
    margin-bottom: 15px;
}

    .mod-side label {
        margin-right: 30px;
        font-weight: normal;
        font-size: 13px;
    }

.preventive_mode label {
    margin-right: 0px;
}

.mod-side input {
    vertical-align: middle;
    margin: 0;
}

.activities td {
    padding: 5px 0;
}

.selectside {
    width: 200px;
    display: inline-block;
}

#Health table.table.table-striped.healthriskpop td {
    text-align: left;
}

    #Health table.table.table-striped.healthriskpop td label {
        font-weight: normal;
    }

#Special input.form-control {
    width: 150px;
}

#Special td {
    text-align: left;
}

.addmeddiv td {
    padding: 5px 5px 5px 0;
}

.addmeddiv table {
    margin-bottom: 6px;
}

#Medications th {
    text-align: center;
}

.addmeddiv, #AddMedications {
    margin-bottom: 15px;
}

.Nutrition-hgt {
    width: 20px;
    float: left;
    vertical-align: middle;
}

.fts {
    height: 35px;
    line-height: 35px;
}

#Nutrition label {
    font-weight: normal;
}

#Nutrition .modal-body > table tbody > tr {
    margin-bottom: 10px;
}

.divpaddleft {
    padding-left: 50px;
}

span.cigarettesyear {
    height: 35px;
    display: inline-block;
    line-height: 34px;
    padding-left: 10px;
    margin-bottom: 10px;
}

.hra_radio_align {
    display: flex;
    margin-top: 5px;
}

.hra_risk_head {
    margin-top: 5px;
}


.risk_low {
    color: green;
}

.risk_medium {
    color: orange;
}

.risk_high {
    color: red;
}

.hra_svg {
    overflow: hidden !important;
    border-radius: 50%;
}

.hra_svg_collapse {
    position: absolute;
    right: 65px;
    bottom: 18px;
    border-radius: 50%;
    overflow: hidden !important;
}

#hra_accordin .panel-default {
    border-radius: 0px;
}

    #hra_accordin .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        background: #f6fafd;
        border: 1px solid #8cbbe9;
        color: #2482ce;
    }

    #hra_accordin .panel-default > .accordion_head {
        background: none;
        border-bottom: 0px;
    }

    #hra_accordin .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border: 1px solid #8cbbe9;
        border-top: 0px;
    }

.hra-tab-contant {
    border: 1px solid #cbdce9;
    padding-bottom: 15px;
    padding-top: 15px;
}

.hraMainBlock .nav-tabs > li.active > a, .hraMainBlock .nav-tabs > li.active > a:focus, .hraMainBlock .nav-tabs > li.active > a:hover {
    border: 1px solid transparent;
    background-color: #8bb9ea;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 14px;
}

.hraMainBlock .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\2212"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: #2582cf; /* adjust as needed */
    border: 1px solid #2582cf;
    border-radius: 50%;
    padding: 6px;
    margin-top: 11px;
    margin-right: 15px;
    font-size: 9px;
}

.hraMainBlock .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\002b"; /* adjust as needed, taken from bootstrap.css */
}

.hraMainBlock .panel-heading img {
    padding: 0px 15px;
    width: 75px;
}

table.table.table-striped.health_condition_table tr td {
    text-align: left;
}

@media(max-width:480px) {
    .care-cond-bg .col-md-1.col-sm-1.col-lg-1.col-xs-3, .care-cond-bg .col-md-2.col-sm-2.col-lg-2.col-xs-3.sub-but {
        width: 50%;
    }
}
/*Health Risk Assessment*/
/*------------InTake Css Start Hear------------*/
.IntakeBlock {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
    background-color: #fff;
}

.IntakePSHead h3 {
    background-color: #cbdbe8;
    margin: 0px;
    padding: 10px;
    font-size: 16px;
    font-family: Roboto-Medium;
    color: #F7941E;
}

.IntakePatientLookUp {
    padding-top: 3%;
}

    .IntakePatientLookUp .control-label {
        text-align: left;
        padding-left: 30px;
        font-family: Roboto-Regular;
        font-size: 14px;
        color: #000;
        font-weight: normal;
    }

    .IntakePatientLookUp label {
        font-family: Roboto-Regular;
        font-weight: normal;
        padding-top: 5px;
        padding-left: 15px;
    }

    .IntakePatientLookUp .form-control {
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        background-color: #f4f4f4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .IntakePatientLookUp .form-control-feedback {
        text-align: inherit;
    }

    .IntakePatientLookUp .quick-link li:nth-child(1) {
        border: 1px solid #cbdce9;
        color: #fff;
        background-color: #337ab7;
        padding: 5px 10px 3px 10px;
    }

        .IntakePatientLookUp .quick-link li:nth-child(1) a {
            color: #fff;
        }

    .IntakePatientLookUp .quick-link li {
        border: 1px solid #cbdce9;
        color: #fff;
        background-color: #f4f4f4;
        padding: 5px 10px 3px 10px;
    }

#IntPatPopupA1:after, #IntPatPopupA1:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#IntPatPopupA1:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #f5f9fc;
    border-width: 12px;
    margin-top: -68px;
}

#IntPatPopupA1:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #cbdce9;
    border-width: 14px;
    margin-top: -70px;
}

#IntPatPopupA1 {
    position: absolute;
    top: 0%;
    left: 75%;
    width: 550px;
    height: 165px;
    background-color: #f5f9fc;
    z-index: 99;
    border: 1px solid #cbdce9;
}

#IntPatPopupB1:after, #IntPatPopupB1:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.DownPhpbtn, .DownPhpbtn:hover, .DownPhpbtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.RefrNowbtn, .RefrNowbtn:hover, .RefrNowbtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.IntkeUserImg img {
    width: 90px;
    margin-top: 15%;
    background-color: #fff;
}

.downlodphpbtn {
    display: flex;
    padding-top: 30%;
}

.inkuserdetail h3 {
    font-family: Roboto-Medium;
    font-size: 16px;
    color: #337ab7;
}

.inkuserdetail p {
    font-family: Roboto-Medium;
    white-space: nowrap;
}

.inatcGender {
    background-color: #fff;
    height: 80px;
    width: 70px;
    margin-top: 15px;
}

.IntakeAge {
    background-color: #fff;
    height: 80px;
    width: 70px;
    margin-left: 5px;
    margin-top: 15px;
}

.IntakRisk {
    background-color: #fff;
    height: 80px;
    width: 70px;
    margin-left: 10px;
    margin-top: 15px;
}

.inatcGender p:nth-child(1) {
    text-align: center;
    color: #2582cf;
    font-family: Roboto-Light;
    padding-top: 15px;
}

.inatcGender p:nth-child(2) {
    text-align: center;
    color: #000;
    font-family: Roboto-Medium;
}

.IntakeAge p:nth-child(1) {
    text-align: center;
    color: #2582cf;
    font-family: Roboto-Light;
    padding-top: 15px;
}

.IntakeAge p:nth-child(2) {
    text-align: center;
    color: #000;
    font-family: Roboto-Medium;
}

.IntakRisk p:nth-child(1) {
    text-align: center;
    color: #2582cf;
    font-family: Roboto-Light;
    padding-top: 15px;
}

.IntakRisk p:nth-child(2) {
    text-align: center;
    color: #000;
    font-family: Roboto-Medium;
}

.Widget_IntackPatientLookUp_color {
    border: 1px solid #cbdce9;
    background-color: #f5f9fc;
}

.ITPtientfirst_width_align {
    margin: 1.5% 0%;
}

.Intke_profile_img {
    padding: 0px 15px 0px 0px;
}

.Intake_firstcolumn_div {
    padding-left: 0px;
}

.ITPtientfirst_width_align label {
    font-size: 12px;
    font-family: Roboto-Medium;
    font-weight: normal;
}

.ITPtientfirst_width_align span {
    font-size: 12px;
    font-family: Roboto-Medium;
    font-weight: normal;
}

.intake_first_column_down_div {
    margin: 0px;
}

.intake_first_column_down_divthree {
    margin: 0px;
}

.notifyodaddbtn, .notifyodaddbtn:hover, .notifyodaddbtn a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
    margin-top: 8%;
}

.intakehigh {
    color: red;
}

.IntakeEmailBlock {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .IntakeEmailBlock h3 {
        font-family: Roboto-Regular;
        color: #f68220;
        font-size: 16px;
        margin-top: 10px;
    }

.IntakeTextBlock {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .IntakeTextBlock h3 {
        font-family: Roboto-Regular;
        color: #f68220;
        font-size: 16px;
        margin-top: 10px;
    }

.IntakeCallBlock {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .IntakeCallBlock h3 {
        font-family: Roboto-Regular;
        color: #f68220;
        font-size: 16px;
        margin-top: 10px;
    }

.IntakeEmailBlock .control-label {
    text-align: left;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.IntakeEmailBlock label {
    font-family: Roboto-Regular;
    font-weight: normal;
    padding-top: 5px;
    padding-left: 15px;
}

.IntakeEmailBlock .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.IntakSend, .IntakSend:hover, .IntakSend a {
    background-color: #2582cf;
    color: #fff;
    border-radius: 0px;
    background-image: none;
    border: none;
    width: 100%;
}

.IntakeTextarea {
    margin-top: 15%;
}

.IntakeTextBlock .control-label {
    text-align: left;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.IntakeTextBlock label {
    font-family: Roboto-Regular;
    font-weight: normal;
    padding-top: 5px;
    padding-left: 15px;
}

.IntakeTextBlock .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.IntakSend, .IntakSend:hover, .IntakSend a {
    background-color: #2582cf;
    color: #fff;
    border-radius: 0px;
    background-image: none;
    border: none;
    width: 100%;
}

.IntakeTextarea {
    margin-top: 15%;
}

.IntakeCallBlock .control-label {
    text-align: left;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.intacsentbtn1, .intacsentbtn1:hover, .intacsentbtn1 a {
    background-color: #2582cf;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.PatintIntakNetworkBtn, .PatintIntakNetworkBtn:hover, .PatintIntakNetworkBtn a {
    background-color: #2582cf;
    color: #fff;
    padding: 10px 25px 10px 25px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.PatintMastChartBtn, .PatintMastChartBtn:hover, .PatintMastChartBtn a {
    background-color: #2582cf;
    color: #fff;
    padding: 10px 25px 10px 25px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.PatintMyCaseBtn, .PatintMyCaseBtn:hover, .PatintMyCaseBtn a {
    background-color: #2582cf;
    color: #fff;
    padding: 10px 25px 10px 25px;
    border-radius: 0px;
    margin-right: 15px;
    background-image: none;
    border: none;
}

.PatintRequestEMCBtn, .PatintRequestEMCBtn:hover, .PatintRequestEMCBtn a {
    background-color: #2582cf;
    color: #fff;
    padding: 10px 25px 10px 25px;
    border-radius: 0px;
    background-image: none;
    border: none;
}

.ptMCblock {
    text-align: right;
}

.lastRequestBlock {
    padding-right: 0px;
}

.PatientPlanCareBlock {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .PatientPlanCareBlock h3 {
        font-family: Roboto-Regular;
        color: #f68220;
        font-size: 16px;
        margin: 10px;
    }

    .PatientPlanCareBlock .form-control {
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        background-color: #f4f4f4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.plancarbtn, .plancarbtn:hover, .plancarbtn a {
    background-color: #2582cf;
    color: #fff;
    padding: 10px 25px 10px 25px;
    border-radius: 0px;
    background-image: none;
    border: none;
}

.CarePlan2Block1 {
    border: 1px solid #cbdce9;
    background-color: #fff;
    margin-right: 0px;
}

    .CarePlan2Block1 h3 {
        font-family: Roboto-Regular;
        color: #f68220;
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .CarePlan2Block1 .control-label {
        text-align: left;
        font-family: Roboto-Regular;
        font-size: 14px;
        color: #000;
        font-weight: normal;
        white-space: nowrap;
    }

.PatintLookupEditBtn, .PatintLookupEditBtn:hover, .PatintLookupEditBtn a {
    background-color: #2582cf;
    color: #fff;
    padding: 8px 35px 8px 35px;
    border-radius: 0px;
    background-image: none;
    border: none;
}

.CarePlan2Block2 {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .CarePlan2Block2 h3 {
        font-family: Roboto-Regular;
        color: #f68220;
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .CarePlan2Block2 .control-label {
        text-align: left;
        font-family: Roboto-Regular;
        font-size: 14px;
        color: #000;
        font-weight: normal;
        white-space: nowrap;
    }
/*------------InTake Css End Hear------------*/


/*------------AWV Css Start Here------------*/
.AWV-vitals .message-center-page {
    padding: 0;
}

.AWV-vitals .banch-reprt.mybridge-widget-font {
    text-align: center;
    font-size: 13px;
    color: #000;
    font-weight: lighter;
    padding: 0;
}

.awv-title {
    color: #F7941E;
    padding: 10px 5px;
    text-align: center;
    font-family: Roboto-Medium;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    word-break: break-word;
    background: #eaf1f6;
    border-top: 1px solid #cbdce9;
    border-bottom: 1px solid #cbdce9;
}

.formawv .form-inline .form-group:last-child {
    width: 75px;
}

.formawv .form-inline .form-group:first-child {
    width: 75px;
    text-align: left;
}

.formawv {
    padding: 25px 0 0px 0;
}

.footer-arrow {
    padding: 30px;
    display: inline-block;
    width: 100%;
}

.med-awv {
    text-align: center !important;
    width: 120px;
}

    .med-awv img {
        width: 25px;
        margin-right: 10px;
    }

.med-edit, .med-del {
    display: none;
}

.action-medi li img {
    width: 40px;
}

hr.borders {
    margin: 0;
    border-bottom: 1px solid #cbdce9;
}

.formawv .form-inline .form-group input, .formawv .form-inline .form-group select {
    width: 250px;
    margin: 8px 6px;
}

.form-lft-arrow {
    background: url("../Images/prev.svg") no-repeat;
    display: inline-block;
    width: 37px;
    height: 37px;
}

.form-rgt-arrow {
    background: url("../Images/next_01.svg") no-repeat;
    display: inline-block;
    width: 37px;
    height: 37px;
}

.form-lft-arrow:hover {
    background: url("../Images/Prev_01.svg") no-repeat;
    display: inline-block;
    width: 37px;
    height: 37px;
}

.form-rgt-arrow:hover {
    background: url("../Images/next.svg") no-repeat;
    display: inline-block;
    width: 37px;
    height: 37px;
}

.action-medi li {
    float: left;
    list-style: none;
    margin: 20px 0;
    padding: 10px;
}

    .action-medi li a {
        cursor: pointer;
    }

#med-edit label.col-sm-4.control-label {
    text-align: left;
}

#med-edit .form-control-feedback {
    right: 14px;
}

.awv-adl tr td:first-child {
    background: #f2f2f3;
}

.tblMessageInbox.awv-adl > tbody > tr > td {
    border: 0;
}

.slider-range {
    width: 98%;
}

.fscaret {
    text-indent: -9999px;
}

#pop-del .modal-body {
    text-align: center;
}

#pop-del .modal-footer {
    border-top: 0;
    text-align: center;
    padding-bottom: 35px;
}

.AWVRPage {
    border: 1px solid #cbdce9;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #fff;
}

    .AWVRPage h3 {
        margin: 10px;
        color: #F7941E;
        font-family: Roboto-Medium;
        font-size: 16px;
    }

    .AWVRPage .form-control {
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        background-color: #f4f4f4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.AWVSearchBtn, .AWVSearchBtn:hover, .AWVSearchBtn a {
    background-color: #2582cf;
    color: #fff;
    width: 100%;
    border-radius: 0px;
    background-image: none;
    margin-bottom: 10px;
    border: none;
}

.AWVCreatNewPatientBtn, .AWVCreatNewPatientBtn:hover, .AWVCreatNewPatientBtn a {
    background-color: #2582cf;
    color: #fff;
    width: 100%;
    border-radius: 0px;
    background-image: none;
    border: none;
}

.AWVRPage .form-control-feedback {
    text-align: inherit;
}

.AWVPatientSearch {
    border: 1px solid #cbdce9;
    padding-bottom: 2%;
    background-color: #fff;
}

    .AWVPatientSearch h3 {
        margin: 10px;
        color: #F7941E;
        font-family: Roboto-Medium;
        font-size: 16px;
    }

.AWVPatientSearchTable {
    border: 1px solid #cbdce9;
}

    .AWVPatientSearchTable thead tr th {
        background-color: #f2f2f3;
        border-bottom: 1px solid #cbdce9;
        margin: 0px;
        font-family: Roboto-Medium;
        font-size: 14px;
        font-weight: normal;
    }

        .AWVPatientSearchTable thead tr th:nth-child(4) {
            padding-left: 0px;
        }

        .AWVPatientSearchTable thead tr th:nth-child(5) {
            padding-left: 0px;
        }

    .AWVPatientSearchTable tbody tr:hover {
        background-color: #eaf1f7;
    }

    .AWVPatientSearchTable tbody tr.selected {
        background-color: #eaf1f7;
    }

    .AWVPatientSearchTable table {
        margin-bottom: 0px;
    }

.AWVRPreviusArrow {
    background-image: url('../Images/prev.svg');
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    display: inline-flex;
}

.AWVRNextArrow {
    background-image: url('../Images/next_01.svg');
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
}

.AWVNextArrow_active {
    background-image: url(../Images/next.svg);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
}

.AWVPatientSearchTable tbody {
    display: block;
    height: 330px;
    overflow: auto;
}

    .AWVPatientSearchTable thead, .AWVPatientSearchTable tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

.AWVFallRiskAssessment {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

.AWVFallRiskHead h5 {
    text-align: center;
    font-size: 13px;
    color: #000;
    font-weight: lighter;
    padding: 0;
}

.AWVFallRiskHead h2 {
    color: #F7941E;
    padding: 10px 5px;
    text-align: center;
    font-family: Roboto-Medium;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #eaf1f6;
    border-top: 1px solid #cbdce9;
    border-bottom: 1px solid #cbdce9;
}

.AWVFallRiskContent p {
    margin-top: 10px;
    font-family: Roboto-Regular;
    color: #000;
    text-indent: -17px;
    padding-left: 15px;
}

.AWVFallRiskContent label {
    margin-bottom: 10px;
    margin-top: 10px;
}

.AWVLifeStyle {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

.AWVLifeStyleHead h5 {
    text-align: center;
    font-size: 13px;
    color: #000;
    font-weight: lighter;
    padding: 0;
}

.AWVLifeStyleHead h2 {
    color: #F7941E;
    padding: 10px 5px;
    text-align: center;
    font-family: Roboto-Medium;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #eaf1f6;
    border-top: 1px solid #cbdce9;
    border-bottom: 1px solid #cbdce9;
}

.AWVLifeStyleContent p {
    margin-top: 10px;
    font-family: Roboto-Regular;
    color: #000;
}

.AWVLifeStyleContent label {
    margin-bottom: 10px;
    margin-top: 10px;
}

.AWVLifeStyleContent .control-label {
    text-align: left;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    padding-top: 0px;
}

.AWVPreventiveHealth {
    border: 1px solid #cbdce9;
    background-color: #fff;
}

.AWVPreventiveHealthHead h5 {
    text-align: center;
    font-size: 13px;
    color: #000;
    font-weight: lighter;
    padding: 0;
}

.AWVPreventiveHealthHead h2 {
    color: #F7941E;
    padding: 10px 5px;
    text-align: center;
    font-family: Roboto-Medium;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #eaf1f6;
    border-top: 1px solid #cbdce9;
    border-bottom: 1px solid #cbdce9;
}

.AWVPreventiveHealthContent p {
    margin-top: 10px;
    font-family: Roboto-Regular;
    color: #000;
}

.AWVPreventiveHealthContent label {
    margin-bottom: 10px;
    margin-top: 10px;
}

.AWVPreventiveHealthContent .control-label {
    text-align: left;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    padding-top: 0px;
}

.PreventiveHealthDateType h3 {
    color: #F7941E;
    padding: 15px;
    text-align: center;
    font-family: Roboto-Medium;
    font-size: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #eaf1f6;
}

.PreventiveHealthDateType .form-control-feedback {
    text-align: inherit;
}


.depress_screen_ul {
    list-style-type: none;
    display: inline-flex;
    font-weight: bold;
}

    .depress_screen_ul li {
        padding: 0px 5px;
    }

.awv_nav_tab > li.active > a, .awv_nav_tab > li.active > a:focus, .awv_nav_tab > li.active > a:hover {
    background: #b3d4f3;
    color: #2482ce;
    border: 1px solid #b3d4f3;
}

.awv_nav_tab > li > a, .awv_nav_tab > li > a:hover, .awv_nav_tab > li > a:focus {
    background: #8bb9ea;
    color: #fff;
    border: 1px solid #8bb9ea;
}

.awv_patiient_search_left {
    padding-top: 50px;
}
/*------------AWV Css End Here------------*/

/************************Score Card*******************/

.head_icon_align_scorecard_block .image_widget img {
    margin: 0px;
}

.scorecard_search_img {
    position: absolute;
    top: 5px;
    right: 0px;
}

.scorecard_select_box {
    background: #ffffff;
    border: 1px solid #d9d6cd;
    border-radius: 5px;
    height: 30px;
    margin-top: -5px;
}

.score_card_block_main {
    padding-left: 0px;
}

.score_card_block {
    background: #e1ebf2;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b3c2ca;
}

    .score_card_block .scorecard_row {
        display: flex;
        padding: 0px 15px;
    }

    .score_card_block .scorecard_text {
        margin-top: 30px;
    }

    .score_card_block .scorecard_num {
        font-family: Roboto-Light;
        font-size: 90px;
        color: #00b9f2;
    }

.scorecard_glyphicon_align_info {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    color: #5c90c0;
}

.score_card_block .score_text_div {
    font-family: Roboto-Regular;
    font-size: 13px;
    color: #284968;
}

.score_card_block .score_num_div {
    font-family: Roboto-Light;
    font-size: 4vw;
    /* font-size: 36px;*/
    text-align: center;
    color: #5c90c0;
}

.score_card_head {
    font-family: Roboto-Light;
    font-size: 30px;
    color: #00b9f2;
    margin-top: 0px;
}

.scorecard_p p {
    font-family: Roboto-Regular;
    font-size: 15px;
    color: #000;
}

.scorecard_p .text_color {
    color: #8c1919;
}
/**************Score card Slider*************/
.scorecard_slide {
    height: 75px;
    background: #0061bd; /* For browsers that do not support gradients */
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(left,#0061bd,#0cbef3,#c0f0ff);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(left,#0061bd,#0cbef3,#c0f0ff);
    /* For Fx 3.6 to 15 */
    background: -moz-linear-gradient(left,#0061bd,#0cbef3,#c0f0ff);
    /* Standard syntax */
    background: linear-gradient(to right, #0061bd,#0cbef3,#c0f0ff);
}

    .scorecard_slide .ui-slider-handle {
        height: 85px;
        top: -12px;
        width: 2px;
        margin-left: 0px;
    }

    .scorecard_slide .ui-slider-range {
        background: transparent;
    }

    .scorecard_slide .ui-slider-handle {
        border: 1px solid #776b09;
    }

        .scorecard_slide .ui-slider-handle:last-child {
            border: 1px solid #940ead;
        }

.scorecard_slide_static .ui-slider-handle, .scorecard_slide_static .ui-slider-handle:last-child {
    border: 1px solid #75dff7;
    height: 74px;
    width: 3px;
    top: 0px;
}

.slide_handle_text {
    position: absolute;
    top: -45px;
    left: -20px;
}

.slide_label_text {
    font-family: Roboto-Regular;
    font-size: 9px;
}
/*#min, #max {
    width: 50px;
    text-align: center;
}*/
.slider_show_div {
    position: absolute;
    width: 95%;
    z-index: 1;
}

.scorecard_widget {
    font-family: Roboto-Regular;
    color: #000;
    font-size: 15px;
    background: #fdfcf4;
    padding-top: 34px;
    border: 1px solid #dee5e9;
    height: 100%;
}

.scorecard_patient_list td a img {
    margin-right: 15px;
}

.scorecard_widget_align {
    margin-left: -15px;
    padding-right: 0px;
}

.score_card_table_p p {
    font-size: 16px;
    color: #005fb0;
}

.scorecard_tablediv_cost {
    font-family: Roboto-Regular;
    border: 1px solid #dee5e9;
}

.scorecard_table_cost {
    margin-bottom: 0px;
}

    .scorecard_table_cost thead tr th {
        background: #f3f7fa;
        border-bottom: 0px;
        line-height: 22px;
    }

        .scorecard_table_cost thead tr th:not(:first-child) {
            text-align: left;
        }

    .scorecard_table_cost > tbody > tr > td, .scorecard_table_cost > tbody > tr > th, .scorecard_table_cost > thead > tr > td, .scorecard_table_cost > thead > tr > th {
        border-top: 1px solid #f3f7fa;
    }

    .scorecard_table_cost tr td:not(:first-child) {
        color: #005fb0;
        text-align: left;
    }

    .scorecard_table_cost .image_widget img {
        margin: 0px 2px;
        float: right;
    }

.scorecard_utilization_info {
    font-family: Roboto-Regular;
    font-size: 13px;
    color: #000;
}

.scorecard_modal_left_div_align {
    align-items: center;
    display: flex;
}

.scorecard_utilization_info .table_right_div p {
    color: #2b5781;
}

.scorecard_utilization_info .table_right_div p, .scorecard_utilization_info .table_right_div {
    text-align: center;
}

.scorecard_table_right_side tbody tr td, .scorecard_table_last tbody tr td {
    border: 0px;
}

.scorecard_table_right_side > tbody > tr:nth-of-type(even) {
    background: #fcfaed;
}

.scorecard_based_num {
    color: #6b2127;
}

.scorecard_table_last {
    color: #6b2127;
    font-size: 21px;
}

    .scorecard_table_last > tbody > tr:nth-of-type(even) {
        font-size: 13px;
    }
/*********************Care Gaps*****************/
.caregap_first_widget {
    border: 1px solid #dee5e9;
}

.caregap_first_table {
    margin-bottom: 0px;
}

    .caregap_first_table thead {
        background: #f3f7fa;
    }

        .caregap_first_table thead tr th:not(:first-child), .caregap_first_table tbody tr td:not(:first-child) {
            text-align: center
        }

.cargap_tab_widget {
    border: 1px solid #ecf1f7;
    background: #ecf1f7;
    padding-top: 15px;
}

.caregap_nav_tabs {
    border-bottom: 1px solid #5c85ac;
}

    .caregap_nav_tabs > li.active > a, .caregap_nav_tabs > li.active > a:focus, .caregap_nav_tabs > li.active > a:hover {
        background: #0d60ad;
        color: #fff;
        border: 1px solid #0d60ad;
    }

    .caregap_nav_tabs > li > a, .caregap_nav_tabs > li > a:hover, .caregap_nav_tabs > li > a:focus {
        background: #827e83;
        color: #fff;
        border: 1px solid #827e83;
    }

.caregap_tab_selectbox {
    height: 35px;
    margin-left: 15px;
    background: #fff;
    border: 1px solid #fbf5dd;
}

.patient_search_radioalign {
    display: flex;
}


.caregap_search_box {
    margin-top: -7px;
}

.caregap_search_img {
    position: absolute;
    top: 0px;
    right: 20px;
}

.patient_search_tab_back {
    background: #fff;
    padding-top: 15px;
}

.patient_search_tab_hr {
    border-top: 1px solid #5c85ac;
    width: 100%;
}

.patient_status_tab_back {
    background: #fff;
}

.patient_search_table {
    margin-bottom: 0px;
}

    .patient_search_table thead tr th, .patient_status_table thead tr th {
        background: #f3f7fa;
    }

    .patient_search_table thead tr th, .patient_search_table tbody tr td, .patient_status_table thead tr th, .patient_status_table tbody tr td {
        white-space: nowrap;
        text-align: center;
    }

.glyphicon_great, .glyphicon_sign {
    padding: 5px;
    color: #fff;
}

.glyphicon_great {
    background: #0d60ad;
}

.glyphicon_sign {
    background: #827e83;
    width: 22px;
    padding: 6px;
    height: 24px;
}

.glyphicon__patient_editdelet_no {
    background: #808080;
}

.glyphicon__patient_search_table {
    padding: 5px 10px;
    border-radius: 20px;
    color: #fff;
    font-size: 10px;
}

.glyphicon__patient_search_no {
    background: #e05751;
}

.glyphicon__patient_search_ok {
    color: #83b920;
}

.glyphicon__patient_search_letter {
    background: #83b920;
    padding: 5px 13px;
}

.icon_click {
    position: absolute;
    right: 45px;
}

.icon_view {
    right: 5px;
}

/*------------Edit CareGaps-----------*/
.RankedBg {
    background-color: #F9FAF7;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .RankedBg label {
        font-family: Roboto-Medium;
        color: #0463a7;
        font-weight: normal;
    }

.EdCarGp {
    margin-top: 10px;
    border-bottom: 1px solid #0d60ad;
    padding: 10px 20px 0px 0px;
}

    .EdCarGp h1 {
        background: #0d60ad;
        color: #fff;
        display: inline-flex;
        margin: 0px;
        font-size: 16px;
        padding: 10px 20px 10px 20px;
        font-family: Roboto-Light;
    }

.UpdatedCareGp {
    background-color: #F3F5AC;
    padding-top: 10px;
    padding-bottom: 5px;
}

    .UpdatedCareGp label {
        font-family: Roboto-Medium;
        color: #0463a7;
        font-weight: normal;
    }

    .UpdatedCareGp span {
        color: red;
    }

.CarGapSpan {
    color: #000;
}

.EditCarGpTable {
    margin-top: 2%;
    border: 1px solid #ddd;
}

    .EditCarGpTable .table thead tr th {
        background-color: #F0F0F0;
        font-family: Roboto-Regular;
        font-weight: normal;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #fff;
        font-size: 12px;
        text-align: center;
    }

.EDCarGp {
    background-color: #CECECE !important;
}

.EditCarGpTable .table tbody tr td {
    text-align: center;
}

.CareGapTabs {
    margin-top: 2%;
}

.QualtyMesrQuetin {
    font-family: Roboto-Regular;
    font-size: 16px;
    font-weight: normal;
}

.CareGapTabs .nav-tabs {
    border-bottom: 1px solid transparent;
}

    .CareGapTabs .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    .CareGapTabs .nav-tabs > li.active > a, .CareGapTabs .nav-tabs > li.active > a:focus, .CareGapTabs .nav-tabs > li.active > a:hover {
        border: 1px solid transparent;
        background-color: #2582d0;
        color: #fff;
        border-radius: 0px;
        font-family: Roboto-Regular;
        font-size: 14px;
        border-radius: 0px !important;
    }

    .CareGapTabs .nav-tabs > li > a {
        background-color: #cecece;
        border-radius: 0px;
        color: #000;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-right: 10px;
        padding: 8px 25px 8px 25px;
    }

.CGMedicalRcdFon {
    padding-top: 1%;
}

.MedicalRecordFound {
    border: 1px solid #ccc;
}

    .MedicalRecordFound h4 {
        background-color: #e9e7e8;
        font-weight: normal;
        color: #353535;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin: 0px;
        padding: 5px 10px 5px 10px;
    }

.Care2Fall {
    border: 1px solid #ccc;
}

    .Care2Fall h4 {
        background-color: #e9e7e8;
        font-weight: normal;
        color: #353535;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin: 0px;
        padding: 5px 10px 5px 10px;
    }

.MedFormData {
    padding-top: 5%;
}

    .MedFormData .control-label {
        text-align: left;
    }

    .MedFormData label {
        font-family: Roboto-Medium;
        color: #353535;
        font-weight: normal;
        font-size: 13px;
    }

    .MedFormData .form-control-feedback {
        text-align: left;
    }

.Care2Fall .glyphicon-question-sign:before {
    color: blue;
}

.MedicalRecordFound .glyphicon-question-sign:before {
    color: blue;
}

.ACOCARE_1 h4 {
    background-color: #e9e7e8;
    font-weight: normal;
    color: #353535;
    font-family: Roboto-Regular;
    font-size: 14px;
    margin: 0px;
    padding: 5px 10px 5px 10px;
}

.ACOCARE_1 .glyphicon-question-sign:before {
    color: blue;
}

.ACOCARE_1 {
    margin-top: 5%;
    border: 1px solid #ccc;
}

    .ACOCARE_1 .control-label {
        text-align: left;
    }

    .ACOCARE_1 label {
        font-family: Roboto-Medium;
        color: #353535;
        font-weight: normal;
        font-size: 13px;
    }

.ACOCareData {
    margin-top: 5%;
}

    .ACOCareData .form-control-feedback {
        text-align: left;
    }

.CommentOptional {
    margin-top: 5%;
    border: 1px solid #ccc;
}

    .CommentOptional h4 {
        background-color: #e9e7e8;
        font-weight: normal;
        color: #353535;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin: 0px;
        padding: 5px 10px 5px 10px;
    }

    .CommentOptional .glyphicon-question-sign:before {
        color: blue;
    }

.form-textarea {
    background-color: #f4f4f4;
    border-color: #d4e5f3;
    font-size: 14px;
    font-family: 'Roboto-Regular';
    padding-right: 20px;
}
/*-----------Popup Css----------*/
#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
    border-radius: 0px;
    text-align: center;
}

#boxes #dialog {
    width: 450px;
    height: auto;
    padding: 0px;
    background-color: #ffffff;
    font-family: 'Segoe UI Light', sans-serif;
    font-size: 15pt;
}

.maintext {
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    text-decoration: none;
}

#lorem {
    font-family: "Segoe UI", sans-serif;
    font-size: 12pt;
    text-align: justify;
    padding: 15px;
}

#popupfoot {
    font-family: "Segoe UI", sans-serif;
    font-size: 16pt;
    padding: 0px;
    margin-bottom: 15px;
}

    #popupfoot a {
        text-decoration: none;
        opacity: 1;
    }

.agree:hover {
    background-color: #D1D1D1;
}

.popupoption:hover {
    background-color: #D1D1D1;
    color: green;
}

.popupoption2:hover {
    color: red;
}
/*.gprook{color:#000;background: #ccc;font-family:Roboto-Medium;
    font-weight:normal;}
.gprook:hover{color:#000;background: #ccc;font-family:Roboto-Medium;
    font-weight:normal;}*/
.GproTitle {
    margin: 0;
    padding: 10px;
    background-color: #ccc;
    font-family: Roboto-Medium;
    font-weight: normal;
}

.okclose {
    float: none;
}

.require {
    color: red;
}

.CarGpBtn {
    margin-top: 5%;
}

/****************************MIPS CPC*****************/
.electronic_quality_table {
    white-space: nowrap;
    font-size: 12px;
}

    .electronic_quality_table tbody tr td:not(:first-child) {
        text-align: center;
    }

.Widget_php_color .mips_cpc_head {
    white-space: nowrap;
}

.electronic_quality_table > thead > tr > th, .electronic_quality_table > tbody > tr > td {
    border: 0px;
    padding: 3px 5px;
}

.mip_component_div h5 {
    font-weight: bold;
}

.mip_component_div p {
    font-size: 11px;
    font-weight: normal;
    margin: 0px;
}

.improvement_table > thead > tr > th, .improvement_table > tbody > tr > td {
    /*border: 0px;*/
    padding: 3px;
    font-size: 11px;
}

.main_btn_div {
    position: absolute;
    top: 48%;
    left: 33%;
    text-align: center;
    z-index: 1;
    background: #fff;
    width: auto;
    padding: 0px;
}

    .main_btn_div a {
        width: 125px;
        white-space: normal;
        font-size: 10px;
        color: #000;
    }

.mips_first_widget_div {
    display: inline-flex;
}

.mips_first_widget_block {
    padding: 15px;
    width: 100%;
    color: #fff;
    margin: 0px 5px;
    text-align: center;
    align-items: center;
    display: inline-grid;
    cursor: pointer;
}

.quality_block {
    background: #5b9bd5;
}

.advance_block {
    background: #54cccd;
}

.improvement_block {
    background: #48bb4f;
}

.cost_block {
    background: #70ad47;
}

.Widget_php_color .mipshead {
    font-size: 14px;
    white-space: nowrap;
}

.composite_score label {
    background: #54cccd;
    padding: 15px;
    margin-left: -15px;
}

.composite_score p {
    font-size: 7px;
    white-space: nowrap;
    margin-left: -15px;
    font-weight: bold;
}
/****************************MIPS CPC Details*****************/
.mips_table_quality thead th, .mips_table_quality tbody td {
    white-space: nowrap;
    text-align: center;
}

.mips_date {
    font-size: 10px;
    margin-right: 15px;
    margin-top: -5px;
}

.score_div {
    background: #9DC3E6;
    margin: 5px auto;
    width: 150px;
    border-radius: 5px;
    font-size: 60px;
}

.score_div_caption {
    font-size: 10px;
    font-weight: bold;
}

.performance_calculator_caption {
    font-size: 10px;
}

.improvement_activity_table thead tr th:first-child, .improvement_activity_table tbody tr td:first-child {
    border: none;
    vertical-align: middle;
}

.improvement_activity_table thead tr th:nth-child(2), .improvement_activity_table tbody tr td:nth-child(2) {
    border-left: 0px;
}

.improvement_div_align {
    display: inline-flex;
}

    .improvement_div_align .improvement_div_block {
        padding-right: 20px;
    }
/*.third_widget_table_down{
    margin-bottom: 120px;
}*/
.table_quality_calculator thead tr th, .table_quality_calculator tbody tr td {
    white-space: nowrap;
    font-size: 11px;
    padding: 3px 3px 4px 3px;
    border: 0px;
}

.table_quality_calculator thead tr th {
    text-decoration: underline;
}

    .table_quality_calculator thead tr th:not(:first-child), .table_quality_calculator tbody tr td:not(:first-child) {
        text-align: center;
    }

.improvement_text {
    position: absolute;
    margin-top: -29px;
    text-align: center;
    margin-left: 11px;
}
/*****************Chat Block in right coulmn***************/
#chatwindows {
    width: 100%;
    height: 370px;
}

.chat_panel_body {
    padding: 5px;
}

.currentprior g.highcharts-data-labels.highcharts-series-0.highcharts-bar-series.highcharts-color-0.highcharts-tracker {
    display: none;
}

.currentyeartitle {
    color: #5a9bd3;
}


/*------UI Developer---------*/


/*------Patient Profile--------*/
ul.bridge-left-menu li span {
    position: absolute;
    top: -4px;
    right: 12px;
    background: #f00;
    color: #fff;
    font-family: Roboto-Medium;
    font-size: 9px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
}

ul.bridge-left-menu li {
    position: relative;
}

.right-side-menu.third-column-width {
    margin-top: 58px !important;
}

.patient-prof label#patient_name {
    font-size: 22px;
    color: #2482ce;
    font-family: Roboto-Light !important;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 2px;
}

.patient-prof .pfofile_age {
    font-size: 16px;
    line-height: 16px;
    color: #3b6d9a;
    margin-bottom: 3px;
}

.patient-prof .div_flex_content .profile_name {
    font-size: 24px;
    line-height: 24px;
    color: #3b6d9a;
    font-family: Roboto-Light;
    font-weight: normal;
    margin-bottom: 4px;
}

.patient-prof .php_first_column_down_div {
    margin: 7% 0% 0% 0%;
}

.patient-prof .php_first_column_down_divtwo {
    margin: 0% 0% 0% 0%;
}

.patient-prof .php_first_column_down_div label {
    margin-bottom: 6px;
}

.patient-prof .php_first_width_align {
    margin: 15px 0;
}

    .patient-prof .php_first_width_align label {
        font-size: 14px;
        font-weight: 600;
    }

.patient-prof .div_flex_content a {
    text-decoration: underline;
}

.patient-prof .bottom_more_icon {
    right: 15px;
    height: 30px;
}

.bold-fnt {
    font-weight: 600;
}

.margin-align {
    margin-right: -20px;
}

.patient-prof .pharmacy_block label {
    margin-bottom: 0;
}

.patient-prof .pharmacy_block {
    padding: 10px 0;
}

.nopadding {
    padding: 0;
}

div#condition_image_CKD img, div#condition_image_DM img {
    width: 68px;
    height: 68px;
}

div#condition_image_CKD, div#condition_image_DM {
    text-align: left;
}

a#php_view_code, a#php_condition {
    font-family: arial;
    font-size: 14px;
    padding: 12px 22px;
}

div#condition_image_CKD div, div#condition_image_DM div {
    text-align: center;
    width: 70px;
}

.patient-prof .php_first_column_icons span {
    width: 100%;
    float: left;
}

.patient-prof .php_first_column_icons {
    font-size: 13px;
    margin-right: 7px;
    font-weight: 600;
    line-height: 15px;
}

.patient-prof .phperblock label {
    font-size: 14px;
}

.patient-prof .php_first_column_down_divthree {
    margin: 13% 0% 0% 0%;
}

.pro_dtls {
    line-height: 15px;
}

    .pro_dtls label {
        font-size: 12px !important;
        margin-bottom: 0;
    }

.patient-prof span#riskscorevalue {
    font-size: 6vw !important;
    font-weight: 300;
    font-family: Roboto-Light;
}

.patient-prof .php_profile_img img {
    height: auto;
    width: 100%;
}

.patient-prof .php_profile_img {
    max-width: 100%;
}

.patient-prof #view_condition_image label {
    font-size: 11px;
}

.patient-prof .head_icon_align_bridge_block {
    right: 11px;
}

.patient-prof .image_widget img {
    margin: 0px 0px 5px 1px;
}

.patient-prof .view_conditions {
    margin-top: 8%;
}

.patient-prof .php_fontsize_cost {
    font-size: 34px;
    color: #274766;
    font-weight: 300;
    font-family: Roboto-Light;
    line-height: 32px;
    margin-bottom: 7px;
}

.patient-prof #ermostvisited, .patient-prof #erdiagnosiscode, .patient-prof #inpatientmostvisitedfacility, .patient-prof #inpatientmostdiagnosiscode {
    line-height: 22px;
    margin-bottom: 7px;
}

.patient-prof .phperblock {
    font-size: 22px;
}

.patient-prof .phperblock {
    font-size: 22px;
    font-weight: 300;
    font-family: Roboto-Light;
    padding-bottom: 3px;
    color: #274766;
}



.patient-prof .pharmacy_block .php_pharmacy_text_color, .php_clr_txt {
    font-size: 16px;
    font-family: Roboto-light;
    color: #274766;
}

.patient-prof .php_clr_txt label {
    font-weight: normal;
    word-break: break-word;
    padding-right: 8px;
    font-family: Roboto-light !important;
}

.php_clr_txt a, .php_clr_label {
    color: #274766;
}

a.php_blk_link {
    color: #333;
    font-weight: 700;
}

#php_diagnostic_tabs .tabs_bridge_ul li {
    width: 32.9%;
    margin-right: 1%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    #php_diagnostic_tabs .tabs_bridge_ul li:last-child {
        margin-right: 0;
    }

.patient-prof .div_flex_content {
    line-height: 18px;
}

.patient-prof .Receive-radio {
    margin-bottom: 0;
}

#php_diagnostic_tabs .tabs_bridge_section {
    width: 100%;
}

#php_diagnostic_tabs.tabs_bridge {
    padding: 0 0 20px;
}

div#php_external_report_table_wrapper {
    margin-bottom: 20px;
}

.patient-prof .dataTables_wrapper .dataTables_length label {
    margin-top: 0;
    padding-top: 5px;
    padding-left: 5px;
}

.patient-prof div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 0;
    border-radius: 0;
    height: 28px;
    font-family: Roboto-Medium !important;
    font-size: 12px;
}

.patient-prof div.dataTables_wrapper div.dataTables_info {
    font-family: Roboto-Medium !important;
    font-size: 12px;
}

.patient-prof div.dt-buttons {
    margin-bottom: 0;
    margin-top: 5px;
    margin-right: 5px;
}

.patient-prof button.excel-btn:hover:not(.disabled), .patient-prof div.excel-btn:hover:not(.disabled), .patient-prof a.excel-btn:hover:not(.disabled), .patient-prof button.excel-btn, .patient-prof a.excel-btn, .patient-prof div.excel-btn, .patient-prof button.excel-btn, .patient-prof div.excel-btn, .patient-prof a.excel-btn, .patient-prof button.excel-btn:focus:not(.disabled), .patient-prof div.excel-btn:focus:not(.disabled), .patient-prof a.excel-btn:focus:not(.disabled), .patient-prof button.excel-btn:active:not(.disabled), .patient-prof button.excel-btn.active:not(.disabled), .patient-prof div.excel-btn:active:not(.disabled), .patient-prof div.excel-btn.active:not(.disabled), .patient-prof a.excel-btn:active:not(.disabled), .patient-prof a.excel-btn.active:not(.disabled) button.excel-btn:active:not(.disabled):hover:not(.disabled), .patient-prof button.excel-btn.active:not(.disabled):hover:not(.disabled), .patient-prof div.excel-btn:active:not(.disabled):hover:not(.disabled), .patient-prof div.excel-btn.active:not(.disabled):hover:not(.disabled), .patient-prof a.excel-btn:active:not(.disabled):hover:not(.disabled), .patient-prof a.excel-btn.active:not(.disabled):hover:not(.disabled) {
    width: 28px;
    height: 28px;
    background-size: cover;
    border: 0 none;
    margin: 0;
}

#diagnosis_outstanding th, #diagnosis_outstanding td, #php_external_report_table_wrapper th, #php_external_report_table_wrapper td {
    font-family: Roboto-Medium !important;
    font-size: 12px;
    padding: 5px 10px;
}

#php_diagnostic_tabs .tabs_bridge_ul li a {
    display: block;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: Roboto-Medium !important;
    font-size: 12px;
    text-align: center;
    color: #32699b;
    padding: 0.7em 1em 0.5em;
}

#diagnosis_outstanding thead {
    background: #dee8f1;
}



.flex-row .Widget_php_color, .flex-row .row.row_align {
    height: 100% !important;
}

.patient-prof .pharmacy_block:last-child {
    margin-bottom: 30px;
}

.patient-prof .Widget_php_color h3 {
    font-size: 16px;
}

.patient-prof .sml-font {
    font-size: 12px !important;
    padding-top: 8px;
}

.patient-prof .condition_show_hide_div {
    height: 105px;
}

@media (min-width: 1225px) and (max-width: 1320px) {
    .patient-prof .php_first_width_align label, .pro_dtls label {
        font-size: 11px;
    }

    .patient-prof label#patient_name {
        font-size: 19px;
    }

    .patient-prof .Widget_php_color h3 {
        font-size: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1224px) {
    .patient-prof .php_first_width_align label, .pro_dtls label, .patient-prof .php_first_column_icons {
        font-size: 10px;
    }

    .patient-prof label#patient_name {
        font-size: 18px;
    }

    .patient-prof .Widget_php_color h3 {
        font-size: 13px;
    }
}

@media (max-width: 1280px) {
    .patient-prof span#patienttotalannualcost {
        margin-top: 0;
    }
}

@media(max-width: 1199px) {
    .patient-prof .php_firstcolumn_div {
        padding-left: 15px;
    }

    .php_prof_holder {
        clear: left;
    }

    .patient-prof .php_first_column_down_divthree {
        margin-top: 10px;
        padding-left: 0px;
    }

    .patient-prof .php_firstcolumn_div .row.text-center.row_align {
        padding-left: 10px;
    }

    .patient-prof .php_first_column_down_divtwo {
        margin-top: 10px;
    }

    a#php_view_code {
        font-size: 12px;
        padding: 8px 14px;
    }
}

@media (min-width: 992px) {
    .flex-row {
        display: flex;
        display: -webkit-flex;
    }
}

@media (min-width: 768px) and (max-width: 985px) {
    .patient-prof {
        padding-right: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .patient-prof label, .patient-prof .sml-font, #diagnosis_outstanding th, #diagnosis_outstanding td, #php_external_report_table_wrapper th, #php_external_report_table_wrapper td, .patient-prof .Receive-radio label {
        font-size: 10px !important;
    }

        .patient-prof label#patient_name {
            font-size: 16px !important;
        }

    .patient-prof span#riskscorevalue {
        font-size: 50px !important;
    }

    .patient-prof span#patienttotalannualcost {
        font-size: 34px !important;
        height: 65px;
    }

    a#php_view_code {
        margin-left: 40px;
    }

    .patient-prof .head_icon_align_bridge_block {
        right: 5px;
    }

    .patient-prof .bottom_more_icon {
        right: 9px;
    }
}

@media (max-width: 992px) {
    .row.row_align {
        margin: 0;
    }

    .patient-prof .php_firstcolumn_div .row.text-center.row_align, .patient-prof .php_firstcolumn_div {
        padding-left: 0px;
    }

    .patient-prof .php_first_column_down_divtwo {
        padding-left: 10px;
    }
}

@media(max-width: 768px) {
    .php_prof_holder {
        padding-left: 10px !important;
    }
}

@media(max-width: 767px) {
    a#php_view_code {
        position: relative;
        left: 35px;
    }

    .patient-prof label#patient_name {
        font-size: 17px;
    }

    .patient-prof h1.dash_bridge_head {
        font-size: 26px;
    }

    .patient-prof .php_firstcolumn_div {
        margin: 7px 0;
    }

    .patient-prof span#riskscorevalue {
        font-size: 50px !important;
    }

    .patient-prof span#patienttotalannualcost {
        font-size: 34px !important;
        height: 65px;
    }

    .patient-prof .Widget_php_color h3 {
        font-size: 13px !important;
    }

    .patient-prof .bottom_more_icon {
        height: 23px;
    }

    .patient-prof .php_first_column_down_divtwo {
        padding-left: 0;
    }

    div#diagnosis_outstanding_filter, div#php_external_report_table_filter {
        float: left !important;
        margin-top: 0;
        padding-left: 5px;
    }

    .patient-prof div.dt-buttons {
        float: right !important;
    }

    .patient-prof div.dataTables_wrapper div.dataTables_info {
        position: inherit;
    }

    .patient-prof div.dataTables_wrapper div.dataTables_paginate {
        position: absolute;
        right: 5px;
        bottom: 0;
    }

    #outstand .table-responsive {
        padding-bottom: 20px;
    }


    .patient-prof .Receive-radio label {
        font-size: 10px;
    }
}
/*------Patient Profile--------*/


/*-----------awv dashboard-------------*/
.awv-dashboard .benificiar-persent {
    margin: 5% 2%;
    background-color: #c8da2b;
    float: left;
    height: 160px;
    width: 160px;
    pointer-events: none;
}

    .awv-dashboard .benificiar-persent p {
        padding-top: 40% !important;
        text-align: center;
        font-size: 64px;
    }

    .awv-dashboard .benificiar-persent.small {
        width: 95px;
        height: 95px;
        background-color: #ee777d;
        margin-top: 12%;
    }



.age-destribut table tr th {
    text-align: center;
}

.awv-dashboard .flex-row {
    margin-bottom: 12px;
}

.awv-dashboard .current_radio_align {
    margin-bottom: 15px;
}

.awe-dash-tbl {
    padding: 4px;
}

    .awe-dash-tbl thead {
        background: #ebebeb;
    }



.awv-dashboard select.form-control, .care-dashboard select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/down-arrow.png) no-repeat;
    background-size: 16px;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
}

.awv-dashboard .form-control, .care-dashboard .form-control, .tcm-dashboard .form-control {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
}

.awv-dashboard .form-textbox, .care-dashboard .form-textbox {
    background-color: #f4f4f4 !important;
}

.age-destribut table tr th:first-child, .age-destribut table tr th:nth-child(2), .age-destribut table tr td:first-child, .age-destribut table tr td:nth-child(2) {
    text-align: left;
}

.awv-dashboard .AWVSearchBtn, .awv-dashboard .AWVSearchBtn:hover, .awv-dashboard .AWVSearchBtn a {
    min-width: 190px;
    width: auto;
}

.awv-dashboard .pagination, .tcm-dashboard .pagination {
    margin: 0;
    padding-right: 10px;
}

    .awv-dashboard .pagination p {
        font-family: Roboto-Medium;
        font-size: 12px;
    }

    .awv-dashboard .pagination a span, .tcm-dashboard .pagination a span {
        letter-spacing: -5px;
        font-size: 15px;
        color: #2482ce;
    }

.awv-dashboard .disablecolor, .tcm-dashboard .disablecolor {
    color: #bdd9f0 !important;
}

/*-----------Care Manager-------------*/
.care-dashtbl {
    padding: 7px;
}

    .care-dashtbl table th {
        background-color: #dee9f1;
        border-bottom: none !important;
        padding: 4px 8px !important;
        font-size: 12px;
    }

    .care-dashtbl table td {
        border-bottom: 1px solid #ddd;
        border-top: none !important;
        padding: 4px 8px !important;
        font-size: 12px;
    }

/*
#caregapspatients table td:nth-child(6), #caregapspatients table td:nth-child(7), #caregapspatients table td:nth-child(9), #caregapspatients table td:nth-child(10), #caregapspatients table td:nth-child(12), #caregapspatients table td:nth-child(13), #caregapspatients table td:nth-child(15), #caregapspatients table td:nth-child(16), #caregapspatients table td:nth-child(18), #caregapspatients table td:nth-child(19), #caregapspatients table td:nth-child(21), #caregapspatients table td:nth-child(22), #caregapspatients table td:nth-child(24), #caregapspatients table td:nth-child(25), #caregapspatients table td:nth-child(27), #caregapspatients table td:nth-child(28), #caregapspatients table td:nth-child(30), #caregapspatients table td:nth-child(31), #caregapspatients table td:nth-child(33), #caregapspatients table td:nth-child(34), #caregapspatients table td:nth-child(36), #caregapspatients table td:nth-child(37) {
    border-right: none;
}
*/
#caregapspatients table thead tr:nth-child(2) th:nth-child(1), #caregapspatients table thead tr:nth-child(2) th:nth-child(2), #caregapspatients table thead tr:nth-child(2) th:nth-child(4), #caregapspatients table thead tr:nth-child(2) th:nth-child(5), #caregapspatients table thead tr:nth-child(2) th:nth-child(7), #caregapspatients table thead tr:nth-child(2) th:nth-child(8), #caregapspatients table thead tr:nth-child(2) th:nth-child(10), #caregapspatients table thead tr:nth-child(2) th:nth-child(11), #caregapspatients table thead tr:nth-child(2) th:nth-child(13), #caregapspatients table thead tr:nth-child(2) th:nth-child(14), #caregapspatients table thead tr:nth-child(2) th:nth-child(16), #caregapspatients table thead tr:nth-child(2) th:nth-child(17), #caregapspatients table thead tr:nth-child(2) th:nth-child(19), #caregapspatients table thead tr:nth-child(2) th:nth-child(20), #caregapspatients table thead tr:nth-child(2) th:nth-child(22), #caregapspatients table thead tr:nth-child(2) th:nth-child(23), #caregapspatients table thead tr:nth-child(2) th:nth-child(25), #caregapspatients table thead tr:nth-child(2) th:nth-child(26), #caregapspatients table thead tr:nth-child(2) th:nth-child(28), #caregapspatients table thead tr:nth-child(2) th:nth-child(29) {
    border-right: none;
}

#caregapspatients table thead tr:nth-child(2) th:nth-child(30) {
    border-right: 1px solid #cacaca;
}

/*#caregapspatients table td:nth-child(5), #caregapspatients table td:nth-child(7), #caregapspatients table td:nth-child(9), #caregapspatients table td:nth-child(11), #caregapspatients table td:nth-child(13), #caregapspatients table td:nth-child(15), #caregapspatients table td:nth-child(17), #caregapspatients table td:nth-child(19), #caregapspatients table td:nth-child(21), #caregapspatients table td:nth-child(23), #caregapspatients table td:nth-child(25), #caregapspatients table td:nth-child(27), #caregapspatients table td:nth-child(29) {
    border-right: none;
}

#caregapspatients table thead tr:nth-child(2) th:nth-child(1), #caregapspatients table thead tr:nth-child(2) th:nth-child(3), #caregapspatients table thead tr:nth-child(2) th:nth-child(5), #caregapspatients table thead tr:nth-child(2) th:nth-child(7), #caregapspatients table thead tr:nth-child(2) th:nth-child(9), #caregapspatients table thead tr:nth-child(2) th:nth-child(11), #caregapspatients table thead tr:nth-child(2) th:nth-child(13), #caregapspatients table thead tr:nth-child(2) th:nth-child(15), #caregapspatients table thead tr:nth-child(2) th:nth-child(17), #caregapspatients table thead tr:nth-child(2) th:nth-child(19), #caregapspatients table thead tr:nth-child(2) th:nth-child(21), #caregapspatients table thead tr:nth-child(2) th:nth-child(23), #caregapspatients table thead tr:nth-child(2) th:nth-child(25), #caregapspatients table thead tr:nth-child(2) th:nth-child(27) {
    border-right: none;
}*/

table.dataTable thead th, table.dataTable thead td {
    /*padding: 4px 8px !important;
    border-bottom: 1px solid #ddd;*/
}

.bor-line table.table td {
    padding: 4px 4px !important;
    white-space: nowrap;
    font-size: 10px;
    border-right: 1px solid #cacaca;
}

.blz-tbl table th {
    background: #f1f1f1 !important;
}

table.dataTable.no-footer {
    border-bottom: none;
}

.blazemostrecentadm table {
    width: 100% !important;
}


/*.care-dashtbl table.dataTable thead .sorting, .care-dashtbl table.dataTable thead > tr > th.sorting_asc {
    background: #dee9f1 !important;
}*/

.care-dashtbl #plist thead th {
    padding: 0 8px !important;
}

.care-dashtbl .medium {
    color: #e48737;
    font-weight: 600;
}

.care-dashtbl .high, .awe-dash-tbl .high, .patientluk-up .high {
    color: #ff0000;
    font-weight: 600;
}

.care-dashtbl .low, .awe-dash-tbl .low {
    color: #099016;
    font-weight: 600;
}

.care-dashtbl .AWVSearchBtn {
    width: auto;
    padding: 5px 35px;
}

.care-dashboard .caregap_search_box, .awv-dashboard .caregap_search_box, .tcm-dashboard .caregap_search_box, .head-dashboard .caregap_search_box {
    margin-top: 14px;
    width: 180px;
    float: right;
}

.care-dashboard .caregap_search_img, .awv-dashboard .caregap_search_img, .tcm-dashboard .caregap_search_img, .head-dashboard .caregap_search_img {
    top: 20px;
}

.care-dashboard .clinical-destribution h3 {
    font-family: Roboto-Medium;
    color: #f68220;
    font-size: 16px;
    margin-top: 10px;
    width: auto;
    margin-bottom: 10px;
    padding-left: 15px;
}



.care-dashboard .AWVPatientSearchTable {
    border: none;
}

.care-dashboard .freek-report li a {
    margin-left: 10px;
}

.care-dashboard .freek-report {
    text-align: left;
    margin-bottom: 40px;
}

.care-dashboard .age-destribut h4 {
    width: 263px;
    margin: 0;
}

.care-dashboard .patient-census {
    height: 100% !important;
}

.care-dashboard span.image_widget img {
    margin: 0 0 5px 0px;
}

.awe-dash-tbl table td:first-child {
    color: #15579f;
}

.care-dashboard .smll-ico {
    left: 17px;
}


/*-------- TCM Dashboard----------*/
.tcm-dashboard table tr td p span img {
    width: 16px;
}

.tcm-dashboard table tr td p {
    margin-bottom: 0px;
}

    .tcm-dashboard table tr td p span {
        margin-right: 14px;
    }

.tcm-dashboard table tr td, .tcm-dashboard table tr th {
    text-align: center;
}



.tcm-dashboard .awe-dash-tbl table td:first-child, {
    color: #2482ce;
}

.tcm-dashboard .patient-census {
    min-height: 345px;
    height: auto !important;
}

.casetracker ul li img {
    width: 16px;
    vertical-align: text-bottom;
}

.casetracker .patient-census {
    min-height: auto !important;
    height: auto !important;
}

.trackerlist ul.list-inline {
    text-align: left;
    margin-left: 2px;
}

    .trackerlist ul.list-inline li {
        margin: 8px 0;
        font-size: 12px;
        font-family: Roboto-Regular;
    }

        .trackerlist ul.list-inline li span {
            margin: 0 5px;
        }

.nw-tbl table.table th, .nw-tbl table.table td {
    padding: 10px 8px !important;
    white-space: nowrap;
}

.nw-tbl table.table th {
    background: #EBEBEB;
}
/*-------- End of TCM Dashboard----------*/

/*-----Patient Lookup----*/

.patientluk-up .lookup-btn {
    margin-top: 20px;
}

.patientluk-up label#patient_email {
    color: #0061b0;
}

.email-btn .lookup-btn {
    margin-top: 0px;
}

.email-btn p {
    margin-bottom: 35px;
}

/*-----Patient Lookup----*/



/*-----Intake Patient care----*/

.intake_lft_pad {
    padding-left: 0;
}

.email-btn input.form-control {
    border-radius: 0;
}
/*-----Intake Patient care----*/

@media (max-width:1400px) and (min-width:992px) {
    .care-dashboard .freek-report li a {
        margin-left: 1px;
    }

    .care-dashboard .freek-report li {
        font-size: 11px;
    }
}



@media (max-width: 991px) {
    .media-left-pdgm {
        padding-left: 15px;
    }
}

@media (max-width:767px) {
    .awv-dashboard .AWVSearchBtn, .awv-dashboard .AWVSearchBtn:hover, .awv-dashboard .AWVSearchBtn a {
        min-width: 190px;
        width: 100% !important;
    }

    .care-dashboard .caregap_search_box, .awv-dashboard .caregap_search_box, .tcm-dashboard .caregap_search_box {
        margin-top: -7px;
        width: 100%;
        float: left;
        margin-bottom: 14px;
    }

    .care-dashboard .caregap_search_img {
        top: 0px;
    }

    .care-dashboard .age-destribut h4 {
        width: 88%;
    }

    .tcm-dashboard .traditin-assimnt {
        padding-top: 0;
        padding-bottom: 90px;
    }
}
/*-------popup css---*/
#SearchDialog h2 {
    font-family: Roboto-Medium;
    color: #f68220;
    font-size: 16px;
    margin-top: 5px;
    width: auto;
    margin-bottom: 20px;
    padding-left: 15px;
}


#ResourceManager .patient-box {
    background-color: #f4f4f4;
    border: 1px solid #d4e5f3;
    height: 45px;
    padding: 5px;
}

    #ResourceManager .patient-box a {
        margin-top: 5px;
        margin-right: 10px;
    }

#ResourceManager .form-textbox {
    background-color: transparent;
    margin-bottom: 20px;
    border-radius: 0px;
    box-shadow: none;
    width: 75%;
    float: left;
    border: none;
}

#ResourceManager table.table {
    margin-top: 20px;
    border: 1px solid #ddd;
}

    #ResourceManager table.table th {
        background-color: #f4f4f4;
        border-top: none;
        border-bottom: 1px solid #ddd;
    }

    #ResourceManager table.table td {
        border-top: none;
    }



#CaseManager .modal-header {
    background: #b3d4f2;
    color: #000;
}

.trackerlist li a {
    color: #333;
}

#CaseManager p img {
    background: #fa9b00;
    border-radius: 50%;
    width: 40px;
    padding: 5px;
}

#CaseManager p {
    font-size: 14px;
    font-family: Roboto-Light;
    margin-left: 4px;
}

#CaseManager .modal-body p:first-child {
    margin-bottom: 20px;
    margin-left: 0;
}

#CaseManager .lookup-btn {
    padding: 6px 60px;
}

#CaseManager .select2-container {
    width: 90% !important
}

#CaseManager .select2-container--default .select2-selection--multiple {
    border: 1px solid #aaa !important;
    border-radius: 0;
}

#CaseManager .multi-selct span.select2-selection__choice__remove {
    float: right;
    margin-left: 10px;
}

.multi-selct .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ebebeb;
    border: 1px solid #aaa;
    border-radius: 19px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 8px 7px 7px 0px;
    color: #000;
    font-size: 14px;
    width: 150px;
    overflow: hidden;
}

span.img_select2 {
    background: #fa9b00;
    color: #fff;
    font-size: 11px;
    padding: 11px;
    border-radius: 50%;
    margin-right: 6px;
}

/*-----Patient Lookup----*/

.patientluk-up .lookup-btn {
    margin-top: 20px;
}

.patientluk-up label#patient_email {
    color: #0061b0;
}

.email-btn .lookup-btn {
    margin-top: 0px;
}

.email-btn p {
    margin-bottom: 35px;
}

/*-----Patient Lookup----*/

/*-----Intake Patient care----*/

.intake_lft_pad {
    padding-left: 0;
}

.email-btn input.form-control {
    border-radius: 0;
}
/*-----Intake Patient care----*/


/*------------BlazeBOard-----------*/


div#ChildRecentAdmit .blz-col-position {
    padding: 0px 10px;
}

.blazecontent h3 {
    color: #00b1f2;
    font-family: Roboto-Light;
    font-size: 20px;
}

.third_col_bg {
    background: #fafafa;
    padding: 10px;
    border: 1px solid #eee;
    width: 100%;
    float: left;
}

    .third_col_bg p {
        color: #386c99;
        font-size: 10px;
        font-family: Roboto-Regular;
        margin: 0;
    }

    .third_col_bg h2 {
        color: #f7941e;
        font-size: 30px;
        margin: 0;
        font-family: Roboto-Light;
    }

.blz-row-ht {
    height: 100%
}

.blz_second_col {
    background: #00b9f2;
    color: #fff;
    height: 100%;
    width: 100%;
    float: left;
}

.blz-img-pnl {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px;
}

.blz-info {
    font-family: Roboto-Light;
    text-align: center;
}

    .blz-info h4 {
        font-size: 26px;
        margin-top: 0;
        margin-bottom: 39px;
    }

.blz-tbl {
    padding: 7px 15px;
}

.blz-info p {
    font-size: 24px;
}

.blazeboard .flex-row {
    margin-bottom: 0;
}

.blz-tbl table img {
    width: 13px;
}

.blz-tbl table th {
    background: #f1f1f1;
}

.btn-fullview {
    background: #00b9f2;
    color: #fff;
    font-size: 12px;
    font-family: Roboto-Medium;
    border-radius: 0;
}

    .btn-fullview:hover {
        color: #fff;
    }

.blazeboard .blz-col-ftr {
    display: block !important;
}

.care-dashboard .blz-col-ftr img {
    width: auto;
    float: left;
    margin: 0;
    background: transparent;
    padding: 0;
}

.blazecontent .blz-col-ftr img {
    width: 25px;
    float: right;
    margin: 0 3px;
    background: #656e74;
    padding: 4px;
}

.blz-tbl table tr td, .blz-tbl table tr th {
    font-size: 10px;
    text-align: left;
}

.blz-second-tbl tr td:last-child {
    width: 62px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.blz-nxt {
    margin-top: 6px;
}

    .blz-nxt a {
        color: #000;
        font-size: 12px;
        font-family: Roboto-Medium;
    }

    .blz-nxt span {
        color: #77aada;
        font-size: 20px;
        vertical-align: text-bottom;
    }

.blz-last-sec {
    background: #00b9f2;
    width: 100%;
    float: left;
    padding: 10px;
    color: #fff;
}

    .blz-last-sec p {
        margin-bottom: 0;
    }

        .blz-last-sec p span {
            font-size: 22px;
            font-family: Roboto-Light;
            margin-right: 15px;
            vertical-align: middle;
        }

.btn-mybridge {
    background: rgba(0, 0, 0, 0.61);
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    padding: 6px 16px;
}

    .btn-mybridge:hover, .btn-mybridge:focus {
        color: #fff;
    }

.blz-last-sec img {
    width: 35px;
    background: rgba(0, 0, 0, 0.61);
    padding: 7px;
}

.graph-content p {
    font-size: 10px;
    line-height: 13px;
    font-family: Roboto-Regular;
    margin-bottom: 4px;
}

    .graph-content p:nth-child(2) {
        font-size: 10px;
        color: #646363;
    }

.blazeboard #benchmark, .blazeboard #benchmark2, .blazeboard #benchmark3 {
    border: 1px solid #ccc;
    overflow: hidden;
}

.blz-col-position {
    position: relative;
}

.blazeboard .blz-col-position .blz-col-ftr, .care-dashboard .blz-col-position .blz-col-ftr {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#BlzBoard .modal-content {
    width: 100%;
    float: left;
    background: transparent;
    box-shadow: none;
    border: none;
}

#BlzBoard .modal-body {
    width: 100%;
    float: left;
    padding: 0px;
}

#BlzBoard .modal-header {
    background: transparent;
    border: none;
    padding: 3px 1px;
}

#BlzBoard button.close.modal-close {
    color: #b3cfe5;
    opacity: 1;
    border: none;
    border-radius: 0;
    padding: 1px 10px;
    background: #fff;
    font-size: 30px;
}

#BlzBoard .graph-content p span {
    color: #386c99;
}

#BlzBoard .graph-content p {
    color: #646363;
}

.blz-scroll {
    height: 480px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#benchmark4 {
    border: 1px solid #ccc;
    overflow: hidden;
    min-height: 200px;
    margin-bottom: 10px !important;
}



.blz-media-pdgm {
    padding-right: 0;
}
/*------------End of BlazeBOard-----------*/


/*---------Schedule Appointment---------*/



.custom-calender a {
    color: #8e352e;
    text-decoration: none;
}



.custom-calender thead {
    background: #ddedf9;
}

..custom-calender tr.days td {
    padding: 0
}

.custom-calender .weekdays th {
    text-align: center;
    line-height: 20px;
    border: none !important;
    padding: 10px 6px;
    color: #000;
    font-size: 12px;
    font-family: Roboto-Regular;
    font-weight: bold;
}


.custom-calender .days li:hover {
    background: #d3d3d3;
}

.custom-calender .date {
    text-align: center;
    margin-bottom: 5px;
    padding: 4px;
    background: #333;
    color: #fff;
}

.custom-calender .event {
    font-size: 13px;
    background: #fcf17a;
    color: #000;
    text-decoration: none;
    padding: 4px;
}

.custom-calender .event-desc {
    color: #000;
    margin: 3px 0 7px 0;
    text-decoration: none;
    font-size: 12px;
}

.custom-calender .other-month {
    background: #fff;
    color: #666;
}

a.btn.btn-schedule {
    border: 1px solid #ccc;
    margin-right: 8px;
    margin-top: 10px;
    color: #000;
    border-radius: 0;
    padding: 6px 12px 6px 0px;
    width: 180px;
    margin-bottom: 12px;
}

.btn-schedule span {
    color: #00b9f2;
    left: -9px;
}

span.yellows-select {
    background: #fcf17a;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    border: 1px solid #ccc;
}

span.default-select {
    background: #f5f5f5;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    border: 1px solid #ccc;
}

.appt-link a {
    color: #000;
}

.sche-ico img {
    width: 30px;
    margin-right: 5px;
    margin-top: 14px;
}

.event-time {
    font-size: 12px;
    color: #999;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td {
    padding: 10px;
}

tr.weekdays th span {
    color: #2482ce;
    font-size: 15px;
}

/*---------Schedule Appointment---------*/


@media (max-width:1400px) and (min-width:992px) {
    .care-dashboard .freek-report li a {
        margin-left: 1px;
    }

    .care-dashboard .freek-report li {
        font-size: 10px;
    }
}

@media (max-width:1199px) {
    .blz-media-pdgm {
        padding: 0;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .media-left-pdgm {
        padding-left: 15px;
    }

    .blazeboard .blz-col-position .blz-col-ftr, .care-dashboard .blz-col-position .blz-col-ftr {
        position: relative;
        width: auto;
    }

    .care-dashboard .smll-ico {
        left: 0px;
    }

    .caretracker-col {
        margin-left: 0;
        padding-right: 15px;
    }

    .caseassigner-col {
        margin-left: -15px;
    }

    .caregap_dash .patient_search_radioalign {
        padding: 0;
        margin-top: 10px;
    }
}

@media (max-width:767px) {
    .awv-dashboard .AWVSearchBtn, .awv-dashboard .AWVSearchBtn:hover, .awv-dashboard .AWVSearchBtn a {
        min-width: 190px;
        width: 100% !important;
    }

    .care-dashboard .caregap_search_box, .awv-dashboard .caregap_search_box, .tcm-dashboard .caregap_search_box {
        margin-top: -7px;
        width: 100%;
        float: left;
        margin-bottom: 14px;
    }

    .care-dashboard .caregap_search_img, .awv-dashboard .caregap_search_img, .tcm-dashboard .caregap_search_img, .casetracker .caregap_search_img {
        top: 0px;
    }

    .care-dashboard .age-destribut h4 {
        width: 67%;
        margin-bottom: 20px;
    }

    .tcm-dashboard .traditin-assimnt {
        padding-top: 0;
        padding-bottom: 90px;
    }

    .intake_lft_pad {
        padding-left: 15px;
    }

    .care-dashboard .traditin-assimnt {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .req-emc {
        text-align: left;
    }

    a.btn.lookup-btn {
        margin-bottom: 5px;
    }

    .care-dashboard .traditin-assimnt {
        padding-top: 0;
        padding-bottom: 50px;
    }
}

@media (max-width:500px) {
    .blz-last-sec .col-xs-8 {
        width: 100%;
        margin-bottom: 10px;
    }

    .blz-last-sec .col-xs-4 {
        width: 100%;
        text-align: left;
    }

    .lookup-btn {
        font-size: 12px;
        padding: 8px 16px 8px 16px;
    }
}

@media (min-width: 1100px) {
    .modal-lg {
        width: 1097px;
    }
}

/*care manager*/
.greenevent {
    background-color: #d1f2c6 !important;
    color: black !important;
    text-align: center;
}

.whitevent .fc-event-inner {
    background-color: #d1f2c6 !important;
    border: none !important;
    border-color: #d1f2c6 !important;
    color: #000 !important;
    text-align: center;
}

.age-destribut img {
    width: 15px !important;
}

.care-dashtbl td img {
    width: 9px !important;
    height: 9px !important;
}

.care-dashtbl table.dataTable thead .sorting:after {
    /*content: none !important;*/
}

.report-gender img {
    width: 25px !important;
    height: 55px;
}


.patient-age-distribut img {
    width: 25px !important;
    height: 55px;
}

div#referral_piechart {
    width: 100% !important;
}

    div#referral_piechart .highcharts-container {
        margin: auto;
    }

.custom-calender td {
    padding: 0px !important;
    height: 45px !important;
}

    .custom-calender td:first-child {
        padding-top: 10px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

.care-dashboard .blz-col-ftr {
    display: flex;
}


/*----CareGaps-------*/
.caregap_dash .caregap_nav_tabs {
    margin-bottom: 20px;
    padding: 0 15px;
    border: none;
}

.caregap_dash .caregap_tab_selectbox {
    margin-left: 0px;
}

.caregap_dash table#caregaps_practicestatus th {
    background: #ebf2f6;
    padding: 10px;
    text-align: center;
}

    .caregap_dash table#caregaps_practicestatus th:first-child {
        text-align: left;
    }

.caregap_dash table#caregaps_practicestatus tr td {
    text-align: center;
}

    .caregap_dash table#caregaps_practicestatus tr td:first-child {
        text-align: left;
    }

.caregap_dash div#caregaps_practicestatus_length {
    margin: 0 10px;
}

.caregap_dash .buttons_line {
    margin: 0% 0% 2px 12px;
}

.caregap_dash .cargap_tab_widget ul.nav.nav-tabs.caregap_nav_tabs {
    padding: 0;
    border-bottom: 2px solid #5c85ac;
}

    .caregap_dash .cargap_tab_widget ul.nav.nav-tabs.caregap_nav_tabs li {
        margin-bottom: 0;
    }

.caregap_dash .srch-txt {
    color: #5c85ac;
    font-family: Roboto-Light;
    font-size: 15px;
}

.caregap_dash span.image_widget img {
    margin: 0 1px;
}

.caregap_dash .caregap_first_widget .pull-right {
    margin-top: 6px;
}

.caregap_dash .pagination.pagination-normal.pagination-centered {
    margin: 0;
}

.caregap_dash .pagination_editcaregap.pull-right span {
    vertical-align: sub;
}

.caregap_dash i.fa.fa-question.glyphicon_sign {
    vertical-align: text-top;
}

.caregap_dash input#SearchKey {
    border: 2px solid #8ea7c7;
}

.caregap_dash div.dataTables_wrapper .dataTables_info {
    bottom: 14px;
}

.caregap_dash #caregaps_practicestatus_paginate {
    margin-bottom: 12px;
}

.caregap_dash li.last a {
    vertical-align: sub;
}

table.table.patient_search_table tr th {
    color: #1b406d;
    background: transparent;
}

.care-dashboard .care-dashtbl td:last-child img {
    background: #00b9f2;
    padding: 3px;
    border-radius: 50%;
    width: 17px !important;
    height: 17px !important;
}

/*-----------10-3-2017 UI Developer----------*/

.highcharts-credits {
    display: none;
}

.blz-tbl table tr td, .blz-tbl table tr th {
    white-space: nowrap;
}

.blz-media-expand {
    overflow: hidden;
    clear: both;
    display: none;
}

    .blz-media-expand p {
        font-size: 10px;
        color: #646363;
        margin-bottom: 5px;
    }

        .blz-media-expand p:last-child {
            margin-bottom: 0;
        }



.referral-type h3 {
    font-family: Roboto-Regular;
    color: #f68220;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.referral-type label {
    text-align: left;
}

.referral-type select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/down-arrow.png) no-repeat;
    background-size: 16px;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
}

.referral-type .form-control {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
}

.referral-type .form-textbox {
    background-color: #f4f4f4 !important;
}

.referral-type form.form-horizontal {
    margin-left: 40px;
}

.btn-holder {
    overflow: hidden;
    clear: both;
    margin: 10px 0;
    padding: 10px 15px;
}

    .btn-holder .submit-btn, .btn-holder .submit-btn:hover, .btn-holder .submit-btn:focus {
        margin-right: 0 !important;
    }

.referral-type h5 {
    color: #496884;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}

.referral-type p {
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}


.sm-chk [type="checkbox"]:not(:checked),
.sm-chk [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    .sm-chk [type="checkbox"]:not(:checked) + label,
    .sm-chk [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 1.95em;
        cursor: pointer;
        font-weight: 700;
    }

        .sm-chk [type="checkbox"]:not(:checked) + label:before,
        .sm-chk [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 1.25em;
            height: 1.25em;
            border: 1px solid #ccc;
            background: #fff;
            border-radius: 0;
        }

.modal-body .brd-access {
    background: #f0f5f9;
}

.tab-content .brd-access {
    margin-top: 0;
}

.sm-chk [type="checkbox"]:not(:checked) + label:after,
.sm-chk [type="checkbox"]:checked + label:after {
    content: 'x';
    position: absolute;
    top: .08em;
    left: .25em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #333;
    transition: transform .2s;
    font-family: Roboto-Regular;
}

.no-left-pdng {
    padding-left: 0;
}

.dim-text {
    color: #ccc;
}
/*.sm-chk.xs-chk [type="checkbox"]:not(:checked) + label:before, .sm-chk.xs-chk [type="checkbox"]:checked + label:before {
    background: #eee;
    border-radius: 4px;
}*/
.checkbox.sm-chk.xs-chk {
    padding-bottom: 10px;
}

span.asterisk {
    color: #f00;
    margin-left: 5px;
}

.bridge-lab-tab {
    padding: 0;
}

.btnCenter {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: transparent;
    color: #2582cf;
    border: 1px solid #2582cf;
}

.bridge-lab-tab h3 {
    color: #f68220;
    padding: 0;
    font-size: 16px;
}

.bridge-lab-tab .tab-content {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 20px;
}

.bridge-lab-tab li:last-child {
    margin-right: 0;
}

.bridge-lab-tab li {
    margin-right: 4px;
    min-width: 100px;
    text-align: center;
}

    .bridge-lab-tab li.active a, .bridge-lab-tab li a:hover, .bridge-lab-tab li a:focus, .bridge-lab-tab li.active a:hover, .bridge-lab-tab li.active a:focus {
        background-color: #8bb9ea;
        border-color: #8bb9ea;
        color: #fff;
    }

    .bridge-lab-tab li a {
        color: #496884;
        background-color: #b3d4f4;
    }

.sm-chk [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.sm-chk [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.bridge-lab-tab ul.nav.nav-tabs {
    border: 0 none;
}

.no-ver-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.referral-type .form-control-feedback {
    right: 15px;
}

div#savePanel {
    max-width: 500px;
    margin: auto;
}

    div#savePanel .modal-dialog {
        width: 100% !important;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

        div#savePanel .modal-dialog form.form-horizontal {
            margin-left: 0;
            margin-top: 15px;
            margin-bottom: 15px;
        }

            div#savePanel .modal-dialog form.form-horizontal .btn-holder {
                text-align: center;
            }

.xs-chk span {
    position: absolute;
    right: 15%;
    border-left: 1px solid #b3d4f4;
    height: 100%;
    width: 100px;
    padding-left: 50px;
    font-weight: 700;
}

.xs-chk label {
    max-width: 200px;
}

.tcm-chart path.highcharts-legend-nav-inactive, .tcm-chart path.highcharts-legend-nav-active {
    /*display: none;*/
}


@media (min-width: 768px) {
    .tab-sep::after {
        background: #f68220;
        content: '';
        position: absolute;
        right: 5%;
        top: 0;
        width: 1px;
        height: 100%;
    }

    .tab-sep {
        position: relative;
    }

    .referral-type .modal-dialog .modal-content {
        left: -10px;
    }

    #savePanel .modal-dialog .modal-content {
        left: 0;
    }

    .left-label .form-horizontal .control-label {
        text-align: left;
    }

    .referral-type .left-label .form-horizontal {
        margin-left: 0;
    }
}

.blz-icon span img {
    width: 35px;
    margin-top: 15px;
    margin-right: 5px;
}

.blz-icon {
    text-align: right;
}

@media (max-width: 992px) {
    .modal-body .brd-access {
        padding: 30px 0;
    }

    .referral-type form.form-horizontal {
        margin-left: 0px;
    }

        .referral-type form.form-horizontal label {
            font-size: 12px;
        }

    div#ModalPHP, .referral-type {
        padding-right: 0 !important;
    }

        #ModalPHP .modal-dialog, .referral-type .modal-dialog {
            width: 95% !important;
        }

    .bridge-lab-tab h3 {
        padding: 7px;
        font-size: 14px;
    }

    .checkbox.sm-chk.xs-chk {
        padding-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .top-chk {
        overflow: hidden;
    }

        .top-chk .checkbox.sm-chk {
            padding-left: 10px;
        }

    .xs-chk span {
        right: -33px;
        border-left: 0;
    }

    #LabSet .col-sm-6, #IndividualLabs .col-sm-6 {
        padding-left: 0;
    }

    .blazeboard .caregap_search_box, .awv-dashboard .caregap_search_box {
        margin-top: -7px;
        width: 90%;
        float: right;
        margin-bottom: 14px;
    }

    .blz-icon span img {
        margin-top: -6px;
    }

    .blz-icon {
        text-align: left;
    }

    .referral-type .php_modal {
        padding: 0;
    }

    .referral-type .form-textbox {
        margin-bottom: 5px;
    }

    .btnCenter {
        left: 10px;
        transform: translateX(-50%);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
}

@media (max-width: 480px) {
    .blazeboard .caregap_search_box, .awv-dashboard .caregap_search_box {
        width: 80%;
    }
}

@media (max-width: 400px) {
    .modal-body .brd-access {
        padding: 10px 0;
        margin: 10px 0;
    }
}
/*----16-10-2017----*/
#PatientSearch .modal-body, #PatientDetails .modal-body {
    padding-top: 30px;
}

.lbl-popup {
    color: #333;
}

    .lbl-popup:hover, .lbl-popup:focus {
        color: #333;
    }

.AWVSearchBtn:focus {
    color: #fff;
}

.care-dashtbl-btn {
    padding: 7px;
    margin-bottom: 5px;
}

.tcm-dashboard .tcm-filter .caregap_search_box {
    margin-top: 0px;
    background: #fff;
    float: none;
    width: 100%;
}

.tcm-dwnload {
    display: inline-block;
}

.tcm-search-box {
    position: relative;
    width: 180px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.tcm-dwnload img {
    max-width: 36px;
    height: 36px;
}

.tcm-prof.patient-prof .php_first_column_down_divthree {
    margin: 8% 0% 0% 0%;
}

.tcm-dashboard .tcm-filter .caregap_search_img {
    top: 5px;
    right: 5px;
}


.tcm-filter > .col-xs-12.col-sm-8 {
    padding-left: 0;
}

.first-column-width .defult_profile_img {
    padding: 10px;
}

@media (max-width: 1400px) {
    .tcm-search-box {
        width: 125px;
    }
}

@media (max-width:1199px) {
    .prof-pdgm {
        padding-left: 30px !important;
    }

    .current_radio_align.tcm-filter {
        display: block;
    }

    .tcm-filter > .col-xs-12.col-sm-4, .tcm-filter > .col-xs-12.col-sm-8 {
        width: 100%;
    }
}

@media (max-width:992px) {
    .prof-pdgm {
        padding-left: 15px !important;
        margin: 7px 0;
    }
}

@media(min-width:768px) {
    .descrp-lable {
        width: 12.55555%;
    }

    .descrp-textarea {
        width: 87.3333%;
    }

    .spn-blk-lrg {
        display: block;
    }

    .care-dashboard .freek-report li {
        font-size: 15px;
    }
}
/******************* UI Changes ******************/
span.image_widget.image_widget_clock img {
    margin-left: 0px;
}



label.bridge-nav {
    font-size: 11px;
    font-weight: normal;
}

    label.bridge-nav span {
        font-size: 18px;
        position: relative;
        top: 4px;
    }

        label.bridge-nav span.next_glyphicon {
            right: 3px;
        }

.caregap_nav_tabs {
    border-bottom: 1px solid #00b9f2;
}

    .caregap_nav_tabs > li.active > a, .caregap_nav_tabs > li.active > a:focus, .caregap_nav_tabs > li.active > a:hover {
        background: #00b9f2;
        border: 1px solid transparent;
    }

    .caregap_nav_tabs > li > a, .caregap_nav_tabs > li > a:hover, .caregap_nav_tabs > li > a:focus {
        background: #b3d4f3;
        color: #2482ce;
        border: 1px solid transparent;
    }

.patient-prof .php_firstcolumn_div {
    padding-top: 12px;
}

.nowrap-td {
    white-space: nowrap;
}

.btn a, .btn a:hover, .btn a:focus {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

button.btn, button.btn:hover, button.btn:focus {
    padding: 5px 10px !important;
    margin-right: 7px !important;
}

    button.btn.CMPPBtn, button.btn.CMPPBtn:hover, button.btn.CMPPBtn:focus {
        margin-right: 4px;
    }

.screen-width-font {
    font-size: 71px;
    font-size: 3.5vw;
}

.patient-prof .screen-width-font, .patient-prof .screen-width-font span {
    font-size: 102px;
    font-size: 6.5vw;
    color: #2482ce;
}


/*@media (max-width: 1400px) {
    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        font-size: 10px;
    }
}*/

.chart-legend .symbol {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    float: left;
    -webkit-border-radius: 0px;
    border-radius: 0;
}

.chart-legend .serieName {
    float: left;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

#conditionlegend, #assignmentlegend {
    text-align: left;
}

.tcm-dashboard .flex-same-row .patient-census, .tcm-dashboard .flex-same-row .widgetrow_small {
    min-height: initial;
    height: 100% !important;
}

#conditionlegend {
    padding-left: 3vw;
}

.chart-legend {
    margin: 15px 0 0;
}

.traditin-care {
    margin-top: 34px;
}

.flex-same-row .patient-census h3, .flex-same-row .tcm-chart .current_radio_align {
    padding-left: 0;
}

#assignmentlegend {
    padding-left: 5vw;
}

.chart-legend .item {
    height: 18px;
    display: inline-block;
    margin-right: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .chart-legend .item {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .flex-same-row .tcm-chart .current_radio_align {
        width: 525px;
    }
}

@media (min-width: 992px) and (max-width: 1139px) {
    .flex-same-row .tcm-chart .current_radio_align {
        width: 419px;
    }

    .traditin-care {
        margin-top: 60px;
    }
}

@media (max-width: 1139px) {
    .flex-same-row .tcm-chart .current_radio_align {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .tcm-dashboard .flex-same-row .traditin-assimnt {
        padding-bottom: 20px;
    }

    .traditin-care {
        margin-top: 0;
    }
}

.reports_radio_align_Hedis {
    margin-bottom: 15px;
}


.third_widget_align {
    padding-left: 0;
    padding-right: 0;
    margin-right: 15px;
}

.patient-prof .third_widget_align {
    padding-left: 15px;
}

.patient-prof table th {
    background-color: #e5edf4;
    border-bottom: none !important;
    padding: 4px 8px !important;
    font-size: 14px;
}

.patient-prof table td {
    border-bottom: 1px solid #e6e6e6;
    border-top: none !important;
    padding: 4px 8px !important;
    font-size: 14px;
}

.patient-prof .php_text_color {
    color: #274766;
    font-size: 20px;
    font-weight: normal;
    font-family: Roboto-Light;
}

.full-width {
    width: 94.8%;
}

.top-search {
    position: relative;
    width: 198px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
}

.last-update-date {
    overflow: hidden;
    clear: both;
    font-size: 13px;
    padding-top: 3px;
}

.head-dashboard .top-search .caregap_search_box {
    margin-top: 7px;
}

.top-icons {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}


    .top-icons span.badge.menu_badge {
        right: 0;
    }

.head-dashboard .top-search .caregap_search_img {
    right: 4px;
}

.dot-holder {
    position: absolute;
    right: 15px;
    bottom: 0;
}

.head-with-radio h3, .head-with-radio .current_radio_align {
    display: inline-block;
    margin-left: 15px;
}



.img-inline {
    display: inline-block !important;
}

#Patient_Timeline_static img {
    width: 100%;
}

.php_tab_table ul li {
    width: 32.65%;
    margin-right: 1%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    background-color: #b3d4f3;
    color: #3b6d9a;
    border: 0 none;
}

    .php_tab_table ul li a, .php_tab_table ul li a:hover {
        margin-right: 0;
        background-color: #b3d4f3;
        color: #3b6d9a;
    }

    .php_tab_table ul li:last-child {
        margin-right: 0;
    }

.php_tab_table table {
    margin-bottom: 0;
}

.php_tab_table .tab-content {
    border: 1px solid #cbdce9;
    margin-bottom: 30px;
}

    .php_tab_table .tab-content table.table th, .php_tab_table .tab-content table.table td {
        white-space: nowrap;
        font-size: 12px;
    }

.php_tab_table ul li.active a, .php_tab_table ul li.active a:hover, .php_tab_table ul li.active a:focus {
    background-color: #6ba1e1;
    color: #fff;
}

.php_tab_table .submit-btn, .php_tab_table .submit-btn:hover {
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.top-icons {
    position: absolute;
    right: 15px;
    z-index: 1;
}

.top-collapse {
    position: absolute;
    right: 0;
    width: 300px;
    z-index: 999;
    background: #fff;
    top: 57px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .top-collapse::before {
        content: "";
        position: absolute;
        right: 11px;
        top: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #ccc transparent;
        z-index: 9999;
    }

#tblClaimsDetails td {
    word-wrap: break-word !important;
    white-space: normal !important;
    /*width: 300px;
    max-width: 300px;*/
}

#tblClaimsDetails th {
    vertical-align: top;
}

#tblClaimsDetails_wrapper .paginate_button, #tblClaimsDetailsById_wrapper .paginate_button {
    padding: 0;
    background: transparent;
    border: 0 none;
}

.top-collapse .panel-body {
    padding-top: 0;
    padding-bottom: 0;
    background: #f0f4f7;
}
/*.novelle-head img {
	margin-right: 20px;
}
.novelle-head h2 {
	margin-bottom: 25px;
	margin-top: 25px;
	text-align: center;
}
.novelle-head h2 a, .novelle-head h2 a:hover, .novelle-head h2 a:focus {
    color: #2683cd;
    font-weight: 600;	
}*/
.pdng-top {
    padding-top: 20px !important;
}

.whole-timeline tr td, .timeline-head ul li {
    border-top: 0 none !important;
    padding-top: 0 !important;
    padding-bottom: 3px !important;
    font-size: 11px;
    font-weight: 600;
}

    .timeline-head ul li.avg-cost span {
        position: absolute;
        top: 35%;
        white-space: nowrap;
        font-size: 13px;
    }

        .timeline-head ul li.avg-cost span::after {
            content: "";
            position: absolute;
            width: 100vw;
            height: 7px;
            z-index: 99;
            top: 8px;
            margin-left: 10px;
            background-image: url('../Images/dotted.png');
        }

    .whole-timeline tr td span.pat-year {
        font-size: 12px;
        color: #3b6d9a;
        font-weight: 600;
    }

.timeline-head {
    width: 90px;
}

.whole-timeline .table-responsive {
    width: calc(100% - 90px);
}

.timeline-head ul li.avg-cost {
    min-height: 330px;
    position: relative;
}

.whole-timeline {
    margin-right: 15px !important;
    padding-left: 15px;
    overflow: hidden;
}

#patientBellchart > td, #patientBellchart td.pat-chart-holder {
    padding: 0 !important;
}

#patientBellchart td.pat-chart-holder, #patientBellchart td.nobrdr {
    border-bottom: 0 !important;
}

#patientBellchart table.table {
    margin-bottom: 0;
}

.pat-timelime-holder {
    margin: auto;
}

.drop {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 15px;
    height: 15px;
    border: none;
    -webkit-border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
    border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0,0,0,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    margin: 5px auto;
}

.drop-green {
    background: #4fb963;
}

.drop-red {
    background: #f45057;
}

.drop-orange {
    background: #f68220;
}

span.pat-img img {
    width: 100%;
}

span.pat-img {
    display: block;
}

.whole-timeline .table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
}

.whole-timeline .table-responsive::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.sep-legend .symbol {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.sep-legend {
    max-width: 280px;
    margin: auto;
    position: relative;
    left: 40px;
}

    .sep-legend .item {
        display: block;
        margin-right: 0;
        line-height: 25px;
        cursor: pointer;
        width: 140px;
        float: left;
        text-align: left;
    }

    .sep-legend .serieName {
        display: inline-block;
        font-size: 14px;
    }

#rejected_provider tspan, #rejected_insurance tspan, #rejected_service tspan {
    stroke-width: 0;
}

.score_slider {
    background: url(../Images/Score-Card-Scale-v2.png) no-repeat;
    height: 80px;
    background-size: 100%;
}

    .score_slider.slider .ui-state-default, .score_slider.slider .ui-state-default, .score_slider.slider .ui-widget-content .ui-state-default, .score_slider.slider .ui-widget-header .ui-state-default {
        height: 84px;
    }

.lft-sidebar {
    padding-top: 0 !important;
    height: auto !important;
}

    .lft-sidebar h1 {
        background: #eaf1f6;
        margin: 0;
        padding-top: 13px;
        padding-bottom: 13px;
        white-space: nowrap;
    }

.inner-head h3 {
    font-family: Roboto-Regular;
    color: #f68220;
    font-size: 16px;
    margin-top: 10px;
}

/*.my_network-table td, .my_network-table td a {
    font-weight: bold;
}*/

.box-border img.img-responsive {
    width: 100%;
}

.box-border {
    overflow: hidden;
    border: 1px solid #5d9fda;
    margin-bottom: 20px;
    padding: 15px;
    clear: both;
}

span.icon-holder {
    background: #166fbf;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    opacity: 0.4;
}

.PatientMsgactive span.icon-holder {
    opacity: 1;
}

span.icon-holder span {
    margin-top: 1px;
    margin-left: 5px;
    font-size: 12px;
}

.single-chart {
    margin-top: 0;
    margin-left: 20px;
}

    .single-chart .symbol {
        width: 10px;
        height: 10px;
        margin-right: 4px;
        display: inline-block;
        vertical-align: middle;
    }

    .single-chart .serieName {
        display: inline-block;
        font-size: 12px;
    }

    .single-chart .item {
        display: inline-block;
        line-height: 20px;
        cursor: pointer;
        margin-bottom: 0px;
        margin-right: 8px;
    }

.utilize-holder {
    margin-top: 10%;
}

.utilize-holder-container .utilize-holder {
    margin-top: 0%;
}

    .utilize-holder-container .utilize-holder h1 {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
        padding-right: 10px;
        font-size: 12px;
    }

    .utilize-holder-container .utilize-holder p {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
        line-height: 1.1;
    }

.mypatientleft h1.dash_bridge_head {
    margin: 0 !important;
    padding-left: 0;
}

#tblMembers_wrapper th {
    border-bottom: none !important;
}

.utilize-holder-container .utilize-holder > div {
    margin: 8px 0;
}

.utilize-holder-graph {
    width: 48%;
}

.col-sm-3.utilize-holder-container {
    width: 18%;
}

#ModalMembersPopup_paginate ul.pagination li, #ModalMembersPopup_paginate ul.pagination li a, #PatientCountDetails_paginate ul.pagination li, #PatientCountDetails_paginate ul.pagination li a, #episodeModal .pagination li a, #episodeModal .pagination li a:hover, #episodeModal .pagination li a:focus, #episodeModal .pagination li, #episodeModal .pagination li:hover {
    padding: 0;
    box-shadow: none !important;
    background: transparent !important;
}

    #episodeModal .pagination li, #episodeModal .pagination li:hover, #ModalMembersPopup_paginate ul.pagination li, #ModalMembersPopup_paginate ul.pagination li:hover, #PatientCountDetails_paginate ul.pagination li, #PatientCountDetails_paginate ul.pagination li:hover {
        border: 0 none;
    }

.provider-popup {
    padding: 30px 15px;
}

    .provider-popup h5 {
        font-size: 16px;
        margin: 0px;
        font-weight: 600;
    }

    .provider-popup p {
        font-weight: 500;
    }

    .provider-popup .address {
        border-bottom: 1px solid #cccccc;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

        .provider-popup .address p, .provider-popup .note {
            color: #666666;
            font-size: 12px;
        }

            .provider-popup .address p span {
                color: #0077c0;
            }

    .provider-popup .btn-close {
        background-color: #5a9dd1;
        color: #fff;
        border-radius: 3px;
    }

.sml-box-border {
    border: 1px solid #5d9fda;
    width: 19.5%;
    margin-right: 0.6%;
    padding: 10px;
    float: left;
    margin-bottom: 15px;
}

    .sml-box-border h2 {
        margin-top: 30px;
    }

    .sml-box-border:last-child {
        margin-right: 0;
    }

    .sml-box-border h4 {
        color: #f68220;
        margin-top: 0;
        font-size: 14px;
    }

    .sml-box-border h2, .sml-box-border p {
        margin-bottom: 0;
    }

    .sml-box-border h2, .sml-box-border p, .sml-box-border .small {
        text-align: center;
        color: #333;
    }

    .sml-box-border .small {
        margin-bottom: 30px;
        color: #ef3f40;
    }

        .sml-box-border .small.green {
            color: #448f13;
        }

div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .events_hub,
div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .events_hub {
    background: url(../Images/event-hub-white-icon.png);
    width: 19px;
    height: 19px;
    display: inline-block
}

.referral-type .uds-list button {
    padding: 10px 15px !important;
}

.uds-list button {
    background-color: #2582cf;
    width: 100%;
    border: none;
    color: #fff;
    text-align: left;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 15px;
}

.uds-list ul li {
    margin-left: 0;
}

    .uds-list ul li.active button, .uds-list ul li button:hover, .uds-list ul li button:focus {
        background-color: #00b9f2;
    }

.uds-list {
    margin: 20px 0;
}

.episode_graph .second-row {
    margin-top: 2vw;
    margin-bottom: 1vw;
    text-align: right;
    margin-right: 8vw;
}

.episode_graph .first-row {
    text-align: center;
}

.episode_graph img {
    width: 4vw;
    margin-right: 1vw;
    background: #fff;
}

.episode_graph li {
    position: relative;
    z-index: 1;
}

.episode_graph .first-row li::after {
    content: "";
    width: 100%;
    height: 1.5px;
    background: url(../Images/event-dots.png);
    position: absolute;
    right: -8px;
    top: 50%;
    z-index: -1;
    background-size: contain;
    background-repeat: repeat;
}

.episode_graph .first-row li:last-child::after {
    display: none;
}

.episode_graph .second-row li::after {
    content: "";
    width: 100%;
    height: 1.5px;
    background: url(../Images/event-dots.png);
    position: absolute;
    right: -8px;
    top: 50%;
    z-index: -1;
    background-size: contain;
    background-repeat: repeat;
}

.episode_graph .first-row::after {
    content: "";
    width: 9vw;
    height: 6.8vw;
    background: url(../Images/curve-line.png);
    position: absolute;
    right: 0;
    top: 2.35vw;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.episode_graph {
    position: relative;
}

    .episode_graph .first-row li:last-child img {
        margin-right: 0;
    }

#episodeModal .modal-dialog {
    margin-top: 8%;
}

.php_profile_txt {
    margin-top: 5px;
}

.ref_ul .message-center-list-active .ref-active {
    display: block;
}

.ref_ul .message-center-list-active img {
    display: none;
}

.ref_ul li a {
    color: #4b6986 !important;
    font-size: 14px !important;
    margin-top: 3px !important;
    margin-left: 5px !important;
}

img.ref-active {
    display: none;
}

.john-box {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #d8e7ec;
}

.ancill {
    border-color: transparent !important;
    color: #0e4f85;
    padding: 0px 8px 3px 9px;
}
/*#referral_manager_all {
    overflow: hidden;
}*/
#referral_manager_all {
    overflow: initial !important;
}

    #referral_manager_all .message-center-page {
        padding-top: 5px;
    }

.ref-head {
    font-family: Roboto-Regular;
    color: #f68220;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#referral_manager_all .message-center-page li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    cursor: pointer;
}

    #referral_manager_all .message-center-page li.active {
        background: #f1f1f1;
    }

.insight-pagination {
    margin: 0 !important;
    padding-right: 20px;
}

.mrgn-top-rmv {
    margin-top: 0;
}

#referral_manager_all .message-center-page img.icons-li {
    margin-right: 8px;
    vertical-align: middle;
}

.john-box img {
    border: 1px solid #d8e7ec;
}

.john-pra h3 {
    margin-top: 0;
    color: #3784ca;
}

.john-pra p {
    margin-bottom: 0;
}

.john-box h6 {
    color: #f68220;
    font-size: 14px;
}

.john-box .head-sel p {
    color: #2482ce;
    font-size: 2.1vw;
    font-family: Roboto-Light;
    line-height: 2vw;
}

.john-box .conditions p {
    margin-bottom: 0;
}

.php_attach {
    position: absolute;
    top: 100px;
    right: 15px;
    color: #284866;
    background: #eaf1f6;
    padding: 10px;
    font-size: 14px;
}

#referral_manager_all hr {
    margin-top: 0;
    margin-bottom: 15px;
}

h4.primary-head {
    color: #0e5397;
}

.alert.alert-primary.details-pat {
    background: #eaf1f6;
    padding: 10px;
    margin-top: 0px;
    border-radius: 0;
}

    .alert.alert-primary.details-pat img {
        margin-right: 6px;
    }

h3.appoint {
    font-size: 18px;
}

.app-pro p {
    color: #2373ab;
    margin-bottom: 0;
    font-style: italic;
}

.fileContainer {
    overflow: hidden;
    position: relative;
    font-size: 14px;
    margin-top: 20px;
    width: 208px;
    color: #2373ab;
}

    .fileContainer [type=file] {
        cursor: pointer;
        display: block;
        font-size: 999px;
        filter: alpha(opacity=0);
        min-height: 100%;
        min-width: 100%;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;
    }

span.choose-file {
    cursor: pointer;
    background: #eaf1f6;
    padding: 8px 12px;
    display: block;
    max-width: 208px;
    margin-bottom: 10px;
}

.pos-relative span.form-control-feedback {
    right: 0;
}

.pos-relative {
    position: relative;
}

.alert.orlando, .alert.baptist {
    overflow: hidden;
    padding: 15px 0;
    background: #f6f6f6;
    border-radius: 0;
    border: 1px solid #d8e7ec;
}

.lab-left label {
    text-align: left !important;
}

.alert.orlando img, .alert.baptist img {
    margin-top: 5%;
}

.alert.orlando p, .alert.baptist p {
    margin-bottom: 0;
}

.link-holder a {
    margin-right: 10px;
}

    .link-holder a:last-child {
        margin-right: 0;
    }

.link-holder {
    margin-bottom: 30px;
}



.typhead span.form-control-feedback {
    right: 15px;
    top: -1px;
}

ul.typeahead.dropdown-menu {
    border-radius: 0;
    width: 100%;
    padding: 5px 0;
    background: #f6f6f6;
}

    ul.typeahead.dropdown-menu li {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

        ul.typeahead.dropdown-menu li.active a, ul.typeahead.dropdown-menu li a {
            background: transparent !important;
            color: #4c4c4c;
            padding-left: 10px;
        }

.practice_insurance_table thead {
    /* background: #dee8f1; */
    /* border: 1px solid #3b6b99; */
    background: #dee8f1;
    border-top: 1px solid #3b6b99 !important;
    border-left: 1px solid #3b6b99 !important;
    border-right: 1px solid #3b6b99 !important;
}

.prectice > .practice_insurance_table > tbody {
    border: 1px solid #2271bd;
}

.practice_insurance_table > tbody {
    border-left: 1px solid #2271bd !important;
    border-right: 1px solid #2271bd !important;
    border-bottom: 1px solid #2271bd !important;
    border-color: #2271bd !important;
}

    .practice_insurance_table > tbody > tr > td {
        border-top: none;
        padding-bottom: 5px;
    }

.pop-up-practice {
    margin-top: 0px;
    padding: 20px;
}

.pop-label {
    margin-top: 12px;
    padding-left: 15px;
}

.icons-in-popup {
    overflow: hidden;
    padding-right: 15px;
}

.practice_insurance_table > tbody > tr > td.lg-line-height {
    line-height: 38px;
}

.pop-up-practice thead {
    background: #f4f4f4
}

#Referral_Receipt .modal-header, #Accept .modal-header, #Deny .modal-header, #place-hold .modal-header, #Questions .modal-header, #Referral_Receipt_Accept .modal-header, #Referral_Receipt_Deny .modal-header, #Referral_Receipt_Hold .modal-header, #Referral_Receipt_Question .modal-header {
    background: #00b9f2;
}

#Referral_Receipt .modal-title, #Accept .modal-title, #Deny .modal-title, #place-hold .modal-title, #Questions .modal-title, #Referral_Receipt_Accept .modal-title, #Referral_Receipt_Deny .modal-title, #Referral_Receipt_Hold .modal-title, #Referral_Receipt_Question .modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #fff;
    font-size: 17px;
}

#Referral_Receipt .close, #Accept .close, #Deny .close, #place-hold .close, #Questions .close, #Referral_Receipt_Accept .close, #Referral_Receipt_Deny .close, #Referral_Receipt_Hold .close, #Referral_Receipt_Question .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    font-weight: bold;
}

#Referral_Receipt td, #Accept td, #Deny td, #place-hold td, #Questions td {
}

#Accept .accept-time-date .form-control-feedback {
    top: 4px;
    line-height: 0;
}

#Accept .pos-relative span.form-control-feedback img {
    position: initial;
    line-height: 0;
}

#Accept .modal-dialog {
    width: 650px;
}

.pop-icons {
    float: right;
    margin-right: 6px;
    margin-top: 12px;
}

.deny-form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 14px;
    font-weight: 700;
    margin-top: 15px;
}

.accept-form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 14px;
    font-weight: 700;
    margin-top: 15px;
}

.deny-form .form-control {
    display: block;
    width: 100%;
    height: 100px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.deny-body {
    padding: 3px 30px 11px 26px !important;
}

.accept-time-date .form-control-feedback {
    right: 21px;
}

.accept-time-date .form-control-feedback {
    position: absolute;
    top: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 126px;
    text-align: center;
    pointer-events: none;
}

.accept-time-date label {
    font-weight: 600;
    font-size: 13px;
}

.accept-form p {
    color: #2176ac;
    font-size: 11px;
    font-weight: 600;
}

.deny-body .accept-body {
    position: relative;
    padding: 15px;
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 25px;
}

.accept-body {
    position: relative !important;
    padding: 15px !important;
    margin-right: 25px !important;
    margin-left: 25px !important;
    margin-bottom: 25px !important;
}

#CampaignBuilder .CMSocialMedia {
    border: 0 none;
    padding-top: 0;
}

@media (max-width: 1620px) {
    .patient-prof .phperblock {
        font-size: 18px;
    }

        .patient-prof .phperblock label {
            font-size: 12px;
        }

    .patient-prof .php_fontsize_cost {
        font-size: 30px;
    }
}

@media (max-width: 1400px) {
    .patient-prof .phperblock {
        font-size: 17px;
    }

        .patient-prof .phperblock label {
            font-size: 11px;
        }

    .patient-prof .php_fontsize_cost {
        font-size: 28px;
    }

    .patient-prof .php_text_color {
        font-size: 15px;
    }

    .patient-prof .Widget_php_color h3 {
        font-size: 16px;
    }


    .dot-holder img {
        width: 20px;
    }

    .patient-prof label {
        font-size: 13px;
    }

    .patient-prof .php_first_width_align label {
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    .sml-box-border h4 {
        font-size: 12px;
    }

    .sml-box-border {
        min-height: 177px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .patient-prof .phperblock label {
        white-space: normal;
    }

    .patient-prof .phperblock {
        white-space: normal;
        min-height: 78px;
    }

    .patient-prof .php_firstcolumn_div {
        padding-top: 15px;
    }
}

@media (max-width: 992px) {
    .sml-box-border {
        display: block;
        width: 100%;
        margin-right: 0
    }

    .patient-prof .php_firstcolumn_div {
        padding-top: 20px;
    }

    .patient-prof .div_flex_content .profile_name {
        font-size: 22px;
        line-height: 22px;
    }

    .patient-prof .pfofile_age {
        font-size: 14px;
        line-height: 14px;
    }

    .pfofile_age_toc {
        font-size: 14px;
    }

    .patient-prof .div_flex_content {
        line-height: 14px;
    }
}

@media (min-width: 992px) {
    .patient-prof .php_profile .php_first_column_icons {
        margin-right: 0.5vw;
        width: 5vw;
    }

    .php_profile_txt {
        white-space: nowrap;
        text-align: center;
    }

    .col-md-9.john-pra {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .top-corn {
        padding-right: 0;
        width: 35.3333%;
    }
}

.claim-footer span {
    padding-left: 8px;
    padding-top: 2px;
    float: left;
}

#CampaignBuilder .CMSocialMedia {
    border: 0 none;
    padding: 0;
}

    #CampaignBuilder .CMSocialMedia .CMProgramPatientSection {
        padding-top: 0;
    }

.patient_search_table tbody tr td.icon_edit a, .patient_search_table tbody tr td.icon_view a {
    font-size: 0;
}

    .patient_search_table tbody tr td.icon_edit a:before, .patient_search_table tbody tr td.icon_view a:before {
        font-size: 10px;
    }

#condition_care_legend, #assignment_care_legend {
    max-height: 90px;
    overflow-y: auto;
    overflow-x: hidden;
    /* margin-bottom: 10px; */
}

    #condition_care_legend::-webkit-scrollbar-track, #assignment_care_legend::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    #condition_care_legend::-webkit-scrollbar, #assignment_care_legend::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    #condition_care_legend::-webkit-scrollbar-thumb, #assignment_care_legend::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #e0e0e0;
    }

/***New Fixes****/
#avgCostPatientTimelineValue::after {
    display: none;
}

.image_widget img {
    width: 22px;
    height: 22px;
}

.fileContainer_profile {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: -5px;
}

    .fileContainer_profile [type=file] {
        cursor: pointer;
        display: block;
        font-size: 999px;
        filter: alpha(opacity=0);
        min-height: 100%;
        min-width: 100%;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;
    }

.dashboard_profile_img img.img-circle {
    margin: auto;
}

.clame-orange {
    margin-top: 18px;
    margin-bottom: 18px;
}

.claim-digit, .claim-digit-green {
    font-size: 28px;
}

span.choose-file {
    cursor: pointer;
    padding: 7px;
    border: 1px solid #d0dee9;
    display: block;
    text-align: left;
    font-weight: normal;
}

.fileContainer_profile span.choose-file {
    max-width: 100%;
    min-height: 36px;
    margin-bottom: 0;
}

    .fileContainer_profile span.choose-file img {
        top: 3px;
        width: 30px;
        right: 4px;
        position: absolute;
        max-width: 100%;
        min-height: 36px;
        margin-bottom: 0;
    }

#ModalImageUpload h3 {
    font-size: 18px;
}

#ModalImageUpload .modal-body {
    padding: 0 20px 10px;
}

.claim-details h4, .high-risk-pationt h3, .freqntly-acsed-rport h3, .patient-census h3, .clinical-destribution h3, .patient-prof .Widget_php_color h3, .patient-prof .Widget_php_color h3 label, .patient-prof .Widget_php_color h3 a {
    color: #F7941E !important;
    font-family: Roboto-Medium !important;
}

    .patient-prof .Widget_php_color h3 label, .patient-prof .Widget_php_color h3 a {
        font-size: 16px !important;
    }

.btn.right_space {
    margin-right: 5px !important;
}

.btn-height {
    min-height: 32px;
}

.base-report .head_icon_align_claims_block,
#bridge-report-section .head_icon_align_claims_block {
    right: 7px;
}

.base-report .claim-total, .pr0 {
    padding-right: 0;
}

.flex-row .banchmark-report, .full_height_wout_footer {
    height: calc(100% - 30px);
}

.pt0 {
    padding-top: 0 !important;
}

.pb20 {
    padding-bottom: 20px;
}

#care-manage-patient_wrapper table th {
    background-color: #dee9f1;
}

table.table.caseTrackerTbl {
    margin-bottom: 6px;
}


span.php_more_click::before {
    display: none;
}

#referral_manager_all .typhead {
    position: relative;
}

img#selectImage {
    position: absolute !important;
    right: 2px;
    left: auto !important;
    display: inline-block !important;
    bottom: auto !important;
    top: 0;
}

#msgcenterlefttab .message-center-sub-menu {
    height: 100% !important;
}

button.btn.btn-height, button.btn.btn-height:hover, button.btn.btn-height:focus {
    padding: 6px 25px 6px 25px !important;
}

.php_more_div {
    bottom: 0;
}

#diagnosis_outstanding thead, #php_diagnostic_tabs thead {
    background: #dee8f1;
}

#diagnosis_outstanding th, #diagnosis_outstanding td, #php_external_report_table_wrapper th, #php_external_report_table_wrapper td, #php_diagnostic_tabs th, #php_diagnostic_tabs td {
    font-family: Roboto-Medium !important;
    font-size: 12px;
    padding: 5px 10px;
}

.patient-prof .php_text_color {
    font-size: 19px;
}

.table.dataTable td.dataTables_empty {
    padding: 12px !important;
}

table.dataTable thead > tr > th {
    background: none;
}

.checkbox-inline label {
    font-weight: normal;
}

.care-dashtbl .AWVSearchBtn, .AWVSearchBtn, .AWVSearchBtn:hover, .AWVSearchBtn a {
    padding: 6px 18px;
    width: auto;
}

.full_height {
    height: 100%;
}

.care-dashboard .care-dashtbl td:last-child img {
    width: 20px !important;
    height: 20px !important;
}

.ml15 {
    margin-left: 15px;
}

button.btn, button.btn:hover, button.btn:focus {
    padding: 8px 25px 8px 25px !important;
}

@media (min-width: 992px) {
    .care-dashtbl .table-responsive, .patient-prof .table-responsive, .age-destribut .table-responsive {
        overflow-x: hidden;
    }

        .age-destribut .table-responsive .dataTables_scrollBody {
            overflow-x: hidden !important;
            border-bottom: 0 none;
        }

    .claim-footer div.col-sm-1 {
        width: auto;
    }

    .claim-footer .col-sm-11, .claim-footer .col-sm-1 {
        display: inline-block;
        float: none;
        vertical-align: middle;
    }

    .claim-footer div.col-sm-11 {
        width: 85%;
        padding-left: 5px;
        word-wrap: break-word;
        white-space: normal;
    }

        .claim-footer div.col-sm-11 span {
            padding-left: 0;
        }

    .claim-footer {
        display: block;
        white-space: nowrap;
    }

    .high-risk-pationt .col-xs-4.copd {
        margin-top: 5%;
    }
}

#ModalClinicalDistribution #DivAssignmentPatients #tblAssignmentPatients_wrapper #tblAssignmentPatients_info {
    bottom: -25px;
}

#ModalClinicalDistribution #DivAssignmentPatients #tblAssignmentPatients_wrapper #tblAssignmentPatients_paginate {
    position: absolute;
    bottom: -25px;
    right: 0;
}

.frequent_report .height_modal-body {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

#frequently_accessed_report1 .table, #frequently_accessed_report2 .table, #frequently_accessed_report3 .table, #frequently_accessed_report4 .table, #frequently_accessed_report5 .table, #frequently_accessed_report6 .table, #frequently_accessed_report7 .table,
#frequently_accessed_report8 .table, #frequently_accessed_report9 .table, #frequently_accessed_report10 .table, #frequently_accessed_report11 .table, #frequently_accessed_report12 .table, #frequently_accessed_report13 .table, #frequently_accessed_report14 .table,
#frequently_accessed_report15 .table, #frequently_accessed_report16 .table, #frequently_accessed_report17 .table, #frequently_accessed_report18 .table {
    width: 100% !important;
    border-collapse: collapse;
    border-left: 0 none;
    border-right: 0 none;
}

    #frequently_accessed_report1 .table thead, #frequently_accessed_report2 .table thead, #frequently_accessed_report3 .table thead, #frequently_accessed_report4 .table thead, #frequently_accessed_report5 .table thead, #frequently_accessed_report6 .table thead, #frequently_accessed_report7 .table thead,
    #frequently_accessed_report8 .table thead, #frequently_accessed_report9 .table thead, #frequently_accessed_report10 .table thead, #frequently_accessed_report11 .table thead, #frequently_accessed_report12 .table thead, #frequently_accessed_report13 .table thead, #frequently_accessed_report14 .table thead,
    #frequently_accessed_report15 .table thead, #frequently_accessed_report16 .table thead, #frequently_accessed_report17 .table thead, #frequently_accessed_report18 .table thead, #frequently_accessed_report1 .table tbody, #frequently_accessed_report2 .table tbody, #frequently_accessed_report3 .table tbody, #frequently_accessed_report4 .table tbody, #frequently_accessed_report5 .table tbody, #frequently_accessed_report6 .table tbody, #frequently_accessed_report7 .table tbody,
    #frequently_accessed_report8 .table tbody, #frequently_accessed_report9 .table tbody, #frequently_accessed_report10 .table tbody, #frequently_accessed_report11 .table tbody, #frequently_accessed_report12 .table tbody, #frequently_accessed_report13 .table tbody, #frequently_accessed_report14 .table tbody,
    #frequently_accessed_report15 .table tbody, #frequently_accessed_report16 .table tbody, #frequently_accessed_report17 .table tbody, #frequently_accessed_report18 .table tbody {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

/*.dataTables_scrollHeadInner {
    width: 100% !important;
}*/

.prevent_box {
    border: 1px solid #85a4c0;
    margin-bottom: 20px;
}

    .prevent_box h4 {
        background: #f4f4f4;
        margin: 0;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
    }

.prevent_body p {
    font-weight: 600;
    font-size: 13px;
}

    .prevent_body p.less_font {
        font-weight: normal;
    }

.prevent_body {
    padding: 15px;
}

.prv_plan_body:last-child {
    margin-bottom: 0;
}

.prv_plan_body {
    margin-bottom: 15px;
    padding-left: 15px;
}

.prevent_body .prv_plan_body p {
    font-weight: normal;
}

.btn-dark {
    background-color: #154d86 !important;
    min-width: 60px;
    color: #fff !important;
}

#setting_pop .mb0.prevent_box {
    margin-bottom: 0 !important;
    border-bottom: 0 none !important;
}

#setting_pop .modal-dialog .modal-body {
    padding: 25px 10px 10px;
}

@media (min-width: 992px) {
    #setting_pop .modal-dialog {
        width: 800px;
    }
}

#collapseSetting {
    z-index: 99999;
    top: 32px;
    width: 350px;
}

    #collapseSetting::before {
        right: 71px;
    }

    #collapseSetting button.close {
        margin-right: 4px;
    }

    #collapseSetting .panel-body {
        background: #fff;
    }

.modal-title-settings {
    margin: 0;
    line-height: 1.42857143;
}

#ModalMessageDetails button.btn, #ModalCreateFolder button.btn {
    padding: 5px 10px !important;
}


.mag img {
    max-width: 100%;
}

.fix-zoom {
    position: fixed;
    top: 120px;
    right: 0;
    min-height: 30px;
    border: 1px solid #ab8c3c;
    padding: 10px 10px 10px 10px;
    color: #FFF;
}



.magnify {
    position: relative;
    cursor: none
}

.magnify-large {
    position: absolute;
    display: none;
    width: 300px;
    height: 300px;
    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.zwrap {
    position: relative;
    display: block;
    margin: 30px auto;
    border-radius: 5px;
}

    .zwrap .zimg {
        margin: 0 0 0 0;
    }

.zmagnifier {
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    background-image: url(../images/model-img.png);
    background-repeat: no-repeat;
    cursor: none;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.8), 0 0 7px 7px rgba(0, 0, 0, 0.3), inset 0 0 40px 2px rgba(0, 0, 0, 0.3);
}

}

.insurnce-add label {
    color: #f69042;
}

.insurnce-add .form-control {
    border: 1px solid #5dc9f8;
    font-size: 12px;
    line-height: 14px;
    height: 42px;
}

.ref-head.text-black {
    color: #626262;
}

.insurance_default {
    font-size: 12px;
}

.insurance_update, .ins_update {
    display: none;
}

.insurnce-add img {
    margin-top: 25px;
}

.insurnce-add {
    margin-top: 10px;
    margin-bottom: 15px;
}

.requiredText {
    width: 98%;
    float: left;
}

.requiredLabel {
    float: left;
    width: 2%;
}

@media(min-width:992px) and (max-width:1200px) {

    .insurnce-add .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .insurnce-add .col-md-2 {
        padding: 0 8px;
    }

    .insurnce-add .form-control {
        font-size: 10px;
    }
}

.ui-widget.ui-widget-content {
    z-index: 9999;
}

#errmsg {
    color: red;
}

.clear_fix {
    clear: both;
}

.awv_req_field {
    text-align: left;
    margin-bottom: 5px;
}
/***Roottip remove****/
.claim-footer {
    display: none !important;
}

    .claim-footer.report-claim-footer {
        display: block !important;
    }
/***Roottip remove****/
.calc-height-imp {
    height: calc(100% - 39px) !important;
}

.fill_100_height {
    height: 101% !important;
}

.align-row .banchmark-report .row.report_second_widget_height {
    height: 100% !important;
}

.aco-val-holder {
    position: relative;
    padding-left: 15px;
    margin-top: 15px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-15 {
    padding-top: 15px;
}

table.dataTable tr td .text-wrap {
    width: auto !important;
}

.modal-header .reports_radio_align {
    padding: 5px 0px 0px 15px;
}

table#patientlist thead tr th {
    padding: 8px 8px;
}

.registry_icons img {
    width: 75px;
}

.high-risk-pationt .col-xs-4.copd .text-center {
    margin-top: 25%;
}

@media (min-width: 992px) {
    .benificiar-persent-holder {
        margin-left: 10%;
        width: 38%;
    }
}

table.dataTable tr td .width-limit {
    width: 100%;
}

.modal-header .reports_radio_align {
    padding: 5px 0px 0px 15px;
}

table#patientlist thead tr th {
    padding: 8px 8px;
}

.registry_icons img {
    width: 65px;
}

@media (min-width: 992px) {
    .benificiar-persent-holder {
        margin-left: 10%;
        width: 38%;
    }
}
/*--- Quick Refference Guide*****/
#quick_reference_guide .modal-header.modal-head {
    background: transparent;
    border-bottom: 0;
    padding: 20px 30px 0;
}

    #quick_reference_guide .modal-header.modal-head h4.modal-title {
        color: #2582cf !important;
        font-size: 22px;
    }

#quick_reference_guide .modal-body {
    padding: 20px 18px;
}

#help_accordion .panel-default {
    border-radius: 0;
    border: 0 none;
}

    #help_accordion .panel-default .panel-heading {
        background: transparent;
        padding: 0;
        margin-bottom: 10px;
    }

        #help_accordion .panel-default .panel-heading a.accordion-toggle {
            background: #00b9f2;
            color: #fff;
            padding: 10px 15px;
        }

            #help_accordion .panel-default .panel-heading a.accordion-toggle::after {
                content: "\f107";
                font-family: FontAwesome;
                width: 25px;
                height: 25px;
                text-align: center;
                font-size: 20px;
                line-height: 16px;
                color: #fff;
                border-color: #fff;
            }

            #help_accordion .panel-default .panel-heading a.accordion-toggle::before {
                display: none;
            }

            #help_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after {
                content: "\f106";
                color: #66737d;
                border-color: #66737d;
            }

#help_accordion .panel-collapse .panel-body {
    border: 0 none;
    margin-top: -10px;
}

#help_accordion .panel-default .panel-heading a.accordion-toggle.collapsed {
    background: #cbe5fd;
    color: #000;
}

.help_action {
    margin-top: 20px;
}

    .help_action a:last-child img {
        margin-right: 0;
    }

    .help_action img {
        margin-right: 5px;
    }

#help_accordion ol {
    list-style: none;
    counter-reset: item;
}

    #help_accordion ol li {
        counter-increment: item;
        margin-bottom: 15px;
        position: relative;
        line-height: 21px !important;
    }

        #help_accordion ol li:before {
            margin-right: 0;
            content: counter(item);
            background: #cbdce9;
            border-radius: 100%;
            color: #2582cf;
            width: 20px;
            text-align: center;
            display: inline-block;
            position: absolute;
            left: -45px;
            height: 20px;
            text-align: center;
            vertical-align: middle;
            font-size: 12px;
            line-height: 21px;
            font-style: italic;
            text-indent: -3px;
        }

#help_accordion p.faq_question {
    color: #00b9f2;
    margin-bottom: 0;
    font-size: 16px;
}
/*--- Quick Refference Guide*****/

/*--- Profile Manager Popup Start --*/
.upload_holder {
    display: inline-block;
    position: relative;
}

    .upload_holder .fileContainer {
        overflow: hidden;
        position: absolute;
        text-align: center;
        margin: 0;
        display: inline-block;
        bottom: 0;
        right: 0;
        height: auto;
        line-height: 0;
        width: 26px;
        font-size: 0;
    }

        .upload_holder .fileContainer [type=file] {
            cursor: pointer;
            display: block;
            font-size: 999px;
            filter: alpha(opacity=0);
            min-height: 100%;
            min-width: 100%;
            opacity: 0;
            position: absolute;
            right: 0;
            text-align: right;
            top: 0;
        }

    .upload_holder span.choose-file {
        cursor: pointer;
        background: transparent;
        padding: 0;
        border: transparent;
        max-width: 26px;
        margin-bottom: 0;
    }

.prov-popup .provider-popup .btn-save, .provider-popup .btn-edit {
    background-color: #5A9DD1;
    min-width: 60px;
}

.prov-popup .provider-popup, #PersonalPlan .modal-body {
    padding: 20px 40px;
}

    .prov-popup .provider-popup form > .inner-head:first-child h3 {
        margin-top: 15px;
    }

.inner-head h3 {
    font-family: Roboto-Regular;
    color: #f68220;
    font-size: 16px;
    margin-top: 25px;
}

.prov-popup .provider-popup .btn-save, .provider-popup .btn-edit {
    background-color: #5A9DD1;
    min-width: 60px;
}

.provider-popup .btn-close {
    background-color: #5a9dd1;
    color: #fff;
    border-radius: 3px;
}

.update-profile {
    margin-top: 25px;
}

@media (min-width: 992px) {
    .prov-popup .modal-dialog {
        width: 780px;
    }
}
/*--- Profile Manager Popup End --*/
/*--- Edit Provider Start --*/
.upload_holder {
    display: inline-block;
    position: relative;
}

    .upload_holder .fileContainer {
        overflow: hidden;
        position: absolute;
        text-align: center;
        margin: 0;
        display: inline-block;
        bottom: 0;
        right: 0;
        height: auto;
        line-height: 0;
        width: 26px;
        font-size: 0;
    }

        .upload_holder .fileContainer [type=file] {
            cursor: pointer;
            display: block;
            font-size: 999px;
            filter: alpha(opacity=0);
            min-height: 100%;
            min-width: 100%;
            opacity: 0;
            position: absolute;
            right: 0;
            text-align: right;
            top: 0;
        }

    .upload_holder span.choose-file {
        cursor: pointer;
        background: transparent;
        padding: 0;
        border: transparent;
        max-width: 26px;
        margin-bottom: 0;
    }

.prov-popup .provider-popup .btn-save, .provider-popup .btn-edit {
    background-color: #5A9DD1;
    min-width: 60px;
}

.prov-popup .provider-popup, #PersonalPlan .modal-body {
    padding: 20px 40px;
}

.inner-head h3 {
    font-family: Roboto-Regular;
    color: #f68220;
    font-size: 14px;
    margin-top: 25px;
}

.prov-popup .provider-popup .btn-save, .provider-popup .btn-edit {
    background-color: #5A9DD1;
    min-width: 60px;
}

.provider-popup .btn-close {
    background-color: #5a9dd1;
    color: #fff;
    border-radius: 3px;
}

#ModalImageUpload_Crop {
    padding-left: 0px !important;
    z-index: 99999;
}

#ModalImageUpload {
    z-index: 99999;
}

@media (min-width: 992px) {
    .prov-popup .modal-dialog {
        width: 780px;
    }
}
/*--- Edit Provider End --*/
.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mem_overview {
    margin-top: 50px;
    clear: both;
    overflow: hidden;
}

.tcm_recently_admit .Bottom {
    margin: 15px 0;
    clear: both;
    overflow: hidden;
}
/******Beta Icon*****/
.menu_div_height i {
    position: relative;
}

    .menu_div_height i img.beta_icon {
        position: absolute;
        top: 0px;
        left: -12px;
    }

ul.bridge-left-menu li {
    margin-bottom: 5px;
}

#menulist1 .menu_div_height i img.beta_icon {
    display: none;
}
/******Beta Icon*****/

.pt-30 {
    padding-top: 30px;
}

.pt-15 {
    padding-top: 15px;
}
/*#tblTopExpenditure_wrapper .dataTables_scrollHeadInner, #tblTopExpenditure_wrapper .dataTables_scrollHeadInner table {
    width: 100% !important;
}*/
#scorecard_slider_static_value {
    display: none;
}

.crmodalPopup_height .modal-body {
    padding: 3px;
}

.medication_textWrap {
    white-space: normal;
    width: 200px;
    word-wrap: break-word;
}

}

/******Blazespeak*****/
.dash_board_glyphicon i.blazeboard_icon {
    background: url(../Images/orange-face.svg);
    vertical-align: middle;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.blazespeak_body th, .blazespeak_body td {
    font-size: 12px;
}

#blaze_Members img {
    width: 15px;
}

#blaze_CareGaps table td a {
    color: #00b1f2;
    text-decoration: underline;
}

#blazespeak {
    width: 395px;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    left: 50%;
    top: 45px;
    z-index: 99999;
}

#blaze_Members .table-responsive {
    overflow: hidden;
}



#blaze_Admits {
    padding: 25px;
}

    #blaze_Admits p.grey_font {
        font-size: 28px;
        color: #b1b1b1;
        font-family: Roboto-Light;
    }

        #blaze_Admits p.grey_font span.blue {
            color: #00b1f2;
            border-bottom: 2px solid #00b1f2;
        }

        #blaze_Admits p.grey_font span {
            font-size: 40px;
        }

    #blaze_Admits .form-group {
        margin-top: 25px;
    }

#blazespeak::before {
    display: none;
}

.dash_board_glyphicon li {
    position: relative;
}

.dash_board_glyphicon > li > a[aria-expanded="true"] i.blazeboard_icon {
    background: url(../Images/orange-face.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.dash_board_glyphicon > li > a[aria-expanded="true"]::after {
    position: absolute;
    width: 35px;
    content: "";
    height: 3px;
    bottom: -9px;
    background: #f7941e;
    left: -5px;
}

.bot_icons img, .bot_icons a {
    margin-right: 10px;
}

    .bot_icons img:last-child {
        margin-right: 0;
    }

.popover.top {
    margin-top: -55px;
    max-width: 360px;
}

.popover-content {
    max-width: 350px;
    width: 350px;
    padding: 0;
}

.blazespeak_head ul {
    margin-bottom: 5px;
}

    .blazespeak_head ul li {
        position: relative;
    }

        .blazespeak_head ul li.active::after {
            position: absolute;
            width: 100%;
            content: "";
            height: 2px;
            bottom: -15px;
            background: #f7941e;
            left: 0;
        }

.blazespeak_head img {
    max-width: 30px;
    margin-right: 4px;
}

.blazespeak_head {
    background: #f2f2f2;
    padding: 10px;
    text-align: center;
}

    .blazespeak_head i.fa {
        font-size: 20px;
        vertical-align: middle;
    }

.blazespeak_cont img {
    max-width: 35px;
}

.blazespeak_cont h3 {
    font-size: 18px;
    color: #fff;
    font-family: Roboto-Medium;
    margin-top: 0;
}

.blazespeak_cont {
    background: #274865;
    padding: 20px 10px 10px;
}

.blazespeak_body .tab-content .tab-pane {
    clear: both;
    overflow: hidden;
}

.blazespeak_body ul.nav.nav-tabs {
    background: #274865;
    text-align: center;
    border-bottom: 20px solid #dadada;
}

.blazespeak_body ul.nav li.active {
    border-bottom: 4px solid #f7941e;
}

.blazespeak_body ul.nav li {
    float: none;
    display: inline-block;
}

    .blazespeak_body ul.nav li a, .blazespeak_body ul.nav li a:hover, .blazespeak_body ul.nav li a:focus {
        background: transparent !important;
        border-color: transparent !important;
        color: #fff !important;
        font-family: Roboto-Medium;
    }

.blazespeak_cont .search-box input {
    background-color: #fff;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    background: #fff url(../Images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 18px;
    margin-top: 5px;
}

#blaze_CareGaps p {
    font-size: 16px;
}

.blazespeak_body .blazecontent h3 {
    color: #00b1f2;
    font-family: Roboto-Regular;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blazespeak_body .third_col_bg {
    background: #fafafa;
    padding: 10px;
    border: 1px solid #eee;
    width: 100%;
    float: left;
}

    .blazespeak_body .third_col_bg p {
        color: #386c99;
        font-size: 10px;
        font-family: Roboto-Regular;
        margin: 0;
    }

    .blazespeak_body .third_col_bg h2 {
        color: #f7941e;
        font-size: 38px;
        margin: 0;
        font-family: Roboto-Light;
    }
/******Blazespeak*****/
div#bs-sidebar-navbar-collapse-1 .navbar-nav > li > a:hover .blazeboard_icon, div#bs-sidebar-navbar-collapse-1 .navbar-nav > .menu-active > a .blazeboard_icon {
    background: url(../Images/BlazeBoard-White.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.blazeboard_icon {
    background: url(../Images/BlazeBoard-Blue.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.blazespeaks_icon {
    background: url(../Images/orange-face.svg);
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-bottom: -5px;
}

.blazespeaks_icon_Customer {
    background: url(../Images/orange-face.svg);
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-bottom: -5px;
}


/*--- Blazespeak Popup*****/
.modal-body.blaz_bro_ext {
    padding: 20px;
}

.blazespeaks_browser_close {
    color: #fff !important;
    opacity: unset !important;
    border: unset !important;
    font-size: 26px !important;
}

.blaz_bro_ext p {
    font-size: 18px !important;
    margin-bottom: 15px;
}

.blaz_bro_ext h3 strong {
    color: #4d7792;
    margin-left: 5px;
}

p.chrome_brow {
    color: #b3afaf !important;
}

#brow_blaz_bro_ext p {
    display: inline;
    color: #000;
    margin: 10px 10px !important;
}

#blazespeaks_browser h3 {
    margin: 40px 0;
}

.dash_board_glyphicon i.blazeboard_icon {
    background-size: contain !important;
}
/*--- Blazespeak Popup*****/

@media (max-width: 1280px) {
    .mem_admitted li.big_font {
        font-size: 47px;
        border-bottom: 3px solid #00b9f2;
        line-height: 47px;
    }

    .mem_admitted h3 {
        font-size: 18px;
    }

    .mem_admitted p {
        font-size: 13px;
    }
}

@media (max-width: 1550px) {
    .mem_admitted li.big_font {
        font-size: 66px;
        border-bottom: 4px solid #00b9f2;
        line-height: 66px;
        display: contents;
    }

    .last_time p {
        font-size: 22px;
    }

        .last_time p span {
            border-bottom: 3px solid #00b9f2;
            font-size: 45px;
            line-height: 45px;
            display: contents;
        }

    .last_time {
        padding-top: 10px;
    }

    .mem_admitted {
        margin-top: 15px;
    }
}

.recent_admits_box .third_col_bg {
    float: none;
    background: transparent;
    padding: 0;
    border: 0 none;
    border-bottom: 1px solid #eee;
    margin-bottom: 18px;
    padding-bottom: 6px;
}

    .recent_admits_box .third_col_bg:last-child {
        margin-bottom: 0;
        border-bottom: 0 none;
    }

.recent_admits_box_inner {
    padding: 25px 25px 0;
}

}

.star_click i.fa {
    color: #fea901;
    font-size: 18px;
    vertical-align: middle;
}


/*--------phpbasic new layout changes--------*/

.procond-container .panel-heading {
    background-color: #e4edf4;
    padding-left: 28px;
    margin-bottom: 4px;
    border-radius: 0 !important;
}

.procond-container thead, .patient-prof .procond-container table th {
    background-color: #ebebeb !important;
}

.procond-container table#HTNdataTable {
    padding: 0 !important;
    margin-top: 0 !important;
    border: none;
}

.procond-container table tbody th, .procond-container table tbody td {
    padding: 10px 8px !important;
    border: none;
}

.procond-container table.dataTable.no-footer {
    border: none !important;
}

.procond-container .dataTables_processing, .procond-container .dataTables_filter, .procond-container .dt-buttons.buttons_line, .procond-container .dataTables_length, .procond-container .add_new_condn {
    display: none !important;
}

.row.procond-container-title {
    margin: 0;
}

.procond-container .panel.panel-default {
    border: none;
    margin-top: 15px;
}

.procond-container table thead th, .procond-container table thead td, .procond-container table tbody th, .procond-container table tbody td {
    text-align: left;
    padding: 10px 24px !important;
    white-space: nowrap !important;
}

.procond-container .panel-body, .procond-container table {
    padding: 0;
}

.procond-container .panel-heading .accordion-toggle:before {
    content: none !important;
}

.procond-container .panel-heading .accordion-toggle.collapsed:after {
    content: "\e114" !important;
}

.procond-container .panel-heading .accordion-toggle:after {
    content: "\e113";
}
/*--------phpbasic new layout changes--------*/
/*-------------- Chat Box -------------------*/

div#chatbox {
    position: fixed;
    bottom: 0;
    right: 70px;
    z-index: 1045;
}

div#chatmodal {
    z-index: 1042;
}

.default-chattxt2 {
    position: absolute;
    top: 0;
    right: 100%;
    width: 120px;
    background: #fff;
    padding: 6px 12px;
    border: 2px solid #a6c1dc;
    border-radius: 4px;
    cursor: pointer;
}

    .default-chattxt2:before {
        top: 7px;
        border-left: 18px solid #a6c1dc;
        border-right: 2px solid transparent;
        border-top: 17px solid transparent;
        border-bottom: 2px solid #a6c1dc;
    }

    .default-chattxt2:after, .default-chattxt2:before {
        content: '';
        display: block;
        position: absolute;
        left: 100%;
        width: 0;
        height: 0;
        border-style: solid;
    }

    .default-chattxt2:after {
        top: 9px;
        border-left: 15px solid #fff;
        border-right: 0px solid transparent;
        border-top: 15px solid transparent;
        border-bottom: 0px solid #fff;
    }

    .default-chattxt2:after, .default-chattxt2:before {
        content: '';
        display: block;
        position: absolute;
        left: 100%;
        width: 0;
        height: 0;
        border-style: solid;
    }

#chatmodal .modal-head {
    background: transparent;
    border: none;
}

    #chatmodal .modal-head .modal-close {
        color: #6da5d8;
        border: none;
        font-weight: lighter;
        z-index: 9;
        font-size: 45px;
        position: absolute;
        right: 15px;
        top: 0px;
    }

#chatmodal .modal-dialog .modal-content {
    box-shadow: none !important;
    border-radius: 0 !important;
}

#chatmodal .modal-dialog {
    position: fixed;
    right: 108px;
    bottom: 4%;
    width: 85%;
}

/*.qualityQuestions {
    background-color: #fff;
}*/

#chatmodal .modal-body {
    padding: 15px 30px;
}

#chatmodal h2 {
    font-size: 30px;
    color: #3b6d9a;
    margin-bottom: 30px;
}

#chatmodal p {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}

#chatmodal textarea.form-control {
    background-color: #f5f5f5;
    border: none;
    border-radius: 0;
    box-shadow: none;
    min-height: 70px;
    padding: 15px 62px 15px 15px;
    font-size: 18px;
    resize: none;
    background-image: url(../Images/chat-send-icon.png);
    position: relative;
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 45px;
}

.chat-form {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .chat-form ul {
        display: inline-block;
        margin-top: 15px;
        padding-left: 10px;
    }

    .chat-form form {
        display: inline-block;
        width: 65%;
        vertical-align: top;
    }

    .chat-form li {
        display: inline-block;
        margin: 0 12px;
    }

    .chat-form img {
        width: 50px;
        height: 50px;
    }
/*-------------- End Chat Box -------------------*/
}

.mem_admitted {
    margin-top: 10px;
    margin-bottom: 5px;
}

    .mem_admitted li.big_font {
        color: #00b9f2;
        font-family: Roboto-Light;
        font-size: 100px;
        border-bottom: 6px solid #00b9f2;
        line-height: 100px;
        display: contents;
    }

    .mem_admitted li {
        vertical-align: top;
    }

    .mem_admitted h3 {
        color: #a5a5a5;
        font-size: 21px;
        max-width: 100%;
        margin-top: 0;
    }

    .mem_admitted p {
        margin-bottom: 0;
    }

        .mem_admitted p.small.red {
            text-align: center;
            color: #f00;
        }

        .mem_admitted p.small.green {
            text-align: center;
            color: green;
        }


.last_time {
    margin-bottom: 18px;
}

    .last_time p {
        color: #a5a5a5;
        font-size: 28px;
    }

        .last_time p span {
            color: #00b9f2;
            font-family: Roboto-Light;
            border-bottom: 4px solid #00b9f2;
            font-size: 68px;
            line-height: 68px;
            display: contents;
        }

@media (max-width: 1550px) {
    .last_time {
        padding-top: 10px;
    }

        .last_time p {
            font-size: 22px;
        }

            .last_time p span {
                border-bottom: 3px solid #00b9f2;
                font-size: 45px;
                line-height: 45px;
                display: contents;
            }

    .mem_admitted li.big_font {
        font-size: 66px;
        border-bottom: 4px solid #00b9f2;
        line-height: 66px;
        display: contents;
    }

    .mem_admitted {
        margin-top: 15px;
    }
}
/*---------------edited on 5-10-2018 ---------------*/
@media (max-width:1024px) {
    .patient-prof .Widget_php_color h3 label, .patient-prof .Widget_php_color h3 a {
        font-size: 14px !important;
    }
}
/*---------------edited on 16-11-2018 ---------------*/
#kpi-tables td {
    white-space: unset !important;
}
/*---------------edited on 16-11-2018 ---------------*/

/*---------------edited on 22-11-2018 ---------------*/
.head_icon_align_scorecard_block {
    z-index: 99;
}
/*---------------edited on 22-11-2018 ---------------*/


/*--------------------------*/
.php-page .php_first_width_align .php_firstcolumn_div {
    padding-top: 0px !important;
}

.col-md-4.col-sm-6.col-xs-12.form-group.Widget_newphp_color-container > div {
    background-color: #fff;
    border: 1px solid #cbdce9;
}

.patient-prof .php_profile_img {
    width: 100px;
    height: 100px;
    max-width: 100px;
}

.php_profile_img {
    margin: 0 15px 0 0;
    padding: 0;
}

.patient-prof .php_profile_img img {
    height: 100px;
    width: 100px;
}

.patient-prof .php_first_column_down_divthree {
    margin: 12px 0 0 !important;
}

.php_first_column_down_divthree label, .php_first_column_down_divthree span {
    font-size: 13px !important;
}

.php_first_column_down_divthree > div {
    margin-bottom: 15px;
}

    .php_first_column_down_divthree > div:last-child {
        margin-bottom: 0;
    }

.patient-prof .div_flex_content .profile_name {
    font-size: 22px !important;
    line-height: 24px;
    color: #3b6d9a;
    font-family: Roboto-Light;
    font-weight: normal;
    margin-bottom: 10px;
    text-decoration: none;
}

    .patient-prof .div_flex_content .profile_name a {
        text-decoration: none !important;
    }

.patient-prof .php_first_width_align label#emailid {
    text-decoration: underline;
    color: #337ab7;
    font-size: 14px !important;
}

.patient-prof .pfofile_age {
    font-size: 14px;
    line-height: 16px;
    color: #3b6d9a;
    margin-bottom: 0px;
}

.php_first_width_align .php-cont-dtls label {
    font-size: 12px !important;
    font-weight: 500 !important;
    margin-bottom: 0px !important;
    line-height: 18px !important;
}

.patient-prof .php_first_width_align label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 18px;
}

.patient-prof .div_flex_content a {
    text-decoration: underline;
}

.patient-prof .php_first_column_down_div {
    margin: 7% 0% 0% 0%;
}

.bold-fnt {
    font-weight: 600;
}

.patient-prof .php_first_column_icons {
    margin-right: 12px !important;
}

    .patient-prof .php_first_column_icons img {
        width: 48px !important;
        height: 60px !important;
    }

.Widget_newphp_color {
    background-color: #e4edf4 !important;
    font-size: 16px !important;
    color: #F7941E !important;
}

.newphp_tbl_data {
    width: 98%;
    margin-bottom: 15px;
}

    .newphp_tbl_data td {
        border-bottom: 1px solid #efefef;
    }

    .newphp_tbl_data, .newphp_tbl_data tbody, .newphp_tbl_data tr, .newphp_tbl_data td {
        display: block;
    }

        .newphp_tbl_data td h2 {
            font-size: 13px;
            font-weight: 600;
            padding-bottom: 15px;
            padding-top: 15px;
            margin: 0;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            max-width: 94%;
        }

        .newphp_tbl_data td p {
            color: #898989;
        }

        .newphp_tbl_data tr:last-child td {
            border: none;
            padding-bottom: 8px;
        }

.php-page .dot-holder {
    position: absolute !important;
    right: 32px;
    bottom: 4px !important;
    border: none !important;
    background-color: transparent !important;
}

.dot-holder a {
    display: table-cell;
    vertical-align: middle;
}

.dot-holder img {
    width: auto;
}

.equ-heightrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .equ-heightrow .form-group {
        display: flex;
        flex-direction: column;
    }

.Widget_newphp_color h3 {
    margin: 12px 0 10px;
}
/*--------------------------*/ /*---------------edited on 22-11-2018 ---------------*/

/*---------------edited on 27-12-2018 ---------------*/
#awv-charts g.highcharts-scatter-series path:first-child,
#awv-charts g.highcharts-scatter-series path:last-child,
#flu_shot-charts g.highcharts-scatter-series path:first-child,
#flu_shot-charts g.highcharts-scatter-series path:last-child {
    display: none !important;
}
/*---------------edited on 27-12-2018 ---------------*/

.planofcare-prof .php_profile_img img {
    height: auto;
    width: 100%;
}

.planofcare-prof .php_profile_img {
    max-width: 100%;
}

    .planofcare-prof .php_profile_img img {
        height: auto;
    }

    .planofcare-prof .php_profile_img span {
        width: 100px;
        height: 100px;
        display: inline-block;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        border: 1px solid #cbdce9;
        cursor: pointer;
    }



.pl-0 {
    padding-left: 0;
}

.align-right {
    text-align: right;
}

#plncr-edit-modal .modal-dialog {
    z-index: 9999;
}

} /*---------------edited on 27-12-2018 ---------------*/

/*---------------edited on 31-12-2018  HRH Care---------------*/

.dropdownplan {
    border: 1px solid #00b9f2;
    padding: 5px;
    margin: 5px 0px;
    cursor: pointer;
    background: #00b9f2;
    color: #fff;
    border-radius: 2px;
}

.select_options_Plan {
    border: 1px solid #cbdce9;
    border-top: 2px solid #ababab;
    background: #f5f5f5;
    position: absolute;
    z-index: 3;
    left: 0px;
    top: 31px;
    height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
    color: #000;
    cursor: auto;
}

.category_label_plan label, .child_option label {
    font-family: Roboto-Regular;
    font-weight: normal;
    cursor: pointer;
}

.child_option {
    padding-left: 25px;
}

.select_arrow_dropdownplan {
    position: absolute;
    top: 8px;
    right: 8px;
}

.select_all_option_plan {
    padding: 5px;
    font-weight: normal;
}

.category_option_plan:nth-child(even) {
    background: #eaf1f6;
    padding: 5px 5px 0px 20px;
    border-bottom: 1px solid #dbe9f3;
}

.category_option_plan:nth-child(odd) {
    padding: 5px 5px 0px 20px;
    border-bottom: 1px solid #dbe9f3;
}

.category_option_plan .child_option:nth-child(odd) {
    background: #fff;
    border-bottom: 1px solid #ededed;
    padding: 5px 5px 0px 40px;
    margin: 0px -20px;
}

.category_option_plan .child_option:nth-child(even) {
    background: #fff;
    border-bottom: 1px solid #ededed;
    padding: 5px 5px 0px 40px;
    margin: 0px -20px;
    box-shadow: 0px 0px 0px 0px #888888;
}

.select_arrow_dropdownphy {
    position: absolute;
    top: 8px;
    right: 8px;
}

.select_options_physician {
    border: 1px solid #cbdce9;
    border-top: 2px solid #ababab;
    background: #f5f5f5;
    position: absolute;
    z-index: 3;
    left: 0px;
    top: 31px;
    height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
    color: #000;
    cursor: auto;
}

.category_label_Physician label, .child_option label {
    font-family: Roboto-Regular;
    font-weight: normal;
    cursor: pointer;
}

.child_option {
    padding-left: 25px;
}

.select_arrow_dropdownphy {
    position: absolute;
    top: 8px;
    right: 8px;
}

.select_all_option_Physician {
    padding: 5px;
    font-weight: normal;
}

.category_option_Physician:nth-child(even) {
    background: #eaf1f6;
    padding: 5px 5px 0px 20px;
    border-bottom: 1px solid #dbe9f3;
}

.category_option_Physician:nth-child(odd) {
    padding: 5px 5px 0px 20px;
    border-bottom: 1px solid #dbe9f3;
}

.category_option_Physician .child_option:nth-child(odd) {
    background: #fff;
    border-bottom: 1px solid #ededed;
    padding: 5px 5px 0px 40px;
    margin: 0px -20px;
}

.category_option_Physician .child_option:nth-child(even) {
    background: #fff;
    border-bottom: 1px solid #ededed;
    padding: 5px 5px 0px 40px;
    margin: 0px -20px;
    box-shadow: 0px 0px 0px 0px #888888;
}

/*---------------edited on 31-12-2018 ---------------*/
/*---------------edited on 11-1-2019---------------*/



/*#caregapspatients thead th table {
    width: 100%;
}

    #caregapspatients thead th table td {
        text-align: center !important;
    }



#caregapspatients table.dataTable tbody tr {
    width: 100%;
}

#caregapspatients table.dataTable {
    width: 100% !important;
    margin: 0;
}

#caregapspatients .sub-td td {
    text-align: center !important;
}

#caregapspatients .sub-td table {
    width: 100%;
    text-align: center;
}*/
/*---------------edited on 11-1-2019 ---------------*/

/*---------------edited on 6-2-2019 ---------------*/
div.dt-button-background {
    z-index: 9999 !important;
}

div.dt-button-collection {
    z-index: 10000 !important;
    width: auto !important;
}
/*---------------edited on 6-2-2019 ---------------*/
/*---------------testing issues ---------------*/
#tblrankpatient {
    margin: 0 15px;
}

.avgqul {
    height: auto !important;
}

    .avgqul h1#avgScore {
        font-size: 6vw !important;
    }

my-pationt-page {
    margin-top: 10px;
}

/*#tblMembers_wrapper td, #tblMembers_wrapper th {
    white-space: nowrap;
}*/

.white-bg {
    background-color: #fff !important;
}
/*---------------testing issues ---------------*/
.phpbasic_new .Widget_newphp_color-container > div {
    height: 100%;
}

#ModalDemographicsUpdate .modal-header {
    padding-left: 15px;
}

#ModalDemographicsUpdate label {
    margin-left: 15px;
    margin-top: 15px;
}

#ModalDemographicsUpdate .update-profile {
    margin-left: 15px;
}

#ModalDemographicsUpdate .inner-head {
    margin-left: 15px;
}

.error-modal input#btnok {
    transform: translate(-50%);
    margin-bottom: 20px !important;
    min-width: 100px;
}

.error-modal div#InfoDialog {
    padding: 20px;
    text-align: center;
}

.modal-dialog.error-modal {
    text-align: center;
}

.error-modal .modal-header {
    border-radius: 6px 6px 0 0px;
}

.patient-census span#SpnAlert {
    display: block;
    float: left;
    font-weight: 300;
    font-size: 12px;
}

/*7-3-2019 UI testing changes*/
.blz-yours-container table {
    width: 100% !important;
}

#performancesnapshotReload h3 {
    width: 68%;
}

#tblClique_wrapper .dataTables_scrollBody {
    height: 100% !important;
}

a.floating-icon {
    position: absolute;
    right: 0;
    top: 0;
}

.auto-width {
    width: auto;
    margin-right: 20px;
}

div#CMPatientsBlockDetail {
    margin-top: 17px;
}

#ModalProfileSetting .modal-dialog {
    width: 780px !important;
}

div#tblHistory_wrapper {
    margin-bottom: 15px;
}

d /*iv#caregapspatients td {
    padding: 10px 12px 10px 11px !important;
    border-right: 1px solid #cacaca;
    font-size: 10px;
    color: #000000 !important;
    font-weight: bold;
}

div#caregapspatients thead th {
    background: #dee9f1 !important;
    font-size: 10px;
    padding: 10px 8px !important;
    border-right: 1px solid #cacaca;
}

div#caregapspatients thead tr:nth-child(2) th {
    padding-right: 18px !important;
}*/
.h-100 {
    height: 100% !important;
}

/*@media (max-width: 1400px) {
    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        font-size: 12px !important;
    }
}*/

@media (max-width: 1602px) and (min-width:1551px) {
    .mem_admitted li.big_font {
        font-size: 85px;
        display: contents;
    }
}


/*7-3-2019 UI testing changes*/


/* Added on 23-07-2019*/
.fileContainer_profile span.choose-file img {
    background: url(https://gc9.bridgelive.net/Base502_June2019/Images/upload-icon.png) no-repeat;
    background-size: 29px;
}

@media (max-width: 1448px) {
    .total-members-main {
        position: static !important;
        margin-left: 0px !important;
    }
}

.message-center-sub-menu.message-center-submenu-block {
    height: auto !important;
}

#tblClique .fa-star {
    color: #ffa801;
}

a.floating-icon {
    position: absolute;
    top: 0px;
    right: 0px;
}

#selectservice .chosen-container-single .chosen-single {
    color: #999 !important;
    background: url(../images/others.png) !important;
    background-repeat: no-repeat !important;
    border: none !important;
    box-shadow: none !important;
    float: left;
    background-size: 26px 26px !important;
}

#selectservice .chosen-single span {
    margin-left: 19px;
    color: #333;
    margin-top: -4px;
}

#selectservice .chosen-container-single .chosen-drop {
    margin-top: 5px !important;
    border-top: 1px solid #aaa !important;
}

#selectservice .chosen-container {
    width: 205px !important;
    float: left !important;
    padding-left: 10px;
}

#selectservice .chosen-single {
    border: none;
    box-shadow: none;
}

#othertextbox_chosen a div b {
    display: none;
}

.errorSelect {
    background: rgb(255, 128, 128);
}

#tblPriorityPatient, #tblContactPatient {
    width: 100% !important;
}

/*.Widget_php_color #userManagerTable_info {
    position: absolute !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    bottom: 7px !important;
}*/

#userManagerTable_wrapper .practice_insurance_table {
    border-bottom: 1px solid #ddd !important;
}

.exctra-top {
    padding-top: 25px;
}

#auditLog_wrapper .pagination {
    position: absolute !important;
    right: 0 !important;
}

#auditLog_wrapper #userManagerTable_wrapper .dataTables_info {
    position: relative;
    padding-top: 6px;
    right: 45px;
}

#auditLog_next a, #auditLog_next a, #auditLog_previous a {
    padding: 0;
    border: none;
}



.care-manager-tab > div:nth-child(4) > div:nth-child(2) > div > div > div.row > div:nth-child(1) > h3 {
    text-align: left;
}


/*#caregapspatients table.dataTable thead .sorting:after {
    content: "\e150" !important;
    margin: 0;
    position: absolute;
    top: 30px;
    right: 3px;
}*/
/***Grid style*/
.dt-button {
    border-radius: 50% !important;
}

.p-0 {
    padding: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px;
}

.fixed-icon {
    position: fixed;
    right: 52px;
    bottom: 20px;
}

li.review_toogle.active li.active > a > span {
    border-left: 8px solid #FF7100 !important;
}

.ros-triangle-right {
    width: 0;
    display: block;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 8px solid #555;
    border-bottom: 6px solid transparent;
    float: left;
    margin: 3px 10px 0 0;
}

.ros-triangle-bottom {
    width: 0;
    display: block;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #555;
    position: absolute;
    right: 20px;
    top: 16px;
}

.review_ul li {
    text-align: left !important;
    padding: 7px 0 7px 40px;
}

.depress_exctra tr td:nth-child(1) {
    width: 360px;
}

td.text-center.maction-icon a {
    width: 36px;
    min-width: 36px;
    max-width: 36px;
    display: table-cell;
}

.table_editz > thead > tr > th {
    font-size: 12px !important;
    padding: 12px !important;
}

.edit_size .mesh-header-pen div {
    font-size: 30px !important;
}

.edit_size .form-group {
    margin-bottom: 0;
}



.phs_table tbody > tr > td {
    border: 0px;
}

.immnu_sec {
    color: #3C70A9;
    text-align: center;
    font-weight: bold;
}

.immnu_sec1,
.immnu_sec2,
.immnu_sec3 {
    background-color: #EAF1F7;
    padding: 12px 0;
}

#tab_dep_scrn table tr:nth-child(14) > td {
    border-bottom: none;
}
/*
.blur_clr {
	color: #3D72A8 !important;
}*/

.tab_family_hstry_tbl th {
    color: #3A71A9 !important;
}

.tab_family_hstry_tbl td:nth-child(1) {
    text-align: left !important;
    background-color: #EAF1F7 !important;
    border: none !important;
}

.tab_family_hstry_tbl tr td {
    border: none !important;
}

.for_flex_algn span {
    font-size: 13px;
}

.for_flex_algn div.dt-buttons {
    right: 14px !important;
    margin-left: 26px !important;
}
/*
.tbl_clr label {
	color: #3A71A9;
	font-weight: 600;
}*/

.hcp_table tr th {
    background-color: #EAF1F7;
    color: #3A72A5;
}

.hcp_table tr td {
    background-color: #F5F9FC;
}

.IN_left_nav_menu {
    border-right: 1px solid #cbdce9;
}

    .IN_left_nav_menu li {
        border-bottom: 1px solid #cbdce9;
        cursor: pointer;
    }

        .IN_left_nav_menu li a {
            font-size: 14px !important;
            font-weight: normal !important;
            color: #45729D !important;
        }

        .IN_left_nav_menu li.active::after {
            content: "";
            position: absolute;
            left: 100%;
            margin-top: -30px;
            border-top: 9px solid transparent;
            border-bottom: 9px solid transparent;
            border-left: 10px solid #DFEAF0;
        }

.formawv input,
.formawv select {
    border-radius: 0 !important;
    border: 1px solid #6FA4D6;
}



.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.w-100 {
    width: 100%;
}

.col-65 {
    width: 65%;
}

.w-50 {
    width: 50%;
}

.w-30 {
    width: 30%;
}

.w-25 {
    width: 25%;
}

.f-size-14 {
    font-size: 14px !important;
}

.f-size-20 {
    font-size: 20px !important;
}

.f-size-19 {
    font-size: 19px !important;
}

.d-black {
    color: #000000 !important;
}

.col-35 {
    width: 35%;
}

.font-weight-bold {
    font-weight: bold;
}

.m-0 {
    margin: 0;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.ml-40px {
    margin-left: 40px;
}

.ml-20px {
    margin-left: 20px
}

.ml-10px {
    margin-left: 10px
}

.mt-20px {
    margin-top: 20px
}

.mt-20px {
    margin-top: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-0 {
    margin-left: 0;
}

.border-transparent {
    border: transparent;
}

.cursor-pointer {
    cursor: pointer;
}

.overflow-auto {
    overflow: auto;
}

.text-right {
    text-align: right;
}

.resize-none {
    resize: none;
}

.p-10 {
    padding: 10px;
}

.py-10 {
    padding: 10px 0;
}

.pl-2 {
    padding-left: 15px;
}

.pl-115 {
    padding-left: 115px;
}

.pl-0 {
    padding-left: 0;
}

.pl-10 {
    padding-left: 110px;
}

.pl-20 {
    padding-left: 220px;
}

.pl-20 {
    padding-left: 315px;
}

.pl-30 {
    padding-left: 40%;
}


.pb-10 {
    padding-bottom: 10px;
}

.pr-20 {
    padding-right: 20px;
}

.bb-0 {
    border-bottom: 0 !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-40 {
    margin-top: 40px;
}

.ml-15 {
    margin-left: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.w-30px {
    width: 30px;
}

.d-flex {
    display: flex;
}

.d-inline {
    display: inline;
}

.d-inline-block {
    display: inline-block;
}

.border-rad-0 {
    border-radius: 0;
}

.p-relative {
    position: relative;
}

.d-table {
    display: table;
}

.d-table-cell {
    display: table-cell;
}

.initial_main_conatain h1 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #fff;
    margin-bottom: 0;
    padding: 12px 0;
    font-size: 16px;
    color: #00b9f2;
    margin-top: 0;
    border-radius: 0;
}

.initial_main_conatain {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.initial_main {
    border-bottom: 1px solid #C1CBD4;
    float: left;
    width: 100%;
}

/*.dt-button {
    background: url(../Images/print.svg) center no-repeat #fff;
    width: 50px;
    height: 45px;
    border: 1px solid #2582cf;
    border-radius: 50% !important;
    padding: 8%;
    margin: 1%;
    color: #fff;
    box-shadow: none;
}*/

.initial_table .tabs .container {
    padding: 0px;
    margin: 1px 18px;
    width: 95%;
}

.initial_table {
    padding: 0;
}

    .initial_table .tabs .tab-pane {
        margin-left: 20px;
    }

    .initial_table .tabs h3 {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 60px;
    }

    .initial_table .tabs p {
        font-size: 14px;
        margin: 0;
        padding-top: 22px;
    }

    .initial_table .tabs a {
        font-size: 13px;
        font-weight: 700;
        color: #000;
        background-color: #D2D2D2 !important;
        text-align: left;
        border-radius: 0;
    }

    .initial_table .tabs li {
        margin-top: 1px;
        text-align: center;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        color: #627688;
        position: relative;
    }

        .initial_table .tabs li.active > a {
            background-color: #dfeaf0 !important;
            color: #627688;
        }

li.review_toogle.active li.active {
    background: #dfeaf0;
}

.total-patients {
    float: left;
    width: 100%;
    margin: 20px 0 15px 0;
    border-bottom: 2px solid #EBEBEB;
}

    .total-patients .mesh-header-pen div span ul li {
        font-size: 12px;
        height: 12px;
    }

    .total-patients .fail-center ul > li {
        color: #FD000B !important;
    }

    .total-patients .fail ul > li {
        color: #008C00;
    }

    .total-patients .fail {
        position: absolute;
        top: -6px;
    }

        .total-patients .fail ul {
            padding: 0;
        }

    .total-patients .mesh-header-pen div {
        position: relative;
        text-align: center;
        font-size: 28px;
    }

    .total-patients .mesh-header-pen h3 {
        font-size: 11px;
        text-align: center;
        margin-bottom: 0px;
    }

    .total-patients .mesh-header-pen .greenbox {
        background-color: #4d9f4d;
        border-radius: 5px;
        color: #fff;
        margin: 5px 10px;
    }

.mesh-header-pen {
    text-align: center;
}

#contactedSoFarNumerator {
    margin: 0 !important;
    width: auto;
    display: inline;
    padding: 2px 4px;
}

.dt-button.buttons-columnVisibility {
    border-radius: 0 !important;
}

.slick-next:before,
.slick-prev:before {
    font-size: 30px;
    background-color: #00b9f2;
    border-radius: 30px;
    position: relative;
    padding: 4px 2px 0 3px;
    top: -3px;
}

.maction-icon a {
    padding: 0px !important;
}

.case-container li.slick-slide.active.slick-active,
.case-container li.active,
.case-container li.slick-slide.active.slick-active:hover,
.case-container li.active:hover {
    background: #c7c7c7;
}

.mesh_casemagmtsave img {
    width: 40px !important;
}

a.btnPrevious img,
.btnNext img,
.mesh_casemagmtsave img {
    width: 36px;
    margin-top: 24px;
    margin-right: 15px;
}

.slick-next:before,
.slick-prev:before {
    font-size: 30px;
}

.slick-next {
    right: 10px;
}

.slick-prev {
    left: 10px;
}

.case-container ul.slick-carousel {
    width: 98.3%;
    margin: 0 14px;
}

.case-container .slick-carousel li {
    background: #dadada;
    display: block;
    font-size: 14px;
    padding: 11px;
    height: 85px;
    border-left: 2px solid #eee;
    position: relative;
    width: 10%
}

    .case-container .slick-carousel li a {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }

    .case-container .slick-carousel li.active a:hover {
        background-color: transparent !important;
        border-color: none !important;
    }

    .case-container .slick-carousel li.active a {
        background: transparent !important;
        border: none !important;
    }

a.tabPagination img,
a.tabPagination2 img,
a.tabPagination3 img,
a.tabPagination4 img,
a.tabPagination5 img {
    width: 29px;
    margin-top: 12px;
    margin-right: 12px;
}

#mesh_progressnote h1 {
    font-size: 20px;
}

#mesh_progressnote .table > thead > tr > th {
    border-bottom: 0px solid;
}

#mesh_progressnote .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: 1px solid#ccc;
}

.patient-census {
    border: 1px solid #cbdce9;
    background-color: #fff;
    display: inline-block;
    width: 100%;
}

.btn.mesh_casemagmtsave {
    position: absolute;
    right: 14px;
    bottom: -10px;
    background-color: #2582cf;
    color: #fff;
    width: 72px;
    border-radius: 0px;
    background-image: none;
    margin-bottom: 10px;
    border: none;
}

.link-container {
    padding: 150px 0;
    text-align: center;
    height: 300px;
}

    .link-container a:first-child {
        margin-right: 64px;
    }

    .link-container a {
        font-size: 20px;
        border: 1px solid;
        padding: 20px;
        cursor: pointer;
    }

.tabpn.current {
    display: block;
}

.tabpn {
    display: none;
}

.date-app textarea {
    resize: none;
}

.date-app input[type="text"] {
    float: inherit;
    width: 120px !important;
}

.date-app textarea {
    width: 250px;
    vertical-align: top;
    margin-right: 8px;
    background: #efefef;
    font-size: 12px;
    height: 50px;
}

.w-100 {
    width: 100%;
}


/*-----------mesh css------------*/

#mesh_phones .modal-body {
    margin: 10px;
}

#divdialpad .dialPad.compact {
    position: relative;
}

.dialPad .number {
    position: relative;
    z-index: 2;
    padding: 5px 20px;
    color: #E9931A;
    font-weight: 300;
    /* font-size: 40px; */
    font-size: 30px;
    background: #fff;
    /* height: 78px; */
    height: 44px;
}

.dialPad .dials {
    margin: -1px 0 0 -1px;
    /* background: #1d1918; */
    background: #EDEDED !important;
    cursor: pointer;
    margin-right: 6%;
}

.dial {
    margin-bottom: 0;
    font-size: 10px;
    text-align: center;
}

.dials,
ol,
ul {
    list-style: none;
}

.dialPad .dials .digits {
    float: left;
    width: 33.33%;
    background: #EDEDED !important;
}

#callingModal p {
    margin-bottom: 0;
    font-size: 12px;
    text-align: left;
}

.compact .dials .digits p {
    padding: 5px 20px;
}

.dialPad .dials .digits p {
    /* font-weight: 600; */
    padding: 10px 20px;
    border: 1px solid #FFFFFF;
}

.dials {
    margin-bottom: 0;
    font-size: 10px;
    text-align: center;
}

.compact .dials .digits p strong {
    font-size: 30px;
}

.dialPad .dials .digits p strong {
    font-size: 3px;
    color: #222;
}

.compact .dials .digits p sup {
    text-transform: uppercase;
    color: #71479D;
    font-weight: bold;
}

.displaynone {
    display: none;
}

.modal-header .modal-title {
    display: inline-block;
}

.mesh-search {
    text-align: right;
    font-size: 12px;
}

    .mesh-search span {
        color: #2482ce;
    }

.mesh-headersearch select {
    width: 150px;
    border-radius: 0px;
    display: inline-block;
    float: left;
}

.mesh-headersearch #tblMessageInbox_filter input {
    margin: 0;
    width: 250px;
    background-color: #fff;
}

.mesh-header-right ul li {
    display: inline-block;
    margin: 0 15px;
    font-size: 16px;
}

.mesh-header-right ul,
.mesh-header-right div {
    display: inline-block;
    text-align: left;
    padding: 0;
    margin: 0 15px;
}

.mesh-header-right {
    text-align: right;
    margin-top: 0px;
}

.mesh-header-tm h3,
.mesh-header-pen h3 {
    color: #3a6a9b;
    font-size: 18px;
    padding-left: 0;
    line-height: 0px;
}

.mesh-header-tm div,
.mesh-header-pen div {
    font-size: 45px;
    line-height: 45px;
    margin-left: 0;
    color: #3a6a9b;
}

    .mesh-header-tm div span,
    .mesh-header-pen div span {
        font-size: 14px;
    }

.mesh-header-right ul {
    position: relative;
    top: 7px;
}

.mesh-headersearchby {
    margin: 10px 0 6px;
}

.mesh-header-right ul li img {
    margin-right: 6px;
}

#meshTable thead {
    background-color: #EBEBEB;
}

.mesh-header-tm div span ul li,
.mesh-header-pen div span ul li {
    display: block;
    height: 16px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.mesh-header-tm div span ul,
.mesh-header-pen div span ul {
    top: 0;
    margin: 0;
}

.succ li {
    color: green;
}

.fail li {
    color: red;
}

.mesh-header-tm {
    padding: 0 24px !important;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}

.lastupon {
    font-size: 12px;
    text-align: left;
    position: relative;
    top: -4px;
    margin-left: 2px;
    font-family: Roboto-Medium;
    height: 10px;
}

    .lastupon span {
        color: #3a6a9b;
    }

.top-icons-search {
    top: 26px;
}

.mesh-search {
    text-align: right;
    font-size: 12px;
}

    .mesh-search span {
        color: #2482ce;
    }

.case-container h1 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #fff;
    margin-bottom: 0;
    border-bottom: 1px solid #efefef;
    padding: 10px;
    font-size: 16px;
    color: #00b9f2;
    margin-top: 0;
    border-radius: 0;
}

.case-content {
    padding: 20px;
    border: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.case-container .marg {
    margin-bottom: 10px;
}

.case-container .form-control {
    border: 1px solid #efefef;
    box-shadow: none;
}

.case-content ul.division-ul {
    padding-left: 0px;
}

    .case-content ul.division-ul li {
        text-align: left;
        margin-bottom: 10px;
        font-size: 12px;
        list-style-type: none;
    }

.case-content p {
    text-align: left;
    font-size: 12px;
}

.case-container [type="radio"]:checked,
.case-container [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .case-container [type="radio"]:checked + label,
    .case-container [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 24px;
        padding-right: 20px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        .case-container [type="radio"]:checked + label:before,
        .case-container [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 16px;
            height: 16px;
            border: 1px solid #f8c47d;
            border-radius: 100%;
            background: #fff;
        }

        .case-container [type="radio"]:checked + label:after,
        .case-container [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 8px;
            height: 8px;
            background: #f8c47d;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .case-container [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .case-container [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

#mesh_casemagmt .modal-body,
#mesh_message .modal-body,
#mesh_addmore .modal-body,
#mesh_progress .modal-body,
#mesh_ISP_Review .modal-body {
    background: #EAF1F7;
}

#mesh_phones .endcall {
    color: #fff !important;
    padding-left: 30px;
    padding-bottom: 10px;
    display: none;
}

#mesh_phones .startcall {
    color: #fff !important;
    padding-left: 30px;
    padding-bottom: 10px;
}

#mesh_phones h4.call-progress {
    color: #d0d0d0;
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 5px;
}

#mesh_phones p {
    margin-bottom: 0;
    font-size: 12px;
    text-align: left;
}

#mesh_phones p {
    margin-bottom: 0;
    font-size: 12px;
    text-align: left;
}

#mesh_phones p {
    margin-bottom: 0;
    font-size: 12px;
    text-align: left;
}

#backSpace {
    left: inherit !important;
    position: absolute !important;
    right: 20px !important;
    z-index: 9 !important;
    top: 8px !important;
}

#divdialpad .dialPad.compact {
    position: relative;
}

.dialPad .dials {
    margin: -1px 0 0 -1px;
    background: #EDEDED !important;
    cursor: pointer;
    margin-right: 6%;
}

.dialPad .number {
    position: relative;
    z-index: 2;
    padding: 5px 20px;
    color: #E9931A;
    font-weight: 300;
    font-size: 30px;
    background: #fff;
    height: 44px;
}

.dials {
    margin-bottom: 0;
    font-size: 10px;
    text-align: center;
}

.dialPad .dials .digits {
    float: left;
    width: 33.33%;
    background: #EDEDED !important;
}

#mesh_phones p {
    margin-bottom: 0;
    font-size: 12px;
    text-align: left;
}

.compact .dials .digits p strong {
    font-size: 30px;
}

.compact .dials .digits p sup {
    text-transform: uppercase;
    color: #71479D;
    font-weight: bold;
}

.dialPad .number {
    position: relative;
    z-index: 2;
    padding: 5px 20px;
    color: #E9931A;
    font-weight: 300;
    font-size: 30px;
    background: #fff;
    height: 44px;
}

#divdialpad .dialPad.compact {
    position: relative;
}

#callingModal p {
    margin-bottom: 0;
    font-size: 12px;
    text-align: left;
}

.marginbottom {
    margin-bottom: 4%;
    width: 50%;
    margin-left: 25%;
}

.BtnSave,
.BtnSave:hover,
.BtnSave:focus {
    background-color: #2582cf;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0px;
    margin-right: 15px;
    margin-bottom: 5px;
    background-image: none;
    border: none;
}

.other {
    border: 1px solid #efefef;
    box-shadow: none;
    background: transparent;
}

.case-box table td {
    font-size: 11px;
    padding: 10px 5px;
}

.case-container .form-control {
    border: 1px solid #efefef;
    box-shadow: none;
}

.case-box table tr.tblbg {
    background: #F5F5F5;
}

.case-box table th {
    font-size: 11px;
    padding: 10px 20px;
}

#mesh_addmore label {
    font-size: 13px;
}

.inline_col_1 {
    float: left;
    width: 40%;
    line-height: 34px;
    font-size: 14px;
}

.inline_col_2 {
    float: left;
    width: 60%;
}

.grid_date {
    width: 60px;
    float: left;
}

    .grid_date p {
        padding: 19px 0;
        margin: 0;
    }

.grid_header_right {
    width: 100%;
    border-bottom: 1px solid #C1CBD4;
}

.grid_header_title {
    float: left;
    width: 64%;
    margin: 0px auto;
    text-align: center;
}

    .grid_header_title h5 {
        padding: 0;
        text-align: center;
        font-size: 26px;
        color: #6FA4D6;
        margin: 12px 0;
    }

    .grid_header_title span {
        padding: 0 30px;
        position: relative;
        top: 5px;
        font-size: 22px;
    }

    .grid_header_title .tab_back {
        background-color: transparent !important;
    }

        .grid_header_title .tab_back img, .grid_header_title .tab_fwrd img {
            height: 30px;
            width: 30px;
        }

.grid_header_icons {
    width: 26%;
    float: left;
}

    .grid_header_icons .dt-buttons {
        margin: 5px 0;
    }

        .grid_header_icons .dt-buttons a {
            background-color: transparent !important;
            padding: 5px;
        }

            .grid_header_icons .dt-buttons a img {
                height: 38px;
                width: 38px;
            }

.grid_header_title > h5 > a.tab_fwrd, .grid_header_title > h5 > a.tab_back {
    background-color: transparent !important;
}

.review_size {
    font-size: 18px;
}

.border-0 {
    border: none !important;
}

#COPD_popup .initial_main_conatain,
#Diabetes_popup .initial_main_conatain,
#CHF_popup .initial_main_conatain,
#Hypertension_popup .initial_main_conatain,
#Afib_popup .initial_main_conatain,
#tab_vital .initial_main_conatain,
#tab_hcp .initial_main_conatain {
    border-top: 1px solid #C1CBD4;
}

.COPD_popup .message-center-page {
    border: none;
}

.COPD_popup .formawv {
    padding: 0;
}

.patient .php_tab_table .row h3 {
    margin-left: 12px;
}

#outstanding_provider {
    min-width: 220px;
    height: 350px;
    margin: 0 auto;
    float: left;
    overflow: visible !important
}

.mesh-header-pen h3 {
    line-height: 16px;
}

.total_interventions {
    /*border-left: 2px solid #EBEBEB;
	border-right: 2px solid #EBEBEB;*/
}

    .total_interventions #outstanding_provider2 {
        /* min-width: 450px; height: 230px; margin: 0 auto; float:left; */
        min-width: 450px;
        height: 350px;
    }


/*#tblSCR_length label {
    display: flex;
    line-height: 45px;
    margin-left: 17px;
    margin-bottom: 0;
}*/

.total-members-main {
    margin: 0;
    padding: 0;
    padding-top: 13px;
    width: 55%;
    padding-left: 40px;
    position: relative;
}

.total-members-main-inn.d-flex.pull-left.w-100 {
    position: relative !important;
}

.Tmm-step1 {
    width: 120px;
}

.Tmm-step2 {
    width: 90px;
}

.Tmm-step3 {
    width: 160px;
}

.Tmm-step4 {
    width: 70px;
}

.Tmm-step5 {
    width: 120px;
}

.maction-icon a {
    padding: 0 7px;
}

.sep_a {
    padding: 2px !important;
}

#spnFile {
    color: #FF0000;
}

#asshistory_popup .tbl-grid th {
    text-align: left;
    padding: 12px 5px;
    font-size: 14px;
    max-width: 200px;
    min-width: 90px;
}

#asshistory_popup .tbl-grid td {
    padding: 12px 5px;
    font-size: 14px;
    text-align: center;
}

#asshistory_popup .modal-title {
    color: #3A71A9 !important;
    font-size: 24px;
    margin-left: 10px;
}

#asshistory_popup .modal-head {
    background-color: #EAF1F7;
}

#asshistory_popup .height_modal-body {
    max-height: 258px;
    overflow: auto;
}

.depress_screen_ul li {
    font-weight: bolder !important;
    display: table-cell;
}

.Dsgh tr td, .Dsgh tr th {
    text-align: center !important;
}

.Dsgh tr > td, .Dsgh tr:nth-child(1) > th:nth-child(1) {
    border-right: 1px solid #D0D0D0;
}

.Dsgh > tr > td:last-child {
    border-right: 0 !important;
}

.back_trans {
    background-color: transparent !important;
}

#profileimageUpload {
    padding: 5px 0;
}

.Grid_table_th {
    position: relative;
}

.Grid_table_tr {
    border-bottom: none !important;
    position: relative;
    height: 0;
    min-height: 0;
    max-height: 0;
}

.Grid_table_tr1 {
    border-bottom: 0 !important;
    padding: 0 !important;
}

.Grid_table_tr2 {
    text-align: center;
    position: absolute;
    transform: translate(16%, 100%);
    margin-top: 0px;
}

.Grid_table_th .p-0 {
    padding: 0 !important;
}

.scheduler-border1 {
    border: 1px groove #ddd !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    border-bottom: none !important;
    width: 32.5rem;
    text-align: center;
    position: relative;
    right: 22px;
}

.scheduler-border2 {
    font-size: 1.2em !important;
    font-weight: bold !important;
    width: 145px;
    margin: auto;
    /*padding: 0 10px;*/
    border-bottom: none;
    text-align: center !important;
}

.progress_over .grid_header_title {
    width: 60% !important;
}

.progress_over .grid_header_icons {
    width: 35% !important;
}
/*
.grid_header_right .grid_date {
	padding-left: 24px;
    width: 10%;
}
*/
.progress_over .grid_header_title h5 {
    text-align: right !important;
}

.pop_closing button {
    background-color: transparent;
    right: 5px;
}

.pop_closing a {
    color: transparent;
}

    .pop_closing a img {
        height: 20px;
    }
/*
.progs_head {
	background-color: #EAF1F7 !important;
}
.progs_head .modal-title {
	color: #3A71A9 !important;
    font-size: 24px ;
    margin-left: 10px;
}
*/
.add_a_note {
    padding: 10px 90px;
}

.backgnd_trans {
    background: transparent !important;
}

.soap-main {
    border: 1px #cccccc solid;
    margin: 15px 0;
    text-align: left;
}

.soap-head {
    background: #F1F1F1;
    color: #000;
    margin: 0;
    padding: 10px 5px;
    font-size: 15px;
    font-weight: bold;
}

.soap-butt {
    cursor: pointer;
}

.chief-comp li {
    border: 0;
    list-style: none;
    padding: 5px 0;
}

.chief-comp {
    margin: 0;
    padding: 10px;
}

    .chief-comp li input {
        margin: 0 5px 0 0;
        vertical-align: middle;
    }

.add-edits {
    position: absolute;
    background: #fff;
    padding: 5px;
    right: 16px;
    border: 1px #ccc solid;
}

    .add-edits ul li a {
        font-size: 12px;
    }

    .add-edits ul {
        margin: 0;
    }

        .add-edits ul li {
            cursor: pointer;
        }

.close-drop {
    float: right;
    width: 100%;
    text-align: right;
    cursor: pointer;
    margin-top: -6px;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}

.soap-main textarea {
    width: 98%;
    margin: 1%;
    height: 110px;
}

.chief-comp {
    height: 160px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.main-soap {
    float: left;
}

img#popup_close {
    right: 15px;
    top: 9px;
}

#popup_close_side {
    margin-top: 5px !important;
}

.pop-new img#popupclose {
    display: block;
}

.pl-0 {
    padding-left: 0;
}

/*------Patient Profile--------*/
ul.bridge-left-menu li span {
    position: absolute;
    top: -4px;
    right: 12px;
    background: #f00;
    color: #fff;
    font-family: Roboto-Medium;
    font-size: 10px;
    width: 16px;
    height: 16px;
    line-height: 6px;
    border-radius: 50%;
}

ul.bridge-left-menu li {
    position: relative;
}

.right-side-menu.third-column-width {
    margin-top: 58px !important;
}

.patient-prof label#patient_name {
    font-size: 22px;
    color: #2482ce;
    font-family: Roboto-Light !important;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 2px;
}

.patient-prof .pfofile_age {
    font-size: 14px;
    line-height: 16px;
    color: #3b6d9a;
    margin-bottom: 3px;
    margin-top: 3px;
}

#ModalDemographicsUpdate label {
    margin-left: 15px;
    margin-top: 15px;
}

#ModalDemographicsUpdate .form-group.update-profile {
    margin-left: 15px;
    text-align: center;
}

.profile_name_click {
    cursor: pointer;
}

#patientlist_wrapper #patientlist_info {
    text-align: right;
    position: absolute;
    bottom: 3px;
    right: 50px;
    font-size: 12px;
}

#patientlist_wrapper a {
    /*border: 1px solid #ccc !important;*/
    padding: 0 !important;
    height: 20px;
    width: 20px;
}

.patient-prof .div_flex_content .profile_name {
    font-size: 24px;
    line-height: 24px;
    color: #3b6d9a;
    font-family: Roboto-Light;
    font-weight: normal;
    margin-bottom: 4px;
}

.patient-prof .php_first_column_down_div {
    margin: 7% 0% 0% 0%;
}

.patient-prof .php_first_column_down_divtwo {
    margin: 3% 0% 0% 0%;
}

.patient-prof .php_first_column_down_div label {
    margin-bottom: 6px;
}

.patient-prof .php_first_width_align {
    margin: 15px 0;
}

    .patient-prof .php_first_width_align label {
        font-weight: normal;
        word-break: break-word;
    }

/*.patient-prof .php_first_width_align label {
    font-size: 15px;
    font-weight: normal;
    word-break: break-word;
}*/

.patient-prof .div_flex_content a {
    text-decoration: underline;
}

.patient-prof .bottom_more_icon {
    right: 15px;
    height: 30px;
}

.bold-fnt {
    font-weight: 600;
}

.margin-align {
    margin-right: -20px;
}

.patient-prof .pharmacy_block label {
    margin-bottom: 0;
}

.patient-prof .pharmacy_block {
    padding: 10px 0;
}

.nopadding {
    padding: 0;
}

div#condition_image_CKD img, div#condition_image_DM img {
    width: 68px;
    height: 68px;
}

div#condition_image_CKD, div#condition_image_DM {
    text-align: left;
}

a#php_view_code, a#php_condition {
    font-size: 0px;
    padding: 0px;
}

a#php_view_code {
    background-image: url(../Images/codes-icon-01.svg);
    width: 70px;
    height: 65px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    border-radius: 50%;
}

a#php_condition {
    background-image: url(../Images/conditions-icon-01.svg);
    width: 34px;
    height: 34px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    border-radius: 50%;
}

div#condition_image_CKD div, div#condition_image_DM div {
    text-align: center;
    width: 70px;
}

.patient-prof .php_first_column_icons span {
    width: 100%;
    float: left;
}

.patient-prof .php_first_column_icons {
    font-size: 13px;
    margin-right: 7px;
    font-weight: 600;
    line-height: 15px;
}

.patient-prof .phperblock label {
    font-size: 14px;
}

.patient-prof .php_first_column_icons img {
    width: 100%;
}

.patient-prof .php_first_column_down_divthree {
    margin: 13% 0% 0% 0%;
}

.pro_dtls {
    line-height: 15px;
}

    .pro_dtls label {
        font-size: 12px !important;
        margin-bottom: 0;
    }

.patient-prof span#riskscorevalue {
    font-size: 6vw !important;
    font-weight: 300;
    font-family: Roboto-Light;
}

.patient-prof .php_profile_img img {
    height: auto;
    width: 100%;
}

.patient-prof .php_profile_img {
    max-width: 100%;
}

.patient-prof #view_condition_image label {
    font-size: 11px;
}

.patient-prof span#patienttotalannualcost {
    font-size: 3.6vw !important;
    font-weight: 300;
    margin-top: 20px;
}

.patient-prof .head_icon_align_bridge_block {
    right: 11px;
}

.patient-prof .image_widget img {
    margin: 0px 0px 5px 1px;
}

.patient-prof .view_conditions {
    margin-top: 8%;
}

.patient-prof .php_fontsize_cost {
    font-size: 34px;
    color: #274766;
    font-weight: 300;
    font-family: Roboto-Light;
    line-height: 32px;
    margin-bottom: 7px;
}

.patient-prof #ermostvisited, .patient-prof #erdiagnosiscode, .patient-prof #inpatientmostvisitedfacility, .patient-prof #inpatientmostdiagnosiscode {
    line-height: 22px;
    margin-bottom: 7px;
}

.patient-prof .phperblock {
    font-size: 22px;
}

.patient-prof .phperblock {
    font-size: 22px;
    font-weight: 300;
    font-family: Roboto-Light;
    padding-bottom: 3px;
    color: #274766;
}


.patient-prof .pharmacy_block .php_pharmacy_text_color, .php_clr_txt {
    font-size: 16px;
    font-family: Roboto-light;
    color: #274766;
}

.patient-prof .php_clr_txt label {
    font-weight: normal;
    font-family: Roboto-light !important;
}

.php_clr_txt a, .php_clr_label {
    color: #274766;
}

a.php_blk_link {
    color: #333;
    font-weight: 700;
}

#php_diagnostic_tabs .tabs_bridge_ul li {
    width: 32.9%;
    margin-right: 1%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    #php_diagnostic_tabs .tabs_bridge_ul li:last-child {
        margin-right: 0;
    }

.patient-prof .div_flex_content {
    line-height: 18px;
}

.patient-prof .Receive-radio {
    margin-bottom: 0;
}

#php_diagnostic_tabs .tabs_bridge_section {
    width: 100%;
}

#php_diagnostic_tabs.tabs_bridge {
    padding: 0 0 20px;
}

div#php_external_report_table_wrapper {
    margin-bottom: 20px;
}

.patient-prof .dataTables_wrapper .dataTables_length label {
    margin-top: 0;
    padding-top: 5px;
    padding-left: 5px;
}

.patient-prof div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 0;
    border-radius: 0;
    height: 28px;
    font-family: Roboto-Medium !important;
    font-size: 12px;
}

.patient-prof div.dataTables_wrapper div.dataTables_info {
    font-family: Roboto-Medium !important;
    font-size: 12px;
}

.patient-prof div.dt-buttons {
    margin-bottom: 0;
    margin-top: 5px;
    margin-right: 5px;
}

.patient-prof button.excel-btn:hover:not(.disabled), .patient-prof div.excel-btn:hover:not(.disabled), .patient-prof a.excel-btn:hover:not(.disabled), .patient-prof button.excel-btn, .patient-prof a.excel-btn, .patient-prof div.excel-btn, .patient-prof button.excel-btn, .patient-prof div.excel-btn, .patient-prof a.excel-btn, .patient-prof button.excel-btn:focus:not(.disabled), .patient-prof div.excel-btn:focus:not(.disabled), .patient-prof a.excel-btn:focus:not(.disabled), .patient-prof button.excel-btn:active:not(.disabled), .patient-prof button.excel-btn.active:not(.disabled), .patient-prof div.excel-btn:active:not(.disabled), .patient-prof div.excel-btn.active:not(.disabled), .patient-prof a.excel-btn:active:not(.disabled), .patient-prof a.excel-btn.active:not(.disabled) button.excel-btn:active:not(.disabled):hover:not(.disabled), .patient-prof button.excel-btn.active:not(.disabled):hover:not(.disabled), .patient-prof div.excel-btn:active:not(.disabled):hover:not(.disabled), .patient-prof div.excel-btn.active:not(.disabled):hover:not(.disabled), .patient-prof a.excel-btn:active:not(.disabled):hover:not(.disabled), .patient-prof a.excel-btn.active:not(.disabled):hover:not(.disabled) {
    width: 28px;
    height: 28px;
    background-size: cover;
    border: 0 none;
    margin: 0;
}

#diagnosis_outstanding th, #diagnosis_outstanding td, #php_external_report_table_wrapper th, #php_external_report_table_wrapper td {
    font-family: Roboto-Medium !important;
    font-size: 12px;
    padding: 5px 10px;
}

#php_diagnostic_tabs .tabs_bridge_ul li a {
    display: block;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: Roboto-Medium !important;
    font-size: 12px;
    text-align: center;
    color: #32699b;
    padding: 0.7em 1em 0.5em;
}

#diagnosis_outstanding thead {
    background: #dee8f1;
}


.flex-row .Widget_php_color, .flex-row .row.row_align {
    height: 100% !important;
}

.patient-prof .pharmacy_block:last-child {
    margin-bottom: 30px;
}

.patient-prof .Widget_php_color h3 {
    font-size: 18px;
}

.patient-prof .sml-font {
    font-size: 12px !important;
}

.patient-prof .condition_show_hide_div {
    height: 105px;
}

@media (min-width: 1225px) and (max-width: 1320px) {
    .patient-prof .php_first_width_align label, .pro_dtls label {
        font-size: 11px;
    }

    .patient-prof label#patient_name {
        font-size: 19px;
    }

    .patient-prof .Widget_php_color h3 {
        font-size: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1224px) {
    .patient-prof .php_first_width_align label, .pro_dtls label, .patient-prof .php_first_column_icons {
        font-size: 10px;
    }

    .patient-prof label#patient_name {
        font-size: 18px;
    }

    .patient-prof .Widget_php_color h3 {
        font-size: 13px;
    }
}

@media (max-width: 1280px) {
    .patient-prof span#patienttotalannualcost {
        margin-top: 0;
    }
}

@media(max-width: 1199px) {
    .patient-prof .php_firstcolumn_div {
        padding-left: 15px;
    }

    .php_prof_holder {
        clear: left;
    }

    .patient-prof .php_first_column_down_divthree {
        margin-top: 10px;
        padding-left: 0px;
    }

    .patient-prof .php_firstcolumn_div .row.text-center.row_align {
        padding-left: 10px;
    }

    .patient-prof .php_first_column_down_divtwo {
        margin-top: 10px;
    }

    a#php_view_code {
        font-size: 12px;
        padding: 8px 14px;
    }
}

@media (min-width: 992px) {
    .flex-row {
        display: flex;
        display: -webkit-flex;
    }
}

@media (min-width: 768px) and (max-width: 985px) {
    .patient-prof {
        padding-right: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .patient-prof label, .patient-prof .sml-font, #diagnosis_outstanding th, #diagnosis_outstanding td, #php_external_report_table_wrapper th, #php_external_report_table_wrapper td, .patient-prof .Receive-radio label {
        font-size: 10px !important;
    }

        .patient-prof label#patient_name {
            font-size: 16px !important;
        }

    .patient-prof span#riskscorevalue {
        font-size: 50px !important;
    }

    .patient-prof span#patienttotalannualcost {
        font-size: 34px !important;
        height: 65px;
    }

    a#php_view_code {
        margin-left: 40px;
    }

    .patient-prof .head_icon_align_bridge_block {
        right: 5px;
    }

    .patient-prof .bottom_more_icon {
        right: 9px;
    }
}

@media (max-width: 992px) {
    .row.row_align {
        margin: 0;
    }

    .patient-prof .php_firstcolumn_div .row.text-center.row_align, .patient-prof .php_firstcolumn_div {
        padding-left: 0px;
    }

    .patient-prof .php_first_column_down_divtwo {
        padding-left: 10px;
    }
}

@media(max-width: 768px) {
    .php_prof_holder {
        padding-left: 10px !important;
    }
}

@media(max-width: 767px) {
    a#php_view_code {
        position: relative;
        left: 35px;
    }

    .patient-prof label#patient_name {
        font-size: 17px;
    }

    .patient-prof h1.dash_bridge_head {
        font-size: 26px;
    }

    .patient-prof .php_firstcolumn_div {
        margin: 7px 0;
    }

    .patient-prof span#riskscorevalue {
        font-size: 50px !important;
    }

    .patient-prof span#patienttotalannualcost {
        font-size: 34px !important;
        height: 65px;
    }

    .patient-prof .Widget_php_color h3 {
        font-size: 13px !important;
    }

    .patient-prof .bottom_more_icon {
        height: 23px;
    }

    .patient-prof .php_first_column_down_divtwo {
        padding-left: 0;
    }

    div#diagnosis_outstanding_filter, div#php_external_report_table_filter {
        float: left !important;
        margin-top: 0;
        padding-left: 5px;
    }

    .patient-prof div.dt-buttons {
        float: right !important;
    }

    .patient-prof div.dataTables_wrapper div.dataTables_info {
        position: inherit;
    }

    .patient-prof div.dataTables_wrapper div.dataTables_paginate {
        position: absolute;
        right: 5px;
        bottom: 0;
    }

    #outstand .table-responsive {
        padding-bottom: 20px;
    }


    .patient-prof .Receive-radio label {
        font-size: 10px;
    }
}

.dot-holder {
    position: absolute;
    right: 15px;
    bottom: 5px;
    border: 2px solid #154d86 !important;
    width: 38px;
    text-align: center;
    height: 38px;
    border-radius: 50%;
    display: table;
}

    .dot-holder a {
        display: table-cell;
        vertical-align: middle;
    }

    .dot-holder img {
        width: auto;
    }

.flex-row .Widget_php_color {
    padding-bottom: 0;
}

.mobile-icon-php {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid gray;
    padding: 7px;
    display: inline-block;
    vertical-align: middle;
}

.php-social-icon ul {
    padding-left: 0;
    white-space: nowrap;
    height: 52px;
}

.php-social-icon li {
    list-style-type: none;
    display: inline-grid;
    padding-right: 4%;
    padding-top: 10px;
    white-space: nowrap;
}

.siren-hover {
    width: 0px;
    opacity: 0;
    transition: all 0.75s ease;
    overflow: hidden;
    position: relative;
    top: -50px;
    left: 50px;
}

    .siren-hover.show {
        width: 100%;
        opacity: 1;
    }

.medical-hover {
    width: 0px;
    height: 0px;
    opacity: 0;
    transition: all 0.75s ease;
    overflow: hidden;
    position: absolute;
    z-index: 999999;
}

    .medical-hover.show {
        width: 810px;
        height: 470px;
        opacity: 1;
    }

        .medical-hover.show img {
            margin: 9px 15px;
            height: 50px;
        }

.main_forms {
    background-color: #DCDCDC;
    padding: 5px 5px 5px 10px;
}

.patient-prof .screen-width-font, .patient-prof .screen-width-font span {
    font-size: 102px;
    font-size: 6.5vw;
    color: #2482ce;
}

.php-risk-value {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.php-tab table td {
    padding: 12px 8px !important;
}

.main_forms {
    background-color: #DCDCDC;
    padding: 5px 5px 5px 10px;
}

.new_popups {
    background-color: #C34A1B;
    color: #FFFFFF;
    padding: 5px;
}


#outstanding_provider2 .highcharts-background, #outstanding_provider2 .highcharts-container, #outstanding_provider2 .highcharts-root {
    /*	width:320px!important;*/
    left: -20px;
    top: 10;
}
/*------Patient Profile--------*/
#txtnumber {
    width: 200px;
    height: 37px;
    padding: 7px;
    opacity: .8;
}

    #txtnumber::-webkit-input-placeholder { /* Edge */
        color: #808080;
    }

    #txtnumber:-ms-input-placeholder { /* Internet Explorer */
        color: #808080;
    }

    #txtnumber::placeholder {
        color: #808080;
    }

.clr_red {
    color: #FF0000;
}

.top_aligns {
    padding-top: 7px;
}

.row.plncr-form {
    background-color: #fff;
    padding: 15px 0;
}

.plncr-form .orngtxt {
    color: #333;
}

.left-padding-header {
    padding-left: 35px;
}

#plncr-edit-modal .form-group {
    display: flex;
}

#calendar th {
    white-space: nowrap;
    font-size: 12px !important;
    min-width: 45px;
}

.plncr-form .form-group {
    margin-bottom: 15px;
    margin-top: 20px;
}

.nowrap {
    white-space: nowrap;
}

.plncr-btn {
    background-color: #2482CE;
    color: #fff;
    width: 175px;
    border-radius: 4px;
}

.tg-break {
    display: none;
}

.height_modal-body.cust-height {
    overflow-x: hidden !important;
}

.one_widget_align {
    padding-right: 0px;
    /*padding-left: 0;*/
}

#grid_php .col-md-12.patient-prof {
    width: 96%;
    margin: 15px;
}



a.tb-expand {
    position: absolute;
    right: -415px;
    top: 32px;
}

a.tb-collapse {
    position: absolute;
    top: 28px;
    right: -34px;
}

    a.tb-expand img, a.tb-collapse img {
        width: 16px;
    }

#meshTable_wrapper {
    overflow-x: auto;
}

#fullCalModal .btn {
    font-size: 14px !important;
    background-color: #2582d0 !important;
    border-color: #2582d0 !important;
    color: #fff !important;
    width: unset !important;
    border-radius: 0 !important;
    background-image: none !important;
    margin-bottom: 10px !important;
    border: none !important;
    font-family: Roboto-Regular !important;
    padding: 8px 25px 8px 25px !important;
    font-weight: normal !important;
}

.john-box {
    text-align: left;
}

    .john-box .head-sel p {
        font-size: 22px !important;
    }


.head_icon_align {
    font-family: Roboto-Regular;
    color: #f68220;
    font-size: 16px;
}

.care_toggle .accordion {
    background-color: #EBEBEB;
    color: #444;
    cursor: pointer;
    padding: 10px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 13px;
    transition: 0.4s;
    font-weight: bold;
}

.care_toggle .panel {
    display: none;
    background-color: white;
    overflow: hidden;
}

    .care_toggle .panel form {
        background: #FFFFFF !important;
    }

.border_top {
    border-top: 1px solid #FFFFFF !important;
}

.border_bottom {
    border-bottom: 1px solid #FFFFFF !important;
}

.border_both {
    border-top: 1px solid #FFFFFF !important;
    border-bottom: 1px solid #FFFFFF !important;
}

.accordion a img {
    width: 16px;
    margin-right: 15px;
}

.accordion_hide {
    display: none;
}

.accordion_show {
    display: block;
    float: left;
}

.accordion.active .accordion_show {
    display: none !important;
}

.accordion.active .accordion_hide {
    display: block !important;
    float: left;
}


/*-------prapare form css-------*/
/*.prapare-form{
	border-right: 1px solid #C1CBD4;
}*/
.needtoknow {
    border-left: 1px solid #C1CBD4;
}

.brd-line {
    border-bottom: 1px solid #cbdce9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.prapare-form .form-control {
    width: 80%;
    background-color: #efefef;
    box-shadow: none;
    border-color: #efefef;
}

.prapare-form h1 {
    color: #3A71A9 !important;
    font-size: 31px;
    margin-bottom: 15px;
    font-family: Roboto-Light !important;
}

.needtoknow h1 {
    color: #3A71A9 !important;
    font-size: 31px;
    margin-bottom: 15px;
    font-family: Roboto-Light !important;
}

.needtoknow h3 {
    color: #3A71A9 !important;
    font-size: 24px !important;
    margin-bottom: 15px !important;
}

.needtoknow .radio-inline {
    margin-bottom: 10px;
}

.pagination {
    font-size: 12px;
}

    .pagination i.glyphicon.glyphicon-triangle-left, .pagination i.glyphicon.glyphicon-triangle-right {
        color: #2581ce;
    }

i.glyphicon-triangle-left.disable, i.glyphicon-triangle-right.disable {
    color: #c0dcf2 !important;
}



#tab_fra label, #tab_lfestyle label {
    font-weight: 400;
}

.insight-scroll {
    height: 400px;
    overflow-y: auto;
    width: 100%;
}

.form-check label {
    font-weight: 400;
    display: contents;
}

#plncr-edit-modal .modal-dialog, #cad_popup .modal-dialog, #Afib_popup .modal-dialog, #Hypertension_popup .modal-dialog, #CHF_popup .modal-dialog, #Diabetes_popup .modal-dialog, #COPD_popup .modal-dialog {
    width: 800px !important;
}

.plncr-form {
    width: 100%;
}

button.patient-btn:hover:not(.disabled), div.patient-btn:hover:not(.disabled), a.patient-btn:hover:not(.disabled),
button.patient-btn, a.patient-btn, div.patient-btn,
button.patient-btn, div.patient-btn, a.patient-btn,
button.patient-btn:focus:not(.disabled), div.patient-btn:focus:not(.disabled), a.patient-btn:focus:not(.disabled),
button.patient-btn:active:not(.disabled), button.patient-btn.active:not(.disabled), div.patient-btn:active:not(.disabled), div.patient-btn.active:not(.disabled), a.patient-btn:active:not(.disabled), a.patient-btn.active:not(.disabled) button.patient-btn:active:not(.disabled):hover:not(.disabled), button.patient-btn.active:not(.disabled):hover:not(.disabled), div.patient-btn:active:not(.disabled):hover:not(.disabled), div.patient-btn.active:not(.disabled):hover:not(.disabled), a.patient-btn:active:not(.disabled):hover:not(.disabled), a.patient-btn.active:not(.disabled):hover:not(.disabled) {
    background: #fff url(../Images/Add-patient.png) center no-repeat;
    width: 50px;
    height: 45px;
    border: 1px solid #2582cf;
    border-radius: 50%;
    padding: 8%;
    margin: 1%;
    color: #fff;
    box-shadow: none;
}

    a.patient-btn span {
        opacity: 0;
    }

@media (max-width:991px) {
    #plncr-edit-modal .modal-dialog, #cad_popup .modal-dialog, #Afib_popup .modal-dialog, #Hypertension_popup .modal-dialog, #CHF_popup .modal-dialog, #Diabetes_popup .modal-dialog, #COPD_popup .modal-dialog {
        width: 100% !important;
    }
}

.prapareQns {
    display: none;
}

    .prapareQns.active {
        display: block;
    }
/*Veteran*/
#PRAPAREVeteran_guideshelp_accordion .panel-default .panel-heading {
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}

    #PRAPAREVeteran_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed {
        background: #cbe5fd;
        color: #000;
    }

    #PRAPAREVeteran_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle {
        background: #00b9f2;
        color: #fff;
        padding: 10px 15px;
    }

#PRAPAREVeteran_guideshelp_accordion .panel-collapse .panel-body {
    border: 0 none;
    margin-top: -10px;
}

#PRAPAREVeteran_guideshelp_accordion .panel-default {
    border-radius: 0;
    border: 0 none;
}

    #PRAPAREVeteran_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after {
        content: "\f106";
        color: #66737d;
        border-color: #66737d;
    }

    #PRAPAREVeteran_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after {
        content: "\f107";
        font-family: FontAwesome;
        width: 25px;
        height: 25px;
        text-align: center;
        font-size: 20px;
        line-height: 16px;
        color: #fff;
        border-color: #fff;
    }
/*Transportation*/
#PRAPARETransportation_guideshelp_accordion .panel-default .panel-heading {
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}

    #PRAPARETransportation_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed {
        background: #cbe5fd;
        color: #000;
    }

    #PRAPARETransportation_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle {
        background: #00b9f2;
        color: #fff;
        padding: 10px 15px;
    }

#PRAPARETransportation_guideshelp_accordion .panel-collapse .panel-body {
    border: 0 none;
    margin-top: -10px;
}

#PRAPARETransportation_guideshelp_accordion .panel-default {
    border-radius: 0;
    border: 0 none;
}

    #PRAPARETransportation_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after {
        content: "\f106";
        color: #66737d;
        border-color: #66737d;
    }

    #PRAPARETransportation_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after {
        content: "\f107";
        font-family: FontAwesome;
        width: 25px;
        height: 25px;
        text-align: center;
        font-size: 20px;
        line-height: 16px;
        color: #fff;
        border-color: #fff;
    }
/*Stress*/
#PRAPAREStress_guideshelp_accordion .panel-default .panel-heading {
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}

    #PRAPAREStress_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed {
        background: #cbe5fd;
        color: #000;
    }

    #PRAPAREStress_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle {
        background: #00b9f2;
        color: #fff;
        padding: 10px 15px;
    }

#PRAPAREStress_guideshelp_accordion .panel-collapse .panel-body {
    border: 0 none;
    margin-top: -10px;
}

#PRAPAREStress_guideshelp_accordion .panel-default {
    border-radius: 0;
    border: 0 none;
}

    #PRAPAREStress_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after {
        content: "\f106";
        color: #66737d;
        border-color: #66737d;
    }

    #PRAPAREStress_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after {
        content: "\f107";
        font-family: FontAwesome;
        width: 25px;
        height: 25px;
        text-align: center;
        font-size: 20px;
        line-height: 16px;
        color: #fff;
        border-color: #fff;
    }
/*Social*/
#PRAPARESocial_guideshelp_accordion .panel-default .panel-heading {
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}

    #PRAPARESocial_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed {
        background: #cbe5fd;
        color: #000;
    }

    #PRAPARESocial_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle {
        background: #00b9f2;
        color: #fff;
        padding: 10px 15px;
    }

#PRAPARESocial_guideshelp_accordion .panel-collapse .panel-body {
    border: 0 none;
    margin-top: -10px;
}

#PRAPARESocial_guideshelp_accordion .panel-default {
    border-radius: 0;
    border: 0 none;
}

    #PRAPARESocial_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after {
        content: "\f106";
        color: #66737d;
        border-color: #66737d;
    }

    #PRAPARESocial_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after {
        content: "\f107";
        font-family: FontAwesome;
        width: 25px;
        height: 25px;
        text-align: center;
        font-size: 20px;
        line-height: 16px;
        color: #fff;
        border-color: #fff;
    }
/*Safety*/
#PRAPARESafety_guideshelp_accordion .panel-default .panel-heading {
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}

    #PRAPARESafety_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed {
        background: #cbe5fd;
        color: #000;
    }

    #PRAPARESafety_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle {
        background: #00b9f2;
        color: #fff;
        padding: 10px 15px;
    }

#PRAPARESafety_guideshelp_accordion .panel-collapse .panel-body {
    border: 0 none;
    margin-top: -10px;
}

#PRAPARESafety_guideshelp_accordion .panel-default {
    border-radius: 0;
    border: 0 none;
}

    #PRAPARESafety_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after {
        content: "\f106";
        color: #66737d;
        border-color: #66737d;
    }

    #PRAPARESafety_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after {
        content: "\f107";
        font-family: FontAwesome;
        width: 25px;
        height: 25px;
        text-align: center;
        font-size: 20px;
        line-height: 16px;
        color: #fff;
        border-color: #fff;
    }
/*Neighborhood*/
#PRAPARENeighborhood_guideshelp_accordion .panel-default .panel-heading {
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}

    #PRAPARENeighborhood_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed {
        background: #cbe5fd;
        color: #000;
    }

    #PRAPARENeighborhood_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle {
        background: #00b9f2;
        color: #fff;
        padding: 10px 15px;
    }

#PRAPARENeighborhood_guideshelp_accordion .panel-collapse .panel-body {
    border: 0 none;
    margin-top: -10px;
}

#PRAPARENeighborhood_guideshelp_accordion .panel-default {
    border-radius: 0;
    border: 0 none;
}

    #PRAPARENeighborhood_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after {
        content: "\f106";
        color: #66737d;
        border-color: #66737d;
    }

    #PRAPARENeighborhood_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after {
        content: "\f107";
        font-family: FontAwesome;
        width: 25px;
        height: 25px;
        text-align: center;
        font-size: 20px;
        line-height: 16px;
        color: #fff;
        border-color: #fff;
    }
/*Migrant*/
#PRAPAREMigrant_guideshelp_accordion .panel-default .panel-heading {
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}

    #PRAPAREMigrant_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed {
        background: #cbe5fd;
        color: #000;
    }

    #PRAPAREMigrant_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle {
        background: #00b9f2;
        color: #fff;
        padding: 10px 15px;
    }

#PRAPAREMigrant_guideshelp_accordion .panel-collapse .panel-body {
    border: 0 none;
    margin-top: -10px;
}

#PRAPAREMigrant_guideshelp_accordion .panel-default {
    border-radius: 0;
    border: 0 none;
}

    #PRAPAREMigrant_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after {
        content: "\f106";
        color: #66737d;
        border-color: #66737d;
    }

    #PRAPAREMigrant_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after {
        content: "\f107";
        font-family: FontAwesome;
        width: 25px;
        height: 25px;
        text-align: center;
        font-size: 20px;
        line-height: 16px;
        color: #fff;
        border-color: #fff;
    }
/*Legal*/
#PRAPARELegal_guideshelp_accordion .panel-default .panel-heading {
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}

    #PRAPARELegal_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed {
        background: #cbe5fd;
        color: #000;
    }

    #PRAPARELegal_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle {
        background: #00b9f2;
        color: #fff;
        padding: 10px 15px;
    }

#PRAPARELegal_guideshelp_accordion .panel-collapse .panel-body {
    border: 0 none;
    margin-top: -10px;
}

#PRAPARELegal_guideshelp_accordion .panel-default {
    border-radius: 0;
    border: 0 none;
}

    #PRAPARELegal_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after {
        content: "\f106";
        color: #66737d;
        border-color: #66737d;
    }

    #PRAPARELegal_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after {
        content: "\f107";
        font-family: FontAwesome;
        width: 25px;
        height: 25px;
        text-align: center;
        font-size: 20px;
        line-height: 16px;
        color: #fff;
        border-color: #fff;
    }
/*Language*/
#PRAPARELanguage_guideshelp_accordion .panel-default .panel-heading {
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}

    #PRAPARELanguage_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed {
        background: #cbe5fd;
        color: #000;
    }

    #PRAPARELanguage_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle {
        background: #00b9f2;
        color: #fff;
        padding: 10px 15px;
    }

#PRAPARELanguage_guideshelp_accordion .panel-collapse .panel-body {
    border: 0 none;
    margin-top: -10px;
}

#PRAPARELanguage_guideshelp_accordion .panel-default {
    border-radius: 0;
    border: 0 none;
}

    #PRAPARELanguage_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after {
        content: "\f106";
        color: #66737d;
        border-color: #66737d;
    }

    #PRAPARELanguage_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after {
        content: "\f107";
        font-family: FontAwesome;
        width: 25px;
        height: 25px;
        text-align: center;
        font-size: 20px;
        line-height: 16px;
        color: #fff;
        border-color: #fff;
    }
/*Insurance*/
#PRAPAREInsurance_guideshelp_accordion .panel-default .panel-heading {
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}

    #PRAPAREInsurance_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed {
        background: #cbe5fd;
        color: #000;
    }

    #PRAPAREInsurance_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle {
        background: #00b9f2;
        color: #fff;
        padding: 10px 15px;
    }

#PRAPAREInsurance_guideshelp_accordion .panel-collapse .panel-body {
    border: 0 none;
    margin-top: -10px;
}

#PRAPAREInsurance_guideshelp_accordion .panel-default {
    border-radius: 0;
    border: 0 none;
}

    #PRAPAREInsurance_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after {
        content: "\f106";
        color: #66737d;
        border-color: #66737d;
    }

    #PRAPAREInsurance_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after {
        content: "\f107";
        font-family: FontAwesome;
        width: 25px;
        height: 25px;
        text-align: center;
        font-size: 20px;
        line-height: 16px;
        color: #fff;
        border-color: #fff;
    }
/*Income*/
#PRAPAREIncome_guideshelp_accordion .panel-default .panel-heading {
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}

    #PRAPAREIncome_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed {
        background: #cbe5fd;
        color: #000;
    }

    #PRAPAREIncome_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle {
        background: #00b9f2;
        color: #fff;
        padding: 10px 15px;
    }

#PRAPAREIncome_guideshelp_accordion .panel-collapse .panel-body {
    border: 0 none;
    margin-top: -10px;
}

#PRAPAREIncome_guideshelp_accordion .panel-default {
    border-radius: 0;
    border: 0 none;
}

    #PRAPAREIncome_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after {
        content: "\f106";
        color: #66737d;
        border-color: #66737d;
    }

    #PRAPAREIncome_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after {
        content: "\f107";
        font-family: FontAwesome;
        width: 25px;
        height: 25px;
        text-align: center;
        font-size: 20px;
        line-height: 16px;
        color: #fff;
        border-color: #fff;
    }
/*Housing*/
#PRAPAREHousing_guideshelp_accordion .panel-default .panel-heading {
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}

    #PRAPAREHousing_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed {
        background: #cbe5fd;
        color: #000;
    }

    #PRAPAREHousing_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle {
        background: #00b9f2;
        color: #fff;
        padding: 10px 15px;
    }

#PRAPAREHousing_guideshelp_accordion .panel-collapse .panel-body {
    border: 0 none;
    margin-top: -10px;
}

#PRAPAREHousing_guideshelp_accordion .panel-default {
    border-radius: 0;
    border: 0 none;
}

    #PRAPAREHousing_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after {
        content: "\f106";
        color: #66737d;
        border-color: #66737d;
    }

    #PRAPAREHousing_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after {
        content: "\f107";
        font-family: FontAwesome;
        width: 25px;
        height: 25px;
        text-align: center;
        font-size: 20px;
        line-height: 16px;
        color: #fff;
        border-color: #fff;
    }
/*Food*/
#PRAPAREFood_guideshelp_accordion .panel-default .panel-heading {
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}

    #PRAPAREFood_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed {
        background: #cbe5fd;
        color: #000;
    }

    #PRAPAREFood_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle {
        background: #00b9f2;
        color: #fff;
        padding: 10px 15px;
    }

#PRAPAREFood_guideshelp_accordion .panel-collapse .panel-body {
    border: 0 none;
    margin-top: -10px;
}

#PRAPAREFood_guideshelp_accordion .panel-default {
    border-radius: 0;
    border: 0 none;
}

    #PRAPAREFood_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after {
        content: "\f106";
        color: #66737d;
        border-color: #66737d;
    }

    #PRAPAREFood_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after {
        content: "\f107";
        font-family: FontAwesome;
        width: 25px;
        height: 25px;
        text-align: center;
        font-size: 20px;
        line-height: 16px;
        color: #fff;
        border-color: #fff;
    }



/* prepare accordian*/

#PRAPARE_guides1 .panel-default .panel-heading {
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}

    #PRAPARE_guides1 .panel-default .panel-heading a.accordion-toggle.collapsed {
        background: #cbe5fd;
        color: #000;
    }

    #PRAPARE_guides1 .panel-default .panel-heading a.accordion-toggle {
        background: #00b9f2;
        color: #fff;
        padding: 10px 15px;
    }

#PRAPARE_guides1 .panel-collapse .panel-body {
    border: 0 none;
    margin-top: -10px;
}

#PRAPARE_guides1 .panel-default {
    border-radius: 0;
    border: 0 none;
}

    #PRAPARE_guides1 .panel-default .panel-heading a.accordion-toggle.collapsed::after {
        content: "\f106";
        color: #66737d;
        border-color: #66737d;
    }

    #PRAPARE_guides1 .panel-default .panel-heading a.accordion-toggle::after {
        content: "\f107";
        font-family: FontAwesome;
        width: 25px;
        height: 25px;
        text-align: center;
        font-size: 20px;
        line-height: 16px;
        color: #fff;
        border-color: #fff;
    }

    #PRAPARE_guides1 .panel-default .panel-heading a.accordion-toggle::before {
        display: none;
    }

    #PRAPARE_guides1 .panel-default .panel-heading a.accordion-toggle.collapsed::before {
        display
    }
/*Employment*/
#PRAPAREEmployment_guideshelp_accordion .panel-default .panel-heading {
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}

    #PRAPAREEmployment_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed {
        background: #cbe5fd;
        color: #000;
    }

    #PRAPAREEmployment_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle {
        background: #00b9f2;
        color: #fff;
        padding: 10px 15px;
    }

#PRAPAREEmployment_guideshelp_accordion .panel-collapse .panel-body {
    border: 0 none;
    margin-top: -10px;
}

#PRAPAREEmployment_guideshelp_accordion .panel-default {
    border-radius: 0;
    border: 0 none;
}

    #PRAPAREEmployment_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after {
        content: "\f106";
        color: #66737d;
        border-color: #66737d;
    }

    #PRAPAREEmployment_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after {
        content: "\f107";
        font-family: FontAwesome;
        width: 25px;
        height: 25px;
        text-align: center;
        font-size: 20px;
        line-height: 16px;
        color: #fff;
        border-color: #fff;
    }

#PRAPAREEducation_guideshelp_accordion .panel-default .panel-heading {
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}

    #PRAPAREEducation_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed {
        background: #cbe5fd;
        color: #000;
    }

    #PRAPAREEducation_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle {
        background: #00b9f2;
        color: #fff;
        padding: 10px 15px;
    }

#PRAPAREEducation_guideshelp_accordion .panel-collapse .panel-body {
    border: 0 none;
    margin-top: -10px;
}

#PRAPAREEducation_guideshelp_accordion .panel-default {
    border-radius: 0;
    border: 0 none;
}

    #PRAPAREEducation_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after {
        content: "\f106";
        color: #66737d;
        border-color: #66737d;
    }

    #PRAPAREEducation_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after {
        content: "\f107";
        font-family: FontAwesome;
        width: 25px;
        height: 25px;
        text-align: center;
        font-size: 20px;
        line-height: 16px;
        color: #fff;
        border-color: #fff;
    }

#PRAPARECulture_guideshelp_accordion .panel-default .panel-heading {
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}

    #PRAPARECulture_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed {
        background: #cbe5fd;
        color: #000;
    }

    #PRAPARECulture_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle {
        background: #00b9f2;
        color: #fff;
        padding: 10px 15px;
    }

#PRAPARECulture_guideshelp_accordion .panel-collapse .panel-body {
    border: 0 none;
    margin-top: -10px;
}

#PRAPARECulture_guideshelp_accordion .panel-default {
    border-radius: 0;
    border: 0 none;
}

    #PRAPARECulture_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after {
        content: "\f106";
        color: #66737d;
        border-color: #66737d;
    }

    #PRAPARECulture_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after {
        content: "\f107";
        font-family: FontAwesome;
        width: 25px;
        height: 25px;
        text-align: center;
        font-size: 20px;
        line-height: 16px;
        color: #fff;
        border-color: #fff;
    }

#PRAPARE_guideshelp_accordion .panel-default .panel-heading {
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}

    #PRAPARE_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed {
        background: #cbe5fd;
        color: #000;
    }

    #PRAPARE_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle {
        background: #00b9f2;
        color: #fff;
        padding: 10px 15px;
    }

#PRAPARE_guideshelp_accordion .panel-collapse .panel-body {
    border: 0 none;
    margin-top: -10px;
}

#PRAPARE_guideshelp_accordion .panel-default {
    border-radius: 0;
    border: 0 none;
}

    #PRAPARE_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after {
        content: "\f106";
        color: #66737d;
        border-color: #66737d;
    }

    #PRAPARE_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after {
        content: "\f107";
        font-family: FontAwesome;
        width: 25px;
        height: 25px;
        text-align: center;
        font-size: 20px;
        line-height: 16px;
        color: #fff;
        border-color: #fff;
    }

.faq_question {
    color: #00b9f2;
    margin-bottom: 0;
    font-size: 16px;
}

.p_dot {
    display: list-item;
    margin-left: 15px;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-40 {
    margin-left: 80px !important;
}

.exctra_text {
    border-bottom: 1px solid !important;
    border: none;
    width: 50%;
    margin-left: 20px;
}
/*
.care-dashboard .age-destribut {
    height: 38vh;
}
*/
/*
.care-dashboard .age-destribut .col-xs-6.text-left {
	position: absolute;
	bottom: 35px;
}*/
table#tblAWVDashboard {
    border-bottom: 1px solid #ddd;
}

svg#menu_prev, svg#menu_next {
    margin-top: 8px;
}

.top_menu_sec {
    margin-top: 7px;
}

/*D start*/


div#ChildCurrentCareGaps {
    height: auto;
}

#patientGrid_wrapper #patientGrid_info {
    padding-top: 0;
    white-space: nowrap;
    position: absolute;
    bottom: 3px !important;
    right: 63px !important;
    font-size: 12px;
}

#patientGrid_wrapper #patientGrid_paginate ul li a i {
    font-size: 14px;
}

#PriorityPatientsprint > div > div > div.row {
    float: left;
    padding: 20px 0;
}

.care-dashboard .dataTables_wrapper .dataTables_scroll {
    margin-bottom: 20px;
}

.care-dashboard .age-destribut .col-xs-6.text-left {
    bottom: 50px;
}

#currentcaregapprint + .row .col-xs-6.text-left {
    margin-top: -32px;
}

#ContactPatientsprint > div > div > div.row > div {
    position: absolute;
    bottom: 2px;
}

#bridge-report-section > div.awv-dashboard.blazeboard > div > div.col-sm-12.form-group.blazecontent > div:nth-child(4) > div > div.col-md-6.col-sm-12.col-xs-12.form-group.one_widget_align {
    padding-left: 0;
}


/*#meshTable_wrapper #patientGrid_wrapper .dataTables_scroll table tr th {
    text-align: left;
}*/

.tcm-dashboard #tcmSearch {
    background-color: #2582cf;
    color: #fff;
    width: 100%;
    border-radius: 0px;
    background-image: none;
    margin-bottom: 10px;
    border: none;
}


.message-center-list-active > span:nth-child(1) {
    color: #f68220;
    font-weight: bold;
}

#selectservice .list-unstyled-services {
    padding: 0;
}

#bs-sidebar-navbar-collapse-1 .main-menu .menu_badge {
    line-height: 16px;
}

#meshTable_wrapper #gridTable_wrapper thead tr th {
    vertical-align: middle;
    text-align: left;
}

#caregapsstatus .table > tbody > tr > td,
#tblcaregapsstatus_wrapper table > thead > tr > th {
    padding: 5px 10px;
    /*text-align: left !important;*/
}

#divNewsletter .CMNewSaveTabs .nav-tabs > li.active > a {
    background-color: #2582cf !important;
    color: #fff !important;
}

#ModalClinicalDistribution #DivclinicalDis table thead tr {
    /*D end*/
}


/* Provider Profile Popup start */
.provider-popup .personal_details {
    color: #666666;
    font-size: 12px;
}

#mynet_providerprofile .modal-dialog {
    width: 850px;
}

#mynet_providerprofile .nav-tabs > li > a {
    background: #d0d0d0;
    color: #000;
    border-radius: 2px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
}

#mynet_providerprofile .nav-tabs > li.active > a {
    border-radius: 3px !important;
    background-color: #2786d5;
    color: #fff;
}

    #mynet_providerprofile .nav-tabs > li.active > a:hover, #mynet_providerprofile .nav-tabs > li.active > a:focus {
        background-color: #2786d5 !important;
        color: #fff !important;
    }

#mynet_providerprofile .nav-tabs > li {
    margin-bottom: 3px;
}

#mynet_providerprofile .nav-tabs {
    border-bottom: none;
}

#mynet_providerprofile .tab-pane {
    width: 90%;
    margin: 0 auto;
}

.tabcontent-container {
    margin: 10px 0;
}

    .tabcontent-container .tabcontent-title {
        font-weight: 700;
        font-size: 12px;
        margin: 6px 0;
    }

    .tabcontent-container .tabcontent-des {
        font-weight: 500;
        font-size: 12px;
        color: #666666;
    }

.tabcontent-inputfield {
    position: relative;
    /*display:none;*/
}

    .tabcontent-inputfield .form-control {
        font-size: 12px !important;
    }

#mynet_providerprofile .tab-pane .btn-edit {
    color: #fff;
    margin-top: 20px;
}

span.error-msg {
    position: absolute;
    font-size: 10px;
    color: red;
}

.select2-selection {
    height: 34px !important;
}

span.select2-selection__arrow {
    margin-top: 2px;
}

.select2-selection__rendered {
    height: 34px;
    font-size: 12px;
    padding: 0px 12px;
}

#mynet_providerprofile .datepicker {
    margin-bottom: 0;
}

#mynet_providerprofile .checkbox_bridge_label {
    margin-right: 12px;
}

#mynet_providerprofile .glyphicon-calendar {
    right: 4px !important;
    top: 1px;
}

#mynet_providerprofile .inlinedate {
    margin-top: 8px;
    margin-bottom: 8px;
    z-index: 99;
}

    #mynet_providerprofile .inlinedate label {
        margin-right: 15px;
        font-size: 12px;
    }

    #mynet_providerprofile .inlinedate input {
        margin: 0 1px;
        font-size: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 4px 6px 2px;
    }
/* Create a custom checkbox */
.checkbox {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 15px;
    margin-bottom: 7px;
}

    .checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }


    .checkbox .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 15px;
        font-size: 12px;
        width: 15px;
        background-color: #fff;
        border: 1px solid #f68220;
    }

    .checkbox:hover input ~ .checkmark {
        background-color: #fff;
        border: 1px solid #f68220;
    }

    .checkbox input:checked ~ .checkmark {
        background-color: #fff;
        border: 1px solid #f68220;
    }

    .checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        border: 1px solid #f68220;
    }

    .checkbox input:checked ~ .checkmark:after {
        display: block;
    }

    .checkbox .checkmark:after {
        left: 5px;
        top: 0px;
        width: 5px;
        height: 10px;
        border: solid #f68220;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
/* Create a custom checkbox */
/* Provider Profile Popup end  */

/* Insights New Design Start  */
.insights-tab-Options {
    padding-left: 0;
    border: 1px solid #cbdce9;
    background-color: #fff;
}

    .insights-tab-Options li.active {
        background-color: #cbdbe8;
    }

    .insights-tab-Options li {
        list-style-type: none;
        border-bottom: 1px solid #cbdce9;
        cursor: pointer;
        display: flex;
        position: relative;
    }

        .insights-tab-Options li a {
            color: #000;
            font-family: Roboto-Medium;
            font-size: 13px;
            padding: 5%;
            width: 100%;
        }

            .insights-tab-Options li a sup {
                position: absolute;
                top: 1px;
                background: red;
                border-radius: 33px;
                width: 15px;
                height: 15px;
                font-size: 9px;
                line-height: 15px;
                text-align: center;
                color: #fff;
            }

        .insights-tab-Options li.active:after {
            width: 0px;
            height: 0px;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 8px solid #cbdbe8;
            margin: 0 0 15px 0;
            position: absolute;
            right: -8px;
            top: 10px;
            content: "";
        }

.insights-rtabheader {
    background-color: #cbdbe8;
}

    .insights-rtabheader .reports_radio_align {
        white-space: nowrap;
        padding: 10px 0px;
    }

    .insights-rtabheader .dropdown.base-drp {
        margin: 6px 0;
    }

.kpi_sec1 {
    width: 20%;
}

.key_percent {
    position: relative;
    text-align: center;
    line-height: 45px;
    margin-left: 0;
    color: #CAA200;
    font-size: 30px !important;
}

    .key_percent .fail {
        position: absolute;
        top: -6px;
        font-size: 12px;
    }

    .key_percent ul {
        padding: 0;
        list-style-type: none;
        margin: 0;
    }

    .key_percent li {
        font-size: 12px;
        color: #008C00;
        display: block;
        height: 16px;
        text-align: center;
        padding: 0;
        margin: 0;
        font-size: 10px;
        font-weight: bold;
    }

.totalcalls-no {
    font-size: 90px;
    color: #F7941E;
    padding: 90px 0;
}

.dailyprog-container-left h3, .dailyprog-container-middle h3, .dailyprog-container-right h3 {
    color: #337ab7;
    font-size: 18px;
    font-weight: 400;
}

.dailyprog-container text.highcharts-title {
    color: #F7941E !important;
    fill: #F7941E !important;
    font-family: 'Roboto-Regular',Roboto-Light,Roboto-Black,Roboto-Medium;
}

#cm-benchMarkTier {
    margin-bottom: 8px;
}


.traditin-assimnt, .traditin-assimnt1 {
    padding-top: 5% !important;
}

div#cm-condition_care_legend .item, #cm-assignment_care1_legend .item {
    display: inline-block;
    margin-right: 32px;
}

    div#cm-condition_care_legend .item .symbol, div#cm-assignment_care1_legend .item .symbol {
        width: 10px;
        height: 10px;
        position: absolute;
        margin-top: 3px;
        margin-left: -13px;
    }

#tblCareManagerCaseAssigner th {
    white-space: nowrap;
}

#caremanagement-tab .dataTables_filter input {
    background: url(../Images/search.svg) right center no-repeat #f4f4f4;
    border-radius: 0;
    margin: 5% 0;
    padding: 3px 0 0 10px;
    border: 1px solid #ccc;
}



#helpchat {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 0;
}

#helpchat_box {
    position: fixed;
    bottom: 60px;
    right: 60px;
    background: #fff;
    color: #000;
    width: 310px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 2px 0px #ccc;
    z-index: 1;
}

.helpchat_box_header {
    background: #0077c3;
    color: #fff;
    padding: 5px;
}

.header-close > span {
    margin: 0 4px;
    cursor: pointer;
}

.header-close {
    display: inline-block;
    float: right;
    font-size: 20px;
    line-height: 20px;
    margin-top: -2px;
}

#helpchat_close {
    font-size: 16px;
    position: relative;
    top: -2px;
}

.helpchat_box_header {
    background-color: #0077c3;
    color: #fff;
    padding: 5px;
}

.helpchat_box_body {
    max-height: 524px;
    transition: max-height 1s linear;
    overflow-y: auto;
    padding-top: 40px;
}

.chat-history p {
    background-color: #e6e8e7;
    display: inline-block;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    left: 0;
}

.chat-history-main p {
    opacity: 0;
    transition: opacity .2s linear;
}

    .chat-history-main p.ani {
        opacity: 1;
    }

.helpchat_msg.ani {
    opacity: 1;
}

.helpchat-backdrop.fade.in {
    opacity: .4;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
}

#helpchat-container {
    position: fixed;
    font-size: 12px;
    z-index: 2;
}

.helpchat_topics {
    #DivclinicalDis table td, #DivclinicalDis table th text-align: right;
}

    .helpchat_topics li p {
        background-color: #e6e8e7;
        display: inline-block;
        padding: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-left-radius: 10px;
        margin-top: 5px;
        display: none;
    }

.helpchat_box_res .helpchat_topics ul li a.active {
    background: #0077c3;
    color: #fff;
}

.helpchat_topics ul, .helpchat_back ul {
    list-style-type: none;
    padding: 0;
}

    .helpchat_topics ul li.ani {
        opacity: 1;
    }

    .helpchat_topics ul li {
        margin: 8px 0;
        opacity: 0;
    }

        .helpchat_topics ul li a, .helpchat_back ul li a {
            border: 1px solid;
            padding: 8px;
            border-radius: 18px;
            display: inline-block;
        }
            /*.helpchat_topics ul li a:hover {
    background: #0077c3;
    color: #fff;
}*/
            .helpchat_topics ul li a span {
                position: relative;
                top: 2px;
            }

#helpchat_blazeimg {
    color: #bebebe;
    display: inline-block;
}

    #helpchat_blazeimg img {
        width: 40px;
    }

.helpchat_box_res, #helpchat_box, .helpchat_box_topic1, .helpchat_box_topic2, .helpchat_box_topic3, .helpchat_box_topic4, #helpchat_res_back {
    display: none;
}

.helpchat_box_body > div {
    padding: 5px 10px;
    position: relative;
}

.helpchat_back {
    float: right;
}

.helpchat_box_res .helpchat_msg.res_default {
    display: block;
}

.helpchat_box_res .helpchat_msg .small {
    text-indent: 30px;
    margin-top: 4px;
    display: block;
}

.helpchat_box_res .helpchat_msg .bold {
    font-weight: bold;
}

.fixed-header {
    position: fixed;
    width: 284px;
    display: block;
    background: #fff;
    padding-top: 10px;
    margin-top: -45px;
    z-index: 99;
}

.chat-history-onclick p {
    background-color: #e6e8e7;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    text-align: left;
    float: left;
    display: none;
}

.chat-history-in p {
    background-color: #e6e8e7;
    display: none;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}



.chat-history {
    margin-top: 18px;
}

.helpchat_box_body::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.helpchat_box_body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.helpchat_box_body::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

    /* Handle on hover */
    .helpchat_box_body::-webkit-scrollbar-thumb:hover {
        background: #c1c1c1;
    }

.feed-details p a {
    display: inline-block;
}

.feed-details a, .feed-details > p {
    display: block;
}
/* Insights New Design End  */

.chosen-container-single .chosen-single div b {
    background-image: none !important;
}

.chosen-container-single .chosen-single span {
    padding-left: 15px;
    padding-top: 5px !important;
}

.chosen-container-single .chosen-single {
    padding: 0 !important;
}

#ModalClinicalDistribution #DivclinicalDis table thead tr {
    background: #dee9f1;
}

#ModalClinicalDistribution #tblClinicalDistribution_length > label,
#ModalDetailsPopup1 #tblReportsClaimsDetails_length > label {
    font-weight: bold !important;
    font-size: 14px;
}

#setting_pop .modal-body .sett_holder p.col-sm-3 {
    font-weight: 600;
    font-size: 13px;
    text-align: left;
    margin-left: 8%;
}

#setting_pop .modal-body .sett_holder p {
    margin-bottom: 0px !important;
}

#tblBWC tbody tr:nth-child td.text-center.sorting_1 {
    text-transform: uppercase !important;
}
/*Help and Support print App Guides*/
.hidden-print-div {
    display: none;
}

@media print {
    .hidden-print-div {
        display: block;
    }
}


#caregapspatients table td .broderRight {
    border-right: 1px solid #cacaca !important;
}

#caregapspatients table .broderRight {
    border-right: 1px solid #cacaca !important;
}

.faq_question {
    color: #00b9f2;
    margin-bottom: 0;
    font-size: 16px;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    height: auto !important;
}

.Initial-title {
    position: relative;
    z-index: 99999999;
}

#mynet_providerprofile .error-msg, #mynet_providerprofile label.error {
    color: red !important;
    position: absolute;
    font-size: 10px !important;
}


.add_submit_sec {
    position: relative;
    left: 70px;
    /*display: inline-flex;*/
    width: 66%
}

    .add_submit_sec .col-sm-4 {
        float: left;
        /* justify-content: flex-end;*/
        padding-right: 25px;
        /* width: 24%;*/
        width: 18%;
    }

.top_menu_sec img {
    width: 68px;
    position: relative;
    top: -6px;
}

#bridgeHeader .add_submit_sec select {
    height: 27px;
    margin: 2px 0;
    font-size: 12px;
    padding: 5px 5px;
}

.forms_submit {
    background-color: #00B9F2;
    border-radius: 5px;
    display: block;
    padding: 5px 0 5px;
    text-align: center;
    position: relative;
    top: 3px;
}

    .forms_submit a {
        border-radius: 5px;
        display: block;
        text-align: center;
        color: #fbfbfb;
    }

svg#menu_prev, svg#menu_next {
    margin-top: 2px;
}

.select2 {
    width: 100%;
    margin: 0 auto;
    border-radius: 0 !important;
    display: block;
}

.select2-container .select2-selection {
    height: 100%;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0;
    line-height: 20px;
    font-size: 11pt;
    border: 1px solid #fafafa;
    /*overflow-y: scroll;
    overflow-x: hidden;*/
}


#filterDropdowns > div > div:nth-child(6) {
    padding: 0;
}

#filterDropdowns .forms_submit {
    width: 72px;
    top: 1px !important;
    cursor: pointer;
    padding: 6px 2px;
}

#filterDropdowns {
    left: -32px;
    position: relative;
}

.top_menu_sec {
    left: 0;
}

#filterDropdowns .select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none;
}

#filterDropdowns .select2-container .select2-selection--multiple .select2-selection__rendered {
    height: auto;
}

#filterDropdowns .selection > span > ul > li > input::placeholder {
    color: #292929 !important;
    font-size: 12px;
}

#filterDropdowns .selection > span > ul > li > input::-ms-input-placeholder {
    color: #292929 !important;
    font-size: 12px;
}

#filterDropdowns .selection > span > ul > li > input::-ms-input-placeholder { /* Microsoft Edge */
    color: #292929 !important;
    font-size: 12px;
}

#filterDropdowns .select2-container, #filterDropdowns .select2-search input {
    width: 100% !important;
}

.v-hidden {
    visibility: hidden;
}

span.help-block {
    color: red;
    font-size: 10px;
}

.dt-button-collection {
    left: auto !important;
    width: auto !important;
    right: 120px;
}

div.dt-button-collection a.dt-button {
    padding-right: 25px !important;
}

.estmated-price {
    font-size: 26px;
}

/*.dt-button-collection a[aria-controls="tblSCRDetails"]:first-child {
    display: none !important;
}
.top_menu_sec img {
    width: 68px;
    position: relative;
    top: -6px;
}
}*/

button#addFaqForm {
    background: #00b9f2;
    color: #fff;
    font-size: 12px;
    font-family: Roboto-Medium;
    border-radius: 0;
    border: none;
    padding: 10px 30px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.faq-container .feed-details h2 {
    margin-top: 0px !important;
}

/*#userManagerTable_wrapper .practice_insurance_table th {
    width: 20% !important;
    padding-left: 10px;
    text-align: left;
    padding-right: 10px;
}*/

button#btn-Closed {
    border-radius: 0px;
    border: none;
    margin-left: 10px;
}

#myModalPotentialvalue #tblPotentialRevenue {
    border-bottom: 1px solid #e5e5e5;
}

#bridge-report-section .patient-prof .Widget_php_color h3 {
    font-size: 15px;
}

#myCRModal #tblCareManagerCaseAssigner {
    border-bottom: 1px solid #ddd !important;
}

#myModalPotentialvalue input.form-control.search_text_datatable {
    padding-right: 30px !important;
}

#tblCCM,
#tblawv,
#ccmrevenuelist {
    border-bottom: 1px solid #ddd !important;
}

#ModalClinicalDistribution .modal-header.modal-head h4 a {
    margin-left: 0 !important;
}
/*D start*/
#bottomPage .widgetrow_small {
    height: 100%;
}

    #bottomPage .widgetrow_small .pagination_icon {
        bottom: -6px;
        right: 0;
        left: 0;
        margin-left: 185px;
    }

#DivclinicalDis table td, #DivclinicalDis table th {
    padding: 8px 8px;
    white-space: normal;
    max-width: 50px !important;
    min-width: 50px !important;
    width: 50px !important;
    word-break: break-word;
}

#tblmlr_wrapper table td, #tblmlr_wrapper table th {
    white-space: normal;
    max-width: 50px !important;
    min-width: 50px !important;
    width: 50px !important;
    word-break: inherit;
}

#tblProviderEventsDetails {
    border-bottom: 1px solid #ddd;
}
/*
#tblProviderEventsDetails_filter > label > input,
#recentlyAdmittedTable_filter > label > input,
#tblCareManagerCaseAssigner_filter > label > input,
#tblCCM_filter > label > input,
#tblPotentialRevenue_filter > label > input,
#tblawv_filter > label > input,
#tblClique_filter > label > input,
#divtracEvent_filter > label > input,
#patientGrid_filter > label > input,
#outstandingHccsTable_filter > label > input {
	padding: 0 30px 0 10px !important;
}
*/
.UplodIncludBtn .UpVidBtn.btn:focus,
.UplodIncludBtn .UpVidBtn.btn:active:focus,
.UplodIncludBtn .UpVidBtn.btn.active:focus {
    outline: none;
    outline: none;
    outline-offset: none;
}

#UserManager .largemodal h4,
.php_modal_header .left_container {
    letter-spacing: 1px;
}

#PatientCountDetails .dataTables_wrapper.no-footer .dataTables_scrollBody,
#dvtblClique .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #ddd !important;
}
/*
#bridgeNavBar nav {
	height: 100% !important;
}
*/
#SelectSpecialty_chosen {
    display: none;
}

#SelectSpecialty {
    display: block !important;
}

#auditLog {
    padding: 0;
    margin: 0px;
}

#auditLog_wrapper .dataTables_scroll .dataTables_scrollBody {
    border-bottom: 1px solid #ddd !important;
}

label > input {
    padding: 0 30px 0 10px !important;
}
/*
#bridgeNavBar nav {
	height: 100%!important;
}
*/
#recent_admits_print .mem_admitted > ul > li > p.small.green {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
}

#tblClique,
#tblawv_wrapper .dataTables_scroll .dataTables_scrollHead table {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

#filterDropdowns .select2-container--default .select2-selection--multiple {
    border: 0 !important;
}
/*D end*/

.patient-census h3 {
    margin-top: 10px;
}

ul.bridge-left-menu li:last-child {
    margin-bottom: 0;
    background: #2f4e6b;
}

#tblMessageInbox > thead > tr > th::after {
    margin-right: -20px !important;
}

.input-sm {
    border-radius: 0px;
}

#filterDropdowns .select2-container .select2-search--inline .select2-search__field {
    margin-top: 7px !important;
}

#BlazeBoard_guideshelp_accordion .panel-default .panel-heading,
#Care_Gaps_guideshelp_accordion .panel-default .panel-heading,
#Care_Manager_guideshelp_accordion .panel-default .panel-heading,
#Campaign_Builder_guideshelp_accordion .panel-default .panel-heading,
#De-Risk_guideshelp_accordion .panel-default .panel-heading,
#Grid_guideshelp_accordion .panel-default .panel-heading,
#Help_Support_guideshelp_accordion .panel-default .panel-heading,
#Insights_guideshelp_accordion .panel-default .panel-heading,
#Launch_Ignite_guideshelp_accordion .panel-default .panel-heading,
#Message_Center_guideshelp_accordion .panel-default .panel-heading,
#Members_guideshelp_accordion .panel-default .panel-heading,
#My_Network_guideshelp_accordion .panel-default .panel-heading,
#PHP_guideshelp_accordion .panel-default .panel-heading,
#Referral_Manager_guideshelp_accordion .panel-default .panel-heading,
#Score_Card_guideshelp_accordion .panel-default .panel-heading,
#TMC_guideshelp_accordion .panel-default .panel-heading,
#BlazeSpeaks_guideshelp_accordion .panel-default .panel-heading {
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}

    #BlazeBoard_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed,
    #Care_Gaps_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed,
    #Care_Manager_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed,
    #Campaign_Builder_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed,
    #De-Risk_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed,
    #Grid_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed,
    #Help_Support_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed,
    #Insights_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed,
    #Launch_Ignite_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed,
    #Message_Center_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed,
    #Members_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed,
    #My_Network_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed,
    #PHP_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed,
    #Referral_Manager_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed,
    #Score_Card_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed,
    #TMC_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed,
    #BlazeSpeaks_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed {
        background: #cbe5fd;
        color: #000;
    }

    #BlazeBoard_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle,
    #Care_Gaps_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle,
    #Care_Manager_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle,
    #Campaign_Builder_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle,
    #De-Risk_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle,
    #Grid_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle,
    #Help_Support_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle,
    #Insights_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle,
    #Launch_Ignite_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle,
    #Message_Center_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle,
    #Members_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle,
    #My_Network_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle,
    #PHP_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle,
    #Referral_Manager_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle,
    #Score_Card_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle,
    #TMC_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle,
    #BlazeSpeaks_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle {
        background: #00b9f2;
        color: #fff;
        padding: 10px 15px;
    }


#BlazeBoard_guideshelp_accordion .panel-collapse .panel-body,
#Care_Gaps_guideshelp_accordion .panel-collapse .panel-body,
#Care_Manager_guideshelp_accordion .panel-collapse .panel-body,
#Campaign_Builder_guideshelp_accordion .panel-collapse .panel-body,
#De-Risk_guideshelp_accordion .panel-collapse .panel-body,
#Grid_guideshelp_accordion .panel-collapse .panel-body,
#Help_Support_guideshelp_accordion .panel-collapse .panel-body,
#Insights_guideshelp_accordion .panel-collapse .panel-body,
#Launch_Ignite_guideshelp_accordion .panel-collapse .panel-body,
#Message_Center_guideshelp_accordion .panel-collapse .panel-body,
#Members_guideshelp_accordion .panel-collapse .panel-body,
#My_Network_guideshelp_accordion .panel-collapse .panel-body,
#PHP_guideshelp_accordion .panel-collapse .panel-body,
#Referral_Manager_guideshelp_accordion .panel-collapse .panel-body,
#Score_Card_guideshelp_accordion .panel-collapse .panel-body,
#TMC_guideshelp_accordion .panel-collapse .panel-body,
#BlazeSpeaks_guideshelp_accordion .panel-collapse .panel-body {
    border: 0 none;
    margin-top: -10px;
}

#BlazeBoard_guideshelp_accordion .panel-default,
#Care_Gaps_guideshelp_accordion .panel-default,
#Care_Manager_guideshelp_accordion .panel-default,
#Campaign_Builder_guideshelp_accordion .panel-default,
#De-Risk_guideshelp_accordion .panel-default,
#Grid_guideshelp_accordion .panel-default,
#Help_Support_guideshelp_accordion .panel-default,
#Insights_guideshelp_accordion .panel-default,
#Launch_Ignite_guideshelp_accordion .panel-default,
#Message_Center_guideshelp_accordion .panel-default,
#Members_guideshelp_accordion .panel-default,
#My_Network_guideshelp_accordion .panel-default,
#PHP_guideshelp_accordion .panel-default,
#Referral_Manager_guideshelp_accordion .panel-default,
#Score_Card_guideshelp_accordion .panel-default,
#TMC_guideshelp_accordion .panel-default,
#BlazeSpeaks_guideshelp_accordion .panel-default {
    border-radius: 0;
    border: 0 none;
}

    #BlazeBoard_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after,
    #Care_Gaps_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after,
    #Care_Manager_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after,
    #Campaign_Builder_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after,
    #De-Risk_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after,
    #Grid_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after,
    #Help_Support_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after,
    #Insights_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after,
    #Launch_Ignite_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after,
    #Message_Center_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after,
    #Members_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after,
    #My_Network_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after,
    #PHP_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after,
    #Referral_Manager_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after,
    #Score_Card_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after,
    #TMC_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after,
    #BlazeSpeaks_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle.collapsed::after {
        content: "\f106";
        color: #66737d;
        border-color: #66737d;
    }

    #BlazeBoard_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after,
    #Care_Gaps_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after,
    #Care_Manager_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after,
    #Campaign_Builder_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after,
    #De-Risk_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after,
    #Grid_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after,
    #Help_Support_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after,
    #Insights_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after,
    #Launch_Ignite_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after,
    #Message_Center_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after,
    #Members_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after,
    #My_Network_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after,
    #PHP_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after,
    #Referral_Manager_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after,
    #Score_Card_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after,
    #TMC_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after,
    #BlazeSpeaks_guideshelp_accordion .panel-default .panel-heading a.accordion-toggle::after {
        content: "\f107";
        font-family: FontAwesome;
        width: 25px;
        height: 25px;
        text-align: center;
        font-size: 20px;
        line-height: 16px;
        color: #fff;
        border-color: #fff;
    }

#bridge-report-section .second-column-width .report-fourth-widget-height .current_radio_align {
    display: none;
}

.dot-holder .glyphicon-option-horizontal:before {
    content: "" !important;
}

#tblDismissed_wrapper > div.dataTables_scroll > div.dataTables_scrollHead > div > table,
#tblCCM,
#tblCCM_wrapper > div.dataTables_scroll > div.dataTables_scrollHead > div > table {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

#exampleModalLabel {
    right: 15px;
    position: absolute;
    top: 10px;
}

#tblcaregapsstatus_wrapper > div.dataTables_scroll > div.dataTables_scrollFoot > div > table > tfoot > tr > td {
    border: none;
}

#tblcaregapsstatus {
    border: 1px solid #ddd;
    padding: 0;
    margin: 0;
}

#filterDropdowns span.select2.select2-container {
    border-radius: 0px !important;
    overflow: hidden;
}

#filterDropdowns .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none !important;
}

#filterDropdowns .select2-container--default .select2-selection--single {
    border-radius: 0px !important;
    background-color: #EAF1F6;
}

    #filterDropdowns .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border: solid #2482CE;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        position: relative;
        top: 3px;
    }

#filterDropdowns .select2-selection__rendered {
    line-height: 34px !important;
    color: #2482CE !important;
}

#filterDropdowns .select2-container--disabled .select2-selection__rendered {
    color: #fff !important;
}

#filterDropdowns selection--single .select2-selection__arrow {
    right: 2px;
}

#filterDropdowns .select2-container--open .select2-selection--single {
    background-color: #00B9F2;
}

#filterDropdowns .select2-container--open .select2-selection__placeholder {
    color: #fff !important;
}

#filterDropdowns .select2-results__option--selectable {
    font-size: 12px;
}

#filterDropdowns li.select2-results__option.select2-results__message {
    font-size: 12px;
}

#filterDropdowns .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 3px;
}

#filterDropdowns .select2-container--open .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}

#filterDropdowns .select2-container--open .select2-selection--single span.select2-selection__arrow b {
    border-color: #fff;
    transform: rotate(224deg);
    top: 7px;
}

#filterDropdowns .select2-results__option--selectable, .select2-results__option {
    font-size: 12px;
    color: #000;
}

#filterDropdowns .select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    border-bottom: 2px solid #00B9F2;
    font-size: 12px;
}

.select2-search--dropdown {
    padding: 4px 6px;
}

    .select2-search--dropdown::before {
        content: "";
        position: absolute;
        left: 6px;
        top: 15px;
        width: 12px;
        height: 12px;
        background-size: cover;
        background-image: url("../Images/select2-search.svg");
        z-index: 9;
    }

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-bottom: 2px solid #00B9F2 !important;
    border-left: none !important;
    font-size: 12px !important;
    border-top: none;
    border-right: none;
    padding-left: 20px;
    padding-bottom: 2px;
}

#filterDropdowns .select2-selection__placeholder {
    color: #2482CE !important;
}

#filterDropdowns .select2-container--disabled .select2-selection--single {
    background: #A0A0A0 !important;
}

    #filterDropdowns .select2-container--disabled .select2-selection--single .select2-selection__rendered span {
        color: #fff !important;
    }

    #filterDropdowns .select2-container--disabled .select2-selection--single span.select2-selection__arrow {
        display: none;
    }

.select2-results__options::-webkit-scrollbar {
    width: 6px;
}

.select2-results__options::-webkit-scrollbar-track {
    background: #fff;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background: #00B9F2;
}

    .select2-results__options::-webkit-scrollbar-thumb:hover {
        background: #00B9F2;
    }

.select2-results__option--selectable {
    font-size: 12px !important;
}

.deactive_dropdown {
    pointer-events: none !important;
}

.select2-dropdown {
    border-radius: 0px !important;
}

#tblClique_wrapper th, #tblClique_wrapper td {
    min-width: 120px;
    max-width: 120px;
    width: 120px;
}

#tblPatientClaimsDetails_wrapper th, #tblPatientClaimsDetails_wrapper td {
    min-width: 120px;
    max-width: 120px;
    width: 120px;
    padding: 10px;
}

@media (max-width:1248px) {
    a#blazeSpeaksPopUp, a#blazeSpeaksPopUp ~ a, a#blazeSpeaksPopUp ~ a ~ div {
        margin: 0 2px !important;
    }
}

#tblClique_wrapper table {
    border: 0;
}

    #tblClique_wrapper table tr:nth-child(odd) td {
        background-color: #fff !important;
    }
/*
table.table-striped.dataTable {
    border: 0;
}
*/

table.table-striped.dataTable tr th {
    background-color: #ebebeb !important;
    color: #252525;
}

#tblTopExpenditureDetails .dataTables_empty {
    z-index: 99 !important;
}

table.table-striped.dataTable tr:nth-child(odd) td {
    background-color: #fff !important;
}

table.table-striped.dataTable tr:last-child td {
    border-bottom: 1px solid #e5e5e5;
}

.age-destribut {
    padding-bottom: 15px;
}


#tblmonthlyclaimslag thead {
    display: none;
}

.my-netwrk-badge {
    width: 45px;
}

#php_modal table#php_patient_table {
    display: block !important;
    overflow: auto !important;
}

div#GridIAFaxPopup {
    z-index: 99999999 !important;
}

#GridIAFaxPopup {
    z-index: 99999999 !important;
}

    #GridIAFaxPopup .progress_over .grid_header_title {
        width: 100% !important;
        float: none;
    }

        #GridIAFaxPopup .progress_over .grid_header_title h5 {
            text-align: center !important;
        }

    #GridIAFaxPopup .pop_closing button {
        position: absolute;
        top: 17px;
        right: 10px;
    }

    #GridIAFaxPopup .grid_header_title span {
        top: 0;
    }

.grid_header_title > .grid_header_title {
    width: 100%;
}

table#patientlist thead tr th {
    background-color: #ebebeb;
}

table#patientlist tr td {
    border-top: 1px solid #ebebeb;
    text-align: center !important;
}

table#patientlist {
    border-bottom: 1px solid;
}

#tableRadioButtons {
    position: relative !important;
    left: 12%;
    top: 41px;
}

/*#meshTable_wrapper input::placeholder {
    opacity: 0 !important;
    color: white !important;
}*/

#meshTable_wrapper .search_text_datatable {
    border-color: #ccc !important;
}

.fa-trash-o:before {
    color: #3A6D99;
    font-size: 20px;
}

/*#patientGrid_wrapper > div.dataTables_scroll > div.dataTables_scrollHead > div > table > thead > tr > th.maingrid.text-center.sorting_asc:after {
    margin-right: -7px !important;
}*/

#tblRecentAdmit_wrapper > div.dataTables_scroll > div.dataTables_scrollBody,
#tblRecentAdmit_wrapper .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody,
.dataTables_wrapper.no-footer .dataTables_scrollBody,
#plist_wrapper > div.DTFC_ScrollWrapper > div.dataTables_scroll > div.dataTables_scrollBody,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    border-bottom: none !important;
}

#bridge-report-section > div.awv-dashboard.blazeboard > div > div.col-sm-12.form-group.blazecontent > div:nth-child(5) > div > div > div > div:nth-child(3) > div > a,
#tblCareGaps_paginate {
    margin-top: 10px;
}

#topOfPageWrapper > div:nth-child(2) > div > div:nth-child(1) > div,
#topOfPageWrapper > div:nth-child(2) > div > div:nth-child(2) > div,
#topOfPageWrapper > div:nth-child(2) > div > div.col-md-2.col-sm-12.col-xs-12.form-group > div {
    height: calc(100% - 0px) !important;
}

#bridge-report-section > div.awv-dashboard.blazeboard > div > div.col-sm-12.form-group.blazecontent > div:nth-child(5) > div > div > div > div:nth-child(3) > div > a,
#tblCareGaps_paginate {
    margin-top: 10px;
}

#CareGapsYear {
    border-bottom: 0 !important;
}

#MemberPartial .inner-head.mem_overview h3,
#MemberPartial .inner-head.mem_overview {
    margin: 0 !important;
}

/*#tblMembers_wrapper table.dataTable thead .sorting:after {
    top: 10px !important;
    right: 25px !important;
}

#tblMembers_wrapper table.dataTable thead .sorting_asc:after {
    right: 20px;
    top: 10px;
}

#tblMembers_wrapper > div.dataTables_scroll > div.dataTables_scrollHead > div > table,
#tblMembers_wrapper > div.dataTables_scroll > div.dataTables_scrollHead > div,
#tblMembers {
    width: 100% !important;
}*/

.third_col_bg p {
    padding: 3px 0;
}

.third_col_bg h2 {
    padding: 3px 0;
}

#profile_popup {
    padding: 0 30px !important;
}

#ModalProfileSetting .modal-title {
    padding: 0 22px;
}

#myModal .reports_radio_align_modal {
    position: absolute;
    top: 52px;
    z-index: 9999999;
    color: #000;
    padding-left: 0;
    left: 165px;
}

#tblCCM_length label {
    margin: 13px 0 0 0 !important;
}

#composemail {
    padding: 0;
}

.mail-write {
    margin-bottom: 0;
    margin-top: 7px;
}

.modal-foot {
    padding-bottom: 9px;
}

#setting_pop .modal-content-common {
    border: 0;
}

#myModal > div > div > div.height_modal-body > div.modal-footer.modal-foot {
    display: none;
}

/*.dt-buttons.pull-right.buttons_line {
    padding-top: 4px;
    padding-right: 2px;
}*/

#PatientDetailsEdit modal-content-common,
#PatientDetailsEdit .modal-head {
    border: 0;
}

#PatientDetailsEdit .height_modal-body form {
    padding-top: 25px;
}

#invitee_list label {
    cursor: pointer;
}

#setting_pop .modal-body {
    text-align: center;
    padding: 30px 0;
}

#update-profile {
    display: table;
    margin: 0px auto;
    position: relative;
    left: 15px;
    padding: 10px 0;
}

input:-internal-autofill-selected {
    background-color: white !important;
}

#demographics_popup .inner-head h3 {
    display: none;
}

#gridTable_wrapper > div.dt-buttons.pull-right.buttons_line.pull-left {
    float: right !important;
}


#caregapsstatus .dataTables_paginate.paging_simple {
    position: absolute;
    bottom: 23px;
    right: 0;
}

#caregapsstatus .dataTables_info {
    bottom: 25px !important;
}

#caregapsstatus .table-responsive.measure-table {
    margin-bottom: 22px;
}

.help_action img {
    width: 45px;
    height: 45px;
}

.mr-0 {
    margin-right: 0px !important;
}

a.btn, a.btn:hover, a.btn:focus {
    padding: 8px 25px 8px 25px !important;
}

iframe#schedule_Dashboard {
    padding: 1px 15px 18px 15px;
    border: 0;
}

#invitee_list > thead > tr > th.sorting_desc,
#invitee_list > thead > tr > th {
    cursor: default;
}

#myModalPotentialvalue .modal-footer.modal-foot {
    display: none;
}

#tblCareManagerPatient th:nth-child(4), #tblCareManagerPatient td:nth-child(4), #tblCareManagerPatient th:nth-child(5), #tblCareManagerPatient td:nth-child(5) {
    min-width: 40px;
}

/*#tblPotentialRevenue th, #tblPotentialRevenue td,
#tblawv_wrapper th, #tblawv_wrapper td,
#tblCCM th, #tblCCM td {
    padding: 10px !important;
}

#tblMembers_wrapper td, #tblMembers_wrapper th {
    white-space: nowrap;
    min-width: 85px;
    max-width: 85px;
    padding: 10px !important;
}*/

/*#tblMembers_wrapper td:last-child, #tblMembers_wrapper th:last-child, #tblMembers_wrapper td:nth-last-child(2), #tblMembers_wrapper th:nth-last-child(2), #tblMembers_wrapper td:nth-last-child(3), #tblMembers_wrapper th:nth-last-child(3), #tblMembers_wrapper td:nth-last-child(4), #tblMembers_wrapper th:nth-last-child(4) {
        min-width: 10px;
        max-width: 10px;
        text-align: center;
    }

    #tblMembers_wrapper td a {
        margin-left: 0 !important;
        font-size: 10px;
        white-space: normal;
    }*/

#composemail_Main input.btn.msg-cancel-btn.message_cancel_Main {
    background: #337ab7;
    color: #fff !important;
}

#tblReAdmission_wrapper > div:nth-child(1) {
    position: absolute;
    top: 35px;
    margin: 0;
    float: left;
    width: 237px;
    padding-right: 0;
    padding-left: 5px;
}

#outstandingHccsTable_length > label {
    margin: 0;
}

#outstandingHccsTable_length {
    margin-top: 0;
}

#Email,
#Password,
#Login .agreementTextBox,
#Login .radio-inline span,
#Login lable {
    font-family: "Roboto-Regular" !important;
    font-size: 12px !important;
    color: #333 !important;
}

#MemberPartial .MyPationtMainBlock .my-pationt-page {
    margin-top: 15px;
    padding-top: 0;
}

#MemberPartial .MyPationtMainBlock .inner-head h3 {
    margin-top: 10px;
}

#tblMessageInbox .custom_check_box input[type=checkbox] + label:before {
    width: 13px;
    height: 13px;
    margin-right: -1px;
}

#tblMessageInbox .custom_check_box input[type=checkbox]:checked + label:before,
#invitee_list .custom_check_box input[type=checkbox]:checked + label:before {
    line-height: 9px;
    font-size: 10px;
}

#invitee_list .custom_check_box input[type=checkbox] + label:before {
    width: 13px;
    height: 13px;
    margin-right: -1px;
    top: 7px;
    position: relative;
}

#patientGrid_wrapper,
#patientGrid_wrapper > div.dt-buttons.pull-right.buttons_line,
#patientGrid_filter {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

#composemail_Main .form-group.mail-write {
    margin-bottom: 20px;
}

#patientGrid_wrapper > div.dataTables_scroll > div.dataTables_scrollBody {
}

#example #datepicker_open {
    margin-left: 20px;
}

.login_block input#Email, .login_block input#Password {
    font-size: 14px !important;
}

#recentlyAdmittedTable_wrapper table.dataTable thead .sorting_asc:after {
    top: 12px;
    right: 50px;
}

#condition_family_history_grid > thead > tr > th,
#condition_family_history_grid > tbody > tr > td {
    text-align: center;
}

#recentlyAdmittedTable_info {
    bottom: 31px;
}

#recentlyAdmittedTable_wrapper table.dataTable thead .sorting_asc:after,
#recentlyAdmittedTable_wrapper table.dataTable thead .sorting_desc:after {
    top: 12px;
    right: 50px;
}

#step3 > div:nth-child(2) > div > div.row > div {
    width: 100%;
}

#diagnosis_outstanding_wrapper .dataTables_length label,
#diagnosis_accept_wrapper .dataTables_length label,
#diagnosis_suspect_wrapper .dataTables_length label {
    font-size: 10px !important;
}

#diagnosis_outstanding_wrapper .dataTables_length select,
#diagnosis_accept_wrapper .dataTables_length select,
#diagnosis_suspect_wrapper .dataTables_length select {
    padding: 0 !important;
    width: 45px !important;
    height: 26px !important;
}

#diagnosis_outstanding_filter,
#diagnosis_accept_filter,
#diagnosis_suspect_filter {
    width: 100%;
    /*padding: 10px 10px 0 0;*/
}

#tblMessageInbox > tbody > tr > td {
    cursor: default;
}

    #tblMessageInbox > tbody > tr > td > span > label {
        cursor: pointer;
    }

#php_view_code {
    position: relative;
}

#datepicker_open > img {
    padding-left: 20px;
}

#MedicationsContent table.dataTable thead .sorting::after {
    margin-left: 3px;
}

#invitee_list.dataTable thead .sorting:after {
    top: 10px;
    right: 45px;
}

#tblawv > thead > tr {
    display: none;
}

#Reschedule #divshowclicnicaldoc1 .edit_clicnicaldocdiv .k-window-title {
    line-height: 43px !important;
}

#Reschedule {
    height: auto !important;
    padding-bottom: 20px;
}

.menu_div_height {
    margin-bottom: -6px;
    padding: 6px 0 0px 0;
}

.first-column-width {
    width: 80px !important;
}

#bridgeNavBar > div > nav {
    width: 80px !important;
}

.py-5 {
    padding: 0px 5px;
}

#modalcontent h4.modal-title {
    float: left;
}

#AddPatients {
    position: relative;
    top: -10px;
}

#currentcaregapprint #tblCareGaps_info {
    bottom: -5px;
    position: absolute;
}

#tblCareGaps_paginate {
    position: relative;
    top: 7px;
}

body > div.dt-button-collection {
    right: 37px;
    left: auto !important;
}

#mesh_phones .modal-content {
    margin: 0px auto !important;
}

/*#patientGrid_wrapper .dataTables_scroll .dataTables_scrollHead table thead tr th {
    padding: 8px 8px !important;
}*/

.col-md-9.col-sm-11.col-xs-12.bridge-middle-div.second-column-width.base-report {
    width: calc(100% - 80px);
}

@media (min-width: 992px) {
    .second-column-width {
        width: calc(100% - 80px);
    }
}

#VerifySecurity #Email {
    font-size: 14px !important;
}

/*#tblMembers td.text-center,
#tblMembers > tbody > tr > td > a {
    font-weight: normal;
    font-size: 12px;
}*/

#invitee_list > thead > tr > th.sorting_desc:after {
    display: none;
}

#invitee_list > thead > tr > th.sorting_desc > span > label {
    margin-bottom: 0;
    position: relative;
    top: -4px;
}

.bridge-head-height {
    margin-bottom: 3px;
}

#HeightUnit,
#WeightUnit {
    height: 34px !important;
}

#awvAssessment .search_text_datatable::-webkit-input-placeholder {
    color: transparent;
}

#awvAssessment .search_text_datatable:-moz-placeholder { /* Firefox 18- */
    color: transparent;
}

#awvAssessment .search_text_datatable::-moz-placeholder { /* Firefox 19+ */
    color: transparent;
}

#awvAssessment .search_text_datatable:-ms-input-placeholder {
    color: transparent;
}

#medicass {
    padding: 10px !important;
}

#awvAssessment .initial_main_conatain a img {
    height: 38px;
    width: 38px;
}

#prapare_grid_init select {
    text-transform: capitalize;
}

#prapare_main_conatain #quest1right .radio-inline,
#familyMembers .radio-inline,
#quest3right label .form-group.form-inline label {
    padding-left: 0px;
    padding-top: 7px !important;
}

#initialassessment_grid #healthCareProvidersTable_info {
    bottom: 3px;
    right: 54px;
}

#answerSave {
    opacity: 0 !important;
}

#answerSaveDraft {
    opacity: 0 !important;
}

#bridge-report-section {
    height: auto !important;
}

#MedicationsTable > tbody > tr > td.text-center.sorting_1 .medication_textWrap,
#MedicationsTable_wrapper > .dataTables_scroll > div.dataTables_scrollHead > div > table > thead > tr > th.text-center,
#MedicationsTable > tbody > tr > td {
    text-align: left !important;
}

#AddHealthcareProvider img {
    height: 38px;
    width: 38px;
}

.NewEventContant {
    padding-top: 0px;
}

#CMSavedEvents {
    padding-top: 15px;
}

#aboutPopup {
    position: relative;
    top: -2px;
}

#tblReAdmission_wrapper .dt-buttons.pull-right.buttons_line {
    position: relative !important;
    top: 0 !important;
    margin-right: -117px;
}

.NewEventContant {
    padding-top: 5%;
}

#ui-datepicker-div {
    width: 17.6em !important;
}

#CMNewEvent {
    padding-top: 15px;
}

select#state {
    width: 100% !important;
}

#fullCalModal .modal-header {
    background-color: #00B9F2 !important;
}

#divshowclicnicaldoc1 .popup_header.Content.k-window-title {
    background-color: #00B9F2 !important;
    line-height: 45px !important;
}

#Reschedule {
    height: auto !important;
    padding-bottom: 20px !important;
}

#btn_RescheduleAppointment,
#Reschedule_Appointment,
#book_app_cancel,
#cancel_app,
#patientLookup {
    border-radius: 0 !important;
}

#divOtherReason {
    margin-top: auto !important;
    margin-bottom: 20px !important;
    float: left !important;
    width: 100% !important;
}

#RescheduleTime {
    height: 28px !important;
    width: 178px !important;
}

#divshowclicnicaldoc1 .patsearch_formcontrol .standard_label {
    margin-top: 3px !important;
}

#awv_addnew .modal-header.modal-head h5 {
    margin: 6px 0 0 0 !important;
    line-height: 0px !important;
}

#awv_addnew .modal-header.modal-head {
    background-color: #F5F9FC !important;
    padding: 12px !important;
}

#calendar .fc-toolbar.fc-header-toolbar,
#example .slection_row {
    margin: 8px 0px !important;
}

#main-wrapper .dials {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#mesh_notes .height_modal-body {
    overflow-x: hidden !important;
}

/*#meshTable_wrapper .dataTables_scroll .dataTables_scrollHead table thead tr th {
    padding: 8px 7px !important;
}*/

#tblServiceFundGraph {
    padding-top: 50px;
}

#allergies_grid > thead > tr > th,
#allergies_grid > tbody > tr > td {
    text-align: center !important;
}

#add_provider .modal-body.provider-popup {
    padding: 0 25px 0 25px !important;
    margin: 0 !important;
}

#tblHHARanking_filter > label > input,
#tblHHARankingDetails_filter > label > input,
#tblHHADetailsSecond_filter > label > input,
#tblHHADetailsThird_filter > label > input,
#tblAdmissionDetails_filter > label > input,
#tblSNFRankingDetails_filter > label > input,
#tblSNFDetailsSecond_filter > label > input,
#tblSNFDetailsThird_filter > label > input {
    margin-right: 10px !important;
}

#tblMessageInbox_info {
    bottom: 2px !important;
}

#UsersuccessUpdate > p {
    margin-top: 14px;
}

.fUpload {
    width: 205px !important;
}

#selectedFiles {
    float: left;
    padding-top: 8px;
}

/*
body #meshTable_wrapper #gridTable_wrapper thead tr th {
    padding: 22px 8px 15px !important;
}
*/
/*#meshTable_wrapper #gridTable_wrapper thead tr th, #meshTable_wrapper #gridTable_wrapper tr td {
    
    white-space: normal !important;
    min-width: 120px !important;
    max-width: 120px !important;
    width: 120px !important;
    text-align: left !important;
    word-break: break-word;
}

    #meshTable_wrapper #gridTable_wrapper thead tr th b, #meshTable_wrapper #gridTable_wrapper tr td b {
        font-weight: normal !important;
        font-size: 12px !important;
    }*/

/*#meshTable_wrapper #gridTable_wrapper .dataTables_scroll thead tr th:last-child, #meshTable_wrapper #gridTable_wrapper .dataTables_scroll tr td:last-child {
    min-width: 550px !important;
    max-width: auto !important;
    width: auto !important;
    text-align: center !important;
}*/

#meshTable_wrapper #gridTable_wrapper .gridactioncol, #meshTable_wrapper #gridTable_wrapper tr td.gridimgtd {
    min-width: 465px !important;
    max-width: 465px !important;
    width: 465px !important;
    text-align: center !important;
}

#meshTable_wrapper #gridTable_wrapper thead tr th:nth-last-child(2), #meshTable_wrapper #gridTable_wrapper tr td:nth-last-child(2) {
    min-width: 100px !important;
    max-width: 100px !important;
    width: 100px !important;
}

#ui-datepicker-div {
    width: 18em !important;
}

#tblER_filter,
#tblSNFRanking_filter,
#tblDismissed_filter,
#tblCCM_filter,
#tblAdmission_filter {
    padding-right: 10px;
}

#patientlist > thead > tr > th {
    text-align: center !important;
}

#patientlist > thead > tr > th {
    text-align: center !important;
}

#patientlist > tbody > tr > td > .text-wrap {
    width: 100% !important;
}
/*
#bridge-report-section .tcm-dashboard .tcm-chart .report_fourth_widget_height.patient-census.tcm_media_hght {
    min-height: 335px !important;
}
    */
#CRModalPopup .height_modal-body {
    overflow-x: hidden !important;
}

#servicefundFilters {
    position: unset !important;
}

#divtracEvent_info,
#divtracNews_info,
#divtracSocial_info {
    right: 50px !important;
    left: auto !important;
    bottom: 6px !important;
}

#derisk_edit .glyphicon {
    top: 3px !important;
}

#derisk_edit i.glyphicon.glyphicon-triangle-left,
#derisk_edit i.glyphicon.glyphicon-triangle-right {
    top: 3px !important;
}

#tblCareGaps_info {
    right: 50px !important;
}

/*#tblTopExpenditure_info,
#tblPriorityPatient_info,
#tblTopExpenditureDetails_info,
#tblContactPatient_info,
#tblRecentAdmit_info,
#userManagerTable_info {
    position: absolute;
    left: auto;
    right: 50px;
    bottom: 2px;
}*/

/*#plist_wrapper .DTFC_ScrollWrapper .DTFC_LeftWrapper .DTFC_LeftBodyWrapper .DTFC_LeftBodyLiner {
    overflow-x: hidden;
}*/

#patientlist {
    border-bottom: 1px solid #ebebeb !important;
}

#msoPatientPopup .height_modal-body {
    overflow-x: hidden !important;
}

div#recentlyAdmittedTable_info {
    right: 52px;
}

#main-wrapper .dials {
    margin-right: -2% !important;
    margin-left: -13% !important;
}

#tblERDetails_filter > label > input.form-control.search_text_datatable {
    margin-right: 10px;
}

#faq_popup .modal-content.modal-content-common,
#video_popup .modal-content.modal-content-common {
    width: 600px;
    margin: 0px auto;
}

#diagnosis_accept td.dataTables_empty,
#diagnosis_suspect td.dataTables_empty,
#diagnosis_outstanding td.dataTables_empty {
    font-size: 11px !important;
}

#diagnosis_accept th,
#diagnosis_suspect th,
#diagnosis_outstanding > thead > tr > th {
    font-size: 10px !important;
}

#faqTitle {
    border: 1.5px solid #d0dee9 !important;
}


.radio-button input[type=radio] {
    display: none !important;
}

.radio-button {
    float: left;
    height: 32px;
    text-align: left;
    padding: 0;
    display: flex;
    margin: 5px 0;
    line-height: 23px;
}

    .radio-button label {
        margin: 0;
        padding: 0;
        display: inline-flex;
        font-size: 12px;
        line-height: 22px;
    }

    /*.radio-button input[type=radio]:checked + label:before {
        font-size: 12px;
        content: "\2B24";
        line-height: 12px;
        padding: 2px;
        text-align: center;
        vertical-align: bottom;
    }*/

    .radio-button input[type=radio]:checked + label:before {
        content: '';
        background-image: url(../images/radio_dot.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    /*.radio-button input[type=radio] + label:before {
        content: "";
        display: inline-block;
        width: 23px;
        height: 22px;
        margin-right: 3px;
        margin-left: 5px;
        background-color: #fff !important;
        color: #f68220 !important;
        border-radius: 50% !important;
        border: 3px solid #f68220 !important;
    }*/

    .radio-button input[type=radio] + label:before {
        content: "";
        display: inline-block;
        width: 23px;
        height: 23px;
        margin-right: 3px;
        margin-left: 5px;
        background-color: transparent !important;
        border: none !important;
        background-image: url(../images/radio_circle.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        padding: 2px;
        top: -2px;
        position: relative;
    }

#CampaignBuilder .CMProgramPatient form ul.list-unstyled.list-inline li {
    float: left !important;
}

input#faqVideoUrl {
    border: 1.5px solid #d0dee9 !important;
}

    input#faqVideoUrl:focus {
        border: 1.5px solid #d0dee9 !important;
    }

.CMProgramPatient .radio-button input[type=radio]:checked + label:before {
    line-height: 16px !important;
    padding: 0px 0 0 2.7px !important;
    text-align: justify !important;
    vertical-align: bottom !important;
}

#bridge-report-section .bridge-head-height .reports_radio_align span img {
    margin-top: 7px;
}

@page {
    size: auto;
    margin: 0;
}

@print {
    @page :footer {
        display: none
    }

    @page :header {
        display: none
    }
}

/*#tblCareManagerCaseAssigner_info {
    position: absolute;
    right: 55px;
    bottom: -18px;
}*/

#gridGraphs {
    padding-bottom: 15px;
}

#tblCareManagerCaseAssigner_paginate {
    position: absolute;
    right: 0;
}

#lblOtherCount {
    display: inline-table;
}

#text_message .height_modal-body {
    overflow-x: hidden !important;
}

#cad_grid .height_modal-body .initial_main_conatain a img,
#afib_grid .height_modal-body .initial_main_conatain a img,
#copd_grid .height_modal-body .initial_main_conatain a img,
#Diabetes_popup .height_modal-body .initial_main_conatain a img,
#chf_grid .height_modal-body .initial_main_conatain a img,
#hypertension_grid .height_modal-body .initial_main_conatain a img {
    height: 38px !important;
    width: 38px !important;
}

#bridge-report-section .bridge-middle-div.second-column-width.base-report .row.bridge-head-height .reports_radio_align > div:nth-child(3) input[type=radio]:checked + label:before {
    padding-left: 1px !important;
}

div#Reschedule {
    width: 45% !important;
    left: 29% !important;
    border: none !important;
}

#RescheduleApp {
    padding-left: 134px !important;
}

#tblawv_wrapper tr,
#tblawv_wrapper th,
#tblawv_wrapper td {
    min-width: 140px;
    max-width: 140px;
    width: 140px;
    white-space: normal;
    word-break: break-word;
}

#hpppModalScroll .ui-datepicker.ui-widget {
    width: 18em !important;
    top: 37px !important;
    position: absolute !important;
    left: 0 !important;
}

#Document_Type {
    font-size: 13px;
    padding: 0;
}

#MedicationsContent .head-with-radio > h3 {
    float: left;
    padding-left: 9px;
    padding-top: 1px;
}

#MedicationsContent .row .head-with-radio .current_radio_align {
    padding-top: 3px;
}

.pat-timelime-holder {
    overflow: visible;
}

#modalcontent .modal-body .form-group.multi-selct p span span.selection > span > ul,
#modalcontent .modal-body .form-group.multi-selct p span span.selection > span {
    height: 86px !important;
}
/*#modalcontent .modal-body {
    height: 250px;
}*/
#modalcontent .modal-body .form-group.multi-selct p {
    margin: 0;
}

#CaseManager .modal-header {
    background: #00b9f2;
}


/*PPC style start */
.otherhidden {
    width: 100%;
    clear: left;
    position: relative;
    top: 7px;
    left: 0;
    padding: 0;
    min-height: auto;
    display: none;
}

#medicationassessment_grid table tr td.text-center, #medicationassessment_grid table tr th.text-center {
    min-width: 80px;
    max-width: 80px !important;
    width: 80px !important;
    white-space: normal;
}

.initial_main_conatain {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.initial_main {
    border-bottom: 1px solid #C1CBD4;
    float: left;
    width: 100%;
}


.initial_table .tabs .container {
    padding: 0px;
    margin: 1px 18px;
    width: 95%;
}

.initial_table {
    padding: 0;
}

    .initial_table .tabs .tab-pane {
        margin-left: 20px;
    }

    .initial_table .tabs h3 {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 60px;
    }

    .initial_table .tabs p {
        font-size: 14px;
        margin: 0;
        padding-top: 22px;
    }

    .initial_table .tabs a {
        font-size: 15px;
        font-weight: 700;
        color: #000;
        background-color: #F5F9FC !important;
        text-align: left;
        border-radius: 0;
    }

    .initial_table .tabs li {
        margin-top: 1px;
        text-align: center;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        color: #627688;
        position: relative;
    }

    .initial_table .review_ul li {
        padding: 0px !important;
    }

        .initial_table .review_ul li a {
            padding: 7px 0 7px 40px !important;
        }


    .initial_table .tabs li.active > a {
        background-color: #dfeaf0 !important;
        color: #627688;
    }

.grid_date {
    width: 60px;
    float: left;
}

    .grid_date p {
        padding: 19px 0;
        margin: 0;
    }

.grid_header_right {
    width: 100%;
    border-bottom: 1px solid #C1CBD4;
}

.grid_header_title {
    float: left;
    width: 66%;
    margin: 0px auto;
    text-align: center;
}

    .grid_header_title h5 {
        padding: 0;
        text-align: center;
        font-size: 26px;
        color: #6FA4D6;
        margin: 12px 0;
    }

    .grid_header_title span {
        padding: 0 30px;
        position: relative;
        top: 5px;
        font-size: 22px;
    }

    .grid_header_title .tab_back {
        background-color: transparent !important;
    }

        .grid_header_title .tab_back img, .grid_header_title .tab_fwrd img {
            height: 30px;
            width: 30px;
        }

.grid_header_icons {
    width: 26%;
    float: left;
}

    .grid_header_icons .dt-buttons {
        margin: 5px 0;
    }

        .grid_header_icons .dt-buttons a {
            background-color: transparent !important;
            padding: 5px;
        }

            .grid_header_icons .dt-buttons a img {
                height: 38px;
                width: 38px;
            }

.grid_header_title > h5 > a.tab_fwrd, .grid_header_title > h5 > a.tab_back {
    background-color: transparent !important;
}

.border-0 {
    border: none;
}

.ContainersPOPup_container {
    margin-right: 15px;
}

i.ppc_modal_icon {
    background: url(../images/PULSE-Container.png);
    vertical-align: middle;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

#ppc_modal .modal-header {
    padding: 4px 15px;
}

#ppc_modal .dash_board_glyphicon {
    padding: 7px 0;
    width: 96%;
    float: left;
}

    #ppc_modal .dash_board_glyphicon > i, #ppc_modal .dash_board_glyphicon > span.left, #ppc_modal .dash_board_glyphicon > span.right {
        display: inline-block;
        padding: 0;
        margin-left: 12px;
        vertical-align: middle;
    }

    #ppc_modal .dash_board_glyphicon > span.left {
        font-size: 18px;
    }

    #ppc_modal .dash_board_glyphicon > span.right {
        float: right;
        font-size: 16px;
        font-family: Roboto-Light;
    }

#ppc_modal button.close.modal-close {
    margin: 5px 0;
}

#tblppc_processing {
    z-index: 99;
}

#ppc_iframeModal .modal-dialog {
    width: calc(100% - 100px) !important;
    max-width: 100% !important;
}

.iframewidth {
    width: 100% !important;
}

/*  plan discharge  */

.sub_title_gen p {
    font-size: 13px;
}

.general_title {
    margin: 0px auto;
    width: 100%;
    float: left;
    color: #3D73AD;
}

.sub_title_gen {
    width: 24%;
    margin: 0px auto;
}

.pb-20 {
    padding-bottom: 20px;
}

#ui-datepicker-div {
    font-size: 12px;
    z-index: 999 !important;
}

#ppc_PlanDischarge_id #AdminInfo {
    margin-right: 20px;
}

#ppc_PlanDischarge_id #BillingLocation {
    margin-left: 20px;
}

#ppc_PlanDischarge_id > li.active > a:hover,
#ppc_PlanDischarge_id > li.active > a:focus {
    border-radius: 5px !important;
}

#ppc_PlanDischarge_id > li.active > a {
    border-radius: 8px;
    background-color: #3D73AF;
    color: #F3FAFF;
}

#ppc_PlanDischarge_id > li > a {
    background-color: #F2F9FB;
    color: #454545;
    border-radius: 8px;
    padding: 12px 50px;
}

.call_history .jes_main_title {
    color: #3C74AE;
}

.call_history .head_title_form {
    font-size: 12px !important;
    clear: both;
}

.tabcontent-container {
    min-height: 80px;
}

.jes_main_title {
    color: #FAA819;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
}

.middle_border_bottom {
    border-bottom-style: solid;
    border-bottom-color: #CDCDCD;
    margin: 0 0 10px 0;
}

#ProviderProfile_Image {
    height: 128px;
}

.form_padding {
    padding: 24px 5px;
}

.head_title_form a {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #000000;
}

    .head_title_form a span {
        padding-right: 5px;
    }

#ppc_PlanDischarge .head_title_form label {
    width: 123px;
    float: left;
}

#ppc_PlanDischarge .head_title_form a {
    width: calc(100% - 123px);
    float: left;
}

.head_title_form {
    color: #000000;
}

#ppc_PlanDischarge .modal-head {
    background: #EFF7FE;
    color: #3F73AD;
    padding: 13px 30px;
    font-size: 18px;
    font-weight: 500;
}

#ppc_PlanDischarge #tabs > ul {
    display: table !important;
    margin: 0px auto;
    border: 0;
    margin-bottom: 20px;
}



/*     plan discharge  */
.tabcontent-inputfield {
    position: relative;
}

.ppc_header_box {
    display: inline-block;
    min-width: 9%;
    border: 2px solid #d5d7d9;
    border-radius: 12px;
    background-color: #eaf1f6;
    padding: 12px 15px;
    margin: 0 6px;
}

.ppc_action a img {
    width: 20px;
    max-width: 20px;
    display: inline-block;
    padding: 0px;
    margin: 2px;
}

.ppc_action a {
    margin: 2px !important;
    cursor: pointer;
}

    .ppc_action a img {
        width: 100%;
    }

#tblppc_wrapper .dataTables_scrollHeadInner, #tblppc_wrapper table {
    width: 100% !important;
}

.ppc_header_box:hover, .ppc_header_box.active {
    background-color: #00b9f1;
    cursor: pointer;
}

    .ppc_header_box:hover h3, .ppc_header_box:hover .ppc_inn, .ppc_header_box.active h3, .ppc_header_box.active .ppc_inn {
        color: #fff !important;
    }

.ppc_header_box h3 {
    color: #3a6a9b;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    margin: 0;
}

.ppc_header_box .ppc_inn {
    position: relative;
    text-align: center;
    font-size: 30px !important;
    line-height: 45px;
    margin-right: 12px;
    color: #3a6a9b;
    margin-top: 10px;
}

    .ppc_header_box .ppc_inn .ppc_inn_val {
        position: absolute;
        top: -6px;
    }

        .ppc_header_box .ppc_inn .ppc_inn_val ul {
            padding: 0;
            list-style: none;
            margin-left: 2px;
        }

            .ppc_header_box .ppc_inn .ppc_inn_val ul li {
                font-size: 9px;
                display: block;
                height: 10px;
                text-align: center;
                padding: 0;
                margin: 0;
                font-weight: bold;
            }

            .ppc_header_box .ppc_inn .ppc_inn_val ul.green li {
                color: #008C00;
            }

            .ppc_header_box .ppc_inn .ppc_inn_val ul.red li {
                color: #ff0000;
            }

.ppcloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../Images/Loading.gif') 50% 50% no-repeat rgb(249,249,249);
}

.ppc_header_container {
    margin: 15px 0 30px;
}

#tblppc_wrapper td {
    min-width: 100px;
}

#tblppc_wrapper a.tb-expand {
    position: relative;
    left: 0;
    z-index: 99;
}

    #tblppc_wrapper a.tb-expand img {
        position: absolute;
        left: -130px;
        width: 15px;
        top: 2px;
    }

#tblppc_wrapper th:last-child {
    min-width: 250px;
    max-width: 250px;
    width: 250px !important;
}

#tblppc_wrapper th {
    font-weight: bold;
}
/*#tblppc_wrapper .dataTables_scrollBody {
    height: auto!important;
}*/
#tblppc_wrapper td, #tblppc_wrapper th {
    font-size: 12px !important;
    min-width: 75px;
    white-space: normal;
    max-width: 75px;
}

    #tblppc_wrapper th:last-child, #tblppc_wrapper td:last-child {
        width: 235px !important;
        max-width: 235px !important;
        min-width: 235px !important;
    }

#tblppc_wrapper table tr:nth-of-type(odd) {
    background-color: #f9f9f9 !important;
}

#tblppc_wrapper .ppc_action {
    white-space: nowrap;
}

#tblppc_wrapper a.tb-actionexpand {
    position: relative;
}

    #tblppc_wrapper a.tb-actionexpand img {
        position: absolute;
        right: -42px;
        width: 15px;
        top: 0px;
    }

.ppc_action a.hide_action {
    display: none;
}

#ppc_medicine .grid_date {
    width: 60px;
    float: left;
}

#ppc_medicine .grid_header_title {
    float: left;
    width: 64%;
    margin: 0px auto;
    text-align: center;
}

#ppc_medicine .grid_header_icons .dt-buttons a {
    background-color: transparent !important;
    padding: 5px;
}

    #ppc_medicine .grid_header_icons .dt-buttons a img {
        height: 38px;
        width: 38px;
    }

#ppc_medicine .hcp_table tr th {
    background-color: #EAF1F7;
    color: #3A72A5;
}

#ppc_medicine .hcp_table tr td {
    background-color: #F5F9FC;
}

#ppc_medicine .grid_header_right {
    width: 100%;
}

#ppc_medicine .initial_table .tabs a {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-align: left;
    border-radius: 0;
}

#ppc_medicine .add-editz a > img {
    height: 38px;
    width: 38px;
    background-color: #fff !important;
}

.w-100 {
    width: 100%;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.text-left {
    text-align: left !important;
}

#ppc_medicine table.drug_regin td {
    text-align: left;
}

#ppc_medicine .inform_head {
    font-size: 14px;
    margin: 0;
    padding-top: 22px;
    color: #3A71A9 !important;
    font-size: 14px;
    font-weight: bold;
}

.modal.in {
    background: rgba(0,0,0,0.5);
}

#ppc_ProgressNote .grid_header_right {
    width: 100%;
    border-bottom: 1px solid #C1CBD4;
}

#ppc_ProgressNote .progress_over .grid_header_title {
    width: 60% !important;
    float: left;
    margin: 0px auto;
    text-align: center;
}

    #ppc_ProgressNote .progress_over .grid_header_title h5 {
        text-align: right !important;
        padding: 0;
        text-align: center;
        font-size: 26px;
        color: #6FA4D6;
        margin: 12px 0;
    }

#ppc_ProgressNote .grid_header_title span {
    padding: 0 30px;
    position: relative;
    top: 5px;
    font-size: 22px;
}

#ppc_ProgressNote .grid_header_icons .dt-buttons a img {
    height: 38px;
    width: 38px;
}

#ppc_ProgressNote .pop_closing button {
    background-color: transparent;
    right: 5px;
    border: none;
}

#ppc_ProgressNote .pop_closing a {
    color: transparent;
}

    #ppc_ProgressNote .pop_closing a img {
        height: 20px;
    }

#ppc_ProgressNote .progress_over .grid_header_icons {
    width: 35% !important;
    float: left;
}

#ppc_ProgressNote .grid_header_icons .dt-buttons a {
    background-color: transparent !important;
    padding: 5px;
}

#ppc_ProgressNote .add_a_note {
    padding: 10px 80px;
    border: none;
}

#ppc_ProgressNote .formawv input, #ppc_ProgressNote .formawv select {
    border-radius: 0 !important;
    border: 1px solid #6FA4D6;
}

.p-0 {
    padding: 0 !important;
}

.p-10 {
    padding: 10px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-40 {
    margin-top: 40px;
}

.d-flex {
    display: flex;
}

.border-rad-0 {
    border-radius: 0;
}

.checkbox-container {
    float: left;
    text-align: left;
    padding-left: 0;
}

    .checkbox-container input[type="checkbox"] {
        visibility: hidden;
    }

        .checkbox-container input[type="checkbox"] + label:before {
            border: 1px solid #ffa500;
            content: "\00a0";
            display: inline-block;
            font-size: 12px;
            height: 15px;
            margin: 0 .45em 0 0;
            padding: 0;
            vertical-align: top;
            width: 16px;
        }

        .checkbox-container input[type="checkbox"]:checked + label:before {
            background: #ffa500;
            color: #fff;
            content: "\2713";
            text-align: center;
        }

        .checkbox-container input[type="checkbox"]:checked + label:after {
            font-weight: bold;
        }

        .checkbox-container input[type="checkbox"]:focus + label::before {
            outline: rgb(59, 153, 252) auto 5px;
        }

#ppc_GridHistory .modal-head {
    background-color: #EAF1F7;
}

#ppc_GridHistory .modal-title {
    color: #3A71A9 !important;
    font-size: 24px;
    margin-left: 10px;
}

#ppc_GridHistory .modal-body {
    padding: 0;
}

#ppc_GridHistory .tbl-grid td {
    padding: 12px 5px;
    font-size: 14px;
}

#ppc_GridHistory .tbl-grid th {
    text-align: left;
    padding: 12px 5px;
    font-size: 14px;
    max-width: 200px;
    min-width: 90px;
}

#ppc_GridHistory .Dsgh tr > td, #ppc_GridHistory .Dsgh tr:nth-child(1) > th:nth-child(1) {
    border-right: 1px solid #D0D0D0;
}

#ppc_GridHistory .Dsgh tr td, #ppc_GridHistory .Dsgh tr th {
    text-align: center !important;
}

#ppc_GridHistory table {
    overflow: hidden;
}

.tblppc-container {
    position: relative;
    clear: left;
}

#text_message .grid_header_right {
    width: 100%;
    border-bottom: 1px solid #C1CBD4;
}

#text_message .grid_header_title {
    float: left;
    width: 66%;
    margin: 0px auto;
    text-align: center;
}

    #text_message .grid_header_title h5 {
        padding: 0;
        text-align: center;
        font-size: 26px;
        color: #6FA4D6;
        margin: 12px 0;
    }

#text_message .pop_closing button {
    background: transparent;
}

#text_message .pop_closing a img {
    height: 20px;
}

#text_message .add_a_note {
    padding: 10px 90px;
    border: none !important;
}

#text_message .formawv input, #text_message .formawv select {
    border-radius: 0 !important;
    border: 1px solid #6FA4D6;
}

#text_message .pt-10 {
    padding-top: 10px;
}

#text_message .m-0 {
    margin: 0;
}

#text_message .grid_header_title span {
    padding: 0 30px;
    position: relative;
    top: 5px;
    font-size: 22px;
}

.ppcfilter {
    position: absolute;
    top: 15px;
    left: 135px;
    z-index: 1048;
}

button.patient-btn:hover:not(.disabled), div.patient-btn:hover:not(.disabled), a.patient-btn:hover:not(.disabled),
button.patient-btn, a.patient-btn, div.patient-btn,
button.patient-btn, div.patient-btn, a.patient-btn,
button.patient-btn:focus:not(.disabled), div.patient-btn:focus:not(.disabled), a.patient-btn:focus:not(.disabled),
button.patient-btn:active:not(.disabled), button.patient-btn.active:not(.disabled), div.patient-btn:active:not(.disabled), div.patient-btn.active:not(.disabled), a.patient-btn:active:not(.disabled), a.patient-btn.active:not(.disabled) button.patient-btn:active:not(.disabled):hover:not(.disabled), button.patient-btn.active:not(.disabled):hover:not(.disabled), div.patient-btn:active:not(.disabled):hover:not(.disabled), div.patient-btn.active:not(.disabled):hover:not(.disabled), a.patient-btn:active:not(.disabled):hover:not(.disabled), a.patient-btn.active:not(.disabled):hover:not(.disabled) {
    background: #fff url(../Images/Add-patient.png) center no-repeat;
    width: 50px;
    height: 45px;
    border: 1px solid #2582cf;
    border-radius: 50%;
    padding: 8%;
    margin: 1%;
    color: #fff;
    box-shadow: none;
}

    a.patient-btn span {
        opacity: 0;
    }

}
}

.pat-timelime-holder {
    overflow: visible !important;
}

#recentlyAdmittedTable_wrapper .toolbar .form-inline.radio-button span img {
    position: relative;
    top: -2px;
}

#uploaders,
#spnFile,
#fileToUpload2,
#fileToUpload3 {
    float: left;
}

.fUpload {
    width: 100% !important;
    margin: 10px 0;
}

#fileToUpload {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    pointer-events: none;
}

.modal.in {
    background: rgba(0,0,0,0.5);
}

.modal-head {
    background: #00b9f2;
    /* background-color: #cbdce9; */
    color: #fff;
    padding: 8px;
}

.modal-content-common {
    border-radius: 0px;
}

.pull-right {
    float: right !important;
}

.border-0 {
    border: none !important;
}

.modal_head_align, .modal_head_radio_align {
    display: flex;
}

.modal-header .modal-title {
    display: inline-block;
}

.ml-10px {
    margin-left: 10px !important;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-dialog {
    width: 80%;
}


/*customcss*/

.asthamalabel label {
    vertical-align: -webkit-baseline-middle;
    margin-bottom: 0;
    font-size: 12px;
}

.colmb_10 {
    margin-bottom: 10px;
}

.colmb_25 {
    margin-bottom: 25px;
}

.colmb_5 {
    margin-bottom: 5px;
}

.asthmalabel2 label {
    vertical-align: -webkit-baseline-middle;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
}

.pr-0 {
    padding-right: 0px;
}

.p-0 {
    padding: 0px;
}

.modalcheck {
}

    .modalcheck label {
    }

.modalsmallhead {
    font-size: 15px;
    font-weight: 600;
}

.modalcheckcust {
    margin-top: 6px;
}

    .modalcheckcust label {
        position: relative;
        top: -1px;
        margin-right: 9px !important;
    }

    .modalcheckcust input {
        margin-top: 1px;
    }

.plpr30 {
    padding-left: 30px;
    padding-right: 30px;
}

.checkul {
}

    .checkul ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .checkul ul li {
            margin: 0px 20px;
            display: inline;
            min-width: 110px !important;
            float: left;
        }

    .checkul label {
        font-weight: normal;
        font-size: 12px;
    }

    .checkul input {
        position: relative;
        top: 5px;
        margin-right: 5px;
        width: 20px;
        height: 20px;
        opacity: 1;
    }

.maintitle h3 {
    color: #3a71a9;
    margin-top: 0px;
    margin-bottom: 0px;
}

.subtitle h3 {
    color: #3a71a9;
    margin-bottom: 5px;
    margin-top: 5px;
}

.maincustcheck {
}

.middlecustcheck {
}

.modalcusttable {
}

#modalcusttable thead th, #modalcusttable tbody td {
    text-align: center;
    vertical-align: middle;
    padding: 0;
    border-bottom: 0px saddlebrown;
    border-top: 0px;
}

    #modalcusttable tbody td:nth-child(1) {
        text-align: left;
    }

.leftcolpad .col-sm-3 {
    padding: 0px;
}

.caramed_title {
    font-weight: bold;
    font-size: 14px;
}

.caramed_title_sub {
    font-size: 13px;
}

.modalcheckcust input {
    margin-left: -25px !important;
    margin-right: 10px;
    position: relative;
    top: -3px;
    width: 20px;
    height: 20px;
    opacity: 1;
}

.labelcheck input {
    margin-right: 10px;
    position: relative;
    top: 5px;
    width: 20px;
    height: 20px;
    opacity: 1;
    margin-left: 7px;
}

/*Psycho css*/
.maincustcheck input {
    margin-left: -25px !important;
    margin-right: 10px;
    position: relative;
    top: -6px;
    width: 20px;
    height: 20px;
    opacity: 1;
}

.maincustcheck {
    display: block;
    margin-bottom: 10px;
}

    .maincustcheck label {
        margin-left: 10px;
    }

.modelcheck input {
    margin-left: -25px !important;
    margin-right: 10px;
    position: relative;
    top: -6px;
    width: 20px;
    height: 20px;
    opacity: 1;
}

.middlecustcheck input {
    margin-left: -25px !important;
    margin-right: 10px;
    position: relative;
    top: -6px;
    width: 20px;
    height: 20px;
    opacity: 1;
}

.modalcheckcust input {
    margin-left: -25px !important;
    margin-right: 10px;
    position: relative;
    top: -3px;
    width: 20px;
    height: 20px;
    opacity: 1;
}

#PatientPHPConditions > br {
    display: none;
}

#copdassessment_grid .modal-dialog.modal-lg.modal-report-lg-width.modal_width {
    width: 75%;
}

#copdassessment_grid textarea,
#psychosocialassessment_grid textarea {
    resize: none;
}

#copdassessment_grid .pull-right.bb-0.w-25 {
    float: left !important;
}

#copdassessment_grid .dt-buttons.col-md-pull-11.buttons_line {
    margin: 5px 40px !important;
    right: auto !important;
}


#UtilizationAdvanceSummaryFilters {
    position: inherit !important;
}

#CampaignBuilder .CMProgramPatient form label.control-label.col-sm-3 {
    display: none;
}

#CampaignBuilder .CMProgramPatient > form > div > div:nth-child(4) {
    padding-left: 9px;
}

#news4,
#news7,
#news10 {
    width: 88px !important;
    height: 52px !important;
}

.graph-content p span {
    top: -11px;
    width: 24px;
    padding-left: 20px;
}

/*#patientGrid_wrapper > div.dataTables_scroll > div.dataTables_scrollBody {
    overflow-x: scroll !important;
}*/

#myModal .modal-header.modal-head .aligh_head_radio h4 {
    padding-top: 10px;
}

#myModal .modal-header.modal-head .aligh_head_radio .reports_radio_align.reports_radio_align_modal {
    position: relative !important;
    left: 0;
    top: 2px;
}

#iframeModal .modal-content .height_modal-body {
    min-height: calc(100vh - 100px) !important;
}

#medicationassessment_grid .modal-dialog.modal-lg {
    width: 90%;
}

#medicationassessment_grid > .modal-dialog > .modal-content.modal-content-common {
    height: calc(100vh - 70px) !important;
}

#medicationassessment_grid .height_modal-body {
    height: calc(100vh - 136px);
    max-height: calc(65vh - 18px) !important;
}

#medicationsTable_wrapper table thead th, #medicationsTable_wrapper table tbody td {
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
}

#mdicalsurgicaltext {
    width: 100%;
    height: 115px;
}

#HomeHealthServicesdiv input, #Occupationaltherapydiv input, #capdadiv input, #lmemcodiv input, #Hospicediv input, #Nephrologydiv input, #Oncologydiv input, #Urologydiv input, #Orthodonticsdiv input, #FamilyMedicinediv input, #Endocrinologdiv input, #CardiacRehabdiv input, #Behavioralhealthdiv input, #SubstanceAbusediv input, #DentalCarediv input, #Physicaltherapydiv input, #capcdiv input, #PersonalCareServicesdiv input, #PalliativeCarediv input, #Cardiologydiv input, #Pulmonologydiv input, #Orthopedicsdiv input, #Gastroenterologydiv input, #Pediatriciandiv input, #InternalMedicinediv input, #Rheumatologydiv input, #Chiropracticcarediv input, #Neurologydiv input {
    position: relative;
    top: 4px;
}

#HomeHealthServicesdiv label, #Occupationaltherapydiv label, #capdadiv label, #lmemcodiv label, #Hospicediv label, #Nephrologydiv label, #Oncologydiv label, #Urologydiv label, #Orthodonticsdiv label, #FamilyMedicinediv label, #Endocrinologdiv label, #CardiacRehabdiv label, #Behavioralhealthdiv label, #SubstanceAbusediv label, #DentalCarediv label, #Physicaltherapydiv label, #capcdiv label, #PersonalCareServicesdiv label, #PalliativeCarediv label, #Cardiologydiv label, #Pulmonologydiv label, #Orthopedicsdiv label, #Gastroenterologydiv label, #Pediatriciandiv label, #InternalMedicinediv label, #Rheumatologydiv label, #Chiropracticcarediv label, #Neurologydiv label {
    padding-left: 7px;
}

#HomeHealthServicesdiv, #Occupationaltherapydiv, #capdadiv, #lmemcodiv, #Hospicediv, #Nephrologydiv, #Oncologydiv, #Urologydiv, #Orthodonticsdiv, #FamilyMedicinediv, #Endocrinologdiv, #CardiacRehabdiv, #Behavioralhealthdiv, #SubstanceAbusediv, #DentalCarediv, #Physicaltherapydiv, #capcdiv, #PersonalCareServicesdiv, #PalliativeCarediv, #Cardiologydiv, #Pulmonologydiv, #Orthopedicsdiv, #Gastroenterologydiv, #Pediatriciandiv, #InternalMedicinediv, #Rheumatologydiv, #Chiropracticcarediv, #Neurologydiv {
    margin-left: 10%
}

.dataTables_filter input::-webkit-input-placeholder {
    font-size: 14px !important;
    color: #999 !important;
}

.dataTables_filter input::-moz-placeholder {
    font-size: 14px !important;
    color: #999 !important;
}

.dataTables_filter input {
    background-color: #fff !important;
}

#prevproclick .detailpndata #comment {
    height: 100px !important;
    min-height: 100px;
    overflow-y: scroll;
}

#tblClaimsDetails_wrapper table thead tr th,
#tblClaimsDetails tbody tr td {
    min-width: 160px !important;
    max-width: 160px !important;
    width: 160px !important;
    white-space: normal;
    text-align: center;
    padding: 10px 8px !important;
    vertical-align: middle;
}

    #tblClaimsDetails_wrapper table thead tr th:after {
        margin-right: -18px !important;
    }

#tblClaimsDetails > thead > tr {
    display: none;
}

.tablesearchtext {
    float: left;
    margin-top: 15px;
    margin-right: 7px;
}

.tableradioalign {
    margin-top: 15px;
}

.dataTables_filter > label {
    position: relative;
}

    .dataTables_filter > label .error-message {
        position: absolute;
        top: -9px;
        left: 8px;
        font-size: 11px;
    }

#myModal .table-responsive {
    overflow: initial;
}

#ModalTopExpenditure .modal-body,
#frequently_accessed_report26 {
    padding-top: 15px !important;
}

div.dataTables_wrapper div.dataTables_filter label {
    padding-right: 10px;
}

.dataTables_filter > label {
    position: relative;
}

    .dataTables_filter > label .error-message {
        position: absolute;
        top: -7px;
        left: 8px;
        font-size: 11px;
    }

#myModal .table-responsive {
    overflow: initial;
}

div.dataTables_wrapper div.dataTables_filter {
    margin-top: 5px;
}

#PracticesDropdown {
    background-color: #f1f1f1;
}

#ProvidersDropdown {
    background-color: #f1f1f1;
}
/*customcheckbox*/
.checkcontainer {
    display: flex;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
}

    .checkcontainer .customcheck {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #f9a800;
}


.checkcontainer:hover input ~ .checkmark {
    background-color: #fff;
}

.checkcontainer input:checked ~ .checkmark {
    background-color: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.checkcontainer input:checked ~ .checkmark:after {
    display: block;
}

.checkcontainer .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 11px;
    border: solid #f9a800;
    border-width: 0 2px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkform {
    font-weight: normal;
    width: 48%;
    margin-left: 11px;
    margin-top: -6px;
    font-size: 12px;
}
/*custom-checkbox*/
#referral_notes .modal-dialog {
    width: 85% !important;
}

#referral_notes .height_modal-body {
    overflow-x: hidden !important;
}

#referral_tab ul li.active a {
    background-color: #2582cf !important;
    color: #fff;
}

#referral_tab ul li a {
    background-color: #8bb9ea;
    color: #fff;
    padding: 10px 20px;
    border: 0;
    border-radius: 0;
}

#referral_tab ul li {
    background: none;
}

#openreferral_tbl_wrapper table.table.table-hover.dataTable.no-footer {
    width: 100% !important;
}

#openreferral_tbl_wrapper .dataTables_scrollHeadInner.gridTableHeadItem.tblCareManagerReportGridHeadItem {
    width: 100% !important;
}

#openreferral_tbl_wrapper table thead th, #openreferral_tbl_wrapper table tbody td {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    text-align: center;
    padding: 10px;
    white-space: break-spaces;
    word-break: break-word;
    font-size: 12px;
}



#openreferral_tbl_wrapper div#triageBraket {
    display: none !important;
}

#openreferral_tbl_wrapper table thead th:last-child::after {
    opacity: 0;
}

#openreferral_tbl_wrapper table tbody td a img {
    width: 22px !important;
    /* height: 22px !important; */
}

#or h3 {
    color: #F68223;
    font-size: 16px;
    margin-bottom: 0;
}

#cr h3 {
    color: #F68223;
    font-size: 16px;
    margin-bottom: 0;
}

#completereferral_tbl_wrapper table.table.table-hover.dataTable.no-footer {
    width: 100% !important;
}

#completereferral_tbl_wrapper .dataTables_scrollHeadInner.gridTableHeadItem.tblCareManagerReportGridHeadItem {
    width: 100% !important;
}

#completereferral_tbl_wrapper table thead th, #completereferral_tbl_wrapper table tbody td {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    text-align: center;
    padding: 10px;
    white-space: break-spaces;
    word-break: break-word;
    font-size: 12px;
}



#completereferral_tbl_wrapper div#triageBraket {
    display: none !important;
}

#completereferral_tbl_wrapper table thead th:last-child::after {
    opacity: 0;
}

#completereferral_tbl_wrapper table tbody td a img {
    width: 22px !important;
    /* height: 22px !important; */
}

#referralreceipt .modal-dialog.modal-lg.modal_width {
    width: 80% !important;
}

#referralreceipt_notes .modal-dialog.modal-lg.modal_width {
    width: 50% !important;
}

#referralreceipt .height_modal-body {
    overflow-x: hidden !important;
}

#ReferralsAcceptedTable > thead > tr > th, #ReferralsAcceptedTable > tbody > tr > td {
    text-align: center;
    white-space: normal;
    vertical-align: middle;
}

#MonthlyCost rect {
    cursor: pointer
}

#ERvisits rect {
    cursor: pointer
}

#MembersByPayors rect {
    cursor: pointer
}

/*path {
    cursor: pointer
}*/

.bridgeappChangeLoader {
    z-index: 999;
}


/*App Menu Sticky Start*/
header#bridgeHeader {
    position: fixed;
    width: 100%;
    z-index: 999;
}

#bridge-report-section div#bridgeNavBar {
    height: calc(100vh - 46px) !important;
    z-index: 2;
    position: fixed;
    margin-top: 46px;
    overflow: hidden;
}

#navBarArrowsDiv {
    display: flex;
    justify-content: space-evenly;
    background-color: #3a6d9a;
    align-items: center;
    padding-top: 3px;
    width: 90px;
    position: relative;
    left: -28px;
}

    #navBarArrowsDiv svg {
        cursor: pointer;
    }


@media (min-width: 992px) {
    .second-column-width {
        width: calc(100% - 80px) !important;
        margin-left: 80px;
        margin-top: 48px;
    }
}

@media (min-width: 1200px) {
    div#bs-sidebar-navbar-collapse-1 {
        height: calc(100vh - 150px) !important;
        overflow: auto !important;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #bs-sidebar-navbar-collapse-1::-webkit-scrollbar-track {
        background-color: #2f4e6b;
    }

    #bs-sidebar-navbar-collapse-1::-webkit-scrollbar {
        width: 3px;
        background-color: #F5F5F5;
        border-radius: 12px;
    }

    #bs-sidebar-navbar-collapse-1::-webkit-scrollbar-thumb {
        border-radius: 12px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #00b9f2;
    }
}

.addendum {
    background-color: #2582cf;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0px;
    margin-right: 8px;
    background-image: none;
    border: none;
}

    .addendum:hover {
        color: #fff !important;
    }

.saveaddendum-btn {
    background-color: #2582cf;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0px;
    margin-right: 8px;
    background-image: none;
    border: none;
    margin-top: 20px;
}

    .saveaddendum-btn:hover {
        color: #fff !important;
    }

.square-blue-btn {
    background-color: #337ab7;
    color: white;
    border: none;
    padding: 7px 16px;
}

/*App Menu Sticky Start*/



div.dataTables_wrapper div.dataTables_length select {
    width: 68px !important;
}

div.dataTables_wrapper .paginate_button {
    border: 1px solid #ccc !important;
    padding: 0 !important;
    height: 20px;
    width: 20px;
}

body > span > span > span.select2-search.select2-search--dropdown::before {
    right: 10px;
    left: auto !important;
}

body > span > span > span.select2-search.select2-search--dropdown > input {
    background: none !important;
    border-top: none !important;
    border-right: none !important;
    padding-bottom: 2px !important;
}

div#assignableCareManagersContainer input[type='search'] {
    background: none !important;
    border: none !important;
}



input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    cursor: pointer;
}

cplan_creator .plan_blaze .conditions input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin-right: 8px;
    background-color: transparent;
    color: #f68220;
    border-radius: 0;
    border: 1px solid #f68220;
    cursor: pointer;
}

.Cliqueinlineform .form-control {
    padding: 0 12px;
    display: inline-block;
    width: calc(100% - 134px);
    text-align: left;
    background-color: #f1f1f1;
    border-radius: 3px;
    height: 42px;
    border: none;
    font-size: 14px;
    box-shadow: none;
    cursor: pointer;
    margin-left: 10px;
}

#medicationassessment_grid .height_modal-body {
    background: #fff !important;
}

#gridHistory_faxhistoryTable thead tr th, #gridHistory_faxhistoryTable tbody tr td {
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
    padding: 0;
    text-align: center !important;
}

#gridHistory_faxhistoryTable {
    width: 100% !important;
}

    #gridHistory_faxhistoryTable tbody tr td span {
        width: 100%;
        float: left;
    }

    #gridHistory_faxhistoryTable thead tr th:nth-child(5), #gridHistory_faxhistoryTable tbody tr td:nth-child(5) {
        width: 300px !important;
        min-width: 300px !important;
        max-width: 300px !important;
    }

    #gridHistory_faxhistoryTable tbody tr td {
        border-right: 1px solid #ccc
    }

#Gridfaxerrorpp {
    padding: 10px 16px !important;
}

#tblReportsClaimsDetails_wrapper .dataTables_scrollBody {
    max-height: 280px !important;
    overflow: auto !important;
}

/*.modal-footer.modal-foot {
    display: none;
}*/

@media screen and (max-width: 2000px) and (min-width: 1200px) {
    #tblReportsClaimsDetails_wrapper .dataTables_scrollBody {
        max-height: 255px !important;
        overflow: auto !important;
    }
}

#Del_TOC_history .modal-dialog.modal-lg.modal-report-lg-width.modal_width {
    width: 45% !important;
}

.col-md-9.col-sm-11.col-xs-12.bridge-middle-div.second-column-width.patient-prof.full-width.ifamefullwidth {
    width: 100% !important;
    padding: 0;
    margin: 0 25px;
}

#GridMAFaxPopup .height_modal-body {
    max-height: calc(54vh - 18px) !important;
}
