@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';
@import '_content/Toolbelt.Blazor.PWA.Updater/Toolbelt.Blazor.PWA.Updater.bnjuj6nd91.bundle.scp.css';

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

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

.sidebar[b-m1xfan3exw] {
    background-image: linear-gradient(180deg, rgb(10, 10, 10) 0%, #9a9a9a 70%);
}

.flex-divider[b-m1xfan3exw] {
    flex: 1;
}

.top-row[b-m1xfan3exw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    /* moved to the divider use */
/*  
    justify-content: flex-end;
*/
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .collapse[b-chehsttni7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Pages/SubComponents/UserSecurityManagement.razor.rz.scp.css */

body[b-40rpz1oa1f] {
}

.project-grid[b-40rpz1oa1f],
.user-grid[b-40rpz1oa1f],
.role-grid[b-40rpz1oa1f],
.securitytemplate-grid[b-40rpz1oa1f] {
    /* doesnt do anything? */
    border-radius: 6px;
    width: fit-content;
}

/* Subtle stripe effect */
[b-40rpz1oa1f] thead {
    background: rgb(0, 0, 0, 0.2);
}

[b-40rpz1oa1f] tr:nth-child(even) {
    background: rgb(0, 0, 0, 0.1);
}

/*
::deep tr:nth-child(odd) {
    background: rgb(0, 0, 0, 0);
}
*/


/* Magnifying glass */
[b-40rpz1oa1f] .project-name .col-options-button,
[b-40rpz1oa1f] .user-name .col-options-button,
[b-40rpz1oa1f] .role-name .col-options-button
::deep .securitytemplate-name .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>');
}

[b-40rpz1oa1f] tbody .project-name {
    /* min-width: 800px; */
}

[b-40rpz1oa1f] button .col-options-selectors {
    color: white;
    padding: 0.2rem 1rem;
    border-radius: 0.25rem;
    margin: 0.25rem 0.5rem;
}
/* /Shared/RunningTasks.razor.rz.scp.css */
body[b-5trtml374g] {
}

.grid[b-5trtml374g] {
    border-radius: 6px;
    width: fit-content;
    height: 30rem;
    overflow-y: auto;
}

.grid-short[b-5trtml374g] {
    /* shorter grid */
    height: 15rem;
}

    .grid[b-5trtml374g]  table {
        width: 100%;
    }

/* Sticky header while scrolling */
[b-5trtml374g] thead {
    position: sticky;
    top: 0;
    background-color: rgb(128, 128, 128);
    z-index: 1;
}
    [b-5trtml374g] thead .description {
        width: 30rem;
    }
    [b-5trtml374g] thead .date {
        width: 15rem;
    }

/* For virtualized grids, it's essential that all rows have the same known height */
[b-5trtml374g] tr {
    height: 30px;
}

    [b-5trtml374g] tr:nth-child(even) {
        background: rgb(0, 0, 0, 0.1);
    }

[b-5trtml374g] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}
/* /Shared/SearchableDropdown.razor.rz.scp.css */
