/*
 *
 * css for myleaflet extension
 *
 */


.tx-myleaflet .ajaxMessage {
	background-color: #0000f0;
	color: white;
	padding: 10px;
}

.tx-myleaflet .hidden {
	display: none;
}

.tx-myleaflet .submitButton {
    font-weight: bold;
    color:#000;border:0px #000 solid;
    background-color:#fff;
}
.leaflet-top, .leaflet-bottom {z-index:500 !important;}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {background-image:none !important;display:block !important;padding:0 !important;}
.leaflet-control-layers {display:none !important}

.leaflet-control a {margin:0 !important}

.ajaxSearch .form-control {max-width:200px;display:inline-block;padding-right:20px;} 
