.form-required:after {
  content: "*";
  color: red;
}

.js-filter-wrapper {
  display: none;
}

.tabledrag-toggle-weight-wrapper,
.field-multiple-drag,
.tabledrag-hide {
  display: none;
}

.description {
  font-size: 0.9rem;
  color: slategray;
}

input[type=text],
input[type=email],
input[type=password] {
  padding: 0.3rem;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

input[type=number] {
  text-align: right;
}

a {
  color: #0a6eb4;
}
a:visited {
  color: #0a6eb4;
}
a:hover {
  color: #000f33;
}

select {
  padding: 0.3rem;
}

textarea {
  width: 100%;
  padding: 0.3rem;
  box-sizing: border-box;
  font-family: sans-serif;
}

table {
  width: 100%;
}

th, td {
  padding: 0.6rem;
  vertical-align: top;
}

thead {
  text-align: left;
}

tr:nth-child(2n) {
  background-color: lightgrey;
}

.bezoeken-dashboard-highlight-form #edit-gemeentes > div {
  display: inline-block;
}

#block-pp-theme-local-actions {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
}
#block-pp-theme-local-actions li {
  list-style-type: none;
  display: block;
}
#block-pp-theme-local-actions a {
  padding: 1rem;
  display: block;
  background-color: #ffda47;
  transition: all 0.3s;
  text-decoration: none;
  font-weight: bold;
  color: black;
}
#block-pp-theme-local-actions a:hover {
  background-color: #ffaf47;
}

#block-pp-theme-local-tasks > ul {
  margin: 0;
  padding: 0;
  display: flex;
}
#block-pp-theme-local-tasks > ul li {
  list-style-type: none;
  display: block;
}
#block-pp-theme-local-tasks > ul a {
  padding: 1rem;
  display: block;
}
#block-pp-theme-local-tasks > ul a.is-active {
  background-color: white;
}

.button {
  background-color: var(--color-sint-red);
  color: white;
  border: none;
  padding: 0.8rem;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.4s;
}
.button:hover {
  background-color: var(--color-kern);
}

.checklist-progress {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.checklist-progress__item-done {
  background-color: #87ff97;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  border: solid 1px dimgray;
  box-sizing: border-box;
}
.checklist-progress__item-warning {
  background-color: #ffb254;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  border: solid 1px dimgray;
  box-sizing: border-box;
}
.checklist-progress__item-error {
  background-color: #ed7070;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  border: solid 1px dimgray;
  box-sizing: border-box;
}

.field--widget-pp-baseline-kind h4 {
  margin: 0 !important;
  font-weight: normal !important;
}
.field--widget-pp-baseline-kind th {
  padding: 0 !important;
}
.field--widget-pp-baseline-kind td > .form-item,
.field--widget-pp-baseline-kind td .ajax-new-content > .form-item {
  margin-bottom: 0.3rem;
  display: inline-flex;
  margin-right: 1rem;
  gap: 1rem;
}
.field--widget-pp-baseline-kind td > .form-item label,
.field--widget-pp-baseline-kind td .ajax-new-content > .form-item label {
  padding-top: 0.3rem;
}
.field--widget-pp-baseline-kind td > .form-item input[type=number],
.field--widget-pp-baseline-kind td .ajax-new-content > .form-item input[type=number] {
  width: 3rem;
}

.overview-table {
  border: solid 1px lightslategray;
}
.overview-table__row {
  border-bottom: solid 1px lightslategray;
}
.overview-table__header {
  background: lightslategray;
  color: white;
}
.overview-table__cell {
  border-right: solid 1px lightslategray;
}

.pp-header {
  align-items: flex-end;
  position: relative;
  color: white;
}
.pp-header__logo > a {
  display: block;
}
@media screen and (max-width: 500px) {
  .pp-header__logo > a {
    display: inline-block;
    left: -1rem;
    top: -0.4rem;
    position: relative;
  }
  .pp-header__logo > a img {
    height: 5rem;
  }
}
@media screen and (min-width: 600px) {
  .pp-header {
    display: flex;
  }
}
.pp-header a {
  color: white;
  text-decoration: none;
  border-bottom: solid 1px;
  margin-bottom: 1px;
}
.pp-header a:hover {
  border-bottom: solid 2px;
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .pp-header__menu {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .pp-header__menu {
    display: flex;
    align-items: flex-end;
  }
}
.pp-header__logo a {
  border: none !important;
  margin: 0 !important;
}
.pp-header__jaargang-label {
  padding: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 8px 8px 0 0;
  display: inline-block;
}
.pp-header__menu-jaargang {
  padding: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0 8px 8px 8px;
  display: flex;
}
.pp-header__kern-menu, .pp-header__personal-menu, .pp-header__sub-menu {
  padding: 0;
  margin: 0;
  display: flex;
}
.pp-header__kern-menu > li, .pp-header__personal-menu > li, .pp-header__sub-menu > li {
  list-style-type: none;
  margin-right: 6px;
  padding-right: 6px;
  border-right: solid 1px rgba(255, 255, 255, 0.3);
}
.pp-header__kern-menu > li:last-of-type, .pp-header__personal-menu > li:last-of-type, .pp-header__sub-menu > li:last-of-type {
  border-right: none;
  margin-right: unset;
}
.pp-header__kern-menu {
  border-left: solid 1px white;
  padding-left: 6px;
}
.pp-header__menu-general-group {
  padding: 6px;
}
@media screen and (min-width: 600px) {
  .pp-header__account {
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
}

.pp-bezoek-form {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.pp-bezoek-form__aside {
  height: 100%;
  min-width: 400px;
}

.layout-sidebar {
  max-width: 90rem;
  display: flex;
  gap: 2rem;
}
.layout-sidebar__main {
  max-width: 60rem;
}
.messages {
  padding: 1rem;
  margin-bottom: 0.6rem;
}
.messages--status {
  background-color: #74a674;
}

.svg-extended-icon {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  height: 100%;
}
.svg-extended-icon__image {
  padding-top: 3px;
}
.svg-extended-icon__pending {
  height: 6px;
  width: 6px;
  background: darkgoldenrod;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: -3px;
}
.svg-extended-icon__clarification {
  position: relative;
  height: 1rem;
  min-width: 1rem;
  padding: 0.1rem;
  border-right: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.svg-extended-icon:hover {
  background: lightgrey;
}
.svg-extended-icon:hover .svg-extended-icon__details {
  display: block !important;
}
.svg-extended-icon__details {
  position: absolute;
  top: 20px;
  display: none;
  background: white;
  left: 100%;
  z-index: 10;
  border: solid 1px slategray;
}

.pp-form-fixed-actions {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  background: white;
}

@media screen and (min-width: 500px) {
  .pp-medewerker-briefje {
    display: inline-block;
  }
}
.pp-medewerker-briefje label, .pp-medewerker-briefje__label {
  color: white;
  position: absolute;
  width: 100%;
  height: calc(100% - 10px);
  top: 10px;
  left: 0;
  text-align: center;
  z-index: 0;
}
@media screen and (min-width: 400px) {
  .pp-medewerker-briefje label, .pp-medewerker-briefje__label {
    display: none;
  }
}
.pp-medewerker-briefje__header {
  display: none;
}
@media screen and (min-width: 400px) {
  .pp-medewerker-briefje__header {
    display: flex;
  }
}
@media screen and (min-width: 400px) {
  .pp-medewerker-briefje__row {
    display: flex;
  }
}
.pp-medewerker-briefje__day {
  width: 100%;
  padding: 0.3rem;
}
@media screen and (min-width: 400px) {
  .pp-medewerker-briefje__day {
    width: 130px;
  }
}
@media screen and (min-width: 575px) {
  .pp-medewerker-briefje__day {
    width: 300px;
  }
}
.pp-medewerker-briefje__dagdelen {
  display: flex;
  gap: 1px;
}
@media screen and (min-width: 400px) {
  .pp-medewerker-briefje__dagdelen {
    width: 100%;
  }
}
.pp-medewerker-briefje__action {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.pp-medewerker-briefje__action:hover {
  background-color: white;
}
.pp-medewerker-briefje__checkbox {
  background-color: lightcoral;
  transition: background-color 0.3s;
  display: flex;
  justify-content: center;
}
.pp-medewerker-briefje__checkbox.-active {
  background-color: var(--color-status-ok);
}
.pp-medewerker-briefje__row {
  border-bottom: solid 1px lightgrey;
}
.pp-medewerker-briefje__spacer {
  background-color: lightgrey;
}
.pp-medewerker-briefje__dagdeel {
  display: flex;
  justify-content: center;
}
.pp-medewerker-briefje__checkbox, .pp-medewerker-briefje__dagdeel, .pp-medewerker-briefje__spacer {
  position: relative;
  padding: 2rem 0.3rem 1.4rem;
  flex: 1 1 0px;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .pp-medewerker-briefje__checkbox, .pp-medewerker-briefje__dagdeel, .pp-medewerker-briefje__spacer {
    flex: 1 1 90px;
    padding: 0.3rem;
  }
}
@media screen and (min-width: 960px) {
  .pp-medewerker-briefje__checkbox, .pp-medewerker-briefje__dagdeel, .pp-medewerker-briefje__spacer {
    flex: 1 1 120px;
  }
}

.pp-toer--bezoeken-table {
  position: relative;
  height: 960px;
  display: flex;
}
.pp-toer--bezoeken-table__times {
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: lightgrey;
}
.pp-toer--bezoeken-table__hour {
  box-sizing: border-box;
  border-bottom: solid 1px white;
  height: 60px;
  padding: 0.2rem;
  font-size: 0.8rem;
}
.pp-toer--bezoeken-table__bezoeken {
  background-color: slategray;
  width: 100%;
  height: 100%;
}
.pp-toer--bezoeken-table__bezoek {
  width: 100%;
  box-sizing: border-box;
  padding-left: 55px;
  background-color: coral;
  position: absolute;
}

.pp-bezoeken {
  min-width: 500px;
}
.pp-bezoeken__header {
  padding-left: 52px;
}
.pp-bezoeken__day-section {
  position: relative;
  padding-left: 52px;
  min-height: 48px;
}
.pp-bezoeken__day-section-day {
  position: absolute;
  top: 0;
  left: 0;
  border: solid 1px slategray;
}
.pp-bezoeken__toer-section {
  width: 180px;
  margin-right: 0.2rem;
}
.pp-bezoeken__day-lane-toer {
  color: slategray;
  width: 499px;
  border-right: solid 1px white;
}
.pp-bezoeken__day-lane-items {
  position: relative;
  width: 960px;
  min-height: 46px;
  background-color: gray;
  border-top: solid 1px white;
}
.pp-bezoeken__day-lane-preview {
  position: absolute;
  left: 200px;
  height: 100%;
  box-sizing: border-box;
  border-radius: 8px;
}
.pp-bezoeken__day-lane-preview.-highlighted {
  box-shadow: inset 0 0 4px 4px white;
}
.pp-bezoeken__day-lane-preview.-vm {
  background-color: #30afdf;
  border: solid 1px dimgray;
}
.pp-bezoeken__day-lane-preview.-nm {
  background-color: darkgoldenrod;
  border: solid 1px dimgray;
}
.pp-bezoeken__day-lane-preview.-av {
  background-color: coral;
  border: solid 1px dimgray;
}
.pp-bezoeken__day-lane-preview:hover {
  opacity: 1;
}
.pp-bezoeken__day-lane-preview:hover .pp-bezoeken__day-lane-preview-bezoek {
  display: block;
}
.pp-bezoeken__day-lane-preview:hover .pp-bezoeken__day-lane-preview-icon {
  opacity: 1;
  color: black;
}
.pp-bezoeken__day-lane-preview-icon {
  position: absolute;
  min-height: 10px;
  min-width: 10px;
  top: 2px;
  right: 1px;
  /**
  &.-warning {
    background-color: red;
    opacity: 1;
  }
  */
}
.pp-bezoeken__day-lane-preview-bezoek {
  position: absolute;
  left: 10px;
  top: calc(100% - 10px);
  display: none;
  z-index: 100;
}
.pp-bezoeken__bezoek-section {
  min-width: 180px;
  padding: 0.2rem;
  border-bottom: solid 1px slategray;
  background-color: white;
}
.pp-bezoeken__bezoek-section:last-of-type {
  border: unset;
}
.pp-bezoeken__day-lane {
  display: flex;
}
.pp-bezoeken__day-lane-label {
  width: 320px;
  font-size: 0.8rem;
  border-right: solid 1px white;
  border-top: solid 1px white;
  background-color: lightgrey;
}
.pp-bezoeken__day-lane-hour-time {
  font-size: 0.8rem;
  padding: 0.2rem;
}
.pp-bezoeken__day-lane-hour {
  width: 59px;
  background-color: lightgrey;
  border-right: solid 1px white;
}
.pp-bezoeken.-vm {
  border-color: lightblue;
  background-color: lightblue;
  height: 12rem;
  margin-bottom: 2px;
}
.pp-bezoeken.-nm {
  border-color: darkgoldenrod;
  background-color: palegoldenrod;
  height: 12rem;
}
.pp-bezoeken.-av {
  border-color: coral;
  height: 12rem;
}

.user-form {
  max-width: 720px;
}
.user-form .form-item {
  margin-bottom: 0.7rem;
}
.user-form .form-item label {
  font-weight: bold;
  display: block;
  margin-bottom: 0.4rem;
}
.user-form legend span {
  font-weight: bold;
  display: block;
  margin-bottom: 0.4rem;
}
.user-form .js-form-type-checkbox {
  margin-bottom: 0 !important;
}
.user-form .option {
  font-weight: normal !important;
  display: inline-block !important;
}

.user-login-form .form-item {
  margin-bottom: 0.7rem;
}
.user-login-form .form-item label {
  font-weight: bold;
  display: block;
  margin-bottom: 0.4rem;
}

.user-pass .form-item {
  margin-bottom: 0.7rem;
}
.user-pass .form-item label {
  font-weight: bold;
  display: block;
  margin-bottom: 0.4rem;
}

.views-exposed-form {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

:root {
  --color-sint-red: #cc0000;
  --color-public: #cc0000;
  --color-kern: #e57b19;
  --color-medewerker: #6a8716;
  --color-white: white;
  --color-status-ok: #74a674;
}

div {
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .-main-styling {
    padding: 1rem;
  }
}
.-main-styling {
  color: #444;
}

h1 {
  margin: 0 !important;
}

h1, h2, h3, h4, h5 {
  font-family: sans-serif;
  margin: 0 0 1rem;
}

html {
  overflow-x: hidden;
}

body {
  font-family: sans-serif;
  background: lightgrey;
  margin: 0;
  overflow-x: hidden;
  box-sizing: border-box;
  width: 100vw;
}

.-bg-white {
  background: white;
}

.-bg-gray {
  background: slategray;
  color: white;
}

.-bg-lightgray {
  background-color: lightgrey;
}

.-border-gray {
  border: solid 1px slategray;
}

.-bg-lightgreen {
  background-color: var(--color-status-ok);
}

.-bg-lightred {
  background-color: lightcoral;
}

.-bg-sint-red {
  background: var(--color-sint-red);
}

.-padding-standard {
  padding: 1rem;
}

.-color-gray {
  color: slategray;
}

.-size-large {
  font-size: 2rem;
}

.-padding-large {
  padding: 2rem;
}

.-border-lightgray {
  border: solid lightgrey;
}

.-border-radius {
  border-radius: 1rem;
}

.-margin-top-large {
  margin-top: 2rem;
}

.-padding-small {
  padding: 0.3rem;
}

.-padding-horizontal-small {
  padding: 0.3rem 0;
}

.-margin-bottom-standard {
  margin-bottom: 1rem;
}

.-margin-bottom-small {
  margin-bottom: 0.3rem;
}

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

@media screen and (min-width: 800px) {
  .-display-flex-from-800 {
    display: flex;
  }
}

.-display-flex-triple {
  display: flex;
  gap: 1rem;
}
.-display-flex-triple > div {
  flex: 1 1;
}

.-display-flex-row {
  display: flex;
  min-width: 100%;
}

.-display-flex {
  display: flex;
  gap: 1rem;
}

.-text-no-wrap {
  text-wrap: nowrap;
}

.-display-flex-between {
  display: flex;
  justify-content: space-between;
}

.-width-120 {
  width: 120px;
}

.-width-210 {
  width: 210px;
}

.-width-300 {
  width: 300px;
}

.-width-600 {
  width: 600px;
}

.-text-small {
  font-size: 0.8rem;
}

.-form-flex-between > div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.-form-input-width-48 input {
  width: 3rem;
}

.-form-input-width-120 input {
  width: 120px;
}

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