/* /Pages/DocumentPage.razor.rz.scp.css */
.documentList[b-u1spe73xkp] {
    max-height: 500px;
    overflow-y: auto;
}

.documentList .document:nth-child(even)[b-u1spe73xkp] {
    background-color: white;
}

.documentList .document:nth-child(odd)[b-u1spe73xkp] {
    background-color: #effbf9;
}

.fileGreen[b-u1spe73xkp] {
    color: #18e62e;
}

.fileRed[b-u1spe73xkp] {
    color: #f7134e;
}

.filterButton[b-u1spe73xkp] {
    border: 2px solid #84d6ca;
    border-radius: 50%;
    height: 70px;
    left: calc(50% - 35px);
    position: absolute;
    top: -35px;
    width: 70px;
}

.filterButtonEnabled[b-u1spe73xkp] {
    background-color: #f7134e;
    border-color: #f7134e;
    box-shadow: 0 0 4px 2px;
}

.filterLabel[b-u1spe73xkp] {
    margin-top: 40px;
}
/* /Pages/Index.razor.rz.scp.css */
.lineInMiddle[b-r0xrismdv6] {
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;
    text-align: center;
    width: 100%;
}
/* /Shared/Footer.razor.rz.scp.css */
.footerLogo[b-pdu6v3uoyd] {
    max-height: 70px;
}

.versionBox[b-pdu6v3uoyd] {
    bottom: 10px;
    right: 10px;
    position: absolute;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-fl7mvok0yv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fl7mvok0yv] {
    flex: 1;
}

.sidebar[b-fl7mvok0yv] {
    background-image: linear-gradient(180deg, #0282b4 0%, #00acec 70%)
}

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

    .top-row[b-fl7mvok0yv]  a, .top-row[b-fl7mvok0yv]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fl7mvok0yv]  a:hover, .top-row[b-fl7mvok0yv]  .btn-link:hover {
        text-decoration: underline;
    }

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

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

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

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

@media (min-width: 641px) {
    .page[b-fl7mvok0yv] {
        flex-direction: row;
    }

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

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

    .top-row.auth[b-fl7mvok0yv]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fl7mvok0yv], article[b-fl7mvok0yv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8t2j3rkvg9] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

    .collapse[b-8t2j3rkvg9] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
