/* Minification failed. Returning unminified contents.
(1403,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1552,27): run-time error CSS1030: Expected identifier, found '.'
(1552,31): run-time error CSS1031: Expected selector, found ')'
(1552,31): run-time error CSS1025: Expected comma or open brace, found ')'
(1852,27): run-time error CSS1030: Expected identifier, found '.'
(1852,31): run-time error CSS1031: Expected selector, found ')'
(1852,31): run-time error CSS1025: Expected comma or open brace, found ')'
(1862,27): run-time error CSS1030: Expected identifier, found '.'
(1862,31): run-time error CSS1031: Expected selector, found ')'
(1862,31): run-time error CSS1025: Expected comma or open brace, found ')'
(1867,27): run-time error CSS1030: Expected identifier, found '.'
(1867,31): run-time error CSS1031: Expected selector, found ')'
(1867,31): run-time error CSS1025: Expected comma or open brace, found ')'
(1871,29): run-time error CSS1030: Expected identifier, found '.'
(1871,33): run-time error CSS1031: Expected selector, found ')'
(1871,33): run-time error CSS1025: Expected comma or open brace, found ')'
(1881,29): run-time error CSS1030: Expected identifier, found '.'
(1881,33): run-time error CSS1031: Expected selector, found ')'
(1881,33): run-time error CSS1025: Expected comma or open brace, found ')'
(1886,29): run-time error CSS1030: Expected identifier, found '.'
(1886,33): run-time error CSS1031: Expected selector, found ')'
(1886,33): run-time error CSS1025: Expected comma or open brace, found ')'
(1911,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
@charset "UTF-8";

#cms_messages {
  opacity: 0;
  z-index: 9998 !important;
  min-width: 350px;
  max-width: 600px;
}

#cms_messages .alert {
  font-size: 0.8rem;
}

#cms_messages .single-line {
  padding-top: 2px;
}

#cms_messages svg {
  width: 24px;
  height: 24px;
  stroke-width: 4;
  fill: none;
}

.alert,
.validation-summary-primary,
.validation-summary-errors,
.validation-summary-success,
.validation-summary-warning {
  font-size: 0.9rem;
  margin: 8px 16px 20px 16px;
  padding: 12px 16px;
  border-radius: 0 !important;
  font-weight: bold;
}

.alert ul,
.validation-summary-primary ul,
.validation-summary-errors ul,
.validation-summary-success ul,
.validation-summary-warning ul {
  margin: 0px;
  padding: 0px;
}

.alert ul li,
.validation-summary-primary ul li,
.validation-summary-errors ul li,
.validation-summary-success ul li,
.validation-summary-warning ul li {
  list-style-type: none;
}

.alert button span,
.validation-summary-primary button span,
.validation-summary-errors button span,
.validation-summary-success button span,
.validation-summary-warning button span {
  font-size: 1.3rem !important;
}

.alert:empty,
.validation-summary-primary:empty,
.validation-summary-errors:empty,
.validation-summary-success:empty,
.validation-summary-warning:empty {
  display: none;
}

.alert span,
.validation-summary-primary span,
.validation-summary-errors span,
.validation-summary-success span,
.validation-summary-warning span {
  font-size: 0.8rem;
  font-weight: normal;
}

.alert a, .alert svg,
.validation-summary-primary a,
.validation-summary-primary svg,
.validation-summary-errors a,
.validation-summary-errors svg,
.validation-summary-success a,
.validation-summary-success svg,
.validation-summary-warning a,
.validation-summary-warning svg {
  color: inherit !important;
  stroke: inherit !important;
}

.alert-danger,
.cms_message_error,
.validation-summary-errors,
.form-control.error {
  outline: 1px solid #bf1616;
  color: #bf1616;
  stroke: #bf1616;
  background-color: #fce7e7;
}

.alert-success,
.cms_message_success,
.validation-summary-success {
  outline: 1px solid #308c07;
  color: #308c07;
  stroke: #308c07;
  background-color: #d9fcc9;
}

.alert-warning,
.cms_message_warning,
.validation-summary-warning {
  outline: 1px solid #f49b00;
  color: #f49b00;
  stroke: #f49b00;
  background-color: #fff7cc;
}

.alert-primary,
.cms_message_primary,
.validation-summary-primary {
  outline: 1px solid #0f75bc;
  color: #0f75bc;
  stroke: #0f75bc;
  background-color: #cfe9fb;
}

.field-validation-error {
  font-weight: bold;
  font-size: 0.75rem;
  color: #bf1616;
  list-style-type: none;
  padding: 0px 0px 0px 3px;
  margin: 0px 0px 3px 0px;
}

.input-validation-error {
  border: 1px solid #bf1616 !important;
  background-color: #fce7e7 !important;
}

.input-validation-error-cke {
  background-color: #fce7e7 !important;
}

.validation-summary-valid {
  display: none;
}

.validation-summary-footer .validation-summary-errors {
  margin: 24px 0px 0px 0px;
}

@media (max-width: 767.98px) {
  #cms_messages {
    width: 100%;
    max-width: 100%;
  }
}

.spinner-border {
  color: #00b9f0 !important;
  -webkit-animation: spinner-border 1.25s linear infinite;
  animation: spinner-border 1.25s linear infinite;
}

.spinner-border-xl {
  width: 4rem;
  height: 4rem;
  border-width: 0.5em;
}

.spinner-border-sm {
  color: white !important;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
  margin: 0px 0px 0px 8px;
  border-width: 2px;
}

.spinner-fullscreen {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999;
}

.spinner-fullscreen .spinner-border {
  top: 40%;
  width: 7rem;
  height: 7rem;
  margin-left: -3.5rem;
  border-width: 0.75em;
}

.ol-map-container {
  width: 100%;
  height: 600px;
}

.ol-map {
  width: 100%;
  height: 100%;
}

.ol-popup {
  position: absolute;
  opacity: 0;
  background-color: white;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.6));
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #00b9f0 !important;
  bottom: 12px;
  left: -50px;
  min-width: 100px;
  white-space: nowrap;
  z-index: 9999;
  color: #111111;
  font-size: 0.9rem;
}

.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}

.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}

.ol-zoom button {
  border: 1px solid #00b9f0 !important;
  background: linear-gradient(#71deff, #00b9f0);
  margin: 5px;
  padding: 5px;
}

.ol-zoom button svg {
  stroke: #111111;
  stroke-width: 3;
}

.ol-zoom #reset-map-module svg {
  margin-left: 1px;
  stroke-width: 2;
}

.cms_header_logo {
  max-height: 80px;
}

.cms_header_text {
  font-size: 4rem;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px #111111;
  padding-right: 16px;
}

.fout-adres {
  border: 1px solid #f49b00;
  background-color: #ffe8c1 !important;
  padding: 10px 5px;
}

.fout-adres .form-check,
.fout-adres .form-group {
  margin-bottom: 0px;
}

.offcanvas .offcanvas-header img {
  max-height: 30px;
}

.tw-100 {
  width: 130px;
}

@media (max-width: 767.98px) {
  .cms_header_text {
    font-size: 2.25rem;
  }
}

.darkmode .fout-adres {
  color: #111111 !important;
}

.cms_icon {
  width: 24px;
  height: 24px;
  stroke: white;
  stroke-width: 2;
  fill: none;
}

.cms_icon_small {
  width: 18px;
  height: 18px;
  stroke: white;
  stroke-width: 1;
  fill: none;
}

.cms_icon_gray {
  stroke: #666666;
  fill: none;
}

.cms_icon_white {
  stroke: white;
  fill: none;
}

.cms_icon_error {
  stroke: #bf1616 !important;
  fill: none;
}

.cms_icon_card {
  width: 22px;
  height: 22px;
  stroke: white;
  stroke-width: 2;
  fill: none;
}

.cms_icon_plus {
  stroke-width: 2;
}

.cms_icon_file {
  width: 24px;
  height: 24px;
  stroke: transparent;
  stroke-width: 0;
}

.cms_icon_trash {
  width: 22px;
  height: 22px;
}

.cms_flag {
  width: 30px;
  height: 20px;
}

.validation-summary-success-confirm .validation-summary-success li,
.validation-summary-success-confirm .validation-summary-errors li {
  background: none;
  padding-left: 0px;
}

.twofactor a {
  font-size: 0.7rem;
}

.twofactor span {
  letter-spacing: 1px;
  font-size: 1rem;
}

.progress {
  height: 32px;
}

.qrcode-container {
  background-color: white;
}

.img-profilepic {
  height: 36px;
  width: 36px;
  line-height: 36px;
}

.img-profilepic-svg {
  background-color: #666666;
  border: 5px solid #666666;
}

.img-profilepic-text {
  color: white;
  font-size: 0.95rem;
  font-family: Arial;
  background-color: #666666;
  letter-spacing: 1px;
  padding-left: 3px;
}

.img-profilepic-large {
  height: 50px;
  width: 50px;
  line-height: 50px;
}

.img-profilepic-large-text {
  letter-spacing: 3px;
  font-size: 1.3rem;
}

.modal {
  z-index: 9000;
}

.modal .modal-content {
  border: 1px solid #00b9f0;
  border-radius: 0px !important;
  padding: 3px;
}

.modal .modal-header {
  background-color: #00b9f0;
  height: 30px;
  border-radius: 0px !important;
  border-bottom: 0px;
  padding: 0px 8px;
}

.modal .modal-header .modal-title {
  font-family: Arial !important;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  margin: 0px;
}

.modal .modal-header .btn-close {
  filter: invert(1);
  opacity: 1;
  background-size: 50%;
}

.modal .modal-body {
  padding: 8px;
}

.modal .modal-backdrop {
  opacity: 0.3 !important;
}

.modal-dialog {
  margin-top: 4rem;
}

@media (min-width: 575.98px) {
  .modal-dialog {
    margin-top: 4rem;
  }
}

@media (min-width: 767.98px) {
  .modal-dialog {
    margin-top: 8rem;
  }
}

/* bootbox modal */
.bootbox .modal-dialog {
  margin-top: 15rem;
}

.bootbox .modal-title {
  font-size: 1px;
  width: 100%;
  color: transparent !important;
}

.bootbox .modal-header {
  padding: 8px;
}

.bootbox .modal-header h4 {
  margin: 0px;
}

.bootbox .prompt-dialog {
  color: white;
  font-size: 0.9rem;
  font-weight: bold;
}

.bootbox .modal-footer {
  margin: 0px 4px;
}

.bootbox .bootbox-close-button {
  border: 0px;
  background-color: transparent;
  margin: -3px -4px 0px 0px;
  color: white;
  padding: 0px;
  font-size: 1.62rem;
}

.bootbox .bootbox-body {
  font-weight: bold;
  padding: 8px;
}

/* image modal */
.cms_modal_for_image .modal-dialog {
  max-width: 100%;
  margin: 4rem auto;
}

.cms_modal_for_image .modal-content {
  background-color: transparent;
}

.cms_modal_for_image .modal-image-div {
  background-color: white;
  border: 4px solid #00b8f1;
  margin-left: -16px;
}

.cms_modal_for_image img {
  max-height: 70vh;
}

@media (min-width: 575.98px) {
  .cms_modal_for_image .modal-dialog {
    margin: 1.75rem auto;
  }
  .cms_modal_for_image img {
    max-height: 85vh;
  }
}

@media (min-width: 767.98px) {
  .cms_modal_for_image .modal-dialog {
    margin: 4rem auto;
  }
}

.tooltip {
  z-index: 9999;
}

.tooltip-inner {
  background-color: #00b8f1;
  border: 2px solid #006a8b;
  padding: 2px 10px 5px 10px;
  max-width: 400px;
  white-space: pre-wrap;
  border-radius: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #00b8f1;
}

@media (max-width: 575.98px) {
  .tooltip-inner {
    max-width: 350px;
  }
}

.table {
  color: #666666;
  margin-bottom: 0px;
}

.table th {
  border-bottom: 1px solid #999999 !important;
  white-space: nowrap;
  padding: 0.2rem 0.5rem;
  color: #666666;
}

.table tbody tr:hover td {
  background-color: #cdd8f3;
}

.table a {
  text-decoration: none !important;
}

.table a:active,
.table a:hover {
  text-decoration: underline;
}

.table .border-top {
  border-top: 1px solid #999999 !important;
}

.table img {
  max-width: none !important;
}

.table .table-info td {
  background-color: #71deff !important;
}

.table > :not(caption) > * > * {
  border-bottom-width: 0px;
  color: #666666;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
  background-color: #f2f2f2;
  color: #666666;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  color: #666666;
}

.cms_table_nodata tbody tr:hover td {
  background-color: inherit !important;
  cursor: default;
}

.cms_table_datatable,
.cms_table_searchable {
  opacity: 0;
}

.cms_table_small {
  width: auto;
  border: 1px dotted #999999;
}

.cms_table_small td {
  padding: 5px 20px 5px 5px !important;
}

.cms_table_small td:last-of-type {
  padding-right: 5px !important;
}

.cms_table_small tfoot td {
  background-color: #f2f2f2;
}

table .btn-group svg {
  width: 20px;
  height: 20px;
  stroke: white;
  stroke-width: 1;
  fill: none;
  margin: 0px;
}

table .btn-group .btn {
  width: 28px;
  height: 28px;
  min-width: 28px;
  text-align: center;
  padding: 3px !important;
  margin: 2px 0px;
}

table .btn-group a.btn {
  padding-top: 2px !important;
}

@media (max-width: 575.98px) {
  .cms_table_small {
    width: 100%;
  }
}

.dataTable thead th {
  position: relative;
  cursor: pointer;
}

.dataTable thead th:focus {
  outline: none;
}

.dataTable thead .dt-column-order:before {
  content: '';
}

.dataTable thead .dt-ordering-asc .dt-column-order:before {
  color: #666666;
  content: ' ▲';
}

.dataTable thead .dt-ordering-desc .dt-column-order:before {
  color: #666666;
  content: ' ▼';
}

.dataTable tbody td.dt-edit-row {
  padding: 0;
  cursor: default;
}

.dataTable div.dt-slider {
  display: none;
}

.dataTable .dt-type-numeric {
  text-align: right !important;
}

.dataTable .text-start.dt-type-numeric {
  text-align: left !important;
}

.dataTable .dt-odd td {
  background-color: #f2f2f2;
}

.cms_table_editable .dt-edit-row.dt-odd .dt-slider {
  border-top: 1px solid white;
}

.cms_table_editable .dt-edit-row.dt-even .dt-slider {
  border-top: 1px solid #e6e6e6;
}

.cms_table_editable .slider-updatedby .col {
  padding: 0px;
}

.cms_table_editable .dt-edit-no-edit .btn-group:not(.btn-group-edit) .btn-primary,
.cms_table_editable .dt-edit-no-del .btn-group:not(.btn-group-edit) .btn-danger {
  display: none;
}

.cms_table_editable .dt-edit-row .row {
  margin: 0px;
}

.dt-edit {
  width: 1%;
  white-space: nowrap;
  padding: 2px 5px 0px 10px !important;
  text-align: right;
}

.dt-empty {
  padding: 15px !important;
  cursor: default !important;
  text-align: left !important;
  font-weight: bold;
  font-size: 0.8rem;
}

.paging_simple_numbers {
  margin-top: 15px;
  border-top: 1px dotted #999999;
  display: inline-block;
  padding: 0px;
}

.dt-paging-button {
  font-weight: bold;
  font-size: 1.2rem;
  font-family: Arial;
  text-decoration: none !important;
  cursor: pointer;
  margin: 10px 4px 0px 4px;
  display: inline-block;
  border: 1px solid #e6e6e6;
  text-align: center;
  color: #515151;
  min-width: 26px;
  line-height: 100%;
  padding: 3px 3px 2px 3px;
}

.dt-paging-button:hover {
  border: 1px solid #567da3;
}

.dt-paging-button:visited {
  color: #515151;
}

.dt-paging-button.current, .dt-paging-button.disabled {
  color: #999999;
  cursor: default;
}

.dt-paging-button .cms_icon {
  width: 22px;
  height: 20px;
  stroke: #515151;
  margin-top: -1px;
}

.dt-search,
.dt-length {
  display: none;
}

.cms_cursor_pointer,
.cursor-pointer {
  cursor: pointer !important;
}

.cms_cursor_move,
.cursor-move {
  cursor: move !important;
}

.cms_cursor_default,
.cursor-default {
  cursor: default !important;
}

.cms_selectplaceholder:not(:focus) {
  color: #2c9ad4 !important;
}

.col-1-icon {
  padding: 24px 0px 0px 0px;
  width: auto;
}

.col-1-icon a {
  text-decoration: none;
}

.w-1 {
  width: 1%;
}

.w-5 {
  width: 5%;
}

.w-10 {
  width: 10%;
}

.mw-0 {
  min-width: 1px;
}

.badge {
  padding: 2px 5px 4px 5px;
  color: white !important;
  font-size: 0.65rem;
}

.badge.bg-notification {
  color: #111111 !important;
}

.badge-tooltip {
  padding: 2px 5px 3px 5px;
  transform: translatey(-1px);
  cursor: default;
}

.clear-both {
  clear: both;
}

.flag-large {
  width: 38px;
  height: 25px;
}

mark {
  background-color: #ffd700 !important;
  color: #111111;
  padding: 0px;
}

.double-scroll {
  overflow-x: auto;
  user-select: none;
}

.double-scroll .double-scroll-dummy {
  height: 1px;
  overflow-y: hidden;
}

.disabled {
  cursor: not-allowed;
}

hr {
  border-top: 1px dotted #666666;
}

.site-testmode {
  z-index: 9999;
}

.site-testmode .dyn-test {
  opacity: 0.75;
  animation: blinker 1.5s linear infinite;
}

button.badge {
  border: none;
}

.cms_show_hide_paragraph .cms_show_hide_element_ptext {
  padding-left: 32px;
}

.cms_show_hide_paragraph .cms_icon_card {
  stroke: #666666 !important;
  margin-top: -1px;
}

.inner-show-hide {
  padding-left: 32px;
}

.cms_popup_image {
  z-index: 9998;
  display: none;
}

.cms_popup_image img {
  border: 2px solid #00b8f1;
  background-color: white;
  max-height: 150px;
  max-width: 150px;
}

body:not(.tab-used) textarea,
body:not(.tab-used) select,
body:not(.tab-used) input,
body:not(.tab-used) button,
body:not(.tab-used) button:focus,
body:not(.tab-used) a:focus {
  outline: 0 none !important;
  box-shadow: none !important;
}

.cms_scroll_to_top {
  display: none;
  z-index: 9000;
  background-color: #00b8f1;
  opacity: .6;
  cursor: pointer;
}

.cms_scroll_to_top svg {
  width: 30px;
  height: 30px;
  stroke: #c0c0c0;
  stroke-width: 2;
  fill: none;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.list-group a {
  text-decoration: none;
}

.list-group a:nth-of-type(odd) {
  background-color: #f2f2f2;
}

.list-group a:hover {
  background-color: #cdd8f3;
}

.list-group.list-group-transparent a:nth-of-type(even),
.list-group.list-group-transparent a:nth-of-type(odd) {
  background-color: transparent;
}

.list-group .list-group-item {
  color: #567da3 !important;
}

.list-group-text-truncate span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cms_red_bg,
.cms_red_bg td {
  background-color: #f39595 !important;
}

.cms_green_bg,
.cms_green_bg td {
  background-color: #72f537 !important;
}

.cms_highlight_green,
.cms_highlight_green td {
  background-color: #72f537;
  -moz-animation: highlightg 1.5s ease 0s 1 alternate;
  -webkit-animation: highlightg 1.5s ease 0s 1 alternate;
  animation: highlightg 1.5s ease 0s 1 alternate;
}

.cms_highlight_red,
.cms_highlight_red td {
  background-color: #f39595;
  -moz-animation: highlight 1.5s ease 0s 1 alternate;
  -webkit-animation: highlight 1.5s ease 0s 1 alternate;
  animation: highlight 1.5s ease 0s 1 alternate;
}

/* fade colors row crud */
@-webkit-keyframes highlight {
  from {
    background-color: #f39595;
  }
  to {
    background-color: white;
  }
}

@-moz-keyframes highlight {
  from {
    background-color: #f39595;
  }
  to {
    background-color: white;
  }
}

@-keyframes highlight {
  from {
    background-color: #f39595;
  }
  to {
    background-color: white;
  }
}

@-webkit-keyframes highlightg {
  from {
    background-color: #72f537;
  }
  to {
    background-color: white;
  }
}

@-moz-keyframes highlightg {
  from {
    background-color: #72f537;
  }
  to {
    background-color: white;
  }
}

@-keyframes highlightg {
  from {
    background-color: #72f537;
  }
  to {
    background-color: white;
  }
}

.cms_ckeditor {
  opacity: 0;
}

#ckeditor_hidden_value {
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0px;
  padding: 0px;
}

.cke {
  border: 1px solid #00b9f0 !important;
}

.cke_combopanel {
  width: 225px !important;
}

.cke_top {
  border-bottom: 1px solid #00b9f0 !important;
}

.cke_browser {
  background-color: #e6e6e6 !important;
}

.cropper-image {
  width: 200px;
  height: 200px;
  border: 1px solid #c0c0c0;
}

.cropper-container {
  border: 1px solid #00b8f1;
}

.cropper-modal {
  background-color: white;
  opacity: .5;
}

.cropper-line,
.cropper-point {
  background-color: #bf1616;
}

.dashed-v {
  opacity: .25;
}

.cropper-view-box {
  outline: 1px solid #bf1616;
  outline-color: #bf1616;
}

.cropper-buttons .btn-group .btn {
  min-width: 35px;
  width: 35px;
}

.cropper-buttons .btn-group .rotate-cw svg {
  transform: rotate(45deg);
  max-width: 20px;
  margin-left: 2px;
}

.cropper-buttons .btn-group .rotate-ccw svg {
  transform: rotate(-45deg);
  max-height: 20px;
}

.cropper-buttons .btn-group svg {
  margin-top: -1px;
}

.cropper-round .cropper-view-box,
.cropper-round .cropper-face {
  border-radius: 50%;
}

.pay-logo {
  max-width: 75px;
  max-height: 30px;
}

.button-ideal {
  border: 1px solid #ff0075 !important;
  background: linear-gradient(#ff66ac, #ff0075);
  min-width: 200px;
}

.button-ideal:hover {
  background: #ff0075 !important;
}

.button-paypal {
  border: 1px solid #469bdb !important;
  background: linear-gradient(#9bc9ec, #469bdb);
  min-width: 200px;
}

.button-paypal:hover {
  background: #469bdb !important;
}

.button-bankcontact {
  border: 1px solid #004d92 !important;
  background: linear-gradient(#0083f8, #004d92);
  min-width: 200px;
}

.button-bankcontact:hover {
  background: #004d92 !important;
}

.payment-page .table-striped tfoot .text-end {
  border-top: 1px solid #666666;
  width: 100px;
}

.datepicker {
  direction: ltr;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  padding: 6px;
  background-color: #00b9f0;
  border: 2px solid #00b8f1;
  color: white;
  font-size: 0.8rem;
  min-width: 250px;
  border-radius: 0px;
}

.datepicker table {
  width: 100%;
}

.datepicker tbody td,
.datepicker thead .dow {
  border: 1px solid #bbbbbb;
}

.datepicker td,
.datepicker th {
  width: 35px;
  height: 28px;
  text-align: center;
}

.datepicker table tr th.dow {
  color: #666666;
  background-color: #f1f1f1;
}

.datepicker table tr td.day {
  color: #666666;
  background-color: #dedede;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #00b9f0;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.old:hover,
.datepicker table tr td.new,
.datepicker table tr td.new:hover {
  color: #cccccc;
  background: #ececec;
  cursor: default;
}

.datepicker table tr td.day:not(.old):not(.new):hover,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #00b9f0 !important;
  color: white;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #dedede;
  border-color: #bbbbbb;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:hover {
  background-color: #2175a1 !important;
  color: white;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled {
  color: #bf1616;
  background-color: #dedede;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #00b9f0;
  cursor: pointer;
}

.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  border-right: 1px solid #2175a1;
}

/* needed to generate space between the second and third thead row in day view */
.datepicker .extraHeaderSpacer {
  padding: 0px !important;
  height: 6px !important;
  min-height: 1px !important;
}

/* needed to generate space between the today button and all the days in day view */
.datepicker tfoot::before {
  content: '';
  display: block;
  height: 6px;
}

/* months, years, decades and centuries */
.datepicker span {
  color: #666666;
  background-color: #dedede;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  width: 25%;
  height: 50px;
  line-height: 50px;
  display: block;
  float: left;
}

.datepicker span:hover {
  background-color: #00b9f0 !important;
  color: white !important;
}

.datepicker span.active {
  background-color: #2175a1;
  color: white;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
}

.datepicker span.focused:not(.active) {
  color: #666666;
  background-color: #dedede;
}

.datepicker .datepicker-decades tbody td,
.datepicker .datepicker-centuries tbody td,
.datepicker .datepicker-years tbody td,
.datepicker .datepicker-months tbody td {
  padding: 0px;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  border-top: 0px;
  border-right: 0px;
}

body:not(.tab-used) textarea,
body:not(.tab-used) select,
body:not(.tab-used) input,
body:not(.tab-used) button,
body:not(.tab-used) button:focus,
body:not(.tab-used) a:focus {
  outline: 0 none !important;
  box-shadow: none !important;
}

.container-noskin {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
}

.container .container-fluid {
  padding: 0px;
}

.table .table-info td {
  background-color: #bdf0ff !important;
}

.table-striped > tbody > tr:hover > * {
  --bs-table-accent-bg: unset;
}

select {
  background: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='%23566895'/%3e%3c/g%3e%3c/svg%3e") no-repeat top 9px right 10px;
}

.btn-clear-search {
  position: absolute;
  right: 0px;
  top: 6px;
  border: 0px;
  background-color: transparent;
}

.btn-clear-search svg {
  stroke-width: 2;
  stroke: #566895;
}

.btn-clear-search-container {
  width: calc(100% - 33px);
}

.btn-clear-search-container .form-control:placeholder-shown ~ .btn-clear-search {
  display: none;
}

.form-group {
  margin-top: 10px;
}

.form-group label {
  font-weight: bold !important;
}

.fw-normal, .form-group label.fw-normal {
  font-weight: normal !important;
}

.form-control-sm,
select,
textarea {
  border-top: 1px solid transparent !important;
}

.cms_form_group_empty {
  height: 61px;
}

.input-validation-error {
  border-top: 1px solid #bf1616 !important;
}

.btn-square {
  min-width: 1px !important;
  padding: 2px !important;
}

.btn-square svg {
  margin: 0px !important;
}

.bg-grey {
  background-color: #e6e6e6;
}

.thumb-image {
  max-width: 75px;
  max-height: 75px;
  border: 1px solid #111111;
}

.cms_scroll_to_top,
.toast-block {
  display: none;
}

.cms_row4:not(.coresystem-page) {
  max-width: 100%;
}

.cms_row4 {
  min-height: 400px;
}

.navigation-container .level-3 {
  min-height: 80%;
}

.fw-bold {
  font-weight: bold;
}

.font-size-s {
  font-size: 0.8rem;
}

.badge {
  text-decoration: none;
}

.blue, tr.blue td {
  color: #0f75bc !important;
}

.red, tr.red td {
  color: #bf1616 !important;
}

.green, tr.green td {
  color: #308c07 !important;
}

.orange, tr.orange td {
  color: #f49b00 !important;
}

.badge.bg-warning,
.badge.bg-secondary {
  color: #111111;
}

ul.bullet-list li::before {
  font-size: 1rem !important;
}

.faq-list-container .list-item {
  border-top: 1px dotted #999999;
}

.faq-list-container li:first-of-type .list-item {
  border-top: 0px !important;
}

.d-flex .rounded-circle {
  width: 60px;
  height: 60px;
}

.cropper-image-square {
  height: 200px;
}

.btn-croppper {
  padding: 0px;
  width: 42px !important;
}

.btn-primary:not(.dt-edit .btn):not(.cropper-buttons .btn) .cms_icon,
.btn-secondary:not(.dt-edit .btn):not(.cropper-buttons .btn) .cms_icon {
  display: none;
}

.cms_row7 .btn {
  padding: 15px 10px 10px 10px;
}

.cms_row7 .cms_icon {
  stroke: #111111 !important;
  margin-right: 8px;
}

.core-button .cms_icon,
.modal-body .cms_icon,
.bootbox .cms_icon {
  stroke: #111111 !important;
  margin-right: 16px;
}

/* interne corepages */
.coresystem-page {
  margin: 20px auto 40px auto;
}

.coresystem-page .btn {
  padding: 10px;
  text-decoration: none !important;
}

.coresystem-page .btn svg {
  margin-right: 8px;
}

.coresystem-page svg {
  stroke: #111111 !important;
}

.coresystem-page label:not(.form-check-label) {
  font-weight: bold;
}

.coresystem-page .container-fluid {
  padding: 0px;
}

.coresystem-page img, .coresystem-page svg {
  vertical-align: top;
}

.coresystem-page .card,
.coresystem-page .site-template {
  border: 1px solid #111111;
  padding: 3px;
  margin: 0px 8px 16px 8px;
}

.coresystem-page .card .card-header,
.coresystem-page .card .site-template-header,
.coresystem-page .site-template .card-header,
.coresystem-page .site-template .site-template-header {
  background-color: #e6e6e6;
  color: #111111;
  padding: 4px 8px 6px 8px;
}

.coresystem-page .card .card-header h1, .coresystem-page .card .card-header h2,
.coresystem-page .card .site-template-header h1,
.coresystem-page .card .site-template-header h2,
.coresystem-page .site-template .card-header h1,
.coresystem-page .site-template .card-header h2,
.coresystem-page .site-template .site-template-header h1,
.coresystem-page .site-template .site-template-header h2 {
  font-family: "Circular";
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0px;
  margin: 0px;
}

.coresystem-page .card .card-header a,
.coresystem-page .card .site-template-header a,
.coresystem-page .site-template .card-header a,
.coresystem-page .site-template .site-template-header a {
  text-decoration: none !important;
}

.coresystem-page .card .card-body,
.coresystem-page .card .site-template-body,
.coresystem-page .site-template .card-body,
.coresystem-page .site-template .site-template-body {
  padding: 8px;
}

.coresystem-page .card .card-body ul,
.coresystem-page .card .site-template-body ul,
.coresystem-page .site-template .card-body ul,
.coresystem-page .site-template .site-template-body ul {
  margin-left: -16px;
  list-style-type: square;
}

.coresystem-page .card .card-body .validation-summary-errors ul,
.coresystem-page .card .site-template-body .validation-summary-errors ul,
.coresystem-page .site-template .card-body .validation-summary-errors ul,
.coresystem-page .site-template .site-template-body .validation-summary-errors ul {
  margin-left: 0px;
}

.coresystem-page .input-group-text {
  min-height: 36px;
}

.coresystem-page textarea {
  min-height: 300px !important;
  height: 300px !important;
}

.coresystem-page .bullet-list {
  margin-left: 0px !important;
}

.coresystem-page .bullet-list li {
  list-style-type: none;
}

.coresystem-page .form-control {
  padding: 7px 5px !important;
  min-height: auto;
}

.coresystem-page .form-group {
  margin-bottom: 12px;
}

.coresystem-page .input-group-text {
  padding: 5px 8px 7px 8px !important;
}

.coresystem-page .cms_dummy_btn {
  opacity: 0;
  cursor: default;
}

.coresystem-page .cms_button_square_input {
  padding: 5px;
}

.coresystem-page .cms_button_square_input svg {
  display: block;
  margin: 0px;
}

.coresystem-page .cms_show_hide_card .position-relative {
  width: 20px;
  height: 26px;
  padding-top: 2px;
}

.coresystem-page .table > :not(:first-child) {
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}

.coresystem-page table .btn-group svg {
  margin: 2px 0px 0px 1px;
}

.coresystem-page table .badge.bg-secondary {
  color: #111111 !important;
}

.carousel-item img {
  width: 100%;
}

@media (max-width: 1199.98px) {
  .cms_row4 {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .cms_row4 {
    padding: 0px;
  }
  .container {
    padding: 0px 16px;
  }
}

@font-face {
  font-family: "Darwin";
  src: url("/skin/site/sass/pt-sans-regular.woff2") format("woff2"), url("/skin/site/sass/pt-sans-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Circular";
  src: url("/skin/site/sass/pt-sans-regular.woff2") format("woff2"), url("/skin/site/sass/pt-sans-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circular";
  src: url("/skin/site/sass/pt-sans-bold.woff2") format("woff2"), url("/skin/site/sass/pt-sans-bold.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

a {
  color: #1D1D1B !important;
}

footer a {
  color: white !important;
}

h1, h2, h3, h4, h5 {
  color: #EE743F !important;
}

html, body, p {
  color: #1D1D1B !important;
}

.coresystem-page {
  /* ledenlijst */
}

.coresystem-page .textarea-ff textarea {
  min-height: 75px;
}

.coresystem-page .col-profilepic-md {
  min-width: 110px;
}

.coresystem-page .img-profilepic-ll {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}

.coresystem-page .pie-container div {
  height: 300px;
}

.coresystem-page .ledenlijst-result-list {
  margin: 10px 0px 0px 20px !important;
  font-size: 0.8rem;
}

.coresystem-page .ledenlijst-result-list li {
  list-style-type: square;
}

.coresystem-page .pie-container div {
  height: 300px;
}

.coresystem-page #clubstatistieken svg {
  stroke: none !important;
}

.coresystem-page .import_errors {
  font-size: 0.8rem !important;
}

.coresystem-page .horizontal-scroll {
  overflow-x: auto;
  user-select: none;
}

.coresystem-page .horizontal-scroll .horizontal-scroll-dummy {
  height: 1px;
  overflow-y: hidden;
}

.coresystem-page .old-map-verenigingsgegevens {
  height: 490px;
}

.coresystem-page .ol-map-cms-error {
  border: 2px solid #bf1616;
}

.cms_row4 {
  min-height: 550px;
}

.navigation-main-list li.navigation-main-listitem:hover:after {
  background-color: #00b9f0;
}

.btn-primary:not(.dt-edit .btn):not(.cropper-buttons .btn) {
  border-radius: 30px !important;
  text-transform: uppercase;
  padding: 8px 25px !important;
  font-size: 14px !important;
  color: #EE743F !important;
  background-color: white !important;
  border: 2px solid #EE743F !important;
}

.btn-primary:not(.dt-edit .btn):not(.cropper-buttons .btn):hover, .btn-primary:not(.dt-edit .btn):not(.cropper-buttons .btn):active, .btn-primary:not(.dt-edit .btn):not(.cropper-buttons .btn):focus {
  color: white !important;
  background: linear-gradient(135deg, #ee653f 0%, #eea03f 100%);
}

.btn-primary:not(.dt-edit .btn):not(.cropper-buttons .btn):hover .cms_icon, .btn-primary:not(.dt-edit .btn):not(.cropper-buttons .btn):active .cms_icon, .btn-primary:not(.dt-edit .btn):not(.cropper-buttons .btn):focus .cms_icon {
  stroke: white !important;
}

.btn-secondary:not(.dt-edit .btn):not(.cropper-buttons .btn) {
  border-radius: 30px !important;
  text-transform: uppercase;
  padding: 8px 25px !important;
  font-size: 14px !important;
  color: #1D1D1B !important;
  background-color: white !important;
  border: 2px solid #1D1D1B !important;
}

.btn-secondary:not(.dt-edit .btn):not(.cropper-buttons .btn):hover, .btn-secondary:not(.dt-edit .btn):not(.cropper-buttons .btn):active, .btn-secondary:not(.dt-edit .btn):not(.cropper-buttons .btn):focus {
  color: white !important;
  background: linear-gradient(135deg, #1D1D1B 0%, #999999 100%);
}

.btn-secondary:not(.dt-edit .btn):not(.cropper-buttons .btn):hover .cms_icon, .btn-secondary:not(.dt-edit .btn):not(.cropper-buttons .btn):active .cms_icon, .btn-secondary:not(.dt-edit .btn):not(.cropper-buttons .btn):focus .cms_icon {
  stroke: white !important;
}

.dropdown-menu {
  min-width: 250px;
}

.dropdown-menu .active {
  background-color: #00b9f0;
}

.dropdown-menu .dropdown-item:focus {
  background-color: #57d9ff;
}

.loggedin #page-nav-1 {
  display: none;
}

.nav-link {
  padding: 0px;
}

#page_home .row {
  --bs-gutter-x: 1rem;
}

#page_home #cms_module_4 .pt-5 {
  padding-top: 0px !important;
}

.template-l-4-8 .container-search .col-md-6 {
  width: 100% !important;
}

.template-l-4-8 .cms_icon, .template-l-4-8 .input-group-prepend {
  display: none !important;
}

.modal h5 {
  color: white !important;
}

@media (min-width: 991.98px) {
  .level-2 .navigation-main-list li.navigation-main-listitem {
    width: 400px !important;
  }
}
