/* Styles pour le tableau des factures */
#historique_factures_complet {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

#historique_factures_complet h2 {
    text-align: center;
    margin-bottom: 20px;
}

#historique_factures_complet table {
    width: 100%;
    border-collapse: collapse;
	margin: auto !important;
}

#historique_factures_complet table, #historique_factures_complet th, #historique_factures_complet td {
    border: 1px solid #ddd;
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center !important;

}

#historique_factures_complet th, #historique_factures_complet td {
    padding: 8px;
    text-align: left;
}

#historique_factures_complet tr:nth-child(even) {
    background-color: #f2f2f2;
}

#historique_factures_complet th {
    background-color: #154782;
    color: white;
}
#historique_factures_complet td {
    background: #2a2c2c;
}

.titre-historique {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

/* Styles pour le formulaire de filtrage */
#historique_factures_complet form {
    margin-bottom: 20px;
    text-align: center;
}

#historique_factures_complet label {
    margin-right: 10px;
    font-size: 16px;
}

#historique_factures_complet select {
    padding: 5px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#historique_factures_complet .bouton-filter {
    font-size: 16px;
    color: white;
    background-color: #22780f;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#historique_factures_complet .bouton-filter:hover {
    background-color: #22780f;
}

/* Styles pour les boutons de suppression dans le tableau */
#historique_factures_complet .bouton-doublon {
	font-size: 16px;
    color: white;
    background-color: #8a2be2;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#historique_factures_complet .bouton-doublon:hover {
    background-color: #8a2be2 !important;
}

#historique_factures_complet .bouton-supprimer {
    padding: 5px 5px;
    font-size: 14px;
    color: #fff;
    background-color: #a80710 !important;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#historique_factures_complet .bouton-supprimer:hover {
    background-color: #c0001a !important;
}

#employe_filtre {
	background-color: #2a2c2c;
	color: #fff;
}