/* Mobile Layout: 480px and below. */
.ordenacao {
	float: right;
	clear: right;
	width: 135px;
	height: 30px;
	padding-left: 5px;	
	border-radius: 3px;
	border: solid 1px #CCC;
	color: #0B8149;
	font-family: "Trebuchet MS", Helvetica, sans-serif; 
	font-size: 12px;
	background: #FFF url(../imagens/seletor.png) no-repeat right center;
	overflow: hidden; /* Remove seta padrão do Google */
	-webkit-appearance: none;  /*Remove estilo padrão do Chrome*/
	-moz-appearance: none; /* Remove estilo padrão do FireFox*/
	text-indent: 0.01px; /* Remove seta padrão do FireFox */
	text-overflow: "";  /* Remove seta padrão do FireFox */
	appearance: none;
}

.tit_ordenacao {
	display: none;
}

.busca_det {
	float: left;
    clear: none;	
	width: 120px;
	height: 25px;
	padding-top: 5px;
	padding-left: 5px;
	background: #0B8149;	
	border-radius: 3px;
	text-align: center;
}

.busca_det img {
	max-width: 110px;
	max-height: 18px;
}

#busca_select { /* fundo do filtro de busca */
	width: 250px;
	padding: 15px;
  	float: left;
  	position: absolute;
	background-color: #C6C6C6;
	color: #FFFFFF;
	left: 5%;
  	display: none;
  	margin-top: 45px;
	z-index: 99999;!important
}

.box_select {
	width: 250px;
	height: 35px;
}

.campo_select {
	float: left;
	clear: none;
	width: 245px;
	height: 35px;
	padding-left: 5px;	
	border: 0;
	border-radius: 5px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #505050;
	font-size: 13px;
	background: #FFF url(new_arrow.png) no-repeat right;
	background-size: 40px 35px;
	overflow: hidden; /* Remove seta padrão do Google */
	-webkit-appearance: none;  /*Remove estilo padrão do Chrome*/
	-moz-appearance: none; /* Remove estilo padrão do FireFox*/
	text-indent: 0.01px; /* Remove seta padrão do FireFox */
	text-overflow: "";  /* Remove seta padrão do FireFox */
	appearance: none;
}

.box_filtro {
	width: 250px;
}

.campo_filtro {
	width: 245px;
	height: 35px;
	border-radius: 5px;
	border: 0;
	margin-top: 10px;
	padding-left: 5px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #505050;
	font-size: 13px;
	background: #FFFFFF url(new_arrow.png) no-repeat right;
	background-size: 40px 35px;
	overflow: hidden; /* Remove seta padrão do Google */
	-webkit-appearance: none;  /*Remove estilo padrão do Chrome*/
	-moz-appearance: none; /* Remove estilo padrão do FireFox*/
	text-indent: 0.01px; /* Remove seta padrão do FireFox */
	text-overflow: "";  /* Remove seta padrão do FireFox */
	appearance: none;
}

.campo_bairro {
	width: 240px;
	min-height: 27px;
 	padding-top: 8px;
	padding-left: 5px; 
	background: #FFFFFF;
	border-radius: 5px;
	border: 0;
	margin-top: 10px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #505050;
	font-size: 13px;
	background: #FFFFFF url(new_arrow.png) no-repeat right top;
	background-size: 40px 35px;
}

.campo_codigo {
	width: 245px;
	height: 30px;
 	padding-top: 5px;
	padding-left: 5px; 
	background: #FFFFFF;
	border-radius: 5px;
	border: 0;
	margin-top: 10px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #505050;
	font-size: 13px;
}


.bt_busca {
	float: left;
	clear: both;
	width: 250px;
	height: 35px;
	background-color: #0B8149;
	border-radius: 5px;
	border: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 10px;
}

#divbairro {	
	background-color:#FFF; 
	width: 350px; 
	border: solid 1px #CCC; 
	box-shadow: 3px 3px 3px #888; 
	-moz-box-shadow: 3px 3px 3px #888; 
	background: #FFF; 
	z-index: 900; 
	padding: 10px; 
	position: absolute; 
	height: 350px; 
	overflow: auto; 
	color: #505050;
	left: 0; 
	top: 257px;
}
.radio {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}
}

@media screen and (max-width:321px) {
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px), only screen and (orientation:landscape) {
.ordenacao {
	width: 140px;
	font-size: 13px;
}

.busca_det {
	width: 135px;
}

.busca_det img {
	max-width: 125px;
	max-height: 20px;
}
}

@media only screen and (min-width: 600px) {
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
.busca_det {
	float: right;
    clear: none;
	margin-right: 10px;
}

#busca_select { /* fundo do filtro de busca */
	left: 47%;
}
}

@media only screen and (min-width: 800px) {
#busca_select { /* fundo do filtro de busca */
	left: 50%;
}
}

@media only screen and (min-width: 1024px) {
.tit_ordenacao {
	display: block;	
	float: right;
    clear: none;
	width: auto;
	height: 25px;
	margin-right: 5px;
	margin-left: 10px;
	padding-top: 5px;	
	font-family: "Trebuchet MS", Helvetica, sans-serif; 
	color: #0B8149;
	font-size: 15px;
	text-transform: uppercase;
}

#busca_select { /* fundo do filtro de busca */
	left: 51%;
}

}

@media only screen and (min-width: 1280px) {
#busca_select { /* fundo do filtro de busca */
	left: 59%;
}

}

@media only screen and (min-width: 1366px) {
#busca_select { /* fundo do filtro de busca */
	left: 62%;
}
}
