/* /Components/LoginDisplay.razor.rz.scp.css */
.login-display[b-lqlgqdf322] {
    color: #fff;
}
.login-display .btn[b-lqlgqdf322] {
    color: #fff;
}
/* /Components/SortableList.razor.rz.scp.css */
[b-r08lpyc2u3] .sortable-ghost {
    visibility: hidden;
}

[b-r08lpyc2u3] .sortable-fallback {
    opacity: 1 !important
}
/* /Components/Table.razor.rz.scp.css */
.table-container .rad-table .rad-table-cell[b-43fhtc32me] {
    white-space: nowrap;
    max-width: 500px;
    overflow-x: auto;
    padding-bottom: 1px;
}

.text-left[b-43fhtc32me] {
    text-align: left;
}

.text-right[b-43fhtc32me] {
    text-align: right;
}

.text-center[b-43fhtc32me] {
    text-align: center;
}

.text-justify[b-43fhtc32me] {
    text-align: justify;
}

.text-nowrap[b-43fhtc32me] {
    white-space: nowrap;
}

.full-width[b-43fhtc32me] {
    width: 100%;
}

.rad-table[b-43fhtc32me] {
    font-size: 14px;

    ul {
        list-style:none;
        margin:0;
        padding: 0;
    }

    .rad-table-cell[b-43fhtc32me] {
        padding: 8px;
        overflow: hidden;
        text-overflow: ellipsis;

        border: 1px solid lightgrey;

        .rad-table-action-link {
            font-size: 16px;
        }
    }

    .rad-table-header[b-43fhtc32me] {
        font-family: "nexa_lightregular", Arial, sans-serif;
        letter-spacing: .04em;
        text-transform: uppercase;
        -webkit-font-smoothing: antialiased;
        font-weight: bold;
        background: @back-color-main-content;

        .rad-table-cell {
            &.sortable {
                cursor: pointer;

                > p {
                    padding-right: 30px;
                    position: relative;

                    .sort-icon {
                        position: absolute;
                        right: 0;
                        float: right;
                    }
                }
            }
        }
    }

    .rad-table-row[b-43fhtc32me] {
        font-family: "p22-underground", Arial, sans-serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;

        background: @back-color-main-content;

        &:nth-child(odd) {
            background: none;
        }

        .rad-table-cell[b-43fhtc32me]{ }

    }

    .rad-table-footer[b-43fhtc32me] { }

    a[b-43fhtc32me] {
        color: #337ab7;
        text-decoration: underline;
    }

    .row-span-start[b-43fhtc32me] {
        border-bottom: none;
    }

    .row-span-continue[b-43fhtc32me] {
        border-top: none;
        border-bottom: none;
    }

    .row-span-end[b-43fhtc32me] {
        border-top: none;
    }

    .rad-table-bold > p[b-43fhtc32me] {
        font-weight: bold;
    }
}

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-gxk2pzj1ve] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-gxk2pzj1ve] {
    flex: 1;
}

.sidebar[b-gxk2pzj1ve] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-gxk2pzj1ve] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-gxk2pzj1ve]  a, .top-row[b-gxk2pzj1ve]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-gxk2pzj1ve]  a:hover, .top-row[b-gxk2pzj1ve]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-gxk2pzj1ve]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-gxk2pzj1ve] {
        justify-content: space-between;
    }

    .top-row[b-gxk2pzj1ve]  a, .top-row[b-gxk2pzj1ve]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-gxk2pzj1ve] {
        flex-direction: row;
    }

    .sidebar[b-gxk2pzj1ve] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gxk2pzj1ve] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-gxk2pzj1ve]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-gxk2pzj1ve], article[b-gxk2pzj1ve] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-b60c7d48ok] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-b60c7d48ok] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-b60c7d48ok] {
    font-size: 1.1rem;
    color: #ffffff !important;
}

.oi[b-b60c7d48ok] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-b60c7d48ok] {
    padding-top: 0.5rem;
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item[b-b60c7d48ok]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-b60c7d48ok]  a.active {
    color: white;
}

.nav-item[b-b60c7d48ok]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-item .dropdown-menu[b-b60c7d48ok] {
    font-size: 14px;
    margin: 0;
    background-color: #546cbe !important;
    border: none;
    border-radius: 0px;
}
.nav-item .dropdown-menu a[b-b60c7d48ok] {
    color: #fff !important;
    background-color: inherit;
}
.nav-item .dropdown-item.active[b-b60c7d48ok],
.nav-item .dropdown-item:active[b-b60c7d48ok] {
    color: #fff;
    background-color: inherit !important;
}
.nav-item .dropdown-submenu[b-b60c7d48ok] {
    position: relative;
}
.nav-item .dropdown-submenu a[b-b60c7d48ok]::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 12px;
}
.nav-item .dropdown-submenu .dropdown-menu[b-b60c7d48ok] {
    top: 0;
    left: 100%;
    /*margin-left: .1rem;
          margin-right: .1rem;*/
}

@media (min-width: 641px) {
    .navbar-toggler[b-b60c7d48ok] {
        display: none;
    }

    .collapse[b-b60c7d48ok] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.nav-item.entity-item[b-b60c7d48ok] {
    position: relative;
}
.nav-item.entity-item .num-records[b-b60c7d48ok] {
    position: absolute;
    right: 30px;
    font-weight: bold;
}
.navbar[b-b60c7d48ok] {
    background-color: #546cbe !important;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link[b-b60c7d48ok] {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .navbar-collapse[b-b60c7d48ok] {
        justify-content: space-between;
    }
    .navbar-collapse :last-child[b-b60c7d48ok] {
        margin-left: auto;
    }
    .nav-item.dropdown:hover > .dropdown-menu[b-b60c7d48ok] {
        display: block;
    }
    .dropdown-submenu:hover > .dropdown-menu[b-b60c7d48ok] {
        display: block;
    }
    .nav-item.dropdown:hover a.nav-link.dropdown-toggle[b-b60c7d48ok] {
        color: #555 !important;
        background-color: #e7e7e7;
    }
    .nav-item .dropdown-menu a:hover[b-b60c7d48ok],
    .nav-item .dropdown-menu a:focus[b-b60c7d48ok] {
        color: #fff !important;
        background-color: inherit;
    }
}
@media (max-width: 991.8px) {
    .navbar-nav[b-b60c7d48ok] {
        margin-top: 0.5em;
    }
    .nav-link[b-b60c7d48ok] {
        padding: 0em !important;
    }
    .dropdown-item[b-b60c7d48ok] {
        padding: 0.5rem 1.5rem !important;
    }
    .nav-item.dropdown.expanded > .dropdown-toggle[b-b60c7d48ok] {
        background-color: #e7e7e7 !important;
        color: #555 !important;
    }
    .nav-item.dropdown.expanded > .dropdown-menu[b-b60c7d48ok] {
        display: block;
        /*background-color: #e7e7e7 !important;*/
    }
    .dropdown-submenu.expanded > .dropdown-toggle[b-b60c7d48ok] {
        background-color: #e7e7e7 !important;
        color: #555 !important;
    }
    .dropdown-submenu.expanded > .dropdown-menu[b-b60c7d48ok] {
        display: block;
        /*background-color: #e7e7e7 !important;*/
    }
}
.navbar-nav > li > a[b-b60c7d48ok] {
    color: #fff !important;
}
.navbar-nav > li > a:hover[b-b60c7d48ok] {
    color: #fff !important;
}


.sub-menu[b-b60c7d48ok] {
    display: none;
    position: absolute;
    background-color: #546cbe;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 3;
}

.nav-item:hover .sub-menu[b-b60c7d48ok] {
    display: block;
}
/* /Pages/Home.razor.rz.scp.css */
.welcome-header[b-01aspuxl8i] {
    text-align: center;
}

.welcome-details[b-01aspuxl8i] {
    padding-left: 1.5rem;
}
