/* Ce fichier a été copié depuis le projet Commun. */
/* Ne pas éditer ce fichier directement; l'éditer depuis le projet Commun. */

table {
    margin-right: 20px;
    clear: both;
}

overlay table, onglets table {
    margin-right: 0;
}

#w .contenu table {
    margin-right: 10px;
}

table.tableSansPagination {
    margin-top: 36px;
}

table thead tr {
    text-align: left;
    color: #FFFFFF;
}

table:not(.sansHover) tbody tr:hover td:not(.sansHover) {
    background-color: #F9F9F9;
}

#pageDynamique table:not(.sansHover) tbody tr:hover td:not(.sansHover) {
    background-color: transparent;
}

table tbody tr:nth-child(even) {
    border: 1px solid #E5E5E5;
    border-left-width: 0;
    border-right-width: 0;
}

.boite table:not(.bordure) tbody tr:nth-child(even) {
    border: 0;
}

table tbody .footer {
    background-color: #F9F9F9;
}

table tbody tr:last-child {
    border-bottom: 1px solid #E5E5E5;
}

.boite table tbody tr:last-child {
    border-bottom: 0;
}

#pageGauche > table th {
    font-weight: 600;
}

table th {
    font-weight: normal;
    user-select: none;
}

table thead.gras th {
    font-weight: 600;
}

table th, table td {
    padding: 5px;
    vertical-align: top;
}

table.alignementVertical th, table.alignementVertical td {
    vertical-align: middle;
}

table.tableauHauteurFixe tr {
    height: 41px;
}

table label {
    font-weight: normal;
}

table texte, table texte input, table .selecteur, table telephone, table courriel, table prix, table texte .enLecture libelle, table texte .valeur, table bouton {
    margin-bottom: 0;
}

table date span {
    padding-top: 1px;
    margin-bottom: 0;
}

table texte, table .selecteur {
    margin-right: 0;
}

table + bouton {
    margin-top: 15px;
}

div .entreDeuxTableau {
    margin-bottom: 40px;
}

pagination table {
    width: 1060px;
}

#w pagination table {
    width: 730px;
}

pagination table thead th {
    font-weight: 600;
}

table.totaux {
    float: right;
    border: 0;
}

table.totaux.gauche {
    float: left;
}

table.totaux.modification prix texte {
    margin-bottom: 5px;
}

table.totaux tr {
    border: 0 !important;
}

table.totaux td {
    padding-top: 0;
    padding-bottom: 0;
}

table.totaux.etatCompte td {
    padding-top: 5px;
}

table tr.aligner td texte,
table td texte.aligner,
table tr.aligner td prix {
    margin-top: 5px !important;
}

table.totaux.gauche td:first-child {
    padding-left: 0;
}

table .estSupprime td, table .estSupprime input {
    background-color: #FFEEEE !important;
    border: 0;
    color: #F75D5B;
    pointer-events: none;
}

table .empecherClic {
    pointer-events: none;
}

table.noBorder tr, table.noBorder td {
    border: 0 !important;
}

table .texteProduit {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.historique {
    margin-bottom: 20px;
}

textarea-tableau .cadre {
    overflow: hidden;
    position: relative;
}

textarea-tableau .cadre .arrierePlan {
    height: 45px;
    position: relative;
    top: 30px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

table .centrerVertical {
    margin-top: 5px;
}

table .center-horizontal {
    display: flex;
    justify-content: center;
}

table.produitsAvecCertification tr.certification td {
  background-color: #EEF0F6;
}

table.produitsAvecCertification tr.certification td div {
  display: inline;
}

td.bleu {
    background-color: #b0e0e6;
}