body {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px;
}
#welcome {
  display: table;
  z-index: 6002;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0px;
  background-color: #f7f7f7;
}
#cy {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 998;
  background-color: #41413f;
}
h1 {
  opacity: 0.5;
  font-size: 1em;
}
#inputControls {
  position: fixed;
  top: 1em;
  left: 3em;
  z-index: 1002;
  background-color: rgba(255, 255, 255, 0.5);
  padding-left: 10px;
  border-radius: 6px;
}
.lgtext {
  margin: 5px;
  font-size: 12px;
}
#routeSearchResultControls {
  position: fixed;
  bottom: 1em;
  left: 1em;
  z-index: 1003;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  border-radius: 6px;
  display: none;
}
#credits {
  position: fixed;
  top: 1em;
  right: 1em;
  z-index: 1004;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 10px 5px 10px;
  border-radius: 6px;
}
#toggleLegendsButton {
  position: relative;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
}
#legContent {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 1005;
}
#legendsInfo {
  position: relative;
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px;
}
#mapDiv {
  height: 95vh;
  z-index: 999;
}
#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 5vh;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
#footercontent {
  font-size: 12px;
}

#footercontentright {
  float: right;
}

#footercontentleft {
  float: left;
}

#loadingimage {
  margin-top: 20px;
  width: 80px;
  height: auto;
}
