/* ---------- Browser normalization ---------- */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  clear: both; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal; }

caption, th {
  text-align: left; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  border-bottom: 1px dotted #000;
  cursor: help; }

html {
  overflow-y: scroll; }

html.aui-dialog-iframe-root-node {
  overflow: auto; }

body {
  background: #FFF;
  font: 62.5%/1.4 Arial, Helvetica, Verdana, sans-serif; }

body.portal-popup {
  background: none;
  padding: 10px; }

body.aui-dialog-iframe-popup {
  padding-bottom: 0; }

body.portal-iframe {
  padding: 0; }

blockquote, ul, ol, dl {
  margin: 1em; }

ol, ul, dl {
  margin-left: 2em; }

ol {
  list-style: decimal outside; }

ul {
  list-style: disc outside; }

ul ul {
  list-style-type: circle; }

ol ol {
  list-style-type: upper-roman; }

dl dd {
  margin-left: 1em; }

th {
  font-weight: bold; }

caption {
  margin-bottom: 0.5em;
  text-align: center; }

p {
  margin-bottom: 1em; }

/* ---------- Links ---------- */
/* ---------- Headers ---------- */
h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.4em; }

h1, h2, h3 {
  margin: 1em 0; }

h4, h5, h6 {
  font-size: 1.1em; }

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold; }

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

/* ---------- HTML Editor ---------- */
body.html-editor {
  background: #FFF;
  color: #000; }

.html-editor.portlet-message-boards {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  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;
  position: relative;
  padding: 5px 45px; }

.html-editor.portlet-message-boards blockquote:after {
  background: url(../images/message_boards/quoteright.png) no-repeat 50%;
  bottom: 5px;
  content: '';
  display: block;
  height: 24px;
  position: absolute;
  right: 5px;
  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; }

/* ---------- Text formatting ---------- */
b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

code, pre {
  font-family: "Courier New", Courier, monospace;
  white-space: pre; }

.important {
  font-weight: bold; }

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

/* ---------- Alerts and popups ---------- */
.alert-background {
  background: #000; }

.popup-alert-notice {
  background-color: #FFC;
  border-bottom-color: #FC0; }

.popup-alert-warning {
  background-color: #FDD;
  border-bottom-color: #F00; }

/* ---------- Portal add content ---------- */
.portal-add-content {
  background: #FFF;
  text-align: left;
  z-index: 20; }

.portal-add-content a {
  text-decoration: none; }

/* ---------- Loading animation ---------- */
.loading-animation {
  background: url(../images/progress_bar/loading_animation.gif) no-repeat top center;
  margin-top: 10px;
  padding-top: 40px;
  text-align: left; }

/* ---------- Separator ---------- */
hr, .separator {
  border-top: 1px dotted #BFBFBF; }

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

/* ---------- Text highlighting ---------- */
.highlight {
  background: #FFC;
  font-weight: bold;
  margin: 0 1px; }

/* ---------- RTL ---------- */
.rtl caption, .rtl th {
  text-align: right; }
.rtl .portal-add-content {
  text-align: right; }

/* ---------- Main ---------- */
.aui-state-default {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA; }

.aui-state-hover {
  background: #b9ced9 url(../images/application/state_hover_bg.png) repeat-x 0 0;
  border-color: #627782; }

.aui-state-active {
  background: #ebebeb url(../images/application/state_active_bg.png) repeat-x 0 0;
  border-color: #555; }

.results-grid {
  background: #FFF;
  border: solid #D7D7D7;
  border-width: 0 1px; }

.results-header {
  background: #D1D6DC; }
  .results-header th {
    background: #d9d9d9 url(../images/application/subheader_bg.png) 0 0 repeat-x;
    border: 1px solid #ccc; }
    .results-header th.sort-column {
      background: #ebebeb url(../images/application/state_active_bg.png) 0 0 repeat-x;
      border: 1px solid #ccc;
      color: #1F1E1E; }
      .results-header th.sort-column .result-column-name {
        background: url(../images/arrows/05_up.png) no-repeat 100% 50%;
        display: inline-block;
        font-style: italic;
        padding-right: 15px; }
    .results-header th.first {
      border-left-width: 0; }
    .results-header th.last {
      border-right-width: 0; }
  .results-header th, .results-header td {
    color: #7B7C7F;
    padding: 5px 10px;
    word-wrap: break-word; }
  .results-header th.sort-desc .result-column-name {
    background: url(../images/arrows/05_down.png) no-repeat 100% 50%;
    display: inline-block;
    font-style: italic;
    padding-right: 15px; }
  .results-header span, .results-header a {
    display: block; }
  .results-header a {
    color: #154B75;
    text-decoration: none; }
    .results-header a:hover {
      color: #336699;
      text-decoration: underline; }

.results-row td {
  background: none;
  border: 1px solid;
  border-color: #D7D7D7 #E7E7E7;
  padding: 5px 10px; }
  .results-row td.sort-column {
    background: #E6ECEF; }
.results-row.selected td, .results-row.selected.hover td {
  background-color: #00A2EA;
  border-color: #00A2EA #00A2EA #D7D7D7;
  color: #FFF; }
  .results-row.selected td a, .results-row.selected.hover td a {
    color: #FFF; }
.results-row.alt.selected td, .results-row.alt.selected.hover td {
  background-color: #00A2EA; }
.results-row.alt td {
  background: #F5F8FB; }
.results-row.hover td {
  background: #D3E8F1;
  border-bottom-color: #D7D7D7;
  border-left-color: transparent;
  border-right-color: transparent; }

.taglib-search-iterator .results-row td.first, .taglib-search-iterator .results-row th.first {
  border-left-width: 0; }
.taglib-search-iterator .results-row td.last, .taglib-search-iterator .results-row th.last {
  border-right-width: 0; }

/* ---------- Dragging/sorting indicators ---------- */
.portlet-layout.dragging {
  border-collapse: separate; }

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

.active-area {
  background: #FFC; }

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

.aui-portal-layout-proxy {
  opacity: 1 !important; }
  .aui-portal-layout-proxy .portlet-topper {
    background-image: none; }

.aui-proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute; }
  .aui-proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    .aui-proxy.generic-portlet .portlet-title {
      padding: 10px; }
  .aui-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; }

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

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

.lfr-freeform-layout-drag-indicator {
  visibility: hidden; }

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

/* ---------- Portal tool tips ---------- */
.aui-tooltip {
  max-width: 200px; }

/* ---------- Tags ---------- */
.aui-tagselector-content {
  border-width: 0;
  margin-bottom: 15px;
  padding: 0; }
  .aui-tagselector-content .aui-textboxlistentry-holder {
    background: #fff;
    border: 1px solid;
    border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
    margin-bottom: 5px;
    padding: 5px;
    position: relative;
    overflow: visible; }

.aui-tagselector .lfr-tag-selector-input {
  background: none;
  padding: 0;
  width: auto; }
.aui-tagselector .aui-field .aui-field-content {
  margin: 0; }
.aui-tagselector .aui-toolbar {
  margin-top: 5px; }
.aui-tagselector .aui-textboxlist-input-container {
  margin: 0; }

.aui-tagselector-focused .aui-textboxlistentry-holder {
  background: #FFC none;
  border: 1px solid #FC0; }

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

/* ---------- Tag cloud and tag list ---------- */
.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  white-space: normal; }
  .tag-items li {
    display: inline;
    float: left;
    margin: 0 1em 0 0; }
  .tag-items a {
    white-space: nowrap; }

.tag-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-asset-count {
    clip: rect(0 0 0 0);
    position: absolute; }

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

.tag-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-asset-count {
    clip: rect(0 0 0 0);
    position: absolute; }
  .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; }

/* ---------- Underlay ---------- */
.aui-underlay {
  clear: both;
  top: 100%; }
  .aui-underlay .yui3-widget-hd {
    height: 38px; }
  .aui-underlay .lfr-portlet-item {
    border-width: 0; }

.aui-underlay-hidden {
  display: none; }

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

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

/* ---------- Tabs ---------- */
.aui-tab-active strong {
  font-weight: normal; }

.aui-tab-back {
  float: right; }

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

/* ---------- Misc. ---------- */
.lfr-panel-container {
  background: transparent; }

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

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

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

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

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

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

/* ---------- Menus ---------- */
.lfr-actions.portlet-options .lfr-trigger strong span, .visible.portlet-options .lfr-trigger strong span {
  background-image: url(../images/portlet/options.png); }

.lfr-actions.portlet-options:hover, .lfr-actions.portlet-options:hover ul {
  background: transparent; }

.lfr-menu-list {
  z-index: 450; }

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

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

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

.aui-menugroup-content .aui-menu-label {
  background: #D2D6DE;
  color: #5B677D;
  display: block;
  font-weight: bold;
  padding: 5px 3px;
  text-shadow: 1px 1px #FFF; }

.aui-menugroup-content ul, .lfr-menu-list ul ul {
  display: block;
  min-width: 0; }

.aui-menu-content li, .lfr-menu-list ul li {
  border-bottom: 1px solid #BCBBBB;
  border-top: 1px solid #EEE;
  display: block;
  margin: 0;
  padding: 0; }

.aui-menu-content li.first, .lfr-menu-list ul li.first {
  border-top-width: 0; }

.aui-menu-content li.last, .lfr-menu-list ul li.last {
  border-bottom-width: 0; }

.aui-menu-content li a, .lfr-menu-list ul li .taglib-icon, .aui-menu-content li .disabled {
  color: #2C2F34;
  display: block;
  padding: 4px 5px;
  text-decoration: none; }

.lfr-menu-list ul li.disabled .taglib-icon {
  color: #666; }

.aui-menu-content li a.aui-focus, .lfr-menu-list ul .taglib-icon.aui-focus, .lfr-menu-expanded li a:focus {
  background-color: #5B677D;
  color: #FFF;
  text-shadow: -1px -1px #2c2f34; }

.aui-menu-content a, .lfr-menu-list li .taglib-icon, .aui-menu-content .disabled, .lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
  font-weight: bold;
  text-shadow: 1px 1px 0 0 #FFF; }

/* ---------- Toolbar ---------- */
.aui-toolbar li {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 0;
  vertical-align: middle; }

.aui-toolbar-separator {
  background: url(../images/dockbar/separator.png) no-repeat 100% 50%;
  border-width: 0;
  cursor: default;
  font-size: 1px;
  height: 16px;
  margin: 0 2px;
  overflow: hidden;
  vertical-align: middle;
  width: 4px; }

/* ---------- Loading Mask ---------- */
.aui-loadingmask-content {
  background: #CCC; }

.aui-loadingmask-message {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0; }

/* ---------- Tree View ---------- */
.aui-tree-node-selected .aui-tree-label {
  background-color: transparent;
  font-weight: bold; }

/* ---------- Page Customization ---------- */
.aui-dragging .portlet-column.customizable {
  background-color: #CFFCCF;
  outline: 3px solid #9CC97B; }

.customizable-layout-column-content {
  background-color: #C92C3C; }
  .customizable-layout-column-content.yui3-widget-content-expanded {
    border: 3px solid #333;
    margin: 0.2em; }

.customizable .customizable-layout-column-content {
  background-color: #9CC97B; }

.layout-customizable-controls {
  background-color: #FFF;
  font-size: 1.5em;
  margin: 1em;
  opacity: 0.9;
  padding: 1em;
  position: absolute;
  z-index: 15; }

/* ---------- Pagination ---------- */
.aui-paginator-link {
  background: #eeeeee url() 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; }

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

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

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

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

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

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

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

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

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

/* ---------- Application Column View ---------- */
.lfr-app-column-view {
  border: 1px solid #C9C9C9; }
  .lfr-app-column-view .aui-layout-content {
    position: relative; }
  .lfr-app-column-view .aui-column:before {
    border-right: 1px solid #C9C9C9;
    bottom: 0;
    content: "";
    margin-left: -1px;
    position: absolute;
    top: 0; }
  .lfr-app-column-view .aui-column-content {
    border-right: 1px solid transparent; }
    .lfr-app-column-view .aui-column-content .lfr-message-response {
      margin: 10px; }

/* ---------- Header row ---------- */
.lfr-header-row {
  background: #8f8f8f url(../images/application/header_row_bg.png) 0 0 repeat-x; }
  .lfr-header-row .lfr-actions.show-arrow.direction-down .lfr-trigger strong a {
    background: url(../images/arrows/08_down.png) 100% -5px no-repeat; }
  .lfr-header-row .aui-toolbar .aui-toolbar-content {
    white-space: normal;
    word-wrap: normal; }
  .lfr-header-row .aui-toolbar .aui-toolbar-item {
    border-right-width: 0; }
  .lfr-header-row .aui-toolbar .aui-toolbar-last {
    border-right-width: 1px; }

.ie .portlet-boundary.yui3-dd-dragging {
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60); }
.ie .aui-proxy {
  filter: alpha(opacity=65); }
.ie .aui-proxy.not-intersecting .forbidden-action {
  right: 2px;
  top: 2px; }
.ie .layout-customizable-controls {
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90); }

.ie7 .aui-tabview-list {
  overflow: hidden; }
.ie7 .aui-menu-content li {
  z-index: 10; }
.ie7 .aui-paginator-link {
  color: transparent;
  font-size: 0;
  overflow: hidden;
  text-indent: 0;
  vertical-align: middle; }
.ie7 .aui-paginator-page-link {
  color: #1F1E1E;
  font-size: 1em;
  height: auto;
  line-height: 1.4;
  overflow: visible;
  text-indent: 0; }
.ie7 .aui-paginator-current-page {
  color: #FFF; }

.ie6 .aui-toolbar li, .ie7 .aui-toolbar li {
  display: inline; }
.ie6 .lfr-header-row .aui-buttonitem-content, .ie7 .lfr-header-row .aui-buttonitem-content {
  white-space: normal; }
  .ie6 .lfr-header-row .aui-buttonitem-content .aui-buttonitem-label, .ie7 .lfr-header-row .aui-buttonitem-content .aui-buttonitem-label {
    white-space: nowrap; }
.ie6 .results-row.hover td, .ie7 .results-row.hover td {
  border-color: #D3E8F1; }

/* ---------- Wrapper ---------- */
.portlet-layout {
  border-collapse: collapse;
  clear: both;
  display: table;
  border-spacing: 0;
  table-layout: auto;
  width: 100%; }

.portlet-column {
  display: table-cell;
  vertical-align: top; }

.portlet-column-content {
  padding: 5px; }

.portlet-column-content-only, .ltr .portlet-column-content-first, .rtl .portlet-column-content-last {
  padding-left: 0; }

.portlet-column-content-only, .ltr .portlet-column-content-last, .rtl .portlet-column-content-first {
  padding-right: 0; }

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

#main-content.dragging .portlet-column {
  border: 3px double #828F95;
  height: 100px;
  min-height: 100px; }

.ie6 div.portlet-layout, .ie7 div.portlet-layout {
  height: 1%; }
.ie6 div.portlet-column, .ie7 div.portlet-column {
  float: left;
  overflow: hidden;
  width: 100%; }
.ie6 div.aui-column-last, .ie7 div.aui-column-last {
  margin-right: -1px; }
.ie6 .portlet-column-content, .ie7 .portlet-column-content {
  zoom: 1; }

.portlet-dockbar, .portlet-staging-bar {
  background: url(../images/application/loading_indicator.gif) no-repeat 50%; }

.portlet-dockbar {
  background-color: #E0E7F1;
  border-bottom: 1px solid #636364; }

.dockbar, .staging-bar {
  visibility: hidden; }

.dockbar-ready .dockbar, .staging .staging-bar, .live-view .staging-bar {
  visibility: visible; }

.dockbar-ready .portlet-dockbar, .staging-ready .portlet-staging-bar, .portal-popup .portlet-dockbar, .portal-popup .portlet-staging-bar {
  background: none;
  border-width: 0; }

.dockbar {
  background: #97a1ae url(../images/dockbar/dockbar_bg.png) repeat-x 0 0;
  border-bottom: 1px solid #636364;
  font-size: 13px;
  padding: 1px 5px;
  position: relative;
  z-index: 300; }

.dockbar:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.ie.rtl .dockbar .menu-button span {
  background-position-x: -25px; }

.ie7 .dockbar {
  zoom: 1; }

.ie6 .dockbar, .ie6 .lfr-dockbar-pinned .dockbar {
  height: 10px;
  left: 0;
  position: relative;
  top: 0; }

.dockbar a, span.user-portrait {
  color: #2C2F34;
  font-weight: bold;
  text-shadow: 1px 1px #FFF; }

.dockbar .menu-button-active {
  background: #5c94da url(../images/dockbar/button_active_bg.png) repeat-x 0 0; }

.dockbar .menu-button-active a {
  color: #FFF;
  text-shadow: -1px -1px #2c2f34; }

.dockbar .user-avatar .sign-out {
  font-size: 0.8em;
  padding-left: 0; }

.dockbar ul {
  margin: 0;
  padding: 0; }

.dockbar li li {
  margin-left: 0; }

html > .lfr-dockbar-pinned {
  padding-top: 3.45em; }

.lfr-dockbar-pinned .dockbar {
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

.dockbar .pin-dockbar {
  margin-left: 0; }

.ie6 .dockbar .pin-dockbar {
  display: none; }

.pin-dockbar img {
  background: url(../images/dockbar/pin.png) no-repeat 0 0;
  height: 27px;
  vertical-align: middle;
  width: 27px; }

.lfr-dockbar-pinned .pin-dockbar img {
  background-image: url(../images/dockbar/unpin.png); }

.dockbar a.user-portrait {
  text-decoration: none; }
  .dockbar a.user-portrait span {
    text-decoration: underline; }

.dockbar .user-portrait img {
  text-decoration: none;
  vertical-align: middle;
  width: 25px; }

.dockbar .user-avatar img {
  vertical-align: middle;
  width: 25px; }

.dockbar .impersonating-user {
  background: url(../images/messages/alert.png) no-repeat 0 50%;
  padding-left: 20px; }

.dockbar .impersonating-user .user-links a {
  color: #999; }

/* ---------- Staging Dockbar ---------- */
.variation-selector {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  margin: 1em; }

.layout-revision-container {
  margin: 1em 0 0 1em;
  padding: 0; }
  .layout-revision-container .approximate-date {
    color: #999;
    font-weight: bold; }
  .layout-revision-container .current-version {
    color: #41801d;
    display: block; }
  .layout-revision-container .current-version-pointer {
    display: inline-block;
    width: 0; }
  .layout-revision-container .current-version-pointer img {
    left: -25px;
    position: relative; }
  .layout-revision-container .layout-variation-name {
    color: #666;
    font-size: 1.15em;
    margin-bottom: 0.1em;
    text-transform: uppercase; }
  .layout-revision-container .layout-revision-current {
    color: #666; }
  .layout-revision-container .real-date {
    color: #999;
    display: block;
    text-align: right; }
  .layout-revision-container .taglib-workflow-status .workflow-status {
    background: none;
    padding-left: 0; }
    .layout-revision-container .taglib-workflow-status .workflow-status .workflow-status-ready-for-publication {
      color: #41801d;
      font-weight: bold; }

.layout-revision-container-root {
  margin: 0; }

.staging-details {
  background: url() no-repeat 0 0;
  padding-left: 65px;
  min-height: 50px; }

.staging .staging-details {
  background-image: url(../images/staging_bar/staging.png); }

.live-view .staging-details {
  background-image: url(../images/staging_bar/live.png); }

.staging .staging-tabview-list {
  background-color: #FFDBA6; }

.live-view .staging-tabview-list {
  background-color: #C4F0BC; }

/* ---------- Menus ---------- */
.aui-dockbarmenu-hidden {
  visibility: hidden; }

.dockbar .admin-toolbar {
  float: left; }

.dockbar .user-toolbar {
  float: right; }

.aui-underlay .portal-add-content {
  background-color: transparent;
  font-size: 11px; }

.aui-underlay .portal-add-content .portlet-dd-placeholder {
  display: none; }

.add-application .yui3-widget-bd, .dockbar-messages .yui3-widget-bd {
  padding: 0 10px 10px; }

.add-application {
  left: 10px !important; }

.lfr-has-sidebar #main-content {
  padding-left: 220px; }

.manage-layouts {
  left: 60px !important; }

.my-sites-menu {
  max-width: 350px; }

.my-sites-menu ul {
  list-style: none;
  max-height: 300px;
  overflow: auto; }

.my-sites-menu ul, .my-sites-menu li {
  display: block;
  margin: 0;
  padding: 0; }

.my-sites-menu a {
  display: block;
  overflow: hidden;
  text-align: right;
  white-space: nowrap; }

.my-sites-menu .control-panel a {
  background: url(../images/dock/control_panel.png) no-repeat 3px 50%;
  padding-left: 25px; }

.my-sites-menu .current-site {
  border: solid #1D4280;
  border-width: 1px 0; }

.my-sites-menu .current-site a {
  background: #3068ba url(../images/arrows/01_right.png) no-repeat scroll 2px 30%;
  color: #FFF;
  padding-left: 20px;
  text-shadow: 1px 1px #333; }

.my-sites-menu .current-site .site-type {
  color: #FFF; }

.my-sites-menu .current-site a:hover, .my-sites-menu a:hover .site-type {
  color: #FFF;
  text-shadow: 1px 1px #333; }

.my-sites-menu .site-name {
  cursor: pointer;
  float: left; }

.my-sites-menu .site-type {
  color: #777;
  float: right;
  font-size: 0.8em;
  font-weight: normal;
  margin-left: 10px; }

.ie7 .my-sites-menu .site-type {
  float: none; }

.my-sites-menu a:hover .site-type {
  color: #FFF; }

.ie7 .my-sites-menu a {
  overflow: visible;
  text-align: left; }

.ie7 .my-sites-menu .site-name {
  float: none; }

.ie7 .my-sites-menu .site-type {
  float: none; }

.ie6 .my-sites-menu {
  width: 200px; }

.ie6 .my-sites-menu a {
  zoom: 1; }

.ie6 .aui-menu-scroll {
  height: 300px;
  overflow-y: auto; }

.dockbar .toggle-controls a {
  background: url(../images/dockbar/checked.png) no-repeat 0 50%;
  padding-left: 20px; }

.controls-hidden .toggle-controls a {
  background-image: url(../images/dockbar/unchecked.png); }

.toggle-controls a {
  background-image: url(../images/dockbar/unchecked.png); }

.dockbar .menu-button {
  background: url(../images/arrows/05_down.png) no-repeat 93% 50%;
  display: inline-block;
  padding: 5px 20px 5px 5px;
  text-decoration: none; }

.dockbar .menu-button span {
  background: url() no-repeat 0 50%;
  padding-left: 20px; }

.dockbar .add-content .menu-button span {
  background-image: url(../images/common/add.png); }

.dockbar .manage-content .menu-button span {
  background-image: url(../images/dockbar/settings.png); }

.dockbar .my-sites .menu-button span {
  background-image: url(../images/dockbar/places.png); }

.dockbar-messages-container {
  left: 50%;
  margin-left: -150px; }

.dockbar-messages {
  width: 300px; }

.showing-messages .dockbar-messages {
  display: block; }

.multiple-messages .dockbar-message {
  border-top: 1px solid #CCC;
  padding: 5px 0; }

.multiple-messages .first {
  border-top-width: 0;
  padding-top: 0; }

.add-content-menu .add-page a {
  background: url(../images/navigation/add_page.png) no-repeat 3px 50%;
  padding-left: 25px; }

.add-content-menu .add-application a {
  background: url(../images/common/portlet.png) no-repeat 3px 50%;
  padding-left: 25px; }

.add-content-menu a.lfr-portlet-used {
  color: #999;
  cursor: auto; }

.manage-content-menu li a, .manage-content-menu li .disabled {
  background: url() no-repeat 3px 50%;
  padding-left: 25px; }

.manage-content-menu .manage-page a {
  background-image: url(../images/dock/page_settings.png); }

.manage-content-menu .manage-site-content a {
  background-image: url(../images/common/site_icon.png); }

.manage-content-menu .manage-site-memberships a {
  background-image: url(../images/common/assign.png); }

.manage-content-menu .manage-page-customization a, .manage-content-menu .manage-page-customization .disabled {
  background-image: url(../images/dock/customizations.png); }

.manage-content-menu .page-layout a {
  background-image: url(../images/dock/layout.png); }

.manage-content-menu .sitemap a {
  background-image: url(../images/common/sitemap.png); }

.manage-content-menu .settings a {
  background-image: url(../images/common/configuration.png); }

/* ---------- Customization Bar ---------- */
.page-customization-bar {
  background-color: #999;
  color: #FFF;
  font-size: 1.2em;
  font-weight: bold;
  min-height: 30px;
  padding: 5px; }

.controls-hidden .page-customization-bar {
  display: none; }

.page-customization-bar .customized-icon {
  margin: 5px;
  vertical-align: middle; }

.page-customization-bar .page-customization-actions {
  padding-left: 5em; }

.page-customization-bar .page-customization-actions a {
  color: #EEE;
  font-size: 0.8em;
  padding: 0 1em; }

.page-customization-bar .reset-prototype {
  display: inline;
  padding-left: 1em; }

/* ---------- RTL ---------- */
.rtl .dockbar .admin-toolbar {
  float: right; }
.rtl .dockbar .user-toolbar {
  float: left; }
.rtl .dockbar .menu-button {
  background-position: 7%;
  padding-left: 0;
  padding-right: 5px; }
  .rtl .dockbar .menu-button span {
    background-position: right;
    padding-right: 20px; }
.rtl .my-sites-menu .site-name {
  float: right; }
.rtl .my-sites-menu .site-type {
  float: left;
  margin-right: 10px; }
.rtl .my-sites-menu .control-panel a {
  background-position: right;
  margin-right: 3px;
  padding-right: 25px; }

/* ---------- Add/remove page ---------- */
.modify-pages li {
  position: relative; }
.modify-pages .delete-tab {
  background: #333333 url(../images/portlet/close_borderless.png) no-repeat 50%;
  cursor: pointer;
  display: block;
  height: 8px;
  margin-top: -7px;
  padding: 3px;
  position: absolute;
  right: 1px;
  text-indent: -9999em;
  top: 50%;
  width: 8px; }

/* ---------- Navigation portlet ---------- */
.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; }

/* ---------- Page template selector ---------- */
.aui-form-options {
  border: 1px solid #AAA;
  display: inline-block;
  vertical-align: middle; }
  .aui-form-options input {
    border-width: 0;
    display: inline;
    float: left; }

.aui-form-triggers {
  float: left; }

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

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

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

.aui-save-trigger img {
  background-image: url(../images/dock/my_place_current.png); }

/* ---------- Portlet wrapper and icons ---------- */
.freeform .portlet {
  margin-bottom: 0; }

body.portlet {
  border: none; }

.portlet-topper {
  position: relative; }

.portlet-title {
  display: block;
  font-size: 1em;
  margin: 0; }
  .portlet-title img {
    vertical-align: middle; }

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

.panel-page-content .portlet-title-text, .panel-page-body .portlet-title-text {
  cursor: auto; }

.portlet-topper-toolbar {
  margin: 0;
  padding: 2px;
  position: absolute;
  right: 3px;
  text-align: right;
  top: 3px; }
  .portlet-topper-toolbar .nobr {
    display: block;
    float: left;
    padding: 1px; }

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 12px 10px 10px; }

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

.portlet-icon-back {
  background: url(../images/arrows/01_left.png) no-repeat 0 50%;
  font-weight: bold;
  padding: 5px 5px 5px 18px; }

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

/* ---------- Borderless portlet ---------- */
.portlet-borderless-container {
  min-height: 2.5em;
  position: relative; }

.portlet-borderless-bar {
  background: #333;
  color: #FFF;
  font-size: 10px;
  opacity: 0.3;
  padding: 2px 5px 1px;
  position: absolute;
  right: 0;
  text-shadow: -1px -1px black;
  top: 0;
  z-index: 200; }
  .portlet-borderless-bar a {
    background: url() no-repeat 0 50%;
    color: #3AF;
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    text-indent: -9999px;
    vertical-align: top;
    width: 16px; }
  .portlet-borderless-bar .portlet-actions {
    display: none;
    float: left;
    margin-right: 20px; }
  .portlet-borderless-bar .portlet-title-default, .portlet-borderless-bar .portlet-actions {
    min-height: 20px;
    vertical-align: top; }
  .portlet-borderless-bar .portlet-action-separator {
    display: none; }
  .portlet-borderless-bar .portlet-back a {
    height: auto;
    text-indent: 0;
    width: auto; }
  .portlet-borderless-bar .portlet-close a {
    background-image: url(../images/portlet/close_borderless.png); }
  .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(../images/portlet/options_borderless.png); }

.portlet-borderless-container:hover .portlet-borderless-bar {
  opacity: 1; }
  .portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions {
    display: inline; }

.portlet-title-default {
  display: inline-block;
  float: right;
  font-weight: bold;
  text-transform: uppercase; }

.portlet-draggable .portlet-topper {
  cursor: move; }
.portlet-draggable .portlet-title-default {
  background: url(../images/portlet/draggable_borderless.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px; }

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

/* ---------- Standard styles defined in the JSR 168 ---------- */
/* ---------- Fonts ---------- */
/* ---------- Font attributes for the 'normal' fragment font ---------- */
/* ---------- Font attributes similar to the .portlet-font but the color is lighter ---------- */
/* ---------- Messages ---------- */
.portlet-msg, .portlet-msg-info, .portlet-msg-help, .lfr-message-help, .portlet-msg-progress, .lfr-message-progress, .lfr-message-info, .portlet-msg-error, .lfr-message-error, .portlet-msg-alert, .lfr-message-alert, .portlet-msg-success, .lfr-message-success {
  background: #EEE none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404F;
  display: block;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

/* ---------- Status of the current operation ---------- */
/* ---------- Help messages, general additional information, etc. ---------- */
.portlet-msg-info, .portlet-msg-help, .lfr-message-help, .portlet-msg-progress, .lfr-message-progress, .lfr-message-info {
  background-color: #DFF4FF;
  background-image: url(../images/messages/info.png);
  border-color: #A7CEDF; }

.portlet-msg-help, .lfr-message-help {
  background-image: url(../images/portlet/help.png); }

.portlet-msg-progress, .lfr-message-progress {
  background-image: url(../images/aui/loading_indicator.gif); }

/* ---------- Error messages ---------- */
.portlet-msg-error, .lfr-message-error {
  background-color: #FDD;
  background-image: url(../images/messages/error.png);
  border-color: #F00; }

/* ---------- Warning messages ---------- */
.portlet-msg-alert, .lfr-message-alert {
  background-color: #FFC;
  background-image: url(../images/messages/alert.png);
  background-position: 6px 20%;
  border-color: #FC0; }

/* ---------- Success messages ---------- */
.portlet-msg-success, .lfr-message-success {
  background-color: #F4FDEF;
  background-image: url(../images/messages/success.png);
  border-color: #ACDFA7;
  color: #384F34; }

/* ---------- Message labels ---------- */
.portlet-msg-alert-label, .portlet-msg-error-label, .portlet-msg-info-label, .portlet-msg-progress-label, .portlet-msg-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px;
  font-weight: bold; }

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

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

.portlet-msg-info-label, .portlet-msg-help-label, .portlet-msg-progress-label {
  background-image: url(../images/messages/info.png);
  color: #34404F; }

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

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

.portlet-msg-success-label {
  background-image: url(../images/messages/success.png);
  color: #384F34; }

/* ---------- Liferay Messages ---------- */
.lfr-message-content, .lfr-message-info, .lfr-message-help, .lfr-message-error, .lfr-message-alert, .lfr-message-success {
  border-left-width: 0;
  border-right-width: 0; }

.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-dismissible.lfr-message-hover .lfr-message-content {
  background-image: none; }
.lfr-message-dismissible.lfr-message-hover .lfr-message-controls {
  display: block; }

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

/* ---------- Sections ---------- */
/* ---------- Table or section header ---------- */
/* ---------- Normal text in a table cell ---------- */
/* ---------- Text in every other row in the cell ---------- */
/* ---------- Text in a selected cell range ---------- */
.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; }

/* ---------- Text of a subheading ---------- */
/* ---------- Table or section footnote ---------- */
/* ---------- Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the section) ---------- */
/* ---------- Forms ---------- */
/* ---------- Text used for the descriptive label of the whole form (not the labels for fields) ---------- */
/* ---------- Text of the user-input in an input field ---------- */
/* ---------- Text on a button ---------- */
/* ---------- Text that appears beside a context dependent action icon ---------- */
/* ---------- Text that appears beside a 'standard' icon (e.g. Ok, or Cancel) ---------- */
/* ---------- Text for a separator of fields (e.g. checkboxes, etc.) ---------- */
/* ---------- Text for a field (not input field, e.g. checkboxes, etc.) ---------- */
/* ---------- Menus ---------- */
/* ---------- General menu settings such as background color, margins, etc. ---------- */
/* ---------- Normal, unselected menu item ---------- */
/* ---------- Selected menu item ---------- */
/* ---------- Normal, unselected menu item when the mouse hovers over it ---------- */
/* ---------- Selected menu item when the mouse hovers over it ---------- */
/* ---------- Normal, unselected menu item that has sub-menus ---------- */
/* ---------- Selected sub-menu item that has sub-menus ---------- */
/* ---------- Descriptive text for the menu (e.g. in a help context below the menu) ---------- */
/* ---------- Menu caption ---------- */
/* ---------- Miscellaneous portlet styles ---------- */
.restricted, .restricted td {
  background: #FDD;
  border: none; }
.restricted * {
  color: #727C81; }

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

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

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

/* ---------- Permissions ---------- */
.results-row.lfr-role .col-1, .results-row.hover.lfr-role .col-1 {
  background-image: url();
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 30px; }
.results-row.lfr-role-guest .col-1, .results-row.hover.lfr-role-guest .col-1 {
  background-image: url(../images/common/guest_icon.png); }
.results-row.lfr-role-regular .col-1, .results-row.hover.lfr-role-regular .col-1 {
  background-image: url(../images/common/user_icon.png); }
.results-row.lfr-role-site .col-1, .results-row.hover.lfr-role-site .col-1 {
  background-image: url(../images/common/site_icon.png); }
.results-row.lfr-role-organization .col-1, .results-row.hover.lfr-role-organization .col-1 {
  background-image: url(../images/common/organization_icon.png); }
.results-row.lfr-role-team .col-1, .results-row.hover.lfr-role-team .col-1 {
  background-image: url(../images/common/team_icon.png); }

/* ---------- Miscellaneous component styles ---------- */
/* ---------- Add content dialog ---------- */
.lfr-portlet-item, .lfr-portlet-item p a {
  font-size: 1em; }

/* ---------- Actions button ---------- */
.lfr-actions.lfr-extended, .lfr-actions.lfr-extended ul {
  background: white url(../images/forms/button.png) repeat-x 0 100%;
  border: 1px solid;
  border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE; }
.lfr-actions ul {
  bottom: -1px; }
.lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
  background: none; }
.lfr-actions .lfr-trigger li {
  background: transparent;
  border-bottom: 1px solid #DEDEDE;
  padding: 2px; }
  .lfr-actions .lfr-trigger li a {
    padding: 5px 10px 5px 25px; }
    .lfr-actions .lfr-trigger li a:hover {
      background-color: #828F95;
      color: #FFF; }
  .lfr-actions .lfr-trigger li img {
    left: 3px;
    position: absolute; }
  .lfr-actions .lfr-trigger li.last {
    border-bottom: none; }
.lfr-actions.portlet-options {
  background: none;
  border: none;
  float: left; }
  .lfr-actions.portlet-options .lfr-trigger {
    padding: 0; }
    .lfr-actions.portlet-options .lfr-trigger strong {
      min-width: 0;
      padding: 1px; }
      .lfr-actions.portlet-options .lfr-trigger strong a {
        background-image: url(../images/portlet/options.png);
        background-position: 0 0;
        display: block;
        font-size: 0;
        height: 16px;
        padding: 0;
        text-indent: -9999px;
        width: 16px; }

.visible.portlet-options .lfr-trigger strong a {
  background-image: url(../images/portlet/options_selected.png); }

/* ---------- Breadcrumbs taglib ---------- */
.breadcrumbs:before, .breadcrumbs:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; }
.breadcrumbs:after {
  clear: both; }

.breadcrumbs-vertical {
  display: inline-block; }

.breadcrumbs-horizontal li {
  display: inline-block;
  vertical-align: middle; }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border: none; }
.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom: none;
  border-left: none;
  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; }

.ie .portlet-borderless-bar {
  -ms-filter: alpha(opacity=20);
  filter: alpha(opacity=20); }
.ie .portlet-borderless-container:hover .portlet-borderless-bar {
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100); }
.ie .taglib-calendar tr td.first a {
  border-right: none; }

.ie6 .portlet-borderless-bar .portlet-actions, .ie7 .portlet-borderless-bar .portlet-actions {
  margin-right: 0;
  margin-left: 20px; }
.ie6 .portlet-title-default, .ie7 .portlet-title-default {
  float: left; }
.ie6 .breadcrumbs-vertical, .ie6 .breadcrumbs-horizontal li, .ie7 .breadcrumbs-vertical, .ie7 .breadcrumbs-horizontal li {
  display: inline;
  zoom: 1; }

.ie6 .portlet-topper-toolbar .icon {
  height: 16px;
  width: 16px; }
.ie6 .portlet-borderless-container {
  height: 2.5em; }
.ie6 .portlet-borderless-bar {
  filter: alpha(opacity=90); }
  .ie6 .portlet-borderless-bar .portlet-actions {
    display: inline;
    filter: alpha(opacity=90); }
.ie6 .breadcrumbs {
  zoom: 1; }

/* ---------- RTL ---------- */
.rtl .breadcrumbs-horizontal li {
  float: right; }
.rtl .portlet-msg, .rtl .portlet-msg-info, .rtl .portlet-msg-help, .rtl .lfr-message-help, .rtl .portlet-msg-progress, .rtl .lfr-message-progress, .rtl .lfr-message-info, .rtl .portlet-msg-error, .rtl .lfr-message-error, .rtl .portlet-msg-alert, .rtl .lfr-message-alert, .rtl .portlet-msg-success, .rtl .lfr-message-success {
  background-position: right;
  padding-left: 6px;
  padding-right: 24px;
  text-align: right; }
.rtl .portlet-topper-toolbar {
  left: 3px;
  right: auto;
  text-align: left; }
  .rtl .portlet-topper-toolbar .nobr {
    float: right; }
.rtl .lfr-actions.portlet-options {
  float: right; }
  .rtl .lfr-actions.portlet-options .lfr-trigger strong a {
    padding: 0; }
.rtl .lfr-message .lfr-message-controls {
  left: auto;
  margin-left: -4px;
  margin-right: 3px;
  right: 3px; }
.rtl .results-row, .rtl .results-row.hover {
  padding-right: 5px; }
  .rtl .results-row.lfr-role .col-1, .rtl .results-row.hover.lfr-role .col-1 {
    background-position: right;
    padding-right: 30px; }

fieldset {
  border: 1px solid #BFBFBF;
  padding: 8px; }

.aui-fieldset {
  border-width: 0;
  padding: 0;
  position: relative; }

.aui-dialog-iframe-popup .aui-fieldset {
  margin-bottom: 0; }

.aui-fieldset .aui-field-content, .aui-field-row, .aui-button-holder, .aui-field-wrapper-content {
  margin: 10px 0; }

.aui-field-inline .aui-field-content, .aui-field-row .aui-field-content {
  margin: 0;
  margin-right: 5px; }

.aui-search-bar .aui-field-content {
  margin-right: 0; }
.aui-search-bar .aui-field-content, .aui-search-bar .aui-button-content {
  display: inline-block;
  vertical-align: middle; }

.aui-field-choice .aui-field-label {
  display: inline-block; }

.aui-field-date .aui-field-content {
  overflow: hidden; }

.aui-text-placeholder {
  color: #777; }

legend {
  font-weight: bold;
  padding: 0 6px; }

.aui-fieldset-legend {
  color: #000;
  font-size: 120%;
  font-weight: bold;
  padding: 0 0 1.5em; }

.aui-legend {
  border-bottom: 1px solid #CCC;
  display: block;
  position: absolute;
  width: 90%; }

input {
  background: #FFF; }

input[type="text"], input[type="password"], input[type="file"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, .textarea, button, .aui-field-input-text {
  background-image: url(../images/forms/input_shadow.png);
  background-repeat: no-repeat;
  border: 1px solid;
  border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
  font: 1em Arial, Helvetica, Verdana, sans-serif;
  padding: 5px 1px; }

select {
  padding: 1px; }

input[type="image"] {
  background: transparent none;
  border: none;
  padding: 0; }

input[type="submit"], input[type="button"], input[type="reset"], button {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #34404F;
  cursor: pointer;
  font-weight: bold;
  overflow: visible;
  padding: 5px;
  text-shadow: 1px 1px #FFF;
  width: auto; }
  input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover {
    background: #b9ced9 url(../images/application/state_hover_bg.png) repeat-x 0 0;
    border-color: #627782;
    color: #369; }
  input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus, button:focus {
    background: #ebebeb url(../images/application/state_active_bg.png) repeat-x 0 0;
    border-color: #555; }

input.focus, textarea.focus {
  background: #FFC none;
  border-color: #FC0; }

.lfr-actions.lfr-extended, .lfr-actions.lfr-extended ul {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #34404F;
  cursor: pointer;
  font-weight: bold;
  overflow: visible;
  padding: 5px;
  text-shadow: 1px 1px #FFF;
  width: auto;
  padding: 0; }
.lfr-actions.lfr-extended:focus, .lfr-actions.lfr-extended:focus ul {
  background: #ebebeb url(../images/application/state_active_bg.png) repeat-x 0 0;
  border-color: #555; }
.lfr-actions.lfr-extended.disabled, .lfr-actions.lfr-extended.disabled ul, .lfr-actions.lfr-extended.disabled:hover, .lfr-actions.lfr-extended.disabled:hover ul {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #555;
  opacity: 0.5; }
.lfr-actions.lfr-extended:hover, .lfr-actions.lfr-extended:hover ul {
  background: #b9ced9 url(../images/application/state_hover_bg.png) repeat-x 0 0;
  border-color: #627782;
  color: #369; }
.lfr-actions.lfr-extended span {
  cursor: pointer; }

.lfr-actions.disabled .taglib-text {
  color: #A9A9A9; }

.aui-button-disabled input[type], .aui-button-disabled input[type]:hover, .aui-button-disabled input[type]:focus, .aui-button-disabled button, .aui-button-disabled button:hover, .aui-button-disabled button:focus {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #555;
  opacity: 0.5; }

.aui-buttonitem-disabled {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #555;
  opacity: 0.5; }

input.aui-form-validator-error, textarea.aui-form-validator-error, select.aui-form-validator-error {
  border-color: #900;
  border-style: dotted; }

/* ---------- IE6 chokes on attribute selectors in a chain, so we separate them into their own rule ---------- */
.ie fieldset {
  padding-top: 0; }
.ie .aui-button-disabled input {
  -ms-filter: alpha(opacity=50);
  filter: alpha(opacity=50); }

.ie7 .aui-fieldset {
  zoom: 1; }

.ie6 input.text, .ie6 input.password, .ie6 input.submit, .ie6 input.file, .ie6 input.button, .ie6 button {
  background-image: url(../images/forms/input_shadow.png);
  background-repeat: no-repeat;
  border: 1px solid;
  border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
  font: 1em Arial, Helvetica, Verdana, sans-serif;
  padding: 5px 1px; }
.ie6 input.submit, .ie6 input.button, .ie6 button, .ie6 .aui-button-disabled input.submit, .ie6 .aui-button-disabled input.button, .ie6 .aui-button-disabled button {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #34404F;
  cursor: pointer;
  font-weight: bold;
  overflow: visible;
  padding: 5px;
  text-shadow: 1px 1px #FFF;
  width: auto; }
.ie6 .aui-button-disabled input.submit, .ie6 .aui-button-disabled input.button, .ie6 .aui-button-disabled button {
  color: #555; }
.ie6 input.focus, .ie6 textarea.focus {
  background: #FFC none;
  border-color: #FC0; }

.aui-menu-content, body > .lfr-menu-list ul, .aui-underlay-content, .aui-dialog-content {
  -webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5); }

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

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

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

.dockbar .menu-button-active .menu-button {
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7); }

.my-sites-menu .current-site a {
  -webkit-box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.5); }

.aui-dialog-hd {
  -webkit-box-shadow: 1px 1px 0 white;
  -moz-box-shadow: 1px 1px 0 white;
  box-shadow: 1px 1px 0 white; }

.lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  -webkit-box-shadow: inset 0 0 2px #224fa8;
  -moz-box-shadow: inset 0 0 2px #224fa8;
  box-shadow: inset 0 0 2px #224fa8; }

.lfr-search-combobox-item {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px; }

.lfr-search-combobox .aui-field-input-text {
  -webkit-border-radius: 4px 1px 1px 4px;
  -moz-border-radius: 4px 1px 1px 4px;
  -ms-border-radius: 4px 1px 1px 4px;
  -o-border-radius: 4px 1px 1px 4px;
  border-radius: 4px 1px 1px 4px; }

.lfr-search-combobox .aui-button-input {
  -webkit-border-radius: 1px 4px 4px 1px;
  -moz-border-radius: 1px 4px 4px 1px;
  -ms-border-radius: 1px 4px 4px 1px;
  -o-border-radius: 1px 4px 4px 1px;
  border-radius: 1px 4px 4px 1px; }

body > .lfr-menu-list, body > .lfr-menu-list ul, .lfr-actions, .aui-dialog-content, .aui-dialog .yui3-widget-hd, .modify-pages .delete-tab, input[type="submit"], input[type="button"], input[type="reset"], button, .tags-search-combobox .aui-field-input-text, .staging-icon-menu-container .staging-icon-menu.lfr-actions .lfr-trigger strong a, .active-area-proxy, .portlet-document-library .document-display-style .document-thumbnail img, .portlet-document-library-display .document-display-style .document-thumbnail img, .aui-paginator-link, .lfr-header-row .aui-toolbar-only, .lfr-translation-manager, .lfr-translation-manager-translation, .select-documents, .select-files, .taglib-ratings.stars:hover, .taglib-ratings.stars:hover .liferay-rating-vote, .rule-group-instance-container .rule-group-instance, .portlet-search .search-facet .facet-value, .lfr-api-results {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.lfr-header-row .aui-toolbar-content, .lfr-search-combobox, .select-documents, .select-files, .portlet-document-library div.document-display-style, .lfr-upload-container .upload-target, .lfr-upload-container .upload-file, .portlet-document-library .common-file-metadata-container.selected, .portlet-document-library-display .common-file-metadata-container.selected {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.portlet-journal .structure-tree .structure-field {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.aui-menu-content {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.aui-underlay-content {
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px; }

.lfr-hudcrumbs ul {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0; }

.lfr-message .lfr-message-control {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

.lfr-token, .layout-customizable-controls, .lfr-translation-manager-delete-translation {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

.customizable-layout-column-content {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.lfr-upload-container .upload-target {
  -webkit-box-shadow: inset 0 0 1px white;
  -moz-box-shadow: inset 0 0 1px white;
  box-shadow: inset 0 0 1px white;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF8FBE31', endColorstr='#FF729A22');
  background-image: -webkit-gradient(linear, 50%, 50%, color-stop(0%, #8fbe31), color-stop(85%, #729a22));
  background-image: -webkit-linear-gradient(50%, #8fbe31 0%, #729a22 85%);
  background-image: -moz-linear-gradient(50%, #8fbe31 0%, #729a22 85%);
  background-image: -o-linear-gradient(50%, #8fbe31 0%, #729a22 85%);
  background-image: linear-gradient(50%, #8fbe31 0%, #729a22 85%); }

.live-view .staging-tabview-list {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE3F8DF', endColorstr='#FFC4F0BC'); }

.staging-tabview-list {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.staging-bar {
  -webkit-box-shadow: inset 0 3em 1em rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 3em 1em rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 3em 1em rgba(0, 0, 0, 0.8); }

.staging-tabview-list .aui-tab-active .aui-tab-content, .site-variations-tabview-list .aui-tab-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.staging-tabview-list {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0.75em 0.75em rgba(255, 255, 255, 0.55);
  -moz-box-shadow: inset 0 0.75em 0.75em rgba(255, 255, 255, 0.55);
  box-shadow: inset 0 0.75em 0.75em rgba(255, 255, 255, 0.55);
  background-image: -webkit-gradient(linear, 0 0, 0 0, color-stop(0%, rgba(0, 0, 0, 0.06)), color-stop(25%, rgba(0, 0, 0, 0.06)), color-stop(25%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.06)), color-stop(75%, rgba(0, 0, 0, 0.06)), color-stop(75%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(0 0, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(0 0, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(0 0, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(0 0, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFEED4', endColorstr='#FFFFDBA6');
  background-size: 100px 100px; }

.portlet-staging-bar .staging-bar .site-variations-tabview-list {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) inset, 1px 3px 8px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) inset, 1px 3px 8px rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) inset, 1px 3px 8px rgba(0, 0, 0, 0.8);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #777777), color-stop(80%, #333333), color-stop(100%, #333333));
  background-image: -webkit-linear-gradient(center bottom, #777777, #333333 80%, #333333);
  background-image: -moz-linear-gradient(center bottom, #777777, #333333 80%, #333333);
  background-image: -o-linear-gradient(center bottom, #777777, #333333 80%, #333333);
  background-image: linear-gradient(center bottom, #777777, #333333 80%, #333333); }

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

.lfr-action-label {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.lfr-api-service-search .aui-field-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.portlet-title {
  display: none; }
  .signed-in.admin-user.controls-visible .portlet-title {
    display: block; }

.signed-in.admin-user.controls-visible .portlet-dropzone {
  outline: 1px dashed lightgray;
  overflow: hidden; }
.signed-in.admin-user.controls-visible.empty {
  min-height: 25px; }

input[type="submit"].mdl-button, input[type="submit"].mdl-button:hover, input[type="submit"].mdl-button:focus, input[type="button"].mdl-button, input[type="button"].mdl-button:hover, input[type="button"].mdl-button:focus, input[type="reset"].mdl-button, input[type="reset"].mdl-button:hover, input[type="reset"].mdl-button:focus, button.mdl-button, button.mdl-button:hover, button.mdl-button:focus {
  background-image: initial;
  text-shadow: none; }

.mdl-dialog__title {
  line-height: 36px; }

body {
  font-family: 'Roboto', sans-serif;
  color: #222d33;
  min-height: 480px; }

body.hyperin-login {
  height: 100%; }

.safari body {
  -webkit-font-smoothing: subpixel-antialiased; }

html {
  overflow-y: auto; }

p {
  font-size: 16px; }

.hyperin-login {
  /* FLIP ANIMATION */
  /* WRAPPER'S BACKGROUND */
  /* LIFERAY OVERRIDES */
  /* LOGIN PANEL */
  /* FORGOT PASSWORD */
  /* HELP */ }
  .hyperin-login .flip-container {
    margin: -17px -10px 100px; }
    @media screen and (min-width: 480px) {
      .hyperin-login .flip-container {
        width: 340px;
        -ms-transform: translate(-50%);
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -24px 0; } }
  .hyperin-login .flip-container .flipper {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media screen and (min-width: 480px) {
      .hyperin-login .flip-container .flipper {
        position: absolute;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); } }
  .hyperin-login .flip-container .flipper--active {
    z-index: 2;
    visibility: visible;
    position: relative; }
    @media screen and (min-width: 480px) {
      .hyperin-login .flip-container .flipper--active {
        position: absolute; } }
  @supports (transform-style: preserve-3d) {
    .hyperin-login .flip-container {
      -webkit-perspective: 3000px;
      perspective: 3000px;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d; }
    .hyperin-login .flip-container .flipper {
      transition: 0.6s;
      visibility: visible;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg); }
      @media screen and (min-width: 480px) {
        .hyperin-login .flip-container .flipper {
          -webkit-transform: rotateY(180deg) translateY(-50%);
          transform: rotateY(180deg) translateY(-50%); } }
    .hyperin-login .flip-container .flipper--active {
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg); }
      @media screen and (min-width: 480px) {
        .hyperin-login .flip-container .flipper--active {
          -webkit-transform: rotateY(0deg) translateY(-50%);
          transform: rotateY(0deg) translateY(-50%); } }
    .hyperin-login .flip-container .flipper--preactive {
      -webkit-transform: rotateY(-180deg);
      transform: rotateY(-180deg);
      transition: 0s; }
      @media screen and (min-width: 480px) {
        .hyperin-login .flip-container .flipper--preactive {
          -webkit-transform: rotateY(-180deg) translateY(-50%);
          transform: rotateY(-180deg) translateY(-50%); } } }
  .hyperin-login #wrapper.customized {
    background-color: white;
    width: 100%;
    position: relative; }
    @media screen and (max-width: 479px) {
      .hyperin-login #wrapper.customized {
        background-image: none !important; } }
    @media screen and (min-width: 480px) {
      .hyperin-login #wrapper.customized {
        height: 100%;
        min-height: 100%;
        background-color: #1a2226;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed; } }
  .hyperin-login .portlet-topper {
    display: none; }
  .portlet-boundary_58_ .hyperin-login .flip-container .portlet-msg-error, .portlet-boundary_58_ .hyperin-login .flip-container .lfr-message-error, .portlet-boundary_58_ .hyperin-login .flip-container .portlet-msg-success {
    display: none; }
  .hyperin-login .flip-container .portlet-msg-error,
  .hyperin-login .flip-container .lfr-message-error,
  .hyperin-login .flip-container .portlet-msg-success,
  .hyperin-login .flip-container .portlet-msg-info,
  .hyperin-login .flip-container .portlet-msg-help,
  .hyperin-login .flip-container .lfr-message-help,
  .hyperin-login .flip-container .portlet-msg-progress,
  .hyperin-login .flip-container .lfr-message-progress {
    display: block;
    position: static;
    width: 100%;
    margin: 0 -30px 0 -30px;
    padding: 20px 30px 20px;
    border: 0;
    background-image: none;
    background-color: #eaeaea;
    box-shadow: inset 0px -2px 2px 0px #cccccc;
    font-size: 14px;
    font-weight: normal;
    max-height: 100px;
    overflow-y: auto; }
  .safari .hyperin-login .flip-container .portlet-msg-error ::-webkit-scrollbar,
  .safari .hyperin-login .flip-container .lfr-message-error ::-webkit-scrollbar,
  .safari .hyperin-login .flip-container .portlet-msg-success ::-webkit-scrollbar,
  .safari .hyperin-login .flip-container .portlet-msg-info ::-webkit-scrollbar,
  .safari .hyperin-login .flip-container .portlet-msg-help ::-webkit-scrollbar,
  .safari .hyperin-login .flip-container .lfr-message-help ::-webkit-scrollbar,
  .safari .hyperin-login .flip-container .portlet-msg-progress ::-webkit-scrollbar,
  .safari .hyperin-login .flip-container .lfr-message-progress ::-webkit-scrollbar {
    -webkit-appearance: none; }
  .safari .hyperin-login .flip-container .portlet-msg-error ::-webkit-scrollbar:vertical,
  .safari .hyperin-login .flip-container .lfr-message-error ::-webkit-scrollbar:vertical,
  .safari .hyperin-login .flip-container .portlet-msg-success ::-webkit-scrollbar:vertical,
  .safari .hyperin-login .flip-container .portlet-msg-info ::-webkit-scrollbar:vertical,
  .safari .hyperin-login .flip-container .portlet-msg-help ::-webkit-scrollbar:vertical,
  .safari .hyperin-login .flip-container .lfr-message-help ::-webkit-scrollbar:vertical,
  .safari .hyperin-login .flip-container .portlet-msg-progress ::-webkit-scrollbar:vertical,
  .safari .hyperin-login .flip-container .lfr-message-progress ::-webkit-scrollbar:vertical {
    width: 8px; }
  .safari .hyperin-login .flip-container .portlet-msg-error ::-webkit-scrollbar:horizontal,
  .safari .hyperin-login .flip-container .lfr-message-error ::-webkit-scrollbar:horizontal,
  .safari .hyperin-login .flip-container .portlet-msg-success ::-webkit-scrollbar:horizontal,
  .safari .hyperin-login .flip-container .portlet-msg-info ::-webkit-scrollbar:horizontal,
  .safari .hyperin-login .flip-container .portlet-msg-help ::-webkit-scrollbar:horizontal,
  .safari .hyperin-login .flip-container .lfr-message-help ::-webkit-scrollbar:horizontal,
  .safari .hyperin-login .flip-container .portlet-msg-progress ::-webkit-scrollbar:horizontal,
  .safari .hyperin-login .flip-container .lfr-message-progress ::-webkit-scrollbar:horizontal {
    height: 8px; }
  .safari .hyperin-login .flip-container .portlet-msg-error ::-webkit-scrollbar-thumb,
  .safari .hyperin-login .flip-container .lfr-message-error ::-webkit-scrollbar-thumb,
  .safari .hyperin-login .flip-container .portlet-msg-success ::-webkit-scrollbar-thumb,
  .safari .hyperin-login .flip-container .portlet-msg-info ::-webkit-scrollbar-thumb,
  .safari .hyperin-login .flip-container .portlet-msg-help ::-webkit-scrollbar-thumb,
  .safari .hyperin-login .flip-container .lfr-message-help ::-webkit-scrollbar-thumb,
  .safari .hyperin-login .flip-container .portlet-msg-progress ::-webkit-scrollbar-thumb,
  .safari .hyperin-login .flip-container .lfr-message-progress ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    border: 0 solid black;
    background-color: rgba(0, 0, 0, 0.5); }
  .safari .hyperin-login .flip-container .portlet-msg-error ::-webkit-scrollbar-track,
  .safari .hyperin-login .flip-container .lfr-message-error ::-webkit-scrollbar-track,
  .safari .hyperin-login .flip-container .portlet-msg-success ::-webkit-scrollbar-track,
  .safari .hyperin-login .flip-container .portlet-msg-info ::-webkit-scrollbar-track,
  .safari .hyperin-login .flip-container .portlet-msg-help ::-webkit-scrollbar-track,
  .safari .hyperin-login .flip-container .lfr-message-help ::-webkit-scrollbar-track,
  .safari .hyperin-login .flip-container .portlet-msg-progress ::-webkit-scrollbar-track,
  .safari .hyperin-login .flip-container .lfr-message-progress ::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 4px; }
  .hyperin-login .flip-container .portlet-msg-success {
    color: #44db37; }
  .hyperin-login .flip-container .portlet-msg-info, .hyperin-login .flip-container .portlet-msg-help, .hyperin-login .flip-container .lfr-message-help, .hyperin-login .flip-container .portlet-msg-progress, .hyperin-login .flip-container .lfr-message-progress {
    color: #3744db; }
  .hyperin-login .flip-container .portlet-msg-error,
  .hyperin-login .flip-container .lfr-message-error {
    color: #db4437; }
  .hyperin-login .flip-container .portlet-msg-error + fieldset {
    margin-top: 10px; }
  .hyperin-login .login-panel input[type="text"],
  .hyperin-login .login-panel input[type="password"],
  .hyperin-login .login-panel input[type="file"],
  .hyperin-login .login-panel input[type="submit"],
  .hyperin-login .login-panel input[type="button"],
  .hyperin-login .login-panel input[type="reset"],
  .hyperin-login .login-panel select, .hyperin-login .login-panel textarea,
  .hyperin-login .login-panel .textarea, .hyperin-login .login-panel button,
  .hyperin-login .login-panel .aui-field-input-text {
    background-image: none;
    background-repeat: no-repeat;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 4px 0;
    text-shadow: none; }
  .hyperin-login .login-panel input.focus, .hyperin-login .login-panel textarea.focus {
    background: white; }
  .hyperin-login .login-panel {
    background-color: white;
    width: calc(100% - 60px);
    min-height: 310px;
    height: 100%;
    padding: 65px 30px 24px 30px; }
    @media screen and (min-width: 480px) {
      .hyperin-login .login-panel {
        width: 280px;
        height: 100%;
        padding: 25px 30px 35px 30px;
        -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35); } }
  .hyperin-login .login-panel a {
    color: #7a7d82;
    text-decoration: underline; }
  .hyperin-login .login-panel__logo {
    position: relative;
    margin: 30px auto 25px;
    display: block;
    width: 169px;
    height: 40px;
    background-image: url(../img/logo.png); }
  .hyperin-login .login-panel .login-panel__form {
    margin-top: 10px; }
  .hyperin-login .login-panel .mdl-textfield {
    width: 100%; }
  .hyperin-login .login-panel .mdl-textfield__label {
    color: #222d33;
    font-weight: 500; }
  .hyperin-login .login-panel .mdl-textfield__label:after {
    background-color: #2aa296; }
  .hyperin-login .login-panel .mdl-textfield--floating-label.is-focused .mdl-textfield__label, .hyperin-login .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .hyperin-login .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    color: #2aa296; }
  .hyperin-login .mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
    color: #d50000 !important; }
  .hyperin-login .login-panel .mdl-textfield__input {
    border-bottom: 2px solid #959698;
    border-radius: 0; }
  .hyperin-login .login-panel__action-button {
    background-color: #222d33 !important;
    box-shadow: none;
    width: 100%;
    height: 40px;
    margin-top: 40px;
    padding: 0;
    font-size: 16px;
    font-weight: 400; }
  .hyperin-login .login-panel__under-field {
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 53px;
    width: 100%; }
  .hyperin-login .login-panel__under-field-text {
    float: left; }
  .hyperin-login .login-panel__under-field-text.help {
    float: right; }
  .hyperin-login input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset; }
  .hyperin-login .login-panel__signed-in {
    font-size: 14px; }
  .hyperin-login .login-panel h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 20px;
    margin: 20px 0 7px 0; }
  .hyperin-login .login-panel__password-text {
    color: #7a8185;
    margin: 0; }
  .hyperin-login .login-panel__action-button--forgot-password {
    margin-top: 27px; }
  .hyperin-login .login-panel__recaptcha {
    margin-top: 5px; }
  .hyperin-login .login-panel__back-button {
    color: #222d33;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase; }
  .hyperin-login .login-panel__back-button a {
    color: inherit;
    text-decoration: none;
    padding-left: 26px;
    position: relative; }
  .hyperin-login .login-panel__back-button a:before {
    content: '';
    background: url("../img/back x3.png");
    position: absolute;
    left: 0;
    width: 19px;
    height: 19px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .hyperin-login .login-panel__contact {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0 20px 0;
    display: block; }
    @media screen and (min-width: 480px) {
      .hyperin-login .login-panel__contact {
        margin: 15px 0 10px 0; } }
  .hyperin-login .login-panel__contact a {
    color: inherit;
    font-weight: 700; }
  .hyperin-login .login-panel__password-reset {
    font-weight: 400; }
  .hyperin-login .login-panel .login-panel__help-header {
    margin: 20px 0 12px 0; }
  .hyperin-login .login-panel__help-text {
    color: #7a8185;
    margin: 0;
    line-height: 19px;
    font-size: 16px; }
  .hyperin-login .login-panel__help-hours {
    font-weight: 500;
    font-size: 16px;
    font-style: italic; }
  .hyperin-login .login-panel__change-language {
    cursor: pointer;
    text-decoration: underline;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */ }
  .hyperin-login footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    text-align: center;
    color: #848b8d;
    font-size: 14px;
    overflow-y: auto; }
    @media screen and (min-width: 480px) {
      .hyperin-login footer {
        overflow-y: initial; } }
    @media screen and (max-width: 480px) {
      .hyperin-login footer {
        position: relative;
        margin-top: -20px; } }
    .hyperin-login footer .language-selector {
      color: #222d33;
      display: block;
      height: 100%;
      cursor: pointer;
      position: relative;
      text-decoration: underline;
      -webkit-user-select: none;
      /* Safari */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* IE10+/Edge */
      user-select: none;
      /* Standard */
      line-height: 48px; }
      .hyperin-login footer .language-selector .portlet-borderless-bar {
        width: 100px;
        right: 150%; }
      .hyperin-login footer .language-selector .portlet-title-default {
        line-height: 1.5em; }
      @media screen and (min-width: 480px) {
        .hyperin-login footer .language-selector {
          display: block;
          text-decoration: none; } }
      @media screen and (min-width: 650px) {
        .hyperin-login footer .language-selector {
          display: inline-block; } }
    .hyperin-login footer .language-selector.active {
      text-decoration: none; }
      .hyperin-login footer .language-selector.active .language-list {
        display: inline-block; }
    .hyperin-login footer .current-language {
      text-align: center; }
      @media screen and (min-width: 650px) {
        .hyperin-login footer .current-language {
          text-align: right; } }
    .hyperin-login footer .language-list {
      display: none;
      position: relative;
      list-style: none;
      width: 100%;
      margin: 0;
      padding: 0; }
      .hyperin-login footer .language-list li {
        height: 48px;
        background: white;
        text-align: center;
        line-height: 48px;
        width: 100%; }
        @media screen and (min-width: 480px) {
          .hyperin-login footer .language-list li {
            text-align: center;
            width: auto; } }
      .hyperin-login footer .language-list a, .hyperin-login footer .language-list a:visited, .hyperin-login footer .language-list a:active {
        text-decoration: none;
        color: #222d33;
        display: block; }
        @media screen and (min-width: 480px) {
          .hyperin-login footer .language-list a, .hyperin-login footer .language-list a:visited, .hyperin-login footer .language-list a:active {
            padding: 0 44px; } }
        @media screen and (min-width: 650px) {
          .hyperin-login footer .language-list a, .hyperin-login footer .language-list a:visited, .hyperin-login footer .language-list a:active {
            padding: 0 22px 0 44px; } }
      .hyperin-login footer .language-list a:hover {
        background: #1a2226;
        color: white; }
      @media screen and (min-width: 480px) {
        .hyperin-login footer .language-list {
          position: absolute;
          bottom: 48px;
          left: 50%;
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          width: auto; } }
      @media screen and (min-width: 650px) {
        .hyperin-login footer .language-list {
          right: -25px;
          left: auto;
          -ms-transform: none;
          -webkit-transform: none;
          transform: none; } }
  .hyperin-login .footer__content-wrapper {
    display: block;
    margin: 0 auto;
    line-height: 24px;
    text-align: center; }
    @media screen and (min-width: 480px) {
      .hyperin-login .footer__content-wrapper {
        display: inline-block;
        margin: 0 auto;
        text-align: center; } }
  .hyperin-login .footer__copyright, .hyperin-login .footer__terms-of-service {
    display: block; }
    .hyperin-login .footer__copyright a, .hyperin-login .footer__terms-of-service a {
      color: inherit;
      font-weight: inherit;
      white-space: nowrap; }
  .hyperin-login .footer__copyright {
    margin-top: 12px; }
    @media screen and (min-width: 650px) {
      .hyperin-login .footer__copyright {
        display: inline-block; } }
  .hyperin-login .footer__terms-of-service {
    margin-bottom: 12px; }
    @media screen and (min-width: 650px) {
      .hyperin-login .footer__terms-of-service {
        display: inline-block; } }
  @media screen and (min-width: 480px) {
    .hyperin-login .footer__separator {
      display: none;
      vertical-align: middle;
      border-right: 1px solid #7c7d7f;
      padding-left: 20px;
      margin-right: 20px;
      margin-bottom: 5px;
      height: 29px; } }
  @media screen and (min-width: 650px) {
    .hyperin-login .footer__separator {
      display: inline-block; } }
  .hyperin-login .terms-of-service__separator:first-child {
    display: none; }
    @media screen and (min-width: 650px) {
      .hyperin-login .terms-of-service__separator:first-child {
        display: inline; } }
  .hyperin-login .portlet-boundary_58_ .portlet-borderless-container {
    position: static; }

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

.initially-hidden {
  display: none; }

.manage-hyperin-tenants, .manage-hyperin-admin {
  /* HEADER */
  /* ADDITIONAL OVERWRITES */
  /* DOCKBAR - so that it doesn't flash un-styled content */
  /* NAVIGATION */
  /* SIMPLIFIED LOGIN FOOTER */ }
  .manage-hyperin-tenants header#banner, .manage-hyperin-admin header#banner {
    background-color: #12121A;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 48px;
    z-index: 500; }
    @media screen and (min-width: 768px) {
      .manage-hyperin-tenants header#banner, .manage-hyperin-admin header#banner {
        bottom: initial;
        top: 0;
        height: 64px;
        z-index: 900; } }
  @media screen and (min-width: 768px) {
    .manage-hyperin-tenants.dockbar-ready header#banner, .manage-hyperin-admin.dockbar-ready header#banner {
      top: 37px; } }
  .manage-hyperin-tenants .hamburger-button, .manage-hyperin-admin .hamburger-button {
    height: 48px;
    width: 48px;
    cursor: pointer;
    display: inline-block;
    background: #269c93 url("../img/hamburger.svg") no-repeat center; }
    @media screen and (min-width: 768px) {
      .manage-hyperin-tenants .hamburger-button, .manage-hyperin-admin .hamburger-button {
        padding: 8px; } }
  .manage-hyperin-tenants .shopping-center-name, .manage-hyperin-admin .shopping-center-name {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: normal;
    position: absolute;
    left: 64px;
    top: 13px;
    line-height: 20px; }
    @media screen and (min-width: 768px) {
      .manage-hyperin-tenants .shopping-center-name, .manage-hyperin-admin .shopping-center-name {
        font-size: 24px;
        line-height: 32px;
        top: 16px;
        left: 88px; } }
  .manage-hyperin-tenants .language-selector.desktop, .manage-hyperin-admin .language-selector.desktop {
    position: relative;
    float: right;
    display: none;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    line-height: 64px;
    padding: 0 16px;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */ }
    @media screen and (min-width: 768px) {
      .manage-hyperin-tenants .language-selector.desktop, .manage-hyperin-admin .language-selector.desktop {
        display: block;
        line-height: 29px;
        margin-top: 17.5px; } }
    .manage-hyperin-tenants .language-selector.desktop .language-list, .manage-hyperin-admin .language-selector.desktop .language-list {
      display: none;
      background-color: #12121A;
      position: absolute;
      list-style: none;
      padding: 0;
      margin: 0;
      width: 196px;
      top: 46.5px;
      right: -15px; }
      .manage-hyperin-tenants .language-selector.desktop .language-list li, .manage-hyperin-admin .language-selector.desktop .language-list li {
        text-align: right; }
        .manage-hyperin-tenants .language-selector.desktop .language-list li a, .manage-hyperin-admin .language-selector.desktop .language-list li a {
          color: white;
          text-decoration: none;
          font-size: 16px;
          padding: 11px 16px;
          display: block; }
        .manage-hyperin-tenants .language-selector.desktop .language-list li:hover, .manage-hyperin-admin .language-selector.desktop .language-list li:hover {
          background: white; }
          .manage-hyperin-tenants .language-selector.desktop .language-list li:hover a, .manage-hyperin-admin .language-selector.desktop .language-list li:hover a {
            color: black; }
    .manage-hyperin-tenants .language-selector.desktop.active .language-list, .manage-hyperin-admin .language-selector.desktop.active .language-list {
      display: block; }
  .manage-hyperin-tenants .language-selector.mobile, .manage-hyperin-admin .language-selector.mobile {
    position: fixed;
    z-index: 1500;
    height: 100%;
    top: -101%;
    left: 0;
    right: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#269c93+0,2170d9+100 */
    background: #269c93;
    /* Old browsers */
    background: -moz-linear-gradient(top, #269c93 0%, #2170d9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #269c93 0%, #2170d9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #269c93 0%, #2170d9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#269c93', endColorstr='#2170d9',GradientType=0 );
    /* IE6-9 */ }
    .manage-hyperin-tenants .language-selector.mobile.active, .manage-hyperin-admin .language-selector.mobile.active {
      top: 0; }
    .manage-hyperin-tenants .language-selector.mobile .current-language, .manage-hyperin-admin .language-selector.mobile .current-language {
      display: none; }
    .manage-hyperin-tenants .language-selector.mobile .overlay__list-holder, .manage-hyperin-admin .language-selector.mobile .overlay__list-holder {
      width: 100%;
      height: calc(100% - 66px);
      overflow-y: auto; }
    .manage-hyperin-tenants .language-selector.mobile ul, .manage-hyperin-admin .language-selector.mobile ul {
      padding: 0;
      margin: 0;
      list-style: none;
      width: 100%; }
    .manage-hyperin-tenants .language-selector.mobile li, .manage-hyperin-admin .language-selector.mobile li {
      position: relative; }
    .manage-hyperin-tenants .language-selector.mobile a, .manage-hyperin-admin .language-selector.mobile a {
      text-decoration: none;
      color: white !important;
      display: block;
      font-weight: 500;
      padding: 14px 19px 15px 41px;
      font-size: 14px;
      line-height: 20px; }
    .manage-hyperin-tenants .language-selector.mobile a.active, .manage-hyperin-admin .language-selector.mobile a.active {
      border-left: 4px solid white;
      padding-left: 37px;
      background-color: rgba(255, 255, 255, 0.15); }
  .manage-hyperin-tenants .logout-desktop, .manage-hyperin-admin .logout-desktop {
    position: relative;
    float: right; }
  .manage-hyperin-tenants .logout-desktop__link, .manage-hyperin-admin .logout-desktop__link {
    font-size: 16px;
    line-height: 29px;
    padding: 0 16px;
    margin-top: 17.5px;
    border-left: 1px solid white;
    color: white;
    display: none;
    text-decoration: none;
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      .manage-hyperin-tenants .logout-desktop__link, .manage-hyperin-admin .logout-desktop__link {
        display: block; } }
  .manage-hyperin-tenants .banner-notification, .manage-hyperin-admin .banner-notification {
    background: #474747;
    height: auto;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: -1;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    padding: 12px 56px 12px 12px;
    box-sizing: border-box;
    overflow: hidden; }
    .manage-hyperin-tenants .banner-notification.banner-notification--closed, .manage-hyperin-admin .banner-notification.banner-notification--closed {
      height: 0;
      padding: 0; }
    @media screen and (min-width: 768px) {
      .manage-hyperin-tenants .banner-notification, .manage-hyperin-admin .banner-notification {
        top: 64px;
        height: 64px;
        position: absolute;
        line-height: 64px;
        padding: 0; } }
    .manage-hyperin-tenants .banner-notification a, .manage-hyperin-admin .banner-notification a {
      color: #269C93; }
    @media screen and (min-width: 768px) {
      .manage-hyperin-tenants .banner-notification br, .manage-hyperin-admin .banner-notification br {
        display: none; } }
    .manage-hyperin-tenants .banner-notification .banner-notification__close, .manage-hyperin-admin .banner-notification .banner-notification__close {
      background-image: url(../img/close-exit-light.svg);
      background-size: contain;
      width: 48px;
      height: 48px;
      position: absolute;
      top: 8px;
      right: 8px;
      cursor: pointer;
      opacity: 0.4; }
  @media screen and (min-width: 768px) {
    .manage-hyperin-tenants, .manage-hyperin-admin {
      padding-top: 64px; }
      .manage-hyperin-tenants .navigation__mobile-separator, .manage-hyperin-tenants .navigation__mobile-language, .manage-hyperin-tenants .navigation__mobile-logout, .manage-hyperin-admin .navigation__mobile-separator, .manage-hyperin-admin .navigation__mobile-language, .manage-hyperin-admin .navigation__mobile-logout {
        display: none; }
      .manage-hyperin-tenants .language-selector.mobile, .manage-hyperin-admin .language-selector.mobile {
        display: none; } }
  .manage-hyperin-tenants.has-notifications, .manage-hyperin-admin.has-notifications {
    padding-top: 64px; }
    @media screen and (min-width: 768px) {
      .manage-hyperin-tenants.has-notifications, .manage-hyperin-admin.has-notifications {
        padding-top: 128px; } }
  .manage-hyperin-tenants.dockbar-ready.has-notifications, .manage-hyperin-admin.dockbar-ready.has-notifications {
    padding-top: 101px; }
    @media screen and (min-width: 768px) {
      .manage-hyperin-tenants.dockbar-ready.has-notifications, .manage-hyperin-admin.dockbar-ready.has-notifications {
        padding-top: 165px; } }
  .manage-hyperin-tenants.dockbar-ready .banner-notification, .manage-hyperin-admin.dockbar-ready .banner-notification {
    top: 37px; }
  @media screen and (min-width: 768px) {
    .manage-hyperin-tenants.dockbar-ready, .manage-hyperin-admin.dockbar-ready {
      padding-top: 100px; }
      .manage-hyperin-tenants.dockbar-ready .banner-notification, .manage-hyperin-admin.dockbar-ready .banner-notification {
        top: 64px; }
      .manage-hyperin-tenants.dockbar-ready .portlet-dockbar, .manage-hyperin-admin.dockbar-ready .portlet-dockbar {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 950; } }
  .manage-hyperin-tenants .language-selector .portlet-borderless-bar, .manage-hyperin-admin .language-selector .portlet-borderless-bar {
    width: 100px;
    right: 150%; }
  .manage-hyperin-tenants .language-selector .portlet-title-default, .manage-hyperin-admin .language-selector .portlet-title-default {
    line-height: 1.5em; }
  .manage-hyperin-tenants .dockbar, .manage-hyperin-admin .dockbar {
    visibility: visible; }
  .manage-hyperin-tenants .navigation, .manage-hyperin-admin .navigation {
    height: 100%;
    width: 100%;
    background: white;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 1000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-right: 0 solid #CADDED;
    visibility: visible; }
    .manage-hyperin-tenants .navigation.active, .manage-hyperin-admin .navigation.active {
      left: 0; }
    .manage-hyperin-tenants .navigation a, .manage-hyperin-admin .navigation a {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-tap-highlight-color: transparent; }
    @media screen and (min-width: 768px) {
      .manage-hyperin-tenants .navigation, .manage-hyperin-admin .navigation {
        top: 64px;
        width: 280px;
        left: -281px;
        border-right-width: 1px; } }
  .manage-hyperin-tenants .navigation__container, .manage-hyperin-admin .navigation__container {
    position: relative;
    left: 0;
    height: calc(100% - 175px); }
    .manage-hyperin-tenants .navigation__container.submenu-active, .manage-hyperin-admin .navigation__container.submenu-active {
      left: -100%; }
      @media screen and (min-width: 768px) {
        .manage-hyperin-tenants .navigation__container.submenu-active, .manage-hyperin-admin .navigation__container.submenu-active {
          left: 0; } }
  .manage-hyperin-tenants .navigation__scroller, .manage-hyperin-admin .navigation__scroller {
    position: relative;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden; }
  .manage-hyperin-tenants .navigation__action-panel, .manage-hyperin-admin .navigation__action-panel {
    height: 64px;
    width: 100%;
    border-bottom: 1px solid #CADDED;
    background: white;
    z-index: 1000;
    position: absolute;
    top: 175px; }
    @media screen and (min-width: 768px) {
      .manage-hyperin-tenants .navigation__action-panel, .manage-hyperin-admin .navigation__action-panel {
        display: none; } }
  .manage-hyperin-tenants .navigation__action-panel__main-level,
  .manage-hyperin-tenants .navigation__action-panel__current-item, .manage-hyperin-admin .navigation__action-panel__main-level,
  .manage-hyperin-admin .navigation__action-panel__current-item {
    font-size: 21px;
    color: black;
    font-weight: 400;
    text-align: center;
    line-height: 66px;
    margin-left: 48px;
    width: calc(100% - 96px);
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap; }
  .manage-hyperin-tenants .navigation__action-panel__back, .manage-hyperin-admin .navigation__action-panel__back {
    background-image: url(../img/arrow--left.svg);
    background-size: contain;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 8px;
    left: 0;
    cursor: pointer;
    display: none; }
  .manage-hyperin-tenants .navigation__action-panel__close, .manage-hyperin-admin .navigation__action-panel__close {
    background-image: url(../img/close-exit.svg);
    background-size: contain;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 8px;
    right: 0;
    cursor: pointer; }
  .manage-hyperin-tenants .sub-navigation, .manage-hyperin-admin .sub-navigation {
    z-index: 1050;
    top: 0;
    position: absolute;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    @media screen and (min-width: 768px) {
      .manage-hyperin-tenants .sub-navigation, .manage-hyperin-admin .sub-navigation {
        z-index: 150; } }
  .manage-hyperin-tenants .navigation__sc-selector, .manage-hyperin-admin .navigation__sc-selector {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#269c93+0,2170d9+100 */
    background: #269c93;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #269c93 0%, #2170d9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #269c93 0%, #2170d9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #269c93 0%, #2170d9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#269c93', endColorstr='#2170d9',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    width: 100%;
    height: 175px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .manage-hyperin-tenants .navigation__sc-selector, .manage-hyperin-admin .navigation__sc-selector {
        height: 175px; } }
  .manage-hyperin-tenants .navigation__sc-selector__background, .manage-hyperin-admin .navigation__sc-selector__background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("../img/logo-bg-shades.svg");
    background-size: cover;
    cursor: pointer; }
  .manage-hyperin-tenants .navigation__sc-selector.disabled .navigation__sc-selector__background, .manage-hyperin-admin .navigation__sc-selector.disabled .navigation__sc-selector__background {
    cursor: default; }
  .manage-hyperin-tenants .navigation__sc-selector__logo, .manage-hyperin-admin .navigation__sc-selector__logo {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 60px);
    margin: 30px 15px; }
  .manage-hyperin-tenants .navigation__sc-selector__switch, .manage-hyperin-admin .navigation__sc-selector__switch {
    opacity: 0.6;
    font-size: 14px;
    line-height: 19px;
    color: white;
    position: absolute;
    left: 48px;
    bottom: 10px;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .manage-hyperin-tenants .navigation__sc-selector__switch, .manage-hyperin-admin .navigation__sc-selector__switch {
        left: 40px; } }
    .manage-hyperin-tenants .navigation__sc-selector__switch:before, .manage-hyperin-admin .navigation__sc-selector__switch:before {
      content: '';
      width: 24px;
      height: 24px;
      position: absolute;
      left: -32px;
      top: -3px;
      background-image: url(../img/light/arrow-chewron-down.svg);
      background-size: contain;
      background-repeat: no-repeat; }
  .manage-hyperin-tenants .navigation__first-level-list, .manage-hyperin-admin .navigation__first-level-list {
    background: white;
    left: 0;
    list-style: none;
    margin: 65px 0 0 0; }
    @media screen and (min-width: 768px) {
      .manage-hyperin-tenants .navigation__first-level-list, .manage-hyperin-admin .navigation__first-level-list {
        margin-top: 0; } }
  .manage-hyperin-tenants .navigation__first-level-item, .manage-hyperin-admin .navigation__first-level-item {
    background: white;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    color: #3696FF; }
    .manage-hyperin-tenants .navigation__first-level-item.selected .navigation__first-level-item__text, .manage-hyperin-admin .navigation__first-level-item.selected .navigation__first-level-item__text {
      color: inherit; }
  .manage-hyperin-tenants .navigation__first-level-item__text, .manage-hyperin-admin .navigation__first-level-item__text {
    z-index: 250;
    display: block;
    position: relative;
    padding: 14px 19px 15px 48px;
    margin-right: 40px;
    text-decoration: none !important;
    color: black;
    opacity: 0.6;
    font-weight: 500;
    width: calc(100% - 116px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
    @media screen and (min-width: 768px) {
      .manage-hyperin-tenants .navigation__first-level-item__text, .manage-hyperin-admin .navigation__first-level-item__text {
        width: calc(100% - 58px);
        padding: 14px 19px 14px 20px;
        margin-left: 20px;
        margin-right: auto;
        font-weight: 400; }
        .manage-hyperin-tenants .navigation__first-level-item__text:hover, .manage-hyperin-admin .navigation__first-level-item__text:hover {
          opacity: 1; } }
  .manage-hyperin-tenants .navigation__first-level-item.active .navigation__first-level-item__text, .manage-hyperin-admin .navigation__first-level-item.active .navigation__first-level-item__text {
    opacity: 1;
    color: inherit; }
  .manage-hyperin-tenants .navigation__expand-link, .manage-hyperin-admin .navigation__expand-link {
    display: block;
    background: url(../img/arrow-chewron-right.svg) no-repeat center;
    background-size: contain;
    height: 32px;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 48px;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #CADDED;
    z-index: 250;
    opacity: 0.4; }
    @media screen and (min-width: 768px) {
      .manage-hyperin-tenants .navigation__expand-link, .manage-hyperin-admin .navigation__expand-link {
        border-left-width: 0;
        background: none;
        left: 0;
        right: auto;
        height: 48px;
        width: 24px;
        margin: 0;
        opacity: 1; }
        .manage-hyperin-tenants .navigation__expand-link:before, .manage-hyperin-admin .navigation__expand-link:before {
          content: '+';
          color: black;
          font-size: 21px;
          opacity: 0.6;
          padding: 14px 6px;
          position: absolute;
          top: 0; } }
  .manage-hyperin-tenants .navigation__expand-background, .manage-hyperin-admin .navigation__expand-background {
    z-index: 225;
    position: absolute;
    height: 48px;
    width: 0;
    left: 0;
    top: 0;
    background-color: #3696FF; }
  .manage-hyperin-tenants .navigation__hover-background, .manage-hyperin-admin .navigation__hover-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    background-color: #F2F9FF; }
  .manage-hyperin-tenants .navigation__first-level-item.active .navigation__hover-background, .manage-hyperin-tenants .navigation__first-level-item.selected .navigation__hover-background, .manage-hyperin-admin .navigation__first-level-item.active .navigation__hover-background, .manage-hyperin-admin .navigation__first-level-item.selected .navigation__hover-background {
    display: block; }
  @media screen and (min-width: 768px) {
    .manage-hyperin-tenants .navigation__first-level-item.active .navigation__expand-link:before, .manage-hyperin-admin .navigation__first-level-item.active .navigation__expand-link:before {
      color: white;
      opacity: 1; }
    .manage-hyperin-tenants .navigation__first-level-item:hover .navigation__expand-background, .manage-hyperin-admin .navigation__first-level-item:hover .navigation__expand-background {
      width: 0; }
    .manage-hyperin-tenants .navigation__first-level-item.active .navigation__expand-background, .manage-hyperin-admin .navigation__first-level-item.active .navigation__expand-background {
      width: 24px; } }
  .manage-hyperin-tenants .navigation__second-level-list-holder, .manage-hyperin-admin .navigation__second-level-list-holder {
    visibility: hidden;
    left: -100%;
    top: 242px;
    bottom: 0;
    position: fixed;
    background: #F2F9FF;
    width: 100%;
    display: block;
    padding-top: 0;
    border-right: 1px solid #CADDED; }
    @media screen and (max-width: 767px) {
      .manage-hyperin-tenants .navigation__second-level-list-holder, .manage-hyperin-admin .navigation__second-level-list-holder {
        max-height: calc(100% - 242px);
        background: white !important; } }
    @media screen and (min-width: 768px) {
      .manage-hyperin-tenants .navigation__second-level-list-holder, .manage-hyperin-admin .navigation__second-level-list-holder {
        top: 64px;
        left: 0;
        width: 280px;
        padding-top: 175px;
        max-height: 100%; } }
  .manage-hyperin-tenants .active + .sub-navigation .navigation__second-level-list-holder, .manage-hyperin-admin .active + .sub-navigation .navigation__second-level-list-holder {
    left: 100%; }
    @media screen and (min-width: 768px) {
      .manage-hyperin-tenants .active + .sub-navigation .navigation__second-level-list-holder, .manage-hyperin-admin .active + .sub-navigation .navigation__second-level-list-holder {
        left: 0; } }
    .manage-hyperin-tenants .active + .sub-navigation .navigation__second-level-list-holder.active, .manage-hyperin-admin .active + .sub-navigation .navigation__second-level-list-holder.active {
      visibility: visible;
      left: 0; }
      @media screen and (min-width: 768px) {
        .manage-hyperin-tenants .active + .sub-navigation .navigation__second-level-list-holder.active, .manage-hyperin-admin .active + .sub-navigation .navigation__second-level-list-holder.active {
          left: 280px;
          display: block; } }
  .manage-hyperin-tenants .navigation__second-level-list-scroller, .manage-hyperin-admin .navigation__second-level-list-scroller {
    position: relative;
    height: 100%;
    overflow-y: auto; }
  .manage-hyperin-tenants .navigation__second-level-list, .manage-hyperin-admin .navigation__second-level-list {
    position: relative;
    list-style: none;
    margin: 0;
    width: 100%; }
  .manage-hyperin-tenants .navigation__second-level-item, .manage-hyperin-admin .navigation__second-level-item {
    position: relative; }
  .manage-hyperin-tenants .navigation__second-level-item__text, .manage-hyperin-admin .navigation__second-level-item__text {
    display: block;
    text-decoration: none !important;
    color: black;
    opacity: 0.6;
    font-weight: 500;
    padding: 13px 19px 14px 48px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    width: calc(100% - 66px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .manage-hyperin-tenants .navigation__second-level-item.selected .navigation__second-level-item__text, .manage-hyperin-admin .navigation__second-level-item.selected .navigation__second-level-item__text {
    opacity: 1;
    color: inherit; }
  .manage-hyperin-tenants .navigation__second-level-item__hover-background, .manage-hyperin-admin .navigation__second-level-item__hover-background {
    background-color: #3696FF;
    z-index: 225;
    position: absolute;
    height: 47px;
    width: 0;
    left: 0;
    top: 0; }
  .manage-hyperin-tenants .navigation__second-level-item, .manage-hyperin-admin .navigation__second-level-item {
    border-top: 0 solid #CADDED;
    border-bottom: 0 solid #CADDED; }
    .manage-hyperin-tenants .navigation__second-level-item.selected .navigation__second-level-item__hover-background, .manage-hyperin-admin .navigation__second-level-item.selected .navigation__second-level-item__hover-background {
      width: 4px; }
    @media screen and (min-width: 768px) {
      .manage-hyperin-tenants .navigation__second-level-item, .manage-hyperin-admin .navigation__second-level-item {
        border-top-width: 1px; }
        .manage-hyperin-tenants .navigation__second-level-item:last-child, .manage-hyperin-admin .navigation__second-level-item:last-child {
          border-bottom-width: 1px; }
        .manage-hyperin-tenants .navigation__second-level-item:hover .navigation__second-level-item__text, .manage-hyperin-tenants .navigation__second-level-item:active .navigation__second-level-item__text, .manage-hyperin-tenants .navigation__second-level-item:focus .navigation__second-level-item__text, .manage-hyperin-admin .navigation__second-level-item:hover .navigation__second-level-item__text, .manage-hyperin-admin .navigation__second-level-item:active .navigation__second-level-item__text, .manage-hyperin-admin .navigation__second-level-item:focus .navigation__second-level-item__text {
          opacity: 1; }
        .manage-hyperin-tenants .navigation__second-level-item:hover .navigation__second-level-item__hover-background, .manage-hyperin-tenants .navigation__second-level-item:active .navigation__second-level-item__hover-background, .manage-hyperin-tenants .navigation__second-level-item:focus .navigation__second-level-item__hover-background, .manage-hyperin-admin .navigation__second-level-item:hover .navigation__second-level-item__hover-background, .manage-hyperin-admin .navigation__second-level-item:active .navigation__second-level-item__hover-background, .manage-hyperin-admin .navigation__second-level-item:focus .navigation__second-level-item__hover-background {
          width: 4px; } }
  .manage-hyperin-tenants .navigation__mobile-separator, .manage-hyperin-admin .navigation__mobile-separator {
    background: #CADDED;
    height: 2px;
    width: 48.8%;
    margin: 15px auto; }
    @media screen and (min-width: 768px) {
      .manage-hyperin-tenants .navigation__mobile-separator, .manage-hyperin-admin .navigation__mobile-separator {
        display: none; } }
  .manage-hyperin-tenants .navigation__mobile-language, .manage-hyperin-tenants .navigation__mobile-logout, .manage-hyperin-admin .navigation__mobile-language, .manage-hyperin-admin .navigation__mobile-logout {
    padding: 6px 19px 7px 0;
    cursor: pointer; }
  .manage-hyperin-tenants .navigation__mobile-logout__icon, .manage-hyperin-admin .navigation__mobile-logout__icon {
    background-image: url("../img/log-out.svg"); }
  .manage-hyperin-tenants .navigation__mobile-language__icon, .manage-hyperin-admin .navigation__mobile-language__icon {
    background-image: url("../img/language-translate.svg"); }
  .manage-hyperin-tenants .navigation__mobile-logout__icon, .manage-hyperin-tenants .navigation__mobile-language__icon, .manage-hyperin-admin .navigation__mobile-logout__icon, .manage-hyperin-admin .navigation__mobile-language__icon {
    height: 48px;
    width: 48px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    margin-left: 0;
    background-size: contain;
    background-position: center; }
  .manage-hyperin-tenants .navigation__mobile-language__text, .manage-hyperin-tenants .navigation__mobile-logout__text, .manage-hyperin-admin .navigation__mobile-language__text, .manage-hyperin-admin .navigation__mobile-logout__text {
    color: black;
    opacity: 0.6;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    text-decoration: none; }
  .manage-hyperin-tenants .shopping-center-selector, .manage-hyperin-admin .shopping-center-selector {
    position: fixed;
    z-index: 1500;
    height: 100%;
    top: -101%;
    left: 0;
    right: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#269c93+0,2170d9+100 */
    background: #269c93;
    /* Old browsers */
    background: -moz-linear-gradient(top, #269c93 0%, #2170d9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #269c93 0%, #2170d9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #269c93 0%, #2170d9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#269c93', endColorstr='#2170d9',GradientType=0 );
    /* IE6-9 */ }
    .manage-hyperin-tenants .shopping-center-selector.active, .manage-hyperin-admin .shopping-center-selector.active {
      top: 0; }
    .manage-hyperin-tenants .shopping-center-selector .overlay__list-holder, .manage-hyperin-admin .shopping-center-selector .overlay__list-holder {
      width: 100%;
      height: calc(100% - 162px);
      overflow-y: auto; }
      @media screen and (min-width: 768px) {
        .manage-hyperin-tenants .shopping-center-selector .overlay__list-holder, .manage-hyperin-admin .shopping-center-selector .overlay__list-holder {
          height: calc(100% - 88px); } }
    .manage-hyperin-tenants .shopping-center-selector ul, .manage-hyperin-admin .shopping-center-selector ul {
      padding: 0;
      margin: 0;
      list-style: none;
      width: 100%;
      padding-top: 20px; }
      @media screen and (min-width: 768px) {
        .manage-hyperin-tenants .shopping-center-selector ul, .manage-hyperin-admin .shopping-center-selector ul {
          margin: 0 auto;
          width: 340px; } }
    .manage-hyperin-tenants .shopping-center-selector li, .manage-hyperin-admin .shopping-center-selector li {
      position: relative; }
    .manage-hyperin-tenants .shopping-center-selector li.active, .manage-hyperin-admin .shopping-center-selector li.active {
      border-left: 4px solid white;
      background-color: rgba(255, 255, 255, 0.15); }
      .manage-hyperin-tenants .shopping-center-selector li.active a, .manage-hyperin-admin .shopping-center-selector li.active a {
        padding-left: 37px; }
    .manage-hyperin-tenants .shopping-center-selector a, .manage-hyperin-admin .shopping-center-selector a {
      text-decoration: none;
      color: white !important;
      display: block;
      font-weight: 500;
      padding: 14px 19px 15px 41px;
      font-size: 14px;
      line-height: 20px; }
  .manage-hyperin-tenants .overlay__header, .manage-hyperin-admin .overlay__header {
    color: white;
    display: block;
    font-size: 21px;
    line-height: 28px;
    padding-top: 18px;
    padding-left: 24px;
    padding-bottom: 18px; }
    @media screen and (min-width: 768px) {
      .manage-hyperin-tenants .overlay__header, .manage-hyperin-admin .overlay__header {
        border: none;
        padding-bottom: 26px;
        text-align: center;
        font-size: 24px;
        line-height: 32px;
        padding-top: 30px; } }
    .manage-hyperin-tenants .overlay__header::after, .manage-hyperin-admin .overlay__header::after {
      content: '';
      background: rgba(255, 255, 255, 0.6);
      height: 2px;
      width: 100%;
      position: absolute;
      top: 64px;
      left: 0; }
      @media screen and (min-width: 768px) {
        .manage-hyperin-tenants .overlay__header::after, .manage-hyperin-admin .overlay__header::after {
          width: 340px;
          top: 86px;
          left: calc(50% - 170px); } }
  .manage-hyperin-tenants .overlay__close, .manage-hyperin-admin .overlay__close {
    background-image: url(../img/close-exit-light.svg);
    background-size: contain;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .manage-hyperin-tenants .overlay__close, .manage-hyperin-admin .overlay__close {
        top: 24px;
        right: 24px; } }
  .manage-hyperin-tenants .overlay__list-holder, .manage-hyperin-admin .overlay__list-holder {
    height: calc(100% - 66px); }
  .manage-hyperin-tenants .overlay__list, .manage-hyperin-admin .overlay__list {
    position: relative; }
  .manage-hyperin-tenants .overlay__footer, .manage-hyperin-admin .overlay__footer {
    color: white;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 28px;
    padding-top: 13px;
    padding-left: 24px;
    padding-bottom: 13px;
    border-top: 2px solid rgba(255, 255, 255, 0.6); }
    @media screen and (min-width: 768px) {
      .manage-hyperin-tenants .overlay__footer, .manage-hyperin-admin .overlay__footer {
        border: none;
        bottom: auto;
        top: 103px;
        left: calc(50% - -150px);
        padding: 0; } }
    @media screen and (min-width: 1024px) {
      .manage-hyperin-tenants .overlay__footer, .manage-hyperin-admin .overlay__footer {
        left: calc(50% - -250px); } }
  .manage-hyperin-tenants .overlay__footer__top-text, .manage-hyperin-admin .overlay__footer__top-text {
    font-size: 16px;
    line-height: 21px;
    display: block;
    font-weight: 400; }
  .manage-hyperin-tenants .overlay__footer__bottom-text, .manage-hyperin-admin .overlay__footer__bottom-text {
    opacity: 0.6;
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    line-height: 19px; }
  .manage-hyperin-tenants footer, .manage-hyperin-admin footer {
    position: relative;
    width: 100%;
    background: white;
    text-align: center;
    color: #848b8d;
    font-size: 14px; }
  .manage-hyperin-tenants .footer__content-wrapper, .manage-hyperin-admin .footer__content-wrapper {
    display: block;
    margin: 0 auto;
    line-height: 24px;
    text-align: center; }
    @media screen and (min-width: 480px) {
      .manage-hyperin-tenants .footer__content-wrapper, .manage-hyperin-admin .footer__content-wrapper {
        display: inline-block;
        margin: 0 auto;
        text-align: center; } }
  .manage-hyperin-tenants .footer__copyright, .manage-hyperin-tenants .footer__terms-of-service, .manage-hyperin-admin .footer__copyright, .manage-hyperin-admin .footer__terms-of-service {
    display: block; }
    .manage-hyperin-tenants .footer__copyright a, .manage-hyperin-tenants .footer__terms-of-service a, .manage-hyperin-admin .footer__copyright a, .manage-hyperin-admin .footer__terms-of-service a {
      color: inherit;
      font-weight: inherit;
      white-space: nowrap; }
  .manage-hyperin-tenants .footer__copyright, .manage-hyperin-admin .footer__copyright {
    margin-top: 12px; }
    @media screen and (min-width: 650px) {
      .manage-hyperin-tenants .footer__copyright, .manage-hyperin-admin .footer__copyright {
        display: inline-block; } }
  .manage-hyperin-tenants .footer__terms-of-service, .manage-hyperin-admin .footer__terms-of-service {
    margin-bottom: 12px; }
    @media screen and (min-width: 650px) {
      .manage-hyperin-tenants .footer__terms-of-service, .manage-hyperin-admin .footer__terms-of-service {
        display: inline-block; } }
  .manage-hyperin-tenants .footer__separator, .manage-hyperin-admin .footer__separator {
    display: none; }
    @media screen and (min-width: 650px) {
      .manage-hyperin-tenants .footer__separator, .manage-hyperin-admin .footer__separator {
        display: inline-block;
        vertical-align: middle;
        border-right: 1px solid #7c7d7f;
        padding-left: 20px;
        margin-right: 20px;
        margin-bottom: 5px;
        height: 29px; } }
  .manage-hyperin-tenants .terms-of-service__separator:first-child, .manage-hyperin-admin .terms-of-service__separator:first-child {
    display: none; }
    @media screen and (min-width: 480px) {
      .manage-hyperin-tenants .terms-of-service__separator:first-child, .manage-hyperin-admin .terms-of-service__separator:first-child {
        display: inline; } }
  @media screen and (min-width: 768px) {
    .manage-hyperin-tenants .navigation__mobile-separator, .manage-hyperin-tenants .navigation__mobile-language, .manage-hyperin-tenants .navigation__mobile-logout, .manage-hyperin-admin .navigation__mobile-separator, .manage-hyperin-admin .navigation__mobile-language, .manage-hyperin-admin .navigation__mobile-logout {
      display: none; } }
  @media screen and (min-width: 768px) {
    .manage-hyperin-tenants.dockbar-ready .navigation, .manage-hyperin-admin.dockbar-ready .navigation {
      top: 101px;
      height: calc(100% - 101px);
      z-index: 900; }
    .manage-hyperin-tenants.dockbar-ready .sub-navigation, .manage-hyperin-admin.dockbar-ready .sub-navigation {
      z-index: 800; }
    .manage-hyperin-tenants.dockbar-ready .navigation__second-level-list-holder, .manage-hyperin-admin.dockbar-ready .navigation__second-level-list-holder {
      top: 101px; } }

.terms-of-service-error {
  display: none;
  color: red; }

/* SUPPORT CLASSES */
.transition-250 {
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear; }

.transition-125 {
  -webkit-transition: all 125ms linear;
  -moz-transition: all 125ms linear;
  -ms-transition: all 125ms linear;
  -o-transition: all 125ms linear;
  transition: all 125ms linear; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.noscroll {
  height: calc(100% - 100px); }
  html.safari601.mobile .noscroll {
    height: 148.4%; }
    @media screen and (min-width: 1024px) {
      html.safari601.mobile .noscroll {
        height: 111.3%; } }

.noscroll #wrapper {
  overflow: hidden;
  height: 100%; }

/* FROM OLD THEME */
.manage-hyperin-tenants, .manage-hyperin-admin {
  /*Fixed width is causing scrolling on lower resolution screens.
   It can be fixed by making width 100% but it requires regression
   testing as it is used everywhere in portal. If a portlet requires responsive design than find the required portlet
   in liferay-portlet.xml and add hyperin-portal-responsive.css to that portlet as follows.
    Find the required portlet in liferay-portlet.xml and than add this file as follows
    <header-portlet-css>/css/hyperin-portal-responsive.css</header-portlet-css>
   */ }
  .manage-hyperin-tenants #wrapper, .manage-hyperin-admin #wrapper {
    margin: 0 auto;
    width: 1140px;
    background-color: #fff; }
  .manage-hyperin-tenants .button.gform-handled b, .manage-hyperin-admin .button.gform-handled b {
    line-height: 15px; }

@media only screen and (max-width: 320px) {
  .mdl-textfield {
    box-sizing: border-box;
    width: 100%; } }
body.landing-page {
  height: 100%; }

.landing-page {
  /* WRAPPER'S BACKGROUND */
  /* LIFERAY OVERRIDES */
  /* ADDITIONAL OVERWRITES */
  /* NAVIGATION */
  /* LOGIN PANEL */
  /* FORGOT PASSWORD */
  /* HELP */ }
  .landing-page #wrapper.customized {
    background-color: white;
    width: 100%;
    position: relative; }
    @media screen and (max-width: 479px) {
      .landing-page #wrapper.customized {
        background-image: none !important; } }
    @media screen and (min-width: 480px) {
      .landing-page #wrapper.customized {
        height: 100%;
        min-height: 100%;
        background-color: #1a2226;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed; } }
  .landing-page .portlet-topper {
    display: none; }
  .landing-page .portlet-boundary_58_ .portlet-msg-error,
  .landing-page .portlet-boundary_58_ .lfr-message-error,
  .landing-page .portlet-boundary_58_ .portlet-msg-success {
    display: none; }
  .landing-page .portlet-msg-error + fieldset {
    margin-top: 10px; }
  .landing-page header#banner {
    background-color: #12121A;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 48px;
    z-index: 500; }
    @media screen and (min-width: 768px) {
      .landing-page header#banner {
        bottom: initial;
        top: 0;
        height: 64px;
        z-index: 900; } }
  @media screen and (min-width: 768px) {
    .landing-page.dockbar-ready header#banner {
      top: 37px; } }
  .landing-page .hamburger-button {
    height: 48px;
    width: 48px;
    cursor: pointer;
    display: inline-block;
    background: #269c93 url("../img/hamburger.svg") no-repeat center; }
    @media screen and (min-width: 768px) {
      .landing-page .hamburger-button {
        padding: 8px; } }
  .landing-page .shopping-center-name {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: normal;
    position: absolute;
    left: 64px;
    top: 13px;
    line-height: 20px; }
    @media screen and (min-width: 768px) {
      .landing-page .shopping-center-name {
        font-size: 24px;
        line-height: 32px;
        top: 16px;
        left: 88px; } }
  .landing-page .language-selector.desktop {
    position: relative;
    float: right;
    display: none;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    line-height: 64px;
    padding: 0 16px;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */ }
    @media screen and (min-width: 768px) {
      .landing-page .language-selector.desktop {
        display: block;
        line-height: 29px;
        margin-top: 17.5px; } }
    .landing-page .language-selector.desktop .language-list {
      display: none;
      background-color: #12121A;
      position: absolute;
      list-style: none;
      padding: 0;
      margin: 0;
      width: 196px;
      top: 46.5px;
      right: -15px; }
      .landing-page .language-selector.desktop .language-list li {
        text-align: right; }
        .landing-page .language-selector.desktop .language-list li a {
          color: white;
          text-decoration: none;
          font-size: 16px;
          padding: 11px 16px;
          display: block; }
        .landing-page .language-selector.desktop .language-list li:hover {
          background: white; }
          .landing-page .language-selector.desktop .language-list li:hover a {
            color: black; }
    .landing-page .language-selector.desktop.active .language-list {
      display: block; }
  .landing-page .language-selector.mobile {
    position: fixed;
    z-index: 1500;
    height: 100%;
    top: -101%;
    left: 0;
    right: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#269c93+0,2170d9+100 */
    background: #269c93;
    /* Old browsers */
    background: -moz-linear-gradient(top, #269c93 0%, #2170d9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #269c93 0%, #2170d9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #269c93 0%, #2170d9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#269c93', endColorstr='#2170d9',GradientType=0 );
    /* IE6-9 */ }
    .landing-page .language-selector.mobile.active {
      top: 0; }
    .landing-page .language-selector.mobile .current-language {
      display: none; }
    .landing-page .language-selector.mobile .overlay__list-holder {
      width: 100%;
      height: calc(100% - 66px);
      overflow-y: auto; }
    .landing-page .language-selector.mobile ul {
      padding: 0;
      margin: 0;
      list-style: none;
      width: 100%; }
    .landing-page .language-selector.mobile li {
      position: relative; }
    .landing-page .language-selector.mobile a {
      text-decoration: none;
      color: white !important;
      display: block;
      font-weight: 500;
      padding: 14px 19px 15px 41px;
      font-size: 14px;
      line-height: 20px; }
    .landing-page .language-selector.mobile a.active {
      border-left: 4px solid white;
      padding-left: 37px;
      background-color: rgba(255, 255, 255, 0.15); }
  .landing-page .logout-desktop {
    position: relative;
    float: right; }
  .landing-page .logout-desktop__link {
    font-size: 16px;
    line-height: 29px;
    padding: 0 16px;
    margin-top: 17.5px;
    border-left: 1px solid white;
    color: white;
    display: none;
    text-decoration: none;
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      .landing-page .logout-desktop__link {
        display: block; } }
  .landing-page .banner-notification {
    background: #474747;
    height: auto;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: -1;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    padding: 12px 56px 12px 12px;
    box-sizing: border-box;
    overflow: hidden; }
    .landing-page .banner-notification.banner-notification--closed {
      height: 0;
      padding: 0; }
    @media screen and (min-width: 768px) {
      .landing-page .banner-notification {
        top: 64px;
        height: 64px;
        position: absolute;
        line-height: 64px;
        padding: 0; } }
    .landing-page .banner-notification a {
      color: #269C93; }
    @media screen and (min-width: 768px) {
      .landing-page .banner-notification br {
        display: none; } }
    .landing-page .banner-notification .banner-notification__close {
      background-image: url(../img/close-exit-light.svg);
      background-size: contain;
      width: 48px;
      height: 48px;
      position: absolute;
      top: 8px;
      right: 8px;
      cursor: pointer;
      opacity: 0.4; }
  @media screen and (min-width: 768px) {
    .landing-page {
      padding-top: 64px; }
      .landing-page .navigation__mobile-separator, .landing-page .navigation__mobile-language, .landing-page .navigation__mobile-logout {
        display: none; }
      .landing-page .language-selector.mobile {
        display: none; } }
  .landing-page.has-notifications {
    padding-top: 64px; }
    @media screen and (min-width: 768px) {
      .landing-page.has-notifications {
        padding-top: 128px; } }
  .landing-page.dockbar-ready.has-notifications {
    padding-top: 101px; }
    @media screen and (min-width: 768px) {
      .landing-page.dockbar-ready.has-notifications {
        padding-top: 165px; } }
  .landing-page.dockbar-ready .banner-notification {
    top: 37px; }
  @media screen and (min-width: 768px) {
    .landing-page.dockbar-ready {
      padding-top: 100px; }
      .landing-page.dockbar-ready .banner-notification {
        top: 64px; }
      .landing-page.dockbar-ready .portlet-dockbar {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 950; } }
  .landing-page .language-selector .portlet-borderless-bar {
    width: 100px;
    right: 150%; }
  .landing-page .language-selector .portlet-title-default {
    line-height: 1.5em; }
  @media screen and (min-width: 768px) {
    .landing-page .hamburger-button, .landing-page .navigation {
      display: none; } }
  .landing-page .language-selector.desktop {
    display: none !important; }
  .landing-page.signed-in.admin-user.controls-visible .language-selector.desktop {
    display: block !important; }
  .landing-page .navigation {
    height: 100%;
    width: 100%;
    background: white;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 1000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-right: 0 solid #CADDED;
    visibility: visible; }
    .landing-page .navigation.active {
      left: 0; }
    .landing-page .navigation a {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-tap-highlight-color: transparent; }
    @media screen and (min-width: 768px) {
      .landing-page .navigation {
        top: 64px;
        width: 280px;
        left: -281px;
        border-right-width: 1px; } }
  .landing-page .navigation__container {
    position: relative;
    left: 0;
    height: calc(100% - 175px); }
    .landing-page .navigation__container.submenu-active {
      left: -100%; }
      @media screen and (min-width: 768px) {
        .landing-page .navigation__container.submenu-active {
          left: 0; } }
  .landing-page .navigation__scroller {
    position: relative;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden; }
  .landing-page .navigation__action-panel {
    height: 64px;
    width: 100%;
    border-bottom: 1px solid #CADDED;
    background: white;
    z-index: 1000;
    position: absolute;
    top: 175px; }
    @media screen and (min-width: 768px) {
      .landing-page .navigation__action-panel {
        display: none; } }
  .landing-page .navigation__action-panel__main-level,
  .landing-page .navigation__action-panel__current-item {
    font-size: 21px;
    color: black;
    font-weight: 400;
    text-align: center;
    line-height: 66px;
    margin-left: 48px;
    width: calc(100% - 96px);
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap; }
  .landing-page .navigation__action-panel__back {
    background-image: url(../img/arrow--left.svg);
    background-size: contain;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 8px;
    left: 0;
    cursor: pointer;
    display: none; }
  .landing-page .navigation__action-panel__close {
    background-image: url(../img/close-exit.svg);
    background-size: contain;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 8px;
    right: 0;
    cursor: pointer; }
  .landing-page .sub-navigation {
    z-index: 1050;
    top: 0;
    position: absolute;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    @media screen and (min-width: 768px) {
      .landing-page .sub-navigation {
        z-index: 150; } }
  .landing-page .navigation__sc-selector {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#269c93+0,2170d9+100 */
    background: #269c93;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #269c93 0%, #2170d9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #269c93 0%, #2170d9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #269c93 0%, #2170d9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#269c93', endColorstr='#2170d9',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    width: 100%;
    height: 175px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .landing-page .navigation__sc-selector {
        height: 175px; } }
  .landing-page .navigation__sc-selector__background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("../img/logo-bg-shades.svg");
    background-size: cover;
    cursor: pointer; }
  .landing-page .navigation__sc-selector.disabled .navigation__sc-selector__background {
    cursor: default; }
  .landing-page .navigation__sc-selector__logo {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 60px);
    margin: 30px 15px; }
  .landing-page .navigation__sc-selector__switch {
    opacity: 0.6;
    font-size: 14px;
    line-height: 19px;
    color: white;
    position: absolute;
    left: 48px;
    bottom: 10px;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .landing-page .navigation__sc-selector__switch {
        left: 40px; } }
    .landing-page .navigation__sc-selector__switch:before {
      content: '';
      width: 24px;
      height: 24px;
      position: absolute;
      left: -32px;
      top: -3px;
      background-image: url(../img/light/arrow-chewron-down.svg);
      background-size: contain;
      background-repeat: no-repeat; }
  .landing-page .navigation__first-level-list {
    background: white;
    left: 0;
    list-style: none;
    margin: 65px 0 0 0; }
    @media screen and (min-width: 768px) {
      .landing-page .navigation__first-level-list {
        margin-top: 0; } }
  .landing-page .navigation__first-level-item {
    background: white;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    color: #3696FF; }
    .landing-page .navigation__first-level-item.selected .navigation__first-level-item__text {
      color: inherit; }
  .landing-page .navigation__first-level-item__text {
    z-index: 250;
    display: block;
    position: relative;
    padding: 14px 19px 15px 48px;
    margin-right: 40px;
    text-decoration: none !important;
    color: black;
    opacity: 0.6;
    font-weight: 500;
    width: calc(100% - 116px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
    @media screen and (min-width: 768px) {
      .landing-page .navigation__first-level-item__text {
        width: calc(100% - 58px);
        padding: 14px 19px 14px 20px;
        margin-left: 20px;
        margin-right: auto;
        font-weight: 400; }
        .landing-page .navigation__first-level-item__text:hover {
          opacity: 1; } }
  .landing-page .navigation__first-level-item.active .navigation__first-level-item__text {
    opacity: 1;
    color: inherit; }
  .landing-page .navigation__expand-link {
    display: block;
    background: url(../img/arrow-chewron-right.svg) no-repeat center;
    background-size: contain;
    height: 32px;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 48px;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #CADDED;
    z-index: 250;
    opacity: 0.4; }
    @media screen and (min-width: 768px) {
      .landing-page .navigation__expand-link {
        border-left-width: 0;
        background: none;
        left: 0;
        right: auto;
        height: 48px;
        width: 24px;
        margin: 0;
        opacity: 1; }
        .landing-page .navigation__expand-link:before {
          content: '+';
          color: black;
          font-size: 21px;
          opacity: 0.6;
          padding: 14px 6px;
          position: absolute;
          top: 0; } }
  .landing-page .navigation__expand-background {
    z-index: 225;
    position: absolute;
    height: 48px;
    width: 0;
    left: 0;
    top: 0;
    background-color: #3696FF; }
  .landing-page .navigation__hover-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    background-color: #F2F9FF; }
  .landing-page .navigation__first-level-item.active .navigation__hover-background, .landing-page .navigation__first-level-item.selected .navigation__hover-background {
    display: block; }
  @media screen and (min-width: 768px) {
    .landing-page .navigation__first-level-item.active .navigation__expand-link:before {
      color: white;
      opacity: 1; }
    .landing-page .navigation__first-level-item:hover .navigation__expand-background {
      width: 0; }
    .landing-page .navigation__first-level-item.active .navigation__expand-background {
      width: 24px; } }
  .landing-page .navigation__second-level-list-holder {
    visibility: hidden;
    left: -100%;
    top: 242px;
    bottom: 0;
    position: fixed;
    background: #F2F9FF;
    width: 100%;
    display: block;
    padding-top: 0;
    border-right: 1px solid #CADDED; }
    @media screen and (max-width: 767px) {
      .landing-page .navigation__second-level-list-holder {
        max-height: calc(100% - 242px);
        background: white !important; } }
    @media screen and (min-width: 768px) {
      .landing-page .navigation__second-level-list-holder {
        top: 64px;
        left: 0;
        width: 280px;
        padding-top: 175px;
        max-height: 100%; } }
  .landing-page .active + .sub-navigation .navigation__second-level-list-holder {
    left: 100%; }
    @media screen and (min-width: 768px) {
      .landing-page .active + .sub-navigation .navigation__second-level-list-holder {
        left: 0; } }
    .landing-page .active + .sub-navigation .navigation__second-level-list-holder.active {
      visibility: visible;
      left: 0; }
      @media screen and (min-width: 768px) {
        .landing-page .active + .sub-navigation .navigation__second-level-list-holder.active {
          left: 280px;
          display: block; } }
  .landing-page .navigation__second-level-list-scroller {
    position: relative;
    height: 100%;
    overflow-y: auto; }
  .landing-page .navigation__second-level-list {
    position: relative;
    list-style: none;
    margin: 0;
    width: 100%; }
  .landing-page .navigation__second-level-item {
    position: relative; }
  .landing-page .navigation__second-level-item__text {
    display: block;
    text-decoration: none !important;
    color: black;
    opacity: 0.6;
    font-weight: 500;
    padding: 13px 19px 14px 48px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    width: calc(100% - 66px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .landing-page .navigation__second-level-item.selected .navigation__second-level-item__text {
    opacity: 1;
    color: inherit; }
  .landing-page .navigation__second-level-item__hover-background {
    background-color: #3696FF;
    z-index: 225;
    position: absolute;
    height: 47px;
    width: 0;
    left: 0;
    top: 0; }
  .landing-page .navigation__second-level-item {
    border-top: 0 solid #CADDED;
    border-bottom: 0 solid #CADDED; }
    .landing-page .navigation__second-level-item.selected .navigation__second-level-item__hover-background {
      width: 4px; }
    @media screen and (min-width: 768px) {
      .landing-page .navigation__second-level-item {
        border-top-width: 1px; }
        .landing-page .navigation__second-level-item:last-child {
          border-bottom-width: 1px; }
        .landing-page .navigation__second-level-item:hover .navigation__second-level-item__text, .landing-page .navigation__second-level-item:active .navigation__second-level-item__text, .landing-page .navigation__second-level-item:focus .navigation__second-level-item__text {
          opacity: 1; }
        .landing-page .navigation__second-level-item:hover .navigation__second-level-item__hover-background, .landing-page .navigation__second-level-item:active .navigation__second-level-item__hover-background, .landing-page .navigation__second-level-item:focus .navigation__second-level-item__hover-background {
          width: 4px; } }
  .landing-page .navigation__mobile-separator {
    background: #CADDED;
    height: 2px;
    width: 48.8%;
    margin: 15px auto; }
    @media screen and (min-width: 768px) {
      .landing-page .navigation__mobile-separator {
        display: none; } }
  .landing-page .navigation__mobile-language, .landing-page .navigation__mobile-logout {
    padding: 6px 19px 7px 0;
    cursor: pointer; }
  .landing-page .navigation__mobile-logout__icon {
    background-image: url("../img/log-out.svg"); }
  .landing-page .navigation__mobile-language__icon {
    background-image: url("../img/language-translate.svg"); }
  .landing-page .navigation__mobile-logout__icon, .landing-page .navigation__mobile-language__icon {
    height: 48px;
    width: 48px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    margin-left: 0;
    background-size: contain;
    background-position: center; }
  .landing-page .navigation__mobile-language__text, .landing-page .navigation__mobile-logout__text {
    color: black;
    opacity: 0.6;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    text-decoration: none; }
  .landing-page .shopping-center-selector {
    position: fixed;
    z-index: 1500;
    height: 100%;
    top: -101%;
    left: 0;
    right: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#269c93+0,2170d9+100 */
    background: #269c93;
    /* Old browsers */
    background: -moz-linear-gradient(top, #269c93 0%, #2170d9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #269c93 0%, #2170d9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #269c93 0%, #2170d9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#269c93', endColorstr='#2170d9',GradientType=0 );
    /* IE6-9 */ }
    .landing-page .shopping-center-selector.active {
      top: 0; }
    .landing-page .shopping-center-selector .overlay__list-holder {
      width: 100%;
      height: calc(100% - 162px);
      overflow-y: auto; }
      @media screen and (min-width: 768px) {
        .landing-page .shopping-center-selector .overlay__list-holder {
          height: calc(100% - 88px); } }
    .landing-page .shopping-center-selector ul {
      padding: 0;
      margin: 0;
      list-style: none;
      width: 100%;
      padding-top: 20px; }
      @media screen and (min-width: 768px) {
        .landing-page .shopping-center-selector ul {
          margin: 0 auto;
          width: 340px; } }
    .landing-page .shopping-center-selector li {
      position: relative; }
    .landing-page .shopping-center-selector li.active {
      border-left: 4px solid white;
      background-color: rgba(255, 255, 255, 0.15); }
      .landing-page .shopping-center-selector li.active a {
        padding-left: 37px; }
    .landing-page .shopping-center-selector a {
      text-decoration: none;
      color: white !important;
      display: block;
      font-weight: 500;
      padding: 14px 19px 15px 41px;
      font-size: 14px;
      line-height: 20px; }
  .landing-page .overlay__header {
    color: white;
    display: block;
    font-size: 21px;
    line-height: 28px;
    padding-top: 18px;
    padding-left: 24px;
    padding-bottom: 18px; }
    @media screen and (min-width: 768px) {
      .landing-page .overlay__header {
        border: none;
        padding-bottom: 26px;
        text-align: center;
        font-size: 24px;
        line-height: 32px;
        padding-top: 30px; } }
    .landing-page .overlay__header::after {
      content: '';
      background: rgba(255, 255, 255, 0.6);
      height: 2px;
      width: 100%;
      position: absolute;
      top: 64px;
      left: 0; }
      @media screen and (min-width: 768px) {
        .landing-page .overlay__header::after {
          width: 340px;
          top: 86px;
          left: calc(50% - 170px); } }
  .landing-page .overlay__close {
    background-image: url(../img/close-exit-light.svg);
    background-size: contain;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .landing-page .overlay__close {
        top: 24px;
        right: 24px; } }
  .landing-page .overlay__list-holder {
    height: calc(100% - 66px); }
  .landing-page .overlay__list {
    position: relative; }
  .landing-page .overlay__footer {
    color: white;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 28px;
    padding-top: 13px;
    padding-left: 24px;
    padding-bottom: 13px;
    border-top: 2px solid rgba(255, 255, 255, 0.6); }
    @media screen and (min-width: 768px) {
      .landing-page .overlay__footer {
        border: none;
        bottom: auto;
        top: 103px;
        left: calc(50% - -150px);
        padding: 0; } }
    @media screen and (min-width: 1024px) {
      .landing-page .overlay__footer {
        left: calc(50% - -250px); } }
  .landing-page .overlay__footer__top-text {
    font-size: 16px;
    line-height: 21px;
    display: block;
    font-weight: 400; }
  .landing-page .overlay__footer__bottom-text {
    opacity: 0.6;
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    line-height: 19px; }
  .landing-page .navigation__sc-selector__background, .landing-page .navigation__first-level-item, .landing-page .navigation__mobile-separator {
    display: none; }
  .landing-page .login-panel input[type="text"],
  .landing-page .login-panel input[type="password"],
  .landing-page .login-panel input[type="file"],
  .landing-page .login-panel input[type="submit"],
  .landing-page .login-panel input[type="button"],
  .landing-page .login-panel input[type="reset"],
  .landing-page .login-panel select, .landing-page .login-panel textarea,
  .landing-page .login-panel .textarea, .landing-page .login-panel button,
  .landing-page .login-panel .aui-field-input-text {
    background-image: none;
    background-repeat: no-repeat;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 4px 0;
    text-shadow: none; }
  .landing-page .login-panel input.focus, .landing-page .login-panel textarea.focus {
    background: white; }
  .landing-page .login-panel {
    background-color: white;
    width: calc(100% - 60px);
    min-height: 310px;
    height: 100%;
    padding: 65px 30px 24px 30px; }
    @media screen and (min-width: 480px) {
      .landing-page .login-panel {
        width: 280px;
        height: 100%;
        padding: 25px 30px 35px 30px;
        -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35); } }
  .landing-page .login-panel a {
    color: #7a7d82;
    text-decoration: underline; }
  .landing-page .login-panel__logo {
    position: relative;
    margin: 30px auto 25px;
    display: block;
    width: 169px;
    height: 40px;
    background-image: url(../img/logo.png); }
  .landing-page .login-panel .login-panel__form {
    margin-top: 10px; }
  .landing-page .login-panel .mdl-textfield {
    width: 100%; }
  .landing-page .login-panel .mdl-textfield__label {
    color: #222d33;
    font-weight: 500; }
  .landing-page .login-panel .mdl-textfield__label:after {
    background-color: #2aa296; }
  .landing-page .login-panel .mdl-textfield--floating-label.is-focused .mdl-textfield__label, .landing-page .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .landing-page .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    color: #2aa296; }
  .landing-page .mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
    color: #d50000 !important; }
  .landing-page .login-panel .mdl-textfield__input {
    border-bottom: 2px solid #959698;
    border-radius: 0; }
  .landing-page .login-panel__action-button {
    background-color: #222d33 !important;
    box-shadow: none;
    width: 100%;
    height: 40px;
    margin-top: 40px;
    padding: 0;
    font-size: 16px;
    font-weight: 400; }
  .landing-page .login-panel__under-field {
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 53px;
    width: 100%; }
  .landing-page .login-panel__under-field-text {
    float: left; }
  .landing-page .login-panel__under-field-text.help {
    float: right; }
  .landing-page input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset; }
  .landing-page .login-panel__signed-in {
    font-size: 14px; }
  .landing-page .login-panel h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 20px;
    margin: 20px 0 7px 0; }
  .landing-page .login-panel__password-text {
    color: #7a8185;
    margin: 0; }
  .landing-page .login-panel__action-button--forgot-password {
    margin-top: 27px; }
  .landing-page .login-panel__recaptcha {
    margin-top: 5px; }
  .landing-page .login-panel__back-button {
    color: #222d33;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase; }
  .landing-page .login-panel__back-button a {
    color: inherit;
    text-decoration: none;
    padding-left: 26px;
    position: relative; }
  .landing-page .login-panel__back-button a:before {
    content: '';
    background: url("../img/back x3.png");
    position: absolute;
    left: 0;
    width: 19px;
    height: 19px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .landing-page .login-panel__contact {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0 20px 0;
    display: block; }
    @media screen and (min-width: 480px) {
      .landing-page .login-panel__contact {
        margin: 15px 0 10px 0; } }
  .landing-page .login-panel__contact a {
    color: inherit;
    font-weight: 700; }
  .landing-page .login-panel__password-reset {
    font-weight: 400; }
  .landing-page .login-panel .login-panel__help-header {
    margin: 20px 0 12px 0; }
  .landing-page .login-panel__help-text {
    color: #7a8185;
    margin: 0;
    line-height: 19px;
    font-size: 16px; }
  .landing-page .login-panel__help-hours {
    font-weight: 500;
    font-size: 16px;
    font-style: italic; }
  .landing-page .login-panel__change-language {
    cursor: pointer;
    text-decoration: underline;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */ }
  @media screen and (min-width: 480px) {
    .landing-page {
      bottom: 0; } }
  .landing-page footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    text-align: center;
    color: #848b8d;
    font-size: 14px;
    overflow-y: auto; }
    @media screen and (min-width: 480px) {
      .landing-page footer {
        overflow-y: initial; } }
    @media screen and (max-width: 480px) {
      .landing-page footer {
        position: relative;
        margin-top: -20px; } }
    .landing-page footer .language-selector {
      color: #222d33;
      display: block;
      height: 100%;
      cursor: pointer;
      position: relative;
      text-decoration: underline;
      -webkit-user-select: none;
      /* Safari */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* IE10+/Edge */
      user-select: none;
      /* Standard */
      line-height: 48px; }
      .landing-page footer .language-selector .portlet-borderless-bar {
        width: 100px;
        right: 150%; }
      .landing-page footer .language-selector .portlet-title-default {
        line-height: 1.5em; }
      @media screen and (min-width: 480px) {
        .landing-page footer .language-selector {
          display: block;
          text-decoration: none; } }
      @media screen and (min-width: 650px) {
        .landing-page footer .language-selector {
          display: inline-block; } }
    .landing-page footer .language-selector.active {
      text-decoration: none; }
      .landing-page footer .language-selector.active .language-list {
        display: inline-block; }
    .landing-page footer .current-language {
      text-align: center; }
      @media screen and (min-width: 650px) {
        .landing-page footer .current-language {
          text-align: right; } }
    .landing-page footer .language-list {
      display: none;
      position: relative;
      list-style: none;
      width: 100%;
      margin: 0;
      padding: 0; }
      .landing-page footer .language-list li {
        height: 48px;
        background: white;
        text-align: center;
        line-height: 48px;
        width: 100%; }
        @media screen and (min-width: 480px) {
          .landing-page footer .language-list li {
            text-align: center;
            width: auto; } }
      .landing-page footer .language-list a, .landing-page footer .language-list a:visited, .landing-page footer .language-list a:active {
        text-decoration: none;
        color: #222d33;
        display: block; }
        @media screen and (min-width: 480px) {
          .landing-page footer .language-list a, .landing-page footer .language-list a:visited, .landing-page footer .language-list a:active {
            padding: 0 44px; } }
        @media screen and (min-width: 650px) {
          .landing-page footer .language-list a, .landing-page footer .language-list a:visited, .landing-page footer .language-list a:active {
            padding: 0 22px 0 44px; } }
      .landing-page footer .language-list a:hover {
        background: #1a2226;
        color: white; }
      @media screen and (min-width: 480px) {
        .landing-page footer .language-list {
          position: absolute;
          bottom: 48px;
          left: 50%;
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          width: auto; } }
      @media screen and (min-width: 650px) {
        .landing-page footer .language-list {
          right: -25px;
          left: auto;
          -ms-transform: none;
          -webkit-transform: none;
          transform: none; } }
  .landing-page .footer__content-wrapper {
    display: block;
    margin: 0 auto;
    line-height: 24px;
    text-align: center; }
    @media screen and (min-width: 480px) {
      .landing-page .footer__content-wrapper {
        display: inline-block;
        margin: 0 auto;
        text-align: center; } }
  .landing-page .footer__copyright, .landing-page .footer__terms-of-service {
    display: block; }
    .landing-page .footer__copyright a, .landing-page .footer__terms-of-service a {
      color: inherit;
      font-weight: inherit;
      white-space: nowrap; }
  .landing-page .footer__copyright {
    margin-top: 12px; }
    @media screen and (min-width: 650px) {
      .landing-page .footer__copyright {
        display: inline-block; } }
  .landing-page .footer__terms-of-service {
    margin-bottom: 12px; }
    @media screen and (min-width: 650px) {
      .landing-page .footer__terms-of-service {
        display: inline-block; } }
  @media screen and (min-width: 480px) {
    .landing-page .footer__separator {
      display: none;
      vertical-align: middle;
      border-right: 1px solid #7c7d7f;
      padding-left: 20px;
      margin-right: 20px;
      margin-bottom: 5px;
      height: 29px; } }
  @media screen and (min-width: 650px) {
    .landing-page .footer__separator {
      display: inline-block; } }
  .landing-page .terms-of-service__separator:first-child {
    display: none; }
    @media screen and (min-width: 650px) {
      .landing-page .terms-of-service__separator:first-child {
        display: inline; } }
  .landing-page #footer {
    bottom: 0;
    padding-bottom: 48px; }
    @media screen and (min-width: 768px) {
      .landing-page #footer {
        padding-bottom: 0; } }
    .landing-page #footer .language-selector, .landing-page #footer .footer__separator {
      display: none; }
      @media screen and (min-width: 768px) {
        .landing-page #footer .language-selector, .landing-page #footer .footer__separator {
          display: inline-block; } }
  .landing-page .portlet-boundary_58_ .portlet-borderless-container {
    position: static; }
  .landing-page .center-panel {
    padding: 30px 16px 28px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 4px; }
    @media screen and (min-width: 480px) {
      .landing-page .center-panel {
        background: #fff;
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -48px;
        width: 432px; } }
    @media screen and (min-width: 768px) {
      .landing-page .center-panel {
        margin-top: -24px; } }
    @media screen and (min-width: 650px) {
      .landing-page .center-panel {
        width: 500px; } }
    .landing-page .center-panel .app-icon img {
      display: block;
      height: 70px;
      width: 71px;
      margin: 0 auto 24px; }
    .landing-page .center-panel h1 {
      font-weight: 500;
      font-size: 26px; }
    .landing-page .center-panel p {
      color: #7a8185; }
    .landing-page .center-panel .app-badges {
      text-align: center; }
      @media screen and (min-width: 480px) {
        .landing-page .center-panel .app-badges .app-badge {
          display: inline-block;
          vertical-align: middle; } }
      .landing-page .center-panel .app-badges .app-badge img {
        width: auto !important; }
      @media screen and (min-width: 480px) {
        .landing-page .center-panel .app-badges .app-badge.app-store {
          margin-top: 4px;
          margin-left: 24px; } }
      .landing-page .center-panel .app-badges .app-badge.app-store img {
        height: 48px !important; }
      .landing-page .center-panel .app-badges .app-badge.google-play img {
        height: 68px !important; }
      .landing-page .center-panel .app-badges .app-badge a {
        height: auto !important;
        width: auto !important; }
  .landing-page .portlet-boundary_56_ .portlet-borderless-container {
    position: static; }
  .portlet-boundary_58_ .landing-page .flip-container .portlet-msg-error, .portlet-boundary_58_ .landing-page .flip-container .lfr-message-error, .portlet-boundary_58_ .landing-page .flip-container .portlet-msg-success {
    display: none; }
  .landing-page .flip-container .portlet-msg-error,
  .landing-page .flip-container .lfr-message-error,
  .landing-page .flip-container .portlet-msg-success,
  .landing-page .flip-container .portlet-msg-info,
  .landing-page .flip-container .portlet-msg-help,
  .landing-page .flip-container .lfr-message-help,
  .landing-page .flip-container .portlet-msg-progress,
  .landing-page .flip-container .lfr-message-progress {
    display: block;
    position: static;
    width: 100%;
    margin: 0 -30px 0 -30px;
    padding: 20px 30px 20px;
    border: 0;
    background-image: none;
    background-color: #eaeaea;
    box-shadow: inset 0px -2px 2px 0px #cccccc;
    font-size: 14px;
    font-weight: normal;
    max-height: 100px;
    overflow-y: auto; }
  .safari .landing-page .flip-container .portlet-msg-error ::-webkit-scrollbar,
  .safari .landing-page .flip-container .lfr-message-error ::-webkit-scrollbar,
  .safari .landing-page .flip-container .portlet-msg-success ::-webkit-scrollbar,
  .safari .landing-page .flip-container .portlet-msg-info ::-webkit-scrollbar,
  .safari .landing-page .flip-container .portlet-msg-help ::-webkit-scrollbar,
  .safari .landing-page .flip-container .lfr-message-help ::-webkit-scrollbar,
  .safari .landing-page .flip-container .portlet-msg-progress ::-webkit-scrollbar,
  .safari .landing-page .flip-container .lfr-message-progress ::-webkit-scrollbar {
    -webkit-appearance: none; }
  .safari .landing-page .flip-container .portlet-msg-error ::-webkit-scrollbar:vertical,
  .safari .landing-page .flip-container .lfr-message-error ::-webkit-scrollbar:vertical,
  .safari .landing-page .flip-container .portlet-msg-success ::-webkit-scrollbar:vertical,
  .safari .landing-page .flip-container .portlet-msg-info ::-webkit-scrollbar:vertical,
  .safari .landing-page .flip-container .portlet-msg-help ::-webkit-scrollbar:vertical,
  .safari .landing-page .flip-container .lfr-message-help ::-webkit-scrollbar:vertical,
  .safari .landing-page .flip-container .portlet-msg-progress ::-webkit-scrollbar:vertical,
  .safari .landing-page .flip-container .lfr-message-progress ::-webkit-scrollbar:vertical {
    width: 8px; }
  .safari .landing-page .flip-container .portlet-msg-error ::-webkit-scrollbar:horizontal,
  .safari .landing-page .flip-container .lfr-message-error ::-webkit-scrollbar:horizontal,
  .safari .landing-page .flip-container .portlet-msg-success ::-webkit-scrollbar:horizontal,
  .safari .landing-page .flip-container .portlet-msg-info ::-webkit-scrollbar:horizontal,
  .safari .landing-page .flip-container .portlet-msg-help ::-webkit-scrollbar:horizontal,
  .safari .landing-page .flip-container .lfr-message-help ::-webkit-scrollbar:horizontal,
  .safari .landing-page .flip-container .portlet-msg-progress ::-webkit-scrollbar:horizontal,
  .safari .landing-page .flip-container .lfr-message-progress ::-webkit-scrollbar:horizontal {
    height: 8px; }
  .safari .landing-page .flip-container .portlet-msg-error ::-webkit-scrollbar-thumb,
  .safari .landing-page .flip-container .lfr-message-error ::-webkit-scrollbar-thumb,
  .safari .landing-page .flip-container .portlet-msg-success ::-webkit-scrollbar-thumb,
  .safari .landing-page .flip-container .portlet-msg-info ::-webkit-scrollbar-thumb,
  .safari .landing-page .flip-container .portlet-msg-help ::-webkit-scrollbar-thumb,
  .safari .landing-page .flip-container .lfr-message-help ::-webkit-scrollbar-thumb,
  .safari .landing-page .flip-container .portlet-msg-progress ::-webkit-scrollbar-thumb,
  .safari .landing-page .flip-container .lfr-message-progress ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    border: 0 solid black;
    background-color: rgba(0, 0, 0, 0.5); }
  .safari .landing-page .flip-container .portlet-msg-error ::-webkit-scrollbar-track,
  .safari .landing-page .flip-container .lfr-message-error ::-webkit-scrollbar-track,
  .safari .landing-page .flip-container .portlet-msg-success ::-webkit-scrollbar-track,
  .safari .landing-page .flip-container .portlet-msg-info ::-webkit-scrollbar-track,
  .safari .landing-page .flip-container .portlet-msg-help ::-webkit-scrollbar-track,
  .safari .landing-page .flip-container .lfr-message-help ::-webkit-scrollbar-track,
  .safari .landing-page .flip-container .portlet-msg-progress ::-webkit-scrollbar-track,
  .safari .landing-page .flip-container .lfr-message-progress ::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 4px; }
  .landing-page .flip-container .portlet-msg-success {
    color: #44db37; }
  .landing-page .flip-container .portlet-msg-info, .landing-page .flip-container .portlet-msg-help, .landing-page .flip-container .lfr-message-help, .landing-page .flip-container .portlet-msg-progress, .landing-page .flip-container .lfr-message-progress {
    color: #3744db; }
  .landing-page .flip-container .portlet-msg-error,
  .landing-page .flip-container .lfr-message-error {
    color: #db4437; }
  .landing-page .flip-container .portlet-msg-error + fieldset {
    margin-top: 10px; }
  @media screen and (min-width: 480px) {
    .landing-page .flip-container {
      transform: translate(-50%, -50%);
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -60px; } }

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

