@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-t971dvaul4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.top-row[b-t971dvaul4] {
    background-color: rgb(61, 61, 61);
    color: white;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.55rem;/*need to match up with side nav*/
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

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

    .main > div[b-t971dvaul4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-17i814ohdq] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    /*position: absolute;*/
    top: 0.5rem;
    /*right: 1rem;*/
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-17i814ohdq] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-17i814ohdq] {
    height: 3.5rem;
    background-color: rgb(61, 61, 61);
    color: white;
}

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

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

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

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

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

    .nav-item[b-17i814ohdq]  a {
        background-color: rgb(200, 200, 200);
        color: red;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        /*line-height: 3rem;*/
    }

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

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

@media (min-width: 660.98px) {
    .navbar-toggler[b-17i814ohdq] {
        display: none;
    }
    .nav[b-17i814ohdq] {
        /* Never collapse the sidebar for wide screens */
        display: block !important;
    }
}
/* /Components/Pages/Index.razor.rz.scp.css */
img[b-3onrt53ok2] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* /Components/Pages/Requests/Index.razor.rz.scp.css */
[b-gydh4rx608] .quickgrid[theme=default] {
    width: 75%;
}
/* Stop the last page from collapsing to the number of rows on it */
[b-gydh4rx608] tr {
    height: 1.8rem;
}

/* Subtle stripe effect */
[b-gydh4rx608] tr:nth-child(even) {
    background: rgba(238,238,238,1);
}

