.text-nowrap {
    white-space: nowrap;
}

.ticket-data-cell-descrizione {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

.ticket-data-cell-riepilogo {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
}

.ticket-data-cell-cdc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.ticket-stato-aperto {
    color: #101080;
    background-color: #d0e0ff;
}

.ticket-stato-chiuso {
    color: #108010;
    background-color: #e0ffe0;
}

.ticket-stato-respinto {
    color: #202020;
    background-color: #f0f0f0;
}

.ticket-stato-in-invio-adp {
    color: #801010;
    background-color: #ffe0e0;
}

.ticket-stato-in-lavorazione-adp {
    color: #806010;
    background-color: #fff0e0;
}

.ticket-stato-in-lavorazione-cap {
    color: #ffb74d;
    background-color: #4e342e;
}

.ticket-stato-recall-richiesta {
    color: #5f6368; 
    background-color: #e0f7fa; 
}

div > div.mud-toolbar.mud-toolbar-gutters.mud-table-toolbar {
    height: 44px
}

.environment {
    width: 10px;
    margin-right: 10px;
    height: 42px;
}

.ambiente-wrapper-development {
    background-color: #5cb85c !important;
}

.ambiente-wrapper-test {
    background-color: #FFA900;
}

.ambiente-wrapper-unknown {
    background-color: #AAAAAA;
}

.nav-text-titolo {
    color: #0b5f85 !important;
    font-weight: 600 !important;
    font-size: 1.5rem !important;
    margin-top: 0.20rem;
}

.nav-version {
    margin-top: 0.70rem;
    font-size: 8pt !important;
    font-weight: 600 !important;
}

.label-ticket-stato-dialog {
    margin-right: 3rem;
    width: 12rem;
}

