input:read-only {
    border: none !important;
    background: none !important;
    font-weight: bold !important;
}

.t-Button-fixed-close {
    position: fixed !important;
    top: 30px !important;
    right: 35px !important;
    z-index: 880 !important; /* Sotto al popup notifica verde!! */
    box-shadow: 0px 0px 5px #9f9f9f66 !important;
}

.popup-disable-close-button button.ui-dialog-titlebar-close {
    display: none !important;
}

.apex-item-highlighted {
    background: rgb(247, 186, 104) !important;
    font-weight: bold !important;
}

.itemAdder {
    color: green !important;
}

.itemRemover {
    color: red !important;
}