/* Z-index of #mask must lower than #boxes .window */
@import "/css/fb.css";

#mask {
    position: absolute;
    z-index: 9000;
    background-color: #11435e;
    /*#686868;*/
    display: none;
    top: 0;
    left: 0;
    backdrop-filter: blur(5px);
}

#boxes {
    position: absolute;
    top: -1px;
    left: 0;
    font-family: "Fira Sans Condensed", sans-serif;
    /*font-weight:300;*/
    font-weight: 400;
    font-size: 15px;
}

#boxes input,
#boxes select,
#boxes button {
    font-family: "Fira Sans Condensed", sans-serif;
    /*font-weight:300;*/
    font-weight: 400;
    font-size: 14px;
}

#boxes input[type=text] {
    width: 220px;
    margin-bottom: 5px;
}

input[name=preview] {
    margin-left: 30px;
}

#boxes label:not(.vantot):not(.jaar) {
    display: block;
    width: 135px;
    float: left;
    margin-top: 3px;
}

label.jaar {
    white-space: nowrap;
    width: 70px;
    display: inline-block;
}

#boxes .window {
    position: absolute;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 10px;
}

/* Customize your modal window here, you can add background image too */
#boxes .box {
    width: 435px;
    height: auto;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #ffffff;
    background-position: center bottom;
    box-shadow: 3px 5px 9px 0px #11435e;
}

#boxes #popdiv.box {
    height: 340px;
    width: 610px;
    overflow-y: auto;
}

#boxes #poppaywall.box {
    font-size: 16px;
    line-height: 1.6em;
    padding: 20px 30px;
    border: none;
}

#boxes #navi {
    height: 340px;
    width: 210px;
    float: left;
}

#navi ul li a {
    display: block;
    color: #000;
    margin-bottom: 5px;
}

#boxes .formwindow {
    height: 310px;
    width: 380px;
    float: left;
    display: none;
    box-sizing: border-box;
    padding-left: 10px;
}

#boxes #algemeen.formwindow {
    display: block;
}

#boxes ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.5em;
}

.formwindow h2 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 400;
}

#boxes #chartform .formwindow>div {
    margin-bottom: 10px;
}

.formwindow.inactief,
.formwindow.inactief *,
#navi ul li a.inactief {
    color: #999999;
}

div.vergelijker {
    margin: 10px 0;
}

button.resetcolor {
    margin-left: 4px;
    margin-top: 1px;
}

.formwindow>div.interpoleer {
    height: 22px;
}

.formwindow>div.kleur {
    height: 26px;
}

.formwindow>div.kleur * {
    float: left;
}

.formwindow span.soortoption {
    display: inline-block;
}

div.warning {
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 400;
    font-size: 15px;
    width: 260px;
    text-align: center;
    margin-top: 24px;
    margin-left: 180px;
    padding: 14px 20px;
    background-color: #dc391252;
    border: 2px solid #dc391291;
    border-radius: 4px;
}

div.warning button {
    margin-top: 14px;
    cursor: pointer;
}

.dataview .chartdiv .amcharts-amexport-left>.amcharts-amexport-item,
.dataview .chartdiv .amcharts-amexport-right>.amcharts-amexport-item {
    width: auto;
    padding: 6px 8px;
    opacity: 0.7;
}

.dataview .chartdiv .amcharts-amexport-left>.amcharts-amexport-item:hover,
.dataview .chartdiv .amcharts-amexport-right>.amcharts-amexport-item:hover {
    opacity: 1;
}

.dataview .chartdiv .amcharts-amexport-item {
    background-color: #e9e2db;
    /* background-color: #eef0f7; */
    font-weight: 400;
    color: #444;
}

.dataview .chartdiv .amcharts-amexport-item.active {
    background-color: var(--tekstkleur);
    /* background-color: #3b9ed4; */
    color: #fff;
    opacity: 1;
}

.vraag_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px;
}

.vraag_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.vraag_header h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    text-align: center;
}

.vraag_header h3 {
    font-size: 19px;
    line-height: 24px;
    font-weight: 300;
    margin: 12px 0;
    text-align: center;
}

.vraag_footer h4 {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

a.knop {
    font-size: 18px;
    padding: 10px 20px;
    font-weight: 400;
    margin-left: 20px;
    border-radius: 6px;
    color: #fff;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    line-height: 1em;
    background-color: var(--tekstkleur);
    text-decoration: none;
    display: flex;
    width: fit-content;
    align-items: center;
}

a.knop.abonneren {
    color: #fff;
    background-color: var(--contrastkleur);
    margin-left: 0;
}

a.knop .icon {
    position: relative;
    top: unset;
    right: unset;
    height: 20px;
    width: 20px;
    margin-left: 10px;
    fill: currentColor;
}

@media screen and (max-width: 500px) {

    .dataview .chartdiv .amcharts-amexport-left>.amcharts-amexport-item,
    .dataview .chartdiv .amcharts-amexport-right>.amcharts-amexport-item {
        display: none;
    }

    #boxes #poppaywall.box {
        width: 280px !important;
        left: calc(50vw - 140px) !important;
        box-sizing: border-box;
        padding: 12px;
    }

    .vraag_header {
        margin-bottom: 6px;
    }

    .vraag_footer {
        margin-top: 20px;
    }

    .vraag_header h2 {
        font-size: 16px;
        line-height: 18px;
    }

    .vraag_header h3 {
        font-size: 14px;
        line-height: 15px;
        margin: 3px 0 7px;
    }

    .vraag_footer h4 {
        font-size: 14px;
    }

    a.knop {
        font-size: 14px;
        padding: 5px 10px;
        margin-left: 10px;
        border-radius: 4px;
    }

    a.knop .icon {
        height: 15px;
        width: 15px;
        margin-left: 10px;
    }
}