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

.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%;
}

#canhbaokhohan {
  padding-top: 30px;
}
@media only screen and (max-width: 769px) {
  #canhbaokhohan {
    padding: 40px 10px 0 10px;
  }
}
#canhbaokhohan h2 {
  font-size: 24px;
  color: #B35E0F;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 14px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  #canhbaokhohan h2 {
    font-size: 16px;
  }
}
#canhbaokhohan .box {
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 4px;
  border: 1px solid rgb(229, 231, 235);
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  #canhbaokhohan .box {
    padding: 10px;
  }
}
#canhbaokhohan #tableContainer {
  position: relative;
}
#canhbaokhohan #tableContainer #btnShowTable, #canhbaokhohan #tableContainer #btnCloseTable {
  float: right;
  padding: 6px;
  margin-right: -6px;
  color: #202124;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  z-index: 1;
}
#canhbaokhohan #tableContainer #btnShowTable:hover, #canhbaokhohan #tableContainer #btnCloseTable:hover {
  color: #0069d9;
}
#canhbaokhohan #tableContainer #btnShowTable {
  position: absolute;
  color: #007bff;
  top: -30px;
  left: 14px;
}
#canhbaokhohan #tableContainer #btnCloseTable {
  position: absolute;
  right: 36px;
  top: 10px;
}
#canhbaokhohan #tableCanhBaoKhoHan {
  height: calc(100vh - 130px);
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  #canhbaokhohan #tableCanhBaoKhoHan {
    height: 100%;
  }
}
#canhbaokhohan #tableCanhBaoKhoHan #boxFilter #btnSearch {
  position: absolute;
  margin: 0 15px;
  margin: 0 15px;
  font-weight: 700;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 769px) {
  #canhbaokhohan #tableCanhBaoKhoHan #boxFilter #btnSearch {
    position: unset;
    width: 100%;
    margin: 10px 0;
  }
}
#canhbaokhohan #tableCanhBaoKhoHan #boxTable {
  height: calc(100% - 73px);
  margin-top: 12px;
  overflow: auto;
}
#canhbaokhohan #tableCanhBaoKhoHan #boxTable thead th {
  text-align: center;
  vertical-align: middle;
}
#canhbaokhohan #tableCanhBaoKhoHan #boxTable .row-class {
  text-align: center;
}
#canhbaokhohan #tableCanhBaoKhoHan #boxTable .row-class td {
  vertical-align: middle;
}
#canhbaokhohan #mapCanhBaoKhoHan {
  height: calc(100vh - 130px);
  padding: 2px;
}
#canhbaokhohan #mapCanhBaoKhoHan #pagebody {
  border-radius: 4px;
  height: 100%;
}
#canhbaokhohan #mapCanhBaoKhoHan #pagebody #toggleLeftMenu {
  position: absolute;
  top: 2px;
}
#canhbaokhohan #mapCanhBaoKhoHan #pagebody #leftpanel {
  top: 0;
  left: -5px;
}
#canhbaokhohan #mapCanhBaoKhoHan #pagebody #rightpanel {
  width: 100%;
  height: 100%;
}

#ui-datepicker-div {
  margin-top: 3px;
}

.label-custon {
  font-weight: 600;
}

.UI-DROP .UI-DDL {
  line-height: 24px;
}
.UI-DROP .menu-custom {
  right: 30px;
  max-height: 250px;
  overflow: auto;
}
.UI-DROP .menu-custom li {
  padding: 6px 10px;
  margin: 2px;
  font-size: 14px;
  font-weight: 500;
}
.UI-DROP .menu-custom li:hover, .UI-DROP .menu-custom li.active {
  background-color: rgb(225, 225, 225);
}
