.salaries-list,
.centres-list,
.societes-list,
.voitures-list {
    th,
    td {
        padding: 5px;
    }

    input:not([type="file"]),
    input:not([type="textarea"]),
    input:not([type="checkbox"]),
    select {
        border: none;
        background: none;
        padding: 0;
        max-width: 130px;
    }

    input[type="file"],
    input[type="textarea"] {
        max-width: unset;
    }

    button:disabled {
        background: lightgrey;
        cursor: default;

        &:hover {
            transform: none;
        }
    }

    td:last-of-type {
        text-align: center;
    }
}

.voitures-list td {
    padding: 15px 5px;
}

/* Display-only: keeps stored values intact while making the UI easier to scan. */
.centres-list .reseau-uppercase {
    text-transform: uppercase;
}
