﻿@import url("/assets/fonts/Roboto/font-roboto.css");
@media only screen and (min-width: 1200px) {
  .container {
    min-width: 80%; } }

/******* RESPONSIVE ********/
/*@font-face {
    font-family: 'SourceSansPro';
    src: url('../../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('../../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf') format('truetype');
}*/
@font-face {
  font-family: 'Manrope';
  src: url("/assets/fonts/Manrope/Manrope-VariableFont_wght.ttf") format("truetype"); }

* {
  box-sizing: inherit;
  padding: 0;
  margin: 0; }

body {
  box-sizing: border-box;
  font-size: 14px;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif; }

p {
  margin: 0 auto; }

a:hover {
  text-decoration: none; }

a:any-link:hover {
  cursor: pointer; }

ul li {
  list-style: none; }

img {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover; }

/*.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
[class*="col-"] {
    float: left;
    padding-left: 0;
    padding-right:0;
}*/
/***** Left *******/
.navbar-nav {
  overflow: scroll;
  display: initial; }

#pagebody {
  display: inline-flex;
  height: calc(100vh - 120px); }

#tbOutView {
  display: inline-flex; }

#leftpanel {
  background: #fff;
  z-index: 3;
  border-right: 6px solid #cccccc87;
  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 (min-width: 992px) {
    #leftpanel {
      width: 35%;
      height: auto;
      max-height: 100%;
      max-width: 80%; } }

#detailPanel {
  display: none;
  height: calc(100vh - 65px);
  margin-top: 2px; }
  #detailPanel.show {
    display: inline-flex; }
  #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: #485868; }
      #detailPanel #collectionInfo .iCollect.btnBack {
        background-color: #2155ce;
        color: #fff;
        font-weight: 600;
        font-size: 1.1em;
        /*  i {
                    font-size: 30px;
                }*/ }
        #detailPanel #collectionInfo .iCollect.btnBack:hover {
          background-color: #2155ce; }
      #detailPanel #collectionInfo .iCollect:hover {
        background-color: #cee8ff;
        color: white; }
      #detailPanel #collectionInfo .iCollect:not(:last-child) {
        border-bottom: 1px solid #ccc; }
      #detailPanel #collectionInfo .iCollect.active {
        background-color: #cee8ff;
        font-weight: 600;
        color: white; }
  #detailPanel #detailInfo {
    height: calc(100vh - 65px);
    position: relative; }
    #detailPanel #detailInfo td.slabel {
      white-space: nowrap;
      max-width: 180px; }
    #detailPanel #detailInfo .featureInfo {
      text-align: center;
      padding: 15px; }
      #detailPanel #detailInfo .featureInfo .title {
        font-size: 1.1em;
        font-weight: 600;
        text-transform: uppercase;
        color: #2155ce; }

#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 (min-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 (min-width: 992px) {
        #sidebarCollapse #ic-sidebarCollapse i {
          transform: scaleX(-1); } }

#listmenu {
  height: calc(100vh - 65px);
  position: relative;
  padding-top: 10px;
  padding-right: 10px; }
  #listmenu .mnuitems.mncap1 {
    padding-left: 20px; }
    #listmenu .mnuitems.mncap1 .mnuitems.mncap2 {
      padding-left: 20px; }
  #listmenu .mnuitems .group {
    font-weight: bold; }
    #listmenu .mnuitems .group:hover {
      color: #cee8ff; }
  #listmenu .mnuitems a {
    display: inline-block;
    padding: 7px;
    margin: 0 5px;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    border-radius: 5px; }
    #listmenu .mnuitems a i {
      color: #cee8ff; }
  #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 {
        color: #2155ce;
        background: #cee8ff;
        border-radius: 5px;
        font-weight: 600; }
        #listmenu .mnuitems .leaf a.active i {
          color: #021b46; }
      #listmenu .mnuitems .leaf a.disabled {
        color: #000000;
        opacity: .5;
        pointer-events: none; }
        #listmenu .mnuitems .leaf a.disabled i {
          color: #000000;
          opacity: .5; }

/***** RIGHT CONTENT *******/
#rightpanel {
  height: calc(100vh - 65px);
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  position: relative;
  bottom: 0;
  flex: 1;
  padding: 0 5px; }
  #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 #cee8ff;
  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: #2155ce;
    font-size: 20px;
    padding-top: 10px; }
  #page-top #cboToolsCMS {
    margin-left: auto;
    padding: 3px 0; }
  #page-top button {
    color: #2155ce;
    cursor: pointer;
    transition: 0.3s;
    background-color: #cee8ff;
    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: #cee8ff;
      color: #fff; }
    #page-top button:focus {
      outline: none; }

/** Filter **/
#tools-filter, .filter-box {
  flex-flow: wrap;
  background: #f4f5f6;
  margin: 3px 0;
  border-radius: 5px;
  padding: 7px; }
  #tools-filter .ftitems, .filter-box .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.flex-row, .filter-box .ftitems.flex-row {
      flex-direction: row;
      gap: 10px; }
      #tools-filter .ftitems.flex-row .ui-tieude, .filter-box .ftitems.flex-row .ui-tieude {
        padding-top: 5px;
        min-width: unset; }
      #tools-filter .ftitems.flex-row .ui-tieude::after, .filter-box .ftitems.flex-row .ui-tieude::after {
        top: 10px; }
      #tools-filter .ftitems.flex-row .form-control, .filter-box .ftitems.flex-row .form-control {
        padding: 5px; }
    #tools-filter .ftitems label, .filter-box .ftitems label {
      display: inline;
      padding-right: 10px;
      margin-right: 5px;
      min-width: 80px;
      margin-bottom: 0;
      font-weight: bold; }
    #tools-filter .ftitems .ui-tieude, .filter-box .ftitems .ui-tieude {
      display: inline;
      padding-right: 10px;
      margin-right: 5px;
      min-width: 80px;
      font-weight: bold; }
    #tools-filter .ftitems input.fts, .filter-box .ftitems input.fts {
      width: 300px; }
    #tools-filter .ftitems .datepicker, .filter-box .ftitems .datepicker {
      padding-right: 20px; }
    #tools-filter .ftitems .fa-calendar, .filter-box .ftitems .fa-calendar {
      position: absolute;
      bottom: 17px;
      right: 7px; }
    #tools-filter .ftitems.button, .filter-box .ftitems.button {
      flex-direction: row;
      width: 100% !important;
      justify-content: center !important;
      margin: 0;
      padding: 5px; }
      #tools-filter .ftitems.button i, .filter-box .ftitems.button i {
        position: relative;
        top: unset;
        right: unset;
        margin-right: 3px; }
    #tools-filter .ftitems button, .filter-box .ftitems button {
      padding: 0 10px;
      font-size: 14px;
      font-weight: 600;
      margin-right: 5px;
      height: 32px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 1rem; }
    #tools-filter .ftitems .btnSearch, .filter-box .ftitems .btnSearch {
      color: #485868;
      background-color: #cee8ff; }
      #tools-filter .ftitems .btnSearch:hover, .filter-box .ftitems .btnSearch:hover {
        opacity: 0.8; }
    #tools-filter .ftitems .clearFilter, .filter-box .ftitems .clearFilter {
      color: #fff;
      background-color: #878787; }
      #tools-filter .ftitems .clearFilter:hover, .filter-box .ftitems .clearFilter:hover {
        opacity: 0.8; }
  #tools-filter .UI-DROP .ui-tieude::after, .filter-box .UI-DROP .ui-tieude::after {
    background: #cee8ff;
    border-radius: 3px;
    position: absolute;
    right: 5px;
    content: "";
    height: 22px;
    width: 22px;
    top: 31px; }
  #tools-filter .UI-DROP .UI-DDL, .filter-box .UI-DROP .UI-DDL {
    border-radius: 5px;
    box-shadow: 1px 2px 5px -2px #ddd inset;
    display: flex;
    height: 32px;
    align-items: center;
    min-width: 120px; }
    #tools-filter .UI-DROP .UI-DDL::after, .filter-box .UI-DROP .UI-DDL::after {
      position: absolute;
      right: 12px; }
    #tools-filter .UI-DROP .UI-DDL i, .filter-box .UI-DROP .UI-DDL i {
      border-left: 1px solid #ddd;
      padding: 6px 11px;
      height: 31.99px; }
  #tools-filter .UI-DROP .dropdown-menu, .filter-box .UI-DROP .dropdown-menu {
    left: 33%; }
  #tools-filter .form-control, .filter-box .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, .filter-box .form-control:active, .filter-box .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: #cee8ff;
    padding: 5px 10px;
    border-radius: 5px;
    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: #cee8ff;
        border: solid 1px #cee8ff; }
  .result .optView {
    display: flex;
    margin-left: 7px; }
    .result .optView button {
      padding: 0 10px;
      background-color: #cee8ff;
      color: #485868;
      margin-right: 5px;
      border-radius: 4px;
      cursor: pointer; }
      .result .optView button.active {
        background-color: #2155ce;
        color: #fff; }
  .result #bt_exp {
    background: #cee8ff;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 10px; }
    .result #bt_exp:hover {
      background: #cee8ff;
      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: #485868;
      font-weight: 600;
      border-bottom: 5px solid #cee8ff; }

#pOutput #pChart {
  position: relative;
  padding: 10px;
  /*
        .view {
            width: 100%;
        }*/ }
  #pOutput #pChart .view {
    margin-bottom: 20px; }
  #pOutput #pChart .btn-xs {
    display: none; }

#pOutput #ppMap .mapLegend {
  display: flex;
  gap: 15px;
  margin-top: 7px;
  padding-left: 10px; }
  #pOutput #ppMap .mapLegend .title {
    font-weight: 600; }

#pOutput #ppMap.active {
  display: flex;
  flex-direction: row; }

#pOutput #ppMap .w-50 {
  width: 50%;
  height: calc(100vh - 200px); }

/******* TABLE *******/
#dView {
  position: relative;
  padding: 0;
  border: none;
  width: 100%;
  overflow: auto;
  margin-bottom: 50px; }
  #dView .slabel {
    font-weight: 500;
    color: #2155ce; }
  #dView .svalue {
    color: #000; }
  #dView .lstViewitem th.btnclick {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding: 5px; }
    #dView .lstViewitem th.btnclick span {
      padding: 3px; }
    #dView .lstViewitem th.btnclick ._ext_ {
      background-color: #cee8ff;
      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: #cee8ff;
      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: $black;*/
    border-collapse: collapse;
    font-size: 14px;
    min-height: calc(100vh - 350px); }
    #dView table#tbView thead {
      position: relative;
      border-color: #ddd;
      border-radius: 8px; }
      #dView table#tbView thead tr:first-child th {
        border-bottom: 1px solid #fff !important; }
        #dView table#tbView thead tr:first-child th:first-child {
          border-radius: 8px 0 0 0; }
        #dView table#tbView thead tr:first-child th:last-child {
          border-radius: 0 8px 0 0; }
      #dView table#tbView thead th {
        position: sticky;
        top: -1px;
        padding: 8px 18px 8px 10px;
        Vertical-align: middle;
        font-weight: 600;
        background-color: #cee8ff;
        color: #485868;
        border-bottom: 1px !important;
        text-align: center; }
        #dView table#tbView thead th:first-child {
          position: sticky;
          left: 0px;
          background-color: #cee8ff;
          z-index: 99; }
      #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: .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 i.chart {
          height: 20px;
          float: right;
          color: #485868;
          padding: 5px; }
      #dView table#tbView thead:hover i {
        color: #f3f3f3; }
        #dView table#tbView thead:hover i.chart {
          color: #333; }
    #dView table#tbView tbody tr:hover td {
      background-color: #FFFDDE;
      cursor: pointer; }
    #dView table#tbView tbody td:first-child, #dView table#tbView tbody td.freezee {
      position: sticky;
      left: 0px;
      background-color: #cee8ff; }
    #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; }

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

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

.UI-DROP ul {
  min-width: 64%;
  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 #cee8ff !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: 30%;
  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: #cee8ff; }
    #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 {
  padding: 5px 0;
  margin: auto !important; }
  #phantrang-table .pagination > li > a, #phantrang-table .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 {
  background-color: #cee8ff;
  border-color: #cee8ff;
  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; }
