.e22.e22-widget {
  padding-bottom: 0 !important;
}
.e22.e22-widget .ui-panel-titlebar {
  background: #3d6dcc !important;
  color: #FFFFFF !important;
  padding: 5px 16px !important;
}
.e22.e22-widget .ui-panel-content {
  padding: 0 !important;
}
.e22.e22-widget .ui-panel-content table tr td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e22.e22-widget .e22-widget-header-left button {
  border: none;
  background: transparent;
  margin-left: 5px;
}
.e22.e22-widget .e22-widget-header-left button .ui-icon::before {
  color: #FFFFFF;
}
.e22.e22-widget .e22-widget-header-right input {
  width: 80px;
  margin: 0 5px;
}
.e22.e22-widget .e22-widget-header .ui-selectonemenu {
  width: 90px !important;
  max-width: 90px !important;
  min-width: 90px !important;
}
.e22.e22-widget .e22-widget-header .ui-selectonemenu label {
  padding-top: 0;
  padding-bottom: 0;
}
.e22.e22-widget .e22-widget-header .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
  top: 0;
}
.e22.e22-widget .e22-widget-header .ui-selectonemenu.rank-limit {
  width: 50px !important;
  max-width: 50px !important;
  min-width: 50px !important;
  margin: 0 5px;
}
.e22.e22-widget .e22-widget-header .ui-chkbox .ui-chkbox-box {
  vertical-align: middle;
  line-height: 16px;
}
.e22.e22-widget .e22-summary-form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.e22.e22-widget .e22-summary-datatable {
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.e22.e22-widget .e22-summary-datatable .ui-datatable-tablewrapper table thead tr {
  position: sticky;
  top: 0;
  z-index: 5;
}
.e22.e22-widget table .e22-column-text-l {
  text-align: left;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
.e22.e22-widget table .e22-column-text-l.with-textbox {
  width: 107px;
  min-width: 107px;
  max-width: 107px;
}
.e22.e22-widget table .e22-column-text-l.with-textbox-and-icon {
  width: 121px;
  min-width: 121px;
  max-width: 121px;
}
.e22.e22-widget table .e22-column-text-xl {
  text-align: left;
  width: 160px;
  min-width: 160px;
  max-width: 160px;
}
.e22.e22-widget table .e22-column-text-xl.with-textbox {
  width: 167px;
  min-width: 167px;
  max-width: 167px;
}
.e22.e22-widget table .e22-column-text-xl.with-textbox-and-icon {
  width: 181px;
  min-width: 181px;
  max-width: 181px;
}
.e22.e22-widget table .e22-column-date {
  text-align: center;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
}
.e22.e22-widget table .e22-column-status {
  text-align: center;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
}
.e22.e22-widget .e22-charts-table thead {
  display: none;
}
.e22.e22-widget .e22-charts-table tbody tr td {
  padding: 15px 6px;
  background-color: #FFF;
  border-left: none;
  border-right: none;
  white-space: initial;
}
.e22.e22-widget .e22-charts-table tbody tr:nth-child(1) .sad-face::before {
  color: #FF0000;
}
.e22.e22-widget .e22-charts-table tbody tr:nth-child(2) .sad-face::before {
  color: #ff7e00;
}
.e22.e22-widget .e22-charts-table tbody tr:nth-child(3) .sad-face::before {
  color: #ffd966;
}
.e22.e22-widget .e22-charts-table .e22-column-text-s {
  text-align: right;
}
.e22.e22-widget .e22-charts-table .total-value {
  font-weight: bold;
}
.e22.e22-widget .e22-charts-table .index::before {
  font-family: var(--fontawesome);
  margin-right: 15px;
  font-size: 17px;
  vertical-align: sub;
}
.e22.e22-widget .e22-charts-table .index.sad-face::before {
  content: "\f119";
}
.e22.e22-widget .e22-percent-bar {
  background-color: #339999;
  height: 18px;
  color: #FFFFFF;
}
.e22.e22-widget .e22-percent-bar .e22-percent-value {
  margin-left: 5px;
}
.e22.e22-widget .item-code-desc-with-img {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.e22.e22-widget .item-code-desc-with-img .item-code-desc-img {
  margin-right: 8px;
}
.e22.e22-widget .item-code-desc-with-img .item-code-desc-img img {
  width: 50px;
  height: 50px;
}
.e22.e22-widget .item-code-desc-with-img .item-code-desc {
  white-space: initial;
}
.e22.e22-widget .total-container {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0px;
}
.e22.e22-widget .total-container .total-box-item {
  margin: 0 8px;
  padding: 10px 5px;
  border: 1px solid #e4e4e4;
  min-width: 100px;
  max-width: 560px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.e22.e22-widget .total-container .total-subtitle {
  color: #868686;
  margin-bottom: 5px;
}
.e22.e22-widget .total-container .total-value {
  font-weight: bold;
  font-size: 1.4em;
  color: #6B6B6B;
}

.e22-dashboard-item {
  height: 100%;
}
