@import '_content/Blazorise.RichTextEdit/Blazorise.RichTextEdit.ujcws5bfym.bundle.scp.css';

/* _content/Inagro.RNA.ONA.APP/Components/Advies/AdviesOverzicht.razor.rz.scp.css */
.adviesOverzicht h2[b-fgt22xf8e6] {
    font-size: 16px;
    font-weight: bold;
}
/* _content/Inagro.RNA.ONA.APP/Components/Advies/AdviesTabelOverzicht.razor.rz.scp.css */
/* _content/Inagro.RNA.ONA.APP/Components/DienstverleningTegelCijfers.razor.rz.scp.css */
small[b-eocrjevcjw]{
    font-size:0.75em;
    white-space:nowrap;
}
/* _content/Inagro.RNA.ONA.APP/Components/DienstverleningTegelGrafiek.razor.rz.scp.css */
body[b-tj1gkas2vi] {
}


.fade[b-tj1gkas2vi] {
    -webkit-mask-image: linear-gradient(180deg, #000 60%, transparent);
}
/* _content/Inagro.RNA.ONA.APP/Components/Loader/InagroSimpleLoader.razor.rz.scp.css */
.loader[b-n3vng2ic4w] {
    /*position: fixed;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    min-width: 500px;
    min-height: 500px;
}

.loading-content[b-n3vng2ic4w] {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    top: 50%;
}
.loading-backdrop[b-n3vng2ic4w] {
    background: rgba(255,255,255,0.75);
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
}

.loading-text[b-n3vng2ic4w] {
    margin-top: 5px;
    z-index: 2;
}

.loading-animation[b-n3vng2ic4w] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    z-index: 2;
}

    .loading-animation div[b-n3vng2ic4w] {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #fff;
        border-radius: 50%;
        animation: lds-ring-b-n3vng2ic4w 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #c2d500 transparent transparent transparent;
    }

        .loading-animation div:nth-child(1)[b-n3vng2ic4w] {
            animation-delay: -0.45s;
        }

        .loading-animation div:nth-child(2)[b-n3vng2ic4w] {
            animation-delay: -0.3s;
        }

        .loading-animation div:nth-child(3)[b-n3vng2ic4w] {
            animation-delay: -0.15s;
        }

@keyframes lds-ring-b-n3vng2ic4w {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/Inagro.RNA.ONA.APP/Components/MessageFeedback.razor.rz.scp.css */
.alert[b-ja121yonbz] {
    padding-top: 0.375rem;
    padding-right: 1.75rem;
    padding-bottom: 0.375rem;
    padding-left: 0.75rem;
    margin-bottom: 0;
}
/* _content/Inagro.RNA.ONA.APP/Components/Waarnemingen/Formulier/TableLayout.razor.rz.scp.css */
.waarneming-body tr td[b-xw2u8lnzm3]
{
    min-width:120px;
}

.waarneming-header[b-xw2u8lnzm3] {
    position: sticky;
    top: 95px;
    /*top: 50px;*/
    background-color: #fff;
    z-index: 2;
    /*border-bottom: 2px solid #dee2e6;*/
    /*borders scrollen mee met de sticky een soort work around is een soort border maken via box shadow */
    box-shadow: inset 0px -2px 0 #dee2e6, inset 0 -2px 0 #dee2e6;
    border-top: none;
}

.waarneming-header-extra[b-xw2u8lnzm3]{
    position:sticky;
    top:0px;
    z-index:2;
    background-color:white;
}

    .waarneming-header-extra td[b-xw2u8lnzm3]{
        border-width:0px;
    }

    [b-xw2u8lnzm3] .waarneming-header-extra-content {
        width: calc(100vw - 30px);
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
    }
.waarneming-header th[b-xw2u8lnzm3] {
    font-size: 0.75em;
}

.waarneming-rij:focus-within > *[b-xw2u8lnzm3] {
    background-color: #ececec !important;
    font-weight: bold;
}

.fixed-columns[b-xw2u8lnzm3] {
    position: sticky;
    left: 0px;
    min-width: 200px;
    background-color: #fff;
    z-index: 1;
}
/* _content/Inagro.RNA.ONA.APP/Components/Waarnemingen/Overzicht/DivLayout.razor.rz.scp.css */
.waarnemingOverzicht h2[b-nrtum59xl3] {
    font-size: 16px;
    font-weight: bold;
}
/* _content/Inagro.RNA.ONA.APP/Components/WithErrorCatch.razor.rz.scp.css */
.alert[b-lqsocgrp5h] {
    padding-top: 0.375rem;
    padding-right: 1.75rem;
    padding-bottom: 0.375rem;
    padding-left: 0.75rem;
    margin-bottom: 0;
}
/* _content/Inagro.RNA.ONA.APP/Pages/WaarnemingFormulier.razor.rz.scp.css */
#waarnemingFormulierFilters[b-2hu500apxv] {
    position: sticky;
    top: 0px;
    background-color: white;
    z-index: 100;
    height:50px;
    padding:5px;
}

[b-2hu500apxv] ::placeholder {
    color: #e1e1e1 !important;
    opacity: 1;
}
/* _content/Inagro.RNA.ONA.APP/Pages/WaarnemingOverzicht.razor.rz.scp.css */
/* _content/Inagro.RNA.ONA.APP/Shared/MainLayout.razor.rz.scp.css */
.page[b-p0wo57c6zo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-p0wo57c6zo] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-p0wo57c6zo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

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

    .main > div[b-p0wo57c6zo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Inagro.RNA.ONA.APP/Shared/NavMenu.razor.rz.scp.css */
/*.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row {
    height: 0.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

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

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 1rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item ::deep a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

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

    .collapse {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }
}*/
