.lista-preposto-table td{
	border: none;
	text-align: center;
}
.lista-preposto-table tr{
	border: 1px solid #000;
	box-shadow: 1px 1px 3px #777;
}

.lista-preposto-table i{
	font-size: 1.7em;
	vertical-align: middle;
	cursor: pointer;
}

.lista-preposto{
	text-align: center;
}

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

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

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

.cadastro-preposto{
	padding: 6px 10px;
}

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

.cadastro-preposto-section {
	border: 1px solid #ccc;
	padding-bottom: 7px;
}

.cadastro-preposto input[type="text"],
.cadastro-preposto input[type="password"] {
	border: 1px solid #000;
	margin-left: 12px;
	margin-bottom: 3px;
	width: -webkit-calc(100% - 24px);
	padding: 5px;
	font-size: 1.7em;
}
.cadastro-preposto label{
	margin-left: 15px;
}

.painel-preposto-buttons{
	white-space: nowrap;
}

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

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

}

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

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

	.cadastro-preposto-section {
		border: 1px solid #ccc;
		padding-bottom: 7px;
	}
}

/* ¯\_(ツ)_/¯ */

.lista-preposto .lista-preposto-table th {
	border: none;
    background: #ccc;
    color: #000;
    padding: 10px 5px;
    text-align: center;
}

.lista-preposto .lista-preposto-table button {
    width: 3em;
    background-color: transparent;
    border: none;
}

.cadastro-preposto .commerce-row {
	margin-top: 1rem;
}

.cadastro-preposto .commerce-row label {
	font-size: 1rem;
}

.cadastro-preposto .commerce-options label {
	font-size: 1.7em;
	color: #000;
}

.cadastro-preposto .commerce-options input {
	width: 0.7em;
	height: 0.7em;
}