/** CUSTOM **/
label > span {
	font-weight: normal!important;	
}

.section {
	border-top: 1px solid #eee;
}

.section-title{
	font-weight: bold;
	width: 330px!important;
	cursor: pointer;
}

.selected-remove {
	display:none!important;
}

/** END CUSTOM **/

.leaflet-touch .leaflet-control-layers-toggle {
    width: 36px!important;
    height: 36px!important;
	
}

.leaflet-control-layers {
	background:#fff!important;
	border-radius:4px!important;
	border: 2px solid rgba(0,0,0,0.2)!important;
}

.leaflet-control-layers-toggle {
    background-image: url(../images/layers-icon.png)!important;
	background-size: 24px!important;
    width: 36px!important;
    height: 36px!important;
}

.leaflet-control-autolayers-title {
    cursor: pointer;
}

.leaflet-control-autolayers-close {
    display: inline-block;
    background-image: url(../images/close.png);
    height: 18px;
    width: 18px;
    margin-right: 0;
    float: right;
    vertical-align: middle;
    text-align: right;
    margin-top: 1px;
}

.leaflet-control-autolayers-title {
    width: 90%;
    height: 20px;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}

.autolayers .leaflet-control-layers-base {
    padding-bottom: 1px;
    width: 340px;
    
    overflow-x: hidden;
    height: 120px;
    display: block;
    padding: 6px;
}

.autolayers .leaflet-control-layers-base label {
    height: 20px;
	line-height: 20px;
    min-width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.leaflet-control-layers-base label:hover {
    background-color: #ddd;
}

.section-title:hover {
    /*border: 1px dashed #d7d7d7;*/
}

.autolayers  .leaflet-control-layers-overlays {
    padding-bottom: 1px;
    width: 340px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 300px;
    display: none;
}

.autolayers  .leaflet-control-layers-filter {
    padding-bottom: 1px;
    width: 340px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 150px;
}


.leaflet-control-layers-overlays label {
    /*height: 20px;*/
    /*min-width: 320px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.leaflet-control-layers-overlays label:hover {
    /*background-color: #CCC;*/
}

.leaflet-control-layers-selected {
    padding-bottom: 1px;
    width: 340px;
	min-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 150px;
    display: none;
}

.leaflet-select-filter {
    /*background-color: #CCC;*/
}

.leaflet-control-layers-filter-selected {
    padding-bottom: 1px;
    width: 340px;
	min-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 150px;
    display: none;
}

.selected-label {
    /*height: 21px;*/
    width: 330px;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
	border-bottom: 1px solid #eee;
}

.selected-label:hover {
    /*background-color: #CCC;*/
}

.selected-name {
    display: inline-block;
    width: 270px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.selected-remove {
    display: inline-block;
    background-image: url(../images/remove.png);
    height: 14px;
    width: 14px;
    margin-right: 4px;
    margin-bottom: 4px;
    cursor: pointer;
}

.selected-none {
    display: inline-block;
    height: 11px;
    width: 16px;
}

.selected-up {
    display: inline-block;
    background-image: url(../images/arrow-up.png);
    background-repeat: no-repeat;
    background-position: top;
    height: 12px;
    width: 16px;
    cursor: pointer;
}

.selected-down {
    display: inline-block;
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: top;
    height: 12px;
    width: 16px;
    cursor: pointer;
}

.leaflet-control-attribution {
    height: 16px;
    overflow: hidden;
    text-align: left;
    transition: height 0.5s;
    /* Animation time */
    -webkit-transition: height 0.5s;
    /* For Safari */
}

.leaflet-control-attribution:hover {
    height: 150px;
}

.map-filter {
    display: inline;
}

.map-filter-box-base {
    width: 330px;
    margin-bottom: 3px;
    height: 20px;
    padding: 0;
    text-align: left;
}

.map-filter-box-overlays {
    width: 330px;
    margin-bottom: 3px;
    height: 20px;
    padding: 0;
    text-align: left;
    display: none;
}

.map-filter-box-filter {
    width: 330px;
    margin-bottom: 3px;
    margin-top: 10px;
    height: 20px;
    padding: 0;
    text-align: left;
}