/* _content/LASC.FINS.BlazorApp/Components/Layout/MainLayout.razor.rz.scp.css */

.page[b-9o0y9zcflr] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9o0y9zcflr] {
    flex: 1;
}

.sidebar[b-9o0y9zcflr] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #221f5f 70%);*/
    /*   border-right: 2px solid #febc15;*/
    /* side bar border */
    background-color: #221f5f !important;
    border-bottom: 2px solid #febc15;
    top: 0px !important;
    z-index: 1001;
    position: sticky;
}

.top-row[b-9o0y9zcflr] {
    /*background-color: #221f5f !important;*/
    /*border-bottom: 1px solid #d6d5d5;*/
    /* border-bottom: 3px solid #febc15;#d2eefa rgba(255,255,255,0.25)#c8c1f7*/
    background-color: #c0bae8 !important;
    justify-content: flex-end;
    height: 55px;
    display: flex;
    align-items: center;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    z-index: 1000 !important;
    /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
}


    .top-row[b-9o0y9zcflr]  a, .top-row .btn-link[b-9o0y9zcflr] {
        white-space: nowrap;
        /*margin-left: 1.5rem;*/
    }

    .top-row a:first-child[b-9o0y9zcflr] {
        overflow: hidden;
        text-overflow: ellipsis;
    }



@media (max-width: 840.98px) {
    .top-row:not(.auth)[b-9o0y9zcflr] {
        display: none;
    }

    .top-row.auth[b-9o0y9zcflr] {
        justify-content: space-between;
    }

    .top-row a[b-9o0y9zcflr], .top-row .btn-link[b-9o0y9zcflr] {
        margin-left: 0;
    }
}

@media (min-width: 841px) {
    .page[b-9o0y9zcflr] {
        flex-direction: row;
    }

    .sidebar[b-9o0y9zcflr] {
        min-width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9o0y9zcflr] {
        position: fixed;
        top: 0;
        width: calc(100% - 250px);
        z-index: 1;
    }

    .top-row[b-9o0y9zcflr], article[b-9o0y9zcflr] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/LASC.FINS.BlazorApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gv76uvbipa] {
    background-color: rgba(255, 255, 255, 0.1);
    margin-top: -10px;

}

.top-row[b-gv76uvbipa] {
    height: 3.5rem;
    margin-right: 10px;
    margin-left: 250px;
    position: fixed;
    top: 0;
    width: calc(100% - 250px);
}

@media print {
    .top-row[b-gv76uvbipa] {
        height: 3.5rem;
        /*background-color: rgba(0,0,0,0.1);*/
        border-bottom: none;
    }
}

.navbar-brand[b-gv76uvbipa] {
    font-size: 1.1rem;
}

.logo[b-gv76uvbipa] {
    margin-top: 0px;
    margin-left: -13px;
    width: 230px;
}

.overlay[b-gv76uvbipa] {
    min-width: 250px;
    height: 55px;
    position: sticky;
    top: 0px;
    margin-top: -9px;
    left: 0;
    z-index: 9;
    /*    padding-top: 15px;
    padding-left: 15px;*/
    /* margin: 10px;
    background: #221f5f; over logo */
}
.oi[b-gv76uvbipa] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-gv76uvbipa] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-gv76uvbipa] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-gv76uvbipa] {
        padding-bottom: 1rem;
    }

    .nav-item[b-gv76uvbipa]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 2rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-gv76uvbipa]  a.active {
            background-color: rgba(255,255,255,0.25);
            /*background-color: #221f5f;*/
            color: #febc15;
            padding-left: 10px;
        }

.nav-item[b-gv76uvbipa]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 841px) {

    .navbar-toggler[b-gv76uvbipa] {
        display: none;
    }

    .collapse[b-gv76uvbipa] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .showtop[b-gv76uvbipa]{
        display : none;
    }
}

@media (max-width: 840px) {
    .top-row[b-gv76uvbipa] {
        height: 3.5rem;
        margin-right: 0px;
        margin-left: 0px;
        position: fixed;
        top: 0;
        background-color: #221f5f;
        width: calc(100% - 0px);
    }

    .overlay[b-gv76uvbipa] {
        width: 100% !important;
    }

    .showtop[b-gv76uvbipa] {
        display: block;
    }
}
/* _content/LASC.FINS.BlazorApp/Components/Layout/PrintLayout.razor.rz.scp.css */
.page[b-h7iaeh7whe] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-h7iaeh7whe] {
    flex: 1;
}

.sidebar[b-h7iaeh7whe] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #221f5f 70%);*/
 /*   border-right: 2px solid #febc15;*/
    /* side bar border */
    background-color: #221f5f !important;
    border-bottom: 2px solid #febc15;
}

.top-row[b-h7iaeh7whe] {
    /*background-color: #221f5f !important;*/
    /*border-bottom: 1px solid #d6d5d5;*/
    /* border-bottom: 3px solid #febc15;#d2eefa rgba(255,255,255,0.25)#c8c1f7*/
    background-color: #c0bae8 !important;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    z-index: 1000 !important;
    /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
}

    .top-row[b-h7iaeh7whe]  a, .top-row .btn-link[b-h7iaeh7whe] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-h7iaeh7whe] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-h7iaeh7whe] {
        display: none;
    }

    .top-row.auth[b-h7iaeh7whe] {
        justify-content: space-between;
    }

    .top-row a[b-h7iaeh7whe], .top-row .btn-link[b-h7iaeh7whe] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-h7iaeh7whe] {
        flex-direction: row;
    }

    .sidebar[b-h7iaeh7whe] {
        min-width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-h7iaeh7whe] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-h7iaeh7whe], article[b-h7iaeh7whe] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/LASC.FINS.BlazorApp/Components/Shared/DisplaySpinner.razor.rz.scp.css */

.lds-spinner[b-ctk2nurp19] {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-spinner div[b-ctk2nurp19] {
        transform-origin: 40px 40px;
        animation: lds-spinner-b-ctk2nurp19 1.2s linear infinite;
    }

        .lds-spinner div[b-ctk2nurp19]:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 37px;
            width: 6px;
            height: 18px;
            border-radius: 20%;
            background: black;
        }

        .lds-spinner div:nth-child(1)[b-ctk2nurp19] {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2)[b-ctk2nurp19] {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3)[b-ctk2nurp19] {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4)[b-ctk2nurp19] {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5)[b-ctk2nurp19] {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6)[b-ctk2nurp19] {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7)[b-ctk2nurp19] {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8)[b-ctk2nurp19] {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9)[b-ctk2nurp19] {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10)[b-ctk2nurp19] {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11)[b-ctk2nurp19] {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12)[b-ctk2nurp19] {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner-b-ctk2nurp19 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
