@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-size: 62.5%;
  height: 100%;
}

body {
  margin: 0;
  font-size: 1.6em;
  font-family: Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;
  font-weight: 500;
  height: 100%;
}

body.admin, 
body.correspondentie {
  overflow: overlay;
  position: sticky;
}

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-family: inherit;
  font-weight: normal;
  font-size: inherit;
  border-radius: 0;
  margin: 0;
  border-radius: 3px;
}

button,
input,
textarea {
  -webkit-appearance: none;
}
input[type="radio"] {
  cursor: pointer;
  -moz-appearance: radio;
  -webkit-appearance: radio;
  height: auto;
}
input[type="checkbox"] {
  cursor: pointer;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  height: auto;
}

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

textarea {
  min-height: 9rem;
  resize: vertical;
  vertical-align: top;
  outline: 0;
  width: calc(100% - 3rem);
  margin: 0.6rem 2rem 0.6rem 1rem;
  padding: 5px;
}
input[type="month"],
input[type="number"],
input[type="text"],
input[type="password"],
td select {
  outline: 0;
  width: calc(100% - 2rem);
  margin: 0.6rem 1rem;
  padding: 5px;
}
input.small,
select.small {
  width: calc(30% - 1.5rem);
}

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

div.notitie div {
  float: none;
  clear: both;
}

div.notitie > div {
  width: calc(100% - 3rem);
  background-color: #fff;
  margin: 0 2rem 0 1rem;
  padding: 5px;
}

div.notitie .ql-editor {
  font-family: initial;
  font-size: initial;
  color: initial;
  padding: 0 0 1rem 0;
  min-height: 15rem;
}


.ql-time:after {
  content: "\1F559";
}

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


/* FORM ELEMENTS RAPPORTAGE */

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

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

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

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;
  border-radius: 5px;
}

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

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

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

.entry .btn-red {
  margin: .6rem 2rem .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;
}


/* 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;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}

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: .5rem 0;
  margin: 0;
}

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

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

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

#admin_menu ul li ul {
  padding: .1rem 0 0 0;
}

#admin_menu ul li ul li a {
  display: block;
  padding: 0 0 0 4rem;
}

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

#submenu {
  display: none;
}

.dossier #submenu {
  display: block;
}

#parkToon,
#parkRefresh {
  display: none;
}


/* Login */

.login {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  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 .3s, z-index .3s;
}

#graphmodal {
  opacity: 1;
  position: fixed;
  top: 2%;
  left: 5%;
  width: 90vw;
  height: calc(100vh - 6%);
  z-index: 99;
  transition: opacity .3s, z-index .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: 1.8rem;
}

#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: -.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;
  border-radius: 21px;
}

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

#log label,
#log select,
#log input {
  display: block;
}

#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: .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;
}

#icons ul li ul li i {
  float: right;
  background-color: inherit;
}

#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;
}

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

#submenu {
  border-top: 0;
}

#submenu ul {
  margin: 0 1rem;
}

#submenu a {
  padding: .8rem .8rem;
  margin-right: 1rem;
  border-radius: 5px;
}

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

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

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


/* Zoeken */

.ingelogd {
  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 .7rem;
}

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

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

tr#zoekTr th[id] {
  padding: 0.5rem 1rem;
}

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


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

/*** DRAGOVER CORRESPONDENTIE ***/
#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;  
}

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

/* Blocks */

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

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

#inter {
  float: left;
  padding: 1.5rem;
  width: 100%;
}

#inter #content {
  padding: 1.5rem;
}

body:not(.parkeerplaatsen) #inter div:not(.trumbowyg-button-group, .notitie div, .vergoedingen, .entry, .entry div, .submit):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 3.0rem 0.5rem 0;
}


/* Table & Form */

.formatDate,
.formatDate2 {
  background-image: url('iconDatePicker.png');
  background-repeat: no-repeat;
  background-position: 96% center;
  width: 120px !important;
}

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

.short, 
input[type="number"] {
  width: 120px;
}

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

.admin #inter table thead,
.correspondentie #inter table thead,
.zoeken #inter table thead {
  position: sticky;
  top: 150px;
  z-index: 2;
}

body.admin #inter table,
body.admin .loading-message {
  width: 100%;
}

#inter > table,
.loading-message {
  table-layout: fixed;
  width: calc(100vw - 4.5rem);
}

#inter table th,
#inter table td {
  width: auto;
}

#inter table td:has(a:not([class])) {
  width: 30%;
}


#inter table th.icon {
  font-size: 1.8em;
}

body.admin #inter form fieldset table {
  width: 100%;
}

body.admin #inter table td.omschrijving {
  width: 100%;
}

body.admin #inter form fieldset table td.code {
  min-width: 180px;
}

body.admin #inter form fieldset table #waarden td:not(.omschrijving) {
  width: 1%;
  white-space: nowrap;
}

body.admin #inter form fieldset table.referentietabel td input {
  width: 100%;
  margin: 0;
}

body.admin #inter form fieldset table.referentietabel td input[type="submit"] {
  color: #fff;
}


#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;

/* Fix scroll probleem op grote schermen - zorg dat container altijd scrollbaar is */
body.zoeken #inter,
body.admin #inter {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

body.zoeken table#searchResults,
body.admin table#searchResults {
  margin-bottom: 3rem;
}

}

.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;
}

columns caption {
  display: table-caption;
  font-weight: bold;
  text-align: left;
  font-size: 1.2em;
  margin: .3rem 1.2rem;
}

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

th a {
  text-decoration: none;
}

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

tr td {
  padding: 1rem 2rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*** ZOEKEN ***/

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

table#searchResults tr > th:last-child, 
table#searchResults tr > td:last-child{
  width: 50px;
  text-align: center;
  padding: 0;
}

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;
  white-space: nowrap;
}

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


/*** VERGOEDINGEN ***/

/*** VERGOEDINGEN ***/
form fieldset div.vergoedingen {
  clear: both;
  width: auto;
  float: right;
}

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

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

col.uitje {
  width: 280px;
}
col.formatNumeric {
  width: 60px;
}

div#sepa {
  width: 780px;
}

div#sepa input#titel {
  width: 438px;
}

div#sepa input.formatDate {
  width: 150px;
}

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

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

table.vergoedingen th,
table.vergoedingen td {
  padding: 0.75rem 0.5rem;
}

table.vergoedingen td input {
  width: 100%;
  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: "\u20ac";
  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 0 15px 9px;
}

#inter .entry > div  {
  float: left;
  margin: .2rem 2rem .6rem 1rem;
}

columns {
  display: grid;
  gap: 1px 9px;
  width: 100%;
}

fieldset columns {
  gap: 3px;
}

columns[data-size="2"] {
  grid-template-columns: 1fr 1fr;
}

columns[data-size="3"] {
  grid-template-columns: 1fr 1fr 1fr;
}

columns[data-size="2-1-2"] {
  grid-template-columns: 2fr 1fr 2fr;
}

columns .rows3 {
  grid-row: span 3; 
}

/*** VRAGENLIJST ***/

#inter div.entry div label {
  width: auto;
  padding: 0;
  font-weight: normal;
  line-height: normal;
  margin: 0;
}

#inter div.entry > div {
  float: none;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1rem 3rem;
  min-height: 2.8rem;
  margin: 0 2rem 0 1rem;
}

#inter div.entry > div.rij {
  flex-direction: column;
}

#inter div.entry > div.kolom {
  flex-direction: row;
}

#inter div.entry > div.kolom label {
  flex: 1 1 calc(50% - 3rem);
  max-width: calc(50% - 3rem);
}

#inter div.entry div label {
  display: grid;
  grid-template-columns: 21px 1fr;
  align-items: center;
  justify-content: start;
}

#inter div.entry div label span:first-letter {
  text-transform: uppercase;
}

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

#inter .entry div label:has(input[type="text"]) {
  max-width: none;
}

#inter .entry div label input[type="text"] {
  width: 100%;
  padding: 0 3px;
}

.admin #inter .entry input[type="number"]:has(+ select) {
  width: 5%;
  min-width: 72px;
}

.admin #inter .entry input[type="number"] + select {
  width: calc(60% - 30px - 5%);
  max-width: calc(60% - 102px);
}

.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 #inter table td.icon, 
.admin #inter table td.del {
  width: 30px;
}

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

#inter .entry input,
#inter .entry select,
#inter .entry span.omschrijving {
  line-height: 2.8rem;
  height: 2.8rem;
  padding: 0 .5rem;
  float: left;
  margin: .6rem 2rem .6rem 1rem;
}

#inter .entry > input:not(.small),
#inter .entry select:not(.small),
#inter .entry span.omschrijving {
  width: calc(100% - 3rem);
}

#inter #para0204 label {
  clear: left;
}

#inter .entry select {
  padding: 0;
}

body.dossier #inter div.entry.thirty > div {
  width: calc(65% - 24px);
}

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

.admin #inter .entry input[type=checkbox],
.admin #inter .entry input[type=radio] {
  width: auto;
  height: auto;
}

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

#inter .entry label.refresh::after {
  content: "\27F3";
  color: var(--prim-base-04);
  font-size: 2rem;
  font-weight: normal;
  padding: 0 0 0 1rem;
  cursor: pointer;
}

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

#inter td div:has(label) {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 15px;
}

#inter td div label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
}

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

#inter td div label input {
}

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

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

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

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

#inter #para0111 div {
  float: left;
  width: 60%;
}

/* Lists */

.count {
  position: absolute;
  width: 5.0rem;
  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: tk;
}

.ql-editor ul,
.ql-editor ol {
  line-height: initial;
}

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

.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;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

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

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

ol li:hover:after {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .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;
  right: 0;
  top: 0;
  width: 5rem;
  text-align: center;
}

.note {
  width: 100%;
  padding: 1rem;
  height: auto;
  line-height: 2.5rem;
  margin-bottom: .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 .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);
}

.m-1-4.vragenlijsten .wraptable {
  height: 20rem;
}

.icon-folder-empty,
.icon-trash-empty {
  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;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front .ui-widget-header {
  background: #766485 !important;
  border: 0 !important;
}

legend#corrTitle {
  padding-left: 0;
}

button:focus {
  outline: 0;
}

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

ul.ui-widget {
  font-size: .9em !important;
  line-height: 1.7em;
}

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

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

.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;
}

#inter fieldset.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.correspondentie #inter fieldset, 
.admin #inter fieldset {
  margin: 0;
}

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

legend {
  font-weight: bold;
  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*/

div#notitieDiv {
  width: 100% !important;
  padding: 0 0 0 0 !important;
}

#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;
}

#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;
}

#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]{
  display: block;
  width: calc(100% - 2rem);
  background: #fff;
  clear: both;
  margin: 0.6rem 0rem 0.6rem 1rem;
  border: 1px solid silver;
  padding: 7px;
  border-radius: 9px;
  max-height: 40vh;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 1.6rem;
  min-height: 90px;
  align-content: start;
  p {
    all: revert;
    margin-top: 0;
  }
}

span.status {
  float: right;
}

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;
}

#inter fieldset#fieldset_instanties {
  clear: both;
}

#inter fieldset#fieldset_instanties table tr td input {
  width: 100%;
}


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

#inter fieldset.aantekening div.entry textarea {
  width: calc(100% - 3.0rem);
  height: 180px;
}

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

.fifty,
#inter .entry.fifty {
  width: 50%;
  float: left;
}

.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 .fifty .entry input[type=radio] {
  width: auto;
  cursor: pointer;
}

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

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

#inter .dossiergegevens .entry input[type="checkbox"] {
  height: auto;
  width: auto;
  margin: 0;
}

#inter .dossiergegevens .entry div label {
  width: calc((100% - 6rem) / 3);
  margin: 0;
  padding: 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 {
  margin: 0 0.5rem;
}

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

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

#inter div.entry textarea {
  float: left;
}

.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 {
  clear: left;
  width: 100%;
}

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

#vragenlijsttoevoegen {
  display: none;
  float: left;
}


/*** CHECKLIJSTEN ***/

#checklijsttoevoegen {
  display: none;
}

#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% - 3.0rem);
  table-layout: fixed
}

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

#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: .6rem 2rem .6rem 1rem;
}

.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;
}

#inter .comboboxButton {
  border-left: 0px;
  height: 28px;
  margin: .6rem 2rem .6rem 0;
  line-height: 2.8rem;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

#inter .entry .comboboxText {
  margin-right: 0;
  border-right: 0;
  width: calc(100% - 54px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.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% - 3.0rem);
  margin: 0 1.5rem;
}

p.infobox {
  margin: 0;
}

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

.ui-dialog .ui-dialog-content {
  padding: .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;
}

.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: .6rem 2rem .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;
  z-index: 1;
  cursor: pointer;
}

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

#icons li.overzicht>ul li {
  position: relative;
  padding: 0 1.2rem;
}

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

#icons li.overzicht ul li a span {
  display: inline;
}

#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: absolute;
  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;
}


/*** LOGO ***/

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

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

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


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

.cls-3 {
  font-size: 27px;
}

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

.cls-5 {
  font-size: 260px;
  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;
}

/*** 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;
}

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

  > columns, div {
    clear: none;
    float: left;
    width: 60%;
    margin: .6rem 2rem .6rem 1rem;
  } 
  
  > columns input[type="text"] {
    width: 100%;
    margin: 0;
  }

  > #lijst label {
    cursor: grab; /* Regular cursor when the element is ready to be dragged */
  }

  > #lijst label:active {
    cursor: grabbing; /* Changes when the element is being dragged */
  }

  > div .sortable-placeholder {
    background-color: #f0f0f0;
    border: 1px dashed #ccc;
    border-radius: 3px;
    height: 5.6rem; /* You can adjust this based on your label's height */
  }

  > div.regel label:hover::before, 
    > div.rij label:hover::before, 
    > div.kolom label:hover::before, 
    > div li:hover::before{
      position: absolute;
      top: 0;
      right: 0;
      z-index: 10;
      content: "X";
      cursor: pointer;
      color: red;
      font-weight: bold;
      background-color: #fff;
      width: 18px;
      line-height: 18px;
      height: 18px;
      border-radius: 9px;
      border: 1px solid #ccc;
      text-align: center;
  }
  > div.regel label:hover {
    padding-right: 21px;
  }
  > div li:hover::before{
    top: 3px;
    right: 3px;
  }
  > div label span {
    outline: none;
  }

  > div label:hover span {
    overlow: hidden;
  }

  > div select {
    margin: 0;
    width: auto;
  }

  > div textarea {
    flex-basis: 100%; /* Ensures it takes up the full width */
    flex-grow: 1;     /* Allows it to grow and occupy available space */
    width: 100%;
    min-height: 9rem;
    margin: 0;
  }

  input:not(.small,.formatNumeric,[type="checkbox"],[type="radio"],[type="number"]),
    select,
    textarea {
      width: 60%;
  }
  input.twenty:not(.small,.formatNumeric,[type="checkbox"],[type="radio"],[type="number"]),
  select.twenty {
    width: 12%;
  }
  input.forty:not(.small,.formatNumeric,[type="checkbox"],[type="radio"],[type="number"]),
  select.forty {
    width: calc(24% - 30px);
  }
  input.formatNumeric {
    width: 10%;
  }
  input.small,
  select.small {
    width: calc(30% - 1.5rem);
  }
  select:nth-child(3n) {
    width: calc(50% - 3rem);
  }
  div.opties {
    float: left;
    margin: 0.6rem 2rem 0.6rem 1rem;
    width: 60%;
  }
  input[type="text"] {
    width: 100%;
    margin: 0.6rem 0;
  }

  /*** SELECTBOX CONTAINER ***/
  > div .wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    width: 100%;
  }

  > div .wrapper i {
    cursor: pointer;
    font-size: 2.1rem;
  }

  #editable-list-container {
    position: relative;
    top: -10px;
    display: none;
    margin: 0;
    border: 1px solid #333;
    padding: 0;
    background-color: #fff;
    box-shadow: 0px 0px 12px 2px rgba(30, 30, 30, 0.2);
  }

  #editableList li {
    font-size: 1.3rem;
    padding: 1px 5px;
    margin: 0;
    line-height: 2.8rem;
    border: none;
    cursor: grab;
    outline: none;
  }

  #editableList li:hover {
    background-color: #0056b3;
    color: #FFF;
  }

  #saveChanges {
    float:right;
    margin-top: 10px;
    cursor: pointer;
    background-color: #0056b3;
    color: #FFF;
    margin: 0 1rem 1rem 0;
  } 
}


@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: 2.0rem;
  }
  #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: .2rem;
    width: 20rem;
  }
  #icons .open li>ul li {
    padding-right: .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: .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: .5rem 0.1em .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 .5rem;
  }
  #inter .dossierChecklijst .content table .fa-check {
    position: absolute;
    top: 12px;
    left: -3px;
    font-size: 2.0rem;
  }
  /*** 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: -.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: .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 .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: .6rem 1rem;
  }
  #inter #fieldset_partner .beschikbaar {
    width: 70vw;
    height: 40vh;
  }
  #inter #fieldset_partner textarea {
    width: calc(100% - 1.0rem);
  }
  /*** 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 .5rem;
  }
  .zoeken #inter #searchResults tr td {
    white-space: normal;
    padding: 1rem .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;
  }
}