@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;
}

.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-destroys {
  color: var(--danger);
}
.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);
}

.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: url("logo.png");
  background-size: cover;
  background-position: center;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.brand-link {
  white-space: normal;
  position: relative;
  padding: 3px 5px;
}
.brand-link .brand-text {
  font-size: 16px;
  line-height: 22px;
  padding-left: 58px;
  display: flex;
  align-items: center;
  min-height: 50px;
}

.col-actions > a, .col-actions > span {
  margin-left: 3px;
  margin-right: 3px;
  width: 16px;
  display: inline-block;
  min-height: 1px;
}
.col-actions .far {
  font-size: 12px;
}
.col-actions .dropdown-item {
  padding: 0.25rem 0.5rem;
}
.col-actions .dropdown-item > i {
  display: inline-block;
  width: 17px;
  text-align: left;
}
.col-actions .dropdown-divider {
  margin: 0.15rem 0;
}
.col-actions .dropdown-menu {
  padding: 0.25rem 0;
  font-size: 0.75rem;
  min-width: 7rem;
}

.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: .75rem;*/
  line-height: 30px;
}

.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: 30px;
  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);
}

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

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

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

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

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

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

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

#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;
}

#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;
}

.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 .content {
  flex: 1 auto;
  padding: 6px 10px;
}

.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: 70px;
}

.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 #content-options .form-group.select2-sm .select2-container--bootstrap4 .select2-selection--single {
  height: calc(1em + 0.75rem + 2px) !important;
}
.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;
}
.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;
}

.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 30px;
}
.content-header .sub-actions li a {
  display: block;
  color: inherit;
  position: relative;
}
.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: 0;
  left: 100%;
  font-size: 85%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  background-color: orange;
  margin-left: 4px;
}

.period--wrap {
  background-color: var(--success);
  padding: 12px 10px;
  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 - (3.5rem + 1px + 54px));
  }
  .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;
}

.comments {
  min-height: 320px;
}
.comments .comment-item {
  color: #888;
}
.comments .comment-item .meta {
  margin-bottom: 5px;
}
.comments .comment-item:not(:first-child) {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #E8E8E8;
}
.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;
}

#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 {
  display: flex;
  justify-content: space-between;
}
#list-process .step-info > div {
  flex: 0 0 48%;
  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;
}

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

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

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

@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;
  }
}

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