.ac-container{
	width: auto;
	margin: 10px auto 10px auto;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
	height: auto;
}
.ac-container label{
	font-family: Arial, sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #fff;
	line-height: 33px;
	font-size: 13px;
	text-transform: uppercase;
    box-sizing: content-box;
    border-bottom:1px solid #C3A86D;
}
.ac-container label:hover{
	background: #C3A86D;
	color:white;
}
.ac-container input.menu:checked + label,
.ac-container input.menu:checked + label:hover{
	background: #C3A86D;
	color: black;
}
.ac-container label:hover:after,
.ac-container input.menu:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(images/arrow_down.png) no-repeat center center;	
}
.ac-container input.menu:checked + label:hover:after{
	background-image: url(images/arrow_up.png);
}
.ac-container input.menu{
	display: none;
}
.ac-container article{
	margin-top: -1px;
	color:white;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.ac-container input.menu:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}

.ac-container input.menu:checked ~ article.ac-large{
	height: auto;
	max-height : 100px;
	padding-top: 5px;
	overflow-y: auto;
	margin-top:10px;
}

.menu-item-radio{
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	
}

.menu-item-checkbox{
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding-left:10%;
	text-transform: uppercase;	
}

.bt_delete{
    position: relative;
	float: right;
	background-image: url(images/delete.png); 
    background-color: transparent; 
    background-repeat: no-repeat;  
    background-position: 0px 0px;  
    border: none;           
    cursor: pointer;        
    height: 16px;   
    width: 16px;	
    vertical-align: middle; 
}

.leaflet-control-layers:hover {
	
}



