body {
    overflow-y: auto;
}

.layout-sidebar-compact .sidebar-left-secondary {
    width: 190px;
}

.layout-sidebar-compact.sidenav-open .main-content-wrap {
    width: calc( 100% - 84px - 190px );
}

.tabbable-line > .nav-tabs > li > a {
    padding: 12px 20px !important;
    font-size: 16px;
}

.sidebar-indigo .sidebar-left {
    /*background: #0b5e84;*/
    background: #272727;
}

.app-footer p {
    margin-bottom: 0;
}

.layout-sidebar-compact .main-content {
    margin-top: 90px;
    /* padding-top: 15px; */
    min-height: calc(99vh - 176px);
}

.btn-primary, .btn-outline-primary {
    border-color: #bf902d;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: none !important;
}

.btn.btn-primary {
    background-color: #bf902d;
    border-color: #bf902d;
    color: #fff;
}

.layout-sidebar-compact .sidebar-left-secondary header .logo img {
    height: auto;
}

.tabbable-line > .nav-tabs > li > a {
    background: 0 0 !important;
    border: 0;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    color: #000;
}

.nav-pills > li > a, .nav-tabs > li > a {
    font-size: 14px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.tabbable-line > .nav-tabs > li {
    margin: 0;
}

.tabbable-line > .nav-tabs {
    background: #edeef3;
    border-radius: 4px !important;
    border: 1px solid #e1e2e3 !important;
}

.tabbable-line > .nav-tabs {
    box-shadow: none;
    margin-bottom: 5px;
}

.tabbable-line > .nav-tabs {
    margin: 0;
    background: #c0e9f7;
    border: 0 solid #c8e2ea !important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.06), 0 4px 0 0 rgba(0,0,0,.02);
}

.nav-pills, .nav-tabs {
    margin-bottom: 10px;
}

.tabbable-line > .nav-tabs > li.active {
    border-bottom: 0px solid #b3b3b3;
    background: #bf902d;
}

.tabbable-line > .nav-tabs > li.active {
    background: 0 0;
    border-bottom: 4px solid #36c6d3;
    position: relative;
}

.tabbable-line > .nav-tabs > li {
    margin: 0;
}

.layout-sidebar-compact .sidebar-left .navigation-left .nav-item .nav-item-hold .nav-text {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.layout-sidebar-compact.sidenav-open .sidebar-left-secondary {
    left: 84px;
    z-index: 999;
}

.layout-sidebar-compact .sidebar-left .navigation-left {
    width: 84px;
}

.spinner-bubble-primary {
    color: #bf902d;
}

.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a {
    padding: 10px 20px;
    border-bottom: 1px solid #dee2e6;
    position: relative;
}

.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item:last-child a {
    border-bottom: 0px solid #dee2e6;
}

.layout-sidebar-compact .sidebar-left-secondary header {
    padding: 0px 20px;
}

.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item .submenu {
    margin-left: 0px;
}

.sidebar-left-secondary .childNav li.nav-item .submenu > li a {
    padding-left: 46px;
    border-bottom: 0px;
}

.layout-sidebar-compact .main-content-wrap {
    padding: 0 30px;
}

.form-control:focus {
    border-color: #cacaca;
    box-shadow: 0 0 0 0.2rem rgba(16, 154, 216, 0.20);
}

.btn-primary:hover, .btn-outline-primary:hover {
    background: #bf902d;
    box-shadow: none;
    border-color: #bf902d;
}

.btn-primary:focus, .btn-outline-primary:focus {
    box-shadow: 0 8px 25px -8px #bf902d;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(16, 154, 216, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #bf902d;
    border-color: #bf902d;
}

.text-primary {
    color: #bf902d !important;
}

.card-icon-bg-primary [class^=i-] {
    color: rgba(16, 154, 216, 0.28);
}

.card-icon-bg [class^=i-], .card-icon-bg [class^=icon-] {
    color: #becad0;
}

.card-icon-bg .card-body .content {
    min-width: 110px;
    text-align: left;
    max-width: initial;
}

.btn-link {
    font-weight: 700;
    color: #bf902d;
    padding: 0;
}

.separator-breadcrumb {
    margin-bottom: 1rem;
}

.table {
    border: 1px solid #dee2e6;
    margin-bottom: 0rem;
}

.table-responsive::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.table-responsive::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    background: #e6e6e6;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #aaa;
    outline: 1px solid #c3c3c3;
    border-radius: 6px;
}

.chat-sidebar-container {
    height: calc(100vh - 140px);
    margin-bottom: 1.5rem;
}

.chat-sidebar-container {
    max-height: 800px;
    margin-bottom: 1.5rem;
    height: auto;
    padding: 0 !important;
}

.breadcrumb {
    display: block;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.form-control:focus {
    border-color: #bf902d;
    box-shadow: none;
}

.input-group-append button i {
    font-size: 16px;
    margin-top: 2px;
    display: inline-block;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #bf902d;
}

.btn-secondary, .btn-outline-secondary {
    border-color: #dee2e6;
}

a.btn.btn-secondary.buttons-collection.dropdown-toggle.buttons-colvis {
    margin-right: -2px;
}

.dt-button-collection li {
    border-bottom: 1px solid #dee2e6;
    padding: 8px 20px;
}

    .dt-button-collection li:last-child {
        border-bottom: 0px solid #dee2e6;
    }

    .dt-button-collection li a {
        color: #47404f;
    }

    .dt-button-collection li:hover, .dt-button-collection li:focus {
        background: #dee2e6;
        cursor: pointer;
    }

.form-control {
    border: 1px solid #dee2e6;
    background: #fff;
}

a.btn.btn-default.buttons-collection.dropdown-toggle.buttons-colvis {
    margin-right: -2px;
}

a.btn.btn-default.buttons-collection.dropdown-toggle {
    border: 1px solid #dee2e6;
    background: #fff;
}

a.dt-button.dropdown-item {
    border-bottom: 1px solid #dee2e6;
}

    a.dt-button.dropdown-item:last-child {
        border-bottom: 0px solid #dee2e6;
    }

    a.dt-button.dropdown-item.buttons-columnVisibility.active {
        border-bottom: 0;
    }

select.form-control {
    -webkit-appearance: listbox;
    display: inline-block;
    /*width: auto;*/
}

    select.form-control.form-control-sm {
        width: auto;
    }

.btn-secondary:hover, .btn-outline-secondary:hover {
    background: transparent;
    box-shadow: none;
    border-color: #cacaca;
}

.page-item.active .page-link {
    background-color: #bf902d;
    border-color: #bf902d;
}

.pagination {
    justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 10px;
}

.btn-secondary:focus, .btn-outline-secondary:focus {
    box-shadow: none !important;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    border-color: #cacaca;
}

div#example_wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
}

table#example {
    margin-top: 15px;
    border: 1px solid #dee2e6;
}

.pagination {
    margin-top: 15px;
}

td a i {
    font-size: 15px;
    color: #bf902d;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):hover {
    color: #fff;
    text-decoration: none;
}

.table thead th {
    font-size: 12px;
    text-transform: uppercase;
}

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 {
    box-shadow: 0 0 0px #444;
    background-color: #bdbdbd;
}

td a {
    color: #bf902d;
    font-weight: 700;
}

    td a:hover, td a:focus, td a:active {
        /*color: #bf902d;*/
        color: #52495a;
        text-decoration: underline;
    }

table.dataTable {
    border-collapse: collapse !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 15px 0px 0;
}

span.required {
    color: red;
}

hr {
    margin-top: 0.7rem;
    margin-bottom: 1.5rem;
}

.btn-blue-bordered {
    border: 1px solid #dee2e6 !important;
    background: #fff;
}

    .btn-blue-bordered:hover, .btn-blue-bordered:focus, .btn-blue-bordered:active {
        background: #dee2e6;
    }



.page-content-inverse {
    margin: -20px -40px -10px -40px;
}

.detail-left-part {
    width: 75%;
    float: left;
    height: calc(100vh - 104px);
    overflow-y: auto;
    padding: 20px 25px 0px 25px;
    background: #fff;
}

.detail-right-part {
    width: 25%;
    float: left;
    height: calc(100vh - 104px);
    overflow-y: auto;
    padding: 20px 20px 20px 20px;
    background: #edeef3;
    border-left: 1px solid #e1e2e3;
}

.portlet.light.bordered {
    border-radius: 4px !important;
    border: 1px solid #e1e2e3 !important;
    position: relative;
    margin-bottom: 20px;
}

.portlet.light {
    padding: 20px;
    background-color: #fff;
}

.page-heading {
    position: relative;
}

    .page-heading p {
        margin: 10px 0;
        min-height: 19px;
    }

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.note-section {
    border: 1px solid #e1e2e3;
    border-radius: 4px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.note-title {
    padding: 15px 20px;
    border-bottom: 1px solid #e1e2e3;
    background: #fff;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.note-section {
    border: 1px solid #e1e2e3;
    border-radius: 4px !important;
    background: #fff;
}

.page-heading h4 {
    font-weight: 600 !important;
    color: #000;
    margin-top: 0px;
    font-size: 15px;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.notes-block:last-of-type {
    border-bottom: 0px solid #e1e2e3;
    margin-bottom: 0px;
}

.notes-block {
    border-bottom: 1px solid #e1e2e3;
    position: relative;
    padding-bottom: 15px;
    margin: 12px 15px;
}

.add-link {
    position: absolute;
    right: 0;
    top: 0;
}

.my-link {
    color: #0576b9;
    font-weight: 700;
}

    .my-link:hover, .my-link:active, .my-link:focus {
        color: #0576b9;
        text-decoration: underline;
    }

.margin-right-10 {
    margin-right: 10px !important;
}

textarea.form-control {
    height: auto;
    min-height: 50px;
    max-height: 150px;
}

.tab-content {
    padding: 0rem;
}

.nav-tabs {
    border-bottom: 0px solid #663399;
    background: #edeef3;
}

    .nav-tabs .nav-item .nav-link.active {
        border: 0px solid transparent;
        background: #bf902d;
        color: #fff;
        border-radius: 0 !important;
    }

.activity-section {
    border: 1px solid #e1e2e3;
    border-radius: 4px !important;
    margin-bottom: 15px;
}

.activity-title {
    padding: 15px 20px;
    border-bottom: 1px solid #e1e2e3;
    background: #edeef3;
}

.activity-body {
    max-height: 280px;
    overflow-y: auto;
    background: #fff;
    border-radius: 5px !important;
}

.activity-block {
    border-bottom: 1px solid #e1e2e3;
    position: relative;
    padding-bottom: 15px;
    margin: 15px;
}

.activity-icon {
    float: left;
    height: 30px;
    width: 30px;
    background: #bf902d;
    color: #fff;
    font-size: 13px;
    display: table;
    border-radius: 4px !important;
    margin-right: 10px;
}

    .activity-icon i {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

.activity-detail {
    margin-left: 40px;
}

.activity-block h4 {
    font-size: 16px;
    font-weight: 600;
}

.activity-option-icon {
    position: absolute;
    right: 0;
    top: 0;
}

.activity-body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.activity-body::-webkit-scrollbar-thumb {
    background-color: #ddd;
    outline: 0px solid slategrey;
    border-radius: 10px !important;
}

.activity-body::-webkit-scrollbar-track {
    background: #fff;
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.activity-block:last-of-type {
    border-bottom: 0px solid #e1e2e3;
    margin-bottom: 0px;
}

.notes-icon {
    position: absolute;
    top: 0px;
    right: 0;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.input-group {
    flex-wrap: initial;
}

.table-condensed th, .table-condensed td {
    padding: 4px 5px;
}

.datetimepicker table {
    margin: 0;
}

/*tfoot {
    display: none;
}*/

th {
    display: table-cell;
    vertical-align: inherit;
}

.input-append.date.form_datetime {
    position: relative;
    display: flex;
    flex-wrap: initial;
    align-items: stretch;
    width: 100%;
}

span.add-on {
    border: 1px solid #dee2e6 !important;
    margin-left: -2px;
    padding: 7px 12px 6px;
}

ul.dropdown-menu.pull-right.show {
    width: 185px;
}

.dropdown-menu li {
    padding: 8px 15px;
    border-bottom: 1px solid #dee6e2;
}

    .dropdown-menu li:last-child {
        border-bottom: 0px solid #dee6e2;
    }

    .dropdown-menu li a {
        color: #47404f;
    }

    .dropdown-menu li:hover, .dropdown-menu li:focus {
        background: #dee6e2;
        cursor: pointer;
    }

.checkbox-primary input:checked ~ .checkmark {
    background-color: #bf902d !important;
}

/*.advanced-search-section{
    display:none;
}

.display-block {
    display: block;
}

.advanced-search-button{

}*/

.customizer .handle {
    background: #bf902d;
}

.customizer {
    width: 320px;
    top: 23vh;
    right: -320px;
}

.dataTables_wrapper.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

table.dataTable {
    border: 1px solid #dee6e2;
}

.layout-sidebar-compact .sidebar-left .navigation-left .nav-item .nav-item-hold {
    padding: 20px 0;
    color: #332e38;
}

.layout-sidebar-compact .sidebar-left .navigation-left .nav-item {
    border-bottom: 1px solid #dee2e6;
}

.sidebar-indigo .sidebar-left {
    background: #ffffff;
    z-index: 999;
}

.layout-sidebar-compact .sidebar-left-secondary, .layout-sidebar-compact .sidebar-left {
    border-right: 1px solid #dee2e6;
}

    .layout-sidebar-compact .sidebar-left-secondary header h6 {
        margin-bottom: 10px;
    }

.filter-scroll {
    max-height: 445px;
    overflow: auto !important;
}

    .filter-scroll::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .filter-scroll::-webkit-scrollbar-track {
        box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
        background: #e6e6e6;
    }

    .filter-scroll::-webkit-scrollbar-thumb {
        background-color: #aaa;
        outline: 1px solid #c3c3c3;
        border-radius: 6px;
    }

.customizer .customizer-body {
    max-height: calc(100vh - 180px);
}

.customizer .handle:hover {
    background: #bf902d;
}

a {
    color: #bf902d;
}

    a:focus,
    a:hover {
        color: #bf902d;
    }

.btn {
    color: #000;
}

.sidebar-indigo .sidebar-left {
    background: #f9fafb;
    box-shadow: none;
}

.table th, .table td {
    padding: 0.75rem 0.35rem;
}

.table thead th {
    background: #fbfbfb;
}

.custom-table {
    display: none;
}

.margin-right-15 {
    margin-right: 15px;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #bf902d;
    border-color: #bf902d;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dee2e6;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    /*padding: 0;
    border: 1px;*/
    text-align: left !important;
}

    .form-control:disabled + .input-group-append, .form-control[readonly] + .input-group-append {
        display: none;
    }

.layout-sidebar-compact .main-content-wrap {
    background: #f9fafb;
}

.layout-sidebar-compact .main-header {
    background: white;
    border-bottom: 1px solid #dee2e6;
    z-index: 999;
}

.ps__rail-y {
    width: 6px;
}

    .ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
        background-color: #999;
        width: 6px;
    }

.card {
    border-radius: 5px;
}

.card-icon-bg [class^=i-], .card-icon-bg [class^=icon-] {
    font-size: 3rem;
}

.card-icon [class^=i-], .card-icon [class^=icon-] {
    font-size: 3rem;
}

.card-icon [class^=i-], .card-icon [class^=icon-] {
    color: #becad0;
}

.card-title {
    font-weight: 600;
}

.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a .nav-icon {
    font-size: 17px;
}

.main-header .menu-toggle div {
    width: 18px;
    background: #fff;
}

.main-header .menu-toggle {
    padding: 6px 18px;
    background: #bf902d;
    width: 24px;
    margin-left: -1px;
    z-index: -1;
}

.main-header h3, .main-header h4, .main-header h5 {
    margin-bottom: 0px;
}
/*.layout-sidebar-compact .sidebar-left .navigation-left .nav-item:hover {
    background: #bf902d;
    border-color: #bf902d;
}*/

.layout-sidebar-compact .sidebar-left .navigation-left .nav-item:hover i, .layout-sidebar-compact .sidebar-left .navigation-left .nav-item:hover span {
    color: #bf902d;
}

.layout-sidebar-compact .sidebar-left .navigation-left .nav-item.active {
    border-left: 0px solid #bf902d;
}

.btn-primary i {
    font-size: 16px;
    line-height: inherit !important;
}

    .btn-primary i.fa {
        font-size: 16px !important;
    }

.badge {
    font-weight: 500;
    padding: 4px 10px;
    font-size: 11px;
}

.menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
    background: #bf902d;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: transparent;
    cursor: default;
    /*border: 0;
    padding: 0;*/
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
        /*padding-left: 0;
        padding-right: 0;
        line-height: normal;*/
    }

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow {
        display: none;
    }

label {
    font-size: 12px;
    color: #70657b;
    margin-bottom: 4px;
}

textarea:disabled {
    resize: none;
}

.radio-primary input:checked ~ .checkmark {
    background-color: #bf902d;
}

.card-icon [class^=i-], .card-icon .lead {
    color: #becad0;
}

div.dataTables_wrapper div.dataTables_processing {
    background: #bf902d;
    color: #fff;
    font-weight: 700;
}

table.dataTable {
    width: 100% !important;
}

.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item {
    position: relative;
}

    .layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a:hover {
        background: #f9fafb;
    }

    .layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item.actives > a:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        right: 0;
        bottom: 0;
        border-style: solid;
        border-width: 0 0 22px 22px;
        border-color: transparent transparent #bf902d transparent;
    }

    .layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item.actives > a > i,
    .layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item.actives > a > span {
        color: #bf902d;
    }

.layout-sidebar-compact .sidebar-left-secondary .submenu-area.actives.open {
    /*display: block !important;*/
}

.layout-sidebar-compact .sidebar-left-secondary .submenu-area.mainactive {
    display: block;
}

/*.layout-sidebar-compact .sidebar-left .navigation-left .nav-item.actives {
    background: #ccc;
}*/

.layout-sidebar-compact .sidebar-left .navigation-left .nav-item.actives i, .layout-sidebar-compact .sidebar-left .navigation-left .nav-item.actives span {
    color: #bf902d;
}

.layout-sidebar-compact .sidebar-left .navigation-left .nav-item.actives .triangle {
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    border-style: solid;
    border-width: 0 0 22px 22px;
    border-color: transparent transparent #bf902d transparent;
}

.layout-sidebar-compact .sidebar-left .navigation-left .nav-item.actives:hover .triangle {
    display: block
}

.card-body {
    z-index: 9;
}

.layout-sidebar-compact .sidebar-left .navigation-left .nav-item.active .triangle {
    display: block;
}

.dataTables_scrollBody {
    height: auto !important;
    max-height: 200px;
    overflow: auto;
}

.display-none {
    display: none;
}

.datetimepicker th.switch {
    width: 145px;
    display: table-cell;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #dee2e6 1px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dee2e6;
}

.wizard ul.steps > li.active {
    background-color: #bf902d;
    color: #ffffff;
}

.wizard ul.steps > li:first-child .step-index {
    padding-left: 20px;
}

.wizard ul.steps > li.active .step-index .label {
    display: none;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    margin-left: 10px;
    margin-right: 5px;
    font-weight: 500;
    padding: 2px 7px;
}

.wizard ul.steps > li.completed {
    background-color: #000;
    color: #fff;
}

.wizard li.completed .wiz-icon-chevron-right.colorA::before {
    color: #000;
}

.wizard ul.steps > li .step-text {
    padding-right: 20px;
}

.wizard li.active .wiz-icon-chevron-right.colorA::before {
    color: #bf902d;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.wizard .top-actions {
    line-height: 50px;
    height: 50px;
    background-color: #ffffff;
    border-left: 1px solid #d4d4d4;
    box-shadow: 0px 0 0px 0px #888;
    -webkit-box-shadow: 0px 0 0px 0px #888;
    -moz-box-shadow: 0px 0 0px 0px #888;
    -o-box-shadow: 0px 0 0px 0px #888;
}

.wizard ul.steps > li .step-index .label {
    display: none;
    background-color: transparent;
    border: 1px solid #000;
    margin-left: 10px;
    margin-right: 5px;
    font-weight: 500;
    padding: 2px 7px;
    color: #000;
}

.wizard .wiz-icon-chevron-right.colorA::before {
    color: #edeef3;
}

.wizard ul.steps > li .step-text {
    padding-right: 10px;
    color: #333;
}

.wizard ul.steps > li.active .step-text {
    color: #fff;
}

.wizard ul.steps > li .step-text {
    padding-right: 10px;
}

.wizard ul.steps {
    background: #fff;
}

.wizard .steps-content {
    border-top: 1px solid #dee2e6;
    background: #fff;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.wizard ul.steps > li.completed .step-text {
    color: #fff;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.switch-primary input:checked + .slider {
    background-color: #bf902d;
}

.card {
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.06), 0 0px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #e1e2e3 !important;
}

.sidebar-left-secondary .childNav li.nav-item.open > a {
    background: #f9fafb;
}

ul.childNav li ul.submenu li.actives a span {
    font-weight: 700 !important;
}

.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item.actives ul.submenu li.actives > a:after {
    content: none !important;
}

.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item ul.submenu li a {
    padding: 8px 8px 8px 46px;
}

.display-inline-block {
    display: inline-block;
}

input.form-control[type="file"] {
    padding: 0.25rem 0.75rem;
}

.nav-tabs .nav-item .nav-link {
    padding: 0.75rem 0.8rem;
}


#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #3498db;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

    #scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }

    #scroll:hover {
        background-color: #e74c3c;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }

.layout-sidebar-compact.sidenav-open .sidebar-left-secondary1 {
    left: -105px;
}

.layout-sidebar-compact.sidenav-open .main-content-wrap1 {
    width: calc( 100% - 84px - 0px );
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #00538a;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #00538a;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgb(0 83 138 / 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #afd7f1;
}

.btn.btn-danger {
    color: #fff;
}

.btn-sm i {
    line-height: inherit;
}

h4.card-title {
    margin-bottom: 0px;
}

h4.card-title {
    margin-bottom: 0px;
}

.breadcrumb.bb-1 {
    border-bottom: 1px solid #dee2e6 !important;
    padding-bottom: 10px;
    padding-top: 10px;
}

.card-icon-box .card-icon-area {
    float: left;
}

    .card-icon-box .card-icon-area .fa {
        font-size: 26px !important;
        width: 56px;
        height: 56px;
        line-height: 56px !important;
        text-align: center;
        background-color: #bf902d;
        color: #ffffff;
        border-radius: 50%;
    }

.card-icon-box .card-content-area {
    padding-left: 70px;
}

    .card-icon-box .card-content-area .card-content-title {
        font-size: 18px;
        font-weight: 600;
        color: #444444;
    }

    .card-icon-box .card-content-area .card-content-subtitle {
        font-size: 16px;
        font-weight: 600;
        color: #444444;
    }

    .card-icon-box .card-content-area .card-content-cost {
        font-weight: 800;
        font-size: 22px;
        color: #bf902d;
    }

.card-body .card-icon-box {
    padding-bottom: 25px;
    /*padding-top: 25px;*/
    padding-top: 35px;
    /*border-bottom: 1px solid #ddd;*/
}

    .card-body .card-icon-box:last-child {
        border-bottom: 0px solid #ddd;
    }

.card-profitloss .card-value {
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 5px;
}

    .card-profitloss .card-value:last-child {
        padding-bottom: 0px;
    }

    .card-profitloss .card-value span {
        width: 30px;
        display: inline-block;
        margin-right: 5px;
    }

.card-value.text-col-green {
    color: #20ab20;
}

.card-value.text-col-red {
    color: #ff4560;
}

.btn .text-icon {
    font-size: inherit !important;
    padding-right: 4px;
    position: relative;
    top: 1px;
}

.badge.cust-badge {
    padding: 5px 8px;
    text-transform: uppercase;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #bf902d;
}

.cust-icon {
    font-size: 12px !important;
    padding-right: 5px;
    position: relative;
    top: -1px;
}

.card-header.clearfix .card-title {
    float: left;
}

.card-header.clearfix .header-tools {
    width: 300px;
    float: right;
}

.h-85 {
    height: 85% !important;
}

/*.breadcrumb.bb-1 {
    border-bottom: 1px solid #dee2e6 !important;
    padding-bottom: 10px;
    padding-top: 10px;
}

.card-icon-box .card-icon-area {
    float: left;
}

    .card-icon-box .card-icon-area .fa {
        font-size: 26px !important;
        width: 56px;
        height: 56px;
        line-height: 56px !important;
        text-align: center;
        background-color: #bf902d;
        color: #ffffff;
        border-radius: 50%;
    }

.card-icon-box .card-content-area {
    padding-left: 70px;
}

    .card-icon-box .card-content-area .card-content-title {
        font-size: 16px;
        font-weight: 600;
        color: #444444;
    }

    .card-icon-box .card-content-area .card-content-cost {
        font-weight: 800;
        font-size: 22px;
        color: #bf902d;
    }

.card-body .card-icon-box {
    padding-bottom: 25px;
    padding-top: 25px;
    border-bottom: 1px solid #ddd;
}

    .card-body .card-icon-box:last-child {
        border-bottom: 0px solid #ddd;
    }

.card-profitloss .card-value {
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 5px;
}

    .card-profitloss .card-value:last-child {
        padding-bottom: 0px;
    }

    .card-profitloss .card-value span {
        width: 30px;
        display: inline-block;
        margin-right: 5px;
    }

.card-value.text-col-green {
    color: #20ab20;
}

.card-value.text-col-red {
    color: #ff4560;
}

.btn .text-icon {
    font-size: inherit !important;
    padding-right: 4px;
    position: relative;
    top: 1px;
}

.badge.cust-badge {
    padding: 5px 8px;
    text-transform: uppercase;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #bf902d;
}

.cust-icon {
    font-size: 12px !important;
    padding-right: 5px;
    position: relative;
    top: -1px;
}

.card-header.clearfix .card-title {
    float: left;
}

.card-header.clearfix .header-tools {
    width: 300px;
    float: right;
}*/

.mainclock {
    width: 200px;
    margin: 0 auto;
    padding: 10px 15px;
    color: #FFF;
    background: #bf902d;
    position: relative;
    overflow: hidden;
}

    /*.mainclock:after {
        content: "\e081";
        font-family: 'simple-line-icons';
        position: absolute;
        font-size: 80px;
        top: 11px;
        opacity: 0.1;
        right: -28px;
    }*/

    .mainclock .currentday {
        font-weight: 800;
        font-size: 16px;
        line-height: 1.4;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 0px;
    }

    .mainclock .currentdate {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.4;
        text-align: center;
    }

.currenttimeclock {
    font-weight: 800;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    margin-top: 0px;
}

.btn.btn-success.btn-sm {
    color: #fff;
}

.header-link > i {
    font-size: 18px !important;
    padding-right: 3px;
}

.gj-datepicker-bootstrap [role=right-icon] button .gj-icon,
.gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    font-size: 20px !important;
    top: 7px !important;
    left: 9px !important;
    color: #555;
    margin: 0px;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #dee2e6;
    border-color: #dee2e6;
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color: #bf902d !important;
    border-color: #bf902d !important;
    border-radius: 2px;
}

.breadcrumb h1 {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    color: #5e5e5e;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #bf902d;
    color: white;
}

.svgicon {
    width: 24px;
    height: 24px;
    fill: #636363;
}

.layout-sidebar-compact .sidebar-left .navigation-left .nav-item.actives svg path {
    fill: #bf902d;
}


.card {
    position: relative;
    /* margin-bottom: 1.5rem; */
    margin-bottom: 15px;
    width: 100%;
}
.card-header {
    background: none;
    padding: 0.5rem 1.5rem;
    display: -ms-flexbox;
    display: flex;
    min-height: 3.5rem;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #eaf0f7;
}


/*.card-header-action .btn-group-area.card-filter {
    display: inline-flex;
}
    .card-header-action .btn-group-area.card-filter a ~ div {
        margin-left: 5px;
    }*/


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    border-radius: 8px;
    background-color: #fff;
    word-wrap: break-word;
    border: 0px solid #e2ebf7 !important;
    box-shadow: 0 1px 15px 1px rgba(62, 57, 107, 0.10);
    margin-bottom: 1.5rem;
    width: 100%;
}

.card-head-1 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    border-radius: 8px;
    /*background-color: #fff;*/
    word-wrap: break-word;
    border: 0px solid #e2ebf7 !important;
    box-shadow: 0 1px 15px 1px rgba(62, 57, 107, 0.10);
    margin-bottom: 1.5rem;
    width: 100%;
}

.card.base-card-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 20px;
}