@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /Core/Components/Common/BlobFileSummary.Razor.rz.scp.css */
.bf-container[b-1wp098yf4e] {
    background-color: #f2f2f2;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas:
        "mime name"
        "mime meta";
    column-gap: .375rem;
}

.bf-content-type[b-1wp098yf4e] {
    grid-area: mime;
    height: 3rem;
    width: 3rem;
    font-size: 1.75rem;
}

.bf-name[b-1wp098yf4e] {
    grid-area: name;
    align-content: center;
}

.bf-meta[b-1wp098yf4e] {
    grid-area: meta;
    align-content: start;
}
/* /Core/Components/Common/Combobox.razor.rz.scp.css */
button.input-group-text:disabled[b-lmrjx380qr] {
    opacity: .75;
}

.mt-combobox-li.selected[b-lmrjx380qr] {
    background-color: rgba(0, 0, 0, .1);
}

.mt-combobox-li.virtual-focused[b-lmrjx380qr] {
    background-color: lightblue;
}

.mt-combobox-li:hover[b-lmrjx380qr] {
    background-color: rgba(0, 0, 0, .2);
}

.mt-combobox-li:hover[b-lmrjx380qr], .mt-combobox-li *:hover[b-lmrjx380qr] {
    cursor: pointer;
}
/* /Core/Components/Layout/LoginLayout.razor.rz.scp.css */
.login-bg[b-qds0181vng] {
    --blur-width: 4px;
    position: fixed;
    top: calc(-1 * var(--blur-width));
    left: calc(-1 * var(--blur-width));
    width: calc(100% + (2 * var(--blur-width)));
    height: calc(100% + (2 * var(--blur-width)));
    background-image: linear-gradient(to bottom, #00000022, #00000099), url('/img/penrose-roundabout-drone.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    filter: blur(var(--blur-width));
}
/* /Core/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ufnyiewcl9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

[b-ufnyiewcl9] .page-sidebar-main {
    background-color: #041B2D;
}

.top-row[b-ufnyiewcl9] {
    background-color: #ffffff;
    border-bottom: 2px solid #005288;
    justify-content: flex-start;
    align-items: center;
    height: var(--top-row-height);
    display: flex;
    align-items: center;
}

    .top-row[b-ufnyiewcl9]  a, .top-row[b-ufnyiewcl9]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
    }

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

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

.main-content[b-ufnyiewcl9] {
    height: calc(100vh - (2 * var(--top-row-height)));
    background-color: #f1f3f4;
}

@media (max-width: 640.98px) {
    .top-row[b-ufnyiewcl9] {
        justify-content: space-between;
    }

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

@media (min-width: 641px) {
    .page[b-ufnyiewcl9] {
        display: grid;
        grid-template-rows: auto 1fr;
        grid-template-columns: auto 1fr;
    }

    [b-ufnyiewcl9] .page-sidebar-top {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
        max-width: 300px;
    }

    [b-ufnyiewcl9] .page-sidebar-main {
        grid-row: 2 / 3;
        grid-column: 1 / 2;
        width: 300px;
    }

    .page.sidebar-min[b-ufnyiewcl9]  .page-sidebar-main {
        grid-column: 1 / 1;
        width: 0;
    }

    .page-top-row[b-ufnyiewcl9] {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
    }

    .page-main[b-ufnyiewcl9] {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
    }

    .page.sidebar-min .page-main[b-ufnyiewcl9] {
        grid-column: 1 / 3;
    }

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

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

    .top-row[b-ufnyiewcl9], article[b-ufnyiewcl9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .main-content[b-ufnyiewcl9] {
        height: calc(100vh - var(--top-row-height));
    }
}

#blazor-error-ui[b-ufnyiewcl9] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ufnyiewcl9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Core/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler + label[b-pku0javg38] {
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #004c8a;
}

.navbar-toggler[b-pku0javg38] {
    display: none;
}

.sidebar-toggler[b-pku0javg38] {
    display: none;
}

.page-sidebar-main[b-pku0javg38] {
    display: none;
}

.navbar-toggler:checked ~ .page-sidebar-main[b-pku0javg38] {
    display: block;
}

.navbar-toggler:not(:checked) + label>.navbar-toggler-close-icon[b-pku0javg38] {
    display: none;
}

.navbar-toggler:checked + label>.navbar-toggler-open-icon[b-pku0javg38] {
    display: none;
}

.top-row[b-pku0javg38] {
    min-height: var(--top-row-height);
    background-color: #003764;
}

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

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

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

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

    .nav-item[b-pku0javg38]  .nav-link {
        --bs-nav-link-padding-x: .5rem;
        --bs-nav-link-font-size: 1rem;
        color: #ffffff;
        background: none;
        border: none;
        border-radius: 4px;
        height: 2rem;
        display: flex;
        align-items: center;
        gap: .5rem;
        line-height: 3rem;
        width: 100%;
    }

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

        .nav-item[b-pku0javg38]  .nav-link.active {
            background-color: #008264;
            color: white;
        }

        .nav-item[b-pku0javg38]  .nav-link.active:hover {
            background-color: #009274;
            color: white;
        }

.nav-scrollable[b-pku0javg38] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-pku0javg38] {
    display: block;
}

.nav-heading[b-pku0javg38] {
    margin: 1rem 1rem .5rem 1rem;
    padding: 0 .5rem;
    color: #808080;
    font-size: .75em;
    text-transform: uppercase;
}

.username-text[b-pku0javg38] {
    font-size: .875em;
    color: white;
    line-height: 1.25em;
}

.subname-text[b-pku0javg38] {
    font-size: .75em;
    color: #b9b9b9;
    line-height: 1em;
}

.admin-badge[b-pku0javg38] {
    color: #000000;
    background-color: #1DE883;
    font-size: 11px;
}

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

    .sidebar-toggler[b-pku0javg38] {
        display: block;
    }

    .page-sidebar-main[b-pku0javg38] {
        display: block;
    }

    .nav-scrollable[b-pku0javg38] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - var(--top-row-height));
        overflow-y: auto;
    }
}
/* /QATracker/Components/Comments/CommentFeed.razor.rz.scp.css */
.comment-list-item[b-32h2ful5y5] {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: .5rem;
}

.comment-metadata[b-32h2ful5y5] {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    color: #cecece;
}

.comment-author-img[b-32h2ful5y5] {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}

.comment-body[b-32h2ful5y5] {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    background-color: #082f4d;
}

.comment-body[b-32h2ful5y5]  p {
    margin-bottom: 0;
}
/* /QATracker/Components/Documents/SubmissionDocuments.razor.rz.scp.css */
.documents-table[b-zc7c3a3y0i] {
    margin-bottom: 5rem;
}

.documents-table .document-row[b-zc7c3a3y0i] {
    cursor: pointer;
    transition: background-color .15s ease-in-out;
}

.documents-table .document-row:hover[b-zc7c3a3y0i] {
    background-color: #073153;
}
/* /QATracker/Pages/Reports/ActivityLog.razor.rz.scp.css */
[b-9pabwr88t7] td {
    height: 61px;
}
/* /QATracker/Pages/Reports/OngoingReviews.razor.rz.scp.css */
[b-cs981wy0ss] td {
    height: 61px;
}
/* /QATracker/Pages/Reports/UpcomingSubmissions.razor.rz.scp.css */
[b-lgsre0diit] td {
    height: 61px;
}
/* /QATracker/Pages/Submissions/Detail/QCReviewDocuments.razor.rz.scp.css */
.fullscreen-overlay[b-igb8ycumel] {
    display: none;
}

.fullscreen-container.fullscreen-enabled[b-igb8ycumel] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding-bottom: 1px;
    z-index: 1;
    overflow: auto;
}

.fullscreen-container.fullscreen-enabled .fullscreen-content[b-igb8ycumel] {
    --margin: 1rem;
    --padding: 1rem;
    min-height: calc(100% - (2 * var(--margin)));
    margin: var(--margin);
    padding: var(--padding);
    background-color: #041b2d;
    border-radius: var(--bs-border-radius);
    border: 1px solid var(--bs-border-color);
    z-index: 1;
}

.fullscreen-container.fullscreen-enabled .fullscreen-overlay[b-igb8ycumel] {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: -1;
}

@media screen and (min-width: 641px) {
    .fullscreen-container.fullscreen-enabled .fullscreen-content[b-igb8ycumel] {
        --margin: 2rem;
        --padding: 2rem;
    }
}
