#dv_Gr_forPagoRec_ForPagDisp .inputValorAPagar{
   text-align: right;
}
#dv_Gr_forPagoRec_ForPagDisp td[class~=inputValorAPagar] {
    padding-left: 30px;
}

/*------------------!!! 12-DIC-2018(ACCV) --------------------+
| Estilos adicionados para diferenciar opciones dentro de la  |
| lista de valores                                            |
+-------------------------------------------------------------*/
option[tipoRegistroRecaudo=PRINCIPAL] {
   font-size: 14px;
   font-weight: bold;
   color: #666666;
}

option[tipoRegistroRecaudo=SECUNDARIO] {
   font-size: 13px;
   font-weight: bold;
   color: #333333;
}

td[tipoRegistroRecaudo=PRINCIPAL] {
   font-size: 13px;
   background-color: #E3EEF6;
   height: 30px;
   padding-left: 5px
}

td[tipoRegistroRecaudo=SECUNDARIO] {
   font-size: 12px;
   background-color: #EAF2F7;
   height: 28px;
   padding-left: 10px;
}

td[tipoRegistroRecaudo=DETALLE] {
   padding-left: 15px;
}