﻿
hr {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid black;
}



.custom-map-filter .dv-map-container {
   /* padding-bottom: 0.45rem;*/
}

.custom-map-filter .dv-map {
    /*  margin: 1rem 1rem;*/
   /* margin-top: 0.5rem*/
}

/*.custom-map-filter .dx-checkbox-icon {
    border-radius: 5px;
    border: 1px solid #1d1d1b42;
}
*/
/*.custom-map-filter .dx-item.dx-list-item .dx-checkbox-container {
    margin-top: -6px;*/
/* padding-top:2px;*/
/*}*/

/*.custom-map-filter .dx-list-search {
    margin-bottom: 0.75rem
}

*/

.easy-autocomplete-container {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.custom-map-filter .search {
    /* top: 50px;
    margin-left: 1rem;*/
    z-index: 90;
    margin-bottom: -0.5rem;
    margin-left: 1px;
    /* border: 1px #32414824 solid;
    border-radius: 5px;*/
    width: 100%;
}

.custom-map-filter .input-group-text {
    padding-top: 10px;
    border-right: 1px #3241485e solid;
    border-radius: 5px 0px 0px 5px;
}

.custom-map-filter .searchTerm {
    border-radius: 0px 5px 5px 0px;
}

.easy-autocomplete {
    width: 100% !important;
    /* width: 91.8% !important*/
}

    .easy-autocomplete input {
        box-shadow: none !important;
    }


.map-filter-marker-cluster div {
    /*    background-color: red;*/
    color: white;
}

.marker-cluster-small {
    background-color: #243689;
    margin-left: 0px;
    margin-top: 0px;
}

    .marker-cluster-small div {
        background-color: #243689;
        color: white;
    }

.marker-cluster div {
    background-color: #243689;
    color: white;
    margin-left: 0px;
    margin-top: 0px;
}

.fa-undo.clear-map {
    color: grey;
}

    .fa-undo.clear-map:hover {
        color: Black;
    }
