
/*==== Icons Awesome ========*/

._fa_download{
	font-family: awesome;
}
.download:before {
  content: "\f119";
}

._fa_pdf{
	font-family: awesome;
}
._fa_pdf:before {
  content: "\f1c1";
}

._fa_doc{
	font-family: awesome;
}
._fa_doc:before {
  content: "\f1c2";
}

._fa_zip{
	font-family: awesome;
}
._fa_zip:before {
  content: "\f1c6";
}

._fa_book{
	font-family: awesome;
}
._fa_book:before {
  content: "\f02d";
}

._fa_refresh{
	font-family: awesome;
}
._fa_refresh:before {
  content: "\f021";
}

._fa_spinner{
	font-family: awesome;
}
._fa_spinner:before {
  content: "\f110";
}

._fa_dot_circle{
	font-family: awesome;
}
._fa_dot_circle:before {
  content: "\f192";
}

._fa_play_circle{
	font-family: awesome;
}
._fa_play_circle:before {
  content: "\f01d";
}


/*==== Icons Bootstrap / Glyphicons ========*/

._fb_refresh{
	font-family: 'Glyphicons Halflings';
}
._fb_refresh:before{
  content: "\e031";
}

._fb_record{
	font-family: 'Glyphicons Halflings';
}
._fb_record:before{
  content: "\e165";
}