/* Modificando stilos de primefaces */

/*Cambiando tamaño de letra primfaces */
.ui-widget,.ui-widget .ui-widget {
    font-size: 90% !important;
}


/* Incrementando tamaño de header de tabla, motivo no salia bien editor de columnas*/
.ui-datatable-header, .ui-datatable .ui-datatable-footer {
    height: 20px;    


}
/* hace que se vea los submenus en la cabecera*/
.ui-layout-north {
    z-index:20 !important;
    overflow:visible !important;
}

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

.negritaTexto{
font-size: 11px;
font-weight: bold;
}

 PrimeFaces.locales['es'] = {
            closeText: 'Cerrar',
            prevText: 'Anterior',
            nextText: 'Siguiente',
            monthNames: ['Enero','Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre'],
            monthNamesShort: ['Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun','Jul','Ago','Sep','Oct','Nov','Dic'],
            dayNames: ['Domingo','Lunes','Martes','Miércoles','Jueves','Viernes','Sábado'],
            dayNamesShort: ['Dom','Lun', 'Mar', 'Mie', 'Jue', 'Vie', 'Sab'],
            dayNamesMin: ['D','L','M','X','J','V','S'],
            weekHeader: 'Semana',
            firstDay: 1,
            isRTL: false,
            showMonthAfterYear: false,
            yearSuffix: '',
            timeOnlyTitle: 'Sólo hora',
            timeText: 'Tiempo',
            hourText: 'Hora',
            minuteText: 'Minuto',
            secondText: 'Segundo',
            currentText: 'Fecha actual',
            ampm: false,
            month: 'Mes',
            week: 'Semana',
            day: 'Día',
            allDayText : 'Todo el día'
        }
        
        .TextoPequeño{
font-size: 10px;
}
        

.CtrlVacacionesLogin{
    
font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;;
  
  /*display: block;*/
  font-size: 18px;
  color: #A0522D;
  text-shadow: 0 8px 9px #c4b59d, 0px -2px 1px #fff;
  font-weight: bold;
  /*letter-spacing: -4px;*/
  text-align: center;
  /*background: linear-gradient(to bottom, #ece4d9 0%,#e9dfd1 100%);*/
 /* position: absolute;*/
  /*padding: 100px 200px;*/
 /* top: 50%;*/
  /*left: 50%;*/
  transform: translate(-50%,-50%);
  border-radius: 20px;
}

.TituloControlVac{
   
  
  font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;;
  
  /*display: block;*/
  font-size: 30px;
  color: #A0522D;
  text-shadow: 0 8px 9px #c4b59d, 0px -2px 1px #fff;
  font-weight: bold;
  /*letter-spacing: -4px;*/
  text-align: center;
  /*background: linear-gradient(to bottom, #ece4d9 0%,#e9dfd1 100%);*/
 /* position: absolute;*/
  /*padding: 100px 200px;*/
 /* top: 50%;*/
  /*left: 50%;*/
  transform: translate(-50%,-50%);
  border-radius: 20px;

}


.styloLogiCab{
height: 50px; 
background-image: none;
background: rgba(227,211,186,1);
background: -moz-linear-gradient(left, rgba(227,211,186,1) 0%, rgba(227,211,186,1) 15%, rgba(212,188,150,1) 18%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(227,211,186,1)), color-stop(15%, rgba(227,211,186,1)), color-stop(18%, rgba(212,188,150,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(227,211,186,1) 0%, rgba(227,211,186,1) 15%, rgba(212,188,150,1) 18%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(227,211,186,1) 0%, rgba(227,211,186,1) 15%, rgba(212,188,150,1) 18%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(227,211,186,1) 0%, rgba(227,211,186,1) 15%, rgba(212,188,150,1) 18%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(227,211,186,1) 0%, rgba(227,211,186,1) 15%, rgba(212,188,150,1) 18%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3d3ba', endColorstr='#ffffff', GradientType=1 );
    
}

.table-header thead {
    display: none;
    text-align: left;
}

.ui-datatable.table-header thead th, 
.ui-datatable.table-header tbody, 
.ui-datatable.table-header tbody tr, 
.ui-datatable.table-header tbody td { 
    border-style: none; 
} 
