/*
 * <!--
 *   ~ BAXALTA CONFIDENTIAL - Highly Restricted: Do not distribute without prior approval
 *   ~
 *   ~ Copyright © 2016 BaxAlta. All rights reserved.
 *   ~
 *   -->
 */

@media (min-width: 768px) {
    .modal-dialog {
        width: 300px !important;
        margin: 30px auto !important;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 233px;
    }
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
}

.modal-header {
    padding: 10px;
    border-bottom: 1px solid #ffffff;
    min-height: 11.42857143px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-footer {
    margin-top: 15px;
    padding: 25px 63px 33px;
    text-align: right;
    border-top: 0px solid #ffffff;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-footer .btn {
    padding: 0 10px 0;
    margin-left: 85px;
    border: none;
    background: #660066;
    color: #fff;
    font: bold 14px / 32px Arial, sans-serif;
}
