/* ----------------------------------
Main Font    : Roboto Condensed
-------------------------------------
Table of contents
        
    01. Template default css
    02. Login
    02. Dashboard
        - Navbar Default
        - Navbar Sticky
        - Navbar Transparent
        - Nav With Topbar   

*/
/*Scrollbar*/
/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;
  border-radius: 5px;*/
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 5px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #999;
    }

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.mx-wd-100 {
    max-width: 100%;
}

.mg-t-20 {
    margin-top: 20px;
}

.mg-t-25 {
    margin-top: 25px;
}

.mg-r-15 {
    margin-right: 15px;
}

.wd-20 {
    width: 20px;
}

.pd-l-0 {
    padding-left: 0;
}

.wd-p-100 {
    width: 100%;
}

.wd-100 {
    width: 100px;
}

.wd-110 {
    width: 110px;
}

.wd-120 {
    width: 120px;
}

.wd-285 {
    width: 285px;
    max-width: 100%;
}

.wd-296 {
    width: 296px;
    max-width: 100%;
}

.wd-70 {
    width: 70px;
}

.text-bold {
    font-weight: bold;
}

.text-primary-force {
    color: #1eb3eb !important;
}

.loginbody {
    background: url(../images/login-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
}

body {
    background: #e2e2e2;
}

.bx-purple {
    border-bottom: 3px solid #2b4486;
}

.tx-purple {
    color: #2b4486;
}

.tx-purple-force {
    color: #2b4486 !important;
}

.tx-bold-force {
    font-weight: bold !important;
}

.btn-purple {
    color: #fff;
    background: #3d65ca;
    border-color: #3d65ca;
}

.btn-white {
    color: #9b9b9b;
    background: #fff;
    border-color: #fff;
}

.btn-purple:hover {
    color: #fff;
    background: #3057b9;
    border-color: #3057b9;
}

.btn-default-outline {
    background: transparent;
    border: 1px solid #cfcfcf;
    color: #525252;
}

.btn-group:hover .btn-default-outline, btn-group:active .btn-default-outline, btn-group:focus .btn-default-outline {
    background: transparent;
    border: 1px solid #01b9f5;
}

.btn-skyblue-outline {
    background: transparent;
    border: 1px solid #01b9f5;
    color: #525252;
}

.tx-primary {
    color: #1eb3eb;
}

.tx-dark {
    color: #000000;
}

.tx-success {
    color: #0da20a;
}

.tx-failed {
    color: #fe0000;
}

.tx-gray {
    color: #9b9b9b;
}

.mg-t-2 {
    margin-top: 2px;
}

.mg-r-5 {
    margin-right: 5px;
}

.mg-r-7 {
    margin-right: 7px;
}

.mg-r-15 {
    margin-right: 15px;
}

.tx-20 {
    font-size: 20px;
}

.bg-light-gray {
    background: #e2e2e2;
}

.disply-block {
    display: inline-table !important;
}

.ExlImg {
    max-width: 28px;
}

label {
    font-weight: normal;
    margin-bottom: .1rem;
    color: #000;
    font-size: .835rem;
}

.field-validation-error {
    color: #df2d2d !important;
        font-size: .775rem;
}

.today-date {
    font-weight: bold;
    text-transform: uppercase;
    color: #2c4480;
    margin-left: 10px;
}

.content-title {
    font-weight: 700;
    font-size: 1.09375rem;
    text-transform: uppercase;
}

.tx-bold {
    font-weight: bold;
}

.tx-uc {
    text-transform: uppercase;
}

@media (max-width: 767px) {
    mg-t-14px-767 .main-heading {
        padding: 0 62px;
    }

    .powered-login {
        color: #939393;
        padding: 10px;
        width: 100%;
        font-size: .725rem;
        position: relative;
        bottom: 0;
    }

    .wrapcontent {
        top: 63% !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .cstm-cntr {
        height: 100vh !important;
    }

    .tb-link {
        padding: 5px;
    }

    .card-box-dash {
        padding: 15px 10px !important;
        width: 138px !important;
        height: 120px !important;
        margin: 8px !important;
    }

    .cbd-inside img {
        height: 42px !important;
    }

    .cbd-inside h6 {
        position: relative;
        color: #525252;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 20px;
        font-size: .825rem;
    }

    .tb-link-inner {
        display: none;
    }

    .tb-link img {
        margin-right: 10px;
    }

    .today-date {
        display: none;
    }

    .navbar-nav {
        border-left: 0;
    }

    .d-xs-none {
        display: none !important;
    }

    .d-xs-inline-block {
        display: inline-block !important;
    }

    .mg-xs-l-20 {
        margin-left: 20px;
    }

    .main-logo {
        margin-bottom: .5rem !important;
    }

    .logoimg {
        height: 35px;
    }

    .main-heading {
        font-size: .875rem !important;
        text-transform: capitalize !important;
    }

    .lgout {
        top: .75rem !important;
        right: .75rem !important;
    }

    .wrapcontent {
        height: 100%;
    }
}

@media (min-width: 768px) {
    .justify-content-end-767 {
        justify-content: flex-end;
    }

    .tb-link {
        padding: 15px 20px;
    }

    .bdr-rgt-aftr > div {
        border-left: 1px solid #e9e9e9;
    }

        .bdr-rgt-aftr > div:first-child {
            border-left: 1px solid transparent;
        }
}

.tb-link {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: 5px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}

    .tb-link.active {
        background: #fff;
        border-bottom: 3px solid #2b4486;
        box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    }

    .tb-link:hover {
        background: #fff;
        box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    }

    .tb-link.bx-purple:hover {
        background: #fff;
        border-bottom: 3px solid #2b4486;
    }

    .tb-link.bx-success:hover {
        background: #fff;
        border-bottom: 3px solid #0da20a;
    }

    .tb-link.bx-failed:hover {
        background: #fff;
        border-bottom: 3px solid #fe0000;
    }

    .tb-link:last-child {
        margin-right: 0px;
    }

    .tb-link img {
        margin-right: 10px;
    }

.tb-link-inner {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1rem;
}

    .tb-link-inner span {
        display: block;
        font-size: .775rem;
        font-weight: 500;
        text-transform: none;
        color: #828282;
    }

.custom-tbl tr th {
    background: #e2e2e2;
    border-bottom: 1px solid #e6e6e6;
    color: #525252;
    border-top: 0 !important;
}

.rbread .bimg {
    margin-right: 15px;
    height: 22px;
}

.badge-default {
    color: #525252;
    background-color: #e2e2e2;
}

.bx-head img {
    height: 24px;
}

.bx-head h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #2b4486;
    margin: 0 10px;
}

.bx-head span {
    font-weight: 500;
    color: #9b9b9b;
}

.searchbx {
    display: inline-block;
    width: 250px;
    max-width: 100%;
}

@media (max-width: 767px) {
    .badge, .btn {
        margin-bottom: 10px;
    }

    .searchbx {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
}

.card-custom {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid #d5d5d5;
    border-radius: .25rem;
    margin-bottom: 1rem;
}

.card-cstm {
    box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}

.date-nostip {
    color: #525252;
}

    .date-nostip img {
        height: 12px;
        margin-right: 5px;
    }

.date-stip {
    padding: 5px 15px 5px 10px;
    color: #525252;
    background: url(../images/Tag.svg) no-repeat;
    background-size: 100%;
    background-position: left center;
    margin-top: 5px;
}

    .date-stip img {
        height: 12px;
        margin-right: 5px;
    }

.card-body-custom {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px;
}

    .card-body-custom .row {
        margin-right: -6px;
        margin-left: -6px;
    }

    .card-body-custom .col-1, .card-body-custom .col-2, .card-body-custom .col-3, .card-body-custom .col-4, .card-body-custom .col-5, .card-body-custom .col-6, .card-body-custom .col-7, .card-body-custom .col-8, .card-body-custom .col-9, .card-body-custom .col-10, .card-body-custom .col-11, .card-body-custom .col-12, .card-body-custom .col, .card-body-custom .col-auto {
        padding-right: 6px;
        padding-left: 6px;
    }

    .card-body-custom p {
        margin-bottom: 10px;
        line-height: 1rem;
        font-size: 13px;
    }

    .card-body-custom label {
        font-size: 1rem;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .05rem;
}

.custom-control-label::before {
    background: #fff;
}

.add-img {
    margin-top: 10px;
}

    .add-img a {
        margin-left: -10px;
    }

        .add-img a:first-child {
            margin-left: 0px;
        }

.add-img-inner {
    width: 35px;
    height: 35px;
    box-shadow: 0 0 2px #ccc;
    margin-left: -10px;
    border-radius: 50%;
}

.add-img-inner2 {
    width: 75px;
    height: 75px;
    box-shadow: 0 0 2px #ccc;
    margin-left: -20px;
    border-radius: 50%;
}

.add-img img:first-child {
    margin-left: 0px;
}

.card-custom .card-footer {
    background: transparent;
    border-color: #e2e2e2;
    background: #e2e2e2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 10px;
    color: #525252;
}

    .card-custom .card-footer img {
        height: 22px;
    }

.card-custom .dropdown-menu::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 10px;
    top: -10px;
    background: url(../images/arrow-up-blue.svg) no-repeat;
}

.dropover {
}

.drop-img {
    width: 55px;
    height: 55px;
    margin-right: 10px;
    border-radius: 50%;
    float: left;
}

.bd-b-1 {
    border-bottom: 1px solid #e5e5e5;
}

.title-drp {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    color: #2b4486;
    font-weight: 700;
}

.title-drp-1 {
    padding: 10px 0;
    color: #2b4486;
    font-weight: 700;
    margin-bottom: 0;
}

.fegraph {
    width: 40px;
    margin-right: 7px;
}

.assign-count img {
    height: 20px;
}

.dropdown-item {
    padding: 10px 7px;
    transition: .3s all ease-in-out;
}

.breadcrumb-dropdown {
    left: 13px !important;
    border: 0 !important;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2196078431372549);
    background: #e9e9e9;
    position: relative;
}

.dropdown-body-cst {
    padding: 15px;
}

.inner-dropdown-body {
    padding: 10px;
}

.dropdown-menu {
}

.dropdown-item:hover {
    background: #1eb3eb;
    color: #fff !important;
}

.addbook img {
    width: 16px;
    height: 16px;
}

.target-cont span {
    font-size: 12px;
    color: #939393;
}

.mn-wd-130 {
    min-width: 130px;
}

/* ============================================================== 
     # Login 
=================================================================== */

/* Login Material Floating Start*/
.login-body {
    height: 100vh;
    position: relative;
}

.title-login {
    text-transform: uppercase;
    font-weight: bold;
    color: #415ea9;
}

.topdesign {
    width: 100%;
}

@media (min-width:768px) {
    .powered-login {
        color: #888888;
        padding: 20px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .login-body:before {
        content: '';
        position: absolute;
        top: -100px;
        right: 5%;
        width: 100%;
        height: 100%;
        background: url(../images/login-bg-image.svg);
        background-repeat: no-repeat;
        background-position: top left;
        z-index: -1;
        opacity: .7;
    }

    .login-box {
        background: #fff;
        box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.16);
        min-height: 100%;
        width: 430px;
        max-width: 90%;
        margin: 0 5%;
        float: right;
        position: relative;
    }

    .log-tx-web {
        position: absolute;
        bottom: 50px;
        left: 5%;
    }

    .login-box-body {
        padding: 40px 80px;
    }
}

@media (max-width:980px) {
    .title-login {
        font-size: 1.5rem;
    }
}

@media (max-width:767px) {
    .log-tx-web {
        display: none;
    }

    .login-box {
        background: #fff;
        box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.16);
        min-height: 100%;
        width: 450px;
        max-width: 100%;
        margin: auto;
        float: none;
        position: relative;
    }

    .login-box-body {
        padding: 20px;
        height: 77vh;
    }
}

.logo {
    height: 60px;
}

.emp-login {
    position: relative;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    margin-top: 15px;
}

    .emp-login:after {
        position: absolute;
        content: '';
        border: 1px solid #1eb3eb;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
    }

.login-form {
    margin-top: 50px;
}


.fpr {
    margin: 10px 0 40px;
}

    .fpr a {
        color: #000;
    }

        .fpr a:hover {
            color: #1eb3eb;
        }

/* Login Material Floating End*/
/*==================================*/

/*Data Table*/
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0 !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #c8ced3 !important;
}

/*Spinning*/
#dvAssignments {
}

#dvProcessing {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    border-radius: .25rem;
}

.loader-custom {
    position: relative;
    width: 100%;
    height: 100%;
}

.loader-custom-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    z-index: 1000;
}

    .loader-custom-inner .pro-img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

.btn-dropdwn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-control {
    position: relative;
    display: inline-block;
    min-height: 1.3125rem;
    padding-left: 1.5rem;
}

.min-wd-160 {
    min-width: 160px;
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
    height: 100px !important;
}

.tbl-scroll .dataTables_processing {
    display: block;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.9) 25%,rgba(255,255,255,.9) 75%,rgba(255,255,255,0) 100%);
    width: 100%;
    margin-left: -50% !important;
    margin-top: -25px;
    padding-bottom: 20px;
    font-size: 1.2em;
    border: none;
    width: 100% !important;
}

.back {
    height: 14px !important;
    margin-right: 10px;
}

/*Range Slider*/
.rngslide {
}
/*.value {
    position: absolute;
    top: 30px;
    left: 50%;
    margin: 0 0 0 -20px;
    width: 40px;
    text-align: center;
    display: block;
    font-weight: normal;
    font-family: Verdana,Arial,sans-serif;
    font-size: 14px;
    color: #333;
}

.price-range-both.value {
    width: 100px;
    margin: 0 0 0 -50px;
    top: 26px;
}

.price-range-both {
    display: none;
}

.value i {
    font-style: normal;
}*/

/*popup model*/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: 0px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #d2d2d2;
    background-color: #d5d5d5;
    border-radius: 0;
    padding: 10px 15px;
}


.Deactive {
    color: #0e5bbc;
}

.Active {
    color: #07a92a;
}

/*Accordian*/
.mb-0 > a {
    display: block;
    position: relative;
}

    .mb-0 > a:after {
        content: "\f0d7"; /* fa-chevron-down */
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
    }

    .mb-0 > a[aria-expanded="true"]:after {
        content: "\f0d8"; /* fa-chevron-up */
    }

.accordion-custom {
    background: #fff;
}

    .accordion-custom .card {
        box-shadow: none;
        margin-bottom: 0;
        border-radius: 0;
    }

    .accordion-custom .card-header {
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: 0;
    }

        .accordion-custom .card-header h6 {
            font-weight: bold;
        }

            .accordion-custom .card-header h6 a {
                color: #525252;
            }

    .accordion-custom .card-body {
    }

    .accordion-custom .list-group-item {
        font-weight: bold;
        color: #939393;
        border: 1px solid #e5e5e5;
    }

        .accordion-custom .list-group-item:first-child {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-top: 0;
        }

        .accordion-custom .list-group-item:last-child {
            margin-bottom: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

    .accordion-custom .card-header .custom-control-label::before {
        top: 0;
    }

    .accordion-custom .card-header .custom-control-label::after {
        top: 0;
    }

.check-custom input[type=radio] {
    margin: 0 3px 0 0px;
}

.chk-cstm .cst-label {
    /*font-weight: bold;*/
}

.chk-cstm label {
    font-weight: 400;
    margin-right: 5px;
}


/*Dashboard */
.card-body-inner {
    padding: 15px;
}

.lgroup {
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
}

.loca {
    margin-left: 1px;
}

.badge-cstm {
    display: inline-block;
    padding: .35em .45em;
    font-size: 85%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .125rem;
}

.zname {
    color: #2b4486;
    text-transform: uppercase;
    font-weight: bold;
}

.billeditem {
    color: #9bbb58;
}

.unbilleditem {
    color: #525252;
}

.badge-cstm-gold {
    background: #b8a98c;
    color: #fff;
    text-transform: capitalize;
}

    .badge-cstm-gold:hover {
        color: #fff;
    }

.badge-cstm-bill {
    background: #9bbb58;
    color: #fff;
}

.badge-cstm-exception {
    background: #445870;
    color: #fff;
}

.badge-cstm-teal {
    background: #0c96a3;
    color: #fff;
}

.badge-cstm-danger {
    background: #be4a31;
    color: #fff;
}

.widget-head {
    padding: 15px;
}

.rgt-wdgt {
}

.wgt-ttl-icon {
    display: inline-block;
    vertical-align: top;
}

.widget-title {
    font-weight: bold;
    color: #525252;
    text-transform: uppercase;
}

.tconsumer {
    color: #939393;
    font-weight: bold;
    line-height: 1rem;
    display: inline-block;
    margin: 0 7px;
}

    .tconsumer .cvalue {
        color: #000;
        display: block;
        font-size: 1.2rem;
    }

.wdgt-total {
    background: url(../images/blue-patch.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top left;
}

.wdgt-warning {
    background: #e7c824;
    border-radius: 0.25rem;
}

.wdgt-info {
    background: #6cd3ed;
    border-radius: 0.25rem;
}

.wdgt-success {
    background: #5ee047;
    border-radius: 0.25rem;
}

.wgt-hdr {
    padding: 10px;
}

.wgt-ttl {
    color: rgba(0,0,0,0.5);
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

.grow-wgt span {
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    margin-right: 10px;
    vertical-align: text-top;
}

.grow-wgt img {
    width: 20px;
}

@media (max-width:767px) {
    .mg-bt-575 {
        margin-bottom: .75rem;
    }

    .billed-card, .unbilled-card {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .blcard1, .unblcard1 {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    /*.crdcst .card-group .card {
    border: 1px solid transparent !important;
    width: calc(100% / 3);
    border-right: 1px solid rgba(0,0,0,0.1) !important;
  }
    .crdcst .card-group .card:last-child {
    border: 1px solid transparent !important;
    width: calc(100% / 3);
    border-right: 0px solid rgba(0,0,0,0.1) !important;
  }
   .crdcst .card-group {
    -ms-flex-direction: row;
    flex-direction: row;
}
    .crdcst .card-group .card {
    margin-right: 5px !important;
    margin-left: 5px !important;
}*/
    .wdgt-total .card-group {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .wdgt-total .card-group .card {
            border: 0 !important;
            border-right: 1px solid rgba(0,0,0,0.1) !important;
            border-top: 1px solid rgba(0,0,0,0.1) !important;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .wdgt-total .card-group .card:last-child {
                border-right: 0 !important;
            }

    .foot-dash-custom {
        color: #fff;
        position: absolute;
        bottom: 10px;
        left: 0%;
        margin: auto;
        font-size: 11px;
        width: 100%;
        text-align: center;
    }

    .nameFe {
        white-space: nowrap;
    }

    .ttl-Sub {
        white-space: nowrap;
    }

    .vr {
        display: block;
    }

    .custom-table-new tr td {
        vertical-align: unset !important;
    }

    .rep-at {
        white-space: nowrap;
    }

    .mg-t-10-sm {
        margin-top: 10px;
    }

    .card-group > .card {
        margin-bottom: 10px;
    }

    .main .container-fluid {
        padding: 0 10px;
    }

    .content-title {
        font-weight: 700;
        font-size: 0.9rem;
        text-transform: uppercase;
    }
}

@media (min-width:768px) {
    .wdgt-total .card-group .card:first-child {
        border-left: 0;
    }

    .wdgt-total .card-group .card:last-child {
        border-right: 0;
    }
}

.wdgt-total .card-group .card {
    box-shadow: none;
    background: transparent;
    border: 1px solid rgba(0,0,0,0.1);
}

.card-body-inside {
    padding: 7px 10px;
    height: 56px;
}

.assgn-value-inner {
    font-size: 1.3rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.3rem;
}

    .assgn-value-inner span {
        color: rgba(0,0,0,0.5);
        font-size: .875rem;
        margin-left: 3px;
    }

.assgn-ttl {
    color: rgba(0,0,0,0.5);
    font-weight: bold;
    text-transform: uppercase;
}

.wdgt-foot {
    padding: 10px;
}

    .wdgt-foot h6 {
        font-weight: bold;
        color: #fff;
        margin-bottom: 0;
    }

.wgt-hdr1 {
    padding: 5px 10px;
}

.wgt-ttl1 {
    color: rgba(0,0,0,0.5);
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

.grow-wgt1 span {
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    margin-right: 10px;
}

.grow-wgt1 img {
    width: 16px;
}

.updown {
    width: 20px;
}

.prev-next i {
    font-size: .65rem;
}

.sld-ttl {
    color: rgba(0,0,0,0.5);
    line-height: 1rem;
    font-size: .75rem;
    font-weight: bold;
}

.sld-desc {
    color: #fff;
    font-size: .7rem;
    line-height: .875rem;
}

.custom-table-new tr td:first-child {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.custom-table-new tr td:last-child {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.custom-table-new tr td, .custom-table-new tr th {
    padding: .5rem;
    vertical-align: middle;
    border-top: 0;
}
/* .bdtd{border-right:1px solid #d5d5d5;} */
.custom-table-new tr td {
    position: relative;
}

    .custom-table-new tr td:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 70%;
        top: 15%;
        right: 1px;
        background: #d5d5d5;
    }

        .custom-table-new tr td:after tr td:last-child {
            content: '';
            position: absolute;
            width: 0px;
            height: 70%;
            top: 15%;
            right: 0px;
            background: #d5d5d5;
        }

.custom-table-new tr:nth-child(odd) {
    background: #e2e2e2;
}

.custom-table-new tr:nth-child(even) {
    background: #f9f9f9;
}

.avtr-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 15px;
}

.nameFe {
    font-size: 1rem;
    color: #2b4486;
}

    .nameFe a {
        color: #2b4486;
    }

.nameFe1 {
    font-size: .875rem;
    color: #2b4486;
    font-weight: bold;
}

.rnr-desc {
    font-size: .825rem;
    color: #525252;
    display: block;
    font-weight: 400;
}

.nameFe1 a {
    color: #2b4486;
}

.nameFe img {
    margin-left: 7px;
}

.ttl-Sub {
    font-size: .75rem;
    color: #9b9b9b;
}

.valueRate {
    font-weight: bold;
}

    .valueRate span {
    }

    .valueRate .vr {
        color: #2b4486;
        margin-right: 3px;
        font-size: .925rem;
    }

    .valueRate img {
        margin-left: 10px;
    }

.ttl-Sub1 {
    font-size: .725rem;
    color: #9b9b9b;
}

.valueRate1 {
    font-weight: bold;
    font-size: .725rem;
}

    .valueRate1 span {
        color: #2b4486;
        margin-right: 2px;
        font-size: .925rem;
    }

    .valueRate1 img {
        margin-left: 1px;
    }


.circle-secondary {
    display: inline-block;
    background: #525252;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    line-height: 1.65rem;
}

.circle-danger {
    display: inline-block;
    background: #df2d2d;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    line-height: 1.65rem;
}

.act-btn img {
    margin: 0 5px;
    height: 17px !important;
}

.inactive {
    opacity: 0.5;
}

.avt-rating {
    width: 70px;
    position: relative;
    margin-right: 15px;
}

    .avt-rating .avt-img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
    }

    .avt-rating .status-rating {
        position: absolute;
        bottom: 0;
        right: 0;
    }

.btn-img {
    margin: 0 10px;
}

.avt-rating1 {
    width: 62px;
    position: relative;
}

    .avt-rating1 .avt-img1 {
        width: 62px;
        height: 62px;
        border-radius: 50%;
    }

.feavt-rating {
    width: 62px;
    position: relative;
}

    .feavt-rating .feavt-img {
        width: 62px;
        height: 62px;
        border-radius: 50%;
    }

    .feavt-rating .status-feavt {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 16px;
    }

.bx-head2 img {
    height: 24px;
}

.bx-head2 h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #2b4486;
    margin: 0 10px;
    display: inline-block;
}

.bx-head2 {
    clear: both;
    margin-bottom: 20px;
    /*padding-top:15px;
	border-top:2px solid #d5d5d5;*/
}

.bx-head1 img {
    height: 24px;
}

.bx-head1 h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #2b4486;
    margin: 0 10px;
}

.bx-head1 span {
    font-weight: 500;
    margin-right: 5px;
}

.dateinline {
    display: inline-block;
    width: 180px;
    max-width: 100%;
}

.badge-dark {
    background: #6c757d;
    color: #fff;
}

.billstatus span {
    margin-bottom: 3px;
}

.slide-cap .carousel-control-prev, .slide-cap .carousel-control-next {
    width: 12px;
    height: 18px;
    opacity: 1;
}

.slide-cap .pvnxt-control {
    position: absolute;
    right: 10px;
    top: -33px;
    width: 30px;
    height: 20px;
}

a:hover {
    color: #1eb3eb;
    text-decoration: none;
}

.lnews {
    margin: 0 10px;
}

.newsttl {
    color: #09c5f2;
    font-size: .825rem;
}

.ticker {
    width: 100%;
}

    .ticker div {
        display: inline-block;
        word-wrap: break-word;
    }

.bdr-sep {
    height: 1px;
    background: #d5d5d5;
}

.card-bx {
    border: 1px solid #e2e2e2;
    box-shadow: none;
    border-radius: .25rem;
}

    .card-bx .card-body {
        padding: 1rem;
    }

    .card-bx .card-header {
        color: #525252;
        text-transform: uppercase;
        font-weight: bold;
        padding: .5rem .825rem;
        background-color: #fff;
        border-bottom: 1px solid #e2e2e2;
    }

        .card-bx .card-header a {
            color: #939393;
        }

    .card-bx .card-footer img {
        height: 24px;
    }

.card-footer {
    padding: .5rem .825rem;
    background-color: #e2e2e2;
    border-top: 1px solid #e2e2e2;
}

.upd-avatar {
    width: 150px;
    height: 150px;
    margin: auto;
    position: relative;
}

    .upd-avatar .upd-img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
    }

    .upd-avatar .upd-status-avatar {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 30px;
    }

.u-prof {
    width: 260px;
    margin: 10px 0;
}

    .u-prof img {
        width: 90px;
        height: 90px;
    }

.UserName {
    color: #000;
    font-weight: bold;
    font-size: 1rem;
}

.UserCode {
    color: #939393;
}

.UserEditProf {
    margin-top: 10px;
    font-weight: bold;
}

.drpdwn-footer {
    padding: 10px 15px;
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-color: rgba(0,0,0,.1);
}

.btn-defalut-custom {
    color: #525252;
    background: #f8f8f8;
    border: 1px solid #d5d5d5;
    text-transform: capitalize;
    font-weight: bold;
}

    .btn-defalut-custom:hover {
        color: #000;
        background: #e5e5e5;
        border: 1px solid #c6c6c6;
    }

.UserEditProf .btn {
    font-weight: bold;
    text-transform: capitalize;
}

.tx-capi {
    text-transform: capitalize !important;
}

.user-prof-detail {
    text-align: center;
}

.upd-name {
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 25px;
    color: #2b4486;
}

.upd-name-sub {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 5px;
    color: #525252;
}

.rating-view {
    margin: 5px 0;
}

    .rating-view img {
        width: 16px;
    }

.upd-call {
    font-weight: bold;
    color: #525252;
}

.upd-email {
    font-weight: bold;
    color: #525252;
}

.tx-capi {
    text-transform: capitalize;
}

.btn-secondary {
    color: #fff;
    background-color: #9b9b9b;
    border-color: #9b9b9b;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #7b7b7b;
        border-color: #7b7b7b;
    }

.main-landing {
}

@media (min-width:768px) {
    .bd-r-aftr {
        position: relative;
    }

        .bd-r-aftr:after {
            content: '';
            position: absolute;
            width: 1px;
            height: 100%;
            background: #e2e2e2;
            right: 0;
            top: 0;
        }

    .cbd-inside h6 {
        position: relative;
        color: #525252;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 20px;
        font-size: .925rem;
    }

    .cbd-inside1 h6 {
        position: relative;
        color: #525252;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 20px;
        font-size: .925rem;
    }

    .wrapcontent {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
    }
}

.logo-dash {
    margin: 70px 0 30px;
}

.innerbody {
    text-align: center;
}

.cstm-cntr {
    /*position: relative;*/
    height: 90%;
}

.card-box-dash {
    background: #fff;
    padding: 20px;
    text-align: center;
    display: inline-block;
    /*border-radius: 0.25rem;*/
    box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    margin: 10px;
    width: 170px;
    height: 145px;
}



.cbd-inside h6:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background: #1eb3eb;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.foot-dash-custom {
    color: #525252;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0%;
    margin: auto;
    width: 100%;
    font-size: .785rem;
    display: none;
}
/*----- box effect -----*/
.is-disabled {
    background: #fdfdfd !important;
    pointer-events: none;
    cursor: no-drop;
    cursor: not-allowed;
}

    .is-disabled img, .is-disabled cbd-inside1, .is-disabled h5, .is-disabled h6 {
        color: #939393;
        opacity: .5;
    }

    .is-disabled .cbd-inside1 h6:after {
        content: '';
        position: absolute;
        width: 35px;
        height: 2px;
        background: #939393;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
    }

.cbd-inside {
    display: block;
}

    .cbd-inside img {
        height: 45px;
    }

.card-box-dash1 {
    background: #fff;
    padding: 30px 20px 20px 20px;
    text-align: center;
    display: inline-block;
    /*border-radius: 0.25rem;*/
    /*box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);*/
    margin: 14px;
    width: 200px;
    height: 186px;
}

.cbd-inside1 {
    display: block;
}

    .cbd-inside1 img {
        height: 45px;
    }

    .cbd-inside1 h6:after {
        content: '';
        position: absolute;
        width: 35px;
        height: 2px;
        background: #1eb3eb;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
    }

.card-box-dash {
    position: relative;
}

    .card-box-dash::before, .card-box-dash::after {
        content: "";
        width: 0;
        height: 2px;
        position: absolute;
        transition: all 0.2s linear;
        background: #1eb3eb;
    }

.cbd-inside::before, .cbd-inside::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #1eb3eb;
}

.card-box-dash:hover::before, .card-box-dash:hover::after {
    width: 100%;
}

.card-box-dash:hover .cbd-inside::before, .card-box-dash:hover .cbd-inside::after {
    height: 100%;
}

.card-box-dash::after {
    left: 0;
    bottom: 0;
    transition-delay: 0.6s;
}

.card-box-dash .cbd-inside::after {
    transition-delay: 0.4s;
    right: 0;
    bottom: 0;
}

.card-box-dash::before {
    right: 0;
    top: 0;
    transition-delay: 0.2s;
}

.card-box-dash .cbd-inside::before {
    transition-delay: 0s;
    left: 0;
    top: 0;
}

.card-box-dash:hover::after {
    transition-delay: 0s;
}

.card-box-dash:hover .cbd-inside::after {
    transition-delay: 0.2s;
}

.card-box-dash:hover::before {
    transition-delay: 0.4s;
}

.card-box-dash:hover .cbd-inside::before {
    transition-delay: 0.6s;
}

.card-box-dash1 {
    position: relative;
}

    .card-box-dash1::before, .card-box-dash1::after {
        content: "";
        width: 0;
        height: 2px;
        position: absolute;
        transition: all 0.2s linear;
        background: #1eb3eb;
    }

.cbd-inside1::before, .cbd-inside1::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #1eb3eb;
}

.card-box-dash1:hover::before, .card-box-dash1:hover::after {
    width: 100%;
}

.card-box-dash1:hover .cbd-inside1::before, .card-box-dash1:hover .cbd-inside1::after {
    height: 100%;
}

.card-box-dash1::after {
    left: 0;
    bottom: 0;
    transition-delay: 0.6s;
}

.card-box-dash1 .cbd-inside1::after {
    transition-delay: 0.4s;
    right: 0;
    bottom: 0;
}

.card-box-dash1::before {
    right: 0;
    top: 0;
    transition-delay: 0.2s;
}

.card-box-dash1 .cbd-inside1::before {
    transition-delay: 0s;
    left: 0;
    top: 0;
}

.card-box-dash1:hover::after {
    transition-delay: 0s;
}

.card-box-dash1:hover .cbd-inside1::after {
    transition-delay: 0.2s;
}

.card-box-dash1:hover::before {
    transition-delay: 0.4s;
}

.card-box-dash1:hover .cbd-inside1::before {
    transition-delay: 0.6s;
}


/*File Upload*/
.fileupload {
    padding: 15px;
    border: 2px dashed #d5d5d5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
}

.files input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 5;
}

.drag-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

    .drag-title > span {
        display: block;
        font-size: 16px;
    }

.list-prog {
    width: 180px;
    height: 10px;
}

.c-header {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1eb3eb;
}

.tx-secondary {
    color: #525252;
}

.mg-l-7 {
    margin-left: 7px;
}

.wd-16 {
    width: 16px;
}

.wd-18 {
    width: 18px;
}

.wd-20 {
    width: 20px;
}

/*Pagination*/
.dataTables_paginate > a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #e6e6e6;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #000;
    margin-left: 3px;
    cursor: pointer;
}

.mn-ht-80vh {
    min-height: 88vh;
}

.title-img {
    height: 24px;
    margin-right: 7px;
}

.cal-icon-left input[type=text], .cal-icon-left select {
    background-image: url(../images/cal-icon.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: left 10px bottom 10px;
    padding-left: 25px;
}

.cal-icon-right input[type=text], .cal-icon-right select {
    background-image: url(../images/cal-icon.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: right 8px bottom 8px;
    padding-right: 25px;
}

.search-icon-left input[type=text], .search-icon-left select {
    background-image: url(../images/search_gray.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: left 7px bottom 7px;
    padding-left: 25px;
}

.search-icon-right input[type=text] {
    background-image: url(../images/search_gray.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: right 7px bottom 7px;
    padding-right: 25px;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #1eb3eb;
    background-color: #1eb3eb;
}
.custom-switch {
    padding-left: 15px;
}

    .custom-switch .custom-control-label::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem;
    }

    .custom-switch .custom-control-label::after {
        top: calc(.15rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #adb5bd;
        border-radius: .5rem;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    }

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
    cursor: pointer;
}

.custom-control-label {
    cursor: pointer;
}

.pt-img {
    height: 36px;
}

.page-heading {
    font-size: 1.1rem;
    color: #525252;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
    vertical-align: middle;
}

    .page-heading .page-heading-sub {
        font-size: .775rem;
        color: #b1b1b1;
        display: block;
        font-weight: 400;
    }

.bd-clearfix {
    height: 1px;
    background: #dfdfdf;
    display: block;
    clear: both;
}

/*Table Custom*/
.table {
    border-collapse: collapse !important;
}

.custom-table-bordered {
    border: 1px solid #fff !important !important;
    border-collapse: collapse;
}

    .custom-table-bordered > thead > tr > th, .custom-table-bordered > tbody > tr > th, .custom-table-bordered > tfoot > tr > th, .custom-table-bordered > thead > tr > td, .custom-table-bordered > tbody > tr > td, .custom-table-bordered > tfoot > tr > td {
        border: 1px solid #fff !important;
        vertical-align: middle;
    }

    .custom-table-bordered tr th {
        background-color: #1eb3eb;
        color: #fff;
        padding: .35rem .45rem !important;
        font-weight: normal !important;
        text-transform: uppercase;
        font-size: .835rem;
    }

    .custom-table-bordered tr td {
        padding: 0.35rem 0.45rem !important;
    }

.th-nowrap tr th {
    white-space: nowrap;
}

.custom-table-bordered tr:nth-child(odd) {
    background: #eee;
}

.custom-table-bordered tr:nth-child(even) {
    background: #ddd;
}

.main-heading {
    color: #525252;
    font-size: 1.35rem;
    /*text-align: center;
     text-transform: uppercase;
    font-weight: bold;*/
    letter-spacing: .025rem;
}

.fe-tar-ach {
    font-size: 1rem;
    font-weight: bold;
    color: #2b4486;
}

    .fe-tar-ach .fe-ta-down {
        margin-left: 5px;
        vertical-align: inherit;
    }

.addbook .btn {
    text-transform: uppercase;
    padding: .5rem 1rem;
    font-size: .965rem;
}

    .addbook .btn.tx-purple:hover {
        color: #223874;
    }

    .addbook .btn img {
        width: 17px;
        height: 17px;
        vertical-align: sub;
    }

.addpreferbook .btn {
    text-transform: uppercase;
    padding: .5rem 1rem;
    font-size: .965rem;
}

    .addpreferbook .btn.tx-purple:hover {
        color: #223874;
    }

    .addpreferbook .btn img {
        width: 17px;
        height: 17px;
        vertical-align: sub;
    }

.main-logo {
    text-align: center;
    margin-bottom: 1rem;
}

.logoimg {
    margin: auto;
}

.lgout {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}

.icons-behav img {
    height: 15px;
}

.adv-data {
    display: none;
}

.cur-ptr {
    cursor: pointer;
}

/*Zone Color*/
.noidazone {
    background: #B9A98C;
    color: #fff;
}

.saharanpurzone {
    background: #0C96A3;
    color: #fff;
}

.ghaziabadzone {
    background: #ff7f0e;
    color: #fff;
}

.meerutzone {
    background: #874FB1;
    color: #fff;
}

.meerutzone {
    background: #874FB1;
    color: #fff;
}

.moradabadzone {
    background: #814e77;
    color: #fff;
}

.btn-dark {
    color: #fff;
    background-color: #525252;
    border-color: #525252;
}

.ratingview {
    margin-bottom: 5px;
}

    .ratingview img {
        width: 13px;
    }

.vist {
    font-size: .825rem;
}

.bldubld {
    font-size: .825rem;
}

.vistdy {
    font-size: 1.2rem;
    color: #27acd7;
    font-weight: bold;
    line-height: 1.2rem;
}

    .vistdy .visoutof {
        font-size: .875rem;
        font-weight: normal;
        color: #27acd7;
        margin-left: 5px;
    }

.blbilled {
    font-size: 1.2rem;
    color: #27acd7;
    font-weight: bold;
    line-height: 1.2rem;
}

    .blbilled .blunbilled {
        font-size: .875rem;
        font-weight: normal;
        color: #525252;
        margin-left: 5px;
    }

.mg-tb-5 {
    margin: 5px 0;
}

.mg-tb-7 {
    margin: 7px 0;
}

.mg-tb-10 {
    margin: 10px 0;
}

.va-inherit {
    vertical-align: inherit;
}

.call-card .callcard {
    background: #01b9f5;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    color: #fff;
    border: 0;
}

.mail-card .mailcard {
    background: #012b73;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    color: #fff;
    border: 0;
}

.cm-card-body {
    padding: .25rem;
}

.actualdata {
    font-size: .925rem;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 5px;
}

.outofdata {
    font-size: .875rem;
    font-weight: 400;
}

.billed-card .blcard1 {
    background: #9cba58;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    color: #fff;
    border: 0;
}

.billed-card .blcard2 {
    background: #a7c36e;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    color: #fff;
    text-align: center;
    border: 0;
}

.unbilled-card .unblcard1 {
    background: #445870;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    color: #fff;
    border: 0;
}

.unbilled-card .unblcard2 {
    background: #5b6c80;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    color: #fff;
    text-align: center;
    border: 0;
}

.blcard-body {
    padding: .25rem;
}

.zone-card-footer {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .9rem;
}

.zone-name {
    background: rgba(0,0,0,0.1);
    padding: 8px 10px;
    text-transform: uppercase;
}

    .zone-name a {
        color: #fff;
    }

.zone-details {
    padding: 8px 5px;
    font-weight: bold;
}

.actionicons {
    padding: 8px 10px;
}

    .actionicons a {
        color: #fff;
        font-size: 1rem;
        margin-left: 5px;
    }

        .actionicons a:hover {
            color: rgba(255,255,255,0.8);
        }

        .actionicons a:first-child {
            margin-left: 0px;
        }

.pob-custom {
    width: 215px;
}

.pob-cfooter {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -8px;
}

.tblimport .dataTables_length, .tblimport .dataTables_info {
    margin-top: 15px;
    margin-right: 25px;
}

.drptitle {
    font-size: .75rem;
}

.hint-block {
    font-size: .8rem;
    margin-top: .1rem;
}

.checkedbtn {
    position: relative;
}

    .checkedbtn input[type=radio], .checkedbtn input[type=checkbox] {
        opacity: 0;
        position: absolute;
    }

    .checkedbtn input:checked ~ label {
        background: #1eb3eb;
        color: #fff;
        border-radius: 54px;
        cursor: pointer;
    }

    .checkedbtn label {
        padding: .3rem .75rem;
        background: #939393;
        font-size: .775rem;
        line-height: 1rem;
        color: #fff;
        border-radius: 54px;
        cursor: pointer;
        font-weight: 400;
    }

.cmnt-bx-bg {
    background: #eeeeee;
    width: 100%;
}

.dataTables_length select {
}

@media (min-width: 1024px) {
    .tblimport table td:first-child {
        max-width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .tblimport table td:last-child {
        width: 60px;
    }
}

@media (min-width:767px) {
    .mt4 {
        margin-top: 1.37rem !important;
    }

    .bg-totalcosum {
        border-radius: .5rem 0 0 .5rem;
    }

    .bg-todatVisit {
        border-radius: 0 .5rem .5rem 0;
    }

    .lRLine:after {
        position: absolute;
        content: '';
        height: 66%;
        background: rgba(0,0,0,0.2);
        width: 1px;
        top: 15px;
    }
}

@media (max-width:768px) {
    .bg-totalcosum {
        border-radius: .5rem .5rem 0 0;
    }

    .ggl-bg-totalcosum {
        border-radius: .5rem .5rem 0 0 !important;
    }

    .ggl-bg-todatVisit {
        border-radius: 0 0 .5rem .5rem !important;
    }

    .bg-todatVisit {
        border-radius: 0 0 .5rem .5rem;
    }

    .bdbtmcol .card-body-custom {
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }

    .bdbtmcolspc {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #d5d5d5;
    }
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

.form-control.input-validation-error {
    border-color: #f44336;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.bg-OverrallVisit {
    background: #1eb3eb;
    background-image: linear-gradient(to bottom, #1eb3eb, #1896d5, #1e7abc, #265fa2, #2b4486);
    /*background-image: linear-gradient(to bottom, #1eb3eb, #027abb, #046da5, #075f90, #09527c);*/
    color: #fff;
}

.bg-unbilled {
    background: #445870;
    color: #fff;
}

.bg-pendingbilled {
    background: #874FB1;
    color: #fff;
}

.bg-todatVisit {
    background: #b7a469;
    color: #fff;
    /*border-radius:0 8px 8px 0;box-shadow: 5px -2px 8px 1px #d9d9d9;*/
}

.bg-totalcosum {
    background: #d9a61a;
    color: #fff;
    box-shadow: 0px 0px 5px 3px #d9d9d9;
}

.assgn-ttl1 {
    color: rgba(255,255,255,0.85);
    font-size: .825rem;
}

.cb-header-widget {
    display: inline-block;
    background-image: url(../images/Patch-blue.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    font-size: .875rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 7px 25px 7px 15px;
}

.lve-status {
    margin-right: 10px;
}

.wd-75 {
    width: 75px;
}

.lve-desc .lve-req-desc {
    color: #000000;
}

    .lve-desc .lve-req-desc span {
        display: block;
        color: #888888;
        margin-bottom: 2px;
        text-transform: uppercase;
    }

.leave-request {
    padding: 15px 0;
    border-bottom: 1px dashed #dfdfdf;
}

    .leave-request:first-child {
        padding-top: 0;
    }

    .leave-request:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

.notification-scroll {
    float: left;
    overflow-y: scroll;
    height: 300px;
}

.force-overflow {
    min-height: 450px;
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.imgdist {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.billing-dashboard {
    background: white;
}

.redAlert {
    height: 22px;
    padding: 0;
    padding: 0 6px;
}

.lRLine {
    position: relative;
}

    .lRLine:before {
        position: absolute;
        right: 0;
        content: '';
        height: 66%;
        background: rgba(0,0,0,0.2);
        width: 1px;
        top: 15px;
    }

.apexcharts-yaxis-label {
    color: #027abc;
    font-weight: bold;
}

/*Wizard Style Tab*/
.lfttab img {
    display: inline-block;
    height: 33px;
    margin-right: 5px;
    vertical-align: text-bottom;
}

@media (max-width:767px) {
    .lfttab img {
        display: none;
    }
}

@media (min-width:768px) {
    .lfttab .tbcnt {
        margin-right: 30px;
    }
}

.lfttab .tbcnt {
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.15rem;
    color: #525252;
    font-size: .825rem;
}

    .lfttab .tbcnt span {
        display: block;
        font-weight: bold;
        font-size: 0.9rem;
        text-transform: capitalize;
    }

.arrtb {
    /*margin-left:60px;*/
}

.feavt-rating1 {
    position: relative;
}

    .feavt-rating1 .feavt-img1 {
        width: 100%;
        width: 73px;
        height: auto;
    }

    .feavt-rating1 .status-feavt1 {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 16px;
    }

.ratingview2 {
    margin-bottom: 5px;
}

    .ratingview2 img {
        height: 11px;
    }

.nameFe2 {
    font-size: 1rem;
    color: #525252;
    font-weight: 700;
    line-height: 1.3rem;
}

    .nameFe2 .rnr-desc2 {
        font-size: 0.8rem;
        color: #888888;
        display: block;
        margin-top: 4px;
        font-weight: 400;
    }

.nameFe1 a {
    color: #2b4486;
}

.nameFe2 img {
    margin-left: 7px;
    height: 15px;
}

.ttl-Sub {
    font-size: .75rem;
    color: #9b9b9b;
}

.nfedtl {
    margin-top: 10px;
}

.span-group, .span-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.span-primary {
    color: #fff;
    background-color: #64b5f6;
    border-color: #64b5f6;
}

.spanb {
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .3rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.span-outline-secondary {
    color: #525252;
    background-color: transparent;
    background-image: none;
    border-color: #e5e5e5;
}

.span-group > .spanb:not(:last-child):not(.dropdown-toggle), .span-group > .span-group:not(:last-child) > .spanb {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.span-group > .spanb:not(:first-child), .span-group > .span-group:not(:first-child) > .spanb {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.span-group .spanb + .spanb, .span-group .spanb + .span-group, .span-group .span-group + .spanb, .span-group .span-group + .span-group, .span-group-vertical .spanb + .spanb, .span-group-vertical .spanb + .span-group, .span-group-vertical .span-group + .spanb, .span-group-vertical .span-group + .span-group {
    margin-left: -1px;
}

.btnz-group, .btnz-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btnz-primary {
    color: #fff;
    background-color: #64b5f6;
    border-color: #64b5f6;
}

.btnz {
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .3rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btnz-outline-secondary {
    color: #525252;
    background-color: transparent;
    background-image: none;
    border-color: #e5e5e5;
}

.btnz-group > .btnz:not(:last-child):not(.dropdown-toggle), .btnz-group > .btnz-group:not(:last-child) > .btnz {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btnz-group > .btnz:not(:first-child), .btnz-group > .btnz-group:not(:first-child) > .btnz {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btnz-group .btnz + .btnz, .btnz-group .btnz + .btnz-group, .btnz-group .btnz-group + .btnz, .btnz-group .btnz-group + .btnz-group, .btnz-group-vertical .btnz + .btnz, .btnz-group-vertical .btnz + .btnz-group, .btnz-group-vertical .btnz-group + .btnz, .btnz-group-vertical .btnz-group + .btnz-group {
    margin-left: -1px;
}

.btnz-group1, .btnz-group-vertical1 {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    width: 100%;
}

.btnz1 {
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .40rem .75rem;
    font-size: .825rem;
    line-height: .85rem;
    border-radius: .40rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: -1px;
}

.btnz-outline-default1 {
    color: #525252;
    background-color: transparent;
    background-image: none;
    border-color: #c5c5c5;
}

.btnz-group1 > .btnz1:not(:last-child):not(.dropdown-toggle), .btnz-group1 > .btnz-group1:not(:last-child) > .btnz1 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btnz-group1 > .bdrbtmlftrd {
    border-bottom-left-radius: 0;
}

.btnz-group1 > .bdrtplftrd {
    border-top-left-radius: 0;
}

.btnz-group1 > .bdrbtmrgtrd {
    border-bottom-right-radius: 0;
}

.btnz-group1 > .bdrtprgtrd {
    border-top-right-radius: 0;
}

.btnz-group1 > .btnz1:not(:first-child), .btnz-group1 > .btnz-group1:not(:first-child) > .btnz1 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btnz-group1 .btnz1 + .btnz1, .btnz-group1 .btnz1 + .btnz-group1, .btnz-group1 .btnz-group1 + .btnz1, .btnz-group1 .btnz-group1 + .btnz-group1, .btnz-group-vertical1 .btnz + .btnz1, .btnz-group-vertical1 .btnz + .btnz-group1, .btnz-group-vertical1 .btnz-group1 + .btnz1, .btnz-group-vertical1 .btnz-group1 + .btnz-group1 {
    margin-left: -1px;
}

.btnz-sm, .btnz-group-sm > .btnz {
    padding: .25rem .5rem;
    font-size: .765625rem;
    line-height: 1.5;
}

.btnz1-xs, .btnz1-group-xs > .btnz1-xs {
    padding: .15rem .5rem;
    font-size: .715rem;
    line-height: 1rem;
}

.wd-35 {
    width: 35px;
}

.ttlbI {
    background: #e3e3e3 !important;
}

.znnme {
    position: relative;
    background: #1eb3eb;
    padding: 7px 10px;
    text-transform: capitalize;
    border-top-left-radius: .40rem;
    border-bottom-left-radius: .40rem;
    display: inline-block;
    font-weight: bold;
}

    .znnme:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 17px solid transparent;
        border-bottom: 17px solid transparent;
        border-left: 12px solid #1eb3eb;
        position: absolute;
        top: 0%;
        margin-top: 0px;
        left: 100%;
        z-index: 2;
    }

.ftvl {
    background: #939393;
    font-size: 0.85rem;
    margin-top: 10px;
    border-radius: .40rem;
}

.zndtl {
    padding: 7px 10px 7px 16px;
    font-weight: bold;
    display: inline-block;
}

.ttlbal {
        background: #939393;
    font-size: 0.85rem;
    margin-top: 10px;
    border-radius: .40rem;
}

    .ttlbal .zone-name {
        position: relative;
    background: #1eb3eb;
    padding: 7px 10px;
    text-transform: capitalize;
    border-top-left-radius: .40rem;
    border-bottom-left-radius: .40rem;
    display: inline-block;
    font-weight: bold;
}

        .ttlbal .zone-name:after {
                content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 12px solid #1eb3eb;
    position: absolute;
    top: 0%;
    margin-top: 0px;
    left: 100%;
    z-index: 2;
        }

    .ttlbal .zone-details {
           padding: 7px 10px 7px 16px;
    font-weight: bold;
    display: inline-block;
    }

.vwd50 {
    width: 44%;
}

.vwd25 {
    width: 28%;
}

.wd-40 {
    width: 40px;
}

.wd-70 {
    width: 70px;
}

.wd-137 {
    width: 137px;
}

.wd-143 {
    width: 143px;
}

.cstrow {
    margin: 0 8px;
}

.stips {
    background: #525252;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 1px 8px;
    font-size: .775rem;
    line-height: 1.2rem;
    font-weight: bold;
    position: relative;
}

    .stips:after {
        content: '';
        background: url('../Images/blue_tail.svg') no-repeat;
        position: absolute;
        right: -11px;
        top: 0;
        width: 11px;
        height: 21px;
    }

.assgn-ttl3 {
    color: rgba(255,255,255,0.85);
    text-transform: uppercase;
    font-size: .80rem;
}

.assgn-value-inner1 {
    font-size: 1.25rem;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.5rem;
}

.ttlbal01 {
    font-size: 0.78rem;
    margin-top: 10px;
}

    .ttlbal01 .zone-name01 {
        position: relative;
        background: #1eb3eb;
        text-transform: capitalize;
    }

    .ttlbal01 .zone-details01 {
        font-weight: bold;
    }

    .ttlbal01 .zone-name01:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-left: 10px solid #1eb3eb;
        position: absolute;
        top: 0%;
        margin-top: 0px;
        left: 100%;
        z-index: 2;
    }

.sbhead {
    color: #7c7c7c;
    margin-bottom: 0;
    /*font-weight: bold;
    font-size: .835rem;*/
    font-size: .715rem;
    line-height: .875rem;
    text-transform: uppercase;
}

.vluttl {
    font-size: 1.15rem;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.5rem;
}

.sbdesc {
    font-size: .875rem;
    font-weight: bold;
}

.bdr-0 {
    border: 0 !important;
}

.pd-l-1 {
    padding-left: 1rem;
}

.diperformer .dibge {
    margin-top: 15px;
    width: 24px;
}

.diperformer .diperfmnc {
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-top: 7px;
    color: #939393;
    font-weight: bold;
    font-size: .875rem;
}

.diperformer .dipvlu {
    font-weight: bold;
    margin-bottom: 7px;
    line-height: 1.5rem;
}

.diavtr {
    position: relative;
    width: 80px;
    margin: auto;
}

    .diavtr .diuser {
        width: 75px;
        height: 75px;
        border-radius: 50%;
    }

.distrrating {
    position: absolute;
    background: #e7e7e7;
    padding: 3px 9px;
    line-height: .5rem;
    border-radius: 20rem;
    bottom: 0px;
}
/*End Wizard Style Tab*/

.validation-error {
    border-color: #f44336;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.loadingbx {
    height: 100%;
}

.apexcharts-legend-text {
    color: #7c7c7c !important;
    font-size: .825rem !important;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.billing-dashboard-status {
    /*float: right;*/
    position: absolute;
    z-index: 100;
    right: .5rem;
}

.apexcharts-canvas {
    margin-top: 1.3rem !important;
}

.billing-dashboard-status ul {
    margin: 0;
    padding: 0;
}

.billing-dashboard-status li,
.billing-dashboard-status li.target,
.billing-dashboard-status li.up,
.billing-dashboard-status li.down {
    display: inline-block;
    padding: 0 8px;
    position: relative;
    font-size: .825rem;
    color: #7c7c7c;
}

    .billing-dashboard-status li.target:before {
        width: 5px;
        height: 5px;
        content: '';
        background: #26a0fc;
        left: 0;
        position: absolute;
        top: 8px;
    }

    .billing-dashboard-status li.up:before {
        width: 5px;
        height: 5px;
        content: '';
        background: orange;
        left: 0;
        position: absolute;
        top: 8px;
    }

    .billing-dashboard-status li.down:before {
        width: 5px;
        height: 5px;
        content: '';
        background: red;
        left: 0;
        position: absolute;
        top: 8px;
    }

    .billing-dashboard-status li.ConsumerPerday:before {
        width: 5px;
        height: 5px;
        content: '';
        background: #229bf8;
        left: 0;
        position: absolute;
        top: 8px;
    }

    .billing-dashboard-status li.TotalBI:before {
        width: 5px;
        height: 5px;
        content: '';
        background: #26e7a6;
        left: 0;
        position: absolute;
        top: 8px;
    }


    .billing-dashboard-status li.BilledConsumers:before {
        width: 5px;
        height: 5px;
        content: '';
        background: #08c600;
        left: 0;
        position: absolute;
        top: 8px;
    }

    .billing-dashboard-status li.Exception:before {
        width: 5px;
        height: 5px;
        content: '';
        background: #7d7d7d;
        left: 0;
        position: absolute;
        top: 8px;
    }

    .billing-dashboard-status li.Pending:before {
        width: 5px;
        height: 5px;
        content: '';
        background: #b8b8b8;
        left: 0;
        position: absolute;
        top: 8px;
    }

.Rural {
    position: absolute;
    top: 65px;
    left: 12px;
    font-size: 12px;
}

.Urban {
    position: absolute;
    top: 134px;
    left: 12px;
    font-size: 12px;
}

.dropdown-item span {
    cursor: pointer;
}

.color-red {
    color: red;
}

.color-blue {
    color: #1eb3eb;
}

.color-gray {
    color: #4d4b4b;
}

.zonalbx h5 {
    font-size: 14px;
    color: #939393;
    margin: 0;
}
/*.zonalbx h2{font-size:24px;font-weight:bold;margin:0;}*/
.zonalbx h6 {
    font-size: 14px;
    font-weight: bold;
}

.vlusbttl {
    color: #939393;
    font-size: .875rem;
}

.bxheader {
    background: #96a6a6;
    border-radius: 5px 5px 0 0;
    margin: 0;
    padding: 7px 11px;
    color: white;
    font-size: 18px;
}

.todayVisitbx {
    background: #1eb3eb;
    color: white;
    border-radius: 20px;
    text-align: center;
    padding-top: 5px;
}

.RuralStatus, .UrbanStatus {
    cursor: pointer;
}

    .UrbanStatus:before {
        width: 6px;
        height: 6px;
        content: '';
        background: #1eb3eb;
        left: -1px;
        position: absolute;
        top: 6px;
        border-radius: 6px;
    }

    .RuralStatus:before {
        width: 6px;
        height: 6px;
        content: '';
        background: #2b4486;
        left: -1px;
        position: absolute;
        top: 6px;
        border-radius: 6px;
    }

    .RuralStatus.selected {
        color: #2b4486;
        font-weight: bold;
    }

    .UrbanStatus.selected {
        color: #1eb3eb;
        font-weight: bold;
    }
/*Notification & Jump or Switch*/
.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%,0)scale(1);
    transform: translate(100%,0)scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    min-height: 100%;
}

    .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
        overflow-y: auto;
        overflow-x: hidden;
    }

.modal-dialog-slideout .modal-content {
    border: 0;
}

.modal-dialog-slideout .modal-header, .modal-dialog-slideout .modal-footer {
    height: 69px;
    display: block;
}

    .modal-dialog-slideout .modal-header h5 {
        float: left;
    }

#NotifSidenav, #JumpSidenav {
    padding-right: 0 !important;
}

.modal-sml {
    width: 345px;
    max-width: 100%;
}

.dropdown-header-custom {
    border-bottom-color: #d2d2d2;
    background-color: #d5d5d5;
    border-radius: 0;
    padding: 10px 15px;
    position: relative;
}

    .dropdown-header-custom h6 {
        margin-bottom: 0;
        line-height: 1.5rem;
    }

.jmprsn-body {
    padding: 15px 10px;
}

.jumpgridnav {
    padding: 0;
}

    .jumpgridnav .dirli {
        padding: 1px;
        display: inline-block;
        vertical-align: top;
        color: #000;
        z-index: 999;
    }

        .jumpgridnav .dirli .diritm {
            text-align: center;
            outline: none;
            display: block;
            height: 103px;
            width: 106px;
            padding: 10px 5px;
            border: 1px solid transparent;
            margin: 5px 0;
            border-radius: 0.25rem;
        }

            .jumpgridnav .dirli .diritm:hover {
                border: 1px solid #e2e2e2;
            }

            .jumpgridnav .dirli .diritm .navimg {
                height: 40px;
                margin-bottom: 10px;
            }

            .jumpgridnav .dirli .diritm .navname {
                font-size: .825rem;
                color: #525252;
                display: block;
                font-weight: normal;
                text-align: center;
                line-height: 1rem;
            }

/*Start GIS*/
.dirbx1 {
    /*background: #fff;*/
}

@media (min-width:768px) {
    .mg-l--10 {
        margin-left: -10px;
    }

    .dirbx {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
        position: relative;
        height: 92vh;
    }

    .dirbx1 {
        margin-top: 15px;
        position: relative;
        height: 88vh;
    }

    .mg015 {
        margin-left: 15%;
        margin-right: 15%;
    }
}

.lfttab .tbcnt {
    margin-right: 30px;
}

@media (max-width:767px) {
    .mg-tp-767 {
        margin-top: .75rem;
    }

    .btnz1 {
        white-space: normal;
    }

    .diperformer .dibge {
        width: 20px !important;
    }

    .diperformer .diperfmnc {
        font-size: .825rem !important;
    }

    .diperformer .dipvlu {
        font-size: 1.35rem !important;
    }

    .diavtr .diuser {
        width: 60px !important;
        height: 60px !important;
    }

    .diavtr {
        margin-bottom: 15px;
    }

    .mg-l--10 {
        margin-top: 15px;
    }

    .dirbx {
        width: 100%;
        position: relative;
        height: 92vh;
    }

    .dirbx1 {
        width: 100%;
        position: relative;
        height: 88vh;
        overflow-y: auto;
    }
}

.bdgabs {
    position: absolute;
    top: 10px;
    right: 10px;
    padding-top: 4px;
}
/*End GIS*/
.dropdown-body {
    padding: 5px 15px;
}

.ddhgt {
    max-height: 90vh;
    overflow-y: auto;
}

.dataTables_wrapper .dataTables_length {
    margin-top: .5rem;
    margin-right: 20px;
}

.dataTables_wrapper .dataTables_info {
    float: left;
    margin-top: 13px !important;
    font-size: .835rem;
}

.cstmdrp .dropdown-item {
    padding: 0 !important;
}

    .cstmdrp .dropdown-item .btn {
        padding: 10px 7px !important;
    }

    .cstmdrp .dropdown-item:hover {
        color: #fff !important;
    }

    .cstmdrp .dropdown-item .btn:hover {
        color: #fff !important;
    }

.crd-cstm {
    box-shadow: none !important;
    border: 1px solid #d5d5d5 !important;
    width: 100%;
    border-radius: .25rem;
}

.custom-fc {
    border: 0 !important;
    min-height: 200px;
    color: #939393;
    max-width: 100%;
}

.customfc {
    padding: .20rem .5rem;
    border: 1px solid #d5d5d5;
    border-radius: .15rem;
    color: #939393;
    max-width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
}


.lstupdtd {
    color: #1eb3eb;
    line-height: 1.35rem;
    font-weight: bold;
}

    .lstupdtd span {
        color: #838383;
        display: block;
        font-weight: normal;
        font-size: .85rem;
    }
/*Bill Distribution Dashboard*/
.bill-Distribution span.active {
    color: #fff;
    background-color: #1eb3eb;
    border-color: #1eb3eb;
}

.pos-relative {
    position: relative;
}

.crrtbbx {
    background: #1eb3eb;
    color: #fff;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    padding: 3px 8px;
    position: absolute;
    top: -20px;
    left: 0;
    font-weight: 400;
    font-size: .875rem;
}

.tbbx {
    background: #939393;
    color: #fff;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    padding: 3px 8px;
    position: absolute;
    top: -20px;
    left: 0;
    font-weight: 400;
    font-size: .875rem;
}

.blprc {
    color: #1eb3eb;
    font-size: .875rem;
    font-weight: bold;
}

.blprcgry {
    color: #939393;
    font-size: .875rem;
    font-weight: bold;
}

.card-group1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .card-group1 > .card {
        border-left: 30px solid #1eb3eb;
        width: 100%;
    }

        .card-group1 > .card > .card-body {
            padding: 14px 12px;
        }

.mg-auto {
    margin: auto;
}

@media (min-width: 576px) {
    .cardgrp > .card:not(:first-child) {
        border-top-right-radius: .35rem;
        border-bottom-right-radius: .35rem;
    }

    .cardgrp > .card:not(:last-child) {
        border-top-left-radius: .35rem;
        border-bottom-left-radius: .35rem;
    }

    .cardgrp > .card {
        -ms-flex: auto;
        flex: auto;
        margin-bottom: 0;
    }

    .mn-576-wd-16 {
        width: 16px;
    }

    .cardgrpbrd > .card {
        -ms-flex: auto;
        flex: auto;
        margin-bottom: 0;
    }

    .cardgrpbrd > .card {
        position: relative;
    }

        .cardgrpbrd > .card:after {
            content: '';
            position: absolute;
            width: 1px;
            height: 80%;
            top: 10%;
            right: 0;
            background: rgba(1,130,179,0.35);
        }
}
@media(max-width:575px) {
    .cardgrpbrd {
        flex-direction: row;
        flex-wrap: wrap;
    }

        .cardgrpbrd > .card {
            border: 0;
            margin-bottom: 0;
            border-bottom: 1px solid #59c1e8 !important;
            width: 50%;
        }

        .cardgrpbrd > .card:first-child {
            width: 100%;
        }
        .cardgrp{
             flex-direction: row;
        flex-wrap: wrap;
        border-left:1px solid rgba(0,0,0,.125);
        border-top:1px solid rgba(0,0,0,.125);
        }
        .cardgrp > .card {
            width: 50%;
            margin-bottom:0 !important;
            border-right:1px solid rgba(0,0,0,.125);
        border-bottom:1px solid rgba(0,0,0,.125);
         border-left:0;
        border-top:0;
        }
        .cardgrp > .card:first-child {
            width: 100%;
        }
}
.cardgrp .card {
    background: #f5f5f5;
}

    .cardgrp .card .bhvr {
        color: #939393;
        font-weight: bold;
        margin-bottom: 3px;
    }

    .cardgrp .card .bhvr-dtl span {
        font-size: 1.15rem;
        font-weight: bold;
        margin-bottom: 0;
        line-height: 1.5rem;
        color: #1eb3eb;
        margin-left: 10px;
    }

.cardgrpbrd > .card {
    border: 0;
}

.cardgrpbrd .card .bhvr {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 3px;
    font-size: .775rem;
}

.cardgrpbrd .card .bhvr-dtl span {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.5rem;
    color: #fff;
    margin-left: 5px;
}

.brdbhvrft {
    font-size: .775rem;
    font-weight: bold;
}

.bg-OverrallVisit-1 {
    background: #1eb3eb;
    color: #fff;
}

.crclname {
    color: #fff;
    border-radius: 5px 5px 0 0;
    margin: 0;
    padding: 5px 12px;
    color: white;
    font-size: 1.05rem;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translate(-50%, -50%) rotate(-90deg);
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    -o-transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
}

.arrhgt {
    height: 15px;
}

.muprfmavg {
    position: relative;
}

.GreenDot {
    position: absolute;
    border-radius: 10px;
    height: 7px;
    width: 7px;
    background: #23bf08;
    right: -10px;
}

.RedDot {
    background: red !important;
}

.usrnmecnt {
    color: #7c7c7c;
    text-transform: uppercase;
}

    .usrnmecnt a {
        color: #7c7c7c;
    }

    .usrnmecnt i {
        color: #1eb3eb;
    }
/*GGL Dashboard*/
.ggl-bg-totalcosum {
    background: #08c600;
    color: #fff;
    border-radius: .5rem 0 0 .5rem;
}

.ggl-bg-todatVisit {
    background: #72716c;
    color: #fff;
    border-radius: 0 .5rem .5rem 0;
}

.ggl-bg-OverrallVisit {
    background: white;
}

.ggl-assgn-ttl3 {
    text-transform: uppercase;
    font-size: .80rem;
    font-weight: bold;
}

.tv-vlue {
    font-size: 1.875rem;
    line-height: 1.875rem;
    font-weight: bold;
}

.ttl-blld {
    color: #08c600;
    font-weight: bold;
}

.dmst-com {
    line-height: 2.75rem;
}

.dmstval {
    font-size: 2.75rem;
    font-weight: bold;
    color: #08c600;
}

.sub-dmstval {
    font-weight: bold;
}

.uavatar {
    width: 90px;
    height: 90px;
    margin: auto;
}

    .uavatar .uavatar-img {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        border: 1px solid #f0f0f0;
    }

.uzrname {
    font-size: .9rem;
    line-height: .9rem;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: .7rem;
    margin-bottom: 2px;
}

.uzrdesgn, .uzrcode {
    color: #939393;
}

.stips-green {
    background: #525252;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 1px 6px;
    font-size: .825rem;
    font-weight: bold;
    position: relative;
}

    .stips-green:after {
        content: '';
        background: url('../Images/green_tail.svg') no-repeat;
        position: absolute;
        right: -11px;
        top: 0;
        width: 11px;
        height: 21px;
    }

.bg-billing-box {
    background: #ebebeb !important;
}

.assgn-bill-exp {
    font-size: 1.2rem;
    color: #08c600;
    font-weight: bold;
    line-height: 1.2rem;
}

    .assgn-bill-exp .assgn-bill-exp-sub {
        font-size: .875rem;
        font-weight: normal;
        color: #525252;
        margin-left: 5px;
    }

.strvw {
    margin-bottom: 3px;
}

    .strvw img {
        width: 12px;
    }

.excname {
    font-size: .925rem;
    color: #525252;
    font-weight: bold;
}

    .excname .excname-id {
        font-size: 0.8rem;
        color: #888888;
        display: block;
        margin-top: 0px;
        font-weight: 400;
    }

.uzr-avatar {
    width: 55px;
    height: 55px;
    position: relative;
}

    .uzr-avatar .uzr-avatar-img {
        width: 55px;
        height: 55px;
        border-radius: 50%;
    }

.uzr-details {
    line-height: 1rem;
}

.conzmr {
    margin-top: 2px;
}

.tdyconzmr {
    font-size: 1.875rem;
    line-height: 1.875rem;
    font-weight: bold;
    color: #fff;
}

    .tdyconzmr .tdyconzmr-sub {
        font-weight: bold;
        font-size: .925rem;
    }

.unsgnd {
    font-weight: bold;
    color: rgba(255,255,255,0.85);
}

.loc-aclist {
    max-height: 450px;
    overflow-y: auto;
}

.markerInfo {
    cursor: pointer;
    color: #525252;
    font-weight: bold;
    padding: 8px;
    border-bottom: 1px solid #e0e0e0;
    background: #f0f0f0;
    display: flex;
    align-items: center;
}

.markerInfochild {
    cursor: pointer;
    color: #525252;
    font-weight: bold;
    padding: 8px;
    border-bottom: 1px solid #e0e0e0;
    background: #f0f0f0;
    display: flex;
    align-items: center;
}

.markerInfosubchild {
    cursor: pointer;
    color: #525252;
    font-weight: bold;
    padding: 8px;
    border-bottom: 1px solid #e0e0e0;
    background: #f0f0f0;
    display: flex;
    align-items: center;
}

.acno-dt {
    line-height: 1rem;
    width: 100%;
}

    .acno-dt .dttm {
        font-size: .715rem;
        font-weight: normal;
        color: #838383;
        display: block;
    }

.markerInfo:hover {
    color: #48b5e9;
}

.markerInfo img {
    margin-right: 5px;
}

.mu-ok {
    background: #23bf08;
    border: 1px solid #127401;
    color: #fff;
    padding: 2px 7px;
    border-radius: .15rem;
}

.non-mu {
    background: #0080FF;
    border: 1px solid #127401;
    color: #fff;
    padding: 2px 7px;
    border-radius: .15rem;
}

.um {
    background: #ef4e53;
    border: 1px solid #a20207;
    color: #fff;
    padding: 2px 7px;
    border-radius: .15rem;
}

.exception {
    background: #939393;
    border: 1px solid #525252;
    color: #fff;
    padding: 2px 7px;
    border-radius: .15rem;
}

.gm-style-iw {
    width: 350px !important;
    top: 15px !important;
    left: 0px !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(72, 181, 233, 0.6);
    border-radius: 2px 2px 10px 10px;
}

#iw-container {
}

    #iw-container .iw-title {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1rem;
        font-weight: bold;
        padding: .5rem;
        background-color: #48b5e9;
        color: #fff;
        margin: 0;
        border-radius: 2px 2px 0 0;
    }

    #iw-container .iw-content {
        font-size: .875rem;
        line-height: 18px;
        font-weight: 400;
        margin-right: 1px;
        padding: 1rem;
        max-height: 180px;
        overflow-y: auto;
        width: 100%;
        overflow-x: hidden;
    }

.iw-content img {
    float: right;
    margin: 0 5px 5px 10px;
}

.iw-subTitle {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
}

.iw-bottom-gradient {
    position: absolute;
    width: 326px;
    height: 25px;
    bottom: 10px;
    right: 18px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.gm-style .gm-style-iw-c {
    padding: 0 !important;
}

.gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
}

.gm-style .gm-style-iw-t::after {
    height: 10px;
    width: 10px;
    top: 14px;
}

.gm-style .gm-style-iw-d {
    box-sizing: border-box;
    overflow: auto !important;
}

.dtllist {
    margin-bottom: .4rem;
    font-size: .85rem;
    color: #525252;
}

    .dtllist:last-child {
        margin-bottom: 0;
    }

    .dtllist span {
        color: #939393;
        font-weight: bold;
    }

.clkhint {
    font-weight: bold;
    margin-right: 1rem;
}

    .clkhint img {
        margin-right: .5rem;
    }

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.img-dist {
    cursor: pointer;
}

    .img-dist:hover {
        color: rgb(30, 179, 235);
    }

.SumoSelect.open > .CaptionCont, .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
    box-shadow: none !important;
    border-color: #d5d5d5 !important;
}

.SumoSelect > .CaptionCont {
    position: relative;
    border: 1px solid #d5d5d5 !important;
    min-height: .835rem !important;
    background-color: #fff;
    border-radius: .25rem !important;
    margin: 0;
}

    .SumoSelect > .CaptionCont > label {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 30px;
        color: #9d9d9d !important;
    }

.SelectBox {
    padding: .30rem .60rem !important;
    height: calc(1.85rem + 1px);
}

.SumoSelect > .CaptionCont > label > i {
    opacity: .35 !important;
}

.SumoSelect > .CaptionCont > span {
    color: #9d9d9d !important;
    font-size: .835rem !important;
}

.dataTables_length select {
    display: inline-block;
    width: 100%;
    height: calc(1.85rem + 1px);
    font-size: .835rem;
    padding: .30rem .60rem;
    line-height: 1.5;
    color: #9d9d9d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d5d5d5;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 60px;
}

.drpdwnrprt {
    display: block;
    font-weight: 400;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    font-size: .85rem;
    line-height: 1.5;
    background-color: transparent;
    border: 0;
    padding: .4rem .75rem;
    color: #7c7c7c;
}

    .drpdwnrprt:hover {
        background: #1eb3eb !important;
        color: #fff !important;
    }

.cstmdrp1 .dropdown-item {
    padding: 0 !important;
}

.dropdown-menu.cstmdrp1 {
    border-radius: 0 !important;
}

.ndtimg {
    height: 135px;
    opacity: .85;
    margin-top: 2rem;
}

.nd-ttl {
    font-weight: bold;
    color: #a8b0b0;
    margin-top: 1rem;
}

.nd-sub-ttl {
    color: #a8b0b0;
}
/*filter style start*/
@media (min-width: 426px) {
    .mn-xs-wd-100 {
        margin-right: 5px;
    }

    .mn-xs-wd-120 {
        width: 120px;
        margin-right: 5px;
    }

    .mn-xs-wd-130 {
        width: 130px;
        margin-right: 5px;
    }

    .mn-xs-wd-140 {
        width: 140px;
        margin-right: 5px;
    }

    .mn-xs-wd-150 {
        width: 150px;
        margin-right: 5px;
    }

    .mn-xs-wd-180 {
        width: 180px;
        margin-right: 5px;
    }

    .mn-xs-wd-200 {
        width: 200px;
        margin-right: 5px;
    }

    .mn-xs-wd-220 {
        width: 220px;
        margin-right: 5px;
    }

    .mn-xs-wd-240 {
        width: 240px;
        margin-right: 5px;
    }

    .mn-xs-wd-250 {
        width: 250px;
        margin-right: 5px;
    }

    .mn-xs-wd-260 {
        width: 260px;
        margin-right: 5px;
    }

    .mn-xs-wd-300 {
        width: 300px;
        margin-right: 5px;
    }

    .mn-xs-wd-350 {
        width: 350px;
        margin-right: 5px;
    }
}

@media (max-width: 425px) {
    .mn-xs-wd-100 {
        min-width: 100%;
    }

    .mn-xs-wd-120 {
        min-width: 100%;
    }

    .mn-xs-wd-130 {
        min-width: 100%;
    }

    .mn-xs-wd-140 {
        min-width: 100%;
    }

    .mn-xs-wd-150 {
        min-width: 100%;
    }

    .mn-xs-wd-180 {
        min-width: 100%;
    }

    .mn-xs-wd-200 {
        min-width: 100%;
    }

    .mn-xs-wd-220 {
        min-width: 100%;
    }

    .mn-xs-wd-240 {
        min-width: 100%;
    }

    .mn-xs-wd-250 {
        min-width: 100%;
    }

    .mn-xs-wd-260 {
        min-width: 100%;
    }

    .mn-xs-wd-300 {
        min-width: 100%;
    }

    .mn-xs-wd-350 {
        min-width: 100%;
    }
}

.card-body-gray {
    background: #eeeeee;
    width: 100%;
    padding: 1rem;
}

::placeholder {
    color: #9d9d9d;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #9d9d9d;
}

::-ms-input-placeholder {
    color: #9d9d9d;
}

select.form-control {
    /*color:#9d9d9d;*/
}

select option:first {
    color: #9d9d9d !important;
}

option.selected {
    color: #525252 !important;
}

select.form-control option[value=""], option[value=""] {
    color: #9d9d9d !important;
}
/*::-moz-selection {
  color: #525252 !important;
}

::selection {
 color: #525252 !important;
}*/
.labelbold {
    font-size: .85rem;
    font-weight: bold;
    color: #525252;
    margin-bottom: 0;
}

.desc {
    color: #939393;
}

.dttm {
    color: #08c600;
    font-weight: bold;
}

.dttmbl {
    color: #1eb3eb;
    font-weight: bold;
}

.text-dark-force {
    color: #525252 !important;
    font-weight: bold;
}

.OI_operate img {
    background: #fff;
}

.photosign img {
    width: 100%;
    max-height: 270px;
    overflow: hidden;
}

.input-groupz {
    position: relative;
}

.icon-right-validate {
    position: absolute;
    right: 10px;
    top: 5px;
}

input[type=checkbox], input[type=radio] {
    height: 14px;
    width: 14px;
    position: relative;
    vertical-align: sub;
    margin-right: 5px;
}

    input[type=checkbox]:after, input[type=radio]:after {
        content: '\00D7';
        display: block;
        background: #fff;
        background-image: url('../images/white_check.png');
        pointer-events: none;
        font-size: 16px;
        position: absolute;
        top: 0;
        left: 0;
        height: 14px;
        width: 14px;
        color: transparent;
        transition: .25s all ease-in-out;
        border-radius: .15rem;
        line-height: 16px;
        background-position: 0 15px;
        background-repeat: no-repeat;
        background-size: 12px 12px;
        border: 1px solid #d5d5d5;
    }

    input[type=radio]:after {
        border-radius: 50%;
    }

    input[type=checkbox]:checked:after, input[type=radio]:checked:after {
        background-color: #1eb3eb;
        border: 1px solid #1eb3eb;
        background-position: 0 0;
    }

    input[type=checkbox]:hover:after, input[type=radio]:hover:after {
        border-color: #1eb3eb;
        border: 1px solid #1eb3eb;
    }

.modal-head-custom {
    padding-bottom: 10px;
    border-bottom: 1px solid #1eb3eb;
}

.model-head {
    font-size: 1rem;
    color: #1eb3eb;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
    vertical-align: middle;
}

    .model-head .model-head-sub {
        font-size: .775rem;
        color: #b1b1b1;
        display: block;
        font-weight: 400;
    }

.locate-map {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: .25rem;
}

.instrc .inst-itm {
    margin-bottom: .5rem;
    color: #7c7c7c;
}

    .instrc .inst-itm .crcl {
        background: #e0e0e0;
        width: 28px;
        height: 28px;
        line-height: 32px;
        border-radius: 50%;
        text-align: center;
        margin-right: .65rem;
        border: 1px solid #d5d5d5;
        color: #000;
    }

.uzrfoto {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

    .uzrfoto img {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        padding: 2px;
        border: 1px solid #d5d5d5;
    }

.uzrnamesry {
    font-size: .875rem;
    font-weight: bold;
    color: #1eb3eb;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
    position: relative;
    padding-left: 28px !important;
    cursor: pointer;
}

    table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
        top: 5px !important;
        line-height: 15px !important;
        border: 1px solid #fff !important;
    }

.custom-table-bordered tr:hover {
    background: #ecf3f7;
}

.badge-xs {
    padding: .15rem .5rem;
    font-size: .835rem;
    line-height: 1.5;
}

.cnsmr-nme {
    color: #525252;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: .5rem;
}

.vdesc {
    color: #939393;
    font-size: .835rem;
}

.photoUpload-custom {
    overflow: hidden;
    padding: 3px 5px;
    cursor: pointer;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

    .photoUpload-custom span {
        color: #fff;
        position: relative;
        top: 2px;
    }

.prof-img-inner-custom img {
    width: 132px;
    height: 132px;
}

.photoUpload-custom input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.prof-img-custom {
    position: relative;
}

.prof-img-inner-custom {
    width: 132px;
    height: 132px;
    position: relative;
    margin: auto;
}

    .prof-img-inner-custom img {
        width: 132px;
        height: 132px;
    }

.tx-16-bold {
    font-size: 1rem;
    font-weight: bold;
}
.custom-table-bordered .tbl-user {
    height: 35px;
    width: 35px;
    border-radius: 4px;
    /*border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #f4f4f4;*/
    position: relative;
    margin-right:2px;
}
/*.tbl-user{
    -webkit-border-radius: 3px;
    height: 35px; 
    width: 35px;
    border: 1px solid #f4f4f4;
    position: relative;
}*/
.vx_row.vx_row-flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.vx_row {
    margin-left: -15px;
    margin-right: -15px;
}
.vx_row[data-vx-full-width] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden;
}
.vx_row.vx_row-o-content-middle:not(.vx_row-o-equal-height)>.vx_column_container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.vx_row.vx_row-flex>.vx_column_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.vx_column_container {
    padding-left: 0;
    padding-right: 0;
}
.vx_row.vx_row-o-content-middle>.vx_column_container>.vx_column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.vx_row.vx_row-flex>.vx_column_container>.vx_column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}
.vx_row.vx_row-no-padding .vx_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.vx_column_container>.vx_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.vx_col-has-fill>.vx_column-inner, .vx_row-has-fill+.vx_row-full-width+.vx_row>.vx_column_container>.vx_column-inner, .vx_row-has-fill+.vx_row>.vx_column_container>.vx_column-inner, .vx_row-has-fill>.vx_column_container>.vx_column-inner {
    padding-top: 35px;
}
.vx_column-inner::after, .vx_column-inner::before {
    content: " ";
    display: table;
}
.vx_column-inner::after {
    clear: both;
}
.vx_warp {
    flex-direction: column;
    text-align: center;
    width: 100%;

        margin-top: 0px;
    margin-bottom: 0px;
    padding: 20% 10%;
    background: rgb(244, 244, 244);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 0px;
    box-shadow: none;
}
.vx_warp:hover{
    background: rgb(255, 255, 255);
    box-shadow: rgba(0,0,0,0.25) 0 0 15px;
}
.vx_icon{
    height:75px;
}
.icn-ttl{
    font-weight:normal;
    font-size:.975rem;
    margin-top:1rem;
    color:#000;
    text-transform:uppercase;
}
.wlcmbdy{
    background:#fff;
        width: 100%;
    margin: 0;
    padding: 0;
}
@media(min-width:768px){

.hdsec{
    background: url(../images/login-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding:4rem 0;
    position:relative;
}

.hdsec:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(30, 179, 235, .75);
}
}
.cdbdy{padding:1rem;}
.llotagline{
    color: #000;
    font-size: 1.05rem;
    letter-spacing: .025rem;
    margin-top:.5rem;
    padding-top:.5rem;
    border-top:1px solid #e5e5e5;
}
.wlcavtr{
    width:65px;
         height:65px;
         border-radius:50%;
         margin:0 auto;
}
.wlcavtr-img{
     width:65px;
         height:65px;
         border-radius:50%;
         border:3px solid #f5f5f5;
}
.wlcusrnme{
    color:#000;
    font-size:1.1rem;
        line-height: 1.1rem;
    font-weight:bold;
    margin-top:.5rem;
}
.wlcusrlvl{
    color:#939393;
    font-size:.835rem;
    font-weight:normal;
    margin-top:0;
    margin-bottom:.65rem;
}
.wlc-usr-bx{
    background:rgb(244, 244, 244);
    padding:1rem 1.5rem;
    display:inline-block;
    width:480px;
    text-align:center;
    border: 2px solid #fff;
    position:relative;
    margin:0 auto;
}
.wlclogo{
    height:25px;
    position:absolute;
    right:1.5rem;
    top:1rem;
}
.wlc-foot{
    padding:.65rem;
    color:#525252;
    font-size:.725rem;
}
.card.brl0{border-top-left-radius:0 !important;}
.cepm{
    margin-right:.5rem;
    font-size:1rem;
}
.cepm.fa-plus-circle{
    color:#23bf08;
}
.cepm.fa-minus-circle{
    color:#ef4e53;
}
.custom-table-bordered tr td a{
    font-weight:bold;
}
.fdrttl{
    font-weight:bold;
    display:block;
}
.hrchy {
        font-size: .845rem;
    margin: .5rem 0 .4rem 0;
    font-weight: bold;
}
.fwd {
    margin: 0 .5rem;
    font-size: .835rem;
    color:#7e7e7e;
}
.dtpg {
    position: absolute;
    top: -32px;
    right: 0;
}
.dtpg .dtpginn {
    display: flex;
    align-items: center;
}
.dtpg .dtinfo, .dtpg .dtcntrls {
    display: inline-block;
}
.dtpg .dtinfo>div, .dtpg .dtcntrls>div {
    margin-top: 0 !important;
    padding: 0 !important;
    font-size: .785rem;
    font-weight: 500;
    line-height: .785rem;
}
.dtpg .dtinfo .dataTables_info{
        margin-right:0 !important;
}
.dtcntrls .dataTables_paginate .paginate_button.disabled, .dtcntrls .dataTables_paginate .paginate_button.disabled:hover, .dtcntrls .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #afafaf !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
    transform: scale(1.0);
}
.dtcntrls .dataTables_paginate .paginate_button{
    position:relative;
        border-radius: 50% !important;
    height: 30px;
    width: 30px;
    display: inline-block;
    padding: 2px !important;
    margin-left: 1px !important;
    border: 1px solid transparent !important;
    background:transparent !important;
}
.dtcntrls .dataTables_paginate .paginate_button:hover{
        color: #000 !important;
    background-color: rgba(0,0,0,0.075) !important;
    border-color: rgba(0,0,0,0.1) !important;
    transform: scale(1.0);
}
.dtcntrls .dataTables_paginate .paginate_button i {
    font-size: .875rem;
    font-weight: 500;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.tblintbl{
    margin-top:25px;
}
.tblnstd tr td a {
    font-weight: bold;
}
.HtCount, .dtrcount, .ltcount, .dtlsconsmrs{
    border-collapse: collapse;
    }
.HtCount tr td a, .dtrcount tr td a, .ltcount tr td a, .dtlsconsmrs tr td a{
    display:flex;
    }
.HtCount > thead > tr > th, .HtCount > tbody > tr > th, .HtCount > tfoot > tr > th, .HtCount > thead > tr > td, .HtCount > tbody > tr > td, .HtCount > tfoot > tr > td {
    border: 1px solid #e4e8ec !important;
    vertical-align: middle;
}
.dtrcount > thead > tr > th, .dtrcount > tbody > tr > th, .dtrcount > tfoot > tr > th, .dtrcount > thead > tr > td, .dtrcount > tbody > tr > td, .dtrcount > tfoot > tr > td {
    border: 1px solid #e4e8ec !important;
    vertical-align: middle;
}
.ltcount > thead > tr > th, .ltcount > tbody > tr > th, .ltcount > tfoot > tr > th, .ltcount > thead > tr > td, .ltcount > tbody > tr > td, .ltcount > tfoot > tr > td {
    border: 1px solid #e4e8ec !important;
    vertical-align: middle;
}
.dtlsconsmrs > thead > tr > th, .dtlsconsmrs > tbody > tr > th, .dtlsconsmrs > tfoot > tr > th, .dtlsconsmrs > thead > tr > td, .dtlsconsmrs > tbody > tr > td, .dtlsconsmrs > tfoot > tr > td {
    border: 1px solid #e4e8ec !important;
    vertical-align: middle;
}
.tbloutr, .dtrcount, .ltcount, .dtlsconsmrs{
    position:relative;
    margin-left:.5rem;    
}
.tbloutr:before, .dtrcount:before, .ltcount:before, .dtlsconsmrs:before{
    content:'';
    position:absolute;
    top: -54px;
    left:-1rem;
    height:calc(100% + 62px);
    width:2px;
    background:#1eb3eb;    
}
.otrmap, .innrmap{
    height:18px;
}

.htlbl{
    font-size:.845rem;
    font-weight:bold;
    margin-top:-30px;
}
.htlnelbl {
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: .775rem;
      margin-top: -48px !important;
          margin-left: -8px !important;
}
.tblnstd tr td a img{
    max-height:17px;
}
.dnlod{
    font-weight:bold;
    color:#000;
}
.dnlod i{
    font-weight:bold;
    color:#000;
    font-size:.875rem;
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.button-group-mselect .btn {
    padding: 2px 7px;
    border-radius: .15rem;
    margin-left: 2px;
    border-color: #dfdfdf;
    background: #FFF;
    color: #525252;
    font-size: .775rem;
}

    .button-group-mselect .btn.btnfdr.active {
        border-color: #ef4e53;
        background-color: #ef4e53;
        color: #fff;
        box-shadow: none;
    }
    .button-group-mselect .btn.btnhtl.active {
        border-color: #23bf08;
        background-color: #23bf08;
        color: #fff;
        box-shadow: none;
    }
    .button-group-mselect .btn.btndtr.active {
        border-color: #ff1493;
        background-color: #ff1493;
        color: #fff;
        box-shadow: none;
    }
    .button-group-mselect .btn.btnltl.active {
        border-color: #e6e600;
        background-color: #e6e600;
        color: #000;
        box-shadow: none;
    }

    .button-group-mselect .btn:hover {
        border-color: #a0a0a0;
        background-color: #a0a0a0;
        color: #fff;
    }