.modal-base {
  position: fixed;
  display: none;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); }
  .modal-base .modal-base-screen {
    overflow: auto;
    max-width: 750px;
    max-height: 90%;
    background-color: whitesmoke;
    border-radius: 8px;
    margin: auto;
    padding: 15px;
    margin-top: 15px; }
  .modal-base .close {
    float: right;
    cursor: pointer;
    color: #3e444a;
    font-size: 20pt; }
    .modal-base .close:hover {
      color: #e60000; }
  .modal-base .modal-subTitle {
    font-size: 20px;
    font-weight: bold; }

/*# sourceMappingURL=modalBaseGlobal.css.map */
