@charset "utf-8";
.knop-nieuw {
  border: 1px solid;
  -moz-border-radius: 1.2rem;
  -webkit-border-radius: 1.2rem;
  -khtml-border-radius: 1.2rem;
  border-radius: 1.2rem;
  border-color: #aaa;
  margin: 10px 5px 0px 2px;
  padding: 5px 10px 5px 10px;
  vertical-align: middle;
  background-position: 10px center;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #0B0B32 !important;
  background-color: #F5F6F7;
  font-size: smaller;
  display: inline-block;
  font-weight: normal;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}
.knop-nieuw:hover {
  background-color: #D8DDE3;
}
.knop-nieuw.disabled,
.knop.disabled,
.disabled i.fa,
button:disabled {
  color: #aaa !important;
  border-color: #ccc;
  background-color: #FAFAFA;
}
.knop-nieuw i {
  color: #1e93da;
}
.knop-nieuw:hover > i {
  color: #0b0b3b;
  animation-name: rotatePartly;
  animation-duration: 1s;
}
button {
  cursor: pointer;
}
button.knop-nieuw {
  padding: 7px !important;
  font-family: inherit;
}
.knop-in-table {
  height: 15px;
  white-space: nowrap;
  cursor: pointer;
  background-color: #F5F6F7;
  color: #0b0b3b !important;
  border: 1px solid;
  -moz-border-radius: 1.2rem;
  -webkit-border-radius: 1.2rem;
  -khtml-border-radius: 1.2rem;
  border-radius: 1.2rem;
  border-color: #aaa;
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none !important;
  font-size: smaller;
}
.knop-in-table:hover {
  text-decoration: none !important;
  background-color: #D8DDE3;
}
.knop-in-table:hover > i {
  color: #0b0b3b;
  animation-name: rotatePartly;
  animation-duration: 1s;
}
.knop-disabled {
  background-color: #D8DDE3;
  pointer-events: none;
}
.extra-attention {
  animation-name: glow;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #1e93da;
  border-radius: 1.5rem;
}
.badge:empty {
  display: none;
}
.knop_ideal {
  background-image: url('../images/buttons/ideal.png');
}
.knop-inline-input {
  height: 25px;
  margin-top: -4px;
}
.knop-groot {
  background-color: #28A9E0;
  color: white!important;
  height: 40px;
  width: 150px;
  font-size: large!important;
  cursor: pointer;
  border-radius: 2rem;
}
.knop-groot > i {
  color: white!important;
}
.knop-groot:hover {
  background: #0074ad;
}
.knop-groot:disabled i {
  color: #aaa;
}
.knop-warning {
  background-color: #fa5e20;
  color: white!important;
}
.button-group {
  display: inline-block;
  margin: 0;
}
.button-group .knop-nieuw {
  margin: 10px -5px 0 0;
  border-radius: 0;
}
.button-box .button-group .knop-nieuw {
  margin: 8px -5px 0 0;
}
.button-group .knop-nieuw:first-child {
  border-top-left-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
  margin-left: 2px;
}
.button-group .knop-nieuw:last-child {
  border-top-right-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
  margin-right: 2px;
}
@media (max-width: 700px) {
  .knop-nieuw {
    margin: 5px 5px 5px 0px;
  }
  .button-group .knop-nieuw {
    margin: 5px -5px 5px 0;
  }
}
.select2-container--default,
.select2-selection--single,
.select2-selection__rendered,
.select2-arrow {
  font-size: small !important;
  text-align: left !important;
  width: 305px !important;
  height: 29px !important;
}
.select2-selection__rendered {
  width: 275px !important;
}
.inputFullWidth .select2-container--default,
.inputFullWidth .select2-selection--single,
.inputFullWidth .select2-selection__rendered,
.inputFullWidth .select2-arrow {
  font-size: small !important;
  text-align: left !important;
  width: 100% !important;
}
.inputFullWidth .select2-selection__rendered {
  width: calc(100% - 30px) !important;
}
#franchiseForm .select2-container--default,
#franchiseForm .select2-selection--single,
#franchiseForm .select2-selection__rendered,
#franchiseForm .select2-arrow,
#franchiseForm .select2-results__option,
#franchiseForm .select2-results__option--highlighted {
  width: 200px !important;
}
.select2-results {
  width: 100% !important;
}
html {
  overflow-y: scroll;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
}
table {
  line-height: 24px;
}
td {
  vertical-align: top;
}
body {
  font-family: Lato, Verdana, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.3em;
  background-color: #fff !important;
  margin: 0;
  padding: 0;
  text-align: left;
  /* padding-bottom: 175px; */
  min-height: 100%;
}
.admintext {
  color: #28A9E0;
  margin-right: 5px;
}
.logo_header,
.registration_logo_header {
  background-repeat: no-repeat;
  background-position: center center;
  height: 140px;
  vertical-align: bottom;
  background-color: #F5F6F7;
  background-image: url(images/header.png);
  border: 0;
  border-bottom: solid 1px #ccc;
}
.registration_logo_header div {
  display: none;
}
.registration_image {
  display: none;
}
.no_logo_header {
  position: relative;
  height: 140px;
  background-color: #354b60;
  display: flex;
  justify-content: center;
  /* centreert horizontaal */
  align-items: center;
}
.no_logo_header div,
.registration_logo_header div {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.twoColFixLtHdr #container {
  max-width: none;
  margin: 0 auto;
  text-align: left;
  background: #fff;
  height: auto !important;
  min-height: 75vh;
}
.twoColFixLtHdr #header {
  background: #DDDDDD;
  padding: 0 10px 0 20px;
}
.twoColFixLtHdr #header h1 {
  margin: 0;
  padding: 10px 0;
}
h1,
h2,
h3 {
  color: #0b0b3b;
}
.settings-link {
  color: #0b0b3b !important;
}
.twoColFixLtHdr #mainContent {
  min-height: 1100px;
}
#mainContent > a {
  color: #151573;
}
.sceditor-container iframe {
  width: 99% !important;
}
.twoColFixLtHdr #sidebar1 {
  float: left;
  width: 230px;
  padding: 0px 0px 0px 0px;
  margin: 0px 10px 10px 0px;
  background: #FFF;
  height: 100%;
}
.leerling_sidebar {
  margin: -20px 10px 10px 0px !important;
}
#zijMenu {
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.1);
  background: #fff;
  /* padding: 1.6rem; */
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 0px;
  background-color: #FFF;
  min-height: 85vh;
  text-align: left;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}
#zijMenu h3 {
  font-size: 1em;
  padding: 3px 0;
  padding-left: 45px;
  color: #444;
  background-color: #d8dde3;
  margin-bottom: 0;
  margin-left: 5px;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  margin-right: 5px;
}
.ZoekLLsection {
  display: flex;
  justify-content: space-evenly;
}
.ZoekLLsection-search {
  margin: 0px;
  height: auto;
}
.search-bar input::placeholder {
  opacity: 1 !important;
}
@keyframes shake {
  10% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  0% {
    transform: translate3d(0px, 0, 0);
  }
}
@keyframes glow {
  from {
    box-shadow: 0 0 2px -1px #28A9E0;
  }
  to {
    box-shadow: 0 0 2px 1px #28A9E0;
  }
}
@keyframes colorChange {
  0% {
    background-color: #28A9E0;
  }
  40% {
    background-color: #EC6CB9;
  }
  100% {
    background-color: #28A9E0;
  }
}
.colorChange {
  animation: colorChange;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes rotatePartly {
  10% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(10deg) scale(1.1);
  }
  90% {
    transform: rotate(0deg) scale(1);
  }
}
.menu {
  text-decoration: none;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 6px;
  margin-bottom: 6px;
  line-height: 1em;
  font-size: 0.9em;
  padding-left: 25px;
}
.menu > a {
  text-decoration: none;
  color: #0b0b3b;
  width: 100%;
  display: inline-block;
}
.menu > a > i {
  color: #28A9E0;
  min-width: 20px;
  font-size: 1.2em;
}
.menu:hover {
  background-color: #F5F6F7;
}
.menu:hover > a > i {
  color: #0b0b3b;
  animation-name: rotatePartly;
  animation-duration: 1s;
}
.submenu {
  margin-left: 25px;
  display: none;
}
.twoColFixLtHdr #mainContent {
  margin: 15px 0 0 240px;
  padding: 0;
}
@media (min-width: 2100px) {
  .twoColFixLtHdr #mainContent {
    padding: 0 15px 0px 15px;
  }
}
@media (min-width: 2400px) {
  .twoColFixLtHdr #mainContent {
    padding: 0 100px 0px 200px;
  }
}
@media (min-width: 2600px) {
  .twoColFixLtHdr #mainContent {
    padding: 0 250px 0px 250px;
  }
}
.fltrt {
  float: right;
  margin-left: 8px;
}
.fltlft {
  float: left;
  margin-right: 8px;
}
.clearfloat {
  clear: both;
  height: auto;
  font-size: 1px;
  line-height: 0px;
}
.table-overflow {
  overflow: auto;
}
.tableFullWidth,
.tableMax50 {
  width: 100%;
  border-spacing: 0;
}
.tableFullWidth tr,
.tableMax50 tr {
  border-bottom: none;
  border-top: none;
}
.tableFullWidth tr td,
.tableMax50 tr td {
  text-align: left;
}
.tableMax50 tr td {
  width: 50%;
}
.tableMax50 tr td h3 {
  margin-top: 0;
  margin-bottom: 0;
  color: white;
}
.tableMax50 tr td h3 i {
  font-size: 20px;
  margin-right: 10px;
}
.tableForm {
  /* max-width: 1600px; */
  border-spacing: 0;
  margin-right: -80px;
  table-layout: fixed;
  max-width: 100%;
}
.tableFormFullWidth {
  border-spacing: 0;
  table-layout: fixed;
}
.tableFormFullWidth tr td {
  width: 1%;
  box-sizing: border-box;
  font-size: medium !important;
}
.tableFormFullWidth tr:not(.reeks_titel) td:first-child {
  min-width: 200px;
  max-width: 300px !important;
  font-weight: bold;
  padding-right: 20px;
}
.tableFormFullWidth th:not(:first-child, .no_auto_width),
.tableFormFullWidth td:not(:first-child, .no_auto_width) {
  width: auto;
  padding-top: 5px;
  padding-bottom: 10px;
}
form .tableFormFullWidth:not(:first-child) tr:first-of-type:not(.reeks_titel) {
  margin-top: 10px;
}
.tableForm tr {
  border-bottom: none;
  border-top: none;
}
.tableForm tr td:first-child {
  min-width: 250px;
  font-weight: bold;
}
.tableNoWidth tr td:first-child {
  min-width: unset;
}
.tableForm tr td {
  /* padding-right: 75px; */
  padding-bottom: 0.4em;
}
.table-white-background tr {
  background-color: white !important;
}
.table-white-background tr:hover {
  background-color: white !important;
}
.tabel_no_spacing {
  border-spacing: 0px;
}
.filter-container table {
  border-spacing: 0;
  table-layout: fixed;
}
.filter-container table tr td {
  width: 1%;
  box-sizing: border-box;
  font-size: medium !important;
}
.filter-container table tr:not(.reeks_titel) td:first-child {
  min-width: 200px;
  max-width: 300px !important;
  font-weight: bold;
  padding-right: 20px;
}
.filter-container table th:not(:first-child),
.filter-container table td:not(:first-child) {
  width: auto;
  padding-top: 5px;
  padding-bottom: 10px;
}
form .filter-container table:not(:first-child) tr:first-of-type:not(.reeks_titel) {
  margin-top: 10px;
}
.filter-container table tr:not(.reeks_titel) td {
  font-size: smaller;
  border-top: 0.1px solid #DDDDDD;
  background-color: #f5f5f5;
  padding: 4px 3px;
}
.filter-container table button {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.reeks_geselecteerd {
  background-color: #85d796;
  font-size: smaller;
  color: #0b0b3b;
}
.reeks_geselecteerd a {
  color: #0b0b3b;
}
.reeks_geselecteerd a:visited {
  color: #0b0b3b;
}
.reeks_geselecteerd .fc-event-icons {
  background-color: #85d796;
}
.reeks_geselecteerd:hover {
  filter: brightness(85%);
}
.reeks_klein {
  font-size: smaller;
}
.reeks a,
.reeks_klein a {
  color: #151573;
  text-decoration: none;
}
.reeks a:hover,
.reeks_klein a:hover {
  text-decoration: underline;
}
.reeks {
  font-size: smaller;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}
.reeks td {
  border-top: 0.1px solid #DDDDDD;
}
.reeks:nth-child(odd) {
  background-color: #f2f4fd;
}
.reeks:nth-child(even) {
  background-color: #f2f4fd;
}
.td-reeks {
  background-color: #f2f4fd;
}
.reeks .fc-event {
  background-color: #f2f4fd;
}
.reeks_transparent {
  opacity: 0.7;
}
.form-box .reeks:hover,
.form-box .reeks_geselecteerd:hover,
.form-box .reeks_vrij:hover,
.form-box .reeks:hover > .icons,
.form-box .reeks_vrij:hover > .icons {
  background-color: inherit;
}
.form-box table {
  max-width: 100% !important;
}
.form-box table tr td,
.filter-container table tr td {
  padding-bottom: 7px;
  padding-top: 7px;
}
.form-box table tr:not(.reeks_titel) td {
  border-top: 0.1px solid #DDDDDD;
}
.reeks:hover,
.reeks_geselecteerd:hover,
.reeks_vrij:hover,
.reeks:hover > .icons,
.reeks_vrij:hover > .icons {
  background-color: #b4caea;
}
.reeks_titel > td {
  font-weight: bold;
  background-color: #354b60;
  color: #ffffff;
  font-size: smaller;
  border: none;
}
.reeks_titel > td:nth-child(1) {
  border-top-left-radius: 5px;
}
.reeks_titel > td:last-child {
  border-top-right-radius: 5px;
}
.reeks_titel a,
.reeks_titel h3 {
  color: #ffffff;
}
.reeks_titel > th {
  font-weight: bold;
  background-color: #354b60;
  color: #ffffff;
  font-size: smaller;
}
.reeks_titel > th:nth-child(1) {
  border-top-left-radius: 5px;
}
.reeks_titel > th:last-child {
  border-top-right-radius: 5px;
}
tr[class*=reeks] td {
  padding: 4px 3px;
}
.tableFullWidth tr td center,
.tableMax50 tr td center {
  display: inline;
}
.tableFullWidth tr td:not(.icons),
.tableMax50 tr td:not(.icons) {
  text-align: left !important;
  padding-left: 5px;
}
.reeks_vrij {
  background-color: #fbfbfc !important;
  font-size: x-small !important;
}
.table-border-v {
  border-left: 1px solid #ffffff !important;
}
.calendar-td:hover {
  filter: brightness(70%);
}
span.icons a {
  color: #0b0b3b;
  margin: 0 1px;
  text-decoration: none;
}
td.icons a {
  color: #0b0b3b;
  margin: 1px 4px;
  text-decoration: none;
  cursor: pointer;
}
td.icons {
  text-align: center;
  vertical-align: middle;
  width: 1%;
  white-space: nowrap;
}
.reeks > td.icons,
.reeks_geselecteerd > td.icons,
.reeks_vrij > td.icons {
  background-color: #F1F1F1;
}
.fc-list-event:hover td {
  background-color: inherit !important;
  transition: filter 0.3s ease;
  filter: brightness(0.8) !important;
}
.tableFirstColBold td:first-child {
  font-weight: bold;
}
.tableTrEmpty td:first-child:after {
  content: '';
}
.reeks_grey td {
  background-color: rgba(241, 241, 241, 0.2);
  color: #a19696;
}
.reeks_blank td {
  background-color: transparent !important;
}
.tableFirstColDark tr:not(.reeks_titel, .reeks_blank):hover td {
  background-color: #b4caea !important;
}
td[class*=dag] {
  padding: 3px;
  text-align: center;
}
.smaller-input {
  width: 250px !important;
}
.dag_bezet {
  background-color: #F69797B5;
}
.dag_leeg {
  background-color: #99D0F594;
}
.dag_vrij {
  background-color: #79D38CA8;
}
.dag_vandaag {
  background-color: #f5f5f5;
  opacity: 0.6;
}
.dag_vandaag_maand {
  font-weight: bold;
  filter: brightness(0.8);
}
.huidige_dag {
  filter: brightness(0.8);
}
tr[class*=kasboek] td {
  padding: 4px;
}
.kasboek_geel {
  background-color: #F5F569;
}
.kasboek_groen {
  background-color: #79D38C;
}
.kasboek_rood {
  background-color: #F69797;
}
.text-green {
  color: #64ad4e;
}
.text-red {
  color: #e00707;
}
.text-neutral {
  color: #a19696;
}
.text-warning {
  color: #efad47;
}
.text-warning1 {
  color: #f0831d;
}
.text-warning2 {
  color: #fa5e20;
}
.text-warning3 {
  color: #e00707;
}
.text-yellow {
  color: #F5F569;
}
td.td-warning {
  background-color: #FEEFB3;
}
.option_dik {
  font-weight: bold;
}
a.default-color {
  color: #0b0b3b;
  text-decoration: none;
}
.no-bold-text {
  font-weight: normal !important;
}
.legenda {
  border-style: solid;
  border-width: thin;
  border-color: #aaa;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  margin-top: 3px;
  padding: 3px;
  font-size: smaller;
}
#help {
  display: none;
}
#help.open {
  display: flex !important;
}
.settings_title {
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.1);
  background-color: #354b60;
  color: white !important;
  padding: 0.5px;
  text-align: center;
  border-radius: 1.5rem;
  margin: 30px 8px 10px 8px;
}
.icon-wrap {
  white-space: normal !important;
}
.two-column-grid {
  display: grid;
  grid-template-columns: repeat(2, 130px);
  grid-column-gap: 1px;
}
.overflow-h {
  overflow-x: scroll;
  overflow-y: hidden;
}
.overflow-v {
  overflow-x: hidden;
  overflow-y: scroll;
}
.curved-top-left {
  border-top-left-radius: 1.2rem;
}
.curved-top-right {
  border-top-right-radius: 1.2rem;
}
.curved-bottom-left {
  border-bottom-left-radius: 1.2rem;
}
.curved-bottom-right {
  border-bottom-right-radius: 1.2rem;
}
.curved-borders {
  border-radius: 1.2rem;
}
input[type='text'],
input[type='time'],
input[type='date'],
input[type='tel'],
input[type='email'],
input[type='url'],
select,
input[type='password'],
input[type="number"],
textarea {
  border-style: solid;
  border-width: thin;
  width: 300px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  height: 25px;
  padding-left: 2px;
  border-color: #aaa;
  color: #444;
  -webkit-appearance: none;
  text-indent: 3px;
}
.inputFullWidth,
.inputFullWidth input,
.inputFullWidth select,
.inputFullWidth textarea {
  width: 98% !important;
  margin-right: 1px;
}
textarea {
  font-size: 14px;
  font-family: Lato, Verdana, Arial, Helvetica, sans-serif;
}
.button-select {
  display: flex;
  gap: 20px;
  /* Ruimte tussen de knoppen */
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.button-select-description {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  min-height: 90px;
}
.button-select-container {
  text-align: center;
}
.button-select-option {
  padding: 30px;
  border: 2px solid #ccc;
  border-radius: 1.2rem;
  background-color: white;
  cursor: pointer;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.button-select-option i {
  font-size: 30px;
}
.button-select-option.selected {
  background-color: #bec7df;
}
.button-select-option:not(.selected):hover {
  background-color: #f1f1f1;
}
.option-text {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}
.ui-timepicker {
  z-index: 1151 !important;
  border-radius: 1.2rem;
}
.ui-corner-all {
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background-color: #28A9E0 !important;
}
.settings_tabs {
  background-color: transparent !important;
  border: none !important;
  display: flex !important;
  flex-wrap: wrap !important;
}
.settings_tabs li {
  flex: 1;
  background-color: #354b60 !important;
  color: white !important;
  align-content: center !important;
}
.settings_tabs a {
  color: white !important;
  width: 80%;
}
.ui-widget-header {
  background: none;
  background-color: #354b60;
  color: white;
}
.important input,
.important select {
  background: #FEEFB3;
}
select {
  background-color: #FFF;
  width: 305px;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  padding-right: 15px !important;
}
select:not(.select2) {
  /* Styles here will apply to only select elements without the select2 class */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFF;
  background-image: url("data:image/svg+xml;utf8,<svg fill='grey' height='28' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-position-x: 100%;
  background-repeat: no-repeat;
  height: 28px;
}
textarea {
  background-color: #FFF;
  height: 300px;
  width: 300px;
}
input:hover,
select:hover,
textarea:hover {
  background-color: #F5F6F7;
}
input:focus,
textarea:focus {
  background-color: #F5F6F7;
}
input:disabled,
select:disabled,
textarea:disabled {
  background-color: #efefef;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: gray;
  font-size: small;
  opacity: 0.3;
  /* Firefox */
}
.wizard-forms ::placeholder {
  opacity: 1;
}
.normal-placeholder::placeholder {
  color: gray !important;
  opacity: 1 !important;
}
.error_val INPUT,
.error_val TEXTAREA,
.error_val SELECT {
  border-width: 2px;
  border-style: solid;
  border-color: #ED1C24;
  background: #FFE6E7;
}
.iferror_val {
  margin: 0;
  display: none;
}
.error_val .iferror_val {
  display: block;
  color: #ED1C24;
}
.info,
.success,
.warning,
.error,
.text-box,
.afspraak {
  border: 1px solid;
  margin: 10px 0.5rem 10px 0.5rem;
  padding: 10px 10px 10px 50px;
  background-position: 10px center;
  background-repeat: no-repeat;
  border-color: #aaa;
  border-radius: 1.2rem;
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.1);
  /* -webkit-border-radius: 5px;
  -khtml-border-radius: 5px; */
  background-size: 24px 24px;
}
.shadow-box .info,
.shadow-box .success,
.shadow-box .warning,
.shadow-box .error,
.shadow-box .text-box,
.shadow-box .afspraak {
  margin: unset;
}
.success {
  color: #4F8A10;
  background-color: #e5f3ce;
  display: flex;
  /* Gebruik flexbox voor de container */
  align-items: center;
  /* Verticaal centreren van de inhoud */
  border-radius: 1.2rem;
  padding: 10px;
  /* Voeg wat padding toe voor ruimte om het pictogram */
}
.success::before {
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 30px;
  color: #7ab43b;
  margin-left: 10px;
  margin-right: 30px;
  /* Ruimte aan de rechterkant van het pictogram */
}
.success div {
  flex: 1;
  /* Laat de tekst de rest van de beschikbare ruimte vullen */
}
.warning {
  color: #9F6000;
  background-color: #ffd374;
  display: flex;
  /* Gebruik flexbox voor de container */
  align-items: center;
  /* Verticaal centreren van de inhoud */
  border-radius: 1.2rem;
  padding: 10px;
  /* Voeg wat padding toe voor ruimte om het pictogram */
}
.warning::before {
  content: "\f06a";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 30px;
  color: #ec7303;
  margin-left: 10px;
  margin-right: 30px;
  /* Ruimte aan de rechterkant van het pictogram */
}
.warning div {
  flex: 1;
  /* Laat de tekst de rest van de beschikbare ruimte vullen */
}
.error {
  color: #D8000C;
  background-color: #fccece;
  display: flex;
  /* Gebruik flexbox voor de container */
  align-items: center;
  /* Verticaal centreren van de inhoud */
  border-radius: 1.2rem;
  padding: 10px;
  /* Voeg wat padding toe voor ruimte om het pictogram */
}
.error::before {
  content: "\f071";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 30px;
  color: #D8000C;
  margin-left: 10px;
  margin-right: 30px;
  /* Ruimte aan de rechterkant van het pictogram */
}
.error div {
  flex: 1;
  /* Laat de tekst de rest van de beschikbare ruimte vullen */
}
.info {
  color: #00529B;
  background-color: #d8effa;
  display: flex;
  /* Gebruik flexbox voor de container */
  align-items: center;
  /* Verticaal centreren van de inhoud */
  border-radius: 1.2rem;
  padding: 10px;
  /* Voeg wat padding toe voor ruimte om het pictogram */
}
.info::before {
  content: "\f05a";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 30px;
  color: #00529B;
  margin-left: 10px;
  margin-right: 30px;
  /* Ruimte aan de rechterkant van het pictogram */
}
.info div {
  flex: 1;
  /* Laat de tekst de rest van de beschikbare ruimte vullen */
}
.text-box {
  color: #4b4b4b;
  background-color: #e9eaea;
  display: flex;
  align-items: center;
  border-radius: 1.2rem;
  padding: 10px;
  white-space: normal;
  word-wrap: break-word;
}
.text-box::before {
  color: #4b4b4b;
  content: "\f0a1";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 30px;
  margin-left: 10px;
  margin-right: 30px;
  flex-shrink: 0;
  /* Zorg ervoor dat het ::before element niet krimpt */
}
.success > *,
.warning > *,
.error > *,
.info > *,
.text-box > * {
  display: inline;
}
.remodal .success > *,
.remodal .warning > *,
.remodal .error > *,
.remodal .info > *,
.remodal .text-box > * {
  display: contents;
}
.afspraak {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('../images/mess_info.png');
}
.highlight {
  font-weight: bold;
  color: #F00;
}
.badge {
  float: right;
  margin-right: 10px;
}
a:hover .badge {
  filter: brightness(1.2);
}
table .badge {
  float: none;
  margin-right: 0;
}
.knop-nieuw .badge {
  float: none;
  margin-right: 0;
}
.icon-button {
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  width: 140px;
  height: 140px;
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.1);
}
.icon-button i {
  color: #0b0b3b !important;
  font-size: 100px;
  width: 100px !important;
  height: 100px;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.badge {
  background-color: #28A9E0;
}
.badge-yesno {
  width: 22px;
}
.badge-category {
  min-width: 50px;
}
.badge-warning {
  background-color: #efad47 !important;
}
.badge-warning1 {
  background-color: #f0831d !important;
}
.badge-warning2 {
  background-color: #fa5e20 !important;
}
.badge-warning3 {
  background-color: #e00707 !important;
  color: white !important;
}
.badge-neutral {
  background-color: #a19696 !important;
}
.badge-success {
  background-color: #64ad4e !important;
}
.hiddenColor {
  display: none;
}
.legend-warning {
  color: #efad47 !important;
}
.legend-warning1 {
  color: #f0831d !important;
}
.legend-warning2 {
  color: #fa5e20 !important;
}
.legend-warning3 {
  color: #e00707 !important;
}
.legend-neutral {
  color: #a19696 !important;
}
.legend-success {
  color: #64ad4e !important;
}
.legend-kasboek-geel {
  color: #F5F569 !important;
}
.legend-info {
  color: #00529B !important;
}
.image_button {
  filter: brightness(100%);
}
.image_button:hover {
  filter: brightness(70%);
}
.ui-tabs-nav li {
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
}
.ui-tabs-panel {
  padding: 1em 0.2em !important;
}
.ui-tabs-active {
  margin-bottom: 0 !important;
}
.ui-state-default {
  background: white !important;
}
.ui-state-active {
  background: #28A9E0 !important;
  border: #28A9E0 !important;
}
.ui-state-active a {
  color: white !important;
}
div.pagination {
  font-size: 12px;
  padding: 3px;
  margin: 3px;
}
div.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #aaa;
  text-decoration: none;
  color: #0b0b3b;
  background-color: #F5F6F7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}
div.pagination a:hover,
div.pagination a:active {
  border: 1px solid #aaa;
  background-color: #ddd;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}
div.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #aaa;
  font-weight: bold;
  background-color: #0b0b3b;
  color: white;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}
div.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #DDD;
  color: #DDD;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}
.w3-progress-container {
  width: 100%;
  height: 1.5em;
  position: relative;
  background-color: #f1f1f1;
}
.w3-progressbar {
  background-color: #0b0b3b;
  height: 100%;
  position: absolute;
  line-height: inherit;
  text-align: center;
  color: #FFFFFF;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 75%, transparent 75%, transparent), linear-gradient(135deg, #000000 25%, transparent 25%, transparent 50%, #000000 50%, #000000 75%, transparent 75%, transparent);
  background-size: 20px 20px;
  background-position: 0 0;
  background-blend-mode: overlay;
}
.animated-progressbar {
  width: 0%;
  transition: width 1.5s ease;
}
.w3-round-xlarge {
  border-radius: 16px !important;
}
.progress-milestone {
  position: absolute;
  height: 140%;
  z-index: 999;
  width: 4px;
  background-color: #4F8A10;
  top: 0;
  top: -20%;
  border-radius: 1.2rem;
}
.button-select-option .subtitle {
  margin: -30px -30px 15px -30px !important;
}
.overige_menu img {
  height: 25px;
}
.overige_menu i {
  font-size: 25px;
  color: #0b0b3b;
}
.overige_menu td:first-child {
  text-align: right;
  width: 50px;
  padding: 5px 10px;
}
.overige_menu a {
  color: black;
  text-decoration: none;
}
.overige_menu {
  width: 100%;
  border-collapse: collapse;
}
.overige_menu td {
  vertical-align: middle;
}
.overige_menu td:nth-of-type(2n):hover {
  background-color: #eee;
}
.overige_menu tr:nth-of-type(4n) td {
  border-bottom: solid 25px white;
}
.kleurcode {
  width: 80px;
  height: 25px;
  text-align: center;
  border: 1px solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-color: #aaa;
  margin: 5px 0px 0px 0px;
  vertical-align: middle;
  font-size: 0.7em;
  color: white;
}
#kleurDiv button {
  font-weight: normal !important;
}
#kleurcode_show {
  min-width: 110px;
  font-weight: normal !important;
}
#kleurcode_show i {
  float: left;
  margin-right: 5px;
  margin-left: 5px;
}
.fa-pink {
  color: #e00075;
}
.blue-link {
  color: #e000da;
  text-decoration: none;
}
#helpicon {
  display: inline-block;
  float: right;
  margin: 5px;
  font-size: 1.7em;
  color: #0b0b3b;
  cursor: pointer;
}
.helpiconnieuw {
  margin: -23px 0 0 0 !important;
}
.taalVlagIcon {
  color: #0b0b3b;
  float: left;
  margin-top: -25px;
  margin-left: 5px;
  font-size: 1.7em;
  cursor: pointer;
  text-decoration: none;
}
.taalVlagIconLogin {
  color: #0b0b3b;
  float: right;
  margin-top: 8px;
  margin-right: 10px;
  height: 23px;
  cursor: pointer;
  text-decoration: none;
  width: 40px;
}
.taalVlagIcon:hover {
  color: #28A9E0;
}
.taalVlagIconHidden {
  display: none;
}
#exporteren_menu i {
  font-size: 25px;
  color: #0b0b3b;
}
.ui-dialog {
  position: fixed;
}
.lightColor {
  color: #595959 !important;
}
.redColor {
  color: #ff5b5b !important;
}
.lightColor:hover {
  color: #000000 !important;
}
.tableFullWidth,
.tableMax50 {
  width: 100%;
}
.default-hidden {
  display: none;
}
.dash {
  text-align: center;
  margin-top: 10px;
  color: #0b0b3b;
}
.dash a {
  color: #0b0b3b;
}
.dash i {
  font-size: 35px;
  color: #28A9E0;
}
.extra-info-tooltip {
  position: absolute;
  background-color: #000;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}
.small-icon-button {
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  width: 60px;
  height: 60px;
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.1);
}
.small-icon-button i {
  color: #0b0b3b !important;
  font-size: 30px;
  width: 30px !important;
  height: 30px;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.flex-column-5 .flex-item {
  width: 20%;
}
.footer_div {
  background-color: #354b60;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8em;
  padding-top: 10px;
  position: absolute;
  margin-top: 20px;
  height: auto;
  height: 180px;
  bottom: 0;
}
.admin_footer {
  height: 260px;
}
.footer_div .content {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.footer_div a {
  color: white;
  text-decoration: none;
}
.footerText {
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}
.footerLogos {
  text-align: center;
}
.noFilter {
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
}
.footerLogos img:not(.color_img) {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  margin-left: 10px;
  margin-right: 10px;
}
.footerLogos img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.curly-footer-text {
  display: inline-block;
  color: #fff;
  font-family: 'Dancing Script', cursive;
  transform: rotate(-10deg) translateY(3px) !important;
  transform-origin: left bottom;
  font-size: 36px;
  position: relative;
}
.curly-footer-text::after {
  content: '';
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  display: block;
  transform: scaleX(1.5) scaleY(0.8) rotate(-3deg);
  /* Center horizontally and apply transform */
  transform-origin: center;
  position: absolute;
}
.print-only {
  display: none;
}
#top {
  grid-area: top;
}
#bottom {
  grid-area: bottom;
  align-self: start;
  background-color: aqua;
}
.toggle:checked:hover {
  background-color: #64ad4e;
}
.toggle:checked {
  background-color: #64ad4e;
}
.toggle:checked:before {
  left: 44px;
}
.knop-logoutConfirm {
  border: 2px solid #77B3D8;
  -moz-box-shadow: 0 0 7px #C8E0EF;
  -webkit-box-shadow: 0 0 7px #C8E0EF;
  -o-box-shadow: 0 0 7px #C8E0EF;
  -ms-box-shadow: 0 0 7px #C8E0EF;
  box-shadow: 0 0 7px #C8E0EF;
}
.search-widget {
  border: 1px solid #858585;
  border-width: thin;
  border-radius: 5px;
  position: relative;
  display: inline-block;
}
.search-widget input {
  box-sizing: border-box;
  background-color: transparent;
  border: 0;
  width: 200px !important;
}
.search-widget button {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.button-grid {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
}
.shadow-box {
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  background: #fff;
  margin: 0 0.5rem 1rem 0.5rem;
  padding: 1.6rem 1.2rem 1.6rem 1.2rem;
}
.shadow-box-toggled {
  background: #F5F6F7;
}
.box-lightgray {
  background: #f5f6f7;
}
.cta-box {
  background-color: #354b60;
  color: white;
  padding: 5px;
  border-radius: 1.2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  align-self: flex-end;
}
.cta-box h1,
.cta-box h2,
.cta-box h3,
.cta-box h4,
.cta-box h5,
.cta-box h6 {
  color: white;
}
.cta-box .knop-nieuw {
  margin: 5px;
}
.cta-box .shadow-box,
.cta-box .shadow-box h1,
.cta-box .shadow-box h2,
.cta-box .shadow-box h3,
.cta-box .shadow-box h4,
.cta-box .shadow-box h5,
.cta-box .shadow-box h6,
.cta-box .shadow-box p,
.cta-box .shadow-box span {
  color: black;
}
.button-box {
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  background: #fff;
  margin: 0 0.5rem 0 0.5rem;
  padding: 0.8rem 1.6rem 1.2rem 1.6rem;
}
.button-box a {
  margin: 8px 2px 0px 2px;
}
.button-box .button-group {
  margin: 0;
}
.form-box,
.filter-container {
  background-color: #f2f4fd;
  padding: 8px;
  border-radius: 1.2rem;
}
.filter-container {
  background-color: #f5f5f5;
}
.betaalverzoek-image::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url('../images/euro_payment_logo.png');
  background-size: cover;
  margin-right: 1px;
}
.flex-display {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.shadow-box .flex-display {
  gap: 0 20px;
}
.flex-item {
  flex-grow: 1;
}
.flex-item .tableForm {
  margin-right: 5px;
  overflow: hidden;
}
.flex-display .flex-item .shadow-box:only-child {
  height: calc(100% - 75px);
  padding-bottom: 30px !important;
}
.flex-w50 {
  min-width: 50% !important;
}
.flex-2 .flex-item {
  flex: 1 1 50%;
}
.flex-column-2 .flex-item {
  width: 50%;
}
.flex-column-3 .flex-item {
  width: 33%;
}
.shadow-box .flex-w50 {
  min-width: calc(50% - 10px) !important;
}
.form-box .shadow-box {
  padding: 1rem;
}
.custom-header {
  padding: 10px 0;
  color: white;
  background-color: #354b60;
  text-align: center;
  font-weight: 700;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
}
.ms-selectable,
.ms-selection {
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
}
@media (min-width: 701px) {
  .flex-row-pc {
    flex-wrap: nowrap;
  }
}
.flex-1 {
  flex: 1;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.image-holder {
  max-width: 220px;
  width: 20%;
}
.timeline-box {
  width: 80%;
}
.timeline-title {
  display: inline-block;
}
#timeline_div {
  display: block;
  background-color: #f2f4fd;
}
.mobile-toggle {
  display: none;
}
.pc-toggle {
  display: block;
}
.pc-max-70 {
  max-width: 70%;
}
.pc-margin-right-60 {
  margin-right: 60px;
}
.image-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 115px;
  position: relative;
}
.image-center img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
.reeks:nth-child(odd) > .icons,
.calendar-week {
  background-color: #e2e8f9;
}
.reeks:nth-child(even) > .icons,
.calendar-week {
  background-color: #e2e8f9;
}
.calendar-week {
  width: 1%;
}
.reeks:hover > .icons {
  background-color: #b4caea;
}
.table-no-hover .reeks:hover {
  background-color: #f2f4fd !important;
}
.file-upload {
  display: none;
}
.knop-nieuw i {
  margin-right: 3px;
}
.uploaded-file-text {
  vertical-align: sub;
}
.language_list {
  text-align: left;
  margin-left: 30%;
}
.table-form-toggle {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 17px;
}
.table-form-toggle h3 {
  font-size: 17px !important;
}
.sortable-container {
  min-height: 100%;
  min-width: 250px;
}
input:focus {
  outline: none;
  box-shadow: 0 0 2px 1px #a19696;
}
.ntc-card {
  text-align: center;
  height: 450px;
  position: relative;
}
.multi-label {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}
.multi-label:hover,
.beschikbaarheid-label:hover {
  filter: brightness(85%);
}
.form-field label {
  font-weight: bold;
  min-width: 110px;
  /* Adjust as necessary to ensure labels are readable */
}
.form-field input,
.form-field select {
  padding: 5px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  flex: 1;
  /* Ensures inputs and selects grow to fill the space */
}
.form-field input {
  height: 18px;
}
.form-field select {
  height: 30px;
}
.hideMobile-inline-block {
  display: inline-block;
}
.js-btn-next:disabled i {
  color: #aaa !important;
}
.table-form-toggle td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.table-form-toggle td a {
  text-decoration: none;
}
.table-form-toggle td h3 {
  margin: 0 !important;
  margin-left: -5px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 10px;
  padding-right: 10px;
  background: #354b60;
  color: white !important;
  width: auto !important;
  text-align: center !important;
  border-radius: 1.2rem;
  cursor: pointer;
  margin-right: 0px !important;
  overflow: visible;
}
.table-form-toggle td h3:hover {
  background: #476481;
}
.table-form-toggle td i:first-of-type {
  float: left;
  font-size: 17px;
}
.tr-no-border td {
  border-top: unset !important;
}
.ntc-card {
  text-align: center;
  height: 450px;
  position: relative;
}
.multi-label {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}
.multi-label:hover,
.beschikbaarheid-label:hover {
  filter: brightness(85%);
}
.max-x-100 {
  max-width: 100%;
}
@media print {
  .print-only {
    display: block;
  }
  #sidebar1 {
    display: none;
  }
  .logo_header {
    display: none;
  }
  .footer_div {
    display: none;
  }
  .twoColFixLtHdr #mainContent {
    width: 100%;
    margin-left: 0px;
  }
  #helpicon {
    display: none;
  }
  #help,
  #help.open {
    display: none !important;
  }
  .no-print,
  .no-print * {
    display: none;
  }
  #vlagicon {
    display: none;
  }
  #container {
    border-radius: 0 !important;
    border: 0 !important;
  }
  body {
    background-color: white !important;
    background-image: none;
  }
}
@media (max-width: 1510px) {
  .flex-mobile-last-1510 {
    order: 2;
  }
}
@media (max-width: 700px) {
  .tableFormFullWidth,
  .tableFormFullWidth tr,
  .tableFormFullWidth tr td {
    width: 100% !important;
    font-size: small !important;
  }
  .tableFormFullWidth tr:not(.reeks_titel) td:first-child {
    max-width: 100% !important;
  }
  .filter-container table,
  .filter-container table tr,
  .filter-container table tr td {
    width: 100% !important;
    font-size: small !important;
  }
  .filter-container table tr:not(.reeks_titel) td:first-child {
    max-width: 100% !important;
  }
  .form-box table tr td:first-child,
  .filter-container table tr td:first-child {
    padding-bottom: 0;
  }
  table .empty-cell {
    display: none !important;
  }
  .flex-table {
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #mainContent form:not(.table-form, .no-block) td,
  .remodal form:not(.table-form, .no-block) td {
    display: block;
  }
  .td-inline tr td {
    display: inline;
  }
  .table-form-toggle td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .table-form-toggle td h3,
  .table-form-toggle td h2 {
    text-align: center !important;
  }
  table:not(.no-mobile-center).tableForm td {
    word-break: break-word;
    text-align: left;
  }
  table.tableForm tr td:first-child {
    margin-bottom: -4px;
    word-break: break-word;
    text-align: left;
    font-weight: bold;
  }
  .remodal table:not(.table-form, .no-block) {
    width: 100%;
  }
  table.tableForm tr td {
    text-align: left;
  }
  table:not(.no-mobile-center).tableForm tr td:last-child {
    margin-bottom: -5px;
  }
  table.normal-table td {
    display: table-cell !important;
  }
  table.block-table td {
    display: block !important;
  }
  .form-box .flex-item {
    max-width: 100% !important;
  }
  .form-box table:not(.tableFullWidth, .no-block) tr td:not(:first-child),
  .filter-container table:not(.tableFullWidth) tr td:not(:first-child) {
    border-top: unset !important;
  }
  input[type='time'],
  input[type='date'] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    width: 70%;
  }
  input[type="color"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="text"]:not(.side_search),
  select,
  textarea {
    width: 99%;
    font-size: 14px !important;
    padding: 0;
  }
  /* Specifieke styling voor elementen binnen form-field container */
  .form-field input[type="color"],
  .form-field input[type="email"],
  .form-field input[type="month"],
  .form-field input[type="number"],
  .form-field input[type="password"],
  .form-field input[type="search"],
  .form-field input[type="tel"],
  .form-field input[type="time"],
  .form-field input[type="url"],
  .form-field input[type="week"],
  .form-field input[type="date"],
  .form-field input[type="datetime"],
  .form-field input[type="datetime-local"],
  .form-field input[type="text"]:not(.side_search),
  .form-field select,
  .form-field textarea {
    padding: 5px 0;
    width: 100%;
  }
  .select2-container--default {
    width: 99% !important;
    font-size: 14px !important;
    padding: 0 !important;
  }
  .select2-selection--single,
  .select2-selection__rendered,
  .select2-results {
    width: 100% !important;
  }
  .select2-selection__rendered {
    width: 90% !important;
  }
  .button-select-option {
    padding: 25px;
  }
  .info,
  .success,
  .warning,
  .error {
    height: auto;
  }
  .info .text-expanding,
  .success .text-expanding,
  .warning .text-expanding,
  .error .text-expanding {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: small;
  }
  .info.open,
  .success.open,
  .warning.open,
  .error.open {
    height: auto;
  }
  .info.open .text-expanding,
  .success.open .text-expanding,
  .warning.open .text-expanding,
  .error.open .text-expanding {
    white-space: normal;
  }
  .pagination {
    line-height: 30px;
  }
  .tableForm {
    width: 90vw;
    table-layout: fixed;
    overflow: hidden;
    padding-right: 0px;
  }
  .ms-container {
    width: 90% !important;
    overflow: scroll !important;
  }
  .multi-label {
    height: 75px;
  }
  .image-holder {
    width: 100%;
  }
  .image-center {
    height: 100px;
  }
  .mobile-no-flex {
    flex-direction: column;
  }
  .pc-max-70 {
    max-width: unset;
  }
  .pc-margin-right-60 {
    margin-right: 0px;
  }
  .timeline-title {
    display: none;
  }
  .mobile-toggle {
    display: block;
  }
  .pc-toggle {
    display: none;
  }
  #timeline_div {
    display: none;
  }
  .flex-mobile-last {
    order: 2;
  }
  .ntc-card {
    height: 430px;
  }
  .mobileFullWidth {
    max-width: none !important;
    min-width: 98% !important;
  }
  .form-field {
    display: block;
    width: 100%;
  }
  .flex-2 .flex-item {
    flex: 1 1 100%;
  }
  .flex-column-2 .flex-item {
    width: 100%;
  }
  .no-flex-gap .flex-item .shadow-box:only-child {
    height: auto;
    padding-bottom: 1rem !important;
    margin: 0 0.5rem 0.5rem 0.5rem !important;
  }
  .small-icon-button {
    padding: 10px;
    width: 40px;
    height: 40px;
  }
  .small-icon-button i {
    font-size: 20px;
    width: 20px !important;
    height: 20px;
  }
  .button-select-option .subtitle {
    margin: -30px -25px 15px -25px !important;
  }
}
@media (max-width: 1199px) {
  html,
  body {
    width: 100%;
    min-height: 100%;
    font-size: 14px;
    line-height: 1.3em;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  body {
    padding-bottom: 100px;
  }
  .table-responsive {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .logo_header {
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    z-index: 999;
  }
  .nav-up {
    top: -50px;
  }
  .nav-down {
    top: 0px;
  }
  #helpicon {
    margin-top: 50px;
  }
  .helpiconnieuw {
    margin-top: -20px !important;
  }
  .taalVlagIcon {
    margin-top: -20px;
    height: 20px;
    float: left;
  }
  .taalVlagIconLogin {
    margin-top: 52px;
    height: 20px;
    float: right;
  }
  #hamburgerBtnDiv {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 1;
    z-index: 150;
    width: 100%;
    height: 46px;
    text-align: center;
  }
  .hamburgerBtnMenuNieuw {
    color: #FFFFFF;
  }
  #hamburgerBtnDivNieuw {
    padding: 1;
    z-index: 150;
    width: 100%;
  }
  .admintext {
    display: none;
  }
  #hamburgerBtnMenu:hover {
    cursor: pointer;
  }
  #hamburgerBtnDiv {
    width: 100%;
    display: table;
    overflow: hidden;
  }
  #hamburgerLeft {
    display: table-cell;
    float: left;
    width: 80px;
    height: 100%;
    margin-left: 4px;
    padding-top: 4px;
    color: #0b0b3b;
  }
  #hamburgerMiddle {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 1em;
    color: #0b0b3b;
    font-weight: bold;
    vertical-align: middle;
    max-height: 46px;
  }
  #hamburgerRight {
    float: right;
    width: 80px;
    height: 100%;
    margin-right: 4px;
    padding-top: 4px;
  }
  #hamburgerRight a i {
    color: #0b0b3b !important;
  }
  #hamburgerLeft a i {
    color: #0b0b3b !important;
  }
  .logo_header {
    background-image: url("../../images/header_mobile.png");
    background-size: cover;
    background-position: top center;
    width: 100%;
    padding-top: 1px;
    margin-bottom: 20px;
    height: 46px;
  }
  .registration_image {
    display: inline-block;
  }
  .no_logo_header,
  .registration_logo_header {
    width: 100%;
    padding-top: 1px;
    margin-bottom: 20px;
    height: 46px;
    background-color: #354b60 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: unset !important;
    position: relative !important;
  }
  .no_logo_header div,
  .registration_logo_header div {
    font-size: 16px;
    display: block;
  }
  body > br,
  .logo_header br {
    display: none;
  }
  .footer_div {
    font-size: 0.7em;
    color: rgba(255, 255, 255, 0.8);
    height: auto;
    position: absolute;
  }
  .footer_div .content {
    width: 100%;
  }
  .curly-footer-text {
    font-size: 28px;
  }
  .twoColFixLtHdr #mainContent {
    margin: 0;
    min-height: 90vh;
    /*	margin-top:60px; */
  }
  .twoColFixLtHdr #sidebar1 {
    z-index: 999;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: transparent;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    left: -17em;
    width: 16em;
    -webkit-transition: left 300ms ease;
    -moz-transition: left 300ms ease;
    -ms-transition: left 300ms ease;
    -o-transition: left 300ms ease;
    transition: left 300ms ease;
    padding: 0;
    margin: 0;
  }
  .leerling_sidebar {
    margin: 0 !important;
  }
  #sidebar1.open {
    left: 0;
    padding-right: 100%;
  }
  h1 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.3em;
  }
  h3 {
    font-size: 1.15em;
  }
  .settings-icon {
    font-size: 1.5em;
  }
  .mijn-rijschool-settings {
    max-width: 100%;
    min-width: 90%;
  }
  .flex-1 {
    flex: unset;
    flex-grow: 1;
  }
  .agenda-select {
    margin-left: auto;
    margin-right: auto;
  }
  #info-tooltip-heading {
    padding: 10px !important;
  }
  #info-tooltip-heading b {
    font-size: 17px;
    margin-bottom: 2px !important;
  }
  #custom-tooltip,
  #custom-info-tooltip,
  #custom-edit-tooltip,
  #tooltip-popup {
    font-size: medium !important;
  }
  .flex-column-3 .flex-item {
    width: 50%;
  }
  .flex-column-5 .flex-item {
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .hideMobile,
  .hideMobile-inline-block {
    display: none;
  }
}
@media (min-width: 1200px) {
  #hamburgerBtnDiv {
    display: none;
  }
  #hamburgerBtnDivNieuw {
    display: none;
  }
  .pc-nowrap {
    flex-wrap: nowrap;
  }
  .hidePC {
    display: none;
  }
  .btnExpand {
    display: none;
  }
  .mijn-rijschool-settings {
    flex: 1 1 48%;
    /* Zorgt ervoor dat items 48% van de breedte innemen, zodat er 2 items naast elkaar passen */
    box-sizing: border-box;
  }
  .select2-results__option {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
.custom-select {
  position: relative;
  display: inline-block;
}
#select-input {
  width: 200px;
  padding: 5px;
}
.select-options {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  display: none;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 999;
  padding: 15px;
  border-radius: 1.2rem;
  width: 100%;
}
.select-options li {
  padding: 5px;
  cursor: pointer;
}
.select-options .tableFullWidth tr td:first-child,
.select-options .tableMax50 tr td:first-child {
  min-width: 0px !important;
}
.select-options .tableFullWidth tr td {
  word-break: normal !important;
}
.select-options li:hover {
  background-color: #f0f0f0;
}
#custom-tooltip {
  position: absolute;
  background-color: #f8f8f8;
  padding: 20px;
  z-index: 1000;
  border-radius: 1.2rem;
  top: 35vh;
  left: 10%;
  height: fit-content;
  display: none;
  width: fit-content;
  max-width: 1200px;
  width: 80%;
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: smaller;
  box-shadow: 0 0 0 100000px rgba(0, 0, 0, 0.2);
}
.tooltip-title,
.info-tooltip-buttons {
  background-color: #354b60;
  top: 0;
  padding: 16px 0;
  top: -20px !important;
  z-index: inherit;
}
.tooltip-title h3,
.tooltip-title h2,
.info-tooltip-buttons a {
  color: white !important;
}
#add-tooltip-buttons a,
#info-tooltip-buttons a {
  border: 0.25px solid white;
  border-radius: 0.6rem;
  margin: 3px 3px;
  display: inline-block;
  width: 22px;
}
.remodal {
  border-radius: 1.2rem;
  padding-top: 60px !important;
  background: #f5f7fd !important;
  min-width: 300px !important;
  width: fit-content !important;
  max-width: 900px !important;
  box-sizing: content-box !important;
}
.remodal-close {
  position: relative !important;
  color: white !important;
  float: right;
  top: -50px !important;
  margin-right: -25px !important;
}
.remodal h3 {
  background: #354b60;
  color: white;
  width: 100%;
  top: 0;
  position: absolute;
  margin-top: 0px;
  text-align: center;
  margin-left: 0px;
  left: 0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 16px 0;
  z-index: -1;
  font-size: larger;
}
.remodal table:not(.tableForm) {
  white-space: nowrap;
}
.custom-datepicker-header {
  margin: -15px;
  border-top-right-radius: 1.2rem;
  border-top-left-radius: 1.2rem;
}
.custom-datepicker-previous {
  float: left;
  margin-left: 15px;
  cursor: pointer;
}
.custom-datepicker-next {
  float: right;
  margin-right: 15px;
  cursor: pointer;
}
.datepicker-buttons-hover:hover i {
  color: white;
  animation-name: rotatePartly;
  animation-duration: 1s;
}
@keyframes rotatePartly {
  10% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(10deg) scale(1.1);
  }
  90% {
    transform: rotate(0deg) scale(1);
  }
}
@media (max-width: 700px) {
  .select-options {
    width: 70vw;
  }
  #custom-tooltip {
    left: 5% !important;
    right: 5% !important;
    max-height: 60vh !important;
  }
  #custom-tooltip .shadow-box {
    max-width: 100% !important;
  }
  .table-form-toggle td:nth-child(2) {
    display: none;
  }
  .remodal h3 {
    font-size: 14px;
  }
  .flex-column-3 .flex-item {
    width: 100%;
  }
  .flex-column-5 .flex-item {
    width: 50%;
  }
}
/* Full Calendar */
.custom-select {
  position: relative;
  display: inline-block;
}
#select-input {
  width: 200px;
  padding: 5px;
}
.select-options {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  display: none;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 500;
  padding: 15px;
  border-radius: 1.2rem;
  width: 100%;
}
.select-options li {
  padding: 5px;
  cursor: pointer;
}
.select-options .tableFullWidth tr td:first-child {
  min-width: 0px !important;
}
.select-options li:hover {
  background-color: #f0f0f0;
}
/* custom tooltip */
.tooltip-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
#custom-tooltip,
#custom-info-tooltip,
#custom-edit-tooltip,
#tooltip-popup {
  position: absolute;
  background-color: #f8f8f8;
  padding: 20px;
  z-index: 1000;
  border-radius: 1.2rem;
  top: 35vh;
  left: 10%;
  height: fit-content;
  display: none;
  width: fit-content;
  max-width: 1100px;
  width: 80%;
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: smaller;
  box-shadow: 0 0 0 100000px rgba(0, 0, 0, 0.5);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
#custom-tooltip .tableForm tr td:first-child,
#custom-info-tooltip .tableForm tr td:first-child,
#custom-edit-tooltip .tableForm tr td:first-child,
#tooltip-popup .tableForm tr td:first-child {
  min-width: 170px !important;
}
#custom-tooltip .tableForm tr td:last-child,
#custom-info-tooltip .tableForm tr td:last-child,
#custom-edit-tooltip .tableForm tr td:last-child,
#tooltip-popup .tableForm tr td:last-child {
  max-width: 330px !important;
  margin-bottom: 1px;
}
.tooltip-mobile-box {
  display: none;
}
.tooltip-pc-box {
  display: block;
}
.tooltip-title,
.info-tooltip-buttons {
  background-color: #354b60;
  top: 0;
  padding: 16px 0;
  top: -20px !important;
  z-index: inherit;
}
.tooltip-title h3,
.tooltip-title h2,
.info-tooltip-buttons a {
  color: white !important;
}
.info-tooltip-buttons {
  font-size: large;
  text-align: center;
  padding: 4px 0 !important;
}
.info-tooltip-buttons a {
  font-size: 20px;
  padding: 6px;
}
#custom-tooltip #kleurDiv,
#custom-info-tooltip #kleurDiv,
#custom-edit-tooltip #kleurDiv {
  max-width: 480px;
  text-align: left !important;
}
#custom-tooltip #kleurDiv button,
#custom-info-tooltip #kleurDiv button,
#custom-edit-tooltip #kleurDiv button {
  text-align: left !important;
}
#custom-tooltip .shadow-box,
#custom-info-tooltip .shadow-box,
#custom-edit-tooltip .shadow-box,
#tooltip-popup .shadow-box {
  margin-bottom: 0.5rem !important;
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
  background-color: #f2f4fd;
}
#custom-info-tooltip a,
#tooltip-popup a {
  color: black;
}
.info-tooltip-changelog a {
  text-decoration: none;
}
.custom-tooltip-close {
  position: sticky;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
  text-align: center;
}
.tooltip-close-button {
  border: none;
  display: inline-block;
  position: absolute;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: white;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  right: 0;
  margin-top: -5px;
  user-select: none;
}
.tooltip-topright {
  position: absolute;
  right: -20px;
  top: -20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  /* Voeg een duidelijke schaduw toe om de knop te laten opvallen */
}
.tooltip-buttons-hover:hover i {
  animation-name: rotatePartly;
  animation-duration: 1s;
  color: #28A9E0 !important;
}
#student-picture img {
  display: block;
  margin: 0 auto;
}
.datepicker-buttons-hover:hover i {
  color: white;
  animation-name: rotatePartly;
  animation-duration: 1s;
}
@keyframes rotatePartly {
  10% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(10deg) scale(1.1);
  }
  90% {
    transform: rotate(0deg) scale(1);
  }
}
@media (max-width: 700px) {
  .select-options {
    width: 300px;
    max-width: 80vw;
    min-width: fit-content;
  }
  #custom-tooltip .tableForm,
  #custom-info-tooltip .tableForm,
  #tooltip-popup .tableForm {
    overflow-x: hidden !important;
    width: 95% !important;
    max-width: unset !important;
  }
  .tooltip-appointment-details {
    height: fit-content !important;
  }
  #info-tooltip-type,
  #info-tooltip-student-details {
    font-size: small;
  }
  #info-tooltip-time,
  #info-tooltip-date {
    font-size: small;
  }
  #custom-info-tooltip .tableForm td {
    display: block !important;
  }
  .tooltip-mobile-box {
    display: block;
    height: fit-content !important;
  }
  .tooltip-pc-box {
    display: none;
  }
  .mobile-no-flex {
    display: block !important;
  }
  #custom-tooltip,
  #custom-info-tooltip,
  #custom-edit-tooltip {
    left: 5% !important;
    right: 5% !important;
    max-height: 80vh !important;
  }
  #tooltip-popup {
    left: 5% !important;
    right: 5% !important;
    max-height: 60vh !important;
  }
  #custom-tooltip .flex-item,
  #custom-edit-tooltip .flex-item,
  #tooltip-popup .flex-item {
    max-width: 100%;
    flex: none !important;
  }
  #custom-tooltip .shadow-box,
  #custom-info-tooltip .shadow-box,
  #custom-edit-tooltip .shadow-box,
  #tooltip-popup .shadow-box {
    max-width: 100% !important;
  }
  #custom-tooltip .tableForm tr td:last-child,
  #custom-info-tooltip .tableForm tr td:last-child,
  #custom-edit-tooltip .tableForm tr td:last-child,
  #tooltip-popup .tableForm tr td:last-child {
    max-width: none !important;
  }
  #custom-tooltip .tableForm .select2-selection--single,
  #custom-tooltip .tableForm .select2-selection__rendered,
  #custom-info-tooltip .tableForm .select2-selection--single,
  #custom-info-tooltip .tableForm .select2-selection__rendered,
  #custom-edit-tooltip .tableForm .select2-selection--single,
  #custom-edit-tooltip .tableForm .select2-selection__rendered,
  #tooltip-popup .tableForm .select2-selection--single,
  #tooltip-popup .tableForm .select2-selection__rendered {
    max-width: 100% !important;
  }
  .mobile-student-picture-box {
    max-width: unset !important;
    width: 100% !important;
  }
  #student-picture {
    max-width: unset !important;
    height: fit-content !important;
  }
  #student-picture img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important;
    max-width: 50% !important;
    height: auto !important;
    max-height: 100px !important;
  }
}
.hide-student-picture {
  display: none !important;
}
.draggable-event {
  background-color: lightblue;
  width: 150px;
  text-align: center;
}
.fc-theme-standard th {
  border-right: none !important;
}
.fc-appointment-link:hover {
  font-weight: 900;
}
.fc-cell-hovered {
  background-color: red;
}
.fc-event-header {
  display: grid;
  grid-template-columns: 1fr auto;
  overflow: hidden;
}
.fc-daygrid-dot-event .fc-event-title {
  font-weight: 400;
}
.fc-day-today {
  background-color: unset !important;
}
.fc-col-header-cell.fc-day-today {
  background-color: #55bbe6 !important;
}
/* hide day-color in single-day views */
.fc-timeGridDay-view .fc-day-today,
.fc-resourceTimeGridDay-view .fc-day-today {
  background: none !important;
}
.fc-timegrid-now-indicator-arrow {
  border-left-color: #EC6CB9 !important;
}
.fc-timegrid-now-indicator-line {
  border-left-color: #EC6CB9 !important;
  border-right-color: #EC6CB9 !important;
  border-bottom-color: #EC6CB9 !important;
  border-top-color: #EC6CB9 !important;
}
.fc .fc-list-sticky .fc-list-day > * {
  background: none !important;
}
.fc-timegrid-axis a,
.fc-col-header {
  color: white !important;
  background-color: #354b60;
}
.fc-scrollgrid-shrink-cushion,
.fc-daygrid-day-number {
  color: #0b0b3b !important;
}
.fc-list-day-cushion {
  background-color: #354b60 !important;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
}
.fc-list-day-cushion > a {
  color: white;
}
.fc-list-event-graphic {
  display: none;
}
.fc-event-main {
  overflow: hidden;
}
.fc-h-event .fc-event-main {
  color: #000000;
}
.fc-event-icons {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-top: 25px;
  z-index: 9999;
  margin-left: 20px;
  min-width: 40px;
  text-align: right;
}
.fc-timegrid-slots tr:hover {
  background-color: #F5F6F7;
  cursor: pointer;
}
.fc .fc-scrollgrid {
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
}
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0px !important;
}
.fc-toolbar-title {
  font-size: 25px !important;
}
.fc .fc-toolbar-title {
  margin-bottom: 5px !important;
}
.fc-button {
  padding: 5px 10px 5px 10px !important;
  font-size: 17px !important;
}
.fc-button .fc-icon {
  font-size: 17px !important;
}
.fc-button-group {
  margin-right: 0.75em;
}
.fc .fc-scrollgrid-section-sticky td:first-of-type {
  border-radius: 1.2rem;
}
.fc-event-hover-content {
  width: 100%;
}
/* Overige-page */
.extra-attention-nudge {
  animation-name: glow;
  animation-duration: 1s;
}
/* Datepicker */
#ui-datepicker-div {
  z-index: 100000 !important;
  border-radius: 1.2rem;
}
.ui-datepicker {
  /*Force datepicker to be on top*/
  z-index: 100000 !important;
}
.custom-datepicker-header {
  margin: -15px;
  border-top-right-radius: 1.2rem;
  border-top-left-radius: 1.2rem;
}
.custom-datepicker-previous {
  float: left;
  margin-left: 15px;
  cursor: pointer;
}
.custom-datepicker-next {
  float: right;
  margin-right: 15px;
  cursor: pointer;
}
input[type="checkbox"] {
  accent-color: #0b0b3b;
  border-radius: 1.2rem;
}
input[type='radio'] {
  accent-color: #0b0b3b;
}
/* Dashboard */
.dash_container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  margin-right: 10px;
}
.dash_container > div {
  border: 1px solid #D8DDE3;
  border-radius: 1.5rem;
  margin: 4px;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  box-shadow: 1rem 1.2rem 1.6rem rgba(0, 0, 0, 0.1);
  height: auto;
  word-wrap: break-word;
  background-color: white;
}
.dash_container div:hover {
  background-color: #F5F6F7;
}
.dash_container > div > a {
  color: #0b0b3b;
  text-decoration: none;
  display: block;
  height: 100%;
  font-size: 20px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
.dash_container > div > a > i {
  font-size: 25px;
  margin-bottom: 5px;
  color: #0b0b3b;
}
.dash_container > div:hover > a > i {
  animation-name: rotatePartly;
  animation-duration: 1s;
}
.dash_container > div > a > img {
  max-height: 50px;
  width: auto;
}
.export_buttons {
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)) !important;
}
.dashboard-image {
  border-radius: 1.2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: auto;
  max-height: 280px;
}
.hover-zoom:hover {
  transition: color 0.3s ease, transform 0.3s ease;
  /* Vloeiende overgang van kleur en transform */
  transform: scale(1.1);
  /* Kleine zoom (110%) bij hover */
}
.toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 65px;
  height: 22px;
  display: inline-block;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: #0b0b3b;
  transition: background-color ease 0.3s;
}
.toggle-inline {
  display: inline !important;
  position: absolute !important;
}
.toggle-fix-height {
  top: 8px;
}
.toggle:before {
  content: attr(data-on-off);
  display: block;
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: #fff;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  font-family: Lato, Verdana, Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  font-weight: bold;
  text-indent: -28px;
  word-spacing: 35px;
  color: #fff;
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
}
.toggle:hover {
  background-color: #0b0b3b;
}
.toggle:disabled {
  background-color: #c0c1cd !important;
}
.inline-form label {
  display: inline-block;
  width: 80%;
  margin-bottom: 5px;
  white-space: normal;
}
/*start header*/
.logo {
  display: flex;
  height: 60px;
  width: 60px;
  padding-top: 3px;
  margin-left: 0rem !important;
}
.header-icon {
  font-size: 25px;
}
.header-image {
  height: 25px;
  width: 25px;
}
@media (max-width: 1199px) {
  .logo {
    display: none;
  }
  .header-icon {
    font-size: 25px;
  }
}
.site-header {
  position: relative;
  height: 70px;
  background-color: #354b60;
}
.flexpulse-site-header {
  position: relative;
  height: 70px;
  background-color: #354b60;
}
.site-header__end {
  display: flex;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.site-header__end a {
  color: #FFFFFF !important;
}
.site-header__middle {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-weight: bold;
  font-size: larger;
  text-decoration: none;
  cursor: pointer;
}
.site-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: middle;
  flex-wrap: wrap;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-top: 15px;
}
.site-header__wrapper span {
  margin: auto 15px auto 15px;
}
.site-header__menu {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.site-header__menu > * + * {
  margin-left: 1rem;
}
.site-header__start {
  display: flex;
  vertical-align: center;
  align-items: center;
  margin-left: 1rem;
}
.site-header__start > * + * {
  margin-left: 1rem;
}
.image-click {
  width: 9em;
}
.bigger-click {
  margin: -0.6em;
  padding: 1em 0.6em 0.6em 0.6em;
  position: relative;
}
.ghost {
  opacity: 0.4;
}
.sort-list-group {
  margin: 20px;
}
.sort-list-header {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #354b60;
  color: white;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
}
.sort-list-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #f2f4fd;
  border: 1px solid rgba(0, 0, 0, 0.125);
  cursor: grab;
  user-select: none;
}
.sort-list-item-selected {
  background-color: #dfdfdf;
  border-color: 1px solid rgba(0, 0, 0, 0.67);
}
.blue-banner {
  color: white !important;
  background-color: #354b60;
  border-radius: 1.2rem;
  padding: 5px 3px 15px 3px;
}
.blue-banner h2 {
  color: white !important;
}
.blue-banner a,
.blue-banner button {
  background-color: #28A9E0;
  color: white!important;
  height: 40px;
  width: 200px;
  font-size: large!important;
  cursor: pointer;
  border-radius: 2rem;
  padding: 15px 0 -5px 0;
  line-height: 40px;
  max-width: 80%;
}
.blue-banner a:hover,
.blue-banner button:hover {
  background-color: #0074ad;
}
.blue-banner a i,
.blue-banner button i {
  color: white!important;
}
.blue-banner button {
  padding-top: 0px !important;
}
.max-fullwidth {
  max-width: 100%;
}
.cursor-pointer {
  cursor: pointer;
}
@media (max-width: 800px) {
  .shadow-box {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    padding: 1rem;
  }
  .button-box {
    box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.1);
    border-radius: 1.5rem;
    background: #fff;
    margin-bottom: 0.1rem;
    padding-top: 0.2rem;
    padding-bottom: 0.75rem;
  }
  .site-header {
    height: fit-content;
  }
  .flexpulse-site-header {
    height: fit-content;
  }
  .site-header__middle {
    font-size: smaller;
    padding-top: 2em;
  }
  .site-header__wrapper span {
    margin: auto 5px auto 5px;
  }
  .header-icon {
    font-size: 15px;
  }
  .site-header__start {
    font-size: 15px;
  }
  .bigger-click {
    padding: 0.6em 0.6em 0.6em 0.6em;
  }
  .sort-list-group {
    width: 100%;
    margin: 10px;
  }
  .large_button_container > div {
    max-width: 45%;
  }
  .large_button_container > div > a {
    font-size: 15px !important;
  }
  .large_button_container > div > a > i {
    font-size: 20px;
  }
  .dashboard-image {
    max-width: 100%;
  }
  .dash_container {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }
  .dash_container > div {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
    padding: 8px;
  }
  .dash_container div a {
    font-size: 13px !important;
    margin-top: 0;
    margin-bottom: 0;
  }
  .dash_container div a i {
    font-size: 25px !important;
  }
  .dash_container > div > a > img {
    max-height: 30px;
  }
}
@media (max-width: 500px) {
  .page-symbol {
    display: none;
  }
  .site-header__start {
    font-size: 12px;
  }
  .site-header__middle {
    font-size: 0.7em;
  }
  .agenda-select {
    margin-top: 20px;
  }
  .dash_container div a {
    font-size: 12px !important;
  }
  .button-select-option {
    padding: 15px;
  }
  .button-select-option .subtitle {
    margin: -30px -15px 15px -15px !important;
  }
}
@media (max-width: 300px) {
  .site-header__middle {
    font-size: 0.65em;
  }
  .header-icon {
    font-size: 0.65em;
  }
  .button-select-option {
    padding: 10px;
  }
}
@media (min-width: 999px) {
  .site-header__wrapper {
    padding-top: 15px;
    padding-bottom: 0px;
  }
}
.site-header__menu {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.site-header__menu > * + * {
  margin-left: 1rem;
}
.site-header__start {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.site-header__start > * + * {
  margin-left: 1rem;
}
.header-logo {
  height: 200px;
}
.wachtwoordContainer .shadow-box .flex-display {
  gap: 0 !important;
}
.login_column {
  width: 50%;
  position: relative;
  display: inline-block;
}
.login_column h1,
.login_column h3 {
  margin-left: 40px;
  text-align: left;
  color: #0b0b3b;
}
.login_column h5 {
  margin-left: 40px;
  text-align: left;
  margin-top: -10px;
  font-weight: lighter;
  color: #0b0b3b;
}
.login_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1.5rem;
}
.loginContainer div img {
  max-width: 300px;
}
@media (max-width: 1000px) {
  .small_box_mobile {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .login_column {
    width: 100%;
    display: block;
    padding-left: 0;
    margin: auto;
    text-align: center;
  }
  .login_column h1,
  .login_column h3,
  .login_column h5 {
    margin-left: 0;
    text-align: center;
  }
  .login_column h5 {
    margin-top: -10px;
    font-weight: lighter;
  }
  .login_image {
    max-width: 90%;
    height: auto;
    width: auto\9;
    /* ie8 */
    border-radius: 1.5rem;
  }
}
@media (min-width: 1000px) {
  .site-header__wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1199px) {
  .site-header__wrapper {
    padding-top: 15px;
  }
}
.nav__item a {
  display: block;
  padding: 1.5rem 1rem;
}
/*end header*/
#grid {
  display: grid;
  grid-auto-rows: minmax(min-content, max-content);
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  grid-template-areas: "one top" "one bottom";
  grid-gap: 10px;
}
#grid .box:nth-child(1) {
  border: 2px solid #000000;
  background-color: #FEEFB3;
}
#grid .box:nth-child(2) {
  border: 2px solid #000000;
  background-color: #F69797;
}
#grid .box:nth-child(3) {
  border: 2px solid #000000;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  background-color: #79D38C;
}
#grid .box:nth-child(4) {
  border: 2px solid #000000;
  background-color: #28A9E0;
}
@media (max-width: 700px) {
  .toggle:before {
    content: attr(data-on-off);
    display: block;
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    background: #fff;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    font-family: Lato, Verdana, Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    font-weight: bold;
    text-indent: -26px;
    word-spacing: 35px;
    color: #fff;
    font-size: 1em;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
  }
}
.tooltip {
  max-width: 400px;
}
#normuren_tooltip {
  display: none;
  position: absolute;
  padding: 15px;
  max-width: 75%;
  border-radius: 1.2rem;
  background-color: white;
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.dagview_header {
  margin-top: 0;
  position: sticky;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: #F8F8F8;
  border-width: 1px;
  z-index: 200;
  padding-top: 10px;
  padding-bottom: 15px;
  top: 0;
}
.dagview_footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: #F8F8F8;
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 1px;
}
td.icons {
  width: 30px;
  white-space: normal;
}
.xl-icon {
  margin: 10px;
  font-size: 120px;
}
.weekview_reeks :hover {
  background-color: #799CD2;
}
.dag_titel {
  border-left: 1px solid #0b0b3b;
  border-bottom: 1px solid #0b0b3b;
  background-color: #0b0b3b !important;
}
.dag_titel:last-child {
  border-right: 1px solid #0b0b3b;
}
.dag_inhoud {
  border-top: 1px solid #0b0b3b;
  padding: 0;
}
.dag_inhoud {
  border-left: 1px solid #0b0b3b;
  border-bottom: 1px solid #0b0b3b;
}
.dag_inhoud:last-child {
  border-right: 1px solid #0b0b3b;
}
.weekview_reeks :hover {
  background-color: #799CD2;
}
.dag_titel {
  border-left: 1px solid #0b0b3b;
  border-bottom: 1px solid #0b0b3b;
  background-color: #0b0b3b !important;
}
.dag_titel:last-child {
  border-right: 1px solid #0b0b3b;
}
.dag_inhoud {
  border-top: 1px solid #0b0b3b;
  padding: 0;
}
.dag_inhoud {
  border-left: 1px solid #0b0b3b;
  border-bottom: 1px solid #0b0b3b;
}
.dag_inhoud:last-child {
  border-right: 1px solid #0b0b3b;
}
.dagview_voertuigen_header {
  margin-top: 0;
  position: sticky;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: #EAEAEA;
  border-width: 1px;
  z-index: 200;
  padding-top: 10px;
  padding-bottom: 15px;
  top: 0;
}
#zoeken {
  width: 80%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
  box-shadow: 0 0 8px #0b0b3b;
  border-radius: 1.5rem;
}
.search-bar i {
  position: absolute;
}
#overigeUL {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
@media (min-width: 1600px) {
  #overigeUL {
    /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
}
#overigeUL li a {
  border: 1px solid #ddd;
  margin-top: -1px;
  background-color: #FFF;
  padding: 10px;
  text-decoration: none;
  color: black;
  display: block;
  border-radius: 1.5rem;
}
#overigeUL li a:hover:not(.separator):not(.title) {
  background-color: #D8DDE3;
}
#overigeUL li a:hover > i {
  animation-name: rotatePartly;
  animation-duration: 1s;
}
#overigeUL li .separator {
  height: 1px;
  border-left: none;
  border-right: none;
  visibility: hidden;
}
#overigeUL li .title {
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.1);
  background-color: #354b60;
  color: white;
  padding: 5px;
  text-align: center;
  border-radius: 1.5rem;
}
#overigeUL li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
#overigeUL .li-group {
  break-inside: avoid-column !important;
}
@media (max-width: 1000px) {
  #zoeken {
    width: 85%;
    margin-top: 10px;
  }
  .search-bar i {
    position: absolute;
    padding-top: 15px;
  }
}
@media (max-width: 500px) {
  #overigeUL {
    columns: 1!important;
    -webkit-columns: 1!important;
    -moz-columns: 1!important;
  }
  .login-image,
  .login_image {
    max-width: 80% !important;
  }
}
.sort-list-item a {
  text-decoration: none;
  color: #0b0b3b;
}
.sort-list-item a:visited {
  color: #0b0b3b;
}
.sort-list-item:hover {
  background-color: #F5F6F7;
}
.subtitle {
  background-color: #354b60;
  border-radius: 1.2rem;
  color: #ffffff;
  padding-left: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: bold;
}
.filter-container .subtitle {
  font-size: medium;
}
.blue-div {
  border-radius: 1.2rem;
  padding: 10px;
  background: #ebf0ff;
}
.remodal .blue-div {
  margin-left: -10px;
  margin-right: -10px;
}
.change-div {
  text-align: left;
  border-radius: 1.2rem;
  padding: 10px;
  font-weight: bold;
  background: #ebf0ff;
}
.form-box .subtitle,
.filter-container .subtitle {
  margin: -8px -8px 0 -8px;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}
.form-box .subtitle {
  display: flex;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  min-height: 26px;
}
.form-box .subtitle.center-text {
  justify-content: center;
}
.flex-item .form-box {
  height: 100%;
}
.flex-row-margin {
  margin-bottom: 20px;
}
.vertical-line {
  border-left: 1px solid;
}
.horizontal-line {
  border-bottom: 1px solid;
}
#info-tooltip-heading b {
  text-align: left;
  margin-bottom: 5px;
}
#info-tooltip-user a {
  color: #000000 !important;
}
.hasborder::after {
  content: '';
  width: 1px;
  background-color: lightgrey;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
}
@media (max-width: 1000px) {
  .hasborder::after {
    display: none;
  }
  .hasborder {
    padding-bottom: 30px;
    border-bottom: 1px solid lightgray;
  }
}
.horizontal-table {
  border-collapse: collapse;
  font-size: smaller;
}
#legend-horizontal table tr td:not(:first-child) {
  text-align: center;
  padding: 0 8px;
}
.td-reeks-titel {
  padding-left: 5px;
  min-width: 100px;
}
#legend-horizontal table tr:first-child td:first-child {
  border-top-left-radius: 5px;
}
#legend-horizontal table tr:nth-child(2) td:first-child {
  border-bottom-left-radius: 5px;
}
#legend-horizontal table tr:first-child td {
  padding-bottom: 10px;
}
#legend-horizontal table tr:nth-child(2) td {
  padding-bottom: 5px;
}
#legend-horizontal .table-responsive {
  overflow-x: auto;
}
.center-text {
  text-align: center;
}
@media (max-width: 1200px) {
  #legend-vertical .table-responsive {
    width: fit-content;
  }
  #legend_horizontal {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .form-field {
    display: flex;
    flex-direction: column;
  }
  .form-field {
    width: 100%;
  }
  .form-field input {
    width: 100%;
  }
  .hour-block {
    width: 100%;
  }
}
.remodal .text-block {
  margin-right: 35px;
}
.remodal-wrapper::after {
  height: 80% !important;
}
.badge-button {
  background-color: #28A9E0;
  float: left;
  padding: 8px 10px;
  margin-right: 10px;
  text-align: center;
  white-space: nowrap;
  border-radius: 1.5rem;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border: none;
}
.badge-button:hover {
  filter: brightness(1.1);
}
.no-bottom-border-radius {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.flex-50 {
  min-width: 50%;
}
.flex-gap-10 {
  gap: 20px !important;
}
.no-bottom-border-radius {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.error-header {
  padding: 10px 20px;
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5rem;
}
@media (max-width: 920px) {
  .remodal {
    min-width: 50% !important;
    max-width: 95% !important;
  }
}
@media (max-width: 700px) {
  .error-header {
    padding: 10px 10px;
    width: unset;
    max-width: 100%;
  }
}
#numNaXPlot {
  width: 90% !important;
  height: 400px !important;
}
