/* Rodapé fixo
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;

}


/* Container
-------------------------------------------------- */

.container .text-muted {
    margin: 20px 0;
}

.container {
    padding-top: 60px;

}

footer .container {
    padding-top: 0;

}


/* Formulário de marcação de exames
-------------------------------------------------- */

.marcacao-exames-logotipo {
    text-align: center;
}

.bg-info {
    border-radius: 2px;
    padding: 24px 12px;
    text-align: center;
}

/* Erro
-------------------------------------------------- */

.erro {
    z-index: 999;
    border: solid 1px #f0f0f0;
    background: whitesmoke;
}

.msgErro {
    padding: 4px;
    text-align: center;
}
