
#filtroTabela{
	box-sizing: border-box;
	padding: 10px;
}	

#filtroTabela legend{
	font-size: 13px;
	font-weight: 600;
	color: #333;
	margin-bottom: 0px;
	border-bottom: 0px;
	width: auto;		
}	

#btExportar{
	background-color: #FFFFFF;
	border: none;
	color: #555555;
	text-decoration: underline;
	background-image: url("/wayback/httpswwwalspgovbr_public/20230421030258oe_/http://www.al.sp.gov.br/geral/img/ico_download.png");
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 28px;
}

#btExportar:active,
.btn-group.open 
.dropdown-toggle{
	-webkit-box-shadow: none!important;
  		 box-shadow: none!important;
 		}
 		
 		#titulo_filtros{
    	border-bottom: 1px solid #FFFFFF!important;
    	background-color: #FFFFFF;
    	color: #666666;
    	text-align: center;
}

.filtroDescr{
	display: inline-block;
	padding: 4px;
	border-radius: 4px;
	border: solid 1px #555555;
	background-color: #F4F4F4;
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}

.filtroExcluir{
	display: inline-block;
    border-radius: 10px;
    background-color: #ab8282;
    width: 15px;
    height: 15px;
    color: #FFFFFF;
    font-weight: 300;
    font-family: sans-serif;
    text-align: center;
}

.filtroExcluir:hover{
	text-decoration: none;
    color: #FFFFFF;
}

.btn-group{
	float: left;
}

footer{
	margin-top: 30px;
}
