#totals-header {
    top:54px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
html {
    -ms-overflow-style: none;     /* IE, Edge */
    scrollbar-width: none;        /* Firefox */
}
html::-webkit-scrollbar {
    display: none;                /* Chrome, Safari, Edge */
}
table.dataTable {
    border-collapse: collapse;
    min-width: 1800px;
}
table.dataTable .dtfc-fixed-left {
    left: -1px !important;
}
table.dataTable,
table.dataTable .table-primary,
table.dataTable .table-secondary,
table.dataTable .table-success,
table.dataTable .table-danger,
table.dataTable .table-warning,
table.dataTable .table-info,
table.dataTable .table-light,
table.dataTable .table-dark,
table.dataTable.table-bordered th:last-child,
table.dataTable.table-bordered td:last-child,
div.dt-scroll-headInner table.table-bordered tr th:first-child,
div.dt-scroll-footInner table.table-bordered tr th:first-child,
div.dt-scroll-body {
    border-color: #888 !important;
}
div.dtfc-top-blocker,
div.dtfc-bottom-blocker {
    border-left:1px solid #888;
}
div.dt-scroll-body {
    border-bottom: none;
}
div.dt-scroll-foot>.dt-scroll-footInner>table {
    border-top: 1px solid #888;
}

#table_wrapper .dt-search input {
    font-size: .9375rem;
    line-height: 1.6;
    min-height: calc(2rem + 2px);
    padding: .25rem .625rem;
}
table.dataTable>:not(:first-child) {
    border-top: inherit;
}
table.dataTable thead th {
    text-align: center;
    /* background-color: #506690 !important; */
    /* color: #fff; */
}
table.dataTable tfoot td.dt-body-right {
    text-align: right;
}
table.dataTable tbody td:first-child,
table.dataTable tbody td:nth-child(2) {
    text-align: center;
}
table.dataTable tfoot th:first-child {
    text-align: center;
}

@media screen and (max-width: 480px) {
}