html, body {
  font-size: 16px;
}

body .ui-widget {
  font-size: 16px;
}

.overview-box .quarterCircleFadeOut0 {
  border-radius: 100% 100% 100% 100%;
  box-shadow: 0 0 0px 10px rgba(19, 69, 146, 0.05), 0 0 0px 20px rgba(19, 69, 146, 0.05), 0 0 0px 30px rgba(19, 69, 146, 0.05);
  clip-path: inset(10px 10px -30px -30px);
  position: absolute;
  right: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
}
.overview-box .quarterCircleIconOuter0 {
  background-color: rgba(19, 69, 146, 0.25);
  border-radius: 100% 100% 100% 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #134592;
}
.overview-box .quarterCircleIconOuter0 .quarterCircleIconInner0 {
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 100% 100% 100% 100%;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  background: white;
  color: #134592;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(19, 69, 146, 0.75);
}

.overview-box .quarterCircleFadeOut1 {
  border-radius: 100% 100% 100% 100%;
  box-shadow: 0 0 0px 10px rgba(147, 76, 11, 0.05), 0 0 0px 20px rgba(147, 76, 11, 0.05), 0 0 0px 30px rgba(147, 76, 11, 0.05);
  clip-path: inset(10px 10px -30px -30px);
  position: absolute;
  right: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
}
.overview-box .quarterCircleIconOuter1 {
  background-color: rgba(147, 76, 11, 0.25);
  border-radius: 100% 100% 100% 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #934c0b;
}
.overview-box .quarterCircleIconOuter1 .quarterCircleIconInner1 {
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 100% 100% 100% 100%;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  background: white;
  color: #934c0b;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(147, 76, 11, 0.75);
}

.overview-box .quarterCircleFadeOut2 {
  border-radius: 100% 100% 100% 100%;
  box-shadow: 0 0 0px 10px rgba(20, 106, 44, 0.05), 0 0 0px 20px rgba(20, 106, 44, 0.05), 0 0 0px 30px rgba(20, 106, 44, 0.05);
  clip-path: inset(10px 10px -30px -30px);
  position: absolute;
  right: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
}
.overview-box .quarterCircleIconOuter2 {
  background-color: rgba(20, 106, 44, 0.25);
  border-radius: 100% 100% 100% 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #146a2c;
}
.overview-box .quarterCircleIconOuter2 .quarterCircleIconInner2 {
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 100% 100% 100% 100%;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  background: white;
  color: #146a2c;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(20, 106, 44, 0.75);
}

.overview-box .quarterCircleFadeOut3 {
  border-radius: 100% 100% 100% 100%;
  box-shadow: 0 0 0px 10px rgba(82, 19, 131, 0.05), 0 0 0px 20px rgba(82, 19, 131, 0.05), 0 0 0px 30px rgba(82, 19, 131, 0.05);
  clip-path: inset(10px 10px -30px -30px);
  position: absolute;
  right: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
}
.overview-box .quarterCircleIconOuter3 {
  background-color: rgba(82, 19, 131, 0.25);
  border-radius: 100% 100% 100% 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #521383;
}
.overview-box .quarterCircleIconOuter3 .quarterCircleIconInner3 {
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 100% 100% 100% 100%;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  background: white;
  color: #521383;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(82, 19, 131, 0.75);
}

.layout-topbar-actions > li > span {
  width: 100%;
  padding: 6px;
  margin: 0 12px;
}
.layout-topbar-actions > li > span > .topbar-icon {
  font-size: 24px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-wrapper .layout-menu-container .layout-menu li > a {
  font-size: 16px;
  padding: 5px 12px 5px 9px;
}

body .downloadComponent {
  position: relative;
}
body .downloadComponent .commandButtonDownload {
  position: absolute;
  top: calc((30px - 2.357rem) / 2);
  left: 0;
  z-index: 1;
}
body .downloadComponent .commandLinkDownload {
  position: relative;
  line-height: 30px;
  padding-left: calc(2.357rem + 10px);
}

.ui-toolbar, .ui-datatable-tablewrapper {
  position: relative;
}

.badge-with-icon {
  position: relative;
  display: inline-block;
}
.badge-with-icon .badge-icon {
  position: absolute;
  top: -7px;
  right: -4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(43, 57, 79);
  background-color: white;
  border: 1px solid rgb(43, 57, 79);
  font-size: 12px;
}

/* Parent Inquiry Container */
.inquiry {
  height: 100%;
  position: relative;
  width: 100%;
  /* Inquiry Title */
  /* Inquiry Scroll Panel */
  /* Inquiry Answer Container */
}
.inquiry .inquiry-wrapper {
  height: 100%;
  width: 100%;
}
.inquiry .inquiry-title {
  background-color: var(--gray-100);
  color: var(--text-color);
  height: auto;
  left: 0;
  margin-right: 17px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.inquiry .inquiry-title .btn-refresh {
  margin-top: -19px;
  position: absolute;
  right: 10px;
  top: 50%;
}
.inquiry .inquiry-title-inner {
  font-size: 1rem;
  margin-right: 50px;
  min-height: 19px;
  overflow: hidden;
  padding: 15px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inquiry .inquiry-scroll-panel {
  background: repeating-linear-gradient(-45deg, #fcfcfc, #fcfcfc 5px, white 5px, white 10px);
  border: none;
  border-radius: 0px;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  width: 100%;
}
.inquiry .inquiry-scroll-panel .panel-spacer {
  display: block;
  width: 100%;
}
.inquiry .inquiry-scroll-panel .panel-spacer.top {
  min-height: 50px;
}
.inquiry .inquiry-scroll-panel .panel-spacer.bottom {
  min-height: 48px;
}
.inquiry .inquiry-answer {
  background-color: var(--primary-300);
  bottom: 0;
  height: auto;
  left: 0;
  margin-right: 17px;
  position: absolute;
  right: 0;
}
.inquiry .inquiry-answer .inquiry-answer-wrapper {
  margin-right: 100px;
  padding: 10px;
  position: relative;
}
.inquiry .inquiry-answer .remaining-chars {
  bottom: 10px;
  opacity: 0.5;
  position: absolute;
  right: 30px;
}
.inquiry .inquiry-answer .textarea {
  background: white;
  border: 0;
  border-radius: 10px;
  max-height: 100px;
  padding: 5px;
  width: 100%;
}
.inquiry .inquiry-answer .buttons {
  bottom: 10px;
  display: block;
  height: 34px;
  position: absolute;
  right: 10px;
}
.inquiry .inquiry-answer .btn-check {
  bottom: 10px;
  position: absolute;
  right: 10px;
}

/* Chat */
.dashboard .chat .ui-panel-content {
  padding: 0 !important;
}
.dashboard .chat ul {
  padding: 12px;
  margin: 0;
  list-style-type: none;
}
.dashboard .chat ul li {
  padding: 6px 0;
}
.dashboard .chat ul li img {
  width: 36px;
  float: left;
}
.dashboard .chat ul li > span {
  padding: 6px 12px;
  float: left;
  display: inline-block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  max-width: 90%;
  margin: 4px 0;
}
.dashboard .chat ul li.message-from img, .dashboard .chat ul li.message-from span {
  float: left;
}
.dashboard .chat ul li.message-from img {
  margin-right: 8px;
}
.dashboard .chat ul li.message-from > span {
  background-color: var(--primary-100);
  color: #000000;
}
.dashboard .chat ul li.message-own img, .dashboard .chat ul li.message-own span {
  float: right;
}
.dashboard .chat ul li.message-own img {
  margin-left: 8px;
}
.dashboard .chat ul li.message-own > span {
  background-color: var(--primary-200);
  color: #000000;
}
.dashboard .chat .new-message {
  height: 40px;
  border-top: 1px solid #dce2e7;
  color: #afafc0;
}
.dashboard .chat .new-message .message-attachment {
  display: inline-block;
  border-right: 1px solid #dce2e7;
  width: 40px;
  line-height: 40px;
  height: 100%;
  text-align: center;
}
.dashboard .chat .new-message .message-attachment i {
  line-height: inherit;
  font-size: 24px;
}
.dashboard .chat .new-message .message-input {
  position: relative;
  top: -4px;
  width: calc(100% - 100px);
  display: inline-block;
}
.dashboard .chat .new-message .message-input input {
  border: 0 none;
  font-size: 14px;
  width: 100%;
  background-color: transparent;
  outline: 0 none;
  color: red;
}

.dashboard .chat ul li span.created-by {
  float: left;
  font-size: 0.9em;
  font-weight: bold;
  opacity: 0.5;
  padding-bottom: 5px;
}
.dashboard .chat ul li span.created-on {
  float: right;
  font-size: 0.9em;
  opacity: 0.5;
  padding-left: 20px;
  padding-top: 10px;
}
.dashboard .chat ul li span.message-container {
  position: relative;
}
.dashboard .chat ul li span.btn-attachement {
  position: relative;
  z-index: 0;
  float: right;
  margin-right: -12px;
  margin-top: -12px;
}
.dashboard .chat .chat-history {
  height: 100%;
}
.dashboard .chat .chat-history .ui-datalist-content {
  background: none;
  border: none;
}

.inquiry-create-new-wrapper {
  height: 100%;
  width: 100%;
}
.inquiry-create-new-wrapper .inquiry-createNew {
  height: calc(100% - 40px);
  margin-bottom: 5px;
}
.inquiry-create-new-wrapper .form-group > div {
  height: 100%;
}
.inquiry-create-new-wrapper .form-group > div .ui-grid-row:last-child, .inquiry-create-new-wrapper .form-group > div .ui-g:last-child {
  height: calc(99% - 110px);
}
.inquiry-create-new-wrapper .form-group > div .ui-grid-row:last-child .ui-panelgrid-cell, .inquiry-create-new-wrapper .form-group > div .ui-g:last-child .ui-panelgrid-cell {
  height: 100%;
}
.inquiry-create-new-wrapper .form-group > div .ui-grid-row:last-child .md-inputfield, .inquiry-create-new-wrapper .form-group > div .ui-g:last-child .md-inputfield {
  height: 100%;
}
.inquiry-create-new-wrapper .form-group > div .ui-grid-row:last-child .textarea, .inquiry-create-new-wrapper .form-group > div .ui-g:last-child .textarea {
  height: 100%;
  resize: none;
  width: 100%;
}
.inquiry-create-new-wrapper .form-group > div .ui-grid-row:last-child .remaining-chars, .inquiry-create-new-wrapper .form-group > div .ui-g:last-child .remaining-chars {
  bottom: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
}
.inquiry-create-new-wrapper .btn-check {
  float: right;
  margin-top: 4px;
  margin-right: 10px;
  margin-left: 5px;
}
.inquiry-create-new-wrapper .buttons {
  float: right;
}

.overlay-panel-inquiries button + span > .overlay-panel-content-datatable {
  margin-top: 10px;
}

body .chronolineWrapper .chronolineItemTypeFilter {
  width: 100%;
}
body .chronolineWrapper .chronolineItemTypeFilter label {
  white-space: nowrap;
}
@media (min-width: 768px) {
  body .chronolineWrapper .smallMarginRight {
    margin-right: 5px;
  }
}
body .chronolineWrapper .searchfield-w-button input.ui-inputfield {
  position: relative;
  padding-right: 25px;
}
body .chronolineWrapper .searchfield-w-button input.ui-inputfield.ui-state-focus {
  border-color: #bdbdbd;
}
body .chronolineWrapper .searchfield-w-button input.ui-inputfield.ui-state-filled {
  background-color: var(--primary-color);
  color: white;
  border-radius: 2px;
}
body .chronolineWrapper .searchfield-w-button input.ui-inputfield.ui-state-hover + .ui-button {
  border-color: var(--primary-color);
}
body .chronolineWrapper .searchfield-w-button button.ui-button {
  position: absolute;
  right: 0;
  box-shadow: none;
  margin-right: 0;
  padding: 0;
}
body .chronolineItem .chronolineCard {
  transition: 0.3s;
}
body .chronolineItem .chronolineCard .showDetailLinkIcon {
  transition: 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 1.25em;
}
body .chronolineItem .chronolineCard .ui-card-content {
  padding: 0;
}
body .chronolineItem:hover {
  text-decoration: none;
}
body .chronolineItem:hover .chronolineCard {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.5), 0 1px 1px 0 rgba(0, 0, 0, 0.44), 0 1px 3px 0 rgba(0, 0, 0, 0.42);
}
body .chronolineItem:hover .chronolineCard .showDetailLinkIcon {
  opacity: 1;
}
body .custom-marker {
  display: flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
  z-index: 1;
}
body .custom-marker em {
  font-size: 1em;
}

body .dataViewNoHeader .ui-dataview-header {
  display: none;
}
body .dataViewNoHeader .ui-paginator.ui-paginator-top {
  margin: 0;
  padding: 0;
  float: right;
  width: 100%;
}
body .dataViewNoHeader .ui-dataview-content {
  clear: both;
}
body .dataViewNoHeader .ui-dataview-content .ui-dataview-row {
  padding: 0;
}
body .dataViewNoHeader .ui-dataview-content .ui-dataview-row:hover:has(span a span) {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.075), 0 1px 1px 0 rgba(0, 0, 0, 0.075), 0 1px 3px 0 rgba(0, 0, 0, 0.075);
}
body .dataViewNoHeader .ui-dataview-content .ui-dataview-row:hover:has(span a span) .showInquiryLinkIcon {
  opacity: 1;
}
body .dataViewNoHeader .ui-dataview-content .ui-dataview-row:has(span span span) {
  background: repeating-linear-gradient(45deg, #fafafa, #fafafa 10px, #ffffff 10px, #ffffff 20px);
}
body .dataViewNoHeader .ui-dataview-content .ui-dataview-row .todoListItemLink {
  text-decoration: none;
  justify-content: start;
  color: unset;
  display: block;
  padding: 10px 5px;
}
body .dataViewNoHeader .ui-dataview-content .ui-dataview-row .showInquiryLinkIcon {
  transition: 0.3s;
  opacity: 0;
}

body .commandLinkBrokerInformationItem .custom-marker {
  background-color: var(--primary-color);
}
body .brokerInformationDetailDialog .brokerInformationDetailContent {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body .brokerInformationDetailDialog .brokerInformationDetailContent .categoryIcon {
  position: absolute;
  right: -5rem;
  top: -4rem;
  opacity: 0.05;
  pointer-events: auto;
}
body .brokerInformationDetailDialog .brokerInformationDetailContent .categoryIcon em {
  color: var(--primary-color);
  font-size: 30rem;
}
body .brokerInformationDetailDialog .brokerInformationDetailContent .contentWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
body .brokerInformationDetailDialog .brokerInformationDetailContent .contentWrapper .contentDate {
  text-align: right;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--primary-color);
}
body .brokerInformationDetailDialog .brokerInformationDetailContent .contentWrapper .contentText {
  flex: 1;
  margin-bottom: 10px;
  overflow-y: auto;
  white-space: pre-line;
}
body .brokerInformationDetailDialog .brokerInformationDetailContent .contentWrapper .contentAttachments {
  flex: 0;
}
body .brokerInformationDetailDialog .brokerInformationDetailContent .contentWrapper .contentAttachments .datatable-downloads .ui-datatable-even td, body .brokerInformationDetailDialog .brokerInformationDetailContent .contentWrapper .contentAttachments .datatable-downloads .ui-datatable-odd td {
  padding: 0;
}
body .brokerInformationDetailDialog .brokerInformationDetailContent .contentWrapper .contentAttachments .datatable-downloads .ui-datatable-even td .ui-g, body .brokerInformationDetailDialog .brokerInformationDetailContent .contentWrapper .contentAttachments .datatable-downloads .ui-datatable-odd td .ui-g {
  padding: 0;
  margin: 0;
}
body .brokerInformationDetailDialog .brokerInformationDetailContent .contentWrapper .contentAttachments .datatable-downloads .ui-datatable-even td .ui-g .ui-g-12, body .brokerInformationDetailDialog .brokerInformationDetailContent .contentWrapper .contentAttachments .datatable-downloads .ui-datatable-odd td .ui-g .ui-g-12 {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
body .brokerInformationDetailDialog .brokerInformationDetailContent .contentWrapper .contentAttachments .datatable-downloads .ui-datatable-even td .ui-g .ui-g-12 > div, body .brokerInformationDetailDialog .brokerInformationDetailContent .contentWrapper .contentAttachments .datatable-downloads .ui-datatable-odd td .ui-g .ui-g-12 > div {
  line-height: unset !important;
}
body .brokerInformationDetailDialog .brokerInformationDetailContent .contentWrapper .contentAttachments .datatable-downloads .ui-datatable-even td .ui-g .ui-g-12 .commandButtonDownload, body .brokerInformationDetailDialog .brokerInformationDetailContent .contentWrapper .contentAttachments .datatable-downloads .ui-datatable-odd td .ui-g .ui-g-12 .commandButtonDownload {
  background: transparent !important;
  border: none !important;
}

body .ui-datatable tbody tr.unread {
  font-weight: 500;
}

.button-wrapper > div {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 5px;
}

body .quick-search-wrapper.float-left, .layout-wrapper .quick-search-wrapper.float-left {
  float: left;
  margin-right: 15px;
}
body .quick-search-wrapper.float-right, .layout-wrapper .quick-search-wrapper.float-right {
  float: right;
  margin-left: 15px;
}
body .quick-search-wrapper .ui-selectonemenu, .layout-wrapper .quick-search-wrapper .ui-selectonemenu {
  float: left;
  margin-right: 10px;
}
body .quick-search-wrapper .searchfield-w-button, .layout-wrapper .quick-search-wrapper .searchfield-w-button {
  float: left;
  position: relative;
}
body .quick-search-wrapper .searchfield-w-button input.ui-inputfield, .layout-wrapper .quick-search-wrapper .searchfield-w-button input.ui-inputfield {
  position: relative;
  padding-right: 25px;
}
body .quick-search-wrapper .searchfield-w-button input.ui-inputfield.ui-state-focus, .layout-wrapper .quick-search-wrapper .searchfield-w-button input.ui-inputfield.ui-state-focus {
  border-color: #bdbdbd;
}
body .quick-search-wrapper .searchfield-w-button input.ui-inputfield.ui-state-filled, .layout-wrapper .quick-search-wrapper .searchfield-w-button input.ui-inputfield.ui-state-filled {
  background-color: var(--primary-color);
  color: white;
  border-radius: 2px;
}
body .quick-search-wrapper .searchfield-w-button button.ui-button, .layout-wrapper .quick-search-wrapper .searchfield-w-button button.ui-button {
  position: absolute;
  right: 0;
  box-shadow: none;
  margin-right: 0;
  padding: 0;
}
body .ui-datatable thead th .tableColumnHeaderText,
body .ui-datatable thead th > span.ui-column-title, .layout-wrapper .ui-datatable thead th .tableColumnHeaderText,
.layout-wrapper .ui-datatable thead th > span.ui-column-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

body.light .ui-button:not(.ui-state-active, .ui-state-hover) {
  background: var(--primary-color-text);
  color: var(--primary-color);
  border-color: #D9DEE6;
}
body.light .ui-button:not(.ui-state-active, .ui-state-hover).ui-state-disabled {
  border-color: rgba(217, 222, 230, 0.5);
}

/*
body {
	.layout-wrapper, &.login-body  {
		&.light {
			.ui-button:not(.ui-state-active) {
				background: var(--primary-color-text);
				color: var(--primary-color);
				border-color: $buttonBorderColor;
				&.ui-state-disabled {
					border-color: rgba($buttonBorderColor, 0.5);
				}
			}		
		}
		&.dim:not(.ui-state-active) {
			.ui-button {
				color: var(--primary-color-text);
			}		
		}
		&.dark:not(.ui-state-active) {
			.ui-button {
				color: var(--primary-color-text);
			}		
		}
	}
}
*/
body .searchfield-w-button input.ui-inputfield.ui-state-hover + .ui-button, .layout-wrapper .searchfield-w-button input.ui-inputfield.ui-state-hover + .ui-button {
  border-color: var(--primary-color);
}

.hasTooltip > label.inputLabelControl {
  pointer-events: auto;
}
.hasTooltip > label:after {
  content: "\f05a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  font-size: 1rem;
  line-height: 1;
  margin-left: 5px;
  color: #666666;
}

.field > label {
  min-width: 38px;
}
.field .ui-message:not(.ui-message-error):not(.ui-message-warn):not(.ui-message-info) {
  display: none;
}

.ui-fluid .ui-joinvaluefield .ui-jvfpicker-trigger.ui-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ui-fluid .ui-trigger-jvf input.hasJvfpicker {
  width: calc(100% - 2.357rem);
  padding-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

body .field .ui-chkbox {
  display: flex;
  margin-top: 0.5rem;
  margin-bottom: calc(0.5rem - 1px);
}

body .filterPanel .ui-panel-content {
  padding-right: 38px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)); /*5 columns, min: 0, max: column width*/
  grid-gap: 10px;
}
@media (min-width: 993px) {
  body .filterPanel .ui-panel-content > span:nth-child(1) {
    grid-column-start: 5;
    grid-row-start: 1;
  }
  body .filterPanel .ui-panel-content > span:nth-child(2) {
    grid-column-start: 4;
    grid-row-start: 1;
  }
  body .filterPanel .ui-panel-content > span:nth-child(3) {
    grid-column-start: 3;
    grid-row-start: 1;
  }
  body .filterPanel .ui-panel-content > span:nth-child(4) {
    grid-column-start: 2;
    grid-row-start: 1;
  }
  body .filterPanel .ui-panel-content > span:nth-child(5) {
    grid-column-start: 1;
    grid-row-start: 1;
  }
}
@media (max-width: 992px) {
  body .filterPanel .ui-panel-content {
    padding-top: 35px;
    padding-right: 16px;
    grid-template-columns: repeat(1, minmax(0, 1fr)); /*1 column (per row)*/
  }
}
body .filterPanel .filterItem {
  width: 100% !important;
}
body .filterPanel .filterItem .ui-state-active {
  background-color: var(--primary-color);
  color: white;
}
body .filterPanel .filterItem .ui-state-active + .ui-selectcheckboxmenu-trigger .ui-icon {
  color: white;
}
body .filterPanel .filterItem.valueSelected {
  background-color: var(--primary-color);
}
body .filterPanel .filterItem.valueSelected label {
  color: white;
}
body .filterPanel .filterItem.valueSelected .ui-selectonemenu-trigger .ui-icon {
  color: white;
}
body .filterPanel .filterItem.ui-selectcheckboxmenu .ui-selectcheckboxmenu-label, body .filterPanel .filterItem.ui-selectonemenu .ui-selectonemenu-label {
  display: inline-block;
  white-space: nowrap;
  min-width: 100%;
  max-width: 100%;
}
body .arrow_box {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--pink-400);
  color: white;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 4px;
  white-space: nowrap;
  text-align: center;
  border-radius: 4px;
}
body .arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  border-top-color: var(--pink-400);
  border-width: 10px;
  margin-left: -10px;
  position: absolute;
}

.notification {
  /* background-color: #555; */
  color: #555;
  text-decoration: none;
  padding: 15px 26px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

.notification .badge {
  position: absolute;
  bottom: 10px;
  right: 5px;
  padding: 5px;
  border-radius: 50%;
  color: white;
  text-align: center;
}

body .infoTable .col0 {
  background: #555;
  width: 20%;
  color: white;
  text-align: center;
}

body .infoTable .col1 {
  padding: 5px;
  text-align: center;
}

.colWidth20 {
  width: 20%;
}

.maxWidth0AndEllipsis {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.layout-wrapper.dark .isloggedInUser, .layout-wrapper.dim .isloggedInUser {
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05) 10px, transparent 10px, transparent 20px);
}
.layout-wrapper.light .isloggedInUser {
  background: repeating-linear-gradient(45deg, #fafafa, #fafafa 10px, #ffffff 10px, #ffffff 20px);
}

.dataViewPortalUsers .ui-panel .ui-panel-titlebar {
  padding: 0.5em;
}

.dataViewPortalUsers .ui-panel .ui-panel-content, .dataViewPortalUsers .ui-dataview-list-container .ui-dataview-row .ui-panel .ui-panelgrid-content .ui-panelgrid-cell {
  background: transparent;
}

.dataViewPortalUsers .listActions .ui-button {
  font-size: 13px;
}

.overlayPanel_externalComment {
  width: 510px;
}
@media (max-width: 640px) {
  .overlayPanel_externalComment {
    width: 80vw;
  }
}
@media (min-width: 1024px) {
  .overlayPanel_externalComment {
    width: 620px;
  }
}
.overlayPanel_externalComment .ui-overlaypanel-content {
  white-space: break-spaces;
  overflow-y: auto;
  max-height: 200px;
}

.button-wrapper .externalCommentColumnTitle,
.button-wrapper .externalCommentCommandLink > span {
  font-size: 1em;
}

.button-wrapper .externalCommentColumnTitle .fa-exclamation {
  color: white;
}

.button-wrapper .externalCommentCommandLink .fa-regular {
  opacity: 1;
}
.button-wrapper .externalCommentCommandLink .fa-regular.fa-exclamation {
  color: var(--primary-color);
}
.button-wrapper .externalCommentCommandLink .fa-solid {
  opacity: 0;
}

.button-wrapper .externalCommentCommandLink:hover .fa-regular {
  opacity: 0;
}
.button-wrapper .externalCommentCommandLink:hover .fa-solid {
  opacity: 1;
}
.button-wrapper .externalCommentCommandLink:hover .fa-solid.fa-exclamation {
  color: white;
}

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