*
{
  outline: none;
}

html
{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body
{
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary
{
  display: block;
  margin: 0;
  padding: 0;
}

audio,
canvas,
progress,
video
{
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls])
{
  display: none;
  height: 0;
}

[hidden],
template
{
  display: none;
}

a
{
  background-color: transparent;
}

a:active,
a:hover
{
  outline: 0;
}

abbr[title]
{
  border-bottom: 1px dotted;
}

b,
strong
{
  font-weight: bold;
}

dfn
{
  font-style: italic;
}

mark
{
  background: #ff0;
  color: #000;
}

small
{
  font-size: 80%;
}

sub,
sup
{
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup
{
  top: -0.5em;
}

sub
{
  bottom: -0.25em;
}

img
{
  border: 0;
}

svg:not(:root)
{
  overflow: hidden;
}

hr
{
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre
{
  overflow: auto;
}

code,
kbd,
pre,
samp
{
  font-family: monospace, monospace;
  font-size: 1em;
}

input,
optgroup,
select,
textarea
{
  color: inherit;
  font: inherit;
  margin: 0;
}

button
{
  overflow: visible;
}

button,
select
{
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"]
{
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled]
{
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner
{
  border: 0;
  padding: 0;
}

input
{
  line-height: normal;
  border-radius: 0;
}

input[type="checkbox"],
input[type="radio"]
{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button
{
  height: auto;
}

input[type="search"]
{
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration
{
  -webkit-appearance: none;
}

fieldset
{
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend
{
  border: 0;
  padding: 0;
}

textarea
{
  overflow: auto;
  border-radius: 0;
}

optgroup
{
  font-weight: bold;
}

table
{
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th
{
  padding: 0;
}

.inline-alert
{
  display: inline-block;
  text-align: center;
  background-color: #d13030;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  padding: 11px 14px;
  border-radius: 12px;
  width: auto;
  max-width: max-content;
  margin-bottom: 12px;
}

/* GRID ======================================================================== */
.clear:before,
.clear:after
{
  content: "";
  display: table;
}

.clear:after
{
  clear: both;
}

body
{
  width: 100%;
}

body:before,
body:after
{
  content: "";
  display: table;
}

body:after
{
  clear: both;
}

body:before,
body:after
{
  content: "";
  display: table;
}

body:after
{
  clear: both;
}

/* EXTRA ======================================================================= */
::-moz-selection
{
  background: #cd2d17;
  color: #fff;
}

::selection
{
  background: #cd2d17;
  color: #fff;
}

::-moz-selection
{
  background: #cd2d17;
  color: #fff;
}

#privacypolicy
{
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #eeeeee;
  color: #cd2d17;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  max-width: 400px;
  font-size: 14px;
  line-height: 22px;
  margin-left: 30px;
  opacity: 0;
  -webkit-transform: translate(0, 300px);
  -ms-transform: translate(0, 300px);
  transform: translate(0, 300px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#privacypolicy.active
{
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

#privacypolicy a
{
  color: #cd2d17;
}

#privacypolicy .privacy-btn
{
  background-image: url('../images/privacy-close.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* CMS ========================================================================= */
/* PLUGINS ===================================================================== */
/* PLUGINS ===================================================================== */
/* VARIABLES =================================================================== */
/* STYLES ====================================================================== */
a
{
  color: inherit;
}

a:hover
{
  color: inherit;
  text-decoration: none;
}

a.linethrough
{
  text-decoration: line-through;
}

*,
::after,
::before
{
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body
{
  font-family: sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f0f0f0;
}

body .inner
{
  padding: 30px 5%;
  max-width: 94vw;
  background: #fff;
  margin: auto;
}

body .dashboard_inner
{
  padding: 30px 2%;
  background: #fff;
  margin: 30px 2%;
}

.noselect
{
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.herbevestig
{
  font-size: 15px;
  line-height: 22px;
}

.herbevestig .confirm_mail_btn
{
  margin-top: 5px;
  display: inline-block;
  padding: 5px 20px;
  font-size: 20px;
  background: red;
  color: white;
  border-radius: 10px;
  cursor: pointer;
}

.herbevestig .decline_mail_btn
{
  margin-top: 5px;
  display: inline-block;
  padding: 5px 20px;
  background: #ccc;
  color: black;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}

.herbevestig .overzicht_deelnemers
{
  width: 100%;
  height: 200px;
  display: block;
  background: #f0f0f0;
  margin: 20px 0;
  position: relative;
  padding: 50px;
  border-radius: 16px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.herbevestig .overzicht_deelnemers:hover
{
  background: #ccc;
}

.herbevestig .overzicht_deelnemers:after
{
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background-image: url('../images/pdfdownload.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.herbevestig .pdfobjects .pdfobject
{
  padding: 0;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.herbevestig .pdfobjects .pdfobject .pdfholder
{
  display: block;
}

.kalender_btn_group
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.kalender_btn_group a
{
  margin-bottom: 10px;
}

.kalender_btn_group .beschikbaarheid
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kalender_btn_group .beschikbaarheid input
{
  margin: 0;
  position: relative;
  top: 2px;
}

.kalender_btn_group .beschikbaarheid label
{
  cursor: pointer;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
}

.kalender_btn_group .beschikbaarheid select
{
  padding: 5px;
  margin-left: 20px;
}

@media only screen and (max-width: 800px)
{
  .kalender_btn_group .beschikbaarheid
  {
    display: none;
  }
}

.bevestig_feedback
{
  font-weight: bold;
  color: crimson;
  /*
    font-size:24px;
    color:#cd2d;
    font-weight: 500;
    line-height: 1.1;*/
}

.generate_pdfbutton
{
  font-size: 3em;
  font-style: normal;
  font-weight: 300;
}

.filterform
{
  margin-top: 5px;
  margin-bottom: 10px;
}

.filterform input[type="text"],
.filterform input[type="submit"],
.filterform input[type="button"],
.filterform input[type="date"]
{
  padding: 10px;
  border: 1px solid #AAA;
  margin-bottom: 10px;
  color: black;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  background-color: #FEFEFE;
  box-shadow: 0 0 12px -3px rgba(0,0,0,0.06);
  -webkit-box-shadow: 0 0 12px -3px rgba(0,0,0,0.06);
  -moz-box-shadow: 0 0 2612 -3px rgba(0,0,0,0.06);
}

.filterform input[type="text"]::-webkit-input-placeholder, .filterform input[type="submit"]::-webkit-input-placeholder, .filterform input[type="button"]::-webkit-input-placeholder, .filterform input[type="date"]::-webkit-input-placeholder
{
  color: #999;
}

.filterform input[type="text"]::-moz-placeholder, .filterform input[type="submit"]::-moz-placeholder, .filterform input[type="button"]::-moz-placeholder, .filterform input[type="date"]::-moz-placeholder
{
  color: #999;
}

.filterform input[type="text"]:-ms-input-placeholder, .filterform input[type="submit"]:-ms-input-placeholder, .filterform input[type="button"]:-ms-input-placeholder, .filterform input[type="date"]:-ms-input-placeholder
{
  color: #999;
}

.filterform input[type="text"]::-ms-input-placeholder, .filterform input[type="submit"]::-ms-input-placeholder, .filterform input[type="button"]::-ms-input-placeholder, .filterform input[type="date"]::-ms-input-placeholder
{
  color: #999;
}

.filterform input[type="text"]::placeholder,
.filterform input[type="submit"]::placeholder,
.filterform input[type="button"]::placeholder,
.filterform input[type="date"]::placeholder
{
  color: #999;
}

.filterform .disciplineselect
{
  width: 380px;
}

.filterform select
{
  padding: 10px;
  border: 1px solid #AAA;
  color: #2c2b2a;
  font-size: 14px;
  line-height: 20px;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-position: center right;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  padding-right: 30px;
  background-color: #FEFEFE;
  box-shadow: 0 0 12px -3px rgba(0,0,0,0.06);
  -webkit-box-shadow: 0 0 12px -3px rgba(0,0,0,0.06);
  -moz-box-shadow: 0 0 2612 -3px rgba(0,0,0,0.06);
}

.filterform input[type="submit"]
{
  background: black;
  color: white;
  border: none;
  margin-bottom: 10px;
}

.filterform .checkboxlabel
{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 20px;
}

.filterform .checkboxlabel input
{
  margin: 0;
  border-radius: 3px;
}

#popupform
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
}

#popupform.show
{
  display: block;
}

#popupform .wrap
{
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#popupform .wrap .content
{
  position: relative;
  margin: 20px 5%;
  max-width: 500px;
  max-height: 700px;
  overflow: scroll;
  padding: 10px 20px 20px 20px;
}

#popupform .wrap .content .closepopupbtn
{
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 25px;
  display: block;
}

#popupform .wrap .content .flexholder
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

#popupform .wrap .content .formitem
{
  width: 100%;
}

#popupform .wrap .content .formitem.half
{
  width: 48%;
}

#popupform .wrap .content .formitem.checkbx
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#popupform .wrap .content .formitem.checkbx.nomb
{
  margin-bottom: 2px;
}

#popupform .wrap .content .formitem.checkbx input
{
  margin: 0;
}

#popupform .wrap .content .formitem.checkbx span
{
  font-size: 12px;
  margin-left: 10px;
  text-transform: uppercase;
}

#popupform .wrap .content .formitem.checkbx .edit span
{
  font-size: 18px;
}

#popupform .wrap .content .subinfoformholder
{
  display: none;
  margin-top: 10px;
  background: #fafafa;
  border-radius: 16px;
  padding: 40px 20px 20px 20px;
  margin-bottom: 20px;
  position: relative;
}

#popupform .wrap .content .subinfoformholder.visible
{
  display: block;
}

#popupform .wrap .content .subinfoformholder .closesub
{
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  font-size: 25px;
  color: black;
}

#popupform .wrap .content .subinfoformholder .subflex
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#popupform .wrap .content .subinfoformholder .subflex input
{
  margin-bottom: 20px;
  width: 48%;
}

#popupform .wrap .content .subinfoformholder .subflex input[type=checkbox]
{
  width: auto;
}

#popupform .wrap .content .subinfoformholder .subflex .small
{
  font-size: 11px;
}

#popupform .wrap .content .subinfoformholder input.subformsubmit
{
  border: none;
  display: inline-block;
  border-radius: 5px;
  color: white;
  background: #cd2d17;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 23px;
  margin: auto;
  text-align: center;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  width: auto;
}

#popupform .wrap .content .subinfoformholder input.subformsubmit.disabled
{
  pointer-events: none;
  opacity: 0.5;
}

@media only screen and (max-width: 500px)
{
  #popupform .wrap .content .flexholder .formitem.half
  {
    width: 100%;
  }
}

.txt_overeenkomst
{
  height: 200px;
  border: 1px solid #e3e3e3;
  overflow: auto;
  padding: 10px;
}

.wificode_container.hide
{
  display: none;
}

.trainingdocs_container button
{
  border: none;
}

.trainingdocs_container .dropzone
{
  background: black;
  color: white;
  margin-top: 30px;
  margin-bottom: 30px;
}

.trainingdocs_container form
{
  margin-top: 20px;
}

ul.dashboard_list
{
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.dashboard_list li
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px;
  padding: 0 0px;
  border-bottom: 1px solid #ccc;
}

ul.dashboard_list li .dash_item
{
  width: 25%;
  padding: 3px;
}

ul.dashboard_list li .dash_header
{
  padding: 3px;
  font-weight: bold;
  background: #ccc;
  width: 25%;
}

.open_solo_btn
{
  position: fixed;
  top: 6vh;
  right: 4vw;
  width: 50px;
  height: 50px;
  background: #cd2d17;
  color: white;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: -1px -1px 26px -3px rgba(0,0,0,0.30);
  -webkit-box-shadow: -1px -1px 26px -3px rgba(0,0,0,0.30);
  -moz-box-shadow: -1px -1px 26px -3px rgba(0,0,0,0.30);
}

ul.solo_list
{
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.solo_list li
{
  margin: 0px;
  padding: 5px;
  line-height: 18px;
  border-bottom: 1px solid #ccc;
  position: relative;
  width: 100%;
}

ul.solo_list li.liheader
{
  background: #cd2d17;
  color: white;
}

ul.solo_list li:nth-child(even)
{
  background: #fafafa;
}

ul.solo_list li .flex,
ul.solo_list li
{
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.solo_list li .item
{
  width: calc(100% / 6);
  display: block;
  text-transform: uppercase;
}

ul.solo_list li .item.small
{
  width: 30px;
  text-align: center;
  margin: 0 5px;
}

ul.solo_list li .item.small.highlight
{
  background: #8bcabf;
  color: white;
  border-radius: 16px;
}

ul.solo_list li .item.small.highlight2
{
  background: #ca8b98;
  color: white;
  border-radius: 16px;
}

ul.certificaten_list
{
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.certificaten_list li
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px;
  padding: 0 5px;
  border-bottom: 1px solid grey;
}

ul.certificaten_list li.vervallen2maand
{
  background: #f3be70;
}

ul.certificaten_list li.vervallen1maand
{
  background: #f7ffb3;
}

ul.certificaten_list li.vervallenvolledig
{
  background: #ffb3b3 !important;
}

ul.certificaten_list li .left
{
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 18px;
}

ul.certificaten_list li .left span.vink
{
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1px solid black;
  margin-right: 8px;
}

ul.certificaten_list li .left span.vink.active
{
  background: black;
}

ul.certificaten_list li .right
{
  width: 25%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

ul.certificaten_list li .right .mycheckbox
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.certificaten_list li .right .mycheckbox input
{
  padding: 0;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

ul.certificaten_list li .right .mycheckbox label
{
  margin: 0;
  padding: 0;
}

header
{
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
  border-bottom: 0px solid #cd2d17;
}

header .topbalk
{
  color: #333;
  padding: 52px 16px 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 420px;
  margin-bottom: 20px;
  background: #FFF;
  position: fixed;
  z-index: 10;
  top: -20px;
  right: 4%;
  -webkit-transition: top 0.44s ease-in-out;
  transition: top 0.44s ease-in-out;
  /*box-shadow: -1px 1px 12px 1px rgba(0, 0, 0, 0.12);*/
  /*-webkit-box-shadow: -1px 1px 12px 1px rgba(0, 0, 0, 0.12);*/
  /*-moz-box-shadow: -1px 1px 12px 1px rgba(0, 0, 0, 0.12);*/
  border-radius: 8px;
  border-top-radius: 0;
  border: 1px solid #999;
}

header .topbalk.gaelle
{
  width: 380px;
}

header .topbalk.verberg
{
  top: -200px;
}

header .topbalk img
{
  display: block;
  height: 150px;
}

header .topbalk .info
{
  padding-left: 20px;
}

header .topbalk h4
{
  font-weight: bold;
  margin-top: 0;
  font-size: 20px;
}

header .topbalk p
{
  line-height: 20px;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 25px;
}

@media only screen and (max-width: 800px)
{
  header .topbalk
  {
    display: none;
  }
}

header .logo
{
  width: 180px;
  padding-top: 12px;
  position: relative;
}

header .logo img
{
  width: 100%;
  height: auto;
}

header .langnav
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

header .langnav .lanitem a
{
  display: inline-block;
  padding: 0 5px;
  font-size: 11px;
}

header .langnav .lanitem a.active
{
  color: #cd2d17;
}

footer
{
  padding: 20px;
  background: #1f1f1f;
  color: white;
  text-align: center;
  margin: auto;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

footer p
{
  margin: 0;
}

@media only screen and (max-width: 800px)
{
  footer
  {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  footer .privacy
  {
    margin-top: 20px;
  }
}

.more
{
  background: grey;
  color: white;
  border-radius: 4px;
  padding: 5px;
  font-size: 9px;
  text-transform: uppercase;
  /*&.xlsbutton{
        background:#337ab7;
        padding: 5px 10px;
    }*/
}

.more.red
{
  background: crimson;
}

.more:hover
{
  text-decoration: none;
  color: white;
  background: #cd2d17;
}

.more.submitstyle
{
  border-radius: 5px;
  text-transform: auto;
  color: white;
  background: #cd2d17;
  text-transform: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 23px;
  margin: auto;
  text-align: center;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
}

label .moreinfo_tooltip
{
  margin-left: 5px;
}

.moreinfo_tooltip
{
  background: #cd2d17;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
}

.moreinfo_tooltip:before
{
  content: '?';
  font-size: 15px;
  font-weight: 400;
  width: 25px;
  height: 25px;
  text-align: center;
  color: white;
  position: absolute;
}

.infoveld p
{
  font-size: 15px;
  line-height: 20px;
}

.smallmenu
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.smallmenu .right a
{
  display: inline-block;
  padding: 5px;
  text-decoration: underline;
  font-size: 12px;
}

.smallmenu .right a.btn
{
  text-decoration: none;
}

.well
{
  background: white;
  color: black;
  position: relative;
}

.well.dark
{
  background: #cd2d17;
  color: white;
  /*border-color:@color;
        border:3px solid @color;
        background:white;*/
}

.well h3
{
  margin-top: 5px;
}

.well .infotraining
{
  font-size: 14px;
  line-height: 22px;
}

.well .countdown
{
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  color: white;
  background: #cd2d17;
}

.well .start_stop_btns
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.well .start_stop_btns .examenbtn
{
  width: 30%;
  margin: 0 5%;
  padding: 10px;
  background: #cd2d17;
  color: white;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.well .start_stop_btns .examenbtn:hover
{
  background: black;
}

.well .start_stop_btns .examenbtn.disabled
{
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}

.examentheorie_flex
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.examentheorie_flex .left
{
  width: 40%;
}

.examentheorie_flex .right
{
  width: 55%;
}

.infotabel .tabelrij
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 5px;
}

.infotabel .tabelrij .left
{
  width: 250px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
  line-height: 18px;
}

.infotabel .tabelrij .right
{
  margin-left: 20px;
  line-height: 18px;
}

.besaccinfotabel .flex
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.besaccinfotabel .flex > .left
{
  width: 50%;
}

.besaccinfotabel .flex > .right
{
  width: 50%;
}

.besaccinfotabel .tabelrij
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 5px;
}

.besaccinfotabel .tabelrij .left
{
  width: 250px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: left;
  line-height: 18px;
}

.besaccinfotabel .tabelrij .right
{
  margin-left: 20px;
  line-height: 18px;
}

@media only screen and (max-width: 900px)
{
  .besaccinfotabel .flex
  {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .besaccinfotabel .flex > .left
  {
    width: 100%;
  }

  .besaccinfotabel .flex > .right
  {
    width: 100%;
  }
}

.lopend_voltooid
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lopend_voltooid a
{
  margin: 0 10px 10px 0;
  cursor: pointer;
}

.lopend_voltooid a:hover
{
  /* color:white;
            // text-decoration:underline;
            background: #337ab7;
            border-color: #2e6da4;  */
}

.lopend_voltooid a.active:hover,
.lopend_voltooid a.active
{
  color: white;
  background: #337ab7;
  border-color: #2e6da4;
  background: crimson;
  border-color: crimson;
}

.list-group .list-group-item
{
  background: #fff;
  border-color: #337ab7;
  color: #1f1f1f;
  font-size: 15px;
}

.list-group .list-group-item.disabled
{
  pointer-events: none;
  background: #337ab7;
  color: white;
  opacity: 0.5;
}

.list-group .list-group-item.nietgeldig
{
  background-color: #e5a9a9;
}

.list-group .list-group-item.nodbdate
{
  background: #e5a9a9;
}

.list-group .list-group-item.hide
{
  display: none;
}

.list-group .list-group-item.strokethrough a
{
  text-decoration: line-through;
}

.list-group .list-group-item .detail
{
  padding: 15px;
}

.list-group .list-group-item a
{
  font-weight: 400;
}

.list-group .list-group-item a span
{
  font-size: 18px;
  margin-right: 10px;
  display: none;
}

.list-group .list-group-item a.getekend
{
  background: #333;
  border: none;
  color: white;
}

.list-group .list-group-item span
{
  display: none;
}

.list-group .list-group-item span.inline
{
  display: inline-block;
  font-size: 15px;
  margin: auto;
}

.list-group .list-group-item .flexbuttons
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.list-group .list-group-item .flexbuttons span
{
  display: block;
  padding: 1px 5px;
  font-size: 0.8em;
  font-weight: bold;
  cursor: pointer;
}

.list-group .list-group-item span.delete
{
  float: right;
  display: block;
  padding: 1px 5px;
  font-size: 0.8em;
  font-weight: bold;
  cursor: pointer;
}

.trainingitem
{
  margin-bottom: 5px;
}

.aanwezigblock.hide
{
  display: none;
}

.labelradiobutton
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 3px;
}

.labelradiobutton label
{
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
}

.labelradiobutton label span
{
  margin-left: 20px;
}

.labelradiobutton input
{
  margin-right: 5px;
  margin-bottom: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: 1px;
  left: 0;
  width: auto !important;
}

.vraagitem
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vraagitem:nth-child(odd)
{
  background: #fafafa;
}

.vraagitem > strong
{
  font-size: 14px;
  margin-right: 50px;
  display: inline-block;
  width: calc(100% - 400px);
}

.vraagitem .radiobuttons
{
  display: inline-block !important;
}

.vraagitem .radiobuttons .radiobutton
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vraagitem .radiobuttons .radiobutton.nvt
{
  float: right;
}

.vraagitem .radiobuttons .radiobutton label
{
  font-size: 10px;
  line-height: 1;
  padding: 0;
  margin: 0 20px 0 5px !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vraagitem .radiobuttons .radiobutton label input
{
  margin-bottom: 0;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.vraagitem .radiobuttons .radiobutton label span
{
  display: inline-block;
}

@media only screen and (max-width: 800px)
{
  .vraagitem
  {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .vraagitem strong
  {
    width: 100%;
  }
}

#fullscreen-button-bg
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
  z-index: 99999;
}

#fullscreen-button-bg.hide
{
  display: none;
}

.besacc_theorie_holder
{
  margin: 50px 0;
}

.besacc_theorie_holder .besacc_theorie_item
{
  border: 1px solid #f0f0f0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding: 10px;
  background: white;
}

.besacc_theorie_holder .besacc_theorie_item.active
{
  background: #f0f0f0;
}

.besacc_theorie_holder .besacc_theorie_item.erroneous
{
  border-color: crimson;
}

.besacc_theorie_holder .besacc_theorie_item .vraag
{
  font-weight: bold;
  font-size: 14px;
}

.besacc_theorie_holder .besacc_theorie_item .antwoorden
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.besacc_theorie_holder .besacc_theorie_item .antwoorden .antwoord
{
  width: calc(33.333% - 20px);
  margin: 5px 0;
}

.besacc_theorie_holder .besacc_theorie_item .besaccimg
{
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.besacc_theorie_holder .besacc_theorie_item .besaccimg img
{
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
}

.besacc_theorie_holder .besacc_theorie_item .radiobutton
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.besacc_theorie_holder .besacc_theorie_item .radiobutton label
{
  font-size: 10px;
  line-height: 15px;
  font-weight: normal;
  padding: 0;
  margin: 0 20px 0 5px !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}

.besacc_theorie_holder .besacc_theorie_item .radiobutton label input
{
  margin: 0;
  margin-bottom: 0;
  margin-right: 10px;
  position: relative;
  width: auto;
  font-size: 10px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.besacc_theorie_holder .besacc_theorie_item .radiobutton label span
{
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 10px;
  line-height: 15px;
  margin: 0;
  display: inline-block;
}

.besacc_theorie_holder .besacc_theorie_item .begrijp_check_holder
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.besacc_theorie_holder .besacc_theorie_item .begrijp_check_holder .toetsterm
{
  /*
                padding: 5px 10px;
                background:#fafafa;
                border:1px solid #ccc;*/
  text-transform: uppercase;
  font-size: 10px;
  color: #999;
}

.besacc_theorie_holder .besacc_theorie_item .begrijp_check_holder .toetsterm span
{
  display: block;
  margin: 0;
  padding: 0;
}

.besacc_theorie_holder .besacc_theorie_item .begrijp_check_holder .begrijp_check
{
  padding: 10px;
  background: #fafafa;
  border: 1px solid #ccc;
}

@media only screen and (max-width: 800px)
{
  .besacc_theorie_holder .besacc_theorie_item .antwoorden
  {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .besacc_theorie_holder .besacc_theorie_item .antwoorden .antwoord
  {
    width: calc(100% - 20px);
  }

  .besacc_theorie_holder .besacc_theorie_item .begrijp_check_holder
  {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .besacc_theorie_holder .besacc_theorie_item .begrijp_check_holder .toetsterm
  {
    margin-bottom: 10px;
  }
}

.aandachtspunten
{
  font-size: 13px;
}

.aandachtspunten p
{
  margin-bottom: 0;
}

.besacc_intro
{
  font-size: 13px;
  margin-bottom: 40px;
}

.besacc_intro .tekenen_reglement
{
  height: 150px;
  overflow-y: scroll;
  background: #fafafa;
  padding: 20px;
}

#besacc_outro
{
  font-size: 13px;
  margin-bottom: 40px;
}

#besacc_outro .geslaagdinfo
{
  color: crimson;
  font-weight: bold;
  margin-bottom: 20px;
}

#besacc_outro .outro
{
  margin-bottom: 20px;
}

.signature-component
{
  text-align: left;
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
  position: realtive;
}

.signature-component button
{
  padding: 5px;
  background: transparent;
  margin-top: 0.5em;
  border: 1px solid #777;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.signature-component button:hover
{
  background: black;
  color: white;
}

.signature-component button.toggle
{
  background: rgba(255, 0, 0, 0.2);
}

.signature-component canvas
{
  display: block;
  position: relative;
  border: 1px solid #999;
}

.signature-component canvas.error
{
  border-color: crimson;
}

.signature-component canvas.saved
{
  border-color: #999;
}

.signature-component img
{
  position: absolute;
  left: 0;
  top: 0;
}

.color
{
  color: #cd2d17;
}

.zwart
{
  color: black;
}

.checkbox_verantw_gecontacteerd
{
  padding: 20px;
  background: #fafafa;
  border: 3px solid crimson;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox_verantw_gecontacteerd label
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  padding: 0;
  margin: 0;
}

.checkbox_verantw_gecontacteerd label input
{
  padding: 0;
  margin: 0;
  display: block;
  margin-right: 10px;
}

.save_afwezigheden
{
  border-radius: 5px;
  color: white;
  background: #cd2d17;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 23px;
  margin: auto;
  text-align: center;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  width: auto;
  display: inline-block;
  margin-bottom: 30px;
}

.save_afwezigheden.disabled
{
  opacity: 0.5;
  pointer-events: none;
}

.evaluatiewrap.hide
{
  display: none;
}

.simplesearchform
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.simplesearchform .sfield
{
  border: none;
  padding: 10px;
  border: 1px solid #999;
  color: #2c2b2a;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 20px;
  background: none;
  background: white;
  color: black;
  font-size: 14px;
}

.simplesearchform .sfield::-webkit-input-placeholder
{
  color: #999;
}

.simplesearchform .sfield::-moz-placeholder
{
  color: #999;
}

.simplesearchform .sfield:-ms-input-placeholder
{
  color: #999;
}

.simplesearchform .sfield::-ms-input-placeholder
{
  color: #999;
}

.simplesearchform .sfield::placeholder
{
  color: #999;
}

.simplesearchform .submitbtn
{
  margin-left: 20px;
  border: none;
  padding: 10px;
  margin-bottom: 20px;
  background: black;
  color: white;
  font-size: 14px;
}

.simplesearchform .submitbtn::-webkit-input-placeholder
{
  color: #999;
}

.simplesearchform .submitbtn::-moz-placeholder
{
  color: #999;
}

.simplesearchform .submitbtn:-ms-input-placeholder
{
  color: #999;
}

.simplesearchform .submitbtn::-ms-input-placeholder
{
  color: #999;
}

.simplesearchform .submitbtn::placeholder
{
  color: #999;
}

.searchform.form-inline .form-control
{
  margin-bottom: 10px;
}

.searchcontent
{
  padding: 20px;
  margin-bottom: 20px;
  background: #f0f0f0;
}

.searchcontent .searchklant
{
  margin-top: 0px;
}

.searchcontent .searchklant #searchinput
{
  border: 1px solid #999;
  width: 100%;
  padding: 10px;
  color: black;
}

.searchcontent .searchklant #searchinput::-webkit-input-placeholder
{
  color: #cd2d17;
}

.searchcontent .searchklant #searchinput::-moz-placeholder
{
  color: #cd2d17;
}

.searchcontent .searchklant #searchinput:-ms-input-placeholder
{
  color: #cd2d17;
}

.searchcontent .searchklant #searchinput::-ms-input-placeholder
{
  color: #cd2d17;
}

.searchcontent .searchklant #searchinput::placeholder
{
  color: #cd2d17;
}

.searchcontent #bedrijf
{
  border: none !important;
  cursor: not-allowed;
}

.deelnemercertificaten
{
  margin-top: 20px;
}

.deelnemercertificaten ul
{
  margin: 0;
  padding: 0;
  padding-left: 15px;
}

.grid_checkbox
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1px;
  color: black;
}

.grid_checkbox .col
{
  width: 32%;
}

.grid_checkbox .col h3
{
  margin-bottom: 20px;
  color: black;
}

.grid_checkbox label
{
  margin: 0;
  line-height: 14px;
  font-size: 14px;
}

.grid_checkbox label input
{
  margin: 0;
  margin-bottom: 8px;
}

@media only screen and (max-width: 800px)
{
  .grid_checkbox
  {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid_checkbox .col
  {
    width: 100%;
  }
}

.gaelle_block
{
  margin: 20px 0;
}

.gaelle_block img
{
  margin-bottom: 10px;
}

.gaelle_block p.red
{
  font-size: 18px;
  color: #cd2d17;
}

.form_extra_holder
{
  margin-top: 20px;
  display: none;
}

.form_extra_holder.active
{
  display: block;
}

.simpleform
{
  background: white;
  padding: 0%;
}

.simpleform img
{
  width: 100%;
  height: auto;
}

.simpleform .colholder .doublerow
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.simpleform .colholder .doublerow input
{
  width: 48%;
}

.simpleform .colholder .col1
{
  width: 45%;
  float: left;
}

.simpleform .colholder .col2
{
  width: 45%;
  float: right;
}

@media only screen and (max-width: 800px)
{
  .simpleform .colholder .col1,
  .simpleform .colholder .col2
  {
    width: 100%;
  }
}

.simpleform .colholder:before,
.simpleform .colholder:after
{
  content: "";
  display: table;
}

.simpleform .colholder:after
{
  clear: both;
}

.simpleform .colholder:before,
.simpleform .colholder:after
{
  content: "";
  display: table;
}

.simpleform .colholder:after
{
  clear: both;
}

.simpleform .erroneous
{
  border-color: crimson !important;
}

.simpleform label
{
  color: black;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.simpleform label.checkboxlabel
{
  margin-top: 0;
  padding-top: 0;
  font-size: 12px;
  line-height: 10px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.simpleform label.checkboxlabel .formfields
{
  margin-top: 0;
  margin-bottom: 4px;
}

.simpleform label.checkboxlabel span
{
  position: relative;
  top: -2px;
  display: inline-block;
}

.simpleform input
{
  border: none;
  padding: 10px;
  border: 1px solid #999;
  width: 100%;
  color: #2c2b2a;
  margin-bottom: 20px;
  background: none;
  background: white;
  color: black;
  font-size: 14px;
}

.simpleform input::-webkit-input-placeholder
{
  color: #999;
}

.simpleform input::-moz-placeholder
{
  color: #999;
}

.simpleform input:-ms-input-placeholder
{
  color: #999;
}

.simpleform input::-ms-input-placeholder
{
  color: #999;
}

.simpleform input::placeholder
{
  color: #999;
}

.simpleform input[type="number"]::-webkit-inner-spin-button,
.simpleform input[type="number"]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

.simpleform input[type=date]
{
  padding: 8px 10px;
}

.simpleform input[type=checkbox]
{
  width: auto;
  margin-right: 10px;
}

.simpleform textarea
{
  border: none;
  padding: 10px;
  border: 1px solid #999;
  line-height: 1.3em;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background: none;
  color: #2c2b2a;
}

.simpleform textarea::-webkit-input-placeholder
{
  color: #999;
}

.simpleform textarea::-moz-placeholder
{
  color: #999;
}

.simpleform textarea:-ms-input-placeholder
{
  color: #999;
}

.simpleform textarea::-ms-input-placeholder
{
  color: #999;
}

.simpleform textarea::placeholder
{
  color: #999;
}

.simpleform select
{
  padding: 6px 10px;
  font-size: 14px;
  border: 1px solid #999;
  border-radius: 0px;
  margin-bottom: 20px;
  width: 100%;
  background: white;
  color: black;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-position: center right;
  background-repeat: no-repeat;
}

.simpleform .formcheckbox
{
  margin-bottom: 15px;
}

.simpleform .formcheckbox label
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  line-height: 1;
  padding: 0;
  margin: 0;
}

.simpleform .formcheckbox input[type=checkbox]
{
  margin: 0;
  margin-right: 5px;
}

.simpleform #voorvallen-submit,
.simpleform #conform-submit,
.simpleform #docinfo-submit,
.simpleform #extra-submit,
.simpleform #trainingovername-submit,
.simpleform #evaluatie-submit,
.simpleform #training-submit,
.simpleform #person-submit,
.simpleform #login-submit,
.simpleform #wachtwoord-submit,
.simpleform #wachtwoordedit-submit,
.simpleform #xls-submit,
.simpleform #trainingedit-submit,
.simpleform #form-edit,
.simpleform #form-submit
{
  border: none;
  display: inline-block;
  border-radius: 5px;
  color: white;
  background: #cd2d17;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 23px;
  margin: auto;
  text-align: center;
  padding: 9px 26px;
  font-size: 15px;
  line-height: 1.42857143;
  width: auto;
}

.simpleform #voorvallen-submit.disabled,
.simpleform #conform-submit.disabled,
.simpleform #docinfo-submit.disabled,
.simpleform #extra-submit.disabled,
.simpleform #trainingovername-submit.disabled,
.simpleform #evaluatie-submit.disabled,
.simpleform #training-submit.disabled,
.simpleform #person-submit.disabled,
.simpleform #login-submit.disabled,
.simpleform #wachtwoord-submit.disabled,
.simpleform #wachtwoordedit-submit.disabled,
.simpleform #xls-submit.disabled,
.simpleform #trainingedit-submit.disabled,
.simpleform #form-edit.disabled,
.simpleform #form-submit.disabled
{
  pointer-events: none;
  opacity: 0.2;
  background-color: #333;
}

.simpleform .disabled
{
  pointer-events: none;
  opacity: 0.2;
  background-color: #333;
}

.simpleform .radiobuttons
{
  display: block;
}

.simpleform .radiobuttons .radiobutton
{
  display: inline-block;
}

.simpleform .radiobuttons .radiobutton label
{
  display: inline-block;
  margin: 0 15px;
}

.simpleform .radiobuttons .radiobutton input[type="radio"]
{
  width: auto;
  display: inline-block;
}

.simpleform .formfieldblock.hide
{
  display: none;
}

.simpleform .feedback,
.simpleform #feedback
{
  color: crimson;
  font-size: 17px;
  letter-spacing: 0.015em;
  font-weight: bold;
  margin-top: 20px;
}

.simpleform .feedback.highlight,
.simpleform #feedback.highlight
{
  font-size: 24px;
  padding: 20px;
  color: #cd2d17;
  line-height: 1.1;
  background: #ccc;
  color: white;
  display: block;
  position: relative;
}

.simpleform .feedback.highlight:before,
.simpleform #feedback.highlight:before
{
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 80px;
  height: 80px;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  background-image: url('../images/thumbs-up.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.simpleform .feedback.highlight p,
.simpleform #feedback.highlight p
{
  margin-bottom: 20px;
}

.feedback_voltooid
{
  color: crimson;
  font-weight: bold;
  margin-top: 20px;
  font-size: 15px;
}

form .contact_container hr
{
  border: none;
  border-top: 1px dashed #999;
  display: none;
}

form .contact_container .contactgroup
{
  position: relative;
}

form .contact_container .contactgroup .removable
{
  padding: 5px;
  font-size: 12px;
  text-transform: uppercase;
  top: 0;
  right: 0;
  position: absolute;
  cursor: pointer;
  color: #cd2d17;
  z-index: 500;
  font-weight: bold;
}

form .contact_container .contactgroup input[type="text"],
form .contact_container .contactgroup input[type="date"]
{
  margin-bottom: 0;
}

form .contact_container .contactgroup label
{
  font-size: 12px;
}

form .validatebtn,
form .contactgroupadd
{
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333), to(#666));
  background: linear-gradient(to bottom, #333 0, #666 100%);
  border-color: #bbb;
  padding: 10px 20px;
  color: white;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  width: auto;
  margin-bottom: 30px;
}

form .validatebtn.disabled,
form .contactgroupadd.disabled
{
  pointer-events: none;
  opacity: 0.5;
}

form .insertgroup
{
  background: #f0f0f0;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
}

form .insertgroup .contactgroupadd
{
  margin-bottom: 0;
}

form .insertgroup .feedback2
{
  color: crimson;
  font-weight: bold;
  margin-bottom: 10px;
}

form .insertgroup .datalabel.erroneous
{
  color: crimson;
}

form .insertgroup .datafeedback
{
  display: none;
  color: crimson;
  font-weight: bold;
}

form .insertgroup .datafeedback.active
{
  display: block;
}

form .insertgroup label
{
  font-size: 11px;
}

.bedrijf_grid
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto -25px;
}

.bedrijf_grid .griditem,
.bedrijf_grid .griditem-full-width
{
  background: #f0f0f0;
  padding: 25px;
  margin: 10px;
  width: calc(50% - 20px);
  border: 1px solid #f0f0f0;
  border-radius: 15px;
}

.bedrijf_grid .griditem-full-width
{
  width: calc(100% - 20px);
}

.bedrijf_grid .griditem ul,
.bedrijf_grid .griditem-full-width ul
{
  margin: 0;
  padding: 10px 0;
  margin-bottom: 20px;
}

.bedrijf_grid .griditem ul .list-group-item,
.bedrijf_grid .griditem-full-width ul .list-group-item
{
  padding: 5px 10px;
}


@media only screen and (max-width: 900px)
{
  .bedrijf_grid .griditem,
  .bedrijf_grid .griditem-full-width
  {
    width: calc(100% - 20px);
  }
}

.datum_container .datagroup .datum_add
{
  position: relative;
}

.datum_container .datagroup .datum_add .removable_datum
{
  padding: 5px;
  font-size: 9px;
  text-transform: uppercase;
  top: 0;
  right: 0;
  position: absolute;
  cursor: pointer;
  color: #cd2d17;
  z-index: 500;
}

.datum_container .datagroup .datum_add input
{
  width: 80%;
}

.datum_container .datagroupadd
{
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), to(#bbb));
  background: linear-gradient(to bottom, #ccc 0, #bbb 100%);
  border-color: #bbb;
  padding: 10px 20px;
  color: white;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  width: auto;
  margin-bottom: 30px;
}

.dashboard_kalender
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dashboard_kalender .kalender_dag
{
  width: calc(100% / 7);
}

.dashboard_kalender .kalender_dag .dag_header
{
  background: #1f1f1f;
  color: white;
  padding: 10px;
  text-align: center;
  margin: 0 1px;
  line-height: 18px;
}

.dashboard_kalender .kalender_dag .dag_header.verlof
{
  padding: 0 10px;
  background: #cd2d17;
}

.dashboard_kalender .kalender_dag .dag_header.feestdag
{
  background: #f2f8c3;
  background: #eeee31;
  color: #1f1f1f;
}

.dashboard_kalender .kalender_dag .dag_header.reserveer
{
  padding: 0 10px;
  background: repeating-linear-gradient(45deg, #cd2d17, #cd2d17 10px, #1f1f1f 10px, #1f1f1f 20px);
}

.dashboard_kalender .kalender_dag .dag_header.lossetraining
{
  padding: 0 10px;
  background: repeating-linear-gradient(45deg, #337ab7, #337ab7 10px, #1f1f1f 10px, #1f1f1f 20px);
}

.dashboard_kalender .kalender_dag .dag_content
{
  text-align: center;
  margin: 0 1px 2px 1px;
  line-height: 15px;
}

.dashboard_kalender .kalender_dag .dag_content .traininglink
{
  margin-bottom: 2px;
  display: block;
  padding: 10px;
  background: #fafafa;
}

.dashboard_kalender .kalender_dag .dag_content .traininglink.freelance
{
  background: #c3f8d2;
}

.dashboard_kalender .kalender_dag .dag_content .traininglink.intern
{
  background: #3671f6;
  color: #FFF;
}

.dashboard_kalender .kalender_dag .dag_content .traininglink.payroll
{
  background: #f9a0a2;
}

.dashboard_kalender .kalender_dag .dag_content .traininglink.gereserveerd
{
  background: repeating-linear-gradient(45deg, #fafafa, #fafafa 10px, #fff 10px, #fff 20px);
}

@media only screen and (max-width: 800px)
{
  .dashboard_kalender.responsive
  {
    display: none;
  }
}

.dashboard_pdfview
{
  display: none;
  line-height: 1.5em;
}

@media only screen and (max-width: 800px)
{
  .dashboard_pdfview
  {
    display: block;
  }
}

.weeknav
{
  margin-top: 20px;
}

.weeknav.pager .print
{
  background: #337ab7;
  color: white;
  border-color: #337ab7;
}

.weeknav.pager li a
{
  display: inline-block;
  margin-bottom: 10px;
}

.weeknav.pager li .datefield
{
  background: white;
  color: black;
  font-size: 12px;
  line-height: 22px;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.qrholder
{
  cursor: pointer;
}

.qrholder img
{
  width: 200px;
}

.qrholder.big img
{
  width: 50%;
}

.faq-accordion .faqitem
{
  border-bottom: 1px solid #e3e3e3;
  padding: 0px 0px;
  background: white;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  /*&.bestellingen{
            .faqtitel{
                padding-left:20px;
            }
            .block{
                .blockwrap{
                    margin:20px 0 0px 20px;
                }
            }
        }*/
}

.faq-accordion .faqitem.active
{
  background: #f0f0f0;
}

.faq-accordion .faqitem.active .faqtitel:after
{
  content: '-';
  background: #cd2d17;
}

.faq-accordion .faqitem .faqtitel
{
  cursor: pointer;
  color: #222;
  font-weight: 700;
  padding: 10px;
  padding-left: 50px;
  position: relative;
  /*h1{
                display:block;
                margin:0;
                padding:0;
                //padding-bottom:30px;
            }*/
}

.faq-accordion .faqitem .faqtitel:after
{
  content: "+";
  position: absolute;
  left: 10px;
  top: 12px;
  height: 20px;
  width: 20px;
  font-weight: 300;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  padding: 0;
  margin: 0;
  background: #222;
  color: white;
}

.faq-accordion .faqitem .block
{
  display: none;
}

.faq-accordion .faqitem .block .blockwrap
{
  margin: 0px 20px 20px 50px;
}

.faq-accordion .faqitem .block .blockwrap ol,
.faq-accordion .faqitem .block .blockwrap ul
{
  padding-left: 18px;
}

.faq-accordion .faqitem .block .blockwrap .video-section
{
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 56.25%;
  background: #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 20px;
}

.faq-accordion .faqitem .block .blockwrap .video-section iframe
{
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fade-element
{
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.fade-out
{
  opacity: 0;
  visibility: hidden;
}

.fade-in
{
  opacity: 1;
  visibility: visible;
}

a.button-shaded:link,
a.button-shaded:visited,
a.button-shaded:active,
a.button-shaded:hover
{
  border: 1px solid #AAA;
  color: #444;
  font-weight: 700;
  text-align: center;
  padding: 11px 17px;
  border-radius: 16px;
}

a.button-shaded:hover
{
  border: 1px solid #BBB;
  color: #333;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 5px 4px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 5px 4px;
}

.inline-block
{
  display: inline-block;
}

.modal-window
{
  position: fixed;
  z-index: 1000;
  inset: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.modal-window .opaque
{
  position: absolute;
  inset: 0;
  background-color: rgba(51, 51, 51, 0.79);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}

.modal-window .container
{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFF;
  border-radius: 20px;
  max-width: 900px;
  min-height: 333px;
  font-size: 16px;
  padding: 0 32px;
}

.modal-window .content
{
  font-size: 15px;
}

.modal-window .container .close-window
{
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 8px;
  color: #333;
  font-size: 26px;
}

.modal-window .container .action-area
{
  z-index: 2;
  width: calc(100% - 48px);
  bottom: 32px;
  color: #555;
  font-size: 16px;
  text-align: center;
  padding: 28px 0;
}

.modal-window .container .action-area .submit-button
{
  opacity: 1;
  cursor: auto;
  background-color: #cd2d17;
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding: 11px 17px;
  border: 0;
  border-radius: 8px;
}

.modal-window .container .action-area .submit-button:not(:disabled):hover
{
  padding: 11px 22px;
}

.modal-window .container .action-area .submit-button:not(:disabled):active
{
  padding: 11px 17px;
}

.modal-window .container .action-area .submit-button:disabled
{
  opacity: 0.25;
  cursor: not-allowed;
  background-color: #777;
}

.modal-window .container .action-area a:link,
.modal-window .container .action-area a:visited,
.modal-window .container .action-area a:active,
.modal-window .container .action-area a:hover
{
  border: 1px solid #999;
  border-radius: 3px;
  padding: 8px 16px;
}

.modal-window .container .action-area a:hover
{
  border: 1px solid #333;
}

.modal-window .subtitel
{
  font-size: 20px;
  font-weight: 700;
  padding: 24px 0 16px 0;
}

.grid-2-columns,
.grid-3-columns
{
  display: grid;
  grid-row-gap: 12px;
  grid-column-gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}

.grid-3-columns
{
  grid-template-columns: repeat(3, 1fr);
}

.text-centered
{
  text-align: center;
}

.text-right
{
  text-align: right;
}

.search-group
{
  position: relative;
  background-color: #FFF;
  color: #333;
  border-top: 1px dotted #999;
  border-bottom: 1px solid #555;
  margin-top: 8px;
  height: 140px;
}

.search-group .icon
{
  position: absolute;
  top: 18px;
  left: 12px;
  box-sizing: border-box;
}

.search-group .input-search
{
  position: absolute;
  top: 7px;
  left: 40px;
  width: calc(100% - 60px);
  border-bottom: 1px dotted #CCC;
  background-color: #FFF;
}

.search-group .input-search label
{
  display: block;
  width: 100%;
}

.search-group .input-search .input-search-query
{
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 19px 10px 0;
  background-color: #FFF;
  color: #333;
  border: 0;
}

.search-group .input-selectors
{
  position: absolute;
  top: 64px;
  left: 40px;
  width: calc(100% - 60px);
  font-weight: normal;
}

.search-group .input-selectors > label
{
  font-weight: 700;
  color: #777;
}

.search-group .input-selectors .grid-2-columns
{
  row-gap: 0;
}

.search-group .input-selectors label .input-date-start,
.search-group .input-selectors label .input-date-einde,
.search-group .input-selectors label .input-select
{
  width: 100%;
  color: #333;
  font-weight: normal;
  padding: 0 4px;
  background-color: #E9E9E9;
  border: 1px solid #DDD;
}

.search-group .input-selectors label .input-date,
.search-group .input-selectors label .input-select
{
  margin-top: 5px;
}

.search-group .input-selectors label .input-date-start,
.search-group .input-selectors label .input-date-einde
{
  border-radius: 3px;
}

.search-group .results-pane
{
  position: absolute;
  z-index: 3;
  top: 138px;
  left: -1px;
  width: calc(100% + 1px);
  max-height: 240px;
  overflow-y: scroll;
  background-color: #333;
  color: #DDD;
  font-size: 14px;
  padding: 19px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.search-group .results-pane .item
{
  padding: 4px 0;
  display: flex;
  align-items: flex-start;
}

.search-group .results-pane .item:hover
{
  padding: 4px 0;
  display: flex;
  align-items: flex-start;
  color: #FFF;
}

.search-group .results-pane .item .check-circle
{
  width: 61px;
}

.search-group .results-pane .item .training-info
{
  flex: 1;
  text-transform: uppercase;
}

.search-group .results-pane .item .bedrijf
{
  width: 300px;
  text-align: right;
}

.deelnemer-box
{
  background-color: #F8F8F8;
  color: #555;
  font-size: 16px;
  padding: 8px;
  border-radius: 5px;
  border: 2px solid #555;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 5px 4px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 5px 4px;
}

.picked
{
  position: relative;
  background-color: #333;
  color: #DDD;
  font-weight: 500;
  border-radius: 2px;
  overflow: auto;
  padding: 9px 16px;
  margin: 0 0 0 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0 5px 4px;
  box-shadow: rgba(0, 0, 0, 0.04) 0 5px 4px;
  display: flex;
  align-items: stretch;
}

.picked .check-circle
{
  flex: 0 0 22px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.picked .details
{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.picked .unpick
{
  flex: 0 0 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
