/* BEGIN_SYSTEM_STYLES */
.btn-close {
  --bs-btn-close-color: #000000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(255, 165, 0, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes shake {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-2deg);
  }
  20% {
    transform: translate(-3px, 0) rotate(3deg);
  }
  30% {
    transform: translate(0, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(2px, 1px) rotate(-2deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(4deg);
  }
  90% {
    transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}
:root {
  --modal-options-limit: 10;
  --filter-options-limit: 6;
  --select2-options-limit: 10;
}

@font-face {
  font-family: "ew";
  src: url("fonts/ew.eot?t39no9");
  src: url("fonts/ew.eot?#iefixt39no9") format("embedded-opentype"), url("fonts/ew.woff?t39no9") format("woff"), url("fonts/ew.ttf?t39no9") format("truetype"), url("fonts/ew.svg?t39no9#ew") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  display: inline-block;
  font: normal normal normal 14px/1 "ew";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-advanced-search::before {
  content: "\e608";
}

.icon-grid-add::before {
  content: "\e60f";
}

.icon-grid-edit::before {
  content: "\e61c";
}

.icon-addedit::before {
  content: "\e609";
}

.icon-md-add::before {
  content: "\e61b";
}

.icon-md-edit::before {
  content: "\e600";
}

.icon-md-copy::before {
  content: "\e60c";
}

.icon-md-view::before {
  content: "\e614";
}

.icon-inline-add::before {
  content: "\e619";
}

.icon-inline-copy::before {
  content: "\e606";
}

.icon-inline-copy2::before {
  content: "\e61a";
}

.icon-inline-edit::before {
  content: "\e605";
}

.icon-reset-search::before {
  content: "\e60d";
}

.icon-view::before {
  content: "\e612";
}

.icon-advanced-search2::before {
  content: "\e60b";
}

.icon-highlight::before {
  content: "\e60a";
}

.icon-csv::before {
  content: "\e610";
}

.icon-xml::before {
  content: "\e60e";
}

.icon-email::before {
  content: "\f003";
}

.icon-user::before {
  content: "\f007";
}

.icon-print::before {
  content: "\f02f";
}

.icon-edit::before {
  content: "\f040";
}

.icon-export::before {
  content: "\f045";
}

.icon-selected::before {
  content: "\f046";
}

.icon-filter::before {
  content: "\f0b0";
}

.icon-copy::before {
  content: "\f0c5";
}

.icon-options::before {
  content: "\f0c9";
}

.icon-table::before {
  content: "\f0ce";
}

.icon-first::before {
  content: "\f100";
}

.icon-last::before {
  content: "\f101";
}

.icon-prev::before {
  content: "\f104";
}

.icon-next::before {
  content: "\f105";
}

.icon-collapse::before {
  content: "\f147";
}

.icon-expand::before {
  content: "\f196";
}

.icon-search::before {
  content: "\e611";
}

.icon-language::before {
  content: "\e613";
}

.icon-pdf::before {
  content: "\e601";
}

.icon-word::before {
  content: "\e602";
}

.icon-excel::before {
  content: "\e603";
}

.icon-html::before {
  content: "\e604";
}

.icon-master-detail::before {
  content: "\e607";
}

.icon-arrow-left::before {
  content: "\e615";
}

.icon-arrow-down::before {
  content: "\e616";
}

.icon-arrow-up::before {
  content: "\e617";
}

.icon-arrow-right::before {
  content: "\e618";
}

body {
  font-family: "Lato", var(--bs-font-sans-serif), "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lato", var(--bs-font-sans-serif), "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Highlighting color */
::selection {
  background: #D75C4D;
  color: #ffffff;
}

.tippy-box {
  font-size: 0.765625rem;
  background-color: var(--bs-emphasis-color);
  color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
  opacity: 0.9;
}
.tippy-box .tippy-arrow {
  color: var(--bs-emphasis-color);
}
.tippy-box .tippy-content {
  padding: 0.25rem 0.5rem;
}

.content-wrapper {
  background-color: #FFFFFF;
}

a:not(.btn) .icon-view,
a:not(.btn) .icon-edit,
a:not(.btn) .icon-inline-edit,
a:not(.btn) .icon-copy,
a:not(.btn) .icon-inline-copy,
a:not(.btn) .fa-trash {
  display: inline-block;
}
a:not(.btn).ew-edit + a:not(.btn).ew-inline-edit, a:not(.btn).ew-copy + a:not(.btn).ew-inline-copy {
  padding-left: 4px;
}

/* google map */
.gm-style-iw {
  color: #212529;
}

.ew-single-map {
  margin-bottom: 1rem;
  max-width: 100%;
  height: auto;
}

.brand-link .ew-brand-image {
  float: none;
}

.ew-icon {
  font-size: max(0.875rem, 1rem);
  width: max(0.875rem, 1rem);
  height: max(0.875rem, 1rem);
  text-align: center;
}

.input-group .ew-icon, .ew-dropdown-clear .ew-icon {
  font-size: 0.875rem;
  width: 0.875rem;
  text-align: center;
}

.dropdown-menu > li > a > .fa-solid, .dropdown-menu > li > a > .fa-regular {
  margin-right: 0;
}

.dropdown-menu {
  background-color: transparent;
}

.dropdown-header {
  text-align: left;
}

label.form-check-label {
  font-weight: 400 !important;
}

[id^=el_] > .form-check {
  margin-top: 0.5rem;
}

.ew-grid-add-edit .input-group .custom-select {
  width: auto;
}

.content-header h1 small {
  font-size: 70%;
}

.ew-image {
  margin: 1px;
  max-width: none;
}

.ew-images > * {
  margin-right: 0.25rem;
}

.ew-toolbar .ew-export-option, .ew-toolbar .ew-import-option, .ew-toolbar .ew-search-option, .ew-toolbar .ew-action-option, .ew-toolbar .ew-detail-option, .ew-toolbar .ew-filter-option {
  margin-bottom: 1rem;
  margin-right: 0.5rem;
}
.ew-toolbar .ew-filter-option {
  display: none;
}

.ew-list-other-options .ew-add-edit-option, .ew-list-other-options .ew-acton-option {
  margin-right: 0.5rem;
}

.ew-user-priv-form .ew-grid {
  display: block;
}

.ew-view-form, .ew-delete-form {
  display: block;
  margin-bottom: 1rem;
}

.ew-edit-form {
  margin-bottom: 1rem;
}

.ew-desktop .ew-desktop-buttons {
  text-align: center;
  margin-bottom: 1rem;
}
.ew-desktop .ew-desktop-table {
  min-width: 300px;
}
.ew-desktop .ew-desktop-table > thead > tr:first-child .checkbox, .ew-desktop .ew-desktop-table > tbody > tr:first-child .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.ew-desktop .ew-desktop-table > thead > tr > td:first-of-type > span[id^=elh_], .ew-desktop .ew-desktop-table > tbody > tr > td:first-of-type > span[id^=elh_] {
  font-weight: bold;
  display: inline-block;
  margin-top: 0.25rem;
}
.ew-desktop .ew-desktop-table > thead > tr > td:first-of-type .checkbox, .ew-desktop .ew-desktop-table > tbody > tr > td:first-of-type .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.ew-desktop .ew-desktop-table > thead > tr > td:first-of-type .checkbox label, .ew-desktop .ew-desktop-table > tbody > tr > td:first-of-type .checkbox label {
  font-weight: bold;
}
.ew-desktop .ew-desktop-table > thead > tr > td:nth-of-type(2):not(:last-of-type) .ew-search-operator, .ew-desktop .ew-desktop-table > tbody > tr > td:nth-of-type(2):not(:last-of-type) .ew-search-operator {
  margin-top: 0.25rem;
}
.ew-desktop .ew-desktop-table > thead > tr > th:last-of-type, .ew-desktop .ew-desktop-table > tbody > tr > th:last-of-type, .ew-desktop .ew-desktop-table > thead > tr > td:last-of-type, .ew-desktop .ew-desktop-table > tbody > tr > td:last-of-type {
  min-width: 150px;
}

.ew-label .checkbox {
  padding-top: 0;
}
.ew-label label {
  font-weight: bold;
}

/* Style update: floating table with rounded corners and new color scheme */
.ew-grid {
  padding: 0;
  border: none;
  margin-bottom: 1.5rem;
  display: table;
  float: left;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.ew-grid .ew-table.table-bordered > thead > tr:first-child {
  border-top-width: 0;
}
.ew-grid .ew-table, .ew-grid .ew-grid-middle-panel {
  border: 0;
  padding: 0;
  margin-bottom: 0;
}

.rounded-top-left {
  border-top-left-radius: 15px !important;
}

.rounded-top-right {
  border-top-right-radius: 15px !important;
}

.rounded-bottom-left {
  border-bottom-left-radius: 15px !important;
}

.rounded-bottom-right {
  border-bottom-right-radius: 15px !important;
}

[data-bs-theme=light] .ew-grid {
  background-color: #ffffff;
}
[data-bs-theme=light] .ew-grid.ew-loading {
  border-color: rgba(209, 0, 116, 0.25);
}
[data-bs-theme=light] .ew-grid .ew-grid-upper-panel {
  background-color: #f2f2f2;
  border-bottom: 1px solid #e6e6e6;
}
[data-bs-theme=light] .ew-grid .ew-table tbody,
[data-bs-theme=light] .ew-grid .ew-table tfoot,
[data-bs-theme=light] .ew-grid .ew-table :not(thead) > tr,
[data-bs-theme=light] .ew-grid .ew-table td,
[data-bs-theme=light] .ew-grid .ew-table th {
  border-color: #e6e6e6;
}
[data-bs-theme=light] .ew-grid .ew-table > thead > *,
[data-bs-theme=light] .ew-grid .ew-table > thead > * > * {
  border-bottom-color: #dfab0a !important;
}
[data-bs-theme=light] .ew-grid .ew-table > :not(:last-child):not(thead) > :last-child > * {
  border-bottom-color: #e6e6e6;
}
[data-bs-theme=light] .ew-grid .ew-grid-lower-panel {
  background-color: #f2f2f2;
  border-top: 1px solid #e6e6e6;
}

.ew-form .row {
  margin-bottom: 1rem;
}

.ew-search-panel > .card {
  display: table;
}
.ew-search-panel .row-cols-sm-1 > .col-sm-auto {
  width: 100%;
}

.ew-actions.dropdown-toggle::after {
  display: none;
}

.ew-pager {
  padding-right: 1rem;
  margin-bottom: 1rem;
  display: inline-flex;
  width: auto;
  align-items: center;
  /*rtl:ignore*/
  direction: ltr;
}
.ew-pager .input-group {
  flex-wrap: nowrap;
}
.ew-pager .input-group > input.ew-page-number {
  width: 6em;
}
.ew-pager .ew-prev-next, .ew-pager .ew-numeric-page {
  direction: ltr;
}
.ew-pager .ew-prev-next .btn:not(:disabled), .ew-pager .ew-numeric-page .btn:not(:disabled) {
  cursor: pointer;
}
.ew-pager .ew-numeric-page > ul.pagination {
  margin-bottom: 0;
}

.ew-prev-next {
  display: flex;
}

.ew-list-other-options {
  margin-bottom: 2px;
  display: inline-flex;
}

.ew-grid-upper-panel.card-header, .ew-grid-lower-panel.card-footer {
  padding: 0.75rem 1rem;
  border-left: 0;
  border-right: 0;
}
.ew-grid-upper-panel.card-header .ew-pager, .ew-grid-lower-panel.card-footer .ew-pager {
  margin-bottom: 0;
}

/* Button color styles */
.btn {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #FFA500;
  --bs-btn-border-color: #FFA500;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #e69500;
  --bs-btn-hover-border-color: #e69500;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #cc8500;
  --bs-btn-active-border-color: #cc8500;
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #ffb732;
  --bs-btn-disabled-border-color: #ffb732;
}

button.ew-btn {
  min-width: 75px;
}

a.ew-btn {
  min-width: 49px;
}

.ew-btn-dropdown {
  min-width: calc(0.25rem * 2 + max(0.875rem, 1rem) + 0.3em * 2 + calc(var(--bs-border-width) * 2));
}

.ew-aggregate::after {
  content: ": ";
}

.ew-table-header .ew-table-header-btn {
  white-space: nowrap;
  display: flex;
}
.ew-table-header .ew-table-header-btn .ew-table-header-caption {
  flex-grow: 1;
}
.ew-table-header .ew-table-header-btn .ew-filter-dropdown-btn, .ew-table-header .ew-table-header-btn .ew-table-header-sort:not(:empty) {
  margin-left: 0.5rem;
}

.ew-summary-caption .ew-table-header-btn {
  white-space: nowrap;
  display: inline-flex;
}
.ew-summary-caption .ew-table-header-btn .ew-filter-dropdown-btn, .ew-summary-caption .ew-table-header-btn .ew-table-header-sort:not(:empty) {
  margin-left: 0.25rem;
}

.ew-grid .ew-table {
  border: 0;
  width: 100%;
}
.ew-grid .ew-table.table > tbody {
  border-top: 0;
}
.ew-grid .ew-table > tbody:last-child > tr:last-child,
.ew-grid .ew-table > tbody:last-child > tr:last-child > td,
.ew-grid .ew-table > tfoot,
.ew-grid .ew-table > tfoot > tr:last-child,
.ew-grid .ew-table > tfoot > tr:last-child > td,
.ew-grid .ew-table td.ew-table-last-row {
  border-bottom: 0;
}
.ew-grid .ew-table > tbody:last-child > tr:last-child > td.ew-table-border-bottom,
.ew-grid .ew-table > tfoot > tr:last-child > td.ew-table-border-bottom,
.ew-grid .ew-table td.ew-table-last-row.ew-table-border-bottom,
.ew-grid .ew-table .ew-table-border-bottom {
  border-bottom: var(--bs-border-width) solid;
}
.ew-grid .ew-table > thead > tr > th,
.ew-grid .ew-table > thead > tr > td {
  vertical-align: top;
}
.ew-grid .ew-table > thead > tr > th label,
.ew-grid .ew-table > thead > tr > td label {
  margin-bottom: 0;
}
.ew-grid .ew-table > thead > tr > td:first-child,
.ew-grid .ew-table > thead > tr > th:first-child,
.ew-grid .ew-table > tbody > tr > td:first-child,
.ew-grid .ew-table > tfoot > tr > td:first-child {
  border-left: 0;
}
.ew-grid .ew-table > thead > tr > td:last-child,
.ew-grid .ew-table > thead > tr > th:last-child,
.ew-grid .ew-table > tbody > tr > td:last-child,
.ew-grid .ew-table > tfoot > tr > td:last-child,
.ew-grid .ew-table td.ew-table-last-col, .ew-grid .ew-table th.ew-table-last-col {
  border-right: 0;
}

[data-bs-theme=light] .ew-grid .ew-table {
  --bs-table-bg: transparent;
  --bs-table-color: #231f20;
  --bs-table-hover-color: #231f20;
  --bs-table-hover-bg: #e6e6e6;
  --bs-table-striped-color: #231f20;
  --bs-table-striped-bg: #f2f2f2;
  --bs-table-active-bg: #f5d6e8;
}
[data-bs-theme=light] .ew-grid .ew-table > tbody:last-child > tr:last-child > td.ew-table-border-bottom,
[data-bs-theme=light] .ew-grid .ew-table > tfoot > tr:last-child > td.ew-table-border-bottom,
[data-bs-theme=light] .ew-grid .ew-table td.ew-table-last-row.ew-table-border-bottom,
[data-bs-theme=light] .ew-grid .ew-table .ew-table-border-bottom {
  border-color: #e6e6e6;
}
[data-bs-theme=light] .ew-grid .ew-table > thead > tr > th,
[data-bs-theme=light] .ew-grid .ew-table > thead > tr > td {
  font-weight: 600;
  border-color: #dfab0a;
}
[data-bs-theme=light] .ew-grid .ew-table .ew-table-header > th,
[data-bs-theme=light] .ew-grid .ew-table .ew-table-header > td,
[data-bs-theme=light] .ew-grid .ew-table .ew-rpt-col-summary,
[data-bs-theme=light] .ew-grid .ew-table .ew-rpt-col-header {
  --bs-table-bg: #dfab0a;
  --bs-table-color-state: #FFFFFF;
}
[data-bs-theme=light] .ew-grid .ew-table .ew-table-footer > td {
  --bs-table-bg: #e6e6e6;
}
[data-bs-theme=light] .ew-grid .ew-table > tbody > .ew-table-alt-row > *,
[data-bs-theme=light] .ew-grid .ew-table > tbody > * > .ew-table-alt-row {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
[data-bs-theme=light] .ew-grid .ew-table.table-hover > tbody > tr:not(.expandable-body):hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.expandable-body .ew-table {
  margin: 0;
}

.ew-add-edit-option {
  display: inline-block;
}

.ew-detail-option {
  display: inline-block;
}

.ew-action-option {
  padding-right: 10px;
  display: inline-block;
}

.ew-multi-column-form > .ew-multi-column-row {
  margin-bottom: 1rem;
  position: relative;
}
.ew-multi-column-form > .ew-multi-column-row .card .ew-table-header-btn {
  display: inline-flex;
}
.ew-multi-column-form > .ew-multi-column-row .card .ew-table-header-btn .ew-table-header-sort {
  margin-left: 0.5rem;
}
.ew-multi-column-form > .ew-multi-column-row .card-header + * .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ew-multi-column-form > .ew-multi-column-row .card > *:not(:last-child) .card-img-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ew-multi-column-form > .ew-multi-column-row .card-body .card-title {
  float: none;
}
.ew-multi-column-form > .ew-multi-column-row .card-body .card-subtitle {
  color: rgba(35, 31, 32, 0.75);
}
.ew-multi-column-form > .ew-multi-column-row .card-body .card-title, .ew-multi-column-form > .ew-multi-column-row .card-body .card-subtitle {
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.ew-multi-column-form > .ew-multi-column-row .card-body .card-text {
  margin-bottom: 1rem;
}
.ew-multi-column-form > .ew-multi-column-row .card .ew-images > *:not(:first-child) {
  display: none;
}
.ew-multi-column-form .ew-multi-column-list-option .ew-list-option-body[data-name=checkbox] label {
  margin-top: 0;
  margin-bottom: 0;
}

.ew-multi-column-list-option {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  display: flex;
}
.ew-multi-column-list-option.ew-top-end, .ew-multi-column-list-option.ew-bottom-end {
  flex-direction: row-reverse;
}
.ew-multi-column-list-option .ew-list-option-body {
  float: left;
}
.ew-multi-column-list-option .dropdown-toggle::after {
  display: none;
}
.ew-multi-column-list-option [data-name=checkbox] .form-check {
  margin: 0.25rem;
}

.ew-layout-option .btn-group .form-check {
  margin: 0.25rem;
}

.ew-list-option-header label.checkbox, .table th label.checkbox {
  margin-bottom: 0;
}

.ew-list-option-body {
  vertical-align: middle !important;
}
.ew-list-option-body .btn-group > .btn {
  float: none;
}
.ew-list-option-body .ew-row-link, .ew-list-option-body .ew-row-link:hover, .ew-list-option-body .ew-row-link:focus {
  text-decoration: none;
}
.ew-list-option-body:not(td) {
  padding-right: 0.5rem;
}

.ew-row-link + .ew-row-link {
  padding-left: 0.5rem;
}

.ew-view-table {
  min-width: 300px;
}
.ew-view-table > tbody > tr > td:first-child {
  font-weight: bold;
}

[data-bs-theme=light] .ew-view-table, [data-bs-theme=light] .ew-desktop-table {
  background-color: #FFFFFF;
}

.icon-expand, .icon-collapse, .ew-group-toggle {
  cursor: pointer;
}

.break-before-page {
  break-before: page;
}

.break-before-avoid {
  break-before: avoid;
}

.break-after-page {
  break-after: page;
}

.break-after-avoid {
  break-after: avoid;
}

.ew-export-table {
  border: 0;
  border-collapse: collapse;
}
.ew-export-table td {
  border: var(--bs-border-width) solid;
  border-color: var(--bs-border-color);
}
.ew-export-table .ew-table-header, .ew-export-table .ew-rpt-col-summary, .ew-export-table .ew-rpt-col-header, .ew-export-table .ew-export-table-header td {
  background-color: #dfab0a;
  color: #FFFFFF;
}
.ew-export-table .ew-export-table-row > td {
  background-color: #FFFFFF;
  color: #231f20;
}
.ew-export-table .ew-export-table-alt-row > td {
  background-color: #f2f2f2;
  color: #231f20;
}
.ew-export-table .ew-export-table-footer {
  background-color: #e6e6e6;
  color: #000000;
}

.ew-list-export-options, .ew-view-export-options, .ew-view-other-options {
  margin-bottom: 1rem;
}

.ew-extended-search [class^=col-], .ew-extended-search [class*=" col-"] {
  padding-left: 0;
}

.ew-extended-search .row .date {
  white-space: normal;
}

.ew-search-cond .form-check + .form-check {
  margin-left: 0.5rem;
}

.ew-search-caption, .ew-search-operator, .ew-search-cond, .ew-search-and, .ew-search-operator2,
.ew-search-field, .ew-search-field2 {
  display: inline-flex;
  margin-right: 0.5rem;
}

.ew-search-field-single {
  display: inline-flex;
}

.modal .ew-search-cond, .modal .ew-search-and {
  display: inline-flex;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
.modal .ew-search-operator select {
  margin-bottom: 0.5rem;
}
.modal .ew-search-operator2 select {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.modal .ew-search-cond .form-check, .modal .ew-search-and label {
  margin-top: 0.5rem;
}

.ew-search-and label {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
}

.ew-search-operator, .ew-search-operator2 {
  color: #6C757D;
  font-weight: normal;
}

#ew-email-form #subject, #ew-email-form #message {
  width: 100%;
}

#ew-email-form #message {
  max-width: 100%;
}

.ew-rpt-grp-hide-1 {
  display: none !important;
}

[data-bs-theme=light] .ew-rpt-grp-field-1 {
  --bs-table-bg-state: #f5d6e8;
}
[data-bs-theme=light] .ew-rpt-grp-summary-1 {
  --bs-table-bg-state: #f5d6e8;
}

.ew-rpt-grp-hide-2 {
  display: none !important;
}

.ew-rpt-grp-hide-3 {
  display: none !important;
}

[data-bs-theme=light] .ew-rpt-grp-field-3 {
  --bs-table-bg-state: #f5d6e8;
}
[data-bs-theme=light] .ew-rpt-grp-summary-3 {
  --bs-table-bg-state: #f5d6e8;
}

.ew-rpt-grp-hide-4 {
  display: none !important;
}

.ew-rpt-grp-hide-5 {
  display: none !important;
}

[data-bs-theme=light] .ew-rpt-grp-field-5 {
  --bs-table-bg-state: #f5d6e8;
}
[data-bs-theme=light] .ew-rpt-grp-summary-5 {
  --bs-table-bg-state: #f5d6e8;
}

.ew-rpt-grp-hide-6 {
  display: none !important;
}

tr[data-group] .ew-rpt-grp-caret {
  border-right: 0 !important;
}
tr[data-group] td[class^=ew-rpt-grp-field-]:empty {
  border-bottom: 0 !important;
}

tr.ew-table-header .ew-group-toggle,
tr[data-group] .ew-group-toggle {
  transition: transform 0.3s linear;
}
tr.ew-table-header .ew-group-toggle.ew-rpt-grp-hide,
tr[data-group] .ew-group-toggle.ew-rpt-grp-hide {
  transform: rotate(-90deg);
}
tr.ew-table-header .ew-group-toggle :not(.ew-rpt-grp-hide),
tr[data-group] .ew-group-toggle :not(.ew-rpt-grp-hide) {
  transform: rotate(90deg);
}

.ew-rpt-grp-aggregate {
  font-weight: bold;
}

[data-bs-theme=light] .ew-rpt-page-summary > td {
  --bs-table-bg-state: #f2e6eb;
}
[data-bs-theme=light] .ew-rpt-grand-summary > td {
  --bs-table-bg-state: #eddde3;
}

.ew-crosstab-values {
  margin-bottom: 0;
}

.ew-filter-caption::after {
  content: ": ";
}

.ew-drill-link:hover {
  text-decoration: none;
}

#ew-drilldown-panel .popover {
  font-size: 0.875rem;
  max-width: 1140px;
}
#ew-drilldown-panel .popover.bottom {
  margin-top: 0.25rem;
}
#ew-drilldown-panel .popover .popover-body {
  max-height: 800px;
  overflow-y: auto;
}

.ew-detail-count {
  display: none;
}

.ew-summary-value {
  display: none;
}

.ew-message-dialog {
  display: table;
  min-width: 300px;
}

.ew-required {
  color: #DC3545;
  margin-left: 0.5em;
  font-size: 50%;
  vertical-align: super;
}

.ew-template {
  display: none;
}

.ew-item-container .d-sm-table-cell {
  padding: 0.125rem 0.25rem;
  white-space: nowrap;
}
.ew-item-container .d-sm-table-cell .form-check-label {
  justify-content: left;
}

.ew-upload-table {
  margin-bottom: 0;
}
.ew-upload-table.ew-has-rows {
  margin-top: 0.75rem;
}
.ew-upload-table .progress {
  min-width: 75px;
}
.ew-upload-table tbody.files tr:first-child td {
  border-top: 0;
}
.ew-upload-table tbody.files tr:last-child td {
  border-bottom: 0;
}

input.cke_dialog_ui_input_text {
  min-height: 1.5rem;
}

.ew-map label {
  width: auto;
  display: inline;
}

.nav-tabs,
.nav-pills,
.nav-underline {
  margin-bottom: 1rem;
}

.ew-auto-suggest .twitter-typeahead input[name^=sv_] {
  vertical-align: baseline !important;
}
.ew-auto-suggest .tt-hint {
  color: #6C757D;
}
.ew-auto-suggest .tt-suggestion {
  cursor: pointer;
}
.ew-auto-suggest .tt-dataset {
  overflow-y: auto;
}
.ew-auto-suggest .tt-footer {
  pointer-events: none;
}
.ew-auto-suggest .tt-menu {
  z-index: 1081 !important;
}

.modal-body .ew-auto-suggest .tt-menu {
  z-index: 1081 !important;
}

.ew-detail-pages {
  margin-bottom: 1rem;
}

.ew-custom-template, .ew-custom-template-page, .ew-custom-template-search {
  margin-bottom: 1rem;
}

.ew-grid .ew-custom-template {
  margin-bottom: 0;
}

.ew-debug {
  margin-bottom: 1rem;
}

.ew-page-header,
.ew-page-footer {
  margin-bottom: 1rem;
}

.ew-chart-top {
  margin-bottom: 1rem;
}

.ew-middle .ew-chart-top {
  margin-right: 1rem;
}
.ew-middle .ew-chart-bottom {
  margin-left: 1rem;
}

.ew-chart-top ~ .ew-debug, .ew-chart-bottom ~ .ew-debug {
  margin-top: 1rem;
}

.dropdown-submenu > a::after {
  position: absolute;
  right: 0.5em;
  top: calc((1.3125rem + 0.25rem * 2 - 0.3em) / 2);
}

.dropdown-submenu.float-start {
  float: none;
}
.dropdown-submenu.float-start > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 0.375rem 0 0.375rem 0.375rem;
}

.ew-pdfobject {
  max-width: 1000px;
}

/* desktop */
@media (min-width: 576px) {
  .w-col-1 {
    width: 8.33333% !important;
  }
  .w-col-2 {
    width: 16.66667% !important;
  }
  .w-col-3 {
    width: 25% !important;
  }
  .w-col-4 {
    width: 33.33333% !important;
  }
  .w-col-5 {
    width: 41.66667% !important;
  }
  .w-col-6 {
    width: 50% !important;
  }
  .w-col-7 {
    width: 58.33333% !important;
  }
  .w-col-8 {
    width: 66.66667% !important;
  }
  .w-col-9 {
    width: 75% !important;
  }
  .w-col-10 {
    width: 83.33333% !important;
  }
  .w-col-11 {
    width: 91.66667% !important;
  }
  .w-col-12 {
    width: 100% !important;
  }
  .ew-grid {
    min-width: 550px;
  }
  .form-control:not(.form-control-color) {
    display: inline;
    max-width: none;
  }
  .form-control:not(.form-control-color):not(textarea), .form-select {
    width: auto;
  }
  .form-range {
    width: 18rem;
  }
  .input-group > .form-control:not(.form-control-navbar),
  .input-group > .form-select {
    width: auto;
    flex: initial;
  }
  [id^=fd_] > .input-group {
    width: 50%;
  }
  .ew-grid-add-edit .input-group {
    flex-wrap: nowrap;
  }
  .ew-grid-add-edit [id^=fd_] > .input-group {
    width: 100%;
    min-width: 200px;
  }
  .ew-search-operator .form-control-plaintext {
    width: auto;
  }
  input[type=text]:not([size]):not(.ew-page-number):not(.cke_dialog_ui_input_text):not(.tox-textfield):not(.form-control-plaintext),
  input[type=password]:not([size]) {
    min-width: 250px;
  }
  .ew-custom-select, .ew-custom-file {
    max-width: 20em;
  }
  .ew-auto-suggest {
    display: inline-block;
  }
  .ew-upload-table {
    width: auto;
  }
  .ew-editor, .mce-tinymce {
    width: auto !important;
  }
  .modal-body .ew-editor, .modal-body .mce-tinymce {
    width: auto !important;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .ew-form:not(.ew-list-form):not(.ew-user-priv-form),
  table.ew-master-table.ew-vertical,
  .query-builder {
    max-width: 800px;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .ew-form:not(.ew-list-form):not(.ew-user-priv-form),
  table.ew-master-table.ew-vertical,
  .query-builder {
    max-width: 1140px;
  }
}
@media (min-width: 576px) {
  .ew-detail-pages {
    display: table;
  }
  .modal-dialog .ew-form {
    width: 100% !important;
  }
  .ew-login-box, .ew-reset-pwd-box, .ew-change-pwd-box {
    width: 360px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  .ew-login-box .card {
    min-height: 200px;
  }
  .modal-md {
    max-width: 500px;
  }
  .select2 {
    width: auto !important;
    display: inline-block;
  }
  .input-group .select2-container--bootstrap5 {
    flex-grow: 0;
  }
  .ew-file-drop-zone {
    width: 30rem;
  }
}
/* mobile */
@media (max-width: 575px) {
  .ew-search-cond, .ew-search-and {
    display: inline-flex;
    height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  }
  .ew-search-operator select {
    margin-bottom: 0.5rem;
  }
  .ew-search-operator2 select {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .ew-search-cond .form-check, .ew-search-and label {
    margin-top: 0.5rem;
  }
  .ew-search-field, .ew-search-field2 {
    display: block;
  }
  .ew-grid {
    display: block;
    float: none;
  }
  .ew-grid .ew-grid-middle-panel {
    overflow-x: auto;
    overflow-y: visible;
  }
  .ew-multicolumn-form > .ew-multi-column-row > div[class^=col-]:not(:last-child) {
    margin-bottom: 15px;
  }
  .ew-auto-suggest {
    display: block;
  }
  #ew-map {
    width: 100% !important;
  }
  .ew-desktop {
    display: block;
  }
  .ew-desktop .ew-desktop-table {
    border: 0;
  }
  .ew-desktop .ew-desktop-table > tbody > tr > td {
    border: 0;
    display: inline-block;
  }
  .ew-desktop .ew-desktop-table > tbody > tr > td:first-of-type {
    text-align: inherit;
    padding-right: 0.75rem;
  }
  .ew-desktop .ew-desktop-table > tbody > tr > td:last-of-type {
    display: block;
  }
  .table-striped > tbody > tr:nth-child(odd),
  .table-striped > tbody > tr:nth-child(even),
  .table-striped > tbody > tr:nth-child(odd) > td,
  .table-striped > tbody > tr:nth-child(even) > td {
    background-color: transparent;
  }
  .ew-login-box .ew-recaptcha-normal, .ew-reset-pwd-box .ew-recaptcha-normal, .ew-change-pwd-box .ew-recaptcha-normal {
    margin-left: calc((100% - 300px) / 2);
  }
  .select2 {
    width: 100%;
  }
  .select2-container--bootstrap5 .ew-select-dropdown.ew-select-multiple div.select2-results__option[role=option] {
    border-radius: 0 !important;
  }
}
.ew-login-box, .ew-reset-pwd-box, .ew-change-pwd-box {
  margin-left: auto;
  margin-right: auto;
}
.ew-login-box .ew-form-control, .ew-reset-pwd-box .ew-form-control, .ew-change-pwd-box .ew-form-control {
  width: 100% !important;
}
.ew-login-box .input-group, .ew-reset-pwd-box .input-group, .ew-change-pwd-box .input-group {
  flex-wrap: nowrap;
}
.ew-login-box .input-group > .form-control, .ew-reset-pwd-box .input-group > .form-control, .ew-change-pwd-box .input-group > .form-control {
  flex-grow: 1;
}
.ew-login-box #password, .ew-reset-pwd-box #password, .ew-change-pwd-box #password {
  width: calc(100% - 0.875rem * 1.25 - 0.75rem * 2 - var(--bs-border-width));
}

.ew-change-pwd-box #opwd, .ew-change-pwd-box #npwd, .ew-change-pwd-box #cpwd {
  width: calc(100% - 0.875rem * 1.25 - 0.75rem * 2 - var(--bs-border-width));
}
.ew-change-pwd-box #npwd.ew-password-strength {
  width: calc(100% - 0.875rem * 1.25 * 2 - 0.75rem * 4 - var(--bs-border-width) * 2);
}
.ew-change-pwd-box #pst_npwd {
  margin-top: 5px;
  margin-bottom: 0px;
}

.ew-login-form, .ew-forgot-pwd-form, .ew-change-pwd-form {
  width: 100% !important;
}

.modal-body .ew-login-box .card, .modal-body .ew-reset-pwd-box .card, .modal-body .ew-change-pwd-box .card {
  border: 0;
}

#cboxOverlay {
  background: #000 none;
}

.ew-home, .ew-user-permission {
  display: inline-block;
}

.breadcrumb-item .ew-icon {
  margin-top: 0.4rem;
}

.ew-hidden {
  display: none !important;
}

.ew-disabled {
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.ew-disabled.btn {
  opacity: 0.65 !important;
}

.ew-option:not(:last-of-type)::after {
  content: ", ";
}

.is-invalid .tt-input {
  border-color: #dc3545;
}