.setStartPoint{
	cursor: pointer;
}


.setPickUpPoint{
	opacity:0.1;
	cursor: pointer;
}



.setRoutePoint{
	opacity:0.1;
	cursor: pointer;
}



.setEndPoint{
	opacity:0.1;
	cursor: pointer;
}

#markerList{ 
	list-style-type: none;
	cursor: pointer;
	margin: 0; 
	padding: 0; 
}

#markerList > li{ 
	border-color: grey;
	border-style: dashed;
	border-width: 1px;
	margin-top: 5px;
	padding: 5px 2px 2px 10px ;
}

#markerListEntry_start{ 
	display: none;
	border-color: grey;
	border-style: solid;
	border-width: 1px;
	margin-top: 5px;
	padding: 5px 2px 2px 10px ;
}

#markerListEntry_end{ 
	display: none;
	border-color: grey;
	border-style: solid;
	border-width: 1px;
	margin-top: 5px;
	padding: 5px 2px 2px 10px ;
}

#uploadRoute{ 
	display: none;
	cursor: pointer;
}