.fa-icon-user-circle:before {
	content: "\f2bd";
}
.fa-icon-power-off:before {
	content: "\f011";
}
.fa-icon-question-sign:before{
    content: "\f059";
}
.fa-icon-key:before{
	content: "\f084";
}
.fa-icon-comment-alt:before{
	content: "\f0e5";
}
.fa-icon-sitemap:before{
	content: "\f0e8";
}
.fa-icon-tasks:before {
    content: "\f0c9";
    color: white;
}
.fa-icon-cog:before {
    content: "\f013";
}
.fa-icon-info-sign:before {
    content: "\f05a";
}


.fa-icon-arrowin:before {
	content: "\f047";
}
.fa-icon-arrowout:before {
	content: "\f047";
}
.fa-icon-arrowup:before {
	content: "\f0aa";
}
.fa-icon-arrowdown:before {
	content: "\f0ab";
}
.fa-icon-arrowleft:before {
	content: "\f0a8";
}
.fa-icon-arrowright:before {
	content: "\f0a9";
}

.fa-pagination-first:before {
	content: "\f048";
}
.fa-pagination-last:before {
	content: "\f051";
}
.fa-pagination-prev:before {
	content: "\f04a";
}
.fa-pagination-next:before {
	content: "\f04e";
}
.fa-pagination-load:before {
	content: "\f021";
}