﻿@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 rgba(0, 0, 0, 0);
  }
}
@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é****/
@font-face {
  font-family: "manrope";
  src: url("../../fonts/manrope/manrope-variablefont_wght.ttf") format("truetype");
}
ul, li {
  list-style: none;
}

body {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

/*$secondary-color: #cf0921;
$primary-color: #014eff;
$text-active: #FCE731;*/
header {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: unset;
}
header .container-extra {
  width: 1312px;
}

#legend {
  width: 200px;
  left: 432px;
  top: 400px;
}

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

#myDataView {
  height: 400px;
  bottom: 10px;
  display: none;
  border-radius: 15px;
  border-top-left-radius: 0;
}

#ul2Tabs li a.active {
  padding: 0 10px;
}

#treefolder .RootLayers[layerid=moks_a] {
  display: none !important;
}

#btFilter {
  position: relative !important;
  left: 110px !important;
  bottom: 30px !important;
  padding: 0 !important;
  width: 118px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  display: flex;
  justify-content: center;
}

#popup-content h4.title {
  font-weight: 600;
  font-size: 16px;
  color: #1e6b02;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
#popup-content .license-list .license-item {
  margin-bottom: 16px;
}
#popup-content .license-list .license-item .license-id {
  display: block;
  font-weight: bold;
  color: #fff;
  margin-bottom: 3px;
  padding: 6px 12px;
  background-color: #1A52CD;
  text-align: center;
}
#popup-content .license-list .license-item button {
  border: none;
  background-color: #657FAD;
  padding: 0px 12px;
  color: #fff;
  cursor: pointer;
  border-radius: 14px;
  font-size: 0.8em;
  line-height: 25px;
}
#popup-content .license-list .license-item .status {
  padding: 4px 12px;
  border-radius: 14px;
  font-size: 0.8em;
  font-weight: 600;
  color: #fff;
}
#popup-content .license-list .license-item .status.doidao {
  background-color: #14C60E;
}
#popup-content .license-list .license-item .status.trungbinh {
  background-color: #FFF100;
}
#popup-content .license-list .license-item .status.saphet {
  background-color: #F7630D;
}
#popup-content .license-list .license-item .status.het {
  background-color: #E91224;
}

#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;
}

@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: #333;
    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;
  }
}
