@charset "UTF-8";
/**
 * Clay 3.31.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
 */
.portlet-wiki .wiki-body {
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  overflow: auto;
  word-wrap: break-word;
}
@media (max-width: 991.98px) {
  .portlet-wiki .wiki-body {
    -webkit-overflow-scrolling: touch;
  }
}
.portlet-wiki .wiki-body pre {
  background: #fff;
  border: 1px dashed #2f6fab;
  margin: 5px 0;
  padding: 0.5em;
}
.portlet-wiki .wiki-body a.new-wiki-page {
  color: #da1414;
}
.portlet-wiki .wiki-body img,
.portlet-wiki .wiki-page-editor img {
  max-width: 100%;
}
.portlet-wiki .wiki-body table,
.portlet-wiki .wiki-page-editor table {
  border-collapse: collapse;
  width: 100%;
}
.portlet-wiki .wiki-body table,
.portlet-wiki .wiki-body th,
.portlet-wiki .wiki-body td,
.portlet-wiki .wiki-page-editor table,
.portlet-wiki .wiki-page-editor th,
.portlet-wiki .wiki-page-editor td {
  border: 1px solid;
}
.portlet-wiki .wiki-page-editor .alloy-editor-container .alloy-editor-wrapper {
  padding-left: 45px;
}
.portlet-wiki a.createpage {
  color: #f00;
}
.portlet-wiki .toc {
  background-color: #f9f9f9;
  border: 1px solid #aaa;
  padding: 0 1em;
}
.portlet-wiki .toc h4 {
  margin-bottom: 0.7em;
}
.portlet-wiki .toc ul {
  margin-top: 0;
}
.portlet-wiki .toc li.toclevel-1 {
  list-style-type: none;
  margin-left: 0;
}
.portlet-wiki .toc li.toclevel-2 {
  list-style-type: none;
  margin-left: 15px;
}
.portlet-wiki .toc li.toclevel-3 {
  list-style-type: none;
  margin-left: 30px;
}
.portlet-wiki .page-attachments {
  margin: 20px 0 0;
}
.portlet-wiki .page-categorization {
  margin: 0;
}
.portlet-wiki .page-categories {
  color: #7d7d7d;
}
.portlet-wiki .taglib-discussion {
  margin: 1em;
}
.portlet-wiki .portlet-body h1.page-title .return-to-page {
  background: url(@theme_image_path@/wiki/return_to_page.png) no-repeat 0 50%;
  padding-left: 20px;
  text-decoration: none;
}
.portlet-wiki .portlet-body h2 a.hashlink,
.portlet-wiki .portlet-body h3 a.hashlink,
.portlet-wiki .portlet-body h4 a.hashlink {
  color: #dde0e1;
  font-size: 12px;
  text-decoration: none;
}
.portlet-wiki .portlet-body h2:hover a.hashlink,
.portlet-wiki .portlet-body h3:hover a.hashlink,
.portlet-wiki .portlet-body h4:hover a.hashlink {
  color: #777;
}
.portlet-wiki .preview {
  background: #ffc;
  border: 1px dotted gray;
  padding: 3px;
}
.portlet-wiki .taglib-custom-attributes-list {
  margin-bottom: 1em;
}
.portlet-wiki .taglib-custom-attributes-list label {
  display: block;
}
.portlet-wiki .content-body .wiki-code {
  background: #fff;
  border: 1px solid #777;
  font-family: monospace;
  white-space: pre;
}
.portlet-wiki .content-body .code-lines {
  border-right: 1px solid #ccc;
  color: #000;
  margin-right: 5px;
  padding: 0 5px;
}
.portlet-wiki .content-body a.external-link {
  background: transparent url(@theme_image_path@/wiki/external.png) right top no-repeat;
  padding-right: 10px;
  text-decoration: none;
}
.portlet-wiki .content-body a.external-link:hover {
  background: transparent url(@theme_image_path@/wiki/external.png) right top no-repeat;
  padding-right: 11px;
  text-decoration: underline;
}
.portlet-wiki .node-current {
  font-weight: bold;
  text-decoration: none;
}
.portlet-wiki .list-group .list-group-item p.h5 {
  font-weight: 600;
}
.portlet-wiki .list-group .list-group-item h3 {
  margin-top: 5px;
}
.portlet-wiki .page-actions {
  margin-top: 1.5em;
}
.portlet-wiki .page-actions:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.portlet-wiki .page-actions .article-actions {
  border-right: 1px solid #999;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
}
.portlet-wiki .page-actions .stats {
  color: #999;
}
.portlet-wiki .page-actions.top-actions {
  margin-bottom: 15px;
  margin-top: 0;
  text-align: right;
}
.portlet-wiki .page-actions.top-actions img {
  margin-left: 5px;
}
.portlet-wiki .page-actions.top-actions > span {
  margin-left: 5px;
}
.portlet-wiki .page-activities .activity-status {
  color: #666;
  font-weight: bold;
  text-transform: uppercase;
}
.portlet-wiki .page-activities .activity-summary {
  color: #999;
  display: block;
  margin-left: 3em;
}
.portlet-wiki .entry-links h2 {
  border-width: 0;
  font-size: 1em;
  font-weight: bold;
}
.portlet-wiki .page-info {
  width: 100%;
}
.portlet-wiki .page-info tr th,
.portlet-wiki .page-info tr td {
  border: 1px solid #ccc;
  border-left-width: 0;
  border-right-width: 0;
  padding: 0.3em 1em;
}
.portlet-wiki .page-old-version {
  color: #f93;
  line-height: 1.2em;
  margin: -1em 0 1.4em;
  width: auto;
}
.portlet-wiki .page-old-version a {
  color: #f93;
}
.portlet-wiki .page-ratings {
  margin: 0;
}
.portlet-wiki .page-redirect {
  color: #7d7d7d;
  cursor: pointer;
  line-height: 1.2em;
  margin: -1em 0 1.4em;
  width: auto;
}
.portlet-wiki .page-redirect:hover {
  text-decoration: underline;
}
.portlet-wiki .popup-print {
  float: right;
}
.portlet-wiki .syntax-help-content {
  border: 1px dotted gray;
  padding-left: 10px;
}
.portlet-wiki .syntax-help h4 {
  margin-bottom: 0.5em;
}
.portlet-wiki .syntax-help pre {
  margin-bottom: 1em;
  margin-left: 1em;
  overflow-wrap: normal;
  word-wrap: normal;
}
.portlet-wiki .top-links {
  padding-bottom: 10px;
}
.portlet-wiki .top-links-nodes {
  border: 1px solid #ddd;
  float: left;
  list-style-type: none;
  margin: 0 0.5em 0.5em;
  padding: 0.2em 0.5em;
}
.portlet-wiki .top-links-nodes .top-link-node {
  border-right: 1px solid #aaa;
  display: inline-block;
  list-style-type: none;
  margin: 0.3em;
  padding-right: 0.2em;
}
.portlet-wiki .top-links-nodes .top-link-node.last {
  border-width: 0;
}
.portlet-wiki .top-links .page-search {
  float: right;
  margin: 0 0 0.5em 0.5em;
}
.portlet-wiki .search-root-entry {
  color: #999;
  float: right;
}
.portlet-wiki .top-links-configuration {
  float: left;
}
.portlet-wiki .subscription-info tr td {
  border-width: 0;
  padding: 0.1em 10px 0.1em 0;
}
.portlet-wiki .trash-attachments {
  float: right;
}
.portlet-wiki .wiki-page-toolbar {
  margin: 0;
}
.portlet-wiki .app-view-taglib .lfr-header-row-content .form-group {
  margin: 0;
}

.trash-restore-popup .form fieldset {
  margin-bottom: 0;
  padding: 0 15px;
}

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