@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

body {
    font-size: .8rem;
    font-weight: 400;
    color: #212121;
    background: #f8f8f8;
    font-family: 'Open Sans', sans-serif;
}

a {
    cursor: pointer;
}

.wrapper {
    position: relative;
    top: 0;
    /* height: 100vh;
     min-height: 100vh; */
}
/* HEADER TOP CODE */
.header-section {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(18,23,39,.5);
}

    .header-section .navbar-custom {
        padding: 0px 30px;
    }

        .header-section .navbar-custom .navbar-brand {
            padding-top: 2px;
            padding-bottom: 3px;
        }

.navbar-custom .user-navbar-nav .nav-link.nav-link-user {
    color: #333;
    padding-top: 3px;
    padding-bottom: 4px;
    font-weight: 500;
    font-size: 13px;
}

.header-section .navbar-custom .user-navbar-nav .nav-link-user img {
    height: 40px;
    max-width: none;
    width: auto;
    border-radius: 4px;
    border: 1px solid #4c9ab2;
}

.navbar-custom .user-navbar-nav .dropdown-menu {
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: none;
    width: 280px;
}

.dropdown-user .dw-user-box {
    padding: 5px 10px;
}

    .dropdown-user .dw-user-box .u-img {
        display: inline-block;
        vertical-align: top;
        width: 50px;
    }

        .dropdown-user .dw-user-box .u-img img {
            border-radius: 5px;
            width: 100%;
        }

    .dropdown-user .dw-user-box .u-text {
        display: inline-block;
        max-width: 200px;
        padding-left: 10px;
        padding-top: 18px;
        width: 100%;
    }

        .dropdown-user .dw-user-box .u-text h4 {
            display: block;
            font-size: 14px;
            font-weight: 600;
            margin: 0 0 2px;
            overflow: hidden;
            padding: 0;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .dropdown-user .dw-user-box .u-text p {
            font-size: 13px;
            margin-bottom: 0px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.dropdown-menu.dropdown-user .divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 0 !important;
    overflow: hidden;
}

.dropdown-user > li > a {
    padding: 6px 20px;
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    white-space: nowrap;
    color: #333;
    font-size: 12px;
    text-decoration: none;
}

    .dropdown-user > li > a:hover {
        background-color: #f6f6f6;
    }

#navbarAccount .nav-item .nav-link {
    font-size: 13px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 23px 15px;
    border-bottom: 2px solid transparent;
    font-weight: 600;
}

    #navbarAccount .nav-item .nav-link:hover {
        border-bottom: 2px solid #4c9ab2;
        color: #4c9ab2;
    }

    #navbarAccount .nav-item .nav-link.active {
        border-bottom: 2px solid #4c9ab2;
        color: #4c9ab2;
    }

#navbarAccount .account-section .caccount {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    background: #4c9ab2;
    border-radius: 5px;
    padding: 8px 10px;
}

#navbarAccount .account-section .signIn {
    background: #5a5a5a;
    margin-right: 10px;
}

/**/
/* HEADER TOP CODE END */
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 250px;
    margin-top: 67px;
    display: block;
    z-index: 1000;
    color: #333;
    font-weight: 200;
    height: calc(100vh - 66px);
    background: #fff;
    -webkit-box-shadow: 4px 4px 10px rgba(69,65,78,.06);
    -moz-box-shadow: 4px 4px 10px rgba(69,65,78,.06);
    box-shadow: 4px 4px 10px rgba(69,65,78,.06);
    transition: all .3s;
}

    .sidebar .arrow-container.right {
        position: absolute;
        top: calc(50% - 25px);
        width: 9px;
        height: 50px;
        z-index: 902;
        background-color: #4c9ab2;
        cursor: pointer;
        right: 0;
        color: #fff;
        font-size: 12px;
        padding-top: 15px;
        padding-left: 2px;
    }

    .sidebar.active {
        margin-left: -242px;
    }

.main-panel.active {
    width: 100%;
}

.FillterSidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -220px;
    width: 220px;
    margin-top: 67px;
    display: block;
    z-index: 1000;
    color: #333;
    font-weight: 200;
    height: calc(100vh - 66px);
    background: #fff;
    transition: all .3s;
    box-shadow: 0 1px 15px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.04);
}

    .FillterSidebar .Fillter-button {
        position: absolute;
        left: -32px;
        background: #fff;
        padding: 13px 7px;
        color: #212121;
        box-shadow: -2px 0 5px rgba(0,0,0,.04);
        font-size: 20px;
        top: 50%;
        transform: translateY(-50%);
        color: #576a3d;
    }

    .FillterSidebar.default-transition {
        transition: all .3s;
    }

        .FillterSidebar.default-transition.show {
            right: 0px;
            transition: all .3s;
        }

.filters-headline-section {
    height: 40px;
    position: relative;
    z-index: 900;
    border-bottom: 1px solid #cdcdcd;
    transition: border-bottom-color 150ms ease-out;
    padding: 6px;
    margin: 0px 9px;
}

.filters-title {
    font-weight: bold;
    font-size: 13px;
    margin-top: 5px;
    float: left;
}

.filters-headline-section .filters-toolbar {
    float: right;
    display: inline-table;
    position: relative;
    min-height: 1px;
    padding: 0;
    margin: 0;
}

.accordion .filters-toolbar {
    display: inline-block;
    float: right;
    line-height: 19px;
}

.accordion .filters-icon-box {
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    color: #333;
    line-height: 19px;
    font-size: 12px;
}

.filters-icon-box {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #333;
    line-height: 25px;
    font-size: 12px;
}

.filter-form-section {
    margin: 9px;
}

    .filter-form-section .card-header .btn-link, .filter-form-section .card-header {
        font-size: 12px;
        color: #000;
        border-radius: 0px;
        padding: 2px;
        text-decoration: none;
    }

    .filter-form-section .card {
        border: 1px solid rgba(0,0,0,.125) !important;
        margin-bottom: 5px;
        box-shadow: none;
    }

    .filter-form-section .card-body {
        padding: .5rem .75rem;
        font-size: 12px;
    }

    .filter-form-section .card-footer {
        padding: 3.3px 5px 5px;
        font-size: 12px;
    }

.menu-header {
    font-size: 14px;
    margin: 8px 10px 8px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.main-menu {
    height: calc(100vh - 110px);
    position: relative;
}

.main-panel {
    position: relative;
    width: calc(100% - 250px);
    height: 100vh;
    min-height: 100%;
    float: right;
    transition: all .3s;
}

    .main-panel > .content {
        padding: 0 !important;
        min-height: calc(100% - 123px);
        margin-top: 67px;
        overflow: hidden;
    }

        .main-panel > .content .page-inner {
            padding: 0.85rem 0;
            padding-right: 1rem;
            padding-left: 1rem;
        }

.content .card-header-custom {
    padding: 12px;
    margin-bottom: 0;
    background-color: #fff;
    border-radius: 0px !important;
    height: 45px;
    box-shadow: 0 1px 15px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.04);
    ;
}

    .content .card-header-custom .left-toolbar {
        float: left;
        display: inline-table;
        position: relative;
        min-height: 1px;
        padding: 0;
        margin: -6px 0px 0px;
        font-weight: 600;
        text-transform: uppercase;
    }

.breadcrumb-custom {
    padding: 0px;
    margin: -1px 0px 0px 0px;
    background-color: transparent;
    border-radius: 0px;
    font-size: 8px;
    font-weight: 400;
}

.content .card-header-custom .right-toolbar {
    float: right;
    display: inline-table;
    position: relative;
    min-height: 1px;
    padding: 0;
    margin: 0;
}

.main-menu-group a {
    color: #333;
    padding: 0px 7px 0px 7px;
    border-right: 1px solid #4c9ab2;
    font-weight: 600;
    font-size: 11px;
    border-bottom: 2px solid transparent;
    text-decoration: none;
}

.card {
    border: initial;
    background: #fff;
    border-radius: calc(.15rem - 1px);
    box-shadow: 0 1px 15px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.04);
}

.card-titleH {
    padding: 7px 0.75rem;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.h-100 {
    height: 100% !important;
}

.card .card-body {
    padding: 0.75rem;
}

.card .card-title {
    margin-bottom: 2rem;
}

.main-panel .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.row-sm {
    margin-left: -5px;
    margin-right: -5px;
}

    .row-sm > div {
        padding-left: 5px;
        padding-right: 5px;
    }

.list-heding {
    font-size: 20px;
    font-weight: 600;
    margin: 25px 0px 15px;
}

.list-item-detila {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

    .list-item-detila li {
        margin-bottom: 10px;
        width: 100%;
        font-size: 11px;
    }

.btn-border.btn-info {
    color: #48abf7 !important;
    border: 1px solid #48abf7 !important;
}

.btn-group-sm > .btn, .btn-sm {
    font-size: 12px;
}

.btn-round {
    border-radius: 100px !important;
}

.btn-border {
    background: 0 0 !important;
}

.dashboard-line-chart {
    height: 283px;
    position: relative;
}

.chartjs-render-monitor {
    -webkit-animation: chartjs-render-animation 0.001s;
    animation: chartjs-render-animation 0.001s;
    height: 100% !important;
    width: 100% !important;
}
/* TABLE CODE */
.table-custom > tbody td .btn-xs {
    margin: -5px 0 -4px 0px;
}

.btn-xs.btn-custom-xs {
    width: 16px;
    height: 16px;
    border: none;
    padding: 0px 2px;
    font-size: 10px !important;
    line-height: 0.5;
    border-radius: 0px;
}
.dataTables_wrapper{padding: 0px !important;}
table.dataTable {
    width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.table-custom div.dataTables_wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
    border-top: none;
}

.contents {
    display: contents !important;
}

.pagination {
    margin-bottom: 0px !important;
}

.table-custom.table {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.table-custom.table-bordered {
    border-collapse: collapse;
    background: #fff;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 2px 5px;
    border-bottom: 1px solid #999;
    vertical-align: middle;
    background: #f1f1f1;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 600;
    font-size: 12px;
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 1px;
    border-color: #999;
}

.table-bordered td, .table-bordered th, .table-bordered {
    border: 1px solid #999;
}

.table-bordered {
    border-top: 1px !important;
}

.table-custom.table-bordered.dataTable td, .table-custom.table-bordered td {
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 0px;
    vertical-align: middle;
}

.table-bordered thead th + th {
    border-bottom-width: 1px !important;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-left: -2px;
    min-width: 0px;
    padding: 0px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: transparent;
        border: none;
    }

.dataTables_paginate .page-link {
    padding: 5px 8px;
}

.dataTables_paginate .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #4c9ab2;
    border-color: #4c9ab2;
}

table.dataTable thead .sorting_asc {
    background-image: url(../images/sort_asc.png);
}

table.dataTable thead .sorting {
    background-image: url(../images/sort_both.png);
}

table.dataTable thead .sorting {
    background-image: url(../images/sort_both.png);
}

.colspanTable {
    width: 100% !important;
}

/* Switch Code */
.switch {
    float: right;
}

.onoffswitch {
    position: relative;
    width: 54px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #1AB394;
    border-radius: 3px;
    margin-bottom: 0px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 0;
    background: #FFFFFF;
    border: 2px solid #1AB394;
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 36px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 16px;
    padding: 0;
    line-height: 16px;
    font-size: 10px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 7px;
    background-color: #FFFFFF;
    color: #919191;
    text-align: right;
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 7px;
    background-color: #1AB394;
    color: #FFFFFF;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}
/* Switch Code  END*/
.modal-header, .modal-footer {
    padding: 10px 15px;
}

.btn-custom {
    padding: .275rem .55rem;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
}

.modal-title {
    font-size: 16px;
}

.filter-group li {
    padding: 5px 15px;
}

    .filter-group li a {
        color: #333;
        text-decoration: none;
    }

        .filter-group li a:hover {
            color: #0056b3;
        }

.bootstrap-select.form-control-sm .btn {
    height: auto !important;
    text-transform: capitalize;
    box-shadow: none;
    color: #495057;
    font-size: 12px;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .20rem .5rem;
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    padding: .20rem .5rem;
}

.bootstrap-select.form-control-sm .no-results {
    font-size: 12px;
}

.bootstrap-select.form-control-sm .dropdown-menu {
    padding: 0px;
    font-size: 12px;
}

.bs-searchbox .form-control {
    font-size: 12px;
    padding: 6px 10px;
    height: 26px;
}

.bootstrap-select.form-control-sm .dropdown-toggle .filter-option-inner-inner {
    font-size: 11.5px;
}

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
    float: left;
}

.bootstrap-select.form-control-sm {
    height: 26px !important;
}

.form-group {
    margin-bottom: 5px;
}

.col-form-label-sm, .form-control-sm {
    font-size: 12px;
}

.datepicker.dropdown-menu {
    box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
    border: 1px solid #efefef;
    z-index: 99999 !important;
}

.datepicker td, .datepicker th {
    border-radius: 0;
    font-size: 12px;
    padding: 3px !important;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active {
    background: #cc4b61;
}

.dashboard-title {
    font-size: 14px;
    padding: 7px 15px;
    border-top: 1px solid #ddd;
    margin: 0px;
}

.list-group-custom .list-group-item {
    padding: 0px;
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
}

    .list-group-custom .list-group-item a {
        padding: 7px 25px;
        display: block;
        font-weight: 600;
        text-decoration: none;
        color: #333;
    }

        .list-group-custom .list-group-item a.active {
            color: #fff;
            background: #17a2b8;
        }

label {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #333;
}

.dashboard-body {
    padding-top: 5px;
}

.home-box {
    flex: 0 0 7.666667%;
    max-width: 7.666667%;
    display: inline-block;
    width: 100%;
    margin: 0px 2px 5px 2px;
    text-align: center;
}

    .home-box img {
        margin-bottom: 10px;
        text-align: center;
        width: 55px;
    }

    .home-box .box-header h5 {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
        margin-bottom: 5px;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
    }

    .home-box a {
        color: #333;
        background: #fff;
        box-shadow: 0 5px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
        box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
        display: block;
        padding: 5px;
    }

        .home-box a:hover {
            box-shadow: inset 0px 0px 3px 1px rgb(224, 224, 224), 0 0 0 1px rgba(154, 149, 149, 0.46);
            text-decoration: none;
        }

.toolbox-dropdown {
    width: 200px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    margin: 0px;
    padding: 0px;
}

.toolbox-dropdown li > a {
    padding: 6px 0 6px 13px;
    color: #333;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
    .home-box {
        flex: 0 0 19.334%;
        max-width: 19.334%;
        width: 100%;
    }
}
/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .home-box {
        flex: 0 0 32.334%;
        max-width: 32.334%;
        width: 100%;
    }
}
/* xs */
@media (max-width: 767px) {
    .home-box {
        flex: 0 0 30.666667%;
        max-width: 30.666667%;
    }
}
/* XS Portrait */
@media (max-width: 479px) {
    .home-box {
        flex: 0 0 45.334%;
        max-width: 45.334%;
    }

    .input-group {
        margin: 5px 0px;
    }
}

@media (min-width: 1200px) {
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .header-section .navbar-custom .navbar-brand {
        max-width: 130px;
        width: 100%;
    }

        .header-section .navbar-custom .navbar-brand img {
            width: 100%;
        }

    #navbarAccount .nav-item .nav-link {
        font-size: 12px;
        padding: 23px 12px;
    }
}
/* xs */
@media (max-width: 767px) {
    .header-section .navbar-custom {
        padding: 0px;
    }

    .navbar-custom .navbar-header {
        width: 100%;
        text-align: center;
    }

    .navbar-custom .navbar-toggler {
        position: absolute;
        left: 0;
        top: 15px;
    }

    #navbarAccount .nav-item .nav-link {
        letter-spacing: 1px;
        padding: 5px 15px;
    }

        #navbarAccount .nav-item .nav-link.active, #navbarAccount .nav-item .nav-link {
            border-bottom: none;
        }

            #navbarAccount .nav-item .nav-link:hover {
                color: #4c9ab2;
                border-bottom: none;
            }

    .navbar-custom .mobile-user-navbar .dropdown {
        position: inherit;
    }

        .navbar-custom .mobile-user-navbar .dropdown .dropdown-toggle {
            position: absolute;
            top: 11px;
            right: 11px;
        }

    .navbar-custom .mobile-user-navbar .dropdown-toggle::after {
        border: none;
    }

    .navbar-custom .mobile-user-navbar .profile-dropdown {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
    }

    .sidebar {
        margin-top: 55px;
    }
}

/* XS Portrait */
@media (max-width: 479px) {
}

.form .has-error .form-control {
    border-color: #a94442;
    box-shadow: 0 1px 4px rgba(169, 68, 66, 0.93);
}

.form .has-error .input-group .input-group-addon {
    border-color: #a94442;
    box-shadow: 0 1px 4px rgba(169, 68, 66, 0.93);
}

.form .has-success .form-control {
    border-color: #3c763d;
    box-shadow: 0 1px 4px rgba(60, 118, 61, 0.93);
}

.form .has-success .input-group .input-group-addon {
    border-color: #3c763d;
    box-shadow: 0 1px 4px rgba(60, 118, 61, 0.93);
}

.form .form-control.error {
    border-color: #ed4e2a;
}

.has-success .bootstrap-select .btn-default, .has-success .form-control {
    border-color: #3c763d;
    border: 1px solid #3c763d;
    box-shadow: 0 1px 4px rgba(60, 118, 61, 0.93) !important;
}

.has-error .bootstrap-select .btn-default, .has-error .form-control {
    border-color: #a94442;
    border: 1px solid #a94442;
    box-shadow: 0 1px 4px rgba(169, 68, 66, 0.93) !important;
}

.help-block {
    display: none !important;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
}

.form-control:focus, .bootstrap-select.form-control-sm .btn:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
    border-color: #ddd;
}

.input-group-text {
    padding: 0px 15px;
    font-size: 12px;
}

.mt10 {
    margin-top: 10px !important;
}

.text-center {
    text-align: center !important;
}







.spinner-section {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.55) none repeat scroll 0 0;
}

.spinner {
    height: 100px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: relative;
    top: 50%;
    width: 100px;
    text-align: center;
    z-index: 1001;
}

    .spinner > div {
        background-color: #fff;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.page-body-wrapper {
    min-height: calc(100vh - 40px);
    background: #dee2e6;
    /*height: 100%; */
    background: #f6f6f6 url(../images/bg.png) top left repeat;
}

.dashboard-wrapper-mt {
    padding-top: 60px;
}

.main-page-title {
    border-bottom: 1px solid #ddd;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 7px;
    padding: 0 0 7px;
}

.breadcrumb-custom {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
    padding: 0;
    float: right;
    font-size: 12px;
}

    .breadcrumb-custom > li {
        display: inline-block;
        line-height: 28px;
    }

        .breadcrumb-custom > li a {
            color: #cf5065;
            text-decoration: none;
        }

    .breadcrumb-custom > .active {
        color: #333;
    }

    .breadcrumb-custom > li + li::before {
        color: #cf5065;
        content: "\f30b";
        padding: 0 8px;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }

.fa, .fas {
    margin-right: 5px;
}

.card .sub-menu-body {
    padding: 7px 7px 2px;
}

.card.sub-menu-section {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    box-shadow: none;
}

.card-header.sub-menu-header {
    padding: 5px 10px;
    margin-bottom: 0;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    border-radius: 0px !important;
    font-size: 16px;
}

.sub-menu-section {
    margin-bottom: 10px;
}

.row-sm {
    margin-left: -5px;
    margin-right: -5px;
}

.sub-menu-box {
    background: #eeeeee;
    padding: 2px 4px;
    margin: 0 0 5px;
    border-left: 5px solid rgba(52, 58, 64, 0.36);
    position: relative;
}

    .sub-menu-box .item-title-box h5 {
        font-size: 12px;
        line-height: 18px;
        margin: 0;
        overflow: hidden;
        padding: 4px 0;
        text-overflow: ellipsis;
        color: #333;
        font-weight: 600;
        white-space: nowrap;
        width: calc(100% - 45px);
    }

.sub-menu-section .col-md-3 {
    width: 20%;
    max-width: 20%;
}

.sub-menu-box:hover {
    border-left: 5px solid #343a40;
}

a:hover {
    text-decoration: none;
}

.caption {
    color: #333;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin: 6px 0 0;
    padding: 0;
}

.actions {
    display: inline-block;
    float: right;
    margin: 0px 0 0;
    padding: 0;
}

.btn-radius {
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16), 0 1px 2px 0 rgba(0,0,0,0.12);
    border-radius: 4px;
    padding: 4px 8px;
    min-width: 80px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.lightGray, .lightGray:hover, a.lightGray:hover {
    background: #333;
    border-color: #333;
    color: #fff;
}

.footer {
    background-color: #343a40;
    padding: 10px 15px;
    width: 100%;
    z-index: 99;
    letter-spacing: 1px;
}

    .footer .text-muted {
        color: #fff !important;
        margin: 0;
        font-size: 11px;
        padding: 5px 0 0;
    }

.mandatory-title {
    color: #d9534f;
    float: right;
    font-size: 10px;
    padding: 6px 10px 0 0;
    font-weight: 600;
}

.modal-footer, .modal-header h5 {
    font-size: 14px;
    width: 100%;
}

.sale-report-title {
    font-size: 14px;
    margin: 0px 0px 5px;
    border-bottom: 4px double #ddd;
    padding: 0px 0px 5px;
    font-weight: 600;
}

.mb10 {
    margin-bottom: 10px !important;
}

.top-checked-point .text-right {
    text-align: left !important;
}

.desk-hide {
    display: none;
}

.frmReport iframe, .frmReport iframe table, .frmReport table {
    width: 100% !important;
}

.pull-right {
    float: right !important;
}

.card-dashboard-report {
    background-color: #f8f9fa;
    position: relative;
    border-radius: 4px;
    box-shadow: 2px 2px 0px 0px #999;
}

    .card-dashboard-report .media {
        padding: 10px;
        position: relative;
        z-index: 5;
    }

.paddingRto {
    padding-right: 0px !important;
}

.edit-del-box {
    position: absolute;
    top: 0px;
    right: 6px;
    height: auto;
    padding: 5px;
    border-left: 1px solid #e0d8d8;
}

table.dataTable tfoot th {
    padding: 5px 5px;
    background: #f1f1f1;
}

.hexabtn-box {
    position: absolute;
    top: 5px;
    right: 10px;
}

.hexabtn {
    display: block;
    position: relative;
    background: red;
    width: 60px;
    height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
}

#tblColorSchemes.table-striped tbody tr:nth-of-type(odd) {
    background: #fff;
}

#tblSalesLocReport_wrapper .container-fluid {
    padding: 0px;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 5px;
}

#tblApprovePO_wrapper.container-fluid {
    padding: 0px;
}

table.dataTable {
    border-collapse: collapse;
}

.colorpicker.colorpicker-with-alpha {
    z-index: 99999;
}
/* Nested modal */
.modal:nth-of-type(even) {
    z-index: 10050 !important;
    background: rgba(0, 0, 0, 0.4) !important;
}

.modal-backdrop.in:nth-of-type(even) {
    z-index: 10049 !important;
}

.modal:nth-of-type(odd) {
    z-index: 10050 !important;
    background: rgba(0, 0, 0, 0.4) !important;
}

.modal-backdrop.in:nth-of-type(odd) {
    z-index: 10049 !important;
}

.sweet-overlay {
    z-index: 99999 !important;
}
/* Nested modal END */
hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.badge-min {
    background-color: #FF0000;
    border-color: #FF0000;
}

.badge-average {
    background-color: #FFFF00;
    border-color: #FFFF00;
    color: #000 !important;
}

.badge-actual {
    background-color: #2F66A9;
    border-color: #2F66A9;
}

.badge-max {
    background-color: #00ff00;
    border-color: #00ff00;
}

.badge-chart {
    padding: 5px 8px;
    font-size: 10px;
    border-radius: 0px;
    color: #fff;
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 99999;
}

.bootstrap-select .dropdown-menu li a {
    font-size: 12px;
}

fieldset.scheduler-border {
    border: 1px groove #f6f6f6 !important;
    padding: 0 0.6em 0.6em 0.6em !important;
    margin: 0 0 5px 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #f6f6f6;
    box-shadow: 0px 0px 0px 0px #f6f6f6;
}

legend.scheduler-border {
    font-size: 14px !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .modal-xl {
        max-width: 940px;
        margin: 1.75rem auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
    .sub-menu-section .col-md-3 {
        width: 100%;
        max-width: 100%;
    }

    .mobile-hide {
        display: none;
    }

    .col-xs-6-custom .col-xs-6 {
        width: 50%;
    }

    .col-xs-6-custom .col-xs-5 {
        width: 50%;
    }

    .col-xs-6-custom .col-xs-7 {
        width: 50%;
    }

    .col-xs-6-custom .col-xs-6 {
        width: 50%;
    }

    .col-xs-6-custom .col-xs-2, .col-xs-6-custom .col-md-2 {
        width: 25%;
    }

    .col-xs-6-custom .col-xs-10, .col-xs-6-custom .col-md-10 {
        width: 75%;
    }

    .desk-hide {
        display: block;
    }

    .sale-rept-title.card-body h5.d-inline {
        margin-bottom: 10px;
        font-size: 14px;
        padding-top: 0px;
    }

    .sale-rept-title.card-body .form-control-sm {
        margin-bottom: 8px;
    }

    .sale-rept-title.card-body .col-xs-50 {
        width: 50%;
    }

    .top-checked-point .bootstrap-select.form-control-sm {
        margin-bottom: 7px;
        margin-top: 5px;
    }
}

@media (max-width: 425px) {
}
