.leaflet-sidebar {
	position: absolute;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2000;
}
.leaflet-sidebar.right {
	right: -275px;
	transition: right 0.5s, width 0.5s;
	padding-left: 0;
}

.leaflet-sidebar.right .leaflet-control {
	overflow: visible !important;
	position: relative;
}
.leaflet-sidebar.right .leaflet-control .sidebar-icon {
	display: none;
}

.leaflet-sidebar.right:not(.visible) .leaflet-control .sidebar-icon {
	display: inline-block;
}

.leaflet-sidebar.right.visible {
	right: 0;
}

.leaflet-sidebar > .leaflet-control {
	height: 100%;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.1em;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
	-webkit-border-radius: 4px;
}
.leaflet-touch .leaflet-sidebar > .leaflet-control {
	box-shadow: none;
	background-clip: padding-box;
}

.leaflet-sidebar {
	width: 275px;
}
.leaflet-sidebar.left.visible ~ .leaflet-left {
	left: 275px;
}
.leaflet-sidebar.right.visible ~ .leaflet-right {
	right: 275px;
}

.leaflet-sidebar .close {
	position: absolute;
	right: 8px;
	top: 12px;
	width: 31px;
	height: 31px;
	color: #333;
	font-size: 25px;
	line-height: 1em;
	text-align: center;
	cursor: pointer;
	z-index: 1000;
}
.leaflet-right {
	transition: right 0.5s;
}

.leaflet-left {
	transition: left 0.5s;
}

.leaflet-sidebar.left {
	left: -275px;
	transition: left 0.5s, width 0.5s;
	padding-right: 0;
}
.leaflet-sidebar.left.visible {
	left: 0;
}
.leaflet-sidebar.bottom {
	bottom: -200px;
	height: 200px;
	transition: bottom 0.5s, height 0.5s;
	padding-top: 0;
	width: 100%;
}
.leaflet-sidebar.bottom.visible {
	bottom: 0;
}
.leaflet-bottom {
	transition: bottom 0.5s;
}
