
#mx-map{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
path:hover, circle:hover {
  stroke: #0f6949 !important;
  stroke-width:2px;
  stroke-linejoin: round;
  fill: #0f6949 !important;
  cursor: pointer;
}
#path67 {
  fill: none !important;
  stroke: #A9A9A9 !important;
  cursor: default;
}
#info-box {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	color: #FFFFFF !important;
	background-color: #cf212b;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	padding: 5px 10px;
}


.list-regions li a {
	color: #0f6949 !important;
	font-weight: 700;
	text-decoration: none !important;
	display: block;
}
.list-regions li a:hover,
.list-regions li a.active {
	color: #cf212b !important;
}
.list-regions li a.disabled {
	color: #B9B9B4 !important;
}
