/* /Components/DateRange.razor.rz.scp.css */
.date-display[b-sitk11qgsx] {
    background-color: #f8f9fa;
}

.radio-group[b-sitk11qgsx] {
    display: flex;
    align-items: center;
}
/* /Layout/HomePageLayout.razor.rz.scp.css */
.page[b-4fmeco9vld] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4fmeco9vld] {
    flex: 1;
}

.sidebar[b-4fmeco9vld] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-4fmeco9vld] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4fmeco9vld]  a, .top-row[b-4fmeco9vld]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-4fmeco9vld]  a:hover, .top-row[b-4fmeco9vld]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-4fmeco9vld]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-4fmeco9vld] {
        justify-content: space-between;
    }

    .top-row[b-4fmeco9vld]  a, .top-row[b-4fmeco9vld]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4fmeco9vld] {
        flex-direction: row;
    }

    .sidebar[b-4fmeco9vld] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4fmeco9vld] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4fmeco9vld]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4fmeco9vld], article[b-4fmeco9vld] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-7ddrdfrtbu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7ddrdfrtbu] {
    flex: 1;
}

.sidebar[b-7ddrdfrtbu] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7ddrdfrtbu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7ddrdfrtbu]  a, .top-row[b-7ddrdfrtbu]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-7ddrdfrtbu]  a:hover, .top-row[b-7ddrdfrtbu]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-7ddrdfrtbu]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-7ddrdfrtbu] {
        justify-content: space-between;
    }

    .top-row[b-7ddrdfrtbu]  a, .top-row[b-7ddrdfrtbu]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7ddrdfrtbu] {
        flex-direction: row;
    }

    .sidebar[b-7ddrdfrtbu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7ddrdfrtbu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-7ddrdfrtbu]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-7ddrdfrtbu], article[b-7ddrdfrtbu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Index.razor.rz.scp.css */
/*To use a fadeout splash add a div container with class=splash-container to the page and at its end add
 <img src="images/LUR.png" class="splash-overlay @(isLoaded ? "opacity-0 pointer-events-none" : "")" />
the window.addEventListener in index.html is probably needed too
*/
.splash-overlay[b-wgfhah1nte] {
    position: fixed; /* This positions relative to the viewport */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    max-width: 100%;
    z-index: 1000;
    pointer-events:none;
    opacity: 1;
    transition: opacity 4s ease-out;
}

.splash-container[b-wgfhah1nte] {
    position: relative;
}

.fade-out[b-wgfhah1nte] {
    opacity: 0;
}
/* /Pages/Report.razor.rz.scp.css */
body[b-1fwxfvrn2i] {
}
.container[b-1fwxfvrn2i] {
    max-width: 100% !important;
    padding:0;
}

[b-1fwxfvrn2i] .e-grid .e-headercell {
    border-left: 2px solid #D3D3D3 !important;
    border-right: 2px solid #D3D3D3 !important;
    border-bottom: 4px solid #D3D3D3 !important;
}

/*not form textual columns*/

[b-1fwxfvrn2i] .e-searchbox.e-fields {
    display: none;
}
[b-1fwxfvrn2i] li[aria-label="Number Filters"] {
    display: none;
}

/*always*/
[b-1fwxfvrn2i] [aria-label="Clear Filter"] {
    display: none;
}

.selector[b-1fwxfvrn2i] {
    border: 2px solid #D3D3D3;
    margin-left: 15px;
    padding-bottom:3px;
}

.filter-row[b-1fwxfvrn2i]{
    margin-top: 5px!important;
    margin-bottom: 5px!important;
}
