body {
  margin : 0px;
  overflow: hidden;
}

#map {
    height: 100%;
    width: 100%;
    z-index: 1;
}

#loadingScreen {
    height: 100%;
    width: 100%;
    z-index: 2001;
    position: absolute;
    text-align: center;
}

#loadingGif {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#settingsButton {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
}

#returnToPositionButton {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
}

#checkboxSwitchView {
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}
#mapview{
  height: 100%;
  width: 100%;
  display:none;
}

#sceneview {
  height: 100%;
  width: 100%;
  border-style: none;
  border-color: green;
  border-width: 25px;
}
#slider{
  position: fixed;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  z-index: 2;
}


.ui-button {
    border: none;
    background-color: rgb(0, 191, 255);
    background-color: rgba(0, 191, 255, 0.8);
    outline: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
button:focus {
    border: none;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.8);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

label:hover{
  color: white;
}
#showRadius{
  color: white;
}
#showRadiusP{
  color: white;
}
#myNav{
  z-index: 2000;
}

#infobox {
  background-color: grey;
  opacity: 0.7;
  color: white;
  width: 50%;
}

.collapsible {
  background-color: rgba(0,0,0, 0);
  cursor: pointer;
  padding: 18px;
  border: none;
  outline: none;
  font-size: 30px;
  color: #818181;
  transition: 0.3s;
}

.active, .collapsible:hover {
  color: #f1f1f1;
}

.content {
  background-color: rgba(0,0,0, 0);
  color: #818181;
  padding: 0 18px;
  display: none;
  overflow: hidden;
}

#busRouteInfoFrame {
  width: 25%;
  height: 10%;
  background-color: green;
  position: fixed;
  top: 0;
  right: 0;
  padding-top: 10px;
  visibility: hidden;
}

#busRouteInfo {
  width: 50%;
  color: white;
  margin: auto;
  text-align: center;
  font-size: 1.5em;
  border-style: solid;
  border-width: 5px;
  border-color: white;
  border-radius: 10%;
}

.myvenuescluster {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: orange;
    text-align: center;
    font-size: 24px;
}

.mybusstopscluster {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1a624c;
    text-align: center;
    font-size: 24px;
}
