/* =============================
   Bee Coders - Roundcube Branding
   ============================= */


/* LOGIN
   -------------------------------- */

/* Background principal da página de login */
body.task-login,
body.task-login #layout,
body.task-login #layout-content {
    background: #4b0e68 !important;
}

html.dark-mode #logo {
    opacity: 1;
}

/* Texto do rodapé */
body.task-login #login-footer {
    color: #ffffff !important;
}


/* Caixa de informações do rodapé */
body.task-login #login-footer > div {
    background: #1E1F24 !important;
    color: #ffffff !important;
}


/* Botão de login */
body.task-login #rcmloginsubmit {
    background-color: #FBC700 !important;
    border-color: #FBC700 !important;
    color: #101114 !important;
}


/* Hover do botão */
body.task-login #rcmloginsubmit:hover {
    background-color: #FCC700 !important;
    border-color: #FCC700 !important;
}


/* Campos */
body.task-login .form-control:focus {
    border-color: #FBC700 !important;
    box-shadow: 0 0 0 0.2rem rgba(251, 199, 0, 0.20) !important;
}


/* Links */
body.task-login a {
    color: #FBC700;
}

/* INTERFACE
   -------------------------------- */
#layout-menu {
    background-color: #260236 !important;
}

#layout-menu .popover-header {
    background-color: #260236 !important;
}

#layout-menu .special-buttons a {
    color: #ffffff !important;
    background-color: #260236 !important;
}

#layout-menu .special-buttons a.logout {
    color: #ff5552 !important;
    /* #ff5552 !important */
}

/* Barra lateral principal */
.menu.toolbar a.selected {
    color: #ffffff !important;
    background-color: #ffffff22 !important;
}

#taskmenu .action-buttons a {
    color: #FBC700 !important;
    background-color: #260236 !important;
}

#taskmenu a:hover{
    color: #FBC700 !important;
    background-color: #ffffff22 !important;
}

/* Links / ícones da barra */
#layout-menu .button {
    color: #FBC700 !important;
}


/* Luiz */
.custom-file-label:not(.is-invalid):focus, .form-control:not(.is-invalid):focus {
    border-color: #FBC700 !important;
}
    
/* Luiz */


/* Item ativo */
#layout-menu .button.selected,
#layout-menu .button:hover {
    color: #FBC700 !important;
}


/* Botões principais */
.btn-primary {
    background-color: #FBC700 !important;
    border-color: #FBC700 !important;
    color: #101114 !important;
}


/* Links gerais */
a {
    color: #b58e00;
}