html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: inherit;
    vertical-align: middle;
}
body { font-family:Arial, Helvetica, Sans-Serif; font-size:0.8em;}

.hiddenrow {
    display: none;
}
.ui-paginator-top{
    display:none;
}
.ui-panelgrid-cell{
    border-width: 0px !important;
}
.ui-inputfield[disabled], .ui-inputfield[disabled].ui-state-focus{
    border: 0 !important;
    opacity: 1 !important;
    box-shadow: none !important;
    outline: 0 !important;
}
.topAligned td {
    vertical-align: top;
    padding: 0px;
    border: 10px;
}
.porcentaje45 {
    width: 45%;
}

.porcentaje50 {
    width: 50%;
}

.procentaje10{
    width: 10%;
}

.porcentaje30 {
    width: 30%;
}

.porcentaje25 {
    width: 25%;
}

.porcentaje75 {
    width: 75%;
}

.alignright {
    text-align: right;
}

.alignleft {
    text-align: left;
}

.jqplot-title {
     font-size: 10px !important;
     padding-top: 3px;
}

@media screen {
    .printonly { 
        display: none;
    }
}

@media print {
    .noprint { 
        display: none !important;
    }
    .printonly { 
        display: block;
    }
    
    .ui-datatable-reflow .ui-datatable-data td{
        display: inline !important;
        float: none !important;
    }
    
    .ui-datatable-reflow .ui-datatable-data.ui-widget-content{
        border: 1px solid #000000 !important;
    }
    
    .ui-column-filter,.ui-paginator-rpp-options,.ui-paginator-prev,
    .ui-paginator-first,.ui-paginator-next,.ui-paginator-last,.ui-paginator-bottom-right-content,
    .ui-reflow-label,.ui-reflow-dropdown{
        display: none !important;
    }
}