@media (min-width: 1300px) {
    .page-resource-overzicht .container,
    .page-resource-overzicht .container-sm,
    .page-resource-overzicht .container-md,
    .page-resource-overzicht .container-lg,
    .page-resource-overzicht .container-xl {
        max-width: 100vw;
    }
}

#resourceOverzichtContainer {
    width: 100%;
}

.resource-overzicht-table-wrapper {
    width: 100%;
    overflow: auto;
    max-height: calc(100vh - 160px);
}

.resource-overzicht-table {
    border-collapse: separate;
    border-spacing: 0;
    width: auto;
}

.resource-overzicht-table th,
.resource-overzicht-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    padding: 2px 6px;
}

.resource-overzicht-table thead th {
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: #ffe066;
    font-weight: 600;
}

.resource-overzicht-name-col {
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: #fff;
    text-align: left !important;
    min-width: 180px;
}

.resource-overzicht-table thead th.resource-overzicht-name-col {
    z-index: 4;
    background-color: #c9a227;
}

.resource-overzicht-toggle-all {
    display: inline-block;
    width: 18px;
    height: 18px;
    padding: 0;
    margin-right: 6px;
    line-height: 16px;
    font-size: 0.75em;
    text-align: center;
    cursor: pointer;
    border: 1px solid #8a6d1f;
    border-radius: 3px;
    background-color: #ffe066;
    color: #333;
    vertical-align: middle;
}

.resource-overzicht-toggle-all:hover {
    background-color: #fff3bf;
}

.resource-overzicht-cell {
    white-space: pre-line !important;
    min-width: 70px;
}

.resource-overzicht-group-header {
    cursor: pointer;
    background-color: #c9a227;
    font-weight: 600;
}

.resource-overzicht-group-header td {
    text-align: left !important;
    background-color: #c9a227;
}

.resource-overzicht-group-header-content {
    position: sticky;
    left: 0;
    display: inline-block;
    padding-left: 4px;
    z-index: 2;
}

.resource-overzicht-collapse-icon {
    display: inline-block;
    width: 1em;
    margin-right: 4px;
    font-size: 0.8em;
}

.resource-overzicht-data-row:nth-child(even) td {
    background-color: #f7f7f7;
}

.resource-overzicht-data-row:nth-child(even) .resource-overzicht-name-col {
    background-color: #f7f7f7;
}

.resource-overzicht-today {
    background-color: #cfe2ff !important;
}

.resource-overzicht-weekend {
    background-color: #ececec;
}

.resource-overzicht-row-collapsed,
.resource-overzicht-row-filtered {
    display: none;
}

