@charset "UTF-8";

.ui-button:has(.ic){
	background-image: none !important;
}

.ui-button.ui-state-hover:has(.ic),
.ui-button.ui-state-focus:has(.ic) {
	background: transparent !important;
}

.ui-button:has(.ic-fit) {
	margin: 0 0.1rem;
}

.ic {
	width: 1.5rem;
	aspect-ratio: 1 / 1;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	display: block;
	cursor: pointer;
}

.ic-fit {
	width: inherit;
}

.ic-1-2 {
	width: 1.2rem !important;
}

.ic-excel {
	background: url("/jakarta.faces.resource/ic-excel.png.xhtml?ln=images");
}

.ic-search {
	background: url("/jakarta.faces.resource/ic-search.png.xhtml?ln=images");
}