.leaflet-control-minimap {
	border: ridge lightyellow 4px;
	border-bottom: none;
	border-right: none;
	border-radius: 8px 0 0 0;
	-webkit-box-shadow: -1px -1px 8px 1px #6A6A6A; 
	box-shadow: -1px -1px 8px 1px #6A6A6A;
	background: white;
	transition: all .6s;
	margin: 0 !important;
	outline: none;
}

.leaflet-control-minimap a {
	background-repeat: no-repeat;
	z-index: 9999;
	transition: all .6s;
}

.leaflet-control-minimap a.minimized-bottomright {
	background-color: lightyellow;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	border-radius: 0px;
}

.leaflet-control-minimap-toggle-display{
	background-color: lightyellow;
	background-image: url("images/toggle.svg");
	background-size: cover;
	position: absolute;
	bottom: 0;
  	right: 0;
  	border-radius: 8px 0 0 0;
}
.leaflet-control-minimap-bigger-display{
	cursor: pointer;
	background-color: lightyellow;
	background-image: url("/img/icons/mm-bigger.png");
	background-position: 50% 50%;
	background-size: 80%;
	position: absolute;
	bottom: 0;
  	right: 76px;
	border: 1px solid gray;
  	border-radius: 8px 0 0 0;
	
}
.leaflet-control-minimap-smaller-display{
	cursor: pointer;
	background-color: lightyellow;
	background-image: url("/img/icons/mm-smaller.png");
	background-position: 50% 50%;
	background-size: 80%;
	position: absolute;
	bottom: 0;
  	right: 40px;
	border: 1px solid gray;
  	border-radius: 0 8px 0 0;
}
.leaflet-control-minimap-zoomin{
	cursor: pointer;
	background-color: lightyellow;
	background-image: url("/img/icons/zoomin.png");
	background-position: 50% 50%;
	background-size: 80%;
	position: absolute;
	bottom: 76px;
  	right: 0;
	border: 1px solid gray;
  	border-radius: 8px 0 0 0;
	
}
.leaflet-control-minimap-zoomout{
	cursor: pointer;
	background-color: lightyellow;
	background-image: url("/img/icons/zoomout.png");
	background-position: 50% 50%;
	background-size: 80%;
	position: absolute;
	bottom: 40px;
  	right: 0;
	border: 1px solid gray;
  	border-radius: 0 0 0 8px;
}
.mm-btn-dimm {
	background-color: lightgray;
	cursor: default;
}

.leaflet-oldie .leaflet-control-minimap-toggle-display{
	background-image: url("images/toggle.png");
}

.leaflet-control-minimap-toggle-display-topleft{
	top: 0;
	left: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.leaflet-control-minimap-toggle-display-bottomleft{
	bottom: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.leaflet-control-minimap-toggle-display-topright{
	top: 0;
	right: 0;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

/* Old IE */
.leaflet-oldie .leaflet-control-minimap {
	border: 1px solid #999;
}

.leaflet-oldie .leaflet-control-minimap a {
	background-color: #fff;
}

.leaflet-oldie .leaflet-control-minimap a.minimized {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
