@import '_content/WMBlazorHistoryManager/WMBlazorHistoryManager.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3396leau19] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #f6f6f6;
}

main[b-3396leau19] {
    flex: 1;
}

.sidebar[b-3396leau19] {
    background-color: #0F2B5D;
    z-index: 999;
    position: sticky;
    top: 0;
}

.top-row[b-3396leau19] {
    background-color: #213D73;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-start;
    height: 4rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3396leau19]  .username {
        color: white;
        font-family: abel;
        user-select: none;
    }

    .top-row[b-3396leau19]  input.system-search {
        width: 100%;
        border-radius: 25px;
        border: none;
        background-color: #5873a8;
        height: 35px;
        color: white;
        font-family: quicksand;
        font-size: 13px;
    }

    .top-row[b-3396leau19]  input::placeholder {
        color: white;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-3396leau19] {
        display: none;
    }

    .top-row.auth[b-3396leau19] {
        justify-content: space-between;
    }

    .top-row a[b-3396leau19], .top-row .btn-link[b-3396leau19] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3396leau19] {
        flex-direction: row;
    }

    .sidebar[b-3396leau19] {
        width: 100px;
        height: 100vh;
    }

    .top-row[b-3396leau19] {
        position: sticky;
        top: 0;
        z-index: 999;
    }

    .top-row[b-3396leau19], article[b-3396leau19] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.page[b-3396leau19]  .submenu-nav {
    width: 100%;
    height: 44px;
    background-color: white;
    position: fixed;
    z-index: 300;
    box-shadow: 0 4px 8px rgb(0 0 0 / 2%);
    top: 60px;
}

.page[b-3396leau19]  .breadcrumbs-nav {
    width: 100%;
    height: 60px;
    background-color: #f6f6f6;
    z-index: 300;
    margin-top: 40px;
}

.content[b-3396leau19]  .table-search-header {
    height: 80px;
    width: 100%;
    position: sticky;
    top: 60px;
    background-color: #F4F4F4;
    z-index: 300;
}

.content[b-3396leau19]  .table-search-input {
    padding: 6px 12px;
    background-color: white;
    border: 1px solid #ababab;
    width: 300px;
    border-radius: 4px;
    font-size: 12px;
}

.content[b-3396leau19]  .table thead tr th {
    background-color: white;
}

.content[b-3396leau19]  .overzicht-table thead {
    top: 138px;
    z-index: 300;
    border-top: 2px solid var(--color-blue-lightest);
}

.content[b-3396leau19]  .table-head-sticky thead {
    position: sticky;
}

.content[b-3396leau19]  .dropdown-toggle::after {
    margin-left: 0px;
}

.content[b-3396leau19]  .table-item-inzien tr td:nth-child(1) {
    font-weight: bold;
}

.content[b-3396leau19]  .FormForNew {
    background-color: white;
}

.content[b-3396leau19]  .error-string {
    color: red;
}

.content[b-3396leau19]  h1 {
    font-size: 30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'abel';
    margin: 0;
    padding: 0;
}

    .content[b-3396leau19]  h1:first-letter,
    .content[b-3396leau19]  h2:first-letter,
    .content[b-3396leau19]  h3:first-letter {
        text-transform: uppercase;
    }

.content[b-3396leau19]  h2 {
    font-size: 15px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'abel';
    margin: 0;
    padding: 0;
}

.content[b-3396leau19]  .page-icon {
    border: 1px solid #000;
    border-radius: 100px;
    width: 75px;
    height: 75px;
    min-width: 75px;
    overflow: hidden;
}

.content[b-3396leau19]  .tab-section {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 5px;
}

    .content[b-3396leau19]  .tab-section .mud-tabs .mud-tabs-panels .mud-expansion-panels {
        margin: 0px !important;
    }

.content[b-3396leau19]  .shadow-section {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-end-end-radius: 5px;
    border-end-start-radius: 5px;
}

.content[b-3396leau19]  .search-result-box {
    border: 1px solid rgb(206, 212, 218);
    border-radius: 0.25rem;
    margin-top: 0.25rem;
    box-shadow: rgb(238 238 238) 0px 0px 0px 0.25rem;
    max-height: 250px;
    overflow-y: scroll;
    z-index: 99;
    width: 100%;
    background-color: white;
}

.content[b-3396leau19]  .form-group:has(input:focus) .search-result-box {
    background-color: white;
    margin-top: 4px;
    border: 1px solid #ced4da;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem #D1DAFD;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none;
}

.content[b-3396leau19]  .search-result-box .result {
    padding: 7.5px 10px;
    cursor: pointer;
    background-color: white;
}

    .content[b-3396leau19]  .search-result-box .result:not(:first-child) {
        border-top: 1px solid #bbbbbb;
    }

    .content[b-3396leau19]  .search-result-box .result:hover {
        background-color: #E9E9E9;
    }

.content[b-3396leau19]  .info-boxes-row .info-box p {
    padding: 0;
    margin: 0;
}

.content[b-3396leau19]  .info-boxes-row {
    margin-top: 20px;
}

    .content[b-3396leau19]  .info-boxes-row .info-box {
        border: 1px solid #ababab;
        border-radius: 2px;
        background-color: white;
    }

        .content[b-3396leau19]  .info-boxes-row .info-box .info-box-header {
            font-weight: bold;
            border-bottom: 1px solid #ababab;
            padding-left: 9px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .content[b-3396leau19]  .info-boxes-row .info-box p {
            overflow: hidden;
            white-space: nowrap !important;
        }

            .content[b-3396leau19]  .info-boxes-row .info-box p b {
                white-space: nowrap !important;
            }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-71s3r8gspc] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-71s3r8gspc] {
    height: 60px;
    background-color: rgba(0,0,0,0.4);
}

    .top-row[b-71s3r8gspc]  .container-fluid {
        justify-content: center !important;
    }

.navbar-brand[b-71s3r8gspc] {
    font-size: 1.1rem;
    margin-right: 0;
}

    .navbar-brand[b-71s3r8gspc]  .logo {
        height: 2.5rem;
    }

.oi[b-71s3r8gspc] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-71s3r8gspc] {
    color: white !important;
    font-family: 'quicksand';
    font-size: 0.8rem;
    user-select: none;
}

    .nav-item:hover[b-71s3r8gspc] {
        background-color: #ffffff2e;
        cursor: pointer;
    }

    .nav-item[b-71s3r8gspc]  a {
        color: white;
        border-left: 3px solid transparent;
    }

        .nav-item[b-71s3r8gspc]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
            border-left: 3px solid white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-71s3r8gspc] {
        display: none;
    }

    .collapse[b-71s3r8gspc] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

@media (max-width: 641px) {
    .nav-item[b-71s3r8gspc] {
        width: 25%;
    }

    .top-row[b-71s3r8gspc]  .container-fluid {
        justify-content: space-between !important;
    }
}

.nav-item-childrens[b-71s3r8gspc] {
    background-color: white;
    margin-left: 100px;
    width: 160px;
    position: absolute;
    background-color: #849AC4;
    color: white !important;
    display: none;
}

    .nav-item-childrens[b-71s3r8gspc] >  a > .nav-item-child {
        width: 100%;
        padding: 10px 10px;
        background-color: #849AC4;
    }

    .nav-item-childrens[b-71s3r8gspc] >  a .nav-item-child:hover {
        background-color: #4b6086;
        cursor: pointer;
        color: white;
    }

.nav-item-group:hover .nav-item-childrens[b-71s3r8gspc] {
    display: block;
}

.nav-item-group:hover .nav-item:hover[b-71s3r8gspc] {
    background-color: #ffffff2e;
    cursor: pointer;
}

.nav-item-childrens[b-71s3r8gspc] >  a {
    color: white;
    text-decoration: none;
}
/* /Components/Pages/Board/Meetings/AddUpdate.razor.rz.scp.css */
.search-result-box[b-ee9a73z0ge] {
    border: 1px solid rgb(206, 212, 218);
    border-radius: 0.25rem;
    margin-top: 0.25rem;
    box-shadow: rgb(238 238 238) 0px 0px 0px 0.25rem;
    max-height: 250px;
    overflow-y: scroll;
    z-index: 99;
    width: 100%;
    background-color: white;
    position: absolute;
}

.form-group:has(input:focus) .search-result-box[b-ee9a73z0ge] {
    background-color: white;
    margin-top: 4px;
    border: 1px solid #ced4da;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem #D1DAFD;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none;
}

.search-result-box .result[b-ee9a73z0ge] {
    padding: 7.5px 10px;
    cursor: pointer;
    background-color: white;
}

    .search-result-box .result:not(:first-child)[b-ee9a73z0ge] {
        border-top: 1px solid #bbbbbb;
    }

    .search-result-box .result:hover[b-ee9a73z0ge] {
        background-color: #E9E9E9;
    }
/* /Components/Pages/Board/Meetings/View.razor.rz.scp.css */
.editing-item[b-4ua7dascey] {
    background-color: #1dba1da6!important;
    opacity: 1!important;
}

[b-4ua7dascey] .btn:disabled {
    opacity: 1!important;
}
/* /Components/Pages/Board/Meetings/ViewMeetingPollDialog.razor.rz.scp.css */
h1[b-no5vh4hv8n] {
    font-size: 1rem;
    margin: 0;
    font-weight: bold;
}

p[b-no5vh4hv8n] {
    margin: 0px;
}

.editTypeBox[b-no5vh4hv8n] {
    padding: 10px 10px;
    border: 1px solid #ababab;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 6px;
}

i[b-no5vh4hv8n] {
    font-size: 0.8rem;
    text-decoration: underline;
}
/* /Components/Pages/Dashboard/Home.razor.rz.scp.css */
.calendarcard-margin[b-8w7rkswwpj] {
    margin-bottom: 10px;
    padding: 15px;
}

.calendarcard[b-8w7rkswwpj] {
    border: 0;
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}

.calendarcard[b-8w7rkswwpj] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e6e4e9;
    border-radius: 8px;
}

    .calendarcard .calendarcard-header.no-border[b-8w7rkswwpj] {
        border: 0;
    }

    .calendarcard .calendarcard-header[b-8w7rkswwpj] {
        background: none;
        padding: 0 0.9375rem;
        font-weight: 500;
        display: flex;
        align-items: center;
        min-height: 50px;
    }

.calendarcard-header:first-child[b-8w7rkswwpj] {
    border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}

.widget-49 .widget-49-title-wrapper[b-8w7rkswwpj] {
    display: flex;
    align-items: center;
}

    .widget-49 .widget-49-title-wrapper .widget-49-date-primary[b-8w7rkswwpj] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #edf1fc;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
        min-width: 4rem;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-day[b-8w7rkswwpj] {
            color: #4e73e5;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-month[b-8w7rkswwpj] {
            color: #4e73e5;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-secondary[b-8w7rkswwpj] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #fcfcfd;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-day[b-8w7rkswwpj] {
            color: #dde1e9;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-month[b-8w7rkswwpj] {
            color: #dde1e9;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-success[b-8w7rkswwpj] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #e8faf8;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-day[b-8w7rkswwpj] {
            color: #17d1bd;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-month[b-8w7rkswwpj] {
            color: #17d1bd;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-info[b-8w7rkswwpj] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #ebf7ff;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-day[b-8w7rkswwpj] {
            color: #36afff;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-month[b-8w7rkswwpj] {
            color: #36afff;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-warning[b-8w7rkswwpj] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: floralwhite;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-day[b-8w7rkswwpj] {
            color: #FFC868;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-month[b-8w7rkswwpj] {
            color: #FFC868;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-danger[b-8w7rkswwpj] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #feeeef;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-day[b-8w7rkswwpj] {
            color: #F95062;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-month[b-8w7rkswwpj] {
            color: #F95062;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-light[b-8w7rkswwpj] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #fefeff;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-day[b-8w7rkswwpj] {
            color: #f7f9fa;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-month[b-8w7rkswwpj] {
            color: #f7f9fa;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-dark[b-8w7rkswwpj] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #ebedee;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-day[b-8w7rkswwpj] {
            color: #394856;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-month[b-8w7rkswwpj] {
            color: #394856;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-base[b-8w7rkswwpj] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #f0fafb;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-day[b-8w7rkswwpj] {
            color: #68CBD7;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-month[b-8w7rkswwpj] {
            color: #68CBD7;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-meeting-info[b-8w7rkswwpj] {
        display: flex;
        flex-direction: column;
        margin-left: 1rem;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-pro-title[b-8w7rkswwpj] {
            color: #3c4142;
            font-size: 14px;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-meeting-time[b-8w7rkswwpj] {
            color: rgb(122 129 138);
            font-size: 13px;
        }

.widget-49 .widget-49-meeting-points[b-8w7rkswwpj] {
    font-weight: 400;
    font-size: 13px;
    margin-top: .5rem;
}

    .widget-49 .widget-49-meeting-points .widget-49-meeting-item[b-8w7rkswwpj] {
        display: list-item;
        color: #727686;
    }

        .widget-49 .widget-49-meeting-points .widget-49-meeting-item span[b-8w7rkswwpj] {
            margin-left: .5rem;
        }

.widget-49 .widget-49-meeting-action[b-8w7rkswwpj] {
    text-align: right;
}

    .widget-49 .widget-49-meeting-action a[b-8w7rkswwpj] {
        text-transform: uppercase;
    }


[b-8w7rkswwpj] ul {
    list-style: unset !important;
}
/* /Components/Pages/Dashboard/SystemSearch.razor.rz.scp.css */
[b-nctni619j2] .mud-expansion-panels .mud-expand-panel:nth-child(even) .mud-expand-panel-header {
    background-color: #e1e1e1;
}

[b-nctni619j2] .mud-expansion-panels .mud-expand-panel .mud-expand-panel-header {
    font-weight: bold;
}
/* /Components/Pages/Finance/ActivitiesForInvoice/AddInvoiceDialog.razor.rz.scp.css */
.info-boxes-row .info-box p[b-f2pmsz6izz] {
    padding: 0;
    margin: 0;
}

.info-boxes-row[b-f2pmsz6izz] {
    margin-top: 20px;
}

    .info-boxes-row .info-box[b-f2pmsz6izz] {
        border: 1px solid #ababab;
        border-radius: 2px;
        background-color: white;
    }

        .info-boxes-row .info-box .info-box-header[b-f2pmsz6izz] {
            font-weight: bold;
            border-bottom: 1px solid #ababab;
            padding-left: 9px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

.row-header[b-f2pmsz6izz] {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom: 2px solid var(--color-blue-lightest);
    margin-top: 20px;
}

    .row-header h3[b-f2pmsz6izz] {
        font-size: 1.4rem;
        font-weight: bold;
        margin: 0;
        font-family: 'abel';
        margin-bottom: 5px;
        max-width: 80%;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
/* /Components/Pages/Planning/Calendar/AddUpdateActivityDialog.razor.rz.scp.css */
.search-result-box[b-1l022z91j9] {
    border: 1px solid rgb(206, 212, 218);
    border-radius: 0.25rem;
    margin-top: 0.25rem;
    box-shadow: rgb(238 238 238) 0px 0px 0px 0.25rem;
    max-height: 250px;
    overflow-y: scroll;
    z-index: 99;
    width: 100%;
    background-color: white;
    position: absolute;
}

.form-group:has(input:focus) .search-result-box[b-1l022z91j9] {
    background-color: white;
    margin-top: 4px;
    border: 1px solid #ced4da;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem #D1DAFD;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none;
}

.search-result-box .result[b-1l022z91j9] {
    padding: 7.5px 10px;
    cursor: pointer;
    background-color: white;
}

    .search-result-box .result:not(:first-child)[b-1l022z91j9] {
        border-top: 1px solid #bbbbbb;
    }

    .search-result-box .result:hover[b-1l022z91j9] {
        background-color: #E9E9E9;
    }

label[b-1l022z91j9] {
    font-weight: bold;
}

.dialog-max-height[b-1l022z91j9] {
    background-color: white!important;
}

[b-1l022z91j9] .e-tab {
    box-shadow: none!important;
}

    [b-1l022z91j9] .e-tab .e-tab-header {
        position: sticky;
        top: 0px;
        z-index: 49;
    }
/* /Components/Pages/Planning/Calendar/AddUpdateActivitySSDialog.razor.rz.scp.css */
body[b-uyhddf6nbo] {
}

.section-header[b-uyhddf6nbo] {
    background-color: #5c659e;
    text-align: left;
    padding: 6px;
    margin-bottom: 10px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #191d2b;
}

[b-uyhddf6nbo] input {
    font-size: 1em!important;
    padding: 2px 5px;
    border-radius: 2px;
}

[b-uyhddf6nbo] .mud-input-slot {
    font-size: 1em!important;
}

[b-uyhddf6nbo] label {
    font-size: 1em;
}

.dialog-max-height[b-uyhddf6nbo] {
    min-height: calc((100vh - 53.03px));
    max-height: calc((100vh - 53.03px));
    overflow-y: scroll;
}

.search-result-box[b-uyhddf6nbo] {
    border: 1px solid rgb(206, 212, 218);
    border-radius: 0.25rem;
    margin-top: 0.25rem;
    box-shadow: rgb(238 238 238) 0px 0px 0px 0.25rem;
    max-height: 250px;
    overflow-y: scroll;
    z-index: 99;
    width: 100%;
    background-color: white;
    position: absolute;
}

.form-group:has(input:focus) .search-result-box[b-uyhddf6nbo] {
    background-color: white;
    margin-top: 4px;
    border: 1px solid #ced4da;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem #D1DAFD;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none;
}

.search-result-box .result[b-uyhddf6nbo] {
    padding: 7.5px 10px;
    cursor: pointer;
    background-color: white;
}

    .search-result-box .result:not(:first-child)[b-uyhddf6nbo] {
        border-top: 1px solid #bbbbbb;
    }

    .search-result-box .result:hover[b-uyhddf6nbo] {
        background-color: #E9E9E9;
    }

.form-control[b-uyhddf6nbo] {
    font-size: 1em;
}
/* /Components/Pages/Planning/Calendar/Calendar.razor.rz.scp.css */
.agenda-titles-row[b-x83exg1atf] {
    border: 1px solid var(--agenda-border-color);
    border-top: 0px;
    border-top: 2px solid var(--color-blue-lightest);
}

    .agenda-titles-row > .col[b-x83exg1atf] {
        border-right: 1px solid var(--agenda-border-color);
    }

        .agenda-titles-row > .col:nth-last-child(1)[b-x83exg1atf] {
            border-right: 0px;
        }

        .agenda-titles-row > .col:nth-child(1)[b-x83exg1atf] {
            max-width: 100px !important;
            min-width: 100px !important;
        }

.agenda-title[b-x83exg1atf] {
    text-align: center;
}

    .agenda-title > div:nth-child(1)[b-x83exg1atf] {
        font-weight: bold;
        margin-bottom: -5px;
        font-size: 18px;
    }

    .agenda-title > div:nth-child(2)[b-x83exg1atf] {
        font-weight: bold;
        font-size: 14px;
    }

.agenda-days-row[b-x83exg1atf] {
    border: 1px solid var(--agenda-border-color);
    border-top: 0px;
    border-bottom: 0px;
}

    .agenda-days-row > .col[b-x83exg1atf] {
        border-right: 1px solid var(--agenda-border-color);
    }

        .agenda-days-row > .col:nth-last-child(1)[b-x83exg1atf] {
            border-right: 0px;
        }

        .agenda-days-row > .col:nth-child(1)[b-x83exg1atf] {
            max-width: 100px !important;
            min-width: 100px !important;
        }

            .agenda-days-row > .col:nth-child(1) > .row[b-x83exg1atf] {
                height: 70px;
                border-bottom: 1px solid var(--agenda-border-color);
            }

                .agenda-days-row > .col:nth-child(1) > .row:nth-last-child(1)[b-x83exg1atf] {
                    height: 70px;
                }

                .agenda-days-row > .col:nth-child(1) > .row > .col:nth-child(1)[b-x83exg1atf] {
                    line-height: 70px;
                    font-weight: bold;
                    font-size: 20px;
                }

                .agenda-days-row > .col:nth-child(1) > .row > .col:nth-child(2) > div:nth-child(1)[b-x83exg1atf] {
                    height: 35px;
                    border-bottom: 1px solid var(--agenda-border-color);
                    text-align: center;
                    line-height: 35px;
                }

                .agenda-days-row > .col:nth-child(1) > .row > .col:nth-child(2) > div:nth-child(2)[b-x83exg1atf] {
                    height: 34px;
                    text-align: center;
                    line-height: 35px;
                }

        .agenda-days-row > .col:not(:first-child)[b-x83exg1atf] {
            position: relative;
        }

            .agenda-days-row > .col:not(:first-child) > div:not(.agenda-item)[b-x83exg1atf] {
                height: 70px;
                border-bottom: 1px solid var(--agenda-border-color);
            }

                .agenda-days-row > .col:not(:first-child) > div:not(.agenda-item) > div[b-x83exg1atf] {
                    height: 35px;
                    border-bottom: 1px solid var(--agenda-border-color);
                }

                .agenda-days-row > .col:not(:first-child) > div:not(.agenda-item):nth-last-child(1) > div:nth-last-child(1)[b-x83exg1atf] {
                    border-bottom: 0px;
                }

.agenda-item[b-x83exg1atf] {
    position: absolute;
    width: calc(100% - 2px);
    margin-left: 1px;
    border-radius: 2px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #00000080;
    user-select: none;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}

    .agenda-item .subtitle[b-x83exg1atf] {
        font-size: 11px;
        color: #00000069;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .agenda-item .title[b-x83exg1atf] {
        font-weight: 600;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
    }

.hoverable-agenda-item:hover[b-x83exg1atf] {
    background-color: #c8c8c8;
    cursor: pointer;
}

.center-menu-button[b-x83exg1atf] {
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.sticky-header[b-x83exg1atf] {
    position: sticky;
    top: 60px;
    background-color: #F6F6F6;
    padding-bottom: 20px;
    padding-top: 20px;
    z-index: 100;
}

.agenda-titles-row[b-x83exg1atf] {
    position: sticky !important;
    top: 147px !important;
    background-color: #F6F6F6;
    z-index: 10;
}
/* /Components/Pages/Planning/Calendar/ConfirmEditDialog.razor.rz.scp.css */
h1[b-ypmsv3dgpt] {
    font-size: 1rem;
    margin: 0;
    font-weight: bold;
}

p[b-ypmsv3dgpt] {
    margin: 0px;
}

.editTypeBox[b-ypmsv3dgpt] {
    padding: 10px 10px;
    border: 1px solid #ababab;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 6px;
}

i[b-ypmsv3dgpt] {
    font-size: 0.8rem;
    text-decoration: underline;
}
/* /Components/Pages/Planning/Calendar/ViewActivityDialog.razor.rz.scp.css */
.search-result-box[b-u4dhu8zrbz] {
    border: 1px solid rgb(206, 212, 218);
    border-radius: 0.25rem;
    margin-top: 0.25rem;
    box-shadow: rgb(238 238 238) 0px 0px 0px 0.25rem;
    max-height: 250px;
    overflow-y: scroll;
    z-index: 99;
    width: 100%;
    background-color: white;
    position: absolute;
}

.form-group:has(input:focus) .search-result-box[b-u4dhu8zrbz] {
    background-color: white;
    margin-top: 4px;
    border: 1px solid #ced4da;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem #D1DAFD;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none;
}

.search-result-box .result[b-u4dhu8zrbz] {
    padding: 7.5px 10px;
    cursor: pointer;
    background-color: white;
}

    .search-result-box .result:not(:first-child)[b-u4dhu8zrbz] {
        border-top: 1px solid #bbbbbb;
    }

    .search-result-box .result:hover[b-u4dhu8zrbz] {
        background-color: #E9E9E9;
    }

label[b-u4dhu8zrbz] {
    font-weight: bold;
}

.dialog-max-height[b-u4dhu8zrbz] {
    background-color: white !important;
}

[b-u4dhu8zrbz] .e-tab {
    box-shadow: none !important;
}

.info-boxes-row .info-box p[b-u4dhu8zrbz] {
    padding: 0;
    margin: 0;
}

.info-boxes-row[b-u4dhu8zrbz] {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .info-boxes-row .info-box[b-u4dhu8zrbz] {
        border: 1px solid #ababab;
        border-radius: 2px;
        background-color: white;
    }

        .info-boxes-row .info-box .info-box-header[b-u4dhu8zrbz] {
            font-weight: bold;
            border-bottom: 1px solid #ababab;
            padding-left: 9px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

.row-header[b-u4dhu8zrbz] {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom: 2px solid var(--color-blue-lightest);
    margin-top: 20px;
}

    .row-header h3[b-u4dhu8zrbz] {
        font-size: 1.4rem;
        font-weight: bold;
        margin: 0;
        font-family: 'abel';
        margin-bottom: 5px;
        max-width: 80%;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


[b-u4dhu8zrbz] .e-tab .e-tab-header {
    position: sticky;
    top: 0px;
    z-index: 49;
}

.view-richtexteditor-result[b-u4dhu8zrbz] {
    background-color: #e9ecef;
    opacity: 1;
    border-radius: .25rem;
    font-size: 1rem;
    font-weight: 400;
    padding: .375rem .75rem;
    border: 1px solid #ced4da;
}

[b-u4dhu8zrbz] .mud-input.mud-disabled {
    color: #424242 !important;
}

[b-u4dhu8zrbz] .mud-input-control > .mud-input-control-input-container > .mud-input-label-inputcontrol.mud-disabled {
    color: #424242 !important;
}

[b-u4dhu8zrbz] .mud-input.mud-disabled > .mud-input-adornment {
    display: none;
}
/* /Components/Shared/Dialogs/AddUpdateDebtorContact.razor.rz.scp.css */
.search-result-box[b-dtssp10eqd] {
    border: 1px solid rgb(206, 212, 218);
    border-radius: 0.25rem;
    margin-top: 0.25rem;
    box-shadow: rgb(238 238 238) 0px 0px 0px 0.25rem;
    max-height: 250px;
    overflow-y: scroll;
    z-index: 99;
    width: 100%;
    background-color: white;
    position: absolute;
}

.form-group:has(input:focus) .search-result-box[b-dtssp10eqd] {
    background-color: white;
    margin-top: 4px;
    border: 1px solid #ced4da;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem #D1DAFD;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none;
}

.search-result-box .result[b-dtssp10eqd] {
    padding: 7.5px 10px;
    cursor: pointer;
    background-color: white;
}

    .search-result-box .result:not(:first-child)[b-dtssp10eqd] {
        border-top: 1px solid #bbbbbb;
    }

    .search-result-box .result:hover[b-dtssp10eqd] {
        background-color: #E9E9E9;
    }
/* /Components/Shared/Dialogs/VolunteerNecessityDialog.razor.rz.scp.css */
.table-search-header[b-b9m3ajmg1e] {
    height: 80px;
    width: 100%;
    position: sticky;
    top: 0px;
    z-index: 300;
}

.table-search-input[b-b9m3ajmg1e] {
    padding: 6px 12px;
    background-color: white;
    border: 1px solid #ababab;
    width: 300px;
    border-radius: 4px;
    font-size: 12px;
}
/* /Components/Shared/SpColFooter.razor.rz.scp.css */
.rowfooter[b-6jl3nr8izb] {
    padding: 20px 20px 20px 20px;
    background-color: white;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: 2px solid #cacaca;
    margin-bottom: 75px;
}
/* /Components/Shared/SpColHeader.razor.rz.scp.css */
.row-header[b-p8pvkv2hjt] {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom: 2px solid var(--color-blue-lightest);
    margin-top: 20px;
}

h3[b-p8pvkv2hjt] {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0;
    font-family: 'abel';
    margin-bottom: 5px;
}
