/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Boostrap 3 patch for for bootstrap-modal. Include BEFORE bootstrap-modal.css!
 */

body.modal-open, 
.modal-open .navbar-fixed-top, 
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}

.modal {
    left: calc(50% - 301px);
    bottom: auto;
    right: auto;
    padding: 0;
    background-color: #ffffff;
    border-radius: 6px;
    background-clip: padding-box;
    border: 1px solid #fff;
}

.modal.container {
  max-width: none;
}