.e23 {
  --entry-main-panel-width: 67%;
}
.e23 .ui-inputfield {
  padding: 5px;
  border-radius: 5px;
}
.e23 input[type=text]:not([readonly]):not([disabled]):not(:focus):not(.ui-state-error) {
  border: 1px solid transparent;
}
.e23 .synfaces-grid-value > .ui-selectonemenu {
  border: 1px solid transparent;
  border-radius: 5px;
}
.e23 .synfaces-grid-value > .ui-selectonemenu.ui-state-hover, .e23 .synfaces-grid-value > .ui-selectonemenu.ui-state-focus {
  border: 1px solid var(--action-icon-default);
}
.e23 .synfaces-grid-value > .ui-selectonemenu.ui-state-hover > .ui-selectonemenu-trigger .ui-icon:before, .e23 .synfaces-grid-value > .ui-selectonemenu.ui-state-focus > .ui-selectonemenu-trigger .ui-icon:before {
  color: var(--text-field-icon-hover);
}
.e23 .synfaces-grid-value > .ui-selectonemenu > .ui-selectonemenu-trigger .ui-icon:before {
  color: var(--text-field-icon);
}
.e23 .synfaces-grid-value .ui-inputtextarea:not([readonly]):not([disabled]):not(:focus):not(:hover) {
  border: 1px solid transparent;
  border-radius: 5px;
}
.e23 .synfaces-grid-value .ui-inputtextarea:hover {
  border: 1px solid var(--action-icon-default);
}
.e23 .synfaces-grid-value .ui-inputtextarea:hover + * + * + button .ui-icon:before {
  color: var(--text-field-icon-hover);
}
.e23 .e23-entry-container {
  display: flex;
  flex-direction: column !important;
}
.e23 .e23-entry-container .e23-entry-side-panel {
  position: absolute;
  right: 0px;
  height: calc(100vh - 50px);
}
.e23 .e23-entry-container .e23-entry-side-panel .ui-panel-titlebar {
  display: none;
}
.e23 .e23-entry-container .e23-entry-side-panel .ui-panel-content {
  padding: 0;
  height: 100%;
}
.e23 .e23-entry-container .e23-entry-side-panel .ui-tabs-panel {
  display: none;
}
.e23 .e23-entry-container .e23-entry-side-panel .e23-vertical-tabview {
  flex-direction: row;
  height: 100%;
}
.e23 .e23-entry-container .e23-entry-side-panel .e23-vertical-tabview .ui-tabs-nav {
  padding-top: 0px !important;
  order: 5;
  display: flex;
  flex-direction: column;
  padding: 0;
  background-color: var(--drawer-background);
  border: none !important;
  margin: 0;
}
.e23 .e23-entry-container .e23-entry-side-panel .e23-vertical-tabview .ui-tabs-nav li {
  top: 0;
  padding: 0px 7px;
  margin: 0;
  width: 40px;
  height: 48px;
}
.e23 .e23-entry-container .e23-entry-side-panel .e23-vertical-tabview .ui-tabs-nav li a {
  padding: 0px;
  margin: 0px;
  line-height: 48px;
  text-align: center;
  width: 100%;
  color: var(--action-icon-default) !important;
}
.e23 .e23-entry-container .e23-entry-side-panel .e23-vertical-tabview .ui-tabs-nav li a::before {
  color: var(--action-icon-default) !important;
  font-size: 22px !important;
}
.e23 .e23-entry-container .e23-entry-side-panel .e23-vertical-tabview .ui-tabs-nav li.ui-tabs-selected {
  border-bottom: none;
  background-color: var(--action-icon-default);
}
.e23 .e23-entry-container .e23-entry-side-panel .e23-vertical-tabview .ui-tabs-nav li.ui-tabs-selected a::before,
.e23 .e23-entry-container .e23-entry-side-panel .e23-vertical-tabview .ui-tabs-nav li.ui-tabs-selected a::after {
  color: #fff !important;
}
.e23 .e23-entry-container .e23-entry-side-panel > .ui-panel-titlebar .ui-panel-titlebar-icon {
  visibility: hidden;
}
.e23 .e23-entry-container .e23-entry-side-panel .e22-add-team-member-panel {
  display: none;
}
.e23 .e23-entry-container .e22-entry-bottom-panel {
  display: none;
  width: calc(100% - 40px);
  padding-right: 10px;
}
.e23 .e23-entry-top-button-bar {
  position: unset;
  background: transparent;
  box-shadow: none;
  height: 0;
  padding: 0;
}
.e23 .e23-entry-top-button-bar .synfaces-float-left {
  position: absolute;
  top: 0px;
  left: 700px;
}
.e23 .e23-entry-top-button-bar .synfaces-float-right {
  position: absolute;
  top: 0px;
  right: 24px;
}
.e23 .e23-entry-top-button-bar > div.e22-width-limitter {
  width: var(--entry-main-panel-width);
}
.e23 .e23-entry-top-button-bar button {
  padding: 0 !important;
  line-height: normal;
  height: 48px;
  width: 48px;
  margin: 0;
}
.e23 .e23-entry-top-button-bar button .ui-icon {
  transform: translate(-50%, -50%);
  margin: 0;
  width: auto;
}
.e23 .e23-entry-top-button-bar button .ui-button-text {
  line-height: normal;
}
.e23 .e23-entry-top-button-bar button.primary-icon-button .ui-icon {
  line-height: normal;
  top: 50%;
}
.e23 .e23-entry-top-button-bar button.ui-button-border {
  border: 1px solid var(--action-icon-default);
}
.e23 .e23-entry-top-button-bar button.ui-button-border .ui-icon::before {
  font-size: 14px;
}
.e23 .e23-entry-top-button-bar button.ui-button.ui-button-icon-only {
  background-color: transparent !important;
}
.e23 .e23-entry-top-button-bar button.ui-button.ui-button-icon-only .ui-icon::before {
  font-size: 24px !important;
  color: var(--action-icon-default);
}
.e23 .e23-entry-top-button-bar button.ui-button.ui-button-icon-only.e22-negative-action-button .ui-icon::before {
  color: var(--action-icon-warning) !important;
}
.e23 .e23-entry-top-button-bar button.ui-button.ui-button-icon-only.e22-negative-action-button.ui-state-hover .ui-icon::before {
  color: var(--action-icon-warning-hover) !important;
}
.e23 .e23-entry-top-button-bar .syn-upload-file-button.e22-file-import-button .ui-icon::before {
  font-size: 17px;
  color: var(--syn-icon-color) !important;
}
.e23 .e22-entry-main-panel {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  max-width: calc(100% - 40px);
}
.e23 .e22-entry-main-panel .e22-entry-header {
  background-color: #f0f1f5;
  padding-bottom: 0px;
  padding-right: 46px;
}
.e23 .e22-entry-main-panel .e22-entry-header table.synfaces-form-grid-table {
  border-spacing: 10px;
}
.e23 .e22-entry-main-panel .e22-entry-header table > tbody > tr.synfaces-form-grid-row2 > td.synfaces-grid-label {
  color: var(--main-table-labelKey);
  font-size: 12px;
  padding: 0;
  width: 150px !important;
}
.e23 .e22-entry-main-panel .e22-entry-header table > tbody > tr.synfaces-form-grid-row2 > td.synfaces-grid-value {
  width: calc(50vw - 300px) !important;
  min-width: calc(50vw - 300px) !important;
  max-width: calc(50vw - 300px) !important;
  padding-right: 87px;
}
.e23 .e22-entry-main-panel .e22-entry-header table > tbody > tr.synfaces-form-grid-row2 > td.synfaces-grid-value:nth-child(4) {
  padding-right: 0px;
}
.e23 .e22-entry-main-panel .e22-entry-header table > tbody > tr.synfaces-form-grid-row2 > td.synfaces-grid-value .synfaces-float-right {
  display: flex;
}
.e23 .e22-entry-main-panel .e22-entry-header table > tbody > tr.synfaces-form-grid-row2 > td.synfaces-grid-value .synfaces-float-right.half-space input {
  width: 240px;
}
.e23 .e22-entry-main-panel .e22-entry-header table > tbody > tr.synfaces-form-grid-row2 > td.synfaces-grid-value .synfaces-float-right.half-space .entry-header-label {
  padding-right: 10px;
  width: 150px;
  line-height: 22px;
  color: var(--main-table-labelKey);
  font-size: 14px;
}
.e23 .e22-entry-main-panel .e22-entry-header table.synfaces-form-grid-table > tbody > tr > td.synfaces-grid-value input,
.e23 .e22-entry-main-panel .e22-entry-header table.synfaces-form-grid-table > tbody > tr > td.synfaces-grid-value textarea {
  border: none;
  border-radius: 5px;
}
.e23 .e22-entry-main-panel .e22-entry-header table.synfaces-form-grid-table > tbody > tr > td.synfaces-grid-value:has(input.ui-state-hover) button .ui-icon::before {
  color: #1986FF;
}
.e23 .e22-entry-main-panel .e22-entry-header table.synfaces-form-grid-table > tbody > tr > td.synfaces-grid-value span.synfaces-input-entity:hover input:not([readonly]),
.e23 .e22-entry-main-panel .e22-entry-header table.synfaces-form-grid-table > tbody > tr > td.synfaces-grid-value span.ui-calendar:hover input:not([readonly]) {
  border: 1px solid #3A86FF !important;
}
.e23 .e22-entry-details-tabview {
  overflow: unset !important;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  box-sizing: border-box;
  overflow: auto;
}
.e23 .e22-entry-details-tabview .ui-tabs-nav {
  background: #F0F1F5;
  border-top: none;
  padding-left: 10px;
}
.e23 .e22-entry-details-tabview .ui-tabs-nav li {
  background-color: transparent;
}
.e23 .e22-entry-details-tabview .ui-tabs-nav li.ui-tabs-selected {
  border-bottom: 3px solid var(--action-icon-default);
  background: transparent;
}
.e23 .e22-entry-details-tabview .ui-tabs-nav li.ui-tabs-selected a {
  color: var(--action-icon-default);
}
.e23 .e22-entry-details-tabview .ui-tabs-nav li.ui-tabs-selected a:hover {
  color: var(--action-icon-default);
}
.e23 .e22-entry-details-tabview .ui-tabs-panels {
  overflow: unset;
}
.e23 .e22-entry-details-tabview .ui-tabs-panels > .ui-tabs-panel.ui-widget-content {
  padding: 0;
}
.e23 .e22-entry-details-tabview .e22-entry-details-grid .e22-entry-details-grid-item {
  margin-top: 5px;
}
.e23 .e22-entry-details-tabview .e22-entry-details-grid .ui-panelgrid-content {
  border: none;
}
.e23 .e22-entry-details-tabview .e22-entry-details-grid .ui-panelgrid-content .ui-panelgrid-cell {
  padding: 0;
}
.e23 .e22-entry-details-tabview .e22-entry-details-grid .ui-panelgrid-content .e22-entry-details-title {
  font-size: 14px;
  font-weight: bold;
}
.e23 .e22-entry-details-tabview .e22-details-datatable.ui-datatable > .ui-datatable-tablewrapper > table > thead > tr > th, .e23 .e22-entry-details-tabview .e22-details-datatable.ui-datatable > .ui-datatable-tablewrapper > table > tbody > tr > td {
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
.e23 .e22-entry-details-tabview .e22-details-datatable .ui-datatable-header {
  background-color: #f0f1f5;
}
.e23 .e22-entry-details-tabview .e22-details-datatable .ui-datatable-header .synfaces-float-left button + button {
  margin-right: 10px;
}
.e23 .e22-entry-details-tabview .e22-details-datatable .ui-datatable-header .synfaces-float-left button.delete-all-button .ui-icon {
  width: auto;
}
.e23 .e22-entry-details-tabview .e22-details-datatable .ui-datatable-header .synfaces-float-left button.delete-all-button .ui-icon:before {
  font-size: 24px;
}
.e23 .e22-entry-details-tabview .e22-details-datatable .ui-datatable-header .synfaces-center {
  display: inline-block;
  float: left;
  margin-left: 240px;
}
.e23 .e22-entry-details-tabview .e22-details-datatable .ui-datatable-header .synfaces-center button .ui-icon:before {
  font-size: 24px;
}
.e23 .e22-entry-details-tabview .e22-details-datatable .ui-datatable-header .synfaces-float-right .ui-button.ui-state-default {
  margin: 0;
}
.e23 .e22-entry-details-tabview .e22-details-datatable .ui-datatable-header .table-header-searchBox {
  display: inline-flex;
  position: relative;
}
.e23 .e22-entry-details-tabview .e22-details-datatable .ui-datatable-header .table-header-searchBox > button {
  border: 1px solid var(--action-icon-default);
  border-radius: 5px;
  width: 25px;
  height: 24px;
}
.e23 .e22-entry-details-tabview .e22-details-datatable .ui-datatable-header .table-header-searchBox > button .ui-icon:before {
  font-size: 14px;
}
.e23 .e22-entry-details-tabview .e22-details-datatable .ui-datatable-header .table-header-searchBox .e22-filter-multi-fields2 {
  position: absolute;
  width: 270px;
  border: 1px solid var(--action-icon-default);
  border-radius: 5px;
  height: 22px;
}
.e23 .e22-entry-details-tabview .e22-details-datatable .ui-datatable-header .table-header-searchBox .e22-filter-multi-fields2:before {
  content: "\f002";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
  color: var(--action-icon-warning);
}
.e23 .e22-entry-details-tabview .e22-details-datatable .ui-datatable-header .table-header-searchBox .e22-filter-multi-fields2 .e22-btn-hide-search {
  position: absolute;
  margin: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.e23 .e22-entry-details-tabview .e22-details-datatable .ui-datatable-header .table-header-searchBox .e22-filter-multi-fields2 .e22-input-filter {
  padding: 0 5px 0px 25px;
  height: 22px;
  border: none;
}
.e23 .e22-entry-details-tabview .e22-details-datatable .ui-datatable-header .table-header-searchBox .e22-filter-multi-fields2 .e22-input-filter.ui-state-focus {
  border: none;
}
.e23 .e22-entry-details-tabview .e22-details-datatable .ui-treetable-header .synfaces-float-left button {
  width: 30px;
}
.e23 .e22-entry-details-tabview .e22-details-datatable .ui-treetable-header .synfaces-float-left button .ui-icon:before {
  font-size: 24px;
}
.e23 .e22-entry-details-tabview .e22-details-form .e22-details-table .synfaces-button-bar {
  margin-left: 10px;
  margin-right: 10px;
}
.e23 .e22-entry-details-tabview .e22-details-form .e22-details-table button.e22-negative-action-button .ui-icon::before {
  color: var(--action-icon-warning-hover);
}
.e23 .e22-entry-details-tabview .e22-details-form .e22-details-table button.ui-button-border {
  border: 1px solid var(--action-icon-default);
}
.e23 .e22-entry-details-tabview .e22-details-form .e22-details-table button.ui-button-border .ui-icon::before {
  font-size: 14px;
}
.e23 .e22-details-price-summary {
  border: none;
  margin: 0;
  padding: 0;
  background-color: #FFF;
  margin-top: 2px;
}
.e23 .e22-details-price-summary .ui-panel-titlebar {
  border: none;
  padding: 0;
  background-color: #FFF;
}
.e23 .e22-details-price-summary .ui-panel-titlebar .ui-panel-title {
  display: inline-block;
  color: var(--syn-table-header-color-BG);
}
.e23 .e22-details-price-summary .ui-panel-titlebar .ui-panel-titlebar-icon {
  float: none;
  border: none;
}
.e23 .e22-details-price-summary .ui-panel-titlebar .ui-panel-titlebar-icon .ui-icon::before {
  color: #0066CC;
}
.e23 .e22-details-price-summary .ui-panel-titlebar .ui-panel-titlebar-icon .ui-icon-plusthick::before {
  content: "\f0da";
}
.e23 .e22-details-price-summary .ui-panel-titlebar .ui-panel-titlebar-icon .ui-icon-minusthick::before {
  content: "\f0d7";
}
.e23 .e22-details-price-summary > .ui-panel-content {
  display: flex;
  justify-content: space-between;
  padding: 0 !important;
  background-color: #FFF;
}
.e23 .e22-details-price-summary > .ui-panel-content .ui-panelgrid {
  width: 100%;
  font-weight: normal;
}
.e23 .e22-details-price-summary > .ui-panel-content .ui-panelgrid .ui-grid {
  border: none;
}
.e23 .e22-details-price-summary > .ui-panel-content .ui-panelgrid .ui-grid.grid-2 {
  background: var(--white);
}
.e23 .e22-details-price-summary > .ui-panel-content .ui-panelgrid .ui-grid.grid-2 .ui-grid-row {
  margin-bottom: 2px;
  column-gap: 2px;
  background-color: var(--white);
}
.e23 .e22-details-price-summary > .ui-panel-content .ui-panelgrid .ui-grid.grid-2 .ui-grid-row > .ui-panelgrid-cell:last-child {
  margin-right: -2px;
}
.e23 .e22-details-price-summary > .ui-panel-content .ui-panelgrid .ui-grid.grid-2 .ui-grid-row .ui-panelgrid-cell {
  padding: 8px 10px;
}
.e23 .e22-details-price-summary > .ui-panel-content .ui-panelgrid .ui-grid.grid-2 .ui-grid-row > .ui-panelgrid-cell:first-child {
  background-color: #E1E6EE;
  font-weight: bold;
}
.e23 .e22-details-price-summary > .ui-panel-content .ui-panelgrid .ui-grid.grid-2 .ui-grid-row:first-child {
  background-color: #FFF;
  font-weight: bold;
}
.e23 .e22-details-price-summary > .ui-panel-content .ui-panelgrid .ui-grid.grid-2 .ui-grid-row:first-child .ui-panelgrid-cell {
  background-color: #E1E6EE;
}
.e23 .e22-details-price-summary > .ui-panel-content .ui-panelgrid .ui-grid.grid-2 .ui-grid-row:last-child {
  margin-bottom: 0;
}
.e23 .e22-details-price-summary > .ui-panel-content .ui-panelgrid .ui-grid.grid-2 .ui-grid-row:has(.bg-blue-light) .ui-panelgrid-cell {
  background-color: #E3F2FD;
}
.e23 .e22-details-price-summary > .ui-panel-content .ui-panelgrid .ui-grid.grid-2 .ui-grid-row:has(.bg-yellow-light) .ui-panelgrid-cell {
  background-color: #FFF3E0;
}
.e23 .e22-details-price-summary > .ui-panel-content .ui-panelgrid .ui-grid.grid-2 .ui-grid-row:has(.bg-green-light) .ui-panelgrid-cell {
  background-color: #E8F5E9;
}
.e23 .e22-details-price-summary > .ui-panel-content .ui-panelgrid .ui-grid.grid-2 .ui-grid-row:last-child {
  row-gap: 0px;
}
.e23 .e22-details-price-summary > .ui-panel-content .ui-panelgrid .ui-grid .price-summary-label {
  text-align: right;
  width: 50%;
}
.e23 .e22-details-price-summary > .ui-panel-content .ui-panelgrid .ui-grid .price-summary-value {
  text-align: right;
  width: 25%;
}
.e23 .e22-details-price-summary > .ui-panel-content textarea {
  max-height: 150px !important;
  min-height: 150px !important;
  height: 150px !important;
  overflow-y: auto !important;
  scrollbar-width: none;
}
.e23 .e22-details-price-summary > .ui-panel-content .grid-item {
  width: 100%;
  font-weight: bold;
}
.e23 .e22-details-price-summary > .ui-panel-content .grid-item-row {
  margin-bottom: 16px;
  justify-content: space-between;
}
.e23 .e22-details-price-summary > .ui-panel-content .grid-item-row:last-child {
  margin-bottom: 0;
}
.e23 .e22-details-price-summary > .ui-panel-content .column {
  width: 30%;
  text-align: right;
}
.e23 .e22-details-price-summary > .ui-panel-content .column:first-child {
  width: 35%;
}
.e23 .e22-entry-side-panel.h-auto .ui-panel-content .e22-vertical-tabview {
  height: auto;
}
.e23 .e22-entry-side-panel .ui-tabs-nav li.e22-line-item-tab a::before {
  color: #F59A23;
}
.e23 .e22-entry-side-panel .ui-tabs-nav li.e22-line-item-tab.ui-tabs-selected {
  background-color: #FACD91;
}
.e23 .e22-entry-side-panel .e22-details-price-summary {
  padding: 10px;
}
.e23 .e22-entry-side-panel .e22-details-price-summary .ui-panel-content {
  padding: 0;
}
.e23 .e22-entry-side-panel .e22-details-price-summary .ui-panel-content .grid-item {
  width: 100%;
}
.e23 .e22-entry-side-panel .e22-details-price-summary .ui-panel-content .column:first-child {
  text-align: left;
}
.e23 .e22-entry-side-panel .form-grid-type1 .synfaces-grid-value {
  padding-right: 0px;
}
.e23 .e22-entry-side-panel .e22-entry-side-panel-item {
  border: none;
}
.e23 .e22-entry-side-panel .e22-entry-side-panel-item .ui-panel-content {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.e23 .e22-entry-side-panel .e22-entry-side-panel-item .ui-panel-content .ui-panelgrid .ui-grid {
  border: none;
}
.e23 .e22-entry-side-panel .e22-entry-side-panel-item .ui-panel-titlebar {
  border: none;
  padding: 0;
  text-align: center;
  background-color: #f2f2f2;
  color: var(--syn-text-color);
  text-transform: uppercase;
  box-shadow: none;
}
.e23 .e22-entry-side-panel .ui-panel-content {
  height: 100%;
}
.e23 .e22-entry-side-panel .e22-lot-table .ui-datatable-header {
  padding: 5px !important;
}
.e23 .e22-entry-side-panel .e22-lot-table .ui-datatable-tablewrapper {
  padding: 0 5px;
}
.e23 .e22-entry-side-panel.std-selected-side-panel .e22-vertical-tabview {
  height: auto !important;
}
.e23 .e22-entry-side-panel.std-selected-side-panel .ui-tabs-nav li {
  border: 2px solid transparent;
}
.e23 .e22-entry-side-panel.std-selected-side-panel .ui-tabs-nav li.ui-tabs-selected {
  border: 2px solid #0065cc;
  background-color: #bdd6fc;
}
.e23 .e22-entry-side-panel.std-selected-side-panel .ui-tabs-nav li.e22-line-item-tab.ui-tabs-selected {
  background-color: #fae3c5;
  border: 2px solid #f99703;
}
.e23 .e22-entry-side-panel.std-selected-side-panel .ui-tabs-nav li.e22-icon-tab-inventory a::before {
  color: #F59A23;
}
.e23 .e22-entry-side-panel.std-selected-side-panel .ui-tabs-nav li.e22-icon-tab-inventory.ui-tabs-selected {
  background-color: #fae3c5;
  border: 2px solid #f99703;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-main-panel {
  flex-grow: 1;
  flex-shrink: 1;
  overflow-x: hidden;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-side-panel {
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  max-width: 34%;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-side-panel .e22-vertical-tabview .ui-tabs-nav {
  padding-top: 40px;
  width: 50px;
  height: calc(100% - 40px);
  border-right: 1px solid #e4e4e4 !important;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-side-panel .e22-vertical-tabview .ui-tabs-panel {
  width: 640px;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-side-panel .e22-vertical-tabview .ui-tabs-panel .ui-panel:not(.e22-stock-status-panel) .ui-panel-content {
  padding: 5px;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-side-panel .e22-vertical-tabview .ui-tabs-panel .ui-widget-content.ui-corner-all.pfs-amount-summary {
  border-bottom: none;
  border-left: none;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-side-panel .e22-vertical-tabview.pt-0 .ui-tabs-nav {
  padding-top: 0px;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-side-panel .ui-panel-titlebar {
  background-color: var(--drawer-background);
  padding: 5px;
  border: none;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-side-panel .ui-panel-titlebar-icon {
  padding: 5px;
  border: none;
  margin: 0;
  text-align: center;
  position: relative;
  width: 30px;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-side-panel .ui-panel-titlebar-icon .ui-icon {
  z-index: 10;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-side-panel .ui-panel-titlebar-icon .ui-icon::before {
  font-size: 20px;
  color: var(--action-icon-default);
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-side-panel .ui-panel-titlebar-icon .ui-icon-minusthick::before {
  content: "\f101";
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-side-panel .ui-panel-titlebar-icon .ui-icon-plusthick::before {
  content: "\f100";
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-side-panel .ui-panel-content {
  padding: 0;
  height: 100%;
  background-color: var(--drawer-background);
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-side-panel .ui-panel-content .ui-widget-content {
  background-color: var(--drawer-background);
  border-color: transparent;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-side-panel .ui-panel-content .ui-widget-content.e22-attachment-container .ui-widget-header {
  background-color: var(--drawer-background);
  border-color: transparent;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-side-panel > .ui-panel-content {
  margin-left: -50px;
  height: 100%;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer {
  width: 40px;
  position: relative;
  height: calc(100vh - 80px);
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-index {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: var(--drawer-background);
  box-shadow: -2px 0px 4px rgba(37, 50, 68, 0.35);
  position: relative;
  z-index: 10 !important;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-index .ui-button {
  width: 40px;
  height: 48px;
  border-radius: 0px;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-index .ui-button .ui-icon {
  width: auto;
  margin: 0;
  transform: translate(-50%, -50%);
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-index .ui-button .ui-icon:before {
  font-size: 34px;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-index .ui-button.indexSelected {
  background-color: #8d576d !important;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-index .ui-button.indexSelected .ui-icon:before {
  color: #FFF;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content {
  overflow: auto;
  position: absolute;
  margin-right: 40px;
  height: 100%;
  width: 500px;
  top: 0;
  box-shadow: -4px 0px 5px rgba(37, 50, 68, 0.6);
  scrollbar-width: none;
  background: var(--drawer-background);
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .ui-panel {
  position: relative;
  border: none;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .ui-panel:before {
  position: absolute;
  top: 9px;
  left: 7px;
  font-size: 28px;
  color: #8D576D;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .ui-panel .ui-panel-titlebar {
  height: 48px;
  padding: 0px 20px 0px 45px;
  border: none;
  line-height: 48px;
  color: #8D576D;
  font-size: 16px !important;
  font-weight: bold;
  background-color: var(--drawer-background);
  font-family: var(--general-fonts);
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .ui-panel > .ui-panel-content {
  padding: 0 15px;
  background-color: var(--drawer-background);
  font-family: var(--general-fonts);
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .form-grid-type1 {
  border-spacing: 0px;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .form-grid-type1 .synfaces-grid-label {
  width: 120px !important;
  padding-left: 0px;
  margin: auto;
  color: #576D8D;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .form-grid-type1 .synfaces-grid-value {
  padding-right: 0px;
  margin: auto;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .form-grid-type1 .synfaces-grid-value .synfaces-input-entity input {
  border: 1px solid transparent;
  border-radius: 5px;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .form-grid-type1 .synfaces-grid-value .synfaces-input-entity input.ui-state-hover {
  border: 1px solid var(--action-icon-default);
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content > div:last-child {
  padding-bottom: 30px;
  background-color: var(--drawer-background);
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .e23-team-member-drawer .ui-panel-titlebar .synfaces-float-right button {
  width: 24px;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .e23-team-member-drawer .e23-team-wrapper {
  padding: 0px 0px 10px;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .e23-team-member-drawer .e23-team-wrapper .e23-team-title {
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 10px;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .e23-team-member-drawer .e23-team-wrapper .e23-team-content {
  padding: 0px 15px;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .e23-team-member-drawer .e23-team-wrapper .e23-team-content .e23-member-wrapper {
  display: inline-flex;
  position: relative;
  margin-right: 30px;
  margin-bottom: 10px;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .e23-team-member-drawer .e23-team-wrapper .e23-team-content .e23-member-wrapper .e23-member-desc {
  line-height: 30px;
  padding-left: 10px;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .e23-team-member-drawer .e23-team-wrapper .e23-team-content .e23-member-wrapper .e23-member-icon {
  width: 16px;
  position: absolute;
  left: 100%;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .e23-team-member-drawer .e23-team-wrapper .e23-team-content .e23-member-wrapper > button {
  width: auto;
  position: absolute;
  top: -1px;
  left: calc(100% - 5px);
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .e23-team-member-drawer .e23-team-wrapper .e23-team-content .e23-member-wrapper > button::before {
  font-size: 12px;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .e23-team-member-drawer-edit-panel .ui-panel-titlebar button {
  position: absolute;
  top: 8px;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .e23-team-member-drawer-edit-panel .ui-panel-titlebar button .ui-icon {
  margin: 0;
  transform: translate(-50%, -50%);
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .e23-team-member-drawer-edit-panel .ui-panel-titlebar button .ui-icon:before {
  font-size: 28px;
  color: var(--mobile-header);
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .e23-team-member-drawer-edit-panel .e23-team-member-searchbox {
  margin-bottom: 20px;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .e23-team-member-drawer-edit-panel .e23-team-member-searchbox input::placeholder {
  color: var(--text-field-icon);
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .e23-team-member-drawer-edit-panel .e23-team-wrapper .e23-team-title {
  margin-bottom: 15px;
  color: #616161;
  font-size: 16px;
  font-weight: bold;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .e23-team-member-drawer-edit-panel .e23-member-wrapper {
  display: grid;
  grid-template-columns: 20px 30px auto 30px;
  grid-column-gap: 10px;
  align-items: center;
  padding-bottom: 15px;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .e23-team-member-drawer-edit-panel .e23-member-wrapper div.ui-chkbox > div.ui-chkbox-box.ui-state-active {
  background-color: var(--main-outline-primary);
  border-color: var(--main-outline-primary);
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .e23-team-member-drawer-edit-panel .e23-member-wrapper div.ui-chkbox > div.ui-chkbox-box.ui-state-active .ui-chkbox-icon::before {
  color: var(--drawer-background);
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .e23-team-member-drawer-edit-panel .e23-member-wrapper div.ui-chkbox > div.ui-chkbox-box.ui-state-default {
  border-color: var(--action-icon-warning);
  border-radius: 4px;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-drawer .e22-entry-drawer-content .e23-team-member-drawer-edit-panel .e23-member-wrapper .e23-member-desc {
  color: #333333;
  font-size: 12px;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-bottom-sheet {
  position: absolute;
  bottom: 31px;
  right: 41px;
  left: 46px;
  height: 443px;
  overflow: auto;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-bottom-sheet .ui-panel-titlebar {
  height: 54px;
  line-height: 54px;
  padding: 0px;
  padding-left: 15px;
  border-bottom: 1px solid #E1E1E1;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-bottom-sheet .ui-panel-titlebar .ui-panel-title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-bottom-sheet .ui-panel-titlebar .ui-panel-title button .ui-icon.icomoon-Close:before {
  font-size: 20px;
  color: var(--action-icon-warning-hover);
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-bottom-sheet .ui-panel-content {
  padding: 0px;
}
.e23 .e22-entry-container.with-collapse-side-panel .e22-entry-bottom-sheet .ui-panel-content .ui-datatable-header {
  background-color: #FFF;
  border: none;
}
.e23 .e22-drag-drop-panel {
  width: 100%;
}
.e23 .e22-drag-drop-panel .ui-picklist .ui-picklist-caption {
  background: none;
  border: none;
}
.e23 .e22-drag-drop-panel .ui-picklist .ui-picklist-buttons-cell {
  display: none;
}
.e23 .e22-drag-drop-panel .ui-picklist .ui-picklist-list {
  height: auto;
  width: auto;
  min-height: 600px;
  min-width: 400px;
  background: white;
  border: 1px solid #BCBCBC;
  padding: 10px;
  display: flex;
  flex-direction: column;
  padding: 5px;
}
.e23 .e22-drag-drop-panel .ui-picklist .ui-picklist-list .ui-picklist-item {
  border: 1px solid #BCBCBC;
  margin: 5px;
  background: none;
  padding: 10px;
}
.e23 .e22-drag-drop-panel .ui-picklist .ui-picklist-list .ui-picklist-item::before {
  font-family: var(--fontawesome);
  font-size: 14px;
  content: "\f142  \f142";
  color: #6B6B6B;
  margin-right: 10px;
  font-weight: 500;
}
.e23 .service-code-panel .ui-panel-titlebar, .e23 .work-order-panel .ui-panel-titlebar, .e23 .schedule-calendar-panel .ui-panel-titlebar, .e23 .process-item-panel .ui-panel-titlebar {
  background: #0066CC;
  color: #FFFFFF;
}
.e23 .service-code-panel .ui-panel-titlebar-icon, .e23 .work-order-panel .ui-panel-titlebar-icon, .e23 .schedule-calendar-panel .ui-panel-titlebar-icon, .e23 .process-item-panel .ui-panel-titlebar-icon {
  border: none !important;
}
.e23 .service-code-panel .ui-panel-titlebar-icon .ui-icon::before, .e23 .work-order-panel .ui-panel-titlebar-icon .ui-icon::before, .e23 .schedule-calendar-panel .ui-panel-titlebar-icon .ui-icon::before, .e23 .process-item-panel .ui-panel-titlebar-icon .ui-icon::before {
  color: #FFFFFF;
}
.e23 .e22 .e22-entry-top-button-bar {
  height: 0px;
  padding: 0px;
}
.e23 .e22 .e22-entry-top-button-bar span.synfaces-float-left {
  position: fixed;
  right: 30px;
  top: 0px;
}
.e23 .e22 .e22-entry-top-button-bar span.synfaces-float-left button {
  height: 48px;
  width: 48px;
}
.e23 .e22 .e22-entry-top-button-bar span.synfaces-float-left button.ui-state-disabled {
  opacity: 1;
}
.e23 .e22 .e22-entry-top-button-bar span.synfaces-float-left button.ui-button-text-only .ui-button-text {
  margin: auto;
  padding: 0px;
}
.e23 .e22 .e22-entry-top-button-bar span.synfaces-float-right {
  position: fixed;
  left: var(--e23-header-title-width);
  top: 0px;
}
.e23 .e22 .e22-entry-top-button-bar span.synfaces-float-right button {
  height: 48px;
  width: 48px;
}
.e23 .e22 .e22-entry-top-button-bar span.update-btn-alert-message {
  display: block;
  font-size: 1.167em;
  font-weight: normal;
  position: fixed;
  top: 16px;
  left: calc(var(--e23-header-title-middle) - 250px);
}
.e23 .e22 .e22-entry-top-button-bar span.update-btn-alert-message.attention {
  color: var(--action-icon-warning-hover) !important;
}
.e23 .e22 .e22-entry-top-button-bar button .ui-icon[class*=" fa-"]::before {
  font-size: var(--entry-top-bar-icon-fontawesome-heigh) !important;
}
.e23 .e22 .e22-entry-top-button-bar .syn-upload-file-button .ui-fileupload-buttonbar .ui-fileupload-choose .ui-icon {
  margin: 0px;
}
