<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.supsystic-tables-export i {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 1.4em;
    width: 1.2em;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0.3em;
}

i.export-pdf-icon {
    background-image: url('../images/icons/pdf.svg');
}

i.export-csv-icon {
    background-image: url('../images/icons/csv.svg');
}

i.export-xls-icon {
    background-image: url('../images/icons/xls.svg');
}

i.export-xlsx-icon {
    background-image: url('../images/icons/xls.svg');
}

i.export-print-icon {
    background-image: url('../images/icons/print.svg');
}

.supsystic-tables-wrap .collapsibleRowMain th:first-child, .supsystic-tables-wrap .collapsibleRowMain td:first-child {
	position: relative;
	padding-left: 30px;
}
.supsystic-tables-wrap .collapsibleRowMain th:first-child:after, .supsystic-tables-wrap .collapsibleRowMain td:first-child:after {
	position: absolute;
	top: 50%;
	left: 7px;
	content: "\f055";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	color: #000;
	font-size: 18px;
	text-decoration: none;
	transform: translateY(-50%);
}
.supsystic-tables-wrap .dataTables_scrollBody .collapsibleRowMain th:first-child:after {
	content: "";
}
.supsystic-tables-wrap .supsystic-table.collapsed .collapsibleRowMain th:first-child:after, .supsystic-tables-wrap .supsystic-table.collapsed .collapsibleRowMain td:first-child:after {
	top: 20px;
}
.supsystic-tables-wrap .collapsibleRowMain.collapsibleRowOpen th:first-child:after, .supsystic-tables-wrap .collapsibleRowMain.collapsibleRowOpen td:first-child:after {
	content: "\f056";
}
.supsystic-tables-wrap .collapsibleRowHide:not(.collapsibleSearchMode) {
	display: none;
}
.supsystic-tables-wrap .oneColumnWithLabels .collapsibleRowMain td:before {
	padding-left: 25px;
}

/* Mark for last edited cell */
.justEdited {
	position: relative;
}
.justEdited:after {
	position: absolute;
	padding-left: 3px;
	content: 'âœ“';
}

/* jQuery UI datepicker */
.ui-datepicker.stbDatePicker {
	z-index: 105 !important;
}</pre></body></html>