#mapid {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    overflow-y: hidden;
}

#secondBar {
    position: fixed;
    width: 100%;
}

.selected {
    background-image: url(../../img/map/iconos/checkmark.svg);
    background-position: 90% 50%;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.filter_style {
    font-size: small;
}

.dropdown-menu {
    position: static;
    float: none;
    min-width: 16rem !important;
}

#container-datapicker {
    width: auto;
}

.small {
    font-size: 80% !important;
    min-width: 180px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

#map-register {
    height: 300px;
}

.v-align {
    vertical-align: sub;
}

#map-show {
    height: 300px;
}

.bg-container-show {
    background-color: #EBEAEB;
}

#container-legend {
    position: absolute;
    top: 70%;
    margin-left: 1%;
}

#container-legend-type {
    position: absolute;
    top: 45%;
    margin-left: 1%;
}

#title-legend-mobile {
    display: none;
}

#wind-rose {
    overflow: hidden;
    position: absolute;
    z-index: 2;
    width: 9.5rem;
    height: 16rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    top: 10%;
    margin-left: 1%;
}

.leaflet-top {
    top: 120px;
}

#page-footer{
    z-index: 0;
    display: none;
}

@media(max-width: 768px){
    #row-menu{
        position: absolute;
        /* left: 3.4rem; */
    }
}



@media (max-width: 600px) {
    body{
        height: 100%;
    }

    #title-legend-mobile {
        display: block;
    }
    .ul-list-legend {
        flex-direction: row !important;
    }
    #header-legend {
        display: none;
    }
    .list-group-item {
        border: none;
    }

    #page-footer{
        display: none !important;
    }

    #wind-rose{
        position: absolute !important;
        right: 0px;
        top:65%;
        width: 33%;

        height: 12.25rem;
    }


   /* #span-calendar{
        display: none;
    }*/

    .leaflet-top {

        top: 4rem;
}

}
