/* Copyright (C) 2026 SysAmandine <dolibarr@sysamandine.nc>
 * Styles du module Frais d'import.
 */

/* Barre d'action flottante (page d'application), toujours visible en bas */
.fa-sticky-actions {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	text-align: center;
	padding: 12px;
	background: rgba(255, 255, 255, 0.97);
	border-top: 1px solid #ccc;
	box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.08);
}

tr.liste_titre td .pictofixedwidth {
	opacity: 0.85;
}
