body {
	background: #f2f2f2;
	min-height: calc(100vh - 40px);
	margin: 20px;
}

hr {
    margin-bottom: 12px;
    margin-top: 0px;
}

.box {
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
    background: white;
    border-radius: 3px;
    width: 380px;
    margin: auto;
    text-align: center;
    min-width: 340px;
}

.box.main {
    filter: none;
    border-radius: 0px 0px 3px 3px;
    margin-top: -2px;
    padding: 25px 25px 20px 25px;
    text-align: left;
    line-height: 1.5;
    background: #f9f9f9;
}

.box .logotipo {
    width: 150px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.nome-condominio {
    font-size: 18px;
    padding-bottom: 11px;
}

ul {
    list-style: disc inside none;
}

.botoes-controle-container {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #e1e1e1;
    width: 100%;
}

.btn {
    margin-right: 0px !important;
}

.botao .btn-text {
    font-size: 18px !important;
}

.botao .material-icons {
    vertical-align: bottom !important;
    font-size: 25px !important;
}

.ui-inputfield {
    border: 0;
    border-bottom: 1px solid #d5d5d5 !important;
    font-size: 24px;
    padding: 23px 23px 23px 0px !important;
    box-shadow: none !important;
    border-radius: 0;
    width: 100%;
    margin-top: 10px !important;
    color: black;
}

.ui-autocomplete.form-control {
    height: 45px;
    border: 0;
}

.ui-autocomplete-input {
    padding: 0px 10px 0px 0px !important;
    height: 30px;
}

.botoes-conclusao-div {
    text-align: center;
    margin-bottom: 15px;
}

.botoes-conclusao-div a {
    width: 100%;
}

@media screen and (max-width: 420px) {
	.box {
		width: 98%;
	}
}

#reader-container {
	position: relative;
	display: none;
}

#camera-view {
    width: 100%;
    border-radius: 5px;
    margin-bottom: -5px;
}

input[type=checkbox] {
    margin-right: 5px;
}


.aceitar-termos {
    text-align: left !important;
    margin: 7px;
}

.texto-confirmacao {
    margin-left: 7px;
}