.zoom-touser-button {
    background-image: url("../../images/toCurrentLocation.png");
    background-size:cover; 
    background-color: transparent!important;
    width: 38px!important;
    height: 38px!important;
    border-radius: 4px!important;
    padding: 2px!important;   
}
.zoomToLocation {

  /*  position: absolute;*/
    top: 79%;
    right: 0.5em;
    text-align: left;    
    background-color: rgba(255,255,255,.4);
}

.ui-datalist-data {
    height:150px;
    overflow:auto;
}

.search-input-list {
    width: 400px;
}
.search-inmap {
    top:.5em;
    left:5em;
    /*position: absolute;*/
    padding: 2px;
}

#mapStreetSearch {
    position: static!important;
    background-image: url("../../images/search-24.png"); /* Add a search icon to input */
    background-position: 2px 8px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */

    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
    
    margin-left: 38px;
    margin-top: 8px;
    max-width: 80%;
}


#searchUL {
    /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

#searchUL li a {
    border: 1px solid #ddd; /* Add a border to all links */
    margin-top: -1px; /* Prevent double borders */
    background-color: #f6f6f6; /* Grey background color */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove default text underline */
    font-size: 18px; /* Increase the font-size */
    color: black; /* Add a black text color */
    display: block; /* Make it into a block element to fill the whole list */
}

#searchUL li a:hover:not(.header) {
    background-color: #eee; /* Add a hover effect to all links, except for headers */
}

.innerLoc {
    width: 14px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    /*505*/    
    /*margin-top: 180px;*/
   /* margin-left: 242px;*/

    transform: translate(-100%, -50%);
}

.locationCard {
    width: 70%;
    height: 75px;    
    background-color: white; 
    margin-top: 54%;
    margin-left: 6px;
}

.locationHeader {
    padding: 0;
    margin-top: 2px;
    margin-left: 3px;
    margin-bottom: 2px;
    font-size: 21px;   
}
.locationDetail {
    padding: 0;
    margin-top: 2px;
    margin-left: 6px;
    font-size: 12pt; 
}