﻿@charset "UTF-8";
/******* 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 {
  color: #0a2540;
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

/***** Left *******/
#pagebody {
  height: calc(100vh - 70px);
}

#tbOutView {
  display: inline-flex;
}

#leftpanel {
  background: #fff;
  z-index: 3;
  border-right: 6px solid rgba(204, 204, 204, 0.5294117647);
  transition: margin-left 0.5s cubic-bezier(0.72, 0.03, 0.27, 1.03);
  position: relative;
}
#leftpanel.show {
  margin-left: 0;
  min-width: 200px;
}
#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%;
  }
}

#detailPanel {
  display: inline-flex;
  height: calc(100vh - 70px);
  margin-top: 2px;
}
#detailPanel #collectionInfo {
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
#detailPanel #collectionInfo .iCollect {
  padding: 8px;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  color: #333;
}
#detailPanel #collectionInfo .iCollect.btnBack {
  background-color: #2cab00;
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
  /*  i {
      font-size: 30px;
  }*/
}
#detailPanel #collectionInfo .iCollect.btnBack:hover {
  background-color: #2cab00;
}
#detailPanel #collectionInfo .iCollect:hover {
  background-color: #2cab00;
}
#detailPanel #collectionInfo .iCollect:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
#detailPanel #collectionInfo .iCollect.active {
  background-color: #2cab00;
  font-weight: 600;
}
#detailPanel #detailInfo {
  height: calc(100vh - 70px);
  position: relative;
}
#detailPanel #detailInfo .hTitle {
  font-weight: 600;
  color: #333;
}
#detailPanel #detailInfo .table {
  color: #333;
}
#detailPanel #detailInfo .table .dchecklist {
  border: 1px solid #2cab00;
  padding: 3px 6px;
  margin-right: 3px;
  border-radius: 4px;
  float: left;
  margin-bottom: 2px;
}
#detailPanel #detailInfo td.slabel {
  white-space: nowrap;
  max-width: 250px;
}
#detailPanel #detailInfo .featureInfo {
  text-align: center;
  padding: 15px;
}
#detailPanel #detailInfo .featureInfo .title {
  font-size: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #2cab00;
}

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

#sidebarCollapse {
  z-index: 4;
  background: rgba(255, 255, 255, 0.4);
  padding: 3px;
  cursor: pointer;
}
#sidebarCollapse #ic-sidebarCollapse {
  text-align: center;
  height: 35px;
  width: 35px;
  background: white;
}
#sidebarCollapse #ic-sidebarCollapse i {
  transform: scaleX(1);
  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) {
  #sidebarCollapse #ic-sidebarCollapse i {
    transform: scaleX(-1);
  }
}

#listmenu {
  height: calc(100vh - 70px);
  position: relative;
  padding-top: 10px;
  padding-right: 10px;
  display: block;
}
#listmenu .mnuitems.mncap1 {
  padding-left: 20px;
}
#listmenu .mnuitems.mncap1 .mnuitems.mncap2 {
  padding-left: 20px;
}
#listmenu .mnuitems .group {
  font-weight: bold;
}
#listmenu .mnuitems a {
  display: inline-block;
  padding: 7px;
  margin: 0 5px;
  width: 100%;
  font-size: 15px;
  cursor: pointer;
  border-radius: 5px;
  color: #333;
}
#listmenu .mnuitems a i {
  color: #2cab00;
  margin-right: 4px;
}
#listmenu .mnuitems .leaf {
  border-radius: 0px;
  font-weight: 400;
  text-decoration: none;
  outline: none;
  min-height: 34px;
  line-height: 22px;
  text-transform: none;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  margin-left: 20px;
  border-left: dotted 1px #ccc;
}
#listmenu .mnuitems .leaf a {
  font-size: 15px;
  padding: 8px;
}
#listmenu .mnuitems .leaf a:hover {
  background-color: aliceblue;
}
#listmenu .mnuitems .leaf a.active {
  background: #fff;
  color: #2cab00;
  font-weight: bold;
}
#listmenu .mnuitems .leaf a.active i {
  color: #2cab00;
}
#listmenu .mnuitems .leaf a.disabled {
  color: #000000;
  opacity: 0.5;
  pointer-events: none;
}
#listmenu .mnuitems .leaf a.disabled i {
  color: #000000;
  opacity: 0.5;
}

/***** RIGHT CONTENT *******/
#rightpanel {
  height: calc(100vh - 70px);
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  position: relative;
  bottom: 0;
  flex: 1;
}
#rightpanel .TabTable {
  height: inherit;
}

#tbOutputContent {
  z-index: 9;
  height: inherit;
  padding: 5px;
}
#tbOutputContent #mapPage {
  position: absolute;
  right: 5px;
  top: 8px;
  z-index: 10;
  text-decoration: underline;
  font-size: 15px;
}

/** Top **/
#page-top {
  display: flex;
  border-bottom: 3px solid #2cab00;
  border-radius: 5px 5px 0 0;
  padding-left: 0;
  padding-right: 0;
}
#page-top .title {
  font-weight: bold;
  background-color: #fff;
  text-transform: uppercase;
  color: #2cab00;
  font-size: 20px;
  padding-top: 10px;
}
#page-top #cboToolsCMS {
  margin-left: auto;
  padding: 3px 0;
}
#page-top button {
  color: #2cab00;
  cursor: pointer;
  transition: 0.3s;
  background-color: #ecf1f5;
  font-size: 14px;
  border-radius: 5px;
  height: 35px;
  font-weight: 600;
  padding: 0 10px;
}
#page-top button i {
  margin-right: 3px;
}
#page-top button:hover {
  background-color: #2cab00;
  color: #fff;
}
#page-top button:focus {
  outline: none;
}

/** Filter **/
#tools-filter {
  flex-flow: wrap;
  background: #f4f5f6;
  margin: 3px 0;
  border-radius: 5px;
  padding: 7px;
}
#tools-filter .ftitems {
  display: inline-flex;
  position: relative;
  padding: 5px 0;
  align-self: center;
  margin: 0 5px;
  width: unset !important;
  float: unset !important;
  flex-direction: column;
}
#tools-filter .ftitems label {
  display: inline;
  padding-right: 10px;
  margin-right: 5px;
  min-width: 80px;
  margin-bottom: 0;
  font-weight: bold;
}
#tools-filter .ftitems .ui-tieude {
  display: inline;
  padding-right: 10px;
  margin-right: 5px;
  min-width: 80px;
  font-weight: bold;
}
#tools-filter .ftitems input.fts {
  width: 300px;
}
#tools-filter .ftitems .datepicker {
  padding-right: 20px;
}
#tools-filter .ftitems .fa-calendar {
  position: absolute;
  bottom: 17px;
  right: 7px;
}
#tools-filter .ftitems.button {
  flex-direction: row;
  width: 100% !important;
  justify-content: center !important;
  margin: 0;
  padding: 5px;
}
#tools-filter .ftitems.button i {
  position: relative;
  top: unset;
  right: unset;
  margin-right: 3px;
}
#tools-filter .ftitems button {
  padding: 0 10px;
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#tools-filter .ftitems .btnSearch {
  color: #ffffff;
  background-color: #2cab00;
}
#tools-filter .ftitems .btnSearch:hover {
  opacity: 0.8;
}
#tools-filter .ftitems .clearFilter {
  color: #ffffff;
  background-color: #878787;
}
#tools-filter .ftitems .clearFilter:hover {
  opacity: 0.8;
}
#tools-filter .UI-DROP .ui-tieude::after {
  background: #ecf1f5;
  border-radius: 3px;
  position: absolute;
  right: 5px;
  content: "";
  height: 22px;
  width: 22px;
  top: 31px;
}
#tools-filter .UI-DROP .UI-DDL {
  border-radius: 4px;
  box-shadow: 1px 2px 5px -2px #ddd inset;
  display: flex;
  height: 32px;
  align-items: center;
}
#tools-filter .UI-DROP .UI-DDL::after {
  position: absolute;
  right: 12px;
}
#tools-filter .UI-DROP .UI-DDL i {
  border-left: 1px solid #ddd;
  padding: 6px 11px;
  height: 31.99px;
}
#tools-filter .UI-DROP .dropdown-menu {
  left: 33%;
}
#tools-filter .form-control {
  font-size: 13px;
  height: 32px;
  padding: 0px 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-weight: 400;
}
#tools-filter .form-control:active, #tools-filter .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #66D37E;
}

/** Result **/
.result {
  display: flex;
  justify-content: flex-start;
  padding: 10px 0;
  font-size: 14px;
}
.result #textResult {
  font-weight: bold;
}
.result #boxResult {
  background: #ecf1f5;
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 5px;
}
.result #boxResult .btn, .result #boxResult button {
  color: #fff;
  transition: 0.5s;
  margin-left: 5px;
  cursor: pointer;
  border-radius: 7px;
  background: none;
}
.result #boxResult .btn:hover, .result #boxResult button:hover {
  color: #2cab00;
  border: solid 1px #2cab00;
}
.result .optView {
  display: flex;
  margin-left: 7px;
}
.result .optView button {
  padding: 0 10px;
  background-color: #ecf1f5;
  color: #333;
  margin-right: 5px;
  border-radius: 4px;
  cursor: pointer;
}
.result .optView button.active {
  background-color: #2cab00;
  color: #fff;
}
.result #bt_exp {
  background: #ecf1f5;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 10px;
}
.result #bt_exp:hover {
  background: #2cab00;
  color: #fff;
}
.result #phantrang-table {
  margin-left: auto;
}
.result .left {
  font-weight: bold;
}

#pOutput.noChart .nav-tabs {
  display: none;
}
#pOutput .nav-tabs {
  width: 100%;
  padding-top: 10px;
}
#pOutput .nav-tabs .nav-link {
  padding: 5px 15px;
}
#pOutput .nav-tabs .nav-link.active {
  color: #2cab00;
  font-weight: 600;
  border-bottom: 5px solid #2cab00;
}
#pOutput #pChart {
  position: relative;
  padding: 10px;
  /*
  .view {
      width: 100%;
  }*/
}
#pOutput #pChart .view {
  margin-bottom: 20px;
}
#pOutput #pChart .btn-xs {
  display: none;
}

/******* TABLE *******/
#dView {
  position: relative;
  padding: 0;
  border: none;
  height: 457px;
  width: 100%;
  overflow: auto;
  margin-bottom: 50px;
}
#dView .slabel {
  font-weight: 500;
  color: #2cab00;
}
#dView .svalue {
  color: #000;
}
#dView .dchecklist {
  border: 1px solid #2cab00;
  padding: 3px 6px;
  margin-right: 3px;
  border-radius: 4px;
  float: left;
  margin-bottom: 2px;
}
#dView .table {
  color: #333;
}
#dView .lstViewitem th.btnclick {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  padding: 5px;
  color: #0063BF;
}
#dView .lstViewitem th.btnclick span {
  padding: 3px;
}
#dView .lstViewitem th.btnclick ._ext_ {
  background-color: #2cab00;
  padding: 5px 13px !important;
  color: #fff;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 14px;
  font-size: 0.8em;
}
#dView .lstViewitem th.btnclick ._ext_ i {
  color: #fff;
  font-size: 1em;
}
#dView .lstViewitem th.btnclick .lstView_detail {
  background-color: #2cab00;
  padding: 5px 13px;
  color: #fff;
  margin-left: auto;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 14px;
  font-size: 0.8em;
}
#dView .lstViewitem td {
  border-left: 2px solid #dee2e6;
}
#dView .lstViewitem td div {
  float: left;
  padding-left: 7px;
}
#dView table#tbView {
  border-collapse: unset;
  min-width: 500px;
  color: #333;
  border-collapse: collapse;
  font-size: 14px;
}
#dView table#tbView thead {
  position: relative;
  border-color: #ddd;
  border-radius: 8px;
}
#dView table#tbView thead th {
  position: sticky;
  top: -1px;
  padding: 8px 18px 8px 10px;
  Vertical-align: middle;
  font-weight: 600;
  background-color: #2cab00;
  color: #fff;
  border-bottom: 1px !important;
  text-align: center;
}
#dView table#tbView thead th:first-child {
  border-radius: 4px 0 0 0;
}
#dView table#tbView thead th:last-child {
  border-radius: 0 4px 0 0;
}
#dView table#tbView thead .order {
  position: absolute;
  right: 4px;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
#dView table#tbView thead .order i {
  color: #dce9ff;
  cursor: pointer;
  height: 8px;
}
#dView table#tbView thead .order i:not(.active) {
  opacity: 0.4;
}
#dView table#tbView thead .order i:focus {
  outline: none;
}
#dView table#tbView thead .order:hover i {
  color: #f3f3f3;
}
#dView table#tbView thead i {
  color: #dce9ff;
  cursor: pointer;
  height: 8px;
}
#dView table#tbView thead i:focus {
  outline: none;
}
#dView table#tbView thead:hover i {
  color: #f3f3f3;
}
#dView table#tbView tbody tr:hover td {
  background-color: #FFFDDE;
  cursor: pointer;
}
#dView table#tbView tbody td:first-child, #dView table#tbView tbody td:last-child {
  text-align: center;
}
#dView table#tbView tbody td:last-child .fa {
  cursor: pointer;
}
#dView table#tbView tbody td:last-child .fa:hover {
  opacity: 0.8;
}
#dView table#tbView tbody ._ext_ {
  text-align: center;
  width: 100%;
  display: inline-block;
}
#dView table#tbView tbody .lblext {
  display: none;
}
#dView table#tbView td {
  padding: 10px 12px;
  line-height: 1.5;
  border: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  white-space: inherit;
}
#dView table#tbView td i {
  cursor: pointer;
}
#dView table#tbView td i:hover {
  opacity: 0.8;
}
#dView .table-responsive > .table-bordered {
  border: 1px solid #dee2e6;
  color: #333;
}
#dView .lstViewitem:hover {
  background-color: #E8F2FF;
  color: #333;
  border-left-color: #0063BF;
  border-left-width: 2px;
}
#dView .lstViewitem:hover .thead-light th {
  background-color: #E8F2FF;
}
#dView .lstViewitem:hover tbody tr:nth-of-type(2n+1) {
  background-color: #E8F2FF !important;
}
#dView .lstViewitem:hover thead, #dView .lstViewitem:hover tbody {
  border-left-color: #0063BF;
  border-left-width: 2px;
}

._ext_ i, i.detail {
  font-size: 18px;
  color: #2cab00;
}

.UI-SUGGEST li {
  padding: 6px 12px;
  font-size: 14px;
  border-bottom: 1px solid rgba(185, 185, 185, 0.4);
}
.UI-SUGGEST li:hover {
  font-weight: 500;
  background-color: #f9f9f9;
}

.UI-SUGGEST ul {
  min-width: 100%;
  max-height: 300px;
  overflow: hidden scroll;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 3px;
}

/**** Modal ****/
.modal-header {
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border-bottom: 3px solid #2cab00 !important;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.modal-header h4 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.modal-header .close {
  margin: unset;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 30px;
  padding: 10px 15px;
}

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

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

/*.modal-dialog {
    width: 86% !important;
    height: 95% !important;
}*/
#modalCommon .modal-dialog {
  top: 30px;
  width: 86% !important;
  height: 95% !important;
}

#modalDetail ul {
  list-style: none;
  position: relative;
  padding: 10px;
  display: grid;
  grid-template-columns: 50% 50%;
}
#modalDetail ul li {
  padding: 5px 10px;
  border-bottom: dotted 1px #ddd;
  margin-top: 3px;
}
#modalDetail ul li.liCollection {
  grid-column: 1/3;
  background: #eee;
  border-radius: 8px;
}
#modalDetail ul li.liCollection label i {
  display: inline-block;
  background: #ccc;
  padding: 3px;
  border-radius: 3px;
  margin-left: 10px;
}
#modalDetail ul li.liCollection label i:hover {
  background: #2cab00;
}
#modalDetail ul li table.collection {
  display: none;
}
#modalDetail ul li table.collection.open {
  display: block;
  overflow: auto;
  max-height: 400px;
  border-radius: 5px;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 5px;
}
#modalDetail ul li table.collection thead th {
  position: sticky;
  border-bottom: solid #ccc;
}
#modalDetail ul li table.collection tr {
  background: #fff;
}
#modalDetail ul li label {
  min-width: 20%;
  font-weight: bold;
}

#fChiTiet .modal-dialog {
  width: 80%;
  height: 85%;
}

#fChiTiet .modal-body {
  position: relative;
}

#lstChiTiet {
  list-style: none;
}

#lstChiTiet li {
  padding: 5px !important;
}

#rightpanel thead {
  background-color: #e4f3e4;
}

/****** PHAN TRANG ******/
#phantrang-table .pagination, .phantrang .pagination {
  padding: 5px 0;
  margin: auto !important;
}
#phantrang-table .pagination > li > a, #phantrang-table .pagination > li > span, .phantrang .pagination > li > a, .phantrang .pagination > li > span {
  padding: 5px 10px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid #ccc;
  margin: 0 2px;
  border-radius: 4px;
}
#phantrang-table .pagination > .active > a, #phantrang-table .pagination > .active > a:focus, #phantrang-table .pagination > .active > a:hover, #phantrang-table .pagination > .active > span, #phantrang-table .pagination > .active > span:focus, #phantrang-table .pagination > .active > span:hover, .phantrang .pagination > .active > a, .phantrang .pagination > .active > a:focus, .phantrang .pagination > .active > a:hover, .phantrang .pagination > .active > span, .phantrang .pagination > .active > span:focus, .phantrang .pagination > .active > span:hover {
  background-color: #2cab00;
  border-color: #2cab00;
  color: #fff;
}

/**** RESPONSIVE ****/
@media only screen and (max-width: 1200px) {
  #modalDetail ul {
    column-count: 2;
  }
  #dView .lstViewitem th.btnclick {
    display: block;
  }
  #tools-filter {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  /* #tbOutputContent{
      z-index:unset !important;
  }
  #sidebarCollapse {
      z-index: 11 !important;
  }*/
  #leftpanel {
    margin-top: 50px !important;
  }
  #dView .lstViewitem th.btnclick {
    display: block;
  }
  #tools-filter {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    margin: 15px auto;
  }
  #content {
    margin: 0 !important;
    width: 100% !important;
  }
  #modalDetail ul {
    column-count: 1;
  }
  #tools-filter .ftitems.button {
    display: flex;
    justify-content: center !important;
  }
  [class*=col-] {
    width: 100%;
    margin-left: 0;
  }
  #dView .lstViewitem th.btnclick {
    display: block;
  }
  .result {
    display: block;
  }
  .result .optView {
    float: right;
  }
  .result #phantrang-table {
    float: right;
    margin: 5px 0px;
  }
  #dView .lstViewitem th.btnclick ._ext_ {
    margin-right: 0px;
    padding: 5px 5px !important;
  }
  #dView .lstViewitem th.btnclick .lstView_detail {
    padding: 5px 5px;
  }
  #tools-filter {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  #pagebody #leftpanel {
    position: absolute;
    width: 300px;
    z-index: 10;
    height: 100%;
    margin-left: -400px;
  }
}
.table-striped tbody tr:nth-of-type(2n+1) {
  background: #f5f6f7 !important;
}
.table-striped tbody tr:nth-of-type(2n+1) .dchecklist {
  border: 1px solid #fff;
}
