/*
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 : 9/04/2019, 05:50:09 PM
    Author     : TIC
*/

/** Es retirado por causar maa colocacion de overlays 
***body { zoom: 70%; -moz-transform: scale(80%); -moz-transform-origin: 0 0} **/

/****Panels  Customes****/
.ui-panel .ui-panel-titlebar {
    background-color: #A9A9A9;
}

.ui-panelgrid .ui-panelgrid-cell{
    padding: 0px 5px;
}

/****Paginator table top****/
.ui-datatable .ui-datatable-header {
    background-color: #A9A9A9;
}

.ui-paginator.ui-paginator-top {
    background-color: #A9A9A9;
}

.ui-paginator.ui-paginator-bottom {
    background-color: #A9A9A9;
}

.ui-datatable table tbody tr td.estimacion-editable-column {
    color: white;
    background-color: #000000;
}

.ui-button.ui-button-icon-only.mycustome-button-table .ui-button-text{
    font-size:10px; 
    padding: 2px 1px !important;
    background-color: #AED89F;
}

.btn-small-tbl .ui-button-text {
    font-size:5px;
}

/****Dialogs customs****/
.ui-dialog .ui-dialog-titlebar{
    background-color: #A9A9A9;
}

.dialog-coments .ui-dialog-titlebar{
    background-color: #26A69A;
}

.ui-dialog .ui-dialog-title{
    color: white;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon .ui-icon-closethick{
    background-image: url("/cresisaleasing/javax.faces.resource/images/delete-white.svg.xhtml?ln=primefaces-modena");
}


/*Clases para calendar asignadas desde java*/
.fc-event.status-pendiente{
    background: #00ACC1;
    font-weight: bold;
}
.fc-event.status-programado{
    background: yellow;
    color: black;
    font-weight: bold;
}
.fc-event.status-pagado{
    background: yellowgreen;
    font-weight: bold;
}
.fc-event.status-vencido{
    background: red;
    font-weight: bold;
}

/*Datatables columns alignments*/
td.column-date{
    text-align: center;
}