


/************************************
 * Buttons
 ************************************/
.btn-save {
    background-color: #0a8d51 !important;
    color: #FFFFFF !important;
}

.btn-send {
    background-color: #0a8d51 !important;
    color: #FFFFFF !important;
}

.btn-cancel {
    background-color: #ED1847 !important;
    color: #FFFFFF !important;
}

.btn-delete {
    background-color: #ED1847 !important;
    color: #FFFFFF !important;
}

.btn-black {
    background-color: #ED1847 !important;
    color: #FFFFFF !important;
}