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

#p-BaoCao {
  padding-top: 55px;
  display: flex;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  #p-BaoCao {
    flex-direction: column;
  }
}
#p-BaoCao .left-panel {
  min-width: 20%;
  width: fit-content;
  margin: 14px 0;
  padding: 0 14px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 769px) {
  #p-BaoCao .left-panel {
    width: 100%;
    height: 300px;
  }
}
#p-BaoCao .left-panel .service-header {
  color: white;
  background: #B35E0F;
  text-transform: uppercase;
  width: 100%;
  border-radius: 0.25rem;
}
#p-BaoCao .left-panel .service-header i {
  color: white;
  font-size: 16px;
  float: left;
  line-height: 46px;
  margin: 0 10px;
}
#p-BaoCao .left-panel .service-header span {
  font-size: 16px;
  margin: 0;
  line-height: 46px;
  font-weight: 600;
}
#p-BaoCao .left-panel .boxSearch {
  position: relative;
}
#p-BaoCao .left-panel .boxSearch input {
  border-color: #d0d0d0;
  border-right: none;
  font-size: 15px;
  padding-left: 10px;
  border-radius: 0.25rem 0 0 0.25rem;
}
#p-BaoCao .left-panel .boxSearch input:focus {
  box-shadow: none;
}
#p-BaoCao .left-panel .boxSearch span {
  font-size: 18px;
  color: #d0d0d0;
  border-color: #d0d0d0;
  border-radius: 0 0.25rem 0.25rem 0;
  border-left: none;
  background-color: white;
}
#p-BaoCao .left-panel .boxSearch span:hover {
  cursor: pointer;
}
#p-BaoCao #pcontent {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #ccc;
  position: relative;
}
@media only screen and (max-width: 769px) {
  #p-BaoCao #pcontent {
    height: 500px;
  }
}
#p-BaoCao #pcontent .tab-header {
  border-bottom: 1px solid #f2f4f5;
}
#p-BaoCao #pcontent .tab-header .closed {
  padding: 6px 16px;
  cursor: pointer;
  margin-top: 8px;
}
@media only screen and (max-width: 769px) {
  #p-BaoCao #pcontent .tab-header .closed {
    top: 12px;
  }
}
#p-BaoCao #pcontent .tab-header .closed:hover i {
  opacity: 0.8;
}
#p-BaoCao #pcontent .tab-header .closed i {
  font-size: 22px;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
#p-BaoCao #pcontent .tab-header .tab-lable {
  display: block;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  color: #333;
  opacity: 0.6;
}
#p-BaoCao #pcontent .tab-header .tab-lable:hover {
  color: #333;
  opacity: 1;
}
#p-BaoCao #pcontent .tab-header .tab-lable.active {
  border-bottom: 2px solid #B35E0F;
  color: #B35E0F;
  opacity: 1;
}
#p-BaoCao #pcontent .tab-header .tab-lable span {
  font-size: 18px;
  font-weight: 600;
}
#p-BaoCao #pcontent .tab-content {
  flex: 1;
}
#p-BaoCao #pcontent .tab-content #list-chart {
  overflow-y: auto;
  padding: 20px;
}
#p-BaoCao #pcontent .tab-content #list-chart .item-chart {
  margin: 20px;
  border-bottom: 1px solid #f2f4f5;
}
#p-BaoCao #pcontent .tab-content #MauBieu {
  padding: 5px;
}

.fa.fa-bars {
  font-size: 16px;
  padding-right: 5px;
}

#pmenu {
  margin-top: 10px;
  background: #fff;
  position: relative;
  padding-right: 15px;
  margin-right: -15px;
}
#pmenu #list-menu .nav-list {
  padding-left: 0;
  margin-bottom: 10px;
}
#pmenu #list-menu .nav-list .nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  font-weight: 600;
  cursor: pointer;
  font-size: 15px;
  padding: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#pmenu #list-menu .nav-list .nav-header i {
  margin-left: 20px;
}
#pmenu .list-group-item {
  font-weight: 500;
  padding: 0;
  font-size: 15px;
}
#pmenu .list-group-item.disabled a {
  color: #b1b1b1;
  pointer-events: none;
}
#pmenu .list-group-item.active a {
  color: #4f76dd;
  background-color: #f7f8f8;
}
#pmenu .list-group-item a {
  color: #495057;
  display: block;
  padding: 8px 20px;
}
#pmenu .wh {
  color: #fff;
}
#pmenu .op {
  color: rgba(0, 0, 0, 0.22);
}

.ptitle {
  border-radius: 3px;
  background-color: #54c589;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}
.ptitle a {
  color: #fff;
  /* border-radius: 7px; */
  font-weight: 500;
  /* font-size: 1; */
}
.ptitle:hover > a {
  color: #14452e;
}

.UI-DDL i {
  border-left: 0;
  padding: 0;
}

.nav-tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: none;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
  padding: 5px;
}
.nav-tabs li {
  position: relative;
  display: block;
  outline: none;
  float: left;
  margin-bottom: -1px;
  display: flex;
  align-items: center;
}
.nav-tabs li:hover {
  background-color: #edfae6;
}
.nav-tabs li:hover > a {
  border: unset;
  color: green;
}
.nav-tabs li a {
  position: relative;
  display: block;
  padding: 5px 10px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  background-color: transparent;
  color: #555;
  /* text-align: justify; */
  font-size: 0.9rem;
  line-height: 19px;
  display: flex;
}

.nav-tabs li {
  border-bottom: 1px solid #d0d0d0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus-visible {
  color: green;
  outline: unset;
  border: none;
}

.nav-tabs > li.active, .nav-tabs > li.active, .nav-tabs > li.active {
  background-color: #edfae6;
  border-bottom: 1px solid #d0d0d0;
}

.nav-tabs .nav-link.active {
  color: #495057;
  background-color: unset;
  border-color: unset;
}

/*Highcharts css table*/
.highcharts-data-table table {
  border-collapse: collapse;
  border-spacing: 0;
  background: white;
  min-width: 100%;
  margin-top: 10px;
  font-family: sans-serif;
  font-size: 0.9em;
}

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
  border: 1px solid silver;
  padding: 0.5em;
}

.highcharts-data-table tr:nth-child(even), .highcharts-data-table thead tr {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #eff;
}

.highcharts-data-table caption {
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}
