
/*==== Icons Awesome Normal / Regular========*/

._fa_font {font-family: awesome;} /* Apenas Fonte (Não define o estilo) --- Carregar antes ... quando não está defenido*/

._fa {/* Completo === Carregar sempre antes ... quando não está defenido*/
	font-family: 'awesome';
	font-style: normal;
	font-weight: normal;
	position: relative;
	top: 1px;
	display: inline-block;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
	
._fa_download{font-family: awesome;}
._fa_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";}

._fa-eraser:before {content: "\f12d";}

._fa-check:before {content: "\f00c";}

._fa-caret-right:before {content: "\f0da";}




/*==== Icons Awesome Solid ========*/
._fas {
	font-family: 'awesome_solid';
	font-weight: 900;
}
  
._fa_retroceder:before {content: "\f3e5";}
._fa_continuar:before {content: "\f064";}


/* ------------- Setas ------------------*/
._fa-angle-left:before {content: "\f104";}
._fa-angle-double-left:before {content: "\f100";}
._fa-angle-right:before {content: "\f105";}
._fa-angle-double-right:before {content: "\f101";}

/* ------------- Editor ------------------*/
._fa_editar:before {content: "\f14b";}
._fa_remover:before {content: "\f410";}
._fa_remover_circulo:before {content: "\f057";}


/* ------------- Diversos ------------------*/
._fa_ver:before {content: "\f06e";}
._fa_email:before {content: "\f1fa";}
._fa_tel:before {content: "\f098";}
._fa_contactos:before {content: "\f2bb";}
._fa_info:before {content: "\f05a";}
._fa_mais:before {content: "\f0fe";}
._fa_menos:before {content: "\f146";}

/*==== Icons Awesome Brands ========*/
._fab {
	font-family: 'Font Awesome 5 Brands';
}
  
/* ------------- Redes Sociais ------------------*/
._fa_facebook_1:before {content: "\f082";}
._fa_linkedin_1:before {content: "\f08c";}
._fa_google_plus_1:before {content: "\f0d4";}
._fa_youtube_1:before {content: "\f431";}
._fa_twitter_1:before {content: "\f081";}
._fa_tripadviser_1:before {content: "\f262";}

._fa_facebook_2:before {content: "\f39e";}
._fa_linkedin_2:before {content: "\f0e1";}
._fa_google_plus_2:before {content: "\f0d5";}
._fa_youtube_2:before {content: "\f167";}
._fa_twitter_2:before {content: "\f099";}
._fa_tripadviser_2:before {content: "\f262";}




/*==== Icons Bootstrap / Glyphicons ========*/
._fb_font{font-family: 'Glyphicons Halflings';} /* Apenas Fonte --- Carregar sempre antes ... quando não está defenido*/
._fb {/* Completo === Carregar sempre antes ... quando não está defenido*/
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	position: relative;
	top: 1px;
	display: inline-block;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

._fb_refresh:before{content: "\e031";}
._fb_record:before{content: "\e165";}
._fb_time:before{content: "\e023";}
._fb_ver:before{content: "\e105";}
._fb_exportar:before{content: "\e170";}
._fb_enviar:before{content: "\e171";}
._fb_remover:before{content: "\e014";}


