﻿.alturaon {
    padding-block: 0px;
    padding-inline: 0px;
    /* padding: 0px,0px,0px,0px;
    margin: 0px,0px,0px,0px;
    display: inline-block;
    width: 30px;
    height: 30px;
            background-image: url("/geocoder/static/Altura.png"),*/
}

.custom .leaflet-popup-tip {
    background-color: white;
}

.custom .leaflet-popup-content-wrapper {
    background: green;
    color: #ffffff;
    text-align: center;
}

.custom a.leaflet-popup-close-button {
    color: #ffffff;
}

    .custom a.leaflet-popup-close-button:hover {
        color: yellow;
    }

.custom-popup .leaflet-popup-content-wrapper {
    background: #2c3e50;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    border-radius: 0px;
}

    .custom-popup .leaflet-popup-content-wrapper a {
        color: rgba(255, 255, 255, 0.1);
    }

.custom-popup .leaflet-popup-tip-container {
    width: 30px;
    height: 15px;
}

.custom-popup .leaflet-popup-tip {
    background: transparent;
    border: none;
    box-shadow: none;
}
