/* _content/horridoode.Server8/Components/ModalDialog/ModalDialog.razor.rz.scp.css */
.modal[b-euv046985c] {
    display: block;  Ändere dies zu "block" für Demo-Zwecke 
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content[b-euv046985c] {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close[b-euv046985c] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover[b-euv046985c],
    .close:focus[b-euv046985c] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
/* _content/horridoode.Server8/Components/TreeView/TreeView.razor.rz.scp.css */
ul[b-ufl0jdid34], #tvwUL[b-ufl0jdid34] {
    list-style-type: none;
}

#tvwUL[b-ufl0jdid34] {
    margin: 0;
    padding: 0;
}

.caret[b-ufl0jdid34] {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

    .caret[b-ufl0jdid34]::before {
        content: "\25B6";
        color: black;
        display: inline-block;
        margin-right: 6px;
    }

.caret-down[b-ufl0jdid34]::before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    ' transform: rotate(90deg);
}

.nested[b-ufl0jdid34] {
    display: none;
}

.active[b-ufl0jdid34] {
    display: block;
}

/*::deep ul {
    list-style-type: none;*/
    /**/
    /*text-indent: 24px;
    margin: 0;
    padding: 0;
}
::deep li {
    list-style-type: none;
    text-indent: 24px;
    margin: 0;
    padding: 0;
}

::deep #tvwUL {
    margin: 0;
    padding: 0;
}

::deep .caret {
    cursor: pointer;
    -webkit-user-select: none;*/ /* Safari 3.1+ */
    /*-moz-user-select: none;*/ /* Firefox 2+ */
    /*-ms-user-select: none;*/ /* IE 10+ */
    /*user-select: none;
}

    ::deep .caret::before {
        content: "\25B6";
        color: black;
        display: inline-block;
        margin-right: 6px;
    }

::deep .caret-down::before {
    -ms-transform: rotate(90deg);*/ /* IE 9 */
    /*-webkit-transform: rotate(90deg);*/ /* Safari */
    /*' transform: rotate(90deg);
}

::deep .nested {
    display: none;
}

::deep .active {
    display: block;
}*/
/* _content/horridoode.Server8/Pages/Aufgaben.razor.rz.scp.css */
.b-datagrid-drop-zone[b-pjfla8efvx]
{
    background-color: red
}

/* _content/horridoode.Server8/Pages/Etikett.razor.rz.scp.css */
@media print {
    #barcode-section-to-print[b-uua88hqptd] {
        position: absolute;
        left: 0;
        top: 0;
    }

    html[b-uua88hqptd],
    body[b-uua88hqptd] {
        max-width: 100mm;
        max-height: 35mm;
        width: fit-content;
        font-family: Calibri;
        font-size: 1rem;
    }

    article[b-uua88hqptd] {
        padding: 20px 0 0 18px;
        margin-right: 18px;
        display: grid;
        grid-template-columns: 40mm 40mm;
        grid-gap: 36px;
        page-break-after: always;
    }

    p[b-uua88hqptd] {
        margin: 0;
    }

    section[b-uua88hqptd] {
        display: flex;
        flex-direction: column;
    }

        section header[b-uua88hqptd] {
            text-transform: uppercase;
            font-weight: bold;
            text-align: center;
        }

        section main[b-uua88hqptd] {
            display: flex;
            justify-content: space-between;
        }

        section footer[b-uua88hqptd] {
            text-align: center;
        }
}
/* _content/horridoode.Server8/Pages/TreeViewTest.razor.rz.scp.css */
ul[b-0urtunr1a4] {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#tvwUL[b-0urtunr1a4] {
    margin: 0;
    padding: 0;
}

.caret[b-0urtunr1a4] {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

    .caret[b-0urtunr1a4]::before {
        content: "\25B6";
        color: black;
        display: inline-block;
        margin-right: 6px;
    }

.caret-down[b-0urtunr1a4]::before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    ' transform: rotate(90deg);
}

.nested[b-0urtunr1a4] {
    display: none;
}

.active[b-0urtunr1a4] {
    display: block;
}
/* _content/horridoode.Server8/Shared/MainLayout.razor.rz.scp.css */
.page[b-l3ksfbiuox] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-l3ksfbiuox] {
    flex: 1;
}

.sidebar[b-l3ksfbiuox] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-l3ksfbiuox] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-l3ksfbiuox]  a, .top-row .btn-link[b-l3ksfbiuox] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-l3ksfbiuox] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-l3ksfbiuox] {
        display: none;
    }

    .top-row.auth[b-l3ksfbiuox] {
        justify-content: space-between;
    }

    .top-row a[b-l3ksfbiuox], .top-row .btn-link[b-l3ksfbiuox] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-l3ksfbiuox] {
        flex-direction: row;
    }

    .sidebar[b-l3ksfbiuox] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-l3ksfbiuox] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-l3ksfbiuox], article[b-l3ksfbiuox] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/horridoode.Server8/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ne6oycqlp8] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ne6oycqlp8] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ne6oycqlp8] {
    font-size: 1.1rem;
}

.oi[b-ne6oycqlp8] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ne6oycqlp8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ne6oycqlp8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ne6oycqlp8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ne6oycqlp8]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ne6oycqlp8]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ne6oycqlp8]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ne6oycqlp8] {
        display: none;
    }

    .collapse[b-ne6oycqlp8] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-ne6oycqlp8] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
