/*
	setting global font-size to 81% and overriding primefaces' theme.css
	allows us to keep the same default font size at top level widgets, and keep that same consistent font size on widgets inside widgets and so on.
	gives it a much more consistent look and doesn't lead to fonts that are too small to read on deep down widgets.
	81% was chosen because it gives the exact same size as 90% of 1.1em (original settings).
*/
body {
	font-size: 81%;
}

.ui-icon {
	font-size: 13.6px !important;
	border-radius: 0px;
}

.dataListCompact {
	border: none;
}

.dataListCompact div {
	border: none;
}

.dataListCompact div ul {
	margin: 0;
	padding-left: 20px;
}

.dataListSuperCompact div ul {
	padding-left: 10px;
}

.dataListNoBackground div {
	background: none;
}

.scrollableCompact {
	border: none;
}

.infoIconNoText {
	color: red;
}

.infoIconText {
	color: blue;
}
.infoIconTextWhite {
	color: white;
}	

.linkColumn {
	text-align: center;
}

.tightenedTabView {
	border: none;
	padding: 0 !important;
}

.tightenedTabView .ui-tabs-nav {
	padding: 3px 0 0 0 !important;
}
