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

/*primary-color: #1667a0*/
/*primary-color: #009970*/
#p-BaoCao {
  display: flex; }
  #p-BaoCao .left-panel {
    height: calc(100vh - 57px);
    width: 30%;
    padding: 10px;
    position: relative;
    overflow: scroll; }
    #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: 10px 0 0 10px; }
        #p-BaoCao .left-panel .boxSearch input:focus {
          box-shadow: none; }
      #p-BaoCao .left-panel .boxSearch span {
        font-size: 18px;
        border-color: #d0d0d0;
        border-radius: 0 10px 10px 0;
        border-left: none;
        background-color: white;
        color: forestgreen; }
        #p-BaoCao .left-panel .boxSearch span:hover {
          cursor: pointer; }
  #p-BaoCao #pcontent {
    width: 100%;
    height: calc(100vh - 55px);
    border-left: 1px solid #ccc; }
    #p-BaoCao #pcontent #filter {
      display: flex;
      margin: 20px; }
      #p-BaoCao #pcontent #filter #fbox {
        width: 100%;
        display: flex; }
      #p-BaoCao #pcontent #filter .bt-search {
        padding: 5px;
        cursor: pointer;
        border-radius: 5px;
        background-color: #8abce2;
        list-style: none;
        width: 121px;
        color: #fff; }
        #p-BaoCao #pcontent #filter .bt-search:hover {
          background-color: #529fda; }
      #p-BaoCao #pcontent #filter .box-filter {
        display: flex; }
        #p-BaoCao #pcontent #filter .box-filter .filter-hc {
          display: flex; }
          #p-BaoCao #pcontent #filter .box-filter .filter-hc .ui-tieude {
            display: inline;
            padding: 7px 7px 4px;
            float: left;
            font-weight: 600; }
          #p-BaoCao #pcontent #filter .box-filter .filter-hc .UI-DDL {
            padding: 5px;
            cursor: pointer;
            border-radius: 5px;
            background-color: #eeecec;
            list-style: none;
            width: 160px;
            overflow: hidden;
            text-overflow: ellipsis; }
            #p-BaoCao #pcontent #filter .box-filter .filter-hc .UI-DDL:hover {
              background-color: #ddd; }
          #p-BaoCao #pcontent #filter .box-filter .filter-hc .dropdown-menu {
            max-height: 300px;
            padding: 10px;
            overflow-y: auto;
            top: 30px;
            bottom: auto;
            width: 160px; }
            #p-BaoCao #pcontent #filter .box-filter .filter-hc .dropdown-menu::after {
              display: inline-block;
              margin-left: .255em;
              vertical-align: .255em;
              content: "";
              border-top: .3em solid;
              border-right: .3em solid transparent;
              border-bottom: 0;
              border-left: .3em solid transparent; }
          #p-BaoCao #pcontent #filter .box-filter .filter-hc ul li {
            padding: 3px 5px;
            font-size: 14px;
            list-style: none;
            line-height: 21px; }
    #p-BaoCao #pcontent #MauBieu {
      padding: 5px; }

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

#pmenu {
  margin-top: 10px;
  background: #fff; }
  #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; }
