@charset "UTF-8";
/**
 * Clay 3.13.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url(http://fonts.googleapis.com/css?family=Oswald:300,400,600);
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css?t=1665143295797);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.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;
    transform: translateZ(0);
    width: 1em; }

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

.portal-iframe #main-content {
  width: 100%; }

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

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

span.alert {
  display: inline-block; }

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

.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-transform: scale(0);
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 0;
  *position: fixed !important;
  _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; }

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

.portal-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) {
    .portal-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;
      transform: translate(-50%, -50%); } }
  .portal-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) {
      .portal-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
        border-radius: 0;
        border-width: 0; } }
  @media (max-width: 767.98px) {
    .portal-popup .hsv-palette-modal.modal-dialog .modal-body {
      padding: 1rem; } }
  .portal-popup .hsv-palette-modal.modal-dialog .hsv-default-size.hsv-container {
    width: 100%; }
  .portal-popup .hsv-palette-modal.modal-dialog .hsv-image-container {
    margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cke_show_border {
  width: 500px; }
  .cke_show_border td {
    height: 15px; }

.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: #fff;
  color: #6b6c7e; }

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

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

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

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

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

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

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

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

.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; }
  .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 {
      bottom: 0;
      content: "";
      height: 4px;
      left: 0;
      position: absolute;
      right: 0;
      transition: height 0.15s ease-out;
      background-color: #0b5fff; }
  .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 0.25rem 0.25rem;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    transition: height 0.15s ease-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 {
    height: 4px; }
  .lfr-page-layouts .card-horizontal:active::after, .lfr-page-layouts .card-horizontal.active::after {
    background-color: #0b5fff;
    height: 4px; }

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

.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-dialog .yui3-resize-handles-wrapper {
  pointer-events: all; }

.modal-hidden {
  display: none; }

.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;
  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: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #6b6c7e; }

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

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

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

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

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

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

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

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

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

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

#wrapper {
  position: relative; }

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

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

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

.portlet {
  margin-bottom: 10px;
  position: relative; }
  .portlet > .portlet-content-editable {
    border-color: transparent; }
  .portlet > .portlet-topper {
    display: none; }
    @media (min-width: 768px) {
      .portlet > .portlet-topper {
        display: flex;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        transition: opacity 0.25s, transform 0.25s;
        top: 0; } }
  @media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .portlet > .portlet-topper {
      transition: none; } }

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

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

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px; }

.portlet-actions {
  float: right; }

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

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

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

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

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: #6b6c7e;
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative; }

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

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

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

@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

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

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

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

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

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

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

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

.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 {
  margin: 0; }

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

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

@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 {
  transform: translateX(100%); }

@keyframes shift-rightwards {
  0% {
    transform: translateX(-100%); }
  40% {
    transform: translateX(0%); }
  60% {
    transform: translateX(0%); }
  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 {
  transform: scale(0.8);
  transition: 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; }

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

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

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

.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 {
  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);
      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);
      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);
      transform: rotate(-25deg); }

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

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

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

/* 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 */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
#p_p_id_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet_ {
  display: inline-block; }

.row {
  margin-left: 0;
  margin-right: 0; }

.v-caption.v-caption-oa-inner-row {
  font-weight: 100 !important;
  margin-left: 20px; }

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600);*/
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Mixins and variables;
   ========================================================================== */
/* Screen widths for responsive helper */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
  box-sizing: border-box;
  height: 100%;
  background-color: #eee; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  font-size: 14px;
  font-size: 1.4rem;
  color: #222;
  line-height: 1.6;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Open Sans', Arial;
  /*font-family: 'Oswald', Arial;*/
  height: 100%; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e4e4e4;
  margin: 0.5em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h2 {
  font-size: 1.42em; }

#banner {
  background-color: #2e8fa6;
  color: white;
  font-weight: 100;
  padding: 1.5em 2em;
  min-height: 120px;
  min-width: 1024px; }
  #banner #heading,
  #banner .page-title {
    display: inline-block; }
  #banner .logo img {
    max-height: 75px;
    width: auto; }
  #banner div.headerWrap40, #banner div.headerWrap20 {
    float: left;
    display: inline-block; }
  #banner div.headerWrap40 {
    overflow: hidden; }
  #banner div.headerWrap20 {
    width: 20%;
    text-align: center; }
    #banner div.headerWrap20 a, #banner div.headerWrap20 a:visited {
      text-decoration: none;
      color: white;
      font-weight: bold;
      font-size: larger;
      line-height: 80px;
      height: 80px; }
  #banner .controls {
    float: right;
    text-align: right;
    padding: 0em !important;
    overflow: hidden;
    background: #2e8fa6 !important; }
    #banner .controls a {
      color: black;
      text-decoration: none; }
    #banner .controls .user-controls {
      font-size: 16px;
      font-size: 1.6rem;
      padding-top: 0.5em; }
      #banner .controls .user-controls .user-name {
        font-weight: normal; }
  #banner .taglib-language-list-text {
    border: none; }

nav#navigation {
  display: inline-block; }
  nav#navigation ul, nav#navigation li {
    display: inline-block;
    list-style: none; }
  nav#navigation a {
    color: white;
    text-decoration: none;
    padding: 1em;
    font-weight: 100; }
    li.selected nav#navigation a {
      font-weight: bold; }

#content .portlet-layout {
  table-layout: fixed; }

#content .portlet-column-content {
  padding: 0; }

#content a {
  color: #4c4c4c;
  text-decoration: none; }
  #content a:hover {
    color: #222;
    text-decoration: underline; }

#content .ohje #column-1 {
  background-image: url("../images/CSC-logo.png");
  background-position: bottom 1em center;
  background-repeat: no-repeat;
  background-size: 30%;
  background-color: #f0f0f0;
  padding: 1em;
  padding-bottom: 6em;
  width: 300px; }
  #content .ohje #column-1 h2 {
    text-transform: uppercase; }
  #content .ohje #column-1 .nav-menu ul {
    list-style: none; }
    #content .ohje #column-1 .nav-menu ul li {
      line-height: 2em;
      text-indent: -1.4em; }
      #content .ohje #column-1 .nav-menu ul li:before {
        font-family: "FontAwesome";
        content: "\f0a9";
        float: left;
        width: 1.4em;
        color: #9a9a9a; }
      #content .ohje #column-1 .nav-menu ul li.selected {
        color: black; }
        #content .ohje #column-1 .nav-menu ul li.selected:before {
          color: #208064; }

#content .ohje #column-2 {
  width: 100%;
  padding: 1em; }

.icon:before {
  color: #208064; }

#footer {
  padding: 0 2em; }

span.separator {
  opacity: 0.3;
  padding: 0 0.4em;
  border: none;
  display: inline; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.jufo-back-to-login {
  width: 100%;
  height: 1.4em;
  line-height: 1.4;
  text-align: left;
  padding: 1em; }
  .jufo-back-to-login a, .jufo-back-to-login a:hover {
    text-decoration: none;
    color: #6B4B70; }

#wrapper {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  background-color: #eee; }
  @media only screen and (max-width: 767px) {
    #wrapper {
      min-width: 100%;
      /* background-color: #fff; */ }
      #wrapper .portlet-content {
        padding: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #wrapper {
      min-width: 100%; } }
  #wrapper footer#footer, #wrapper h1.portlet-title, #wrapper div.portlet-header {
    display: none; }

#login-content {
  margin: 0 auto;
  height: 100%;
  min-height: 100%;
  width: 100%;
  padding-bottom: 80px; }
  #login-content div.navigation, #login-content header.portlet-topper {
    /* display:none; */ }
  #login-content .portlet-msg-error {
    /*   display: none !important; */ }

#jufo-login {
  width: 66%;
  margin: 5% auto 0;
  -webkit-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  display: flex !important;
  background-color: #fff; }
  @media only screen and (max-width: 767px) {
    #jufo-login {
      width: 100%;
      margin: 0;
      border-radius: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      display: inline-block !important; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #jufo-login {
      width: 86%;
      margin: 2% auto 0;
      min-width: 700px; } }
  @media only screen and (min-width: 1024px) {
    #jufo-login {
      min-width: 700px; } }
  #jufo-login .jufo-left-box {
    padding: 20px 0 30px;
    width: 55%;
    background-color: #6B4B70;
    color: #fff;
    float: left;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    align-items: stretch; }
    @media only screen and (max-width: 767px) {
      #jufo-login .jufo-left-box {
        width: 100%;
        clear: both;
        border-radius: 0;
        display: inline-block;
        padding: 40px 0; } }
    #jufo-login .jufo-left-box .logo, #jufo-login .jufo-left-box .text, #jufo-login .jufo-left-box .searchpage {
      margin: 20px auto 0;
      width: 80%;
      color: #fff;
      display: block; }
    #jufo-login .jufo-left-box .logo {
      /*background-image: url("../images/jufo-portaali-logo.png");*/
      background-size: contain;
      background-repeat: no-repeat;
      height: 60px; }
    #jufo-login .jufo-left-box .searchpage {
      margin-top: 40px;
      text-align: center; }
      #jufo-login .jufo-left-box .searchpage .search-button, #jufo-login .jufo-left-box .searchpage .search-button:hover, #jufo-login .jufo-left-box .searchpage .search-button:visited {
        padding: 5% 20%;
        margin: 0 auto;
        border: 1px solid #fff;
        background-color: transparent;
        border-radius: 3px;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        font-size: 1.2em;
        font-weight: 300;
        text-transform: uppercase; }
  #jufo-login .jufo-right-box {
    padding: 20px 0 30px;
    text-align: center;
    width: 45%;
    float: left;
    height: 100%;
    align-items: stretch; }
    @media only screen and (max-width: 767px) {
      #jufo-login .jufo-right-box {
        width: 100%;
        clear: both;
        display: inline-block;
        margin: 40px 0; } }
    #jufo-login .jufo-right-box .aui-form-validator-error {
      background-color: #F4D5D5 !important;
      color: #C94C4C !important; }
    #jufo-login .jufo-right-box input[type=submit], #jufo-login .jufo-right-box input[type=text], #jufo-login .jufo-right-box input[type=password] {
      width: 80% !important;
      padding: 15px !important;
      background-color: #F5F5F5;
      border: 1px solid #DBDBDB !important;
      border-radius: 2px !important;
      background-image: none !important;
      margin-top: 10px; }
    #jufo-login .jufo-right-box input[type=submit], #jufo-login .jufo-right-box input[type=submit]:hover {
      background-color: #198164 !important;
      border: 1px solid #198164 !important;
      color: #fff;
      font-size: 1em;
      text-shadow: 0px 0px #FFF;
      font-weight: 300; }
    #jufo-login .jufo-right-box .jufo-sign-in-title {
      font-size: 1.4em;
      font-weight: 500; }
    #jufo-login .jufo-right-box .jufo-sign-in-register {
      width: 80%;
      margin: 0 auto;
      padding: 15px 0 30px;
      text-align: center;
      clear: both; }
      #jufo-login .jufo-right-box .jufo-sign-in-register .text {
        float: left;
        width: 60%;
        text-align: right; }
      #jufo-login .jufo-right-box .jufo-sign-in-register .link {
        width: 40%;
        float: left;
        text-align: left;
        padding-left: 5px; }
        #jufo-login .jufo-right-box .jufo-sign-in-register .link a, #jufo-login .jufo-right-box .jufo-sign-in-register .link a:hover {
          text-decoration: none;
          color: #6B4B70; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        #jufo-login .jufo-right-box .jufo-sign-in-register .text {
          width: 96%;
          text-align: center; }
        #jufo-login .jufo-right-box .jufo-sign-in-register .link {
          width: 96%;
          text-align: center; } }
    #jufo-login .jufo-right-box .jufo-sign-in-forgot {
      width: 80%;
      margin: 0 auto;
      padding: 10px 0 0 0;
      text-align: center;
      clear: both; }
      #jufo-login .jufo-right-box .jufo-sign-in-forgot .password {
        width: 100%;
        text-align: center; }
        #jufo-login .jufo-right-box .jufo-sign-in-forgot .password a, #jufo-login .jufo-right-box .jufo-sign-in-forgot .password a:hover {
          text-decoration: none;
          color: #6B4B70; }
    #jufo-login .jufo-right-box .jufo-sign-in-divider {
      width: 80%;
      margin: 30px auto;
      height: 1.2em; }
      #jufo-login .jufo-right-box .jufo-sign-in-divider .line-wrap {
        float: left;
        width: 45%;
        line-height: 1.2em;
        height: 1.2em;
        padding-top: 12px; }
      #jufo-login .jufo-right-box .jufo-sign-in-divider .line {
        height: 1px;
        background-color: #D9D9D9;
        vertical-align: middle; }
      #jufo-login .jufo-right-box .jufo-sign-in-divider .text {
        text-align: center;
        width: 10%;
        float: left;
        font-size: 1.2em;
        height: 1.2em;
        text-transform: uppercase; }
    #jufo-login .jufo-right-box .jufo-sign-in-logos {
      width: 80%;
      margin: 30px auto;
      padding: 20px 0 0 0; }
      #jufo-login .jufo-right-box .jufo-sign-in-logos .logo-wrap {
        float: left;
        width: 50%;
        height: 60px; }
        #jufo-login .jufo-right-box .jufo-sign-in-logos .logo-wrap #jufo-haka-login, #jufo-login .jufo-right-box .jufo-sign-in-logos .logo-wrap #jufo-haka-login:hover {
          padding: 18px 60px;
          background: url("../images/haka.png") no-repeat;
          background-size: contain; }
        #jufo-login .jufo-right-box .jufo-sign-in-logos .logo-wrap #jufo-orcid-login, #jufo-login .jufo-right-box .jufo-sign-in-logos .logo-wrap #jufo-orcid-login:hover {
          padding: 18px 60px;
          background: url("../images/orcid.png") no-repeat;
          background-size: contain; }
    #jufo-login .jufo-right-box .portlet-msg-error, #jufo-login .jufo-right-box .portlet-msg-success {
      display: block !important;
      width: 90% !important;
      margin: 0 auto !important;
      background-color: #fff !important;
      border: none !important;
      font-size: 0.9em !important;
      color: #C94C4C !important;
      padding: 0 !important;
      background-image: none !important;
      text-align: center !important; }
    #jufo-login .jufo-right-box .aui-form-validator-message {
      background-color: transparent !important;
      clip: auto !important;
      color: #C94C4C !important;
      display: inline-block !important;
      margin-top: 2px !important;
      padding: 5px !important;
      position: relative !important;
      left: 0 !important;
      width: 80% !important;
      bottom: 0 !important;
      z-index: 5 !important; }
    #jufo-login .jufo-right-box .aui-field-element {
      background: none !important;
      padding-right: 0 !important;
      width: 100% !important; }
    #jufo-login .jufo-right-box .aui-fieldset {
      clear: both; }

#jufo-create-account {
  width: 38%;
  margin: 2% auto 0;
  padding: 30px 0 50px;
  text-align: center;
  min-width: 300px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5); }
  @media only screen and (min-width: 1024px) {
    #jufo-create-account {
      max-width: 500px; } }
  @media only screen and (max-width: 767px) {
    #jufo-create-account {
      width: 100%;
      margin: 0;
      border-radius: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #jufo-create-account {
      width: 76%;
      margin: 2% 12% 0; } }
  #jufo-create-account .aui-form-validator-error {
    background-color: #F4D5D5 !important;
    color: #C94C4C !important; }
  #jufo-create-account input[type=submit], #jufo-create-account input[type=text], #jufo-create-account input[type=password] {
    width: 80% !important;
    padding: 15px !important;
    background-color: #F5F5F5;
    border: 1px solid #DBDBDB !important;
    border-radius: 2px !important;
    background-image: none !important;
    max-width: 80% !important;
    margin-top: 10px; }
  #jufo-create-account input[type=submit], #jufo-create-account input[type=submit]:hover {
    background-color: #198164 !important;
    border: 1px solid #198164 !important;
    color: #fff;
    font-size: 1em;
    text-shadow: 0px 0px #FFF;
    font-weight: 300;
    margin-top: 10px; }
  #jufo-create-account .jufo-create-account-title {
    padding: 10px 0;
    font-size: 1.4em;
    font-weight: 500; }
  #jufo-create-account .jufo-create-account-text {
    width: 80%;
    margin: 0 auto;
    padding: 10px 0 30px;
    font-size: 1em;
    font-weight: 400; }
  #jufo-create-account .aui-form-validator-message {
    background-color: transparent !important;
    clip: auto !important;
    color: #C94C4C !important;
    display: inline-block !important;
    margin-top: 2px !important;
    padding: 5px !important;
    position: relative !important;
    left: 0 !important;
    width: 80% !important;
    bottom: 0 !important;
    z-index: 5 !important; }
  #jufo-create-account .aui-fieldset-content .portlet-msg-error {
    display: block !important;
    width: 80% !important;
    margin: 0 auto !important;
    background-color: #fff !important;
    border: none !important;
    font-size: 0.9em !important;
    color: #C94C4C !important;
    padding: 0 !important;
    background-image: none !important;
    text-align: center !important; }
  #jufo-create-account .aui-field-element {
    background: none !important;
    padding-right: 0 !important;
    width: 100% !important; }
  #jufo-create-account .aui-fieldset {
    clear: both; }
  #jufo-create-account .aui-field-label {
    display: none; }

#jufo-forgot-password {
  width: 38%;
  margin: 2% auto 0;
  padding: 30px 0 50px;
  text-align: center;
  min-width: 300px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5); }
  @media only screen and (min-width: 1024px) {
    #jufo-forgot-password {
      max-width: 500px; } }
  @media only screen and (max-width: 767px) {
    #jufo-forgot-password {
      width: 100%;
      margin: 0;
      border-radius: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #jufo-forgot-password {
      width: 76%;
      margin: 2% 12% 0; } }
  #jufo-forgot-password .aui-form-validator-error {
    background-color: #F4D5D5 !important;
    color: #C94C4C !important; }
  #jufo-forgot-password input[type=submit], #jufo-forgot-password input[type=text], #jufo-forgot-password input[type=password] {
    width: 80% !important;
    padding: 15px !important;
    background-color: #F5F5F5;
    border: 1px solid #DBDBDB !important;
    border-radius: 2px !important;
    background-image: none !important;
    max-width: 80% !important;
    margin-top: 10px; }
  #jufo-forgot-password input[type=submit], #jufo-forgot-password input[type=submit]:hover {
    background-color: #198164 !important;
    border: 1px solid #198164 !important;
    color: #fff;
    font-size: 1em;
    text-shadow: 0px 0px #FFF;
    font-weight: 300; }
  #jufo-forgot-password .jufo-sign-in-title {
    padding: 10px 0;
    font-size: 1.4em;
    font-weight: 500; }
  #jufo-forgot-password .jufo-create-account-text {
    width: 80%;
    margin: 0 auto;
    padding: 10px 0 30px;
    font-size: 1em;
    font-weight: 400; }
  #jufo-forgot-password .aui-form-validator-message {
    background-color: transparent !important;
    clip: auto !important;
    color: #C94C4C !important;
    display: inline-block !important;
    margin-top: 2px !important;
    padding: 5px !important;
    position: relative !important;
    left: 0 !important;
    width: 80% !important;
    bottom: 0 !important;
    z-index: 5 !important; }
  #jufo-forgot-password .aui-fieldset-content .portlet-msg-error {
    display: block !important;
    width: 80% !important;
    margin: 0 auto !important;
    background-color: #fff !important;
    border: none !important;
    font-size: 0.9em !important;
    color: #C94C4C !important;
    padding: 0 !important;
    background-image: none !important;
    text-align: center !important; }
  #jufo-forgot-password .aui-field-element {
    background: none !important;
    padding-right: 0 !important;
    width: 100% !important; }
  #jufo-forgot-password .aui-fieldset {
    clear: both; }
  #jufo-forgot-password .aui-field-label {
    display: none !important; }

#jufo-new-password {
  width: 38%;
  margin: 2% auto 0;
  padding: 30px 0 50px;
  text-align: center;
  min-width: 300px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5); }
  @media only screen and (min-width: 1024px) {
    #jufo-new-password {
      max-width: 500px; } }
  @media only screen and (max-width: 767px) {
    #jufo-new-password {
      width: 100%;
      margin: 0;
      border-radius: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #jufo-new-password {
      width: 76%;
      margin: 2% 12% 0; } }
  #jufo-new-password .aui-form-validator-error {
    background-color: #F4D5D5 !important;
    color: #C94C4C !important; }
  #jufo-new-password input[type=submit], #jufo-new-password input[type=text], #jufo-new-password input[type=password] {
    width: 80% !important;
    padding: 15px !important;
    background-color: #F5F5F5;
    border: 1px solid #DBDBDB !important;
    border-radius: 2px !important;
    background-image: none !important;
    max-width: 80% !important;
    margin-top: 10px; }
  #jufo-new-password input[type=submit], #jufo-new-password input[type=submit]:hover {
    background-color: #198164 !important;
    border: 1px solid #198164 !important;
    color: #fff;
    font-size: 1em;
    text-shadow: 0px 0px #FFF;
    font-weight: 300; }
  #jufo-new-password .jufo-create-account-title {
    padding: 10px 0;
    font-size: 1.4em;
    font-weight: 500; }
  #jufo-new-password .jufo-create-account-text {
    width: 80%;
    margin: 0 auto;
    padding: 10px 0 30px;
    font-size: 1em;
    font-weight: 400; }
  #jufo-new-password .aui-form-validator-message {
    background-color: transparent !important;
    clip: auto !important;
    color: #C94C4C !important;
    display: inline-block !important;
    margin-top: 2px !important;
    padding: 5px !important;
    position: relative !important;
    left: 0 !important;
    width: 80% !important;
    bottom: 0 !important;
    z-index: 5 !important; }
  #jufo-new-password .aui-fieldset-content .portlet-msg-error, #jufo-new-password .aui-fieldset-content .portlet-msg-info {
    display: block !important;
    width: 80% !important;
    margin: 0 auto !important;
    border: none !important;
    font-size: 0.9em !important;
    padding: 0 !important;
    background-image: none !important;
    text-align: center !important;
    background-color: #fff !important; }
  #jufo-new-password .aui-fieldset-content .portlet-msg-error {
    color: #C94C4C !important; }
  #jufo-new-password .aui-fieldset-content .portlet-msg-info {
    color: #000 !important; }
  #jufo-new-password .aui-field-element {
    background: none !important;
    padding-right: 0 !important;
    width: 100% !important; }
  #jufo-new-password .aui-fieldset {
    clear: both; }
  #jufo-new-password .aui-field-label {
    display: none !important; }

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Mixins and variables;
   ========================================================================== */
/* Screen widths for responsive helper */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
  box-sizing: border-box;
  height: 100%;
  background-color: #eee; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  font-size: 14px;
  font-size: 1.4rem;
  color: #222;
  line-height: 1.6;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Open Sans', Arial;
  /*font-family: 'Oswald', Arial;*/
  height: 100%; }

/*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * These selection rule sets have to be separate.
   * Customize the background color to match your design.
   */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
   * A better looking default horizontal rule
   */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e4e4e4;
  margin: 0.5em 0;
  padding: 0; }

/*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
   * Remove default fieldset styles.
   */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
   * Allow only vertical resizing of textareas.
   */
textarea {
  resize: vertical; }

/* ==========================================================================
     Browser Upgrade Prompt
     ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
     Author's custom styles
     ========================================================================== */
h2 {
  font-size: 1.42em; }

#banner {
  background-color: #2e8fa6;
  color: white;
  font-weight: 100;
  padding: 1.5em 2em;
  min-height: 120px;
  min-width: 1024px; }

#banner #heading,
#banner .page-title {
  display: inline-block; }

#banner .logo img {
  max-height: 75px;
  width: auto; }

#banner div.headerWrap40, #banner div.headerWrap20 {
  float: left;
  display: inline-block; }

#banner div.headerWrap40 {
  width: 40%; }

#banner div.headerWrap20 {
  width: 20%;
  text-align: center; }

#banner div.headerWrap20 a, #banner div.headerWrap20 a:visited {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: larger;
  line-height: 80px;
  height: 80px; }

#banner .controls {
  float: right;
  text-align: right;
  padding: 1em; }

#banner .controls a {
  color: white;
  text-decoration: none; }

#banner .controls .user-controls {
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 0.5em; }

#banner .controls .user-controls .user-name {
  font-weight: normal; }

#banner .taglib-language-list-text {
  border: none; }

nav#navigation {
  display: inline-block; }

nav#navigation ul, nav#navigation li {
  display: inline-block;
  list-style: none; }

nav#navigation a {
  color: white;
  text-decoration: none;
  padding: 1em;
  font-weight: 100; }

li.selected nav#navigation a {
  font-weight: bold; }

#content .portlet-layout {
  table-layout: fixed; }

#content .portlet-column-content {
  padding: 0; }

#content a {
  color: #4c4c4c;
  text-decoration: none; }

#content a:hover {
  color: #222;
  text-decoration: underline; }

#content .ohje #column-1 {
  background-image: url("../images/CSC-logo.png");
  background-position: bottom 1em center;
  background-repeat: no-repeat;
  background-size: 30%;
  background-color: #f0f0f0;
  padding: 1em;
  padding-bottom: 6em;
  width: 300px; }

#content .ohje #column-1 h2 {
  text-transform: uppercase; }

#content .ohje #column-1 .nav-menu ul {
  list-style: none; }

#content .ohje #column-1 .nav-menu ul li {
  line-height: 2em;
  text-indent: -1.4em; }

#content .ohje #column-1 .nav-menu ul li:before {
  font-family: "FontAwesome";
  content: "\f0a9";
  float: left;
  width: 1.4em;
  color: #9a9a9a; }

#content .ohje #column-1 .nav-menu ul li.selected {
  color: black; }

#content .ohje #column-1 .nav-menu ul li.selected:before {
  color: #208064; }

#content .ohje #column-2 {
  width: 100%;
  padding: 1em; }

.icon:before {
  color: #208064; }

#footer {
  padding: 0 2em; }

span.separator {
  opacity: 0.3;
  padding: 0 0.4em;
  border: none;
  display: inline; }

/* ==========================================================================
     Helper classes
     ========================================================================== */
/*
   * Hide visually and from screen readers:
   */
.hidden {
  display: none !important; }

/*
   * Hide only visually, but have it available for screen readers:
   * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
   */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
   * Extends the .visuallyhidden class to allow the element
   * to be focusable when navigated to via the keyboard:
   * https://www.drupal.org/node/897638
   */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
   * Hide visually and from screen readers, but maintain layout
   */
.invisible {
  visibility: hidden; }

/*
   * Clearfix: contain floats
   *
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    `contenteditable` attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that receive the `clearfix` class.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     http://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
         http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.jufo-back-to-login {
  width: 100%;
  height: 1.4em;
  line-height: 1.4;
  text-align: left;
  padding: 1em; }

.jufo-back-to-login a, .jufo-back-to-login a:hover {
  text-decoration: none;
  color: #6B4B70; }

#wrapper {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  background-color: #eee; }

@media only screen and (max-width: 767px) {
  #wrapper {
    min-width: 100%;
    /* background-color: #fff; */ }
  #wrapper .portlet-content {
    padding: 0; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #wrapper {
    min-width: 100%; } }

#wrapper footer#footer, #wrapper h1.portlet-title {
  display: none; }

#login-content {
  margin: 0 auto;
  height: 100%;
  min-height: 100%;
  width: 100%;
  padding-bottom: 80px; }

#login-content div.navigation, #login-content header.portlet-topper {
  display: none; }

#login-content .portlet-msg-error {
  display: none !important; }

#jufo-login {
  width: 66%;
  margin: 5% auto 0;
  -webkit-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  display: flex !important;
  background-color: #fff; }

@media only screen and (max-width: 767px) {
  #jufo-login {
    width: 100%;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block !important; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #jufo-login {
    width: 86%;
    margin: 2% auto 0;
    min-width: 700px; } }

@media only screen and (min-width: 1024px) {
  #jufo-login {
    min-width: 700px; } }

#jufo-login .jufo-left-box {
  padding: 20px 0 30px;
  width: 55%;
  background-color: #2e8fa6;
  color: #fff;
  float: left;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  align-items: stretch; }

@media only screen and (max-width: 767px) {
  #jufo-login .jufo-left-box {
    width: 100%;
    clear: both;
    border-radius: 0;
    display: inline-block;
    padding: 40px 0; } }

#jufo-login .jufo-left-box .logo, #jufo-login .jufo-left-box .text, #jufo-login .jufo-left-box .searchpage {
  margin: 20px auto 0;
  width: 80%;
  color: #fff;
  display: block; }

#jufo-login .jufo-left-box .logo {
  /*#jufo-login .jufo-left-box {*/
  /* background-image: url("../images/jufo-portaali-logo.png");*/
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px; }

#jufo-login .logo-fi {
  background-image: url("../images/logo-jufo-white-fi.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px; }

#jufo-login .logo-en {
  background-image: url("../images/logo-jufo-white-en.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px; }

#jufo-login .logo-sv {
  background-image: url("../images/logo-jufo-white-sv.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px; }

#jufo-login .jufo-left-box .searchpage {
  margin-top: 40px;
  text-align: center; }

#jufo-login .jufo-left-box .searchpage .search-button, #jufo-login .jufo-left-box .searchpage .search-button:hover, #jufo-login .jufo-left-box .searchpage .search-button:visited {
  padding: 5% 20%;
  margin: 0 auto;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 1.2em;
  font-weight: 300;
  text-transform: uppercase; }

#jufo-login .jufo-right-box {
  padding: 20px 0 30px;
  text-align: center;
  width: 45%;
  float: left;
  height: 100%;
  align-items: stretch; }

@media only screen and (max-width: 767px) {
  #jufo-login .jufo-right-box {
    width: 100%;
    clear: both;
    display: inline-block;
    margin: 40px 0; } }

#jufo-login .jufo-right-box .aui-form-validator-error {
  background-color: #F4D5D5 !important;
  color: #C94C4C !important; }

#jufo-login .jufo-right-box input[type=submit], #jufo-login .jufo-right-box button[type=submit], #jufo-login .jufo-right-box input[type=text], #jufo-login .jufo-right-box input[type=password] {
  width: 80% !important;
  padding: 15px !important;
  background-color: #F5F5F5;
  border: 1px solid #DBDBDB !important;
  border-radius: 2px !important;
  background-image: none !important;
  margin-top: 10px;
  display: inline-block;
  font-size: inherit;
  height: auto; }

#jufo-login .jufo-right-box input[type=submit], #jufo-login .jufo-right-box button[type=submit], #jufo-login .jufo-right-box input[type=submit]:hover {
  background-color: #2e8fa6 !important;
  border: 1px solid #2e8fa6 !important;
  color: #fff;
  font-size: 1em;
  text-shadow: 0px 0px #FFF;
  font-weight: 300; }

#jufo-login .jufo-right-box .jufo-sign-in-title {
  font-size: 1.4em;
  font-weight: 500; }

#jufo-login .jufo-right-box .jufo-sign-in-register {
  width: 80%;
  margin: 0 auto;
  padding: 15px 0 30px;
  text-align: center;
  clear: both; }

#jufo-login .jufo-right-box .jufo-sign-in-register .text {
  float: left;
  width: 60%;
  text-align: right; }

#jufo-login .jufo-right-box .jufo-sign-in-register .link {
  width: 40%;
  float: left;
  text-align: left;
  padding-left: 5px; }

#jufo-login .jufo-right-box .jufo-sign-in-register .link a, #jufo-login .jufo-right-box .jufo-sign-in-register .link a:hover {
  text-decoration: none;
  color: #2e8fa6; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #jufo-login .jufo-right-box .jufo-sign-in-register .text {
    width: 96%;
    text-align: center; }
  #jufo-login .jufo-right-box .jufo-sign-in-register .link {
    width: 96%;
    text-align: center; } }

#jufo-login .jufo-right-box .jufo-sign-in-forgot {
  width: 80%;
  margin: 0 auto;
  padding: 10px 0 0 0;
  text-align: center;
  clear: both; }

#jufo-login .jufo-right-box .jufo-sign-in-forgot .password {
  width: 100%;
  text-align: center; }

#jufo-login .jufo-right-box .jufo-sign-in-forgot .password a, #jufo-login .jufo-right-box .jufo-sign-in-forgot .password a:hover {
  text-decoration: none;
  color: #2e8fa6; }

#jufo-login .jufo-right-box .jufo-sign-in-divider {
  width: 80%;
  margin: 30px auto;
  height: 1.2em; }

#jufo-login .jufo-right-box .jufo-sign-in-divider .line-wrap {
  float: left;
  width: 45%;
  line-height: 1.2em;
  height: 1.2em;
  padding-top: 12px; }

#jufo-login .jufo-right-box .jufo-sign-in-divider .line {
  height: 1px;
  background-color: #D9D9D9;
  vertical-align: middle; }

#jufo-login .jufo-right-box .jufo-sign-in-divider .text {
  text-align: center;
  width: 10%;
  float: left;
  font-size: 1.2em;
  height: 1.2em;
  text-transform: uppercase; }

#jufo-login .jufo-right-box .jufo-sign-in-logos {
  width: 80%;
  margin: 30px auto;
  padding: 20px 0 0 0; }

#jufo-login .jufo-right-box .jufo-sign-in-logos .logo-wrap {
  float: left;
  width: 50%;
  height: 60px; }

#jufo-login .jufo-right-box .jufo-sign-in-logos .logo-wrap #jufo-haka-login, #jufo-login .jufo-right-box .jufo-sign-in-logos .logo-wrap #jufo-haka-login:hover {
  padding: 18px 60px;
  background: url("../images/haka.png") no-repeat;
  background-size: contain; }

#jufo-login .jufo-right-box .jufo-sign-in-logos .logo-wrap #jufo-orcid-login, #jufo-login .jufo-right-box .jufo-sign-in-logos .logo-wrap #jufo-orcid-login:hover {
  padding: 18px 60px;
  background: url("../images/orcid.png") no-repeat;
  background-size: contain; }

#jufo-login .jufo-right-box .portlet-msg-error, #jufo-login .jufo-right-box .portlet-msg-success {
  display: block !important;
  width: 90% !important;
  margin: 0 auto !important;
  background-color: #fff !important;
  border: none !important;
  font-size: 0.9em !important;
  color: #C94C4C !important;
  padding: 0 !important;
  background-image: none !important;
  text-align: center !important; }

#jufo-login .jufo-right-box .aui-form-validator-message {
  background-color: transparent !important;
  clip: auto !important;
  color: #C94C4C !important;
  display: inline-block !important;
  margin-top: 2px !important;
  padding: 5px !important;
  position: relative !important;
  left: 0 !important;
  width: 80% !important;
  bottom: 0 !important;
  z-index: 5 !important; }

#jufo-login .jufo-right-box .aui-field-element {
  background: none !important;
  padding-right: 0 !important;
  width: 100% !important; }

#jufo-login .jufo-right-box .aui-fieldset {
  clear: both; }

#jufo-create-account {
  width: 38%;
  margin: 2% auto 0;
  padding: 30px 0 50px;
  text-align: center;
  min-width: 300px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5); }

@media only screen and (min-width: 1024px) {
  #jufo-create-account {
    max-width: 500px; } }

@media only screen and (max-width: 767px) {
  #jufo-create-account {
    width: 100%;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #jufo-create-account {
    width: 76%;
    margin: 2% 12% 0; } }

#jufo-create-account .aui-form-validator-error {
  background-color: #F4D5D5 !important;
  color: #C94C4C !important; }

#jufo-create-account input[type=submit], #jufo-create-account input[type=text], #jufo-create-account input[type=password] {
  width: 80% !important;
  padding: 15px !important;
  background-color: #F5F5F5;
  border: 1px solid #DBDBDB !important;
  border-radius: 2px !important;
  background-image: none !important;
  max-width: 80% !important;
  margin-top: 10px;
  display: inline-block;
  font-size: inherit;
  height: auto; }

#jufo-create-account input[type=submit], #jufo-create-account input[type=submit]:hover, #jufo-create-account button[type=submit] {
  background-color: #2e8fa6 !important;
  border: 1px solid #2e8fa6 !important;
  color: #fff;
  font-size: 1em;
  text-shadow: 0px 0px #FFF;
  font-weight: 300;
  margin-top: 10px; }

#jufo-create-account .jufo-create-account-title {
  padding: 10px 0;
  font-size: 1.4em;
  font-weight: 500; }

#jufo-create-account .jufo-create-account-text {
  width: 80%;
  margin: 0 auto;
  padding: 10px 0 30px;
  font-size: 1em;
  font-weight: 400; }

#jufo-create-account .aui-form-validator-message {
  background-color: transparent !important;
  clip: auto !important;
  color: #C94C4C !important;
  display: inline-block !important;
  margin-top: 2px !important;
  padding: 5px !important;
  position: relative !important;
  left: 0 !important;
  width: 80% !important;
  bottom: 0 !important;
  z-index: 5 !important; }

#jufo-create-account .aui-fieldset-content .portlet-msg-error {
  display: block !important;
  width: 80% !important;
  margin: 0 auto !important;
  background-color: #fff !important;
  border: none !important;
  font-size: 0.9em !important;
  color: #C94C4C !important;
  padding: 0 !important;
  background-image: none !important;
  text-align: center !important; }

#jufo-create-account .aui-field-element {
  background: none !important;
  padding-right: 0 !important;
  width: 100% !important; }

#jufo-create-account .aui-fieldset {
  clear: both; }

#jufo-create-account .aui-field-label {
  display: none; }

#jufo-forgot-password {
  width: 38%;
  margin: 2% auto 0;
  padding: 30px 0 50px;
  text-align: center;
  min-width: 300px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5); }

@media only screen and (min-width: 1024px) {
  #jufo-forgot-password {
    max-width: 500px; } }

@media only screen and (max-width: 767px) {
  #jufo-forgot-password {
    width: 100%;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #jufo-forgot-password {
    width: 76%;
    margin: 2% 12% 0; } }

#jufo-forgot-password .aui-form-validator-error {
  background-color: #F4D5D5 !important;
  color: #C94C4C !important; }

#jufo-forgot-password input[type=submit], #jufo-forgot-password input[type=text], #jufo-forgot-password input[type=password] {
  width: 80% !important;
  padding: 15px !important;
  background-color: #F5F5F5;
  border: 1px solid #DBDBDB !important;
  border-radius: 2px !important;
  background-image: none !important;
  max-width: 80% !important;
  margin-top: 10px; }

#jufo-forgot-password input[type=submit], #jufo-forgot-password input[type=submit]:hover {
  background-color: #198164 !important;
  border: 1px solid #198164 !important;
  color: #fff;
  font-size: 1em;
  text-shadow: 0px 0px #FFF;
  font-weight: 300; }

#jufo-forgot-password .jufo-sign-in-title {
  padding: 10px 0;
  font-size: 1.4em;
  font-weight: 500; }

#jufo-forgot-password .jufo-create-account-text {
  width: 80%;
  margin: 0 auto;
  padding: 10px 0 30px;
  font-size: 1em;
  font-weight: 400; }

#jufo-forgot-password .aui-form-validator-message {
  background-color: transparent !important;
  clip: auto !important;
  color: #C94C4C !important;
  display: inline-block !important;
  margin-top: 2px !important;
  padding: 5px !important;
  position: relative !important;
  left: 0 !important;
  width: 80% !important;
  bottom: 0 !important;
  z-index: 5 !important; }

#jufo-forgot-password .aui-fieldset-content .portlet-msg-error {
  display: block !important;
  width: 80% !important;
  margin: 0 auto !important;
  background-color: #fff !important;
  border: none !important;
  font-size: 0.9em !important;
  color: #C94C4C !important;
  padding: 0 !important;
  background-image: none !important;
  text-align: center !important; }

#jufo-forgot-password .aui-field-element {
  background: none !important;
  padding-right: 0 !important;
  width: 100% !important; }

#jufo-forgot-password .aui-fieldset {
  clear: both; }

#jufo-forgot-password .aui-field-label {
  display: none !important; }

#jufo-new-password {
  width: 38%;
  margin: 2% auto 0;
  padding: 30px 0 50px;
  text-align: center;
  min-width: 300px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5); }

@media only screen and (min-width: 1024px) {
  #jufo-new-password {
    max-width: 500px; } }

@media only screen and (max-width: 767px) {
  #jufo-new-password {
    width: 100%;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #jufo-new-password {
    width: 76%;
    margin: 2% 12% 0; } }

#jufo-new-password .aui-form-validator-error {
  background-color: #F4D5D5 !important;
  color: #C94C4C !important; }

#jufo-new-password input[type=submit], #jufo-new-password input[type=text], #jufo-new-password input[type=password] {
  width: 80% !important;
  padding: 15px !important;
  background-color: #F5F5F5;
  border: 1px solid #DBDBDB !important;
  border-radius: 2px !important;
  background-image: none !important;
  max-width: 80% !important;
  margin-top: 10px; }

#jufo-new-password input[type=submit], #jufo-new-password input[type=submit]:hover {
  background-color: #198164 !important;
  border: 1px solid #198164 !important;
  color: #fff;
  font-size: 1em;
  text-shadow: 0px 0px #FFF;
  font-weight: 300; }

#jufo-new-password .jufo-create-account-title {
  padding: 10px 0;
  font-size: 1.4em;
  font-weight: 500; }

#jufo-new-password .jufo-create-account-text {
  width: 80%;
  margin: 0 auto;
  padding: 10px 0 30px;
  font-size: 1em;
  font-weight: 400; }

#jufo-new-password .aui-form-validator-message {
  background-color: transparent !important;
  clip: auto !important;
  color: #C94C4C !important;
  display: inline-block !important;
  margin-top: 2px !important;
  padding: 5px !important;
  position: relative !important;
  left: 0 !important;
  width: 80% !important;
  bottom: 0 !important;
  z-index: 5 !important; }

#jufo-new-password .aui-fieldset-content .portlet-msg-error, #jufo-new-password .aui-fieldset-content .portlet-msg-info {
  display: block !important;
  width: 80% !important;
  margin: 0 auto !important;
  border: none !important;
  font-size: 0.9em !important;
  padding: 0 !important;
  background-image: none !important;
  text-align: center !important;
  background-color: #fff !important; }

#jufo-new-password .aui-fieldset-content .portlet-msg-error {
  color: #C94C4C !important; }

#jufo-new-password .aui-fieldset-content .portlet-msg-info {
  color: #000 !important; }

#jufo-new-password .aui-field-element {
  background: none !important;
  padding-right: 0 !important;
  width: 100% !important; }

#jufo-new-password .aui-fieldset {
  clear: both; }

#jufo-new-password .aui-field-label {
  display: none !important; }

#login-content {
  width: 20%;
  margin: 30px auto;
  padding: 20px 0 0 0; }

#banner .languages {
  background: #2e8fa6 !important; }

#banner .portlet-content {
  background: #2e8fa6 !important; }

#banner .portlet-title-text {
  display: none !important; }

.jufotheme .v-button.collapsible-header {
  width: 100%;
  text-align: left !important; }