/* Common base styles - shared across all map projects */
body {
    padding: 0;
    margin: 0;
}

html, body, #map {
    height: 100%;
    width: 100%;
    background: white;
}

#latlon {
    position: fixed;
    bottom: 10px;
    left: 10px;
    padding: 5px;
    background: white;
    border: 1px solid gray;
    z-index: 1000;
    display: none;
}

/* Elevation query styles */
.elevation-loading {
    color: #666;
    font-style: italic;
}

.elevation-error {
    color: #c00;
}

.legend {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    line-height: 20pt;
}
.legend-icon {
    font-size:18pt;
    padding: 5px;
    background-color: white;
    color: grey; border: none;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.info {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 15px;
    border-radius: 5px;
}
.info a {
    text-decoration: none;
}

.reset-zoom-icon {
    font-size:15pt;
    padding: 3px;
    background-color: white;
    color: black;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}