/* _content/SimDispo/Components/MitarbeitersichtCell.razor.rz.scp.css */
[b-peh0sz1g22] .mud-table-root{
    background-color: blue;
}
[b-peh0sz1g22] .mud-table-root .mud-table-body td .mud-tooltip-root.mud-tooltip-inline {
    width: 100% !important
}
/* _content/SimDispo/Dialogs/LayerModel.razor.rz.scp.css */
body[b-qs93z1pnkp] {
    /* Responsive Design */
    @media (max-width: 768px) {
        .responsive-table[b-qs93z1pnkp] {
            display: block;
            overflow-x: auto;
        }

            .responsive-table th[b-qs93z1pnkp], .responsive-table td[b-qs93z1pnkp] {
                white-space: nowrap;
            }

        .responsive-button-group[b-qs93z1pnkp] {
            display: flex;
            flex-direction: column;
            align-items: stretch;
        }

            .responsive-button-group > *[b-qs93z1pnkp] {
                margin-bottom: 8px;
            }

        .responsive-input-group[b-qs93z1pnkp] {
            display: flex;
            flex-direction: column;
            align-items: stretch;
        }

            .responsive-input-group > *[b-qs93z1pnkp] {
                margin-bottom: 8px;
            }
    }

    @media (max-width: 480px) {
        .responsive-table[b-qs93z1pnkp] {
            height: 200px; /* Adjust the height for very small screens */
        }
        .responsive-table2[b-qs93z1pnkp] {
            height: 200px; /* Adjust the height for very small screens */
        }
    }
}
/* _content/SimDispo/Pages/Bewachungsicht.razor.rz.scp.css */
[b-29xqitnf8d] .mud-table-head > th {
    background-color: #27272fff;
    color: white;
}

[b-29xqitnf8d] .object {
    background-color: #503766;
    color: white !important;
}

[b-29xqitnf8d] .time {
    background-color: #6596ed;
    color: white;
    color: white !important;
}

[b-29xqitnf8d] .selected {
    background-color: #d9b26b !important;
}

    [b-29xqitnf8d] .selected > td, .selected > td.time[b-29xqitnf8d] {
        background-color: #d9b26b !important;
        color: white !important;
    }

        [b-29xqitnf8d] .selected > td .mud-input {
            color: white !important;
        }

[b-29xqitnf8d] .mud-table-dense * .mud-table-row .mud-table-cell {
    padding: 0px 0px 0px 0px;
    padding-inline-start: 16px;
    padding-inline-end: 24px;
}


[b-29xqitnf8d] .my-custom-badge.mud-badge-center.my-custom-badge-overlap {
    left: calc(100% - 27px) !important;
    top: calc(100% - 27px) !important;
}

[b-29xqitnf8d] .cell_disabled {
    background-color: darkgrey !important;
    color: white !important;
}

[b-29xqitnf8d] .mud-table-bordered .mud-table-container .mud-table-root .mud-table-body .mud-table-row .mud-table-cell:nth-last-child(2) {
    border-right: none;
}




[b-29xqitnf8d] .my-custom-badge {
    border-radius: 10px;
    font-size: 8px;
    height: 5px;
    letter-spacing: 0;
    min-width: 5px;
    padding: 0px 0px;
    pointer-events: auto;
    line-height: 1;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: auto;
    transition: .3s cubic-bezier(.25,.8,.5,1);
    white-space: nowrap;
    margin-left: 17px;
    margin-bottom: 7px;
}



    [b-29xqitnf8d] .my-custom-badge.mud-badge-default {
        color: var(--mud-palette-text-primary);
        background-color: #8b0000;
    }



[b-29xqitnf8d] .bewachungsTable1 .mud-table-root, [b-29xqitnf8d] .bewachungsTable2 .mud-table-root {
    table-layout: fixed !important;
}

/* ::deep .bewachungsTable2 .mud-table-body .mud-table-cell {
    padding: 0px;
    text-align: center;
} */

[b-29xqitnf8d] .CellCenter {
    padding: 0px !important;
    text-align: center;
}

[b-29xqitnf8d] .bewachungsTable1 .mud-table-body .mud-table-cell .mud-button ::deep .bewachungsTable2 .mud-table-body .mud-table-cell .mud-button {
    min-width: 50px;
    padding: 0px;
}

/* Mudblazor .SecondTable table remove first th and td */
/* ::deep .bewachungsTable2 .mud-table-root .mud-table-head > tr > th:first-child {
    display: none;
}

::deep .bewachungsTable2 .mud-table-root .mud-table-body > tr > td:first-child {
    display: none;
}*/

[b-29xqitnf8d] .EmployeeNameCell {
    width: 100%;
    margin: 0px;
}

[b-29xqitnf8d] .EmployeeNameCellItem {
    padding: 0px;
}

[b-29xqitnf8d] .EmployeeNameCellItem_Button {
    width: 25px;
    height: 25px;
}


@keyframes spin-b-29xqitnf8d {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-icon[b-29xqitnf8d] {
    animation: spin-b-29xqitnf8d 1s linear infinite;
}


.table-div[b-29xqitnf8d] {
    border: 1px solid;
    resize: vertical;
    overflow: hidden !important;
    margin-bottom: -18px;
}

[b-29xqitnf8d] .custom-menu {
    float: left;
    margin-right: 30px;
    margin-top: 10px;
}
/* _content/SimDispo/Pages/Index.razor.rz.scp.css */
/* _content/SimDispo/Pages/Mitarbeitersicht.razor.rz.scp.css */
[b-129xn7ncti] .mud-table-row {
    text-align-last: center;
}

[b-129xn7ncti] .mud-tooltip-inline {
    width: 100% !important
}

.mud-tooltip-inline.mud-badge.mud-badge-dot[b-129xn7ncti] {
    border-radius: 50%;
    height: 9px;
    min-width: 0;
    padding: 0;
    width: 9px;
    margin-left: 10px;
    margin-bottom: -12px;
    position: relative !IMPORTANT;
    top: 0px !IMPORTANT;
}


.mud-badge[b-129xn7ncti] {
    position: relative !IMPORTANT;
    top: 0px !IMPORTANT;
}
/* _content/SimDispo/Pages/Objektsicht.razor.rz.scp.css */
[b-gkysq739u6] .mud-tooltip-inline {
    width: 100% !important;
}

 .mud-table-toolbar[b-gkysq739u6] {
    padding-left: 16px;
    padding-right: 8px;
    padding-inline-start: 16px;
    padding-inline-end: 8px;
    height: 10px !important;
}

[b-gkysq739u6] .mud-badge.mud-badge-dot {
    border-radius: 50%;
    height: 9px;
    min-width: 0;
    padding: 0;
    width: 9px;
    margin-left: -10px;
    margin-bottom: -42px;
}
/* _content/SimDispo/Pages/Schichtplanung.razor.rz.scp.css */
[b-ariawggoaf] .mud-table-head > th {
    background-color: #27272fff;
    color: white;
}

[b-ariawggoaf] .object {
    background-color: #503766;
    color: white !important;
}

[b-ariawggoaf] .time {
    background-color: #6596ed;
    color: white;
    color: white !important;
}

[b-ariawggoaf] .selected {
    background-color: #d9b26b !important;
}

    [b-ariawggoaf] .selected > td, .selected > td.time[b-ariawggoaf] {
        background-color: #d9b26b !important;
        color: white !important;
    }

        [b-ariawggoaf] .selected > td .mud-input {
            color: white !important;
        }

[b-ariawggoaf] .mud-table-dense * .mud-table-row .mud-table-cell {
    padding: 0px 0px 0px 0px;
    padding-inline-start: 16px;
    padding-inline-end: 24px;
}




[b-ariawggoaf] .cell_disabled {
    background-color: darkgrey !important;
    color: white !important;
}

[b-ariawggoaf] .mud-table-bordered .mud-table-container .mud-table-root .mud-table-body .mud-table-row .mud-table-cell:nth-last-child(2) {
    border-right: none;
}


[b-ariawggoaf] .mud-badge {
    border-radius: 10px;
    font-size: 8px;
    height: 5px;
    letter-spacing: 0;
    min-width: 5px;
    padding: 0px 0px;
    pointer-events: auto;
    line-height: 1;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: auto;
    transition: .3s cubic-bezier(.25,.8,.5,1);
    white-space: nowrap;
    margin-left: 17px;
    margin-bottom: 7px;
}



    [b-ariawggoaf] .mud-badge.mud-badge-default {
        color: var(--mud-palette-text-primary);
        background-color: #8b0000;
    }



[b-ariawggoaf] .bewachungsTable1 .mud-table-root, [b-ariawggoaf] .bewachungsTable2 .mud-table-root {
    table-layout: fixed !important;
}

/* ::deep .bewachungsTable2 .mud-table-body .mud-table-cell {
    padding: 0px;
    text-align: center;
} */

[b-ariawggoaf] .CellCenter {
    padding: 0px !important;
    text-align: center;
}

[b-ariawggoaf] .bewachungsTable2 .mud-table-body .mud-table-cell .mud-button {
    min-width: 50px;
    padding: 0px;
}

/* Mudblazor .SecondTable table remove first th and td */
/* ::deep .bewachungsTable2 .mud-table-root .mud-table-head > tr > th:first-child {
    display: none;
}

::deep .bewachungsTable2 .mud-table-root .mud-table-body > tr > td:first-child {
    display: none;
}*/

[b-ariawggoaf] .EmployeeNameCell {
    width: 100%;
    margin: 0px;
}

[b-ariawggoaf] .EmployeeNameCellItem {
    padding: 0px;
}

[b-ariawggoaf] .EmployeeNameCellItem_Button {
    width: 25px;
    height: 25px;
}


@keyframes spin-b-ariawggoaf {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-icon[b-ariawggoaf] {
    animation: spin-b-ariawggoaf 1s linear infinite;
}
/* _content/SimDispo/Shared/MainLayout.razor.rz.scp.css */
.page[b-3ygfyia20t] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3ygfyia20t] {
    flex: 1;
}

.sidebar[b-3ygfyia20t] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3ygfyia20t] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3ygfyia20t]  a, .top-row[b-3ygfyia20t]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3ygfyia20t]  a:hover, .top-row[b-3ygfyia20t]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-3ygfyia20t]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-3ygfyia20t] {
        display: none;
    }

    .top-row.auth[b-3ygfyia20t] {
        justify-content: space-between;
    }

    .top-row[b-3ygfyia20t]  a, .top-row[b-3ygfyia20t]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3ygfyia20t] {
        flex-direction: row;
    }

    .sidebar[b-3ygfyia20t] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3ygfyia20t] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3ygfyia20t]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3ygfyia20t], article[b-3ygfyia20t] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/SimDispo/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-tny6kw8ae2] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-tny6kw8ae2] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-tny6kw8ae2] {
    font-size: 1.1rem;
}

.oi[b-tny6kw8ae2] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-tny6kw8ae2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-tny6kw8ae2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-tny6kw8ae2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-tny6kw8ae2]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-tny6kw8ae2]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-tny6kw8ae2]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-tny6kw8ae2] {
        display: none;
    }

    .collapse[b-tny6kw8ae2] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-tny6kw8ae2] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
