.bootstrap-dialog {
}

    .bootstrap-dialog .modal-header {
    }

    .bootstrap-dialog .bootstrap-dialog-title {
        color: #fff;
        display: inline-block;
    }

    .bootstrap-dialog.type-default .bootstrap-dialog-title {
        color: #333;
    }

    .bootstrap-dialog .bootstrap-dialog-title {
        font-size: 16px;
    }

    .bootstrap-dialog.size-large .bootstrap-dialog-title {
        font-size: 24px;
    }

    .bootstrap-dialog .bootstrap-dialog-close-button {
        float: right;
        filter: alpha(opacity=90);
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9;
        display: inline-block !important;
    }

    .bootstrap-dialog .bootstrap-dialog-close-button {
        font-size: 20px;
    }

    .bootstrap-dialog.size-large .bootstrap-dialog-close-button {
        font-size: 30px;
    }

    .bootstrap-dialog .bootstrap-dialog-close-button:hover {
        cursor: pointer;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

    .bootstrap-dialog .bootstrap-dialog-message {
        font-size: 14px;
    }

    .bootstrap-dialog.size-large .bootstrap-dialog-message {
        font-size: 18px;
    }

    .bootstrap-dialog.type-default .modal-header {
        background-color: #fff;
    }

    .bootstrap-dialog.type-info .modal-header {
        background-color: #DD2211;
    }

    .bootstrap-dialog.type-primary .modal-header {
        background-color: #fff;
    }

    .bootstrap-dialog.type-success .modal-header {
        /*background-color: #DD2211;*/
        background-color: #fff;
    }

    .bootstrap-dialog.type-warning .modal-header {
        background-color: #DD2211;
    }

    .bootstrap-dialog.type-danger .modal-header {
        background-color: #DD2211;
    }

    .bootstrap-dialog .bootstrap-dialog-button-icon {
        margin-right: 3px;
    }

.bootstrap-dialog-header .bootstrap-dialog-title {
    color: #000;
}
/**
 * Icon animation
 * Copied from font-awesome: http://fontawesome.io/
 **/
.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}
/** End of icon animation **/

.validationbox {
    border-bottom: none;
    padding: 10px 10px 0;
}

.PaddingBox {
    padding: 0 13px 15px;
}

/* custom red modal popup css */
.modal-dialog.redmodal .modal-content {
border:none;
}
.modal-dialog.redmodal .modal-header {
    display: table;
    width: 100%;
    height: 120px;
    text-align: center;
    border-radius: 0;
    border: none;
    background-color: #dd2211;
}

.modal-dialog.redmodal .bootstrap-dialog-header {
display:table-cell;
vertical-align:middle;
}

.modal-dialog.redmodal .modal-header i{
 font-size:60px;
 color:#fff !important;
}

.modal-dialog.redmodal .modal-body {
    text-align: center;
    padding:40px 30px 30px;
}

.modal-dialog.redmodal .modal-footer {
    border: none;
    text-align: center;
    padding-bottom:30px;
}



.modal-dialog.redmodal .modal-content {
border:none;
}
.modal-dialog .modal-header {
    display: table;
    width: 100%;
    height: 120px;
    text-align: center;
    border-radius: 0;
    border: none;
    background-color: #dd2211;
}

.modal-dialog .bootstrap-dialog-header {
display:table-cell;
vertical-align:middle;
}

/*.modal-dialog .modal-header i{
 font-size:60px;
 color:#fff !important;
}*/

.modal-dialog .modal-body {
    text-align: center;
    padding:40px 30px 30px;
}

.modal-dialog .modal-footer {
    border: none;
    text-align: center;
    padding-bottom:30px;
}