@charset "UTF-8";
@use "sass:math" as *;
/**
 * Clay 3.105.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
@use "sass:math" as *;
/**
 * Clay 3.105.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.quick-access-nav {
  position: fixed;
  z-index: 999; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto; }

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

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

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

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

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

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

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

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

.overlay {
  position: absolute; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(/o/classic-theme/images/states/empty_state.gif); }
  @media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-empty-result-message-header,
    .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
      background-image: url(/o/classic-theme/images/states/empty_state_reduced_motion.gif); } }
  .c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header, .c-prefers-reduced-motion
  .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
    background-image: url(/o/classic-theme/images/states/empty_state_reduced_motion.gif); }

.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/classic-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px; }
  @media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-empty-search-result-message-header {
      background-image: url(/o/classic-theme/images/states/search_state_reduced_motion.gif); } }
  .c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(/o/classic-theme/images/states/search_state_reduced_motion.gif); }

.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/classic-theme/images/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }
  @media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-empty-state {
      background-image: url(/o/classic-theme/images/states/empty_state_reduced_motion.gif); } }
  .c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-state {
    background-image: url(/o/classic-theme/images/states/empty_state_reduced_motion.gif); }

.taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/classic-theme/images/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }
  @media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-success-state {
      background-image: url(/o/classic-theme/images/states/success_state_reduced_motion.gif); } }
  .c-prefers-reduced-motion .taglib-empty-result-message .taglib-success-state {
    background-image: url(/o/classic-theme/images/states/success_state_reduced_motion.gif); }

.taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/classic-theme/images/states/search_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }
  @media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-search-state {
      background-image: url(/o/classic-theme/images/states/search_state_reduced_motion.gif); } }
  .c-prefers-reduced-motion .taglib-empty-result-message .taglib-search-state {
    background-image: url(/o/classic-theme/images/states/search_state_reduced_motion.gif); }

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

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

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

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

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

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

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

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

.taglib-icon-help {
  color: #6c757d !important; }
  .taglib-icon-help:hover, .taglib-icon-help:active {
    color: #343a40 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline; }
  .lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):focus, .lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):hover {
    color: #000; }

.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d; }
  .lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
    color: #343a40; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate; }

html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd; }

html:not(#__):not(#___) .active-area {
  background: #ffc; }

html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6; }
  html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #ccc; }

html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1; }
  html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
    background-image: none; }

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

html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden; }

html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px; }

html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0; }

html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important; }

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

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

.active-area {
  background: #ffc; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #879b7a; }

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

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

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

.collapse.open {
  display: block; }

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

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

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

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

html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white; }

body.portlet {
  border-width: 0; }

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

.portlet-options-dropdown {
  z-index: 1035; }

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

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

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

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

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

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

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

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

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

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

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

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

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

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative; }

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

html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right; }

html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block; }

html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto; }
  html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
    display: inline-block;
    text-decoration: none; }

html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0; }
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
    color: rgba(0, 0, 0, 0.5); }
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
    text-decoration: none; }

html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600; }

html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5; } }

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

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

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms; } }

@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    display: box;
    display: flex; } }

html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block; }

.portlet {
  margin-bottom: 10px;
  position: relative; }
  @media (min-width: 768px) {
    .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
      border-color: transparent;
      border-top-left-radius: 0;
      border-top-right-radius: 0; } }
  @media (min-width: 768px) {
    .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
      opacity: 1;
      transform: translateY(-97%); } }
  @media (min-width: 576px) {
    .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
      opacity: 0.5; } }

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

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

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

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

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

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

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0; }
  .portlet-topper-toolbar > a,
  .portlet-topper-toolbar > span > a,
  .portlet-topper-toolbar .lfr-icon-menu > a {
    color: rgba(0, 0, 0, 0.5); }
  .portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
    text-decoration: none; }
  .controls-visible .portlet-topper-toolbar {
    display: block; }

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

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

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

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

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

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

.navbar form {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
.body-wrapper-margin {
  margin-top: 120px; }

.portlet-decorate .portlet-content {
  border-width: 0 !important; }

.formtemplate .lfr-ddm-form-pages {
  margin: 0 30px; }

#webchat-container {
  z-index: 100;
  position: relative; }

body {
  background: white;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 1rem;
  margin: 0;
  scroll-padding-top: 120px; }

.en {
  font-family: 'Playfair Display', serif; }

.tc {
  font-family: "Noto Sans TC", sans-serif; }

.sc {
  font-family: "Noto Sans SC", sans-serif; }

/*fix for all a tag to be red*/
a {
  color: #f33;
  font-weight: 500; }

a:hover {
  color: #ee1818; }

/*end for all a tag to be red.*/
body.backdrop-open {
  position: fixed;
  max-width: 100%; }

#header-wrapper {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100; }

.shift-right #header-wrapper {
  z-index: 1051; }

#main-content {
  max-width: 992px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.separator-hr {
  margin: 8px 16px;
  height: 1px;
  border-top: 1px solid #ececec; }

h3, .h3 {
  font-size: 18px; }

#main-wrapper {
  overflow: hidden;
  transition: all 0.5s linear;
  left: 0px;
  position: relative; }
  #main-wrapper.shift-right {
    left: 300px;
    overflow: hidden;
    position: relative;
    top: 0;
    height: 100%;
    -webkit-transform: translateZ(0); }
    #main-wrapper.shift-right #body-wrapper {
      pointer-events: none; }

#main-wrapper .backdrop {
  position: fixed;
  top: 0px;
  bottom: 0px;
  background-color: black;
  width: 100%;
  opacity: 0.5;
  z-index: 1050; }

.stickyM #body-wrapper {
  margin-top: 184px; }

.content-title {
  font-size: 24px;
  font-weight: 500;
  margin: 16px 0 16px 0; }

.section-container .content-title {
  margin: 24px 0 16px 0; }

.breadcrumb {
  background-color: transparent; }

.at-style-responsive .at-share-btn {
  padding: 0px !important; }

.feedback.content-component {
  margin-bottom: 35px; }

.portlet-layout.row, .form-horizontal > .form-group {
  width: 100%; }

@media screen and (max-width: 991px) {
  #body-wrapper {
    /* making it important due to some fix for WEAV 956 if anyhting breaks. remove this*/
    margin-top: 12px !important; }
  .stickyM #body-wrapper {
    margin-top: 112px !important; }
  #main-content {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    #main-content .portlet-column-only {
      padding-left: 0 !important;
      padding-right: 0 !important; } }

div#root {
  /*this overwrites chat.css as it is making all the pages scrolling over the footer.*/
  height: auto; }

/*due to issue when submit for publication is clicked, color changed to gray.*/
#submitLink {
  color: #fff; }

.breadcrumb > li + li::before {
  content: none !important; }

.breadcrumb > li:after {
  content: "\e016" !important;
  font-family: "dbsicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  padding: 0 8px 0 4px; }

.breadcrumb > li:last-of-type:after {
  content: none !important; }

.breadcrumb li a {
  color: #909090 !important; }

.language-toggle {
  display: inline-block;
  margin-left: 10px; }
  .language-toggle a {
    text-decoration: none;
    color: #909090 !important;
    padding-right: 10px;
    padding-left: 5px; }
  .language-toggle span {
    color: #fff; }
  .language-toggle .active {
    color: #f33 !important; }

@media screen and (max-width: 991px) {
  .portal-popup #main-content {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

.portal-popup .portlet-content {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.darkTheme {
  background: #121212;
  color: white; }
  .darkTheme .portlet-content {
    background: #121212 !important; }
  .darkTheme #nav-bar {
    background: #121212 !important; }
    .darkTheme #nav-bar .nav-bar-inner .navbar-links-left ul li:hover {
      color: black !important; }
    .darkTheme #nav-bar .nav-bar-inner .navbar-links-left ul li > a {
      text-decoration: none;
      color: white !important; }
    .darkTheme #nav-bar .nav-bar-inner .navbar-links-left ul li > div {
      color: white !important; }
  .darkTheme #content {
    background: #121212 !important; }
  .darkTheme #mini-header {
    background: black !important; }
  .darkTheme .footer {
    background-color: black !important; }
    .darkTheme .footer.footer-gray {
      background: black !important; }
  .darkTheme .left-nav-bar a:hover, .darkTheme .left-nav-bar a {
    color: white !important; }
  .darkTheme .portlet-forms form .form-control.select-field-trigger {
    background: #464646;
    border-color: #464646;
    color: white !important; }
  .darkTheme .portlet-forms form input.field.form-control,
  .darkTheme .portlet-forms form textarea.field.form-control,
  .darkTheme .portlet-forms form input.form-control {
    background: #464646;
    border-color: #464646;
    color: white !important; }
  .darkTheme .portlet-forms .ddm-form-basic-info.ddm-form-success-page * {
    color: #fff; }
  .darkTheme .liferay-ddm-form-field-paragraph, .darkTheme .liferay-ddm-form-field-tip, .darkTheme .portlet-forms .liferay-ddm-form-field-paragraph p, .darkTheme .form-entry .liferay-ddm-form-field-paragraph p {
    color: white !important; }
  .darkTheme .one-stop-header-title {
    color: white !important; }
  .darkTheme .one-stop-header-view-all p a {
    color: white !important; }
  .darkTheme .one-stop-product-items .one-stop-product-item {
    background-color: #121212 !important;
    color: white !important; }

ol *, ul * {
  margin: 0 !important; }

.footer {
  padding: 24px 48px 24px;
  margin-left: auto;
  margin-right: auto;
  background-color: #2e2e2e; }
  .footer.footer-gray {
    width: 100%;
    margin-top: 12px;
    overflow: hidden;
    background: #484848; }
    .footer.footer-gray h4 {
      color: silver; }
  .footer .footer-links ul li {
    display: inline-block;
    width: inherit;
    color: silver !important;
    margin-bottom: 0px;
    font-weight: 500; }
    .footer .footer-links ul li a {
      color: silver !important; }
    .footer .footer-links ul li span {
      color: #909090;
      margin: 0 8px; }
  .footer .footer-links ul.none li:last-child span {
    display: none; }
  .footer .footer-content {
    max-width: 1024px;
    position: relative;
    margin: 0 auto;
    font-size: 14px; }
    .footer .footer-content .col-md-3:nth-child(3) ul li:first-child a {
      font-weight: 500; }
    .footer .footer-content div:nth-child(3) ul li {
      width: 100% !important; }
    .footer .footer-content ul {
      margin-bottom: 0px;
      margin-top: 16px;
      color: #f33;
      list-style-type: none;
      padding: 0; }
      .footer .footer-content ul li {
        color: #fff;
        margin-bottom: 8px; }
        .footer .footer-content ul li a {
          text-decoration: none;
          color: #ffffff;
          font-weight: 400; }
          .footer .footer-content ul li a:hover {
            color: #ee1818;
            text-decoration: none; }
        .footer .footer-content ul li span {
          text-decoration: none;
          color: #ffffff;
          font-weight: 400; }
    .footer .footer-content #countryList ul {
      margin-bottom: 0px;
      margin-top: 16px;
      color: #f33;
      list-style-type: none;
      padding: 0; }
      .footer .footer-content #countryList ul li {
        width: 100%;
        color: #fff; }
        .footer .footer-content #countryList ul li a {
          text-decoration: none;
          color: #ffffff;
          font-weight: 400; }
          .footer .footer-content #countryList ul li a:hover {
            color: #ee1818;
            text-decoration: none; }
        .footer .footer-content #countryList ul li:first-child a {
          color: #f33;
          font-weight: 700; }
    .footer .footer-content .country-dropdown a {
      color: #f33;
      text-decoration: none;
      font-weight: 700; }
      .footer .footer-content .country-dropdown a .ico-arrowdown1 {
        margin-left: 4px;
        position: relative; }
      .footer .footer-content .country-dropdown a[aria-expanded="true"] .icon {
        transform: rotate(180deg);
        transition: 0.5s; }
        .footer .footer-content .country-dropdown a[aria-expanded="true"] .icon::before {
          top: 4px;
          transform: rotate(-180deg); }
  .footer h4 {
    color: #fff;
    font-weight: 500;
    font-size: 14px; }

@media (max-width: 767px) {
  #countryList ul li:first-child {
    display: none; } }

@media (min-width: 767px) {
  #countryList.collapse {
    display: block; } }

@media (max-width: 767px) and (min-width: 320px) {
  .footer {
    padding: 24px 8px 24px; }
  #primaryFooter .footer-content ul li {
    width: 50%;
    float: left;
    margin-bottom: 8px;
    padding-right: 16px; }
  .footer.footer-gray.secondary ul.none {
    padding-left: 10px; } }

.footer.footer-gray.secondary {
  margin-top: -50px; }
  .footer.footer-gray.secondary .footer-content {
    padding-top: 0px; }
    .footer.footer-gray.secondary .footer-content div.clearfix + ul.none {
      margin-top: -5px; }
    .footer.footer-gray.secondary .footer-content .footer-social-box span.icon {
      font-size: 2rem; }
    .footer.footer-gray.secondary .footer-content .footer-social-box span.icon:hover {
      color: silver; }

#sticky-message {
  position: relative;
  width: 100%;
  z-index: 101;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  font-size: 14px;
  min-height: 64px;
  top: 0px;
  left: 0px;
  padding: 8px;
  max-height: 64px;
  margin: 0; }
  #sticky-message .message-content {
    display: block;
    width: 100%;
    float: left; }
    #sticky-message .message-content .message-title {
      font-size: 14px;
      font-weight: 500; }
    #sticky-message .message-content .message {
      font-size: 13px;
      color: grey;
      margin: 0; }
      #sticky-message .message-content .message .lg-link a {
        color: #212529;
        font-style: italic; }
        #sticky-message .message-content .message .lg-link a:hover {
          color: #212529; }
      #sticky-message .message-content .message .mobile-link {
        display: none; }
      #sticky-message .message-content .message a {
        color: #212529;
        font-style: italic; }
        #sticky-message .message-content .message a:hover {
          color: #212529; }
  #sticky-message .btn-opt-out {
    cursor: pointer;
    border-radius: 50px;
    padding: 5px;
    user-select: none;
    font-weight: 500;
    min-width: 144px;
    color: #fff;
    background-color: grey;
    border: 1px solid grey;
    text-align: center;
    float: right;
    height: 40px; }
    #sticky-message .btn-opt-out p {
      margin: 0; }
    #sticky-message .btn-opt-out p.small-text {
      font-size: 10px;
      color: #212529; }
    #sticky-message .btn-opt-out:hover {
      border: 1px solid darkgray;
      background-color: darkgray; }

#mini-header {
  background-color: #2e2e2e;
  height: 40px;
  max-height: 40px;
  min-height: 40px;
  width: 100%;
  z-index: 1;
  transition: all 0.3s linear; }
  #mini-header.hide {
    margin-top: -40px; }
  #mini-header #mobile-header {
    display: none !important; }
  #mini-header #mini-header-placeholder {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1001; }
    #mini-header #mini-header-placeholder ul {
      list-style: none;
      margin: 0 24px 0 0;
      padding: 0;
      float: right;
      height: 40px; }
      #mini-header #mini-header-placeholder ul li {
        z-index: 100;
        max-height: 40px;
        height: 40px;
        position: relative;
        display: inline-block;
        padding: 10px 16px 0;
        color: #ffffff;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer; }
        #mini-header #mini-header-placeholder ul li:hover {
          background-color: #484848; }
        #mini-header #mini-header-placeholder ul li > a {
          color: #fff;
          text-decoration: none;
          font-size: 15px;
          font-weight: 600; }
        #mini-header #mini-header-placeholder ul li .dropdown-menu {
          padding: 10px 0;
          min-width: 284px;
          max-width: 304px;
          width: 284px;
          border-radius: 0px;
          border-top: none;
          top: 6px !important;
          overflow: visible;
          min-height: 500px;
          max-height: none; }
          #mini-header #mini-header-placeholder ul li .dropdown-menu a[href="/sme/default.page"] {
            border-left: 5px solid #f33; }
          #mini-header #mini-header-placeholder ul li .dropdown-menu a[href="https://www.dbs.com.hk/sme-zh/default.page"] {
            border-left: 5px solid #f33; }
          #mini-header #mini-header-placeholder ul li .dropdown-menu dt {
            height: 30px; }
            #mini-header #mini-header-placeholder ul li .dropdown-menu dt > * {
              padding: 7px 1rem; }
            #mini-header #mini-header-placeholder ul li .dropdown-menu dt label {
              color: silver;
              font-size: 14px;
              font-weight: 400;
              opacity: 0.6;
              white-space: nowrap;
              line-height: 16px; }
          #mini-header #mini-header-placeholder ul li .dropdown-menu dd {
            height: 30px; }
            #mini-header #mini-header-placeholder ul li .dropdown-menu dd > * {
              padding: 8px 2rem; }
            #mini-header #mini-header-placeholder ul li .dropdown-menu dd a {
              display: inline-block;
              font-size: 14px;
              font-weight: 500;
              color: #fff; }
            #mini-header #mini-header-placeholder ul li .dropdown-menu dd a:hover {
              background: #656565; }
      #mini-header #mini-header-placeholder ul li:first-child i.ico-play {
        color: #fff;
        opacity: 0.4;
        padding-left: 8px;
        font-size: 8px;
        top: -1px; }
      #mini-header #mini-header-placeholder ul li:first-child i.ico-play:before {
        content: "\e0a8"; }
      #mini-header #mini-header-placeholder ul li:first-child .dropdown-menu {
        background: #484848;
        color: #fff; }
  #mini-header #mini-header-placeholder.dropdown ul li:first-child:hover > .dropdown-menu {
    display: block;
    margin-top: 33px; }

.scrollable-dropdown-menu {
  height: auto;
  min-height: 400px !important;
  max-height: 400px !important;
  overflow-y: auto !important; }

.modal-backdrop {
  opacity: 0.5;
  z-index: 100 !important; }

@media screen and (min-width: 768px) {
  .icon-search-padding {
    padding-left: 10px;
    padding-right: 10px; }
  .portlet-boundary_smeportalsearch_ .portlet-content {
    padding: 0; } }

@font-face {
  font-family: 'Optima';
  font-style: normal;
  font-weight: normal;
  src: local("Optima"), url("./fonts/optima/OPTIMA.woff") format("woff"); }

@font-face {
  font-family: 'Optima Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Optima Bold"), url("/fonts/optima/OPTIMA_B.woff") format("woff"); }

header * {
  font-family: unset; }

header.menuOpen .header .navWrap .nav .hiddenNav .top .country a {
  font-size: 16px;
  line-height: 1; }

#nav-bar .nav-bar-inner .header-navigation ul.header-menu li {
  height: 100% !important; }

.body-wrapper-margin {
  margin-top: 100px; }

.portlet-layout .portlet-header {
  margin-bottom: 0; }

.mainFood .layout-listingTopFold .foodWrapper > p {
  font-size: 12px;
  font-family: 'Optima';
  text-transform: uppercase; }

#nav-bar .nav-bar-inner .header-navigation ul.header-menu li {
  height: 100%; }

a#searchMenuButton ~ .portlet-boundary {
  width: 0; }

.g .r {
  margin-left: 0 !important;
  margin-right: 0 !important; }

#nav-bar {
  height: 80px;
  width: 100%;
  background: transparent;
  box-shadow: unset;
  transition: all 0.3s linear; }
  #nav-bar.shrink {
    height: 48px;
    top: 0; }
    #nav-bar.shrink .navbar-links-left li {
      padding: 11px 14px !important; }
    #nav-bar.shrink .dbslogo-wrapper > img {
      transform: scale(0.87) !important; }
    #nav-bar.shrink .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu {
      top: 48px !important; }
  #nav-bar .nav-bar-inner {
    height: 100%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto; }
    #nav-bar .nav-bar-inner > * {
      display: inline-block;
      height: 100%; }
    #nav-bar .nav-bar-inner .dbslogo-wrapper {
      vertical-align: top;
      position: relative;
      width: 100px;
      transform: scale(1); }
      #nav-bar .nav-bar-inner .dbslogo-wrapper > img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transform-origin: left;
        transition: all 0.3s linear; }
    #nav-bar .nav-bar-inner .icon-wrapper {
      position: relative;
      width: 50px; }
      #nav-bar .nav-bar-inner .icon-wrapper .hide {
        display: none; }
      #nav-bar .nav-bar-inner .icon-wrapper .hamburger-menu {
        margin-top: 30px;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
      #nav-bar .nav-bar-inner .icon-wrapper .hamburger-menu span {
        display: block;
        position: absolute;
        background: #909090;
        opacity: 1;
        height: 2px;
        width: 100%;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out; }
      #nav-bar .nav-bar-inner .icon-wrapper .hamburger-menu span:nth-child(1) {
        top: 6px; }
      #nav-bar .nav-bar-inner .icon-wrapper .hamburger-menu span:nth-child(2) {
        top: 13px; }
      #nav-bar .nav-bar-inner .icon-wrapper .hamburger-menu.open span:nth-child(1) {
        top: 9px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg); }
      #nav-bar .nav-bar-inner .icon-wrapper .hamburger-menu.open span:nth-child(2) {
        top: 9px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg); }
    #nav-bar .nav-bar-inner .navbar-links-left {
      padding-top: 0;
      margin-left: 16px;
      height: 100%;
      max-width: 720px;
      overflow: hidden; }
      #nav-bar .nav-bar-inner .navbar-links-left .nav-active {
        background-color: #ececec; }
      #nav-bar .nav-bar-inner .navbar-links-left ul {
        margin: 0;
        padding-left: 0px;
        height: 100%; }
        #nav-bar .nav-bar-inner .navbar-links-left ul > a {
          text-decoration: none;
          color: #2e2e2e; }
        #nav-bar .nav-bar-inner .navbar-links-left ul li {
          cursor: pointer;
          margin: 0;
          padding: 30px 14px;
          position: relative;
          /* float: left; */
          /* padding: 28px 16px; */
          margin: 0 -2px 0 -3px;
          display: inline-block;
          height: 100%;
          font-size: 1rem;
          font-size: 14px;
          transition: all 0.2s linear;
          transition-property: padding; }
          #nav-bar .nav-bar-inner .navbar-links-left ul li:hover {
            background-color: #ececec; }
          #nav-bar .nav-bar-inner .navbar-links-left ul li > div {
            height: 40px;
            font-weight: 500;
            font-size: 16px; }
            #nav-bar .nav-bar-inner .navbar-links-left ul li > div a {
              text-decoration: none;
              color: #2e2e2e; }
    #nav-bar .nav-bar-inner .header-navigation {
      float: right;
      width: 100%;
      display: flex !important;
      align-items: flex-end;
      justify-content: flex-end;
      margin-right: 15px; }
      #nav-bar .nav-bar-inner .header-navigation header-navigation .help-support {
        float: left;
        margin-top: 10px; }
        #nav-bar .nav-bar-inner .header-navigation header-navigation .help-support a {
          text-decoration: none; }
        #nav-bar .nav-bar-inner .header-navigation header-navigation .help-support .icon-color {
          color: #909090; }
      #nav-bar .nav-bar-inner .header-navigation ul.header-menu {
        margin: 0;
        height: 100%;
        padding-left: 0px; }
        #nav-bar .nav-bar-inner .header-navigation ul.header-menu li {
          float: left;
          position: relative;
          height: auto;
          font-weight: 500;
          list-style: none; }
          #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search > #searchMenuButton:hover {
            cursor: pointer; }
          .search .dropdown-menu #nav-bar .nav-bar-inner .header-navigation ul.header-menu li.show {
            background: #ececec; }
          #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search {
            padding: 0px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%; }
            #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search i.icon {
              color: #909090;
              margin-right: 0;
              font-size: 20px; }
            #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search.dropdown.show {
              background: #ececec; }
              #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search.dropdown.show #searchMenuButton .ico-search:before {
                content: "\e02b"; }
            #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu {
              position: fixed !important;
              z-index: 100;
              background: #ececec;
              min-width: 100%;
              float: left;
              left: 0px !important;
              top: 0 !important;
              margin: 0;
              transform: none !important;
              display: block;
              overflow: hidden;
              max-height: 0;
              visibility: hidden;
              transition: all 0.3s linear;
              -moz-transition: all 0.3s linear;
              -webkit-transition: all 0.3s linear;
              -o-transition: all 0.3s linear;
              border-radius: 0;
              border: none;
              box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
              -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
              margin-top: 120px; }
              #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu.show {
                max-height: 157px;
                height: 157px;
                visibility: visible;
                overflow: inherit; }
                #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu.show .portlet-decorate .portlet-content {
                  background: none; }
              #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group {
                max-width: 944px;
                margin: 32px auto;
                overflow: hidden; }
                #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .col-md-12 {
                  padding: 0; }
                #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group input {
                  float: left; }
                #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group input[type="text"] {
                  position: relative;
                  padding: 10px 80px 10px 10px;
                  border: 1px solid silver;
                  height: 40px;
                  font-size: 16px;
                  width: 100%;
                  -webkit-appearance: none;
                  border-radius: 0;
                  color: #909090; }
                  #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group input[type="text"]::placeholder {
                    color: #909090; }
                  #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group input[type="text"]:-ms-input-placeholder {
                    color: #909090; }
                  #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group input[type="text"]::-ms-input-placeholder {
                    color: #909090; }
                #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group input[type="text"]:focus {
                  outline: none;
                  border-color: #909090;
                  color: #2e2e2e; }
                #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .btn-close-history, #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .btn-search {
                  width: 40px;
                  height: 40px;
                  padding: 10px;
                  border: none;
                  position: absolute;
                  top: 0; }
                  #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .btn-close-history .icon, #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .btn-search .icon {
                    font-size: 21px; }
                  #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .btn-close-history:hover, #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .btn-search:hover {
                    cursor: pointer; }
                #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .btn-close-history {
                  right: 40px; }
                  #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .btn-close-history .icon {
                    color: silver; }
                  #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .btn-close-history.show-search-history .icon.ico-clock-3-line {
                    color: #f33; }
                  #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .btn-close-history.show-search-history ~ .search-history {
                    display: block; }
                #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .btn-search {
                  background: #f33;
                  border: none;
                  right: 0; }
                  #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .btn-search .icon {
                    color: white; }
                  #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .btn-search:focus {
                    outline: none; }
                  #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .btn-search:hover {
                    background: #ee1818; }
                #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .icon {
                  font-size: 2 rem;
                  top: -2px;
                  color: #2e2e2e; }
                #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-history {
                  position: relative;
                  margin-right: 8px;
                  width: inherit;
                  background-color: #fff;
                  border-top: 0;
                  width: calc(100% - 40px);
                  transform: none !important;
                  top: 0px !important;
                  overflow: hidden;
                  padding: 0;
                  margin: 0;
                  border-radius: 0;
                  z-index: 101;
                  display: none;
                  max-height: 397px; }
                  #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-history table {
                    width: 100%;
                    border-collapse: collapse;
                    border: 1px solid silver;
                    border-top: none; }
                    #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-history table thead th {
                      padding: 8px 16px;
                      font-weight: 500;
                      font-size: 14px;
                      line-height: 14px;
                      height: 40px;
                      background: #ececec;
                      border-bottom: 0;
                      cursor: default;
                      vertical-align: middle;
                      color: #000; }
                      #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-history table thead th span.clear-search-history {
                        float: right;
                        font-weight: 200;
                        cursor: pointer;
                        color: #909090; }
                    #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-history table tbody {
                      display: block;
                      overflow-y: scroll;
                      max-height: 350px; }
                      #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-history table tbody tr {
                        display: block;
                        border-bottom: 1px solid #dcdcdc; }
                        #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-history table tbody tr:hover {
                          background: #f3f3f3; }
                      #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-history table tbody td {
                        padding: 13px 16px;
                        border-top: none;
                        border-bottom: none;
                        cursor: pointer;
                        height: 48px;
                        vertical-align: middle;
                        color: #2e2e2e;
                        font-weight: 200; }
                        #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-history table tbody td:hover {
                          background: none; }
                #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-suggestions {
                  position: relative;
                  display: none;
                  transform: none !important;
                  top: 0px !important;
                  margin-right: 8px;
                  background: #fff;
                  width: calc(100% - 40px);
                  max-height: none;
                  border-top: none;
                  overflow: hidden; }
                  #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-suggestions h3 a {
                    text-decoration: none;
                    display: inline-block;
                    color: #2e2e2e;
                    font-weight: 500;
                    font-size: 1 rem; }
                  #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-suggestions .search-section {
                    max-height: 300px;
                    overflow: auto;
                    border: 1px solid silver;
                    border-top: none;
                    border-bottom: none;
                    overflow-x: hidden; }
                    #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-suggestions .search-section .search-result {
                      padding: 16px; }
                      #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-suggestions .search-section .search-result .search-info {
                        width: 95%;
                        display: inline-table; }
                        #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-suggestions .search-section .search-result .search-info p {
                          font-size: 0.875rem;
                          color: #656565;
                          line-height: 1.5;
                          margin-top: 0;
                          margin-bottom: 0;
                          text-overflow: ellipsis;
                          white-space: nowrap;
                          overflow: hidden; }
                          #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-suggestions .search-section .search-result .search-info p a {
                            color: #2e2e2e;
                            text-decoration: none;
                            font-weight: 200; }
                        #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-suggestions .search-section .search-result .search-info ul {
                          padding-left: 0;
                          margin-top: 16px;
                          margin-bottom: 0px; }
                          #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-suggestions .search-section .search-result .search-info ul li {
                            list-style-type: none;
                            padding-left: 0px;
                            margin-right: 0px;
                            display: inline;
                            color: #656565; }
                            #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-suggestions .search-section .search-result .search-info ul li .icon {
                              height: 20px;
                              float: left;
                              margin-right: 8px;
                              position: relative;
                              top: 2px;
                              color: #2e2e2e;
                              font-size: 1.25rem; }
                            #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-suggestions .search-section .search-result .search-info ul li span {
                              font-weight: 500;
                              font-size: 14px;
                              color: #909090;
                              line-height: 1; }
                              #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-suggestions .search-section .search-result .search-info ul li span::after {
                                content: " | "; }
                              #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-suggestions .search-section .search-result .search-info ul li span:last-child::after {
                                content: ""; }
                      #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-suggestions .search-section .search-result:hover {
                        background-color: #ececec; }
                        #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-suggestions .search-section .search-result:hover h3 a {
                          color: #f33; }
                    #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-suggestions .search-section hr {
                      margin: 0;
                      border-top: 1px solid #dcdcdc; }
                      #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-suggestions .search-section hr:last-child {
                        display: none; }
                    #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-suggestions .search-section .search-result-nav {
                      font-size: 17px;
                      float: right;
                      position: relative;
                      right: -48px;
                      color: silver; }
                  #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-suggestions .view-all {
                    background: #f33;
                    color: #fff;
                    font-size: 14px;
                    font-weight: 500;
                    height: 40px;
                    border: 1px solid #ee1818;
                    border-radius: 0;
                    text-align: center;
                    width: 100%;
                    display: block;
                    padding: 0.375rem 0.75rem;
                    line-height: 1.5;
                    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
                    outline: 0;
                    -moz-outline-style: none; }
                    #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-suggestions .view-all:hover {
                      background: #ee1818;
                      cursor: pointer; }
                  #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-suggestions.show-search-suggestions {
                    display: block; }
                #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .popular-searches {
                  font-size: 16px;
                  display: inline-block;
                  margin-top: 24px;
                  padding: 0; }
                  #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .popular-searches label {
                    color: #909090;
                    margin-bottom: 0.5rem;
                    float: left;
                    padding-right: 16px;
                    font-weight: 400; }
                  #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .popular-searches ul {
                    list-style-position: inside;
                    padding: 0;
                    overflow: hidden; }
                    #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .popular-searches ul li {
                      list-style-type: none;
                      color: #909090;
                      margin: 0 4px;
                      font-weight: 500; }
                      #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .popular-searches ul li a {
                        text-decoration: none;
                        color: #f33; }
          #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .dark-menu-group {
            background: #f33;
            padding: 0 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%; }
            #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .dark-menu-group a {
              color: white;
              text-decoration: none;
              cursor: pointer; }
            #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .dark-menu-group i.icon {
              color: white;
              font-size: 20px; }
            #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .dark-menu-group .dropdown .dropdown-menu {
              transform: translate3d(-236px, 38px, 0px) !important;
              border-radius: 0;
              width: 260px;
              transition-duration: 0.4s;
              -webkit-transition-duration: 0.4s; }
              #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .dark-menu-group .dropdown .dropdown-menu a.dropdown-item {
                color: #2e2e2e;
                font-size: 14px; }
                #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .dark-menu-group .dropdown .dropdown-menu a.dropdown-item:hover {
                  color: #ee1818;
                  background: transparent; }
              #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .dark-menu-group .dropdown .dropdown-menu:focus {
                background-color: transparent; }
              #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .dark-menu-group .dropdown .dropdown-menu:active {
                background-color: transparent; }
            #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .dark-menu-group:hover {
              background: #f01714; }
          #nav-bar .nav-bar-inner .header-navigation ul.header-menu li i {
            font-size: 1.8rem;
            height: 20px;
            margin-right: 8px;
            top: -3px;
            display: inline-block;
            position: relative; }

#header-wrapper #gsmc-search-theme .nav-bar-inner {
  height: 70px !important; }

.journal-content-article main {
  margin-top: 0; }

#nav-bar .nav-bar-inner .header-navigation ul.header-menu li i {
  top: 3px; }

/* gsmc */
header.hasDarkBg .logoWrap p {
  color: #fff !important; }

/* Category Tabs Navigation - Product Listing & Business Class */
.nav-category-tabs {
  background: #f3f3f3;
  min-height: 76px;
  height: auto; }
  .nav-category-tabs .portlet {
    margin: 0; }
  .nav-category-tabs .navbar-blank.navbar-nav.navbar-site {
    max-width: 944px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none; }
  .nav-category-tabs .navbar-blank.navbar-nav.navbar-site::-webkit-scrollbar {
    display: none; }
  .nav-category-tabs .navbar-nav li:nth-of-type(n+8) {
    display: none; }
  .nav-category-tabs .navbar-nav .nav-item {
    min-height: 76px;
    /*width: 141.71px;*/
    cursor: pointer;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center; }
  .nav-category-tabs .navbar-nav .nav-item:hover {
    background-color: #ececec; }
  .nav-category-tabs .navbar-nav .nav-link {
    /*max-width:135px; 
        width:141px;*/
    font-weight: 600;
    color: #2e2e2e;
    text-decoration: none;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto; }
    .nav-category-tabs .navbar-nav .nav-link:focus {
      outline: none; }
  .nav-category-tabs .navbar-nav .nav-item.active {
    border-bottom: 4px solid #f33;
    position: relative; }
    .nav-category-tabs .navbar-nav .nav-item.active:after {
      position: absolute;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #f33;
      margin-left: -3px;
      bottom: -10px;
      content: "";
      left: 50%;
      width: 6px; }
    .nav-category-tabs .navbar-nav .nav-item.active .nav-link {
      color: #f33; }
  .nav-category-tabs span.text-truncate {
    line-height: normal; }
  .nav-category-tabs .text-truncate {
    overflow: visible;
    text-overflow: none;
    white-space: inherit;
    text-align: center; }
  .nav-category-tabs ul li:nth-child(n+8) {
    display: none; }

.portlet-layout .nav-category-tabs .portlet-header {
  margin: 0; }

@media screen and (max-width: 992px) {
  .header-navigation {
    float: right !important;
    position: relative !important; }
  #nav-bar {
    height: 48px;
    top: 0; }
    #nav-bar .nav-bar-inner {
      max-width: inherit; }
      #nav-bar .nav-bar-inner a img {
        height: 26px;
        margin-top: -2px; }
      #nav-bar .nav-bar-inner .dbslogo-wrapper {
        vertical-align: inherit;
        width: auto; }
      #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .dark-menu-group .dropdown .dropdown-menu {
        transform: translate3d(-206px, 22px, 0px) !important; }
  .navbar-blank.navbar-nav.navbar-site {
    overflow-x: scroll !important; }
  .dark-menu-group a {
    font-size: 12px; }
    .dark-menu-group a i.icon {
      top: 0 !important;
      margin-right: 2px !important;
      font-size: 13px !important; }
  li .search {
    display: none !important; } }

#nav-bar .nav-bar-inner .header-navigation ul.header-menu li .search .dropdown-menu .search-group .search-suggestions h3 a {
  font-size: 20px;
  font-family: "Optima"; }

@media screen and (min-width: 992px) {
  #nav-bar.shrink .nav-bar-inner .header-navigation ul.header-menu li .dark-menu-group .dropdown .dropdown-menu {
    transform: translate3d(-236px, 21px, 0px) !important; } }

@media screen and (max-width: 992px) {
  #nav-bar .nav-bar-inner .header-navigation ul.header-menu li {
    padding: 0 0 0 16px; }
    #nav-bar .nav-bar-inner .header-navigation ul.header-menu li i {
      width: inherit; } }

@media screen and (max-width: 768px) {
  #sticky-message .message-content .message-title {
    font-size: 12px; }
  #sticky-message .message-content .message {
    font-size: 10px; }
    #sticky-message .message-content .message .lg-link {
      display: none; }
    #sticky-message .message-content .message .mobile-link {
      display: block; }
  #sticky-message .btn-opt-out {
    margin-top: 5px;
    margin-right: -5px;
    min-width: 130px; }
  #nav-bar {
    top: 0;
    height: 48px;
    border-top: 4px solid #27354E; }
    #nav-bar .header-navigation {
      float: right !important;
      position: relative !important; }
    #nav-bar .nav-bar-inner {
      max-width: inherit; }
      #nav-bar .nav-bar-inner a img {
        height: 26px;
        margin-top: -2px; }
      #nav-bar .nav-bar-inner .dbslogo-wrapper {
        vertical-align: inherit;
        width: auto; } }

@media screen and (max-width: 767px) {
  .nav-category-tabs .text-truncate {
    white-space: nowrap; } }

@media screen and (max-width: 576px) {
  #nav-bar {
    height: 52px; }
    #nav-bar .nav-bar-inner {
      max-width: inherit; }
      #nav-bar .nav-bar-inner a img {
        margin-top: 5px; }
      #nav-bar .nav-bar-inner .header-navigation ul.header-menu li .dark-menu-group .dropdown .dropdown-menu {
        transform: translate3d(-206px, 22px, 0px) !important; }
    #nav-bar .cta-btn-wrapper .btn-flex-wrapper .cta-btn {
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 265px; } }

.research #wrapper {
  padding: 0; }

.research #main-content {
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0; }

.research .portlet-layout.row:nth-of-type(1) {
  margin-left: 0;
  margin-right: 0; }

.research #column-1 {
  padding-left: 0;
  padding-right: 0; }

.research .portlet-nested-portlets {
  max-width: 944px;
  margin: 0 auto; }

.cta-btn-wrapper {
  margin: 5px 0; }
  .cta-btn-wrapper .pre-cta-btn-wrapper {
    padding: 5px 10px; }
  .cta-btn-wrapper .btn-wrapper {
    display: flex;
    flex-direction: row nowrap;
    margin: 5px 0; }
  .cta-btn-wrapper .btn-wrapper-cta {
    display: flex;
    flex-direction: column; }
    .cta-btn-wrapper .btn-wrapper-cta.center {
      align-items: center; }
    .cta-btn-wrapper .btn-wrapper-cta.left {
      align-items: flex-start; }
    .cta-btn-wrapper .btn-wrapper-cta.right {
      align-items: flex-end; }
    .cta-btn-wrapper .btn-wrapper-cta.justify {
      -webkit-box-pack: justify;
      justify-content: space-between;
      flex-direction: row; }
  .cta-btn-wrapper .btn-flex-wrapper {
    flex: 0 0 auto; }
    .cta-btn-wrapper .btn-flex-wrapper .cta-btn {
      margin-left: 10px;
      text-shadow: none;
      display: inline-block;
      text-align: center;
      touch-action: manipulation;
      cursor: pointer;
      white-space: nowrap;
      line-height: 1.42857143;
      user-select: none;
      border-radius: 4px;
      padding: 8px 12px;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      font-weight: 600;
      min-width: 144px !important;
      height: 40px; }
      .cta-btn-wrapper .btn-flex-wrapper .cta-btn.dbsred {
        color: #fff;
        background-color: #f33;
        border: 1px solid #ee1818; }
        .cta-btn-wrapper .btn-flex-wrapper .cta-btn.dbsred:hover {
          background-color: #ee1818; }
      .cta-btn-wrapper .btn-flex-wrapper .cta-btn.dbswhite {
        color: #f33;
        background-color: #fff;
        border: 1px solid #ee1818; }
      @media screen and (max-width: 767px) {
        .cta-btn-wrapper .btn-flex-wrapper .cta-btn {
          min-width: auto !important;
          margin-bottom: 10px; } }
  .cta-btn-wrapper .btn-right-text {
    flex: 0 75%;
    margin-left: 10px;
    margin-top: auto;
    margin-bottom: auto; }
  .cta-btn-wrapper .post-cta-btn-wrapper {
    padding: 5px 10px; }

.cta-btn-inline {
  margin-left: 10px;
  margin-right: 10px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  border-radius: 4px;
  padding: 8px 12px;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  font-weight: 600;
  min-width: 144px !important;
  height: 40px; }
  .cta-btn-inline.dbsred {
    color: #fff;
    background-color: #f33;
    border: 1px solid #ee1818; }
    .cta-btn-inline.dbsred:hover {
      background-color: #ee1818; }
  .cta-btn-inline.dbswhite {
    color: #f33;
    background-color: #fff;
    border: 1px solid #ee1818; }

@font-face {
  font-family: "dbsicons";
  src: url("../css/custom/dbsicons.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "dbsicons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="ico-"]:before,
[class*=" ico-"]:before {
  font-family: "dbsicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon {
  color: #ff3333;
  display: inline-block;
  position: relative;
  top: 2px; }

.icon.orange {
  color: #f5a623; }

.ico-generictag:before {
  content: "\ed56"; }

.ico-christmas:before {
  content: "\ed58"; }

.ico-coupondeals:before {
  content: "\ed59"; }

.ico-dine:before {
  content: "\ed5b"; }

.ico-essential-solid:before {
  content: "\ed5c"; }

.ico-festive:before {
  content: "\ed5d"; }

.ico-mobile-e-payments:before {
  content: "\ed5e"; }

.ico-online-deals-pininactive:before {
  content: "\ed5f"; }

.ico-play:before {
  content: "\e07d"; }

.ico-maskplay:before {
  content: "\ed62"; }

.ico-online-deals:before {
  content: "\ed5f"; }

.ico-overseas-deals:before {
  content: "\ed61"; }

.ico-play:before {
  content: "\ed62"; }

.ico-service:before {
  content: "\ed63"; }

.ico-shop:before {
  content: "\ed65"; }

.ico-travel:before {
  content: "\ed66"; }

.ico-alphabet-order-down-inactive:before {
  content: "\ed4f"; }

.ico-alphabet-order-up-inactive:before {
  content: "\ed50"; }

.ico-listview-inactive:before {
  content: "\ed51"; }

.ico-percent-down-active:before {
  content: "\ed52"; }

.ico-percent-up-active:before {
  content: "\ed53"; }

.ico-tileview-active:before {
  content: "\ed54"; }

.ico-uniE273:before {
  content: "\e273"; }

.ico-epublication:before {
  content: "\ed57"; }

.ico-hide-quick-summary:before {
  content: "\ed5a"; }

.ico-show-quick-summary:before {
  content: "\ed60"; }

.ico-view-history:before {
  content: "\ed64"; }

.ico-download:before {
  content: "\ed55"; }

.ico-clearall-filled:before {
  content: "\e274"; }

.ico-iphone-line:before {
  content: "\ed3a"; }

.ico-amex-32:before {
  content: "\ed3b"; }

.ico-dollar42:before {
  content: "\ed3c"; }

.ico-dinefood:before {
  content: "\ed3d"; }

.ico-healthcare4:before {
  content: "\ed3e"; }

.ico-hotairballoon:before {
  content: "\ed3f"; }

.ico-master-card2-line:before {
  content: "\ed40"; }

.ico-mouse-3-line:before {
  content: "\ed41"; }

.ico-cart-5-line:before {
  content: "\ed42"; }

.ico-visa-card2-line:before {
  content: "\ed43"; }

.ico-account6:before {
  content: "\ed44"; }

.ico-corporateact:before {
  content: "\ed45"; }

.ico-equity2:before {
  content: "\ed46"; }

.ico-fund2:before {
  content: "\ed47"; }

.ico-investment:before {
  content: "\ed48"; }

.ico-passportupdate:before {
  content: "\ed49"; }

.ico-photo-3-line:before {
  content: "\ed4a"; }

.ico-calendar-3-line:before {
  content: "\ed4b"; }

.ico-subscribe:before {
  content: "\ed4c"; }

.ico-fixedincome:before {
  content: "\ed4d"; }

.ico-fx:before {
  content: "\ed4e"; }

.ico-free-icon-large:before {
  content: "\ed38"; }

.ico-free-icon-small:before {
  content: "\ed39"; }

.ico-cart-3-line:before {
  content: "\e858"; }

.ico-cart-4-line:before {
  content: "\e859"; }

.ico-add-4-box-line:before {
  content: "\e972"; }

.ico-minus-4-box-line:before {
  content: "\e997"; }

.ico-redeem1:before {
  content: "\f470"; }

.ico-purchase1:before {
  content: "\f4fc"; }

.ico-shopping-bag-check2:before {
  content: "\ecfb"; }

.ico-medical-notepad2:before {
  content: "\f454"; }

.ico-cut-here-line:before {
  content: "\ec27"; }

.ico-ambulance-line:before {
  content: "\eb07"; }

.ico-medical-cast-line:before {
  content: "\ea91"; }

.ico-account1:before {
  content: "\e000"; }

.ico-account2:before {
  content: "\e001"; }

.ico-account3:before {
  content: "\e002"; }

.ico-account4:before {
  content: "\e003"; }

.ico-account5:before {
  content: "\e0aa"; }

.ico-add1:before {
  content: "\e004"; }

.ico-add2:before {
  content: "\e005"; }

.ico-add3:before {
  content: "\e006"; }

.ico-alerts1:before {
  content: "\e007"; }

.ico-alerts2:before {
  content: "\e0b6"; }

.ico-Set-a-Price-Alert:before {
  content: "\fc6e"; }

.ico-amex1:before {
  content: "\e008"; }

.ico-amex2:before {
  content: "\e009"; }

.ico-approve1:before {
  content: "\e00a"; }

.ico-approve2:before {
  content: "\e00b"; }

.ico-tick1:before {
  content: "\e0b1"; }

.ico-checkbox2:before {
  content: "\e036"; }

.ico-checkbox1:before {
  content: "\e037"; }

.ico-arrowdown1:before {
  content: "\e00c"; }

.ico-arrowdown2:before {
  content: "\e00d"; }

.ico-arrowdown3:before {
  content: "\e00e"; }

.ico-download1:before {
  content: "\e046"; }

.ico-findmore:before {
  content: "\e051"; }

.ico-arrowdown5:before {
  content: "\e0ab"; }

.ico-arrowdown4:before {
  content: "\e0a8"; }

.ico-arrowdownleft1:before {
  content: "\e00f"; }

.ico-arrowdownright1:before {
  content: "\e010"; }

.ico-arrowleft1:before {
  content: "\e011"; }

.ico-arrowleft2:before {
  content: "\e012"; }

.ico-arrowleft4:before {
  content: "\e013"; }

.ico-arrowleft3:before {
  content: "\e014"; }

.ico-arrowright1:before {
  content: "\e015"; }

.ico-arrowright2:before {
  content: "\e016"; }

.ico-arrowright3:before {
  content: "\e017"; }

.ico-dot:before {
  content: "\fc6f"; }

.ico-arrowright4:before {
  content: "\e018"; }

.ico-arrowup1:before {
  content: "\e019"; }

.ico-arrowup2:before {
  content: "\e01a"; }

.ico-arrowup3:before {
  content: "\e01b"; }

.ico-arrowup4:before {
  content: "\e0a9"; }

.ico-sort1:before {
  content: "\e0b0"; }

.ico-atm1:before {
  content: "\e01c"; }

.ico-atm2:before {
  content: "\e01d"; }

.ico-bargraph1:before {
  content: "\e01e"; }

.ico-bargraph2:before {
  content: "\e01f"; }

.ico-bill1:before {
  content: "\e020"; }

.ico-bill2:before {
  content: "\e021"; }

.ico-bookmark1:before {
  content: "\e022"; }

.ico-bookmark2:before {
  content: "\e023"; }

.ico-calculator1:before {
  content: "\e024"; }

.ico-calculator2:before {
  content: "\e025"; }

.ico-calendar2:before {
  content: "\e026"; }

.ico-call1:before {
  content: "\e027"; }

.ico-call2:before {
  content: "\e028"; }

.ico-call3:before {
  content: "\e029"; }

.ico-call4:before {
  content: "\e02a"; }

.ico-cancel1:before {
  content: "\e02b"; }

.ico-cancel2:before {
  content: "\e02c"; }

.ico-cancel3:before {
  content: "\e02d"; }

.ico-cancel4:before {
  content: "\e02e"; }

.ico-close2:before {
  content: "\fc70"; }

.ico-car1:before {
  content: "\e02f"; }

.ico-carousel:before {
  content: "\e030"; }

.ico-chart1:before {
  content: "\e031"; }

.ico-chart2:before {
  content: "\e032"; }

.ico-chart3:before {
  content: "\e033"; }

.ico-chart4:before {
  content: "\e034"; }

.ico-chart5:before {
  content: "\e035"; }

.ico-checklist1:before {
  content: "\e038"; }

.ico-checklist2:before {
  content: "\e039"; }

.ico-clearall:before {
  content: "\e03a"; }

.ico-coin1:before {
  content: "\e03b"; }

.ico-compare1:before {
  content: "\e03c"; }

.ico-compare2:before {
  content: "\e03d"; }

.ico-computer1:before {
  content: "\e03e"; }

.ico-court1:before {
  content: "\e03f"; }

.ico-desktop1:before {
  content: "\e040"; }

.ico-desktop2:before {
  content: "\e041"; }

.ico-dine1:before {
  content: "\e042"; }

.ico-dine2:before {
  content: "\e043"; }

.ico-dollar1:before {
  content: "\e044"; }

.ico-dollar2:before {
  content: "\e045"; }

.ico-dollar3:before {
  content: "\e0b3"; }

.ico-exchangerates1:before {
  content: "\e049"; }

.ico-exchangerates2:before {
  content: "\e04a"; }

.ico-dragdrop1:before {
  content: "\e047"; }

.ico-energy1:before {
  content: "\e048"; }

.ico-exclusive1:before {
  content: "\e04b"; }

.ico-exclusive2:before {
  content: "\e04c"; }

.ico-facebook:before {
  content: "\e04d"; }

.ico-facebook1:before {
  content: "\e04e"; }

.ico-fan1:before {
  content: "\e04f"; }

.ico-fan2:before {
  content: "\e050"; }

.ico-menu:before {
  content: "\fc71"; }

.ico-hamburger:before {
  content: "\e052"; }

.ico-healthcare1:before {
  content: "\e053"; }

.ico-healthcare2:before {
  content: "\e054"; }

.ico-healthcare3:before {
  content: "\e055"; }

.ico-help:before {
  content: "\e056"; }

.ico-help2:before {
  content: "\fc72"; }

.ico-home:before {
  content: "\e057"; }

.ico-home2:before {
  content: "\e058"; }

.ico-home3:before {
  content: "\e059"; }

.ico-industrial1:before {
  content: "\e05a"; }

.ico-information1:before {
  content: "\e05b"; }

.ico-information2:before {
  content: "\e05c"; }

.ico-information3:before {
  content: "\e05d"; }

.ico-instragram:before {
  content: "\e05e"; }

.ico-interest1:before {
  content: "\e05f"; }

.ico-interest2:before {
  content: "\e060"; }

.ico-ipad:before {
  content: "\e061"; }

.ico-ipad1:before {
  content: "\e062"; }

.ico-key1:before {
  content: "\e063"; }

.ico-key2:before {
  content: "\e064"; }

.ico-label:before {
  content: "\e065"; }

.ico-link1:before {
  content: "\e066"; }

.ico-link2:before {
  content: "\e0ad"; }

.ico-linkedin:before {
  content: "\e067"; }

.ico-linkedin1:before {
  content: "\e068"; }

.ico-location1:before {
  content: "\e069"; }

.ico-location2:before {
  content: "\e06a"; }

.ico-lock1:before {
  content: "\e06b"; }

.ico-lock2:before {
  content: "\e06c"; }

.ico-lock3:before {
  content: "\e06d"; }

.ico-logout:before {
  content: "\e06e"; }

.ico-mail1:before {
  content: "\e06f"; }

.ico-mail2:before {
  content: "\e070"; }

.ico-master1:before {
  content: "\e071"; }

.ico-master2:before {
  content: "\e072"; }

.ico-mbanking1:before {
  content: "\e073"; }

.ico-mbanking2:before {
  content: "\e074"; }

.ico-more:before {
  content: "\e075"; }

.ico-more2:before {
  content: "\e076"; }

.ico-more3:before {
  content: "\fc73"; }

.ico-notavailable1:before {
  content: "\e077"; }

.ico-notavailable2:before {
  content: "\e078"; }

.ico-onlineshop1:before {
  content: "\e079"; }

.ico-onlineshop2:before {
  content: "\e07a"; }

.ico-pause:before {
  content: "\e07b"; }

.ico-pay1:before {
  content: "\e07c"; }

.ico-play:before {
  content: "\e07d"; }

.ico-print1:before {
  content: "\e07e"; }

.ico-print2:before {
  content: "\e07f"; }

.ico-qq:before {
  content: "\e080"; }

.ico-radar1:before {
  content: "\e081"; }

.ico-remove1:before {
  content: "\e082"; }

.ico-remove2:before {
  content: "\e083"; }

.ico-search:before {
  content: "\fc74"; }

.ico-search2:before {
  content: "\e084"; }

.ico-setting1:before {
  content: "\e085"; }

.ico-setting2:before {
  content: "\e086"; }

.ico-share1:before {
  content: "\e087"; }

.ico-share2:before {
  content: "\e088"; }

.ico-share3:before {
  content: "\e089"; }

.ico-share4:before {
  content: "\e08a"; }

.ico-shopping1:before {
  content: "\e08b"; }

.ico-shopping2:before {
  content: "\e08c"; }

.ico-shopping3:before {
  content: "\e08d"; }

.ico-sitemap1:before {
  content: "\e08e"; }

.ico-sitemap2:before {
  content: "\e08f"; }

.ico-sms1:before {
  content: "\e090"; }

.ico-sms2:before {
  content: "\e091"; }

.ico-smsbanking1:before {
  content: "\e092"; }

.ico-smsbanking2:before {
  content: "\e093"; }

.ico-socialline:before {
  content: "\e094"; }

.ico-square:before {
  content: "\e095"; }

.ico-subscription1:before {
  content: "\e096"; }

.ico-thunder1:before {
  content: "\e097"; }

.ico-time1:before {
  content: "\e098"; }

.ico-time2:before {
  content: "\e099"; }

.ico-Toggle-Button:before {
  content: "\e900";
  color: #000; }

.ico-travel1:before {
  content: "\e09a"; }

.ico-travel2:before {
  content: "\e09b"; }

.ico-twitter:before {
  content: "\e09c"; }

.ico-twitter1:before {
  content: "\e09d"; }

.ico-visa1:before {
  content: "\e09e"; }

.ico-visa2:before {
  content: "\e09f"; }

.ico-warning1:before {
  content: "\e0a0"; }

.ico-warning2:before {
  content: "\e0a1"; }

.ico-wechat:before {
  content: "\e0a2"; }

.ico-weibo:before {
  content: "\e0a3"; }

.ico-whatsapp:before {
  content: "\e0a4"; }

.ico-youtube:before {
  content: "\e0a5"; }

.ico-youtube1:before {
  content: "\e0a6"; }

.ico-youtube2:before {
  content: "\e0a7"; }

.ico-msg1:before {
  content: "\e0ac"; }

.ico-collapse1:before {
  content: "\e0ae"; }

.ico-expand1:before {
  content: "\e0af"; }

.ico-fund1:before {
  content: "\e0b2"; }

.ico-equity1:before {
  content: "\e0b4"; }

.ico-alerts3:before {
  content: "\e0b5"; }

.ico-dash1:before {
  content: "\e0b7"; }

.ico-dash2:before {
  content: "\fc75"; }

.ico-filler1:before {
  content: "\e0b8"; }

.ico-Add-to-Virtual-Portfolio:before {
  content: "\fc76"; }

.ico-buy:before {
  content: "\fc77"; }

.ico-sell:before {
  content: "\fc78"; }

.ico-eStatement:before {
  content: "\fc79"; }

.ico-more3-Info:before {
  content: "\fc7a"; }

.ico-Transfer-to-Own-Account:before {
  content: "\fc7b"; }

.ico-Transfer-DBSPOSB:before {
  content: "\fc7c"; }

.ico-View-Transactions:before {
  content: "\fc7d"; }

.ico-sitemap:before {
  content: "\fc7e"; }

.ico-star:before {
  content: "\fc7f"; }

.ico-exclamation:before {
  content: "\fc80"; }

.ico-crosshair1-line:before {
  content: "\e6c5"; }

.ico-crosshair2-line:before {
  content: "\e6c6"; }

.ico-crosshair3-line:before {
  content: "\e6c7"; }

.ico-bin2-line:before {
  content: "\e6c8"; }

.ico-bin1-line:before {
  content: "\e6c9"; }

.ico-binoculars-line:before {
  content: "\e6ca"; }

.ico-atomic-bomb-line:before {
  content: "\e6cb"; }

.ico-clip1-line:before {
  content: "\e6cc"; }

.ico-clip2-line:before {
  content: "\e6cd"; }

.ico-cutter1-line:before {
  content: "\e6ce"; }

.ico-delete-1-line:before {
  content: "\e6cf"; }

.ico-delete-2-line:before {
  content: "\e6d0"; }

.ico-edit-1-line:before {
  content: "\e6d1"; }

.ico-edit-2-line:before {
  content: "\e6d2"; }

.ico-edit-3-line:before {
  content: "\e6d3"; }

.ico-hide-line:before {
  content: "\e6d4"; }

.ico-ink-line:before {
  content: "\e6d5"; }

.ico-key-1-line:before {
  content: "\e6d6"; }

.ico-key-2-line:before {
  content: "\e6d7"; }

.ico-link-1-line:before {
  content: "\e6d8"; }

.ico-link-2-line:before {
  content: "\e6d9"; }

.ico-link3-line:before {
  content: "\e6da"; }

.ico-link-broken-1-line:before {
  content: "\e6db"; }

.ico-link-broken-2-line:before {
  content: "\e6dc"; }

.ico-lock-1-line:before {
  content: "\e6dd"; }

.ico-lock-2-line:before {
  content: "\e6de"; }

.ico-lock-3-line:before {
  content: "\e6df"; }

.ico-lock-4-line:before {
  content: "\e6e0"; }

.ico-lock-5-line:before {
  content: "\e6e1"; }

.ico-lock-unlock-1-line:before {
  content: "\e6e2"; }

.ico-lock-unlock-2-line:before {
  content: "\e6e3"; }

.ico-magnifier-line:before {
  content: "\e6e4"; }

.ico-pen-1-line:before {
  content: "\e6e5"; }

.ico-pen-2-line:before {
  content: "\e6e6"; }

.ico-pen-3-line:before {
  content: "\e6e7"; }

.ico-pen-4-line:before {
  content: "\e6e8"; }

.ico-pencil-1-line:before {
  content: "\e6e9"; }

.ico-pencil-2-line:before {
  content: "\e6ea"; }

.ico-pencil-3-line:before {
  content: "\e6eb"; }

.ico-pin-1-line:before {
  content: "\e6ec"; }

.ico-pin-2-line:before {
  content: "\e6ed"; }

.ico-power-1-line:before {
  content: "\e6ee"; }

.ico-power-2-line:before {
  content: "\e6ef"; }

.ico-preview-1-line:before {
  content: "\e6f0"; }

.ico-preview-2-line:before {
  content: "\e6f1"; }

.ico-scissor-1-line:before {
  content: "\e6f2"; }

.ico-scissor-2-line:before {
  content: "\e6f3"; }

.ico-type-1-line:before {
  content: "\e6f6"; }

.ico-type-2-line:before {
  content: "\e6f7"; }

.ico-type-3-line:before {
  content: "\e6f8"; }

.ico-type-4-line:before {
  content: "\e6f9"; }

.ico-zoom-area-line:before {
  content: "\e6fa"; }

.ico-zoom-in-line:before {
  content: "\e6fb"; }

.ico-zoom-out-line:before {
  content: "\e6fc"; }

.ico-cursor-1-line:before {
  content: "\e6fd"; }

.ico-cursor-2-line:before {
  content: "\e6fe"; }

.ico-cursor-3-line:before {
  content: "\e6ff"; }

.ico-cursor-6-line:before {
  content: "\e700"; }

.ico-cursor-move-line:before {
  content: "\e701"; }

.ico-cursor-select-area-line:before {
  content: "\e702"; }

.ico-cursors-line:before {
  content: "\e703"; }

.ico-hand-line:before {
  content: "\e704"; }

.ico-hand-block-line:before {
  content: "\e705"; }

.ico-hand-grab-1-line:before {
  content: "\e706"; }

.ico-hand-grab-2-line:before {
  content: "\e707"; }

.ico-hand-point-line:before {
  content: "\e708"; }

.ico-hand-touch-1-line:before {
  content: "\e709"; }

.ico-hand-touch-2-line:before {
  content: "\e70a"; }

.ico-hand-touch-3-line:before {
  content: "\e70b"; }

.ico-hand-touch-4-line:before {
  content: "\e70c"; }

.ico-bookmark-1-line:before {
  content: "\e70d"; }

.ico-bookmark-2-line:before {
  content: "\e70e"; }

.ico-bookmark-3-line:before {
  content: "\e70f"; }

.ico-bookmark-4-line:before {
  content: "\e710"; }

.ico-tag-1-line:before {
  content: "\e711"; }

.ico-tag-2-line:before {
  content: "\e712"; }

.ico-tag-add-line:before {
  content: "\e713"; }

.ico-tag-delete-line:before {
  content: "\e714"; }

.ico-tags-1-line:before {
  content: "\e715"; }

.ico-tags-2-line:before {
  content: "\e716"; }

.ico-anchor-point-1-line:before {
  content: "\e717"; }

.ico-anchor-point-2-line:before {
  content: "\e718"; }

.ico-arrange-1-line:before {
  content: "\e719"; }

.ico-arrange-2-line:before {
  content: "\e71a"; }

.ico-board-line:before {
  content: "\e71b"; }

.ico-brush-1-line:before {
  content: "\e71c"; }

.ico-brush-2-line:before {
  content: "\e71d"; }

.ico-dropper-1-line:before {
  content: "\e71e"; }

.ico-crop-line:before {
  content: "\e71f"; }

.ico-dropper-1-line-2:before {
  content: "\e720"; }

.ico-dropper-2-line:before {
  content: "\e721"; }

.ico-dropper-3-line:before {
  content: "\e722"; }

.ico-glue-line:before {
  content: "\e723"; }

.ico-grid-line:before {
  content: "\e724"; }

.ico-layers-line:before {
  content: "\e725"; }

.ico-magic-wand-1-line:before {
  content: "\e726"; }

.ico-magic-wand-2-line:before {
  content: "\e727"; }

.ico-magnet-line:before {
  content: "\e728"; }

.ico-marker-line:before {
  content: "\e729"; }

.ico-palette-line:before {
  content: "\e72a"; }

.ico-pen-5-line:before {
  content: "\e72b"; }

.ico-pen-6-line:before {
  content: "\e72c"; }

.ico-quill-line:before {
  content: "\e72d"; }

.ico-reflect-line:before {
  content: "\e72e"; }

.ico-roller-line:before {
  content: "\e72f"; }

.ico-ruler-1-line:before {
  content: "\e730"; }

.ico-ruler-2-line:before {
  content: "\e731"; }

.ico-scale-diagonal-1-line:before {
  content: "\e732"; }

.ico-scale-diagonal-2-line:before {
  content: "\e733"; }

.ico-scale-horizontal-line:before {
  content: "\e734"; }

.ico-scale-tool-1-line:before {
  content: "\e735"; }

.ico-scale-tool-2-line:before {
  content: "\e736"; }

.ico-scale-tool-3-line:before {
  content: "\e737"; }

.ico-scale-vertical-line:before {
  content: "\e738"; }

.ico-shear-tool-line:before {
  content: "\e739"; }

.ico-spray-line:before {
  content: "\e73a"; }

.ico-stamp-line:before {
  content: "\e73b"; }

.ico-stationery-1-line:before {
  content: "\e73c"; }

.ico-stationery-2-line:before {
  content: "\e73d"; }

.ico-stationery-3-line:before {
  content: "\e73e"; }

.ico-vector-line:before {
  content: "\e73f"; }

.ico-award-1-line:before {
  content: "\e740"; }

.ico-award-2-line:before {
  content: "\e741"; }

.ico-award-3-line:before {
  content: "\e742"; }

.ico-award-4-line:before {
  content: "\e743"; }

.ico-award-5-line:before {
  content: "\e744"; }

.ico-award-6-line:before {
  content: "\e745"; }

.ico-crown-1-line:before {
  content: "\e746"; }

.ico-crown-2-line:before {
  content: "\e747"; }

.ico-crown-3-line:before {
  content: "\e748"; }

.ico-fire-line:before {
  content: "\e749"; }

.ico-flag-1-line:before {
  content: "\e74a"; }

.ico-flag-2-line:before {
  content: "\e74b"; }

.ico-flag-3-line:before {
  content: "\e74c"; }

.ico-flag-4-line:before {
  content: "\e74d"; }

.ico-flag-5-line:before {
  content: "\e74e"; }

.ico-flag-6-line:before {
  content: "\e74f"; }

.ico-flag-7-line:before {
  content: "\e750"; }

.ico-flag-8-line:before {
  content: "\e751"; }

.ico-google-plus-1-line:before {
  content: "\e752"; }

.ico-google-plus-2-line:before {
  content: "\e753"; }

.ico-hand-like-1-line:before {
  content: "\e754"; }

.ico-hand-like-2-line:before {
  content: "\e755"; }

.ico-hand-unlike-1-line:before {
  content: "\e756"; }

.ico-hand-unlike-2-line:before {
  content: "\e757"; }

.ico-heart-1-line:before {
  content: "\e758"; }

.ico-heart-2-line:before {
  content: "\e759"; }

.ico-heart-angel-line:before {
  content: "\e75a"; }

.ico-heart-broken-line:before {
  content: "\e75b"; }

.ico-heart-minus-line:before {
  content: "\e75c"; }

.ico-heart-plus-line:before {
  content: "\e75d"; }

.ico-present-line:before {
  content: "\e75e"; }

.ico-rank-1-line:before {
  content: "\e75f"; }

.ico-rank-2-line:before {
  content: "\e760"; }

.ico-ribbon-line:before {
  content: "\e761"; }

.ico-star-1-line:before {
  content: "\e762"; }

.ico-star-2-line:before {
  content: "\e763"; }

.ico-star-3-line:before {
  content: "\e764"; }

.ico-star-4-line:before {
  content: "\e765"; }

.ico-star-5-line:before {
  content: "\e766"; }

.ico-star-6-line:before {
  content: "\e767"; }

.ico-star-7-line:before {
  content: "\e768"; }

.ico-star-8-line:before {
  content: "\e769"; }

.ico-star-9-line:before {
  content: "\e76a"; }

.ico-star-10-line:before {
  content: "\e76b"; }

.ico-trophy-line:before {
  content: "\e76c"; }

.ico-baloon-line:before {
  content: "\e76d"; }

.ico-bubble-1-line:before {
  content: "\e76e"; }

.ico-bubble-2-line:before {
  content: "\e76f"; }

.ico-bubble-add-1-line:before {
  content: "\e770"; }

.ico-bubble-add-2-line:before {
  content: "\e771"; }

.ico-bubble-add-3-line-2:before {
  content: "\e772"; }

.ico-bubble-ask-1-line-3:before {
  content: "\e773"; }

.ico-bubble-ask-2-line:before {
  content: "\e774"; }

.ico-bubble-attention-2-line:before {
  content: "\e775"; }

.ico-bubble-attention-3-line:before {
  content: "\e776"; }

.ico-bubble-attention-3-line-2:before {
  content: "\e777"; }

.ico-bubble-attention-6-line:before {
  content: "\e778"; }

.ico-bubble-attention-7-line:before {
  content: "\e779"; }

.ico-bubble-block-1-line:before {
  content: "\e77a"; }

.ico-bubble-block-2-line:before {
  content: "\e77b"; }

.ico-bubble-block-3-line:before {
  content: "\e77c"; }

.ico-bubble-chat-1-line:before {
  content: "\e77d"; }

.ico-bubble-chat-2-line:before {
  content: "\e77e"; }

.ico-bubble-check-1-line:before {
  content: "\e77f"; }

.ico-bubble-check-2-line:before {
  content: "\e780"; }

.ico-bubble-check-3-line:before {
  content: "\e781"; }

.ico-bubble-comment-1-line:before {
  content: "\e782"; }

.ico-bubble-comment-2-line:before {
  content: "\e783"; }

.ico-bubble-conversation-1-line:before {
  content: "\e784"; }

.ico-bubble-conversation-2-line:before {
  content: "\e785"; }

.ico-bubble-conversation-3-line:before {
  content: "\e786"; }

.ico-bubble-conversation-4-line:before {
  content: "\e787"; }

.ico-bubble-conversation-5-line:before {
  content: "\e788"; }

.ico-bubble-conversation-6-line:before {
  content: "\e789"; }

.ico-bubble-delete-1-line:before {
  content: "\e78a"; }

.ico-bubble-delete-2-line:before {
  content: "\e78b"; }

.ico-bubble-delete-3-line:before {
  content: "\e78c"; }

.ico-bubble-edit-1-line:before {
  content: "\e78d"; }

.ico-bubble-edit-2-line:before {
  content: "\e78e"; }

.ico-bubble-edit-3-line:before {
  content: "\e78f"; }

.ico-bubble-heart-1-line:before {
  content: "\e790"; }

.ico-bubble-heart-2-line:before {
  content: "\e791"; }

.ico-bubble-information-line:before {
  content: "\e792"; }

.ico-bubble-information-1-line:before {
  content: "\e793"; }

.ico-bubble-minus-1-line:before {
  content: "\e794"; }

.ico-bubble-minus-2-line:before {
  content: "\e795"; }

.ico-bubble-minus-3-line:before {
  content: "\e796"; }

.ico-bubble-quote-1-line:before {
  content: "\e797"; }

.ico-bubble-quote-2-line:before {
  content: "\e798"; }

.ico-bubble-smiley-1-line:before {
  content: "\e799"; }

.ico-bubble-smiley-2-line:before {
  content: "\e79a"; }

.ico-bubble-smiley-3-line:before {
  content: "\e79b"; }

.ico-bubble-smiley-4-line:before {
  content: "\e79c"; }

.ico-bubble-star-1-line:before {
  content: "\e79d"; }

.ico-bubble-star-2-line:before {
  content: "\e79e"; }

.ico-bubble-star-3-line:before {
  content: "\e79f"; }

.ico-chat-1-line:before {
  content: "\e7a0"; }

.ico-chat-2-line:before {
  content: "\e7a1"; }

.ico-chat-3-line:before {
  content: "\e7a2"; }

.ico-chat-4-line:before {
  content: "\e7a3"; }

.ico-chat-5-line:before {
  content: "\e7a4"; }

.ico-chat-6-line:before {
  content: "\e7a5"; }

.ico-chat-7-line:before {
  content: "\e7a6"; }

.ico-smiley-happy-1-line:before {
  content: "\e7a7"; }

.ico-smiley-happy-2-line:before {
  content: "\e7a8"; }

.ico-smiley-happy-3-line:before {
  content: "\e7a9"; }

.ico-smiley-happy-4-line:before {
  content: "\e7aa"; }

.ico-smiley-happy-5-line:before {
  content: "\e7ab"; }

.ico-smiley-sad-1-line:before {
  content: "\e7ac"; }

.ico-smiley-surprise-line:before {
  content: "\e7ad"; }

.ico-smiley-wink-line:before {
  content: "\e7ae"; }

.ico-call-1-line:before {
  content: "\e7af"; }

.ico-call-2-line:before {
  content: "\e7b0"; }

.ico-call-3-line:before {
  content: "\e7b1"; }

.ico-call-4-line:before {
  content: "\e7b2"; }

.ico-call-add-line:before {
  content: "\e7b3"; }

.ico-call-block-line:before {
  content: "\e7b4"; }

.ico-call-delete-line:before {
  content: "\e7b5"; }

.ico-call-in-line:before {
  content: "\e7b6"; }

.ico-call-minus-line:before {
  content: "\e7b7"; }

.ico-call-out-line:before {
  content: "\e7b8"; }

.ico-contact-line:before {
  content: "\e7b9"; }

.ico-fax-line:before {
  content: "\e7ba"; }

.ico-hang-up-line:before {
  content: "\e7bb"; }

.ico-message-line:before {
  content: "\e7bc"; }

.ico-mobile-phone-1-line:before {
  content: "\e7bd"; }

.ico-mobile-phone-2-line:before {
  content: "\e7be"; }

.ico-phone-1-line:before {
  content: "\e7bf"; }

.ico-phone-2-line:before {
  content: "\e7c0"; }

.ico-phone-3-line:before {
  content: "\e7c1"; }

.ico-phone-4-line:before {
  content: "\e7c2"; }

.ico-phone-vibration-line:before {
  content: "\e7c3"; }

.ico-signal-fine-line:before {
  content: "\e7c4"; }

.ico-signal-full-line:before {
  content: "\e7c5"; }

.ico-signal-high-line:before {
  content: "\e7c6"; }

.ico-signal-no-line:before {
  content: "\e7c7"; }

.ico-signal-poor-line:before {
  content: "\e7c8"; }

.ico-signal-weak-line:before {
  content: "\e7c9"; }

.ico-smartphone-line:before {
  content: "\e7ca"; }

.ico-tape-line:before {
  content: "\e7cb"; }

.ico-camera-symbol-1-line:before {
  content: "\e7cc"; }

.ico-camera-symbol-2-line:before {
  content: "\e7cd"; }

.ico-camera-symbol-3-line:before {
  content: "\e7ce"; }

.ico-headphone-line:before {
  content: "\e7cf"; }

.ico-antenna-1-line:before {
  content: "\e7d0"; }

.ico-antenna-2-line:before {
  content: "\e7d1"; }

.ico-antenna-3-line:before {
  content: "\e7d2"; }

.ico-hotspot-1-line:before {
  content: "\e7d3"; }

.ico-hotspot-2-line:before {
  content: "\e7d4"; }

.ico-link-line:before {
  content: "\e7d5"; }

.ico-megaphone-1-line:before {
  content: "\e7d6"; }

.ico-megaphone-2-line:before {
  content: "\e7d7"; }

.ico-radar-line:before {
  content: "\e7d8"; }

.ico-rss-1-line:before {
  content: "\e7d9"; }

.ico-rss-2-line:before {
  content: "\e7da"; }

.ico-satellite-line:before {
  content: "\e7db"; }

.ico-address-1-line:before {
  content: "\e7dc"; }

.ico-address-2-line:before {
  content: "\e7dd"; }

.ico-address-3-line:before {
  content: "\e7de"; }

.ico-forward-line:before {
  content: "\e7df"; }

.ico-inbox-1-line:before {
  content: "\e7e0"; }

.ico-inbox-2-line:before {
  content: "\e7e1"; }

.ico-inbox-3-line:before {
  content: "\e7e2"; }

.ico-inbox-4-line:before {
  content: "\e7e3"; }

.ico-letter-1-line:before {
  content: "\e7e4"; }

.ico-letter-2-line:before {
  content: "\e7e5"; }

.ico-letter-3-line:before {
  content: "\e7e6"; }

.ico-letter-4-line:before {
  content: "\e7e7"; }

.ico-letter-5-line:before {
  content: "\e7e8"; }

.ico-mail-2-line:before {
  content: "\e7e9"; }

.ico-mail-add-line:before {
  content: "\e7ea"; }

.ico-mail-attention-line:before {
  content: "\e7eb"; }

.ico-mail-attention-line:before {
  content: "\e7ec"; }

.ico-mail-block-line:before {
  content: "\e7ed"; }

.ico-mail-box-1-line:before {
  content: "\e7ee"; }

.ico-mail-box-2-line:before {
  content: "\e7ef"; }

.ico-mail-box-3-line:before {
  content: "\e7f0"; }

.ico-mail-checked-line:before {
  content: "\e7f1"; }

.ico-mail-compose-line:before {
  content: "\e7f2"; }

.ico-mail-delete-line:before {
  content: "\e7f3"; }

.ico-mail-favorite-line:before {
  content: "\e7f4"; }

.ico-mail-inbox-line:before {
  content: "\e7f5"; }

.ico-mail-lock-line:before {
  content: "\e7f6"; }

.ico-mail-minus-line:before {
  content: "\e7f7"; }

.ico-mail-read-line:before {
  content: "\e7f8"; }

.ico-mail-recieved-1-line:before {
  content: "\e7f9"; }

.ico-mail-recieved-2-line:before {
  content: "\e7fa"; }

.ico-mail-search-1-line:before {
  content: "\e7fb"; }

.ico-mail-search-2-line:before {
  content: "\e7fc"; }

.ico-mail-sent-1-line:before {
  content: "\e7fd"; }

.ico-mail-sent-2-line:before {
  content: "\e7fe"; }

.ico-mail-setting-line:before {
  content: "\e7ff"; }

.ico-mail-star-line:before {
  content: "\e800"; }

.ico-mail-sync-line:before {
  content: "\e801"; }

.ico-mail-time-line:before {
  content: "\e802"; }

.ico-outbox-1-line:before {
  content: "\e803"; }

.ico-outbox-2-line:before {
  content: "\e804"; }

.ico-plane-paper-1-line:before {
  content: "\e805"; }

.ico-reply-mail-1-line:before {
  content: "\e806"; }

.ico-reply-mail-1-line-2:before {
  content: "\e807"; }

.ico-reply-mail-2-line:before {
  content: "\e808"; }

.ico-connection-1-line:before {
  content: "\e809"; }

.ico-connection-2-line:before {
  content: "\e80a"; }

.ico-connection-3-line:before {
  content: "\e80b"; }

.ico-contacts-1-line:before {
  content: "\e80c"; }

.ico-contacts-2-line:before {
  content: "\e80d"; }

.ico-contacts-3-line:before {
  content: "\e80e"; }

.ico-contacts-4-line:before {
  content: "\e80f"; }

.ico-female-line:before {
  content: "\e810"; }

.ico-gender-line:before {
  content: "\e811"; }

.ico-gender-female-line:before {
  content: "\e812"; }

.ico-gender-male-line:before {
  content: "\e813"; }

.ico-id-1-line:before {
  content: "\e814"; }

.ico-id-2-line:before {
  content: "\e815"; }

.ico-id-3-line:before {
  content: "\e816"; }

.ico-id-4-line:before {
  content: "\e817"; }

.ico-id-5-line:before {
  content: "\e818"; }

.ico-id-6-line:before {
  content: "\e819"; }

.ico-id-7-line:before {
  content: "\e81a"; }

.ico-id-8-line:before {
  content: "\e81b"; }

.ico-male-line:before {
  content: "\e81c"; }

.ico-profile-1-line:before {
  content: "\e81d"; }

.ico-profile-2-line:before {
  content: "\e81e"; }

.ico-profile-3-line:before {
  content: "\e81f"; }

.ico-profile-4-line:before {
  content: "\e820"; }

.ico-profile-5-line:before {
  content: "\e821"; }

.ico-profile-6-line:before {
  content: "\e822"; }

.ico-profile-athlete-line:before {
  content: "\e823"; }

.ico-profile-cook-line:before {
  content: "\e824"; }

.ico-profile-cook-line-2:before {
  content: "\e825"; }

.ico-profile-cop-line:before {
  content: "\e826"; }

.ico-profile-doctor-1-line:before {
  content: "\e827"; }

.ico-profile-doctor-2-line:before {
  content: "\e828"; }

.ico-profile-gentleman-1-line:before {
  content: "\e829"; }

.ico-profile-gentleman-2-line:before {
  content: "\e82a"; }

.ico-profile-graduate-line:before {
  content: "\e82b"; }

.ico-profile-king-line:before {
  content: "\e82c"; }

.ico-profile-lady-1-line:before {
  content: "\e82d"; }

.ico-profile-lady-2-line:before {
  content: "\e82e"; }

.ico-profile-man-line:before {
  content: "\e82f"; }

.ico-profile-nurse-1-line:before {
  content: "\e830"; }

.ico-profile-nurse-2-line:before {
  content: "\e831"; }

.ico-profile-prisoner-line:before {
  content: "\e832"; }

.ico-profile-serviceman-1-line:before {
  content: "\e833"; }

.ico-profile-serviceman-2-line:before {
  content: "\e834"; }

.ico-profile-spy-line:before {
  content: "\e835"; }

.ico-profile-teacher-line:before {
  content: "\e836"; }

.ico-profile-thief-line:before {
  content: "\e837"; }

.ico-user-1-line:before {
  content: "\e838"; }

.ico-user-2-line:before {
  content: "\e839"; }

.ico-user-add-1-line:before {
  content: "\e83a"; }

.ico-user-add-2-line:before {
  content: "\e83b"; }

.ico-user-block-1-line:before {
  content: "\e83c"; }

.ico-user-block-2-line:before {
  content: "\e83d"; }

.ico-user-checked-1-line:before {
  content: "\e83e"; }

.ico-user-checked-2-line:before {
  content: "\e83f"; }

.ico-user-delete-1-line:before {
  content: "\e840"; }

.ico-user-delete-2-line:before {
  content: "\e841"; }

.ico-user-edit-1-line:before {
  content: "\e842"; }

.ico-user-edit-2-line:before {
  content: "\e843"; }

.ico-user-heart-1-line:before {
  content: "\e844"; }

.ico-user-heart-2-line:before {
  content: "\e845"; }

.ico-user-lock-line:before {
  content: "\e846"; }

.ico-user-lock-1-line:before {
  content: "\e847"; }

.ico-user-minus-1-line:before {
  content: "\e848"; }

.ico-user-minus-2-line:before {
  content: "\e849"; }

.ico-user-search-1-line:before {
  content: "\e84a"; }

.ico-user-search-2-line:before {
  content: "\e84b"; }

.ico-user-setting-1-line:before {
  content: "\e84c"; }

.ico-user-setting-2-line:before {
  content: "\e84d"; }

.ico-user-star-1-line:before {
  content: "\e84e"; }

.ico-user-star-2-line:before {
  content: "\e84f"; }

.ico-basket-1-line:before {
  content: "\e850"; }

.ico-basket-2-line:before {
  content: "\e851"; }

.ico-basket-3-line:before {
  content: "\e852"; }

.ico-basket-add-line:before {
  content: "\e853"; }

.ico-basket-minus-line:before {
  content: "\e854"; }

.ico-briefcase-2-line:before {
  content: "\e855"; }

.ico-cart-1-line:before {
  content: "\e856"; }

.ico-cart-2-line:before {
  content: "\e857"; }

.ico-cart-3-line:before {
  content: "\e85a"; }

.ico-cart-4-line:before {
  content: "\e85b"; }

.ico-cut-line:before {
  content: "\e85c"; }

.ico-hand-bag-1-line:before {
  content: "\e85d"; }

.ico-hand-bag-2-line:before {
  content: "\e85e"; }

.ico-purse-1-line:before {
  content: "\e85f"; }

.ico-purse-2-line:before {
  content: "\e860"; }

.ico-qr-code-line:before {
  content: "\e861"; }

.ico-receipt-1-line:before {
  content: "\e862"; }

.ico-receipt-2-line:before {
  content: "\e863"; }

.ico-receipt-3-line:before {
  content: "\e864"; }

.ico-receipt-4-line:before {
  content: "\e865"; }

.ico-shopping-1-line:before {
  content: "\e866"; }

.ico-shopping-bag-1-line:before {
  content: "\e867"; }

.ico-shopping-bag-2-line:before {
  content: "\e868"; }

.ico-shopping-bag-3-line:before {
  content: "\e869"; }

.ico-sign-new-1-line:before {
  content: "\e86a"; }

.ico-sign-new-2-line:before {
  content: "\e86b"; }

.ico-sign-park-line:before {
  content: "\e86c"; }

.ico-sign-star-line:before {
  content: "\e86d"; }

.ico-trolley-1-line:before {
  content: "\e86e"; }

.ico-trolley-2-line:before {
  content: "\e86f"; }

.ico-trolley-3-line:before {
  content: "\e870"; }

.ico-trolley-load-line:before {
  content: "\e871"; }

.ico-trolley-off-line:before {
  content: "\e872"; }

.ico-wallet-1-line:before {
  content: "\e873"; }

.ico-wallet-2-line:before {
  content: "\e874"; }

.ico-wallet-3-line:before {
  content: "\e875"; }

.ico-camera-1-line:before {
  content: "\e876"; }

.ico-camera-2-line:before {
  content: "\e877"; }

.ico-camera-3-line:before {
  content: "\e878"; }

.ico-camera-4-line:before {
  content: "\e879"; }

.ico-camera-5-line:before {
  content: "\e87a"; }

.ico-camera-back-line:before {
  content: "\e87b"; }

.ico-camera-focus-line:before {
  content: "\e87c"; }

.ico-camera-frames-line:before {
  content: "\e87d"; }

.ico-camera-front-line:before {
  content: "\e87e"; }

.ico-camera-graph-1-line:before {
  content: "\e87f"; }

.ico-camera-graph-2-line:before {
  content: "\e880"; }

.ico-camera-landscape-line:before {
  content: "\e881"; }

.ico-camera-lens-1-line:before {
  content: "\e882"; }

.ico-camera-lens-2-line:before {
  content: "\e883"; }

.ico-camera-light-line:before {
  content: "\e884"; }

.ico-camera-portrait-line:before {
  content: "\e885"; }

.ico-camera-view-line:before {
  content: "\e886"; }

.ico-film-1-line:before {
  content: "\e887"; }

.ico-film-2-line:before {
  content: "\e888"; }

.ico-photo-1-line:before {
  content: "\e889"; }

.ico-photo-2-line:before {
  content: "\e88a"; }

.ico-photo-frame-line:before {
  content: "\e88b"; }

.ico-photos-1-line:before {
  content: "\e88c"; }

.ico-photos-2-line:before {
  content: "\e88d"; }

.ico-polaroid-line:before {
  content: "\e88e"; }

.ico-signal-camera-1-line:before {
  content: "\e88f"; }

.ico-signal-camera-2-line:before {
  content: "\e890"; }

.ico-user-photo-line:before {
  content: "\e891"; }

.ico-backward-1-line:before {
  content: "\e892"; }

.ico-dvd-player-line:before {
  content: "\e893"; }

.ico-eject-1-line:before {
  content: "\e894"; }

.ico-film-3-line:before {
  content: "\e895"; }

.ico-forward-1-line:before {
  content: "\e896"; }

.ico-handy-cam-line:before {
  content: "\e897"; }

.ico-movie-play-1-line:before {
  content: "\e898"; }

.ico-movie-play-2-line:before {
  content: "\e899"; }

.ico-movie-play-3-line:before {
  content: "\e89a"; }

.ico-next-1-line:before {
  content: "\e89b"; }

.ico-pause-1-line:before {
  content: "\e89c"; }

.ico-play-1-line:before {
  content: "\e89d"; }

.ico-player-line:before {
  content: "\e89e"; }

.ico-previous-1-line:before {
  content: "\e89f"; }

.ico-record-1-line:before {
  content: "\e8a0"; }

.ico-slate-line:before {
  content: "\e8a1"; }

.ico-stop-1-line:before {
  content: "\e8a2"; }

.ico-television-line:before {
  content: "\e8a3"; }

.ico-video-camera-1-line:before {
  content: "\e8a4"; }

.ico-video-camera-2-line:before {
  content: "\e8a5"; }

.ico-backward-2-line:before {
  content: "\e8a6"; }

.ico-cd-line:before {
  content: "\e8a7"; }

.ico-eject-2-line:before {
  content: "\e8a8"; }

.ico-equalizer-1-line:before {
  content: "\e8a9"; }

.ico-equalizer-2-line:before {
  content: "\e8aa"; }

.ico-forward-2-line:before {
  content: "\e8ab"; }

.ico-gramophone-line:before {
  content: "\e8ac"; }

.ico-gramophone-record-line:before {
  content: "\e8ad"; }

.ico-guitar-line:before {
  content: "\e8ae"; }

.ico-headphone-1-line:before {
  content: "\e8af"; }

.ico-headphone-2-line:before {
  content: "\e8b0"; }

.ico-microphone-1-line:before {
  content: "\e8b1"; }

.ico-microphone-2-line:before {
  content: "\e8b2"; }

.ico-microphone-3-line:before {
  content: "\e8b3"; }

.ico-movie-play-4-line:before {
  content: "\e8b4"; }

.ico-music-note-1-line:before {
  content: "\e8b5"; }

.ico-music-note-3-line:before {
  content: "\e8b6"; }

.ico-music-note-4-line:before {
  content: "\e8b7"; }

.ico-music-note-5-line:before {
  content: "\e8b8"; }

.ico-next-2-line:before {
  content: "\e8b9"; }

.ico-notes-1-line:before {
  content: "\e8ba"; }

.ico-notes-2-line:before {
  content: "\e8bb"; }

.ico-pause-2-line:before {
  content: "\e8bc"; }

.ico-piano-line:before {
  content: "\e8bd"; }

.ico-play-2-line:before {
  content: "\e8be"; }

.ico-playlist-line:before {
  content: "\e8bf"; }

.ico-previous-2-line:before {
  content: "\e8c0"; }

.ico-radio-1-line:before {
  content: "\e8c1"; }

.ico-radio-2-line:before {
  content: "\e8c2"; }

.ico-record-2-line:before {
  content: "\e8c3"; }

.ico-recorder-line:before {
  content: "\e8c4"; }

.ico-saxophone-line:before {
  content: "\e8c5"; }

.ico-speaker-1-line:before {
  content: "\e8c6"; }

.ico-speaker-2-line:before {
  content: "\e8c7"; }

.ico-speaker-3-line:before {
  content: "\e8c8"; }

.ico-stop-2-line:before {
  content: "\e8c9"; }

.ico-tape-1-line:before {
  content: "\e8ca"; }

.ico-trumpet-line:before {
  content: "\e8cb"; }

.ico-volume-down-1-line:before {
  content: "\e8cc"; }

.ico-volume-down-2-line:before {
  content: "\e8cd"; }

.ico-volume-loud-1-line:before {
  content: "\e8ce"; }

.ico-volume-loud-2-line:before {
  content: "\e8cf"; }

.ico-volume-low-1-line:before {
  content: "\e8d0"; }

.ico-volume-low-2-line:before {
  content: "\e8d1"; }

.ico-volume-medium-1-line:before {
  content: "\e8d2"; }

.ico-volume-medium-2-line:before {
  content: "\e8d3"; }

.ico-volume-mute-1-line:before {
  content: "\e8d4"; }

.ico-volume-mute-2-line:before {
  content: "\e8d5"; }

.ico-volume-mute-3-line:before {
  content: "\e8d6"; }

.ico-volume-up-1-line:before {
  content: "\e8d7"; }

.ico-volume-up-2-line:before {
  content: "\e8d8"; }

.ico-walkman-line:before {
  content: "\e8d9"; }

.ico-cloud-line:before {
  content: "\e8da"; }

.ico-cloud-add-line:before {
  content: "\e8db"; }

.ico-cloud-checked-line:before {
  content: "\e8dc"; }

.ico-cloud-delete-line:before {
  content: "\e8dd"; }

.ico-cloud-download-line:before {
  content: "\e8de"; }

.ico-cloud-minus-line:before {
  content: "\e8df"; }

.ico-cloud-refresh-line:before {
  content: "\e8e0"; }

.ico-cloud-sync-line:before {
  content: "\e8e1"; }

.ico-cloud-upload-line:before {
  content: "\e8e2"; }

.ico-download-1-line:before {
  content: "\e8e3"; }

.ico-download-2-line:before {
  content: "\e8e4"; }

.ico-download-3-line:before {
  content: "\e8e5"; }

.ico-download-4-line:before {
  content: "\e8e6"; }

.ico-download-5-line:before {
  content: "\e8e7"; }

.ico-download-6-line:before {
  content: "\e8e8"; }

.ico-download-7-line:before {
  content: "\e8e9"; }

.ico-download-8-line:before {
  content: "\e8ea"; }

.ico-download-9-line:before {
  content: "\e8eb"; }

.ico-download-10-line:before {
  content: "\e8ec"; }

.ico-download-11-line:before {
  content: "\e8ed"; }

.ico-download-12-line:before {
  content: "\e8ee"; }

.ico-download-13-line:before {
  content: "\e8ef"; }

.ico-download-14-line:before {
  content: "\e8f0"; }

.ico-download-15-line:before {
  content: "\e8f1"; }

.ico-download-file-line:before {
  content: "\e8f2"; }

.ico-download-folder-line:before {
  content: "\e8f3"; }

.ico-goal-1-line:before {
  content: "\e8f4"; }

.ico-goal-2-line:before {
  content: "\e8f5"; }

.ico-transfer-1-line:before {
  content: "\e8f6"; }

.ico-transfer-2-line:before {
  content: "\e8f7"; }

.ico-transfer-3-line:before {
  content: "\e8f8"; }

.ico-transfer-4-line:before {
  content: "\e8f9"; }

.ico-transfer-5-line:before {
  content: "\e8fa"; }

.ico-transfer-6-line:before {
  content: "\e8fb"; }

.ico-transfer-7-line:before {
  content: "\e8fc"; }

.ico-transfer-8-line:before {
  content: "\e8fd"; }

.ico-transfer-9-line:before {
  content: "\e8fe"; }

.ico-transfer-10-line:before {
  content: "\e8ff"; }

.ico-transfer-11-line:before {
  content: "\e901"; }

.ico-transfer-12-line:before {
  content: "\e902"; }

.ico-upload-1-line:before {
  content: "\e903"; }

.ico-upload-2-line:before {
  content: "\e904"; }

.ico-upload-3-line:before {
  content: "\e905"; }

.ico-upload-4-line:before {
  content: "\e906"; }

.ico-upload-5-line:before {
  content: "\e907"; }

.ico-upload-6-line:before {
  content: "\e908"; }

.ico-upload-7-line:before {
  content: "\e909"; }

.ico-upload-8-line:before {
  content: "\e90a"; }

.ico-upload-9-line:before {
  content: "\e90b"; }

.ico-upload-10-line:before {
  content: "\e90c"; }

.ico-upload-11-line:before {
  content: "\e90d"; }

.ico-upload-12-line:before {
  content: "\e90e"; }

.ico-clipboard-1-line:before {
  content: "\e90f"; }

.ico-clipboard-2-line:before {
  content: "\e910"; }

.ico-clipboard-3-line:before {
  content: "\e911"; }

.ico-clipboard-add-line:before {
  content: "\e912"; }

.ico-clipboard-block-line:before {
  content: "\e913"; }

.ico-clipboard-checked-line:before {
  content: "\e914"; }

.ico-clipboard-delete-line:before {
  content: "\e915"; }

.ico-clipboard-edit-line:before {
  content: "\e916"; }

.ico-clipboard-minus-line:before {
  content: "\e917"; }

.ico-document-1-line:before {
  content: "\e918"; }

.ico-document-2-line:before {
  content: "\e919"; }

.ico-file-1-line:before {
  content: "\e91a"; }

.ico-file-2-line:before {
  content: "\e91b"; }

.ico-file-add-line:before {
  content: "\e91c"; }

.ico-file-attention-line:before {
  content: "\e91d"; }

.ico-file-block-line:before {
  content: "\e91e"; }

.ico-file-bookmark-line:before {
  content: "\e91f"; }

.ico-file-checked-line:before {
  content: "\e920"; }

.ico-file-code-line:before {
  content: "\e921"; }

.ico-file-delete-line:before {
  content: "\e922"; }

.ico-file-download-line:before {
  content: "\e923"; }

.ico-file-edit-line:before {
  content: "\e924"; }

.ico-file-favorite-1-line:before {
  content: "\e925"; }

.ico-file-favorite-2-line:before {
  content: "\e926"; }

.ico-file-graph-1-line:before {
  content: "\e927"; }

.ico-file-graph-2-line:before {
  content: "\e928"; }

.ico-file-home-line:before {
  content: "\e929"; }

.ico-file-image-1-line:before {
  content: "\e92a"; }

.ico-file-image-2-line:before {
  content: "\e92b"; }

.ico-file-list-line:before {
  content: "\e92c"; }

.ico-file-lock-line:before {
  content: "\e92d"; }

.ico-file-media-line:before {
  content: "\e92e"; }

.ico-file-minus-line:before {
  content: "\e92f"; }

.ico-file-music-line:before {
  content: "\e930"; }

.ico-file-new-line:before {
  content: "\e931"; }

.ico-file-registry-line:before {
  content: "\e932"; }

.ico-file-search-line:before {
  content: "\e933"; }

.ico-file-setting-line:before {
  content: "\e934"; }

.ico-file-sync-line:before {
  content: "\e935"; }

.ico-file-table-line:before {
  content: "\e936"; }

.ico-file-thumbnail-line:before {
  content: "\e937"; }

.ico-file-time-line:before {
  content: "\e938"; }

.ico-file-transfer-line:before {
  content: "\e939"; }

.ico-file-upload-line:before {
  content: "\e93a"; }

.ico-file-zip-line:before {
  content: "\e93b"; }

.ico-files-1-line:before {
  content: "\e93c"; }

.ico-files-2-line:before {
  content: "\e93d"; }

.ico-files-3-line:before {
  content: "\e93e"; }

.ico-files-4-line:before {
  content: "\e93f"; }

.ico-files-5-line:before {
  content: "\e940"; }

.ico-files-6-line:before {
  content: "\e941"; }

.ico-hand-file-1-line:before {
  content: "\e942"; }

.ico-hand-file-2-line:before {
  content: "\e943"; }

.ico-note-paper-1-line:before {
  content: "\e944"; }

.ico-note-paper-2-line:before {
  content: "\e945"; }

.ico-note-paper-add-line:before {
  content: "\e946"; }

.ico-note-paper-attention-line:before {
  content: "\e947"; }

.ico-note-paper-block-line:before {
  content: "\e948"; }

.ico-note-paper-checked-line:before {
  content: "\e949"; }

.ico-note-paper-delete-line:before {
  content: "\e94a"; }

.ico-note-paper-download-line:before {
  content: "\e94b"; }

.ico-note-paper-edit-line:before {
  content: "\e94c"; }

.ico-note-paper-favorite-line:before {
  content: "\e94d"; }

.ico-note-paper-lock-line:before {
  content: "\e94e"; }

.ico-note-paper-minus-line:before {
  content: "\e94f"; }

.ico-note-paper-search-line:before {
  content: "\e950"; }

.ico-note-paper-sync-line:before {
  content: "\e951"; }

.ico-note-paper-upload-line:before {
  content: "\e952"; }

.ico-print-line:before {
  content: "\e953"; }

.ico-folder-1-line:before {
  content: "\e954"; }

.ico-folder-2-line:before {
  content: "\e955"; }

.ico-folder-3-line:before {
  content: "\e956"; }

.ico-folder-4-line:before {
  content: "\e957"; }

.ico-folder-add-line:before {
  content: "\e958"; }

.ico-folder-attention-line:before {
  content: "\e959"; }

.ico-folder-block-line:before {
  content: "\e95a"; }

.ico-folder-bookmark-line:before {
  content: "\e95b"; }

.ico-folder-checked-line:before {
  content: "\e95c"; }

.ico-folder-delete-line:before {
  content: "\e95d"; }

.ico-folder-delete-line2:before {
  content: "\e95e"; }

.ico-folder-download-line:before {
  content: "\e95f"; }

.ico-folder-edit-line:before {
  content: "\e960"; }

.ico-folder-favorite-line:before {
  content: "\e961"; }

.ico-folder-home-line:before {
  content: "\e962"; }

.ico-folder-image-line:before {
  content: "\e963"; }

.ico-folder-lock-line:before {
  content: "\e964"; }

.ico-folder-minus-line:before {
  content: "\e965"; }

.ico-folder-minus-line2:before {
  content: "\e966"; }

.ico-folder-music-line:before {
  content: "\e967"; }

.ico-folder-new-line:before {
  content: "\e968"; }

.ico-folder-search-line:before {
  content: "\e969"; }

.ico-folder-setting-line:before {
  content: "\e96a"; }

.ico-folder-share-1-line:before {
  content: "\e96b"; }

.ico-folder-share-2-line:before {
  content: "\e96c"; }

.ico-folder-sync-line:before {
  content: "\e96d"; }

.ico-folder-transfer-line:before {
  content: "\e96e"; }

.ico-folder-upload-line:before {
  content: "\e96f"; }

.ico-folder-zip-line:before {
  content: "\e970"; }

.ico-add-1-line:before {
  content: "\e971"; }

.ico-add-2-line:before {
  content: "\e973"; }

.ico-add-3-line:before {
  content: "\e974"; }

.ico-add-4-line:before {
  content: "\e975"; }

.ico-add-tag-line:before {
  content: "\e976"; }

.ico-arrow-1-line:before {
  content: "\e977"; }

.ico-arrow-2-line:before {
  content: "\e978"; }

.ico-arrow-down-1-line:before {
  content: "\e979"; }

.ico-arrow-down-2-line:before {
  content: "\e97a"; }

.ico-arrow-left-1-line:before {
  content: "\e97b"; }

.ico-arrow-left-2-line:before {
  content: "\e97c"; }

.ico-arrow-move-1-line:before {
  content: "\e97d"; }

.ico-arrow-move-down-line:before {
  content: "\e97e"; }

.ico-arrow-move-left-line:before {
  content: "\e97f"; }

.ico-arrow-move-right-line:before {
  content: "\e980"; }

.ico-arrow-move-up-line:before {
  content: "\e981"; }

.ico-arrow-right-1-line:before {
  content: "\e982"; }

.ico-arrow-right-2-line:before {
  content: "\e983"; }

.ico-arrow-up-1-line:before {
  content: "\e984"; }

.ico-arrow-up-2-line:before {
  content: "\e985"; }

.ico-back-line:before {
  content: "\e986"; }

.ico-center-expand-line:before {
  content: "\e987"; }

.ico-center-reduce-line:before {
  content: "\e988"; }

.ico-delete-1-1-line:before {
  content: "\e989"; }

.ico-delete-2-1-line:before {
  content: "\e98a"; }

.ico-delete-3-line:before {
  content: "\e98b"; }

.ico-delete-4-line:before {
  content: "\e98c"; }

.ico-delete-tag-line:before {
  content: "\e98d"; }

.ico-expand-horizontal-line:before {
  content: "\e98e"; }

.ico-expand-vertical-line:before {
  content: "\e98f"; }

.ico-forward-3-line:before {
  content: "\e990"; }

.ico-infinity-line:before {
  content: "\e991"; }

.ico-loading-line:before {
  content: "\e992"; }

.ico-log-out-1-line:before {
  content: "\e993"; }

.ico-loop-1-line:before {
  content: "\e994"; }

.ico-loop-2-line:before {
  content: "\e995"; }

.ico-loop-3-line:before {
  content: "\e996"; }

.ico-minus-1-line:before {
  content: "\e998"; }

.ico-minus-2-line:before {
  content: "\e999"; }

.ico-minus-3-line:before {
  content: "\e99a"; }

.ico-minus-4-line:before {
  content: "\e99b"; }

.ico-minus-tag-line:before {
  content: "\e99c"; }

.ico-move-diagonal-1-line:before {
  content: "\e99d"; }

.ico-move-diagonal-2-line:before {
  content: "\e99e"; }

.ico-move-horizontal-1-line:before {
  content: "\e99f"; }

.ico-move-horizontal-2-line:before {
  content: "\e9a0"; }

.ico-move-vertical-2-line:before {
  content: "\e9a1"; }

.ico-move-vertical-2-line2:before {
  content: "\e9a2"; }

.ico-next-1-1-line:before {
  content: "\e9a3"; }

.ico-next-2-1-line:before {
  content: "\e9a4"; }

.ico-power-1-1-line:before {
  content: "\e9a5"; }

.ico-power-2-1-line:before {
  content: "\e9a6"; }

.ico-power-3-line:before {
  content: "\e9a7"; }

.ico-power-4-line:before {
  content: "\e9a8"; }

.ico-power-5-line:before {
  content: "\e9a9"; }

.ico-recycle-line:before {
  content: "\e9aa"; }

.ico-refresh-line:before {
  content: "\e9ab"; }

.ico-repeat-line:before {
  content: "\e9ac"; }

.ico-return-line:before {
  content: "\e9ad"; }

.ico-scale-all-1-line:before {
  content: "\e9ae"; }

.ico-scale-center-line:before {
  content: "\e9af"; }

.ico-scale-horizontal-1-line:before {
  content: "\e9b0"; }

.ico-scale-horizontal-2-line:before {
  content: "\e9b1"; }

.ico-scale-reduce-1-line:before {
  content: "\e9b2"; }

.ico-scale-reduce-2-line:before {
  content: "\e9b3"; }

.ico-scale-reduce-3-line:before {
  content: "\e9b4"; }

.ico-scale-spread-1-line:before {
  content: "\e9b5"; }

.ico-scale-spread-2-line:before {
  content: "\e9b6"; }

.ico-scale-spread-3-line:before {
  content: "\e9b7"; }

.ico-scale-vertical-1-line:before {
  content: "\e9b8"; }

.ico-scale-vertical-2-line:before {
  content: "\e9b9"; }

.ico-scroll-horizontal-1-line:before {
  content: "\e9ba"; }

.ico-scroll-horizontal-2-line:before {
  content: "\e9bb"; }

.ico-scroll-omnidirectional-1-line:before {
  content: "\e9bc"; }

.ico-scroll-omnidirectional-2-line:before {
  content: "\e9bd"; }

.ico-scroll-vertical-1-line:before {
  content: "\e9be"; }

.ico-scroll-vertical-2-line:before {
  content: "\e9bf"; }

.ico-shuffle-line:before {
  content: "\e9c0"; }

.ico-split-line:before {
  content: "\e9c1"; }

.ico-sync-1-line:before {
  content: "\e9c2"; }

.ico-sync-2-line:before {
  content: "\e9c3"; }

.ico-timer-line:before {
  content: "\e9c4"; }

.ico-transfer-line:before {
  content: "\e9c5"; }

.ico-transfer-1-1-line:before {
  content: "\e9c6"; }

.ico-chat-1-1-line:before {
  content: "\e9c7"; }

.ico-chat-2-1-line:before {
  content: "\e9c8"; }

.ico-check-1-line:before {
  content: "\e9c9"; }

.ico-check-2-line:before {
  content: "\e9ca"; }

.ico-check-3-line:before {
  content: "\e9cb"; }

.ico-check-4-line:before {
  content: "\e9cc"; }

.ico-check-bubble-line:before {
  content: "\e9cd"; }

.ico-check-list-line:before {
  content: "\e9ce"; }

.ico-check-shield-line:before {
  content: "\e9cf"; }

.ico-cross-1-line:before {
  content: "\e9d0"; }

.ico-cross-bubble-line:before {
  content: "\e9d1"; }

.ico-cross-shield-line:before {
  content: "\e9d2"; }

.ico-briefcase-line:before {
  content: "\e9d3"; }

.ico-brightness-high-line:before {
  content: "\e9d4"; }

.ico-brightness-low-line:before {
  content: "\e9d5"; }

.ico-hammer-1-line:before {
  content: "\e9d6"; }

.ico-hammer-2-line:before {
  content: "\e9d7"; }

.ico-pulse-line:before {
  content: "\e9d8"; }

.ico-scale-line:before {
  content: "\e9d9"; }

.ico-screw-driver-line:before {
  content: "\e9da"; }

.ico-setting-adjustment-line:before {
  content: "\e9db"; }

.ico-setting-gear-line:before {
  content: "\e9dc"; }

.ico-setting-gears-1-line:before {
  content: "\e9dd"; }

.ico-setting-gears-2-line:before {
  content: "\e9de"; }

.ico-setting-wrenches-line:before {
  content: "\e9df"; }

.ico-switch-1-line:before {
  content: "\e9e0"; }

.ico-switch-2-line:before {
  content: "\e9e1"; }

.ico-wrench-line:before {
  content: "\e9e2"; }

.ico-alarm-1-line:before {
  content: "\e9e3"; }

.ico-alarm-clock-line:before {
  content: "\e9e4"; }

.ico-alarm-no-line:before {
  content: "\e9e5"; }

.ico-alarm-snooze-line:before {
  content: "\e9e6"; }

.ico-bell-line:before {
  content: "\e9e7"; }

.ico-calendar-1-line:before {
  content: "\e9e8"; }

.ico-calendar-2-line:before {
  content: "\e9e9"; }

.ico-clock-1-line:before {
  content: "\e9ea"; }

.ico-clock-2-line:before {
  content: "\e9eb"; }

.ico-clock-3-line:before {
  content: "\e9ec"; }

.ico-hourglass-1-line:before {
  content: "\e9ed"; }

.ico-hourglass-2-line:before {
  content: "\e9ee"; }

.ico-timer-1-line:before {
  content: "\e9ef"; }

.ico-timer-3-quarter-1-line:before {
  content: "\e9f0"; }

.ico-timer-3-quarter-2-line:before {
  content: "\e9f1"; }

.ico-timer-full-1-line:before {
  content: "\e9f2"; }

.ico-timer-full-2-line:before {
  content: "\e9f3"; }

.ico-timer-half-1-line:before {
  content: "\e9f4"; }

.ico-timer-half-2-line:before {
  content: "\e9f5"; }

.ico-timer-half-3-line:before {
  content: "\e9f6"; }

.ico-timer-half-4-line:before {
  content: "\e9f7"; }

.ico-timer-quarter-1-line:before {
  content: "\e9f8"; }

.ico-timer-quarter-2-line:before {
  content: "\e9f9"; }

.ico-watch-1-line:before {
  content: "\e9fa"; }

.ico-watch-2-line:before {
  content: "\e9fb"; }

.ico-alert-1-line:before {
  content: "\e9fc"; }

.ico-alert-2-line:before {
  content: "\e9fd"; }

.ico-alert-3-line:before {
  content: "\e9fe"; }

.ico-information-line:before {
  content: "\e9ff"; }

.ico-nuclear-1-line:before {
  content: "\ea00"; }

.ico-nuclear-2-line:before {
  content: "\ea01"; }

.ico-question-mark-line:before {
  content: "\ea02"; }

.ico-abacus-line:before {
  content: "\ea03"; }

.ico-amex-card-line:before {
  content: "\ea04"; }

.ico-atm-line:before {
  content: "\ea05"; }

.ico-balance-line:before {
  content: "\ea06"; }

.ico-bank-1-line:before {
  content: "\ea07"; }

.ico-bank-2-line:before {
  content: "\ea08"; }

.ico-bank-note-line:before {
  content: "\ea09"; }

.ico-bank-notes-1-line:before {
  content: "\ea0a"; }

.ico-bank-notes-2-line:before {
  content: "\ea0b"; }

.ico-bitcoins-line:before {
  content: "\ea0c"; }

.ico-board-1-line:before {
  content: "\ea0d"; }

.ico-box-1-line:before {
  content: "\ea0e"; }

.ico-box-2-line:before {
  content: "\ea0f"; }

.ico-box-3-line:before {
  content: "\ea10"; }

.ico-box-download-line:before {
  content: "\ea11"; }

.ico-box-shipping-line:before {
  content: "\ea12"; }

.ico-box-upload-line:before {
  content: "\ea13"; }

.ico-business-chart-1-line:before {
  content: "\ea14"; }

.ico-business-chart-2-line:before {
  content: "\ea15"; }

.ico-calculator-1-line:before {
  content: "\ea16"; }

.ico-calculator-2-line:before {
  content: "\ea17"; }

.ico-calculator-3-line:before {
  content: "\ea18"; }

.ico-cash-register-line:before {
  content: "\ea19"; }

.ico-chart-board-line:before {
  content: "\ea1a"; }

.ico-chart-down-line:before {
  content: "\ea1b"; }

.ico-chart-up-line:before {
  content: "\ea1c"; }

.ico-check-line:before {
  content: "\ea1d"; }

.ico-coins-1-line:before {
  content: "\ea1e"; }

.ico-coins-2-line:before {
  content: "\ea1f"; }

.ico-court-line:before {
  content: "\ea20"; }

.ico-credit-card-line:before {
  content: "\ea21"; }

.ico-credit-card-lock-line:before {
  content: "\ea22"; }

.ico-delivery-line:before {
  content: "\ea23"; }

.ico-dollar-bag-line:before {
  content: "\ea24"; }

.ico-dollar-currency-1-line:before {
  content: "\ea25"; }

.ico-dollar-currency-2-line:before {
  content: "\ea26"; }

.ico-dollar-currency-3-line:before {
  content: "\ea27"; }

.ico-dollar-currency-4-line:before {
  content: "\ea28"; }

.ico-euro-bag-line:before {
  content: "\ea29"; }

.ico-euro-currency-1-line:before {
  content: "\ea2a"; }

.ico-euro-currency-2-line:before {
  content: "\ea2b"; }

.ico-euro-currency-3-line:before {
  content: "\ea2c"; }

.ico-euro-currency-4-line:before {
  content: "\ea2d"; }

.ico-forklift-line:before {
  content: "\ea2e"; }

.ico-hand-card-line:before {
  content: "\ea2f"; }

.ico-hand-coin-line:before {
  content: "\ea30"; }

.ico-keynote-line:before {
  content: "\ea31"; }

.ico-master-card-line:before {
  content: "\ea32"; }

.ico-money-line:before {
  content: "\ea33"; }

.ico-parking-meter-line:before {
  content: "\ea34"; }

.ico-percent-1-line:before {
  content: "\ea35"; }

.ico-percent-2-line:before {
  content: "\ea36"; }

.ico-percent-3-line:before {
  content: "\ea37"; }

.ico-percent-4-line:before {
  content: "\ea38"; }

.ico-percent-5-line:before {
  content: "\ea39"; }

.ico-percent-up-line:before {
  content: "\ea3a"; }

.ico-pie-chart-1-line:before {
  content: "\ea3b"; }

.ico-pie-chart-2-line:before {
  content: "\ea3c"; }

.ico-piggy-bank-line:before {
  content: "\ea3d"; }

.ico-pound-currency-1-line:before {
  content: "\ea3e"; }

.ico-pound-currency-2-line:before {
  content: "\ea3f"; }

.ico-pound-currency-3-line:before {
  content: "\ea40"; }

.ico-pound-currency-4-line:before {
  content: "\ea41"; }

.ico-safe-1-line:before {
  content: "\ea42"; }

.ico-safe-2-line:before {
  content: "\ea43"; }

.ico-shop-line:before {
  content: "\ea44"; }

.ico-sign-line:before {
  content: "\ea45"; }

.ico-trolley-line:before {
  content: "\ea46"; }

.ico-truck-1-line:before {
  content: "\ea47"; }

.ico-truck-2-line:before {
  content: "\ea48"; }

.ico-visa-card-line:before {
  content: "\ea49"; }

.ico-yen-currency-1-line:before {
  content: "\ea4a"; }

.ico-yen-currency-2-line:before {
  content: "\ea4b"; }

.ico-yen-currency-3-line:before {
  content: "\ea4c"; }

.ico-yen-currency-4-line:before {
  content: "\ea4d"; }

.ico-add-marker-1-line:before {
  content: "\ea4e"; }

.ico-add-marker-2-line:before {
  content: "\ea4f"; }

.ico-add-marker-3-line:before {
  content: "\ea50"; }

.ico-add-marker-4-line:before {
  content: "\ea51"; }

.ico-add-marker-5-line:before {
  content: "\ea52"; }

.ico-compass-1-line:before {
  content: "\ea53"; }

.ico-compass-2-line:before {
  content: "\ea54"; }

.ico-compass-3-line:before {
  content: "\ea55"; }

.ico-delete-marker-1-line:before {
  content: "\ea56"; }

.ico-delete-marker-2-line:before {
  content: "\ea57"; }

.ico-delete-marker-3-line:before {
  content: "\ea58"; }

.ico-delete-marker-4-line:before {
  content: "\ea59"; }

.ico-delete-marker-5-line:before {
  content: "\ea5a"; }

.ico-favorite-marker-line:before {
  content: "\ea5b"; }

.ico-favorite-marker-1-line:before {
  content: "\ea5c"; }

.ico-favorite-marker-2-line:before {
  content: "\ea5d"; }

.ico-favorite-marker-3-line:before {
  content: "\ea5e"; }

.ico-globe-line:before {
  content: "\ea5f"; }

.ico-location-line:before {
  content: "\ea60"; }

.ico-map-1-line:before {
  content: "\ea61"; }

.ico-map-location-line:before {
  content: "\ea62"; }

.ico-map-marker-1-line:before {
  content: "\ea63"; }

.ico-map-marker-2-line:before {
  content: "\ea64"; }

.ico-map-marker-3-line:before {
  content: "\ea65"; }

.ico-map-marker-4-line:before {
  content: "\ea66"; }

.ico-map-pin-line:before {
  content: "\ea67"; }

.ico-map-pin-marker-line:before {
  content: "\ea68"; }

.ico-marker-1-line:before {
  content: "\ea69"; }

.ico-marker-2-line:before {
  content: "\ea6a"; }

.ico-marker-3-line:before {
  content: "\ea6b"; }

.ico-marker-4-line:before {
  content: "\ea6c"; }

.ico-minus-marker-1-line:before {
  content: "\ea6d"; }

.ico-minus-marker-2-line:before {
  content: "\ea6e"; }

.ico-minus-marker-3-line:before {
  content: "\ea6f"; }

.ico-minus-marker-4-line:before {
  content: "\ea70"; }

.ico-pin-1-1-line:before {
  content: "\ea71"; }

.ico-pin-2-1-line:before {
  content: "\ea72"; }

.ico-pin-location-line:before {
  content: "\ea73"; }

.ico-anchor-line:before {
  content: "\ea74"; }

.ico-bank-line:before {
  content: "\ea75"; }

.ico-beach-line:before {
  content: "\ea76"; }

.ico-boat-line:before {
  content: "\ea77"; }

.ico-building-1-line:before {
  content: "\ea78"; }

.ico-building-2-line:before {
  content: "\ea79"; }

.ico-building-3-line:before {
  content: "\ea7a"; }

.ico-buildings-1-line:before {
  content: "\ea7b"; }

.ico-buildings-2-line:before {
  content: "\ea7c"; }

.ico-buildings-3-line:before {
  content: "\ea7d"; }

.ico-buildings-4-line:before {
  content: "\ea7e"; }

.ico-castle-line:before {
  content: "\ea7f"; }

.ico-column-line:before {
  content: "\ea80"; }

.ico-direction-sign-line:before {
  content: "\ea81"; }

.ico-factory-line:before {
  content: "\ea82"; }

.ico-fence-line:before {
  content: "\ea83"; }

.ico-garage-line:before {
  content: "\ea84"; }

.ico-globe-1-line:before {
  content: "\ea85"; }

.ico-globe-2-line:before {
  content: "\ea86"; }

.ico-house-1-line:before {
  content: "\ea87"; }

.ico-house-2-line:before {
  content: "\ea88"; }

.ico-house-3-line:before {
  content: "\ea89"; }

.ico-house-4-line:before {
  content: "\ea8a"; }

.ico-library-line:before {
  content: "\ea8b"; }

.ico-light-house-line:before {
  content: "\ea8c"; }

.ico-pine-tree-line:before {
  content: "\ea8d"; }

.ico-pisa-line:before {
  content: "\ea8e"; }

.ico-skyscraper-line:before {
  content: "\ea8f"; }

.ico-temple-line:before {
  content: "\ea90"; }

.ico-treasure-map-line:before {
  content: "\ea92"; }

.ico-tree-line:before {
  content: "\ea93"; }

.ico-attention-line:before {
  content: "\ea94"; }

.ico-bug-1-line:before {
  content: "\ea95"; }

.ico-bug-2-line:before {
  content: "\ea96"; }

.ico-css3-line:before {
  content: "\ea97"; }

.ico-firewall-line:before {
  content: "\ea98"; }

.ico-html5-line:before {
  content: "\ea99"; }

.ico-plugin-1-line:before {
  content: "\ea9a"; }

.ico-plugin-2-line:before {
  content: "\ea9b"; }

.ico-script-line:before {
  content: "\ea9c"; }

.ico-new-window-line:before {
  content: "\ea9d"; }

.ico-window-1-line:before {
  content: "\ea9e"; }

.ico-window-2-line:before {
  content: "\ea9f"; }

.ico-window-3-line:before {
  content: "\eaa0"; }

.ico-window-add-line:before {
  content: "\eaa1"; }

.ico-window-alert-line:before {
  content: "\eaa2"; }

.ico-window-check-line:before {
  content: "\eaa3"; }

.ico-window-code-1-line:before {
  content: "\eaa4"; }

.ico-window-code-2-line:before {
  content: "\eaa5"; }

.ico-window-code-3-line:before {
  content: "\eaa6"; }

.ico-window-column-line:before {
  content: "\eaa7"; }

.ico-window-delete-line:before {
  content: "\eaa8"; }

.ico-window-denied-line:before {
  content: "\eaa9"; }

.ico-window-download-1-line:before {
  content: "\eaaa"; }

.ico-window-download-2-line:before {
  content: "\eaab"; }

.ico-window-edit-line:before {
  content: "\eaac"; }

.ico-window-favorite-1-line:before {
  content: "\eaad"; }

.ico-window-favorite-2-line:before {
  content: "\eaae"; }

.ico-window-graph-1-line:before {
  content: "\eaaf"; }

.ico-window-graph-2-line:before {
  content: "\eab0"; }

.ico-window-hand-line:before {
  content: "\eab1"; }

.ico-window-home-line:before {
  content: "\eab2"; }

.ico-window-list-1-line:before {
  content: "\eab3"; }

.ico-window-list-2-line:before {
  content: "\eab4"; }

.ico-window-lock-line2-line:before {
  content: "\eab5"; }

.ico-window-minimize-line:before {
  content: "\eab6"; }

.ico-window-minus-line:before {
  content: "\eab7"; }

.ico-window-refresh-line:before {
  content: "\eab8"; }

.ico-window-registry-line:before {
  content: "\eab9"; }

.ico-window-search-line:before {
  content: "\eaba"; }

.ico-window-selection-1-line:before {
  content: "\eabb"; }

.ico-window-selection-setting-2-line:before {
  content: "\eabc"; }

.ico-window-setting-line:before {
  content: "\eabd"; }

.ico-window-sync-line:before {
  content: "\eabe"; }

.ico-window-thumbnail-1-line:before {
  content: "\eabf"; }

.ico-window-thumbnail-2-line:before {
  content: "\eac0"; }

.ico-window-time-line:before {
  content: "\eac1"; }

.ico-window-upload-1-line:before {
  content: "\eac2"; }

.ico-window-upload-2-line:before {
  content: "\eac3"; }

.ico-database-line:before {
  content: "\eac4"; }

.ico-database-alert-line:before {
  content: "\eac5"; }

.ico-database-block-line:before {
  content: "\eac6"; }

.ico-database-check-line:before {
  content: "\eac7"; }

.ico-database-delete-line:before {
  content: "\eac8"; }

.ico-database-download-line:before {
  content: "\eac9"; }

.ico-database-editor-line:before {
  content: "\eaca"; }

.ico-database-lock-line:before {
  content: "\eacb"; }

.ico-database-minus-line:before {
  content: "\eacc"; }

.ico-database-network-line:before {
  content: "\eacd"; }

.ico-database-plus-line:before {
  content: "\eace"; }

.ico-database-refresh-line:before {
  content: "\eacf"; }

.ico-database-search-line:before {
  content: "\ead0"; }

.ico-database-setting-line:before {
  content: "\ead1"; }

.ico-database-sync-line:before {
  content: "\ead2"; }

.ico-database-time-line:before {
  content: "\ead3"; }

.ico-database-upload-line:before {
  content: "\ead4"; }

.ico-battery-charging-line:before {
  content: "\ead5"; }

.ico-battery-full-line:before {
  content: "\ead6"; }

.ico-battery-high-line:before {
  content: "\ead7"; }

.ico-battery-low-line:before {
  content: "\ead8"; }

.ico-battery-medium-line:before {
  content: "\ead9"; }

.ico-cd-1-line:before {
  content: "\eada"; }

.ico-cd-2-line:before {
  content: "\eadb"; }

.ico-chip-line:before {
  content: "\eadc"; }

.ico-computer-line:before {
  content: "\eadd"; }

.ico-disc-line:before {
  content: "\eade"; }

.ico-filter-line:before {
  content: "\eadf"; }

.ico-floppy-disk-line:before {
  content: "\eae0"; }

.ico-gameboy-line:before {
  content: "\eae1"; }

.ico-harddisk-1-line:before {
  content: "\eae2"; }

.ico-harddisk-2-line:before {
  content: "\eae3"; }

.ico-imac-line:before {
  content: "\eae4"; }

.ico-ipad-1-line:before {
  content: "\eae5"; }

.ico-ipad-2-line:before {
  content: "\eae6"; }

.ico-ipod-line:before {
  content: "\eae7"; }

.ico-joystick-1-line:before {
  content: "\eae8"; }

.ico-joystick-2-line:before {
  content: "\eae9"; }

.ico-joystick-3-line:before {
  content: "\eaea"; }

.ico-keyboard-1-line:before {
  content: "\eaeb"; }

.ico-keyboard-2-line:before {
  content: "\eaec"; }

.ico-kindle-1-line:before {
  content: "\eaed"; }

.ico-kindle-2-line:before {
  content: "\eaee"; }

.ico-laptop-1-line:before {
  content: "\eaef"; }

.ico-laptop-2-line:before {
  content: "\eaf0"; }

.ico-memory-card-line:before {
  content: "\eaf1"; }

.ico-mobile-phone-line:before {
  content: "\eaf2"; }

.ico-mouse-1-line:before {
  content: "\eaf3"; }

.ico-mouse-2-line:before {
  content: "\eaf4"; }

.ico-mp3player-line:before {
  content: "\eaf5"; }

.ico-plug-1-line:before {
  content: "\eaf6"; }

.ico-plug-2-line:before {
  content: "\eaf7"; }

.ico-plug-slot-line:before {
  content: "\eaf8"; }

.ico-printer-line:before {
  content: "\eaf9"; }

.ico-projector-line:before {
  content: "\eafa"; }

.ico-remote-line:before {
  content: "\eafb"; }

.ico-router-line:before {
  content: "\eafc"; }

.ico-screen-1-line:before {
  content: "\eafd"; }

.ico-screen-2-line:before {
  content: "\eafe"; }

.ico-screen-3-line:before {
  content: "\eaff"; }

.ico-screen-4-line:before {
  content: "\eb00"; }

.ico-smartphone-1-line:before {
  content: "\eb01"; }

.ico-television-1-line:before {
  content: "\eb02"; }

.ico-typewriter-1-line:before {
  content: "\eb03"; }

.ico-typewriter-2-line:before {
  content: "\eb04"; }

.ico-usb-1-line:before {
  content: "\eb05"; }

.ico-usb-2-line:before {
  content: "\eb06"; }

.ico-webcam-line:before {
  content: "\eb08"; }

.ico-wireless-router-1-line:before {
  content: "\eb09"; }

.ico-wireless-router-2-line:before {
  content: "\eb0a"; }

.ico-bluetooth-line:before {
  content: "\eb0b"; }

.ico-ethernet-line:before {
  content: "\eb0c"; }

.ico-ethernet-slot-line:before {
  content: "\eb0d"; }

.ico-firewire-1-line:before {
  content: "\eb0e"; }

.ico-firewire-2-line:before {
  content: "\eb0f"; }

.ico-network-1-line:before {
  content: "\eb10"; }

.ico-network-2-line:before {
  content: "\eb11"; }

.ico-server-1-line:before {
  content: "\eb12"; }

.ico-server-2-line:before {
  content: "\eb13"; }

.ico-server-3-line:before {
  content: "\eb14"; }

.ico-usb-line:before {
  content: "\eb15"; }

.ico-wireless-signal-line:before {
  content: "\eb16"; }

.ico-book-line:before {
  content: "\eb17"; }

.ico-book-1-line:before {
  content: "\eb18"; }

.ico-book-2-line:before {
  content: "\eb19"; }

.ico-book-3-line:before {
  content: "\eb1a"; }

.ico-book-4-line:before {
  content: "\eb1b"; }

.ico-book-5-line:before {
  content: "\eb1c"; }

.ico-book-6-line:before {
  content: "\eb1d"; }

.ico-book-7-line:before {
  content: "\eb1e"; }

.ico-book-download-1-line:before {
  content: "\eb1f"; }

.ico-book-download-2-line:before {
  content: "\eb20"; }

.ico-book-favorite-1-line:before {
  content: "\eb21"; }

.ico-bookmark-1-1-line:before {
  content: "\eb22"; }

.ico-bookmark-2-1-line:before {
  content: "\eb23"; }

.ico-bookmark-3-1-line:before {
  content: "\eb24"; }

.ico-bookmark-4-1-line:before {
  content: "\eb25"; }

.ico-books-1-line:before {
  content: "\eb26"; }

.ico-books-2-line:before {
  content: "\eb27"; }

.ico-books-3-line:before {
  content: "\eb28"; }

.ico-briefcase-1-line:before {
  content: "\eb29"; }

.ico-contact-book-1-line:before {
  content: "\eb2a"; }

.ico-contact-book-2-line:before {
  content: "\eb2b"; }

.ico-contact-book-3-line:before {
  content: "\eb2c"; }

.ico-contact-book-4-line:before {
  content: "\eb2d"; }

.ico-copyright-line:before {
  content: "\eb2e"; }

.ico-creative-commons-line:before {
  content: "\eb2f"; }

.ico-cube-line:before {
  content: "\eb30"; }

.ico-data-filter-line:before {
  content: "\eb31"; }

.ico-document-box-1-line:before {
  content: "\eb32"; }

.ico-document-box-2-line:before {
  content: "\eb33"; }

.ico-document-box-3-line:before {
  content: "\eb34"; }

.ico-drawer-1-line:before {
  content: "\eb35"; }

.ico-drawer-2-line:before {
  content: "\eb36"; }

.ico-drawer-3-line:before {
  content: "\eb37"; }

.ico-envelope-line:before {
  content: "\eb38"; }

.ico-favortie-book-2-line:before {
  content: "\eb39"; }

.ico-file-line:before {
  content: "\eb3a"; }

.ico-files-line:before {
  content: "\eb3b"; }

.ico-filter-1-line:before {
  content: "\eb3c"; }

.ico-filter-2-line:before {
  content: "\eb3d"; }

.ico-layers-1-line:before {
  content: "\eb3e"; }

.ico-list-1-line:before {
  content: "\eb3f"; }

.ico-list-2-line:before {
  content: "\eb40"; }

.ico-newspaper-1-line:before {
  content: "\eb41"; }

.ico-newspaper-2-line:before {
  content: "\eb42"; }

.ico-registry-1-line:before {
  content: "\eb43"; }

.ico-registry-2-line:before {
  content: "\eb44"; }

.ico-shield-1-line:before {
  content: "\eb45"; }

.ico-shield-2-line:before {
  content: "\eb46"; }

.ico-shield-3-line:before {
  content: "\eb47"; }

.ico-sketchbook-line:before {
  content: "\eb48"; }

.ico-sound-book-line:before {
  content: "\eb49"; }

.ico-thumbnails-1-line:before {
  content: "\eb4a"; }

.ico-thumbnails-2-line:before {
  content: "\eb4b"; }

.ico-hierarchy-1-line:before {
  content: "\eb4c"; }

.ico-hierarchy-2-line:before {
  content: "\eb4d"; }

.ico-hierarchy-3-line:before {
  content: "\eb4e"; }

.ico-hierarchy-4-line:before {
  content: "\eb4f"; }

.ico-hierarchy-5-line:before {
  content: "\eb50"; }

.ico-hierarchy-6-line:before {
  content: "\eb51"; }

.ico-hierarchy-7-line:before {
  content: "\eb52"; }

.ico-hierarchy-8-line:before {
  content: "\eb53"; }

.ico-network-1-1-line:before {
  content: "\eb54"; }

.ico-network-2-1-line:before {
  content: "\eb55"; }

.ico-backpack-line:before {
  content: "\eb56"; }

.ico-balance-1-line:before {
  content: "\eb57"; }

.ico-bed-line:before {
  content: "\eb58"; }

.ico-bench-line:before {
  content: "\eb59"; }

.ico-bomb-1-line:before {
  content: "\eb5a"; }

.ico-bricks-line:before {
  content: "\eb5b"; }

.ico-bullets-line:before {
  content: "\eb5c"; }

.ico-buoy-ring-line:before {
  content: "\eb5d"; }

.ico-campfire-line:before {
  content: "\eb5e"; }

.ico-can-line:before {
  content: "\eb5f"; }

.ico-candle-line:before {
  content: "\eb60"; }

.ico-canon-line:before {
  content: "\eb61"; }

.ico-cctv-1-line:before {
  content: "\eb62"; }

.ico-cctv-2-line:before {
  content: "\eb63"; }

.ico-chair-line:before {
  content: "\eb64"; }

.ico-chair-director-line:before {
  content: "\eb65"; }

.ico-cigarette-line:before {
  content: "\eb66"; }

.ico-construction-sign-line:before {
  content: "\eb67"; }

.ico-diamond-line:before {
  content: "\eb68"; }

.ico-disabled-line:before {
  content: "\eb69"; }

.ico-door-line:before {
  content: "\eb6a"; }

.ico-drawer-line:before {
  content: "\eb6b"; }

.ico-driller-line:before {
  content: "\eb6c"; }

.ico-dumbbell-line:before {
  content: "\eb6d"; }

.ico-fire-extinguisher-line:before {
  content: "\eb6e"; }

.ico-flashlight-line:before {
  content: "\eb6f"; }

.ico-gas-station-line:before {
  content: "\eb70"; }

.ico-gun-line:before {
  content: "\eb71"; }

.ico-lamp-1-line:before {
  content: "\eb72"; }

.ico-lamp-2-line:before {
  content: "\eb73"; }

.ico-lamp-3-line:before {
  content: "\eb74"; }

.ico-lamp-4-line:before {
  content: "\eb75"; }

.ico-lightbulb-1-line:before {
  content: "\eb76"; }

.ico-lightbulb-2-line:before {
  content: "\eb77"; }

.ico-measuring-tape-line:before {
  content: "\eb78"; }

.ico-mine-cart-line:before {
  content: "\eb79"; }

.ico-missile-line:before {
  content: "\eb7a"; }

.ico-ring-line:before {
  content: "\eb7b"; }

.ico-scale-1-line:before {
  content: "\eb7c"; }

.ico-shovel-line:before {
  content: "\eb7d"; }

.ico-smoke-no-line:before {
  content: "\eb7e"; }

.ico-sofa-1-line:before {
  content: "\eb7f"; }

.ico-sofa-2-line:before {
  content: "\eb80"; }

.ico-sofa-3-line:before {
  content: "\eb81"; }

.ico-target-line:before {
  content: "\eb82"; }

.ico-torch-line:before {
  content: "\eb83"; }

.ico-traffic-cone-line:before {
  content: "\eb84"; }

.ico-traffic-light-1-line:before {
  content: "\eb85"; }

.ico-traffic-light-2-line:before {
  content: "\eb86"; }

.ico-treasure-1-line:before {
  content: "\eb87"; }

.ico-treasure-2-line:before {
  content: "\eb88"; }

.ico-trowel-line:before {
  content: "\eb89"; }

.ico-watering-can-line:before {
  content: "\eb8a"; }

.ico-weigh-line:before {
  content: "\eb8b"; }

.ico-academic-cap-line:before {
  content: "\eb8c"; }

.ico-baseball-helmet-line:before {
  content: "\eb8d"; }

.ico-beanie-line:before {
  content: "\eb8e"; }

.ico-bike-helmet-line:before {
  content: "\eb8f"; }

.ico-bow-line:before {
  content: "\eb90"; }

.ico-cap-line:before {
  content: "\eb91"; }

.ico-chaplin-line:before {
  content: "\eb92"; }

.ico-chef-hat-line:before {
  content: "\eb93"; }

.ico-cloth-hanger-line:before {
  content: "\eb94"; }

.ico-fins-line:before {
  content: "\eb95"; }

.ico-football-helmet-line:before {
  content: "\eb96"; }

.ico-glasses-line:before {
  content: "\eb97"; }

.ico-glasses-1-line:before {
  content: "\eb98"; }

.ico-glasses-2-line:before {
  content: "\eb99"; }

.ico-magician-hat-line:before {
  content: "\eb9a"; }

.ico-monocle-1-line:before {
  content: "\eb9b"; }

.ico-monocle-2-line:before {
  content: "\eb9c"; }

.ico-necktie-line:before {
  content: "\eb9d"; }

.ico-polo-shirt-line:before {
  content: "\eb9e"; }

.ico-safety-helmet-line:before {
  content: "\eb9f"; }

.ico-scuba-tank-line:before {
  content: "\eba0"; }

.ico-shirt-1-line:before {
  content: "\eba1"; }

.ico-shirt-2-line:before {
  content: "\eba2"; }

.ico-sneakers-line:before {
  content: "\eba3"; }

.ico-snorkel-line:before {
  content: "\eba4"; }

.ico-sombrero-line:before {
  content: "\eba5"; }

.ico-sunglasses-line:before {
  content: "\eba6"; }

.ico-tall-hat-line:before {
  content: "\eba7"; }

.ico-trousers-line:before {
  content: "\eba8"; }

.ico-walking-stick-line:before {
  content: "\eba9"; }

.ico-arrow-redo-line:before {
  content: "\ebaa"; }

.ico-arrow-undo-line:before {
  content: "\ebab"; }

.ico-bold-line:before {
  content: "\ebac"; }

.ico-columns-line:before {
  content: "\ebad"; }

.ico-font-color-line:before {
  content: "\ebae"; }

.ico-font-color-line2:before {
  content: "\ebaf"; }

.ico-html-line:before {
  content: "\ebb0"; }

.ico-italic-line:before {
  content: "\ebb1"; }

.ico-list-1-1-line:before {
  content: "\ebb2"; }

.ico-list-2-1-line:before {
  content: "\ebb3"; }

.ico-list-3-line:before {
  content: "\ebb4"; }

.ico-list-4-line:before {
  content: "\ebb5"; }

.ico-paragraph-line:before {
  content: "\ebb6"; }

.ico-paste-line:before {
  content: "\ebb7"; }

.ico-print-preview-line:before {
  content: "\ebb8"; }

.ico-quote-line:before {
  content: "\ebb9"; }

.ico-strikethrough-line:before {
  content: "\ebba"; }

.ico-text-line:before {
  content: "\ebbb"; }

.ico-text-wrapping-1-line:before {
  content: "\ebbc"; }

.ico-text-wrapping-2-line:before {
  content: "\ebbd"; }

.ico-text-wrapping-3-line:before {
  content: "\ebbe"; }

.ico-underline-line:before {
  content: "\ebbf"; }

.ico-align-center-line:before {
  content: "\ebc0"; }

.ico-align-left-line:before {
  content: "\ebc1"; }

.ico-align-right-line:before {
  content: "\ebc2"; }

.ico-all-caps-line:before {
  content: "\ebc3"; }

.ico-arrange-2-1-line:before {
  content: "\ebc4"; }

.ico-arrange-2-2-line:before {
  content: "\ebc5"; }

.ico-arrange-2-3-line:before {
  content: "\ebc6"; }

.ico-arrange-2-4-line:before {
  content: "\ebc7"; }

.ico-arrange-3-1-line:before {
  content: "\ebc8"; }

.ico-arrange-3-2-line:before {
  content: "\ebc9"; }

.ico-arrange-3-3-line:before {
  content: "\ebca"; }

.ico-arrange-3-4-line:before {
  content: "\ebcb"; }

.ico-arrange-3-5-line:before {
  content: "\ebcc"; }

.ico-arrange-4-1-line:before {
  content: "\ebcd"; }

.ico-arrange-4-2-line:before {
  content: "\ebce"; }

.ico-arrange-4-3-line:before {
  content: "\ebcf"; }

.ico-arrange-5-line:before {
  content: "\ebd0"; }

.ico-consolidate-all-line:before {
  content: "\ebd1"; }

.ico-decrease-indent-1-line:before {
  content: "\ebd2"; }

.ico-decrease-indent-2-line:before {
  content: "\ebd3"; }

.ico-horizontal-page-line:before {
  content: "\ebd4"; }

.ico-increase-indent-1-line:before {
  content: "\ebd5"; }

.ico-increase-indent-2-line:before {
  content: "\ebd6"; }

.ico-justify-line:before {
  content: "\ebd7"; }

.ico-leading-1-line:before {
  content: "\ebd8"; }

.ico-leading-2-line:before {
  content: "\ebd9"; }

.ico-left-indent-line:before {
  content: "\ebda"; }

.ico-right-indent-line:before {
  content: "\ebdb"; }

.ico-small-caps-line:before {
  content: "\ebdc"; }

.ico-vertical-page-line:before {
  content: "\ebdd"; }

.ico-alt-mac-line:before {
  content: "\ebde"; }

.ico-alt-windows-line:before {
  content: "\ebdf"; }

.ico-arrow-down-line:before {
  content: "\ebe0"; }

.ico-arrow-down-left-line:before {
  content: "\ebe1"; }

.ico-arrow-down-right-line:before {
  content: "\ebe2"; }

.ico-arrow-left-line:before {
  content: "\ebe3"; }

.ico-arrow-right-line:before {
  content: "\ebe4"; }

.ico-arrow-up:before {
  content: "\ebe5"; }

.ico-arrow-up-left-line:before {
  content: "\ebe6"; }

.ico-arrow-up-right-line:before {
  content: "\ebe7"; }

.ico-asterisk-1-line:before {
  content: "\ebe8"; }

.ico-asterisk-2-line:before {
  content: "\ebe9"; }

.ico-back-tab-1-line:before {
  content: "\ebea"; }

.ico-back-tab-2-line:before {
  content: "\ebeb"; }

.ico-backward-delete-line:before {
  content: "\ebec"; }

.ico-blank-line:before {
  content: "\ebed"; }

.ico-eject-line:before {
  content: "\ebee"; }

.ico-enter-1-line:before {
  content: "\ebef"; }

.ico-enter-2-line:before {
  content: "\ebf0"; }

.ico-escape-line:before {
  content: "\ebf1"; }

.ico-page-down-line:before {
  content: "\ebf2"; }

.ico-page-up-line:before {
  content: "\ebf3"; }

.ico-return-1-line:before {
  content: "\ebf4"; }

.ico-shift-line:before {
  content: "\ebf5"; }

.ico-shift-2-line:before {
  content: "\ebf6"; }

.ico-tab-line:before {
  content: "\ebf7"; }

.ico-apple-line:before {
  content: "\ebf8"; }

.ico-beer-line:before {
  content: "\ebf9"; }

.ico-boil-line:before {
  content: "\ebfa"; }

.ico-bottle-1-line:before {
  content: "\ebfb"; }

.ico-bottle-2-line:before {
  content: "\ebfc"; }

.ico-bottle-3-line:before {
  content: "\ebfd"; }

.ico-bottle-4-line:before {
  content: "\ebfe"; }

.ico-bread-line:before {
  content: "\ebff"; }

.ico-burger-1-line:before {
  content: "\ec00"; }

.ico-burger-2-line:before {
  content: "\ec01"; }

.ico-cake-1-line:before {
  content: "\ec02"; }

.ico-cake-2-line:before {
  content: "\ec03"; }

.ico-champagne-line:before {
  content: "\ec04"; }

.ico-cheese-line:before {
  content: "\ec05"; }

.ico-cocktail-1-line:before {
  content: "\ec06"; }

.ico-cocktail-2-line:before {
  content: "\ec07"; }

.ico-cocktail-3-line:before {
  content: "\ec08"; }

.ico-coffee-cup-line:before {
  content: "\ec09"; }

.ico-coffee-cup-1-line:before {
  content: "\ec0a"; }

.ico-coffee-pot-line:before {
  content: "\ec0b"; }

.ico-deep-fry-line:before {
  content: "\ec0c"; }

.ico-energy-drink-line:before {
  content: "\ec0d"; }

.ico-espresso-machine-line:before {
  content: "\ec0e"; }

.ico-food-dome-line:before {
  content: "\ec0f"; }

.ico-fork-and-knife-line:before {
  content: "\ec10"; }

.ico-fork-and-spoon-line:before {
  content: "\ec11"; }

.ico-grape-line:before {
  content: "\ec12"; }

.ico-grater-line:before {
  content: "\ec13"; }

.ico-grill-line:before {
  content: "\ec14"; }

.ico-hot-drinks-glass-line:before {
  content: "\ec15"; }

.ico-hotdog-line:before {
  content: "\ec16"; }

.ico-ice-cream-1-line:before {
  content: "\ec17"; }

.ico-ice-cream-2-line:before {
  content: "\ec18"; }

.ico-ice-cream-3-line:before {
  content: "\ec19"; }

.ico-ice-drinks-glass-line:before {
  content: "\ec1a"; }

.ico-juicer-line:before {
  content: "\ec1b"; }

.ico-kitchen-timer-line:before {
  content: "\ec1c"; }

.ico-milk-line:before {
  content: "\ec1d"; }

.ico-orange-line:before {
  content: "\ec1e"; }

.ico-oven-line:before {
  content: "\ec1f"; }

.ico-pan-fry-line:before {
  content: "\ec20"; }

.ico-pepper-salt-line:before {
  content: "\ec21"; }

.ico-pizza-line:before {
  content: "\ec22"; }

.ico-pop-corn-line:before {
  content: "\ec23"; }

.ico-serving-line:before {
  content: "\ec24"; }

.ico-soda-line:before {
  content: "\ec25"; }

.ico-soda-can-1-line:before {
  content: "\ec26"; }

.ico-soda-can-2-line:before {
  content: "\ec28"; }

.ico-steam-line:before {
  content: "\ec29"; }

.ico-tea-pot-line:before {
  content: "\ec2a"; }

.ico-thermometer-high-line:before {
  content: "\ec2b"; }

.ico-thermometer-low-line:before {
  content: "\ec2c"; }

.ico-thermometer-medium-line:before {
  content: "\ec2d"; }

.ico-water-line:before {
  content: "\ec2e"; }

.ico-wine-line:before {
  content: "\ec2f"; }

.ico-ambulance-line:before {
  content: "\ec30"; }

.ico-beaker-1-line:before {
  content: "\ec31"; }

.ico-beaker-2-line:before {
  content: "\ec32"; }

.ico-blood-line:before {
  content: "\ec33"; }

.ico-drug-line:before {
  content: "\ec34"; }

.ico-first-aid-line:before {
  content: "\ec35"; }

.ico-hashish-line:before {
  content: "\ec36"; }

.ico-heart-pulse-line:before {
  content: "\ec37"; }

.ico-hospital-1-line:before {
  content: "\ec38"; }

.ico-hospital-2-line:before {
  content: "\ec39"; }

.ico-hospital-sign-1-line:before {
  content: "\ec3a"; }

.ico-hospital-sign-2-line:before {
  content: "\ec3b"; }

.ico-hospital-sign-3-line:before {
  content: "\ec3c"; }

.ico-medicine-line:before {
  content: "\ec3d"; }

.ico-microscope-line:before {
  content: "\ec3e"; }

.ico-mortar-and-pestle-line:before {
  content: "\ec3f"; }

.ico-plaster-line:before {
  content: "\ec40"; }

.ico-pulse-graph-1-line:before {
  content: "\ec41"; }

.ico-pulse-graph-2-line:before {
  content: "\ec42"; }

.ico-pulse-graph-3-line:before {
  content: "\ec43"; }

.ico-red-cross-line:before {
  content: "\ec44"; }

.ico-stethoscope-line:before {
  content: "\ec45"; }

.ico-syringe-line:before {
  content: "\ec46"; }

.ico-yin-yang-line:before {
  content: "\ec47"; }

.ico-balloon-line:before {
  content: "\ec48"; }

.ico-briefcase-lock-line:before {
  content: "\ec49"; }

.ico-card-line:before {
  content: "\ec4a"; }

.ico-cards-1-line:before {
  content: "\ec4b"; }

.ico-cards-2-line:before {
  content: "\ec4c"; }

.ico-curtain-line:before {
  content: "\ec4d"; }

.ico-dice-1-line:before {
  content: "\ec4e"; }

.ico-dice-2-line:before {
  content: "\ec4f"; }

.ico-pacman-line:before {
  content: "\ec50"; }

.ico-pacman-ghost-line:before {
  content: "\ec51"; }

.ico-sign-1-line:before {
  content: "\ec52"; }

.ico-smiley-happy-line:before {
  content: "\ec53"; }

.ico-smiley-sad-line:before {
  content: "\ec54"; }

.ico-smileys-line:before {
  content: "\ec55"; }

.ico-suitcase-1-line:before {
  content: "\ec56"; }

.ico-suitcase-2-line:before {
  content: "\ec57"; }

.ico-tetris-line:before {
  content: "\ec58"; }

.ico-ticket-1-line:before {
  content: "\ec59"; }

.ico-ticket-2-line:before {
  content: "\ec5a"; }

.ico-ticket-3-line:before {
  content: "\ec5b"; }

.ico-virus-line:before {
  content: "\ec5c"; }

.ico-cloud-1-line:before {
  content: "\ec5d"; }

.ico-cloud-lightning-line:before {
  content: "\ec5e"; }

.ico-clouds-line:before {
  content: "\ec5f"; }

.ico-first-quarter-half-moon-line:before {
  content: "\ec60"; }

.ico-full-moon-line:before {
  content: "\ec61"; }

.ico-hail-line:before {
  content: "\ec62"; }

.ico-heavy-rain-line:before {
  content: "\ec63"; }

.ico-moon-cloud-line:before {
  content: "\ec64"; }

.ico-rain-line:before {
  content: "\ec65"; }

.ico-rain-lightning-line:before {
  content: "\ec66"; }

.ico-snow-line:before {
  content: "\ec67"; }

.ico-sun-line:before {
  content: "\ec68"; }

.ico-sun-cloud-line:before {
  content: "\ec69"; }

.ico-thermometer-line:before {
  content: "\ec6a"; }

.ico-third-quarter-half-moon-line:before {
  content: "\ec6b"; }

.ico-umbrella-line:before {
  content: "\ec6c"; }

.ico-waning-crescent-moon-line:before {
  content: "\ec6d"; }

.ico-waning-gibbous-moon-line:before {
  content: "\ec6e"; }

.ico-waxing-crescent-moon-line:before {
  content: "\ec6f"; }

.ico-waxing-gibbous-moon-line:before {
  content: "\ec70"; }

.ico-bicycle-line:before {
  content: "\ec71"; }

.ico-bus-1-line:before {
  content: "\ec72"; }

.ico-bus-2-line:before {
  content: "\ec73"; }

.ico-car-1-line:before {
  content: "\ec74"; }

.ico-car-2-line:before {
  content: "\ec75"; }

.ico-car-3-line:before {
  content: "\ec76"; }

.ico-car-4-line:before {
  content: "\ec77"; }

.ico-helicopter-line:before {
  content: "\ec78"; }

.ico-mountain-bike-line:before {
  content: "\ec79"; }

.ico-pickup-line:before {
  content: "\ec7a"; }

.ico-plane-1-line:before {
  content: "\ec7b"; }

.ico-plane-2-line:before {
  content: "\ec7c"; }

.ico-plane-landing-line:before {
  content: "\ec7d"; }

.ico-plane-takeoff-line:before {
  content: "\ec7e"; }

.ico-road-line:before {
  content: "\ec7f"; }

.ico-road-bike-line:before {
  content: "\ec80"; }

.ico-rocket-line:before {
  content: "\ec81"; }

.ico-scooter-line:before {
  content: "\ec82"; }

.ico-ship-line:before {
  content: "\ec83"; }

.ico-train-line:before {
  content: "\ec84"; }

.ico-tram-line:before {
  content: "\ec85"; }

.ico-cactus-line:before {
  content: "\ec86"; }

.ico-clover-line:before {
  content: "\ec87"; }

.ico-flower-line:before {
  content: "\ec88"; }

.ico-hand-eco-line:before {
  content: "\ec89"; }

.ico-hand-globe-line:before {
  content: "\ec8a"; }

.ico-leaf-line:before {
  content: "\ec8b"; }

.ico-light-eco-line:before {
  content: "\ec8c"; }

.ico-potted-plant-1-line:before {
  content: "\ec8d"; }

.ico-potted-plant-2-line:before {
  content: "\ec8e"; }

.ico-2-fingers-down-swipe-line:before {
  content: "\ec8f"; }

.ico-2-fingers-horizontal-swipe-line:before {
  content: "\ec90"; }

.ico-2-fingers-left-swipe-line:before {
  content: "\ec91"; }

.ico-2-fingers-omnidirectional-swipe-line:before {
  content: "\ec92"; }

.ico-2-fingers-right-swipe-line:before {
  content: "\ec93"; }

.ico-2-fingers-tab-hold-line:before {
  content: "\ec94"; }

.ico-2-fingers-tap-line:before {
  content: "\ec95"; }

.ico-2-fingers-up-swipe-line:before {
  content: "\ec96"; }

.ico-2-fingers-vertical-swipe-line:before {
  content: "\ec97"; }

.ico-2finger-double-tap-line:before {
  content: "\ec98"; }

.ico-double-tap-line:before {
  content: "\ec99"; }

.ico-drag-down-line:before {
  content: "\ec9a"; }

.ico-drag-horizontal-line:before {
  content: "\ec9b"; }

.ico-drag-left-line:before {
  content: "\ec9c"; }

.ico-drag-right-line:before {
  content: "\ec9d"; }

.ico-drag-up-line:before {
  content: "\ec9e"; }

.ico-drag-vertical-line:before {
  content: "\ec9f"; }

.ico-flick-down-line:before {
  content: "\eca0"; }

.ico-flick-up-line:before {
  content: "\eca1"; }

.ico-horizontal-flick-line:before {
  content: "\eca2"; }

.ico-left-flick-line:before {
  content: "\eca3"; }

.ico-omnidirectional-drag-line:before {
  content: "\eca4"; }

.ico-omnidirectional-flick-line:before {
  content: "\eca5"; }

.ico-omnidirectional-swipe-line:before {
  content: "\eca6"; }

.ico-pinch-line:before {
  content: "\eca7"; }

.ico-right-flick-line:before {
  content: "\eca8"; }

.ico-rotate-clockwise-line:before {
  content: "\eca9"; }

.ico-rotate-counterclockwise-line:before {
  content: "\ecaa"; }

.ico-spread-line:before {
  content: "\ecab"; }

.ico-swipe-down-line:before {
  content: "\ecac"; }

.ico-swipe-horizontal-line:before {
  content: "\ecad"; }

.ico-swipe-left-line:before {
  content: "\ecae"; }

.ico-swipe-right-line:before {
  content: "\ecaf"; }

.ico-swipe-up-line:before {
  content: "\ecb0"; }

.ico-swipe-vertical-line:before {
  content: "\ecb1"; }

.ico-tap-line:before {
  content: "\ecb2"; }

.ico-tap-hold-line:before {
  content: "\ecb3"; }

.ico-vertical-flick-line:before {
  content: "\ecb4"; }

.ico-arrow-1-1-line:before {
  content: "\ecb5"; }

.ico-arrow-2-1-line:before {
  content: "\ecb6"; }

.ico-arrow-3-line:before {
  content: "\ecb7"; }

.ico-arrow-4-line:before {
  content: "\ecb8"; }

.ico-arrow-5-line:before {
  content: "\ecb9"; }

.ico-arrow-6-line:before {
  content: "\ecba"; }

.ico-arrow-7-line:before {
  content: "\ecbb"; }

.ico-arrow-8-line:before {
  content: "\ecbc"; }

.ico-arrow-9-line:before {
  content: "\ecbd"; }

.ico-arrow-10-line:before {
  content: "\ecbe"; }

.ico-arrow-11-line:before {
  content: "\ecbf"; }

.ico-arrow-12-line:before {
  content: "\ecc0"; }

.ico-arrow-13-line:before {
  content: "\ecc1"; }

.ico-arrow-14-line:before {
  content: "\ecc2"; }

.ico-arrow-15-line:before {
  content: "\ecc3"; }

.ico-arrow-16-line:before {
  content: "\ecc4"; }

.ico-arrow-17-line:before {
  content: "\ecc5"; }

.ico-arrow-18-line:before {
  content: "\ecc6"; }

.ico-arrow-19-line:before {
  content: "\ecc7"; }

.ico-arrow-20-line:before {
  content: "\ecc8"; }

.ico-arrow-21-line:before {
  content: "\ecc9"; }

.ico-arrow-22-line:before {
  content: "\ecca"; }

.ico-arrow-23-line:before {
  content: "\eccb"; }

.ico-arrow-24-line:before {
  content: "\eccc"; }

.ico-arrow-25-line:before {
  content: "\eccd"; }

.ico-arrow-26-line:before {
  content: "\ecce"; }

.ico-arrow-27-line:before {
  content: "\eccf"; }

.ico-arrow-28-line:before {
  content: "\ecd0"; }

.ico-arrow-29-line:before {
  content: "\ecd1"; }

.ico-arrow-30-line:before {
  content: "\ecd2"; }

.ico-arrow-31-line:before {
  content: "\ecd3"; }

.ico-arrow-32-line:before {
  content: "\ecd4"; }

.ico-arrow-33-line:before {
  content: "\ecd5"; }

.ico-arrow-34-line:before {
  content: "\ecd6"; }

.ico-arrow-35-line:before {
  content: "\ecd7"; }

.ico-arrow-36-line:before {
  content: "\ecd8"; }

.ico-arrow-37-line:before {
  content: "\ecd9"; }

.ico-arrow-38-line:before {
  content: "\ecda"; }

.ico-arrow-39-line:before {
  content: "\ecdb"; }

.ico-arrow-40-line:before {
  content: "\ecdc"; }

.ico-arrow-41-line:before {
  content: "\ecdd"; }

.ico-arrow-42-line:before {
  content: "\ecde"; }

.ico-arrow-43-line:before {
  content: "\ecdf"; }

.ico-arrow-44-line:before {
  content: "\ece0"; }

.ico-arrow-45-line:before {
  content: "\ece1"; }

.ico-arrow-46-line:before {
  content: "\ece2"; }

.ico-arrow-47-line:before {
  content: "\ece3"; }

.ico-arrow-48-line:before {
  content: "\ece4"; }

.ico-arrow-49-line:before {
  content: "\ece5"; }

.ico-arrow-50-line:before {
  content: "\ece6"; }

.ico-arrow-51-line:before {
  content: "\ece7"; }

.ico-arrow-52-line:before {
  content: "\ece8"; }

.ico-arrow-53-line:before {
  content: "\ece9"; }

.ico-arrow-54-line:before {
  content: "\ecea"; }

.ico-arrow-55-line:before {
  content: "\eceb"; }

.ico-arrow-56-line:before {
  content: "\ecec"; }

.ico-arrow-57-line:before {
  content: "\eced"; }

.ico-arrow-58-line:before {
  content: "\ecee"; }

.ico-arrow-59-line:before {
  content: "\ecef"; }

.ico-arrow-60-line:before {
  content: "\ecf0"; }

.ico-arrow-61-line:before {
  content: "\ecf1"; }

.ico-arrow-62-line:before {
  content: "\ecf2"; }

.ico-arrow-63-line:before {
  content: "\ecf3"; }

.ico-arrow-64-line:before {
  content: "\ecf4"; }

.ico-arrow-65-line:before {
  content: "\ecf5"; }

.ico-arrow-66-line:before {
  content: "\ecf6"; }

.ico-arrow-67-line:before {
  content: "\ecf7"; }

.ico-arrow-68-line:before {
  content: "\ecf8"; }

.ico-arrow-69-line:before {
  content: "\ecf9"; }

.ico-arrow-70-line:before {
  content: "\ecfa"; }

.ico-arrow-71-line:before {
  content: "\ecfc"; }

.ico-arrow-72-line:before {
  content: "\ecfd"; }

.ico-arrow-circle-1-line:before {
  content: "\ecfe"; }

.ico-arrow-circle-2-line:before {
  content: "\ecff"; }

.ico-arrow-circle-3-line:before {
  content: "\ed00"; }

.ico-arrow-circle-4-line:before {
  content: "\ed01"; }

.ico-arrow-circle-5-line:before {
  content: "\ed02"; }

.ico-arrow-circle-6-line:before {
  content: "\ed03"; }

.ico-arrow-circle-7-line:before {
  content: "\ed04"; }

.ico-arrow-circle-8-line:before {
  content: "\ed05"; }

.ico-arrow-circle-9-line:before {
  content: "\ed06"; }

.ico-arrow-circle-10-line:before {
  content: "\ed07"; }

.ico-arrow-circle-11-line:before {
  content: "\ed08"; }

.ico-arrow-circle-12-line:before {
  content: "\ed09"; }

.ico-arrow-circle-13-line:before {
  content: "\ed0a"; }

.ico-arrow-circle-14-line:before {
  content: "\ed0b"; }

.ico-arrow-circle-15-line:before {
  content: "\ed0c"; }

.ico-arrow-circle-16-line:before {
  content: "\ed0d"; }

.ico-arrow-circle-17-line:before {
  content: "\ed0e"; }

.ico-arrow-circle-18-line:before {
  content: "\ed0f"; }

.ico-arrow-circle-19-line:before {
  content: "\ed10"; }

.ico-arrow-circle-20-line:before {
  content: "\ed11"; }

.ico-arrow-circle-21-line:before {
  content: "\ed12"; }

.ico-arrow-circle-22-line:before {
  content: "\ed13"; }

.ico-arrow-circle-23-line:before {
  content: "\ed14"; }

.ico-arrow-circle-24-line:before {
  content: "\ed15"; }

.ico-arrow-circle-27-line:before {
  content: "\ed16"; }

.ico-arrow-circle-28-line:before {
  content: "\ed17"; }

.ico-arrow-circle-29-line-2:before {
  content: "\ed18"; }

.ico-arrow-circle-28-line:before {
  content: "\ed19"; }

.ico-arrow-circle-29-line:before {
  content: "\ed1a"; }

.ico-arrow-circle-30-line:before {
  content: "\ed1b"; }

.ico-arrow-delete-1-line:before {
  content: "\ed1c"; }

.ico-arrow-delete-2-line:before {
  content: "\ed1d"; }

.ico-arrow-dot-1-line:before {
  content: "\ed1e"; }

.ico-arrow-dot-2-line:before {
  content: "\ed1f"; }

.ico-arrow-dot-3-line:before {
  content: "\ed20"; }

.ico-arrow-dot-4-line:before {
  content: "\ed21"; }

.ico-arrow-dot-5-line:before {
  content: "\ed22"; }

.ico-arrow-dot-6-line:before {
  content: "\ed23"; }

.ico-arrow-rectangle-1-line:before {
  content: "\ed24"; }

.ico-arrow-rectangle-2-line:before {
  content: "\ed25"; }

.ico-arrow-rectangle-3-line:before {
  content: "\ed26"; }

.ico-arrow-rectangle-4-line:before {
  content: "\ed27"; }

.ico-arrow-rectangle-5-line:before {
  content: "\ed28"; }

.ico-arrow-rectangle-6-line:before {
  content: "\ed29"; }

.ico-arrow-rectangle-7-line:before {
  content: "\ed2a"; }

.ico-arrow-rectangle-8-line:before {
  content: "\ed2b"; }

.ico-arrow-rectangle-9-line:before {
  content: "\ed2c"; }

.ico-arrow-rectangle-10-line:before {
  content: "\ed2d"; }

.ico-arrow-rectangle-11-line:before {
  content: "\ed2e"; }

.ico-arrow-rectangle-12-line:before {
  content: "\ed2f"; }

.ico-arrow-rectangle-13-line:before {
  content: "\ed30"; }

.ico-arrow-rectangle-14-line:before {
  content: "\ed31"; }

.ico-arrow-rectangle-15-line:before {
  content: "\ed32"; }

.ico-arrow-rectangle-16-line:before {
  content: "\ed33"; }

.ico-arrow-rectangle-17-line:before {
  content: "\ed34"; }

.ico-arrow-rectangle-18-line:before {
  content: "\ed35"; }

.ico-arrow-rectangle-19-line:before {
  content: "\ed36"; }

.ico-arrow-rectangle-20-line:before {
  content: "\ed37"; }

.accordion-article .content-title {
  margin: 24px 0 16px 0; }

.accordion-article .accor-wrapper {
  border-bottom: solid 1px #c0c0c0;
  padding: 10px; }
  .accordion-article .accor-wrapper:last-child {
    border: none; }
  .accordion-article .accor-wrapper table.accordion-table {
    table-layout: fixed;
    width: 100%; }
    .accordion-article .accor-wrapper table.accordion-table td:nth-child(1) {
      width: 10%;
      text-align: center; }
      .accordion-article .accor-wrapper table.accordion-table td:nth-child(1) [class*="ico-"] {
        font-size: 30px; }
      .accordion-article .accor-wrapper table.accordion-table td:nth-child(1) .ico-minus-4-box-line:before {
        color: #fff;
        background: #f33; }
      .accordion-article .accor-wrapper table.accordion-table td:nth-child(1) [aria-expanded="false"] > .minus,
      .accordion-article .accor-wrapper table.accordion-table td:nth-child(1) [aria-expanded="true"] > .plus {
        display: none; }
    .accordion-article .accor-wrapper table.accordion-table td:nth-child(2) {
      width: 90%; }
      .accordion-article .accor-wrapper table.accordion-table td:nth-child(2) .acc-title {
        font-size: 16px;
        font-weight: 500; }
        @media (max-width: 767px) {
          .accordion-article .accor-wrapper table.accordion-table td:nth-child(2) .acc-title {
            padding-left: 16px; } }
      .accordion-article .accor-wrapper table.accordion-table td:nth-child(2) .acc-content {
        padding-top: 0;
        padding-bottom: 0; }
        .accordion-article .accor-wrapper table.accordion-table td:nth-child(2) .acc-content p {
          font-size: 16px;
          font-weight: 400; }

@font-face {
  font-family: "OpenSans";
  src: url("../css/custom/fonts/opensans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "OpenSans";
  src: url("../css/custom/fonts/opensans/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "OpenSans";
  src: url("../css/custom/fonts/opensans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-display: swap; }

@font-face {
  font-family: "OpenSans";
  src: url("../css/custom/fonts/opensans/OpenSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "OpenSans";
  src: url("../css/custom/fonts/opensans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "OpenSans";
  src: url("../css/custom/fonts/opensans/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "OpenSans";
  src: url("../css/custom/fonts/opensans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "OpenSans";
  src: url("../css/custom/fonts/opensans/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "OpenSans";
  src: url("../css/custom/fonts/opensans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "OpenSans";
  src: url("../css/custom/fonts/opensans/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "OpenSans";
  src: url("../css/custom/fonts/opensans/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "OpenSans";
  src: url("../css/custom/fonts/opensans/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }

/* Noto Sans TC */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  src: url("../css/custom/fonts/notosans/NotoSansTC-DemiLight.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  src: url("../css/custom/fonts/notosans/NotoSansTC-Medium.woff2") format("woff2"), url("../css/custom/fonts/notosans/NotoSansTC-Medium.woff") format("woff"), url("../css/custom/fonts/notosans/NotoSansTC-Medium.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  src: url("../css/custom/fonts/notosans/NotoSansTC-Medium.woff2") format("woff2"), url("../css/custom/fonts/notosans/NotoSansTC-Medium.woff") format("woff"), url("../css/custom/fonts/notosans/NotoSansTC-Medium.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  src: url("../css/custom/fonts/notosans/NotoSansTC-Bold.woff2") format("woff2"), url("../css/custom/fonts/notosans/NotoSansTC-Bold.woff") format("woff"), url("../css/custom/fonts/notosans/NotoSansTC-Bold.otf") format("opentype");
  font-display: swap; }

/* Noto Sans SC */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  src: url("../css/custom/fonts/notosans/NotoSansSC-DemiLight.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 500;
  src: url("../css/custom/fonts/notosans/NotoSansSC-Medium.woff2") format("woff2"), url("../css/custom/fonts/notosans/NotoSansSC-Medium.woff") format("woff"), url("../css/custom/fonts/notosans/NotoSansSC-Medium.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 600;
  src: url("../css/custom/fonts/notosans/NotoSansSC-Medium.woff2") format("woff2"), url("../css/custom/fonts/notosans/NotoSansSC-Medium.woff") format("woff"), url("../css/custom/fonts/notosans/NotoSansSC-Medium.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 700;
  src: url("../css/custom/fonts/notosans/NotoSansSC-Bold.woff2") format("woff2"), url("../css/custom/fonts/notosans/NotoSansSC-Bold.woff") format("woff"), url("../css/custom/fonts/notosans/NotoSansSC-Bold.otf") format("opentype");
  font-display: swap; }

/* Optima */
@font-face {
  font-family: 'Optima';
  font-style: normal;
  font-weight: normal;
  src: local("Optima"), url("../css/custom/fonts/optima/OPTIMA.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'Optima Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Optima Bold"), url("../css/custom/fonts/optima/OPTIMA_B.woff") format("woff");
  font-display: swap; }

.panel-group {
  border-radius: 0; }

.mobile-menu-left-wrapper {
  transition: all 0.2s linear;
  top: 0;
  bottom: 0;
  left: -300px;
  position: fixed;
  overflow: hidden;
  background: #fff;
  padding: 8px 0;
  z-index: 2000;
  display: block !important;
  width: 300px; }
  .mobile-menu-left-wrapper.show {
    left: 0; }
  .mobile-menu-left-wrapper .mobile-menu-left-inner {
    height: 95%;
    overflow: auto; }
    .mobile-menu-left-wrapper .mobile-menu-left-inner #mini-header-placeholder {
      display: none !important; }
    .mobile-menu-left-wrapper .mobile-menu-left-inner .search-group {
      padding: 0 16px 8px;
      overflow: hidden; }
      .mobile-menu-left-wrapper .mobile-menu-left-inner .search-group input {
        float: left; }
      .mobile-menu-left-wrapper .mobile-menu-left-inner .search-group input[type="text"] {
        position: relative;
        padding: 10px 80px 10px 10px;
        border: 1px solid silver;
        height: 40px;
        font-size: 18px;
        width: 100%;
        -webkit-appearance: none;
        border-radius: 0;
        color: #909090; }
      .mobile-menu-left-wrapper .mobile-menu-left-inner .search-group input[type="text"]:focus {
        outline: none;
        border-color: #909090;
        color: #2e2e2e; }
      .mobile-menu-left-wrapper .mobile-menu-left-inner .search-group input[type="text"][placeholder] {
        vertical-align: middle; }
      .mobile-menu-left-wrapper .mobile-menu-left-inner .search-group .btn-close-history, .mobile-menu-left-wrapper .mobile-menu-left-inner .search-group .btn-search {
        width: 40px;
        height: 40px;
        padding: 0 10px;
        border: none;
        position: absolute; }
        .mobile-menu-left-wrapper .mobile-menu-left-inner .search-group .btn-close-history .icon, .mobile-menu-left-wrapper .mobile-menu-left-inner .search-group .btn-search .icon {
          font-size: 21px; }
      .mobile-menu-left-wrapper .mobile-menu-left-inner .search-group .btn-close-history {
        font-size: 21px;
        right: 56px;
        top: 12px; }
        .mobile-menu-left-wrapper .mobile-menu-left-inner .search-group .btn-close-history .icon {
          color: silver; }
      .mobile-menu-left-wrapper .mobile-menu-left-inner .search-group .btn-search {
        background: #f33;
        border: none;
        right: 16px; }
        .mobile-menu-left-wrapper .mobile-menu-left-inner .search-group .btn-search .icon {
          color: white; }
      .mobile-menu-left-wrapper .mobile-menu-left-inner .search-group .search-suggestions {
        position: absolute;
        display: none;
        transform: none !important;
        top: 48px !important;
        margin-right: 8px;
        background: #fff;
        width: calc(100% - 32px);
        max-height: none;
        overflow: auto;
        border: 1px solid silver;
        border-top: 0;
        border-bottom: 0;
        box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2); }
        .mobile-menu-left-wrapper .mobile-menu-left-inner .search-group .search-suggestions h3 a {
          text-decoration: none;
          display: inline-block;
          color: #2e2e2e;
          font-weight: 500;
          margin-bottom: 8px;
          font-size: 1rem; }
        .mobile-menu-left-wrapper .mobile-menu-left-inner .search-group .search-suggestions .search-section {
          max-height: 288px; }
          .mobile-menu-left-wrapper .mobile-menu-left-inner .search-group .search-suggestions .search-section .search-result {
            padding: 16px; }
            .mobile-menu-left-wrapper .mobile-menu-left-inner .search-group .search-suggestions .search-section .search-result .search-info {
              width: 90%;
              display: inline-block; }
              .mobile-menu-left-wrapper .mobile-menu-left-inner .search-group .search-suggestions .search-section .search-result .search-info ul {
                padding-left: 0;
                margin-top: 16px;
                margin-bottom: 0px; }
                .mobile-menu-left-wrapper .mobile-menu-left-inner .search-group .search-suggestions .search-section .search-result .search-info ul li {
                  list-style-type: none;
                  padding-left: 0px;
                  margin-right: 0px;
                  display: inline;
                  font-size: 1.4rem;
                  color: #656565;
                  line-height: 1; }
                  .mobile-menu-left-wrapper .mobile-menu-left-inner .search-group .search-suggestions .search-section .search-result .search-info ul li .icon {
                    width: 18px;
                    height: 20px;
                    float: left;
                    margin-right: 8px;
                    position: relative;
                    top: 2px;
                    color: #2e2e2e;
                    font-size: 18px; }
                  .mobile-menu-left-wrapper .mobile-menu-left-inner .search-group .search-suggestions .search-section .search-result .search-info ul li span {
                    font-weight: 500;
                    font-size: 14px;
                    color: #909090; }
          .mobile-menu-left-wrapper .mobile-menu-left-inner .search-group .search-suggestions .search-section hr {
            margin: 0;
            border-bottom: 1px solid #dcdcdc; }
          .mobile-menu-left-wrapper .mobile-menu-left-inner .search-group .search-suggestions .search-section .search-result-nav {
            font-size: 17px;
            float: right;
            position: relative;
            right: -32px;
            color: silver; }
        .mobile-menu-left-wrapper .mobile-menu-left-inner .search-group .search-suggestions.show-search-suggestions {
          display: block; }
    .mobile-menu-left-wrapper .mobile-menu-left-inner .nav-items > ul {
      padding-left: 0; }
    .mobile-menu-left-wrapper .mobile-menu-left-inner .nav-items li {
      box-shadow: none;
      background: transparent;
      margin-bottom: 0;
      border-radius: initial;
      border: none;
      display: block;
      font-weight: 500 !important;
      color: #2e2e2e;
      font-size: 18px !important;
      padding: 8px 0;
      text-decoration: none;
      line-height: 1.6;
      height: auto !important;
      max-height: auto !important; }
      .mobile-menu-left-wrapper .mobile-menu-left-inner .nav-items li a {
        margin: 0 24px;
        color: #2e2e2e;
        text-decoration: none;
        display: inline-block; }
      .mobile-menu-left-wrapper .mobile-menu-left-inner .nav-items li ul {
        background-color: #ececec;
        padding-left: 0px; }
        .mobile-menu-left-wrapper .mobile-menu-left-inner .nav-items li ul li.panel-header {
          padding-top: 0; }
          .mobile-menu-left-wrapper .mobile-menu-left-inner .nav-items li ul li.panel-header:hover {
            background-color: transparent; }
          .mobile-menu-left-wrapper .mobile-menu-left-inner .nav-items li ul li.panel-header label {
            color: #656565 !important;
            text-transform: uppercase;
            font-size: 14px;
            display: block;
            line-height: normal;
            font-weight: 400;
            padding: 16px 24px 0; }
        .mobile-menu-left-wrapper .mobile-menu-left-inner .nav-items li ul li {
          height: 40px;
          border-left: 4px solid transparent; }
          .mobile-menu-left-wrapper .mobile-menu-left-inner .nav-items li ul li:hover {
            background-color: #dcdcdc; }
          .mobile-menu-left-wrapper .mobile-menu-left-inner .nav-items li ul li a {
            padding-left: 16px;
            font-weight: 600; }
          .mobile-menu-left-wrapper .mobile-menu-left-inner .nav-items li ul li:active {
            border-left: 4px solid red; }
    .mobile-menu-left-wrapper .mobile-menu-left-inner .nav-items.text-small li a {
      font-size: 14px !important;
      font-family: "OpenSans", sans-serif; }
    .mobile-menu-left-wrapper .mobile-menu-left-inner .nav-items.text-small a.collapsed .ico-play {
      color: #909090;
      transform: rotate(0);
      top: 6px;
      right: -60px; }
    .mobile-menu-left-wrapper .mobile-menu-left-inner .nav-items.text-small .ico-play {
      float: right;
      font-size: 8px;
      transform: rotate(180deg);
      top: 8px;
      right: -60px; }
      .mobile-menu-left-wrapper .mobile-menu-left-inner .nav-items.text-small .ico-play:before {
        content: "\e0a8"; }
  .mobile-menu-left-wrapper ul#submenu1 li:nth-child(11) {
    border-left-color: #f33; }
  .mobile-menu-left-wrapper #mobile-header a[href="#submenu1"] {
    padding-bottom: 8px; }

@media screen and (max-width: 414px) {
  .mobile-menu-left-wrapper {
    max-width: 270px; }
  #main-wrapper.shift-right {
    left: 270px; } }

.table-icon-title-des .content-title {
  margin: 24px 0 16px 0; }

.table-icon-title-des .content-desc {
  margin-bottom: 16px; }

.table-icon-title-des .title-table-icon div.media-left {
  padding-right: 16px; }
  .table-icon-title-des .title-table-icon div.media-left img {
    width: 48px; }

.table-icon-title-des .title-table-icon div.media-body.glance-body .glance-title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 4px;
  margin-bottom: 8px; }

.table-icon-title-des .title-table-icon div.media-body.glance-body .glance-description {
  margin-bottom: 32px; }

.promotions {
  max-width: 627px; }
  .promotions :focus {
    outline: none; }
  .promotions .promotion-title {
    margin-bottom: 32px; }
  .promotions .promotion-carousel .item a {
    text-decoration: none !important; }
  .promotions .promotion-carousel .item .promotion-card {
    display: inline-flex;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    margin: 0 16px 2px 2px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 88px;
    width: 302px;
    border-radius: 5px;
    background-color: #ffffff; }
    .promotions .promotion-carousel .item .promotion-card .promotion-img {
      position: relative;
      height: 88px;
      width: 88px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      background-size: cover;
      background-position: center center; }
    .promotions .promotion-carousel .item .promotion-card .promotion-desc {
      padding: 16px 16px;
      width: 216px; }
      .promotions .promotion-carousel .item .promotion-card .promotion-desc p {
        font-size: 15px;
        font-weight: 500;
        text-align: left;
        color: #2e2e2e;
        overflow: hidden;
        line-height: 1.2;
        margin-bottom: 16px; }

.promotion-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2999;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 2px solid #fa2;
  background-color: #f3f3f3; }
  .promotion-sticky a {
    text-decoration: none; }
  .promotion-sticky .container {
    margin-top: 0;
    margin-bottom: 0;
    position: relative; }
  .promotion-sticky #btnPromoCancel {
    font-size: 20px;
    display: block;
    position: absolute;
    right: 24px;
    top: 25%; }
    .promotion-sticky #btnPromoCancel i {
      color: #909090; }
  .promotion-sticky img {
    width: 144px;
    height: 64px;
    float: left;
    margin-right: 16px; }
  .promotion-sticky .pro-content {
    display: table-cell;
    vertical-align: middle;
    padding-right: 32px; }
    .promotion-sticky .pro-content h3 {
      margin-bottom: 4px;
      color: #2e2e2e;
      font-size: 18px; }
    .promotion-sticky .pro-content p {
      padding: 0px;
      margin: 0px;
      color: #656565;
      font-weight: 400;
      font-size: 14px; }

@media (max-width: 767px) and (min-width: 320px) {
  .promotion-sticky #btnPromoCancel {
    top: 0px; }
  .promotion-sticky .icon.ico-cancel1 {
    font-size: 16px;
    top: 0px; }
  .promotion-sticky .pro-content h3 {
    font-size: 14px; }
  .promotion-sticky .pro-content p {
    font-size: 12px; } }

.slide-share .slide-share-indicators {
  top: 175px; }
  .slide-share .slide-share-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: none;
    margin: 0px 0 0 14px; }
  .slide-share .slide-share-indicators .active {
    background-color: #f33; }

.slide-share .slide-share-item-img {
  max-height: 208px;
  height: 208px; }
  .slide-share .slide-share-item-img .img-cover {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: relative; }

.slide-share .slide-share-item-desc {
  transition: height 0.4s ease;
  background-color: #f3f3f3;
  padding: 24px 16px; }
  .slide-share .slide-share-item-desc h2 {
    margin-bottom: 16px; }
  .slide-share .slide-share-item-desc p {
    line-height: 1.5; }

.slide-share .slide-share-arrows {
  top: 50px;
  margin: 30px;
  width: 0;
  align-items: initial; }

.slide-share .slide-share-arrow-icon {
  color: #fff;
  font-size: 25px; }

.slide-share .slide-share-arrow-icon:hover {
  color: #ee1818;
  font-size: 25px; }

@media (max-width: 767px) and (min-width: 320px) {
  .slide-share .slide-share-item-img .img-cover.left-center {
    background-position: left center; }
  .slide-share .slide-share-item-img .img-cover.right-center {
    background-position: right center; }
  .slide-share .slide-share-item-img .img-cover.center-center {
    background-position: center center; } }

.dbs-table table {
  width: 100%;
  border: none;
  border-collapse: collapse; }
  .dbs-table table thead tr th {
    border: none; }
  .dbs-table table tbody tr:first-child {
    border-top: 2px solid #f33;
    vertical-align: top;
    font-weight: 500;
    padding: 8px 16px;
    font-size: 16px; }
  .dbs-table table tbody tr th {
    border: 1px solid #e6e6e6 !important; }
    .dbs-table table tbody tr th[scope="row"] {
      border-left: none !important; }
  .dbs-table table tbody tr td {
    font-size: 16px;
    font-weight: normal;
    vertical-align: top;
    color: #2e2e2e;
    margin: 0;
    padding: 8px 16px 8px;
    border-top: none;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
    .dbs-table table tbody tr td:first-child {
      border-left: none; }
    .dbs-table table tbody tr td:last-child {
      border-right: none; }

@media (max-width: 992px) {
  .dbs-table {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; }
  .dbs-table::-webkit-scrollbar {
    display: none; } }

.one-stop-header {
  clear: both;
  border-bottom: 2px solid #ffaa22;
  margin: 16px 0;
  display: flex;
  position: relative; }
  .one-stop-header .one-stop-header-icon {
    padding-right: 16px;
    float: left; }
    .one-stop-header .one-stop-header-icon img {
      width: 32px; }
  .one-stop-header .one-stop-header-title {
    float: left;
    font-size: 24px;
    font-weight: 400;
    color: #2e2e2e;
    margin: 0;
    margin-bottom: 10px;
    width: 65%; }
  .one-stop-header .one-stop-header-view-all {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: none; }
    .one-stop-header .one-stop-header-view-all p a {
      color: #2e2e2e; }

.one-stop-product-list .one-stop-product-list-header .title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px; }

.one-stop-product-list .one-stop-product-items ul {
  padding: 0; }
  .one-stop-product-list .one-stop-product-items ul li {
    list-style-type: none; }
    .one-stop-product-list .one-stop-product-items ul li a {
      text-decoration: none; }
      .one-stop-product-list .one-stop-product-items ul li a .one-stop-product-item {
        border: 1px solid silver;
        padding: 16px;
        display: flex;
        margin-bottom: 16px;
        background-color: #ffffff;
        border-radius: 4px;
        color: #2e2e2e; }
        .one-stop-product-list .one-stop-product-items ul li a .one-stop-product-item .item-icon {
          width: 40px;
          height: 40px;
          flex-shrink: 0; }
          .one-stop-product-list .one-stop-product-items ul li a .one-stop-product-item .item-icon img {
            width: 40px;
            height: 40px; }
          .one-stop-product-list .one-stop-product-items ul li a .one-stop-product-item .item-icon span.icon {
            color: #2e2e2e;
            font-size: 30px;
            transform: translateY(-3px); }
        .one-stop-product-list .one-stop-product-items ul li a .one-stop-product-item .iteam-header .item-title {
          font-size: 16px;
          font-weight: 500; }
        .one-stop-product-list .one-stop-product-items ul li a .one-stop-product-item .iteam-header .item-description {
          font-size: 14px; }
        .one-stop-product-list .one-stop-product-items ul li a .one-stop-product-item:hover {
          background-color: #656565;
          border: 1px solid #656565;
          color: #F0F0F0; }
          .one-stop-product-list .one-stop-product-items ul li a .one-stop-product-item:hover .item-icon span.icon {
            color: #F0F0F0; }
    .one-stop-product-list .one-stop-product-items ul li.col-md-6 {
      padding-left: 0px;
      padding-right: 0px; }
      .one-stop-product-list .one-stop-product-items ul li.col-md-6:nth-of-type(odd) {
        padding-left: 0px;
        padding-right: 15px; }
      .one-stop-product-list .one-stop-product-items ul li.col-md-6:nth-of-type(even) {
        padding-right: 0px;
        padding-left: 15px; }
      .one-stop-product-list .one-stop-product-items ul li.col-md-6 .iteam-header .item-title {
        /* by including the below 4 attribute, we are not able to have description for this component.
                    this is for the component with 2 col.*/
        position: absolute;
        transform: translateY(-50%);
        top: 40%;
        padding-right: 32px; }

@media (max-width: 767px) {
  .one-stop-product-list .one-stop-product-items li.col-md-6 {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

.articletemplatepage {
  background-color: white;
  /*.breadcrumb > li + li::before {
       content: ">" !important;    
    }*/ }
  .articletemplatepage body.signed-in .dropup, .articletemplatepage .dropdown {
    z-index: 1; }
  .articletemplatepage .active {
    color: #909090; }
  .articletemplatepage .breadcrumb > li + li::before {
    content: none !important; }
  .articletemplatepage .breadcrumb > li:after {
    content: "\e016" !important;
    font-family: "dbsicons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    padding: 0 8px 0 4px; }
  .articletemplatepage .breadcrumb > li:last-of-type:after {
    content: none !important; }
  .articletemplatepage .breadcrumb li a {
    color: #909090 !important; }
  .articletemplatepage #main-content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }
  .articletemplatepage .portlet {
    margin: 0 !important; }
  .articletemplatepage .portlet-content {
    padding: 0 !important; }
  .articletemplatepage #wrapper {
    padding: 0 !important; }
  .articletemplatepage #layout-column_column-2 {
    background-color: #FFFFFF;
    padding-left: 15px; }
  .articletemplatepage #layout-column_column-3 {
    transition: margin 0.3s linear;
    width: 319px; }
  .articletemplatepage .breadcrumb {
    font-weight: 500;
    margin-bottom: 0px;
    padding-left: 15px;
    font-size: 14px; }
  @media (max-width: 767px) {
    .articletemplatepage .portlet-layout.row, .articletemplatepage .form-horizontal > .form-group {
      margin-left: 0px;
      margin-right: 0px; }
    .articletemplatepage #layout-column_column-3 {
      margin-top: 24px;
      position: relative !important;
      top: 0px !important;
      margin-left: -15px; }
    .articletemplatepage #layout-column_column-2 {
      padding-left: 0px;
      margin-right: -15px;
      margin-left: -15px; }
    .articletemplatepage .breadcrumb {
      padding-left: 0px;
      margin-left: -15px; } }
  .articletemplatepage div#column-2 p > a, .articletemplatepage p > * a {
    color: #f33;
    font-weight: 500; }
  .articletemplatepage div#column-2 p > a:hover, .articletemplatepage p > * a:hover {
    color: #ee1818; }
  .articletemplatepage div#column-2 ul li > a, .articletemplatepage ul li > * a {
    color: #f33;
    font-weight: 500; }
  .articletemplatepage div#column-2 ul li > a:hover, .articletemplatepage ul li > * a:hover {
    color: #ee1818; }
  .articletemplatepage div#column-2 ol li > a, .articletemplatepage ol li > * a {
    color: #f33;
    font-weight: 500; }
  .articletemplatepage div#column-2 ol li > a:hover, .articletemplatepage ol li > * a:hover {
    color: #ee1818; }
  .articletemplatepage div#column-2 table tr td > a, .articletemplatepage tr td > * a {
    color: #f33;
    font-weight: 500; }
  .articletemplatepage div#column-2 table tr td > a:hover, .articletemplatepage tr td > * a:hover {
    color: #ee1818; }
  .articletemplatepage .portlet-forms form .dropdown-item,
  .articletemplatepage .portlet-forms form .dropdown-menu > li > a,
  .articletemplatepage .portlet-forms form .dropdown-menu .link-list > li > a {
    color: black !important; }

.producttemplatepage {
  background-color: white; }
  .producttemplatepage .active {
    color: #909090; }
  .producttemplatepage #main-content {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px; }
  .producttemplatepage .portlet {
    margin: 0px !important; }
  .producttemplatepage #column-1 {
    padding-left: 0px;
    padding-right: 0px; }
  .producttemplatepage #layout-column_column-2 {
    transition: all 0.1s linear; }
  .producttemplatepage .portlet-content {
    padding: 0 !important; }
  .producttemplatepage #wrapper {
    padding: 0 !important; }
  .producttemplatepage .columns-1-2 {
    max-width: initial !important;
    overflow-x: hidden; }
  .producttemplatepage .portlet-layout.row:nth-of-type(1) {
    margin-left: 0px;
    margin-right: 0px; }
  .producttemplatepage .portlet-layout.row:nth-of-type(2) {
    max-width: 992px;
    margin-left: auto;
    margin-right: auto; }
  .producttemplatepage .breadcrumb {
    background-color: transparent;
    margin-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px; }
  .producttemplatepage .breadcrumb > li + li::before {
    content: none !important; }
  .producttemplatepage .breadcrumb > li:after {
    content: "\e016" !important;
    font-family: "dbsicons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    padding: 0 8px 0 4px; }
  .producttemplatepage .breadcrumb > li:last-of-type:after {
    content: none !important; }
  .producttemplatepage .breadcrumb li a {
    color: #909090;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5; }
  .producttemplatepage .breadcrumb li {
    font-weight: 500;
    font-size: 14px; }
  .producttemplatepage #layout-column_column-2 {
    max-width: 300px; }
  .producttemplatepage .ddm-form-builder-app .lfr-ddm-form-page > .row {
    margin-left: -15px !important;
    margin-right: -15px !important; }
  @media (max-width: 767px) {
    .producttemplatepage #layout-column_column-2 {
      max-width: inherit; }
    .producttemplatepage .related-events .market.group-header {
      padding: 0; } }
  .producttemplatepage .dropdown.lfr-icon-menu {
    z-index: 2 !important; }
  .producttemplatepage .portlet-topper {
    z-index: 2; }
  .producttemplatepage div#column-3 p > a, .producttemplatepage p > * a {
    color: #f33;
    font-weight: 500; }
  .producttemplatepage div#column-3 p > a:hover, .producttemplatepage p > * a:hover {
    color: #ee1818; }
  .producttemplatepage div#column-3 ul li > a, .producttemplatepage ul li > * a {
    color: #f33;
    font-weight: 500; }
  .producttemplatepage div#column-3 ul li > a:hover, .producttemplatepage ul li > * a:hover {
    color: #ee1818; }
  .producttemplatepage div#column-3 ol li > a, .producttemplatepage ol li > * a {
    color: #f33;
    font-weight: 500; }
  .producttemplatepage div#column-3 ol li > a:hover, .producttemplatepage ol li > * a:hover {
    color: #ee1818; }
  .producttemplatepage div#column-3 table tr td > a, .producttemplatepage tr td > * a {
    color: #f33;
    font-weight: 500; }
  .producttemplatepage div#column-3 table tr td > a:hover, .producttemplatepage tr td > * a:hover {
    color: #ee1818; }

.signed-in .productdetailstemplatepage .breadcrumb {
  margin-bottom: 30px; }

.productdetailstemplatepage {
  background-color: white;
  /*.breadcrumb > li + li::before {
       content: ">" !important;    
    }*/ }
  .productdetailstemplatepage .active {
    color: #909090; }
  .productdetailstemplatepage #main-content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }
  .productdetailstemplatepage .portlet {
    margin: 0 !important; }
  .productdetailstemplatepage .portlet-content {
    padding: 0 !important; }
  .productdetailstemplatepage #wrapper {
    padding: 0 !important; }
  .productdetailstemplatepage .columns-1-2 {
    max-width: initial !important;
    overflow-x: hidden; }
  .productdetailstemplatepage #layout-column_column-1 {
    transition: all 0.3s linear; }
  .productdetailstemplatepage .portlet-layout.row:nth-of-type(2) {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }
  .productdetailstemplatepage .breadcrumb {
    background-color: transparent;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-bottom: 0px; }
  .productdetailstemplatepage .current-header {
    font-weight: 500; }
  .productdetailstemplatepage .active {
    color: #909090; }
  .productdetailstemplatepage .nav-text {
    padding: 12px 36px 12px 18px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .productdetailstemplatepage .breadcrumb > li + li::before {
    color: #909090; }
  .productdetailstemplatepage .dropdown.lfr-icon-menu {
    z-index: 2 !important; }
  .productdetailstemplatepage .portlet-topper {
    z-index: 2; }
  .productdetailstemplatepage .row, .productdetailstemplatepage .form-horizontal > .form-group {
    margin-left: 0px;
    margin-right: 0px; }
  @media (max-width: 767px) {
    .productdetailstemplatepage .title h1 {
      margin-bottom: 0px; } }
  .productdetailstemplatepage #column-1 {
    margin-top: 30px !important;
    padding-left: 0px;
    padding-right: 0px; }
  .productdetailstemplatepage #column-2 {
    padding-left: 0px;
    padding-right: 0px; }
  .productdetailstemplatepage div#column-2 p > a, .productdetailstemplatepage p > * a {
    color: #f33;
    font-weight: 500; }
  .productdetailstemplatepage div#column-2 p > a:hover, .productdetailstemplatepage p > * a:hover {
    color: #ee1818; }
  .productdetailstemplatepage div#column-2 ul li > a, .productdetailstemplatepage ul li > * a {
    color: #f33;
    font-weight: 500; }
  .productdetailstemplatepage div#column-2 ul li > a:hover, .productdetailstemplatepage ul li > * a:hover {
    color: #ee1818; }
  .productdetailstemplatepage div#column-2 ol li > a, .productdetailstemplatepage ol li > * a {
    color: #f33;
    font-weight: 500; }
  .productdetailstemplatepage div#column-2 ol li > a:hover, .productdetailstemplatepage ol li > * a:hover {
    color: #ee1818; }
  .productdetailstemplatepage div#column-2 table tr td > a, .productdetailstemplatepage tr td > * a {
    color: #f33;
    font-weight: 500; }
  .productdetailstemplatepage div#column-2 table tr td > a:hover, .productdetailstemplatepage tr td > * a:hover {
    color: #ee1818; }

@media screen and (min-width: 768px) {
  .productdetailstemplatepage #column-1 {
    margin-top: 0px !important; }
  .productdetailstemplatepage #layout-column_column-1, .one-stop-pagetemplate #layout-column_column-1 {
    top: inherit; }
  .productdetailstemplatepage #layout-column_column-1, .one-stop-pagetemplate #layout-column_column-1 {
    transition: all 0.1s linear;
    width: 300px; }
    .productdetailstemplatepage #layout-column_column-1 .breadcrumb, .one-stop-pagetemplate #layout-column_column-1 .breadcrumb {
      max-width: 300px; } }

.productlistingtemplate #wrapper {
  padding: 0 !important; }

.productlistingtemplate #main-content {
  max-width: inherit !important; }

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

.productlistingtemplate .portlet {
  /*fix for weav 912 if any problems please check if it breaks before removing.*/
  margin: 0 !important; }

.productlistingtemplate #layout-column_column-1 {
  margin-left: -39px;
  margin-right: -39px; }

.productlistingtemplate .dropdown.lfr-icon-menu {
  z-index: 2 !important; }

.productlistingtemplate .portlet-topper {
  z-index: 2; }

@media screen and (max-width: 768px) {
  .product-listing-portlet .product-listing-display .accordion-header {
    min-height: 64px;
    line-height: 64px;
    background: #f3f3f3;
    font-size: 16px;
    font-weight: 500;
    color: #2e2e2e;
    cursor: pointer; } }

.smecardtemplate .ddm-form-builder-app {
  display: none; }

.smecardtemplate .form-selected-products .form-selected-course {
  position: relative; }

.smecardtemplate .form-selected-products .remove-course {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 22px;
  font-weight: 400;
  color: #909090;
  cursor: pointer; }

.smecardtemplate .form-selected-products .form-selected-course .title {
  margin-bottom: 8px; }

.smecardtemplate .form-selected-products .form-selected-course .date {
  font-size: 14px;
  color: #909090; }

.one-stop-pagetemplate #main-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px; }

.one-stop-pagetemplate #column-1 h2.portlet-title-text {
  white-space: normal; }

.one-stop-pagetemplate #column-1 #layout-column_column-1 {
  max-width: 303px; }

.one-stop-pagetemplate .portlet-content {
  padding: 0 !important; }

.one-stop-pagetemplate #column-2 {
  padding-left: 0px;
  padding-right: 0px; }

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

.one-stop-pagetemplate .breadcrumb > li + li::before {
  content: none !important; }

.one-stop-pagetemplate .breadcrumb > li:after {
  content: "\e016" !important;
  font-family: "dbsicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  padding: 0 8px 0 4px; }

.one-stop-pagetemplate .breadcrumb > li:last-of-type:after {
  content: none !important; }

.one-stop-pagetemplate .breadcrumb li a {
  color: #909090 !important; }

.one-stop-pagetemplate .breadcrumb > li + li::before {
  color: #909090; }

/* Other Benefits Section */
.other-benefits .other-benefits-header {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px; }

.other-benefits ul {
  padding: 0; }
  .other-benefits ul li {
    list-style: none; }
    .other-benefits ul li .other-benefit-item {
      height: 120px;
      margin-bottom: 20px;
      display: flex; }
      .other-benefits ul li .other-benefit-item .item-image {
        float: left;
        width: 240px;
        height: 120px;
        padding: 0; }
      .other-benefits ul li .other-benefit-item .item-content {
        position: relative;
        top: 40px;
        left: 20px; }
        .other-benefits ul li .other-benefit-item .item-content .title {
          font-size: 14px;
          font-weight: 500;
          color: #f33; }
        .other-benefits ul li .other-benefit-item .item-content .description {
          font-size: 14px;
          font-weight: 500; }

/* Handy Tools Section */
.handy-tools {
  margin-bottom: 20px; }
  .handy-tools .header {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px; }
  .handy-tools .icon-title-des-title {
    font-size: 16px;
    font-weight: 500; }

/* Apply Universal Section */
.apply-universal .header {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px; }

.apply-universal button {
  min-width: 135px; }

/*end of article */
.end-of-article-img {
  /*width:70px; 
height:110.2px !important;*/
  max-width: 48px !important;
  max-height: 48px !important;
  float: left;
  margin-top: 23px;
  margin-left: 5px;
  margin-right: 5px; }

.border-box {
  border: 1px solid #909090;
  width: 100%;
  display: table;
  margin-bottom: 15px; }
  .border-box .border-box-body .border-box {
    border: 1px solid #ececec; }
  .border-box .border-box-body .border-box-body {
    width: auto; }

.border-box:after {
  display: block;
  clear: both;
  content: ""; }

.border-box-body {
  margin-left: 5px;
  float: left; }

.border-box-body p {
  margin-bottom: 1px;
  font-size: 14px;
  margin-top: 2px; }

@media (max-width: 767px) {
  border-box-body {
    margin-left: 0px; } }

/* Anchor Bootstrap Button */
a.btn.btn-primary {
  color: #fff !important;
  background-color: #f33;
  border: 1px solid #ee1818; }
  a.btn.btn-primary:focus {
    background-color: #ee1818 !important; }
  a.btn.btn-primary:hover {
    background-color: #ee1818 !important; }

@media (max-width: 767px) {
  .end-of-article-img {
    display: none; } }

/* client-testiomonial */
.client-testimonial .layout {
  display: flex;
  margin-bottom: 20px; }

.client-testimonial .layout:nth-child(n+3) {
  margin-top: 15px; }

.client-testimonial .img-testimonial .img-left {
  padding: 0px;
  width: auto;
  max-width: none; }
  .client-testimonial .img-testimonial .img-left img {
    width: 80px;
    height: 100px; }

.client-testimonial .img-testimonial .testimonial {
  padding-right: 0px;
  height: inherit; }

.client-testimonial .vid-testimonial .vid-left {
  padding: 0px;
  max-width: none; }

.client-testimonial .vid-testimonial .testimonial {
  padding-right: 0px;
  height: inherit; }

.client-testimonial .content-title {
  font-size: 24px;
  font-weight: 500px;
  margin: 32px 0 32px 0; }

.client-testimonial .clearfix::after {
  content: "";
  clear: both;
  display: table; }

.client-testimonial .name, .client-testimonial .title {
  margin-bottom: 0px;
  font-weight: bold; }

@media (max-width: 800px) {
  .client-testimonial .vid-testimonial {
    height: auto; }
    .client-testimonial .vid-testimonial.layout {
      display: block; }
    .client-testimonial .vid-testimonial .vid-left {
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
  .client-testimonial .testimonial {
    max-width: 100%; }
    .client-testimonial .testimonial .name {
      position: relative; } }

/*additonal component 1 */
.add-com-1 .add-com-1-layout {
  margin-bottom: 20px; }
  .add-com-1 .add-com-1-layout:last-of-type {
    margin-bottom: 0px; }
  .add-com-1 .add-com-1-layout .user-free-content {
    padding-left: 20px;
    display: table-cell;
    vertical-align: top; }
    .add-com-1 .add-com-1-layout .user-free-content p {
      margin-bottom: 0px; }
    .add-com-1 .add-com-1-layout .user-free-content ul, .add-com-1 .add-com-1-layout .user-free-content ol {
      margin-bottom: 0px;
      padding-left: 20px; }
  .add-com-1 .add-com-1-layout .img-div {
    float: left;
    padding-right: 0px;
    width: auto;
    vertical-align: top; }

.add-com-1 .description-after-table p {
  margin-bottom: 0px; }

.lp-promotion {
  padding-left: 24px;
  padding-right: 24px;
  max-width: 992px;
  margin: 0 auto;
  overflow: auto; }
  .lp-promotion .group-header {
    margin-top: 32px; }
  .lp-promotion h4 {
    font-weight: 700;
    font-size: 15px;
    padding-top: 10px; }
  .lp-promotion h2 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 32px;
    font-size: 3.2rem;
    color: #2e2e2e; }
  .lp-promotion p {
    font-size: 14px;
    font-size: 1.4rem;
    color: #909090; }
  .lp-promotion ul.lp-promotion-layout {
    padding: 0;
    margin: 0; }
    .lp-promotion ul.lp-promotion-layout .lp-promotion-layout-box {
      padding: 0;
      padding-right: 18px;
      margin: 0;
      float: left;
      list-style: none; }
      .lp-promotion ul.lp-promotion-layout .lp-promotion-layout-box .layout-container {
        height: 140px;
        max-width: 100%;
        overflow: hidden;
        border: 2px solid #ececec; }
      .lp-promotion ul.lp-promotion-layout .lp-promotion-layout-box .layout-container img.side-image {
        float: left;
        width: 140px;
        height: 140px;
        padding: 0; }
      .lp-promotion ul.lp-promotion-layout .lp-promotion-layout-box .content {
        width: 100%;
        height: 100%;
        padding-left: 156px;
        padding-right: 8px; }
        .lp-promotion ul.lp-promotion-layout .lp-promotion-layout-box .content .promotion-title {
          margin-bottom: 0;
          font-size: 32px;
          font-weight: 700;
          padding-top: 16px;
          padding-right: 16px;
          color: black;
          line-height: 1.2; }
        .lp-promotion ul.lp-promotion-layout .lp-promotion-layout-box .content h1 {
          /* h1 to be removed*/
          margin-bottom: 0;
          font-size: 32px;
          font-weight: 700;
          padding-top: 16px;
          padding-right: 16px;
          color: black;
          line-height: 1.2; }
        .lp-promotion ul.lp-promotion-layout .lp-promotion-layout-box .content h3 {
          margin-bottom: 0;
          font-size: 16px;
          font-weight: 700;
          padding-top: 16px;
          padding-right: 16px;
          color: black; }
        .lp-promotion ul.lp-promotion-layout .lp-promotion-layout-box .content p {
          line-height: 1.5;
          font-size: 18px;
          font-weight: 400; }
        .lp-promotion ul.lp-promotion-layout .lp-promotion-layout-box .content .person-info {
          bottom: 20px;
          position: absolute;
          margin-bottom: 5px; }
          .lp-promotion ul.lp-promotion-layout .lp-promotion-layout-box .content .person-info p.name {
            color: black;
            font-weight: 700; }
          .lp-promotion ul.lp-promotion-layout .lp-promotion-layout-box .content .person-info p.name, .lp-promotion ul.lp-promotion-layout .lp-promotion-layout-box .content .person-info p.title {
            font-size: 14px;
            margin-bottom: 0px; }
        .lp-promotion ul.lp-promotion-layout .lp-promotion-layout-box .content a {
          position: absolute;
          bottom: 0px; }
        .lp-promotion ul.lp-promotion-layout .lp-promotion-layout-box .content .red {
          color: red; }
    .lp-promotion ul.lp-promotion-layout li:nth-child(2n+2) {
      padding-right: 0; }

@media (max-width: 767px) {
  .lp-promotion ul.lp-promotion-layout .lp-promotion-layout-box .layout-container {
    height: auto; }
  .lp-promotion ul.lp-promotion-layout .lp-promotion-layout-box .content .person-info {
    position: unset;
    margin: 10px 0; }
  .lp-promotion ul.lp-promotion-layout .lp-promotion-layout-box .content a {
    position: unset; } }

@media (max-width: 575px) {
  .lp-promotion ul.lp-promotion-layout {
    padding: 0;
    margin: 0; }
  .lp-promotion ul.lp-promotion-layout .lp-promotion-layout-box {
    padding-right: 0; }
  .lp-promotion ul.lp-promotion-layout .lp-promotion-layout-box .content .promotion-title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    padding-top: 16px;
    padding-right: 16px;
    color: black; }
  .lp-promotion ul.lp-promotion-layout .lp-promotion-layout-box .content h1 {
    /* to be removed*/
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    padding-top: 16px;
    padding-right: 16px;
    color: black; }
  .lp-promotion ul.lp-promotion-layout .lp-promotion-layout-box .content p {
    font-size: 16px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .lp-promotion ul.lp-promotion-layout {
    padding: 0;
    margin: 0; }
  .lp-promotion ul.lp-promotion-layout .lp-promotion-layout-box {
    padding-right: 0; } }

.portlet-forms form .dropdown-item,
.portlet-forms form .dropdown-menu > li > a,
.portlet-forms form .dropdown-menu .link-list > li > a {
  color: black !important; }

.portlet-forms .lfr-ddm-form-container .row .col-md-1 .lfr-ddm-form-field-container {
  height: 0px !important; }

.signed-in .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #fff !important; }
  .signed-in .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle :hover {
    color: #212529 !important; }

.portlet-forms .multi-step-indicator .multi-step-indicator-label {
  font-size: 1rem;
  left: 50%;
  max-width: 100px;
  position: absolute;
  transform: translateX(-50%);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: unset; }

.portlet-forms .has-error input,
.portlet-forms .has-error .select-field-trigger,
.portlet-forms .has-error textarea {
  border: 2px solid #FF3333 !important; }

.portlet-forms .form-text {
  font-size: 16px !important;
  color: #999 !important; }

.portlet-forms .ddm-form-basic-info {
  display: none; }
  .portlet-forms .ddm-form-basic-info.ddm-form-success-page {
    display: block; }

.portlet-forms form {
  /* Dropdown */
  /* Radio / Check */
  /* Check Box */
  /* Text Area */
  /* Steper CSS Override*/ }
  .portlet-forms form .ddm-form-basic-info .container-fluid-1280 {
    padding-left: 50px;
    padding-right: 50px; }
  .portlet-forms form h1.ddm-form-name {
    font-size: 36px !important;
    color: black !important;
    font-weight: 700 !important;
    letter-spacing: 0px !important; }
  .portlet-forms form h5.ddm-form-description {
    padding: 24px 0 0 0 !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    color: #2e2e2e !important; }
  .portlet-forms form h3.lfr-ddm-form-page-title {
    font-size: 28px;
    color: black;
    font-weight: 600;
    letter-spacing: 0px;
    padding-left: 0px;
    padding-bottom: 30px;
    margin-bottom: 0px !important;
    margin-left: 0; }
  .portlet-forms form h4.lfr-ddm-form-page-title {
    padding: 0px !important; }
  .portlet-forms form .container-fluid-1280 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px; }
  .portlet-forms form .row [class^="col-md"] + [class^="col-md"] .liferay-ddm-form-field-text label::before {
    content: "none";
    visibility: hidden;
    margin-left: -33px; }
  .portlet-forms form .form-builder-select-field .drop-chosen {
    z-index: 99; }
  .portlet-forms form .form-builder-select-field .dropdown-menu {
    max-width: inherit; }
  .portlet-forms form label,
  .portlet-forms form .lfr-ddm-legend,
  .portlet-forms form .custom-control-label-text {
    font-size: 20px;
    font-weight: 400;
    color: #2e2e2e;
    line-height: 21px;
    margin-bottom: 17px; }
  .portlet-forms form input.form-control,
  .portlet-forms form input.field.form-control {
    width: 100%;
    height: 60px;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 8px;
    -webkit-appearance: none;
    box-shadow: none;
    letter-spacing: 0px;
    color: #2e2e2e !important;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: silver;
    border-image: initial;
    outline: none;
    background: white;
    padding: 19px 24px;
    margin-left: 0px; }
  .portlet-forms form button[type="submit"].lfr-ddm-form-submit,
  .portlet-forms form .custom-form-button {
    user-select: none;
    font-weight: 500;
    min-width: 144px;
    height: 40px;
    color: #fff !important;
    background-color: #f33;
    border: 1px solid #ee1818;
    margin-right: 30px; }
    .portlet-forms form button[type="submit"].lfr-ddm-form-submit:hover,
    .portlet-forms form .custom-form-button:hover {
      background-color: #ee1818; }
  .portlet-forms form button[type="button"].lfr-ddm-form-pagination-next {
    user-select: none;
    font-weight: 500;
    min-width: 144px;
    height: 40px;
    color: #fff;
    background-color: #f33;
    border: 1px solid #ee1818;
    margin-right: 30px; }
    .portlet-forms form button[type="button"].lfr-ddm-form-pagination-next:hover {
      background-color: #ee1818; }
  .portlet-forms form button[type="button"].lfr-ddm-form-pagination-prev {
    user-select: none;
    font-weight: 500;
    min-width: 144px;
    height: 40px;
    color: #fff;
    background-color: #f33;
    border: 1px solid #ee1818;
    margin-right: 30px; }
    .portlet-forms form button[type="button"].lfr-ddm-form-pagination-prev:hover {
      background-color: #ee1818; }
  .portlet-forms form .lfr-ddm-form-pagination-controls .icon-angle-right {
    display: none; }
  .portlet-forms form .lfr-ddm-form-pagination-controls .icon-angle-right {
    display: none; }
  .portlet-forms form .custom-control-label-text {
    font-size: 18px; }
  .portlet-forms form .form-control.select-field-trigger {
    width: 100%;
    height: 60px;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 8px;
    -webkit-appearance: none;
    box-shadow: none;
    letter-spacing: 0px;
    color: #2e2e2e !important;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: silver;
    border-image: initial;
    outline: none;
    background: white;
    padding: 19px 24px; }
    .portlet-forms form .form-control.select-field-trigger .option-selected {
      position: absolute;
      top: 0px;
      transform: translateY(70%); }
  .portlet-forms form .dropdown-item,
  .portlet-forms form .dropdown-menu > li > a,
  .portlet-forms form .dropdown-menu .link-list > li > a {
    font-size: 14px !important; }
  .portlet-forms form .custom-control-label::before {
    background-color: #ffff;
    border: 1px solid silver; }
  .portlet-forms form .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ee1818;
    border-color: #ee1818; }
  .portlet-forms form .tick {
    z-index: 98;
    left: 3px;
    top: 7px;
    position: absolute; }
  .portlet-forms form .custom-checkbox .custom-control-label::before {
    height: 20px;
    width: 20px; }
  .portlet-forms form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fff; }
  .portlet-forms form textarea.form-control,
  .portlet-forms form textarea.field.form-control {
    height: 80px;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: silver;
    background: white;
    color: #2e2e2e !important;
    margin-top: 0px;
    margin-bottom: 0px; }
    .portlet-forms form textarea.form-control:focus,
    .portlet-forms form textarea.field.form-control:focus {
      box-shadow: none; }
  .portlet-forms form .multi-step-item.active .multi-step-icon {
    background-color: #f33; }
  .portlet-forms form body .ddm-user-view-content .multi-step-item.active .multi-step-divider {
    background-color: #f33; }
  .portlet-forms form .multi-step-divider {
    background-color: #f33 !important; }
  .portlet-forms form button {
    float: left !important; }
  .portlet-forms form .summary-content.page-title:nth-of-type(1) {
    padding-top: 0px !important; }
  .portlet-forms form .summary-content.page-title.pagetitlediv:nth-child(2) {
    padding-top: 40px !important; }
  .portlet-forms form .summary-content.page-title.pagetitlediv {
    padding-top: 88px !important; }
  .portlet-forms form .page-title {
    font-size: 20px !important; }

#pop-up-Sign .has-error input,
#pop-up-Sign .has-error .select-field-trigger,
#pop-up-Sign .has-error textarea {
  border: 0 0 2px 0; }

#pop-up-Sign .form-text {
  font-size: 16px !important;
  color: #999 !important; }

#pop-up-Sign .required-warning {
  display: none; }

#pop-up-Sign .lexicon-icon-asterisk {
  display: none; }

#pop-up-Sign .pop-up-description {
  padding-bottom: 32px;
  padding-top: 20px; }

.lfr-ddm-form-container .lfr-ddm-form-page-title + .row {
  margin-top: 0px !important; }

.lfr-ddm-form-container .lfr-ddm-form-page {
  padding: 100px 0 0 0 !important; }

.custom-lock-icon,
.custom-popup-icon {
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000; }

.darkTheme .custom-form-pop-up-content {
  background-color: #121212;
  color: white; }

.darkTheme .form-control {
  background: #464646;
  color: white; }

.darkTheme input[type="text"][placeholder] {
  color: white; }

.darkTheme .custom-lock-icon,
.darkTheme .custom-popup-icon {
  -webkit-text-stroke-color: white !important; }

.darkTheme .custom-form-pop-up-content .otp-pop-body {
  border-bottom: 1px solid #fff; }

.darkTheme .btn-custom-upload {
  color: #000 !important; }

.custom-form-pop-up-content {
  border: 0;
  max-width: 700px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px; }
  .custom-form-pop-up-content .required-warning {
    display: none; }
  .custom-form-pop-up-content .custom-form-button {
    user-select: none;
    font-weight: 500;
    min-width: 144px;
    height: 40px;
    color: #fff;
    background-color: #f33;
    border: 1px solid #ee1818;
    margin-right: 30px; }
    .custom-form-pop-up-content .custom-form-button:hover {
      background-color: #ee1818; }
  .custom-form-pop-up-content input[type="text"][placeholder] {
    font-size: 16px; }
  .custom-form-pop-up-content .form-feedback-item {
    font-size: 14px; }
  .custom-form-pop-up-content .lfr-ddm-form-container .lfr-ddm-form-page {
    padding: 0; }
  .custom-form-pop-up-content .lfr-ddm-form-container .lfr-ddm-form-pagination-controls {
    padding: 0;
    margin-left: 30px; }
  .custom-form-pop-up-content .lfr-ddm-form-page-description,
  .custom-form-pop-up-content .lfr-ddm-form-page-title {
    display: none; }
  .custom-form-pop-up-content .modal-body-form {
    margin-right: 20px; }
  .custom-form-pop-up-content .liferay-ddm-form-field-text label {
    display: none; }
  .custom-form-pop-up-content .liferay-ddm-form-field-text .form-control {
    border-width: 0 0 1px 0;
    border-radius: 0; }
  .custom-form-pop-up-content .otp-pop-body {
    padding-right: 20px; }
  .custom-form-pop-up-content .modal-header,
  .custom-form-pop-up-content .modal-footer {
    border: 0; }
  .custom-form-pop-up-content .modal-header {
    padding-top: 45px;
    height: auto; }
  .custom-form-pop-up-content .otp-pop-body {
    border-bottom: 1px solid #000; }
    .custom-form-pop-up-content .otp-pop-body .otp-span .form-group .form-control {
      transition: none;
      border: 0;
      background-clip: padding-box;
      font-size: 16px; }
      .custom-form-pop-up-content .otp-pop-body .otp-span .form-group .form-control:focus {
        box-shadow: none;
        overflow: hidden; }
  .custom-form-pop-up-content .otp-button-wrapper {
    padding-top: 20px; }
  .custom-form-pop-up-content .modal-header {
    font-size: 32px; }
    .custom-form-pop-up-content .modal-header .btn-toolbar {
      display: block;
      width: 5%; }
    .custom-form-pop-up-content .modal-header .custom-close-button {
      color: #000;
      background: #fff;
      border: none; }
  .custom-form-pop-up-content .btn-toolbar-content {
    width: 100%; }
    .custom-form-pop-up-content .btn-toolbar-content .custom-form-button {
      width: 100%; }
  .custom-form-pop-up-content .custom-form-button {
    color: #fff !important; }
  .custom-form-pop-up-content .btn-submit-otp {
    width: 100%; }
  .custom-form-pop-up-content .btn-resend-otp {
    width: 100%;
    background: #F2F2F2 !important;
    border: 1px solid #CECECE;
    color: #000 !important;
    font-weight: 600; }
    .custom-form-pop-up-content .btn-resend-otp :hover {
      width: 100%;
      background: #F2F2F2 !important;
      border: 1px solid #CECECE;
      color: #000 !important;
      font-weight: 600; }
  .custom-form-pop-up-content .otp-desc-wrapper {
    padding-bottom: 20px; }
  .custom-form-pop-up-content .timer-custom {
    background-color: #CECECE;
    margin-bottom: 5px; }
  .custom-form-pop-up-content .modal-body {
    overflow: visible;
    padding-right: 40px; }

.custom-form-modal {
  border: 0; }

.custom-form-button {
  color: #fff !important; }

.summary-content .icon-tick-summary {
  max-width: 3.33333%; }

.summary-content.page-title.pagetitlediv {
  font-size: 32px; }

.summary-content.summary-field-label {
  margin-bottom: 5px; }

.btn-retrieve-info {
  background: #F2F2F2 !important;
  border: 1px solid #CECECE !important;
  color: #000 !important;
  font-weight: 600 !important; }

.ddm-form-retrieve-info {
  padding-bottom: 30px;
  padding-left: 30px; }
  .ddm-form-retrieve-info .ddm-form-retrieve-desc {
    padding-bottom: 20px; }

.progressBarModal {
  z-index: 9999; }
  .progressBarModal .modal-dialog {
    max-width: 500px !important; }
  .progressBarModal .progress {
    height: 18px; }
  .progressBarModal .progressbartitle {
    padding-bottom: 10px; }
  .progressBarModal .modal-content {
    padding: 30px; }

.fieldDisabled {
  background: rgba(120, 132, 158, 0.09);
  color: silver !important; }

/* Added by Atith */
.portlet-forms {
  padding: 20px; }
  .portlet-forms .lfr-ddm-form-container .col-md-11 .form-group.liferay-ddm-form-field-paragraph {
    margin-left: -25px; }
    .portlet-forms .lfr-ddm-form-container .col-md-11 .form-group.liferay-ddm-form-field-paragraph div {
      margin-top: 14px;
      word-wrap: break-word; }
    .portlet-forms .lfr-ddm-form-container .col-md-11 .form-group.liferay-ddm-form-field-paragraph p,
    .portlet-forms .lfr-ddm-form-container .col-md-11 .form-group.liferay-ddm-form-field-paragraph div {
      font-size: 18px;
      color: #2e2e2e;
      font-weight: normal;
      letter-spacing: 0px;
      line-height: 24px; }
      .portlet-forms .lfr-ddm-form-container .col-md-11 .form-group.liferay-ddm-form-field-paragraph p a,
      .portlet-forms .lfr-ddm-form-container .col-md-11 .form-group.liferay-ddm-form-field-paragraph div a {
        color: #f33; }
  .portlet-forms .lfr-ddm-form-container .required-warning {
    display: none; }
  .portlet-forms .lfr-ddm-form-container .lexicon-icon-asterisk {
    display: inline-block; }
  .portlet-forms .lfr-ddm-form-container .liferay-ddm-form-field-paragraph h2 {
    font-size: 28px;
    color: black;
    font-weight: 600;
    letter-spacing: 0; }
  .portlet-forms .lfr-ddm-form-container .form-builder-select-field .select-option-item:first-child {
    display: none; }
  .portlet-forms .lfr-ddm-form-container .form-builder-select-field .select-option-item .dropdown-item:active {
    background: #1e90ff; }
  .portlet-forms .lfr-ddm-form-container .form-builder-select-field .select-option-item .dropdown-item.active {
    background: #1e90ff; }
  .portlet-forms .lfr-ddm-form-container .form-builder-select-field .select-option-item.unfixed {
    display: inherit; }
  .portlet-forms .lfr-ddm-form-container .row .col-md-2 .input-select-wrapper label,
  .portlet-forms .lfr-ddm-form-container .row .col-md-2 .liferay-ddm-form-field-text label {
    min-width: 300px; }
  .portlet-forms .lfr-ddm-form-container .row .col-md-10 .liferay-ddm-form-field-numeric,
  .portlet-forms .lfr-ddm-form-container .row .col-md-10 .liferay-ddm-form-field-text {
    margin-left: -30px; }
    .portlet-forms .lfr-ddm-form-container .row .col-md-10 .liferay-ddm-form-field-numeric input.form-control,
    .portlet-forms .lfr-ddm-form-container .row .col-md-10 .liferay-ddm-form-field-numeric input.field,
    .portlet-forms .lfr-ddm-form-container .row .col-md-10 .liferay-ddm-form-field-text input.form-control,
    .portlet-forms .lfr-ddm-form-container .row .col-md-10 .liferay-ddm-form-field-text input.field {
      border-left: none; }
    .portlet-forms .lfr-ddm-form-container .row .col-md-10 .liferay-ddm-form-field-numeric label,
    .portlet-forms .lfr-ddm-form-container .row .col-md-10 .liferay-ddm-form-field-text label {
      margin-left: 25px; }
  .portlet-forms .lfr-ddm-form-container .row .col-md-1 .lfr-ddm-form-field-container {
    height: 100%; }
    .portlet-forms .lfr-ddm-form-container .row .col-md-1 .lfr-ddm-form-field-container .liferay-ddm-form-field-checkbox-multiple {
      height: 100%; }
    .portlet-forms .lfr-ddm-form-container .row .col-md-1 .lfr-ddm-form-field-container .form-feedback-item.help-block {
      position: absolute;
      bottom: -13px; }
  .portlet-forms .lfr-ddm-form-container .row .col-md-1 .liferay-ddm-form-field-checkbox-multiple {
    padding-top: 5px; }
    .portlet-forms .lfr-ddm-form-container .row .col-md-1 .liferay-ddm-form-field-checkbox-multiple .tick {
      position: absolute;
      left: 3px;
      top: 17px;
      z-index: 1; }
    .portlet-forms .lfr-ddm-form-container .row .col-md-1 .liferay-ddm-form-field-checkbox-multiple .form-check-description::before {
      position: relative;
      top: 15px; }
    .portlet-forms .lfr-ddm-form-container .row .col-md-1 .liferay-ddm-form-field-checkbox-multiple .form-check-description .custom-control-label-text {
      display: none; }
    .portlet-forms .lfr-ddm-form-container .row .col-md-1 .liferay-ddm-form-field-checkbox-multiple label {
      display: none; }
    .portlet-forms .lfr-ddm-form-container .row .col-md-1 .liferay-ddm-form-field-checkbox-multiple .form-check label {
      display: inherit; }
      .portlet-forms .lfr-ddm-form-container .row .col-md-1 .liferay-ddm-form-field-checkbox-multiple .form-check label input {
        top: 15px;
        height: 20px;
        width: 20px; }
  .portlet-forms .lfr-ddm-form-container .row .col-md-1 .form-feedback-item.help-block {
    min-width: 300px; }
  .portlet-forms .lfr-ddm-form-container .liferay-ddm-form-field-date .input-group-addon {
    background: #fff;
    color: #f33;
    border-radius: 0;
    border-color: silver;
    border-width: 1px !important; }
  .portlet-forms .lfr-ddm-form-container .liferay-ddm-form-field-date .form-control {
    border-right: none;
    border-radius: 0;
    border-color: silver; }
    .portlet-forms .lfr-ddm-form-container .liferay-ddm-form-field-date .form-control:focus {
      box-shadow: none; }
  .portlet-forms .lfr-ddm-form-container .has-error .liferay-ddm-form-field-radio .custom-control-label {
    color: #2e2e2e; }
  .portlet-forms form .form-control.select-field-trigger:before {
    content: "\e00c";
    font-family: "dbsicons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    right: 15px;
    color: #f33;
    top: 10px;
    transform: translateY(70%); }
  .portlet-forms form .form-control.select-field-trigger .select-arrow-down-container {
    display: none; }
  .portlet-forms form .form-control.select-field-trigger .ico-arrowdown1 {
    display: none; }
  .portlet-forms form .form-control.select-field-trigger.active:before {
    transform: rotate(180deg);
    top: inherit; }

.portlet-forms-display {
  padding-top: 0px; }

@media (max-width: 991.98px) {
  .form-builder-select-field .dropdown-menu {
    max-height: inherit !important; }
  .form-control.select-field-trigger .option-selected {
    width: inherit;
    padding-right: 30px; } }

@media (max-width: 767px) {
  .portlet-forms .lfr-ddm-form-container .col-md-11 .form-group.liferay-ddm-form-field-paragraph {
    margin-left: 0; } }

@media (max-width: 576px) {
  body .ddm-user-view-content .form-group .custom-control-inline + .custom-control-inline {
    margin-left: 0px; } }

.feedback.content-component .feedback-question h4 {
  float: left;
  margin-right: 16px;
  color: #656565; }

@media (max-width: 575px) {
  .feedback.content-component .feedback-question h4 {
    float: inherit; } }

.ddm-form-builder-app .lfr-ddm-form-page > .row {
  margin-left: -15px !important;
  margin-right: -15px !important; }

.portlet-forms .lfr-ddm-form-page-description,
.form-entry .lfr-ddm-form-page-description {
  margin-left: 0px;
  padding-left: 0px; }

.portlet-forms form a.multi-step-icon {
  color: #fff !important;
  background: #E8E7E8 !important;
  border-radius: 50%;
  font-size: 24px;
  width: 50px;
  height: 50px;
  font-weight: 600; }

.multi-step-item.complete .multi-step-icon,
.portlet-forms form .multi-step-item.active .multi-step-icon {
  background-color: #292929 !important;
  color: #fff !important; }

.multi-step-item.complete .multi-step-icon[data-multi-step-icon]:before {
  content: attr(data-multi-step-icon); }

.portlet-forms form .multi-step-item .multi-step-divider {
  background-color: #E8E7E8 !important;
  position: relative;
  top: 25px; }

.portlet-forms form .multi-step-item.complete .multi-step-divider {
  background-color: #292929 !important; }

.multi-step-icon[data-multi-step-icon]:before {
  line-height: 24px !important; }

body.darkTheme .portlet-forms form a.multi-step-icon {
  background: #555555 !important; }

body.darkTheme .multi-step-item.complete .multi-step-icon,
body.darkTheme .portlet-forms form .multi-step-item.active .multi-step-icon {
  background-color: #CC0000 !important; }

body.darkTheme .portlet-forms form .multi-step-item .multi-step-divider {
  background-color: #555555 !important; }

body.darkTheme .portlet-forms form .multi-step-item.complete .multi-step-divider {
  background-color: #CC0000 !important; }

.portlet-forms .multi-step-indicator .multi-step-indicator-label {
  max-width: 200px !important;
  overflow: visible !important;
  left: 30px !important;
  white-space: nowrap !important; }

/* Clear form changes */
.portlet-forms-display .clearFormModal .modal-dialog.modal-dialog-centered {
  margin: 0 auto;
  max-width: 700px !important;
  position: relative; }

.portlet-forms-display .clearFormModal .modal-body {
  padding: 20px 0; }

.portlet-forms-display .modal .button-wrapper button.btn.btn-secondary {
  color: #000; }

.clearFormModal .modal-content {
  padding: 20px; }

.clearFormModal .modal-body {
  padding: 0; }

.clearFormModal .button-wrapper button {
  margin-right: 20px; }

/* Form lightbox */
.portlet-forms-display .modal .button-wrapper .btn {
  width: 144px;
  height: 40px; }

[data-fieldname*="tcLightbox"] {
  display: none; }

.portlet-forms-display .modal-dialog {
  position: relative; }

.portlet-forms .lfr-ddm-form-container .liferay-ddm-form-field-paragraph .modal h2 {
  font-size: 28px;
  margin: 0 40px;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 0; }

.portlet-forms .lfr-ddm-form-container .liferay-ddm-form-field-paragraph .modal .button-wrapper {
  margin: 0 40px;
  padding: 20px 0; }

.portlet-forms .lfr-ddm-form-container .liferay-ddm-form-field-paragraph .modal .button-wrapper button {
  margin-right: 20px; }

.portlet-forms-display .modal-body {
  max-height: 600px;
  padding: 20px 40px; }

.portlet-forms-display .modal.fade {
  display: none; }

.portlet-forms-display .modal {
  overflow: auto; }

.liferay-ddm-form-field-paragraph .modal p {
  color: #000; }

@media (min-width: 979px) {
  .progressBarModal .modal-dialog {
    max-width: 500px !important; }
  .portlet-forms-display .modal-dialog {
    max-width: 940px; } }

/* GW-124 */
.darkTheme button.btn.btn-secondary.clr-form-button {
  background: #cc0000 !important;
  color: #fff !important;
  border: none !important; }

.darkTheme div#clearFormModal {
  color: #333; }

#clearFormModal button.btn.btn-primary.clear-form-btn {
  border: none; }

.portlet-forms-display .modal.fade {
  display: none; }

/* Modal css start */
.progress-modal {
  display: none;
  padding: 0 !important;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  /* Modal Content */ }

.progress-modal .modal-content {
  position: relative;
  background-color: #000000;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.5s ease-in;
  /* Add Animation */
  /* Modal styles end */
  /* Success icon css starts */
  /* Success css end */
  /* Success css starts */ }

.progress-modal .modal-content .loader-container {
  position: relative;
  background: #fff;
  height: 20px;
  display: block;
  width: 90%;
  border-radius: 10px;
  transition: all 0.5s ease-in; }

.progress-modal .modal-content #animate-progress {
  position: absolute;
  right: -15px;
  bottom: 32px;
  background: grey;
  padding: 6px;
  border-radius: 6px;
  font-size: 12px !important;
  transition: all 0.5s ease;
  opacity: 0;
  color: white;
  transform: rotate(0deg);
  width: 35px;
  text-align: center;
  box-sizing: content-box; }

.progress-modal .modal-content #animate-progress::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 9px solid grey;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

@keyframes progressLabel {
  from {
    visibility: hidden; }
  to {
    visibility: visible; } }

.progress-modal .modal-content #animate-loader {
  position: relative;
  height: 100%;
  background: #cc0000;
  width: 0%;
  transition: all 0.2s ease 0s;
  border-radius: 15px;
  animation: mymove 5s infinite; }

.progress-modal .modal-content .loader-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #cc0000; }

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

.progress-modal .modal-content .animate-checkmark {
  display: none; }

.progress-modal .modal-content .animate-checkmark::after {
  animation-duration: 800ms;
  animation-timing-function: linear;
  /* animation-delay: 2s; */
  animation-name: animateCheckmark;
  transform: scaleX(-1) rotate(135deg); }

.progress-modal .modal-content .animate-checkmark::after {
  opacity: 1;
  height: 50px;
  width: 22px;
  transform-origin: left top;
  border-right: 8px solid #fff;
  border-top: 8px solid #fff;
  content: "";
  left: 24px;
  top: 55px;
  position: absolute; }

@keyframes animateCheckmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1; }
  20% {
    height: 0;
    width: 20px;
    opacity: 1; }
  40% {
    height: 50px;
    width: 22px;
    opacity: 1; }
  100% {
    height: 50px;
    width: 22px;
    opacity: 1; } }

@-webkit-keyframes animateCheckmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1; }
  20% {
    height: 0;
    width: 20px;
    opacity: 1; }
  40% {
    height: 50px;
    width: 22px;
    opacity: 1; }
  100% {
    height: 50px;
    width: 22px;
    opacity: 1; } }

.body-wrapper-margin {
  margin-top: 0px !important; }

.formtemplate #layout-column_column-1 {
  margin-top: 0; }

@media only screen and (max-width: 991px) {
  .formtemplate #layout-column_column-1 {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

.portlet-content {
  padding: 0; }

.ddm-user-view-content .liferay-ddm-form-renderer-wizard {
  padding: 0 !important; }

.portlet-forms .multi-step-indicator .multi-step-indicator-label {
  bottom: 54px !important;
  top: unset !important; }

.multi-step-item-expand {
  flex-grow: 1;
  width: 25%; }

.darkTheme .portlet-forms .lfr-ddm-form-container .liferay-ddm-form-field-date .input-group-addon {
  background: #000 !important; }

@media (max-width: 500px) {
  .multi-step-indicator-label-top {
    display: none !important; } }

.ddm-form-builder-app * {
  font-family: "OpenSans", sans-serif !important;
  color: #2e2e2e !important;
  font-size: 16px !important; }

svg.lexicon-icon.lexicon-icon-asterisk.reference-mark {
  display: none !important; }

.search-listing {
  padding: 10px; }
  .search-listing .nav {
    flex-direction: initial; }
  .search-listing .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px; }
  .search-listing .page-items {
    margin-bottom: 8px;
    color: #909090;
    font-weight: 600;
    font-size: 14px; }
  .search-listing .search-filter li {
    float: left;
    margin-left: -1px; }
    .search-listing .search-filter li:first-child a {
      border-right: none;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .search-listing .search-filter li:last-child a {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
    .search-listing .search-filter li a {
      color: #2e2e2e;
      font-size: 14px;
      font-weight: 600;
      max-height: 38px;
      text-decoration: none;
      padding: 10px 15px;
      display: block;
      position: relative;
      border: 1px solid silver; }
      .search-listing .search-filter li a:hover, .search-listing .search-filter li a.active, .search-listing .search-filter li a:focus {
        background-color: #ee1818;
        border-color: #f33;
        text-decoration: none;
        color: #fff;
        -webkit-transition: background-color 0.2s linear;
        -moz-transition: background-color 0.2s linear;
        -o-transition: background-color 0.2s linear;
        -ms-transition: background-color 0.2s linear;
        transition: background-color 0.2s linear; }
  .search-listing .search-list {
    margin-top: 25px; }
    .search-listing .search-list a {
      text-decoration: none;
      display: inline-block;
      color: #2e2e2e;
      font-weight: 600; }
      .search-listing .search-list a:hover {
        color: #ee1818; }
    .search-listing .search-list .add-com-1-layout {
      margin-top: 10px;
      margin-bottom: 20px; }
    .search-listing .search-list .add-com-1-layout:last-of-type {
      margin-bottom: 0px; }
    .search-listing .search-list .add-com-1-layout .user-free-content {
      padding-lefT: 20px; }
      .search-listing .search-list .add-com-1-layout .user-free-content .date-stamp a {
        color: #909090;
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 8px; }
    .search-listing .search-list .add-com-1-layout .user-free-content p {
      margin-bottom: 0px; }
    .search-listing .search-list .add-com-1-layout .img-div {
      display: table-cell;
      vertical-align: top;
      width: 65px;
      height: 59px; }
    .search-listing .search-list .add-com-1-layout .img-div img {
      width: 65px;
      height: 59px; }
    .search-listing .search-list .add-com-1-layout .user-free-content {
      display: table-cell;
      vertical-align: top; }
    .search-listing .search-list .add-com-1-layout .user-free-content ul, .search-listing .search-list .add-com-1-layout .user-free-content ol {
      margin-bottom: 0px;
      padding-left: 20px; }
  .search-listing .search-page-nation {
    margin-top: 25px; }
    .search-listing .search-page-nation a {
      text-decoration: none;
      display: inline-block;
      color: silver;
      border: none;
      font-weight: 600; }
      .search-listing .search-page-nation a:hover {
        color: #ee1818;
        background: none; }
      .search-listing .search-page-nation a.active {
        color: #ee1818;
        background: none;
        cursor: default; }
      .search-listing .search-page-nation a i {
        color: silver;
        font-size: 12px; }
        .search-listing .search-page-nation a i:hover {
          color: #ee1818; }
    .search-listing .search-page-nation .page-item:first-child .page-link {
      margin-top: -2px; }
    .search-listing .search-page-nation .page-item:last-child .page-link {
      margin-top: -2px; }
  .search-listing .alert-danger {
    background-color: #ffe8e8;
    border-color: #ce0000;
    color: #f01714;
    padding: 10px;
    border: 1px solid; }
    .search-listing .alert-danger p {
      margin: 0; }

/* The container */
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500; }

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid lightgray; }

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #34ebba;
  border: 1px solid #34ebba; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white; }

/* Feedback Portlet Hide */
#FeedbackPortlet {
  position: absolute;
  top: -500px; }

.btn-survey {
  width: 100%;
  text-align: center; }

#close-button {
  position: absolute; }

button.close {
  font-size: 36px;
  font-weight: normal; }

.sp-headerText {
  text-align: center;
  margin-top: 10px !important; }

.sp-body-text {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.sp-body-thank-you {
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center; }

.sp-body-thank-you-img {
  text-align: center; }

.sp-body-thank-you-desc {
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center; }

.sp-starIcon {
  height: 44px;
  display: block !important;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px; }
  .sp-starIcon svg {
    stroke-width: 20;
    stroke: #f39c12; }

.sp-options {
  margin-bottom: 10px; }

.sp-page-1 {
  left: 0px;
  bottom: 10px;
  position: absolute;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: gray;
  text-align: center; }

.sp-spacer {
  display: none;
  min-height: 123px;
  text-align: center;
  position: relative; }
  .sp-spacer .sp-page {
    bottom: -22px;
    position: absolute;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: gray; }

.sp-ratingText {
  text-align: center;
  line-height: 24px;
  height: 24px;
  color: gray;
  font-weight: 500; }

.sp-max-length {
  font-size: 12px;
  text-align: right; }

.sp-bottom-message {
  display: flex;
  justify-content: space-between; }

.sp-message-alert {
  color: #F33F33;
  font-size: 14px; }

.rating-value {
  font-size: 16px;
  text-align: center; }

.jq-ry-container {
  display: block !important; }

#myModal #feedback .modal-body {
  border-bottom: 1px solid lightgray; }

#myModal #feedback .modal-dialog {
  max-width: 450px; }

#myModal #feedback .modal-header {
  border-bottom: none; }

#myModal #feedback .modal-footer {
  border-top: none; }

#myModal textarea.form-control {
  height: 85px;
  max-height: 85px;
  min-height: 85px;
  overflow: auto; }

#myModal #feedback-tab-2, #myModal #feedback-tab-3 {
  display: none; }

#myModal .btn-next {
  width: 100%;
  text-align: center;
  display: none; }

.option-list {
  margin-left: 20px;
  margin-bottom: 20px; }

.dbs-checkbox-wrapper {
  border: 1px solid lightgray;
  padding: 5px;
  border-radius: 4px;
  padding-left: 40px !important; }

.dbs-checkbox-span {
  top: 5px !important;
  left: 8px !important; }

@media only screen and (max-width: 416px) {
  #myModal .sp-message {
    display: none; }
  #myModal .sp-spacer {
    display: block; } }

/* Feedback Portlet Hide */
#FeedbackPortlet {
  position: absolute;
  top: -500px; }

.btn-survey {
  width: 100%;
  text-align: center; }

#close-button {
  position: absolute; }

button.close {
  font-size: 36px;
  font-weight: normal; }

.sp-headerText {
  text-align: center;
  margin-top: 10px !important; }

.sp-body-text {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.sp-body-thank-you {
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center; }

.sp-body-thank-you-img {
  text-align: center; }

.sp-body-thank-you-desc {
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center; }

.sp-starIcon {
  height: 44px;
  display: block !important;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px; }
  .sp-starIcon svg {
    stroke-width: 20;
    stroke: #f39c12; }

.sp-options {
  margin-bottom: 10px; }

.sp-page-1 {
  left: 0px;
  bottom: 10px;
  position: absolute;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: gray;
  text-align: center; }

.sp-spacer {
  display: none;
  min-height: 123px;
  text-align: center;
  position: relative; }
  .sp-spacer .sp-page {
    bottom: -22px;
    position: absolute;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: gray; }

.sp-ratingText {
  text-align: center;
  line-height: 24px;
  height: 24px;
  color: gray;
  font-weight: 500; }

.sp-max-length {
  font-size: 12px;
  text-align: right; }

.sp-bottom-message {
  display: flex;
  justify-content: space-between; }

.sp-message-alert {
  color: #F33F33;
  font-size: 14px; }

.rating-value {
  font-size: 16px;
  text-align: center; }

.jq-ry-container {
  display: block !important; }

#myModal .modal-body {
  border-bottom: 1px solid lightgray; }

#myModal .modal-dialog {
  max-width: 450px; }

#myModal .modal-header {
  border-bottom: none; }

#myModal .modal-footer {
  border-top: none; }

#myModal textarea.form-control {
  height: 85px;
  max-height: 85px;
  min-height: 85px;
  overflow: auto; }

#myModal #feedback-tab-2, #myModal #feedback-tab-3 {
  display: none; }

#myModal .btn-next {
  width: 100%;
  text-align: center;
  display: none; }

.option-list {
  margin-left: 20px;
  margin-bottom: 20px; }

.dbs-checkbox-wrapper {
  border: 1px solid lightgray;
  padding: 5px;
  border-radius: 4px;
  padding-left: 40px !important; }

.dbs-checkbox-span {
  top: 5px !important;
  left: 8px !important; }

@media only screen and (max-width: 416px) {
  #myModal .sp-message {
    display: none; }
  #myModal .sp-spacer {
    display: block; } }

#feedback .modal-dialog {
  position: relative !important;
  width: auto;
  pointer-events: none; }

.producttemplatepage .portlet-forms form .custom-control-label-text {
  font-size: 16px;
  display: flex;
  position: relative;
  top: 4px;
  padding-right: 10px; }

.formtemplate {
  /*forces web content to be inline with the forms.*/ }
  .formtemplate [data-analytics-asset-type="web-content"] {
    padding: 0 50px; }
  .formtemplate #wrapper {
    padding: 0 !important; }
  .formtemplate #main-content {
    max-width: 800px !important;
    margin-left: auto;
    margin-right: auto; }
  .formtemplate .row, .formtemplate .form-horizontal > .form-group {
    margin-left: 0px;
    margin-right: 0px; }
  .formtemplate .portlet {
    /*fix for weav 912 if any problems please check if it breaks before removing.*/
    margin: 0 !important; }
  .formtemplate #layout-column_column-1 {
    margin-left: -39px;
    margin-right: -39px;
    margin-top: 40px; }
  .formtemplate .dropdown.lfr-icon-menu {
    z-index: 2 !important; }
  .formtemplate .portlet-topper {
    z-index: 2; }
  .formtemplate .portlet-forms form .tick {
    left: 3px;
    top: 7px;
    position: absolute; }
  .formtemplate .portlet-forms form .custom-control-label-text {
    font-size: 16px;
    display: flex;
    position: relative;
    top: 4px;
    padding-right: 10px; }
  .formtemplate .portlet-forms form .custom-radio .custom-control-label-text {
    display: initial; }
  .formtemplate [data-analytics-asset-type="web-content"] {
    padding: 0 30px; }

@media (max-width: 767px) {
  .formtemplate .wv-banner-image {
    margin-left: -42px; } }

.dbs-search-table {
  padding: 25px;
  overflow-y: auto;
  width: 125%; }
  .dbs-search-table a.paginate_button.current {
    color: #f33;
    font-weight: 700; }
  .dbs-search-table table {
    width: 100%;
    border: none;
    border-collapse: collapse; }
    .dbs-search-table table thead tr th {
      border: none; }
    .dbs-search-table table tbody tr {
      background: #fff; }
      .dbs-search-table table tbody tr:first-child {
        border-top: 2px solid #f33;
        vertical-align: top;
        font-weight: 500;
        padding: 8px 16px;
        font-size: 16px; }
      .dbs-search-table table tbody tr th {
        border: 1px solid #e6e6e6 !important; }
        .dbs-search-table table tbody tr th[scope="row"] {
          border-left: none !important; }
      .dbs-search-table table tbody tr td {
        font-size: 16px;
        font-weight: normal;
        vertical-align: top;
        color: #2e2e2e;
        margin: 0;
        padding: 8px 16px 8px;
        border-top: none;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6; }
        .dbs-search-table table tbody tr td:first-child {
          border-left: none; }
        .dbs-search-table table tbody tr td:last-child {
          border-right: none; }

.smecardtemplate #main-content {
  padding: 0px;
  max-width: inherit !important; }

.smecardtemplate .portlet-layout.row {
  margin-left: 0px;
  margin-right: 0px; }

.smecardtemplate #column-1 {
  padding-left: 0px;
  padding-right: 0px; }

.smecardtemplate .portlet-journal-content:nth-of-type(3) {
  max-width: 992px;
  margin: 0 auto; }

.smecardtemplate .ddm-form-builder-app {
  display: none; }

.smecardtemplate .form-selected-products .form-selected-course {
  position: relative; }

.smecardtemplate .form-selected-products .remove-course {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 22px;
  font-weight: 400;
  color: #909090;
  cursor: pointer; }

.smecardtemplate .form-selected-products .form-selected-course .title {
  margin-bottom: 8px; }

.smecardtemplate .form-selected-products .form-selected-course .date {
  font-size: 14px;
  color: #909090; }

.smecardtemplate #wrapper.container-fluid {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px; }

.dbs-check-group {
  margin-left: 24px;
  margin-right: 24px;
  cursor: pointer; }
  .dbs-check-group__label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    position: relative;
    padding-left: 32px;
    cursor: pointer; }
    .dbs-check-group__label:hover input[type="checkbox"] ~ .dbs-check-group__checkmark {
      background-color: #DCDCDC; }
    .dbs-check-group__label input[type="checkbox"] {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
      .dbs-check-group__label input[type="checkbox"]:checked ~ .dbs-check-group__checkmark {
        background-color: #fff;
        border: 2px solid #DCDCDC; }
        .dbs-check-group__label input[type="checkbox"]:checked ~ .dbs-check-group__checkmark:after {
          display: block; }
    .dbs-check-group__label .dbs-check-group__checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 24px;
      width: 24px;
      background-color: #FFFFFF;
      border: 2px solid #DCDCDC;
      border-radius: 5px; }
      .dbs-check-group__label .dbs-check-group__checkmark:after {
        content: "";
        position: absolute;
        display: none;
        left: 6px;
        top: 0;
        width: 8px;
        height: 15px;
        border: solid #f33;
        border-width: 0 2px 2px 0;
        border-radius: 2px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }

.advisor-background {
  margin: 0 0 50px 0; }
  .advisor-background div.advisor-background__title {
    margin: 0 auto;
    font-weight: 500;
    font-size: 24px;
    color: #2e2e2e;
    margin-bottom: 25px;
    margin-top: 25px; }
  .advisor-background__profile {
    display: inline-flex; }
    .advisor-background__profile__image img {
      height: 300px;
      width: 625px;
      border-radius: 5px 5px 0 0; }
      .advisor-background__profile__image img:first-child {
        margin-right: 10px; }
  .advisor-background__name {
    font-size: 22px;
    color: #2e2e2e;
    font-weight: 600;
    margin: 20px 0 10px 0; }
  .advisor-background__description {
    color: #909090; }
  .advisor-background__description__bottom {
    color: #2e2e2e;
    font-weight: 400; }
  .advisor-background__button {
    background: gray;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    border: 1px solid darkgray;
    font-weight: 600;
    font-size: 12px; }
    .advisor-background__button:hover {
      background: darkgray; }
  .advisor-background__button-container {
    margin: 15px 0 25px 0; }

.related-events__title {
  margin: 0 auto;
  font-weight: 500;
  font-size: 24px;
  color: #2e2e2e;
  margin-bottom: 10px; }

.related-events .market {
  margin: 0 auto;
  overflow: auto; }
  .related-events .market.group-header {
    margin-top: 0;
    padding: 0 0 0 10px; }
  .related-events .market h2 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 32px;
    color: #2e2e2e; }
  .related-events .market p {
    font-size: 14px;
    color: #909090; }
  .related-events .market ul.market-layout, .related-events .market ul.ceo-stories-layout {
    padding: 0;
    margin: 0;
    margin-left: -10px; }
    .related-events .market ul.market-layout .market-layout-box, .related-events .market ul.market-layout .long-market-layout-box, .related-events .market ul.ceo-stories-layout .market-layout-box, .related-events .market ul.ceo-stories-layout .long-market-layout-box {
      padding: 0;
      margin: 0;
      margin-bottom: 18px;
      float: left;
      list-style: none;
      padding-right: 18px; }
      .related-events .market ul.market-layout .market-layout-box a, .related-events .market ul.market-layout .long-market-layout-box a, .related-events .market ul.ceo-stories-layout .market-layout-box a, .related-events .market ul.ceo-stories-layout .long-market-layout-box a {
        text-decoration: none; }
      .related-events .market ul.market-layout .market-layout-box .layout-container, .related-events .market ul.market-layout .long-market-layout-box .layout-container, .related-events .market ul.ceo-stories-layout .market-layout-box .layout-container, .related-events .market ul.ceo-stories-layout .long-market-layout-box .layout-container {
        height: 280px;
        max-width: 100%;
        overflow: hidden;
        border: 2px solid #ececec;
        border-radius: 5px 5px 0 0; }
        .related-events .market ul.market-layout .market-layout-box .layout-container img.img-responsive, .related-events .market ul.market-layout .long-market-layout-box .layout-container img.img-responsive, .related-events .market ul.ceo-stories-layout .market-layout-box .layout-container img.img-responsive, .related-events .market ul.ceo-stories-layout .long-market-layout-box .layout-container img.img-responsive {
          width: 100%;
          height: 140px; }
      .related-events .market ul.market-layout .market-layout-box .content, .related-events .market ul.market-layout .long-market-layout-box .content, .related-events .market ul.ceo-stories-layout .market-layout-box .content, .related-events .market ul.ceo-stories-layout .long-market-layout-box .content {
        max-width: 100%;
        padding: 15px; }
        .related-events .market ul.market-layout .market-layout-box .content h2, .related-events .market ul.market-layout .long-market-layout-box .content h2, .related-events .market ul.ceo-stories-layout .market-layout-box .content h2, .related-events .market ul.ceo-stories-layout .long-market-layout-box .content h2 {
          margin-bottom: 0;
          font-size: 18px;
          font-weight: 700; }
        .related-events .market ul.market-layout .market-layout-box .content p, .related-events .market ul.market-layout .long-market-layout-box .content p, .related-events .market ul.ceo-stories-layout .market-layout-box .content p, .related-events .market ul.ceo-stories-layout .long-market-layout-box .content p {
          line-height: 1.5;
          margin-bottom: 16px;
          font-size: 18px;
          font-weight: 400; }
          .related-events .market ul.market-layout .market-layout-box .content p.title-header, .related-events .market ul.market-layout .long-market-layout-box .content p.title-header, .related-events .market ul.ceo-stories-layout .market-layout-box .content p.title-header, .related-events .market ul.ceo-stories-layout .long-market-layout-box .content p.title-header {
            padding: 0;
            margin: 0;
            font-size: 12px;
            font-weight: 600;
            padding-bottom: 6px; }
            .related-events .market ul.market-layout .market-layout-box .content p.title-header .red, .related-events .market ul.market-layout .long-market-layout-box .content p.title-header .red, .related-events .market ul.ceo-stories-layout .market-layout-box .content p.title-header .red, .related-events .market ul.ceo-stories-layout .long-market-layout-box .content p.title-header .red {
              color: grey;
              font-weight: 600;
              font-size: 14px; }
  .related-events .market ul.ceo-stories-layout .long-market-layout-box .layout-container {
    position: relative; }
    .related-events .market ul.ceo-stories-layout .long-market-layout-box .layout-container img.img-responsive {
      float: left;
      max-width: 50%;
      height: 100%; }
      .related-events .market ul.ceo-stories-layout .long-market-layout-box .layout-container img.img-responsive.mobile {
        display: none; }
    .related-events .market ul.ceo-stories-layout .long-market-layout-box .layout-container .content {
      max-width: 50%;
      top: 0px;
      right: 0px;
      padding: 24px;
      left: unset;
      bottom: unset; }
      .related-events .market ul.ceo-stories-layout .long-market-layout-box .layout-container .content h2 {
        padding-right: 0px; }

@media (max-width: 575px) {
  .related-events .market ul.market-layout, .related-events .market ul.ceo-stories-layout {
    padding: 0;
    margin: 0; }
    .related-events .market ul.market-layout .market-layout-box, .related-events .market ul.ceo-stories-layout .market-layout-box {
      padding-right: 0; }
    .related-events .market ul.market-layout .long-market-layout-box, .related-events .market ul.ceo-stories-layout .long-market-layout-box {
      padding-right: 0px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .related-events .market ul.market-layout, .related-events .market ul.ceo-stories-layout {
    padding: 0;
    margin: 0; }
    .related-events .market ul.market-layout .long-market-layout-box, .related-events .market ul.ceo-stories-layout .long-market-layout-box {
      padding-right: 18px; }
    .related-events .market ul.market-layout .market-layout-box:nth-child(2n+2), .related-events .market ul.ceo-stories-layout .market-layout-box:nth-child(2n+2) {
      padding-right: 0; }
    .related-events .market ul.market-layout .market-layout-box:nth-child(3n+3), .related-events .market ul.ceo-stories-layout .market-layout-box:nth-child(3n+3) {
      padding-right: 18px; }
    .related-events .market ul.market-layout .market-layout-box:last-child, .related-events .market ul.ceo-stories-layout .market-layout-box:last-child {
      padding-right: 0; } }

@media (max-width: 991px) {
  .related-events .market ul.ceo-stories-layout .long-market-layout-box .layout-container {
    position: unset; }
    .related-events .market ul.ceo-stories-layout .long-market-layout-box .layout-container img.img-responsive {
      display: none; }
    .related-events .market ul.ceo-stories-layout .long-market-layout-box .layout-container img.img-responsive.mobile {
      display: block;
      max-width: 100%;
      height: 140px; }
    .related-events .market ul.ceo-stories-layout .long-market-layout-box .layout-container .content {
      max-width: 100%;
      bottom: 20px;
      left: 20px;
      top: unset;
      right: unset;
      padding: unset; }
      .related-events .market ul.ceo-stories-layout .long-market-layout-box .layout-container .content h2 {
        padding-right: 16px; } }

.eventcards #wrapper {
  padding: 0 !important; }

.eventcards #main-content {
  max-width: inherit !important; }

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

.eventcards .portlet {
  /*fix for weav 912 if any problems please check if it breaks before removing.*/
  margin: 0 !important; }

.eventcards #layout-column_column-1 {
  margin-left: -39px;
  margin-right: -39px; }

@media only screen and (max-width: 991px) {
  .eventcards #layout-column_column-1 {
    margin-left: 0;
    margin-right: 0; } }

.eventcards .dropdown.lfr-icon-menu {
  z-index: 2 !important; }

.eventcards .portlet-topper {
  z-index: 2; }

.eventcards .container-fluid {
  width: 100%;
  padding: 0 !important;
  margin-right: auto;
  margin-left: auto; }

.eventcards .signed-out .at-share-btn-elements {
  display: none; }

.eventcards .ddm-form-builder-app {
  display: none; }

.eventcards .form-selected-products .form-selected-course {
  position: relative; }

.eventcards .form-selected-products .remove-course {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 22px;
  font-weight: 400;
  color: #909090;
  cursor: pointer; }

.eventcards .form-selected-products .form-selected-course .title {
  margin-bottom: 8px; }

.eventcards .form-selected-products .form-selected-course .date {
  font-size: 14px;
  color: #909090; }

.landingtemplatepage body {
  background-color: white; }

.landingtemplatepage .active {
  color: #909090; }

.landingtemplatepage #main-content {
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px; }

.landingtemplatepage .portlet {
  margin: 0px !important; }

.landingtemplatepage #column-1 {
  padding-left: 0px;
  padding-right: 0px; }

.landingtemplatepage .portlet-content {
  padding: 0 !important; }

.landingtemplatepage #wrapper {
  padding: 0 !important; }

.landingtemplatepage .columns-1-2 {
  max-width: initial !important;
  overflow-x: hidden; }

.landingtemplatepage .portlet-layout.row:nth-of-type(1) {
  margin-left: 0px;
  margin-right: 0px; }

.landingtemplatepage .portlet-layout.row:nth-of-type(2) {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto; }

.landingtemplatepage .breadcrumb {
  background-color: transparent; }

.landingtemplatepage #layout-column_column-2 {
  max-width: 300px; }

.landingtemplatepage .dropdown.lfr-icon-menu {
  z-index: 2 !important; }

.landingtemplatepage .portlet-topper {
  z-index: 2; }

.landingtemplatepage div#column-3 p > a {
  color: #f33;
  font-weight: 500; }

.landingtemplatepage div#column-3 p > a:hover {
  color: #ee1818; }

.landingtemplatepage div#column-3 ul li > a {
  color: #f33;
  font-weight: 500; }

.landingtemplatepage div#column-3 ul li > a:hover {
  color: #ee1818; }

.hide-accessible {
  clip: rect(0 0 0 0) !important;
  position: absolute !important;
  -webkit-transform: scale(0);
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 0;
  _position: absolute !important; }

a:not([href]),
a:not([href]):hover {
  color: inherit;
  text-decoration: none; }

.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  height: calc(100% - 61px); }

.portlet-boundary .portlet {
  margin: 0; }
  .portlet-boundary .portlet .portlet-topper {
    z-index: 101; }
  .portlet-boundary .portlet .portlet-content {
    background-color: transparent;
    padding: 0; }
    .portlet-boundary .portlet .portlet-content .portlet-header .portlet-title-text {
      display: none; }

.ml-auto, .mx-auto, [class*="-offset-"] {
  margin-left: auto !important; }

.mr-auto, .mx-auto, [class*="-offset-"] {
  margin-right: auto !important; }

/* User Personal Bar Portlet */
header .header .gsmc-header-desktop .rightWrap {
  width: auto !important;
  column-gap: 1rem; }
  header .header .gsmc-header-desktop .rightWrap .portlet-user-personal-bar .panel-notifications-count {
    display: none; }
  header .header .gsmc-header-desktop .rightWrap .portlet-user-personal-bar span.sticker-overlay,
  header .header .gsmc-header-desktop .rightWrap .portlet-user-personal-bar span.user-icon-color-0,
  header .header .gsmc-header-desktop .rightWrap .portlet-user-personal-bar span.sticker-user-icon {
    border: 0; }
  header .header .gsmc-header-desktop .rightWrap .portlet-user-personal-bar span.sticker-user-icon {
    box-shadow: none; }
  header .header .gsmc-header-desktop .rightWrap .portlet-user-personal-bar .lexicon-icon-user {
    fill: #6b6c7e;
    transform: none !important; }

.portlet-forms form .lfr-ddm__default-page-header {
  display: none; }

.portlet-forms form .lfr-ddm-form-page {
  padding: 0 30px; }

.portlet-forms form .ddm-form-name {
  font-size: 36px !important;
  color: black !important;
  font-weight: 700 !important;
  letter-spacing: 0px !important; }

.portlet-forms form .ddm-form-description {
  padding: 24px 0 0 0 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #2e2e2e !important; }

.portlet-forms form .lfr-ddm-form-page-title {
  font-size: 24px;
  color: black;
  font-weight: 600;
  letter-spacing: 0px;
  padding-left: 0px; }

.portlet-forms form .lfr-ddm-form-page-title {
  padding: 0px !important; }

.portlet-forms form .container-fluid {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px; }

.portlet-forms form svg.lexicon-icon.lexicon-icon-asterisk {
  display: none !important; }

.portlet-forms form .row [class*="col-md"] + [class*="col-md"] .ddm-field label::before {
  content: "none";
  visibility: hidden;
  margin-left: -33px; }

.portlet-forms form .lfr-ddm-form-field-repeatable-toolbar .ddm-form-field-repeatable-add-button,
.portlet-forms form .lfr-ddm-form-field-repeatable-toolbar .ddm-form-field-repeatable-delete-button {
  background-color: #f33;
  border-color: #f33; }
  .portlet-forms form .lfr-ddm-form-field-repeatable-toolbar .ddm-form-field-repeatable-add-button svg,
  .portlet-forms form .lfr-ddm-form-field-repeatable-toolbar .ddm-form-field-repeatable-delete-button svg {
    fill: #fff;
    margin: 0;
    margin-top: -16px;
    transform: none; }

.portlet-forms .lfr-ddm-form-container .ddm-form-page > p.text-secondary[aria-hidden='true'] {
  display: none; }

.portlet-forms .lfr-ddm-form-container .ddm-row .form-control.select-field-trigger.multiple-label-list {
  height: auto; }

.portlet-forms .lfr-ddm-form-container .ddm-row .ddm-field-container {
  padding: 0; }
  .portlet-forms .lfr-ddm-form-container .ddm-row .ddm-field-container .ddm-field-types-fieldset__nested {
    margin: 0; }
  .portlet-forms .lfr-ddm-form-container .ddm-row .ddm-field-container .input-group .input-group-inset {
    width: 1%; }
  .portlet-forms .lfr-ddm-form-container .ddm-row .ddm-field-container .input-group .input-group-text,
  .portlet-forms .lfr-ddm-form-container .ddm-row .ddm-field-container .input-group .input-group-inset-item {
    height: 60px; }
  .portlet-forms .lfr-ddm-form-container .ddm-row .ddm-field-container .custom-control.custom-radio .custom-control-label {
    display: flex; }
    .portlet-forms .lfr-ddm-form-container .ddm-row .ddm-field-container .custom-control.custom-radio .custom-control-label:before {
      min-width: 1rem; }

.portlet-forms .lfr-ddm-form-container .ddm-row .ddm-field .form-feedback-indicator {
  display: none; }

.portlet-forms .lfr-ddm-form-container .ddm-row .ddm-field .form-group .custom-control.custom-radio.custom-control-inline {
  display: block;
  margin: 10px 0 !important; }
  .portlet-forms .lfr-ddm-form-container .ddm-row .ddm-field .form-group .custom-control.custom-radio.custom-control-inline span.custom-control-label::after, .portlet-forms .lfr-ddm-form-container .ddm-row .ddm-field .form-group .custom-control.custom-radio.custom-control-inline span.custom-control-label::before {
    top: 3px !important; }

.portlet-forms .lfr-ddm-form-container .ddm-row .ddm-field .form-group .custom-control.custom-checkbox {
  padding-bottom: 15px; }
  .portlet-forms .lfr-ddm-form-container .ddm-row .ddm-field .form-group .custom-control.custom-checkbox .tick {
    top: 3px !important; }

.portlet-forms .lfr-ddm-form-container .ddm-row .ddm-field .form-group .form-control.select-field-trigger .option-selected {
  transform: none;
  position: static; }

.portlet-forms .lfr-ddm-form-container .ddm-row .col-md-2 .ddm-field .ddm-label,
.portlet-forms .lfr-ddm-form-container .ddm-row .col-md-3 .ddm-field .ddm-label {
  min-width: 300px; }

.portlet-forms .lfr-ddm-form-container .ddm-row .col-md-2 .ddm-field .form-control,
.portlet-forms .lfr-ddm-form-container .ddm-row .col-md-3 .ddm-field .form-control {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.portlet-forms .lfr-ddm-form-container .ddm-row .col-md-9 .ddm-field,
.portlet-forms .lfr-ddm-form-container .ddm-row .col-md-10 .ddm-field {
  margin-left: -30px; }
  .portlet-forms .lfr-ddm-form-container .ddm-row .col-md-9 .ddm-field .ddm-label,
  .portlet-forms .lfr-ddm-form-container .ddm-row .col-md-10 .ddm-field .ddm-label {
    min-height: 21px; }
  .portlet-forms .lfr-ddm-form-container .ddm-row .col-md-9 .ddm-field .form-control,
  .portlet-forms .lfr-ddm-form-container .ddm-row .col-md-10 .ddm-field .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.portlet-forms .lfr-ddm-form-container .ddm-row .col-md-1 .ddm-field-container .ddm-field .form-group legend {
  height: 10px; }

.portlet-forms .lfr-ddm-form-container .ddm-row .col-md-1 .ddm-field-container .ddm-field .form-group .custom-control .custom-control-label-text {
  display: none; }

.portlet-forms .lfr-ddm-form-container .ddm-row .col-md-1 .ddm-field-container .ddm-field .form-group .form-feedback-item {
  position: absolute;
  top: -10px;
  width: 300px; }

.portlet-forms .lfr-ddm-form-container .ddm-row .col-md-1 .ddm-field-container .ddm-field .form-group .custom-checkbox .tick {
  top: 16px; }

.portlet-forms .lfr-ddm-form-container .ddm-row .col-md-1 .ddm-field-container .ddm-field .form-group .custom-checkbox .custom-control-label::before {
  position: relative;
  top: 16px; }

.portlet-forms .lfr-ddm-form-container .ddm-row .col-md-1 .ddm-field-container .ddm-field .form-group fieldset .custom-checkbox .tick {
  top: 2px; }

.portlet-forms .lfr-ddm-form-container .ddm-row .col-md-1 .ddm-field-container .ddm-field .form-group fieldset .custom-checkbox .custom-control-label::before {
  position: relative;
  top: 2px; }

.portlet-forms .form-builder-page-header-description,
.portlet-forms .form-builder-page-header-title,
.portlet-forms .lfr-ddm-form-page-description,
.portlet-forms .lfr-ddm-form-page-title,
.form-entry .form-builder-page-header-description,
.form-entry .form-builder-page-header-title,
.form-entry .lfr-ddm-form-page-description,
.form-entry .lfr-ddm-form-page-title {
  width: 100%; }

.ddm-form-builder-app .lfr-ddm-form-page > .ddm-row > .row {
  margin-left: -15px;
  margin-right: -15px; }

.ddm-form-builder-app .error-msg,
.ddm-form-builder-app .option-error-msg,
.ddm-form-builder-app .has-error .form-feedback-item {
  color: #f33 !important;
  font-size: 14px !important; }

.ddm-form-builder-app [class^=icon-],
.ddm-form-builder-app [class*=" icon-"] {
  font-family: "fontawesome-alloy" !important; }

.ddm-select-dropdown .dropdown-section,
.ddm-select-dropdown .dropdown-item,
.ddm-select-dropdown .no-results-list,
.ddm-select-dropdown .dropdown-subheader {
  padding: .5rem 1rem; }

.lfr-ddm__default-page .lfr-ddm__default-page-container .lfr-ddm__default-page-buttons .btn {
  color: #fff !important;
  background-color: #f33 !important;
  border: 1px solid #ee1818; }
  .lfr-ddm__default-page .lfr-ddm__default-page-container .lfr-ddm__default-page-buttons .btn:hover {
    background-color: #ee1818 !important; }

.portlet-forms .liferay-ddm-form-field-paragraph {
  overflow-x: initial; }

.ddm-select-dropdown * {
  font-family: "OpenSans", sans-serif !important; }

.portlet-forms .lfr-ddm-form-container .ddm-row .ddm-field .form-group .custom-control.custom-checkbox .custom-control-label-text {
  margin-bottom: 0; }

.portlet-forms .lfr-ddm-form-container .ddm-row .ddm-field .form-group .custom-control.custom-checkbox .tick {
  top: 0px !important;
  line-height: 18px; }

.ddm-select-dropdown .dropdown-section .input-group-item .form-control.input-group-inset.input-group-inset-after {
  width: auto !important;
  height: 30px !important;
  border: 1px solid #ced4da !important; }