﻿#content_holder {
    width: 100%;
    box-sizing: border-box;
}

#content_holder {
    width: 100%;
    box-sizing: border-box;
}

#body {
    display: inline-block;
    width: 100%;
    padding: 20px 43px 20px 20px;
    box-sizing: border-box;
}

#bronnenoverzichtodata {
    width: 100%;
    color: #757575;
    font-size: 15px;
    line-height: 1.4;
}

#table_filter, #table_length {
    width: 100%;
    height: auto;
    padding: 5px 17px 17px 5px;
    margin-bottom: 0px;
    background: #f7fbff;
    box-sizing: border-box;
}

#table_filter {
    display: flex;
    justify-content: left;
    width: 100%;
    margin-top: 0px;
}

    #table_filter input {
        order: -1;
        height: auto;
        padding: 14px 7px 14px 36px;
        border: 1px solid #d5dee6;
        border-radius: 5px;
        margin-top: 0;
        background: #FFF url(images/magnifying-glass-regular.svg) no-repeat left 10px center;
        background-size: auto 16px;
        font-family: inherit;
        font-size: 15px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

#table_length select:hover, #bronnenoverzichtodata #table_filter input:hover {
    border: 1px solid #8E24AA;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#table_length select {
    padding: 10px;
    border: 1px solid #d5dee6;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
}

    .sticky#table_filter {
        padding: 7px 3%;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.04);
    }

    .sticky + table.dataTable.no-footer {
        padding-top: 69px;
    }

#bronnenoverzichtodata #table_filter label {
    display: flex;
    color: transparent;
}

table.dataTable thead th, table.dataTable tfoot th {
    border-bottom: 1px solid #d5dee6;
    font-size: 13px;
    color: #8E24AA;
}

    table.dataTable thead th.sorting_desc, table.dataTable tfoot th.sorting_desc, table.dataTable thead th.sorting_asc, table.dataTable tfoot th.sorting_asc {
        color: #000;
    }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #d5dee6;
}

table.dataTable.no-footer {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

#table_info {
    padding-left: 15px;
}

#table_paginate {
    padding-right: 15px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 13px 2px 13px 30px;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-position: center left 7px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 17px 12px;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1, table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1, table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1, table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background: transparent;
    background-color: transparent;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #f7fbff;
}

table.dataTable thead tr th:last-child {
    background-image: none;
    cursor: auto;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2, table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background: transparent;
}

.bron_link {
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 auto;
}

    .bron_link svg {
        margin: 0 auto;
    }

.more-info_text {
    color: transparent;
}

table.dataTable.hover tbody tr:hover .bron_link svg, table.dataTable.display tbody tr:hover .bron_link svg {
    display: block;
}

table.dataTable.hover tbody tr:hover .more-info_text, table.dataTable.display tbody tr:hover .more-info_text {
    color: #323235;
}

.more-info td:nth-child(1) {
    max-width: 50px;
    overflow: hidden;
}

.more-info td:last-child {
    width: 115px;
}

.more-info_text {
    font-weight: bold;
}

#table tr {
    cursor: pointer;
    border: none;
}

    #table tr.no-pointer {
        cursor: default;
    }

.head {
    background: #FFF;
    text-align: left;
}

#shadow {
    display: none;
    position: fixed;
    z-index: 99998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    opacity:0.3;
}

.popup {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 50%;
    width: 900px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top: 50px solid #01689b;
    cursor: auto;
}

#contentTextPage .popup ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.close {
    top: -33px;
    right: 27px;
    position: absolute;
    color: #a5a5a5;
    font-family: 'Font Awesome 5 Pro';
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-out;
}

    .close:hover {
        color: #FFF;
    }

    .close i {
        font-style: normal;
        font-size: 18px;
    }

.popup ul li {
    float: left;
    width: 49%;
    margin: 0px 2% 20px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #323235;
}

    .popup ul li a {
        font-size: 15px;
        color: #002865;
    }

        .popup ul li a:hover {
            text-decoration: none;
        }

    .popup ul li:nth-child(2n+2) {
        margin-right: 0px;
    }

    .popup ul li .info-title {
        display: inline-block;
        width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 13px;
        color: #8E24AA;
    }

.cls-1 {
    fill: #3a3b3e;
}

.cls-2 {
    fill: #0060ab;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 20px;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 10px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        color: #8E24AA !important;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
            color: #8E24AA !important;
            border: 1px solid transparent;
            background-color: transparent;
            background: none;
            box-shadow: none;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
            border: 1px solid #d5dee6 !important;
            background-color: white;
            background: none;
            box-shadow: none;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
            border: 1px solid #8E24AA !important;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
            border: none !important;
        }

#table tr td:first-child {
    width: 43%;
}

.color-blue svg {
    fill: blue;
}

.color-orange svg {
    fill: orange;
}

.color-red svg {
    fill: red;
}

.bronnen-options:after, .bron-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.bron-wrapper {
    position: relative;
    display: inline-block;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
    float: left;
    width: 23%;
    height: 100px;
    border-radius: 5px;
    margin-right: 2.33%;
    margin-bottom: 20px;
    background: #F7FBFF;
    box-sizing: border-box;
}

    .bron-wrapper .bron-content {
        height: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .bron-wrapper:after {
        content: "";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        border-radius: 5px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        transition: opacity 0.3s ease-in-out;
    }

    .bron-wrapper:nth-child(4n+5) {
        margin-right: 0;
    }

    .bron-wrapper:hover {
        transform: scale(1.1, 1.1);
    }

        .bron-wrapper:hover:after {
            opacity: 1;
        }

    .bron-wrapper .bron-icon {
        float: left;
        display: flex;
        align-items: center;
        width: 30%;
        height: 100%;
    }

        .bron-wrapper .bron-icon svg {
            width: 85%;
            height: 100%;
            fill: #2a7cc1;
        }

    .bron-wrapper .bron-title-wrapper {
        float: left;
        display: flex;
        align-items: center;
        width: 70%;
        height: 100%;
    }

        .bron-wrapper .bron-title-wrapper .bron-title {
            float: left;
            padding: 0 10px;
            font-size: 20px;
            font-weight: 600;
            color: #000;
        }

.bron-other {
    float: none;
    display: block;
    height: 60px;
    margin: 0 auto;
    clear: both;
    text-align: center;
}

    .bron-other .bron-title-wrapper {
        width: 100%;
    }

        .bron-other .bron-title-wrapper .bron-title {
            width: 100%;
        }



#bronnen-filters {
    width: 100%;
    padding: 17px 12px;
    background: #F7FBFF;
    text-align: left;
}

    #bronnen-filters a {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    #bronnen-filters .bronnen-filters-wrapper {
        padding: 0;
        margin: 0;
        font-size: 15px;
        list-style: none;
    }

        #bronnen-filters .bronnen-filters-wrapper:after {
            content: "";
            display: block;
            clear: both;
        }

        #bronnen-filters .bronnen-filters-wrapper .filter-option {
            float: left;
            margin-right: 20px;
        }

            #bronnen-filters .bronnen-filters-wrapper .filter-option a:hover {
                text-decoration: none;
            }

            #bronnen-filters .bronnen-filters-wrapper .filter-option:after {
                content: "";
                display: block;
                clear: both;
            }

            #bronnen-filters .bronnen-filters-wrapper .filter-option .filter-option-btn {
                display: inline-block;
                padding: 11px 10px;
                border: 1px solid #d5dee6;
                border-radius: 5px;
                background: #FFF;
                color: #323235;
                font-size: 15px;
                font-weight: 100;
                text-decoration: none;
            }

                #bronnen-filters .bronnen-filters-wrapper .filter-option .filter-option-btn span:after {
                    content: "";
                    font-family: "Font Awesome 5 Pro";
                    float: right;
                    margin-top: 3px;
                    margin-left: 20px;
                    font-size: 12px;
                }

                #bronnen-filters .bronnen-filters-wrapper .filter-option .filter-option-btn:hover {
                    border: 1px solid #8E24AA;
                }

            #bronnen-filters .bronnen-filters-wrapper .filter-option .btn-active {
                background: #CCC;
            }

                #bronnen-filters .bronnen-filters-wrapper .filter-option .btn-active span:after {
                    content: "";
                }

                #bronnen-filters .bronnen-filters-wrapper .filter-option .btn-active:hover {
                    background: #CCC;
                }

            #bronnen-filters .bronnen-filters-wrapper .filter-option .btn-filters-active {
                border: 1px solid #000;
                color: #000;
                font-weight: bold;
            }

        #bronnen-filters .bronnen-filters-wrapper .filter-options {
            display: none;
            position: absolute;
            width: 400px;
            border: 1px solid #c2c2c2;
            border-radius: 5px;
            background: #FFF;
            box-shadow: 0px 10px 13px -10px #aeaeae;
            z-index: 10;
        }

            #bronnen-filters .bronnen-filters-wrapper .filter-options .filter-header {
                padding: 14px 10px;
                border-bottom: 1px solid #ececec;
            }

                #bronnen-filters .bronnen-filters-wrapper .filter-options .filter-header .filter-amount {
                    font-size: 13px;
                }

                #bronnen-filters .bronnen-filters-wrapper .filter-options .filter-header .toggleAll a {
                    float: right;
                    margin-top: 2px;
                    font-size: 13px;
                    color: #8E24AA;
                }

                    #bronnen-filters .bronnen-filters-wrapper .filter-options .filter-header .toggleAll a:hover {
                        color: #000;
                    }

            #bronnen-filters .bronnen-filters-wrapper .filter-options .filter-body {
                height: 250px;
                padding: 14px 0;
                overflow-y: auto;
            }

                #bronnen-filters .bronnen-filters-wrapper .filter-options .filter-body ul {
                    padding: 0;
                    margin: 0;
                    list-style: none;
                }

                #bronnen-filters .bronnen-filters-wrapper .filter-options .filter-body li a {
                    position: relative;
                    display: flex;
                    align-items: center;
                    width: 100%;
                    padding: 5px 10px;
                    font-size: 15px;
                }

                    #bronnen-filters .bronnen-filters-wrapper .filter-options .filter-body li a .checkbox {
                        position: relative;
                        width: 19px;
                        height: 19px;
                        border: 1px solid #555;
                        border-radius: 3px;
                        margin-right: 13px;
                    }

                        #bronnen-filters .bronnen-filters-wrapper .filter-options .filter-body li a .checkbox:after {
                            content: "";
                            opacity: 0;
                            position: absolute;
                            width: 9px;
                            height: 5px;
                            top: 5px;
                            left: 4px;
                            border: 2px solid #1a1a1a;
                            border-top: none;
                            border-right: none;
                            transform: rotate(-45deg);
                            transition: opacity 0.1s ease-in-out;
                        }

                    #bronnen-filters .bronnen-filters-wrapper .filter-options .filter-body li a .filter-text {
                        float: left;
                        width: calc(100% - 34px);
                        padding-top: 2px;
                        padding-bottom: 4px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }

                    #bronnen-filters .bronnen-filters-wrapper .filter-options .filter-body li a:hover {
                        background: #F4F4F4;
                    }

                    #bronnen-filters .bronnen-filters-wrapper .filter-options .filter-body li a.filter-active .checkbox:after {
                        opacity: 1;
                    }

            #bronnen-filters .bronnen-filters-wrapper .filter-options .filter-footer {
                padding: 14px 10px;
                border-top: 1px solid #ececec;
            }

                #bronnen-filters .bronnen-filters-wrapper .filter-options .filter-footer .start-filter {
                    display: inline-block;
                    width: 100%;
                    padding: 13px 11px;
                    border-radius: 5px;
                    background: #8E24AA;
                    color: #FFF;
                    font-size: 15px;
                    text-decoration: none;
                }

                    #bronnen-filters .bronnen-filters-wrapper .filter-options .filter-footer .start-filter:hover {
                        background: #7c1c95;
                    }

        #bronnen-filters .bronnen-filters-wrapper .menu-open {
            display: block !important;
        }

        #bronnen-filters .bronnen-filters-wrapper #clear-filters {
            display: inline-block;
            margin-top: 13px;
            font-size: 13px;
            color: #8E24AA;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

            #bronnen-filters .bronnen-filters-wrapper #clear-filters:hover {
                color: #000;
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

#content_holder {
    padding: 0 0 15px 0;
    border: none;
    background: #FFF;
}

.help-popup {
    width: 100%;
    height: 750px;
    max-height: calc(100vh - 100px);
    border: none;
    background: #FFF;
}

#content_holder a {
    font-weight: 100;
}

.u-hidden {
    display: none;
}

#latest-date {
    font-weight: bold;
}
