@font-face {
    font-family:'Glyphicons Halflings';
    format('woff'), url('../fonts/glyphicons-halflings-regular.ttf')
    format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular')
    format('svg');
}
html *{
    box-sizing: border-box;
}

.leaflet-bar-timecontrol{
    bottom: -50px;
    left: 180px;
}

.container {
    padding: 10px 15px 20px 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 970px;
}

.leaflet-bottom.leaflet-left {
    /*bigger margin to not overlaps with attribution*/
    margin-bottom: 10px;
}

.clearfix{
    clear:both;
}

.btn {
    -webkit-box-shadow:inset 0 1px 0 0 #fff;
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    -webkit-border-radius: 6px;
    border-radius: 4px;
    border: 4px solid #000;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: Calibri, serif;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
}

.btn:hover {
    background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
}

.btn:active {
    position: relative;
    top: 1px;
}

.btn-play:before {
    font-family: "Glyphicons Halflings", serif;
  content: url(images/play.png);
  padding-right: 5px;
}

.btn-pause:before {
  font-family: "Glyphicons Halflings", serif;
  content: "\e073";
  padding-right: 5px;
}

.btn-next:after {
  font-family: "Glyphicons Halflings", serif;
  content: "\e075";
  padding-left: 5px;
}
.btn-prev:before {
  font-family: "Glyphicons Halflings", serif;
  content: "\e071";
  padding-right: 5px;
}

.animation-progress-bar{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 0;
    background-color: #fbd448;
    z-index: 10000;
}

.chart, .chart-wrapper{
    width: 100%;
    margin-bottom: 20px;
}