body {
  color: #737373;
  font-family: "Roboto", "sans-serif";
  margin: 0;
  padding: 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
h1,
h2 {
  color: #4caac9;
}
h1 {
  font-size: 35px;
  color: #4caac9;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 500;
}
a {
  color: #4caac9;
}
a:hover {
  color: #73bdd5;
}
.button,
a.button {
  background: #4caac9;
  color: #fff;
  border-radius: 5px;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  border: 2px solid #4caac9;
}
.button.transparent,
a.button.transparent {
  background: none;
  color: #4caac9;
}
.button:hover,
a.button:hover,
.button:active,
a.button:active {
  background: #73bdd5;
  color: #fff;
}
label {
  font-weight: 500;
}
input,
select {
  background: #fff;
  border: 2px solid #4caac9;
  min-height: 15px;
  padding: 5px;
  outline: none;
}
input:hover,
select:hover,
input:focus,
select:focus {
  border: 2px solid #73bdd5;
  outline: none;
}
input[type=checkbox] {
  width: 1.5em;
  height: 1.5em;
  accent-color: #4caac9;
  margin-top: 5px;
}
.row {
  display: flex;
}
.row > .column {
  margin-left: 10px;
  margin-right: 10px;
  flex: 1 1 0;
  position: relative;
}
.row > .column.column1 {
  flex: 1;
}
.row > .column.column2 {
  flex: 2;
}
.row > .column.column3 {
  flex: 3;
}
.row > .column.column4 {
  flex: 4;
}
.row > .column.column5 {
  flex: 5;
}
.row > .column.column6 {
  flex: 6;
}
.row > .column.column7 {
  flex: 7;
}
.row > .column.column8 {
  flex: 8;
}
.row > .column.column9 {
  flex: 9;
}
.row > .column.column10 {
  flex: 10;
}
.row > .column.column11 {
  flex: 11;
}
.row > .column.column12 {
  flex: 12;
}
.row.reverseRightToLeft {
  flex-direction: row-reverse;
}
.row.reverse {
  display: block;
}
.row.reverse > .column {
  float: none;
}
.row:last-child {
  margin-bottom: 0;
}
.row:after {
  display: block;
  content: ' ';
  clear: both;
}
.row.nounflex > .column {
  margin: 0;
}
.row.nomargin > .column {
  margin: 0;
}
.row.wide > .column {
  margin-left: 15px;
  margin-right: 15px;
}
.row.wider > .column {
  margin-left: 25px;
  margin-right: 25px;
  position: relative;
}
.row > .column:first-child,
.row.wide > .column:first-child,
.row.wider > .column:first-child {
  margin-left: 0;
}
.row > .column:last-child,
.row.wider > .column:last-child,
.row.wide > .column:last-child {
  margin-right: 0;
}
.row.dashed > .column {
  border-left: 1px dashed #afafaf;
  padding-left: 15px;
}
.row.dashed > .column:first-child {
  border-left: none;
  padding-left: 0;
}
@media screen and (max-width: 1200px) {
  .row.row1200 {
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .row.row1200 > .column {
    float: none;
    display: block;
    margin: 10px 0;
  }
}
@media screen and (max-width: 1024px) {
  .row.row1024 {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .row.row1024 > .column {
    float: none;
    display: block;
    margin: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .row {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .row > .column {
    float: none;
    display: block;
    margin: 10px 0;
  }
  .row.reverse {
    display: flex;
  }
  .row.nocollapse {
    display: flex;
  }
  .row.wide > .column {
    margin: 15px 0;
  }
  .row.wider > .column {
    margin: 25px 0;
  }
  .row.dashed > .column {
    border-left: none;
    border-top: 1px dashed #afafaf;
    padding: 15px 0 15px 0;
  }
  .row.dashed > .column:first-child {
    border-top: none;
    padding-top: 0;
  }
  .row.nomargin .column {
    margin: 0;
  }
}
/* Section - Header */
.section.header > .container {
  max-width: 980px;
  margin: 0 auto;
}
.section.header .title {
  font-size: 54px;
  color: #4caac9;
  margin: 20px 0 25px 0;
  text-align: center;
}
.section.header .title .subtitle {
  color: rgba(115, 115, 115, 0.8);
  font-size: 25px;
  text-align: right;
}
.section.header .banner {
  margin-bottom: 25px;
}
.section.header .banner img {
  border: 1px solid rgba(115, 115, 115, 0.8);
  width: 100%;
}
@media print {
  .section.header .banner {
    display: none;
  }
}
.section.header .navbar .menu {
  display: grid;
  justify-content: center;
  align-content: center;
  gap: 4px;
  grid-auto-flow: column;
}
.section.header .navbar .menu a {
  display: block;
  color: #737373;
  text-decoration: none;
  padding: 10px 25px;
}
.section.header .navbar .menu a:hover {
  color: #73bdd5;
}
.section.header .navbar .menu a.current {
  color: #4caac9;
}
@media screen and (max-width: 1024px) {
  .section.header > .container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .section.header .title {
    margin: 10px 0 10px 0;
    font-size: 25px;
  }
  .section.header .title .subtitle {
    font-size: 15px;
  }
  .section.header .banner {
    margin-bottom: 0px;
  }
}
@media print {
  .section.header .title {
    margin: 10px 0 15px 0;
    font-size: 35px;
  }
  .section.header .title .subtitle {
    font-size: 25px;
  }
  .section.header .banner {
    margin-bottom: 0px;
  }
}
/* Section - Content */
.section.content {
  min-height: calc(100vh - 700px);
}
.section.content > .container {
  max-width: 980px;
  margin: 0 auto;
}
.section.content .seperator {
  margin: 25px 0;
  border-top: 2px solid rgba(115, 115, 115, 0.2);
}
.section.content .sideBar.rightBar {
  padding-left: 15px;
  border-left: 2px solid rgba(76, 170, 201, 0.15);
}
.section.content .sideBar.leftBar {
  padding-right: 15px;
  border-right: 2px solid rgba(76, 170, 201, 0.15);
}
.section.content .sideBar.leftBar .title {
  font-size: 25px;
  line-height: 25px;
  color: #4caac9;
  margin: 20px 0 25px 0;
  text-align: center;
}
.section.content .sideBar.leftBar .title .subtitle {
  color: rgba(115, 115, 115, 0.8);
  font-size: 16px;
  text-align: right;
}
.section.content .sideBar .header {
  background: #177f9e;
  color: #fff;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 25px;
  text-align: center;
  padding: 5px;
}
.section.content .sideBar .button {
  display: block;
  position: relative;
  font-size: 16px;
  margin-bottom: 5px;
  /*overflow: hidden;*/
}
.section.content .sideBar .button.weekButton {
  text-align: right;
}
.section.content .sideBar .button.weekButton .weekNumber {
  position: absolute;
  top: -2.5px;
  left: 0px;
  font-size: 40px;
  text-align: left;
  line-height: 40px;
  color: #fff;
  /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
}
.section.content .sideBar .button.subButton {
  margin-left: 15px;
}
.section.content .sideBar .button.current {
  background: #c94c50;
  border: 2px solid #932a2d;
}
@media print {
  .section.content .sideBar {
    display: none;
  }
}
.section.content .servicegroups .servicegroup {
  margin-bottom: 25px;
}
.section.content .servicegroups .servicegroup .servicegroupName {
  background: #2e74b5;
  color: #fff;
  padding: 8px 10px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.section.content .servicegroups .servicegroup .servicegrouMembers {
  margin-left: 50px;
  column-width: 200px;
}
.section.content .servicegroups .servicegroup .servicegrouMembers .servicegroupMember {
  margin: 5px 0;
}
.section.content .agenda .year {
  background: #2e74b5;
  color: #fff;
  padding: 8px 10px;
  font-size: 18px;
  font-weight: 500;
}
.section.content .agenda .event {
  margin: 5px 0 5px 50px;
  display: flex;
}
.section.content .agenda .event .eventDate {
  flex: 1;
  max-width: 200px;
}
.section.content .agenda .event .eventName {
  flex: 1;
}
.section.content .weekOverview .weekNumber {
  color: rgba(115, 115, 115, 0.8);
  font-size: 18px;
  text-align: right;
  font-weight: 500;
}
.section.content .weekOverview .weekName {
  font-size: 35px;
  line-height: 1em;
  color: #4caac9;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 500;
}
@media print {
  .section.content .weekOverview .weekName {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.section.content .weekOverview .meeting {
  break-inside: avoid;
  margin-bottom: 25px;
}
.section.content .weekOverview .meeting .meetingName {
  background: #2e74b5;
  color: #fff;
  padding: 8px 10px;
  font-size: 18px;
  font-weight: 500;
  print-color-adjust: exact;
}
.section.content .weekOverview .meeting .meetingSection {
  background: #71c0ff;
  color: #fff;
  padding: 4px 6px;
  font-weight: 500;
  print-color-adjust: exact;
}
.section.content .weekOverview .meeting .part {
  margin: 5px 0;
  display: flex;
}
.section.content .weekOverview .meeting .part .partStartTime {
  flex: 1;
  min-width: 50px;
  max-width: 50px;
}
.section.content .weekOverview .meeting .part .partName {
  flex: 1;
}
.section.content .weekOverview .meeting .part .partSpeaker {
  flex: 1;
  max-width: 250px;
  text-align: right;
}
.section.content .weekOverview .meeting .task {
  margin: 5px 0 5px 50px;
  display: flex;
}
.section.content .weekOverview .meeting .task .taskName {
  flex: 1;
}
.section.content .weekOverview .meeting .task .taskAssignee {
  flex: 1;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .section.content .weekOverview {
    margin: 0;
  }
}
.section.content .login .errorMessage {
  border: 1px solid #bf6161;
  background: #ffdcdc;
  padding: 15px;
  margin-bottom: 25px;
}
.section.content .login form input {
  min-width: 200px;
}
.section.content .login form .row {
  max-width: 450px;
  margin: 15px auto;
}
.section.content .login form .navigation {
  display: flex;
  margin: 0 auto 25px auto;
  align-items: center;
  justify-content: center;
}
.section.content .login form .navigation .button {
  flex: 0;
}
.section.content .manageEvents form,
.section.content .managePersons form,
.section.content .manageWeek form {
  width: 100%;
}
.section.content .manageEvents form > .row,
.section.content .managePersons form > .row,
.section.content .manageWeek form > .row {
  width: 100%;
  margin-bottom: 5px;
}
.section.content .manageEvents form > .row.section,
.section.content .managePersons form > .row.section,
.section.content .manageWeek form > .row.section {
  background: #2e74b5;
  color: #fff;
  padding: 2px 3px;
  font-size: 18px;
  font-weight: 500;
  print-color-adjust: exact;
}
.section.content .manageEvents form > .row.subSection,
.section.content .managePersons form > .row.subSection,
.section.content .manageWeek form > .row.subSection {
  background: #8fc3f4;
  color: #fff;
  padding: 2px 3px;
  font-weight: 500;
  print-color-adjust: exact;
}
.section.content .manageEvents form > .row label,
.section.content .managePersons form > .row label,
.section.content .manageWeek form > .row label {
  margin: 0 5px 0 25px;
  padding-top: 5px;
}
.section.content .manageEvents form > .row label:first-child,
.section.content .managePersons form > .row label:first-child,
.section.content .manageWeek form > .row label:first-child {
  margin-left: 0;
}
.section.content .manageEvents form > .row label + input[type="checkbox"],
.section.content .managePersons form > .row label + input[type="checkbox"],
.section.content .manageWeek form > .row label + input[type="checkbox"] {
  cursor: pointer;
}
.section.content .manageEvents form > .row .button,
.section.content .managePersons form > .row .button,
.section.content .manageWeek form > .row .button {
  margin-right: 15px;
  padding: 3px;
}
.section.content .manageEvents .event {
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  padding: 5px;
  margin: 5px 0 5px 50px;
}
.section.content .manageEvents .event .eventInfo {
  display: flex;
}
.section.content .manageEvents .event .eventInfo .eventDate {
  flex: 1;
  max-width: 200px;
}
.section.content .manageEvents .event .eventInfo .eventName {
  flex: 1;
}
.section.content .manageEvents .event .eventDetails {
  display: none;
}
.section.content .manageEvents .event.editing .eventInfo {
  display: none;
}
.section.content .manageEvents .event.editing .eventDetails {
  display: block;
}
.section.content .manageEvents .event.editing .eventDetails #date,
.section.content .manageEvents .event.editing .eventDetails #endDate {
  max-width: 75px;
}
.section.content .manageEvents .event.editing .eventDetails #name {
  width: 750px;
}
.section.content .manageEvents .event.clickable:not(.editing):hover {
  border: 1px solid #14738f;
  background: #4caac9;
  color: #fff;
  cursor: pointer;
}
.section.content .managePublications .header {
  background: #2e74b5;
  color: #fff;
  padding: 8px 10px;
  font-size: 18px;
  font-weight: 500;
  print-color-adjust: exact;
  display: flex;
}
.section.content .managePublications .publication {
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  padding: 5px;
  margin: 5px 0 5px 50px;
}
.section.content .managePublications .publication .publicationInfo {
  display: flex;
}
.section.content .managePublications .publication .publicationInfo .publicationName {
  flex: 1 1;
  overflow: hidden;
}
.section.content .managePublications .publication .publicationInfo .publicationNederlands {
  flex: 1 1;
  overflow: hidden;
}
.section.content .managePublications .publication .publicationInfo .publicationNederlands label {
  margin-right: 5px;
}
.section.content .managePublications .publication .publicationInfo .publicationArabisch {
  flex: 1 1;
  overflow: hidden;
}
.section.content .managePublications .publication .publicationInfo .publicationArabisch label {
  margin-right: 5px;
}
.section.content .managePersons .person {
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  padding: 5px;
  margin: 5px 0 5px 50px;
}
.section.content .managePersons .person .personInfo {
  display: flex;
}
.section.content .managePersons .person .personInfo .personName {
  flex: 1 1;
  overflow: hidden;
}
.section.content .managePersons .person .personInfo .personEmail {
  flex: 1;
  max-width: 350px;
  overflow: hidden;
}
.section.content .managePersons .person .personInfo .personGender {
  flex: 1;
  max-width: 50px;
  overflow: hidden;
}
.section.content .managePersons .person .personInfo .personServiceGroup {
  flex: 1;
  max-width: 150px;
  overflow: hidden;
}
.section.content .managePersons .person .personDetails {
  display: none;
}
.section.content .managePersons .person.editing .personInfo {
  display: none;
}
.section.content .managePersons .person.editing .personDetails {
  display: block;
}
.section.content .managePersons .person.clickable:not(.editing):hover {
  border: 1px solid #14738f;
  background: #4caac9;
  color: #fff;
  cursor: pointer;
}
.section.content .manageWeek .weekNumber {
  color: rgba(115, 115, 115, 0.8);
  font-size: 18px;
  text-align: right;
  font-weight: 500;
}
.section.content .manageWeek .weekName {
  font-size: 35px;
  line-height: 1em;
  color: #4caac9;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 500;
}
@media print {
  .section.content .manageWeek .weekName {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.section.content .manageWeek .meeting {
  break-inside: avoid;
  margin-bottom: 25px;
}
.section.content .manageWeek .meeting .meetingName {
  background: #2e74b5;
  color: #fff;
  padding: 8px 10px;
  font-size: 18px;
  font-weight: 500;
  print-color-adjust: exact;
  display: flex;
}
.section.content .manageWeek .meeting .meetingName input {
  background: none;
  font-size: 18px;
  color: #fff;
  flex: 1;
  margin-right: 5px;
}
.section.content .manageWeek .meeting .meetingName input.time {
  max-width: 100px;
}
.section.content .manageWeek .meeting .meetingName input.date {
  max-width: 100px;
}
.section.content .manageWeek .meeting .meetingName input:last-child {
  margin-right: 0px;
}
.section.content .manageWeek .meeting .meetingSection {
  background: #71c0ff;
  color: #fff;
  padding: 4px 6px;
  font-weight: 500;
  print-color-adjust: exact;
}
.section.content .manageWeek .meeting .meetingSection input {
  width: calc(100% - 15px);
  background: none;
  color: #fff;
  font-weight: 500;
}
.section.content .manageWeek .meeting .part {
  margin: 5px 0;
  display: flex;
}
.section.content .manageWeek .meeting .part .partTime {
  flex: 1;
  min-width: 50px;
  max-width: 50px;
}
.section.content .manageWeek .meeting .part .partTime input {
  width: calc(100% - 20px);
}
.section.content .manageWeek .meeting .part .partName {
  flex: 1;
}
.section.content .manageWeek .meeting .part .partName input {
  width: calc(100% - 20px);
}
.section.content .manageWeek .meeting .part .partSpeaker {
  flex: 1;
  max-width: 450px;
  text-align: right;
}
.section.content .manageWeek .meeting .part .partSpeaker select {
  width: calc(50% - 5px);
  margin-right: 5px;
}
.section.content .manageWeek .meeting .part .partSpeaker select:last-child {
  margin-right: 0px;
}
.section.content .manageWeek .meeting .task {
  margin: 5px 0 5px 50px;
  display: flex;
}
.section.content .manageWeek .meeting .task .taskName {
  flex: 1;
}
.section.content .manageWeek .meeting .task .taskName input {
  width: calc(100% - 20px);
}
.section.content .manageWeek .meeting .task .taskAssignee {
  flex: 1;
  max-width: 450px;
}
.section.content .manageWeek .meeting .task .taskAssignee select {
  width: calc(50% - 5px);
  margin-right: 5px;
}
.section.content .manageWeek .meeting .task .taskAssignee select:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  .section.content .manageWeek {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .section.content > .container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .section.content .sideBar,
  .section.content .sideBar.rightBar {
    padding: 0;
  }
  .section.content .sideBar.leftBar,
  .section.content .sideBar.rightBar.leftBar {
    border: none;
    border-bottom: 2px solid rgba(76, 170, 201, 0.15);
  }
  .section.content .sideBar.rightBar,
  .section.content .sideBar.rightBar.rightBar {
    border: none;
    border-top: 2px solid rgba(76, 170, 201, 0.15);
  }
  .section.content .sideBar .header,
  .section.content .sideBar.rightBar .header {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .section.content .sideBar .button,
  .section.content .sideBar.rightBar .button {
    font-size: 14px;
    padding: 6px;
    margin-bottom: 5px;
  }
  .section.content .weekOverview .meeting .meetingName {
    padding: 6px 8px;
    font-size: 16px;
  }
  .section.content .weekOverview .meeting .meetingSection {
    padding: 2px 4px;
  }
  .section.content .weekOverview .meeting .part {
    margin: 3px 0;
  }
  .section.content .weekOverview .meeting .part .partStartTime {
    min-width: 40px;
    max-width: 40px;
  }
  .section.content .weekOverview .meeting .task {
    margin: 3px 0 3px 40px;
  }
  .section.content .weekOverview .weekName {
    font-size: 25px;
    margin-top: 5px;
    margin-bottom: 15px;
  }
}
/* Section - Footer */
.section.footer {
  font-size: 12px;
  padding-top: 25px;
}
.section.footer > .container {
  max-width: 980px;
  margin: 0 auto;
}
.section.footer .bottomnav {
  border-top: 2px solid rgba(76, 170, 201, 0.15);
  padding-top: 25px;
}
.section.footer .bottomnav .title {
  font-weight: bold;
}
@media print {
  .section.footer .bottomnav {
    display: none;
  }
}
.section.footer .copyright {
  text-align: right;
  font-size: 0.8em;
  padding-bottom: 25px;
}
.section.footer .printed {
  display: none;
}
@media print {
  .section.footer .printed {
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  .section.footer .bottomnav {
    padding: 15px 0;
  }
  .section.footer > .container {
    padding: 0 15px;
  }
}
body.beheerPage .section.header > .container,
body.beheerPage .section.content > .container,
body.beheerPage .section.footer > .container {
  max-width: none;
  padding: 0 15px;
}
body.beheerPage .section.content .sideBar {
  max-width: 250px;
}
body.beheerPage .section.content .sideBar .header {
  margin-bottom: 5px;
  font-size: 20px;
  padding: 3px;
}
body.beheerPage .section.content .sideBar .button {
  margin-bottom: 5px;
  padding: 3px;
  font-weight: 400;
}
body.beheerPage .section.content .sideBar .button .weekNumber {
  font-size: 33px;
  line-height: 33px;
  left: 0px;
  top: -4px;
}
@media screen and (max-width: 768px) {
  body.beheerPage .section.content .sideBar {
    max-width: none;
  }
}
/*# sourceMappingURL=moerwijk.css.map */