

/* pagos */

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

/* promociones */

.form-group.note-form-group.note-group-select-from-files {
    display: none;
}

/* APPLICATION STYLES */

body {
    font-weight: 400;
}
label {
    font-weight: 600;
}
.form-control.display {
    font-weight: 500;
}
.sorting-table td {
    color:#CCC;
}
.sorting-table .sorting-row td{
    background-color: #eee7b8;
    color:#000;
    font-weight:bold;
}
.row-reorder{
    margin: auto;
    padding: 5px 7px;
}
.row-reorder:active {
    cursor:grabbing;
}

td.list-cell.Text>div {
    width:320px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
td.list-cell.Text>div:hover {
    width:320px;
    height: auto;
    white-space: initial;
    overflow: visible;
    cursor: pointer;
}