/*
 * XIUNOS public icon subset.
 * Glyphs use the bundled Font Awesome 4.6.3 font under its existing SIL OFL license.
 */
@font-face {
	font-family: "FontAwesome";
	src: url("../font/fontawesome-webfont.woff2?v=4.6.3") format("woff2"),
		url("../font/fontawesome-webfont.woff?v=4.6.3") format("woff");
	font-style: normal;
	font-weight: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
	display: inline-block;
	text-decoration: inherit;
}

.icon {
	display: inline-block;
	font-size: inherit;
	line-height: 1;
}

.icon-fw { width: 1.28571429em; text-align: center; }
.icon-adjust::before { content: "\f042"; }
.icon-barcode::before { content: "\f02a"; }
.icon-check::before,
.icon-ok::before { content: "\f00c"; }
.icon-clock-o::before { content: "\f017"; }
.icon-circle-o::before { content: "\f10c"; }
.icon-close::before,
.icon-remove::before { content: "\f00d"; }
.icon-cog::before { content: "\f013"; }
.icon-comment-o::before { content: "\f0e5"; }
.icon-comments::before { content: "\f086"; }
.icon-edit::before { content: "\f044"; }
.icon-envelope::before { content: "\f0e0"; }
.icon-ellipsis-h::before { content: "\f141"; }
.icon-exclamation-circle::before { content: "\f06a"; }
.icon-eye::before { content: "\f06e"; }
.icon-file-text-o::before { content: "\f0f6"; }
.icon-flag::before { content: "\f024"; }
.icon-top::before { content: "\f0aa"; }
.icon-folder-open-o::before { content: "\f115"; }
.icon-globe::before { content: "\f0ac"; }
.icon-home::before { content: "\f015"; }
.icon-key::before { content: "\f084"; }
.icon-lock::before { content: "\f023"; }
.icon-mail-forward::before { content: "\f064"; }
.icon-moon-o::before { content: "\f186"; }
.icon-navicon::before { content: "\f0c9"; }
.icon-plus::before { content: "\f067"; }
.icon-puzzle-piece::before { content: "\f12e"; }
.icon-reply::before { content: "\f112"; }
.icon-search::before { content: "\f002"; }
.icon-shield::before { content: "\f132"; }
.icon-sign-out::before { content: "\f08b"; }
.icon-sun-o::before { content: "\f185"; }
.icon-unlock::before { content: "\f09c"; }
.icon-user::before { content: "\f007"; }
.icon-warning::before,
.icon-warning-sign::before { content: "\f071"; }

.xiunos-top-level-1,
.xiunos-top-level-2 { color: #ff8800; }
.xiunos-top-level-3 { color: #da24a7; }
