﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("../img/controls.png");
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

body {
  background: #fff;
}

.app {
  padding-top: 75px;
}
@media (max-width: 992px) {
  .app {
    padding-top: 50px;
  }
}

.searching {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .searching {
    padding: 15px 0;
  }
}

.hide {
  display: none !important;
}

a {
  cursor: pointer;
}

h3 {
  margin-bottom: 25px;
  font-size: 25px;
}
h3 strong {
  font-size: 25px;
}
h3 i {
  font-size: 20px;
}

footer {
  height: 60px;
  line-height: 60px;
  margin-top: 60px;
}
footer .container {
  border-top: 1px solid #ddd;
}

@media (max-width: 992px) {
  h3 {
    font-size: 16px;
    min-height: 45px;
    line-height: 30px;
    margin-bottom: 4px;
  }
}
/**
    Button styles
 **/
.btn {
  min-height: 0;
  height: auto;
  line-height: 14px;
  padding: 8px 12px;
  margin: 0;
}
.btn.btn-disabled {
  opacity: 0.3;
  font-style: italic;
}
.btn.btn-block {
  width: 100%;
  text-align: left;
}
.btn:focus {
  box-shadow: none !important;
}
.btn.btn-xs {
  font-size: 11px;
  padding: 4px 7px;
}
.btn.btn-sm {
  font-size: 12px;
  padding: 6px 10px;
}
.btn.btn-lg {
  font-size: 14px;
  padding: 12px 16px;
}
.btn.btn-space {
  margin-left: 10px;
}
.btn.btn-primary {
  border: 1px solid #003459;
  background: #003459;
  color: #fff;
}
.btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover {
  background: #00131f !important;
  border: 1px solid #00131f !important;
  color: #fff;
}
.btn.btn-secondary {
  border: 1px solid rgba(255, 102, 0, 0.3);
  background: #fff;
  color: #f60;
}
.btn.btn-secondary:hover {
  background: #f60;
  color: #fff;
}
.btn.btn-default {
  border: 1px solid #007EA7;
  background: #fff;
  color: #007EA7;
}
.btn.btn-default:hover {
  background: #007EA7;
  color: #fff;
}
.btn.btn-success {
  border: 1px solid #088d3e;
  background: #12b152;
  color: #fff;
}
.btn.btn-success:hover {
  background: #088d3e;
  border: 1px solid #088d3e;
  color: #fff;
}
.btn.btn-warning {
  border: 1px solid #f60;
  background: #f60;
  color: #fff;
}
.btn.btn-warning:hover {
  background: #cf4e00;
  border: 1px solid #cf4e00;
  color: #fff;
}
.btn.text-success:hover {
  background: #12b152;
  border: 1px solid #12b152;
  color: #fff !important;
}
.btn.text-warning:hover {
  background: #f60;
  border: 1px solid #f60;
  color: #fff !important;
}
.btn.text-danger:hover {
  background: #e13931;
  border: 1px solid #e13931;
  color: #fff !important;
}

/**
    Card styles
 **/
.card {
  box-shadow: none;
  border: 1px solid #003459;
  border-bottom-width: 8px;
  margin-bottom: 10px;
  border-radius: 10px;
  flex-flow: row wrap;
}
.card.sport {
  border-color: #12b152;
}
.card.vergaderen {
  border-color: #e13931;
}
.card.test {
  border-color: #3e99d4;
}
.card > .table {
  margin-bottom: 0;
}
.card.small .card-body {
  padding: 25px;
}
.card .card-body {
  padding: 20px;
}
.card .card-body img {
  max-width: 100%;
}
.card .card-body h4 {
  color: rgb(var(--app-secondary));
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .card .card-body {
    padding: 20px;
  }
}

.form-group {
  position: relative;
  margin-bottom: 15px;
  /********************************************************************
   **** Validation
   ********************************************************************/
}
.form-group.required > label:after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 7px;
  line-height: 15px;
  vertical-align: top;
  padding: 0 2px;
  color: #e13931;
  font-weight: bold;
}
.form-group > label {
  font-size: 14px;
  margin-bottom: 5px;
  color: #5b5b5b;
}
.form-group.is-valid .control-label {
  color: #12b152;
  font-weight: bold;
}
.form-group.is-valid .control-label:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #12b152;
  display: inline-block;
  padding-right: 3px;
}
.form-group.is-valid .form-control {
  border-color: #12b152;
}
.form-group.is-valid .input-group-append,
.form-group.is-valid .input-group-prepend {
  border-color: #12b152;
}
.form-group.is-invalid .control-label {
  color: #e13931;
}
.form-group.is-invalid .form-control {
  border-color: #e13931;
  box-shadow: 0 0 0 1px rgba(225, 57, 49, 0.8);
}
.form-group.is-invalid .input-group {
  box-shadow: 0 0 0 1px rgba(225, 57, 49, 0.8);
}
.form-group.is-invalid .input-group .input-group-addon,
.form-group.is-invalid .input-group .form-control {
  border-color: #e13931;
  box-shadow: none;
}
.form-group.is-invalid .validate {
  border: 1px solid #e13931;
  margin-top: -1px;
  margin-left: -1px;
  border-radius: 25px;
  box-shadow: 0 0 5px rgba(225, 57, 49, 0.8);
  padding: 10px 0 15px 0;
}
.form-group.is-invalid .invalid-feedback {
  margin-top: 2px;
  display: inline-block;
  color: #e13931;
  font-size: 12px;
  line-height: 14px;
  vertical-align: middle;
}
.form-group.is-invalid .invalid-feedback i {
  color: #e13931;
}
.form-group.is-invalid .input-group-append,
.form-group.is-invalid .input-group-prepend {
  border-color: #e13931;
}
.form-group .input-group:focus-within .input-group-append,
.form-group .input-group:focus-within .input-group-append .input-group-text,
.form-group .input-group:focus-within .input-group-prepend,
.form-group .input-group:focus-within .input-group-prepend .input-group-text {
  border-color: #888;
}

/**
    Form styles
 **/
.form-group .input-group-append .input-group-text {
  border-left: 0;
  border-radius: 0 6px 6px 0;
}
.form-group .input-group-append.input-group-text {
  border-left: 0;
  border-radius: 0 6px 6px 0;
}
.form-group .input-group-prepend .input-group-text {
  border-right: 0;
  border-radius: 6px 0 0 6px;
}
.form-group .input-group-prepend.input-group-text {
  border-right: 0;
  border-radius: 6px 0 0 6px;
}
.form-group .input-group .form-control:first-child {
  border-right: 0;
}
.form-group .input-group .form-control:last-child {
  border-left: 0;
}
.form-group .input-group-text {
  color: rgb(var(--app-primary));
  background: #fff;
  border: 1px solid #D7D7D7;
  font-weight: normal;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control {
  border-color: #D7D7D7;
  border-radius: 6px;
  padding: 7px 12px !important;
  line-height: 24px !important;
  font-size: 14px;
  height: auto;
}
.form-control:active, .form-control:visited, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #888;
}
.form-control:focus + .input-group-append .input-group-text, .form-control:focus + .input-group-prepend .input-group-text {
  border-color: #888;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control.price {
  text-align: right;
}

select.form-control {
  height: 40px;
  line-height: 40px;
}

/********************************************************************
 **** Checkbox
 ********************************************************************/
.radio,
.checkbox {
  display: inline-block;
  cursor: pointer;
  min-height: 20px;
  line-height: 18px;
  margin: 2px 0;
}
.radio.block,
.checkbox.block {
  display: block;
}
.radio > input,
.checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.radio > input:focus + span:before,
.checkbox > input:focus + span:before {
  border-color: #888;
}
.radio span,
.checkbox span {
  position: relative;
  padding: 0 12px 0 24px;
  font-size: 14px;
  display: block;
}
.radio span:before,
.checkbox span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  line-height: 17px;
  text-align: center;
  background: #fff;
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
}
.radio:hover span:before, .radio:focus span:before,
.checkbox:hover span:before,
.checkbox:focus span:before {
  border-color: #888;
}
    .radio input:checked + span:before,
    .checkbox input:not([disabled]):checked + span:before {
        background: #12b152;
        font-size: 10px;
        border: 1px solid #088d3e;
    }

.checkbox {
  display: block;
}
    .checkbox input:not([disabled]):checked + span:before {
        font-family: "Font Awesome 5 Free";
        content: "";
        color: #fff;
    }

.radio span:before {
  border-radius: 10px;
}
.radio input:checked + span:before {
  border: 1px solid #088d3e;
  box-shadow: inset 0 0 0 2px #fff;
}

.top {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  height: 75px;
  background: #fff;
  z-index: 5000000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.top a.logo {
  display: inline-block;
}
.top a.logo img {
  max-height: 55px;
}
.top .row {
  height: 75px;
}
@media (max-width: 992px) {
  .top {
    height: 50px;
  }
  .top .row {
    height: 50px;
  }
  .top img {
    height: 50px;
  }
}

.search {
  height: 250px;
  background: rgba(0, 0, 0, 0.6);
  position: relative;
}
.search:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/header.jpg");
  z-index: -1;
}
.search .container,
.search .row {
  height: 100%;
}
.search .form-group label {
  color: #fff;
  font-size: 14px;
}
.search strong {
  color: #fff;
  font-size: 18px;
}

.big-map {
  width: 100%;
  padding-top: 75%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.toggle-filters i {
  display: none;
}
@media (max-width: 992px) {
  .toggle-filters {
    display: block;
    background: #003459;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    margin-bottom: 5px;
  }
  .toggle-filters:hover, .toggle-filters:focus {
    background: #00131f;
  }
  .toggle-filters i {
    display: inline-block;
    color: #fff;
    font-size: 14px;
  }
}

.filters .filter {
  background: #eff7f9;
  border-radius: 10px;
  margin-bottom: 5px;
  padding: 15px 25px;
  border: 1px solid #d1e9eb;
}
.filters .filter strong {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}
.filters .close-filters {
  display: none;
}
@media (max-width: 992px) {
  .filters {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: -300px;
    background: #eff7f9;
    width: 100%;
    max-width: 300px;
    z-index: 5000000;
    overflow: auto;
    transition: 0.4s;
  }
  .filters.open {
    left: 0;
    transition: 0.4s;
  }
  .filters .close-filters {
    display: block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 50px;
    color: #e13931;
    background: #d1e9eb;
    position: absolute;
    top: 0;
    right: 0;
  }
  .filters .close-filters:hover, .filters .close-filters:focus {
    background: #e13931;
    color: #fff;
  }
  .filters .close-filters i {
    font-size: 22px;
  }
  .filters .filter {
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #d1e9eb;
  }
}

.tabs a {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 10px;
  background: #eff7f9;
  color: #003459;
}
.tabs a.sport {
  background: #12b152;
  color: #fff;
}
.tabs a.vergaderen {
  background: #e13931;
  color: #fff;
}
.tabs a.test {
  background: #3e99d4;
  color: #fff;
}
.tabs a.active, .tabs a:hover {
  background: #003459 !important;
  color: #fff;
  text-decoration: none;
}
.tabs a.active {
  font-weight: bold;
}

.categories .items {
  max-height: 0;
  transition: max-height 1s ease-out;
  overflow: hidden;
}
.categories .items.open {
  max-height: 100%;
  transition: max-height 1s ease-in;
}
.categories .items .item {
  margin: 10px 0;
  border: 1px solid #fff;
  border-bottom: 7px solid #fff;
  border-radius: 10px;
  display: table;
  width: 100%;
  color: #000;
}
.categories .items .item.small {
  margin: 0 0 5px 0;
}
.categories .items .item.small .image {
  width: 20%;
}
.categories .items .item:hover {
  text-decoration: none;
  color: #000;
}
.categories .items .item > span {
  display: table-cell;
  vertical-align: top;
}
.categories .items .item .map {
  display: block;
  padding-top: 100%;
  width: 100% !important;
  border-radius: 10px;
}
.categories .items .item .image {
  width: 30%;
  padding: 5px;
}
.categories .items .item .image .img {
  display: block;
  padding-top: 100%;
  width: 100%;
  border-radius: 10px;
  background-position: center center;
  background-size: cover;
}
.categories .items .item .info {
  padding: 20px 15px;
}
.categories .items .item .info > strong {
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.categories .items .item .buttons {
  display: block;
  padding-top: 3px;
}
.categories .category {
  margin-bottom: 10px;
}
.categories .category .toggle-items {
  display: block;
  color: #fff;
  border-radius: 10px;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.categories .category .toggle-items:after {
  font-family: "Font Awesome 5 Free";
  width: 45px;
  line-height: 45px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
.categories .category .toggle-items:hover {
  text-decoration: none;
}
.categories .category.sport .toggle-items {
  background: #12b152;
}
.categories .category.sport .toggle-items:hover {
  background: #088d3e;
}
.categories .category.sport .item {
  border-color: #12b152;
}
.categories .category.sport .item:hover {
  border-color: #088d3e;
}
.categories .category.vergaderen .toggle-items {
  background: #e13931;
}
.categories .category.vergaderen .toggle-items:hover {
  background: #af2c26;
}
.categories .category.vergaderen .item {
  border-color: #e13931;
}
.categories .category.vergaderen .item:hover {
  border-color: #af2c26;
}
.categories .category.test .toggle-items {
  background: #3e99d4;
}
.categories .category.test .toggle-items:hover {
  background: #3076a3;
}
.categories .category.test .item {
  border-color: #3e99d4;
}
.categories .category.test .item:hover {
  border-color: #3076a3;
}

.image-slider {
  position: relative;
  height: 475px;
}
@media (max-width: 992px) {
  .image-slider {
    height: 205px;
  }
}
.image-slider img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.image-slider .prev,
.image-slider .next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  width: 50px;
  color: #fff;
  text-align: center;
}
.image-slider .prev i,
.image-slider .next i {
  font-size: 50px;
}
.image-slider .prev:hover,
.image-slider .next:hover {
  cursor: pointer;
  color: #003459;
}
.image-slider .prev {
  left: 5px;
}
.image-slider .next {
  right: 5px;
}

.spacer {
  margin: 0 21px;
}

.thumbs {
  font-size: 0;
  padding: 5px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.thumbs a.thumbnail {
  display: inline-block;
  width: 20%;
  padding: 5px;
  opacity: 0.6;
}
.thumbs a.thumbnail img {
  max-width: 100%;
}
.thumbs a.thumbnail.slick-current, .thumbs a.thumbnail.active, .thumbs a.thumbnail:hover {
  opacity: 1;
}

.times ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.times ul li {
  padding: 5px 8px;
  background: rgba(18, 177, 82, 0.1);
  border-radius: 0.3rem;
  margin-bottom: 2px;
}
.times ul li span:first-child {
  width: 85px;
  display: inline-block;
}
.times ul li span.value {
  font-weight: bold;
}

.item-map {
  padding-top: 100%;
}

.lines {
  margin-bottom: 5px;
}
.lines .header .line > span {
  height: 24px;
  padding: 5px 10px;
  color: #888;
  font-size: 11px;
  line-height: 14px;
}
.lines .header .line > span strong {
  font-size: 11px;
  line-height: 11px;
}
.lines .header .line .icon {
  height: auto;
}
.lines .header .line .icon:after {
  height: auto;
}
.lines .item {
  display: block;
  position: relative;
  border-radius: 10px;
  color: #003459;
  background: #eff7f9;
  border: 1px solid #eff7f9;
  z-index: 1;
  margin: 0 0 2px 0;
}
.lines .item.active {
  border: 1px solid rgba(18, 177, 82, 0.8);
}
.lines .item:hover {
  border: 1px solid #003459;
  cursor: pointer;
  text-decoration: none;
  z-index: 5;
}
.lines .item:hover .icon.edit {
  color: #fff;
  background: #f60;
}
.lines .line {
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
}
.lines .line.strong > span {
  font-weight: bold;
}
.lines .line > span {
  display: table-cell !important;
  vertical-align: middle;
  padding: 6px 8px;
}
.lines .line > span.norows {
  font-style: italic;
  padding: 15px;
  opacity: 0.6;
  display: block;
  font-size: 11px;
}
.lines .line > span.price {
  width: 90px;
  text-align: right;
}
.dateSpan {
    width: 10% !important;
}
.nameSpan {
    width: 55% !important;
    text-align:center;
}
.btnSpan {
    width: 10% !important;
}
.lines .line > span.mini {
    width: 70px;
}
.lines .line > span.smaller {
  width: 85px;
}
.lines .line > span.check {
  width: 35px;
}
.lines .line > span.date {
  width: 95px;
}
.lines .line > span.datetime {
  width: 125px;
}
.lines .line > span.datetimesec {
  width: 150px;
}
.lines .line > span.medium {
  width: 100px;
}
.lines .line > span.standard {
  width: 150px;
}
.lines .line > span.normal {
  width: 200px;
}
.lines .line > span.normal.small {
  width: 125px;
}
.lines .line > span.large {
  width: 225px;
}
.lines .line > span.input {
  padding: 2px;
}
.lines .line > span.strong {
  font-weight: bold;
}
.lines .line .icon {
  width: 38px;
  height: 38px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.lines .line .icon > .checkbox {
  display: inline-block;
  margin: 7px 0 0 0;
  width: 20px;
}
.lines .line .icon > .checkbox span {
  text-align: center;
}
.lines .line .icon:after {
  font-weight: bold;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
}
.lines .line .icon.edit {
  color: #f60;
}
.lines .line .icon.edit:hover {
  background: #f60;
  color: #fff;
}
.lines .line .icon.edit:after {
  content: "";
}
.lines .line .icon.delete {
  color: #e13931;
  background: #fff;
}
.lines .line .icon.delete:hover {
  background: #af2c26;
  color: #fff;
}
.lines .line .icon.delete:after {
  content: "";
}

.linklist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.linklist ul li {
  margin-bottom: 1px;
}
.linklist ul li a {
  display: block;
  height: 36px;
  line-height: 18px;
  font-size: 14px;
  border-radius: 10px;
  padding: 9px 18px;
  color: #003459;
  border-left: 2px solid #003459;
  background: #eff7f9;
}
.linklist ul li a:hover {
  background: #003459;
  color: #fff;
  text-decoration: none;
}
.linklist ul li a.active {
  background: #003459;
  color: #fff;
  font-weight: bold;
}

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

/*for next and previous buttons*/
.not-active {
    cursor: none;
    pointer-events: none;
    background-color: #808080 !important;
}
#gif {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 23%;
    width: 4%;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    cursor: pointer;
}

.checkbox.disabled span, .checkbox.disabled {
    pointer-events: none;
}
        .checkbox.disabled span:before {
            background: lightgray;
        }

        .warningMessage{
            color:orange;
            font-style:italic;
        }