.dialog-header-error {
    background-color:#d2322d
}

.dialog-header-wait {
    background-color:#428bca
}

.dialog-header-notify {
    background-color:#eee
}

.dialog-header-confirm {
    /*background-color:#333*/
    /*background-color: #8660f0;*/
    background-color: #7E80D7;
    
}

.dialog-header-confirm h4,
.dialog-header-confirm span,
.dialog-header-error h4,.dialog-header-error span,
.dialog-header-wait h4,
.dialog-header-wait span {
    color:#fff
}