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

/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình ipad hiển thị theo chiều ngang (Landscape)****/
/****Màn hình desktop loại bé****/
/****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é****/
/*@mixin mobile {
    @media(max-width: 767px) {
        @content
    }
}


@mixin ipad {
    @media(min-width: 768px) and (max-width:1024px) {
        @content
    }
}
@mixin tablet {
    @media only screen and (max-width: 1200px) {
        @content
    }
}

@mixin ipad {
    @media only screen and (max-width:1024px) {
        @content
    }
}

@mixin ipad-port {
    @media only screen and (max-width:992px) {
        @content
    }
}

@mixin mobile {
    @media only screen and (max-width:769px) {
        @content
    }
}

@mixin ipadSmPort {
    @media only screen and (max-width:600px) {
        @content
    }
}

@mixin mobile-small {
    @media only screen and (max-width: 577px) {
        @content
    }
}

@mixin iphonePlus {
    @media only screen and (max-width: 415px) {
        @content
    }
}

@mixin iphone {
    @media only screen and (max-width: 376px) {
        @content
    }
}

@mixin mobileSm {
    @media only screen and (max-width: 376px) {
        @content
    }
}

@mixin onlyTablet {
    @media (min-width: 1025px) and (max-width: 1200px) {
        @content
    }
}

@mixin onlyIpad {
    @media (min-width: 992px) and (max-width:1024px) {
        @content
    }
}

@mixin onlyIpad-port {
    @media (min-width: 769px) and (max-width:992px) {
        @content
    }
}

@mixin onlyMobile {
    @media (min-width: 577px) and (max-width:769px) {
        @content
    }
}

@mixin onlyMobile-small {
    @media (max-width: 577px) {
        @content
    }
}
@mixin mobile {
    @media (max-width: 600px) {
        @content;
    }
}



@mixin desktop {
    @media (min-width:768px) and (max-width: 1024px) {
        @content;
    }
}

@mixin desktop-up {
    @media (min-width: 1800px) {
        @content;
    }
}*/
ul, li {
  list-style: none; }

body {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px; }

p {
  margin: 0 auto; }

a:hover {
  text-decoration: none; }

#p-ChiTieu {
  min-height: calc(100vh - 183px);
  padding: 20px 50px; }
  #p-ChiTieu .nav-link.active {
    background-color: #657FAD !important; }
    #p-ChiTieu .nav-link.active span {
      color: white; }
  #p-ChiTieu .nav-link span {
    color: #657FAD;
    padding: 8px;
    padding-left: 8px;
    padding-left: 20px;
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: uppercase; }
  #p-ChiTieu .updating {
    display: none;
    text-align: center;
    margin-top: 100px; }
  #p-ChiTieu .filter-box {
    display: flex; }
    #p-ChiTieu .filter-box #cboNamBC {
      width: 400px; }
  #p-ChiTieu .UI-DROP {
    display: flex;
    gap: 10px;
    margin: 10px;
    position: relative; }
    #p-ChiTieu .UI-DROP .ui-tieude {
      font-weight: 600;
      min-width: 120px;
      text-align: right;
      padding-top: 5px; }
    #p-ChiTieu .UI-DROP .UI-DDL {
      border-radius: 5px;
      display: flex;
      height: 32px;
      align-items: center;
      border: 1px solid #ccc;
      padding: 5px 26px 5px 7px;
      width: 100%; }
      #p-ChiTieu .UI-DROP .UI-DDL::after {
        position: absolute;
        right: 12px; }
      #p-ChiTieu .UI-DROP .UI-DDL i {
        border-left: 1px solid #ddd;
        padding: 6px 11px;
        height: 31.99px; }
    #p-ChiTieu .UI-DROP .dropdown-menu {
      left: 33%;
      width: 100%;
      max-height: 300px;
      overflow: auto; }
      #p-ChiTieu .UI-DROP .dropdown-menu li {
        padding: 5px;
        font-size: 0.9em;
        cursor: pointer; }
        #p-ChiTieu .UI-DROP .dropdown-menu li:hover {
          background-color: aliceblue; }
      #p-ChiTieu .UI-DROP .dropdown-menu li:not(:last-child) {
        border-bottom: 1px dashed #ccc; }
  #p-ChiTieu .maubieu {
    padding: 15px;
    display: none; }
    #p-ChiTieu .maubieu.active {
      display: block; }
    #p-ChiTieu .maubieu .heading {
      font-weight: 600;
      font-size: 1.2em;
      padding: 10px;
      color: #002566; }
    #p-ChiTieu .maubieu .table {
      width: 100%; }
      #p-ChiTieu .maubieu .table .ghichu {
        background: #ffeec5;
        font-size: 0.9em;
        font-style: italic;
        font-weight: 400;
        color: #8c0202; }
        #p-ChiTieu .maubieu .table .ghichu th, #p-ChiTieu .maubieu .table .ghichu td {
          font-weight: 400;
          text-align: center; }
      #p-ChiTieu .maubieu .table th {
        text-align: center;
        position: sticky; }
      #p-ChiTieu .maubieu .table td, #p-ChiTieu .maubieu .table th {
        color: #222;
        vertical-align: middle; }
  #p-ChiTieu .wrap-header {
    background-color: #657FAD !important;
    margin: 0;
    position: relative;
    height: auto !important;
    border-radius: 6px 6px 0px 0px;
    display: inline-block;
    margin-top: 50px; }
    #p-ChiTieu .wrap-header .text-header {
      color: white;
      padding: 8px;
      padding-left: 20px;
      font-size: 18px;
      margin-bottom: 0px;
      text-transform: uppercase; }
  #p-ChiTieu .wrap-body {
    border: 1px solid #C8D3E6;
    background-color: #fff; }
    #p-ChiTieu .wrap-body .box-filter {
      display: flex;
      padding: 12px 0;
      align-self: center; }
      #p-ChiTieu .wrap-body .box-filter .UI-DROP {
        max-height: 32px; }
      #p-ChiTieu .wrap-body .box-filter .UI-DROP {
        display: flex;
        position: relative;
        line-height: 22px;
        box-sizing: border-box;
        margin: 0 10px 0 5px;
        max-height: 32px; }
        #p-ChiTieu .wrap-body .box-filter .UI-DROP .drop-menu {
          max-height: 300px;
          overflow: auto; }
        #p-ChiTieu .wrap-body .box-filter .UI-DROP .UI-DDL {
          /*                    border: 1px solid #ddd;
                    border-radius: 5px;
                    box-shadow: 1px 2px 5px -2px #ddd inset;
                    display: flex;
                    //max-width: 400px;
                    padding: 0;*/
          padding: 5px;
          cursor: pointer;
          border-radius: 5px;
          background-color: #eeecec;
          list-style: none;
          width: 140px;
          overflow: hidden;
          text-overflow: ellipsis; }
          #p-ChiTieu .wrap-body .box-filter .UI-DROP .UI-DDL::after {
            content: none; }
          #p-ChiTieu .wrap-body .box-filter .UI-DROP .UI-DDL:hover {
            background-color: #ddd; }
            #p-ChiTieu .wrap-body .box-filter .UI-DROP .UI-DDL:hover .ui-nhan {
              background-color: #ddd; }
          #p-ChiTieu .wrap-body .box-filter .UI-DROP .UI-DDL i {
            border-left: 1px solid #ddd;
            margin-left: 36px;
            padding: 5px; }
            #p-ChiTieu .wrap-body .box-filter .UI-DROP .UI-DDL i::before:not(.fa-calendar) {
              margin-left: 12px; }
          #p-ChiTieu .wrap-body .box-filter .UI-DROP .UI-DDL span {
            padding: 6px 11px 4px 5px;
            background: #fff; }
          #p-ChiTieu .wrap-body .box-filter .UI-DROP .UI-DDL .ui-nhan {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            background-color: #eeecec; }
          #p-ChiTieu .wrap-body .box-filter .UI-DROP .UI-DDL .datepicker {
            border: 1px solid #ddd; }
            #p-ChiTieu .wrap-body .box-filter .UI-DROP .UI-DDL .datepicker i {
              border-left: 1px solid #ddd; }
          #p-ChiTieu .wrap-body .box-filter .UI-DROP .UI-DDL input {
            border: none !important; }
        #p-ChiTieu .wrap-body .box-filter .UI-DROP .dp-thoigian {
          padding: 5px;
          cursor: pointer;
          border-radius: 5px;
          background-color: #eeecec;
          list-style: none;
          width: 140px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: flex; }
          #p-ChiTieu .wrap-body .box-filter .UI-DROP .dp-thoigian::after {
            content: none; }
          #p-ChiTieu .wrap-body .box-filter .UI-DROP .dp-thoigian i {
            border-left: 1px solid #ddd;
            padding: 4px 6px 6px 6px; }
            #p-ChiTieu .wrap-body .box-filter .UI-DROP .dp-thoigian i::before:not(.fa-calendar) {
              margin-left: 12px; }
          #p-ChiTieu .wrap-body .box-filter .UI-DROP .dp-thoigian span {
            padding: 6px 11px 4px 5px;
            background: #fff; }
          #p-ChiTieu .wrap-body .box-filter .UI-DROP .dp-thoigian .ui-nhan {
            font-size: 12px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          #p-ChiTieu .wrap-body .box-filter .UI-DROP .dp-thoigian .datepicker {
            border: 1px solid #ddd; }
            #p-ChiTieu .wrap-body .box-filter .UI-DROP .dp-thoigian .datepicker i {
              border-left: 1px solid #ddd; }
          #p-ChiTieu .wrap-body .box-filter .UI-DROP .dp-thoigian input {
            border: none !important;
            margin-left: 5px;
            font-family: Roboto, Arial;
            background-color: #eeecec; }
        #p-ChiTieu .wrap-body .box-filter .UI-DROP ul {
          padding: 0 0;
          z-index: 10000;
          max-height: 300px;
          overflow: scroll; }
          #p-ChiTieu .wrap-body .box-filter .UI-DROP ul li {
            padding: 3px 5px;
            font-size: 14px;
            list-style: none;
            line-height: 21px; }
            #p-ChiTieu .wrap-body .box-filter .UI-DROP ul li:hover {
              font-weight: 500; }
        #p-ChiTieu .wrap-body .box-filter .UI-DROP .ui-tieude {
          font-weight: 600;
          display: inline;
          padding: 7px 7px 4px;
          float: left; }
      #p-ChiTieu .wrap-body .box-filter #cboCTTK .dropdown-toggle {
        width: 500px; }
      #p-ChiTieu .wrap-body .box-filter #cboCTTK i {
        border-left: 1px solid #ddd;
        margin-left: 396px;
        padding: 5px; }
    #p-ChiTieu .wrap-body .bt-search {
      padding: 5px;
      cursor: pointer;
      border-radius: 5px;
      background-color: #657FAD;
      list-style: none;
      width: 121px;
      color: #fff; }
    #p-ChiTieu .wrap-body .result-table {
      margin-top: 50px; }
      #p-ChiTieu .wrap-body .result-table .wrap-header-tb .text-header-tb {
        color: #002566;
        padding: 8px;
        font-size: 25px;
        margin-bottom: 0px;
        text-align: center; }
      #p-ChiTieu .wrap-body .result-table .wrap-body-tb {
        margin: 20px 50px;
        overflow: scroll; }
        #p-ChiTieu .wrap-body .result-table .wrap-body-tb .bg-white {
          background-color: #fff !important;
          margin-bottom: 50px;
          width: 100%; }
        #p-ChiTieu .wrap-body .result-table .wrap-body-tb thead {
          font-weight: normal;
          text-align: center; }
          #p-ChiTieu .wrap-body .result-table .wrap-body-tb thead th {
            border: 1px solid #dee2e6;
            line-height: 15px;
            padding: .5rem; }
        #p-ChiTieu .wrap-body .result-table .wrap-body-tb td {
          border: 1px solid #dee2e6;
          text-align: center;
          color: black; }
        #p-ChiTieu .wrap-body .result-table .wrap-body-tb tbody tr:nth-of-type(2n+1) {
          background: #f5f6f7 !important; }
