body.modal-open {
  overflow: hidden; }
body > .modal {
  position: fixed;
  height: 100%;
  overflow: auto;
  z-index: 9999;
  top: 0px;
  left: 0px;
  right: 0px; }
  body > .modal .background {
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 20px; }
    body > .modal .background .window {
      background-color: #ffffff;
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
      width: 400px;
      position: relative;
      border-radius: 7px; }
      @media only screen and (max-width: 850px) {
        body > .modal .background .window {
          width: 100%; } }
      body > .modal .background .window > .close {
        position: absolute;
        right: 0px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        text-align: center;
        font-weight: bold;
        color: #888888; }
        body > .modal .background .window > .close:before {
          content: '\f00d';
          font-family: FontAwesome;
          font-size: 18px; }
        body > .modal .background .window > .close:hover {
          color: #000000; }
        .modal.non-closable .close {
          display: none; }
      body > .modal .background .window .content {
        padding: 40px 25px 25px 25px; }
        body > .modal .background .window .content .center {
          text-align: center; }
          body > .modal .background .window .content .center .button {
            float: none !important;
            margin: 10px 10px 0px 10px !important; }
        body > .modal .background .window .content .progress-bar {
          display: block; }
          body > .modal .background .window .content .progress-bar .label {
            display: block;
            margin: 10px 0 3px 0;
            width: 100%;
            text-align: center;
            font-weight: bold;
            height: 20px;
            line-height: 20px; }
          body > .modal .background .window .content .progress-bar .bar {
            width: 100%;
            background-color: #EEEEEE;
            height: 30px; }
            body > .modal .background .window .content .progress-bar .bar .completed {
              width: 0px;
              height: 100%;
              background-color: #356AA0; }

/*# sourceMappingURL=modals.css.map */
