@font-face {
  font-family: indigo-forest;
  src: url(../fonts/indigoforest.woff);
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625em;
  color: #666666;
  background-color: #F2F5F7;
}
.container {
  max-width: 360px;
  padding-left: 30px;
  padding-right: 30px;
}
.badge {
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1em;
  padding: 3px 6px;
  color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.badge.badge-primary {
  background-color: #FA4616;
  background-image: linear-gradient(25deg, #FA4616, #FA4616 55%, #FF6238);
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: alwyn-new-web, sans-serif;
  color: #1B365D;
  line-height: 1.21em;
  font-weight: 700;
}
.validation-summary-errors {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 10px;
}
.validation-summary-errors > span {
  font-weight: bold;
}
.validation-summary-valid {
  display: none;
}
.ease,
transition,
.fade {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.sub-heading,
.subtitle {
  font-family: merriweather, serif;
  font-style: italic;
  font-weight: 300;
}
.hand,
.written {
  font-family: indigo-forest;
  color: #FA4616;
}
strong,
b,
bold {
  font-weight: 700;
  color: #323232;
}
section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.gray-link {
  color: #9b9b9b;
  text-decoration: underline;
}
.gray-link svg {
  margin-right: 10px;
  font-size: 22px;
  vertical-align: middle;
}
.btn.btn-outline-secondary {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn-outline-secondary:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn-outline-secondary.export:hover {
  border-color: #FA4616;
  background-color: white;
  color: #FA4616;
}
.btn {
  border-radius: 23px;
  font-family: alwyn-new-web, sans-serif;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  padding: 15px 35px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn .fas,
.btn .fab,
.btn .far,
.btn svg {
  opacity: 0.5;
  margin-left: 8px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn:hover {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
  border-radius: 6px;
}
.btn:hover svg {
  opacity: 1;
}
.btn.btn-primary {
  background-color: #FA4616;
  background-image: linear-gradient(25deg, #00C853, #00E676 55%, #00E676);
  border: 0;
}
.btn.btn-outline-primary {
  padding: 14px 34px;
  border-color: rgba(27, 54, 93, 0.5);
  color: #1B365D;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.btn.btn-outline-primary:hover {
  background-color: #fff;
  border-color: #1B365D;
  color: #3264ac;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}
.btn.btn-success,
.btn.btn-apply {
  background-color: #00C853;
  background-image: linear-gradient(25deg, #00C853, #00C853 55%, #00E676);
  border: 0;
}
.btn.btn-link {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: auto;
  color: #FA4616;
}
.btn.btn-link:hover {
  color: #1B365D;
}
.btn.to-notice {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  text-align: center;
  padding: 18px 0 0 0;
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 9999;
}
.btn.to-notice .fas,
.btn.to-notice .fab,
.btn.to-notice .far,
.btn.to-notice svg {
  opacity: 1;
  margin: 0;
  font-size: 19px;
}
.shadow {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.clear {
  clear: both;
}
.card {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border-radius: 8px;
  border: none;
  padding: 30px;
}
a.card:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
  border-radius: 6px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 36px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: solid 1px #e0e3e5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider.round {
  border-radius: 36px;
}
.slider.round:before {
  border-radius: 50%;
}
.slider:before {
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
  left: 3px;
  bottom: 3px;
  background-color: #9b9b9b;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
input:checked + .slider {
  background-color: #00C853;
  border-color: #00af48;
}
input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #fff;
}
form .form-row,
form .form-group {
  margin: 0.85em 0;
}
form .form-row .switch,
form .form-group .switch {
  float: right;
  top: -4px;
  margin-bottom: 0;
}
form .form-row.check-switch,
form .form-group.check-switch {
  margin-top: 30px;
}
form label {
  font-weight: 700;
  color: #323232;
  margin-bottom: 0.35em;
}
form .form-control {
  padding: 8px 16px;
  height: 48px;
  font-size: 16px;
  border-color: #e0e3e5;
  border-radius: 6px;
  color: #666666;
}
form .form-control:focus {
  border-color: #666666;
  outline: none;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
form .input-group-append .input-group-text {
  width: 48px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
form .input-group-append .input-group-text img {
  margin-left: auto;
  margin-right: auto;
}
form textarea.form-control {
  height: auto;
}
@media only screen and (max-width: 575px) {
  .hidden-xs {
    display: none;
  }
}
.dropdown-toggle:after {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  border: none;
  font-size: 14px;
  font-weight: 900;
  vertical-align: middle;
  position: relative;
  max-height: 21px;
  top: -2px;
}
.item {
  text-align: left;
}
.item .item-title,
.item .item-icon {
  text-align: center;
  font-size: 24px;
}
.item .item-icon {
  margin-bottom: 30px;
}
.item .item-title,
.item .item-text {
  margin: 0.5em 0;
}
.item.card .item-text {
  text-align: center;
}
.nav.nav-pills {
  margin: 0 -5px;
}
.nav.nav-pills .nav-item {
  padding: 5px;
}
.nav.nav-pills .nav-item .nav-link {
  border: solid 1px #e0e3e5;
  color: #666666;
  line-height: 1em;
  padding: 12px 20px;
  background: #fff;
  border-radius: 21px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav.nav-pills .nav-item .nav-link:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  color: #FA4616;
}
.owl-carousel {
  padding-top: 40px;
  padding-bottom: 0px;
  margin-left: -30px;
  margin-right: -30px;
  width: auto;
}
.owl-carousel.owl-theme .owl-dots .owl-dot {
  vertical-align: middle;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border: solid 1px #9b9b9b;
  width: 12px;
  height: 12px;
  margin-left: 3px;
  margin-right: 3px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  width: 16px;
  height: 16px;
  border-color: #FA4616;
  background-color: #FA4616;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}
#top {
  text-align: center;
  padding-top: 55px;
  padding-bottom: 10px;
}
#top .brand {
  margin-bottom: 35px;
}
#top .brand .button-container {
  float: right;
}
#top .brand .button-container a {
  margin: 5px;
}
#top .brand .button-container a:hover {
  text-decoration: none;
}
#top .brand a {
  text-align: right;
}
#top .brand img {
  width: 130px;
}
#top .Bicycle-details .update {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 24px;
  color: #1B365D;
  margin-right: 10px;
}
#top .Bicycle-details p {
  margin-bottom: 5px;
}
#top .Bicycle-details svg {
  margin-right: 5px;
  opacity: 1;
}
#top .Bicycle-details .btn-outline-secondary {
  border-color: #e0e3e5;
  background: #F2F5F7;
  margin-top: 15px;
}
#top .Bicycle-details .btn-outline-secondary span {
  color: #666666;
}
#top .Bicycle-details .btn-outline-secondary.red {
  border-color: #f5c6cb;
  background: #f8d7da;
}
#top .Bicycle-details .btn-outline-secondary.red span {
  color: #721c24;
}
#top .Bicycle-details .btn-success {
  margin-top: 25px;
}
#top .gray-link svg {
  margin-right: 10px;
  font-size: 22px;
  vertical-align: middle;
}
#fietsen-boekingen #detail-block #NotificationContainer table {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}
#fietsen-boekingen #detail-block #NotificationContainer table .name {
  text-decoration: underline;
  color: #1B365D;
}
#fietsen-boekingen #detail-block #NotificationContainer table td {
  color: #666666;
  padding: 15px;
  border-bottom: 1px solid #dee2e6;
  -webkit-box-shadow: 0px 1px 0px #e0e3e5;
          box-shadow: 0px 1px 0px #e0e3e5;
}
#fietsen-boekingen #detail-block #NotificationContainer table td.edit {
  height: 100%;
  vertical-align: middle;
}
#fietsen-boekingen #detail-block #NotificationContainer table th {
  border: none;
}
#fietsen-boekingen #detail-block #NotificationContainer table thead tr {
  border-bottom: 2px solid #9b9b9b;
}
#fietsen-boekingen #detail-block #NotificationContainer table thead tr:nth-child(odd) {
  background: none;
}
#fietsen-boekingen #detail-block #NotificationContainer table tr:nth-child(odd) {
  background: #EDF1F4;
}
#fietsen-boekingen #detail-block #NotificationContainer table tr th:first-child,
#fietsen-boekingen #detail-block #NotificationContainer table tr td:first-child {
  padding-left: 30px;
}
#fietsen-boekingen #detail-block #NotificationContainer table tr th:last-child,
#fietsen-boekingen #detail-block #NotificationContainer table tr td:last-child {
  padding-right: 30px;
}
select {
  background-image: url("/images/background-select.png");
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-position: right;
  background-repeat: no-repeat;
}
.login .container {
  background: white;
  padding: 30px 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}
.login .container h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.login .container .btn-login {
  background: linear-gradient(62deg, #e14614 64%, #ff3e00 100%);
  width: 100%;
  color: white;
}
.login .container input,
.login .container select {
  border-radius: 8px;
  padding: 15px 12px;
  height: 48px;
}
.login .container label {
  font-weight: 700;
  color: #323232;
}
#search input {
  border-radius: 8px;
  padding: 15px 12px;
  height: 48px;
}
#search .sort {
  font-weight: bold;
  font-size: 14px;
  color: #9b9b9b;
  margin-right: 5px;
}
#search .dropdown {
  float: right;
  margin-top: 20px;
}
#search .dropdown a {
  font-weight: 500;
}
#search .dropdown svg {
  font-size: 12px;
  color: #455A64;
  margin-left: 5px;
}
#houses .block {
  background: white;
  padding: 24px;
  position: relative;
  border-radius: 8px;
  margin-bottom: 30px;
}
#houses .block a {
  color: initial;
}
#houses .block a:hover {
  text-decoration: none;
}
#houses .block h2 {
  font-size: 24px;
}
#houses .block .right {
  float: right;
  color: #1B365D;
  font-weight: 500;
}
#houses .block .fa-history {
  font-size: 14px;
  color: #9b9b9b;
  margin-right: 10px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
#houses .block .top-right {
  position: absolute;
  right: 10px;
  top: -16px;
  background: white;
  border-radius: 19px;
  width: 74px;
  height: 38px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  border: 2px solid #F2F5F7;
  padding: 4px;
}
#houses .block:last-of-type {
  margin-bottom: 0;
}
#house {
  padding-top: 0;
}
#house svg {
  color: #03A9F4;
  font-size: 20px;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-top: 5px;
}
#house .message {
  color: #03A9F4;
  font-size: 14px;
  line-height: 20px;
}
#house .wrapper {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
#house .wrapper input {
  vertical-align: middle;
}
#house .checkbox label {
  color: #323232;
  font-weight: 500;
  margin-left: 10px;
  margin-bottom: 0;
}
#house .gray-link {
  float: left;
}
#house .gray-link svg {
  color: #9b9b9b;
}
#house .save svg {
  opacity: 1;
  margin: 0;
  float: none;
}
#house .save span {
  margin-top: 3px;
  vertical-align: middle;
  display: inline-block;
}
#house .form-group {
  margin-bottom: 20px;
}
#house .form-group input[type=checkbox] {
  width: 20px;
  height: 20px;
}
#house .form-group textarea {
  width: 100%;
  height: 152px;
  border-radius: 8px;
  border-color: #e0e3e5;
  resize: none;
  padding: 8px 16px;
  color: #323232;
}
#house .cross {
  position: relative;
  float: left;
}
#house .cross .img-wrapper {
  overflow: hidden;
  width: 61px;
  height: 61px;
  border: 2px solid white;
  float: left;
  margin-right: 20px;
}
#house .cross .img-wrapper img {
  max-width: 170%;
}
#house .cross .img-wrapper span {
  position: absolute;
  top: -12px;
  right: 10px;
  background: #FF6238;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: white;
  padding-left: 9px;
}
#house .upload label {
  width: 100%;
}
#house .upload .upload-button {
  color: #FF6238;
  background: white;
  border-radius: 32px;
  border: 1px solid #FF6238;
  padding: 15px 52px;
  margin-top: 20px;
  font-size: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  float: left;
}
#house .upload .upload-button span {
  display: inline-block;
  margin-top: 3px;
}
#house .upload .add-file {
  border-radius: 50%;
  border: 1px solid #FF6238;
  color: #FF6238;
  background: white;
  width: 48px;
  height: 48px;
  display: block;
  padding: 13px;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}
#house .upload svg {
  opacity: 1;
  margin: 0;
  margin-right: 5px;
}
#house .btn-success {
  float: left;
  margin: 50px 0;
}
#house hr {
  float: left;
}
hr {
  width: 100%;
  border-top: 1px solid #e0e3e5;
}
.intro {
  text-align: left !important;
  padding-top: 55px;
  padding-bottom: 10px;
  background: url(../images/line.svg) no-repeat bottom;
  background-size: 640px auto;
}
.intro .brand {
  margin-bottom: 65px;
}
.intro .brand img {
  width: 150px;
}
.intro .hand {
  font-size: 22px;
}
.intro .intro-title {
  font-size: 24px;
  margin-top: 0.15em;
  margin-bottom: 0.75em;
}
.intro .intro-text {
  text-align: left;
}
.intro .house-details svg {
  color: #1B365D;
  width: 28px;
}
.intro .house-details p {
  margin-bottom: 5px;
}
.intro .house-details a {
  margin-top: 20px;
}
.intro .house-details a svg {
  opacity: 1;
}
.intro .house-details a span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
}
.no-background {
  background: none;
}
.navigation {
  padding-top: 10px;
}
#detail-block .block {
  background: white;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
#detail-block .block .right {
  float: right;
}
#detail-block .block .name {
  width: 100%;
  margin-bottom: 12px;
}
#detail-block .block .name svg {
  float: left;
  margin-right: 10px;
}
#detail-block .block .name span {
  float: left;
  font-weight: 500;
}
#detail-block .block .owl-carousel {
  padding-top: 0;
}
.small {
  font-size: 14px;
  text-align: center;
  width: 100%;
  color: #9b9b9b;
  margin: 30px 0;
}
.site-footer {
  text-align: center;
  color: #9b9b9b;
  padding-bottom: 55px;
}
.site-footer .actions {
  padding-top: 48px;
  padding-bottom: 48px;
}
.site-footer .actions .save {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 32px;
}
.site-footer .brand {
  padding-top: 18px;
  padding-bottom: 30px;
}
.site-footer .brand img {
  width: 115px;
}
.site-footer .close-window {
  color: #9b9b9b;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.site-footer .close-window:hover {
  color: #FA4616;
  text-decoration: none;
}
#back-link {
  padding: 0;
}
#detail-block {
  padding-bottom: 10px;
}
#fietsen-index .content-container a {
  position: relative;
  display: block;
}
#fietsen-index .content-container a span.top-right {
  top: -43px;
  right: 0px;
}
#fietsen-index .content-container a svg.location {
  font-size: 14px;
  color: #9b9b9b;
  margin-right: 0px;
  margin-left: -2px;
}
#fietsen-index .content-container a span.bar {
  top: 0px;
  left: -24px;
  position: absolute;
  width: 8px;
  height: 100%;
  background: black;
  border-radius: 0px 10px 10px 0px;
}
#fietsen-index .content-container a span.bar.red {
  background: red;
}
#fietsen-index .content-container a span.bar.orange {
  background: orange;
}
#fietsen-index .content-container a span.bar.green {
  background: #00C853;
}
#fietsen-index #search form input[name="search"].form-control {
  margin-bottom: 5px;
}
