/* Geral
--------------------------------------------------------- */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
}

html, body, iframe{
	background-color: transparent!important;
}


/* Defino cor do texto
--------------------------------------------------------- */

#light #comboEcycle,
#light #comboEcycle a{
	color: #333; /* cor texto, nesse caso light, fundo claro e cor do texto escura */
}

#dark #comboEcycle,
#dark #comboEcycle a{
	color: #FFF; /* cor texto, nesse caso dark, fundo escura e cor do texto clara */
}

#light.comboBg #comboEcycle,
#light.comboBg #comboEcycle a{
	color: #FFF; /* cor texto, nesse caso dark, fundo escura e cor do texto clara */
}


/* Framework
--------------------------------------------------------- */

.bSolidBottomGreen5 {
	border-bottom: 1px solid #e6e6e6; /* cor da linha divisoria */
	border-bottom: 0\9; / /* hack ie */
}

.comboBg .bSolidBottomGreen5 {
	border-bottom: 0;
}

.bRadiusLeft5{
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	 border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.bRadiusRight5{
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.buttonMain{
	cursor: pointer;
	background-image: url(../_img/hack.png);
	border: 1px solid rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.3);
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.3);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.3);

	border: 0\9; / /* hack ie */
}

#light .buttonMain{
	background-image: url(../_img/hack-light.png);
}

.buttonMain:hover {	
	background-color: rgba(0, 0, 0, 0.3);
}

#light .buttonMain:hover {	
	background-color: rgba(255, 255, 255, 0.8);
}

.buttonMain:active {	
	background-color: rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 0px 0px rgba(255,255,255,0.3);
	-webkit-box-shadow: inset 0px 0px 0px rgba(255,255,255,0.3);
	box-shadow: inset 0px 0px 0px rgba(255,255,255,0.3);
}

.buttonMainText {
	padding: 4px 2%;
	text-decoration: none;
}

.buttonMainText:hover {
	text-decoration: none;
}

input {
	/*estilo para os campos*/
	border: 1px solid #06c!important;
	background: #FFF!important;
	width: 92%;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3%;
	padding-right: 3%;
	color: #444;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	font-size: 20px!important;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	line-height: 25px\9;
	outline: none;
}
input:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}
input:focus {
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	-webkit-box-shadow: 0px 0px 10px #06c;
	-moz-box-shadow: 0px 0px 10px #06c;
	box-shadow: 0px 0px 10px #06c;
}
input.InputComBotao { /*estilo para os campos que tem botao ao lado*/
	width: 81%!important;
	padding-right: 14%!important;
}
.InputBotaoDireita,
.InputBotaoDireitaIcone,
.custom-combobox-toggle { /*estilos para botão a direita de campos*/
	background-color: #06c!important;
	background-image: none!important;
	border: 1px solid #06c!important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	*top: 1px;
}

.InputBotaoDireita:hover,
.InputBotaoDireitaIcone:hover,
.custom-combobox-toggle:hover {
	background-color: #06c!important;
	background-image: none!important;
	border: 1px solid #06c;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.InputBotaoDireita:active,
.InputBotaoDireitaIcone:active,
.custom-combobox-toggle:active {
	background-color: #06c!important;
	background-image: none!important;
	border: 1px solid #06c;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.InputBotaoDireitaIcone span { /*estilo para o icone que fica no span*/
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

/* BUSCA POSTO ASIDE
--------------------------------------------------------- */

.comboOverlay {
    background-color: #000;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
}

#comboEcycle {
	position: relative;
	padding: 20px;
	border-radius: 3px;
	z-index: 2;
}
.comboBg #comboEcycle{
	position: absolute;
	width: auto;
	z-index: 2;
	top: 50%;
	margin-top: -94px;
	left: 50%;
	margin-left: -347px
}

#comboEcycleIntroducao{
	display: block;
	padding-bottom: 20px;
}

#comboEcycle h2{
	height: 53px;
	margin: 0;
	padding-bottom: 0;
	padding-left: 55px;
	text-transform: none;
	border-bottom: none;
	background: url(../_img/icone.png) no-repeat left center;
	vertical-align: middle;
	display: table-cell;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 40px;
}

#comboEcycle h2 p{
	font-size: 20px;
	line-height: 28px;
	margin: 0;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif!important;
	font-weight: 400;
	font-style: normal;
}

.comboBg #comboEcycle h2{
	background: url('https://www.ecycle.com.br/postos/_img/sprite-landing-busca-postos.png') no-repeat 0 0;
	height: 70px;
	padding-left: 80px;
}

#comboEcycle h3{
	font-size: 13px;
	font-weight: normal;
	margin: 15px 0;
	line-height: 20px;
}

#comboEcycle label{
	font-size: 20px;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
	display: none;
}
#comboEcycle #colTipoMaterial,
#comboEcycle #colMaterial {
	margin-top: 20px;
	float: left;			
	margin-right: 3%;
	margin-top: 20px!important;
	width: 72%;
	position: relative;
}
a#minhaLocalizacao span,
a#minhaLocalizacao:hover span{
	background-image: url('../_img/sprite-roche.png')!important;
	background-size: 42px 32px;
	width: 16px;
	height: 16px;
	background-position: 0 0;
}
#pesquisar {
	display: block;
	background-color: #06c!important;
	background-image: none!important;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	color: #FFF!important;
	float: left;
	height: 28px;
	line-height: 28px;
	margin-top: 20px;
	width: 21%;
	text-align: center;
	font-size: 20px;
	text-align: center;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.pac-container{
	max-height: 95px;
	overflow-y: auto;
}

/* Responsivo
--------------------------------------------------------- */

@media only all and (max-width: 800px) {
	#comboEcycle{
		min-width: 1px;
	}
	.comboBg #comboEcycle {
		position: absolute;
		width: 80%;
		padding: 0;
		z-index: 2;
		top: 0;
		margin-top: 20px;
		left: 50%;
		margin-left: -38%;
	}
	#comboEcycleIntroducao {
		padding-bottom: 10px;
	}

	#comboEcycle h2,
	.comboBg #comboEcycle h2 {
		font-size: 30px;
		line-height: 35px;
		padding-left: 0!important;
		background: none;
	}
	#comboEcycle h2 p {
		font-size: 17px;
		line-height: 24px;
		margin-top: 10px;
	}
	#comboEcycle #colTipoMaterial,
	#comboEcycle #colMaterial{
		width: 100%;
		margin-right: 0;
		margin-top: 10px!important;
	}
	#pesquisar{
		width: 96%;
		margin-top: 20px;
	}
	#comboEcycle #colTipoMaterial label,
	#comboEcycle #colMaterial label{
		display: block;
		margin-bottom: 5px;
	}
	a#minhaLocalizacao{
		top: 28px
	}
	input {
		font-size: 14px!important;
	}
}

@media only all and (max-width: 421px) {
	#comboEcycle h2,
	.comboBg #comboEcycle h2 {
		font-size: 22px;
		line-height: 30px;
		padding-left: 0!important;
		background: none;
	}
	#comboEcycle h2 p {
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
	}
}

/* Retina
--------------------------------------------------------- */

@media screen and (-webkit-min-device-pixel-ratio: 2), not all {
	a#minhaLocalizacao span,
	a#minhaLocalizacao:hover span{
		background-image: url('../_img/sprite-roche2x.png')!important;
		background-size: 42px 32px;
	}
}