/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-unfgl75x2n] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

main[b-unfgl75x2n] {
    flex: 1;
    background: #f0f0f0;
}

.sidebar[b-unfgl75x2n] {
    background: #337ab7;
}

.top-row[b-unfgl75x2n] {
    background-color: #e0e0e0;
    border-bottom: 1px solid #c0c0c0;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-unfgl75x2n]  a, .top-row[b-unfgl75x2n]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-unfgl75x2n]  a:hover, .top-row[b-unfgl75x2n]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-unfgl75x2n]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-unfgl75x2n] {
        display: none;
    }

    .top-row.auth[b-unfgl75x2n] {
        justify-content: space-between;
    }

    .top-row[b-unfgl75x2n]  a, .top-row[b-unfgl75x2n]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-unfgl75x2n] {
        flex-direction: row;
    }

    .sidebar[b-unfgl75x2n] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-unfgl75x2n] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-unfgl75x2n]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-unfgl75x2n], article[b-unfgl75x2n] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6g1s9fc46k] {
    background-color: rgba(255, 255, 255, 0.1);
    display: none;
}

.top-row[b-6g1s9fc46k] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6g1s9fc46k] {
    font-size: 1.1rem;
}

.oi[b-6g1s9fc46k] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-6g1s9fc46k] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6g1s9fc46k] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6g1s9fc46k] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6g1s9fc46k]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-6g1s9fc46k]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-6g1s9fc46k]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6g1s9fc46k] {
        display: none;
    }

    .collapse[b-6g1s9fc46k] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/SystemLink.razor.rz.scp.css */
button[b-trxcgsh2n4] {
    position: relative;
    display: inline-block;
    padding: .5rem 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: none !important;
    text-align: unset;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.25rem;
    overflow: hidden;
    color: #f0f0f0;
    border-radius: 0;
    background: #607d8b;
}

@media (max-width: 640.98px) {
    span.btn-syslink-text[b-trxcgsh2n4] {
        flex-grow: 1;
        margin-left: .5rem;
    }
}

@media (min-width: 641px) {
    button[b-trxcgsh2n4] {
        padding: 1rem 2rem;
        text-align: center;
        font-size: 1.75rem;
        letter-spacing: .075rem;
    }

    button[b-trxcgsh2n4]:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -webkit-transform: translateX(-96%);
        transform: translateX(-96%);
        background: #e0e0e0;
    }

    button:hover[b-trxcgsh2n4]:before {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    span.btn-syslink-text[b-trxcgsh2n4] {
        margin-top: .5rem;
    }
}
