@import url(/js/Build/Cesium/Widgets/widgets.css);
@import url(/js/bootstrap/css/bootstrap.min.css);

.cesium-widget-credits {
  display: none !important;
}

html,
body,
#cesiumContainer {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#schoolLogo {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 300px;
  height: 45px;
  background: url(./img/schoolLogo.png) no-repeat 0 0;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-color: #fff;
  z-index: 1;
}

#buildingBox {
  position: absolute;
  left: 10px;
  top: 65px;
  width: 300px;
  height: auto;
  font-size: 14px;
  z-index: 1;
}

@media (max-width: 768px) {
  #buildingBox {
    display: none;
  }
}

@media (max-width: 500px) {
  #schoolLogo {
    display: none;
  }
}

#buildingPanelBody {
  padding: 0px;
  height: auto;
  max-height: 350px;
  overflow: auto;

}

.collapseInfo {
  float: left;
  margin-right: 10px;
  cursor: pointer;
}

.collapseInfo:hover {
  color: rgb(187, 120, 43);
}

.collapseTitle {
  width: 100%;
}

.compass {
  top: auto !important;
  bottom: 150px
}

.navigation-controls {
  top: auto !important;
  bottom: 65px;
}

.cesium-infoBox {
  top: 10px !important;
}

.navigation-controls {
  background-color: rgba(47, 53, 60, .8)
}