.time-control-cont-center {
  width: 600px;
  float:left;
}
.time-control-cont-left{
    float: left;
}
.time-control-cont-right{
}

.leaflet-bar-timecontrol {
    background-color: rgba(9,40,71,.6);
    width: 100%;
    color: white;
    height: 80px;
    padding-top:10px;
}
.leaflet-bar .timecontrol-backward{
    margin:10px 10px;
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    opacity: 0.5;
    color: #082747;
    border-radius: 32px;
    font-size:14px;
    padding:2px 0px 0px 0px;
}
.leaflet-bar .timecontrol-forward{
    margin:10px 10px;
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    opacity: 0.5;
    color: #082747;
    border-radius: 32px;
    font-size:14px;
    padding:2px 0px 0px 0px;
}
.leaflet-bar .timecontrol-play{
    width: 53px;
    height: 53px;
    background: #FFFFFF;
    opacity: 0.5;
    color: #082747;
    border-radius: 53px;
    font-size:24px;
    padding:10px 0px 0px 4px;
}


.leaflet-bar-timecontrol .timecontrol-dateslider .slider {
    width: 100%;
}
.timecontrol-slider .slider {
    position: relative;
    height: 12px;
    margin: 3px 0px;
    border: 0;
    cursor: pointer;
    border-radius: 11px;
    background-color: rgba(255,255,255,.5);
}

.labelbar{
    width:100%;
}
.tb_label{
    font-size: x-small;
    border-left: 1px dashed gray;
    padding-left:4px;
    margin-left:2px;
}
.timecontrol-slider .knob {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    margin-top: -2px;
    margin-left: -4px;
    cursor: ew-resize;
    cursor: -webkit-grab;
    cursor: -moz-grabbing;
    border-radius: 12px;
background: radial-gradient(circle, rgba(255,255,255,1) 12%, rgba(22,130,188,1) 25%); }

.leaflet-container{
      font-family: 'Fira Sans', sans-serif;
}