@charset "utf-8";
/* CSS Document */

.filter-controls {
	padding: 10px;
	max-width: 75%;
	display: inline-grid;
	background-color: #ffffffab !important;
}

.filter-controls select {
    margin-bottom: 5px;
}

.go-button {
	background-color: #e9600e !important;
	color: #FFF;
	border: none;
	margin-top: 0px !important;
	max-width: 168px;
}

.control-button {
	width: 20px !important;
	height: 20px !important;
}

.leaflet-left {
	margin-top: 210px;
}

#insight-panel {
	padding: 20px !important;
}

#insight-panel {
	max-width: 70% !important;
}

.close-button {
    border-radius: 10% !important;
    background-color: #e9600e !important;
}

.leaflet-popup-content {
    overflow: auto !important;
    max-height: 250px;
    scrollbar-width: thin;
	margin-right: 7px;
	text-transform: capitalize;
	min-width: 220px !important;
}

.leaflet-popup-content b strong{
	text-transform: uppercase;
    background-color: #e9c46b;
    padding: 5px 10px;
    position: fixed;	
	margin-top: -1px;
    margin-left: -1px;
	border-radius: 0px 2px 5px 2px;
	font-size: 12px;
}

.FertIns {
    background: #E76F51 !important;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    color: #fff;
}

#total-markers {
    margin-bottom: 10px;
}

	
