.modal-header-success {
    color:#fff !important;
    padding:9px 15px;
    border-bottom:1px solid #eee !important;
    background-color: #5cb85c !important;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-header-warning {
    color:#fff !important;
    padding:9px 15px;
    border-bottom:1px solid #eee !important;
    background-color: #f0ad4e !important;
    background-image: none !important;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-header-danger {
    color:#fff !important;
    padding:9px 15px;
    border-bottom:1px solid #eee !important;
    background-color: #d9534f !important;
    background-image: none !important;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-header-info {
    color:#fff !important;
    padding:9px 15px;
    border-bottom:1px solid #eee !important;
    background-color: #5bc0de !important;
    background-image: none !important;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-header-primary {
    color:#fff !important;
    padding:9px 15px;
    border-bottom:1px solid #eee !important;
    background-color: #428bca !important;
    background-image: none !important;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
