/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

/* CSS Reset Einde */
:root {
  --primary-color: rgb(61, 37, 128);
  --primary-color-rgb: 61, 37, 128;
}

@font-face {
  font-family: "Azo Sans";
  src: url("fonts/AzoSans-Bold.eot");
  src: local("Azo Sans Bold"), local("AzoSans-Bold"), url("fonts/AzoSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/AzoSans-Bold.woff2") format("woff2"), url("fonts/AzoSans-Bold.woff") format("woff"), url("fonts/AzoSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  flex-direction: column;
}
.row .col-1 {
  display: none;
}
.row .col,
.row .col-1,
.row .col-2,
.row .col-3,
.row .col-4,
.row .col-5,
.row .col-6,
.row .col-7,
.row .col-8,
.row .col-9,
.row .col-10 {
  flex: 100% 0 0;
}
@media (min-width: 900px) {
  .row {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 32px;
  }
  .row .col-1 {
    grid-column: span 1/span 1;
    display: block;
  }
  .row .col-2 {
    grid-column: span 2/span 2;
  }
  .row .col-3 {
    grid-column: span 3/span 3;
  }
  .row .col-4 {
    grid-column: span 4/span 4;
  }
  .row .col-5 {
    grid-column: span 5/span 5;
  }
  .row .col-6 {
    grid-column: span 6/span 6;
  }
  .row .col-7 {
    grid-column: span 7/span 7;
  }
  .row .col-8 {
    grid-column: span 8/span 8;
  }
  .row .col-9 {
    grid-column: span 9/span 9;
  }
  .row .col-10 {
    grid-column: span 10/span 10;
  }
}
html, body {
  width: 100%;
  height: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
  background: #F4F5F7;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
}
body.fixed {
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 100%;
  padding: 0 32px;
  max-width: 1219px;
  margin: 0 auto;
  box-sizing: border-box;
}
.wrapper.flex {
  display: flex;
}

header {
  background: #ffffff;
  border-bottom: 1px solid #EEEEEE;
  padding: 24px 0;
}
header .wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  align-items: center;
}
header .header_logo {
  max-height: 80px;
  margin-top: -16px;
  margin-bottom: -16px;
}
header .header_right {
  display: flex;
  gap: 16px;
}

.brand {
  font-family: "Azo Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-right: 24px;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-family: "Azo Sans", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.25em;
  margin-bottom: 16px;
  color: #000000;
  position: relative;
}

h1 {
  font-size: 26px;
}
@media (min-width: 900px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 18px;
}

h4 {
  margin-bottom: 8px;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

p, ul, ol {
  margin-bottom: 16px;
}

a {
  color: var(--primary-color);
  transition: all 200ms ease;
}
a:hover {
  color: #25803d;
}

ul, ol {
  margin-left: 1.1em;
}

ul li {
  list-style-type: disc;
}

ol li {
  list-style-type: decimal;
}

section {
  position: relative;
  padding: 32px 0;
}
@media (min-width: 900px) {
  section {
    padding: 48px 0;
  }
}
section.bg-white {
  background-color: #ffffff;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
section.bg-primary {
  background-color: var(--primary-color);
  color: #ffffff;
}
section.bg-header {
  background-image: url("../images/nextranet_bg_pattern.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
section.full {
  flex: 100% 1 1;
}
@media (min-width: 900px) {
  section.big-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

#toggleContent {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.sectionOverlay {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  background: red;
  height: 80px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

hr {
  border: 0;
  border-top: 1px solid #EEEEEE;
}

img {
  max-width: 100%;
}

body .mb-0 {
  margin-bottom: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-l {
  padding-top: 24px;
}

.text-color-primary {
  color: var(--primary-color);
}

.text-color-secundair {
  color: #25803d;
}

.text-color-grey {
  color: #666666;
}

.text-color-white {
  color: #ffffff;
}

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

.header-inline-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 900px) {
  .header-inline-link {
    position: absolute;
    right: 0;
  }
}

.space-l,
.space-m {
  display: block;
  width: 100%;
}

.space-m {
  height: 8px;
}

.space-l {
  height: 24px;
}

.space-xl {
  height: 32px;
}

.underdots {
  text-decoration: underline;
  text-decoration-style: dotted;
}

.hide {
  display: none;
}

nav.menu {
  display: flex;
  gap: 24px;
  align-items: center;
}
nav.menu a {
  text-decoration: none;
  color: #333333;
}
nav.menu a i {
  margin-right: 8px;
}
nav.menu a:hover {
  color: #25803d;
}
nav.link_list {
  padding-left: 16px;
}
nav.link_list a {
  position: relative;
  display: block;
}
nav.link_list a:before {
  position: absolute;
  left: -16px;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
nav.link_list a:hover:before {
  left: -12px;
}

.sectionLogo {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sectionLogo img {
  max-width: 200px;
  max-height: 96px;
}

.document {
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  padding: 8px 16px 8px 8px;
  display: flex;
  margin-bottom: 8px;
  justify-content: space-between;
  text-decoration: none;
  color: #333333;
}
.document i {
  flex: 24px 0 0;
  text-align: center;
  margin-right: 8px;
  line-height: 22px;
}
.document .document_name {
  flex: 100% 1 1;
}
.document .document_size {
  color: #666666;
  display: flex;
  flex-shrink: 0;
}
.document:hover {
  color: #25803d;
  border-color: #25803d;
}

.timeline {
  list-style: none;
}
.timeline li {
  position: relative;
  padding: 8px 16px;
  list-style-type: none;
  color: #666666;
}
.timeline li a {
  display: block;
  color: #333333;
}
.timeline li a:hover {
  color: #25803d;
}
.timeline li.ongoing a {
  text-decoration: none;
  font-weight: bold;
}
.timeline li.current a {
  text-decoration: none;
  font-weight: bold;
}
.timeline li:before {
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid var(--primary-color);
  position: absolute;
  left: -16px;
  top: 11px;
  text-align: center;
  line-height: 19px;
  font-size: 14px;
}
.timeline li.done:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
}
.timeline li.ongoing:before {
  background: var(--primary-color);
}
.timeline li:not(:last-child):after {
  content: "";
  width: 1px;
  height: 100%;
  background: var(--primary-color);
  position: absolute;
  left: -6px;
  top: 32px;
}

.location_map {
  width: 100%;
  height: 200px;
  margin-bottom: 24px;
  border-radius: 6px;
  overflow: hidden;
}

.teacher_tile {
  display: flex;
  margin-bottom: 16px;
  text-decoration: none;
}
.teacher_tile .teacher_image {
  flex: 56px 0 0;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  border-radius: 50%;
  overflow: hidden;
}
.teacher_tile .teacher_image img {
  max-width: 100%;
}
.teacher_tile .teacher_description {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.teacher_tile .teacher_description .teacher_function {
  color: #666666;
}
.teacher_tile .teacher_description .teacher_name {
  color: #000000;
}
.teacher_tile:hover .teacher_function,
.teacher_tile:hover .teacher_name {
  color: #25803d;
}

.teacher_image_mask {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
  line-height: 0;
  background-size: cover;
  background-position: top center;
}

.initials {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(var(--primary-color-rgb), 0.4);
  color: #ffffff;
  font-weight: bold;
  font-size: 26px;
}

.location_tile {
  border: 1px solid #EEEEEE;
  display: flex;
  flex-direction: column;
  padding: 4px 8px;
  border-radius: 4px;
  text-decoration: none;
  margin-bottom: 8px;
}
.location_tile:hover {
  border-color: #A3A3A3;
}
.location_tile .description {
  color: #666666;
  font-size: 14px;
}

footer {
  background: var(--primary-color);
  color: rgba(255, 255, 255, 0.6);
  padding: 24px 0;
}
footer .brand {
  color: #ffffff;
  display: block;
}
@media (min-width: 900px) {
  footer .brand {
    display: inline-block;
  }
}
footer .col-5:last-child {
  text-align: center;
}
@media (min-width: 900px) {
  footer .col-5:last-child {
    text-align: right;
  }
}
footer a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
footer a:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
@media (max-width: 900px) {
  footer .ta-right {
    text-align: center;
  }
}

.event {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 300px;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 8px;
  background: #ffffff;
  padding: 24px 32px;
  border: 1px solid #EEEEEE;
}
.event h2 {
  margin-bottom: 8px;
}
.event .event_datetime {
  color: #666666;
}
.event.upcoming {
  background: var(--primary-color);
  color: #ffffff;
}
.event.upcoming h2 {
  color: #ffffff;
}
.event.upcoming .event_datetime {
  color: rgba(255, 255, 255, 0.6);
}
.event.upcoming:hover {
  background: #25803d;
}

.cards_viewer {
  overflow-x: scroll;
  padding: 0;
}
.cards_viewer .cards {
  display: flex;
  flex-wrap: nowrap;
  padding-left: calc((100% - 1219px) / 2);
  overflow-x: scroll;
  box-sizing: border-box;
  gap: 32px;
  width: -webkit-max-content;
}
.cards_viewer .cards .card_container {
  flex: 487.6px 0 0;
}

.no-scrollbar {
  scrollbar-width: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-results {
  color: #666666;
  font-style: italic;
}

.btn_bar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
  justify-content: space-between;
}
@media (min-width: 900px) {
  .btn_bar {
    margin-top: -60px;
    margin-bottom: 48px;
  }
}
.btn_bar .btn_bar_left {
  text-align: left;
}
.btn_bar .btn_bar_right {
  text-align: right;
}

.btn {
  display: inline-block;
  padding: 4px 8px;
  background: #A3A3A3;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.btn:hover {
  color: #ffffff;
  background: #666666;
}
.btn.primair {
  background: var(--primary-color);
}
.btn.secundair {
  background: #25803d;
}
.btn.secundair:hover {
  background: var(--primary-color);
}
.btn.red {
  background: #A50000;
  color: #ffffff;
}
.btn.red:hover {
  background: #d80000;
}
.btn i {
  margin-right: 8px;
}
.btn.icon {
  display: inline-block;
  box-sizing: border-box;
  width: 32px;
  text-align: center;
}
.btn.icon i {
  margin-right: unset;
}
.btn.inline {
  display: inline-block;
}
.btn.big {
  padding: 8px 24px;
  font-size: 18px;
}
.btn.ghost {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: none;
}

.frmRow {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
@media (min-width: 900px) {
  .frmRow {
    flex-direction: row;
  }
}
.frmRow .frmCell {
  flex: 100% 1 1;
}
@media (min-width: 900px) {
  .frmRow .frmCell.w150 {
    flex: 150px 0 0;
  }
}

label {
  display: block;
  margin-bottom: 8px;
}
label.error {
  background: rgba(165, 0, 0, 0.1);
}

input[type=text],
input[type=url],
input[type=tel],
input[type=email],
input[type=number],
input[type=password],
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=file],
textarea,
select {
  display: inline-flex;
  width: 100%;
  padding: 12px 16px;
  border-radius: 4px;
  background: #F4F5F7;
  border: 1px solid #EEEEEE;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 16px;
  box-sizing: border-box;
}
input[type=text].error,
input[type=url].error,
input[type=tel].error,
input[type=email].error,
input[type=number].error,
input[type=password].error,
input[type=date].error,
input[type=time].error,
input[type=datetime-local].error,
input[type=file].error,
textarea.error,
select.error {
  border-color: #A50000;
}

input[type=date],
input[type=time] {
  min-width: 95%;
}

textarea {
  resize: vertical;
}

select {
  appearance: none;
  background: url(../images/select_bg.svg) no-repeat right 16px center #F4F5F7;
}
select.inline {
  display: inline-block;
  width: unset;
  min-width: 200px;
}

.ck.ck-editor.error .ck-editor__main {
  border: 1px solid #A50000;
}

.required {
  color: #A50000;
}

.explanation {
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  margin-top: -8px;
  margin-bottom: 8px;
}
.explanation.explanation-highlight {
  color: #a50000;
}

.helper-text {
  font-style: italic;
  color: #666666;
}

input[type=submit] {
  appearance: none;
  border: none;
  background: #25803d;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 24px;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
input[type=submit]:hover {
  background: var(--primary-color);
}

.error-text {
  display: block;
  color: #A50000;
  font-size: 0.8em;
  margin-top: -8px;
  margin-bottom: 8px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-bottom: unset;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #25803d;
}

input:focus + .slider {
  box-shadow: 0 0 1px #25803d;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.add {
  display: block;
}
.add i {
  margin-right: 8px;
}

.switchGroup {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
  margin-bottom: 16px;
  gap: 8px;
}
.switchGroup .switch {
  flex: 60px 0 0;
}

.switchGroupToggle {
  padding-left: 68px;
}
.switchGroupToggle.hide {
  display: none;
}

.activity_tile {
  padding: 16px 24px;
  border: 1px solid #EEEEEE;
  display: block;
  margin-bottom: 16px;
  border-radius: 8px;
  text-decoration: none;
}
@media (min-width: 900px) {
  .activity_tile {
    padding: 24px 32px;
  }
}
.activity_tile h3 {
  margin-bottom: 8px;
}
.activity_tile p {
  margin-bottom: 0;
}
.activity_tile:hover {
  background: #F4F5F7;
}

.table {
  display: table;
  width: 100%;
}
.table .tr, .table .th {
  display: table-row;
  text-decoration: none;
  color: #333333;
}
.table .tr .td, .table .th .td {
  display: table-cell;
  border-bottom: 1px solid #EEEEEE;
  padding: 8px;
}
.table .tr:nth-child(even) .td, .table .th:nth-child(even) .td {
  background: #F4F5F7;
}
.table .tr:hover .td {
  background: #EEEEEE;
  color: var(--primary-color);
}
.table .th {
  font-weight: bold;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 800;
}

.popupTeacherHeader {
  padding: 32px;
  margin-top: -32px;
  margin-left: -32px;
  margin-right: -32px;
  margin-bottom: 32px;
  border-radius: 8px 8px 0 0;
  padding-bottom: 24px;
  background: #F4F5F7;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 900px) {
  .popupTeacherHeader {
    padding: 48px;
    margin-top: -48px;
    margin-left: -48px;
    margin-right: -48px;
  }
}
.popupTeacherHeader .ptHeader {
  display: flex;
  align-items: center;
}
.popupTeacherHeader .ptImage {
  flex: 80px 0 0;
  height: 80px;
  border-radius: 40px;
  overflow: hidden;
  text-align: center;
  line-height: 0;
  background: #ffffff;
  margin-right: 24px;
}
@media (min-width: 900px) {
  .popupTeacherHeader .ptImage {
    flex: 160px 0 0;
    height: 160px;
    border-radius: 80px;
  }
}
.popupTeacherHeader .ptImage .initials {
  font-size: 76px;
}
.popupTeacherHeader .ptImage img {
  max-width: 100%;
}
.popupTeacherHeader .ptName {
  flex: 100% 1 1;
}
.popupTeacherHeader .teacher_contact_bar {
  margin-top: 24px;
  justify-content: center;
}

.navigation-tabs {
  margin-top: 32px;
  margin-bottom: -32px;
  display: flex;
}
@media (min-width: 900px) {
  .navigation-tabs {
    margin-bottom: -48px;
  }
}
.navigation-tabs.inactive {
  opacity: 0.5;
}
.navigation-tabs.inactive .navigation-tab {
  pointer-events: none;
  cursor: default;
}
.navigation-tabs.inline {
  margin: unset;
  border-bottom: 2px solid #EEEEEE;
  margin-bottom: 32px;
}
.navigation-tabs .navigation-tab {
  border-bottom: 2px solid transparent;
  margin-right: 24px;
  padding-bottom: 8px;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.navigation-tabs .navigation-tab.active {
  font-weight: bold;
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.navigation-tabs .navigation-tab:hover {
  color: var(--primary-color);
}
.navigation-tabs .navigation-tab .badge {
  background: var(--primary-color);
  padding: 4px;
  font-size: 10px;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  width: 12px;
  text-align: center;
  line-height: 12px;
}

.meetingOnline,
.meetingOffline,
.activityOnline,
.activityOffline,
.meetingDivergent {
  display: none;
}
.meetingOnline.show,
.meetingOffline.show,
.activityOnline.show,
.activityOffline.show,
.meetingDivergent.show {
  display: block;
}

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

.flex-center-vertical {
  display: flex;
  align-items: center;
}

.flex-right-horizontal {
  justify-content: end;
}

@media (max-width: 900px) {
  .mobile-flex-center-horizontal {
    justify-content: center;
  }
}
table {
  width: 100%;
}
table label.inline {
  margin-bottom: unset;
  width: 100%;
  height: 100%;
}
table .ta-center {
  text-align: center;
}
table th {
  text-align: left;
  font-weight: bold;
}
table td, table th {
  padding: 4px;
}
table tr:nth-child(odd) td {
  background: #F4F5F7;
}
table tr:hover td {
  background: #EEEEEE;
}
@media (max-width: 900px) {
  table thead {
    display: none;
  }
  table td {
    display: block;
  }
}

.status {
  display: inline-block;
  border-radius: 16px;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
.status.color-1 {
  background: #16387B;
}
.status.color-2 {
  background: #25803d;
}
.status.color-3 {
  background: #865F15;
}
.status.color-4 {
  background: #A50000;
}
.status.color-5 {
  background: #a5a500;
}
.status.color-6 {
  background: #00a5a5;
}

.teacher_contact_bar {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.teacher_contact_bar .teacher_contact_item {
  text-decoration: none;
  color: inherit;
  flex: 1 0 0;
  margin-bottom: 4px;
  word-wrap: anywhere;
}
.teacher_contact_bar .teacher_contact_item i {
  margin-right: 8px;
}
.teacher_contact_bar .teacher_contact_item:last-child {
  margin-bottom: unset;
}
.teacher_contact_bar .teacher_contact_item:hover {
  color: #25803d;
}

.dialog_footer_link {
  display: block;
  font-size: 14px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
.dialog_footer_link:hover {
  text-decoration: none;
}
.dialog_footer_link.verwijder {
  color: #A50000;
}
.dialog_footer_link.verwijder:hover {
  color: #d80000;
}

.note {
  display: flex;
  padding: 16px 24px 4px 16px;
  margin-bottom: 32px;
  border-radius: 4px;
}
.note.negative {
  background-color: rgba(165, 0, 0, 0.1);
}
.note.negative .noteIcon,
.note.negative .noteTitle {
  color: #A50000;
}
.note.positive {
  background-color: rgba(37, 128, 61, 0.1);
}
.note.positive .noteIcon,
.note.positive .noteTitle {
  color: #25803d;
}
.note.neutral {
  background-color: rgba(var(--primary-color), 0.1);
}
.note.neutral .noteIcon,
.note.neutral .noteTitle {
  color: var(--primary-color);
}
.note .noteIcon {
  margin-right: 16px;
}
.note .noteContent {
  flex: 100% 1 1;
}
.note .noteTitle {
  font-weight: bold;
}

.fileRow {
  display: flex;
  margin-bottom: 8px;
  gap: 8px;
}
.fileRow .fileRowHandle {
  flex: 16px 0 0;
  align-items: center;
  justify-content: center;
  display: flex;
}
.fileRow a {
  flex: 100% 1 1;
}
.fileRow a.document {
  margin-bottom: unset;
  background: #ffffff;
}
.fileRow .fileDelete,
.fileRow .fileEdit {
  width: 42px;
}
.fileRow .fileDelete a,
.fileRow .fileEdit a {
  width: 100%;
  line-height: 34px;
}

.logo_small {
  max-width: 100%;
}

.smallLogo {
  max-width: 200px;
  max-height: 100px;
}

.radioTabs {
  display: flex;
}
.radioTabs .radioTab input[type=radio] {
  display: none;
}
.radioTabs .radioTab label {
  padding: 8px 16px;
  border: 1px solid var(--primary-color);
  cursor: pointer;
}
.radioTabs .radioTab label:hover {
  background: rgba(var(--primary-color), 0.05);
  color: #333333;
}
.radioTabs .radioTab label:first-child {
  border-radius: 4px;
}
.radioTabs .radioTab input[type=radio]:checked + label {
  background: var(--primary-color);
  color: #ffffff;
  border: 1px solid var(--primary-color);
}
.radioTabs .radioTab:first-child label {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.radioTabs .radioTab:last-child label {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

figure.media {
  clear: both;
  display: block;
  margin: 0.9em 0;
  min-width: 15em;
}

dialog {
  padding: 32px;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: auto;
}
@media (min-width: 900px) {
  dialog {
    padding: 48px;
  }
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}
dialog .closeDialog {
  position: absolute;
  right: 16px;
  top: 16px;
  border-radius: 50%;
  width: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid transparent;
}
dialog .closeDialog:focus {
  border: 1px solid var(--primary-color);
}
dialog.width-600 {
  width: 600px;
}
dialog.sizeBig {
  width: 800px;
  min-height: 500px;
}

.checkbox-group {
  display: flex;
  gap: 4px;
  align-items: baseline;
}

@media (max-width: 900px) {
  .notMobile {
    display: none;
  }
}

@media (max-width: 900px) {
  .placeholder_label {
    display: none;
  }
}

.formContainer {
  background: #ffffff;
  border: 1px solid #EEEEEE;
  padding: 24px;
  border-radius: 16px;
}
@media (min-width: 900px) {
  .formContainer {
    padding: 40px;
  }
}

input.form_check {
  display: none;
}

.fileList {
  height: 240px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 8px;
  background: #F4F5F7;
  border-radius: 4px;
  margin-bottom: 24px;
}

fieldset {
  border: 1px solid #A3A3A3;
  padding: 16px;
  margin-bottom: 24px;
  border-radius: 4px;
}
fieldset legend {
  font-weight: bold;
}

.userMenu {
  position: relative;
  z-index: 4000;
}
.userMenu a {
  text-decoration: none;
  color: unset;
}
.userMenu .userMenuTrigger {
  background: #EEEEEE;
  border-radius: 4px;
  padding: 8px 16px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.userMenu .userMenuTrigger:hover {
  background: #A3A3A3;
}
.userMenu .userMenuContent {
  display: none;
  position: absolute;
  right: 0;
  min-width: 200px;
  background: #ffffff;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  padding: 4px;
}
.userMenu .userMenuContent.visible {
  display: block;
}
.userMenu .userMenuContent nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.8em;
}
.userMenu .userMenuContent nav a {
  padding: 4px 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.userMenu .userMenuContent nav a:hover {
  background: #EEEEEE;
}

.text-icon-cols {
  display: flex;
  gap: 32px;
  flex-direction: column;
  align-items: start;
}
@media (min-width: 900px) {
  .text-icon-cols {
    flex-direction: row;
  }
}
.text-icon-cols.vertical {
  flex-direction: column;
}
.text-icon-cols.small-gap {
  gap: 8px;
}
.text-icon-cols .text-with-icon {
  display: flex;
  flex: 100% 1 1;
  gap: 16px;
}
.text-icon-cols .text-with-icon .icon {
  font-size: 18px;
}
.text-icon-cols .text-with-icon .icon-big {
  font-size: 42px;
}
.text-icon-cols .text-with-icon h3 {
  margin-bottom: 8px;
}

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