/* Minification failed. Returning unminified contents.
(948,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
 */
.v-gap-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.v-gap-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.v-gap-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.v-gap-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.v-t-gap-5 {
    margin-top: 5px;
}

.v-t-gap-10 {
    margin-top: 10px;
}

.v-t-gap-15 {
    margin-top: 15px;
}

.v-t-gap-20 {
    margin-top: 20px;
}

.v-t-gap-30 {
    margin-top: 30px;
}

.v-b-gap-5 {
    margin-bottom: 5px;
}

.v-b-gap-10 {
    margin-bottom: 10px;
}

.v-b-gap-15 {
    margin-bottom: 15px;
}

.v-b-gap-20 {
    margin-bottom: 20px;
}

.v-b-gap-30 {
    margin-bottom: 30px;
}
.navbar {
    border: 0px;
}

.navbar-default {
    color: #fff;
    background-color: #ccc6c6;
    border-color: #aca1a2;
}

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-family: "futura-pt","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 50px;
        height: 50px;
        padding: 0 15px;
    }

    .navbar-default .navbar-nav > .dropdown > a .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

    .navbar-default .navbar-brand {
        color: #fff;
    }

.menu-large {
    position: static !important;
}

.megamenu {
    padding: 20px 0px;
    /*
    width:100%;
    */
}

    .megamenu > li > ul {
        padding: 0;
        margin: 0;
    }

        .megamenu > li > ul > li {
            list-style: none;
        }

            .megamenu > li > ul > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
                font-weight: normal;
                line-height: 1.428571429;
                color: #333333;
                white-space: normal;
            }

    .megamenu > li ul > li > a:hover,
    .megamenu > li ul > li > a:focus {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }

    .megamenu.disabled > a,
    .megamenu.disabled > a:hover,
    .megamenu.disabled > a:focus {
        color: #999999;
    }

        .megamenu.disabled > a:hover,
        .megamenu.disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

    .megamenu.dropdown-header {
        color: #428bca;
        font-size: 18px;
    }

.dropdown-menu {
    left: auto;
}

.navbar-default {
    /*background-color: #ececec;*/
    background-color: #ffffff;
}

.navbar-menu {
    background-color: #047EC3;
}

.dropdown-header {
    color: palevioletred;
    font-weight: bold;
    font-size: medium;
}

.col-lg-3 {
    width: auto;
}

@media (max-width: 768px) {
    .megamenu {
        margin-left: 0;
        margin-right: 0;
    }

        .megamenu > li {
            margin-bottom: 30px;
        }

            .megamenu > li:last-child {
                margin-bottom: 0;
            }

        .megamenu.dropdown-header {
            padding: 3px 15px !important;
        }

    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff;
    }
}

body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
    width: 100%;
}

@font-face {
    font-family: 'DejaVuSans';
    src: url('../../fonts/DejaVu/DejaVuSans.ttf') format('truetype');
}

@font-face {
    font-family: 'DejaVuSans-Bold';
    src: url('../../fonts/DejaVu/DejaVuSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'DejaVuSans-Oblique';
    src: url('../../fonts/DejaVu/DejaVuSans-Oblique.ttf') format('truetype');
}

.k-widget {
    font-family: "DejaVuSans DejaVuSans-Bold DejaVuSans-Oblique";
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default textarea */
input,
select {
    max-width: 280px;
}

.OutcomeAddress {
    width: 100%;
}


.content {
    color: black;
    font-size: 16px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .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;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }


.osse-contact {
    padding: 0 15px;
    background: #0068A3;
}

    .osse-contact a, .osse-contact a:link, .osse-contact a:visited {
        color: #fff;
    }

.align-right {
    float: right;
    font-weight: bold;
    margin-right: 5px;
}

.H4BU {
    font-size: large;
    font-weight: bold;
    text-decoration: underline;
}

.asterisk {
    font-size: large;
    color: #333;
}

.navbar-text {
    text-align: center;
    margin-top: 0;
}

.osse {
    color: #fff;
    font-size: 14px;
    height: 114px;
    padding-top: 37px;
}

    .osse span {
        display: block;
        padding: 0 15px;
    }

.osse-logo svg {
    height: 50px;
    width: 57px;
}

    .osse-logo svg path {
        fill: #fff;
    }

@media (min-width:768px) {
    .osse-contact {
        padding: 0;
        background: transparent;
        margin-right: 10px;
    }

        .osse-contact a, .osse-contact a:link, .osse-contact a:visited {
            color: #333;
        }

    .navbar-text {
        text-align: left;
        margin-top: 46.5px;
    }

    .contact-menu {
        padding-bottom: 0;
    }

    .osse {
        color: #333;
        float: right;
    }

        .osse span {
            border-left: 1px solid #A6A8AB;
        }

    .osse-logo svg path {
        fill: #C5093B;
    }
}

.navbar .logo {
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

/*@media screen and (min-width:768px) {
    .navbar .logo {
        margin-right: 0;
        padding-left: 0;
    }*/

.navbar-btn.logo {
    float: left;
}



.navbar-btn {
    margin-top: 39.5px;
    margin-bottom: 39.5px;
}

    .navbar-btn.btn-sm {
        margin-top: 41px;
        margin-bottom: 41px;
    }

    .navbar-btn.btn-xs {
        margin-top: 46.5px;
        margin-bottom: 46.5px;
    }

    .navbar-btn.logo {
        display: block;
        margin-top: 20px;
        margin-bottom: 16px;
    }

.footer_old {
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 1px solid #E5E5E5;
    background-color: #E6E7E8;
}

/*ListView starts here*/
#FilestoRemove1 {
    padding: 10px 5px;
    margin-bottom: -1px;
    min-height: 150px;
    height: 380px;
    overflow: auto;
}

#FilestoRemove {
    padding: 10px 5px;
    margin-bottom: -1px;
    min-height: 150px;
    height: 150px;
    overflow: auto;
}

.product {
    float: left;
    width: 95%;
    height: 18px;
    margin: 0;
    padding: 5px;
    cursor: pointer;
    display: inline-block;
}

    .product h3 {
        display: inline-block;
        margin: 0;
        padding: 2px 0 0 2px;
        font-size: 12px;
        overflow: hidden;
        font-weight: normal;
        float: left;
        max-width: 600px;
        //text-transform: uppercase;
    }

.k-pager-wrap {
    border-top: 0;
}

.demo-section .k-listview:after {
    content: ".";
    display: block;
    height: 20px;
    clear: both;
    width: 600px;
    visibility: hidden;
}
/*ListView ends here*/

/*.k-menu .k-state-selected > .k-link {
    color: red;
}*/
.osse-title {
    font-size: 24px;
    font-weight: bold;
}

.loginWindow {
    padding-top: 50px;
    padding-bottom: 50px;
}

.subTitle {
    /*padding-bottom: 10px;*/
    margin-top: 0px;
    margin-bottom: 10px;
    color: #077ACD;
    font-size: large;
    font-weight: bold;
}

.ChildSubTitle {
    color: #077ACD;
    font-size: large;
    font-weight: bold;
    text-align: center;
    margin-top: 18px;
    margin-left: -2px;
}

.LeftMenuText {
    margin-top: 1px;
    max-width: 100%;
    margin-bottom: 1px;
    font-weight: bold;
    font-size: 15px;
    color: #077ACD;
}

.labelInput, label {
    margin-top: 5px;
    max-width: 100%;
    margin-bottom: 2px;
    font-weight: bold;
}

.k-grid-header th.k-with-icon .k-link {
    font-weight: bold;
}

.k-pager-info {
    color: #077ACD;
}

.solidBlueLine {
    border-bottom: 1px solid #077ACD;
    padding-top: 10px;
}

.solidGrayLine {
    border-bottom: 1px solid #ccc;
    padding-top: 0px;
    padding-bottom: 20px;
}

.blueText {
    color: #077ACD;
    font-size: large;
}

.fontSizelarge {
    font-size: large;
}

#divStatus {
    padding-top: 10px;
}

.contentCenter {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    /*padding-left: 20px;
        padding-right: 20px;*/
}

.divNOWrap {
    white-space: nowrap;
}

.textRightAlign {
    text-align: right;
}

.textLeftAlign {
    text-align: left;
}

/*#gridCompanies*/

.k-grid .k-loading-image {
    background-image: url('../../Client_Code/Images/LoadingCircle_firstani.gif');
    background-size: 200px;
}

.leftMenu {
    float: left;
    vertical-align: top;
    margin-left: 0px;
    padding-top: 10px;
}

.browseFile {
    border: none;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.k-upload-sync .k-upload-button,
.k-upload-sync .k-upload-button:hover,
.k-upload-sync .k-upload-button:focus,
.k-upload-sync .k-upload-button:active {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.k-upload-sync .k-upload-button {
    margin: 0;
    padding: 0;
}

.uploadAlign {
    padding-top: 10px;
}

.uploadControl {
    width: 100%;
    padding-right: 10px;
}

@media (min-width: 992px) {
    .contentCenter {
        padding-left: 350px;
        padding-right: 350px;
    }
}

#showMe {
    padding-top: 10px;
}


.k-multiselect .k-button {
    color: #fff;
    border-color: #357ebd;
    background-color: gray;
}

.childInfo {
    background-color: #F5F5F5;
    border-radius: 4px;
    margin-top: 10px;
    /*padding-top: -2px;
    padding-bottom: 8px;*/
    border-color: #ccc;
    box-shadow: none;
    border-style: solid;
    border-width: 1px;
}

.DemoID {
    width: 10%;
}

.DemoText {
    width: 15%;
}

.childInfoRow {
    padding-left: 10px;
    padding-right: 1px;
}

.childInfoText {
    margin-top: 5px;
    max-width: 100%;
    margin-bottom: 2px;
}

.gridButton {
    float: left;
    background-color: #077ACD;
    color: white;
}

.gridCustom {
    float: right;
}

.gridCustomAddButton {
    float: left;
    background-color: #077ACD;
    color: white;
}

.k-grid .k-grid-header .k-header .k-link {
    height: auto;
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
}

.spanText {
    font-weight: bold;
    vertical-align: central;
    padding-top: 5px;
}

.statusAlign {
    margin-bottom: 5px;
    padding-top: 5px;
    margin-left: 15px;
    margin-right: 15px;
}

.statusAlignNoMargin {
    margin-bottom: 5px;
    padding-top: 5px;
}

.marginTop10px {
    margin-top: 10px;
}

.k-widget.k-dropdown {
    max-width: 280px;
}

div.box {
    float: left;
    width: 150px;
    padding-left: 18px;
}

.k-grid-header th.k-header, .k-filter-row th {
    font-weight: bold;
    /*font-size:smaller;*/
}

.k-grid td {
    padding: 2px 4px 2px 4px;
}

.k-grid .k-grid-header .k-header .k-link {
    height: auto;
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
    vertical-align: text-top;
}

.k-grid-footer-wrap {
    display: inline-block;
}

.btn-group.wtg a {
    padding-left: 25px;
    padding-right: 25px;
}

.tab-bubble {
    min-width: 40px;
    min-height: 20px;
    border-radius: 10px;
    top: -15px;
    position: absolute;
    right: 5px;
    display: inline-block;
    color: white;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: #fff;
    background: linear-gradient(to bottom, #286090, #337ab7);
    /*z-index: 9999;*/
}

    .tab-bubble:empty {
        display: none;
    }

div.auth-exists div.alert:not(:only-child),
div.auth-avble div.alert:not(:only-child) {
    display: none;
}

.btn-group .j-wt a:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.btn-group .j-wt a:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.btn-group .j-wt:hover {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-group .j-wt.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    /*background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet );*/
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        top: -5px;
        left: 105%;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

#globalSpinnerDiv.show {
    display: block;
    position: fixed;
    z-index: 1000000;
    background-image: url('/Client_Code/images/spinner.gif');
    background-size: 8%;
    background-color: #666;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

tr.k-state-selected td a {
    color: white !important;
}

span.k-widget.k-dropdown.k-header.form-control {
    width: 95%;
}

.form-group .required.control-label:after,
span.required:after {
    content: " *";
    color: red;
}

.alert.j-pem ul {
    list-style: none;
}

.btn-group.wtg {
    margin-right: 35px;
}

.npi-info {
    color: red;
    font-weight: bold;
    padding: 0 10px 0;
}

.contact-req-sec {
    background-color: #E1E1E1;
    border-color: #B1B1B1;
    margin: 0 -30px;
}

    .contact-req-sec > .contact-req-row {
        margin: 0 15px;
    }

.npi-msg.alert {
    margin-top: 15px;
    font-weight: bold;
}

.user-profile .panel-heading > a.collapsed .panel-title:before {
    content: "+";
    font-weight: bolder;
    color: #337ab7;
}

.user-profile .panel-heading > a:not(.collapsed) .panel-title:before {
    content: "-";
    font-weight: bolder;
    color: #337ab7;
}

.user-profile .panel-heading > a {
    text-decoration: none;
}

.field-validation-error {
    display: block;
}

.doc-expired,
.denied,
.denied a {
    color: red;
    font-weight: bold;
}

.doc-axn:not(:last-child),
.grd-axn:not(:last-child) {
    margin-right: 3px;
}

.fa-stack {
    width: 1.0em !important;
    height: 1.28571em !important;
}

.fa-ban.fa-stack-2x {
    font-size: .6em !important;
    left: 4px !important;
    top: 6px !important;
    font-weight: bold !important;
}

.fa-volume-off.fa-stack-1x {
    font-size: 16px !important;
    top: -6px !important;
    left: -3px;
}

.doc-axn.doc-axn-d:not(.disabled),
.ntfy.ntfy-b:not(.disabled) .fa-ban {
    color: red;
}

div.auth-sec input.r-admin.auth-asgnd:not(:checked) + div.prfl-auth label:first-child {
    color: #fff !important;
    background-color: #c9302c !important;
    border-color: #ac2925;
    !important;
}

div.auth-sec input.r-admin:checked + div.prfl-auth label.auth-sel {
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}

div.auth-sec input.r-admin:checked + div.prfl-auth label:first-child {
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}

div.auth-sec input.r-admin + div.prfl-auth label.not-req {
    border-radius: 30px !important;
}

div.auth-sec input.r-user:checked + div.prfl-auth label:nth-child(2) {
    display: inline !important;
}

div.auth-sec input.r-user:not(:checked) + div.prfl-auth label:nth-child(2) {
    display: none !important;
}

div.auth-sec input.r-user:not(:checked) + div.prfl-auth label:first-child {
    border-radius: 30px !important;
    padding-left: 34px !important;
    padding-right: 34px !important;
}

div.auth-sec input + div.prfl-auth .btn:first-child {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}

div.auth-sec input + div.prfl-auth .btn:last-child {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.user-profile .form-group,
.pop-srvc-item .form-group {
    margin-bottom: 5px !important;
}

span.npi-info:empty {
    display: none;
}

.user-profile hr,
.auth-sec hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.bttm-align {
    height: 93px;
    float: none;
    display: table-cell;
    vertical-align: bottom;
}

.ntfy-cancel {
    background-color: #d9534f;
    border-color: #d43f3a;
    padding: 2px !important;
    border-radius: 2.65px;
}

    .ntfy-cancel:hover {
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .ntfy-cancel a {
        color: #fff !important;
        padding: 5px;
        text-decoration: none !important;
        cursor: pointer;
    }

.an-sec {
    padding: 15px;
}

.an-cont {
    margin-top: 25px;
}

.heading-primary {
    font-family: 'Candal', sans-serif;
    color: dimgray;
}

.an-heading {
    padding: 10px;
    background-color: #eee;
    border-top: 3px solid #bbb;
}

.an-btn {
    display: inline-block;
    padding: 2px 6px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border-radius: 50%;
}

.an-sec:not(.active) .an-btn {
    background-color: #337ab7;
    border-color: #2e6da4;
    transition: all 0.5s ease-in-out;
}

.an-sec.active .an-btn {
    background-color: #c9302c;
    border-color: #ac2925;
    transition: all 0.5s ease-in-out;
}

.an-sec .fa.fa-plus {
    color: #fff;
}

.an-sec.active .fa.fa-plus {
    transform: rotate(-225deg);
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.an-sec:not(.active) .fa.fa-plus {
    transform: rotate(0deg);
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.an-title {
    margin-left: 15px;
    /* font-weight: bold; */
    font-size: large;
    color: #666;
}

.an-date {
    color: #a54b49;
    /*text-decoration: underline;*/
}

.an-desc-sec {
    display: none;
}

.an-desc {
    padding-left: 43px;
    padding-top: 10px;
}

.infoText {
    font-size: 10px;
    color: red;
}

input[disabled='disabled'] {
    background: #eee;
}

    input[disabled='disabled'][data-role='datepicker'] + span {
        background: #eee;
    }

.no-bottom-margin {
    margin-bottom: 0;
    margin-top: 10px;
}

.warningNote {
    text-align: left;
    font-style: italic;
    color: red;
    font-size: 12px;
    font-weight: bold;
}

.ui-blocker {
    position: fixed;
    left: -99999999px;
    top: 0px;
}

    .ui-blocker.active {
        left: 0px;
        min-width: 100%;
        min-height: 100%;
        background-color: rgba(0, 0, 0, 0.20);
        transition: background-color .75s cubic-bezier(0,0,1,0);
        z-index: 999999999;
    }

        .ui-blocker.active .loader {
            opacity: 1;
            position: fixed;
            left: 50%;
            top: 50%;
            transition: opacity .25s cubic-bezier(0,0,1,0) .75s;
        }

.loader {
    /*display:none;*/
    opacity: 0;
    transition: opacity .25s cubic-bezier(0,0,1,0) .75s;
}

.ui-blocker .fa-spinner {
    color: #3276b1;
}

.page-Header {
    color: #337ab7;
    margin-top: 2px;
    margin-bottom: 4px;
}

.ui-modal-backdrop,
.modal.fade.in {
    background-color: rgba(0, 0, 0, .5);
}

.claim-notes {
    position: fixed;
    border: solid 2px rgba(17, 17, 17, 0.65);
    opacity: 2;
    background-color: white;
    height: 220PX;
    border-radius: 5px;
    z-index: 99 !important;
    margin: 0px 15px 0px -50px;
}

    .claim-notes:not(.active) {
        bottom: -220px;
        transition: all .5s ease-in-out;
    }

    .claim-notes.active {
        bottom: 5px;
        transition: all .5s ease-in-out;
    }

.paddingright35px {
    padding-right: 35px;
}

.inactive-user {
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
    color: white !important;
}

.bold {
    font-weight: bold;
}

.btn-as-link {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial,sans-serif; /*input has OS specific font-family*/
    color: #069;
    cursor: pointer;
}

span.asterisk::before {
    content: ' ';
}

span.asterisk {
    color: red;
}

span.dp-disable-date {
    color: #fff;
    border: 1px solid;
    background: lightgray;
    display: block;
    overflow: hidden;
    min-height: 1.8333em;
    line-height: 1.8333em;
    padding: 0 .45em 0 .1em;
    border-radius: 4px;
}

a.dp-disable-date {
    display: none;
}

.ins-edit {
    margin-right: 10px;
}

.has-sub-int #grdChildInsuranceData .k-grid-content tbody tr:not(:first-child) .ins-edit {
    display: none !important;
}

input[disabled] {
    color: rgb(134, 134, 134);
    background-color: rgb(245, 245, 245) !important;
    border-color: rgb(216, 216, 216);
}

.paddingright5px {
    padding-right: 5px;
}

.paddingtop6px {
    padding-top: 6px;
}

.tab-date-range {
    margin-top: 0px !important;
    position: absolute;
    right: 50px;
    z-index: 10;
}

#dupChild tr td.cid-cell:first-child {
    border-left: 1px solid #ccc;
}

.sec-to-block {
    position: relative;
}

.sec-blocker {
    position: absolute;
    width: 102%;
    height: 92%;
    background-color: #dadada;
    opacity: .45;
    z-index: 9999900;
}

.water-mark {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: xx-large;
    font-weight: bold;
    margin-top: 150px;
    font-size: 72px;
    color: black;
    opacity: 1;
    pointer-events: none;
}

.mars-row {
    padding: 0px 25px;
}

.mars-address-option {
    vertical-align: top;
    margin-top: 10px !important;
}

.mars-address-text {
    padding-left: 25px;
    font-weight: normal;
}

.legend-text {
    margin-left: 5px;
}

.rpt-legend {
    width: 15.56px !important;
    height: 15.56px !important;
    border: 1px solid black;
    border-radius: 3px;
    display: inline-block;
}

.bgalt {
    background-color: #f5f5f5;
}

.bgred {
    background-color: #fb8080;
    color: #000000;
}

.bgyellow {
    background-color: #efff6c;
    color: #000000;
}

.bgorange {
    background-color: #ffcb6c;
    color: #000000;
}


tr.bgred td div a {
    color: #3627b7 !important;
    text-decoration: underline;
    text-underline-position: below;
}

tr.bgyellow td div a {
    color: #3627b7 !important;
    text-decoration: underline;
    text-underline-position: below;
}

tr.bgorange td div a {
    color: #3627b7 !important;
    text-decoration: underline;
    text-underline-position: below;
}

.tip {
    /*position: relative;*/
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

    .tip .tiptext {
        visibility: hidden;
        background-color: #5d5a5a;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        margin-left: -10px;
        margin-top: -35px;
    }

    .tip:hover .tiptext {
        visibility: visible;
    }

i.tipHelp {
    font-size: 1.15em;
    margin-right: 5px;
    color: #5d5a5a;
    cursor: help;
}

    i.tipHelp:hover {
        color: red;
    }

.is-counter-stopped-False {
    color: green;
}

.bg-is-counter-stopped-False {
    background-color: green;
}

.is-counter-stopped-True {
    color: black;
}

.bg-is-counter-stopped-True {
    background-color: black;
}

.dot:not(:first-child) {
    margin-left: 20px !important;
}

.cust-export-pdf {
    color: black !important;
    padding: 9px;
    font-size: 1.2em !important;
    width: 46px;
    height: 35px;
}

/*.tip::before {
    content: attr(data-tip);
    font-size: 10px;
    position: absolute;
    z-index: 999;
    white-space: nowrap;
    bottom: 9999px;
    left: 50%;
    background: #000;
    color: #e0e0e0;
    padding: 0px 7px;
    line-height: 24px;
    height: 24px;
    opacity: 0;
    transition: opacity 0.4s ease-out;
}

.tip:hover::before {
    opacity: 1;
    bottom: -35px;
}*/

input.fa-chkbx[type=checkbox] {
    display: none;
}

input.fa-chkbx[type=checkbox] + label:before {
    font-family: FontAwesome;
    display: inline-block;
    letter-spacing: 10px;
    content: "\f096";
}

input.fa-chkbx[type=checkbox]:checked + label:before {
    letter-spacing: 8px;
    content: "\f046";
}

div[ng-app="billingApp"] {
    padding: 10px;
}

.popup-cross {
    margin-left: 10px;
}

.popup-cross a {
    background-color: darkred !important;
}

.popup-cross a:hover {
    background-color: #be3b3b !important;
}

.popup-cross a i {
    color: #fff;
}

.modal-header-pg {
    min-height: 16.42857143px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.dot {
    border: 1px solid #000;
    border-radius: 3px;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    display: inline-block;
    vertical-align: text-top;
}

.dot:not(:last-child) {
    margin-right: 5px !important;
}

div.billingLeftMenu {
    /*border-right: 1px solid #ddd;*/
    border-radius: 10px;
    background: linear-gradient(to right, #fff 50%, #f5f5f5, #ddd);
    margin: 0;
    padding: 10px;
    float:left;
}

div.billing-cont i.nav-fa {
    font-size:1.35em;
}

div.billingLeftMenu .nav-sec {
    padding-top: 30px;
}

div.billing-cont div.nav-sec-child {
    display: flex;
}

div.billingLeftMenu .exp-arrows {
    float:right;
}

div.billingLeftMenu i.fa-angle-double-right {
    font-weight:bold;
    margin-right:-5px;
}

div.billingLeftMenu i.fa-angle-double-right.fa-rotate-180:first-child,
div.billingLeftMenu i.fa-angle-double-right:not(.fa-rotate-180):last-child {
    opacity:1
}

div.billingLeftMenu i.fa-angle-double-right.fa-rotate-180:nth-child(3),
div.billingLeftMenu i.fa-angle-double-right:not(.fa-rotate-180):nth-child(2) {
    opacity:.5
}

div.billingLeftMenu i.fa-angle-double-right.fa-rotate-180:nth-child(2),
div.billingLeftMenu i.fa-angle-double-right:not(.fa-rotate-180):nth-child(3) {
    opacity:.75
}

div.billingLeftMenu i.fa-angle-double-right.fa-rotate-180:last-child,
div.billingLeftMenu i.fa-angle-double-right:not(.fa-rotate-180):first-child {
    opacity:.25
}

/***************************************************************
* not expanded
***************************************************************/
div.billing-cont:not(.expanded) div.billingLeftMenu {
    width: 3%;
    transition: all .75s cubic-bezier(0,1,0,0);
}

/*div.billing-cont:not(.expanded) .nav-sec:not(:last-child) {
    border-bottom: 1px solid gray;
}*/

div.billing-cont:not(.expanded) span.nav-sec-text {
    display: none;
}

div.billing-cont:not(.expanded) span.sub-sec-text {
    /*display: none;*/
    /*font-size: 0px;*/
    opacity:0;
    transition: opacity .75s cubic-bezier(0,1,0,0);
    font-size:0px;
    transition: font-size .25s cubic-bezier(0,1,0,0) .25s;
}

div.billing-cont:not(.expanded) i.nav-fa {
    /*font-size: large;*/
    transition: all .75s cubic-bezier(0,1,0,0);
}

div.billing-cont:not(.expanded) div.nav-sec-child:not(.active) i.nav-fa {
    color: #b1b1b1;
}

div.billing-cont:not(.expanded) div.nav-sec-child:not(.active) i.nav-fa:hover {
    color: gray;
}

div.billing-cont:not(.expanded) div.nav-sec-child {
    display: flex;
    padding: 0px 10px;
    transition: all .75s cubic-bezier(0,1,0,0);
}


/***************************************************************
* expanded
***************************************************************/

div.billing-cont.expanded div.billingLeftMenu {
    width:12%;
    transition: all .75s cubic-bezier(0,1,0,0);
}


div.billing-cont.expanded .nav-sec-child:first-child {
    margin-top: 10px !important;
}

div.billing-cont.expanded .nav-sec-child a
div.billing-cont.expanded .nav-sec-child a:hover {
    text-decoration: none !important;
}

div.billing-cont.expanded .nav-sec-child {
    padding: 10px;
}

div.billing-cont.expanded .nav-sec-child:hover {
    background-color: #d5d5d5;
    border-radius: 10px;
}

div.billing-cont.expanded .nav-sec-child:not(.active) a,
div.billing-cont.expanded .nav-sec-child:not(.active) a:hover,
div.billing-cont.expanded .nav-sec-child:not(.active) a  i {
    color: gray;
    text-decoration: none;
}

div.billing-cont.expanded .nav-sec-child.active {
    background-color: #286090;
    border-color: #204d74;
    border-radius: 10px;
}

div.billing-cont.expanded .nav-sec-child.active a,
div.billing-cont.expanded .nav-sec-child.active a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

div.billing-cont.expanded span.sub-sec-text {
    padding-left: 15px;
    font-size:inherit;
    transition: all .75s cubic-bezier(0,1,0,0);
}
.breadcrumb {
   font-size:1.2em;
}

span.breadcrumb-item:not(:last-child)::after {
    content: ' / ';
}

span.breadcrumb + span.btn-group {
    margin-top: -5px !important;
}

div.billing-cont{
    display:flex;
}

div.billing-cont div.billing-view {
    margin-left: 5px !important;
    float: left;
}

div.billing-cont:not(.expanded) div.billing-view {
    width:95%;
    transition: all .75s cubic-bezier(0,1,0,0);
}

div.billing-cont.expanded div.billing-view {
    width:86%;
    transition: all .75s cubic-bezier(0,1,0,0);
}

.claims-tabs {
    padding: 0px 15px;
}

/*tr.Expired365Days,
tr.Expired365Days a,
tr.Expired365Days.k-state-selected,
tr.Expired365Days.k-state-selected a {
    color: #949292 !important;
}*/

tr.claim-row.disabled {
    background-color: #88878770;
    transition: all .5s cubic-bezier(0,1,0,0);
}

tr.claim-row.disabled td {
    border-color: #ababab;
    transition: all .5s cubic-bezier(0,1,0,0);
}

textarea.mp-note-required {
    border: 1px solid red;
}

div.claims-cont {
    position: relative;
    min-height: 450px;
}

div.claims-pc-sec {
    position: absolute;
    top: 0px;
    min-width: 100%;
    min-height: 100%;
}

div.billing-cont.active-pc div.claims-dg-sec,
div.billing-cont:not(.active-pc) div.claims-pc-sec {
    transform: rotateY(180deg);
    backface-visibility: hidden;
    transition: 1s;
	transform-style: preserve-3d;
}

div.billing-cont:not(.active-pc) div.claims-dg-sec,
div.billing-cont.active-pc div.claims-pc-sec {
    transition: 1s;
	transform-style: preserve-3d;
}

.inv-dwnld
{
    font-size: 1.5em;
    color: dodgerblue !important;
    text-decoration: none !important;
    margin-left: 25px;
}

.claims-flags {
    font-size: 1.25em !important;
    color: firebrick !important;
}
#dashboardReportCount {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#dashboardReportCount td {
    padding: 5px;
    line-height: 2;
    vertical-align: middle;
}

.modal-dialog.modal-dashboard-rpt {
    width: 95% !important;
}

.top-content-15 {
    margin-top: -15px !important;
}
