@charset "UTF-8";
/**
 * Clay 3.37.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.liferay-modal .modal-dialog, html:not(#__):not(#___) .cadmin .modal-dialog {
  position: relative;
}
@media (max-width: 768px) {
  .liferay-modal .modal-dialog, html:not(#__):not(#___) .cadmin .modal-dialog {
    width: 100%;
  }
}
.liferay-modal .modal-dialog.modal-full-screen, html:not(#__):not(#___) .cadmin .modal-dialog.modal-full-screen {
  position: absolute;
}
.liferay-modal .modal-dialog.modal-full-screen .liferay-modal-body, html:not(#__):not(#___) .cadmin .modal-dialog.modal-full-screen .liferay-modal-body {
  height: 100%;
}
.liferay-modal .modal-dialog.modal-full-screen .liferay-modal-body .lfr-fullscreen-source-editor-content, html:not(#__):not(#___) .cadmin .modal-dialog.modal-full-screen .liferay-modal-body .lfr-fullscreen-source-editor-content {
  bottom: 0;
  height: auto;
  left: 24px;
  position: absolute;
  right: 24px;
  top: 80px;
}
.liferay-modal .modal-dialog.modal-full-screen .liferay-modal-body .lfr-fullscreen-source-editor-content .source-panel, html:not(#__):not(#___) .cadmin .modal-dialog.modal-full-screen .liferay-modal-body .lfr-fullscreen-source-editor-content .source-panel {
  float: left;
}
.liferay-modal .modal-dialog.modal-full-screen .liferay-modal-body .lfr-fullscreen-source-editor-content .source-panel .lfr-source-editor, html:not(#__):not(#___) .cadmin .modal-dialog.modal-full-screen .liferay-modal-body .lfr-fullscreen-source-editor-content .source-panel .lfr-source-editor {
  border-bottom-width: 0;
}
.liferay-modal .modal-dialog.modal-full-screen .liferay-modal-body .lfr-fullscreen-source-editor-content .preview-panel, html:not(#__):not(#___) .cadmin .modal-dialog.modal-full-screen .liferay-modal-body .lfr-fullscreen-source-editor-content .preview-panel {
  float: right;
}
.liferay-modal .modal-dialog .modal-body .loading-animation, html:not(#__):not(#___) .cadmin .modal-dialog .modal-body .loading-animation {
  left: 0;
  margin-bottom: 0;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

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