﻿.field-validation-error {
    color: red;
}

.dt-button-background {
    background: none !important;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
}

.hide-block {
    cursor: default !important;
}

textarea {
    resize: none;
}

.wordwrap {
    width: 500px;
    word-wrap: break-word;
}

.text-danger {
    color: red;
    font-size: 12px;
}

.detail_block .form-group.full-width {
    width: 100%;
}

    .detail_block .form-group.full-width .row {
        align-items: baseline;
    }

table td {
    transition: all 0.5s;
    max-width: 120px;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.control-label {
    padding-top: 7px;
    text-align: right;
}

.form-group {
    margin-bottom: 15px;
}

.box {
    border-top: 3px solid #142e5f;
    margin-bottom: 30px;
}

.file-list-block.edit-list-file {
    margin: 15px 0px;
}

.min-height-61 {
    min-height: 66px;
}

.min-height-65 {
    min-height: 71px;
}

.box-header.with-border h3 {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    font-weight: normal;
}

.box-header .loan-header .with-border h3 {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    font-weight: normal;
}

.img-wrap {
    position: relative;
    display: inline-block;
    border: 0px black solid;
    font-size: 0;
}

    .img-wrap .close {
        position: absolute;
        top: 2px;
        right: 2px;
        z-index: 100;
        background-color: #fff;
        padding: 5px 2px 2px;
        color: #000;
        font-weight: bold;
        cursor: pointer;
        opacity: 0.2;
        text-align: center;
        font-size: 22px;
        line-height: 10px;
        border-radius: 50%;
    }

    .img-wrap:hover .close {
        opacity: 1;
    }

.redstar {
    color: red;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
    font-size: 22px;
    color: black;
    font-weight: 500;
    margin-bottom: 10px;
}

.loan-header {
    padding: 10px 10px !important;
}

.loan-footer {
    padding: 10px 10px !important;
}

.skin-blue-light .sidebar-menu > li > a {
    font-weight: normal;
}

form h2.page-header,
.panel-body.bg-gray.text-bold {
    background-color: #a8b2b7 !important;
    color: #fff;
    line-height: 30px;
    margin: 0px;
    padding: 5px;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    border-radius: 3px;
    border: 0px !important;
}

.action_block a {
    margin-left: 10px;
}

.box-footer {
    text-align: center;
    padding: 10px 0px;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
    font-size: 14px;
    font-weight: 500;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    font-size: 14px;
    font-weight: normal;
}

table tr td a i {
    font-size: 20px !important;
}

.dataTables_info {
    display: inline-block;
    padding-top: 0px !important;
    line-height: 39px;
}

.dataTables_paginate {
    display: inline-block;
    float: right;
}

.btn-default,
.submit-button {
    min-width: 100px;
}

button.dt-button,
div.dt-button,
a.dt-button {
    background-color: #142e5f !important;
    color: #fff !important;
    background-image: none !important;
    border-color: #142e5f !important;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
}

div.dt-buttons {
    margin-right: 20px;
}

.qq-gallery.qq-uploader {
    width: 100% !important;
}

/* .detail_block .form-group .row {
    display: flex;
    align-items: center;
} */

.detail_block .form-group .row label.control-label {
    padding-top: 0px !important;
}

.detail_block .form-group .row p {
    margin-bottom: 0px;
}

.detail_block .form-group {
    margin-bottom: 15px;
    /* width: 48%; */
    width: 100%;
    display: inline-block;
}

    .detail_block .form-group.top-agline .row {
        align-items: baseline;
    }

.form-group.top-agline .img-wrap {
    /* top:-12px; */
}

.form-group.full-width .file-list-block {
    position: relative;
    /* top: -12px; */
}

.box-header {
    padding: 10px 0px;
    margin-bottom: 0px;
}

.progress-description,
.info-box-text {
    font-size: 15px;
    font-weight: normal;
}

.info-box-number {
    font-size: 15px;
}

.pt-7 {
    padding-top: 7px;
}

.user-panel > .image > img {
    border-radius: 50%;
}

.user-panel {
    display: flex;
    align-items: center;
}

    .user-panel > .info > p {
        text-transform: capitalize;
        margin-bottom: 0px;
    }

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 0.7em !important;
    /*color: #fff;*/
}


.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle !important;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th {
    font-weight: bold !important;
}

.img-custom {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}


.profile_main_block {
}

.btn-overright {
    background: #fff;
    box-shadow: none;
    border: none;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin: 0px 3px;
    padding: 0px;
}

.profile_main_block .img-wrap {
    position: relative;
}

.edit-attach-title .folder-action-menu {
    top: 12px;
}

.folder-action-menu {
    position: absolute;
    top: 14px;
    right: 8px;
}

    .folder-action-menu a.dropdown-toggle {
        font-size: 0;
        width: 20px;
        display: inline-block;
        vertical-align: top;
        line-height: 0;
        text-align: center;
    }

        .folder-action-menu a.dropdown-toggle:hover span {
            background: #231f20;
        }

        .folder-action-menu a.dropdown-toggle span {
            display: block;
            height: 5px;
            width: 5px;
            background: #bdc3c7;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            margin: auto auto 3px;
            vertical-align: top;
            transition: all 0.4s ease-out;
            -webkit-transition: all 0.4s ease-out;
        }

.edit-attach-title .attach-title-icon i.fa-picture-o {
    color: #d93025;
    font-size: 18px;
}

.folder-action-menu .dropdown-menu {
    border: 1px solid #eee;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    left: auto !important;
    right: -10px !important;
    margin: 11px 0 13px;
    padding: 3px 0;
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    transform: none !important;
    -webkit-transform: none !important;
    top: 23px !important;
    z-index: 49;
}

    .folder-action-menu .dropdown-menu .dropdown-item {
        position: relative;
        padding: 9px 10px 8px 42px;
        color: #656565;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }

        .folder-action-menu .dropdown-menu .dropdown-item i {
            font-size: 20px;
            position: absolute;
            left: 11px;
            top: 9px;
        }

    .folder-action-menu .dropdown-menu .dropdown-item {
        display: block;
        width: 100%;
        clear: both;
        color: #212529;
        text-align: inherit;
        background-color: transparent;
        border: 0;
        font-size: 12px;
        font-weight: normal;
    }

.profile_main_block .img-wrap .profile-infobtn {
    display: none;
}

.profile_main_block .img-wrap:hover .profile-infobtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 92px;
    display: inline-block;
}

.profile-infobtn i {
    font-size: 14px;
}

.cv-download {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.download_block {
    display: none;
}

.cv-download:hover:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000;
    position: absolute;
    opacity: 0.2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cv-download:hover .download_block {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    display: inline-block;
}

.download_block i {
    font-size: 12px;
}

.btn-info {
    background-color: #142e5f;
    border-color: #142e5f;
}

.modal-footer .btn-primary {
    min-width: 100px;
}

table td {
    white-space: inherit;
}

.sidebar-collapse .treeview.menu-open > ul.treeview-menu {
    padding-left: 5px;
}

.mark_block {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}

.box-footer {
    margin-top: 20px;
}

.mr-10 {
    margin-left: 10px;
}

.mark_block .redstar {
    padding-right: 2px;
}

.reletive {
    position: reletive;
}

    .reletive:hover:before {
        content: "";
        height: 100%;
        width: 100%;
        background-color: #000;
        position: absolute;
        opacity: 0.2;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.close_block {
    display: none;
}

.reletive:hover .close_block {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
}

.reletive .close_block a {
    width: 30px;
    height: 30px;
    background: #fff;
    display: block;
    border-radius: 50%;
    color: red;
}

    .reletive .close_block a i {
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        display: block;
    }

.file-list-block {
    padding: 0px;
    text-decoration: none;
    margin: 0px;
    text-align: left;
    width: 100%;
}

    .file-list-block li {
        padding: 0px 5px;
        display: inline-block;
        position: relative;
        width: 30%;
        float: left;
        padding-bottom: 37px;
    }

        .file-list-block li a i {
            font-size: 55px;
        }

.detail-attach-wrap.list-file-block .detail-attach-inner {
    width: 100%;
}

.file-list-block li a i.fa-file-text-o {
    text-align: center;
    line-height: 99px;
    width: 100%;
}

.file-list-block li .list-down {
    display: none;
}

.file-list-block li:hover .list-down {
    width: 30px;
    height: 30px;
    background: #fff;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.file-list-block li .list-down i {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    display: block;
}

    .file-list-block li .list-down i.fa-trash {
        color: red;
    }

.submit-button i,
.btn-default i {
    padding-right: 5px;
}


.datepicker.dropdown-menu {
    min-width: 250px;
}

    .datepicker.dropdown-menu .table-condensed {
        width: 100%;
    }

.edit-profile-block {
    margin: 15px 0px !important;
}

.detail-attach-wrap {
    font-size: 0;
    margin: 0 -10px;
}

    .detail-attach-wrap .detail-attach-inner {
        width: 100%;
        display: inline-block;
        padding: 0 10px;
        margin-bottom: 20px;
        vertical-align: top;
        font-size: 14px;
    }

.edit-attach-wrap {
    width: 100%;
    position: relative;
    border: 1px solid #e7e7e7;
    padding: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    margin: 0;
    height: 140px;
    float: left;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
}

    .edit-attach-wrap img {
        max-width: 100%;
        height: 100%;
        width: 100%;
        object-fit: contain;
        object-position: center;
    }

    .edit-attach-wrap h5 {
        left: 0;
        right: 0;
        position: absolute;
        bottom: 0;
        word-wrap: break-word;
        font-size: 12px;
        letter-spacing: 0;
        padding: 7px 5px;
        background: rgba(0, 0, 0, 0.5);
        margin: 0;
        color: #fff;
        text-align: center;
        border-radius: 0 0 2px 2px;
        font-weight: 400;
        line-height: 14px;
        -webkit-transition: all 0.35s ease-out;
        -moz-transition: all 0.35s ease-out;
        -o-transition: all 0.35s ease-out;
        -ms-transition: all 0.35s ease-out;
        transition: all 0.35s ease-out;
    }

    .edit-attach-wrap:hover h5 {
        background: rgba(142, 121, 62, 0.84);
    }

    .edit-attach-wrap a.delete-btn,
    .edit-attach-wrap a.download-btn {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 26px;
        height: 26px;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 20px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        line-height: 26px;
        cursor: pointer;
        -webkit-transition: all 0.35s ease-out;
        -moz-transition: all 0.35s ease-out;
        -o-transition: all 0.35s ease-out;
        -ms-transition: all 0.35s ease-out;
        transition: all 0.35s ease-out;
        -webkit-border-radius: 20px;
    }

    .edit-attach-wrap a.delete-btn {
        right: 38px;
    }

    .edit-attach-wrap:hover a.delete-btn,
    .edit-attach-wrap:hover a.download-btn {
        background: rgba(142, 121, 62, 0.92);
    }

    .edit-attach-wrap a.delete-btn:hover,
    .edit-attach-wrap a.download-btn:hover {
        background: #ad974f;
        color: #fff;
    }

.detail-attach-wrap .edit-attach-wrap {
    border: 1px solid #dadce0;
    box-shadow: none;
    -webkit-box-shadow: none;
    /* height: 230px; */
    padding: 20px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

    .detail-attach-wrap .edit-attach-wrap .edit-attach-title {
        font-size: 13px;
        padding: 13px 30px 13px 40px;
        border: 1px solid #dadce0;
        background: #fff;
        color: #444;
        text-align: left;
        border-radius: 0 0 6px 6px;
        -webkit-border-radius: 0 0 6px 6px;
        font-weight: 600;
        line-height: 18px;
        left: 0;
        right: 0;
        position: absolute;
        bottom: -45px;
        word-wrap: break-word;
        letter-spacing: 0;
        margin: 0;
        -webkit-transition: all 0.35s ease-out;
        -moz-transition: all 0.35s ease-out;
        -o-transition: all 0.35s ease-out;
        -ms-transition: all 0.35s ease-out;
        transition: all 0.35s ease-out;
        border-top: 1px solid #dadce0;
    }

        .detail-attach-wrap .edit-attach-wrap .edit-attach-title .attach-title-name {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

.edit-attach-title .attach-title-icon i {
    font-size: 22px;
    width: 30px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 6px;
    top: 13px;
    color: #8f8f8f;
}

.profile_main_block.edit-list-file .img-wrap:hover:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000;
    position: absolute;
    opacity: 0.2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.file-list-block.edit-list-file li:hover:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000;
    position: absolute;
    opacity: 0.2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.file-list-block.edit-list-file li {
    border-radius: 50%;
    padding: 21px;
    border: 1px solid #ccc;
    width: 100px;
    height: 100px;
    margin: 0px 5px;
}

    .file-list-block.edit-list-file li a i.fa-file-text-o {
        line-height: 55px;
    }

.btn-info i {
    padding-right: 5px;
}

.file-list-block.edit-list-file li .list-down i {
    color: red;
}

.edit-img img {
    border-radius: 50%;
}

.edit-img.reletive:hover:before {
    border-radius: 50%;
}

.box-body .col-md-6 {
    margin-bottom: 10px;
}

    .box-body .col-md-6 .postionreletive {
        position: relative;
    }

        .box-body .col-md-6 .postionreletive .field-validation-error {
            position: absolute !important;
            left: 0px;
            bottom: -17px;
        }

.box-body .form-group {
    margin-bottom: 0px;
}

.box-header.with-border {
    margin-bottom: 8px;
}

.detail_block .form-group {
    margin-bottom: 15px;
}

table.dataTable thead .hide-block.sorting_asc:before,
table.dataTable thead .hide-block.sorting_desc:after {
    display: none;
}

table.dataTable thead .hide-block.sorting:after,
table.dataTable thead .hide-block.sorting_asc:after,
table.dataTable thead .hide-block.sorting_desc:after,
table.dataTable thead .hide-block.sorting_asc_disabled:after,
table.dataTable thead .hide-block.sorting_desc_disabled:after {
    display: none;
}

.form-group.has-feedback.set-block .checkbox {
    margin: 0px;
    line-height: 34px;
}

    .form-group.has-feedback.set-block .checkbox .icheckbox_square-blue {
        margin-right: 5px;
    }

.mrzero {
    margin: 0px;
}

.group-titles h3 {
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.p10px {
    padding: 10px !important;
}

.btn-back {
    background-color: white;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    padding: 0px;
    font-size: 18px !important;
    margin-right: 10px;
    box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

    .btn-back img {
        width: 20px;
        position: relative;
        top: 3px;
    }

.mh200px {
    min-height: 200px;
}

.skin-blue-light .main-header li.user-header {
    background-color: #ffffff !important;
    border-color: transparent !important;
}

.flex-forms .row {
    display: flex;
    flex-wrap: wrap;
}

.m-flex {
    margin: 0px !important;
    display: flex;
    flex-wrap: wrap;
}

.error-page {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

    .error-page > .error-content {
        margin-left: 0px !important;
    }

@media only screen and (max-width: 1366px) {
    .table > caption + thead > tr:first-child > td,
    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > td,
    .table > thead:first-child > tr:first-child > th {
        font-size: 12px;
        font-weight: 500;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        font-size: 12px;
    }

    .progress-description,
    .info-box-text {
        font-size: 12px;
        font-weight: normal;
    }
}





.textDeco {
    font-size: small;
    font-weight: normal;
}

.listing {
    list-style: none;
}

.ulList {
    overflow: hidden;
    padding-top: 10px;
}

.atagtext {
    text-decoration: none;
    color: #000;
    background: #ffc;
    display: block;
    height: 15em;
    width: 22em;
    padding: 1em;
    margin: 10px;
    overflow: auto;
}

.listMargin {
    margin-left: 0em;
    margin-top: 0em;
    float: left;
}

.bxshadow {
    box-shadow: 0 8px 6px -6px black;
}

.rowcenter {
    display: flex;
    flex-wrap: wrap;
}

.colcenter {
    margin: 0 auto;
}

.flexxer {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

    .flexxer .control-label {
        width: 185px;
        padding-right: 15px;
        min-width: 120px;
    }

    .flexxer .postionreletive, .flexxer .input-group {
        width: 100%;
    }

    .flexxer .select2-container--default .select2-selection--single {
        border: 1px solid #d2d6de !important;
    }

    .flexxer .select2-container {
        width: 100% !important;
    }

hr {
    border-top: 1px solid #d2d6de;
}

.nm-head {
    background: #f9f9f9;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-left: 0px;
    border-right: 0px;
    margin: 20px -10px;
}

.pt-0 {
    padding-top: 0px !important;
}

.ml-auto {
    margin-left: auto;
}

.mtb0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}


.futuredate {
    background-color: green;
    color: white;
    font-weight: bold;
}

.duedate {
    background-color: red;
    color: white;
    font-weight: bold;
}

.load_tabs li a {
    background: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.load_tabs li.active a, .load_tabs li.active a:focus {
    background: #142e5f;
    color: #fff;
}

span.details_span {
    font-weight: 400;
}

.box.loan_details_main_box .form-group {
    margin-bottom: 0px;
    font-size: 13px;
}

    .box.loan_details_main_box .form-group label {
        padding-bottom: 0;
        margin-bottom: 0;
    }

.box.loan_details_main_box .first_block label {
    font-weight: normal;
}

.user_block > .img-circle {
    width: 40px;
    height: 40px;
    float: left;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
}

.user_block {
    position: relative;
    padding-left: 50px;
}

span.details_span.user_name {
    font-size: 16px;
}

.actionwidth {
    min-width: 85px
}

.viewwidth {
    min-width: 50px
}

a.fa.fa-plus-circle.clickable[aria-expanded="true"]:before {
    content: "\f056";
}


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/pulse-1s-200px.gif') 50% 50% no-repeat rgb(249,249,249);
}


.dropdownmenu {
    text-align: center;
    min-width: 100px;
    color: none;
}

.tableOverflow {
    overflow-x: auto;
}

.tableOverflowNew {
    overflow-x: auto;
    height: auto;
    max-height: 550px;
    padding: 5px;
}


.boldme {
    font-weight: bold;
}


/*12-17-19*/

.iradio_minimal-blue {
    /* background-position: top; */
    position: relative;
    top: -2px;
}

.iradio_minimal-blue {
    position: relative;
    top: 1px;
}

.iradio_minimal-blue {
    position: relative;
    top: -1px;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    width: 250px;
}

.viewwidth:before {
    display: none !important;
}

.col-md-6.pull-right {
    margin-bottom: 20px;
}

.scrollable-div {
    max-height: 200px;
    overflow: auto;
    padding: 20px;
}

    .scrollable-div::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .scrollable-div::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    .scrollable-div::-webkit-scrollbar-thumb {
        background-color: #000000;
        border: 2px solid #555555;
    }

.dropdown-menu {
    min-width: 100px;
}
/*ul.dropdown-menu {
    top: -155px;
}
*/
tbody.position-add tr:nth-last-child(-n+2) td:last-child .dropdown-menu {
    top: -155px;
}

.new-input {
    position: relative;
}


    .new-input .field-validation-error {
        position: absolute;
        bottom: -20px;
        left: 0px;
    }

.postionreletive {
    position: relative;
}

    .postionreletive .field-validation-error {
        position: absolute;
        bottom: -20px;
        left: 0px;
    }


.box-footer.box-footer {
    padding: 10px;
}

body.loaderCls {
    overflow: hidden;
}

.new-info {
    margin-left: 0px;
}

.new-colcenter-inner {
    padding: 0px;
}


.tableOverflow {
    overflow-x: auto;
    overflow-y: visible !important;
}

tbody.position-add tr:nth-last-child(-n+2) td:last-child .dropdown-menu {
    top: -134px;
}

.notifycounter {
    top: 157px;
    left: 189px;
    margin-bottom: -16px;
    position: absolute;
}


/*30-03-2020*/
.custom_height {
    display: flex;
    display: -webkit-flex;
}

    .custom_height .custom_height_box {
        flex: 1;
        display: flex;
        display: -webkit-flex;
    }


.popover-content {
    height: 200px;
    overflow-y: auto;
    white-space: pre-wrap;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    background: #142e5f !important;
    color: white !important;
}

@media(min-width:768px) {
    .modal-dialog {
        width: 480px;
    }
}


/*10-Aug-2020*/
.row .box-header .breadcrumb {
    padding: 0px 15px 8px 15px !important;
    float: inherit !important;
    background-color: #ecf0f5 !important;
    margin: 0px !important
}

#reportIssueMgmtList .reportIssueListImage {
    width: 75px !important;
    height: 75px !important;
}

.wordwrap .reportIssueDetailsImage {
    width: 100px !important;
    height: 100px !important;
}

.row .info-box .info-box-content .info-box-text {
    display: block !important;
    font-size: 12px !important;
    overflow: hidden !important;
    white-space: pre-wrap !important;
}

.row .info-box .info-box-content .info-box-number {
    font-size: 25px !important;
    float: right !important;
}

.row .box .box-header {
    padding: 10px !important
}

.highcharts-contextmenu .highcharts-menu hr {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.fa.fa-naira:before {
    font-weight: 700;
    content: '₦';
}

.adminName {
    white-space: initial !important;
}

#ddlActionStatus {
    width: 210px;
}

.navbar-brand img {
    height: 3rem !important;
}

.navbar-brand {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.navbar-dark {
    line-height: 2.384 !important;
}

.theme_xbox .pace_activity {
    width: 80px !important;
    height: 80px !important;
}

.page-title {
    padding: 1rem 0 !important;
}

.modal-body hr {
    margin-bottom: 0 !important;
}

.form-group .row > label {
    font-weight: 700 !important;
}

.page-title h4 > a {
    color: #000000 !important;
}

.content-wrapper > .content {
    min-height: 400px !important;
}

select {
    border-radius: .1875rem !important;
}

#ddlActionStatus {
    width: 100px !important;
}

.form-control-feedback.form-password-field {
    top: 10px !important;
}

.dataTables_paginate .previous, .dataTables_paginate .next {
    font-size: 20px !important
}

.breadcrumb-line {
    padding-top: 3px;
    padding-bottom: 3px;
}

.dataTables_paginate .paginate_button:last-child {
    margin-left: 0px;
}

.dataTable-scroll-x {
    overflow-x: auto;
}

.custom-d-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

#siteLoader {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0.9;
    z-index: 9999999999;
    background: #000;
    height: 100%;
    width: 100%;
}

.organization-filter {
    width: 100%;
    float: right;
    text-align: right;
    padding-right: .625rem;
}

    .organization-filter .select2-container {
        width: auto !important;
    }

#totalNumberOfBookingCount, #totalNumberOfBookingMonthWise {
    width: 500px;
    height: 400px;
}

.navbar-dark .navbar-nav-link:focus, .navbar-dark .navbar-nav-link:hover {
    background-color: #1793cd;
}

.navbar-dark .active > .navbar-nav-link, .navbar-dark .navbar-nav-link.active, .navbar-dark .navbar-nav-link.show, .navbar-dark .show > .navbar-nav-link {
    background-color: #1793cd;
}

.navbar-dark {
    background-color: #162f55;
}

.navbar-brand .d-inline-block {
    padding: 5px 0px 5px 0;
}

.page-header-content span {
    color: #1c3459;
}

.dashboard-content .card-body h3 {
    font-size: 40px;
}

.dashboard-content .card-body .font-size-xs {
    font-size: 18px;
    font-weight: 300;
}

.dashboard-content .card-body {
    min-height: 155px;
}

.bg-custom-blue-400 {
    background-color: #1d3359;
}

.sidebar-content a i {
    color: #1f7db6;
}

.sidebar-dark {
    background-color: #1c3459;
}

    .sidebar-dark .nav-sidebar .nav-item-open > .nav-link.active {
        background-color: #1b3f66;
    }

    .sidebar-dark .nav-sidebar > .nav-item-open > .nav-link:not(.disabled), .sidebar-dark .nav-sidebar > .nav-item > .nav-link.active {
        background-color: #1794ce;
    }

.sidebar-content .nav-link.active i {
    color: #ffffff;
}

.sidebar-content .nav-item-expanded > a > i, .nav-item-open > a > i {
    color: #ffffff;
}

.page-header .breadcrumb-line {
    background-color: #cce8f4;
}

.datatable-basic th, .datatable-basic .icon-menu9, .highcharts-button-box {
    color: #162f55;
}

.dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button.current:focus, .dataTables_paginate .paginate_button.current:hover {
    background-color: #162f55;
}

.dataTables_length select {
    height: calc(1.5385em + .875rem + 2px);
    padding: .4375rem .875rem;
    font-size: .8125rem;
    line-height: 1.5385;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    outline: 0;
    appearance: none;
    background: url('../images/arrow-down.png');
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    min-width: 65px;
    -webkit-appearance: none;
}

    .dataTables_length select::-ms-expand {
        display: none;
    }

.dashboard-content .card .card-body {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.sidebar-xs .sidebar-main.sidebar-dark .nav-sidebar > .nav-item-submenu > .nav-group-sub {
    background-color: #1c3459;
}

.site-wrapper {
    display: block !important;
}

.login-body {
    background-color: #162f55;
}

.login-box-content {
    flex-direction: column;
}

.invisible {
    display: none !important;
}

.errorForResetPWd, #formModal .error {
    color: red !important;
}

.select2-selection--single .select2-selection__rendered {
    min-width: 243px !important;
}

.errorForResetPWd {
    font-size: 12px !important;
    font-weight: 400 !important;
}
