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

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

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 */
}


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

.bSolidBottomGreen5 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3); /* cor da linha divisoria */
	border-bottom: 0\9; / /* hack ie */
}

.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 7px;
	text-decoration: none;
}

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

span.numeroEtapa {
	padding: 3px 7px 3px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-right: 3px;
	background-image: url(../_img/hack.png);
}

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

.input, .selectStyled {
	height: 30px;
	color: #444;
	background: #FFFFFF;
	padding: 5px 10px;
	position: relative;
	border: 1px solid  rgba(0, 0, 0, 0.3);
}

.selectStyled option{
	padding: 5px;
}


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

#comboEcycle {
	width: auto;
	min-width: 210px;
	height: 345px;
	padding: 14px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#comboEcycle h2{
	height: 53px;
	font-size: 18px;
	margin: 0;
	line-height: 26px;
	font-weight: bold;
	padding-bottom: 0;
	padding-left: 44px;
	text-transform: none;
	border-bottom: none;
	background: url(../_img/icone.png) no-repeat left center;
	vertical-align: middle;
	display: table-cell;
}

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

#comboEcycle label{
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

#comboEcycle #colTipoMaterial,
#comboEcycle #colMaterial {
	margin-top: 20px;
}

#comboEcycle select{
	width: 100%;
	display: block;
	font-size: 12px;
}

#pesquisar {
	height: 35px;
	display: block;
	margin-top: 20px;
	font-size: 16px!important;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
}