.lista-representada-table td{
	border: none;
	text-align: center;
}

.lista-representada-header td{
	border: none;
	background: #ccc;
	color: #000;
	padding: 11px 5px;
}

.lista-representada-table tr{
	border: 1px solid #000;
	box-shadow: 1px 1px 3px #777;
}

.lista-representada-table i{
	font-size: 1.7em;
	vertical-align: middle;
}
.lista-representada{
	text-align: center;
}

.nova-representada-modal{
	max-height: 80%!important;
}

.cadastro-representada{
	padding: 0px 10px;
}

.cadastro-representante-section h5 {
    width: 100%;
    background: #eaeaea;
    margin: 0;
    padding: 7px;
}

.cadastro-representada input{
	border: 1px solid #000;
	margin-left: 12px;
	margin-bottom: 3px;
	width: -webkit-calc(100% - 24px);
	padding: 5px;
	font-size: 1.7em;
}
.cadastro-representada label{
	margin-left: 15px;
}

#representada-uf{
    margin: 3px auto;
    border: 1px solid #000;
    width: 18%;
    display: inline-block;
    vertical-align: bottom;
    height: 3em;
}

.cadastro-representante-section {
    border: 1px solid #ccc;
}

button.cadastrar-representada{
	width: 33%;
    margin: 20px;
    box-shadow: 2px 2px 8px black;
    padding: 0px;
}

.lista-representada-table{
	min-width: 50%;
	width: 50%;
	display: table;
	margin: 0 auto;
}

.input-field.custom-width{
	display: inline-block;
}

.representada-cep-field{
	width: 50%;
}

.representada-endereco-field{
	width: 99%;
}

.representada-numero-field{
	width: 24%;
}

.representada-bairro-field{
	width: 74%;
}

.representada-cidade-field{
	width: 75%;
}

.painel-representada-buttons{
	text-align: center;
}

.painel-representada-buttons button{
	/* width: 12%; */
    margin: 10px 5px 0;
}

.cep-field-info{
    display: inline-block;
    width: 45%;
    vertical-align: baseline;
    line-height: 1;
}

@media only screen and (min-width: 450px){

    .cadastro-representada{
        max-width: 45%;
        margin: 0 auto;
        margin-top: 50px;
    }

}

@media only screen and (max-width: 450px) {
	[page=nova_representada] .container .col.s12{
		padding: 0px;
	}

	.lista-representada-table{
		min-width: 80%;
	}

	.painel-representada-buttons {
		text-align: center;
		display: flex;
		width: 65%;
		margin-left: auto;
		margin-right: auto;
	}

	.painel-representada-buttons button{
		width: 42%;
		padding: 2px;
	}
}