/* Font- Icon Style */

@import url("../font/lnr-icon/style.css");

/* Fontawesome */

@import url("../font/font-awesome-4.7.0/css/font-awesome.min.css");
@font-face {
    font-family: 'FontAwesome';
    src: url('font/fontawesome-webfont.eot');
    src: url('font/fontawesome-webfont.woff') url('font/fontawesome-webfont.woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #F8F8F8;
    font-family: Arial, Helvetica, sans-serif;                                                           
}

.main-wraper {
    min-height: 100%;
}

body,
html {
    height: 100%;
}

a {
    color: #29adf7;
}

a:hover {
    color: #181d4c;
}

.sec-logo img {
    padding: 0px 8px;
}


/* ================
        Dashborad Header Start
 ==================*/

.top-header {
    background-color: #ffffff;
    padding: 1rem 0;
    box-shadow: 0 0 3px 0px #e8e8e8;
}

.userdropnav {
	right: 0px;
	padding: 0px 10px;
	border-left: 1px solid #e6e6e6;
}

.toplogos {
    position: relative;
}

.forhover {
    display: block;
}

.userpdrp {
	border: 0px !important;
	padding: 0;
	border-radius: 0px;
	background-color: #181d4c;
	top: 42px;
}

.userpdrp a {
    border-bottom: 1px solid #0f1335;
    padding: 0.6rem 1.5rem;
    color: #ffffff !important;
    font-size: 14px;
}

.userpdrp a:hover {
    background: #28adf7;
    border-bottom: 1px solid #28adf7;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #181d45;
}

.userpdrp .dropdown-item::before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 10px;
}

.userdropnav img {
    border: 1px solid #dedede;
    border-radius: 50px;
    padding: 1px;
}

.userdropnav a {
    color: #6B6B6B;
}

.mainnav {
    background-color: #181d4c;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.mainnav-item .nav-item .nav-link {
    color: #ffffff;
    padding: 10px;
    padding: 10px 15px;
}

.mainnav-item .nav-item:hover {
    background: #28adf7;
}

.mainnav-item .active {
    background-color: #28adf7;
}

.user-dropdown {
    margin: 0;
    padding: 0;
}

.user-dropdown li {
    list-style: none;
    text-align: right;
    float: left;
}
.user-dropdown li .notification{
    margin-right: 20px;
}
.user-dropdown li .notification i{
    font-size: x-large;
    color: #d8d8d8;
    line-height: 1.6;
    position: relative;
}
.user-dropdown li .notification i span.number{
    display: none;
}
.user-dropdown li .notification i.has_new{
    color: #28adf7;
}
.user-dropdown li .notification i.has_new span.number {
    position: absolute;
    right: 1px;
    top: 1px;
    display: block;
    font-size: small;
    background: white;
    border-radius: 50%;
    line-height: 1;
    padding: 0px 3px;
    color: black;
	list-style: none;
    text-align: right;
    font-size: 14px;
}
.mainnav-item .fa {
    padding-right: 4px;
}

.mbiicon .lnr-menu {
    color: #ffffff;
}

.mbiicon .lnr-cross {
    color: #ffffff;
}

.navbar-toggler>.lnr-cross {
    display: inline;
}

.navbar-toggler.collapsed>.lnr-cross,
.navbar-toggler:not(.collapsed)>.lnr-menu {
    display: none;
}

.userpdrp a.active {
    background: #28adf7;
    border-bottom: 1px solid #28adf7;
}

.chosen-container .chosen-results li.active-result {
    padding: 7px 10px;
    border-bottom: 1px solid #f7f7f7;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.userpdrp a:last-child{
    border-bottom: 0px;
}


/* ================
        Header End
 ==================*/


/* ================
        Login and forgot password Start
 ==================*/

.login-section {
    background-color: #F3F8FF;
    min-height: 100vh;
    color: black;
}

.login-form p {
    font-size: 12px;
    color: #545454;
}

.log_error {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
}

.log-sec {
    background-color: #ffffff;
    box-shadow: 0 0 11px 0px #00000033;
    -moz-box-shadow: 0 0 11px 0px #00000012;
    -webkit-box-shadow: 0 0 11px 0px #00000012;
    min-height: 26rem;
}

.login-form {
    background-color: #ffffff;
    padding: 36px 50px;
    text-align: center;
}

.l-blog-content h2 {
    color: #ffffff;
    font-weight: 500;
    font-size: 28px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.l-blog-content p {
    color: #ffffff;
    font-size: 13px;
    padding-right: 10px;
}

.login-blog {
    position: relative;
}

.login-blog::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(21, 146, 230, 0.95) 0%, rgba(21, 25, 74, 0.79) 100%);
    position: absolute;
}

.l-blog-content {
    position: absolute;
    top: 140px;
    left: 20px;
}

.login-logo {
    padding: 15px;
    text-align: center;
    line-height: 2rem;
    margin-bottom: 20px;
}

.login-logo img {
    width: 65%;
}

:focus {
    outline: none;
}

.loginipn {
    position: relative;
}

.loginipn input {
    background: none;
    color: #333333;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
    padding: 0px 0px 0px 40px;
}

.log-effect {
    border: 0;
    padding: 7px 0;
    border-bottom: 1px solid #cccccc;
}

.log-effect~.focus-border {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #3399ff;
    transition: 0.4s;
}

.log-effect:focus~.focus-border {
    width: 100%;
    transition: 0.4s;
    left: 0;
}

.loginbtn {
    background-color: #29aef7;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 4px #717171a1;
    -moz-box-shadow: 0 0 4px #717171a1;
    -webkit-box-shadow: 0 0 4px #717171a1;
    color: #ffffff;
    font-size: 18px
}

.dont-acc p {
    font-size: 11px;
    text-align: center;
    color: #7D7D7D;
}

.l-form .form-group {
    margin-bottom: 28px;
}

.l-icon {
    position: absolute;
    left: 7px;
    top: 3px;
}

.log-heading {
    margin-bottom: 30px;
}

.log-heading h2 {
    color: #545454;
    font-size: 2rem;
}

.dont-acc a {
    text-decoration: underline;
    color: #29aef7;
}

.loginbtn:hover {
    background-color: #171c4c;
    color: #ffffff;
}

.l-blog-content a {
    border: 1px solid #ffffff;
    padding: 7px 12px;
    font-size: 13px;
    background-color: white;
    color: #353535;
}

.l-blog-content a:hover {
    text-decoration: none;
}

.logContent {
    padding-top: 6rem;
}

.fogpas {
    text-align: right;
}

.dont-acnt {
    text-align: center;
    font-size: 15px;
    padding: 15px;
    color: #4A4A4A;
}

.fogpas a {
    font-size: 13px;
}

.f-from .form-group {
    margin-bottom: 1.5rem;
}

.f-butdev {
    margin-bottom: 1rem;
}

.mbtn {
    background-color: #ff981d;
    color: #ffffff;
}

.l-blog-content .lnr-chevron-right {
    position: relative;
    top: 2px;
}

.changePass input {
    border: 1px solid #cecece;
    padding: 6px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
}

.changePass ul li {
    font-size: 12px;
    font-weight: 100;
    color: #181d4c;
}

.changePass ul {
    margin: 10px 15px;
    padding: 0px;
}

.changePass tr th {
    padding-right: 10px;
    text-align: right;
}

.changePass table {
    margin: 0 auto;
    background-color: #f7f7f7;
    border-radius: 7px;
}

.changePass table tbody {
    padding: 100px 15px 15px;
    display: inline-block;
}


.changePass form{
    margin:10px 0px;
}

.changePass input[type=submit] {
    background-color: #30aff7;
    color: #ffffff;
    border: 0px;
}

.changePass label {
    font-size: 16px;
    font-weight: 100;
    color: #424242;
}

.Cpass {
    margin-top: 15px;
}

.changePass table tbody tr:nth-child(2) th {
    vertical-align: top;
    padding-top: 9px;
}

.changePass table tbody {
    position: relative;
}

.changePass table tbody:after {
    content: "";
    background-image: url(../images/changepass.svg);
    position: absolute;
    top: 20px;
    width: 121px;
    height: 61px;
    right: 18px;
    background-repeat: no-repeat;
}

.user_profile {
    width: 760px;
    margin: 0 auto;
    background-color: #f7f7f7;
    box-shadow: 0 0 3px 0px #00000024;
}

.user_profile tr th {
    border: 0px;
    font-weight: 100;
    padding: 25px;
    font-weight: 600;
    color: #484848;
}

.user_profile tr td {
    border: 0px;
    padding: 25px;
}

.user_profile .lnr {
    font-size: 22px;
    position: relative;
    top: -3px;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
    left: 0px;
    margin-right: 11px;
    vertical-align: middle;
}

.user_profile .fa-edit {
    cursor: pointer;
    background-color: #73bd5b;
    text-align: center;
    padding: 8px;
    color: #ffffff;
    border-radius: 20px;
    margin-right: 10px;
}

.user_profile .fa-save {
    cursor: pointer;
    background-color: #5b79bd;
    text-align: center;
    padding: 8px;
    color: #ffffff;
    border-radius: 20px;
    width: 33px;
}

.user_profile .fa-edit:before,
.fa-pencil-square-o:before {
    position: relative;
    left: 2px;
}

.user_profile .fa-save:before,
.fa-floppy-o:before {
    left: 1px;
    position: relative;
}

.user_profile tbody tr:hover .lnr {
    color: #ffffff;
    background-color: #28adf7;
}

.user_profile .lnr-user:before {
    position: relative;
    left: 1px;
}

.user_profile .lnr-envelope:before {
    position: relative;
    left: 1px;
    top: -2px;
}

.user_profile tbody tr:hover th {
    color: #28adf7;
}


/* ================
        Login and forgot password End
 ==================*/


/* ================
        RX Overview Start
 ==================*/

.main-t-heading {
    border-bottom: 1px solid #DFDFDF;
    padding-top: 10px;
}

.main-t-heading h2 {
    color: #011D4C;
    font-weight: 600;
    font-size: 28px;
}

.overview-dev {
    margin-top: 15px;
}

.maincard {
    background-color: #ffffff;
    min-height: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
    position: relative;
    margin-bottom: 20px;
    border: 0px;
    border-radius: 10px;
}

.maincard .card-header {
    padding: 1rem 1rem 0;
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: 0px;
}

.maincard .card-header h3 {
    border-bottom: 1px solid #E5E5E5;
    color: #28ADF7;
    font-size: 17px;
    padding-bottom: 10px;
}

.addrowDev .form-group {
    padding: 0px 5px;
}

.maincard .card-header h3 {
    position: relative;
}

.maincard .card-header h3::before {
    content: "";
    background-color: #28adf7;
    width: 99px;
    height: 3px;
    position: absolute;
    bottom: -2px;
}

.maincard .card-header:first-child {
    border-radius: 10px;
}

.costtable thead tr th {
    border: 0px;
}

.costtable tbody tr td {
    padding: 2px 7px;
    vertical-align: top;
    vertical-align: top;
    border: 0px;
    font-size: 13px;
    color: #4E4E4E;
}

.maincard .card-body {
    padding-top: 0px;
    padding-bottom: 1rem;
}

.costtable th {
    padding: 3px 7px;
    font-size: 14px;
    border-bottom: 1px solid #d0d0d0 !important;
    color: #4B4B4B;
}

.costtable tbody {
    display: block;
    height: 150px;
    overflow: auto;
}

.costtable thead {
    display: inline-table;
    width: 100%;
    table-layout: fixed;
}

.costtable tbody tr {
    display: inline-table;
    width: 100%;
    table-layout: fixed;
}

.costtable thead {
    width: calc( 100% - 0em)
}

.costtable tbody::-webkit-scrollbar {
    background-color: #ffffff;
    width: 14px
}

.costtable tbody::-webkit-scrollbar-track {
    background-color: #ffffff;
}

.costtable tbody::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #ffffff;
}

.costtable tbody::-webkit-scrollbar-button {
    display: none
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}

.progress-custom {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.progress-custom .progress {
    margin-bottom: 0;
    display: flex;
    vertical-align: middle;
}

.progress-custom .progress-value {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    padding: 0 4px;
}

.cost-ref {
    background-color: transparent !important;
}

.pre-dea-table tbody {
    min-height: 400px;
    overflow: auto;
    display: block;
}

footer {
    background-color: #eeeeee;
    padding: 10px 0;
    text-align: right;
    font-size: 14px;
    padding-bottom: 8px;
    margin-top: 10px;
}

.fotertext {
    color: #b3b3b4;
}


/* ================
        RX Overview End
 ==================*/


/* ================
        Claim Manager Start
 ==================*/

.human-body {
    text-align: center;
}

.human-body {
    position: relative;
}

.b-back {
    position: absolute;
    top: 42%;
    left: 47%;
}

.bmain {
    box-shadow: 1px 3px 2px 0px #00000026;
    border-radius: 50%;
    -webkit-box-shadow: 1px 3px 2px 0px #00000026;
    -moz-box-shadow: 1px 3px 2px 0px #00000026;
}

.b-shoulder {
    position: absolute;
    top: 21%;
    left: 57%;
}

.b-neck {
    position: absolute;
    top: 15%;
    left: 48%;
}

.b-elbow {
    position: absolute;
    top: 36%;
    left: 38%;
}

.b-wrist {
    position: absolute;
    top: 45%;
    left: 60%;
}

.b-knee {
    position: absolute;
    top: 67%;
    left: 43%;
}

.b-hand {
    position: absolute;
    top: 50%;
    left: 35%;
}

.b-feet {
    position: absolute;
    top: 85%;
    left: 44%;
}

.b-elbow-data {
    background-color: #328f2f;
    border-radius: 50%;
    height: 2.5rem;
    width: 2.5rem;
    text-align: center;
    vertical-align: middle;
    line-height: 2.4em;
}

.b-feet-data {
    background-color: #e92017;
    border-radius: 50%;
    height: 2.5rem;
    width: 2.5rem;
    text-align: center;
    vertical-align: middle;
    line-height: 2.4em;
}

.b-neck .b-persent {
    font-size: 0.7rem;
}

.b-neck-data {
    background-color: #6d6d6d;
    border-radius: 50%;
    height: 2.5rem;
    width: 2.5rem;
    text-align: center;
    vertical-align: middle;
    line-height: 2.4em;
}

.b-hand-data {
    background-color: #9854a4;
    border-radius: 50%;
    height: 2.5rem;
    width: 2.5rem;
    text-align: center;
    vertical-align: middle;
    line-height: 2.2em
}

.b-shoulder-data {
    background-color: #aa5526;
    border-radius: 50%;
    height: 2.7rem;
    width: 2.7rem;
    text-align: center;
    vertical-align: middle;
    line-height: 2.6rem;
}

.b-wrist-data {
    background-color: #ff5dad;
    border-radius: 50%;
    height: 2.5rem;
    width: 2.5rem;
    text-align: center;
    vertical-align: middle;
    line-height: 2.4em;
}

.b-knee-data {
    background-color: #ff7e00;
    border-radius: 50%;
    height: 2.6rem;
    width: 2.6rem;
    text-align: center;
    vertical-align: middle;
    line-height: 2.6rem;
}

.b-shoulder-data .b-persent {
    font-size: 12px;
}

.b-elbow-data .b-persent {
    font-size: 0.7rem;
}

.b-wrist-data .b-persent {
    font-size: 0.7rem;
}

.b-hand-data .b-persent {
    font-size: 0.7rem;
}

.b-knee-data .b-persent {
    font-size: 0.8rem;
}

.b-feet-data .b-persent {
    font-size: 0.7rem;
}

.b-back-data {
    background-color: #2481b9;
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    text-align: center;
    vertical-align: middle;
    line-height: 3rem;
}

.b-persent {
    color: #ffffff;
    font-size: 12px;
}

.b-persent:hover {
    color: #ffffff;
}

.fut-care div {
    text-align: left !important;
    padding: 4px 0px;
    color: #757575;
}

.page-heading {
    padding-top: 10px;
}

.page-heading h4 {
    font-size: 18px;
    color: #181d4c;
    margin-bottom: 12px;
}

.elbsurgry div span {
    background-color: #4BAC48;
}

.hsurgs div span {
    background-color: #9854A4;
}

.knesurgry div span {
    background-color: #FF7E00;
}

.bksurgs div span {
    background-color: #2481B9;
}

.shsurgry div span {
    background-color: #aa5526;
}

.wrisurgry div span {
    background-color: #ff5dad;
}

.neksurgry div span {
    background-color: #6d6d6d;
}

.feetsurgry div span {
    background-color: #e92017;
}

.surgtd div span {
    margin: 2px;
    display: inline-block;
    color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 3px 0px #0000004a;
    -webkit-box-shadow: 0 0 6px 0px #00000030;
    -moz-box-shadow: 0 0 3px 0px #0000004a;
    width: 25px;
    text-align: center;
    padding: 0px 0px;
    line-height: 25px;
}

.surg-table tbody tr td {
    padding: 10px 7px;
}

.surg-table tbody {
    height: 210px;
}


/* ================
        Claim Manager End
 ==================*/


/* ================
        Analytic Powered Reserve Start
 ==================*/

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

.myaccordion li+li {
    margin-top: 10px;
}

.acrd-icon {
    position: absolute;
    right: 0px;
}

.acrd-icon {
    color: #9A9A9A;
    font-size: 25px !important;
}

.f-acrd {
    position: relative;
    cursor: pointer;
}

.form-card .form-group label {
    font-size: 12px;
    color: #4c4c4c;
    margin-bottom: 2px;
}

.form-card .form-group .form-control {
    font-size: 12px;
}

.inpreq {
    color: red;
}

.toltipicon {
    color: #8c8c8c;
}

.reqdev span {
    font-size: 12px;
    color: #484848;
}

.reqdev {
    margin: 3px 0px;
    color: #757575;
}

.seched {
    color: #464646;
}

#accordion .maincard {
    margin-bottom: 10px;
}

.chartt-head {
    margin-bottom: 0;
}

.f-checkbox .form-check-inline {
    font-size: 12px;
    color: #424242;
    margin-bottom: 7px !important;
    margin-right: 0px;
}

.addicon {
    background-color: #4bac48;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 24px;
    height: 32px;
    width: 32px;
    padding: 6px;
}

.minusicon {
    background-color: red;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 24px;
    height: 32px;
    width: 32px;
    padding: 6px;
}

.submintDev button {
    background-color: #ff981d;
    color: #ffffff;
    padding: 10px 60px;
    box-shadow: 0 0 5px 1px #04040429;
    -webkit-box-shadow: 0 0 5px 1px #04040429;
    -moz-box-shadow: 0 0 5px 1px #04040429;
}

.submintDev {
    margin-bottom: 6px;
}

.addrowDev {
    padding-left: 8px;
}

.requrl a {
    font-size: 12px;
    color: #181d4c;
    text-decoration: underline;
    padding-bottom: 10px;
    display: inline-block;
}

.ref-dev {
    padding: 10px 0px;
    font-weight: 600;
    color: #181d4c;
}

.submintDev button:hover {
    background-color: #181d4c;
    color: #ffffff;
}

.addser {
    background-color: #37b5f7;
}

.addser h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px;
}

.tnx-text {
    background-color: #f9f9f9a3;
    padding: 8px;
    font-size: 15px;
    color: #464646;
}

.thanskBody .form-group .form-check-label {
    font-size: 14px;
}


/* ================
        Analytic Powered Reserve End
==================*/


/* ================
        MSA Performance Start
==================*/

.tdatafot td {
    padding: 0px 2px;
    border: 0px;
}

.msatable tr td {
    padding: 1px 6px;
    font-size: 14px;
    text-align: center;
}

.conpayturn {
    background-color: #ff981d;
}

.posRel {
    position: relative;
}

.redLine {
    width: 1px;
    height: 100%;
    z-index: 1001;
    background-color: red;
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 33%;
}

.posRel2 {
    position: relative;
}

.redLine2 {
    width: 1px;
    height: 100%;
    z-index: 1001;
    background-color: red;
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 11%;
}

.msatable2 tr th {
    padding: 6px;
    text-align: center;
    font-size: 13px;
    border-bottom: 0px !important;
    background-color: #e2e2e2;
}

.tfpagina .page-item .page-link {
    padding: 4px;
    border-radius: 0px !important;
    font-size: 12px;
}

.tfpagina {
    margin-top: 20px;
    text-align: center;
    display: inline-flex;
}

.cr-active {
    background-color: #efefef;
    color: #28adf7;
}

.msatable tr td:first-child {
    cursor: pointer;
}

.msatable tr td:first-child:hover {
    color: #28adf7;
    text-decoration: underline;
}

.msatable tr td:first-child:hover .cr-active {
    color: #ffffff !important;
}

.ybg span {
    background-color: #ff981d;
    color: #ffffff;
    padding: 4px;
    border-radius: 4px;
    width: 37px;
    display: inline-block;
    text-align: center;
}

.bbg span {
    background-color: #007bff;
    color: #ffffff;
    padding: 4px;
    border-radius: 4px;
    width: 37px;
    display: inline-block;
    text-align: center;
}

.gbg span {
    background-color: #28a745;
    color: #ffffff;
    padding: 4px;
    border-radius: 4px;
    width: 37px;
    display: inline-block;
    text-align: center;
}

.acntadmtb tbody tr td {
    padding: 5px;
}

.maditable tbody tr td {
    padding: 5px 0px;
}

.fa-sort {
    cursor: pointer;
}

.masrpdash {
    height: 46px;
    height: 46px;
    margin-bottom: 10px;
}

.updatemsa {
    height: 46px;
}

.masrpdash .nav-tabs .nav-item a {
    padding: 10px 25.1px;
    border-radius: 0px;
    color: #525252;
    font-weight: 500;
    text-align: center;
}

.masrpdash .card-header-tabs .active {
    color: #ffffff !important;
    border-radius: 0px;
    background-color: #28adf7;
}

.masrpdash .menu_box_0_pad {
    overflow-y: hidden;
}


/* Menu Bar Scroll */

.masrpdash .menu_box_0_pad::-webkit-scrollbar {
    width: 14px;
    height: 10px;
}

.masrpdash .menu_box_0_pad::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.masrpdash .menu_box_0_pad::-webkit-scrollbar-thumb {
    background: #34adf7;
    border: 0px dotted #1126a8;
    border-radius: 50px;
}

.masrpdash .menu_box_0_pad::-webkit-scrollbar-thumb:hover {
    background: #34adf7;
}

.masrpdash .menu_box_0_pad::-webkit-scrollbar-thumb:active {
    background: #1b7fbb;
}

.masrpdash .menu_box_0_pad::-webkit-scrollbar-track {
    background: #fff;
    border: 2px solid #34adf7;
    border-radius: 50px;
}

.masrpdash .menu_box_0_pad::-webkit-scrollbar-track:hover {
    background: #fff;
}

.masrpdash .menu_box_0_pad::-webkit-scrollbar-track:active {
    background: #ffffff;
}

.masrpdash .menu_box_0_pad::-webkit-scrollbar-corner {
    background: transparent;
}


/* End Menu Bar Scroll */

.card-header-tabs {
    margin: 0px;
    width: max-content;
    overflow: hidden;
}

.masrpdash .nav-tabs .nav-item {
    background: #e2e2e2;
}

.masrpdash .card-header-tabs .active {
    position: relative;
}

.masrpdash .nav-tabs .nav-item {
    position: relative;
    margin-right: 23px;
}

.masrpdash .nav-tabs .nav-item a::after {
    content: '';
    right: -33px;
    top: 11px;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 22px solid #e2e2e2;
    clear: both;
    position: absolute;
    transform: rotate(90deg);
    z-index: 1;
}

.masrpdash .nav-tabs .nav-item .active::after {
    content: '';
    right: -33px;
    top: 11px;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 22px solid #28adf7 !important;
    clear: both;
    position: absolute;
    transform: rotate(90deg);
    z-index: 1;
}

.masrpdash .nav-tabs .nav-item a::before {
    content: '';
    left: -22px;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 22px solid #e2e2e2;
    clear: both;
    position: absolute;
    border-top: 22px solid #e2e2e2;
    z-index: 0;
}

.masrpdash .card-header-tabs .active::before {
    content: '';
    left: -24px;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 22px solid #28adf7 !important;
    clear: both;
    position: absolute;
    z-index: 1;
    border-top: 22px solid #28adf7 !important;
}

.masrpdash .nav-tabs .nav-item:first-child a::before {
    content: none;
}

.masrpdash .nav-tabs .nav-item:last-child a::after {
    content: none;
}

.tabcheckcss {
    background: #28adf7;
    color: #ffffff !important;
}

.activeusertab {
    background: #5cb4bd;
    color: #ffffff !important;
}

.activeusertab::before {
    content: '';
    left: -24px;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 22px solid #5cb4bd !important;
    clear: both;
    position: absolute;
    z-index: 1;
    border-top: 22px solid #5cb4bd !important;
}

.activeusertab::after {
    content: '';
    right: -33px;
    top: 11px;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 22px solid #5cb4bd !important;
    clear: both;
    position: absolute;
    transform: rotate(90deg);
    z-index: 1;
}

.tabcheckcss::before {
    content: '';
    left: -24px;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 22px solid #28adf7 !important;
    clear: both;
    position: absolute;
    z-index: 1;
    border-top: 22px solid #28adf7 !important;
}

.tabcheckcss::after {
    content: '';
    right: -33px;
    top: 11px;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 22px solid #28adf7 !important;
    clear: both;
    position: absolute;
    transform: rotate(90deg);
    z-index: 1;
}

.masrpdash .nav-tabs .nav-item:last-child {
    margin-right: 0px;
}

.editmsapop .nav-tabs .nav-item .nav-link {
    padding: 10px 5.9px;
}

.editmsapop {
    height: 46px;
}

.editmsapop .nav-tabs .nav-item {
    min-width: 113px;
}
.masrpdash .nav-tabs .nav-item a:hover,.masrpdash .nav-tabs .nav-item a.active:hover{
    cursor: not-allowed;
}

.masrpdash .nav-tabs .nav-item a.activeusertab:hover{
    cursor: pointer;
}


/* ================
        MSA Performance End
==================*/


/* ================
 		Filter Data Section First
 ==================*/

.itemside {
    min-height: 50px;
    margin-bottom: 0px;
}

.itemside .text-wrap {
    padding-left: 15px;
    padding-right: 7px;
}

.itemside .text-wrap h5 {
    margin-bottom: 0px;
    font-size: 1rem;
    font-weight: 600;
    color: #616161;
}

.paid-amu {
    font-size: 1.3rem;
    margin-bottom: 0rem;
    color: #28adf7;
    font-weight: 600;
    margin-top: 10px;
}

.checkclm {
    padding-left: 18px;
}

.checkclm .form-check-inline {
    margin: 0;
    padding-top: 8px;
}


/* ================
 Filter Data Section second
 ==================*/

.cart-header {
    padding: 1rem 1.25rem;
    background-color: #3192ff;
    color: #ffffff;
}

.dia-count {
    color: #ffffff;
    background-color: #3c3c3c;
    width: 4rem;
    padding: 0.4rem;
}

.cart-header h5 {
    margin-bottom: 0rem;
}

.claimDeatils {
    margin: 1rem 0rem;
}

.user-pro-blod {
    margin: 0px;
    padding: 0px;
    height: 12rem;
    overflow-y: scroll;
}

.user-pro-blod li {
    list-style: none;
    border-bottom: 1px solid #f7f7f7;
    padding: 0.3rem 0.7rem;
    font-size: 0.9rem;
    color: #4a4a4a;
}

.user-pro-blod li:nth-child( odd) {
    background-color: #f7f7f7;
}

.scrollbar::-webkit-scrollbar {
    background-color: #ffffff;
    width: 14px
}

.scrollbar::-webkit-scrollbar-track {
    background-color: #ffffff;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #ffffff;
}

.scrollbar::-webkit-scrollbar-button {
    display: none
}

.bgbox {
    padding: 1rem 1rem;
    display: block;
    background-color: #ffffff;
    border-radius: 0.2rem;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.09);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.09);
}

.user-spe {
    display: block;
    background-color: #ffffff;
    border-radius: 0.2rem;
    border: 0px;
    border: 1px solid #eaeaea;
}

.backcard {
    margin-bottom: 15px;
}


/* ================
Claim Id Search Form
 ==================*/

.chosen-container {
    width: 100% !important;
}

.chosen-container-single .chosen-single {
    background-color: #ffffff !important;
    padding: 10px !important;
    height: auto !important;
    box-shadow: none !important;
    border: 1px solid #cecece !important;
}

.clm-text {
    color: #333333;
    font-size: 13px;
}

.chosen-single span {
    font-size: 16px;
}


/* ================
 Filter Data Section Thired
 ==================*/

.grap-head {
    background-color: #f7f7f7;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

.grap-head h4 {
    margin-bottom: 0px;
    font-size: 1rem;
    font-weight: 600;
    color: #3192ff;
}

.past-bar {
    margin: 0.5rem 0;
}

.nextsub {
    position: relative;
}

.cstmnext {
    position: absolute;
    top: 13px;
    right: 37px;
    font-size: 17px;
}

.form-check-inline input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-check-inline {
    position: relative;
    cursor: pointer;
}

.form-check-inline label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #afafaf;
    padding: 8px 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 3px;
    margin-top: 0;
    top: -1px;
    border-radius: 3px;
}

.form-check-inline input:checked+label:before {
    background-color: #37b5f7;
    border: 1px solid #37b5f7;
}

.form-check-inline input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.sections4_ceck {
    padding-left: 11px;
    margin-top: 26px;
}

.pagination {
    list-style: none;
    display: inline-block;
    padding: 0;
}

.pagination li {
    display: inline;
    text-align: center;
}

.page-item.active .page-link {
    background-color: #34aff7;
    border-color: #34aff7;
}

.pagination a {
    float: left;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 12px;
    margin-left: -1px;
    border: 1px solid #0000001a;
    line-height: 1.5;
}

.pagination a:active {
    outline: none;
}

.modalpg a {
    margin: 0 2px;
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 19px;
    border-radius: 100%;
    background-color: #30aff7;
    transform: translateY(0);
    transition: all .3s ease-out;
    font-size: 11px;
}

.modalpg a.prev {
    border-radius: 50px 0 0 50px;
    width: 25px;
    font-size: 12px;
    padding-top: 1px;
}

.modalpg a.next {
    border-radius: 0 50px 50px 0;
    width: 25px;
    font-size: 12px;
    padding-top: 1px;
}

.modalpg a:hover {
    background-color: #181d4c;
    color: #ffffff;
}

.modalpg a.activepagi,
.modalpg a:active {
    background-color: #181d4c;
}


/* ================
        Form Builder CSS Start
==================*/

.formio-clickable h4 {
    border-bottom: 1px solid #E5E5E5;
    color: #28ADF7;
    font-size: 17px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px !important;
}

.formio-clickable h4::before {
    content: "";
    background-color: #28adf7;
    width: 99px;
    height: 3px;
    position: absolute;
    bottom: -2px;
}

.formio-component-columns .formio-component .control-label {
    font-size: 14px;
    color: #4c4c4c;
    margin-bottom: 2px;
}

.formio-component-columns .formio-component input {
    font-size: 12px;
}

.formio-component-columns {
    margin-top: 10px;
}

.formio-component-columns .choices .form-control {
    font-size: 12px;
}

.formio-component-columns .flatpickr-input {
    border-radius: .25rem !important;
}

.formio-component-datetime .input-group-addon {
    position: absolute;
    right: 7px;
    top: 4px;
    color: #888888;
}

.formio-component .table {
    margin-top: 10px;
}

.formio-button-remove-row {
    background-color: red;
    border: 0px;
}

.formio-button-add-row {
    background-color: green;
    border: none;
}

.formio-component .datagrid-table tr td {
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 100;
    border: 0px;
}

.formio-component .datagrid-table tr th {
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 100;
    border: 0px;
}

.formio-component .datagrid-table .formio-choices {
    width: 150px;
}

.formio-component .table {
    border: 0px;
}

.formio-component label {
    display: block;
}

.formio-component .choices__item--selectable {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    padding-top: 4px;
}

.formio-component .choices__item--selectable .choices__button {
    display: none;
}

.formio-component .choices__list--dropdown .choices__item {
    padding: 5px;
    font-size: 12px;
}

.formio-component .has-feedback .form-control {
    padding: 1px 8px;
    height: 30px;
}

.formio-form {
    margin-top: 15px;
}

.dcheckbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.dcheckbox label {
    position: relative;
    cursor: pointer;
}

.dcheckbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #34aff7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.dcheckbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 6px;
    height: 11px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.dcheckbox input:checked+label:before {
    background-color: #34aff7;
}

.dcheckbox input:disabled+label:before {
    background-color: #b1afaf;
    border: 2px solid #b1afaf;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    font-size: 14px;
    background-color: white;
}

.btn-default:hover {
    color: #181d4c !important;
}

.form-control.flatpickr-input {
    border-radius: 4px !important;
    font-size: 12px;
    text-transform: uppercase;
}

.formio-component-fieldset .card-body {
    padding: 0px;
}

.formio-component-fieldset {
    margin-bottom: 0px;
}

.formio-component-fieldset legend {
    font-size: 16px;
    color: #181d4c;
    margin-bottom: 0px;
}

.formio-component-textfield label {
    font-size: 12px;
}

.formio-button-remove-row {
    background-color: #ff6161;
    border: none !important;
    padding: 0px;
    width: 29px;
    height: 29px;
}

.formio-button-remove-row .fa-times-circle-o::before {
    content: "\f014" !important;
}

/*.formio-component-datagrid .table tbody tr:first-child .formio-button-remove-row {
    display: none !important;
    background: #b7b7b7;
}*/

.closingtarea {
    margin-top: 15px;
}

.formio-component-checkbox .form-check-label {
    position: relative;
    margin: .5rem;
    font-family: Arial, sans-serif;
    line-height: 135%;
    cursor: pointer;
}

.formio-component-checkbox .form-check-input {
  position: relative;
  top: 0.2rem;
  margin: 0 0.6rem 0 0;
  cursor: pointer;
}

.formio-component-checkbox .form-check-input:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    left: 0.1175rem;
    top: 0.125rem;
    z-index: 1;
    width: 0.75rem;
    height: 0.375rem;
    border: 2px solid #ffffff;
    border-top-style: none;
    border-right-style: none;
}

.formio-component-checkbox .form-check-input:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

.formio-component-checkbox .form-check-input:after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: #ffffff;
    border: 1px solid #7b7b7b;
    cursor: pointer;
    border-radius: 3px;
}

.formio-component .form-check {
    padding-left: 0px !important;
}

.formio-component-checkbox .form-check-input:checked:after {
    background: #30aff7;
    border: 1px solid #30aff7;
}

.treat_narr_text {
    margin-top: 18px;
}

.treat_narr_text label {
    color: #181d4c !important;
    font-size: 18px !important;
    margin-bottom: 10px !important;
}

.CMS_case {
    margin-top: 10px;
}


/* ================
        Form Builder CSS Start
==================*/

/* ================
        MSA Performance Start
==================*/

.form-group select option {
    color: #5d5b5b;
    padding: 0 24px;
    font-size: 16px;
    margin: 10px;
    text-indent: 15px;
}

.selectone label {
    padding-top: 4px;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #28adf7;
    border-color: #28adf7;
}

.formobileicon {
    color: #ffffff;
    font-size: 24px;
    padding: 0px;
}

.mbiicon {
    padding: 5px 15px;
    background: #3db5f7;
    border-radius: 0px;
    font-size: 25px;
}

.conditionalhead {
    background-color: #FF981D !important;
    border-radius: 10px 10px 0px 0px !important;
    color: #ffffff;
}

.conditionalhead h4 {
    font-size: 17px;
    text-align: center;
    padding-bottom: 10px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.CTurnaround {
    background-color: #185933 !important;
    border-radius: 10px 10px 0px 0px !important;
    color: #ffffff;
}

.CTurnaround h4 {
    font-size: 17px;
    text-align: center;
    padding-bottom: 10px !important;
}

.CMTurnaround {
    background-color: #181D4C !important;
    border-radius: 10px 10px 0px 0px !important;
    color: #ffffff;
}

.CMTurnaround h4 {
    font-size: 17px;
    text-align: center;
    padding-bottom: 10px !important;
}

.MSAPheading h3 {
    color: #011D4C;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0px;
}

.claim-date {
    margin: 0px;
    padding: 0px;
    padding-top: 18px;
}

.claim-date li {
    list-style: none;
    padding-bottom: 15px;
}

.claim-date li span {
    color: #5f5f5f;
    font-size: 13px;
}

.claim-date li strong {
    color: #404040;
    font-size: 12px;
}

.cond-Pay {
    padding: 28px 0px;
}

.claim-date {
    padding-left: 10px;
}

.workdays_dev .progress {
    width: 100px;
    height: 100px;
    background: none;
    position: relative;
}

.workdays_dev .progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #F1F1F1;
    position: absolute;
    top: 0;
    left: 0;
}

.workdays_dev .progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.workdays_dev .progress .progress-left {
    left: 0;
}

.workdays_dev .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.workdays_dev .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.workdays_dev .progress .progress-right {
    right: 0;
}

.workdays_dev .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.workdays_dev .progress .progress-value {
    position: absolute;
    top: 24px;
    left: 0;
    text-align: center;
}

.progressbar_CPT {
    color: #FF981D;
}

.progressbar_CBIT {
    color: #185933;
}

.progressbar_CMST {
    color: #181d4c;
}

.cname {
    font-weight: 600;
    font-size: 15px;
    color: #413F3B;
}

.cdays {
    color: #413F3B;
    font-size: 14px;
}

.cond-Pay .lnr-calendar-full {
    color: #737373;
    font-size: 15px;
    position: relative;
    top: 2px;
    box-shadow: 0 0 6px 0px #0000001a;
    -webkit-box-shadow: 0 0 6px 0px #0000001a;
    -moz-box-shadow: 0 0 6px 0px #0000001a;
}

.total_MSA {
    margin: 0px;
    padding: 0px;
}

.total_MSA li {
    list-style: none;
    background-color: #ffffff;
    margin-bottom: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.09);
    padding: 10px;
}

.workdays_dev .maincard {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.09);
    margin-bottom: 0px;
}

.total_MSA li:last-child {
    margin-bottom: 0px;
}

.to-head {
    font-weight: 600;
    margin-bottom: 6px;
    margin-left: 15px;
    color: #5d5d5d;
}

.to-amount {
    font-weight: 600;
    margin-left: 15px;
    color: #28ADF7;
    font-size: 18px;
}

.bgk-info {
    background-color: white;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.09);
    padding: 20px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.09);
}

.cbgheading {
    margin-top: 20px;
}

.bgk-info .to-head {
    margin-bottom: 15px;
}

.medi_table tr td {
    padding: 10px 5px !important;
}

.chosen-container-single .chosen-single {
    line-height: 16px !important;
}

.chosen-container-single .chosen-single div {
    top: 8px !important;
}

.callmeTop {
    background-color: #28adf7;
    float: right;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 8px 0px #00000033;
    -webkit-box-shadow: 0 0 8px 0px #00000033;
    -moz-box-shadow: 0 0 8px 0px #00000033;
}

.callmeTop i .lnr {
    position: relative;
    top: 2px;
}


/* ================
        MSA Performance End
==================*/


/* ================
        Common CSS
==================*/

.js-icd-list-form .modal-header {
    background-color: #f1f1f1;
    border: 0px;
    border-radius: 0px;
}

.js-icd-list-form .close {
    position: absolute;
    right: 4px;
    top: 4px;
    background-color: #232323;
    opacity: 1;
    color: #ffffff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 3px;
    text-align: center;
    text-align: center;
    padding: 8px;
    font-weight: 100;
    box-shadow: 0 0 5px 0px black;
    border: 2px solid #ffffff;
}

.modal-header .close {
    margin: -1rem -1rem -1rem auto;
    position: absolute;
    right: 4px;
    top: 4px;
    background-color: #232323;
    opacity: 1;
    color: #ffffff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 3px;
    text-align: center;
    text-align: center;
    padding: 9px;
    font-weight: 100;
    box-shadow: 0 0 5px 0px black;
    border: 2px solid #ffffff;
}

.js-red-book-form .modal-header {
    background-color: #f1f1f1;
    border: 0px;
}

.js-red-book-form .close {
    position: absolute;
    right: 4px;
    top: 4px;
    background-color: #232323;
    opacity: 1;
    color: #ffffff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 3px;
    text-align: center;
    text-align: center;
    padding: 8px;
    font-weight: 100;
}

.btn-info {
    background-color: #30aff7;
    border-color: #30aff7;
    padding: 4px 10px;
    font-size: 15px;
}

.btn-info:hover {
    background-color: #181d4c;
    border-color: #181d4c;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    background-color: #181d4c;
    border-color: #181d4c;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
    text-align: center !important;
}

.ajs-ok {
    background-color: red;
    border: 0px;
    color: #ffffff;
    border-radius: 3px;
}

.ajs-cancel {
    background-color: #31982f;
    border: 0px;
    color: #ffffff;
    border-radius: 3px;
}

.alertify .ajs-body {
    min-height: 56px;
    text-align: center;
}

.btn-primary {
    background-color: #30aff7;
    border-color: #30aff7;
}

.btn-primary:hover {
    background-color: #181d4c;
    border-color: #181d4c;
}

.btn-default {
    border: 1px solid #d2d2d2;
}

.dataTables_wrapper {
    padding-top: 10px;
}

.modal-content {
    border: 0px;
}

.dataTables_info {
    font-size: 14px;
}

.dataTable thead tr th {
    border: 0px;
    background-color: #f1f1f1;
    font-size: 14px;
    border-bottom: 0px;
}

.dataTable tbody tr td {
    font-size: 14px;
}

.twoActionBtn {
    display: flex;
}

#id_enumerated_value {
    height: 80px;
}

#addNewRule .modal-header {
    padding: 10px 22px;
    background: whitesmoke;
    border-radius: 0px;
    border-bottom: 0px;
}

#addNewRule .modal-header .modal-title {
    font-size: 20px;
    color: #424242;
}

#addNewRule .modal-footer {
    border: 0px;
    padding: 10px 20px;
}

#addNewRule .modal-content {
    border-radius: 0px;
}

.viewBTN {
    color: #188616;
    border: 1px solid #188616;
    padding: 0px 10px;
    font-size: 14px;
}

.component-settings .nav>li>a {
    padding: 9px 9px !important;
    border-radius: 0px;
    border: 0px;
}

.formio-component .tab-content {
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid #e2e2e2;
    border-top: 0px;
}

.formio-component .nav-tabs {
    border: 1px solid #dee2e6;
    background-color: #f7f7f7;
}

.formio-clickable h3 {
    font-size: 17px;
}

.clienUser span {
    color: #28adf7;
}

.forcastSpan {
    font-size: 12px;
    color: #6f6f6f;
}

.clienUser {
    padding-top: 8px;
}

.rxIcon {
    color: #28ADF7 !important;
}

.OverviewTab {
    background-color: #f8f8f8;
}

.MainTabDiv {
    border: 0px;
}

.MainTabDiv .card-header-tabs .active {
    color: #181d4c;
    background-color: #f7f7f7 !important;
    border-bottom: 2px solid #181d4c !important;
    font-size: 20px;
    border: 0px;
}

.MainTabDiv .nav-tabs .nav-link {
    font-size: 19px;
}

.MainTabDiv .tab-card-header {
    padding: 0px;
}

.MainTabDiv .card-header-tabs {
    margin: 0px;
}

.FirstTabA {
    padding: 10px 0px;
    border: 0px !important;
}

.FirstTabB {
    padding: 10px 20px;
    border: 0px !important;
}

.MainTabDiv .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 0px;
}

.Nitem2 {
    margin-left: 20px;
}

.MainTabDiv .main-t-heading {
    padding-top: 25px;
}

#barChart {
    position: relative;
}

.ChartRow {
    border-bottom: 1px dashed red;
    position: absolute;
    width: 94%;
    overflow: hidden;
    top: 145px;
    Z-INDEX: 999;
    font-size: 12px;
    color: #6f6f6f;
}

.bmain:hover {
    box-shadow: 0px 0px 20px 0px #00000038;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);
}

.surgtd div span:hover {
    box-shadow: 0px 0px 20px 0px #00000038;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);
    cursor: pointer;
}

.AnTop span {
    color: #28adf7;
}

.AnTop strong {
    color: #181d4c;
}

.APtable tr td:first-child {
    color: #585858;
    font-weight: 600;
}

.APtable tr td {
    padding: 4px 7px !important;
}

.TMIamnt {
    color: #28adf7;
    font-weight: 600;
}

.TMIPaid {
    margin-bottom: 23px;
}

.TMIPaid div strong {
    color: #3e3e3e;
}

.vl {
    border-right: 1px solid gainsboro;
    height: 100%;
}

.ptraet {
    text-align: center;
    font-weight: 600;
    color: #181d4c;
    font-size: 22px;
}

.pieClas {
    padding: 10px;
}

.pieClas span {
    color: #181d4c;
    font-size: 14px;
    font-weight: 600;
}

.tablePhar tbody tr {
    border-bottom: 1px solid #dcdada;
}

.tablePhar tr td div {
    margin-bottom: 7px;
}

.PhHis div {
    margin-bottom: 0px !important;
}

.PhHis div span {
    line-height: 20px;
}

.tablePhar tbody tr td:first-child {
    color: #585858;
    font-weight: 600;
}

.FuCareTab thead th {
    font-size: 12px;
    padding: 10px 0px;
    border-bottom: 0;
    border-top: 0px;
}

.FuCareTab tbody tr td {
    font-size: 13px;
    color: #4E4E4E;
    padding: 4px 7px !important;
}

.FuCareTab tbody {
    display: block;
    height: 113px;
    overflow: auto;
}

.FuCareTab thead {
    display: inline-table;
    width: 100%;
    table-layout: fixed;
}

.FuCareTab tbody tr {
    display: inline-table;
    width: 100%;
    table-layout: fixed;
}

.FuCareTab thead {
    width: calc( 100% - 0em)
}

.FuCareTab tbody::-webkit-scrollbar {
    background-color: #ffffff;
    width: 14px
}

.FuCareTab tbody::-webkit-scrollbar-track {
    background-color: #ffffff;
}

.FuCareTab tbody::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #ffffff;
}

.FuCareTab tbody::-webkit-scrollbar-button {
    display: none
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}

.trdisable td {
    opacity: 0.3;
    pointer-events: none;
}

.b-persent:hover {
    text-decoration: none;
}

#showReserveDashboard {
    position: absolute;
    top: 0;
    background-color: white;
    z-index: 999;
    right: 0;
    left: 0;
    bottom: 0;
}

.AnaBack {
    background-color: #28ADF7;
    text-align: center;
    line-height: 12px;
    cursor: pointer;
    width: 130px;
    color: #ffffff;
    height: 35px;
}

.dateShow {
    padding-top: 14px;
    padding-right: 12px;
}

.other4 {
    border: 0px;
}

.other6 {
    background: none;
    border: none;
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #28adf7;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: inline-block;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.fetching_loader {
    position: fixed;
    z-index: 1009;
    margin: auto 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffcc;
}

.loader-main {
    position: absolute;
    top: 30%;
    left: 38%;
    bottom: 0%;
    text-align: center;
}

.ldrtext {
    color: #181d4c;
    font-size: 16px;
}

.chartWrapper {
    width: 580px;
    overflow-x: scroll;
}

.chartWrapper>canvas {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.chartAreaWrapper {
    width: 2000px;
}

.PastChart canvas {
    padding: 7px;
}

.resetBtn2 {
    background-color: #181d4c;
    font-size: 16px;
    width: 130px;
    color: #ffffff;
    height: 35px;
}

.printbtn {
    background-color: #ED7D31;
    font-size: 16px;
    width: 130px;
    color: #ffffff;
    margin-right: 10px;
    height: 35px;
}

.printbtn:hover {
    color: #ffffff;
}

.js-icd-list-form .close .resetBtn2:hover {
    color: #ffffff;
}

.resetBtn2 .lnr {
    position: relative;
    top: 1px;
}

.rxinput input {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    height: 33px;
    padding: 10px;
    color: #6b6b6b;
    font-size: 14px;
}

.rxinput button {
    padding: 4px 10px;
    border: 0px;
    background-color: #181d4c;
    color: #ffffff;
}


/* ================
        After login Welcome first page start
==================*/

.LogUser strong {
    color: #28ADF7;
    font-family: 'Open Sans', sans-serif;
}

.SuprotCont {
    padding: 6px 10px;
    margin-right: 10px;
    color: #28adf7;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

.fuplod {
    background-color: #28ADF7;
    border: 0px;
    color: #ffffff;
}

.fuplod .lnr {
    position: relative;
    font-size: 18px;
    top: 3px;
    left: -3px;
}

.LogUser {
    padding-top: 8px;
    color: #181D4C;
}

.SuprotCont .lnr {
    position: relative;
    top: 1px;
}

.UserFooterCont p {
    font-size: 12px;
    text-align: center;
    color: #868686;
}

.ChoseDashboard {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px 50px;
    margin-top: 20px
}

.Fborder {
    border: 0.3px solid #efefef;
    margin-bottom: 15px;
}

.logUrMain {
    background-color: #FAF9FE;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    -webkit-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.1);
}

.logUrMain:hover {
    box-shadow: 0 14px 11px rgba(0, 0, 0, 0.06), 0 10px 8px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 14px 11px rgba(0, 0, 0, 0.06), 0 10px 8px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 14px 11px rgba(0, 0, 0, 0.06), 0 10px 8px rgba(0, 0, 0, 0.09);
}

@keyframes logUrMain {
    50% {
        transform: translateY(-3px);
    }
    100% {
        transform: translateY(-6px);
    }
}

.logUrMain:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transition-duration: 0.3s;
    transition-property: transform opacity;
}

.logUrMain:hover {
    transform: translateY(-6px);
    animation-name: hover;
    animation-duration: 1.5s;
    animation-delay: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.logUrMain:hover:before {
    opacity: .6;
    transform: translateY(6px);
    animation-name: shadow;
    animation-duration: 1.5s;
    animation-delay: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.logUrMain img {
    width: 80px;
}

.logUrMain h3 {
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    padding: 0px 20px;
    line-height: 24px;
}

.logUrMain:hover .test {
    text-decoration: none;
}

.logUrMain span {
    margin-bottom: 20px;
    display: inline-block;
    color: #28adf7;
    font-size: 12px;
}

.DasName {
    background-color: #28ADF7;
    min-height: 60px;
    align-items: center;
    display: flex;
}

.dasImg {
    padding: 50px 20px;
    min-height: 190px;
}

.logUrMain:hover .DasName {
    background-color: #181D4C;
}

.Selheading h3 {
    font-size: 24px;
    color: #181D4C;
    margin-bottom: 32px;
    margin-top: 14px;
    font-weight: 600;
}

.logUrMain {
    position: relative;
}

.knowDash {
    position: absolute;
    right: 10px;
    top: 10px;
}

.knowDash span {
    margin-bottom: 20px;
    display: inline-block;
    color: #28adf7;
    font-size: 23px;
}

.reftext {
    background-color: #28adf7;
    display: flex;
    align-items: center;
    padding: 10px;
    min-height: 2px;
    color: #ffffff;
    width: 100%;
    padding-left: 34px;
}

.reftext h4 {
    margin: 0px;
}

.refimg {
    background-color: #ffffff;
    padding: 10px;
}

.refDev {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.1);
}

.refLink:hover {
    text-decoration: none;
}

.refDev:hover {
    text-decoration: none;
    box-shadow: 0 14px 11px rgba(0, 0, 0, 0.06), 0 10px 8px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 14px 11px rgba(0, 0, 0, 0.06), 0 10px 8px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 14px 11px rgba(0, 0, 0, 0.06), 0 10px 8px rgba(0, 0, 0, 0.09);
}

.OtherSection a {
    color: #181D4C;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.OtherSection a:hover {
    text-decoration: underline;
}

.refimg img {
    width: 45px;
}

.refDev:hover .reftext {
    background-color: #181D4C;
}

.hoverImg2 {
    display: none;
}

.logUrMain:hover .hoverImg1,
.logUrMain:active .hoverImg1 {
    display: none;
}

.logUrMain:hover .hoverImg2,
.logUrMain:active .hoverImg2 {
    display: inline;
}

.bg_slider {
    --initialTextColor: #FAF9FE;
    --slideTextColor: #28ADF7;
    --initialBgColor: #28ADF7;
    --slideBgColor: #FAF9FE;
    color: var(--initialTextColor);
    background-image: linear-gradient(90deg, var(--initialBgColor) 0%, var(--initialBgColor) 50%, var(--slideBgColor) 50%, var(--slideBgColor) 100%);
    background-size: 200%;
    transition: background-position .3s cubic-bezier(.47, .1, 1, .63), color .2s linear;
    transition-delay: 0.0s, 0.15s;
}

.bg_slider:hover {
    color: var(--slideTextColor);
    cursor: pointer;
    background-position: -100.3% 100%;
}

.refDev:hover .refimg {
    background-color: #28ADF7;
}

.refIcon2 {
    display: none;
}

.refDev:hover .refIcon2,
.logUrMain:active .refIcon2 {
    display: inline;
}

.refDev:hover .refIcon1,
.logUrMain:active .refIcon1 {
    display: none;
}

.refDev:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transition-duration: 0.3s;
    transition-property: transform opacity;
}

.refDev:hover {
    transform: translateY(-6px);
    animation-name: hover;
    animation-duration: 1.5s;
    animation-delay: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.refDev:hover:before {
    opacity: .6;
    transform: translateY(6px);
    animation-name: shadow;
    animation-duration: 1.5s;
    animation-delay: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.refDev {
    background-color: #FAF9FE;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    -webkit-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.1);
}

@keyframes refDev {
    50% {
        transform: translateY(-3px);
    }
    100% {
        transform: translateY(-6px);
    }
}


/* ================
    After login Welcome page end
==================*/


/* ================
    Print Screen page Start
==================*/

.printMain {
    background-color: #F5F5F5;
}

.mainwp {
    padding: 20px;
    margin-top: 20px;
}

.pheading h3 {
    color: #181D4C;
    font-size: 22px;
    font-weight: 600;
}

.pheading h4 {
    color: #28ADF7;
    font-size: 18px;
}

.pheading span {
    color: #FF981D;
    font-size: 12px;
}

.printHeader {
    padding: 10px 0;
}

.main-wraper {
    font-family: sans-serif;
}

.pbgline {
    background-color: #181d4c;
    width: 100%;
    height: 2px;
}

.pclaimD ul {
    padding: 0px;
    margin: 0px;
}

.pclaimD ul li {
    list-style: none;
    font-size: 12px;
    margin-bottom: 5px;
}

.pclaimD ul li span {
    color: #3B3B3B;
}

.printBody {
    margin: 10px 0px;
}

.pSecHeading {
    background-color: #28ADF7;
    margin: 10px 0px;
}

.pSecHeading h4 {
    color: white;
    font-size: 14px;
    padding: 5px 15px;
    margin: 0px;
}

.pbotHeading h5 {
    color: #181d4c;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.suTable {
    width: 100%
}

.suTable table {
    width: 100%;
    margin-bottom: 5px;
}

.suTable table tr td {
    border: 1px solid #ECECEC;
    text-align: center;
    font-size: 12px;
    padding: 5px;
}

.suTable table tbody tr td input {
    text-align: center;
}

.hipaaSec input {
    background: #F5F5F5;
    border: 0px;
    border-radius: 3px;
    padding: 5px 10px;
    text-align: center;
    margin-right: 10px;
    font-size: 12px;
}

.hipaaSec label {
    font-size: 12px;
    font-weight: 600;
    margin-right: 10px;
}

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

.suTable thead tr th {
    color: black;
    font-size: 12px;
    text-align: center;
    background: #F2F2F2;
    padding: 5px 0px;
}

.suTable thead tr {
    border: 1px solid #f2f2f2;
}

.totalFcTbl table {
    width: 60%;
    margin: 0 auto;
}

.totalFcTbl tbody tr th {
    background-color: #F2F2F2;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #f2f2f2;
    padding: 6px 10px;
    border-bottom: 1px solid #ececec;
}

.totalFcTbl .tofure {
    text-align: center;
}

.totalFcTbl .tofure h4 {
    color: #181d4c;
    font-size: 18px;
    margin: 15px 0px;
}

.prtbtn {
    text-align: center;
}

.prnbackbt {
    background: #28ADF7;
    color: #ffffff;
    width: 150px;
}

.prntbt {
    background: #FF981D;
    color: #ffffff;
    width: 150px;
}

.pbtmcontent p {
    color: #989898;
    font-size: 10px;
    text-align: center;
    padding: 5px 88px;
}

.btmCompany {
    width: 31%;
    margin: 0 auto;
    text-align: center;
    font-size: 11px;
    color: #969696;
}

.totalFcTbl tbody tr td {
    text-align: right;
}


/* ================
    Print Screen page End
==================*/


/* ================
        Custom File Upload CSS
==================*/

.file-upload {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

.file-upload .file-select {
    display: block;
    border: 1px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 42px;
    line-height: 40px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.file-upload .file-select .file-select-button {
    background: #ced4da;
    padding: 0 10px;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    color: #292929;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.file-upload .file-select:hover {
    border-color: #30aff7;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background: #30aff7;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.smallScreenName {
    display: none;
}


/* ================
        Custom File Upload CSS End
==================*/


/* ================
        Alertify CSS strat
==================*/

.alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
    background: #f9f9f9;
    text-align: center;
    font-size: 20px;
}

.alertify .ajs-commands button.ajs-close {
    position: absolute;
    right: -37px;
    top: -21px;
    background-color: #ffffff;
    opacity: 1;
    color: #ffffff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 3px;
    text-align: center;
    text-align: center;
    padding: 8px;
    font-weight: 100;
    border: 2px solid #696969;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.twoActionBtn {
    background: none;
}


/*All application future table*/

#future_care_table_data table thead tr th {
    background-color: #f5f5f5;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #e2e2e2;
    padding: 12px 7px;
    text-align: center;
}

#future_care_table_data table tbody tr td {
    font-size: 13px;
    padding: 8px 5px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
}

.genbtn {
    background: #1e8a0b;
    color: #ffffff;
}

#future_care_table_data  .formio-component-retainBrandName .control-label.form-check-label {
    text-align: center;
}


/* Help Button and ITS section */

.helpBot {
    position: fixed;
    bottom: 1%;
    right: 1%;
}

/* Help Button and ICD section */
.helpBot{position: fixed;bottom: 1%;right: 1%;}
.helpBot .helpIcon{
    padding: 10px 17px;
    border-radius: 50%;
    color: #fff;
    width: fit-content;
    background-color: #31a3ed;
    float: right;
}

.helpBot .helpIcon:hover{
    color: #31a3ed;
    background-color: #fff;
    cursor: pointer;
}

.helpBot .helpLinks{
	background: #c4d9e6;
	border-radius: 10px;
	display: none;
}

.helpBot .helpLinks .helpMenu{
	list-style: none;
    padding: 10px;
}

.helpBot .helpLinks .helpMenu li {
    font-size: 12px;
    padding: 5px 0;
    font-weight: 600;
    border-bottom: 1px solid grey
}

.helpBot .helpLinks .helpMenu li a{
    color: black;
	text-decoration: none;
	font-weight: 100;
}

.btn-help {
    background-color: #3ea9bd;
    color: #ffffff;
}

.helpBot .helpgropdrop .lnr{
	position: relative;
    top: 1px;
}

.helpBot .helpIcon:hover {
    background: #181d4c;
    color: #ffffff;
}


.formio-component-dataGrid4 td:first-child,
.formio-component-dataGrid4 th:first-child {
    width: 40%;
}

.formio-component-dataGrid4 .formio-component-drug .formio-choices {
    width: 100%;
}

.dropdownforsubmenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    background: #181d4c;
    border-radius: 0px;
    margin: 0;
    padding: 0;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}


/* Calendar */

.numInputWrapper span {
    opacity: 1 !important;
}


/* Permission Checkboxes */

#id_permissions {
    list-style: none;
}

#id_permissions li {
    float: left;
    width: 50%;
}

.formio-component-radio .form-check-inline label:before {
    content: none;
}

.formio-component-radio .form-check-input {
    display: inline;
}

.formio-component-radio .form-check-label {
    position: relative;
    margin: .5rem;
    font-family: Arial, sans-serif;
    line-height: 135%;
    cursor: pointer;
}

.formio-component-radio .form-check-input {
    position: relative;
    top: 0.2rem;
    margin: 0 0.6rem 0 0;
    cursor: pointer;
}

.formio-component-radio .form-check-input:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    left: 0.1175rem;
    top: 0.125rem;
    z-index: 1;
    width: 0.75rem;
    height: 0.375rem;
    border: 2px solid #ffffff;
    border-top-style: none;
    border-right-style: none;
}

.formio-component-radio .form-check-input:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

.formio-component-radio .form-check-input:after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: #ffffff;
    border: 1px solid #7b7b7b;
    cursor: pointer;
    border-radius: 3px;
}

.formio-component .form-check {
    padding-left: 0px !important;
}

.formio-component-radio .form-check-input:checked:after {
    background: #30aff7;
    border: 1px solid #30aff7;
}

.m-t-4 {
    margin-top: 4%;
}

#price_data_list .row:last-child .remove-state-price {
    display: block !important;
}

#price_data_list .remove-state-price,
#price_data_list .row:first-child .remove-state-price {
    display: none !important;
}

.status_style {
    padding: 7px;
    border-radius: 5px;
    font-weight: bolder;
}
.formio-component .choices__list--dropdown .choices__item{
    text-overflow:unset;
    white-space:normal;
}
table td label.field-required:after {
    content: "";
    color: red;
}
.formio-component-ip_tab table td label.field-required:after {
    content: "*";
    color: red;
}
.helpBot .helpLinks {
	position: relative;
}

.helpBot  .helpLinks:after{
	content: "";
    width: 16px;
    height: 30px;
    border-top: solid 13px rgb(196, 217, 230);
    border-left: solid 13px transparent;
    border-right: solid 13px transparent;
    position: absolute;
    right: 10px;
    bottom: -30px;
}

.helpBot .helpLinks .helpMenu li a:hover {
	color: #28adf7;
}

#test_result {
	padding: 10px 0px;
}
#so_forms .tooltip .tooltip-inner{
    max-width:500px !important;
    text-align:left;
}
#fc_form .formio-component-datagrid .table tbody tr:first-child .formio-button-remove-row{
    display: block;
} 
.errorlist li{
    color: red !important;
    font-weight: bolder !important;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: -200px;
    margin-top: -6px;
    margin-left: -1px;
    width: 200px;
}

.userdropnav.header-section {
    position: fixed;
    z-index: 999;
    top: 1px;
}
@media (min-width: 1367px){
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left:100%;
    margin-top: -6px;
    margin-left: -1px;
    width: 200px;
}
}

@media only screen and (max-width: 767px) {
.formio-component .datagrid-table .formio-choices {
    width: 150px;
}
.card-header-tabs {
    margin: 0px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 5px 7px 0px #b9b4b4;
}
.maincard .card-body{
    display: block;
    width: 100%;
    overflow-x: auto;
}
.ChoseDashboard {
    padding: 20px;
    margin-top: 20px;
}
.table-responsive .form-control{
width:auto;
}
select.chosen-select {
    width: 100%;
    height: 30px;
}
.datagrid-table tr th {
    font-size: 12px;
    white-space: nowrap;
}
.maincard .card-header h3 {
    font-size: 13px !important;
    padding-bottom: 7px;
    line-height: 18px;
}
#secconday-logo{
    display: none;
}
}
.formio-component-futurecarefields td:nth-child(2), .formio-component-futurecarefields th:nth-child(2){
    width: 25%;
}
.formio-component-prescriptionfields td:nth-child(2), .formio-component-prescriptionfields th:nth-child(2){
    width: 25%;
}
.formio-component-prescriptionfields td:nth-child(2) .formio-choices{
    width: 100%;
}
.formio-component-cp_tab .datagrid-table tr td:nth-child(1), .formio-component-ip_tab .datagrid-table tr td:nth-child(1){
    width: 100%;
}
.formio-component-cp_tab .datagrid-table tr td:nth-child(1) .border-double{
    border:1px solid #9aa0a7 !important;
}
.formio-component-icddataGridCP .datagrid-table tr td:nth-child(1){
    width: auto;
}
.formio-component-medicalCostCategory .control-label, .formio-component-claimMapTotalLECost .control-label {
    white-space: nowrap;
    text-overflow:ellipsis;
}
.choices.form-group.formio-choices {
    width: 100%;
}

.field-required:after {
    content: " *";
    color: red;
    font-size: 15px;
    font-weight: bold;
}