
/* FILTRES BUSQUEDA AVANZADA */

#busqueda_avanzada_nova input,
#busqueda_avanzada_nova select{
/* -webkit-appearance: none; */
-webkit-border-radius:0px;
}

#busqueda_avanzada_nova{
	display:none; 
	float: left; 
	width: 98%; 
	padding: 1% 1% 1% 1%; 

	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	/* background-color: rgb(2, 170, 177); */
	background-color: rgb(221, 216, 187);
	height:auto;
	/* top: -2px; */
	position: relative;
}

#lblBusqAvanzada {
	/* background-color: rgb(2, 170, 177); */
	background-color: rgb(221, 216, 187);
	border: 1px solid rgb(189, 180, 134);
	border-top: none;
	display: inline-block;
	/* float: left;
	margin-left: 145px;
	*/
	position: relative;
	/* top: -2px; */
	padding: 3px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	/* color: white; */ color: rgb(97, 84, 34);
	cursor: pointer;
}

#filtre *{
	/*font-family: "Century Gothic",Trebuchet, Arial;*/
}

#filtre{
	margin:5px;
}

#filtre input {
	padding: 6px 5px 5px 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 2px;
	/*height: 28px !important;*/
}

#filtre #inputTxt_reforiginal_polea {
	margin-left: 7px;
}

#filtre input.k-input {
	height: 25px !important;
}

#filtre > span:not(.k-combobox) {
	border-bottom-left-radius: 2px;
	/* background-color: ec6e00; */
	background-color: rgb(218, 134, 28);
	border-top-left-radius: 2px;
	padding: 5px 4px 4px 4px;
	/* font-weight: bold; */
	/* color: white;*/
	color: rgb(51, 21, 21);
	float: left;
	/* border: 1px solid rgb(189, 105, 45); */
	border: 1px solid rgb(214, 111, 37);
}

#filtre select {
	border: 0px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	/* padding: 6px 0 5px 0; */
	font-weight: normal;
	float: left;
	height: 28px;
	padding: 5px;
}


/* BOTO FILTRE BUSQUEDA AVANZADA */

.anaranjado {
    /* Estilos para el fondo del boton */
    background-color: rgb(218, 134, 28);
	box-shadow: 0px 2px 0 #8F1502;  
}

.formaBoton {
	/*border-radius: 5px;
	padding-left: 25px;
	padding-right: 25px;
	*/
}

.boton_filtre {

    /*color: #fff;*/ color: #000;
    float: right;
	font-family: "Century Gothic",Trebuchet, Arial;
	font-size: 14px;
	font-weight: bold;
	/* padding: 7px 11px; */ padding: 6px 10px;
	cursor: pointer;
	border: 0;
	/*border-radius: 30px;*/ border-radius: 6px;
	transition: all 0.05s linear;
	-webkit-transition: all 0.05s linear;
	-moz-transition: all 0.05s linear;
	position: relative;
	bottom: 0;
	text-decoration: none;
	display: inline-block;
	margin-top: 2px;
}


.boton_filtre:active {
	bottom: -2px;
}

.anaranjado:active {
	/* Sombra del boton al clickearlo */
 	box-shadow: 0 0 0 #9a1604, inset 0 0 5px #000000;
}  



@media only screen and (max-width : 650px) {

	#div_botoFiltrar{
		width: 100%;
		display: inline-block;
		padding: 10px 0px 10px 0px;
	}
	#div_botoFiltrar .boton_filtre{
		float:none;
	}

	#filtre{
		width: 100%;
		margin-left:0px;
		margin-right: 0px;
		margin-bottom: 5px;
		margin-top: 10px;
	}

	#filtre span {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		padding-left: 0px;
		padding-right: 0px;
		border-bottom: none;
		/* display: none; */
		width: 84.5%;
		display: inline-block;
		float: none !important;
	}

	#filtre input, #filtre select {
		width: 85%;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
		border-top-right-radius: 0px;
		border-top-left-radius: 0px;
		height: 32px;
		float:none;
	}

	#lblBusqAvanzada {
		
		float: none !important; 
		margin-left: 0 !important; 
	}


	
}