.XPage .XItem .dynamic-row .xm-del-button-icon[disabled]{
    display:none;
}

[lang=en] .XPage .XItem > DIV .add-button::after{
    content: ' Add entry';
}
[lang=fr] .XPage .XItem > DIV .add-button::after{
    content: ' Ajouter entrée';
}
[lang=it] .XPage .XItem > DIV .add-button::after{
    content: ' Aggiungi voce';
}



.XPage .XItem  > DIV .add-button::after{
    content: ' Hinzufügen';
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    position: relative;
    top:-3px;
}
.XPage .XItem  > DIV .add-button::before{
    font: normal normal normal 18px/1 FontAwesome !important;
}
.XPage .XItem  > DIV .add-button, 
.XPage .XItem .dynamic-row .xm-del-button-icon::before{
    width:140px;
    text-align:center;
    background-color: #e32119 !important;
    color: #ffffff;
    cursor: pointer;
    padding: 7px 17px;
    height:30px;
}

.XPage .XItem .dynamic-row .xm-del-button-icon{
    width:30px;
}

.XPage .XItem .dynamic-row .xm-del-button-icon.label-top {
    margin-top: 23px;
}

.XPage .XItem .dynamic-row .xm-del-button-container{
    width:1px;
}

.XPage .XItem .dynamic-row .xm-del-button-icon::before{
    width:20px;
    padding: 4px 8px;
}