#analysisMapBlock .v-select {
	display: inline-block;
	width: 300px;
	border: 1px solid #e6e6e6;
	cursor: pointer;
}

div#analysisMapBlock {
	position: relative;
	padding: 20px;
	height: calc(100% - 41px);
	/*margin-left: 275px;*/
	width: calc(100% - 323px);
}

#analysisMapBlock > label.selected_measure_label {
	margin-right: 20px;
}

#analysisMapBlock .v-select .vs__selected-options {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-height: 24px;
}

div#mapResultBlock * {
	font-family: Segoe UI, sans-serif !important;
}

#analysisMapBlock .v-select .vs__selected-options > span.vs__selected {
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
}

a#download_analysis_map:before {
	top: -5px;
	left: 4px;
	position: relative;
	width: 26px;
	height: 26px;
	cursor: pointer;
	font-family: "icons";
	content: "\e92e";
	color: #1EB0D5;
	font-size: 18px;
	padding-top: 4px;
	display: inline-block;
	font-weight: 300;
	line-height: 1;
}

.download_analysis_map-list > li > span {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: auto;
	color: #343a40;
	text-shadow: none;
	cursor: pointer;
}

.download_analysis_map-list > li:hover {
	background: #F7F7F7;

}

.download_analysis_map-list > li {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: auto;
	color: #343a40;
	font-family: "Segoe Regular";
	font-size: 13px;
	line-height: 16.5px;
	white-space: nowrap;
	font-weight: normal;
	user-select: none;
	background-color: #FFF;
	position: relative;

}

.download_analysis_map-list {
	display: inline-block;
	position: absolute;
	right: 100px !important;
	top: 20px;
	width: 75px !important;
	min-width: 75px !important;
	z-index: 100001 !important;
	list-style-type: none;
	border: 1px solid #CCC;
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px;
}

.map_zoom_btns > .map_btn > label {
	font-size: 30px;
	color: #1EB0D5;
	position: relative;
	top: -11px;
	left: 4px;
	cursor: pointer;
	max-height: 40px;
	overflow: hidden;
	font-weight: 100;
}

.map_zoom_btns > .map_btn {
	width: 30px;
	height: 30px;
	border: 1px solid #1EB0D5;
	border-radius: 20px;
	cursor: pointer;
	overflow: hidden;
	display: inline-block;
}

.map_zoom_btns > .map_btn:nth-child(2) {
	position: relative;
	top: 0;
}

.map_zoom_btns {
	position: absolute;
	top: 70px;
	left: 6px;
	/*z-index: 99;*/
	height: 70px;
	width: 30px;
	user-select: none !important;
}

.map_zoom_btns > .map_btn:nth-child(2) > label {
	top: -23px;
	transform: scaleX(1.18);
	left: 8px;
}

#analysisMapBlock .vs__dropdown-menu .vs__dropdown-option{
	overflow: hidden !important;
	text-overflow:ellipsis;
}
