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

div[id^="leaflet-control-accordion-layers"] > label {
	padding: 2px 5px;
    font-weight: bold;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #777;
	line-height: 33px;
	font-size: 14px;
	background: #eee;
	box-shadow:
		0px 0px 0px 1px rgba(155,155,155,0.3),
		1px 0px 0px 0px rgba(255,255,255,0.9) inset,
		0px 2px 2px rgba(0,0,0,0.1);
    box-sizing: content-box;
    cursor:pointer;
    width: auto;
    margin: 0;
}
div[id^="leaflet-control-accordion-layers"] > label:hover {
	background: #eaeaea;
}
.ac-container div[id^="leaflet-control-accordion-layers"] > label:hover:after,
.ac-container div[id^="leaflet-control-accordion-layers"] > input.menu + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(dist/images/arrow_down.png) no-repeat center center;
}
.ac-container div[id^="leaflet-control-accordion-layers"] > input.menu:checked + label:hover:after{
	background-image: url(dist/images/arrow_up.png);
}
.ac-container input.menu{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
    padding: 0px;
    line-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: 8px 0;
	overflow-y: auto;
    line-height: 18px;
}

.ac-container article label {
    margin-left: 0.25em;
    display: inline;
    cursor: pointer;
}

.ac-container .menu-item-radio:hover {
    background-color: rgba(247,247,247,1);
}

.ac-container .group-toggle-container {
    text-align: right;
    margin-right: 3px;
    line-height: 0px;
    display: none;
    height: 20px;
}

.ac-container input.menu:checked ~ .group-toggle-container {
    display: block;
	line-height: 1em;
}

.menu-item-radio{
	font-size: 13px;

}

.menu-item-checkbox{
	font-size: 13px;

}

.bt_delete{
    position: relative;
	float: right;
	background-image: url(dist/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-expanded {
    padding: 5px;
}

.leaflet-control-layers {
    background: #FFF;
    border: 2px solid #FFF;
    padding: 6px;
    max-height: 250px;
    overflow-y: auto;
    line-height: 1.2;
    /* width: 250px; */

}

.leaflet-control-layers h4 {
    margin: 0 0 4px 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}

.leaflet-control-layers h4:hover {
    background: #F6F6F6;
}

.leaflet-control-layers h4 > span {
    margin-left: 18px;
    color: #333;
}

.leaflet-control-layers h4.closed {
    margin: 0 0 0 0;
}

.leaflet-control-layers h4.closed + .control-layers-elements {
    display: none;
}

.leaflet-control-layers h4.closed .control-layers-caret {
    top: 0.25em;
    left: 0.25em;
}

.leaflet-control-layers h4.closed .control-layers-caret:before {
    border-left: 0.5em solid #555;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
}

.leaflet-control-layers .control-layers-caret {
    position: relative;
    display: inline-block;
    vertical-align: top;
    top: 0.5em;
    left: 0;
}

.leaflet-control-layers .control-layers-caret:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 3px;
    border-top: 0.5em solid #555;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
}

.leaflet-control-layers h4.closed .control-layers-caret {
    top: 0.25em;
    left: 0.25em;
}

.leaflet-control-layers h4.closed .control-layers-caret:before {
    border-left: 0.5em solid #555;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
}

