.mCustomScrollBox {
    background: #1b1e24;
}

.page-container .page-content {
    min-width: 1360px;
    overflow: auto;
}

.page-container {
    width: 100%;
}

html,
body {
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.page-container .page-sidebar {
    position: fixed;
}

.footer_fix {
    position: fixed;
    bottom: 0%;
    margin: 0 -10px;
}

.header_fix {
    margin-top: 50px;
}

.header_fix .panel-heading {
    position: fixed;
    top: 0%;
    margin: 0 -10px;
    z-index: 999;
}

.visible {
    visibility: hidden;
    height: 0;
}

table tbody th,
table tfoot th {
    font-size: 12px;
}

.dataTables_filter label {
    float: none;
}

.dataTables_length {
    float: right;
}

.dataTables_length label {
    float: right;
}

.sticky_table {
    display: block;
    position: relative;
    overflow: auto;
    width: calc(100vw - 3.0rem);
    height: calc(75vh);
    border-collapse: collapse;
    font-size: 0;
}

.sticky_table thead,
.sticky_table tbody {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.sticky_table th,
.sticky_table td {
    display: inline-block;
    width: 8.0rem;
    background: #fff;
    font-size: 1.0rem;
}

.sticky_table tbody th {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
}

.sticky_table thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

.sticky_table thead th.blank {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 3;
}