@font-face {
	font-family: 'Glyphicons Halflings';
	src: url("/javax.faces.resource/fonts/glyphicons-halflings-regular.eot.xhtml");
	src: url("/javax.faces.resource/fonts/glyphicons-halflings-regular.eot.xhtml?#iefix")
		format('embedded-opentype'),
		url("/javax.faces.resource/fonts/glyphicons-halflings-regular.woff.xhtml")
		format('woff'),
		url("/javax.faces.resource/fonts/glyphicons-halflings-regular.ttf.xhtml")
		format('truetype'),
		url("")
		format('svg');
}
.loading-spinner {
	background-image: url("/javax.faces.resource/styles/images/spinner_load.gif.xhtml");
}
.navbar-brand {
    background:url("/javax.faces.resource/images/logo-portal.png.xhtml?ln=styles") center no-repeat;
}
.trash-btn,btn:active .trash-btn,btn-default:active .trash-btn {
	background-image: url("/javax.faces.resource/styles/images/trash-o.png.xhtml")
		!important;
}