/**
 * Styling for the INZ irrigation map.
 *
 * @author: H Paterson.
 * @copyright: Iris Data Science, 2020.
 */

 #map-div
{
    width: 100%;
    height: 100%;
    background-color: #2993b2;
}

.irrigation-site {
    position: absolute;
    cursor: pointer;
}

.irrigation-site-highlight
{
    position: absolute;
    cursor: pointer;
}

.irrigation-site-selected
{
    position: absolute;
    cursor: pointer;
}

.irrigation-arrow {
    z-index: 1000;
    visibility: hidden;
    position: absolute;
}

.irrigation-map-popup h2 {
    border-bottom: 2px solid #2993b2;
    color: #2993b2;
    font-weight: normal;
}

.irrigation-map-popup p, .irrigation-map-popup h2 {
    margin: 0;
    padding: 0;
}

.irrigation-map-popup .leaflet-popup-content-wrapper {
    background-color: whitesmoke;
    border-radius: 0;
    margin: 0;
}
.irrigation-map-popup .leaflet-popup-tip {
    background-color: whitesmoke;
}

.irrigation-map-tooltip {
    color: #2993b2;
    background-color: whitesmoke;
    border-radius: 0;
    border: none;
    opacity: 1.0;
}

#highlight-marker {
  border-radius: 50%;
  background-color: #2993b2;
  box-shadow: 0 0 4px 4px #2993b2
}
