/* /Pages/Grid.razor.rz.scp.css */
#table1[b-5y5q12fxhe] {
    margin-top: 5px;
    width: 100%;
    table-layout: fixed;
}

    #table1 th[b-5y5q12fxhe],
    #table1 td[b-5y5q12fxhe] {
        border: 1px solid black;
        border-collapse: collapse;
        vertical-align: top;
    }

        #table1 thead th:first-child[b-5y5q12fxhe],
        #table1 td:first-child[b-5y5q12fxhe] {
            /*        color: red;*/
            width: 80px
        }



    #table1 div[b-5y5q12fxhe] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        #table1 div:hover[b-5y5q12fxhe] {
            background-color: darkseagreen;
        }

.bd-red-100[b-5y5q12fxhe] {
    background-color: #f8d7da;
}

.bd-orange-100[b-5y5q12fxhe] {
    background-color: #ffe5d0;
}

.bd-green-100[b-5y5q12fxhe] {
    background-color: #d1e7dd;
}

.bg-disabled[b-5y5q12fxhe] {
    background-color: lightgrey;
}
/* /Shared/BookingsModal.razor.rz.scp.css */
.bookings:hover[b-fnzsthgf8w] {
    background-color: lightyellow;
}
/* /Shared/DateAndViewMenu.razor.rz.scp.css */
/* /Shared/DatePicker.razor.rz.scp.css */
section > section[b-kb0osv8clt] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

    section > section > div[b-kb0osv8clt] {
        border: 1px solid black;
        padding: 5px;
    }

.empty[b-kb0osv8clt] {
    background-color: lightgray;
}
