tr.pendientes td.Cell
{
    color:red!important;
}
.ModalPlaceholder .DataViewContainer 
{
    width:auto!important;
}
.ModalPlaceholder .VentasForrm_View
{
    width:1500px!important;
}
tr.TooExpensive td.Cell
{
    background-color:  darkseagreen! important;
    border-color:#ffe79c!important;
}

tr.TooExpensive.Highlight td.Cell
{
    background-color:#C5C5C5!important;
    border-color:#9E9E9E!important;
}
.Mover
{
background-image: url(report_go.png)!important;
background-repeat: no-repeat !important;
background-position: 3px center;
}
.Borrar
{
background-image: url(delete.png)!important;
background-repeat: no-repeat !important;
background-position: 3px center;
}

.Hacer
{
background-image: url(computer_go.png)!important;
background-repeat: no-repeat !important;
background-position: 3px center;
}
.Aceptar
{
background-image: url(accept.png)!important;
background-repeat: no-repeat !important;
background-position: 3px center;
} 
.Buscar
{
    background-image: url(Search.png)!important;
    background-repeat: no-repeat!important;
    background-position: 3px center;
}
.Cell.Cliente
{
    background-color:#F2F2F2!important;
    border-bottom-color:#F2F2F2!important;
}
.FixedDialog div.FixedTitle a.Close
{
     display:none;
}