@font-face {
    font-family: ABeeZee;
    src: url(../fonts/ABeeZee-Regular.ttf);
}
@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Regular.ttf);
}

html {
    font-family: 'OpenSans', sans-serif;
    height: 100%;
    margin: 0px;
}

body {
    background: url('../img/background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    font-size: 13px;
    color: #404040;
    font-family: 'OpenSans', sans-serif;
    height: 90%;
    margin: 10px 0px 0px 0px;
    zoom: 100%;
}

.anchor {
    scroll-margin-top: 1cm; /* nieuwere browsers */
}

.menu, .drop-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    display: inline-block;
    background-color: #4285f4;
    position: relative;
}

.menu-item a {
    text-decoration: none;
    padding: 6px 10px;
    color: #fff;
    display: block;
}

.drop-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 100px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.drop-menu-item {
    width: 100%;
}

.drop-menu-item:hover {
    background-color: #eee;
}

.drop-menu-item a {
    color: #555;
}

.menu-item:hover .drop-menu {
    display: block;
}

.container {
    min-height: 80%;
    padding-top: 60px;
}

input,button,select,textarea {
    font-family: 'OpenSans', sans-serif;
}

h2,.h2 {
    color: #bf002a;
    font-size: 18px;
    font-family:'ABeeZee';
    font-weight: bold;
}

h5,.h5, .text-center {
    color: #404040;
    font-size: 13px;
}


b {
    font-family: 'OpenSans', sans-serif;
}

code,kbd,pre,samp{
    font-family: 'OpenSans', sans-serif;
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1440px;
        padding: 60px 0 0 0;

    }
}

/* standaard link */
a {
    color:#bf002a;
    text-decoration:none;
}
a:focus,a:hover{
    color:#404040;
    text-decoration:none;
}
/* standaard link end */

.meldingcontainer {

    background-color: #f8f8f8;
    border-radius: 0px;
    border: solid 1px #d6d6d6;
    border-bottom-color: rgb(214, 214, 214);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: 4px solid #bf002a;
    display:inline-block;
    padding: 40px 60px 40px 60px; /* t-r-b-l */

}

@media (min-width:769px) {
    .meldingcontainer {
        top: 50%;
        left: 50%;
        transform: translate(-50% , -50%);
        position: absolute;
        margin-bottom: 60px;
    }
}

@media (max-width:768px) {
    .meldingcontainer {
        width: 100%;
        margin-bottom: 70px;
    }
}


/* tabellen dossierslijst */

.table-borderless td, .table-borderless th {
    border: none;
    font-size: 13px; /* moet gelijk zijn aan standaard lettertype */
}

.headerblok {
    /* border: solid; */
    color: #FAFAFA;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    line-height: 60px;
}

.contentcontainer {
    display: block;
    height: auto;
    background-color: #f8f8f8;
    /*   border: solid;
      /* border-color: #ff0000; /*weghalen*/
    color: #404040;
    border-bottom: 4px solid #bf002a;
}

.subcontainer {
    display: block;
    /*border: solid;
 /*   border-color: #00ff00; /*weghalen*/
    margin: auto;
}

.contentheaders {
    display: block;
    height: 50px;
    /*    border: solid;
        border-color: #0000ff; /*weghalen*/
}

.headerleft {
    display: block;
    color: #FAFAFA;
    font-size: 16px;
    float: left;
    text-align: left;
    font-weight: 600;
    /*   border: solid;
       border-color: #dddd00; /*weghalen*/
    width: 75%;
    margin-top: 20px;
}

.headerright {
    display: block;
    text-align: right;
    float: right;
    /*   border: solid;
       border-color: #aaaa00; /*weghalen*/
    color: #FAFAFA;
    width: 25%;
    margin-top: 10px;

}

/* DivTable.com */
.divTable {
    display: table;
    width: 100%;
    border: 0px;
    background-color: #f8f8f8;
}
.divTableHead {
    background-color: #e1e1e1;
    font-weight: bold;
    display: table-cell;
    color: #404040;
    line-height: 1.5;
    padding: 25px 15px;
    text-align: left;
    border-bottom: 4px solid #bf002a;
}
.divTableHeading {
    background-color: #fff;
    display: table-header-group;
    font-weight: bold;

}
.divTableRow {
    display: table-row;
}

.divTableRowSearched {
    background-color: #ffd;
}
.divTableCell {
    display: table-cell;
    color: #404040;
    padding: 20px 15px;
    text-align: left;
    vertical-align: top;
    /*border: 1px solid #00ff00;*/
    border-bottom: 1px solid #d6d6d6;
}

.divTableAlignRight
{
    text-align: right;
}

.divTableCell a  {
    color: #bf002a;
}

.divTableFoot {
    background-color: #f8f8f8;
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}

.divTableFooter {
    text-align: center;
}
/*hover color rows*/
div.divTableRow:hover
{
    background-color: #E9E9E9;
}

/*hover color rows*/

/* Stack rows vertically on small screens */
@media (max-width: 30em) {
    /* Hide column labels */
    .divTableHeading >.divTableRow {
        position: absolute;
        top: -9999em;
        left: -9999em;
    }
    .divTableRow {
        border: 0.125em solid #d6d6d6;
        border-bottom: 0;
    }
    /* Leave a space between table rows */
    .divTableRow + .divTableRow {
        margin-top: 1.5em;
    }
    /* Get table cells to act like rows */
    .divTableRow,
    .divTableCell {
        display: block;
    }
    .divTableCell {
        border: none;
        border-bottom: 0.125em solid #d6d6d6;
        /* Leave a space for data labels */
        padding-left: 50%;
    }
    /* Add data labels */
    .divTableCell:before {
        content: attr(data-label);
        display: inline-block;
        font-weight: bold;
        line-height: 1.5;
        margin-left: -100%;
        width: 100%;
    }
}
/* Stack labels vertically on smaller screens */
@media (max-width: 20em) {
    .divTableCell {
        padding-left: 0.75em;
    }
    .divTableCell:before {
        display: block;
        margin-bottom: 0.75em;
        margin-left: 0;
    }
}

/* div tabel headers custom breedte */
/* dossierlist */

.divdossier {
    width: 135px;
}
.divaanvrager {
    width: auto;
}
.divstatus {
    width: 170px;
}
.divdocs {
    width: 235px;
}
.divstukkendownload {
    width: 160px;
}

.divaanvraagdatum {
    width: 125px;
}
.divbewerk {
    width: 50px;
}
.divindiber {
    width: 250px;
}

/* stukken aanleveren / stukken_invullen.php */
.divsaomschrijving {
    width: auto;
}
.divsabedrijf {
    width: 200px;
}
.divsaknoppen {
    width: 100px;
}
.divsastatus {
    width: 35px;
}
.divsavoortgang {
    width: 135px;
}
.divsaopmerking {
    width: 35px;
}

/* stukken inzien / stukkenlist.php */
.divsiomschrijving {
    width: auto;
}
.divsibedrijf {
    width: 200px;
}
.divsistatus {
    width: 50px;
}
.divsidownload {
    width: 45px;
}

/* stukken opvoeren / stukken_opvoeren.php */
.divsoselect {
    width: 95px;
}
.divsocategorie {
    width: 200px;
}
.divsoomschrijving {
    max-width: 100%;
}
.divsoperwat {
    width: 150px;
}
.divsoopmerking {
    width: 250px;
}
/* div tabel headers custom breedte */

.detailsdoslos {
    display: inline-block;
    text-align: left;
    /* border: solid;
    border-color: #dddd00; */
    width: 48%;
    vertical-align: top;
}
.detailsdossier {
    display: inline-block;
    width: 100%;
}

/* blokje om de fa iconen heen */
.fablok {
    border: 1px solid #404040;
    padding: 7px;
    width: 30px;
    text-align: center;
    background-color: #f8f8f8;
    margin: 2px 0px;
    font-size: 14px;
}

.fastukken {
    font-size: 32px;
    margin: 0px;
}

.stukkennowrap {
    width: 120px;
}

.fablok:hover {
    background-color: #39c05d;
    color: #fff;
    border: 1px solid #39c05d;
}

.fafoldout {
    width: 20px;
    display:inline-block;
    border: 0px;
    font-size: 14px;
}
/* blokje om de fa iconen heen */


/* UITKLAPPEN DOSSIERSLIST */
.dropdetails {
    background-color: transparent;
    display:inline-block;
    vertical-align: top;
    color: #bf002a;
}

.dropetc {
    background-color: transparent;
    display:inline-block;
    vertical-align: top;
}
/* UITKLAPPEN DOSSIERSLIST */



/* begin Login formulier */
.login-form {
    width: 450px;
    margin: 70px auto 70px auto;
}
.login-form form {
    margin-bottom: 15px;
    background: #f8f8f8;
    border-bottom: 4px solid #bf002a;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 40px;
}
.login-form h2 {
    margin: 0 0 20px 0;
    color: #bf002a;
    font-weight: bold;
    font-size: 18px;
    font-family:'ABeeZee';
}

@media (min-width:769px) {
    .login-form {
        margin: 0px 0 70px 0;
        top: 50%;
        left: 50%;
        transform: translate(-50% , -50%);
        position: absolute;
    }
}

@media (max-width:768px) {
    .login-form {
        width: 100%;
        margin: 0px 0 70px 0;
    }
}
/* eind Login formulier */


/* formulier */

/* mobile */
/* als resolutie van scherm minder is dan 768px dan moeten de invoervelden volledige breedte zijn. */
@media (max-width:768px) {
    .form-control {
        width: 100%;
    }
}
/* mobile end */

.form-horizontal .control-label {
    padding-top: 2px;
    margin-bottom: 0;
    text-align: left;
}

.form-horizontal .form-group { /* herstel van de koppen die op -15px stonden */
    margin-right: 0;
    margin-left: 0;
}

.form-group {
    margin-bottom: 5px;
}
.form-control {
    display: block;
    padding: 5px 10px 5px 10px;
    font-size: 13px;
    color:#404040;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow:inset 0 0px 0px rgba(0,0,0,.9), 0 0 0px rgba(191, 0, 42, 0.75);
    box-shadow:inset 0 0px 0px rgba(0,0,0,.9), 0 0 0px rgba(191, 0, 42, 0.75);
}

.form-control:focus{
    border-color:#606770;
    background-color: #fff;
    color:#404040;
    outline:0;
    -webkit-box-shadow:inset 0 0px 0px rgba(0,0,0,.75), 0 0 0px rgba(191, 0, 42, 0.6);
    box-shadow:inset 0 0px 0px rgba(0,0,0,.75), 0 0 0px rgba(191, 0, 42, 0.6);

}
.form-control::-moz-placeholder{
    color:#777;
    opacity:1
}
.form-control:-ms-input-placeholder{
    color:#777;
}
.form-control::-webkit-input-placeholder{
    color:#777;
}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{
    background-color: #f8f8f8;
    border: 1px solid #dddddd;
    color: #404040;
    opacity:1;
}
.form-control[disabled],fieldset[disabled] .form-control{
    cursor:not-allowed;
}
.form-group.required .control-label:after {
    content:" *";
    color: #bf002a;
}

/* eind formulier */

.image-upload {}

/* standaard button */
.btn {
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    background-color: #f8f8f8;
    border-radius: 0px;
}
.btn-primary {
    background-color: #f8f8f8;
    border: 1px solid #bf002a;
    color: #bf002a;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.focus,
.btn-primary:active.focus,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:focus {
    background-color:#39c05d;
    border: 1px solid #39c05d;
    color: #ffffff;
}
/* standaard button end */



/* Achtergrond formuliervelden aanvraag/profiel */
.fcard {
    background-color: #f8f8f8;
    border-radius: 0px;
    border: solid 1px #d6d6d6;
    border-bottom-color: rgb(214, 214, 214);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: 4px solid #bf002a;
    margin-bottom: 40px;
    width: 100%;
    padding: 20px 60px 40px 60px; /* t-r-b-l */

}
/* Achtergrond formuliervelden aanvraag/profiel */

/* infoblokjes/meldingen bij aanvraagformulier */
.alert-infom {
    font-size: 11px;
    padding: 3px 6px; /* t-r-b-l */
    margin-bottom: 5px;
    border: 1px solid;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    border-radius: 0;
    display:inline-block;
    clear:both;
}
.alert-dangerm {
    display:inline-block;
    clear:both;
    font-size: 11px;
    padding: 3px 6px; /* t-r-b-l */
    margin-bottom: 5px;
    border: 1px solid;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 3px;
}
/* infoblokjes/meldingen bij aanvraagformulier */

/* alert blokjes vanuit bootstrap */
.alert {
    padding: 10px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 0px;
}
/* alert blokjes vanuit bootstrap */

/*  CHECKBOX  */
input[type=checkbox] {
    position: absolute;
    opacity: 0;
}
input[type=checkbox] + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}
input[type=checkbox] + label:before {
    border: 1px solid #bbb;
    content: '';
    margin-right: 6px;
    display: inline-block;
    vertical-align:middle;
    width: 18px;
    height: 18px;
    background: #FFF;
    border-radius: 0;
}
input[type=checkbox]:hover + label:before {
    background: #ccc;
}
input[type=checkbox]:checked + label:before {
    background: #5cb85c;
    border-color: #5cb85c;
}
input[type=checkbox]:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
input[type=checkbox]:disabled + label:before {
    box-shadow: none;
    background: #FFF;
}
input[type=checkbox]:checked + label:after {
    content: '✓';
    color: #fff;
    top: -0px;
    left: 4px;
    font-size: 14px;
    font-weight: bold;

    position: absolute;
}
/*  CHECKBOX END  */

/* RADIO BUTTON */
input[type=radio] {
    position: absolute;
    opacity: 0;
}
input[type=radio] + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}
input[type=radio] + label:before {
    border: 1px solid #dddddd;
    content: '';
    margin-right: 6px;
    display: inline-block;
    vertical-align:middle;
    width: 22px;
    height: 22px;
    background: #FFF;
    border-radius: 50%;
}
input[type=radio]:hover + label:before {
    background: #FFF;
}
input[type=radio]:checked + label:before {
    background: #5cb85c;
    border-color: #5cb85c;
}
input[type=radio]:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
input[type=radio]:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
input[type=radio]:checked + label:after {
    content: '●';
    color: transparent;
    font-size: 15px;
    font-weight: bold;
    left: 6.5px;
    top: 0px;
    position: absolute;
}
/* RADIO BUTTON END */

/* info blokjes */
.aanvraag-info {
    font-size: 12px;
}

.aanvraag-error {
    font-size: 12px;
    background-color: #F88;
}

.stukken-info {
    font-size: 12px;
    color: red;
}

.niet-aanwezig-info {
    font-size: 12px;
    color: rgb(255, 80, 0);
    text-align: left;
    padding: 0 15px;
    vertical-align: top;
    /* border: 1px solid #00ff00; */
    display: table-cell;
    border-bottom: 1px solid #d6d6d6;
}
/* info blokjes */

/* tekst links van formulier, gelijk aan body */
.control-label
{
    font-size:13px;
    line-height: 26px;
}

.input {
    font-size:13px;
    color:#5a5a5a;
    font-family: 'OpenSans', sans-serif;
}

.pnts {
    font-size: 13px;
}

.input-lg {
    height: 36px;
    padding: 10px 10px;
    font-size: 13px;
    line-height: 1.3333333;
    border-radius: 0px;
}
select.input-lg, select.form-control {
    width: auto;
}

/* mobile */
@media (max-width:768px){
    .form-control, input-lg{
        max-width: 100%

    }
    .form-group {
        margin: 10px 0px 10px 0px; /* b-r-o-l */
        padding: 0 0 0 0; /* b-r-o-l */
    }
    .prijzen {
        width:100%;
    }
}
/* end mobile */


.fileupload_alert {
    padding: 20px;
    background-color: #f44336; /* Red */
    color: white;
    margin-bottom: 15px;
}

/* The close button */
.fileupload_closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.fileupload_closebtn:hover {
    color: black;
}

.faqgen {
    display:block;
    border-bottom:  1px solid #e1e1e1;
    margin-bottom: 10px;

}

.faqquestion {
    color: #bf002a;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 10px;

}

.faqquestion:hover {
    color: #39c05d;
    font-weight: bold;
}

.isa {
    color: #bf002a;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 10px;

}

.isa:hover {
    color: #bf002a;
    font-weight: bold;
}

.faqbutton {
    background-color: transparent;
    border: 0;
    display:inline-block;
    float:right;
    color: #b5b5b5;
}

faqanswer, .faqanswer {
    display:block;
    margin-bottom: 20px;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    margin: 0px 0px 5px 0px;
    padding: 0;
}

.row { /* herstel velden die op -15 stonden */
    margin-right: 0;
    margin-left: 0;
}

.PasswordComplexText {
    font-size:12px;
    font-family: 'OpenSans', sans-serif;
    color: #404040;
    font-weight: normal;
}

/* secondary button */
.btn-sec {
    font-size: 13px;
    font-weight: bold;
    padding: 0;
}

.btn-secondary {
    background-color: transparent;
    border: 0px;
}
.btn-secondary.focus,.btn-primary:focus {
    background-color: transparent;
    color: #5a5a5a;

}
.btn-secondary:hover{
    background-color: transparent;
    color: #5a5a5a;

}
.btn-secondary.active.focus,.btn-secondary.active:focus,.btn-secondary.active:hover,.btn-secondary:active.focus,.btn-secondary:active:focus,.btn-secondary:active:hover,.open>.dropdown-toggle.btn-secondary.focus,.open>.dropdown-toggle.btn-secondary:focus,.open>.dropdown-toggle.btn-secondary:hover{
    background-color: transparent;
    color: #5a5a5a;
}

.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
    margin: 0px 0px 5px 0px; /* b-r-o-l */
    padding: 0;
}
/* secondary button end */


.portalcard {
    width: 410px;
    margin: 0 auto 0 auto;
    background: #eaeaea;
    border: solid 1px #d6d6d6;
    border-bottom: 4px solid #bf002a;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 25px; /* t-r-b-l */
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    vertical-align: middle;
}

.portalcard_blue {
    width: 410px;
    margin: 0 auto 0 auto;
    background: #eaeaea;
    border: solid 1px #d6d6d6;
    border-bottom: 4px solid #1685c1;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 25px; /* t-r-b-l */
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    vertical-align: middle;
}

.badge-infos {
    background-color: #ff9625;
}

.div-impersonate {
    font-size: 15px;
    font-weight: bold;
    padding: 0; /* t-r-b-l */
    cursor: pointer;
    opacity: 0.85;
    position: fixed;
    bottom: 20px;
    /* left: 15px; */
    width: 100%;
    background-color: #FF6500;
    color: #ffffff;
    border: solid 0px #FF6500;
}

.div-impersonate-4 { /* IM */
    background-color: #02B8FF;
    color: #ffffff;
    border: solid 15px #02B8FF;
}
.div-impersonate-5 { /* klant */
    background-color: #00E200;
    color: #ffffff;
    border: solid 15px #00E200;
}

.div-impersonate-6 { /* boekhouder */
    background-color: #FF0000;
    color: #ffffff;
    border: solid 15px #FF0000;
}

.div-impersonate-7 { /* gelverstrekker */
    background-color: #FFFF00;
    color: #000000;
    border: solid 15px #FFFF00;
}

/* --Added 2023/11/01-- */
.divTableHeading-modal {
    background-color: #fff;
    display: table-header-group;
    font-weight: bold;
}

.divTableCell-modal {
    display: table-cell;
    color: #404040;
    padding: 20px 15px;
    text-align: left;
    vertical-align: top;
    /*border: 1px solid #00ff00;*/
    border-bottom: 1px solid #d6d6d6;
    width: 100%;
}

.modal-lg {
    max-width: 900px;
}

.modal-header {
    background-color: #e1e1e1;

    line-height: 1.5;
    padding: 25px 15px;
    text-align: left;
    border-bottom: 4px solid #bf002a;
}

.modal-title {
    font-weight: bold;
    color: #404040;
}

.modal-body {
    padding: 25px; /* b-r-o-l */
}

.modal-footer {
    padding: 0px 25px 15px 25px;
    text-align: right;
    border-top: 0px solid #d6d6d6;
}

@media (min-width: 1920px) {
    .nieuws-modal-lg {
        max-width: 1440px;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 80%;
        margin: 30px auto;
    }
}

img {
    max-width: 100%; /* modal weergave op kleinere schermen en mobiele apparaten */
}
/* --Added 2023/11/01 END-- */

.header-testomgeving {
    background-color: #ffff00;
    padding: 2px 10px 2px 2px;

}