/* /Pages/DepotOverview.razor.rz.scp.css */
.table[b-ik9gmewu4f] {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

    .table th[b-ik9gmewu4f],
    .table td[b-ik9gmewu4f] {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th[b-ik9gmewu4f] {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody[b-ik9gmewu4f] {
        border-top: 2px solid #dee2e6;
    }
/* /Pages/FinanceValues.razor.rz.scp.css */
.link-icon[b-1u7m422mu2] {
    display: inline-block;
    color: #2e3236;
}
    .link-icon:hover[b-1u7m422mu2], .link-icon:focus[b-1u7m422mu2] {
        color: #76818a;
    }
/* /Shared/LeftNavMenu.razor.rz.scp.css */
.navbar-toggler[b-ybbzm16ugd] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ybbzm16ugd] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ybbzm16ugd] {
    font-size: 1.1rem;
}

.oi[b-ybbzm16ugd] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ybbzm16ugd] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ybbzm16ugd] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ybbzm16ugd] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ybbzm16ugd]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ybbzm16ugd]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ybbzm16ugd]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ybbzm16ugd] {
        display: none;
    }

    .collapse[b-ybbzm16ugd] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-edpovad0by] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-edpovad0by] {
    flex: 1;
}

.sidebar[b-edpovad0by] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-edpovad0by] {
    background-color: #e6e6e6;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-edpovad0by]  a, .top-row .btn-link[b-edpovad0by] {
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-edpovad0by] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-edpovad0by] {
        display: none;
    }

    .top-row.auth[b-edpovad0by] {
        justify-content: space-between;
    }

    .top-row a[b-edpovad0by], .top-row .btn-link[b-edpovad0by] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    /*Content soll max. Breite erhalten*/
    /*.page {
        flex-direction: row;
    }*/

    .sidebar[b-edpovad0by] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-edpovad0by] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-edpovad0by] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/TopNavMenu.razor.rz.scp.css */
@media (max-width: 450px) {
    .user-dropdown-text[b-3zmzb7depu] {
        display: none;
    }
}

.bg-dark[b-3zmzb7depu] {
    background-color: #343a40 !important;
}

a.bg-dark:hover[b-3zmzb7depu], a.bg-dark:focus[b-3zmzb7depu],
button.bg-dark:hover[b-3zmzb7depu],
button.bg-dark:focus[b-3zmzb7depu] {
    background-color: #1d2124 !important;
}
/* /Shared/UpdateAvailableDetector.razor.rz.scp.css */
.floating-update-button[b-nfbz6wxud5] {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.5rem;
    animation: fadein-b-nfbz6wxud5 2s ease-out;
}

@keyframes fadein-b-nfbz6wxud5 {
    from {
        right: -100%;
    }

    to {
        right: 2rem;
    }
}
