﻿@charset "UTF-8";
@keyframes shrink {
  0% {
    background-size: 100%; }
  100% {
    background-size: 130%; } }

@keyframes shrink2 {
  0% {
    background-size: 95%; }
  100% {
    background-size: 100%; } }

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

@keyframes opacitymoveup {
  from {
    transform: translateY(50px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes opacitymovedown {
  from {
    transform: translateY(-50px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

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

@keyframes translateYmoveup {
  from {
    transform: translateY(30px); }
  to {
    transform: translateY(0); } }

@keyframes translateYmovedown {
  from {
    transform: translateY(-30px); }
  to {
    transform: translateY(0); } }

@keyframes translateLoad {
  0% {
    left: 0%;
    right: 100%;
    width: 0%; }
  10% {
    left: 0%;
    right: 75%;
    width: 25%; }
  90% {
    right: 0%;
    left: 75%;
    width: 25%; }
  100% {
    left: 100%;
    right: 0%;
    width: 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); } }

/******* 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é****/
/*$secondary-color: #cf0921;
$primary-color: #014eff;
$text-active: #FCE731;*/
#scrollTop {
  display: none; }

#leftpanel.full {
  width: 100%;
  z-index: 99; }

#leftpanel .sLayers {
  height: 100%; }
  #leftpanel .sLayers .tab-content {
    height: calc(100% - 40px); }

#tabTongHop .box-dashboard {
  margin: 10px;
  background: #fff;
  height: calc(100vh - 123px);
  border: 1px solid #f1f1f1; }
  #tabTongHop .box-dashboard .box-filter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 7px; }
    #tabTongHop .box-dashboard .box-filter .btn {
      font-size: 0.8em;
      padding: 3px 5px;
      line-height: 1;
      height: 30px; }
  #tabTongHop .box-dashboard .box-content {
    height: 100%;
    position: relative; }
    #tabTongHop .box-dashboard .box-content .chart {
      height: 300px;
      border: 1px solid #f1f1f1; }

#tbSolieu p {
  border-bottom: 1px dashed #ccc;
  padding: 5px; }

#tbSolieu .content {
  padding: 10px; }
  #tbSolieu .content p {
    line-height: 28px; }
  #tbSolieu .content .slabel {
    font-weight: 600; }

#tabKiemTra {
  height: 100%;
  flex-direction: column; }
  #tabKiemTra.active {
    display: flex; }
  #tabKiemTra #resultSearchPoint {
    display: none; }
  #tabKiemTra .UI-DROP {
    width: 100%;
    display: flex; }
    #tabKiemTra .UI-DROP .ui-tieude {
      padding: 5px;
      font-weight: 600; }
    #tabKiemTra .UI-DROP .UI-DDL {
      position: relative;
      border: 1px solid #ccc;
      width: 100%;
      padding: 7px;
      border-radius: 4px;
      display: flex; }
      #tabKiemTra .UI-DROP .UI-DDL .ui-nhan {
        width: 100%;
        display: inline-block; }
    #tabKiemTra .UI-DROP .dropdown-menu {
      line-height: 28px; }
      #tabKiemTra .UI-DROP .dropdown-menu li {
        padding: 5px 10px; }
        #tabKiemTra .UI-DROP .dropdown-menu li:not(:last-child) {
          border-bottom: 1px dashed #ccc; }
  #tabKiemTra .flex-row {
    gap: 10px; }
    #tabKiemTra .flex-row textarea {
      width: 100%;
      border-radius: 5px;
      border: solid 2px #ccc;
      padding: 10px;
      background: #eee; }
  #tabKiemTra #opPoint .opProject {
    justify-content: space-between;
    gap: 20px;
    padding: 0 18px; }
  #tabKiemTra #opPoint .exPoint {
    color: red;
    font-style: italic; }
    #tabKiemTra #opPoint .exPoint span {
      display: none; }
      #tabKiemTra #opPoint .exPoint span.active {
        display: block; }
  #tabKiemTra .searchType {
    display: none; }
    #tabKiemTra .searchType.active {
      display: block; }
  #tabKiemTra .btnAccess {
    margin: 10px; }
    #tabKiemTra .btnAccess button {
      width: 100%; }
  #tabKiemTra .resultKiemTra {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #ccc;
    position: relative;
    height: 100%;
    overflow-y: scroll; }
    #tabKiemTra .resultKiemTra .clip-text {
      display: inline-block;
      white-space: nowrap;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: calc(100% - 80px);
      margin: 0 3px;
      padding: 0 3px;
      vertical-align: bottom;
      background: aliceblue;
      border-radius: 3px; }
    #tabKiemTra .resultKiemTra .layername {
      font-style: italic;
      font-weight: 600; }
    #tabKiemTra .resultKiemTra .objname {
      color: green;
      font-weight: 600; }
    #tabKiemTra .resultKiemTra .obj-item {
      display: flex;
      gap: 10px; }
    #tabKiemTra .resultKiemTra .goMap {
      color: green;
      cursor: pointer;
      margin-left: auto;
      font-size: 16px;
      padding: 5px; }
    #tabKiemTra .resultKiemTra .lstObject {
      padding: 0; }
      #tabKiemTra .resultKiemTra .lstObject > li {
        padding: 10px;
        margin-top: 10px;
        border-radius: 5px;
        border: solid 1px #ccc; }
      #tabKiemTra .resultKiemTra .lstObject ul {
        font-size: 0.9em;
        padding-left: 0px; }
        #tabKiemTra .resultKiemTra .lstObject ul li {
          border-bottom: 1px dashed #ccc;
          padding-top: 5px; }

@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: 768px) {
  #ul2Tabs {
    margin-top: 40px; }
  #toggleLeftMenu {
    display: block; }
  .sidepanel {
    width: 100%; }
  .topToolMap {
    display: none; }
  .viewToolMap {
    display: block;
    position: absolute;
    z-index: 10;
    right: 19px;
    top: 77px;
    background: #3b672d;
    width: 30px;
    height: 30px;
    border-radius: 50%; }
    .viewToolMap i {
      color: #2c3542;
      font-size: 16px;
      padding: 7px;
      cursor: pointer; }
  #datastores {
    left: 5px !important;
    top: 10px;
    z-index: 10;
    width: 95vw; }
  #toolRight {
    right: 5px; }
  .ol-zoom.ol-unselectable.ol-control {
    top: 10px !important;
    bottom: unset !important;
    right: 5px !important; }
  #zoneIsland {
    right: 5px;
    bottom: 5px; } }
