@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "VisbyRoundCF";
    src: url("/fonts/VisbyRoundCF-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-smooth: always;
}
@font-face {
    font-family: "VisbyRoundCF";
    src: url("/fonts/VisbyRoundCF-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;

}

@media print {
    #printarea {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
    }
}

.bg-dark{
    background: rgb(0,0,0, 0.5) !important;
}

.menu{
    margin: 20px;
    border-radius: 15px;
}

.menu .button{
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    border-radius: 15px;
}

.btn-hover {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    padding: 10px 40px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 15px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}

.btn-hover.color-1 {
    width: 100%;
    background-image: linear-gradient(to right, #ffffff, #ffffff, #4ec29c, #13916c);
}

.btn-hover.color-2 {
    width: auto;
    color: #fff;
    background-image: linear-gradient(to right, #0f1938, #0f1938, #af1010, #330f31);
    float:right;
}

.btn-hover.color-3 {
    width: auto%;
    background-image: linear-gradient(to right, #ffffff, #ffffff, #4ec29c, #13916c);
}

.menuitem{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    padding: 0px 15px;
    line-height: 30px;
    display: block;
    width: 100%;
    border-radius: 15px;
    margin: 0px 0px;
}

.submenuitem{
    padding: 0px;
    margin: 0px;
    line-height: 25px;

}

.menuitem:hover{
     background: #0000005e;
}

.menuitemgebruiker{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    padding: 0px 15px;
    line-height: 40px;
    display: block;
    width: 100%;
    margin: 0px 0px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.63);
}
.menuitemgebruiker:hover{
    background: #0000005e;
}

.menuitem a{
    color:#fff;
}
.menuitemicon{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    margin-top: -8px;
}

.contentwrapper{
    position: relative;
    z-index: 10;
}

.control-label{
    margin-top: 20px;
}

.bgdiv{
    clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
    width: 100%;
    position: absolute;
    top: 0;
    height:100%;
    z-index:1;
    background: #7fd6f7;
}

.bgimgdiv{
    background: url('/media/standaardbg.jpg');
    position: absolute;
    top: 0;
    right:0;
    height:100%;
    width: 25%;
    overflow: hidden;
    z-index: 0;
    background-size: cover;
}

.listrow_odd{
    padding: 5px 0px;
}

.listrow_even{
    padding: 5px 0px;
    background: #fff;
}

.content{
    width: 100%;
    margin: 60px 0px;
}

.stelling{
    padding: 15px 0px;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    cursor: pointer;
    font-weight: 700;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    transform: rotate(-180deg);
}

.stellingcategorie{
    padding: 10px 0px;
    background: rgb(0,0,0,0.7);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 40px;
    border-radius: 15px;
}

.samenvatting{
    background: rgb(0 0 0 / 22%) !important;
    padding: 25px;
    border-radius: 15px;
    margin-top: 40px;
}

.overviewcharts{
    background: rgb(255,255,255,0.3);
    border-radius: 15px;
    padding: 30px 15px;
    margin: 30px 0px;
}

.indicatorlegend{
    width: 100%;
    border-radius: 15px;
    padding: 10px;
    color: #fff;
    margin: 15px 0px;
    text-align: center;
    font-size: 20px;
}

.indicatorlegendsmall{
    width: 100%;
    border-radius: 15px;
    padding: 5px;
    color: #fff;
    margin: 15px 0px;
    text-align: center;
    font-size: 16px;
}

.indicatoro{
    background: #cc0000;
}

.indicatorv{
    background: #0099ca;
}

.indicatorg{
    background: #229400;
}

.infosign{
    font-size: 20px;
}

.form-check-input[type=radio] {
    border-radius: 50%;
    padding: 10px;
}

.form-check-input:checked {
    background-color: #009f05;
    border-color: #009f05;
    padding: 10px;
}


.modal-backdrop{
    z-index: 1;
}

.modal-content {
    z-index: 100;
    padding: 50px;
    border-radius: 25px;
    box-shadow: 0 0 30px;
    border: none;
    margin-top: 150px;
}

.logo{
    position: relative;
    padding: 10px 10px 0px 10px;
}

.imagebox{
   margin: 15px 0px 15px 0px;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition-property: height, visibility;
        transition-duration: 1.35s;
    }
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {



}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .content {
        width: 100%;
        margin: 40px 0px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }

    .content {
        width: 100%;
        margin: 40px 0px;
    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .modal-dialog {
        max-width: 900px;
        margin: 1.75rem auto;
    }

    .content {
        width: 70%;
        margin: 60px 0px;
    }

    .bgdiv{
        clip-path: polygon(82% 0, 82% 77%, 75% 100%, 0 100%, 0 0);
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

    .modal-dialog {
        max-width: 900px;
        margin: 1.75rem auto;
    }

    .content {
        width: 70%;
        margin: 60px 0px;
    }
    .bgdiv{
        clip-path: polygon(82% 0, 82% 77%, 75% 100%, 0 100%, 0 0);
    }

}