@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

body {
    font-family: Montserrat, 'Segoe UI',Verdana,'Trebuchet MS',Arial !important;
    font-size: 14px;
    background-color: white !important;
    color: #333333 !important;
    /*color: #003d73 !important;*/
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

/***************************************************************************************************/
/* Header */
/***************************************************************************************************/
.content-header-top {
    padding: 10px;
    color: #003c74;
    border-bottom: 2px solid #1FA0D3;
}

.header-logo {
    width: 100px;
    /*height: 100px;*/
}

.headerbar {
    margin-top: 22px;
}

    .headerbar a {
        text-decoration: none;
    }

    .headerbar .headeritem {
        font-weight: bold;
        color: #333333 !important;
        border: 1px solid transparent;
        border-radius: 5px;
        padding: 8px;
    }

        .headerbar .headeritem:hover {
            border: 1px solid black;
            border-radius: 5px;
        }


/*header {
    margin-right: var(--bs-gutter-x,-.75rem);
    margin-left: var(--bs-gutter-x,-.75rem);
}*/

/***************************************************************************************************/
/* Nav Bar */
/***************************************************************************************************/
.navbar {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
    max-width: 1170px;
    margin: auto;
    padding: 0;
}

    .navbar .nav-link {
        font-weight: bold;
        color: black !important;
    }

    .navbar .button-menu {
        margin-right: 10px;
        padding: 5px 25px 5px 24px;
        border-radius: 5px;
        background-color: #f39200;
        font-size: 16px;
        color: white !important;
    }

    .navbar .button-taal {
        padding: 5px 15px;
        border-radius: 5px;
        background-color: #2dafe6;
        font-size: 16px;
        color: white !important
    }

    .navbar .taal {
        min-width: 1rem;
        padding: 0;
    }

    .navbar .taal-dropdown-item {
        padding: 5px 10px;
    }

.nav > li > a {
    color: #333333;
}

/***************************************************************************************************/
/* Footer */
/***************************************************************************************************/
.footer {
    /*padding-top: 20px !important;*/
    /*padding-bottom: 20px !important;*/
    color: #7a7a7a;
    font-size: 13px;
    /*   margin-right: var(--bs-gutter-x,-.75rem);
    margin-left: var(--bs-gutter-x,-.75rem);*/
       position: fixed;
    width: 100%;
    bottom: 0;
    min-height: 80Px;
    background-color: white;

}

    .footer a {
        color: #7a7a7a;
        text-decoration: none !important;
    }

    .footer .inline-footer {
        max-width: 1170px;
        margin: auto;
    }

    .footer .left-footer {
        text-align: left;
    }

    .footer .center-footer {
        text-align: center;
    }

    .footer .right-footer {
        text-align: right;
    }

/***************************************************************************************************/
    /* Content */
    /***************************************************************************************************/
    main {
    max-width: 1170px;
    margin: auto;
}

a {
    color: #6BD5FF;
}

.btn-primary {
    color: white !important;
    /*    background-color: #2dafe6 !important;
    border-color: #2dafe6 !important;*/
    background-color: #1FA0D3 !important;
    border-color: #1FA0D3 !important;
}

    .btn-primary:hover {
        background-color: #6BD5FF !important;
        border-color: #6BD5FF !important;
        /*        background-color: #0b5ed7 !important;
        border-color: #0b5ed7 !important;*/
    }

/*.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}*/


/*#region Index */

html, body {
    height: 100%;
}

.container {
    width: 100%;
    padding: 10px;
}



.page-wrap {
    min-height: 100%;
    /* equal to footer height */
    /*margin-bottom: -97px !important;*/
    margin-bottom: -107px;
}

    .page-wrap:after {
        content: "";
        display: block;
    }

    .site-footer, .page-wrap:after {
        height: 156px !important;
    }

/*#endregion */


/***********************************************************************************************/
/* Aanpassingen */
/***********************************************************************************************/
.titleGreen {
    background-color: #dadada;
    color: #333333;
    padding: 2px 2px 2px 8px;
    border-radius: 4px;
}

/*#region Table */

th {
    font-weight: 400;
    background-color: #595959 !important;
    color: white !important;
}

.table-striped td, .table-striped th {
    border: none !important;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #e5e5e5;
}

.table > thead > tr > th {
    vertical-align: middle;
}


.button-title {
    margin-top: -5px;
}

.breadcrumb {
    background-color: transparent;
}

.btn-group > .btn.active {
    background-color: #6BD5FF !important;
    border-color: #6BD5FF !important;
}

.btn-disabled {
}

    .btn-disabled > .btn.btn-rounded {
        background-color: #f4f4f4 !important;
        border-color: #ddd !important;
        color: #333333 !important;
        cursor: not-allowed;
    }

.btn-group.btn-switch > .btn > .switch-bg {
    color: #333333 !important;
}

.select2-container .select2-choice {
    color: #333333 !important;
    cursor: pointer;
}

.ui-select-choices-row {
    color: #003c74;
}

    .ui-select-choices-row:hover {
        color: white !important;
    }

.select2-results .select2-highlighted {
    background: #1FA0D3;
    color: white !important;
}

.fa-question-circle {
    cursor: pointer;
}

.ADMdtpInput input {
    color: #333333 !important;
}


.home-header {
    text-align: center;
    position: relative;
    margin-bottom: 35px;
    margin-top: 35px;
    font-size: 32px;
}

    .home-header:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        margin: 5px auto;
        max-width: 300px;
        height: 5px;
        background: #1FA0D3;
    }

.home-header-sub {
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
}

.home-textblock {
    text-align: center;
    background-color: #DADADA !important;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border: Black;
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    .home-textblock {
        margin-left: -245px;
        margin-right: -245px;
        padding-left: 235px;
        padding-right: 235px;
    }
}

.home-textblock p {
    padding-left: 20px;
    padding-right: 20px;
}

.home-button {
    margin: 5px;
}

.home-disclaimer {
    text-align: center;
    max-width: 800px;
    margin: auto;
    padding-top: 50px;
}

.button-logo {
    width: 200px;
}

th {
    min-width: 85px;
}

.homeimg {
    display: block;
    width: 90px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
}


.toolboxBack {
    /*background-image: url('../images/AchtergrondToolbox.png');*/
    background-image: url('../images/AchtergrondToolbox3.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: -35px;
}

.toolboxHomeBack {
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size: 100%;
    height: 100%;
    position: fixed;
    color: #5d5d5c;
    font-family: 'Segoe UI';
    padding-top: 70px;
}

@media (min-width: 900px) {
    .toolboxHomeBack {
        background-image: url('../images/HomeBackground.png');
        background-size: 125%;
    }
}
@media (min-width: 1200px) {
    .toolboxHomeBack {
        background-image: url('../images/HomeBackground.png');
        background-size: 115%;
    }
}
    .toolboxHomeBack hr {
        margin-left: 0;
        max-width: 300px;
        height: 5px;
        background: #1FA0D3;
        border: 0;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .toolboxHomeBack button {
        padding-left: 50px;
        padding-right: 50px;
        margin-top: 20px;
        font-size: 20px;
    }

    .toolboxHomeBack p {
        font-size: 20px;
        padding-top: 10px;
    }

    @media (min-width: 768px) {
        .toolboxBack {
            margin-left: -245px;
            margin-right: -245px;
            padding-left: 235px;
            padding-right: 235px;
        }
    }

    .btn-overview {
        display: inline-block;
        padding: 6px 12px;
        text-align: center;
        vertical-align: middle;
        border: 1px solid #DADADA;
        border-radius: 4px;
        background-color: white;
        margin: 5px;
        width: 175px;
    }

        .btn-overview > button {
            color: white;
            background-color: #1FA0D3;
        }

            .btn-overview > button:hover {
                color: white;
                background-color: #7DC4E2;
            }


    .ilfa-shadow {
        box-shadow: 4px 4px 10px 0px gray;
    }
