/**
 * Variable Overrides.
 *
 * Modify this file to override the Bootstrap Framework variables. You can copy
 * these variables directly from ../bootstrap/less/variables.less to this file.
 */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 6-nov-2016, 14:47:15
    Author     : Rick
*/
body {
  margin-top: 0px;
  background-color: #ece9df;
  font-family: 'Montserrat';
}
.row.search-row .input-group input {
  border-radius: 10px;
}
.badge.badge-warning {
  background-color: #ea4335;
}
.badge.badge-notice {
  background-color: #fbbc05;
}
.badge.badge-success {
  background-color: #34a853;
}
.badge.badge-info {
  background-color: #8eb2de;
}
.badge.badge-inverse {
  background-color: #5a5b5b;
}
.btn-default {
  color: red;
}
.btn-danger {
  color: #fff;
}
.path-mijncursussen .col-md-6.pull-right.buttons {
  text-align: right;
}
.path-mijncursussen .col-md-6.pull-right.buttons .modal {
  text-align: left;
}
#password-policy-status {
  display: none;
}
.navbar .logo {
  padding: 0px;
  margin: 0px;
}
.navbar .logo img {
  width: 310px;
  height: 130px;
}
.navbar-nav {
  margin-left: 150px;
}
.navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 5px;
  border-radius: 10px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: black;
  background-color: #ece9df;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover {
  color: white;
}
.navbar-default .navbar-nav > li > a:hover {
  background-color: #ece9df;
  color: black;
}
@media screen and (max-width: 767px) {
  .prenavigation {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .navbar .logo {
    padding: 0px;
    margin: 0px;
    width: 82px;
  }
  .navbar .logo img {
    width: 100%;
    height: auto;
  }
}
.progress-bar-disabled {
  background-color: transparent;
  color: grey;
  border-left: 1px solid grey;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 9-nov-2016, 20:10:10
    Author     : Rick
*/
.container-shadow {
  -webkit-box-shadow: 0px 4px 1px 0px rgba(221, 221, 221, 0.6);
  -moz-box-shadow: 0px 4px 1px 0px rgba(221, 221, 221, 0.6);
  box-shadow: 0px 4px 1px 0px rgba(221, 221, 221, 0.6);
}
.container-shadow-hover {
  -webkit-box-shadow: 0px 5px 2px 0px rgba(221, 221, 221, 0.6);
  -moz-box-shadow: 0px 5px 2px 0px rgba(221, 221, 221, 0.6);
  box-shadow: 0px 5px 2px 0px rgba(221, 221, 221, 0.6);
}
.current-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 166px;
  display: inline-block;
  float: left;
}
.navbar {
  background: #293133;
  margin-bottom: 0px;
  border: none;
  margin: 0px;
  padding: 0px;
}
#navbar {
  margin-top: -1px;
}
.prenavigation {
  text-align: right;
}
.prenavigation .prenav-title {
  background: #ffdd00;
  float: left;
  padding: 5px;
  margin: 5px 5px 0px 5px;
  border-radius: 5px 5px 0px 0px;
}
#block-holthausen-account-menu > ul > li {
  margin-right: -20px;
}
#block-prenavigation p a {
  color: #ece9df;
  font-size: 11px;
  position: relative;
  left: -21px;
  font-weight: 900;
}
.region-navigation {
  margin-top: 0px;
  background: #ece9df;
  padding: 0px;
  position: absolute;
  z-index: 99;
}
nav#block-holthausen-main-menu {
  margin-left: 240px;
}
@media screen and (max-width: 767px) {
  nav#block-holthausen-main-menu {
    margin: 0px;
  }
}
.logged-in-user .wrap {
  position: relative;
  margin-top: -165px;
  text-align: right;
  margin-right: 15px;
  color: white;
}
@media not screen and (max-width: 767px) {
  .path-frontpage .logged-in-user .wrap {
    margin-top: -315px;
  }
}
#block-poweruserselect {
  float: right;
}
#poweruserselect {
  background-color: #fbbc05;
  border-color: #fbbc05;
  color: black;
  width: 200px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 6-nov-2016, 15:28:11
    Author     : Rick
*/
.region-banner {
  height: 175px;
  overflow: hidden;
}
.region-banner img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .region-banner {
    height: auto;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25-jan-2017, 11:41:12
    Author     : Rick
*/
.course-table {
  width: 100%;
  margin-bottom: 15px;
}
.course-table thead {
  background-color: #587669;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5-nov-2016, 20:00:22
    Author     : Rick
*/
.filtr-filters ul {
  text-align: right;
}
.filtr-filters ul .tag-Basis {
  background-color: #b3cefb;
  color: black;
  border: none;
}
.filtr-filters ul .tag-Basis.active {
  border: 2px solid #0e3223;
}
.filtr-filters ul .tag-Herhalingscursus {
  background-color: #aedcba;
  border: none;
  color: black;
}
.filtr-filters ul .tag-Herhalingscursus.active {
  border: 2px solid #132337;
}
.filtr-filters ul .tag-Eenmalige {
  background-color: #96819a;
  border: none;
}
.filtr-filters ul .tag-Eenmalige.active {
  border: 2px solid #2f0a36;
}
@media screen and (max-width: 767px) {
  .filtr-filters ul li {
    width: 100%;
    text-align: left;
    margin-top: 2px;
  }
}
.filtr-filters .container-certificering .icon-certificering {
  background-image: url('/themes/custom/holthausen/images/icons/Certificering.png');
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 20px;
  /* Je moet de werkelijke grootte van je pictogram hier specificeren */
}
.filtr-filters .searchfilter li {
  background: #293133;
}
.filtr-filters .searchfilter li.active {
  border: 3px solid #34a853;
}
.controls-bar-right {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.filters-container.is-hidden {
  display: none;
}
.grid-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  /* Optionele ruimte tussen rijen */
}
.grid-container > div {
  font-weight: bold;
}
.grid-container ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.grid-container li {
  margin: 0.5rem;
}
.filter-row {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  /* Optionele ruimte tussen rijen */
  margin-left: 20rem;
}
.filter-label-container {
  display: flex;
  justify-content: flex-end;
  /* Zorgt ervoor dat de labels aan het einde van de container staan */
  min-width: 150px;
  /* Zorg voor voldoende breedte om de ruimte in te nemen */
  margin-right: 1rem;
  /* Ruimte tussen label en de ul */
}
.simplefilter,
.searchfilter {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.simplefilter li,
.searchfilter li {
  margin: 0.5rem;
  font-size: 1.3rem;
  padding: 0.8rem;
  text-transform: none;
}
.badge-legenda {
  margin-left: -10px;
}
.badge-legenda li {
  text-align: left;
  list-style: none;
  padding-top: 5px;
}
.badge-legenda li .badge {
  margin-right: 5px;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .badge-legenda li {
    display: none;
  }
}
.path-public .badge-legenda {
  display: none;
}
.courses.filtr-container .filtr-item .label.icon-certificering {
  background-image: url('/themes/custom/holthausen/images/icons/Certificering.png');
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 30px;
  /* Je moet de werkelijke grootte van je pictogram hier specificeren */
}
.courses.filtr-container .filtr-item .label.icon-info {
  background-image: url('/themes/custom/holthausen/images/icons/Meer informatie.png');
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 10px;
  /* Je moet de werkelijke grootte van je pictogram hier specificeren */
  display: block;
  width: 11px;
  height: 11px;
}
.courses.filtr-container .filtr-item {
  height: 200px;
  border: 10px solid #ece9df;
  background-color: #ffffff;
}
.courses.filtr-container .filtr-item button {
  -webkit-box-shadow: 0px 4px 1px 0px rgba(221, 221, 221, 0.6);
  -moz-box-shadow: 0px 4px 1px 0px rgba(221, 221, 221, 0.6);
  box-shadow: 0px 4px 1px 0px rgba(221, 221, 221, 0.6);
  border-radius: 1px;
}
.courses.filtr-container .filtr-item:hover button {
  -webkit-box-shadow: 0px 5px 2px 0px rgba(221, 221, 221, 0.6);
  -moz-box-shadow: 0px 5px 2px 0px rgba(221, 221, 221, 0.6);
  box-shadow: 0px 5px 2px 0px rgba(221, 221, 221, 0.6);
}
.courses.filtr-container .filtr-item:hover .buttons span {
  color: #61c361;
}
.courses.filtr-container .filtr-item .tags {
  text-align: center;
}
.courses.filtr-container .filtr-item h2 {
  font-size: 18px;
  text-align: center;
  color: black;
  font-weight: bold;
}
.courses.filtr-container .filtr-item .name {
  text-align: center;
  position: relative;
}
.courses.filtr-container .filtr-item .name .label {
  position: absolute;
  top: 0px;
  right: 0px;
}
.courses.filtr-container .filtr-item .button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: none;
  color: transparent;
  background: transparent;
}
.courses.filtr-container .filtr-item .badge {
  z-index: 99;
  position: relative;
}
.courses.filtr-container .filtr-item .label {
  z-index: 99;
  position: relative;
  background: none;
  color: #758f84;
}
.courses.filtr-container .filtr-item .certs {
  text-align: center;
}
.courses.filtr-container .filtr-item .counters {
  text-align: center;
}
.courses.filtr-container .filtr-item .buttons {
  position: absolute;
  bottom: 25px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.courses.filtr-container .filtr-item .buttons .arrow-icon {
  display: inline-block;
  /* Zorgt ervoor dat het element zich als inline element gedraagt, maar je kunt blokniveau-eigenschappen toepassen */
  width: 72.6px;
  /* Grootte van het icoon */
  height: auto;
  /* Grootte van het icoon */
}
.courses.filtr-container .filtr-item span.label {
  color: black;
  font-weight: normal;
}
.courses.filtr-container .filtr-item.cat-Basiscursus span.label {
  color: black;
}
.courses.filtr-container .filtr-item.cat-Basiscursus h2 {
  color: black;
  font-weight: bold;
}
.courses.filtr-container .filtr-item.cat-Herhalingscursus span.label {
  color: black;
  font-weight: normal;
}
.courses.filtr-container .filtr-item.cat-Herhalingscursus h2 {
  color: black;
  font-weight: bold;
}
.courses.filtr-container .filtr-item.cat-Eenmalige span.label {
  color: black;
}
.courses.filtr-container .filtr-item.cat-Eenmalige h2 {
  color: black;
  font-weight: bold;
}
.badge {
  background-color: #4285f4;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 7-nov-2016, 12:13:06
    Author     : Rick
*/
#plan-new-step-two,
#edit-planning-form,
#plan-new-step-two-actie,
#hello-world-elearning-aanmelden {
  /* Placeholder elements are used to force flex length */
}
#plan-new-step-two [id^="edit-names-fieldset-actions-add-name"],
#edit-planning-form [id^="edit-names-fieldset-actions-add-name"],
#plan-new-step-two-actie [id^="edit-names-fieldset-actions-add-name"],
#hello-world-elearning-aanmelden [id^="edit-names-fieldset-actions-add-name"],
#plan-new-step-two [id^="edit-names-fieldset-actions-remove-name"],
#edit-planning-form [id^="edit-names-fieldset-actions-remove-name"],
#plan-new-step-two-actie [id^="edit-names-fieldset-actions-remove-name"],
#hello-world-elearning-aanmelden [id^="edit-names-fieldset-actions-remove-name"] {
  margin-top: 15px;
  margin-right: 15px;
}
#plan-new-step-two [id^="edit-names-fieldset"] #name-fieldset-wrapper,
#edit-planning-form [id^="edit-names-fieldset"] #name-fieldset-wrapper,
#plan-new-step-two-actie [id^="edit-names-fieldset"] #name-fieldset-wrapper,
#hello-world-elearning-aanmelden [id^="edit-names-fieldset"] #name-fieldset-wrapper {
  margin-top: 15px;
}
#plan-new-step-two .controls-bar-left,
#edit-planning-form .controls-bar-left,
#plan-new-step-two-actie .controls-bar-left,
#hello-world-elearning-aanmelden .controls-bar-left {
  display: flex;
  align-items: center;
}
#plan-new-step-two .controls-bar-left .search-group,
#edit-planning-form .controls-bar-left .search-group,
#plan-new-step-two-actie .controls-bar-left .search-group,
#hello-world-elearning-aanmelden .controls-bar-left .search-group {
  margin-right: 10px;
}
#plan-new-step-two .input-group .input-group-btn .btn-primary,
#edit-planning-form .input-group .input-group-btn .btn-primary,
#plan-new-step-two-actie .input-group .input-group-btn .btn-primary,
#hello-world-elearning-aanmelden .input-group .input-group-btn .btn-primary {
  left: -45px;
  background: transparent;
  border: none;
  color: #293133;
  z-index: 100;
}
#plan-new-step-two .input-group .input-group-btn .btn-primary:focus,
#edit-planning-form .input-group .input-group-btn .btn-primary:focus,
#plan-new-step-two-actie .input-group .input-group-btn .btn-primary:focus,
#hello-world-elearning-aanmelden .input-group .input-group-btn .btn-primary:focus {
  outline: none;
}
#plan-new-step-two .form-type-date label,
#edit-planning-form .form-type-date label,
#plan-new-step-two-actie .form-type-date label,
#hello-world-elearning-aanmelden .form-type-date label {
  width: 100%;
}
#plan-new-step-two .action-buttons-bar,
#edit-planning-form .action-buttons-bar,
#plan-new-step-two-actie .action-buttons-bar,
#hello-world-elearning-aanmelden .action-buttons-bar {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 20px;
  padding: 15px 0;
}
#plan-new-step-two .action-buttons-bar .add-student-button-step-2,
#edit-planning-form .action-buttons-bar .add-student-button-step-2,
#plan-new-step-two-actie .action-buttons-bar .add-student-button-step-2,
#hello-world-elearning-aanmelden .action-buttons-bar .add-student-button-step-2 {
  border-radius: 10px;
  font-weight: 500;
  background-color: #ee695d !important;
  border-color: #ee695d !important;
}
#plan-new-step-two .action-buttons-bar .add-student-button-step-2:hover,
#edit-planning-form .action-buttons-bar .add-student-button-step-2:hover,
#plan-new-step-two-actie .action-buttons-bar .add-student-button-step-2:hover,
#hello-world-elearning-aanmelden .action-buttons-bar .add-student-button-step-2:hover {
  background-color: #f28e86 !important;
  border-color: #f28e86 !important;
}
#plan-new-step-two .action-buttons-bar .btn-send-invite,
#edit-planning-form .action-buttons-bar .btn-send-invite,
#plan-new-step-two-actie .action-buttons-bar .btn-send-invite,
#hello-world-elearning-aanmelden .action-buttons-bar .btn-send-invite {
  border-radius: 10px;
  font-weight: 500;
  background-color: #8eb2de !important;
  border-color: #8eb2de !important;
}
#plan-new-step-two .action-buttons-bar .btn-send-invite:hover,
#edit-planning-form .action-buttons-bar .btn-send-invite:hover,
#plan-new-step-two-actie .action-buttons-bar .btn-send-invite:hover,
#hello-world-elearning-aanmelden .action-buttons-bar .btn-send-invite:hover {
  background-color: #7691b3 !important;
  border-color: #7691b3 !important;
}
#plan-new-step-two #edit-actions,
#edit-planning-form #edit-actions,
#plan-new-step-two-actie #edit-actions,
#hello-world-elearning-aanmelden #edit-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  margin-top: 20px;
}
#plan-new-step-two #edit-actions #edit-actions-previous,
#edit-planning-form #edit-actions #edit-actions-previous,
#plan-new-step-two-actie #edit-actions #edit-actions-previous,
#hello-world-elearning-aanmelden #edit-actions #edit-actions-previous {
  background-color: #ece9df;
  color: black;
  border-radius: 0px;
  margin-left: 32px;
  position: relative;
  border-color: transparent;
  padding-left: 40px;
}
#plan-new-step-two #edit-actions #edit-actions-previous:active,
#edit-planning-form #edit-actions #edit-actions-previous:active,
#plan-new-step-two-actie #edit-actions #edit-actions-previous:active,
#hello-world-elearning-aanmelden #edit-actions #edit-actions-previous:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
#plan-new-step-two #edit-actions #edit-actions-previous:after,
#edit-planning-form #edit-actions #edit-actions-previous:after,
#plan-new-step-two-actie #edit-actions #edit-actions-previous:after,
#hello-world-elearning-aanmelden #edit-actions #edit-actions-previous:after {
  content: "";
  width: 64px;
  height: 64px;
  position: absolute;
  top: 20%;
  left: -32px;
  background-image: url('/themes/custom/holthausen/images/icons/Achteruit.png');
  background-repeat: no-repeat;
  background-size: contain;
}
#plan-new-step-two #edit-actions #edit-actions-previous:hover,
#edit-planning-form #edit-actions #edit-actions-previous:hover,
#plan-new-step-two-actie #edit-actions #edit-actions-previous:hover,
#hello-world-elearning-aanmelden #edit-actions #edit-actions-previous:hover {
  background-color: #ece9df;
}
#plan-new-step-two #edit-actions #edit-actions-previous:hover:after,
#edit-planning-form #edit-actions #edit-actions-previous:hover:after,
#plan-new-step-two-actie #edit-actions #edit-actions-previous:hover:after,
#hello-world-elearning-aanmelden #edit-actions #edit-actions-previous:hover:after {
  background-color: #ece9df;
}
#plan-new-step-two #edit-actions #edit-actions-submit,
#edit-planning-form #edit-actions #edit-actions-submit,
#plan-new-step-two-actie #edit-actions #edit-actions-submit,
#hello-world-elearning-aanmelden #edit-actions #edit-actions-submit {
  background-color: #ece9df;
  color: black;
  border-radius: 0px;
  margin-right: 58px;
  position: relative;
  padding-left: 40px;
  border-color: transparent;
}
#plan-new-step-two #edit-actions #edit-actions-submit:after,
#edit-planning-form #edit-actions #edit-actions-submit:after,
#plan-new-step-two-actie #edit-actions #edit-actions-submit:after,
#hello-world-elearning-aanmelden #edit-actions #edit-actions-submit:after {
  content: "";
  width: 64px;
  height: 64px;
  position: absolute;
  top: 20%;
  background-image: url('/themes/custom/holthausen/images/icons/Vooruit.png');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}
#plan-new-step-two #edit-actions #edit-actions-submit:active,
#edit-planning-form #edit-actions #edit-actions-submit:active,
#plan-new-step-two-actie #edit-actions #edit-actions-submit:active,
#hello-world-elearning-aanmelden #edit-actions #edit-actions-submit:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
#plan-new-step-two #edit-actions #edit-actions-submit:focus,
#edit-planning-form #edit-actions #edit-actions-submit:focus,
#plan-new-step-two-actie #edit-actions #edit-actions-submit:focus,
#hello-world-elearning-aanmelden #edit-actions #edit-actions-submit:focus {
  outline: none;
}
#plan-new-step-two #edit-actions #edit-actions-submit:hover,
#edit-planning-form #edit-actions #edit-actions-submit:hover,
#plan-new-step-two-actie #edit-actions #edit-actions-submit:hover,
#hello-world-elearning-aanmelden #edit-actions #edit-actions-submit:hover {
  background-color: #ece9df;
}
#plan-new-step-two #edit-actions #edit-actions-submit:hover:after,
#edit-planning-form #edit-actions #edit-actions-submit:hover:after,
#plan-new-step-two-actie #edit-actions #edit-actions-submit:hover:after,
#hello-world-elearning-aanmelden #edit-actions #edit-actions-submit:hover:after {
  background-color: #ece9df;
  border: transparent;
}
#plan-new-step-two input[type="checkbox"],
#edit-planning-form input[type="checkbox"],
#plan-new-step-two-actie input[type="checkbox"],
#hello-world-elearning-aanmelden input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  width: 30px;
  height: 30px;
  margin-left: 0px !important;
  top: -8px;
}
@media screen and (max-width: 767px) {
  #plan-new-step-two input[type="checkbox"],
  #edit-planning-form input[type="checkbox"],
  #plan-new-step-two-actie input[type="checkbox"],
  #hello-world-elearning-aanmelden input[type="checkbox"] {
    margin-left: -20px !important;
  }
}
#plan-new-step-two .selection-stats,
#edit-planning-form .selection-stats,
#plan-new-step-two-actie .selection-stats,
#hello-world-elearning-aanmelden .selection-stats {
  color: black;
}
#plan-new-step-two .selection-stats .aantal_error,
#edit-planning-form .selection-stats .aantal_error,
#plan-new-step-two-actie .selection-stats .aantal_error,
#hello-world-elearning-aanmelden .selection-stats .aantal_error {
  color: #ea4335;
}
#plan-new-step-two .selection-stats .max_aantal_selecties,
#edit-planning-form .selection-stats .max_aantal_selecties,
#plan-new-step-two-actie .selection-stats .max_aantal_selecties,
#hello-world-elearning-aanmelden .selection-stats .max_aantal_selecties,
#plan-new-step-two .selection-stats .aantal_selecties,
#edit-planning-form .selection-stats .aantal_selecties,
#plan-new-step-two-actie .selection-stats .aantal_selecties,
#hello-world-elearning-aanmelden .selection-stats .aantal_selecties,
#plan-new-step-two .selection-stats .aantal_teveel,
#edit-planning-form .selection-stats .aantal_teveel,
#plan-new-step-two-actie .selection-stats .aantal_teveel,
#hello-world-elearning-aanmelden .selection-stats .aantal_teveel {
  font-weight: bold;
}
#plan-new-step-two .filters-container li,
#edit-planning-form .filters-container li,
#plan-new-step-two-actie .filters-container li,
#hello-world-elearning-aanmelden .filters-container li {
  background: #293133;
}
#plan-new-step-two .filters-container li.active,
#edit-planning-form .filters-container li.active,
#plan-new-step-two-actie .filters-container li.active,
#hello-world-elearning-aanmelden .filters-container li.active {
  border: 3px solid #34a853;
}
#plan-new-step-two .filters-container .status-4.active,
#edit-planning-form .filters-container .status-4.active,
#plan-new-step-two-actie .filters-container .status-4.active,
#hello-world-elearning-aanmelden .filters-container .status-4.active,
#plan-new-step-two .filters-container .status-3.active,
#edit-planning-form .filters-container .status-3.active,
#plan-new-step-two-actie .filters-container .status-3.active,
#hello-world-elearning-aanmelden .filters-container .status-3.active {
  border: 3px solid #000000;
}
#plan-new-step-two .filters-container .status-4,
#edit-planning-form .filters-container .status-4,
#plan-new-step-two-actie .filters-container .status-4,
#hello-world-elearning-aanmelden .filters-container .status-4 {
  background-color: #ea4335;
}
#plan-new-step-two .filters-container .status-3,
#edit-planning-form .filters-container .status-3,
#plan-new-step-two-actie .filters-container .status-3,
#hello-world-elearning-aanmelden .filters-container .status-3 {
  background-color: #fbbc05;
  color: black;
}
#plan-new-step-two .filters-container .status-2,
#edit-planning-form .filters-container .status-2,
#plan-new-step-two-actie .filters-container .status-2,
#hello-world-elearning-aanmelden .filters-container .status-2 {
  background-color: #34a853;
}
#plan-new-step-two .filters-container .status-5,
#edit-planning-form .filters-container .status-5,
#plan-new-step-two-actie .filters-container .status-5,
#hello-world-elearning-aanmelden .filters-container .status-5 {
  background-color: #4285f4;
}
#plan-new-step-two .table-grid .header,
#edit-planning-form .table-grid .header,
#plan-new-step-two-actie .table-grid .header,
#hello-world-elearning-aanmelden .table-grid .header {
  text-align: center;
  background-color: white;
  -webkit-box-shadow: 0px 4px 1px 0px rgba(221, 221, 221, 0.6);
  -moz-box-shadow: 0px 4px 1px 0px rgba(221, 221, 221, 0.6);
  box-shadow: 0px 4px 1px 0px rgba(221, 221, 221, 0.6);
  border-radius: 1px;
  margin-bottom: 18px;
}
#plan-new-step-two .table-grid .header .header-width,
#edit-planning-form .table-grid .header .header-width,
#plan-new-step-two-actie .table-grid .header .header-width,
#hello-world-elearning-aanmelden .table-grid .header .header-width {
  width: 100%;
  display: table;
  content: " ";
}
#plan-new-step-two .table-grid .header div.header-cel,
#edit-planning-form .table-grid .header div.header-cel,
#plan-new-step-two-actie .table-grid .header div.header-cel,
#hello-world-elearning-aanmelden .table-grid .header div.header-cel {
  border-right: 1px solid #dddddd;
  height: 45px;
}
position:relative #plan-new-step-two .table-grid .header div.header-cel.active:after,
position:relative #edit-planning-form .table-grid .header div.header-cel.active:after,
position:relative #plan-new-step-two-actie .table-grid .header div.header-cel.active:after,
position:relative #hello-world-elearning-aanmelden .table-grid .header div.header-cel.active:after {
  content: " . ";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  right: 2px;
}
#plan-new-step-two .table-grid .header div.header-cel.active.desc:after,
#edit-planning-form .table-grid .header div.header-cel.active.desc:after,
#plan-new-step-two-actie .table-grid .header div.header-cel.active.desc:after,
#hello-world-elearning-aanmelden .table-grid .header div.header-cel.active.desc:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #758f84;
  position: absolute;
  top: 15px;
  right: 10px;
}
#plan-new-step-two .table-grid .header div.header-cel.active.asc:after,
#edit-planning-form .table-grid .header div.header-cel.active.asc:after,
#plan-new-step-two-actie .table-grid .header div.header-cel.active.asc:after,
#hello-world-elearning-aanmelden .table-grid .header div.header-cel.active.asc:after {
  content: "  ";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #758f84;
  position: absolute;
  top: 15px;
  right: 10px;
}
#plan-new-step-two .table-grid .header div.header-cel a,
#edit-planning-form .table-grid .header div.header-cel a,
#plan-new-step-two-actie .table-grid .header div.header-cel a,
#hello-world-elearning-aanmelden .table-grid .header div.header-cel a {
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: black;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
}
#plan-new-step-two .table-grid .content,
#edit-planning-form .table-grid .content,
#plan-new-step-two-actie .table-grid .content,
#hello-world-elearning-aanmelden .table-grid .content {
  text-align: center;
}
#plan-new-step-two .table-grid .content .row-padding,
#edit-planning-form .table-grid .content .row-padding,
#plan-new-step-two-actie .table-grid .content .row-padding,
#hello-world-elearning-aanmelden .table-grid .content .row-padding {
  padding-bottom: 15px;
}
#plan-new-step-two .table-grid .content .row-background,
#edit-planning-form .table-grid .content .row-background,
#plan-new-step-two-actie .table-grid .content .row-background,
#hello-world-elearning-aanmelden .table-grid .content .row-background {
  -webkit-box-shadow: 0px 4px 1px 0px rgba(221, 221, 221, 0.6);
  -moz-box-shadow: 0px 4px 1px 0px rgba(221, 221, 221, 0.6);
  box-shadow: 0px 4px 1px 0px rgba(221, 221, 221, 0.6);
  background-color: #ffffff;
  height: 40px;
}
#plan-new-step-two .table-grid .content .row-background .cel,
#edit-planning-form .table-grid .content .row-background .cel,
#plan-new-step-two-actie .table-grid .content .row-background .cel,
#hello-world-elearning-aanmelden .table-grid .content .row-background .cel {
  border-right: 1px solid #dddddd;
  padding-top: 10px;
  height: 40px;
}
#plan-new-step-two .table-grid .content .filtr-item,
#edit-planning-form .table-grid .content .filtr-item,
#plan-new-step-two-actie .table-grid .content .filtr-item,
#hello-world-elearning-aanmelden .table-grid .content .filtr-item {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#plan-new-step-two .cursusnaam,
#edit-planning-form .cursusnaam,
#plan-new-step-two-actie .cursusnaam,
#hello-world-elearning-aanmelden .cursusnaam {
  font-weight: bold;
}
#plan-new-step-two .empty.message,
#edit-planning-form .empty.message,
#plan-new-step-two-actie .empty.message,
#hello-world-elearning-aanmelden .empty.message {
  padding: 15px;
  margin: 0px 15px;
}
#plan-new-step-two .filters-wrapper,
#edit-planning-form .filters-wrapper,
#plan-new-step-two-actie .filters-wrapper,
#hello-world-elearning-aanmelden .filters-wrapper {
  display: flex;
  justify-content: flex-end;
  /* Align both label and filters to the right */
  gap: 20px;
  /* Space between the label and the filters */
  align-items: baseline;
  width: 100%;
  /* Ensure the wrapper takes the full width of the page */
}
#plan-new-step-two .filters-label,
#edit-planning-form .filters-label,
#plan-new-step-two-actie .filters-label,
#hello-world-elearning-aanmelden .filters-label {
  display: flex;
  align-items: center;
}
#plan-new-step-two .filters-container,
#edit-planning-form .filters-container,
#plan-new-step-two-actie .filters-container,
#hello-world-elearning-aanmelden .filters-container {
  display: grid;
  grid-template-rows: auto auto;
  /* Creating rows for the filter items */
}
#plan-new-step-two .filter-group,
#edit-planning-form .filter-group,
#plan-new-step-two-actie .filter-group,
#hello-world-elearning-aanmelden .filter-group {
  display: flex;
  flex-direction: column;
}
#plan-new-step-two .simplefilter,
#edit-planning-form .simplefilter,
#plan-new-step-two-actie .simplefilter,
#hello-world-elearning-aanmelden .simplefilter {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#plan-new-step-two .simplefilter li,
#edit-planning-form .simplefilter li,
#plan-new-step-two-actie .simplefilter li,
#hello-world-elearning-aanmelden .simplefilter li {
  margin-bottom: 5px;
  /* Adjust as necessary */
}
#plan-new-step-two .simplefilter .placeholder,
#edit-planning-form .simplefilter .placeholder,
#plan-new-step-two-actie .simplefilter .placeholder,
#hello-world-elearning-aanmelden .simplefilter .placeholder {
  visibility: hidden;
  /* Hide the placeholder elements visually */
  width: 100px;
  height: 30px;
}
#plan-new-step-two .voeg-cursist-toe-img,
#edit-planning-form .voeg-cursist-toe-img,
#plan-new-step-two-actie .voeg-cursist-toe-img,
#hello-world-elearning-aanmelden .voeg-cursist-toe-img {
  width: 14px;
  height: 14px;
  filter: invert(17%) sepia(96%) saturate(6325%) hue-rotate(355deg) brightness(99%) contrast(105%);
  /* Maakt het icoon rood */
  margin-right: 5px;
  /* Voeg wat ruimte toe tussen het icoon en de tekst */
}
#plan-new-step-two .add-student-button-step-2,
#edit-planning-form .add-student-button-step-2,
#plan-new-step-two-actie .add-student-button-step-2,
#hello-world-elearning-aanmelden .add-student-button-step-2 {
  border-radius: 10px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11-nov-2016, 13:52:05
    Author     : Rick
*/
#plan-new-step-three .panel,
#step-direct-students .panel,
#plan-new-step-three-actie .panel,
.path-bhv-oefeningen .panel {
  box-shadow: none;
  -webkit-box-shadow: none;
}
#plan-new-step-three .panel-heading,
#step-direct-students .panel-heading,
#plan-new-step-three-actie .panel-heading,
.path-bhv-oefeningen .panel-heading,
#plan-new-step-three .panel-body,
#step-direct-students .panel-body,
#plan-new-step-three-actie .panel-body,
.path-bhv-oefeningen .panel-body {
  background-color: #ece9df;
}
#plan-new-step-three .panel-title,
#step-direct-students .panel-title,
#plan-new-step-three-actie .panel-title,
.path-bhv-oefeningen .panel-title {
  margin-left: -30px;
}
#plan-new-step-three .panel-body,
#step-direct-students .panel-body,
#plan-new-step-three-actie .panel-body,
.path-bhv-oefeningen .panel-body {
  padding: 0;
}
#plan-new-step-three .panel-body .optie,
#step-direct-students .panel-body .optie,
#plan-new-step-three-actie .panel-body .optie,
.path-bhv-oefeningen .panel-body .optie {
  background-color: white;
}
#plan-new-step-three #edit-dates-fieldset,
#step-direct-students #edit-dates-fieldset,
#plan-new-step-three-actie #edit-dates-fieldset,
.path-bhv-oefeningen #edit-dates-fieldset {
  border: none;
}
#plan-new-step-three #edit-actions-previous,
#step-direct-students #edit-actions-previous,
#plan-new-step-three-actie #edit-actions-previous,
.path-bhv-oefeningen #edit-actions-previous {
  background-color: #ece9df;
  color: black;
  border-radius: 0px;
  margin-left: 32px;
  position: relative;
  border-color: transparent;
  padding-left: 40px;
}
#plan-new-step-three #edit-actions-previous:active,
#step-direct-students #edit-actions-previous:active,
#plan-new-step-three-actie #edit-actions-previous:active,
.path-bhv-oefeningen #edit-actions-previous:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
#plan-new-step-three #edit-actions-previous:after,
#step-direct-students #edit-actions-previous:after,
#plan-new-step-three-actie #edit-actions-previous:after,
.path-bhv-oefeningen #edit-actions-previous:after {
  content: "";
  width: 64px;
  height: 64px;
  position: absolute;
  top: 20%;
  left: -32px;
  background-image: url('/themes/custom/holthausen/images/icons/Achteruit.png');
  background-repeat: no-repeat;
  background-size: contain;
}
#plan-new-step-three #edit-actions-previous:hover,
#step-direct-students #edit-actions-previous:hover,
#plan-new-step-three-actie #edit-actions-previous:hover,
.path-bhv-oefeningen #edit-actions-previous:hover {
  background-color: #ece9df;
}
#plan-new-step-three #edit-actions-previous:hover:after,
#step-direct-students #edit-actions-previous:hover:after,
#plan-new-step-three-actie #edit-actions-previous:hover:after,
.path-bhv-oefeningen #edit-actions-previous:hover:after {
  background-color: #ece9df;
}
#plan-new-step-three .optie-container,
#step-direct-students .optie-container,
#plan-new-step-three-actie .optie-container,
.path-bhv-oefeningen .optie-container {
  padding-bottom: 18px;
}
#plan-new-step-three .optie,
#step-direct-students .optie,
#plan-new-step-three-actie .optie,
.path-bhv-oefeningen .optie {
  position: relative;
  -webkit-box-shadow: 0px 4px 1px 0px rgba(221, 221, 221, 0.6);
  -moz-box-shadow: 0px 4px 1px 0px rgba(221, 221, 221, 0.6);
  box-shadow: 0px 4px 1px 0px rgba(221, 221, 221, 0.6);
  border-radius: 1px;
  border: none;
  margin-bottom: 18px;
  background-color: #e7ecea;
}
@media screen and (max-width: 767px) {
  #plan-new-step-three .optie h2,
  #step-direct-students .optie h2,
  #plan-new-step-three-actie .optie h2,
  .path-bhv-oefeningen .optie h2 {
    font-size: 20px;
    margin-right: 20px;
  }
}
#plan-new-step-three .optie .form-submit,
#step-direct-students .optie .form-submit,
#plan-new-step-three-actie .optie .form-submit,
.path-bhv-oefeningen .optie .form-submit {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  color: transparent;
  background: transparent;
  border: none;
}
#plan-new-step-three .optie .arrow,
#step-direct-students .optie .arrow,
#plan-new-step-three-actie .optie .arrow,
.path-bhv-oefeningen .optie .arrow {
  position: absolute;
  top: 0px;
  right: 0px;
  width: auto;
  padding: 0 20px;
  background: #ffffff;
  height: 100%;
}
#plan-new-step-three .optie .arrow .arrow-wrap,
#step-direct-students .optie .arrow .arrow-wrap,
#plan-new-step-three-actie .optie .arrow .arrow-wrap,
.path-bhv-oefeningen .optie .arrow .arrow-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #333;
  font-weight: bold;
  font-size: 14px;
}
#plan-new-step-three .optie .arrow .arrow-wrap .glyphicon-arrow-right,
#step-direct-students .optie .arrow .arrow-wrap .glyphicon-arrow-right,
#plan-new-step-three-actie .optie .arrow .arrow-wrap .glyphicon-arrow-right,
.path-bhv-oefeningen .optie .arrow .arrow-wrap .glyphicon-arrow-right {
  margin-left: 10px;
  top: 2px;
  position: relative;
}
#plan-new-step-three .optie:hover,
#step-direct-students .optie:hover,
#plan-new-step-three-actie .optie:hover,
.path-bhv-oefeningen .optie:hover {
  background-color: #a1b4ac;
}
#plan-new-step-three .optie:hover .arrow,
#step-direct-students .optie:hover .arrow,
#plan-new-step-three-actie .optie:hover .arrow,
.path-bhv-oefeningen .optie:hover .arrow {
  background-color: #d5ddda;
}
.bhv-oefening-overzicht .panel-heading {
  background-color: #fff !important;
}
.bhv-oefening-overzicht .panel-title {
  margin-left: 0px !important;
}
.bhv-oefening-overzicht .panel-body {
  background-color: #ece9df !important;
}
.bhv-oefening-overzicht .panel-body .card-body {
  background-color: #fff !important;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25-nov-2016, 10:37:47
    Author     : Rick
*/
#plan-new-step-four .form-wrapper,
#plan-new-step-four-actie .form-wrapper {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #plan-new-step-four .cursist .panel-default,
  #plan-new-step-four-actie .cursist .panel-default {
    border: none;
  }
}
#plan-new-step-four .cursist .panel-default .panel-body,
#plan-new-step-four-actie .cursist .panel-default .panel-body {
  clear: both;
}
@media screen and (max-width: 767px) {
  #plan-new-step-four .cursist .panel-default .panel-body:empty,
  #plan-new-step-four-actie .cursist .panel-default .panel-body:empty {
    display: none;
  }
}
#plan-new-step-four .cursist .optie,
#plan-new-step-four-actie .cursist .optie {
  position: relative;
  -webkit-box-shadow: 0px 4px 1px 0px rgba(221, 221, 221, 0.6);
  -moz-box-shadow: 0px 4px 1px 0px rgba(221, 221, 221, 0.6);
  box-shadow: 0px 4px 1px 0px rgba(221, 221, 221, 0.6);
  border-radius: 1px;
  border: none;
  margin-bottom: 18px;
  background-color: #e7ecea;
}
@media screen and (max-width: 767px) {
  #plan-new-step-four .cursist .optie h2,
  #plan-new-step-four-actie .cursist .optie h2 {
    font-size: 20px;
  }
}
#plan-new-step-four .cursist .optie .form-submit,
#plan-new-step-four-actie .cursist .optie .form-submit {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  color: transparent;
  background: transparent;
  border: none;
}
#plan-new-step-four .cursist .optie .registreren,
#plan-new-step-four-actie .cursist .optie .registreren {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 10%;
  background: #ffffff;
  height: 100%;
}
#plan-new-step-four .cursist .optie .registreren .registreren-wrap,
#plan-new-step-four-actie .cursist .optie .registreren .registreren-wrap {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  background-image: url('/themes/custom/holthausen/images/icons/Registreren.png');
  background-repeat: no-repeat;
  background-size: contain;
}
#plan-new-step-four .cursist .optie .ajax-throbber,
#plan-new-step-four-actie .cursist .optie .ajax-throbber {
  color: black;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 10px;
  background: #ffffff;
  height: 10px;
}
#plan-new-step-four .cursist .optie:hover,
#plan-new-step-four-actie .cursist .optie:hover {
  background-color: #a1b4ac;
}
#plan-new-step-four .cursist .optie:hover .registreren,
#plan-new-step-four-actie .cursist .optie:hover .registreren {
  background-color: #d5ddda;
}
#plan-new-step-four .cursist p.warning,
#plan-new-step-four-actie .cursist p.warning {
  color: #e76767;
}
#plan-new-step-four .cursist p.info,
#plan-new-step-four-actie .cursist p.info {
  color: #f59947;
}
#plan-new-step-four #edit-send-email-to-cursisten,
#plan-new-step-four-actie #edit-send-email-to-cursisten {
  margin-top: 25px;
  margin-bottom: 75px;
  background-color: #264739;
  color: #ffffff;
  border-radius: 0px;
  margin-right: 32px;
  position: relative;
}
#plan-new-step-four #edit-send-email-to-cursisten:after,
#plan-new-step-four-actie #edit-send-email-to-cursisten:after {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0px;
  right: -32px;
  content: " > ";
  background: white;
  border: 1px solid #264739;
  font-size: 21px;
  color: #264739;
  font-weight: bold;
}
#plan-new-step-four #edit-send-email-to-cursisten:hover,
#plan-new-step-four-actie #edit-send-email-to-cursisten:hover {
  background-color: #587669;
}
#plan-new-step-four #edit-send-email-to-cursisten:hover:after,
#plan-new-step-four-actie #edit-send-email-to-cursisten:hover:after {
  background-color: #c7d2cd;
  border: 1px solid #587669;
}
#plan-new-step-four #edit-actions-submit,
#plan-new-step-four-actie #edit-actions-submit {
  background-color: #264739;
  color: #ffffff;
  border-radius: 0px;
  margin-right: 32px;
  position: relative;
}
#plan-new-step-four #edit-actions-submit:after,
#plan-new-step-four-actie #edit-actions-submit:after {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0px;
  right: -32px;
  content: " > ";
  background: white;
  border: 1px solid #264739;
  font-size: 21px;
  color: #264739;
  font-weight: bold;
}
#plan-new-step-four #edit-actions-submit:hover,
#plan-new-step-four-actie #edit-actions-submit:hover {
  background-color: #587669;
}
#plan-new-step-four #edit-actions-submit:hover:after,
#plan-new-step-four-actie #edit-actions-submit:hover:after {
  background-color: #c7d2cd;
  border: 1px solid #587669;
}
.algemene-voorwaarden {
  width: 100%;
  height: 180px;
  overflow-y: auto;
  border: 1px solid #d0d0d0;
  background: #f2f2f2;
  padding: 15px;
  margin-bottom: 15px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8-feb-2017, 14:29:43
    Author     : Rick
*/
.filtr-breadcrumb {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .filtr-breadcrumb {
    display: none;
  }
}
.filtr-breadcrumb .breadcrumb {
  color: #0e3223;
  font-size: 14px;
  background-color: #ece9df;
}
.filtr-breadcrumb .breadcrumb li {
  float: left;
}
.filtr-breadcrumb .breadcrumb li .badge {
  background-color: #293133;
}
.filtr-breadcrumb .breadcrumb li.active {
  color: #0e3223;
}
.filtr-breadcrumb .breadcrumb li.active .badge {
  background-color: #34a853;
}
.plan-new-step-two-form-anonymous {
  /* Responsive adjustments */
  /* Button */
}
.plan-new-step-two-form-anonymous .cursist-count-tiles {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 15px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.plan-new-step-two-form-anonymous .cursist-count-tiles .form-item {
  margin: 0;
}
.plan-new-step-two-form-anonymous .cursist-count-tiles .form-item label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  /* Makes the tiles square */
  border: 2px solid #e0e0d1;
  border-radius: 8px;
  background-color: #fdfdfa;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  transition: all 0.2s ease-in-out;
  user-select: none;
  height: 50px;
  padding-left: 0;
}
.plan-new-step-two-form-anonymous .cursist-count-tiles .form-item input[type="radio"] {
  /* Hide the radio button but keep it accessible */
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.plan-new-step-two-form-anonymous .cursist-count-tiles .form-item label:hover {
  border-color: #5a9a43;
  background-color: #f5f9f3;
}
.plan-new-step-two-form-anonymous .cursist-count-tiles .form-item input[type="radio"]:checked + label,
.plan-new-step-two-form-anonymous .cursist-count-tiles .form-item.is-checked label {
  background-color: #5a9a43;
  color: white;
  border-color: #5a9a43;
}
.plan-new-step-two-form-anonymous .cursist-count-tiles .form-item input[type="radio"]:focus + label {
  outline: 3px solid #7cb369;
  outline-offset: 2px;
}
@media (max-width: 992px) {
  .plan-new-step-two-form-anonymous .cursist-count-tiles {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .plan-new-step-two-form-anonymous .cursist-count-tiles {
    grid-template-columns: repeat(3, 1fr);
  }
  .plan-new-step-two-form-anonymous .cursist-count-tiles .form-item label {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .plan-new-step-two-form-anonymous .cursist-count-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
.plan-new-step-two-form-anonymous .input-group .input-group-btn .btn-primary {
  left: -45px;
}
.plan-new-step-two-form-anonymous .actions {
  padding-top: 15px;
}
.plan-new-step-two-form-anonymous .actions #edit-actions-previous {
  background-color: #ece9df;
  color: black;
  border-radius: 0px;
  margin-left: 32px;
  position: relative;
  border-color: transparent;
  padding-left: 40px;
}
.plan-new-step-two-form-anonymous .actions #edit-actions-previous:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.plan-new-step-two-form-anonymous .actions #edit-actions-previous:after {
  content: "";
  width: 64px;
  height: 64px;
  position: absolute;
  top: 20%;
  left: -32px;
  background-image: url('/themes/custom/holthausen/images/icons/Achteruit.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.plan-new-step-two-form-anonymous .actions #edit-actions-previous:hover {
  background-color: #ece9df;
}
.plan-new-step-two-form-anonymous .actions #edit-actions-previous:hover:after {
  background-color: #ece9df;
}
.plan-new-step-two-form-anonymous .actions #edit-actions-submit {
  background-color: #ece9df !important;
  color: black !important;
  border-radius: 0px !important;
  margin-right: 58px !important;
  position: relative !important;
  padding-left: 40px !important;
  border-color: transparent !important;
}
.plan-new-step-two-form-anonymous .actions #edit-actions-submit:after {
  content: "" !important;
  width: 64px !important;
  height: 64px !important;
  position: absolute !important;
  top: 20% !important;
  background-image: url('/themes/custom/holthausen/images/icons/Vooruit.png') !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  margin-left: 10px !important;
  right: -54px !important;
  background-color: transparent !important;
  border: none !important;
}
.plan-new-step-two-form-anonymous .actions #edit-actions-submit:active {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.plan-new-step-two-form-anonymous .actions #edit-actions-submit:focus {
  outline: none !important;
}
.plan-new-step-two-form-anonymous .actions #edit-actions-submit:hover {
  background-color: #ece9df !important;
}
.plan-new-step-two-form-anonymous .actions #edit-actions-submit:hover:after {
  background-color: #ece9df !important;
  border: transparent !important;
}
.plan-new-step-two-form-anonymous .form-item label {
  font-size: 1rem;
  font-weight: normal;
}
.plan-new-step-two-form-anonymous .form-control,
.plan-new-step-two-form-anonymous #edit-names-fieldset-actions-add-name {
  border-radius: 10px;
}
.plan-new-step-two-form-anonymous .form-composite legend {
  border: 0 !important;
  padding-top: 0 !important;
}
.plan-new-step-two-form-anonymous #names-fieldset-wrapper {
  margin-top: 15px;
}
.plan-new-step-two-form-anonymous .cursist-fieldset {
  margin-bottom: 15px;
}
.plan-new-step-two-form-anonymous .cursist-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.plan-new-step-two-form-anonymous .cursist-left-column,
.plan-new-step-two-form-anonymous .cursist-right-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.plan-new-step-two-form-anonymous .cursist-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* Adjusted to give more space to geboortedatum */
  gap: 20px;
}
.plan-new-step-two-form-anonymous .cursist-row .geboortedatum {
  margin-top: 4px;
}
.plan-new-step-two-form-anonymous .form-item.geboortedatum input {
  width: 100%;
  /* Ensure geboortedatum extends the full width of its grid column */
}
.plan-new-step-two-form-anonymous .form-item.geslacht,
.plan-new-step-two-form-anonymous .form-item.geboortedatum {
  display: flex;
  flex-direction: column;
}
.plan-new-step-two-form-anonymous .form-item.geslacht .select-wrapper .form-select,
.plan-new-step-two-form-anonymous .form-item.geboortedatum .select-wrapper .form-select {
  text-align: center;
}
.plan-new-step-two-form-anonymous .form-item.geslacht .form-date,
.plan-new-step-two-form-anonymous .form-item.geboortedatum .form-date {
  text-align: center;
}
.plan-new-step-two-form-anonymous .panel-title {
  color: black;
}
.plan-new-step-two-form-anonymous .fieldgroup {
  background: none;
  padding: 0;
}
.plan-new-step-two-form-anonymous button {
  margin-top: 20px;
}
.plan-new-step-two-form-anonymous .actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.plan-new-step-two-form-anonymous .actions .button {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.plan-new-step-two-form-anonymous .actions .previous.button {
  background-color: #ccc;
}
.plan-new-step-two-form-anonymous .actions .submit.button {
  background-color: #007bff;
  color: white;
}
[id^="edit-dates-fieldset-actions-request-new-date"] {
  border-radius: 10px;
  font-weight: 700;
}
.plan-new-step-four-form-anonymous {
  /* Cursist Grid */
  /* Bedrijfsinformatie Grid */
  /* Contactpersoon Grid */
  /* Algemene styling voor formulier items */
  /* Acties (knoppen) */
}
.plan-new-step-four-form-anonymous .actions {
  padding-top: 15px;
}
.plan-new-step-four-form-anonymous .actions #edit-actions-previous {
  background-color: #ece9df;
  color: black;
  border-radius: 0px;
  margin-left: 32px;
  position: relative;
  border-color: transparent;
  padding-left: 40px;
}
.plan-new-step-four-form-anonymous .actions #edit-actions-previous:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.plan-new-step-four-form-anonymous .actions #edit-actions-previous:after {
  content: "";
  width: 64px;
  height: 64px;
  position: absolute;
  top: 20%;
  left: -32px;
  background-image: url('/themes/custom/holthausen/images/icons/Achteruit.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.plan-new-step-four-form-anonymous .actions #edit-actions-previous:hover {
  background-color: #ece9df;
}
.plan-new-step-four-form-anonymous .actions #edit-actions-previous:hover:after {
  background-color: #ece9df;
}
.plan-new-step-four-form-anonymous .actions #edit-actions-submit {
  background-color: #ece9df !important;
  color: black !important;
  border-radius: 0px !important;
  margin-right: 58px !important;
  position: relative !important;
  padding-left: 40px !important;
  border-color: transparent !important;
}
.plan-new-step-four-form-anonymous .actions #edit-actions-submit:after {
  content: "" !important;
  width: 64px !important;
  height: 64px !important;
  position: absolute !important;
  top: 20% !important;
  background-image: url('/themes/custom/holthausen/images/icons/Vooruit.png') !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  margin-left: 10px !important;
  right: -54px !important;
  background-color: transparent !important;
  border: none !important;
}
.plan-new-step-four-form-anonymous .actions #edit-actions-submit:active {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.plan-new-step-four-form-anonymous .actions #edit-actions-submit:focus {
  outline: none !important;
}
.plan-new-step-four-form-anonymous .actions #edit-actions-submit:hover {
  background-color: #ece9df !important;
}
.plan-new-step-four-form-anonymous .actions #edit-actions-submit:hover:after {
  background-color: #ece9df !important;
  border: transparent !important;
}
.plan-new-step-four-form-anonymous #algemene-voorwaarden-tekst {
  position: relative;
  bottom: -4px;
}
.plan-new-step-four-form-anonymous .form-item.geslacht {
  width: 40%;
}
.plan-new-step-four-form-anonymous .grid-titles {
  padding-top: 15px;
  font-weight: 900;
  font-size: 16px;
}
.plan-new-step-four-form-anonymous .control-label {
  margin-bottom: 0;
}
.plan-new-step-four-form-anonymous #edit-av-fieldset-checkbox {
  transform: scale(1.4);
}
.plan-new-step-four-form-anonymous .form-item.av-checkbox .control-label {
  font-size: 16px;
  margin-bottom: 6px;
}
.plan-new-step-four-form-anonymous .form-control {
  border-radius: 10px;
}
.plan-new-step-four-form-anonymous .form-required:after {
  display: none;
}
.plan-new-step-four-form-anonymous .cursist-fieldset {
  border-bottom: 1px solid #293133;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.plan-new-step-four-form-anonymous .cursist-fieldset legend {
  font-weight: 700;
  font-size: 1.1em;
  padding: 0;
  border: 0;
  width: auto;
  margin-bottom: 0;
}
.plan-new-step-four-form-anonymous .cursist-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
.plan-new-step-four-form-anonymous .cursist-grid .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.plan-new-step-four-form-anonymous .cursist-grid .cursist-geslacht {
  grid-column: span 3;
}
.plan-new-step-four-form-anonymous .cursist-grid .cursist-geboortedatum {
  grid-column: span 3;
}
.plan-new-step-four-form-anonymous .cursist-grid .cursist-geboorteplaats {
  grid-column: span 6;
}
.plan-new-step-four-form-anonymous .cursist-grid .cursist-voornaam {
  grid-column: span 6;
}
.plan-new-step-four-form-anonymous .cursist-grid .cursist-achternaam {
  grid-column: span 6;
}
.plan-new-step-four-form-anonymous .cursist-grid .cursist-email {
  grid-column: span 6;
}
.plan-new-step-four-form-anonymous .cursist-geboortedatum input[type="date"] {
  width: 100% !important;
}
.plan-new-step-four-form-anonymous .cursist-geslacht .form-select,
.plan-new-step-four-form-anonymous .cursist-geboortedatum .form-date {
  text-align: center;
}
.plan-new-step-four-form-anonymous .av-checkbox-wrapper.error > label {
  background: none !important;
}
.plan-new-step-four-form-anonymous .company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  /* Combined gap for both row and column */
  row-gap: 10px;
  /* Smaller row gap */
}
.plan-new-step-four-form-anonymous .company-left-column,
.plan-new-step-four-form-anonymous .company-right-column {
  display: flex;
  flex-direction: column;
}
.plan-new-step-four-form-anonymous .company-right-column .company-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  /* Combined gap for both row and column */
  row-gap: 10px;
  /* Smaller row gap */
}
.plan-new-step-four-form-anonymous .contactperson-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  /* Combined gap for both row and column */
  row-gap: 10px;
  /* Smaller row gap */
}
.plan-new-step-four-form-anonymous .contactperson-left-column,
.plan-new-step-four-form-anonymous .contactperson-right-column {
  display: flex;
  flex-direction: column;
}
.plan-new-step-four-form-anonymous .contactperson-right-column .av-checkbox {
  display: flex;
  align-items: center;
  margin-top: auto;
  /* Ensures the checkbox stays on top if there's enough content */
}
.plan-new-step-four-form-anonymous .form-item label {
  font-weight: normal;
  display: block;
  margin-top: 5px;
  font-size: 1em;
}
.plan-new-step-four-form-anonymous .form-item .markdown {
  font-weight: normal;
}
.plan-new-step-four-form-anonymous .actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.plan-new-step-four-form-anonymous .actions .button {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.plan-new-step-four-form-anonymous .actions .previous.button {
  background-color: #ccc;
}
.plan-new-step-four-form-anonymous .actions .submit.button {
  background-color: #007bff;
  color: white;
}
#plan-new-step-five #edit-course-details .deelnemers {
  display: none;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 20-jan-2017, 11:23:58
    Author     : Rick
*/
.path-mijncursisten {
  /* Special style for simplefilter so that the text is aligned at the same height */
}
.path-mijncursisten .controls-bar-left {
  display: flex;
  align-items: center;
}
.path-mijncursisten .controls-bar-left .search-group {
  margin-right: 10px;
}
.path-mijncursisten .input-group .input-group-btn .btn-primary {
  left: -45px;
  background: transparent;
  border: none;
  color: #293133;
  z-index: 100;
}
.path-mijncursisten .input-group .input-group-btn .btn-primary:focus {
  outline: none;
}
.path-mijncursisten #export-icon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  /* Voeg wat ruimte toe tussen het icoon en de tekst */
  filter: invert(17%) sepia(96%) saturate(6325%) hue-rotate(355deg) brightness(99%) contrast(105%);
  /* Maakt het icoon rood */
}
.path-mijncursisten .export-icon-button {
  font-weight: 700;
}
.path-mijncursisten .voeg-cursist-toe-img {
  width: 14px;
  height: 14px;
  filter: invert(17%) sepia(96%) saturate(6325%) hue-rotate(355deg) brightness(99%) contrast(105%);
  /* Maakt het icoon rood */
  margin-right: 5px;
  /* Voeg wat ruimte toe tussen het icoon en de tekst */
}
.path-mijncursisten .filters-container {
  display: flex;
  align-items: center;
}
.path-mijncursisten .filters-text {
  font-size: 1.2em;
  font-weight: bold;
  margin-right: 20px;
  flex-shrink: 0;
  /* Prevent shrinking */
}
.path-mijncursisten .filters-cursus {
  max-width: 60%;
  /* Make the container of searchfilter narrower */
}
.path-mijncursisten .grid-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.path-mijncursisten .grid-container li {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}
.path-mijncursisten .grid-container .cursustype,
.path-mijncursisten .grid-container .naam,
.path-mijncursisten .grid-container .certificering {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
.path-mijncursisten .grid-container span {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.path-mijncursisten .filters-simple .filters-text {
  margin-top: 0;
  /* Ensures the margins are equal */
}
.path-mijncursisten .controls-bar {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.path-mijncursisten .controls-bar .search-group {
  flex-grow: 1;
  margin-right: 15px;
}
.path-mijncursisten .controls-bar.behind-modal-backdrop {
  position: relative;
  z-index: -1;
}
.path-mijncursisten .filters-container.is-hidden {
  display: none;
}
.path-mijncursisten .mijncursisten-filters.filtr-filters {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 8px;
}
.path-mijncursisten .mijncursisten-filters .filter-group {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.path-mijncursisten .mijncursisten-filters .filter-group .filter-group-title {
  margin: 0;
  padding-top: 8px;
  flex-basis: 120px;
  flex-shrink: 0;
  color: #333;
  display: flex;
  align-items: center;
}
.path-mijncursisten .mijncursisten-filters .filter-group .filter-group-title .glyphicon {
  margin-right: 8px;
  font-size: 1em;
  color: #000;
  top: 2px;
  /* Fine-tune vertical alignment */
}
.path-mijncursisten .mijncursisten-filters .filter-group .filter-group-title .icon-certificering {
  background-image: url('/themes/custom/holthausen/images/icons/Certificering.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  display: inline-block;
}
.path-mijncursisten .mijncursisten-filters .filter-group .grid-container {
  flex-grow: 1;
  gap: 8px;
}
.path-mijncursisten .mijncursisten-filters li {
  background: #293133;
}
.path-mijncursisten .mijncursisten-filters li.active {
  border: 3px solid #34a853;
}
.path-mijncursisten .mijncursisten-filters .input-group .input-group-btn .btn-primary {
  left: -45px;
  background: transparent;
  border: none;
  color: #293133;
  z-index: 100;
}
.path-mijncursisten .mijncursisten-filters .input-group .input-group-btn .btn-primary:focus {
  outline: none;
}
.path-mijncursisten .mijncursisten-filters .status-4.active,
.path-mijncursisten .mijncursisten-filters .status-3.active,
.path-mijncursisten .mijncursisten-filters .status-2.active,
.path-mijncursisten .mijncursisten-filters .status-5.active {
  border: 3px solid #000000;
}
.path-mijncursisten .mijncursisten-filters .status-4 {
  background-color: #ea4335;
}
.path-mijncursisten .mijncursisten-filters .status-3 {
  background-color: #fbbc05;
  color: black;
}
.path-mijncursisten .mijncursisten-filters .status-2 {
  background-color: #34a853;
}
.path-mijncursisten .mijncursisten-filters .status-5 {
  background-color: #4285f4;
}
.path-mijncursisten .mijncursisten-filters ul {
  text-align: center;
}
.path-mijncursisten .mijncursisten-filters ul .cat-basiscursus {
  background-color: #758f84;
}
.path-mijncursisten .mijncursisten-filters ul .cat-basiscursus.active {
  background-color: #0e3223;
}
.path-mijncursisten .mijncursisten-filters ul .cat-herhalingscursus {
  background-color: #293133;
}
.path-mijncursisten .mijncursisten-filters ul .cat-herhalingscursus.active {
  background-color: #293133;
}
.path-mijncursisten .mijncursisten-filters ul .cat-eenmalige {
  background-color: #96819a;
}
.path-mijncursisten .mijncursisten-filters ul .cat-eenmalige.active {
  background-color: #2f0a36;
}
.path-mijncursisten .mijncursisten-filters ul.cursus-filter .cursustype,
.path-mijncursisten .mijncursisten-filters ul.cursus-filter .naam,
.path-mijncursisten .mijncursisten-filters ul.cursus-filter .certificering {
  display: block;
  text-align: center;
}
.path-mijncursisten .mijncursisten-filters ul.cursus-filter .cursustype,
.path-mijncursisten .mijncursisten-filters ul.cursus-filter .certificering {
  font-size: 12px;
  text-transform: none;
}
.path-mijncursisten .container-mijn-cursisten {
  padding-top: 50px !important;
}
.path-mijncursisten .elearning-filters .badge-legenda ul {
  position: relative;
  left: -21px;
}
.path-mijncursisten .mijncursisten-item {
  position: relative;
  -webkit-box-shadow: 0px 4px 1px 0px rgba(221, 221, 221, 0.6);
  -moz-box-shadow: 0px 4px 1px 0px rgba(221, 221, 221, 0.6);
  box-shadow: 0px 4px 1px 0px rgba(221, 221, 221, 0.6);
  border-radius: 1px;
  border: none;
  margin-bottom: 0px;
  background-color: #FFFFFF;
}
.path-mijncursisten .mijncursisten-item .form-submit {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  color: transparent;
  background: transparent;
  border: none;
}
.path-mijncursisten .mijncursisten-item .registreren {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 10%;
  background: #ffffff;
  height: 100%;
}
.path-mijncursisten .mijncursisten-item .registreren .registreren-wrap {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  background-image: url('/themes/custom/holthausen/images/icons/Registreren.png');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}
.path-mijncursisten .mijncursisten-item:hover {
  background-color: #e6e6e6;
}
.path-mijncursisten .mijncursisten-item:hover .registreren {
  background-color: #e6e6e6;
}
.path-mijncursisten .mijncursisten-item:hover .nameinfo {
  background-color: #e6e6e6;
}
.path-mijncursisten .mijncursisten-item .courseinfo {
  width: 62%;
  height: 150px;
  display: flex;
  align-items: center;
}
.path-mijncursisten .mijncursisten-item .courseinfo .cursistblok {
  z-index: 999;
}
.path-mijncursisten .mijncursisten-item .courseinfo .cursistblok .course-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.path-mijncursisten .mijncursisten-item .nameinfo {
  padding: 15px;
  margin: -9px;
  margin-right: 0px;
  background-color: #ffffff;
  height: 150px;
}
.path-mijncursisten .mijncursisten-item a.edit {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  color: transparent;
}
.certificate-summary-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  z-index: 1000;
  position: relative;
  transition: background-color 0.2s ease;
  border-radius: 4px;
}
.certificate-summary-wrapper:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.certificate-summary-wrapper:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.certificate-summary-wrapper .status-indicator {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}
.certificate-summary-wrapper .status-indicator.status-5 {
  background-color: #34a853;
}
.certificate-summary-wrapper .status-indicator.status-2 {
  background-color: #fbbc05;
}
.certificate-summary-wrapper .status-indicator.status-3 {
  background-color: #ea4335;
}
.certificate-summary-wrapper .summary-text {
  font-weight: bold;
  margin-right: 10px;
}
.certificate-summary-wrapper .filtr-item.clickable-row {
  cursor: pointer;
}
.certificate-summary-wrapper .filtr-item.clickable-row:hover {
  background-color: #f8f8f8;
}
.certificate-summary-wrapper .info-icon {
  margin-left: auto;
  background-image: url('/themes/custom/holthausen/images/icons/Meer informatie.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.modal .modal-dialog,
.certificate-modal .modal-dialog {
  margin: 100px auto;
}
.modal .modal-dialog .modal-content,
.certificate-modal .modal-dialog .modal-content {
  border-radius: 8px;
}
.modal .modal-dialog .modal-content .modal-header,
.certificate-modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  padding: 20px;
}
.modal .modal-dialog .modal-content .modal-header .close,
.certificate-modal .modal-dialog .modal-content .modal-header .close {
  font-size: 30px;
  opacity: 0.5;
}
.modal .modal-dialog .modal-content .modal-header .close:hover,
.certificate-modal .modal-dialog .modal-content .modal-header .close:hover {
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-header .modal-title,
.certificate-modal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: bold;
}
.modal .modal-dialog .modal-content .modal-body,
.certificate-modal .modal-dialog .modal-content .modal-body {
  padding: 20px;
}
.modal .modal-dialog .modal-content .modal-body .cursistblok,
.certificate-modal .modal-dialog .modal-content .modal-body .cursistblok {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px;
  background-color: #f9f9f9;
}
.modal .modal-dialog .modal-content .modal-body .course-grid,
.certificate-modal .modal-dialog .modal-content .modal-body .course-grid {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  align-items: center;
  gap: 15px;
}
.modal .modal-dialog .modal-content .modal-body .course-grid .download-certificate-wrapper,
.certificate-modal .modal-dialog .modal-content .modal-body .course-grid .download-certificate-wrapper {
  text-align: right;
}
.modal .modal-dialog .modal-content .modal-body .course-grid .download-certificate-wrapper .glyphicon-download-alt,
.certificate-modal .modal-dialog .modal-content .modal-body .course-grid .download-certificate-wrapper .glyphicon-download-alt {
  font-size: 24px;
  color: #337ab7;
  transition: color 0.2s ease;
}
.modal .modal-dialog .modal-content .modal-body .course-grid .download-certificate-wrapper .glyphicon-download-alt:hover,
.certificate-modal .modal-dialog .modal-content .modal-body .course-grid .download-certificate-wrapper .glyphicon-download-alt:hover {
  color: #23527c;
}
.modal-backdrop.in {
  z-index: auto;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16-feb-2017, 19:56:08
    Author     : Rick
*/
.path-mijncursussen .panel-heading {
  background-color: #293133;
  color: #ece9df;
}
.path-mijncursussen #edit-planning-form {
  margin-top: 25px;
}
.path-mijncursussen #edit-planning-form .form-item-active .form-checkbox {
  margin-left: -40px !important;
  top: -10px;
}
.path-mijncursussen #edit-planning-form .form-item-active label {
  padding-left: 40px;
}
.path-mijncursussen #edit-planning-form #edit-submit {
  background-color: #264739;
  color: #ffffff;
  border-radius: 0px;
  margin-right: 32px;
  position: relative;
}
.path-mijncursussen #edit-planning-form #edit-submit:after {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0px;
  right: -32px;
  content: " > ";
  background: white;
  border: 1px solid #264739;
  font-size: 21px;
  color: #264739;
  font-weight: bold;
}
.path-mijncursussen #edit-planning-form #edit-submit:hover {
  background-color: #587669;
}
.path-mijncursussen #edit-planning-form #edit-submit:hover:after {
  background-color: #c7d2cd;
  border: 1px solid #587669;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8-feb-2017, 14:21:08
    Author     : Rick
*/
.page-load-progress-lock-screen {
  background-color: #fff;
  background-color: rgba(254, 254, 254, 0.85);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}
.page-load-progress-lock-screen.hidden {
  display: none;
}
.page-load-progress-spinner,
.page-load-progress-throbber {
  background-image: url('/themes/holthausen/images/ripple-white.gif');
  background-repeat: no-repeat;
  height: 152px;
  left: 45%;
  position: absolute;
  top: 42%;
  width: 152px;
  z-index: 9999;
}
.page-load-progress-lock-screen {
  display: block !important;
}
.page-load-progress-lock-screen.hidden {
  display: hidden !important;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14-feb-2018, 16:49:53
    Author     : Rick
*/
#edit-student-list .panel-body {
  padding: 0px;
}
#edit-student-list > .panel-body {
  padding: 15px;
}
#edit-student-list .panel-default {
  border: none;
}
#student-edit-form .aanhef-radios-container {
  border: 0;
  padding: 0;
  margin: 1rem 0;
}
#student-edit-form .aanhef-radios-container > legend {
  font-weight: bold;
  border: 0;
  padding: 0;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  line-height: 1.42857143;
  width: auto;
}
#student-edit-form .aanhef-radios-container .fieldset-wrapper > div .form-item.radio {
  display: inline-block;
  margin-right: 30px;
}
#student-edit-form .aanhef-radios-container .fieldset-wrapper > div .form-item.radio label {
  border: none;
  border-radius: 0;
  background-color: transparent;
  width: auto;
  height: auto;
  line-height: inherit;
  white-space: normal;
  text-align: left;
  font-weight: normal;
  color: #333;
  padding-left: 0;
  position: static;
}
#student-edit-form .aanhef-radios-container .fieldset-wrapper > div .form-item.radio label .form-radio {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 0;
}
#plan-new-step-four .aanhef-radios-container {
  border: 0;
  padding: 0;
  margin: 1rem 0;
}
#plan-new-step-four .aanhef-radios-container > legend {
  font-weight: bold;
  border: 0;
  padding: 0;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  line-height: 1.42857143;
  width: auto;
}
#plan-new-step-four .aanhef-radios-container .fieldset-wrapper > div .form-item.radio {
  display: inline-block;
  margin-right: 30px;
}
#plan-new-step-four .aanhef-radios-container .fieldset-wrapper > div .form-item.radio label {
  border: none;
  border-radius: 0;
  background-color: transparent;
  width: auto;
  height: auto;
  line-height: inherit;
  white-space: normal;
  text-align: left;
  font-weight: normal;
  color: #333;
  padding-left: 0;
  position: static;
}
#plan-new-step-four .aanhef-radios-container .fieldset-wrapper > div .form-item.radio label .form-radio {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7-mrt-2017, 12:36:58
    Author     : Rick
*/
.path-frontpage .user-icon-wrap img {
  width: 64px;
  /* Of een andere waarde gebaseerd op de gewenste grootte van je icoon */
  height: auto;
  margin-right: 30px;
  /* Dit behoudt de aspect ratio van het icoon */
  /* Voeg eventuele andere stijlen toe die nodig zijn om het icoon correct te laten verschijnen */
}
.path-frontpage .arrow-wrap img {
  width: 64px;
  /* Of een andere waarde gebaseerd op de gewenste grootte van je icoon */
  height: auto;
  margin-right: 30px;
  /* Dit behoudt de aspect ratio van het icoon */
  /* Voeg eventuele andere stijlen toe die nodig zijn om het icoon correct te laten verschijnen */
}
.path-frontpage .front-page-item-block.met-account {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 90px;
  /* Behoud de min-height zoals deze al was */
  text-align: center;
}
.path-frontpage .front-page-item-block.zonder-account {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 90px;
  /* Behoud de min-height zoals deze al was */
  text-align: center;
}
.path-frontpage .alert {
  margin-top: -190px;
  margin-bottom: 137px;
}
.path-frontpage .page-header {
  display: none;
}
.path-frontpage .region-banner {
  height: 325px;
}
@media screen and (max-width: 767px) {
  .path-frontpage .region-banner {
    height: 175px;
  }
}
.path-frontpage .views-field-nothing {
  margin-top: -120px;
}
.path-frontpage .views-field-nothing .frontpage-title-block {
  background-color: #293133;
  max-height: 120px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .path-frontpage .views-field-nothing .frontpage-title-block {
    max-height: max-content;
  }
}
.path-frontpage .views-field-nothing .frontpage-account-block {
  background-color: #293133;
  padding: 30px 0px;
}
.path-frontpage .views-field-nothing .frontpage-account-block .front-page-item-block {
  -webkit-box-shadow: 0px 4px 1px 0px rgba(221, 221, 221, 0.6);
  -moz-box-shadow: 0px 4px 1px 0px rgba(221, 221, 221, 0.6);
  box-shadow: 0px 4px 1px 0px rgba(221, 221, 221, 0.6);
  border-radius: 1px;
  border: none;
  margin-bottom: 0px;
  background-color: #ece9df;
  padding-right: 60px;
  padding-left: 130px;
  position: relative;
}
.path-frontpage .views-field-nothing .frontpage-account-block .front-page-item-block h4 {
  font-size: 30px;
  color: black;
}
.path-frontpage .views-field-nothing .frontpage-account-block .front-page-item-block .user-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20%;
  background: #ece9df;
  height: 100%;
}
.path-frontpage .views-field-nothing .frontpage-account-block .front-page-item-block .user-icon .user-icon-wrap {
  position: absolute;
  left: 50%;
  top: 43%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 50px;
  margin-top: 5px;
}
.path-frontpage .views-field-nothing .frontpage-account-block .front-page-item-block .form-submit {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  color: transparent;
  background: transparent;
  border: none;
}
.path-frontpage .views-field-nothing .frontpage-account-block .front-page-item-block .arrow {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 10%;
  background: #ece9df;
  height: 100%;
}
.path-frontpage .views-field-nothing .frontpage-account-block .front-page-item-block .arrow .arrow-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.path-frontpage .views-field-nothing .frontpage-account-block .front-page-item-block .nameinfo {
  padding: 15px;
  margin: -9px -15px;
  margin-right: 0px;
  background-color: #ffffff;
}
.path-frontpage .views-field-nothing .frontpage-account-block .front-page-item-block a.edit {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .path-frontpage .views-field-nothing .frontpage-account-block .front-page-item-block {
    min-height: 60px;
  }
  .path-frontpage .views-field-nothing .frontpage-account-block .front-page-item-block p {
    display: none;
  }
}
.path-frontpage .views-field-nothing h2 {
  font-size: 16px;
  color: black;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11-mrt-2017, 15:50:02
    Author     : Rick
*/
.region-footer p {
  font-size: 10px;
  color: #777777;
}
.formButtonfront {
  box-shadow: 0px 4px 1px 0px #3dc21b;
  border: grey 2px ;
  background: transparent;
  background-color: #fff;
  margin: 10px;
  line-height: 1.42857143;
  font-size: 14px;
  width: 30%;
  word-wrap: break-word;
  white-space: normal;
  display: inline-block;
}
.form-composite legend {
  font-size: 1.5em;
  padding-top: 20px;
}
.fieldgroup {
  padding: 1%;
  padding-top: 2%;
  padding-bottom: 4%;
  background-color: white;
}
.fieldset-legend {
  background-color: white;
}
.webform-scale {
  padding-top: 1%;
}
.webform-scale-text-min,
.webform-scale-text-max {
  padding-top: 5%;
}
.webform-submission-form .checkbox input[type="checkbox"] {
  height: 30px;
  width: 30px;
  margin-left: -40px;
  padding-left: 40px;
  margin-top: 0px;
}
.webform-submission-form .checkbox input[type="checkbox"] label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  padding-top: 3px;
  margin-top: 7px;
  width: 100%;
}
#edit-welk-onderwerp-zou-u-de-volgende-keer-graag-behandeld-willen-heb-checkboxes,
#edit-testing-questions,
#edit-welk-onderwerp-zou-u-de-volgende-keer-graag-behandeld-willen-2-checkboxes {
  margin-top: 5%;
}
#edit-welk-onderwerp-zou-u-de-volgende-keer-graag-behandeld-willen-heb-checkboxes label,
#edit-testing-questions label,
#edit-welk-onderwerp-zou-u-de-volgende-keer-graag-behandeld-willen-2-checkboxes label {
  font-size: 1.5em;
}
#edit-welk-onderwerp-zou-u-de-volgende-keer-graag-behandeld-willen-heb legend span,
#edit-testing-questions legend span,
#edit-welk-onderwerp-zou-u-de-volgende-keer-graag-behandeld-willen-2 legend span {
  height: 10px;
  display: block;
}
.block-views-blockfeedback-score-block-1 {
  height: 0px;
}
.block-views-blockfeedback-score-block-1 .view-content {
  position: absolute;
  z-index: 4;
  float: right;
  right: 30px;
  top: 30px;
}
.score.score-roundel {
  background-color: #3e526a;
  border: 1px solid #e3ecf7;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.score .title {
  font-size: 0.5em;
  font-weight: 100;
  color: #e3ecf7;
  text-align: center;
  padding-top: 10px;
  width: 50%;
  margin: 0 auto;
}
.score .score {
  font-size: 3em;
  font-weight: 600;
  color: #e3ecf7;
  text-align: center;
  margin-top: -5px;
  padding: 0px;
}
.score .aantal {
  font-size: 0.5em;
  font-weight: 100;
  color: #e3ecf7;
  text-align: center;
  padding-top: 0px;
  width: 50%;
  margin: 0 auto;
}
.statusoverzichtfilter {
  justify-content: flex-end;
}
.statusoverzichtfilter li {
  background-color: #293133;
}
.filter-container li {
  background-color: #293133;
}
.elearning-search .input-group .input-group-btn .btn-primary {
  left: -45px;
  background: transparent;
  border: none;
  color: #293133;
  z-index: 100;
}
.elearning-search .input-group .input-group-btn .btn-primary:focus {
  outline: none;
}
.courseinfo .progress-bar-success {
  background-color: #34a853;
}
.courseinfo .progress-bar-danger {
  background-color: #ea4335;
}
.courseinfo .progress-bar-disabled {
  background-color: transparent;
}
.filter-container {
  position: absolute;
  /* Maakt de container vast aan een positie */
  right: 0;
  /* Positioneer het aan de rechterkant van de pagina */
  width: 300px;
  /* Pas de breedte aan naar wens */
}
.filter-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 10px;
  margin-top: 10px;
}
.filter-grid [class*="status-"] {
  background-color: #293133;
  /* Zwarte achtergrondkleur */
  color: #fff;
  /* Witte tekstkleur */
  font-size: 15px;
  /* Lettergrootte */
  padding: 10px;
  /* Voldoende padding rond de tekst */
  display: flex;
  /* Flexbox gebruiken om de tekst te centreren */
  align-items: center;
  /* Verticale centrering */
  position: relative;
  /* Zet relatieve positie zodat de numerieke stijlen correct worden toegepast */
}
.filter-grid [class*="status-"] .filter-text {
  margin-left: 30px;
  /* Voeg marge toe om ruimte te creëren vanaf het nummer */
  text-align: center;
  /* Centraliseer de tekst */
  flex-grow: 1;
  /* Laat de tekst de resterende ruimte innemen */
}
.filter-grid [class*="status-"].active {
  border: 3px solid #34a853;
}
.grid-header {
  grid-column: span 2;
}
.page-header {
  margin-top: 30px;
}
