html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline;
/* 
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
 */
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
input, textarea, select {
  -webkit-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  -moz-user-select: text;
  -webkit-touch-callout: none;
}
a, button, input, textarea, select {
  touch-action: manipulation;
}
input:active, input:focus, textarea:active, textarea:focus, select:active, select:focus {
  outline: none;
}

body, html { height: 100%;  }
html { font-family: 'Open Sans', Arial, sans-serif; font-size: 16px; color: #666; background-color: #fff; line-height: 1.7rem; font-weight: 400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%;  -ms-text-size-adjust: 100%; scroll-behavior: smooth; }

* { box-sizing: border-box; }
.clear { clear: both; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* kleuren pre 2025
:root {
--blauw: #3777ad;
--lichtblauw: #9bbbd6;
--lichtgrijs: #e0e0e0;
}
 */
:root {
--blauw: #103244;
--lichtblauw: #366e86;
--lichtgrijs: #e0e0e0;
}

.alert { color: #c00; }
.alert2 { color: green; }

body.screen2active { overflow: hidden !important; }

#body_overlay { position: fixed; top: 0; bottom: 0; left: 0; right: 0; width: 100vw; height: 100vh; background-color: rgba(0,0,0,.8); z-index: 3; opacity:1; transition: opacity .7s; display: none; }
#body_overlay.closing { opacity:0; }

#imagick_overlay { position: fixed; top: 0; bottom: 0; left: 0; right: 0; width: 100vw; height: 100vh; background-color: rgba(0,0,0,.9); z-index: 999; display: none;  }
#imagick_overlay div { display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; }

#btnTop { position: fixed; bottom: 20px; right: 20px; width: 50px; height: 50px; text-align: center; z-index: 99; font-size: 2rem; border: none; outline: none; background-color: var(--blauw); color: #fff; cursor: pointer; padding-top: 5px; border-radius: 50%; opacity: 0; transition: opacity .5s;  }
#btnTop.active { opacity: 1;  }

#upload_in_progress { display: none; }
#print_projecttitel { display: none; }

#sessionrefresh { position: absolute; left: 0; top: -150px; width: 10px; height: 10px; overflow: hidden; }
#sessionrefresh img { width: 10px; height: auto; }


/*------------------------------------------------*/
/*-----------------[GENERAL LAYOUT]---------------*/
/*------------------------------------------------*/

.container { position: relative; display: block; width: 100%; height: 100%; max-width: 1500px; margin: 0px auto; }

.masonry_container { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: masonry; margin-bottom: 6rem;}
.masonry_container_6 { display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: masonry; }

.masonry_container_6 .titelbalk { grid-column-start: 1; grid-column-end: span 6; background-color: var(--blauw); color: #fff; padding: 4px 25px;}


#main-header { display: grid; grid-template-columns: 350px 1fr; font-weight: 500; top: 0; background-color: #fff; width: 100%; height: 90px; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }



/*------------------------------------------------*/
/*-----------------[MAIN NAVIGATION]--------------*/
/*------------------------------------------------*/

#logo { position: relative; margin-left: 20px; height: 90px;  }
#logo img { height: 100%; width: auto;  }

#top-navigation { font-family: Raleway, sans-serif; padding:8px 20px 0 0;  }
#top-menu-nav { float: right; min-width: 20%; display: grid; grid-template-rows: auto auto; row-gap: 6px;  }
#top-menu-nav .bjl { font-size: .8rem; font-weight: 300; font-style: italic; text-align: left; padding-left: 8px; }
#top-menu-nav ul { display: inline-block; list-style: none; margin:0; padding: 0; }
#top-menu-nav ul li { display: inline; }
#top-menu-nav ul li a, #top-menu-nav ul li a:visited { color: #666; text-decoration: none; outline: 0; margin-right: 30px; padding: 2px 6px 4px 6px; }
#top-menu-nav ul li a:hover { color: var(--blauw); border-bottom: 1px solid var(--blauw); }
#top-menu-nav ul li a.active { background-color: var(--blauw); color: #fff; border-radius: 3px; }
#top-menu-nav ul li a.active:hover { border-bottom: none; }


/*------------------------------------------------*/
/*------------[SUB NAVIGATION: DASHBOARD]---------*/
/*------------------------------------------------*/

#dashboard_grid { display: grid; grid-template-columns: auto 160px; background-color: var(--blauw); color: #fff; }

.logincreds { padding: 6px 40px; font-size: .75rem; }


/*------------------------------------------------*/
/*-------------[SUB NAVIGATION: PROJECTS]---------*/
/*------------------------------------------------*/


.tabscontainer {position:relative; display: block; width: 100%; height: 38px; border-bottom: 1px solid #ddd; padding: 0 3rem; }
ul.tabs { display: inline-block; margin: 0; padding: 0; list-style: none; }
ul.tabs li { display: inline-block;    }
ul.tabs li a { display: block; padding: 4px 12px; color: var(--lichtblauw); text-decoration: none;  }
ul.tabs li a.active { color: #666; border: 1px solid #ddd; border-radius: 3px 3px 0 0; border-bottom: 8px solid #fff; }
ul.gallerytabs { float: right;  }

#projecten_grid { width: 100%; height: 60px; display: grid; grid-template-columns: auto 160px; background-color: var(--blauw); color: #fff; }
#projecten_grid.sticky { position: fixed; top: 0; z-index: 1000; }
#projecten_select { position: relative; width: 100%;  padding: 8px 1.85rem;}


#projectsettings_tabs.tabscontainer { margin-top: 1rem; padding: 0 1rem; height: 40px;  }
#projectsettings_index, #projectsettings_project, #projectsettings_archief { display: block; margin-top: 2rem; width: 100%;  }
#projectsettings_project, #projectsettings_archief { display: none; }
#screen2_veld #projectsettings_index form { margin: 0; }

/*------------------------------------------------*/
/*--------------[SUB NAVIGATION: USERS]-----------*/
/*------------------------------------------------*/

#users_grid { display: grid; grid-template-columns: auto 160px; background-color: var(--blauw); color: #fff; }

#project_access { padding-top: 2rem; }





/*------------------------------------------------*/
/*--------------[TYPOGRAPHY / MARGINS]------------*/
/*------------------------------------------------*/


a, a:hover { outline: 0; color: #005984; }
a.alert, a.alert:hover { outline: 0; color: #c00; }

h2.gallindex { font-size: 1rem; font-weight: 400; color: #fff; background-color: var(--blauw); padding: 0.2rem 1rem; }

h3.mb1 { margin-bottom: 1rem; }

.flexbreak { flex-basis: 100%; height: 0; }

.small { font-size: .8rem; line-height: 1.2; }
.smallprint { font-size: .65rem; line-height: 1.2; }

/*------------------------------------------------*/
/*-----------------[LINKS + BUTTONS]--------------*/
/*------------------------------------------------*/


.tooltip { position: relative; display: inline-block; }
.tooltip .tooltiptext { visibility: hidden; width: 180px; top: 105%; left: 50%; margin-left: -148px; background-color: var(--lichtblauw); color: #333; text-align: center; font-size: .8rem; line-height: 1.1; padding: 8px 12px; border-radius: 5px; position: absolute; z-index: 1; }
.tooltipXL .tooltiptext { width: 280px; margin-left: -248px; }
.tooltip .tooltiptext::after { content: " "; position: absolute; bottom: 100%; right: 10%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: transparent transparent var(--lichtblauw) transparent; }
.tooltip:hover .tooltiptext { visibility: visible; }

/*------------------------------------------------*/
/*-----------------[MAIN NAVIGATION]--------------*/
/*------------------------------------------------*/

#logo { position: relative; margin-left: 20px; height: 90px;  }
#logo img { height: 100%; width: auto;  }

#top-navigation { font-family: Raleway, sans-serif; padding:8px 20px 0 0;  }
#top-menu-nav { float: right; min-width: 20%; display: grid; grid-template-rows: auto auto; row-gap: 6px;  }
#top-menu-nav .bjl { font-size: .8rem; font-weight: 300; font-style: italic; text-align: left; padding-left: 8px; }
#top-menu-nav ul { display: inline-block; list-style: none; margin:0; padding: 0; }
#top-menu-nav ul li { display: inline; }
#top-menu-nav ul li a, #top-menu-nav ul li a:visited { color: #666; text-decoration: none; outline: 0; margin-right: 30px; padding: 2px 6px 4px 6px; }
#top-menu-nav ul li a:hover { color: var(--blauw); border-bottom: 1px solid var(--blauw); }
#top-menu-nav ul li a.active { background-color: var(--blauw); color: #fff; border-radius: 3px; }
#top-menu-nav ul li a.active:hover { border-bottom: none; }


/*------------------------------------------------*/
/*----------------[LAYOUT: DASHBOARD]-------------*/
/*------------------------------------------------*/

.dashboardcontainer { padding-top: 2rem;  }
.dashboardcontainer h3 { margin: 0 0 1.5rem 1.1rem; font-size: 1.1rem; }

#dashboard_tools { padding: .7rem 0; text-align: right; margin-right: 4rem; }
#dashboard_tools a i {  color: #f0f0f0; }
#dashboard_tools_newproj { font-size: 1.8rem; }

.project_dash { position: relative; display: inline-block; float: left; width: 27rem; margin: 0 1rem 2rem 1rem; background-color: var(--blauw); border-radius: 12px; }
.project_dash_kop { position: relative; height: 3.5rem; padding: 8px 24px; font-size: .9rem; line-height: 1.4; color: #fff; border-radius: 12px 12px 0 0; display: grid; grid-template-columns: 20px auto 30px; gap: 10px; }
a.project_open, a.project_dash_toggle, a.project_dash_toggle:hover, a.project_dash_toggle:active { color: #fff; text-decoration: none; }
a.project_open { font-size: 1.5rem; }
.project_dash_specs { font-size: .9rem; max-height: 0px; overflow: hidden; transition: max-height .3s; }
.project_dash_specs_open .project_dash_specs {  padding-bottom: 32px; max-height: 800px; overflow: auto; }
.project_dash_specs_koprow, .project_dash_specs_oddrow, .project_dash_specs_evenrow { display: grid; grid-template-columns: auto 60px 60px; background-color: #fcfcfc; padding: 4px 12px; text }
.project_dash_specs_koprow { background-color: var(--lichtblauw); }
.project_dash_specs_evenrow { background-color: #f0f0f0; }
.project_dash_specs .vvspec { text-align: right; }



/*------------------------------------------------*/
/*-----------------[LAYOUT: PROJECTS]-------------*/
/*------------------------------------------------*/


#projecten_filter { font-size: .8rem; margin: 2rem 0 2rem 3rem; }
.filtercontainer { height: 4rem; padding: 2rem 0 0 1.5rem; }
.filterbut { float: left; margin-right: 8px; display: flex;  align-items: center; padding: 8px 12px; cursor: pointer; border: 0px; border-radius: 4px; font-size: .9rem; line-height: 1; background-color: var(--blauw); color: #fff; }
.filterbutcloser { display: flex; align-items: center; justify-content: center; width:14px; height:14px; border-radius: 2px; margin-right: 1rem; font-size: .8rem; font-weight: 700; background-color: #fff; color: var(--blauw); }

#projecten_tools { padding-top: .7rem; text-align: right; margin-right: 4rem; }
#projecten_tools a i {  color: #f0f0f0; }
#projecten_tools_print { font-size: 1.5rem; margin-right: 1rem; }
#projecten_tools_edit { font-size: 1.8rem; }




/*------------------------------------------------*/
/*------------------[LAYOUT: USERS]---------------*/
/*------------------------------------------------*/

#users_tools {  padding: 8px 1.85rem; text-align: right; margin-right: 3rem; }
#users_tools a i {  color: #f0f0f0; }
#users_tools_edit { font-size: 1.8rem; margin-right: 1rem;}

#userslijst { width: 100%; max-width: 50vw; margin: 0px auto; }




/*------------------------------------------------*/
/*-----------------[OVERLAY EDITOR]---------------*/
/*------------------------------------------------*/

#screen2 { position: fixed; top: 0; left: 100%; height: 100vh; padding: 2rem; background-color: #fff;  transition: left .3s; overflow-y: scroll; z-index: 99; }
#screen2.small { left: 70%; width: 30%; }
#screen2.medium { left: 50%; width: 50%; }
#screen2.large { left: 25%; width: 75%; }
#screen2.xlarge { left: 5%; width: 95%; }
#screen2.closing { left: 100%; }

#screen2_close, #screen2_close_index_reload { width: 100%; text-align: right; display: none; }
#screen2_close a, #screen2_close_index_reload a { text-decoration: none; }
#screen2_close i, #screen2_close_index_reload i { font-size: 1.5rem; }

#screen2_veld { padding: 1rem 0 4rem 0; }
#screen2_veld h2 { font-size: .9rem; }
#screen2_veld h2.colkop { font-weight: 400; color: #fff; background-color: var(--blauw); padding: 0.2rem 0.4rem; margin-bottom: 1rem;  }
#screen2_veld .form_row + h2.colkop { margin-top: 3rem;  }
#screen2_veld h3, #screen2_veld p { font-size: .85rem; line-height: 1.4; }
#screen2_veld p { margin-bottom: 1rem; }
#screen2_veld img { max-width: 100%; height: auto; margin: 1rem 0; }
#screen2_veld img.staand { max-width: 200px; }

#screen2_veld .itemspec { display: grid; grid-template-columns: 100px 1fr; font-size: .85rem; line-height: 1.4; margin-bottom: .3rem; }
#screen2_veld .itemspectech { grid-template-columns: 1fr 1px; margin-top: 2rem; }

#screen2_veld form { margin: 1rem 0; }
#screen2_veld form p { margin-bottom: .5rem; }



/*------------------------------------------------*/
/*----------------------[FORMS]-------------------*/
/*------------------------------------------------*/

form.loginform { width: 40rem; margin: 6rem auto 0 auto; }
form.loginform p.error { color: #c00; font-size:.9rem; font-weight: 700; margin-bottom: 2rem; }


form.ib { display: inline-block; }

form.two_cols { position: relative; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
form.two_cols div.twocol { grid-column-end: span 2; text-align: center; }



.form_row { position: relative; width: 100%; display: grid; grid-template-columns: 120px 1fr; gap: 2rem; margin-bottom: .5rem; }
.form_row div { display: flex; }
.form_row_ac div { align-items: center; }
.form_row div div:not(.select-container) { display: block; width: 100%; }

.form_row_label { font-size: .85rem; line-height: 1.4; }
.form_row_label_right { display: flex; justify-content: flex-end; }

.form_row_tabel { width: 100%;  margin-bottom: 2rem;}
.form_row_tabel td { width: 50%; padding-right: 1rem; }




select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .5rem;
    background: #efefef;
    color: #333;
    border: none;
    border-radius: 6px;
    padding: .5rem 2rem .5rem .5rem;
    margin: 4px 0;
    font-size: .8rem;
}
.select-container {position:relative; display: inline;  white-space: nowrap !important;
}
.select-container:after {content:""; width:0; height:0; position:absolute; pointer-events: none;}
.select-container:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: .5rem;
    right: .75rem;
    border-top: 8px solid black;
    opacity: 0.5;
}
select::-ms-expand {
    display: none;
}
.form_row .select-container:after { top: 1rem; }

 
input[type='text'], input[type='password'], textarea { width: 100%; padding:8px 12px; font-family: 'Open Sans', Arial, sans-serif; font-size: .85rem; background-color: var(--lichtgrijs); border: 0;  }
input[type='text'].xs, input[type='password'].xs { width: 12rem; } 
input[type='text'].xxs { width: 6rem; } 

textarea { height: 6rem; }
textarea.mini { height: 3rem; }

input[type='submit'], button.submitbut { display: block; margin: 2rem 0; padding: 12px 24px; font-size: .9rem; font-weight: 600; color: #fff; background-color: var(--blauw); border: 0; border-radius: 8px; cursor: pointer; }
input[type='submit'].alert, button.submitbutalert { background-color: #c00; }
input[type='submit'].submitbutdisabled { opacity: .2; cursor: default; }
form.two_cols div.twocol input[type='submit'] { display: inline-block; }


.radiobuttoncontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 6px;
  cursor: pointer;
  font-size: .85rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radiobuttoncontainer.rbcinline {
  display: inline-block;
}

/* Hide the browser's default radio button */
.radiobuttoncontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #ddd;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiobuttoncontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiobuttoncontainer input:checked ~ .checkmark {
  background-color: var(--blauw);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiobuttoncontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radiobuttoncontainer .checkmark:after {
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}



/*------------------------------------------------*/
/*--------------[SECTION FORMS EXTRAS]------------*/
/*------------------------------------------------*/




#addform_item #curitems, #editform_item #curitems { padding-left: 2rem; }

#addform_project { display: flex; }
#addform_project select.optionshidden option { display: none; }
#addform_project .form_row.dupl_beeldform_row, #addform_project .form_row.dupl_index_row { visibility: hidden; }
#addform_project_veld { max-width: 45vw; }
#addform_project_iframe { width: 40vw; padding-left: 2rem; display: none; }
#addform_project_iframe iframe { position: relative; border: 1px solid #ddd; width: 40vw; height: 100%; }


/*------------------------------------------------*/
/*---------------------[UPLOADER]-----------------*/
/*------------------------------------------------*/


#dropzone, #dropzoneImg { display: flex; justify-content: center; align-items: center; width: 200px; height: 200px; background-color: #f0f0f0; border: 2px dotted #e30613; border-radius: 8px; }
#dropzone div { text-align: center; }
#dropzone h3 { font-size: .9rem; margin-bottom: 40px; }
/* 
#dropzone, #dropzoneImg { display: none; }
*/
#dropzoneImg { display: none; }

.dm-uploader { cursor:default; -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; }
.dm-uploader .btn { position:relative; overflow:hidden; color: #fff; background-color: #e30613; padding: 8px 12px; border-radius: 4px; }
.dm-uploader .btn input[type=file] { position:absolute; top:0; right:0; margin:0; border:solid transparent; width:100%; opacity:0; cursor:pointer; }

#dropzone.beeld-vervanger { visibility: hidden; }


/*------------------------------------------------*/
/*---------------------[GALLERY]------------------*/
/*------------------------------------------------*/

p.gallres { padding: 1.5rem 1rem; }

.galltile { position: relative; margin: 1rem; padding: 10px; border: 1px solid #f0f0f0; font-size: .8rem; line-height: 1.3; }
.galltile img { width: auto; max-width: 100%; height: auto; max-height: 200px; }
.galltile_specs h5 { font-size: .8rem; line-height: 1.4 ;margin: 0; }
.galltile_specs p { margin-left: 1.3rem; text-indent: -1.3rem; }
.galltile_specs tr td:nth-child(1) { white-space: nowrap; }
.galltile_specs tr td:nth-child(2) { width: 95%; padding: 0 4px; }
.galltile_specs tr:nth-child(2) td { font-size: 1.5rem; color: var(--blauw); text-align: right; }
.galltile_specs .fa-list, .galltile_specs .fa-edit, .galltile_specs .fa-trash { font-size: 1rem; margin-left: 1rem;  }
.galltile_specs .vmgspecs { font-size: .7rem; }

.gallfile { margin: 1rem; padding: 10px; border: 1px solid #f0f0f0; font-size: .8rem; line-height: 1.3; display: flex; }
.gallfile_thumb { width: 20rem; overflow: hidden !important; }
.gallfile img { width: auto; max-width: 100%; height: auto; max-height: 200px; }
.gallfile_specs h5 { font-size: .8rem; line-height: 1.4 ;margin: 0; }
.gallfile_specs tr td:nth-child(1), .gallfile_specs tr td:nth-child(2), .gallfile_specs tr td:nth-child(3) { padding-left: 2rem; }
.gallfile_specs tr td:nth-child(1) { width: 100rem; max-width: 25vw; }
.gallfile_specs .fa-search-plus { font-size: 1.5rem; color: var(--blauw); margin-right: 1rem;  }
.gallfile_specs .fa-edit, .gallfile_specs .fa-trash { font-size: 1rem; color: var(--blauw); margin-right: 1rem; }

.galltile i img, .gallfile i img { display: none; }

.lg-thumb-item { position: relative; }
.lg-thumb-vnr { position: absolute; right: 0px; bottom: 0px; background-color: rgba(0,0,0,.6); color: #fff; padding: 4px 8px; z-index: 2; }



.masonry_container_6 .galltile { padding-bottom: 2.5rem; }
.masonry_container_6 .galltilenew { border: 1px solid var(--blauw);  }

#dwnlForm { position: relative; width: 100%; background-color: #fff;  }
#dwnlForm.sticky { position: fixed; top: 60px; z-index: 999; border-bottom: 1px solid var(--lichtblauw); }
#dwnlForm.sticky input[type="submit"] { margin: 0 0 0 2rem; }
#dwnlForm.sticky p.gallres { padding: .7rem 1rem; }

#dwnlGall { margin-bottom: 6rem; }
#dwnlForm.sticky + #dwnlGall { padding-top: 40px; }

.dwnlcheck { position: absolute; bottom: 0; width: 100%; text-align: right; margin: 12px 0; padding-right: 15px;}

.dwnlcheck label.checkbox.blue {
  padding-left: 1.75rem;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dwnlcheck label.checkbox.blue input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.dwnlcheck label.checkbox.blue input[type=checkbox]:focus ~ span {
  border: 2px solid var(--blauw);
}
.dwnlcheck label.checkbox.blue input[type=checkbox]:focus:checked ~ span {
  border: 2px solid var(--blauw);
}
.dwnlcheck label.checkbox.blue input[type=checkbox]:checked ~ span {
  color: #FFFFFF;
  background: var(--blauw) url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTQuNTc1IDguOTc3cy0uNDA0LS4wMDctLjUzNi0uMTY1TC4wNTcgNS42NGwuODI5LTEuMjI3TDQuNDcgNy4yNjggMTAuOTIxLjA4NmwuOTIzIDEuMTAzLTYuODYzIDcuNjRjLS4xMzQtLjAwMy0uNDA2LjE0OC0uNDA2LjE0OHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+) 50% 40% no-repeat;
  border: 2px solid var(--blauw);
}
.dwnlcheck label.checkbox.blue span {
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: -2px;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #d4d7dc;
  border: 2px solid #d4d7dc;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button.dwnlchecker, input[type="submit"].dwnlchecker { display: inline-block; margin-left: 2rem; padding: 6px 12px; font-size: .9rem; font-weight: 600; color: #fff; background-color: var(--blauw); border: 0; border-radius: 8px; cursor: pointer; }
button.dwnlchecker_tb { background-color: var(--lichtblauw); }
.dwnldisabled { opacity: .3; cursor: default; }

#dwnlsize { display: inline-block;  width: 6rem; margin: 0 24px; }


/*------------------------------------------------*/
/*---------------------[TABLES]-------------------*/
/*------------------------------------------------*/

.form_row_tabel td { vertical-align: top; }
.form_row_tabel td.form_row_tabel_extrapad { padding-top: 8px; }

.dragHandle { background-color: var(--lichtblauw); color: #000; font-weight: 700; cursor: move; }


#dupl_beeld_tabel { width: 100%; font-size: .65rem; line-height: 1.1; border-collapse: collapse; }
#dupl_beeld_tabel tr th, #dupl_beeld_tabel tr td { padding: 2px 4px; }
#dupl_beeld_tabel tr th { border-right: 1px solid #ddd; }
#dupl_beeld_tabel tr th:last-of-type { border-right: 0; }

#dupl_beeld_tabel tr td.dupl_beeld_tabel_index { background-color: var(--blauw); color: #fff; text-align: center; }

#dupl_beeld_tabel tr td:not(.dupl_beeld_tabel_index) { border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; vertical-align: top; }
#dupl_beeld_tabel tr td:last-of-type { border-right: 0;  }
td.dupl_beeld_thumb { width: 100px; height: 60px; }

#dupl_beeld_tabel .tooltip .tooltiptext { margin-left: -10px; font-family: 'Open Sans', Arial, sans-serif; font-style: normal; }
#dupl_beeld_tabel .tooltip .tooltiptext::after { right: 95%;  }

.imagetooltip { position:relative; display: block; width: 100%; min-width: 60px; height: 100%;  }
.imagetooltip span { display:none; background:white; }
.imagetooltip:hover span { display:block; position:absolute; top:0; left:0; z-index:1000; width:auto; max-width:480px; min-height:128px; border:1px solid #666; margin-top:12px; margin-left:32px; overflow:hidden; padding:8px; }


td.editformIndexActive { background-color: var(--blauw); }
td.editformIndexActive i { color: #fff; }


/*------------------------------------------------*/
/*-------------------[DATATABLES]-----------------*/
/*------------------------------------------------*/

table.dataTable { margin-bottom: 6rem; font-size: .8rem; line-height: 1.4; }
table.dataTable thead th { white-space: nowrap; vertical-align: bottom; }
table.dataTable thead th.thmeta { border-bottom: 0; position: relative; }
table.dataTable thead th.thmeta:after { content: ''; width: 90%; height: 1px; background: #333; position: absolute; bottom: 0; left: 5%; }
table.dataTable tbody td { vertical-align: top; box-sizing: border-box; }
table.dataTable tbody td.thumb { width: 100px !important;  }
table.dataTable tbody td.thumb img { max-width: 100%; height: auto; vertical-align: top; margin: 0; padding: 0;  }

td.colspanner { display: none; }
td.indexspan { background-color: var(--blauw); text-align: center; color: #fff; }
.numres { float: left; }
td.icon { text-align: center; color: var(--blauw); }

td.cmsicon { background-color: #fcfcfc; }
tr.odd td.cmsicon { background-color: #eee; }

i.view_thumbs { color: var(--blauw); }
i.view_thumbs_alt { color: var(--lichtblauw); }
i.hide_thumbs { color: var(--lichtblauw); }
i.hide_thumbs_alt { color: var(--blauw); }

#beeldlijst { visibility: hidden; }

table.fixedHeader-floating { z-index: 2 }

table.dataTable td.dragHandle { color: #fff; }


table.dataTable tbody tr.trDragging, table.dataTable tbody tr.trDragging td.cmsicon, table.dataTable tbody tr.odd .trDragging, table.dataTable tbody tr.odd .trDragging td.cmsicon { background-color: #e7e7e7; box-shadow: 20px 20px 50px 15px #e3e3e3 inset; }

table.dataTable tbody tr.trDragging td:first-child, table.dataTable tbody tr.odd .trDragging td:first-child { border-left: 6px solid var(--blauw); }
table.dataTable tbody tr.trDragging td:last-child, table.dataTable tbody tr.odd .trDragging td:last-child { border-right: 6px solid var(--blauw); }

/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/

@media only screen and ( max-width: 3400px ) {


}


@media only screen and ( min-width: 1405px ) {


}





