<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.u-icon-grid {
	background: url('./u-icons/grid.png') no-repeat left center;
}

.u-icon-file {
	background: url('./u-icons/files_icons.png') no-repeat -240px 0;
}

.u-icon-folder {
	background: url('./u-icons/files_icons.png') no-repeat -208px 0;
}

.u-icon-folder-open {
	background: url('./u-icons/files_icons.png') no-repeat -224px 0;
}

.u-icon-add {
	background: url('./u-icons/edit_add.png') no-repeat left center;
}

.u-icon-edit {
	background: url('./u-icons/pencil.png') no-repeat left center;
}

.u-icon-remove {
	background: url('./u-icons/edit_remove.png') no-repeat left center;
}

.u-icon-save {
	background: url('./u-icons/filesave.png') no-repeat left center;
}

.u-icon-close {
	background: url('./u-icons/close.png') no-repeat left center;
}

.u-icon-cut {
	background: url('./u-icons/cut.png') no-repeat left center;
}

.u-icon-ok {
	background: url('./u-icons/ok.png') no-repeat left center;
}

.u-icon-no {
	background: url('./u-icons/no.png') no-repeat left center;
}

.u-icon-cancel {
	background: url('./u-icons/cancel.png') no-repeat left center;
}

.u-icon-reload {
	background: url('./u-icons/reload.png') no-repeat left center;
}

.u-icon-search {
	background: url('./u-icons/search.png') no-repeat left center;
}

.u-icon-search0 {
	background: url('./u-icons/search0.png') no-repeat left center;
}

.u-icon-print {
	background: url('./u-icons/print.png') no-repeat left center;
}

.u-icon-help {
	background: url('./u-icons/help.png') no-repeat left center;
}

.u-icon-undo {
	background: url('./u-icons/undo.png') no-repeat left center;
}

.u-icon-redo {
	background: url('./u-icons/redo.png') no-repeat left center;
}

.u-icon-back {
	background: url('./u-icons/back.png') no-repeat left center;
}

.u-icon-sum {
	background: url('./u-icons/sum.png') no-repeat left center;
}

.u-icon-tip {
	background: url('./u-icons/tip.png') no-repeat left center;
}

.u-icon-blank {
	background: url('./u-icons/blank.gif') no-repeat left center;
}

.u-icon-history_list {
	background: url('./u-icons/history_list.gif') no-repeat left center;
}

/*panel*/
.u-icon-panel {
	background: url('./u-icons/grid.png') no-repeat left center;
}

/*export*/
.u-icon-xls {
	background: url('./u-icons/xls.gif') no-repeat left center;
}

.u-icon-csv {
	background: url('./u-icons/csv.gif') no-repeat left center;
}

.u-icon-doc {
	background: url('./u-icons/doc.gif') no-repeat left center;
}
</pre></body></html>