﻿@charset "UTF-8";
@import url("/assets/fonts/icomoon/iconmon.css");
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
/*@mixin ipad-rotate  {
  @media screen and (max-width: 768px) and (orientation:landscape) { @content; }
}*/
#mapgoogle {
  width: 40vw;
  height: 10vh;
  position: absolute;
  z-index: -10;
  top: 60px;
  left: 26%; }

#liLopBanDo {
  display: unset; }

.sThuaDat .dropdown-menu {
  max-height: 350px;
  overflow: auto;
  width: 90%;
  padding-left: 21px;
  line-height: 34px; }

#leftpanel .UI-DROP {
  margin-top: 7px;
  position: relative; }
  #leftpanel .UI-DROP .ui-tieude {
    width: 100%;
    display: inline-block;
    align-self: center;
    font-weight: 700;
    margin-bottom: 5px;
    padding-left: 2px; }
  #leftpanel .UI-DROP .UI-DDL {
    padding: 7px;
    height: 36px;
    width: 100%;
    border: 1px solid #cecece;
    border-radius: 5px;
    display: flex;
    align-items: center;
    position: relative; }
    #leftpanel .UI-DROP .UI-DDL .ui-nhan {
      border: none;
      width: 100%;
      background: none; }
      #leftpanel .UI-DROP .UI-DDL .ui-nhan:focus-visible {
        outline: none; }
  #leftpanel .UI-DROP .dropdown-menu {
    max-height: 350px;
    overflow: auto;
    width: 90%;
    padding-left: 21px;
    line-height: 34px; }
    #leftpanel .UI-DROP .dropdown-menu li {
      font-size: 0.9em; }
  #leftpanel .UI-DROP.UI-SUGGEST .dropdown-menu {
    max-height: 350px;
    overflow: auto;
    width: 90%;
    padding-left: 21px;
    line-height: 34px; }
    #leftpanel .UI-DROP.UI-SUGGEST .dropdown-menu li {
      font-size: 0.9em; }

#btnAcceptCompare {
  background: #1967d2;
  border: none;
  font-size: 0.8rem;
  font-weight: 700; }
  #btnAcceptCompare:hover {
    opacity: 0.8; }

#cboLeftLayer {
  background: #f5f6f7;
  padding: 10px;
  border-radius: 5px; }

#cboRightLayer {
  background: aliceblue;
  padding: 10px;
  border-radius: 5px; }
  #cboRightLayer #layerExtend {
    color: green;
    cursor: pointer; }

#lstLayerAdd {
  background: aliceblue;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px; }
  #lstLayerAdd .ui-tieude {
    width: 100%;
    display: inline-block;
    align-self: center;
    font-weight: 700;
    margin-bottom: 5px;
    padding-left: 2px; }
  #lstLayerAdd .layerAdd {
    display: flex;
    justify-content: flex-start;
    padding: 5px 0;
    border-bottom: 1px solid #dfdddd; }
    #lstLayerAdd .layerAdd .icheck {
      padding-top: 5px;
      cursor: pointer; }
    #lstLayerAdd .layerAdd .layerName {
      padding: 0 5px; }
    #lstLayerAdd .layerAdd .remove {
      margin-left: auto;
      padding-top: 5px;
      cursor: pointer; }

#btnSearchQH {
  float: right;
  margin-right: 7px;
  font-size: 0.9rem;
  font-weight: 700;
  background: #1967d2; }
  #btnSearchQH:hover {
    opacity: 0.8; }

#opSearch {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  background: #d9def9;
  padding: 10px;
  border-radius: 3px; }
  #opSearch label {
    padding: 5px 10px;
    border-radius: 5px;
    border: solid 2px transparent;
    align-self: center;
    transition: all ease 500ms;
    margin: 0; }
  #opSearch label:has(input:checked) {
    border: solid 2px #0075ff;
    color: #0075ff; }

.sLocation, .sThuaDat {
  padding: 10px;
  margin: 10px 0; }
  .sLocation > span, .sThuaDat > span {
    font-weight: 700; }

#sThuaDat {
  padding-top: 15px; }
  #sThuaDat > span {
    font-weight: 700; }

#opProject {
  justify-content: space-between;
  padding: 10px 0; }

.searchType {
  display: none; }
  .searchType.active {
    display: block; }
  .searchType .flex-column {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 5px; }
    .searchType .flex-column .flex-item {
      width: 100%;
      display: flex;
      flex-direction: row;
      padding: 7px 2px;
      font-size: 0.9rem;
      padding-left: 15px; }
    .searchType .flex-column label {
      font-weight: 800; }
    .searchType .flex-column #txtSoThua, .searchType .flex-column #txtSoTo {
      margin-top: 5px; }
  .searchType .flex-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 7px 2px; }

#tabKetQua .sLayerName {
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 26px;
  color: green; }

#tabKetQua .sInfor {
  border-bottom: 1px solid #ccc;
  padding-left: 10px; }
  #tabKetQua .sInfor .sLabel {
    font-weight: 500;
    padding-right: 5px; }

#tabPhanTich {
  height: calc(100vh - 127px);
  position: relative; }
  #tabPhanTich .box-filter {
    border-bottom: 1px solid #ccc; }
  #tabPhanTich #viewPhanTich {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc; }
  #tabPhanTich #rsPhanTich {
    margin-top: 15px; }
  #tabPhanTich .viewPhanTich {
    display: none;
    padding: 15px 5px; }
    #tabPhanTich .viewPhanTich.show {
      display: flex;
      flex-direction: column; }
    #tabPhanTich .viewPhanTich #lstPoint {
      padding-top: 15px;
      display: flex;
      flex-direction: column; }
      #tabPhanTich .viewPhanTich #lstPoint label {
        font-weight: 500; }
      #tabPhanTich .viewPhanTich #lstPoint span {
        color: #555;
        font-size: 0.9em; }
      #tabPhanTich .viewPhanTich #lstPoint button {
        width: 150px;
        margin-top: 5px;
        font-size: 0.9rem; }
  #tabPhanTich #actPhanTich {
    display: flex;
    justify-content: space-between; }
    #tabPhanTich #actPhanTich .btn {
      float: right;
      margin-right: 7px;
      font-size: 0.9rem;
      font-weight: 500;
      background: #1967d2;
      width: auto; }
      #tabPhanTich #actPhanTich .btn:hover {
        opacity: 0.8; }
  #tabPhanTich .btnFilter {
    position: absolute;
    right: -4px;
    top: 27px;
    padding: 9px 9px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer; }
    #tabPhanTich .btnFilter:hover {
      background-color: #f1f1f1; }

#viewColFilter {
  display: none; }

#boxFilterFeature {
  position: absolute;
  left: 25%;
  top: 245px;
  width: 400px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: none;
  z-index: 9999;
  border-radius: 4px;
  padding: 7px;
  height: calc(100vh - 300px);
  overflow-y: scroll; }
  #boxFilterFeature #SERange0 {
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
  #boxFilterFeature .clsCol, #boxFilterFeature .clsValue {
    line-height: 28px;
    border-bottom: 1px solid #ccc;
    cursor: pointer; }
    #boxFilterFeature .clsCol:hover, #boxFilterFeature .clsCol.active, #boxFilterFeature .clsValue:hover, #boxFilterFeature .clsValue.active {
      background-color: #f1f1f1; }
  #boxFilterFeature #ulSECols, #boxFilterFeature #ulSEValues {
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    list-style: none;
    width: 97%;
    margin: 0 0px 4px 0px;
    padding: 7px; }
  #boxFilterFeature #btGetUnique {
    width: 60%;
    border: 1px solid #ddd;
    border-radius: 21px;
    margin-left: 18%;
    height: 27px;
    line-height: 6px;
    margin-bottom: 8px;
    margin-top: 7px; }
  #boxFilterFeature #SEoperator button {
    border: 1px solid #ddd;
    width: 55px;
    font-size: 0.9em;
    margin-top: 4px; }

#tabChuGiai .flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

#tabChuGiai .loaiSDD {
  padding: 7px;
  background: #ccc;
  border-radius: 5px;
  cursor: pointer; }
  #tabChuGiai .loaiSDD.active {
    background: rgba(51, 97, 217, 0.69);
    color: #fff; }

#tabChuGiai .pLegend {
  display: none;
  position: relative;
  height: calc(100vh - 150px); }
  #tabChuGiai .pLegend.active {
    display: block; }

#tabChuGiai .sLegend-item {
  line-height: 28px; }
  #tabChuGiai .sLegend-item .sColor {
    padding: 0px 15px; }
  #tabChuGiai .sLegend-item .sText {
    padding-left: 10px; }

#MapCompare {
  width: calc(100vw - 400px);
  height: calc(100vh - 55px);
  margin-left: 400px;
  display: none;
  position: absolute;
  z-index: 4;
  border: none; }

@media only screen and (max-width: 768px) {
  #MapCompare {
    width: calc(100vw);
    margin-left: 0; } }
