
/* dark background */
/*
.dialog .dialog-content {
    background-color: #93C477;
}
.dialog .dialog-content .dialog-header,
.dialog .dialog-content .dialog-footer {
    background-color: #376D16;
}
*/

/* light background */

.dialog .dialog-content {
    background-color: #cceecc;
}
.dialog .dialog-content .dialog-header,
.dialog .dialog-content .dialog-footer {
    background-color: #6aa846;
}


.dialog .dialog-content .dialog-body {
    padding: 0;
}

.dialog .dialog-footer .btn {
    background: none;
}

/* ---------------------------------------------------------- */

.dialog .dialog-content .dialog-body textarea {
    width:  auto;
}

/* RENTRI FIR DIGITALE */
.dialog .dialog-content .dialog-body #id_annotazioni, #id_motivo_respingimento {
    width: 95%;
}

.readonly-field {
    background-color: #FCF8E3 !important;
    max-width: 95%;
}
