.icon-delete {
    background: url("../img/supprimer.svg") no-repeat;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-position-y: -3px;
    cursor: pointer;
}

.tabnom {
    padding: 1em;
    background-color: #c1ddf7;
}

.tabhead {
    padding: 2em;
    background-color: #c1ddf7;
}

#tabDPR, #tabDPR7DB {
    border: 0;
    background-color: #ecf6ff;
}

.griser {
    background-color: #ebebe4;
}
.button_griser{
    font-size: 15px;
    color: #00426F;
    font-weight: bold;
    border: 2px solid #D0D0D0;
    border-color: #D0D0D0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 4px 6px;
    position: relative;
}
.listeEnfants{
    width: 7em;
}
.zoneEnfants{
    width: 20px;
}
.dprtd {
    padding: 1em;
    width: 7em;
}

.zonevide {
    width: 3em;
}

.pointer {
    cursor: pointer;
    outline: none;
}

label {
    font-weight: bold;
}

.suptd {
    background-color: #ecf6ff;
    border: 0;
}

.hidden {
    display: none;
}

.listetd{
    display: none;
}

tr.noBorder td {
    background-color: #ffffff;
    border: 0;
}

.encadreRouge{
    border: solid red 2px;
}

.zoneRevenu, .zoneRevenu3, .zoneRevenu4, .zoneRetenu, .zoneHs, .zoneAbattForfaitaire {
    white-space: nowrap;
    padding-left: 2px;
    padding-right: 2px;
    height: 20px;
    width: 99px;
    line-height: 1.6;
}

.sumRevenus{
    height: 20px;
}

.sumRetenue{
    height: 20px;
}

#revenuButton.griser {
    color: #666666;
    cursor: default;
}

/* css de la popin DPR info*/
#popinDPR{
    display: none;
}

#messageDPR{
    text-align: left;
}

/**
Permet de gérer le style de la tooltip qui s'ouvre pour les heures supplémentaires exonérées
**/

/** Conteneur **/
.tooltipZoneHeuresSupp{
    min-width : 500px;
    text-align: left;
    padding-top : 0px;
}

/** Titre surligné et avec un padding-bottom **/
.titreTooltipDPR{
    text-decoration: underline;
    padding-bottom : 10px;
}

/** Chaque balise enfant de type 'div' possède un padding... **/
.descriptionTooltipDPR div {
    padding-top : 4px;
    padding-bottom : 4px;
}