<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* algemeen */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.pagina_size{
    margin: 0px auto;
    width:80vw;
    max-width:1140px;
}

@media (max-width: 992px) {
    .pagina_size {
        width: 100%;
    }
}

.dropbtn {
    border: none;
    cursor: pointer;
    background-color: transparent;
    margin-left: -3px;
}

.content-vak {
    border-radius: 1rem;
    background-color: #fff;
    padding: 1em;
    margin-bottom: 1em;
    display: block;
    height: 100%;
    margin-top: 20px;
}

h1 {
    background-color: #fff;
    border-radius: 1rem;
    padding: 1.25em;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: .08em;
}

h2 {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.content-vak h1 {
    font-size: 18.0pt;
    color: #2A5078;
    padding: 0px;
}

.content-vak h2 {
    line-height: 18.0pt;
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 8pt;
    margin-left: 0cm;
    font-size: 11.0pt;
}


.content-container {
    flex: 1;
    /* Zorgt ervoor dat de content-container expandeert en de beschikbare ruimte vult */
}

.footer {
    flex-shrink: 0;
    max-width: 1140px;
    /* Voorkomt dat de footer krimpt */
}

.extra-margin {
    margin: 0px 10px;
}

/* header */
.nav-link.icon-link.dropdown-toggle::after {
    display: none;
}



.icon-link img {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    filter: invert(62%) sepia(83%) saturate(1010%) hue-rotate(9deg) brightness(109%) contrast(90%);
}

.navbar-nav {
    flex-direction: row;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.dropdown-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 10px;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    max-height: 90vh;
    /* Pas de maximale hoogte naar wens aan */
    overflow-y: auto;
    /* Voegt een verticale scrollbar toe indien nodig */
    overflow-x: hidden;
    /* Voorkomt een horizontale scrollbar */

}


.dropdown-menu[data-bs-popper] {
    right: 0%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer);

}

.dropdown-menu a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.menu-item {
    border-bottom: 2px solid white;
}

.dropdown-item {
    padding: 0px;
}

.dropdown-header {
    font-weight: 400;
    letter-spacing: 3px;
    background-color: #ffc107;
    color: #2a5078 !important;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 2px solid white;
    padding: 0px;
}

.dropdown-header a {
    color: #2a5078 !important;
}

.dropdown-header:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dropdown-header:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.menu-item-level-2 {
    padding-left: 28px;
    text-align: left;
    color: #fff;
}

.menu-item-level-2 a {
    color: #ffffff;
}

/* footer */
.bottom {
    background-color: #fff;
}

.footer {
    background-color: #ffffff;
    padding: 10px 0;
    height: 85px;
    max-width: 1140px;
    margin: 0px auto;
}

.footer a {
    text-decoration: none;
}

.social-media-icons img {
    height: 32px;
    width: 32px;
    margin: 0px 10px;
    filter: invert(62%) sepia(83%) saturate(1010%) hue-rotate(9deg) brightness(109%) contrast(90%);
}

.footer-icons {

    line-height: 1.6;
    opacity: .8;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #eabd0c;
}

.footer-icons a {
    color: #eabd0c;    margin: 0px 10px;

}

.footer-logo img {
    height: 45px;
}


/* Index body */

.content-container {
    width: 100%;
    padding-top: 20px;
    box-sizing: border-box;
    padding-bottom: 7em;
}

.container {
    padding: 0px;
}

.row {
    margin: 0px;
}

.box {
    display: block;
    padding: 15px;
    border-radius: 1rem;
    cursor: pointer;
    /* Voeg hier stijlen toe zoals border, achtergrondkleur, etc. */
}

.box img {
    /* max-width: 20%;
    height: 90%;
    max-height: 100px; */
    width: 100px;
}

.box span {
    float: right;
    color: #fff;
}

/* Specifieke stijlen voor elke box op basis van id */
#agentschappen {
    background-color: #80516f;
    min-height: 228px;
}

#zbos {
    background-color: #eabd0c;
    min-height: 228px;
}

#database {
    background-color: #8c7107;
    min-height: 114px;
}

#publicaties {
    background-color: #5895de;
    min-height: 114px;
}






/* Publicatie pagina */
.publicaties {
    padding-left: 30px;
}

.publicaties .categorie_title{
    color: #2A5078;
    font-weight: 600;
    margin-top: 40px;
}

.publicaties ul {
    list-style-type: none;
    padding: 0;
}

.publicaties li {
    margin-bottom: 8pt;
}

.publicaties a {
    color: black;
    text-decoration: none;
    font-weight: 100;
}

.publicaties a:hover {
    text-decoration: underline;
}


/* disclaimer pagina*/

.disclaimer .categorie_title{
    color: #000;
    font-weight: 500;
    margin-top: 40px;
}

.disclaimer p{
    font-weight: 100;
}

/* info pagina*/

.info .categorie_title{
    color: #000000;
    font-weight: 500;
    margin-top: 40px;
}

.info p {
    font-weight: 100;
}

.info li {
    font-weight: 100;
}


/* Agentschappen en zbos overzichtpagina's */

.box-full {
    display: block;
    padding: 15px;
    margin: 15px 0px;
    margin-bottom: 15px;
    border-radius: 1rem;
    cursor: pointer;
    /* Voeg hier stijlen toe zoals border, achtergrondkleur, etc. */
}

.box-full h2 {
    margin: 1em 0.5em;
}

.box-full p {
    margin: 1em;
}

.rounded-block {
    border-radius: 1rem;
    background-color: #fff;
    padding: 1em;
    display: block;
    height: 100%;
}

.icon-database img {
    width: 44px;
    height: 44px;
}

.icon-terug img {
    width: 44px;
    height: 44px;
}


/* Hier komt stijlen op de organistei dashboard pagina's */
.chart-tools {
    max-width: fit-content;
    padding: 10px;
    border-radius: 1rem;
    background-color: #e5bc00;
    margin-bottom: 5px;
    display: block;
    height: fit-content;
}

.chart-tools i {
    color: #ffffff;
}

.chart-tools .btn {
    padding: 0px 5px;
}


/* Container voor de tooltip */
.chart-tooltip {
    position: relative;
    display: inline-block;
}
.chart-tooltip img{
    filter: invert(62%) sepia(83%) saturate(1010%) hue-rotate(9deg) brightness(109%) contrast(90%);
    max-height: 30px;
}

/* Tooltip tekst */
.chart-tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #355177e1;
    color: #fff;
    text-align: left;
    font-size: 0.8em;
    border-radius: 6px;
    padding: 5px 5px 5px 5px;
    position: absolute;
    z-index: 1;
    left: 100%;
    text-decoration: none;
    text-transform: initial;
    letter-spacing: normal;
    word-break:normal;

}

/* Toon de tooltip tekst wanneer je over de container hovert */
.chart-tooltip:hover .tooltiptext {
    visibility: visible;
}

.row .chart-block {
    padding-left: 0px;
    padding-right: 0px;

}

.row .chart-block.col-md-6:first-child {
    border-right: 1px solid #cabea7;
}

.annotation {
    fill: rgb(234, 189, 12);
}



.title_categorie h1{
    padding-left:calc(var(--bs-gutter-x)* .5);
    font-size: 1.1em;
}

.chart-header h2{
    color: #2a5078;
    font-size: 1.0em;
    margin-bottom: .5rem;
    word-break: keep-all;
    margin-right: .5rem;
    display: inline;
    font-weight: 500;
}



/* database pagina */

.database h1 {
    padding: 1.25em 0;
    color: #250a37;
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: .08em;
}

#organisatieCheckboxes {
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
}

#organisatieCheckboxes div.sector {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

#organisatieCheckboxes label {
    display: block;
}


.organisatie-dropdown-menu {
    display: none;
    position: absolute;
    /* of 'fixed' afhankelijk van de behoefte */
    z-index: 1051;
    /* Zorg ervoor dat dit hoger is dan de z-index van andere elementen */
    background-color: white;
    max-height: 420px;
    overflow-y: auto;
    /* border-radius: 0px 0px 10px 10px; */
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 0px rgba(0, 0, 0, 0.14), 0 3px 14px 0px rgba(0, 0, 0, 0.12);
    padding: 5px;

}

.organisatie-dropdown-menu.show-dropdown {
    display: block !important;
}

#categorieCheckboxes {
    background-color: #fff;
    /* border-radius: 0px 0px 10px 10px; */
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 0px rgba(0, 0, 0, 0.14), 0 3px 14px 0px rgba(0, 0, 0, 0.12);

}

#categorieCheckboxes div.sector {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
}

#categorieCheckboxes label {
    display: block;
}

.categorie-dropdown-menu {
    display: none;
    position: absolute;
    /* of 'fixed' afhankelijk van de behoefte */
    z-index: 1051;
    /* Zorg ervoor dat dit hoger is dan de z-index van andere elementen */
    background-color: white;
    max-height: 420px;
    overflow-y: auto;
    /* border-radius: 0px 0px 10px 10px; */
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 0px rgba(0, 0, 0, 0.14), 0 3px 14px 0px rgba(0, 0, 0, 0.12);
    padding: 5px;

}

.btn-database {
    position: relative;
    /* Zorgt ervoor dat de dropdown relatief aan deze knop gepositioneerd wordt */
    z-index: 50;
    /* Verhoog de z-index om interferenties te vermijden */
    border: 0px;
    border-bottom: 1px solid #000;
    color: #ffffff00;
    background-color: #ffffff00;
    border-radius: 0%;
    width: 100%;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Niet-prefixed versie, werkt in Chrome, Opera en recente versies van andere browsers */

}

.pill {
    display: inline-flex;
    align-items: center;
    padding: 0 5px;
    border-radius: 9999px;
    background-color: #eee;
    color: #000;
    font-size: 14px;
    height: 24px;
    margin: 3px 1px;
    max-width: calc(100% - 2px);
    /* Zorg voor maximale breedte */
    overflow: hidden;
}

.pill-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
    /* Laat de tekst groeien en krimpen */
    flex-shrink: 1;
    /* Staat krimpen toe om ruimte te maken voor de verwijderknop */
    margin-right: 5px;
    /* Ruimte tussen tekst en verwijderknop */
}

.pill .remove {
    cursor: pointer;
    color: #fff;
    /* Deze kleur wordt nu toegepast op het icoon */
    background-color: #76757500;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    box-sizing: border-box;
}

.pill .remove i {
    color: #767575;
    /* Past de kleur van de 'x' aan */
    font-size: 15px;
    /* Past de grootte van het icoon aan */
}




#selectedOrganisaties {
    display: flex;
    flex-wrap: wrap;
}

.sector-label {
    cursor: pointer;
    margin-top: 10px;
    color: #838383;
    font-size: 12px;
}

.organisations label {
    display: block;
    margin-left: 20px;
}

#selectedCategorieen {
    display: flex;
    flex-wrap: wrap;
}


.organisatie-label {
    cursor: pointer;
    margin-top: 10px;
    color: #838383;
    font-size: 12px;
}

.rotate {
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
}





.categorie-list label {
    display: block;
    margin-left: 20px;
}

#selectedCategorieen {
    display: flex;
    flex-wrap: wrap;
}

.sector-header {
    color: #250a37;
    font-size: .75em;
    letter-spacing: .1em;
    font-weight: 700;
    text-transform: uppercase;
}

.database hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #9a9999;
    margin: 1em 0;
    padding: 0;
    clear: both;
}

.database .tooltip_index {
    flex-direction: wrap;
}

@media screen and (min-width: 770px) {
    .database .tooltip_index {
        flex-direction: column;
    }
}

.google-visualization-table-td,
.google-visualization-table-tr-odd,
.google-visualization-table-tr-even,
.google-visualization-table-td.google-visualization-table-type-number {
    text-align: center!important;}



/*Slider*/

.wrapper {
    position: relative;
    line-height: 10px;
    height: 2px;
    background-color: #000000;
    border-radius: 10px;
}

.doubleRange {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 4px;
    top: -1px;
    left: 0;
}

#upperValue {
    direction: ltr;
}

.doubleRange::-moz-range-thumb {
    pointer-events: all;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000000;
    cursor: pointer;
    border: none;
    outline: none;
}

.doubleRange::-webkit-slider-thumb {
    pointer-events: all;
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000000;
    cursor: pointer;
    border: none;
    outline: none;
}

.doubleRange::-moz-range-progress {
    background-color: #151515;
    height: 4px;
}

.filter-btn {
    background-color: #eabd0c;
    border-radius: 8px;
    border: none;
    padding: 3px 5px;
    height: 30px;
}

#clickableArea {
    position: absolute;
    top: 50%;
    left: -5px;
    width: calc(100% + 10px);
    height: 18px;
    transform: translateY(-50%);
    cursor: pointer;
}

.noselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#display {
    height: 50PX;
}


/* Hier komt stijlen op de organistei dashboard pagina's */
.chart-tools-database {
    padding: 10px;
    height: 44px!important;
    width: 44px!important;
    border-radius: 5px;
    background-color: #eabd0c;
    margin: 5px;
    display: block;
    height: fit-content;
    border: none;
}

.chart-tools-database i {
    color: #ffffff;
}

#chart_index{
    font-weight: 700;
    color: white;
}


@media (max-width: 991.98px) {
    .chart-tools-database-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-end;
        margin-top: 10px;
        /* Add some margin if needed */
    }
}</pre></body></html>