/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11/01/2017, 02:31:33 PM
    Author     : jruiz
*/

.btn-new-liquidacion, .btn-new-liquidacion:hover{
    color: white;
}

form#nuevaLqdReteica fieldset, form#verLqdReteica fieldset {
    margin-top: 3em;
}

/* Truncado de campos para mostrar*/
span.form-control {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.oculto{
    display:none;
}