﻿/* ==========================================================
   WeerViewer.css
    Versie : 1.0
 Auteur : Meteo-Julianadorp
 Functie: jnoppenbalk van de weerkaarten

   ========================================================== */


/* ===========================
   Animatiebalk
   =========================== */

.menu-player {
    width:900px;
    list-style:none;
    margin:0px 0;
    padding:0;
    overflow:visible;
}
.menu-player li{
    float:left;
    margin-right:5px;
}

.menu-player a {
    display: block;
    background-color: #e3eefc;
    color: #000;
    text-decoration: none;
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;

    height: 24px;
    line-height: 24px;

    border: 1px solid #000;
    box-sizing: border-box;
}

.menu-player a:hover {
    background-color: #8cbde1;
}
/* snelheid */

.menu-player select {
    background-color: #e3eefc;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    padding: 0px 0px;
    height: 24px;
    font: 13px Verdana, Arial, sans-serif;
    vertical-align: middle;
}

.menu-player select:hover {
    background-color: #8cbde1;
}

/* ===========================
   Actieve tijdknop
   =========================== */

.menu a.actief {
    background-color: #336699;
    color: #ffffff;
    font-weight: bold;
}


/* ===========================
   Weerkaart
   =========================== */

.kaart-container {
    width: 750px;
    height: 622px;
    overflow: hidden;
    position: relative;
}

.kaart-container img {
    display: block;
    transform-origin: center center;
}

.weerkaart {
    display: block;
    width: 750px;
    height: 622px;
    border: 1px solid #000;
}

/* ruimte onder de kaart */

.weerkaart-ruimte {
    height: 20px;
    clear: both;
}	
.menu-player .speed {
    line-height: 24px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    margin-left: 12px;
}
.menu-player .speed select{
    margin-left:5px;
    height:24px;
    font-size:13px;
    font-family:Verdana, Arial, sans-serif;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 24px;
    left: 0;
    width: 90px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #e3eefc;
    border: 1px solid #000;
    z-index: 1000;
}

.dropdown-menu li {
    width: 100%;
    margin: 0;
}

.dropdown-menu a {
    display: block;
    padding: 4px 0;
    text-align: center;
    color: #000;
    text-decoration: none;
    background: #e3eefc;
    border-bottom: 1px solid #000;
}

.dropdown-menu a:hover {
    background: #8cbde1;
}

.dropdown-menu li:last-child a {
    border-bottom: none;
}
.kaart-container {
    width: 750px !important;
    height: 585px !important;
    overflow: hidden !important;
    position: relative !important;
}

.kaart-container #kaart {
    width: 750px !important;
    height: 585px !important;
    display: block !important;
}
