﻿/** ARMINDO - 20170727 - para a ficha responsive **/
#leftcolFicha 
{
    width: 100%;
    display: block;
}

#rightcolFicha
{
    width: 100%;
    display: block;
}
/** ARMINDO - 20170727 - para a ficha responsive **/



#divFicha 
{
    /*width: 600px;*/
    width: 100%;
}



.area_da_treedrop input
{
    width: 100%;
    height: 30px;
    padding: 5px;
    padding-right: 50px;
    font-family: PT Sans;
    font-size: 14px;
    color: #333333;
    
}


.table_sem_border 
{
    font-family: PT Sans !important;
    font-size: 14px;
    color: #333333 !important;
}

.table_sem_border a
{
    font-family: PT Sans !important;
    font-size: 14px;
    color: #333333 !important;
}

input.rounded {
	border: 1px solid #ccc;
	font-size: 16px;
	color: #333333;
	outline: 0;
	-webkit-appearance: none;
	/*height: 30px !important;
	width: 160px!important;*/
	height: 40px !important;
	width: 160px;
	padding: 5px;
	box-sizing: border-box;
}

.contentorFiltro {
    width: 595px;
    margin: auto;
    text-align: left;
}


#inside_the_tree_drop_Linha1_NS, 
#inside_the_tree_drop_Linha2_NS, 
#inside_the_tree_drop_Linha3_NS, 
#inside_the_tree_drop_Linha4_NS, 
#inside_the_tree_drop_Linha5_NS {
    /* max-width: 190px; */
    position: absolute;
    z-index: 1001;
    background-color: #ffffff;
}


#inside_the_tree_drop_Linha1_OPERADOR, 
#inside_the_tree_drop_Linha2_OPERADOR, 
#inside_the_tree_drop_Linha3_OPERADOR, 
#inside_the_tree_drop_Linha4_OPERADOR, 
#inside_the_tree_drop_Linha5_OPERADOR {
    /* max-width: 190px; */
    position: absolute;
    z-index: 1001;
    background-color: #ffffff;
} 


.div_lado_dir_texto 
{
    width: 40%;
}





/** ARMINDO - 20170803 - PARA FICAR SEMPRE O MENU VISIVEL COMO RESPONSIVE **/
/*
.menu {
    position:relative;
    display:inline-block;
    float: left;
}
 
.menu ul.active {
    
}
 
.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: 100%;
    box-sizing: border-box;
}
                
.header_logo a img
{
    width: 100px;
    height: auto;
    margin-top: 7px;
}
*/ 
/*
#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: 111px !important;
    height: 111px !important;
}
*/

#socialbar 
{
    display: none;
}


#nomeNavegacao 
{
    width: auto;
    text-align: left;    
    float: left;
    clear: both;
}


.tabelaPesquisaAvancada_linha_divisao0 
{
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
}


#logoRight 
{
    margin-top: 21px;
}


/** ARMINDO - 20170803 - PARA FICAR SEMPRE O MENU VISIVEL COMO RESPONSIVE **/


