html {
    font-family: 'Roboto', sans-serif !important;
}

.dt-buttons .btn {
    border: 0;
}

.dropdown-item.active, .dropdown-item:active {
    color: #222222;
    background-color: #ffffff;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #F5F5F5;
}

.sale {
    /* padding: 0 1.25rem; */
    padding: 0;
    color: #dc3545;
    font-style: italic;
    margin: 0;
    /* margin: .5rem .5rem .3rem; */
}

.cursor-pointer {
    cursor: pointer;
}

.card-header > .card-tools {
    outline: none !important;
}

.btn-tool:hover,
.btn-tool:focus {
    border: 0 !important;
    outline: none;
}

.btn-tool[aria-expanded=false] .showMore {
    display: inline-block !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-tool[aria-expanded=false] .hideMore {
    display: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-tool[aria-expanded=true] .hideMore {
    display: inline-block !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-tool[aria-expanded=true] .showMore {
    display: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.shadow-default {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
}

:focus {
    outline: none !important;
}

.sidebar-mini .nav-sidebar .nav-link {
    white-space: normal !important;
    overflow: hidden;
}

.nav-sidebar .nav-item > .nav-link {
    width: 100%;
    display: flex;
    align-items: center;
}

.layout-fixed .main-sidebar {
    bottom: 0;
    float: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
}

.sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p {
    width: max-content !important;
}

@media (max-width: 576px) {
    .dropdown.user-menu {
        position: static;
    }

    .navbar-nav > .user-menu > .user-menu-dropdown {
        right: 0;
        width: 100% !important;
        min-width: 100%;
        left: 0;
    }
}

.main-footer {
    border-top: 0;
}

label {
    font-weight: 400 !important;
}

table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
    padding-left: 0;
    padding-right: 0;

}

div.dt-buttons {
    margin-bottom: 0;
}

.modal-fullwidth {
    width: 100%;
    max-width: 100%;
}

.modal-detail {
    max-height: calc(100% - 0rem);
}

.modal-detail .modal-content {
    max-height: calc(100vh - 0rem);
    border: 0;
}

a.card-header {
    color: inherit;
}

/* .light-primary {
    background-color: #eee;
} */
.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: calc(4.5rem + 1px);
}

.nav-tabs .nav-item {
    margin-bottom: 0px;
    width: 100%;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.highcharts-button-box, .highcharts-button-symbol {
    display: none;
}

.highcharts-credits {
    display: none !important;
}

.autocomplete-suggestions {
    overflow: auto;
    cursor: pointer;
    background-color: #dcf1f5;
    border: 1px solid #74b1c9;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "|";
}

.counter-data-body > td {
    vertical-align: middle;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 157, 22, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(244, 157, 22, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 157, 22, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(244, 157, 22, 0.4);
        box-shadow: 0 0 0 0 rgba(244, 157, 22, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(244, 157, 22, 0);
        box-shadow: 0 0 0 10px rgba(244, 157, 22, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(244, 157, 22, 0);
        box-shadow: 0 0 0 0 rgba(244, 157, 22, 0);
    }
}
.login-page, .register-page {
    min-height: 100vh;
    align-items: normal;
    flex-direction: initial;
}
.login-box {
    width: 100%;
    max-width: 540px;
}

.login-box-msg, .register-box-msg {
    margin: 0;
    padding: 15px 0px 5px;
    text-align: center;
}

.alert [data-growl="message"] {
    margin-right: 1rem;
    right: 0 !important;
    width: 99% !important;
}

.alert .close {
    color: #ffffff;
    opacity: .9;
}
a.link {
    letter-spacing: .25px;
    position: relative;
    display: inline-block;
    outline: 0;
}
a.link:focus::after {
    background-color: rgba(26, 115, 232, 0.149);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    bottom: -2px;
    content: '';
    left: -3px;
    position: absolute;
    right: -3px;
    top: -2px;
    z-index: -1;
}
.btn {
    letter-spacing: .0107142857em;
    font-weight: 500;
}
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
[class*=icheck-]>input:first-child+input[type=hidden]+label::before, [class*=icheck-]>input:first-child+label::before {
    width: 20px;
    height: 20px;
    border: 2px solid #5f6368!important;
    border-radius: 3px!important;

}
.icheck-primary>input:first-child:checked+input[type=hidden]+label::before, .icheck-primary>input:first-child:checked+label::before {
    background-color: #007bff!important;
    border-color: #007bff!important;;
}
[class*=icheck-]>input:first-child:checked+input[type=hidden]+label::after, [class*=icheck-]>input:first-child:checked+label::after {
    width: 7px;
    height: 9px;
    border: 2px solid #fff;
    transform: translate(6.5px,4.1px) rotate(45deg);
    -ms-transform: translate(6.5px,4.1px) rotate(45deg);
}
a.dt-button.dropdown-item.buttons-columnVisibility {
    text-decoration: line-through;
}
a.dt-button.dropdown-item.buttons-columnVisibility.active {
    text-decoration: none;
}

/* .dataTables_wrapper .row:first-child {
    background-color: #ffffff;
} */

#balanceTab_wrapper .dt-buttons,
#balanceTab_wrapper .dataTables_filter {
    margin: .5rem;
}
#balanceTab_wrapper .dataTables_filter > label {
    margin: 0;
}
.dark-mode a.card-header:hover {
    color: inherit;
}
.dark-mode .table thead tr td {
    color: initial !important;
}