/*
 *
 * 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;
}

.tx-myleaflet .ajaxSearch{
	position: relative;
}

.tx-myleaflet .ajaxSearch ul.categoryList{
	border-radius: .5em;
	position: absolute;
	right: 1.5em;
	top: 1em;
	background-color: white;
	z-index: 400;
	list-style-type: none;
	padding: 1em;
}

.tx-myleaflet .categoryList li {
    display: flex;
}

.tx-myleaflet .categoryList li input {
    flex: 3;
}

.tx-myleaflet .categoryList label {
    flex: 12;
}

.leaflet-popup-content p {
    margin: 1em 0;
    font-size: 1.2em;
}