/***********/
/* Classes */
/***********/

@media screen and (min-width : 800px) {
    .menor {
        display: none !important;
    }
    .colLabel1 { width: 150px; }
}
@media screen and (max-width : 800px) {
    .maior {
        display: none !important;
    }
    .colLabel1 { width: 100px; }
    #topo td {
        padding-bottom: 3px !important;
    }
}

.colLabel1 { background-color: #d5ebfc; padding: 2px 4px; }
.colValue1 {  }
.campo { min-width: 200px; max-width: 400px; }

.menu_icon {
    background-image: url("/ouvidoria/jakarta.faces.resource/menu_icon.png.xhtml?ln=img") !important;
}

.Titulo_Destaque {
    font-size: 13px;
    font-weight: bold;
    color: #A32600;
}

.blocoTitulo {
    border-top-color: #003366;
    border-right-color: #003366;
    border-bottom-color: #003366;
    border-left-color: #003366;
    font-size: 12px;
    font-weight: bold;
    color: #0160A2;
    background-image: url("");
    background-repeat: no-repeat;
    text-transform: uppercase;
    padding-left: 16px;
    background-position: 1px;
    letter-spacing: 1px;
}


.Titulo {
    position: relative;
    background-color: #85B5D9 /*#86A9BB #036fab*/;
    color: white;
    padding: 5px;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    font-size: 12px;
}

.nomeSistema {
    font-size: 13px;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.colLabel1 { 

    padding: 2px 4px; 
}
.colValue1 { 
    background-color: #fff;
    padding: 2px 4px; 
}
/*Imagens de botões*/
.imgAprovar {    
    background-image: url("") !important;  
}  
.imgReprovar {    
    background-image: url("") !important;  
} 
.imgCarimbo{
    background-image: url("") !important;  
}
.imgAdicionar {
    background-image: url("/ouvidoria/jakarta.faces.resource/add_user.png.xhtml?ln=img") !important;
}

/* Filtro do DataTable (primefaces) */
.filtros{
    width: 90% !important;
}

.dataList .ui-datalist {
    padding: 0px 0px 0px 0px;
}

.dataList .ui-datalist-content{
    border: none;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background: none;
}

.dataList .ui-datalist-data{
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 0px;
    margin-bottom: 1px;
    margin-top: 1px;
}

.dataList .ui-datalist-item {
    padding-right: 0px;
    border: none;
}

.combo{
    width: 250px;
    font-size: 12px !important; 
}

.line1 {}

.line2 {
    background-color: #f5f5f5 !important;            
    background-image: none !important;

}

.label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.2em;
    text-align: left;
} 

.value{

    box-shadow: none;
    box-sizing: border-box;
    font-weight: normal;
    padding-top: .3em;
    padding-bottom: .4em;
    width: 100%;
}

.suporteTecnico {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px !important;
    font-weight: bold;
}

.ui-fileupload-buttonbar{
    background: none;
    border: none;
}

.ui-fileupload-content {

    border-width: 0;
}

.actions{
    margin: 1em;
    margin-bottom: 2em;
    text-align: center;
}

.form .actions button {
    font-size: 1.2em;
    margin: .5em;
}

.ui-overlay-visible {
    text-align: left;
}

.ui-datatable.ui-datatable-reflow tbody tr span.ui-column-title {
    color: #104060 !important;

}

.ui-datatable-reflow .ui-datatable-data td .ui-column-title {
    font-weight: bolder !important;

}

#main .ui-datatable table {
    table-layout: auto;
    width: 100%
}

.ui-widget-header .ui-inputfield, .ui-widget-content .ui-inputfield {
    width: 100% !important;
    padding-bottom: .5em;
    padding-right: 0;
    padding-left: .2;

}

.ui-autocomplete {
    width: 100% !important;
    display: unset !important;

}

#main .ui-datatable .ui-button {
    margin: .3em;
}

/********************/
/* Template e Index */
/********************/

#bannerHome {
    margin: 50px auto;
    min-width: 300px;   
    border: 3px #919B9C double;        
    background-color: white;
}
#bannerHome #second{
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px #919B9C solid; 
    padding: 10px;
    line-height: 2em;
    background-color: white;
}
#bannerHome p {
    margin-left: 10px;
    font-size: 12px;
}
#legenda{
    list-style: none;    
    list-style-position: inside;
}

#topo td {
    background-color: #FFFFFF;
    background-image: url("/ouvidoria/jakarta.faces.resource/topo_fundo.gif.xhtml?ln=img");
    background-repeat: repeat-x;
    color: #003366;
    padding-top: 3px;
}
#rodape td {
    font-size: 9px;
}

.Bloqueado {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: red;
}

.Negrito {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: black;
}
