/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

button, hr, input {
    overflow: visible
}

progress, sub, sup {
    vertical-align: baseline
}

[type=checkbox], [type=radio], legend {
    box-sizing: border-box;
    padding: 0
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

details, main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #dcdcdc;
    clear: both;
    height: 0;
    border-left: 0px;
    border-right: 0px;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: ButtonText dotted 1px
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}
/* / Normalize */

#header {
    box-sizing: border-box;
}

#logo {
    position: fixed;
    top: 5px;
    right: 5px;
}

    #logo:hover {
        cursor: pointer;
    }

#title {
    box-sizing: border-box;
}

#vergTitle {
    display: inline-block;
}

#lblPublicatieDatum,
#lblBekendmakingPublicatieDatumBeslissing {
    font-size: 60%;
}

#lblPublicatieDatumLaatsteWijziging,
#lblBekendmakingPublicatieDatum {
    font-size: 45%;
}

#footer {
    position: fixed;
    z-index: 101;
}

#icons tr, #icons td {
    cursor: default;
}

    #icons tr:hover, #icons td:hover {
        cursor: default;
    }

#vergaderingen, #geenLicentie {
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 30px;
}

#spaceHyperlink {
    margin-left: 30px;
    padding-top: 5px;
}

/* -------------------------- ZOEKEN -------------------------- */

#zoekparams {
    margin-right: 40px;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 30px;
    margin-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 50px;
    float: left;
    border: 1px solid #ccc;
    width: 350px;
}

    #zoekparams .label {
        margin: 0px;
        display: inline-block;
        width: 100%;
        text-align: left;
    }

    #zoekparams .label1 {
        margin: 0px;
        display: inline-block;
        width: 98px;
    }

    #zoekparams .label2 {
        margin-left: 20px;
        display: inline-block;
        width: 87px;
    }

    #zoekparams input[type="text"],
    #zoekparams input[type="date"] {
        margin-bottom: 10px;
        padding-top: 0.2em;
        padding-bottom: 0.2em;
        margin-left: 0px !important;
        width: 99%;
        padding-right: 0px !important;
    }

    #zoekparams select {
        margin: 0px;
        padding: 0px;
        display: inline-block;
        width: 160px;
        border: 1px solid black;
        margin: 0px;
    }

.ddl-long {
    width: 100% !important;
}

.labelvan {
    float: left;
}

.labeltot {
    float: right;
    margin-bottom: 20px;
}

input[type="submit"] {
    cursor: pointer;
}

.inputField {
}

#searchBox {
    float: right;
}

    #searchBox input[type="text"] {
        width: 70%;
        float: left;
    }

#Opzoeken {
}

    #Opzoeken input[type="submit"] {
        width: 100%;
    }

#WisCriteria {
    margin-top: 10px;
}

    #WisCriteria input[type="submit"] {
        width: 100%;
        cursor: pointer;
    }

#zoekResultaat {
    position: relative;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

/* -------------------------- ZOEKEN -------------------------- */

#loadingPanel {
    position: absolute;
    width: 95%;
    height: 100%;
    z-index: 1001;
    background-image: url(../img/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingTop20 {
    padding-top: 20px;
}

.italic {
    font-style: italic;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

#inhoudNotulenLink {
    margin: 20px 20px 20px 20px;
    float: right
}

#info {
    width: 15%;
    font-size: 0.7em;
    float: left;
    text-align: right;
    padding-right: 5px;
    box-sizing: border-box;
    position: absolute;
    bottom: 3px;
    right: 3px;
}

#disclaimer {
    width: 15%;
    font-size: 0.7em;
    float: left;
    text-align: right;
    padding-right: 5px;
    box-sizing: border-box;
    position: absolute;
    bottom: 3px;
    right: 50%;
}

/* -------------------------- OVERLAY MENU -------------------------- */

#overlaymenuDisclaimer > .overlaymenuInner {
    overflow-y: auto;
}

#overlaymenuDisclaimer > .overlayTitle {
    margin-bottom: 0px;
}

#overlaymenuDisclaimer > .overlaymenuInner {
    padding-bottom: 5px;
    padding-top: 5px;
}

#overlaymenuDisclaimer > .overlaymenuInner > .overlayValidatieButtonsRight {
    padding-bottom: 5px;
}

#overlay {
    opacity: 0.5;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99999;
    display: none;
}

.overlayTitle {
    margin-bottom: 15px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.overlaymenuInner {
    padding: 10px;
}

.meldingMessage {
    width: 500px;
    top: 50%;
    left: 50%;
    float: left;
    padding-bottom: 10px;
}

.overlaymenuButtonsRight {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
}

.overlaymenu {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 565px;
    margin-top: -200px;
    margin-left: -283px;
    z-index: 99999999;
    display: none;
}

.overlayValidatieButtonsRight {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
}

.overlaymenu button, .overlaymenu input[type="submit"] {
    min-width: 80px;
    margin-right: 10px;
    padding: 5px;
}

    .overlaymenu button:hover, .overlaymenu input[type="submit"]:hover {
        cursor: pointer;
    }

/* -------------------------- OVERLAY MENU -------------------------- */

#links {
    float: right;
}

.topicslist {
    margin-bottom: 20px;
}

    .topicslist > li > a div,
    .topicslist > li > a p {
        display: inline;
    }

.topic {
    border-top: 1px silver solid;
    margin-top: 5px;
    padding-top: 10px;
}

.puntBijlagenSet {
    margin-bottom: 15px;
}

#links a {
    display: inline-block;
    white-space: nowrap;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.topicslist li {
    max-width: 620px;
}

.content {
    margin: 20px 20px 0px 20px;
}

#topics {
    clear: both;
}

/* Fixes */
ul.topicslist > li > a > div > div {
    display: none !important;
}

ul.topicslist > li {
    margin-bottom: 5px;
    text-align: left;
}

.topic img {
    width: 100%;
    height: auto;
    max-width: fit-content;
}


div#zoekparams input[type=text] {
    padding-left: 5px;
}

div#zoekparams input[type=text],
div#zoekparams select {
    text-indent: 5px;
}

#cphMainContent_lblVerslagenRaadplegen {
    display: block;
}

#cphMainContent_lblBekendmakingenRaadplegen {
    display: block;
}


#lbToggleTake {
    float: left;
}

#cphMainContent_hplBesluitZoeken {
    float: right;
    margin-right: 100px;
}

#cphMainContent_hplBekendmakingZoeken {
    float: right;
    margin-right: 100px;
}


.clearfix {
    clear: both;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

#divVergaderingTypes {
    padding-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}

    #divVergaderingTypes > span {
        padding-right: 10px;
        margin: auto 0 auto 0;
    }

.ganaarbekendmaking {
    float: right;
}

/* Bekendmakingen */

.bekendmakingenPuntList,
#divVergaderingTypes,
.meetingsList,
#cphMainContent_hplBesluitZoeken,
#cphMainContent_hplBekendmakingZoeken,
.bekendmakingenConfigList {
    margin-right: 100px !important;
    transition: margin-right, linear, 1s !important;
}

    .bekendmakingenPuntList > table {
        width: 100%;
    }

    .bekendmakingenPuntList tr > td,
    .bekendmakingenPuntList tr > th {
        transition: width linear 1s;
        text-align: left;
    }

        .bekendmakingenPuntList tr > td:first-of-type,
        .bekendmakingenPuntList tr > th:first-of-type {
            width: 48%;
            padding-right: 4%;
        }

        .bekendmakingenPuntList tr > td:not(:first-of-type),
        .bekendmakingenPuntList tr > th:not(:first-of-type) {
            width: 16%;
        }

select, input, option {
    outline: none;
}

#cboVergaderingTypesWrapper::after {
    transition: all .1s linear;
}

.bekendmakingenPuntList tbody td {
    padding: 10px 0;
}

.topicPublicatieDatum {
    font-size: 85%;
    opacity: 0.85;
}

.hplBesluitenLine {
    line-height: 1.4rem !important;
}

.bekendmakingTag {
    color: #fff;
    border-radius: 800px;
    padding: 3px;
    background: #58af35;
    margin-left: 10px;
}

#outerHoofdingTekst {
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

#lblHoofdingTekst {
    vertical-align: middle;
    display: table-cell;
}

#hoofdingtekstBekendmakingen {
    left: 500px;
    position: absolute;
    top: 120px;
}

.downloadfileimage {
    height: 16px !important;
    vertical-align: bottom;
}

@media (max-width: 1000px) {
    .bekendmakingenPuntList, #cphMainContent_hplBekendmakingZoeken, .bekendmakingenConfigList, .meetingsList, #cphMainContent_hplBesluitZoeken, #divVergaderingTypes {
        margin-right: 0px !important;
    }
}
