﻿/* CSS commun */

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.fix-fas .mud-icon-root {
    width: 1.2em !important;
    height: 1.2em !important;
}

.fix-fas-mudfab .mud-icon-root {
    width: 1.19em !important;
    height: 1em !important;
}

.selected-row > td {
    background-color: var(--mud-palette-tertiary-lighten) !important;
    color: var(--mud-palette-white) !important;
}

    .selected-row > td input {
        color: var(--mud-palette-white) !important;
    }