@charset "UTF-8";
/* @import "compat/mixins"; */
@use "sass:math" as *;
/**
 * Clay 3.63.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
 */
/***** schilling start: _clay_variables.scss *****/
/*** Sizes ***/
/*** FA Icons ***/
/*** Color names ***/
/***** schilling end: _clay_variables.scss *****/
.modal-open .modal {
  box-shadow: 0 0.25rem 2rem 0 rgba(0, 0, 0, 0.18); }

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d; }
  .lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
    color: #555; }

.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none; }

.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px; }
  .lfr-asset-column-details .lfr-asset-icon.last {
    border-width: 0; }

.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d; }
  .lfr-asset-column-details .lfr-asset-tags .tag {
    color: #555; }

.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em; }

.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em; }
  .lfr-asset-column-details .lfr-panel.lfr-extended {
    border: 1px solid #ccc;
    margin-bottom: 0; }

.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block; }

.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em; }

.overlay {
  position: absolute; }

.overlay-hidden,
.overlaymask-hidden {
  display: none; }

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative; }
  .lfr-form-row:after {
    clear: both;
    content: '';
    display: block;
    height: 0; }
  .lfr-form-row:hover {
    border: solid #ccc;
    border-width: 1px 0;
    padding-top: 0; }
  .lfr-form-row.lfr-form-row-inline .form-group {
    margin-right: 5px; }
  .lfr-form-row legend .field-label {
    float: left;
    margin-right: 10px; }
  .lfr-form-row .handle-sort-vertical {
    background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
    cursor: move;
    padding-left: 20px; }
  .lfr-form-row fieldset {
    border-width: 0;
    margin: 0;
    padding: 0; }

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px; }

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem; }

.dropdown.open > .dropdown-menu,
.overlay-content .open > .dropdown-menu {
  display: block; }

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700; }
  .form-control-inline:not(:hover) {
    border-color: transparent; }
  .form-control-inline::placeholder {
    color: #5b5152;
    font-style: italic; }

.form-search .input-group {
  position: relative; }
  .form-search .input-group.advanced-search .search-query {
    padding-left: 40px;
    z-index: 0; }
  .form-search .input-group.advanced-search .toggle-advanced {
    cursor: pointer;
    left: 0;
    line-height: 1;
    padding: 8px 10px;
    position: absolute;
    top: 0; }
    .form-search .input-group.advanced-search .toggle-advanced .caret {
      margin-top: 7px; }
    .form-search .input-group.advanced-search .toggle-advanced .icon-search {
      font-size: 14px; }
  @media (max-width: 991.98px) {
    .form-search .input-group {
      width: 100%; }
      .form-search .input-group .btn {
        clip: rect(0, 0, 0, 0);
        left: -9999px;
        position: absolute; }
      .form-search .input-group input.search-query {
        width: 100%; } }

.lfr-table {
  border-collapse: collapse;
  clear: both; }
  .lfr-table > tbody > tr > td,
  .lfr-table > tbody > tr > th,
  .lfr-table > thead > tr > td,
  .lfr-table > thead > tr > th,
  .lfr-table > tfoot > tr > td,
  .lfr-table > tfoot > tr > th {
    padding: 0 5px;
    overflow-wrap: break-all;
    word-wrap: break-all; }
    .lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
    .lfr-table > tbody > tr > th:first-child,
    .lfr-table > tbody > tr > th.first-child,
    .lfr-table > thead > tr > td:first-child,
    .lfr-table > thead > tr > td.first-child,
    .lfr-table > thead > tr > th:first-child,
    .lfr-table > thead > tr > th.first-child,
    .lfr-table > tfoot > tr > td:first-child,
    .lfr-table > tfoot > tr > td.first-child,
    .lfr-table > tfoot > tr > th:first-child,
    .lfr-table > tfoot > tr > th.first-child {
      padding-left: 0; }
    .lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
    .lfr-table > tbody > tr > th:last-child,
    .lfr-table > tbody > tr > th.last-child,
    .lfr-table > thead > tr > td:last-child,
    .lfr-table > thead > tr > td.last-child,
    .lfr-table > thead > tr > th:last-child,
    .lfr-table > thead > tr > th.last-child,
    .lfr-table > tfoot > tr > td:last-child,
    .lfr-table > tfoot > tr > td.last-child,
    .lfr-table > tfoot > tr > th:last-child,
    .lfr-table > tfoot > tr > th.last-child {
      padding-right: 0; }
  .lfr-table > tbody > tr > th,
  .lfr-table > thead > tr > th,
  .lfr-table > tfoot > tr > th {
    font-weight: bold; }

.lfr-pagination:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden; }

.lfr-pagination .dropdown-menu {
  display: none; }

.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px; }

.lfr-pagination .lfr-pagination-controls {
  float: left; }
  .lfr-pagination .lfr-pagination-controls .search-results {
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    top: 10px; }
  .lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
    border-width: 0;
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 20px;
    text-align: left;
    white-space: nowrap;
    width: 100%; }

.lfr-pagination .lfr-pagination-delta-selector {
  float: left; }
  @media (max-width: 991.98px) {
    .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
      display: none; } }

.lfr-pagination .pagination-content {
  float: right; }

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede; }
  .lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
    display: block; }
  .lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
    border-bottom-width: 0; }

.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0; }

.lfr-panel .toggler-header {
  cursor: pointer; }

.sidebar-sm {
  font-size: 0.875rem; }
  .sidebar-sm .sheet-subtitle {
    font-size: 0.75rem;
    margin-bottom: 1rem; }
  .sidebar-sm .form-group {
    margin-bottom: 1rem; }
  .sidebar-sm .form-control {
    border-radius: 0.1875rem;
    font-size: 0.875rem;
    height: 2rem;
    line-height: 1.5;
    min-height: auto;
    padding: 0.25rem 0.75rem; }
    .sidebar-sm .form-control.form-control-tag-group {
      height: auto; }
      .sidebar-sm .form-control.form-control-tag-group .form-control-inset {
        margin-bottom: 0;
        margin-top: 0; }
      .sidebar-sm .form-control.form-control-tag-group .label {
        margin-bottom: 0;
        margin-top: 0;
        padding: 0 0.25rem; }
    .sidebar-sm .form-control[type='file'] {
      padding: 0; }
  .sidebar-sm select.form-control {
    padding-right: 1.6rem; }
    .sidebar-sm select.form-control:not([size]) {
      height: 2rem; }
  .sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
    min-height: auto;
    padding: 0.285rem 0.75rem; }
  .sidebar-sm .btn:not(.btn-unstyled) {
    border-radius: 0.1875rem;
    font-size: 0.875rem;
    line-height: 1.15;
    padding: 0.4375rem 0.75rem; }
    .sidebar-sm .btn:not(.btn-unstyled).close {
      padding: 0.4375rem; }
  .sidebar-sm .btn.btn-monospaced, .sidebar-sm .btn.btn-monospaced.btn-sm {
    height: 2rem;
    padding: 0.1875rem 0;
    width: 2rem; }
    .sidebar-sm .btn.btn-monospaced.input-localized-trigger, .sidebar-sm .btn.btn-monospaced.btn-sm.input-localized-trigger {
      padding: 0; }
  .sidebar-sm .input-group-item .input-group-text {
    font-size: 0.875rem;
    height: 2rem;
    min-width: 2rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .sidebar-sm .input-group-item .btn .btn-section {
    font-size: 0.5625rem; }
  .sidebar-sm .list-group-item-flex {
    padding: 0.5rem 0.25rem; }
    .sidebar-sm .list-group-item-flex .autofit-col {
      padding-left: 0.25rem;
      padding-right: 0.25rem; }

.lfr-spa-loading-bar {
  background: #fFf; }

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em; }
  .lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
    display: inline-block;
    width: auto; }
  .lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
    float: none;
    padding: 0.4em 0; }
    .lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
    .lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
      display: inline; }
  .lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
    margin: 10px 0; }
  .lfr-translation-manager .lfr-translation-manager-available-translations {
    white-space: normal; }
    .lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
      line-height: 1; }
  .lfr-translation-manager .lfr-translation-manager-translation {
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    margin: 0.2em;
    padding: 0.4em 0.3em 0.4em 0.5em;
    text-decoration: none; }
    .lfr-translation-manager .lfr-translation-manager-translation * {
      vertical-align: middle; }
    .lfr-translation-manager .lfr-translation-manager-translation img {
      margin-right: 0.3em; }
    .lfr-translation-manager .lfr-translation-manager-translation:hover {
      background-color: #d1e5ef; }
    .lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
      background-color: #598bec;
      border-color: #224fa8;
      color: #fff; }
  .lfr-translation-manager .lfr-translation-manager-change-default-locale {
    margin: 0 0.4em; }
  .lfr-translation-manager .lfr-translation-manager-delete-translation {
    display: inline-block;
    padding: 0 2px; }
    .lfr-translation-manager .lfr-translation-manager-delete-translation svg {
      pointer-events: none; }

.lfr-tree a {
  text-decoration: none; }

.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0; }
  .lfr-tree li ul li, .lfr-tree li.tree-item {
    padding-left: 0; }
  .lfr-tree li.tree-item {
    padding-left: 5px; }
    .lfr-tree li.tree-item li {
      padding-left: 20px; }
    .lfr-tree li.tree-item ul {
      margin-left: 0;
      margin-top: 5px; }

.lfr-upload-container {
  margin-bottom: 1rem; }
  .lfr-upload-container .upload-target {
    border: 3px dashed #958888;
    margin-bottom: 1rem;
    min-height: 2rem;
    padding: 2rem 0;
    position: relative;
    text-align: center; }
    .upload-drop-intent .lfr-upload-container .upload-target {
      z-index: 100; }
    .upload-drop-active .lfr-upload-container .upload-target {
      background-color: #edf9f0;
      border-color: #5aca75; }
    .lfr-upload-container .upload-target .drop-file-text {
      font-weight: normal; }
      .mobile .lfr-upload-container .upload-target .drop-file-text {
        display: none; }
    .lfr-upload-container .upload-target .small {
      display: block;
      margin: 5px 0;
      text-transform: lowercase; }
  .lfr-upload-container .manage-upload-target {
    padding-top: 5px;
    position: relative; }
    .lfr-upload-container .manage-upload-target .select-files {
      float: left;
      line-height: 0;
      margin: 0 1.125rem 1.125rem;
      padding: 0 0 0 5px; }
  .lfr-upload-container .cancel-uploads,
  .lfr-upload-container .clear-uploads {
    background-repeat: no-repeat;
    float: right; }
  .lfr-upload-container .cancel-uploads {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
    margin-right: 0; }
  .lfr-upload-container .clear-uploads {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
    padding-left: 16px; }
  .lfr-upload-container .upload-file.upload-complete.file-saved {
    padding-left: 25px; }
  .lfr-upload-container .upload-file .file-title {
    display: inline-block;
    max-width: 95%;
    overflow: hidden;
    padding-right: 16px;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap; }
  .lfr-upload-container .upload-file .icon-file {
    font-size: 40px; }
  .lfr-upload-container .upload-list-info {
    margin: 1em 0 0.5em; }
    .lfr-upload-container .upload-list-info h4 {
      font-size: 1.3em; }
  .lfr-upload-container .cancel-button {
    color: #191919;
    margin-top: 1px;
    position: absolute;
    right: 5px;
    top: 50%;
    white-space: nowrap; }
    .lfr-upload-container .cancel-button .cancel-button-text {
      display: none;
      margin-left: 5px; }
    .lfr-upload-container .cancel-button:hover .cancel-button-text {
      display: inline; }
    .lfr-upload-container .cancel-button .lexicon-icon {
      height: 12px; }
  .lfr-upload-container .delete-button {
    color: #191919; }
  .lfr-upload-container .delete-button-col {
    padding-right: 10px; }
  .lfr-upload-container .file-added .success-message {
    float: right;
    font-weight: normal; }
  .lfr-upload-container .upload-error {
    opacity: 1;
    padding-left: 25px; }
  .lfr-upload-container .upload-complete .cancel-button,
  .lfr-upload-container .delete-button,
  .lfr-upload-container .upload-complete.file-saved .delete-button,
  .lfr-upload-container .upload-complete.upload-error .delete-button {
    display: none; }
  .lfr-upload-container .multiple-files .upload-error {
    background: #feefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
    border-color: #ab1010;
    color: #ab1010;
    font-weight: normal;
    margin-bottom: 16px;
    padding: 8px 8px 8px 24px; }
    .lfr-upload-container .multiple-files .upload-error .error-message {
      display: block; }
  .lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
  .lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
    padding-left: 1rem; }
  .lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
  .lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
    display: none; }
  .lfr-upload-container .single-file .upload-error {
    list-style: none;
    margin-top: 1em; }
    .lfr-upload-container .single-file .upload-error .upload-error-message {
      margin-bottom: 0.5em; }
  .lfr-upload-container .upload-complete {
    padding-left: 5px; }
    .lfr-upload-container .upload-complete .error-message,
    .lfr-upload-container .upload-complete .success-message {
      font-weight: bold;
      margin-left: 1em; }
    .lfr-upload-container .upload-complete .delete-button {
      display: inline-block; }
    .lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
      display: none; }
  .lfr-upload-container .progress {
    display: none;
    margin-top: 0.5rem; }
  .lfr-upload-container .file-uploading .progress {
    display: flex; }

.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430; }
  .lfr-alert-container.inline-alert-container {
    position: relative; }
    .lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
      padding: 0; }
  .lfr-alert-container .lfr-alert-wrapper {
    margin-bottom: 5px;
    overflow: hidden; }

.lfr-search-container td .overlay.entry-action {
  position: static; }
  .lfr-search-container td .overlay.entry-action .btn a {
    display: block;
    padding: 4px 12px; }

.contextual-sidebar {
  height: calc(100vh - 49px);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 49px;
  transform: translateX(100%);
  transition: transform ease 0.5s;
  width: 320px;
  will-change: transform; }
  .contextual-sidebar.contextual-sidebar-visible {
    pointer-events: auto;
    transform: translateX(0); }
  body.has-control-menu .contextual-sidebar {
    height: calc(100vh - 98px);
    top: 98px; }

@media (min-width: 576px) {
  .contextual-sidebar {
    height: calc(100vh - 64px);
    top: 64px; }
    body.has-control-menu .contextual-sidebar {
      height: calc( 100vh - 120px);
      top: 120px; }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding; }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px; } }

.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png); }

.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat; }

.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px; }

.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em; }
  .taglib-diff-html span.diff-html-added img {
    border: 2px solid #cfc; }

.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x; }
  .taglib-diff-html span.diff-html-changed img {
    border: 2px dotted #009; }

.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through; }
  .taglib-diff-html span.diff-html-removed img {
    border: 2px solid #fdc6c6; }

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem; }
  .taglib-discussion .actions-menu .component-action {
    display: inline-flex; }
  .taglib-discussion .button-holder {
    margin: 1rem 0; }
  .taglib-discussion .comment-container {
    margin-bottom: 1.5rem; }
  .taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
    border-left-color: #dbdde1; }
  .taglib-discussion .lfr-discussion-body {
    font-size: 1rem; }
    @media (min-width: 576px) {
      .taglib-discussion .lfr-discussion-body {
        padding-left: 3.5rem; } }
  @media (min-width: 576px) {
    .taglib-discussion .lfr-discussion-details .taglib-user-display {
      word-wrap: break-word; } }
  .taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
    font-weight: bold;
    text-decoration: none; }
    .taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
      text-decoration: underline; }
  .taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
    background-size: 50px; }
  .taglib-discussion .lfr-discussion-container {
    border-bottom: 1px solid #e7e7ed;
    margin-bottom: 1.5rem; }
    .taglib-discussion .lfr-discussion-container:first-of-type {
      border-top: 1px solid #e7e7ed;
      padding-top: 1.5rem; }
    .taglib-discussion .lfr-discussion-container:last-of-type {
      border-bottom: 0; }
    .taglib-discussion .lfr-discussion-container .lfr-discussion {
      padding-left: 1rem; }
      .taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
        padding-left: 0; }
      @media (min-width: 576px) {
        .taglib-discussion .lfr-discussion-container .lfr-discussion {
          padding-left: 3.5rem; } }
  .taglib-discussion .lfr-discussion-parent-link {
    color: #67678c;
    font-weight: 600;
    margin-left: 1em; }
    @media (max-width: 767.98px) {
      .taglib-discussion .lfr-discussion-parent-link {
        display: block;
        margin-left: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; } }
  .taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
    margin-left: -0.75rem; }
  .taglib-discussion .lfr-discussion-more-comments {
    border-top: 1px solid #e7e7ed;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    text-align: center; }
  .taglib-discussion .username {
    color: #272833;
    font-weight: 600; }
  .taglib-discussion .taglib-workflow-status {
    margin-left: 0.5rem; }
  .taglib-discussion .workflow-value {
    text-transform: uppercase; }
  @media (min-width: 576px) {
    .taglib-discussion .actions-menu {
      display: none; }
    .taglib-discussion .comment-container:hover .actions-menu,
    .taglib-discussion .actions-menu:focus,
    .taglib-discussion .actions-menu.open {
      display: inline-block; } }

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center; }
  .drop-zone.drop-enabled {
    outline: 2px dashed transparent; }
    .drop-zone.drop-enabled:not(.no-border) {
      outline-color: rgba(176, 180, 187, 0.5); }
  .drop-zone p {
    margin: 10px auto 0;
    max-width: 75%; }

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .drop-here-info {
      transition: none; } }
  .drop-here-info .drop-here-indicator {
    height: 115px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); }
  .drop-here-info .drop-icons {
    display: inline-block;
    position: relative;
    width: 160px;
    transition: all 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .drop-here-info .drop-icons {
        transition: none; } }
    .drop-here-info .drop-icons span {
      border-radius: 3px;
      position: absolute;
      text-align: center;
      transition: all 0.3s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .drop-here-info .drop-icons span {
          transition: none; } }
      .drop-here-info .drop-icons span:nth-of-type(1) {
        box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
        height: 60px;
        left: 0;
        line-height: 60px;
        opacity: 0;
        top: 10px;
        transform: rotate(25deg);
        width: 60px; }
      .drop-here-info .drop-icons span:nth-of-type(2) {
        background: #00c2ff;
        color: #fff;
        height: 80px;
        left: 40px;
        line-height: 80px;
        width: 80px;
        z-index: 2; }
      .drop-here-info .drop-icons span:nth-of-type(3) {
        box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
        display: block;
        font-size: 45px;
        height: 70px;
        left: 90px;
        line-height: 70px;
        opacity: 0;
        position: relative;
        top: 8px;
        transform: rotate(-25deg);
        width: 70px;
        z-index: 1; }
      .drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
        background: #e8e6e8;
        color: #a5a6ac; }
  .drop-here-info .drop-text {
    color: #fff;
    display: block;
    font-size: 20px;
    margin-left: 0;
    margin-top: 20px; }
  .drop-active .drop-here-info {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    visibility: visible;
    z-index: 100; }
    .drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
      opacity: 1; }
    .drop-active .drop-here-info span:nth-of-type(1) {
      transform: rotate(-20deg); }
    .drop-active .drop-here-info span:nth-of-type(2) {
      transform: scale(1); }
    .drop-active .drop-here-info span:nth-of-type(3) {
      transform: rotate(15deg); }

.taglib-empty-result-message.sheet {
  margin-bottom: 24px; }

.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6b6c7e;
  margin-top: 8px; }

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto; }

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px; }

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(/o/speedwell-theme/images/states/empty_state.gif); }

.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/speedwell-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px; }

.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/speedwell-theme/images/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }

.taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/speedwell-theme/images/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }

.taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/speedwell-theme/images/states/search_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }

.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px; }

.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem; }

.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center; }

.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center; }

.field-wrapper.form-inline .control-label {
  display: inline-block; }

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap; }

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px; }
  .taglib-header .header-title {
    display: inline-block;
    margin: 0.1em;
    max-width: 100%;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal; }
  .taglib-header .header-back-to {
    display: inline-block;
    vertical-align: middle; }
    .taglib-header .header-back-to a {
      display: block;
      font-weight: bold;
      padding: 0 0.3em 0 0;
      text-decoration: none; }

.taglib-icon {
  text-decoration: none; }
  .taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
    text-decoration: underline; }
  .taglib-icon[lang] > img {
    vertical-align: baseline;
    width: 16px; }

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem; }
  .icon-monospaced.lexicon-icon {
    padding: 8px; }

.taglib-icon-list li {
  float: left;
  margin-right: 1em; }

.taglib-icon-list:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden; }

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none; }

@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center; }
    .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
    .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
      display: none; } }

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative; }
  .lfr-menu-list.direction-right {
    margin: 0 2px; }
  .lfr-menu-list.dropdown-menu {
    float: none;
    position: relative; }
    @media (max-width: 991.98px) {
      .lfr-menu-list.dropdown-menu > li > a {
        font-size: 22px;
        line-height: 40px;
        white-space: normal; }
        .lfr-menu-list.dropdown-menu > li > a img {
          margin-bottom: 3px; } }
    .lfr-menu-list.dropdown-menu .search-panel {
      margin-bottom: 0; }
      .lfr-menu-list.dropdown-menu .search-panel .form-group {
        margin: 0 16px; }
      .lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
        width: auto; }
  body > .lfr-menu-list ul {
    border-radius: 4px; }

.lfr-icon-menu-open:after {
  clear: both;
  content: '';
  display: table; }

.lfr-icon-menu-open .dropdown-menu {
  position: static; }

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0; }

.input-localized .input-group-item {
  flex-direction: column; }

.input-localized .input-localized-content {
  margin-left: 6px; }
  .input-group .input-localized .input-localized-content {
    margin-top: 3px; }

.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    background-color: #ff0047; }

.input-localized .lfr-input-localized-default a {
  margin-right: 14px; }

.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px; }

.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5; }

.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent; }

.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px; }

.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2; }

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal; }

.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem; }

.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px; }
  .input-localized-palette-container .palette-item-inner img {
    display: block; }

.taglib-move-boxes {
  margin-bottom: 1em; }
  .taglib-move-boxes label {
    border-bottom: 1px solid transparent;
    display: block;
    margin-bottom: 5px;
    padding: 5px; }
  .taglib-move-boxes .toolbar {
    text-align: center; }
  .taglib-move-boxes .arrow-button img {
    border-width: 0;
    height: 16px;
    width: 16px; }
  .taglib-move-boxes .choice-selector {
    width: 100%; }
    .taglib-move-boxes .choice-selector label {
      background: #ebf1f9;
      border-bottom-color: #8db2f3; }
  .taglib-move-boxes .field-content {
    margin-bottom: 0; }
  .taglib-move-boxes .move-arrow-buttons {
    margin-top: 5em; }
    .taglib-move-boxes .move-arrow-buttons .arrow-button {
      display: block; }
  .taglib-move-boxes .sortable-container {
    margin-top: 10px; }
    .taglib-move-boxes .sortable-container .btn.edit-selection {
      margin-bottom: 10px; }
    .taglib-move-boxes .sortable-container .move-option {
      background-color: transparent;
      border-top: 1px solid #ddd;
      display: none;
      margin: 2px 0;
      padding: 2px;
      position: relative; }
      .taglib-move-boxes .sortable-container .move-option.selected {
        display: block; }
      .taglib-move-boxes .sortable-container .move-option.move-option-dragging {
        background-color: #fafafa; }
      .taglib-move-boxes .sortable-container .move-option .checkbox,
      .taglib-move-boxes .sortable-container .move-option .handle {
        position: absolute; }
      .taglib-move-boxes .sortable-container .move-option .checkbox {
        display: none;
        margin: 7px 0 0 5px; }
      .taglib-move-boxes .sortable-container .move-option .handle {
        color: #999;
        cursor: pointer;
        font-size: 1.5em;
        padding: 6px; }
      .taglib-move-boxes .sortable-container .move-option .title {
        font-size: 1.2em;
        margin: 1px 0 1px 30px; }
    .taglib-move-boxes .sortable-container.edit-list-active .move-option {
      display: block; }
      .taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
        display: inline-block; }
      .taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
        display: none; }
  .mobile .taglib-move-boxes .selector-container {
    display: none; }

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px; }

.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem; }

.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1; }
  .item-selector .input-file + label {
    position: relative; }
    .item-selector .input-file + label::before {
      border-radius: 4px;
      bottom: -2px;
      content: '';
      display: block;
      left: -2px;
      position: absolute;
      right: -2px;
      top: -2px;
      transition: box-shadow 0.15s ease-in-out; }
  .item-selector .input-file:focus + label::before {
    box-shadow: 0 0 0 2px #fFf, 0 0 0 4px #535353; }

.item-selector .item-selector-list-row:hover {
  background-color: #8b8b8b;
  cursor: pointer; }

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%; }
  .lfr-map .home-button {
    margin: 5px; }
    @media (max-width: 575.98px) {
      .lfr-map .home-button {
        height: 35px;
        width: 45px; } }
  .lfr-map .search-controls {
    font-size: 15px;
    margin-top: 5px;
    width: 100%; }
    @media (min-width: 576px) {
      .lfr-map .search-controls {
        width: 50%; } }
    .lfr-map .search-controls .search-input {
      width: 100%; }

.navbar .navbar-collapse {
  max-height: none; }
  .navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
    display: inline; }

@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%; } }

.navbar .navbar-search .form-search {
  margin: 8px 0; }
  @media (min-width: 768px) {
    .navbar .navbar-search .form-search {
      float: right;
      max-width: 275px; } }
  @media (max-width: 767.98px) {
    .navbar .navbar-search .form-search .input-group {
      width: 100%; } }

@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px; }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible; } }

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em; }
  .taglib-portlet-preview.show-borders .title {
    background-color: #d3dadd;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.5em; }

.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px; }

.lfr-search-container .entry-action {
  width: 1px; }
  .lfr-search-container .entry-action .taglib-icon {
    white-space: nowrap; }

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative; }
  @media (min-width: 576px) {
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
      margin-left: 375px;
      width: auto; } }
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
    position: static; }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
      left: 12px;
      position: fixed;
      right: 12px;
      top: -1px;
      z-index: 1020; }
      .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
        display: block;
        padding: 0; }
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
          overflow-x: hidden; }
          @media (min-width: 576px) {
            .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
              margin-left: 375px; } }
          .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
            border-collapse: collapse;
            width: 100%; }
            .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
              border-radius: 0; }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
      width: auto; }
      @media (min-width: 576px) {
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
          left: 0;
          position: absolute;
          right: 15px; } }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
      height: auto; }

.lfr-search-container-wrapper a:not(.component-action):not(.btn) {
  color: #272833; }

.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #191919; }
  .lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
    color: #272833; }

.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #191919; }
  .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
    background-color: #f7f8f9;
    border-radius: 4px;
    color: #272833; }

.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px; }

.lfr-search-container-wrapper .list-group {
  margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
  .lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item h4 {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item h5,
  .lfr-search-container-wrapper .list-group .list-group-item h6,
  .lfr-search-container-wrapper .list-group .list-group-item .h5,
  .lfr-search-container-wrapper .list-group .list-group-item .h6 {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
    font-weight: 600; }
  .lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
    font-weight: 600; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.2rem; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.2rem; }

.user-info {
  display: flex; }
  .user-info .sticker {
    align-self: center; }
  .user-info .user-details {
    margin-left: 1rem; }
  .user-info .user-name {
    color: #272833;
    font-weight: 600; }
  .user-info .date-info {
    color: #191919; }

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px; }
  .user-status-tooltip .user-status-avatar .user-status-avatar-image {
    width: 27px; }

.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden; }
  .user-status-tooltip .user-status-info .user-status-date {
    font-size: 11px; }

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto; }
  @media (max-width: 767.98px) {
    .lfr-search-container .selector-button {
      width: auto; } }
  .touch .lfr-search-container {
    -webkit-overflow-scrolling: touch; }
    .touch .lfr-search-container .searchcontainer-content .table {
      max-width: none; }

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto; }
  .taglib-page-iterator .lfr-pagination-buttons {
    float: right;
    margin: 0; }
    @media (max-width: 991.98px) {
      .taglib-page-iterator .lfr-pagination-buttons {
        width: 100%; } }
  @media (max-width: 991.98px) and (max-width: 767.98px) {
    .taglib-page-iterator .lfr-pagination-buttons {
      float: none;
      margin-top: 20px; } }
    @media (max-width: 991.98px) {
        .taglib-page-iterator .lfr-pagination-buttons > li {
          display: inline-block;
          width: 50%; }
          .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
            display: none; }
          .taglib-page-iterator .lfr-pagination-buttons > li > a {
            line-height: 20px;
            padding: 11px 19px; } }
  .taglib-page-iterator .lfr-pagination-config {
    float: left;
    line-height: 46px; }
    @media (max-width: 767.98px) {
      .taglib-page-iterator .lfr-pagination-config {
        float: none; }
        .taglib-page-iterator .lfr-pagination-config .current-page-menu {
          display: block; }
          .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
            display: block; } }
    .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
    .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
      display: inline; }
    .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
      float: none; }
      @media (max-width: 991.98px) {
        .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
          display: none; } }
  .taglib-page-iterator .search-results {
    float: left;
    line-height: 46px;
    margin-left: 10px; }
    @media (max-width: 991.98px) {
      .taglib-page-iterator .search-results {
        display: none; } }

.taglib-search-toggle .form-search {
  position: relative; }
  .taglib-search-toggle .form-search .input-group-btn {
    position: absolute; }
    @media (min-width: 992px) {
      .taglib-search-toggle .form-search .input-group-btn {
        position: static; } }

.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px; }
  .taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
    text-decoration: none; }

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0; }
  .navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
    border-width: 1px 0 0; }
  .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
    position: relative; }
    .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
      margin-bottom: 0; }
    .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
      color: #999;
      font-size: 13px; }

.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1; }

.taglib-user-display {
  padding: 0.5em; }
  .taglib-user-display .avatar {
    background: no-repeat center;
    background-size: 60px;
    display: block;
    height: 60px;
    margin: 0 auto;
    width: 60px; }
    .taglib-user-display .avatar.author:after {
      background: rgba(50, 168, 230, 0.5);
      border-radius: 50%;
      content: '';
      display: block;
      height: 100%;
      width: 100%; }
  .taglib-user-display .user-details {
    margin-top: 1em; }
  .taglib-user-display .user-name {
    font-size: 1.1em;
    font-weight: bold; }
  .taglib-user-display a .user-name {
    text-decoration: underline; }
  .taglib-user-display.display-style-1 .user-profile-image {
    float: left;
    margin-right: 24px; }
  .taglib-user-display.display-style-1 .user-name {
    display: inline-block;
    margin-top: 10px; }
  .taglib-user-display.display-style-1 .user-details {
    margin-top: 0; }
  .taglib-user-display.display-style-2 .user-profile-image,
  .taglib-user-display.display-style-2 .user-name {
    clear: both;
    display: block;
    min-height: 20px;
    text-align: center; }
  .taglib-user-display.display-style-3 {
    padding: 0; }
    .taglib-user-display.display-style-3 .user-profile-image {
      display: inline-block;
      vertical-align: middle; }

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999; }

.table-cell .taglib-workflow-status {
  margin: 0; }
  .table-cell .taglib-workflow-status .workflow-status {
    padding-left: 0; }

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0; }

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px; }

.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static; }

.portal-popup .lfr-form-content {
  padding: 24px 12px; }

.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%; }

.portal-popup .portlet-column {
  position: static; }

.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px; }
  .portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .dialog-body .container-view .nav-tabs-underline,
  .portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
  .portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
  .portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .lfr-form-content .container-view .nav-tabs-underline,
  .portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
  .portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .process-list .container-view .nav-tabs-underline,
  .portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .roles-selector-body .container-view .nav-tabs-underline {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -20px; }

.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0; }

.portal-popup .login-container {
  padding: 1.5rem; }

.portal-popup .management-bar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0; }

.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative; }
  @media (min-width: 576px) {
    .portal-popup .navbar ~ .portlet-configuration-setup,
    .portal-popup .portlet-export-import-container {
      height: calc(100% - 48px); } }

.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0; }

.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0; }

.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px; }
  @media (min-width: 576px) {
    .portal-popup .portlet-configuration-setup .lfr-nav {
      padding-left: 8px;
      padding-right: 8px; } }

.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 576px) {
    .portal-popup .lfr-dynamic-uploader,
    .portal-popup .process-list {
      top: 48px; } }

.portal-popup .portlet-export-import-publish-processes {
  top: 0; }

.portal-popup .dialog-footer {
  background-color: #fFf;
  border-top: 1px solid #fFf;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020; }
  @media (min-width: 768px) {
    .portal-popup .dialog-footer {
      position: fixed; } }
  .portal-popup .dialog-footer .btn {
    margin-left: 1rem;
    margin-right: 0; }

@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px; } }

.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
    bottom: 0; }
    .portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
      display: none; }

.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible; }
  .portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
    flex-grow: 1;
    max-width: none;
    overflow: auto; }

.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0; }

.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch; }
  @media print {
    .portal-popup:not(.article-preview) #main-content,
    .portal-popup:not(.article-preview) #wrapper {
      position: initial; } }

.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0; }
  .portal-popup .columns-max > .portlet-layout.row > .portlet-column {
    padding-left: 0;
    padding-right: 0; }

html* .portlet-layout.dragging {
  border-collapse: separate; }

html* .drop-area {
  background-color: #d3dadd; }

html* .active-area {
  background: #ffc; }

html* .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6; }
  html* .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #ccc; }

html* .sortable-layout-proxy {
  opacity: 1; }
  html* .sortable-layout-proxy .portlet-topper {
    background-image: none; }

html* .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute; }
  html* .proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    html* .proxy.generic-portlet .portlet-title {
      padding: 10px; }
  html* .proxy.not-intersecting .forbidden-action {
    background: url(../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

html* .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden; }

html* .sortable-proxy {
  background: #727c81;
  margin-top: 1px; }

html* .sortable-layout-drag-target-indicator {
  margin: 2px 0; }

html* .yui3-dd-proxy {
  z-index: 1110 !important; }

.portlet-layout.dragging {
  border-collapse: separate; }

.drop-area {
  background-color: #d3dadd; }

.active-area {
  background: #ffc; }

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease; }
  @media (prefers-reduced-motion: reduce) {
    .portlet-boundary.yui3-dd-dragging {
      transition: none; } }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #ccc; }

.sortable-layout-proxy {
  opacity: 1; }
  .sortable-layout-proxy .portlet-topper {
    background-image: none; }

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute; }
  .proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    .proxy.generic-portlet .portlet-title {
      padding: 10px; }
  .proxy.not-intersecting .forbidden-action {
    background: url(../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden; }

.sortable-proxy {
  background: #727c81;
  margin-top: 1px; }

.sortable-layout-drag-target-indicator {
  margin: 2px 0; }

.yui3-dd-proxy {
  z-index: 1110 !important; }

.portlet-column-content.empty {
  padding: 50px; }

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999; }
  .lfr-portlet-title-editable .lfr-portlet-title-editable-content {
    padding: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
      margin-bottom: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
      display: none; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
      display: inline-block;
      vertical-align: bottom; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
      margin-top: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
      display: inline-block;
      float: none;
      margin-top: 0;
      width: auto; }

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative; }
  .lfr-source-editor .ace_editor {
    height: 100%; }
  .lfr-source-editor .lfr-source-editor-toolbar li > .btn {
    background-color: #fff;
    border: transparent;
    color: #717383;
    outline: 0; }
  .lfr-source-editor .lfr-source-editor-code {
    background-color: #fff;
    color: #2b4259; }
    .lfr-source-editor .lfr-source-editor-code .ace_gutter {
      background-color: #ededef;
      color: #868896;
      overflow: hidden; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
        font-family: fontawesome-alloy;
        text-align: center;
        vertical-align: middle; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
          background-image: none; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
          content: '\25be'; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
          content: '\25b8'; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
        color: #fff; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
        background-color: #717383; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
        border-right: solid 1px #ccc; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
        background-image: none; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
      background-color: #ededef; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
      color: #34adab; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
      color: #1d5ec7; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
      color: #ff6c58; }
      .lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
        color: #f00; }
  .lfr-source-editor.ace_dark .lfr-source-editor-code {
    background-color: #47474f;
    color: #fff; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
      background: #54555e;
      color: #fff; }
      .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
        background-color: #009aed; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
      background-color: #11394e; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
      color: #fff; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
      color: #4d91ff; }

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden; }
  .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
    height: 40px;
    margin-right: 4px;
    margin-top: 4px;
    min-height: 40px; }
  .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
    height: 95%;
    position: relative; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
      border: 1px solid #ccc;
      position: absolute; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
      display: inline-block;
      overflow-y: auto;
      padding-left: 20px; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
      display: inline-block; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
      height: 100%;
      width: 50%; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
      height: 100%;
      left: 50%;
      top: 0; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
      height: 50%;
      width: 100%; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
      top: 50%;
      width: 100%; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
      display: none; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
      height: 100%;
      width: 100%; }

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left; }

.file-icon-color-0 {
  background-color: #fFf;
  color: #6b6c7e; }

.file-icon-color-1 {
  background-color: #fFf;
  color: #a7a9bc; }

.file-icon-color-2 {
  background-color: #fFf;
  color: #50d2a0; }

.file-icon-color-3 {
  background-color: #fFf;
  color: #af78ff; }

.file-icon-color-4 {
  background-color: #fFf;
  color: #ffb46e; }

.file-icon-color-5 {
  background-color: #fFf;
  color: #ff5f5f; }

.file-icon-color-6 {
  background-color: #fFf;
  color: #4b9bff; }

.file-icon-color-7 {
  background-color: #fFf;
  color: #272833; }

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3; }

.lfr-item-viewer.uploading > .progress-container {
  visibility: visible; }

.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%; }

.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px; }

.lfr-item-viewer .item-preview:hover {
  cursor: pointer; }

.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000; }
  .lfr-item-viewer .progress-container a {
    position: absolute;
    right: 30px; }
  .lfr-item-viewer .progress-container .progress {
    margin-top: 10px; }

.lfr-item-viewer .search-info {
  background-color: #d3e8f1; }
  .lfr-item-viewer .search-info .keywords {
    font-size: 1.4em;
    font-weight: bold; }
  .lfr-item-viewer .search-info .change-search-folder {
    font-size: 0.8em;
    font-weight: normal; }

.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%; }
  .lfr-item-viewer .upload-view > div {
    display: table-cell;
    vertical-align: middle; }

.lfr-item-viewer .yui3-widget-bd {
  position: relative; }

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34; }

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all; }

.lfr-page-layouts {
  padding: 0; }
  .lfr-page-layouts input[type='radio'] {
    opacity: 0;
    position: absolute; }
    .lfr-page-layouts input[type='radio']:checked + .card-horizontal {
      cursor: default; }
      .lfr-page-layouts input[type='radio']:checked + .card-horizontal::after {
        bottom: 0px;
        content: "";
        left: 0px;
        position: absolute;
        right: 0px;
        transition: height 0.15s ease-out; }
        @media (prefers-reduced-motion: reduce) {
          .lfr-page-layouts input[type='radio']:checked + .card-horizontal::after {
            transition: none; } }
  .lfr-page-layouts .card-horizontal {
    border-width: 1px;
    box-shadow: none;
    cursor: pointer;
    outline: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .lfr-page-layouts .card-horizontal {
        transition: none; } }
    .lfr-page-layouts .card-horizontal::after {
      border-radius: 0 0 0.2rem 0.2rem;
      bottom: 0px;
      content: "";
      height: 0;
      left: 0px;
      position: absolute;
      right: 0px;
      transition: height 0.15s ease-out; }
      @media (prefers-reduced-motion: reduce) {
        .lfr-page-layouts .card-horizontal::after {
          transition: none; } }

.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0; }

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative; }

.modal-dialog.dialog-iframe-modal {
  max-width: none; }

.modal-dialog.modal-dialog-sm {
  max-width: 600px; }

.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all; }
  .modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
    bottom: 0;
    right: 0; }

.modal-open .modal {
  display: block; }

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0; }

.sheet-footer .btn {
  margin-right: 1rem; }
  .sheet-footer .btn:last-child {
    margin-right: 0; }

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal; }
  .tag-items li {
    display: inline-block;
    margin: 0 1em 0 0;
    max-width: 100%; }

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.tag-cloud .tag-popularity-1 {
  font-size: 1em; }

.tag-cloud .tag-popularity-2 {
  font-size: 1.3em; }

.tag-cloud .tag-popularity-3 {
  font-size: 1.6em; }

.tag-cloud .tag-popularity-4 {
  font-size: 1.9em; }

.tag-cloud .tag-popularity-5 {
  font-size: 2.2em; }

.tag-cloud .tag-popularity-6 {
  font-size: 2.5em; }

.lfr-portal-tooltip {
  display: inline-flex; }
  .lfr-portal-tooltip,
  .lfr-portal-tooltip a {
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none; }

.tree-node .icon-check {
  padding-right: 2px; }

.tree-node .tree-node-checked .icon-check {
  padding-right: 0; }

.tree-node [class^='icon-'] {
  margin-right: 5px; }

.tree-node .tree-node-checkbox-container {
  margin-right: 0; }

.tree-node .tree-node-selected .tree-label {
  background: none; }

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px; }

.tree-node-content .tree-label {
  margin-left: 3px; }

.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden; }

.tree-node-selected .tree-label {
  background-color: transparent; }

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none; }

.user-icon-color-0 {
  background-color: #fFf;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #c63337; }

.user-icon-color-1 {
  background-color: #fFf;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #c63337; }

.user-icon-color-2 {
  background-color: #fFf;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #c63337; }

.user-icon-color-3 {
  background-color: #fFf;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #c63337; }

.user-icon-color-4 {
  background-color: #fFf;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #c63337; }

.user-icon-color-5 {
  background-color: #fFf;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #c63337; }

.user-icon-color-6 {
  background-color: #fFf;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #c63337; }

.user-icon-color-7 {
  background-color: #fFf;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #c63337; }

.user-icon-color-8 {
  background-color: #fFf;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #c63337; }

.user-icon-color-9 {
  background-color: #fFf;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #c63337; }

.collapse.open {
  display: block; }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23272833'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23272833'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23272833'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em; }

.navbar-nav .nav-item.hover:after {
  bottom: -0.3125rem;
  content: '';
  height: 0.3125rem;
  left: 0;
  position: absolute;
  width: 100%; }

.navbar .navbar-toggler .c-inner {
  max-width: none; }

html* .cadmin.portlet-topper {
  position: relative; }
  html* .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
    background: url(../images/arrows/12_left.png) no-repeat 0 50%;
    padding: 5px 5px 5px 18px; }
  html* .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
    display: none; }

body.portlet {
  border-width: 0; }

.portlet-icon-back {
  margin-top: -2px; }
  .portlet-topper .portlet-topper-toolbar .portlet-icon-back {
    background: url(../images/arrows/12_left.png) no-repeat 0 50%;
    padding: 5px 5px 5px 18px; }

.portlet-topper {
  position: relative; }
  .portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
    display: none; }
  .portlet-draggable .portlet-topper {
    cursor: move; }

.portlet-title-editable {
  cursor: pointer; }

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap; }
  .panel-page-body .portlet-title-text,
  .panel-page-content .portlet-title-text {
    cursor: auto; }

.portlet-minimized .portlet-content {
  padding: 0; }

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important; }

.portlet-layout .portlet-header {
  margin-bottom: 3rem; }

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none; } }

@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none; } }

.portlet:hover .visible-interaction, .portlet.open .visible-interaction {
  display: block; }

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none; }

.controls-hidden .portlet-topper-toolbar {
  display: none !important; }

html* .cadmin.portlet-topper {
  background-color: #191919;
  border-color: #191919;
  border-radius: 2px 2px 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: #fFf;
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative; }

html* .portlet > .cadmin.portlet-topper {
  display: none; }
  @media (min-width: 768px) {
    html* .portlet > .cadmin.portlet-topper {
      display: flex;
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      transition: opacity 0.25s, transform 0.25s;
      top: 0; } }
  @media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    html* .portlet > .cadmin.portlet-topper {
      transition: none; } }
  html* .portlet > .cadmin.portlet-topper .dropdown-toggle {
    color: #fFf; }

html* .cadmin .portlet-actions {
  float: right; }

html* .cadmin .portlet-options {
  display: inline-block; }

html* .cadmin .portlet-title-menu {
  flex: 0 1 auto; }
  html* .cadmin .portlet-title-menu > span > a {
    display: inline-block;
    text-decoration: none; }

html* .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0; }
  html* .cadmin .portlet-topper-toolbar > a,
  html* .cadmin .portlet-topper-toolbar > span > a,
  html* .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
    color: #fFf; }
  html* .cadmin .portlet-topper-toolbar > a:focus, html* .cadmin .portlet-topper-toolbar > a:hover {
    text-decoration: none; }

html* .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600; }

html* .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

@media (max-width: 767.98px) {
  html* .lfr-configurator-visibility {
    opacity: 0.5; } }

@media (min-width: 576px) {
  html* .lfr-configurator-visibility .portlet:hover .portlet-topper, html* .lfr-configurator-visibility .portlet.focus .portlet-topper, html* .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5; }
  html* .lfr-configurator-visibility .portlet-content-editable {
    opacity: 0.5; } }

@media (min-width: 768px) {
  html* .controls-visible.signed-in .portlet:hover > .portlet-content-editable, html* .controls-visible.signed-in .portlet.open > .portlet-content-editable, html* .controls-visible.signed-in .portlet.focus > .portlet-content-editable {
    border-color: #191919;
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

@media (min-width: 768px) {
  html* .controls-visible.signed-in .portlet:hover > .cadmin.portlet-topper, html* .controls-visible.signed-in .portlet.open > .cadmin.portlet-topper, html* .controls-visible.signed-in .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
    transform: translateY(-97%); } }

@media (max-width: 767.98px) {
  html* .controls-visible.signed-in .cadmin.portlet-topper {
    display: box;
    display: flex; } }

html* .controls-visible.signed-in .cadmin .portlet-topper-toolbar {
  display: block; }

.portlet {
  position: relative; }
  @media (min-width: 768px) {
    .controls-visible.signed-in .portlet:hover > .portlet-content-editable, .controls-visible.signed-in .portlet.open > .portlet-content-editable, .controls-visible.signed-in .portlet.focus > .portlet-content-editable {
      border-color: #191919;
      border-top-left-radius: 0;
      border-top-right-radius: 0; } }
  @media (min-width: 768px) {
    .controls-visible.signed-in .portlet:hover > .portlet-topper, .controls-visible.signed-in .portlet.open > .portlet-topper, .controls-visible.signed-in .portlet.focus > .portlet-topper {
      opacity: 1;
      transform: translateY(-97%);
      transition: all 0.1s;
      right: auto;
      gap: 0.5rem; } }
  .controls-visible.signed-in .portlet:hover > .portlet-topper .dropdown-toggle .lexicon-icon, .controls-visible.signed-in .portlet.open > .portlet-topper .dropdown-toggle .lexicon-icon, .controls-visible.signed-in .portlet.focus > .portlet-topper .dropdown-toggle .lexicon-icon {
    height: 2.3em !important;
    color: #fFf !important;
    fill: #fFf !important; }
  @media (min-width: 576px) {
    .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
      opacity: 0.5; } }

.portlet-column-content .portlet-boundary:not(first-child) .portlet {
  margin-top: 0.5rem; }
  @media (min-width: 576px) {
    .portlet-column-content .portlet-boundary:not(first-child) .portlet {
      margin-top: 1rem; } }

.portlet-content-editable {
  border-color: #191919;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px; }
  .portlet > .portlet-content-editable {
    border-color: transparent; }
  @media (max-width: 767.98px) {
    .controls-visible.signed-in .portlet-content-editable {
      border-color: #191919;
      border-top-left-radius: 0;
      border-top-right-radius: 0; } }
  @media (min-width: 576px) {
    .lfr-configurator-visibility .portlet-content-editable {
      opacity: 0.5; } }

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600; }

.portlet-options {
  display: inline-block; }

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.portlet-title-menu {
  flex: 0 1 auto; }
  .portlet-title-menu > span > a {
    display: inline-block;
    text-decoration: none; }

.portlet-topper {
  background-color: #191919;
  border-color: #191919;
  border-radius: 2px 2px 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: #fFf;
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative; }
  .portlet > .portlet-topper {
    display: none; }
    @media (min-width: 768px) {
      .portlet > .portlet-topper {
        display: flex;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        transition: opacity 0.25s, transform 0.25s;
        top: 0; } }
  @media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .portlet > .portlet-topper {
      transition: none; } }
  @media (max-width: 767.98px) {
    .controls-visible.signed-in .portlet-topper {
      display: box;
      display: flex; } }

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0; }
  .portlet-topper-toolbar > a,
  .portlet-topper-toolbar > span > a,
  .portlet-topper-toolbar .lfr-icon-menu > a {
    color: #fFf; }
  .portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
    text-decoration: none; }
  .controls-visible.signed-in .portlet-topper-toolbar {
    display: block; }

@media (max-width: 767.98px) {
  .lfr-configurator-visibility {
    opacity: 0.5; } }

.signed-out .portlet-barebone .portlet-header,
.signed-out .portlet-borderless .portlet-header {
  display: none; }

.portlet-column-content .portlet-boundary.portlet-barebone .portlet {
  margin: 0 !important; }

.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  opacity: 1; }

.lfr-panel-page .portlet-title {
  font-size: 13px; }

.lfr-panel-page {
  width: 100%; }
  .lfr-panel-page .lfr-add-content h2 span {
    background-color: #d3dadd; }

.portlet-borderless .portlet-content {
  padding: 1rem; }

.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 1rem;
  word-wrap: break-word; }

.portlet-barebone .portlet-content {
  padding: 0; }

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px; }

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center; }
  .breadcrumb.breadcrumb-vertical li {
    display: block; }
    .breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
      background: none; }
  .breadcrumb.breadcrumb-vertical .divider {
    background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
    display: block;
    height: 10px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap; }

.navbar form {
  margin: 0; }

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px; }

.product-menu .loading-animation {
  margin-top: 160px; }

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd; }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1); }
  75% {
    background-color: #ddedde;
    border-color: #7d7; }
  100% {
    background-color: #ebebeb;
    border-color: #ddd; } }

.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px; }

.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px; }

.upload-drop-active .lfr-upload-container .upload-target {
  animation: none; }

.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite; }

.select-files {
  border-radius: 5px; }

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
    box-shadow: 0 0 5px 0 #333;
    transition-duration: 0.25s;
    transition-property: box-shadow;
    transition-timing-function: ease-out; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
    border-radius: 50%; }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out; }
  @media (prefers-reduced-motion: reduce) {
    .lfr-progress-active .progress-bar-status,
    .lfr-upload-container .file-uploading .progress-bar .progress {
      transition: none; } }

@keyframes highlight-animation {
  from {
    background-color: #ffc; }
  to {
    background-color: transparent; } }

.highlight-animation {
  animation: highlight-animation 0.7s; }

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none; }

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem; }

.breadcrumb-horizontal {
  font-size: 0.875rem;
  padding: 0; }

.bg-lighter {
  background-color: #f7f8f9 !important; }

.text-lighter {
  color: #f7f8f9 !important; }

.bg-gray-dark {
  background-color: #393a4a !important; }

.text-gray-dark {
  color: #393a4a !important; }

.list-group-item-flex > .autofit-col:first-of-type {
  padding-left: 10px;
  padding-right: 4px; }

@media (min-width: 768px) {
  .info-panel {
    bottom: 0;
    position: absolute;
    top: 0; }
    .info-panel > .sidenav-menu {
      bottom: 0;
      position: absolute;
      right: 0 !important;
      top: 0; } }

.navbar-top {
  padding-bottom: 0.907rem;
  padding-top: 0.907rem;
  color: #fFf;
  background-color: #c63337; }
  .navbar-top .portlet:hover, .navbar-top .portlet.open {
    z-index: 1035; }

.navbar-blank {
  flex-wrap: wrap; }
  .navbar-blank .lexicon-icon {
    font-size: 0.625rem;
    margin: 0 0 0 0.25rem; }

.navbar-nav {
  row-gap: 0.5rem; }

.navbar-light .navbar-toggler {
  pointer-events: all; }

.navbar-classic.navbar-light {
  border-bottom: 1px solid #e7e7ed; }
  @media (min-width: 576px) {
    .navbar-classic.navbar-light {
      margin-top: 1rem; } }

@media (max-width: 575.98px) {
  .navbar-classic .navbar-underline,
  .navbar-classic .navbar-blank {
    margin-top: 1rem; } }

.navbar-classic .navbar-underline .nav-item .nav-link .text-truncate,
.navbar-classic .navbar-blank .nav-item .nav-link .text-truncate {
  border-bottom: 3px solid transparent; }

.navbar-classic .navbar-underline .nav-item .nav-link.active:focus,
.navbar-classic .navbar-blank .nav-item .nav-link.active:focus {
  outline-color: transparent; }
  .navbar-classic .navbar-underline .nav-item .nav-link.active:focus .text-truncate,
  .navbar-classic .navbar-blank .nav-item .nav-link.active:focus .text-truncate {
    border-bottom: 3px solid rgba(125, 125, 125, 0.75); }

.navbar-classic .navbar-underline .nav-item .nav-link.active:active,
.navbar-classic .navbar-blank .nav-item .nav-link.active:active {
  outline-color: transparent; }
  .navbar-classic .navbar-underline .nav-item .nav-link.active:active .text-truncate,
  .navbar-classic .navbar-blank .nav-item .nav-link.active:active .text-truncate {
    border-bottom: 3px dotted rgba(125, 125, 125, 0.75); }

@media (max-width: 767.98px) {
  .navbar-classic .navbar-underline .nav-item,
  .navbar-classic .navbar-blank .nav-item {
    display: block;
    margin-bottom: 0.25rem; } }

.navbar-classic .navbar-underline .nav-item.active .nav-link:focus,
.navbar-classic .navbar-blank .nav-item.active .nav-link:focus {
  outline-color: transparent; }
  .navbar-classic .navbar-underline .nav-item.active .nav-link:focus .text-truncate,
  .navbar-classic .navbar-blank .nav-item.active .nav-link:focus .text-truncate {
    border-bottom: 3px solid rgba(125, 125, 125, 0.75); }

.navbar-classic .navbar-underline .nav-item.active .nav-link:active,
.navbar-classic .navbar-blank .nav-item.active .nav-link:active {
  outline-color: transparent; }
  .navbar-classic .navbar-underline .nav-item.active .nav-link:active .text-truncate,
  .navbar-classic .navbar-blank .nav-item.active .nav-link:active .text-truncate {
    border-bottom: 3px dotted rgba(125, 125, 125, 0.75); }

.navbar-classic .navbar-underline .nav-item.active .nav-link .text-truncate,
.navbar-classic .navbar-blank .nav-item.active .nav-link .text-truncate {
  border-bottom: 3px solid rgba(198, 51, 55, 0.75); }

.navbar-classic .navbar-form {
  padding: 0; }
  .navbar-classic .navbar-form .field-wrapper {
    right: 0;
    top: 0; }
    .navbar-classic .navbar-form .field-wrapper .lfr-icon-item {
      color: #6b6c7e; }

@media (max-width: 767.98px) {
  .navbar-classic .portlet-search-bar {
    width: 100%; } }

.navbar-classic .portlet-search-bar .input-group-item {
  margin-left: 0; }

.navbar-classic .logo:hover {
  text-decoration: none; }

.navbar-classic .navbar-nav {
  pointer-events: all; }
  @media (min-width: 992px) {
    .navbar-classic .navbar-nav .nav-item:not(:last-of-type) .nav-link {
      margin-right: 16px; } }

.navbar-classic .nav-link {
  color: #191919;
  font-weight: 600; }

@media (max-width: 767.98px) {
  .navbar-site .nav-link {
    font-size: 1.25rem; } }

@media (min-width: 576px) {
  .sidebar-default .sidebar-header {
    padding-top: 0; } }

.sidebar-default .sidebar-header .sidebar-title {
  font-size: 1rem;
  font-weight: 600;
  padding-top: 0.5rem; }

.sidebar-default .sidebar-header .sidebar-subtitle {
  font-size: 0.875rem;
  font-weight: 600; }

.sidebar-default .sidebar-header h4 {
  padding-top: 8px; }

.sidebar-default .sidebar-header .text-default {
  color: #191919;
  font-size: 0.875rem;
  font-weight: 400; }

.sidebar-default .sidebar-header .icon-monospaced {
  color: #191919; }

@media (min-width: 576px) {
  .sidebar-default .navbar-default {
    background-color: transparent; }
    .sidebar-default .navbar-default .navbar-nav {
      border-bottom: 1px solid #cdced9;
      width: 100%; } }

.sidebar-default .navbar-default .active > a {
  font-weight: 600;
  padding: 13px 16px; }
  .sidebar-default .navbar-default .active > a:after {
    content: '';
    height: 4px;
    left: 0;
    right: 0; }

.sidebar-default .navbar-collapse {
  border-bottom: 1px solid #cdced9; }

@media (min-width: 576px) {
  .sidebar-default .navigation-bar-light,
  .sidebar-default .sidebar-block > .list-group-item,
  .sidebar-default .panel,
  .sidebar-default .panel-group .panel {
    background-color: transparent;
    border-color: transparent; } }

div.splitter {
  background-color: transparent;
  padding-left: 0; }

.table-list th:first-child,
.table-list td:first-child {
  padding-left: 18px;
  padding-right: 6px; }

tbody.table-data {
  overflow-x: auto;
  width: 100%; }
  tbody.table-data .table-cell {
    white-space: nowrap; }

@media (hover: hover) {
  tbody.table-data {
    overflow-x: hidden !important; }
    tbody.table-data:hover {
      overflow-x: auto !important;
      scrollbar-width: thin; } }

.widget-mode-detail {
  background-color: #fff; }
  .widget-mode-detail .title {
    color: #272833;
    font-weight: 700;
    line-height: 1.25; }
  .widget-mode-detail .sub-title {
    color: #a0a1b0;
    font-weight: 400; }
  .widget-mode-detail .widget-metadata {
    font-size: 0.875rem; }
    .widget-mode-detail .widget-metadata .inline-item-before {
      margin-right: 1rem; }
    .widget-mode-detail .widget-metadata .username {
      color: #272833;
      font-weight: 600;
      line-height: 2; }
  .widget-mode-detail .aspect-ratio {
    padding-bottom: 480px; }

.widget-mode-card .card {
  border-radius: 8px; }

.widget-mode-card .card-header {
  border-radius: 8px 8px 0 0; }

.widget-mode-card .card-body {
  padding: 24px; }

.widget-mode-card .widget-topbar .title-link {
  color: #272833; }

.widget-mode-card .widget-topbar .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 24px; }

.widget-mode-card .widget-metadata {
  font-size: 0.875rem;
  margin-bottom: 16px; }
  .widget-mode-card .widget-metadata .inline-item-before {
    margin-right: 1rem; }
  .widget-mode-card .widget-metadata .username {
    color: #272833;
    font-weight: 600; }

.widget-mode-card .widget-resume {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0; }

.widget-mode-card .card-footer {
  background-color: transparent;
  padding: 0 1rem 1rem; }

.widget-mode-card .widget-toolbar {
  border-top: 1px solid #e7e7ed;
  padding-top: 8px; }

.widget-mode-simple .widget-mode-simple-entry:not(:last-child) {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 24px;
  padding-bottom: 24px; }

.widget-mode-simple .widget-topbar .title-link {
  color: #272833; }

.widget-mode-simple .widget-topbar .title {
  font-size: 1.75rem;
  font-weight: 700; }

.widget-mode-simple .widget-metadata {
  font-size: 0.875rem; }
  .widget-mode-simple .widget-metadata .inline-item-before {
    margin-right: 1rem; }
  .widget-mode-simple .widget-metadata .username {
    color: #272833;
    font-weight: 600; }

.widget-toolbar .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -0.75rem; }

/****** SEE-MORE-OR-LESS *****/
a.sch-see-more {
  color: red;
  cursor: pointer; }

a.sch-see-more.less .less {
  display: initial; }

a.sch-see-more.less .more {
  display: none; }

a.sch-see-more.more .less {
  display: none; }

a.sch-see-more.more .more {
  display: initial; }

.sch-see-more.less:after,
.sch-anchor.open:after,
.sch-js-button.open:after {
  transform: rotateZ(180deg); }

.Menu {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin: 0 auto;
  z-index: 10;
  background: #fff;
  text-align: left;
  box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.2); }

.Menu--fade {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  overflow: hidden;
  transition: visibility .1s ease,opacity .1s ease,top .1s ease-out; }

.Menu--fade.is-shown {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  overflow-y: auto;
  overflow-x: hidden; }

.Menu--foldout {
  display: flex;
  transform: scaleY(0);
  transform-origin: top;
  top: 48px; }

.Menu--foldout .Menu-foldout-holder {
  max-width: 1440px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-color: inherit;
  color: inherit; }

@media only screen and (max-width: 768px) {
  .Menu--foldout .Menu-foldout-holder {
    display: block; }
  .Menu--mega .Menu-foldout-holder .Menu-foldout-category:not(:first-child) > .PageNav-title {
    margin-top: 2rem;
    margin-bottom: 0;
    padding-bottom: 0.5rem; } }

.Menu--foldout .Menu-foldout-category .PageNav-title {
  font-weight: normal;
  margin-right: 2em;
  color: inherit;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0; }

.Menu--foldout.is-shown {
  transform: scaleY(1);
  top: 68px; }

.Menu--foldout:focus {
  outline: none; }

.Menu--mega {
  max-width: 1280px;
  font-size: .875em;
  padding: 2.5rem; }

@media (max-width: 768px) {
  .Menu--mega {
    padding: 2.5em 1rem; } }

.Menu--mega:not(.is-shown) {
  display: none; }

@media only screen and (min-width: 1024px), print {
  .Menu--mega {
    display: flex; } }

@media only screen and (min-width: 1280px), print {
  .Menu--mega {
    font-size: 1em;
    max-width: calc(1440px - 3.75em); } }

@media only screen and (min-width: 1680px), print {
  .Menu--mega {
    max-width: 1440px; } }

.Menu--mega .menu-categories-fold-out.Menu-foldout-category--big {
  display: flex;
  flex-direction: column; }

.Menu--mega .menu-categories-wrapper {
  flex: 1 1;
  position: relative;
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.Menu--mega .Menu-foldout-category > .PageNav-title {
  margin-top: 0;
  margin-bottom: .83333333em;
  flex: 0 1;
  font-size: 1rem; }

.Menu--mega .Menu-foldout-category .PageNav-list > .PageNav-item {
  padding-top: .625em;
  display: inline-block;
  width: 100%;
  white-space: nowrap; }

.Menu--mega .Menu-foldout-category.Menu-foldout-category--big {
  flex: 2 1;
  max-width: 580px;
  margin-right: 60px; }

.Menu--mega .Menu-foldout-category.Menu-foldout-category--big .PageNav-list {
  columns: 2;
  column-gap: 0;
  font-size: 0.75rem; }

.Menu--mega .Menu-foldout-category.Menu-foldout-category--small .PageNav-list {
  font-size: 0.75rem;
  margin-right: 1rem; }

.Menu--mega .Menu-foldout-category.Menu-foldout-category--small:last-child .PageNav-list {
  margin-right: 1rem; }

.Menu--mega .Menu-foldout-category.Menu-foldout-category--big .menu-categories-list {
  columns: unset;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.Menu--mega .Menu-foldout-category.Menu-foldout-category--big .menu-categories-list > .PageNav-item {
  width: auto; }

.Menu--mega .Menu-foldout-category.Menu-foldout-category--small {
  flex: 1 1;
  max-width: 320px; }

.Menu--mega .Menu-foldout-category.Menu-foldout-category--small .PageNav-list {
  columns: 1;
  padding: 0; }

.Menu--mega span.PageNav-headline {
  color: #c63337;
  font-size: 1rem; }

.sch-agreement-table th.pricetype,
.sch-agreement-table td.pricetype {
  visibility: hidden; }

/* Original from https://liferay.dev/blogs/-/blogs/for-a-more-conspicuous-spa-loader */
/* Reset properties used by the original loader */
.lfr-spa-loading .lfr-spa-loading-bar, .lfr-spa-loading-bar {
  -moz-animation: none 0 ease 0 1 normal none running;
  -webkit-animation: none 0 ease 0 1 normal none running;
  -o-animation: none 0 ease 0 1 normal none running;
  -ms-animation: none 0 ease 0 1 normal none running;
  animation: none 0 ease 0 1 normal none running;
  display: block;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  background: transparent;
  right: initial;
  bottom: initial; }

/* Pure CSS loader from https://projects.lukehaas.me/css-loaders */
.lfr-spa-loading .lfr-spa-loading-bar,
.lfr-spa-loading .lfr-spa-loading-bar:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
  z-index: 1999999; }

.lfr-spa-loading .lfr-spa-loading-bar {
  margin: 60px auto;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(198, 51, 55, 0.5);
  border-right: 1.1em solid rgba(198, 51, 55, 0.3);
  border-bottom: 1.1em solid rgba(198, 51, 55, 0.1);
  border-left: 1.1em solid #c63337;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear !important; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Positionning */
.lfr-spa-loading .lfr-spa-loading-bar {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -5em;
  margin-left: -5em; }

.portlet-layout .portlet .management-bar > .container-fluid-max-xl,
.portlet-layout .portlet .navbar-underline > .container-fluid-max-xl {
  padding-left: 0;
  padding-right: 0; }

.portlet-layout .portlet .portlet-title-text {
  color: #191919;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.2;
  margin-bottom: 0;
  text-transform: uppercase; }

.portlet > .portlet-topper {
  font-size: 0.87rem;
  padding: 0 4px 0 8px; }
  @media (min-width: 768px) {
    .portlet > .portlet-topper {
      display: block;
      white-space: nowrap; } }
  @media (min-width: 576px) {
    .portlet > .portlet-topper {
      right: auto; } }
  .portlet > .portlet-topper .portlet-title-default {
    display: inline-block;
    line-height: 1.5rem;
    vertical-align: middle; }
  .portlet > .portlet-topper .portlet-name-text {
    margin-right: 0.75rem; }
  .portlet > .portlet-topper .portlet-topper-toolbar {
    display: inline-block;
    vertical-align: middle; }
  .portlet > .portlet-topper .portlet-topper-toolbar,
  .portlet > .portlet-topper .icon-monospaced {
    width: 1.5rem; }
  .portlet > .portlet-topper .lexicon-icon {
    height: 0.875rem;
    width: 0.875rem; }

.portlet:hover > .portlet-topper, .portlet.open > .portlet-topper {
  z-index: 999; }

.portlet-decorate .portlet {
  margin-bottom: 24px; }

.portlet-decorate .portlet-content {
  background-color: #fff;
  border: 1px solid #e7e7ed;
  border-radius: 0.25rem;
  padding: 24px; }

.portlet-barebone .panel,
.portlet-borderless .panel {
  background-color: transparent; }
  .portlet-barebone .panel.card,
  .portlet-borderless .panel.card {
    border-color: #cdced9;
    box-shadow: none; }

.portlet-barebone .panel-default,
.portlet-borderless .panel-default {
  border-color: #cdced9; }

.portlet-barebone .widget-mode-detail,
.portlet-borderless .widget-mode-detail {
  background-color: transparent; }

@media (max-width: 575.98px) {
  .portlet-barebone .portlet-content,
  .portlet-borderless .portlet-content {
    padding: 0; } }

.portlet-hello-world .portlet .portlet-content {
  background: #4885b7 url(../images/portlet_hello_world/sch_welcome_bg.jpg) bottom left;
  background-clip: padding-box;
  background-size: cover;
  color: #f00;
  min-height: 390px;
  padding-top: 30px; }
  @media (min-width: 576px) {
    .portlet-hello-world .portlet .portlet-content {
      padding-left: 50px; } }
  .portlet-hello-world .portlet .portlet-content .portlet-header {
    margin-bottom: 0; }
  .portlet-hello-world .portlet .portlet-content .portlet-title-text {
    color: #f00;
    font-size: 2rem;
    font-weight: 700;
    text-transform: none; }
  .portlet-hello-world .portlet .portlet-content .portlet-body {
    padding-right: 30%;
    text-shadow: 0 0 1px black; }
    @media (min-width: 576px) {
      .portlet-hello-world .portlet .portlet-content .portlet-body {
        padding-right: 60%; } }

#portlet_com_liferay_login_web_portlet_LoginPortlet {
  max-width: 43rem;
  /***** Bottom login navigation  *****/ }
  #portlet_com_liferay_login_web_portlet_LoginPortlet .panel {
    border-color: #e9e9e9;
    border-width: 0; }
    #portlet_com_liferay_login_web_portlet_LoginPortlet .panel .panel-header.collapse-icon {
      margin-left: -1em; }
    #portlet_com_liferay_login_web_portlet_LoginPortlet .panel .panel-body {
      padding: 0;
      margin-top: 1rem;
      background-color: transparent; }
  #portlet_com_liferay_login_web_portlet_LoginPortlet .portlet-content > .portlet-header {
    display: none; }
  #portlet_com_liferay_login_web_portlet_LoginPortlet #_com_liferay_login_web_portlet_LoginPortlet_passwordCapsLockSpan .label-warning {
    margin-bottom: 1rem; }
  #portlet_com_liferay_login_web_portlet_LoginPortlet .form-group.form-inline.input-checkbox-wrapper label {
    display: flex;
    margin-left: .75rem; }
  #portlet_com_liferay_login_web_portlet_LoginPortlet input#_com_liferay_login_web_portlet_LoginPortlet_rememberMe {
    order: 2;
    padding-right: 2rem;
    margin-left: 1rem; }
  #portlet_com_liferay_login_web_portlet_LoginPortlet ul.nav-login-new-user button:focus {
    box-shadow: none !important; }
  #portlet_com_liferay_login_web_portlet_LoginPortlet ul.nav-login-new-user li.nav-item:first-child .nav-link {
    padding-left: 0; }
  #portlet_com_liferay_login_web_portlet_LoginPortlet ul.nav-login-new-user li.nav-item:last-child .nav-link {
    padding-right: 0; }
  #portlet_com_liferay_login_web_portlet_LoginPortlet #_com_liferay_login_web_portlet_LoginPortlet_authenticatorGuide.infobox .journal-content-article {
    border-bottom: 0; }
  #portlet_com_liferay_login_web_portlet_LoginPortlet fieldset.input-container {
    padding: 2rem;
    border-color: #cecece;
    background-color: #f7f7f7 !important;
    border-radius: 0.2rem;
    margin-bottom: 0; }
    #portlet_com_liferay_login_web_portlet_LoginPortlet fieldset.input-container .alert {
      margin-bottom: 1rem; }
  #portlet_com_liferay_login_web_portlet_LoginPortlet .sch-start-otp {
    display: none; }
    @media (pointer: coarse) {
      #portlet_com_liferay_login_web_portlet_LoginPortlet .sch-start-otp {
        display: block; } }
    #portlet_com_liferay_login_web_portlet_LoginPortlet .sch-start-otp a.btn {
      padding: 0;
      margin-top: 1rem;
      color: #c63337;
      font-weight: 700; }
  #portlet_com_liferay_login_web_portlet_LoginPortlet .navigation {
    padding: 1rem 2rem 1rem 0;
    background: #fFf;
    border-top: 1px solid #e9e9e9; }
    #portlet_com_liferay_login_web_portlet_LoginPortlet .navigation ul.taglib-icon-list {
      margin-bottom: 0; }

#portlet_new-password .input-text-wrapper, #portlet_new-password .field-wrapper {
  max-width: 25rem;
  margin: 1.5em 0; }

#portlet_new-password .lfr-icon-menu .taglib-text-icon {
  display: none; }

#portlet_new-password .portlet-content .sheet {
  background-color: #f7f7f7;
  border-width: 0;
  max-width: unset;
  margin-left: 0;
  margin-right: 0; }
  #portlet_new-password .portlet-content .sheet .sheet-header {
    margin-bottom: 0; }
    #portlet_new-password .portlet-content .sheet .sheet-header .autofit-col .float-right {
      display: none !important; }

#portlet_schilling_account {
  /* Orgno and SSN should appear as 2 fields with a single label named "person-/organisationsnummer" */
  /*** Hides ***/ }
  #portlet_schilling_account fieldset.input-container > fieldset {
    display: block; }
  #portlet_schilling_account #_schilling_account_countryId {
    text-transform: capitalize; }
    #portlet_schilling_account #_schilling_account_countryId option {
      font-family: "Nunito";
      text-transform: capitalize; }
  #portlet_schilling_account .panel-body .container-fluid {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0; }
  #portlet_schilling_account .field-wrapper.sch-myinformation-country-field,
  #portlet_schilling_account .container-fluid.sch-myinformation-zip-and-district {
    max-width: 35rem; }
  #portlet_schilling_account .panel.sch-comments {
    max-width: 35rem; }
  #portlet_schilling_account .lfr-ddm-field-group.field-wrapper.sch-myinformation-firstname {
    margin-bottom: 0.5rem; }
  #portlet_schilling_account .lfr-ddm-field-group.field-wrapper.sch-myinformation-companyname {
    margin-bottom: 20px; }
  #portlet_schilling_account .lfr-ddm-field-group.field-wrapper.sch-myinformation-vatno {
    margin-bottom: 0.5rem; }
  #portlet_schilling_account .lfr-ddm-field-group.field-wrapper.sch-myinformation-ssn label {
    display: none; }
  #portlet_schilling_account fieldset.sch-myinformation-address > div > .panel-body > .form-group.input-text-wrapper:not(:last-child) {
    margin-bottom: 0.5rem; }
  #portlet_schilling_account .col-md-3.zipCodeColumn {
    padding-left: 0; }
    #portlet_schilling_account .col-md-3.zipCodeColumn > div {
      margin-bottom: 0.5rem; }
  #portlet_schilling_account .col-md-9.cityNameColumn {
    padding-right: 0;
    padding-left: 0; }
    #portlet_schilling_account .col-md-9.cityNameColumn > div {
      margin-bottom: 0.5rem; }
  #portlet_schilling_account .col-md-12.sch-myinformation-phone-col.sch-myinformation-phone {
    padding-right: 0;
    padding-left: 0; }
  #portlet_schilling_account .sch-myinformation-fax-col {
    display: none; }
  #portlet_schilling_account fieldset.sch-myinformation-address .form-group label {
    display: none; }
  #portlet_schilling_account .sch-myinformation-swift-field {
    display: none; }
  #portlet_schilling_account .field-wrapper.sch-myinformation-phone label {
    display: none; }
  #portlet_schilling_account span.taglib-icon-help.lfr-portal-tooltip {
    display: none; }
  #portlet_schilling_account .lfr-ddm-field-group.field-wrapper.emailFieldWrap label {
    display: none; }
  #portlet_schilling_account #_schilling_account_contact-customer-service {
    display: none; }
  #portlet_schilling_account .sch-myinformation-creditor-no-wrapper {
    display: none; }
  #portlet_schilling_account #_schilling_account_change-password-button {
    display: none; }
  #portlet_schilling_account .panel.panel-default.sch-comments.lfr-panel {
    display: none; }

.portlet-boundary_schilling_agreements_ span.sch-name-role-sep {
  display: none; }

.portlet-boundary_schilling_agreements_ #sch-my-agreements .sch-ui-section-inner {
  border-bottom: 0;
  min-height: 11rem; }

.portlet-boundary_schilling_agreements_ #sch-my-agreements .panel-body {
  padding: 0;
  margin: 0;
  background-color: #fFf; }
  .portlet-boundary_schilling_agreements_ #sch-my-agreements .panel-body .tabs .ui-tabs-nav li.nav-item {
    border-top: 0; }
  .portlet-boundary_schilling_agreements_ #sch-my-agreements .panel-body .tabs .ui-tabs-nav .tab-content > div {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 1px solid #cecece;
    width: fit-content; }
    @media (min-width: 768px) {
      .portlet-boundary_schilling_agreements_ #sch-my-agreements .panel-body .tabs .ui-tabs-nav .tab-content > div {
        width: initial; } }
  .portlet-boundary_schilling_agreements_ #sch-my-agreements .panel-body .tabs .ui-tabs-nav li.nav-item:first-child {
    border-left: 0; }

.portlet-boundary_schilling_agreements_ .tabs-agreements ul {
  margin: 0;
  margin-bottom: 0 !important;
  padding: 0; }
  .portlet-boundary_schilling_agreements_ .tabs-agreements ul li {
    margin: 0;
    padding: 0;
    line-height: initial; }

.portlet-boundary_schilling_agreements_ table.pp-table tr th.col-priceGroup, .portlet-boundary_schilling_agreements_ table.pp-table tr td.col-priceGroup {
  padding-left: 0;
  /* Is first as channel is hidden */
  width: 15rem; }

.portlet-boundary_schilling_agreements_ .sch-saleschannels .col-priceType {
  width: 15rem; }

.portlet-boundary_schilling_agreements_ .sch-saleschannels .col-rates {
  width: 8rem; }

.portlet-boundary_schilling_agreements_ .sch-saleschannels .col-ratesTable {
  width: 13rem; }

.portlet-boundary_schilling_agreements_ .sch-saleschannels .agreementHeader .rates {
  width: 15rem;
  /* From local languageproperty */
  /* From local languageproperty */ }
  .portlet-boundary_schilling_agreements_ .sch-saleschannels .agreementHeader .rates span.royaltysats {
    float: right; }

.portlet-boundary_schilling_agreements_ .sch-saleschannels tr.agreementRow.newRates {
  border-top: 1px dotted #aaa; }
  .portlet-boundary_schilling_agreements_ .sch-saleschannels tr.agreementRow.newRates > td {
    padding-top: 0;
    white-space: nowrap; }

.portlet-boundary_schilling_agreements_ .sch-saleschannels tr.agreementRow.newRates > td.pricegroup,
.portlet-boundary_schilling_agreements_ .sch-saleschannels tr.agreementRow.newRates > td.pricetype {
  height: 1px; }

.portlet-boundary_schilling_agreements_ .sch-saleschannels tr.agreementRow .rates {
  width: 15rem;
  border-right: 1px dotted #aaa; }
  .portlet-boundary_schilling_agreements_ .sch-saleschannels tr.agreementRow .rates tr.ratesHeader * {
    display: none; }

.portlet-boundary_schilling_agreements_ .sch-saleschannels tr.agreementRow .pricegroup {
  width: 15rem; }

.portlet-boundary_schilling_agreements_ .sch-saleschannels tr.agreementRow table.ratesTable {
  width: 100%;
  line-height: 1rem; }
  .portlet-boundary_schilling_agreements_ .sch-saleschannels tr.agreementRow table.ratesTable th {
    border-color: #cecece;
    padding: 0 0.5rem; }
  .portlet-boundary_schilling_agreements_ .sch-saleschannels tr.agreementRow table.ratesTable td {
    line-height: 1rem;
    border-color: #cecece;
    padding: 0 0.5rem; }
  .portlet-boundary_schilling_agreements_ .sch-saleschannels tr.agreementRow table.ratesTable td.left {
    width: 66%; }
  .portlet-boundary_schilling_agreements_ .sch-saleschannels tr.agreementRow table.ratesTable td.right {
    width: 33%; }
  .portlet-boundary_schilling_agreements_ .sch-saleschannels tr.agreementRow table.ratesTable td.rates {
    width: 15rem; }

.portlet-boundary_schilling_agreements_ span.sch-product-binding-postfix {
  display: none; }

.portlet-boundary_schilling_agreements_ .ui-tabs-nav > div.tab-content {
  overflow-x: auto !important;
  -webkit-scrollbar-width: thin;
  scrollbar-width: thin; }
  @media (hover: hover) {
    .portlet-boundary_schilling_agreements_ .ui-tabs-nav > div.tab-content {
      overflow-x: hidden !important; }
      .portlet-boundary_schilling_agreements_ .ui-tabs-nav > div.tab-content:hover {
        overflow-x: auto !important;
        -webkit-scrollbar-width: thin;
        scrollbar-width: thin; } }

.portlet-boundary_schilling_agreements_ .productDetails:last-child {
  margin-bottom: 0; }

.portlet-boundary_schilling_agreements_ .productDetails {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .portlet-boundary_schilling_agreements_ .productDetails .orderlineimage {
    display: none; }

.portlet-boundary_schilling_communication_ .tabs-communication .pagination-bar {
  border: 0; }

.portlet-boundary_schilling_communication_ .tabs .ui-tabs-nav .tab-content > div {
  padding: 0;
  border: 1px solid #cecece; }

.portlet-boundary_schilling_communication_ .lfr-search-container table.table-bordered {
  border-top: 0; }
  .portlet-boundary_schilling_communication_ .lfr-search-container table.table-bordered th {
    border-top: 0; }
  .portlet-boundary_schilling_communication_ .lfr-search-container table.table-bordered td.table-cell {
    border-top-width: 1px;
    border-top-color: #cecece;
    border-top-style: dotted;
    position: initial; }
  .portlet-boundary_schilling_communication_ .lfr-search-container table.table-bordered .table-cell.date {
    width: 11rem; }
  .portlet-boundary_schilling_communication_ .lfr-search-container table.table-bordered .table-cell.subject {
    width: 50%; }

.portlet-boundary_schilling_communication_ .taglib-search-iterator .results-row .sch-openclose-row .icon,
.portlet-boundary_schilling_communication_ .results-row .icon-message-row,
.portlet-boundary_schilling_communication_ .results-row .icon-message-row {
  display: inline-block;
  width: 6px !important;
  height: 9px !important; }

.portlet-boundary_schilling_communication_ .bodyStyle_0 > td, .portlet-boundary_schilling_communication_ .bodyStyle_1 > td {
  background-color: #fFf; }
  .portlet-boundary_schilling_communication_ .bodyStyle_0 > td .panel, .portlet-boundary_schilling_communication_ .bodyStyle_1 > td .panel {
    background-color: transparent;
    margin-bottom: 0;
    border: 0; }
  .portlet-boundary_schilling_communication_ .bodyStyle_0 > td .panel-body, .portlet-boundary_schilling_communication_ .bodyStyle_1 > td .panel-body {
    background-color: transparent;
    padding: 0 1rem; }
  .portlet-boundary_schilling_communication_ .bodyStyle_0 > td .button-holder, .portlet-boundary_schilling_communication_ .bodyStyle_1 > td .button-holder {
    padding: 1rem;
    display: flex;
    flex-direction: row-reverse;
    left: 0;
    margin: 0;
    padding: 10px 0; }
    .portlet-boundary_schilling_communication_ .bodyStyle_0 > td .button-holder button, .portlet-boundary_schilling_communication_ .bodyStyle_1 > td .button-holder button {
      margin-left: 1rem; }
  .portlet-boundary_schilling_communication_ .bodyStyle_0 > td div.sch-communication-reply-holder, .portlet-boundary_schilling_communication_ .bodyStyle_1 > td div.sch-communication-reply-holder {
    margin: 1rem auto;
    background-color: #fFf;
    box-shadow: 0 0 0.5rem rgba(100, 100, 100, 0.5);
    border-radius: 0.2rem; }

.portlet-boundary_schilling_communication_ tr.msgStyle_0 {
  font-weight: 400; }

.portlet-boundary_schilling_communication_ tr.msgStyle_1 td.table-cell {
  color: #b0b0b0; }

.portlet-boundary_schilling_communication_ .sch-communication-reply .input-text-wrapper, .portlet-boundary_schilling_communication_ .field-wrapper {
  max-width: initial; }

.portlet-boundary_schilling_communication_ .lfr-search-container td.sch-communication-reply-holder {
  padding: 0 !important;
  background-color: #f9f9f9; }

.portlet-boundary_schilling_communication_ .sch-communication-message-dialog form.aui-form {
  height: 100%;
  box-sizing: border-box; }

.portlet-boundary_schilling_communication_ .sch-communication-body {
  padding: 1rem; }
  .portlet-boundary_schilling_communication_ .sch-communication-body table {
    border-color: #cecece !important;
    border-bottom-style: solid; }
    .portlet-boundary_schilling_communication_ .sch-communication-body table td, .portlet-boundary_schilling_communication_ .sch-communication-body table th {
      border-color: #cecece !important; }

.portlet-boundary_schilling_communication_ div.sch-communication-reply-holder {
  max-width: 35rem; }
  @media (max-width: 767.98px) {
    .portlet-boundary_schilling_communication_ div.sch-communication-reply-holder {
      max-width: calc(100vw - 3.25rem);
      margin-left: 0.5rem !important; } }
  .portlet-boundary_schilling_communication_ div.sch-communication-reply-holder .sch-communication-body {
    border-top: 2px dotted #f3f3f3; }
  .portlet-boundary_schilling_communication_ div.sch-communication-reply-holder .sch-communication-reply {
    padding-bottom: 1rem; }

.portlet-boundary_schilling_communication_ .msgFields .panel-body {
  background-color: transparent; }

.portlet-boundary_schilling_communication_ #tab-inbox .alert-info, .portlet-boundary_schilling_communication_ #tab-sent .alert-info {
  border: 0; }
  .portlet-boundary_schilling_communication_ #tab-inbox .alert-info:before, .portlet-boundary_schilling_communication_ #tab-sent .alert-info:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M437%2075C388.7%2026.6%20324.4%200%20256%200S123.3%2026.6%2075%2075C26.6%20123.3%200%20187.6%200%20256s26.6%20132.7%2075%20181c48.4%2048.4%20112.6%2075%20181%2075s132.7-26.6%20181-75c48.4-48.4%2075-112.6%2075-181s-26.6-132.7-75-181zM288%20384c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V224c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v160zm-32-224c-17.7%200-32-14.3-32-32s14.3-32%2032-32%2032%2014.3%2032%2032-14.3%2032-32%2032z'%20fill='%23191919'/%3E%3C/svg%3E");
    font-size: 1.5rem;
    position: relative;
    top: 0.35rem;
    margin-right: 0.5rem; }

.portlet-boundary_schilling_communication_ .button-new-message {
  position: absolute;
  top: -1.7rem;
  right: 0; }

@media (max-width: 575.98px) {
  .portlet-boundary_schilling_communication_ .button-new-message {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 1rem; } }

.portlet-boundary_schilling_notifications_ .portlet-content-container .notifications {
  border-radius: 0.2rem; }
  .portlet-boundary_schilling_notifications_ .portlet-content-container .notifications .notificationHeader {
    display: none; }
  .portlet-boundary_schilling_notifications_ .portlet-content-container .notifications br {
    display: none; }
  .portlet-boundary_schilling_notifications_ .portlet-content-container .notifications .notificationDetails {
    font-size: 1.25rem; }

/****** COOKIE WARNING ******/
#sch-cookie-announcement {
  max-width: 40rem;
  color: #000 !important;
  background-color: #fcfcfc !important;
  background-image: none !important;
  border-radius: 0.2rem !important; }
  #sch-cookie-announcement a {
    color: #000;
    font-weight: 600; }

h2.sch-cookie-title {
  color: #000; }

.portlet-boundary_OpenIdConnectSelector_#p_p_id_OpenIdConnectSelector_ .sch-oidc-iframe {
  height: 18rem;
  border: 0 !important; }

.portlet-boundary_OpenIdConnectSelector_#p_p_id_OpenIdConnectSelector_ .btn-sch-oidc {
  display: inline-block;
  padding: 1rem; }

.portlet-boundary_OpenIdConnectSelector_#p_p_id_OpenIdConnectSelector_ .sch-oidc-name-after {
  margin-top: .5rem;
  display: none; }

.portlet-boundary_OpenIdConnectSelector_#p_p_id_OpenIdConnectSelector_ .btn-sch-oidc:hover {
  background-color: #f7f7f7; }

.portlet-boundary_schilling_payments_ .results-row td, .portlet-boundary_schilling_payments_ .results-row.alt td {
  cursor: initial; }

.portlet-boundary_schilling_payments_ .tabs .ui-tabs-nav .tab-content > div {
  padding: 0; }

.portlet-boundary_schilling_sales_ .sch-sales-details.sch-tooltip {
  position: absolute;
  z-index: 2;
  background: #f7f7f7;
  padding: 0 0.5rem;
  border: 1px solid #cecece; }
  .portlet-boundary_schilling_sales_ .sch-sales-details.sch-tooltip th {
    background: #f7f7f7; }

.portlet-boundary_schilling_sales_ span.sch-js-button.sch-tooltip-next-element.sch-js-tooltip-salesdetails:after {
  padding-left: 0.1rem; }

.portlet-boundary_schilling_selectorg_ #_schilling_selectorg_msgFields {
  margin-bottom: 0; }

.portlet-boundary_schilling_selectorg_ .portlet-borderless .portlet-content {
  padding-bottom: 0; }

.portlet-boundary_schilling_settlements_ .pp-table tr {
  border-bottom: 1px solid #000000; }

.portlet-boundary_schilling_settlements_ .settlementsapproval .pp-label-big {
  background-color: #FFFFFF;
  color: #000000;
  display: inline-block;
  font-size: 13px;
  left: -37px;
  padding-left: 12px;
  position: relative;
  top: 10px;
  width: 300px; }

.portlet-boundary_schilling_settlements_ .settlementsapproval div.settlementpdf {
  padding-top: 70px; }

.portlet-boundary_schilling_settlements_ .settlementsapproval div.settlementproperties {
  margin-top: 20px; }

.portlet-boundary_schilling_settlements_ span.agreementname {
  font-weight: 400; }

.portlet-boundary_schilling_settlements_ #p_p_id_schilling_settlements_ img.pdflink {
  display: none; }

.portlet-boundary_schilling_settlements_ .agreementname {
  font-weight: 400; }

.portlet-boundary_schilling_settlements_ .agreement-set {
  border-collapse: separate;
  background: #fff; }

.portlet-boundary_schilling_settlements_ .agreement.child {
  margin-bottom: 0.5em; }

.portlet-boundary_schilling_settlements_ .sch-myauthorsettlements-agreementsnumbers.agreement-set_numbers {
  display: none; }

.portlet-boundary_schilling_settlements_ .sch-myauthorsettlements-agreementsnumbers.agreement-set_numbers {
  padding-left: 0; }

.portlet-boundary_schilling_settlements_ .agreement-set {
  width: 100% !important;
  margin: 0 !important;
  max-width: none !important; }
  .portlet-boundary_schilling_settlements_ .agreement-set .agreement-set:first-child {
    margin-top: 0; }
    .portlet-boundary_schilling_settlements_ .agreement-set .agreement-set:first-child .agreement-set_title {
      margin-top: 0.5rem; }
  .portlet-boundary_schilling_settlements_ .agreement-set h3.agreement-set_title {
    margin: 0 0 1rem 0; }
  .portlet-boundary_schilling_settlements_ .agreement-set .agreement-set_table {
    font-size: 0.8rem; }
    .portlet-boundary_schilling_settlements_ .agreement-set .agreement-set_table th.col-pdflink {
      display: none; }
    .portlet-boundary_schilling_settlements_ .agreement-set .agreement-set_table a {
      position: relative; }
    .portlet-boundary_schilling_settlements_ .agreement-set .agreement-set_table .pdflink {
      display: block;
      width: 2.35em;
      height: 2.5em;
      background: url(../images/lexicon/document-pdf.svg) no-repeat 0 0; }

.portlet-boundary_schilling_settlements_ .sch-myauthorsettlements-info-content {
  padding: 32px;
  line-height: 26px; }

.portlet-boundary_schilling_settlements_ .col-md-6.sch-myauthorsettlements-settlementstable.agreement-set_table {
  max-width: 100% !important;
  overflow-x: auto !important;
  -webkit-scrollbar-width: thin;
  scrollbar-width: thin;
  border: 0 !important;
  background-color: transparent;
  padding: 1rem 2rem; }
  @media (max-width: 767.98px) {
    .portlet-boundary_schilling_settlements_ .col-md-6.sch-myauthorsettlements-settlementstable.agreement-set_table {
      padding: 0.5rem; } }
  @media (hover: hover) {
    .portlet-boundary_schilling_settlements_ .col-md-6.sch-myauthorsettlements-settlementstable.agreement-set_table {
      overflow-x: hidden !important; }
      .portlet-boundary_schilling_settlements_ .col-md-6.sch-myauthorsettlements-settlementstable.agreement-set_table:hover {
        overflow-x: auto !important;
        -webkit-scrollbar-width: thin;
        scrollbar-width: thin; } }

.portlet-boundary_schilling_settlements_ .panel-body {
  padding: 0;
  background-color: #fFf; }

.portlet-boundary_schilling_settlements_ table.settlementstable td {
  vertical-align: middle; }

.portlet-boundary_schilling_works_ .sch-grand-total {
  padding-right: 1rem;
  font-weight: 400;
  text-align: right;
  white-space: nowrap;
  margin-top: 1rem; }
  .portlet-boundary_schilling_works_ .sch-grand-total span {
    white-space: nowrap; }
  .portlet-boundary_schilling_works_ .sch-grand-total .pp-label {
    font-weight: 400;
    display: inline-block; }
  .portlet-boundary_schilling_works_ .sch-grand-total .pp-value {
    display: inline-block;
    margin-left: 2rem; }
  .portlet-boundary_schilling_works_ .sch-grand-total .lfr-portal-tooltip {
    display: none; }

.portlet-boundary_schilling_works_ fieldset.sch-sales-matrix .fieldset-legend {
  position: initial !important;
  width: initial; }

.portlet-boundary_schilling_works_ fieldset.sch-sales-matrix .sch-sales-matrix-table-wrapper {
  overflow-x: auto !important;
  -webkit-scrollbar-width: thin;
  scrollbar-width: thin; }

@media (hover: hover) {
  .portlet-boundary_schilling_works_ fieldset.sch-sales-matrix .sch-sales-matrix-table-wrapper {
    overflow-x: hidden !important; }
    .portlet-boundary_schilling_works_ fieldset.sch-sales-matrix .sch-sales-matrix-table-wrapper:hover {
      overflow-x: auto !important;
      -webkit-scrollbar-width: thin;
      scrollbar-width: thin; } }

.portlet-boundary_schilling_works_ .sch-sold-bargraph {
  display: none; }

.portlet-boundary_schilling_works_ fieldset.fieldset.block-labels.sch-sales-matrix {
  margin-top: 2rem;
  margin-bottom: 0; }

.portlet-boundary_schilling_works_ .productDetails:last-child {
  margin-bottom: 0; }

.portlet-boundary_schilling_works_ .productDetails {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .portlet-boundary_schilling_works_ .productDetails .orderlineimage {
    display: none; }

.portlet-boundary_schilling_works_ table.sch-sales-matrix-table {
  background: #fcfcfc;
  width: 100%;
  margin-bottom: 1rem; }
  .portlet-boundary_schilling_works_ table.sch-sales-matrix-table tr .year {
    text-align: center;
    font-weight: 600; }
  .portlet-boundary_schilling_works_ table.sch-sales-matrix-table tr .month {
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    text-transform: capitalize; }
  .portlet-boundary_schilling_works_ table.sch-sales-matrix-table tr .month.sch-settled-true,
  .portlet-boundary_schilling_works_ table.sch-sales-matrix-table tr .month.sch-settled-false {
    background: #fff !important;
    border-color: #ddd !important; }
  .portlet-boundary_schilling_works_ table.sch-sales-matrix-table tr th {
    background: #f7f7f7;
    padding: 0.4rem;
    text-align: left;
    font-weight: 600; }
  .portlet-boundary_schilling_works_ table.sch-sales-matrix-table tr td {
    padding: 0.2rem 0.4rem 0.2rem 0;
    text-align: left;
    border-radius: 0.2rem; }
  .portlet-boundary_schilling_works_ table.sch-sales-matrix-table tr th.right,
  .portlet-boundary_schilling_works_ table.sch-sales-matrix-table tr td.right {
    text-align: right; }

.portlet-boundary_schilling_works_ table.sch-sales-details-table tr th {
  padding: 0.2rem; }

.portlet-boundary_schilling_works_ table.sch-sales-details-table tr td {
  padding: 0.1rem 0.4rem 0.1rem 0.4rem !important;
  text-align: left; }

.portlet-boundary_schilling_works_ table.sch-sales-details-table tr td.right, .portlet-boundary_schilling_works_ table.sch-sales-details-table tr th.right {
  text-align: right; }

.portlet-boundary_schilling_works_ table.sch-sales-details-table tr .settled {
  display: none; }

.portlet-boundary_schilling_works_ .taglib-search-iterator-page-iterator-bottom {
  padding-top: 0; }

.portlet-boundary_schilling_works_ .panel-group .panel .panel-body {
  padding-bottom: 0; }

.portlet-boundary_schilling_works_ .sch-sales-details.sch-tooltip {
  background-color: #fff;
  border: 1px solid #aaa;
  font-size: 0.75rem;
  box-shadow: 0 0 0.5rem rgba(100, 100, 100, 0.5); }

.portlet-boundary_schilling_works_ .panel-collapse .panel-body {
  display: none; }

.portlet-boundary_schilling_works_ .panel-collapse.collapsing .panel-body,
.portlet-boundary_schilling_works_ .panel-collapse.in .panel-body,
.portlet-boundary_schilling_works_ .panel-collapse.show .panel-body {
  display: block; }

.portlet-boundary_schilling_works_ #_schilling_works_sch-viewperiodsales .lfr-portal-tooltip {
  display: none; }

.portlet-boundary_schilling_works_ span.sch-product-binding-postfix {
  display: none; }

.portlet-boundary_schilling_works_ .sch-legends {
  display: none; }

.portlet-boundary_schilling_works_ .salesDetails .sch-work-unsettled-sold, .portlet-boundary_schilling_works_ .salesDetails .sch-work-unsettled-amount {
  display: none; }

.portlet-boundary_schilling_statusstatic_ #portlet_schilling_statusstatic {
  clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
  background-color: transparent;
  padding: 0 25px 5px;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem; }
  .portlet-boundary_schilling_statusstatic_ #portlet_schilling_statusstatic .warning {
    color: yellow;
    font-size: 15px;
    /* font-weight: bold; */ }
  .portlet-boundary_schilling_statusstatic_ #portlet_schilling_statusstatic a {
    text-decoration: none; }
    .portlet-boundary_schilling_statusstatic_ #portlet_schilling_statusstatic a:hover {
      text-decoration: underline; }
  .portlet-boundary_schilling_statusstatic_ #portlet_schilling_statusstatic .icon-monospaced {
    display: flex;
    width: 2rem;
    height: 2rem; }
    .portlet-boundary_schilling_statusstatic_ #portlet_schilling_statusstatic .icon-monospaced .lexicon-icon {
      width: 1.2rem;
      height: 1.2rem; }

/* nunito-300 - latin-ext_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/nunito-v25-latin-ext_latin-300.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/nunito-v25-latin-ext_latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v25-latin-ext_latin-300.woff2") format("woff2"), url("../fonts/nunito-v25-latin-ext_latin-300.woff") format("woff"), url("../fonts/nunito-v25-latin-ext_latin-300.ttf") format("truetype"), url("../fonts/nunito-v25-latin-ext_latin-300.svg#Nunito") format("svg");
  /* Legacy iOS */ }

/* nunito-regular - latin-ext_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito-v25-latin-ext_latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/nunito-v25-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v25-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/nunito-v25-latin-ext_latin-regular.woff") format("woff"), url("../fonts/nunito-v25-latin-ext_latin-regular.ttf") format("truetype"), url("../fonts/nunito-v25-latin-ext_latin-regular.svg#Nunito") format("svg");
  /* Legacy iOS */ }

/* nunito-italic - latin-ext_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/nunito-v25-latin-ext_latin-italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/nunito-v25-latin-ext_latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v25-latin-ext_latin-italic.woff2") format("woff2"), url("../fonts/nunito-v25-latin-ext_latin-italic.woff") format("woff"), url("../fonts/nunito-v25-latin-ext_latin-italic.ttf") format("truetype"), url("../fonts/nunito-v25-latin-ext_latin-italic.svg#Nunito") format("svg");
  /* Legacy iOS */ }

/* nunito-600 - latin-ext_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/nunito-v25-latin-ext_latin-600.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/nunito-v25-latin-ext_latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v25-latin-ext_latin-600.woff2") format("woff2"), url("../fonts/nunito-v25-latin-ext_latin-600.woff") format("woff"), url("../fonts/nunito-v25-latin-ext_latin-600.ttf") format("truetype"), url("../fonts/nunito-v25-latin-ext_latin-600.svg#Nunito") format("svg");
  /* Legacy iOS */ }

/* nunito-700 - latin-ext_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/nunito-v25-latin-ext_latin-700.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/nunito-v25-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v25-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/nunito-v25-latin-ext_latin-700.woff") format("woff"), url("../fonts/nunito-v25-latin-ext_latin-700.ttf") format("truetype"), url("../fonts/nunito-v25-latin-ext_latin-700.svg#Nunito") format("svg");
  /* Legacy iOS */ }

body header#banner .field-wrapper {
  position: absolute;
  right: 4px;
  top: 2px; }
  body header#banner .field-wrapper a {
    color: #fff; }

body header#banner .field-wrapper,
body header#banner .form-group {
  margin-bottom: 0; }

body header#banner .portlet {
  margin-bottom: 0; }
  body header#banner .portlet:hover {
    z-index: 1034; }

body header#banner .search-input {
  font-size: 0.88rem;
  padding: 0.28rem 2rem 0.28rem 1rem; }

body header#banner .text-default {
  color: #6b6c7e;
  font-weight: 600; }

body header#banner .user-personal-bar .fieldset {
  position: relative; }

body header#banner .user-personal-bar .user-avatar-link .panel-notifications-count {
  right: calc(100% - 0.75rem);
  top: -0.35rem; }

@media (min-width: 768px) {
  body header#banner .logo {
    margin-left: 12px; } }

body header#banner .logo h2 {
  display: none; }

body .user-avatar-link {
  display: block;
  position: relative; }
  body .user-avatar-link .panel-notifications-count {
    margin: 0;
    position: absolute;
    right: calc(100% - 0.7rem);
    top: -0.4rem; }
  body .user-avatar-link .text-default {
    align-items: center;
    display: flex; }
    body .user-avatar-link .text-default .user-full-name {
      margin-left: 0.5rem; }
      @media (max-width: 575.98px) {
        body .user-avatar-link .text-default .user-full-name {
          display: none; } }

body #content {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (max-width: 767.98px) {
    body #content {
      padding-left: 0.25rem;
      padding-right: 0.25rem; } }
  body #content h2.page-title {
    color: #000;
    margin: 2rem 1.5rem 1rem;
    font-size: 2rem;
    font-weight: 600; }
    @media (max-width: 767.98px) {
      body #content h2.page-title {
        margin: 2rem 1rem 1rem; } }

@media (min-width: 768px) {
  .btn-group + .info-panel {
    top: auto; } }

footer {
  min-height: 40px; }

#footer {
  background-color: #263238;
  color: #fFf;
  margin-top: 1rem; }
  #footer .content a:not(.btn) {
    margin-bottom: 0.5rem;
    display: inline-block; }
  #footer a {
    color: #fFf;
    text-decoration: underline; }
  #footer > .container {
    padding-bottom: 3rem;
    padding-top: 3rem; }
  #footer h6 {
    font-size: 1rem;
    margin-top: 0.5rem; }
    @media (max-width: 767.98px) {
      #footer h6 {
        margin-top: 3.5rem; } }

.portlet-borderless .portlet-title-text {
  display: none; }

.portlet.open > .portlet-content-editable, .portlet:hover > .portlet-content-editable, .portlet.focus > .portlet-content-editable {
  box-shadow: 0 0 2rem #ddd;
  border-color: #ccc; }

.portlet-layout .portlet-header {
  margin-bottom: 1rem; }

.panel-default > .panel-body {
  padding-left: 0;
  padding-right: 0; }

#Content .panel-body {
  padding-left: 0;
  padding-right: 0; }

.form-group.input-text-wrapper {
  max-width: 35rem; }
  @media (max-width: 767.98px) {
    .form-group.input-text-wrapper {
      max-width: unset; } }

.field-content, .button-holder {
  margin-top: 2rem; }

.form-control {
  border-radius: 0.25rem;
  box-shadow: inset 0 0 4px #f0f0f0;
  border-color: #e9e9e9; }

.sch-theme-logo {
  opacity: 0.1; }

.btn-default {
  border-color: #191919; }

.alert .close .lexicon-icon, .portlet-msg-alert .close .lexicon-icon, .portlet-msg-error .close .lexicon-icon, .portlet-msg-help .close .lexicon-icon, .portlet-msg-info .close .lexicon-icon, .portlet-msg-progress .close .lexicon-icon, .portlet-msg-success .close .lexicon-icon {
  height: 1.4rem; }

.agreement-set_table-content {
  padding: 0.75rem !important; }

.panel-group .lfr-panel .panel-header,
.accordion .ui-accordion-header {
  position: relative;
  height: 3rem;
  margin: 0;
  padding: 0;
  color: #191919;
  font-weight: 700;
  line-height: 3rem;
  border-radius: 0.2rem 0.2rem 0 0;
  background-color: white;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNjIlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSI3NiUiIHN0b3AtY29sb3I9IiNmNWY5ZmEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmU4ZWMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(62%, #ffffff), color-stop(76%, #f7f7f7), color-stop(100%, #e3e3e3));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 62%, #f7f7f7 76%, #e3e3e3 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 62%, #f7f7f7 76%, #e3e3e3 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 62%, #f7f7f7 76%, #e3e3e3 100%);
  background-image: linear-gradient(top, #ffffff 0%, #ffffff 62%, #f7f7f7 76%, #e3e3e3 100%);
  cursor: pointer; }

.accordion #ui-accordion-1-header-0 {
  border-top-width: 1px;
  border-radius: 0.2rem 0.2rem 0 0; }

.accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  background-image: url(../images/schilling/arrow-accordion.png);
  background-position: 0 0;
  background-repeat: no-repeat; }

.accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon {
  background-position: 0 -7px; }

.accordion .ui-accordion-icons {
  padding-left: 30px; }

.accordion .ui-state-active, .accordion .ui-widget-content .ui-state-active, .accordion .ui-widget-header .ui-state-active {
  color: #424242; }

fieldset, .aui-form fieldset {
  margin-bottom: 1em; }

input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
  background-color: #ccc; }

.invisible .taglib-icon-help {
  display: none; }

.invisible {
  max-height: 0;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  zoom: 0.6;
  transition: zoom .2s ease 0s,opacity .15s ease 0s,max-height .15s ease 0s,padding-top .15s ease 0s,padding-bottom .15s ease 0s,padding-left .05s ease 0s,padding-right .05s ease 0s; }
  .invisible * {
    transition: margin 0.6s ease 0s; }

.sch-toggleable-section {
  transition: zoom .2s ease 0s,opacity 1s ease 0s,max-height .15s ease 0s,padding-top .15s ease 0s,padding-bottom .15s ease 0s,padding-left .05s ease 0s,padding-right .05s ease 0s; }

.sch-toggleable-section.invisible {
  transition: zoom .2s ease 0s,opacity .15s ease 0s,max-height .6s ease 0s,padding-top .3s ease 0s,padding-bottom .3s ease 0s,padding-left .1s ease 0s,padding-right .1s ease 0s; }

.input-text-wrapper,
.field-wrapper {
  max-width: 35rem; }

select[multiple] {
  height: auto; }

@media (max-width: 575.98px) {
  select {
    font-size: 1rem; } }

option {
  font-family: "Nunito"; }

.test-env-message {
  position: fixed;
  bottom: 0;
  display: block;
  font-size: 0.8rem;
  text-align: center;
  padding: 0.25rem 0.5rem;
  width: 100vw;
  color: #c63337;
  background: rgba(38, 50, 56, 0.75);
  text-shadow: 0 0 3px #c63337;
  border-top: 1x solid black; }

.hidden {
  display: none; }

.clear {
  clear: both; }

.sch-helper-hidden {
  display: none; }

.main-wrapper {
  background: transparent !important; }

.portlet-column-only .portlet-boundary.portlet-boundary_58_.portlet-static {
  margin: 2rem auto; }

#portlet-set-properties select {
  min-width: 14rem; }

#portlet-set-properties li.nav-item .nav-link {
  border-right: 0.2rem double #ccc; }

#portlet-set-properties li.nav-item:last-child .nav-link {
  border-right: 0; }

textarea#_88_regularCss {
  width: 100%;
  min-height: 6rem; }

.taglib-icon .taglib-text {
  text-decoration: none; }

.portlet-boundary h1, .portlet-boundary h2, .portlet-boundary h3 {
  margin: 1rem 0; }

.aui-form-validator-error-container .aui-field-element {
  background: none;
  width: 100%; }

[class~="aui-form-validator-message"] {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-radius: 0.2rem 0 0.2rem 0;
  border-style: none;
  border-width: 1px;
  color: white;
  display: inline-block;
  font-size: 0.6rem;
  margin: 0;
  padding: 0 1rem;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 5;
  opacity: 0.2;
  -ms-filter: alpha(opacity=20);
  filter: alpha(opacity=20);
  letter-spacing: 1.5px; }

.aui-form-validator-error-container {
  color: #000; }

form.sch-comments {
  height: 100%; }

.sch-clickable-row td {
  cursor: pointer; }

a.nav-link:hover {
  color: #424242; }

.nav-link.active {
  color: #424242;
  text-shadow: none; }

a.nav-link.active:hover {
  text-shadow: none; }

.ui-tabs-nav ul.nav li.nav {
  background: none repeat scroll 0 0 transparent; }

.tabs .ui-tabs-nav .nav-item a.nav-link.active, a.nav-link.active:hover {
  background: none repeat scroll 0 0 #fcfcfc; }

.tabs .ui-tabs-nav .nav-item a.nav-link.active {
  border: medium none;
  box-shadow: none;
  position: relative;
  height: 4vh; }

a.nav-link {
  border-style: none;
  padding: 0; }

a.nav-link {
  text-shadow: none; }

.ui-tabs-nav ul.nav .nav-link:last-child {
  border-right-color: #CECCCC; }

.ui-widget-content a {
  color: #191919; }

.sch-message-placeholder {
  min-height: 361px;
  height: 361px; }

.sch-mustfill-note {
  display: none; }

.pp-portlet-content {
  padding: 2%;
  background: #fFf; }

.pp-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 3em; }

.pp-label-big {
  color: #666666;
  font-size: 1rem;
  font-weight: 600;
  margin-right: 1rem; }

.pp-label {
  color: #222;
  font-weight: 600; }

.pp-criteria {
  margin-bottom: 1rem; }

table.pp-table tr th, table.pp-table tr td {
  padding-left: 1rem;
  padding-right: 1rem; }

@media (max-width: 767.98px) {
  table.pp-table tr {
    padding-left: 0.25rem;
    padding-right: 0.25rem; } }

table.pp-table tr th {
  color: #222;
  background: #fcfcfc;
  font-size: 1rem;
  font-weight: 600;
  padding-top: 1rem;
  padding-bottom: 1rem; }

table.pp-table tr td.first,
table.pp-table tr th.first {
  padding-left: 0; }

table.pp-table tr td.last,
table.pp-table tr th.last {
  padding-right: 0; }

table.pp-table tr td {
  font-weight: 300;
  line-height: 1; }
  table.pp-table tr td .pp-label {
    font-weight: 300;
    min-width: 12rem;
    display: inline-block; }

.table-bordered,
table th {
  color: #222; }

.productInfo,
.agreementAuthorInfo,
.productDetails,
.pp-details {
  line-height: 1.5rem; }
  .productInfo .pp-label,
  .agreementAuthorInfo .pp-label,
  .productDetails .pp-label,
  .pp-details .pp-label {
    display: inline-block;
    width: 16rem;
    padding-right: 1rem; }
    @media (max-width: 767.98px) {
      .productInfo .pp-label,
      .agreementAuthorInfo .pp-label,
      .productDetails .pp-label,
      .pp-details .pp-label {
        width: 12rem !important;
        padding-right: 0.25rem !important; } }

div.stakeholders ul.sch-product-stakeholders {
  display: inline-block;
  padding: 0; }
  div.stakeholders ul.sch-product-stakeholders li {
    display: inline;
    margin: 0;
    line-height: inherit; }
    div.stakeholders ul.sch-product-stakeholders li .sch-role {
      display: none; }
  div.stakeholders ul.sch-product-stakeholders li:after {
    content: ', '; }
  div.stakeholders ul.sch-product-stakeholders li:last-child:after {
    content: ''; }

table.pp-form-table td {
  padding: 2px 5px; }

.pp-skipHeader h3 {
  display: none; }

.overviewHeader {
  background: none;
  font-size: 20px;
  font-weight: normal;
  padding: 2px;
  color: #424242; }

.portlet-boundary_schilling_accountinfo h1 {
  font-size: 24px;
  color: #424242; }

#portlet_schilling_account .panel-body {
  background-color: transparent; }

.pdf {
  padding: 30px 0; }

/***** Standard LR components *****/
#content {
  /*
.product-menu {
	.panel-header {
		&.collapse-icon {
			.collapse-icon-open,
			.collapse-icon-closed {
				position: absolute;
				left: initial;
				top: 33% !important;
			}
		 }
	 }
}
*/ }
  #content .panel-group .panel-header .panel-title {
    font-weight: 700;
    font-size: 1rem; }
    #content .panel-group .panel-header .panel-title a {
      color: #191919;
      position: initial; }
  #content .panel-header.collapse-icon.collapsed .collapse-icon-closed {
    transform: rotate(0deg); }
  #content .panel-header.collapse-icon .collapse-icon-closed {
    transform: rotate(450deg);
    transition: transform 0.4s;
    display: inline !important; }
  #content .panel-header.collapse-icon .collapse-icon-open {
    display: none !important; }
  #content .product-menu .panel-header .collapse-icon-closed, #content .product-menu .panel-header .collapse-icon-open {
    top: calc(0.625rem + 0.0625rem + (((0.75rem * 1.5) - 1em) / 2)) !important; }
  #content .panel-header {
    border-radius: 0.2rem; }
    #content .panel-header .title-text {
      color: #191919;
      float: none;
      font-size: 1rem;
      font-weight: 700;
      margin: 0 0.5rem;
      text-decoration: none; }
    #content .panel-header.collapse-icon {
      text-indent: 2.5rem;
      padding-left: 0;
      border-left: 0;
      overflow: hidden;
      white-space: nowrap; }
      #content .panel-header.collapse-icon .collapse-icon-closed {
        position: absolute;
        left: 0.9em;
        top: 33%;
        -ms-transform: none; }
      #content .panel-header.collapse-icon .lexicon-icon-angle-right {
        fill: #c63337 !important; }
  #content .lfr-panel .toggler-content .panel-body {
    padding: 1rem 2rem; }
  #content .lfr-panel .toggler-content.toggler-content-collapsed .panel-body {
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0; }

.tab-content.ui-widget-content {
  border: none; }

.journal-content-article h1, .journal-content-article h2, .journal-content-article h3, .journal-content-article h4 {
  font-weight: 400;
  margin: 2rem 0 0.5rem 0; }

.journal-content-article h3 {
  font-size: 1rem;
  color: #777; }

.journal-content-article p {
  margin: 0.5rem 0;
  text-align: justify; }

.journal-content-article ul {
  list-style: disc; }

.journal-content-article ol li {
  line-height: unset; }

.infobox .journal-content-article {
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod?EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, white 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, white 0%, #f7f7f7 100%);
  background: -o-linear-gradient(top, white 0%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, white 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  color: #191919 !important;
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  border: 1px solid #f5f6f7;
  border-radius: 0.2rem; }

@media (max-width: 991.98px) {
  .infobox .journal-content-article {
    padding: 1rem; } }

.portlet-draggable .portlet-borderless-bar {
  cursor: pointer; }

@media (min-width: 992px) {
  .portlet-column-last {
    padding-left: 36px; } }

/********* Cancel button ********/
.btn.button.sch-button-cancel {
  float: left; }

.btn.button.sch-button-cancel input {
  color: #fff !important;
  background: #191919;
  border-color: #fcfcfc; }

.lightbox .btn.sch-button-cancel {
  float: left; }

.lightbox .sch-button-cancel {
  float: left; }

.lightbox .aui-button-clear {
  float: left; }

/*.lightbox*/
.sch-button-submit {
  float: right; }

/******** MyContracts  **********/
.sch-contract-documents-fieldset {
  margin: 1em 0; }

.sch-contract-documents-fieldset h2 {
  font-weight: 600; }

.sch-mycontracts-contract-holder h2 {
  font-size: 15px;
  margin: 1em 0 0.5em 0; }

.aui-button-holder.sch-contract-top-buttons {
  box-sizing: border-box;
  vertical-align: top;
  margin: 0 36px 0 -18px;
  /* Minus margin plus padding to leave space for button box-shadow */
  padding-left: 18px; }

form.sch-mycontracts-note-wrapper {
  width: 79%;
  display: inline-block;
  box-sizing: border-box;
  text-align: right; }

input.aui-button-input-submit {
  background-color: #000;
  color: #fFf;
  border: none;
  border-radius: 0.2rem;
  font-size: 1rem;
  padding: .4375rem .9375rem; }

span.sch-oversize {
  font-size: 42px;
  line-height: 20px; }

.aui-button.sch-reject-button {
  float: right; }

.search-iterator-exclamation-mark {
  vertical-align: bottom; }

.sch-contract-meta label.aui-field-label {
  display: inline-block;
  margin: 0;
  width: 180px; }

.sch-mycontracts-contract-holder fieldset.fieldset.sch-mycontracts-note {
  margin-bottom: 2em;
  margin-top: 0; }

/* Needs extra margin, otherwise upper rounded borders are cut */
.lightbox .aui-button-input {
  margin: 1px 0 0 0; }

.lightbox .sch-button-new-message {
  float: right; }

.lightbox .sch-button-reply-message {
  margin-top: 32px;
  float: right; }

.lightbox #contractMessages .sch-toggle {
  width: 6%;
  padding-left: 10px;
  text-align: center;
  width: 37px; }

tr.inactive td {
  text-decoration: line-through; }

tr.inactive td.first.col-1 {
  text-decoration: none; }

#_schilling_contracts_contractHoldersSearchContainerSearchContainer tr.results-row {
  line-height: 22px; }

#_schilling_contracts_contractHoldersSearchContainerSearchContainer td.icon-contract-notification .attention {
  width: 23px;
  background-image: url("../images/schilling/search-iterator-exclamation-mark.png"); }

#_schilling_contracts_contractHoldersSearchContainerSearchContainer td.icon-contract-notification .expired {
  width: 23px;
  background-image: none; }

#_schilling_contracts_contractHoldersSearchContainerSearchContainer td.icon-contract-notification .expired[title] {
  display: none; }

#_schilling_contracts_contractHoldersSearchContainerSearchContainer td.icon-contract-notification .active {
  width: 23px;
  background-image: none; }

#_schilling_contracts_contractHoldersSearchContainerSearchContainer td.icon-contract-notification .active[title] {
  display: none; }

.sch-mycontracts-new-message .aui-button-holder {
  margin-bottom: 32px; }

.lightbox.sch-mycontracts-comments-popup input[type="reset"] {
  display: inherit; }

.lightbox.sch-mycontracts-comments-popup .taglib-search-iterator-page-iterator-bottom {
  display: none; }

.lightbox.sch-mycontracts-comments-popup .lfr-search-container {
  height: 100%;
  margin-bottom: 0; }

#_schilling_contracts_messagesSearchContainer {
  overflow-y: auto;
  height: 322px;
  height: calc(100% - 70px);
  max-height: none; }

.sch-js-mycontracts-comments-popup .taglib-search-iterator-page-iterator-bottom .search-pages .paging {
  display: none; }

#_schilling_contracts_subject {
  width: 542px;
  width: calc(100% - 20px); }

#_schilling_contracts_body {
  width: 542px;
  width: calc(100% - 20px);
  height: 160px; }

input#_schilling_contracts_newMsgButton {
  margin: 16px 0; }

select#_schilling_contracts_messagesSearchContainerPageIteratorBottom_itemsPerPage {
  display: none; }

.sch-mycontracts-reject-popup label.aui-choice-label {
  color: red; }

.sch-new-message-showing div#_schilling_contracts_msgListHolder {
  display: none; }

.portlet-boundary_schilling_contracts_ .searchcontainer tr.sch-open-closed.closed {
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  transform: scale(0.95); }

.portlet-boundary_schilling_contracts_ .searchcontainer tr.sch-open-closed.closed {
  opacity: 100%;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  transition: opacity 0.5s, transform 0.3s; }

/**** Fix that non-styleable checkbox in @afari ****/
.safari .sch-mycontracts-popup .sch-tickholder .aui-field-input-choice.sch-oversize {
  -webkit-appearance: none;
  color: #424242;
  display: inline-block;
  border: 2px solid #777;
  border-radius: 0.2rem;
  font-size: 55px; }

.safari .sch-mycontracts-popup .sch-tickholder .aui-field-input-choice.sch-oversize:checked {
  -webkit-appearance: none;
  color: #333; }

.safari .sch-mycontracts-popup .sch-tickholder .aui-field-input-choice.sch-oversize:checked:before {
  content: '\2714'; }

/*** General ****/
.sch-anchor-button {
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
  background-color: #fcfcfc;
  padding: 7px;
  border-radius: 0.2rem; }

/***** Agreements portlet *****/
h2.pp-title {
  margin-bottom: 0; }

/***** sch-js-button *****/
.sch-js-button .aui-button-content {
  display: inline-block;
  margin: 0 0 0 1rem;
  vertical-align: baseline; }

.sch-js-button input {
  border: none;
  color: #191919;
  background-color: transparent;
  text-shadow: none;
  text-transform: none;
  padding: 0; }

.sch-js-button input:hover {
  color: #191919;
  background-color: transparent; }

.sch-anchor,
.sch-js-button {
  cursor: pointer;
  white-space: nowrap;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

@media (max-width: 767.98px) {
  .navigation .taglib-icon:after,
  .portlet-borderless-container .portlet-title-default:after,
  .navigation-icon.user:after,
  ul.nav.navbar-nav li a span:after,
  .sch-anchor:after,
  .sch-js-button:after,
  #sch-cookie-announcement a:after {
    font-size: 1.25rem; } }

span.sch-username {
  margin-left: 0.2rem;
  white-space: nowrap; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

.pp-table ul {
  margin-top: 0; }

.pp-table li {
  list-style: disc; }

.panel-group .panel-body {
  background-color: #fcfcfc; }

/***** Top/buttom margins for graphs *****/
.RTH {
  margin: 1rem 0; }
  .RTH .rth_graph {
    margin-top: 0.5rem; }

/***** Login navigation icons *****/
span.sch-login-nav-forgot-password-icon a.taglib-icon img {
  display: none; }

.sch-login-nav-sign-in-icon a.taglib-icon img {
  display: none; }

.portlet-login .navigation {
  background: #fcfcfc;
  border-top: 1px solid #cecece;
  padding: 1rem; }

/***** Table header salgstal top of workdetails *****/
.panel-body > table.productTable tr th.first a {
  margin-left: 1rem; }

.panel-body > table.productTable .productDetails {
  margin-top: 0;
  font-weight: 400; }

.panel-body > table.productTable .workDetails {
  padding: 1rem;
  font-weight: 400; }

/***** THE LOGIN PAGE WITH CENTERED TITLE AND TEXT *****/
/* portlet must have "centered33" css class*/
.centered33 .journal-content-article {
  text-align: left; }

.centered33 {
  margin: 0 auto; }

@media (min-width: 768px) {
  .centered33 {
    max-width: 46%; } }

.lfr-panel .toggler-content.toggler-content-collapsed .panel-body {
  display: none; }

#pre-nav-ul {
  opacity: calc(var(--nav-ul-scrollLeft)/4); }

#post-nav-ul {
  opacity: calc(1 - var(--nav-ul-scrollLeft)/5);
  right: 0; }

.navigation-arrow {
  font-size: 2.25rem;
  padding-top: 1.5625rem;
  position: absolute; }

/**** was_custom ****/
/* ---------- Communication Page Tabs / Settlements Page ---------- */
.tabs {
  position: relative; }

.tabs .ui-tabs-nav {
  border-bottom: 1px;
  border-color: #cecece; }

.tabs .ui-tabs-nav .nav .nav-item {
  position: relative;
  height: 3rem;
  font-family: "Nunito";
  font-weight: normal;
  line-height: 3rem;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #fefefe 85%, #fafafa 91%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(85%, #fefefe), color-stop(91%, #fafafa), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #ffffff 0%, #fefefe 85%, #fafafa 91%, #efefef 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #fefefe 85%, #fafafa 91%, #efefef 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #fefefe 85%, #fafafa 91%, #efefef 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fefefe 85%, #fafafa 91%, #efefef 100%);
  border: solid 1px #cecece;
  border-bottom: 0;
  border-radius: 0.2rem 0.2rem 0 0;
  border-right-width: 0; }
  .tabs .ui-tabs-nav .nav .nav-item .nav-link {
    line-height: 3rem; }

.ui-tabs-nav ul.nav, .tabs .ui-tabs-nav ul.nav {
  max-height: 3rem; }

.tabs .ui-tabs-nav .nav .nav-item .nav-link.active {
  font-weight: 700;
  background: #fcfcfc;
  box-shadow: inset -1px 3px 3px #fff;
  border-radius: 0.2rem 0.2rem 0 0;
  z-index: 2;
  height: 3.1rem; }

.tabs .ui-tabs-nav .nav .nav-item:last-child {
  border-right-width: 1px; }

.tabs .ui-tabs-nav .nav-item a {
  position: relative;
  display: block;
  padding: 0 1.5rem; }

@media (min-width: 768px) {
  .tabs .ui-tabs-nav li.nav-item a.nav-link {
    padding: 0 2rem; } }

.tabs .ui-tabs-nav .nav-item a.nav-link:focus {
  outline: none; }

.tabs .ui-tabs-nav .nav-item a.nav-link.active {
  color: #222;
  border-bottom: 6px solid #fcfcfc; }

.portlet-boundary.sch-tabs-tab-style,
.tabs .ui-tabs-nav .tab-content > div .lfr-search-container {
  border: 0; }

.portlet-boundary.sch-tabs-tab-style .lfr-search-container {
  border-bottom: none; }

/* ---------- Settlements Page Table Columns ---------- */
.results-row a {
  position: relative; }

.results-row .icon-pdf-small {
  position: absolute;
  top: 2px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/schilling/pdf.png) no-repeat 0 0; }

/* ---------- Settlements Page Accordion ---------- */
.panel-group {
  border-width: 1px 0 0 0;
  margin-bottom: 2rem; }

.accordion {
  margin-bottom: 30px; }

.accordion.ui-widget {
  font-family: "Nunito";
  font-size: 13px; }

.agreement-set,
.accordion .ui-accordion-content {
  border-radius: 0;
  background-color: #fcfcfc; }

.agreement-set {
  margin-bottom: 1rem; }

.agreement-set:last-child {
  margin-bottom: 0; }

/* ---------- Float Containing ---------- */
.wrapper:before, .wrapper:after {
  content: "";
  display: table; }

.wrapper:after {
  clear: both; }

.wrapper {
  *zoom: 1; }

/***** LR7 custom *****/
.container-fluid {
  padding-right: 0;
  padding-left: 0; }

:focus {
  outline-color: #777; }

a:hover {
  text-decoration: none; }

a.taglib-icon:focus .taglib-text, a.taglib-icon:hover .taglib-text {
  text-decoration: none; }

#wrapper {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh; }

@media only screen and (min-width: 768px) {
  .has-control-menu .affix, .has-control-menu div#wrapper.container-fluid {
    margin-top: 104px; } }

.body_top {
  padding-bottom: 1rem; }

.body_top .top.container .menu {
  position: static; }
  .body_top .top.container .menu .menu-component.nav nav > ul > li ul {
    display: none; }
  .body_top .top.container .menu .menu-component .portlet {
    margin: 0; }
    .body_top .top.container .menu .menu-component .portlet .portlet-content {
      padding: 0; }

.body_top .top.container .portlet-boundary_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet_ .portlet-header {
  display: none; }

.body_top .top.container .portlet-boundary_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet_ .button .btn-section {
  display: none; }

.body_top .top.container .portlet-boundary_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet_ .lexicon-icon {
  margin-top: 0;
  height: 1.875rem;
  width: 2rem; }

.dropdown.lfr-icon-menu .btn .svg {
  width: 2rem;
  height: 1rem; }

.portlet-boundary_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet_ .portlet-body {
  white-space: nowrap; }
  .portlet-boundary_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet_ .portlet-body .portlet-content, .portlet-boundary_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet_ .portlet-body .portlet-minimized .portlet-content-container {
    padding-top: 0; }
  .portlet-boundary_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet_ .portlet-body .btn-secondary {
    background-color: transparent;
    border-color: transparent;
    color: inherit; }
    .portlet-boundary_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet_ .portlet-body .btn-secondary span.inline-item {
      font-size: 2rem; }
    .portlet-boundary_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet_ .portlet-body .btn-secondary span.btn-section {
      display: none; }
    .portlet-boundary_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet_ .portlet-body .btn-secondary:hover span.inline-item {
      font-size: 2.1rem; }

.nav .nav-item .nav-link.active:after {
  background-color: #191919; }

btn-primary.btn-default:focus,
.form-control:focus {
  border-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  background-color: #fFf; }

.taglib-icon-help .lexicon-icon {
  fill: #777; }

.reference-mark.text-warning .lexicon-icon {
  width: 0.5rem;
  position: relative;
  top: 0.28rem;
  color: rgba(255, 0, 0, 0.5); }

.portlet-boundary.sch-tabs-tab-style .ui-tabs-nav ul.nav,
.tabs .ui-tabs-nav ul.nav {
  margin-bottom: 0 !important; }
  .portlet-boundary.sch-tabs-tab-style .ui-tabs-nav ul.nav li.nav-item,
  .tabs .ui-tabs-nav ul.nav li.nav-item {
    margin-top: 0; }
    .portlet-boundary.sch-tabs-tab-style .ui-tabs-nav ul.nav li.nav-item a.nav-link,
    .tabs .ui-tabs-nav ul.nav li.nav-item a.nav-link {
      font-size: 1rem; }
    @media (max-width: 767.98px) {
      .portlet-boundary.sch-tabs-tab-style .ui-tabs-nav ul.nav li.nav-item a.nav-link,
      .tabs .ui-tabs-nav ul.nav li.nav-item a.nav-link {
        font-size: 1rem; } }

.portlet-boundary.sch-tabs-tab-style .ui-tabs-nav .nav .nav-link.active::after,
.portlet-boundary.sch-tabs-tab-style .ui-tabs-nav .nav .nav-item.show .nav-link::after,
.tabs .ui-tabs-nav .nav .nav-link.active::after,
.tabs .ui-tabs-nav .nav .nav-item.show .nav-link::after {
  height: initial; }

.portlet-boundary.sch-tabs-tab-style .ui-tabs-nav .tab-content > div,
.tabs .ui-tabs-nav .tab-content > div {
  padding: 1rem 2rem;
  position: relative;
  background: #fcfcfc;
  border: solid 1px #cecece;
  border-width: 1px;
  border-radius: 0 0.2rem 0.2rem 0.2rem; }
  @media (max-width: 767.98px) {
    .portlet-boundary.sch-tabs-tab-style .ui-tabs-nav .tab-content > div,
    .tabs .ui-tabs-nav .tab-content > div {
      padding: 0.5rem; } }
  .portlet-boundary.sch-tabs-tab-style .ui-tabs-nav .tab-content > div > .alert,
  .tabs .ui-tabs-nav .tab-content > div > .alert {
    display: inline-block;
    margin: 1em; }

.ui-tabs-nav ul.nav {
  margin-bottom: 0 !important; }
  .ui-tabs-nav ul.nav li.nav-item {
    margin-top: 0; }

.ui-tabs-panel .lfr-search-container table.table-bordered {
  border: 0; }
  .ui-tabs-panel .lfr-search-container table.table-bordered th {
    border-top: 0 !important; }
  .ui-tabs-panel .lfr-search-container table.table-bordered th:first-child {
    border-left: 0; }
  .ui-tabs-panel .lfr-search-container table.table-bordered th:last-child {
    border-right: 0; }

.btn-link.btn-default.btn-cancel,
.btn-link.btn-default.close-modal {
  font-weight: 400; }

.tooltip .tooltip-inner {
  font-size: 0.75rem;
  box-shadow: 4px 4px 14px #aaa;
  border-radius: 0.2rem;
  border: 1px solid;
  border-color: #c8c9ca #9e9e9e #9e9e9e #c8c9ca; }
  .tooltip .tooltip-inner .tooltip-inner {
    color: #191919;
    background-color: #fFf; }
    .tooltip .tooltip-inner .tooltip-inner .yui3-widget-bd {
      font-family: "Nunito"; }

.control-menu-nav {
  font-size: 1rem; }
  .control-menu-nav a {
    font-size: 1rem; }

@media (min-width: 480px) {
  .control-menu-level-1 > .container-fluid {
    padding-right: 12rem !important; } }

.cadmin.control-menu-container .control-menu-nav-item {
  pointer-events: all; }

html:not(#__):not(#___) .cadmin .control-menu-level-1-dark {
  background-color: transparent !important; }
  html:not(#__):not(#___) .cadmin .control-menu-level-1-dark #_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_sidenavToggleId {
    background-color: #000; }
  html:not(#__):not(#___) .cadmin .control-menu-level-1-dark .control-menu-nav-item.control-menu-nav-item-content {
    height: 32px !important;
    background-color: #c63337 !important; }

#_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_sidenavToggleId::before {
  content: ' ';
  position: absolute;
  background-color: #c63337;
  width: 3rem;
  height: 100%;
  z-index: -1; }

.aui-helper-hidden-accessible {
  clip: rect(0 0 0 0) !important;
  position: absolute !important;
  -webkit-transform: scale(0);
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 0;
  *position: fixed !important;
  _position: absolute !important; }

.form-control[multiple], .form-control[size] {
  font-size: 1rem;
  min-height: 2rem; }

.form-control {
  font-size: 1rem;
  height: 2rem; }

@media (max-width: 767.98px) {
  .form-control {
    font-size: 1rem; } }

.list-group-item-content {
  width: 206px;
  max-width: 206px; }

.portlet-topper-toolbar {
  line-height: 1.8rem; }

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 0; }

select.form-control:not([size]):not([multiple]) {
  height: 2.4rem;
  font-weight: 300;
  min-width: 22rem; }

select.form-control option {
  font-weight: 300; }

.portlet-title-text {
  display: none; }

.has-control-menu controls-visible .portlet-title-text {
  display: initial; }

.alert-indicator svg.lexicon-icon {
  height: 24px;
  font-size: 1.4rem; }

svg.lexicon-icon {
  shape-rendering: geometricprecision; }

.alert button.close:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 11, 48, 0.25); }

.alert-error {
  background-color: #ffdcdc;
  color: #F00;
  border-color: rgba(255, 0, 0, 0.1);
  border-width: 2px; }

.alert.liferayalert .lexicon-icon.lexicon-icon-times {
  color: #F00; }

.sch-alert-message-holder .lfr-alert-container {
  margin-bottom: 1rem; }

.sch-myinformation-passwords input[type=password] {
  max-width: unset; }

.sch-myinformation-passwords .input-text-wrapper, .sch-myinformation-passwords .field-wrapper {
  max-width: unset; }

.portlet-body .alert strong.lead {
  display: none; }

.lfr-search-container {
  margin-top: 0; }
  .lfr-search-container table.table-bordered {
    border-top: 0; }
    .lfr-search-container table.table-bordered th {
      font-weight: 700;
      color: #191919;
      background-color: #fcfcfc; }
      .lfr-search-container table.table-bordered th a {
        font-weight: 400;
        color: #424242; }
    .lfr-search-container table.table-bordered th, .lfr-search-container table.table-bordered td {
      border-style: dotted;
      border-left: 0;
      border-right: 0;
      border-bottom-width: 1px;
      border-color: #cecece;
      padding: 1rem; }
    .lfr-search-container table.table-bordered th {
      border-top-style: solid; }
  .lfr-search-container td.table-cell.icon.first {
    padding-left: 0;
    padding-right: 0; }

.taglib-search-iterator td {
  padding: 0 1rem; }

/*.table-sort-liner {
	height: unset;
	.table-sort-indicator { bottom: 0.9ex }
}*/
.portlet:hover > .portlet-topper {
  border-radius: 0.2rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.product-menu .panel-body {
  background-color: #4c4c4c; }

.modal-dialog .panel-body {
  background-color: #fFf; }

.modal-content .modal-header {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border-bottom: 1px solid #d9d9d9; }
  .modal-content .modal-header .close {
    padding: 0 !important;
    border-radius: unset;
    color: #191919 !important;
    background: transparent; }
    .modal-content .modal-header .close:hover {
      background: transparent; }
  .modal-content .modal-header .modal-title {
    color: #333; }

.dialog-iframe-popup .input-text-wrapper {
  max-width: none; }

/* 2025-11-19 MR: Do not find lfr-form-content in html
.dialog-iframe-popup {
	.sch-communication-comments {
		.lfr-form-content .panel-body { padding: 0 }
	}
}

.dialog-iframe-popup .lfr-form-content {
    padding: 2 * $font-size;
	@include media-breakpoint-down(xs) {
		padding: $font-size;
	}
}
*/
.panel-title.h4 {
  font-size: 1rem; }

a.collapse-icon:hover {
  text-decoration: none; }

.collapse-icon,
.collapse-icon-closed .lexicon-icon,
.collapse-icon-open .lexicon-icon {
  fill: #000; }

.product-menu .panel-header.collapse-icon,
.product-menu .panel-header .collapse-icon-closed .lexicon-icon,
.product-menu .panel-header .collapse-icon-open .lexicon-icon {
  fill: #fff; }

.portal-popup .dialog-footer.sch-fixed {
  position: fixed; }

.alert-dismissable {
  padding-right: 3.5rem; }

.portlet-column-only {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  margin-top: 0; }

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: none; }

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: initial;
  padding-top: initial; }

#portlet_new-password .input-text-wrapper, #portlet_new-password .field-wrapper {
  max-width: 25rem;
  margin: 1.5em 0; }

#portlet_new-password .lfr-icon-menu .taglib-text-icon {
  display: none; }

#portlet_new-password .sheet {
  border-width: 0; }

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  transition: background-color 0.3s; }

#portlet_new-password .pull-right {
  display: none !important; }

.alert-notifications .alert, .alert-notifications .portlet-msg-alert, .alert-notifications .portlet-msg-error, .alert-notifications .portlet-msg-help, .alert-notifications .portlet-msg-info, .alert-notifications .portlet-msg-progress, .alert-notifications .portlet-msg-success {
  font-size: 1rem; }

.alert-notifications strong.lead {
  display: none; }

.alert-success, .portlet-msg-success {
  background-color: lime; }

.portlet-boundary .panel-default {
  color: #191919;
  border-color: #cecece; }

.portlet-login .navigation i.icon-question-sign {
  display: none; }

fieldset > div > .panel-body {
  padding-left: 0;
  padding-right: 0;
  padding: 0; }

.modal-header {
  color: #333; }

.table-list thead th,
.table-list th {
  box-shadow: inset 0 0.0625rem #cecece, 0 0.0625rem #cecece;
  border-bottom-width: 1px;
  border-bottom-style: dotted !important;
  border-bottom-color: #cecece; }

.table-list thead th,
.table-list thead td,
.table-list th,
.table-list td {
  box-shadow: inset 0 -0.0625rem #cecece, 0 0.0625rem #cecece;
  border-bottom-width: 1px;
  border-bottom-style: dotted !important;
  border-bottom-color: #cecece; }

.table-list thead td,
.table-list td {
  box-shadow: inset 0 0.0625rem #cecece;
  border-bottom-width: 1px;
  border-bottom-style: dotted !important;
  border-bottom-color: #cecece; }

.table-list td:first-child {
  box-shadow: inset 0.0625rem 0 #cecece;
  border-bottom-width: 1px; }

.table-list td:last-child {
  box-shadow: inset 0 0.0625rem #cecece, inset -0.0625rem 0 #cecece;
  border-bottom-width: 1px; }

.form-validator-stack.help-block {
  font-size: 0.75rem; }

.pagination-bar {
  border: 1px solid #cecece;
  border-top: 0;
  padding: 0.5rem;
  background-color: #fcfcfc; }

th .taglib-icon-help.lfr-portal-tooltip {
  height: 1rem; }

.row, .form-horizontal > .form-group {
  margin-right: 0;
  margin-left: 0; }

a.icon-monospaced.list-unstyled.portlet-icon-back.text-default {
  display: none; }

.menu.container {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 0.5rem; }

@media (hover: hover) {
  .menu.container {
    overflow-x: hidden !important; }
    .menu.container:hover {
      overflow-x: auto !important;
      scrollbar-width: thin; } }

span.userinfo {
  position: relative;
  top: 0.1rem; }

.journal-content-article ul li {
  line-height: inherit; }

.table-cell.icon .collapse-icon,
.table-cell.icon .collapse-icon-closed .lexicon-icon,
.table-cell.icon .collapse-icon-open .lexicon-icon {
  fill: #c63337; }

/* Workaround */
.collapse-icon {
  padding: 1rem 1.25rem; }

.btn-link.btn-default.btn-cancel {
  background-color: #555 !important; }

div.personal-menu-dropdown button.dropdown-toggle:before {
  content: 'Mina uppgifter';
  padding-right: 0.25rem; }

div.personal-menu-dropdown .btn {
  box-shadow: none !important;
  border-radius: 0.2rem; }

div.personal-menu-dropdown .btn:focus {
  box-shadow: none;
  font-weight: 700; }

.sch-dropdown-menu-personal-menu .dropdown-subheader.user-name,
.sch-dropdown-menu-personal-menu .dropdown-subheader:first-child,
.dropdown-menu-personal-menu .dropdown-subheader.user-name,
.dropdown-menu-personal-menu .dropdown-subheader:first-child {
  font-weight: 600;
  color: #c63337; }

#navigationCollapse {
  z-index: 1;
  background: #fFf;
  justify-content: center; }

fieldset[disabled] .form-control, .form-control[disabled] {
  color: #555; }

@media (max-width: 767.98px) {
  .navbar-site .nav-link {
    font-size: 1.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; } }

.dropdown-item:hover {
  background-color: #f3f3f3; }

body #content {
  margin: 4rem auto 0 !important;
  flex-grow: 1;
  width: 100%; }

@media (max-width: 767.98px) {
  body #content {
    margin-top: 8rem !important; } }

/***** www.studentlitteratur.se header *****/
@media (max-width: 767.98px) {
  body.signed-out .menu-wrapper {
    display: none; } }

body header#banner .top-nav {
  left: 50%;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.top-icon {
  height: 2rem;
  width: 4rem; }

.top-icon:after {
  left: 0;
  display: block;
  mask: center;
  height: 2rem;
  width: 2rem;
  content: "";
  mask-size: cover;
  background-color: #fFf; }

.top-icon.top-icon-account::after {
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M19.642 15.768A9.002 9.002 0 0 1 25 24a1 1 0 0 1-2 0 7 7 0 0 0-14 0 1 1 0 0 1-2 0 9.002 9.002 0 0 1 5.358-8.232A6.002 6.002 0 0 1 16 5a6.002 6.002 0 0 1 3.642 10.768zM16 30c7.732 0 14-6.268 14-14S23.732 2 16 2 2 8.268 2 16s6.268 14 14 14zm0 2C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm4-21c0-2.208-1.792-4-4-4s-4 1.792-4 4 1.792 4 4 4 4-1.792 4-4z'/%3E%3C/svg%3E"); }

.top-icon.top-icon-account-signed-in:after {
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M19.642 15.768A9.002 9.002 0 0 1 25 23.938 11.971 11.971 0 0 1 16 28a11.971 11.971 0 0 1-9-4.062 9.002 9.002 0 0 1 5.358-8.17A6.002 6.002 0 0 1 16 5a6.002 6.002 0 0 1 3.642 10.767zM16 30c7.732 0 14-6.268 14-14S23.732 2 16 2 2 8.268 2 16s6.268 14 14 14zm0 2C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16z'/%3E%3C/svg%3E"); }

.top-icon.top-icon-message:after {
  height: 26px;
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='26'%3E%3Cpath fill='%23263238' fill-rule='evenodd' d='M20.784.67l5.97 18.375a.97.97 0 0 1-.623 1.223l-4.062 1.32a.971.971 0 0 1-1.224-.624l-.203-.625-2.147-.011a4.397 4.397 0 0 1-4.284 3.435 4.398 4.398 0 0 1-4.295-3.48l-2.094-.011-4.075 1.324a.971.971 0 0 1-1.223-.623l-2.476-7.62a.97.97 0 0 1 .623-1.224l4.075-1.324 10.332-7.59-.203-.624a.97.97 0 0 1 .624-1.223L19.56.048a.97.97 0 0 1 1.224.623zM4.07 19.45l2.378-.773-1.876-5.774-2.378.773 1.876 5.773zm10.14 2.37a2.452 2.452 0 0 0 2.259-1.503l-4.526-.023a2.451 2.451 0 0 0 2.268 1.527zm-5.833-3.487l11.633.061-1.425-4.385-2.875-8.848-9.375 6.886 1.021 3.143 1.021 3.143zm14.015 1.108l2.215-.72-5.37-16.527-2.215.72 2.685 8.264 2.565 7.894v.002l.12.367zM24.09 5.385a.97.97 0 0 1-.424-1.307L25.409.66a.971.971 0 0 1 1.73.881l-1.742 3.42a.97.97 0 0 1-1.306.424zm7.278 9.279a.97.97 0 1 1-.881 1.73l-3.42-1.742a.97.97 0 1 1 .882-1.73l3.42 1.742zm-4.913-5.605a.971.971 0 0 1 .624-1.223l3.649-1.186a.971.971 0 0 1 .6 1.847l-3.65 1.185a.971.971 0 0 1-1.223-.623z'/%3E%3C/svg%3E"); }

body.impersonated .top-icon.top-icon-account-signed-in::after {
  background-color: yellow; }

header#banner, header#banner svg#header-svg {
  pointer-events: none;
  top: 0;
  z-index: 30;
  height: 142px;
  fill: #c63337;
  transition: height; }

header#banner svg#header-svg {
  position: fixed;
  width: 100%; }

header#banner .top-nav {
  background: #c63337;
  z-index: 40;
  width: 100%; }

header#banner nav.navicons {
  pointer-events: all;
  display: flex;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 1rem;
  z-index: 990;
  gap: 0.5rem;
  flex-direction: row; }
  header#banner nav.navicons span.messages-toggle-text {
    display: block; }
  header#banner nav.navicons .sch-icon-button-holder.my-sites-portlet {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center; }
  header#banner nav.navicons a .top-icon {
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    align-content: stretch;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
  header#banner nav.navicons > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 0.5rem;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    color: #fFf;
    font-size: 10px;
    font-weight: 700;
    transition: color; }

header#banner.sticky .top-nav {
  padding-top: 18px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  top: 0 !important; }

@media (max-width: 767.98px) {
  header#banner .top-nav {
    padding-top: 18px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    top: 0 !important; } }

@media (min-width: 768px) {
  header#banner .top-nav {
    padding-top: 24px;
    height: 78px; } }

@media (min-width: 768px) {
  header#banner .top-nav .logo {
    margin-left: 30px; } }

header#banner .logo, header#banner .logo img {
  display: inline; }

header#banner .logo {
  max-width: 200px;
  pointer-events: all; }

header#banner.straight .logo .logo-mobile {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

header#banner.straight .logo .logo-desktop {
  display: none; }

@media (max-width: 767.98px) {
  header#banner .logo .logo-mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  header#banner .logo .logo-desktop {
    display: none; }
  header#banner .logo, header#banner .logo .logo-mobile {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  header#banner .top-nav {
    height: auto; }
  .links.container {
    max-width: unset; } }

@media (min-width: 768px) {
  header#banner .logo .logo-mobile {
    display: none; } }

@media (max-width: 767.98px) {
  header#banner .logo > a {
    display: block; } }

@media (min-width: 768px) {
  body header#banner .menu-wrapper {
    height: auto;
    padding-top: 120px; } }

@media (max-width: 767.98px) {
  body header#banner .menu-wrapper {
    height: auto;
    margin-top: 0;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0;
    padding-right: 0; } }

header#banner .menu-wrapper {
  background: #fff;
  height: auto;
  pointer-events: none;
  position: relative;
  padding-top: 31px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all; }
  @media (max-width: 767.98px) {
    header#banner .menu-wrapper {
      padding-top: 16px;
      position: fixed;
      width: 100%;
      top: 62px;
      -webkit-box-shadow: 0 2px 4px 0 rgba(38, 50, 56, 0.25);
      box-shadow: 0 2px 4px 0 rgba(38, 50, 56, 0.25);
      z-index: 45; } }

header#banner.sticky .menu-wrapper {
  padding-top: 16px;
  position: fixed;
  width: 100%;
  top: 62px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(38, 50, 56, 0.25);
  box-shadow: 0 2px 4px 0 rgba(38, 50, 56, 0.25);
  z-index: 39; }

@media (max-width: 767.98px) {
  header#banner .menu-wrapper {
    padding-top: 16px;
    position: fixed;
    width: 100%;
    top: 62px !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(38, 50, 56, 0.25);
    box-shadow: 0 2px 4px 0 rgba(38, 50, 56, 0.25);
    z-index: 39; } }

header#banner.sticky svg#header-svg {
  display: none; }

header#banner.straight .top-nav nav.navicons a.panel-toggle, header#banner.straight .top-nav nav.navicons .my-sites-portlet .card-title {
  color: transparent !important;
  -webkit-transition: color;
  -o-transition: color;
  transition: color; }

@media (max-width: 767.98px) {
  header#banner {
    position: absolute;
    z-index: 30; }
  header#banner nav.navicons {
    margin-right: 0; }
  header#banner .top-nav nav.navicons > a > span[class$="-toggle-text"] {
    display: none; }
  svg#header-svg {
    display: none; }
  header#banner, header#banner svg#header-svg {
    height: auto; }
  header#banner .top-nav nav.navicons .my-sites-portlet .card {
    min-width: 4rem; }
  header#banner .top-nav nav.navicons .my-sites-portlet .card-body {
    display: none; } }

.navicons .dropdown-item a {
  color: #191919 !important; }

.clay-site-dropdown-menu-container .dropdown-subheader {
  font-size: 1rem; }

#sch-theme-account-dropdown {
  right: 0rem !important;
  float: none;
  left: initial;
  position: absolute !important;
  z-index: 1000 !important;
  box-shadow: 0px 0px 6px 5px rgba(0, 0, 0, 0.3); }

@media (min-width: 768px) {
  .logo {
    position: absolute;
    top: 18px; } }

.date span.time {
  font-style: italic; }

.modal-open .modal {
  overflow: hidden; }

.portlet-boundary_OpenIdConnectSelector_ .btn-sch-oidc:active {
  background-color: #f5f5f5 !important; }

.portlet-borderless .portlet-content {
  padding: 0; }

.impersonated .control-menu-container {
  display: none; }

.portlet-journal-content .portlet .portlet-header .visible-interaction .lfr-icon-menu {
  color: #c63337; }

.control-menu-container .control-menu-level-1 {
  background-color: transparent; }

.table .table-sort-liner {
  height: unset; }
  .table .table-sort-liner .table-sort-indicator {
    display: inline-block;
    vertical-align: baseline;
    height: 12px;
    width: 1rem;
    position: relative;
    overflow: auto;
    right: initial;
    bottom: initial;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-top'%20d='M407.139%20151.999%20271.003%2015.863c-9.036-9.037-23.688-9.037-32.725%200L102.142%20151.999c-14.577%2014.577-4.253%2039.501%2016.362%2039.501h272.272c20.615%200%2030.94-24.924%2016.362-39.501z'%20fill='%23c63337'/%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-bottom'%20d='m103.18%20359.002%20136.136%20136.136c9.036%209.036%2023.688%209.036%2032.724%200l136.136-136.136c14.577-14.577%204.253-39.502-16.362-39.502H119.542c-20.615%200-30.939%2024.925-16.362%2039.502z'%20fill='%23c63337'/%3E%3C/svg%3E"); }
  .table .table-sort-liner a {
    white-space: nowrap; }
    .table .table-sort-liner a:before {
      padding-right: 0.25rem; }

.table .table-sorted.table-sorted-desc .table-sort-liner .table-sort-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='m103.5%20204.3%20136.1%20136.1c9%209%2023.7%209%2032.7%200l136.1-136.1c14.6-14.6%204.3-39.5-16.4-39.5H119.9c-20.7%200-31%2024.9-16.4%2039.5z'%20fill='%23c63337'/%3E%3C/svg%3E"); }

.table .table-sorted .table-sort-liner .table-sort-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M408.5%20307.7%20272.4%20171.6c-9-9-23.7-9-32.7%200L103.5%20307.7c-14.6%2014.6-4.3%2039.5%2016.4%2039.5h272.3c20.6%200%2030.9-24.9%2016.3-39.5z'%20fill='%23c63337'/%3E%3C/svg%3E"); }

.table .table-sort-indicator {
  background-position: initial; }

.collapse-icon .collapse-icon-open {
  display: none; }

.product-menu .collapse-icon.collapsend .collapse-icon-open {
  display: none; }

.panel-header-link:focus {
  box-shadow: none !important; }

.lfr-search-container .table-first-header {
  border-top-width: 1px; }

.lfr-search-container th.table-first-header ~ th {
  border-top-width: 1px; }

.lfr-search-container tr .lexicon-icon-angle-right {
  fill: #c63337;
  transform: rotate(0deg);
  transition: transform 0.4s; }

.lfr-search-container tr.open .lexicon-icon-angle-right {
  transform: rotate(450deg);
  transition: transform 0.4s; }

.lfr-search-container tr .table-cell.last.icon-contract-notification {
  display: table-cell; }

.sch-popup-dialog h3.modal-title {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  text-align: center !important;
  color: #c63337 !important; }

.modal-hidden {
  display: none !important; }

#sch-burger-wrapper {
  padding-top: 5px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  flex-direction: row-reverse; }
  #sch-burger-wrapper .navbar-toggler-icon {
    height: 1.5rem;
    width: 1.5rem; }

@media (max-width: 767.98px) {
  #sch-messages-button .messages-toggle-text {
    display: none !important; } }

.alert-dismissible {
  padding-right: 3em; }

.alert-indicator {
  padding-right: 0.3em; }

svg.lexicon-icon.lexicon-icon-ellipsis-v {
  color: #c63337; }

#navbar_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet.student-writers-help .navbar-stu-mega .nav-item .nav-link {
  font-size: 1.1rem;
  font-weight: 300;
  padding-left: 1.2rem;
  padding-right: 1.2rem; }

#navbar_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet.student-writers-help .navbar-stu-mega .nav-item.selected.active > .nav-link::before {
  content: '\2710';
  position: absolute;
  left: 0;
  display: inline-block;
  transform: rotate(180deg);
  font-size: 1.1rem;
  color: #c63337; }

#navbar_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet.student-writers-help .navbar-stu-mega .nav-item .lfr-nav-child-toggle {
  display: none; }

#navbar_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet.student-writers-help .Menu.Menu--foldout.Menu--mega {
  width: fit-content;
  left: unset !important;
  right: unset !important; }
  #navbar_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet.student-writers-help .Menu.Menu--foldout.Menu--mega .Menu-foldout-holder {
    flex-direction: column; }
  #navbar_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet.student-writers-help .Menu.Menu--foldout.Menu--mega .Menu-foldout-category .PageNav-item a {
    font-size: .875rem;
    font-weight: unset;
    white-space: pre;
    color: rgba(25, 25, 25, 0.8); }
    #navbar_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet.student-writers-help .Menu.Menu--foldout.Menu--mega .Menu-foldout-category .PageNav-item a:hover {
      color: #191919; }
  #navbar_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet.student-writers-help .Menu.Menu--foldout.Menu--mega .PageNav-item.active a, #navbar_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet.student-writers-help .Menu.Menu--foldout.Menu--mega .PageNav-itemLink.active {
    color: #c63337; }
    #navbar_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet.student-writers-help .Menu.Menu--foldout.Menu--mega .PageNav-item.active a::before, #navbar_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet.student-writers-help .Menu.Menu--foldout.Menu--mega .PageNav-itemLink.active::before {
      content: '\2710';
      position: absolute;
      left: 20px;
      display: inline-block;
      transform: rotate(180deg);
      font-size: 1.1rem;
      color: #c63337; }
  #navbar_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet.student-writers-help .Menu.Menu--foldout.Menu--mega .PageNav-list:last-child {
    margin-bottom: .5rem; }
  #navbar_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet.student-writers-help .Menu.Menu--foldout.Menu--mega .PageNav-headline {
    text-decoration: underline;
    color: rgba(25, 25, 25, 0.8);
    font-size: .875rem; }
  #navbar_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet.student-writers-help .Menu.Menu--foldout.Menu--mega .menu-categories-wrapper {
    border-top: none;
    padding-top: 0;
    margin-top: 0; }
    #navbar_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet.student-writers-help .Menu.Menu--foldout.Menu--mega .menu-categories-wrapper .PageNav-item a.PageNav-itemLink {
      font-size: .8rem;
      margin-left: 5px; }
      #navbar_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet.student-writers-help .Menu.Menu--foldout.Menu--mega .menu-categories-wrapper .PageNav-item a.PageNav-itemLink.active::before {
        left: -10px;
        font-size: unset; }
  #navbar_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet.student-writers-help .Menu.Menu--foldout.Menu--mega .pageNav-Header {
    color: rgba(25, 25, 25, 0.8);
    margin-bottom: 10px;
    font-size: 1.2rem;
    text-transform: capitalize;
    text-decoration: underline; }

.my-sites-portlet .container-view {
  padding-top: 1rem; }

.my-sites-portlet .card-type-asset .card-type-asset-icon {
  width: 100%; }

header#banner .my-sites-portlet .portlet-topper {
  display: none !important; }

header#banner .my-sites-portlet .portlet-body {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly; }

header#banner .my-sites-portlet .card-page-item.card-page-item-asset {
  display: flex;
  justify-content: center;
  flex-basis: 100%;
  max-width: 4rem;
  min-width: unset;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0; }
  header#banner .my-sites-portlet .card-page-item.card-page-item-asset .lfr-tooltip-scope {
    display: flex;
    justify-content: center; }

header#banner .my-sites-portlet .card {
  margin: 0;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  max-width: unset;
  width: 4rem; }
  header#banner .my-sites-portlet .card .card-item-first {
    height: 2rem; }
    header#banner .my-sites-portlet .card .card-item-first img {
      display: none; }
  header#banner .my-sites-portlet .card .aspect-ratio-item-center-middle {
    position: unset;
    bottom: unset;
    left: unset;
    right: unset;
    top: unset;
    transform: none; }
  header#banner .my-sites-portlet .card .card-type-asset-icon {
    height: 2rem;
    display: flex;
    justify-content: center; }
    header#banner .my-sites-portlet .card .card-type-asset-icon:before {
      content: "";
      display: block;
      height: 100%;
      width: 2rem; }
  header#banner .my-sites-portlet .card.Studora .card-type-asset-icon:before {
    background: url("../images/studora_logo.svg") no-repeat; }
  header#banner .my-sites-portlet .card.writers_help .card-type-asset-icon:before {
    background: url("../images/pencil_outline.svg") no-repeat; }
  header#banner .my-sites-portlet .card.Guest .card-type-asset-icon:before {
    background: url("../images/stu_minimal_logo.svg") no-repeat;
    width: 30px; }
  header#banner .my-sites-portlet .card.Global {
    display: none; }

header#banner .my-sites-portlet .site-url {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  color: #fFf;
  font-size: 10px;
  font-weight: 700;
  transition: color; }

header#banner .my-sites-portlet .card-type-asset .aspect-ratio {
  border-color: transparent;
  padding-bottom: 0;
  position: unset;
  display: flex;
  justify-content: center; }

header#banner .my-sites-portlet .card-type-asset .card-body {
  padding: 0 0 0 0; }

header#banner .my-sites-portlet .card-type-asset .card-type-asset-icon {
  width: 100%;
  position: relative;
  left: 0;
  transform: none; }

header#banner .my-sites-portlet .card-title {
  white-space: nowrap;
  color: #fFf;
  font-size: 10px;
  font-weight: 700; }

header#banner .my-sites-portlet .management-bar, header#banner .my-sites-portlet .navigation-bar {
  display: none !important; }

header#banner .my-sites-portlet form#_com_liferay_site_my_sites_web_portlet_MySitesPortlet_fm {
  max-width: 70px; }

header#banner .my-sites-portlet table.table-list {
  border: none !important; }

header#banner .my-sites-portlet table.table-list thead {
  display: none; }

header#banner .my-sites-portlet table.table-list tbody {
  background-color: transparent; }

header#banner .my-sites-portlet table.table-list tbody tr > td:not(:first-child) {
  display: none; }

header#banner .my-sites-portlet table.table-list tbody td {
  background-color: transparent;
  border: none !important;
  padding: .25rem;
  display: flex;
  justify-content: center; }
  header#banner .my-sites-portlet table.table-list tbody td.table-cell-expand {
    min-width: 70px !important; }
  header#banner .my-sites-portlet table.table-list tbody td :before {
    content: "";
    background-image: url(/image/company_logo);
    background-size: 100% 100%;
    display: inline-block;
    height: 40px;
    width: 40px; }

header#banner .my-sites-portlet .table-list td:first-child {
  box-shadow: none !important;
  color: #fff !important; }

header#banner .my-sites-portlet table.table-list td a strong {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: capitalize; }

.sch-mycontracts-badge-holder .badge-item {
  text-transform: lowercase; }

.sch-pubfilter-dropdown {
  font-weight: 700; }

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