.table-wrapper {
    max-height: 500px;
    overflow-y: auto;
    position: relative;
}

.table-fixed-d thead th {
    position: sticky;
    top: 0;
    background: #b9eb9c;
    z-index: 2;
}

.table-fixed-d tfoot th {
    position: sticky;
    bottom: 0;
    background: #b9eb9c;
    z-index: 2;
}

.table-fixed-k thead th {
    position: sticky;
    top: 0;
    background: #e78c7c;
    z-index: 2;
}

.table-fixed-k tfoot th {
    position: sticky;
    bottom: 0;
    background: #e78c7c;
    z-index: 2;
}
.divsel {
   /* margin-bottom: 15px; */
}
.page-space {
    margin-right: 10px;
}

.page-month {
        border: solid !important;
        border-radius: 5px !important;
}