/* /Components/Claims/ClaimOptionsComponent.razor.rz.scp.css */
.options-widgets-placing[b-oayok1z6ii] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
}

.widgetbox[b-oayok1z6ii] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    /*background-color: var(--ivx-widget-background);*/
    background: rgb(158,152,205);
    background: linear-gradient(143deg, rgba(158,152,205,1) 0%, rgba(232,230,255,1) 0%, rgba(255,255,255,1) 100%);
    border-style: solid;
    border-color: var(--ivx-widget-hover-background);
    border-width: 1px 1px 1px 1px; /* top right bottom left*/
    border-radius: 4px;
    box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.15);
    width: 75px;
    height: 60px;
    position: relative;
    margin: 10px;
}

    .widgetbox:hover[b-oayok1z6ii] {
        background: unset;
        background-color: var(--ivx-widget-hover-background);
        color: white;
    }

.widgetbox-text[b-oayok1z6ii] {
    width: 100%;
    height: auto;
}

    .widgetbox-text p[b-oayok1z6ii] {
        text-align: center;
        margin-top: 5px;
        margin-bottom: unset;
        cursor: default;
        font-size: 7pt;
    }

.widgetbox-image[b-oayok1z6ii] {
    width: 36px;
    height: 36px;
    margin-top: 2px;
    flex-shrink: 0;
}


.options-log-placing[b-oayok1z6ii] {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
}

.table-body[b-oayok1z6ii] {
    width: 100%;
}

.table-headerrow[b-oayok1z6ii] {
    height: 8px;
}

.table-row[b-oayok1z6ii] {
    height: 8px;
}


/* /Components/Claims/ClaimsHostDialog.razor.rz.scp.css */
.css-grid-placing[b-uwfpaicly3] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow-y: hidden;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: normal;
}
/* /Components/Claims/SchadeclaimDialog.razor.rz.scp.css */
body[b-dwkueyzeit] {
}
/* /Components/Desktop/DesktopHostDialog.razor.rz.scp.css */
.css-tabpages-placing[b-68kgdk83fu] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 100%;
    height: auto;
}


.css-dashboards-widgets-placing[b-68kgdk83fu] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.css-dashboards-widgets-withbackground[b-68kgdk83fu] {
    background: white;
}


.css-dashboards-grid-placing[b-68kgdk83fu] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow-y: hidden;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 2;
    grid-row-end: 3;
    font-size: 12px;
    font-weight: normal;
}

.css-systeeminstellingen-placing[b-68kgdk83fu] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
    height: auto;
    min-height: 42px;
    overflow-y: auto;
    background: white;
}



/* /Components/Desktop/TabpageComponent.razor.rz.scp.css */
.css-tabpagecontrol-placing-and-color[b-k0dz2bp8zt] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 100%;
    height: 100%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--ivx-boxcolor);
}


.css-tabitem-base[b-k0dz2bp8zt] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    margin-left: 10px;
    margin-top: 2px;
    box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.15);
}

.css-tabitem-active[b-k0dz2bp8zt] {
    font-size: small;
    background-color: var(--ivx-tabitem-active-backgroundcolor);
    color: var(--ivx-tabitem-active-color);
    border-color: var(--ivx-tabitem-active-bordercolor);
    border-top-width: 2px;
    border-right-width: 1px;
    border-left-width:1px;
    border-bottom-width: 1px;
    padding-right: 4px;
}

    .css-tabitem-active p[b-k0dz2bp8zt] {
        margin: unset;
        cursor: pointer;
        margin-right: 8px;
    }


.css-tabitem-inactive[b-k0dz2bp8zt] {
    font-size: small;
    background-color: var(--ivx-tabitem-inactive-backgroundcolor);
    color: var(--ivx-tabitem-inactive-color);
    border-color: var(--ivx-tabitem-active-bordercolor);
}

    .css-tabitem-inactive:hover[b-k0dz2bp8zt] {
        background-color: #f9e6d2;
    }
    .css-tabitem-inactive p[b-k0dz2bp8zt] {
        margin: unset;
        cursor: pointer;
    }
/* /Components/Facturen/FacturenHostDialog.razor.rz.scp.css */


.css-grid-placing[b-mngtw2tsn7] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow-y: hidden;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: normal;
}
/* /Components/Gebruikers/GebruikerDialog.razor.rz.scp.css */

#drag-drop-wrapper[b-ymkdxm6m0y] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 16.666667%;
}
/* /Components/Gebruikers/GebruikersHostDialog.razor.rz.scp.css */


.css-grid-placing[b-zzdx8t7a1d] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow-y: hidden;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: normal;
}
/* /Components/Generic/ButtonComponent.razor.rz.scp.css */
.css-button-position[b-72gv5g68te] {
    margin: 4px;
}
/* /Components/Generic/ButtonContainer.razor.rz.scp.css */
.css-container-horizontal[b-hzomw9tlni] {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.css-container-vertical[b-hzomw9tlni] {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.css-container-ivxdialog[b-hzomw9tlni] {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}


/* /Components/Generic/FormContainer.razor.rz.scp.css */
.css-formcontainer[b-lli2vsa4y2] {
    width: 100%;
    min-width: 85px;
    padding-left: 10px;
    padding-right: 10px;
}

    .css-formcontainer div.row[b-lli2vsa4y2] {
        padding: 15px 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
/* /Components/Generic/GenericTabpageComponent.razor.rz.scp.css */
.css-tabpagecontrol-placing-and-color[b-nbyzt3ycqm] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 100%;
    height: 100%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--ivx-tabpage-bordercolor);
    padding-top: 10px;
}


.css-tabitem-base[b-nbyzt3ycqm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 0;
    cursor: pointer;
    border-top-right-radius: 15px;
    border-style: solid;
    border-top-width: 2px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 0;
}

.css-tabitem-active[b-nbyzt3ycqm] {
    font-size: small;
    font-weight: bold;
    background-color: var(--ivx-tabitem-active-backgroundcolor);
    color: var(--ivx-tabitem-active-color);
    border-color: var(--ivx-tabitem-active-bordercolor);
    border-top-width: 5px;
    border-right-width: 1px;
    border-left-width:1px;
    border-bottom-width:0;
}

    .css-tabitem-active p[b-nbyzt3ycqm] {
        margin: unset;
        cursor:pointer;

    }


.css-tabitem-inactive[b-nbyzt3ycqm] {
    font-size: small;
    font-weight: normal;
    background-color: var(--ivx-tabitem-inactive-backgroundcolor);
    color: var(--ivx-tabitem-inactive-color);
    border-color: var(--ivx-tabitem-inactive-bordercolor);
}

    .css-tabitem-inactive p[b-nbyzt3ycqm] {
        margin: unset;
        cursor: pointer;
    }
/* /Components/Generic/MenuComponent.razor.rz.scp.css */

.css-menucomponent-maindiv[b-bn34e6xw72] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - 150px);
    position: absolute;
    top: 10px;
    background-color: var(--ivx-mainmenu-background);
}

/* /Components/Generic/MenuItemComponent.razor.rz.scp.css */
.css-menuitem-base[b-jn8urx587a] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    background-color: var(--ivx-menuitem-background);
    padding-left: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--ivx-menuitem-background);
    border-radius: 5px;

}

    .css-menuitem-base:hover[b-jn8urx587a] {
        background-color: var(--ivx-menuitem-hover);
        border-color: var(--ivx-menuitem-active-bordercolor);
    }

    .css-menuitem-base p[b-jn8urx587a] {
        margin-top: unset;
        margin-bottom: unset;
        margin-left:15px;
        color: white;
        font-size: 14px;
        font-weight: 400;
        min-height: 25px;
        height: auto;
        text-align: left;
        cursor: pointer;
    }

.css-menuitem-root[b-jn8urx587a] {
    margin-left: 10px;
    margin-right: 10px;
    min-height: 50px;
    height:auto;
    margin-top: 2px;
}

.css-menuitem-child[b-jn8urx587a] {
    justify-content: flex-end;
    margin-left: 10px;
    margin-right: 10px;
    height: 30px;
    margin-top: 2px;
}



/* Menuitems icons */
.home[b-jn8urx587a]::before {
    content: '\e102';
}

.dashboard[b-jn8urx587a]::before {
    content: '\e717';
}

.employees[b-jn8urx587a]::before {
    content: '\e7d3';
}

.currentuser[b-jn8urx587a]::before {
    content: '\e679';
}

.profile[b-jn8urx587a]::before {
    content: '\e10c';
}

.info[b-jn8urx587a]::before {
    content: '\e11b';
}

.settings[b-jn8urx587a]::before {
    content: '\e10b';
}

.docking-open[b-jn8urx587a]::before {
    content: '\e654';
}

.docking-closed[b-jn8urx587a]::before {
    content: '\e653';
}

.childmenu-closed[b-jn8urx587a] {
    position:absolute;
    right: 10px;
    color: #73808c;

}
.childmenu-closed[b-jn8urx587a]::before {
    content: '\e781';
}

.childmenu-open[b-jn8urx587a] {
    position: absolute;
    right: 10px;
    color: #73808c;
}
.childmenu-open[b-jn8urx587a]::before {
    content: '\e798';
}

/* /Components/Generic/PanelComponent.razor.rz.scp.css */
.css-paneldiv-header[b-64b49xccht] {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 35px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    border-bottom: 1px solid rgb(240,240,240);
    padding-left: 10px;
    margin-bottom: 10px;

}
    .css-paneldiv-header p[b-64b49xccht] {
        font-size: 150%;
        margin-top: unset;
        margin-bottom: unset;
    }

.css-paneldiv-default[b-64b49xccht] {
    border: 1px solid rgb(240,240,240);
    border-radius: 5px;
}

.css-paneldiv-container-column[b-64b49xccht] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border: none;
}

.css-paneldiv-container-row[b-64b49xccht] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border: none;
}

/* /Components/Main/LoginComponent.razor.rz.scp.css */

.e-dialog .e-dlg-header-content[b-2doub1s4wx] {
    background-color: white;
}

.css-companyname[b-2doub1s4wx] {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    height: 75px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    border-bottom: 1px solid rgb(240,240,240);
    padding-left: 10px;
    color: blue;
    font-size: 150%;
    margin-bottom: 25px;
}

.css-imagediv[b-2doub1s4wx] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: 120px;
    background-color: white;
    margin-left: 10px;
}

    .css-imagediv h3[b-2doub1s4wx] {
        margin-left: 25px;
        font-size: 1.75rem;
        margin-top: unset;
        margin-bottom: unset;
    }

.css-image[b-2doub1s4wx] {
    height: 120px;
}

/* /Components/Main/MainHost.razor.rz.scp.css */
.css-maingrid[b-j1qoxvzr4h] {
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-rows: minmax(42px,auto) 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 125px 60px;
}
/* /Components/Main/MainHostPasswordReset.razor.rz.scp.css */
.css-maingrid[b-ri52gi1x78] {
    display: grid;
    background-color: white;
    width: 100%;
    height: 100%;
    grid-template-rows: 60px 1fr 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.css-copyright[b-ri52gi1x78] {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
    padding-left: 10px;
    font-size: small;
    font-weight: 200;
    display: flex;
    align-items: flex-start;
    color: black;
}

/* /Components/Main/PasswordComponent.razor.rz.scp.css */
.e-dialog .e-dlg-header-content[b-o03wn10ajt] {
    background-color: white;
}

.css-companyname[b-o03wn10ajt] {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    height: 75px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    border-bottom: 1px solid rgb(240,240,240);
    padding-left: 10px;
    color: blue;
    font-size: 150%;
    margin-bottom: 25px;
}

.css-imagediv[b-o03wn10ajt] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: 120px;
    background-color: white;
    margin-left: 10px;
}

    .css-imagediv h3[b-o03wn10ajt] {
        margin-left: 25px;
        font-size: 1.75rem;
        margin-top: unset;
        margin-bottom: unset;
    }

.css-image[b-o03wn10ajt] {
    height: 120px;
}
/* /Components/Main/TopcontrolComponent.razor.rz.scp.css */
/* box over de volle breedte die we van links af gaan vullen. */
.css-topcontrol-logo-box[b-4hy1tmzmbt] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    grid-column-start: 9;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 2;
    color: var(--ivx-fontcolor);
    border-bottom: 1px solid var(--ivx-boxcolor);
    width: auto;
    flex-shrink: 0;
    justify-content:flex-end;
}

.css-topcontrol-image[b-4hy1tmzmbt] {
    height: 38px;
    width: 328px;
}



/* /Components/Rapportages/Jaarverslag/JaarverslagHostDialog.razor.rz.scp.css */
/*gridpositie is hier al toegewezen via DesktopHostDialog.*/
.css-jaarverslag-grid[b-uofnz8ph81] {
    display: grid;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: normal;
    grid-template-rows: 1fr;
    grid-template-columns: 225px 600px 1fr;
}

.jaren-panel[b-uofnz8ph81] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: 225px;
    height: calc(100% - 20px);
    margin: 10px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
}

.panel-header[b-uofnz8ph81] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    width: 100%;
    height: 34px;
}

    .panel-header h5[b-uofnz8ph81] {
        margin-top: unset;
        margin-bottom: unset;
    }

.panel-grid[b-uofnz8ph81] {
    display: block;
    width: 100%;
    height: calc(100% - 34px);
}

.totalen-panel[b-uofnz8ph81] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: 100%;
    height: calc(100% - 20px);
    margin: 10px;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}




/* /Components/Rapportages/Jaarverslag/TotalenCard.razor.rz.scp.css */
.css-paneldiv-default[b-etz92k9afh] {
    border: 1px solid rgb(240,240,240);
    border-radius: 5px;
    height: 100%;
    width: calc(100% - 20px);
}


.css-paneldiv-header[b-etz92k9afh] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 35px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    border-bottom: 1px solid rgb(240,240,240);
    padding-left: 10px;
    margin-bottom: 10px;
    background-color: #f9e6d2;
}

    .css-paneldiv-header p[b-etz92k9afh] {
        font-size: 150%;
        margin-top: unset;
        margin-bottom: unset;
    }

.css-paneldiv-headerbutton[b-etz92k9afh] {
    display: flex;
    height: 24px;
    width: 80px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border-style: solid;
    border-width: 2px;
    border-color: var(--ivx-tabitem-active-bordercolor);
    background-color: var(--ivx-tabitem-active-bordercolor);
    cursor: pointer;
    padding: 8px;
    margin-right: 4px;
}

    .css-paneldiv-headerbutton:hover[b-etz92k9afh] {
        background-color: #76d5d0;
    }

    .css-paneldiv-headerbutton p[b-etz92k9afh] {
        margin: unset;
        color: white;
        cursor: pointer;
        text-align: center;
        font-size: unset;
    }



.css-card-body[b-etz92k9afh] {
    width: 100%;
    min-width: 85px;
    overflow-y: auto;
    overflow-x: auto;
}

    .css-card-body .header[b-etz92k9afh] {
        font-size: 150%;
        margin-left: 8px;
    }
    .css-card-body .row[b-etz92k9afh] {
        padding: 5px 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

        .css-card-body .row .col-4[b-etz92k9afh] {
            text-align: right;
        }

.table-body[b-etz92k9afh] {
    width: 100%;
   

}
    .table-headerrow[b-etz92k9afh] {
        height: 25px;
    }

    .table-row[b-etz92k9afh] {
        height: 25px;
    }
    .table-row-totaal[b-etz92k9afh] {
        height: 25px;
        font-weight: 700;
    }

/* /Components/Rapportages/Kengetallen/KengetallenGrid.razor.rz.scp.css */
body[b-1i7so11wm2] {
}
/* /Components/Rapportages/Kengetallen/KengetallenHostDialog.razor.rz.scp.css */
.css-kengetallen-grid[b-vab5ki3mo5] {
    display: grid;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: normal;
    grid-template-rows: 1fr;
    grid-template-columns: 225px 1fr;
}

.jaren-panel[b-vab5ki3mo5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
}

.grid-panel[b-vab5ki3mo5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}

.panel-header[b-vab5ki3mo5] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    width: 100%;
    height: 34px;
}

    .panel-header h5[b-vab5ki3mo5] {
        margin-top: unset;
        margin-bottom: unset;
    }

.panel-grid[b-vab5ki3mo5] {
    display: block;
    width: 100%;
    height: calc(100% - 34px);
}

/* /Components/Werkgevers/WerkgeversHostDialog.razor.rz.scp.css */


.css-grid-placing[b-fo0ky4qm40] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow-y: hidden;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: normal;
}
/* /Components/Werkgever/RegelingCard.razor.rz.scp.css */
.css-paneldiv-default[b-5pc4t94k62] {
    border: 1px solid rgb(240,240,240);
    border-radius: 5px;
    height: 425px;
    width: 400px;
    margin: 5px;
}


.css-paneldiv-header[b-5pc4t94k62] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-between;
    height: 35px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    border-bottom: 1px solid rgb(240,240,240);
    padding-left: 10px;
    margin-bottom: 10px;
    background-color: #f9e6d2;
}

    .css-paneldiv-header p[b-5pc4t94k62] {
        font-size: 150%;
        margin-top: unset;
        margin-bottom: unset;
    }

.css-paneldiv-headerbutton[b-5pc4t94k62] {
    display: flex;
    height: 24px;
    width: 80px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border-style: solid;
    border-width: 2px;
    border-color: var(--ivx-tabitem-active-bordercolor);
    background-color: var(--ivx-tabitem-active-bordercolor);
    cursor: pointer;
    padding: 8px;
    margin-right: 4px;
}

    .css-paneldiv-headerbutton:hover[b-5pc4t94k62] {
        background-color: #76d5d0;
    }
    .css-paneldiv-headerbutton p[b-5pc4t94k62] {
        margin: unset;
        color: white;
        cursor: pointer;
        text-align: center;
        font-size: unset;
    }



.css-card-container-transitiefonds[b-5pc4t94k62] {
    width: 100%;
    min-width: 85px;
    overflow-y: auto;
    overflow-x: auto;
}

    .css-card-container-transitiefonds .row[b-5pc4t94k62] {
        padding: 5px 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .css-card-container-transitiefonds .row .col-4[b-5pc4t94k62] {
        text-align: right;
    }


.css-paneldiv-beeindigen[b-5pc4t94k62] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 35px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-left: 10px;
    margin-top: 5px;
}

    .css-paneldiv-beeindigen p[b-5pc4t94k62] {
        margin-top: unset;
        margin-bottom: unset;
    }

.css-paneldiv-beeindigbutton[b-5pc4t94k62] {
    display: flex;
    height: 24px;
    width: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border-style: solid;
    border-width: 2px;
    border-color: #e60000;
    background-color: white;
    cursor: pointer;
    padding: 8px;
    margin-right: 4px;
}

    .css-paneldiv-beeindigbutton p[b-5pc4t94k62] {
        margin: unset;
        color: #e60000;
        cursor: pointer;
        text-align: center;
        font-size: unset;
    }

/* /Components/Werkgever/Regeling/ClaimOptionsComponent.razor.rz.scp.css */
.options-widgets-placing[b-ik7mnwudbv] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
}

.widgetbox[b-ik7mnwudbv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    /*background-color: var(--ivx-widget-background);*/
    background: rgb(158,152,205);
    background: linear-gradient(143deg, rgba(158,152,205,1) 0%, rgba(232,230,255,1) 0%, rgba(255,255,255,1) 100%);
    border-style: solid;
    border-color: var(--ivx-widget-hover-background);
    border-width: 1px 1px 1px 1px; /* top right bottom left*/
    border-radius: 4px;
    box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.15);
    width: 75px;
    height: 60px;
    position: relative;
    margin: 10px;
}

    .widgetbox:hover[b-ik7mnwudbv] {
        background: unset;
        background-color: var(--ivx-widget-hover-background);
        color: white;
    }

.widgetbox-text[b-ik7mnwudbv] {
    width: 100%;
    height: auto;
}

    .widgetbox-text p[b-ik7mnwudbv] {
        text-align: center;
        margin-top: 5px;
        margin-bottom: unset;
        cursor: default;
        font-size: 7pt;
    }

.widgetbox-image[b-ik7mnwudbv] {
    width: 36px;
    height: 36px;
    margin-top: 2px;
    flex-shrink: 0;
}


.options-log-placing[b-ik7mnwudbv] {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
}

.table-body[b-ik7mnwudbv] {
    width: 100%;
}

.table-headerrow[b-ik7mnwudbv] {
    height: 8px;
}

.table-row[b-ik7mnwudbv] {
    height: 8px;
}


/* /Components/Werkgever/Regeling/RegelingHostDialog.razor.rz.scp.css */
.jaren-panel[b-el7flhgzs6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: 225px;
    height: calc(100% - 20px);
    margin: 10px;
}

.panel-header[b-el7flhgzs6] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    width: 100%;
    height: 34px;
}

    .panel-header h5[b-el7flhgzs6] {
        margin-top: unset;
        margin-bottom: unset;
    }

.panel-grid[b-el7flhgzs6] {
    display: block;
    width: 100%;
    height: calc(100% - 34px);
}

.mutaties-panel[b-el7flhgzs6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: 750px;
    height: calc(100% - 20px);
    margin: 10px;
}

.claims-panel[b-el7flhgzs6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: 750px;
    height: calc(100% - 20px);
    margin: 10px;
}
/* /Components/Werkgever/Regeling/SchadeclaimsGrid.razor.rz.scp.css */
/* /Components/Werkgever/WerkgeverHostDialog.razor.rz.scp.css */
/*gridpositie is hier al toegewezen via DesktopHostDialog.*/
.css-werkgever[b-ao6iolth1f] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow-y: hidden;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: normal;
}

.css-werkgever-tabgrid[b-ao6iolth1f] {
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-rows: 50px 1fr;
    grid-template-columns: 1fr 1fr;
}

.css-werkgever-body-placing[b-ao6iolth1f] {
    display: block;
    width: 100%;
    height: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
}

.css-werkgever-regeling-placing[b-ao6iolth1f] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
}
/* /Components/Werkgever/WerkgeverOverviewComponent.razor.rz.scp.css */
.css-overview-body[b-w9tdqy3yoc] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-y: scroll;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: normal;
}

.css-card-container[b-w9tdqy3yoc] {
    width: 100%;
    min-width: 85px;
    overflow-y: auto;
    overflow-x: auto;
    padding-left: 10px;
    padding-right: 10px;
}

    .css-card-container .row[b-w9tdqy3yoc] {
        padding: 5px 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
/* /Components/Widgets/WidgetComponent.razor.rz.scp.css */

.css-widgetbox[b-n8u33w619d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    /*background-color: var(--ivx-widget-background);*/
    background: rgb(158,152,205);
    background: linear-gradient(143deg, rgba(158,152,205,1) 0%, rgba(232,230,255,1) 0%, rgba(255,255,255,1) 100%);
    border-style: solid;
    border-color: var(--ivx-widget-hover-background);
    border-width: 1px 1px 1px 1px; /* top right bottom left*/
    border-radius: 4px;
    box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.15);
    width: 250px;
    height: 200px;
    position: relative;
    margin: 15px;
}

    .css-widgetbox:hover[b-n8u33w619d] {
        background: unset;
        background-color: var(--ivx-widget-hover-background);
        color: white;
    }


.css-widgetbox-incolumn[b-n8u33w619d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    background-color: var(--ivx-widget-background);
    border-style: solid;
    border-color: var(--ivx-widget-hover-background);
    border-width: 1px 1px 1px 1px; /* top right bottom left*/
    box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.15);
    width: 100%;
    max-width: 250px;
    min-height: 125px;
    height: auto;
    position: relative;
    margin: 5px;
}

    .css-widgetbox-incolumn:hover[b-n8u33w619d] {
        background-color: var(--ivx-widget-hover-background);
        color: white;
    }


.css-widgetbox-selected[b-n8u33w619d] {
    border-width: 2px 2px 2px 2px;
    border-color: #364049;
}
.css-widgetbox-text[b-n8u33w619d] {
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:10px;

}

    .css-widgetbox-text p[b-n8u33w619d] {
        text-align: center;
        margin-top: 5px;
        margin-bottom: unset;
        cursor:default;
    }

.css-widgetbox-image[b-n8u33w619d] {
    width: 60px;
    height: 60px;
    margin-top: 15px;
    flex-shrink: 0;
}

/* /Components/Widgets/WidgetsComponent.razor.rz.scp.css */
body[b-fy90zz4hfo] {
}
