.leaflet-draw-toolbar a.leaflet-wsmentity-lmap  {
	background-image: url('images/spritesheet-lmap.png');
	background-image: linear-gradient(transparent, transparent), url('images/spritesheet-lmap.svg');
	background-size: 300px 30px;
}

.leaflet-retina .leaflet-draw-toolbar a.leaflet-wsmentity-lmap {
	background-image: url('images/spritesheet-lmap-2x.png');
	background-image: linear-gradient(transparent, transparent), url('images/spritesheet-lmap.svg');
}

.leaflet-chunky .leaflet-draw-toolbar a.leaflet-wsmentity-lmap {
	background-image: url('images/spritesheet-lmap-1.5x.png');
	background-image: linear-gradient(transparent, transparent), url('images/spritesheet-lmap.svg');
	background-size: 400px 40px;
}

/*image 0 - assign work*/

.leaflet-draw-toolbar .leaflet-wsmentity-lmap.AssignWorkAction {
	background-position: -2px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-wsmentity-lmap.AssignWorkAction {
	background-position: 0 -1px;
}

.leaflet-chunky .leaflet-draw-toolbar .leaflet-wsmentity-lmap.AssignWorkAction {
	background-position: -2px -2px;
}

/*image 1 - create job*/

.leaflet-draw-toolbar .leaflet-wsmentity-lmap.CreateJobAction {
	background-position: -31px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-wsmentity-lmap.CreateJobAction {
	background-position: -29px -1px;
}

.leaflet-chunky .leaflet-draw-toolbar .leaflet-wsmentity-lmap.CreateJobAction {
	background-position: -41px -2px;
}

/*image 2 - bulk update*/

.leaflet-draw-toolbar .leaflet-wsmentity-lmap.BulkUpdateAction {
	background-position: -62px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-wsmentity-lmap.BulkUpdateAction {
	background-position: -60px -1px;
}

.leaflet-chunky .leaflet-draw-toolbar .leaflet-wsmentity-lmap.BulkUpdateAction {
	background-position: -82px -2px;
}