*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  font-family: Helvetica;
  margin: 0;
}
a {
  color: #df000f;
  text-decoration: none;
}
/*
input {
  height: 40px;
  width: 100%;
}
*/
#main {
  display: flex;
}
#container {
  display: flex;
}
#map {
  display: block;
  border: none;
  height: 100vh;
  width: 100vw;
}
#controls {
  background-color: #ffffff;
  border: #999999 1px solid;
  color: #666666;
  left: 16px;
  padding: 16px;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 600;
}
@media (min-width: 480px) {
  #controls {
    width: 460px;
  }
}
#search-header {
  align-items: center;
  display: flex;
}
#search-start {
  margin: 0 0 0 4px;
}
#search-menu {
  margin-left: auto;
}
#search-content {
  width: 100%;
}
#search-content i {
  font-size: 16px
}
#search-content label {
  font-size: 16px;
}
/*
.choices__inner {
  margin: 0;
  min-height: auto;
  padding: 0;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 0;
}
.choices__input {
  margin-bottom: 0;
}
 */ 
.choices {
  margin: 12px 0 0 0;
}
#info-content {
  background-color: #ffffff;
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px 0 0 0;
  display: none;
  font-size: 16px;
  margin-top: 16px;
  padding-top: 16px;
  width: 100%;
}
#info-header {
  align-items: center;
  display: flex;
}
#info-close {
  color: #999999;
  font-size: x-large;
  margin-left: auto;
}
#info-content div {
  margin-top: 12px;
}
#info-content div:first-child {
  margin-top: 0;
}
#info-name {
  font-size: large;
}
#info-image {
  margin-top: 12px;
  max-height: 200px;
  object-fit: contain;
}
#info-address, #info-directions, #info-qrcode, #info-wayfinding {
  margin: 0 0 0 4px;
}
#qrcode-outer {
  background-color: #ffffff;
  border: #999999 1px solid;
  color: #666666;
  padding: 16px;
  position: absolute;
  right: 32px;
  top: 32px;
  z-index: 1000;
}
#qrcode-inner {
  font-size: 24px;
  text-align: center;
}
#qrcode-message {
  font-size: 24px;
  width: 320px;
}
#qrcode-canvas {
  margin: 12px 0 0 0;
}
img.default { 
  filter: grayscale();
}
img.start { 
  filter: hue-rotate(20deg);
}
img.end { 
  filter: hue-rotate(260deg);
}
/* THERE WILL BE A BETTER WAY */
.leaflet-popup {
  margin-bottom: 28px !important;
}
/* THERE WILL BE A BETTER WAY */
.leaflet-control-attribution {
  display: none !important;
}