﻿@font-face {
  font-family: 'Roboto';
  src: url("../../fonts/roboto/roboto-variablefont_wdth,wght.ttf") format("truetype"); }

@font-face {
  font-family: 'Noto-Sans';
  src: url("../../fonts/noto_sans/notosans-variablefont_wdth,wght.ttf") format("truetype"); }

@font-face {
  font-family: 'Manrope';
  src: url("../../fonts/manrope/manrope-variablefont_wght.ttf") format("truetype"); }

ul, li {
  list-style: none; }

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

p {
  margin: 0 auto; }

a:hover {
  text-decoration: none; }

/*$secondary-color: #cf0921;
$primary-color: #014eff;
$text-active: #FCE731;*/
#top {
  display: flex;
  position: absolute;
  height: 65px;
  top: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ccc;
  z-index: 1000;
  flex-direction: row;
  gap: 20px; }
  #top #logo {
    color: #3270d1;
    width: 72px;
    height: 59px;
    padding: 10px;
    text-align: center; }
  #top #box-top {
    display: flex;
    flex-direction: column;
    padding-top: 5px;
    width: 20%;
    background: #4a76de; }
    #top #box-top .bt {
      padding: 6px 18px;
      border-radius: 25px;
      font-size: 14px;
      margin-top: 15px;
      margin-left: 24px;
      color: #fff; }
      #top #box-top .bt.active {
        background: #fff;
        color: #4a76de; }
  #top #box-top1 {
    font-size: 19px;
    color: #106dc1; }
  #top #dTabs {
    height: 40px;
    padding: 5px;
    margin-top: 15px;
    margin-bottom: -1px; }
    #top #dTabs .bt {
      height: 38px;
      background: #fff;
      padding: 6px 9px;
      margin-left: 7px;
      border: 1px solid #ddd;
      border-radius: 5px; }
      #top #dTabs .bt.active {
        border-bottom: 2px solid;
        box-shadow: none;
        border-radius: 0;
        color: #3270d1;
        font-weight: bold; }

#pagebody {
  position: fixed;
  top: 65px;
  width: 100%;
  height: 100%;
  display: inline-flex; }
  #pagebody #leftpanel {
    height: 100%;
    width: 20%;
    min-width: 20%;
    border-right: 1px solid #ddd;
    padding-right: 0;
    background: #eef3ff; }
    #pagebody #leftpanel .zone {
      padding: 24px;
      background: #eef3ff;
      display: none; }
      #pagebody #leftpanel .zone.active {
        display: block; }
      #pagebody #leftpanel .zone .parent {
        position: relative;
        border-left: 1px solid #ddd;
        /* margin-left: 30px;*/
        margin-top: 10px;
        padding: 7px;
        margin-bottom: -10px; }
        #pagebody #leftpanel .zone .parent > div {
          display: none; }
        #pagebody #leftpanel .zone .parent.open > div {
          display: block; }
        #pagebody #leftpanel .zone .parent > p {
          margin-left: 21px;
          cursor: pointer;
          margin-bottom: 10px;
          margin-top: -8px;
          display: flex; }
          #pagebody #leftpanel .zone .parent > p .more {
            margin-left: auto; }
        #pagebody #leftpanel .zone .parent.open .parent {
          margin-left: 30px;
          margin-top: 10px; }
          #pagebody #leftpanel .zone .parent.open .parent p {
            margin-bottom: 5px; }
          #pagebody #leftpanel .zone .parent.open .parent .line {
            left: -37px; }
      #pagebody #leftpanel .zone .child {
        padding-left: 10px;
        margin-top: -4px;
        position: relative; }
        #pagebody #leftpanel .zone .child .line {
          border-top: 1px solid #ddd;
          padding: 0 32px 5px 0px;
          position: absolute;
          top: 21px; }
        #pagebody #leftpanel .zone .child p {
          display: flex;
          align-items: baseline;
          padding: 7px 0; }
        #pagebody #leftpanel .zone .child .spitem {
          text-overflow: ellipsis;
          display: inline-block;
          white-space: nowrap;
          overflow: hidden;
          width: 90%; }
        #pagebody #leftpanel .zone .child .fa-file-signature {
          background: #e4eeffa3;
          padding: 7px 9px;
          font-size: 12px;
          border-radius: 13px;
          color: #4f73ba;
          margin-left: -14px; }
      #pagebody #leftpanel .zone span.line {
        border-top: 1px solid #ddd;
        padding: 0 35px 5px 0px;
        position: absolute;
        top: 10px;
        left: 0px; }
      #pagebody #leftpanel .zone .fa-solid.fa-file-signature {
        color: #3270d1;
        margin-left: 5px; }
      #pagebody #leftpanel .zone .tagItem {
        padding: 8px;
        background: #fafafa;
        margin-top: 5px;
        cursor: pointer;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 7px; }
      #pagebody #leftpanel .zone .tagItem .more {
        margin-left: auto;
        display: none;
        padding: 3px 7px;
        color: #6086e0; }
      #pagebody #leftpanel .zone .tagItem:hover .more {
        display: block; }
  #pagebody #rightpanel {
    max-height: calc(100vh - 64px);
    width: 100%;
    padding-left: 20px;
    overflow: scroll;
    background: #fff; }
    #pagebody #rightpanel .boxGroup {
      display: none;
      margin-top: 20px;
      padding-top: 20px;
      border-radius: 5px;
      border: 1px solid #e6e6e6;
      height: max-content;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.04); }
      #pagebody #rightpanel .boxGroup.show {
        display: block; }

.tab {
  display: none; }
  .tab.active {
    display: block; }

.phantrang {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  .phantrang .pagination {
    padding: 5px 0;
    margin: auto !important; }
    .phantrang .pagination > li > a, .phantrang .pagination > li > span {
      padding: 5px 10px;
      font-size: 13px;
      cursor: pointer;
      border: 1px solid #ccc;
      margin: 0 2px;
      border-radius: 4px; }
  .phantrang .pagination > .active > a, .phantrang .pagination > .active > a:focus, .phantrang .pagination > .active > a:hover, .phantrang .pagination > .active > span, .phantrang .pagination > .active > span:focus, .phantrang .pagination > .active > span:hover {
    background-color: #fff;
    border-color: #3270d1;
    color: #3270d1; }

.more {
  padding: 5px 7px; }

.actionmore {
  display: none;
  background: #fff;
  border: 1px solid #e9ecef;
  position: absolute;
  border-radius: 0.375rem;
  width: max-content;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; }
  .actionmore ul {
    padding: 5px;
    margin: 0; }
    .actionmore ul li {
      color: #333;
      font-size: 0.9rem;
      padding: 5px 9px;
      display: flex;
      align-items: baseline;
      gap: 7px;
      border-radius: 0.375rem;
      cursor: pointer;
      /*            &:not(last-child) {
                border-bottom: dashed 1px #ccc;
            }*/ }
      .actionmore ul li:not(last-child) {
        border-bottom: 1px dashed #ddd; }
      .actionmore ul li i {
        font-size: 0.8rem; }
      .actionmore ul li:hover {
        background: #ecf1f5; }

.boxHead {
  color: #486CC4;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  gap: 7px;
  width: 98% !important;
  min-height: 52px !important;
  background: #fff;
  line-height: 36px;
  cursor: pointer;
  font-size: 18px;
  padding: 0px 21px; }
  .boxHead i:last-child {
    margin-left: auto;
    font-size: 0.9em;
    padding: 10px 13px; }
  .boxHead i.iconSymbol {
    background: #eff1f6;
    width: 30px;
    font-size: 15px !important;
    padding: 8px 6px !important;
    border-radius: 50%;
    height: 30px;
    text-align: center;
    margin-top: 3px;
    margin-left: -8px; }

.box-group {
  gap: 10px 24px;
  background: #fff;
  width: 98%;
  border-radius: 0 0 10px 10px;
  padding: 18px 20px 26px 22px;
  flex-wrap: wrap;
  margin-top: -7px;
  justify-content: space-around;
  border-top: 1px solid #ccc;
  display: none; }
  .box-group.show {
    display: flex; }

.rpCode {
  background: #eff8fd;
  padding: 5px 11px;
  border-radius: 5px; }

button {
  background: none;
  border: none;
  padding: 10px; }

#rpName {
  font-size: 20px !important;
  margin: -13px 0 4px 0 !important; }

#box-top2 {
  display: flex;
  height: 30px;
  color: #0a3980;
  line-height: 7px; }

#pages {
  position: fixed;
  top: 67px;
  width: 100%; }

.boxdate {
  position: relative; }
  .boxdate i {
    position: absolute;
    left: 5px;
    top: 10px;
    color: #486cc4; }
  .boxdate .datepicker {
    padding-left: 23px; }

.UI-DROP .ui-tieude {
  font-weight: 600;
  padding: 10px; }

.UI-DROP .UI-DDL {
  position: relative; }
  .UI-DROP .UI-DDL::after {
    position: absolute;
    right: 10px;
    top: 15px; }

.UI-DROP .dropdown-menu {
  line-height: 28px;
  max-height: 300px;
  overflow: auto; }
  .UI-DROP .dropdown-menu li {
    padding: 5px 7px;
    cursor: pointer; }
    .UI-DROP .dropdown-menu li:hover {
      background-color: #fafafa; }
    .UI-DROP .dropdown-menu li:not(last-child) {
      border-bottom: 1px dashed #ccc; }

.bottomTools {
  width: 100%;
  display: flex;
  gap: 20px;
  padding: 20px;
  justify-content: flex-end; }

.boxIcon {
  width: 97px;
  height: 48px;
  text-align: center;
  cursor: pointer;
  color: #0b78d9;
  padding: 5px;
  border-right: 1px solid #d9e3f4; }

.rpStatus.done {
  background: #51bc28; }

.rpStatus {
  padding: 5px 12px;
  border-radius: 14px;
  color: #fff; }

.spTime {
  border: 1px solid #ccc;
  padding: 5px 13px;
  white-space: nowrap;
  border-radius: 13px; }

.rpStatus.doing {
  background: #6086e0; }

.gvtCenter {
  text-align: center; }

.rpStatus.over {
  background: orange; }

#svDesignZone {
  display: flex;
  position: fixed;
  top: 0px;
  justify-content: flex-end;
  z-index: 1000 !important;
  right: 0;
  height: 65px;
  padding: 6px; }

#tbReport td {
  vertical-align: middle; }

.thoihan {
  border: 1px solid orange;
  border-radius: 19px;
  padding: 4px 5px;
  background: orange;
  color: #fff;
  font-size: 0.9em;
  width: max-content;
  display: inline-block; }

td i {
  font-size: 0.9em; }
  td i .fa-solid.fa-file-signature, td i .fa, td i .fas, td i .far, td i .fa-solid {
    color: #3270d1; }
  td i .fa-warning {
    color: #fff; }

.noData {
  display: none; }

#newBCTP {
  display: none; }
  #newBCTP.show {
    display: block; }

.lbGroup {
  position: absolute;
  left: 24px;
  width: 62px !important;
  bottom: -14px;
  background: #718ccc;
  padding: 1px 6px !important;
  text-align: center !important;
  border-radius: 4px;
  font-size: 11px;
  color: #fff; }

#pDonVi span {
  font-weight: bold;
  background: #718ccc;
  padding: 10px 20px;
  color: #fff;
  border-radius: 20px;
  margin-left: 5px; }

#pDonVi span.active {
  background: #f56191; }

#eBody {
  display: flex;
  justify-content: space-around; }

.donvi .fa-arrow-right {
  font-size: 11px;
  padding: 4px 2px; }

.spNew {
  position: absolute;
  top: -2px;
  background: #ff5252;
  color: #fff;
  padding: 1px 5px;
  right: 32px;
  border-radius: 14px;
  font-size: 11px;
  border: 2px solid #fff; }

.report {
  width: 108px;
  height: 125px;
  border: 1px solid #d0d9ff;
  border-radius: 5px;
  margin: 5px;
  position: relative;
  float: left;
  cursor: pointer;
  box-shadow: 3px 3px 12px 1px #ddd; }

.report:hover {
  transform: scale(1.02);
  box-shadow: 3px 3px 12px 1px #ccc; }

.reportType {
  background: #718ccc;
  color: #fff;
  position: absolute;
  bottom: -5px;
  border-radius: 0 0 5px 5px;
  font-size: 13px;
  padding: 2px 8px;
  height: 39px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 14px; }

.report .fa-solid.fa-circle-check {
  color: #7995d9;
  top: 2px;
  right: 1px; }

.report.done .donvi {
  background: #ff5997;
  color: #fff !important; }

.report.done {
  border: 1px solid #ff5997; }

.report .fa-solid.fa-tachograph-digital {
  font-size: 50px;
  color: #7995d9;
  padding: 5px 22px; }

.report.done .fa-tachograph-digital, .report.done i, .report.done label {
  color: #ff5997 !important; }

.report label {
  font-weight: normal;
  text-align: center;
  width: 100%; }

#lsBox {
  display: flex;
  justify-content: space-around; }

#eEdit {
  width: 100%;
  float: left; }

.lbStatus {
  font-size: 13px;
  text-align: center; }

.number {
  position: absolute;
  right: 27px;
  top: 16px;
  background: #f45d6b;
  border-radius: 3px;
  padding: 2px 7px;
  font-size: 11px;
  font-weight: bold;
  color: #fff; }

.lbStatus i {
  color: green; }

#eTop {
  width: 100%;
  display: flex;
  justify-content: center; }

.report .donvi {
  background: #d0d9ff; }

.boxE {
  margin: 7px auto;
  width: 98%; }
  .boxE label {
    padding: 10px;
    font-weight: 600; }
  .boxE .UI-DROP {
    margin: 0;
    display: flex;
    flex-direction: column; }

.boxInfo {
  background: #e2e3e43b;
  padding: 20px 30px;
  border-radius: 5px;
  grid-template-columns: repeat(2, 50%);
  position: relative;
  display: none; }
  .boxInfo .boxE {
    margin: unset; }
  .boxInfo.show {
    display: grid; }

.fa-solid.fa-square-plus, .fa-solid.fa-square-minus {
  position: absolute;
  left: -8px;
  top: 0px;
  font-size: 18px;
  color: #3270d1; }

.spitem {
  cursor: pointer; }

.spitem.active {
  background: #609eff;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff; }
