@import "stylesColor.css";

/* ==============================================================  /
Base styles
/  ============================================================== */

*,
*:before,
*:after {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "Trebuchet", "Trebuchet MS", Helvetica, Arial, Lucida, sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}

body {
  margin: 0;
  font-size: 1.6em;
  -webkit-font-smoothing: antialiased;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  height: 100%;
}

body.correspondentie {
  overflow: overlay;
}

body.freeze {
  overflow: hidden;
}

h1,
h2,
h3 {
  font-weight: normal;
  clear: left;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1em;
}

/* Margin-bottom for spacing between text elements */

h1,
h2,
h3,
p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.5;
  direction: ltr;
}

p {
  clear: both;
}

/* Remove browser-specific focus, active and hover styles */

a:focus,
a:active,
a:hover {
  outline: 0;
}

/* Remove img border */

img {
  border: 0;
}

/* Display block for img inside a, for correct height */

a > img {
  display: block;
}

div.entry a[href$=".pdf"] {
  width: 64px;
  height: 64px;
  background-image: url(pdf_ico.png);
  display: inline-block;
  text-decoration: none;
}

/* Correct styles for form elements */

fieldset {
  float: left;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  width: 100%;
}

.cornerLogo {
  float: right;
  height: 25px;
}

.budgetLogo {
  position: absolute;
  top: 30px;
  left: calc((100vw - 335px) / 2);
  width: 335px;
}

button,
input,
select,
textarea {
  font-weight: 500;
  font-family: inherit;
  font-size: 1.3rem;
  border-radius: 0;
  margin: 0;
}

button,
input,
select {
  height: 2.5rem;
}

button,
input,
textarea {
  -webkit-appearance: none;
}

input[type="radio"] {
  cursor: pointer;
  -moz-appearance: radio;
  -webkit-appearance: radio;
}

input[type="checkbox"] {
  cursor: pointer;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}

body.school input[type="checkbox"] {
  height: auto;
  margin-right: 3px;
}

button,
[type="text"],
[type="password"],
[type="submit"],
[type="reset"] {
  -webkit-appearance: none;
}

textarea {
  height: 9rem;
  resize: vertical;
  vertical-align: top;
  outline: 0;
  width: 60%;
  margin: 0.6rem 2rem 0.6rem 1rem;
  padding: 5px;
  font-size: 1.3rem;
}

input[type="number"],
input[type="text"],
input[type="password"],
td select {
  outline: 0;
  width: 60%;
  margin: 0.6rem 2rem 0.6rem 1rem;
  padding: 5px;
}

input.small,
select.small {
  width: calc(30% - 1.5rem);
}

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

input:focus {
  outline: 0;
}

.entry > p {
  clear: both;
  float: left;
  margin-left: calc(15% + 4rem);
  width: calc(85% - 4rem);
  font-size: small;
}

/* FORM ELEMENTS RAPPORTAGE */

body.rapportage h3 {
  float: left;
  clear: left;
  margin: 2rem 0 1.5rem 0;
}

body.rapportage form {
  min-height: 42px;
  margin: 0 0 0 21px;
}

body.rapportage label {
  width: 360px;
  display: inline-block;
  vertical-align: middle;
  line-height: 4rem;
}

body.rapportage label:not(:first-child) {
  width: auto;
}

body.rapportage label.small {
  width: 90px;
}

body.rapportage input.formatNumeric {
  width: 84px;
}

body.rapportage input[type="image"] {
  margin: -8px 5px;
  padding: 2px;
  border: 0;
}

body.rapportage input[type="number"] ~ input[type="image"] {
  margin: -8px 0;
}

/* ==============================================================  /
Base classes
/  ============================================================== */

/* Visibility */

#inter .entry .hidden,
.hidden {
  display: none;
}

.block {
  display: block;
}

.i-block {
  display: inline-block;
}

/*** TAKEN SJABLONEN ***/

body.admin #inter div.entry a.i-block {
  margin-left: 25px;
}

/* Buttons */

[class^="btn"] {
  line-height: 2.5rem;
  border: 0;
  outline: 0;
  display: inline-block;
  cursor: pointer;
  padding: 0 1.5rem;
  text-decoration: none;
  font-size: 1.4rem;
  border-radius: 5px;
}

#zoeken-simpel [class^="btn"] {
  border-radius: initial;
}

[class^="btn"],
#icons i,
#menu a,
#admin_menu a {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

#TerugHoofdVragenlijst,
.btn-red {
  z-index: 1;
  border-radius: 5px;
}

.entry .btn-red {
  margin: 0.6rem 2rem 0.6rem 1rem;
}

body.school input#submitButtonSubMenu {
  position: fixed;
  z-index: 100;
  top: 150px;
  left: 250px;
}

.add-vw {
  top: -3px;
}

.btn-gml {
  clear: both;
  float: right;
  z-index: 2;
  margin: 7px 14px;
}

.btn-tab {
  position: relative;
  top: 4px;
  left: -3px;
  border: 1px solid #333;
  border-radius: 7px;
  border-bottom: none;
  opacity: 0.54;
}

.btn-tab:first-child {
  left: 0;
}

.btn-tab.selected {
  z-index: 1;
  opacity: 1;
}

/* Clearfix */

.clearfix:before,
.clearfix:after,
.entry:before,
.entry:after {
  content: " ";
  display: table;
}

.clearfix:after,
.entry:after {
  clear: both;
}

.clearleft {
  clear: left;
}

/* Element alignment */

.l,
.r,
.c {
  display: block;
}

.l {
  float: left;
}

.r {
  float: right;
}

.c {
  margin-left: auto;
  margin-right: auto;
}

/* Text alignment */

.t-l {
  text-align: left;
}

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

.t-r {
  text-align: right;
}

/* Structure */

#header {
  position: fixed;
  width: 100%;
  z-index: 3;
}

#footer {
  clear: both;
  width: 100%;
  bottom: 0;
}

.row {
  width: 100%;
}

.wrapper {
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}

/* ==============================================================  /
Specific styles
/  ============================================================== */

/*dit is voor de afbeelding te centreren op de inlogpagina*/

div#contentlog > img {
  display: block;
  max-height: 8rem;
  max-width: 100%;
  margin:0 auto 1rem auto;
}

body.login form fieldset legend {
  display: none;
}

#admin_menu {
  display: none;
}

.admin #admin_menu {
  display: block;
  width: 25rem;
  float: left;
  margin: 3rem;
}

#admin_menu ul {
  list-style-type: none;
  padding: 0.5rem 0;
  margin: 0;
}

#admin_menu ul li {
  border-bottom: 2rem;
  margin-bottom: 0.1rem;
}

#admin_menu ul li.sep {
  opacity: 0.7;
  line-height: 2.5rem;
}

#admin_menu ul li a {
  line-height: 4rem;
  display: block;
  text-decoration: none;
  padding: 0 2rem;
  font-size: 1.5rem;
  margin: 0;
}

#admin_menu ul li ul {
  padding: 0.1rem 0 0 0;
}

#admin_menu ul li ul li a {
  display: block;
  padding: 0 0 0 4rem;
  font-size: 1.2rem;
}

.admin #inter {
  float: left;
  width: calc(100% - 31rem);
  margin: 0 0 60px 0;
}

#submenu {
  display: none;
}

.school #submenu,
.dossier #submenu {
  display: block;
}

#parkToon,
#parkRefresh {
  display: none;
}

/* Login */

.login {
  margin: 0;
  font-size: 1.6em;
  -webkit-font-smoothing: antialiased;
  font-family: "Raleway", sans-serif;
  background-image: url("backgroundform.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.login input {
  margin-left: 0;
}

.login .submit {
  width: 100%;
}

#modalbg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 98;
  transition: background 0.3s, z-index 0.3s;
}

#graphmodal {
  opacity: 1;
  position: fixed;
  top: 2%;
  left: 5%;
  width: 90vw;
  height: calc(100vh - 6%);
  z-index: 99;
  transition: opacity 0.3s, z-index 0.3s;
}

#graphbuttons {
  float: right;
  display: grid;
  grid-template-columns: auto auto;
  margin: 1% 0 0 0;
}

#graphs {
  padding: 1% 0 1% 0;
  display: inline-block;
}

#legend * {
  font-size: 18px;
}

#legend p span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 3px 0 0;
}

#legend {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
  padding: 1%;
  margin-top: 1%;
  float: left;
}

#legend p {
  margin: 0 5% 0 1%;
  white-space: nowrap;
  line-height: 18px;
}

#legend img {
  height: 27px;
}

#log {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}

#log:before {
  display: inline-block;
  height: 100%;
  margin-right: -0.25rem;
  content: "";
  vertical-align: middle;
}

#contentlog {
  position: relative;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 38rem;
  max-width: calc(100% - 4rem - 2px);
  padding: 4rem;
}

.logo-login {
  display: block;
  width: 28rem;
  margin: 0 auto 4rem;
}

#log label,
#log select,
#log input {
  display: block;
  font-size: 1.5rem;
}

#log select,
#log input {
  height: 2.8rem;
  margin-bottom: 2rem;
  width: 100%;
}

#log label {
  margin-bottom: 0.7rem;
}

[type="number"],
[type="text"],
[type="password"] {
  margin-bottom: 0.5rem;
  padding: 0 1rem;
  outline: 0;
}

/* Logo */

.logo {
  margin: 1.5rem 0 0 2.5rem;
  height: 70px;
}

.logo img {
  display: block;
  height: 100%;
}

#icons {
  margin-right: 2rem;
}

#icons ul {
  margin: 3.5rem 0 1rem 0;
}

#graphbuttons i,
#icons i {
  display: block;
  font-size: 2.2rem;
  padding: 0.5rem;
  margin: 0.2rem;
  line-height: 3.5rem;
  height: 4.5rem;
  width: 4.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 30px;
  float: left;
  opacity: 0.7;
}

#icons i:hover {
  opacity: 1;
}

#icons span {
  display: none;
}

/* Menu */

.h-menu > ul {
  display: table;
  padding: 0;
  list-style: none;
  line-height: 2.5rem;
}

.h-menu > ul > li {
  float: left;
}

.h-menu > ul > li > a {
  display: inline-block;
  text-decoration: none;
}

#menu {
  float: left;
}

#menu ul,
#submenu {
  margin: 0 3rem;
}

#menu ul {
  line-height: 0;
}

#menu ul li {
  margin-right: 1px;
}

#menu a,
.toggle-menu {
  padding: 1.5rem 2rem;
  margin: 0;
  line-height: 1.1rem;
  font-size: 1.35rem;
}

.parkeerplaatsen #menu #dossierMenuTop,
.zoeken #menu #dossierMenuTop {
  display: none;
}

#submenu {
  border-top: 0;
}

#submenu ul {
  margin: 0 1rem;
  font-size: 1.5rem;
}

#submenu a {
  padding: 0.8rem 0.8rem;
  margin-right: 1rem;
  font-size: 1.35rem;
}

#submenu a:hover,
#submenu .active {
  text-decoration: underline;
}

#submenu li#tabbutton {
  margin-top: 0.8rem;
}

.toggle-menu {
  margin-left: 3rem;
  text-decoration: none;
  display: none;
}

/* Zoeken */

.ingelogd {
  font-size: 13px;
  right: 22px;
  position: absolute;
  z-index: 10;
  top: 10px;
}

#zoeken-simpel {
  margin-right: 3rem;
  float: right;
}

.searchField {
  height: 2.5rem;
  border: 0;
  margin: 0.8rem 0;
  line-height: 2.5rem;
  padding: 0 0.7rem;
  font-size: 1.4rem;
}

#inter .searchField {
  margin: 0;
  width: 100%;
  min-width: 9vw;
  max-width: 12vw;
}

.admin #inter form .searchField {
  border: 0;
  height: 2.3rem;
  line-height: 2.3rem;
  font-size: 1.3rem;
}

a.vrijplus {
  display: inline-block;
  margin-top: 7px;
}

/*** DRAG AND DROP ***/
#container.dragover{
  background-color: lightblue;
}

#container.dragover #inter{
  z-index: -1;
  position: relative;
}

#corrBody .highlight{
  background-color: lightblue;
  cursor: pointer;  
}

#corrBody .highlightDelete{
  background-color: rgb(249, 185, 199);
  cursor: pointer;  
}

/* Blocks */

#container {
  padding: 135px 0 50px 0;
  min-height: calc(100vh - 40px);
  float: left;
  width: 100%;
}

.school #container,
.dossier #container {
  padding-top: 175px;
}

#container.dragover {
  background-color: lightblue;
}

#container.dragover #inter {
  z-index: -1;
  position: relative;
}

#inter {
  padding: 2.5rem 1.5rem;
}

#inter #content {
  padding: 1.5rem;
}

body:not(.parkeerplaatsen) #inter div:not([class]):not([style]) {
  float: left;
  width: 100%;
  margin: 0;
}

.m-1-4 {
  padding: 1.5rem;
  width: 25%;
  float: left;
}

h2 {
  float: left;
  clear: left;
  margin: 1rem;
  width: calc(100% - 2rem);
}

#newVraag {
  width: 90%;
  margin: 0 3rem;
}

#back,
#new,
#newVraag,
.btn-ie {
  float: right;
  clear: right;
  margin: 0.5rem 3rem 0.5rem 0;
}

:disabled {
  opacity: 0.6;
}

/* Table & Form */

.formatDate,
.formatDate2 {
  background-image: url("iconDatePicker.png");
  background-repeat: no-repeat;
  background-position: 96% center;
}

input[type="datetime-local"][data-app="outlook"] {
  background-image: url(outIcon.svg);
  background-position: 144px center;
  background-repeat: no-repeat;
  background-size: 24px;
}

#inter table,
#inter form {
  float: left;
  clear: left;
  width: 100%;
}

#inter .fifty table,
#inter #fieldset_huisgenoten table,
#inter #fieldset_instanties table,
#inter #checklijst,
#inter .sortable_vragenlijst,
#inter .sortable_checklijst,
.parkeerplaatsen #inter form {
  margin-left: 0;
}

#inter #fieldset_huisgenoten table,
#inter #fieldset_instanties table {
  width: calc(100% - 1.5rem);
}

#inter .sortable_checklijst,
#inter .sortable_vragenlijst {
  width: 100%;
  margin-top: 10px;
}

.sortable_vragenlijst select {
  width: 100%;
  max-width: 550px;
  height: 28px;
}

.loading-message {
  float: left;
  margin-top: 10px;
}

.admin div#para0301 label,
.admin div#para0401 label,
.admin div#para0304 label,
.admin div#para0403 label,
.admin div#para0402 label {
  width: 10%;
}

.admin div#rollen label {
  line-height: 2.8rem;
}

caption {
  display: none;
}

.m-1-4 h3,
th {
  padding: 0.5rem 2rem;
  margin: 0;
  line-height: 3rem;
  text-align: left;
  font-weight: 500;
  font-size: 1.3rem;
}

th a {
  text-decoration: none;
}

.footer {
  padding: 0 2rem;
  clear: both;
  width: 98.5%;
}

tr td {
  padding: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 10vw;
}

body:not(.admin) tr td {
  vertical-align: top;
}

/*** ZOEKEN ***/
.loading-message {
  width: calc(100vw - 4.5rem);
}

tr#zoekTr th[id] {
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

tr#zoekTr th:nth-child(2) {
  width: 10rem;
}

tr#zoekTr th:last-child {
  width: 5rem;
  white-space: nowrap;
}

tr#zoekTr th:last-child label input {
  float: left;
  margin: 8px 3px 0 -3px;
}

tr#zoekTr th select {
  width: calc(100% - 2rem);
  max-width: 270px;
  padding: 3px 0;
}

tr#zoekTr button.order {
  border: none;
  background: transparent;
  white-space: nowrap;
  color: #fff;
  cursor: pointer;
}
tr#zoekTr button.order.active:after {
  font-size: 1.8rem;
}
tr#zoekTr button.order.active.up:after {
  content: ' \2191';
  font-size: 2rem;
}
tr#zoekTr button.order.active.down:after {
  content: ' \2193';
}
.admin #inter table thead,
.correspondentie #inter table thead,
.zoeken #inter table thead {
  position: sticky;
  top: 162px;
  z-index: 2;
}

.correspondentie #inter fieldset {
  margin: 0;
}

body:not(.correspondentie) table#searchResults tr> :nth-child(-n+3) {
  width: 120px;
}

body.admin #header,
body.correspondentie #header,
body.zoeken #header {
  background-color: white;
  padding-bottom: 8px;
}

table#searchResults tr>td:last-child {
  width: 30px;
  text-align: center;
}

body.correspondentie #inter table tr th:nth-child(1) {
  width: calc(20vw - 2rem);
}

body.correspondentie #inter table tr th:nth-child(2) {
  width: calc(50vw - 6.5rem - 120px);
}

body.correspondentie #inter table tr th:nth-child(3) {
  width: 30px;
}

body.correspondentie #inter table tr th:nth-child(4) {
  width: 120px
}

body.correspondentie #inter table tr th:nth-child(5) {
  width: 120px
}

body.correspondentie #inter table tr th:nth-child(6) {
  width: calc(10vw - 2rem);
}

body.correspondentie #inter table tr th:nth-child(7) {
  width: calc(20vw - 2rem - 150px);
}

body.correspondentie tbody tr td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}

tr td.boxverplicht {
  padding-left: 3%;
}

.del-col {
  width: 5rem;
}

.infiniteScrollVragen .deleteButton i,
.infiniteScrollVragenlijsten .deleteButton i,
.admin .deleteButton i {
  font-size: 1.2rem;
}

.deleteButton i,
.editButton i {
  font-size: 1.8rem;
}

/*** BESCHIKBAAR ***/

#inter table.beschikbaar {
  width: 27%;
  min-width: 120px;
  float: left;
  clear: none;
  margin: 0;
}

#inter table.beschikbaar th,
#inter table.beschikbaar td {
  padding: 0.2em;
  line-height: 1.1em;
  text-align: center;
}

#inter table.beschikbaar td input[type="checkbox"] {
  width: auto;
  margin: 0 auto;
  float: none;
}

/*** VERGOEDINGEN ***/

form fieldset div.vergoedingen {
  clear: both;
  width: auto !important;
  float: right !important;
}

form fieldset div.vergoedingen input[type="number"] {
  width: 90px;
}

form fieldset div.vergoedingen input[disabled] {
  opacity: 0.5;
}

col.uitje {
  width: 280px;
}

col.formatNumeric {
  width: 60px;
}

div#sepa {
  width: 780px !important;
}

div#sepa input.formatDate {
  width: calc(40% - 132px - 6rem);
}

div.vergoedingen input[class^="btn"] {
  width: 132px;
  margin: 0.6rem 0;
}

table.vergoedingen td.formatNaam {
  width: 390px;
}

table.vergoedingen th,
table.vergoedingen td {
  padding: 0.75rem 0.5rem;
  vertical-align: middle;
}

table.vergoedingen td input {
  width: calc(100% - 1rem);
  padding: 0.2rem;
  margin: 0.6rem 0;
}

table.vergoedingen td input.formatIBAN {
  min-width: 150px;
}

table.vergoedingen td input.formatYM {
  width: 67px;
  margin: 0.6rem 0.6rem 0.6rem 0;
}

table.vergoedingen td.uitje {
  min-width: 195px;
}

table.vergoedingen td.aantal input[type="number"],
table.vergoedingen td.uitje input[type="number"] {
  width: 39px;
}

table.vergoedingen td.uitje select {
  width: calc(100% - 39px - 1.2rem);
  margin: 0.6rem;
  padding: 0.2rem;
  height: 2.45rem;
}

table.sepa td.formatDecimal,
table.vergoedingen td.formatDecimal,
table.vergoedingen td input.formatDecimal,
table.vergoedingen td input.formatNumeric {
  text-align: right;
}

table.sepa td.formatDecimal {
  padding: 1rem 0.5rem 1rem 2rem;
  width: 105px;
}

table.sepa td.formatIcon {
  padding: 1rem 0.5rem;
  width: 30px;
}

table.sepa td.formatDecimal:before,
table.vergoedingen td.formatDecimal:before {
  content: "€";
  float: left;
}

table.sepa td.formatNumeric {
  text-align: left;
  padding: 1rem 0;
}

/*** FORMS ***/

#inter .entry,
#inter form fieldset legend,
.footer {
  width: 100%;
  font-weight: normal;
}

#inter form fieldset#fieldset_noodcontact legend {
  font-weight: bold;
}

#inter .entry {
  float: left;
  padding: 9px;
}

#inter .entry.forty {
  width: 40%;
  margin: 0;
}

#inter .entry.twenty {
  width: 20%;
  margin: 0;
}

#inter .entry.twenty label {
  overflow: hidden;
}

#inter .entry.right {
  margin: 0;
}

/*** VRAGENLIJST ***/

.admin #inter .entry input#id0305 {
  width: 5%;
}

.admin #inter .entry select#id0402 {
  width: calc(60% - 30px - 5%);
}

.admin .footer {
  width: 100%;
  margin-top: 5px;
  padding: 0;
}

.admin .uitleg {
  margin: 1rem 1.5rem;
  font-size: small;
  float: left;
  clear: none;
  width: calc(100% - 252px);
}

.admin th.extrabtn {
  width: 40%;
}

.admin a.extra {
  float: right;
  margin: 0 0 0 2rem;
  min-width: 90px;
  text-align: center;
}

.admin a.extra.hidden {
  display: block;
  visibility: hidden;
}

.admin td.icon,
.admin td.del {
  width: 30px;
}

.admin td a i.fa {
  font-size: 1.8rem;
}

#inter .entry input,
#inter .entry select {
  margin: 0.6rem 2rem 0.6rem 1rem;
  font-size: 1.3rem;
  display: block;
}

#inter .entry input,
#inter .entry select,
#inter .entry span.omschrijving {
  line-height: 2.8rem;
  height: 2.8rem;
  padding: 0 0.5rem;
  float: left;
  width: auto;
  margin: 0.6rem 2rem 0.6rem 1rem;
  font-size: 1.3rem;
}

#inter tr input.select,
#inter .entry input.select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><polygon points='0,0 100,0 50,50'/></svg>");
  background-size: 9px;
  background-position: right 9px center;
  background-repeat: no-repeat;
  cursor: default;
}

#inter .entry a.editButton {
  display: inline-block;
  float: left;
  margin: 0.6rem 0;
  line-height: 2.8rem;
}

#inter .entry input[readonly] {
  background: transparent;
  background-image: none;
  border: none;
  width: auto;
}

#inter #para0204 label {
  clear: left;
}

#inter .entry select {
  padding: 0;
}

html body.dossier #container #inter div.entry > div {
  margin: 0.6rem 0rem 0.6rem 1rem;
  width: calc(65% - 24px);
}

td input,
td select,
th input,
th select {
  margin: 0.6rem 0rem 0.6rem 1rem;
  height: 28px;
}

.admin
#inter
.entry
input:not(.small):not([type="checkbox"]):not([type="radio"]):not([type="number"]),
.admin #inter .entry select {
  width: 60%;
}

.admin
#inter
.entry
input.forty:not(.small):not([type="checkbox"]):not([type="radio"]):not([type="number"]),
.admin #inter .entry select.forty {
  width: calc(24% - 30px);
}

.admin
#inter
.entry
input.twenty:not(.small):not([type="checkbox"]):not([type="radio"]):not([type="number"]),
.admin #inter .entry select.twenty {
  width: 12%;
}

.admin #inter .entry input[type="checkbox"],
.admin #inter .entry input[type="radio"] {
  width: 1.8rem;
  height: 2.6rem;
}

#inter .entry label {
  width: 100%;
  line-height: 2.5rem;
  margin: 0.6rem 0rem 0.6rem 0rem;
  display: block;
  float: left;
  font-size: 1.3rem;
  font-weight: bold;
}

#inter div.entry div label {
  width: auto;
  max-width: 250px;
  padding: 0 2rem 0 0;
  font-weight: normal;
  white-space: nowrap;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

#inter .entry div label input {
  float: left;
  width: auto;
  margin: 0 0.5rem 0 0;
  padding: 0;
}

#inter td label {
  float: left;
  line-height: 2.5rem;
  margin: 0.6rem;
}

#inter .submit {
  clear: both;
  padding: 0.9rem 0;
}

[type="reset"] {
  margin-left: 1rem;
}

#inter .entry .plus,
#inter .entry .minus {
  width: auto;
  margin-left: 0;
  margin-right: 1rem;
  cursor: pointer;
}

/* Lists */

.count {
  position: absolute;
  width: 5rem;
  right: 1.5rem;
  top: 0.5rem;
  line-height: 3rem;
  padding: 0 1rem;
  font-size: 1.8rem;
  margin: 0;
  text-align: right;
}

.casenaam,
.tags {
  width: 5.2rem;
  position: absolute;
  right: 6.5rem;
  top: 0.5rem;
  line-height: 3rem;
  padding: 0 1rem;
  font-size: 1.8rem;
  margin: 0;
  cursor: pointer;
  z-index: 2;
}
.tags {
  right: 11.7rem;
  width: auto;
}

#inter .casenaam li,
#inter .tags li {
  display: none;
  border: none;
  line-height: 3rem;
  font-size: 1.8rem;
}

#inter .casenaam:hover li,
#inter .tags:hover li {
  display: block;
}

#inter .casenaam.open li,
#inter .casenaam li.active,
#inter .tags.open li,
#inter .tags li.active {
  display: block;
}

ol,
ul {
  line-height: 5rem;
  margin: 0;
  padding: 0;
  counter-reset: li;
}

.parkeerplaatsen ol {
  overflow-y: auto;
  height: 41rem;
}

.parkeerplaatsen ol li {
  content-visibility: auto;
}

.parkeerplaatsen .lijsten ol {
  height: 41rem;
}

#berichten-new.brand-b {
  padding-bottom: 4.3rem;
}

#mail-new.brand-bg {
  padding-bottom: 0;
}

ol li,
#inter ul li {
  list-style-type: none;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

ol li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  font-weight: bold;
  width: 5rem;
  text-align: center;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

ol li:after {
  content: attr(alt);
  position: absolute;
  font-weight: bold;
  width: 5rem;
  text-align: center;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

ol li:hover:after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ui-menu {
  height: 100%;
  overflow-x: hidden;
}

#inter ol a {
  display: block;
  padding-left: 6.5rem;
  padding-right: 0;
  height: 5rem;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 5.5rem);
}

#inter ul:not(#paginas) a {
  display: block;
  padding-left: 2rem;
  padding-right: 4rem;
  height: 5rem;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#inter ul i {
  position: absolute;
  font-size: 1rem;
  right: 0;
  top: 0;
  width: 5rem;
  text-align: center;
}

.note {
  width: 100%;
  padding: 1rem;
  height: auto;
  line-height: 2.5rem;
  margin-bottom: 0.2rem;
  margin-top: 0;
}

#notitiestemp [type="submit"] {
  width: 100%;
}

#notitiestemp ul {
  height: 37.1rem;
  overflow-y: scroll;
}

/* Pagina's */

#paginas {
  padding: 0 1.5rem;
}

#paginas li {
  padding: 0 0.5rem;
}

#paginas li:first-child {
  padding: 0;
}

#inter table.mail-new-list {
  position: relative;
  width: 100%;
  margin-left: 0;
  border-collapse: collapse;
  max-height: 20rem;
}

.icon-mail {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 23px;
}

.wraptable {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 41rem;
  max-height: 41rem;
}

.m-1-4.mail .wraptable {
  max-height: calc((41rem / 8 * 7) - 1px);
  background-color: #edf8fd;
}
.m-1-4.vragenlijsten .wraptable {
  height: 20rem;
}

.icon-folder-empty,
.icon-trash-empty {
  font-size: 21px;
  margin-left: 2%;
  opacity: 0.2;
}

#inter table.mail-new-list tr {
  height: 51px;
}

#inter table.mail-new-list tr td {
  border-bottom: 0;
  padding: 0 1%;
  vertical-align: middle;
}

#inter table.mail-new-list thead tr td {
  padding: 0.8rem 1.5rem;
}

#inter table.mail-new-list thead tr td a {
  display: inline-table;
}

#inter table.mail-new-list thead tr td:nth-child(2) {
  text-align: right;
  height: calc((41rem / 8 * 1));
}

#inter table.mail-new-list thead tr td:nth-child(2) a {
  text-decoration: none;
}

#inter table.mail-new-list tr td:nth-child(1) {
  width: 0.5%;
  padding: 1% 0;
}

#inter table.mail-new-list tr td:nth-child(2) {
  width: 38%;
  max-width: 100px;
}

#inter table.mail-new-list tr td:nth-child(3) {
  width: 40.5%;
  max-width: 100px;
}

#inter table.mail-new-list tr td:last-child {
  width: 15%;
}

#inter table.mail-new-list tbody tr td:nth-child(2) a,
#inter table.mail-new-list tr td:nth-child(3) a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

legend#corrTitle {
  font-size: 17px;
  padding-left: 0;
}

button:focus {
  outline: 0;
}

#correspondentietoevoegen form .entry {
  margin-bottom: 20px;
}

ul.ui-widget {
  font-family: "Raleway", sans-serif;
  font-size: 0.9em !important;
  line-height: 1.7em;
}

ul.ui-menu li.ui-menu-item {
  padding: 0.3rem 0.5rem;
}

.submit {
  width: 95%;
  text-align: right;
}

fieldset .submit {
  position: fixed;
  bottom: 51px;
  right: 30px;
}

.dossier #inter fieldset .submit {
  z-index: 4;
}

input#submitVragen {
  position: fixed;
  top: 150px;
  left: 680px;
  z-index: 4;
}

#geenVragenlijsten,
#dossierVragenlijsten {
  clear: left;
  width: calc(100% - 3rem);
  margin-left: 1.5rem;
}

#inter fieldset {
  margin-bottom: 30px;
}

.admin #inter fieldset {
  margin: 0;
}

.fifty,
#inter .entry.fifty {
  width: 48%;
  float: left;
  margin-right: 2%;
}

.tfive {
  width: 23%;
  float: left;
  margin-right: 2%;
}

#inter .thirty .entry input[type="radio"] {
  width: auto;
  cursor: pointer;
}

#inter .thirty .entry input {
  width: 54.2%;
}

legend {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}

#id0201 th {
  padding: 0.5rem 1.5rem;
}

#id0201 th:nth-child(4) {
  padding: 0.5rem 0 0.5rem 0;
  text-align: center;
}

#huisgenoten tr td {
  width: calc((80% - 50px) / 3);
  padding: 1rem 1.5rem;
  vertical-align: middle;
  line-height: 3.45rem;
}

#huisgenoten tr td input {
  margin: 0;
  height: 2.8rem;
}

#huisgenoten tr td select {
  height: 2.8rem;
}

#huisgenoten td:nth-child(2),
#huisgenoten td:nth-child(4) {
  width: 5%;
}

#huisgenoten td:last-child {
  width: 50px;
}

#huisgenoten input {
  width: 100%;
}

#huisgenoten input[type="radio"] {
  width: auto;
}

/*Notitie*/

.ui-dialog div#notitieDiv {
  float: none;
  padding: 0;
}

#notitietoevoegen {
  max-height: 440px;
  overflow-y: auto;
}

iframe#notitieFrame {
  height: calc(100% - 5px);
  width: 100%;
}

#notitietoevoegen form {
  height: 420px;
}

#notitietoevoegen h2 {
  width: 100%;
  margin: 0 0 9px 0;
}

#notitietoevoegen input[type="text"],
#notitietoevoegen textarea {
  width: 100%;
  margin: 0 0 15px;
}

#notitietoevoegen textarea {
  height: 16.5rem;
}

#notitietoevoegen #para0205 {
  height: 140px;
  overflow-y: scroll;
  margin: 0 0 15px 0;
}

#notitietoevoegen #para0203 {
  margin-right: 0px;
  width: 50%;
}

#notitietoevoegen #para0203 select {
  width: 100%;
}

.notitieTable {
  width: 100%;
}

#notitietoevoegen p {
  font-size: 0.7em;
  line-height: normal;
  margin: 3px;
}

#notitietoevoegen .submit {
  bottom: 0;
  right: 0;
}

#notitietoevoegen .ui-autocomplete {
  max-height: 100px;
}

#imgDialog {
  display: none;
  width: auto;
  max-width: 100%;
  height: auto;
}

#imgDialog[class^="orient"] {
  display: block;
  margin: 0 auto;
}

#imgDialog.orient6 {
  display: block;
  margin: 60px auto 0 auto;
  transform: rotate(90deg);
  max-width: 480px;
}

#bijlagen a {
  float: left;
}

#footer p {
  margin: 0;
  line-height: 4rem;
  font-size: 1.3rem;
}

/*** CHECK- & VRAGENLIJSTEN ***/

#inter form fieldset p.toelichting {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  cursor: wait;
}

#inter form fieldset p.toelichting:hover {
  animation: open 0.1s linear 0s forwards;
  animation-delay: 1s;
}

@keyframes open {
  from {
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  to {
    line-clamp: initial;
    -webkit-line-clamp: initial;
    cursor: initial;
  }
}

#inter form.dossierVragenlijsten {
  width: 60vw;
  margin: 0 1rem;
}

#inter form.dossierVragenlijsten > fieldset > fieldset {
  border: 1px solid #fff;
  width: calc(100% - 2px);
}

#inter form.dossierVragenlijsten fieldset div.entry {
  display: none;
}

#inter form.dossierVragenlijsten fieldset.active > div.entry {
  display: block;
}

#inter .dossierVragenlijsten fieldset > p {
  float: left;
  width: calc(100% - 22px);
  margin: 5px 0 5px 22px;
  font-size: 0.8em;
}

#dossierChecklijsten fieldset > h3,
.dossierVragenlijsten fieldset > legend {
  width: 100%;
  margin: 0;
  float: left;
  font-size: 1.3em;
  cursor: pointer;
}

.dossierVragenlijsten fieldset > legend > span {
  display: block;
  font-size: 0.7em;
  margin: 3px 14px;
}

#inter .dossierVragenlijsten fieldset fieldset > legend {
  font-size: 1em;
  margin: 0 0 0.9rem 1.8rem;
  width: calc(100% - 1.8rem);
  border: none;
}

#inter .dossierVragenlijsten fieldset > legend > a {
  float: right;
}

#inter .dossierVragenlijsten fieldset > legend > a:hover {
  color: #cc0000;
}

#inter .dossierVragenlijsten fieldset > legend > a.running i {
  animation: fa-spin 2s linear infinite;
}

#dossierChecklijsten fieldset > h3:before {
  content: "\00a0\00a0";
}

#dossierChecklijsten fieldset > h3.closed:before {
  content: "+ ";
}

#inter .dossierVragenlijsten fieldset.active > legend:before {
  content: "- ";
}

#inter .dossierVragenlijsten fieldset > legend:before {
  content: "+ ";
}

#inter .dossierVragenlijsten fieldset.active  div.entry div[contenteditable]{
  width: 100%;
  background: #fff;
  clear: both;
  margin: 0;
  border: 1px solid silver;
  padding: 7px;
  border-radius: 9px;
  max-height: 40vh;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 1.4rem;
  min-height: 90px;
}

#inter .dossierVragenlijsten fieldset.active  div.entry div[contenteditable] p {
  clear: both;
  margin: 1em;
}

span.status {
  float: right;
  color: #009ee0;
}

span.gewijzigd,
span.voortgang {
  float: right;
  clear: right;
  margin-right: 5px;
}

span.voor {
  float: left;
}

#inter .dossierVragenlijsten fieldset.selected {
  border: 1px solid #e98f8f;
}

#inter .dossierVragenlijsten fieldset > fieldset {
  display: none;
  margin-bottom: 21px;
}

#inter .dossierVragenlijsten fieldset.active > fieldset {
  display: block;
}

#inter .dossierVragenlijsten fieldset.active > fieldset.active {
  margin-bottom: inherit;
}

#inter .dossierVragenlijsten fieldset > fieldset > div.entry {
  float: left;
  width: 100%;
  clear: left;
  display: none;
}

#inter .dossierVragenlijsten fieldset.active > fieldset.active > div.entry {
  display: block;
}

#inter
.dossierVragenlijsten
fieldset.active
> fieldset.active
> div.entry
div
label {
  width: auto;
  min-width: 72px;
  margin: 0 5px;
}

#inter
.dossierVragenlijsten
fieldset.active
> fieldset.active
> div.entry.checkbox
div
label {
  width: calc(50% - 10px);
  margin: 0 5px;
}

/*** DIV RIGHT ***/
fieldset#fieldset_leerling div.right {
  float: right;
}

#inter fieldset.instanties {
  clear: both;
}

#inter fieldset.instanties table tr td {
  vertical-align: middle;
}

#inter fieldset.instanties table tr td span.visible {
  display: inline-block;
  width: calc(100% - 21px);
}
#inter fieldset.instanties table tr td span {
  padding: 0;
  border: none;
}

#inter fieldset.instanties table tr td span a.editButton {
  margin: 0 0 0 3px;
}

#inter fieldset.instanties table tr td input {
  margin: 0.6rem 0;
  width: 100%;
}

#inter fieldset.instanties table tr td input.twenty {
  width: calc(20% - 0.6rem);
  margin: 0.6rem 0.6rem 0 0;
}

#inter fieldset.instanties table tr td input.forty:not(.right) {
  width: calc(40% - 0.6rem);
  margin: 0.6rem 0.6rem 0 0;
}

#inter fieldset.instanties table tr td input.forty.right {
  width: 40%;
}

#inter fieldset.aantekening {
  width: 96vw;
}

body.dossier #inter form fieldset.aantekening div.entry {
  float: right;
  width: 64vw;
}

#inter fieldset.aantekening div.entry textarea {
  width: calc(100% - 3rem);
  height: 161px;
  margin: 0 0 6px 0;
  z-index: 2;
}

#inter fieldset.aantekening button.timestamp {
  float: right;
  font-size: 2.2rem;
}

.fifty,
#inter .entry.fifty {
  width: 48%;
  float: left;
  margin-right: 2%;
}

.tfive {
  width: 23%;
  float: left;
  margin-right: 2%;
}

.thirty {
  width: 31.9% !important;
  float: left;
  margin-right: 1%;
}

#inter .sixty,
.sixty {
  width: 66.1%;
  float: left;
  margin-right: 1%;
}

.hundred {
  width: 100%;
}

#inter .thirty .entry input[type="radio"] {
  width: auto;
  cursor: pointer;
}

#inter .thirty .entry input {
  width: 54.5%;
}

#inter .fifty .entry input[type="radio"] {
  width: auto;
  cursor: pointer;
}

#inter .fifty .entry input {
  width: 54.5%;
}

#inter .fifty .entry input.twenty {
  width: calc(10.9% - 1.5rem);
  margin: 0.6rem 1.5rem 0.6rem 0;
}

#inter .fifty .entry input.forty {
  width: calc(21.8% - 1.5rem);
}

#inter .fifty .entry input.fifty {
  width: calc(27.25% - 1.5rem);
}

#inter .dossiergegevens .entry label {
  width: calc(35% - 2rem);
}

#inter .dossiergegevens .entry input:not([type="radio"]),
#inter .dossiergegevens .entry select {
  margin: 0.6rem 0rem 0.6rem 0rem;
  width: 55%;
}

#inter .dossiergegevens .entry div {
  float: left;
  margin: 0;
}

#inter div.enquete div.opties label {
  min-width: auto;
  text-align: center;
}

#inter div.enquete label [type="radio"] {
  margin: 0 calc((100% - 2rem) / 2);
  height: 2rem;
  width: 1.7rem;
}

#inter div.opties {
  float: left;
  width: calc(100% - 24px);
}

@supports (display: grid) {
  #inter div.opties {
    display: grid;
    grid-gap: 0 5px;
  }
  #inter .checkbox div.opties {
    grid-template-columns: repeat(2, minmax(max-content, 1fr));
  }
  #inter .enquete div.opties {
    grid-template-columns: repeat(12, minmax(max-content, 1fr));
  }
  #inter .radio div.opties {
    grid-template-columns: repeat(5, minmax(20%, 1fr));
  }
  #inter
  .dossierVragenlijsten
  fieldset.active
  > fieldset.active
  > div.entry
  > div
  > label {
    width: auto !important;
    margin: 0 !important;
  }
}

#inter .dossierVragenlijsten p > label {
  float: right;
  line-height: 2.5rem;
  padding: 0.5rem;
  color: #005cc8;
  font-weight: 500;
}

#inter .dossierVragenlijsten p > label:first-child::before {
  content: "::";
  left: -5px;
}
#inter .dossierVragenlijsten p > label > input {
  float: left;
  margin: 0 0.5rem;
}

#inter .dossierVragenlijsten p > label > select {
  font-size: inherit;
  color: inherit;
  border-radius: 3px;
}

#inter .dossierVragenlijsten p > label:has(> textarea) {
  clear: right;
  width: 20%;
}

#inter .dossierVragenlijsten p > label > textarea {
  float: right;
  clear: right;
  width: 75%;
  height: 5rem;
  margin: 0;
}

#inter div div.enquete label {
  width: 60vw;
}

#inter div.entry textarea {
  float: left;
  border: 1px solid #a9a9a9;
}

#inter .dossiergegevens .entry div label {
  width: auto;
  line-height: 2.8rem;
  min-width: 51px;
}

.dossierVragenlijst p {
  margin: 25px 0;
  font-weight: 500;
  font-size: 1.35rem;
}

.dossierChecklijst {
  width: calc(100% - 3rem);
}

.dossierChecklijst div.content {
  display: none;
  padding-top: 15px;
  width: 100%;
  float: left;
}

.dossierVragenlijst legend,
.dossierChecklijst div {
  padding-left: 10px;
  font-size: 1.45rem;
}

.admin #inter > form {
  width: calc(100% - 3rem);
}

#huisgenoten th:nth-child(2) {
  width: 5%;
}

.toevoegen {
  float: left;
  display: none;
  margin: 0 0 3rem 1rem;
}

/*** CHECKLIJSTEN ***/

/*** OUTLOOK AGENDA KEUZE ***/
body.dossier #inter form.agendaKeuze {
  position: absolute;
  top: 72px;
  right: 15px;
  z-index: 10;
  width: auto;
  padding: 5px 0;
  border: 1px solid #999;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 3px 3px rgba(0, 0, 0, 0.14),
    0px 3px 3px rgba(0, 0, 0, 0.12);
}

body.dossier #inter form.agendaKeuze .entry {
  background: none;
  border: none;
}

body.dossier #inter form.agendaKeuze a.sluiten {
  position: absolute;
  top: -7px;
  right: -7px;
  z-index: 11;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #999;
  width: 21px;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 21px;
  height: 21px;
}

body.dossier #inter form.agendaKeuze a.sluiten:hover {
  text-decoration: underline;
}

body.dossier #inter form.agendaKeuze .entry label {
  clear: left;
  width: auto;
}

/*** AGENDA DATUM SCHONEN ***/
td.veld.waarde:hover:after {
  content: "X";
  padding: 0 5px;
  font-weight: bold;
  color: #ff3300;
  font-size: 1.4rem;
}

/*** OUTLOOK EVENTS KEUZE ***/
body.dossier #inter ul#agendaEvents {
  position: absolute;
  z-index: 10;
  background: #fff;
  font-size: 1.2rem;
  list-style: none;
  padding: 5px 7px 5px 40px;
  border: 1px solid #999;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 3px 3px rgba(0, 0, 0, 0.14),
    0px 3px 3px rgba(0, 0, 0, 0.12);
  max-height: 272px;
  overflow-y: auto;
}

body.dossier #inter ul#agendaEvents li {
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  padding: 0 3px;
  margin: 0;
  border-bottom: 2px solid #ebebeb;
}

body.dossier #inter ul#agendaEvents li:hover {
  background-color: #ebf5fd;
}

body.dossier #inter ul#agendaEvents li span {
  display: inline-block;
}

body.dossier #inter ul#agendaEvents li span.slot {
  position: absolute;
  top: -15px;
  right: 3px;
  font-size: 0.9rem;
}

body.dossier #inter ul#agendaEvents li span.day {
  position: absolute;
  font-size: 2.4rem;
  width: 35px;
  height: 30px;
  padding: 5px 0 0 0;
  line-height: 25px;
  text-align: center;
  top: 0;
  left: -35px;
}

body.dossier #inter ul#agendaEvents li span.month {
  position: absolute;
  font-size: 1.2rem;
  width: 35px;
  height: 20px;
  line-height: 15px;
  text-align: center;
  padding: 0 0 5px 0;
  left: -35px;
  bottom: 0;
}

#inter .dossierChecklijst {
  clear: both;
  width: 100%;
  padding-right: 10px;
}

#inter .dossierChecklijst legend {
  margin: 42px 0 0 0;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1.8rem;
}

#inter .dossierChecklijst legend:before {
  padding: 0 10px;
  content: "+";
}

#inter .dossierChecklijst.Open legend:before {
  content: "-";
}

#inter .dossierChecklijst legend span {
  font-size: 1.5rem;
  margin: 0 0 0 20px;
}

#inter .dossierChecklijst p {
  margin: 0 17px 17px 0;
  text-align: right;
}

#inter .dossierChecklijst div.entry label {
  width: auto;
}

#inter .dossierChecklijst div.content {
  display: none;
  padding-top: 15px;
}

#inter .dossierChecklijst div.content table {
  width: calc(100% - 3rem);
  table-layout: fixed;
}

#inter .dossierChecklijst div.content table th,
#inter .dossierChecklijst div.content table td {
  padding: 1.5rem 0 1.5rem 2rem;
}

#inter .dossierChecklijst div.content th:nth-child(1) {
  width: calc(100% - 630px);
}

#inter .dossierChecklijst div.content th:nth-child(2) {
  width: 270px;
}

#inter .dossierChecklijst div.content th:nth-child(3),
#inter .dossierChecklijst div.content th:nth-child(4),
#inter .dossierChecklijst div.content th:nth-child(7) {
  width: 72px;
  text-align: center;
}

#inter .dossierChecklijst div.content th:nth-child(7) {
  padding-right: 20px;
  text-align: right;
}

#inter .dossierChecklijst div.content th:nth-child(5) {
  width: 165px;
}

#inter .dossierChecklijst div.content th:nth-child(6) {
  width: 180px;
}

#inter .dossierChecklijst div.content td.check {
  text-align: center;
}

#inter .dossierChecklijst div.content td input {
  margin: 0;
}

#inter .dossierChecklijst td.taak i.fa {
  font-size: 1.5em;
}

#inter .dossierChecklijst td.taak i.fa.fa-mobile {
  font-size: 1.8em;
}

.pointer {
  cursor: pointer;
}

.disabled {
  cursor: default;
}

#correspondentietoevoegen input[type="text"],
#correspondentietoevoegen textarea {
  width: 90%;
}

#correspondentietoevoegen textarea {
  height: 200px;
}

body.admin #inter div.entry > label {
  width: 15%;
  min-width: 120px;
  margin: 0.6rem 2rem 0.6rem 1rem;
}

body.admin #inter form fieldset div.entry div {
  width: auto !important;
  margin: 0.6rem 2rem 0.6rem 1rem !important;
}

.admin #inter .entry input.formatNumeric {
  width: 10%;
}

.admin #inter .entry select:nth-child(3n) {
  width: calc(50% - 3rem);
}

body.admin #inter div#para0403 label:not(:first-of-type) {
  clear: none;
  width: 30px;
  min-width: auto;
}

body.admin #inter div#para0403 select {
  width: calc((60% - 8.5rem) / 2);
  text-transform: capitalize;
}

.comboboxButton {
  border-left: 0px;
  height: 28px;
  margin: 0.6rem 2rem 0.6rem 0;
  line-height: 2.8rem;
}

.fa-caret-down:before {
  top: -3px;
}

@-moz-document url-prefix() {
  .comboboxButton {
    height: 2.5rem;
    padding: 0px;
  }
}

.entry .comboboxButton {
  height: 28px;
  padding-bottom: 5px;
}

.comboboxText {
  margin-right: 0px !important;
  border-right: 0px !important;
}

.ui-autocomplete {
  max-height: 310px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 200px;
}

#openDocument > span {
  height: 36px;
  width: 36px;
  display: block;
  background-image: url(wordIcon.gif);
  margin-bottom: 20px;
  background-size: 100%;
}

ol:hover + #tip,
#tip:hover {
  display: block;
}

#tip {
  position: absolute;
  display: none;
  z-index: 1;
  width: 360px;
  padding: 5px;
  left: 25%;
  top: -20%;
  min-height: 30px;
  max-height: 270px;
  overflow-x: auto;
  z-index: 100;
  cursor: pointer;
}

#tip p.persoon {
  text-align: right;
  margin: 0 0 0.6em 0;
}

#tip p.persoon i {
  font-size: 90%;
}

#tip p.opleiding {
  font-size: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#tip p.opmerking {
  font-size: 90%;
  margin: 0 0 0.6em 0;
}

#kaartDiv {
  height: 500px;
  width: cc(100% - 3rem);
  margin: 0 1.5rem;
}

p.infobox {
  margin: 0;
}

.ui-dialog {
  height: 100vh;
  width: 100vw;
  padding: 0;
}


body:not(.correspondentie) .ui-dialog .ui-dialog-content {
  padding: 0.5em 2.5em !important;
  width: auto !important;
  max-width: 95vw !important;
  min-height: 79px !important;
  max-height: calc(95vh - 40px) !important;
  height: auto;
  left: 0;
  top: 0;
}


body:not(.correspondentie) .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-resizable {
  position: fixed !important;
  width: auto !important;
  max-width: 95vw !important;
  min-height: 79px !important;
  max-height: 95vh !important;
  height: auto;
  top: 2vh !important;
}

.ui-dialog .ui-dialog-titlebar-close {
  right: 1.3em;
}

#inter .entry label.uploadimg {
  clear: both;
  width: 33%;
  cursor: pointer;
  text-align: center;
  margin: 0.6rem 2rem 0.6rem 1rem;
}

#inter .entry label.uploadimg input[type="file"] {
  display: none !important;
}

div#para0400 {
  float: left !important;
  margin-bottom: 12px;
  position: relative;
}

div#para0400 img {
  height: 180px;
  margin: 6px;
  float: right;
  cursor: zoom-in;
}

div#para0400 input#verwijderImg {
  border: none;
  position: absolute;
  width: 31px;
  float: right;
  right: 7px;
  top: 7.1px;
  margin: 0;
  font-size: 21px;
  z-index: 1;
  cursor: pointer;
}

#icons li.overzicht > ul {
  display: none;
  position: absolute;
  width: 290px;
  text-decoration: none;
  top: 13px;
  z-index: 5000;
  list-style-type: none;
  left: 2px;
}

#icons li.overzicht > ul li {
  position: relative;
}

#icons li.overzicht ul li a {
  text-decoration: none;
}

#icons li.overzicht ul li a span {
  display: block;
  padding-left: 12px;
}

#icons li.overzicht:hover > ul,
#icons li.overzicht > ul:hover {
  display: block;
}

p#aantalGevonden {
  float: left;
  clear: both;
  margin: 1rem;
}

textarea.stopwoorden {
  height: 73vh;
}

/*** BUSY ***/

div#busy {
  display: none;
  position: fixed;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  padding: 0;
  margin: 0;
}

div#busy div {
  margin: calc((100vh - 120px) / 2) 0 0 calc((100vw - 120px) / 2);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*** EMAIL ***/

#email h2 {
  width: calc(100% - 2rem);
}

/*** KANDIDATEN BIJ KOPPELS ***/

#kandidaten ul {
  margin: 18px 51px;
}

#kandidaten ul li {
  list-style-type: upper-latin;
  line-height: 21px;
  padding: 3px;
}

#inter #kandidaten ul li a {
  float: left;
  height: 18px;
}

#inter #kandidaten ul li a.del {
  float: right;
}

/*** DROPZONE TEXT ***/
#inter #dropzone {
  min-height: calc(100vh - 336px);
  z-index: 100;
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
}

/*** FOTOS ***/
.gallery {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: calc(100vh - 336px);
}

.gallery figure {
  height: 21vh;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.gallery figure img {
  max-height: 100%;
  max-width: 100%;
  cursor: pointer;
}

.gallery figure .delete {
  position: absolute;
  z-index: 10;
  color: rgb(234, 0, 0);
  top: -12px;
  right: -12px;
  border: 1px solid red;
  border-radius: 27px;
  width: 27px;
  text-align: center;
  background-color: #fff;
  padding: 3px;
  font-weight: bold;
  cursor: pointer;
}

/*** LOGO ***/

.cls-1,
.cls-2,
.cls-4 {
  font-size: 260.01px;
}

.cls-1,
.cls-2,
.cls-3 {
  fill: #073f7b;
}

.cls-1 {
  font-size: 280px;
  font-family: "Schoolbell", cursive;
  transform: translate(90%, 66%) rotate(-15deg);
}

.cls-2,
.cls-4 {
  font-family: Montserrat;
}

.cls-2,
.cls-3,
.cls-4 {
  font-weight: 700;
}

.cls-3 {
  font-size: 27px;
  font-family: "Schoolbell", cursive;
}

.cls-4,
.cls-5 {
  fill: #51a126;
}

.cls-5 {
  font-size: 260px;
  font-family: "Croissant One", cursive;
  font-style: italic;
}

#path78 {
  transform: scaleX(1.3) scaleY(1.8);
  fill: #073e7a;
}

body link {
  display: none;
}

#icons .burger,
#inter .dossierChecklijst .content #checklijst .fa-check {
  display: none;
}

/*** SCHOOLDOSSIER ***/
fieldset#leerlingen h3,
fieldset#leerlingen p {
  margin: 0 0 0.5rem 0;
}

fieldset#leerlingen h3 {
  font-weight: bold;
}

fieldset#leerlingen h3:nth-child(n + 3) {
  margin: 2rem 0 0.5rem 0;
}

fieldset#leerlingen p {
  font-size: 1.3rem;
}

/*** MAILCHIMP ***/
body.admin a.btn-red.redo {
  font-size: 2.1rem;
  padding: 3px 5px;
  display: inline-block;
  border-radius: 15px;
  line-height: 22px;
  margin: 0 21px;
}

body.admin a.btn-red.redo.running i {
  animation: fa-spin 2s linear infinite;
}

body.admin .mailchimp thead tr,
body.admin .mailchimp tbody {
  visibility: collapse;
}

body.admin .mailchimp thead tr th button.btn {
  float: right;
  position: relative;
  bottom: -5px;
  border: 1px solid #333;
  border-bottom: none;
  border-radius: 9px 9px 0 0;
  opacity: 0.42;
}

body.admin .mailchimp thead tr th button.btn.synced {
  left: -5px;
}

body.admin .mailchimp thead tr th button.btn:hover,
body.admin .mailchimp.notsynced thead tr th button.btn.notsynced,
body.admin .mailchimp:not(.notsynced) thead tr th button.btn.synced {
  opacity: 1;
  z-index: 1;
}

body.admin .mailchimp thead tr th button.btn:hover {
  z-index: 2;
}

body.admin .mailchimp thead tr.tabs,
body.admin .mailchimp:not(.notsynced) thead tr.synced,
body.admin .mailchimp:not(.notsynced) tbody#synced {
  visibility: visible;
}

body.admin .mailchimp.notsynced thead tr.notsynced,
body.admin .mailchimp.notsynced tbody#notsynced {
  visibility: visible;
}

@media only screen and (max-width: 500px) {
  .toggle-menu {
    margin-left: 1rem;
  }
  #zoeken-simpel {
    margin-right: 1rem;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .m-1-4 {
    width: 50%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .m-1-4 {
    width: 33%;
  }
}

@media screen and (max-width: 768px) {
  #container {
    overflow-x: hidden;
  }
  #inter {
    padding: 0;
  }
  /*** menu ***/
  #menu,
  #submenu {
    display: none;
  }
  #menu {
    position: absolute;
    top: 100%;
    left: 3rem;
    z-index: 10;
  }
  #menu ul {
    margin: 0;
    padding: 0;
  }
  #menu li {
    list-style-type: none;
    display: block;
    clear: left;
  }
  #menu a {
    display: block;
    text-decoration: none;
  }
  .toggle-menu {
    display: block;
  }
  #header {
    z-index: 10;
  }
  .parkeerplaatsen .brand-bg,
  .dossier .brand-bg,
  .zoeken .brand-bg,
  .admin .brand-bg {
    height: 9rem;
  }
  #inter table {
    width: 100%;
    margin: 0;
  }
  /*** top menu **/
  #icons {
    position: absolute;
    right: 0;
    margin: 0;
    z-index: 10;
  }
  #icons li:not(:first-child) {
    display: none;
  }
  #icons .burger {
    display: block;
  }
  #icons .burger i:hover {
    transition: transform 1s;
    transform: rotate(0deg);
    opacity: 0.7;
  }
  #icons ul:not(.open) {
    margin-right: 2rem;
  }
  #icons .open {
    position: relative;
    width: 100vw;
    direction: rtl;
    padding-right: 2rem;
  }
  #icons .open li {
    display: block;
    float: right;
    clear: right;
  }
  #icons .open li.burger i {
    transform: rotate(90deg);
  }
  #icons .open li > ul {
    right: 0.2rem;
    width: 20rem;
  }
  #icons .open li > ul li {
    padding-right: 0.5rem;
    width: 20rem;
  }
  #icons ul li > ul:not(.open) {
    margin-right: 0;
  }
  /*** parkeerplaatsen page **/
  .m-1-4 {
    min-height: auto;
    width: 100%;
  }
  .m-1-4 .casenaam {
    pointer-events: none;
  }
  .m-1-4 .unfold .casenaam {
    pointer-events: auto;
  }
  .m-1-4 .mail-new-list,
  .berichten-new-list {
    display: none;
  }
  #parkeerplaatsenInter .m-1-4 ol {
    height: 26rem;
  }
  .m-1-4 .unfold .mail-new-list,
  .m-1-4 .unfold .berichten-new-list {
    display: block;
  }
  .m-1-4 .brand-bg.unfold,
  .m-1-4 .unfold .wraptable {
    height: auto;
  }
  .m-1-4 .unfold .wraptable .mail-new-list tr td:nth-child(3) a {
    left: -35vw;
    top: 22px;
  }
  /*** submenu dossier page **/
  #submenu {
    margin: auto;
    height: auto;
  }
  #submenu ul {
    padding-top: 1rem;
    margin: 0;
  }
  #submenu ul li a:before,
  #submenu ul li button:before {
    font-family: fontAwesome;
  }
  #submenu ul li a,
  #submenu ul li button {
    font-size: 0;
  }
  #submenu ul li a:before,
  #submenu ul li button:before {
    font-size: 2.5rem;
  }
  #submenu ul li#tabpersoon a:before {
    content: "\f007";
  }
  #submenu ul li#tabinstanties a:before {
    content: "\f1ad";
  }
  #submenu ul li#tabvragen a:before {
    content: "\f128";
  }
  #submenu ul li#tabcheck a:before {
    content: "\f0ca";
  }
  #submenu ul li#tabkoppel a:before {
    content: "\f2b5";
  }
  #submenu ul li#tabcorres a:before {
    content: "\f0e0";
  }
  #submenu ul li#tabKaart a:before {
    content: "\f279";
  }
  #submenu ul li#tabbutton button:before {
    content: "\f0c7";
  }
  #submenu ul li#tabbutton {
    margin-top: 0;
  }
  #submenu ul a,
  #submenu a.active,
  #submenu a:hover,
  #submenu input [type="submit"] {
    padding: 0 4px;
    margin: 0 5px;
  }
  /*** vrijwilliger page ***/
  .dossier #inter .thirty,
  .dossier #inter .sixty {
    margin-right: 0;
  }
  #inter fieldset,
  #inter .aantekening.sixty,
  #inter .aantekening.sixty #para0100.entry,
  #inter .aantekening.sixty #para0400.entry {
    width: 100% !important;
  }
  #inter .aantekening.sixty #para0400 > label.uploadimg {
    width: 10rem;
  }
  #inter .aantekening.sixty #para0100.entry {
    padding: 1rem 0;
  }
  #inter .aantekening.sixty #para0100.entry textarea {
    margin: 2vw;
  }
  #inter fieldset.aantekening button {
    margin: 2vh 2vw 2vh 0;
  }
  #inter .dossiergegevens .entry label {
    width: 50%;
  }
  #inter .dummy {
    display: none;
  }
  #inter .dossiergegevens .entry input:not([type="radio"]),
  #inter .dossiergegevens .entry select,
  #inter .thirty .entry input,
  #inter .thirty .entry select {
    width: calc(100% - 5rem);
    margin: 0.6rem 1rem;
  }
  #inter .dossiergegevens div,
  #inter #persoonFieldset.thirty div,
  #inter #fieldset_moeder.thirty div {
    width: 100% !important;
    margin: 0;
  }
  #inter .dossiergegevens .entry div label {
    line-height: 3.2rem;
  }
  #inter #para0203.entry div label,
  #inter #para02030.entry div label {
    line-height: 4rem;
    margin: 0.5rem 0.1em 0.5rem 1rem;
  }
  /*** school aanmelding page ***/
  body.school input#submitButtonSubMenu {
    top: 135px;
    left: 90px;
  }
  #inter #para0333.entry div,
  #inter #para0433.entry div {
    float: left;
  }
  .school #inter textarea {
    width: 90%;
  }
  #inter #fieldset_vader .beschikbaar {
    width: 70%;
  }
  /*** deelnemer page instantie page ***/
  #inter #para0242.entry div label {
    line-height: 3rem;
  }
  #inter #fieldset_huisgenoten,
  #inter #fieldset_instanties,
  .dossier #inter #koppelingGegevens {
    display: none;
  }
  /*** deelnemer page vragenlijst page ***/
  #inter button#submitVragen {
    font-family: fontAwesome;
    font-size: 0;
    border: 0;
    top: 20rem;
    left: 85vw;
  }
  #inter button#submitVragen:before {
    font-size: 2.5rem;
    content: "\f0c7";
  }
  #inter #vragenlijsttoevoegen form {
    margin: auto;
    width: calc(100vw - 5vw);
  }
  #inter #selectVragenlijstDropdown {
    width: calc(100vw - 5vw);
    margin-bottom: 1rem;
  }
  #inter #new {
    width: 25rem;
    margin: 2rem 1rem;
    float: left;
  }
  #inter #dossierVragenlijsten .entry textarea {
    width: calc(100vw - 24vw);
  }
  #inter div.enquete div.opties label {
    width: calc(100% / 3 - 10px);
  }
  /*** deelnemer page checklijsten page **/
  #inter #checklijsttoevoegen form {
    margin: 1rem;
  }
  #inter .btn-gml,
  #inter .dossierChecklijst h3,
  #inter .dossierChecklijst .content p,
  #inter .dossierChecklijst .content .entry {
    display: none;
  }
  #inter .dossierChecklijst {
    width: 100%;
  }
  #inter .dossierChecklijst,
  #inter .dossierChecklijst .content {
    padding: 0;
  }
  .dossier #inter .dossierChecklijst .content table {
    border-collapse: collapse;
    width: 100%;
  }
  #inter .dossierChecklijst .content table th,
  #inter .dossierChecklijst .content table td {
    display: none;
  }
  #inter .dossierChecklijst .content table td {
    padding: 0 2rem;
    border: 0;
  }
  #inter .dossierChecklijst .content table th:first-child,
  #inter .dossierChecklijst .content table td:first-child {
    display: block;
    width: 100%;
  }
  #inter .dossierChecklijst .content table td.veld {
    display: block;
    width: 20rem;
    padding: 0 2rem;
  }
  #inter .dossierChecklijst .content table td.datum,
  #inter .dossierChecklijst .content table td.casemanager {
    display: block;
    float: right;
    font-size: 1.1rem;
    padding: 0 0.5rem;
  }
  #inter .dossierChecklijst .content table .fa-check {
    position: absolute;
    top: 12px;
    left: -3px;
    font-size: 2rem;
  }
  /*** deelnemer page koppel page ***/
  input[type="text"],
  td select,
  input.small,
  select.small {
    width: 80%;
  }
  #inter #kandidaten #selKandidaat.entry {
    width: 100%;
  }
  #inter #koppelingmaken table {
    margin-left: -0.2rem;
  }
  #inter #koppelingmaken td {
    width: 100%;
    display: block;
  }
  #inter #koppelingmaken td:nth-child(odd) {
    border: 0;
  }
  #inter #koppelingmaken td input {
    width: calc(100vw - 8rem);
    margin: 0.6rem 0rem;
  }
  .dossier #inter tr th {
    width: 50%;
  }
  .dossier #inter #searchResults th:nth-child(n + 4),
  .dossier #inter #searchResults td:nth-child(n + 4) {
    display: none;
  }
  .dossier #inter #searchResults tr th {
    width: calc(100vw / 4);
    padding: 0 0.5rem;
  }
  .dossier #inter #searchResults tr td {
    padding: 1rem;
  }
  /** maatje page **/
  #inter #para0107.entry div label {
    width: calc(100vw / 5);
    margin: 0.5rem 1rem;
    line-height: 3.6rem;
  }
  #inter #para0107.entry div label input {
    width: 5vw;
  }
  #inter #persoonFieldset.fifty div {
    width: 100% !important;
    margin: 0;
  }
  #inter .fifty .entry input,
  #inter .fifty .entry select {
    width: calc(100vw - 15vw);
    margin: 0.6rem 1rem;
  }
  #inter #fieldset_partner .beschikbaar {
    width: 70vw;
    height: 40vh;
  }
  #inter #fieldset_partner textarea {
    width: calc(100% - 1rem);
  }
  /*** admin ***/
  .admin #admin_menu {
    width: 19rem;
  }
  .admin #inter fieldset {
    width: 100%;
  }
  /*** zoeken page ***/
  .zoeken #inter #searchResults tr th#DCTh select {
    margin: 0;
  }
  #inter #searchResults tr th {
    width: calc(100vw / 4);
    padding: 0 0.5rem;
  }
  .zoeken #inter #searchResults tr td {
    white-space: normal;
    padding: 1rem 0.5rem;
    word-break: break-word;
  }
  .zoeken #inter #searchResults th:nth-child(n + 5),
  .zoeken #inter #searchResults td:nth-child(n + 5) {
    display: none;
  }
  /*** email ***/
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front {
    width: 95% !important;
  }
}
