



.ac-container{
	width: auto;
	text-align: left;
	overflow-y: hidden;
	overflow-x: hidden;
	height: auto;
	background: #ffffff;

}
.ac-container label:not(.menu-item-checkbox):not(.menu-item-radio){
	font-family: 'Open Sans', 'Helvetica Neue', Sans-serif;
	padding: 5px 0px 5px 10px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #666666;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 19px;
	background: #ffffff;
    box-sizing: content-box;
}

.leaflet-control-layers-base {
	border-bottom: 2px solid #666666;
}

.ac-container label:not(.menu-item-checkbox):not(.menu-item-radio):after,
.ac-container input.menu:checked + label:after{
    font-family: FontAwesome;	
	content: '\f078';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 4px;
}
.ac-container input.menu:checked + label:after{
	content: '\f077';
}
.ac-container input.menu{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	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: 0 10px;
}

.ac-container input.menu:checked ~ article.ac-large input{
	float: right;
}

.menu-item-radio{
	font-family: 'Open Sans', 'Helvetica Neue', Sans-serif;
	font-size: 15px;
	padding: 5px;
}

.menu-item-checkbox{
	font-family: 'Open Sans', 'Helvetica Neue', Sans-serif;
	font-size: 15px;
	padding: 5px;
}

	.menu-item-radio:not(:last-child), .menu-item-checkbox:not(:last-child) {
		border-bottom: 1px solid #666666;
	}

.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; 
}




