.month-slider-wrapper {
  padding: 0 30px;
  border: 1px solid #eee;
}
.month-slider-wrapper .shortcuts {
  font-size: 0.8em;
  float: right;
  list-style: none;
  margin: -12px -25px 0 0;
  padding: 0;
}
.month-slider-wrapper .shortcuts li {
  float: left;
  padding: 10px;
  border: 1px solid #5bbce4;
  border-right: none;
  margin: 0;
}
.month-slider-wrapper .shortcuts li:nth-child(1) {
  border-radius: 5px 0 0 5px;
}
.month-slider-wrapper .shortcuts li:nth-child(4) {
  border-right: 1px solid #5bbce4;
  border-radius: 0 5px 5px 0;
}
.month-slider-wrapper .shortcuts li:hover {
  cursor: pointer;
  background-color: #b3e0f2;
}
.month-slider-wrapper .shortcuts li.active {
  background-color: skyblue;
}
.month-slider-wrapper .noUi-connect {
  background-color: skyblue;
  border: 2px solid #5bbce4;
  box-shadow: none;
}
.month-slider-wrapper .noUi-tooltip {
  white-space: nowrap;
}
.month-slider-wrapper .noUi-pips {
  top: 40%;
}
.month-slider-wrapper .noUi-pips .noUi-marker {
  display: none;
}
.month-slider-wrapper .noUi-pips .noUi-value {
  font-size: 0.4em;
}
.month-slider-wrapper .noUi-handle {
  font-size: 0.8em;
  background-color: skyblue;
  box-shadow: none;
  border: 2px solid #5bbce4;
  border-radius: 15px;
  width: 30px;
  height: 30px;
}
.month-slider-wrapper .noUi-handle:before, .month-slider-wrapper .noUi-handle:after {
  display: none;
}
.month-slider-wrapper .noUi-handle[data-handle="1"] .noUi-tooltip {
  bottom: -225%;
}

.noUi-pips, .noUi-tooltip {
  color: #000 !important;
  font-size: 12px;
}

.slider {
  margin: 70px 20px 70px 20px;
}

.sample-submit-data {
  display: none;
}



.emp {
  color: orange;
  font-weight: 700;
}
.new {
  color: limegreen;
  font-weight: 700;
}
.subunit.SRB { fill: #D5D5D5; }

.subunit.KOS { fill: red; }

.subunit-label {
  fill: #eee;
  fill-opacity: .5;
  font-size: 10px;
  font-weight: 300;
  text-anchor: middle;
}
.subunit1.SRS, .subunit1.SRV, .subunit1.KOS { fill: #D5D5D5; }

.subunit-label {
  fill: #eee;
  fill-opacity: .5;
  font-size: 10px;
  font-weight: 300;
  text-anchor: middle;
}

.bold {
  fill: #fff;
  fill-opacity: 1;
  font-size: 12px;
  font-weight: 700;
  text-anchor: middle;    
}




.company--tooltip {
  background-color: #000000;
  border-radius: 10px;
  color:#E2E2E2;
  opacity: 0.94;
  padding: 20px;
}
.city_name {
  font-size: 14px;
  margin-bottom: 10px;
}


.chart rect {
  stroke: white;
  fill-opacity: .6;
  fill: steelblue;

}
.bar.positive {
  fill: steelblue;
}

.bar.negative {
  fill: brown;
}

.axis text {
  font: 10px sans-serif;
}

.axis path, .axis line {
  fill: none;
  stroke: #fff;
  shape-rendering: crispEdges;
}

.x.axis {
  stroke: #fff;
  shape-rendering: crispEdges;
  _display: none;
}
.x.axis.zero {
  display: block;
}
.y.axis {
  stroke: white;
  shape-rendering: crispEdges;
}


#temperature-slider, #humidity-slider{
  height: 700px;
  margin: 0;
}


.noUi-value-sub {
  color: #000 !important;
  font-size: 12px !important;
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  .noUi-value-vertical {
    padding-left: 40px !important;
  }
  .noUi-pips-vertical {
    left: -170% !important;
  }
  .noUi-vertical .noUi-tooltip {
    left: 30px !important;
    right: unset !important;
    z-index: 99999 !important;
  }
}



/* button wrapper */
div.button-wrapper {}
a.btn-play {
  height: 40px;
  width: 40px;
  display: block;
  margin-left: -10px;
  background: url(../img/play-button-circled.png) no-repeat 0 0;
  background-size: cover;
  text-decoration: none !important;
  border-bottom:  none !important;
}
a.btn-play:hover {
  cursor: pointer;
  text-decoration: none !important;
}

/* main wrapper */
div.main-wrapper {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  div.main-wrapper {
    padding: 0 20px !important;
  }
}

div.main-wrapper .map {
  height: 700px;
  width: 470px !important;
}
.map-wrapper {
  height: 700px !important;
  width: 470px !important;
  overflow-y:auto;
  overflow-x:auto;
}
.map svg {
  height: 700px !important;
  width: 505px !important;  
}


/* legend wrapper */
div.legend-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 10px;
}
div.legend-wrapper div.col {
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 16px;
}
div.legend-wrapper div span {
  border: 1px solid #333;
  border-right: 0;
  display: block;
  height: 16px;
  margin-bottom: 10px;
  width: 100%;
}
div.legend-wrapper div.ekstremno-toplo span {
  background-color: #FF0000;
}
div.legend-wrapper div.veoma-toplo span {
  background-color: #ED7D31;
}
div.legend-wrapper div.toplo span {
  background-color: #FFFF00;
}
div.legend-wrapper div.normalno span {
  background-color: #FFF;
}
div.legend-wrapper div.hladno span {
  background-color: #00B0F0;
}
div.legend-wrapper div.veoma-hladno span {
  background-color: #4472C4;
}
div.legend-wrapper div.ekstremno-hladno span {
  background-color: #2F5597;
  border-right: 1px solid #333;
}

div.legend-wrapper div.ekstremno-kisno span {
  background-color: #385724;
}
div.legend-wrapper div.veoma-kisno span {
  background-color: #548235;
}
div.legend-wrapper div.kisno span {
  background-color: #A9D18E;
}
div.legend-wrapper div.normalno span {
  background-color: #FFF;
}
div.legend-wrapper div.susno span {
  background-color: #F4B183;
}
div.legend-wrapper div.veoma-susno span {
  background-color: #C55A11;
}
div.legend-wrapper div.ekstremno-susno span {
  background-color: #843C0B;
  border-right: 1px solid #333;
}


@media screen and (max-width: 768px) {
  
  div.legend-wrapper {
    flex-direction: column !important;
  }
  div.legend-wrapper div span {
    display: block;
    float: left;
    margin-right: 10px;
    height: 15px;
    width: 15px;
    border: 1px solid #333 !important;
  }
  div.legend-wrapper div.col {
    text-align: left;
  }

}