/* 
    Document   : application
    Created on : 31/12/2011, 02:44:27
    Author     : Herick
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body{
    margin: 0px !important;
    background:#E9E9E9; 
}

.removerEspacos {

    padding:0; 
    margin:0;
    border-collapse: collapse
}

root { 
    display: block;
}

.ui-widget, .ui-widget .ui-widget {
    font-size: 11px !important;
}

.list-header {
    background-color: #c0c0c0;
    color: #000000;
    text-align: center;
}

.ui-panel-content {

    color: #ffffff;
}

.ui-panel-content-exception *{

    color: #3d3e46;
}

.ui-selectoneradio{

    color: #000000;
}
.corPainelPesquisar{
    color: #3d3e46;
}

iframe {
    border: 0px; 
    display: block;
}

.alignmentCenter{text-align:center;vertical-align:middle}

.hideHeader thead {
    
    display: none;
}

.ui-datatable-odd {
    
    background: #f9f9f9;
}

.textoHeader {
    
    font-size: 12pt;
}

.estiloBotao{
    
    border: 0;
    margin-left: 5pt;
    margin-right: 5pt;
}

.ui-panelgrid {
    border-style: none

}

table,
tr,
td {
    border-style: none!important
}