/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(../font/cyrillic-ext.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(../font/cyrillic.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(../font/greek-ext.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(../font/greek.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(../font/vietnamese.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/**
**/

@media (min-width: 768px){
    /* #myNavbar > ul.navbar-nav > li a{
        overflow: hidden;
        max-width: 90px;
        text-overflow: ellipsis;
        white-space: nowrap;
    } */
}


.hidden {
    display: none;
}

body{
    position: absolute;
    top: 0px;
    left: 0px;
}

a{
    cursor: pointer;
}

html, body, #map {
    height: 100%;
    width: 100%;
    margin: 0px;
}

td{
    vertical-align: middle!important;
}
.dataTables_wrapper td{
    vertical-align: top!important;
}
.td-middle td{
    vertical-align: middle!important;
}


/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-brand {
    padding: 0 0px !important;
}

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {
    height: 100%
}

/* Set gray background color and 100% height */
.sidenav {
    padding-top: 20px;
    background-color: #f1f1f1;
    height: 100%;
}

/* Set black background color, white text and some padding */
footer {
    background-color: #555;
    color: white;
    padding: 1px;
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
        padding: 15px;
    }

    .row.content {
        height: auto;
    }
}

/*** Modal ***/
.modal-content.ui-resizable {

}

/****** LOGIN MODAL ******/
.loginmodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: roboto;
}

.loginmodal-container h1 {
    text-align: center;
    font-size: 1.8em;
    font-family: roboto;
}

.loginmodal-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    /* border-radius: 2px; */
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
      user-select: none; */
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #4d90fe;
    padding: 17px 0px;
    font-family: roboto;
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #357ae8;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.login-help a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.login-help {
    font-size: 12px;
}

.wizard {
    margin: 0px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin: 0px auto;
    margin-bottom: 0px;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 85%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;

}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 14.2%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 42%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 42%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    margin: 5px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 10px;
}

.wizard h3 {
    margin-top: 0;
}

@media ( max-width: 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .wizard .nav-tabs > li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.dt-buttons button.dt-button {
    background-color: #337ab7;
    border: 0px;
    color: white;
    background-image: none;
}

.dt-buttons button.dt-button:hover {
    background-color: #286091;
    border: 0px;
    color: white;
    background-image: none;
}

.dt-buttons button.dt-button:focus {
    background-color: #337ab7;
    border: 0px;
    color: white;
    background-image: none;
}

.dt-buttons button.dt-button:active {
    background-color: #204c74;
    border: 0px;
    color: white;
    background-image: none;
}

div.dt-button-collection button.dt-button.active:not(.disabled) {
    background-color: #337ab7;
    background-image: none;
}

div.dt-button-collection button.dt-button.active:not(.disabled):hover {
    background-color: #286091;
    background-image: none;
}

div.dt-button-collection button.dt-button {
    background-color: #888888;
    background-image: none;
}

div.dt-button-collection button.dt-button:hover {
    background-color: #e3e3e3;
    background-image: none;
}

.hcc_select {
    text-align: right;
    /*display: inline-block;
    width: 100%;
    padding-bottom: 10px;*/
}

.hcc_select + script + div {
    margin-top: -30px;
}

.hcc_select select {
    width: 250px;
    height: 30px;
    display: inline-block;
    margin-right: 165px;
}

.nicEdit-panel {
    background-color: #fff !important;
}

.nicEdit-button {
    background-color: #fff !important;
}

.nicEdit-main {
    background-color: #fff !important;
}

.out-reach-header {
    display: inline-block;
    width: 100%;
}

.search-box {
    border: 1px solid #CCCCCC;
    border-right: none;
    border-top: none;
    padding-left: 30px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 132px;
    background-color: white;
}

.search-box > i {
    position: absolute;
    left: 0;
    border: 1px solid #CCCCCC;
    border-left: none;
    border-radius: 0 3px 3px 0;
    padding: 20px 3px;
    color: #000000;
    top: 45%;
    cursor: pointer;
}

.transform {
    transform: rotate(180deg);
    border-right: 1px solid #CCCCCC;
    border-left: none;
    left: -16px !important;
}

.width-95 {
    width: 100% !important;
}

.width-5 {
    width: 0 !important;
    padding: 0 !important;
    float: right;
}

.width-5 > form, .width-5 > h3, .width-5 > hr, .width-5 > br {
    display: none;
}

.transition {
    transition: width .5s;
}

.glyphicon-exclamation-sign > span {
    display: none;
}

.green {
    color: #17e617;
    font-weight: bold;
}

.yellow {
    background-color: #f3f37b !important;
    font-weight: bold;
}

.multiselect-container.dropdown-menu {
    max-height: 400px !important;
    overflow: auto !important;
}

button.multiselect {
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
button.multiselect .multiselect-selected-text{
    display: inline-block !important;
    width: 98% !important;
    float: left !important;
    margin-right: 3px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    min-height:20px;
}
button.multiselect .caret{ 
    width: 7px;
    height: 7px;
    border-top: 0;
    border-left: 0;
    border-right: 0.19em solid #544c4c;
    border-bottom: 0.19em solid #544c4c;
    position: absolute;
    transform: rotate(45deg);
    vertical-align: bottom;
    top: 11px;
}

.dataTables_wrapper .dataTables_processing {
    height: 200px;
    font-size:1.4em;
    background-color: rgba(255, 255, 128, .5);
    background-image: url("../images/Replace-2R-128px.gif");
    /* plat-3589 */
    z-index:1045 !important;
}

.data-range {
    display: inline-block;
    width: 50%;
    float: right;
    text-align: right;
    font-size: 18px;
}

@media print {
    element.class {
        font-family: "Courier New";
        font-size: 7pt;
    }
    body{
        position: unset;
        top: 0px;
        left: 0px;
    }
}

.table tr .avg-value,.table tr.avg-value {
    background-color: yellow !important;
}

.row-bold {
    font-weight: bold;
}

.report-table th {
    font-size: 12px;
}

.report-table td {
    font-size: 11px;
}

.dataTables_filter .glyphicon-search {
    position: relative;
    left: -20px;
    padding: 0;
    margin: 0;
}

.dataTables_filter .glyphicon-remove {
    position: relative;
    left: -40px;
    padding: 0;
    margin: 0;
    font-size: 10px;
    color: #817777;
    width: 0;
}
div.dataTables_wrapper div.dataTables_filter input{
    width: 250px;
}


.cmTitleDiv{
    display: inline-block;
    width: 100%;
}
.cmTitleDiv span.select-title {
    margin-right: 30px;
    /*width: 150px;*/
    display: inline-block;
}
.cmTitleDiv span.select-title.span-care{
    font-size: 18px;
    /*width: 150px;*/
}
.filter-row{
    display: inline-block;
    width: 330px;
    float: left;
    padding: 10px 0;
}

div.dataTables_wrapper div.dataTables_processing{
    position: fixed !important;
    z-index: 999;
}

.tool-box{
    padding: 10px 0;
    width: 100%;
    display: inline-block;
}
#hospital_modal .form-group {
    padding: 20px;
}
.hospital-tcm .filter-row{
    width: 25%;
}
.hospital-tcm .cmTitleDiv span.select-title{
    width: 160px;
}
/*ipad*/
@media screen and (min-width:600px) and (max-width:960px){
    .hospital-tcm .filter-row{
        width: 50%;
    }
}
/*PC*/
@media screen and (min-width:960px){

}

/* .inline-table,table#tcm-table,table#awv-table,table#cm-table,table#ac_proposed,table#report-preview{
    display: inline-block; 
    overflow-x: auto; 
    width: 100%;
} */

table.table{
    width:100%;
}

.dataTable th { 
    white-space: inherit; 
}
/* table.dataTable thead th{
    white-space: inherit !important; 
}  */

.dataTables_scrollBody{
    max-height:55vh;
    display:inline-block;
}

.dataTables_scrollFoot table,.dataTables_scrollHead table{
    transition: width .3s ease;
}

/* table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td{
    word-break: keep-all;
} */

.dataTables_scroll{
    display:inline-block;
    width: 100%;
    /* overflow: auto; */
}

.print-area{
    display: inline-block;
    
}

@media print {
    .print-area .range{
        display: block;
    }

    .print-hide,#poutreach-table_wrapper{
        display: none !important;
    }
    .dt-buttons,.dataTables_filter,.dataTables_info{
        display: none !important;
    }
}

#loadingModal div.dataTables_processing {
    position: fixed !important;
    z-index: 999;
}

#loadingModal div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}
#loadingModal .dataTables_processing {
    height: 200px;
    font-size: 1.4em;
    background-color: rgba(255, 255, 128, .5);
    background-image: url(../images/Replace-2R-128px.gif);
}

#alerted-table p{
    word-break: keep-all;
    white-space: nowrap;
}
.modal .form-group{
    display: inline-block;
    width:100%;
}

.filter-row .pull-left{
    padding: 0 10px;
}

#ex_value_div div {
    padding-bottom: 10px;
}

#ex_value_div input {
    width: 85%;
    float: left;
}

#ex_value_div i {
    font-size: 20px;
}

.money{
    text-align: right;
}
#pcp_report_table tr td:nth-child(5),#pcp_report_table tr td:nth-child(6),#pcp_report_table tr td:nth-child(7),#pcp_report_table tr td:nth-child(8),#pcp_report_table tr td:nth-child(9),#pcp_report_table tr td:nth-child(10),#pcp_report_table tr td:nth-child(11),
.baseTable tr td:nth-child(4){
    text-align: right;
}
.fixed-header{
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 1031;
    max-height: 100%;
    overflow-y: scroll;
}
.fixed-header::-webkit-scrollbar{
    display: none;
}
.main-body{
    position: absolute;
    top: 52px;
    width:100%;
    margin-bottom: 60px;
}

table.pmpm tr td:not(:nth-child(1)),table.inpatient tr td:nth-child(3),table.inpatient tr td:nth-child(4),table.inpatient tr td:nth-child(5),table.inpatient tr td:nth-child(6){
    text-align: right
}

.password-div form{
    margin: 0 auto;
    width:400px;
}
.password-div input[type=submit]{
    width: 100%;
}

#doc-badge{
    position: absolute;
    top: -7px;
    /* left: 80px; */
    background-color: #003C71;
}
.print-badge{
    position: absolute;
    top: -8px;
    left: 110px;
    background-color: #003C71;
}
#doc-badge-1{
    position: relative;
    left: 10px;
    background-color: #e25c5c;
}

.tool-box {
    padding: 10px 0;
    width: 100%;
    display: inline-block;
}

.control-label span {
    color: red;
}

.bg-pmpm-notice{
    color: black;
    font-size: 15px;
}
.bg-pmpm{
    background-color: #bdbf13; 
}

.query-builder .sort-container{
    position: relative;
    margin: 4px 0;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #EEE;
    background: rgba(255, 255, 255, 0.9);
}

.query-builder .sort-list {
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0;
}
.query-builder .sort-container .rule-filter-container,.query-builder .sort-container .rule-operator-container{
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.query-builder .sort-container .rule-operator-container{
    margin-left: 50px;
}

table.dataTable tr td:last-child .btn{
    margin: 8px 0;
}
table.dataTable tr td:last-child >div.pull-right{
    width:100%;
}
#comments-panel{
    display: inline-block;
    height: auto;
    max-height: 500px;
    overflow-y:auto; 
    border-radius: 4px;
    margin-bottom: 25px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
#comments-panel ul{
    padding: 0;
}
#comments-panel ul li p{
    margin:0;
}
#comments-panel ul li{
    list-style: none;
    text-align: left;
}

#comments-panel ul li > div{
    padding: 10px;
}

#comments-panel ul li div.comment{
    min-height: 50px;
    border-radius: 4px;
    padding: 10px;
    background-color: #a8a8a8;
    color: #fff;
    font-size: 16px;
}

#add-comment{
    resize: none;
    height: 100px;
}
.comment > p{
    line-height: 27px;
    word-break: break-word;
}

.modal-dialog .col-xs-12{
    width:100%;
}

table.dataTable tr td:last-child >div.pull-right{
    width:100%;
}

.fixed-nav{
    position: fixed !important;
    width: 100%;
    padding-top: 20px;
    z-index: 998;
    background-color: #ffffff;
    padding-right: 20px;
}
.fixed-table-content{
    /* position: relative; */
    margin-top: 60px;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.fixedHeader-floating{
    top: 114px !important;
}
#c3_dialog p{
    text-align: left;
}
#analytics-tab .nav>li>a{
    padding: 10px;
}

.search-box-left{
    border: 1px solid #CCCCCC;
    border-left: none;
    border-top: none;
    height: 100%;
    padding-right: 20px;
    position: fixed;
    left: 15px;
    top: 138px;
    background-color:white;
    padding-left: 0px;
}

.search-box-left .toggle-icon, .absolute-left-box .toggle-icon{
    position: absolute;
    right: 0;
    border: 1px solid #CCCCCC;
    border-right: none;
    border-radius: 3px 0 0 3px;
    padding: 20px 3px;
    color: #000000;
    top: 25%;
    cursor: pointer;
    width:15px;
}

.search-box-left[status='close'] table, .absolute-left-box[status='close'] table{
    display: none;
}


.search-box-left .toggle-icon.transform, .absolute-left-box .toggle-icon.transform{
    left: 10px !important;
}

#referral-search-box button{
    padding: 5px 0;
}

#hccDetail td{
    word-break: break-word;
}

#edu > ul > li{
    width:50%;
}

#edu > ul > li.active a{
    background: #b7cbdc;
}

#edu >ul>li a{
    height: 55px;
    line-height: 30px;
}

#edu > ul > li .progress{
    width: 200px;
    display: inline-block;
    margin-bottom: 0;
    height: 16px;
    margin-left: 20px; 
    font-size: 10px;
    line-height: 16px;
}

.table-bg{
    background: #f4f4f4;
}
.datetimepicker.datetimepicker-inline,.datetimepicker.datetimepicker-inline table{
    width:100%;
}

td.table-bg{
    width:150px;
    vertical-align: middle !important;
}

#referral-status td:nth-child(even){
    width:35%;
    word-break: break-word;
    text-align: left;
}
.datetimepicker.datetimepicker-inline .datetimepicker-days,
.datetimepicker.datetimepicker-inline .datetimepicker-months,
.datetimepicker.datetimepicker-inline .datetimepicker-years{
    width:100%;
    font-size:16px;
}
.datetimepicker.datetimepicker-inline .datetimepicker-days table td,
.datetimepicker.datetimepicker-inline .datetimepicker-days table td span,
.datetimepicker.datetimepicker-inline .datetimepicker-days table td a span,
.datetimepicker.datetimepicker-inline .datetimepicker-months table td,
.datetimepicker.datetimepicker-inline .datetimepicker-months table td span,
.datetimepicker.datetimepicker-inline .datetimepicker-months table td a span,
.datetimepicker.datetimepicker-inline .datetimepicker-years table td,
.datetimepicker.datetimepicker-inline .datetimepicker-years table td span,
.datetimepicker.datetimepicker-inline .datetimepicker-years table td a span
{
    height: 40px; 
    line-height: 40px; 
    width: 40px; 
    padding:0px;
}

.gray-row td{
    background-color:#f2f2f2 !important;
    font-weight: bold
}

.admin-nav a,.ops-tab a{
    padding: 10px !important;
}

.nav li.alert-li{
    display: none;
}
.nav li.alert-li.active{
    display: block;
}

.treeview {
    max-height: 600px;
    overflow: auto;
}

.impersonation{
    color:blue !important;
}

ul.nav li i.fa-times-circle{
    position: absolute;
    right: 0;
    top: -5px;
    cursor: pointer;
}

ul.nav li.active i.fa-times-circle{
    display: block
}

ul.nav li i.fa-times-circle{
    display: none
}

ul.nav li a.alert-link {
    display: none;
}

.absolute-left-box{
    position: fixed;
    border: 1px solid #CCCCCC;
    border-left: none;
    border-top: none;
    border-bottom: none;
    height: 100%;
    padding-right: 20px;
    left: -11px;
    background-color:white;
}

.bs-callout-info{
    border-left-color:#1b809e !important;
}


.bs-callout{
    padding: 10px;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 350px;
    text-align: left;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    background-color: #ffffff;
    display: inline-block;
    cursor: pointer;
    width:100%;
}

red-span,.red-span{
    color:red;
}
red-span yellow-span,red-span .yellow-span,red-span green-span,red-span .green-span,red-span blue-span,red-span .blue-span{
    color:red !important;
}

yellow-span,.yellow-span{
    color:#dc9123;
}
yellow-span red-span,yellow-span .red-span,yellow-span green-span,yellow-span .green-span,yellow-span blue-span,yellow-span .blue-span{
    color:#dc9123 !important;
}

green-span,.green-span{
    color:#28c528;
}
green-span red-span,green-span .red-span,green-span yellow-span,green-span .yellow-span,green-span blue-span,green-span .blue-span{
    color:#28c528 !important;
}

blue-span,.blue-span{
    color:blue;
}
blue-span red-span,blue-span .red-span,blue-span yellow-span,blue-span .yellow-span,blue-span green-span,blue-span .green-span{
    color:blue !important;
}

.covid-19-div{
    border-bottom: 1px solid #d3d3d3;
    display: inline-block;
    width: 100%;
    padding: 3px;
}

.elementor-heading-title{
    font-weight: bold;
}
#termsModal p{
    font-size: 15px;
}

div.dt-button-background{
    z-index: 1041 !important;
}

.form-inline .form-control {
    display: block;
    width: 100%;
}

.form-inline .form-group {
    margin-bottom: 15px;
}

/* Styles go here */

#autocollapse.collapsed .navbar-header {
    float: none;
}
#autocollapse.collapsed .navbar-toggle {
    display: block;
}
#autocollapse.collapsed .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
#autocollapse.collapsed .navbar-collapse.collapse {
    display: none!important;
}
#autocollapse.collapsed .navbar-collapse.collapse.in {
    display: block !important;
}
#autocollapse.collapsed .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
}
#autocollapse.collapsed .navbar-nav>li {
    float: none;
}
#autocollapse.collapsed .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dataTables_show_query button,.dataTables_column_format button{
    background-color: #5ca7ff !important;
    color: blue !important;
}

.dataTables_show_query button,.dataTables_column_format button{
    background-color: #5ca7ff !important;
    color: blue !important;
}

/* tooltip hide */
.dataTables_scrollBody table>thead>tr>th>div.dataTables_sizing div.tooltip{
    display: none !important;
}

#gtp-filter-div{
    /* float:right;
    width:100%; */
    min-height:60px;
    margin-bottom: 10px;
    /* margin-top: -55px; */
}


/* Bootstrap button color defined */
.btn{
    border-radius: 2px !important;
}
.btn.active.focus
,.btn.active:focus
,.btn.focus
,.btn:active.focus
,.btn:active:focus
,.btn:focus
{ outline:none !important; }
 
button,a{outline:none !important;}

.btn-primary.active{
    background-color:#99CC4E !important;
    border-color:#99CC4E !important;
}
.btn-primary.active:hover{
    background-color:#7AA53E !important;
    border-color:#7AA53E !important;
}
.btn-primary,.btn-success,.fc-button-primary,.btn-primary.active.disabled{
    color:#fff !important;
    background-color:#00C1D5 !important;
    border-color:#00C1D5 !important;
}
.btn-primary:hover,.btn-success:hover,.fc-button-primary:hover,.btn-primary.active.disabled:hover{
    color:#fff !important;
    background-color:#02A0B0 !important;
    border-color:#02A0B0 !important;
}


.btn-secondary{
    color:#fff !important;
    background-color:#7F8C8D !important;
    border-color:#7F8C8D !important;
}
.btn-secondary:hover{
    color:#fff !important;
    background-color:#5B6566 !important;
    border-color:#5B6566 !important;
}

/* .btn-success{
    color:#fff !important;
    background-color:#99CC4E !important;
    border-color:#99CC4E !important;
}
.btn-success:hover{
    color:#fff !important;
    background-color:#7AA53E !important;
    border-color:#7AA53E !important;
} */

.btn-danger{
    color:#fff !important;
    background-color:#FF671F !important;
    border-color:#FF671F !important;
}
.btn-danger:hover{
    color:#fff !important;
    background-color:#D65011 !important;
    border-color:#D65011 !important;
}

.btn-warning{
    color:black !important;
    background-color:#F4C343 !important;
    border-color:#F4C343 !important;
}
.btn-warning:hover{
    color:black !important;
    background-color:#D6A72B !important;
    border-color:#D6A72B !important;
}

.btn-info{
    color:black !important;
    background-color:#99D6EA !important;
    border-color:#99D6EA !important;
}
.btn-info:hover{
    color:black !important;
    background-color:#85BBCD !important;
    border-color:#85BBCD !important;
}

.btn-light{
    color:black !important;
    background-color:#CCD1D1 !important;
    border-color:#CCD1D1 !important;
}
.btn-light:hover{
    color:black !important;
    background-color:#BABABA !important;
    border-color:#BABABA !important;
}

.btn-dark{
    color:#fff !important;
    background-color:#003C71 !important;
    border-color:#003C71 !important;
}
.btn-dark:hover{
    color:#fff !important;
    background-color:#002A4F !important;
    border-color:#002A4F !important;
}

.btn-link{
    color:#00C1D5 !important;
    background-color:#fff !important;
    border-color:#fff !important;
}
.btn-link:hover{
    color:#003C71 !important;
    background-color:#fff !important;
    border-color:#fff !important;
}

.btn:disabled{
    background-color:#7F8C8D !important;
    border-color:#7F8C8D !important;
}

a{
    color:#003C71;
}
a:hover{
    color:#003C71;
}

.slider-handle{
    background-image: linear-gradient(to bottom,#00C1D5 0,#00C1D5 100%);
}

.fa-expand.pull-right{
    color:#00C1D5 !important;
}
.rollingTimeDiv{
    /* width:100%;
    float:right; */
}

.dt-buttons button.dt-button,div.dt-button-collection button.dt-button.active:not(.disabled){
    color:#fff;
    background-color:#00C1D5;
}
.dt-buttons button.dt-button:hover
,.dt-buttons button.dt-button:active
,.dt-buttons button.dt-button:focus
,div.dt-button-collection button.dt-button.active:not(.disabled):hover
,div.dt-button-collection button.dt-button.active:not(.disabled):active
,div.dt-button-collection button.dt-button.active:not(.disabled):focus
{
    color:#fff;
    background-color:#02A0B0;
}

.dataTables_show_query button
,.dataTables_column_format button{
    color:black !important;
    background-color:#99D6EA !important;
}
.dataTables_show_query button:hover
,.dataTables_column_format button:hover{
    color:black !important;
    background-color:#99D6EA !important;
}

.pagination>.active>a
, .pagination>.active>a:focus
, .pagination>.active>a:hover
, .pagination>.active>span
, .pagination>.active>span:focus
, .pagination>.active>span:hover{
    color:#fff !important;
    background-color:#00C1D5 !important;
    border-color:#00C1D5 !important;
}
.pagination>li>a
, .pagination>li>span{
    color:#00C1D5;
}

.toast-success{background-color:#99CC4E !important;}
.toast-error{background-color:#ff671f !important;}
.toast-info{background-color:#99D6EA !important;}
.toast-warning{background-color:#F4C343 !important;}

input[type=submit]{
    color:#fff !important;
    background-color:#00C1D5 !important;
    border-color:#00C1D5 !important;
}

/* .dropdown-menu>.active>a
, .dropdown-menu>.active>a:focus
, .dropdown-menu>.active>a:hover
{
    background-color:#02A0B0 !important;
} */

.form-control:focus {
    border-color: #00C1D5;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #00C1D5;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #00C1D5
}

input[type=checkbox]{
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: relative;
    width: 13px;
    height: 13px;
    font-size: 10px;
}

input[type=checkbox]::after{
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 13px;
    height: 13px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: "";
    border-radius: 2px;
    border:1px solid #7F8C8D;
}
       
input[type=checkbox]:checked::after{
    border:1px solid #00C1D5;
    background-color: #00C1D5;
    color: #fff;
    content: "✓";
    font-size: 10px;
    font-weight: bold;
    line-height:12px;
}

input[type=checkbox]:checked:disabled:after{
    border:1px solid #7F8C8D;
    background-color: #fff;
    color: #000;
    content: "✓";
    font-size: 10px;
    font-weight: bold;
    line-height:12px;
}

/* input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 13px;
    height: 13px;
    appearance: none;
    position: relative;
    outline: none;
    top:0;
}
input[type=radio]:before {
    content: "";
    width: 13px;
    height: 13px;
    border: 1px solid #00C1D5;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
input[type=radio]:checked:before {
    content: "";
    width: 13px;
    height: 13px;
    border: 1px solid #00C1D5;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
input[type=radio]:checked:after {
    content: "";
    width: 7px;
    height: 7px;
    text-align: center;
    background: #00C1D5;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
} */

.multiselect-container.dropdown-menu{
    min-width:100%;
}

.bootstrap-dialog.type-default .modal-header{
    background-color:#F3C343;
}

::selection{
    color:#fff;background:#00C1D5;
}
::-moz-selection{
    color:#fff;background:#00C1D5;
}
::-webkit-selection{
    color:#fff;background:#00C1D5;
}

/* New Layui */
.NewLayuiRightFixed{
    overflow-x: auto;
}

/*Line*/
.space-nowrap{
    white-space: nowrap !important;
}

/*Column visibility*/
.table-responsive{
    overflow: unset !important;
}

/*Home > Filter*/
.outFilter{
    width: auto !important;
    margin-right:10px;
}
.outFilter-title{
    width:auto !important;
    margin-right:10px !important;
}
.outFilterBtn{
    float: right !important;
    margin-right:0px !important;
}

/* PLAT-2748 Spend Outside of Hospice Benefit Repot-Search bar issue */
.white-space-pre{
    white-space:pre !important;
}

.autoTextarea{
    min-height: 34px !important;
}

.dtfc-right-top-blocker,.dtfc-right-bottom-blocker{
    left:1px !important;
}

.left-careManagement-box{
    z-index:11 !important;
}

.dtfc-right-top-blocker{
    height:0px !important;
}
.dataTables_scroll.dtfc-has-left table.dataTable{
    border-left:0px !important;
}
.dataTables_scroll.dtfc-has-left table.dataTable tr th:first-child,.dataTables_scroll.dtfc-has-left table.dataTable tr td:first-child{
    border-left:1px solid #ddd !important;
}

.dataTables_scroll.dtfc-has-left table.dataTable tr th.dtfc-fixed-left:nth-child(1),.dataTables_scroll.dtfc-has-left table.dataTable tr td.dtfc-fixed-left:nth-child(1){
    z-index:5;
}
.dataTables_scroll.dtfc-has-left table.dataTable tr th.dtfc-fixed-left:nth-child(2),.dataTables_scroll.dtfc-has-left table.dataTable tr td.dtfc-fixed-left:nth-child(2){
    z-index:4;
}
.dataTables_scroll.dtfc-has-left table.dataTable tr th.dtfc-fixed-left:nth-child(3),.dataTables_scroll.dtfc-has-left table.dataTable tr td.dtfc-fixed-left:nth-child(3){
    z-index:3;
}
.dataTables_scroll.dtfc-has-left table.dataTable tr th.dtfc-fixed-left:nth-child(4),.dataTables_scroll.dtfc-has-left table.dataTable tr td.dtfc-fixed-left:nth-child(4){
    z-index:2;
}
table.dataTable tr:nth-of-type(odd) td.dtfc-fixed-left{
    background-color:#f9f9f9;
}
.outreach-badge{
    position: absolute;
    top: -10px;
    left: 100px;
    background-color: #FF671F;
    z-index: 1;
}

/* plat-3420 */
.dataTables_wrapper .dataTables_filter label{
    position: relative;
    line-height: 30px;
    width: 310px;
}
.dataTables_wrapper .dataTables_filter label .form-control{
    position: absolute;
    right: 0px;
}
.dataTables_wrapper .dataTables_filter label .glyphicon-remove{
    position: absolute;
    left:auto;
    right: 35px;
    line-height: 28px;
}
.dataTables_wrapper .dataTables_filter label .glyphicon-search{
    position: absolute;
    left:auto;
    right: 5px;
    line-height: 28px;
}
/* .align-tabRight-border{
    padding-right:15px;
} */

.patient-notices-icon{
    color:#fff !important;
    background-color:#D6A72B !important;
    border-color:#D6A72B !important;
    padding-left: 13px;
    padding-right: 13px;
    height:30px;
}
.patient-notices-icon:hover{
    color:#fff !important;
    background-color:#c49616 !important;
    border-color:#c49616 !important;
}
.patient-notices-icon .fa-exclamation{
    font-size: 18px;
}

/* plat-3414 */
.multiselect-100-percent-width .btn-group,.multiselect-100-percent-width .multiselect{
    width: 100% !important;
}
.multiselect-100-percent-width .multiselect-selected-text{
    text-align: left;
}
.multiselect-100-percent-width li.disabled.active a,.disabledMultiselect li.disabled a{
    background-color: #fff !important;
}

/* plat-3564 */
table.table-bordered tfoot:not(.showTableTfoot):not(.table-condensed){
    display: none !important;
}

/* plat-3558 */
input.simulateChecked[type="checkbox"]::after{
    background-color: rgb(255, 255, 255);
    color: #777;
    content: "✓";
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: #777;
    border-image: initial;
}

/* plat-3749 */
#worklists-tab .report-table th,#worklists-tab .report-table td {
    font-size: 14px;
}

/* plat-3810 */
.dataTables_wrapper .dt-button-collection{
    width:auto;
    min-width: 150px;
}
.dataTables_wrapper .dt-button-collection .buttons-columnVisibility{
    text-align: left;
}

/* plat-3870 */
.dataTables_wrapper .dt-buttons .dt-button-collection .buttons-columnVisibility .glyphicon{
    display:none !important;
}

/* plat-4164 */
.img-btn {
    width: 34px;
    height: 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.img-btn img {
    max-width: 60%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: invert(1) brightness(2);
    mix-blend-mode: screen;
}
.img-print-btn img {
    width: 14px;
    height: 12px;
    filter: invert(1) brightness(2);
    mix-blend-mode: screen;
}