/* /Pages/Administration.razor.rz.scp.css */
th[b-mfjrmcuw0f]{
    cursor: pointer;
}
/* /Pages/Base.razor.rz.scp.css */
/* /Pages/CatalogueSurveys.razor.rz.scp.css */
.other-language-text[css-scope-1]{
    font-size:14px;
    line-height:12px;
}

.between-ao[css-scope-1] {
    border-bottom: 1px solid lightgrey;
}

.other-lang[css-scope-1]{
    font-size: 13px;
}

.weight-td[css-scope-1] {
    width: 30px;
    text-align: center;
}

th[css-scope-1]{
    cursor: pointer;
}
/* /Pages/Categories.razor.rz.scp.css */
/* /Pages/Customer.razor.rz.scp.css */
.td-dropdown[b-4ks6nxilx5]{
    position:absolute;
    background-color: white;
    border: 1px solid black;
}

.running[b-4ks6nxilx5] {
    background-color: #c2ffc3;
}

.closed[b-4ks6nxilx5] {
    background-color: #ff9f80;
}

.not-started[b-4ks6nxilx5] {
    background-color: #bdfdff; 
}
/* /Pages/Cycles.razor.rz.scp.css */
body[b-e8c5wlqvot] {
}


input[type=checkbox][b-e8c5wlqvot]{
    max-width: 35px;
}

#cyclesTable[b-e8c5wlqvot]{
    max-height: 650px;
    overflow: auto;
}

#pdfTable td[b-e8c5wlqvot] {
    max-width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#newPdfDiv[b-e8c5wlqvot]{
    background-color: rgba(0,0,0,.05);
}

#newPdfDiv select[b-e8c5wlqvot]{
    max-width: 75px;
}

#newPdfDiv>*[b-e8c5wlqvot]{
    margin-left: 1em;
    margin-right: 1em;
}

th[b-e8c5wlqvot]{
    cursor:pointer;
}
/* /Pages/Instructions.razor.rz.scp.css */

.language-column[b-kxka1pnl68] {
    text-overflow: ellipsis;
    max-width: 10ch;
    overflow: hidden;
    white-space: nowrap;
}
/* /Shared/AccountLayout.razor.rz.scp.css */
.account-layout-wrapper[b-njt8776r81]
{
    background-color: #c1a762;
    height: 100vh;
    width: 100vw;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-sncnobu8pn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-sncnobu8pn] {
    flex: 1;
}

.sidebar[b-sncnobu8pn] {
    background-image: linear-gradient( 140deg, #ffc107 5%, #c1a762 100%);
}

.top-row[b-sncnobu8pn] {
    background-image: linear-gradient( 140deg, #ffc107 5%, #c1a762 100%);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-sncnobu8pn]  a, .top-row .btn-link[b-sncnobu8pn] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-sncnobu8pn] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-sncnobu8pn] {
        display: none;
    }

    .top-row.auth[b-sncnobu8pn] {
        justify-content: space-between;
    }

    .top-row a[b-sncnobu8pn], .top-row .btn-link[b-sncnobu8pn] {
        margin-left: 0;
        color: white;
    }
}

@media (min-width: 641px) {
    .page[b-sncnobu8pn] {
        flex-direction: row;
    }

    .sidebar[b-sncnobu8pn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-sncnobu8pn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-sncnobu8pn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lzryiiyghl] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-lzryiiyghl] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lzryiiyghl] {
    font-size: 1.1rem;
}

.oi[b-lzryiiyghl] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-lzryiiyghl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lzryiiyghl] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lzryiiyghl] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lzryiiyghl]  a {
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        /*line-height: 3rem;*/
    }

.nav-item[b-lzryiiyghl]  a.active {
    background-color: rgba(0,0,0,0.25);
    color: white;
}

.nav-item[b-lzryiiyghl]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lzryiiyghl] {
        display: none;
    }

    .collapse[b-lzryiiyghl] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
