#global-fm-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100000;
  display: none;
}

#global-fm-overlay #fm-root {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
}

#global-fm-overlay.show {
  display: block;
}
/*# sourceMappingURL=global-filemanager.css.map */