@import '_content/PSC.Blazor.Components.Chartjs/PSC.Blazor.Components.Chartjs.bundle.scp.css';

/* /Pages/Auftrag/Auftrag.razor.rz.scp.css */
#overlay[b-j2qldzx1z6] {
    position: fixed; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#overlay-inline[b-j2qldzx1z6] {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 80%;
    width: 80%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

/* scrolltable rules */
#overlay table[b-j2qldzx1z6] {
    margin-top: 20px;
    display: inline-block;
    overflow: auto;
}

#overlay th div[b-j2qldzx1z6] {
    margin-top: -20px;
    position: absolute;
}

/* scrolltable rules */
#statustbl table[b-j2qldzx1z6] {
    margin-top: 20px;
    display: inline-block;
    overflow: auto;
}

#statustbl th div[b-j2qldzx1z6] {
    margin-top: -20px;
    position: absolute;
}
/* /Pages/Auth/Login.razor.rz.scp.css */
.form-signin-outer[b-4jhlp5y6rg] {
    position: absolute;
    left: 37.5%;
    top: 20%;
    min-width: 380px;
    max-width: 380px;
}

.form-signin[b-4jhlp5y6rg] {
    padding: 15px 35px 45px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    box-sizing: border-box;
    border-radius: 10px;
}



.form-signin-heading[b-4jhlp5y6rg], .checkbox[b-4jhlp5y6rg] {
    margin-bottom: 30px;
}

.checkbox[b-4jhlp5y6rg] {
    font-weight: normal;
}

.form-control[b-4jhlp5y6rg] {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    @include box-sizing(border-box);
    &:focus

{
    z-index: 2;
}

}

input[type="text"][b-4jhlp5y6rg] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="password"][b-4jhlp5y6rg] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.login-bg[b-4jhlp5y6rg] {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: fixed;
    width: 100%;
    filter: blur(4px);
    -webkit-filter: blur(4px);
    z-index: -1;
}

.is-hidden[b-4jhlp5y6rg] {
    display: none;
}

.loading-nemesis[b-4jhlp5y6rg] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    height: 100%;
}

#bg-container[b-4jhlp5y6rg] {
    /* Text zentrieren */
    /* Inhalt vertikal mittig platzieren */
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    display: block;
    
}

.inside[b-4jhlp5y6rg] {
    /* Container horizontal mittig platzieren */
    margin: auto !important;
    top: 150px;
    min-width: 380px;
    max-width: 380px;
    padding: 15px 35px 45px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    box-sizing: border-box;
    border-radius: 10px;
}
/* /Pages/DMS/DMSTemplatesView.razor.rz.scp.css */
#overlay[b-zynry4cdw9] {
    position: fixed; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#overlay-inline[b-zynry4cdw9] {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    height: 80%;
    width: 80%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background-color: white;
}
/* /Shared/AuthLayout.razor.rz.scp.css */
.page[b-ay7epiij4c] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ay7epiij4c] {
    flex: 1;
}

.sidebar[b-ay7epiij4c] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ay7epiij4c] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ay7epiij4c]  a, .top-row[b-ay7epiij4c]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ay7epiij4c]  a:hover, .top-row[b-ay7epiij4c]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ay7epiij4c]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ay7epiij4c] {
        display: none;
    }

    .top-row.auth[b-ay7epiij4c] {
        justify-content: space-between;
    }

    .top-row[b-ay7epiij4c]  a, .top-row[b-ay7epiij4c]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ay7epiij4c] {
        flex-direction: row;
    }

    .sidebar[b-ay7epiij4c] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ay7epiij4c] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ay7epiij4c]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ay7epiij4c], article[b-ay7epiij4c] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* /Shared/LoginLogoutButton.razor.rz.scp.css */
.navbar-toggler[b-g98hlryb1i] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-g98hlryb1i] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-g98hlryb1i] {
    font-size: 1.1rem;
}

.oi[b-g98hlryb1i] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-g98hlryb1i] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-g98hlryb1i] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-g98hlryb1i] {
        padding-bottom: 1rem;
    }

    .nav-item[b-g98hlryb1i]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-g98hlryb1i]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-g98hlryb1i]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-g98hlryb1i] {
        display: none;
    }

    .collapse[b-g98hlryb1i] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-g98hlryb1i] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-b6iixw1f9q] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-b6iixw1f9q] {
    flex: 1;
}

.sidebar[b-b6iixw1f9q] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-b6iixw1f9q] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-b6iixw1f9q]  a, .top-row[b-b6iixw1f9q]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-b6iixw1f9q]  a:hover, .top-row[b-b6iixw1f9q]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-b6iixw1f9q]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-b6iixw1f9q] {
        display: none;
    }

    .top-row.auth[b-b6iixw1f9q] {
        justify-content: space-between;
    }

    .top-row[b-b6iixw1f9q]  a, .top-row[b-b6iixw1f9q]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-b6iixw1f9q] {
        flex-direction: row;
    }

    .sidebar[b-b6iixw1f9q] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-b6iixw1f9q] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-b6iixw1f9q]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-b6iixw1f9q], article[b-b6iixw1f9q] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* The navigation bar */
.navbar[b-b6iixw1f9q] {
    background-color: white;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    padding: 0px;
    z-index: 2998;
}

/* Main content */
.main[b-b6iixw1f9q] {
    margin-top: 180px; /* Add a top margin to avoid content overlay */
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-f6cfsxvf5j] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-f6cfsxvf5j] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-f6cfsxvf5j] {
    font-size: 1.1rem;
}

.oi[b-f6cfsxvf5j] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-f6cfsxvf5j] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-f6cfsxvf5j] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-f6cfsxvf5j] {
        padding-bottom: 1rem;
    }

    .nav-item[b-f6cfsxvf5j]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-f6cfsxvf5j]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-f6cfsxvf5j]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-f6cfsxvf5j] {
        display: none;
    }

    .collapse[b-f6cfsxvf5j] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-f6cfsxvf5j] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* /Shared/RibbonMenu.razor.rz.scp.css */
.navbar-toggler[b-05lku79wwe] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-05lku79wwe] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-05lku79wwe] {
    font-size: 1.1rem;
}

.oi[b-05lku79wwe] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-05lku79wwe] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-05lku79wwe] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-05lku79wwe] {
        padding-bottom: 1rem;
    }

    .nav-item[b-05lku79wwe]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-05lku79wwe]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-05lku79wwe]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-05lku79wwe] {
        display: none;
    }

    .collapse[b-05lku79wwe] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-05lku79wwe] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

