/* /Components/Loading.razor.rz.scp.css */
.spinner[b-v5b9jfqflc] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-v5b9jfqflc 700ms linear infinite;
    top: 40%;
    left: 50%;
    position: absolute;
}

@keyframes spin-b-v5b9jfqflc {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.overlay[b-v5b9jfqflc] {
    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: 43; /* Specify a stack order in case you're using a different order for other elements */
    cursor: default;
}
/* /Pages/SystemAdmin/Departments.razor.rz.scp.css */
.container > div.content-header[b-u68zc9q02s] {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .container > div.content-header > div.content-title[b-u68zc9q02s] {
        font-weight: 600;
        font-size: 1.5em;
    }

    .container > div.content-header > div.content-subtitle[b-u68zc9q02s] {
        font-style: italic;
    }

.content-footer[b-u68zc9q02s] {
    padding-top: 30px;
    display: flex;
    justify-content: right;
}

[b-u68zc9q02s] .content-footer > button.dxbl-btn {
    width: 100px;
}

[b-u68zc9q02s] .content-footer > button:not(:last-child) {
    margin-right: 10px;
}

.popup-body[b-u68zc9q02s] {
    margin: 20px;
}
/* /Pages/SystemAdmin/Facilities.razor.rz.scp.css */
.container > div.content-header[b-l3lztv4v6c] {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .container > div.content-header > div.content-title[b-l3lztv4v6c] {
        font-weight: 600;
        font-size: 1.5em;
    }

    .container > div.content-header > div.content-subtitle[b-l3lztv4v6c] {
        font-style: italic;
    }

.content-footer[b-l3lztv4v6c] {
    padding-top: 30px;
    display: flex;
    justify-content: right;
}

[b-l3lztv4v6c] .content-footer > button.dxbl-btn {
    width: 100px;
}

[b-l3lztv4v6c] .content-footer > button:not(:last-child) {
    margin-right: 10px;
}

.popup-body[b-l3lztv4v6c] {
    margin: 20px;
}
/* /Pages/SystemAdmin/Reviewers.razor.rz.scp.css */
.container > div.content-header[b-798tduknos] {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .container > div.content-header > div.content-title[b-798tduknos] {
        font-weight: 600;
        font-size: 1.5em;
    }

    .container > div.content-header > div.content-subtitle[b-798tduknos] {
        font-style: italic;
    }

.content-footer[b-798tduknos] {
    padding-top: 30px;
    display: flex;
    justify-content: right;
}

[b-798tduknos] .content-footer > button.dxbl-btn {
    width: 100px;
}

[b-798tduknos] .content-footer > button:not(:last-child) {
    margin-right: 10px;
}

.popup-body[b-798tduknos] {
    margin: 20px;
}
/* /Shared/BackButton.razor.rz.scp.css */
.navbar-brand.back-button[b-addj07s5e7] {
    font-size: x-large;
    color: #000000;
    padding-top: 0;
}
/* /Shared/GuestLayout.razor.rz.scp.css */
.page[b-m6crftpidb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-m6crftpidb] {
    flex: 1;
}

.header[b-m6crftpidb] {
    background-color: var(--color-black);
    border-bottom: 1px solid var(--color-black);
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 40;
}

    .header > img[b-m6crftpidb] {
        float: left;
        cursor: pointer;
    }

    .header > div[b-m6crftpidb] {
        color: var(--color-off-white);
        display: flex;
    }

    .header[b-m6crftpidb]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.footer[b-m6crftpidb] {
    display: block;
    background-color: var(--color-white);
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    z-index: 41;
}

@media (max-width: var(--screen-xs-min)) {
    .page[b-m6crftpidb] {
        flex-direction: row;
    }

    .header[b-m6crftpidb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}
/* /Shared/LoginDisplay.razor.rz.scp.css */
a.login-menu[b-9k2e0vh6ql] {
    color: #9D9D9D !important;
}

a[b-9k2e0vh6ql], .btn-link[b-9k2e0vh6ql] {
    white-space: nowrap;
    text-decoration: none;
    color: var(--color-very-light-gray);
    display: flex;
    cursor: pointer;
}

    a:hover[b-9k2e0vh6ql], .btn-link:hover[b-9k2e0vh6ql],
    a:focus[b-9k2e0vh6ql], .btn-link:focus[b-9k2e0vh6ql], .btn:active:focus[b-9k2e0vh6ql] {
        text-decoration: none;
        color: var(--color-off-white);
        display: flex;
        box-shadow: none;
    }

    a.login-menu:hover > div:nth-child(1)[b-9k2e0vh6ql] {
        text-decoration: underline;
    }

.nav-menu[b-9k2e0vh6ql] {
    margin: 0;
    padding: 0;
}

div[b-9k2e0vh6ql] {
    font-size: 1.1em;
}

.svg-inline--fa[b-9k2e0vh6ql] {
    font-size: 22px !important;
    padding: 0 5px 0 5px !important;
}

div.profile-container[b-9k2e0vh6ql] {
    top: 15px;
    position: absolute;
}

div.profile-signin[b-9k2e0vh6ql] {
    padding-top: 0.35em;
    padding-left: 0.5em;
}

.btn.profile[b-9k2e0vh6ql] {
    background: none;
    color: #9D9D9D;
    border: none;
    outline: inherit;
    padding-left: 0;
}
    .btn.profile:active[b-9k2e0vh6ql], .btn.profile:hover[b-9k2e0vh6ql] {
        color: #e6e6e6 !important;
        background: none !important;
    }

    .btn.profile:not(:disabled):not(.disabled).active[b-9k2e0vh6ql],
    .btn.profile:not(:disabled):not(.disabled):active[b-9k2e0vh6ql],
    .show > .btn.profile.dropdown-toggle[b-9k2e0vh6ql] {
        color: #e6e6e6 !important;
        background: none !important;
    }

.profile-signout[b-9k2e0vh6ql] {
    font-size: 1.25em;
}

div.dropdown-label[b-9k2e0vh6ql] {
    display: flex;
    align-items: center;
}

a.dropdown-menu[b-9k2e0vh6ql] {
    color: var(--color-black);
    cursor: pointer;
}

a.dropdown-item[b-9k2e0vh6ql] {
    padding: 0.25rem 1rem;
}

    a.dropdown-item:hover[b-9k2e0vh6ql] {
        background-color: rgba(var(--color-very-light-gray-rgb), 0.5);
    }


.header-actions-container[b-9k2e0vh6ql] {
    display: flex;
    align-items: center;
}

.btn.home[b-9k2e0vh6ql] {
    padding-right: 8px;
}
    .btn.home:focus[b-9k2e0vh6ql] {
        outline: none;
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-idqedsxnhs] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-idqedsxnhs] {
    flex: 1;
}

.sidebar[b-idqedsxnhs] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-idqedsxnhs] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-idqedsxnhs]  a, .top-row .btn-link[b-idqedsxnhs] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-idqedsxnhs] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-idqedsxnhs] {
        display: none;
    }

    .top-row.auth[b-idqedsxnhs] {
        justify-content: space-between;
    }

    .top-row a[b-idqedsxnhs], .top-row .btn-link[b-idqedsxnhs] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-idqedsxnhs] {
        flex-direction: row;
    }

    .sidebar[b-idqedsxnhs] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-idqedsxnhs] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-idqedsxnhs] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xz7s6aplz3] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-xz7s6aplz3] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-xz7s6aplz3] {
    font-size: 1.1rem;
}

.oi[b-xz7s6aplz3] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-xz7s6aplz3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-xz7s6aplz3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xz7s6aplz3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xz7s6aplz3]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-xz7s6aplz3]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-xz7s6aplz3]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-xz7s6aplz3] {
        display: none;
    }

    .collapse[b-xz7s6aplz3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
