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

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

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

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

@media (min-width: 576px) {
  .contextual-sidebar {
    height: calc(100vh - 64px);
    top: 64px;
  }
  body.has-control-menu .contextual-sidebar {
    height: calc(
				100vh - 120px
			);
    top: 120px;
  }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding;
  }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px;
  }
}
.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png);
}
.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat;
}
.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border: 2px solid #cfc;
}
.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x;
}
.taglib-diff-html span.diff-html-changed img {
  border: 2px dotted #009;
}
.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through;
}
.taglib-diff-html span.diff-html-removed img {
  border: 2px solid #fdc6c6;
}

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

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

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

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6b6c7e;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(/o/classic-theme/images/states/empty_state.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;
}
.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;
}
.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;
}
.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;
}
.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}
.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description, .taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

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

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

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

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

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

.taglib-icon-list li {
  float: left;
  margin-right: 1em;
}
.taglib-icon-list:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

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

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

.lfr-icon-menu-open:after {
  clear: both;
  content: "";
  display: table;
}
.lfr-icon-menu-open .dropdown-menu {
  position: static;
}

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0;
}
.input-localized .input-group-item {
  flex-direction: column;
}
.input-localized .input-localized-content {
  margin-left: 6px;
}
.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background-color: #ff0047;
}
.input-localized .lfr-input-localized-default a {
  margin-right: 14px;
}
.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px;
}
.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}
.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}
.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal;
}
.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem;
}
.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px;
}
.input-localized-palette-container .palette-item-inner img {
  display: block;
}

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

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px;
}
.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem;
}
.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.item-selector .input-file + label {
  position: relative;
}
.item-selector .input-file + label::before {
  border-radius: 4px;
  bottom: -2px;
  content: "";
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: box-shadow 0.15s ease-in-out;
}
.item-selector .input-file:focus + label::before {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
}
.item-selector .item-selector-list-row:hover {
  background-color: #f0f5ff;
  cursor: pointer;
}

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

.navbar .navbar-collapse {
  max-height: none;
}
.navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
  display: inline;
}
@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%;
  }
}
.navbar .navbar-search .form-search {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .navbar .navbar-search .form-search {
    float: right;
    max-width: 275px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-search .form-search .input-group {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible;
  }
}

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

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

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 1020;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-left: 375px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}
.lfr-search-container-wrapper a:not(.component-action):not(.btn) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.component-action):not(.btn):focus, .lfr-search-container-wrapper a:not(.component-action):not(.btn):hover {
  color: #000;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6b6c7e;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #272833;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6b6c7e;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #272833;
}
.lfr-search-container-wrapper .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: #272833;
  font-weight: 600;
}
.user-info .date-info {
  color: #6b6c7e;
}

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px;
}
.user-status-tooltip .user-status-avatar .user-status-avatar-image {
  width: 27px;
}
.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden;
}
.user-status-tooltip .user-status-info .user-status-date {
  font-size: 11px;
}

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

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

.taglib-search-toggle .form-search {
  position: relative;
}
.taglib-search-toggle .form-search .input-group-btn {
  position: absolute;
}
@media (min-width: 992px) {
  .taglib-search-toggle .form-search .input-group-btn {
    position: static;
  }
}
.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px;
}
.taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
  text-decoration: none;
}

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

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

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}
.table-cell .taglib-workflow-status {
  margin: 0;
}
.table-cell .taglib-workflow-status .workflow-status {
  padding-left: 0;
}

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

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.portal-popup .lfr-form-content {
  padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}
.portal-popup .portlet-column {
  position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -20px;
}
.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}
.portal-popup .login-container {
  padding: 1.5rem;
}
.portal-popup .management-bar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0;
}
.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
  .portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .portal-popup .lfr-dynamic-uploader,
  .portal-popup .process-list {
    top: 48px;
  }
}
.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}
.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #e7e7ed;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}
@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
.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, .portal-popup .form-horizontal.columns-max > .portlet-layout.form-group {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column, .portal-popup .form-horizontal.columns-max > .portlet-layout.form-group > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}

htmlcadmin .portlet-layout.dragging {
  border-collapse: separate;
}
htmlcadmin .drop-area {
  background-color: #d3dadd;
}
htmlcadmin .active-area {
  background: #ffc;
}
htmlcadmin .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
htmlcadmin .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}
htmlcadmin .sortable-layout-proxy {
  opacity: 1;
}
htmlcadmin .sortable-layout-proxy .portlet-topper {
  background-image: none;
}
htmlcadmin .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
htmlcadmin .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
htmlcadmin .proxy.generic-portlet .portlet-title {
  padding: 10px;
}
htmlcadmin .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;
}
htmlcadmin .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}
htmlcadmin .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}
htmlcadmin .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}
htmlcadmin .yui3-dd-proxy {
  z-index: 1110 !important;
}

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

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

.active-area {
  background: #ffc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}
.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000;
}
.lfr-item-viewer .progress-container a {
  position: absolute;
  right: 30px;
}
.lfr-item-viewer .progress-container .progress {
  margin-top: 10px;
}
.lfr-item-viewer .search-info {
  background-color: #d3e8f1;
}
.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}
.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}
.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%;
}
.lfr-item-viewer .upload-view > div {
  display: table-cell;
  vertical-align: middle;
}
.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}

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

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

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

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative;
}
.modal-dialog.dialog-iframe-modal {
  max-width: none;
}
.modal-dialog.modal-dialog-sm {
  max-width: 600px;
}
.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all;
}
.modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
  bottom: 0;
  right: 0;
}

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

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

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

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

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

.tag-cloud .tag-popularity-1 {
  font-size: 1em;
}
.tag-cloud .tag-popularity-2 {
  font-size: 1.3em;
}
.tag-cloud .tag-popularity-3 {
  font-size: 1.6em;
}
.tag-cloud .tag-popularity-4 {
  font-size: 1.9em;
}
.tag-cloud .tag-popularity-5 {
  font-size: 2.2em;
}
.tag-cloud .tag-popularity-6 {
  font-size: 2.5em;
}

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

.tree-node .icon-check {
  padding-right: 2px;
}
.tree-node .tree-node-checked .icon-check {
  padding-right: 0;
}
.tree-node [class^=icon-] {
  margin-right: 5px;
}
.tree-node .tree-node-checkbox-container {
  margin-right: 0;
}
.tree-node .tree-node-selected .tree-label {
  background: none;
}

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px;
}
.tree-node-content .tree-label {
  margin-left: 3px;
}
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  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='%23272833'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23272833'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23272833'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

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

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

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

htmlcadmin .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: #6b6c7e;
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
htmlcadmin .portlet > .cadmin.portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  htmlcadmin .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) {
  htmlcadmin .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
htmlcadmin .cadmin .portlet-actions {
  float: right;
}
htmlcadmin .cadmin .portlet-options {
  display: inline-block;
}
htmlcadmin .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}
htmlcadmin .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}
htmlcadmin .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
htmlcadmin .cadmin .portlet-topper-toolbar > a,
htmlcadmin .cadmin .portlet-topper-toolbar > span > a,
htmlcadmin .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: #6b6c7e;
}
htmlcadmin .cadmin .portlet-topper-toolbar > a:focus, htmlcadmin .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
htmlcadmin .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600;
}
htmlcadmin .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  htmlcadmin .lfr-configurator-visibility .portlet:hover .portlet-topper, htmlcadmin .lfr-configurator-visibility .portlet.focus .portlet-topper, htmlcadmin .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  htmlcadmin .controls-visible .portlet:hover > .portlet-content-editable, htmlcadmin .controls-visible .portlet.open > .portlet-content-editable, htmlcadmin .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  htmlcadmin .controls-visible .portlet:hover > .cadmin.portlet-topper, htmlcadmin .controls-visible .portlet.open > .cadmin.portlet-topper, htmlcadmin .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 768px) {
  htmlcadmin .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms;
  }
}
@media (max-width: 767.98px) {
  htmlcadmin .controls-visible .cadmin.portlet-topper {
    display: box;
    display: flex;
  }
}
htmlcadmin .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: #6b6c7e;
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .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: #6b6c7e;
}
.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;
  }
}

@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 */
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "fontawesome-alloy";
  src: url("../font/fontawesome-alloy.eot");
  src: url("../font/fontawesome-alloy.eot?#iefix") format("embedded-opentype"), url("../font/fontawesome-alloy.woff") format("woff"), url("../font/fontawesome-alloy.ttf") format("truetype"), url("../font/fontawesome-alloy.svg#fontawesome-alloy") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^=icon-],
[class*=" icon-"] {
  font-family: "fontawesome-alloy";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333em;
}

/* makes sure icons active on rollover in links */
a [class^=icon-],
a [class*=" icon-"] {
  display: inline;
}

/* increased font size for icon-large */
[class^=icon-].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571429em;
  text-align: right;
  padding-right: 0.2857142857em;
}
[class^=icon-].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714286em;
}

.icons-ul {
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  text-align: center;
  line-height: inherit;
}

[class^=icon-].hide,
[class*=" icon-"].hide {
  display: none;
}

.icon-muted {
  color: #eeeeee;
}

.icon-light {
  color: white;
}

.icon-dark {
  color: #333333;
}

.icon-border {
  border: solid 1px #eeeeee;
  padding: 0.2em 0.25em 0.15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

[class^=icon-].pull-left,
[class*=" icon-"].pull-left {
  margin-right: 0.3em;
}
[class^=icon-].pull-right,
[class*=" icon-"].pull-right {
  margin-left: 0.3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^=icon-],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^=icon-],
.nav-underline .tab.active .nav-pills > a > a > [class^=icon-],
.nav-pills > .active > a > [class*=" icon-"],
.nav-underline .tab.active .nav-pills > a > a > [class*=" icon-"],
.nav-list > .active > a > [class^=icon-],
.nav-underline .tab.active .nav-list > a > a > [class^=icon-],
.nav-list > .active > a > [class*=" icon-"],
.nav-underline .tab.active .nav-list > a > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^=icon-],
.navbar-inverse .nav-underline .tab.active .nav > a > a > [class^=icon-],
.nav-underline .tab.active .navbar-inverse .nav > a > a > [class^=icon-],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.navbar-inverse .nav-underline .tab.active .nav > a > a > [class*=" icon-"],
.nav-underline .tab.active .navbar-inverse .nav > a > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^=icon-],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^=icon-],
.nav-underline .tab.active .dropdown-menu > a > a > [class^=icon-],
.dropdown-menu > .active > a > [class*=" icon-"],
.nav-underline .tab.active .dropdown-menu > a > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^=icon-],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */
.btn [class^=icon-].icon-large,
.btn [class*=" icon-"].icon-large, .nav [class^=icon-].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.btn [class^=icon-].icon-spin,
.btn [class*=" icon-"].icon-spin, .nav [class^=icon-].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

.nav-tabs [class^=icon-], .nav-tabs [class^=icon-].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^=icon-], .nav-pills [class^=icon-].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: 0.9em;
}

.btn [class^=icon-].pull-left.icon-2x, .btn [class^=icon-].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
.btn [class^=icon-].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}

.btn.btn-small [class^=icon-].pull-left.icon-2x, .btn.btn-small [class^=icon-].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.25em;
}

.btn.btn-large [class^=icon-],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^=icon-].pull-left.icon-2x, .btn.btn-large [class^=icon-].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.05em;
}
.btn.btn-large [class^=icon-].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: 0.2em;
}
.btn.btn-large [class^=icon-].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: 0.2em;
}

/* Fixes alignment in nav lists */
.nav-list [class^=icon-],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^=icon-],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
}

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
0% {
    -ms-transform: rotate(0deg);
  }
100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: "fontawesome-alloy";
  content: '\FEFF' attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-caret-bottom-right, .icon-glass, .icon-music, .icon-search, .icon-envelope, .icon-heart, .icon-star, .icon-star-empty, .icon-user, .icon-film, .icon-th-large, .icon-th, .icon-th-list, .icon-ok, .icon-remove, .icon-zoom-in, .icon-zoom-out, .icon-off, .icon-signal, .icon-cog, .icon-trash, .icon-home, .icon-file, .icon-inbox, .icon-play-circle, .icon-repeat, .icon-refresh, .icon-list-alt, .icon-lock, .icon-flag, .icon-headphones, .icon-volume-off, .icon-volume-down, .icon-volume-up, .icon-qrcode, .icon-barcode, .icon-tag, .icon-tags, .icon-book, .icon-bookmark, .icon-print, .icon-camera, .icon-font, .icon-bold, .icon-italic, .icon-align-justify, .icon-list, .icon-indent-left, .icon-indent-right, .icon-facetime-video, .icon-picture, .icon-pencil, .icon-map-marker, .icon-adjust, .icon-tint, .icon-edit, .icon-share, .icon-check, .icon-move, .icon-step-backward, .icon-fast-backward, .icon-backward, .icon-play, .icon-pause, .icon-stop, .icon-forward, .icon-fast-forward, .icon-minus-sign, .icon-remove-sign, .icon-ok-sign, .icon-question-sign, .icon-info-sign, .icon-screenshot, .icon-remove-circle, .icon-ok-circle, .icon-ban-circle, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-down, .icon-share-alt, .icon-resize-full, .icon-resize-small, .icon-plus, .icon-minus, .icon-asterisk, .icon-exclamation-sign, .icon-gift, .icon-leaf, .icon-calendar, .icon-random, .icon-comment, .icon-magnet, .icon-chevron-up, .icon-chevron-down, .icon-retweet, .icon-shopping-cart, .icon-folder-close, .icon-folder-open, .icon-resize-vertical, .icon-resize-horizontal, .icon-bar-chart, .icon-twitter-sign, .icon-facebook-sign, .icon-camera-retro, .icon-key, .icon-cogs, .icon-comments, .icon-thumbs-up, .icon-thumbs-down, .icon-star-half, .icon-signin, .icon-trophy, .icon-github-sign, .icon-upload-alt, .icon-lemon, .icon-phone, .icon-check-empty, .icon-bookmark-empty, .icon-phone-sign, .icon-twitter, .icon-facebook, .icon-github, .icon-unlock, .icon-credit, .icon-rss, .icon-hdd, .icon-bullhorn, .icon-bell, .icon-certificate, .icon-hand-right, .icon-hand-left, .icon-hand-up, .icon-globe, .icon-wrench, .icon-tasks, .icon-filter, .icon-briefcase, .icon-fullscreen, .icon-group, .icon-link, .icon-cloud, .icon-beaker, .icon-cut, .icon-copy, .icon-paper-clip, .icon-save, .icon-sign-blank, .icon-reorder, .icon-list-ul, .icon-list-ol, .icon-strikethrough, .icon-underline, .icon-table, .icon-magic, .icon-money, .icon-caret-down, .icon-caret-up, .icon-caret-left, .icon-caret-right, .icon-columns, .icon-sort, .icon-sort-down, .icon-sort-up, .icon-envelope-alt, .icon-linkedin, .icon-undo, .icon-legal, .icon-dashboard, .icon-comment-alt, .icon-comments-alt, .icon-bolt, .icon-sitemap, .icon-umbrella, .icon-paste, .icon-lightbulb, .icon-exchange, .icon-bell-alt, .icon-coffee, .icon-food, .icon-file-alt, .icon-building, .icon-hospital, .icon-ambulance, .icon-medkit, .icon-fighter-jet, .icon-beer, .icon-h-sign, .icon-plus-sign, .icon-double-angle-left, .icon-double-angle-right, .icon-double-angle-up, .icon-double-angle-down, .icon-angle-left, .icon-angle-right, .icon-angle-up, .icon-angle-down, .icon-desktop, .icon-laptop, .icon-spinner, .icon-circle, .icon-reply, .icon-github-alt, .icon-folder-close-alt, .icon-folder-open-alt, .icon-expand-alt, .icon-collapse-alt, .icon-smile, .icon-frown, .icon-meh, .icon-gamepad, .icon-keyboard, .icon-flag-alt, .icon-flag-checkered, .icon-terminal, .icon-code, .icon-reply-all, .icon-star-half-full, .icon-location-arrow, .icon-crop, .icon-code-fork, .icon-subscript, .icon-eraser, .icon-puzzle, .icon-microphone, .icon-microphone-off, .icon-shield, .icon-calendar-empty, .icon-fire-extinguisher, .icon-rocket, .icon-maxcdn, .icon-chevron-sign-left, .icon-chevron-sign-right, .icon-chevron-sign-up, .icon-chevron-sign-down, .icon-html5, .icon-css3, .icon-anchor, .icon-unlock-alt, .icon-bullseye, .icon-ellipsis-horizontal, .icon-ellipsis-vertical, .icon-rss-sign, .icon-fb-boolean, .icon-text-height, .icon-text-width, .icon-align-left, .icon-align-center, .icon-align-right, .icon-step-forward, .icon-eject, .icon-chevron-left, .icon-chevron-right, .icon-plus-sign-2, .icon-fire, .icon-eye-open, .icon-eye-close, .icon-warning-sign, .icon-plane, .icon-heart-empty, .icon-signout, .icon-linkedin-sign, .icon-pushpin, .icon-external-link, .icon-hand-down, .icon-circle-arrow-left, .icon-circle-arrow-right, .icon-circle-arrow-up, .icon-circle-arrow-down, .icon-truck, .icon-pinterest, .icon-pinterest-sign, .icon-google-plus-sign, .icon-google-plus, .icon-cloud-download, .icon-cloud-upload, .icon-user-md, .icon-stethoscope, .icon-suitcase, .icon-tablet, .icon-mobile, .icon-circle-blank, .icon-quote-left, .icon-quote-right, .icon-unlink, .icon-question, .icon-info, .icon-exclamation, .icon-superscript, .icon-play-sign, .icon-ticket, .icon-minus-sign-alt, .icon-check-minus, .icon-level-up, .icon-sort-by-attributes-alt, .icon-sort-by-order, .icon-sort-by-order-alt, .icon-thumbs-up-2, .icon-thumbs-down-2, .icon-dribbble, .icon-skype, .icon-foursquare, .icon-trello, .icon-female, .icon-level-down, .icon-check-sign, .icon-edit-sign, .icon-external-link-sign, .icon-share-sign, .icon-compass, .icon-collapse, .icon-collapse-top, .icon-expand, .icon-euro, .icon-gbp, .icon-dollar, .icon-rupee, .icon-yen, .icon-renminbi, .icon-won, .icon-bitcoin, .icon-file-2, .icon-file-text, .icon-sort-by-alphabet, .icon-sort-by-alphabet-alt, .icon-sort-by-attributes, .icon-youtube-sign, .icon-youtube, .icon-xing, .icon-xing-sign, .icon-youtube-play, .icon-dropbox, .icon-stackexchange, .icon-instagram, .icon-flickr, .icon-adn, .icon-bitbucket, .icon-bitbucket-sign, .icon-tumblr, .icon-tumblr-sign, .icon-long-arrow-down, .icon-long-arrow-up, .icon-long-arrow-left, .icon-long-arrow-right, .icon-apple, .icon-windows, .icon-android, .icon-linux, .icon-male, .icon-gittip, .icon-sun, .icon-moon, .icon-archive, .icon-bug, .icon-vk, .icon-weibo, .icon-renren, .icon-time, .icon-road, .icon-download-alt, .icon-download, .icon-upload, .icon-db-joinxor, .icon-db-state, .icon-db-start, .icon-db-end, .icon-db-fork, .icon-db-condition, .icon-db-task, .icon-db-join, .icon-fb-button, .icon-fb-fieldset, .icon-fb-custom-field, .icon-fb-separator, .icon-fb-paragraph, .icon-fb-file-upload, .icon-fb-text, .icon-fb-text-box, .icon-fb-select, .icon-fb-radio, .icon-fb-number, .icon-fb-integer, .icon-fb-decimal {
  font-family: "fontawesome-alloy";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-caret-bottom-right:before {
  content: "\e016";
}

.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-empty:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\f00e";
}

.icon-zoom-out:before {
  content: "\f010";
}

.icon-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-cog:before {
  content: "\f013";
}

.icon-trash:before {
  content: "\f014";
}

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

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

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle:before {
  content: "\f01d";
}

.icon-repeat:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-align-justify:before {
  content: "\f039";
}

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

.icon-indent-left:before {
  content: "\f03b";
}

.icon-indent-right:before {
  content: "\f03c";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

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

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

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

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

.icon-move:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\f058";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-screenshot:before {
  content: "\f05b";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

.icon-ban-circle:before {
  content: "\f05e";
}

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

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

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

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

.icon-share-alt:before {
  content: "\f064";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-resize-small:before {
  content: "\f066";
}

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

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

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder-close:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-resize-vertical:before {
  content: "\f07d";
}

.icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-sign:before {
  content: "\f081";
}

.icon-facebook-sign:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-up:before {
  content: "\f087";
}

.icon-thumbs-down:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-signin:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-sign:before {
  content: "\f092";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-lemon:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-sign:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

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

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-right:before {
  content: "\f0a4";
}

.icon-hand-left:before {
  content: "\f0a5";
}

.icon-hand-up:before {
  content: "\f0a6";
}

.icon-globe:before {
  content: "\f0ac";
}

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

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paper-clip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-sign-blank:before {
  content: "\f0c8";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope-alt:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-alt:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-bell-alt:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-food:before {
  content: "\f0f5";
}

.icon-file-alt:before {
  content: "\f0f6";
}

.icon-building:before {
  content: "\f0f7";
}

.icon-hospital:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-sign:before {
  content: "\f0fd";
}

.icon-plus-sign:before {
  content: "\f0fe";
}

.icon-double-angle-left:before {
  content: "\f100";
}

.icon-double-angle-right:before {
  content: "\f101";
}

.icon-double-angle-up:before {
  content: "\f102";
}

.icon-double-angle-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-close-alt:before {
  content: "\f114";
}

.icon-folder-open-alt:before {
  content: "\f115";
}

.icon-expand-alt:before {
  content: "\f116";
}

.icon-collapse-alt:before {
  content: "\f117";
}

.icon-smile:before {
  content: "\f118";
}

.icon-frown:before {
  content: "\f119";
}

.icon-meh:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard:before {
  content: "\f11c";
}

.icon-flag-alt:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-star-half-full:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-off:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-empty:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-sign-left:before {
  content: "\f137";
}

.icon-chevron-sign-right:before {
  content: "\f138";
}

.icon-chevron-sign-up:before {
  content: "\f139";
}

.icon-chevron-sign-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-horizontal:before {
  content: "\f141";
}

.icon-ellipsis-vertical:before {
  content: "\f142";
}

.icon-rss-sign:before {
  content: "\f143";
}

.icon-fb-boolean:before {
  content: "\e008";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-sign-2:before {
  content: "\f055";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye-open:before {
  content: "\f06e";
}

.icon-eye-close:before {
  content: "\f070";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-heart-empty:before {
  content: "\f08a";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-pushpin:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-hand-down:before {
  content: "\f0a7";
}

.icon-circle-arrow-left:before {
  content: "\f0a8";
}

.icon-circle-arrow-right:before {
  content: "\f0a9";
}

.icon-circle-arrow-up:before {
  content: "\f0aa";
}

.icon-circle-arrow-down:before {
  content: "\f0ab";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile:before {
  content: "\f10b";
}

.icon-circle-blank:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-unlink:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-play-sign:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-sign-alt:before {
  content: "\f146";
}

.icon-check-minus:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

.icon-sort-by-order:before {
  content: "\f162";
}

.icon-sort-by-order-alt:before {
  content: "\f163";
}

.icon-thumbs-up-2:before {
  content: "\f164";
}

.icon-thumbs-down-2:before {
  content: "\f165";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-sign:before {
  content: "\f14a";
}

.icon-edit-sign:before {
  content: "\f14b";
}

.icon-external-link-sign:before {
  content: "\f14c";
}

.icon-share-sign:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-collapse:before {
  content: "\f150";
}

.icon-collapse-top:before {
  content: "\f151";
}

.icon-expand:before {
  content: "\f152";
}

.icon-euro:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before {
  content: "\f155";
}

.icon-rupee:before {
  content: "\f156";
}

.icon-yen:before {
  content: "\f157";
}

.icon-renminbi:before {
  content: "\f158";
}

.icon-won:before {
  content: "\f159";
}

.icon-bitcoin:before {
  content: "\f15a";
}

.icon-file-2:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-by-alphabet:before {
  content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

.icon-sort-by-attributes:before {
  content: "\f160";
}

.icon-youtube-sign:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-sign:before {
  content: "\f169";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stackexchange:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-sign:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-sign:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-sun:before {
  content: "\f185";
}

.icon-moon:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

.icon-time:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download-alt:before {
  content: "\f019";
}

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

.icon-upload:before {
  content: "\f01b";
}

.icon-db-joinxor:before {
  content: "\e006";
}

.icon-db-state:before {
  content: "\e009";
}

.icon-db-start:before {
  content: "\e00b";
}

.icon-db-end:before {
  content: "\e00a";
}

.icon-db-fork:before {
  content: "\e00c";
}

.icon-db-condition:before {
  content: "\e00e";
}

.icon-db-task:before {
  content: "\e00d";
}

.icon-db-join:before {
  content: "\e00f";
}

.icon-fb-button:before {
  content: "\e010";
}

.icon-fb-fieldset:before {
  content: "\e011";
}

.icon-fb-custom-field:before {
  content: "\e012";
}

.icon-fb-separator:before {
  content: "\e013";
}

.icon-fb-paragraph:before {
  content: "\e014";
}

.icon-fb-file-upload:before {
  content: "\e015";
}

.icon-fb-text:before {
  content: "\e000";
}

.icon-fb-text-box:before {
  content: "\e001";
}

.icon-fb-select:before {
  content: "\e002";
}

.icon-fb-radio:before {
  content: "\e003";
}

.icon-fb-number:before {
  content: "\e004";
}

.icon-fb-integer:before {
  content: "\e005";
}

.icon-fb-decimal:before {
  content: "\e007";
}

.icon-btc:before {
  content: "\f15a";
}

.icon-cny:before {
  content: "\f158";
}

.icon-eur:before {
  content: "\f153";
}

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

.icon-gears:before {
  content: "\f085";
}

.icon-inr:before {
  content: "\f156";
}

.icon-jpy:before {
  content: "\f157";
}

.icon-krw:before {
  content: "\f159";
}

.icon-mail-forward:before {
  content: "\f064";
}

.icon-mail-reply:before {
  content: "\f112";
}

.icon-paperclip:before {
  content: "\f0c6";
}

.icon-power-off:before {
  content: "\f011";
}

.icon-rotate-left:before {
  content: "\f0e2";
}

.icon-rotate-right:before {
  content: "\f01e";
}

.icon-star-half-empty:before {
  content: "\f123";
}

.icon-unchecked:before {
  content: "\f096";
}

.icon-usd:before {
  content: "\f155";
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../font/glyphicons-halflings-regular.eot);
  src: url(../font/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../font/glyphicons-halflings-regular.woff2) format("woff2"), url(../font/glyphicons-halflings-regular.woff) format("woff"), url(../font/glyphicons-halflings-regular.ttf) format("truetype"), url(../font/glyphicons-halflings-regular.svgglyphicons_halflingsregular) format("svg");
}
.glyphicon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 1px;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before, .glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

.container {
  border-top: 0;
  border-bottom: 0;
}

.searchcontainer-content .table tbody td {
  background: #fff !important;
}

.pg-search .search-bar-simple .search-bar-keywords-input {
  width: auto !important;
  min-width: auto !important;
  border-radius: 50px 0 0 50px !important;
}
.pg-search .search-bar-simple .input-group-inset-item-after {
  border-radius: 0 50px 50px 0 !important;
}

.searchcontainer-content thead.table-columns .table-sort-liner {
  display: flex;
  align-items: center;
}
.searchcontainer-content thead.table-columns a {
  color: #fff !important;
}
.searchcontainer-content thead.table-columns span {
  color: #fff;
}
.searchcontainer-content .table tbody td a,
.searchcontainer-content .table-hover tbody td a,
.searchcontainer-content .table tbody tr:hover a {
  color: #272833 !important;
}
.searchcontainer-content .table tbody td span,
.searchcontainer-content .table-hover tbody td span {
  color: black !important;
}
.searchcontainer-content .table tbody td,
.searchcontainer-content .table-hover tbody td {
  background: #fff !important;
}
.searchcontainer-content table.table {
  border-collapse: unset;
}
.searchcontainer-content .lfr-icon-menu .dropdown-toggle {
  display: flex;
}
.searchcontainer-content .table-hover tbody tr:hover,
.searchcontainer-content .table-hover tbody tr:hover td,
.searchcontainer-content .table-hover tbody tr:hover th {
  background-color: #f0f5ff !important;
}
.searchcontainer-content .lfr-icon-menu a {
  display: flex;
  align-items: center;
}
.searchcontainer-content .lfr-icon-menu a span {
  font-size: 14px;
}
.searchcontainer-content .news-img,
.searchcontainer-content .media-left.news-img {
  max-width: 330px;
}

.close-sec {
  display: flex;
  align-items: center;
}
.close-sec img {
  margin-right: 5px;
}

.WTRT_marginTop {
  display: flex;
  flex-flow: column;
}

.blk_Title span {
  z-index: 0 !important;
}

.journal-content-article .list-2 {
  margin-top: 26px;
}

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

.layout-30-70-header {
  margin-bottom: 0;
}

.adr-article-container .title-icon-box {
  background: white;
}
.adr-article-container .title-icon-box img {
  display: none;
}
.adr-article-container .title-icon-box h1 {
  font-weight: normal;
  font-size: 40px;
  line-height: 110%;
}

#wrapper {
  padding: 0;
  max-width: 1366px;
}

#content {
  padding-bottom: 0 !important;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
body:not(.p-fiumicino):not(.p-ciampino):not(.p-landing) section#content {
  max-width: 1248px;
  margin: 0 auto;
}

.adr-article-container #page-terminal-abcd .box {
  display: flex !important;
}

.adr-article-container #page-terminal-abcd .box img {
  margin: 0 !important;
}

.adr-article-container #page-terminal-abcd .accordion-title {
  position: relative !important;
}

.no-padding {
  padding: 0;
}

form#fmSearchAdv .no-padding {
  padding: 0;
}
form#fmSearchAdv select {
  width: 100%;
  height: 40px !important;
}
form#fmSearchAdv .selectDropDownArrowIE.selectDropDownArrow.selectCategory.col-xs-12.col-sm-12.col-md-12.no-padding {
  height: 40px !important;
}

/* sostenibility int page  fix */
.box-goals .col-xs-6 .card-columns {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .box-goals .col-6,
  .box-goals .col-xs-6 {
    flex: initial;
    max-width: initial;
  }
  .box-goals .col-6 .card-container,
  .box-goals .col-xs-6 .card-container {
    flex-flow: row;
  }
}

#_1_WAR_userprofileportlet_INSTANCE_VK9GBvbYqkAF_fm .row, #_1_WAR_userprofileportlet_INSTANCE_VK9GBvbYqkAF_fm .form-horizontal > .form-group {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .prdCnt th {
    height: auto;
  }
  .prdCnt th a {
    text-align: center;
  }
}

.g-recaptcha {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .journal-content-article .buttons-home .buttons a {
    padding: 0 3px;
  }
}

/* sostenibilita */
.p-sostenibilita .adr-level.columns-1-2 #column-2 {
  padding-left: 20px;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .p-sostenibilita .adr-level.columns-1-2 #column-2 {
    padding: 0 20px !important;
  }
  .p-sostenibilita .adr-level.columns-1-2 #column-2 .journal-content-article .buttons-home {
    display: flex;
    flex-flow: column;
  }
  .p-sostenibilita .adr-level.columns-1-2 #column-2 .journal-content-article .buttons-home > div {
    max-width: 100% !important;
  }
}

/* paginazione tabelle */
.taglib-search-iterator-page-iterator-top .btn-group a:first-child {
  display: flex;
}

/* immaginn sostenibilità */
#placeholder .image-goal img {
  max-width: 100%;
}

/* segnalazioni mobile fix */
@media only screen and (max-width: 700px) {
  #p_p_id_2_WAR_claimsportlet_ .portlet-content {
    padding: 0;
  }
  .distance > a.btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .distance div.c-form-segn {
    flex-flow: column;
  }
  .distance div#_2_WAR_claimsportlet_claimsSearchContainerSearchContainer {
    overflow-x: auto;
    width: 100%;
  }
  .distance .justify-content-end {
    justify-content: center !important;
  }
  .distance .datePickerMainDiv {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
    margin: 15px 0;
  }
  .distance .datePickerMainDiv > div {
    padding: 0 3px !important;
  }
  .distance .datePickerMainDiv select.dateto,
  .distance .datePickerMainDiv select.datefrom {
    width: 60px;
    padding-left: 6px;
  }
}
.container-hero .portlet-layout .portlet-header {
  margin: 0;
}

body.site {
  background-color: #ededed;
}
body.site #wrapper.adr-container {
  background-color: #fff;
}

.container-fluid {
  overflow: initial;
}

.text-dd.ic-chevron-down2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown.ic-chevron-down2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__change__lang .filter-option-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__change__lang .filter-option-inner:after {
  content: "\e90d";
  font-family: "adr-it";
}

img {
  max-width: 100%;
  height: auto;
}

.container-dxp {
  max-width: 1366px;
  margin: 0 auto;
  width: 100%;
}

.breadcrumb {
  border-bottom: 1px solid #f9fafb;
  padding-top: 5px;
  padding-bottom: 5px;
}
.breadcrumb .breadcrumb-item {
  font-size: 15px !important;
}

.flag {
  display: flex;
}
.flag:before {
  content: "";
  width: 22px;
  height: 22px;
  background-size: cover;
  margin-right: 14px;
}
.flag__ita:before {
  background-image: url("/o/adr-dxp-theme/images/general/ITA.svg");
}
.flag__chi:before {
  background-image: url("/o/adr-dxp-theme/images/general/CHI.svg");
}
.flag__eng:before {
  background-image: url("/o/adr-dxp-theme/images/general/ENG.svg");
}

.business-page .title-business {
  font-weight: 400;
  font-size: 44px;
  color: #0057a7;
  margin-bottom: 16px;
}
.business-page .text-part {
  font-weight: 400;
}

.leftmenu {
  background: rgba(72, 166, 255, 0.1);
  padding: 24px 17px;
  border-radius: 5px;
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 5%;
}
@media only screen and (max-width: 600px) {
  .leftmenu {
    order: 3;
  }
}
.leftmenu .collapse {
  padding: 0;
}
.leftmenu h4 {
  font-weight: 600;
  font-size: 20px;
  color: #0057a7;
  margin-bottom: 16px;
}
.leftmenu .row, .leftmenu .form-horizontal > .form-group {
  margin-left: 0;
  margin-right: 0;
}
.leftmenu .whitebg-menu {
  background-color: #fff;
  border-radius: 5px;
}
.leftmenu .whitebg-menu a {
  width: 100%;
  padding: 13px 13px;
  font-size: 16px;
  color: #262b30;
}
.leftmenu .whitebg-menu a:focus {
  background-color: #0057a7;
  color: #fff !important;
}

.col-md-9.carousel-part {
  padding-left: 70px;
}
@media only screen and (max-width: 600px) {
  .col-md-9.carousel-part {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.col-md-9.carousel-part img {
  border-radius: 7px;
}
@media only screen and (max-width: 600px) {
  .col-md-9.carousel-part img {
    height: 164px;
  }
}
.col-md-9.carousel-part .title {
  font-weight: normal;
  font-size: 44px;
  color: #0057a7;
  margin-bottom: 40px;
}
.col-md-9.carousel-part .carousel-indicators {
  bottom: -35px !important;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  border-radius: 7px;
}
.col-md-9.carousel-part .carousel-indicators .active, .col-md-9.carousel-part .carousel-indicators .nav-underline .tab.active a, .nav-underline .tab.active .col-md-9.carousel-part .carousel-indicators a {
  border-radius: 7px;
  height: 8px;
  width: 56px;
  background-color: #adb6c2;
}
.col-md-9.carousel-part .carousel-indicators li {
  background-color: #adb6c2;
  width: 10px;
  height: 8px;
  border: 1.5px solid #e0e3e8;
  border-radius: 7px;
  background-color: transparent;
}

.foo-button {
  display: flex;
  justify-content: flex-end;
  margin-top: 64px;
}
.foo-button button {
  margin-left: 64px;
}

.text-full .title {
  font-weight: 600;
  font-size: 28px;
  color: #0057a7;
}
.text-full .bggrey {
  background-color: #f3f4f7;
  padding: 65px 0;
}
.text-full .bggrey p {
  font-weight: 500;
  font-size: 16px;
  color: #262b30;
}
.text-full .bggrey .btn1 {
  background-color: #fff;
  color: #0057a7;
  border: 1px solid #0057a7;
  padding: 11px 20px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 4px;
  margin-right: 10px;
}
@media only screen and (max-width: 600px) {
  .text-full .bggrey .btn1 {
    margin: 20px 0;
  }
}
.text-full .bggrey .btn {
  background-color: #0057a7;
  color: #fff;
  border: 1px solid #0057a7;
  padding: 11px 20px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 4px;
}

@media only screen and (max-width: 600px) {
  .card-container {
    flex-direction: column;
  }
}

.card-colored {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media only screen and (max-width: 600px) {
  .card-colored {
    width: 100%;
  }
}
.card-colored .title {
  font-weight: 600;
  font-size: 28px;
  color: #0057a7;
}
.card-colored .subtitle {
  font-weight: normal;
  font-size: 24px;
  line-height: 140%;
  color: #0057a7;
}
.card-colored .scrolling-wrapper {
  overflow-x: auto;
  display: flex;
  flex-flow: nowrap;
  align-items: flex-end;
  padding-bottom: 20px;
  margin: 45px 0;
}
.card-colored .scrolling-wrapper .active img, .nav-underline .tab.active .card-colored .scrolling-wrapper a img {
  border-radius: 5px;
  width: 124px;
  height: 124px;
  opacity: 1;
}
.card-colored .scrolling-wrapper img {
  border-radius: 5px;
  width: 112px;
  height: 112px;
  opacity: 0.5;
}
.card-colored .scrolling-wrapper img:hover {
  opacity: 1;
}
.card-colored .card-block {
  height: 124px;
  width: 124px;
  border: none;
  background-position: center;
  background-size: cover;
  transition: all 0.2s ease-in-out !important;
  border-radius: 4px;
  margin-right: 28px;
}
.card-colored .card-block:hover {
  transform: translateY(-5px);
  box-shadow: none;
}
.card-colored .card-block h5 {
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
}
.card-colored .card-red {
  background-color: #e5243b;
}
.card-colored .card-body .title {
  font-weight: normal;
  font-size: 24px;
  font-weight: 600;
  color: black;
  margin-bottom: 24px;
}
.card-colored .card-body p {
  font-size: 16px;
  font-weight: 400;
  color: #262b30;
  line-height: 140%;
}
.card-colored .collapse {
  padding: 0;
}

.p-emergency.grey .f-site .top-footer .menu__box h4 {
  color: #303030;
}
.p-emergency.grey .f-site .mid-footer .menu__footerMiddle ul.navbar-site li a {
  color: #303030;
}
.p-emergency.grey .layout-content {
  background: #202020 !important;
}

.p-emergency.blue .f-site .top-footer .menu__box h4 {
  color: #303030;
}
.p-emergency.blue .f-site .mid-footer .menu__footerMiddle ul.navbar-site li a {
  color: #303030;
}
.p-emergency.blue .layout-content {
  background-color: #002d57 !important;
}

@font-face {
  font-family: "adr-it";
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal;
}
[class^=ic-]:before,
[class*=" ic-"]:before,
[class^=ic-]:after,
[class*=" ic-"]:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "adr-it" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-info-circled-alt:before {
  content: "\f086";
}

.ic-arrow-right:before {
  content: "\e927";
}

.ic-arrow-right2:after {
  content: "\e927";
}

.ic-alert-triangle2:before {
  content: "\e900";
}

.ic-download:before {
  content: "\e901";
}

.ic-Airline:before {
  content: "\e902";
}

.ic-airplane:before {
  content: "\e902";
}

.ic-airport:before {
  content: "\e903";
}

.ic-alert-triangle:before {
  content: "\e904";
}

.ic-menu:before {
  content: "\e905";
}

.ic-arrivals_v1:before {
  content: "\e906";
}

.ic-arrow-down:before {
  content: "\e907";
}

.ic-arrow-left:before {
  content: "\e908";
}

.ic-arrow-up:before {
  content: "\e909";
}

.ic-bell:before {
  content: "\e90a";
}

.ic-book-open:before {
  content: "\e90b";
}

.ic-book-open1:after {
  content: "\e90b";
}

.ic-calendar:before {
  content: "\e90c";
}

.ic-chevron-down:before {
  content: "\e90d";
}

.ic-chevron-down2:after {
  content: "\e90d";
}

.ic-check:before {
  content: "\e928";
}

.ic-chevron-left:before {
  content: "\e90e";
}

.ic-chevron-right:before {
  content: "\e90f";
}

.ic-chevron-right1:after {
  content: "\e90f";
}

.ic-chevrons-down:before {
  content: "\e910";
}

.ic-chevrons-left:before {
  content: "\e911";
}

.ic-chevron-up:before {
  content: "\e912";
}

.ic-clock:before {
  content: "\e913";
}

.ic-cloud-rain:before {
  content: "\e914";
}

/* meteo */
.ic-clear:after {
  content: "\e832";
}

.ic-cloudy:after {
  content: "\e833";
}

.ic-mostly-clear:after {
  content: "\e834";
}

.ic-mostly-cloudy:after {
  content: "\e835";
}

.ic-partly-cloudy:after {
  content: "\e836";
}

/* fine meteo */
.ic-departures_v1:before {
  content: "\e915";
}

.ic-departures_v2:after {
  content: "\e915";
}

.ic-FastTrack_v2:before {
  content: "\e916";
}

.ic-globe:before {
  content: "\e917";
}

.ic-Lounge_v2:before {
  content: "\e918";
}

.ic-map:before {
  content: "\e919";
}

.ic-message-square:before {
  content: "\e91a";
}

.ic-message-square1:after {
  content: "\e91a";
}

.ic-notification:before {
  content: "\e91b";
}

.ic-parking_v1:before {
  content: "\e91c";
}

.ic-Radar:before {
  content: "\e91d";
}

.ic-Radar1:after {
  content: "\e91d";
}

.ic-refresh-cw:before {
  content: "\e91e";
}

.ic-search_v1:before {
  content: "\e91f";
}

.ic-share-2:before {
  content: "\e920";
}

.ic-share-3:after {
  content: "\e920";
}

.ic-Shopeat_v2:before {
  content: "\e921";
}

.ic-shopping-bag:before {
  content: "\e922";
}

.ic-user:before {
  content: "\e923";
}

.ic-user-check:before {
  content: "\e929";
}

.ic-volume-x:before {
  content: "\e924";
}

.ic-wheelchair:before {
  content: "\e925";
}

.ic-wheelchair1:after {
  content: "\e925";
}

.ic-x:before {
  content: "\e926";
}

.ic-log-in:before {
  content: "\e92b";
}

.ic-log-out:before {
  content: "\e92a";
}

.ic-tw-bird:before {
  content: "\e82c";
}

.ic-tw:before {
  content: "\e837";
}

.ic-fb:before {
  content: "\e82d";
}

.ic-in:before {
  content: "\e82e";
}

.ic-yt:before {
  content: "\e82f";
}

.ic-wechat:after {
  content: "\e800";
}

.btn.active.focus, .nav-underline .tab.active a.btn.focus,
.btn.active:focus,
.nav-underline .tab.active a.btn:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline-offset: -2px;
}

@media only screen and (max-width: 600px) {
  .d-mobile-none {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .adr-logo {
    display: none;
  }
}
.adr-logo img {
  width: 156px;
  height: 40px;
  margin-right: 300px;
}
@media only screen and (max-width: 600px) {
  .adr-logo img {
    margin-right: 0;
    padding-left: 24px;
  }
}

.adr-logo2 {
  display: none;
}
@media only screen and (max-width: 600px) {
  .adr-logo2 {
    display: block;
  }
}
.adr-logo2 img {
  height: 40px;
  margin-right: 300px;
}
@media only screen and (max-width: 600px) {
  .adr-logo2 img {
    margin-right: 0;
    padding-left: 24px;
  }
}

.header-site.sticky-h {
  position: fixed;
  top: 0;
  background-color: #ffffff;
  z-index: 6;
  box-shadow: 1px 5px 6px -5px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 1px 5px 6px -5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 1px 5px 6px -5px rgba(0, 0, 0, 0.16);
}

.header-site.sticky-h.sticky-internal {
  max-width: 1366px;
}

.header-site {
  width: 100%;
  height: 110px;
  background-color: #ffffff;
  position: relative;
  z-index: 3;
  padding: 22px 60px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .header-site {
    padding: 32px 24px;
  }
}
.header-site a:focus {
  outline: none;
}
.header-site .navbar-brand-internal {
  display: flex;
  margin-right: 20px;
}
.header-site .navbar-brand {
  display: none;
}
.header-site .primary-menu .portlet {
  margin-bottom: 0;
}
@media only screen and (max-width: 849px) {
  .header-site .primary-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(38, 43, 48, 0.8) !important;
    z-index: 1;
  }
  .header-site .primary-menu a {
    color: #fff;
  }
}
.header-site .primary-menu.navigation-bar .navbar-nav .nav-item, .header-site .primary-menu.navigation-bar .navbar-nav .nav-underline .tab, .nav-underline .header-site .primary-menu.navigation-bar .navbar-nav .tab {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #262b30;
}
.header-site .primary-menu.navigation-bar .navbar-nav .nav-item .nav-link, .nav-underline .tab .header-site .primary-menu.navigation-bar .navbar-nav .nav-item a, .header-site .primary-menu.navigation-bar .navbar-nav .nav-underline .tab .nav-link, .header-site .primary-menu.navigation-bar .navbar-nav .nav-underline .tab a, .nav-underline .header-site .primary-menu.navigation-bar .navbar-nav .tab .nav-link, .nav-underline .header-site .primary-menu.navigation-bar .navbar-nav .tab a {
  color: #262b30;
  padding: 0 17px;
}
@media only screen and (max-width: 600px) {
  .header-site .primary-menu.navigation-bar .navbar-nav .nav-item .nav-link, .nav-underline .tab .header-site .primary-menu.navigation-bar .navbar-nav .nav-item a, .header-site .primary-menu.navigation-bar .navbar-nav .nav-underline .tab .nav-link, .header-site .primary-menu.navigation-bar .navbar-nav .nav-underline .tab a, .nav-underline .header-site .primary-menu.navigation-bar .navbar-nav .tab .nav-link, .nav-underline .header-site .primary-menu.navigation-bar .navbar-nav .tab a {
    align-items: center;
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    padding-top: 10px;
  }
}
.header-site .primary-menu.navigation-bar .navbar-nav .nav-item .nav-link.active:after, .nav-underline .tab .header-site .primary-menu.navigation-bar .navbar-nav .nav-item a.active:after, .nav-underline .tab.active .header-site .primary-menu.navigation-bar .navbar-nav .nav-item a:after, .header-site .primary-menu.navigation-bar .navbar-nav .nav-underline .tab .nav-link.active:after, .header-site .primary-menu.navigation-bar .navbar-nav .nav-underline .tab a.active:after, .header-site .primary-menu.navigation-bar .navbar-nav .nav-underline .tab.active a:after, .nav-underline .header-site .primary-menu.navigation-bar .navbar-nav .tab .nav-link.active:after, .nav-underline .header-site .primary-menu.navigation-bar .navbar-nav .tab a.active:after, .nav-underline .header-site .primary-menu.navigation-bar .navbar-nav .tab.active a:after {
  background-color: #262b30;
}
.header-site .primary-menu.navigation-bar .navbar-nav .nav-item a, .header-site .primary-menu.navigation-bar .navbar-nav .nav-underline .tab a, .nav-underline .header-site .primary-menu.navigation-bar .navbar-nav .tab a {
  color: #262b30;
}
@media only screen and (max-width: 849px) {
  .header-site .primary-menu .fixed-nav-mb {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #fff;
    padding: 0;
    display: none;
    width: 100%;
  }
  .header-site .primary-menu .fixed-nav-mb > div {
    width: 100%;
  }
  .header-site .primary-menu .fixed-nav-mb ul {
    width: 100%;
    text-align: center;
    align-items: center;
    overflow-x: auto;
  }
  .header-site .primary-menu .fixed-nav-mb ul li {
    flex: 1;
    position: relative;
    padding: 0 5px;
  }
  .header-site .primary-menu .fixed-nav-mb ul li:before {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 18px;
  }
  .header-site .primary-menu .fixed-nav-mb ul li:first-child::before {
    display: none;
  }
  .header-site .primary-menu .fixed-nav-mb ul li a {
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    padding: 10px 0 0 0;
    color: #fff !important;
  }
}
.header-site a {
  cursor: pointer;
  transition: all 0.5s;
}
.header-site .menu-txt a {
  color: #fff;
  font-size: 18px;
  margin-right: 48px;
  line-height: 25px;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .header-site .menu-txt a {
    font-size: 15px;
    font-weight: 500;
    color: #262b30;
  }
}
.header-site .menu-txt a:hover {
  color: #e5dada;
}
.header-site .left-nav {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media only screen and (max-width: 600px) {
  .header-site .left-nav > ul li:nth-child(2),
  .header-site .left-nav > ul li:nth-child(4) {
    display: none;
  }
}
.header-site .left-nav .search {
  position: relative;
  cursor: pointer;
}
.header-site .left-nav .search-bar-simple {
  position: absolute;
  background-color: #EDEFF3;
  border-radius: 20px;
  height: 40px;
  width: 317px;
  overflow: hidden;
  right: 0;
  top: -40px;
  display: none;
}
.header-site .left-nav .search-bar-simple > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
}
.header-site .left-nav .search-bar-simple > div .searchButton {
  background-color: transparent;
  border: 0;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.header-site .left-nav .search-bar-simple > div .searchButton::before {
  content: "\e91f";
  font-family: "adr-it" !important;
  color: #4C5560;
}
.header-site .left-nav .search-bar-simple > div input {
  background-color: transparent;
  border: 0;
  outline: transparent;
  width: 70%;
}
.header-site .left-nav .search-bar-simple > div .j-close span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ADB6C2;
  font-size: 0;
  margin-right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header-site .left-nav .search-bar-simple > div .j-close span:before {
  content: "\e926";
  font-family: "adr-it" !important;
  font-size: 20px;
  color: #fff;
}
.header-site .left-nav > ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}
.header-site .left-nav > ul li {
  margin: 0 20px;
  font-size: 20px;
  display: flex;
}
@media only screen and (max-width: 600px) {
  .header-site .left-nav > ul li {
    margin: 0 10px;
  }
}
.header-site .left-nav > ul li .notify.active, .header-site .left-nav > ul li .nav-underline .tab.active a.notify, .nav-underline .tab.active .header-site .left-nav > ul li a.notify {
  position: relative;
}
.header-site .left-nav > ul li .notify.active:after, .header-site .left-nav > ul li .nav-underline .tab.active a.notify:after, .nav-underline .tab.active .header-site .left-nav > ul li a.notify:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f29100;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  right: 2px;
}
.header-site .left-nav > ul li .dropdown-item:before,
.header-site .left-nav > ul li .dropdown-menu .link-list > .disabled > a:before,
.header-site .left-nav > ul li .dropdown-menu > li.disabled.link-list > a > a:before,
.header-site .left-nav > ul li .dropdown-menu .link-list > .disabled.link-list > a > a:before,
.header-site .left-nav > ul li .dropdown-menu > li.disabled.link-list > a.link-list > a > a:before,
.header-site .left-nav > ul li .dropdown-menu .link-list > .disabled.link-list > a.link-list > a > a:before,
.dropdown-menu .header-site .left-nav > ul li .link-list > .disabled > a:before,
.dropdown-menu .header-site .left-nav > ul li .link-list > .disabled.link-list > a > a:before,
.dropdown-menu .header-site .left-nav > ul .dropdown-menu > li.disabled.link-list > a.link-list > a > a:before,
.dropdown-menu .header-site .left-nav > ul li .link-list > .disabled.link-list > a.link-list > a > a:before, .header-site .left-nav > ul .dropdown-menu > li > a:before,
.header-site .left-nav > ul .dropdown-menu .link-list > li > a:before,
.dropdown-menu .header-site .left-nav > ul .link-list > li > a:before {
  margin-right: 14px;
}
.header-site .left-nav > ul li .dropdown > [class*=" ic-"]:after {
  content: "\e90d";
  font-size: 16px;
}
.header-site .left-nav > ul li .dropdown .dropdown-item,
.header-site .left-nav > ul li .dropdown .dropdown-menu .link-list > .disabled > a,
.header-site .left-nav > ul li .dropdown .dropdown-menu > li.disabled.link-list > a > a,
.header-site .left-nav > ul li .dropdown .dropdown-menu .link-list > .disabled.link-list > a > a,
.header-site .left-nav > ul li .dropdown .dropdown-menu > li.disabled.link-list > a.link-list > a > a,
.header-site .left-nav > ul li .dropdown .dropdown-menu .link-list > .disabled.link-list > a.link-list > a > a,
.dropdown-menu .header-site .left-nav > ul li .dropdown .link-list > .disabled > a,
.dropdown-menu .header-site .left-nav > ul li .dropdown .link-list > .disabled.link-list > a > a,
.dropdown-menu .header-site .left-nav > ul li .dropdown .link-list > .disabled.link-list > a.link-list > a > a, .header-site .left-nav > ul li .dropdown .dropdown-menu > li > a,
.header-site .left-nav > ul li .dropdown .dropdown-menu .link-list > li > a,
.dropdown-menu .header-site .left-nav > ul li .dropdown .link-list > li > a {
  padding: 0 80px 0 28px;
  margin: 14px 0;
  display: flex;
  align-items: center;
  position: relative;
}
.header-site .left-nav > ul li .dropdown .dropdown-item img,
.header-site .left-nav > ul li .dropdown .dropdown-menu .link-list > .disabled > a img,
.dropdown-menu .header-site .left-nav > ul li .dropdown .link-list > .disabled > a img, .header-site .left-nav > ul li .dropdown .dropdown-menu > li > a img,
.header-site .left-nav > ul li .dropdown .dropdown-menu .link-list > li > a img,
.dropdown-menu .header-site .left-nav > ul li .dropdown .link-list > li > a img {
  margin-right: 10px;
}
.header-site .left-nav > ul li .dropdown .dropdown-item:hover:after,
.header-site .left-nav > ul li .dropdown .dropdown-menu .link-list > .disabled > a:hover:after,
.header-site .left-nav > ul li .dropdown .dropdown-menu > li.disabled.link-list > a > a:hover:after,
.header-site .left-nav > ul li .dropdown .dropdown-menu .link-list > .disabled.link-list > a > a:hover:after,
.header-site .left-nav > ul li .dropdown .dropdown-menu > li.disabled.link-list > a.link-list > a > a:hover:after,
.header-site .left-nav > ul li .dropdown .dropdown-menu .link-list > .disabled.link-list > a.link-list > a > a:hover:after,
.dropdown-menu .header-site .left-nav > ul li .dropdown .link-list > .disabled > a:hover:after,
.dropdown-menu .header-site .left-nav > ul li .dropdown .link-list > .disabled.link-list > a > a:hover:after,
.dropdown-menu .header-site .left-nav > ul li .dropdown .link-list > .disabled.link-list > a.link-list > a > a:hover:after, .header-site .left-nav > ul li .dropdown .dropdown-menu > li > a:hover:after,
.header-site .left-nav > ul li .dropdown .dropdown-menu .link-list > li > a:hover:after,
.dropdown-menu .header-site .left-nav > ul li .dropdown .link-list > li > a:hover:after,
.header-site .left-nav > ul li .dropdown .dropdown-item .active:after,
.header-site .left-nav > ul li .dropdown .dropdown-item .nav-underline .tab.active a:after,
.nav-underline .tab.active .header-site .left-nav > ul li .dropdown .dropdown-item a:after,
.header-site .left-nav > ul li .dropdown .dropdown-menu .link-list > .disabled > a .active:after,
.header-site .left-nav > ul li .dropdown .dropdown-menu .link-list > .disabled > a .nav-underline .tab.active a:after,
.nav-underline .tab.active .header-site .left-nav > ul li .dropdown .dropdown-menu .link-list > .disabled > a a:after,
.dropdown-menu .header-site .left-nav > ul li .dropdown .link-list > .disabled > a .active:after,
.dropdown-menu .header-site .left-nav > ul li .dropdown .link-list > .disabled > a .nav-underline .tab.active a:after,
.nav-underline .tab.active .dropdown-menu .header-site .left-nav > ul li .dropdown .link-list > .disabled > a a:after,
.header-site .left-nav > ul li .dropdown .dropdown-menu > li > a .active:after,
.header-site .left-nav > ul li .dropdown .dropdown-menu > li > a .nav-underline .tab.active a:after,
.nav-underline .tab.active .header-site .left-nav > ul li .dropdown .dropdown-menu > li > a a:after,
.header-site .left-nav > ul li .dropdown .dropdown-menu .link-list > li > a .active:after,
.header-site .left-nav > ul li .dropdown .dropdown-menu .link-list > li > a .nav-underline .tab.active a:after,
.nav-underline .tab.active .header-site .left-nav > ul li .dropdown .dropdown-menu .link-list > li > a a:after,
.dropdown-menu .header-site .left-nav > ul li .dropdown .link-list > li > a .active:after,
.dropdown-menu .header-site .left-nav > ul li .dropdown .link-list > li > a .nav-underline .tab.active a:after,
.nav-underline .tab.active .dropdown-menu .header-site .left-nav > ul li .dropdown .link-list > li > a a:after {
  content: "\e928";
  font-family: "adr-it";
  position: absolute;
  right: 28px;
  color: #007ef6;
}
.header-site .left-nav > ul li > a,
.header-site .left-nav > ul li .dropdown > a {
  color: #262b30;
  font-size: 24px;
  text-decoration: none;
  white-space: nowrap;
}
.header-site .left-nav > ul li > a:hover,
.header-site .left-nav > ul li .dropdown > a:hover {
  color: #262b30;
}
.header-site .dropdown__mc {
  position: absolute;
  right: 78px;
  top: 0;
  display: none;
}
@media only screen and (min-width: 700px) {
  .header-site .dropdown__mc {
    display: block;
  }
}
.header-site .dropdown__mc a.btn {
  color: #262b30;
  font-size: 13px;
  line-height: 1.2;
  outline: none;
  padding: 0;
}
.header-site .dropdown__mc a.btn:focus, .header-site .dropdown__mc a.btn:active {
  outline: none;
  border: 0;
  box-shadow: none;
}
.header-site .dropdown__mc a.btn:after {
  content: "\e90d";
  font-family: "adr-it";
  color: #fff;
}
.header-site .dropdown-menu__mc {
  min-width: 120px;
  max-width: 150px;
}

.p-page-full .header-site {
  background-color: transparent;
}
.p-page-full .header-site .logo__color {
  display: none;
}
.p-page-full .header-site .navbar-brand-internal {
  display: none;
}
.p-page-full .header-site .navbar-brand {
  display: flex;
  padding: 0;
  flex: 1;
}
.p-page-full .header-site .primary-menu {
  flex: 1;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .p-page-full .header-site .primary-menu {
    background-color: #fff;
  }
}
.p-page-full .header-site .primary-menu.navigation-bar .navbar-nav .nav-item, .p-page-full .header-site .primary-menu.navigation-bar .navbar-nav .nav-underline .tab, .nav-underline .p-page-full .header-site .primary-menu.navigation-bar .navbar-nav .tab {
  color: #fff;
}
.p-page-full .header-site .primary-menu.navigation-bar .navbar-nav .nav-item .nav-link, .nav-underline .tab .p-page-full .header-site .primary-menu.navigation-bar .navbar-nav .nav-item a, .p-page-full .header-site .primary-menu.navigation-bar .navbar-nav .nav-underline .tab .nav-link, .p-page-full .header-site .primary-menu.navigation-bar .navbar-nav .nav-underline .tab a, .nav-underline .p-page-full .header-site .primary-menu.navigation-bar .navbar-nav .tab .nav-link, .nav-underline .p-page-full .header-site .primary-menu.navigation-bar .navbar-nav .tab a {
  color: #fff;
}
.p-page-full .header-site .primary-menu.navigation-bar .navbar-nav .nav-item .nav-link.active:after, .nav-underline .tab .p-page-full .header-site .primary-menu.navigation-bar .navbar-nav .nav-item a.active:after, .nav-underline .tab.active .p-page-full .header-site .primary-menu.navigation-bar .navbar-nav .nav-item a:after, .p-page-full .header-site .primary-menu.navigation-bar .navbar-nav .nav-underline .tab .nav-link.active:after, .p-page-full .header-site .primary-menu.navigation-bar .navbar-nav .nav-underline .tab a.active:after, .p-page-full .header-site .primary-menu.navigation-bar .navbar-nav .nav-underline .tab.active a:after, .nav-underline .p-page-full .header-site .primary-menu.navigation-bar .navbar-nav .tab .nav-link.active:after, .nav-underline .p-page-full .header-site .primary-menu.navigation-bar .navbar-nav .tab a.active:after, .nav-underline .p-page-full .header-site .primary-menu.navigation-bar .navbar-nav .tab.active a:after {
  background-color: #fff;
}
.p-page-full .header-site .primary-menu.navigation-bar .navbar-nav .nav-item a, .p-page-full .header-site .primary-menu.navigation-bar .navbar-nav .nav-underline .tab a, .nav-underline .p-page-full .header-site .primary-menu.navigation-bar .navbar-nav .tab a {
  color: #fff;
}
.p-page-full .header-site .left-nav {
  flex: 1;
}
.p-page-full .header-site .left-nav > ul li > a,
.p-page-full .header-site .left-nav > ul li .dropdown > a {
  color: #fff;
}
.p-page-full .header-site .left-nav > ul li > a:hover,
.p-page-full .header-site .left-nav > ul li .dropdown > a:hover {
  color: #fff;
}
.p-page-full .header-site .dropdown__mc a.btn {
  color: #fff;
}
.p-page-full .header-site.sticky-h {
  background-color: #ffffff;
  position: fixed;
  height: auto;
  top: 0;
  z-index: 6;
  box-shadow: 1px 5px 6px -5px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 1px 5px 6px -5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 1px 5px 6px -5px rgba(0, 0, 0, 0.16);
}
.p-page-full .header-site.sticky-h .logo__color {
  display: flex;
}
.p-page-full .header-site.sticky-h .logo__white {
  display: none;
}
.p-page-full .header-site.sticky-h .navbar-brand-internal {
  display: none;
}
.p-page-full .header-site.sticky-h .navbar-brand {
  display: flex;
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .p-page-full .header-site.sticky-h .primary-menu {
    background-color: #fff;
  }
}
.p-page-full .header-site.sticky-h .primary-menu.navigation-bar .navbar-nav .nav-item, .p-page-full .header-site.sticky-h .primary-menu.navigation-bar .navbar-nav .nav-underline .tab, .nav-underline .p-page-full .header-site.sticky-h .primary-menu.navigation-bar .navbar-nav .tab {
  color: #262b30;
}
.p-page-full .header-site.sticky-h .primary-menu.navigation-bar .navbar-nav .nav-item .nav-link, .nav-underline .tab .p-page-full .header-site.sticky-h .primary-menu.navigation-bar .navbar-nav .nav-item a, .p-page-full .header-site.sticky-h .primary-menu.navigation-bar .navbar-nav .nav-underline .tab .nav-link, .p-page-full .header-site.sticky-h .primary-menu.navigation-bar .navbar-nav .nav-underline .tab a, .nav-underline .p-page-full .header-site.sticky-h .primary-menu.navigation-bar .navbar-nav .tab .nav-link, .nav-underline .p-page-full .header-site.sticky-h .primary-menu.navigation-bar .navbar-nav .tab a {
  color: #262b30;
}
.p-page-full .header-site.sticky-h .primary-menu.navigation-bar .navbar-nav .nav-item .nav-link.active:after, .nav-underline .tab .p-page-full .header-site.sticky-h .primary-menu.navigation-bar .navbar-nav .nav-item a.active:after, .nav-underline .tab.active .p-page-full .header-site.sticky-h .primary-menu.navigation-bar .navbar-nav .nav-item a:after, .p-page-full .header-site.sticky-h .primary-menu.navigation-bar .navbar-nav .nav-underline .tab .nav-link.active:after, .p-page-full .header-site.sticky-h .primary-menu.navigation-bar .navbar-nav .nav-underline .tab a.active:after, .p-page-full .header-site.sticky-h .primary-menu.navigation-bar .navbar-nav .nav-underline .tab.active a:after, .nav-underline .p-page-full .header-site.sticky-h .primary-menu.navigation-bar .navbar-nav .tab .nav-link.active:after, .nav-underline .p-page-full .header-site.sticky-h .primary-menu.navigation-bar .navbar-nav .tab a.active:after, .nav-underline .p-page-full .header-site.sticky-h .primary-menu.navigation-bar .navbar-nav .tab.active a:after {
  background-color: #262b30;
}
.p-page-full .header-site.sticky-h .primary-menu.navigation-bar .navbar-nav .nav-item a, .p-page-full .header-site.sticky-h .primary-menu.navigation-bar .navbar-nav .nav-underline .tab a, .nav-underline .p-page-full .header-site.sticky-h .primary-menu.navigation-bar .navbar-nav .tab a {
  color: #262b30;
}
.p-page-full .header-site.sticky-h .left-nav ul li > a,
.p-page-full .header-site.sticky-h .left-nav ul li .dropdown > a {
  color: #262b30;
}
.p-page-full .header-site.sticky-h .left-nav ul li > a:hover,
.p-page-full .header-site.sticky-h .left-nav ul li .dropdown > a:hover {
  color: #262b30;
}
.p-page-full .header-site.sticky-h .dropdown__mc a.btn {
  color: #262b30;
}

.cont-side-menu {
  width: 353px;
  top: 0;
  background-color: white;
  height: 100vh;
  position: fixed;
  right: -353px;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 30;
}
.cont-side-menu.show {
  right: 0;
}
.cont-side-menu.show .header i {
  transform: rotate(0deg) skewX(0deg);
}
.cont-side-menu .header {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 10px 10px;
}
.cont-side-menu .header img {
  width: 60px;
  height: 60px;
  border-radius: 2.5px;
}
.cont-side-menu .header h1 {
  font-weight: normal;
  margin-top: 10px;
  font-size: 22px;
}
.cont-side-menu .header span:before {
  font-size: 24px;
}
.cont-side-menu .contenuto {
  padding: 0 20px;
  overflow-y: scroll;
}
.cont-side-menu .contenuto .form-group-default {
  background-color: #fff;
  position: relative;
  border: 1.5px solid #e0e3e8;
  border-radius: 4px;
  padding-top: 7px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 4px;
  width: 100%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media only screen and (max-width: 600px) {
  .cont-side-menu .contenuto .form-group-default {
    padding: 5.5px 18px 1px 14px;
  }
}
.cont-side-menu .contenuto .form-group-default option {
  font-size: 16px;
  font-weight: 500;
}
.cont-side-menu .contenuto .form-group-default input {
  width: 100%;
  border: none;
}
.cont-side-menu .contenuto .form-group-default .form-title {
  font-size: 16px;
  font-weight: 500;
  color: #262b30;
}
.cont-side-menu .contenuto .form-group-default.focused {
  background-color: #f0f0f0;
}
.cont-side-menu .contenuto .form-group-default.required:after {
  color: #f55753;
  content: "*";
  font-family: arial;
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 6px;
}
.cont-side-menu .contenuto .form-group-default .form-control {
  border: 0;
  padding: 0;
  margin-top: -4px;
  background: 0 0;
  border-radius: 0;
  resize: vertical;
}
.cont-side-menu .contenuto .form-group-default select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: inherit !important;
  font-size: 15px;
  font-weight: 500;
}
.cont-side-menu .contenuto .form-group-default .control-label {
  margin: 0;
  display: block;
  line-height: 20px;
  margin-bottom: 2px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.cont-side-menu .contenuto .form-group .control-label {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  color: #818d9c;
}
@media only screen and (max-width: 600px) {
  .cont-side-menu .contenuto .form-group .control-label {
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: none;
    font-weight: 400;
  }
}
.cont-side-menu .contenuto .has-search {
  padding: 25px 0;
}
.cont-side-menu .contenuto .has-search input {
  background-color: #edeff3;
  border-radius: 50px;
  font-size: 15px;
  padding: 10px 12px;
  height: auto;
}
.cont-side-menu .contenuto button {
  width: 100%;
  font-size: 16px;
}
.cont-side-menu .contenuto .menu-left li {
  margin-bottom: 27px;
}
.cont-side-menu .contenuto .menu-left li a {
  font-size: 16px;
  line-height: 140%;
  color: #262b30;
}
.cont-side-menu .footer {
  padding: 10px 20px;
  background-color: #0057a7;
}
@media only screen and (max-width: 600px) {
  .cont-side-menu .footer {
    padding: 8px;
  }
}
.cont-side-menu .footer a {
  transition: all 0.5s;
  color: #454545;
  cursor: pointer;
}
.cont-side-menu .footer a i {
  margin-right: 10px;
}
.cont-side-menu .footer a:hover {
  color: #e5dada;
}
.cont-side-menu .footer .btn {
  background-color: #1968b0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .cont-side-menu .footer .btn {
    font-size: 15px;
    font-weight: 500;
  }
}
.cont-side-menu .footer .btn:after {
  margin-left: 15px;
}
@media only screen and (max-width: 600px) {
  .cont-side-menu .footer .btn:after {
    margin-left: 7px;
  }
}

.body-container {
  margin-top: -96px;
}
.body-container .body-main {
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
}
.body-container .contenuto-hero .title-hp {
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.35);
  font-size: 80px;
  font-weight: bold;
  text-align: center;
  padding-top: 270px;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .body-container .contenuto-hero .title-hp {
    font-size: 40px;
    padding-top: 220px;
  }
}
.body-container .contenuto-hero a.all-fly {
  text-decoration: none;
  font-size: 18px;
}
.body-container .contenuto-hero a.all-fly:hover {
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 600px) {
  .body-container .contenuto-hero a.all-fly {
    display: none;
  }
}
.body-container .contenuto-hero .banner-end {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
}
.body-container .contenuto-hero .banner-end a.link-fly {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-right: 29px;
}
@media only screen and (max-width: 600px) {
  .body-container .contenuto-hero .banner-end a.link-fly {
    font-size: 20px;
  }
}
.body-container .contenuto-hero .banner-end a.link-fly:hover {
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
.body-container .contenuto-hero .banner-end a.link-fly.active, .body-container .contenuto-hero .banner-end .nav-underline .tab.active a.link-fly, .nav-underline .tab.active .body-container .contenuto-hero .banner-end a.link-fly {
  font-weight: 700;
}
.body-container .contenuto-hero .banner-end a.link-fly:before {
  margin-right: 15px;
  font-size: 35px;
}
.body-container .contenuto-hero .banner-end a.all-fly {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-right: 29px;
}
@media only screen and (max-width: 600px) {
  .body-container .contenuto-hero .banner-end a.all-fly {
    font-size: 16px;
  }
}
.body-container .contenuto-hero .banner-end a.all-fly:hover {
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
.body-container .contenuto-hero .banner-end a.all-fly.active, .body-container .contenuto-hero .banner-end .nav-underline .tab.active a.all-fly, .nav-underline .tab.active .body-container .contenuto-hero .banner-end a.all-fly {
  font-weight: 700;
}
.body-container .contenuto-hero .banner-end a.all-fly:before {
  margin-right: 15px;
  font-size: 18px;
}
.body-container .contenuto-hero .banner-end .has-search {
  width: 100%;
  padding: 30px 0;
  max-width: 611px;
  margin: 0 auto;
}
.body-container .contenuto-hero .banner-end .has-search input {
  border-radius: 24px 0 0 24px;
  padding: 20px;
  border: none;
}
@media only screen and (max-width: 600px) {
  .body-container .contenuto-hero .banner-end .has-search input {
    width: 70%;
    font-size: 16px;
  }
}
.body-container .contenuto-hero .banner-end .has-search button {
  border-radius: 0 24px 24px 0;
  padding: 6px 30px;
  background-color: #007ef6;
  border: none;
}
.body-container .contenuto-hero .banner-end .has-search button i:before {
  color: #fff;
  font-size: 24px;
}
.body-container .contenuto-hero .banner-end-add-waiting {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
}
.body-container .contenuto-hero .banner-end-add-waiting a.link-fly {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-right: 29px;
}
@media only screen and (max-width: 600px) {
  .body-container .contenuto-hero .banner-end-add-waiting a.link-fly {
    font-size: 20px;
  }
}
.body-container .contenuto-hero .banner-end-add-waiting a.link-fly:hover {
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
.body-container .contenuto-hero .banner-end-add-waiting a.link-fly.active, .body-container .contenuto-hero .banner-end-add-waiting .nav-underline .tab.active a.link-fly, .nav-underline .tab.active .body-container .contenuto-hero .banner-end-add-waiting a.link-fly {
  font-weight: 700;
}
.body-container .contenuto-hero .banner-end-add-waiting a.link-fly:before {
  margin-right: 15px;
  font-size: 35px;
}
.body-container .contenuto-hero .banner-end-add-waiting a.all-fly {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-right: 29px;
}
@media only screen and (max-width: 600px) {
  .body-container .contenuto-hero .banner-end-add-waiting a.all-fly {
    font-size: 16px;
  }
}
.body-container .contenuto-hero .banner-end-add-waiting a.all-fly:hover {
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
.body-container .contenuto-hero .banner-end-add-waiting a.all-fly.active, .body-container .contenuto-hero .banner-end-add-waiting .nav-underline .tab.active a.all-fly, .nav-underline .tab.active .body-container .contenuto-hero .banner-end-add-waiting a.all-fly {
  font-weight: 700;
}
.body-container .contenuto-hero .banner-end-add-waiting a.all-fly:before {
  margin-right: 15px;
  font-size: 18px;
}
.body-container .contenuto-hero .banner-end-add-waiting .has-search {
  width: 100%;
  padding: 30px 0;
  max-width: 611px;
  margin: 0 auto;
}
.body-container .contenuto-hero .banner-end-add-waiting .has-search input {
  border-radius: 24px 0 0 24px;
  padding: 20px;
  border: none;
}
@media only screen and (max-width: 600px) {
  .body-container .contenuto-hero .banner-end-add-waiting .has-search input {
    width: 70%;
    font-size: 16px;
  }
}
.body-container .contenuto-hero .banner-end-add-waiting .has-search button {
  border-radius: 0 24px 24px 0;
  padding: 6px 30px;
  background-color: #007ef6;
  border: none;
}
.body-container .contenuto-hero .banner-end-add-waiting .has-search button i:before {
  color: #fff;
  font-size: 24px;
}
.body-container .contenuto-hero .card-hp {
  background-color: rgba(0, 0, 0, 0.5);
  width: 272px;
  border-radius: 0px 5px 5px 0px;
  padding: 12px 16px;
  position: absolute;
  left: 0;
  top: 143px;
  color: #ffffff;
}
@media only screen and (max-width: 600px) {
  .body-container .contenuto-hero .card-hp {
    display: none;
  }
}
.body-container .contenuto-hero .card-hp h4 {
  font-size: 20px;
  font-weight: 600;
  margin-left: 13px;
  line-height: 28px;
}

.journey-section {
  margin: 110px auto;
  /*.form-group-default .form-control:not(textarea) {
    height: 25px;
    min-height: 25px;
  }*/
}
.journey-section .parking {
  margin-right: 40px;
}
@media only screen and (max-width: 600px) {
  .journey-section {
    margin: 40px auto;
  }
}
.journey-section .form-group-default {
  background-color: #fff;
  position: relative;
  border: 1.5px solid #e0e3e8;
  border-radius: 4px;
  padding-top: 7px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 4px;
  overflow: hidden;
  width: 100%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.journey-section .form-group-default option {
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 850px) {
  .journey-section .journeys-section {
    flex-flow: column;
  }
}
.journey-section .form-group-default.focused {
  background-color: #f0f0f0;
}
.journey-section .form-group-default.required:after {
  color: #f55753;
  content: "*";
  font-family: arial;
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 6px;
}
.journey-section .form-group-default .form-control {
  border: 0;
  padding: 0;
  margin-top: -4px;
  background: 0 0;
  border-radius: 0;
  resize: vertical;
  font-size: 14px;
}
.journey-section .form-group-default select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: inherit !important;
  font-size: 15px;
  font-weight: 500;
}
.journey-section .form-group-default .control-label {
  margin: 0;
  display: block;
  line-height: 20px;
  margin-bottom: 2px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.journey-section .form-group .control-label {
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
}
.journey-section h3 {
  font-weight: bold;
  font-size: 44px;
  line-height: 110%;
  color: #0057a7;
  margin-bottom: 36px;
}
@media only screen and (max-width: 600px) {
  .journey-section h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 600px) {
  .journey-section .p-mobile-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.journey-section .card-menu {
  background-color: #fff;
  border: 1px solid #e0e3e8;
  box-sizing: border-box;
  border-radius: 8px;
}
@media only screen and (max-width: 600px) {
  .journey-section .card-menu {
    margin: 0;
  }
}
.journey-section .card-menu .form-title {
  font-size: 16px;
  font-weight: 500;
  color: #262b30;
}
.journey-section .card-menu .title-sec {
  padding: 10px 10px 0 10px;
}
.journey-section .card-menu .title-sec img {
  border-radius: 4px;
  max-width: 100%;
}
.journey-section .card-menu .title-sec h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #262b30;
}
.journey-section .card-menu .inputpart {
  padding: 10px;
}
.journey-section .card-menu .footer-card {
  background-color: #007ef6;
  border-radius: 0 0 8px 8px;
  padding: 20px 0;
  text-align: center;
}
.journey-section .card-menu .footer-card a {
  font-size: 18px;
  color: #fff;
}

.card-list {
  padding: 30px 0;
}
@media only screen and (max-width: 600px) {
  .card-list {
    padding: 20px 0;
  }
}
.card-list h4 {
  font-size: 28px;
  font-weight: 500;
  color: #0057a7;
  margin-bottom: 32px;
}
.card-list .card-box {
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
@media only screen and (max-width: 800px) {
  .card-list .card-box {
    margin: 0 6px;
    flex-flow: column;
  }
}
.card-list .card-box .card-prod {
  background: #ffffff;
  border: 1px solid #f3f4f7;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  padding: 40px 8px;
}
@media only screen and (max-width: 600px) {
  .card-list .card-box .card-prod {
    flex-flow: wrap !important;
  }
}
.card-list .card-box .card-prod:hover {
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .card-list .card-box .card-prod .text {
    flex: 0 0 82%;
    text-align: left;
  }
}
.card-list .card-box .card-prod .img-card {
  margin-bottom: 32px;
}
@media only screen and (max-width: 600px) {
  .card-list .card-box .card-prod .img-card {
    flex: 0 0 15%;
    margin-right: 3%;
    align-self: flex-start;
  }
}
.card-list .card-box .card-prod h4 {
  font-weight: 600;
  font-size: 20px;
  color: #0057a7;
  line-height: 140%;
}
.card-list .card-box .card-prod p {
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #4c5560;
}
.card-list .card-box .card-prod img {
  max-width: 100%;
  width: 72px;
}
.card-list .card-box .card-prod .btn {
  background: #007ef6;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .card-list .card-box .card-prod .btn {
    width: 100%;
    flex: 0 0 100%;
  }
}
.card-list .card-box .card-prod .btn a {
  color: #fff;
}
.card-list .card-menu {
  font-family: "Jost", sans-serif;
}
.card-list .card-menu #typeId.form-control,
.card-list .card-menu #exampleInputEmail1.form-control {
  border: 0 !important;
  padding-left: 0;
  color: #262b30 !important;
  font-size: 15px !important;
}
.card-list .card-menu .form-group .control-label {
  text-transform: capitalize !important;
  font-size: 13px;
  color: #818d9c;
}
.card-list .card-menu .footer-card button {
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: 0;
}
.card-list .card-box .card-prod h4 {
  margin-bottom: 10px;
}
.card-list .card-box .card-prod .btn a {
  font-size: 18px;
  font-weight: 500;
}
.card-list .wrap-adv {
  margin: 40px 0 0;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
}
.card-list .wrap-adv .box-adv {
  max-width: 374px;
  min-width: 180px;
  min-height: 50px;
}
.card-list .wrap-adv .box-adv .component-image {
  border-radius: 10px;
}
@media only screen and (max-width: 600px) {
  .card-list .wrap-adv {
    flex-flow: column;
  }
  .card-list .wrap-adv .box-adv {
    margin-bottom: 10px;
  }
}

.latest-news {
  background-image: url("/o/adr-dxp-theme/images/general/bg-latestnews.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0 40px 0;
}
.latest-news h4 {
  font-weight: bold;
  font-size: 44px;
  line-height: 110%;
  color: #fff;
  margin-bottom: 40px;
}
.latest-news .card-news {
  background: #ffffff;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 33px;
}
.latest-news .card-news img {
  border-radius: 5px;
  width: 100%;
}
.latest-news .card-news .text-part {
  padding-top: 20px;
  padding-right: 60px;
}
@media only screen and (max-width: 600px) {
  .latest-news .card-news .text-part {
    padding-right: 0;
  }
}
.latest-news .card-news .text-part h5 {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: #adb6c2;
}
.latest-news .card-news .text-part h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
  color: #0057a7;
}
.latest-news .card-news .text-part p {
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #262b30;
  margin-bottom: 71px;
}
.latest-news .card-news .text-part .btn {
  background: #007ef6;
  border-radius: 4px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  padding: 11px 20px;
  text-align: center;
  color: #ffffff;
  width: fit-content;
}
.latest-news .card-news .text-part .btn:after {
  margin-left: 15px;
  font-size: 20px;
}
.latest-news a {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  display: block;
  color: #ffffff;
}
.latest-news a:after {
  margin-left: 15px;
}

.content-bg {
  background: url("/o/adr-dxp-theme/images/general/bg-homepage.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}

.img__ribbon {
  width: 62px;
}

#content .content-bg {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}
#content .container-hero {
  height: 100vh;
  position: relative;
  margin-top: -110px;
  z-index: 2;
  min-height: 844px;
}
@media only screen and (min-width: 1920px) {
  #content .container-hero {
    max-height: 980px;
  }
}
#content .container-hero .portlet {
  margin-bottom: 0;
}
#content .container-hero .carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 844px;
}
@media only screen and (min-width: 1920px) {
  #content .container-hero .carousel-inner {
    max-height: 980px;
  }
}
#content .container-hero .carousel-inner.carousel-hero-crisi .logo-section {
  text-align: center;
  position: relative;
  top: 15%;
}
#content .container-hero .carousel-inner.carousel-hero-crisi .logo-section img {
  max-width: 150px;
  max-height: 150px;
}
#content .container-hero .carousel-inner.carousel-hero-crisi .text-section {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  padding: 0;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.35);
}
@media only screen and (max-width: 600px) {
  #content .container-hero .carousel-inner.carousel-hero-crisi .text-section {
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
    padding: 0 3%;
  }
}
#content .container-hero .carousel-inner.carousel-hero-crisi .text-section .title-hp-crisi {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: normal;
}
@media only screen and (max-width: 600px) {
  #content .container-hero .carousel-inner.carousel-hero-crisi .text-section .title-hp-crisi {
    font-size: 20px;
  }
}
#content .container-hero .carousel-inner.carousel-hero-crisi .text-section .desc-hp {
  font-size: 33px;
  line-height: normal;
}
@media only screen and (max-width: 600px) {
  #content .container-hero .carousel-inner.carousel-hero-crisi .text-section .desc-hp {
    font-size: 25px;
  }
}
#content .container-hero .carousel-inner.carousel-hero-crisi .text-section .link.download {
  justify-content: center;
  display: flex;
  color: #fff;
  font-size: 16px;
}
#content .container-hero .carousel-inner.carousel-hero-crisi .text-section .link.download a {
  color: #fff;
  font-size: 16px;
}
#content .container-hero .carousel-inner.carousel-hero-crisi .text-section .link.download a:hover {
  color: #fff;
}
#content .container-hero .carousel-inner.carousel-hero-crisi .text-section .link.url {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}
#content .container-hero .carousel-inner.carousel-hero-crisi .text-section .link.url a {
  color: #fff;
  font-size: 16px;
  background-image: url(../images/ico-link-url-white.png);
}
#content .container-hero .carousel-inner.carousel-hero-crisi .text-section .link.url a:hover {
  color: #fff;
}
#content .container-hero .carousel-indicators {
  top: 326px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  #content .container-hero .carousel-indicators {
    left: auto;
    width: 100%;
    margin: 0 auto;
    bottom: 190px;
  }
}
#content .container-hero .carousel-indicators .active, #content .container-hero .carousel-indicators .nav-underline .tab.active a, .nav-underline .tab.active #content .container-hero .carousel-indicators a {
  border-radius: 7px;
  height: 8px;
  width: 56px;
  background-color: #fff;
}
#content .container-hero .carousel-indicators li {
  background-color: #fff;
  width: 10px;
  height: 8px;
  border: 1.5px solid #e0e3e8;
  border-radius: 7px;
  background-color: transparent;
}
#content .container-hero .carousel-item {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 100%;
  overflow: hidden;
}
#content .container-hero .carousel-item .text-section {
  position: absolute;
  top: 140px;
  text-align: center;
  left: 0;
  right: 0;
  padding: 0 10%;
}
@media only screen and (max-width: 600px) {
  #content .container-hero .carousel-item .text-section {
    position: absolute;
    top: 30%;
    transform: translate(0, -50%);
    padding: 0 3%;
  }
}
#content .container-hero .carousel-item .text-section .title-hp {
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.35);
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  #content .container-hero .carousel-item .text-section .title-hp {
    font-size: 34px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1100px) {
  #content .container-hero .carousel-item .text-section .title-hp .title-hp {
    font-size: 54px !important;
  }
}
#content .container-hero .carousel-item .text-section .btn-orange {
  background-color: #ffa90a;
  border-radius: 24px;
  padding: 11px 24px;
  color: #fff;
  font-size: 18px;
  border: none;
  font-weight: 500;
}
#content .container-hero .carousel-item .text-section .hero-subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  /* identical to box height, or 28px */
  color: #ffffff;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 600px) {
  #content .container-hero .carousel-item .text-section .hero-subtitle {
    display: none;
  }
}
#content .container-hero .card-awards {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px 0px 0px 5px;
  position: absolute;
  top: 143px;
  color: #ffffff;
}
#content .container-hero .card-awards a {
  display: flex;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 12px 16px;
  text-decoration: none;
  opacity: 1;
}
#content .container-hero .card-awards a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 600px) {
  #content .container-hero .card-awards {
    display: none;
  }
}
#content .container-hero .card-awards h4 {
  font-size: 20px;
  padding: 0;
  margin: 0;
  font-weight: 600;
  line-height: 28px;
  white-space: nowrap;
}
#content .container-hero .card-awards h4:after {
  font-size: 16px;
  margin-left: 10px;
}
#content .container-hero .banner-end {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  position: absolute;
  bottom: 40px;
  width: 100%;
  z-index: 0;
  padding: 15px 10px;
}
@media only screen and (min-width: 600px) {
  #content .container-hero .banner-end {
    padding: 15px 30px 40px;
  }
}
@media only screen and (min-width: 1200px) {
  #content .container-hero .banner-end {
    padding: 15px 60px 40px;
  }
}
#content .container-hero .banner-end .flights-widget {
  padding: 0 !important;
}
#content .container-hero .banner-end ul.nav {
  color: #fff;
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  #content .container-hero .banner-end ul.nav {
    margin-bottom: 10px;
    justify-content: space-evenly;
  }
}
#content .container-hero .banner-end ul.nav li {
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.7);
}
#content .container-hero .banner-end ul.nav li a {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid transparent;
  padding: 0;
}
#content .container-hero .banner-end ul.nav li a:hover, #content .container-hero .banner-end ul.nav li a.active, #content .container-hero .banner-end ul.nav li .nav-underline .tab.active a, .nav-underline .tab.active #content .container-hero .banner-end ul.nav li a {
  padding-bottom: 10px;
  border-bottom: 2px solid #ffffff;
  color: rgb(255, 255, 255);
}
#content .container-hero .banner-end ul.nav .txt-fly {
  font-size: 44px;
  font-weight: 700;
  margin-right: 35px;
}
@media only screen and (max-width: 600px) {
  #content .container-hero .banner-end ul.nav .txt-fly {
    font-size: 28px;
    font-weight: 500;
    margin-right: 0;
  }
}
#content .container-hero .banner-end ul.nav .txt-fly:before {
  margin-right: 10px;
}
#content .container-hero .banner-end ul.nav .txt-fly:hover {
  text-decoration: underline;
}
#content .container-hero .banner-end .flights-widget .tab-content .tab-pane .cont-input {
  display: flex;
}
#content .container-hero .banner-end .flights-widget .tab-content .tab-pane .cont-input input {
  border-radius: 24px;
  padding: 20px;
  border: none;
  font-size: 16px !important;
  color: #262B30 !important;
}
#content .container-hero .banner-end .flights-widget .tab-content .tab-pane .cont-input input::placeholder {
  font-size: 16px;
  color: #818D9C;
}
#content .container-hero .banner-end .flights-widget .tab-content .tab-pane .cont-input input.form-control:focus {
  box-shadow: none;
}
#content .container-hero .banner-end .flights-widget .tab-content .tab-pane .cont-input .cont-datepicker-sf {
  min-width: auto;
  flex: 30%;
  margin-right: 24px;
  width: auto;
}
#content .container-hero .banner-end .flights-widget .tab-content .tab-pane .cont-input .cont-datepicker-sf input {
  background-image: url("/o/adr-dxp-theme/images/general/input-bg-cal.svg");
  background-position: right center;
  background-repeat: no-repeat;
  width: 100%;
}
#content .container-hero .banner-end .flights-widget .tab-content .tab-pane .cont-input .cont-searchbar-sf {
  position: relative;
  min-width: auto;
  flex: 70%;
  width: auto;
}
#content .container-hero .banner-end .flights-widget .tab-content .tab-pane .cont-input .cont-searchbar-sf input {
  background-image: url("/o/adr-dxp-theme/images/general/input-bg-search.svg");
  background-position: right center;
  background-repeat: no-repeat;
}
#content .container-hero .banner-end .flights-widget .tab-content .tab-pane .cont-input .cont-searchbar-sf input::placeholder {
  font-size: 16px;
  color: #818D9C !important;
}
#content .container-hero .banner-end .flights-widget .tab-content .tab-pane .cont-input .cont-searchbar-sf .butt-sim {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: 0;
  width: 70px;
  border-radius: 0 20px 20px 0;
  background: transparent;
  font-size: 0;
}
@media only screen and (max-width: 1000px) {
  #content .container-hero .banner-end .flights-widget .tab-content .tab-pane .cont-input {
    display: flex;
    flex-flow: column;
    width: 100%;
  }
  #content .container-hero .banner-end .flights-widget .tab-content .tab-pane .cont-input .cont-datepicker-sf, #content .container-hero .banner-end .flights-widget .tab-content .tab-pane .cont-input .cont-searchbar-sf {
    width: 100%;
    margin: 8px 0;
    min-width: none;
    flex: auto;
  }
  #content .container-hero .banner-end .flights-widget .tab-content .tab-pane .cont-input .cont-datepicker-sf input, #content .container-hero .banner-end .flights-widget .tab-content .tab-pane .cont-input .cont-searchbar-sf input {
    height: 48px !important;
    border-radius: 24px;
    width: 100%;
  }
  #content .container-hero .banner-end .flights-widget .tab-content .tab-pane .cont-input .cont-searchbar-sf input {
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 72px;
  }
  #content .container-hero .banner-end .flights-widget .tab-content .tab-pane .cont-input .cont-searchbar-sf input::placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  #content .container-hero .banner-end .searchbar {
    flex-flow: column;
  }
}
#content .container-hero .banner-end .unstyled::-webkit-inner-spin-button,
#content .container-hero .banner-end .unstyled::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
}
#content .container-hero .banner-end a.link-fly {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-right: 29px;
}
@media only screen and (max-width: 600px) {
  #content .container-hero .banner-end a.link-fly {
    font-size: 18px;
  }
}
#content .container-hero .banner-end a.link-fly:hover {
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
#content .container-hero .banner-end a.link-fly.active, #content .container-hero .banner-end .nav-underline .tab.active a.link-fly, .nav-underline .tab.active #content .container-hero .banner-end a.link-fly {
  font-weight: 600;
}
#content .container-hero .banner-end a.link-fly:before {
  margin-right: 15px;
  font-size: 35px;
}
#content .container-hero .banner-end a.all-fly {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-right: 29px;
}
@media only screen and (max-width: 600px) {
  #content .container-hero .banner-end a.all-fly {
    display: none;
  }
}
#content .container-hero .banner-end a.all-fly:hover {
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
#content .container-hero .banner-end a.all-fly.active, #content .container-hero .banner-end .nav-underline .tab.active a.all-fly, .nav-underline .tab.active #content .container-hero .banner-end a.all-fly {
  font-weight: 700;
}
#content .container-hero .banner-end a.all-fly:before {
  margin-right: 15px;
  font-size: 18px;
}
#content .container-hero .banner-end .has-search {
  width: 100%;
  padding: 24px 0;
  margin: 0 auto;
}
#content .container-hero .banner-end .has-search input {
  border-radius: 24px 0 0 24px;
  padding: 20px;
  border: none;
}
@media only screen and (max-width: 600px) {
  #content .container-hero .banner-end .has-search input {
    width: 70%;
    font-size: 16px;
  }
}
#content .container-hero .banner-end .has-search button {
  border-radius: 0 24px 24px 0;
  padding: 6px 30px;
  background-color: #007ef6;
  border: none;
}
#content .container-hero .banner-end .has-search button i:before {
  color: #fff;
  font-size: 24px;
}
#content .container-hero .banner-end .meteo-widget {
  text-align: left;
  padding: 0;
  color: #ffffff;
  display: flex;
  flex-flow: column;
  align-self: flex-end;
}
#content .container-hero .banner-end .meteo-widget a {
  color: #fff;
}
#content .container-hero .banner-end .meteo-widget a:hover {
  text-decoration: none;
}
#content .container-hero .banner-end .meteo-widget .row.meteotop, #content .container-hero .banner-end .meteo-widget .form-horizontal > .meteotop.form-group {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  justify-content: flex-end;
}
@media only screen and (max-width: 1000px) {
  #content .container-hero .banner-end .meteo-widget {
    display: none;
  }
}
#content .container-hero .banner-end .meteo-widget h4 {
  font-size: 24px;
  font-weight: 400;
  text-align: right;
}
#content .container-hero .banner-end .meteo-widget p {
  font-size: 36px;
  font-weight: 600;
  margin: 0;
}
#content .container-hero .banner-end .meteo-widget p:after {
  margin-left: 26px;
  font-size: 60px;
}
#content .container-hero .banner-end-add-waiting {
  text-align: center;
  position: absolute;
  bottom: 40px;
  width: 100%;
  z-index: 0;
}
#content .container-hero .banner-end-add-waiting .waiting-time-widget {
  width: 100%;
  color: #fff;
  background: rgba(55, 55, 55, 0.3);
  backdrop-filter: blur(10px);
}
#content .container-hero .banner-end-add-waiting .waiting-time-widget .waiting-time {
  display: flex;
  align-items: center;
  padding: 16px 25px;
}
@media only screen and (min-width: 600px) {
  #content .container-hero .banner-end-add-waiting .waiting-time-widget .waiting-time {
    padding: 16px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  #content .container-hero .banner-end-add-waiting .waiting-time-widget .waiting-time {
    padding: 15px 60px;
  }
}
#content .container-hero .banner-end-add-waiting .waiting-time-widget .waiting-time .waiting-cta {
  display: flex;
}
@media only screen and (max-width: 600px) {
  #content .container-hero .banner-end-add-waiting .waiting-time-widget .waiting-time .waiting-cta {
    align-self: center;
    display: flex;
    flex: auto;
    justify-content: flex-end;
  }
  #content .container-hero .banner-end-add-waiting .waiting-time-widget .waiting-time .waiting-cta img {
    width: 32px;
  }
}
#content .container-hero .banner-end-add-waiting .waiting-time-widget .waiting-time .waiting-ico {
  display: flex;
}
@media only screen and (max-width: 600px) {
  #content .container-hero .banner-end-add-waiting .waiting-time-widget .waiting-time .waiting-ico {
    align-self: flex-start;
  }
}
#content .container-hero .banner-end-add-waiting .waiting-time-widget .waiting-time .waiting-info-cont {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 600px) {
  #content .container-hero .banner-end-add-waiting .waiting-time-widget .waiting-time .waiting-info-cont {
    flex-flow: column;
  }
}
#content .container-hero .banner-end-add-waiting .waiting-time-widget .waiting-time .waiting-info-cont .waiting-text {
  font-weight: 700;
  font-size: 20px;
  margin: 0 9px 0 18px;
}
@media only screen and (max-width: 600px) {
  #content .container-hero .banner-end-add-waiting .waiting-time-widget .waiting-time .waiting-info-cont .waiting-text {
    margin: 0 6px 6px;
    font-size: 18px;
  }
}
#content .container-hero .banner-end-add-waiting .waiting-time-widget .waiting-time .waiting-info-cont .waiting-terminal {
  font-weight: 600;
  font-size: 15px;
  margin: 0 0 0 9px;
}
#content .container-hero .banner-end-add-waiting .waiting-time-widget .waiting-time .waiting-info-cont .waiting-terminal span {
  font-weight: 400;
  margin-right: 18px;
}
@media only screen and (max-width: 600px) {
  #content .container-hero .banner-end-add-waiting .waiting-time-widget .waiting-time .waiting-info-cont .waiting-terminal {
    margin: 0 6px;
  }
}
#content .container-hero .banner-end-add-waiting .container-flight-meteo {
  display: flex;
  width: 100%;
  padding: 15px 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%), rgba(0, 126, 246, 0.6);
  gap: 20px;
}
@media only screen and (min-width: 600px) {
  #content .container-hero .banner-end-add-waiting .container-flight-meteo {
    padding: 15px 30px 40px;
  }
}
@media only screen and (min-width: 1200px) {
  #content .container-hero .banner-end-add-waiting .container-flight-meteo {
    padding: 15px 60px 40px;
  }
}
#content .container-hero .banner-end-add-waiting .flights-widget {
  padding: 0 !important;
}
@media only screen and (max-width: 1000px) {
  #content .container-hero .banner-end-add-waiting .flights-widget {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#content .container-hero .banner-end-add-waiting ul.nav {
  color: #fff;
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  #content .container-hero .banner-end-add-waiting ul.nav {
    margin-bottom: 10px;
    justify-content: space-evenly;
  }
}
#content .container-hero .banner-end-add-waiting ul.nav li {
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.7);
}
#content .container-hero .banner-end-add-waiting ul.nav li a {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid transparent;
  padding: 0;
}
#content .container-hero .banner-end-add-waiting ul.nav li a:hover, #content .container-hero .banner-end-add-waiting ul.nav li a.active, #content .container-hero .banner-end-add-waiting ul.nav li .nav-underline .tab.active a, .nav-underline .tab.active #content .container-hero .banner-end-add-waiting ul.nav li a {
  padding-bottom: 10px;
  border-bottom: 2px solid #ffffff;
  color: rgb(255, 255, 255);
}
#content .container-hero .banner-end-add-waiting ul.nav .txt-fly {
  font-size: 44px;
  font-weight: 700;
  margin-right: 35px;
}
@media only screen and (max-width: 600px) {
  #content .container-hero .banner-end-add-waiting ul.nav .txt-fly {
    font-size: 28px;
    font-weight: 500;
    margin-right: 0;
  }
}
#content .container-hero .banner-end-add-waiting ul.nav .txt-fly:before {
  margin-right: 10px;
}
#content .container-hero .banner-end-add-waiting ul.nav .txt-fly:hover {
  text-decoration: underline;
}
#content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input {
  display: flex;
}
#content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input input {
  border-radius: 24px;
  padding: 20px;
  border: none;
  font-size: 16px !important;
  color: #262B30 !important;
  height: 48px !important;
  border: 2px solid #fff !important;
}
#content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input input::placeholder {
  font-size: 16px;
  color: #818D9C;
}
#content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input input.form-control:focus {
  box-shadow: none;
}
#content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input .cont-datepicker-sf {
  min-width: auto;
  flex: 30%;
  margin-right: 24px;
  width: auto;
}
#content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input .cont-datepicker-sf input {
  background-image: url("/o/adr-dxp-theme/images/general/input-bg-cal-circle.svg");
  background-position: right center;
  background-repeat: no-repeat;
  width: 100%;
}
#content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input .cont-searchbar-sf {
  position: relative;
  min-width: auto;
  flex: 70%;
  width: auto;
}
#content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input .cont-searchbar-sf input {
  background-image: url("/o/adr-dxp-theme/images/general/input-bg-search-circle.svg");
  background-position: right center;
  background-repeat: no-repeat;
}
#content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input .cont-searchbar-sf input::placeholder {
  font-size: 16px;
  color: #818D9C !important;
}
#content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input .cont-searchbar-sf .butt-sim {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: 0;
  width: 70px;
  border-radius: 0 20px 20px 0;
  background: transparent;
  font-size: 0;
}
@media only screen and (max-width: 1000px) {
  #content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input {
    display: flex;
    width: 100%;
    gap: 20px;
  }
  #content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input .cont-datepicker-sf {
    flex: 2;
  }
  #content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input .cont-searchbar-sf {
    flex: 3;
  }
  #content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input .cont-datepicker-sf, #content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input .cont-searchbar-sf {
    width: 100%;
    margin: 0;
    min-width: none;
  }
  #content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input .cont-datepicker-sf input, #content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input .cont-searchbar-sf input {
    height: 48px !important;
    border-radius: 24px;
    width: 100%;
  }
  #content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input .cont-searchbar-sf input {
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 72px;
  }
  #content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input .cont-searchbar-sf input::placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 700px) {
  #content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input {
    display: flex;
    flex-flow: column;
    width: 100%;
    gap: 0;
  }
  #content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input .cont-datepicker-sf, #content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input .cont-searchbar-sf {
    width: 100%;
    margin: 8px 0;
    min-width: none;
    flex: auto;
  }
  #content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input .cont-datepicker-sf input, #content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input .cont-searchbar-sf input {
    height: 48px !important;
    border-radius: 24px;
    width: 100%;
  }
  #content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input .cont-searchbar-sf input {
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 72px;
  }
  #content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input .cont-searchbar-sf input::placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  #content .container-hero .banner-end-add-waiting .searchbar {
    flex-flow: column;
  }
}
#content .container-hero .banner-end-add-waiting .unstyled::-webkit-inner-spin-button,
#content .container-hero .banner-end-add-waiting .unstyled::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
}
#content .container-hero .banner-end-add-waiting a.link-fly {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-right: 29px;
}
@media only screen and (max-width: 600px) {
  #content .container-hero .banner-end-add-waiting a.link-fly {
    font-size: 18px;
  }
}
#content .container-hero .banner-end-add-waiting a.link-fly:hover {
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
#content .container-hero .banner-end-add-waiting a.link-fly.active, #content .container-hero .banner-end-add-waiting .nav-underline .tab.active a.link-fly, .nav-underline .tab.active #content .container-hero .banner-end-add-waiting a.link-fly {
  font-weight: 600;
}
#content .container-hero .banner-end-add-waiting a.link-fly:before {
  margin-right: 15px;
  font-size: 35px;
}
#content .container-hero .banner-end-add-waiting a.all-fly {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-right: 29px;
}
@media only screen and (max-width: 600px) {
  #content .container-hero .banner-end-add-waiting a.all-fly {
    display: none;
  }
}
#content .container-hero .banner-end-add-waiting a.all-fly:hover {
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
#content .container-hero .banner-end-add-waiting a.all-fly.active, #content .container-hero .banner-end-add-waiting .nav-underline .tab.active a.all-fly, .nav-underline .tab.active #content .container-hero .banner-end-add-waiting a.all-fly {
  font-weight: 700;
}
#content .container-hero .banner-end-add-waiting a.all-fly:before {
  margin-right: 15px;
  font-size: 18px;
}
#content .container-hero .banner-end-add-waiting .has-search {
  width: 100%;
  padding: 24px 0;
  margin: 0 auto;
}
#content .container-hero .banner-end-add-waiting .has-search input {
  border-radius: 24px 0 0 24px;
  padding: 20px;
  border: none;
}
@media only screen and (max-width: 600px) {
  #content .container-hero .banner-end-add-waiting .has-search input {
    width: 70%;
    font-size: 16px;
  }
}
#content .container-hero .banner-end-add-waiting .has-search button {
  border-radius: 0 24px 24px 0;
  padding: 6px 30px;
  background-color: #007ef6;
  border: none;
}
#content .container-hero .banner-end-add-waiting .has-search button i:before {
  color: #fff;
  font-size: 24px;
}
#content .container-hero .banner-end-add-waiting .meteo-widget {
  text-align: left;
  padding: 0;
  color: #ffffff;
  display: flex;
  align-self: flex-end;
  justify-content: flex-end;
  align-items: center;
}
#content .container-hero .banner-end-add-waiting .meteo-widget:not(.col-md-2) {
  border-left: 1px solid #fff;
  padding-left: 30px;
}
#content .container-hero .banner-end-add-waiting .meteo-widget a {
  color: #fff;
}
#content .container-hero .banner-end-add-waiting .meteo-widget a:hover {
  text-decoration: none;
}
#content .container-hero .banner-end-add-waiting .meteo-widget .row.meteotop, #content .container-hero .banner-end-add-waiting .meteo-widget .form-horizontal > .meteotop.form-group {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  justify-content: flex-end;
}
@media only screen and (max-width: 1000px) {
  #content .container-hero .banner-end-add-waiting .meteo-widget {
    display: none;
  }
}
#content .container-hero .banner-end-add-waiting .meteo-widget h4 {
  font-size: 28px;
  font-weight: 500;
  text-align: right;
  margin: 0;
  margin-right: 36px;
}
#content .container-hero .banner-end-add-waiting .meteo-widget p {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
  display: flex;
  flex-flow: row-reverse;
}
#content .container-hero .banner-end-add-waiting .meteo-widget p:after {
  margin-right: 12px;
  font-size: 36px;
}

.cont-searchbar-sf {
  position: relative;
}
.cont-searchbar-sf ul {
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  max-height: 400px;
  overflow: auto;
  z-index: 9999;
  border-radius: 16px;
  background-color: #fff;
  list-style: none;
  padding: 0;
  border: 1px solid grey;
}
.cont-searchbar-sf ul li:hover {
  background-color: #dedede;
}
.cont-searchbar-sf .flight-row * {
  margin: 0;
}
.cont-searchbar-sf .flight-row {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #dedede;
}
.cont-searchbar-sf .flight-row.no-flight {
  font-weight: bold;
  font-size: 18px;
}
.cont-searchbar-sf .flight-row.no-flight:before {
  margin-right: 20px;
  transform: rotate(45deg);
  font-size: 20px;
}
.cont-searchbar-sf .flight-row img {
  height: 16px;
  margin-right: 40px;
}
@media only screen and (max-width: 600px) {
  .cont-searchbar-sf .flight-row img {
    height: 10px;
    margin-right: 12px;
  }
}
.cont-searchbar-sf .flight-sel {
  display: flex;
  flex-flow: column;
  width: 100%;
}
.cont-searchbar-sf .flight-sel .row1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont-searchbar-sf .flight-sel .row1 p,
.cont-searchbar-sf .flight-sel .row1 h4 {
  font-size: 16px;
  color: #2c292a;
}
@media only screen and (max-width: 600px) {
  .cont-searchbar-sf .flight-sel .row1 p,
  .cont-searchbar-sf .flight-sel .row1 h4 {
    font-size: 12px;
  }
}
.cont-searchbar-sf .flight-sel .row2 {
  display: flex;
  align-items: flex-start;
  align-items: center;
}
.cont-searchbar-sf .flight-sel .row2 p {
  font-size: 14px;
  color: #5e6a75;
}
.cont-searchbar-sf .flight-sel .row3 {
  font-size: 12px;
  color: #5e6a75;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-align: left;
}

.p-ciampino .info-link, .p-fiumicino .info-link {
  display: flex;
}

.p-fiumicino .container-hero .carousel-indicators, .p-ciampino .container-hero .carousel-indicators {
  display: none;
}

.info-link {
  display: none;
  font-size: 12px;
  color: #fff;
  align-items: center;
  height: 28px;
  position: absolute;
  margin-top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #007ef6;
  color: #fff;
  padding: 3px 10px;
  z-index: 99;
  text-decoration: none;
  font-weight: 500;
  border-radius: 0 0 5px 5px;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  align-items: center;
  width: 500px;
}
.info-link:hover {
  text-decoration: none;
  color: #fff;
}
.info-link.collapsed {
  margin-top: 0;
}
.info-link:not(.collapsed)::after {
  transform: rotate(180deg);
}
@media only screen and (max-width: 600px) {
  .info-link {
    width: 100%;
  }
}

.top-banner {
  display: flex;
  background-color: #007ef6;
  padding: 0 60px;
  height: 64px;
  position: relative;
  align-items: center;
  z-index: 4;
  width: 100%;
}
.top-banner p {
  margin-bottom: 0;
  color: #fff;
}
.top-banner img {
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .top-banner {
    padding: 12px 20px;
    flex-flow: wrap;
    height: auto;
  }
}
.top-banner .title-banner {
  display: flex;
  align-items: center;
}
.top-banner .title-banner:before {
  color: #fff;
  font-size: 26px;
  margin-right: 20px;
}
@media only screen and (max-width: 600px) {
  .top-banner .title-banner {
    font-size: 20px;
    font-weight: 600;
  }
}
.top-banner .title-banner {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin: 0 24px 0 0;
}
.top-banner .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.top-banner .close span {
  font-size: 0;
}
.top-banner .close span:before {
  font-size: 24px;
  color: #fff;
  border: 0;
}
.top-banner a,
.top-banner span {
  display: inline-block;
}
.top-banner a {
  text-decoration: none;
  color: #262b30;
}

.cont-alert {
  padding: 0;
  background-color: #fff;
}
.cont-alert .card-alert {
  box-shadow: none;
  padding: 24px 30px;
  margin-bottom: 0;
  display: flex;
}
@media only screen and (max-width: 800px) {
  .cont-alert .card-alert {
    flex-flow: column;
  }
}
.cont-alert .card-alert .card-text {
  display: flex;
}
.cont-alert .card-alert .card-text img {
  width: 88px;
  height: 88px;
  margin-right: 10px;
}
.cont-alert .card-alert .card-text p {
  font-size: 16px;
  color: #4c5560;
}
.cont-alert .card-alert .card-cta {
  font-size: 18px;
  padding: 20px;
  align-self: flex-end;
}
.cont-alert .card-alert .card-cta a::after {
  margin-left: 3px;
}

/* Customizzazione icona accessibilità di Accessiway */
.acsb-trigger.acsb-trigger-size-medium {
  border: 3px solid #fff;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
}

.acsb-trigger.acsb-trigger-size-small {
  border: 3px solid #fff;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
}

.header-iv {
  padding-top: 70px;
  background-image: url(/o/adr-dxp-theme/images/general/bg-flight.jpg);
  background-size: cover;
  height: 276px;
  background-position: center;
}
@media only screen and (min-width: 1366px) {
  .header-iv {
    margin: 0 -62px;
    max-width: 1366px;
  }
}
@media only screen and (max-width: 991px) {
  .header-iv {
    height: auto;
    padding: 70px 15px 20px 15px;
  }
}
@media only screen and (max-width: 600px) {
  .header-iv {
    height: auto;
    padding: 30px 15px 30px 15px;
    text-align: center;
  }
}
.header-iv .title-iv {
  font-weight: 600;
  font-size: 80px;
  color: #fff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .header-iv .title-iv {
    font-size: 52px;
  }
}
@media only screen and (max-width: 600px) {
  .header-iv .title-iv {
    font-size: 30px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 320px) {
  .header-iv .title-iv {
    font-size: 26px;
    margin-bottom: 0;
  }
}
.header-iv .subt-iv {
  font-weight: normal;
  font-size: 36px;
  color: #fff;
}
.header-iv .date {
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
  text-align: right;
  color: #4c5560;
}
@media only screen and (max-width: 800px) {
  .header-iv .text-right {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .tab-pane .d-flex {
    flex-flow: column;
  }
}

@media only screen and (max-width: 1000px) {
  #content .cont-search-box {
    padding: 0;
  }
}
#content .cont-search-box .card-search {
  background: #ffffff;
  margin-top: -110px;
  border: 1px solid #edeff3 !important;
  box-sizing: border-box;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px;
}
@media only screen and (max-width: 991px) {
  #content .cont-search-box .card-search {
    margin-top: 0;
    width: 100%;
    position: unset;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  #content .cont-search-box .card-search .bootstrap-select {
    width: 100% !important;
  }
}
#content .cont-search-box .card-search .bootstrap-select .filter-option {
  display: flex;
  align-items: center;
}
#content .cont-search-box .card-search .col-lg-2 {
  flex: 0 0 20%;
  max-width: 20%;
}
@media only screen and (max-width: 991px) {
  #content .cont-search-box .card-search .col-lg-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media all and (min-width: 992px) and (max-width: 1279px) {
  #content .cont-search-box .card-search .col-lg-2 {
    max-width: 22% !important;
    flex: 0 0 22% !important;
    padding: 0 5px !important;
  }
}
#content .cont-search-box .card-search .col-lg-6 {
  flex: 0 0 40%;
  max-width: 40%;
}
@media only screen and (max-width: 991px) {
  #content .cont-search-box .card-search .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
  }
}
@media all and (min-width: 992px) and (max-width: 1279px) {
  #content .cont-search-box .card-search .col-lg-6 {
    max-width: 32% !important;
    flex: 0 0 32% !important;
  }
}
#content .cont-search-box .card-search .card-head {
  border-bottom: 2px solid #edeff3 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content .cont-search-box .card-search .card-head .last-updt {
  color: #818d9c;
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
  padding-right: 25px;
  margin-bottom: 0;
}
#content .cont-search-box .card-search .card-head .last-updt:before {
  margin-right: 10px;
  color: #0057a7;
}
#content .cont-search-box .card-search .card-head .last-updt span.time-h {
  color: #4c5560;
}
@media only screen and (max-width: 991px) {
  #content .cont-search-box .card-search .card-head .last-updt {
    display: none;
  }
}
#content .cont-search-box .card-search .card-head .nav-pills {
  padding: 0 25px;
}
@media only screen and (max-width: 991px) {
  #content .cont-search-box .card-search .card-head .nav-pills {
    padding: 0;
  }
}
#content .cont-search-box .card-search .card-head .nav-pills li a {
  font-weight: bold;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  color: #0057a7;
  opacity: 0.7;
}
#content .cont-search-box .card-search .card-head .nav-pills li a:before {
  margin-right: 15px;
}
@media only screen and (max-width: 991px) {
  #content .cont-search-box .card-search .card-head .nav-pills li a {
    font-size: 19px;
  }
}
#content .cont-search-box .card-search .card-head .nav-pills li.active a {
  background-color: transparent;
  opacity: 1;
  border-bottom: 1.5px solid #0057a7;
  border-radius: 0;
}
#content .cont-search-box .card-search .has-search {
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  #content .cont-search-box .card-search .has-search {
    width: 100%;
    padding: 10px 0;
  }
}
#content .cont-search-box .card-search .has-search.date-select-ic .filter-option-inner-inner {
  width: 100%;
}
#content .cont-search-box .card-search .has-search.date-select-ic .filter-option-inner-inner:before {
  content: "\e90c";
  font-family: "adr-it" !important;
  font-size: 20px;
  margin-right: 10px;
}
#content .cont-search-box .card-search .has-search.time-select-ic .filter-option-inner-inner {
  width: 100%;
}
#content .cont-search-box .card-search .has-search.time-select-ic .filter-option-inner-inner:before {
  content: "\e913";
  font-family: "adr-it" !important;
  font-size: 20px;
  margin-right: 10px;
}
#content .cont-search-box .card-search .has-search.company-select-ic {
  width: 100%;
}
#content .cont-search-box .card-search .has-search.company-select-ic .filter-option-inner-inner:before {
  content: "\e902";
  font-family: "adr-it" !important;
  font-size: 20px;
  margin-right: 10px;
}
#content .cont-search-box .card-search .has-search .input-group-append {
  width: 84px;
}
#content .cont-search-box .card-search .has-search .cont-select {
  background-color: #007ef6;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#content .cont-search-box .card-search .has-search .cont-select .show > .btn-light.dropdown-toggle {
  background: #004a8f;
}
#content .cont-search-box .card-search .has-search .cont-select .show > .btn-light.dropdown-toggle:after {
  content: "\e90d";
  font-family: "adr-it";
}
#content .cont-search-box .card-search .has-search .cont-select .filter-option {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  padding-right: 0;
}
#content .cont-search-box .card-search .has-search .cont-select .dropdown-menu.show {
  padding: 0;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#content .cont-search-box .card-search .has-search .cont-select .dropdown-menu.show ::-webkit-scrollbar {
  width: 3px;
}
#content .cont-search-box .card-search .has-search .cont-select .dropdown-menu.show ::-webkit-scrollbar-track {
  border-radius: 10px;
}
#content .cont-search-box .card-search .has-search .cont-select .dropdown-menu.show ::-webkit-scrollbar-thumb {
  background: #adb6c2;
  border-radius: 10px;
}
#content .cont-search-box .card-search .has-search .cont-select .dropdown-menu.show ::-webkit-scrollbar-thumb:hover {
  background: grey;
}
#content .cont-search-box .card-search .has-search .cont-select .dropdown-menu.show li a {
  font-weight: 500;
  font-size: 15px;
}
#content .cont-search-box .card-search .has-search .cont-select .dropdown-menu.show li a span {
  font-size: 17px;
  font-weight: 500;
}
#content .cont-search-box .card-search .has-search .cont-select .dropdown-menu.show li.active {
  color: red;
}
#content .cont-search-box .card-search .has-search .cont-select .dropdown-menu.show .bs-searchbox {
  padding: 4px;
}
#content .cont-search-box .card-search .has-search .cont-select .dropdown-menu.show .bs-searchbox input {
  background: #edeff3;
  border: 1px solid #e0e3e8;
  border-radius: unset;
}
@media only screen and (max-width: 800px) {
  #content .cont-search-box .card-search .has-search .cont-select .dropdown-menu.show .bs-searchbox input {
    width: 100% !important;
  }
}
#content .cont-search-box .card-search .has-search ::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
#content .cont-search-box .card-search .has-search input {
  border: 1px solid #e0e3e8;
}
#content .cont-search-box .card-search .has-search input[type=search] {
  border-radius: 24px 0 0 24px;
  width: calc(98% - 84px);
  padding: 0 10px 0 20px;
}
#content .cont-search-box .card-search .has-search input[type=date] {
  background-color: #007ef6;
  border-radius: 4px;
  color: #fff;
  border: 0;
}
#content .cont-search-box .card-search .has-search input[type=time] {
  background-color: #007ef6;
  border-radius: 4px;
  color: #fff;
  border: 0;
}
@media only screen and (max-width: 800px) {
  #content .cont-search-box .card-search .has-search input {
    width: 70%;
    font-size: 16px;
  }
}
#content .cont-search-box .card-search .has-search select {
  background-color: #007ef6;
  border-radius: 4px;
  color: #fff !important;
  border: 0;
  padding: 7.5px;
  height: unset !important;
  border: unset !important;
  font-size: unset !important;
}
#content .cont-search-box .card-search .has-search select:focus {
  border: 0;
}
#content .cont-search-box .card-search .has-search button {
  border-radius: 0 24px 24px 0;
  padding: 6px 30px;
  background-color: #007ef6;
  border: none;
}
#content .cont-search-box .card-search .has-search button.dropdown-toggle {
  border-radius: 4px;
  padding: 7.5px 20px;
}
@media all and (min-width: 901px) and (max-width: 1279px) {
  #content .cont-search-box .card-search .has-search button.dropdown-toggle {
    padding: 7.5px 10px;
  }
}
#content .cont-search-box .card-search .has-search button.dropdown-toggle i:before {
  font-size: 20px;
}
#content .cont-search-box .card-search .has-search button i:before {
  color: #fff;
  font-size: 24px;
}
#content .cont-search-box .card-search .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.bg-grey {
  background-color: #f9fafb;
}

.card-flight {
  padding-top: 30px;
}
@media only screen and (max-width: 800px) {
  .card-flight {
    padding-top: 24px;
  }
}
.card-flight .header-tab {
  border-bottom: 1px solid #004a8f;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1000px) {
  .card-flight .header-tab {
    display: none;
  }
}
.card-flight table thead,
.card-flight table tbody {
  background: none !important;
}
.card-flight h5 {
  margin-bottom: 0 !important;
}
.card-flight .title-tab {
  font-size: 13px;
  line-height: 140%;
  text-transform: uppercase;
  color: #4c5560;
  font-weight: unset;
}
.card-flight .card-fg {
  background: #ffffff;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 991px) {
  .card-flight .card-fg {
    flex-flow: wrap;
    position: relative;
  }
  .card-flight .card-fg__hours {
    order: 1;
    max-width: 20%;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .card-flight .card-fg__hours br {
    display: none;
  }
  .card-flight .card-fg__code {
    order: 4;
    width: 80%;
  }
  .card-flight .card-fg__dest {
    order: 2;
    width: 70%;
  }
  .card-flight .card-fg__terminal {
    order: 3;
    width: 17%;
    margin-bottom: 10px;
  }
  .card-flight .card-fg__arrivals {
    order: 51;
  }
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
  .card-flight .card-fg__arrivals {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 11px auto;
  }
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
  .card-flight .card-fg__arrivals span {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #4c5560;
  }
}
@media only screen and (max-width: 991px) and (min-width: 350px) {
  .card-flight .card-fg td.table-cell.col-md-1.card-fg__details.last {
    background-color: transparent !important;
    text-align: right !important;
  }
}
@media only screen and (max-width: 991px) {
  .card-flight .card-fg__details {
    order: 5;
  }
}
@media only screen and (max-width: 991px) and (min-width: 350px) {
  .card-flight .card-fg__details {
    position: absolute;
    right: 10px;
    top: 82px;
    text-align: right !important;
  }
}
@media only screen and (max-width: 991px) and (min-width: 350px) {
  .card-flight .card-fg__details h5 {
    font-size: 0 !important;
  }
}
@media only screen and (max-width: 991px) and (max-width: 350px) {
  .card-flight .card-fg__details h5 {
    padding: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .card-flight .card-fg__details h5 span {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 991px) and (min-width: 350px) {
  .card-flight .card-fg__details h5 span {
    background-color: #007ef6;
    padding: 5px;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 350px) {
  .card-flight .card-fg__details h5 span:before {
    content: "\e90f";
    color: #fff;
  }
}
.card-flight .card-fg .terminal-icon {
  background-color: #0057a7;
  font-size: 16px;
  padding: 6px 7px;
  border-radius: 5px;
  color: #fff !important;
  font-weight: 600;
}
.card-flight .card-fg .blue-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #0057a7;
}
.card-flight .card-fg .blue-title.flight-time-barred {
  color: #262b30;
  font-size: 12px;
  text-decoration: line-through;
  font-weight: normal;
}
.card-flight .card-fg .arrivato {
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
  color: #257e6d;
}
.card-flight .card-fg .arrivato .status-fly {
  font-weight: 400;
  color: #4c5560;
}
@media only screen and (max-width: 991px) {
  .card-flight .card-fg .arrivato {
    text-align: center;
  }
}
.card-flight .card-fg .schedulato {
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
  color: grey;
}
.card-flight .card-fg .schedulato .status-fly {
  font-weight: 400;
  color: #4c5560;
}
@media only screen and (max-width: 991px) {
  .card-flight .card-fg .schedulato {
    text-align: center;
  }
}
.card-flight .card-fg .cancellato {
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
  color: red;
}
.card-flight .card-fg .cancellato .status-fly {
  font-weight: 400;
  color: #4c5560;
}
@media only screen and (max-width: 991px) {
  .card-flight .card-fg .cancellato {
    text-align: center;
  }
}
.card-flight .card-fg .flight-numb {
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #262b30;
}
.card-flight .card-fg .terminal {
  font-size: 16px;
  line-height: 140%;
  color: #262b30;
}
@media only screen and (max-width: 991px) {
  .card-flight .card-fg .terminal {
    display: none;
  }
}

.pagination {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media only screen and (max-width: 800px) {
  .pagination {
    flex-wrap: nowrap;
    padding-left: 15px;
  }
}
.pagination .btn-pag {
  border-radius: 4px;
  background-color: #ffffff;
  padding: 11px 20px;
  font-size: 18px;
  font-weight: 500;
  box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
  .pagination .btn-pag {
    width: 48%;
    padding: 10px 15px;
  }
}
.pagination .btn-pag.disabilitato {
  color: #adb6c2;
  border: 1px solid #e0e3e8;
}
.pagination .btn-pag.abilitato {
  color: #0057a7;
  border: 1px solid #0057a7;
}
.pagination .previous-p {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #818d9c;
}

@media only screen and (max-width: 800px) {
  .flight-number-row {
    display: flex;
    flex-direction: row;
  }
}
@media only screen and (max-width: 800px) {
  .flight-number-row div:last-child {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 800px) {
  .flight-number-row div:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 800px) {
  .flight-number-row__codeshare {
    flex-direction: column;
  }
}
@media only screen and (max-width: 800px) {
  .flight-number-row__codeshare .grey-subt {
    font-size: 14px;
    margin: 7px 0;
  }
}

.cont-search-box .has-search.time-select-ic .dropdown.select {
  width: 100% !important;
}
.cont-search-box .show > .btn-light.dropdown-toggle:after {
  content: "\e90d";
  font-family: "adr-it";
  font-size: 18px;
  color: white;
}
.cont-search-box .dropdown-toggle:after {
  content: "\e912";
  font-family: "adr-it";
  font-size: 18px;
  color: white;
}
.cont-search-box .dropdown-menu input[type=search] {
  width: 100% !important;
}
.cont-search-box .dropdown-menu .dropdown-item.active, .cont-search-box .dropdown-menu .nav-underline .tab.active a.dropdown-item, .nav-underline .tab.active .cont-search-box .dropdown-menu a.dropdown-item,
.cont-search-box .dropdown-menu .link-list > .disabled > a.active,
.cont-search-box .dropdown-menu .nav-underline .tab.active .link-list > .disabled > a,
.nav-underline .tab.active .cont-search-box .dropdown-menu .link-list > .disabled > a,
.cont-search-box .dropdown-menu > li.disabled.link-list > a > a.active,
.cont-search-box .nav-underline .tab.active .dropdown-menu > li.disabled.link-list > a > a,
.nav-underline .tab.active .cont-search-box .dropdown-menu > li.disabled.link-list > a > a,
.cont-search-box .dropdown-menu .link-list > .disabled.link-list > a > a.active,
.cont-search-box .dropdown-menu .nav-underline .tab.active .link-list > .disabled.link-list > a > a,
.nav-underline .tab.active .cont-search-box .dropdown-menu .link-list > .disabled.link-list > a > a,
.cont-search-box .dropdown-menu > li.disabled.link-list > a.link-list > a > a.active,
.cont-search-box .nav-underline .tab.active .dropdown-menu > li.disabled.link-list > a.link-list > a > a,
.nav-underline .tab.active .cont-search-box .dropdown-menu > li.disabled.link-list > a.link-list > a > a,
.cont-search-box .dropdown-menu .link-list > .disabled.link-list > a.link-list > a > a.active,
.cont-search-box .dropdown-menu .nav-underline .tab.active .link-list > .disabled.link-list > a.link-list > a > a,
.nav-underline .tab.active .cont-search-box .dropdown-menu .link-list > .disabled.link-list > a.link-list > a > a, .cont-search-box .dropdown-menu > li > a.active, .cont-search-box .nav-underline .tab.active .dropdown-menu > li > a, .nav-underline .tab.active .cont-search-box .dropdown-menu > li > a,
.cont-search-box .dropdown-menu .link-list > li > a.active,
.cont-search-box .dropdown-menu .nav-underline .tab.active .link-list > li > a,
.nav-underline .tab.active .cont-search-box .dropdown-menu .link-list > li > a {
  background: #fff;
}
.cont-search-box .dropdown-menu .dropdown-item.active:after, .cont-search-box .dropdown-menu .nav-underline .tab.active a.dropdown-item:after, .nav-underline .tab.active .cont-search-box .dropdown-menu a.dropdown-item:after,
.cont-search-box .dropdown-menu .link-list > .disabled > a.active:after,
.cont-search-box .dropdown-menu .nav-underline .tab.active .link-list > .disabled > a:after,
.nav-underline .tab.active .cont-search-box .dropdown-menu .link-list > .disabled > a:after,
.cont-search-box .dropdown-menu > li.disabled.link-list > a > a.active:after,
.cont-search-box .nav-underline .tab.active .dropdown-menu > li.disabled.link-list > a > a:after,
.nav-underline .tab.active .cont-search-box .dropdown-menu > li.disabled.link-list > a > a:after,
.cont-search-box .dropdown-menu .link-list > .disabled.link-list > a > a.active:after,
.cont-search-box .dropdown-menu .nav-underline .tab.active .link-list > .disabled.link-list > a > a:after,
.nav-underline .tab.active .cont-search-box .dropdown-menu .link-list > .disabled.link-list > a > a:after,
.cont-search-box .dropdown-menu > li.disabled.link-list > a.link-list > a > a.active:after,
.cont-search-box .nav-underline .tab.active .dropdown-menu > li.disabled.link-list > a.link-list > a > a:after,
.nav-underline .tab.active .cont-search-box .dropdown-menu > li.disabled.link-list > a.link-list > a > a:after,
.cont-search-box .dropdown-menu .link-list > .disabled.link-list > a.link-list > a > a.active:after,
.cont-search-box .dropdown-menu .nav-underline .tab.active .link-list > .disabled.link-list > a.link-list > a > a:after,
.nav-underline .tab.active .cont-search-box .dropdown-menu .link-list > .disabled.link-list > a.link-list > a > a:after, .cont-search-box .dropdown-menu > li > a.active:after, .cont-search-box .nav-underline .tab.active .dropdown-menu > li > a:after, .nav-underline .tab.active .cont-search-box .dropdown-menu > li > a:after,
.cont-search-box .dropdown-menu .link-list > li > a.active:after,
.cont-search-box .dropdown-menu .nav-underline .tab.active .link-list > li > a:after,
.nav-underline .tab.active .cont-search-box .dropdown-menu .link-list > li > a:after {
  content: "\e928";
  font-family: "adr-it";
  font-size: 18px;
  color: #0057a7;
  position: absolute;
  top: 25%;
  right: 10px;
}
.cont-search-box .dropdown-menu .dropdown-item:hover,
.cont-search-box .dropdown-menu .link-list > .disabled > a:hover,
.cont-search-box .dropdown-menu > li.disabled.link-list > a > a:hover,
.cont-search-box .dropdown-menu .link-list > .disabled.link-list > a > a:hover,
.cont-search-box .dropdown-menu > li.disabled.link-list > a.link-list > a > a:hover,
.cont-search-box .dropdown-menu .link-list > .disabled.link-list > a.link-list > a > a:hover, .cont-search-box .dropdown-menu > li > a:hover,
.cont-search-box .dropdown-menu .link-list > li > a:hover {
  background: #fff;
  /*
  &:after {
    content: "\e928";
    font-family: "adr-it";
    font-size: 18px;
    color: #0057a7;
    margin-left: 50px;
    position: absolute;
    top: 25%;
    right: 10px;
  }
  */
}

.btn-search-cancel .glyphicon {
  display: none !important;
}

footer.f-site {
  position: relative;
}
footer.f-site .footer__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
@media only screen and (max-width: 600px) {
  footer.f-site .footer__container {
    padding: 0 24px;
  }
}
footer.f-site .top-footer {
  border-bottom: 1px solid #f3f4f7;
  padding: 26px 0;
}
footer.f-site .top-footer .btn__contact {
  width: 100%;
  margin: 12px 0;
}
footer.f-site .top-footer .btn__contact .footer__contact {
  background-color: #007ef6;
  font-size: 18px;
  font-weight: 500;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  padding: 0;
  border-radius: 4px;
}
footer.f-site .top-footer .btn__contact .footer__contact:before {
  margin-right: 11px;
}
@media (min-width: 600px) {
  footer.f-site .top-footer .btn__contact {
    width: 232px;
    height: 52px;
    margin: 0;
  }
}
footer.f-site .top-footer .menu__box {
  border: 1px solid #E0E3E8;
  height: 52px;
  border-radius: 4px;
  padding: 0 5px;
  flex: 0 0 100%;
  margin: 6px 0;
  position: relative;
}
@media only screen and (max-width: 600px) {
  footer.f-site .top-footer .menu__box {
    margin: 12px 0;
  }
}
footer.f-site .top-footer .menu__box::after {
  position: absolute;
  right: 10px;
  top: 14px;
  font-size: 22px;
}
@media (min-width: 600px) {
  footer.f-site .top-footer .menu__box {
    flex: 0 0 36%;
  }
}
footer.f-site .top-footer .menu__box label {
  font-size: 13px;
  font-weight: 500;
  color: #818d9c;
}
footer.f-site .top-footer .menu__box h4 {
  font-size: 15px;
  font-weight: 500;
  color: #262b30;
  margin-bottom: 0;
}
footer.f-site .mid-footer .menu__footerMiddle {
  width: 100%;
}
footer.f-site .mid-footer .menu__footerMiddle ul.navbar-site {
  display: flex;
  list-style: none;
  flex-flow: wrap;
  padding: 0;
  margin: 16px 0;
}
footer.f-site .mid-footer .menu__footerMiddle ul.navbar-site li {
  flex: 100%;
  margin: 6px 0;
  font-size: 18px;
  line-height: 1.2;
  color: #262B30;
  font-weight: 500;
  overflow: hidden;
}
footer.f-site .mid-footer .menu__footerMiddle ul.navbar-site li a {
  color: #262B30;
}
@media (min-width: 600px) {
  footer.f-site .mid-footer .menu__footerMiddle ul.navbar-site li {
    flex: 0 0 33.3%;
    margin: 16px 0;
  }
}
@media (min-width: 600px) and (min-width: 800px) {
  footer.f-site .mid-footer .menu__footerMiddle ul.navbar-site li {
    flex: 0 0 25%;
  }
}
@media (min-width: 600px) and (min-width: 800px) and (min-width: 1200px) {
  footer.f-site .mid-footer .menu__footerMiddle ul.navbar-site li {
    flex: 0 0 16.6%;
  }
}
footer.f-site .low-footer {
  background-color: #f9fafb;
  padding-top: 20px;
}
footer.f-site .low-footer .footer__wechat {
  display: none;
}
@media only screen and (min-width: 600px) {
  footer.f-site .low-footer .footer__wechat.view__desk {
    display: flex;
  }
  footer.f-site .low-footer .footer__wechat.view__desk .title__app {
    margin: 18px 10px 0 0;
  }
}
@media only screen and (max-width: 599px) {
  footer.f-site .low-footer .footer__wechat.view__mob {
    display: flex;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
  }
  footer.f-site .low-footer .footer__wechat.view__mob .title__app {
    font-size: 18px;
    font-weight: 400;
  }
  footer.f-site .low-footer .footer__wechat.view__mob .title__app a {
    color: #004A8F;
  }
  footer.f-site .low-footer .footer__wechat.view__mob .title__app a::after {
    font-size: 20px;
    margin-left: 3px;
  }
}
footer.f-site .low-footer .footer__app {
  display: flex;
}
@media only screen and (max-width: 600px) {
  footer.f-site .low-footer .footer__app {
    width: 100%;
    justify-content: space-between;
    margin: 0 auto 20px;
  }
}
footer.f-site .low-footer .footer__app > img {
  margin-right: 24px;
  width: 92px;
  height: 140px;
}
@media only screen and (min-width: 600px) {
  footer.f-site .low-footer .footer__app .footer__appBox {
    display: flex;
    align-items: center;
  }
}
footer.f-site .low-footer .footer__app .footer__appBox .footer__appInfo {
  max-width: 206px;
}
@media only screen and (min-width: 600px) {
  footer.f-site .low-footer .footer__app .footer__appBox .footer__appInfo {
    margin-right: 30px;
  }
}
footer.f-site .low-footer .footer__app .footer__appBox .footer__appInfo .title__app {
  font-size: 16px;
  font-weight: 500;
  color: #262b30;
  margin-bottom: 10px;
}
footer.f-site .low-footer .footer__app .footer__appBox .footer__appInfo p {
  font-size: 15px;
  line-height: 1.4;
  color: #4C5560;
  margin-bottom: 10px;
}
@media only screen and (min-width: 600px) {
  footer.f-site .low-footer .footer__app .footer__appBox .footer__appLink {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  footer.f-site .low-footer .footer__app .footer__appBox .footer__appLink img {
    margin: 5px 0;
  }
}
footer.f-site .low-footer .footer__premi {
  margin: 0;
}
@media only screen and (max-width: 600px) {
  footer.f-site .low-footer .footer__premi {
    margin: 0 auto 20px;
  }
}
footer.f-site .end-footer {
  display: flex;
  background-color: #002d57;
  padding: 20px 0 30px;
}
@media only screen and (max-width: 600px) {
  footer.f-site .end-footer {
    padding: 20px 0 70px;
  }
}
footer.f-site .end-footer .footer__logo {
  margin: 0 10px;
}
@media only screen and (max-width: 600px) {
  footer.f-site .end-footer .footer__logo {
    margin: 0 0 24px;
  }
}
footer.f-site .end-footer .footer__adrinfo {
  max-width: 440px;
}
@media only screen and (max-width: 600px) {
  footer.f-site .end-footer .footer__adrinfo {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
footer.f-site .end-footer .footer__adrinfo p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  margin: 0 10px;
}
@media only screen and (max-width: 600px) {
  footer.f-site .end-footer .footer__adrinfo p {
    margin: 0;
  }
}
footer.f-site .end-footer .footer__menu ul.navbar-nav {
  list-style: none;
  display: flex;
  margin: 0 10px;
}
@media only screen and (max-width: 600px) {
  footer.f-site .end-footer .footer__menu ul.navbar-nav {
    margin: 0;
    flex-flow: wrap;
    width: 64%;
  }
}
footer.f-site .end-footer .footer__menu ul.navbar-nav li {
  font-size: 15px;
  line-height: 1.4;
  white-space: nowrap;
  margin: 0 10px;
}
@media only screen and (max-width: 600px) {
  footer.f-site .end-footer .footer__menu ul.navbar-nav li {
    margin: 0;
  }
}
footer.f-site .end-footer .footer__menu ul.navbar-nav li a {
  color: #fff;
}
@media only screen and (max-width: 600px) {
  footer.f-site .end-footer div.footer__lang {
    float: right;
    position: absolute;
    right: 20px;
    bottom: 92px;
  }
}
footer.f-site .end-footer div.footer__lang .dropdown.bootstrap-select {
  width: 78px !important;
}
footer.f-site .end-footer div.footer__lang .footer__change__lang {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  width: 70px;
  padding: 4px 10px;
  display: flex;
  flex-flow: column;
  width: 100px;
}
footer.f-site .end-footer div.footer__lang .footer__change__lang label {
  color: #fff;
  font-size: 13px;
  line-height: 1;
}
footer.f-site .end-footer div.footer__lang .footer__change__lang select {
  background-color: transparent;
  color: #fff;
  border: 0;
  outline: none;
}
footer.f-site .end-footer-white {
  background-color: #fff;
  padding: 22px 0;
}
footer.f-site .end-footer-white .imagepart .logo-footer2 {
  width: 90%;
  margin-bottom: 15px;
}
footer.f-site .end-footer-white p {
  font-size: 13px;
  font-weight: 400;
  color: #262b30;
  line-height: 160%;
}
footer.f-site .end-footer-white .menu-text {
  padding-top: 30px;
}
footer.f-site .end-footer-white .menu-text a {
  color: #262b30;
  font-size: 14px;
  font-weight: 400;
}
footer.f-site .end-footer-white .social .col-md-3 {
  padding: 0 10px;
}
footer.f-site .end-footer-white .form-group-default {
  background-color: transparent;
  position: relative;
  border: 1.5px solid #e0e3e8;
  border-radius: 4px;
  padding-top: 5px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 4px;
  overflow: hidden;
  width: 100%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  margin-bottom: 0;
}
footer.f-site .end-footer-white .form-group-default option {
  font-size: 16px;
  font-weight: 500;
}
footer.f-site .end-footer-white .form-group-default.focused {
  background-color: #f0f0f0;
}
footer.f-site .end-footer-white .form-group-default.required:after {
  color: #f55753;
  content: "*";
  font-family: arial;
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 6px;
}
footer.f-site .end-footer-white .form-group-default .form-control {
  border: 0;
  padding: 0;
  margin-top: -4px;
  background: 0 0;
  border-radius: 0;
  resize: vertical;
}
footer.f-site .end-footer-white .form-group-default select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: inherit !important;
  font-size: 15px;
  font-weight: 500;
  color: white;
}
footer.f-site .end-footer-white .form-group-default .control-label {
  margin: 0;
  display: block;
  line-height: 20px;
  margin-bottom: 2px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: white;
}
footer.f-site .end-footer-white .form-group .control-label {
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
}
footer.f-site .end-footer-white .menu-text {
  flex-flow: column;
  padding-top: 0;
}

@media only screen and (max-width: 600px) {
  .footer__social {
    width: 100%;
    margin-bottom: 24px;
  }
}
.footer__social .title__social {
  margin-bottom: 18px;
}
.footer__social ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .footer__social ul {
    justify-content: space-around;
  }
}
.footer__social ul li {
  font-size: 0;
  margin-right: 1px;
}
.footer__social ul li a:before {
  font-size: 28px;
  color: #004A8F;
}

.footer__change__lang ul li .dropdown-item,
.footer__change__lang ul li .dropdown-menu .link-list > .disabled > a,
.footer__change__lang ul li .dropdown-menu > li.disabled.link-list > a > a,
.footer__change__lang ul li .dropdown-menu .link-list > .disabled.link-list > a > a,
.footer__change__lang ul li .dropdown-menu > li.disabled.link-list > a.link-list > a > a,
.footer__change__lang ul li .dropdown-menu .link-list > .disabled.link-list > a.link-list > a > a,
.dropdown-menu .footer__change__lang ul li .link-list > .disabled > a,
.dropdown-menu .footer__change__lang ul li .link-list > .disabled.link-list > a > a,
.dropdown-menu .footer__change__lang ul .dropdown-menu > li.disabled.link-list > a.link-list > a > a,
.dropdown-menu .footer__change__lang ul li .link-list > .disabled.link-list > a.link-list > a > a, .footer__change__lang ul .dropdown-menu > li > a,
.footer__change__lang ul .dropdown-menu .link-list > li > a,
.dropdown-menu .footer__change__lang ul .link-list > li > a {
  display: flex;
}
.footer__change__lang .filter-option-inner-inner i {
  display: none;
}
.footer__change__lang button.dropdown-toggle {
  background: transparent;
  color: white;
  border: 0;
  padding: 6px 0;
}
.footer__change__lang .btn-light:active, .footer__change__lang .btn-light.active, .nav-underline .tab.active .footer__change__lang a.btn-light, .footer__change__lang .nav-underline .tab.active a.btn-light, .footer__change__lang .show > .btn-light.dropdown-toggle {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .landing {
    flex-flow: wrap;
  }
}
.landing .col-6, .landing .col-xs-6 {
  flex: 0 0 calc(50% - 6px);
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .landing .col-6, .landing .col-xs-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.bg-airports {
  background-size: cover;
  height: calc(100vh - 160px);
  position: relative;
}
@media only screen and (max-width: 600px) {
  .bg-airports {
    height: calc(50vh - 35px);
  }
}
.bg-airports__fiumicino {
  background-image: url("/o/adr-dxp-theme/images/general/fuimicinoland.jpg");
  margin-right: 6px;
}
@media only screen and (max-width: 768px) {
  .bg-airports__fiumicino {
    margin-right: 0;
  }
}
.bg-airports__ciampino {
  background-image: url("/o/adr-dxp-theme/images/general/ciampinoland.jpg");
  margin-left: 6px;
}
@media only screen and (max-width: 768px) {
  .bg-airports__ciampino {
    margin-left: 0;
  }
}

.content-landing {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.color-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 87, 167, 0.7);
  position: absolute;
}
.color-overlay .subtitle {
  font-weight: normal;
  font-size: 36px;
  line-height: 120%;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .color-overlay .subtitle {
    font-size: 18px;
  }
}
.color-overlay .title {
  font-weight: bold;
  font-size: 56px;
  line-height: 110%;
  padding-bottom: 110px;
  letter-spacing: -0.2px;
  color: #fff;
}
@media only screen and (min-width: 1500px) {
  .color-overlay .title {
    font-size: 72px;
  }
}
@media only screen and (max-width: 600px) {
  .color-overlay .title {
    font-size: 36px;
    padding-bottom: 50px;
    font-weight: 600;
  }
}
.color-overlay .btn-land {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  .color-overlay .btn-land {
    font-size: 18px;
    font-weight: 500;
  }
}

.color-overlay1 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 45, 87, 0.8);
  position: absolute;
}
.color-overlay1 .subtitle {
  font-weight: normal;
  font-size: 36px;
  line-height: 120%;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .color-overlay1 .subtitle {
    font-size: 18px;
  }
}
.color-overlay1 .title {
  font-weight: bold;
  font-size: 56px;
  line-height: 110%;
  padding-bottom: 110px;
  letter-spacing: -0.2px;
  color: #fff;
}
@media only screen and (min-width: 1500px) {
  .color-overlay1 .title {
    font-size: 72px;
  }
}
@media only screen and (max-width: 600px) {
  .color-overlay1 .title {
    font-size: 36px;
    padding-bottom: 50px;
    font-weight: 600;
  }
}
.color-overlay1 .btn-land {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  .color-overlay1 .btn-land {
    font-size: 18px;
    font-weight: 500;
  }
}

.p-landing .header-site {
  height: 70px;
}
@media (min-width: 600px) {
  .p-landing .header-site {
    display: none;
  }
}
.p-landing .header-site .logo__color {
  display: block !important;
}
.p-landing .header-site .logo__white,
.p-landing .header-site .primary-menu,
.p-landing .header-site .dropdown__mc {
  display: none !important;
}
.p-landing .header-site .left-nav > ul li {
  display: none;
}
.p-landing .header-site .left-nav > ul li:last-child {
  display: block;
}
.p-landing .header-site .left-nav > ul li:last-child a {
  color: #262B30 !important;
}
.p-landing .footer__social .title__social {
  margin-bottom: 18px;
}
.p-landing .footer__social ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.p-landing .footer__social ul li {
  font-size: 0;
  margin: 0 10px;
}
.p-landing .footer__social ul li a:before {
  font-size: 22px;
  color: #ADB6C2;
}

@media (max-width: 599px) {
  .landing-footer {
    display: none;
  }
}
.landing-footer .footer__container {
  display: flex;
  align-items: center;
}
.landing-footer .footer__container .footer__adrinfo {
  max-width: 400px;
  font-size: 13px;
  color: #262B30;
}
.landing-footer .footer__container .footer__menu ul.navbar-nav {
  display: flex;
  width: 300px;
  flex-flow: wrap;
}
.landing-footer .footer__container .footer__menu ul.navbar-nav li {
  flex: 0 0 50%;
  overflow: hidden;
  line-height: 1.2;
  padding: 0 4px;
  font-size: 15px;
}
.landing-footer .footer__container .footer__menu ul.navbar-nav li a {
  padding: 0;
  color: #262B30;
}

.p-cor-bus .text-part {
  font-weight: 500;
  font-size: 16px;
  color: #262b30;
  margin-bottom: 30px;
}
.p-cor-bus .card {
  max-width: 375px;
  border: 1px solid #e0e3e8;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}
.p-cor-bus .card .card-img-top {
  background-size: cover;
  border-radius: 2.5px;
}
.p-cor-bus .card .card-body {
  padding: 24px 15px;
}
.p-cor-bus .card .card-body .card-title {
  font-weight: 500;
  font-size: 18px;
  color: #0057a7;
  margin-bottom: 12px;
}
.p-cor-bus .card .card-body .card-text {
  font-weight: normal;
  font-size: 16px;
  color: #262b30;
  margin-bottom: 12px;
}
.p-cor-bus .card .card-body a {
  background: #ffffff;
  border: 1px solid #007ef6;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: right;
  color: #007ef6;
}

.text-right {
  display: flex;
  justify-content: flex-end;
}
.text-right:before {
  margin-right: 5px;
  color: #002d57;
}
.text-right .last-updt {
  color: #818d9c;
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
  margin-right: 5px;
}

.date {
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
  text-align: right;
  color: #4c5560;
}

.ticket {
  flex-flow: wrap;
  margin-bottom: 30px;
}
.ticket .blue-part {
  background: linear-gradient(125.09deg, #0057a7 0%, #002d57 100%);
  padding: 32px 24px;
  border-radius: 5px 0 0 5px;
}
@media only screen and (max-width: 600px) {
  .ticket .blue-part {
    border-radius: 5px 5px 0 0;
    padding: 20px 20px;
  }
}
.ticket .blue-part .num-volo {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 34px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 600px) {
  .ticket .blue-part .num-volo {
    font-size: 20px;
  }
}
.ticket .blue-part .num-volo span {
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  .ticket .blue-part #portlet_4_WAR_realtimeflightsportlet .portlet-content {
    padding: 0 !important;
  }
}
.ticket .blue-part .destinazione {
  font-weight: bold;
  font-size: 41px;
  line-height: 110%;
  color: #fff;
  margin-bottom: 15px;
}
@media only screen and (max-width: 800px) {
  .ticket .blue-part .destinazione {
    font-size: 25px;
    font-weight: 600;
  }
}
.ticket .blue-part .destinazione span {
  font-weight: 400;
}
.ticket .blue-part .row-inline {
  display: flex;
  margin-bottom: 75px;
}
@media only screen and (max-width: 600px) {
  .ticket .blue-part .row-inline {
    margin-bottom: 58px;
  }
}
.ticket .blue-part .row-inline .btn {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
  min-height: 32px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .ticket .blue-part .row-inline .btn {
    min-height: 38px;
  }
}
.ticket .blue-part .row-inline .logo-flight {
  width: 30%;
  border-radius: 5px;
  margin-right: 10px;
}
@media only screen and (max-width: 600px) {
  .ticket .blue-part .row-inline .logo-flight {
    width: 50%;
  }
}
.ticket .blue-part .row-inline .carrier-logo span {
  display: none;
}
.ticket .blue-part .date-text {
  font-weight: normal;
  font-size: 24px;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .ticket .blue-part .date-text {
    font-size: 20px;
  }
}
.ticket .blue-part .date-text span {
  font-weight: 600;
}
.ticket .white-part {
  background-color: #fff;
  border: 1px solid #edeff3;
  box-sizing: border-box;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
  border-radius: 0 5px 5px 0;
  padding: 32px 24px;
}
@media only screen and (max-width: 600px) {
  .ticket .white-part {
    border-radius: 0 0 5px 5px;
  }
}
.ticket .white-part .btn-grey {
  background-color: #edeff3;
  border-radius: 5px;
  color: #002d57;
  border: none;
  padding: 24px;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media only screen and (max-width: 600px) {
  .ticket .white-part .btn-grey {
    padding: 16px 30px;
    text-align: center;
    margin-bottom: 24px;
    width: 100%;
  }
}
.ticket .white-part .btn-grey span {
  text-transform: capitalize;
  font-weight: 700;
  color: #0057a7;
}
@media only screen and (max-width: 600px) {
  .ticket .white-part .w50 {
    min-width: 50%;
  }
}
.ticket .white-part .w50 .description-title {
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #002d57;
}
@media only screen and (max-width: 600px) {
  .ticket .white-part .w50 .description-title {
    font-size: 16px;
  }
}
.ticket .white-part .w50 .info-text {
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
  color: #004a8f;
}
@media only screen and (max-width: 600px) {
  .ticket .white-part .w50 .info-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .ticket .white-part .button-bottom .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.ticket .white-part .button-bottom .title {
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #002d57;
  margin-bottom: 14px;
}
.ticket .white-part .button-bottom .btn-flight {
  font-size: 18px;
  font-weight: 400;
  color: #0057a7;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0057a7;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 5px;
  white-space: nowrap;
  margin-bottom: 10px;
  width: 94%;
  overflow: hidden;
  text-align: center;
}

.footer-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .footer-info {
    flex-flow: column;
    align-items: flex-start;
  }
}
.footer-info .back .text-part {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #0057a7;
}
.footer-info .back .text-part:hover {
  text-decoration: none;
}
.footer-info .back .text-part:before {
  margin-right: 7px;
}
@media only screen and (max-width: 600px) {
  .footer-info .back {
    order: 2;
  }
}
.footer-info .cont-button .ticket-btn {
  color: #fff;
  background-color: #007ef6;
  font-size: 18px;
  font-weight: 500;
}
.footer-info .cont-button .ticket-btn:first-child {
  margin-right: 15px;
}
.footer-info .cont-button .ticket-btn:after {
  margin-left: 8px;
}
@media only screen and (max-width: 600px) {
  .footer-info .cont-button {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .none-mb {
    display: none;
  }
}

/*@import "primarymenu"; */
.awards-hp {
  position: absolute;
  left: 50%;
  bottom: 272px;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 600px) {
  .awards-hp {
    bottom: 260px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1100px) {
  .awards-hp .awards-hp {
    bottom: 286px;
  }
}
.awards-hp ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.awards-hp ul li {
  margin: 0 60px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.awards-hp ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.awards-hp ul li a h4 {
  font-weight: 500;
}
.awards-hp ul li img {
  height: 50px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .awards-hp ul li img {
    height: 44px;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .awards-hp {
    width: 80%;
  }
  .awards-hp ul {
    justify-content: space-between;
    width: 100%;
  }
  .awards-hp ul li {
    margin: 0;
  }
}

.banner-end-add-waiting .hp-award-container {
  width: 100%;
}
.banner-end-add-waiting .hp-award-container > div {
  width: 100%;
}
.banner-end-add-waiting .hp-award-container .awards-hp {
  position: relative;
  left: initial;
  bottom: initial;
  transform: none;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .banner-end-add-waiting .hp-award-container .awards-hp {
    bottom: initial;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1100px) {
  .banner-end-add-waiting .hp-award-container .awards-hp .awards-hp {
    bottom: initial;
    margin-bottom: 40px;
  }
}
.banner-end-add-waiting .hp-award-container .awards-hp ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner-end-add-waiting .hp-award-container .awards-hp ul li {
  margin: 0 60px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.banner-end-add-waiting .hp-award-container .awards-hp ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  height: 100%;
  flex-flow: column;
}
.banner-end-add-waiting .hp-award-container .awards-hp ul li a picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-bottom: 20px;
}
.banner-end-add-waiting .hp-award-container .awards-hp ul li a picture img {
  margin: 0 !important;
}
.banner-end-add-waiting .hp-award-container .awards-hp ul li a h4 {
  font-weight: 500;
  margin: auto 0 0 0;
}
.banner-end-add-waiting .hp-award-container .awards-hp ul li img {
  height: initial !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 600px) {
  .banner-end-add-waiting .hp-award-container .awards-hp ul li img {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .banner-end-add-waiting .hp-award-container .awards-hp {
    width: 80%;
    margin: 0 auto 20px;
  }
  .banner-end-add-waiting .hp-award-container .awards-hp ul {
    justify-content: space-between;
    width: 100%;
  }
  .banner-end-add-waiting .hp-award-container .awards-hp ul li {
    margin: 0;
  }
}

/* SLIDE MENU LIB */
.adr-authentication {
  display: flex;
  width: 100%;
  padding: 10px 10px;
  justify-content: space-around;
  background-color: #fff;
  position: sticky;
  bottom: torem(60);
  z-index: 2;
  padding-bottom: torem(32);
}
.adr-authentication a {
  color: #004996;
}
.adr-authentication .user__logged {
  display: none;
}

.ic-menu:before {
  content: "\e905";
}

.slide-menu {
  position: fixed;
  width: 353px;
  max-width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  display: none;
  overflow: hidden !important;
  box-sizing: border-box;
  transform: translateX(100%);
  overflow-y: auto;
  z-index: 10020;
}
.slide-menu .menu-voices {
  height: calc(100vh - 180px);
  overflow-y: scroll;
}
.slide-menu .menu-voices::-webkit-scrollbar {
  opacity: 0;
}
@media only screen and (max-width: 600px) {
  .slide-menu {
    width: 100%;
  }
}

.slide-menu,
.slide-menu .slide-menu__slider {
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}

.slide-menu .slide-menu__slider {
  width: 100%;
  transform: translateX(0);
}

.slide-menu ul {
  position: relative;
  width: 100%;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.slide-menu ul .container {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 2;
}

.slide-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}

.slide-menu ul a {
  display: block;
}

.slide-menu a {
  cursor: pointer;
}

.slide-menu {
  font-family: "Gabarito", sans-serif;
}
.slide-menu ul li a {
  border-bottom: 0;
}
.slide-menu .form-group-default {
  height: 61px;
}
.slide-menu .form-group-default .control-label {
  text-transform: capitalize !important;
  font-size: 13px !important;
}
.slide-menu .form-group-default .portlet {
  margin-bottom: 0;
}
.slide-menu .form-group-default img {
  margin-right: 5px;
}
.slide-menu .form-group-default .text-dd {
  font-weight: 500;
  color: #262b30;
  margin-bottom: 0;
}
.slide-menu .input-group-inset-after.form-control {
  border-radius: 20px 0 0 20px;
  background-color: #EDEFF3;
}
.slide-menu div.search-bar-keywords-input input.form-control {
  border-radius: 20px 0 0 20px;
  background: #EDEFF3;
}
.slide-menu div.input-group-inset-item {
  border-radius: 0 20px 20px 0;
  background-color: #EDEFF3;
}
.slide-menu .slide-menu-footer {
  padding: 9px 3px;
  width: 100%;
}
.slide-menu .slide-menu-footer .btn {
  font-size: 17px;
  font-weight: 500;
  padding: 8px 11px;
}
.slide-menu .slide-menu-footer .btn:after {
  margin-left: 5px;
}

.slide-menu {
  background-color: #fff;
}
.slide-menu ul li {
  margin: 0 10px;
}
.slide-menu ul li a {
  padding: 0.9rem 1.5rem;
  text-decoration: none;
  color: #262b30;
  border-bottom: 1px solid #E5E5E5;
}
.slide-menu ul li a .slide-menu__decorator {
  float: right;
}
.slide-menu ul li a .slide-menu__decorator span.ic-chevron-right:before {
  color: #ADB6C2;
  font-size: 22px;
}
.slide-menu ul li a.slide-menu__backlink {
  font-weight: 700;
}
.slide-menu ul li a.slide-menu__backlink span:before {
  font-weight: 700;
  font-size: 22px;
  margin-right: 6px;
}
.slide-menu .btn {
  padding: 0.75rem 1.5rem;
  flex: 1 0 auto;
  font-size: 90%;
}
.slide-menu .btn:first-of-type {
  text-align: left;
}
.slide-menu .btn:last-of-type {
  text-align: right;
}
.slide-menu .controls {
  display: flex;
  margin-bottom: 1rem;
}
.slide-menu .controls .ic-x::before {
  color: #818D9C;
  font-size: 22px;
}
.slide-menu .slide-menu-footer {
  position: sticky;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
}
.slide-menu .slide-menu-footer > div {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.slide-menu .slide-menu-footer > div .btn {
  background-color: #004996;
  color: #fff;
  margin: 0 3px;
}
.slide-menu .form-group-default {
  background-color: #fff;
  position: relative;
  border: 1.5px solid #e0e3e8;
  border-radius: 4px;
  padding-top: 7px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 4px;
  width: 100%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media only screen and (max-width: 600px) {
  .slide-menu .form-group-default {
    padding: 5.5px 18px 1px 14px;
  }
}
.slide-menu .form-group-default option {
  font-size: 16px;
  font-weight: 500;
}
.slide-menu .form-group-default input {
  width: 100%;
  border: none;
}
.slide-menu .form-group-default .form-title {
  font-size: 16px;
  font-weight: 500;
  color: #262b30;
}
.slide-menu .form-group-default.focused {
  background-color: #f0f0f0;
}
.slide-menu .form-group-default.required:after {
  color: #f55753;
  content: "*";
  font-family: arial;
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 6px;
}
.slide-menu .form-group-default .form-control {
  border: 0;
  padding: 0;
  margin-top: -4px;
  background: 0 0;
  border-radius: 0;
  resize: vertical;
}
.slide-menu .form-group-default select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: inherit !important;
  font-size: 15px;
  font-weight: 500;
}
.slide-menu .form-group-default .control-label {
  margin: 0;
  display: block;
  line-height: 20px;
  margin-bottom: 2px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.slide-menu .form-group .control-label {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  color: #818d9c;
}
@media only screen and (max-width: 600px) {
  .slide-menu .form-group .control-label {
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: none;
    font-weight: 400;
  }
}

#wgtCntExt {
  background: #fff !important;
  padding: 0;
}
#wgtCntExt .card-menu {
  background-color: #fff;
  border: 1px solid #e0e3e8;
  box-sizing: border-box;
  border-radius: 8px;
}
@media only screen and (max-width: 600px) {
  #wgtCntExt .card-menu {
    margin: 0;
  }
}
#wgtCntExt .card-menu .form-group-default .form-control {
  border: 0;
  padding: 0;
  margin-top: -4px;
  background: 0 0;
  border-radius: 0;
  resize: vertical;
}
#wgtCntExt .card-menu .form-group-default select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: inherit !important;
  font-size: 15px;
  font-weight: 500;
}
#wgtCntExt .card-menu .form-group-default {
  background-color: #fff;
  position: relative;
  border: 1.5px solid #e0e3e8;
  border-radius: 4px;
  padding-top: 7px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 4px;
  overflow: hidden;
  width: 100%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#wgtCntExt .card-menu .form-group-default option {
  font-size: 16px;
  font-weight: 500;
}
#wgtCntExt .card-menu .form-title {
  font-size: 16px;
  font-weight: 500;
  color: #262b30;
}
#wgtCntExt .card-menu .title-sec {
  padding: 10px 10px 0 10px;
}
#wgtCntExt .card-menu .title-sec img {
  border-radius: 4px;
  max-width: 100%;
}
#wgtCntExt .card-menu .title-sec h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #262b30;
}
#wgtCntExt .card-menu .inputpart {
  padding: 10px;
}
#wgtCntExt .card-menu .footer-card {
  background-color: #007ef6;
  border-radius: 0 0 8px 8px;
  padding: 20px 0;
  text-align: center;
}
#wgtCntExt .card-menu .footer-card a {
  font-size: 18px;
  color: #fff;
}
#wgtCntExt .form-group select {
  padding: 0;
  border: none !important;
  height: 20px !important;
  color: #262B30 !important;
  font-size: 15px !important;
  font-weight: normal;
}
#wgtCntExt .form-group .control-label {
  font-size: 13px;
  text-transform: capitalize;
  color: #818D9C;
  letter-spacing: normal;
  font-weight: normal;
}
#wgtCntExt .form-group input {
  border: none !important;
  padding: 0;
  font-weight: normal;
  height: 20px;
  font-size: 15px;
  color: #4C5560;
}
#wgtCntExt .form-group input::placeholder {
  font-size: 15px;
  line-height: 140%;
  color: #4C5560 !important;
}
#wgtCntExt .form-group a.btn_Info {
  font-size: 0;
  position: absolute;
  top: 25%;
  right: 10px;
}
#wgtCntExt .form-group a.btn_Info:before {
  font-size: 15px;
  content: "\f086";
  font-family: "adr-it" !important;
  color: #4C5560;
}
#wgtCntExt .footer-card input.blue-button {
  background: transparent;
}

#cboxOverlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}

#colorbox {
  /* height: auto!important; */
}
#colorbox button {
  font-size: 0;
  border: 0;
  cursor: auto;
}
#colorbox button:before {
  display: block !important;
  right: 4px;
  left: auto !important;
  top: -36px !important;
}

.pg-photogallery .portlet-content-container table img[alt=Precedente],
.pg-photogallery .portlet-content-container table img[alt=Successivo] {
  max-width: none;
}
.pg-photogallery #content ::placeholder {
  color: black !important;
}
.pg-photogallery #content input[type=text] {
  background-color: #f1f2f5;
  border: 1.5px solid #e0e3e8 !important;
  border-radius: 4px;
  font-size: 15px !important;
  color: #272833 !important;
  padding: 10px 15px !important;
  height: 40px !important;
}
.pg-photogallery .title-icon-box {
  padding: 10px 15px;
}
.pg-photogallery .modal-header {
  background-color: #3A4B50;
}
.pg-photogallery .modal-header .close {
  color: #fff;
}
.pg-photogallery .flex-cont {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  flex: 100%;
}
.pg-photogallery .flex-cont .form-group {
  margin-bottom: 0;
  flex-basis: calc(30% - 3px);
}
.pg-photogallery .flex-cont .form-group input.form-control {
  background-color: #f1f2f5;
  border: 1.5px solid #e0e3e8 !important;
  border-radius: 4px;
  font-size: 12px;
  color: #272833 !important;
  padding: 10px 15px !important;
}
.pg-photogallery .flex-cont .button-holder {
  display: inline-block;
}
.pg-photogallery .flex-cont .button-holder .btn {
  height: 40px;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
}
.pg-photogallery .datepicker-popover {
  width: 300px;
}
.pg-photogallery .datepicker-popover .popover-content {
  background-color: #fff;
}
.pg-photogallery .box_PhotoGallery ul {
  padding-left: 0;
}
.pg-photogallery .box_PhotoGallery ul li a {
  font-size: 14px;
}

.pg-videogallery .input-text-wrapper .btn {
  width: 100%;
}
.pg-videogallery .title-icon-box {
  padding: 10px 15px;
}
.pg-videogallery .portlet-content {
  padding: 0;
}
.pg-videogallery .portlet .portlet-body {
  width: 100%;
}
.pg-videogallery .portlet .portlet-body .videogallery_image {
  width: 100%;
  height: auto;
}
.pg-videogallery .portlet .portlet-body .videogallery_image img {
  width: 100%;
  height: auto;
}
.pg-videogallery .portlet .portlet-body .videogallery_title {
  margin: 0 auto;
}
.pg-videogallery .modal.show {
  display: flex !important;
  justify-content: center;
}
.pg-videogallery .modal.show .modal-header {
  background-color: #3A4B50;
}
.pg-videogallery .modal.show .modal-header .close {
  color: #fff;
}
.pg-videogallery .modal.show .modal-dialog {
  max-width: 90% !important;
  width: 100%;
  margin: 0 auto;
}

.ui-datepicker {
  font-weight: normal;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 0 !important;
  width: fit-content;
}
.ui-datepicker .ui-datepicker-header {
  font-weight: 500;
  color: #002D57;
  background: white;
  border: 0;
  border-bottom: 1px solid #F2F3F1;
}
.ui-datepicker .ui-datepicker-calendar th {
  font-weight: normal;
}
.ui-datepicker .ui-datepicker-calendar th.ui-datepicker-week-end {
  font-weight: 600;
  color: #002D57;
}
.ui-datepicker .ui-datepicker-calendar td a {
  background: white;
  border: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-datepicker .ui-datepicker-calendar td a.ui-state-active {
  background: #002D57;
  color: white;
}

.block-profile .row, .block-profile .form-horizontal > .form-group {
  margin-bottom: 10px;
}

.sap-pages .adr-article-container .link.download {
  display: inline-flex;
  width: auto;
}
.sap-pages .adr-article-container .link.download:before {
  content: "\e901";
  font-family: "adr-it" !important;
  color: #ffffff;
  font-size: 28px;
}
.sap-pages .adr-article-container .title-icon-box {
  height: 41px;
  margin-bottom: 20px;
}
.sap-pages .adr-article-container ul li a {
  font-size: 14px !important;
}

.site .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #fff;
  border-radius: 0.25rem;
  max-width: 1246px;
  margin: 12px auto;
}
.site .breadcrumb .breadcrumb-item {
  font-size: 15px;
}
.site .breadcrumb .breadcrumb-item a.breadcrumb-link {
  color: #0057A7;
  text-decoration: underline !important;
  background-color: transparent;
}
.site .breadcrumb .breadcrumb-item a.breadcrumb-link > .breadcrumb-text-truncate {
  text-decoration: underline;
}

.p-cor-bus #p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_26PZJ3RGzKGd_ .portlet-content,
.p-cor-bus #p_p_id_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_B5F6iT8xXsli_ .portlet-content,
.p-cor-bus #p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_qVPT1BzQc0qc_ .portlet-content,
.p-cor-bus #p_p_id_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_TW2rtPg5CpU4_ .portlet-content {
  background: none;
}
.p-cor-bus .business-container .business-box {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #E0E3E8;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
}
@media (min-width: 1100px) {
  .p-cor-bus .business-container .business-box .title h3 {
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    color: #0057A7 !important;
  }
  .p-cor-bus .business-container .business-box .title h3 a {
    color: #0057A7 !important;
  }
}
.p-cor-bus .business-container .business-box .big-img-box {
  margin-bottom: 24px;
}
.p-cor-bus .corporateNews-container .corporateNews-box .big-img-box {
  margin-bottom: 24px;
}
.p-cor-bus .corporateNews-box ul,
.p-cor-bus .business-box ul {
  font-size: 16px !important;
}
.p-cor-bus .corporateNews-box ul a,
.p-cor-bus .business-box ul a {
  color: #0057A7 !important;
}
.p-cor-bus .corporateNews-box ul a:hover,
.p-cor-bus .business-box ul a:hover {
  color: #48A6FF !important;
}
.p-cor-bus .business-box {
  height: auto !important;
  height: 295px;
  min-height: 350px;
}
.p-cor-bus .business-container .col-xs-12 > .business-container {
  margin-bottom: 40px;
}
.p-cor-bus .corporateNews-container .corporateNews-box {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #E0E3E8;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
}
.p-cor-bus .corporateNews-container .corporateNews-box .title h3 {
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 1.4 !important;
  color: #0057A7 !important;
}
.p-cor-bus .corporateNews-container .corporateNews-box .title h3 a {
  color: #0057A7 !important;
}
@media (min-width: 1100px) {
  .p-cor-bus .blk-CorporateArchive {
    height: 145px;
    margin-bottom: 33px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
  }
}

html[lang=zh-CN] .left-nav ul li:nth-of-type(2),
html[lang=zh-CN] .left-nav ul li:nth-of-type(3),
html[lang=zh-CN] .left-nav ul li:nth-of-type(4) {
  display: none !important;
}
html[lang=zh-CN] .dropdown__mc,
html[lang=zh-CN] .menu__footerMiddle,
html[lang=zh-CN] .top-footer {
  display: none !important;
}
html[lang=zh-CN] .box_IconBlock {
  max-width: 1280px;
  margin: 60px auto 20px;
  float: none;
  display: flex;
  flex-flow: wrap;
}
@media (min-width: 992px) {
  html[lang=zh-CN] .box_IconBlock {
    background: url("/o/adr-dxp-theme/css/images/custom/bg_minisito.jpg") center top no-repeat;
    background-size: cover;
  }
}
html[lang=zh-CN] .box_IconBlock .blk_Title {
  background-color: #fff;
  font-style: italic;
  font-weight: bold;
  font-size: 44px;
  line-height: 1.6;
  color: #0057A7;
  padding-bottom: 30px;
}
html[lang=zh-CN] .box_IconBlock .blk_Title .box_Pointer {
  display: none;
}

@media only screen and (max-width: 600px) {
  .tmplCarousel.carousel-part {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.tmplCarousel.carousel-part .carousel-inner {
  border-radius: 7px;
  overflow: hidden;
}
.tmplCarousel.carousel-part img {
  object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .tmplCarousel.carousel-part img {
    height: 164px;
  }
}
.tmplCarousel.carousel-part .title {
  font-weight: normal;
  font-size: 44px;
  color: #0057a7;
  margin-bottom: 40px;
}
.tmplCarousel.carousel-part .carousel-indicators {
  bottom: -35px !important;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  border-radius: 7px;
}
.tmplCarousel.carousel-part .carousel-indicators .active, .tmplCarousel.carousel-part .carousel-indicators .nav-underline .tab.active a, .nav-underline .tab.active .tmplCarousel.carousel-part .carousel-indicators a {
  border-radius: 7px;
  height: 8px;
  width: 56px;
  background-color: #adb6c2;
}
.tmplCarousel.carousel-part .carousel-indicators li {
  background-color: #adb6c2;
  width: 10px;
  height: 8px;
  border: 1.5px solid #e0e3e8;
  border-radius: 7px;
  background-color: transparent;
}

#content .custom_tmpl2 section h2.title {
  font-size: 28px;
  line-height: 1.4;
  color: #0057A7;
}

.leftmenu {
  background: rgba(72, 166, 255, 0.1);
  padding: 24px 17px;
  border-radius: 5px;
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 5%;
}
@media only screen and (max-width: 600px) {
  .leftmenu {
    order: 3;
  }
}
.leftmenu .collapse {
  padding: 0;
}
.leftmenu h4 {
  font-weight: 600;
  font-size: 20px;
  color: #0057a7;
  margin-bottom: 16px;
}
.leftmenu .row, .leftmenu .form-horizontal > .form-group {
  margin-left: 0;
  margin-right: 0;
}
.leftmenu .whitebg-menu {
  background-color: #fff;
  border-radius: 5px;
}
.leftmenu .whitebg-menu a {
  width: 100%;
  padding: 13px 13px;
  font-size: 16px;
  color: #262b30;
}
.leftmenu .whitebg-menu a:focus {
  background-color: #0057a7;
  color: #fff;
}
.leftmenu a.nav-link:not(.selected) .icon-chevron-down:before, .leftmenu .nav-underline .tab a:not(.selected) .icon-chevron-down:before, .nav-underline .tab .leftmenu a:not(.selected) .icon-chevron-down:before {
  transform: rotate(-90deg);
}
.leftmenu li.nav-link.selected a.nav-link.selected, .leftmenu li.nav-link.selected .nav-underline .tab a.selected, .nav-underline .tab .leftmenu li.nav-link.selected a.selected {
  background-color: #0057a7;
  color: #fff;
}
.leftmenu .nav-link, .leftmenu .nav-underline .tab a, .nav-underline .tab .leftmenu a {
  padding: 0;
}

.portlet-journal-content .adr-article-container p {
  color: #616972;
  font-size: 1em;
  margin: 10px 0 !important;
  line-height: 1.3em;
}
.portlet-journal-content .adr-article-container img {
  max-width: 100%;
  height: auto;
  float: left;
  margin: 0 10px 10px 0 !important;
}
.portlet-journal-content .adr-article-container .portlet-msg-info p {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  #content .portlet-layout {
    display: flex;
    flex-flow: column;
  }
  #content .portlet-layout #column-2 {
    order: 1;
  }
  #content .portlet-layout #column-1 {
    order: 2;
  }
}

@media only screen and (max-width: 600px) {
  #content .journey-section .parking {
    margin-right: 0;
  }
}

@media only screen and (max-width: 800px) {
  #content .journey-section .card-list .card-box {
    flex-flow: row;
  }
}
@media only screen and (max-width: 767px) {
  #content .journey-section .card-list .card-box {
    flex-flow: column;
  }
}

/* fix all differtent title inside web content & portlet */
.journal-content-article > h1,
.portlet-journal-content .adr-article-container > h1,
.portlet-journal-content .journal-content-article h1.title-icon-box,
.portlet-journal-content .journal-content-article h2.title-icon-box,
.portlet-journal-content .journal-content-article h3.title-icon-box,
.portlet-journal-content .journal-content-article h4.title-icon-box,
.portlet-journal-content .journal-content-article h5.title-icon-box,
.portlet-journal-content .journal-content-article .title-icon-box > h1,
.portlet-journal-content .journal-content-article .title-icon-box > h2,
.portlet-journal-content .journal-content-article .title-icon-box > h3,
.portlet-journal-content .journal-content-article .title-icon-box > h5 span,
.adr-article-container > h3 strong,
.adr-article-container > h3 span,
.portlet-journal-content .adr-article-container h1.title-icon-box,
.portlet-journal-content .adr-article-container h2.title-icon-box,
.portlet-journal-content .adr-article-container h3.title-icon-box,
.portlet-journal-content .adr-article-container h4.title-icon-box,
.portlet-journal-content .adr-article-container h5.title-icon-box,
.portlet-journal-content .adr-article-container .title-icon-box > h1,
.portlet-journal-content .adr-article-container .title-icon-box > h2,
.portlet-journal-content .adr-article-container .title-icon-box > h3,
.portlet-journal-content .adr-article-container .title-icon-box > span,
.journal-content-article > h1,
.portlet-journal-content .adr-article-container .title-icon-box > h5 span,
.title-icon-box {
  font-size: 44px !important;
  line-height: 1.1 !important;
  color: #0057A7 !important;
  margin-bottom: 24px;
  font-weight: 400 !important;
  background: none;
}
.journal-content-article > h1 strong,
.portlet-journal-content .adr-article-container > h1 strong,
.portlet-journal-content .journal-content-article h1.title-icon-box strong,
.portlet-journal-content .journal-content-article h2.title-icon-box strong,
.portlet-journal-content .journal-content-article h3.title-icon-box strong,
.portlet-journal-content .journal-content-article h4.title-icon-box strong,
.portlet-journal-content .journal-content-article h5.title-icon-box strong,
.portlet-journal-content .journal-content-article .title-icon-box > h1 strong,
.portlet-journal-content .journal-content-article .title-icon-box > h2 strong,
.portlet-journal-content .journal-content-article .title-icon-box > h3 strong,
.portlet-journal-content .journal-content-article .title-icon-box > h5 span strong,
.adr-article-container > h3 strong strong,
.adr-article-container > h3 span strong,
.portlet-journal-content .adr-article-container h1.title-icon-box strong,
.portlet-journal-content .adr-article-container h2.title-icon-box strong,
.portlet-journal-content .adr-article-container h3.title-icon-box strong,
.portlet-journal-content .adr-article-container h4.title-icon-box strong,
.portlet-journal-content .adr-article-container h5.title-icon-box strong,
.portlet-journal-content .adr-article-container .title-icon-box > h1 strong,
.portlet-journal-content .adr-article-container .title-icon-box > h2 strong,
.portlet-journal-content .adr-article-container .title-icon-box > h3 strong,
.portlet-journal-content .adr-article-container .title-icon-box > span strong,
.journal-content-article > h1 strong,
.portlet-journal-content .adr-article-container .title-icon-box > h5 span strong,
.title-icon-box strong {
  font-weight: 400 !important;
}

.portlet-journal-content .journal-content-article .title-icon-box,
.portlet-journal-content .adr-article-container .title-icon-box {
  background: none !important;
}

.custom_tmpl {
  /* sezione */
}
.custom_tmpl img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .custom_tmpl .pg-list-card {
    flex-flow: column;
  }
}
.custom_tmpl .pg-list-card .component-heading {
  font-weight: 400;
  font-size: 44px;
  color: #0057a7;
  margin-bottom: 35px !important;
}
.custom_tmpl .tmplCarousel {
  margin-bottom: 30px;
}
.custom_tmpl .pg-list-card .component-paragraph {
  font-size: 16px;
  color: #262b30;
  margin-bottom: 30px;
  line-height: 1.5;
}
.custom_tmpl .pg-list-card .card-container {
  justify-content: space-between;
  margin-top: 20px;
}
.custom_tmpl .pg-list-card .card-container .card-tmpl {
  flex-basis: calc(48% - 5px);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 5px;
  border: 1px solid #e0e3e8;
  display: flex;
  flex-flow: column;
}
.custom_tmpl .pg-list-card .card-container .card-tmpl .card-bd {
  padding: 15px 24px;
}
.custom_tmpl .pg-list-card .card-container .card-tmpl .card-bd h3 {
  font-weight: 500;
  font-size: 18px;
  color: #0057a7;
  margin-bottom: 12px;
}
.custom_tmpl .pg-list-card .card-container .card-tmpl img {
  max-width: 100%;
  width: 100%;
  height: 164px;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}
.custom_tmpl .pg-list-card .card-container .card-tmpl .cont-btn {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.custom_tmpl .pg-list-card .card-container .card-tmpl .btn-card-tmpl {
  background: #FFFFFF;
  border: 1px solid #007EF6;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 3px 6px;
}
.custom_tmpl .text-full section {
  margin-bottom: 20px;
}
.custom_tmpl .text-full a {
  color: #0057a7;
}
.custom_tmpl .text-full .title {
  font-weight: 600;
  font-size: 28px;
  color: #0057a7;
}
.custom_tmpl .text-full .subtitle {
  font-weight: normal;
  font-size: 24px;
  line-height: 140%;
  color: #0057a7;
}
.custom_tmpl .text-full .bggrey {
  background-color: #f3f4f7;
  padding: 65px 0;
  margin-bottom: 25px;
}
.custom_tmpl .text-full p {
  font-weight: 500;
  font-size: 16px;
  color: #262b30;
}
.custom_tmpl .text-full .btn1 {
  background-color: #fff;
  color: #0057a7;
  border: 1px solid #0057a7;
  padding: 11px 20px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 4px;
  margin-right: 10px;
  display: inline-block;
}
.custom_tmpl .text-full .btn1 a {
  text-decoration: none;
}
.custom_tmpl .text-full .btn {
  background-color: #0057a7;
  color: #fff;
  border: 1px solid #0057a7;
  padding: 11px 20px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 4px;
}
.custom_tmpl .text-full .btn::before {
  margin-right: 10px;
}
.custom_tmpl .text-full .foo-button > div {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .custom_tmpl .text-full .foo-button > div {
    flex-flow: column;
  }
}
@media only screen and (max-width: 600px) {
  .custom_tmpl .wrap-menu {
    order: 3;
  }
}

.p-cda-mode .site-header__top-nav,
.mini-site .site-header__top-nav {
  display: none !important;
}
.p-cda-mode .footer-nav,
.p-cda-mode .footer-info-link,
.mini-site .footer-nav,
.mini-site .footer-info-link {
  display: none !important;
}
.p-cda-mode .footer-extra,
.mini-site .footer-extra {
  margin-bottom: 0;
}
.p-cda-mode #breadcrumbs,
.mini-site #breadcrumbs {
  margin: 10px 0;
}

/* iphone 5 */
@media only screen and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  #content .container-hero .carousel-item .text-section {
    padding: 0 5%;
  }
  #content .container-hero .carousel-item .text-section .title-hp {
    font-size: 28px;
  }
  #content .container-hero .awards-hp {
    bottom: 195px;
  }
  #content .container-hero .awards-hp h4.award__title {
    font-size: 14px;
  }
  #content .container-hero .awards-hp ul li img {
    height: 30px;
    margin-bottom: 14px;
  }
  #content .container-hero .banner-end ul.nav .txt-fly {
    font-size: 19px;
  }
  #content .container-hero .banner-end .flights-widget .tab-content .tab-pane .cont-input .cont-datepicker-sf input,
  #content .container-hero .banner-end .flights-widget .tab-content .tab-pane .cont-input .cont-searchbar-sf input {
    height: 42px !important;
  }
  #content .container-hero .banner-end-add-waiting ul.nav .txt-fly {
    font-size: 19px;
  }
  #content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input .cont-datepicker-sf input,
  #content .container-hero .banner-end-add-waiting .flights-widget .tab-content .tab-pane .cont-input .cont-searchbar-sf input {
    height: 42px !important;
  }
  .p-emergency #content .container-hero .carousel-item .text-section .title-hp {
    font-size: 23px;
  }
}
/* iphone 6 7 8 */
@media only screen and (device-width: 375px) and (device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  #content .container-hero .awards-hp {
    bottom: 226px;
  }
  #content .container-hero .awards-hp ul li img {
    height: 40px;
    margin-bottom: 10px;
  }
  #content .container-hero .carousel-item .text-section {
    padding: 0 5%;
  }
  #content .container-hero .hp-award-container .awards-hp {
    bottom: initial;
  }
  #content .container-hero .hp-award-container .awards-hp ul li img {
    height: inherit;
    margin-bottom: inherit;
  }
}
/* iphone 6 7 8 plus */
/* generic media query */
@media only screen and (max-width: 1200px) {
  .p-emergency #content .container-hero .carousel-item .text-section .title-hp {
    font-size: 52px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 768px) {
  .p-emergency #content .container-hero .carousel-item .text-section .title-hp {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 768px) and (max-width: 500px) {
  .p-emergency #content .container-hero .carousel-item .text-section .title-hp {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 768px) and (max-width: 500px) and (max-width: 400px) {
  .p-emergency #content .container-hero .carousel-item .text-section .title-hp {
    font-size: 30px;
  }
}

@media only screen and (max-device-width: 1000px) and (orientation: landscape) {
  #content .container-hero {
    height: 800px;
  }
  #content .container-hero .carousel-inner {
    height: 800px;
  }
  .slide-menu .menu-voices {
    height: auto;
  }
  .header-site .primary-menu {
    display: none;
  }
}
#content #column-2 .journal-content-article p *,
#content #column-2 .journal-content-article p {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
#content #column-2 .journal-content-article ul,
#content #column-2 .journal-content-article ul * {
  font-family: inherit !important;
  font-size: inherit !important;
}
#content #column-2 .journal-content-article h2,
#content #column-2 .journal-content-article h2 * {
  font-family: inherit !important;
  font-size: 22px !important;
  line-height: inherit !important;
}
#content #column-2 .journal-content-article h3,
#content #column-2 .journal-content-article h3 * {
  font-family: inherit !important;
  font-size: 20px !important;
  line-height: inherit !important;
}
#content #column-2 .journal-content-article h4,
#content #column-2 .journal-content-article h4 * {
  font-family: inherit !important;
  font-size: 18px !important;
  line-height: inherit !important;
}

.fisarmonica-cont {
  max-width: 82rem;
  padding: 60px 20px;
}
.fisarmonica-cont .fisarmonica__title {
  cursor: pointer;
}
.fisarmonica-cont img {
  width: 50px;
  height: 50px;
}
.fisarmonica-cont .panel-title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  color: #262B30;
}
.fisarmonica-cont .panel-body p {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 300;
}
.fisarmonica-cont .collapse-icon.collapse-icon-middle .collapse-icon-closed, .fisarmonica-cont .collapse-icon.collapse-icon-middle .collapse-icon-open {
  font-size: 1.8rem;
  color: #007EF6;
  font-weight: 700;
}

body.page-full-width-banner section#content {
  max-width: 100% !important;
}

.adr-internal-full-banner {
  width: 100%;
}
.adr-internal-full-banner .row.adr-main-full-width, .adr-internal-full-banner .form-horizontal > .adr-main-full-width.form-group {
  width: 100%;
  margin: 0;
}
.adr-internal-full-banner .row.adr-main-full-width img, .adr-internal-full-banner .form-horizontal > .adr-main-full-width.form-group img {
  width: 100%;
}
.adr-internal-full-banner .row.adr-main-full-width .col-md-12#column-1, .adr-internal-full-banner .form-horizontal > .adr-main-full-width.form-group .col-md-12#column-1 {
  padding-left: 0;
  padding-right: 0;
}
.adr-internal-full-banner .row.adr-main-full-width .col-md-12#column-1 #slider-container .bxslider, .adr-internal-full-banner .form-horizontal > .adr-main-full-width.form-group .col-md-12#column-1 #slider-container .bxslider {
  padding: 0;
}
.adr-internal-full-banner .row.adr-main-full-width .col-md-12#column-1 #slider-container .bxslider li img, .adr-internal-full-banner .form-horizontal > .adr-main-full-width.form-group .col-md-12#column-1 #slider-container .bxslider li img {
  max-width: initial;
  width: 100%;
}
.adr-internal-full-banner .adr-main-center {
  max-width: 1248px;
  margin: 0 auto;
  padding-top: 40px;
}
.adr-internal-full-banner .adr-main-center .portlet-column-last {
  padding: 0 30px;
}

.cont-entrypage {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #EDEFF3;
}
.cont-entrypage .title {
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 40px;
  color: #0057A7;
}
.cont-entrypage .sub-title {
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 1.4 !important;
}
.cont-entrypage .sub-title .sub-title-blu {
  color: #0057A7;
}
.cont-entrypage .parag,
.cont-entrypage p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 16px;
  color: #262030;
}

.wrap-products {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #EDEFF3;
}
.wrap-products .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}
.wrap-products .title__info {
  font-size: 16px;
  color: #818D9C;
}

.card-lancio-shop {
  background-color: #007EF6;
  max-width: 510px;
  padding: 28px 38px;
  margin-bottom: 20px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.card-lancio-shop a {
  display: block;
  width: 100%;
  height: 100%;
}
.card-lancio-shop a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.card-lancio-shop img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  opacity: 0.3;
}
.card-lancio-shop h4.title {
  font-weight: 700;
  font-size: 28px !important;
  color: #fff;
  position: relative;
  z-index: 2;
  line-height: 1.2 !important;
  margin-bottom: 20px;
}
.card-lancio-shop .link {
  margin: 0;
  font-size: 18px;
  color: #fff;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.card-lancio-shop .link::after {
  content: "";
  background-image: url("../images/arrows/arrow-right.svg");
  background-size: contain;
  height: 20px;
  width: 20px;
  margin-left: 4px;
}

.wrap-cta-all {
  margin-top: 20px;
}
.wrap-cta-all .title {
  color: #818D9C;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 16px;
}
.wrap-cta-all .btn {
  display: inline-flex;
  align-items: center;
}
.wrap-cta-all .btn::after {
  content: "";
  background-image: url("../images/arrows/arrow-right.svg");
  background-size: contain;
  height: 20px;
  width: 20px;
  margin-left: 4px;
}

.wrap-cta-shop {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #EDEFF3;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
}
.wrap-cta-shop p {
  margin-bottom: 0;
}
.wrap-cta-shop a {
  display: flex;
  align-items: center;
  color: #0057A7;
}
.wrap-cta-shop a::after {
  content: "";
  background-image: url("../images/arrows/arrow-right-blu.svg");
  background-size: contain;
  height: 20px;
  width: 20px;
  margin-left: 4px;
}

.wrap-mappa-full {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #EDEFF3;
}
.wrap-mappa-full .title {
  color: #818D9C;
  font-size: 20px;
  margin-bottom: 34px;
}
.wrap-mappa-full img {
  width: 100%;
  max-width: 100%;
}

.cont-book-collect {
  display: flex;
  gap: 8px;
  flex-flow: wrap;
  max-width: 640px;
}
@media (min-width: 600px) {
  .cont-book-collect {
    gap: 18px;
  }
}
.cont-book-collect .item-product {
  width: calc(50% - 9px);
}
@media (min-width: 600px) {
  .cont-book-collect .item-product {
    width: calc(33% - 12px);
  }
}

.item-product {
  background-color: #007EF6;
  aspect-ratio: 222/120;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.item-product a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: center;
  flex-flow: column;
  justify-content: center;
}
.item-product a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.item-product img.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  opacity: 0.2;
}
.item-product .logo {
  height: 36%;
  object-fit: contain;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.item-product .logo img {
  height: 100%;
}
.item-product h4.cat {
  margin: 0 !important;
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
}
.item-product h4.cat::after {
  content: "";
  background-image: url("../images/arrows/arrow-right.svg");
  background-size: contain;
  height: 20px;
  width: 20px;
  margin-left: 4px;
}

:root {
  --white: #fff;
  --black: #000;
  --adr-red: #E0073B;
  --adr-green: #00882E;
  --adr-pri-blu: #004996;
  --adr-sec-dark-blue: #052A5D;
  --adr-sec-backgroud-light-blue: #E6EDF5;
  --adr-icone: #007EF6;
  --adr-feedback-info: #007EF6;
  --adr-feedback-error: #E0073B;
  --adr-feedback-success: #00882E;
  --adr-feedback-warning: #FEA424;
  --cross-grey-scale-01-black: #15161C;
  --cross-grey-scale-02-darker-grey: #191E28;
  --cross-grey-scale-03-dark-grey: #415264;
  --cross-grey-scale-04-grey: #8EA0B4;
  --cross-grey-scale-05-light-grey: #BFD1E5;
  --cross-grey-scale-06-lighter-grey: #DEE7F1;
  --cross-grey-scale-07-grey-white: #F2F6FA;
  --cross-grey-scale-08-whiteffffff: #FFF


  //Other
    --green-whatsapp: #25D366;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-mode: "dark";
  }
  :root:not([data-user-color-scheme]) {
    --backgroundColor: #1A1A1A;
    --textColor: #eeeeee;
    --primaryColor: #A15CFF;
  }
}
.header-lang .site-lang,
.footer-lang .site-lang {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  cursor: pointer;
}
.header-lang .site-lang::before,
.footer-lang .site-lang::before {
  margin-top: 0.375rem;
}
.header-lang .site-lang__footer,
.footer-lang .site-lang__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header-lang .site-lang__footer i,
.footer-lang .site-lang__footer i {
  font-size: 1.5rem;
  margin-right: 0.375rem;
  color: var(--white);
}

.header-lang a.dropdown-item,
.header-lang .dropdown-menu .link-list > .disabled > a,
.header-lang .dropdown-menu > li.disabled.link-list > a > a,
.header-lang .dropdown-menu .link-list > .disabled.link-list > a > a,
.header-lang .dropdown-menu > li.disabled.link-list > a.link-list > a > a,
.header-lang .dropdown-menu .link-list > .disabled.link-list > a.link-list > a > a,
.dropdown-menu .header-lang .link-list > .disabled > a,
.dropdown-menu .header-lang .link-list > .disabled.link-list > a > a,
.dropdown-menu .header-lang .link-list > .disabled.link-list > a.link-list > a > a, .header-lang .dropdown-menu > li > a,
.header-lang .dropdown-menu .link-list > li > a,
.dropdown-menu .header-lang .link-list > li > a {
  white-space: nowrap;
}

.footer-lang .site-lang__footer {
  gap: 1rem;
}
.footer-lang .site-lang__footer::after {
  font-size: 1.5rem;
  line-height: 1;
  transform: rotate(90deg);
}
.footer-lang .lang-dd__footer .dropdown-item,
.footer-lang .lang-dd__footer .dropdown-menu .link-list > .disabled > a,
.footer-lang .lang-dd__footer .dropdown-menu > li.disabled.link-list > a > a,
.footer-lang .lang-dd__footer .dropdown-menu .link-list > .disabled.link-list > a > a,
.footer-lang .lang-dd__footer .dropdown-menu > li.disabled.link-list > a.link-list > a > a,
.footer-lang .lang-dd__footer .dropdown-menu .link-list > .disabled.link-list > a.link-list > a > a,
.dropdown-menu .footer-lang .lang-dd__footer .link-list > .disabled > a,
.dropdown-menu .footer-lang .lang-dd__footer .link-list > .disabled.link-list > a > a,
.dropdown-menu .footer-lang .lang-dd__footer .link-list > .disabled.link-list > a.link-list > a > a, .footer-lang .lang-dd__footer .dropdown-menu > li > a,
.footer-lang .lang-dd__footer .dropdown-menu .link-list > li > a,
.dropdown-menu .footer-lang .lang-dd__footer .link-list > li > a {
  gap: 0.5rem;
}

:lang(it) .site-lang::before,
:lang(it-IT) .site-lang::before {
  content: url("/o/adr-dxp-theme/images/icons/flags/ITA.svg");
  margin-right: 0.375rem;
}

:lang(en) .site-lang::before,
:lang(en-US) .site-lang::before {
  content: url("/o/adr-dxp-theme/images/icons/flags/EN.svg");
  margin-right: 0.375rem;
}

:lang(zh) .site-lang::before,
:lang(zh-CN) .site-lang::before {
  content: url("/o/adr-dxp-theme/images/icons/flags/CN.svg");
  margin-right: 0.375rem;
}

@font-face {
  font-family: "adr-it";
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal;
}
[class^=ic-]:before,
[class*=" ic-"]:before,
[class^=ic-]:after,
[class*=" ic-"]:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "adr-it" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-info-circled-alt:before {
  content: "\f086";
}

.ic-arrow-right:before {
  content: "\e927";
}

.ic-arrow-right2:after {
  content: "\e927";
}

.ic-alert-triangle2:before {
  content: "\e900";
}

.ic-download:before {
  content: "\e901";
}

.ic-Airline:before {
  content: "\e902";
}

.ic-airplane:before {
  content: "\e902";
}

.ic-airport:before {
  content: "\e903";
}

.ic-alert-triangle:before {
  content: "\e904";
}

.ic-menu:before {
  content: "\e905";
}

.ic-arrivals_v1:before {
  content: "\e906";
}

.ic-arrow-down:before {
  content: "\e907";
}

.ic-arrow-left:before {
  content: "\e908";
}

.ic-arrow-up:before {
  content: "\e909";
}

.ic-bell:before {
  content: "\e90a";
}

.ic-book-open:before {
  content: "\e90b";
}

.ic-book-open1:after {
  content: "\e90b";
}

.ic-calendar:before {
  content: "\e90c";
}

.ic-chevron-down:before {
  content: "\e90d";
}

.ic-chevron-down2:after {
  content: "\e90d";
}

.ic-check:before {
  content: "\e928";
}

.ic-chevron-left:before {
  content: "\e90e";
}

.ic-chevron-right:before {
  content: "\e90f";
}

.ic-chevron-right1:after {
  content: "\e90f";
}

.ic-chevrons-down:before {
  content: "\e910";
}

.ic-chevrons-left:before {
  content: "\e911";
}

.ic-chevron-up:before {
  content: "\e912";
}

.ic-clock:before {
  content: "\e913";
}

.ic-cloud-rain:before {
  content: "\e914";
}

/* meteo */
.ic-clear:after {
  content: "\e832";
}

.ic-cloudy:after {
  content: "\e833";
}

.ic-mostly-clear:after {
  content: "\e834";
}

.ic-mostly-cloudy:after {
  content: "\e835";
}

.ic-partly-cloudy:after {
  content: "\e836";
}

/* fine meteo */
.ic-departures_v1:before {
  content: "\e915";
}

.ic-departures_v2:after {
  content: "\e915";
}

.ic-FastTrack_v2:before {
  content: "\e916";
}

.ic-globe:before {
  content: "\e917";
}

.ic-Lounge_v2:before {
  content: "\e918";
}

.ic-map:before {
  content: "\e919";
}

.ic-message-square:before {
  content: "\e91a";
}

.ic-message-square1:after {
  content: "\e91a";
}

.ic-notification:before {
  content: "\e91b";
}

.ic-parking_v1:before {
  content: "\e91c";
}

.ic-Radar:before {
  content: "\e91d";
}

.ic-Radar1:after {
  content: "\e91d";
}

.ic-refresh-cw:before {
  content: "\e91e";
}

.ic-search_v1:before {
  content: "\e91f";
}

.ic-share-2:before {
  content: "\e920";
}

.ic-share-3:after {
  content: "\e920";
}

.ic-Shopeat_v2:before {
  content: "\e921";
}

.ic-shopping-bag:before {
  content: "\e922";
}

.ic-user:before {
  content: "\e923";
}

.ic-user-check:before {
  content: "\e929";
}

.ic-volume-x:before {
  content: "\e924";
}

.ic-wheelchair:before {
  content: "\e925";
}

.ic-wheelchair1:after {
  content: "\e925";
}

.ic-x:before {
  content: "\e926";
}

.ic-log-in:before {
  content: "\e92b";
}

.ic-log-out:before {
  content: "\e92a";
}

.ic-tw:before {
  content: "\e82c";
}

.ic-fb:before {
  content: "\e82d";
}

.ic-in:before {
  content: "\e82e";
}

.ic-yt:before {
  content: "\e82f";
}

.ic-wechat:after {
  content: "\e800";
}

@font-face {
  font-family: "adr-ico-23";
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ico-adr-],
[class*=" ico-adr-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "adr-ico-23" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: var(--adr-pri-blu);
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-adr-accessibility:before {
  content: "\e900";
}

.ico-adr-add-round:before {
  content: "\e901";
}

.ico-adr-alert-filled:before {
  content: "\e902";
}

.ico-adr-alert:before {
  content: "\e903";
}

.ico-adr-arrow_right:before {
  content: "\e904";
}

.ico-adr-calendar_outline:before {
  content: "\e905";
}

.ico-adr-calendar_time:before {
  content: "\e906";
}

.ico-adr-calendar-check:before {
  content: "\e907";
}

.ico-adr-calendar-edit:before {
  content: "\e908";
}

.ico-adr-calendar-filled:before {
  content: "\e909";
}

.ico-adr-calendar:before {
  content: "\e90a";
}

.ico-adr-car:before {
  content: "\e90b";
}

.ico-adr-cart:before {
  content: "\e90c";
}

.ico-adr-chat-1:before {
  content: "\e90d";
}

.ico-adr-chat-2:before {
  content: "\e90e";
}

.ico-adr-chat:before {
  content: "\e90f";
}

.ico-adr-check-1:before {
  content: "\e910";
}

.ico-adr-check-filled:before {
  content: "\e911";
}

.ico-adr-check-round:before {
  content: "\e912";
}

.ico-adr-check:before {
  content: "\e913";
}

.ico-adr-chevron:before {
  content: "\e914";
}

.ico-adr-close:before {
  content: "\e915";
}

.ico-adr-delete:before {
  content: "\e916";
}

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

.ico-adr-error-sign-round:before {
  content: "\e918";
}

.ico-adr-filtri:before {
  content: "\e919";
}

.ico-adr-forward:before {
  content: "\e91a";
}

.ico-adr-grid-1:before {
  content: "\e91b";
}

.ico-adr-grid-2:before {
  content: "\e91c";
}

.ico-adr-hamburger_menu:before {
  content: "\e91d";
}

.ico-adr-help-1:before {
  content: "\e91e";
}

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

.ico-adr-info-1:before {
  content: "\e920";
}

.ico-adr-info-filled:before {
  content: "\e921";
}

.ico-adr-info:before {
  content: "\e922";
}

.ico-adr-lingua:before {
  content: "\e923";
}

.ico-adr-login:before {
  content: "\e924";
}

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

.ico-adr-mail:before {
  content: "\e926";
}

.ico-adr-minus:before {
  content: "\e927";
}

.ico-adr-moto:before {
  content: "\e928";
}

.ico-adr-note-2:before {
  content: "\e929";
}

.ico-adr-notification:before {
  content: "\e92a";
}

.ico-adr-ordina_salta_fila:before {
  content: "\e92b";
}

.ico-adr-phone:before {
  content: "\e92c";
}

.ico-adr-pin-filled:before {
  content: "\e92d";
}

.ico-adr-pin:before {
  content: "\e92e";
}

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

.ico-adr-plus:before {
  content: "\e930";
}

.ico-adr-promo-tag-filled:before {
  content: "\e931";
}

.ico-adr-promo-tag:before {
  content: "\e932";
}

.ico-adr-promo:before {
  content: "\e933";
}

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

.ico-adr-share:before {
  content: "\e935";
}

.ico-adr-shield:before {
  content: "\e936";
}

.ico-adr-social-facebook:before {
  content: "\e937";
}

.ico-adr-social-instagram:before {
  content: "\e938";
}

.ico-adr-social-twitter-old:before {
  content: "\e939";
}

.ico-adr-social-wechat:before {
  content: "\e93a";
}

.ico-adr-social-youtube:before {
  content: "\e93b";
}

.ico-adr-time-2:before {
  content: "\e93c";
}

.ico-adr-time:before {
  content: "\e93d";
}

.ico-adr-user:before {
  content: "\e93e";
}

.ico-adr-valuta:before {
  content: "\e93f";
}

.ico-adr-zoom-in:before {
  content: "\e940";
}

.ico-adr-zoom-out:before {
  content: "\e941";
}

.ico-adr-social-twitter:before {
  content: "\e842";
}

.ico-adr-social-linkedin:before {
  content: "\e843";
}

/**
 * Global settings
 */
:root {
  --height-quick-link-sticky: 80px;
}

body {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: var(--cross-grey-scale-01-black);
}

.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6,
.main p,
.header-container h1,
.header-container h2,
.header-container h3,
.header-container h4,
.header-container h5,
.header-container h6,
.header-container p,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.site-footer p {
  margin: 0;
}
.main ul,
.header-container ul,
.site-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a:hover {
  text-decoration: none;
}

.max-width-hf {
  width: 100%;
  max-width: calc(1160px + 2.5rem);
  padding: 0 1.25rem;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  position: relative;
}

.max-width-main {
  width: 100%;
  max-width: calc(1024px + 2.5rem);
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  position: relative;
  z-index: 1;
}

.quick-link-sticky {
  width: calc(100% - 1rem);
  margin: 0.5rem;
  border-radius: 1rem;
  height: var(--height-quick-link-sticky);
  background: var(--cross-grey-scale-01-black, #15161C);
  box-shadow: 0px -1px 12px 0px rgba(5, 42, 93, 0.5);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.quick-link-sticky nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quick-link-sticky nav .quick-link-item {
  flex: 1;
  width: 100%;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 0.5rem;
}
.quick-link-sticky nav .quick-link-item::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
.quick-link-sticky nav .quick-link-item p {
  color: var(--white);
  font-size: 0.75rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 1.625rem;
  margin-bottom: 0;
}
.quick-link-sticky nav .quick-link-item p::after {
  content: "";
  width: 1rem;
  height: 0.1875rem;
  background-color: transparent;
  border-radius: 0.25rem;
  display: block;
}
.quick-link-sticky nav .quick-link-item.active p, .quick-link-sticky nav .nav-underline .tab.active a.quick-link-item p, .nav-underline .tab.active .quick-link-sticky nav a.quick-link-item p {
  font-weight: 700;
  gap: 0.25rem;
}
.quick-link-sticky nav .quick-link-item.active p::after, .quick-link-sticky nav .nav-underline .tab.active a.quick-link-item p::after, .nav-underline .tab.active .quick-link-sticky nav a.quick-link-item p::after {
  background-color: var(--white);
}
.quick-link-sticky nav .quick-link-item__shopping::before {
  content: url("/o/adr-dxp-theme/images/icons/quick-links/shopping.svg");
}
.quick-link-sticky nav .quick-link-item__shopping.active::before, .quick-link-sticky nav .nav-underline .tab.active a.quick-link-item__shopping::before, .nav-underline .tab.active .quick-link-sticky nav a.quick-link-item__shopping::before {
  content: url("/o/adr-dxp-theme/images/icons/quick-links/shopping-active.svg");
}
.quick-link-sticky nav .quick-link-item__food::before {
  content: url("/o/adr-dxp-theme/images/icons/quick-links/food.svg");
}
.quick-link-sticky nav .quick-link-item__food.active::before, .quick-link-sticky nav .nav-underline .tab.active a.quick-link-item__food::before, .nav-underline .tab.active .quick-link-sticky nav a.quick-link-item__food::before {
  content: url("/o/adr-dxp-theme/images/icons/quick-links/food-active.svg");
}
.quick-link-sticky nav .quick-link-item__parking::before {
  content: url("/o/adr-dxp-theme/images/icons/quick-links/parking.svg");
}
.quick-link-sticky nav .quick-link-item__parking.active::before, .quick-link-sticky nav .nav-underline .tab.active a.quick-link-item__parking::before, .nav-underline .tab.active .quick-link-sticky nav a.quick-link-item__parking::before {
  content: url("/o/adr-dxp-theme/images/icons/quick-links/parking-active.svg");
}
.quick-link-sticky nav .quick-link-item__services::before {
  content: url("/o/adr-dxp-theme/images/icons/quick-links/services.svg");
}
.quick-link-sticky nav .quick-link-item__services.active::before, .quick-link-sticky nav .nav-underline .tab.active a.quick-link-item__services::before, .nav-underline .tab.active .quick-link-sticky nav a.quick-link-item__services::before {
  content: url("/o/adr-dxp-theme/images/icons/quick-links/services-active.svg");
}
.quick-link-sticky nav .quick-link-item__map::before {
  content: url("/o/adr-dxp-theme/images/icons/quick-links/map.svg");
}
.quick-link-sticky nav .quick-link-item__map.active::before, .quick-link-sticky nav .nav-underline .tab.active a.quick-link-item__map::before, .nav-underline .tab.active .quick-link-sticky nav a.quick-link-item__map::before {
  content: url("/o/adr-dxp-theme/images/icons/quick-links/map-active.svg");
}
@media (min-width: 56.25rem) {
  .quick-link-sticky {
    display: none;
  }
}

.scroll-to-top {
  position: fixed;
  border-radius: 3.5rem;
  border: 1px solid #FFF;
  background: var(--cross-grey-scale-03-dark-grey, #415264);
  bottom: calc(var(--height-quick-link-sticky) + 1.25rem);
  left: 50%;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  cursor: pointer;
  opacity: 0;
  padding: 0.375rem 0.875rem;
  transition: opacity 0.4s;
  transform: translateX(-50%);
  z-index: 20;
}
@media (min-width: 56.25rem) {
  .scroll-to-top {
    bottom: 1.25rem;
  }
}

@media (min-width: 37.5rem) {
  .modal-dialog-cards-security {
    max-width: 53.125rem;
  }
}
.modal-dialog-cards-security .modal-content {
  max-height: calc(100vh - 1.5rem);
}
.modal-dialog-cards-security .modal-close-wrap {
  text-align: right;
}
.modal-dialog-cards-security .modal-close-wrap .ico-adr-close {
  font-size: 1.25rem;
  border: 0;
  background: none;
}
.modal-dialog-cards-security .modal-close-wrap span {
  display: none;
}
.modal-dialog-cards-security .modal-custom-title {
  font-size: clamp(1.375rem, 1.168rem + 0.884vw, 1.875rem);
  font-weight: 700;
  color: var(--adr-sec-dark-blue);
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 37.5rem) {
  .modal-dialog-cards-security .modal-custom-title {
    margin-bottom: 2.5rem;
  }
}
.modal-dialog-cards-security .modal-card-security-cont {
  display: flex;
  gap: 1rem;
  flex-flow: column;
}
@media (min-width: 37.5rem) {
  .modal-dialog-cards-security .modal-card-security-cont {
    flex-flow: row;
    gap: 1.5rem;
  }
}
.modal-dialog-cards-security .modal-card-security-cont .card--security-access {
  height: auto;
}

.header-container {
  position: sticky;
  top: 0;
  z-index: 10;
}

.site-header {
  background-color: #fff;
  padding: 0.75rem 0;
  box-shadow: 0 0.1875rem 0.25rem 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 75rem) {
  .site-header {
    padding: 1.375rem 0;
  }
}
.site-header *:focus-visible {
  outline: none;
}
.site-header__logo {
  display: block;
}
.site-header__logo a {
  display: block;
  height: 1.875rem;
  transition: all ease 0.4s;
}
@media (min-width: 56.25rem) {
  .site-header__logo a {
    height: 2.5rem;
  }
}
.site-header__logo a img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.site-header .wrap-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.site-header__top-nav {
  display: none;
}
@media (min-width: 75rem) {
  .site-header__top-nav {
    display: flex;
  }
}
.site-header__top-nav .portlet {
  margin-bottom: 0;
}
.site-header__top-menu {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 5.25rem;
  justify-content: flex-end;
}
.site-header__top-menu .header-assistance .assistance {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem;
}
.site-header__top-menu .header-assistance .assistance img {
  height: 1.625rem;
  max-width: initial;
}
.site-header__top-menu .header-hamb-menu,
.site-header__top-menu .site-lang {
  display: none;
}
.site-header__top-menu .header-lang,
.site-header__top-menu .slide-menu__control {
  display: none;
}
@media (min-width: 75rem) {
  .site-header__top-menu {
    width: auto;
  }
  .site-header__top-menu .header-hamb-menu,
  .site-header__top-menu .site-lang {
    display: flex;
  }
  .site-header__top-menu .header-lang,
  .site-header__top-menu .slide-menu__control {
    display: flex;
  }
}
.site-header nav ul.navbar-nav {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header nav ul.navbar-nav li {
  font-size: 1.125rem;
  font-weight: 500;
  color: #004996;
  padding: 0 1rem;
  position: relative;
  display: flex;
  font-weight: 500;
}
.site-header nav ul.navbar-nav li::after {
  content: "";
  width: 0.0625rem;
  height: 1rem;
  background-color: var(--cross-grey-scale-06-lighter-grey);
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.site-header nav ul.navbar-nav li:last-child::after {
  display: none;
}
.site-header nav ul.navbar-nav li a {
  color: var(--adr-pri-blu);
  position: relative;
  padding: 0.5rem 0;
}
.site-header nav ul.navbar-nav li a.active::after, .site-header nav ul.navbar-nav li .nav-underline .tab.active a::after, .nav-underline .tab.active .site-header nav ul.navbar-nav li a::after {
  content: "";
  width: 50%;
  height: 0.25rem;
  overflow: hidden;
  background-color: var(--adr-pri-blu);
  display: flex;
  margin: 0.125rem auto 0;
  border-radius: 0.0625rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.site-header .header-hamb-menu {
  gap: 0.25rem;
  align-items: center;
  cursor: pointer;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--adr-pri-blu);
  display: flex;
  align-items: center;
}
.site-header .header-hamb-menu i {
  font-size: 1.5rem;
}
.site-header .slide-menu__control {
  color: var(--adr-pri-blu);
  font-size: 1rem;
}
.site-header .header-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}
.site-header .header-cart a {
  width: 2.125rem;
  display: block;
}
.site-header__mob {
  display: flex;
}
.site-header__mob .header-hamb-menu {
  display: flex;
  width: 5.25rem;
}
@media (min-width: 75rem) {
  .site-header__mob {
    display: none;
  }
}

.site-footer {
  padding-bottom: 0;
}
.site-footer ul.navbar-nav {
  flex-flow: column;
}
.site-footer a {
  color: #fff;
  display: block;
}
.site-footer.site-footer__modular .site-footer-top {
  margin-top: -1.25rem;
}
@media (min-width: 56.25rem) {
  .site-footer.site-footer__modular .site-footer-top {
    margin-top: -3.75rem;
  }
}
.site-footer .site-footer-top {
  border-radius: 1rem 1rem 0 0;
  margin-top: -1.25rem;
  position: relative;
  z-index: auto;
  padding: 2.125rem 0 1.25rem;
  margin-top: 1.25rem;
  background-color: #415264;
  color: #fff;
}
@media (min-width: 56.25rem) {
  .site-footer .site-footer-top {
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -3.75rem;
    padding: 2.5rem 0 5rem;
  }
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top {
    margin-top: 3.75rem;
  }
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top .max-width-hf {
    flex-flow: row;
    gap: 2rem;
  }
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top .max-width-hf .footer-nav {
    flex: 3;
  }
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top .max-width-hf .footer-nav > ul {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    gap: 1.5rem;
  }
}
.site-footer .site-footer-top .max-width-hf .footer-nav > ul > li {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #fff;
}
.site-footer .site-footer-top .max-width-hf .footer-nav > ul > li > div {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.site-footer .site-footer-top .max-width-hf .footer-nav > ul > li > div::after {
  content: "\e914";
  font-family: "adr-ico-23";
  display: inline-block;
  transform: rotate(-90deg);
  transition: all ease 0.2s;
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li > div::after {
    display: none;
  }
}
.site-footer .site-footer-top .max-width-hf .footer-nav > ul > li > div.collapsed::after {
  transform: rotate(0);
  transition: all ease 0.2s;
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li > div {
    pointer-events: none;
  }
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li {
    font-size: 1.125rem;
    border: none;
    margin: 0;
    flex: 1;
  }
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul {
    display: block;
  }
}
.site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul.collapse {
  display: none;
}
.site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul.collapse.show {
  display: block;
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul.collapse {
    display: block;
  }
}
.site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul .nav-item, .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul .nav-underline .tab, .nav-underline .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul .tab {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 1.25rem;
  padding: 0;
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul .nav-item, .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul .nav-underline .tab, .nav-underline .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul .tab {
    font-size: 0.8125rem;
  }
}
.site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul .nav-item .nav-link, .nav-underline .tab .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul .nav-item a, .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul .nav-underline .tab .nav-link, .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul .nav-underline .tab a, .nav-underline .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul .tab .nav-link, .nav-underline .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul .tab a {
  padding: 0;
}
.site-footer .site-footer-top .max-width-hf .footer-extra {
  display: flex;
  gap: 1.875rem;
  flex-flow: column;
  justify-content: center;
  margin-bottom: 1.875rem;
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top .max-width-hf .footer-extra {
    justify-content: flex-start;
    flex: 1;
  }
}
.site-footer .site-footer-top .max-width-hf .footer-extra .cont-extra-links {
  display: flex;
  justify-content: center;
}
.site-footer .site-footer-top .max-width-hf .footer-extra .cont-extra-links a.extra-link {
  text-transform: uppercase;
  font-size: clamp(0.75rem, 0.631rem + 0.509vw, 0.875rem);
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  transition: 0.3s;
}
.site-footer .site-footer-top .max-width-hf .footer-extra .cont-extra-links a.extra-link:hover {
  border: 1px solid rgb(255, 255, 255);
}
.site-footer .site-footer-top .max-width-hf .footer-social {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--white);
}
.site-footer .site-footer-top .max-width-hf .footer-social .title {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
@media (min-width: 37.5rem) {
  .site-footer .site-footer-top .max-width-hf .footer-social .title {
    text-align: center;
  }
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top .max-width-hf .footer-social .title {
    font-size: 1.125rem;
  }
}
.site-footer .site-footer-top .max-width-hf .footer-social__list {
  display: flex;
  justify-content: space-between;
  gap: 0.625rem;
}
@media (min-width: 37.5rem) {
  .site-footer .site-footer-top .max-width-hf .footer-social__list {
    justify-content: center;
    gap: 2.5rem;
  }
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top .max-width-hf .footer-social__list {
    gap: 1.25rem;
  }
}
.site-footer .site-footer-top .max-width-hf .footer-social__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #fff;
  font-size: 2.125rem;
  color: var(--cross-grey-scale-03-dark-grey);
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top .max-width-hf .footer-social__list a {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1.375rem;
  }
}
.site-footer .site-footer-top .max-width-hf .footer-social__list a span {
  font-size: 0;
}
.site-footer .site-footer-top .max-width-hf .footer-lang {
  text-align: center;
}
.site-footer .site-footer-top .max-width-hf .footer-lang .dropdown-menu.show {
  left: 50% !important;
  transform: translate(-50%, 28px) !important;
}
.site-footer .site-footer-top .max-width-hf .footer-lang a {
  color: var(--adr-pri-blu);
}
.site-footer .site-footer-bottom {
  border-radius: 1rem 1rem 0 0;
  margin-top: -1.25rem;
  position: relative;
  z-index: auto;
  padding: 2.125rem 0 1.25rem;
  border-radius: 0;
  background-color: #191E28;
  color: #fff;
}
@media (min-width: 56.25rem) {
  .site-footer .site-footer-bottom {
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -3.75rem;
    padding: 2.5rem 0 5rem;
  }
}
@media (min-width: 56.25rem) {
  .site-footer .site-footer-bottom {
    border-radius: 0;
  }
}
.site-footer .site-footer-bottom .max-width-hf {
  display: flex;
  gap: 1.5rem;
}
@media (min-width: 75rem) {
  .site-footer .site-footer-bottom .max-width-hf {
    flex-flow: row;
    gap: 2rem;
  }
}
.site-footer .site-footer-bottom .max-width-hf .footer-company {
  font-size: 0.875rem;
  font-weight: 400;
  display: flex;
  flex-flow: column;
  gap: 1.25rem;
}
.site-footer .site-footer-bottom .max-width-hf .footer-company img {
  height: 3.75rem;
}
.site-footer .site-footer-bottom .max-width-hf .footer-company a {
  margin: 0 auto;
}
.site-footer .site-footer-bottom .max-width-hf .footer-company p {
  font-size: 0.875rem;
}
@media (min-width: 75rem) {
  .site-footer .site-footer-bottom .max-width-hf .footer-company {
    flex: 3.5;
  }
  .site-footer .site-footer-bottom .max-width-hf .footer-company a {
    margin: 0;
  }
  .site-footer .site-footer-bottom .max-width-hf .footer-company p {
    font-size: 0.6875rem;
  }
}
.site-footer .site-footer-bottom .max-width-hf .footer-company .logo {
  text-align: center;
}
@media (min-width: 75rem) {
  .site-footer .site-footer-bottom .max-width-hf .footer-company .logo {
    text-align: left;
  }
}
@media (min-width: 75rem) {
  .site-footer .site-footer-bottom .max-width-hf .footer-info-link {
    flex: 1;
    display: flex;
    flex-flow: column;
  }
}
.site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav {
  display: flex;
  gap: 1.25rem;
  flex-flow: row;
  flex-wrap: wrap;
}
@media (min-width: 37.5rem) {
  .site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav {
    justify-content: space-between;
    flex-flow: column;
  }
}
.site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav .nav-item, .site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav .nav-underline .tab, .nav-underline .site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav .tab {
  flex: calc(50% - 20px);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: underline;
}
@media (min-width: 37.5rem) {
  .site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav .nav-item, .site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav .nav-underline .tab, .nav-underline .site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav .tab {
    flex: initial;
  }
}
.site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav .nav-item .nav-link, .nav-underline .tab .site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav .nav-item a, .site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav .nav-underline .tab .nav-link, .site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav .nav-underline .tab a, .nav-underline .site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav .tab .nav-link, .nav-underline .site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav .tab a {
  padding: 0;
}
.site-footer .site-footer-bottom .max-width-hf .footer-peculiarity {
  background: #fff;
  color: #15161C;
  padding: 1.25rem;
  border-radius: 0.5rem;
}
@media (min-width: 75rem) {
  .site-footer .site-footer-bottom .max-width-hf .footer-peculiarity {
    flex: 3;
  }
}
.site-footer .site-footer-bottom .max-width-hf .footer-peculiarity .title {
  color: #15161C;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
  flex-flow: column;
  margin-bottom: 1.25rem;
}
.site-footer .site-footer-bottom .max-width-hf .footer-peculiarity .title span {
  font-size: 0.8125rem;
}
.site-footer .site-footer-bottom .max-width-hf .footer-peculiarity__cont {
  display: flex;
  justify-content: space-around;
  text-align: center;
  gap: 0.25rem;
}
.site-footer .site-footer-bottom .max-width-hf .footer-peculiarity__cont .title {
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}
@media (max-width: 20rem) {
  .site-footer .site-footer-bottom .max-width-hf .footer-peculiarity__cont .title {
    font-size: 0.625rem;
  }
}
.site-footer .site-footer-bottom .max-width-hf .footer-peculiarity__box {
  flex: 1;
  display: block;
  border-left: 1px solid #BFD1E5;
}
.site-footer .site-footer-bottom .max-width-hf .footer-peculiarity__box:nth-of-type(1) {
  border: none;
}
.site-footer .site-footer-bottom .max-width-hf .footer-peculiarity__img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}
@media (max-width: 37.4375rem) {
  .site-footer .site-footer-bottom .max-width-hf .footer-peculiarity__img img {
    max-width: 30%;
    object-fit: contain;
  }
}
.site-footer .site-footer-bottom .max-width-hf .footer-app {
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
}
@media (min-width: 37.5rem) {
  .site-footer .site-footer-bottom .max-width-hf .footer-app {
    flex-flow: row;
  }
}
@media (min-width: 75rem) {
  .site-footer .site-footer-bottom .max-width-hf .footer-app {
    flex-flow: column;
    flex: 2;
  }
}
.site-footer .site-footer-bottom .max-width-hf .footer-app__info {
  flex: 1;
}
.site-footer .site-footer-bottom .max-width-hf .footer-app__info .title {
  font-size: clamp(1.375rem, 1.323rem + 0.221vw, 1.5rem);
  font-weight: 500;
}
.site-footer .site-footer-bottom .max-width-hf .footer-app__info p {
  font-size: 0.875rem;
}
.site-footer .site-footer-bottom .max-width-hf .footer-app__link {
  display: flex;
  gap: 0.9375rem;
  flex: 1;
}
.site-footer .site-footer-bottom .max-width-hf .footer-app__link a {
  flex: 1;
}
.site-footer .site-footer-bottom .max-width-hf .footer-app__link a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
}

.wrap-container {
  margin-bottom: 1.5rem;
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
}
.wrap-container__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap-container__header .view-all {
  white-space: nowrap;
}
.wrap-container__title {
  width: 100%;
  font-size: clamp(1.25rem, 0.991rem + 1.105vw, 1.875rem);
  font-weight: 700;
  color: var(--adr-sec-dark-blue);
}
.wrap-container__title-extra {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
.wrap-container .view-all {
  color: var(--adr-pri-blu);
  font-size: clamp(0.875rem, 0.72rem + 0.663vw, 1.25rem);
  display: flex;
  align-items: center;
}
.wrap-container .view-all::after {
  font-family: "adr-ico-23";
  content: "\e904";
  font-size: clamp(1.375rem, 1.168rem + 0.884vw, 1.875rem);
}

.swiper {
  width: 100%;
}

.swiper-wrapper {
  align-items: stretch;
  padding: 0.5rem 0;
}
.swiper-wrapper .swiper-slide {
  height: auto;
}

.swiper-footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 0;
}

@media (max-width: 62.4375rem) {
  .swiper__full-width-mob {
    position: relative;
    left: -1.25rem;
    right: -1.25rem;
    width: calc(100% + 2.5rem);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .swiper .swiper-footer {
    display: none;
  }
}

.swiper-pagination {
  position: relative;
  text-align: center;
  transition: none;
  transform: none;
  z-index: initial;
}

.swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background-color: transparent;
  border: 1px solid var(--adr-pri-blu);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 1rem;
  border-radius: 0.25rem;
  background-color: var(--adr-pri-blu);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: relative;
  bottom: auto;
  left: auto;
  top: auto;
  right: auto;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  bottom: auto;
  left: auto;
  top: auto;
  right: auto;
}

.swiper-button-prev,
.swiper-button-next {
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  background-color: #F2F6FA;
  overflow: hidden;
  top: 1.25rem;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: "adr-ico-23";
  content: "\e904";
  font-size: 1rem;
}

.swiper-button-prev:after {
  transform: rotate(180deg);
}

.wrap-container .swiper-scrollbar-drag {
  background-color: var(--adr-pri-blu);
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  transition: width 0.2s;
}

.swiper-arte {
  display: none;
}
.swiper-arte .swiper-wrapper {
  padding: 1.25rem 0;
}
.swiper-arte .swiper-wrapper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 38.75rem;
  height: 20rem;
  overflow: hidden;
  padding: 0.625rem;
}
.swiper-arte .swiper-wrapper .swiper-slide .cont-img {
  display: block;
  box-shadow: 0px 3px 10px 0px rgba(39, 40, 51, 0.15);
  border-radius: 0.5rem;
  background-color: var(--white);
  overflow: hidden;
}
.swiper-arte .swiper-wrapper .swiper-slide .cont-img img {
  aspect-ratio: 620/320;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.swiper-arte .swiper-wrapper .swiper-slide:not(.swiper-slide-active) img {
  opacity: 0.7;
}
@media (min-width: 75rem) {
  .swiper-arte {
    display: block;
  }
}

.swiper-arte.shopping {
  display: block !important;
}
.swiper-arte.shopping .swiper-wrapper .swiper-slide {
  width: 13.75rem;
  height: 11.875rem;
  overflow: visible;
}
.swiper-arte.shopping .swiper-wrapper .swiper-slide .cont-img {
  box-shadow: none;
  overflow: visible;
}
.swiper-arte.shopping .swiper-wrapper .swiper-slide .cont-img img {
  aspect-ratio: 215/190;
  border-radius: 1rem;
  box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.08);
}
.swiper-arte.shopping .swiper-wrapper .swiper-slide .cont-img .card--categories__info {
  font-size: 1.125rem;
  text-align: center;
  padding-top: 5px;
}
.swiper-arte.shopping .swiper-footer {
  margin-top: 24px;
}

.card--commercial {
  display: flex;
  flex-flow: column-reverse;
  gap: 0.5rem;
  padding: 0.5rem;
  box-shadow: 0 0.1875rem 0.625rem 0 rgba(39, 40, 51, 0.15);
  position: relative;
  background-color: #fff;
  height: 100%;
  justify-content: flex-end;
  transition: transform 0.1s;
  border-radius: 0.5rem;
}
.card--commercial:hover picture img {
  transform: scale(1.2);
}
.card--commercial:hover .logo-brand picture img,
.card--commercial:hover .card--commercial__title__img picture img {
  transform: scale(1);
}
@media (min-width: 75rem) {
  .card--commercial {
    flex-flow: row;
    box-shadow: none;
    align-items: center;
    padding: 0;
    justify-content: flex-end;
    background-color: transparent;
    gap: 0.5rem;
  }
}
.card--commercial__title {
  font-weight: 700;
  font-size: clamp(1rem, 0.793rem + 0.884vw, 1.5rem);
  color: var(--adr-sec-dark-blue);
}
.card--commercial__title__img {
  display: flex;
  align-items: flex-end;
  gap: 0.375rem;
  font-size: clamp(0.875rem, 0.668rem + 0.884vw, 1.375rem);
  font-weight: 400;
  text-transform: uppercase;
}
.card--commercial__title__img img {
  height: 1.5rem;
  width: 1.5rem;
  object-fit: contain;
}
@media (min-width: 75rem) {
  .card--commercial__title__img img {
    height: 2rem;
    width: 2rem;
  }
}
.card--commercial__desc {
  font-size: clamp(0.875rem, 0.72rem + 0.663vw, 1.25rem);
  color: var(--cross-grey-scale-01-black);
  line-height: 1.2;
  margin-bottom: 0;
}
@media (min-width: 75rem) {
  .card--commercial__info {
    width: 66%;
    height: 66%;
    aspect-ratio: 306/124;
    overflow: hidden;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(6px);
    padding: 2rem 1rem;
    position: absolute;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
  }
}
.card--commercial__info .card--commercial__info-wrapper {
  display: flex;
  gap: 0.375rem;
  flex-flow: column;
}
@media (min-width: 75rem) {
  .card--commercial__info .card--commercial__info-wrapper {
    padding-right: 2.375rem;
  }
}
.card--commercial__label {
  border: 1px solid var(--white);
  background: var(--adr-red);
  display: inline-flex;
  color: var(--white);
  font-size: clamp(0.75rem, 0.646rem + 0.442vw, 1rem);
  font-weight: 700;
  border-radius: 0.375rem;
  padding: 0.0625rem 0.625rem;
  margin-bottom: 0.3125rem;
  position: absolute;
  top: 0.125rem;
  right: 0.125rem;
  font-weight: 700;
  z-index: 2;
}
@media (min-width: 75rem) {
  .card--commercial__label {
    position: initial;
    top: initial;
    right: initial;
    width: fit-content;
  }
}
.card--commercial__label:empty {
  display: none;
}
.card--commercial__discount {
  border: 1px solid var(--white);
  background: var(--adr-icone);
  display: inline-flex;
  color: var(--white);
  font-size: clamp(0.75rem, 0.646rem + 0.442vw, 1rem);
  font-weight: 700;
  border-radius: 0.375rem;
  padding: 0.0625rem 0.625rem;
  margin-bottom: 0.3125rem;
  position: absolute;
  top: 0.125rem;
  right: 0.125rem;
  font-weight: 700;
  z-index: 2;
}
@media (min-width: 75rem) {
  .card--commercial__discount {
    position: initial;
    top: initial;
    right: initial;
  }
}
.card--commercial__discount:empty {
  display: none;
}
.card--commercial__cta {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: var(--white);
  border-radius: 0.5rem;
  color: var(--adr-pri-blu);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  display: none;
}
@media (min-width: 56.25rem) {
  .card--commercial__cta {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 75rem) {
  .card--commercial__cta {
    display: flex;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
  }
}
.card--commercial__img {
  overflow: hidden;
  transition: 0.6s;
  position: relative;
  border-radius: 0.5rem;
}
@media (min-width: 75rem) {
  .card--commercial__img {
    border-radius: 1rem;
    max-width: 25.875rem;
  }
}
.card--commercial__img picture img {
  aspect-ratio: 140/64;
  width: 100%;
  object-fit: cover;
  transition: 0.6s;
}
@media (min-width: 75rem) {
  .card--commercial__img picture img {
    aspect-ratio: 413/278;
  }
}
.card--commercial__img .logo-brand {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0.375rem;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
}
@media (min-width: 75rem) {
  .card--commercial__img .logo-brand {
    border-radius: 1rem;
    padding: 1rem;
    top: 0;
    right: 0;
    left: auto;
    height: auto;
  }
}
.card--commercial__img .logo-brand img {
  width: 1.1875rem;
  height: 1.875rem;
  object-fit: cover;
}
@media (min-width: 56.25rem) {
  .card--commercial__img .logo-brand img {
    width: 2.0625rem;
    height: 3.125rem;
  }
}
.card--commercial__v2 .card--commercial__cta {
  background-color: var(--adr-pri-blu);
  color: var(--white);
}
.card--commercial.card--commercial-restaurant {
  flex-direction: row-reverse;
  column-gap: 1.5rem;
  background: var(--white);
  padding: 1rem;
  border-radius: 1rem;
}
@media (max-width: 47.9375rem) {
  .card--commercial.card--commercial-restaurant {
    padding: 0.5rem;
  }
}
.card--commercial.card--commercial-restaurant .info {
  flex: 1 50%;
  width: 50%;
  overflow: visible;
}
.card--commercial.card--commercial-restaurant .imgBox {
  flex: 1 50%;
  width: 50%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.card--commercial.card--commercial-restaurant .imgBox picture img {
  width: 100%;
  height: auto;
  aspect-ratio: 222/216;
  transition: 0.3s;
}
@media (max-width: 47.9375rem) {
  .card--commercial.card--commercial-restaurant .imgBox picture img {
    aspect-ratio: 140/75;
  }
}
.card--commercial.card--commercial-restaurant .card--commercial__cta {
  bottom: 12px;
  top: unset;
  transform: none;
  background: var(--cross-grey-scale-06-lighter-grey);
}
.card--commercial.card--commercial-restaurant .label {
  border: 1px solid var(--white);
  background: var(--adr-red);
  display: inline-flex;
  color: var(--white);
  font-size: clamp(0.75rem, 0.646rem + 0.442vw, 1rem);
  font-weight: 700;
  border-radius: 0.375rem;
  padding: 0.0625rem 0.625rem;
  position: absolute;
  top: 1rem;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 0.25rem 0.3125rem;
  text-transform: none;
}
@media (max-width: 47.9375rem) {
  .card--commercial.card--commercial-restaurant .label {
    position: relative;
    top: 0;
  }
}
.card--commercial.card--commercial-restaurant .label:empty {
  background: transparent;
  display: none;
}

.card--categories {
  text-align: center;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.card--categories picture {
  display: block;
  padding: 0.5rem;
  margin-bottom: 0.75rem;
}
.card--categories picture img {
  aspect-ratio: 1;
  width: 100%;
  border-radius: 1rem;
  background: lightgray 0 -39.105px/100% 150% no-repeat;
  box-shadow: 0 0.25rem 1rem 0 rgba(21, 22, 28, 0.4);
}
.card--categories__title {
  font-size: clamp(0.875rem, 0.72rem + 0.663vw, 1.25rem);
  color: var(--cross-grey-scale-03-dark-grey);
  margin-bottom: 0;
}

.card--service {
  width: 100%;
  height: 100%;
  background: var(--white);
  border: 0.125rem solid #DEE7F1;
  border-radius: 1rem;
  padding: 1.875rem;
  transition: 0.3s;
}
.card--service:hover {
  box-shadow: 0 0.1875rem 0.625rem 0 rgba(39, 40, 51, 0.15);
}
@media (max-width: 37.4375rem) {
  .card--service {
    min-height: auto;
    padding: 1rem 0.625rem;
  }
}
.card--service picture {
  width: 3.5rem;
  transition: 0.6s;
  margin: 0 auto;
  display: block;
}
@media (max-width: 37.4375rem) {
  .card--service picture {
    width: 2rem;
  }
}
.card--service picture img {
  aspect-ratio: 1/1;
  max-width: 3.5rem;
  margin: auto auto 1.25rem auto;
  display: block;
  object-fit: cover;
  transition: 0.6s;
}
@media (max-width: 37.4375rem) {
  .card--service picture img {
    aspect-ratio: 1/1;
    max-width: 2rem;
    margin: auto auto 0.625rem auto;
  }
}
.card--service__title {
  font-weight: 700;
  font-size: clamp(1rem, 0.793rem + 0.884vw, 1.5rem);
  color: var(--adr-sec-dark-blue);
  padding-bottom: 0.4375rem;
  text-align: center;
}
.card--service__desc {
  font-size: clamp(0.875rem, 0.72rem + 0.663vw, 1.25rem);
  color: var(--cross-grey-scale-01-black);
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 47.9375rem) {
  .card--service__desc {
    display: none;
  }
}
.card--service__label {
  border: 1px solid var(--white);
  background: var(--adr-red);
  display: inline-flex;
  color: var(--white);
  font-size: clamp(0.75rem, 0.646rem + 0.442vw, 1rem);
  font-weight: 700;
  border-radius: 0.375rem;
  padding: 0.0625rem 0.625rem;
  position: absolute;
  top: 0.375rem;
  right: 0.375rem;
  z-index: 2;
}

.card--security-access {
  width: 100%;
  height: 100%;
  background: var(--white);
  border: 0.125rem solid #DEE7F1;
  border-radius: 1rem;
  padding: 1.5rem;
  transition: 0.3s;
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
.card--security-access:hover {
  box-shadow: 0 0.1875rem 0.625rem 0 rgba(39, 40, 51, 0.15);
}
.card--security-access__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.card--security-access__header .service {
  display: flex;
  flex-flow: row;
  gap: 0.625rem;
  align-items: center;
}
@media (min-width: 37.5rem) {
  .card--security-access__header .service {
    flex-flow: column;
    gap: 1.25rem;
    align-items: flex-start;
  }
}
.card--security-access__header .service__img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.card--security-access__header .price {
  font-size: clamp(1.375rem, 1.22rem + 0.663vw, 1.75rem);
  color: var(--adr-sec-dark-blue);
}
.card--security-access__title {
  font-weight: 700;
  font-size: clamp(1.125rem, 0.97rem + 0.663vw, 1.5rem);
  color: var(--adr-sec-dark-blue);
  padding-bottom: 0.4375rem;
  color: var(--adr-sec-dark-blue);
}
.card--security-access__desc {
  font-size: clamp(1rem, 0.948rem + 0.221vw, 1.125rem);
  color: var(--cross-grey-scale-01-black);
  margin-bottom: 0;
}
.card--security-access__extra {
  padding-top: 1rem;
  border-top: 0.0625rem solid var(--cross-grey-scale-05-light-grey);
  display: flex;
  flex-flow: column;
  gap: 1rem;
  margin-top: auto;
}
@media (min-width: 37.5rem) {
  .card--security-access__extra {
    min-height: 12.5rem;
  }
}
.card--security-access__extra__title {
  font-size: clamp(0.75rem, 0.698rem + 0.221vw, 0.875rem);
  font-weight: 500;
  color: var(--adr-green);
  text-transform: uppercase;
}
.card--security-access__extra ul.list-plus {
  display: flex;
  flex-flow: column;
  gap: 0.375rem;
}
.card--security-access__extra ul.list-plus li {
  font-size: clamp(0.875rem, 0.823rem + 0.221vw, 1rem);
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.card--security-access__extra ul.list-plus li:before {
  content: "\e910";
  font-size: 1.125rem;
  font-family: "adr-ico-23";
  margin-right: 0.25rem;
  color: var(--adr-green);
  align-self: flex-start;
}
.card--security-access__extra .container-cta {
  margin-top: auto;
  display: flex;
  gap: 1rem;
}
.card--security-access__extra .container-cta .btn {
  flex: 1;
  white-space: nowrap;
}

.card--partner {
  height: 100%;
  position: relative;
  min-height: 9.375rem;
  border-radius: 1rem;
  display: flex;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.card--partner__title {
  font-size: 1.125rem;
  font-weight: 600;
}
.card--partner__desc {
  font-size: 1rem;
  margin-bottom: 0;
}
.card--partner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(39, 40, 51, 0) 0%, rgba(39, 40, 51, 0.81) 35.14%, rgba(39, 40, 51, 0.81) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.card--partner a {
  padding: 1.5rem 1.5rem 1rem;
  z-index: 2;
  display: flex;
  flex-flow: column;
  gap: 0.125rem;
  color: var(--white);
  justify-content: space-between;
  gap: 0.625rem;
}
.card--partner__label {
  border: 1px solid var(--white);
  background: var(--adr-red);
  display: inline-flex;
  color: var(--white);
  font-size: clamp(0.75rem, 0.646rem + 0.442vw, 1rem);
  font-weight: 700;
  border-radius: 0.375rem;
  padding: 0.0625rem 0.625rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
}
.card--partner__titlePromo {
  padding-top: 2.1875rem;
}
.card--partner.card-food {
  align-items: flex-start;
}
.card--partner.card-food:after {
  background: linear-gradient(180deg, rgba(39, 40, 51, 0) 0%, rgba(39, 40, 51, 0.1) 35.14%, rgba(39, 40, 51, 0.1) 100%);
}
.card--partner.card-food h3 {
  font-size: 1.125rem;
  padding-top: 0;
}
.card--partner.card-food p {
  font-size: 0.875rem;
}
.card--partner.card-food .logo-brand {
  padding-bottom: 0.75rem;
}
.card--partner.card-food .logo-brand img {
  width: auto;
  height: auto;
  max-width: 7.5rem;
  max-height: 2.1875rem;
}

.card--shoppingTips {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0.1875rem 0.625rem 0 rgba(39, 40, 51, 0.15);
}
.card--shoppingTips .row, .card--shoppingTips .form-horizontal > .form-group {
  margin: 0;
}
@media (max-width: 64rem) {
  .card--shoppingTips .row, .card--shoppingTips .form-horizontal > .form-group {
    flex-wrap: nowrap;
  }
}
.card--shoppingTips .wrapperBody {
  height: 100%;
  background: var(--white);
  margin-left: -1.875rem;
  border-radius: 1rem;
  padding: 1.25rem;
}
@media (max-width: 47.9375rem) {
  .card--shoppingTips .wrapperBody {
    margin-left: -2.5rem;
  }
}
.card--shoppingTips .box-img {
  flex: 1 30%;
  width: 30%;
  min-width: 7.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}
.card--shoppingTips .box-bodyimg {
  flex: 1 70%;
  width: 70%;
}
.card--shoppingTips__label {
  width: fit-content;
  position: relative;
  top: 0;
  right: 0;
  margin-bottom: 0.625rem;
  border: 0.0625rem solid var(--adr-sec-dark-blue);
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.0625rem 0.375rem;
}
.card--shoppingTips__desc {
  font-size: clamp(0.875rem, 0.636rem + 1.018vw, 1.125rem);
  font-weight: 500;
  line-height: 1.25rem;
  color: var(--adr-sec-dark-blue);
  margin-bottom: 0;
}
.card--shoppingTips__link a {
  display: flex;
  place-content: flex-end;
  position: relative;
  padding-top: 1.25rem;
  margin-right: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  color: var(--adr-pri-blu);
}
@media (max-width: 47.9375rem) {
  .card--shoppingTips__link a {
    display: none;
  }
}
.card--shoppingTips__link a:after {
  content: "";
  width: 0.5rem;
  height: 0.125rem;
  background: var(--adr-pri-blu);
  display: block;
  position: absolute;
  right: -1.25rem;
  transform: rotate(-45deg);
  top: 2.1875rem;
}
.card--shoppingTips__link a:before {
  content: "";
  width: 0.5rem;
  height: 0.125rem;
  background: var(--adr-pri-blu);
  display: block;
  position: absolute;
  right: -1.25rem;
  top: 1.875rem;
  transform: rotate(45deg);
}

.card--news {
  width: 100%;
  height: 100%;
  background: var(--white);
  border: 0.125rem solid #DEE7F1;
  border-radius: 1rem;
  padding: 1rem;
  transition: 0.3s;
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
}
.card--news:hover {
  box-shadow: 0 0.1875rem 0.625rem 0 rgba(39, 40, 51, 0.15);
}
.card--news__time {
  display: flex;
  color: var(--adr-sec-dark-blue);
  font-size: 1rem;
  align-items: center;
  gap: 0.5rem;
}
.card--news__time .label {
  color: var(--white);
  background-color: var(--adr-sec-dark-blue);
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 0.25rem;
  padding: 0.25rem;
  display: block;
  height: 1.5rem;
}
.card--news__time .label:empty {
  display: none;
}
.card--news__title {
  font-weight: 700;
  font-size: clamp(1rem, 0.948rem + 0.221vw, 1.125rem);
  color: var(--cross-grey-scale-01-black);
  display: inline;
}
.card--news__desc {
  font-size: clamp(1rem, 0.948rem + 0.221vw, 1.125rem);
  color: var(--cross-grey-scale-01-black);
  display: inline;
  margin-bottom: 0;
}
.card--news__more {
  margin-top: auto;
  color: var(--adr-pri-blu);
  font-size: 1rem;
  align-self: flex-end;
}

.bg-full-img {
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.z-index-up {
  z-index: 3;
}

.card--banner-type1 {
  text-align: center;
  display: flex;
  flex-flow: column;
  gap: 1.25rem;
  align-items: center;
}
.card--banner-type1__title {
  font-size: clamp(1.375rem, 1.168rem + 0.884vw, 1.875rem);
  color: var(--adr-sec-dark-blue);
}
.card--banner-type1__text {
  font-size: clamp(1rem, 0.948rem + 0.221vw, 1.125rem);
}

.card--banner-type2 {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.card--banner-type2::before {
  font-family: "adr-ico-23";
  content: "\e904";
  font-size: 1.5rem;
  color: var(--adr-pri-blu);
}
.card--banner-type2 img {
  height: 2.5rem;
  aspect-ratio: 1;
  width: fit-content;
}
@media (min-width: 56.25rem) {
  .card--banner-type2 img {
    height: 5.3125rem;
  }
}
.card--banner-type2__title {
  font-size: clamp(1rem, 0.689rem + 1.326vw, 1.75rem);
  color: var(--white);
}
.card--banner-type2__cta {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: var(--adr-sec-backgroud-light-blue);
  border-radius: 0.5rem;
  color: white;
  margin-left: auto;
  height: 2rem;
  width: 2rem;
  font-size: 0;
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 56.25rem) {
  .card--banner-type2__cta {
    width: 2rem;
    height: 2rem;
  }
}
.card--banner-type2__cta::before {
  font-family: "adr-ico-23";
  content: "\e904";
  font-size: 1.5rem;
  color: var(--adr-pri-blu);
}

.card--banner-type3 {
  text-align: center;
  display: flex;
  flex-flow: column;
  gap: 1.25rem;
  align-items: center;
}
.card--banner-type3__title {
  font-size: clamp(1rem, 0.793rem + 0.884vw, 1.5rem);
  color: var(--adr-sec-dark-blue);
  font-weight: 500;
}
.card--banner-type3__text {
  font-size: clamp(1rem, 0.948rem + 0.221vw, 1.125rem);
}
.card--banner-type3.left {
  align-items: flex-start;
  text-align: left;
}
.card--banner-type3.left .card--banner-type1__text {
  font-size: clamp(1rem, 0.948rem + 0.221vw, 1.125rem);
  padding-bottom: 2.5rem;
}

.card--banner-type4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  align-items: center;
  padding: 1.875rem 0;
}
.card--banner-type4__title {
  display: inline-block;
  vertical-align: middle;
  font-size: clamp(1rem, 0.689rem + 1.326vw, 1.75rem);
  text-transform: uppercase;
  color: var(--white);
  font-weight: 600;
}
.card--banner-type4__text {
  font-size: clamp(1rem, 0.948rem + 0.221vw, 1.125rem);
}
.card--banner-type4 .iconTitle {
  display: inline-block;
  vertical-align: middle;
}
.card--banner-type4 a {
  flex: 1 100%;
  text-align: center;
  color: var(--white);
}
.card--banner-type4 a i {
  vertical-align: middle;
  font-size: 1.625rem;
  color: var(--white);
}

.card--quick-link {
  width: 100%;
  height: 100%;
  background: var(--white);
  border: 0.125rem solid #DEE7F1;
  border-radius: 1rem;
  padding: 1rem;
  transition: 0.3s;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}
.card--quick-link:hover {
  box-shadow: 0 0.1875rem 0.625rem 0 rgba(39, 40, 51, 0.15);
}
.card--quick-link__title {
  font-weight: 700;
  font-size: clamp(1rem, 0.948rem + 0.221vw, 1.125rem);
  color: var(--cross-grey-scale-01-black);
}
.card--quick-link__desc {
  font-size: clamp(1rem, 0.948rem + 0.221vw, 1.125rem);
  color: var(--cross-grey-scale-01-black);
  margin-bottom: 0;
}
.card--quick-link__cta {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: var(--adr-sec-backgroud-light-blue);
  border-radius: 0.5rem;
  color: var(--adr-pri-blu);
}
@media (min-width: 56.25rem) {
  .card--quick-link__cta {
    width: 2rem;
    height: 2rem;
  }
}
.card--quick-link__cta span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 0;
}
.card--quick-link__cta span:before {
  content: "\e904";
  font-family: adr-ico-23;
  font-size: 1.5rem;
}

.card--book-table {
  width: 100%;
  max-width: 14.875rem;
  display: block;
  position: relative;
  border-radius: 1rem;
  border: 0.3125rem solid var(--white);
  box-shadow: 0 0.1875rem 0.625rem 0 rgba(39, 40, 51, 0.22);
  overflow-x: hidden;
}
@media (max-width: 47.9375rem) {
  .card--book-table {
    width: calc(50% - 0.5rem);
  }
}
.card--book-table:hover img {
  transform: scale(1.2);
}
.card--book-table:hover .logo-brand img,
.card--book-table:hover .card--commercial__title__img img {
  transform: scale(1);
}
.card--book-table .item-restaurant-img {
  aspect-ratio: 238/128;
}
.card--book-table .item-restaurant-img img {
  width: 100%;
  height: auto;
  transition: 0.4s;
}
.card--book-table hr {
  margin: 0.625rem 0;
  background: var(--cross-grey-scale-05-light-grey);
}
.card--book-table__body {
  background: var(--white);
  margin-top: -0.9375rem;
  position: relative;
  border-radius: 1rem 1rem 0 0;
  padding: 0.625rem 0.9375rem;
}
.card--book-table__body .body-name {
  text-align: center;
  font-size: clamp(1rem, 0.761rem + 1.018vw, 1.25rem);
  font-weight: 600;
  color: var(--adr-sec-dark-blue);
}
.card--book-table__body .body-category {
  min-height: 1.875rem;
  font-size: clamp(0.875rem, 0.823rem + 0.221vw, 1rem);
  font-weight: 400;
  line-height: 0.9375rem;
  color: var(--cross-grey-scale-03-dark-grey);
  text-align: center;
}
.card--book-table__body .body-position1 {
  font-size: clamp(0.875rem, 0.636rem + 1.018vw, 1.125rem);
  font-weight: 500;
  text-align: center;
  color: var(--cross-grey-scale-03-dark-grey);
}
.card--book-table__body .body-position2,
.card--book-table__body .body-position3 {
  font-size: clamp(0.875rem, 0.823rem + 0.221vw, 1rem);
  font-weight: 400;
  text-align: center;
  color: var(--cross-grey-scale-03-dark-grey);
}
.card--book-table__label {
  position: absolute;
  top: 0.4375rem;
  right: 0.5rem;
  background: var(--adr-feedback-info);
  border-radius: 0.375rem;
  border: 0.0625rem solid var(--white);
  font-size: clamp(0.75rem, 0.631rem + 0.509vw, 0.875rem);
  font-weight: 700;
  color: var(--white);
  padding: 0rem 0.3125rem;
  z-index: 2;
}
.card--book-table__label:empty {
  display: none;
}
.card--book-table a.btn {
  width: 100%;
  margin-bottom: 0;
  font-size: clamp(1rem, 0.948rem + 0.221vw, 1.125rem);
}

.simple-card {
  max-width: 20.3125rem;
  justify-content: space-between;
  column-gap: 24px;
  margin: 10px auto 20px auto;
  padding: 0 1.25rem;
}
.simple-card img {
  width: 100%;
  max-width: 4.5rem;
  display: block;
  margin: auto;
}
.simple-card .title-card {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: var(--cross-grey-scale-01-black);
  padding: 1rem 0;
}
.simple-card .description-card {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  color: var(--cross-grey-scale-01-black);
  padding: 0 0 1rem 0;
}

@media (max-width: 37.4375rem) {
  .quick-link-sticky-active .site-footer-bottom {
    padding-bottom: 8.75rem;
  }
  .quick-link-sticky-active ::part(acsb-trigger) {
    bottom: 6.25rem !important;
  }
  .quick-link-sticky-active #airportAI-root iframe {
    bottom: 5.625rem !important;
  }
  .quick-link-sticky-active .scroll-to-top {
    bottom: 6.875rem !important;
  }
}

.slide-menu ul .anniversario-slide-menu ul.navbar-nav {
  position: initial;
  top: initial;
  left: initial;
  display: block;
  font-weight: bold;
}
.slide-menu ul .anniversario-slide-menu ul.navbar-nav > li {
  background-color: #0033A1;
  color: transparent;
  background-image: url("/o/adr-dxp-theme/css/images/custom/Adr-50-anni-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 56px;
  border-radius: 12px;
}
.slide-menu ul .anniversario-slide-menu ul.navbar-nav > li a {
  color: transparent;
  border: 0;
  width: 100%;
}

.site-header__top-nav li:has(.anniversario-top) {
  color: transparent;
  background-image: url("/o/adr-dxp-theme/css/images/custom/Adr-50-anni-blu.svg");
  background-position: center;
  background-size: 42px;
  background-repeat: no-repeat;
}
.site-header__top-nav li:has(.anniversario-top) a {
  color: transparent !important;
  font-size: 12px;
  width: 50px;
}

:lang(en-US) .site-header__top-nav li:has(.anniversario-top) {
  background-image: url("/o/adr-dxp-theme/css/images/custom/Adr-50-anni-blu-EN.svg");
}
:lang(en-US) .slide-menu ul .anniversario-slide-menu ul.navbar-nav > li {
  background-image: url("/o/adr-dxp-theme/css/images/custom/Adr-50-anni-white-EN.svg");
}

.alert .close .lexicon-icon {
  display: inline-block;
}

.alert-dismissable {
  padding-right: 2.5rem;
}
.alert-dismissable .close {
  position: absolute;
}

.alert-fluid.alert-dismissable .container,
.alert-fluid.alert-dismissable .container-fluid {
  padding-right: calc(
				2.5rem + 12px
			);
  position: relative;
}

.basic-search.open {
  z-index: 10;
}
.basic-search .input-group-input .basic-search-slider .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.basic-search .input-group-input .basic-search-slider .form-control:focus {
  z-index: 5;
}
@media (min-width: 768px) {
  .basic-search .input-group-input .form-control {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
}

.basic-search-transition .basic-search-slider {
  transition: left 0.5s ease, right 0.5s ease;
}

.basic-search-slider {
  left: 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .basic-search-slider {
    left: 101%;
  }
}
.basic-search-slider .basic-search-close {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  display: none;
  z-index: 5;
}
@media (max-width: 767.98px) {
  .basic-search-slider .basic-search-close {
    display: inline-block;
  }
}
.basic-search.open .basic-search-slider {
  left: 0;
}

.collapse-basic-search .basic-search {
  position: relative;
}
@media (max-width: 767.98px) {
  .collapse-basic-search .basic-search {
    border-color: transparent;
    border-style: solid;
    margin: 0;
    position: absolute;
  }
  .collapse-basic-search .basic-search.open {
    background-color: #fff;
  }
}
.collapse-basic-search .basic-search.basic-search-transition .input-group-input, .collapse-basic-search .basic-search.open .input-group-input {
  visibility: visible;
}
@media (max-width: 767.98px) {
  .collapse-basic-search .basic-search.basic-search-transition .input-group-btn .btn:first-child, .collapse-basic-search .basic-search.open .input-group-btn .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .collapse-basic-search .basic-search .input-group-btn .btn:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
}
.collapse-basic-search .basic-search .input-group-input {
  overflow: visible;
  visibility: visible;
}
@media (max-width: 767.98px) {
  .collapse-basic-search .basic-search .input-group-input {
    overflow: hidden;
    visibility: hidden;
  }
}

.collapse-basic-search {
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .collapse-basic-search.navbar .basic-search {
    margin-left: 0;
    margin-right: 0;
  }
  .collapse-basic-search.navbar .basic-search > form {
    width: 100%;
  }
}
.collapse-basic-search .basic-search {
  max-width: 220px;
}
@media (min-width: 768px) {
  .collapse-basic-search .basic-search {
    min-width: 220px;
  }
}
@media (max-width: 767.98px) {
  .collapse-basic-search .basic-search {
    max-width: none;
  }
}
.collapse-basic-search .basic-search.navbar-form-autofit {
  max-width: none;
}
.collapse-basic-search .basic-search .input-group {
  align-items: center;
  margin-left: auto;
}
.collapse-basic-search .basic-search .input-group-input {
  flex: 1;
}
.collapse-basic-search .basic-search-slider {
  display: flex;
  flex: 1;
}
.collapse-basic-search .basic-search-slider .form-control {
  margin-left: -1px;
}
.collapse-basic-search .navbar-collapse {
  flex-basis: auto;
}
@media (max-width: 767.98px) {
  .collapse-basic-search .navbar-collapse {
    flex-basis: 100%;
  }
}
.collapse-basic-search .nav-link, .collapse-basic-search .nav-underline .tab a, .nav-underline .tab .collapse-basic-search a,
.collapse-basic-search .navbar-toggler {
  z-index: 1;
}

.breadcrumb > li {
  float: left;
}
.breadcrumb > li.active {
  color: #272833;
}

.breadcrumb > li + li::before {
  display: inline-block;
  color: #6b6c7e;
  content: "/";
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.breadcrumb > li + li:hover::before {
  text-decoration: underline;
}

.breadcrumb > li + li:hover::before {
  text-decoration: none;
}

.breadcrumb-vertical .breadcrumb-item {
  display: block;
  float: none;
  max-width: none;
}
.breadcrumb-vertical .breadcrumb-item:before,
.breadcrumb-vertical .breadcrumb-item + .breadcrumb-item:before {
  color: #6b6c7e;
  content: normal;
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.button-holder {
  display: flex;
  margin: 20px 0;
}
.button-holder .btn:not(:last-child) {
  margin-right: 12px;
}
.button-holder.btn-group {
  display: inline-flex;
}

.btn-group {
  flex-flow: wrap;
}
.btn-group.dropdown {
  display: inline-flex;
}

a.btn-monospaced,
span.btn-monospaced {
  line-height: inherit;
}
a.btn-monospaced .lexicon-icon,
span.btn-monospaced .lexicon-icon {
  font-size: 1rem;
}

.btn-unstyled.text-secondary {
  font-size: 1rem;
}

.btn-default {
  background-color: #6b6c7e;
  box-shadow: none;
  border-color: #6b6c7e;
  color: #fff;
  background-color: #fff;
  border-color: #cdced9;
  color: #6b6c7e;
}
.btn-default:hover {
  background-color: #595a69;
  border-color: #545462;
  color: #fff;
}
.btn-default:focus, .btn-default.focus {
  background-color: #595a69;
  border-color: #545462;
  color: #fff;
  box-shadow: none, 0 0 0 0.2rem rgba(129, 130, 145, 0.5);
}
.btn-default.disabled, .dropdown-menu > li.disabled > a.btn-default,
.dropdown-menu .link-list > .disabled > a.btn-default,
.dropdown-menu > li.disabled.link-list > a > a.btn-default,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-default, .btn-default:disabled {
  background-color: #6b6c7e;
  border-color: #6b6c7e;
  color: #fff;
}
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .nav-underline .tab.active a.btn-default:not(:disabled):not(.disabled), .show > .btn-default.dropdown-toggle {
  background-color: #545462;
  color: #fff;
  border-color: #4e4e5c;
}
.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .nav-underline .tab.active a.btn-default:not(:disabled):not(.disabled):focus, .show > .btn-default.dropdown-toggle:focus {
  box-shadow: c-unset, 0 0 0 0.2rem rgba(129, 130, 145, 0.5);
}
.btn-default:hover {
  background-color: #f7f8f9;
  border-color: #cdced9;
  color: #272833;
}
.btn-default:focus, .btn-default.focus {
  background-color: #f7f8f9;
  border-color: #cdced9;
  color: #272833;
}
.btn-default:active {
  background-color: #f1f2f5;
  border-color: #cdced9;
  color: #272833;
}
.btn-default.active, .nav-underline .tab.active a.btn-default {
  background-color: #f1f2f5;
  border-color: #cdced9;
  color: #272833;
}
.btn-default:disabled, .btn-default.disabled, .dropdown-menu > li.disabled > a.btn-default,
.dropdown-menu .link-list > .disabled > a.btn-default,
.dropdown-menu > li.disabled.link-list > a > a.btn-default,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-default {
  background-color: #fff;
  border-color: #cdced9;
  color: #6b6c7e;
}
.btn-default[aria-expanded=true], .btn-default.show {
  background-color: #f1f2f5;
  border-color: #cdced9;
  color: #272833;
}
.btn-primary.btn-default {
  background-color: #0b5fff;
  box-shadow: none;
  border-color: #0b5fff;
  color: #fff;
  background-color: #0b5fff;
  border-color: #0b5fff;
  color: #fff;
}
.btn-primary.btn-default:hover {
  background-color: #004ee4;
  border-color: #004ad7;
  color: #fff;
}
.btn-primary.btn-default:focus, .btn-primary.btn-default.focus {
  background-color: #004ee4;
  border-color: #004ad7;
  color: #fff;
  box-shadow: none, 0 0 0 0.2rem rgba(48, 119, 255, 0.5);
}
.btn-primary.btn-default.disabled, .dropdown-menu > li.disabled > a.btn-primary.btn-default,
.dropdown-menu .link-list > .disabled > a.btn-primary.btn-default,
.dropdown-menu > li.disabled.link-list > a > a.btn-primary.btn-default,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-primary.btn-default, .btn-primary.btn-default:disabled {
  background-color: #0b5fff;
  border-color: #0b5fff;
  color: #fff;
}
.btn-primary.btn-default:not(:disabled):not(.disabled):active, .btn-primary.btn-default:not(:disabled):not(.disabled).active, .nav-underline .tab.active a.btn-primary.btn-default:not(:disabled):not(.disabled), .show > .btn-primary.btn-default.dropdown-toggle {
  background-color: #004ad7;
  color: #fff;
  border-color: #0046ca;
}
.btn-primary.btn-default:not(:disabled):not(.disabled):active:focus, .btn-primary.btn-default:not(:disabled):not(.disabled).active:focus, .nav-underline .tab.active a.btn-primary.btn-default:not(:disabled):not(.disabled):focus, .show > .btn-primary.btn-default.dropdown-toggle:focus {
  box-shadow: c-unset, 0 0 0 0.2rem rgba(48, 119, 255, 0.5);
}
.btn-primary.btn-default:hover {
  background-color: #0053f0;
  border-color: transparent;
  color: #fff;
}
.btn-primary.btn-default:focus, .btn-primary.btn-default.focus {
  background-color: #0053f0;
  border-color: #004ad7;
  color: #fff;
}
.btn-primary.btn-default:active {
  background-color: #004ad7;
  border-color: transparent;
  color: #fff;
}
.btn-primary.btn-default.active, .nav-underline .tab.active a.btn-primary.btn-default {
  background-color: #004ad7;
  border-color: transparent;
  color: #fff;
}
.btn-primary.btn-default:disabled, .btn-primary.btn-default.disabled, .dropdown-menu > li.disabled > a.btn-primary.btn-default,
.dropdown-menu .link-list > .disabled > a.btn-primary.btn-default,
.dropdown-menu > li.disabled.link-list > a > a.btn-primary.btn-default,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-primary.btn-default {
  background-color: #0b5fff;
  border-color: #0b5fff;
  color: #fff;
}
.btn-primary.btn-default[aria-expanded=true], .btn-primary.btn-default.show {
  background-color: #004ad7;
  border-color: transparent;
  color: #fff;
}
.btn-success.btn-default {
  background-color: #287d3c;
  box-shadow: none;
  border-color: #287d3c;
  color: #fff;
  background-color: #287d3c;
  border-color: #287d3c;
  color: #fff;
}
.btn-success.btn-default:hover {
  background-color: #1f602e;
  border-color: #1c5629;
  color: #fff;
}
.btn-success.btn-default:focus, .btn-success.btn-default.focus {
  background-color: #1f602e;
  border-color: #1c5629;
  color: #fff;
  box-shadow: none, 0 0 0 0.2rem rgba(72, 145, 89, 0.5);
}
.btn-success.btn-default.disabled, .dropdown-menu > li.disabled > a.btn-success.btn-default,
.dropdown-menu .link-list > .disabled > a.btn-success.btn-default,
.dropdown-menu > li.disabled.link-list > a > a.btn-success.btn-default,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-success.btn-default, .btn-success.btn-default:disabled {
  background-color: #287d3c;
  border-color: #287d3c;
  color: #fff;
}
.btn-success.btn-default:not(:disabled):not(.disabled):active, .btn-success.btn-default:not(:disabled):not(.disabled).active, .nav-underline .tab.active a.btn-success.btn-default:not(:disabled):not(.disabled), .show > .btn-success.btn-default.dropdown-toggle {
  background-color: #1c5629;
  color: #fff;
  border-color: #194d25;
}
.btn-success.btn-default:not(:disabled):not(.disabled):active:focus, .btn-success.btn-default:not(:disabled):not(.disabled).active:focus, .nav-underline .tab.active a.btn-success.btn-default:not(:disabled):not(.disabled):focus, .show > .btn-success.btn-default.dropdown-toggle:focus {
  box-shadow: c-unset, 0 0 0 0.2rem rgba(72, 145, 89, 0.5);
}
.btn-success.btn-default:hover {
  background-color: #226a33;
  border-color: transparent;
  color: #fff;
}
.btn-success.btn-default:focus, .btn-success.btn-default.focus {
  background-color: #226a33;
  border-color: transparent;
  color: #fff;
}
.btn-success.btn-default:active {
  background-color: #1c5629;
  border-color: transparent;
  color: #fff;
}
.btn-success.btn-default.active, .nav-underline .tab.active a.btn-success.btn-default {
  background-color: #1c5629;
  border-color: transparent;
  color: #fff;
}
.btn-success.btn-default:disabled, .btn-success.btn-default.disabled, .dropdown-menu > li.disabled > a.btn-success.btn-default,
.dropdown-menu .link-list > .disabled > a.btn-success.btn-default,
.dropdown-menu > li.disabled.link-list > a > a.btn-success.btn-default,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-success.btn-default {
  background-color: #287d3c;
  border-color: #287d3c;
  color: #fff;
}
.btn-success.btn-default[aria-expanded=true], .btn-success.btn-default.show {
  background-color: #1c5629;
  border-color: transparent;
  color: #fff;
}
.btn-info.btn-default {
  background-color: #2e5aac;
  box-shadow: none;
  border-color: #2e5aac;
  color: #fff;
  background-color: #2e5aac;
  border-color: #2e5aac;
  color: #fff;
}
.btn-info.btn-default:hover {
  background-color: #264a8e;
  border-color: #234584;
  color: #fff;
}
.btn-info.btn-default:focus, .btn-info.btn-default.focus {
  background-color: #264a8e;
  border-color: #234584;
  color: #fff;
  box-shadow: none, 0 0 0 0.2rem rgba(77, 115, 184, 0.5);
}
.btn-info.btn-default.disabled, .dropdown-menu > li.disabled > a.btn-info.btn-default,
.dropdown-menu .link-list > .disabled > a.btn-info.btn-default,
.dropdown-menu > li.disabled.link-list > a > a.btn-info.btn-default,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-info.btn-default, .btn-info.btn-default:disabled {
  background-color: #2e5aac;
  border-color: #2e5aac;
  color: #fff;
}
.btn-info.btn-default:not(:disabled):not(.disabled):active, .btn-info.btn-default:not(:disabled):not(.disabled).active, .nav-underline .tab.active a.btn-info.btn-default:not(:disabled):not(.disabled), .show > .btn-info.btn-default.dropdown-toggle {
  background-color: #234584;
  color: #fff;
  border-color: #21407a;
}
.btn-info.btn-default:not(:disabled):not(.disabled):active:focus, .btn-info.btn-default:not(:disabled):not(.disabled).active:focus, .nav-underline .tab.active a.btn-info.btn-default:not(:disabled):not(.disabled):focus, .show > .btn-info.btn-default.dropdown-toggle:focus {
  box-shadow: c-unset, 0 0 0 0.2rem rgba(77, 115, 184, 0.5);
}
.btn-info.btn-default:hover {
  background-color: #294f98;
  border-color: transparent;
  color: #fff;
}
.btn-info.btn-default:focus, .btn-info.btn-default.focus {
  background-color: #294f98;
  border-color: transparent;
  color: #fff;
}
.btn-info.btn-default:active {
  background-color: #234584;
  border-color: transparent;
  color: #fff;
}
.btn-info.btn-default.active, .nav-underline .tab.active a.btn-info.btn-default {
  background-color: #234584;
  border-color: transparent;
  color: #fff;
}
.btn-info.btn-default:disabled, .btn-info.btn-default.disabled, .dropdown-menu > li.disabled > a.btn-info.btn-default,
.dropdown-menu .link-list > .disabled > a.btn-info.btn-default,
.dropdown-menu > li.disabled.link-list > a > a.btn-info.btn-default,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-info.btn-default {
  background-color: #2e5aac;
  border-color: #2e5aac;
  color: #fff;
}
.btn-info.btn-default[aria-expanded=true], .btn-info.btn-default.show {
  background-color: #234584;
  border-color: transparent;
  color: #fff;
}
.btn-warning.btn-default {
  background-color: #b95000;
  box-shadow: none;
  border-color: #b95000;
  color: #fff;
  background-color: #b95000;
  border-color: #b95000;
  color: #fff;
}
.btn-warning.btn-default:hover {
  background-color: #933f00;
  border-color: #863a00;
  color: #fff;
}
.btn-warning.btn-default:focus, .btn-warning.btn-default.focus {
  background-color: #933f00;
  border-color: #863a00;
  color: #fff;
  box-shadow: none, 0 0 0 0.2rem rgba(196, 106, 38, 0.5);
}
.btn-warning.btn-default.disabled, .dropdown-menu > li.disabled > a.btn-warning.btn-default,
.dropdown-menu .link-list > .disabled > a.btn-warning.btn-default,
.dropdown-menu > li.disabled.link-list > a > a.btn-warning.btn-default,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-warning.btn-default, .btn-warning.btn-default:disabled {
  background-color: #b95000;
  border-color: #b95000;
  color: #fff;
}
.btn-warning.btn-default:not(:disabled):not(.disabled):active, .btn-warning.btn-default:not(:disabled):not(.disabled).active, .nav-underline .tab.active a.btn-warning.btn-default:not(:disabled):not(.disabled), .show > .btn-warning.btn-default.dropdown-toggle {
  background-color: #863a00;
  color: #fff;
  border-color: #793400;
}
.btn-warning.btn-default:not(:disabled):not(.disabled):active:focus, .btn-warning.btn-default:not(:disabled):not(.disabled).active:focus, .nav-underline .tab.active a.btn-warning.btn-default:not(:disabled):not(.disabled):focus, .show > .btn-warning.btn-default.dropdown-toggle:focus {
  box-shadow: c-unset, 0 0 0 0.2rem rgba(196, 106, 38, 0.5);
}
.btn-warning.btn-default:hover {
  background-color: #9f4500;
  border-color: transparent;
  color: #fff;
}
.btn-warning.btn-default:focus, .btn-warning.btn-default.focus {
  background-color: #9f4500;
  border-color: transparent;
  color: #fff;
}
.btn-warning.btn-default:active {
  background-color: #863a00;
  border-color: transparent;
  color: #fff;
}
.btn-warning.btn-default.active, .nav-underline .tab.active a.btn-warning.btn-default {
  background-color: #863a00;
  border-color: transparent;
  color: #fff;
}
.btn-warning.btn-default:disabled, .btn-warning.btn-default.disabled, .dropdown-menu > li.disabled > a.btn-warning.btn-default,
.dropdown-menu .link-list > .disabled > a.btn-warning.btn-default,
.dropdown-menu > li.disabled.link-list > a > a.btn-warning.btn-default,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-warning.btn-default {
  background-color: #b95000;
  border-color: #b95000;
  color: #fff;
}
.btn-warning.btn-default[aria-expanded=true], .btn-warning.btn-default.show {
  background-color: #863a00;
  border-color: transparent;
  color: #fff;
}
.btn-danger.btn-default {
  background-color: #da1414;
  box-shadow: none;
  border-color: #da1414;
  color: #fff;
  background-color: #da1414;
  border-color: #da1414;
  color: #fff;
}
.btn-danger.btn-default:hover {
  background-color: #b71111;
  border-color: #ab1010;
  color: #fff;
}
.btn-danger.btn-default:focus, .btn-danger.btn-default.focus {
  background-color: #b71111;
  border-color: #ab1010;
  color: #fff;
  box-shadow: none, 0 0 0 0.2rem rgba(224, 55, 55, 0.5);
}
.btn-danger.btn-default.disabled, .dropdown-menu > li.disabled > a.btn-danger.btn-default,
.dropdown-menu .link-list > .disabled > a.btn-danger.btn-default,
.dropdown-menu > li.disabled.link-list > a > a.btn-danger.btn-default,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-danger.btn-default, .btn-danger.btn-default:disabled {
  background-color: #da1414;
  border-color: #da1414;
  color: #fff;
}
.btn-danger.btn-default:not(:disabled):not(.disabled):active, .btn-danger.btn-default:not(:disabled):not(.disabled).active, .nav-underline .tab.active a.btn-danger.btn-default:not(:disabled):not(.disabled), .show > .btn-danger.btn-default.dropdown-toggle {
  background-color: #ab1010;
  color: #fff;
  border-color: #a00f0f;
}
.btn-danger.btn-default:not(:disabled):not(.disabled):active:focus, .btn-danger.btn-default:not(:disabled):not(.disabled).active:focus, .nav-underline .tab.active a.btn-danger.btn-default:not(:disabled):not(.disabled):focus, .show > .btn-danger.btn-default.dropdown-toggle:focus {
  box-shadow: c-unset, 0 0 0 0.2rem rgba(224, 55, 55, 0.5);
}
.btn-danger.btn-default:hover {
  background-color: #c31212;
  border-color: transparent;
  color: #fff;
}
.btn-danger.btn-default:focus, .btn-danger.btn-default.focus {
  background-color: #c31212;
  border-color: transparent;
  color: #fff;
}
.btn-danger.btn-default:active {
  background-color: #ab1010;
  border-color: transparent;
  color: #fff;
}
.btn-danger.btn-default.active, .nav-underline .tab.active a.btn-danger.btn-default {
  background-color: #ab1010;
  border-color: transparent;
  color: #fff;
}
.btn-danger.btn-default:disabled, .btn-danger.btn-default.disabled, .dropdown-menu > li.disabled > a.btn-danger.btn-default,
.dropdown-menu .link-list > .disabled > a.btn-danger.btn-default,
.dropdown-menu > li.disabled.link-list > a > a.btn-danger.btn-default,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-danger.btn-default {
  background-color: #da1414;
  border-color: #da1414;
  color: #fff;
}
.btn-danger.btn-default[aria-expanded=true], .btn-danger.btn-default.show {
  background-color: #ab1010;
  border-color: transparent;
  color: #fff;
}
.btn-link.btn-default {
  background-color: transparent;
  border-color: transparent;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  color: #0b5fff;
  font-weight: 400;
}
.btn-link.btn-default:hover {
  background-color: transparent;
  border-color: transparent;
  color: #004ad7;
  text-decoration: underline;
}
.btn-link.btn-default:focus, .btn-link.btn-default.focus {
  border-color: transparent;
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
  text-decoration: none;
}
.btn-link.btn-default:disabled, .btn-link.btn-default.disabled, .dropdown-menu > li.disabled > a.btn-link.btn-default,
.dropdown-menu .link-list > .disabled > a.btn-link.btn-default,
.dropdown-menu > li.disabled.link-list > a > a.btn-link.btn-default,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-link.btn-default {
  color: #0b5fff;
}
.btn-link.btn-default:active, .btn-link.btn-default.active, .nav-underline .tab.active a.btn-link.btn-default, .btn-link.btn-default:not([disabled]):not(.disabled):active {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #0b5fff;
}

.btn-link.btn-default.btn-cancel, .btn-link.btn-default.close-modal {
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  background-color: #6b6c7e;
  box-shadow: none;
  border-color: #6b6c7e;
  color: #fff;
  background-color: #fff;
  border-color: #cdced9;
  color: #6b6c7e;
  font-weight: 600;
}
.btn-link.btn-default.btn-cancel:hover, .btn-link.btn-default.close-modal:hover {
  background-color: #595a69;
  border-color: #545462;
  color: #fff;
}
.btn-link.btn-default.btn-cancel:focus, .btn-link.btn-default.btn-cancel.focus, .btn-link.btn-default.close-modal:focus, .btn-link.btn-default.close-modal.focus {
  background-color: #595a69;
  border-color: #545462;
  color: #fff;
  box-shadow: none, 0 0 0 0.2rem rgba(129, 130, 145, 0.5);
}
.btn-link.btn-default.btn-cancel.disabled, .dropdown-menu > li.disabled > a.btn-link.btn-default.btn-cancel,
.dropdown-menu .link-list > .disabled > a.btn-link.btn-default.btn-cancel,
.dropdown-menu > li.disabled.link-list > a > a.btn-link.btn-default.btn-cancel,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-link.btn-default.btn-cancel, .btn-link.btn-default.btn-cancel:disabled, .btn-link.btn-default.close-modal.disabled, .dropdown-menu > li.disabled > a.btn-link.btn-default.close-modal,
.dropdown-menu .link-list > .disabled > a.btn-link.btn-default.close-modal,
.dropdown-menu > li.disabled.link-list > a > a.btn-link.btn-default.close-modal,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-link.btn-default.close-modal, .btn-link.btn-default.close-modal:disabled {
  background-color: #6b6c7e;
  border-color: #6b6c7e;
  color: #fff;
}
.btn-link.btn-default.btn-cancel:not(:disabled):not(.disabled):active, .btn-link.btn-default.btn-cancel:not(:disabled):not(.disabled).active, .nav-underline .tab.active a.btn-link.btn-default.btn-cancel:not(:disabled):not(.disabled), .show > .btn-link.btn-default.btn-cancel.dropdown-toggle, .btn-link.btn-default.close-modal:not(:disabled):not(.disabled):active, .btn-link.btn-default.close-modal:not(:disabled):not(.disabled).active, .nav-underline .tab.active a.btn-link.btn-default.close-modal:not(:disabled):not(.disabled), .show > .btn-link.btn-default.close-modal.dropdown-toggle {
  background-color: #545462;
  color: #fff;
  border-color: #4e4e5c;
}
.btn-link.btn-default.btn-cancel:not(:disabled):not(.disabled):active:focus, .btn-link.btn-default.btn-cancel:not(:disabled):not(.disabled).active:focus, .nav-underline .tab.active a.btn-link.btn-default.btn-cancel:not(:disabled):not(.disabled):focus, .show > .btn-link.btn-default.btn-cancel.dropdown-toggle:focus, .btn-link.btn-default.close-modal:not(:disabled):not(.disabled):active:focus, .btn-link.btn-default.close-modal:not(:disabled):not(.disabled).active:focus, .nav-underline .tab.active a.btn-link.btn-default.close-modal:not(:disabled):not(.disabled):focus, .show > .btn-link.btn-default.close-modal.dropdown-toggle:focus {
  box-shadow: c-unset, 0 0 0 0.2rem rgba(129, 130, 145, 0.5);
}
.btn-link.btn-default.btn-cancel:hover, .btn-link.btn-default.close-modal:hover {
  background-color: #f7f8f9;
  border-color: #cdced9;
  color: #272833;
}
.btn-link.btn-default.btn-cancel:focus, .btn-link.btn-default.btn-cancel.focus, .btn-link.btn-default.close-modal:focus, .btn-link.btn-default.close-modal.focus {
  background-color: #f7f8f9;
  border-color: #cdced9;
  color: #272833;
}
.btn-link.btn-default.btn-cancel:active, .btn-link.btn-default.close-modal:active {
  background-color: #f1f2f5;
  border-color: #cdced9;
  color: #272833;
}
.btn-link.btn-default.btn-cancel.active, .nav-underline .tab.active a.btn-link.btn-default.btn-cancel, .btn-link.btn-default.close-modal.active, .nav-underline .tab.active a.btn-link.btn-default.close-modal {
  background-color: #f1f2f5;
  border-color: #cdced9;
  color: #272833;
}
.btn-link.btn-default.btn-cancel:disabled, .btn-link.btn-default.btn-cancel.disabled, .dropdown-menu > li.disabled > a.btn-link.btn-default.btn-cancel,
.dropdown-menu .link-list > .disabled > a.btn-link.btn-default.btn-cancel,
.dropdown-menu > li.disabled.link-list > a > a.btn-link.btn-default.btn-cancel,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-link.btn-default.btn-cancel, .btn-link.btn-default.close-modal:disabled, .btn-link.btn-default.close-modal.disabled, .dropdown-menu > li.disabled > a.btn-link.btn-default.close-modal,
.dropdown-menu .link-list > .disabled > a.btn-link.btn-default.close-modal,
.dropdown-menu > li.disabled.link-list > a > a.btn-link.btn-default.close-modal,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-link.btn-default.close-modal {
  background-color: #fff;
  border-color: #cdced9;
  color: #6b6c7e;
}
.btn-link.btn-default.btn-cancel[aria-expanded=true], .btn-link.btn-default.btn-cancel.show, .btn-link.btn-default.close-modal[aria-expanded=true], .btn-link.btn-default.close-modal.show {
  background-color: #f1f2f5;
  border-color: #cdced9;
  color: #272833;
}
.btn-link.btn-default.btn-cancel:hover, .btn-link.btn-default.close-modal:hover {
  text-decoration: none;
}

.btn-xs .icon-monospaced {
  height: 1rem;
  line-height: 18px;
  width: 1rem;
}

.btn-bottom-right {
  bottom: 30px;
  position: fixed;
  right: 20px;
}

.btn-action,
.btn-action-secondary {
  z-index: 950;
}

.btn-action,
.btn-action-secondary > .btn {
  height: 2.5rem;
  line-height: 2.5rem;
  width: 2.5rem;
  overflow: hidden;
  padding: 0;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.fade.in {
  opacity: 1;
}

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

.caret {
  border-top: 0.3em dashed;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
  border-top: 0.3em solid \9 ;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
}

.dropdown-menu {
  border: 1px solid #e7e7ed;
}

.dropdown-toggle:after {
  border-width: 0;
  content: normal;
}

.dropup .dropdown-toggle:after {
  border-width: 0;
  content: normal;
}

.dropdown > .dropdown-menu {
  position: absolute;
}

.figure {
  display: block;
}

.help-block {
  color: #5e617b;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 10px;
  margin-top: 5px;
}

.has-error .cke {
  border-color: #da1414;
}
.has-error .help-block {
  color: #da1414;
}

.has-warning .help-block {
  color: #b95000;
}

.has-success .help-block {
  color: #287d3c;
}

.has-feedback {
  position: relative;
}
.has-feedback label + .form-control-feedback,
.has-feedback .form-control + .form-control-feedback {
  position: absolute;
  top: 6.5;
  right: 0;
  z-index: 2;
  display: block;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-top: 0;
  pointer-events: none;
  text-align: center;
  width: 2.5rem;
}
.has-feedback label.sr-only ~ .form-control-feedback,
.has-feedback .form-control.sr-only ~ .form-control-feedback {
  top: 0;
}

label {
  max-width: 100%;
}

.radio,
.checkbox {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}
.radio label,
.checkbox label {
  min-height: 24px;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 20px;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  margin-left: -20px;
  margin-top: 4px \9 ;
  position: absolute;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 20px;
  position: relative;
  vertical-align: middle;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.checkbox label,
.radio label {
  font-weight: 600;
  padding-left: 25px;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  .checkbox label,
  .radio label {
    padding-left: 20px;
  }
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  height: 20px;
  margin-left: -25px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  .checkbox input[type=checkbox],
  .checkbox-inline input[type=checkbox] {
    height: 14px;
    margin-left: -20px;
    width: 14px;
  }
}

.radio input[type=radio],
.radio-inline input[type=radio] {
  height: 20px;
  margin-left: -25px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  .radio input[type=radio],
  .radio-inline input[type=radio] {
    height: 15px;
    margin-left: -20px;
    width: 14px;
  }
}

.checkbox-card label,
.radio-card label {
  padding-left: 0;
}

.checkbox-card input[type=checkbox],
.radio-card input[type=radio] {
  margin-left: 0;
}

.form-inline label {
  display: inline-block;
}

fieldset {
  width: 100%;
}

.input-group .form-validator-stack {
  order: 10;
  width: 100%;
}

.input-group-addon {
  align-items: center;
  background-color: #e7e7ed;
  border-color: #e7e7ed;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 0.0625rem;
  color: #6b6c7e;
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  height: 2.5rem;
  justify-content: center;
  line-height: 1.5;
  margin-bottom: 0;
  min-width: 2.5rem;
  padding-bottom: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0;
  text-align: center;
  white-space: nowrap;
}
.input-group-addon .custom-control,
.input-group-addon .form-check {
  margin-bottom: 0;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}
.input-group-addon label {
  color: #6b6c7e;
}

.input-group-btn {
  display: flex;
}
.input-group-btn .btn + .btn {
  margin-left: -0.0625rem;
}

.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.form-control + .input-group-btn,
.form-control + .input-group-input {
  margin-left: -0.0625rem;
}
.form-control[type=file] {
  background: transparent;
  border-color: transparent;
  padding: 0;
}

.input-group-input + .input-group-btn {
  margin-left: -0.0625rem;
}

.input-group-insert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: -0.0625rem;
}
.input-group-insert + .input-group-addon,
.input-group-insert + .input-group-btn,
.input-group-insert + .input-group-input,
.input-group-insert + .form-control {
  margin-left: -0.0625rem;
}

.input-group-constrain {
  align-self: flex-start;
  max-width: 9.375rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding-right: 0.125rem;
}
@media (min-width: 576px) {
  .input-group-constrain {
    max-width: 18.75rem;
  }
}

.input-group-addon .input-group-constrain {
  border-bottom-width: 0;
  display: block;
  line-height: calc(
	2.5rem - 0.0625rem - 0.0625rem
);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.form-group-item > .form-group {
  margin-bottom: 0;
}

.card-col-content {
  display: table-cell;
  max-width: 10px;
  position: relative;
  vertical-align: middle;
  width: auto;
  word-break: break-all \9 ;
  word-wrap: break-word;
}

.card-col-field {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 1%;
}

.card-row.card-row-padded {
  display: table;
  width: 100%;
}
.card-row.card-row-padded .card-col-gutters:first-child {
  padding-left: 0;
}
.card-row.card-row-padded .card-col-gutters:last-child {
  padding-right: 0;
}
.card-row.card-row-padded .card-col-gutters .divider {
  margin-left: 0;
  margin-right: 0;
}
.card-row .card-col-gutters {
  padding: 0 10px;
}
.card-row .card-col-gutters .divider {
  margin-left: -10px;
  margin-right: -10px;
}

.card-row-layout-fixed {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}
.card-row-layout-fixed .card-col-content {
  word-wrap: break-word;
}
.card-row-layout-fixed .card-col-field {
  width: auto;
  word-wrap: break-word;
}

.card-row-padded {
  padding: 15px;
}

.card-row-valign-top .card-col-content,
.card-row-valign-top .card-col-field {
  vertical-align: top;
}
.card-row-valign-top .clamp-container {
  top: 0;
}
.card-row-valign-top .clamp-horizontal .clamp-container {
  transform: none;
}

.card-row-valign-bottom .card-col-content,
.card-row-valign-bottom .card-col-field {
  vertical-align: bottom;
}
.card-row-valign-bottom .clamp-container {
  bottom: 0;
}
.card-row-valign-bottom .clamp-horizontal .clamp-container {
  transform: none;
}

.panel-body > .card-row,
.panel-heading > .card-row {
  display: table;
}

.checkbox-card,
.radio-card {
  margin-bottom: 0;
  margin-top: 0;
}
.checkbox-card label,
.radio-card label {
  color: #272833;
  display: inline;
  padding-left: 0;
}

.checkbox-card input[type=checkbox],
.radio-card input[type=radio] {
  margin-left: 0;
  margin-top: 0;
  z-index: 1;
}

.checkbox-bottom-left .card-horizontal .card.flex-container,
.checkbox-middle-left .card-horizontal .card.flex-container,
.checkbox-top-left .card-horizontal .card.flex-container,
.radio-bottom-left .card-horizontal .card.flex-container,
.radio-middle-left .card-horizontal .card.flex-container,
.radio-top-left .card-horizontal .card.flex-container {
  padding-left: 50px;
}
.checkbox-bottom-left .card-horizontal > .card-row,
.checkbox-middle-left .card-horizontal > .card-row,
.checkbox-top-left .card-horizontal > .card-row,
.radio-bottom-left .card-horizontal > .card-row,
.radio-middle-left .card-horizontal > .card-row,
.radio-top-left .card-horizontal > .card-row {
  padding-left: 50px;
}

.checkbox-bottom-right .card-horizontal .card.flex-container,
.checkbox-middle-right .card-horizontal .card.flex-container,
.checkbox-top-right .card-horizontal .card.flex-container,
.radio-bottom-right .card-horizontal .card.flex-container,
.radio-middle-right .card-horizontal .card.flex-container,
.radio-top-right .card-horizontal .card.flex-container {
  padding-right: 50px;
}
.checkbox-bottom-right .card-horizontal > .card-row,
.checkbox-middle-right .card-horizontal > .card-row,
.checkbox-top-right .card-horizontal > .card-row,
.radio-bottom-right .card-horizontal > .card-row,
.radio-middle-right .card-horizontal > .card-row,
.radio-top-right .card-horizontal > .card-row {
  padding-right: 50px;
}

.checkbox-bottom-left input[type=checkbox],
.checkbox-bottom-left label > input[type=checkbox],
.radio-bottom-left input[type=radio],
.radio-bottom-left label > input[type=radio] {
  bottom: 1rem;
  left: 1rem;
  transform: none;
}

.checkbox-bottom-right input[type=checkbox],
.checkbox-bottom-right label > input[type=checkbox],
.radio-bottom-right input[type=radio],
.radio-bottom-right label > input[type=radio] {
  bottom: 1rem;
  right: 1rem;
  transform: none;
}

.checkbox-middle-left input[type=checkbox],
.checkbox-middle-left label > input[type=checkbox],
.radio-middle-left input[type=radio],
.radio-middle-left label > input[type=radio] {
  left: 1rem;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}

.checkbox-middle-right input[type=checkbox],
.checkbox-middle-right label > input[type=checkbox],
.radio-middle-right input[type=radio],
.radio-middle-right label > input[type=radio] {
  margin-top: 0;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.checkbox-top-left label > input[type=checkbox],
.radio-top-left label > input[type=radio] {
  left: 1rem;
  top: 1rem;
  transform: none;
}

.checkbox-top-right label > input[type=checkbox],
.radio-top-right label > input[type=radio] {
  right: 1rem;
  top: 1rem;
  transform: none;
}

.container-fluid-1280 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}
.container-fluid-1280::after {
  clear: both;
  content: "";
  display: block;
}

.img-responsive {
  height: auto;
  max-width: 100%;
}

.icon-monospaced, .icon-monospaced[class^=icon-], .icon-monospaced[class*=" icon-"] {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}

.icon-monospaced.lexicon-icon {
  padding: 8px;
}

.btn-monospaced > .icon-monospaced:not(.lexicon-icon) {
  padding: 0;
}

.help-icon {
  border-radius: 100px;
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  width: 2rem;
  text-align: center;
}
.help-icon:hover, .help-icon:focus {
  text-decoration: none;
}
.help-icon.icon-monospaced {
  vertical-align: baseline;
}

.help-icon-default {
  background-color: #abacb8;
  color: #fff;
}
.help-icon-default:focus, .help-icon-default:hover {
  color: #fff;
}

.list-group-heading {
  background-color: #f7f8f9;
  border-color: #ddd;
  border-style: solid;
  border-width: 0.0625rem;
  color: #333;
  display: block;
  font-weight: 500;
  margin-bottom: -1px;
  overflow: hidden;
  padding: 10px 15px;
  position: relative;
  word-wrap: break-word;
  margin-bottom: 0;
}
.list-group-heading:after {
  background-color: #0b5fff;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}
.list-group-heading:after:focus {
  z-index: -1;
}
.list-group-heading.collapsed {
  font-weight: 300;
}
.list-group-heading.collapsed:after {
  background-color: #ddd;
  height: 1px;
}
.list-group-heading:focus {
  background-color: #f7f8f9;
  color: #333;
  text-decoration: none;
  z-index: 1;
}
.list-group-heading:hover {
  background-color: #f7f8f9;
  color: #333;
  text-decoration: none;
}
.list-group-heading:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-heading:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  margin-bottom: 0;
}

button.list-group-heading {
  text-align: left;
  width: 100%;
}

.list-group-item-field {
  display: table-cell;
  padding: 0.75rem;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 1%;
  word-wrap: break-word;
}
.list-group-item-field > .checkbox,
.list-group-item-field > .radio {
  margin-bottom: 0;
  margin-top: 0;
}

.list-group-item-content {
  display: table-cell;
  max-width: 100px;
  min-width: 100px;
  padding: 0.75rem;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.list-group-item-content.clamp-horizontal .clamp-container {
  transform: none;
}
.list-group-item-content.clamp-all .clamp-container {
  padding-top: 1em;
}
.list-group-item-content h1,
.list-group-item-content h2,
.list-group-item-content h3,
.list-group-item-content h4,
.list-group-item-content h5,
.list-group-item-content h6 {
  margin: 0.5em 0;
}
.list-group-item-content h1:first-child,
.list-group-item-content h2:first-child,
.list-group-item-content h3:first-child,
.list-group-item-content h4:first-child,
.list-group-item-content h5:first-child,
.list-group-item-content h6:first-child {
  margin-top: 0;
}
.list-group-item-content h1:last-child,
.list-group-item-content h2:last-child,
.list-group-item-content h3:last-child,
.list-group-item-content h4:last-child,
.list-group-item-content h5:last-child,
.list-group-item-content h6:last-child {
  margin-bottom: 0;
}

.tabular-list-group {
  display: table;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
}

.tabular-list-group-unstyled {
  list-style: none;
  padding-left: 0;
}
.tabular-list-group-unstyled .list-group-item {
  border-width: 0;
  padding: 0;
}
.tabular-list-group-unstyled .list-group-item-content,
.tabular-list-group-unstyled .list-group-item-field {
  padding: 0;
}

.management-bar {
  margin-bottom: 1.25rem;
  min-height: 3.125rem;
  position: relative;
}
.management-bar::after {
  clear: both;
  content: "";
  display: block;
}
.management-bar + .subnav-tbar-primary {
  margin-bottom: 1.25rem;
  margin-top: -1.25rem;
}
.management-bar .add-menu {
  z-index: inherit;
}
.management-bar .btn-action,
.management-bar .btn-action-secondary > .btn {
  color: #fff;
  height: 2.1rem;
  line-height: 2.1rem;
  width: 2.1rem;
}
.management-bar .checkbox,
.management-bar .radio {
  margin-bottom: 0;
  margin-top: 0;
}
.management-bar .checkbox label,
.management-bar .radio label {
  display: block;
}
.management-bar .input-checkbox-wrapper {
  position: static;
}
.management-bar .btn-link {
  color: #6b6c7e;
}

.management-bar .management-bar-nav > li > .btn,
.management-bar .management-bar-nav > .dropdown > .btn,
.management-bar-header > .btn,
.management-bar-header-right > .btn,
.management-bar-header > .dropdown,
.management-bar-header-right > .dropdown {
  margin: 0.5rem 0 0.5rem 1rem;
  padding: 0;
}
@media (min-width: 768px) {
  .management-bar .management-bar-nav > li > .btn,
  .management-bar .management-bar-nav > .dropdown > .btn,
  .management-bar-header > .btn,
  .management-bar-header-right > .btn,
  .management-bar-header > .dropdown,
  .management-bar-header-right > .dropdown {
    margin: 13px 0 13px 15px;
  }
}

.management-bar-header > .dropdown,
.management-bar-header-right > .dropdown {
  float: left;
}
.management-bar-header > .dropdown > a,
.management-bar-header-right > .dropdown > a {
  padding: 0;
}

.container > .management-bar-header,
.container > .management-bar-collapse,
.container-fluid > .management-bar-header,
.container-fluid > .management-bar-collapse {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 768px) {
  .container > .management-bar-header,
  .container > .management-bar-collapse,
  .container-fluid > .management-bar-header,
  .container-fluid > .management-bar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
}

.container-fluid-1280 .management-bar-header-right {
  margin-right: 0;
  position: relative;
}

.management-bar-header > .checkbox,
.management-bar-header > .radio,
.management-bar-header-right > .checkbox,
.management-bar-header-right > .radio,
.management-bar-nav > li > .checkbox,
.management-bar-nav > li > .radio {
  float: left;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.75rem;
}
@media (min-width: 768px) {
  .management-bar-header > .checkbox,
  .management-bar-header > .radio,
  .management-bar-header-right > .checkbox,
  .management-bar-header-right > .radio,
  .management-bar-nav > li > .checkbox,
  .management-bar-nav > li > .radio {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}

.management-bar-nav > li > .basic-search,
.management-bar-nav > li > .form {
  padding-left: 20px;
  padding-top: 12px;
}
.management-bar-nav > li > .basic-search .input-group-btn .btn-secondary,
.management-bar-nav > li > .form .input-group-btn .btn-secondary {
  background-color: #f1f2f5;
  border-color: #e7e7ed;
}
.management-bar-nav > li > .basic-search .form-control,
.management-bar-nav > li > .form .form-control {
  border-right-color: transparent;
  width: 100%;
}

.management-bar-nav .basic-search-slider {
  left: inherit;
}
.management-bar-nav .basic-search-slider .basic-search-close {
  display: none;
}

.management-bar-header {
  float: left;
}
.management-bar-header::after {
  clear: both;
  content: "";
  display: block;
}

.management-bar-header-right {
  float: right;
  margin-right: 1rem;
}
.management-bar-header-right > a,
.management-bar-header-right > span {
  display: block;
  float: left;
  padding: 0.875rem 1rem;
}
.management-bar-header-right .btn-secondary:not([disabled]):not(.disabled).active, .management-bar-header-right .nav-underline .tab.active a.btn-secondary:not([disabled]):not(.disabled), .nav-underline .tab.active .management-bar-header-right a.btn-secondary:not([disabled]):not(.disabled) {
  border-color: transparent;
}

.management-bar-header-item {
  float: left;
  height: 3.125rem;
  padding: 0.875rem 1rem;
}
.management-bar-header-item:hover, .management-bar-header-item:focus {
  text-decoration: none;
}
.management-bar-header-item > img {
  display: block;
}
@media (min-width: 768px) {
  .management-bar > .container .management-bar-header-item, .management-bar > .container-fluid .management-bar-header-item {
    margin-left: -1rem;
  }
}

.management-bar-item-title {
  display: inline-block;
  float: left;
  margin-right: 5px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .management-bar-item-title {
    max-width: 180px;
  }
}

.management-bar-toggle {
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  float: right;
  margin-right: 1rem;
  padding: 9px 10px;
  position: relative;
}
@media (min-width: 768px) {
  .management-bar-toggle {
    display: none;
  }
}
.management-bar-toggle:focus {
  outline: 0;
}

.management-bar-toggle-link {
  border-radius: 0;
  border-width: 0;
}
.management-bar-toggle-link.management-bar-toggle {
  margin: 0;
  padding: 0.875rem 1rem;
}
.management-bar-toggle-link:focus, .management-bar-toggle-link:hover {
  text-decoration: none;
}

.management-bar-toggle-left {
  float: left;
  padding: 0.375rem 10px;
}

.management-bar-collapse {
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  overflow-x: visible;
  padding-left: 1rem;
  padding-right: 1rem;
}
.management-bar-collapse::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 767.98px) {
  .management-bar-collapse {
    background-color: #fff;
    border-color: transparent;
    border-style: solid;
    border-width: 0.0625rem 0.0625rem 0.0625rem 0.0625rem;
    border-width: 1px 0;
    box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.7);
    clear: both;
    left: -0.0625rem;
    position: absolute;
    right: -0.0625rem;
    top: 100%;
    z-index: 1001;
  }
}
@media (min-width: 768px) {
  .management-bar-collapse {
    border-top-width: 0;
    box-shadow: none;
    clear: none;
    float: left;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
    width: auto;
  }
}
@media (min-width: 768px) {
  .management-bar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0;
  }
}
.management-bar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .management-bar-collapse.in {
    overflow-y: visible;
  }
}
.management-bar-collapse .management-bar-nav > .dropdown > .dropdown-toggle {
  display: flex;
}
@media (max-width: 767.98px) {
  .management-bar-collapse .management-bar-nav > .dropdown > .dropdown-menu {
    position: relative !important;
    transform: none !important;
  }
}

.management-bar-nav {
  margin: 0.4375rem -1rem;
}
@media (min-width: 768px) {
  .management-bar-nav {
    float: left;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .management-bar-nav > li {
    float: left;
  }
}
.management-bar-nav > li > a,
.management-bar-nav > li > span {
  display: block;
  padding: 0.875rem 1rem;
}
@media (min-width: 768px) {
  .management-bar-nav > li > a,
  .management-bar-nav > li > span {
    padding-bottom: 19.5px;
    padding-top: 19.5px;
  }
}
.management-bar-nav > li > .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .management-bar-nav .open .dropdown-menu {
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
    float: none;
    margin-top: 0;
    max-width: none;
    position: static;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .management-bar-nav .open .dropdown-menu > li > a,
  .management-bar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
}
@media (max-width: 767.98px) {
  .management-bar-nav .open .dropdown-menu > li > a:hover, .management-bar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

.management-bar-no-collapse .management-bar-nav {
  float: left;
  margin: 0;
}
.management-bar-no-collapse .management-bar-nav > li {
  float: left;
  margin-left: -1px;
}
.management-bar-no-collapse .management-bar-nav > li:first-child {
  margin-left: 0;
}
.management-bar-no-collapse .management-bar-nav .dropdown-menu {
  background-color: #fff;
  border-color: #e7e7ed;
  border-style: solid;
  border-width: 0px;
  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
  position: absolute;
}
.management-bar-no-collapse .management-bar-nav-right {
  float: right;
  margin-right: 1rem;
}

.management-bar-no-collapse .container-fluid-1280 .management-bar-nav-right {
  margin-right: 0;
}

.management-bar-default .management-bar-collapse {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .management-bar-default .management-bar-collapse {
    background-color: #fff;
    border-color: transparent;
  }
}
.management-bar-default .management-bar-toggle-left {
  color: #272833;
}

.management-bar-default {
  background-color: #fff;
  border-color: transparent;
}
.management-bar-default a,
.management-bar-default .management-bar-text,
.management-bar-default .management-bar-nav > li > a,
.management-bar-default .management-bar-nav > .dropdown > a {
  color: #6b6c7e;
}
.management-bar-default .management-bar-nav > li > a:hover,
.management-bar-default .management-bar-nav > .dropdown > a:hover {
  background-color: rgba(39, 40, 51, 0.03);
  color: #6b6c7e;
}
.management-bar-default .management-bar-nav > li > a:focus,
.management-bar-default .management-bar-nav > .dropdown > a:focus,
.management-bar-default .management-bar-nav .open > a,
.management-bar-default .management-bar-nav .open > a:focus,
.management-bar-default .management-bar-nav .open > a:hover {
  background-color: #eeeeee;
  color: #272833;
}
.management-bar-default .management-bar-nav > .disabled > a, .management-bar-default .dropdown-menu > li.disabled.management-bar-nav > a > a,
.management-bar-default .dropdown-menu .link-list > .disabled.management-bar-nav > a > a,
.dropdown-menu .management-bar-default .link-list > .disabled.management-bar-nav > a > a,
.management-bar-default .dropdown-menu > li.disabled.link-list > a.management-bar-nav > a > a,
.management-bar-default .dropdown-menu .link-list > .disabled.link-list > a.management-bar-nav > a > a,
.dropdown-menu .management-bar-default .link-list > .disabled.link-list > a.management-bar-nav > a > a, .management-bar-default .management-bar-nav > .disabled > a:focus, .management-bar-default .management-bar-nav > .disabled > a:hover {
  background-color: transparent;
  color: #a7a9bc;
}

.management-bar-default .btn-secondary,
.management-bar-default .nav > li > .btn-secondary {
  background-color: transparent;
  border-color: transparent;
  color: #6b6c7e;
}
.management-bar-default .btn-secondary:focus, .management-bar-default .btn-secondary:hover,
.management-bar-default .nav > li > .btn-secondary:focus,
.management-bar-default .nav > li > .btn-secondary:hover {
  background-color: rgba(39, 40, 51, 0.03);
  border-color: transparent;
  color: #272833;
}
.management-bar-default .btn-secondary:active, .management-bar-default .btn-secondary.active, .management-bar-default .nav-underline .tab.active a.btn-secondary, .nav-underline .tab.active .management-bar-default a.btn-secondary,
.management-bar-default .nav > li > .btn-secondary:active,
.management-bar-default .nav > li > .btn-secondary.active {
  background-color: rgba(39, 40, 51, 0.03);
  border-color: transparent;
  color: #272833;
}
.management-bar-default .dropdown.open .btn-secondary, .management-bar-default .dropdown.open .btn-secondary:focus {
  background-color: rgba(39, 40, 51, 0.03);
  border-color: transparent;
  color: #272833;
}

.management-bar-nav {
  display: block;
}
@media (max-width: 767.98px) {
  .management-bar-nav > li {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .management-bar-nav .dropdown-menu {
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
    max-width: none;
    position: relative;
    width: 100%;
  }
}

.management-bar-header .form-inline input[type=checkbox] {
  margin-left: -1.25rem;
}

.management-bar-secondary-bar {
  background-color: #f0f5ff;
  border-bottom: 1px solid #0b5fff;
}

.modal-footer > .btn-toolbar > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > .btn-toolbar > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-content .modal-footer .btn-toolbar {
  margin-left: auto;
}

.modal-md {
  max-width: 600px;
}

@media (min-width: 576px) {
  .modal-dialog.modal-lg, .modal-dialog.modal-md, .modal-dialog.modal-sm, .modal-dialog.modal-xl {
    max-width: 600px;
    position: relative;
  }
  .modal-dialog.modal-sm {
    max-width: 320px;
  }
}
@media (min-width: 992px) {
  .modal-dialog.modal-lg, .modal-dialog.modal-xl {
    max-width: 896px;
  }
}

@media (min-width: 1280px) {
  .modal-dialog.modal-xl {
    max-width: 1140px;
  }
}

.nav {
  flex-direction: column;
}
.nav > li {
  position: relative;
}
.nav > li > a {
  display: block;
  padding: 0.625rem 1rem;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
}
.nav .disabled > a, .nav .dropdown-menu > li.disabled > a > a,
.nav .dropdown-menu .link-list > .disabled > a > a,
.dropdown-menu .nav .link-list > .disabled > a > a,
.nav .dropdown-menu > li.disabled.link-list > a > a > a,
.nav .dropdown-menu .link-list > .disabled.link-list > a > a > a,
.dropdown-menu .nav .link-list > .disabled.link-list > a > a > a {
  color: #a7a9bc;
}

.nav-justified {
  flex-direction: row;
}
.nav-justified > li {
  flex: 1;
  text-align: center;
}

.nav.nav-pills {
  flex-direction: row;
}

.nav-pills > li > a {
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}

.nav-pills > li.active > a {
  background-color: #0b5fff;
  color: #fff;
}

.nav-tabs,
.nav-underline {
  flex-direction: row;
}

.nav-tabs {
  flex-direction: row;
}

.nav-tabs > li {
  margin-bottom: -0.0625rem;
}
.nav-tabs > li > a {
  border: 0.0625rem solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border-color: transparent transparent transparent;
}

.nav-tabs > li > a.active, .nav-underline .tab.active .nav-tabs > li > a,
.nav-tabs > .active > a,
.nav-underline .tab.active .nav-tabs > a > a {
  background-color: #fff;
  border-color: transparent transparent #fff transparent transparent #fff #fff;
  color: #272833;
}
.nav-tabs > li > a.active:hover, .nav-underline .tab.active .nav-tabs > li > a:hover, .nav-tabs > li > a.active:focus, .nav-underline .tab.active .nav-tabs > li > a:focus,
.nav-tabs > .active > a:hover,
.nav-underline .tab.active .nav-tabs > a > a:hover,
.nav-tabs > .active > a:focus,
.nav-underline .tab.active .nav-tabs > a > a:focus {
  border-color: transparent transparent #fff transparent transparent #fff #fff;
}

.nav-tabs-default > li > a {
  color: #6b6c7e;
}
.nav-tabs-default > li > a:after {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  width: auto;
}
.nav-tabs-default > .active > a:after, .nav-underline .tab.active .nav-tabs-default > a > a:after {
  background-color: #80acff;
}
.nav-tabs-default > .active > a, .nav-underline .tab.active .nav-tabs-default > a > a,
.nav-tabs-default > .show > a {
  background-color: transparent;
  color: #272833;
}
.nav-tabs-default > .active > a:after, .nav-underline .tab.active .nav-tabs-default > a > a:after,
.nav-tabs-default > .show > a:after {
  content: "";
  height: 0.125rem;
}
.nav-tabs-default > .disabled > a, .dropdown-menu > li.disabled.nav-tabs-default > a > a,
.dropdown-menu .link-list > .disabled.nav-tabs-default > a > a,
.dropdown-menu > li.disabled.link-list > a.nav-tabs-default > a > a,
.dropdown-menu .link-list > .disabled.link-list > a.nav-tabs-default > a > a {
  color: #a7a9bc;
}
.navbar-toggle {
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  float: right;
  margin-right: 1rem;
  padding: 9px 10px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  background-color: #272833;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggle-left {
  float: left;
}

.navbar-toggle-page-name {
  border-width: 0;
  padding: 13px 16px;
}

.navbar-header-right {
  margin-left: auto;
}

.taglib-search-toggle-advanced-wrapper {
  left: auto;
  position: absolute;
  right: 0;
  z-index: 1000;
}

@media (max-width: 767.98px) {
  .navbar.collapse-basic-search .basic-search {
    border-width: 0 0 0.0625rem 0;
    left: 0;
    right: 0;
    top: 0;
  }
}

@media (max-width: 767.98px) {
  .navbar-collapse .nav-tabs {
    flex-direction: column;
  }
}
.navbar-collapse .navbar-nav {
  flex-direction: row;
}
@media (max-width: 767.98px) {
  .navbar-collapse .navbar-nav {
    flex: 1;
    flex-direction: column;
  }
}

.navbar-no-collapse .navbar-nav {
  flex-direction: row;
}

.navbar-default,
.navbar-inverse {
  border-style: solid;
  border-width: 0 0 0.0625rem 0;
}
@media (min-width: 768px) {
  .navbar-default .container-fluid-1280,
  .navbar-inverse .container-fluid-1280 {
    display: flex;
  }
}
.navbar-default .basic-search,
.navbar-inverse .basic-search {
  padding: 3.5px 16px;
}
@media (min-width: 768px) {
  .navbar-default .basic-search,
  .navbar-inverse .basic-search {
    padding: 10px 0 7px;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-collapse,
  .navbar-inverse .navbar-collapse {
    display: block;
  }
}
.navbar-default .navbar-collapse + .form,
.navbar-inverse .navbar-collapse + .form {
  margin-left: auto;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav,
  .navbar-inverse .navbar-nav {
    flex-direction: row;
  }
}
.navbar-default .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a {
  padding-bottom: 11.5px;
  padding-top: 11.5px;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a,
  .navbar-inverse .navbar-nav > li > a {
    padding: 18px 16px;
  }
}

.navbar-default {
  background-color: #fff;
  border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #6b6c7e;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #6b6c7e;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .nav-underline .tab.active .navbar-nav > a > a, .nav-underline .tab.active .navbar-default .navbar-nav > a > a, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-toggle-page-name,
.navbar-default .navbar-toggle-page-name:hover {
  color: #272833;
}
.navbar-default .navbar-nav > .active > a:after, .navbar-default .nav-underline .tab.active .navbar-nav > a > a:after, .nav-underline .tab.active .navbar-default .navbar-nav > a > a:after,
.navbar-default .navbar-toggle-page-name:after {
  background-color: #86affd;
  bottom: -0.0625rem;
  content: "";
  display: block;
  height: 2px;
  left: 16px;
  position: absolute;
  right: 16px;
}
@media (max-width: 767.98px) {
  .navbar-default .navbar-nav > .active > a:after, .navbar-default .nav-underline .tab.active .navbar-nav > a > a:after, .nav-underline .tab.active .navbar-default .navbar-nav > a > a:after {
    content: normal;
  }
}

.navbar-inverse {
  background-color: #31323f;
  border-color: transparent;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .nav-underline .tab.active .navbar-nav > a > a, .nav-underline .tab.active .navbar-inverse .navbar-nav > a > a, .navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-toggle-page-name,
.navbar-inverse .navbar-toggle-page-name:hover {
  color: #fff;
}
.navbar-inverse .navbar-nav > .active > a:after, .navbar-inverse .nav-underline .tab.active .navbar-nav > a > a:after, .nav-underline .tab.active .navbar-inverse .navbar-nav > a > a:after,
.navbar-inverse .navbar-toggle-page-name:after {
  background-color: #86affd;
  bottom: -0.0625rem;
  content: "";
  display: block;
  height: 2px;
  left: 16px;
  position: absolute;
  right: 16px;
}
@media (max-width: 767.98px) {
  .navbar-inverse .navbar-nav > .active > a:after, .navbar-inverse .nav-underline .tab.active .navbar-nav > a > a:after, .nav-underline .tab.active .navbar-inverse .navbar-nav > a > a:after {
    content: normal;
  }
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
}

.navbar-header::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.pager {
  list-style: none;
  margin: 1.5rem 0;
  padding-left: 0;
  text-align: center;
}
.pager::after {
  clear: both;
  content: "";
  display: block;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 15px;
  display: inline-block;
  padding: 5px 14px;
}
.pager li > a:hover,
.pager li > a:focus {
  background-color: rgba(0, 0, 0, 0.02);
  text-decoration: none;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a, .pager .dropdown-menu > li.disabled > a > a,
.pager .dropdown-menu .link-list > .disabled > a > a,
.dropdown-menu .pager .link-list > .disabled > a > a,
.pager .dropdown-menu > li.disabled.link-list > a > a > a,
.pager .dropdown-menu .link-list > .disabled.link-list > a > a > a,
.dropdown-menu .pager .link-list > .disabled.link-list > a > a > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span,
.pager .dropdown-menu > li.disabled > a > span,
.pager .dropdown-menu .link-list > .disabled > a > span,
.dropdown-menu .pager .link-list > .disabled > a > span,
.pager .dropdown-menu > li.disabled.link-list > a > a > span,
.pager .dropdown-menu .link-list > .disabled.link-list > a > a > span,
.dropdown-menu .pager .link-list > .disabled.link-list > a > a > span {
  background-color: transparent;
  color: #6b6c7e;
  cursor: not-allowed;
}

.panel {
  position: inherit;
}

.panel-heading {
  position: relative;
}

.panel-title.h4 {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.panel-title .collapse-icon {
  color: inherit;
  display: block;
  padding: 0.75rem 1.25rem;
}
.panel-title .collapse-icon:hover, .panel-title .collapse-icon:focus {
  color: inherit;
}
.panel-title .collapse-icon .collapse-icon {
  padding-right: 2.28125rem;
}

.panel-group {
  background-color: transparent;
}

.panel-default {
  border-color: #e7e7ed;
  color: #6b6c7e;
}
.popover.top {
  margin-bottom: 0.3rem;
}
.popover.bottom {
  margin-top: 0.3rem;
}
.popover.left {
  margin-right: 0.6rem;
}
.popover.right {
  margin-left: 0.6rem;
}
.popover.top .arrow, .popover.bottom .arrow {
  left: calc(50% - (0.6rem / 2));
}
.popover.left .arrow, .popover.right .arrow {
  top: calc(50% - (0.3rem / 2));
}

.progress-xs .progress-bar {
  height: 8px;
}
.progress-lg .progress-bar {
  height: calc(0.5rem * 2);
}
.progress-xl .progress-bar {
  height: 52px;
}

.progress-bar-danger {
  background-color: #da1414;
}

.progress-bar-info {
  background-color: #2e5aac;
}

.progress-bar-success {
  background-color: #287d3c;
}

.progress-bar-warning {
  background-color: #b95000;
}

.multi-step-progress-bar {
  display: table;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  width: 100%;
}
.multi-step-progress-bar > li {
  color: #bbb;
  display: table-cell;
  vertical-align: bottom;
  width: 1%;
}
.multi-step-progress-bar > .active, .nav-underline .tab.active .multi-step-progress-bar > a {
  color: #0b5fff;
}
.multi-step-progress-bar > .active .divider, .nav-underline .tab.active .multi-step-progress-bar > a .divider {
  background-color: #0b5fff;
  color: #0b5fff;
}
.multi-step-progress-bar > .complete .divider {
  color: #0b5fff;
  margin-left: 18px;
}
.multi-step-progress-bar .divider {
  background-color: #bbb;
  color: #bbb;
  height: 1px;
  margin: 20px 0 20px 12px;
  position: relative;
}
.multi-step-progress-bar .divider .lexicon-icon {
  font-size: 12px;
  left: -12px;
  position: absolute;
  top: -2px;
}
.multi-step-progress-bar .divider .lexicon-icon.lexicon-icon-check {
  left: -16px;
}
.multi-step-progress-bar .progress-bar-step,
.multi-step-progress-bar .progress-bar-title {
  font-weight: 500;
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .multi-step-progress-bar-collapse {
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .multi-step-progress-bar-collapse > li {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .multi-step-progress-bar-collapse > li:last-child {
    width: 1%;
  }
}
@media (max-width: 767.98px) {
  .multi-step-progress-bar-collapse > li:last-child .divider {
    width: 0;
  }
}
@media (max-width: 767.98px) {
  .multi-step-progress-bar-collapse > .active .progress-bar-title, .nav-underline .tab.active .multi-step-progress-bar-collapse > a .progress-bar-title {
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .multi-step-progress-bar-collapse .progress-bar-title {
    display: none;
  }
}

.multi-step-progress-bar-fixed > li {
  display: inline-block;
  width: 100px;
}

.visible-lg {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-xs {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
.sidebar-default {
  background-color: #fff;
}

.sidebar-actions,
.sidebar-header-actions {
  float: right;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-right: -9px;
}
.sidebar-actions > li,
.sidebar-header-actions > li {
  display: inline-block;
}

.sidebar-block.tabular-list-group-unstyled {
  margin-right: -9px;
}

.flex-container {
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
}

.flex-container-stacked {
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-row-vertical {
  -ms-flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.flex-item-expand {
  -ms-flex: 1;
  -ms-flex-wrap: wrap;
  flex: 1;
  flex-wrap: wrap;
  min-width: 0;
}

.flex-item-full {
  -ms-flex: 1 100%;
  -ms-flex-wrap: wrap;
  flex: 1 100%;
  flex-wrap: wrap;
}
.flex-item-full + .flex-item-expand {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.flex-item-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.flex-item-center {
  -ms-flex-item-align: center;
  align-self: center;
}

.flex-item-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media (max-width: 479px) {
  .flex-container-stacked-xxs {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-container-stacked-xxs .flex-item-full {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (max-width: 767px) {
  .flex-container-stacked-xs {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-container-stacked-xs .flex-item-full {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (max-width: 991px) {
  .flex-container-stacked-sm {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-container-stacked-sm .flex-item-full {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (max-width: 1279px) {
  .flex-container-stacked-md {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-container-stacked-md .flex-item-full {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (min-width: 1280px) {
  .flex-container-stacked-lg {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-container-stacked-lg .flex-item-full {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .flex-container-stacked-xs-only {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-container-stacked-xs-only .flex-item-full {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex-container-stacked-sm-only {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-container-stacked-sm-only .flex-item-full {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .flex-container-stacked-md-only {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-container-stacked-md-only .flex-item-full {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (max-width: 479px) {
  .flex-item-break-xxs {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .flex-item-break-xs {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .flex-item-break-sm {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}

@media (max-width: 1279px) {
  .flex-item-break-md {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .flex-item-break-lg {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .flex-item-break-xs-only {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex-item-break-sm-only {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .flex-item-break-md-only {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}

.sticker-bottom {
  bottom: 1rem;
  left: 1rem;
  position: absolute;
  right: auto;
  top: auto;
}

.sticker-right {
  left: auto;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.sticker-document .lexicon-icon {
  height: 1.25em;
  width: auto;
}

div.splitter,
.table.table-autofit .splitter td,
.table.table-autofit .splitter th {
  background-color: #f7f8f9;
  color: #6b6c7e;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.4375rem 0.75rem;
  text-transform: uppercase;
}

.table .splitter {
  box-shadow: none;
  padding: 0;
}

.table > thead > tr.active > th, .table > thead > tr.active > td,
.table > thead > tr th.active,
.table > thead > tr td.active,
.table > tbody > tr.active > th,
.table > tbody > tr.active > td,
.table > tbody > tr th.active,
.table > tbody > tr td.active,
.table > tfoot > tr.active > th,
.table > tfoot > tr.active > td,
.table > tfoot > tr th.active,
.table > tfoot > tr td.active {
  background-color: #f0f5ff;
}
.table > thead > tr.success > th, .table > thead > tr.success > td,
.table > thead > tr th.success,
.table > thead > tr td.success,
.table > tbody > tr.success > th,
.table > tbody > tr.success > td,
.table > tbody > tr th.success,
.table > tbody > tr td.success,
.table > tfoot > tr.success > th,
.table > tfoot > tr.success > td,
.table > tfoot > tr th.success,
.table > tfoot > tr td.success {
  background-color: #287d3c;
}
.table > thead > tr.info > th, .table > thead > tr.info > td,
.table > thead > tr th.info,
.table > thead > tr td.info,
.table > tbody > tr.info > th,
.table > tbody > tr.info > td,
.table > tbody > tr th.info,
.table > tbody > tr td.info,
.table > tfoot > tr.info > th,
.table > tfoot > tr.info > td,
.table > tfoot > tr th.info,
.table > tfoot > tr td.info {
  background-color: #2e5aac;
}
.table > thead > tr.warning > th, .table > thead > tr.warning > td,
.table > thead > tr th.warning,
.table > thead > tr td.warning,
.table > tbody > tr.warning > th,
.table > tbody > tr.warning > td,
.table > tbody > tr th.warning,
.table > tbody > tr td.warning,
.table > tfoot > tr.warning > th,
.table > tfoot > tr.warning > td,
.table > tfoot > tr th.warning,
.table > tfoot > tr td.warning {
  background-color: #b95000;
}
.table > thead > tr.danger > th, .table > thead > tr.danger > td,
.table > thead > tr th.danger,
.table > thead > tr td.danger,
.table > tbody > tr.danger > th,
.table > tbody > tr.danger > td,
.table > tbody > tr th.danger,
.table > tbody > tr td.danger,
.table > tfoot > tr.danger > th,
.table > tfoot > tr.danger > td,
.table > tfoot > tr th.danger,
.table > tfoot > tr td.danger {
  background-color: #da1414;
}

.table-autofit .table-cell-content {
  width: auto;
}

.toggle-card-check {
  float: left;
  line-height: normal;
  position: relative;
  user-select: none;
}

.toggle-card-container {
  background-color: transparent;
  border: 1px solid #6b6c7e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: none;
  color: #272833;
  height: 104px;
  padding: 12px;
  text-align: center;
  width: 92px;
}

.toggle-card-icon {
  align-items: center;
  display: flex;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  height: 32px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 32px;
}
.toggle-card-icon .lexicon-icon {
  margin-top: 0;
}

.toggle-card-label {
  height: 58px;
  line-height: 16px;
  overflow: hidden;
  padding-top: 12px;
}

.toggle-card .toggle-check {
  height: auto;
  width: auto;
}

.toggle-card-check {
  height: 104px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 92px;
}
.toggle-card-check:empty ~ .toggle-card-container .toggle-card-off {
  display: block;
}
.toggle-card-check:empty ~ .toggle-card-container .toggle-card-on {
  display: none;
}
.toggle-card-check:empty ~ .toggle-card-container .toggle-card-icon {
  background-color: transparent;
}
.toggle-card-check:checked ~ .toggle-card-container {
  background-color: #fff;
  border: 1px solid #0b5fff;
  color: #0b5fff;
  padding: 12px;
}
.toggle-card-check:checked ~ .toggle-card-container .toggle-card-off {
  display: none;
}
.toggle-card-check:checked ~ .toggle-card-container .toggle-card-on {
  display: block;
}
.toggle-card-check[disabled] ~ .toggle-card-container {
  cursor: not-allowed;
  opacity: 0.4;
}

.toolbar {
  display: flex;
}

.user-icon img {
  vertical-align: baseline;
}

.user-icon {
  border-radius: 500px;
  font-size: 0.875rem;
  height: 32px;
  line-height: 32px;
  width: 32px;
  overflow: hidden;
  text-align: center;
}
.user-icon-xs {
  font-size: 8px;
  height: 24px;
  line-height: 24px;
  width: 24px;
}
@media (min-width: 768px) {
  .user-icon-xs {
    font-size: 8px;
    height: 24px;
    line-height: 24px;
    width: 24px;
  }
}

.user-icon-sm {
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  width: 32px;
}
@media (min-width: 768px) {
  .user-icon-sm {
    font-size: 0.875rem;
    height: 32px;
    line-height: 32px;
    width: 32px;
  }
}

.user-icon-lg {
  font-size: 0.875rem;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
@media (min-width: 768px) {
  .user-icon-lg {
    font-size: 0.875rem;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}

.user-icon-xl {
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  width: 48px;
}
@media (min-width: 768px) {
  .user-icon-xl {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    width: 48px;
  }
}

.user-icon-xxl {
  font-size: 20px;
  height: 56px;
  line-height: 56px;
  width: 56px;
}
@media (min-width: 768px) {
  .user-icon-xxl {
    font-size: 20px;
    height: 56px;
    line-height: 56px;
    width: 56px;
  }
}

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

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

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

.user-icon-success {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #287d3c;
}

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

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

.user-icon-rounded.user-icon,
.user-icon-rounded .user-icon {
  border-radius: 0.25rem;
}

.user-icon-square.user-icon,
.user-icon-square .user-icon {
  border-radius: 0;
}

.truncate-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal \9 ;
  word-wrap: normal;
}

#navigationCollapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  #navigationCollapse {
    display: block;
  }
}

#banner .row:first-child, #banner .form-horizontal > .form-group:first-child {
  display: block;
}

.product-menu.sidebar .sidebar-header {
  padding-bottom: 0.7rem;
  padding-top: 0.7rem;
}

.product-menu.sidebar .sidebar-body,
.lfr-has-simulation-panel .lfr-simulation-device {
  top: 3.5rem;
}

.product-menu.sidebar .lfr-applications-menu .sidebar-body {
  top: 0;
}

.product-menu .add-application-panel .panel-body {
  padding-bottom: 0.01rem;
}

.lfr-page-layouts.row .list-unstyled, .form-horizontal > .lfr-page-layouts.form-group .list-unstyled {
  display: flex;
  flex-wrap: wrap;
}

.fade.in {
  opacity: 1;
}

.lfr-add-panel .input-group.search-bar {
  margin: 0;
  padding: 10px;
}
.lfr-add-panel .input-group.search-bar .form-control {
  width: 100%;
}
.lfr-add-panel .input-group.search-bar .input-group-btn {
  font-size: 1rem;
  margin-top: -11px;
}

.input-group.search-bar .search-field {
  display: flex;
}
.input-group.search-bar .search-field:first-child {
  flex-grow: 1;
}
.input-group.search-bar .search-field .btn {
  margin-top: 0;
}
.input-group.search-bar .search-field .form-group {
  margin-bottom: 0;
}
.input-group.search-bar .search-field .search-bar-input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group.search-bar .search-field ~ .search-field {
  margin-left: -0.0625rem;
}
.input-group.search-bar .search-select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
}

.dialog-with-footer .button-holder.dialog-footer {
  background-color: #fff;
}

.lfr-friendly-url-input-group.input-group .input-group-addon {
  background-color: #e8e8ec;
}
.lfr-friendly-url-input-group.input-group .language-value {
  border-radius: 0 0.25rem 0.25rem 0;
  width: auto;
}

#settings .lfr-ddm-form-page {
  margin-top: 0;
}

.autosave-bar .toolbar {
  align-items: center;
}

.form-builder-sidebar .tab-content .tab-pane {
  padding: 24px;
  position: static;
}
.form-builder-sidebar .input-group-container {
  display: flex;
}
.form-builder-sidebar .input-group-container .input-group-addon {
  background-color: transparent;
  border-width: 0;
}

.form-builder-page-header .form-control {
  background-color: transparent;
}

.form-builder-field .input-group .form-control {
  z-index: 0;
}

.help-icon.icon-monospaced {
  line-height: 2;
}

.layout-row-container-row .layout-builder-move-cut-button.layout-builder-move-cut-row-button {
  right: 30px;
  top: -22px;
}

.portal-popup .asset-icon .sticker .lexicon-icon,
.portlet-forms-admin .asset-icon .sticker .lexicon-icon {
  height: 100%;
  width: 1em;
}

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

#wrapper {
  position: relative;
}

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

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

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

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

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

span.alert {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

.nav-menu ul {
  padding-left: 10px;
}
.nav-menu li a.ancestor {
  font-weight: bold;
}
.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

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

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

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

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

.form-triggers {
  float: left;
}

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

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

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

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

htmlcadmin .page-editor__sidebar .page-editor__sidebar__buttons {
  text-align: center;
}
htmlcadmin #wrapper.page-editor__wrapper {
  margin-left: 43px;
}

html:not(#__):not(#___) body.open #wrapper {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.portlet > .cadmin.portlet-topper {
  background-color: #f7f7f7 !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 2.2 !important;
  text-transform: uppercase !important;
  padding: 3px 12px 3px 24px !important;
}
.portlet > .cadmin.portlet-topper .lexicon-icon-ellipsis-v {
  color: #3c4046 !important;
}
.portlet:hover > .cadmin.portlet-topper, .portlet.open > .cadmin.portlet-topper, .portlet.focus > .cadmin.portlet-topper {
  position: static;
}
.portlet:hover > .portlet-content .portlet-header, .portlet.open > .portlet-content .portlet-header, .portlet.focus > .portlet-content .portlet-header {
  top: 45px;
}
.portlet > .portlet-content .portlet-title-text {
  display: none;
}

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

.dropdown-menu.portlet-options-dropdown {
  z-index: 20000 !important;
}

body {
  --control-menu-height-sidebar: 80px;
  --control-menu-container-height: calc( var(--change-tracking-indicator-height, 0px) + var(--control-menu-height-sidebar, 0px) + var(--staging-indicator-height, 0px) );
}

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

/* css custom */
body {
  font-family: "Gabarito", sans-serif !important;
  background-color: #fff;
}

.p-page-full #wrapper.adr-container {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}

/* Classe utilizzata per rendere il nome dell'autore del blog invisibile */
.text-truncate-inline .text-truncate {
  display: none;
  visibility: hidden;
}

/* css custom */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */

/*# sourceMappingURL=main.css.map */
/*# sourceMappingURL=main.css.map */
