/*
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 : 28/10/2019, 15:05:18
    Author     : cvillavicencio
*/
.panelGridNoBorder, .panelGridNoBorder tr, .panelGridNoBorder td {
    border: none !important;
    background: transparent;
}

.companyHeaderGrid.ui-panelgrid>*>tr,
.companyHeaderGrid.ui-panelgrid .ui-panelgrid-cell {
    border: none;
}

.panelGridBorder, .panelGridBorder tr, .panelGridBorder td {
    border: 1px !important;
}

.noBorder .noBorder tr, .noBorder td, .noBorder thead th {
    border: none !important;
}
.tamanoColumna {
    width: 200px !important;
}

.tamanoCombo {
    width: 120px !important;
}

div.title {
    font-size: 30px;
    font-weight: bold;
}

div.subtitle {
    font-size: 20px;
    font-weight: bold;
}

div.bold {
    font-weight: bold;
}

div.minletter {
    font-size: 12px;    
}

div.smallletter {
    font-size: 8px;    
}

.topUnit {
    height: 80px !important;
}

.panelTop td{ 
    vertical-align: top;
}

.ui-analog-clock {
    width: 60px;
}

.ui-chart {
    margin-bottom: 50px;
}

.red{
    background-color:red!important;
    background-image:none!important;
}

.yellow {
    background: yellow  !important ;
}
.green {
    background: green  !important ;
}
.orange {
    background: orange  !important ;
}
.gray {
    background: gray  !important ;
}
.blue {
    background: blue  !important ;
}
.light {
    background: rgb(210, 210, 210)  !important ;
}

.ui-dataview-list .ui-dataview-row {
    border-bottom: 1px solid #A8A8A8;
    padding: 25px 10px;
}

.logo {
    width: 50px;
}
.detail {
    width: 150px;
}
.button {
    width: 20px;
    padding-left: 25px;
}

th, td {
    padding: 10px;
  }
