

/* tickets */

.form-group.Text.descripcion .value,
.comentario .txt
{
    display: block;
    unicode-bidi: embed;
    white-space: pre-wrap;
    max-width:100%;
}

/* pagos */

.view-form.form-pagos .widget-content {
    overflow: unset;
}

/* APPLICATION STYLES */

.comentario {
    padding:7px;
}
.comentario .info {
    font-size:11px;
    color:#999;
}
.comentario .txt {
    padding:7px 0;
}
.comentario .actions {
    text-align: right;
    border-bottom:solid 1px #CCC;
}
.sorting-table td {
    color:#CCC;
}
.sorting-table .sorting-row td{
    background-color: #eee7b8;
    color:#000;
    font-weight:bold;
}

.view-form.form-condiciones .widget-content {
    overflow: unset;
}

.list-cell.tareas-actividad div{
    /*width:200px;*/
    min-width:300px;
    max-width:500px;
    white-space: normal;
}
