﻿@charset "UTF-8";
@keyframes opacitymove {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes translateXmove {
  from {
    transform: translateX(-70px); }
  to {
    transform: translateX(0); } }

@keyframes translateXmoveright {
  from {
    transform: translateX(70px); }
  to {
    transform: translateX(0); } }

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); }
  100% {
    box-shadow: 0 0 0 20px transparent; } }

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0; }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fadeInUp {
  0% {
    transform: translateY(30px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes opacitymove {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes translateXmove {
  from {
    transform: translateX(-70px); }
  to {
    transform: translateX(0); } }

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); }
  100% {
    box-shadow: 0 0 0 20px transparent; } }

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0; }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fadeInUp {
  0% {
    transform: translateY(30px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****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é****/
/*hHeader: 43px;*/
/*@if variable-exists(headerHeight) {
    $hHeader: $headerHeight
}*/
#pagebody {
  position: fixed;
  top: 43px;
  width: 100%;
  padding: 0;
  background: #fff; }

.pointActive {
  background: url(/assets/images/pointActive.gif);
  width: 41px;
  height: 41px; }

#legend {
  position: absolute;
  display: none;
  height: auto;
  width: 300px;
  right: 0;
  background: #ffffffbf;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 0 14px 28px 16px; }
  #legend .close {
    padding: 3px; }
  #legend img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd; }

#pMetadata {
  position: absolute;
  display: none;
  height: auto;
  width: 600px;
  top: 200px;
  background: #ffffffbf;
  border-radius: 5px;
  border: 1px solid #ddd; }
  #pMetadata .heading {
    background-color: rgba(38, 98, 255, 0.37);
    color: #333;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 15px; }
    #pMetadata .heading .close {
      cursor: pointer;
      padding: 5px; }
  #pMetadata .content {
    background: #fafafa;
    margin: 12px;
    padding: 7px; }
    #pMetadata .content .ha-inline {
      line-height: 34px;
      border-bottom: 1px dashed #ccc;
      display: grid;
      grid-template-columns: 210px auto; }
    #pMetadata .content .slable {
      font-weight: 600; }

#legend_map {
  position: absolute;
  display: none;
  height: calc(100vh - 43px - 50px);
  top: 98px;
  right: 57px;
  width: 400px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ddd; }
  #legend_map .close {
    padding: 3px; }
  #legend_map img {
    width: 100%;
    height: auto; }
  #legend_map .content {
    height: calc(100vh - 130px);
    position: relative; }

#warning-icon {
  position: absolute;
  right: 9px;
  top: 74px;
  z-index: 9; }
  #warning-icon .warning-icon {
    width: 30px; }

#warningBox {
  position: fixed; }
  #warningBox.collapse {
    transition: all .25s ease-in;
    top: 0;
    right: -30%;
    width: 30%;
    display: block; }
    #warningBox.collapse.show {
      width: 520px;
      right: 70px;
      top: 82px;
      z-index: 9;
      background: #ffffffd6;
      border-radius: 4px;
      padding: 15px; }
      #warningBox.collapse.show .wn-header {
        font-weight: 600;
        color: red;
        text-align: center;
        width: 100%;
        float: left; }
        #warningBox.collapse.show .wn-header .title {
          border-bottom: 3px solid #4e6b8e;
          padding-bottom: 4px; }
      #warningBox.collapse.show .wn-content {
        color: rgba(59, 91, 130, 0.9);
        padding-top: 20px;
        width: 100%;
        float: left;
        text-align: justify; }
  #warningBox.collapsing {
    transition: all .3s ease-out;
    top: 0;
    right: -30%;
    width: 30%;
    /*display: block;*/ }

#sCloseW {
  padding: 9px;
  border-left: 1px solid #ddd;
  cursor: pointer; }

.item-r {
  width: 100%; }

.dropdown li {
  cursor: pointer;
  min-height: 28px;
  line-height: 28px;
  padding-left: 11px; }

button, a {
  outline: none !important;
  text-decoration: none !important; }

.fas.fa-folder {
  padding: 6px 4px; }

.nav > li > a {
  outline: none; }

.nav-item a.active {
  color: #333; }

.nav-link {
  color: #999;
  text-transform: uppercase; }

.nav-link:hover {
  color: #000; }

table {
  font-size: 0.9em; }
  table #gridbody tr:hover {
    background-color: #FFFDDE; }

th {
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
  background: #185ABD;
  color: #fff;
  vertical-align: middle;
  padding: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background: #f5f6f7 !important; }

button {
  background: none;
  border: none;
  padding: 10px; }

svg:hover, svg:focus {
  fill: #DA4567; }

li img {
  width: 20px;
  margin-right: 7px;
  height: 20px;
  border-radius: 3px; }

.far.fa-dot-circle, .far.fa-circle {
  padding: 8px;
  font-size: 17px; }

.icon-folder-add:before {
  color: red; }

.icon-line:before, .icon-trash:before {
  color: #000; }

.icon-folder {
  background-position: 0 0;
  padding: 6px 20px; }

.icon-survey {
  background-position: 0 -344px;
  padding: 6px 20px; }

.icon-news {
  background-position: 0 -582px;
  padding: 6px 20px; }

.icon-table {
  background-position: 0 -286px;
  padding: 6px 20px; }

.icon-style {
  background-position: 0 -237px;
  padding: 6px 20px; }

.icon-map {
  background-position: 0 -441px;
  padding: 3px 20px; }

.icon-folder-add {
  font-size: 18px;
  margin: 6px; }

.icon-square, .icon-square-check, .fa-square, .fa-check-square {
  padding: 6px; }

.ui-resizable-e {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 5px;
  position: absolute;
  top: 0;
  height: 100%;
  right: -6px; }

.ui-resizable-e:hover {
  cursor: col-resize; }

#eResize {
  background: #bbb;
  height: 40px;
  margin-top: 71%; }

#eResize:hover {
  background-color: gold; }

.viewToolMap {
  display: none;
  position: absolute;
  z-index: 10; }

.fullscreen #pagebody {
  top: 0; }

#leftpanel {
  height: calc(100vh - 20px - $headerHeight);
  width: 0;
  max-width: calc(100vw - 50px);
  position: absolute;
  z-index: 5;
  display: block;
  border-radius: 0 3px 3px 0;
  border: none;
  background: #fff;
  width: 400px;
  animation: translateXmove 1.5s; }
  #leftpanel.show {
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.37); }
    #leftpanel.show #toggleLeftMenu {
      box-shadow: none;
      margin-left: 0px; }
  #leftpanel .sidebar-body {
    display: none; }
    #leftpanel .sidebar-body.show {
      display: block;
      height: 100%; }
  #leftpanel #toggleLeftMenu {
    z-index: 5;
    position: absolute;
    top: 5px;
    padding: 0;
    /* line-height: 17px; */
    background: #eee;
    cursor: pointer;
    right: 5px;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-left: 5px; }
    #leftpanel #toggleLeftMenu i {
      color: #7f8edd;
      font-size: 23px; }
    #leftpanel #toggleLeftMenu:hover i {
      opacity: 0.8; }
  #leftpanel .tab-content {
    padding: 10px;
    padding-right: 0; }
    #leftpanel .tab-content #dataPage {
      position: absolute;
      right: 5px;
      top: 5px;
      z-index: 10;
      text-decoration: underline;
      font-size: 15px; }

.d-filter .d-filter-layer {
  width: 100%;
  color: #3f51b5;
  background: aliceblue;
  border-radius: 3px;
  padding: 10px 5px;
  font-weight: 600; }
  .d-filter .d-filter-layer i {
    margin-right: 10px; }

.sLayers #ulTabs {
  border-bottom: solid #7f8edd;
  padding-bottom: 1px;
  padding-top: 2px;
  padding-top: 2px;
  position: relative; }

.sLayers .nav-link {
  color: #999;
  text-transform: unset;
  padding: 7px 9px;
  background: #f5f6f7;
  margin-right: 1px;
  font-size: 0.8rem;
  font-weight: 700;
  border: none; }
  .sLayers .nav-link.active {
    background-color: #7f8edd;
    color: #fff; }
  .sLayers .nav-link:hover {
    background-color: #7f8edd;
    color: #fff;
    opacity: 0.8; }

.sLayers .nav-item {
  position: relative; }
  .sLayers .nav-item .icon-close {
    position: absolute;
    top: 0;
    right: 0px;
    background: rgba(210, 218, 241, 0.5);
    border-radius: 50%;
    padding: 1px;
    font-size: 11px;
    cursor: pointer; }
    .sLayers .nav-item .icon-close:hover {
      font-weight: bold; }

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

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

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

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

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

.sLayers .title-heading {
  font-weight: 600;
  color: #7f8edd;
  height: 30px;
  padding: 7px 0;
  border-bottom: 1px solid #ddd;
  width: 100%; }

.sLayers #tabKetQua {
  height: calc(100vh - 138px);
  position: relative; }
  .sLayers #tabKetQua > div {
    margin-bottom: 15px; }
  .sLayers #tabKetQua #bar4ketqua {
    background: none;
    color: #7f8edd;
    font-size: 0.9rem;
    padding: 5px 7px;
    text-align: left;
    border-bottom: solid; }
  .sLayers #tabKetQua #ThuaDatInfo {
    display: none; }
  .sLayers #tabKetQua #dResult, .sLayers #tabKetQua #ThuaDatInfo {
    line-height: 30px;
    margin-top: 15px; }
    .sLayers #tabKetQua #dResult .slabel, .sLayers #tabKetQua #ThuaDatInfo .slabel {
      font-weight: 600; }
    .sLayers #tabKetQua #dResult .svalue, .sLayers #tabKetQua #ThuaDatInfo .svalue {
      font-weight: 400; }

.sLayers #tabCompare .box-filter {
  width: 100%;
  display: flex;
  flex-direction: column; }
  .sLayers #tabCompare .box-filter button {
    width: 120px; }

.sLayers #tabTruyVan .d-filter {
  height: calc(100vh - 43px - 80px);
  position: relative; }

.sLayers #tabTruyVan #attTool {
  width: 100%; }
  .sLayers #tabTruyVan #attTool label {
    font-size: 0.9rem;
    margin: 0;
    padding: 10px 0;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-style: italic;
    color: #3f51b5; }
  .sLayers #tabTruyVan #attTool input {
    font-size: 1.2rem;
    transform: scale(1.5);
    margin-right: 10px; }

.sLayers #tabTruyVan #fieldTool {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  height: calc(100vh - 43px - 280px);
  overflow-y: scroll; }

.sLayers #tabTruyVan .fieldData {
  width: 100%;
  position: relative;
  display: flex;
  padding: 5px 0;
  justify-content: space-between; }
  .sLayers #tabTruyVan .fieldData label {
    width: 100%;
    margin: 0; }
  .sLayers #tabTruyVan .fieldData input {
    text-align: right; }
  .sLayers #tabTruyVan .fieldData .ui-nhan {
    padding: 6px;
    position: absolute; }
  .sLayers #tabTruyVan .fieldData .dropdown-toggle:after {
    position: absolute;
    right: 16px;
    bottom: 19px;
    display: none; }
  .sLayers #tabTruyVan .fieldData i {
    float: right;
    padding: 10px 0; }

.sLayers #lstLienQuan ul {
  padding: 10px 0px; }
  .sLayers #lstLienQuan ul li {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    background: #f5f6f7;
    padding: 5px 10px;
    border-radius: 4px; }
    .sLayers #lstLienQuan ul li:hover {
      color: #7f8edd; }

.sLayers #lstLienQuan .viewMapQH {
  color: forestgreen; }
  .sLayers #lstLienQuan .viewMapQH:hover {
    color: #7f8edd; }

#myLegend {
  display: none;
  position: absolute;
  z-index: 3;
  right: 80px;
  top: 60px;
  background: #fff;
  border-radius: 2px;
  width: 300px;
  overflow: auto;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  max-height: calc(100vh - 70px);
  padding: 10px; }
  #myLegend .title {
    display: flex;
    justify-content: start; }
    #myLegend .title .icon-close {
      margin-left: auto; }
  #myLegend #lgContent {
    max-height: calc(100vh - 120px);
    position: relative; }
  #myLegend .layerLegend {
    width: 100%;
    height: auto; }

#tbResults th {
  position: sticky;
  top: 0;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
  background: #047ea4;
  color: #fff; }

#tbResults tr:hover {
  background-color: #fbf2e6;
  cursor: pointer; }

#tbResults tr.active {
  background-color: #fbf2e6; }

#tbTongHop tr:last-child td {
  font-weight: 600; }

#tbResults td {
  vertical-align: middle; }

.item-r {
  width: 100%; }
  .item-r .pIcon {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .item-r .pIcon .source_data {
      background: #f1fbe1;
      color: green;
      padding: 7px 7px;
      font-size: 11px;
      border-radius: 5px;
      margin-right: 5px;
      width: 80%; }
    .item-r .pIcon .add2map {
      color: #444;
      padding: 5px 7px;
      border-radius: 5px;
      font-size: 12px;
      background: #ededed;
      font-weight: 500;
      height: 30px; }
      .item-r .pIcon .add2map:hover {
        background: #d9def9;
        color: #7f8edd;
        outline: 1px solid #7f8edd; }
  .item-r .des {
    color: #666;
    padding: 7px;
    font-style: italic;
    font-size: 0.9em; }

#barChiTiet {
  height: 60px;
  border: 1px solid #ddd;
  margin-bottom: -1px;
  display: flex;
  justify-content: flex-start; }

#barChiTiet > div {
  text-align: center;
  padding: 5px;
  color: #4a63ea;
  width: 50%; }

.input-group-addon {
  background-color: #fff; }

#barChiTiet p {
  margin: 0; }

#barChiTiet .icon {
  font-size: 26px; }

#bar4ketqua {
  width: 100%; }

#bar4layer {
  height: 36px;
  border-bottom: 1px solid #ddd;
  float: left;
  width: 100%; }
  #bar4layer .icon-filter, #bar4layer .fa-search {
    padding: 8px 3px;
    color: #7f8edd;
    font-weight: 900; }
  #bar4layer #btnAddLayer {
    padding-top: 4px;
    cursor: pointer; }
  #bar4layer a {
    width: 100%; }
  #bar4layer > div {
    margin-left: 0 !important;
    display: flex; }
  #bar4layer li {
    padding: 2px;
    min-width: 35px; }

#bar4layer .icon-search {
  font-weight: 800;
  background: #7c8a74;
  padding: 6px;
  margin-right: 5px;
  border-radius: 3px;
  color: #fff;
  align-self: center; }

#bar4layer a, #bar4ketqua {
  min-width: 35px;
  text-align: center;
  padding: 2px;
  color: #444;
  text-decoration: none; }

#bar4ketqua {
  background-color: #599688;
  color: #fff;
  font-weight: 600; }

#tabXungQuanh .input-group {
  margin: 3px auto; }

#pointName {
  min-height: 40px;
  padding: 7px;
  font-size: 18px;
  color: #444; }

#cboSelectLayers li {
  min-height: 35px;
  line-height: 35px;
  padding-left: 11px; }

#tbChiTiet {
  color: #444; }

#dRouting {
  padding: 6px; }

#top {
  display: flex;
  position: absolute;
  height: 65px;
  top: 0;
  width: 100%;
  /*background: linear-gradient(180deg, rgba(90,85,189,1) 0%, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 95%);*/
  background: url(https://maps.hcmgis.vn/core/themes/maps/assets/img/bando_02.png); }

.highlight:hover, highlight:hover, .highlight.active > i {
  cursor: pointer; }

.boxleft {
  height: 45px; }

#treefolder {
  height: auto;
  overflow: auto;
  float: left;
  position: relative;
  width: 100%;
  padding-right: 15px; }
  #treefolder .iconLayer {
    height: 18px;
    width: auto;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 3px; }
  #treefolder .cmenu[unit="folder"] .icon-layer, #treefolder .cmenu[unit="folder"] .icon-square, #treefolder .cmenu[unit="folder"] .icon-square-check {
    font-weight: bold;
    color: #7f8edd !important;
    padding: 5px !important; }
  #treefolder p {
    margin: 0 auto;
    margin-right: auto;
    display: flex;
    width: 100%;
    line-height: 27px;
    font-size: 15px;
    color: #333;
    margin-right: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    align-items: center; }
    #treefolder p svg {
      margin: 4px 6px 0 0; }
    #treefolder .noData p {
      color: #bcbcbc;
      cursor: default; }
  #treefolder .c1 p, #treefolder .c2 p {
    line-height: 34px !important; }
  #treefolder .c1 p {
    font-weight: bold;
    align-items: center; }
  #treefolder .c2 p {
    color: #7f8edd !important;
    font-weight: bold; }
  #treefolder .active {
    background-color: #d9def9;
    border-radius: 5px;
    color: #7f8edd;
    font-weight: bold; }
  #treefolder > div {
    cursor: pointer; }
  #treefolder div {
    height: auto;
    line-height: 25px;
    padding: 5px;
    border-radius: 3px; }
  #treefolder .c1 {
    padding-left: 0; }
    #treefolder .c1 i {
      margin-left: 4px; }
  #treefolder .c2 {
    padding-left: 10px;
    align-items: center; }
  #treefolder .c3 {
    padding-left: 20px; }
  #treefolder .c4 {
    padding-left: 30px; }
  #treefolder .c5 {
    padding-left: 40px; }
  #treefolder .c6 {
    padding-left: 50px; }

#toolRight {
  right: 10px;
  top: 70px;
  position: absolute;
  height: auto;
  z-index: 5;
  display: flex;
  flex-direction: column;
  background: none;
  animation: translateXmoveright 1.5s; }
  #toolRight .toolgroup {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px; }
    #toolRight .toolgroup .UI-DROP .UI-DDL {
      outline: none;
      display: block; }
    #toolRight .toolgroup a {
      color: #777;
      display: flex;
      justify-content: center;
      align-items: center;
      border-top: solid 1px #ccc;
      height: 40px;
      width: 40px;
      text-align: center;
      background: #fff;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.1);
      font-size: 1.2rem; }
      #toolRight .toolgroup a:hover {
        color: #7f8edd; }
      #toolRight .toolgroup a:first-child {
        border-start-start-radius: 5px;
        border-start-end-radius: 5px; }
      #toolRight .toolgroup a:last-child {
        border-end-start-radius: 5px;
        border-end-end-radius: 5px; }

#expData {
  padding: 0 !important;
  margin-right: 10px; }
  #expData i {
    margin-right: 10px; }
  #expData:focus {
    box-shadow: none !important; }

#listWorkCT {
  margin-top: 0 !important; }

#datastores {
  position: absolute;
  left: 405px;
  bottom: 5px;
  height: calc(100vh - 43px - 50px);
  width: 400px;
  z-index: 10;
  background: white;
  border-right: 1px solid #ccc;
  display: none;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
  #datastores .icon-search {
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer; }
  #datastores #sCloseW {
    padding: 9px;
    border-left: 1px solid #ddd;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px; }

#aAvatarMap, #mapeditor {
  display: none; }

#ulBaseMaps {
  width: 315px; }
  #ulBaseMaps li {
    padding: 5px 10px;
    cursor: pointer; }
    #ulBaseMaps li:hover {
      background: #f5f6f7; }

#myToolBar {
  border-bottom: 1px solid #ddd;
  float: left;
  width: 100%;
  padding: 7px;
  height: unset !important; }

#resultMyLayers {
  background: #f1efef;
  position: relative;
  width: 100%;
  padding: 7px;
  height: calc(100vh - 170px); }
  #resultMyLayers .items {
    padding: 15px;
    border-bottom: 1px solid #fff;
    background: white;
    margin-bottom: 7px;
    width: 100%;
    position: relative;
    border-radius: 5px; }
    #resultMyLayers .items h5 {
      font-size: 1rem; }
    #resultMyLayers .items .pIcons {
      display: inline-block; }

#btshowTable {
  z-index: 100;
  position: fixed;
  display: none;
  bottom: 0;
  right: 35%;
  padding: 5px 19px;
  border-radius: 5px 5px 0 0;
  line-height: 17px;
  box-shadow: 0px 0px 5px 2px #c2c2c2;
  background: white; }
  #btshowTable:hover {
    background: #10a5e0;
    color: white;
    font-weight: bold; }

#searchPoi {
  padding-left: 5px;
  margin: 3px 5px;
  border-radius: 5px;
  border: solid 1px #ccc; }

#cbox {
  display: none;
  border-right: 1px solid #bbb; }

#searchXY {
  width: 236px;
  border: none; }

.opsearch {
  font-size: 0.8em;
  background-color: #f5f5f5;
  border-left: 1px solid #ddd;
  color: #333;
  padding: 10px 5px; }
  .opsearch.active {
    background-color: antiquewhite;
    color: red; }

.cmenu.active .sTool {
  display: block; }

#leftpanel .cmenu:hover {
  background-color: #d9def9;
  cursor: pointer; }

.cmenu i.icon-square, .cmenu i.icon-square-check {
  font-size: 14px;
  font-weight: bold; }

div.cmenu {
  display: flex; }

div.cmenu:hover .sTool {
  display: block; }

.cmenu.active p {
  color: #000 !important;
  font-weight: normal; }

.folder {
  font-weight: 500; }

.cmenu.active {
  border-bottom: 1px solid #fff; }

.chkgroup {
  color: #3fc6a0; }

#layerBases {
  display: flex;
  align-items: center; }
  #layerBases:hover {
    background-color: rgba(204, 204, 204, 0.2); }

#cboGoogle li {
  height: 33px;
  padding: 8px; }

#btTurnRoute {
  font-size: 21px;
  margin-top: 0;
  width: 37px;
  text-align: center;
  height: 39px;
  border-right: 1px solid #bbb;
  padding: 4px; }

#boxSearch {
  height: 38px;
  margin-top: 1px;
  border-radius: 0;
  display: flex; }

#boxSearch li i {
  color: red;
  padding: 2px 5px;
  font-size: 13px; }

#toolbar {
  position: absolute;
  height: 40px;
  max-width: 50%;
  top: 5px;
  right: 10px;
  z-index: 5;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px; }
  #toolbar > ul {
    display: flex; }
  #toolbar ul {
    margin-bottom: 0; }
    #toolbar ul li a {
      display: inline-block;
      padding: 10px 0;
      text-align: center; }
      #toolbar ul li a:hover {
        color: #7f8edd;
        cursor: pointer; }
  #toolbar #btNear {
    display: none; }
  #toolbar .liclick {
    display: none; }

.highlight.viewData, .sTool {
  margin-bottom: 3px;
  border-radius: 3px;
  margin-right: 2px;
  padding: 6px;
  right: 6px;
  cursor: pointer;
  color: #848484; }
  .highlight.viewData:hover, .sTool:hover {
    background: #d9def9;
    color: #7f8edd !important; }
  .highlight.viewData.active > i, .sTool.active > i {
    cursor: pointer; }

.close3D {
  display: none;
  position: absolute;
  z-index: 99999;
  font-weight: 600;
  background: #a82121;
  color: #fff;
  padding: 5px 10px;
  right: 20px;
  top: 76px;
  border-radius: 5px;
  cursor: pointer; }

#fr3D {
  display: none;
  position: absolute;
  top: 43px;
  width: 100vw;
  height: calc(100vh - 43px);
  z-index: 9999; }

#gridview th, #detailPanel th {
  position: sticky;
  top: 0;
  text-align: center;
  vertical-align: middle;
  padding: 7px;
  line-height: 18px;
  background: #fff;
  color: unset !important;
  box-shadow: inset 0 1px 0 #ccc, inset 0 -3px 0 #7f8edd;
  border-bottom: none; }

.haMarker {
  text-align: center;
  white-space: nowrap;
  align-items: baseline; }
  .haMarker i {
    padding: 5px 8px;
    margin-right: 5px;
    background: #be5bda;
    color: #fff;
    border-radius: 4px;
    font-size: 10px;
    cursor: pointer; }
  .haMarker .view3d {
    background: #7980ee;
    padding: 5px 8px;
    font-size: 0.7em;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer; }

#gridview tr td, #detailPanel tr td {
  vertical-align: middle;
  padding: 10px;
  color: #555;
  font-family: Arial; }
  #gridview tr td[col="geom"], #detailPanel tr td[col="geom"] {
    text-align: center; }
  #gridview tr td.number, #detailPanel tr td.number {
    text-align: end; }
  #gridview tr td.stt, #detailPanel tr td.stt {
    text-align: center; }

#gridview .ui-resizable-e, #detailPanel .ui-resizable-e {
  background: transparent; }

.ol-mouse-position {
  top: unset;
  bottom: 10px;
  right: 60px;
  /* width: 100%; */
  text-align: center;
  z-index: 1;
  font-weight: 600;
  opacity: 0.7; }

.ol-attribution {
  display: none; }

.ol-popup::after, .ol-popup::before {
  top: 100%;
  border: solid transparent;
  border-top-color: transparent;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.ol-popup::after {
  border-top-color: white;
  border-width: 10px;
  left: 46.7px;
  margin-left: -10px; }

.ol-zoom.ol-unselectable.ol-control {
  right: 10px;
  top: unset;
  bottom: 10px;
  left: unset !important;
  border-radius: 7px;
  overflow: hidden;
  outline: solid 1px #ccc;
  padding: 0 !important; }
  .ol-zoom.ol-unselectable.ol-control button {
    height: 40px;
    width: 40px;
    margin: 0;
    border-top: solid 1px #ccc;
    border-right: none;
    border-left: none;
    border-bottom: none;
    display: block;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: .4em;
    background-color: white;
    color: #848484;
    opacity: 0.8;
    cursor: pointer; }
    .ol-zoom.ol-unselectable.ol-control button:hover {
      opacity: 1;
      color: #444; }

.ol-overlay-container.ol-selectable {
  /*    top: -400px;*/ }

#popup-closer {
  color: #444;
  position: absolute;
  right: -2px;
  top: -4px;
  padding: 10px;
  z-index: 9;
  font-size: 19px; }

#popup-closer:hover {
  color: #333; }

#popup-closer::before:hover {
  color: #333; }

#popup-closer::before {
  color: #555; }

#popup {
  background: #fff;
  width: 300px;
  position: absolute;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: -400px;
  left: -50px; }
  #popup #popup-content {
    max-height: 360px;
    padding: 10px;
    position: relative; }
    #popup #popup-content .img-scale {
      width: 100%;
      height: auto; }
    #popup #popup-content p {
      line-height: 33px;
      margin-bottom: unset;
      min-height: 35px;
      border-bottom: 1px dashed #ccc; }
    #popup #popup-content #tab_bandosohoa {
      max-height: 350px;
      text-align: center; }
      #popup #popup-content #tab_bandosohoa img {
        max-width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: auto;
        max-height: 350px;
        text-align: center; }
  #popup .dmore {
    padding: 7px; }
  #popup .pGroup {
    font-weight: 500;
    font-size: 1.1em;
    color: #7f8edd;
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px;
    margin-top: 10px; }
  #popup li.nav-item .active {
    border-bottom: 5px solid #5EBAAD !important; }
  #popup li.nav-item a {
    border: none !important;
    padding: 10px 10px 10px 6px; }
  #popup .p-title {
    background: #7f8edd;
    padding: 6px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    border-radius: 0 0 5px 0;
    max-width: 85%;
    margin-left: 0;
    width: fit-content; }
  #popup p {
    line-height: 23px;
    margin-bottom: unset; }
  #popup .chartBox {
    height: 180px;
    width: 280px; }
  #popup .fright {
    float: right; }
  #popup .slabel {
    font-weight: 500; }
  #popup .svalue {
    font-weight: 400; }
  #popup .detail {
    cursor: pointer;
    font-style: italic;
    font-size: 0.9em;
    border-bottom: none !important;
    background: #eee;
    padding: 0px 10px;
    border-radius: 5px;
    margin-top: 5px;
    font-weight: 500; }
    #popup .detail:hover {
      color: #7f8edd; }

#detailPanel {
  display: none;
  position: absolute;
  z-index: 6;
  right: 0;
  top: 0;
  background: #fff;
  border-radius: 2px;
  width: 25vw;
  overflow: auto;
  box-shadow: 4px 8px 15px 4px #ccc;
  height: calc(100vh - 43px - 10px);
  padding: 0 15px; }
  #detailPanel .title {
    color: #7f8edd;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.1rem;
    padding: 5px;
    position: sticky;
    top: 0;
    z-index: 1;
    border-bottom: solid 1px;
    border-top: solid;
    margin: 10px 0;
    background: #fff; }
  #detailPanel .detailClose {
    float: right;
    cursor: pointer;
    padding: 7px 10px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #eee; }
    #detailPanel .detailClose:hover {
      opacity: 0.8; }
  #detailPanel .content {
    height: calc(100vh - 43px - 100px);
    padding: 0;
    position: relative; }
  #detailPanel p {
    line-height: 2rem;
    margin-bottom: unset;
    border-bottom: dashed 1px #ccc; }
  #detailPanel .slabel {
    font-weight: 500;
    color: #3f51b5; }

p.dmore {
  display: flex;
  justify-content: space-between; }
  p.dmore span {
    background: #d9def9;
    color: #7f8edd;
    padding: 3px 7px;
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
    margin: 5px 5px 0 0;
    font-style: italic;
    text-decoration: none !important;
    cursor: pointer; }
    p.dmore span:hover {
      background: #d9def9;
      color: green; }

#contextLayer {
  border-radius: 5px;
  background: rgba(94, 93, 93, 0.4);
  padding: 3px;
  position: absolute;
  z-index: 12 !important; }
  #contextLayer ul {
    margin: 0;
    padding: 5px;
    list-style: none;
    background: #fff;
    width: 190px; }
    #contextLayer ul li {
      position: relative;
      border-radius: 3px;
      height: 34px;
      line-height: 25px;
      cursor: pointer;
      padding: 5px; }
      #contextLayer ul li:hover {
        background-color: rgba(204, 204, 204, 0.2); }

#liOpacity {
  position: relative; }

#txtSearch, #txtSearchLayer {
  width: 100%;
  font-size: 0.75rem;
  border: none;
  padding-left: 8px;
  background: #f5f6f7;
  border-radius: 3px; }
  #txtSearch:focus-visible, #txtSearchLayer:focus-visible {
    outline: solid 1px #ddd; }

#loading {
  position: absolute;
  left: 60%;
  top: 74px;
  color: red;
  display: none; }

#rightpanel {
  height: calc(100vh - 43px);
  width: 100vw;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  position: relative;
  bottom: 0;
  overflow: hidden; }
  #rightpanel .TabTable {
    height: inherit; }
    #rightpanel .TabTable #tbOutputContent {
      z-index: 1000;
      height: inherit; }
  #rightpanel #ThongKe {
    z-index: 1000;
    position: relative;
    background-color: #fff; }

.tabs-line {
  display: flex;
  justify-content: flex-start;
  background: #fff; }

.far.fa-square, .far.fa-check-square {
  padding: 6px;
  font-size: 17px; }

.wrap {
  display: flex;
  line-height: 19px;
  padding: 15px;
  width: 88px;
  position: relative; }

.wrap svg {
  position: absolute;
  right: -10px;
  padding: 11px;
  height: 40px;
  width: 40px;
  top: 4px; }

#box-new ul {
  margin-top: -46px;
  margin-left: 20px;
  width: 226px; }

#modalSharing .modal-content {
  border-radius: 0;
  padding: 14px; }

#modalSharing tr {
  height: 50px; }

#modalSharing tr td:nth-child(1) {
  width: 70%; }

#modalSharing tr td:nth-child(2) {
  display: flex;
  justify-content: flex-end; }

#modalSharing table {
  border-bottom: 1px solid #ddd; }

#modalSharing h2 {
  margin: 0 auto;
  font-size: 20px;
  padding-bottom: 20px; }

.dSharing .editSharing {
  margin-right: 1px;
  padding: 5px 12px;
  background: no-repeat url(css/sprites.svg) center -267px;
  color: #ccc;
  opacity: 0.5; }

.dSharing .editSharing:hover {
  opacity: 1; }

.editSharing i {
  float: right; }

.dSharing button, .sCloseSharing, .btNormal {
  border: 1px solid #fff;
  padding: 3px 10px;
  margin-right: 5px; }

.btNormal.active, .btNormal:hover {
  border: 1px solid #3079ed;
  color: white;
  background: #4d90fe; }

.dSharing:hover button, .sCloseSharing:hover {
  border: 1px solid #ccc; }

.sCloseSharing i {
  padding: 2px;
  color: #bbb; }

#inviteSharing {
  display: flex; }

#boxSharing {
  padding: 15px;
  height: 120px;
  background: #f8f8f8; }

.cmenu-settingPopup svg {
  width: 14px;
  margin-top: 1px;
  margin-right: 11px; }

#contextMenu li:hover {
  background-color: #f9f9f9; }

#contextMenu {
  width: 235px;
  background: rgba(0, 0, 0, 0.3);
  padding: 4px; }

#cboTool ul {
  list-style: none;
  padding-left: 0;
  background: #fff;
  width: 190px; }

#tabLopBanDo {
  height: calc(100vh - 43px - 25px); }
  #tabLopBanDo #map-layers {
    padding: 10px 0; }
    #tabLopBanDo #map-layers .disabled i, #tabLopBanDo #map-layers .disabled span {
      color: #000000;
      opacity: .5;
      pointer-events: none; }

#cboTool .dropdown-toggle:after, #toolRight .dropdown-toggle:after {
  border: none !important; }

#searchNear {
  border: 1px solid #a9a9a9;
  text-shadow: 0 1px #eaf9fc;
  background-position: 0 -62px;
  background-color: #f5f5f5;
  padding: 9px;
  padding-right: 9px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  padding-right: 27px; }

#searchNear:hover {
  background-color: #f1f1f1; }

#contextMenu li {
  padding: 8px;
  cursor: pointer;
  display: flex;
  height: 35px;
  background: #fff;
  line-height: 20px; }

#contextMenu i {
  padding: 3px; }

#contextMenu span {
  padding-left: 25px;
  position: absolute; }

.sText {
  position: absolute;
  left: 30px; }

.cmenu-addlayers ul, .cmenu-newgroup ul {
  position: absolute;
  right: -211px;
  background: #fff;
  list-style: none;
  border: 1px solid #ddd;
  top: 41px;
  padding: 0;
  display: none;
  width: 210px;
  height: 168px; }

.sidepanel {
  height: 0;
  width: calc(100vw - 400px);
  position: absolute;
  z-index: 11;
  right: 0;
  background-color: #fff;
  transition: 0.3s;
  padding: 0 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
  .sidepanel a {
    padding: 4px 9px;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    display: block;
    transition: 0.3s;
    background: #b4b5b6cf; }
    .sidepanel a:hover {
      background: #2d72ca; }
  .sidepanel .closebtn {
    position: absolute;
    top: -5px;
    right: 10px;
    font-size: 28px;
    cursor: pointer; }

#myDataView {
  height: 400px;
  bottom: 0;
  display: none; }
  #myDataView .tab-content {
    height: 335px; }
  .exmyslide #myDataView {
    height: 100% !important; }
    .exmyslide #myDataView .tab-content {
      height: calc(100vh - 115px); }
  .fullscreen #myDataView {
    bottom: 0 !important;
    top: auto !important; }
    .fullscreen #myDataView .tab-content {
      height: calc(100vh - 115px); }

.dRoute {
  margin: 6px auto; }

#dOpacity, #dAnalyst {
  margin-left: 175px;
  background: rgba(94, 93, 93, 0.4);
  position: absolute;
  padding: 3px;
  width: auto;
  display: none; }

#dOpacity .slidecontainer {
  width: 350px; }

#dOpacity .slabel {
  width: 85px;
  font-weight: 600; }

#dOpacity .slider {
  width: 200px;
  font-weight: 600;
  margin-top: 17px; }

#dOpacity .svalue {
  padding-left: 7px;
  width: 30px;
  font-weight: 600; }

#liOpacity:hover #dOpacity, #liAnalyst:hover #dAnalyst {
  display: block; }

.mb-0 {
  background: #f9f9f9;
  text-decoration: none;
  margin: 2px auto;
  outline: none;
  min-height: 34px;
  line-height: 22px;
  padding: 5px;
  cursor: pointer; }

.accordion i {
  font-size: 16px;
  padding: 5px;
  color: red; }

#frmPhanTich {
  display: none; }

.opRadius {
  padding-top: 9px;
  padding-right: 7px; }

#tabPhanTich ul {
  padding-left: 0;
  width: 100%; }

#btCluster {
  border: 1px solid #ccc;
  margin: 7px auto;
  padding: 7px;
  border-radius: 4px; }

.dropdown-menu {
  overflow: auto; }

#hPhanTich {
  font-weight: bold;
  background: #f9f9f9;
  padding: 7px;
  color: red;
  margin: 0; }

#boxSearch li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 35px; }

#lbox {
  width: 100%; }

#lbox label {
  font-weight: normal;
  padding: 4px; }

#tabPhanTich li {
  list-style: none;
  line-height: 34px;
  padding-left: 20px;
  border-bottom: 1px dashed #ddd; }

.btn-link {
  color: #444; }

.ptitle {
  height: 35px;
  padding: 5px;
  position: absolute;
  top: 2px;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }
  .ptitle .gButton {
    display: flex;
    margin-right: 30px; }
    .ptitle .gButton .btnclick {
      color: green;
      display: inline-block;
      padding: 0 5px;
      border: 1px solid #f1f1f1;
      margin-right: 2px;
      border-radius: 4px; }

#phantrang {
  text-align: center;
  margin-top: 0;
  margin-right: 30px; }
  #phantrang .pagination {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0; }
    #phantrang .pagination .p-current {
      display: flex;
      flex-direction: row;
      width: 76px;
      padding: 0 5px;
      background: #fff;
      border-radius: 4px;
      border: 1px solid #ebebeb;
      height: 23px;
      align-items: center; }
      #phantrang .pagination .p-current .ip-current {
        height: 20px;
        font-weight: 700;
        border: none;
        text-align: right;
        width: 30px;
        font-size: 12px; }
        #phantrang .pagination .p-current .ip-current:focus-visible {
          outline: none; }
      #phantrang .pagination .p-current span {
        background: #fff;
        font-size: 12px;
        border: none;
        margin: 0;
        padding: 1px 0 0px 0;
        display: block; }
    #phantrang .pagination li a, #phantrang .pagination li span {
      color: #7f8edd;
      font-size: 11px;
      background-color: #FCFCFC;
      font-weight: bold;
      cursor: pointer;
      border-radius: 3px;
      border: 1px solid #ebebeb;
      padding: 5px 7px;
      padding-left: 7px;
      margin: 0 3px; }
    #phantrang .pagination > .active > a, #phantrang .pagination > .active a:focus, #phantrang .pagination > .active a:hover {
      background-color: #11998E;
      border-color: #11998E;
      color: #fff; }

.ulProcessing i {
  position: absolute;
  right: 5px;
  font-size: 7px;
  padding: 6px 6px;
  color: #7da15e;
  border: 1px solid;
  border-radius: 20px;
  top: 7px;
  cursor: pointer; }

.ulProcessing .fa-share-alt {
  right: 57px; }

.no-ready #modalLogin {
  display: block !important; }

body.no-ready {
  min-height: 100vh;
  color: #ADAFB6;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F9FBFF; }

.no-ready > div {
  display: none !important; }

.ulProcessing .fa-trash {
  right: 30px;
  font-size: 12px;
  padding: 3px 5px; }

.ulProcessing li {
  position: relative; }

/* Style the button that is used to open the sidepanel */
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none; }

.openbtn:hover {
  background-color: #444; }

.cmenu-addlayers:hover ul, .cmenu-newgroup:hover ul {
  display: block; }

div[unit="basemap"] p svg {
  margin-top: 4px;
  margin-right: 7px;
  margin-left: 5px; }

div[unit="basemap"] p svg:nth-child(2) {
  margin-top: 2px; }

#settingLayer label {
  padding: 8px 1px 4px 0;
  font-weight: bold; }

.sv-inline {
  display: inline-flex;
  border: 1px solid #ddd;
  margin: 0 auto !important;
  width: 100%; }

.sv-inline input {
  border-radius: 0px;
  border: none;
  box-shadow: none;
  padding-left: 5px; }

.sv-inline button {
  background: #fff;
  border: none;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  border-left: 1px solid #ddd;
  padding: 5px 11px;
  cursor: pointer;
  margin-left: -1px; }

li.liclick:hover {
  background-color: #f9f9f9;
  cursor: pointer; }

#modalSetting .map-items {
  display: none;
  width: 100%; }

#modalSetting[cmenu="cmenu-newgroup"] #newgroup {
  display: block; }

#modalSetting[cmenu="cmenu-rename"] #rename {
  display: block; }

#modalSetting[cmenu="cmenu-dataSource"] #dataSource {
  display: block; }

#modalSetting[cmenu="cmenu-remove"] #remove {
  display: block; }

#modalSetting[cmenu="mapsetting"] #mapsetting {
  display: block; }

#modalSetting[cmenu="cmenu-settingPopup"] #popupsetting {
  display: block;
  min-height: 380px; }

#modalSetting[cmenu="cmenu-settingFilter"] #filtersetting {
  display: block;
  min-height: 380px; }

#modalSetting[cmenu="cmenu-settingLayer"] #settingLayer {
  display: block; }

#modalSetting[cmenu="cmenu-remove"] .modal-dialog,
#modalSetting[cmenu="cmenu-rename"] .modal-dialog,
#modalSetting[cmenu="cmenu-newgroup"] .modal-dialog {
  width: 300px; }

#modalSetting[cmenu="cmenu-settingPopup"] .modal-dialog, #modalSetting[cmenu="cmenu-settingFilter"] .modal-dialog {
  width: 70%; }

#cboSuggestDataSource .dropdown-menu {
  width: 100%; }

#cboSuggestDataSource li {
  height: 39px;
  line-height: 30px;
  padding: 5px 0 5px 21px;
  font-size: 15px; }

#poptable, #filtertable {
  height: 330px;
  max-height: 330px;
  overflow-y: scroll;
  overflow-x: hidden; }

#poptable input, #filtertable input {
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0; }

#popMove, #filterMove {
  float: right; }

#popupsetting ul, #filtersetting ul {
  padding-left: 0;
  overflow: hidden scroll; }

#popupsetting ul {
  height: 326px; }

#filtersetting ul {
  margin-top: 12px;
  height: 365px; }

#ulFilterOut {
  height: 288px !important; }

#popupsetting li, #filtersetting li {
  list-style: none;
  height: 35px;
  line-height: 34px;
  border-bottom: 1px solid #ddd; }

.popbuttons {
  display: flex;
  justify-content: space-around;
  margin-top: 15px; }

.pop-items label {
  width: 100%;
  padding: 6px;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  margin-top: 9px; }

.popbuttons button {
  width: 30%;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 24px;
  height: 30px;
  line-height: 0px;
  margin-top: -10px; }

.UI-SUGGEST ul {
  width: 100%;
  max-height: 300px;
  overflow: hidden scroll; }

.UI-SUGGEST li {
  height: 39px !important;
  padding: 9px 17px;
  font-size: 15px;
  line-height: 22px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.popbuttons button.active {
  color: #000;
  background-color: lemonchiffon; }

#popupsetting li i, #filtersetting li i {
  float: right;
  padding: 7px; }

.lbthongtin {
  width: 40%;
  display: flex;
  line-height: 23px;
  height: 30px;
  padding: 5px; }

.selected {
  background-color: #f9f9f9; }

#poptable tbody i, #filtertable tbody i {
  display: none; }

.selected i {
  display: block !important; }

.modal-header {
  border: none; }

#modalSetting .modal-body {
  width: 100%;
  display: flex;
  border-top: 1px solid #ddd;
  padding: 5px; }

#settingLayer .UI-DROP button {
  background: none;
  border: none;
  width: 100%;
  height: 39px;
  padding: 0 0 0 9px;
  border: 1px solid #ddd;
  line-height: 34px;
  text-align: left; }

#settingLayer .UI-DROP i {
  float: right;
  padding: 10px 10px;
  border-left: 1px solid #ddd; }

#settingLayer .UI-DROP li i {
  float: unset; }

#settingLayer .UI-DROP {
  width: 100%;
  padding: 0; }

#settingLayer .UI-DROP ul {
  width: 100%; }

#mapsetting .col-sm-8, #mapsetting .col-sm-4, #mapsetting .col-sm-12 {
  padding: 2px 5px; }

#mapsetting label {
  font-weight: normal; }

#map {
  position: absolute;
  top: 0;
  cursor: default;
  z-index: 3;
  /*cursor: -webkit-grab;
    cursor: grab;*/ }

#zoneIsland {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  padding: 0;
  background: #fff;
  border-radius: 5px;
  display: flex;
  gap: 5px; }
  #zoneIsland img {
    width: 100px;
    height: 80px;
    z-index: 1000;
    transition: transform 0.5s ease-in-out; }
    #zoneIsland img:hover {
      transform: scale(2.5);
      transform-origin: bottom right;
      z-index: 9999; }

i.right {
  float: right;
  color: #666;
  padding: 3px;
  position: absolute;
  right: 7px; }

i.left {
  float: left;
  padding: 3px;
  margin-right: 8px; }

.slidecontainer {
  width: 100%;
  padding: 10px;
  background: #fff; }

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border-radius: 5px; }

.slider:hover {
  opacity: 1; }

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer; }

.slider::-moz-range-thumb {
  width: 10px;
  height: 10px;
  background: #FF901A;
  cursor: pointer;
  border: 2px solid #fff; }

#boxAccount {
  top: 0;
  position: fixed;
  right: 0; }

#myavatar {
  width: 50px;
  height: 50px;
  padding: 6px;
  margin: 0;
  border-radius: 50%; }

#myName:hover {
  text-decoration: underline; }

#myName {
  padding: 8px 0;
  font-size: 13px;
  margin: 10px;
  cursor: pointer; }

#myavatar:hover {
  border: 2px solid #4be34b; }

#spatialTool {
  border-bottom: 3px solid #ddd;
  display: flex;
  justify-content: center;
  padding: 10px 0; }
  #spatialTool #filterLine {
    background-position: -23px 7px; }
  #spatialTool #filterPolygon {
    background-position: 7px 7px; }
  #spatialTool #filterCircle {
    background-position: -49px 8px; }
  #spatialTool #filterBox {
    background-position: -104px 7px; }

#spatialTool button:hover {
  background-color: #f9f9f9;
  cursor: pointer; }

#spatialTool button {
  height: 33px;
  width: 33px;
  padding: 0;
  border: solid 1px #ddd;
  border-radius: 5px;
  margin-right: 5px;
  background-image: url("../../images/spatial.png");
  background-repeat: no-repeat; }

.filterTool {
  height: 34px;
  line-height: 23px;
  padding: 5px;
  border-bottom: 1px solid #ddd; }

/*#fieldTool {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}*/
.btFilter {
  text-align: center;
  position: absolute;
  bottom: 3vh;
  width: calc(100% - 20px); }

#btFilter {
  padding: 5px 10px;
  width: 100%;
  background: #7f8edd;
  bottom: 10px; }
  #btFilter i {
    margin-right: 5px; }

/*.fieldData {
    min-height: 20px;
    padding: 5px;
    line-height: 20px;*/
/*border-bottom: 1px dashed #bbb;*/
/*float: left;
    width: 100%;
    position: relative;
    display: flex;

    label {
        width: 100%;
    }

    input {
        text-align: right;
    }

    .ui-nhan {
        padding: 6px;
        position: absolute;
    }

    .dropdown-toggle {
        &:after {
            position: absolute;
            right: 16px;
            bottom: 19px;
            display: none;
        }
    }

    i {
        float: right;
        padding: 10px 0;
    }
}*/
#dsFilter {
  max-height: 424px;
  position: relative; }

#dsTable {
  height: calc(100vh - 327px);
  position: relative; }

.ddl-label {
  float: right;
  color: #000;
  padding: 0px 10px;
  border: 1px solid #ddd; }

.oNumber {
  list-style: none;
  float: right;
  position: absolute;
  padding: 5px; }

.oNumber li {
  float: left;
  margin: 0 1px;
  border: 1px solid #ccc;
  padding: 0 11px;
  height: 23px;
  line-height: 20px;
  border-radius: 4px;
  font-size: 12px; }

.text.operator {
  position: absolute;
  padding: 4px;
  color: #159515; }

.dnav {
  padding: 5px;
  display: flex; }

.ihelp {
  padding: 9px 9px 9px 0px; }

.ihelp::before {
  color: #555; }

.oNumber li.active {
  background: #faf3b8; }

.gvtDDL ul {
  /*width: 100%;*/ }

.skhoangcach {
  position: absolute;
  font-size: 12px;
  padding: 9px;
  right: 1px;
  color: #db689d; }

#navigation {
  position: relative; }

#pBtnRoute button {
  cursor: pointer;
  border-radius: 0;
  height: 34px;
  padding: 0 11px;
  margin-top: -9px; }

#pBtnRoute {
  background: -webkit-gradient(linear, 0% 0%, 0 90%, from(#fcfcfc), to(#ececec)) #f5f5f5;
  height: 34px;
  margin: 0;
  line-height: 33px;
  box-shadow: 3px 3px 4px -4px #333;
  border: 1px solid #ccc;
  border-radius: 22px; }

.snavname {
  padding: 7px;
  width: 66%; }

#measure {
  background: #fff none repeat scroll 0 0;
  border-radius: 4px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: none;
  height: 32px;
  position: absolute;
  right: 80px;
  top: 20px;
  width: 292px;
  z-index: 1000;
  font-size: 14px; }
  #measure label {
    background: #f2fafb;
    width: 100%;
    padding: 5px;
    font-weight: 700; }

#closeMeasure {
  position: absolute;
  right: 4px;
  top: 3px;
  color: #000;
  cursor: pointer; }

#mytip {
  display: none;
  position: fixed;
  overflow: hidden;
  background: #f1f57f;
  padding: 2px;
  border-radius: 3px;
  color: #49ab26;
  border: 1px solid #fff;
  font-size: 9px;
  box-shadow: 2px 2px 5px -3px #333; }

#sNbRows {
  float: right;
  padding-right: 47px;
  align-self: center; }

#sTBName {
  font-weight: bold;
  color: #fff;
  padding: 0; }

.kq-item {
  background: -webkit-gradient(linear, 0% 0%, 0 90%, from(#f9f9f9), to(#fff)) #f5f5f5;
  /*border-bottom: 1px solid #fff;
    border-top: 1px solid #ccc;*/
  margin-top: 1px;
  padding: 0 !important;
  border-bottom: none !important; }

.kq-item.thuadat:nth-of-type(odd) {
  background: #e4edeb; }

.kq-item.thuadat p {
  padding: 6px 0 6px 25px;
  margin: unset;
  border-bottom: 1px solid #ccc; }

.kq-icon {
  background: no-repeat url(../images/maps/from.png);
  padding: 5px 12px;
  background-size: contain; }

.kq-name {
  font-size: 17px;
  color: #444; }

.kq-diachi {
  font-size: 13px;
  color: #444; }

.kq-link {
  display: flex;
  justify-content: space-around;
  font-size: 11px;
  margin: 0; }

.kq-link span {
  background-image: url(../images/maps/redarrow.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 8px;
  cursor: pointer; }

#ul2Tabs {
  margin-bottom: 10px;
  border: none !important;
  justify-content: flex-start; }
  #ul2Tabs li a {
    background: #7f8edd;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 0 0 10px 10px;
    height: 30px;
    padding: 0 10px;
    color: #fff;
    min-width: 120px; }

#tkBar {
  height: 35px;
  padding: 2px;
  border-bottom: 1px solid #ddd;
  position: relative; }

#tkBar .UI-DROP {
  float: left;
  width: 200px;
  margin-left: 5px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 4px;
  position: relative; }

#tkBar .UI-DROP i {
  right: 0;
  position: absolute;
  padding: 3px 12px; }

#tkBar ul {
  max-height: 250px;
  overflow: hidden;
  width: 100%; }

#tkBar ul:hover {
  overflow-y: scroll; }

#btStatistic {
  padding: 6px 11px;
  margin-left: 5px;
  background: #fb6161;
  color: white;
  border-radius: 4px;
  height: 30px;
  font-size: 13px; }

/*RESPONSIVE*/
@media only screen and (max-width: 992px) {
  #sNbRows {
    padding: 0 !important; }
  #leftPanel.show {
    margin-left: 0; }
  .sidepanel {
    width: calc(100vw - 300px); } }

@media only screen and (max-width: 992px) {
  #toggleLeftMenu {
    z-index: 5;
    position: absolute;
    top: 0;
    padding: 0;
    line-height: 17px;
    border-left: 1px solid #ddd;
    background: #7f8edd;
    cursor: pointer;
    right: 0; }
    #toggleLeftMenu i {
      font-size: 24px;
      color: #fff;
      padding: 5px 10px; }
    #toggleLeftMenu:hover {
      background: #7f8edd;
      color: white;
      font-weight: bold; }
      #toggleLeftMenu:hover i {
        color: white; }
  #detailPanel {
    width: 50vw; } }

@media only screen and (max-width: 768px) {
  #ul2Tabs {
    margin-top: 40px; }
  #toggleLeftMenu {
    z-index: 999;
    position: absolute;
    top: 80px;
    padding: 0;
    line-height: 17px;
    background: blue;
    cursor: pointer;
    right: 0;
    width: 40px; }
    #toggleLeftMenu i {
      font-size: 24px;
      color: #fff;
      padding: 5px 10px;
      display: block !important; }
    #toggleLeftMenu:hover {
      background: #7f8edd;
      color: white;
      font-weight: bold; }
      #toggleLeftMenu:hover i {
        color: white; }
  .sidepanel {
    width: 100%; }
  .topToolMap {
    display: none; }
  .viewToolMap {
    display: block;
    position: absolute;
    z-index: 5;
    right: 5px;
    top: 5px;
    background: #ccc;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.1); }
    .viewToolMap i {
      color: #444;
      font-size: 1.2rem; }
  #datastores {
    left: 5px !important;
    top: 10px;
    z-index: 15;
    width: 95vw; }
  #toolRight {
    right: 5px; }
  .ol-zoom.ol-unselectable.ol-control {
    display: none; }
  #zoneIsland {
    right: 5px;
    bottom: 5px; }
  #detailPanel {
    width: 75vw; } }
