.lc_expand {
    display: block;
    width: 100px;
    height:200px;
    top: 50px;
	position: relative;
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
}




.leaflet-control-autolayers-title {
    cursor: pointer;
}

.leaflet-control-autolayers-close {
    display: inline-block;
    background-image: url(../../scripts/core/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 {
    display: inline-block !important;
    width: 90%;
    height: 20px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 1.2em;
}

/* базовые слои (подложка ) */
.leaflet-control-layers-base {
    padding-bottom: 1px;
    width: 340px;
    overflow-y: scroll;
    overflow-x: hidden;
    /* height: 120px; */
    height: 220px;
    display: block;
}

.leaflet-control-layers-base label {
    height: 20px;
    min-width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.leaflet-control-layers-base label:hover {
    background-color: #CCC;
}

/* карты пользователя  */
.leaflet-control-layers-overlays {
    padding-bottom: 1px;
    width: 340px;
    overflow-y: scroll;
    overflow-x: hidden;
    /* height: 120px; */
    height: 220px;
    display: none;
}

.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;
    overflow-y: scroll;
    overflow-x: hidden;
    /* height: 150px; */
    height: 250px;
    display: none;
}

.selected-label {
    height: 21px;
    width: 330px;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}

.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(../../scripts/core/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(../../scripts/core/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(../../scripts/core/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: 75%;
    margin-bottom: 3px;
    height: 20px;
    padding: 0;
    text-align: left;
}

.map-filter-box-overlays {
    width: 75%;
    margin-bottom: 3px;
    height: 20px;
    padding: 0;
    text-align: left;
    display: none;
}