#map {
    width: 100%;
    height: 100vh;
    z-index: 50;
}

.leaflet-popup-content-wrapper {
    z-index: 1000;
}


.leaflet-popup-content-wrapper {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

div.pop-up-map img {
    max-height: 50px;
    max-width: 200px;
}


div.pop-up-map p.red {
    color: red;
}

.leaflet-control-attribution,
.leaflet-control-attribution * {
    font-size: 9px !important;
}

#filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}


@media only screen and (max-width: 680px) {
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
}

#map-wrapper {
    position: relative;
}

#filter p {
    margin: 5px 10px 5px 0;
}

@media only screen and (min-width: 860px) {
    #map-filter {
        position: absolute;
        z-index: 60;
        left: 30px;
        bottom: 30px;
    }

    #filter {
        display: block;
        background-color: #fff;
        padding: 0.5rem;
    }

    #map-filter p {
        margin: 0;
    }
}

#map-search {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    background-color: rgba(255, 255, 255, 0.5);
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 50;
}

.popheight {
    max-height: 30vh;
    overflow-y: auto;
    padding-right: 10px;
}

.table-bordered td {
    padding: 3px;
}

div#map {
    height: 76vh;
}

.popover-header {
    display: flex;
    justify-content: space-between;
}

.popover {
    background-color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px;
    line-height: 18px;
    min-width: 350px;
    max-width: 450px;
}

.popover p,
.popover td {
    font-size: 15px;
    line-height: 18px;
}

.popover li {
    padding: 5px 0;
}

.popover a {
    color: #0098db;
}

#map-search input,
select {
    background-color: #fff;
    border: 1px solid #0098db;
    color: #0098db;
}
