@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '_content/BlazorSortableList/BlazorSortableList.bundle.scp.css';
@import '_content/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.tw2xma3vzh.bundle.scp.css';

/* /Pages/ShiftPlanning/ShiftCard.razor.rz.scp.css */
.highlight-drop[b-gqiey6l8z4] {
    border-color: var(--ck-orange) !important;
}

.text-bg-ck-lightgrey > a[b-gqiey6l8z4] {
    color: #fff !important;
}

a.del-btn:hover[b-gqiey6l8z4] {
    color: var(--bs-danger) !important;
}

.card-body[b-gqiey6l8z4] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.card-body:first-child[b-gqiey6l8z4] {
    padding-top: 1rem;
}

.card-body:last-child[b-gqiey6l8z4] {
    padding-bottom: 1rem;
}

.card-border-top[b-gqiey6l8z4] {
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}
/* /Pages/ShiftPlanning/ShiftPlan.razor.rz.scp.css */
.shiftplan-pane[b-qunzg9lzh1] {
    height: calc(100vh - 114px);
}

.shiftplan-sidebar[b-qunzg9lzh1] {
    height: calc(100vh - 114px);
    min-width: 250px;
}

.shiftplan-employee-list[b-qunzg9lzh1] {
    height: calc(100vh - 429px);
    overflow-y: auto;
}

.week-nav-left[b-qunzg9lzh1] {
    position: relative;
    z-index: 1;
    margin: .5rem -34.75px 0 .5rem;
}

.week-nav-right[b-qunzg9lzh1] {
    position: relative;
    z-index: 1;
    margin: .5rem .5rem 0 -34.75px;
}

.grid-container[b-qunzg9lzh1] {
    min-width: 1086px;
    overflow: auto;
    height: calc(100vh - 114px);
    padding: .5rem .5rem 0 .5rem; 
    display: grid;
    gap: 1rem;
    grid-auto-rows: max-content;
    grid-auto-columns: 1fr;
}

.grid-item-title[b-qunzg9lzh1] {
    grid-row: 1 / 2;
    text-align: center;
}

.grid-item-content[b-qunzg9lzh1]{
    grid-row: 2 / 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.grid-item-mon[b-qunzg9lzh1]{
    grid-column: 1 / 2;
}

.grid-item-tue[b-qunzg9lzh1] {
    grid-column: 2 / 3;
}

.grid-item-wed[b-qunzg9lzh1] {
    grid-column: 3 / 4;
}

.grid-item-thu[b-qunzg9lzh1] {
    grid-column: 4 / 5;
}

.grid-item-fri[b-qunzg9lzh1] {
    grid-column: 5 / 6;
}

.grid-item-sat[b-qunzg9lzh1] {
    grid-column: 6 / 7;
}

.grid-item-sun[b-qunzg9lzh1] {
    grid-column: 7 / 8;
}

.dragme[b-qunzg9lzh1] {
    user-select: none;
}

.draggable-mirror[b-qunzg9lzh1] {
    z-index :10;
    border-width: 1px !important;
    box-shadow: none !important;
}

.title-btn-wrapper[b-qunzg9lzh1] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 55px;
    margin-top: -20.5px;
}

#employee-color-button[b-qunzg9lzh1] {
    position: absolute;
    top: 0;
    right: 0;
}
/* /Pages/ShiftPlanning/ShiftPlanGroupCard.razor.rz.scp.css */
.shift-plan-group-card[b-qqb5ekod1s] {
    width: 400px;
    /*height: 500px;*/
}

.shift-plan-group-card:hover[b-qqb5ekod1s] {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.25) !important;
    cursor: pointer;
}
/* /Pages/TimeRecording/WorkingTimeAccountsOfEmployee.razor.rz.scp.css */
.account-card:hover > .card-body[b-fcqf4dhaoo], .account-card.active > .card-body[b-fcqf4dhaoo] {
    background-color: rgba(1,1,1,0.1);
}

.account-card:hover > .card-footer[b-fcqf4dhaoo], .account-card.active > .card-footer[b-fcqf4dhaoo] {
    background-color: rgba(1,1,1,0.2);
}

.account-card:hover[b-fcqf4dhaoo] {
}

.account-list-item:hover[b-fcqf4dhaoo] {
    background-color: rgba(1,1,1,0.2);
    cursor: pointer;
}

tfoot td[b-fcqf4dhaoo] {
    border-bottom-width: 0;
}

.me-48px[b-fcqf4dhaoo] {
    margin-right: 48px;
}
/* /Shared/AdminLayout.razor.rz.scp.css */


.top-bar[b-s0hdlxta2t] {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 4rem;
    box-shadow: 0px 0px 4px 0px var(--ck-shadow);
    background-color: var(--ck-orange);
    z-index: 100;
    position: relative;
}

    .top-bar:hover .sidebar-toggler[b-s0hdlxta2t] {
        color: white;
    }

.navbar[b-s0hdlxta2t] {
    display: flex;
    justify-content: center;
}

.navbar-brand[b-s0hdlxta2t] {
    font-size: 1.1rem;
    margin-right: 0;
    color: white;
}

.nav-item[b-s0hdlxta2t] {
    font-size: 0.9rem;
    padding-top: 0.5rem;
    display: flex;
    flex-direction: column;
}

    .nav-item:not(.sub-item):first-of-type[b-s0hdlxta2t] {
        padding-top: 0;
    }

    .nav-item:not(.sub-item):last-of-type[b-s0hdlxta2t] {
        padding-bottom: 1rem;
    }

    .nav-item[b-s0hdlxta2t]  a {
        color: var(--ck-text);
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-s0hdlxta2t]  a.active {
            font-weight: bold;
            background-color: var(--ck-background-dark);
        }

    .nav-item.sub-item[b-s0hdlxta2t]  a.active {
        margin-left: -4px;
        border-left: 4px orange solid;
        background-color: rgba(0,0,0,0.1);
    }

    .nav-item[b-s0hdlxta2t]  a:hover {
        background-color: rgba(0,0,0,0.1);
    }

.sub-item[b-s0hdlxta2t] {
    background-color: var(--ck-background-dark);
    padding-top: 0;
}


.sub-items[b-s0hdlxta2t] {
    display: none;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5) inset;
}

.nav-link.active ~ .sub-items[b-s0hdlxta2t] {
    display: flex;
    flex-direction: column;
    border-left: 4px var(--ck-lightgrey) solid;
}



@media(max-width: 640.98px) {
    .hide-on-small[b-s0hdlxta2t] {
        display: none;
    }
    .sidebar.sidebar-small[b-s0hdlxta2t] {
        display: none;
    }
}

@media (min-width: 641px) {
    .show-on-small[b-s0hdlxta2t] {
        display: none;
    }
}

.sidebar[b-s0hdlxta2t] {
    width: 250px;
    background-color: var(--ck-background-light);
    display: flex;
    flex-direction: column;
    z-index: 50;
    border-right: 1px solid var(--ck-border);
    overflow: auto;
    justify-content: space-between;
}

    .sidebar.sidebar-small[b-s0hdlxta2t] {
        width: 60px;
    }

.sidebar-toggle[b-s0hdlxta2t] {
    cursor: pointer;
    left: 215px;
    bottom: 10px;
    position: absolute;
    font-size: larger;
    color: var(--ck-darkgrey);
}

[data-theme="dark"] .sidebar-toggle[b-s0hdlxta2t] {
    color: var(--ck-lightgrey);
}


.sidebar-small .sidebar-toggle[b-s0hdlxta2t] {
    left: 25px;
}

.sidebar-toggler[b-s0hdlxta2t] {
    cursor: pointer;
    color: rgb(255,255,255,0.5);
    padding: 20px;
}

.sidebar-toggle:hover[b-s0hdlxta2t] {
    color: var(--ck-white);
}

/* /Shared/Components/AppUpdateRequired.razor.rz.scp.css */
.floating-update-button[b-hdl1mbuvo3] {
    position: relative;
    top: 0;
    padding: 1rem 1.5rem;
    width: 100%;
}
/* /Shared/Components/CkTooltip.razor.rz.scp.css */
/* /Shared/Components/LoginBlocked.razor.rz.scp.css */
.floating-update-button[b-kttb066cb7] {
    position: relative;
    top: 0;
    padding: 1rem 1.5rem;
    width: 100%;
}
/* /Shared/Components/ProgressCircle.razor.rz.scp.css */
.progress-circle[b-f6uhyb12f9] {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    background: #ddd;
}

.progress-circle .overlay[b-f6uhyb12f9] {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: auto;
    background: #fff;
    text-align: center;
}
/* /Shared/CustomBlazorBootstrap/AutoCompleteFormFloating.razor.rz.scp.css */
.autocomplete[b-lr5114ldlp] {
}

.autocomplete > .input-group > input[b-lr5114ldlp] {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    padding-right: 2.75rem !important;
}

.autocomplete-list[b-lr5114ldlp] {
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}

.autocomplete-item:focus[b-lr5114ldlp], .autocomplete-item:hover[b-lr5114ldlp] {
    color: #1e2125;
    background-color: #e9ecef;
    cursor: pointer;
}


.dropdown-item:focus[b-lr5114ldlp], .dropdown-item:hover[b-lr5114ldlp] {
    cursor: pointer;
}

.dropdown-item-highlight[b-lr5114ldlp] {
    color: #1e2125;
    background-color: #e9ecef;
    cursor: pointer;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.top-bar[b-fi1dt9erls] {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 4rem;
    cursor: pointer;
    box-shadow: 0px 0px 4px 0px var(--ck-shadow);
    background-color: var(--ck-orange);
    z-index: 100;
    position: relative;
}

    .top-bar:hover .sidebar-toggler[b-fi1dt9erls] {
        color: white;
    }

.navbar[b-fi1dt9erls] {
    display: flex;
    justify-content: center;
}

.navbar-brand[b-fi1dt9erls] {
    font-size: 1.1rem;
    margin-right: 0;
    color: white;
}

.nav-item[b-fi1dt9erls] {
    font-size: 0.9rem;
    padding-top: 0.5rem;
    display: flex;
    flex-direction: column;
}

    .nav-item:not(.sub-item):first-of-type[b-fi1dt9erls] {
        padding-top: 0;
    }

    .nav-item:not(.sub-item):last-of-type[b-fi1dt9erls] {
        padding-bottom: 1rem;
    }

    .nav-item[b-fi1dt9erls]  a {
        color: var(--ck-text);
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-fi1dt9erls]  a.active {
            font-weight: bold;
            background-color: var(--ck-background-dark);
        }

    .nav-item.sub-item[b-fi1dt9erls]  a.active {
        margin-left: -4px;
        border-left: 4px orange solid;
        background-color: rgba(0,0,0,0.1);
    }

    .nav-item[b-fi1dt9erls]  a:hover {
        background-color: rgba(0,0,0,0.1);
    }

.sub-item[b-fi1dt9erls] {
    background-color: var(--ck-background-dark);
    padding-top: 0;
}


.sub-items[b-fi1dt9erls] {
    display: none;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5) inset;
}

.nav-link.active ~ .sub-items[b-fi1dt9erls] {
    display: flex;
    flex-direction: column;
    border-left: 4px var(--ck-lightgrey) solid;
}




@media(max-width: 640.98px) {
    .hide-on-small[b-fi1dt9erls] {
        display: none;
    }
    .sidebar.sidebar-small[b-fi1dt9erls] {
        display: none;
    }
}

@media (min-width: 641px) {
    .show-on-small[b-fi1dt9erls] {
        display: none;
    }
}

.sidebar[b-fi1dt9erls] {
    width: 250px;
    background-color: var(--ck-background-light);
    display: flex;
    flex-direction: column;
    z-index: 50;
    border-right: 1px solid var(--ck-border);
    overflow: auto;
    justify-content: space-between;
}

    .sidebar.sidebar-small[b-fi1dt9erls] {
        width: 60px;
    }

.sidebar-toggle[b-fi1dt9erls] {
    cursor: pointer;
    left: 215px;
    bottom: 10px;
    position: absolute;
    font-size: larger;
    color: var(--ck-darkgrey);
}

[data-theme="dark"] .sidebar-toggle[b-fi1dt9erls] {
    color: var(--ck-lightgrey);
}


.sidebar-small .sidebar-toggle[b-fi1dt9erls] {
    left: 25px;
}

.sidebar-toggler[b-fi1dt9erls] {
    cursor: pointer;
    color: rgb(255,255,255,0.5);
    padding: 20px;
}

.sidebar-toggle:hover[b-fi1dt9erls] {
    color: var(--ck-white);
}

