﻿@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é****/
@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;
}

/***** Variables *******/
.navbar-nav {
  overflow: scroll;
  display: initial;
}

body #loading {
  position: absolute;
  left: 54%;
  top: 30%;
  color: #fff;
  display: none;
  background-color: #5091df;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 1.2em;
  box-shadow: -1px 2px 14px 0px #ccc;
}
body.loading #loading {
  display: block;
}
body.loading #rightpanel {
  display: none;
}

#pagebody {
  display: inline-flex;
  height: calc(100vh - 70px - 1px);
  width: 100%;
  flex-direction: column;
}

#breadCrumb {
  flex: unset !important;
}
#breadCrumb.noCollection {
  width: 80%;
  margin-left: 10%;
}

#tbOutView {
  display: inline-flex;
  width: 100%;
}

#leftpanel {
  height: calc(100vh - 70px - 16px);
  transition: margin-left ease-in-out 0.5s;
  overflow: hidden;
  margin: 10px 10px 5px;
  min-width: 200px;
  width: 20vw;
  border-radius: 5px;
  border: 1px solid #e9ecef;
  background-color: #eef3ff;
}
#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%;
  }
}
#leftpanel .sidebar-header {
  padding: 15px 0 5px;
  border-bottom: 1px solid #e9ecef;
  margin: 0 10px;
}
#leftpanel .sidebar-header p {
  font-size: 15px;
  font-weight: 600;
  color: #036bd6;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin: 0;
}
#leftpanel #listmenu {
  height: calc(100vh - 70px - 30px);
  position: relative;
  padding: 10px;
}
#leftpanel #listmenu .mnuitems div.collapse {
  margin-left: 0;
  border-left: solid 1px transparent;
  border-radius: 0 0 0 0.375rem;
  transition: display ease-in-out 0.2s;
  /*&.show {*/
  /*  display: block;*/
  /*margin-left: 0;
      padding-left:5px;
      border-left: solid 1px $color-border;
      .nav {
          display:unset;
      }
  }*/
}
#leftpanel #listmenu .mnuitems div.collapse .nav {
  display: unset;
}
#leftpanel #listmenu .mnuitems.mncap0 {
  padding: 5px 0;
}
#leftpanel #listmenu .mnuitems.mncap0 > div.collapse {
  border-bottom: 1px solid #e9ecef;
}
#leftpanel #listmenu .mnuitems.mncap0 > a.group {
  font-weight: 600;
  /*   text-transform: uppercase;*/
  display: flex;
  align-items: baseline;
  gap: 7px;
  font-size: 15px;
  color: #036bd6;
  margin-bottom: 5px;
}
#leftpanel #listmenu .mnuitems.mncap0 > a.group span {
  border-radius: 0.375rem;
  background: #e9ecef;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-left: -2px;
}
#leftpanel #listmenu .mnuitems.mncap1 {
  padding-left: 20px;
  margin-left: -10px;
}
#leftpanel #listmenu .mnuitems.mncap1.leaf {
  margin-left: unset;
}
#leftpanel #listmenu .mnuitems .mncap2 {
  padding-left: 20px;
}
#leftpanel #listmenu .mnuitems a.group {
  font-weight: 600;
  display: flex;
  align-items: baseline;
  gap: 7px;
  font-size: 15px;
  color: #036bd6;
  margin-bottom: 5px;
}
#leftpanel #listmenu .mnuitems > a.group {
  font-weight: 600;
  display: flex;
  align-items: baseline;
  gap: 7px;
  font-size: 15px;
  color: #036bd6;
  margin-bottom: 5px;
}
#leftpanel #listmenu .mnuitems > a.group span {
  align-items: center;
  justify-content: center;
  margin-left: -2px;
  width: 24px;
  height: 24px;
  transition: display ease-in-out 0.2s;
}
#leftpanel #listmenu .mnuitems > a.group span._open, #leftpanel #listmenu .mnuitems > a.group span._close {
  display: none;
}
#leftpanel #listmenu .mnuitems > a.group span._open i, #leftpanel #listmenu .mnuitems > a.group span._close i {
  font-size: 0.8em;
}
#leftpanel #listmenu .mnuitems > a.group span._open.show, #leftpanel #listmenu .mnuitems > a.group span._close.show {
  display: flex;
}
#leftpanel #listmenu .mnuitems > a.group:hover {
  opacity: 0.8;
}
#leftpanel #listmenu .mnuitems a {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  color: #333;
}
#leftpanel #listmenu .mnuitems a svg {
  width: 18px;
  text-align: center;
  font-size: 14px;
  color: #6b7a90;
  flex-shrink: 0;
  margin-right: 4px;
}
#leftpanel #listmenu .mnuitems .leaf {
  margin-left: 0;
  border-left: solid 1px #e9ecef;
  padding: 1px 3px;
}
#leftpanel #listmenu .mnuitems .leaf a {
  font-size: 0.9rem;
  padding: 5px;
  transition: all 0.2s ease;
  border-radius: 0.375rem;
  display: flex;
  align-items: baseline;
  position: relative;
}
#leftpanel #listmenu .mnuitems .leaf a i {
  width: 20px;
  flex: none;
}
#leftpanel #listmenu .mnuitems .leaf a:hover {
  background: #e8f0fb;
  color: #036bd6;
}
#leftpanel #listmenu .mnuitems .leaf a:hover svg {
  color: inherit;
}
#leftpanel #listmenu .mnuitems .leaf a.active {
  background: #e8f0fb;
  border-left-color: #e8f0fb;
  color: #036bd6;
}
#leftpanel #listmenu .mnuitems .leaf a.active i {
  color: #6591D3;
}
#leftpanel #listmenu .mnuitems .leaf a.active:after {
  content: "";
  height: 50%;
  width: 3px;
  border-radius: 0 2px 2px 0;
  background: #036bd6;
  position: absolute;
  left: 0;
  top: 25%;
  transition: display ease 0.2s;
}
#leftpanel #listmenu .mnuitems .leaf a.disabled {
  color: #000000;
  opacity: 0.5;
  pointer-events: none;
}
#leftpanel #listmenu .mnuitems .leaf a.disabled i {
  color: #000000;
  opacity: 0.5;
}

#rightpanel {
  height: calc(100vh - 70px - 26px);
  margin: 10px 0px 5px;
  padding-left: 15px;
  padding-right: 10px;
  position: relative;
  flex: 1;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

#tbOutputContent #mapPage {
  position: absolute;
  right: 5px;
  top: 8px;
  z-index: 10;
  text-decoration: underline;
  font-size: 15px;
}
#tbOutputContent #sidebarCollapse {
  margin-right: 5px;
}
#tbOutputContent #sidebarCollapse i {
  transform: scaleX(1);
  line-height: 28px;
  transition: transform 1s cubic-bezier(1, -0.29, 0.14, 0.96);
  color: #036bd6;
  font-size: 1rem;
}
#tbOutputContent #page-top {
  display: flex;
  border-bottom: 1px solid #e9ecef;
  border-radius: 5px 5px 0 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 7px;
  align-items: center;
}
#tbOutputContent #page-top .title {
  font-weight: bold;
  text-transform: uppercase;
  color: #036bd6;
  font-size: 16px;
  margin: 0;
}
#tbOutputContent #pOutput {
  margin-top: 5px;
}
#tbOutputContent #pOutput .nav-tabs {
  width: 100%;
}
#tbOutputContent #pOutput .nav-tabs .nav-link {
  border: none;
  padding-left: 0;
  padding-right: 3px;
  margin-right: 10px;
  color: #8e9194;
  font-weight: 500;
  transition: all ease-in-out 0.3s;
}
#tbOutputContent #pOutput .nav-tabs .nav-link.active, #tbOutputContent #pOutput .nav-tabs .nav-link:hover {
  color: #036bd6;
  border-bottom: solid 3px #036bd6;
}
#tbOutputContent #pOutput #pChart {
  position: relative;
  padding: 10px;
}
#tbOutputContent #pOutput #pChart .view {
  margin-bottom: 20px;
}
#tbOutputContent #pOutput #pChart .btn-xs {
  display: none;
}
#tbOutputContent #pOutput .tb-top {
  display: flex;
  justify-content: space-between;
  padding: 15px 0 7px 0;
}
#tbOutputContent #pOutput .tb-bottom {
  display: flex;
  padding-top: 10px;
  justify-content: space-between;
  align-items: end;
  position: sticky;
  bottom: 0;
  background: #fff;
}
#tbOutputContent #pOutput #cboToolsCMS {
  display: flex;
  gap: 5px;
}
#tbOutputContent #pOutput #cboToolsCMS .mysuper .dropdown-menu {
  margin-top: 8px;
  padding: 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border: solid 1px #e9ecef;
}
#tbOutputContent #pOutput #cboToolsCMS .mysuper .dropdown-menu li {
  color: #333;
  font-size: 0.9rem;
  padding: 5px 9px;
  display: flex;
  align-items: baseline;
  gap: 7px;
  border-radius: 0.375rem;
}
#tbOutputContent #pOutput #cboToolsCMS .mysuper .dropdown-menu li i {
  font-size: 0.8rem;
}
#tbOutputContent #pOutput #cboToolsCMS .mysuper .dropdown-menu li:hover {
  background: #ecf1f5;
}
#tbOutputContent #pOutput #dView {
  position: relative;
  padding: 0;
  border: none;
  width: 100%;
  overflow: auto;
  border-bottom: solid 1px #e9ecef;
  border-top: solid 1px #e9ecef;
}
#tbOutputContent #pOutput #dView .slabel {
  font-weight: 500;
  color: #036bd6;
}
#tbOutputContent #pOutput #dView .slabel.w-20 {
  max-width: 20%;
}
#tbOutputContent #pOutput #dView .slabel.w-40 {
  max-width: 40%;
}
#tbOutputContent #pOutput #dView .svalue {
  color: #000;
}
#tbOutputContent #pOutput #dView .dchecklist {
  border: 1px solid #036bd6;
  padding: 3px 6px;
  margin-right: 3px;
  border-radius: 4px;
  float: left;
  margin-bottom: 2px;
}
#tbOutputContent #pOutput #dView .table {
  color: #333;
}
#tbOutputContent #pOutput #dView .table td {
  vertical-align: middle;
}
#tbOutputContent #pOutput #dView .table td img {
  border-radius: 50%;
  border: solid 1px #e9ecef;
}
#tbOutputContent #pOutput #dView .lstViewitem th.btnclick {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  padding: 5px;
  color: #333;
}
#tbOutputContent #pOutput #dView .lstViewitem th.btnclick span {
  padding: 3px;
}
#tbOutputContent #pOutput #dView .lstViewitem th.btnclick ._ext_ {
  background-color: #fff;
  padding: 5px 13px !important;
  color: #fff;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 14px;
  font-size: 0.8em;
}
#tbOutputContent #pOutput #dView .lstViewitem th.btnclick ._ext_ i {
  color: #fff;
  font-size: 1em;
}
#tbOutputContent #pOutput #dView .lstViewitem th.btnclick .lstView_detail {
  background-color: #fff;
  padding: 5px 13px;
  height: 30px;
  color: #8e9194;
  margin-left: auto;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 14px;
  font-size: 0.8em;
  min-width: fit-content;
}
#tbOutputContent #pOutput #dView .lstViewitem td {
  border-left: 2px solid #dee2e6;
  padding: 7px;
}
#tbOutputContent #pOutput #dView .lstViewitem td div {
  float: left;
  padding-left: 7px;
}
#tbOutputContent #pOutput #dView #tbView {
  border-collapse: unset;
  min-width: 500px;
  color: #333;
  border-collapse: collapse;
  font-size: 14px;
}
#tbOutputContent #pOutput #dView #tbView thead {
  position: relative;
  border-color: #ddd;
  border-radius: 8px;
  position: sticky;
  top: 0px;
  background-color: #e8f0fb;
  border-radius: 0.375rem;
}
#tbOutputContent #pOutput #dView #tbView thead th {
  padding: 10px 7px 10px 7px;
  vertical-align: middle;
  font-weight: 600;
  color: #10389d;
  text-transform: uppercase;
  font-size: 13px;
  white-space: nowrap;
  border: none;
}
#tbOutputContent #pOutput #dView #tbView thead th.center, #tbOutputContent #pOutput #dView #tbView thead th.justify {
  text-align: center;
}
#tbOutputContent #pOutput #dView #tbView thead th.center .order, #tbOutputContent #pOutput #dView #tbView thead th.justify .order {
  display: none;
}
#tbOutputContent #pOutput #dView #tbView thead th:hover .order {
  opacity: 1;
}
#tbOutputContent #pOutput #dView #tbView thead .order {
  transform: translateY(-4px);
  flex-direction: column;
  margin-left: 5px;
  display: inline-flex;
  opacity: 0;
}
#tbOutputContent #pOutput #dView #tbView thead .order i {
  color: #10389d;
  cursor: pointer;
  height: 6px;
  opacity: 0.5;
  font-size: 13px;
}
#tbOutputContent #pOutput #dView #tbView thead .order i:hover, #tbOutputContent #pOutput #dView #tbView thead .order i.active {
  opacity: 0.8;
}
#tbOutputContent #pOutput #dView #tbView thead .order i:focus {
  outline: none;
}
#tbOutputContent #pOutput #dView #tbView tbody tr:hover td {
  background-color: #f8f9fa;
}
#tbOutputContent #pOutput #dView #tbView tbody td {
  padding: 10px 7px;
  white-space: inherit;
  border-bottom: 1px solid #e9ecef;
  color: #333;
}
#tbOutputContent #pOutput #dView #tbView tbody td.justify {
  text-align: center;
}
#tbOutputContent #pOutput #dView #tbView tbody td .center {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#tbOutputContent #pOutput #dView #tbView tbody td p {
  margin: 2px auto;
}
#tbOutputContent #pOutput #dView #tbView tbody td i {
  cursor: pointer;
  font-size: 14px;
}
#tbOutputContent #pOutput #dView #tbView tbody td i:hover {
  opacity: 0.8;
}
#tbOutputContent #pOutput #dView #tbView tbody td:first-child, #tbOutputContent #pOutput #dView #tbView tbody td:last-child {
  text-align: center;
}
#tbOutputContent #pOutput #dView #tbView tbody td:last-child .fa {
  cursor: pointer;
}
#tbOutputContent #pOutput #dView #tbView tbody td:last-child .fa:hover {
  opacity: 0.8;
}
#tbOutputContent #pOutput #dView #tbView tbody ._ext_ i, #tbOutputContent #pOutput #dView #tbView tbody i.detail, #tbOutputContent #pOutput #dView #tbView tbody i.more {
  font-size: 14px;
  color: #6591D3;
}
#tbOutputContent #pOutput #dView #tbView tbody ._ext_ {
  text-align: center;
  width: 100%;
  display: inline-block;
}
#tbOutputContent #pOutput #dView #tbView tbody .lblext {
  display: none;
}
#tbOutputContent #pOutput #dView gcircle {
  padding-left: 11px;
  overflow: hidden;
  white-space: nowrap;
}
#tbOutputContent #pOutput #dView gcircle i {
  margin-left: -2px;
  margin-top: 4px;
  font-size: 11px !important;
}
#tbOutputContent #pOutput #dView gcircle span {
  margin-left: 4px;
}
#tbOutputContent #pOutput #dView box30 {
  padding: 5px 9px;
  white-space: nowrap;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 500;
}
#tbOutputContent #pOutput #dView box6 {
  padding: 5px 9px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  border-radius: 6px;
}
#tbOutputContent #pOutput #dView gtext {
  font-weight: bold;
}
#tbOutputContent #pOutput .optView {
  display: flex;
  gap: 5px;
}
#tbOutputContent #pOutput .optView #cboRowOnPage {
  display: flex;
  gap: 7px;
  padding: 5px 10px;
}
#tbOutputContent #pOutput .optView #cboRowOnPage .dropdown-menu {
  min-width: fit-content;
  font-size: 0.9em;
}
#tbOutputContent #pOutput .optView #cboRowOnPage .dropdown-menu li {
  color: #444;
  padding: 5px 10px;
  cursor: pointer;
}
#tbOutputContent #pOutput .optView #cboRowOnPage .dropdown-menu li:not(last-child) {
  border-bottom: 1px dashed #ccc;
}
#tbOutputContent #pOutput .optView #cboRowOnPage .dropdown-menu li:hover {
  background-color: #ecf1f5;
}
#tbOutputContent #pOutput .result {
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
  gap: 5px;
}
#tbOutputContent #pOutput .result #boxResult {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #ecf1f5;
  padding: 0 5px;
  border-radius: 0.375rem;
}
#tbOutputContent #pOutput .result #textResult {
  font-weight: bold;
}
#tbOutputContent #pOutput .result #phantrang-table {
  margin-left: auto;
}
#tbOutputContent #pOutput .result .left {
  font-weight: bold;
}

#detailPanel {
  display: none;
  height: calc(100vh - 70px);
  width: 100%;
}
#detailPanel.noCollection {
  width: 80%;
  margin-left: 10%;
}
#detailPanel.noCollection #collectionInfo {
  width: 0;
}
#detailPanel.noCollection #detailInfo {
  width: 100%;
}
#detailPanel.show {
  display: inline-flex;
}
#detailPanel #collectionInfo {
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
  width: 20%;
}
#detailPanel #collectionInfo .iCollect {
  padding: 12px 16px;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  color: #333;
}
#detailPanel #collectionInfo .iCollect.btnBack {
  background-color: #e8f0fb;
  color: #036bd6;
  font-weight: 600;
  font-size: 1.1em;
}
#detailPanel #collectionInfo .iCollect:not(:last-child) {
  border-bottom: 1px solid #e0e7ef;
  margin-bottom: 12px;
}
#detailPanel #collectionInfo .iCollect.active {
  background: #036bd6;
  border-left-color: #036bd6;
  color: #036bd6;
}
#detailPanel #detailInfo {
  height: calc(100vh - 70px - 80px);
  position: relative;
  flex: 1;
  padding: 15px;
}
#detailPanel #detailInfo .hTitle {
  font-weight: 600;
  text-transform: uppercase;
  color: #036bd6;
}
#detailPanel #detailInfo .table {
  color: #333;
}
#detailPanel #detailInfo .table .dchecklist {
  border: 1px solid #036bd6;
  padding: 3px 6px;
  margin-right: 3px;
  border-radius: 4px;
  float: left;
  margin-bottom: 2px;
}
#detailPanel #detailInfo td {
  font-size: 0.9em;
}
#detailPanel #detailInfo td.slabel {
  white-space: nowrap;
  font-weight: 500;
  min-width: min-content;
}
#detailPanel #detailInfo td.slabel.w-20 {
  width: 20%;
}
#detailPanel #detailInfo td.slabel.w-40 {
  width: 40%;
}
#detailPanel #detailInfo td.svalue.w-30 {
  width: 30%;
}
#detailPanel #detailInfo td.svalue.w-60 {
  width: 60%;
}
#detailPanel #detailInfo .featureInfo {
  text-align: center;
  padding: 15px;
}
#detailPanel #detailInfo .featureInfo .title {
  font-size: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #036bd6;
}

/** Chung**/
#tbOutView .UI-SUGGEST ul {
  min-width: 64%;
  max-height: 300px;
  overflow: hidden scroll;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 3px;
}
#tbOutView .UI-SUGGEST ul li {
  padding: 6px 12px;
  font-size: 14px;
  border-bottom: 1px solid rgba(185, 185, 185, 0.4);
}
#tbOutView .UI-SUGGEST ul li:hover {
  font-weight: 500;
  background-color: #f9f9f9;
}
#tbOutView .btn {
  color: #8e9194;
  cursor: pointer;
  transition: 0.3s;
  background-color: #fff;
  font-size: 0.8rem;
  border-radius: 0.375rem;
  height: 1.8rem;
  padding: 3px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #8e9194;
}
#tbOutView .btn:hover, #tbOutView .btn.active {
  background-color: #e8f0fb;
  color: #036bd6;
  border-color: #036bd6;
}
#tbOutView .btn:focus {
  outline: none;
  box-shadow: none;
}

/** Filter **/
#tools-filter {
  flex-flow: wrap;
  background: #fff;
  border-radius: 0.375rem;
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#tools-filter .closeFilter {
  display: none;
}
#tools-filter.pin {
  width: 100%;
}
#tools-filter.pin .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.pin .ftitems label {
  display: inline;
  padding-right: 10px;
  margin-right: 5px;
  min-width: 80px;
  margin-bottom: 0;
  font-weight: bold;
}
#tools-filter.pin .ftitems .ui-tieude {
  display: inline;
  padding-right: 10px;
  margin-right: 5px;
  min-width: 80px;
  font-weight: bold;
}
#tools-filter.pin .ftitems input.fts {
  width: 300px;
}
#tools-filter.pin .ftitems .datepicker {
  padding-right: 20px;
}
#tools-filter.pin .ftitems .fa-calendar {
  position: absolute;
  bottom: 17px;
  right: 7px;
}
#tools-filter.pin .ftitems.button {
  flex-direction: row;
  width: 100% !important;
  justify-content: center !important;
  margin: 0;
  padding: 5px;
}
#tools-filter.pin .ftitems.button i {
  position: relative;
  top: unset;
  right: unset;
  margin-right: 3px;
}
#tools-filter.pin .ftitems button {
  padding: 0 10px;
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
#tools-filter.pin .ftitems .btnSearch {
  color: #ffffff;
  background-color: #e8f0fb;
}
#tools-filter.pin .ftitems .btnSearch:hover {
  opacity: 0.8;
}
#tools-filter.pin .ftitems .clearFilter {
  color: #ffffff;
  background-color: #fff;
}
#tools-filter.pin .ftitems .clearFilter:hover {
  opacity: 0.8;
}
#tools-filter.float {
  position: absolute;
  z-index: 9;
  width: max-content;
  max-width: 400px;
  min-width: min-content;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#tools-filter.float .closeFilter {
  display: block;
}
#tools-filter.float .ftitems {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 10px;
  position: relative;
  justify-content: space-between;
}
#tools-filter.float .ftitems.button {
  justify-content: start !important;
  gap: 10px;
  align-items: center;
}
#tools-filter.float .ftitems.button button i {
  font-size: 0.8rem;
  margin-right: 3px;
}
#tools-filter.float .ftitems.button .btnSearch {
  background: #036bd6;
  color: #fff;
}
#tools-filter.float .ftitems.button .btnSearch:hover {
  opacity: 0.8;
}
#tools-filter.float .ftitems.button .clearFilter {
  color: #343a40;
}
#tools-filter.float .ftitems.button .clearFilter:hover {
  opacity: 0.8;
}
#tools-filter.float .ftitems.button .closeFilter {
  position: absolute;
  right: 0;
}
#tools-filter.float .ftitems label, #tools-filter.float .ftitems .ui-tieude {
  min-width: 80px;
  margin-bottom: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  max-width: 50%;
  width: max-content;
}
#tools-filter.float .ftitems label:after, #tools-filter.float .ftitems .ui-tieude:after {
  all: unset;
}
#tools-filter.float .ftitems.UI-DROP::after {
  background: #ecf1f5;
  border-radius: 3px;
  position: absolute;
  right: 15px;
  content: "";
  height: 17px;
  width: 16px;
  top: 18px;
  z-index: 1;
}
#tools-filter.float input, #tools-filter.float .UI-DDL {
  width: 300px;
}
#tools-filter.float .UI-DROP .UI-DDL::after {
  position: absolute;
  right: 18px;
  z-index: 5;
}
#tools-filter.float .ui-nhan:after {
  right: 10px;
  z-index: 6;
}
#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: 5px;
  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%;
  max-height: 300px;
  overflow: auto;
}
#tools-filter .UI-DROP .dropdown-menu li {
  padding: 5px 12px;
  border-bottom: 1px dashed #ccc;
  cursor: pointer;
}
#tools-filter .UI-DROP .dropdown-menu li:hover {
  background: #ecf1f5;
}
#tools-filter .form-control {
  font-size: 0.8rem;
  height: 32px;
  padding: 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;
}

.actionmore {
  display: none;
  background: #fff;
  border: 1px solid #e9ecef;
  position: absolute;
  border-radius: 0.375rem;
  width: 100px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.actionmore ul {
  padding: 5px;
  margin: 0;
}
.actionmore ul li {
  color: #333;
  font-size: 0.9rem;
  padding: 5px 9px;
  display: flex;
  align-items: baseline;
  gap: 7px;
  border-radius: 0.375rem;
  cursor: pointer;
  /*            &:not(last-child) {
      border-bottom: dashed 1px #ccc;
  }*/
}
.actionmore ul li i {
  font-size: 0.8rem;
}
.actionmore ul li:hover {
  background: #ecf1f5;
}

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

#ppAnalyst #p-filter .filter-box {
  display: flex;
  flex-wrap: wrap;
}
#ppAnalyst #p-filter .ftitems {
  display: inline-flex;
  position: relative;
  padding: 5px 0;
  align-self: center;
  margin: 0 5px;
  width: 300px;
  flex-direction: column;
}
#ppAnalyst #p-filter .ftitems label {
  display: inline;
  padding-right: 10px;
  margin-right: 5px;
  min-width: 80px;
  margin-bottom: 0;
  font-weight: bold;
}
#ppAnalyst #p-filter .ftitems .UI-DDL {
  position: relative;
}
#ppAnalyst #p-filter .ftitems .UI-DDL:after {
  position: absolute;
  top: 14px;
  right: 10px;
}
#ppAnalyst #p-filter .ftitems .ui-tieude {
  display: inline;
  padding-right: 10px;
  margin-right: 5px;
  min-width: 80px;
  font-weight: bold;
}
#ppAnalyst #p-filter .ftitems .ui-nhan {
  padding: 7px;
  height: 35px;
}
#ppAnalyst #p-filter .ftitems input.fts {
  width: 300px;
}
#ppAnalyst #p-filter .ftitems .datepicker {
  padding-right: 20px;
}
#ppAnalyst #p-filter .ftitems .fa-calendar {
  position: absolute;
  bottom: 17px;
  right: 7px;
}
#ppAnalyst #p-filter .ftitems.button {
  flex-direction: row;
  width: 100% !important;
  justify-content: center !important;
  margin: 0;
  padding: 5px;
}
#ppAnalyst #p-filter .ftitems.button i {
  position: relative;
  top: unset;
  right: unset;
  margin-right: 3px;
}
#ppAnalyst #p-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;
  gap: 4px;
}
#ppAnalyst #p-filter .ftitems .btnSearch {
  color: #036bd6;
  background-color: #e8f0fb;
  width: max-content;
}
#ppAnalyst #p-filter .ftitems .btnSearch:hover {
  opacity: 0.8;
}
#ppAnalyst #p-filter .ftitems .clearFilter {
  color: #ffffff;
  background-color: #fff;
}
#ppAnalyst #p-filter .ftitems .clearFilter:hover {
  opacity: 0.8;
}
#ppAnalyst #lstMoHinh {
  justify-content: center;
  display: flex;
  flex-direction: column;
  /* Ẩn scrollbar */
  /* Nút */
}
#ppAnalyst #lstMoHinh .title {
  font-size: 16px;
  font-weight: 600;
  color: #036bd6;
  text-decoration: underline;
  padding: 10px 7px;
}
#ppAnalyst #lstMoHinh .tab-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  width: 100%;
}
#ppAnalyst #lstMoHinh .tabitems {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 8px 4px;
  flex: 1;
  overflow-x: auto;
  scroll-behavior: smooth;
}
#ppAnalyst #lstMoHinh .tabitems::-webkit-scrollbar {
  display: none;
}
#ppAnalyst #lstMoHinh .tabitems {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#ppAnalyst #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;
}
#ppAnalyst #lstMoHinh .mysuper.active {
  border: 2px solid #4f8cff;
  box-shadow: 0 4px 12px rgba(79, 140, 255, 0.35);
  transform: translateY(-4px);
}
#ppAnalyst #lstMoHinh .mysuper:hover {
  transform: translateY(-4px);
}
#ppAnalyst #lstMoHinh .mysuper img {
  width: 36px;
  margin-bottom: 6px;
}
#ppAnalyst #lstMoHinh .mysuper label {
  font-size: 13px;
  display: block;
}
#ppAnalyst #lstMoHinh .nav-arrow {
  background: #fff;
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  cursor: pointer;
}
#ppAnalyst #aChart {
  height: 400px;
  width: 100%;
}

/****** 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: #e8f0fb;
  border-color: #fff;
  color: #036bd6;
}

/**** 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) {
  #content {
    margin: 0 !important;
    width: 100% !important;
  }
  #tools-filter .ftitems.button {
    display: flex;
    justify-content: center !important;
  }
  [class*=col-] {
    width: 100%;
    margin-left: 0;
  }
  .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) .dchecklist {
  border: 1px solid #fff;
}
