.container {
  padding: 10px;
  height: 100vh;
  width: 100%;
}

.toolbar {
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: yellow;
  clear: both;
}

.charts {
  height: 500px;
  float: left;
}

#chartbarTotalNumber {
  height: 150px;
}

#predefinedFilters {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#chartbarDistribution {
  height: 150px;
}

.map {
  height: 500px;
  float: right;
}

#info {
  position: absolute;
  height: 1px;
  width: 1px;
  z-index: 100;
}
.tooltip.in {
  opacity: 1;
}
.tooltip.top .tooltip-arrow {
  border-top-color: white;
}
.tooltip-inner {
  border: 2px solid white;
}