﻿.variable-height-toolbar-table .mud-toolbar {
	height: unset;
}

.mud-table-footer-bordered {
	border-top: 1px solid var(--mud-palette-table-lines);
}

.mud-table-footer-bordered td {
	height: 52px; /* Sur td, height agit comme un min-height */
	border-right: 1px solid var(--mud-palette-table-lines);
}

:root {
	/* Override de la grosseur du logo par defaut */
	--logo-max-height: 180px;
}

.text-italic {
	font-style: italic;
}
.text-bold {
	font-weight: bold;
}

.w-33 {
	width: 33%;
}
.w-34 {
	width: 34%;
}

table.report-table {
	width: 100%;
}
table.report-table td,
table.report-table th
{
	padding: 0.65rem;
}
table.report-table thead {
	font-weight: bold;
	background-color: #e0e0e0;
}
table.report-table tbody > tr {
	border-bottom: 1px solid #e0e0e0;
}
table.report-table .report-table-total-row {
	border-width: 0 !important;
}
table.report-table .report-table-total-row > td {
	padding-bottom: 0;
}

.bullet-list {
	list-style: disc;
	padding-left: 1rem;
}
