.btn-paint {
	float:right;
	font-size:0.9em;
	padding:2px 5px;
	cursor:pointer;
}
.btn-paint:hover {
    background: #EEE;
    border-radius: 5px;
}
.btn-paint-active,
.btn-paint-active:hover {
    background: #add19e;
    border-radius: 5px;
}
.count-with-data {
	color:#555 !important;
}
.leaflet-control-randopitons {
	border:solid rgba(255, 255, 255, 0.9) 4px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.85);
	transition: all .6s;
}
.leaflet-control-randopitons div.loading {
	height: 165px; 
	line-height: 150px; 
	text-align: center; 
	color: #CCC; 
	font-size: 1.5em;
}

.leaflet-control-randopitons a {
	background-repeat: no-repeat;
	z-index: 99999;
	transition: all .6s;
}

.leaflet-control-randopitons a.minimized-bottomright {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	border-radius: 0px;
}

.leaflet-control-randopitons a.minimized-topleft {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	border-radius: 0px;
}

.leaflet-control-randopitons a.minimized-bottomleft {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	border-radius: 0px;
}

.leaflet-control-randopitons a.minimized-topright {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	border-radius: 0px;
}

.leaflet-control-randopitons-toggle-display{
	background: #FFF url("/img/interface/minimap_toggle.png");
	background-size: cover;
	position: absolute;
	border-radius: 3px 0px 0px 0px;
}

.leaflet-oldie .leaflet-control-randopitons-toggle-display{
	background: #FFF url("/img/interface/minimap_toggle.png");
}

.leaflet-control-randopitons-toggle-display-bottomright {
	bottom: 0;
	right: 0;
}

.leaflet-control-randopitons-toggle-display-topleft{
	top: 0;
	left: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.leaflet-control-randopitons-toggle-display-bottomleft{
	bottom: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.leaflet-control-randopitons-toggle-display-topright{
	top: 0;
	right: 0;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

/* Old IE */
.leaflet-oldie .leaflet-control-randopitons {
	border: 1px solid #999;
}

.leaflet-oldie .leaflet-control-randopitons a {
	background-color: #fff;
}

.leaflet-oldie .leaflet-control-randopitons a.minimized {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}