﻿@charset "UTF-8";
/*primary-color: #1667a0*/
/*primary-color: #009970*/
/****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 Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
/*primary-color: #1667a0*/
/*primary-color: #009970*/
/*primary-color: #1667a0*/
/*primary-color: #009970*/
@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter/Inter-VariableFont_slnt,wght.ttf") format("truetype");
}
/*@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto/Roboto-Black.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-Bold.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-Italic.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-Light.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-LightItalic.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-Medium.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-Regular.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-Thin.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype');
}*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

html {
  color: #333;
  font-family: "Inter", "Roboto", sans-serif;
  font-size: 16px;
}

#p-BaoCao {
  display: flex;
  height: calc(100vh - 55px);
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  #p-BaoCao {
    flex-direction: column;
  }
}
#p-BaoCao .left-panel {
  width: 350px;
  max-width: 25%;
  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: #5EBAAD;
  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: 8px 16px;
  cursor: pointer;
  margin-top: 6px;
}
@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 #5EBAAD;
  color: #5EBAAD;
  opacity: 1;
}
#p-BaoCao #pcontent .tab-header .tab-lable span {
  font-size: 18px;
  font-weight: 600;
}
#p-BaoCao #pcontent .tab-content {
  flex: 1;
  position: relative;
}
#p-BaoCao #pcontent .tab-content #MauBieu {
  padding: 5px;
}
#p-BaoCao #pcontent .tab-content #list-chart {
  padding: 5px;
}
#p-BaoCao #pcontent .tab-content #list-chart #BieuDo {
  box-shadow: 0 0 8px #7f7f7f;
  overflow: auto;
  height: 100%;
}
#p-BaoCao #pcontent .tab-content #list-chart #BieuDo .chart {
  padding: 20px 0;
  border-bottom: 1px solid #e9ecef;
}
#p-BaoCao #pcontent .tab-content #list-chart #BieuDo .chart .filterChart {
  display: flex;
  justify-content: center;
  padding: 10px 30px;
  min-height: 54px;
}
#p-BaoCao #pcontent .tab-content #list-chart #BieuDo .chart .filterChart .UI-DROP {
  font-weight: 500;
  margin: 0 10px;
}
#p-BaoCao #pcontent .tab-content #list-chart #BieuDo .chart .filterChart .UI-DROP label {
  padding: 7px 10px;
  margin: 0;
  font-weight: 700;
  font-size: 15px;
}
#p-BaoCao #pcontent .tab-content #list-chart #BieuDo .chart .filterChart .UI-DROP .UI-DDL {
  border: 1px solid #ddd;
  padding: 6px;
  margin-top: 0px;
  min-width: 185px;
  border-radius: 4px;
  background-color: #fff;
}
#p-BaoCao #pcontent .tab-content #list-chart #BieuDo .chart .filterChart .UI-DROP .UI-DDL::after {
  display: none;
}
#p-BaoCao #pcontent .tab-content #list-chart #BieuDo .chart .filterChart .UI-DROP .UI-DDL span {
  padding-right: 15px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#p-BaoCao #pcontent .tab-content #list-chart #BieuDo .chart .filterChart .UI-DROP .UI-DDL i {
  float: right;
  padding: 3px;
}
#p-BaoCao #pcontent .tab-content #list-chart #BieuDo .chart .filterChart .UI-DROP li {
  min-height: 35px;
  line-height: 35px;
  padding: 0 7px;
  border-bottom: 1px dotted #ddd;
  cursor: pointer;
  font-size: 14px;
}
#p-BaoCao #pcontent .tab-content #list-chart #BieuDo .chart .filterChart .UI-DROP li:hover {
  background: #f8f8f8;
}
#p-BaoCao #pcontent .tab-content #list-chart #BieuDo .chart .containerChart {
  padding-top: 20px;
}
#p-BaoCao #pcontent .tab-content #list-chart #BieuDo .chart .containerChart .viewChart {
  min-height: 400px;
  overflow: hidden;
}

.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.active {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#pmenu .list-group-item.disabled a {
  color: #b1b1b1;
  pointer-events: none;
}
#pmenu .list-group-item.active a {
  color: #5EBAAD;
  background-color: #edfcf0;
  border-color: #dfdfdf;
}
#pmenu .list-group-item a {
  color: #000000;
  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;
}
