.leaflet-routing-container {
	display: none;
}

.linkDestinations {
	margin-top: 10px;
}


.hidden-cp-map{
	visibility: hidden;
}

.visible-cp-map{
	visibility: visible;
}


.leaflet-popup-content {
	color: #333;
	/* background-color: #f9f9f9; */
	font-size: 14px;
	padding: 10px;
	border-radius: 5px;
	/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
	font-family: 'Roboto', sans-serif;
	text-align: center;
}

.leaflet-tooltip {
	color: #333;
	/* background-color: #f9f9f9; */
	font-size: 12px;
	padding: 5px;
	border-radius: 3px;
	/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
	font-family: 'Roboto', sans-serif;
	text-align: center;
}


.marker-cluster-small {
	background-color: #008001a6;
	color: white;
}

.marker-cluster-small div {
	background-color: #008001a6;
	color: white;
}

.marker-cluster-medium {
	background-color: #008001a6;
	color: white;
}

.marker-cluster-medium div {
	background-color: #008001a6;
	color: white;
}

.marker-cluster-large {
	background-color: #008001a6;
	color: white;
}

.marker-cluster-large div {
	background-color: #008001a6;
	color: white;
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: #008001a6;
	color: white;
}

.leaflet-oldie .marker-cluster-small div {
	background-color: #008001a6;
	color: white;
}

.leaflet-oldie .marker-cluster-medium {
	background-color: #008001a6;
	color: white;
}

.leaflet-oldie .marker-cluster-medium div {
	background-color: #008001a6;
	color: white;
}

.leaflet-oldie .marker-cluster-large {
	background-color: #008001a6;
	color: white;
}

.leaflet-oldie .marker-cluster-large div {
	background-color: #008001a6;
	color: white;
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
}

.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.marker-cluster span {
	line-height: 30px;
}


.cp-route-message{
	color: #2f8d2d;
	font-weight: 600;
}

.cp-route-message-hr{
	border-top: 1px dotted #63a561;
}

.cp-route-icon{
	width: 60px;
}