@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';
@import '_content/Shared_GIS_Entities/Shared_GIS_Entities.o6yylh4wsn.bundle.scp.css';

/* _content/RegionalServicesDashboard_Blazor/Components/ErrorMessageComponent.razor.rz.scp.css */
.elementToFadeInAndOut[b-xcmnwbitx7] {
	width: 200px;
	height: 200px;
	background: red;
	-webkit-animation: fadeinout 4s linear forwards;
	animation: fadeinout-b-xcmnwbitx7 4s linear forwards;
}

@-webkit-keyframes fadeinout {
	0%,100% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

@keyframes fadeinout-b-xcmnwbitx7 {
	0%,100% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}
/* _content/RegionalServicesDashboard_Blazor/Pages/GISAdmin/DataSales_Packager/UploadComponents/DataSalesFileListComponent.razor.rz.scp.css */
.PickerComponent[b-cgay3h77ok]
{
	max-width: 235px;
}
/* _content/RegionalServicesDashboard_Blazor/Pages/WCRCS/WCRCS_Dashboard/Radio_AgencyManagment.razor.rz.scp.css */
/* Stripe effect */
[b-oos6s6xcod] tbody tr {
    background-color: rgba(0,0,0,0.04);
}

[b-oos6s6xcod] tbody tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

[b-oos6s6xcod] tbody tr:hover {
    background-color: rgba(102, 149, 212, 0.3);
}

[b-oos6s6xcod] thead th {
    background: rgba(102, 149, 212, 0.4);
}
.grid[b-oos6s6xcod] {
    display: inline-flex;
    flex-direction: column;
}

    .grid[b-oos6s6xcod]  tr {
        height: 2.8rem;
    }

    .grid[b-oos6s6xcod]  th:nth-child(2) {
        width: 20rem;
    }

/* _content/RegionalServicesDashboard_Blazor/Pages/WCRCS/WCRCS_Dashboard/Radio_InitialAssessment_management.razor.rz.scp.css */
/* Stripe effect */
[b-6w1nuguoqv] tbody tr {
    background-color: rgba(0,0,0,0.04);
}

    [b-6w1nuguoqv] tbody tr:nth-child(even) {
        background: rgba(255,255,255,0.4);
    }

    [b-6w1nuguoqv] tbody tr:hover {
        background-color: rgba(102, 149, 212, 0.3);
    }

[b-6w1nuguoqv] thead th {
    background: rgba(102, 149, 212, 0.4);
}

.grid[b-6w1nuguoqv] {
    display: inline-flex;
    flex-direction: column;
}

    .grid[b-6w1nuguoqv]  tr {
        height: 2.8rem;
    }

    .grid[b-6w1nuguoqv]  th:nth-child(2) {
        width: 20rem;
    }
/* _content/RegionalServicesDashboard_Blazor/Pages/WCRCS/WCRCS_Dashboard/Radio_SitesManagment.razor.rz.scp.css */
[b-sxvgefn0zf] tbody tr {
    background-color: rgba(0,0,0,0.04);
}

    [b-sxvgefn0zf] tbody tr:nth-child(even) {
        background: rgba(255,255,255,0.4);
    }

    [b-sxvgefn0zf] tbody tr:hover {
        background-color: rgba(102, 149, 212, 0.3);
    }

[b-sxvgefn0zf] thead th {
    background: rgba(102, 149, 212, 0.4);
}
/* Sticky header while scrolling */
[b-sxvgefn0zf] thead {
    position: sticky;
    top: 0;
    background-color: #eee;
    z-index: 1;
}
/* For virtualized grids, it's essential that all rows have the same known height */
[b-sxvgefn0zf] tr {
    height: 30px;
}
.grid[b-sxvgefn0zf] {
    display: inline-flex;
    flex-direction: column;
}

    .grid[b-sxvgefn0zf]  tr {
        height: 2.8rem;
    }

    .grid[b-sxvgefn0zf]  th:nth-child(2) {
        width: 20rem;
    }

/* _content/RegionalServicesDashboard_Blazor/Pages/WebMapServices/WebSearchAll.razor.rz.scp.css */
[b-nbvv1bepgz] tbody tr {
    background-color: rgba(0,0,0,0.04);
}

    [b-nbvv1bepgz] tbody tr:nth-child(even) {
        background: rgba(255,255,255,0.4);
    }

    [b-nbvv1bepgz] tbody tr:hover {
        background-color: rgba(102, 149, 212, 0.3);
    }

[b-nbvv1bepgz] thead th {
    background: rgba(102, 149, 212, 0.4);
}
/* Sticky header while scrolling */
[b-nbvv1bepgz] thead {
    position: sticky;
    top: 0;
    background-color: #eee;
    z-index: 1;
}
/* For virtualized grids, it's essential that all rows have the same known height */
[b-nbvv1bepgz] tr {
    height: 30px;
}

[b-nbvv1bepgz] grid {
    display: inline-flex;
    flex-direction: column;
}

    .grid[b-nbvv1bepgz]  tr {
        height: 2.8rem;
    }

    .grid[b-nbvv1bepgz]  th:nth-child(2) {
        width: 20rem;
    }
/* _content/RegionalServicesDashboard_Blazor/Shared/MainLayout.razor.rz.scp.css */
.page[b-lsaunzyr7c] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-lsaunzyr7c] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/
.sidebar[b-lsaunzyr7c] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #062347 70%);
}

.top-row[b-lsaunzyr7c] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-lsaunzyr7c]  a, .top-row .btn-link[b-lsaunzyr7c] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-lsaunzyr7c] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-lsaunzyr7c] {
        display: none;
    }

    .top-row.auth[b-lsaunzyr7c] {
        justify-content: space-between;
    }

    .top-row a[b-lsaunzyr7c], .top-row .btn-link[b-lsaunzyr7c] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .SideMenuWidth[b-lsaunzyr7c] {
        max-width: 245px;
    }
    .page[b-lsaunzyr7c] {
        flex-direction: row;
    }

    .sidebar[b-lsaunzyr7c] {
        width: 250px;
        min-width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-lsaunzyr7c] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-lsaunzyr7c] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/RegionalServicesDashboard_Blazor/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-oi3e2t74rf] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-oi3e2t74rf] {
    height: 4.0rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-oi3e2t74rf] {
    font-size: 1.1rem;
}

.oi[b-oi3e2t74rf] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-oi3e2t74rf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-oi3e2t74rf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-oi3e2t74rf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-oi3e2t74rf]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-oi3e2t74rf]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-oi3e2t74rf]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-oi3e2t74rf] {
        display: none;
    }

    .collapse[b-oi3e2t74rf] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
