@charset="utf-8";
/**************************************************************************************
**                                                                                   **
** @autor: Narmer Abouhassan                                                         **
** @brief: Formatação da Página de Endereços                                         **
** @data: 02/06/2014                                                                 **
**                                                                                   **
***************************************************************************************/

.atlas-miolo-conteudo-filtro{
	background-color: rgba(238,239,241,1);
	padding: 0.8em;
}

.atlas-geral-miolo-linha-final-endereco{
    clear: both;
    min-height: 680px;
	font-family: "open_sansregular", Arial, Helvetica, sans-serif;
}

.atlas-geral-miolo-linha-coluna-endereco-filtro{
	float: left;
	width: 250px;
	margin-top: 1em;
}

	.atlas-geral-miolo-linha-coluna-endereco-filtro-origem{
		margin-left: 2em;
		margin-bottom: 1em;
		background-color: rgba(238,239,241,1);
		padding: 0.5em;
	}

	.atlas-geral-miolo-linha-coluna-endereco-filtro li{
		margin-bottom: 1em;
	}
	
	.atlas-geral-miolo-linha-coluna-endereco-filtro a{
		color: rgba(21,89,191,1);
		text-decoration: none;
		line-height: 20px;
		font-size: 0.8em;
	}
	
		.atlas-geral-miolo-linha-coluna-endereco-filtro a:hover{
			color: rgba(102,102,102,1);
			text-decoration: none;
		}

.atlas-geral-miolo-linha-coluna-endereco-app{
	float: right;
	margin-top: 1em;
	width: 480px;
}

.atlas-geral-miolo-linha-download{
	clear: both;
	border: 1px solid rgba(21,89,191,1);
	background-color: rgba(238,239,241,1);
	padding: 0.5em;
	margin: 1em 0;
	min-height: 42px;
}

	.atlas-button-download{
	float: left;
	background-color: rgba(21,89,191,1);
	border: 1px solid rgba(21,89,191,1);
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
	font-family: "open_sansregular", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: rgba(255,255,255,1);
	padding: 0.2em 1em 0.2em 1em;
}

	.atlas-select-formata-download{
		margin-left: 1em;
		background-color: rgba(255,255,255,1);
		border: 1px solid rgba(21,89,191,1);
		-moz-border-radius: 0.2em;
		-webkit-border-radius: 0.2em;
		border-radius: 0.2em;
		color: rgba(21,89,191,1);
		padding: 0.5em;
		font-family: "open_sansregular", Arial, Helvetica, sans-serif;
	}
	
	.atlas-select-formata-download:focus{
		background-color: rgba(255,255,191,1);
		border: 1px solid rgba(247,150,30,1);
		color: rgba(255,102,0,1);
	}