@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px !important;
}
body .background {
  position: relative;
}
body .background::before {
  content: "";
  background-image: url(/storage/images/backgrounds/Achtergrond.gif);
  /* filter: grayscale(50%); */
  opacity: 0.25;
  position: absolute;
  background-size: auto !important;
  background-position-x: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  float: left;
  min-height: 95vh;
  width: 100%;
  margin-top: 0px;
  z-index: -1;
}

.layoutAuth_navbar {
  background-color: #008080;
  color: white;
}

.layoutAuth_menu {
  background-color: #008080;
  color: white;
}
.layoutAuth_menu ul {
  background-color: #008080;
}

.layoutAuth_menu:hover {
  background-color: #008080;
  color: white;
}

/* Landscape Phone*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .hideMobileLandscape {
    display: none !important;
  }
  td.hideMobileLandscape,
  th.hideMobileLandscape {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    visibility: collapse !important;
  }
}
/* Portrait Phone*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .hideMobilePortait {
    display: none !important;
  }
  td.hideMobilePortait,
  th.hideMobilePortait {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    visibility: collapse !important;
  }
  .div-action-circle {
    position: fixed;
    margin: 15px 0px 0px 30px;
  }
  .dataTables_wrapper {
    overflow-x: scroll !important;
  }
  .modal-content {
    width: 100%;
    height: 100%;
    margin: 0px !important;
  }
}
@media (max-width: 1024px) {
  .content {
    padding: 0px 0px 0px 0px !important;
  }
  .hide-small-screen {
    display: none;
  }
  .card-container {
    flex-direction: column;
    padding: 0px 5px;
  }
  .card-container .card {
    width: 99% !important;
    max-width: initial !important;
    margin: 10px 5px 10px 0px !important;
    padding: 0px 5px 0px 5px !important;
    overflow: hidden !important;
  }
  .card-container .card-header {
    padding: 1px 10px 0px 15px !important;
  }
}
button.new-item {
  background-color: #008080;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.content {
  padding: 0px 25px 25px 25px;
  margin: 0 auto;
  max-width: 1980px;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.h3-dashboard {
  margin: -10px 0px 0px 0px;
  height: 50px;
}
.h3-dashboard i {
  margin: 0px 10px 0px 5px;
}

.h3-application i,
.h3-card i {
  margin: 0px 10px 0px 5px;
}

h2.titel {
  margin: 20px 0px;
  font-size: 30px;
  color: #008080;
  font-weight: bold;
  text-align: center;
}

h3.subtitel {
  margin: -40px 0px -10px 0px;
  font-size: 20px;
  color: #008080;
  font-weight: bold;
  text-align: center;
}

.div-action-circle {
  display: inline;
  z-index: 3;
}
.div-action-circle .circle {
  background-color: #008080;
  color: white;
  border: 2px solid white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  font-size: 25px;
  margin-left: 5px;
}
.div-action-circle .circle .performaction {
  animation: spin 10s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  } /* Volledige rotatie (360 graden) */
}

.tabs-bar {
  width: calc(100% - 20px);
  margin: 0 auto;
  background-color: #008080;
  color: white;
  border-radius: 4px;
  font-weight: bold;
}
.tabs-bar ul {
  list-style: none;
  padding: 0;
  display: flex;
}
.tabs-bar li {
  padding: 10px 15px;
  cursor: pointer;
}
.tabs-bar li:hover {
  background-color: #005959;
}
.tabs-bar li.active {
  background-color: #004040;
}

.info-dashboard .info-header {
  height: 147px;
  background-color: #008080;
  color: white;
  margin: -10px -10px 0px -10px;
  padding: 1px 5px 0px 5px;
}
.info-dashboard .info-content {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: black;
  border: 1px solid lightgray;
  height: 100px;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
}
.card-container .card {
  background-color: white;
  opacity: 0.95;
  width: calc(50% - 20px);
  margin: 10px;
  padding: 0px 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  max-width: 900px;
  overflow: auto;
}
.card-container .card-header {
  background-color: #008080;
  color: white;
  margin: -10px -10px 0px -10px;
  padding: 1px 10px 0px 10px;
}
.card-container .dataTables_wrapper {
  margin: 15px 0px 5px 0px;
}
.card-container table.table-dashbord {
  width: 100%;
  margin: 15px 0px;
  border-collapse: collapse;
  border: 1px solid #ddd;
  overflow: hidden;
}
.card-container table.table-dashbord th,
.card-container table.table-dashbord td {
  padding: 5px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.card-container table.table-dashbord th {
  width: 40%;
  background-color: #f2f2f2;
}
.card-container table.table-dashbord th,
.card-container table.table-dashbord td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-container table.table-dashbord input {
  outline: none;
}
.card-container table.table-dashbord input:focus {
  outline: none;
  border-bottom: 1px solid #008080;
}
.card-container table.table-card {
  width: 100%;
  margin: 15px 0px;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.card-container table.table-card th,
.card-container table.table-card td {
  padding: 5px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.card-container table.table-card th {
  width: 40%;
  background-color: #f2f2f2;
}
.card-container table.table-card td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-container table.table-card input {
  outline: none;
}
.card-container table.table-card input:focus {
  outline: none;
  border-bottom: 1px solid #008080;
}

.process-section {
  display: flex;
  flex-wrap: wrap;
}
.process-section .process-container:hover {
  background: linear-gradient(to right, transparent 10px, #005959 10px, #005959 calc(100% - 10px), #005959 10px, transparent 10px);
}
.process-section .process-container:hover .arrow-left {
  border-top: 20px solid #005959;
  border-bottom: 20px solid #005959;
}
.process-section .process-container:hover .arrow-right {
  border-left: 10px solid #005959;
}
.process-section .process-container.active {
  background: linear-gradient(to right, transparent 10px, #004040 10px, #004040 calc(100% - 10px), #004040 10px, transparent 10px);
}
.process-section .process-container.active .arrow-left {
  border-top: 20px solid #004040;
  border-bottom: 20px solid #004040;
}
.process-section .process-container.active .arrow-right {
  border-left: 10px solid #004040;
}
.process-section .process-container {
  display: inline-block;
  position: relative;
  margin: 3px 0px;
  height: 40px;
  background: linear-gradient(to right, transparent 10px, #008080 10px, #008080 calc(100% - 10px), #008080 10px, transparent 10px);
  color: white;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
}
.process-section .process-container .arrow-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-top: 20px solid #008080;
  border-bottom: 20px solid #008080;
  border-right: 0;
}
.process-section .process-container .arrow-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 10px solid #008080;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 0;
}
.process-section .process-container .arrow-content {
  padding: 10px 25px;
}
.process-section .process-container .arrow-content .circle {
  background-color: white;
  color: #008080;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  margin-left: 5px;
}

.w3-modal {
  z-index: 150;
}
.w3-modal #statusList,
.w3-modal #actionList {
  list-style: none;
  padding: 0;
}
.w3-modal #statusList li,
.w3-modal #actionList li {
  background-color: #f2f2f2;
  padding: 10px;
  margin: 5px 0;
  cursor: pointer;
}
.w3-modal #statusList li:hover,
.w3-modal #actionList li:hover {
  background-color: #ddd;
}
.w3-modal label {
  font-weight: bold;
}
.w3-modal .w3-modal-content .form-container {
  margin-top: 20px;
  margin-bottom: 20px;
}
.w3-modal .w3-modal-content input[type=text],
.w3-modal .w3-modal-content textarea {
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding: 8px 0;
  margin-bottom: 16px;
  outline: none;
}
.w3-modal .w3-modal-content .btn-send {
  float: right;
  padding: 10px 20px;
  margin: 35px 0px 15px 0px;
  background-color: #008080;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.w3-modal .w3-modal-content .fa-send {
  margin-right: 5px;
}

tr.star-rating .rating {
  cursor: pointer;
}
tr.star-rating .star {
  font-size: 20px;
  padding: 0px;
}
tr.star-rating .star[data-half=true] {
  position: relative;
}
tr.star-rating .star[data-half=true]::before {
  content: "★";
  color: transparent;
  /* Maak de ster transparant */
  position: absolute;
  overflow: hidden;
  /* width: 50%; */
  left: 0;
  top: -0.1em;
  background: linear-gradient(to right, gold 0%, gold 50%, black 50%, black 100%);
  /* Voeg een goud-zwart verloop toe aan de halve ster */
  -webkit-background-clip: text;
  background-clip: text;
}
tr.star-rating .hoverable-star:hover {
  color: gold;
}
tr.star-rating .selected {
  color: gold;
}

/* Stijl voor hover-effect (optioneel) */
button.new-item:hover {
  background-color: #004040;
}

div.showModal {
  display: block;
}

div.hideModal {
  display: none;
}

h1,
h2,
h3 {
  line-height: 60px;
}

div[class*=textSection] table {
  table-layout: fixed;
  width: 100%;
  color: white;
}
div[class*=textSection] table td {
  white-space: nowrap;
}

nav {
  height: 50px;
  padding: 0 16px;
  display: flex;
  align-items: center;
}
nav a {
  text-decoration: none;
}
nav .layout_navbarImg {
  max-width: 500px;
  max-height: 50px;
}
nav div.logo {
  margin-left: 50px;
  position: absolute;
  display: flex;
  align-items: center;
}
nav .m-menu__checkbox {
  display: none;
}
nav label.m-menu__toggle {
  cursor: pointer;
}
nav .m-menu {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 480px;
  width: calc(100vw - 30px);
  height: 100%;
  transform: translate3d(-480px, 0, 0);
  transition: transform 0.35s;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
}
nav .m-menu__overlay {
  background-color: rgba(103, 103, 103, 0.85);
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  display: none;
}
nav .m-menu__header {
  padding: 0 22px;
  height: 50px;
  display: flex;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
nav .m-menu__header span {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  width: 100%;
}
nav .m-menu .m-menu {
  transform: translate3d(480px, 0, 0);
}
nav .m-menu ul {
  height: 100%;
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  padding: 0px 10px;
  overflow-y: auto;
  list-style: none;
}
nav .m-menu ul li:hover {
  background-color: #008080;
}
nav .m-menu ul label:hover {
  color: white;
}
nav .m-menu ul li a {
  display: block;
  text-align: left;
  line-height: 47px;
  text-decoration: none;
  font-style: normal;
  cursor: pointer;
  font-size: 1rem;
  position: relative;
}
nav .m-menu ul li a:hover {
  color: white;
}
nav .m-menu ul li a i {
  width: 25px;
  text-align: center;
  font-size: 20px;
  padding: 0 10px 0 0;
}
nav .m-menu ul li label i {
  width: 25px;
  text-align: center;
  font-size: 20px;
  padding: 0 10px 0 0;
}
nav .m-menu ul li label {
  display: block;
  text-align: left;
  line-height: 47px;
  text-decoration: none;
  cursor: pointer;
  font-size: 1rem;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
nav .m-menu ul li label.a-label__chevron::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 16px;
}
nav .m-menu ul li .-invisible {
  border-bottom: 0;
}
nav .m-menu .m-menu label.m-menu__toggle {
  display: flex;
  border-bottom: 0;
  padding: 0;
  box-sizing: content-box;
}
nav .m-menu__checkbox:checked ~ .m-menu__overlay {
  display: block;
}
nav .m-menu__checkbox:checked ~ .m-menu {
  transform: translate3d(0, 0, 0);
}

* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

div.actions {
  z-index: 500;
  position: relative;
  float: right;
}
div.actions ul {
  list-style-type: none;
  border: none;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #008080;
}
div.actions li {
  display: block;
  transition-duration: 0.5s;
  float: left;
}
div.actions li:hover {
  cursor: pointer;
}
div.actions ul:hover {
  border-radius: 4px 4px 0px 4px;
}
div.actions a {
  display: block;
  background-color: white;
  color: #111111;
  text-align: left;
  padding: 10px;
  text-decoration: none;
}
div.actions a:hover {
  background-color: #008080;
  color: white;
}
div.actions ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  display: none;
  margin-left: -113px;
  width: 150px;
}
div.actions ul li ul li {
  background-color: #111111;
}
div.actions ul li ul li a {
  width: 400px;
  padding: 10px;
}
div.actions ul li:hover > ul,
div.actions ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  position: absolute;
}
div.actions ul li ul li {
  clear: both;
  width: 100%;
}

.ck-editor__editable {
  min-height: 350px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 600;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
}
.modal .modal-header {
  height: 30px;
  width: 100%;
  background: gray;
  border: none;
}
.modal .modal-header p.header {
  display: inline-block;
  margin: 0px 0px 0px 5px;
  padding: 5px 0px 0px 0px;
  color: white;
}
.modal .modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  border: 1px solid white;
}
.modal .modal-content p.content {
  padding: 0px 0px 0px 5px;
  font-size: 13px;
  font-style: italic;
}
.modal form {
  padding: 0px 0px 0px 5px;
}
.modal .close {
  color: white;
  float: right;
  margin-right: 5px;
  font-size: 20px;
  font-weight: bold;
}
.modal .close:hover,
.modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.wrapper {
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

div.loader {
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  opacity: 0.8;
}
div.loader div.spinner {
  display: flex;
  justify-content: center;
  margin-top: 35%;
}
div.loader div.spinner::after {
  content: "";
  width: 50px;
  height: 50px;
  border: 10px solid gray;
  border-top-color: #008080;
  border-radius: 50%;
  animation: spinner 1s ease infinite;
}
@keyframes spinner {
  to {
    transform: rotate(1turn);
  }
}

.tabs_main {
  margin-bottom: 0em;
}
.tabs_main .tabs_wrap {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0px;
  padding: 0px 0px 0px 0px;
}
.tabs_main .tabs_wrap .tab-left {
  display: inline-block;
  background-color: white;
  border: 1px solid #008080;
  border-radius: 25px 0px 0px 25px;
  padding: 12px;
  margin-right: -4px;
  width: 150px;
  text-decoration: none;
  color: gray;
  text-align: center;
}
.tabs_main .tabs_wrap .tab-right {
  display: inline-block;
  background-color: white;
  border: 1px solid #008080;
  border-radius: 0px 25px 25px 0px;
  padding: 12px;
  margin-left: -4px;
  width: 150px;
  text-decoration: none;
  color: #008080 !important;
  text-align: center;
}
.tabs_main .tabs_wrap .tab-selected {
  background-color: #008080 !important;
  color: white !important;
}
.tabs_main .tabs_wrap .tab-deselected {
  background-color: white !important;
  color: #008080 !important;
}
.tabs_main .tabs_wrap .span-selected {
  background-color: white !important;
  color: #008080 !important;
}
.tabs_main .tabs_wrap .span-deselected {
  background-color: #008080 !important;
  color: white !important;
}
.tabs_main .tabs_wrap .counter {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 10px;
  padding: 5%;
  height: 50px;
  display: inline;
  font-size: 10px;
}

button.button {
  border-radius: 4px;
  border: none;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 1em;
  margin-right: 16px;
}
button.button a {
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

button.buttongroup {
  border: none;
  padding: 10px 20px;
  display: inline-block;
  margin: 1px;
}

a {
  text-align: center;
  text-decoration: none;
}

.weergave-table {
  border-collapse: collapse;
  overflow: hidden;
  width: 100%;
  font-size: 13px;
}
.weergave-table thead {
  border-bottom: solid 2px #008080;
}
.weergave-table thead tr:first-child th {
  background-color: #008080;
  border-bottom: solid 2px #008080;
  padding: 10px;
}
.weergave-table thead tr td input {
  width: calc(100% - 20px);
  padding: 0px 0px 0px 16px;
  height: 35px;
  background-color: white;
  border: 2px solid #008080;
  outline: none;
}
.weergave-table thead tr td input[type=text]:focus {
  width: calc(100% - 20px);
  padding: 0px 0px 0px 16px;
  height: 35px;
  background-color: #005959 !important;
  border: 2px solid #008080 !important;
  color: #004040;
  font-weight: bold;
  outline: none;
}
.weergave-table tbody tr {
  cursor: pointer !important;
}
.weergave-table tr th {
  opacity: 0.9;
  color: white;
  text-align: left;
}
.weergave-table tr td {
  background-color: white;
  border-bottom: 1px solid #dddddd;
  opacity: 0.8;
  padding: 0.3em 0.2em 0.3em 0.5em;
  text-align: left;
}
.weergave-table tr:nth-child(even) {
  background-color: white;
  opacity: 0.8;
}
.weergave-table tr:hover {
  background-color: #005959;
  opacity: 1.2;
}
.weergave-table .pag {
  background-color: #dddddd;
  padding: 10px;
  text-align: right;
  opacity: 0.9;
}
.weergave-table .pagination {
  background-color: gray;
  color: white;
  padding: 2px 6px;
  border-radius: 5px;
}
.weergave-table .paginationActive {
  background-color: #008080;
  color: white;
  padding: 2px 6px;
  border-radius: 5px;
}

tbody tr {
  cursor: pointer !important;
}

div.bg1 {
  background: url("/images/backgrounds/background1.jpg");
}

div.bg2 {
  background: url("/images/backgrounds/background2.jpg");
}

div.bg3 {
  background: url("/images/backgrounds/background3.jpg");
}

div.bg4 {
  background: url("/images/backgrounds/background4.jpg");
}

div.bg5 {
  background: url("/images/backgrounds/background5.jpg");
}

div.bg6 {
  background: url("/images/backgrounds/background6.jpg");
}

div.bg7 {
  background: url("/images/backgrounds/background7.jpg");
}

div.padel1 {
  background: url("/images/backgrounds/padel1.jpg");
}

@media screen and (max-width: 600px) {
  div.padel1 {
    background: black;
  }
}
div.background {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  float: left;
  min-height: 95vh;
  width: 100%;
  margin-top: 0px;
}

div.background2 {
  background-color: #eeeeee;
  opacity: 0.95;
  padding-bottom: 50px;
}

button.actions {
  float: right;
  height: 30px;
  width: 40px;
  background-color: #008080;
  border: none;
  border-radius: 5px;
  padding: 4px;
  margin: 5px 5px 5px 0px;
  text-align: center;
  font-size: 16px;
}
button.actions i {
  color: white;
}

#regForm {
  background-color: lightslategray;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 25px;
  margin: 0px auto;
  padding: 40px;
  width: 65%;
  min-width: 300px;
}
#regForm h1 {
  color: white;
}
#regForm label {
  color: white;
  font-size: 15px;
  font-weight: bold;
}
#regForm input {
  padding-left: 11px;
}
#regForm .ck-editor__main {
  margin-bottom: 16px;
}
#regForm .ck-content {
  height: 250px;
}

div.formulier {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
}
div.formulier form {
  border-radius: 5px;
  color: white;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
div.formulier form p {
  padding: 10px 10px 10px 10px;
  color: black;
  font-size: 0.9em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
div.formulier form .row:after {
  content: "";
  display: table;
  clear: both;
}
div.formulier form label {
  display: block;
  margin-left: 15px;
  padding: 3px;
  font-size: 0.8em;
}
div.formulier form input {
  box-sizing: border-box;
  width: calc(100% - 30px);
  border: none;
  border-radius: 5px;
  margin: 0px 15px 10px 15px;
  padding: 5px;
  font-size: 0.8em;
}
div.formulier form textarea {
  box-sizing: border-box;
  width: calc(100% - 30px);
  border: none;
  border-radius: 5px;
  margin: 0px 15px 10px 15px;
  padding: 5px;
  font-size: 0.8em;
}
div.formulier form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: calc(100% - 30px);
  border: none;
  border-radius: 5px;
  margin: 0px 15px 10px 15px;
  padding: 5px;
  font-size: 0.8em;
}
div.formulier form input:-webkit-autofill,
div.formulier form input:-webkit-autofill:hover,
div.formulier form input:-webkit-autofill:focus,
div.formulier form input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
div.formulier form input::-webkit-outer-spin-button,
div.formulier form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
div.formulier form input[type=number] {
  -moz-appearance: textfield;
}
div.formulier form select::-ms-expand {
  display: none;
}
div.formulier form input[type=submit] {
  margin: 20px 2px;
  border: 2px solid #111111;
  width: 100px;
  background-color: #111111;
  color: white;
}
div.formulier form .annuleren {
  margin: 20px 2px;
  padding: 5px;
  width: 100px;
  border-radius: 5px;
  background-color: #111111;
  color: white;
}
div.formulier form div.acties {
  margin-right: 1em;
  text-align: right;
}

input[type=color] {
  width: -webkit-fill-available;
  margin-top: 5px;
}
