﻿#relatoriosPesquisa 
{

    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}



.barra_cinza_claro_pesquisa {
    background-color: #eef1fa;
    height: 60px;
    vertical-align: middle;
}

.dropdown-menu 
{
    left: 50% !important;  
    text-align: left;
    position: relative !important;
}



div#a_pesquisa
{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}


div#a_pesquisa_home
{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}



/** ARMINDO - 20170803 - PARA FICAR SEMPRE O MENU VISIVEL COMO RESPONSIVE **/

/*
.menu {
    position:relative;
    display:inline-block;
    float: left;
}
 
.menu ul.active {
    display:none;
}
 
.menu ul {
    width:100%;
    position:absolute;
    top:120%;
    left:0px;
                    
    box-shadow:0px 1px 1px rgba(0,0,0,0.15);
                    
    background:#303030;
}
 
.menu ul:after {
    width:0px;
    height:0px;
    position:absolute;
    top:0%;
                    
    content:'';
    transform:translate(0%, -100%);
                    
}
 
.menu li {
                    
    float:none;
    display:block;
}
 
.menu a {
    display:block;
}
 
.toggle-nav {
    padding:20px;
    float:left;
    display:inline-block;
    box-shadow:0px 1px 1px rgba(0,0,0,0.15);
    border-radius:3px;
    background:#303030;
    text-shadow:0px 1px 0px rgba(0,0,0,0.5);
    color:#777;
    font-size:20px;
    transition:color linear 0.15s;
}
 
.toggle-nav:hover, .toggle-nav.active {
    text-decoration:none;
    color:#66a992;
}
  */              
                
                
/*                
.sb-toggle-left {
    padding:15px;
    float:left;
    display:inline-block;
    border-radius:10px; 
    background:#303030;
    background:#e6ebf7;
    color:#272425;
    font-size:20px;
    transition:color linear 0.15s;
}
 
.sb-toggle-left:hover, .sb-toggle-left.active {
    text-decoration:none;
    color:#272425;
}
                
                
                
.header_logo 
{
    display: inline;
    float: left;
    text-align: left;
    width: auto;

}
                
.header_logo a img
{
    width: 100px !important;
    height: auto !important;
    margin-top: 7px !important;
}
*/
/*
#logoRight 
{
    float: right;
    margin: 0px !important;
    margin-top: 21px;
}
  */              
/*                
#menuWrapper
{
    display: inline;
    float: left;
    text-align: left;
    width: auto;
    position: absolute;
    left: 10px;
}
*/
                
#header 
{
    min-height: 70px !important;
    /*min-height: 111px !important;
    height: 111px !important;*/
}

/** ARMINDO - 20170803 - PARA FICAR SEMPRE O MENU VISIVEL COMO RESPONSIVE **/