﻿body {
  overflow-x: hidden;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* -- Toggle menu -- */

.modellen_toggle_menu {
  padding-bottom: 2em;
}

  .modellen_toggle_menu label.filter_button {
    background-color: white;
    cursor: pointer;
    width: 100vw;
    background-color: #F5F7F8;
    margin-bottom: 0;
    border-bottom: 1px solid #e3edf2;
  }


.filter_container {
  width: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  padding: 0.5em;
  align-items: center;
  opacity: 0.6;
}

  .filter_container:hover {
    opacity: 1;
  }

.filter_title {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.04rem;
  font-size: 15px;
  color: #3d3d3d;
  font-family: 'Raleway', sans-serif;
  padding: 1em;
  text-align: center;
}

.modellen_toggle_menu #menu-toggle {
  display: none;
}

.modellen_toggle_menu #menu {
  background-color: white;
  overflow: hidden;
  max-height: 0px;
  padding: 0;
  margin: 0 auto;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
}

.modellen_toggle_menu #menu-toggle:checked + #menu {
  max-height: 3000px;
  -webkit-transition: max-height 0.6s ease;
  transition: max-height 0.6s ease;
}

.filter_icon svg {
  width: 20px;
  height: 20px;
  fill: #3d3d3d;
}

#menu-toggle-sluiten {
  display: none;
}

#menu_sluiten {
  display: block;
  text-align: center;
  margin-top: 1em;
  padding: 1em;
  margin-bottom: 0;
  border-top: 1px solid #e3edf2;
  background: #F5F7F8;
}

  #menu_sluiten:hover {
    cursor: pointer;
  }

.modellen_teller {
  display: block;
  color: #7c7a7a;
  text-align: center;
  margin-bottom: 0;
  padding: 1em;
  padding-top: 2em;
}

#menu_sluiten .glyphicon {
  color: #3d3d3d;
  float: inherit;
  margin-right: 0.5em;
}

.sluiten_container {
  opacity: 0.7;
}

#menu_sluiten:hover > .sluiten_container {
  opacity: 1;
}

/* -- NAV -- */
.nav_zoekmachine_tabs_container {
  background: #F5F7F8;
}

  .nav_zoekmachine_tabs_container .container ul {
    padding: 0;
    text-decoration: none;
    justify-content: center;
  }

.zoekmachine_tab {
  padding: 0;
  margin: 0;
  margin-right: 1.5em;
  float: left;
  list-style: none;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  font-size: 1.2em;
}

li.zoekmachine_tab a {
  display: flex;
  color: #B9CBD6;
  padding: 1em;
  padding-top: calc(1em + 4px);
  padding-left: 0;
  padding-right: 0;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.04rem;
  font-size: 15px;
}

li.zoekmachine_tab {
  border-bottom: 4px solid #F5F7F8;
}

  li.zoekmachine_tab.active {
    border-bottom: 4px solid #3C93C3;
  }

    li.zoekmachine_tab.active a {
      color: #3d3d3d;
    }

a, a:active, a:focus {
  outline: none; /* Works in Firefox, Chrome, IE8 and above */
}

.aantal_modellen {
  height: 32px;
  background: #3C93C3;
  border-radius: 20px;
  color: #9DCCE6;
  float: right;
  display: none;
  font-weight: bold;
  padding: 1em;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  margin-right: 0em;
  font-size: 12px;
  letter-spacing: 0.03em;
}

  .aantal_modellen span {
    color: white;
    padding-right: 8px;
  }

.nav_zoekmachine_content_container {
  box-shadow: 0px 2px 7px rgba(110,148,169,0.26);
  margin-bottom: 2em;
}


.zoekfunctie.row {
  padding-bottom: 0;
  border-top: none;
  padding-top: 0;
}

.zoekfunctie h4 {
  padding-top: 1em;
  font-family: 'Raleway', sans-serif;
  color: #3d3d3d;
  font-size: 1em;
  font-weight: bold;
  text-transform: none;
  line-height: 1.6em;
}

.zoekfunctie label {
  display: block;
  margin: 0;
  width: 100%;
  margin-bottom: 0.5em;
  position: relative;
  cursor: pointer;
}

.zoekfunctie .col-xs-12::after {
  border-bottom: 1px solid #E2E2E290;
  content: "";
  display: block;
  width: 100%;
  clear: both;
  padding-top: 1em;
  padding-bottom: 0.3em;
}



.zoekfunctie .columns label, .zoekfunctie .provincie, .zoekfunctie .zoek_op_naam {
  width: calc(50% - 5px);
  float: left;
}


  .zoekfunctie .columns label:nth-child(even), .zoekfunctie .provincie {
    margin-right: 10px;
  }


.zoekfunctie input[type="checkbox"] {
  display: none;
}

span.titel {
  padding: 0.4em;
  padding-left: 0.7em;
  width: 100%;
  display: block;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  transition: all 0.4s ease-out;
  box-shadow: none;
  color: #7c7a7a;
  font-weight: normal;
  font-family: 'Raleway';
}

.zoekfunctie input:checked ~ span.titel {
  border: 1px solid #8cb3ca;
  transition: all 0.4s ease-out;
  background-color: #f1f4f799;
  color: #3C93C3;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #8cb3ca;
}

.form-control {
  box-shadow: none;
  border-radius: 4px !important;
  height: 33px;
  border: 1px solid #e2e2e2;
}


/* Style the checkmark/indicator */
.zoekfunctie .checkmark:after {
  right: 16px;
  content: "";
  position: absolute;
  top: 8px;
  width: 8px;
  height: 14px;
  border: solid white;
  transition: all 0.5s;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

/* Show the checkmark when checked */
.zoekfunctie input:checked ~ .checkmark:after {
  border: solid #4B8EB4;
  border-width: 0 3px 3px 0;
  transition: all 0.4s ease-out;
  opacity: 1;
}





/* -- Bootstrap Multicheck Dropdown --*/

.multiselect-native-select .btn-group, .multiselect-native-select .btn-group-vertical {
  width: 100%;
}

span.multiselect-native-select {
  position: relative;
}

  span.multiselect-native-select select {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px -1px -1px -3px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    left: 50%;
    top: 30px
  }

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0
}

  .multiselect-container .input-group {
    margin: 5px
  }

  .multiselect-container .multiselect-reset .input-group {
    width: 93%
  }

  .multiselect-container > li {
    padding: 0;
    margin: 0.4em;
  }

    .multiselect-container > li > a.multiselect-all label {
      font-weight: 700
    }

    .multiselect-container > li.multiselect-group label {
      margin: 0;
      padding: 3px 20px;
      height: 100%;
      font-weight: 700
    }

    .multiselect-container > li.multiselect-group-clickable label {
      cursor: pointer
    }

  .multiselect-container > li {
    border-radius: 5px;
  }

    .multiselect-container > li > a {
      padding: 0;
      border-radius: 5px;
      border: 1px solid #E2E2E2;
    }

      .multiselect-container > li > a > label {
        margin: 0;
        height: 100%;
        cursor: pointer;
        font-weight: 400;
        padding: 0.4em;
        padding-left: 0.7em;
        width: 100%;
        display: block;
        transition: all 0.4s ease-out;
        color: #7c7a7a;
        text-align: left;
        text-transform: normal;
      }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background: #F4F4F4;
  border: 1px solid #8cb3ca;
}

.multiselect-container > li.active > a > label {
  color: #3C93C3;
}

.multiselect-container > li > a > label.checkbox,
.multiselect-container > li > a > label.radio {
  margin: 0
}

.multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 5px
}

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0
}

.multiselect-native-select .btn {
  padding: 0.5em;
  padding-left: 0.7em;
  border: 1px solid #E2E2E2;
  width: 100%;
  border-radius: 4px;
  box-shadow: none;
  transition: all 0.4s ease-out;
  background: white;
  color: #7c7a7a;
  text-align: left;
  overflow: hidden;
  height: 33px;
  font-family: 'raleway';
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  box-shadow: none;
  background-color: #F4F4F4;
  border: 1px solid solid #4B8EB4 !important;
  display: block;
  width: 100%;
  border: 1px solid #8cb3ca;
  color: #3C93C3;
}

.btn-default:hover {
  border: 1px solid #E2E2E2;
}



span.multiselect-selected-text {
  text-transform: none;
  font-size: 14px;
  font-family: 'Raleway';
  font-weight: normal;
}

.caret {
  height: 8px;
  float: right;
  margin-top: 9px;
  margin-right: 7px;
}

.multiselect-native-select .dropdown-menu {
  background: white;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  border-radius: 5px;
  padding: 0.5em;
  max-height: 70vh;
  top: inherit;
  min-width: 100%;
  overflow-y: scroll;
  position: absolute;
  height: 60vh;
  bottom: 100%;
}




/* Style the checkmark/indicator */
.multiselect-container > li > a > label:after {
  right: 16px;
  content: "";
  position: absolute;
  top: 8px;
  width: 8px;
  height: 14px;
  border: solid white;
  transition: all 0.5s;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

/* Show the checkmark when checked */
.multiselect-container > li.active > a > label:after {
  border: solid #4B8EB4;
  border-width: 0 3px 3px 0;
  transition: all 0.4s ease-out;
  opacity: 1;
}



/* -- Zoekfunctie --*/

.zoekfunctie label:hover, .form-control:hover, .multicheck_dropdown button:hover {
  background-color: #F4F4F4;
  border-radius: 5px;
}



.form-control::placeholder {
  color: #ccc;
  font-family: 'Raleway';
}

.formulier .glyphicon {
  margin-right: 3px;
  color: #7c7a7a;
}


/* -- Slider -- */

.slider.slider-horizontal {
  width: calc(100% - 60px);
}

  .slider.slider-horizontal .slider-track {
    height: 3px;
    top: 68%;
  }

.slider-selection {
  background-gradient: none;
  background-image: linear-gradient(to bottom, #3C93C3 0%, #3C93C3 100%)
}

.slider_wrapper span.leeftijd {
  display: inline-block;
  width: 25px;
  text-indent: 3px;
  transform: translateY(1px);
}

.slider-handle {
  box-shadow: inset 0 1px 5px rgba(255, 255, 255, 0.2), 0 1px 10pxrgba(176, 176, 176, 0.05);
  border: 1px solid #C4C4C4;
  background-image: linear-gradient(to bottom, #f4f4f4 0%, #e3e3e3 100%);
}

.slider_wrapper {
  margin-top: 15px;
  position: relative;
}


/* ---- NoUI Slider --- */

.slider_wrapper {
  margin-top: 39px;
}

.noUi-target {
  border: none;
  background: #DDDDDD;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px #BCBCBC, 0 3px 6px -5px #454545;
}

.noUi-horizontal {
  height: 3px;
}

.noUi-handle {
  border-radius: 300px;
}

.noUi-horizontal .noUi-handle {
  height: 20px;
  width: 20px;
}

.noUi-handle::before, .noUi-handle::after {
  height: 9px;
  width: 4px;
  left: 7px;
  top: 4px;
  background: none;
  border-left: 1px solid #E8E7E6;
  border-right: 1px solid #E8E7E6;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: none;
  border-radius: 22px;
  background: #F1F3F5;
  text-align: center;
  padding: 4px;
  font-size: 11px;
  color: #3C93C3;
  font-weight:;
  width: 28px;
  height: 28px;
  padding-top: 6px;
  font-weight: 500;
  letter-spacing: 0.01em;
  border: 1px solid #8cb3ca;
}

.noUi-horizontal .noUi-tooltip {
  bottom: 26px;
}

.noUi-tooltip::after {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  background: #F1F3F5;
  position: absolute;
  left: 6px;
  bottom: -4px;
  z-index: -1;
  border: 1px solid #8cb3ca;
  border-left: 0;
  border-top: 0;
}

.noUi-horizontal .noUi-handle {
  top: -8px;
}

.noUi-connect {
  background: #4F91B6;
}

/* --- Larger than Phone -- */
@media (min-width:576px) {
}
/* --- Larger than Ipad -- */
@media (min-width:768px) {


  /* --- toggle menu --- */

  .nav_zoekmachine_content_container {
    padding-bottom: 1em;
  }

  .aantal_modellen {
    display: flex;
  }

  .modellen_toggle_menu label.filter_button {
    display: none;
  }

  .modellen_toggle_menu #menu, .modellen_toggle_menu #menu-toggle + #menu, .modellen_toggle_menu #menu-toggle:checked + #menu {
    max-height: 3000px;
  }

  #menu_sluiten, .modellen_teller {
    display: none;
  }

  .modellen_toggle_menu #menu {
    overflow: inherit;
  }

  /* --- Menu items -- */

  .multiselect-native-select .dropdown-menu {
    top: 33px;
    left: inherit;
    right: 0;
    width: 210px;
  }



  .zoekfunctie .provincie, .zoekfunctie .zoek_op_naam {
    width: 100%;
    float: none;
    background-color:
  }


  .zoekfunctie .provincie {
    margin-right: 00px;
  }

  .zoekfunctie .col-xs-12::after {
    border-bottom: 0px solid #E2E2E290;
  }
}

@media (min-width:992px) {
  .zoekfunctie .geslacht label {
    width: 100%;
    float: none;
  }
}
