<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.j-table {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.j-table-arrow svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	opacity: .75;
}
.j-table-arrow-sx svg {
	left: 0;
}
.j-table-arrow-dx svg {
	right: 0;
}
.j-table-arrow:hover svg {
	opacity: 1;
}
.j-table-arrow.show {
	display: block;
}
.j-table-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	z-index: 100;
	cursor: pointer;
	display: none;
}
.j-table-arrow-sx {
	left: 0;
	background: linear-gradient(to right, rgba(255,255,255,.9) 0%,rgba(255,255,255,0) 100%);
}
.j-table-arrow-dx {
	right: 0;
	background: linear-gradient(to left, rgba(255,255,255,.9) 0%,rgba(255,255,255,0) 100%);
}
.j-table.j-table-scroll-x {
	overflow-x: auto;
}
.j-table-header table {
	width: 100%;
}
.j-table table {
	table-layout: fixed; 
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 100%;
}
.j-table .j-field-checkbox-ico-check svg {
	width: 18px;
	height: 18px;	
}
.j-table svg {
	fill: #474747;
	width: 24px;
	height: 24px;
}
.j-table .j-field-checkbox-view svg {
	margin-top: -2px;
	margin-left: -2px;	
}
.j-table .j-table-sortable-item { 
	cursor: move;
}
.ui-sortable-helper .ui-sortable-helper-hide {
	display: none;
}
.j-table .ui-sortable-placeholder td {
	background: rgba(255,245,0,.4);
}
.j-table .j-table-sortable-item svg {
	opacity: 0.3;
}
.j-table .j-table-sortable-item:hover svg {
	opacity: 1;
}
.j-table .j-table-sortable-item td {
	padding-left: 0;
	padding-right: 0;
}
.j-table th,
.j-table td {
	text-align: left;
	vertical-align: middle;
	padding: 8px 2px 8px 5px;
	min-height: 40px;
}
.j-table td {
	padding-top: 9px;
}
.j-table th {
	font-size: 11px;
	text-transform: uppercase;
}
.j-table .j-image-cell {
	display: block;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.j-table .action-layer {
	cursor: pointer;
}
.j-table .action-layer .value {
	opacity: 0.5;
}
.j-table .action-layer:hover .value {
	opacity: 1;
}
.j-table th.order {
	cursor: pointer;
	position: relative;
}

.j-table th.order[order-type='asc']:after,
.j-table th.order[order-type='desc']:after {
	content: ' ';
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.j-table .value-center {
	text-align: center;
}
.j-table th.order .value {
	width: auto;
	overflow: hidden;
	padding-left: 10px;
}
.j-table th.order svg {
	height: 14px;
	width: 15px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.j-table th.order[order-type='asc'] svg {
	transform: translateY(-50%) rotate(0deg);
}
.j-table th.order[order-type='desc'] svg {
	transform: translateY(-50%) rotate(180deg);
}
.j-table.unselectable *,
.j-table.unselectable,
.j-table .checkbox,
.j-table .checkbox * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
}
.j-table th.checkbox, 
.j-table td.checkbox {
	padding-left: 8px;
}

.j-table .j-field-checkbox {
	width: 18px;
	height: 18px;
	min-height: 18px;
}
.j-table .j-field.j-field-checkbox .j-field-box {
	margin-top: 0;
}
.j-table-body {
	position: absolute; 
	left: 0; 
	right: 0;
	bottom: 0;
	top: 40px;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.j-table-body.scroll-x {
	top: 0;
	overflow-y: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.j-table-body.scroll-x tbody {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	align-items: stretch;
}
.j-table-body.scroll-x tbody tr {
	display: block;
	position: relative;
	overflow: hidden;
}
.j-table-header svg {
	fill: #050505;
}
.j-table-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	overflow: hidden;
	background: #fff;
	color: #050505;
}
.j-table-header th {
	font-weight: normal;
	height: 40px;
}
.warning {
	color: #ff3838;
}
.warning svg {
	fill: #ff3838;
}
.value-ellipsis .value {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.j-table .action {
	cursor: pointer;
}

.j-table-filter-list {
	overflow-y: hidden;
	overflow-x: auto;
}
.j-table-filter-list,
.j-table-search {
	height: 0;
	padding: 0 10px;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: none;
}
.j-table-context-menu td {
	padding: 0 0 0 25px;
}
.j-table-context-menu .j-button {
	font-size: 11px;
	float: left;
	width: 130px
}
.j-table-context-menu {
	display: table-row;
}
.j-table-context-menu .j-button.j-button-info.j-button-is-icon .j-button-icon,
.j-table-context-menu .j-button.j-button-info {
	width: 40px;
}
.j-table-context-menu .j-button,
.j-table-context-menu .j-button.j-button-is-icon .j-button-icon span,
.j-table-context-menu .j-button.j-button-is-label .j-button-label label,
.j-table-context-menu .j-button.j-button-is-label .j-button-label,
.j-table-context-menu .j-button.j-button-is-icon .j-button-icon {
	height: 40px;
}
.j-table-context-menu .j-button.j-button-is-icon.j-button-is-label .j-button-icon span,
.j-table-context-menu .j-button.j-button-is-label.j-button-is-icon .j-button-label label {
	height: auto;
}
.j-table-context-menu .j-button.j-button-is-icon .j-button-icon span,
.j-table-context-menu .j-button.j-button-is-icon .j-button-icon {
	width: 30px;
}
.j-table-context-menu .j-button.j-button-is-label .j-button-label label,
.j-table-context-menu .j-button.j-button-is-label .j-button-label {
	width: 100px;
	padding-left: 0;
	text-align: left;
	text-transform: uppercase;
}
.j-table-light-effect {
	-webkit-animation: light-effect linear 1.5s;
	animation: light-effect linear 1.5s;
}
.j-table-filter-list-reset svg {
	margin: 8px;
	width: 14px;
	height: 14px;
}
.j-table-filter-list-reset {
	position: absolute;
	top: 10px;
	right: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: #fff;
}
.j-table-filter-list-wrapper {
	position: absolute;
	top: 0;
	left: 10px;
	right: 10px;
	bottom: 0;
	height: 50px;
	overflow: hidden;
}
.j-table-filter-list-scroll {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	height: 50px;
}
.j-table-filter-list-item {
	background: #3998db;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #fff;
	padding: 0 10px;
	border-radius: 5px;
	white-space: nowrap;
	margin: 10px 10px 0 0;
}
@-webkit-keyframes light-effect {
	0% { background: rgba(255,245,0,1); } 
	100% { background: rgba(255,245,0,0); }
}
@keyframes light-effect {
	0% { background: rgba(255,245,0,1); }
	100% { background: rgba(255,245,0,0); }
}


.j-table-block.j-table {
	display: block;
}
.j-table-block.j-table colgroup {
	display: none;
}
.j-table-block.j-table td {
	border: none;
	position: relative;
	padding: 0;
	min-height: auto;
	display: block;
}
.j-table-block.j-table tbody {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
}
.j-table-block.j-table tr {
	display: block;
	position: relative;
	overflow: hidden;
}


.j-table-editing .value {
	display: none;
}
.j-table-editing {
	position: relative;
}
.j-table .j-table-editing form .j-form-line,
.j-table .j-table-editing form .j-form-group {
	margin: 0;
	padding: 0;
}
.j-table .j-table-editing form {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	transform: translateY(-50%);
}
.j-table-edit-error,
.j-table-edit-complete {
	position: relative;
}
.j-table-edit-error:after,
.j-table-edit-complete:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	content: ' ';
	overflow: hidden;
	width: 0; 
	height: 0; 
	border-bottom: 15px solid transparent; 
}
.j-table-edit-complete:after {
	border-left: 15px solid #0a0; 
}
.j-table-edit-error:after {
	border-left: 15px solid #f00; 
}</pre></body></html>