<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Arquivo gerado automaticamente em 09/03/2025 11:29:39 */
.larguraMaxima {
	max-width: 480px;
}
body {
    background-image: url("/imagens/fundo_checkin.png");
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 480px) {
    body {
        background-image: url("/imagens/fundo_checkin_mobile.png");
    }
}
.boxHospede {
    border: 2px solid white;
    padding: 10px 20px;
    background-color: white;
    border-radius: 10px;
    width: 96%;
    color: black;
    font-size: 14px;
    border-color: white;
    margin: auto;
}

.boxTransparente {
    /* padding: 10px 20px; */
    width: 96%;
    font-size: 14px;
    border-color: white;
    margin: auto;
}


.boxCliente {
    border: 2px solid white;
    padding: 10px 20px;
    background-color: white;
    border-radius: 10px;
    width: 96%;
    color: #949494;
    font-size: 14px;
    border-color: white;
    margin: auto;
}
".btn-opcoes { font-size: 1.4rem; width: 250px; background-color: #e8357c; }
.btn-opcoes:focus, .btn-opcoes:hover, .btn-opcoes:active { background-color: #b82a00; }
.btn-pequeno {
    font-size: 1.0rem;
    width: 162px;
    background-color: green;
    position: absolute;
    bottom: 0;
    left: 0;
}
.btn-pequeno:focus, .btn-pequeno:hover, .btn-pequeno:active {
    background-color: #b82a00;
}
.btn-gravar {
    background-color: #e8357c;
    width: 96%;
    border-radius: 10px;
    border-color: #e8357c;
    margin-left: 10px;
    margin-right: 10px;
}
.btn-gravar:focus, .btn-gravar:hover, .btn-gravar:active {
    background-color: #b82a00;
    border-color: #b82a00;
}
.btn-voltar {
    background-color: red;
    width: 96%;
    border-radius: 10px;
    border-color: #e8357c;
    margin-left: 10px;
    margin-right: 10px;
}
.fundoCinza {
    background-color: #999999;
    color: white;
    padding: 2px 5px;
    border-radius: 10px;
    font-size: 0.9em;
    text-align: center;
    width: 18ch;
    height: 25px;
}
.fundoVerde {
    background-color: green;
    color: white;
    padding: 2px 5px;
    border-radius: 10px;
    font-size: 0.9em;
    text-align: center;
    width: 18ch;
    height: 25px;
    text-decoration: none;
}
    .fundoVerde:focus, .fundoVerde:hover, .fundoVerde:active {
        background-color: darkgreen;
        border-color: #b82a00;
        color: lightgrey;
    }
.btPreencherFicha {
    background-color: white;
    border: 1px solid grey;
    color: black;
    padding: 2px 5px;
    border-radius: 10px;
    font-size: 0.9em;
    text-align: center;
    width: 18ch;
    text-decoration: none;
    height: 25px;
}

    .btPreencherFicha:focus, .btPreencherFicha:hover, .btPreencherFicha:active {
        background-color: lightgrey;
    }

.divBotoes {
    display: flex;
    flex-wrap: nowrap;
}"
.control-label {
	font-weight: bold;
}

.posRelative {
    position: relative;
}

.footer {
	position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 20px;
}

</pre></body></html>