@import '_content/DoitIntranetSharedComponents/DoitIntranetSharedComponents.iyrxz2elkf.bundle.scp.css';

/* /Pages/TimeTrackerTITS/TimeTrackerTITS.razor.rz.scp.css */

/*.table-responsive {
    display: block;
    width: 100%;
    overflow-x: unset !important;
    -webkit-overflow-scrolling: unset !important;
    max-height: 80vh;
}*/

th:first-child[b-dx5xpwtbas], td:first-child[b-dx5xpwtbas] {
    position: sticky;
    position: -webkit-sticky; /* for Safari */
    left: 0px;
    z-index: 90;
    background-color: white;
}

.cell-active[b-dx5xpwtbas] {
    color: white;
    background-color: #1773F5 !important;
    font-weight: bold;
}
/*
.fixed-first-row {
    position: sticky;
    top: 0px;
    z-index: 90;
    background-color: white;
}
*/
.tracker-table[b-dx5xpwtbas] {
    max-width: unset;
    max-height: 84vh;
    overflow: auto;
    /* width: 100%; */
    height: 100%;
    margin-left: -15px;
    margin-right: -15px;
}

/*.table-fixed tbody {
    max-height: 60vh;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
    display: block;
}

.table-fixed tbody td,
.table-fixed tbody th,
.table-fixed thead > tr > th {
    float: left;
    position: relative;
}
.table-fixed thead > tr > th::after 
{
    content: '';
    clear: both;
    display: block;
}*/
/*th, td {
    white-space: nowrap;
}

.first-col {
    position: absolute;
    width: 30em;
    margin-left: -5em;
}

.table-wrapper {
    overflow-x: scroll;*/
/*width: 600px;*/
/*margin: 0 auto;
}*/
