.btn-cancelar {
    color: #fff !important;
    background: none !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

.btn-cancelar:focus, .btn-cancelar.focus {
    color: #fff !important;
    background-color: #c9302c !important;
    border-color: #761c19 !important;
}

.btn-cancelar:hover {
    color: #fff !important;
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
}

.btn-cancelar:active, .btn-cancelar.active, .open > .dropdown-toggle.btn-cancelar {
    color: #fff !important;
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
}

.btn-cancelar:active:hover, .btn-cancelar.active:hover, .open > .dropdown-toggle.btn-cancelar:hover, .btn-cancelar:active:focus, .btn-cancelar.active:focus, .open > .dropdown-toggle.btn-cancelar:focus, .btn-cancelar:active.focus, .btn-cancelar.active.focus, .open > .dropdown-toggle.btn-cancelar.focus {
    color: #fff !important;
    background-color: #ac2925 !important;
    border-color: #761c19 !important;
}

.btn-cancelar:active, .btn-cancelar.active, .open > .dropdown-toggle.btn-cancelar {
    background-image: none !important;
}

.btn-cancelar.disabled:hover, .btn-cancelar[disabled]:hover, fieldset[disabled] .btn-cancelar:hover, .btn-cancelar.disabled:focus, .btn-cancelar[disabled]:focus, fieldset[disabled] .btn-cancelar:focus, .btn-cancelar.disabled.focus, .btn-cancelar[disabled].focus, fieldset[disabled] .btn-cancelar.focus {
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

.btn-cancelar .badge {
    color: #d9534f !important;
    background-color: #fff !important;
}

.btn-acessar {
    color: #fff !important;
    background: none !important;
    background-color: #1a2e3c !important;
    border-color: #1d4055 !important;
}

.btn-acessar:focus, .btn-acessar.focus {
    color: #fff !important;
    background-color: #1b3c4a !important;
    border-color: #1d4055 !important;
}

.btn-acessar:hover {
    color: #fff !important;
    background-color: #1b3c4a !important;
    border-color: #204c5e !important;
}

.btn-acessar:active, .btn-acessar.active, .open > .dropdown-toggle.btn-acessar {
    color: #fff !important;
    background-color: #1b3c4a !important;
    border-color: #204c5e !important;
}

.btn-acessar:active:hover, .btn-acessar.active:hover, .open > .dropdown-toggle.btn-acessar:hover, .btn-acessar:active:focus, .btn-acessar.active:focus, .open > .dropdown-toggle.btn-acessar:focus, .btn-acessar:active.focus, .btn-acessar.active.focus, .open > .dropdown-toggle.btn-acessar.focus {
    color: #fff !important;
    background-color: #204c5e !important;
    border-color: #1d4055 !important;
}

.btn-acessar:active, .btn-acessar.active, .open > .dropdown-toggle.btn-acessar {
    background-image: none !important;
}

.btn-acessar.disabled:hover, .btn-acessar[disabled]:hover, fieldset[disabled] .btn-acessar:hover, .btn-acessar.disabled:focus, .btn-acessar[disabled]:focus, fieldset[disabled] .btn-acessar:focus, .btn-acessar.disabled.focus, .btn-acessar[disabled].focus, fieldset[disabled] .btn-acessar.focus {
    background-color: #1a2e3c !important;
    border-color: #2e6da4 !important;
}

.btn-acessar .badge {
    color: #1a2e3c !important;
    background-color: #fff !important;
}

/*Social*/
.btn-acessar-social {
    color: #fff !important;
    background: none !important;
    background-color: #f08d1b !important;
    border-color: #de7e1b !important;
}

.btn-acessar-social:focus, .btn-acessar-social.focus {
    color: #fff !important;
    background-color: #cb6f1b !important;
    border-color: #b45d1a !important;
}

.btn-acessar-social:hover {
    color: #fff !important;
    background-color: #cb6f1b !important;
    border-color: #b45d1a !important;
}

.btn-acessar-social:active, .btn-acessar-social.active, .open > .dropdown-toggle.btn-acessar-social {
    color: #fff !important;
    background-color: #b45d1a !important;
    border-color: #cb6f1b !important;
}

.btn-acessar-social:active:hover, .btn-acessar-social.active:hover, .open > .dropdown-toggle.btn-acessar-social:hover, .btn-acessar-social:active:focus, .btn-acessar-social.active:focus, .open > .dropdown-toggle.btn-acessar:focus, .btn-acessar:active.focus, .btn-acessar.active.focus, .open > .dropdown-toggle.btn-acessar-social.focus {
    color: #fff !important;
    background-color: #cb6f1b !important;
    border-color: #b45d1a !important;
}

.btn-acessar-social:active, .btn-acessar-social.active, .open > .dropdown-toggle.btn-acessar-social {
    background-image: none !important;
}

.btn-acessar-social.disabled:hover, .btn-acessar-social[disabled]:hover, fieldset[disabled] .btn-acessar-social:hover, .btn-acessar-social.disabled:focus, .btn-acessar-social[disabled]:focus, fieldset[disabled] .btn-acessar-social:focus, .btn-acessar-social.disabled.focus, .btn-acessar-social[disabled].focus, fieldset[disabled] .btn-acessar-social.focus {
    background-color: #b45d1a !important;
    border-color: #cb6f1b !important;
}

.btn-acessar-social .badge {
    color: #b45d1a !important;
    background-color: #fff !important;
}