@font-face {
  font-family: Noto Sans TC;
  src: url(/fonts/NotoSansTC-Regular.otf);
}
body{
	font-family: Noto Sans TC,Arial;
	font-style: normal;
	margin: 0;
}
html{ 
	line-height: 1.15; /* Correct the line height in all browsers */ 
	-webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS. */ 
} 
a { 
	background-color: transparent; /* Remove the gray background on active links in IE 10. */ 
} 
img { 
	border-style: none; /* Remove the border on images inside links in IE 10. */ 
}
li{
	list-style:none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
#left_bar{
	z-index: 1000;
	position: fixed;
	width: 260px;
	height: 100%;
	min-height: 500px;
	left: 0px;
	top: 0px;

	/* Dark-080 */

	background: rgba(21, 22, 14, 0.8);
}
#control_tool{
	position: absolute;
	left: 265px;
	bottom: 10px;
	z-index: 1000;
}
.control_tool_btn{
	margin-top: 8px;
	background: rgba(21, 22, 14, 0.66);
	border: 1px solid rgba(255, 255, 255, 0.33);
	box-sizing: border-box;
	width: 32px;
	height: 32px;
	padding:2px 6px 5px 6px;
	box-shadow: inset 0px 0px 32px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(32px);
	border-radius: 8px;
	cursor: pointer;
}
#public_logo{
	width: 160px;
	margin: 10px;
}
#public_title{
	
	font-weight: bold;
	font-size: 15px;
	line-height: 22px;
	margin-left: 60px;

	/* White-100 */
	letter-spacing: 2px;
	color: #FFFFFF;
}
.left_bar-list_title{
	font-family: Noto Sans TC,Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 100%;
	cursor: pointer;
	letter-spacing: 1px;
	display: flex;
	color: #FFFFFF;
	padding: 5px;
	margin: 5px 10px;
	align-items: center;
	white-space:nowrap;
}
.left_bar-list_title img{
	margin: 5px;
	margin-right: 10px;	
	width: 20px;
}
#login_btn{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	position: absolute;
	width: 110px;
	height: 44px;
	left: 20px;
	bottom: 20px;

	border: 0;
	background: #009944;
	/*box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);*/
	border-radius: 4px;
	cursor: pointer;
}

#version_alert{
  height: 100%;
  width: 100%;
  position: fixed;
  display: table;
  text-align: center;
  z-index: 1010;
  /*background-color: rgba(0,0,0,.4);*/
  /*filter: alpha(opacity=40);*/
}

.explain-agree__div--content{
  width: 465px;
  display: inline-block;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 20px;
  text-align: left;
  font-size: 1.2em;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.explain-agree__div--text{
  margin-bottom: 10px;
}

.explain-agree__div--button{
  margin-bottom: 5px;
}

.explain-agree__button{
  width: 100px;
}

#flyData{
	min-width: 920px;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.rightTop{
	z-index: 1000;
	position: absolute;
	top: 10px;
	right: 10px;
	max-height: 80%;
}
#area_bar{
	width: 330px;
	height: 40px;
	background: rgba(21, 22, 14, 0.66);
	
	border: 1px solid rgba(255, 255, 255, 0.33);
	box-sizing: border-box;
	cursor: pointer;
	box-shadow: inset 0px 0px 32px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(32px);
	border-radius: 8px;
	display: inline-flex;
}
#area_bar_drop{
	width: 10%; cursor: pointer;
	align-self:center;
}
#area_bar_icon{
	align-self: center;
	padding: 10px;
}
#area_bar_title{
	width: 90%;
	height: 100%;
	padding: 5px;
	margin-left: 5px;
	vertical-align: middle;
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	/* identical to box height, or 160% */

	display: flex;
	align-items: center;

	/* White-100 */

	color: #FFFFFF;
}
.area_item_list li:hover{
	cursor: pointer;
	background: rgba(255, 255, 255, 0.1);
}
#area_list{
	display: none;
	width: 330px;
	max-height: 80%;
	padding: 10px;
	margin-top: 5px;
	background: rgba(21, 22, 14, 0.66);
	/* White-033 */
	font-size: 15px;
	border: 1px solid rgba(255, 255, 255, 0.33);
	box-sizing: border-box;
	/* Glassmorphism - dark mode */

	box-shadow: inset 0px 0px 32px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(32px);
	/* Note: backdrop-filter has minimal browser support */
    -ms-overflow-style: none;
	border-radius: 8px;
	color: #ffffff;
}
.area_item{
	padding: 5px;
	margin-top: 5px;
	border: 1px solid rgba(255, 255, 255, 0.33);
	box-sizing: border-box;
	border-radius: 2px;
}
/*.area_item:hover{
	background: rgba(255, 255, 255, 0.1);
}*/

.rightBottom{
	z-index: 1000;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#geolocation{
	display: none;
	background: rgba(21, 22, 14, 0.66);
	/* White-033 */

	border: 1px solid rgba(255, 255, 255, 0.33);
	box-sizing: border-box;
	/* Glassmorphism - dark mode */

	box-shadow: inset 0px 0px 32px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(32px);
	/* Note: backdrop-filter has minimal browser support */

	border-radius: 8px;
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	/* identical to box height, or 160% */

	align-items: flex-end;
	
	/* White-100 */

	color: #FFFFFF;

	padding: 5px;
	position: relative;
	right: 95px;
	bottom: 0;
	width: 235px;
}

#now_wether{
	display: none;
	width: 90px;
	height: 80px;
	background: rgba(21, 22, 14, 0.66);
	/* White-033 */

	border: 1px solid rgba(255, 255, 255, 0.33);
	box-sizing: border-box;
	/* Glassmorphism - dark mode */

	box-shadow: inset 0px 0px 32px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(32px);
	/* Note: backdrop-filter has minimal browser support */

	border-radius: 8px;
	position: absolute;
	right: 0;
	bottom: 0px;
	color: #FFFFFF;
}

#townName{
	display: none;
	background: rgba(21, 22, 14, 0.66);
	/* White-033 */

	border: 1px solid rgba(255, 255, 255, 0.33);
	box-sizing: border-box;
	/* Glassmorphism - dark mode */

	box-shadow: inset 0px 0px 32px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(32px);
	/* Note: backdrop-filter has minimal browser support */

	border-radius: 8px;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	/* identical to box height, or 160% */

	align-items: flex-end;
	text-align: center;
	/* White-100 */

	color: #FFFFFF;

	width: 75px;
	padding: 5px;
	position: relative;
	right: -65px;
	bottom: 5px;

}
#layer_box{
	display: none;
	width: auto;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	margin-left: 305px;
	bottom: 10px;
	border-radius: 5px;
}
.layer_title{
	text-align: center;
	background: rgba(21, 22, 14, 0.8);
	color: #FFFFFF;
	padding: 5px;
	border-radius: 5px;
	padding-left: 60px;
	padding-right: 60px;
}
.layer_list{
	display: inline-block;
}
.layer_item{
	margin: 10px;
	display: inline-flex;
}
.layer_item input{
	vertical-align: middle;
	height: 100%;
	padding-left: 5px;
}
.layer_item_name{
	padding: 5px;
}
.layer_item_img{
	width: 40px;
	height: 40px;
}

#area_list{
	max-height: 450px;
	overflow: scroll;
	overflow-y:auto;
	overflow-x: hidden;
	scrollbar-width: none;
}

.area_item_name:hover{
	background: rgba(255, 255, 255, 0.1);
}
.area_item_name img{
	/*position: absolute;
    right: 20px;*/
    margin-top: 10px;
    margin-right: 5px;
    float: right;
}

.area_item_list{
	padding-left: 20px;
	display: none; 
	max-height: 280px;
	overflow: scroll;
	overflow-y:auto;
	overflow-x: hidden;
	scrollbar-width: thin;
}

#area_list::-webkit-scrollbar{
    width: 0px;
    background-color: rgba(255,255,255,0);
}
#area_list::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    border-radius: 10px;
    background-color: rgba(255,255,255,0.1);
}
#area_list::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: rgba(255,255,255,0.5);
}

.area_item_list::-webkit-scrollbar{
    width: 6px;
    background-color: rgba(255,255,255,0.1);
}
.area_item_list::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    border-radius: 10px;
    background-color: rgba(255,255,255,0.1);
}
.area_item_list::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: rgba(255,255,255,0.5);
}

#uav_height{
	margin-left: -30px !important;
}

.search-results{
	margin-top: -10px;
}