/**
* MODULE PRESTASHOP BL ET FACTURES
*
* @author    Cédric Bouillon <pole-web@intersed.fr>
* @copyright 2018 Intersed
* @license   Proprietary - no redistribution without authorization
*/



#blfa_front table {
	border-collapse: collapse;
	width: 100%;
}

#blfa_front table td,
#blfa_front table th {
	padding: 4px 20px;
}


#blfa_front table tbody td {
	border-bottom: 1px solid #ccc;
}

#blfa_front table tbody tr:nth-child(odd) td  {
	background-color: #f5f5f5;
}

#blfa_front table tbody td i.fa {
	font-size: .9em;
}

.blfa-text-gris { color: #999; }
.margin-right-10 { margin-right: 10px !important; }

.bffa-filtres {
	margin-bottom: 15px;
	background-color: #eee;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 10px 5px;
}

.text-right {
	text-align: right;
}