body {
  background-color: #f5f5f5;
}

.body-wrapper {
  margin-top: 20px;
}

#select-map-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
}

#baubles-map-div {
  width: 800px;
  height: 600px;
  margin: 0 auto;
  border: 2px solid #c2c2c2;
}

#baubles-chart-div {
  width: 800px;
  height: 400px;
  margin: 0 auto;
  margin-bottom: 40px;
  border: 2px solid #c2c2c2;
}

#columns-map-div {
  width: 800px;
  height: 600px;
  margin: 0 auto;
  border: 2px solid #c2c2c2;
}

#columns-chart-div {
  width: 800px;
  height: 400px;
  margin: 0 auto;
  margin-bottom: 40px;
  border: 2px solid #c2c2c2;
}

#map-legend {
  text-align: center;
  margin-bottom: 20px;
}

.legend-item {
  display: inline;
  font-size: 18px;
}

#legend-banat {
  color: #006146;
}

#legend-crisana {
  color: #572f91;
}

#legend-maramures {
  color: #928ba0;
}

#legend-bucovina {
  color: #85ad6b;
}

#legend-transilvania {
  color: #0f61a3;
}

#legend-moldova {
  color: #445461;
}

#legend-oltenia {
  color: #a11d21;
}

#legend-muntenia {
  color: #807967;
}

#legend-dobrogea {
  color: #658ba8;
}


.navbar-fixed-top {
}

.logo-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.amcharts-pie-slice {
  transform: scale(1);
  transform-origin: 50% 50%;
  transition-duration: 0.3s;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  cursor: pointer;
  box-shadow: 0 0 30px 0 #000;
}

.amcharts-pie-slice:hover {
  transform: scale(1.1);
  filter: url(#shadow);
}

.hide-show-baubles-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}
