html,
body {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
#cesiumContainer {
  height: 100%;
}


#toolbar {
  background: rgba(42, 42, 42, 0.8);
  padding: 4px;
  border-radius: 4px;
  position: absolute;
  margin: 5px;
  top: 0;
  padding: 10px 20px;
  color: white;
  z-index: 9999;
  /*min-width: 270px;*/
}

#toolbar input {
  vertical-align: middle;
  padding-top: 2px;
  padding-bottom: 2px;
}

#toolbar select {
  min-width: 120px;
}

#toolbar .header {
  font-weight: bold;
}

#slider {
    display: none;
    position: absolute;
    left: 50%;
    top: 0px;
    background-color: #d63d35;
    width: 5px;
    height: 100%;
    z-index: 9999;
}

#slider .circle {
  height: 40px;
  width: 40px;
  display: block;
  border-radius: 50%;
  border: 2px solid #d63d35;
  background: #d3d3d3;
  margin-left: -18px;
  position: absolute;
  top: calc(50% - 40px);
}

#slider .circle::before {
  content: '<';
  position: absolute;
  top: 5px;
  left: 5px;
  color: #d63d35;
}

#slider .circle::after {
  content: '>';
  position: absolute;
  top: 5px;
  right: 5px;
  color: #d63d35;
}
.comparison-choices {
  display: flex;
  align-items: center;
  margin-top: 10px;
 }
 
.comparison-choices label,
.left-comparison-container {
    display: none;
}

.left-comparison-container {
  margin-right: 20px;
}

.comparison-choices label {
  margin-right: 5px;
}

.comparison-choices select:not(:last-child) {
  margin-right: 10px;
}

.date-pickers {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.left-date-picker,
.left-date-picker label,
.right-date-picker label {
  display: none;
}

.left-date-picker,
.right-date-picker {
  min-width: 120px;
}

.tabs-container {
  display:flex;
  flex-direction:column;
  width:100%;
}

.tabs-header {
  background-color:#DFA612;
  display:flex;
  flex-wrap:wrap;
  padding:.375rem;
}

.tabs-header > li {
  color:#fff;
  cursor:pointer;
  flex-grow:1;
  padding:.375rem;
  font-size:1.125rem;
}

.tabs {
  display:flex;
}

.tab {
  padding:1rem;
  color:#fff;
}

.cesium-infoBox-iframe {
  height: 50vh !important;
}

.cesium-infoBox-camera {
    display: none !important;
}

#measureContainer {
  position: absolute;
  top: 0;
  right: 0;
}

/* #measureContainer div:last-child {
  display: none;
} */

.cesium-measure-button {
  box-sizing: content-box;
}

.cesium-measure-toolbar {
  height: 36px !important;
}