html {
	background-color: #1f2024;;
}

body {
	overflow: hidden;
}

#map {
	height: 98vh;
	z-index: 1;
	background-color: rgba(255, 255, 255, 100.0);
}

.mapSelect {
	position: absolute;
	top: 25px;
	left: 75px;
	width: 350px;
	height: 50px;
	z-index: 2000;
	text-align: center;
	user-select: none;
	background-image: url(icons/UI/Lang.png);
	background-size: contain;
	background-position: bottom;
}

.mapSelect select {
	display: none;
	position: relative;
}

.select-items div,.select-selected {
	color: white;
	text-align: center;
	vertical-align: middle;
	height: 33px;
	letter-spacing: 1px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	padding: 15px 0px 0px 0px;
	background-image: url(icons/UI/Lang.png);
	background-size: contain;
	background-position: bottom;
}

.select-items {
	position: relative;
	background-image: url(icons/UI/Lang.png);
	background-size: contain;
	background-position: bottom;
	top: -2px;
	z-index: 2500;
}

.select-hide {
	display: none;
}

.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

#mapName {
	display: inline-block;
	text-align: center;
	letter-spacing: 1px;
	color: white;
}

.map_btn {
	position: absolute;
	display: inline-block;
	text-align: center;
	color: white;
	width: 31px;
	height: 30px;
	user-select: none;
}

.map_btn:focus {
	outline: none;
	box-shadow: none;
}

#prev_map {
	left: 10px;
	top: 10px;
}

#next_map {
	left: calc(100% - 40px);
	top: 10px;
}

.zoom {
	position: absolute;
	left: 25px;
	top: 100px;
	z-index: 1000;
	user-select: none;
}

.zoom_btn {
	width: 40px;
	height: 40px;
}

.zoom_bar {
	position: relative;
	width: 36px;
	height: 360px;
	padding: 2px;
}

.zoom_bar_handle {
	position: absolute;
	left: 8px;
	top: 190px;
	width: 24px;
	height: 58px;
}

.log {
	position: absolute;
	display: inline-block;
	left: -420px;
	top: 58.5vh;
	z-index: 2000;
	transition: transform 300ms;
	float: right;
	background-image: url(icons/UI/popup_background_2.png);
	background-repeat: repeat-x;
	background-size: contain;

}

.log_btn {
	position: absolute;
	left: 445px;
	top: calc(100% - 65px);
	width: 25px;
	height: 25px;
	text-align: center;
	color: white;
	background-color: #1f2024;
	border-radius: 15px;
	border-width: 2px;
	user-select: none;
}

.log_img {
	position: absolute;
	left: -2px;
	top: -2px;
	width: 25px;
	height: 25px;
	text-align: center;
	user-select: none;
	text-align: center;
}

.center_img {
	text-align: center;
}

.log_txt {
	width: 350px;
	height: 40vh;
	color: white;
	background-color: #1f2024b8;
	border-radius: 0px 15px 0px 0px;
	padding: 15px 35px 15px 35px;
	overflow: auto;
	font: 16px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.log_txt::-webkit-scrollbar {
	display: none;
}

.log_txt a:link, .log_txt a:visited, .log_txt a:hover, .log_txt a:active {
	color: white;
}

.marker_menu {
	position: absolute;
	left: calc(100% - 300px);
	top: 100px;
	width: 300px;
	color: white;
	background-color: #1f2024b8;
	user-select: none;
	border-radius: 10px 0px 0px 10px;
	padding: 5px 50px 15px 25px;
	z-index: 1000;
	transition: transform 300ms;
}

.marker_category_text {
	position: relative;
	left: -30px;
	text-align: center;
	letter-spacing: 1px;
}

.marker_toggle {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 22px;
}

.marker_toggle input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	transition: .4s;
}

input:checked + .slider {
	background-color: #2196F3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	transform: translateX(18px);
}

.slider.round {
	border-radius: 22px;
}

.slider.round:before {
	border-radius: 50%;
}

.icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	left: 3px;
	width: 32px;
	height: 32px;
}

.marker_toggle_text {
	position: relative;
	display: inline-block;
	left: 8px;
	top: 2px;
}
