/* Home Page */

.pgui-home-item .fa {
	color: #999;
	font-size: 4em;
	font-weight: 200;
}

.pg-row-list .grid-details .js-content {
	background-color: beige;
}

.pg-row-list .grid-details .js-content .js-column-filter-container {
	background-color: #ccccff;
}

.notices-row table > tbody > tr > th {
	display:none;
}

.taskLink {
	padding: 7px 10px;
	border-radius: 5px;
	text-decoration:none !important;
	color: white;
}

/* Detail Badges */

.incomplete {
	background-color: #FC655D;
}

.complete {
	background-color: #A7DE74;
}

.noUpdates {
	background-color: #996633;
}

.hasUpdates {
	background-color: #ff9933;
}

/* Priotiry Badges */

.critical {
	background-color: #ffd6cc;
}

.urgent {
	background-color: #ffe6cc;
}

.moderate {
	background-color: #ffffe6;
}

.low {
	background-color: #e6ffe6;
}

/* Footer */

.footer-credit {text-align: center;}