body {
    padding-top: 70px;
}
a {
    text-decoration: none!important;
}
.nav-link.active {
    text-decoration: underline!important;
}

.dens-list > .list-group-item {
    padding: 4px 8px !important;
    font-size: 11px;
}

.table-row-dense {
    font-size: 11px;
}

.checkbox-group {
    display: flex;
    gap: 20px;
}

.checkbox-column {
    flex: 1;
    min-width: 100px;
}

.min-height-62 {
    min-height: 62px;
}

.min-height-200 {
    min-height: 200px;
}

.table-responsive {
    overflow-x: auto;
    white-space: nowrap;
}
.table-sticky-c1 thead th:first-child,
.table-sticky-c1 tbody td:first-child {
    position: sticky;
    left: 0;
    background-color: white; /* Zorgt ervoor dat de tekst leesbaar blijft */
    z-index: 2;
}
.table-sticky-c1 thead th:first-child {
    z-index: 3; /* Zorgt ervoor dat de header boven de cellen blijft */
}

.maand-01 { background-color: #3939dd !important; }
.maand-02 { background-color: #e6319e !important; }
.maand-03 { background-color: #3939dd !important; }
.maand-04 { background-color: #e6319e !important; }
.maand-05 { background-color: #3939dd !important; }
.maand-06 { background-color: #e6319e !important; }
.maand-07 { background-color: #3939dd !important; }
.maand-08 { background-color: #e6319e !important; }
.maand-09 { background-color: #3939dd !important; }
.maand-10 { background-color: #e6319e !important; }
.maand-11 { background-color: #3939dd !important; }
.maand-12 { background-color: #e6319e !important; }

.table-equal-height,
.table-equal-height tr {
    height: 100%;
}

.table-equal-height td {
    vertical-align: top;
    height: 100%;
}

.table-equal-height .list-group {
    height: 100%;
    display: flex;
    flex-direction: column;
}
