body {
    padding: 0;
    margin: 0;
}

html,
body,
#map {
    height: 100vh;
    width: 100vw;
}

#map {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* width: 100%;
    height: 600px; */
}

.leaflet-interactive {
    /* stroke: red;
    fill: red; */
}

.rdl_polyline {
    stroke: green;
    //stroke-dasharray: 0px, 10;
}

.purpleBorder {
    border: 1px solid purple;
    padding: 10px;
}

.hidden {
    display: none;
}

.unhidden {
    display: inline;
}

.panel {
    border: .5px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.rdl_polyline {
    /* visibility: hidden; */
}

.status-green {
    color: green;
}

.status-red {
    color: red;
}


/************************************/

.marker-cluster-small {
    background-color: rgba(110, 204, 57, 0.6);
}

.marker-cluster-small div {
    background-color: rgba(110, 204, 57, 0.6);
}

.marker-cluster-medium {
    background-color: rgba(110, 204, 57, 0.6);
}

.marker-cluster-medium div {
    background-color: rgba(110, 204, 57, 0.6);
}

.marker-cluster-large {
    background-color: rgba(110, 204, 57, 0.6);
}

.marker-cluster-large div {
    background-color: rgba(110, 204, 57, 0.6);
}


/***********************************/

.leaflet-sidebar-header {
    /* background-color: #1ba3a1; */
    background-color: #7c888b;
}

.leaflet-sidebar-tabs>li.active,
.leaflet-sidebar-tabs>ul>li.active {
    background-color: #1ba3a1;
    /* background-color: #7c888b; */
}

.btn-primary {
    color: #fff;
    background-color: #1ba3a1;
    border-color: #1ba3a1;
}

.btn-primary:hover {
    background-color: #7c888b;
    border-color: #7c888b;
}

.leaflet-container a {
    color: #1ba3a1;
}