/* --------------------------------------------- */

/* ================== BANNER =================== */

/* --------------------------------------------- */

/* Background color behind system banner */
#navHeaderMain {
    background-color: #FFFFFF;
}

/* --------------------------------------------- */

/* ================ BACKGROUND ================= */

/* --------------------------------------------- */

/* Custom background color */
body {
    background: #E9E4E0;
}

/* --------------------------------------------- */

/* ================ CONTAINERS ================= */

/* --------------------------------------------- */

/* Transparent container background */
section.container,
.table-programacao,
.table {
    background: transparent !important;
    background-color: transparent !important;
}
/* Table container background color */
.table-container {
    background-color: #FFFFFF;
}

/* --------------------------------------------- */

/* ========== REGISTRATION FEES TABLE ========== */

/* --------------------------------------------- */

/* Hides table */
#divTabelaValores {
    display: none;
}

/* --------------------------------------------- */

/* ========= MISCELLANEOUS ADJUSTMENTS ========= */

/* --------------------------------------------- */

/* Adds background to the CadastrarSenha div */
#divCpfLogin {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 25px;
}