body{
    overflow:hidden
}

.title{
    text-align: center;
    margin: 20px;
}

#map {
    margin: auto;
    height: 100vh;
    width: 100%;
}

.inspectorInfos {
    display: flex;
    line-height: 0px;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    margin-top: -11px;
}

#marker-filters {
    position: absolute;
    top: 10px;
    left: 50px;
    z-index: 1000;
}

.btnAll{
    border: 1px solid black;
    border-radius: 5px;
}
.btnGreen{
    border: 1px solid black;
    border-radius: 5px;
    background-color: green;
}
.btnYellow {
    border: 1px solid black;
    border-radius: 5px;
    background-color: yellow;
}
.btnRed {
    border: 1px solid black;
    border-radius: 5px;
    background-color: red;
}

/*@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-7px);
    }
}*/

/* Classe per applicare l'animazione ai marker */
/*.awesome-marker-icon-red awesome-marker leaflet-zoom-animated leaflet-interactive.bounce-animation {
    animation: bounce 2s infinite !important;
    display: inline-block;
    position: relative;
}*/
