/* Created on 20 Jan, 2022
Author: Rana Muhammad Rameez
Place: Urban Unit */

#map{
    height: 100%;
    min-height: 400px;
}

.button{
    margin-right: 20px;
    margin-left: 20px;
    padding: 5px 15px;
    text-decoration: none;
    color: black;
    font-style: bold;
    background-color: transparent;
}

.button:hover{
    background-color: gainsboro;
}

.hidden{
  display: none;
}

.search-input {
	font-family:Courier
}
.search-input,
.leaflet-control-search {
	max-width:400px;
}

.over-the-map{
    height: 100px;
    width: 250px;
    opacity: 0.5;
    background-color: #f00;
    float: right;
    position: static;
    visibility: collapse;
}
