#map {
    /* width: 100%; */
    height: 800px;
    background-color: #ccc;
}
#map.demi {
	height: 500px;
}

.leaflet-popup-content-wrapper {
	overflow: hidden;
	padding: 0 !important;
}

.search_map .leaflet-popup-content {
	margin: 0 !important;	
}
.leaflet-popup-content .panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #666;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.leaflet-popup-content .panel-body {
	
}

.leaflet-popup-content blockquote {
	font-size: 1.2em;	
}

.leaflet-popup-content h5 {
	font-weight: bold;
	/*color: #999;*/
}
.leaflet-popup-content dt {
	color: #999;
}

.leaflet-popup-content dd {
	margin-bottom: 5px;	
}
.leaflet-popup-content dd:last-child {
	margin-bottom: 0;	
}
.leaflet-popup-content dl {
	margin-bottom: 0;	
}

.scrollz {
	overflow: auto;
	max-height: 400px;
}

form#UImap_arob_proj_DMSFORM{
    background-color: transparent !important;
}

@media only screen and (max-width: 1200px) {
	#map {
	    /* width: 100%; */
	    height: 600px;
	}
	#map.demi {
		height: 400px;
	}
}

@media only screen and (max-width: 768px) {
	#map {
	    /* width: 100%; */
	    height: 400px;
	}
	#map.demi {
		height: 300px;
	}
}