﻿
.bootbox.modal.error .modal-content {
    border-color: red;
}

.bootbox.modal.success .modal-content {
    border-color: lawngreen;
}

.bootbox.modal.warning .modal-content {
    border-color: rgba(255, 133, 27, 1);    
}

.bootbox.modal .modal-content {
    border-radius: 10px;
    overflow: hidden;
    border: solid;
}

.bootbox.modal .modal-header {
    /*background-color: rgba(255, 133, 27, 0.0);*/
    background-color: aliceblue;
    /*border-radius: 0px 0px 30px 30px;*/
}

    .bootbox.modal .modal-header button {
        display: none;
    }

    .bootbox.modal .modal-header .modal-title {
        /*padding-left: 20px;*/
    }

.bootbox.modal .modal-body {
    text-align: center;
    background-color: aliceblue;
}

.bootbox.modal .modal-footer {
    text-align: center;
    /*background-color: rgba(255, 133, 27, 0.30);*/
    background-color: aliceblue;
    /*border-radius: 50px 50px 0px 0px;*/
}
