body,html {
	margin:0;
	padding:0;
	overflow:hidden;
	width:100%;
	height:100%;
	font-family:Tahoma;
	font-size:14px;
}
a {
	text-decoration:none;
}
/*--*/
.nutcongcu {
	width:30px;
	padding:10px 2px 10px 2px;
	color:black;
	cursor:pointer;
}
.nutcongcu:hover {
	color:blue;
}
.nutcongcu_nhan {
	width:30px;
	padding:10px 2px 10px 2px;
	color:maroon;
	cursor:pointer;
}
.kengang {
	width:100%; height:1px; background-color:gray;
}
/*--*/
.blink {
	animation: doimau_text 6s infinite;
	-webkit-animation: doimau_text 6s infinite;
}
@keyframes doimau_text {
	from {color: red;}
  to {color: #ff3300;}
}
@-webkit-keyframes doimau_text {
	from {color: red;}
  to {color: #ff3300;}
}
/*---*/
/*--*/
.cay1 {
	height:30px;
}
i:hover {
	color:red;
}
.nutbientap {
	margin:4px;
	background-color:white;
}
.nutbientap:hover {
	background-color:aqua;
}
/*--*/
/*--scroll ket qua tim kiem--*/
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
  overflow-x: hidden;
}
/*--*/
.clear-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #aaa;
  display: none; /* mặc định ẩn */
}
.clear-btn:hover {
  color: #000;
}
/*--*/
.clear-btn1 {
  position: absolute;
  right:8px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #aaa;
  /*--display: none; /* mặc định ẩn */
}
.clear-btn1:hover {
  color: #000;
}
/*--*/
/* Hộp tỷ lệ */
.scale-box {
	position: absolute;
	bottom: 31px;
	right: 40px;
	background: white;
	padding: 6px 10px;
	border-radius: 4px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	z-index:13;
}
.scale-box input {
	width: 90px;
	padding: 3px;
	font-size:13px;
	height:20px;
}
/*hop toa do*/
.coord-box {
	position: absolute;
	bottom: 31px;
  right: 174px;
  background: white;
  padding: 6px 10px;
  font-size: 13px;
  border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	z-index:13;
}
/*---*/
#runfooter {
	overflow:hidden;
	background:transparent;
	width:auto;
	white-space:nowrap;
	position:absolute;
}
/*--*/
/*--popup--*/
.ol-popup {
  position: absolute;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 220px;
}
.ol-popup-closer {
  position: absolute;
  top: 2px;
  right: 8px;
  text-decoration: none;
}
.ol-popup-closer:after {
  content: "✖";
}
/*Làm to khung của nút đóng-cuasothongtin*/
.ui-dialog .ui-dialog-titlebar-close {
    width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    top:1px;
}
.ui-dialog-titlebar-close .ui-icon {
  text-indent: 0 !important;
  overflow:hidden;
  font-family: Tahoma;
  font-size: 15px;
  color: red; /* Màu X */
  font-weight:bold;
  top:12px;
}
.ui-dialog-titlebar-close .ui-icon::before {
  content: "✕"; /* hoặc "×" */
}
/*--*/
/*--*/
.nutC {
	min-height:36px;
	padding-left:6px;
	display:flex;
	align-items:center;
	width:100%;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#E7CEB6;
	border-bottom:1px gray solid;
	cursor:pointer;
	color:#000000;
}
.nutC:hover {
	background-color:#E8E8DD;
}
/*--*/
.nutmn {
	min-height:40px;
	padding-left:6px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	cursor:pointer;
	width:100%;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
}
.nutmn:hover {
	opacity:0.6;
}
.mn_con {
	display:none;
	font-size:13px;
	color:navy;
}