@import url(https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800);html {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html h1 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
html h2 {
  color: #585858;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 3px solid #EA4A18;
  padding-bottom: 4px;
}
html strong {
  font-weight: 600;
}
html hr {
  background-color: #fff;
  opacity: 0.7;
}
html input::-webkit-outer-spin-button,
html input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html .invalid-feedback {
  color: #fff;
}
html body {
  margin: 0px;
  padding: 0px;
  font-family: 'Dosis', sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  color: #585858;
  min-height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#EA4A18), to(#F08D07));
  background-image: linear-gradient(0deg, #EA4A18 0%, #F08D07 100%);
  background-attachment: fixed;
}
html body.login-page {
  background-image: linear-gradient(-135deg, rgba(234, 74, 24, 0.9) 0%, #F08D07 100%);
  height: 100%;
}
html body.login-page .logo {
  width: 250px;
  padding-top: 50px;
  padding-bottom: 100px;
}
html body.login-page form input {
  width: 306px;
  max-width: 100%;
  height: 40px;
  display: inline-block;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 0px;
  color: #fff;
}
html body.login-page form input::-webkit-input-placeholder {
  color: #fff;
  font-weight: 400;
}
html body.login-page form input:-ms-input-placeholder {
  color: #fff;
  font-weight: 400;
}
html body.login-page form input::-ms-input-placeholder {
  color: #fff;
  font-weight: 400;
}
html body.login-page form input::placeholder {
  color: #fff;
  font-weight: 400;
}
html body.login-page form input:focus {
  color: #fff;
  background: transparent;
}
html body.login-page form button {
  width: 306px;
  max-width: 100%;
  height: 40px;
  font-size: 13px;
  background-color: #fff;
  color: #F08D07;
  border: none;
  border-radius: 0px;
}
html body .id-badge {
  background-color: #f08d07;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}
html body .loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #f08d07;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  float: left;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
html body header {
  height: 76px;
  background-image: linear-gradient(-138deg, #F08D07 0%, rgba(234, 74, 24, 0.9) 100%);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 5px solid #fff;
}
html body header .top-home-button {
  line-height: 71px;
}
html body header .logo {
  width: 55px;
  height: 55px;
  margin-top: 8px;
}
html body header .navbar {
  height: 71px;
  padding-right: 0px;
}
html body header .navbar .navbar-nav .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}
html body header .navbar .navbar-nav .dropdown-menu::after {
  display: none;
}
html body header .navbar .navbar-nav .nav-link,
html body header .navbar .navbar-nav .nav-link:hover,
html body header .navbar .navbar-nav .nav-link:focus {
  color: #fff;
  font-family: 'Dosis', sans-serif !important;
}
html body main {
  padding-top: 15px;
}
html body main .location-content {
  padding-bottom: 80px;
}
html body main #route-unfinished {
  padding-left: 15px;
}
html body main #route-unfinished .route-location {
  cursor: pointer;
}
html body main #route-unfinished .route-location::before {
  position: absolute;
  top: 64px;
  left: -16px;
  content: "";
  height: 100%;
  width: 2px;
  background-image: linear-gradient(#fff, #fff 10px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0));
  background-position: top;
  background-size: 2px 16px;
  background-repeat: repeat-y;
}
html body main #route-unfinished .route-location:last-of-type::before {
  display: none;
}
html body main #route-unfinished .route-location:first-of-type .route-location-slider {
  content: url('/images/icons/circle-filled.png');
}
html body main #route-unfinished .route-location:first-of-type::after {
  content: 'Aankomende locatie';
  position: absolute;
  padding: 0px 15px;
  right: 15px;
  top: -9px;
  background: #EA4A18;
  border-radius: 12px;
  font-size: 11px;
  color: #FFFFFF;
  text-align: center;
}
html body main #route-unfinished .route-location .route-location-slider {
  content: url('/images/icons/circle-unfilled.png');
  position: absolute;
  left: -20px;
  top: 50px;
}
html body main #route-unfinished .route-location .card-body {
  background-color: #f5f5f5;
}
html body main #route-unfinished .route-location .card-body div.text-content {
  line-height: 20px;
}
html body main #route-unfinished .route-location .card-body div.text-content .icon {
  margin-top: 0px;
}
html body main #route-unfinished .route-location .card-footer {
  border-top: none;
  background-color: #fff;
}
html body main #ranking-tabs {
  padding-bottom: 15px;
  font-size: 14px;
  color: #fff;
}
html body main #ranking-tabs div:first-of-type {
  opacity: 0.6;
  line-height: 40px;
}
html body main #ranking-tabs div:last-of-type .nav-item {
  padding: 0 15px;
  border-right: 1px solid #fff;
}
html body main #ranking-tabs div:last-of-type .nav-item a {
  padding: 0;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  opacity: 0.6;
}
html body main #ranking-tabs div:last-of-type .nav-item a.active {
  opacity: 1;
}
html body main #ranking-tabs div:last-of-type .nav-item:first-of-type {
  padding-left: 0px;
}
html body main #ranking-tabs div:last-of-type .nav-item:last-of-type {
  padding-right: 0px;
  border-right: none;
}
html body main #route-finished .route-location {
  border-left: 7px solid #4DA934;
  cursor: pointer;
}
html body main #route-finished .route-location .card-body div.text-content {
  line-height: 20px;
}
html body main #route-finished .route-location .card-body div.text-content .icon {
  margin-top: 0px;
}
html body main #route-finished.jury .location-image {
  width: 120px;
  height: 194px;
  position: absolute;
}
html body main #route-finished.jury .route-location .card-body {
  margin-left: 120px;
  height: 194px;
  background-color: #f5f5f5;
}
html body main #route-finished.jury .route-location .card-body h2 {
  padding-left: 25px;
}
html body main #route-finished.jury .route-location .card-body h2 .badge {
  background-color: #F08D07;
  color: #fff;
  position: absolute;
  left: 135px;
  padding: 3px 7px;
}
html body main #route-finished.jury .route-location .card-footer {
  border-top: none;
  background-color: #fff;
}
html body main #route-finished.jury .route-location .card-footer .score-badge {
  background-color: #f5f5f5;
  width: 100%;
  text-align: left;
  height: 20px;
}
html body main #route-finished.jury .route-location .card-footer .score-badge img {
  width: 11px;
  height: 11px;
  margin-top: -7px;
}
html body main #route-finished.jury .route-location .card-footer .main-score {
  position: absolute;
  top: -8px;
  background-color: #f08d07;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
}
html body main #route-finished.jury .route-location .card-footer .sub-score {
  font-size: 15px;
  text-align: center;
  margin-left: 5px;
}
html body main .route-location {
  margin-bottom: 15px;
  border: none;
  background-color: #FFF;
}
html body main .route-location .card-header {
  border-bottom: none;
  background-color: #f5f5f5;
}
html body main .route-location .card-body {
  padding: 15px;
}
html body main .route-location .card-body div.text-content {
  display: block;
  line-height: 40px;
  padding-bottom: 5px;
}
html body main .route-location .card-body div.text-content .icon-content {
  padding-left: 30px;
}
html body main .route-location .card-body div.text-content .icon {
  position: absolute;
  margin-top: 10px;
}
html body main .route-location .card-body div:last-of-type {
  padding-bottom: 0px;
}
html body main .route-location.finished {
  border-top: 7px solid #4DA934;
}
html body main .route-location.finished #google-map {
  border-radius: 0;
}
html body main .route-location .form-control {
  display: inline-block !important;
}
html body main .route-location input[type="number"] {
  width: 50px;
  height: 40px;
  border: 1px solid #F08D07;
  border-radius: 0;
  margin-right: 5px;
}
html body main .route-location textarea {
  margin-top: 15px;
  border: 1px solid #F08D07;
  border-radius: 0;
  resize: none;
}
html body main .route-location .google-map-link {
  color: #f08d07;
}
html body main .route-location .total-score-badge {
  background-color: #f5f5f5;
  width: 100%;
  text-align: left;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  margin: 5px 0;
  font-size: 16px;
  font-weight: 600;
}
html body main .route-location #total-score {
  position: absolute;
  top: -2px;
  right: 20px;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  background-color: #F08D07;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  color: #fff;
}
html body main .route-location #image_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 205px;
}
html body main .route-location #image_holder #image_holder_preview {
  min-height: 175px;
  max-height: 175px;
  max-width: 100%;
  line-height: 175px;
  text-align: center;
  width: 100%;
  margin: 15px 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 1;
}
html body main .route-location #image_holder #image_holder_button {
  width: 30px;
  margin: auto;
  z-index: 2;
}
html body main .route-location #upload-image {
  cursor: pointer;
}
html body main .route-location #google-map {
  height: 225px;
  border-bottom: 1px solid rgba(234, 74, 24, 0.3);
  border-radius: .25rem;
}
html body footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 65px;
  margin-top: -65px;
  line-height: 60px;
  background-image: linear-gradient(-138deg, #F08D07 0%, rgba(234, 74, 24, 0.9) 100%);
  border-top: 5px solid #fff;
  z-index: 100;
}
html body footer a {
  display: inline-block;
  z-index: 101;
}
html body footer #activate-button,
html body footer #finish-button {
  display: none;
}
html body footer #activate-button.active,
html body footer #finish-button.active {
  display: inline;
}
