@charset "utf-8";
/* CSS Document */

/* efeito fade in na pagina */	
	

@-webkit-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; } 
}
@-moz-keyframes fadeIn {
0% { opacity: 0;}
100% { opacity: 1; }
}
@-o-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
	
.fadeIn {
	-webkit-animation: fadeIn 0.8s ease-in-out;
	-moz-animation: fadeIn 0.8s ease-in-out;
	-o-animation: fadeIn 0.8s ease-in-out;
	animation: fadeIn 0.8s ease-in-out;
}


	


.font_titulo{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 26px;
	color: #000;
	font-weight: 400;
	
}
	
.font_hora_status{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 14px;
	color: #C8C8C8;
	font-weight: 400;
	text-decoration: <?php include('taxado_05.txt'); ?>;
}

.font_item_cancelado{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 20px;
	color: #F10004;
	font-weight: 400;
	text-decoration: <?php include('taxado_01.txt'); ?>;
}
	

	
A:link { color: #fff; text-decoration: none; }
A:visited { color: #fff; text-decoration: none; }
A:hover { color: #fff; text-decoration: none; }
	
	body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

