@charset "UTF-8";
/* CSS Document */



.dependenteHolder{
	padding: 15px 0px;
	width: 80%;
	margin-left: 10%;
}

.dependente{
	background-color: #f2f2f2;
	border: 1px solid #eee;
	padding: 15px;	
}

.tdItemExtrato{
	background-color: #f2f2f2;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 3px 20px 3px 3px;	
}

.itemExtrato{
	padding-bottom: 10px;
	border-bottom: 2px solid #ddd;	
}


.tabelaDadosCadastrais table{
/*	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/
	margin-bottom: 20px;
	
}

.tabelaDadosCadastrais h5{
	font-size: 12px !important;
	font-weight: 900 !important;
	margin: 0px !important;
}

.tabelaDadosCadastrais span{
	font-size: 12px;
	padding: 0px;
}

.tdDadosCadastrais{
	padding: 10px;
}

.tabelaDadosCadastrais tr{
	background-color: #FFF;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.tabelaDadosCadastrais tr:hover{
	background-color: #e2e2e2;
}

.tdDesc{
	width: 15%;	
}

.tdEditar{
	padding-left: 10px;	
	width: 5%;
}

.jogoHolder{
	margin: 20px 0px 0px 0px;
}

.jogoCheckout{
	background-color: #f2f2f2;
	border: 1px solid #eee;
	padding: 10px;	
}

.jogoCheckout h3{
	margin-top: 0px;	
	
}