/** Slider **/
.leaflet-control-zoomslider-wrap {
	padding-top: 12px;
	padding-bottom: 12px;
	width: 11px;
	margin: 0 12px;
}
.leaflet-control-zoomslider-body {
    width: 11px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: url('../../images/ico/map/grid.png') repeat-y #fff;
}

.leaflet-control-zoomslider-knob {
    position: relative;
    width: 25px;
    height: 13px;
    margin-left: -7px;
    /* background: url('../../images/ico/map/knob.png') no-repeat; */
    background-size: contain;
    border-radius: 7px;
    background: #37a51c;
    color: #fff;
    line-height: 48px;
    border: 3px solid #fff;
}
.leaflet-control-zoomslider-body:hover {
	cursor: pointer;
}
.leaflet-control-zoomslider-knob:hover {
	cursor: default;
	cursor: -webkit-grab;
	cursor:    -moz-grab;
}

.leaflet-dragging .leaflet-control-zoomslider,
.leaflet-dragging .leaflet-control-zoomslider-wrap,
.leaflet-dragging .leaflet-control-zoomslider-body,
.leaflet-dragging .leaflet-control-zoomslider a,
.leaflet-dragging .leaflet-control-zoomslider a.leaflet-control-zoomslider-disabled,
.leaflet-dragging .leaflet-control-zoomslider-knob:hover  {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
}

/** Leaflet Zoom Styles **/
.leaflet-container .leaflet-control-zoomslider {
	margin-left: 10px;
	margin-top: 10px;
}
.leaflet-control-zoomslider a {
	width: 35px !important;
	height: 35px !important;
	display: block;
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
	color: #4bac34;
	line-height: 37px;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	font-size: 13px;
	background-color: rgba(255,255,255,0.9);
}

.leaflet-control-zoomslider-in {
	font: bold 18px 'Lucida Console', Monaco, monospace;
}
.leaflet-control-zoomslider-in {
	background: rgba(255,255,255,0.9) url('../../images/ico/map/plus.png') 50% 50% no-repeat;
}
.leaflet-control-zoomslider-out {
	font: bold 22px 'Lucida Console', Monaco, monospace;
}
.leaflet-control-zoomslider-out {
	background: rgba(255,255,255,0.9) url('../../images/ico/map/minus.png') 50% 50% no-repeat;
}
.leaflet-control-zoomslider a.leaflet-control-zoomslider-disabled {
	cursor: default;
	color: #bbb;
}

/* Touch */
.leaflet-touch .leaflet-control-zoomslider-body {
    width: 11px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: url('../../images/ico/map/grid.png') repeat-y #fff;
}
.leaflet-touch .leaflet-control-zoomslider-knob {
    position: relative;
    width: 25px;
    height: 13px;
    margin-left: -7px;
    /* background: url('../../images/ico/map/knob.png') no-repeat; */
    background-size: contain;
    border-radius: 7px;
    background: #37a51c;
    color: #fff;
    line-height: 48px;
    border: 3px solid #fff;
}
.leaflet-touch .leaflet-control-zoomslider a {
	width: 30px;
	line-height: 30px;
}
.leaflet-touch .leaflet-control-zoomslider a:hover {
	width: 30px;
	line-height: 30px;
}
.leaflet-touch .leaflet-control-zoomslider-in {
	font-size: 24px;
	line-height: 29px;
}
.leaflet-touch .leaflet-control-zoomslider-out {
	font-size: 28px;
	line-height: 30px;
}
.leaflet-touch .leaflet-control-zoomslider {
    margin-left: 10px;
    margin-top: 10px;
    border: none;
}

/* Old IE */

.leaflet-oldie .leaflet-control-zoomslider-wrap {
	width: 26px;
}

.leaflet-oldie .leaflet-control-zoomslider {
	border: 1px solid #999;
}

.leaflet-oldie .leaflet-control-zoomslider-in {
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '+');
}
.leaflet-oldie .leaflet-control-zoomslider-out {
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '-');
}
