/* /Pages/Comments.razor.rz.scp.css */
.spinner[b-lrlnm861y7] {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    /*display: none;*/
}

    .spinner img[b-lrlnm861y7] {
        margin: 0 auto;
        position: absolute;
        top: 20%;
        left: 38%;
        width: 128px;
        height: 128px;
        /*transform: rotate(180deg);*/
        -moz-transform: scaleX(-1); /* Gecko */
        -o-transform: scaleX(-1); /* Opera */
        -webkit-transform: scaleX(-1); /* Webkit */
        transform: scaleX(-1); /* Standard */

        filter: FlipH; /* IE 6/7/8 */
    }
/* /Pages/Components/TaskAsCard.razor.rz.scp.css */
/*.tasks tbody tr td {
    background-color: #feffae;
}*/
/* /Pages/Components/TaskComponent.razor.rz.scp.css */
/*table, .table td {
    border-color: #a3a3a3!important;
}*/

.tasks tbody tr:nth-child(even)[b-sr4g8q6a20] {
    background-color: #988f9b;
}

.tasks tbody tr[b-sr4g8q6a20] {
    /*cursor: pointer;*/
}

    .tasks tbody tr:hover[b-sr4g8q6a20] {
        background-color: #fffeec;
    }

.icons[b-sr4g8q6a20] {
    font-size: 16px;
    min-width: 135px;
    text-align: right;
}

.icons a[b-sr4g8q6a20] {
    text-decoration: none;
    color: #6e4149;
}

    .icons .oi[b-sr4g8q6a20] {
        cursor: pointer;
        color: #462323;
    }

    .icons .oi.disabled[b-sr4g8q6a20], .icons .oi:hover.disabled[b-sr4g8q6a20] {
        cursor: inherit;
        color: darkgray;
    }

    .icons .oi:hover[b-sr4g8q6a20] {
        color: #fa0164;
    }

    .icons .oi:not(:first-child)[b-sr4g8q6a20] {
        margin-left: 10px;
    }
/* /Pages/Samples.razor.rz.scp.css */
.sample[b-rcc2c5pa3r] {
    float: left;
    margin-top: 20px;
    margin-right: 20px;
}
/* /Pages/TaskList.razor.rz.scp.css */
.filters[b-ntbt80yuef] {
    height: 5rem;
    align-items: center;
    min-width: 1105px;
}

.tasks[b-ntbt80yuef] {
    min-width: 1104px;
}

    .tasks thead tr[b-ntbt80yuef] {
        vertical-align: top;
        background-color: #a69dab;
        color: #525252;
    }

    .tasks thead th[b-ntbt80yuef] {
        /*font-weight: 400;*/
        font-size: 90%;
    }

/*    ::deep*/
   /* .tasks tbody tr:nth-child(even) {
        background-color: blue;
    }

    .tasks tbody tr {
        background-color: red;
    }

    .tasks tbody tr {
        cursor: pointer;
        background-color: #b8d2f7;
    }

    .tasks tbody tr:hover td {
        background-color: #b8d2f7;
    }*/

.spinner[b-ntbt80yuef] {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    /*display: none;*/
}

    .spinner img[b-ntbt80yuef] {
        margin: 0 auto;
        position: absolute;
        top: 20%;
        left: 38%;
        width: 128px;
        height: 128px;
        /*transform: rotate(180deg);*/
        -moz-transform: scaleX(-1); /* Gecko */
        -o-transform: scaleX(-1); /* Opera */
        -webkit-transform: scaleX(-1); /* Webkit */
        transform: scaleX(-1); /* Standard */

        filter: FlipH; /* IE 6/7/8 */
    }
/* /Shared/LoginDisplay.razor.rz.scp.css */
.top-row a[b-8zkkg2zlfh], .top-row .btn-link[b-8zkkg2zlfh], .top-row .oi[b-8zkkg2zlfh] {
    color: #200000 !important;
}

    .top-row .a:hover[b-8zkkg2zlfh], .top-row .btn-link:hover[b-8zkkg2zlfh], .top-row .oi:hover[b-8zkkg2zlfh] {
        color: red !important;
    }

.login-display a[b-8zkkg2zlfh], .login-display .btn-link[b-8zkkg2zlfh], .login-display .btn[b-8zkkg2zlfh], .login-display .oi[b-8zkkg2zlfh] {
    color: #200000 !important;
}

    .login-display .a:hover[b-8zkkg2zlfh], .login-display .btn-link:hover[b-8zkkg2zlfh], .login-display .btn[b-8zkkg2zlfh], .login-display .oi:hover[b-8zkkg2zlfh] {
        color: red !important;
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-rv9uj0lhtc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rv9uj0lhtc] {
    flex: 1;
    background-color: #89828f;
}

.sidebar[b-rv9uj0lhtc] {
    background-image: linear-gradient(180deg, #201e1e 0%, #473d4e 70%);
}

.top-row[b-rv9uj0lhtc] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    color: #140618;
}

    .top-row[b-rv9uj0lhtc]  a, .top-row[b-rv9uj0lhtc]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-rv9uj0lhtc]  a:hover, .top-row[b-rv9uj0lhtc]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-rv9uj0lhtc]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 1419.98px) {
    .top-row:not(.auth)[b-rv9uj0lhtc] {
        display: none;
    }

    .top-row.auth[b-rv9uj0lhtc] {
        justify-content: space-between;
    }

    .top-row[b-rv9uj0lhtc]  a, .top-row[b-rv9uj0lhtc]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 1420px) {
    .page[b-rv9uj0lhtc] {
        flex-direction: row;
    }

    .sidebar[b-rv9uj0lhtc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rv9uj0lhtc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-rv9uj0lhtc]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-rv9uj0lhtc], article[b-rv9uj0lhtc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-c2qsyetcom] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-c2qsyetcom] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
    z-index: 10;
}

.navbar-brand[b-c2qsyetcom] {
    font-size: 1.1rem;
}

.oi[b-c2qsyetcom] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-c2qsyetcom] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-c2qsyetcom] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-c2qsyetcom] {
        padding-bottom: 1rem;
    }

    .nav-item[b-c2qsyetcom]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-c2qsyetcom]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-c2qsyetcom]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 1420px) {
    .navbar-toggler[b-c2qsyetcom] {
        display: none;
    }

    .collapse[b-c2qsyetcom] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-c2qsyetcom] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
