.treeview--main.active>a,
.treeview--main.menu-open>a {
    border-left-color: #ff7401;
}

.navbar {
    background-color: #ae0e1a !important;
}

.navbar-icon,
.navbar-icon:hover {
    color: #d51111 !important;
}


.content-header,
.toolbar-button {
    background-color: #c21a17;
    color: white;
}

.breadcrumb-item,
.breadcrumb-item:hover {
    color: white !important
}

.breadcrumb>.breadcrumb-item+.breadcrumb-item:before {
    color: white !important;
}

.box {
    border-radius: 0px;
    box-shadow: none;
    padding: 15px;
}

.box-body {
    background: white;
}

.box-header {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.content-wrapper {
    background: #f7f8fa !important;
}

.box-header {
    background-color: #ff7401;
}

.box-title {
    text-align: left;
    padding: 5px 0px;
}

.buttons_bar_graph {
    top: 15px;
}

.nav-tabs>li {
    min-width: 150px;
    background-color: #f5f5f5;
    color: #ff7401;
    border: 1px solid #cbcbcb;
}

.nav-tabs>li>a {
    border-radius: 0px;
    padding: 15px;
    text-align: center !important;
}

.nav-tabs>li.active {
    background-color: white;
    font-weight: bold;
    border-bottom: 1px solid white !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: 0px;
    margin-bottom: 2px;
    border-bottom: 1px solid white !important;
}

.tab-pane {
    border: 1px solid #cbcbcb;
    border-top: 0px;
}

.box-border {
    border: 1px solid #cbcbcb;
}

.box-nmb {
    margin-bottom: 0px;
}

.text-primary {
    color: #ff7401 !important;
}

.btn-primary {
    background: #ff7401 !important;
    color: white;
    border: 0px;
    padding: 10px 25px;
}

.btn-primary:hover {
    background: #d35f00 !important;
}

.paginate_button,
.paging_simple_numbers .ellipsis {
    border: none;
    color: #414141;
    cursor: pointer;
}

.paginate_button:hover {
    background-color: transparent;
    color: #ff7401;
}

.paginate_button.disabled {
    color: #ccc;
}

.paginate_button.disabled:hover {
    cursor: unset;
}

.paginate_button.previous {
    padding-left: 0px;
}

.dataTables_paginate {
    margin-left: 0px;
    margin-top: 15px;
}

.paginate_button.current {
    background: transparent !important;
    color: #ff7401 !important;
    border: none !important;
}

.dataTables_filter input {
    border-radius: 0 !important;
    padding: 10px 10px;
    margin-left: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.table .fa,
.table .fa-regular,
.table .fa-solid,
.table .fa-sharp,
.table .fa-brands {
    color: #ff7401 !important;
    font-size: 17px;
}

.table .fa:not(:last-child),
.table .fa-regular:not(:last-child),
.table .fa-solid:not(:last-child),
.table .fa-sharp:not(:last-child),
.table .fa-brands:not(:last-child) {
    margin-right: 15px;
}

.table .fa:hover,
.table .fa-regular:hover,
.table .fa-solid:hover,
.table .fa-sharp:hover,
.table .fa-brands:hover {
    cursor: pointer;
}

.main-footer {
    height: 55px !important;
    bottom: 0px;
    position: absolute;
    width: 100%;
    display: none;
}

.chart-element-item {
    min-height: 400px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td {
    padding: 15px 15px;
}