




.map{

    height: 249px;
}

.map-loading:after{
    content: "Loading...";    
    display: inline-block;
    width: 100%;    
    height: 597px;
    line-height: 597px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    position: absolute;
}

.map.radar{
    height: 249px;   
}

.map.sirena{
    width: 816px;
    height: 597px;   
}

#map-wrapper{
    width: 1170px;
    height: 597px;  
    background-color: #bae568;
    position: relative;
}
#map-wrapper .map{
    float:left;
}

#map-wrapper .sidecontrol{
    float: right;
    color: #444;
    width: 250px;
    padding: 20px 20px;
    margin-right: 30px;
    margin-top: 30px;
    background-color: #80bf43;
    background-color: rgba(128, 191, 67, 0.49);    
}

#map-wrapper .sidecontrol span.title a{
    display: block;
    font-size: 12px;
    color: #444;
    font-family: Georgia, serif;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
}
#map-wrapper .sidecontrol span.date{
    display: block;
    font-size: 40px;
    color: #EEE;
    font-family: Georgia, serif;    
    margin: auto;
    text-align: center;
    border-bottom: 1px solid #EEE;
}
#map-wrapper .sidecontrol span.time{
    display: block;
    font-size: 80px;
    color: #EEE;
    font-family: Georgia, serif;
    font-weight: bold;
    margin: auto;
    text-align: center;
    margin-top: -10px;
}
#map-wrapper .sidecontrol .button-wrapper{
    margin: auto;
    text-align: center;    
}

.prev-example a, .next-example a{
    color: #222;
    display: block;
    padding: 20px;
    width: 45%; 
    background-color: #80bf43;
    margin-bottom: 50px;  
    text-decoration: none;    
}

.prev-example a{
    float: left;
}
.next-example a{
    float: right;
    text-align: right;
}

.prev-example a:before{
  font-family: "Glyphicons Halflings";
  content: "\e069";
  color: #FFF;
  margin-right: 10px;
}

.next-example a:after{
  font-family: "Glyphicons Halflings";
  content: "\e077";
  color: #FFF;
  margin-left: 10px;
}

.prev-example a:hover, .next-example a:hover{
    text-decoration: none;
    background-color: #bae568;
    color: #444;
}

.clearfix{
    clear: both;
}




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

.btn-play:before {
  font-family: "Glyphicons Halflings";
  content: "\e072";
  padding-right: 5px;
}

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

.btn-next:after {
  font-family: "Glyphicons Halflings";
  content: "\e075";
  padding-left: 5px;
}
.btn-prev:before {
  font-family: "Glyphicons Halflings";
  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;
}

.legend-wrapper {    
    margin-bottom: 45px !important;
}

.legend-wrapper .legend-div {    
    margin-left: 10px;
    background-color:#D8D8D8;
    background-color:rgba(255,255,255,.8);
    -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
    padding: 5px;
    color:black;    
}

.information{
    margin: 0 20px;
    color: #333;
}

.information a{
    color: #80bf43;
}

.disclaimer{
    margin: 20px 0;
    color: #333;
    background-color: #f0f0f0;
    font-size: 0.75em;
    padding: 5px;
}

@media (max-width: 768px) {
    #block-system-main {
        display: block !important;
    }
}

.main-menu ul li a, .top-header ul li a, .footer-top-container ul li a {
    text-decoration: none;
}
 