body {
    background-color: var(--blauw2);
}

#header {
    height: 2.7em;
    background-color: var(--blauw);
    color: var(--notwhite);
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.icon {
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.close_button {
    color: var(--dvroze);
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
}

span#logo,
span#logodiapos {
    color: #efefef;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.75rem;
    font-size: 0.8rem;
}

span#logodiapos {
    color: #7d8c94;
    font-size: 1.2rem;
    margin: 0 0 0.4em 0.2rem;
}

.icon.beeldmerk {
    height: 2rem;
    width: 1.7rem;
}

.icon.dca-mi {
    height: 1.05rem;
    width: 4.7773rem;
}

.icon.bullmi {
    height: 2.1em;
    width: 2.1em;
    margin-top: -0.6em;
}

.icon.dcami {
    /*lange versie*/
    height: 1.45em;
    width: calc(1.45 * 12.060546875em);
    margin-top: 0.3em;
}

div#content,
div#logincontent {
    background-color: var(--blauw2);
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 1rem;
    margin: 1rem 0;
    align-items: flex-start;
}

div#logincontent {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 2.7rem);

}

.formcontainer {
    width: 25rem;
    border-radius: .3rem;
    background-color: var(--notwhite);
    padding: 2rem;
    margin-bottom: 20vh;
    margin-top: 1rem;
}

form#signin,
form#user,
div.fieldsetwrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.7rem;
}

.formcontainer p {
    font-size: .85rem;
    padding-left: .3rem;
}

form#signin input,
form#user input {
    border: .05rem solid #c5cbcf;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    padding: 0 .7rem;
    line-height: 1rem;
    width: 100%;
    font-weight: 500;
    height: 2.5rem;
}

form#user .checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    border: none;
    border-radius: 0;
    font-size: 0.9rem;
    padding: 0;
    line-height: 0;
}

form:not(.filterview) fieldset>input:placeholder-shown~label,
form:not(.filterview) fieldset>span>input:placeholder-shown~label,
.passwordspan>input:placeholder-shown~label,
textarea:placeholder-shown~label,
select:placeholder-shown~label {
    display: none;
}

input:focus~label,
textarea:focus~label,
select:focus~label {
    display: block !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
select:focus:-moz-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
select:focus::-moz-placeholder {
    color: transparent !important;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
    color: transparent !important;
}

.passwordspan {
    position: relative;
    width: 100%;
}

input[type="password"] {
    font-family: Verdana;
    letter-spacing: 0.125em;
}

fieldset:not(.entrypicker) label:not(.switch),
div.fieldsetwrap>label,
.verifycomment>label {
    font-size: 0.8rem;
    position: absolute;
    top: -0.55rem;
    left: 0.4rem;
    background: linear-gradient(180deg, var(--notwhite) 60%, transparent 40%);
    padding: 0px 0.4rem;
    color: var(--blauw2);
    line-height: 1rem;
    font-weight: 600;
}

.verifycomment>label {
    font-size: 0.75rem;
    font-weight: 500;
}

.confirm__window.adjustwindow {
    max-width: 18.7rem;
}

.confirm__window.commentwindow {
    max-width: 23.6rem;
}

/* div.fieldsetwrap>label {
    background: linear-gradient(180deg, var(--offwhite) 60%, transparent 40%);
} */

#user fieldset label:not(.switch),
div.fieldsetwrap>label {
    color: #666;
    font-weight: 500;
    font-size: 0.7rem;
    top: -.45rem;
}

fieldset.mod_1 label:not(.switch) {
    font-size: 1.1rem;
}

fieldset.mod_2 label:not(.switch) {
    /* background: linear-gradient(180deg, var(--notwhite) 60%, #e9f7ff 40%); */
    background: linear-gradient(180deg, var(--notwhite) 60%, transparent 40%);
    color: #4472c4;
    font-size: 1rem;
}

fieldset.mod_3 label:not(.switch) {
    /* background: linear-gradient(180deg, var(--notwhite) 60%, #f1f1f1 40%); */
    background: linear-gradient(180deg, var(--notwhite) 60%, transparent 40%);
}

#signin fieldset label:not(.switch) {
    color: #757575;
    font-weight: 500;
}

#signin fieldset label:not(.switch) {
    top: -0.45rem;
    line-height: 1rem;
}

#signin fieldset .passwordspan label:not(.switch) {
    top: -1rem;
}

.passwordspan .icon {
    position: absolute;
    top: 0.1rem;
    right: 0.7rem;
    color: #999999;
    cursor: pointer;
}

#signin ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: var(--fontfam);
    letter-spacing: normal;
    font-weight: 400;
}

#signin ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: var(--fontfam);
    letter-spacing: normal;
    font-weight: 400;
}

#user ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: var(--fontfam);
    letter-spacing: normal;
    font-weight: 400;
}

#user ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: var(--fontfam);
    letter-spacing: normal;
    font-weight: 400;
}

.passwordspan .icon-eye {
    display: none;
}

button[type="submit"],
button.signout {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem .7rem;
    line-height: 1rem;
    color: #000000;
    background-color: var(--dvroze);
    border: .05rem solid var(--dvroze);
    cursor: pointer;
}

button[type="submit"] {
    padding: 0.5rem 1.7rem;
    margin-top: 0.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 0.3rem;
    color: var(--notwhite);
}

#signin button[type="submit"] {
    justify-content: center;
}

.switch {
    position: relative;
    display: inline-block;
    font-size: .7rem;
    width: 3em;
    height: 1.7em;
    margin-bottom: 0.2rem;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 1.7em;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 1.3em;
    width: 1.3em;
    left: 0.2em;
    bottom: 0.2em;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: var(--groen);
}

input:focus+.slider {
    box-shadow: 0 0 1px var(--groen);
}

input:checked+.slider:before {
    -webkit-transform: translateX(1.3em);
    -ms-transform: translateX(1.3em);
    transform: translateX(1.3em);
}

.icon-chevrons,
.icon-plus {
    width: 1.3rem;
    height: 1.3rem;
    background-color: var(--dvroze);
    color: var(--notwhite);
    border-radius: 50%;
    padding: 0.1rem;
    rotate: 180deg;
    position: absolute;
    top: 0.7rem;
    left: 0.4rem;
    z-index: 2;
    cursor: pointer;
}

button svg.icon.icon-chevrons {
    position: relative;
    top: unset;
    padding: 0;
    background-color: transparent;
    rotate: 0deg;
    right: unset;
}

.microtxt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 0.6rem;
}

.formcontainer p.reset,
.formcontainer p.signup {
    font-size: .7rem;
    margin-top: 0.6rem;
}

#container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    min-height: calc(100vh - 2.7rem);
    margin-top: 2.7rem;
    align-content: flex-start;
}

div#tabs {
    width: 100%;
    background-color: var(--blauw);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 1rem;
    justify-content: space-between;
}

#tabs ul {
    display: flex;
    margin: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0.25rem;
}

#tabs li {
    display: flex;
    background-color: var(--blauw4);
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
}

#tabs a {
    color: var(--blauw);
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    font-size: .8rem;
    font-weight: 600;
    min-width: 6.5rem;
    text-align: center;
}

#tabs a:hover,
#tabs a.active {
    color: var(--offwhite);
    background-color: var(--blauw2);
}

#tabs a.active {
    color: #fff;
}

.navbuttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 0.7rem;
    margin: 0 1rem 0rem;
    border-bottom: 0.05rem solid #7f94a0;
    padding-bottom: 1rem;
}

.navbuttons a.button {
    display: block;
    width: auto;
    text-align: center;
    color: var(--offwhite);
    padding: 0.2rem 0.7rem;
    background-color: #1f5775;
    border-radius: 0.3rem;
    font-size: 0.65rem;
    text-decoration: none;
    font-weight: 400;
}

.navbuttons a.button.ghost,
.navbuttons.second a.button.ghost,
.navbuttons.third a.button.ghost {
    background-color: var(--offwhite);
    color: #999;
}

.navbuttons.second a.button {
    background-color: #457d9b;
}

.navbuttons.third a.button {
    background-color: #87aec3;
    color: #1c475f;
}

.navbuttons.third a.button.first {
    background-color: #e0e2e3;
    color: #1c475f;
}

.navbuttons:not(.dragging) a.button:not(.caller):hover {
    color: #fff;
    background-color: var(--blauw);
}

.navbuttons:not(.dragging) a.button.actief,
.navbuttons.third:not(.dragging) a.button.first:hover,
.navbuttons.third:not(.dragging) a.button.first.actief {
    color: #fff;
    background-color: var(--dvroze);
}

.navbuttons:not(.dragging) a.button.ready {
    color: var(--offwhite);
    background-color: var(--groen2);
}

.navbuttons:not(.dragging) a.button.caller {
    background-color: #8b8b8b8c;
    cursor: default;
    color: #bfbfbf;
}

.navbuttons div.extra {
    display: flex;
    justify-content: flex-end;
    margin-left: 4rem;
}

fieldset>span:not(.passwordspan, .maandjaar, .switchlabel, .actief) {
    display: block;
    width: 100%;
}

span.switchlabel,
span.actief {
    color: var(--blauw3);
    width: 2.3rem;
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
}

#verifyform span.switchlabel,
#auditform span.switchlabel {
    width: auto;
}

form.specs,
form.invoer,
form.adjustbenchmark,
form.groupcomment,
.history {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 50rem;
    max-width: 100%;
    background-color: var(--notwhite);
    padding: 2.3rem 2rem 2.2rem;
    border-radius: 0.6rem;
    gap: 1rem;
    margin: 0rem 1rem 2rem;
}

form.adjustbenchmark,
form.groupcomment {
    padding: 0.5rem 0 0;
    background-color: inherit;
    margin-bottom: 0.5rem;
}

form.adjustbenchmark h3,
form.groupcomment h3 {
    margin-bottom: -0.7rem;
    color: var(--blauw2);
}

.confirm__buttons {
    padding: 0rem 1.4rem 0.9rem 0.4rem;
}

.adjustwindow .confirm__buttons,
.groupcomment .confirm__buttons {
    padding: 0rem 1.4rem 0.9rem;
    margin-top: -0.5rem;
}

.adjustwindow .confirm__button,
.adjustwindow .confirm__content button,
.groupcomment .confirm__button,
.groupcomment .confirm__content button {
    font-size: 0.7rem;
}

.adjustwindow .confirm__button--cancel:hover,
.groupcomment .confirm__button--cancel:hover {
    background-color: #cfcfcf;
    border-color: #cfcfcf;
    color: #777;
}

form#user,
form#bedrijf,
form#contact,
form#entries,
form#sector,
form#group,
form#benchmark,
form#benchmarkvar,
form.invoer {
    width: 25rem;
}

form.invoer.reporter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: auto;
    gap: 2rem;
    height: 100%;
    align-items: stretch;
}

.weeknavigatie {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 1.4rem 2.2rem 1.2rem 1.6rem;
    background-color: var(--notwhite);
    border-radius: 0.6rem;
    gap: 3rem;
    font-size: 0.8rem;
    align-items: center;
    color: var(--blauw3);
}

.weeknavigatie a {
    text-decoration: none;
}

form#verifyform fieldset,
form#auditform fieldset {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.7rem;
    margin-left: 5rem;
}

div.verify,
div.audit {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1rem;
    margin: 0rem 1rem 2rem;
    width: auto;
    height: 100%;
    align-items: flex-start;
    width: 100%;
    font-size: 0.7rem;
    color: var(--blauw2);
}

.verify .groepnaam,
.audit .groepnaam {
    width: 100%;
    font-size: 1rem;
    margin-bottom: -1.3rem;
}

.controle {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 1.1rem 2.2rem 1.6rem 1.6rem;
    background-color: var(--notwhite);
    border-radius: 0.6rem;
    gap: 2rem 1rem;
}

.groepwrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 3rem;
}

.noteringnaam {
    font-size: 0.9rem;
    font-weight: 600;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
}

.noteringnaam span.notering {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0.7rem;
    align-items: baseline;
}

.noteringnaam span.notering a {
    text-decoration: none;
}

.noteringnaam span.notering span {
    text-decoration: line-through;
    font-size: 0.75rem;
    color: var(--blauw4);
}

.controlewrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #e9e9e9;
    padding: 0.5rem 0.7rem;
    border-radius: 0.4rem;
}

.controlewrap:has(.noteringnaam.warning) {
    background-color: #ff660099;
    /* animation-name: flash;
    animation-duration: 1s;
    animation-iteration-count: infinite; */
}

@keyframes flash {
    0% {
        background-color: #ff660099;
    }

    50% {
        background-color: #e9e9e9;
    }

    100% {
        background-color: #ff660099;
    }
}

.controlewrap:has(.noteringnaam.warningignored) {
    background-color: #ff660099;
}

.noteringdata {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0.6rem 0 0.3rem;
    gap: 0rem;
    align-items: stretch;
    width: 100%;
    min-width: 5rem;
}

.history {
    color: var(--blauw2);
    font-size: 0.75rem;
    width: 25rem;
    display: table;
    height: fit-content;
    border-spacing: 0.3rem;
    border-collapse: separate;
}

span.ingave {
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0.15rem 0;
}

.ingave a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: flex-start;
    gap: 0.2rem;
}

.ingave a span {
    padding: 0 0.1rem;
}

.ingave a span:not(.prijs) {
    color: #919191;
    min-width: 1.8rem;
    font-weight: 400;
    font-size: 0.6rem;
}

.ingave.fout span.prijs {
    background-color: var(--dvroze);
    color: #fff;
}

.ingave a span.tot {
    text-align: right;
}

.regel {
    display: table-row;
}

.regel>div {
    display: table-cell;
    height: 1.5rem;
    text-align: center;
}

.regel>div.jaarweek {
    text-align: left;
    width: 3.5rem;
}

form#rechten {
    min-width: 25rem;
    width: auto;
}

#rechten .fieldsetwrap .customview {
    display: flex;
}


#rechten .fieldsetwrap .customview .checkcontainer {
    margin: 0;
    width: 4rem;
    padding: 0;
}

#rechten .fieldsetwrap .customview .checkcontainer .checkmark {
    margin-left: 1.3rem;
}

#rechten .fieldsetwrap .customview .checkcontainer.naam {
    width: auto;
}

.checkcontainer input:checked~.checkmark.controller {
    background-color: var(--dvroze);
    border-color: var(--dvroze);
}

form#user .passwordspan .icon {
    top: 0.6rem
}

form div.tussen {
    padding: .7rem;
}

form.specs input[type="text"],
form.specs input[type="number"],
form.filterview input[type="text"],
form.specs select,
form.specs textarea,
form.invoer fieldset>input[type="number"],
form.adjustbenchmark fieldset>input[type="number"],
form.invoer select,
form.invoer textarea,
form.adjustbenchmark textarea,
form.groupcomment textarea,
form.invoer div.range,
div.textarea,
div.fieldsetwrap,
form.invoer div.ingave,
form.invoer div.toelichting {
    background-color: #ffffff;
    border: .05rem solid #c5cbcf;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    padding: 1.1rem 0.7rem;
    line-height: 0.8rem;
    width: 100%;
    font-weight: 500;
    height: 2rem;
    color: var(--blauw3);
}

form#infoform textarea {
    height: fit-content;
    padding-bottom: 40px;
}

form.adjustbenchmark fieldset>input[type="number"] {
    width: 6rem;
}

form.adjustbenchmark fieldset>textarea {
    width: 15rem;
}

form.invoer div.range input[type="number"] {
    border: none;
    font-size: 0.8rem;
    line-height: 0.8rem;
    font-weight: 600;
    height: 1.2rem;
    color: var(--blauw3);
    width: 3rem;
}

input[type="number"]:disabled {
    background-color: transparent;
}

form.invoer div.range input.vantot {
    color: #999999;
    font-size: 0.7rem;
    font-weight: 400;
}

form.invoer div.range input::placeholder {
    font-size: .6rem;
    color: #c0c0c0;
    font-weight: 400;
}

form.invoer div.range {
    padding: 0.4rem 0.5rem;
    display: flex;
    gap: 1rem;
}

form.filterview input[type="text"] {
    width: 10rem;
    height: 1rem;
    padding: 0.7rem 0.5rem;
}

form.invoer {
    padding-top: .9rem;
}

form.invoer .titel {
    color: var(--blauw2);
    font-size: 0.75rem;
    margin-bottom: 0.6rem;
}

form.invoer input[type="number"],
form.invoer div.ingave {
    width: 12rem;
}

form.invoer div.ingave {
    padding-top: 0.5rem;
}

form.invoer fieldset:not(.entrypicker) label:not(.switch),
form.adjustbenchmark fieldset:not(.entrypicker) label:not(.switch),
form.groupcomment fieldset:not(.entrypicker) label:not(.switch) {
    font-size: 0.6rem;
    max-width: 8rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    left: 0.25rem;
    padding: 0 0.25rem;
    top: -0.5rem;
}

form.invoer fieldset textarea,
form.adjustbenchmark fieldset textarea,
form.groupcomment fieldset textarea,
form.invoer div.toelichting {
    height: 6rem;
    resize: none;
    padding: 0.5rem;
    line-height: 1rem;
}

form.groupcomment fieldset>textarea {
    width: 20rem;
    height: 10rem;
}

div.fieldsetwrap {
    height: auto;
    padding: 0.9rem 0.7rem 0.6rem;
}

form.specs .mod_2 input[type="text"] {
    background-color: #e9f7ff;
}

form.specs .mod_3 input[type="text"] {
    font-weight: 700;
    color: #000;
    background-color: #efefef;
}

form#specsform textarea:not(.note-codable) {
    display: none;
}

form#contact textarea {
    height: 8rem;
    padding: 0.6rem 0.7rem 0.8rem;
    line-height: 1.2rem;
    resize: none;
}

form#contact textarea {
    height: 6rem;
    padding: 0.4rem 0.7rem 0.6rem;
    line-height: 1.2rem;
    resize: none;
}

div.textarea {
    height: auto;
    padding: 0.8rem 0.7rem 0.8rem;
    line-height: 1.2rem;
}

div.knoppen {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
}

.knoppen.rechts {
    justify-content: flex-end;
}

#spacsform .knoppen.rechts {
    padding-right: 5.8rem;
}

form.specs fieldset {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.5rem;
    align-items: center;
}

form.specs fieldset.entrypicker {
    align-items: start;
    min-width: 20rem;
}

fieldset .icon-move,
fieldset .icon-trash-2 {
    width: 1rem;
    height: 1rem;
    color: var(--blauw4);
}

fieldset .icon-move:hover,
fieldset .icon-trash-2:hover {
    color: var(--blauw2);
    cursor: pointer;
}

fieldset .icon-trash-2:hover {
    color: var(--dvrozehover);
}

fieldset.not_sortable .icon-move,
fieldset.not_sortable .icon-trash-2 {
    visibility: hidden;
}

fieldset.mod_4 {
    margin: 0 0 0.9rem;
}

fieldset.half {
    width: 40%;
}

span#specssort {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.1rem;
}

fieldset.sortable-chosen.sortable-ghost>span>* {
    background-color: var(--blauw4);
    opacity: 0.2;
}

button.save {
    font-size: 0.8rem;
    padding: 0.3rem .7rem;
}

button.save:hover:not([disabled]) {
    background-color: var(--dvrozehover);
    border-color: var(--dvrozehover);
}

button.add {
    flex-wrap: nowrap;
    border-radius: 0.5rem;
    font-weight: 500;
    line-height: 1rem;
    background-color: var(--blauw2);
    border: .05rem solid var(--blauw2);
    cursor: pointer;
    margin-top: 0.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 0.3rem;
    color: var(--notwhite);
    font-size: 0.8rem;
    padding: 0.3rem .7rem;
}

button.add:hover {
    background-color: var(--blauw);
    border-color: var(--blauw);
}

fieldset ol,
fieldset ul {
    margin-top: 0;
    padding-left: 2.3em;
    font-size: 0.75rem;
    line-height: 1.5em;
}

fieldset ol li ul,
fieldset ul li ol {
    margin-top: 0.6rem;
    padding-left: 1em;
}

fieldset ul {
    list-style: disc outside;
}

fieldset ul ul {
    margin-top: 0.25rem;
    list-style: circle;
}

fieldset ol {
    list-style: decimal outside;
}

fieldset ul li {
    padding-left: 0.3rem;
}

fieldset ol li {
    padding-left: 0.6rem;
}

.textarea p,
.note-editable p,
.textarea ol,
.note-editable ol,
.textarea ul,
.note-editable ul {
    margin-bottom: 1em;
}

.table {
    margin-left: 0.6rem;
}

.table tr:before {
    display: block;
    content: '';
    border-radius: 50%;
    height: 0.25rem;
    width: 0.25rem;
    margin-right: 0.6rem;
    background-color: var(--blauw3);
    margin-top: -0.35rem;
}

.table td {
    padding-right: 1rem;
}

span.maandjaar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 1rem;
    align-items: center;
    font-size: 0.8rem;
    width: 100%;
}

form.specs select {
    height: auto;
    padding: 0.55rem 0.7rem;
}

ul.users,
ul.contributors,
ul.contacts {
    margin-left: 1rem;
}

ul.contributors {
    width: 60rem;
}

ul.users li,
ul.contributors li,
ul.contacts li {
    font-size: 0.85rem;

}

ul.contributors li.toevoegen {
    display: flex;
}

ul.users li a,
ul.contributors li a,
ul.contacts li a {
    color: var(--offwhite);
    text-decoration: none;
    display: flex;
    padding: .2rem .5rem;
}

ul.contributors li a {
    gap: 1rem;
}

ul li.inactive a {
    color: var(--blauw3);
}

ul.users li.toevoegen a,
ul.contributors li.toevoegen a,
ul.contacts li.toevoegen a {
    padding: 0;
}

ul.contributors li a span,
ul.contacts li a span {
    width: 13rem;
}

ul.users li a span {
    width: 20rem;
}

ul.contributors li a span.bedrijfsnaam {
    width: 25rem;
}

ul.users li.toevoegen span,
ul.contributors li.toevoegen span,
ul.contacts li.toevoegen span {
    background-color: var(--dvroze);
    border-radius: 0.5rem;
    margin-bottom: 0.8rem;
    padding: 0.3rem 0.7rem;
    width: auto;
}

ul.contributors li a span.aantal {
    width: auto;
}

ul.users li:not(.toevoegen):hover,
ul.contributors li:not(.toevoegen):hover,
ul.contacts li:not(.toevoegen):hover {
    background-color: var(--blauw3);
}

ul li.inactive:hover a {
    color: var(--blauw2);
}

button:disabled {
    color: #999;
    background-color: #ccc;
    border-color: #ccc;
    cursor: pointer;
}

#entries a.button {
    width: auto;
    color: var(--notwhite);
    background-color: var(--dvroze);
    border: .05rem solid var(--dvroze);
    border-radius: 0.3rem;
    font-size: 0.8rem;
    padding: 0.3rem .7rem;
    text-decoration: none;
    font-weight: 400;

    margin-top: 0.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 0.3rem;
}

form#entries {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.ingaveoverzicht {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    font-size: 0.8rem;
    font-weight: 300;
}

.ingaveoverzicht .sector {
    padding-left: 0;
}

.ingaveoverzicht .groep {
    padding-left: 1rem;
}

.ingaveoverzicht .naam {
    padding-left: 2rem;
}

.filterview {
    width: 100%;
    display: flex;
    color: #fff;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem 1.2rem;
    padding: 0 1rem 0 1.3rem;
    margin-bottom: 1rem;
    align-items: center;
}

.filterview .checkcontainer {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0.9rem;
    font-size: 0.6rem;
    color: var(--offwhite);
}

.filterview .checkmark {
    height: 0.7rem;
    width: 0.7rem;
    border-radius: 0.2rem;
}

.filterview .checkcontainer .checkmark:after {
    left: 0.2rem;
    top: 0.05rem;
    width: 0.15rem;
    height: 0.3rem;
    border-width: 0 0.1rem 0.1rem 0;
}

button.filter {
    font-size: 0.6rem;
    padding: 0.1rem 0.5rem;
    background-color: var(--notwhite);
    border-color: var(--notwhite);
    color: var(--blauw);
    margin-top: -0.25rem;
}

button.filter:hover:not([disabled]) {
    background-color: var(--blauw4);
    border-color: var(--blauw4);
}

.kaartwrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 1rem;
}

.bedrijfskaart,
.contactkaart {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 0 0 0rem 1rem;
    background-color: var(--notwhite);
    padding: 0.9rem 1.6rem 0.9rem 1.2rem;
    font-size: 0.75rem;
    border-radius: 0.3rem;
    color: var(--blauw2);
    gap: 0.1rem;
}

.bedrijfskaart .contacten {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 0.8rem;
    gap: 0.5rem;
}

.contacten a.button {
    display: block;
    width: auto;
    text-align: center;
    color: var(--offwhite);
    padding: 0.2rem 0.7rem;
    background-color: #83888b;
    border-radius: 0.3rem;
    font-size: 0.65rem;
    text-decoration: none;
    font-weight: 400;
}

.contacten a.button.actief {
    color: #fff;
    background-color: var(--dvroze);
}

.contactkaart a:not(.settings) {
    margin: 0.3rem 0 0.2rem;
    display: block;
}

.contactkaart a.settings,
.bedrijfskaart a.settings {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
}

.contactkaart a.settings .icon,
.bedrijfskaart a.settings .icon {
    width: 0.8rem;
    height: 0.8rem;
    stroke: var(--blauw4);
    fill: var(--blauw4);
}

a.settings:hover .icon {
    fill: var(--dvroze);
}

.contactkaart .info,
.contactkaart .functie {
    font-size: 0.65rem;
}

.contactkaart .info {
    margin-top: 0.5rem;
}

div.invoer,
.invoerwrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1rem;
    justify-content: space-between;
}

form.invoer.reporter input[type="number"] {
    width: 8rem;
}

form.invoer.reporter textarea {
    width: 14.7rem;
    height: 9rem;
}

fieldset.notering {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1rem;
    font-size: 0.7rem;
}

span.prevweek {
    color: var(--blauw4);
    cursor: pointer;
}

div#info {
    display: none;
}

body.verify {
    background-color: var(--verify);

    #content,
    #tabs a.active {
        background-color: var(--verify);
    }

    #tabs a:hover .navbuttons.second a.button {
        background-color: #4c673c;
    }

    .navbuttons.second a.button {
        background-color: #308744;
    }

    .navbuttons:not(.dragging) a.button.actief {
        background-color: var(--dvroze);
    }

    .navbuttons {
        border-bottom-color: #6ca579;
    }
}

body.audit {
    background-color: var(--audit);

    #content,
    #tabs a.active {
        background-color: var(--audit);
    }

    .navbuttons.second a.button {
        background-color: #9b6ca5;
    }

    .navbuttons:not(.dragging) a.button.actief {
        background-color: var(--dvroze);
    }

    .navbuttons {
        border-bottom-color: #9b6ca5;
    }
}

#tabs a.verify:hover {
    background-color: var(--verify);
}

#tabs a.audit:hover {
    background-color: var(--audit);
}

.allcommentary {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 0.6rem;
}

.allcommentary div.titel {
    width: 100%;
    position: absolute;
    top: -1.5rem;
    font-size: 0.9rem;
}

.commentary {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 25rem;
    gap: 0.1rem;
    font-weight: 400;
    font-size: 0.65rem;
    background: var(--notwhite);
    padding: 0.5rem 0.5rem;
    border: 1px solid #878787;
    border-radius: .3rem;
}

span.bedrijfsnaam {
    font-weight: 600;
    font-size: 0.75rem;
}

span.email {
    font-style: italic;
    margin-top: 0.2rem;
}

.not_comment {
    max-width: 11rem;
    margin: 0.6rem 0 0;
    font-weight: 400;
    font-size: 0.65rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    background: var(--notwhite);
    padding: 0.3rem 0.5rem;
    border: 1px solid #878787;
    border-radius: .3rem;
}

.group_comment {
    max-width: 25rem;
    margin: 0;
    font-weight: 400;
    font-size: 0.65rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    background: var(--notwhite);
    padding: 0.5rem 0.6rem 0.3rem;
    border: 1px solid #878787;
    border-radius: .3rem;
    align-items: flex-start;
    min-width: 22rem;
    min-height: 8rem;
    justify-content: space-between;
}

.group_comment.empty {
    justify-content: flex-end;
}

.comment {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin-top: 0.2rem;
}

a.adjust {
    margin-top: 0.6rem;
}

a.addcomment {
    font-size: 0.65rem;
    text-decoration: none;
    background-color: #878787;
    color: var(--notwhite);
    padding: 0.2rem 0.4rem;
    margin-top: 0.6rem;
    border-radius: .3rem;
    border: 1px #878787 solid;
}

.warningoverview {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 0.55rem;
}

.warningoverview>.tab {
    display: flex;
    flex-direction: column;
    background-color: var(--dvrozehover);
    color: #fff;
    padding: 0.3rem 0.5rem 0 0.5rem;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.teweinig {
    display: flex;
    flex-direction: column;
    background-color: var(--dvrozehover);
    color: #fff;
    padding: 0.3rem 0.5rem;
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.teweinig>span {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
}