/*
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 : 23-jun-2014, 11:43:51
    Author     : Tincho
*/

body {
    font-size: 55%;
}

.center_content {
    display: table;
    margin: 5px auto 5px auto;
}

.ui-layout-north {
    z-index:20 !important;
    overflow:visible !important;
}

.ui-layout-north .ui-layout-unit-content {
    overflow:visible !important;
}

.favicon {
    background:url("../../resources/images/favicon.png") no-repeat !important;
    width:14px;
    height:16px;
}
.ui-button-text-icon-left .ui-icon.fa {
    margin-top: -4px;
}


/*
    Colores personalizados para la vista de Planilla de Retención de Impuestos

    AUTOMATICO
*/
.planilla-retenciones-calculo-automatico {

}

/*
    MANUAL_FORMULAS_NO_EDITADAS
*/
.planilla-retenciones-calculo-manual-formulas-no-editadas {
    background-color: #7D98A1;
    color: white;
}

/*
    MANUAL
*/

.planilla-retenciones-calculo-manual {
    background-color: #0047AB;
    color: white;
}
