/* white */

/*# sourceMappingURL=dashboard.css.map */
/* white */

/*# sourceMappingURL=header.css.map */
/* white */
/* white */

/*# sourceMappingURL=information.css.map */
/* white */

/*# sourceMappingURL=modal.css.map */
/* white */
/* white */

/*# sourceMappingURL=portal-change.css.map */
/* white */
/* white */

/*# sourceMappingURL=profile.css.map */
/**
 * selectize.default.css (v0.12.4) - Default Theme
 * Copyright (c) 2013???2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid rgb(72,124,18);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgb(72,124,18);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  /*font-family: inherit;*/
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: rgb(92,159,20);
  color: #ffffff;
  border: 1px solid rgb(92,159,20);
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #ffffff;
  border: 1px solid rgb(72,124,18);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 120px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}


.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: rgb(92,159,20);
  background-image: -moz-linear-gradient(top, rgb(92,159,20), rgb(72,124,18));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(92,159,20)), to(rgb(72,124,18)));
  background-image: -webkit-linear-gradient(top, rgb(92,159,20), rgb(72,124,18));
  background-image: -o-linear-gradient(top, rgb(92,159,20), rgb(72,124,18));
  background-image: linear-gradient(to bottom, rgb(92,159,20), rgb(72,124,18));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: rgb(92,159,20);
  background-image: -moz-linear-gradient(top, rgb(92,159,20), rgb(72,124,18));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(92,159,20)), to(rgb(72,124,18)));
  background-image: -webkit-linear-gradient(top, rgb(92,159,20), rgb(72,124,18));
  background-image: -o-linear-gradient(top, rgb(92,159,20), rgb(72,124,18));
  background-image: linear-gradient(to bottom, rgb(92,159,20), rgb(72,124,18));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}
/* white */

/*# sourceMappingURL=variables.css.map */
/* green */
/* purple */
/* white */
.searchBar {
  display: flex;
  gap: 5px;
  margin-bottom: 11px;
  border: 1px solid black;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.06); }
  .searchBar label {
    color: black;
    display: flex;
    align-items: center;
    min-width: 100px; }
  .searchBar #searchInput {
    background-color: rgba(255, 255, 255, 0.9); }

input.jqx-button {
  cursor: pointer;
  background-color: #373737;
  color: white;
  display: inline-block;
  position: relative;
  font-size: 14px;
  padding: 8px;
  border-radius: 10px;
  border: none;
  -webkit-transition: background-color, 0.4s;
  -moz-transition: background-color, 0.4s;
  transition: background-color, 0.4s; }
  .erfgoed input.jqx-button {
    background-color: #3333cc; }

input.jqx-button:hover {
  background-color: #007651; }
  .erfgoed input.jqx-button:hover {
    background-color: #fbb900; }

/* white */
/* white */
/* white */
/* white */
/* white */
/* white */
/* white */
/* white */
/* white */
.erfgoed .page.welkom .scrollContainer {
  height: 100% !important; }
  .erfgoed .page.welkom .scrollContainer > div:first-child {
    height: calc(100vh - 55px); }
.erfgoed .page.welkom .bannerMode.bgimage {
  background-image: none !important; }
.erfgoed .page.welkom .bannerMode.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
  position: relative;
  width: 80vw;
  height: auto;
  margin: 0;
  padding: 0;
  max-width: 1190px;
  background-color: transparent; }
.erfgoed .page.welkom .pageContent {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  height: 100%;
  min-height: auto;
  padding-top: 1px !important;
  overflow: hidden; }
  .erfgoed .page.welkom .pageContent .spacer {
    display: none !important; }
  .erfgoed .page.welkom .pageContent .carousel {
    position: relative;
    flex: 0 0 100px;
    bottom: auto !important; }
.erfgoed .page.welkom .row {
  display: flex; }
  .erfgoed .page.welkom .row.intro-content {
    display: flex;
    flex: 0 0 360px;
    height: 360px; }
    .erfgoed .page.welkom .row.intro-content .text-wrapper {
      flex: 1 1 auto;
      padding: 1rem;
      margin-right: .5rem;
      background-color: #f6f6f6;
      overflow: auto; }
      .erfgoed .page.welkom .row.intro-content .text-wrapper .title,
      .erfgoed .page.welkom .row.intro-content .text-wrapper .text {
        width: auto; }
    .erfgoed .page.welkom .row.intro-content .video {
      flex: 0 0 590px;
      height: 340px;
      margin: 0 !important; }
  .erfgoed .page.welkom .row.demo-content {
    flex: 0 0 235px;
    margin-top: .5rem; }
  .page.welkom .modules-carousel-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: 100%;
    position: relative;
    width: 100%; }
    .page.welkom .modules-carousel-wrapper .modules-carousel {
      display: flex;
      width: 100%;
      height: 100%;
      overflow-x: auto;
      overflow-y: hidden; }
    .page.welkom .modules-carousel-wrapper .grid-item.module {
      position: absolute;
      cursor: pointer; }
      .page.welkom .modules-carousel-wrapper .grid-item.module .progress-container {
        position: absolute;
        width: 100%;
        height: 13px;
        margin-top: 5px;
        margin-bottom: 8px;
        top: 234px; }
        .page.welkom .modules-carousel-wrapper .grid-item.module .progress-container .progress-bar {
          position: relative;
          width: 232px;
          height: 100%;
          background-color: #e7e7e7; }
          .page.welkom .modules-carousel-wrapper .grid-item.module .progress-container .progress-bar .progress-bar-fill {
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            background-color: #86c436; }
            .erfgoed .page.welkom .modules-carousel-wrapper .grid-item.module .progress-container .progress-bar .progress-bar-fill {
              background-color: #193441; }
        .page.welkom .modules-carousel-wrapper .grid-item.module .progress-container .progress-percentage {
          position: absolute;
          top: -6px;
          right: 0;
          font-weight: 100;
          font-size: 18px;
          color: white;
          background-color: rgba(38, 105, 68, 0.7);
          padding-left: 5px;
          padding-right: 5px;
          box-sizing: border-box; }
          .erfgoed .page.welkom .modules-carousel-wrapper .grid-item.module .progress-container .progress-percentage {
            background-color: transparent;
            color: #193441; }
        .page.welkom .modules-carousel-wrapper .grid-item.module .progress-container .progress-scorm {
          display: none;
          color: black;
          position: relative;
          width: 100%;
          height: 100%; }
          .page.welkom .modules-carousel-wrapper .grid-item.module .progress-container .progress-scorm .progress-scorm-bar {
            width: 172px;
            height: 100%;
            background: #e7e7e7;
            position: absolute;
            left: 0px;
            top: 0px; }
          .page.welkom .modules-carousel-wrapper .grid-item.module .progress-container .progress-scorm .progress-scorm-text {
            position: absolute;
            top: -6px;
            right: 0;
            font-weight: 100;
            font-size: 18px;
            color: white;
            background-color: rgba(38, 105, 68, 0.7);
            padding-left: 5px;
            padding-right: 5px;
            box-sizing: border-box; }
            .erfgoed .page.welkom .modules-carousel-wrapper .grid-item.module .progress-container .progress-scorm .progress-scorm-text {
              background-color: transparent;
              color: #193441; }
      .page.welkom .modules-carousel-wrapper .grid-item.module .categories-container {
        display: none !important;
        position: absolute;
        top: 10px;
        left: 10px;
        flex-direction: column; }
        .page.welkom .modules-carousel-wrapper .grid-item.module .categories-container .category {
          position: relative;
          font-family: 'Open Sans', sans-serif;
          text-transform: uppercase;
          font-size: 12px;
          font-weight: bold;
          padding: 5px 10px;
          color: #266944;
          background-color: #e7f3d9;
          margin-bottom: 5px; }
          .erfgoed .page.welkom .modules-carousel-wrapper .grid-item.module .categories-container .category {
            color: #1f1f1f;
            background-color: #e5e5e5; }
      .page.welkom .modules-carousel-wrapper .grid-item.module.scorm.started .progress-container .progress-scorm .progress-scorm-bar {
        width: 205px;
        background: #86c436;
        background: linear-gradient(90deg, #86c436 0%, #e7e7e7 80%); }
        .erfgoed .page.welkom .modules-carousel-wrapper .grid-item.module.scorm.started .progress-container .progress-scorm .progress-scorm-bar {
          background: #193441;
          background: linear-gradient(90deg, #193441 0%, #e7e7e7 80%); }
      .page.welkom .modules-carousel-wrapper .grid-item.module.scorm.finished .progress-container .progress-scorm .progress-scorm-bar {
        width: 193px;
        background: #86c436; }
        .erfgoed .page.welkom .modules-carousel-wrapper .grid-item.module.scorm.finished .progress-container .progress-scorm .progress-scorm-bar {
          background: #193441; }
      .page.welkom .modules-carousel-wrapper .grid-item.module.scorm .progress-container .progress-bar {
        display: none; }
      .page.welkom .modules-carousel-wrapper .grid-item.module.scorm .progress-container .progress-percentage {
        display: none; }
      .page.welkom .modules-carousel-wrapper .grid-item.module.scorm .progress-container .progress-scorm {
        display: block; }
      .page.welkom .modules-carousel-wrapper .grid-item.module .thumbnail-container {
        position: relative; }
        .page.welkom .modules-carousel-wrapper .grid-item.module .thumbnail-container > div:not(.hover-container) {
          z-index: 1; }
        .page.welkom .modules-carousel-wrapper .grid-item.module .thumbnail-container .thumbnail {
          width: 100%;
          height: 206px;
          background-position: center center;
          background-size: cover;
          background-color: #adc7ae; }
          .erfgoed .page.welkom .modules-carousel-wrapper .grid-item.module .thumbnail-container .thumbnail {
            background-color: #e5e5e5; }
        .page.welkom .modules-carousel-wrapper .grid-item.module .thumbnail-container .hover-container {
          visibility: hidden;
          opacity: 0;
          -webkit-transition: opacity 250ms;
          -moz-transition: opacity 250ms;
          transition: opacity 250ms;
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0px;
          top: 0px;
          color: white;
          padding: 5px;
          box-sizing: border-box;
          font-family: "Open Sans Condensed";
          background-color: #266944;
          z-index: 1; }
          .erfgoed .page.welkom .modules-carousel-wrapper .grid-item.module .thumbnail-container .hover-container {
            font-family: 'Montserrat';
            background-color: #193441; }
          .page.welkom .modules-carousel-wrapper .grid-item.module .thumbnail-container .hover-container .hover-title {
            margin-left: 5px;
            font-weight: 700;
            font-size: 18px; }
            .erfgoed .page.welkom .modules-carousel-wrapper .grid-item.module .thumbnail-container .hover-container .hover-title {
              font-size: 16px; }
          .page.welkom .modules-carousel-wrapper .grid-item.module .thumbnail-container .hover-container .hover-description {
            margin-left: 5px;
            font-size: 16px; }
            .erfgoed .page.welkom .modules-carousel-wrapper .grid-item.module .thumbnail-container .hover-container .hover-description {
              font-size: 14px; }
            .page.welkom .modules-carousel-wrapper .grid-item.module .thumbnail-container .hover-container .hover-description div {
              margin: 0;
              padding: 0; }
            .page.welkom .modules-carousel-wrapper .grid-item.module .thumbnail-container .hover-container .hover-description .basis {
              font-weight: 700;
              padding-top: 3px;
              padding-bottom: 3px; }
          .page.welkom .modules-carousel-wrapper .grid-item.module .thumbnail-container .hover-container .hover-button {
            position: absolute;
            bottom: 14px;
            left: 50%;
            transform: translate(-50%, 0%);
            font-size: 16px;
            font-weight: 700; }
            .erfgoed .page.welkom .modules-carousel-wrapper .grid-item.module .thumbnail-container .hover-container .hover-button {
              font-size: 14px; }
        .page.welkom .modules-carousel-wrapper .grid-item.module .thumbnail-container .thumbnail-shade {
          position: absolute;
          bottom: 0;
          width: 100%;
          height: 35px;
          background-image: url(../assets/thumbnail-shade.png); }
        .page.welkom .modules-carousel-wrapper .grid-item.module .thumbnail-container .thumbnail-tint {
          position: absolute;
          top: 0;
          width: 100%;
          height: 206px;
          background-color: #ffffff;
          opacity: 0;
          -webkit-transition: opacity 300ms;
          -moz-transition: opacity 300ms;
          transition: opacity 300ms; }
        .page.welkom .modules-carousel-wrapper .grid-item.module .thumbnail-container .duration {
          position: absolute;
          left: 20px;
          bottom: 15px;
          font-family: "Open Sans";
          font-weight: 700;
          font-size: 14px;
          color: #ffffff; }
        .page.welkom .modules-carousel-wrapper .grid-item.module .thumbnail-container .thumbnail-certificate {
          visibility: hidden;
          width: 40px;
          height: 40px;
          background: url(../assets/icons/groen/certificate.svg);
          background-size: cover;
          background-size: 30px;
          background-repeat: no-repeat;
          background-position: center;
          position: absolute;
          bottom: 10px;
          right: 10px;
          background-color: rgba(255, 255, 255, 0.5);
          border-radius: 50%;
          -webkit-transition: width 125ms, height 125ms, bottom 125ms, right 125ms, background 125ms;
          -moz-transition: width 125ms, height 125ms, bottom 125ms, right 125ms, background 125ms;
          transition: width 125ms, height 125ms, bottom 125ms, right 125ms, background 125ms; }
          .erfgoed .page.welkom .modules-carousel-wrapper .grid-item.module .thumbnail-container .thumbnail-certificate {
            background: url(../assets/icons/blauw/certificate.svg);
            background-size: cover;
            background-color: rgba(255, 255, 255, 0.5);
            background-size: 30px;
            background-repeat: no-repeat;
            background-position: center; }
        .page.welkom .modules-carousel-wrapper .grid-item.module .thumbnail-container .thumbnail-certificate:hover {
          width: 50px;
          height: 50px;
          background: url(../assets/icons/groen/certificate.svg);
          background-size: cover;
          background-size: 40px;
          background-repeat: no-repeat;
          background-position: center;
          position: absolute;
          bottom: 5px;
          right: 5px;
          background-color: white;
          border-radius: 50%; }
          .erfgoed .page.welkom .modules-carousel-wrapper .grid-item.module .thumbnail-container .thumbnail-certificate:hover {
            background: url(../assets/icons/blauw/certificate.svg);
            background-color: white;
            background-size: cover;
            background-size: 40px;
            background-repeat: no-repeat;
            background-position: center; }
        .page.welkom .modules-carousel-wrapper .grid-item.module .thumbnail-container .thumbnail-reset {
          visibility: hidden;
          width: 40px;
          height: 40px;
          background: url(../assets/icons/groen/reset.svg);
          background-size: cover;
          background-size: 30px;
          background-repeat: no-repeat;
          background-position: center;
          position: absolute;
          top: 10px;
          right: 10px;
          background-color: rgba(255, 255, 255, 0.5);
          border-radius: 50%;
          -webkit-transition: width 125ms, height 125ms, bottom 125ms, right 125ms, top 125ms, background 125ms;
          -moz-transition: width 125ms, height 125ms, bottom 125ms, right 125ms, top 125ms, background 125ms;
          transition: width 125ms, height 125ms, bottom 125ms, right 125ms, top 125ms, background 125ms; }
          .erfgoed .page.welkom .modules-carousel-wrapper .grid-item.module .thumbnail-container .thumbnail-reset {
            background: url(../assets/icons/blauw/reset.svg);
            background-size: cover;
            background-color: rgba(255, 255, 255, 0.5);
            background-size: 30px;
            background-repeat: no-repeat;
            background-position: center; }
        .page.welkom .modules-carousel-wrapper .grid-item.module .thumbnail-container .thumbnail-reset:hover {
          width: 50px;
          height: 50px;
          background: url(../assets/icons/groen/reset.svg);
          background-size: cover;
          background-size: 40px;
          background-repeat: no-repeat;
          background-position: center;
          position: absolute;
          top: 5px;
          right: 5px;
          background-color: white;
          border-radius: 50%; }
          .erfgoed .page.welkom .modules-carousel-wrapper .grid-item.module .thumbnail-container .thumbnail-reset:hover {
            background: url(../assets/icons/blauw/reset.svg);
            background-color: white;
            background-size: cover;
            background-size: 40px;
            background-repeat: no-repeat;
            background-position: center; }
      .page.welkom .modules-carousel-wrapper .grid-item.module .title {
        font-family: "Open Sans Condensed";
        font-weight: 700;
        font-size: 18px;
        color: white;
        background-color: rgba(38, 105, 68, 0.7);
        padding-left: 5px;
        padding-right: 5px;
        box-sizing: border-box;
        z-index: 2;
        position: relative;
        width: 100%;
        line-height: 1;
        display: flex;
        align-items: center;
        min-height: 24px; }
        .erfgoed .page.welkom .modules-carousel-wrapper .grid-item.module .title {
          background-color: transparent;
          color: #193441;
          font-family: 'Montserrat';
          font-size: 16px; }
      .page.welkom .modules-carousel-wrapper .grid-item.module .title.small {
        font-size: 14px; }
      .page.welkom .modules-carousel-wrapper .grid-item.module.demo-type-1 .thumbnail-container::before {
        position: absolute;
        top: 0;
        left: 0;
        color: white;
        background-color: #3333cc;
        padding: 0.5rem;
        content: "\f023";
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-size: 1rem; }
      body.has-session .page.welkom .modules-carousel-wrapper .grid-item.module.demo-type-1 .thumbnail-container::before {
        content: "\f3c1"; }
      .page.welkom .modules-carousel-wrapper .grid-item.module.demo-type-1 .categories-container {
        margin-top: 2rem; }
    .page.welkom .modules-carousel-wrapper .grid-item.hidden {
      display: none !important; }
    .page.welkom .modules-carousel-wrapper .grid-item.module.mandatory .thumbnail-container .thumbnail-mandatory-badge {
      position: absolute;
      top: 0;
      right: 0;
      width: 124px;
      height: 124px;
      background-image: url(../assets/mandatory-badge.png);
      background-size: contain; }
      .erfgoed .page.welkom .modules-carousel-wrapper .grid-item.module.mandatory .thumbnail-container .thumbnail-mandatory-badge {
        background-image: url(../assets/mandatory-badge-blue.png); }
    .erfgoed .page.welkom .modules-carousel-wrapper .grid-item.module.completed .thumbnail {
      background-color: #193441;
      background-blend-mode: luminosity; }
    .page.welkom .modules-carousel-wrapper .grid-item.module.completed .thumbnail-container .thumbnail-certificate {
      visibility: visible; }
    .page.welkom .modules-carousel-wrapper .grid-item.module.completed .thumbnail-container .thumbnail-reset {
      visibility: visible; }
    .page.welkom .modules-carousel-wrapper .grid-item.module.completed .thumbnail-container .thumbnail-completed-badge {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(../assets/complete-badge.png); }
      .erfgoed .page.welkom .modules-carousel-wrapper .grid-item.module.completed .thumbnail-container .thumbnail-completed-badge {
        background-image: url(../assets/complete-badge-erfgoed.svg);
        background-repeat: no-repeat;
        background-size: 25%;
        background-position: center; }
    .page.welkom .modules-carousel-wrapper .grid-item.module:hover .thumbnail-container .hover-container {
      visibility: visible;
      opacity: 0.98; }
    .page.welkom .modules-carousel-wrapper .grid-item.module:hover .thumbnail-container .thumbnail-tint {
      opacity: 0.25; }
    .page.welkom .modules-carousel-wrapper .grid-item.module.certificate-hover:hover .thumbnail-container .thumbnail-tint {
      opacity: 0; }
    .page.welkom .modules-carousel-wrapper .grid-item.module.reset-hover:hover .thumbnail-container .thumbnail-tint {
      opacity: 0; }
    .page.welkom .modules-carousel-wrapper .grid-item.module.sliding {
      -webkit-transition: -webkit-transform 500ms;
      -moz-transition: -moz-transform 500ms;
      transition: transform 500ms; }
    .page.welkom .modules-carousel-wrapper .grid-item.module {
      flex: 0 0 25%;
      position: relative;
      transform: scale(0.97);
      background-color: white;
      overflow: hidden; }
      .page.welkom .modules-carousel-wrapper .grid-item.module .title {
        background-color: transparent;
        color: #193441;
        font-family: 'Montserrat';
        font-size: 16px; }
      .page.welkom .modules-carousel-wrapper .grid-item.module .progress-container {
        display: none; }
    .page.welkom .modules-carousel-wrapper .prev,
    .page.welkom .modules-carousel-wrapper .next {
      position: absolute;
      color: #193441;
      cursor: pointer; }
      .page.welkom .modules-carousel-wrapper .prev.disabled,
      .page.welkom .modules-carousel-wrapper .next.disabled {
        opacity: 0.5;
        pointer-events: none; }
    .page.welkom .modules-carousel-wrapper .prev {
      left: -5rem; }
    .page.welkom .modules-carousel-wrapper .next {
      right: -5rem; }
    .page.welkom .modules-carousel-wrapper.no-scroll .prev,
    .page.welkom .modules-carousel-wrapper.no-scroll .next {
      display: none; }

/* white */
/* white */
.logo-wall__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0 5rem; }
  @media (max-width: 992px) and (min-width: 768px) {
    .logo-wall__list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767px) and (min-width: 576px) {
    .logo-wall__list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575px) {
    .logo-wall__list {
      grid-template-columns: 1fr; } }
  .logo-wall__list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 180px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    transform-origin: center;
    transform: scale(1);
    transition: transform .3s; }
    .logo-wall__list-item:hover {
      z-index: 1;
      transform: scale(1.1); }
    .logo-wall__list-item-image {
      display: block;
      width: 100%;
      height: auto; }

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search] {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

input[type=checkbox] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0; }

input {
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 300;
  padding: 5px;
  color: #333;
  background-color: transparent;
  border: 1px solid;
  border-radius: 10px !important; }
  .item.search input {
    border-radius: 0 !important; }

input:disabled {
  opacity: 0.7; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

.alert-box-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  color: white; }
  .alert-box-wrapper .alert-box-modal {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: grey;
    opacity: 0.5; }
  .alert-box-wrapper .alert-box {
    background-color: #007b56 !important;
    color: white;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding: 15px;
    padding-bottom: 30px;
    box-sizing: border-box;
    max-width: 580px;
    text-align: center; }
    .erfgoed .alert-box-wrapper .alert-box {
      background: #3333cc !important; }
    .alert-box-wrapper .alert-box h2 {
      font-size: 24px;
      margin-bottom: 10px;
      margin-top: 0; }
    .alert-box-wrapper .alert-box span {
      font-size: 16px; }
    .alert-box-wrapper .alert-box .alert-close {
      margin-top: 15px;
      position: relative;
      cursor: pointer;
      height: 60px;
      width: auto;
      min-width: 120px; }
      .alert-box-wrapper .alert-box .alert-close p {
        line-height: 60px;
        position: relative;
        display: inline-block;
        font-weight: bold;
        color: white;
        padding: 0 25px;
        background-color: #005c40 !important;
        z-index: 1; }
      .alert-box-wrapper .alert-box .alert-close div {
        z-index: 0; }

body {
  height: 100%;
  padding: 0;
  overflow: auto;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

body.busy::after {
  content: '';
  z-index: 999999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh; }

body.busy .busy-pointer {
  cursor: pointer !important; }

body.busy, body.busy div:not(.busy-pointer) {
  cursor: wait !important; }

.busy-pointer, body.busy .busy-pointer {
  cursor: pointer !important; }

.busy-auto, body.busy .busy-auto {
  cursor: pointer !important; }

html, body {
  font-family: 'Open Sans', sans-serif;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #edf4e4; }

body.erfgoed {
  background-color: #e3e7e8 !important; }

a.disabled {
  pointer-events: none;
  cursor: default; }

:root .css3-radios label,
:root .css3-radios input[type="radio"] + span,
:root .css3-radios input[type="radio"] + span::before,
:root .css3-checkboxes label,
:root .css3-checkboxes input[type="checkbox"] + span,
:root .css3-checkboxes input[type="checkbox"] + span::before {
  display: inline-block;
  vertical-align: middle; }

:root .css3-radios,
:root .css3-checkboxes {
  position: relative; }

:root .css3-radios label *,
:root .css3-checkboxes label * {
  cursor: pointer; }

:root .css3-radios input[type="radio"],
:root .css3-checkboxes input[type="checkbox"] {
  opacity: 0;
  position: absolute; }

:root .css3-radios input[type="radio"] + span,
:root .css3-checkboxes input[type="checkbox"] + span {
  font: normal 11px/14px Arial, Sans-serif;
  color: #333; }

:root .css3-radios label:hover span::before,
:root .css3-checkboxes label:hover span::before {
  box-shadow: 0 0 2px #ccc; }

:root .css3-radios label:hover span,
:root .css3-checkboxes label:hover span {
  color: #000; }

:root .css3-radios input[type="radio"] + span::before,
:root .css3-checkboxes input[type="checkbox"] + span::before {
  content: "";
  width: 12px;
  height: 12px;
  margin: 0 4px 0 0;
  border: solid 1px #a8a8a8;
  line-height: 14px;
  text-align: center;
  border-radius: 100%;
  background: #f6f6f6;
  background: radial-gradient(#f6f6f6, #dfdfdf); }

:root .css3-radios input[type="radio"]:checked + span::before,
:root .css3-checkboxes input[type="checkbox"]:checked + span::before {
  color: #666; }

:root .css3-radios input[type="radio"]:disabled + span,
:root .css3-checkboxes input[type="checkbox"]:disabled + span {
  cursor: default;
  opacity: .4; }

:root .css3-checkboxes input[type="checkbox"] + span::before {
  border-radius: 2px; }

:root .css3-radios input[type="radio"]:checked + span::before {
  content: "\2022";
  font-size: 24px; }

:root .css3-checkboxes input[type="checkbox"]:checked + span::before {
  content: "\2714";
  font-size: 12px; }

body {
  background-color: #eef7e4; }
  body iframe#courseContent {
    z-index: 999999;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0; }
  body iframe#courseContent.scorm {
    top: 68px;
    height: calc( 100% - 68px ); }
  body div#scormCourseButtonBar {
    z-index: 9999999;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 68px;
    border: 0;
    background: #007b56; }
    body div#scormCourseButtonBar .title {
      color: white;
      font-size: 18px;
      position: absolute;
      left: 0px;
      top: 50%;
      transform: translate(50px, -50%);
      font-weight: bold; }
    body div#scormCourseButtonBar .close {
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translate(-50px, -50%);
      z-index: 1;
      color: white;
      font-size: 14px;
      border: 1px solid white;
      padding: 5px;
      padding-left: 20px;
      padding-right: 20px;
      cursor: pointer; }
  body div#scormCourseButtonBar.enabled {
    display: inline; }

.erfgoed div#scormCourseButtonBar {
  background: #3333cc; }

div .scroller, div .scroller-wrapper {
  -webkit-overflow-scroll: touch; }

.iScrollVerticalScrollbar {
  height: 100vh !important;
  width: 20px !important;
  background-color: #ffffff5c; }
  .iScrollVerticalScrollbar .iScrollIndicator {
    height: 50px; }

.reset-box .alert-close {
  display: none; }

.busy-blocker {
  display: none; }

.busyCommand {
  pointer-events: none; }

.busyCommand .busy-blocker {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: wait;
  z-index: 1;
  pointer-events: all;
  display: block; }

.app-subtitle {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px; }

.app-close {
  position: absolute;
  right: 16px;
  top: 4px;
  font-weight: 600;
  font-size: 18px; }

.selectize-dropdown {
  margin-top: 0px !important; }

.logo {
  position: absolute;
  top: 0px;
  left: 30px;
  width: 156px;
  height: 89px;
  background-image: url(../assets/vbne.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  background-color: white;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.35);
  cursor: pointer; }
  .erfgoed .logo {
    background-image: url(../assets/logo-erfgoed.png); }

.information {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.4); }
  .information .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    height: 85%;
    margin: auto;
    border: 15px solid #008662;
    background-color: #f3f9f7;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
    .erfgoed .information .container {
      border: 15px solid #193441; }
    .information .container .button {
      padding: 1px 29px 1px 29px;
      line-height: 43px;
      font-family: "Open Sans Condensed";
      font-weight: 700;
      font-size: 22px;
      color: #008663;
      text-align: center;
      background-color: #ffffff;
      cursor: pointer; }
      .erfgoed .information .container .button {
        color: #193441;
        font-family: 'Montserrat';
        font-size: 20px; }
  .information .container .left-pane:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 29px;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f3f9f7);
    width: 100%;
    height: 30px; }
  .information .container .left-pane {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    float: left;
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box; }
    .information .container .left-pane .title {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      position: relative;
      display: inline-table;
      font-weight: 700;
      font-size: 30px;
      color: #5c5b5b; }
      .information .container .left-pane .title::after {
        position: absolute;
        content: '';
        width: 100%;
        left: 0;
        bottom: -6px;
        border-bottom: 4px solid #5c5b5b; }
    .information .container .left-pane .scroller-wrapper.mobile {
      padding-right: 0; }
    .information .container .left-pane .scroller-wrapper {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      position: relative;
      margin-top: 30px;
      padding-right: 20px;
      overflow: auto; }
      .information .container .left-pane .scroller-wrapper p {
        margin: 0px; }
      .information .container .left-pane .scroller-wrapper .text-container {
        color: #5d5c5c;
        font-size: 17px; }
  .information .container .button.close {
    position: absolute;
    bottom: -15px;
    right: -15px; }

.mentor-group {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.4); }
  .mentor-group .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    height: 60vh;
    margin: auto;
    border: 15px solid #008662;
    background-color: #f3f9f7;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
    .erfgoed .mentor-group .container {
      border: 15px solid #193441; }
    .mentor-group .container .button {
      padding: 1px 29px 1px 29px;
      line-height: 43px;
      font-family: "Open Sans Condensed";
      font-weight: 700;
      font-size: 22px;
      color: #008663;
      text-align: center;
      background-color: #ffffff;
      cursor: pointer; }
      .erfgoed .mentor-group .container .button {
        color: #193441;
        font-family: 'Montserrat';
        font-size: 20px; }
  .mentor-group .container .left-pane:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 29px;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f3f9f7);
    width: 100%;
    height: 30px; }
  .mentor-group .container .left-pane {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    float: left;
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box; }
    .mentor-group .container .left-pane .title {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      position: relative;
      display: inline-table;
      font-weight: 700;
      font-size: 30px;
      color: #5c5b5b; }
      .mentor-group .container .left-pane .title::after {
        position: absolute;
        content: '';
        width: 100%;
        left: 0;
        bottom: -6px;
        border-bottom: 4px solid #5c5b5b; }
    .mentor-group .container .left-pane .scroller-wrapper.mobile {
      padding-right: 0; }
    .mentor-group .container .left-pane .scroller-wrapper {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      position: relative;
      margin-top: 30px;
      padding-right: 20px;
      overflow: auto; }
      .mentor-group .container .left-pane .scroller-wrapper p {
        margin: 0px; }
      .mentor-group .container .left-pane .scroller-wrapper .text-container {
        color: #5d5c5c;
        font-size: 17px; }
  .mentor-group .container .button.close {
    position: absolute;
    bottom: -15px;
    right: -15px; }
  .mentor-group__content-wrapper {
    display: flex;
    flex-direction: column; }
  .mentor-group__content {
    display: flex;
    gap: 1rem;
    flex: 1 1 auto;
    width: 100%; }
  .mentor-group__column {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1 1 50%;
    padding: 0.5rem 1rem;
    background-color: white;
    box-shadow: 0 0 7px 5px #0000000a; }
  .mentor-group__input {
    z-index: 1;
    position: relative;
    width: 100%;
    background-color: white; }
  .mentor-group__search {
    position: relative;
    width: 100%; }
  .mentor-group__list-wrapper {
    position: absolute;
    width: calc(100% - 2px);
    max-height: 25vh;
    padding-top: 34px;
    padding-left: 0;
    margin-top: -35px;
    border: 1px solid;
    border-top: none;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background-color: white;
    box-shadow: 1px 5px 8px 2px #0000000f;
    transition: opacity 300ms, visibility 0s linear 300ms; }
  .mentor-group__list {
    position: relative;
    max-height: 25vh;
    list-style: none;
    font-size: 1rem;
    padding: 0;
    margin: 0;
    overflow: auto; }
    .mentor-group__list-item {
      display: flex;
      padding: 5px 10px;
      transition: background-color 0.25s;
      cursor: pointer; }
      .mentor-group__list-item:first-of-type {
        margin-top: 10px; }
      .mentor-group__list-item:nth-child(even) {
        background-color: #f8fcf4; }
      .mentor-group__list-item:hover {
        background-color: #e7f3d9; }
      .mentor-group__list-item-chip {
        float: right; }
      .mentor-group__list-item.-filter-out {
        display: none !important; }
      .mentor-group__list-item .-left {
        flex: 1 1 auto; }
      .mentor-group__list-item .-right {
        flex: 0 0 auto; }
  .mentor-group__input:focus + .mentor-group__list-wrapper {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s, 0s; }
  .mentor-group__selection {
    list-style: none;
    padding: 0; }
    .mentor-group__selection-item {
      display: flex;
      gap: 1rem;
      padding: 5px 10px; }
      .mentor-group__selection-item:nth-child(even) {
        background-color: #f8fcf4; }
      .mentor-group__selection-item-label {
        flex: 1 1 auto; }
      .mentor-group__selection-item-chip {
        flex: 0 0 auto; }
      .mentor-group__selection-item-remove {
        border: none;
        cursor: pointer;
        background-color: transparent;
        transition: color .3s; }
        .mentor-group__selection-item-remove:hover {
          color: darkred; }
  .mentor-group__submit {
    align-self: center;
    width: 5rem;
    margin: 0.5rem 0; }
    .mentor-group__submit.-disabled {
      opacity: .5;
      pointer-events: none; }

.applications {
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.4); }
  .applications .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    height: 85%;
    margin: auto;
    border: 15px solid #008662;
    background-color: #f3f9f7;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
    .erfgoed .applications .container {
      border: 15px solid #193441; }
    .applications .container .button {
      padding: 1px 29px 1px 29px;
      line-height: 43px;
      font-family: "Open Sans Condensed";
      font-weight: 700;
      font-size: 22px;
      color: #008663;
      text-align: center;
      background-color: #ffffff;
      cursor: pointer; }
      .erfgoed .applications .container .button {
        color: #193441;
        font-family: 'Montserrat';
        font-size: 20px; }
  .applications .container .left-pane:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 29px;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f3f9f7);
    width: 100%;
    height: 30px; }
  .applications .container .left-pane {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    float: left;
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box; }
    .applications .container .left-pane .title {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      position: relative;
      display: inline-table;
      font-weight: 700;
      font-size: 30px;
      color: #5c5b5b; }
      .applications .container .left-pane .title::after {
        position: absolute;
        content: '';
        width: 100%;
        left: 0;
        bottom: -6px;
        border-bottom: 4px solid #5c5b5b; }
    .applications .container .left-pane .scroller-wrapper.mobile {
      padding-right: 0; }
    .applications .container .left-pane .scroller-wrapper {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      position: relative;
      margin-top: 30px;
      padding-right: 20px;
      overflow: auto; }
      .applications .container .left-pane .scroller-wrapper p {
        margin: 0px; }
      .applications .container .left-pane .scroller-wrapper .text-container {
        color: #5d5c5c;
        font-size: 17px; }
  .applications .container .button.close {
    position: absolute;
    bottom: -15px;
    right: -15px; }
  .applications .app-container {
    margin-bottom: 30px;
    padding: 10px; }
  .applications .applicationTile {
    width: 150px;
    height: 180px;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer; }
    .applications .applicationTile .icon {
      position: relative;
      left: 15px;
      width: 120px;
      height: 120px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: bottom;
      box-sizing: border-box;
      margin-bottom: 10px; }
    .applications .applicationTile .text {
      text-align: center;
      color: black; }
    .applications .applicationTile.style_1.DEPARTMENT_LMS .icon {
      background-image: url(../assets/icons/groen/DEPARTMENT_LMS.svg); }
    .applications .applicationTile.style_1.LCMS .icon {
      background-image: url(../assets/icons/groen/LCMS.svg); }
    .applications .applicationTile.style_1.ORGANISATION_LMS .icon {
      background-image: url(../assets/icons/groen/ORGANISATION_LMS.svg); }
    .applications .applicationTile.style_1.USER_LMS .icon {
      background-image: url(../assets/icons/groen/USER_LMS.svg); }
    .applications .applicationTile.style_1.VBNE_LMS .icon {
      background-image: url(../assets/icons/groen/VBNE_LMS.svg); }
    .applications .applicationTile.style_2.DEPARTMENT_LMS .icon {
      background-image: url(../assets/icons/blauw/DEPARTMENT_LMS.svg); }
    .applications .applicationTile.style_2.LCMS .icon {
      background-image: url(../assets/icons/blauw/LCMS.svg); }
    .applications .applicationTile.style_2.ORGANISATION_LMS .icon {
      background-image: url(../assets/icons/blauw/ORGANISATION_LMS.svg); }
    .applications .applicationTile.style_2.USER_LMS .icon {
      background-image: url(../assets/icons/blauw/USER_LMS.svg); }
    .applications .applicationTile.style_2.VBNE_LMS .icon {
      background-image: url(../assets/icons/blauw/VBNE_LMS.svg); }

#body.onPage {
  background: #007b56; }

body:not(.erfgoed) .filter-container .item.level {
  display: none !important; }

.maintenance {
  top: -75px;
  left: 50%;
  width: 284px;
  margin-left: -142px;
  background: rgba(30, 105, 72, 0.8);
  position: absolute; }
  .erfgoed .maintenance {
    background: rgba(51, 50, 204, 0.8);
    top: 50px;
    position: fixed; }
    .erfgoed .maintenance .mtitle {
      color: #e4e4e4; }
    .erfgoed .maintenance .mtext {
      color: #adadad; }
  .maintenance.hide {
    display: none; }
  .maintenance .mtitle {
    color: #525151;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 5px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; }
  .maintenance .mtext {
    color: #525151;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-bottom: 1px solid white;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center; }
  .maintenance .mtitle {
    color: #e4e4e4; }
  .maintenance .mtext {
    color: #adadad; }
  .maintenance .mclose {
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: pointer;
    color: white; }

.application {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; }
  .application .scroller {
    max-width: 100vw;
    cursor: default !important;
    -webkit-overflow-scroll: touch; }
    .application .scroller .content {
      margin-left: auto;
      margin-right: auto; }
  .application .header {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    background-color: #266944; }
    .erfgoed .application .header {
      background-color: #3333cc; }
    .application .header .header-bar {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0px 30px;
      margin-left: 230px;
      width: calc(100% - 220px);
      height: 100%; }
      .application .header .header-bar .item {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        position: relative;
        height: 67px;
        min-width: 220px;
        font-size: 18px;
        color: #ffffff;
        text-align: center;
        padding: 20px;
        border-right: 2px inset #266944;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: background-color 300ms;
        -moz-transition: background-color 300ms;
        transition: background-color 300ms; }
        .erfgoed .application .header .header-bar .item {
          border-right: 2px inset #193441;
          font-family: 'Montserrat';
          font-weight: 700; }
        .application .header .header-bar .item:hover, .application .header .header-bar .item.selected, .application .header .header-bar .item.expanded {
          background-color: #c39dca; }
          .erfgoed .application .header .header-bar .item:hover, .erfgoed .application .header .header-bar .item.selected, .erfgoed .application .header .header-bar .item.expanded {
            background-color: #fbb900;
            font-family: 'Montserrat';
            font-weight: 700; }
        .application .header .header-bar .item.selected {
          cursor: default; }
      .application .header .header-bar.disabled-portal-change .item.portal-change {
        display: none; }
      .application .header .header-bar .item.user {
        padding-right: 40px;
        position: relative;
        margin-right: 15px;
        cursor: pointer;
        margin-right: 0; }
        .application .header .header-bar .item.user::after {
          content: '';
          position: absolute;
          pointer-events: none;
          top: 0px;
          bottom: 0px;
          right: 15px;
          width: 13px;
          height: 7px;
          margin: auto;
          background-image: url(../assets/arrow-down.png); }
        .application .header .header-bar .item.user .label {
          padding: 8px 20px; }
          .application .header .header-bar .item.user .label .selected-option {
            float: right;
            margin-right: 12px; }
          .application .header .header-bar .item.user .label > * {
            pointer-events: none; }
        .application .header .header-bar .item.user .options {
          position: absolute;
          z-index: 9999;
          right: 0;
          background-color: #266944;
          box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4); }
          .erfgoed .application .header .header-bar .item.user .options {
            background-color: #3333cc; }
          .application .header .header-bar .item.user .options .option {
            position: relative;
            padding: 10px 20px 10px 40px;
            cursor: pointer;
            -webkit-transition: background-color 300ms;
            -moz-transition: background-color 300ms;
            transition: background-color 300ms; }
            .application .header .header-bar .item.user .options .option::after {
              content: '';
              position: absolute;
              pointer-events: none;
              top: 0px;
              bottom: 0px;
              left: 15px;
              width: 7px;
              height: 13px;
              margin: auto;
              background-image: url(../assets/arrow-right.png); }
          .application .header .header-bar .item.user .options .option:hover {
            background-color: #c39dca; }
            .erfgoed .application .header .header-bar .item.user .options .option:hover {
              background-color: #fbb900; }
          .application .header .header-bar .item.user .options .option:not(:last-of-type) {
            border-bottom: 2px solid #266944; }
            .erfgoed .application .header .header-bar .item.user .options .option:not(:last-of-type) {
              border-bottom: 0px solid #266944; }
        .application .header .header-bar .item.user .options {
          width: 100%;
          margin-top: 23px; }
          .application .header .header-bar .item.user .options .option {
            padding: 20px 20px 20px 70px;
            text-align: left; }
          .application .header .header-bar .item.user .options .option.profile::after {
            width: 25px;
            height: 24px;
            background-image: url(../assets/profile-icon.png); }
          .application .header .header-bar .item.user .options .option.logout::after {
            width: 22px;
            height: 22px;
            background-image: url(../assets/logout-icon.png); }
      .application .header .header-bar .item.portal-change {
        display: flex; }
        .application .header .header-bar .item.portal-change .pc-logo {
          width: 28px;
          height: 28px;
          margin-right: 10px;
          background-image: url(../assets/logo/erfgoedlogo.png); }
          .erfgoed .application .header .header-bar .item.portal-change .pc-logo {
            width: 32px;
            background-image: url(../assets/logo/vbnelogo.png); }
    .mobile .application .header .header-bar .item {
      min-width: 0px; }
    .mobile .application .header .header-bar.disabled-portal-change .item.portal-change {
      display: none; }
  .application .logo {
    right: 25px; }
  .application .logo.onPage {
    right: 125px; }
  .application .objectViewHolderHolder {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: white !important;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    background-color: #ffffff;
    min-height: calc(100vh - 248px); }
    .application .objectViewHolderHolder .dashboard {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      position: relative;
      width: 100%;
      padding: 0px 30px;
      box-sizing: border-box;
      min-height: calc(100vh - 198px); }
      .application .objectViewHolderHolder .dashboard .toolbar {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end;
        width: calc(100% - 10px); }
        .application .objectViewHolderHolder .dashboard .toolbar .item {
          -webkit-box-flex: 0;
          -moz-box-flex: 0;
          box-flex: 0;
          -webkit-flex: 0 0 auto;
          -moz-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          font-size: 17px;
          margin-top: 18px;
          color: #ffffff;
          background-color: #75bf26; }
          .erfgoed .application .objectViewHolderHolder .dashboard .toolbar .item {
            background-color: #193441; }
          .application .objectViewHolderHolder .dashboard .toolbar .item::after {
            content: '';
            position: absolute;
            pointer-events: none;
            top: 0px;
            bottom: 0px;
            right: 15px;
            width: 13px;
            height: 7px;
            margin: auto;
            background-image: url(../assets/arrow-down.png); }
          .application .objectViewHolderHolder .dashboard .toolbar .item.date {
            -webkit-flex-basis: 270px;
            -moz-flex-basis: 270px;
            flex-basis: 270px;
            -ms-flex-preferred-size: 270px; }
          .application .objectViewHolderHolder .dashboard .toolbar .item.mandatory {
            -webkit-flex-basis: 165px;
            -moz-flex-basis: 165px;
            flex-basis: 165px;
            -ms-flex-preferred-size: 165px; }
          .application .objectViewHolderHolder .dashboard .toolbar .item.completed {
            -webkit-flex-basis: 244px;
            -moz-flex-basis: 244px;
            flex-basis: 244px;
            -ms-flex-preferred-size: 244px; }
          .application .objectViewHolderHolder .dashboard .toolbar .item.search {
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            box-flex: 1;
            -webkit-flex: 1 1 170px;
            -moz-flex: 1 1 170px;
            -ms-flex: 1 1 170px;
            flex: 1 1 170px;
            position: relative;
            max-width: calc((100vw - 2 * 30px) / 4 );
            background-color: #e7f3d9;
            border: 3px solid #266944; }
            .application .objectViewHolderHolder .dashboard .toolbar .item.search input {
              padding: 0 40px 0 20px;
              font-size: 17px; }
            .application .objectViewHolderHolder .dashboard .toolbar .item.search input.default {
              color: #266944; }
              .application .objectViewHolderHolder .dashboard .toolbar .item.search input.default ~ .clear-button {
                display: none; }
            .application .objectViewHolderHolder .dashboard .toolbar .item.search .clear-button {
              z-index: 1;
              display: flex;
              justify-content: center;
              align-items: center;
              position: absolute;
              top: 2px;
              right: 1px;
              width: 40px;
              height: 30px;
              color: #266944;
              background-color: #e7f3d9;
              cursor: pointer; }
              .erfgoed .application .objectViewHolderHolder .dashboard .toolbar .item.search .clear-button {
                color: #1f1f1f;
                background-color: #d7dbde; }
            .application .objectViewHolderHolder .dashboard .toolbar .item.search::after {
              content: '';
              position: absolute;
              top: 0px;
              right: 0;
              width: 41px;
              height: 26px;
              border-left: 1px solid #266944;
              background-image: url(../assets/searchicon.png);
              background-repeat: no-repeat;
              background-position: 12px 3px; }
            .erfgoed .application .objectViewHolderHolder .dashboard .toolbar .item.search {
              background-color: #d7dbde;
              border: 3px solid #1f1f1f; }
              .erfgoed .application .objectViewHolderHolder .dashboard .toolbar .item.search input.default {
                color: #1f1f1f; }
        .application .objectViewHolderHolder .dashboard .toolbar .dropdown {
          position: relative;
          margin-right: 15px;
          cursor: pointer; }
          .application .objectViewHolderHolder .dashboard .toolbar .dropdown .label {
            padding: 8px 20px; }
            .application .objectViewHolderHolder .dashboard .toolbar .dropdown .label .selected-option {
              float: right;
              margin-right: 12px; }
            .application .objectViewHolderHolder .dashboard .toolbar .dropdown .label > * {
              pointer-events: none; }
          .application .objectViewHolderHolder .dashboard .toolbar .dropdown .options {
            position: absolute;
            z-index: 9999;
            right: 0;
            background-color: #266944;
            box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4); }
            .erfgoed .application .objectViewHolderHolder .dashboard .toolbar .dropdown .options {
              background-color: #3333cc; }
            .application .objectViewHolderHolder .dashboard .toolbar .dropdown .options .option {
              position: relative;
              padding: 10px 20px 10px 40px;
              cursor: pointer;
              -webkit-transition: background-color 300ms;
              -moz-transition: background-color 300ms;
              transition: background-color 300ms; }
              .application .objectViewHolderHolder .dashboard .toolbar .dropdown .options .option::after {
                content: '';
                position: absolute;
                pointer-events: none;
                top: 0px;
                bottom: 0px;
                left: 15px;
                width: 7px;
                height: 13px;
                margin: auto;
                background-image: url(../assets/arrow-right.png); }
            .application .objectViewHolderHolder .dashboard .toolbar .dropdown .options .option:hover {
              background-color: #c39dca; }
              .erfgoed .application .objectViewHolderHolder .dashboard .toolbar .dropdown .options .option:hover {
                background-color: #fbb900; }
            .application .objectViewHolderHolder .dashboard .toolbar .dropdown .options .option:not(:last-of-type) {
              border-bottom: 2px solid #266944; }
              .erfgoed .application .objectViewHolderHolder .dashboard .toolbar .dropdown .options .option:not(:last-of-type) {
                border-bottom: 0px solid #266944; }
      .application .objectViewHolderHolder .dashboard .modules-container.mobile {
        width: 100%;
        overflow: hidden; }
      .application .objectViewHolderHolder .dashboard .filter-modules-wrapper {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        flex: 1 1 auto; }
        .application .objectViewHolderHolder .dashboard .filter-modules-wrapper .label {
          font-family: Open Sans Condensed;
          font-weight: bold;
          font-size: 16px;
          margin-bottom: 10px;
          white-space: nowrap; }
      .application .objectViewHolderHolder .dashboard .filter-container {
        color: #266944; }
        .erfgoed .application .objectViewHolderHolder .dashboard .filter-container {
          color: #1f1f1f; }
        .application .objectViewHolderHolder .dashboard .filter-container .categories,
        .application .objectViewHolderHolder .dashboard .filter-container .radiogroup {
          min-width: 230px;
          background-color: #e7f3d9;
          margin: 15px 20px 15px 0;
          padding: 20px; }
          .erfgoed .application .objectViewHolderHolder .dashboard .filter-container .categories, .erfgoed
          .application .objectViewHolderHolder .dashboard .filter-container .radiogroup {
            background-color: #e5e5e5; }
      .application .objectViewHolderHolder .dashboard .checkbox-group .label {
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
        position: relative;
        display: block;
        margin: 10px 0;
        cursor: pointer; }
      .application .objectViewHolderHolder .dashboard .checkbox-group .checkbox {
        display: inline-block;
        width: 25px;
        height: 25px;
        vertical-align: middle;
        top: 25px;
        left: 25px;
        background-color: white;
        margin-right: 10px;
        border: solid 2px #005c40;
        text-align: center;
        box-sizing: border-box;
        background-color: #005c40;
        box-shadow: inset 0 0 0px 12px white;
        transition: box-shadow .25s; }
        .erfgoed .application .objectViewHolderHolder .dashboard .checkbox-group .checkbox {
          border: solid 2px #193441;
          background-color: #193441; }
        .application .objectViewHolderHolder .dashboard .checkbox-group .checkbox.-selected {
          box-shadow: inset 0 0 0px 0px white; }
          .application .objectViewHolderHolder .dashboard .checkbox-group .checkbox.-selected:after {
            content: '';
            display: block;
            position: relative;
            top: 2px;
            left: 2px;
            width: 4px;
            height: 11px;
            border: solid #fff;
            border-width: 0 3px 3px 0;
            transform: rotate(45deg) translateY(-4px) translateX(4px); }
      .application .objectViewHolderHolder .dashboard .radio-group .label {
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
        position: relative;
        display: block;
        margin: 10px 0;
        cursor: pointer; }
      .application .objectViewHolderHolder .dashboard .radio-group .checkbox {
        display: inline-block;
        width: 25px;
        height: 25px;
        vertical-align: middle;
        top: 25px;
        left: 25px;
        background-color: white;
        margin-right: 10px;
        border: solid 2px #005c40;
        text-align: center;
        box-sizing: border-box;
        background-color: #005c40;
        box-shadow: inset 0 0 0px 12px white;
        transition: box-shadow .25s; }
        .erfgoed .application .objectViewHolderHolder .dashboard .radio-group .checkbox {
          border: solid 2px #193441;
          background-color: #193441; }
        .application .objectViewHolderHolder .dashboard .radio-group .checkbox.-selected {
          box-shadow: inset 0 0 0px 0px white; }
          .application .objectViewHolderHolder .dashboard .radio-group .checkbox.-selected:after {
            content: '';
            display: block;
            position: relative;
            top: 2px;
            left: 2px;
            width: 4px;
            height: 11px;
            border: solid #fff;
            border-width: 0 3px 3px 0;
            transform: rotate(45deg) translateY(-4px) translateX(4px); }
      .application .objectViewHolderHolder .dashboard .radio-group .radiobutton {
        display: inline-block;
        width: 25px;
        height: 25px;
        vertical-align: middle;
        top: 25px;
        left: 25px;
        background-color: #005c40;
        margin-right: 10px;
        border: solid 2px #005c40;
        text-align: center;
        box-sizing: border-box;
        cursor: pointer;
        box-shadow: inset 0 0 0px 12px white;
        transition: box-shadow .25s;
        border-radius: 50%; }
        .erfgoed .application .objectViewHolderHolder .dashboard .radio-group .radiobutton {
          border: solid 2px #193441;
          background-color: #193441; }
        .application .objectViewHolderHolder .dashboard .radio-group .radiobutton.-selected {
          box-shadow: inset 0 0 0px 0px white; }
      .application .objectViewHolderHolder .dashboard .modules-container {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        position: relative;
        width: calc(100% + 30px);
        margin-top: 20px;
        overflow: auto; }
        .application .objectViewHolderHolder .dashboard .modules-container .grid.modules {
          position: relative;
          width: 100%; }
          .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module {
            position: absolute;
            cursor: pointer; }
            .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .progress-container {
              position: absolute;
              width: 100%;
              height: 13px;
              margin-top: 5px;
              margin-bottom: 8px;
              top: 234px; }
              .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .progress-container .progress-bar {
                position: relative;
                width: 232px;
                height: 100%;
                background-color: #e7e7e7; }
                .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .progress-container .progress-bar .progress-bar-fill {
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 0;
                  height: 100%;
                  background-color: #86c436; }
                  .erfgoed .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .progress-container .progress-bar .progress-bar-fill {
                    background-color: #193441; }
              .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .progress-container .progress-percentage {
                position: absolute;
                top: -6px;
                right: 0;
                font-weight: 100;
                font-size: 18px;
                color: white;
                background-color: rgba(38, 105, 68, 0.7);
                padding-left: 5px;
                padding-right: 5px;
                box-sizing: border-box; }
                .erfgoed .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .progress-container .progress-percentage {
                  background-color: transparent;
                  color: #193441; }
              .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .progress-container .progress-scorm {
                display: none;
                color: black;
                position: relative;
                width: 100%;
                height: 100%; }
                .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .progress-container .progress-scorm .progress-scorm-bar {
                  width: 172px;
                  height: 100%;
                  background: #e7e7e7;
                  position: absolute;
                  left: 0px;
                  top: 0px; }
                .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .progress-container .progress-scorm .progress-scorm-text {
                  position: absolute;
                  top: -6px;
                  right: 0;
                  font-weight: 100;
                  font-size: 18px;
                  color: white;
                  background-color: rgba(38, 105, 68, 0.7);
                  padding-left: 5px;
                  padding-right: 5px;
                  box-sizing: border-box; }
                  .erfgoed .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .progress-container .progress-scorm .progress-scorm-text {
                    background-color: transparent;
                    color: #193441; }
            .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .categories-container {
              display: none !important;
              position: absolute;
              top: 10px;
              left: 10px;
              flex-direction: column; }
              .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .categories-container .category {
                position: relative;
                font-family: 'Open Sans', sans-serif;
                text-transform: uppercase;
                font-size: 12px;
                font-weight: bold;
                padding: 5px 10px;
                color: #266944;
                background-color: #e7f3d9;
                margin-bottom: 5px; }
                .erfgoed .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .categories-container .category {
                  color: #1f1f1f;
                  background-color: #e5e5e5; }
            .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module.scorm.started .progress-container .progress-scorm .progress-scorm-bar {
              width: 205px;
              background: #86c436;
              background: linear-gradient(90deg, #86c436 0%, #e7e7e7 80%); }
              .erfgoed .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module.scorm.started .progress-container .progress-scorm .progress-scorm-bar {
                background: #193441;
                background: linear-gradient(90deg, #193441 0%, #e7e7e7 80%); }
            .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module.scorm.finished .progress-container .progress-scorm .progress-scorm-bar {
              width: 193px;
              background: #86c436; }
              .erfgoed .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module.scorm.finished .progress-container .progress-scorm .progress-scorm-bar {
                background: #193441; }
            .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module.scorm .progress-container .progress-bar {
              display: none; }
            .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module.scorm .progress-container .progress-percentage {
              display: none; }
            .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module.scorm .progress-container .progress-scorm {
              display: block; }
            .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .thumbnail-container {
              position: relative; }
              .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .thumbnail-container > div:not(.hover-container) {
                z-index: 1; }
              .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .thumbnail-container .thumbnail {
                width: 100%;
                height: 206px;
                background-position: center center;
                background-size: cover;
                background-color: #adc7ae; }
                .erfgoed .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .thumbnail-container .thumbnail {
                  background-color: #e5e5e5; }
              .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .thumbnail-container .hover-container {
                visibility: hidden;
                opacity: 0;
                -webkit-transition: opacity 250ms;
                -moz-transition: opacity 250ms;
                transition: opacity 250ms;
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0px;
                top: 0px;
                color: white;
                padding: 5px;
                box-sizing: border-box;
                font-family: "Open Sans Condensed";
                background-color: #266944;
                z-index: 1; }
                .erfgoed .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .thumbnail-container .hover-container {
                  font-family: 'Montserrat';
                  background-color: #193441; }
                .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .thumbnail-container .hover-container .hover-title {
                  margin-left: 5px;
                  font-weight: 700;
                  font-size: 18px; }
                  .erfgoed .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .thumbnail-container .hover-container .hover-title {
                    font-size: 16px; }
                .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .thumbnail-container .hover-container .hover-description {
                  margin-left: 5px;
                  font-size: 16px; }
                  .erfgoed .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .thumbnail-container .hover-container .hover-description {
                    font-size: 14px; }
                  .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .thumbnail-container .hover-container .hover-description div {
                    margin: 0;
                    padding: 0; }
                  .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .thumbnail-container .hover-container .hover-description .basis {
                    font-weight: 700;
                    padding-top: 3px;
                    padding-bottom: 3px; }
                .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .thumbnail-container .hover-container .hover-button {
                  position: absolute;
                  bottom: 14px;
                  left: 50%;
                  transform: translate(-50%, 0%);
                  font-size: 16px;
                  font-weight: 700; }
                  .erfgoed .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .thumbnail-container .hover-container .hover-button {
                    font-size: 14px; }
              .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .thumbnail-container .thumbnail-shade {
                position: absolute;
                bottom: 0;
                width: 100%;
                height: 35px;
                background-image: url(../assets/thumbnail-shade.png); }
              .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .thumbnail-container .thumbnail-tint {
                position: absolute;
                top: 0;
                width: 100%;
                height: 206px;
                background-color: #ffffff;
                opacity: 0;
                -webkit-transition: opacity 300ms;
                -moz-transition: opacity 300ms;
                transition: opacity 300ms; }
              .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .thumbnail-container .duration {
                position: absolute;
                left: 20px;
                bottom: 15px;
                font-family: "Open Sans";
                font-weight: 700;
                font-size: 14px;
                color: #ffffff; }
              .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .thumbnail-container .thumbnail-certificate {
                visibility: hidden;
                width: 40px;
                height: 40px;
                background: url(../assets/icons/groen/certificate.svg);
                background-size: cover;
                background-size: 30px;
                background-repeat: no-repeat;
                background-position: center;
                position: absolute;
                bottom: 10px;
                right: 10px;
                background-color: rgba(255, 255, 255, 0.5);
                border-radius: 50%;
                -webkit-transition: width 125ms, height 125ms, bottom 125ms, right 125ms, background 125ms;
                -moz-transition: width 125ms, height 125ms, bottom 125ms, right 125ms, background 125ms;
                transition: width 125ms, height 125ms, bottom 125ms, right 125ms, background 125ms; }
                .erfgoed .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .thumbnail-container .thumbnail-certificate {
                  background: url(../assets/icons/blauw/certificate.svg);
                  background-size: cover;
                  background-color: rgba(255, 255, 255, 0.5);
                  background-size: 30px;
                  background-repeat: no-repeat;
                  background-position: center; }
              .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .thumbnail-container .thumbnail-certificate:hover {
                width: 50px;
                height: 50px;
                background: url(../assets/icons/groen/certificate.svg);
                background-size: cover;
                background-size: 40px;
                background-repeat: no-repeat;
                background-position: center;
                position: absolute;
                bottom: 5px;
                right: 5px;
                background-color: white;
                border-radius: 50%; }
                .erfgoed .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .thumbnail-container .thumbnail-certificate:hover {
                  background: url(../assets/icons/blauw/certificate.svg);
                  background-color: white;
                  background-size: cover;
                  background-size: 40px;
                  background-repeat: no-repeat;
                  background-position: center; }
              .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .thumbnail-container .thumbnail-reset {
                visibility: hidden;
                width: 40px;
                height: 40px;
                background: url(../assets/icons/groen/reset.svg);
                background-size: cover;
                background-size: 30px;
                background-repeat: no-repeat;
                background-position: center;
                position: absolute;
                top: 10px;
                right: 10px;
                background-color: rgba(255, 255, 255, 0.5);
                border-radius: 50%;
                -webkit-transition: width 125ms, height 125ms, bottom 125ms, right 125ms, top 125ms, background 125ms;
                -moz-transition: width 125ms, height 125ms, bottom 125ms, right 125ms, top 125ms, background 125ms;
                transition: width 125ms, height 125ms, bottom 125ms, right 125ms, top 125ms, background 125ms; }
                .erfgoed .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .thumbnail-container .thumbnail-reset {
                  background: url(../assets/icons/blauw/reset.svg);
                  background-size: cover;
                  background-color: rgba(255, 255, 255, 0.5);
                  background-size: 30px;
                  background-repeat: no-repeat;
                  background-position: center; }
              .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .thumbnail-container .thumbnail-reset:hover {
                width: 50px;
                height: 50px;
                background: url(../assets/icons/groen/reset.svg);
                background-size: cover;
                background-size: 40px;
                background-repeat: no-repeat;
                background-position: center;
                position: absolute;
                top: 5px;
                right: 5px;
                background-color: white;
                border-radius: 50%; }
                .erfgoed .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .thumbnail-container .thumbnail-reset:hover {
                  background: url(../assets/icons/blauw/reset.svg);
                  background-color: white;
                  background-size: cover;
                  background-size: 40px;
                  background-repeat: no-repeat;
                  background-position: center; }
            .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .title {
              font-family: "Open Sans Condensed";
              font-weight: 700;
              font-size: 18px;
              color: white;
              background-color: rgba(38, 105, 68, 0.7);
              padding-left: 5px;
              padding-right: 5px;
              box-sizing: border-box;
              z-index: 2;
              position: relative;
              width: 100%;
              line-height: 1;
              display: flex;
              align-items: center;
              min-height: 24px; }
              .erfgoed .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .title {
                background-color: transparent;
                color: #193441;
                font-family: 'Montserrat';
                font-size: 16px; }
            .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module .title.small {
              font-size: 14px; }
            .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module.demo-type-1 .thumbnail-container::before {
              position: absolute;
              top: 0;
              left: 0;
              color: white;
              background-color: #3333cc;
              padding: 0.5rem;
              content: "\f023";
              display: inline-block;
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              font-style: normal;
              font-variant: normal;
              text-rendering: auto;
              line-height: 1;
              font-size: 1rem; }
            body.has-session .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module.demo-type-1 .thumbnail-container::before {
              content: "\f3c1"; }
            .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module.demo-type-1 .categories-container {
              margin-top: 2rem; }
          .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.hidden {
            display: none !important; }
          .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module.mandatory .thumbnail-container .thumbnail-mandatory-badge {
            position: absolute;
            top: 0;
            right: 0;
            width: 124px;
            height: 124px;
            background-image: url(../assets/mandatory-badge.png);
            background-size: contain; }
            .erfgoed .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module.mandatory .thumbnail-container .thumbnail-mandatory-badge {
              background-image: url(../assets/mandatory-badge-blue.png); }
          .erfgoed .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module.completed .thumbnail {
            background-color: #193441;
            background-blend-mode: luminosity; }
          .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module.completed .thumbnail-container .thumbnail-certificate {
            visibility: visible; }
          .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module.completed .thumbnail-container .thumbnail-reset {
            visibility: visible; }
          .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module.completed .thumbnail-container .thumbnail-completed-badge {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url(../assets/complete-badge.png); }
            .erfgoed .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module.completed .thumbnail-container .thumbnail-completed-badge {
              background-image: url(../assets/complete-badge-erfgoed.svg);
              background-repeat: no-repeat;
              background-size: 25%;
              background-position: center; }
          .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module:hover .thumbnail-container .hover-container {
            visibility: visible;
            opacity: 0.98; }
          .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module:hover .thumbnail-container .thumbnail-tint {
            opacity: 0.25; }
          .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module.certificate-hover:hover .thumbnail-container .thumbnail-tint {
            opacity: 0; }
          .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module.reset-hover:hover .thumbnail-container .thumbnail-tint {
            opacity: 0; }
          .application .objectViewHolderHolder .dashboard .modules-container .grid.modules .grid-item.module.sliding {
            -webkit-transition: -webkit-transform 500ms;
            -moz-transition: -moz-transform 500ms;
            transition: transform 500ms; }
      .application .objectViewHolderHolder .dashboard .pagination-container {
        display: flex;
        gap: .5rem;
        justify-content: center;
        align-items: center;
        margin-bottom: 1rem; }
        .application .objectViewHolderHolder .dashboard .pagination-container.-empty, .application .objectViewHolderHolder .dashboard .pagination-container.-single-page {
          visibility: hidden; }
        .application .objectViewHolderHolder .dashboard .pagination-container .next,
        .application .objectViewHolderHolder .dashboard .pagination-container .prev {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 20px;
          height: 20px;
          color: #005c40;
          padding: 4px;
          cursor: pointer;
          border: 2px solid #005c40; }
          .erfgoed .application .objectViewHolderHolder .dashboard .pagination-container .next, .erfgoed
          .application .objectViewHolderHolder .dashboard .pagination-container .prev {
            color: #193441;
            border: 2px solid #193441; }
          .application .objectViewHolderHolder .dashboard .pagination-container .next.-disabled,
          .application .objectViewHolderHolder .dashboard .pagination-container .prev.-disabled {
            opacity: 0.25;
            pointer-events: none; }
        .application .objectViewHolderHolder .dashboard .pagination-container .pages-indicator {
          display: flex;
          gap: .5rem;
          width: auto; }
          .application .objectViewHolderHolder .dashboard .pagination-container .pages-indicator .page-indicator {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 20px;
            height: 20px;
            border: 2px solid #005c40;
            padding: 4px;
            color: white;
            background-color: #005c40;
            box-shadow: inset 0 0 0px 0px white;
            cursor: pointer;
            transform: scale(1);
            transition: transform .25s, box-shadow .25s; }
            .erfgoed .application .objectViewHolderHolder .dashboard .pagination-container .pages-indicator .page-indicator {
              background-color: #193441;
              border: 2px solid #193441; }
            .application .objectViewHolderHolder .dashboard .pagination-container .pages-indicator .page-indicator.-selected {
              box-shadow: inset 0 0 0px 2px white;
              transform: scale(1.15);
              pointer-events: none; }
    .application .objectViewHolderHolder .information {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-color: rgba(255, 255, 255, 0.4); }
      .application .objectViewHolderHolder .information .container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 70%;
        height: 85%;
        margin: auto;
        border: 15px solid #008662;
        background-color: #f3f9f7;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
        .erfgoed .application .objectViewHolderHolder .information .container {
          border: 15px solid #193441; }
        .application .objectViewHolderHolder .information .container .button {
          padding: 1px 29px 1px 29px;
          line-height: 43px;
          font-family: "Open Sans Condensed";
          font-weight: 700;
          font-size: 22px;
          color: #008663;
          text-align: center;
          background-color: #ffffff;
          cursor: pointer; }
          .erfgoed .application .objectViewHolderHolder .information .container .button {
            color: #193441;
            font-family: 'Montserrat';
            font-size: 20px; }
      .application .objectViewHolderHolder .information .container .left-pane:after {
        content: "";
        position: absolute;
        z-index: 1;
        bottom: 29px;
        left: 0;
        pointer-events: none;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f3f9f7);
        width: 100%;
        height: 30px; }
      .application .objectViewHolderHolder .information .container .left-pane {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        float: left;
        width: 100%;
        height: 100%;
        padding: 30px;
        box-sizing: border-box; }
        .application .objectViewHolderHolder .information .container .left-pane .title {
          -webkit-box-flex: 0;
          -moz-box-flex: 0;
          box-flex: 0;
          -webkit-flex: 0 0 auto;
          -moz-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          position: relative;
          display: inline-table;
          font-weight: 700;
          font-size: 30px;
          color: #5c5b5b; }
          .application .objectViewHolderHolder .information .container .left-pane .title::after {
            position: absolute;
            content: '';
            width: 100%;
            left: 0;
            bottom: -6px;
            border-bottom: 4px solid #5c5b5b; }
        .application .objectViewHolderHolder .information .container .left-pane .scroller-wrapper.mobile {
          padding-right: 0; }
        .application .objectViewHolderHolder .information .container .left-pane .scroller-wrapper {
          -webkit-box-flex: 1;
          -moz-box-flex: 1;
          box-flex: 1;
          -webkit-flex: 1 1 auto;
          -moz-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto;
          position: relative;
          margin-top: 30px;
          padding-right: 20px;
          overflow: auto; }
          .application .objectViewHolderHolder .information .container .left-pane .scroller-wrapper p {
            margin: 0px; }
          .application .objectViewHolderHolder .information .container .left-pane .scroller-wrapper .text-container {
            color: #5d5c5c;
            font-size: 17px; }
      .application .objectViewHolderHolder .information .container .button.close {
        position: absolute;
        bottom: -15px;
        right: -15px; }
    .application .objectViewHolderHolder .profile {
      z-index: 999;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-color: rgba(255, 255, 255, 0.4); }
      .application .objectViewHolderHolder .profile .container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 595px;
        height: 390px;
        margin: auto;
        border: 15px solid #008662;
        background-color: #f3f9f7;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
        .erfgoed .application .objectViewHolderHolder .profile .container {
          border: 15px solid #193441; }
        .application .objectViewHolderHolder .profile .container .button {
          padding: 1px 29px 1px 29px;
          line-height: 43px;
          font-family: "Open Sans Condensed";
          font-weight: 700;
          font-size: 22px;
          color: #008663;
          text-align: center;
          background-color: #ffffff;
          cursor: pointer; }
          .erfgoed .application .objectViewHolderHolder .profile .container .button {
            color: #193441;
            font-family: 'Montserrat';
            font-size: 20px; }
      .application .objectViewHolderHolder .profile .checkboxContainer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        padding-bottom: 10px; }
        .application .objectViewHolderHolder .profile .checkboxContainer .roleOption {
          display: flex;
          align-items: center; }
          .application .objectViewHolderHolder .profile .checkboxContainer .roleOption input {
            max-height: 20px;
            max-width: 25px; }
          .application .objectViewHolderHolder .profile .checkboxContainer .roleOption label {
            line-height: initial; }
      .application .objectViewHolderHolder .profile .modalbg {
        position: fixed;
        background: rgba(0, 0, 0, 0.54);
        width: 1280px;
        height: 100vh;
        top: 0px;
        left: 0px; }
      .application .objectViewHolderHolder .profile .removeProfileContainer {
        height: auto; }
      .erfgoed .application .objectViewHolderHolder .profile .container {
        height: auto;
        min-height: 710px; }
      .application .objectViewHolderHolder .profile .container .pane {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        position: relative;
        height: 100%;
        width: 100%;
        padding: 45px;
        font-family: "Open Sans";
        box-sizing: border-box;
        background-color: #ffffff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
        .erfgoed .application .objectViewHolderHolder .profile .container .pane {
          font-family: 'Montserrat'; }
        .application .objectViewHolderHolder .profile .container .pane .title {
          -webkit-box-flex: 0;
          -moz-box-flex: 0;
          box-flex: 0;
          -webkit-flex: 0 0 auto;
          -moz-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          font-weight: 700;
          font-size: 24px;
          color: #007b58; }
          .erfgoed .application .objectViewHolderHolder .profile .container .pane .title {
            color: #1f1f1f; }
        .application .objectViewHolderHolder .profile .container .pane hr {
          -webkit-box-flex: 0;
          -moz-box-flex: 0;
          box-flex: 0;
          -webkit-flex: 0 0 auto;
          -moz-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          width: 100%;
          border-width: 3px;
          border-bottom: none;
          border-right: none;
          border-left: none;
          border-color: #5f5f5f;
          margin-top: 12px;
          margin-bottom: 12px; }
        .application .objectViewHolderHolder .profile .container .pane .form {
          -webkit-box-flex: 1;
          -moz-box-flex: 1;
          box-flex: 1;
          -webkit-flex: 1 1 auto;
          -moz-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
          .application .objectViewHolderHolder .profile .container .pane .form select {
            border: 2px solid black;
            border-radius: 10px;
            width: 100%;
            margin-bottom: 5px;
            padding-left: 5px; }
          .application .objectViewHolderHolder .profile .container .pane .form select:disabled {
            border: none !important;
            appearance: none; }
          .application .objectViewHolderHolder .profile .container .pane .form .field {
            display: -webkit-box;
            display: -moz-box;
            display: box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            line-height: 35px; }
            .application .objectViewHolderHolder .profile .container .pane .form .field .label {
              -webkit-box-flex: 0;
              -moz-box-flex: 0;
              box-flex: 0;
              -webkit-flex: 0 0 50%;
              -moz-flex: 0 0 50%;
              -ms-flex: 0 0 50%;
              flex: 0 0 50%;
              font-size: 18px;
              color: #007b58; }
              .erfgoed .application .objectViewHolderHolder .profile .container .pane .form .field .label {
                color: #1f1f1f;
                font-size: 16px; }
            .application .objectViewHolderHolder .profile .container .pane .form .field .value {
              -webkit-box-flex: 1;
              -moz-box-flex: 1;
              box-flex: 1;
              -webkit-flex: 1 1 auto;
              -moz-flex: 1 1 auto;
              -ms-flex: 1 1 auto;
              flex: 1 1 auto;
              height: 30px;
              font-size: 16px;
              color: #5f5f5f;
              border: none; }
              .erfgoed .application .objectViewHolderHolder .profile .container .pane .form .field .value {
                color: #1f1f1f; }
            .application .objectViewHolderHolder .profile .container .pane .form .field input.value:disabled {
              border: none; }
          .application .objectViewHolderHolder .profile .container .pane .form .buttons {
            display: -webkit-box;
            display: -moz-box;
            display: box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            position: absolute;
            right: 0px;
            bottom: 0; }
            .application .objectViewHolderHolder .profile .container .pane .form .buttons .button {
              -webkit-box-flex: 0;
              -moz-box-flex: 0;
              box-flex: 0;
              -webkit-flex: 0 0 auto;
              -moz-flex: 0 0 auto;
              -ms-flex: 0 0 auto;
              flex: 0 0 auto;
              background-color: transparent; }
        .application .objectViewHolderHolder .profile .container .pane .button.remove {
          font-size: 10px;
          position: absolute;
          bottom: -12px;
          background: transparent;
          left: -20px;
          display: none; }
          .erfgoed .application .objectViewHolderHolder .profile .container .pane .button.remove {
            display: block; }
        .application .objectViewHolderHolder .profile .container .pane .form.view .field.password,
        .application .objectViewHolderHolder .profile .container .pane .form.view .field.old-password,
        .application .objectViewHolderHolder .profile .container .pane .form.view .field.password-confirm {
          visibility: hidden; }
        .erfgoed .application .objectViewHolderHolder .profile .container .pane .form.view .buttons {
          font-family: 'Montserrat';
          font-size: 20px; }
        .application .objectViewHolderHolder .profile .container .pane .form.view .buttons .button.save {
          display: none; }
        .application .objectViewHolderHolder .profile .container .pane .form.edit .field .value {
          border: 2px solid #007b58; }
          .erfgoed .application .objectViewHolderHolder .profile .container .pane .form.edit .field .value {
            color: #1f1f1f;
            border: 2px solid #193441; }
        .application .objectViewHolderHolder .profile .container .pane .form.edit .buttons .button.edit {
          display: none; }
        .application .objectViewHolderHolder .profile .container .pane .error,
        .application .objectViewHolderHolder .profile .container .pane .message {
          display: none;
          margin-top: 15px;
          font-weight: bold; }
        .application .objectViewHolderHolder .profile .container .pane .error {
          color: #ff0000; }
        .application .objectViewHolderHolder .profile .container .pane .message {
          color: #004831; }
    .application .objectViewHolderHolder .portal-change {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-color: rgba(255, 255, 255, 0.4); }
      .application .objectViewHolderHolder .portal-change .container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 595px;
        height: auto;
        margin: auto;
        border: 15px solid #008662;
        background-color: #f3f9f7;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
        .erfgoed .application .objectViewHolderHolder .portal-change .container {
          border: 15px solid #193441; }
        .application .objectViewHolderHolder .portal-change .container .button {
          padding: 1px 29px 1px 29px;
          line-height: 43px;
          font-family: "Open Sans Condensed";
          font-weight: 700;
          font-size: 22px;
          color: #008663;
          text-align: center;
          background-color: #ffffff;
          cursor: pointer; }
          .erfgoed .application .objectViewHolderHolder .portal-change .container .button {
            color: #193441;
            font-family: 'Montserrat';
            font-size: 20px; }
      .application .objectViewHolderHolder .portal-change .container .pane {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        position: relative;
        height: 100%;
        width: 100%;
        padding: 30px;
        font-family: "Open Sans";
        box-sizing: border-box;
        background-color: #ffffff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
        .erfgoed .application .objectViewHolderHolder .portal-change .container .pane {
          font-family: 'Montserrat'; }
        .application .objectViewHolderHolder .portal-change .container .pane .title {
          -webkit-box-flex: 0;
          -moz-box-flex: 0;
          box-flex: 0;
          -webkit-flex: 0 0 auto;
          -moz-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          font-weight: 700;
          font-size: 24px;
          color: #007b58;
          margin-bottom: 20px; }
          .erfgoed .application .objectViewHolderHolder .portal-change .container .pane .title {
            color: #1f1f1f; }
        .application .objectViewHolderHolder .portal-change .container .pane .content {
          font-size: 18px;
          color: #007b58;
          margin-bottom: 20px; }
          .erfgoed .application .objectViewHolderHolder .portal-change .container .pane .content {
            color: #1f1f1f;
            font-size: 16px;
            margin-bottom: 40px; }
        .application .objectViewHolderHolder .portal-change .container .pane .buttons {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          position: absolute;
          bottom: 0px;
          right: 0px; }
          .application .objectViewHolderHolder .portal-change .container .pane .buttons .button {
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            box-flex: 0;
            -webkit-flex: 0 0 auto;
            -moz-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            background-color: transparent; }
  .application .footer, .application .pageFooter {
    position: relative;
    bottom: 0px;
    width: 100%;
    background: #007b56;
    max-height: 180px;
    height: 180px;
    min-height: 110px;
    text-align: center; }
    .erfgoed .application .footer, .erfgoed .application .pageFooter {
      background: #193441; }
    .application .footer .itemContainer, .application .pageFooter .itemContainer {
      display: none; }
    .application .footer .columnContainer, .application .pageFooter .columnContainer {
      color: white; }
      .application .footer .columnContainer .column, .application .pageFooter .columnContainer .column {
        height: 100%;
        width: 20vw;
        max-width: 250px;
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding-top: 28px;
        line-height: 26px;
        font-size: 16px;
        letter-spacing: 0.5px;
        min-width: 110px; }
        .erfgoed .application .footer .columnContainer .column, .erfgoed .application .pageFooter .columnContainer .column {
          font-size: 18px; }
        .application .footer .columnContainer .column .item, .application .pageFooter .columnContainer .column .item {
          cursor: pointer;
          width: fit-content; }
          .application .footer .columnContainer .column .item.selected, .application .pageFooter .columnContainer .column .item.selected {
            font-weight: bold; }
      .application .footer .columnContainer .left.column, .application .pageFooter .columnContainer .left.column {
        font-size: 25px;
        line-height: 30px;
        max-width: 330px;
        width: 30vw;
        padding-left: 35px;
        font-weight: bold;
        font-family: Open Sans Condensed;
        line-height: 34px;
        font-size: 24px;
        min-width: 170px; }
        .erfgoed .application .footer .columnContainer .left.column, .erfgoed .application .pageFooter .columnContainer .left.column {
          font-family: 'Montserrat';
          font-size: 20px;
          letter-spacing: 0px; }

body.register-form .carousel {
  display: none; }
body.register-form .optionPopup {
  bottom: 0 !important; }
body.register-form .logo {
  display: none; }

.lightbox {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out; }

.videoPlaying {
  position: relative;
  z-index: 2; }
  .videoPlaying .lightbox {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.8;
    z-index: 2; }
  .videoPlaying .player {
    position: relative;
    z-index: 3; }

.userpage .closeButton {
  display: none; }

.pageContainer .page {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% - 0px);
  overflow: hidden;
  background: white; }
  .pageContainer .page .startbutton {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-item-align: end;
    background-image: -webkit-linear-gradient(#007b56, #005c40);
    background-image: linear-gradient(#007b56, #005c40);
    width: 100%;
    line-height: 40px;
    text-align: center;
    margin-top: 25px;
    border-color: #005c40;
    background-color: #007b56;
    box-shadow: inset 0 1px 0 0 #04b781;
    box-sizing: border-box;
    cursor: pointer;
    width: 233px;
    left: 50%;
    position: relative;
    margin-left: -116px;
    color: white;
    font-weight: 600; }
    .pageContainer .page .startbutton span {
      font-family: 'Open Sans Condensed';
      font-size: 24px;
      font-weight: 700;
      color: #ffffff; }
    .pageContainer .page .startbutton:hover {
      background-image: -webkit-linear-gradient(#104031, #0c2f24);
      background-image: linear-gradient(#104031, #0c2f24);
      border-color: #0c2f24;
      background-color: #104031;
      box-shadow: inset 0 1px 0 0 #14503e; }
    .erfgoed .pageContainer .page .startbutton {
      background-image: -webkit-linear-gradient(#3333cc, #3333cc);
      background-image: linear-gradient(#3333cc, #3333cc);
      border-color: #3333cc;
      box-shadow: inset 0 1px 0 0 #e5e5e5; }
      .erfgoed .pageContainer .page .startbutton span {
        font-family: 'Montserrat';
        font-size: 20px;
        font-weight: 700;
        color: #ffffff; }
      .erfgoed .pageContainer .page .startbutton:hover {
        background-image: -webkit-linear-gradient(#fbb900, #fbb900);
        background-image: linear-gradient(#fbb900, #fbb900);
        border-color: #fbb900;
        box-shadow: inset 0 1px 0 0 #e5e5e5; }
  .pageContainer .page .scrollContainer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    /*width: 590px; */
    height: 100%;
    background: white; }
    .pageContainer .page .scrollContainer .pageContent {
      padding: 25px 0px 0px; }
      .pageContainer .page .scrollContainer .pageContent .video {
        width: 590px;
        height: 360px;
        margin: auto;
        margin-top: 20px;
        background-size: cover; }
      .pageContainer .page .scrollContainer .pageContent .player {
        position: relative; }
      .pageContainer .page .scrollContainer .pageContent .hideVideo .player {
        opacity: 0; }
      .pageContainer .page .scrollContainer .pageContent .video {
        position: relative; }
      .pageContainer .page .scrollContainer .pageContent .thumb {
        opacity: 1;
        position: absolute;
        top: 0px;
        width: 590px;
        height: 360px;
        background-size: cover;
        background-position: 50% 50%;
        pointer-events: none; }
      .pageContainer .page .scrollContainer .pageContent .player {
        max-width: 590px;
        opacity: 1;
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out; }
      .pageContainer .page .scrollContainer .pageContent .title,
      .pageContainer .page .scrollContainer .pageContent .text,
      .pageContainer .page .scrollContainer .pageContent .faq {
        margin: auto;
        width: 590px; }
      .pageContainer .page .scrollContainer .pageContent .title {
        padding: 128px 3px 20px 3px;
        font-size: 50px;
        font-family: Open Sans Condensed;
        text-transform: uppercase;
        font-weight: bold;
        color: #007b56;
        white-space: break-spaces; }
        .erfgoed .pageContainer .page .scrollContainer .pageContent .title {
          color: #193441;
          font-family: 'Montserrat';
          font-size: 35px; }
      .pageContainer .page .scrollContainer .pageContent p {
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0.2px;
        padding: 0px;
        margin: 0px; }
      .pageContainer .page .scrollContainer .pageContent a {
        text-decoration: none;
        color: #007b56; }
        .erfgoed .pageContainer .page .scrollContainer .pageContent a {
          color: #3333cc; }
        .mobile .pageContainer .page .scrollContainer .pageContent a {
          display: contents; }
      .pageContainer .page .scrollContainer .pageContent .faq .faqTitle {
        padding-top: 28px;
        padding-bottom: 20px;
        font-style: italic;
        font-weight: bold; }
      .pageContainer .page .scrollContainer .pageContent .faq .questionContainer {
        padding-bottom: 6px; }
        .pageContainer .page .scrollContainer .pageContent .faq .questionContainer .question {
          font-weight: bold;
          position: relative; }
          .pageContainer .page .scrollContainer .pageContent .faq .questionContainer .question .fas {
            position: absolute;
            font-size: 20px;
            top: 4px; }
          .pageContainer .page .scrollContainer .pageContent .faq .questionContainer .question .fa-caret-right {
            left: 4px;
            opacity: 1; }
          .pageContainer .page .scrollContainer .pageContent .faq .questionContainer .question .fa-caret-down {
            left: 2px;
            opacity: 0; }
          .pageContainer .page .scrollContainer .pageContent .faq .questionContainer .question .questionText {
            margin-left: 28px;
            font-size: 14px; }
            .pageContainer .page .scrollContainer .pageContent .faq .questionContainer .question .questionText p, .pageContainer .page .scrollContainer .pageContent .faq .questionContainer .question .questionText div, .pageContainer .page .scrollContainer .pageContent .faq .questionContainer .question .questionText span {
              font-size: 14px; }
        .pageContainer .page .scrollContainer .pageContent .faq .questionContainer .answer {
          max-height: 0px;
          overflow: hidden;
          padding-bottom: 4px; }
          .pageContainer .page .scrollContainer .pageContent .faq .questionContainer .answer p, .pageContainer .page .scrollContainer .pageContent .faq .questionContainer .answer div {
            font-size: 14px;
            line-height: 24px;
            padding-left: 28px;
            position: relative; }
        .pageContainer .page .scrollContainer .pageContent .faq .questionContainer.open .question .fa-caret-right {
          opacity: 0; }
        .pageContainer .page .scrollContainer .pageContent .faq .questionContainer.open .question .fa-caret-down {
          opacity: 1; }
        .pageContainer .page .scrollContainer .pageContent .faq .questionContainer.open .answer {
          max-height: inherit; }
  .pageContainer .page .bottomFade {
    position: absolute;
    bottom: 0px;
    height: 100px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
  .pageContainer .page .topFade {
    position: absolute;
    top: 0px;
    height: 100px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */ }
.pageContainer .closeButton {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  background: url(../assets/closeButton.png);
  cursor: pointer; }

.erfgoed .registerForm {
  left: 0px !important;
  top: 0px !important; }

.registerForm {
  box-shadow: none !important;
  left: -30px !important;
  overflow: visible !important; }
  .registerForm .error {
    outline: 2px solid rgba(255, 0, 0, 0.6) !important;
    outline-offset: -1px; }
  .registerForm .form-elements {
    position: relative; }
  .registerForm .emailExists {
    color: rgba(255, 0, 0, 0.6);
    position: absolute;
    top: -8px;
    opacity: 0; }
  .registerForm .logonFormSection input {
    height: 30px !important; }
  .registerForm .holder {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row; }
  .registerForm .privacy {
    margin-top: 10px; }
  .registerForm .check-holder {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    position: relative; }
    .registerForm .check-holder .check {
      margin-right: 10px;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 14px;
      -moz-flex: 0 0 14px;
      -ms-flex: 0 0 14px;
      flex: 0 0 14px;
      height: 14px;
      margin-top: 1px;
      pointer-events: none; }
      .mobile .registerForm .check-holder .check {
        zoom: 1.5;
        margin-right: 5px; }
      .erfgoed .registerForm .check-holder .check {
        pointer-events: all; }
    .registerForm .check-holder .check2 {
      width: 33px;
      height: 22px;
      position: absolute;
      top: 0px;
      left: 0px;
      cursor: pointer; }
    .registerForm .check-holder .label {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1;
      font-size: 12px; }
      .mobile .registerForm .check-holder .label {
        display: contents; }

.logonForm,
.forgotPasswordForm,
.resetPasswordForm,
.registerForm,
.applicationsForm {
  width: 283px;
  height: 288px;
  bottom: -60px !important;
  padding: 20px 25px 0 25px;
  box-sizing: border-box;
  color: #525151;
  background-color: #ffffff;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.24);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto; }
  .logonForm .logonTitle,
  .forgotPasswordForm .logonTitle,
  .resetPasswordForm .logonTitle,
  .registerForm .logonTitle,
  .applicationsForm .logonTitle {
    font-family: 'Open Sans Condensed';
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; }
    .erfgoed .logonForm .logonTitle, .erfgoed
    .forgotPasswordForm .logonTitle, .erfgoed
    .resetPasswordForm .logonTitle, .erfgoed
    .registerForm .logonTitle, .erfgoed
    .applicationsForm .logonTitle {
      font-family: 'Montserrat'; }
  .logonForm .logonSuperTitle,
  .forgotPasswordForm .logonSuperTitle,
  .resetPasswordForm .logonSuperTitle,
  .registerForm .logonSuperTitle,
  .applicationsForm .logonSuperTitle {
    font-size: 14px;
    text-align: center; }
    .erfgoed .logonForm .logonSuperTitle, .erfgoed
    .forgotPasswordForm .logonSuperTitle, .erfgoed
    .resetPasswordForm .logonSuperTitle, .erfgoed
    .registerForm .logonSuperTitle, .erfgoed
    .applicationsForm .logonSuperTitle {
      font-family: 'Montserrat'; }
  .logonForm .logonFormSection input,
  .forgotPasswordForm .logonFormSection input,
  .resetPasswordForm .logonFormSection input,
  .registerForm .logonFormSection input,
  .applicationsForm .logonFormSection input {
    height: 50px;
    background-color: transparent;
    border: none; }
  .logonForm .logonFormSection::before,
  .forgotPasswordForm .logonFormSection::before,
  .resetPasswordForm .logonFormSection::before,
  .registerForm .logonFormSection::before,
  .applicationsForm .logonFormSection::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 15px; }
  .logonForm .logonFormSection,
  .forgotPasswordForm .logonFormSection,
  .resetPasswordForm .logonFormSection,
  .registerForm .logonFormSection,
  .applicationsForm .logonFormSection {
    position: relative; }
    .logonForm .logonFormSection input,
    .forgotPasswordForm .logonFormSection input,
    .resetPasswordForm .logonFormSection input,
    .registerForm .logonFormSection input,
    .applicationsForm .logonFormSection input {
      margin-left: 40px;
      width: calc(100% - 45px); }
  .logonForm .sections-wrapper, .logonForm .registerForm .logonFormSection.first-name, .registerForm .logonForm .logonFormSection.first-name, .logonForm .registerForm .logonFormSection.last-name, .registerForm .logonForm .logonFormSection.last-name, .logonForm .registerForm .logonFormSection.lidNumber, .registerForm .logonForm .logonFormSection.lidNumber, .logonForm .registerForm .logonFormSection.emailAddress, .registerForm .logonForm .logonFormSection.emailAddress, .logonForm .registerForm .logonFormSection.erfgoedObject, .registerForm .logonForm .logonFormSection.erfgoedObject, .logonForm .registerForm .logonFormSection.organisationName, .registerForm .logonForm .logonFormSection.organisationName, .logonForm .registerForm .logonFormSection.functie, .registerForm .logonForm .logonFormSection.functie, .logonForm #popuplayer .logonPopup .forgotPasswordForm .logonFormSection.emailAddress, #popuplayer .logonPopup .forgotPasswordForm .logonForm .logonFormSection.emailAddress,
  .forgotPasswordForm .sections-wrapper,
  .forgotPasswordForm .registerForm .logonFormSection.first-name,
  .registerForm .forgotPasswordForm .logonFormSection.first-name,
  .forgotPasswordForm .registerForm .logonFormSection.last-name,
  .registerForm .forgotPasswordForm .logonFormSection.last-name,
  .forgotPasswordForm .registerForm .logonFormSection.lidNumber,
  .registerForm .forgotPasswordForm .logonFormSection.lidNumber,
  .forgotPasswordForm .registerForm .logonFormSection.emailAddress,
  .registerForm .forgotPasswordForm .logonFormSection.emailAddress,
  .forgotPasswordForm .registerForm .logonFormSection.erfgoedObject,
  .registerForm .forgotPasswordForm .logonFormSection.erfgoedObject,
  .forgotPasswordForm .registerForm .logonFormSection.organisationName,
  .registerForm .forgotPasswordForm .logonFormSection.organisationName,
  .forgotPasswordForm .registerForm .logonFormSection.functie,
  .registerForm .forgotPasswordForm .logonFormSection.functie,
  #popuplayer .logonPopup .forgotPasswordForm .logonFormSection.emailAddress,
  .resetPasswordForm .sections-wrapper,
  .resetPasswordForm .registerForm .logonFormSection.first-name,
  .registerForm .resetPasswordForm .logonFormSection.first-name,
  .resetPasswordForm .registerForm .logonFormSection.last-name,
  .registerForm .resetPasswordForm .logonFormSection.last-name,
  .resetPasswordForm .registerForm .logonFormSection.lidNumber,
  .registerForm .resetPasswordForm .logonFormSection.lidNumber,
  .resetPasswordForm .registerForm .logonFormSection.emailAddress,
  .registerForm .resetPasswordForm .logonFormSection.emailAddress,
  .resetPasswordForm .registerForm .logonFormSection.erfgoedObject,
  .registerForm .resetPasswordForm .logonFormSection.erfgoedObject,
  .resetPasswordForm .registerForm .logonFormSection.organisationName,
  .registerForm .resetPasswordForm .logonFormSection.organisationName,
  .resetPasswordForm .registerForm .logonFormSection.functie,
  .registerForm .resetPasswordForm .logonFormSection.functie,
  .resetPasswordForm #popuplayer .logonPopup .forgotPasswordForm .logonFormSection.emailAddress,
  #popuplayer .logonPopup .forgotPasswordForm .resetPasswordForm .logonFormSection.emailAddress,
  .registerForm .sections-wrapper,
  .registerForm .logonFormSection.first-name,
  .registerForm .logonFormSection.last-name,
  .registerForm .logonFormSection.lidNumber,
  .registerForm .logonFormSection.emailAddress,
  .registerForm .logonFormSection.erfgoedObject,
  .registerForm .logonFormSection.organisationName,
  .registerForm .logonFormSection.functie,
  .registerForm #popuplayer .logonPopup .forgotPasswordForm .logonFormSection.emailAddress,
  #popuplayer .logonPopup .forgotPasswordForm .registerForm .logonFormSection.emailAddress,
  .applicationsForm .sections-wrapper,
  .applicationsForm .registerForm .logonFormSection.first-name,
  .registerForm .applicationsForm .logonFormSection.first-name,
  .applicationsForm .registerForm .logonFormSection.last-name,
  .registerForm .applicationsForm .logonFormSection.last-name,
  .applicationsForm .registerForm .logonFormSection.lidNumber,
  .registerForm .applicationsForm .logonFormSection.lidNumber,
  .applicationsForm .registerForm .logonFormSection.emailAddress,
  .registerForm .applicationsForm .logonFormSection.emailAddress,
  .applicationsForm .registerForm .logonFormSection.erfgoedObject,
  .registerForm .applicationsForm .logonFormSection.erfgoedObject,
  .applicationsForm .registerForm .logonFormSection.organisationName,
  .registerForm .applicationsForm .logonFormSection.organisationName,
  .applicationsForm .registerForm .logonFormSection.functie,
  .registerForm .applicationsForm .logonFormSection.functie,
  .applicationsForm #popuplayer .logonPopup .forgotPasswordForm .logonFormSection.emailAddress,
  #popuplayer .logonPopup .forgotPasswordForm .applicationsForm .logonFormSection.emailAddress {
    border: 2px solid #aaaaaa;
    border-radius: 3px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #e5e7e9;
    margin-top: 30px; }
  .logonForm .optionPopupButton,
  .forgotPasswordForm .optionPopupButton,
  .resetPasswordForm .optionPopupButton,
  .registerForm .optionPopupButton,
  .applicationsForm .optionPopupButton {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-item-align: end;
    background-image: -webkit-linear-gradient(#007b56, #005c40);
    background-image: linear-gradient(#007b56, #005c40);
    width: 100%;
    line-height: 40px;
    text-align: center;
    margin-top: 25px;
    border-color: #005c40;
    background-color: #007b56;
    box-shadow: inset 0 1px 0 0 #04b781;
    box-sizing: border-box;
    cursor: pointer; }
    .logonForm .optionPopupButton span,
    .forgotPasswordForm .optionPopupButton span,
    .resetPasswordForm .optionPopupButton span,
    .registerForm .optionPopupButton span,
    .applicationsForm .optionPopupButton span {
      font-family: 'Open Sans Condensed';
      font-size: 24px;
      font-weight: 700;
      color: #ffffff; }
    .logonForm .optionPopupButton:hover,
    .forgotPasswordForm .optionPopupButton:hover,
    .resetPasswordForm .optionPopupButton:hover,
    .registerForm .optionPopupButton:hover,
    .applicationsForm .optionPopupButton:hover {
      background-image: -webkit-linear-gradient(#104031, #0c2f24);
      background-image: linear-gradient(#104031, #0c2f24);
      border-color: #0c2f24;
      background-color: #104031;
      box-shadow: inset 0 1px 0 0 #14503e; }
    .erfgoed .logonForm .optionPopupButton, .erfgoed
    .forgotPasswordForm .optionPopupButton, .erfgoed
    .resetPasswordForm .optionPopupButton, .erfgoed
    .registerForm .optionPopupButton, .erfgoed
    .applicationsForm .optionPopupButton {
      background-image: -webkit-linear-gradient(#3333cc, #3333cc);
      background-image: linear-gradient(#3333cc, #3333cc);
      border-color: #3333cc;
      box-shadow: inset 0 1px 0 0 #e5e5e5; }
      .erfgoed .logonForm .optionPopupButton span, .erfgoed
      .forgotPasswordForm .optionPopupButton span, .erfgoed
      .resetPasswordForm .optionPopupButton span, .erfgoed
      .registerForm .optionPopupButton span, .erfgoed
      .applicationsForm .optionPopupButton span {
        font-family: 'Montserrat';
        font-size: 20px;
        font-weight: 700;
        color: #ffffff; }
      .erfgoed .logonForm .optionPopupButton:hover, .erfgoed
      .forgotPasswordForm .optionPopupButton:hover, .erfgoed
      .resetPasswordForm .optionPopupButton:hover, .erfgoed
      .registerForm .optionPopupButton:hover, .erfgoed
      .applicationsForm .optionPopupButton:hover {
        background-image: -webkit-linear-gradient(#fbb900, #fbb900);
        background-image: linear-gradient(#fbb900, #fbb900);
        border-color: #fbb900;
        box-shadow: inset 0 1px 0 0 #e5e5e5; }
  .logonForm .logonFailMessage,
  .forgotPasswordForm .logonFailMessage,
  .resetPasswordForm .logonFailMessage,
  .registerForm .logonFailMessage,
  .applicationsForm .logonFailMessage {
    margin-top: 18px;
    margin-bottom: -18px;
    margin-left: -25px;
    width: 283px;
    background-color: #686767;
    color: #ffffff; }
    .logonForm .logonFailMessage .failText,
    .forgotPasswordForm .logonFailMessage .failText,
    .resetPasswordForm .logonFailMessage .failText,
    .registerForm .logonFailMessage .failText,
    .applicationsForm .logonFailMessage .failText {
      position: relative;
      height: 63px;
      padding: 7px 25px;
      box-sizing: border-box; }
  .logonForm .formButton,
  .forgotPasswordForm .formButton,
  .resetPasswordForm .formButton,
  .registerForm .formButton,
  .applicationsForm .formButton {
    width: 283px;
    margin-left: -25px;
    color: #ffffff;
    text-align: center;
    line-height: 43px;
    background-color: #007b56;
    cursor: pointer; }
  .logonForm .passwordForgot,
  .forgotPasswordForm .passwordForgot,
  .resetPasswordForm .passwordForgot,
  .registerForm .passwordForgot,
  .applicationsForm .passwordForgot {
    margin-top: 18px;
    border-bottom: 1px white solid; }
    .erfgoed .logonForm .passwordForgot, .erfgoed
    .forgotPasswordForm .passwordForgot, .erfgoed
    .resetPasswordForm .passwordForgot, .erfgoed
    .registerForm .passwordForgot, .erfgoed
    .applicationsForm .passwordForgot {
      margin-top: 17px;
      border-bottom: 0px white solid;
      background: #193441;
      line-height: 60px; }
  .logonForm .register,
  .forgotPasswordForm .register,
  .resetPasswordForm .register,
  .registerForm .register,
  .applicationsForm .register {
    margin-top: 0px; }

.applicationsForm {
  width: 400px; }

.registerForm.registered .response-message {
  display: block; }
.registerForm.registered .form-elements {
  display: none; }

.registerForm {
  width: 600px;
  bottom: 0px !important;
  position: relative;
  left: auto;
  right: auto;
  margin: auto;
  top: 30px;
  bottom: auto;
  height: auto;
  max-height: calc(100% - 60px);
  overflow: auto; }
  .registerForm .selectize-input .item {
    padding-left: 5px; }
  .registerForm .selectize-input input {
    height: inherit; }
    .registerForm .selectize-input input:disabled {
      opacity: 1;
      font-weight: 400;
      pointer-events: none;
      width: 100% !important; }
    .registerForm .selectize-input input::-moz-placeholder {
      font-family: 'Open Sans', sans-serif;
      color: #303030;
      font-family: inherit;
      font-size: 13px;
      line-height: 18px;
      opacity: 1; }
    .registerForm .selectize-input input:-moz-placeholder {
      font-family: 'Open Sans', sans-serif;
      color: #303030;
      font-family: inherit;
      font-size: 13px;
      line-height: 18px;
      opacity: 1; }
    .registerForm .selectize-input input::-webkit-input-placeholder {
      font-family: 'Open Sans', sans-serif;
      color: #303030;
      font-family: inherit;
      font-size: 13px;
      line-height: 18px;
      opacity: 1;
      padding-left: 5px !important; }
    .registerForm .selectize-input input:-ms-input-placeholder {
      font-family: 'Open Sans', sans-serif;
      color: #303030;
      font-family: inherit;
      font-size: 13px;
      line-height: 18px;
      opacity: 1; }
  .registerForm .selectize-input.dropdown-active input:disabled {
    width: auto !important; }
  .registerForm .selectize-dropdown [data-selectable],
  .registerForm .selectize-dropdown .optgroup-header {
    padding: 5px 8px; }
  .registerForm .response-message {
    display: none;
    padding-top: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
    font-size: 20px; }
  .registerForm .sendButton.disabled {
    opacity: 0.6;
    cursor: default;
    pointer-events: none; }
  .registerForm .sendButton {
    max-width: 160px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px; }
  .registerForm .organization-selector, .registerForm .provincie-selector, .registerForm .role-selector-dropdown {
    margin-top: 15px; }
  .registerForm .role-selector {
    margin-top: 15px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 14px; }
    .registerForm .role-selector > .label {
      margin-bottom: 5px; }
    .registerForm .role-selector .role-check-holder {
      min-height: 40px;
      border: 1px solid #686767;
      border-radius: 5px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 5px;
      box-sizing: border-box; }
      .registerForm .role-selector .role-check-holder .check-holder {
        width: calc( 50% - 1px );
        height: 20px; }
        .registerForm .role-selector .role-check-holder .check-holder .check {
          width: auto; }
  .registerForm .logonFormSection.first-name {
    margin-top: 15px;
    margin-right: 10px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 30%;
    -moz-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%; }
    .registerForm .logonFormSection.first-name input {
      margin-left: 10px;
      width: calc(100% - 20px); }
  .registerForm .logonFormSection.last-name {
    margin-top: 15px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 70%;
    -moz-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%; }
    .registerForm .logonFormSection.last-name input {
      margin-left: 10px;
      width: calc(100% - 20px); }
  .registerForm .logonFormSection.lidNumber {
    margin-top: 15px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 30%;
    -moz-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%; }
    .registerForm .logonFormSection.lidNumber input {
      margin-left: 10px;
      width: calc(100% - 20px); }
  .registerForm .logonFormSection.emailAddress {
    margin-top: 15px;
    margin-right: 10px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 70%;
    -moz-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%; }
    .registerForm .logonFormSection.emailAddress::before {
      width: 21px;
      height: 15px;
      background-image: url(../assets/mail-icon.png); }
  .registerForm .logonFormSection.erfgoedObject {
    margin-top: 15px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
    .registerForm .logonFormSection.erfgoedObject input {
      margin-left: 10px;
      width: calc(100% - 20px); }
  .registerForm .logonFormSection.organisationName {
    margin-top: 15px;
    margin-right: 10px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 70%;
    -moz-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%; }
    .registerForm .logonFormSection.organisationName input {
      margin-left: 10px;
      width: calc(100% - 20px); }
  .registerForm .logonFormSection.functie {
    margin-top: 15px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 30%;
    -moz-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%; }
    .registerForm .logonFormSection.functie input {
      margin-left: 10px;
      width: calc(100% - 20px); }

.footerex {
  display: block;
  position: absolute;
  bottom: -55px;
  height: 55px;
  width: 100%;
  background: #007b56;
  z-index: -1; }
  .erfgoed .footerex {
    background: #193441 !important; }
  .footerex .logo {
    display: none; }
  .footerex .itemContainer {
    color: white;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .footerex .itemContainer .item {
      display: inline-block;
      padding: 17px 2px;
      min-width: 13vw;
      text-align: center;
      font-size: 15px;
      cursor: pointer; }
      .footerex .itemContainer .item.selected {
        font-weight: bold; }
  .footerex .columnContainer {
    /*display: none;*/ }

.pageContent .spacer {
  display: block;
  height: 55px;
  width: 100%; }

#popuplayer .logonPopup {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 255px;
  background-image: url(../assets/loginbg.jpg);
  background-size: cover;
  -webkit-transition: background-image 300ms;
  -moz-transition: background-image 300ms;
  transition: background-image 300ms; }
  #popuplayer .logonPopup .logonForm.incorrect {
    height: 405px; }
  #popuplayer .logonPopup .logonForm {
    height: 332px; }
    #popuplayer .logonPopup .logonForm .logonFormSection.username {
      border-bottom: 1px solid #aaaaaa; }
      #popuplayer .logonPopup .logonForm .logonFormSection.username::before {
        width: 21px;
        height: 15px;
        background-image: url(../assets/mail-icon.png); }
    #popuplayer .logonPopup .logonForm .logonFormSection.password {
      border-top: 1px solid #aaaaaa; }
      #popuplayer .logonPopup .logonForm .logonFormSection.password::before {
        width: 16px;
        height: 21px;
        background-image: url(../assets/password-icon.png); }
  #popuplayer .logonPopup .close-button {
    position: absolute;
    top: 2px;
    right: 17px;
    font-size: 22px;
    font-family: 'Open Sans';
    font-weight: bolder;
    color: #b1b3b7;
    cursor: pointer; }
  #popuplayer .logonPopup .forgotPasswordForm {
    height: 290px; }
    #popuplayer .logonPopup .forgotPasswordForm .close-button {
      position: absolute;
      top: 2px;
      right: 7px;
      font-size: 22px;
      font-family: 'Open Sans';
      font-weight: bolder;
      color: #b1b3b7;
      cursor: pointer; }
    #popuplayer .logonPopup .forgotPasswordForm .resetOk, #popuplayer .logonPopup .forgotPasswordForm .resetNotOk {
      display: none; }
      #popuplayer .logonPopup .forgotPasswordForm .resetOk .passwordResetOk, #popuplayer .logonPopup .forgotPasswordForm .resetNotOk .passwordResetOk {
        min-height: 50px; }
    #popuplayer .logonPopup .forgotPasswordForm .logonFormSection.emailAddress::before {
      width: 21px;
      height: 15px;
      background-image: url(../assets/mail-icon.png); }
  #popuplayer .logonPopup.resetOk .forgotPasswordForm {
    height: 215px;
    height: 150px;
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    transition: height 300ms; }
    #popuplayer .logonPopup.resetOk .forgotPasswordForm .okButton {
      display: none; }
  #popuplayer .logonPopup .page {
    height: 100%; }
  #popuplayer .logonPopup .footer {
    display: block;
    position: absolute;
    bottom: -55px;
    height: 55px;
    width: 100%;
    background: #007b56;
    z-index: -1; }
    .erfgoed #popuplayer .logonPopup .footer {
      background: #193441 !important;
      bottom: 100px; }
    #popuplayer .logonPopup .footer .logo {
      display: none; }
    #popuplayer .logonPopup .footer .itemContainer {
      color: white;
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      #popuplayer .logonPopup .footer .itemContainer .item {
        display: inline-block;
        padding: 17px 2px;
        min-width: 13vw;
        text-align: center;
        font-size: 15px;
        cursor: pointer; }
        #popuplayer .logonPopup .footer .itemContainer .item.selected {
          font-weight: bold; }
    #popuplayer .logonPopup .footer .columnContainer {
      display: none; }
  #popuplayer .logonPopup .pageContent .spacer {
    display: block;
    height: 55px;
    width: 100%; }
  #popuplayer .logonPopup .fa-times {
    align-self: flex-end; }
    .erfgoed #popuplayer .logonPopup .fa-times {
      display: none; }

.pageFooter {
  position: relative;
  z-index: 1;
  display: block;
  height: 164px;
  width: 100%;
  background: #007b56; }
  .erfgoed .pageFooter {
    background: #193441; }
  .pageFooter .logo {
    display: block; }
  .pageFooter .columnContainer {
    max-width: 1280px;
    margin: 0 auto; }
  .pageFooter .itemContainer {
    display: none;
    color: white;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .pageFooter .itemContainer .item {
      display: inline-block;
      padding: 17px 2px;
      min-width: 13vw;
      text-align: center;
      font-size: 15px;
      cursor: pointer; }
      .pageFooter .itemContainer .item.selected {
        font-weight: bold; }
  .pageFooter .columnContainer {
    color: white; }
    .pageFooter .columnContainer .column {
      height: 100%;
      width: 20vw;
      max-width: 250px;
      position: relative;
      display: inline-block;
      vertical-align: top;
      padding-top: 28px;
      line-height: 26px;
      font-size: 16px;
      letter-spacing: 0.5px;
      min-width: 110px; }
      .erfgoed .pageFooter .columnContainer .column {
        font-size: 18px; }
      .pageFooter .columnContainer .column .item {
        cursor: pointer;
        width: fit-content; }
        .pageFooter .columnContainer .column .item.selected {
          font-weight: bold; }
    .pageFooter .columnContainer .left.column {
      font-size: 25px;
      line-height: 30px;
      max-width: 330px;
      width: 30vw;
      padding-left: 35px;
      font-weight: bold;
      font-family: Open Sans Condensed;
      line-height: 34px;
      font-size: 24px;
      min-width: 170px; }
      .erfgoed .pageFooter .columnContainer .left.column {
        font-family: 'Montserrat';
        font-size: 20px;
        letter-spacing: 0px; }
    .pageFooter .columnContainer .button {
      cursor: pointer; }

.erfgoed #popuplayer .logonPopup .footer .itemContainer .item {
  min-width: 10vw; }

.erfgoed .logo.onPage {
  display: none; }

.bannerMode.scrollContainer {
  height: calc( 100% - 55px ) !important;
  top: 55px;
  background: transparent !important; }
  .bannerMode.scrollContainer .pageContent {
    min-height: calc(100vh - 180px); }

.bannerMode.logo {
  top: 0px;
  left: -10px;
  height: 55px;
  background-color: white;
  opacity: 0.95;
  z-index: 99999;
  display: block !important; }

.bannerMode.bgimage {
  position: absolute;
  width: 100vw;
  height: calc( 100vh );
  top: 0px;
  left: 0px;
  background-size: cover; }

.bannerMode.container {
  background: white;
  opacity: 0.97;
  width: 650px;
  margin: auto;
  padding-bottom: 10px;
  margin-bottom: 50px;
  margin-top: 65px; }
  .bannerMode.container .title {
    padding-top: 10px !important; }
  .logowall .bannerMode.container {
    width: 90%;
    max-width: 1500px;
    padding-bottom: 1rem; }

.bannerMode.footer {
  bottom: -55px;
  height: 55px;
  width: 100%;
  background: #007b56;
  background: #193441 !important;
  z-index: 9999 !important;
  display: block !important;
  position: fixed;
  top: 0px;
  bottom: auto; }
  .bannerMode.footer .itemContainer {
    color: white;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    gap: 15px; }
    .bannerMode.footer .itemContainer .item {
      min-width: 1vw !important;
      display: inline-block;
      padding: 17px 2px;
      text-align: center;
      font-size: 15px;
      cursor: pointer; }
  .bannerMode.footer .columnContainer {
    display: none; }

.bannerMode.spacer {
  height: 50px !important; }

.bannerMode.closeButton {
  content: "Login";
  position: absolute !important;
  right: 17px  !important;
  top: 15px !important;
  color: white !important;
  text-align: center !important;
  border-radius: 2px !important;
  border: 1px solid white !important;
  width: 100px !important;
  height: 24px !important;
  background: transparent !important;
  cursor: pointer !important;
  z-index: 999999 !important; }

.bannerMode.carousel {
  z-index: 9999 !important;
  display: block !important; }
  .bannerMode.carousel .carousel-button {
    display: none; }

.erfgoed #popuplayer .logonPopup {
  bottom: 0px;
  background-size: cover; }
  .erfgoed #popuplayer .logonPopup .page .carousel {
    bottom: -100px; }
  .erfgoed #popuplayer .logonPopup .carousel {
    height: 100px;
    bottom: 0px; }
    .erfgoed #popuplayer .logonPopup .carousel .footer-link {
      transform: translateY(15px); }
  .erfgoed #popuplayer .logonPopup .carousel.centered .scroller-wrapper .scroller-content {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    -ms-justify-content: start;
    -o-justify-content: start;
    justify-content: start;
    -ms-flex-pack: start; }
.erfgoed .application .objectViewHolderHolder {
  min-height: calc(100vh - 198px); }
.erfgoed .application .footer {
  max-height: 180px;
  height: 130px;
  min-height: 110px; }

.carousel {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: -255px;
  background-color: #ffffff; }
  .carousel .scroller-wrapper {
    position: absolute;
    left: 50px;
    right: 50px;
    height: 100%;
    overflow: hidden; }
    .carousel .scroller-wrapper .scroller-content {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: single;
      -moz-box-lines: single;
      box-lines: single;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      height: 100%; }
      .carousel .scroller-wrapper .scroller-content .footer-link {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 50px; }
  .carousel .carousel-button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 25px;
    margin: auto;
    cursor: pointer; }
    .carousel .carousel-button.left {
      left: 25px;
      background-image: url(../assets/carousel-left.png); }
    .carousel .carousel-button.right {
      right: 25px;
      background-image: url(../assets/carousel-right.png); }

.carousel.centered .scroller-wrapper {
  cursor: default !important; }
  .carousel.centered .scroller-wrapper .scroller-content {
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    width: auto !important; }
    .carousel.centered .scroller-wrapper .scroller-content .footer-link {
      margin-right: 30px; }
    .carousel.centered .scroller-wrapper .scroller-content .footer-link:last-of-type {
      margin-right: 0; }
    .carousel.centered .scroller-wrapper .scroller-content .footer-link.double {
      display: none; }
.carousel.centered .carousel-button {
  display: none; }

.erfgoed .logonPopup .Registreer,
.erfgoed .page .Registreer {
  position: absolute;
  right: calc(2 * 17px + 102px) !important;
  top: 15px !important;
  color: white !important;
  text-align: center !important;
  border-radius: 2px !important;
  border: 1px solid white !important;
  width: 100px !important;
  height: 24px !important;
  background: transparent !important;
  cursor: pointer !important;
  z-index: 999999 !important;
  padding: 0 !important; }
  .erfgoed .logonPopup .Registreer.selected,
  .erfgoed .page .Registreer.selected {
    opacity: 0.5;
    pointer-events: none; }
.erfgoed .logonPopup > .footer .Registreer {
  right: 17px !important;
  position: absolute; }
.erfgoed .carousel {
  display: none !important; }

/*# sourceMappingURL=application.css.map */
