@charset "UTF-8";
/* All your Atlas, Bootstrap, and Clay Base variable modifications must be placed in this file. */
/* Colors */
/* Grey Colors */
/* Colors Warnlevel */
/*Fonts*/
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v18-latin/roboto-v18-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto-v18-latin/roboto-v18-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin/roboto-v18-latin-300.woff2") format("woff2"), url("../fonts/roboto-v18-latin/roboto-v18-latin-300.woff") format("woff"), url("../fonts/roboto-v18-latin/roboto-v18-latin-300.ttf") format("truetype"), url("../fonts/roboto-v18-latin/roboto-v18-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v18-latin/roboto-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v18-latin/roboto-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin/roboto-v18-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v18-latin/roboto-v18-latin-regular.woff") format("woff"), url("../fonts/roboto-v18-latin/roboto-v18-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v18-latin/roboto-v18-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v18-latin/roboto-v18-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/roboto-v18-latin/roboto-v18-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin/roboto-v18-latin-500.woff2") format("woff2"), url("../fonts/roboto-v18-latin/roboto-v18-latin-500.woff") format("woff"), url("../fonts/roboto-v18-latin/roboto-v18-latin-500.ttf") format("truetype"), url("../fonts/roboto-v18-latin/roboto-v18-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v18-latin/roboto-v18-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v18-latin/roboto-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin/roboto-v18-latin-700.woff2") format("woff2"), url("../fonts/roboto-v18-latin/roboto-v18-latin-700.woff") format("woff"), url("../fonts/roboto-v18-latin/roboto-v18-latin-700.ttf") format("truetype"), url("../fonts/roboto-v18-latin/roboto-v18-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */ }

.loadingmask-message {
  background: transparent;
  border-width: 0;
  display: block;
  height: 1em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  width: 1em; }
  .loadingmask-message .loadingmask-message-content {
    -webkit-animation: loading-animation 1.2s infinite ease-out;
    animation: loading-animation 1.2s infinite ease-out;
    background: transparent;
    border-radius: 50%;
    border-width: 0;
    clear: both;
    color: transparent;
    height: 1em;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 1em; }

.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/* ---------- Main content body ---------- */
.portal-iframe #main-content {
  width: 100%; }

/* ---------- Separator ---------- */
.separator {
  border-top: 1px solid #cdced9; }

/* ---------- Status ---------- */
.entry-status {
  border-left: 4px solid transparent; }

span.alert {
  display: inline-block; }

/* ---------- Update manager ---------- */
.update-available {
  margin-top: 10px;
  padding: 2px;
  text-align: left; }

.quick-access-nav {
  position: absolute;
  top: -1000px;
  width: 100%;
  z-index: 1000; }
  .quick-access-nav a {
    background: #333;
    background: rgba(51, 51, 51, 0.9);
    border: 1px solid #fff;
    left: 0;
    outline: none;
    padding: 8px;
    position: absolute;
    right: 0;
    text-align: center; }
    .quick-access-nav a:focus {
      color: #fff;
      top: 1000px; }

@media (max-width: 991.98px) {
  .responsive-table-horizontal {
    display: block;
    position: relative;
    width: 100%; }
    .responsive-table-horizontal:after {
      clear: both;
      content: '';
      display: block;
      font-size: 0;
      height: 0;
      visibility: hidden; }
    .responsive-table-horizontal tbody {
      display: block;
      overflow-x: auto;
      position: relative;
      white-space: nowrap;
      width: auto; }
      .responsive-table-horizontal tbody tr {
        display: inline-block;
        vertical-align: top; }
        .responsive-table-horizontal tbody tr td {
          display: block;
          margin-bottom: 20px; }
          .responsive-table-horizontal tbody tr td:first-child {
            text-align: left; }
    .responsive-table-horizontal thead {
      display: block;
      float: left;
      margin-right: 10px; }
      .responsive-table-horizontal thead:after {
        clear: both;
        content: '';
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden; }
      .responsive-table-horizontal thead th {
        display: block;
        margin-bottom: 20px;
        text-align: right; }
        .responsive-table-horizontal thead th:first-child {
          text-align: right; }
  .ie9 .responsive-table-horizontal thead {
    float: none; } }

.important {
  font-weight: bold; }

.highlight {
  background: #ffc;
  font-weight: bold;
  margin: 0 1px; }

.hide-accessible {
  clip: rect(0 0 0 0) !important;
  position: absolute !important;
  /*Webkit and IE7 let clipped content change the scroll height of the page*/
  /*Scale webkit to 0*/
  -webkit-transform: scale(0);
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 0;
  /*Change IE7 to using fixed*/
  *position: fixed !important;
  /*...And reset back to absolute for IE6*/
  _position: absolute !important; }

.force-offset {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important; }

.unselectable,
.unselectable * {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup,
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  background: transparent; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  background: transparent; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  border-color: #a6a6a6;
  font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace; }

.lfr-asset-category-container .no-matches {
  color: #999; }

.lfr-asset-category-search-container {
  background-color: #d3dadd;
  border-bottom-color: #aeb8bc; }

.lfr-asset-category-list a.selected {
  background-color: #eee; }

.lfr-categories-selector-search-results-path {
  color: #575757;
  font-size: 0.9em;
  text-align: right;
  width: 25%; }

.lfr-asset-column-actions-content {
  background-color: #d7f1ff; }

.lfr-asset-column-actions .lfr-asset-column-actions-content {
  border-color: #88c5d9; }

.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;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none; }

.lfr-asset-column-details .lfr-asset-icon {
  border-right-color: #999;
  color: #999; }

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

.lfr-asset-panels .lfr-panel.lfr-extended,
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border-color: #ccc; }

.lfr-form-row {
  border-bottom-color: #ccc; }

.lfr-form-row:hover {
  border-bottom-color: #ccc; }

.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%; }

.lfr-edit-layout-panel .taglib-form-navigator .button-holder {
  background-color: #fff; }

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

.definition-of-terms dt {
  color: #333;
  font-weight: normal;
  width: 100%;
  word-break: break-word; }
  @media (min-width: 576px) {
    .definition-of-terms dt {
      width: auto; } }

.lfr-code {
  background: #fff;
  border-color: #777;
  font-family: monospace; }
  .lfr-code tr td.line-numbers {
    background: #fafafa; }
    .lfr-code tr td.line-numbers:before {
      color: #aaa;
      text-shadow: 1px 1px #fff; }

.popup-alert-notice .countdown-timer {
  font-size: 1.1em;
  font-weight: bold; }

.lfr-token {
  background-color: #b3daef;
  border-color: #5fa8ff;
  color: #444;
  text-decoration: none; }
  .lfr-token:hover {
    background-color: #d1e5ef; }

.lfr-token-primary {
  font-weight: bold; }
  .lfr-token-primary, .lfr-token-primary:hover {
    background-color: #b3daef; }

.lfr-token-close:hover {
  text-decoration: none; }

.lfr-button {
  background: no-repeat 0 50%; }

.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold; }

.lfr-checkbox-preselected {
  opacity: 0.5; }

.lfr-header-row {
  border-bottom-color: #7b7b7b; }
  .lfr-header-row .lfr-search-combobox {
    border-color: #5f5f5f; }

.openid-login input[type='text'] {
  background: url(../images/common/openid.gif) no-repeat;
  background-color: #fff;
  background-position: 0 50%;
  color: #000; }

.page-extra-settings .lfr-panel-titlebar .lfr-panel-title {
  font-size: 1em; }

.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  color: #333;
  font-weight: normal; }

.lfr-panel.lfr-extended,
.lfr-panel-container,
.lfr-floating-container {
  border-color: #dedede #bfbfbf #bfbfbf #dedede; }

.lfr-panel-container,
.lfr-floating-container {
  background: #fff; }

.lfr-panel-titlebar .lfr-panel-title {
  font-size: 1.2em;
  font-weight: bold; }

.lfr-panel-titlebar .lfr-panel-button {
  background: url(../images/application/panel_header_toggler_close.png) no-repeat 0 0; }
  .lfr-panel-titlebar .lfr-panel-button:hover {
    background-position: 0 100%; }

.lfr-panel.lfr-collapsible .lfr-panel-titlebar {
  background: url(../images/arrows/05_down.png) no-repeat 2px 50%; }

.lfr-panel.lfr-collapsed .lfr-panel-titlebar {
  background-image: url(../images/arrows/05_right.png); }
  .lfr-panel.lfr-collapsed .lfr-panel-titlebar .lfr-panel-button {
    background-image: url(../images/application/panel_header_toggler_open.png); }

.lfr-panel.lfr-extended .lfr-panel-titlebar {
  background: #d6d6d6 url(../images/application/panel_header.png) repeat-x 0 0;
  border-bottom-color: #cdcdcd; }

.lfr-panel-container .lfr-extended.lfr-collapsible .lfr-panel-titlebar {
  border-top-color: #cecece; }

.js .lfr-floating-trigger {
  background-image: url(../images/arrows/05_down.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  text-decoration: none; }

.lfr-panel-page .panel-page-content {
  border-left-color: #ccc; }

.lfr-panel-page .lfr-add-content h2 {
  border-color: #ccc; }
  .lfr-panel-page .lfr-add-content h2 span {
    background: #efefef; }

.lfr-panel-page .lfr-add-content .lfr-content-category h2 {
  border-bottom-color: #ccc; }
  .lfr-panel-page .lfr-add-content .lfr-content-category h2 span {
    background: none; }

.lfr-panel-content .paginator-container {
  background: #cfd2d5;
  border-bottom-color: #dcdee0;
  border-top-color: #dcdee0; }

.lfr-panel-content .paginator-page-container .paginator-page-link {
  background: none;
  border-color: #cfd2d5; }
  .lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page {
    background: #99a7b3 url(../images/application/current_page_hover_bg.png) repeat-x 0 0;
    border-color: #6b7785 #7c8994 #919fa9;
    color: #fff;
    font-weight: bold; }
    .lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page:hover {
      background: #5094d7 url(../images/application/current_page_bg.png) repeat-x 0 0;
      border-color: #31659c #396ea8 #4c8ccb; }

#portlet-set-properties fieldset fieldset legend {
  font-size: 1.1em; }

.lfr-preview-file-content {
  border-bottom-color: #6d6d6e; }

.lfr-preview-file-image-current-column,
.lfr-preview-file-video-current-column {
  background: url(../images/common/checkerboard.png); }

.lfr-preview-file-toolbar {
  background: #333;
  opacity: 0.5; }
  .lfr-preview-file-toolbar .icon-arrow-1-l {
    background: url(../images/document_library/preview_left.png) no-repeat 0 50%; }
  .lfr-preview-file-toolbar .icon-arrow-1-r {
    background: url(../images/document_library/preview_right.png) no-repeat 0 50%; }
  .lfr-preview-file-toolbar .icon-zoomin {
    background: url(../images/document_library/preview_zoom.png) no-repeat 0 50%; }

.lfr-preview-file-image-current-column:hover .lfr-preview-file-toolbar {
  opacity: 1; }

.lfr-preview-file-info {
  background: #333;
  color: #fff;
  opacity: 0.5; }
  .lfr-preview-file-info:hover {
    opacity: 1; }

.lfr-preview-file-index {
  font-weight: bold; }

.lfr-preview-file-image-current {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%; }

.lfr-preview-file-image img {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%;
  border-color: #aeb8bc; }

.lfr-preview-file-image-selected img,
.lfr-preview-file-image:hover img {
  border-color: #00a2ea; }

.lfr-preview-file-loading-indicator {
  background: #333;
  color: #fff; }

.lfr-preview-file-image-overlay-content {
  background: url(../images/common/checkerboard.png);
  border-color: #555; }

.firefox .lfr-preview-video-content div.video-node {
  height: 100%; }

textarea.lfr-editor-textarea {
  font-family: monospace; }

.lfr-rich-editor.ace_editor {
  border-color: #a1a2a4; }

.lfr-plain-editor textarea,
.lfr-rich-editor.ace_editor {
  font-family: 'Monaco', 'Menlo', 'Droid Sans Mono', 'Courier New', monospace;
  font-size: 12px; }

.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: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 .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: #2fa4f5; }

.lfr-tag-selector-popup label {
  border-bottom-color: #eee; }

.lfr-tag-selector-popup .no-matches {
  color: #999; }

.lfr-toolbar {
  background-color: #e5e4e8; }
  .lfr-toolbar .lfr-button:focus {
    border-color: #000; }
  .lfr-toolbar .lfr-button:hover {
    border-color: #ccc #777 #777; }
  .lfr-toolbar .lfr-separator {
    border-left-color: #fff;
    border-right-color: #ccc;
    font-size: 12px; }

.lfr-toolbar .lfr-button,
.lfr-emoticon-container .lfr-button {
  border-color: #e5e4e8; }

.lfr-emoticon-container {
  background: #e5e4e8;
  border-color: #ccc; }

.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1; }

.lfr-translation-manager .lfr-translation-manager-translation {
  text-decoration: none; }
  .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-tree a {
  text-decoration: none; }

.tree-drag-helper {
  z-index: 1035; }

.lfr-upload-container .upload-target {
  border-color: #ddd; }
  .lfr-upload-container .upload-target h4 span {
    text-transform: lowercase; }
  .lfr-upload-container .upload-target .drop-file-text {
    font-weight: normal; }

.lfr-upload-container a.browse-button {
  background-image: url(../images/common/add.png);
  background-repeat: no-repeat;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none; }

.lfr-upload-container a.clear-uploads {
  background-image: url(../images/common/remove.png);
  background-repeat: no-repeat; }

.lfr-upload-container a.cancel-uploads {
  background-image: url(../images/common/close.png);
  background-repeat: no-repeat; }

.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em; }

.lfr-upload-container .cancel-button {
  color: #869cad; }

.lfr-upload-container .delete-button {
  color: #869cad; }

.lfr-upload-container .file-added .success-message {
  font-weight: normal; }

.lfr-upload-container .upload-error {
  opacity: 1; }

.lfr-upload-container .multiple-files .upload-error {
  background: #fdd url(../images/messages/error.png) no-repeat 5px 5px;
  border-color: #900;
  color: #900;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 8px 8px 24px; }

.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold; }

.lfr-upload-container .file-uploading {
  background-color: #ffc; }

.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #ddedde;
  border-color: #7d7;
  border-style: dashed; }

/* ---------- Input file ---------- */
/* ---------- Table ---------- */
.app-view-entry:hover .entry-thumbnail {
  border-color: #7abfdd; }

.app-view-entry.selected .entry-thumbnail {
  border-color: #057cb0; }

.app-view-entry.selected .entry-metadata dt,
.app-view-entry.selected .entry-metadata dd,
.app-view-entry.selected .entry-metadata .entry-categories,
.app-view-entry.selected .entry-metadata .entry-tags,
.app-view-entry.selected .entry-metadata .entry-description {
  color: #f0f0f0; }

.app-view-entry .entry-title {
  font-weight: bold; }

.app-view-entry .entry-link {
  text-decoration: none; }

.app-view-entry .entry-metadata dt,
.app-view-entry .entry-metadata dd,
.app-view-entry .entry-metadata .entry-categories,
.app-view-entry .entry-metadata .entry-tags,
.app-view-entry .entry-metadata .entry-description {
  color: #333;
  word-wrap: break-word; }

.app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary {
  font-weight: bold; }
  .app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary .asset-category {
    font-weight: normal; }

.app-view-entry.selected, .app-view-entry.selected:hover {
  background-color: #00a2ea; }

.app-view-entry.selected a, .app-view-entry.selected a:focus, .app-view-entry.selected a:hover {
  color: #fff; }

.app-view-entry.selected a .lfr-icon-menu-arrow {
  color: #333; }

.app-view-entry.active-area, .app-view-entry.active-area.hover,
.app-view-entry.active-area td {
  background-color: #5ad300; }

.app-view-entry:hover, .app-view-entry.hover {
  background-color: #d3e8f1; }

.app-view-entry a.entry-link:hover {
  text-decoration: none; }
  .app-view-entry a.entry-link:hover .entry-metadata .entry-title .entry-title-text {
    text-decoration: underline; }

.app-view-entry-taglib.entry-display-style.display-icon .entry-title {
  font-weight: normal; }

.app-view-search-entry-taglib .entry-discussion a,
.app-view-search-entry-taglib .entry-attachment a {
  text-decoration: none; }

.app-view-search-entry-taglib .entry-discussion:hover,
.app-view-search-entry-taglib .entry-attachment:hover {
  background-color: #d3e8f1; }

.app-view-search-entry-taglib .entry-folder {
  color: #999; }

.app-view-search-entry-taglib .entry-link .entry-thumbnail-image {
  color: #000;
  text-decoration: none; }

.app-view-search-entry-taglib.alt {
  background-color: #edf0f3; }

.app-view-search-entry-taglib.search {
  background-color: #fff; }
  .app-view-search-entry-taglib.search.alt {
    background-color: #e2e5e8; }

.app-view-taglib .display-style .icon {
  background-image: url(../images/application/layouts.png);
  background-repeat: no-repeat; }

.app-view-taglib .icon-display-descriptive {
  background-position: -32px 0; }

.app-view-taglib .icon-display-icon {
  background-position: -16px 0; }

.app-view-taglib .icon-display-list {
  background-position: 0 0; }

.app-view-taglib .state-active .icon-display-descriptive {
  background-position: -32px 100%; }

.app-view-taglib .state-active .icon-display-icon {
  background-position: -16px 100%; }

@media (max-width: 767.98px) {
  .navbar .nav-display-style-buttons .display-style-buttons > .dropdown > .dropdown-menu {
    background-color: transparent;
    box-shadow: none; } }

.navbar .nav-display-style-buttons .display-style-buttons-container .dropdown-toggle .caret {
  border-bottom-color: #333;
  border-top-color: #333; }

.taglib-asset-metadata .metadata-entry-label {
  font-weight: normal; }

.taglib-asset-metadata .metadata-author {
  font-weight: bold; }

.taglib-asset-metadata .metadata-entry {
  color: #999; }

.taglib-asset-metadata .metadata-author .asset-user-info .user-info {
  color: #009ae5;
  font-size: 14px;
  line-height: 14px; }

.taglib-asset-metadata .metadata-author .asset-user-info .date-info {
  color: #8c8c8c;
  font-size: 13px; }

.taglib-calendar table {
  border-color: #999; }

.taglib-calendar tr th,
.taglib-calendar tr td {
  border-bottom-color: #999; }

.taglib-calendar tr.portlet-section-header th,
.taglib-calendar tr td {
  border-color: #999; }

.taglib-calendar a:hover,
.taglib-calendar a:focus {
  background-color: #ccc; }

.taglib-calendar .calendar-inactive {
  color: #999; }

.taglib-calendar .has-events a span {
  background: url(../images/calendar/event_indicator.png) no-repeat 50% 95%; }

.taglib-calendar .has-events.calendar-current-day a span {
  background-image: url(../images/calendar/event_indicator_current.png); }

.taglib-diff-addedline,
#taglib-diff-results ins {
  background: #e6ffe6; }

.taglib-diff-context {
  background: #eee; }

.taglib-diff-deletedline,
#taglib-diff-results del {
  background: #ffe6e6; }

.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 {
  opacity: 0.55; }

.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em; }
  .taglib-diff-html span.diff-html-added img {
    border-color: #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-color: #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-color: #fdc6c6; }

.diff-version-comparator .taglib-diff-html .diff-html-changed {
  background-image: none;
  border-bottom-color: #009ae5; }
  .diff-version-comparator .taglib-diff-html .diff-html-changed img {
    border-color: #009ae5; }

.diff-version-comparator .diff-target-selector {
  border-left-color: #e5e5e5; }

.diff-version-comparator .diff-version-filter {
  background-color: #f9f9f9; }

.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1; }

@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-actions li a,
.taglib-discussion .lfr-discussion-actions li a span {
  text-decoration: none; }

.taglib-discussion .lfr-discussion-actions li a:hover span, .taglib-discussion .lfr-discussion-actions li a:focus span {
  text-decoration: underline; }

.taglib-discussion .lfr-discussion-form-container .lfr-discussion-form {
  background: #ddd;
  border-radius: 4px; }
  .taglib-discussion .lfr-discussion-form-container .lfr-discussion-form .taglib-user-display .user-profile-image .avatar {
    background-size: 40px; }

.lfr-discussion-reply.popover .lfr-discussion-reply-user-name {
  font-weight: bold; }

.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5); }

.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-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff; }

.drop-here-info .drop-text {
  color: #fff; }

.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100; }

.lfr-ddm-field-group {
  margin-bottom: 20px; }

.lfr-ddm-field-group-inline {
  display: inline-block;
  vertical-align: bottom; }

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  background: transparent; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active {
    background: transparent;
    opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:focus {
      background: transparent; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .message {
      color: #000;
      opacity: 0.7; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .number {
      background: #333;
      font-size: 18px;
      opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .tab-icon {
      color: #333; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label {
    background: transparent;
    outline: 0; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus {
      text-decoration: 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 {
        opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
      background: #ccc;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      opacity: 0.6;
      text-decoration: none; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .message {
      color: #000;
      font-size: 12px; }

.taglib-header {
  border-bottom-color: #c8c9ca;
  color: #555; }
  .taglib-header .header-back-to a {
    font-weight: bold;
    text-decoration: none; }

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

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

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

.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px; }

.taglib-icon-label {
  margin-left: 12px; }

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

.input-localized.input-localized-focused .palette-item-inner .lfr-input-localized-flag {
  opacity: 1; }

.input-localized .palette-item-inner {
  border-color: #666; }

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

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

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

.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3; }

.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent; }
  .taglib-move-boxes .sortable-container .move-option.move-option-dragging {
    background-color: #fafafa; }
  .taglib-move-boxes .sortable-container .move-option .handle {
    color: #999; }

.taglib-image-selector .change-image-controls {
  background: #fff; }

.taglib-image-selector .selection-status {
  background: #fff;
  opacity: 0;
  z-index: -1; }

.taglib-image-selector .progress-wrapper .progressbar {
  background: #b0b4bb;
  opacity: 0.7; }

.taglib-image-selector.check-active .selection-status {
  opacity: 1;
  z-index: 0; }

.taglib-image-selector.drop-active {
  outline-width: 0; }
  .taglib-image-selector.drop-active .browse-image-controls {
    opacity: 0; }
  .taglib-image-selector.drop-active .selection-status {
    opacity: 0; }
  .taglib-image-selector.drop-active .image-wrapper {
    opacity: 0.15; }
  .taglib-image-selector.drop-active .error-wrapper {
    opacity: 0; }

.taglib-image-selector.progress-active .image-wrapper {
  opacity: 0.15; }

.taglib-image-selector.progress-active .browse-image-controls {
  opacity: 0; }

.taglib-image-selector.progress-active .drop-here-info {
  opacity: 0; }

.taglib-image-selector.progress-active .selection-status {
  opacity: 0; }

.dialog-iframe-popup {
  background-color: #fff; }

.portlet-item-selector .management-bar {
  border-bottom-color: #e7e7ed; }

.item-selector .card-row {
  align-items: center; }

.item-selector .drop-zone {
  background-color: #f1f2f5; }

.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 #80acff; }

.lfr-tree-display-page .tree-node .tree-node-over .tree-label {
  text-decoration: none; }

.lfr-tree-display-page .tree-label {
  cursor: default; }
  .lfr-tree-display-page .tree-label a {
    color: black; }
  .lfr-tree-display-page .tree-label .layout-page-invalid {
    color: #aaa;
    font-style: italic; }
    .lfr-tree-display-page .tree-label .layout-page-invalid:hover {
      cursor: default;
      text-decoration: none; }

.lfr-tree-radio.lfr-tree-root-node-hidden .lfr-root-node + .tree-container {
  margin-left: 0; }

.lfr-map {
  border-color: #ccc; }
  .lfr-map .search-controls {
    font-size: 15px; }

.navbar .navbar-search {
  background-color: #f3f3f3; }
  @media (min-width: 576px) {
    .navbar .navbar-search {
      background-color: transparent; } }

.taglib-portlet-preview.show-borders {
  border-color: #828f95; }
  .taglib-portlet-preview.show-borders .title {
    background-color: #d3dadd;
    font-size: 1.4em;
    font-weight: bold; }

.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 {
  color: #272833; }

.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6B6C7E; }
  .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 .list-group {
  margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item:nth-last-child(2) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .lfr-search-container-wrapper .list-group .list-group-item h4 {
    font-size: 0.875rem;
    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.875rem;
    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 .list-group .list-group-item .checkbox {
    margin-top: 0; }
  .lfr-search-container-wrapper .list-group + .taglib-search-iterator-page-iterator-bottom {
    margin-top: 20px; }

.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.25rem; }

.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.25rem; }

.lfr-asset-type-column,
.lfr-author-column,
.lfr-city-column,
.lfr-country-column,
.lfr-email-address-column,
.lfr-job-title-column,
.lfr-region-column,
.lfr-removed-by-column,
.lfr-replier-column,
.lfr-scope-column,
.lfr-screen-name-column,
.lfr-type-column,
.lfr-user-column,
.lfr-users-column {
  word-break: break-all \9;
  word-wrap: break-word; }
  @media (min-width: 576px) {
    .lfr-asset-type-column,
    .lfr-author-column,
    .lfr-city-column,
    .lfr-country-column,
    .lfr-email-address-column,
    .lfr-job-title-column,
    .lfr-region-column,
    .lfr-removed-by-column,
    .lfr-replier-column,
    .lfr-scope-column,
    .lfr-screen-name-column,
    .lfr-type-column,
    .lfr-user-column,
    .lfr-users-column {
      max-width: 125px;
      min-width: 100px; } }

.lfr-completion-date-column,
.lfr-create-date-column,
.lfr-date-column,
.lfr-display-date-column,
.lfr-expiration-date-column,
.lfr-last-post-date-column,
.lfr-modified-date-column,
.lfr-removed-date-column,
.lfr-reply-date-column,
.lfr-revision-column,
.lfr-size-column {
  white-space: nowrap; }

.lfr-description-column,
.lfr-role-column {
  max-width: 375px;
  min-width: 375px; }

.lfr-email-address-column,
.lfr-name-column,
.lfr-parent-organization-column,
.lfr-screen-name-column,
.lfr-title-column,
.lfr-url-column,
.lfr-wiki-column {
  max-width: 200px;
  min-width: 200px; }

.lfr-email-column,
.lfr-mobile-column,
.lfr-website-column {
  min-width: 100px; }
  @media (min-width: 576px) {
    .lfr-email-column,
    .lfr-mobile-column,
    .lfr-website-column {
      min-width: 115px; } }
  .lfr-email-column .checkbox-container .form-group,
  .lfr-mobile-column .checkbox-container .form-group,
  .lfr-website-column .checkbox-container .form-group {
    margin-bottom: 0; }

.taglib-search-toggle .toggle-advanced {
  color: inherit; }
  .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-color: #ddd; }
  .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .btn.close {
    margin-right: 5px; }
  .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-social-activities .day-separator {
  border-bottom-color: #ccc; }

.taglib-social-bookmarks a.social-bookmark-link {
  background-repeat: no-repeat; }

.taglib-user-display a .user-name {
  text-decoration: underline; }

.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px; }
  .taglib-user-display .avatar.author:after {
    background: rgba(50, 168, 230, 0.5); }

.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold; }

.js .taglib-webdav.visible {
  background: #f0f5f7; }

.js .taglib-webdav table {
  border-color: #828f95; }

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

/* ---------- Cards ---------- */
/* ---------- Cards horizontal ---------- */
/* ---------- Dialogs ---------- */
/* ---------- Splitter ---------- */
/* ---------- Toggle card ---------- */
/* ---------- File icons colors ---------- */
/* ---------- File icons text colors ---------- */
/* ---------- User icons background colors ---------- */
/* ---------- User icons border color ---------- */
/* ---------- User icons colors ---------- */
.aspect-ratio.aspect-ratio-8-to-3 {
  padding-bottom: 37.5%; }

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

.liferay-autocomplete-input-mirror {
  left: -9999px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: -9999px;
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word; }

.card-tab-group .card-tab:nth-child(n + 2) {
  border-left: 4px solid #65b6f0;
  padding-left: 20px; }
  .card-tab-group .card-tab:nth-child(n + 2) .card-tab {
    border-left: 4px solid #93ccf5;
    padding-left: 20px; }
    .card-tab-group .card-tab:nth-child(n + 2) .card-tab .card-tab {
      border-left-color: #c2e2f9; }
      .card-tab-group .card-tab:nth-child(n + 2) .card-tab .card-tab .card-tab {
        border-left-width: 0;
        padding-left: 0; }

.hsv-palette .hsv-view-container .hsv-label-value-hex .hsv-value {
  width: 95px; }

.hsv-palette .hsv-view-container .hsv-value {
  width: 56px; }

.yui3-color-picker-popover .palette-container {
  border-collapse: separate; }

.dialog-iframe-popup .hsv-palette-modal.modal-dialog {
  bottom: 0 !important;
  left: 0 !important;
  margin: 0;
  max-width: none;
  right: 0 !important;
  top: 0 !important;
  width: 100%; }
  @media (min-width: 768px) {
    .dialog-iframe-popup .hsv-palette-modal.modal-dialog {
      bottom: auto !important;
      height: 100%;
      left: 50% !important;
      max-height: 375px;
      max-width: 650px;
      right: auto !important;
      top: 50% !important;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
    bottom: 0;
    left: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 767.98px) {
      .dialog-iframe-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
        border-radius: 0;
        border-width: 0; } }
  @media (max-width: 767.98px) {
    .dialog-iframe-popup .hsv-palette-modal.modal-dialog .modal-body {
      padding: 1rem; } }
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog .hsv-default-size.hsv-container {
    width: 100%; }
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog .hsv-image-container {
    margin: 0; }

.dialog-bd {
  min-height: 30px; }

.dialog-content {
  border: 1px solid #c8c9ca;
  padding: 5px; }

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

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

.dialog-iframe-popup .lfr-form-content {
  padding: 15px; }

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

.dialog-iframe-popup .portlet-column {
  position: static; }

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

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

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

.dialog-iframe-popup .management-bar-default,
.dialog-iframe-popup .navbar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0; }

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

.dialog-iframe-popup .navigation-bar > .container-fluid {
  margin-left: 24px;
  margin-right: 24px;
  padding: 0; }

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

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

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

.dialog-iframe-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) {
    .dialog-iframe-popup .portlet-configuration-setup .lfr-nav {
      padding-left: 8px;
      padding-right: 8px; } }

.dialog-iframe-popup .lfr-dynamic-uploader,
.dialog-iframe-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) {
    .dialog-iframe-popup .lfr-dynamic-uploader,
    .dialog-iframe-popup .process-list {
      top: 48px; } }

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

@media (min-width: 768px) {
  .dialog-with-footer #main-content,
  .dialog-with-footer #wrapper {
    height: calc(100% - 60px); } }

.dialog-with-footer .button-holder.dialog-footer,
.dialog-with-footer .sheet-footer.dialog-footer {
  background-color: #ffffff;
  border-top: 1px solid #E7E7ED;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%; }
  @media (min-width: 768px) {
    .dialog-with-footer .button-holder.dialog-footer,
    .dialog-with-footer .sheet-footer.dialog-footer {
      position: fixed; } }
  .dialog-with-footer .button-holder.dialog-footer .btn,
  .dialog-with-footer .sheet-footer.dialog-footer .btn {
    margin-left: 1rem;
    margin-right: 0; }

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

.dialog-with-footer .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0; }
  .dialog-with-footer .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
    display: none; }

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

.dialog-with-footer .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0; }

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

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

.active-area {
  background: #ffc; }

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6; }
  .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; }

.lfr-editable {
  outline: 1px dashed #68bb30;
  outline-offset: 2px;
  position: relative; }
  .lfr-editable:after {
    background: #68bb30 url(../images/common/edit_white.png) no-repeat 50%;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px; }
  .lfr-editable:focus:after {
    display: none; }
  .lfr-editable:focus:hover {
    background-color: transparent; }
  .lfr-editable:hover {
    background-color: rgba(255, 255, 255, 0.3);
    outline-color: #519226; }
    .lfr-editable:hover:after {
      background-color: #519226; }

.lfr-editable-notice-close {
  margin-left: 1em; }

.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; }

.alloy-editor-container .alloy-editor {
  outline: 0; }
  .alloy-editor-container .alloy-editor.alloy-editor-placeholder {
    color: #2b4259; }
    .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
      border-left-color: #dbdde1;
      color: #b0b4bb; }
    .alloy-editor-container .alloy-editor.alloy-editor-placeholder.readonly {
      color: #ccc; }

.alloy-editor-container .alloy-editor-icon {
  color: #869cad; }

.has-error .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
  border-left-color: #cc6677; }

.cke_dialog .cke_dialog_ui_input_text {
  height: auto; }

.cke_editable_inline a {
  cursor: pointer; }

.cke_panel.cke_combopanel {
  width: 220px; }

.cke_panel_block .cke_panel_grouptitle {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0; }

.cke_panel_block .cke_panel_list {
  margin-left: 0; }
  .cke_panel_block .cke_panel_list .cke_panel_listItem {
    line-height: initial; }
    .cke_panel_block .cke_panel_list .cke_panel_listItem a:hover {
      text-decoration: none; }

/* ---------- CKEditor table ---------- */
.cke_show_border {
  width: 500px; }
  .cke_show_border td {
    height: 15px; }

/* ---------- CKEditor image resizer ---------- */
.cke_widget_image .cke_image_resizer {
  bottom: -15px;
  height: 5px;
  outline-color: transparent;
  padding: 5px;
  right: -15px;
  width: 5px; }

.html-editor.portlet {
  background: #fff;
  color: #000;
  line-height: 1;
  padding: 1em;
  text-align: start; }

.html-editor.portlet-message-boards {
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  word-wrap: break-word; }
  .html-editor.portlet-message-boards blockquote {
    background: #eef0f2 url(../images/message_boards/quoteleft.png) no-repeat 5px 5px;
    border: 1px solid #777;
    padding: 5px 45px; }
    .html-editor.portlet-message-boards blockquote:after {
      background: url(../images/message_boards/quoteright.png) no-repeat 50%;
      content: '';
      display: block;
      float: right;
      height: 24px;
      margin-right: -35px;
      margin-top: -25px;
      width: 31px;
      z-index: 999; }
    .html-editor.portlet-message-boards blockquote cite {
      display: block;
      font-weight: bold; }
  .html-editor.portlet-message-boards pre {
    background: #f9f9f9;
    border: 1px solid #777;
    padding: 0.5em; }

.lfr-source-editor {
  border-color: #ccc; }
  .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 .lfr-fullscreen-source-editor-content .panel-splitter {
  border-color: #ccc; }

.mce-content-body {
  text-align: start; }

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

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

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

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

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

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

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

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

.lfr-item-viewer .image-viewer-base {
  outline: none; }

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

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

.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 .progress-container {
  background-color: #fff; }

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

.image-viewer-caption {
  color: #777; }

.image-viewer-footer-control, .image-viewer-footer-control:focus, .image-viewer-footer-control:hover {
  color: #777; }

@media (min-width: 576px) {
  .image-viewer-sidenav-menu {
    background-color: transparent;
    border-left-width: 0; } }

.image-viewer-sidenav dd {
  color: #8b8b8b;
  margin-bottom: 16px; }
  @media (min-width: 576px) {
    .image-viewer-sidenav dd {
      color: #777; } }

.image-viewer-sidenav .h5 {
  color: #869cad;
  margin-bottom: 3px; }
  @media (min-width: 576px) {
    .image-viewer-sidenav .h5 {
      color: #fff; } }

.image-viewer-sidenav .nav-tabs-default > li {
  padding-left: 20px; }
  .image-viewer-sidenav .nav-tabs-default > li:first-child {
    padding-left: 0; }

.image-viewer-sidenav .nav-tabs-default > li:first-child > a {
  padding-left: 0; }

.image-viewer-sidenav .nav-tabs-default > li > a {
  border-color: transparent;
  color: #777;
  padding-left: 0;
  padding-right: 0; }

.image-viewer-sidenav .nav-tabs-default > li > .active {
  background-color: transparent; }
  .image-viewer-sidenav .nav-tabs-default > li > .active, .image-viewer-sidenav .nav-tabs-default > li > .active:focus, .image-viewer-sidenav .nav-tabs-default > li > .active:hover {
    border-color: transparent;
    color: #777; }
    @media (min-width: 576px) {
      .image-viewer-sidenav .nav-tabs-default > li > .active, .image-viewer-sidenav .nav-tabs-default > li > .active:focus, .image-viewer-sidenav .nav-tabs-default > li > .active:hover {
        color: #fff; } }
  .image-viewer-sidenav .nav-tabs-default > li > .active:after {
    background-color: #65b6f0;
    bottom: -10px;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: relative;
    right: 0; }

.image-viewer-sidenav-body {
  padding-top: 0; }

.lfr-item-viewer .lfr-item-viewer-close {
  color: #fff;
  opacity: 1; }
  .lfr-item-viewer .lfr-item-viewer-close, .lfr-item-viewer .lfr-item-viewer-close:focus, .lfr-item-viewer .lfr-item-viewer-close:hover {
    color: #fff; }
  .lfr-item-viewer .lfr-item-viewer-close .icon-monospaced {
    color: #777; }

.lfr-item-viewer-icon-info {
  color: #fff; }

.nav.list-group li > a:focus, .nav.list-group li > a:hover {
  background-color: #e5f5fc;
  color: #009ae5; }

.nav.list-group > .active {
  border-width: 1px 0 0 0; }
  .nav.list-group > .active > a, .nav.list-group > .active > a:focus, .nav.list-group > .active > a:hover {
    background-color: #60bfef;
    border: 1px solid #60bfef;
    color: #fff; }

.nav.list-group .list-group-item {
  padding: 0; }
  .nav.list-group .list-group-item.nav-header {
    background-color: #f3f3f3;
    padding-left: 10px;
    padding-right: 10px; }

.lfr-page-templates li a {
  padding: 0; }
  .lfr-page-templates li a label {
    cursor: pointer;
    display: block;
    padding: 5px 0 5px 5px; }

.menu {
  position: absolute;
  width: auto; }
  .menu .notice-message {
    background-image: none;
    margin: 3px;
    padding: 6px; }

.menu-content {
  background: #fff;
  list-style: none;
  min-width: 150px; }
  .menu-content li {
    margin: 0;
    padding: 0; }
    .menu-content li .disabled {
      color: #999; }

.menu-content {
  background: #ccc9c9 url(../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #aeafb1 #777879 #777879 #aeafb1;
  padding: 2px 0; }

.menugroup-content .menu-label {
  background: #d2d6de;
  color: #5b677d;
  display: block;
  padding: 5px 3px;
  text-shadow: 1px 1px #fff; }

.menugroup-content ul {
  display: block;
  min-width: 0; }

.menu-content li {
  border-bottom: 1px solid #bcbbbb;
  border-top: 1px solid #eee;
  display: block;
  margin: 0;
  padding: 0; }
  .menu-content li.first {
    border-top-width: 0; }
  .menu-content li.last {
    border-bottom-width: 0; }

.menu-content li a,
.menu-content li .disabled {
  color: #2c2f34;
  display: block;
  padding: 4px 5px;
  text-decoration: none; }

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

.app-view-drop-active {
  background-color: #00a2ea;
  font-weight: bold; }
  .category-portlets .app-view-drop-active {
    background-color: #00a2ea;
    color: #fff; }

.basecelleditor [class~='form-validator-message'] {
  clip: rect(auto auto auto auto);
  width: auto; }

.document-library-file-entry-cell-editor-hidden {
  display: none; }

.previous-level {
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  margin-right: 5px;
  text-decoration: none;
  vertical-align: middle; }

.has-control-menu .lfr-asset-anchor {
  height: 74px;
  margin-top: -74px; }

.lfr-asset-anchor {
  display: block;
  height: 10px;
  margin-top: -10px;
  position: relative;
  z-index: -1; }

.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.card,
    .lfr-page-layouts input[type='radio']:checked + .card-horizontal .card {
      background-color: #F7F8F9;
      cursor: default; }
    .lfr-page-layouts input[type='radio']:checked + .card-horizontal::after {
      background-color: #0B5FFF;
      bottom: -1px;
      content: "";
      height: 4px;
      left: -1px;
      position: absolute;
      right: -1px;
      transition: height 0.15s ease-in-out; }
  .lfr-page-layouts .card-horizontal.card,
  .lfr-page-layouts .card-horizontal .card {
    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; }
    .lfr-page-layouts .card-horizontal.card:hover,
    .lfr-page-layouts .card-horizontal .card:hover {
      background-color: #F7F8F9;
      text-decoration: none; }
    .lfr-page-layouts .card-horizontal.card:focus,
    .lfr-page-layouts .card-horizontal .card:focus {
      background-color: #F7F8F9;
      box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #719AFF; }
    .lfr-page-layouts .card-horizontal.card:active, .lfr-page-layouts .card-horizontal.card.active,
    .lfr-page-layouts .card-horizontal .card:active,
    .lfr-page-layouts .card-horizontal .card.active {
      background-color: #F1F2F5; }
  .lfr-page-layouts .card-horizontal::after {
    border-radius: 0 0 3px 3px;
    bottom: -1px;
    content: "";
    height: 0;
    left: -1px;
    position: absolute;
    right: -1px;
    transition: height 0.15s ease-in-out; }
  .lfr-page-layouts .card-horizontal:hover::after, .lfr-page-layouts .card-horizontal.hover::after {
    background-color: #0B5FFF;
    height: 4px; }
  .lfr-page-layouts .card-horizontal:focus::after, .lfr-page-layouts .card-horizontal.focus::after {
    background-color: #0B5FFF;
    height: 4px; }
  .lfr-page-layouts .card-horizontal:active::after, .lfr-page-layouts .card-horizontal.active::after {
    background-color: #0B5FFF;
    height: 4px; }

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

.modal {
  display: block;
  margin: 0;
  overflow: hidden;
  position: fixed; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: none; } }

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

.modal-hidden {
  display: none; }

.modal-open .modal {
  overflow: hidden; }

.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; }

.dragging .portlet-column.customizable {
  background-color: #cffccf;
  outline: 3px solid #5eaf3d; }

.customizable-layout-column-content {
  background-color: #c92c3c; }
  .customizable-layout-column-content.yui3-widget-content-expanded {
    margin: 0 15px; }

.layout-customizable-controls {
  background-color: rgba(201, 44, 60, 0.8); }

.customizable .customizable-layout-column-content {
  background-color: #5eaf3d; }

.customizable .layout-customizable-controls {
  background-color: rgba(94, 175, 61, 0.8); }

.layout-customizable-controls-container {
  margin: 0 15px;
  position: relative; }

.layout-customizable-controls {
  font-size: 1.5em;
  padding: 4px 16px;
  position: absolute;
  width: 100%;
  z-index: 15; }
  .layout-customizable-controls label {
    color: #fff; }

.paginator-link {
  background: #eee no-repeat scroll 50% 1px;
  border: 1px solid #f0f1f2;
  border-color: #f0f1f2 #b2b2b2 #949494 #f0f1f1;
  color: #1f1e1e;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px; }

.paginator-page-link {
  height: auto;
  text-indent: 0; }

.paginator-current-page {
  background: #0083bd url(../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38b6ef #006d9e #006d9e #46b4e6;
  color: #fff;
  text-shadow: -1px -1px #003c57; }

.paginator-first-link {
  background-image: url(../images/arrows/paging_first.png); }

.paginator-prev-link {
  background-image: url(../images/arrows/paging_previous.png); }

.paginator-last-link {
  background-image: url(../images/arrows/paging_last.png); }

.paginator-next-link {
  background-image: url(../images/arrows/paging_next.png); }

.paginator-current-page-report,
.paginator-total {
  color: #555;
  font-size: 0.9em; }

.paginator-current-page-report {
  margin-left: 2em; }

.taglib-page-iterator .search-pages .page-links {
  padding: 0; }

.info-panel .panel-group {
  margin-left: -1rem;
  margin-right: -1rem; }

.lfr-panel-container {
  background: #fff; }

.lfr-panel-content {
  padding: 5px 10px; }

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px; }

.panel-hd {
  background: #c0c2c5 url(../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #c8c9ca #aeb2b8 #aeb2b8 #c8c9ca;
  padding-left: 10px;
  text-shadow: 1px 1px #fff; }

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

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

@media (min-width: 576px) {
  .sheet .display-style-icon .lfr-asset-item {
    width: 25%; } }

.splitter {
  border-radius: 0.25rem 0.25rem 0 0;
  color: #6B6C7E;
  padding: 10px 15px;
  position: relative;
  z-index: 1; }
  .splitter.splitter-spaced {
    border-radius: 0.25rem;
    margin-bottom: 20px; }

.table > tbody > tr.splitter {
  height: auto; }
  .table > tbody > tr.splitter > td {
    padding: 0; }

.lfr-nav.nav-tabs {
  margin-bottom: 20px; }

.tab-active strong {
  font-weight: normal; }

.tab-back {
  float: right; }

.tab-back-content {
  border-width: 0;
  padding: 1px; }

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  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; }

.tagselector-content {
  border-width: 0;
  padding: 0; }
  .tagselector-content .textboxlistentry-holder {
    border-bottom: 2px solid #869cad;
    margin-bottom: 10px;
    padding: 0; }

.categoriesselector-content .textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0; }

.lfr-portal-tooltip {
  display: inline-block; }
  .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; }

.tooltip {
  max-width: 200px; }
  .tooltip .tooltip-arrow {
    background-color: #272833;
    height: 0.6rem;
    position: absolute;
    transform: rotate(45deg);
    width: 0.6rem; }

.tooltip.top .tooltip-arrow,
.tooltip.bottom .tooltip-arrow {
  left: 50%;
  margin-left: -0.3rem; }

.tooltip.right .tooltip-arrow,
.tooltip.left .tooltip-arrow {
  margin-top: -0.3rem;
  top: 50%; }

.tooltip.bottom {
  padding-top: 0.3rem; }
  .tooltip.bottom .tooltip-arrow {
    top: 0; }

.tooltip.left {
  padding-right: 0.3rem; }
  .tooltip.left .tooltip-arrow {
    right: 0; }

.tooltip.right {
  padding-left: 0.3rem; }
  .tooltip.right .tooltip-arrow {
    left: 0; }

.tooltip.top {
  padding-bottom: 0.3rem; }
  .tooltip.top .tooltip-arrow {
    bottom: 0; }

.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; }

.underlay {
  clear: both;
  top: 100%; }
  .underlay .yui3-widget-hd {
    height: 38px; }

.underlay-hidden {
  display: none; }

.underlay-content {
  background: #f4f3f3 url(../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #aeafb1;
  border-width: 0 1px 1px; }

.underlay-close {
  position: absolute;
  right: 5px;
  top: 5px; }

.user-icon-color-0 {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #6b6c7e; }

.user-icon-color-1 {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #4b9bff; }

.user-icon-color-2 {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #ffb46e; }

.user-icon-color-3 {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #ff5f5f; }

.user-icon-color-4 {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #50d2a0; }

.user-icon-color-5 {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #ff73c3; }

.user-icon-color-6 {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #9be169; }

.user-icon-color-7 {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #af78ff; }

.user-icon-color-8 {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #ffd76e; }

.user-icon-color-9 {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #5fc8ff; }

html {
  font-size: 13px; }

body {
  font-size: 1rem;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #676a6c; }

#banner {
  position: fixed;
  left: 0;
  right: 0;
  height: 60px;
  padding-left: 75px;
  z-index: 990;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #326487;
  box-shadow: 0 0 4px rgba(51, 51, 51, 0.8); }
  #banner.liferay-sidebar-open {
    left: 320px; }

/* ---------- Column widths ---------- */
.portlet-column-content.empty {
  padding: 0; }

/* ---------- Wrapper ---------- */
#wrapper {
  padding-bottom: 10px;
  position: relative;
  background-color: #f3f3f4;
  min-height: 100vh; }
  #wrapper.liferay-sidebar-open {
    padding-left: 0px; }

.signed-in #wrapper {
  padding-top: 0; }

@media only screen and (min-width: 992px) {
  .private-page #wrapper {
    padding-left: 75px; } }

#heading {
  position: relative;
  overflow: hidden; }

#sign-in {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: .5rem 1.0rem; }

#content {
  padding-top: 80px;
  padding-bottom: 30px;
  width: 100%; }

.control-menu-visible #content {
  padding-top: 140px; }

#site-logo {
  display: none;
  margin-bottom: 5px;
  text-align: center; }
  .show-menu #site-logo {
    display: block; }
  #site-logo img {
    width: auto;
    height: 50px;
    margin: 0 auto; }

#portal-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  background-color: #fff;
  border-bottom: 4px solid #E7E7ED;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 500;
  padding-left: 16px;
  padding-right: 130px;
  margin-left: 0;
  margin-right: 0;
  min-height: 75px; }
  @media (min-width: 992px) {
    #portal-header {
      padding-left: 75px; } }
  #portal-header.liferay-sidebar-open {
    left: 320px; }

.control-menu-visible #portal-header {
  top: 62px;
  padding-right: 16px; }

.portlet-container .portlet-content {
  background-color: #fff;
  border-color: #eaeaea;
  border-image: none;
  border-style: solid;
  border-width: 0 1px 1px 1px; }

#control-menu-container {
  position: relative;
  width: 100%;
  height: 60px; }

.modify-pages li {
  position: relative; }
  .modify-pages li.lfr-nav-hover .delete-tab {
    opacity: 1; }

.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 16px;
  line-height: 6px;
  margin-top: -8px;
  opacity: 0;
  overflow: hidden;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #fff;
  top: 50%; }
  .modify-pages .delete-tab:hover {
    color: #b50303; }

.modify-pages .drag-handle {
  cursor: move;
  left: 3px;
  margin-left: 15px;
  position: absolute;
  top: 15px; }

.controls-hidden .modify-pages .drag-handle {
  display: none; }

@media (min-width: 768px) {
  .touch .modify-pages .drag-handle {
    display: none; } }

.nav li .toolbar {
  margin-top: 5px; }

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

.navigation-pane .body-row {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .navigation-pane .body-row ul li a .icon {
    float: left;
    margin-right: 5px; }

.navigation-pane .lfr-component {
  margin-left: 0; }

.navigation-pane .navigation-entry {
  position: relative; }
  .navigation-pane .navigation-entry.folder.error {
    display: block;
    padding: 6px 8px; }
  .navigation-pane .navigation-entry .browse-folder,
  .navigation-pane .navigation-entry .nav-item-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle; }
  .navigation-pane .navigation-entry .nav-item-icon {
    vertical-align: middle; }
  .navigation-pane .navigation-entry .overlay.entry-action {
    bottom: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0; }
    .navigation-pane .navigation-entry .overlay.entry-action .btn {
      border-width: 0;
      margin: 0;
      padding: 11px 14px; }
      @media (min-width: 768px) {
        .navigation-pane .navigation-entry .overlay.entry-action .btn {
          padding: 11px; } }

.nav-menu ul {
  padding-left: 10px; }

.nav-menu li a.ancestor {
  font-weight: bold; }

.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.nav-menu-style-arrows ul {
  list-style-image: url(../images/arrows/04_right.png); }

.portlet-navigation .nav-pills > li > a {
  margin-bottom: 2px; }

.portlet-navigation .nav-pills > li > .dropdown-menu {
  margin-top: 0; }

.split-button-dropdowns {
  list-style: none;
  margin: 0;
  padding: 0; }
  .split-button-dropdowns > li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px; }

.form-options {
  border: 1px solid #aaa;
  display: inline-block;
  vertical-align: middle; }
  .form-options input {
    border-width: 0;
    display: inline;
    float: left; }

.form-triggers {
  float: left; }

.form-trigger {
  background: #c4c4c4 url(../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #bbb;
  display: inline-block;
  float: left; }
  .form-trigger img {
    background: no-repeat 50% 40%;
    height: 25px;
    padding: 0 3px;
    vertical-align: middle;
    width: 16px; }
  .form-trigger:focus, .form-trigger:hover {
    background-color: #83b0ca;
    background-image: url(../images/application/button_bg_over.png); }

.trigger-selected {
  background-color: #ebebeb;
  background-image: url(../images/application/button_bg_selected.png); }
  .trigger-selected:focus, .trigger-selected:hover {
    background-color: #b7def4;
    background-image: url(../images/application/button_bg_selected_over.png); }

.options-trigger img {
  background-image: url(../images/common/configuration.png); }

.save-trigger img {
  background-image: url(../images/common/check.png); }

/* ---------- Portlet topper ---------- */
/* ---------- Portlet decorator ---------- */
/* ---------- Portlet header ---------- */
body.portlet {
  border-width: 0; }

.portlet-icon-back {
  margin-top: -2px; }

.portlet-topper {
  position: relative; }
  .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 .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
    display: none; }

.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-content .portlet-title-text,
.panel-page-body .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: 1rem; }

.portlet-draggable .portlet-topper {
  cursor: move; }

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

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

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

.lfr-status-alert-label,
.lfr-status-error-label,
.lfr-status-info-label,
.lfr-status-progress-label,
.lfr-status-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px; }

.lfr-status-alert-label {
  background-image: url(../images/messages/alert.png);
  color: #663; }

.lfr-status-error-label {
  background-image: url(../images/messages/error.png);
  color: #900; }

.lfr-status-help-label,
.lfr-status-info-label,
.lfr-status-progress-label {
  background-image: url(../images/messages/info.png);
  color: #34404f; }

.lfr-status-help-label {
  background-image: url(../images/portlet/help.png); }

.lfr-status-progress-label {
  background-image: url(../images/aui/loading_indicator.gif); }

.lfr-status-success-label {
  background-image: url(../images/messages/success.png);
  color: #384f34; }

.portlet-msg {
  background: #eee none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404f;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

.lfr-message {
  position: relative; }
  .lfr-message .lfr-message-control {
    background-color: #333;
    display: inline-block; }
  .lfr-message .lfr-message-controls {
    display: none;
    left: 3px;
    margin: -8px 8px 0 3px;
    position: absolute;
    top: 50%;
    z-index: 10; }
  .lfr-message .lfr-message-close {
    background-image: url(../images/portlet/close_borderless.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
  .lfr-message .lfr-message-close-all {
    color: #fff;
    display: none;
    font-size: 0.8em;
    margin-left: 10px;
    padding: 1px 10px;
    text-shadow: 1px 1px 0 #000;
    vertical-align: top; }
    .lfr-message .lfr-message-close-all a {
      color: #fff; }
  .lfr-message .lfr-message-controls-hover .lfr-message-close-all {
    display: inline-block; }
  .lfr-message.pending {
    background-image: url(../images/common/time.png); }

.lfr-message-content.alert {
  margin-bottom: 0; }

.lfr-message-close {
  cursor: pointer; }

/* ---------- Standard styles defined in the JSR 168 specification ---------- */
/* ---------- Fonts ---------- */
/* ---------- Sections ---------- */
.portlet-section-selected,
.portlet-section-selected a {
  background: #727c81;
  color: #fff;
  font-weight: bold;
  text-decoration: none; }

.portlet-section-selected a:hover,
.portlet-section-selected a:focus {
  background-color: #727c81; }

/* ---------- Forms ---------- */
/* ---------- Icons ---------- */
/* ---------- Menus ---------- */
.portlet {
  margin-bottom: 10px;
  position: relative; }

.portlet-content {
  border-color: #eaeaea;
  border-radius: 0 0;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  background-color: #fff;
  color: inherit;
  padding: 0;
  border-image: none; }

.portlet-content-editable {
  border-color: #eaeaea;
  border-radius: 0 0;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  padding: 10px; }

/* ---------- Portlet topper ---------- */
.portlet-actions {
  float: right; }

.portlet-name-text {
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block; }
  .signed-in.controls-visible .portlet-name-text {
    width: calc(100% - 10px); }

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

.portlet-title-default {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 140%; }

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

.portlet-topper {
  background-color: #eaeaea;
  border-color: #8d8d8d;
  border-radius: 0 0;
  border-style: solid;
  border-width: 2px 0 0 0;
  color: #42454a;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 15px 7px;
  position: relative; }

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
  position: absolute;
  right: 10px;
  top: 0;
  display: none; }
  .signed-in.controls-visible .portlet-topper-toolbar {
    display: block; }
  .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; }
  .portlet-topper-toolbar + .portlet-topper-toolbar {
    right: 40px; }

.controls-hidden .portlet-topper {
  pointer-events: none; }

.controls-visible.signed-in .portlet-topper {
  background-color: #326487;
  color: #fff;
  border-color: #326487; }
  @media only screen and (max-width: 767px) {
    .controls-visible.signed-in .portlet-topper {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

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

.lfr-configurator-visibility .portlet-borderless-bar {
  opacity: 0.6; }

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

.lfr-panel-page {
  width: 100%; }
  .lfr-panel-page .portlet-title {
    font-size: 13px; }
  .lfr-panel-page .lfr-add-content h2 span {
    background-color: #d3dadd; }

.main-content-body {
  margin-top: 20px; }

.restricted,
.restricted td {
  background: #fdd;
  border-width: 0; }

.restricted * {
  color: #727c81; }

.alt.restricted td {
  background-color: #ffc0c0; }

.hover.restricted td {
  background-color: #d3bdc0; }

.alt.restricted td.first,
.restricted td.first {
  background-image: url(../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px; }

.signed-in.controls-hidden .portlet-borderless > .portlet > .portlet-topper {
  display: none; }

.signed-in.controls-visible .portlet-borderless > .portlet > .portlet-topper {
  display: flex; }

.portlet-decorate > .portlet > .portlet-topper {
  display: flex; }

/* ---------- Dynamic data list display/Journal portlet ---------- */
.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 28px; }

/* ---------- Breadcrumb taglib ---------- */
.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; }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th,
.taglib-calendar tr td {
  border-width: 0; }

.taglib-calendar tr td a {
  background-color: #f0f5f7;
  border: 1px solid #fff;
  border-bottom-width: 0;
  border-left-width: 0;
  display: block;
  height: 15px;
  padding: 5px 0; }
  .taglib-calendar tr td a:hover {
    background-color: #727c81;
    color: #fff; }

.taglib-calendar tr td.calendar-inactive {
  background-color: #fff;
  color: #b5bfc4; }

.taglib-calendar tr th {
  border-bottom-color: #d7d7d7; }

.taglib-calendar table td {
  border-width: 0; }

.taglib-calendar .calendar-current-day,
.taglib-calendar .calendar-current-day a {
  background-color: #fff; }

.taglib-calendar .calendar-current-day a {
  border: 1px solid #727c81;
  color: #369;
  text-decoration: underline; }

/* ---------- Navbar form search ---------- */
.navbar form {
  margin: 0; }

.widget-toolbar .btn + .btn,
.widget-toolbar .widget-group + .widget-group {
  margin-left: 1rem; }

.widget-mode-detail {
  padding-top: 1rem; }
  .widget-mode-detail .title {
    font-size: 36px; }
  .widget-mode-detail .sub-title {
    font-size: 26px;
    margin-bottom: 32px; }
  .widget-mode-detail .widget-metadata {
    margin-bottom: 2rem; }
  .widget-mode-detail .widget-mode-detail-text {
    margin-top: 48px; }
    .widget-mode-detail .widget-mode-detail-text img {
      max-width: 100%; }
    .widget-mode-detail .widget-mode-detail-text p {
      font-size: 18px;
      line-height: 1.8; }

.widget-mode-card .card {
  display: flex;
  height: calc(100% - 24px);
  margin-bottom: 24px; }

.widget-mode-card .card-header {
  overflow: hidden;
  padding: 0; }

.widget-mode-card .card-title {
  position: relative; }

@media (min-width: 768px) {
  .widget-mode-card .visible-interaction {
    position: absolute;
    right: -8px; } }

.widget-mode-simple .widget-topbar {
  margin-bottom: 8px; }

.widget-mode-simple .widget-metadata {
  margin-bottom: 24px; }

.widget-mode-simple .widget-toolbar {
  margin-top: 1.5rem; }

.widget-mode-simple .widget-content .cover-image {
  margin-bottom: 24px; }

.menu-content,
.underlay-content {
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5); }

.lfr-ddm-container .file-entry-upload-progress {
  border-radius: 0 0 4px 4px; }

.lfr-preview-file-image img {
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8); }

.portlet-document-library .lfr-ddm-small-image-preview,
.portlet-dynamic-data-mapping .lfr-ddm-small-image-preview {
  box-shadow: 0 1px 3px #ccc; }

.portlet-document-library-upload-mask .overlaymask-content {
  border-radius: 5px; }

.overlaymask-content {
  background-color: #fff; }

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

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

.lfr-search-combobox-item {
  border-radius: 1px; }

.lfr-search-combobox .field-input-text {
  border-radius: 4px 1px 1px 4px; }

.lfr-search-combobox .button-input {
  border-radius: 1px 4px 4px 1px; }

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

.portlet-language .portlet-body .current-language,
.portlet-language .portlet-body .taglib-icon,
.portlet-language .portlet-body .taglib-language-list-text {
  border-radius: 10px; }

body > .lfr-menu-list ul,
.active-area-proxy,
.entry-display-style .entry-thumbnail,
.lfr-api-results,
.lfr-translation-manager,
.lfr-translation-manager-translation,
.lfr-upload-container .cancel-button .modify-pages .delete-tab,
.portlet-image-gallery-display .image-thumbnail img,
.rule-group-instance-container .rule-group-instance,
.select-documents,
.select-files,
.taglib-ratings.stars:hover,
.taglib-ratings.stars:hover .liferay-rating-vote > div,
.taglib-ratings.stars .rating-focused > div,
.tags-search-combobox .field-input-text {
  border-radius: 4px; }

.entry-display-style,
.lfr-search-combobox,
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target,
.portlet-document-library .common-file-metadata-container.selected,
.portlet-document-library-display .common-file-metadata-container.selected,
.portlet-image-gallery-display .image-icon,
.select-documents,
.select-files {
  border-radius: 5px; }

.portlet-dynamic-data-list-display .lfr-ddm-container .lfr-ddm-repeatable-placeholder,
.portlet-dynamic-data-lists .lfr-ddm-container .lfr-ddm-repeatable-placeholder {
  border-radius: 6px; }

.menu-content {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.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%; }

.underlay-content {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.input-localized .lfr-input-localized-state {
  border-radius: 3px; }

.input-localized .lfr-input-localized .lfr-input-localized-state {
  box-shadow: 0 0 3px #ddd; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    box-shadow: 0 0 3px #ff0047; }

.input-localized .palette-item-selected .lfr-input-localized-state {
  box-shadow: 0 0 3px #27c1f2; }

.lfr-content-preview-popup .lfr-content-preview-popup-content {
  border-radius: 0;
  box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25); }

.lfr-message .lfr-message-control {
  border-radius: 10px; }

.lfr-token {
  border-radius: 8px; }

.staging-tabview-list {
  border-radius: 0; }

.site-variations-tabview-list .tab-content,
.staging-tabview-list .tab-active .tab-content,
.tagselector-content .textboxlistentry-holder .lfr-tag-selector-input:focus {
  box-shadow: none; }

.rule-group-instance-container .rule-group-instance {
  box-shadow: 1px 1px 2px #999; }

.lfr-action-label {
  border-radius: 2px; }

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

@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 {
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  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; } }

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

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

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

.lfr-spa-loading .lfr-spa-loading-bar {
  -webkit-animation: shift-rightwards 1s ease-in-out infinite;
  animation: shift-rightwards 1s ease-in-out infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.lfr-spa-loading-bar {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

@-webkit-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  40% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  60% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  40% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  60% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

.mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .lfr-icon-menu-text,
.mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  max-width: 200px; }

.portlet-boundary.yui3-dd-dragging {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  @media (prefers-reduced-motion: reduce) {
    .portlet-boundary.yui3-dd-dragging {
      transition: none; } }

.portlet-document-library .entry-thumbnail .label,
.portlet-document-library-display .workflow-status .label,
.portlet-journal .entry-thumbnail .label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

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

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

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

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

.upload-drop-active .portlet-document-library .document-container {
  box-shadow: inset 0 0 5px #b8c1d1; }

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

.quick-access-nav a {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup,
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  box-shadow: initial; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  box-shadow: none; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  background-image: linear-gradient(#fff, #e4e4e4);
  border-radius: 2px; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:hover:after {
  background-image: linear-gradient(#f2f2f2, #ccc); }

/* ---------- Switches ---------- */
input.switch:focus ~ .switch-bar:before {
  box-shadow: 0 0 3px #00f; }

input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before,
input.switch:empty ~ .switch-bar .switch-icon,
input.switch:empty ~ .switch-bar .switch-toggle:after,
input.switch:empty ~ .switch-bar .switch-toggle:before {
  transition: all 100ms ease-in; }
  @media (prefers-reduced-motion: reduce) {
    input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before,
    input.switch:empty ~ .switch-bar .switch-icon,
    input.switch:empty ~ .switch-bar .switch-toggle:after,
    input.switch:empty ~ .switch-bar .switch-toggle:before {
      transition: none; } }

/* ---------- Image selector ---------- */
.taglib-image-selector .selection-status {
  transition: opacity 0.2s ease-in-out;
  border-radius: 30px; }
  @media (prefers-reduced-motion: reduce) {
    .taglib-image-selector .selection-status {
      transition: none; } }

.taglib-image-selector .progress-wrapper .progressbar {
  border-radius: 0; }

/* ---------- Drop here info ---------- */
.drop-here-info {
  transition: all 0.2s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .drop-here-info {
      transition: none; } }
  .drop-here-info .drop-icons {
    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 {
      transition: all 0.3s ease-in-out;
      border-radius: 3px; }
      @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);
      -webkit-transform: rotate(25deg);
      transform: rotate(25deg); }
    .drop-here-info .drop-icons span:nth-of-type(2) {
      box-shadow: 0 6px 0 -2px rgba(0, 0, 0, 0.15);
      -webkit-transform: scale(0.8);
      transform: scale(0.8); }
    .drop-here-info .drop-icons span:nth-of-type(3) {
      box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
      -webkit-transform: rotate(-25deg);
      transform: rotate(-25deg); }

.drop-active .drop-here-info span:nth-of-type(1) {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg); }

.drop-active .drop-here-info span:nth-of-type(2) {
  -webkit-transform: scale(1);
  transform: scale(1); }

.drop-active .drop-here-info span:nth-of-type(3) {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg); }

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/* @import 'liferay-font-awesome/scss/font-awesome'; */
/* @import 'liferay-font-awesome/scss/glyphicons'; */
/* Basics */
/* Colors */
/* Grey Colors */
/* Colors Warnlevel */
/*Fonts*/
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v18-latin/roboto-v18-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto-v18-latin/roboto-v18-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin/roboto-v18-latin-300.woff2") format("woff2"), url("../fonts/roboto-v18-latin/roboto-v18-latin-300.woff") format("woff"), url("../fonts/roboto-v18-latin/roboto-v18-latin-300.ttf") format("truetype"), url("../fonts/roboto-v18-latin/roboto-v18-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v18-latin/roboto-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v18-latin/roboto-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin/roboto-v18-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v18-latin/roboto-v18-latin-regular.woff") format("woff"), url("../fonts/roboto-v18-latin/roboto-v18-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v18-latin/roboto-v18-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v18-latin/roboto-v18-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/roboto-v18-latin/roboto-v18-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin/roboto-v18-latin-500.woff2") format("woff2"), url("../fonts/roboto-v18-latin/roboto-v18-latin-500.woff") format("woff"), url("../fonts/roboto-v18-latin/roboto-v18-latin-500.ttf") format("truetype"), url("../fonts/roboto-v18-latin/roboto-v18-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v18-latin/roboto-v18-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v18-latin/roboto-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin/roboto-v18-latin-700.woff2") format("woff2"), url("../fonts/roboto-v18-latin/roboto-v18-latin-700.woff") format("woff"), url("../fonts/roboto-v18-latin/roboto-v18-latin-700.ttf") format("truetype"), url("../fonts/roboto-v18-latin/roboto-v18-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'fliwas-font';
  src: url("../fonts/fliwas-font.ttf?y5mluv") format("truetype"), url("../fonts/fliwas-font.woff?y5mluv") format("woff"), url("../fonts/fliwas-font.svg?y5mluv#fliwas-font") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-fliwas-"], [class*=" icon-fliwas-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fliwas-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-fliwas-mbs:before {
  content: "\e96c"; }

.icon-fliwas-news-message:before {
  content: "\e96d"; }

.icon-fliwas-message-delayed:before {
  content: "\e96b"; }

.icon-fliwas-no-link-object:before {
  content: "\e969"; }

.icon-fliwas-link-object:before {
  content: "\e96a"; }

.icon-fliwas-e:before {
  content: "\e968"; }

.icon-fliwas-3-corners:before {
  content: "\e900"; }

.icon-fliwas-4-corners:before {
  content: "\e901"; }

.icon-fliwas-alert:before {
  content: "\e902"; }

.icon-fliwas-arrow-down:before {
  content: "\e903"; }

.icon-fliwas-arrow-left:before {
  content: "\e904"; }

.icon-fliwas-arrow-right:before {
  content: "\e905"; }

.icon-fliwas-arrow-up:before {
  content: "\e906"; }

.icon-fliwas-bell:before {
  content: "\e907"; }

.icon-fliwas-crosshairs-waves:before {
  content: "\e908"; }

.icon-fliwas-crosshairs:before {
  content: "\e909"; }

.icon-fliwas-dash-o:before {
  content: "\e90a"; }

.icon-fliwas-drop:before {
  content: "\e90b"; }

.icon-fliwas-file:before {
  content: "\e90c"; }

.icon-fliwas-gear-i:before {
  content: "\e90d"; }

.icon-fliwas-gear-switch:before {
  content: "\e90e"; }

.icon-fliwas-gear-trafficlight:before {
  content: "\e90f"; }

.icon-fliwas-gear:before {
  content: "\e910"; }

.icon-fliwas-home:before {
  content: "\e911"; }

.icon-fliwas-hrb-male:before {
  content: "\e912"; }

.icon-fliwas-hrb-outline:before {
  content: "\e913"; }

.icon-fliwas-hrb:before {
  content: "\e914"; }

.icon-fliwas-journal:before {
  content: "\e915"; }

.icon-fliwas-ko-outline:before {
  content: "\e916"; }

.icon-fliwas-ko:before {
  content: "\e917"; }

.icon-fliwas-layer:before {
  content: "\e918"; }

.icon-fliwas-list:before {
  content: "\e919"; }

.icon-fliwas-loader:before {
  content: "\e91a"; }

.icon-fliwas-logout:before {
  content: "\e91b"; }

.icon-fliwas-map:before {
  content: "\e91c"; }

.icon-fliwas-minus:before {
  content: "\e91d"; }

.icon-fliwas-outline:before {
  content: "\e91e"; }

.icon-fliwas-pe-outline:before {
  content: "\e91f"; }

.icon-fliwas-pe:before {
  content: "\e920"; }

.icon-fliwas-pen-3-corners:before {
  content: "\e921"; }

.icon-fliwas-pen-gage-o:before {
  content: "\e922"; }

.icon-fliwas-pen-pe-outline:before {
  content: "\e923"; }

.icon-fliwas-pencil:before {
  content: "\e924"; }

.icon-fliwas-plus:before {
  content: "\e925"; }

.icon-fliwas-share:before {
  content: "\e926"; }

.icon-fliwas-spiral:before {
  content: "\e927"; }

.icon-fliwas-vane:before {
  content: "\e928"; }

.icon-fliwas-water-o:before {
  content: "\e929"; }

.icon-fliwas-wrench:before {
  content: "\e92a"; }

.icon-fliwas-x:before {
  content: "\e92b"; }

.icon-fliwas-arrow-compress:before {
  content: "\e92c"; }

.icon-fliwas-arrow-expand:before {
  content: "\e92d"; }

.icon-fliwas-low-priority:before {
  content: "\e92e"; }

.icon-fliwas-high-priority:before {
  content: "\e92f"; }

.icon-fliwas-info-o:before {
  content: "\e930"; }

.icon-fliwas-journal-loupe:before {
  content: "\e931"; }

.icon-fliwas-journal-male:before {
  content: "\e932"; }

.icon-fliwas-normal-priority:before {
  content: "\e933"; }

.icon-fliwas-map-download:before {
  content: "\e934"; }

.icon-fliwas-journal-loupe-inverse:before {
  content: "\e935"; }

.icon-fliwas-alert-inverse:before {
  content: "\e936"; }

.icon-fliwas-download:before {
  content: "\e937"; }

.icon-fliwas-eye:before {
  content: "\e938"; }

.icon-fliwas-eye-off:before {
  content: "\e939"; }

.icon-fliwas-inactive:before {
  content: "\e93a"; }

.icon-fliwas-active:before {
  content: "\e93b"; }

.icon-fliwas-gear-outline:before {
  content: "\e93c"; }

.icon-fliwas-checkbox-off:before {
  content: "\e93d"; }

.icon-fliwas-checkbox-on:before {
  content: "\e93e"; }

.icon-fliwas-info-square:before {
  content: "\e93f"; }

.icon-fliwas-q-overflow:before {
  content: "\e940"; }

.icon-fliwas-w-water-level:before {
  content: "\e941"; }

.icon-fliwas-pk:before {
  content: "\e942"; }

.icon-fliwas-pl:before {
  content: "\e943"; }

.icon-fliwas-pm:before {
  content: "\e944"; }

.icon-fliwas-news:before {
  content: "\e945"; }

.icon-fliwas-pk-outline:before {
  content: "\e946"; }

.icon-fliwas-pl-outline:before {
  content: "\e947"; }

.icon-fliwas-pm-outline:before {
  content: "\e948"; }

.icon-fliwas-rain:before {
  content: "\e949"; }

.icon-fliwas-nf:before {
  content: "\e94a"; }

.icon-fliwas-np:before {
  content: "\e94b"; }

.icon-fliwas-hso:before {
  content: "\e94c"; }

.icon-fliwas-hsl:before {
  content: "\e94d"; }

.icon-fliwas-check:before {
  content: "\e94e"; }

.icon-fliwas-playlist-plus:before {
  content: "\e94f"; }

.icon-fliwas-be:before {
  content: "\e950"; }

.icon-fliwas-fpol:before {
  content: "\e951"; }

.icon-fliwas-fpop:before {
  content: "\e952"; }

.icon-fliwas-b:before {
  content: "\e953"; }

.icon-fliwas-not-shared:before {
  content: "\e954"; }

.icon-fliwas-arrow-rule:before {
  content: "\e955"; }

.icon-fliwas-water-rule-q:before {
  content: "\e956"; }

.icon-fliwas-water-rule-w:before {
  content: "\e957"; }

.icon-fliwas-overflow-q:before {
  content: "\e958"; }

.icon-fliwas-water-w:before {
  content: "\e959"; }

.icon-fliwas-arrow-rule-q:before {
  content: "\e95a"; }

.icon-fliwas-arrow-rule-w:before {
  content: "\e95b"; }

.icon-fliwas-spiral-rule-q:before {
  content: "\e95c"; }

.icon-fliwas-spiral-rule-w:before {
  content: "\e95d"; }

.icon-fliwas-massnahme:before {
  content: "\e95e"; }

.icon-fliwas-water-o-rule:before {
  content: "\e95f"; }

.icon-fliwas-spiral-rule:before {
  content: "\e960"; }

.icon-fliwas-progress-check:before {
  content: "\e961"; }

.icon-fliwas-playlist-star:before {
  content: "\e962"; }

.icon-fliwas-tg:before {
  content: "\e963";
  color: #676a6c; }

.icon-fliwas-journal_add:before {
  content: "\e964";
  color: #47a7de; }

.icon-fliwas-icon_nl_quadratisch:before {
  content: "\e965";
  color: #676a6c; }

.icon-fliwas-nr:before {
  content: "\e966"; }

.icon-fliwas-card_bg:before {
  content: "\e967"; }

.icon-fliwas-search-crosshair:before {
  content: "\e96e";
  color: #fff; }

.icon-fliwas-bell-check:before {
  content: "\e96f"; }

.icon-fliwas-sri10:before {
  content: "\e970"; }

.icon-fliwas-sri30:before {
  content: "\e971"; }

.icon-fliwas-sri60:before {
  content: "\e972"; }

.tools-control-group > .control-menu-nav > li > .lfr-portal-tooltip > .control-menu-icon,
.user-control-group > .control-menu-nav > li > .control-menu-icon {
  display: block !important; }

.site.controls-hidden .portlet:active .visible-interaction,
.site.controls-hidden .portlet:hover .visible-interaction,
.site.controls-hidden .portlet:focus .visible-interaction,
.site.controls-hidden .portlet.active .visible-interaction,
.site.controls-visible .portlet:active .visible-interaction,
.site.controls-visible .portlet:hover .visible-interaction,
.site.controls-visible .portlet:focus .visible-interaction,
.site.controls-visible .portlet.active .visible-interaction {
  display: block; }

.controls-visible .portlet:active .visible-interaction,
.controls-visible .portlet:hover .visible-interaction,
.controls-visible .portlet:focus .visible-interaction,
.controls-visible .portlet.active .visible-interaction {
  display: block; }

.controls-visible .portlet > .portlet-topper {
  display: flex;
  opacity: 1.0;
  position: relative; }

.controls-visible .portlet:hover > .portlet-topper {
  transform: none; }

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

.signed-in.controls-visible .portlet-column-content.empty {
  margin-bottom: 30px; }

/* let editor see where portlets can be placed on page */
.signed-in.controls-visible .yui3-dd-drop-active-valid .portlet-dropzone,
.signed-in .dragging .portlet-dropzone.empty,
.signed-in.controls-visible .portlet-dropzone.empty,
.signed-in.open-admin-panel .portlet-column.yui3-dd-drop .portlet-dropzone,
.signed-in.controls-visible .dragging[role=main] .portlet-column.yui3-dd-drop .portlet-dropzone {
  background-color: rgba(0, 255, 0, 0.6) !important;
  min-height: 50px; }

.signed-in.controls-visible .portlet:hover .visible-interaction,
.signed-in.controls-visible .portlet-body .visible-interaction,
.signed-in.controls-visible .portlet-dropzone.empty {
  display: block; }

.signed-in.controls-visible .portlet-body .visible-interaction {
  position: absolute;
  z-index: 5;
  right: 0; }

.control-menu-container {
  position: static; }

/* ibox heading */
.ibox-heading {
  border-bottom: none; }
  .ibox-heading h3 {
    font-weight: 200;
    font-size: 24px; }
  .ibox-heading .object-id {
    float: right;
    font-size: .6em;
    color: #f3f6fb; }

[class*="widget-container"][class*="_operationplanningportlet"] .flags-container .ibox-heading .widget-title {
  padding: 0; }

[class*="widget-container"][class*="_operationplanningportlet"] .flags-container .nopadding h4 {
  font-size: 1em;
  color: #2E84B7; }

/* END: ibox heading */
/* Paddings */
.row [class*="col-"].nopadding {
  padding-left: 0;
  padding-right: 0; }

.padding-box, .portlet-document-library .row-fluid {
  padding: 1px; }
  @media (min-width: 768px) {
    .padding-box, .portlet-document-library .row-fluid {
      padding: 15px; } }

.details-widget h1.page-title,
.details-widget h1.page-titel,
.widget-title {
  padding: 15px;
  margin: 0; }

.padding-box .widget-title, .portlet-document-library .row-fluid .widget-title,
.padding-box .details-widget h1.page-titel,
.portlet-document-library .row-fluid .details-widget h1.page-titel,
.ReactModalPortal .widget-title,
.ReactModalPortal .details-widget h1.page-titel {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0; }

.padding-box-h {
  padding: 0 15px; }

.padding-box-v {
  padding: 15px 0; }

/* END: Paddings */
/* headlines */
h1, .h1-fliwas {
  font-size: 30px;
  font-weight: 200; }

h2, .fliwas-h2 {
  margin: 0 0 0;
  padding: 0;
  font-size: 13px;
  text-overflow: ellipsis;
  font-weight: 400;
  text-align: left; }

h3, .h3-fliwas, .portlet-document-library .portlet-body .taglib-header .header-title, .portlet-document-library .document-info .document-title, #maxedPopup .portlet-body .taglib-header .header-title span, .view .body-row .document-info .document-title, .asset-details h3.version, .portal-popup .portlet-body .taglib-header h3.header-title {
  font-size: 24px;
  font-weight: 200;
  text-align: left;
  margin-bottom: 20px; }

h4, .h4-fliwas, .portlet-document-library ul.breadcrumb li.active, .portlet-document-library .fieldset .field-wrapper .control-label, .view .body-row .document-info .asset-links-title {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 12.5px;
  font-weight: 600;
  word-wrap: break-word;
  line-height: 150%; }

/* End: headlines */
.error-message {
  padding: 15px;
  text-align: center;
  font-size: 1em;
  color: #f06f4d; }

.margin-top {
  margin-top: 15px; }

.margin-bottom {
  margin-bottom: 15px !important; }

[id*="OperationPlanVersionMasterDetailWidgetPortlet"] .ibox-heading .widget-title {
  padding: 0;
  overflow-wrap: anywhere; }

/* Basics and Inspinia (old Theme) fixes */
.element-detail-box {
  padding: 25px; }

.h-200 {
  min-height: 200px; }

.legendLabel {
  padding-left: 5px; }

.stat-list li:first-child {
  margin-top: 0; }

.stat-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.stat-percent {
  float: right; }

.stat-list li {
  margin-top: 15px;
  position: relative; }

/* DATATABLES */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent; }

table.dataTable thead .sorting_asc:after {
  float: right;
  font-family: fontawesome; }

table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome; }

table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5); }

.dataTables_wrapper {
  padding-bottom: 30px; }

.table + .table {
  margin-top: 30px; }

.table.table-sm.table-bordered > thead th {
  border-bottom: 0;
  vertical-align: middle; }

.small {
  font-size: 11px;
  font-weight: 400;
  color: #676a6c !important;
  margin-bottom: .5em;
  display: block; }

/* IMAGES */
.portlet-body img,
.preview-image img {
  max-width: 100%; }

/* END: IMAGES */
/* CIRCLE */
.img-circle {
  border-radius: 50%; }

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429; }

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33; }

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33; }

/* Border Box */
.border-box {
  padding: 1.7em 0;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0; }

.border-box.row {
  margin-left: 0;
  margin-right: 0; }
  .border-box.row > [class*="col-"]:first-child,
  .border-box.row > div:first-child {
    padding-left: 0; }
  .border-box.row > [class*="col-"]:last-child,
  .border-box.row > div:last-child {
    padding-right: 0; }

.flex-box {
  display: flex;
  flex-wrap: wrap; }

.hyphens-auto {
  hyphens: auto; }

.nav.justify-content-end {
  flex-direction: row; }

#banner .row:first-child {
  display: flex; }

.flags-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  min-height: 60px;
  outline: none; }
  .flags-container:focus, .flags-container:focus-within {
    outline: none; }

.right {
  float: right !important; }

.flags-container .flags-container,
.container-fluid .flags-container {
  padding-left: 0;
  padding-right: 0; }

.portlet-name-text {
  font-weight: 400; }

#content :focus {
  outline: none; }

/* CARDS */
.accordion > .card:first-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.accordion > .card:first-of-type,
.accordion > .card:last-of-type,
.accordion .card-header:first-child {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.accordion > .card:first-of-type {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

/* reset old bootstrap behaviour - container width in container within portlet-body and portlets */
@media all and (min-width: 576px) {
  .portlet-content-container .portlet-body .container {
    width: 540px; } }

@media all and (min-width: 768px) {
  .portlet-content-container .portlet-body .container {
    width: 720px; } }

@media all and (min-width: 992px) {
  .portlet-content-container .portlet-body .container {
    width: 960px; } }

@media all and (min-width: 1280px) {
  .portlet-content-container .portlet-body .container {
    width: 1248px; } }

.dropdown-item {
  white-space: nowrap;
  text-overflow: ellipsis; }

.state-visualization {
  display: inline-block;
  max-width: 150px; }

.overall-state-box {
  display: inline-block;
  height: 21px;
  width: 21px;
  background-color: #cecece; }
  .overall-state-box.state-green {
    background-color: #8ccc2e; }
  .overall-state-box.state-blue {
    background-color: #3ba9ea; }
  .overall-state-box.state-blue-light {
    background-color: #aae6ff; }
  .overall-state-box.state-yellow {
    background-color: #ffe700; }
  .overall-state-box.state-orange {
    background-color: #ffad00; }
  .overall-state-box.state-red {
    background-color: #f00000; }
  .overall-state-box.state-purple {
    background-color: #6b2780; }

.badge.state-green {
  background-color: #8ccc2e;
  color: #fff; }

.badge.state-blue {
  background-color: #3ba9ea;
  color: #fff; }

.badge.state-blue-light {
  background-color: #aae6ff; }

.badge.state-yellow {
  background-color: #ffe700;
  color: #676a6c; }

.badge.state-orange {
  background-color: #ffad00;
  color: #fff; }

.badge.state-red {
  background-color: #f00000;
  color: #fff; }

.badge.state-unknown {
  background-color: #676a6c;
  color: #fff; }

.badge.state-purple {
  background-color: #6b2780;
  color: #fff; }

.btn {
  padding: 5px 10px;
  margin-bottom: 5px; }

.icon-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0; }

.btn.configOpener {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 5px 8px;
  background-color: #fff;
  color: #326487;
  border-color: #8d8d8d;
  z-index: 490;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: none;
  /* only show config button if control-mode is on */ }
  .signed-in.controls-visible .btn.configOpener {
    display: inline-block; }
  .btn.configOpener:hover {
    border-color: #8d8d8d;
    color: #1f3e54; }

.header-menu-buttons-container {
  padding: 16px 16px 0 16px;
  display: flex;
  align-items: center;
  z-index: 1000; }

.control-menu-visible .header-menu-buttons-container {
  padding-bottom: 16px; }

.btn-group {
  display: inline-block; }
  .btn-group > .btn {
    font-size: 1rem; }

.btn[class*="btn-selection-"] {
  margin-right: .7em !important;
  padding: .5em 1.0em .5em 2.3em;
  background-size: 1.5em;
  background-position: .4em .25em;
  background-repeat: no-repeat;
  cursor: pointer;
  text-align: left;
  background-position: 4px 6px; }

.btn.btn-selection-off {
  background-color: transparent;
  background-image: url(../images/icons/checkbox-off.svg);
  color: #676a6c; }

.btn.btn-selection-on {
  background-color: transparent;
  background-image: url(../images/icons/checkbox-on.svg);
  color: #fff; }

label.btn input {
  display: none; }

.btn-group > .btn.dropdown-toggle.dropdown-toggle-split,
.btn.dropdown-toggle.dropdown-toggle-split {
  margin-left: 1px; }

/* Button Box */
.button-box {
  padding: 15px; }

.button-box-v {
  padding: 15px 0; }

.button-box--nopadding,
.button-box-nopadding {
  padding: 0; }

.button-box,
.button-box-v,
.button-box-nopadding {
  display: flex; }
  .button-box button,
  .button-box-v button,
  .button-box-nopadding button {
    outline: none;
    margin-right: 5px; }
  .button-box a,
  .button-box-v a,
  .button-box-nopadding a {
    margin-bottom: 5px; }

.btn.btn-outline-info.btn-sm {
  padding: 2px 4px;
  border: 1px solid #ccc;
  color: #3ba9ea; }
  .btn.btn-outline-info.btn-sm:focus, .btn.btn-outline-info.btn-sm:active, .btn.btn-outline-info.btn-sm:hover {
    background-color: #ebebeb;
    color: #3ba9ea;
    box-shadow: none; }

.btn.btn-info {
  background-color: transparent;
  border-radius: 0;
  border-color: transparent;
  color: #999c9e; }
  .btn.btn-info:hover {
    border-color: #999c9e;
    color: #999c9e; }

.icon.icon-fliwas-info-o {
  cursor: pointer; }

.details-renderer-fast-edit-button {
  position: absolute;
  top: 4px;
  right: 5px; }

.icon.icon-fliwas-pencil {
  cursor: pointer; }

.btn.load-more-spacer {
  width: 150px;
  clear: both;
  overflow: hidden;
  margin: 20px auto;
  text-align: center;
  height: 40px;
  line-height: 1.2;
  font-size: 25px;
  display: block; }

.btn.btn-default {
  background-color: #fff;
  color: #3ba9ea;
  border-color: #3ba9ea; }

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px; }

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn {
  margin-left: 0;
  margin-right: 5px;
  margin-top: 0; }

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px; }

.clickable {
  cursor: pointer; }

a:not([href]):not([tabindex]).business-object-link, .business-object-link {
  display: block;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 2px 4px;
  border: 1px solid #3ba9ea;
  color: #3ba9ea;
  margin-bottom: 5px;
  text-align: left; }
  a:not([href]):not([tabindex]).business-object-link:hover, .business-object-link:hover {
    background-color: #ebebeb; }
  a:not([href]):not([tabindex]).business-object-link.business-object-link-error, a:not([href]):not([tabindex]).business-object-link.business-object-link-error.business-object-link-not-visible, .business-object-link.business-object-link-error, .business-object-link.business-object-link-error.business-object-link-not-visible {
    color: #f00000;
    border-color: #f00000; }
  a:not([href]):not([tabindex]).business-object-link.business-object-link--inline, .business-object-link.business-object-link--inline {
    display: inline; }

.business-object-link--inline {
  display: inline; }

.user-subscription-button {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 5px;
  flex-shrink: 0; }
  .user-subscription-button.btn-success {
    background-color: #59C327;
    border-color: #59C327; }
  .user-subscription-button:focus {
    box-shadow: none; }

.form-control {
  border-radius: 0; }

select {
  margin-bottom: 10px; }

/* INPUTS */
.inline {
  display: inline-block !important; }

.input-s-sm {
  width: 120px; }

.input-s {
  width: 200px; }

.input-s-lg {
  width: 250px; }

.i-checks {
  padding-left: 0; }

.form-control,
.single-line {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 1px;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-size: 14px; }

.has-success .form-control {
  border-color: #1ab394; }

.has-warning .form-control {
  border-color: #f8ac59; }

.has-error .form-control {
  border-color: #ed5565; }

.has-success .control-label {
  color: #1ab394; }

.has-warning .control-label {
  color: #f8ac59; }

.has-error .control-label {
  color: #ed5565; }

.input-group-addon {
  background-color: #fff;
  border: 1px solid #E5E6E7;
  border-radius: 1px;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  text-align: center; }

.form-check .form-check-input {
  margin-right: 5px;
  vertical-align: middle;
  border: 1px solid black; }

.form-group .datepicker-label,
.form-group .form-label {
  font-weight: 600;
  font-size: .9em;
  margin-bottom: 5px; }

/* Datepicker */
.datepicker-label {
  margin-right: .5em; }

.react-datepicker-wrapper {
  margin: 0 5px; }

/* END: Datepicker */
/* MODALS */
.modal-header {
  min-height: 65px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header .modal-title {
    font-size: 1.9rem;
    font-weight: 200;
    line-height: 30px; }

.modal-body {
  padding: 0; }

/* END: MODALS */
form[role="search"] .input-group-item .btn {
  margin-bottom: 0; }

form[role="search"] .input-group-item .input-group-inset-after.form-control {
  flex: 1; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #1ab394;
  border-radius: 2px; }

.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: 600;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #1ab394;
  color: #FFFFFF; }

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #FFFFFF;
  color: #999999;
  text-align: right; }

.onoffswitch-switch {
  width: 20px;
  margin: 0px;
  background: #FFFFFF;
  border: 2px solid #1ab394;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 44px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; }

/* CHOSEN PLUGIN */
.chosen-container-single .chosen-single {
  background: #ffffff;
  box-shadow: none;
  -moz-box-sizing: border-box;
  background-color: #FFFFFF;
  border: 1px solid #CBD5DD;
  border-radius: 2px;
  cursor: text;
  height: auto !important;
  margin: 0;
  min-height: 30px;
  overflow: hidden;
  padding: 4px 12px;
  position: relative;
  width: 100%; }

/* Label */
.label {
  background-color: #d1dade;
  color: #5e5e5e;
  font-size: 10px;
  font-weight: 600;
  padding: 4px 5px;
  text-shadow: none;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  cursor: help; }
  .label .icon {
    margin-left: 4px; }

.badge {
  background-color: #d1dade;
  color: #5e5e5e;
  font-size: 11px;
  font-weight: 600;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
  text-shadow: none; }

.label.state-green-light,
.label-primary,
.badge-primary {
  background-color: #bee486;
  color: #FFFFFF; }

.label.state-green,
.label-success,
.badge-success {
  background-color: #8ccc2e;
  color: #FFFFFF; }

.label.state-yellow-striped {
  background-color: #ffe700;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, white 4px, white 8px); }

.label.state-yellow {
  background-color: #ffe700;
  color: #676a6c; }

.label.state-orange,
.label-warning,
.badge-warning {
  background-color: #ffad00;
  color: #FFFFFF; }

.label.state-orange-striped {
  color: #fff;
  background-color: #ffad00;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, white 4px, white 8px);
  text-shadow: 0 0 1px #000; }

.label.state-orange-light,
.label-warning-light,
.badge-warning-light {
  background-color: #ffd170;
  color: #ffffff; }

.label.state-red,
.label-danger,
.badge-danger {
  background-color: #f00000;
  color: #FFFFFF; }

.label.state-grey-striped {
  color: #676a6c;
  border: 1px rgba(206, 206, 206, 0.7) solid;
  background-color: rgba(206, 206, 206, 0.7);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, white 4px, white 8px);
  text-shadow: 0 0 3px #fff; }

.label.state-unknown {
  color: #fff;
  background-color: #676a6c; }

.label.state-blue {
  color: #fff;
  background-color: #3ba9ea; }

.label.state-blue-light {
  background-color: #aae6ff; }

.label.state-purple {
  color: #fff;
  background-color: #6b2780; }

.label.state-white {
  background-color: #ffffff;
  border: 1px solid #676a6c; }

.label-info,
.badge-info {
  background-color: #23c6c8;
  color: #FFFFFF; }

.label-inverse,
.badge-inverse {
  background-color: #262626;
  color: #FFFFFF; }

.label-white,
.badge-white {
  background-color: #FFFFFF;
  color: #5E5E5E; }

.label-white,
.badge-disable {
  background-color: #2A2E36;
  color: #8B91A0; }

/* END: Label */
/* Panel */
#content .panel-title {
  background: white;
  color: #20272B;
  font-size: 13px;
  padding: 7px 3px;
  height: inherit; }

#content .journal-panel-group .panel-title a {
  height: 40px;
  line-height: 40px;
  display: inline-block; }

/* End: Panel */
.nav-tabs > .nav-item.active,
.nav-tabs > .nav-item.active:active,
.nav-tabs > .nav-item.active:hover,
.nav-tabs > .nav-item.active:focus {
  color: #555555;
  cursor: default;
  outline: none;
  margin-bottom: -2px; }

.nav-tabs > .nav-item {
  color: #676a6c;
  padding: 8px 10px 7px 15px;
  position: relative;
  font-weight: 200; }
  .nav-tabs > .nav-item:hover {
    cursor: pointer; }

.nav-tabs > .nav-item.active {
  border-width: 3px 1px 0 1px;
  border-style: solid;
  border-color: #3ba9ea #ebebeb transparent #ebebeb;
  margin-bottom: -2px; }

.nav-tabs > .nav-item:hover,
.nav-tabs > .nav-item:focus {
  background-color: #e6e6e6;
  color: #676a6c; }

.tab-content {
  padding: 1.2em;
  box-shadow: 1px 1px 6px 0 #ccc;
  border: 1px solid #ebebeb; }

.nav-tabs .nav-item.active,
.tab-content {
  background: #fafafa; }

/* Slider meldungen */
.slick-slider {
  margin-bottom: 0; }
  .slick-slider .slick-list {
    padding: 0;
    -webkit-font-smoothing: antialiased; }
    .slick-slider .slick-list .slick-track {
      margin-top: 10px;
      -webkit-font-smoothing: antialiased;
      display: flex;
      align-items: flex-start; }
      @media all and (min-width: 768px) {
        .slick-slider .slick-list .slick-track {
          margin-top: 0px; } }
      .slick-slider .slick-list .slick-track .slick-slide {
        height: auto;
        text-align: center; }
        @media all and (min-width: 768px) {
          .slick-slider .slick-list .slick-track .slick-slide {
            margin: auto; } }
        .slick-slider .slick-list .slick-track .slick-slide .note.situation-message-header {
          padding-bottom: 0; }

.slider-controls {
  color: #3ba9ea; }
  .slider-controls .btn-slider-prev,
  .slider-controls .btn-slider-next {
    position: absolute;
    top: 50%;
    padding: 10px;
    z-index: 99;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.8);
    transform: translateY(-50%); }
  .slider-controls .btn-slider-prev {
    left: 0; }
  .slider-controls .btn-slider-next {
    right: 0; }

/* Lagemeldungen Standardscreen */
.note {
  position: relative;
  padding-bottom: 20px;
  padding-top: 0px;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .note.nopadding {
    padding: 0; }
  .note .note-icon {
    font-weight: 600;
    color: #ff8b06;
    font-size: 1.2em; }
  .note p {
    font-size: 15px;
    margin: 8px 0;
    padding-top: 10px;
    line-height: 130%;
    overflow: hidden; }
    .note p span {
      font-size: 18px;
      vertical-align: baseline;
      margin-right: 5px; }
  .note div span.icon {
    font-size: 18px;
    vertical-align: baseline;
    margin-right: 5px; }
  .note span.icon.icon-fliwas-high-priority {
    color: #f00000; }
  .note .info {
    font-size: 11px;
    color: #676a6c;
    font-weight: 600 !important;
    margin: .5em 0;
    margin-right: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding-bottom: 10px;
    line-height: 130%; }
    .note .info .date-time .file-info {
      color: #3ba9ea; }
    .note .info.bottom {
      display: block; }
  .note.situation-message p {
    font-size: 15px;
    vertical-align: baseline; }
    .note.situation-message p > * {
      vertical-align: baseline; }
    .note.situation-message p span,
    .note.situation-message p .organization,
    .note.situation-message p .organization strong {
      font-size: 1.0em !important; }

/* END: Lagemeldungen Standardscreen */
.icon-fliwas-active {
  color: #00ad67 !important; }

.ic-warning {
  color: #f00000 !important; }

.property-icons {
  padding: 6px 0;
  font-size: 18px; }
  .property-icons .icon {
    vertical-align: middle;
    margin-right: 10px;
    color: #999c9e; }
    .property-icons .icon > .padding-box-v {
      padding-top: 0px; }
  .property-icons .organization {
    font-size: 13px; }

.details-box .details-box-icons .icon {
  font-size: 2.0rem; }

.details-box .details-box-content > .date,
.details-box .details-box-content > .author {
  display: block;
  font-size: 11px;
  font-weight: 400; }

.details-box .table tbody tr th,
.details-box .table tbody tr td, .details-box .table thead tr th,
.details-box .table thead tr td,
.details-box table tbody tr th,
.details-box table tbody tr td,
.details-box table thead tr th,
.details-box table thead tr td {
  border: 0;
  padding-left: 0; }

.details-container {
  display: flex;
  flex-direction: column; }
  .details-container > .accordion {
    flex: 1;
    display: flex; }
    .details-container > .accordion > .card {
      flex: 1; }

.fliwas-tenant-link {
  color: white;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center; }

.filter-dropdown .dropdown-menu {
  max-width: unset;
  max-height: 60dvh; }
  .filter-dropdown .dropdown-menu a {
    font-size: 16px;
    line-height: 24px; }
    .filter-dropdown .dropdown-menu a i {
      color: var(--xd-secondary-color); }

.filter-dropdown .dropdown-header {
  color: #4D4D4D;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 16px; }

.filter-dropdown .badge {
  background-color: var(--xd-primary-color);
  border: 1px solid white;
  position: absolute;
  top: -8px;
  right: -5px;
  font-size: 13px; }

.base-toolbar {
  position: relative;
  display: flex;
  flex-direction: row;
  background-color: var(--xd-primary-color);
  align-items: center;
  justify-content: space-between;
  padding: 9px 10px;
  flex-wrap: wrap;
  gap: 10px; }
  .base-toolbar button,
  .base-toolbar .btn-group {
    margin: 0 10px; }
  .base-toolbar .btn {
    font-size: 16px;
    line-height: 24px;
    padding: 4px 10px;
    border: none; }
    .base-toolbar .btn i {
      margin-right: 5px; }

.active-filter-bar {
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap; }
  .active-filter-bar button {
    font-size: 14px;
    color: #4D4D4D;
    padding: 0; }
    .active-filter-bar button:hover {
      background-color: white;
      color: #4D4D4D; }
    .active-filter-bar button i {
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: var(--xd-secondary-color);
      color: white;
      font-size: 24px; }
  .active-filter-bar .btn-reset i {
    background-color: var(--danger); }

.fliwas-accordion {
  border: 1px solid #EAEAEA;
  border-radius: 2px; }
  .fliwas-accordion .accordion__item + .accordion__item {
    border-top: 1px solid #EAEAEA; }
  .fliwas-accordion .accordion__button[aria-expanded='true'] {
    border-bottom: 1px solid #EAEAEA; }
  .fliwas-accordion .accordion__button {
    background-color: white;
    cursor: pointer;
    padding: 5px 15px;
    border: none;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    color: var(--xd-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; }
  .fliwas-accordion .accordion__button:before {
    font-family: 'fliwas-font' !important;
    color: var(--xd-secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    content: '\e903';
    height: 32px;
    width: 32px;
    border: 1px solid currentColor;
    border-radius: 2px; }
  .fliwas-accordion .accordion__button[aria-expanded='true'] {
    background-color: #EAEAEA; }
  .fliwas-accordion .accordion__button[aria-expanded='true']::before,
  .fliwas-accordion .accordion__button[aria-selected='true']::before {
    content: '\e906'; }
  .fliwas-accordion .accordion__panel {
    padding: 15px;
    animation: fadein 0.35s ease-in; }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.site-team-label, .team-label {
  flex-shrink: 0;
  border-radius: 2px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 3px 5px; }

/* Navigation */
/* Main Navigation */
.menu-btn {
  display: inline-block;
  text-align: center;
  font-size: 1.8em;
  background-color: #326487;
  color: #fff;
  padding: 0;
  cursor: pointer;
  clear: both;
  overflow: hidden;
  margin: 24px; }
  .show-menu .menu-btn .fa-bars:before {
    content: "\f00d"; }

.portal-header__menu-btn {
  margin: 0 16px 0 0;
  background-color: #fff;
  color: #326487; }

/* FLIWASEN-764: Divider between Fliwas Objects and other entries. Must be modified if a new category or order is introduced */
.modify-pages .child-menu li:nth-child(9) {
  border-top: 1px solid; }

#navigation {
  background: #326487;
  color: #fff;
  width: 75px;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  left: 0;
  top: 0;
  height: 100%;
  box-shadow: 0 0 4px rgba(51, 51, 51, 0.8);
  z-index: 999; }
  #navigation.liferay-sidebar-open {
    left: 320px; }
  .show-menu #navigation {
    width: 320px; }
  #navigation .site-name {
    font-size: 15px;
    color: #83c6ed;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 30px;
    display: none; }
  .show-menu #navigation .site-name {
    display: inline-block; }
  #navigation .navbar {
    padding: 0; }
  #navigation .nav-item {
    list-style: none;
    display: block;
    width: 100%; }
  #navigation .nav-item.active {
    border-left: 4px solid #3ba9ea;
    background-color: #1f3e54; }
    #navigation .nav-item.active > a {
      padding-left: 15px; }
  #navigation .nav-item.dropdown .dropdown-toggle .icon {
    display: inline-block; }
  #navigation .nav-item.dropdown .dropdown-toggle[aria-expanded="true"] .icon {
    transform: rotate(180deg); }
  #navigation .nav-link {
    color: #fff; }
  #navigation .nav-item-label {
    display: none; }
  .show-menu #navigation .nav-item-label {
    display: inline-block; }
  #navigation .nav-item-count {
    display: inline-block !important;
    border: 1px solid #fff;
    line-height: 13px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 2px;
    width: 20px;
    height: 20px;
    margin-right: .5em; }
  #navigation .nav-item-count__number {
    display: inline-block !important; }
  #navigation .nav-link {
    padding: 14px 20px 14px 25px; }
  #navigation .nav-link:hover {
    background-color: #1f3e54; }
  #navigation .icon.menu-dropdown {
    font-size: 14px;
    top: 18px;
    left: 47px;
    right: auto;
    display: inline-block;
    position: absolute; }
  .show-menu #navigation .icon.menu-dropdown {
    left: auto;
    right: 12px; }
  #navigation .child-menu {
    margin: 0;
    padding: 0; }
  #navigation .child-menu-item a {
    color: #83C6ED;
    display: block;
    padding: 7px 10px; }
    #navigation .child-menu-item a:active, #navigation .child-menu-item a:focus, #navigation .child-menu-item a:hover {
      background-color: #1f3e54;
      color: #fff; }
  #navigation .child-menu-item.active a {
    background-color: #1f3e54;
    color: #fff; }
  @media only screen and (max-width: 991px) {
    #navigation {
      display: none; }
      .show-menu #navigation {
        display: block; }
      #navigation .navbar-nav {
        flex-direction: column; } }

.lfr-product-menu-panel.sidenav-menu-slider.open, .lfr-product-menu-panel.sidenav-menu-slider .sidenav-menu {
  position: fixed;
  left: 0 !important; }

/* General Styling */
@media (min-width: 576px) {
  body.open #wrapper {
    padding-left: 395px !important; } }

@media (min-width: 576px) {
  .private-page.signed-in .control-menu,
  .affix {
    left: 75px !important; }
  body.open.private-page.signed-in .control-menu,
  body.open .affix {
    left: 395px !important; } }

@media (min-width: 576px) {
  body.open, body.sidenav-transition {
    overflow-x: hidden; } }

.lfr-product-menu-panel.sidenav-menu-slider.open, .lfr-product-menu-panel.sidenav-menu-slider .sidenav-menu {
  width: 320px; }

.private-page.signed-in .lfr-product-menu-panel.sidenav-menu-slider.open {
  left: 75px; }

.control-menu.control-menu-level-1 {
  background-color: #326487; }

.signed-out.public-page.site #wrapper,
.signed-in.public-page.site #wrapper {
  background-image: url("/o/fliwas-theme/images/FLIWAS3_bg.jpg");
  background-size: auto 100%;
  padding: 0;
  overflow: hidden; }

.signed-out.public-page.site #banner,
.signed-in.public-page.site #banner {
  display: none; }

.signed-out.public-page.site:not(.page-startseite) #content,
.signed-in.public-page.site:not(.page-startseite) #content {
  padding: 0;
  margin-top: 60px; }

.signed-in.public-page.site #banner {
  display: flex; }

.signed-in.public-page.site #content .lfr-api-navigation, .signed-in.public-page.site #content .lfr-api-details {
  background-color: white;
  padding-top: 10px; }

.signed-out.public-page.site .loginpage-layout #portlet_com_liferay_login_web_portlet_LoginPortlet,
.signed-in.public-page.site .loginpage-layout #portlet_com_liferay_login_web_portlet_LoginPortlet {
  width: 34em;
  max-width: 90%;
  margin: 140px auto 50px auto;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #eeeded;
  font-size: 14px; }
  .signed-out.public-page.site .loginpage-layout #portlet_com_liferay_login_web_portlet_LoginPortlet .portlet-topper,
  .signed-in.public-page.site .loginpage-layout #portlet_com_liferay_login_web_portlet_LoginPortlet .portlet-topper {
    display: block;
    background: #eeeded;
    height: 8em;
    background-image: url("/o/fliwas-theme/images/logo-fliwas.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: none; }
  .signed-out.public-page.site .loginpage-layout #portlet_com_liferay_login_web_portlet_LoginPortlet .portlet-topper > *,
  .signed-in.public-page.site .loginpage-layout #portlet_com_liferay_login_web_portlet_LoginPortlet .portlet-topper > * {
    display: none; }
  .signed-out.public-page.site .loginpage-layout #portlet_com_liferay_login_web_portlet_LoginPortlet .button-holder,
  .signed-in.public-page.site .loginpage-layout #portlet_com_liferay_login_web_portlet_LoginPortlet .button-holder {
    text-align: center; }
    .signed-out.public-page.site .loginpage-layout #portlet_com_liferay_login_web_portlet_LoginPortlet .button-holder .btn,
    .signed-in.public-page.site .loginpage-layout #portlet_com_liferay_login_web_portlet_LoginPortlet .button-holder .btn {
      width: 60%; }
  .signed-out.public-page.site .loginpage-layout #portlet_com_liferay_login_web_portlet_LoginPortlet .portlet-content,
  .signed-in.public-page.site .loginpage-layout #portlet_com_liferay_login_web_portlet_LoginPortlet .portlet-content {
    background: #eeeded;
    padding: 0 3em 3em 3em;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; }
    .signed-out.public-page.site .loginpage-layout #portlet_com_liferay_login_web_portlet_LoginPortlet .portlet-content .navigation,
    .signed-in.public-page.site .loginpage-layout #portlet_com_liferay_login_web_portlet_LoginPortlet .portlet-content .navigation {
      text-align: center; }

.signed-out.public-page.site .loginpage-layout #column-2 .portlet-topper,
.signed-in.public-page.site .loginpage-layout #column-2 .portlet-topper {
  display: none; }

.signed-out.public-page.site .loginpage-layout #column-2 .portlet,
.signed-in.public-page.site .loginpage-layout #column-2 .portlet {
  width: 34em;
  max-width: 90%;
  margin: 0 auto; }

.signed-out.public-page.site .loginpage-layout #column-2 .portlet-content,
.signed-in.public-page.site .loginpage-layout #column-2 .portlet-content {
  background: transparent;
  border: none; }
  .signed-out.public-page.site .loginpage-layout #column-2 .portlet-content a,
  .signed-in.public-page.site .loginpage-layout #column-2 .portlet-content a {
    color: #0af; }

.signed-out.public-page.site .loginpage-layout #loginPageLinkContainer,
.signed-in.public-page.site .loginpage-layout #loginPageLinkContainer {
  display: flex;
  text-transform: uppercase;
  background: 0;
  position: fixed;
  right: 2em;
  bottom: .5em; }
  .signed-out.public-page.site .loginpage-layout #loginPageLinkContainer a,
  .signed-in.public-page.site .loginpage-layout #loginPageLinkContainer a {
    display: inline-block;
    color: #fff;
    margin-left: 1em; }

body.is-training-system #navigation {
  background-color: #0f832c; }

body.is-training-system #menu-btn {
  background-color: #0f832c; }

body.is-training-system #navigation .nav-link:hover {
  background-color: #53d46f; }

body.is-training-system #navigation .child-menu-item.active a {
  background-color: #53d46f; }

body.is-training-system #navigation .child-menu-item a:hover {
  background-color: #53d46f; }

body.is-training-system #navigation .navbar > li.active {
  background-color: #30a353; }

body.is-training-system #navigation .navbar > li.active {
  border-color: #53d46f;
  border-left: 4px solid #53d46f; }
  body.is-training-system #navigation .navbar > li.active > a {
    background-color: #2c6c36; }

.is-training-system #banner {
  background-color: #0f832c; }

.is-training-system #banner .control-menu.control-menu-level-1 {
  background-color: #0f832c; }

/* Portlets and Content Details */
/* ----- CAROUSEL ------ */
.portlet-login.portlet-boundary .portlet .portlet-content {
  padding: 15px; }

.portlet-nested-portlets > .portlet > .portlet-content {
  background: transparent;
  border: none; }
  .controls-visible.signed-in .portlet-nested-portlets > .portlet > .portlet-content {
    padding: 5px;
    overflow: hidden;
    background: #fff; }
  .portlet-nested-portlets > .portlet > .portlet-content .alert-info {
    display: none; }

.controls-hidden div[class*="MiniDetailsWidget"] .portlet-container .portlet-content {
  border: 0; }

.controls-hidden div[class*="MiniDetailsWidget"] .portlet-topper {
  display: none; }

div[class*="MiniDetailsWidget"] .portlet-topper {
  display: block; }

.portlet-nested-portlets .mini-widgets-wrapper .portlet-boundary {
  display: inline-block; }

.frb .mini-widget .content .line,
.flood .mini-widget .content .line,
.precipitation-portlet .mini-widget .content .line {
  cursor: pointer; }

.mini-widget + .btn.configOpener {
  bottom: 1.2rem;
  right: .5rem;
  border: none; }

.mini-widget .inner {
  background-color: #fff; }

.mini-widget.state-green .mini-widget-header,
.mini-widget.warn-level-gray .mini-widget-header {
  background-color: #676a6c; }

.mini-widget.state-green .mini-widget-header,
.mini-widget.warn-level-green .mini-widget-header {
  background-color: #8ccc2e; }

.mini-widget.state-yellow .mini-widget-header,
.mini-widget.warn-level-yellow .mini-widget-header {
  background-color: #ffe700; }

.mini-widget.state-orange .mini-widget-header,
.mini-widget.warn-level-orange .mini-widget-header {
  background-color: #ffad00; }

.mini-widget.state-red .mini-widget-header,
.mini-widget.warn-level-red .mini-widget-header {
  background-color: #f00000; }
  .mini-widget.state-red .mini-widget-header.content span,
  .mini-widget.warn-level-red .mini-widget-header.content span {
    color: #fff; }

.mini-widget.state-purple .mini-widget-header {
  background-color: #6b2780; }
  .mini-widget.state-purple .mini-widget-header.content span {
    color: #fff; }

.mini-widget.state-white .mini-widget-header {
  background-color: #ffffff; }
  .mini-widget.state-white .mini-widget-header.content span {
    color: #fff; }

.mini-widget.state-blue .mini-widget-header {
  background-color: #3ba9ea; }
  .mini-widget.state-blue .mini-widget-header.content span {
    color: #fff; }

.mini-widget.state-blue-light .mini-widget-header {
  background-color: #aae6ff; }
  .mini-widget.state-blue-light .mini-widget-header.content span {
    color: #fff; }

.mini-widget .header {
  cursor: pointer; }
  .mini-widget .header .header-icon {
    padding: 0.1em 0 !important;
    width: 19% !important;
    font-size: 2.2em !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box; }
    .mini-widget .header .header-icon .icon-fliwas-PrecipitationStation,
    .mini-widget .header .header-icon .icon-fliwas-home {
      font-size: 0.7em;
      vertical-align: text-top;
      line-height: 190%; }
  .mini-widget .header h2 {
    font-weight: 600 !important; }
    .mini-widget .header h2 a {
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      color: #676a6c;
      font-weight: 600 !important; }
      .mini-widget .header h2 a:hover, .mini-widget .header h2 a:active {
        color: #326487;
        cursor: pointer; }

.mini-widget .content .ko-name,
.mini-widget .content .warn-level-name {
  font-size: 0.7em; }
  .mini-widget .content .ko-name ~ .time,
  .mini-widget .content .warn-level-name ~ .time {
    margin-top: 0.2em;
    font-size: .4em; }

.mini-widget .content .warn-level-name {
  line-height: 130%;
  vertical-align: middle; }

.mini-widget .content .icon-fliwas-alert {
  font-size: 0.8em; }

.mini-widget .content .label, .mini-widget .content .badge {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: .9em;
  font-weight: normal;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.mini-widget .content .icon.icon-fliwas-pencil {
  float: right;
  margin-right: 0; }

.mini-widget .levels {
  cursor: pointer; }
  .mini-widget .levels .level .icon-fliwas-CriticalObject-status:hover, .mini-widget .levels .level .icon-fliwas-CriticalObject-status:active {
    cursor: pointer; }
  .mini-widget .levels .level .bullet {
    background-color: #cecece; }
    .mini-widget .levels .level .bullet.state-yellow-striped {
      background-color: #ffe700;
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, white 4px, white 8px); }
    .mini-widget .levels .level .bullet.state-orange-striped {
      color: #fff;
      background-color: #ffad00;
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, white 4px, white 8px);
      text-shadow: 0 0 1px #000; }
    .mini-widget .levels .level .bullet.state-unknown {
      color: #fff;
      background-color: #676a6c; }
    .mini-widget .levels .level .bullet.state-grey-striped {
      color: #676a6c;
      border: 1px rgba(206, 206, 206, 0.7) solid;
      background-color: rgba(206, 206, 206, 0.7);
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, white 4px, white 8px);
      text-shadow: 0 0 3px #fff; }
    .mini-widget .levels .level .bullet.state-blue {
      color: #fff;
      background-color: #3ba9ea; }
    .mini-widget .levels .level .bullet.state-blue-light {
      background-color: #aae6ff; }
    .mini-widget .levels .level .bullet.state-purple {
      color: #fff;
      background-color: #6b2780; }
    .mini-widget .levels .level .bullet.state-white {
      background-color: #fff;
      border-width: 1px 0 1px 0;
      border-style: solid;
      border-color: #676a6c;
      color: #676a6c; }
  .mini-widget .levels .level.warn-level-1 .bullet {
    background-color: #8ccc2e; }
  .mini-widget .levels .level.warn-level-2 .bullet {
    background-color: #ffe700; }
  .mini-widget .levels .level.warn-level-3 .bullet {
    background-color: #ffad00; }
  .mini-widget .levels .level.warn-level-4 .bullet {
    background-color: #f00000; }

.activation-matrix-toolbar .btn-group .btn.active {
  background-color: var(--white);
  color: var(--xd-secondary-color); }

.activation-matrix-legend {
  max-width: unset;
  z-index: 1000; }
  .activation-matrix-legend .activation-matrix-legend__item {
    border: none;
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D; }
    .activation-matrix-legend .activation-matrix-legend__item .activation-matrix-legend__item__icon-container {
      width: 60px;
      height: 30px;
      flex-shrink: 0;
      margin-right: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .activation-matrix-legend .activation-matrix-legend__item .activation-matrix-legend__item__icon-container .badge-white {
        color: #4D4D4D;
        border-color: #4D4D4D; }

.add-indicator-dropdown a {
  color: var(--xd-secondary-color);
  font-size: 16px;
  line-height: 24px; }

.activation-matrix-container {
  height: calc(100vh - 80px - 35px - 185px);
  margin-top: 5px; }
  .activation-matrix-container table, .activation-matrix-container th, .activation-matrix-container td {
    border-right: 1px solid #B2B2B2;
    border-bottom: 1px solid #B2B2B2; }
    .activation-matrix-container table:first-child, .activation-matrix-container th:first-child, .activation-matrix-container td:first-child {
      border-left: 1px solid #B2B2B2; }
  .activation-matrix-container table {
    height: fit-content; }
    .activation-matrix-container table thead {
      background-color: white; }
  .activation-matrix-container .color-indicator {
    color: #3ba9ea; }
  .activation-matrix-container .color-plannedaction {
    color: #4D4D4D; }
  .activation-matrix-container .expression-renderer {
    width: 400px;
    border: none; }
    .activation-matrix-container .expression-renderer .expression-renderer {
      width: auto;
      border: 1px solid #B2B2B2; }
  .activation-matrix-container .matrix-top-left-cell {
    width: 400px;
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: white; }
  .activation-matrix-container .matrix-op-title-cell {
    text-align: center;
    width: 200px;
    background-color: white; }
  .activation-matrix-container .matrix-title-cell {
    padding: 10px;
    height: 90px;
    width: 200px;
    background-color: white;
    display: flex;
    flex-flow: column;
    justify-content: space-between; }
    .activation-matrix-container .matrix-title-cell.matrix-title-cell--error {
      border-top: 5px solid #f00000;
      padding-top: 6px; }
    .activation-matrix-container .matrix-title-cell.matrix-title-cell--active {
      background-color: rgba(131, 198, 237, 0.15); }
    .activation-matrix-container .matrix-title-cell .business-object-link {
      padding: 0;
      margin-bottom: 0;
      border: none;
      font-size: 1rem;
      font-weight: 700;
      line-height: 20px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      white-space: normal;
      word-wrap: break-word; }
    .activation-matrix-container .matrix-title-cell .indicator-info-title {
      padding: 0;
      line-height: 20px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word; }
  .activation-matrix-container .matrix-cell {
    background-color: white;
    text-align: center;
    cursor: cell;
    min-width: 200px;
    max-width: 200px; }
    .activation-matrix-container .matrix-cell.disabled {
      background-color: #EAEAEA;
      cursor: not-allowed;
      border-color: #B2B2B2; }
    .activation-matrix-container .matrix-cell.cell-filled {
      cursor: pointer; }
    .activation-matrix-container .matrix-cell .fa,
    .activation-matrix-container .matrix-cell .icon {
      font-size: 30px; }
  .activation-matrix-container .matrix-legend {
    padding: 8px;
    font-size: .8em; }
    .activation-matrix-container .matrix-legend .fa {
      color: #999c9e; }
  .activation-matrix-container .indicated-state-error .fa {
    display: block;
    padding: 8px;
    font-size: 1.5em; }
  .activation-matrix-container .indicator-report-name-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
    .activation-matrix-container .indicator-report-name-container .indicator-report-name {
      overflow: hidden; }

.tooltip-activationmatrix,
.tooltip-activationmatrix-indicated-state {
  opacity: 1 !important;
  max-width: 80%; }
  .tooltip-activationmatrix .tooltip-inner,
  .tooltip-activationmatrix-indicated-state .tooltip-inner {
    max-width: 100%; }
    .tooltip-activationmatrix .tooltip-inner .business-object-link,
    .tooltip-activationmatrix-indicated-state .tooltip-inner .business-object-link {
      max-width: 100%;
      white-space: normal; }
      .tooltip-activationmatrix .tooltip-inner .business-object-link:hover,
      .tooltip-activationmatrix-indicated-state .tooltip-inner .business-object-link:hover {
        background-color: transparent; }

.tooltip-activationmatrix .tooltip-inner {
  text-align: left;
  background-color: transparent; }

.indicator-info-edit-btn {
  width: 24px;
  height: 24px;
  margin: 0 5px;
  flex-shrink: 0; }

.indicated-state-summary-badge {
  background-color: #4D4D4D;
  color: white;
  font-size: 12px;
  font-weight: 700; }
  .indicated-state-summary-badge.outline {
    color: #4D4D4D;
    background-color: white;
    border: 2px solid #4D4D4D; }

.activation-matrix-toolbar .btn-group .btn.active {
  background-color: var(--white);
  color: var(--xd-secondary-color); }

.team-subscription-matrix-legend {
  max-width: unset; }
  .team-subscription-matrix-legend .team-subscription-matrix-legend__item {
    border: none;
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D; }
    .team-subscription-matrix-legend .team-subscription-matrix-legend__item .team-subscription-matrix-legend__item__icon-container {
      width: 60px;
      height: 30px;
      flex-shrink: 0;
      margin-right: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }

.team-subscription-filter-bar {
  background-color: #ebebeb; }

.team-subscription-matrix-container .team-subscription-matrix-table {
  min-height: calc(100dvh - 80px - 35px - 150px);
  width: 100%;
  margin-top: 5px; }

.team-subscription-matrix-container table, .team-subscription-matrix-container th, .team-subscription-matrix-container td {
  border-right: 1px solid #B2B2B2;
  border-bottom: 1px solid #B2B2B2; }
  .team-subscription-matrix-container table:first-child, .team-subscription-matrix-container th:first-child, .team-subscription-matrix-container td:first-child {
    border-left: 1px solid #B2B2B2; }

.team-subscription-matrix-container table {
  height: fit-content; }
  .team-subscription-matrix-container table th {
    background-color: #ebebeb;
    vertical-align: top; }
  .team-subscription-matrix-container table td {
    background-color: white; }

.team-subscription-matrix-container .team-container {
  width: 200px;
  border: none;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px; }
  .team-subscription-matrix-container .team-container .site-team-label {
    flex-shrink: unset; }

.team-subscription-matrix-container .matrix-top-left-cell {
  width: 200px;
  position: sticky;
  left: 0;
  z-index: 1; }
  .team-subscription-matrix-container .matrix-top-left-cell.no-bottom-border {
    border-bottom: 0; }

.team-subscription-matrix-container .matrix-top-title-cell {
  text-align: center;
  width: 200px; }

.team-subscription-matrix-container .matrix-title-cell {
  padding: 10px;
  width: 200px; }
  .team-subscription-matrix-container .matrix-title-cell .business-object-link {
    padding: 0;
    margin-bottom: 0;
    border: none;
    font-size: 1rem;
    font-weight: 700;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    word-wrap: break-word; }
  .team-subscription-matrix-container .matrix-title-cell .indicator-info-title {
    padding: 0;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word; }

.team-subscription-matrix-container .matrix-team-subscription-cell {
  text-align: center;
  cursor: cell;
  color: #3ba9ea;
  min-width: 200px;
  max-width: 200px; }
  .team-subscription-matrix-container .matrix-team-subscription-cell.cell-filled {
    cursor: pointer; }
  .team-subscription-matrix-container .matrix-team-subscription-cell .fa,
  .team-subscription-matrix-container .matrix-team-subscription-cell .icon {
    font-size: 30px; }

.task-board-toolbar .task-board-toolbar__searchbar {
  width: 300px; }
  .task-board-toolbar .task-board-toolbar__searchbar input {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px; }
  .task-board-toolbar .task-board-toolbar__searchbar .input-group-append {
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    background-color: var(--xd-secondary-color);
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }

.task-board {
  display: flex;
  height: calc(100vh - 80px - 35px - 188px); }
  .task-board .task-board__lane {
    background-color: #EAEAEA;
    width: 330px; }
  .task-board .task-board__planned-action-lane-container {
    position: relative;
    z-index: 1;
    padding-right: 32px;
    height: 100%;
    overflow: hidden; }
  .task-board .task-board__planned-action-lane {
    width: 330px;
    flex-shrink: 0;
    position: relative;
    left: 0;
    transition: left 0.3s ease-in-out 0s, width 0s linear 0.25s;
    max-height: 100%;
    overflow-y: auto; }
    .task-board .task-board__planned-action-lane.hidden {
      left: -330px;
      width: 0; }
  .task-board .task-board__planned-action-lane__toggle {
    transform: rotate(90deg);
    transform-origin: 0 0;
    border: none;
    outline: none;
    position: absolute;
    right: -111px;
    top: 10px; }
  .task-board .task-board__planned-action-lane__header {
    position: sticky;
    top: 0;
    align-items: center;
    padding: 10px;
    background-color: #EAEAEA; }
  .task-board .task-board__text-box--grey {
    background-color: #EAEAEA;
    color: #8A8A8A;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 20px;
    border-radius: 2px;
    padding: 3px; }
  .task-board .task-board__planned-action-lane__switch .custom-control-label {
    font-size: 14px;
    line-height: 28px;
    color: #4D4D4D; }
    .task-board .task-board__planned-action-lane__switch .custom-control-label:before, .task-board .task-board__planned-action-lane__switch .custom-control-label:after {
      left: 0; }
    .task-board .task-board__planned-action-lane__switch .custom-control-label:before {
      margin-right: 10px;
      width: 48px;
      height: 24px;
      border-radius: 24px;
      background-color: white; }
    .task-board .task-board__planned-action-lane__switch .custom-control-label:after {
      left: 2px;
      top: 6px;
      height: 20px;
      width: 20px;
      border-radius: 100%; }
  .task-board .task-board__planned-action-lane__switch.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(24px);
    background-color: var(--xd-secondary-color); }
  .task-board .task-board__planned-action-lane__switch.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    background-color: white; }
  .task-board .task-board__card {
    border: 1px solid #EAEAEA;
    padding: 8px 10px; }
    .task-board .task-board__card .task-board__card__plannedaction-title,
    .task-board .task-board__card .task-board__card__adhoc-title,
    .task-board .task-board__card .business-object-link {
      border: none;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px;
      padding: 0;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      max-width: unset;
      word-break: break-word; }
  .task-board .task-board__task-lanes-scroll-container {
    overflow: auto;
    flex: 1; }
  .task-board .task-board__task-lanes-container {
    display: flex;
    flex: 1;
    gap: 10px; }
  .task-board .task-board__task-lane {
    padding: 5px;
    background-color: transparent;
    min-height: 100vh; }
  .task-board .task-board__task-lane-header {
    display: flex;
    flex-direction: row;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: #326487;
    color: white;
    font-size: 16px;
    position: sticky;
    top: 0;
    z-index: 1; }
    .task-board .task-board__task-lane-header .dropdown > .dropdown-menu {
      position: absolute;
      transform: translate(-97px, 33px) !important; }
  .task-board .task-board__task {
    margin-bottom: 5px;
    padding: 8px 10px; }
    .task-board .task-board__task .task-board__task__header, .task-board .task-board__task .task-board__task__footer {
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row; }
    .task-board .task-board__task .task-board__card {
      border: none;
      padding: 0; }
    .task-board .task-board__task .icon-btn {
      width: 24px;
      height: 24px; }
    .task-board .task-board__task .icon-btn-badge {
      position: absolute;
      height: 14px;
      width: 14px;
      font-size: 10px;
      padding-top: 4px;
      justify-content: center;
      align-items: center;
      right: -10px;
      top: -8px; }

.modal-header:has(.task-details-modal__id) {
  height: auto;
  color: var(--xd-black); }
  .modal-header:has(.task-details-modal__id) .task-details-modal__id {
    display: block;
    font-size: 12px;
    line-height: normal; }
  .modal-header:has(.task-details-modal__id) .task-details-modal__planned-action-title,
  .modal-header:has(.task-details-modal__id) .task-details-modal__adhoc-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all; }
  .modal-header:has(.task-details-modal__id) .task-details-modal__subtitle {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-style: normal; }
  .modal-header:has(.task-details-modal__id) .custom-close {
    margin-bottom: 0; }

.task-details-export-button {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 32px;
  margin-bottom: 0; }
  .task-details-export-button .fa,
  .task-details-export-button .icon {
    font-size: 24px; }

.todo-edit-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }
  .todo-edit-item .input-group {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .todo-edit-item .input-group .todo-edit-item-text {
      max-width: 90%; }
    .todo-edit-item .input-group .input-group-prepend {
      max-width: 10%; }
      .todo-edit-item .input-group .input-group-prepend .icon-btn {
        font-size: 16px;
        color: var(--xd-secondary-color); }
      .todo-edit-item .input-group .input-group-prepend .input-group-text {
        border: none;
        background-color: transparent; }
  .todo-edit-item .input-group-editing.input-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .todo-edit-item .input-group-editing.input-group .form-control {
      width: 90%;
      margin-bottom: 8px; }
    .todo-edit-item .input-group-editing.input-group .input-group-append {
      flex-direction: row;
      align-items: flex-start;
      margin-left: 0; }
      .todo-edit-item .input-group-editing.input-group .input-group-append .btn {
        margin-right: 8px; }
  .todo-edit-item .todo-edit-item__actions {
    display: flex;
    flex-direction: row;
    align-items: center; }

.planned-action-item {
  overflow-wrap: anywhere; }

[id*="_WebCamWidgetPortlet"] {
  /* negatives Margin Portlet Content to delete border */ }
  [id*="_WebCamWidgetPortlet"] .portlet-content {
    margin-left: -1px;
    margin-right: -1px; }
  [id*="_WebCamWidgetPortlet"] img {
    width: 100%; }

@media only screen and (min-width: 992px) {
  .col-md-4 .datepicker-date {
    display: block;
    clear: both; }
    .col-md-4 .datepicker-date + .datepicker-date {
      margin-top: .5rem; } }

.react-datepicker-popper {
  z-index: 492 !important; }

.portlet-document-library .portlet-body {
  padding: 15px; }

.portlet-document-library .row-fluid .control-group {
  margin: 0; }

@media (max-width: 979px) {
  .portlet-document-library .app-view-taglib .navbar-inner .nav-display-style-buttons .display-style-buttons-container .btn {
    margin-top: 0px; } }

.portlet-document-library .alert {
  margin: -4px 0 10px 0; }

.portlet-document-library .context-pane {
  margin-left: 2.5641%; }

.portlet-document-library .nav[role='menubar'] li a,
.portlet-document-library #main-content .nav[role='menubar'] li a,
.portlet-document-library #main-content .nav[role='menubar'] li a:focus,
.portlet-document-library .collapse .nav .open .dropdown-menu,
.portlet-document-library .well,
.portlet-document-library .form-search .input-append .search-query,
.portlet-document-library .form-search .input-append .btn,
.portlet-document-library .entry-display-style,
.portlet-document-library .accordion-heading .accordion-toggle,
.portlet-document-library .nav-tabs > li > a,
.portlet-document-library .btn-group > .dropdown-toggle,
.portlet-document-library .btn-group > .dropdown-toggle:hover {
  border-radius: 0 !important; }

.portlet-document-library #main-content .nav[role='menubar'] li a {
  margin-right: 0; }
  .portlet-document-library #main-content .nav[role='menubar'] li a:hover {
    background-color: #ebebeb; }

.portlet-document-library .folder-display-style .nav li a:hover {
  background-color: #f5f5f5 !important; }

.portlet-document-library .folder-display-style .nav li a .caret,
.portlet-document-library .folder-display-style .nav li.active a .caret {
  color: #3ba9ea !important;
  border-bottom-color: #3ba9ea !important;
  border-top-color: #3ba9ea !important; }

.portlet-document-library .display-style-icon.list-unstyled.row {
  margin-left: -10px;
  margin-right: -10px; }

.portlet-document-library .folder-display-style ul.nav-list {
  margin: 0;
  padding: 15px 13px 15px 15px; }
  @media (max-width: 767px) {
    .portlet-document-library .folder-display-style ul.nav-list {
      margin: 0; } }
  .portlet-document-library .folder-display-style ul.nav-list a.browse-folder {
    margin-right: 10px;
    padding: 10px 0 10px 16px; }
  .portlet-document-library .folder-display-style ul.nav-list li.active a {
    color: #676a6c !important; }
  .portlet-document-library .folder-display-style ul.nav-list li.active .entry-action {
    right: -10px; }
    @media (max-width: 767px) {
      .portlet-document-library .folder-display-style ul.nav-list li.active .entry-action {
        right: -13px; } }

.portlet-document-library .collapse ul.nav {
  padding: 0;
  margin-bottom: 10px;
  vertical-align: middle;
  border-radius: 0 !important; }
  .portlet-document-library .collapse ul.nav > li > a {
    padding: 6px 8px 0 18px;
    font-weight: normal; }
    @media (max-width: 979px) {
      .portlet-document-library .collapse ul.nav > li > a {
        font-weight: normal; } }
    .portlet-document-library .collapse ul.nav > li > a i {
      color: #3ba9ea; }

.portlet-document-library .navbar-search {
  margin-top: 0; }

.portlet-document-library .pull-right .lfr-icon-menu {
  margin: 0; }
  .portlet-document-library .pull-right .lfr-icon-menu a.select {
    border: 1px #e3e3e3 solid;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.portlet-document-library .nav .dropdown-toggle .caret,
.portlet-document-library .nav .dropdown-toggle .caret:hover {
  color: #3ba9ea; }
  .portlet-document-library .nav .dropdown-toggle .caret:hover,
  .portlet-document-library .nav .dropdown-toggle .caret:hover:hover {
    color: #3ba9ea !important; }

.portlet-document-library .document-container .search-info .keywords {
  font-weight: normal;
  font-size: 1em; }

.portlet-document-library .display-style-buttons-container .btn-group a.dropdown-toggle {
  vertical-align: middle; }
  .portlet-document-library .display-style-buttons-container .btn-group a.dropdown-toggle .caret {
    margin: 0 0 0 0.4em; }

.portlet-document-library .splitter.splitter-spaced {
  font-weight: bold;
  padding-left: 0; }

.portlet-document-library ul.breadcrumb li.active {
  font-size: 1em;
  text-shadow: none; }

.portlet-document-library .alert-info {
  display: none; }

.portlet-document-library .span10 .control-group > input.select-all-entries {
  position: relative;
  float: left;
  top: 0;
  left: 0;
  margin: 15px 20px 0 0;
  z-index: 100; }

.portlet-document-library .app-view-entry.hover .entry-title,
.portlet-document-library .app-view-entry.selected .entry-title {
  color: #fff; }

.portlet-document-library .app-view-entry.selected .caret {
  color: #333333; }

.portlet-document-library .btn .caret {
  margin-top: 0; }

.portlet-document-library .lfr-app-column-view, .portlet-document-library .portlet-document-library-display .lfr-app-column-view {
  display: flex; }
  .portlet-document-library .lfr-app-column-view .navbar .btn, .portlet-document-library .portlet-document-library-display .lfr-app-column-view .navbar .btn {
    margin-top: 0; }

.portlet-document-library .lfr-search-container {
  margin-top: 0; }

.portlet-document-library .navbar-search .form-search .input-append .search-query {
  line-height: 22px; }

.portlet-document-library .portlet-body .taglib-header .header-title {
  margin: 0 0 10px 0 !important; }

.portlet-document-library .fieldset label {
  width: 15%;
  font-weight: 400;
  font-size: 13px; }

.portlet-document-library .button-holder .btn-cancel {
  background-color: #999c9e; }

.portlet-document-library .app-view-entry .entry-title {
  font-size: 1em;
  font-weight: 400; }

.portlet-document-library .document-info .document-title {
  margin: 0 0 15px;
  text-align: left; }

.portlet-document-library .nav-header {
  background-color: transparent !important; }

.view .body-row .document-info .user-date {
  font-weight: 200; }

.view .body-row .document-info .asset-links-title {
  color: #676a6c; }

.entry-metadata .entry-title {
  font-size: 1em;
  font-weight: 400; }

.accordion-group {
  margin-top: 10px; }

.portlet-image-gallery-display .portlet-body {
  padding: 15px; }

.portlet-image-gallery-display .taglib-header .header-back-to a {
  padding: 6px 10px;
  border: 1px solid #3ba9ea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.portlet-image-gallery-display .lfr-search-container-wrapper {
  padding: 5px; }

/* Intimeline */
.journal-timeline-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-left: 1px solid #e7eaec;
  border-bottom: 1px solid #e7eaec;
  border-right: 1px solid #e7eaec;
  padding: 8px 16px; }
  @media (min-width: 1280px) {
    .journal-timeline-item {
      flex-direction: row;
      border-left: none; } }
  .journal-timeline-item .date {
    display: flex;
    gap: 1rem;
    line-height: 1.4em; }
    @media (min-width: 1280px) {
      .journal-timeline-item .date {
        flex-shrink: 0;
        flex-basis: 100px;
        text-align: right;
        padding: 8px;
        flex-direction: column;
        border-left: none;
        gap: 0; } }
  .journal-timeline-item .content {
    min-height: 100px;
    flex: 1; }
    @media (min-width: 1280px) {
      .journal-timeline-item .content {
        padding-left: 16px;
        border-left: 1px solid #e7eaec; } }
    .journal-timeline-item .content:hover {
      background: #f6f6f6; }
  .journal-timeline-item:first-child .content {
    border-top: 0; }
  .journal-timeline-item:before {
    display: none; }

.alarmlevel-unknown {
  display: none;
  position: absolute;
  z-index: 100; }
  .alarmlevel-unknown span {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  @media screen and (max-width: 991px) {
    .alarmlevel-unknown {
      left: -40px; } }

#alarmlevel-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px;
  overflow: hidden;
  /* Header */ }
  #alarmlevel-header .alarmlevel-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer; }
    #alarmlevel-header .alarmlevel-header .icon {
      display: none;
      justify-content: center;
      align-items: center;
      border: 1px solid #eee;
      border-radius: 3px;
      height: 28px;
      width: 28px;
      line-height: 28px;
      margin: 0 0 0 5px;
      padding: 0;
      text-align: center;
      color: #999c9e !important;
      font-size: 22px; }
      @media (min-width: 992px) {
        #alarmlevel-header .alarmlevel-header .icon {
          display: flex;
          height: 38px;
          width: 38px;
          line-height: 38px; } }
    @media all and (min-width: 991px) {
      #alarmlevel-header .alarmlevel-header {
        align-items: initial;
        justify-content: initial; } }
  @media (min-width: 992px) {
    #alarmlevel-header {
      overflow: visible; } }
  @media all and (max-width: 991px) {
    #alarmlevel-header {
      padding: 0 0; } }
  #alarmlevel-header .current-organization-header {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-right: 10px;
    cursor: pointer; }
    @media (min-width: 992px) {
      #alarmlevel-header .current-organization-header {
        font-size: 24px; } }
  #alarmlevel-header .state-headline {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 6px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    align-items: center;
    justify-content: center;
    height: 28px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.65);
    letter-spacing: .1em; }
    @media (min-width: 992px) {
      #alarmlevel-header .state-headline {
        height: 38px; } }
    #alarmlevel-header .state-headline.state-green {
      background: #8ccc2e; }
    #alarmlevel-header .state-headline.state-yellow {
      background: #ffe700;
      box-shadow: 0 0 4px #ffe700; }
    #alarmlevel-header .state-headline.state-orange {
      background: #ffad00; }
    #alarmlevel-header .state-headline.state-red {
      background: #f00000; }
    #alarmlevel-header .state-headline.state-unknown {
      background: #676a6c; }

.alarmlevel-list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 13px; }
  @media all and (min-width: 450px) {
    .alarmlevel-list {
      justify-content: flex-start; } }
  @media all and (min-width: 768px) {
    .alarmlevel-list {
      margin-left: 0; } }
  .alarmlevel-list .state-title {
    height: 6.25em;
    width: 6.25em;
    left: 3.1em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    transform: skew(-45deg);
    background-color: #ebebeb;
    display: block;
    position: relative; }
    @media screen and (max-width: 1200px) {
      .alarmlevel-list .state-title {
        height: 4.8em;
        /*width: $alarm-medium-width;*/
        width: 100%;
        left: 2.4em; } }
    @media screen and (max-width: 991px) {
      .alarmlevel-list .state-title {
        height: 1.25em;
        /*width: $alarm-small-width/1.4;*/
        width: 100%;
        left: 0.6em; } }
  .alarmlevel-list .state-headline {
    display: inline-block;
    line-height: 6em;
    padding-left: 0;
    transform: rotate(-45deg);
    width: 6.25em;
    position: absolute;
    top: 0;
    left: 3em;
    right: auto;
    bottom: auto; }
    @media screen and (max-width: 1200px) {
      .alarmlevel-list .state-headline {
        left: 1.75em;
        font-size: 0.9em; } }
    @media screen and (max-width: 991px) {
      .alarmlevel-list .state-headline {
        display: none;
        line-height: 0; } }
  .alarmlevel-list .info {
    display: block;
    overflow: hidden;
    width: auto;
    padding: 5px;
    background-color: #ebebeb;
    text-align: center;
    clear: both;
    cursor: pointer;
    /* * * * * * * * * * * *
        * Button fuer Alarm-Klickflaechen als Pseudo Element definieren
        * * * * */
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box; }
    .alarmlevel-list .info::before {
      position: absolute;
      width: 80%;
      height: 85%;
      background: transparent;
      content: '';
      left: 10%;
      top: 4%;
      opacity: .2;
      box-shadow: 1px 1px 3px #000;
      border-radius: 4px;
      transition: opacity 1s; }
    .alarmlevel-list .info:hover::before {
      transition: opacity .4s;
      opacity: 0; }
    @media screen and (max-width: 991px) {
      .alarmlevel-list .info:hover, .alarmlevel-list .info:active {
        margin: 0;
        left: 0; } }
    @media screen and (max-width: 1200px) {
      .alarmlevel-list .info {
        min-height: 1em;
        padding: 1em 0 0.5em 0;
        font-size: 0.9em; } }
    @media screen and (max-width: 991px) {
      .alarmlevel-list .info {
        font-size: 1em; } }
    .alarmlevel-list .info > span {
      display: block;
      font-size: 1em;
      min-height: 1.3em;
      font-weight: 400; }
      @media screen and (max-width: 991px) {
        .alarmlevel-list .info > span {
          visibility: hidden;
          padding: 0;
          height: 1.25em; } }
    .alarmlevel-list .info .date {
      padding-top: 0.1em; }
  .alarmlevel-list > li {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    line-height: 100%;
    height: auto;
    color: rgba(0, 0, 0, 0.35);
    /* define background grey color for inactive state */
    /* define font-color for active state */
    /* define background color for active state */ }
    .alarmlevel-list > li.alarm-state-1 .state-title,
    .alarmlevel-list > li.alarm-state-1 .info {
      background-color: #f1f1f1; }
    .alarmlevel-list > li.alarm-state-2 .state-title,
    .alarmlevel-list > li.alarm-state-2 .info {
      background-color: #d1d1d1; }
    .alarmlevel-list > li.alarm-state-3 .state-title,
    .alarmlevel-list > li.alarm-state-3 .info {
      background-color: #acacac; }
    .alarmlevel-list > li.alarm-state-4 .state-title,
    .alarmlevel-list > li.alarm-state-4 .info {
      background-color: #8c8c8c; }
    .alarmlevel-list > li.active {
      color: #676a6c; }
      @media screen and (max-width: 991px) {
        .alarmlevel-list > li.active .info span {
          visibility: hidden;
          width: 3.23529em;
          height: 1.25em;
          padding: 0;
          margin: 0; } }
      @media screen and (max-width: 991px) {
        .alarmlevel-list > li.active.large .state-title,
        .alarmlevel-list > li.active.large .info span {
          visibility: visible; } }
      @media screen and (max-width: 991px) {
        .alarmlevel-list > li.active.large .info span {
          width: 100%; } }
      @media screen and (max-width: 991px) {
        .alarmlevel-list > li.active.large .state-title {
          width: 100%; } }
      @media screen and (max-width: 991px) {
        .alarmlevel-list > li.active.large .state-headline {
          display: inline-block;
          width: 80%;
          text-align: center;
          top: 6px;
          transform: rotate(0deg); } }
    .alarmlevel-list > li.alarm-state-1.active .state-title,
    .alarmlevel-list > li.alarm-state-1.active .info {
      background-color: #8ccc2e; }
    .alarmlevel-list > li.alarm-state-2.active .state-title,
    .alarmlevel-list > li.alarm-state-2.active .info {
      background-color: #ffe700; }
    .alarmlevel-list > li.alarm-state-3.active .state-title,
    .alarmlevel-list > li.alarm-state-3.active .info {
      background-color: #ffad00; }
    .alarmlevel-list > li.alarm-state-4.active {
      color: #fff !important; }
      .alarmlevel-list > li.alarm-state-4.active .state-title,
      .alarmlevel-list > li.alarm-state-4.active .info {
        background-color: #f00000; }

.visible {
  display: block; }

.alarmlevel-list li {
  flex: 1 1 auto; }
  .alarmlevel-list li:empty::before {
    content: 'auslösen!';
    display: inline-block; }

@media (min-width: 768px) {
  .alarmlevel-list li {
    flex: 0 0 65px; }
    .alarmlevel-list li:empty::before {
      content: 'auslösen!';
      display: inline-block; } }

@media (min-width: 1024px) {
  .alarmlevel-list li {
    flex: 0 0 80px; }
    .alarmlevel-list li:empty::before {
      content: 'auslösen!';
      display: inline-block; } }

.scrollable-list-group.list-auto {
  height: auto; }

.scrollable-list-group.list-small {
  height: 300px; }

.scrollable-list-group.list-medium {
  height: 600px; }

.scrollable-list-group.list-large {
  height: 920px; }

.link-list-item {
  padding: 0 10px;
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
  max-height: 44px; }

/* LIST GROUP */
.list-group {
  margin-left: 0; }
  .list-group.list-large {
    height: 920px; }
  .list-group.scrollable-list-group {
    overflow-x: hidden;
    overflow-y: auto;
    display: block; }

.list-group-item > .row,
button.list-group-item > .row {
  margin-left: 0;
  margin-right: 0; }

.list-group-item:hover,
button.list-group-item:hover {
  cursor: pointer;
  background-color: #ebebeb;
  border-color: #ebebeb; }

li.list-group-item.clickable {
  cursor: pointer; }
  li.list-group-item.clickable:hover {
    background-color: #f5f5f5;
    border-color: #f5f5f5; }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  outline: none;
  background-color: #f5f5f5;
  color: #676a6c; }

.user-team-select .list-group-item.active,
.user-team-select .list-group-item.active:focus,
.team-user-select .list-group-item.active,
.team-user-select .list-group-item.active:focus {
  background-color: #3ba9ea;
  color: #ffffff;
  border-color: #f5f5f5; }

.user-team-select .list-group-item.active:hover,
.team-user-select .list-group-item.active:hover {
  background-color: #326487;
  color: #ffffff; }

.list-group-item-heading {
  margin-top: 10px; }

.list-group-item-text {
  margin: 0 0 10px;
  color: inherit;
  font-size: 12px;
  line-height: inherit; }

.no-padding .list-group-item {
  border-left: none;
  border-right: none;
  border-bottom: none; }

.no-padding .list-group-item:first-child {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none; }

.no-padding .list-group {
  margin-bottom: 0; }

.list-group-item {
  border: 1px solid #e7eaec; }
  .list-group-item .delete-button {
    width: 24px;
    height: 24px;
    padding: 0;
    font-size: 18px;
    margin-top: -2px; }

.elements-list .list-group-item {
  border-left: none;
  border-right: none;
  /*border-top: none;*/
  padding: 15px 25px; }

.elements-list .list-group-item:first-child {
  border-left: none;
  border-right: none;
  border-top: none !important; }

.elements-list .list-group {
  margin-bottom: 0; }

.elements-list a {
  color: inherit; }

.elements-list .list-group-item.active,
.elements-list .list-group-item:hover,
.elements-list button.list-group-item:hover,
.elements-list button.list-group-item:active {
  background: #f5f5f5;
  color: inherit;
  border-color: #f5f5f5;
  border-radius: 0; }

.elements-list li.active {
  transition: none; }

.news-list-item h3 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: .5em; }

.attached-file-item {
  width: 100%;
  margin-bottom: 15px;
  word-break: break-all; }
  @media all and (min-width: 1024px) {
    .attached-file-item {
      width: 50%;
      padding-right: 15px; } }
  @media all and (min-width: 1280px) {
    .attached-file-item {
      width: 33%; } }
  .attached-file-item .attached-file-item__image, .attached-file-item .attached-file-item__details, .attached-file-item .button-box-nopadding {
    text-align: center;
    display: block; }
  .attached-file-item .attached-file-item__image .image-display button {
    max-width: 225px; }

.attached-file-item__details {
  padding: .5em 0; }

.aui .attached-file-list-row {
  margin-top: 10px; }
  .aui .attached-file-list-row .img-col {
    width: auto;
    margin-bottom: 20px; }
  .aui .attached-file-list-row .attached-file-item {
    margin-left: 0;
    margin-right: 0;
    min-height: 0; }
    .aui .attached-file-list-row .attached-file-item .attached-file-item__image {
      margin: 0 10px 10px 0;
      height: 140px; }
      .aui .attached-file-list-row .attached-file-item .attached-file-item__image .img-polaroid {
        height: 138px; }
    .aui .attached-file-list-row .attached-file-item h4 {
      margin-bottom: 10px; }
    .aui .attached-file-list-row .attached-file-item .button-box,
    .aui .attached-file-list-row .attached-file-item .button-box-v {
      clear: both; }

.attached-file-item__details .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block; }

table.change-records-table,
table.journal-entry-records-table {
  table-layout: fixed; }
  table.change-records-table thead th,
  table.change-records-table th,
  table.journal-entry-records-table thead th,
  table.journal-entry-records-table th {
    border: none;
    background: transparent; }
  table.change-records-table tr th, table.change-records-table tr td,
  table.journal-entry-records-table tr th,
  table.journal-entry-records-table tr td {
    padding: 0;
    border: none;
    background: transparent;
    vertical-align: top;
    word-break: break-word; }
  table.change-records-table .change-records-table__first-col,
  table.journal-entry-records-table .change-records-table__first-col {
    display: none;
    max-width: 200px;
    min-width: 200px;
    width: 200px;
    padding-left: 0; }
    @media print {
      table.change-records-table .change-records-table__first-col,
      table.journal-entry-records-table .change-records-table__first-col {
        display: table-cell; } }
    @media (min-width: 1280px) {
      table.change-records-table .change-records-table__first-col,
      table.journal-entry-records-table .change-records-table__first-col {
        display: table-cell; } }

.change-records-table__old-value {
  color: #bd5a59; }

.change-records-table__new-value {
  color: #7ea753;
  padding-right: 0; }

.expression-renderer {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: white;
  border: 1px solid #B2B2B2; }
  .expression-renderer .expression {
    flex: 1;
    font-size: 12px;
    line-height: 18px;
    background-color: white;
    min-height: 32px;
    padding: 10px; }
    .expression-renderer .expression .business-object-link {
      margin-bottom: 0;
      padding: 3px 4px; }
  .expression-renderer .expression-active {
    background: rgba(131, 198, 237, 0.15) !important; }
    .expression-renderer .expression-active .expression-active {
      background: transparent !important; }
  .expression-renderer .expression-error {
    border-left: 5px solid #f00000; }

.expression-renderer__delete-btn {
  margin: 8px;
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 18px; }

.expression-renderer__and-icon {
  font-size: 16px;
  color: #4D4D4D; }

.modal-dialog.modal-lg {
  max-width: 90vw; }
  @media only screen and (min-width: 992px) {
    .modal-dialog.modal-lg {
      max-width: 600px; } }
  @media only screen and (min-width: 1200px) {
    .modal-dialog.modal-lg {
      max-width: 60vw; } }
  @media only screen and (min-width: 1920px) {
    .modal-dialog.modal-lg {
      max-width: 40vw; } }

.modal-header .modal-title {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .modal-header .modal-title > .icon, .modal-header .modal-title .btn, .modal-header .modal-title .btn-group {
    margin-right: 5px; }
    .modal-header .modal-title > .icon:last-child, .modal-header .modal-title .btn:last-child, .modal-header .modal-title .btn-group:last-child {
      margin-right: 0; }
  .modal-header .modal-title .title {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

#_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_Accordion .list-group {
  display: none; }

.user-control-group .control-menu-nav-item.simulation-icon {
  display: none !important; }

.modal.applications-menu-modal .modal-info {
  width: 500px;
  right: 0;
  position: absolute; }

.modal.applications-menu-modal .applications-menu-header .nav.nav-underline[role="tablist"],
.modal.applications-menu-modal .applications-menu-content .row > div:first-child,
.modal.applications-menu-modal .applications-menu-bg.applications-menu-footer {
  display: none; }

.modal.applications-menu-modal .applications-menu-content > .container-fluid {
  max-width: 100%; }

.modal.applications-menu-modal .applications-menu-content .applications-menu-sites-label {
  padding: 4px; }

.modal.applications-menu-modal .applications-menu-content .row {
  display: block; }
  .modal.applications-menu-modal .applications-menu-content .row > div {
    width: 100%;
    max-width: 100%; }

.modal.applications-menu-modal .applications-menu-sites {
  background-color: #fff; }
  .modal.applications-menu-modal .applications-menu-sites > ul {
    margin: 0; }
  .modal.applications-menu-modal .applications-menu-sites .applications-menu-nav-link {
    display: block;
    padding: 6px 0; }
    .modal.applications-menu-modal .applications-menu-sites .applications-menu-nav-link .applications-menu-shrink {
      margin-right: 4px; }
  .modal.applications-menu-modal .applications-menu-sites .applications-menu-nav-divider {
    border-color: #cecece;
    margin: 4px auto;
    width: 80%; }

.control-menu-nav button.dropdown-toggle.lfr-portal-tooltip.btn.btn-monospaced.btn-sm.btn-unstyled {
  margin-bottom: 0; }
  .control-menu-nav button.dropdown-toggle.lfr-portal-tooltip.btn.btn-monospaced.btn-sm.btn-unstyled:before {
    content: "\f0ac";
    font-family: 'fontawesome';
    font-size: 1.2em;
    line-height: 1.4; }
  .control-menu-nav button.dropdown-toggle.lfr-portal-tooltip.btn.btn-monospaced.btn-sm.btn-unstyled svg {
    display: none; }

.leaflet-control-container .leaflet-top,
.leaflet-control-container .leaflet-left,
.leaflet-control-container .leaflet-bottom {
  z-index: 460; }

.leaflet-control-container .leaflet-top.leaflet-left {
  z-index: 481; }

.leaflet-tile-pane .leaflet-layer.rain-radar-layer {
  mix-blend-mode: multiply; }

.marker-cluster {
  background-color: #83C6ED !important; }
  .marker-cluster div {
    background-color: #3ba9ea !important;
    border: 1px solid rgba(103, 106, 108, 0.5); }
  .marker-cluster.unknown {
    background-color: rgba(103, 106, 108, 0.7) !important; }
    .marker-cluster.unknown div {
      background-color: #676a6c !important; }
      .marker-cluster.unknown div span {
        color: white; }
  .marker-cluster.green {
    background-color: rgba(140, 204, 46, 0.7) !important; }
    .marker-cluster.green div {
      background-color: #8ccc2e !important; }
  .marker-cluster.yellow {
    background-color: rgba(255, 231, 0, 0.7) !important; }
    .marker-cluster.yellow div {
      background-color: #ffe700 !important; }
  .marker-cluster.orange {
    background-color: rgba(255, 173, 0, 0.7) !important; }
    .marker-cluster.orange div {
      background-color: #ffad00 !important; }
  .marker-cluster.red {
    background-color: rgba(240, 0, 0, 0.7) !important; }
    .marker-cluster.red div {
      background-color: #f00000 !important; }

table.table.noborder td, table.table.noborder th {
  border: none; }

.lfr-portlet-title-editable {
  margin-top: -7px;
  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 {
      margin: 0 16px; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
      display: inline-flex; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
      margin: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
      margin: 0; }

.feed-element {
  margin-top: 12px;
  padding-bottom: 15px; }

.situation-message-header-wrapper {
  min-height: 75px;
  flex-grow: 1;
  max-width: 650px; }
  @media (min-width: 992px) {
    .situation-message-header-wrapper {
      flex-basis: 400px; } }

.situation-message-header__desktop {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  @media (min-width: 992px) {
    .situation-message-header__desktop {
      display: block; } }

.situation-message-header-btn {
  position: relative; }
  @media (min-width: 992px) {
    .situation-message-header-btn {
      display: none; } }
  .situation-message-header-btn > span.fa {
    font-size: 20px;
    color: #999c9e; }

.situation-message-header-btn__badge {
  position: absolute !important;
  top: -10px !important;
  right: -14px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

#situation-message-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  min-height: 75px; }
  @media (min-width: 992px) {
    #situation-message-header {
      justify-content: center; } }
  #situation-message-header .portlet-topper {
    display: none; }
  #situation-message-header .configOpener {
    right: 55px;
    bottom: 0;
    padding: 2px 4px; }

.situation-message-header-inner {
  padding: 10px 56px 10px 20px; }
  .situation-message-header-inner .info.bottom {
    margin-bottom: 0; }

.situation-message-add-button {
  display: none;
  position: absolute;
  right: 36px;
  bottom: 23px;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .situation-message-add-button {
      display: block; } }

.situation-message-list {
  overflow-y: auto; }

.precipitation-station-blackout {
  justify-items: center;
  color: red;
  display: grid; }

table.multi-subscription-table {
  border-collapse: collapse; }
  table.multi-subscription-table thead tr {
    border-bottom: 1px solid lightgrey; }
    table.multi-subscription-table thead tr th {
      text-align: center;
      padding: 0.6rem 3rem; }
  table.multi-subscription-table tbody tr {
    border-bottom: 1px solid lightgrey; }
    table.multi-subscription-table tbody tr th {
      padding: 0.6rem; }
    table.multi-subscription-table tbody tr td {
      text-align: center; }
      table.multi-subscription-table tbody tr td .form-group {
        margin: 0;
        display: flex;
        flex-direction: row;
        justify-content: center; }
        table.multi-subscription-table tbody tr td .form-group .form-check:has(+ .has-team-subscription-indicator) {
          padding-left: 13px; }
        table.multi-subscription-table tbody tr td .form-group .has-team-subscription-indicator .fa {
          width: 13px;
          align-content: center; }
  table.multi-subscription-table tfoot td {
    padding-top: 0.8rem; }
    table.multi-subscription-table tfoot td button:first-of-type {
      margin-left: 2rem;
      margin-right: 0.3rem; }
    table.multi-subscription-table tfoot td button:last-of-type {
      margin-left: 0.3rem;
      margin-right: 2rem; }

#teamSubscriptionIndicatorTooltip ul {
  list-style-type: none; }

/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */

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