.tx-fix{
	margin-bottom:15px;
	height:80px;	
}
.endereco-border{
	border:1px solid #DDD;
	padding-left: 15px;
	padding-right: 15px;	
	margin-bottom:10px;
}
.titulo-endereco{
	border-bottom: 1px solid #DDD;
	line-height: 37px;
	margin-bottom: 12px;
	color: #000;
	margin-left: -15px;
	margin-right: -15px;	
}
.titulo-numero{
	float: left;
	width: 25px;
	height: 25px;
	font-size: 11px;
	margin-left: 6px;
	line-height: 25px;
	font-weight: bold;
	color: #FFF;
	background: #D90000 none repeat scroll 0% 0%;
	text-align: center;
	margin-top: 6px;	
}
.titulo-nome{
	float: left;
	margin-left: 11px;
	font-weight: bold;	
}
.cadastrarCep{
	display:none;	
}
#campoEndereco input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea, select {
	height:40px;
	border:1px solid #DDDDDD;
}
.end-cep{
	width:150px !important;
	height:36px !important;
	float:left;
	margin-bottom:20px;
	border-radius:3px 0px 0px 3px;
}
.atualiza-cep{
	border-radius:0px 3px 3px 0px;	
}
.t-left{
	padding-left:10px;
	text-align: left !important;
}
.img-end{
	margin-right: 5px !important;
}
.div-end{
	line-height: 40px;
	min-height: 10px;
}
.botoes-end{
	width:100%;
	height:30px;
	line-height:30px;
	color:#FFF;
	font-size:11px;
	text-align:center;
}
.botao-end-alterar{
	margin-bottom:5px;
	background-color: #888;
}
.botao-end-excluir{
	background-color: #555;
	margin-bottom:15px;
}
.cabecalho-enderecos{
	padding: 0px !important;
}
.cabecalho-enderecos li{
	border:1px solid #DDD;
	min-height:40px;
	font-size:12px;
	color:#000;
	margin-bottom:7px;
}
.li-cabecalho{
	line-height:40px;	
}
.total-acoes{
	display:table;
	margin:0 auto;	
}
.acoes-enderecos a{
	margin:0 auto;
	margin-top:12px;
	margin-left:4px;
	margin-right:4px;
	float:left;
}
.botao-enderecos{
	float:left;
	margin-bottom:15px;	
}
.voltar{
	display:table;
	text-align:center;
	margin:0 auto;
}
.voltar a{
	float:left; 
	color:#333;
	font-weight:600;
	padding:10px 15px 10px 15px;
	border:1px solid #BFBFBF;
}
.voltar a:hover{
	background:#333;
	border:1px solid #333;
	color:#FFF;	
}
.select-estado{
	border:1px solid #DDD;
	font-size:12px;
	padding-left:10px;
	outline:none;
	height:40px;	
}
.input-atualizar{
	border:1px solid #DDDDDD;
	border-right:0px !important;	
}
.mensagem-enderecos{
	padding-top: 10px;
	padding-left: 15px;
	float: left;
}
@media only screen and (max-width: 767px){
	.b-left-endereco{
		border-left:1px solid #BFBFBF !important;
		padding-left:15px !important;	
	}	
	.div-end{
		padding-bottom:12px !important;
		padding-top:12px !important;
		min-height:40px !important;
		line-height:normal !important;	
	}
	.botao-enderecos{
		float:none;
		width:100%;
		margin-bottom:15px;	
	}
	.mensagem-enderecos{
		width:100%;
		padding-left:0px;
		padding-top:0px;
		text-align:center;
	}
	.mensagem-enderecos span{
		display:block;
		padding-bottom:15px;	
	}
}