.biv-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999999;
  /* Sit on top */
  padding-top: 40px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  /* Modal Content */
  /* Add Animation */
  /* The Close Button */ }
  .biv-modal .modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    max-width: 90%;
    min-width: 150px;
    max-height: 90%;
    width: auto;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    overflow: auto;
    /* Enable scroll if needed */ }
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
  .biv-modal .close {
    color: white;
    float: right;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    padding: 0;
    line-height: 1; }
  .biv-modal .close:hover,
  .biv-modal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer; }
  .biv-modal .modal-header {
    padding: 9px 17px;
    color: white;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0; }
  .biv-modal .modal-body {
    padding: 5px 16px; }
  .biv-modal .modal-footer {
    padding: 3px 16px;
    color: white; }

/*# sourceMappingURL=modal.css.map */
