@charset "UTF-8";
.btn:not(.processing) .spinner-border-sm {
  display: none;
}
.btn.processing > i.far {
  display: none;
}

.custom-tbl,
.tbl--tin-tuc {
  border: 1px solid #e8e8e8;
}
.custom-tbl .tr,
.tbl--tin-tuc .tr {
  display: flex;
}
.custom-tbl .tr:hover,
.tbl--tin-tuc .tr:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.custom-tbl .tr:not(:first-child) .th,
.custom-tbl .tr:not(:first-child) .td,
.tbl--tin-tuc .tr:not(:first-child) .th,
.tbl--tin-tuc .tr:not(:first-child) .td {
  border-top: 1px solid #e8e8e8;
}
.custom-tbl .th,
.custom-tbl .td,
.tbl--tin-tuc .th,
.tbl--tin-tuc .td {
  flex: 1 1 auto;
  padding: 5px 10px;
  overflow: hidden;
}
.custom-tbl .th:not(:first-child),
.custom-tbl .td:not(:first-child),
.tbl--tin-tuc .th:not(:first-child),
.tbl--tin-tuc .td:not(:first-child) {
  border-left: 1px solid #e8e8e8;
}
.custom-tbl .th.date-view,
.custom-tbl .td.date-view,
.tbl--tin-tuc .th.date-view,
.tbl--tin-tuc .td.date-view {
  flex: 0 0 140px;
  max-width: 140px;
}
.custom-tbl .th,
.tbl--tin-tuc .th {
  font-weight: bold;
  background-color: var(--blue);
  color: #fff;
}

#form-fixed {
  z-index: 9;
}

.note-editor p {
  margin-bottom: 0;
}
.note-editor.card {
  margin-bottom: 0;
}

.list-actions {
  display: flex;
}
.list-actions a {
  font-size: 14px;
  position: relative;
  width: 32px;
  height: 32px;
  text-align: center;
  padding-top: 6px;
  transition: color 0.45s ease-out;
}
.list-actions a::before {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(43, 160, 234, 0);
  content: "";
  z-index: 0;
  transition: background-color 0.45s ease-out;
}
.list-actions a i {
  z-index: 1;
  position: relative;
}
.list-actions .sp {
  margin-left: 10px;
  margin-right: 10px;
  width: 1px;
  height: 13px;
  background-color: #c8c8c8;
  position: relative;
  top: 10px;
}
.list-actions.disabled a {
  color: #c8c8c8;
}
.list-actions:not(.disabled) .js-action-trash-destroys,
.list-actions:not(.disabled) .js-action-destroys {
  color: var(--red);
}
.list-actions:not(.disabled) .js-action-trash-restores,
.list-actions:not(.disabled) .js-action-status.status-1 {
  color: var(--success);
}
.list-actions:not(.disabled) .js-action-status.status-0 {
  color: var(--gray);
}
.list-actions:not(.disabled) .js-action-public.public-1 {
  color: var(--success);
}
.list-actions:not(.disabled) .js-action-public.public-0 {
  color: var(--gray);
}
.list-actions:not(.disabled) a:hover {
  color: #fff !important;
}
.list-actions:not(.disabled) a:hover::before {
  background-color: rgb(43, 160, 234);
}
.list-actions > div {
  display: flex;
  align-items: center;
}

.jqx-grid-cell-danger {
  background-color: rgba(231, 76, 60, 0.4509803922);
}

.data-view .js-action-status.status-1:not(:hover) {
  color: var(--success);
}
.data-view .js-action-status.status-0:not(:hover) {
  color: var(--gray);
}
.data-view span.public-1, .data-view span.status-1 {
  color: var(--success);
}
.data-view span.public-0, .data-view span.status-0 {
  color: var(--gray);
}
.data-view .js-action-public.public-1:not(:hover) {
  color: var(--success);
}
.data-view .js-action-public.public-0:not(:hover) {
  color: var(--gray);
}

.js-show-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 12px;
  text-decoration: none !important;
}

.is-invalid + .js-show-password {
  display: none;
}

.custom-control-label::before,
.custom-control-label::after {
  top: 2px;
}

.js-show-password::before {
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
}

input[type=password] + .js-show-password::before {
  content: "\f070";
}

input[type=text] + .js-show-password::before {
  content: "\f06e";
}

.brand-logo {
  background-image: var(--site-logo);
  background-size: cover;
  background-position: center;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.brand-link {
  white-space: normal;
  position: relative;
  padding: 3px 5px;
}
.brand-link .brand-text {
  font-size: 13px;
  line-height: 16px;
  padding-left: 36px;
  display: flex !important;
  align-items: center;
  min-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.table td {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

input.ordering {
  background-color: transparent;
  border: none;
  text-align: center;
  width: 45px;
}
input.ordering:focus-visible {
  outline: none;
}

.swal2-icon {
  border-width: 0.15em;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  height: 0.15em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.9em;
}

.swal2-popup.swal2-toast .swal2-title {
  font-size: 0.75rem;
  line-height: 16px;
}

.swal2-icon-error {
  background-color: rgb(255, 233, 233) !important;
}

.swal2-icon-success {
  background-color: rgb(242, 255, 241) !important;
}

.swal2-backdrop-show .swal2-title {
  font-size: 1rem;
}

.swal2-actions button.swal2-styled {
  padding: 0.25rem 0.75rem;
}
.swal2-actions button.swal2-styled::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 6px;
}
.swal2-actions button.swal2-styled.swal2-confirm::before {
  content: "\f00c";
}
.swal2-actions button.swal2-styled.swal2-cancel::before {
  content: "\f00d";
}
.swal2-actions button.swal2-styled.swal2-deny::before {
  content: "\f071";
}

#yaht--search {
  position: relative;
}

#yaht--search-results {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.15);
  z-index: 9;
}
#yaht--search-results ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#yaht--search-results ul li {
  padding: 6px 10px;
}
#yaht--search-results ul li:not(:first-child) {
  border-top: 1px solid #e8e8e8;
}
#yaht--search-results ul li.active {
  background-color: var(--primary);
  color: #fff;
}
#yaht--search-results .no-results {
  padding: 10px;
}

.select2-results span.depth--1 {
  padding-left: 0.75rem;
}
.select2-results span.depth--2 {
  padding-left: 1.5rem;
}
.select2-results span.depth--3 {
  padding-left: 2.25rem;
}
.select2-results span.depth--4 {
  padding-left: 3rem;
}
.select2-results i.far {
  margin-right: 5px;
  font-size: 10px;
}

th.col-action,
td.col-action {
  width: 40px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  vertical-align: middle;
  text-align: center;
}

td.col-action {
  font-size: 85%;
}

.table-hover tbody tr.selected {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

th.depth--1,
td.depth--1 {
  padding-left: 1.75rem;
}

th.depth--2,
td.depth--2 {
  padding-left: 2.75rem;
}

th.depth--3,
td.depth--3 {
  padding-left: 3.75rem;
}

th.depth--4,
td.depth--4 {
  padding-left: 4.75rem;
}

td p:last-child {
  margin-bottom: 0;
}

.icon-uploader img {
  border: 1px solid #e8e8e8;
}

.form-group #list-attachments {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.form-group #list-attachments li {
  flex: 0 0 45%;
  max-width: 50%;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  margin: 5px 0;
  padding: 3px 5px 3px 36px;
  position: relative;
}
.form-group #list-attachments li:before {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 28px;
  content: "";
  background-color: #e8e8e8;
}
.form-group #list-attachments a {
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75rem;
}

#giao-an--me--list--canvas-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.canvas-container,
#modules--ky-duyet--canvas-container {
  position: relative;
  width: max-content;
  height: max-content;
  padding: 0;
}

#giao-an--me--list-position,
#modules--signer--sign-view,
#modules--ky-duyet--sign-view {
  touch-action: none;
  user-select: none;
  text-align: center;
  position: absolute;
  background-color: rgba(37, 217, 13, 0.15);
}
#giao-an--me--list-position img,
#modules--signer--sign-view img,
#modules--ky-duyet--sign-view img {
  max-width: 100%;
  max-height: 100%;
}

#noi-dung-phan-hoi {
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  background: red;
}

#modules--ky-duyet--sign-pages {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
#modules--ky-duyet--sign-pages li {
  flex: 0 1 50%;
  max-width: 50%;
  padding-left: 1.25rem;
}

.input-group-sm .custom-file,
.input-group-sm .custom-file-label {
  height: calc(1.8125rem + 2px);
}
.input-group-sm .custom-file-label::after,
.input-group-sm .custom-file-label {
  padding: 0.25rem 0.5rem;
}

.profile-view i.far,
.select2-sm i.far {
  font-size: 12px;
}
.profile-view .select2-selection__clear,
.select2-sm .select2-selection__clear {
  font-size: 0;
  width: 15px !important;
  height: 15px !important;
  top: 8px;
  right: -14px;
  z-index: 1;
}
.profile-view .select2-selection__clear::before,
.select2-sm .select2-selection__clear::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  position: absolute;
  top: 7px;
  left: 4px;
  font-size: 10px;
}
.profile-view .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice,
.select2-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  margin-top: calc(0.375rem - 3px);
}
.profile-view .select2-container--bootstrap4 .select2-selection--multiple,
.select2-sm .select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(1.5em + 0.75rem - 1px) !important;
  line-height: 20px;
}
.profile-view .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear,
.select2-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  top: calc(50% - 7px);
  right: 5px;
}
.profile-view .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder,
.select2-sm .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
  line-height: calc(1.25em + 0.75rem);
}
.profile-view .select2--use--prepend .select2-container--bootstrap4,
.select2-sm .select2--use--prepend .select2-container--bootstrap4 {
  width: calc(100% - 44px) !important;
}
.profile-view .select2--use--prepend.two .select2-container--bootstrap4,
.select2-sm .select2--use--prepend.two .select2-container--bootstrap4 {
  width: calc(100% - 90px) !important;
}
.profile-view .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered,
.select2-sm .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  padding-left: 0.5rem;
}

.select2-container--bootstrap4 .select2-results__option {
  padding: 0.1rem 0.5rem;
}

.dropdown-menu {
  font-size: 14px;
}

a.disabled {
  color: #6c757d !important;
  pointer-events: none;
}

.data-container,
#data-container {
  position: relative;
}
.data-container .spinner-border,
#data-container .spinner-border {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1rem;
  margin-left: -1rem;
  opacity: 0;
  visibility: hidden;
}
.data-container::before,
#data-container::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.35);
  content: "";
  opacity: 0;
  visibility: hidden;
}
.data-container.loading .spinner-border, .data-container.loading::before,
#data-container.loading .spinner-border,
#data-container.loading::before {
  opacity: 1;
  visibility: visible;
}
.data-container .page-link:focus,
#data-container .page-link:focus {
  box-shadow: none;
}
.data-container tr.deleted,
#data-container tr.deleted {
  background-color: rgba(255, 0, 0, 0.25) !important;
}
.data-container tr.deleted > *,
#data-container tr.deleted > * {
  background-color: inherit;
}
.data-container tr.restored,
#data-container tr.restored {
  background-color: rgba(36, 152, 0, 0.25) !important;
}
.data-container tr.restored > *,
#data-container tr.restored > * {
  background-color: inherit;
}
.data-container:not(.data-from-trash) .deleted-show,
#data-container:not(.data-from-trash) .deleted-show {
  opacity: 0;
  visibility: hidden;
  width: 0;
}
.data-container:not(.data-from-trash) .deleted-hide,
#data-container:not(.data-from-trash) .deleted-hide {
  opacity: 1;
  visibility: visible;
}
.data-container.data-from-trash .deleted-show,
#data-container.data-from-trash .deleted-show {
  opacity: 1;
  visibility: visible;
}
.data-container.data-from-trash .deleted-hide,
#data-container.data-from-trash .deleted-hide {
  opacity: 0;
  visibility: hidden;
  width: 0;
}

#permissions {
  display: flex;
  flex-wrap: wrap;
}
#permissions .group {
  flex: 0 50%;
}
#permissions .group .item {
  padding-left: 20px;
}

.jqx-grid-column-header {
  font-weight: bold;
  text-align: center;
}
.jqx-grid-column-header div {
  text-align: inherit !important;
}

#top_menus {
  min-height: 44px;
}
#top_menus .navbar-nav .dropdown-menu {
  margin-top: 8px;
}
#top_menus .navbar-nav > .nav-item > a {
  text-transform: uppercase;
}
#top_menus .dropdown-item {
  padding: 0.25rem 1rem;
}
#top_menus .dropdown-item:not(:first-child) {
  border-top: 1px solid #e9ecef;
}
#top_menus .dropdown-item .stat {
  float: right;
  font-size: 85%;
  border-radius: 50%;
  position: relative;
  right: -10px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  background-color: orange;
}

.custom-file-label::after {
  content: "Chọn file";
}

.custom-file.image .custom-file-label::after {
  content: "Chọn ảnh";
}

.form-group-receivers label {
  margin-bottom: 0;
}
.form-group-receivers label input {
  margin-right: 5px;
  position: relative;
  bottom: -2px;
}
.form-group-receivers .list-types,
.form-group-receivers #list-types {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.form-group-receivers .list-types li,
.form-group-receivers #list-types li {
  padding: 0 10px;
}
.form-group-receivers .list-receivers,
.form-group-receivers #list-receivers {
  background-color: #fff;
  padding: 10px 15px;
  margin-bottom: 0;
  list-style: none;
  flex: auto;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.form-group-receivers .list-receivers li,
.form-group-receivers #list-receivers li {
  flex: 0 33.3333%;
  padding: 5px 0;
}
.form-group-receivers .list-receivers label,
.form-group-receivers #list-receivers label {
  font-weight: normal !important;
}
.form-group-receivers .email-content {
  background-color: #fff;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .form-group-receivers .list-receivers li,
  .form-group-receivers #list-receivers li {
    flex: 0 50%;
  }
}
@media (max-width: 539px) {
  .form-group-receivers .list-receivers li,
  .form-group-receivers #list-receivers li {
    flex: 1 100%;
  }
}

.document-detail .group-item, .document-detail > div:not(.group) {
  display: flex;
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: -1px;
}
.document-detail > div.group {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px;
}
.document-detail .label {
  flex: 0 0 200px;
  background-color: #E8E8E8;
  padding: 6px 10px;
  text-align: right;
  font-weight: bold;
}
.document-detail.label-w130 .label {
  flex: 0 0 130px;
}
.document-detail.label-w200 .label {
  flex: 0 0 200px;
}
.document-detail .content {
  flex: 1 auto;
  padding: 6px 10px;
}
.document-detail .content p:last-child {
  margin-bottom: 0;
}
.document-detail .list-files .content > div:after {
  content: "";
  clear: both;
}
.document-detail .list-files .content > div:not(:first-child) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dotted #e1e1e1;
}

.jqx-grid-content .font-weight-bold .jqx-grid-cell {
  font-weight: bold;
}
.jqx-grid-content .font-weight-normal .jqx-grid-cell {
  font-weight: normal;
}
.jqx-grid-content .font-weight-900 .jqx-grid-cell {
  font-weight: 900;
}
.jqx-grid-content .font-normal .jqx-grid-cell {
  font-style: normal;
}
.jqx-grid-content .font-italic .jqx-grid-cell {
  font-style: italic;
}
.jqx-grid-content .font-oblique .jqx-grid-cell {
  font-style: oblique;
}
.jqx-grid-content .text-decoration-none .jqx-grid-cell {
  text-decoration: none;
}
.jqx-grid-content .text-decoration-overline .jqx-grid-cell {
  text-decoration: overline;
}
.jqx-grid-content .text-decoration-line-through .jqx-grid-cell {
  text-decoration: line-through;
}
.jqx-grid-content .text-decoration-underline .jqx-grid-cell {
  text-decoration: underline;
}
.jqx-grid-content .text-decoration-underline-overline .jqx-grid-cell {
  text-decoration: underline overline;
}

.template-dashboard .card-body,
.template-dashboard .card-header {
  padding: 0.75rem;
}
.template-dashboard .data-view input.ordering {
  width: 30px;
}
.template-dashboard .data-view .no {
  width: 40px;
  text-align: center;
}
.template-dashboard .data-view .actions {
  width: 80px;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}

#wrap-fixed {
  position: relative;
  height: 100%;
  /*#frmData{
      position: fixed;
  }*/
}

#modal-image-options {
  background-color: rgba(0, 0, 0, 0.75);
}

#images--list--component .images-list #data-view {
  display: flex;
  flex-wrap: wrap;
}
#images--list--component .images-list .image-item {
  width: 120px;
  height: 120px;
  border: 1px solid #ddd;
  padding: 1px;
  position: relative;
  margin: 5px;
}
#images--list--component .images-list .image-view {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-size: cover;
}
#images--list--component .images-list .actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: space-between;
  padding: 5px 15px;
}
#images--list--component .images-list .actions .ok {
  color: #fff;
}
#images--list--component .images-list .actions .ok:hover {
  color: var(--primary);
}
#images--list--component .images-list .row-checkbox {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
}
#images--list--component .images-list .js-view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal .yaht_csf-field-border .yaht_csf--input input,
.modal .yaht_csf-field-spacing .yaht_csf--input input {
  width: 48px;
}
.modal .group-title {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #E8E8E8;
  color: var(--primary);
}
.modal .group-title span {
  position: relative;
  display: inline-block;
}
.modal .group-title span::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--primary);
  height: 1px;
}
.modal #img-options .form-group.select2-sm .select2-container--bootstrap4 .select2-selection--single,
.modal #content-options .form-group.select2-sm .select2-container--bootstrap4 .select2-selection--single {
  height: calc(1em + 0.75rem + 2px) !important;
}
.modal #img-options .form-group.select2-sm .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered,
.modal #content-options .form-group.select2-sm .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: calc(1em + 0.75rem + 2px) !important;
}

.image-uploader .block-images,
.image-uploader .images {
  list-style: none;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.image-uploader .block-images li,
.image-uploader .images li {
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  padding: 1px;
  margin: 20px 10px 0 10px;
  flex: 0 0 calc(25% - 20px);
  max-width: calc(25% - 20px);
  position: relative;
  height: 100px;
  background-size: cover;
}
.image-uploader .block-images .configs {
  position: absolute;
  bottom: 0px;
  left: 0;
}
.image-uploader .images .js-image-destroy {
  position: absolute;
  top: -15px;
  right: -10px;
  font-size: 18px;
}
.image-uploader .images .js-image-destroy:hover {
  color: var(--primary);
}

.yaht-table .tr {
  display: flex;
  border-bottom: 1px solid #E8E8E8;
  background-color: #f4f4f4;
}
.yaht-table .tr:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.yaht-table .tr:hover .td {
  background-color: transparent !important;
}
.yaht-table .tr .td {
  padding: 8px 10px;
  align-items: center;
}
.yaht-table .tr .td:nth-child(1) {
  background-color: #efefef;
  display: flex;
}
.yaht-table .tr .td:nth-child(3) {
  display: flex;
}
.yaht-table.profile-view .td:nth-child(1) {
  flex: 0 160px;
}
.yaht-table.profile-view .td:nth-child(2) {
  flex: 1 auto;
}
.yaht-table.profile-view .td:nth-child(3) {
  flex: 0 120px;
}

.main-header .navbar-badge {
  right: 0;
}

.sidebar-mini.hns-admin .main-sidebar .nav-link {
  width: auto;
  padding: 0.35rem 0.5rem;
}
.sidebar-mini.hns-admin .main-sidebar > .sidebar {
  padding-left: 0;
  padding-right: 0;
}

/*.main-sidebar{
    .nav-link{
        padding-top: 0.35rem;
        padding-bottom: 0.35rem;
    }
}*/
.modal .image-uploader img {
  max-width: 100%;
  max-height: 160px;
  margin-top: 10px;
}

.form-group-actions {
  background-color: rgba(40, 167, 69, 0.085);
  border-radius: 6px;
  border: 1px solid rgba(40, 167, 69, 0.35);
  padding: 10px 15px;
}

.content-header .sub-actions {
  list-style: none;
  padding: 0;
  border-radius: 6px;
  display: flex;
  /*overflow: hidden;*/
}
.content-header .sub-actions li {
  border: 1px solid var(--primary);
  transition: all 0.45s ease-out;
  padding: 5px 25px;
  position: relative;
}
.content-header .sub-actions li a {
  display: block;
  color: inherit;
}
.content-header .sub-actions li:first-child {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.content-header .sub-actions li:last-child {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.content-header .sub-actions li:hover, .content-header .sub-actions li.active {
  background-color: var(--primary);
  color: #fff;
}
.content-header .sub-actions li:not(:first-child) {
  margin-left: -1px;
}
.content-header .sub-actions .stat {
  position: absolute;
  top: -10px;
  right: 2px;
  font-size: 85%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  background-color: orange;
}

.period--wrap {
  margin-bottom: 0;
}

.list-members--wrap {
  max-height: 400px;
  overflow-y: auto;
}

.criteria-values {
  list-style: none;
  padding-left: 0;
}
.criteria-values .detail {
  margin-left: 22px;
}

.criteria-status--1 .card-title {
  color: #28a745;
}

.on-time--1 {
  color: var(--success);
}

.on-time--0 {
  color: var(--warning);
}

.bootstrap-datetimepicker-widget table td {
  color: #000;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  color: #aaa;
}

@supports not (-webkit-touch-callout: none) {
  .layout-fixed .wrapper .sidebar {
    height: calc(100vh - 44px);
  }
  .layout-fixed.text-sm .wrapper .sidebar {
    height: calc(100vh - (2.93725rem + 1px));
  }
}
#workflow--nodes {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
#workflow--nodes li {
  display: flex;
}
#workflow--nodes .has-children li {
  width: 100%;
}
#workflow--nodes ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#workflow--nodes ul:not(.children-count--1) {
  position: relative;
}
#workflow--nodes ul:not(.children-count--1)::before {
  width: 3px;
  height: calc(100% - 68px);
  position: absolute;
  top: 34px;
  left: -63px;
  content: "";
  background-color: #007bff;
}
#workflow--nodes ul li:not(.has-children) {
  position: relative;
}
#workflow--nodes ul li:not(.has-children):before {
  width: calc(100% - 50px);
  height: 3px;
  background-color: #007bff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50px;
  content: "";
}
#workflow--nodes ul li:not(.has-children)::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  top: 50%;
  right: -3px;
  font-weight: 900;
  font-size: 20px;
  margin-top: -14px;
  z-index: 20;
  color: #007bff;
}
#workflow--nodes #children--x::before {
  height: calc(100% - 67px);
}
#workflow--nodes #children--x::after {
  width: 3px;
  height: calc(100% - 68px);
  position: absolute;
  top: 34px;
  right: -3px;
  content: "";
  background-color: #007bff;
}
#workflow--nodes #children--x.children-count--1 {
  position: relative;
}
#workflow--nodes #children--x.children-count--1::before {
  width: 3px;
  height: calc(100% - 68px);
  position: absolute;
  top: 34px;
  left: -63px;
  content: "";
  background-color: #007bff;
}
#workflow--nodes .node {
  width: 50px;
  height: 50px;
  margin: 10px 60px 10px 0;
  background-color: #007bff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#workflow--nodes .node span {
  position: relative;
  z-index: 60;
}
#workflow--nodes .workflow-node a.node {
  position: relative;
}
#workflow--nodes .workflow-node a.node::before {
  width: 60px;
  height: 3px;
  background-color: #007bff;
  position: absolute;
  top: 50%;
  right: 50px;
  margin-top: -1px;
  content: "";
}
#workflow--nodes .workflow-node a.node::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 48px;
  font-weight: 900;
  font-size: 20px;
  margin-top: -14px;
  color: #007bff;
  z-index: 10;
}
#workflow--nodes .end,
#workflow--nodes .begin {
  position: relative;
  z-index: 50;
  font-size: 20px;
}

.modal-header {
  padding: 0.75rem 1rem;
  position: relative;
}
.modal-header .close {
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  margin: 0;
}

.quote_detail,
.comment_quote_detail {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.comments {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  padding-right: 10px;
}
.comments.has-input-comment {
  max-height: calc(100vh - 310px);
}
.comments .comment-item {
  color: #333;
  display: flex;
  justify-content: start;
}
.comments .comment-item .meta {
  margin-bottom: 5px;
}
.comments .comment-item .meta .time {
  margin-right: 20px;
}
.comments .comment-item:not(:first-child) {
  margin-top: 15px;
}
.comments .comment-item .inner {
  flex: 0 0 auto;
  max-width: 90%;
  background-color: #f4f4f4;
  border-radius: 4px;
  padding: 10px;
}
.comments .comment-item.is-current {
  justify-content: end;
}
.comments .comment-item.is-current .js-reply {
  display: none;
}
.comments .comment-children {
  border: 1px solid #E8E8E8;
  margin-left: 30px;
  padding: 15px;
  margin-top: 20px;
}
.comments #pages-comments {
  border-top: 2px solid var(--primary);
  padding-top: 15px;
  border-radius: 0;
}
.comments .comment-item--quote {
  display: block;
  border-left: 2px solid #00a87d;
  background-color: rgba(0, 128, 0, 0.1098039216);
  margin-bottom: 10px;
  padding: 6px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.comments .comment-item-detail p:last-child {
  margin-bottom: 0;
}

#comment_quote {
  border-left: 2px solid #00a87d;
  background-color: #f4f4f4;
  padding: 10px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
  margin-bottom: 10px;
}
#comment_quote .js-cancel-reply {
  position: absolute;
  top: 8px;
  right: 10px;
}
#comment_quote .comment_quote_detail {
  color: #888;
}

.nav-tabs .nav-link {
  padding: 0.25rem 1rem;
}

.cke_toolbar_break {
  display: none !important;
}

#list-folders {
  list-style: none;
  margin: 0;
  padding: 0;
}
#list-folders .fa-folder {
  color: orange;
}
#list-folders li {
  padding: 8px 10px;
  transition: all 0.45s ease-out;
}
#list-folders li:nth-child(odd) {
  background: #efefef;
}
#list-folders li .btn {
  opacity: 0;
  visibility: hidden;
}
#list-folders li:hover {
  background-color: #d8d8d8;
}
#list-folders li:hover .btn {
  opacity: 1;
  visibility: visible;
}

.modal-body a.js-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  background-color: orange;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  color: #fff;
  transition: background-color 0.45s ease-out;
}
.modal-body a.js-modal-close:hover {
  background-color: red;
}

#rate-tab-content .js-create-rate,
#comment-tab-content .js-create-comment {
  position: absolute;
  top: 15px;
  right: 15px;
}

#list-process .step {
  margin-top: 20px;
}
#list-process .step .department {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 16px;
}
#list-process .step-info > div {
  border: 1px solid #efefef;
}
#list-process .step-info > div > div {
  display: flex;
  line-height: 28px;
}
#list-process .step-info > div > div:nth-child(odd) {
  background: #efefef;
}
#list-process .step-info > div > div label {
  flex: 0 0 90px;
  max-width: 90px;
  margin-bottom: 0;
  padding-left: 10px;
}

.nav-sidebar .has-treeview.nav-item > .nav-link {
  margin-bottom: 0;
}

#sidebar_menus .nav-pills .nav-treeview {
  background-color: #f4f4f4 !important;
  font-size: 0.85rem;
}
#sidebar_menus .nav-pills .nav-treeview .nav-link {
  padding: 0.25rem 0.5rem;
}
#sidebar_menus .nav-pills .nav-treeview .nav-link.active {
  background-color: transparent !important;
  color: #000 !important;
  font-weight: bold;
}
#sidebar_menus .nav-pills .nav-treeview .nav-link.active .fa-folder:before {
  content: "\f07c";
}

.node-item .comments .comment-item {
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  margin-top: 10px;
  padding: 10px;
  color: #888;
}
.node-item .comments .comment-item p:last-child {
  margin-bottom: 0;
}
.node-item .comments .comment-item .meta {
  margin-bottom: 10px;
}

.criteria .row--depth--0 {
  font-weight: bold;
}
.criteria .row--depth--0 .ordering {
  font-weight: bold;
}
.criteria .row--depth--1 .ordering {
  color: var(--primary);
}

.select2-container li:only-child,
.select2-container input:placeholder-shown {
  width: 100% !important;
}

#filters .advanced-search {
  display: none;
}

.table-nowrap,
.table-data-view {
  width: max-content;
  min-width: 100%;
}

.table-data-view th strong, .table-data-view td strong {
  display: inline-block;
}

.table-nowrap th, .table-nowrap td {
  white-space: nowrap;
}

.table-data {
  width: max-content;
  min-width: 100%;
  position: relative;
}
.table-data th:not(.wrap), .table-data td:not(.wrap) {
  white-space: nowrap;
}
.table-data .col-sticky,
.table-data .col-action {
  background-color: #efefef;
  z-index: 99;
  position: -webkit-sticky;
  position: sticky;
}
.table-data .col-sticky:before,
.table-data .col-action:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 1px;
  background-color: #dee2e6;
  content: "";
}
.table-data .col-sticky:first-child,
.table-data .col-action:first-child {
  left: 0;
}
.table-data .col-sticky:first-child:after,
.table-data .col-action:first-child:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  width: 1px;
  background-color: #dee2e6;
  content: "";
}
.table-data .col-sticky.l-40,
.table-data .col-action.l-40 {
  left: 40px;
}
.table-data .col-sticky.l-80,
.table-data .col-action.l-80 {
  left: 80px;
}
.table-data .col-sticky.l-120,
.table-data .col-action.l-120 {
  left: 120px;
}
.table-data .col-sticky:last-child,
.table-data .col-action:last-child {
  right: 0;
}
.table-data .col-sticky:last-child:after,
.table-data .col-action:last-child:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  width: 1px;
  background-color: #dee2e6;
  content: "";
}
.table-data .col-sticky.r-40,
.table-data .col-action.r-40 {
  right: 40px;
}
.table-data .col-sticky.r-80,
.table-data .col-action.r-80 {
  right: 80px;
}
.table-data .col-sticky.r-120,
.table-data .col-action.r-120 {
  right: 120px;
}
.table-data .col-sticky.r-160,
.table-data .col-action.r-160 {
  right: 160px;
}
.table-data .col-sticky.r-200,
.table-data .col-action.r-200 {
  right: 200px;
}
.table-data .col-sticky.r-240,
.table-data .col-action.r-240 {
  right: 240px;
}
.table-data .col-sticky.r-280,
.table-data .col-action.r-280 {
  right: 280px;
}
.table-data .col-sticky.r-320,
.table-data .col-action.r-320 {
  right: 320px;
}
.table-data .col-sticky.r-360,
.table-data .col-action.r-360 {
  right: 360px;
}
.table-data .col-sticky.r-400,
.table-data .col-action.r-400 {
  right: 400px;
}
.table-data tr .depth--1 {
  background-color: rgba(0, 128, 0, 0.05);
}

.table-scroll {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  height: calc(100vh - 290px);
}
.table-scroll thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #0a53be;
  color: white;
  height: 46px;
  vertical-align: middle;
}
.table-scroll thead th.nth2 {
  top: 46px;
}
.table-scroll th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: #0a53be;
  color: white;
}
.table-scroll thead th:first-child {
  z-index: 5;
}
.table-scroll thead th:first-child.nth2 {
  z-index: 2;
}
.table-scroll td,
.table-scroll th {
  padding: 0.5rem;
}
.table-scroll.phan-cong thead th.has-checkbox label {
  transform: translateY(-7px);
}
.table-scroll.phan-cong thead th.has-checkbox input {
  position: absolute;
  bottom: 6px;
  left: calc(50% - 7px);
}
.table-scroll.phan-cong tbody td {
  position: relative;
}
.table-scroll.phan-cong tbody td label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.is-reviewer--1 a.js-edit,
.is-reviewer--1 td {
  color: green;
}

.is-manager--1 td {
  font-weight: bold;
}

.tbl-permissions th, .tbl-permissions td {
  padding: 0.25rem 0.5rem;
}
.tbl-permissions th.depth--1, .tbl-permissions td.depth--1 {
  padding-left: 1.75rem;
}
.tbl-permissions th.depth--2, .tbl-permissions td.depth--2 {
  padding-left: 2.75rem;
}
.tbl-permissions th.depth--3, .tbl-permissions td.depth--3 {
  padding-left: 3.75rem;
}
.tbl-permissions th.depth--4, .tbl-permissions td.depth--4 {
  padding-left: 4.75rem;
}

/**
.select2-search--inline,
.select2-search__field:placeholder-shown {
    width: 100% !important;
}
 */
#tools--uniques--component #data-container .list-group {
  list-style: decimal inside !important;
}
#tools--uniques--component #data-container .list-group-item {
  display: list-item !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: copy;
}

.form-check-label--wrap {
  display: flex;
  flex-wrap: wrap;
}
.form-check-label--wrap .item {
  padding-left: 1.25rem;
  margin-right: 20px;
}

#accordion-reports .status--1 .card-title {
  color: green;
}

/*@todo templates */
#main-content > section {
  padding: 10px;
}

.page-main-content {
  background-color: #00a87d;
  padding: 10rem 30px;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 32px;
}

.yaht--position {
  padding: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}
.yaht--position .yaht--hook {
  margin-top: 10px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  padding: 10px;
}
.yaht--position > .yaht--hook:not(.yaht--hook--single) {
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.approved-1:not(.approved-1--0),
.on-time-1:not(.on-time-1--0) {
  color: green;
  font-weight: bold;
}

.on-time-0:not(.on-time-0--0) {
  color: orange;
  font-weight: bold;
}

.approved-0:not(.approved-0--0) {
  color: red;
  font-weight: bold;
}

li[aria-disabled=true] {
  color: #e0e0e0;
}

.jqx-grid .jqx-grid-column-header {
  text-align: center;
  font-weight: bold;
}

.input-comment-wrap .action-comment {
  flex: 0 0 100px;
  max-width: 100px;
  padding-left: 10px;
}
.input-comment-wrap .input-comment {
  flex: 1 1 calc(100% - 100px);
  max-width: calc(100% - 100px);
}

.yaht-search-results {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(183, 189, 196, 0.503551);
  border: 1px solid #e8e8e8;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  padding: 0;
  list-style: none;
}
.yaht-search-results .search-results {
  margin: 0;
  padding: 0;
}
.yaht-search-results .no-results {
  padding: 6px 10px;
}
.yaht-search-results li {
  padding: 6px 10px;
}
.yaht-search-results li:not(:first-child) {
  border-top: 1px solid #e8e8e8;
}
.yaht-search-results li.active, .yaht-search-results li:hover {
  background-color: #f4f4f4;
}
.yaht-search-results li.active,
.yaht-search-results li:hover {
  background-color: #f4f4f4;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 0.5rem auto;
  }
}
@media (max-width: 420px) {
  .modal .yaht_csf-field-spacing .select-units,
  .modal .yaht_csf-field-spacing .yaht_csf--input input {
    width: 36px;
  }
  .modal .yaht_csf-field-spacing .select-screens {
    width: 42px;
  }
}
.feedback--1,
.feedback--1 .js-view {
  color: red;
}

/*# sourceMappingURL=admin.style.css.map */
