html,
body,

#map,
#loader {
    height: 100%;
    width: 100%;
    background-color: white;
}

#loader {
    position: absolute;
    z-index: 9999;
    margin-left: auto;
}

#data {
    position: fixed;
    bottom: 0px;
    z-index: 9998;
    background-color: white;
    width: 100%;
    height: 25px;
}

/*
#control {
    position: fixed;
    width: 50%;
    left: 25%;
    bottom: 30px;
    z-index: 9999;
}
*/

#botones {
    position: fixed;
/*    width: 50%;*/
    margin-left: 45%;
    margin-bottom: 0;
    width: 220px;
    bottom: 30px;
    z-index: 9999;
}


#fecha {
    position: absolute;
    margin: 0 auto;
    bottom: 50px;
    width: 200px;
}

#graficos {
    position: relative;
    margin: 0 auto;
    width: 70%;
    height: 180px;
    bottom: 100px;
}

.charts {
    width: 80%;
    height: 100%;
    border: 1px solid blue;
    overflow-x: scroll;
    margin: auto;
    margin-top: 50px;
    background: #CFC3F8;
    box-shadow: 10px 10px 5px #888888;
}

#gif_radar_cont {
    bottom:52px;
    left:8px;
    padding:2px;
    position:absolute;
    z-index: 10000;
}

.gif_radar_img {
    position: relative;
    margin-top: auto;
    margin: auto;
    width: 179px;
    height: 179px;

}

#range {
    height: 20px;
}

.ol-zoom-buttons {
    width: 35px;
    height: 35px;
}

.sidenav-effect{
    box-shadow: none !important;
}

.map:-moz-full-screen {
    height: 100%;
}

.map:-webkit-full-screen {
    height: 100%;
}

.map:fullscreen {
    height: 100%;
}

/* position the rotate control lower than usual */

.ol-rotate {
    top: 3em;
}

.mouse-position {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.background{
    background-color: deepskyblue;
    color: white;
}

.logo {
    position: absolute;
    left: 20px;
    top: 7px;
    width: 200px;
    z-index: 998;
}
.logo_ohmc {
    position: absolute;
    left: 20px;
    top: 92px;
    width: 200px;
    z-index: 998;
}
.logo_inst {
    position: absolute;
    left: 20px;
    bottom: 30px;
    height: 140px;
    z-index: 998;
}


.logout{
    position: fixed;
    top: 10px;
    right: 10px;
}

.card-estaciones li {
    width: 100%;
    height: auto;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-top: 5%;
    text-align: left;
}

.litle {
    max-height: 5vh;
}

.pointer {
    cursor: pointer;
}

#sidenav-overlay {
    opacity: 0 !important;
}

.windows {
    display: none;
    position: absolute;
    z-index: 99999;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    border-width: 0.5px;
    top: 4px;
    left: 4px;
    width: 300px ;
}

.windowsbar {
    width: 100%;
    position: relative;
    top: 0;
    border-radius: 6px 6px 0 0;
    text-align: center;
    cursor: move;
}

.window_title{
    padding-top: 12px !important;
}

#layers-div{
    overflow-y: visible;
    max-height: 580px;
}

.div-outside{
    height: 250px;
    max-height: 400px;
    overflow-y: auto;
}

.leaflet-control-layers-toggle{
    background-image: url(/static/images/radar_btn_complete.png) !important;
    width: 56px !important;
    height: 56px !important;
    background-color: none;
    border-radius: 56px;
    box-shadow: none !important;


}
.leaflet-control-layers{
    background: none !important;
    box-shadow: none !important;


}

.leaflet-control-layers-list{
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    background: #fff;
    border-radius: 5px;
    padding: 5px;

}


.leaflet-control-layers-selector{
    left: 0 !important;
    position: relative !important;
    opacity: 1 !important;
}

#velocidad{
/*    transform: rotateZ(270deg);*/
    position: fixed;
    margin-left: 39%;
    width: 70px;
    height: 130px;
/*    left: 85px;*/
    bottom: 44px;
    z-index: 99999;
    font-size: 10px;
}

.wrf_products_references{
  position: absolute;
    bottom: 100px;
    right: 69px;
    width: 25px;
    /*    height: 325px;*/
    z-index: 9999;
}
.radar_products_references{
    position: absolute;
    bottom: 100px;
    right: 39px;
    width: 25px;
    /*    height: 325px;*/
    z-index: 9999;
}


.btn-close {
    /*    position: absolute;*/
    width: 24px;
    height: 24px;
    margin-bottom:2px;
    border-radius: 12px;

    /*    padding: -5px;*/
}

.reference_box{
    width: 24px;
    height: 24px;
    margin-top:2px;
    border-radius: 12px;

}
.reference_box b{
        position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-close i{
    line-height: 0px !important;
    font-size: 26px !important;
}
.image-reference{
    cursor: move;
}


.btn_popup {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 28px;
    height: 28px;
    cursor: pointer;

    /*    padding: 0px;*/
}
.btn_popup i{
    line-height: 0px !important;
}


div.circle_t {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    width: 8px;
    height: 8px;
    background-color: #FF2A00;
    border-color: #D40000;
}

div.circle_n {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    width: 8px;
    height: 8px;
    background-color: #0000FF;
    border-color: #000080;

}

#side-layers {
    z-index: 100000; padding-bottom: 1000px;
}


@media (max-width: 600px) {
    html,
    body,
    #map,

    #loader {
        height: 100%;
        width: 100%;
        background-color: white;
    }
    
    #loader {
        position: absolute;
        z-index: 9999;
        margin-left: auto;
    }
    
    #data {
        position: fixed;
        bottom: 0px;
        z-index: 9998;
        background-color: white;
        width: 100%;
        height: 25px;
    }
    
    /*
    #control {
        position: fixed;
        width: 50%;
        left: 25%;
        bottom: 30px;
        z-index: 9999;
    }
    */

    #botones{
        position: fixed;
        margin-left: 15%;
        margin-bottom: 0;
        width: 160px;
        bottom: 30px;
        z-index: 9999;
    }
    #click_fast_rewind{
        background-color: transparent; border-radius: 0%;
        width: 20px; height: 50px; box-shadow: none;
    }
    #click_skip_previous{
        background-color: transparent; border-radius: 0%;
        width: 20px; height: 50px; box-shadow: none;
    }
    #click_play_arrow{
        background-color: transparent; border-radius: 0%;
        width: 20px; height: 50px; box-shadow: none;
    }
    #click_skip_next{
        background-color: transparent; border-radius: 0%;
        width: 20px; height: 50px; box-shadow: none;
    }
    #click_fast_forward{
        background-color: transparent; border-radius: 0%;
        width: 20px; height: 50px; box-shadow: none;
    }
    #botones_small{
        color: #42a5f5;
    }
    
    #range {
        height: 8px;
        width: 116px;
    }
    #velocidad{
        position: fixed;
        width: 70px;
        left: 200px;
        bottom: 62px;
        font-size: 8px;
        z-index: 99999;
        margin-left: 0px;
    }    
    #side-layers {
        width: 270px !IMPORTANT; transform: translateX(0px); font-size:10px;
        z-index: 100000; padding-bottom: 200px;
    }
    #side-user {
        width: 270px !IMPORTANT; transform: translateX(-100%);
        z-index: 100000;
    }
    
    
    
    #fecha {
        position: absolute;
        margin: 0 auto;
        bottom: 50px;
        width: 200px;
    }
    
    #graficos {
        position: relative;
        margin: 0 auto;
        width: 70%;
        height: 180px;
        bottom: 100px;
    }
    
    .charts {
        width: 80%;
        height: 100%;
        border: 1px solid blue;
        overflow-x: scroll;
        margin: auto;
        margin-top: 50px;
        background: #CFC3F8;
        box-shadow: 10px 10px 5px #888888;
    }
    
    #gif_radar_cont {
        bottom:52px;
        left:8px;
        padding:2px;
        position:absolute;
        z-index: 10000;
    }
    
    .gif_radar_img {
        position: relative;
        margin-top: auto;
        margin: auto;
        width: 179px;
        height: 179px;
    
    }
    
    .ol-zoom-buttons {
        width: 35px;
        height: 35px;
    }
    
    .sidenav-effect{
        box-shadow: none !important;
    }
    
    .map:-moz-full-screen {
        height: 100%;
    }
    
    .map:-webkit-full-screen {
        height: 100%;
    }
    
    .map:fullscreen {
        height: 100%;
    }
    
    /* position the rotate control lower than usual */
    
    .ol-rotate {
        top: 3em;
    }
    
    .mouse-position {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
    
    .background{
        background-color: deepskyblue;
        color: white;
    }
    
    .logo {
        position: absolute;
        left: 20px;
        top: 7px;
        width: 200px;
        z-index: 998;
    }
    .logo_ohmc {
        position: absolute;
        left: 20px;
        top: 92px;
        width: 200px;
        z-index: 998;
    }
    .logo_inst {
        position: absolute;
        left: 20px;
        bottom: 30px;
        height: 140px;
        z-index: 998;
    }
    
    
    .logout{
        position: fixed;
        top: 10px;
        right: 10px;
    }
    
    .card-estaciones li {
        width: 100%;
        height: auto;
        border-radius: 2px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        margin-top: 5%;
        text-align: left;
    }
    
    .litle {
        max-height: 4vh;
    }
    
    .pointer {
        cursor: pointer;
    }
    
    #sidenav-overlay {
        opacity: 0 !important;
    }
    
    .windows {
        display: none;
        position: absolute;
        z-index: 99999;
        background-color: #fff;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        border-width: 0.5px;
        top: 4px;
        left: 4px;
        width: 300px ;
    }
    
    .windowsbar {
        width: 100%;
        position: relative;
        top: 0;
        border-radius: 6px 6px 0 0;
        text-align: center;
        cursor: move;
    }
    
    .window_title{
        padding-top: 12px !important;
    }
    
    #layers-div{
        overflow-y: visible;
        max-height: 580px;
        margin-top: 18px;
    }
    
    .div-outside{
        height: 250px;
        max-height: 400px;
        overflow-y: auto;
    }
    
    .leaflet-control-layers-toggle{
        background-image: url(/static/images/radar_btn_complete.png) !important;
        width: 56px !important;
        height: 56px !important;
        background-color: none;
        border-radius: 56px;
        box-shadow: none !important;
    
    
    }
    .leaflet-control-layers{
        background: none !important;
        box-shadow: none !important;
    }
    
    .leaflet-control-layers-list{
        box-shadow: 0 1px 5px rgba(0,0,0,0.4);
        background: #fff;
        border-radius: 5px;
        padding: 5px;
    
    }
    
    .leaflet-control-layers-selector{
        left: 0 !important;
        position: relative !important;
        opacity: 1 !important;
    }
       
    .wrf_products_references{
      position: absolute;
        bottom: 100px;
        right: 69px;
        width: 25px;
        /*    height: 325px;*/
        z-index: 9999;
    }
    .radar_products_references{
        position: absolute;
        bottom: 100px;
        right: 39px;
        width: 25px;
        /*    height: 325px;*/
        z-index: 9999;
    }
    
    
    .btn-close {
        /*    position: absolute;*/
        width: 24px;
        height: 24px;
        margin-bottom:2px;
        border-radius: 12px;
    
        /*    padding: -5px;*/
    }
    
    .reference_box{
        width: 24px;
        height: 24px;
        margin-top:2px;
        border-radius: 12px;
    
    }
    .reference_box b{
            position: relative;
        float: left;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .btn-close i{
        line-height: 0px !important;
        font-size: 26px !important;
    }
    .image-reference{
        cursor: move;
    }
    
    
    .btn_popup {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 28px;
        height: 28px;
        cursor: pointer;
    
        /*    padding: 0px;*/
    }
    .btn_popup i{
        line-height: 0px !important;
    }
    
    
    div.circle_t {
        border-radius: 3px;
        border-style: solid;
        border-width: 1px;
        width: 8px;
        height: 8px;
        background-color: #FF2A00;
        border-color: #D40000;
    }
    
    div.circle_n {
        border-radius: 3px;
        border-style: solid;
        border-width: 1px;
        width: 8px;
        height: 8px;
        background-color: #0000FF;
        border-color: #000080;
    
    }    
    
}