.hidden {
  position: fixed;
  top: -9999px;
  width: 0px;
  height: 0px;
}

.modal-print .modal-dialog {
  height: calc(100% - 60px);
}

.modal-print .modal-content {
  height: 100%;
  overflow: auto;
}

.modal-print .modal-body {
  height: calc(100% - 115px);
}

.modal-print .loading-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.modal-print .loading-bg .fa {
  font-size: 2cm;
}

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