﻿@charset "UTF-8";
@import '../../fonts/roboto/font-roboto.css';
@import 'https://fonts.googleapis.com/css?family=Noto+Sans';
/******* 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é****/
@import url("../../fonts/roboto/font-roboto.css");
@font-face {
  font-family: "Manrope";
  src: url("../../fonts/Manrope/Manrope-VariableFont_wght.ttf") format("truetype");
}
ul, li {
  list-style: none;
}

body {
  color: #0a2540;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

.UI-DROP {
  position: relative;
}
.UI-DROP .ui-tieude::after {
  background: #fff;
  border-radius: 3px;
  position: absolute;
  right: 5px;
  content: "";
  height: 22px;
  width: 22px;
  top: 31px;
}
.UI-DROP label, .UI-DROP .ui-tieude {
  min-width: 80px;
  margin-bottom: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  max-width: 50%;
  width: max-content;
  color: #0f4871;
}
.UI-DROP label:after, .UI-DROP .ui-tieude:after {
  all: unset;
}
.UI-DROP::after {
  background: #ecf1f5;
  border-radius: 3px;
  position: absolute;
  right: 15px;
  content: "";
  height: 17px;
  width: 16px;
  z-index: 1;
  top: 14px;
}
.UI-DROP.flex-column::after {
  top: 28px;
}
.UI-DROP .UI-DDL {
  border-radius: 5px;
  box-shadow: 1px 2px 5px -2px #ddd inset;
  display: flex;
  height: 32px;
  align-items: center;
  border: 1px solid #ccc;
  padding: 5px 7px;
  position: relative;
}
.UI-DROP .UI-DDL::after {
  position: absolute;
  right: 12px;
  z-index: 2;
}
.UI-DROP .UI-DDL i {
  border-left: 1px solid #ddd;
  padding: 6px 11px;
  height: 31.99px;
}
.UI-DROP .dropdown-menu {
  left: 33%;
  max-height: 300px;
  overflow: auto;
}
.UI-DROP .dropdown-menu li {
  padding: 5px 12px;
  border-bottom: 1px dashed #ccc;
  cursor: pointer;
}
.UI-DROP .dropdown-menu li:hover {
  background: #ecf1f5;
}

body {
  background: none !important;
  font-family: Roboto;
}

#pagebody {
  display: inline-flex;
  padding: 0;
  background: #F5F8FE;
}
#pagebody .viewToolMap {
  display: none;
  position: absolute;
  z-index: 10;
}

.fullscreen #pagebody {
  top: 0;
}

#leftpanel.show {
  margin-left: 0;
  min-width: 300px;
}
#leftpanel .tab-content #dataPage {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 10;
  text-decoration: underline;
  font-size: 15px;
}
#leftpanel .ui-resizable-e {
  background-color: #ebebeb;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 5px;
  position: absolute;
  top: 0;
  height: 100%;
  right: -6px;
}
#leftpanel .ui-resizable-e #eResize {
  background: #bbb;
  height: 40px;
  margin-top: 71%;
}
#leftpanel .ui-resizable-e #eResize:hover {
  background-color: gold;
}
#leftpanel .ui-resizable-e:hover {
  background-color: #edf2d6;
  cursor: col-resize;
}
@media only screen and (max-width: 992px) {
  #leftpanel {
    width: 35%;
    height: auto;
    max-height: 100%;
    max-width: 80%;
  }
}

#rightpanel {
  height: calc(100vh - 88px);
  width: 100%;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  position: relative;
  bottom: 0;
  flex: 1;
}
#rightpanel .TabTable {
  height: inherit;
}
#rightpanel .TabTable #tbOutputContent {
  z-index: 9;
  height: inherit;
  padding-left: 0;
  padding-right: 0;
}
#rightpanel .TabTable #tbOutputContent #page-top, #rightpanel .TabTable #tbOutputContent #tools-filter {
  padding-left: 0;
  padding-right: 0;
}
#rightpanel #ThongKe {
  z-index: 1000;
  position: relative;
  background-color: #fff;
}

@media only screen and (max-width: 992px) {
  #pagebody {
    padding: 0;
  }
  #pagebody #leftpanel {
    position: absolute;
    width: 300px;
    z-index: 10;
    height: 100%;
    margin-left: -400px;
  }
  #pagebody #leftpanel .tbTongHop {
    overflow: auto;
  }
  #pagebody #rightpanel #KhaiThac #page-top .title {
    padding-left: 40px;
  }
}
#gName {
  color: #233876;
  font-size: 0.85rem;
  font-weight: 600;
}

#ppChart {
  height: calc(100vh - 200px);
  overflow: scroll;
}

li.nav-item .nav-link {
  text-transform: uppercase;
}
li.nav-item a {
  border: none !important;
  padding: 10px 10px 10px 6px;
}
li.nav-item a span {
  color: inherit;
  margin-right: 3px;
}

#tbOutputMenu #mapPage {
  position: absolute;
  right: 5px;
  top: 8px;
  z-index: 10;
  text-decoration: underline;
  font-size: 15px;
}

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

.modal-content {
  min-height: 96%;
}

#leftpanel {
  transition: margin-left 0.5s cubic-bezier(0.72, 0.03, 0.27, 1.03);
  position: relative;
}

#sidebarClose {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0.4);
  padding: 3px;
  cursor: pointer;
  display: none;
}
#sidebarClose #ic-sidebarClose {
  text-align: center;
  height: 35px;
  width: 35px;
  background: white;
}
#sidebarClose #ic-sidebarClose i {
  line-height: 35px;
  font-size: 20px;
  transition: transform 1s cubic-bezier(1, -0.29, 0.14, 0.96);
  color: gray;
}
@media only screen and (max-width: 992px) {
  #sidebarClose {
    display: block;
  }
}

#leftpanel {
  transition: margin-left 0.5s cubic-bezier(0.72, 0.03, 0.27, 1.03);
  position: relative;
}

#lstMoHinh {
  justify-content: center;
  display: flex;
  /* Ẩn scrollbar */
  /* Nút */
}
#lstMoHinh .filter-box {
  overflow: hidden;
  position: relative;
}
#lstMoHinh .tab-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  width: 900px;
}
#lstMoHinh .tabitems {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 8px 4px;
  flex: 1;
  overflow-x: auto;
  scroll-behavior: smooth;
}
#lstMoHinh .tabitems::-webkit-scrollbar {
  display: none;
}
#lstMoHinh .tabitems {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#lstMoHinh .mysuper {
  min-width: 140px;
  background: #fff;
  border-radius: 14px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
#lstMoHinh .mysuper.active {
  border: 2px solid #4f8cff;
  box-shadow: 0 4px 12px rgba(79, 140, 255, 0.35);
  transform: translateY(-4px);
}
#lstMoHinh .mysuper:hover {
  transform: translateY(-4px);
}
#lstMoHinh .mysuper img {
  width: 36px;
  margin-bottom: 6px;
}
#lstMoHinh .mysuper label {
  font-size: 13px;
  display: block;
}
#lstMoHinh .nav-arrow {
  background: #fff;
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  cursor: pointer;
}

.btnSearch i {
  margin-right: 5px;
}

#ppAnalyst {
  max-height: calc(100vh - 141px);
  overflow: auto;
  width: calc(100vw - 400px);
}
#ppAnalyst #aChart {
  height: 400px;
  width: 100%;
}

#leftpanel {
  min-width: 400px;
}

#detailPanel #collectionInfo .iCollect.active {
  color: #fff !important;
}

ol {
  margin-top: unset;
}
