﻿.modal-success-custom {
    margin-top: 15% !important;
}

.modal-footer {
    border-top: none;
}


.bootbox.modal .modal-header {
    display: block !important;
}

    .bootbox.modal .modal-header h4 {
        padding: 5px 10px;
    }

    .bootbox.modal .modal-header .bootbox-close-button.close.btn-close {
        display: block;
        float: right;
    }

.bootbox.modal .modal-body {
    text-align: center;
    padding: 30px;
}

.bootbox.modal .modal-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end !important;
    border-top: none;
}

    .bootbox.modal .modal-footer .btn {
        height: 30px;
        width: auto !important;
        line-height: 30px;
        font-size: 12px;
        padding: 0 20px;
    }

        .bootbox.modal .modal-footer .btn.btn-primary {
            background-color: #213a8f;
            border: 1px solid #213a8f !important;
            color: #fff;
        }

            .bootbox.modal .modal-footer .btn.btn-primary:hover {
                background-color: #213a8f;
                border: 1px solid #213a8f !important;
            }

        .bootbox.modal .modal-footer .btn.btn-secondary {
            background-color: #d92a35;
            color: #fff;
        }

            .bootbox.modal .modal-footer .btn.btn-secondary:hover {
                background-color: #d92a35;
            }



.modal-success-custom .modal-footer .btn.primary {
    background-color: #213a8f;
    color: #fff;
    border: 1px solid #213a8f !important;
}

    .modal-success-custom .modal-footer .btn.primary:hover, .modal-success-custom .modal-footer .btn.primary:active {
        background-color: #213a8f;
        border: 1px solid #213a8f !important;
    }

.bootbox.modal .modal-footer .btn.btn-success {
    background-color: #213a8f;
    color: #fff;
    border-color: #213a8f;
}

    .bootbox.modal .modal-footer .btn.btn-success:hover {
        background-color: #213a8f;
    }

.bootbox.modal .modal-footer .btn.btn-default {
    background-color: #dc2626;
    color: #fff;
    border-color: #dc2626;
}

    .bootbox.modal .modal-footer .btn.btn-default:hover {
        background-color: #213a8f;
    }
