.macro-lage, .micro-lage, .block-open, .location-map .fa-minus, #error_display {
	display: none;
}
.macro-lage.show, .micro-lage.show, .show .block-open, .micro-lage-layout.show, .macro-lage-layout.show, #error_display.show {
	display: block;
}

.block-open {
	margin-bottom: 25px;
}
#origin-input, #destination-input {
	border: none;
	background: none;
	font-size: 14px;
    background: #dfdddb;
    padding: 3px 5px;
}
#mode-selector {
	margin-bottom: 20px;
	margin-top: 10px;
	display: flex;
}
#mode-selector > img.active {
	opacity: 0.3;
}
#mode-selector > img {
	display: inline-block;
	height: auto;
	margin: 0 6px;
	width: auto;
	height: 20px;
	vertical-align: middle;
	cursor: pointer;
}
#mode-selector > img:first-child {
	margin-left: 0;
}
.poi-elem-header, .poi-elem-btn {
	cursor: pointer;
}
.poi-elem-title {
	display: flex;
	align-items: center;
}

.poi-elem-wrap .poi-show {
	color: #000;
}
.show-radius .header, .route-plan .header, .select-radius span {
	cursor: pointer;
	text-transform: uppercase;
}
#macrolage-change:not(.active), #microlage-change:not(.active) {
	cursor: pointer;
}

#map{
	height: 700px;
}
.poi-elem-btn {
  position: relative;
  padding-left: 20px;
}
.poi-elem-btn span::before {
  content: " ";
  position: absolute;
  top: 5px;
  left: -1px;
  cursor: pointer;
  background-color: #fff;
  height: 10px;
  width: 10px;
  display: block;
  border: 1px solid #344D3C;
}
.poi-elem-btn.poi-show span::before {
  background-color: #344D3C;
  /*
  height: 11px;
  width: 11px;
  left: 0PX;
  */
}
.select-radius.active {
	text-decoration: underline;
}
#radius-header, #route-plan-header, #macrolage-change, #microlage-change, .poi-elem-btn {
	margin-bottom: 10px;
}
#microlage-change.active, #macrolage-change.active {
	font-weight: 500;
}
.map-content-inner {
	padding-top: 20px;
	padding-bottom: 15px;
	border-top: 2px solid #344D3C;
	border-bottom: 2px solid #344D3C;
}
.poi-elem-wrap {
  border-top: 1px solid #344D3C;
  padding-top: 25px;
  margin-top: 25px;
}

@media (min-width: 992px) and (max-width: 1200px) {
	#mode-selector > img {
		height: 20px;
	}
}