﻿/*bg-danger*/
.modal-content.bg-danger {
    background-color: #f7cace !important;
}
.modal-content.bg-danger, .bg-warning > a {
    color: #1f2d3d !important;
}
.modal-content.bg-danger .modal-footer, .modal-content.bg-danger .modal-header {
    border-color: #343a40 !important;
    border-bottom: 1px solid #1f2d3d !important;
}

/*bg-info*/
.modal-content.bg-info {
    background-color: #d1f3fa !important;
}
.modal-content.bg-info, .bg-warning > a {
    color: #1f2d3d !important;
}
.modal-content.bg-info .modal-footer, .modal-content.bg-info .modal-header {
    border-color: #343a40 !important;
    border-bottom: 1px solid #1f2d3d !important;
}

/*bg-primary*/
.modal-content.bg-primary {
    background-color: #bac8fe !important;
}
.modal-content.bg-primary, .bg-warning > a {
    color: #1f2d3d !important;
}
.modal-content.bg-primary .modal-footer, .modal-content.bg-primary .modal-header {
    border-color: #343a40 !important;
    border-bottom: 1px solid #1f2d3d !important;
}

/*bg-secondary*/
.modal-content.bg-secondary {
    background-color: #d1d1d1 !important;
}
.modal-content.bg-secondary, .bg-warning > a {
    color: #1f2d3d !important;
}
.modal-content.bg-secondary .modal-footer, .modal-content.bg-secondary .modal-header {
    border-color: #343a40 !important;
    border-bottom: 1px solid #1f2d3d !important;
}

/*bg-secondary*/
.modal-content.bg-success {
    background-color: #c1f0cc !important;
}
.modal-content.bg-success, .bg-warning > a {
    color: #1f2d3d !important;
}
.modal-content.bg-success .modal-footer, .modal-content.bg-success .modal-header {
    border-color: #343a40 !important;
    border-bottom: 1px solid #1f2d3d !important;
}

/*bg-warning*/
.modal-content.bg-warning {
    background-color: #ffe79d !important;
}
.modal-content.bg-warning, .bg-warning > a {
    color: #1f2d3d !important;
}
.modal-content.bg-warning .modal-footer, .modal-content.bg-warning .modal-header {
    border-color: #343a40 !important;
    border-bottom: 1px solid #1f2d3d !important;
}


/*modal-content close*/
.modal-content.bg-danger .close, .modal-content.bg-danger .mailbox-attachment-close, .modal-content.bg-info .close, .modal-content.bg-info .mailbox-attachment-close, .modal-content.bg-primary .close, .modal-content.bg-primary .mailbox-attachment-close, .modal-content.bg-secondary .close, .modal-content.bg-secondary .mailbox-attachment-close, .modal-content.bg-success .close, .modal-content.bg-success .mailbox-attachment-close {
    color: #1f2d3d;
    text-shadow: 0 1px 0 #000;
}

/*confirm-modal*/
.modal-content.bg-warning .modal-footer, .modal-content.bg-warning .modal-header {
    width:100% !important;
}