.fa {
  font: normal normal normal 14px/1 FontAwesome !important;
}
#iface {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
#mainSearchBox {
  position: absolute;
  top: 5px;
  left: 5px;
  display: inline-block;
  pointer-events: all;
  font-size: 0px;
  height: 30px;
  width: 240px;
}
#mainSearchBox * {
  vertical-align: top;
  font-size: 12px;
}
#mainSearchButton {
  background-color: #444444;
  width: 30px;
  height: 30px;
  background-image: url('/img/search.png');
  background-size: 100%;
}
#mainSearchButton:hover {
  background-color: #2b2b2b;
}
#mainSearchInput {
  padding: 5px 20px 5px 10px;
  font-weight: bold;
  border: 1px solid #ccc;
  height: 100%;
  width: calc(100% - 1px - 30px);
}
#layerBox {
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  width: 204px;
  font-size: 0;
  background-color: #333;
  z-index: 4;
  animation: all 1s linear;
}
#layerBox h1 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding: 4px;
  margin: 0;
}
#layerBox input {
  width: 100%;
  border: 0;
  margin-top: 10px;
  padding: 5px 6px;
  font-weight: bold;
  font-size: 12px;
}
#layerBox .layerBox-groupBox {
  padding: 2px;
}
.layerImg-operation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54px;
  display: none;
}
.layerImg-operation .fa {
  font-size: 32px !important;
  position: absolute;
  top: 3px;
}
.layerImg-operation .fa-plus-circle,
.layerImg-operation .fa-minus-circle {
  left: 50%;
  color: #ffffff;
  transform: translate(-50%, 0);
}
.layerImg-operation .fa-arrows-v {
  color: rgba(255, 255, 255, 0.7);
}
.layerImg-operation .layerImg-operation-arrowR {
  right: 2px;
}
.layerImg-operation .layerImg-operation-arrowL {
  left: 2px;
}
#layerBox-actives h1 {
  background-color: rgba(0, 153, 153, 0.7);
}
#layerBox-actives .layerImg .layer-desc {
  background-color: rgba(0, 153, 153, 0.7);
}
#layerBox-actives .layerImg:hover .layerImg-operation {
  display: block;
  background-color: rgba(0, 153, 153, 0.5);
}
#layerBox-actives .layerImg:hover .layer-desc {
  background-color: #fff;
  color: #009999;
}
#layerBox-availables h1 {
  background-color: rgba(0, 153, 255, 0.7);
  margin-top: 10px;
}
#layerBox-availables .layerImg .layer-desc {
  background-color: rgba(0, 153, 255, 0.7);
}
#layerBox-availables .layerImg:hover .layerImg-operation {
  display: block;
  background-color: rgba(0, 153, 255, 0.5);
}
#layerBox-availables .layerImg:hover .layer-desc {
  background-color: #fff;
  color: #0099ff;
}
#layersButton {
  position: absolute;
  top: 5px;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  right: 0px;
}
.layer-desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  font-size: 12px;
  text-transform: capitalize;
  z-index: 9;
  padding: 4px 2px;
  color: #fff;
  font-weight: bold;
}
.input-group {
  font-size: 0;
}
.input-group > * {
  display: inline-block;
}
.input-group .fa {
  font-size: 16px;
  line-height: 22px;
  background-color: #333;
  color: #fff;
  width: 22px;
  height: 23px;
  text-align: center;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
.input-group input {
  width: 100%;
  border-left: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 3px;
}
.layerImg {
  position: relative;
  width: 100%;
  height: 75px;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: cover;
  cursor: pointer;
  background-position: 0 0px;
  margin: 2px 0px;
}
.layerImg[disabled="disabled"] {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 22px;
  overflow: hidden;
}
.layerImg[disabled="disabled"] .fa-minus-circle {
  display: none !important;
}
.layerImg.inactive {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: 0.8;
}
.layerImg .fa:hover {
  zoom: 1.1;
  top: 0px;
}
#suggestionsBox {
  margin: 0;
  background-color: #fff;
  border: 1px solid #999;
  margin-top: 5px;
  padding: 0;
  list-style: none;
  display: none;
}
#suggestionsBox li {
  padding: 5px;
  cursor: pointer;
}
#suggestionsBox li:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
#suggestionsBox li h2 {
  font-weight: 100;
  margin: 4px 0px;
}
#suggestionsBox li h1 {
  margin: 0;
}
#suggestionsBox li h1,
#suggestionsBox li h2 {
  color: #444444;
}
#suggestionsBox li.focused {
  background-color: #e0e0e0 !important;
}
#suggestionsBox li.focused > * {
  color: #000000 !important;
}
#suggestionsBox li:hover {
  background-color: #f7f7f7;
}
#suggestionsBox li:hover > * {
  color: #000000 !important;
}
#mainSearchClear {
  position: absolute;
  right: 36px;
  width: 14px;
  height: 14px;
  background-image: url(/img/x.png);
  top: 8px;
  display: none;
  background-color: transparent;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0.0;
  }
  90% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes fade {
  0% {
    opacity: 0.0;
  }
  90% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
#ctxMenu {
  position: absolute;
  list-style: none;
  background-color: #fcfcfc;
  padding: 5px 0;
  color: #333;
  pointer-events: all;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#ctxMenu li {
  font-size: 11px;
  margin: 4px 0;
  cursor: pointer;
  padding: 4px;
}
#ctxMenu li img {
  width: 16px;
  vertical-align: middle;
  margin: 2px 9px 2px 2px;
}
#ctxMenu li:hover {
  background-color: #e3e3e3;
}
#routeBox {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  padding: 6px 12px;
  border: 1px solid #ccc;
  color: #900;
  font-weight: bold;
}
#botBar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: -100%;
  align-items: center;
}
#botBar.collapsed #geoloc {
  display: none !important;
}
#topPart {
  padding: 5px;
  vertical-align: bottom;
}
@media all and (max-width: 640px) {
  #geoloc {
    justify-content: space-between;
    background-color: #000;
  }
}
@media all and (min-width: 640px) {
  #geoloc {
    justify-content: flex-start;
    background-color: transparent;
  }
}
#geoloc {
  z-index: 5;
  font-weight: bold;
  width: 100%;
  align-items: center;
  vertical-align: bottom;
  display: flex !important;
  font-size: 30px;
  flex-wrap: wrap;
}
#geoloc > span {
  margin: 1px;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0 5px;
  color: #fff;
  vertical-align: bottom;
  text-align: center;
}
#geoloc .desc,
#geoloc .unit {
  font-size: 12px;
  margin: 0px 0 0 0;
  color: #ff0;
}
#geoloc .val {
  display: block;
  margin: 10px;
}
.geoButton {
  width: 30px;
  height: 30px;
  background-color: #333;
  pointer-events: all;
  background-size: 80%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 2px solid transparent;
}
.geoButton.active {
  border: 2px solid #09f !important;
}
#trackButton {
  background-image: url(/img/track.png);
  display: none;
  position: absolute;
  left: 245px;
}
#followButton {
  left: 280px;
  top: 0;
  background-image: url(/img/follow.png);
  display: none;
  position: absolute;
}
#followButton.visible {
  display: inline-block;
}
#attribution {
  float: right;
  bottom: 30px;
  padding: 5px;
  color: #666;
  font-size: 11px;
}
#attribution a {
  color: inherit;
}
#lonLatBox {
  display: none;
  font-size: 12px;
}
