﻿/* ====== Customizações do sistema ====== */

/* Botão success desabilitado */
.btn-success:disabled,
.btn-success.disabled {
    background-color: #bfbfbf !important;
    border-color: #bfbfbf !important;
    color: #6b6b6b !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
}
