/**
 * Clay 3.119.1
 *
 * 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.119.1
 *
 * 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(../../font/font_/stylesheet.css?t=1765469163785);
.quick-access-nav {
  position: fixed;
  z-index: 999;
}

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

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

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px;
}
.lfr-asset-column-details .lfr-asset-icon.last {
  border-width: 0;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em;
}
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border: 1px solid #ccc;
  margin-bottom: 0;
}
.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block;
}
.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
}

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

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

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

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

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

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

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

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

.lfr-pagination:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.lfr-pagination .dropdown-menu {
  display: none;
}
.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px;
}
.lfr-pagination .lfr-pagination-controls {
  float: left;
}
.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  top: 10px;
}
.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  border-width: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.lfr-pagination .lfr-pagination-delta-selector {
  float: left;
}
@media (max-width: 991.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}
.lfr-pagination .pagination-content {
  float: right;
}

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

.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.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 .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

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

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

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

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

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

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

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

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

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info {
  transition: none;
}

.drop-here-info .drop-here-indicator {
  height: 115px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.drop-here-info .drop-icons {
  display: inline-block;
  position: relative;
  width: 160px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons {
  transition: none;
}

.drop-here-info .drop-icons span {
  border-radius: 3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  transition: none;
}

.drop-here-info .drop-icons span:nth-of-type(1) {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  transform: rotate(25deg);
  width: 60px;
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
  height: 80px;
  left: 40px;
  line-height: 80px;
  width: 80px;
  z-index: 2;
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 45px;
  height: 70px;
  left: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  transform: rotate(-25deg);
  width: 70px;
  z-index: 1;
}
.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac;
}
.drop-here-info .drop-text {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-left: 0;
  margin-top: 20px;
}
.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
  opacity: 1;
}
.drop-active .drop-here-info span:nth-of-type(1) {
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  transform: rotate(15deg);
}

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state.svg);
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-result-message-header,
  .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header,
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state.svg);
  max-width: 210px;
  padding-top: 232px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-state {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-success-state {
    background-image: url(../images/states/success_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-search-state {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}
.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description, .taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 1020;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-left: 375px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    background-color: #fff;
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):focus, .lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):hover {
  color: #000;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}
.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
.lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item .h4,
.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,
.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.portal-popup .lfr-form-content {
  padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}
.portal-popup .portlet-column {
  position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
}
.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}
.portal-popup .login-container {
  padding: 1rem;
}
.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
  .portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .portal-popup .lfr-dynamic-uploader,
  .portal-popup .process-list {
    top: 48px;
  }
}
.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}
.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}
@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
.portal-popup .dialog-footer.dialog-footer-not-reverse {
  flex-direction: initial;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px;
  }
}
.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
@media print {
  .portal-popup:not(.article-preview) #main-content,
  .portal-popup:not(.article-preview) #wrapper {
    position: initial;
  }
}
.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate;
}
html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd;
}
html:not(#__):not(#___) .active-area {
  background: #ffc;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}
html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1;
}
html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
  background-image: none;
}
html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
html:not(#__):not(#___) .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
  padding: 10px;
}
html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}
html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}
html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}
html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}
html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important;
}

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

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

.active-area {
  background: #ffc;
}

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

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

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

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

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

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

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

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

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

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative;
}
.lfr-source-editor .ace_editor {
  height: 100%;
}
.lfr-source-editor .lfr-source-editor-toolbar li > .btn {
  background-color: #fff;
  border: transparent;
  color: #717383;
  outline: 0;
}
.lfr-source-editor .lfr-source-editor-code {
  background-color: #fff;
  color: #2b4259;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #ededef;
  color: #868896;
  overflow: hidden;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
  content: "▾";
}
.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: -0.0625rem;
  content: "";
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  transition: none;
}

.lfr-page-layouts .card-horizontal {
  cursor: pointer;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal {
  transition: none;
}

.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: -0.0625rem;
  content: "";
  height: 0;
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal::after {
  transition: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ---------- Wrapper ---------- */
#wrapper {
  padding-bottom: 0;
  padding-top: 2em;
  position: relative;
}

.collapse.open {
  display: block;
}

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

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

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

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

body.portlet {
  border-width: 0;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block;
}

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none;
}
.controls-hidden .portlet-title-editable {
  pointer-events: none;
}
.controls-hidden .portlet-topper {
  display: none !important;
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.taglib-categorization-filter .asset-entry {
  border-radius: 14px;
}

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

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

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

.input-localized .lfr-input-localized-state {
  border-radius: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  box-shadow: 0 0 3px #DDD;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  box-shadow: 0 0 3px #FF0047;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  box-shadow: 0 0 3px #27C1F2;
}

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

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

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.lfr-progress-active .progress-bar-status, .lfr-upload-container .file-uploading .progress-bar .progress {
  background-size: 40px 40px;
  background-image: -webkit-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-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));
  -moz-animation: progress-bar-stripes 0.5s linear infinite;
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  -o-animation: progress-bar-stripes 0.5s linear infinite;
  -ms-animation: progress-bar-stripes 0.5s linear infinite;
  animation: progress-bar-stripes 0.5s linear infinite;
  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;
  }
}
.lfr-progress-active .progress-bar-status, .lfr-upload-container .file-uploading .progress-bar .progress {
  transition: none;
}

@-webkit-keyframes highlight-animation {
  from {
    background-color: #FFC;
  }
  to {
    background-color: transparent;
  }
}
@-moz-keyframes highlight-animation {
  from {
    background-color: #FFC;
  }
  to {
    background-color: transparent;
  }
}
@-o-keyframes highlight-animation {
  from {
    background-color: #FFC;
  }
  to {
    background-color: transparent;
  }
}
@keyframes highlight-animation {
  from {
    background-color: #FFC;
  }
  to {
    background-color: transparent;
  }
}
.highlight-animation {
  -moz-animation: highlight-animation 0.7s;
  -webkit-animation: highlight-animation 0.7s;
  -o-animation: highlight-animation 0.7s;
  -ms-animation: highlight-animation 0.7s;
  animation: highlight-animation 0.7s;
}

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

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

@-webkit-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-moz-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-o-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .lfr-icon-menu-text, .mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  max-width: 200px;
}

.portlet-boundary.yui3-dd-dragging {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  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 {
  transition: none;
}

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

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

@-webkit-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD;
  }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7;
  }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD;
  }
}
@-moz-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD;
  }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7;
  }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD;
  }
}
@-o-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD;
  }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7;
  }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD;
  }
}
@keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD;
  }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7;
  }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD;
  }
}
.upload-drop-active .lfr-upload-container .upload-target {
  -moz-animation: none;
  -webkit-animation: none;
  -o-animation: none;
  -ms-animation: none;
  animation: none;
}
.upload-drop-active .portlet-document-library .document-container {
  box-shadow: inset 0 0 5px #B8C1D1;
}

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

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

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup, .cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  box-shadow: initial;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  box-shadow: none;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  background-image: -webkit-linear-gradient(#FFF, #E4E4E4);
  background-image: linear-gradient(#FFF, #E4E4E4);
  border-radius: 2px;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:hover:after {
  background-image: -webkit-linear-gradient(#F2F2F2, #CCC);
  background-image: linear-gradient(#F2F2F2, #CCC);
}

/* ---------- Switches ---------- */
input.switch:focus ~ .switch-bar:before {
  box-shadow: 0 0 3px #00F;
}
input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before, input.switch:empty ~ .switch-bar .switch-icon, input.switch:empty ~ .switch-bar .switch-toggle:after, input.switch:empty ~ .switch-bar .switch-toggle:before {
  transition: all 100ms ease-in;
}
@media (prefers-reduced-motion: reduce) {
  input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before, input.switch:empty ~ .switch-bar .switch-icon, input.switch:empty ~ .switch-bar .switch-toggle:after, input.switch:empty ~ .switch-bar .switch-toggle:before {
    transition: none;
  }
}
input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before, input.switch:empty ~ .switch-bar .switch-icon, input.switch:empty ~ .switch-bar .switch-toggle:after, input.switch:empty ~ .switch-bar .switch-toggle:before {
  transition: none;
}

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

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

/* ---------- Drop here info ---------- */
.drop-here-info {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info {
  transition: none;
}

.drop-here-info .drop-icons {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons {
  transition: none;
}

.drop-here-info .drop-icons span {
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  transition: none;
}

.drop-here-info .drop-icons span:nth-of-type(1) {
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  box-shadow: 0 6px 0 -2px rgba(0, 0, 0, 0.15);
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
}

.drop-active .drop-here-info span:nth-of-type(1) {
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
.widget-toolbar .btn + .btn, .widget-toolbar .widget-group + .widget-group {
  margin-left: 1rem;
}

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

.widget-mode-card .card {
  display: flex;
  height: calc(100% - 24px);
  margin-bottom: 24px;
}
.widget-mode-card .card-header {
  overflow: hidden;
  padding: 0;
}
.widget-mode-card .card-title {
  position: relative;
}
@media (min-width: 768px) {
  .widget-mode-card .visible-interaction {
    position: absolute;
    right: -8px;
  }
}

.widget-mode-simple .widget-topbar {
  margin-bottom: 8px;
}
.widget-mode-simple .widget-metadata {
  margin-bottom: 24px;
}
.widget-mode-simple .widget-toolbar {
  margin-top: 1.5rem;
}
.widget-mode-simple .widget-content .cover-image {
  margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.taglib-categorization-filter .asset-entry {
  border-radius: 14px;
}

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

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

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

.input-localized .lfr-input-localized-state {
  border-radius: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  box-shadow: 0 0 3px #DDD;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  box-shadow: 0 0 3px #FF0047;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  box-shadow: 0 0 3px #27C1F2;
}

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

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

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.lfr-progress-active .progress-bar-status, .lfr-upload-container .file-uploading .progress-bar .progress {
  background-size: 40px 40px;
  background-image: -webkit-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-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));
  -moz-animation: progress-bar-stripes 0.5s linear infinite;
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  -o-animation: progress-bar-stripes 0.5s linear infinite;
  -ms-animation: progress-bar-stripes 0.5s linear infinite;
  animation: progress-bar-stripes 0.5s linear infinite;
  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;
  }
}
.lfr-progress-active .progress-bar-status, .lfr-upload-container .file-uploading .progress-bar .progress {
  transition: none;
}

@-webkit-keyframes highlight-animation {
  from {
    background-color: #FFC;
  }
  to {
    background-color: transparent;
  }
}
@-moz-keyframes highlight-animation {
  from {
    background-color: #FFC;
  }
  to {
    background-color: transparent;
  }
}
@-o-keyframes highlight-animation {
  from {
    background-color: #FFC;
  }
  to {
    background-color: transparent;
  }
}
@keyframes highlight-animation {
  from {
    background-color: #FFC;
  }
  to {
    background-color: transparent;
  }
}
.highlight-animation {
  -moz-animation: highlight-animation 0.7s;
  -webkit-animation: highlight-animation 0.7s;
  -o-animation: highlight-animation 0.7s;
  -ms-animation: highlight-animation 0.7s;
  animation: highlight-animation 0.7s;
}

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

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

@-webkit-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-moz-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-o-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .lfr-icon-menu-text, .mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  max-width: 200px;
}

.portlet-boundary.yui3-dd-dragging {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  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 {
  transition: none;
}

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

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

@-webkit-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD;
  }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7;
  }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD;
  }
}
@-moz-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD;
  }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7;
  }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD;
  }
}
@-o-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD;
  }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7;
  }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD;
  }
}
@keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD;
  }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7;
  }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD;
  }
}
.upload-drop-active .lfr-upload-container .upload-target {
  -moz-animation: none;
  -webkit-animation: none;
  -o-animation: none;
  -ms-animation: none;
  animation: none;
}
.upload-drop-active .portlet-document-library .document-container {
  box-shadow: inset 0 0 5px #B8C1D1;
}

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

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

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup, .cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  box-shadow: initial;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  box-shadow: none;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  background-image: -webkit-linear-gradient(#FFF, #E4E4E4);
  background-image: linear-gradient(#FFF, #E4E4E4);
  border-radius: 2px;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:hover:after {
  background-image: -webkit-linear-gradient(#F2F2F2, #CCC);
  background-image: linear-gradient(#F2F2F2, #CCC);
}

/* ---------- Switches ---------- */
input.switch:focus ~ .switch-bar:before {
  box-shadow: 0 0 3px #00F;
}
input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before, input.switch:empty ~ .switch-bar .switch-icon, input.switch:empty ~ .switch-bar .switch-toggle:after, input.switch:empty ~ .switch-bar .switch-toggle:before {
  transition: all 100ms ease-in;
}
@media (prefers-reduced-motion: reduce) {
  input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before, input.switch:empty ~ .switch-bar .switch-icon, input.switch:empty ~ .switch-bar .switch-toggle:after, input.switch:empty ~ .switch-bar .switch-toggle:before {
    transition: none;
  }
}
input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before, input.switch:empty ~ .switch-bar .switch-icon, input.switch:empty ~ .switch-bar .switch-toggle:after, input.switch:empty ~ .switch-bar .switch-toggle:before {
  transition: none;
}

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

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

/* ---------- Drop here info ---------- */
.drop-here-info {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info {
  transition: none;
}

.drop-here-info .drop-icons {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons {
  transition: none;
}

.drop-here-info .drop-icons span {
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  transition: none;
}

.drop-here-info .drop-icons span:nth-of-type(1) {
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  box-shadow: 0 6px 0 -2px rgba(0, 0, 0, 0.15);
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
}

.drop-active .drop-here-info span:nth-of-type(1) {
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}

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

/* ---------- Wrapper ---------- */
#wrapper {
  padding-bottom: 0;
  padding-top: 2em;
  position: relative;
}

/*!
 *  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/byscuits
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("font-awesome/font/fontawesome-webfont.eot?v=3.2.1");
  src: url("font-awesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("font-awesome/font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("font-awesome/font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("font-awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^=icon-],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: 0.3em;
}

[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-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^=icon-],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^=icon-],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^=icon-],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^=icon-],
.dropdown-menu > .active > 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;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

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

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 * readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}

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

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

.icon-envelope-alt: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-power-off:before,
.icon-off:before {
  content: "\f011";
}

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

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

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

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

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

.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-inbox:before {
  content: "\f01c";
}

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

.icon-rotate-right:before,
.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-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-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-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:before {
  content: "\f055";
}

.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-mail-forward:before,
.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-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-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-gears:before,
.icon-cogs:before {
  content: "\f085";
}

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

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

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

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

.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-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-unchecked:before,
.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-card: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-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-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-paperclip:before,
.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-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-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:before {
  content: "\f0e0";
}

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

.icon-rotate-left:before,
.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-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-bell-alt:before {
  content: "\f0f3";
}

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

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

.icon-file-text-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-alt: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-tablet:before {
  content: "\f10a";
}

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

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

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

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

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

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

.icon-mail-reply:before,
.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-mail-reply-all:before {
  content: "\f122";
}

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

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

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

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

.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-subscript:before {
  content: "\f12c";
}

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

.icon-puzzle-piece: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-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-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,
.icon-eur:before {
  content: "\f153";
}

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

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

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

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

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

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

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

.icon-file: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-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:before {
  content: "\f164";
}

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

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

/*!
 *  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/byscuits
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("font-awesome/font/fontawesome-webfont.eot?v=3.2.1");
  src: url("font-awesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("font-awesome/font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("font-awesome/font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("font-awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^=icon-],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: 0.3em;
}

[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-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^=icon-],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^=icon-],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^=icon-],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^=icon-],
.dropdown-menu > .active > 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;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

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

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 * readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}

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

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

.icon-envelope-alt: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-power-off:before,
.icon-off:before {
  content: "\f011";
}

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

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

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

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

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

.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-inbox:before {
  content: "\f01c";
}

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

.icon-rotate-right:before,
.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-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-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-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:before {
  content: "\f055";
}

.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-mail-forward:before,
.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-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-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-gears:before,
.icon-cogs:before {
  content: "\f085";
}

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

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

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

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

.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-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-unchecked:before,
.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-card: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-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-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-paperclip:before,
.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-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-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:before {
  content: "\f0e0";
}

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

.icon-rotate-left:before,
.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-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-bell-alt:before {
  content: "\f0f3";
}

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

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

.icon-file-text-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-alt: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-tablet:before {
  content: "\f10a";
}

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

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

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

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

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

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

.icon-mail-reply:before,
.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-mail-reply-all:before {
  content: "\f122";
}

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

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

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

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

.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-subscript:before {
  content: "\f12c";
}

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

.icon-puzzle-piece: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-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-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,
.icon-eur:before {
  content: "\f153";
}

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

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

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

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

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

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

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

.icon-file: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-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:before {
  content: "\f164";
}

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

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

/* Color HDIS */
/* End Colors */
.action-detail label {
  color: #076f33;
  font-family: "hdi-gerling_sansbold";
  margin-right: 10px;
}

.action-response h4 {
  text-align: center;
}

.richieste-title {
  border-bottom: 1px solid #016629;
  margin-bottom: 25px;
  font-family: hdi-gerling_sansbold;
  font-size: 20px;
  color: #016629;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}

.action-response {
  color: #076f55;
  font-family: "hdi-gerling_sansbold";
  box-shadow: 10px 10px;
  margin-bottom: 50px;
  display: none;
}

.action-response-visible {
  color: #076f55;
  font-family: "hdi-gerling_sansbold";
  box-shadow: 10px 10px;
  margin-bottom: 50px;
  display: block;
  width: 97% !important;
}

.action-detail .first-row {
  margin-top: 10px;
}

.action-detail textarea {
  border-radius: 10px;
  margin-top: 0px;
  background: #efefef;
}

.elenco-richieste {
  font-family: "hdi-gerling_sansregular";
}

.elenco-richieste .title {
  color: #076f33;
}

.elenco-richieste .row {
  padding: 5px;
}

.elenco-richieste .col-1 .green {
  color: green;
  background: green;
}

.elenco-richieste .col-1 .grey {
  color: grey;
  background: grey;
}

.elenco-richieste .col-1 .semaforo {
  border-radius: 20px;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0px;
}

.elenco-richieste .col-1 .semaforo .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #efefef;
  color: black;
  text-align: center;
  /*   padding: 5px 0; */
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

.elenco-richieste .col-1 .semaforo:hover .tooltiptext {
  visibility: visible;
}

.ticket-card {
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 40px;
  margin-left: 15px;
  margin-right: 15px;
}

.ticket-card .topper {
  height: 31px;
  padding-top: 0px;
}

.ticket-card .downer {
  height: 31px;
  padding-top: 0px;
}

.ticket-card .status {
  /*     background: #E7F7EB; */
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  /*     color: #016629; */
  letter-spacing: 0;
  text-align: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  /* vertical-align: bottom; */
  text-transform: uppercase;
  padding-top: 4px;
}

.ticket-card .status.green {
  color: #016629;
  background: #E7F7EB;
}

.ticket-card .status.grey {
  color: #727272;
  background: #efefef;
}

.ticket-card .oggetto {
  font-size: 30px;
  color: #000000;
  letter-spacing: 0.16px;
}

.ticket-card .categoria {
  font-family: hdi-gerling_sanslight;
  font-style: italic;
  font-size: 14px;
  color: #727272;
  letter-spacing: 0.08px;
  line-height: 22px;
}

.ticket-card .details {
  padding: 20px;
}

.ticket-card .details p {
  margin-bottom: 5px;
}

.ticket-card .details .ticketDate {
  font-family: hdi-gerling_sanslight;
  font-style: italic;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.08px;
  line-height: 22px;
  border-left: 1px lightgray solid;
  padding-left: 15px;
  padding-top: 12px;
}

.ticket-card .details .ticketDate span {
  color: #727272;
}

.ticket-card .part2 {
  background: #E7F7EB;
  padding-top: 30px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.ticket-card .details .part2.ticketDate {
  border-left: none;
}

.ticket-card .details .part2 .ticketDate span {
  color: #727272;
}

@media only screen and (max-width: 767px) {
  .sidemenu .flex-column, .nav-stacked {
    flex-direction: none !important;
    display: block !important;
  }
  .sidemenu .nav-pills > li {
    position: relative;
    flex: 1;
    flex-direction: none;
    /* max-width: 48vw; */
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }
  .sidemenu .nav-pills > li > a {
    background-color: #eeeeee;
    color: #727272;
    border-radius: 0px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    text-decoration: none;
    /* border-radius: 0px; */
  }
  .sidemenu .nav-pills > li.active > a {
    background-color: #006729;
    color: #fff;
  }
  .sidemenu .portlet-title-text {
    text-align: center;
    text-transform: initial;
    margin: 0 auto;
    margin-top: 10px;
  }
}
/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
.login-top {
  border-bottom: 1px solid #006729;
  margin-bottom: 40px;
  margin-right: 0;
  margin-left: 0;
}

/* .login-container a{
    font-size: 18px;
} */
.login-container .login-extras {
  position: relative;
  top: 6px;
}

.login-container .help-block {
  margin-top: 0px;
  margin-left: 1.5rem;
}

.login-container .form-control {
  text-transform: none;
  margin-top: 0;
}

.login-arrow {
  height: 100%;
}
.login-arrow img {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 15px;
}

.logo-container {
  padding-left: 0px;
  padding-right: 0px;
}

/* img.logo-hdi {

    position: absolute;
    width: 24px;
    height: 24px;
    bottom: 8px;
}
 */
.login-col {
  margin-left: 0px;
  margin-right: 0px;
}

.social-col {
  margin-left: 0px;
  margin-right: 0px;
}

.login-logo {
  font-family: "hdi-gerling_sanslight";
  font-size: 40px;
  color: #016629;
  letter-spacing: 0.22px;
  text-align: center;
  text-transform: uppercase;
}
.login-logo .logo-hdi {
  border-style: none;
  margin-right: 20px;
  height: 39px;
  text-align: center;
}

.login-accesso {
  /*color: #6C6F70;*/
  font-family: hdi-gerling_sansregular;
  font-size: 28px;
  color: #6C6F70;
  letter-spacing: 0.16px;
}

.login-hdi {
  min-height: 490px;
  width: 100%;
  padding: 0;
  text-align: left;
  margin-bottom: 20px;
}

.login-hdi .styled-checkbox[type=checkbox] + label {
  margin-top: 0px;
}

.login-social {
  height: 490px;
  width: 100%;
  padding: 0;
}

.login-input-mail.form-control {
  background-color: #C6C7C8;
  color: #006729;
  margin-top: 40px;
}

.login-input-psw.form-control {
  background-color: #C6C7C8;
  color: #006729;
  margin-top: 30px;
}

.login-recupera {
  color: #006729;
  text-decoration: underline;
}

.login-container .button-holder {
  margin-top: 0;
  margin-bottom: 0;
}

.login-col .form-control {
  margin-bottom: 0.2rem;
}

.field-hint-login {
  margin-left: 10px;
  margin-top: -15px;
  margin-bottom: 31px;
}

.login-container .form-inline.input-checkbox-wrapper {
  margin-bottom: 0;
}

.btn-primary.btn-login {
  width: 100%;
  border-radius: 8px;
  color: #fff;
  background-color: #006729;
  border-color: #006729;
  text-transform: uppercase;
  height: 3.4375rem;
  font-family: "hdi-gerling_sansBdCn";
  margin-bottom: 16px;
  margin-top: 25px;
}

.btn-primary.btn-login:hover {
  background-color: #006729;
  border-color: #006729;
}

.google-icon {
  width: 36px;
  margin-right: 15px;
  vertical-align: middle;
}

.facebook-icon {
  width: 36px;
  margin-right: 15px;
  vertical-align: middle;
}

.btn-primary.btn-default.btn-google {
  height: 55px;
  width: 100%;
  background-color: #CA5C54;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  border-color: 1px solid #CA5C54 transparent;
  font-family: "hdi-gerling_sansBdCn";
  text-transform: uppercase;
  margin-bottom: 30px;
}

.btn-primary.btn-default.btn-google:hover {
  background-color: #CA5C54;
  border-color: 1px solid #CA5C54 transparent;
  color: #fff;
}

.btn-primary.btn-default.btn-facebook {
  height: 55px;
  width: 100%;
  background-color: #538AC5;
  margin-bottom: 33px;
  text-align: center;
  border-radius: 8px;
  border-color: #538AC5;
  font-family: "hdi-gerling_sansBdCn";
  text-transform: uppercase;
}

.btn-primary.btn-default.btn-facebook:hover {
  background-color: #538AC5;
  border-color: 1px solid #538AC5 transparent;
  color: #fff;
}

.login-ricordami {
  margin-top: 30px;
  font-family: hdi-gerling_sansregular;
  font-size: 18px;
  color: #6C6F70;
  letter-spacing: 0.1px;
}

.p-registrato {
  color: #6C6F70;
  font-family: "hdi-gerling_sanslight";
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.1px;
  line-height: 22px;
  margin-bottom: 16px;
}

.p-registrati {
  font-family: "hdi-gerling_sanslight";
  font-size: 18px;
  letter-spacing: 0.1px;
  line-height: 22px;
}

.a-fb {
  font-family: hdi-gerling_sansBdCn;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 16px;
  letter-spacing: 0.3px;
}

.a-gg {
  font-family: hdi-gerling_sansBdCn;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.text-info {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-1 {
  color: #6C6F70;
  line-height: 110%;
  font-family: "hdi-gerling_sanslight";
  font-size: 18px;
  letter-spacing: 0.1px;
  line-height: 26px;
}

.text-2 {
  color: #006729;
  font-size: 32px;
  font-family: "hdi-gerling_sanslight";
  font-size: 23px;
  letter-spacing: 0.12px;
  line-height: 26px;
}

.card-text-accesso {
  color: #6C6F70;
  font-family: hdi-gerling_sansregular;
  font-size: 28px;
  letter-spacing: 0.16px;
}

.card-text-social {
  margin-top: 120px;
  color: #006729;
  font-family: hdi-gerling_sansregular;
  font-size: 28px;
  letter-spacing: 0.16px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .login-top {
    margin-right: 15px;
    margin-left: 15px;
  }
  .container-flex .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .login-hdi {
    width: 100%;
  }
  .login-social {
    width: 100%;
  }
  .login-col {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 568.98px) {
  .login-hdi, .login-social {
    width: 288px;
    height: auto;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1200px) {
  .body-login-hdi {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .body-login-hdi {
    margin-left: 170px;
    margin-right: 170px;
  }
}
@media (max-width: 767.98px) {
  .footinfo.text-info {
    /* margin-top: 40px;*/
    margin-top: 0px;
  }
  .login-top {
    margin-left: 0px;
  }
  .logo-container {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 15px;
  }
  .login-arrow img {
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: 23px;
  }
  .login-container {
    position: relative;
    top: -56px;
  }
  .login-arrow {
    top: 16px;
    position: relative;
  }
  .login-logo .logo-hdi {
    height: 27px;
  }
  .login-logo {
    font-size: 25px;
  }
  .login-hdi {
    width: 328px;
    margin: 0 auto 30px;
  }
  .login-social {
    width: 328px;
    height: 345px;
    margin: 0 auto;
  }
  .login-col {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0;
    margin-right: 0;
  }
  .login-input-mail.form-control {
    margin-top: 40px;
  }
  .login-input-psw.form-control {
    margin-top: 30px;
  }
  .btn-primary.btn-login:hover {
    margin-bottom: 16px;
  }
  .btn-primary.btn-default.btn-facebook {
    margin-bottom: 23px;
  }
  .p-registrato {
    font-size: 18px;
    letter-spacing: -0.5px;
  }
  .card-text-social {
    margin-top: 35px;
    font-size: 26px;
  }
  .card-text-accesso {
    font-size: 26px;
    line-height: 34px;
  }
  .p-registrati {
    font-size: 18px;
  }
  .btn-primary.btn-login {
    margin-top: 10px;
  }
}
.header-top .login-logo {
  font-weight: 100;
  font-size: 40px;
  color: #016629;
  letter-spacing: 0.22px;
  text-align: center;
  text-transform: uppercase;
}

.header-top {
  border-bottom: 1px solid #006729;
  margin-bottom: 40px;
}

.header-top .login-logo img {
  margin-right: 0px;
}

.step-progress {
  position: relative;
  top: -27px;
}

.step-progress-1, .step-progress-2, .step-progress-3 {
  height: 14px;
  flex: 1;
  margin-right: 8px;
  opacity: 0.5;
  background: #D8D8D8;
}

.step-progress-1.active, .step-progress-2.active, .step-progress-3.active {
  background-color: #006729;
  opacity: 1;
}

.step-progress-3 {
  margin-right: 0px;
}

.reg-col {
  margin: auto;
  padding: 0px;
}

#registrazioneMainSection {
  margin-top: -5px;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}

#registrazioneMainSection h2 {
  font-family: "hdi-gerling_sansregular";
  font-size: 28px;
  color: #016629;
  letter-spacing: 0.16px;
  text-align: center;
  /*margin-bottom: 40px;*/
  margin-bottom: 6px;
  margin-top: 12px;
}

#registrazioneMainSection.step1 h2 {
  margin-bottom: 40px;
}

#registrazioneMainSection.step2 h2 {
  margin-top: 12px;
  margin-bottom: 6px;
}

#registrazioneMainSection p {
  font-family: "hdi-gerling_sanslight";
  font-size: 18px;
  color: #727272;
  letter-spacing: 0.1px;
  text-align: center;
  line-height: 22px;
  padding: 20px;
}

.btn-home, .btn-indietro {
  font-family: "hdi-gerling_sansBdCn";
  border: 1px solid #157440;
  background: transparent;
  width: 191px;
  height: 52px;
  float: left;
  margin-right: 16px;
  font-size: 16px;
  color: #016629;
  letter-spacing: 0;
  text-align: center;
  margin-left: 15px;
}

.btn-avanti, .btn-prosegui {
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  background: #006729;
  width: 191px;
  height: 52px;
  float: right;
  margin-right: 16px;
}

.btn-home-finish {
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  background: #006729;
  width: 209px;
  height: 52px;
  margin: 0 auto;
  color: white;
  text-transform: uppercase;
}

.btn-avanti.disabled {
  background: #E0E0E0;
  border: 0;
}

.btn-avanti i,
.btn-prosegui i {
  float: right;
  margin-right: 3px;
  margin-top: 3px;
  position: relative;
  margin-left: -3px;
}

.btn-indietro i {
  top: 7px;
  position: relative;
}

.radio {
  display: inline;
}

.radio input {
  margin-top: 10px;
}

/* Customize the label (the container) */
.radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  top: 5px;
  left: 10px;
  height: 25px;
  width: 25px;
  background: #fff;
  border: 3px solid rgba(0, 0, 0, 0.54);
  border-radius: 50%;
}

.popup_no_assoc_cf_polizza div {
  margin-top: 10px;
}

/* On mouse-over, add a grey background color */
.radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkmark {
  background-color: #fff;
  border-color: #006729;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  top: 3px;
  left: 3px;
  width: 13px;
  height: 13px;
  top: 3.3px;
  left: 3.3px;
  width: 12.6px;
  height: 12.6px;
  border-radius: 50%;
  border-radius: 50%;
  background: #006729;
}

.radio label, .checkbox label {
  font-family: "hdi-gerling_sansbold";
  font-size: 29px;
  color: #727272;
  letter-spacing: 0.13px;
}

.radio label {
  text-transform: uppercase;
  padding-left: 0px;
  /* margin-left: -44px; */
  margin-top: -3px;
  float: left;
  margin-left: 10px;
}

.hdiRadio {
  font-family: "hdi-gerling_sansbold";
  font-size: 24px;
  color: #727272;
  letter-spacing: 0.13px;
}

#registrazioneMainSection form {
  width: 100%;
}

#registrazioneMainSection form input[type=text],
#registrazioneMainSection form input[type=password],
#popup_associa_polizza input[type=text] {
  height: 56px;
  width: 296px;
  max-width: 90%;
  margin: 0 auto;
  background: #E0E0E0;
  font-family: "hdi-gerling_sansregular";
  font-size: 16.52px;
  color: #006729;
  letter-spacing: 0.15px;
  text-align: left;
  line-height: 24px;
}

#popup_associa_polizza input[type=text] {
  margin: 30px;
  /* margin: 0 auto;*/
}

#registrazioneMainSection .help-block,
#popup_associa_polizza .help-block {
  /* margin-top: -1rem; */
  /* margin-left: 1.5rem; */
  margin-top: 0px;
  margin-left: 0px;
}

#registrazioneMainSection .control-label,
#registrazioneMainSection .reference-mark.text-warning,
#popup_associa_polizza .control-label,
#popup_associa_polizza .reference-mark.text-warning {
  display: none;
}

.step3_1 .form-group {
  margin-top: 20px;
}

.step3_2 .form-group {
  margin-bottom: 0px;
}

.cfinputsuggest, .inputsuggest {
  font-size: 12px;
  color: #006729;
  letter-spacing: 0.57px;
  line-height: 17px;
}

.step4 .inputsuggest {
  text-align: left;
  text-decoration: none;
  margin-bottom: 12px;
}

.cfinput {
  text-transform: uppercase;
}

.cfinputsuggest {
  margin-bottom: 50px;
  margin-left: -20px;
}

.inputsuggest {
  margin-top: -14px;
  margin-left: 30px;
}

.step3_1 #divContent {
  padding: 20px;
}

#registrazioneMainSection form input[type=text].numero-cellulare-reg,
#registrazioneMainSection form input[type=text].codice-attivazione-reg {
  width: 343px;
  margin-left: 60px;
}

#div_cellulare_associato_2 {
  text-align: left;
}

#div_cellulare_associato_2 a,
a.richiesta-contatto {
  font-size: 12px;
  color: #006729;
  letter-spacing: 0.57px;
  line-height: 17px;
  margin-left: 80px;
}

#div_cellulare_associato_2 a {
  white-space: nowrap;
}

a.richiesta-contatto {
  overflow: hidden;
  display: block;
  text-align: left;
}

.btn-invia-codice {
  height: 52px;
  width: 246px;
  background: #757575;
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin-left: -80px;
  margin-top: 1px;
}

.step3_2 .form-control::placeholder,
.step4 .form-control::placeholder {
  font-size: 16.52px;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.15px;
  text-align: left;
  text-transform: none;
  opacity: 1;
}

.step3_2 .row2 {
  margin-top: 20px;
}

#registrazioneMainSection.step3_2 p#countdown {
  font-family: "hdi-gerling_sanslight";
  font-size: 18px;
  color: #727272;
  letter-spacing: 0.1px;
  text-align: center;
  line-height: 22px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -47px;
}

#registrazioneMainSection.step3_2 p#countdown .time {
  margin-top: 7px;
  display: block;
  font-family: "hdi-gerling_sansregular";
  font-size: 28px;
  color: #727272;
  letter-spacing: 0.16px;
  text-align: center;
}

/*
#registrazioneMainSection .modal-dialog{
	height: calc(100vh - 180px) !important;
    width: 107% !important;
    left: calc(-20px) !important;
    top: -388px !important;
    position: relative;
    z-index: 0;
}
*/
#registrazioneMainSection p.agrif,
#registrazioneMainSection p.cfinvalid,
#registrazioneMainSection p.cfnotpresent {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  color: #212529;
}

#registrazioneMainSection p.cfinvalid,
#registrazioneMainSection p.cfnotpresent {
  color: #e70710;
}

#registrazioneMainSection p.hinted,
#registrazioneMainSection div.hinted {
  font-family: "hdi-gerling_sanslight";
  text-align: left;
  font-size: 14px;
  border-left: 3px solid #e70710;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #212529;
}

.btn-invia-numero {
  height: 52px;
  width: 174px;
  background: #ffffff;
  border: 2px solid #e70710;
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #e70710;
  margin-top: 1px;
  margin-left: 25px;
  background-image: url(/o/hdi-theme/images/material-send-red-24px.svg);
  background-repeat: no-repeat;
  background-position-x: 87%;
  background-position-y: 45%;
}

#registrazioneMainSection form input[type=text].numero-cellulare-contact {
  margin-left: 15px;
}

#popup_associa_polizza {
  font-family: "hdi-gerling_sanslight";
  padding: 20px;
}

.btn-associa {
  height: 52px;
  width: 246px;
  background: #757575;
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin-left: -42px;
  margin-top: 31px;
}

.btn-verifica {
  height: 52px;
  width: 246px;
  background: #757575;
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin-left: -42px;
  margin-top: 31px;
}

.btn-scarica-modulo {
  height: 52px;
  width: 246px;
  background: #006729;
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin-left: -42px;
  margin-top: 31px;
}

#div-btn-scarica-modulo {
  text-align: center;
}

.dialog-iframe-popup .portlet-body, .dialog-iframe-popup .portlet-boundary, .dialog-iframe-popup .portlet-column, .dialog-iframe-popup .portlet-layout {
  background: #fff;
}

.email_hint_bold {
  display: block;
  font-family: "hdi-gerling_sansbold";
  font-size: 16px;
  color: #727272;
  letter-spacing: 0.09px;
  text-align: center;
  text-transform: uppercase;
}

#registrazioneMainSection.step4 h2 {
  margin: 0 auto;
  margin-bottom: 25px;
}

.passcol .input-text-wrapper {
  position: relative;
}

.emailcol {
  margin-right: -24px !important;
}

.circleok {
  margin: 0 auto;
  font-size: 162px;
  color: #006729;
}

.step2 .insnum {
  margin-top: 10px;
}

.header-top .login-logo img {
  height: 39px;
  text-align: center;
}

.step_finish h2 {
  font-family: "hdi-gerling_sansregular";
  font-size: 28px;
  color: #016629;
  letter-spacing: 0.16px;
  text-align: center;
}

.step_finish p {
  margin-bottom: 0px;
}

.step_finish h3 {
  font-family: "hdi-gerling_sansregular";
  font-size: 22.68px;
  color: #016629;
  letter-spacing: 0.13px;
  text-align: center;
}

#registration-modal .numero-cellulare-contact {
  margin-top: 0px;
  margin-left: 10px;
}

#registration-modal .modal-body {
  padding: 20px;
}

.step_verifyemail .centered-btn {
  margin: 0 auto;
}

.step_verifyemail img.oksign {
  height: 100px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.step_verifyemail #divContent {
  width: 100%;
}

@media (max-width: 767.98px) {
  #div_cellulare_associato_2 a, a.richiesta-contatto {
    margin-left: 45px;
  }
  #registrazioneMainSection.step3_2 p#countdown {
    /*	padding-left: 10%;*/
    margin-top: 15x;
    margin-left: 0px;
  }
  .regcontainer {
    margin-top: -55px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .regcontainer .login-top {
    margin-left: -15px;
    margin-right: -15px;
  }
  .header-top .login-logo img {
    height: 29px;
  }
  .header-top .login-logo {
    font-size: 31px;
  }
  .btn-home,
  .btn-indietro,
  .btn-avanti {
    /*width: 125px;*/
    width: 40%;
  }
  .btn-invia-numero {
    margin-left: 15px;
    margin-top: 10px;
  }
  #registrazioneMainSection form input[type=text].numero-cellulare-reg, #registrazioneMainSection form input[type=text].codice-attivazione-reg {
    margin-left: 5%;
    max-width: 90%;
  }
  .btn-invia-codice {
    margin-top: 10px;
    width: 90%;
    margin-left: 0%;
  }
  #div_cellulare_associato_2 a, a.richiesta-contatto {
    margin-left: 33px;
  }
  #popup_associa_polizza input[type=text] {
    margin: 5%;
  }
  .btn-associa {
    margin-left: 5%;
    width: 90%;
    margin-top: 15px;
  }
  .btn-verifica {
    margin-left: 5%;
    width: 90%;
    margin-top: 15px;
  }
  .btn-scarica-modulo {
    margin-left: 5%;
    width: 90%;
    margin-top: 15px;
  }
  .step-progress-1, .step-progress-2, .step-progress-3 {
    height: 6px;
  }
  .emailcol {
    margin-right: 0px !important;
  }
  .btn-avanti, .btn-prosegui {
    float: right;
  }
  .btn-avanti.disabled {
    margin: 0 auto;
  }
  .portlet-content, .portlet-minimized .portlet-content-container {
    padding: 10px 15px 10px;
  }
}
@media only screen and (min-width: 626px) and (max-width: 1024px) {
  #popup_associa_polizza input[type=text] {
    width: 100%;
  }
  /* allarga un po' la finestra di registrazione su tablet */
  .regcontainer .col-md-8 {
    flex: 0 0 75.66667%;
    max-width: 75.66667%;
  }
}
.regcontainer .login-top {
  margin-right: -15px;
  margin-left: -15px;
}

/*home-avatar*/
.home-top {
  margin-top: 20px;
  margin-bottom: 50px;
}

/* avatar */
.avatar {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.a-avatar {
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 20px;
}

.a-avatar:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.avatar-icon {
  height: 180px;
  width: 150px;
  padding: 0;
  margin: 0;
}

/* avatar */
/* name*/
.name {
  height: 180px;
  width: 280px;
}

.nome {
  font-family: hdi-gerling_sansregular;
  font-size: 28px;
  color: #016629;
  letter-spacing: 0.16px;
  text-align: left;
  margin-bottom: 0;
}

.benvenuta {
  font-family: hdi-gerling_sansregular;
  font-size: 18px;
  color: #016629;
  letter-spacing: 0.16px;
  text-align: left;
  margin-bottom: 10px;
}

.line {
  height: 3px;
  width: 100%;
  border-bottom: 1px solid #016629;
  text-align: left;
  margin-bottom: 5px;
}

.p-name {
  font-family: "hdi-gerling_sanslight_italic";
  font-size: 14px;
  color: #016629;
  letter-spacing: 0.08px;
  line-height: 18px;
  text-align: left;
}

/*-- home-aree --*/
.home-aree {
  background-color: #f5f5f5;
  align-items: center;
}

.aree {
  width: 100%;
  height: 280px;
  align-items: center;
}

.aree-dettaglio {
  width: 100%;
}

.home-aree-titolo {
  margin-bottom: 35px;
  background-color: #f5f5f5;
}

.aree-title {
  font-family: "hdi-gerling_sansbold";
  font-size: 23px;
  color: #006729;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 25px;
  margin-top: 25px;
}

.aree-href {
  margin-bottom: 25px;
  margin-top: 25px;
}

/*-- coperture --*/
.titolo-coperture {
  font-family: "hdi-gerling_sansbold";
  font-size: 14.5px;
  line-height: 10px;
  color: #727272;
  letter-spacing: 0.09px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.active .titolo-coperture {
  color: #016629;
}

.scopri {
  font-family: "hdi-gerling_sansbold";
  font-size: 12px;
  color: #016629;
  letter-spacing: 0.09px;
  text-align: center;
  margin-top: 25px;
}

.card-home {
  height: 168px;
  width: 168px;
  background-color: #fff;
  border: 1px solid #009E51 100%;
  -webkit-box-shadow: 0px 0px 3px -2px rgb(33, 33, 33);
  -moz-box-shadow: 0px 0px 3px -2px rgb(33, 33, 33);
  box-shadow: 0px 0px 3px -2px rgb(33, 33, 33);
  margin-right: 20px;
  text-align: center;
}

.card-home:last-of-type {
  margin-right: 0;
}

.card-home:first-child {
  /*
            margin-left: -5px;
  */
}

/* .protezione-salute {
   height: 162px;
   width: 162px;
   background-color: $hdi-white;
   border:1px solid red;

 }

 .auto-motori {
   height: 162px;
   width: 162px;
   background-color: $hdi-white;
   border:1px solid red;

 }

 .risparmio-inv {
   height: 162px;
   width: 162px;
   background-color: $hdi-white;
   border:1px solid red;

 }

 .previdenza {
   height: 162px;
   width: 162px;
   background-color: $hdi-white;
   border:1px solid red;

 }

 .viaggi {
   height: 162px;
   width: 162px;
   background-color: $hdi-white;
   border:1px solid red;

 }*/
/*-- coperture --*/
/*-- servizi --*/
.servizi {
  height: 480px;
  width: 100%;
}

/*h2 {
  display: grid;
  width: 100%;
  align-items: center;
  text-align: center;
  grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
  grid-gap: 20px;
}

h2:before,
h2:after {
  content: '';
  border-top: 2px solid;
}
*/
/* env 
body {
  background: linear-gradient(#A0BAF7, #4CACC1);
  min-height: 100vh;
}

h2 {
  margin: 30px 0;
  font: 700 2em/1.4 'Avenir', sans-serif;
  color: #FFF;
}*/
.row-service {
  justify-content: space-between;
}

.row-service5 {
  justify-content: space-between;
}

.row-titolo {
  border-bottom: 1px solid #006729;
  margin-bottom: 55px;
}

.titolo-servizi {
  font-family: hdi-gerling_sansbold;
  font-size: 24px;
  color: #016629;
  /* background-color: #F6F6F6; */
  text-transform: uppercase;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #016629;
  line-height: 0.1em;
  margin: 10px 0 20px;
  font-family: hdi-gerling_sansbold;
  letter-spacing: 0.13px;
  text-align: center;
}

.col-titolo {
  margin-top: 35px;
}

.titolo-servizi span {
  background: #fff;
  padding: 0 20px;
}

/*-- service --*/
.icon-service img {
  height: 100px;
}

.icon-srv-placeholder {
  font-size: 42px;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #006729;
}

.border-service {
  width: 30px;
  height: 5px;
  background-color: #239D54;
  margin-top: 30px;
  margin-bottom: 5px;
}

.titolo-service {
  font-family: hdi-gerling_sansregular;
  font-size: 18px;
  color: #006729;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}

.titolo-service-2 {
  font-family: hdi-gerling_sansbold;
  font-size: 18px;
  color: #006729;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}

.service-body {
  padding: 0;
}

.service {
  height: 300px;
  width: 160px;
  margin-right: 125px;
  margin-bottom: 90px;
  margin-top: 55px;
  background-color: none;
}

.service:first-of-type {
  margin-left: 24px;
}

.service:last-of-type {
  margin-right: 0;
}

.div-title {
  width: 100%;
  height: 4em;
}

.text-service {
  height: 4em;
  font-family: hdi-gerling_sanslight;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.1px;
  line-height: 22px;
  overflow: hidden;
  text-align: left;
}

/*-- service --*/
/*-- servizi --*/
/* web-content-1 */
.web-content {
  height: 365px;
  background-color: #F5F5F5;
}

.content-1 {
  margin-top: 30px;
  background-color: none;
}

.annunci {
  height: 280px;
  width: 500px;
  max-width: 100%;
  border-radius: 5px;
  background-color: #fff;
  margin-right: 15px;
  overflow: hidden;
}

/* web-content-1 */
/* web-content-2 */
.content-2 {
  margin-top: 5px;
  background-color: none;
}

.content-title-2 {
  font-family: hdi-gerling_sansbold;
  font-size: 23px;
  color: #006729;
  letter-spacing: 0px;
  margin-bottom: 45px;
  margin-top: 40px;
}

.incidente {
  height: 52px;
  width: 100%;
  border-radius: 5px;
  background-color: #006729;
  margin-bottom: 15px;
  padding-top: 15px;
}

.allagamento {
  height: 52px;
  width: 100%;
  border-radius: 5px;
  background-color: #249848;
  margin-bottom: 15px;
  padding-top: 15px;
}

.furto {
  height: 52px;
  width: 100%;
  border-radius: 5px;
  background-color: #5AC576;
  margin-bottom: 15px;
  padding-top: 15px;
}

.a-content-2 {
  font-family: hdi-gerling_sansbold;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 32px;
}

/* web-content-2 */
/*-- button profilo --*/
.icon-position-avatar {
  color: #000000;
  width: 18px;
  margin-right: 0;
  margin-top: 3px;
}

.btn-profilo, .btn-profilo-tablet {
  font-family: "hdi-gerling_sansBdCn";
  width: 330px;
  height: 55px;
  display: inline-block;
  text-align: center;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 8px;
  background: #006729;
  color: white;
  font-size: 16px;
  margin-bottom: 0px;
  outline: 0px !important;
}

/* button, select {
}

button, input {
    overflow: visible;
}



input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    border-radius: 0;
}


*, *::before, *::after {
    box-sizing: border-box;
} */
#dropdownMenuButton.btn-profilo[aria-expanded=true] {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-menu.dropdown-profilo.show {
  display: block;
  position: absolute;
  will-change: transform;
  width: 330px;
  top: 0px;
  left: 0px;
  transform: translate3d(0px, 55px, 0px);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: none;
  -webkit-box-shadow: 0px 0px 3px -2px rgb(33, 33, 33);
  -moz-box-shadow: 0px 0px 3px -2px rgb(33, 33, 33);
  box-shadow: 0px 0px 3px -2px rgb(33, 33, 33);
}

.dropdown-avatar .btn-profilo .arrow-down.pull-right {
  padding-right: 15px;
  padding-top: 3px;
}

.dropdown-avatar.show .btn-profilo .arrow-down {
  transform: rotate(180deg);
  padding-left: 15px;
  padding-right: 0px;
  padding-bottom: 3px;
}

.dropdown-menu .link-list > li > a {
  border-bottom: 1px solid #000;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  color: #cb0018;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-right: 0;
}

.dropdown-menu .link-list > li > a:hover {
  background-color: #fff;
}

/* .dropdown-menu .link-list > li > a {
  border-bottom: 1px solid $hdi-black;
  padding-bottom: 20px;
  padding-top: 10px;

    } */
.list-item:hover {
  background-color: #fff;
}

.dropdown-menu .link-list > li > a.list-item-last {
  border-bottom: none;
  padding-bottom: 0;
}

a.list-item-last:hover {
  background-color: #fff;
}

ul.link-list {
  text-align: center;
  list-style: none;
  padding-left: 25px;
  padding-right: 25px;
}

.btn-profilo-tablet {
  display: none;
}

.dropdown-menu {
  z-index: 1000;
  display: none;
  float: left;
  max-width: 100%;
  padding: 0.5rem 0;
  margin: 0 0 0;
  font-size: 1rem;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0;
}

/*.portlet-title-text{
  background: #006729;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 0px;
  max-width: 100%;
}*/
.row.home2,
.row.home4 {
  background: #f5f5f5;
}

.categorie-notification-count {
  font-family: hdi-gerling_sanslight;
  font-size: 12.39px;
  color: #FFFFFF;
  letter-spacing: 0.4px;
  text-align: center;
  line-height: 16px;
  background: #006729;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  right: 7px;
  width: 19px;
  height: 19px;
  line-height: 19px;
}

.annunci .bgimage {
  position: absolute;
  width: 100%;
}

.annunci .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.57);
}

.annunci .logo-container {
  position: absolute;
  background: rgb(26, 135, 61);
  opacity: 0.9;
  top: 25px;
  left: 0px;
  height: 63px;
  padding-left: 55px;
  height: 63px;
  width: 140px;
}

.annunci .logo-container img {
  height: 23px;
  margin-top: 21px;
}

.annunci .textover .data {
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
}

.annunci .textover .title {
  font-family: hdi-gerling_sansbold;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0.11px;
}

.annunci .textover .descr {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0.1px;
  line-height: 22px;
}

.annunci .textover {
  position: absolute;
  top: 126px;
  padding-left: 55px;
  padding-right: 30px;
  height: calc(100% - 126px);
  overflow: hidden;
  text-overflow: ellipsis;
}

.a-content-1 {
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
}

.a-content-1:hover {
  color: white;
  text-decoration: none;
}

.a-content-1 > i {
  position: absolute;
  right: 20px;
  top: 18px;
}

@media (min-width: 576px) {
  .row-service .journal-content-article {
    margin-right: 134px;
  }
  .row-service .journal-content-article:last-of-type {
    margin-right: 0px;
  }
}
@media (min-width: 576px) {
  .row-service5 .journal-content-article {
    margin-right: 55px;
  }
  .row-service5 .journal-content-article:last-of-type {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 476px) {
  .profilo {
    width: 90vw;
  }
  .name {
    margin-left: -23vw !important;
  }
}
@media only screen and (max-width: 1199px) {
  .home2 .row.aree {
    width: 1138px;
    padding-left: 28px;
  }
  .home2-inner {
    overflow-x: hidden;
    width: 100%;
  }
  .mobile.touch .home2-inner {
    overflow-x: scroll;
  }
  .name {
    height: initial;
  }
  .agenzie {
    flex: initial !important;
    max-width: initial !important;
    /*flex: 0 0 50%; */
    /* max-width: 50%;*/
  }
  #agenzie {
    /* float: right; */
    float: none !important;
    margin: 0 auto;
    margin-top: 36px;
  }
  .home-avatar {
    flex: initial !important;
    max-width: initial !important;
    max-width: 60% !important;
    margin: 0 auto;
  }
  /*flex: 0 0 50%; */
  /* max-width: 50%;*/
  .servizi {
    height: initial;
  }
  .row-service-scroller {
    overflow-x: hidden;
    width: 100%;
    padding-bottom: 35px;
  }
  .row-service {
    min-width: 1600px;
    /* display: block; */
    display: inline-flex;
    padding-top: 60px;
    padding-left: 25px;
    /* overflow: scroll; */
  }
  .row-service5 {
    min-width: 2000px;
    /* display: block; */
    display: inline-flex;
    padding-top: 60px;
    padding-left: 25px;
    /* overflow: scroll; */
  }
  .row-service > * {
    flex: 1 1 auto;
  }
  .row-service5 > * {
    flex: 1 1 auto;
  }
  .mobile.touch .row-service-scroller {
    overflow-x: scroll;
  }
  /* servizi dedicati a te ipad*/
  .row-service-scroller .hidden-sm-up {
    display: block !important;
  }
  .row-service-scroller .hidden-sm-down {
    display: none;
  }
  a.service-mobile {
    text-decoration: none;
    background: #e8f7ec;
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    /*  min-width: 400px;*/
  }
  .row-service .journal-content-article {
    flex: 1;
    /* flex-grow: 13; */
    flex-direction: column;
    min-width: 0;
    max-width: 100%;
    margin: 0 auto;
  }
  .row-service5 .journal-content-article {
    flex: 1;
    /* flex-grow: 13; */
    flex-direction: column;
    min-width: 0;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .home-avatar {
    min-width: 600px;
  }
  .btn-profilo-tablet {
    display: block;
    width: 403px;
    width: 276px;
    margin: 0 auto;
  }
  .btn-profilo {
    display: none;
  }
  .line {
    width: 85%;
  }
}
@media (max-width: 767.98px) {
  .titolo-coperture {
    font-size: 12px;
  }
  .name {
    height: initial;
    width: initial;
  }
  .row.home,
  .row.home3 {
    background: #fff;
  }
  .home2 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .home2-inner {
    overflow-x: scroll;
    width: 100%;
  }
  .row-service-scroller {
    overflow-x: scroll;
    width: 100%;
    padding-bottom: 35px;
  }
  .row-service {
    min-width: 1600px;
    /* display: block; */
    display: inline-flex;
    padding-top: 60px;
    padding-left: 25px;
    /* overflow: scroll; */
  }
  .row-service5 {
    min-width: 2000px;
    /* display: block; */
    display: inline-flex;
    padding-top: 60px;
    padding-left: 25px;
    /* overflow: scroll; */
  }
  .row-service > * {
    flex: 1 1 auto;
  }
  .row-service5 > * {
    flex: 1 1 auto;
  }
  .home2 .row.aree {
    width: 1138px;
    padding-left: 28px;
  }
  .card-home {
    height: 147px;
    width: 147px;
  }
  .mobile_title {
    font-family: "hdi-gerling_sansbold";
    color: #006729;
    font-size: 29px;
    text-align: center;
    margin-bottom: -27px;
  }
  .row-service .journal-content-article {
    flex: 1;
    /* flex-grow: 13; */
    flex-direction: column;
    min-width: 0;
    max-width: 100%;
    margin: 0 auto;
  }
  .row-service5 .journal-content-article {
    flex: 1;
    /* flex-grow: 13; */
    flex-direction: column;
    min-width: 0;
    max-width: 100%;
    margin: 0 auto;
  }
  a.service-mobile {
    text-decoration: none;
    background: #e8f7ec;
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    /*  min-width: 400px;*/
  }
  .service-mobile .div-title {
    height: auto;
  }
  .service-mobile .text-service {
    height: auto;
    font-family: hdi-gerling_sanslight_italic;
    font-size: 17px;
    color: #006729;
    letter-spacing: 0.1px;
    line-height: initial;
    overflow: hidden;
    text-align: left;
  }
  .servizi {
    height: auto;
    padding-bottom: 35px;
  }
  .web-content {
    height: auto;
    margin: 0 auto;
  }
  /*-- web-content-1 --*/
  .annunci {
    height: 200px;
    width: 100%;
    border: none;
    overflow: hidden;
    border-radius: 0;
  }
  .content-1 {
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
    padding-bottom: 40px;
  }
  .annunci .overlay {
    border-radius: 0;
  }
  .portlet {
    margin-bottom: 0;
  }
  .content-2 {
    margin-top: 5px;
    background-color: none;
    background-color: #f5f5f5;
    padding-bottom: 40px;
  }
  .annunci .logo-container {
    height: 45px;
    width: 100px;
    padding-left: 40px;
  }
  .annunci .logo-container img {
    height: 16px;
    margin-top: 15px;
  }
  .annunci .textover .data {
    font-size: 8px;
    color: #FFFFFF;
    letter-spacing: 0;
  }
  .annunci .textover .title {
    font-size: 14px;
  }
  .annunci .textover .descr {
    font-size: 13px;
    line-height: 15px;
  }
  .annunci .textover {
    top: 80px;
    padding-left: 40px;
    text-overflow: ellipsis;
    height: calc(100% - 90px);
  }
  /*-- web-content-1 --*/
  /* .annunci .bgimage{
    position: absolute;
    width: 100%;
  }


  .annunci .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.57);

  }*/
  .row.home.collapsed {
    height: 60px;
    overflow: hidden;
    position: relative;
  }
  .row.home3.collapsed {
    position: relative;
  }
  .home_overlay.active,
  .home3_overlay.active {
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1095;
    opacity: 0.666;
  }
  .portlet-layout .portlet-header {
    /* margin-bottom: 1rem; */
    margin-bottom: 0;
  }
  .collapse_aree.open {
    transform: rotate(180deg);
  }
}
.hdi-area-card img.offerte-badge {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0px;
  margin-top: -1px;
  margin-right: -1px;
  margin-top: -2px;
  margin-right: -3px;
}

.categorie-notification-count.no-overlap {
  /* margin-right: 128px; */
  left: 7px;
}

.progress-rect, .progress-left, .progress-right, .progress-graphic-adjust {
  display: none;
}

/*-- progress-bar --*/
.progress {
  overflow: visible;
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  margin-top: 2%;
  width: 95%;
  height: 95%;
  border-radius: 50%;
  /* border: 7px solid #eee; */
  position: absolute;
  background: url("/o/hdi-theme/images/Home Page/Avatar/Avatar_azienda.png");
  left: 0;
  background-size: contain;
  background-size: 130px;
  background-position-x: 10px;
  background-position-y: 5px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.17);
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 7px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #016629;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress .progress-rect {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
  z-index: 99;
  transform: rotate(0deg);
  transition: 0.78s linear all;
}
.progress .progress-value-perc {
  transform: rotate(0deg);
  transition: 0.78s linear all;
}
.progress .progress-value-perc .value {
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: -0.3px;
  text-align: center;
  margin-left: 5px;
}
.progress .progress-value-perc .psign {
  font-size: 6px;
  color: #fff;
  letter-spacing: -0.22px;
  text-align: center;
  line-height: 14px;
  margin-left: -3px;
}
.progress .progress-graphic-adjust {
  vertical-align: middle;
  top: 0px;
  left: 71px;
  position: absolute;
  height: 7px;
  width: 9px;
  background: #016629;
  border-radius: 50%;
  z-index: 99;
}
.progress .progress-value {
  white-space: nowrap;
  vertical-align: middle;
  top: -10px;
  left: 60px;
  position: absolute;
  height: 30px;
  font-family: "hdi-gerling_sansbold";
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: -0.3px;
  text-align: center;
  background: #01A152;
  display: flex;
  border-radius: 50%;
  /* font-size: 36px; */
  text-align: center;
  /* line-height: 20px; */
  align-items: center;
  justify-content: center;
  /* height: 37%; */
  /* font-family: hdi-gerling_sansregular; */
  width: 30px;
  z-index: 99;
}
.progress .progress-value div {
  margin-top: 10px;
}
.progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
}

.avatar.male .progress:after {
  background: url("/o/hdi-theme/images/Home Page/Avatar/Avatar_uomo.png");
  background-size: contain;
  background-size: 130px;
  background-position-x: 10px;
  background-position-y: 5px;
  background-repeat: no-repeat;
}

.avatar.female .progress:after {
  background: url("/o/hdi-theme/images/Home Page/Avatar/Avatar_donna.png");
  background-size: contain;
  background-size: 130px;
  background-position-x: 10px;
  background-position-y: 5px;
  background-repeat: no-repeat;
}

/* This for loop creates the 	necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="1"] .progress-right .progress-bar {
  animation: loading-1 0.78s linear forwards;
}
.progress[data-percentage="1"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="2"] .progress-right .progress-bar {
  animation: loading-2 0.78s linear forwards;
}
.progress[data-percentage="2"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="3"] .progress-right .progress-bar {
  animation: loading-3 0.78s linear forwards;
}
.progress[data-percentage="3"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="4"] .progress-right .progress-bar {
  animation: loading-4 0.78s linear forwards;
}
.progress[data-percentage="4"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="5"] .progress-right .progress-bar {
  animation: loading-5 0.78s linear forwards;
}
.progress[data-percentage="5"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="6"] .progress-right .progress-bar {
  animation: loading-6 0.78s linear forwards;
}
.progress[data-percentage="6"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="7"] .progress-right .progress-bar {
  animation: loading-7 0.78s linear forwards;
}
.progress[data-percentage="7"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="8"] .progress-right .progress-bar {
  animation: loading-8 0.78s linear forwards;
}
.progress[data-percentage="8"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="9"] .progress-right .progress-bar {
  animation: loading-9 0.78s linear forwards;
}
.progress[data-percentage="9"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-10 0.78s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="11"] .progress-right .progress-bar {
  animation: loading-11 0.78s linear forwards;
}
.progress[data-percentage="11"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="12"] .progress-right .progress-bar {
  animation: loading-12 0.78s linear forwards;
}
.progress[data-percentage="12"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="13"] .progress-right .progress-bar {
  animation: loading-13 0.78s linear forwards;
}
.progress[data-percentage="13"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="14"] .progress-right .progress-bar {
  animation: loading-14 0.78s linear forwards;
}
.progress[data-percentage="14"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="15"] .progress-right .progress-bar {
  animation: loading-15 0.78s linear forwards;
}
.progress[data-percentage="15"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="16"] .progress-right .progress-bar {
  animation: loading-16 0.78s linear forwards;
}
.progress[data-percentage="16"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="17"] .progress-right .progress-bar {
  animation: loading-17 0.78s linear forwards;
}
.progress[data-percentage="17"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="18"] .progress-right .progress-bar {
  animation: loading-18 0.78s linear forwards;
}
.progress[data-percentage="18"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="19"] .progress-right .progress-bar {
  animation: loading-19 0.78s linear forwards;
}
.progress[data-percentage="19"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-20 0.78s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="21"] .progress-right .progress-bar {
  animation: loading-21 0.78s linear forwards;
}
.progress[data-percentage="21"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="22"] .progress-right .progress-bar {
  animation: loading-22 0.78s linear forwards;
}
.progress[data-percentage="22"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="23"] .progress-right .progress-bar {
  animation: loading-23 0.78s linear forwards;
}
.progress[data-percentage="23"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="24"] .progress-right .progress-bar {
  animation: loading-24 0.78s linear forwards;
}
.progress[data-percentage="24"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="25"] .progress-right .progress-bar {
  animation: loading-25 0.78s linear forwards;
}
.progress[data-percentage="25"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="26"] .progress-right .progress-bar {
  animation: loading-26 0.78s linear forwards;
}
.progress[data-percentage="26"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="27"] .progress-right .progress-bar {
  animation: loading-27 0.78s linear forwards;
}
.progress[data-percentage="27"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="28"] .progress-right .progress-bar {
  animation: loading-28 0.78s linear forwards;
}
.progress[data-percentage="28"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="29"] .progress-right .progress-bar {
  animation: loading-29 0.78s linear forwards;
}
.progress[data-percentage="29"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-30 0.78s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="31"] .progress-right .progress-bar {
  animation: loading-31 0.78s linear forwards;
}
.progress[data-percentage="31"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="32"] .progress-right .progress-bar {
  animation: loading-32 0.78s linear forwards;
}
.progress[data-percentage="32"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="33"] .progress-right .progress-bar {
  animation: loading-33 0.78s linear forwards;
}
.progress[data-percentage="33"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="34"] .progress-right .progress-bar {
  animation: loading-34 0.78s linear forwards;
}
.progress[data-percentage="34"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="35"] .progress-right .progress-bar {
  animation: loading-35 0.78s linear forwards;
}
.progress[data-percentage="35"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="36"] .progress-right .progress-bar {
  animation: loading-36 0.78s linear forwards;
}
.progress[data-percentage="36"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="37"] .progress-right .progress-bar {
  animation: loading-37 0.78s linear forwards;
}
.progress[data-percentage="37"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="38"] .progress-right .progress-bar {
  animation: loading-38 0.78s linear forwards;
}
.progress[data-percentage="38"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="39"] .progress-right .progress-bar {
  animation: loading-39 0.78s linear forwards;
}
.progress[data-percentage="39"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-40 0.78s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="41"] .progress-right .progress-bar {
  animation: loading-41 0.78s linear forwards;
}
.progress[data-percentage="41"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="42"] .progress-right .progress-bar {
  animation: loading-42 0.78s linear forwards;
}
.progress[data-percentage="42"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="43"] .progress-right .progress-bar {
  animation: loading-43 0.78s linear forwards;
}
.progress[data-percentage="43"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="44"] .progress-right .progress-bar {
  animation: loading-44 0.78s linear forwards;
}
.progress[data-percentage="44"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="45"] .progress-right .progress-bar {
  animation: loading-45 0.78s linear forwards;
}
.progress[data-percentage="45"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="46"] .progress-right .progress-bar {
  animation: loading-46 0.78s linear forwards;
}
.progress[data-percentage="46"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="47"] .progress-right .progress-bar {
  animation: loading-47 0.78s linear forwards;
}
.progress[data-percentage="47"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="48"] .progress-right .progress-bar {
  animation: loading-48 0.78s linear forwards;
}
.progress[data-percentage="48"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="49"] .progress-right .progress-bar {
  animation: loading-49 0.78s linear forwards;
}
.progress[data-percentage="49"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="51"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="51"] .progress-left .progress-bar {
  animation: loading-1 0.78s linear forwards 0.78s;
}

.progress[data-percentage="52"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="52"] .progress-left .progress-bar {
  animation: loading-2 0.78s linear forwards 0.78s;
}

.progress[data-percentage="53"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="53"] .progress-left .progress-bar {
  animation: loading-3 0.78s linear forwards 0.78s;
}

.progress[data-percentage="54"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="54"] .progress-left .progress-bar {
  animation: loading-4 0.78s linear forwards 0.78s;
}

.progress[data-percentage="55"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="55"] .progress-left .progress-bar {
  animation: loading-5 0.78s linear forwards 0.78s;
}

.progress[data-percentage="56"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="56"] .progress-left .progress-bar {
  animation: loading-6 0.78s linear forwards 0.78s;
}

.progress[data-percentage="57"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="57"] .progress-left .progress-bar {
  animation: loading-7 0.78s linear forwards 0.78s;
}

.progress[data-percentage="58"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="58"] .progress-left .progress-bar {
  animation: loading-8 0.78s linear forwards 0.78s;
}

.progress[data-percentage="59"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="59"] .progress-left .progress-bar {
  animation: loading-9 0.78s linear forwards 0.78s;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-10 0.78s linear forwards 0.78s;
}

.progress[data-percentage="61"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="61"] .progress-left .progress-bar {
  animation: loading-11 0.78s linear forwards 0.78s;
}

.progress[data-percentage="62"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="62"] .progress-left .progress-bar {
  animation: loading-12 0.78s linear forwards 0.78s;
}

.progress[data-percentage="63"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="63"] .progress-left .progress-bar {
  animation: loading-13 0.78s linear forwards 0.78s;
}

.progress[data-percentage="64"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="64"] .progress-left .progress-bar {
  animation: loading-14 0.78s linear forwards 0.78s;
}

.progress[data-percentage="65"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="65"] .progress-left .progress-bar {
  animation: loading-15 0.78s linear forwards 0.78s;
}

.progress[data-percentage="66"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="66"] .progress-left .progress-bar {
  animation: loading-16 0.78s linear forwards 0.78s;
}

.progress[data-percentage="67"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="67"] .progress-left .progress-bar {
  animation: loading-17 0.78s linear forwards 0.78s;
}

.progress[data-percentage="68"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="68"] .progress-left .progress-bar {
  animation: loading-18 0.78s linear forwards 0.78s;
}

.progress[data-percentage="69"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="69"] .progress-left .progress-bar {
  animation: loading-19 0.78s linear forwards 0.78s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-20 0.78s linear forwards 0.78s;
}

.progress[data-percentage="71"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="71"] .progress-left .progress-bar {
  animation: loading-21 0.78s linear forwards 0.78s;
}

.progress[data-percentage="72"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="72"] .progress-left .progress-bar {
  animation: loading-22 0.78s linear forwards 0.78s;
}

.progress[data-percentage="73"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="73"] .progress-left .progress-bar {
  animation: loading-23 0.78s linear forwards 0.78s;
}

.progress[data-percentage="74"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="74"] .progress-left .progress-bar {
  animation: loading-24 0.78s linear forwards 0.78s;
}

.progress[data-percentage="75"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="75"] .progress-left .progress-bar {
  animation: loading-25 0.78s linear forwards 0.78s;
}

.progress[data-percentage="76"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="76"] .progress-left .progress-bar {
  animation: loading-26 0.78s linear forwards 0.78s;
}

.progress[data-percentage="77"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="77"] .progress-left .progress-bar {
  animation: loading-27 0.78s linear forwards 0.78s;
}

.progress[data-percentage="78"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="78"] .progress-left .progress-bar {
  animation: loading-28 0.78s linear forwards 0.78s;
}

.progress[data-percentage="79"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="79"] .progress-left .progress-bar {
  animation: loading-29 0.78s linear forwards 0.78s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-30 0.78s linear forwards 0.78s;
}

.progress[data-percentage="81"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="81"] .progress-left .progress-bar {
  animation: loading-31 0.78s linear forwards 0.78s;
}

.progress[data-percentage="82"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="82"] .progress-left .progress-bar {
  animation: loading-32 0.78s linear forwards 0.78s;
}

.progress[data-percentage="83"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="83"] .progress-left .progress-bar {
  animation: loading-33 0.78s linear forwards 0.78s;
}

.progress[data-percentage="84"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="84"] .progress-left .progress-bar {
  animation: loading-34 0.78s linear forwards 0.78s;
}

.progress[data-percentage="85"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="85"] .progress-left .progress-bar {
  animation: loading-35 0.78s linear forwards 0.78s;
}

.progress[data-percentage="86"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="86"] .progress-left .progress-bar {
  animation: loading-36 0.78s linear forwards 0.78s;
}

.progress[data-percentage="87"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="87"] .progress-left .progress-bar {
  animation: loading-37 0.78s linear forwards 0.78s;
}

.progress[data-percentage="88"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="88"] .progress-left .progress-bar {
  animation: loading-38 0.78s linear forwards 0.78s;
}

.progress[data-percentage="89"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="89"] .progress-left .progress-bar {
  animation: loading-39 0.78s linear forwards 0.78s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-40 0.78s linear forwards 0.78s;
}

.progress[data-percentage="91"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="91"] .progress-left .progress-bar {
  animation: loading-41 0.78s linear forwards 0.78s;
}

.progress[data-percentage="92"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="92"] .progress-left .progress-bar {
  animation: loading-42 0.78s linear forwards 0.78s;
}

.progress[data-percentage="93"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="93"] .progress-left .progress-bar {
  animation: loading-43 0.78s linear forwards 0.78s;
}

.progress[data-percentage="94"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="94"] .progress-left .progress-bar {
  animation: loading-44 0.78s linear forwards 0.78s;
}

.progress[data-percentage="95"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="95"] .progress-left .progress-bar {
  animation: loading-45 0.78s linear forwards 0.78s;
}

.progress[data-percentage="96"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="96"] .progress-left .progress-bar {
  animation: loading-46 0.78s linear forwards 0.78s;
}

.progress[data-percentage="97"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="97"] .progress-left .progress-bar {
  animation: loading-47 0.78s linear forwards 0.78s;
}

.progress[data-percentage="98"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="98"] .progress-left .progress-bar {
  animation: loading-48 0.78s linear forwards 0.78s;
}

.progress[data-percentage="99"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="99"] .progress-left .progress-bar {
  animation: loading-49 0.78s linear forwards 0.78s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-50 0.78s linear forwards 0.78s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(3.6);
    transform: rotate(3.6deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7.2);
    transform: rotate(7.2deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10.8);
    transform: rotate(10.8deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(14.4);
    transform: rotate(14.4deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(18);
    transform: rotate(18deg);
  }
}
@keyframes loading-6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(21.6);
    transform: rotate(21.6deg);
  }
}
@keyframes loading-7 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(25.2);
    transform: rotate(25.2deg);
  }
}
@keyframes loading-8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(28.8);
    transform: rotate(28.8deg);
  }
}
@keyframes loading-9 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(32.4);
    transform: rotate(32.4deg);
  }
}
@keyframes loading-10 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-11 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(39.6);
    transform: rotate(39.6deg);
  }
}
@keyframes loading-12 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(43.2);
    transform: rotate(43.2deg);
  }
}
@keyframes loading-13 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(46.8);
    transform: rotate(46.8deg);
  }
}
@keyframes loading-14 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(50.4);
    transform: rotate(50.4deg);
  }
}
@keyframes loading-15 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(54);
    transform: rotate(54deg);
  }
}
@keyframes loading-16 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(57.6);
    transform: rotate(57.6deg);
  }
}
@keyframes loading-17 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(61.2);
    transform: rotate(61.2deg);
  }
}
@keyframes loading-18 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(64.8);
    transform: rotate(64.8deg);
  }
}
@keyframes loading-19 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(68.4);
    transform: rotate(68.4deg);
  }
}
@keyframes loading-20 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-21 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(75.6);
    transform: rotate(75.6deg);
  }
}
@keyframes loading-22 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(79.2);
    transform: rotate(79.2deg);
  }
}
@keyframes loading-23 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(82.8);
    transform: rotate(82.8deg);
  }
}
@keyframes loading-24 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(86.4);
    transform: rotate(86.4deg);
  }
}
@keyframes loading-25 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90);
    transform: rotate(90deg);
  }
}
@keyframes loading-26 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(93.6);
    transform: rotate(93.6deg);
  }
}
@keyframes loading-27 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(97.2);
    transform: rotate(97.2deg);
  }
}
@keyframes loading-28 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(100.8);
    transform: rotate(100.8deg);
  }
}
@keyframes loading-29 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(104.4);
    transform: rotate(104.4deg);
  }
}
@keyframes loading-30 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-31 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(111.6);
    transform: rotate(111.6deg);
  }
}
@keyframes loading-32 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(115.2);
    transform: rotate(115.2deg);
  }
}
@keyframes loading-33 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(118.8);
    transform: rotate(118.8deg);
  }
}
@keyframes loading-34 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(122.4);
    transform: rotate(122.4deg);
  }
}
@keyframes loading-35 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126);
    transform: rotate(126deg);
  }
}
@keyframes loading-36 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(129.6);
    transform: rotate(129.6deg);
  }
}
@keyframes loading-37 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(133.2);
    transform: rotate(133.2deg);
  }
}
@keyframes loading-38 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(136.8);
    transform: rotate(136.8deg);
  }
}
@keyframes loading-39 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(140.4);
    transform: rotate(140.4deg);
  }
}
@keyframes loading-40 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-41 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(147.6);
    transform: rotate(147.6deg);
  }
}
@keyframes loading-42 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(151.2);
    transform: rotate(151.2deg);
  }
}
@keyframes loading-43 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(154.8);
    transform: rotate(154.8deg);
  }
}
@keyframes loading-44 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(158.4);
    transform: rotate(158.4deg);
  }
}
@keyframes loading-45 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(162);
    transform: rotate(162deg);
  }
}
@keyframes loading-46 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(165.6);
    transform: rotate(165.6deg);
  }
}
@keyframes loading-47 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(169.2);
    transform: rotate(169.2deg);
  }
}
@keyframes loading-48 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(172.8);
    transform: rotate(172.8deg);
  }
}
@keyframes loading-49 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(176.4);
    transform: rotate(176.4deg);
  }
}
@keyframes loading-50 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
.progress {
  margin-bottom: 1em;
}

/*-- progress-bar --*/
.btn-profilo-mobile {
  display: none;
}

/*-- media-queries --*/
@media (max-width: 767.98px) {
  .avatar {
    margin: 20px 0 0 0;
  }
  .avatar-icon {
    margin: 0 auto;
    left: -10px;
  }
  .name {
    margin: 0 auto;
  }
  .nome {
    text-align: center;
  }
  .benvenuta {
    text-align: center;
  }
  .p-name {
    font-size: 13px;
    letter-spacing: 0.08;
    text-align: center;
  }
  .dropdown-avatar {
    margin-top: 40px;
  }
  .btn-profilo {
    display: none;
  }
  .btn-profilo-mobile {
    display: block;
    width: 100%;
    height: 35px;
    border-radius: 8px;
    border: 1px solid transparent;
    background-color: #006729;
    font-family: "hdi-gerling_sansBdCn";
    text-align: center;
    padding: 0.375rem 0.75rem;
    color: white;
    font-size: 16px;
    margin-bottom: 50px;
  }
  .arrow-down {
    margin-top: 2px;
    color: #fff;
    padding-right: 5px;
  }
  .msg-nomobile.portlet-msg-error {
    display: none;
  }
  /*-- web-content --*/
  .incidente {
    width: 100%;
    border: 1px solid transparent;
  }
  .allagamento {
    width: 100%;
    border: 1px solid transparent;
  }
  .furto {
    width: 100%;
    border: 1px solid transparent;
  }
  .content-title-2 {
    margin-bottom: 20px;
    margin-top: 65px;
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  #profilo-modal .modal-header {
    height: 55px;
    text-transform: uppercase;
    font-family: "hdi-gerling_sansBdCn";
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    padding-left: 21px;
  }
  #profilo-modal .modal-body {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  /*   #profilo-modal .modal-header {

      font-family: 'hdi-gerling_sansbold';
      font-size: 16px;
      color: #E60018;
      letter-spacing: 0;
      text-align: center;
      text-transform: uppercase;
  }
  */
  .modal-dialog.modal-dialog-focused {
    z-index: 1111;
  }
  #profilo-modal .modal-body ul {
    margin-bottom: 0;
  }
  #profilo-modal .modal-content .modal-dialog-content {
    height: 230px;
  }
  #profilo-modal .modal-body .link-list > li {
    text-align: center;
    text-transform: uppercase;
    font-family: "hdi-gerling_sansBdCn";
    font-size: 16px;
    color: #cb0018;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #profilo-modal .modal-body .link-list > li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  #profilo-modal .modal-body .link-list > li:first-child {
    padding-top: 0;
  }
  #profilo-modal .modal-body .link-list > li > a:hover {
    background-color: #fff;
  }
  #profilo-modal .modal-body .link-list > li > a {
    text-decoration: none;
    color: red;
  }
  #profilo-modal .modal-body a.list-item-last:hover {
    background-color: #fff;
  }
  #profilo-modal .modal-body ul.link-list {
    text-align: center;
    list-style: none;
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /*-- modal header --*/
  .incidente {
    max-width: 100%;
  }
  .allagamento {
    max-width: 100%;
  }
  .furto {
    max-width: 100%;
  }
  /*-- modal header --*/
}
/*-- media-queries --*/
.hdi-area-card {
  transition: 0.27s linear all;
  top: 0px;
}

.hdi-area-card.active {
  border: 1px solid #009E51;
  border-radius: 4px;
  border-radius: 4px;
}

.hdi-area-card.active:hover {
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.5);
}

.hdi-area-card.opened {
  background-image: linear-gradient(136deg, #01A152 0%, #157440 100%);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border-radius: 4px;
  height: 200px;
  color: white;
  top: 15px;
}

@media only screen and (max-width: 767.98px) {
  .hdi-area-card.opened {
    top: 27px;
  }
}
.hdi-area-chevron {
  color: #006729;
  font-size: 27px;
  display: block;
  margin: 0 auto;
  transition: 0.27s linear all;
  position: absolute;
  bottom: 8px;
  left: 42%;
}

.hdi-area-card img {
  vertical-align: middle;
  border-style: none;
  height: 50px;
  display: block;
  margin: 0 auto;
  margin-bottom: 9px;
  margin-top: 9px;
}

.hdi-area-card.opened .hdi-area-chevron {
  color: white;
}

.hdi-area-card.opened .hdi-area-chevron.rotate {
  transform: rotate(180deg);
}

.hdi-area-card.opened .titolo-coperture {
  color: white;
}

.hdi-area-card .icon-placeholder {
  font-size: 42px;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #006729;
}

.categoria_dettaglio {
  width: 100%;
}

.categoria_dettaglio .polizza-card {
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border-radius: 2px;
  padding-left: 30px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 30px;
  width: 100%;
  margin-bottom: 40px;
}

.categoria_dettaglio .polizza-card .part2 {
  background: #E7F7EB;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}

.categoria_dettaglio .polizza-card .part3 {
  background: #E7F7EB;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0px;
  margin-top: -15px;
}

.polizza_prodnum {
  font-family: "hdi-gerling_sanslight";
  font-size: 18px;
  color: #727272;
  letter-spacing: 0.1px;
  line-height: 22px;
  text-transform: uppercase;
}

.btn-rinnova {
  height: 56px;
  width: 110%;
  /* max-width: 90%; */
  /* margin: 0 auto; */
  background: #fff;
  color: #006729;
  text-align: center;
  text-transform: uppercase;
  border-color: #006729;
  border-radius: 8px;
  cursor: pointer;
}

.btn-rinnova .text-btn {
  vertical-align: middle;
}

.btn-rinnova .valore {
  font-family: "hdi-gerling_sansBdCn";
  letter-spacing: 0.15px;
  font-size: 16.52px;
}

.btn-rinnova .text-btn .importo {
  font-family: "hdi-gerling_sanslight_italic";
  letter-spacing: 0.15px;
  font-size: 16.52px;
}

.categoria_dettaglio h2 {
  font-family: "hdi-gerling_sansregular";
  font-size: 28px;
  color: #016629;
  letter-spacing: 0.16px;
}

.categoria_dettaglio h3 {
  font-family: "hdi-gerling_sanslight_italic";
  font-size: 15px;
  color: #016629;
  letter-spacing: 0.08px;
  line-height: 22px;
  margin-top: -10px;
}

.categoria_dettaglio .polizza_scadenza {
  font-family: "hdi-gerling_sanslight_italic";
  font-size: 15px;
  color: #000000;
  letter-spacing: 0.08px;
  line-height: 22px;
}

.categoria_dettaglio .btn-dettaglio {
  background: #239D54;
  border-radius: 0 0 2px 2px;
  border-radius: 0px 0px 2px 2px;
  text-transform: uppercase;
  margin-left: -15px;
  margin-right: -15px;
  width: 100%;
  height: 31px;
  margin-bottom: -5px;
  border: 0;
}

.categoria_dettaglio .part2 p,
.categoria_dettaglio .part3 p {
  padding-top: 12px;
  font-family: "hdi-gerling_sanslight_italic";
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.08px;
  line-height: 22px;
}

.categoria_dettaglio .part3 p {
  padding-top: 4px;
}

.categoria_dettaglio .part2 p .data,
.categoria_dettaglio .part3 p .data {
  color: #727272;
}

.categoria_dettaglio .tacito i {
  font-size: 24px;
  color: #239D54;
}

.home3 .categoria_dettaglio .polizza-card:last-of-type {
  margin-bottom: 100px;
}

.categoria_dettaglio .polizza-card .part4 {
  background: transparent;
  margin-left: -30px;
  margin-right: -60px;
  padding-left: 15px;
  /* padding-right: 0; */
  margin-bottom: -20px;
  margin-top: 0px;
}

.categoria_dettaglio .polizza-card .part5 {
  margin-right: -30px;
}

.gecko .categoria_dettaglio .polizza-card .part5 {
  margin-right: -40px;
}

.categoria_dettaglio .polizza-card .alert-message {
  color: #cb0018;
  font-family: "hdi-gerling_sanslight_italic";
  font-size: 14px;
}

.categoria_dettaglio .polizza-card .btn.btn-salva {
  margin-top: 0px;
  width: initial;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767.98px) {
  .btn-rinnova {
    width: 100%;
  }
  .hdi-area-card img:not(.offerte-badge) {
    height: 30px;
  }
  .collapse_aree {
    background: white;
    margin: 0 auto;
    display: table;
    /* padding: 10px; */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    top: -20px;
    position: relative;
    border: 1px solid #C6C7C8;
    color: #006729;
    z-index: 1099;
  }
  .a-decoration {
    text-decoration: none;
  }
  .categoria_dettaglio .polizza-card {
    width: calc(100vw - 10%);
    margin-left: 0vw;
    margin-right: 0vw;
    /* margin: 0 auto; */
    height: auto;
    position: relative;
  }
  .categoria_dettaglio .polizza-card.withfooter {
    min-height: 350px;
  }
  .polizza_scadenza {
    text-align: center;
  }
  .polizza_prodnum {
    text-align: left;
  }
  .categoria_dettaglio h2 {
    text-align: left;
  }
  .categoria_dettaglio .polizza_scadenza {
    margin-bottom: 15px;
  }
  .categoria_dettaglio .scadenza-mobile {
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
  }
  .categoria_dettaglio .text-bene-principale .value_holder {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 60px;
    display: block;
    white-space: nowrap;
    font-family: "hdi-gerling_sansregular";
    font-size: 28px;
    color: #016629;
    letter-spacing: 0.16px;
  }
  .categoria_dettaglio .polizza-card .part2 {
    background: #E7F7EB;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: -20px;
    /* padding-right: 15px; */
    padding-top: 28px;
    position: absolute;
    height: 110px;
    bottom: 0;
    /* right: 0; */
    width: 100%;
    /* left: 0; */
  }
}
.hdi-slider {
  position: relative;
}

/*
.hdi-slider .slider-prev {
    position: absolute;
    left: -15px;
    top: 27px;
}
*/
.hdi-slider .slider-prev {
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: absolute;
  left: -17px;
  top: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #006729;
  color: white;
  padding-left: 4px;
  padding-right: 4px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hdi-slider .slider-next {
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: absolute;
  right: -18px;
  top: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #006729;
  color: white;
  padding-left: 4px;
  padding-right: 4px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hdi-slider .slider-next.disabled,
.hdi-slider .slider-prev.disabled {
  background: #C3C4C5;
}

.hdi-slider .slider-holder {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
}

.slider-card {
  position: absolute;
  opacity: 1;
  transition: 0.27s ease-in-out all;
}

.agenzia-card .desktoprows {
  margin-top: 6px;
}

.agenzia-card {
  width: 403px;
  background: #FFFFFF;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

.agenzia-card .agenzia-title {
  height: 57px;
  /*  overflow: hidden; */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6f7f6+0,d3d3d3+68,e6efea+100 */
  background: #f6f7f6; /* Old browsers */
  background: -moz-linear-gradient(left, #f6f7f6 0%, #d3d3d3 68%, #e6efea 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f6f7f6 0%, #d3d3d3 68%, #e6efea 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f6f7f6 0%, #d3d3d3 68%, #e6efea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6f7f6", endColorstr="#e6efea",GradientType=1 ); /* IE6-9 */
}

.agenzia-card .agency,
.agenzia-card .pager {
  font-family: "hdi-gerling_sansregular";
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
}

.agenzia-card .agency {
  float: left;
  margin-left: 12px;
  margin-top: 1px;
}

.agenzia-card .pager {
  text-align: right;
  float: right;
  margin-right: 12px;
  margin-top: 1px;
}

.agenzia-card-header {
  height: 24px;
}

.agenzia-card .agency-name {
  font-family: "hdi-gerling_sansbold";
  /* font-family: HDI-GerlingSans-Bold; */
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  text-align: left;
  float: left;
  padding-left: 10px;
  margin-top: 5px;
}

.agenzia-card .preferiti {
  color: #006729;
  float: right;
  margin-top: 10px;
  margin-right: 5px;
  cursor: pointer;
}

.agencyicon {
  font-size: 18px;
  color: #006729;
  margin-left: 20px;
  display: inline-block;
  width: 5px;
}

.addressicon {
  margin-left: 5px;
}

.agenzia-card .value {
  font-family: "hdi-gerling_sansregular";
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  margin-left: 20px;
}

.agenzia-card .indirizzo {
  text-transform: capitalize;
  letter-spacing: -0.99px;
  font-size: 14px;
}

.agenzia-card a {
  font-family: "hdi-gerling_sansregular";
  font-size: 12px;
  color: #110024;
  color: #006729;
  letter-spacing: 0;
  line-height: 14px;
}

.agenzia-card .openmap {
  float: right;
  margin-right: 20px;
}

#agenzie {
  float: right;
}

#agenzie .mobile {
  display: none;
}

@media (max-width: 767.98px) {
  #agenzie .mobile {
    display: block;
  }
  .agencyicon {
    margin-left: 0px;
    font-size: 24px;
  }
  #agenzie .desktop {
    display: none;
  }
  .agenzia-card {
    width: calc(100vw - 64px);
    max-width: 403px;
  }
  .agenzia-card a {
    text-decoration: none;
  }
  .agenzia-card .action-row {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .agenzia-card .value {
    margin-left: 0;
    /* margin-left: 20px; */
  }
  .agenzia-card .mobile .col-4 {
    border-right: 1px solid #C6C7C8;
  }
  .agenzia-card .mobile .col-4:last-of-type {
    border-right: none;
  }
  #agenzie {
    float: none;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #agenzie .mobile {
    display: block;
  }
  .agencyicon {
    margin-left: 0px;
    font-size: 24px;
  }
  #agenzie .desktop {
    display: none;
  }
  .agenzia-card {
    width: 403px;
  }
  .agenzia-card a {
    text-decoration: none;
  }
  .agenzia-card .action-row {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .agenzia-card .value {
    margin-left: 0;
    /* margin-left: 20px; */
  }
  .agenzia-card .mobile .col-4 {
    border-right: 1px solid #C6C7C8;
  }
  .agenzia-card .mobile .col-4:last-of-type {
    border-right: none;
  }
  #agenzie {
    float: none;
    margin: 0 auto;
    margin-top: 24px;
  }
}
.navbar-menu-home {
  height: 50px;
  background-color: #006729;
}

.ul-menu-home {
  margin: 0 auto;
}

.li-menu-home > a {
  text-decoration: none;
  font-family: "hdi-gerling_sansregular";
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: -0.4px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.navbar .nav li > a {
  margin-top: 4px;
  padding-top: 5px;
}

.navbar-default .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a {
  margin-left: 40px;
}

.navbar-default .navbar-nav > li:first-child > a,
.navbar-inverse .navbar-nav > li:first-child > a {
  margin-left: 0;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  padding-bottom: 8px;
  color: #fff;
}

/* .navbar .nav li-menu-home > a {

    margin-top:2px;
    padding-top:5px;

} */
.nav > .li-menu-home > a:hover {
  border-bottom: 7px solid #fff;
  font-family: "hdi-gerling_sansbold";
}

.nav > .li-menu-home.selected > a {
  border-bottom: 7px solid #fff;
  font-family: "hdi-gerling_sansbold";
  padding-bottom: 8px;
}

.a-menu-home {
  /*text-decoration: none;
  font-family: 'hdi-gerling_sansbold';
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: -0.4px;
  text-align: center;
  text-transform: uppercase;*/
}

.navbar-inverse .navbar-nav > li > a {
  color: #FFFFFF;
}

/*NAV BAR */
.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: #212529;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (max-width: 1024px) {
  .navbar .container, .navbar .container-fluid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .navbar .nav li > a {
    display: block;
    padding: 0.5rem 1rem;
  }
  .ul-menu-home {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1025px) {
  .sidemenu .portlet-title-text {
    background: #006729;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 16px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 0px;
    max-width: 100%;
  }
  .sidemenu .nav-pills > li > a {
    background-color: #efefef;
    text-decoration: none;
    border-radius: 0px;
    color: black;
    margin-top: 3px;
  }
  .sidemenu .nav-pills > li.active > a {
    background-color: white !important;
    color: black !important;
    font-family: "hdi-gerling_sansbold";
    border-left: 5px #006729 solid;
  }
  .sidemenu .portlet-header {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .sidemenu .flex-column, .nav-stacked {
    flex-direction: row !important;
    display: flex !important;
  }
  .sidemenu .nav-pills > li {
    position: relative;
    flex: 1;
    flex-direction: column;
    /* max-width: 48vw; */
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }
  .sidemenu .nav-pills > li > a {
    background-color: #eeeeee;
    color: #727272;
    border-radius: 0px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    text-decoration: none;
    /* border-radius: 0px; */
  }
  .sidemenu .nav-pills > li.active > a {
    background-color: #006729 !important;
    color: #fff;
  }
  .sidemenu .portlet-title-text {
    text-align: center;
    text-transform: initial;
    margin: 0 auto;
    margin-top: 10px;
  }
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  content: "/";
  background-image: none;
  /* background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'…196%2028.196%200%200%200%208.272-19.111z'%20fill='%236c757d'/%3E%3C/svg%3E); */
  background-repeat: no-repeat;
  background-size: 100%;
  /* content: ''; */
  display: block;
  height: 0.75em;
  left: 0;
  margin-top: -0.375em;
  padding: 0;
  position: absolute;
  top: 27%;
  width: 0.75em;
}

.breadcrumb {
  background-color: transparent;
}

.breadcrumb-item .active {
  font-family: "hdi-gerling_sansbold";
  color: #6bbe8d;
}

.breadcrumb-link {
  color: #6bbe8d;
  text-decoration: underline;
}

.breadcrumb-link > .breadcrumb-text-truncate {
  text-decoration: underline;
  text-underline-offset: auto;
}

a.breadcrumb-link,
.breadcrumb-text-truncate {
  color: black;
}

.breadcrumb-item .active {
  color: black;
}

.breadcrumb-item {
  font-size: 16px;
}

.filterby {
  color: #006729;
  margin-bottom: 15px;
  display: block;
}

.searchcard .control-label {
  text-transform: uppercase;
  font-family: "hdi-gerling_sansbold";
}

.btn-search-submit {
  width: 198px;
  height: 40px;
  background: #006729;
  color: white;
  text-transform: uppercase;
}

.archivio-content table td:nth-of-type(1) a {
  max-width: 200px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  /*  text-overflow: ellipsis;
    white-space: nowrap;*/
  padding-right: 5px;
}

.archivio-content .select-items div, .select-selected {
  padding: 3px 4px;
  /* padding: 15px 20px;*/
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .archivio-content .filtra-mobile button {
    width: 100%;
    margin-top: 10px;
  }
  .archivio-content table td:nth-of-type(1) a {
    max-width: 300px;
    /* SI-529            max-width: 145px;*/
  }
  .filtra-archivo-mobile {
    position: fixed;
    z-index: 789;
    bottom: 0px;
    left: 0px;
    width: 100vw;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background: #E7F7EB;
  }
  .btn-filter {
    font-family: "hdi-gerling_sansBdCn";
    text-transform: uppercase;
    width: 220px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 8px;
    background: #006729;
    color: white;
    font-size: 16px;
  }
  /* SI-529
          .searchcard.show{
              position: fixed;
              bottom: 47px;
              left:0;
              display:block;
              z-index: 9999;
          }
  */
  .hide-searchcard {
    /* margin: 0 auto; */
    /* margin-left: auto; */
    /* display: block; */
    position: relative;
    top: -34px;
    left: 47%;
    background: white;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #C6C7C8;
  }
  .archivio-content .doc-type {
    font-family: hdi-gerling_sanslight_italic;
    font-size: 14px;
    color: #727272;
    letter-spacing: 0.08px;
    line-height: 22px;
  }
  .mobile-filtro.btn-search-submit {
    width: 100%;
    margin-top: 20px;
  }
  .archivio-content .p-num {
    padding-top: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #documentsTable thead {
    display: none;
  }
}
.mobile.touch #documentsTable thead {
  display: none;
}

/*-- area text --*/
.text-privacy {
  font-family: "hdi-gerling_sansregular";
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.1px;
  text-align: center;
  padding-top: 20px;
}

.informativa-text {
  margin-top: 20px;
  margin-bottom: 40px;
}
.informativa-text a {
  font-family: "hdi-gerling_sansregular";
  font-size: 12px;
  color: #3FA96A;
  letter-spacing: 0;
}

/*-- area text --*/
/*-- area button --*/
.annulla {
  padding-right: 0;
}

.consensi-row {
  margin-bottom: 40px;
}

.btn-consensi {
  margin-top: 35px;
}

.btn.btn-modifica.disabled {
  margin-top: -50px;
  width: 200px;
  height: 55px;
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
}

.icon-pencil {
  padding-left: 5px;
}

.btn.btn-salva {
  margin-top: 35px;
  width: 200px;
  font-family: "hdi-gerling_sansBdCn";
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  border-radius: 8px;
  text-transform: uppercase;
  width: 200px;
  height: 55px;
  background-color: #006729;
}

.btn.btn-salva:hover {
  background-color: #006729;
}

/*-- area button --*/
/*-- area form --*/
/*.checkbox {

    padding-top: 2px;
    margin-top: 2px;
    background-color: $hdi-gray;
    border-color:transparent;


}*/
.area-checkbox {
  /*  width: 760px;
      height: 100%;
      background-color:#fff;
      -webkit-box-shadow: 0px 0px 3px -2px rgba(33,33,33,1);
      -moz-box-shadow: 0px 0px 3px -2px rgba(33,33,33,1);
      box-shadow: 0px 0px 3px -2px rgba(33,33,33,1);
      border-radius: 4px; */
}

.form-checkbox {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 35px;
  width: 760px;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px -2px rgb(33, 33, 33);
  -moz-box-shadow: 0px 0px 3px -2px rgb(33, 33, 33);
  box-shadow: 0px 0px 3px -2px rgb(33, 33, 33);
  border-radius: 8px;
}

.titolo-checkbox {
  margin-bottom: 8px;
}

.h5-checkbox {
  font-family: "hdi-gerling_sansbold";
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.09px;
  text-transform: uppercase;
}

.obbligatorio-checkbox {
  font-family: "hdi-gerling_sanslight";
  font-size: 18px;
  color: #727272;
  letter-spacing: 0.1px;
  line-height: 22px;
}

.a-checkbox {
  font-family: "hdi-gerling_sansregular";
  font-size: 12px;
  color: #3FA96A;
  letter-spacing: 0;
}

.description-checkbox {
  font-family: "hdi-gerling_sanslight";
  font-size: 18px;
  color: #727272;
  letter-spacing: 0.1px;
  line-height: 22px;
}

.border-checkbox {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-right: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.border-checkbox:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .form-checkbox {
    width: 100%;
  }
}
.consenso-checkbox.rotateicon .icon-chevron-down:before {
  transform: rotate(180deg);
  text-decoration: none;
  padding-right: 3px;
}

/*-- area form --*/
@media (max-width: 767.98px) {
  .description-checkbox {
    padding-top: 40px;
  }
  .form-checkbox {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 30px;
    padding-bottom: 20px;
  }
  .annulla {
    padding-right: 15px;
  }
  .btn.btn-salva {
    width: 90%;
    height: 35px;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .btn.btn-modifica.disabled {
    height: 35px;
  }
  .informativa-text a {
    margin-right: 40px;
  }
}
.tab-content {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
  padding-left: 20px;
  padding-top: 25px;
}

.profilo-tabs-container .nav > li {
  display: flex;
  flex: 1;
}

ul.nav-tabs {
  margin-bottom: 0px !important;
}

.nav-tabs .nav-item, .nav-tabs .nav-link {
  border: 0;
}

.nav-tabs .nav-link {
  font-family: "hdi-gerling_sansBdCn";
  text-decoration: none;
  color: #727272;
  width: 100%;
}

.btn-savedoc {
  font-family: "hdi-gerling_sansBdCn";
  text-transform: uppercase;
  float: right;
  margin: 20px;
}

.nav-tabs .nav-link.active {
  color: #006729;
  border: 0;
  border-bottom: 4px solid #006729;
}

.tab-content label {
  color: #076f33;
  font-family: "hdi-gerling_sansbold";
}

.tab-content .row {
  margin-top: 12px;
}

.tab-content .row:nth-of-type(1) {
  margin-top: 0px;
}

.tab-content .row.marginedrow:nth-of-type(1) {
  margin-top: 12px;
}

.tab-content small {
  font-family: "hdi-gerling_sansitalic";
  color: #727272;
}

.tab-content input[type=file] {
  display: none;
}

.custom-file-upload {
  background-color: #eee;
  height: 56px;
  width: 197px;
  display: inline-block;
  padding: 12px 16px;
  cursor: pointer;
}

.tab-content h3 {
  font-size: 18px;
  font-family: "hdi-gerling_sansBdCn";
  color: #006729;
  margin-top: 20px;
}

.tab-content input[type=text] {
  width: 296px;
  height: 56px;
}

.tab-content .help-block {
  /* margin-top: -1rem; */
  /* margin-left: 1.5rem; */
  margin-top: 0px;
  margin-left: 0px;
}

.tab-content .control-label:not(.custom-file-upload),
.tab-content .reference-mark.text-warning {
  display: none;
}

.custom-file-upload span {
  line-height: 30px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 90%;
  display: inline-block;
  display: inline-flex;
}

.tab-content #countdown {
  position: absolute;
  top: 70px;
  width: 220px;
  left: 40px;
}

.tab-content #countdown-email {
  position: absolute;
  top: 70px;
  width: 220px;
  left: 40px;
}

.tab-content p#countdown {
  font-family: "hdi-gerling_sanslight";
  font-size: 17px;
  color: #727272;
  letter-spacing: 0.1px;
  text-align: center;
  line-height: 22px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -47px;
}

.tab-content p#countdown-email {
  font-family: "hdi-gerling_sanslight";
  font-size: 17px;
  color: #727272;
  letter-spacing: 0.1px;
  text-align: center;
  line-height: 22px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -47px;
}

.tab-content p#countdown .time {
  margin-top: 7px;
  display: block;
  font-family: "hdi-gerling_sansregular";
  font-size: 28px;
  color: #727272;
  letter-spacing: 0.16px;
  text-align: center;
}

.tab-content p#countdown-email .time {
  margin-top: 7px;
  display: block;
  font-family: "hdi-gerling_sansregular";
  font-size: 28px;
  color: #727272;
  letter-spacing: 0.16px;
  text-align: center;
}

.tab-content .cellulare_first {
  margin-top: 0px;
}

.tab-content a.replacenum {
  font-size: 13px;
  margin-left: 30px;
}

.tab-content a.replacenum i {
  text-decoration: none;
  margin-left: 20px;
}

.tab-content .cellulare i.newnumplus {
  position: absolute;
  top: 20px;
  left: 266px;
}

.tab-content .btn-invia-codice {
  width: 90%;
  /* float: none; */
  margin-left: 0px;
}

.tab-content .btn-mod-contatti {
  width: 90%;
  margin-left: 0px;
  height: 52px;
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1px;
}

.btn-contatti {
  text-align: center;
}

.tab-content .form-control {
  margin-top: 0px;
}

.tab-content .rowmarginfix {
  margin-top: -5px;
}

.btn-save-left, .btn-primary.btn-default.disabled.btn-save-left, .btn-primary.btn-default.btn-save-left:disabled {
  /*  margin-left: 20px;*/
  margin-bottom: 20px;
  height: 52px;
  width: 246px;
  background: #757575;
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.tab-content .col-md-7 label {
  color: black;
}

.tab-content .interessi > form > .row > .col-md-12 > .row {
  border-bottom: 1px solid lightgray;
  width: 100%;
  margin-left: -10px;
  margin-top: 20px;
}

.tab-content .interessi > form > .row > .col-md-12 > .row:last-of-type {
  border-bottom: none;
}

.tab-content .styled-checkbox[type=checkbox] + label {
  background-size: 18px 18px;
  padding-left: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tab-content .animali.styled-checkbox[type=checkbox] + label {
  padding-right: 50px;
}

.tab-content [type=radio]:checked + label,
.tab-content [type=radio]:not(:checked) + label {
  padding-right: 50px;
}

.tab-content .hdi-select {
  width: 290px;
}

.tab-content .row.checkbox-row {
  margin-top: 0px;
}

#elencoFigli {
  padding-bottom: 20px;
}

.addfiglio, .figlio {
  text-align: left;
  margin-bottom: 10px;
  color: #6c6c6c;
  padding: 15px 20px;
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none;
  background-color: #efefef;
  width: 100%;
  height: 55px;
  padding: 15px 20px;
  position: relative;
  border-radius: 0px;
  width: 290px;
}

.addfiglio {
  padding-left: 35px;
}

.addfiglio i {
  left: 15px;
  position: absolute;
  top: 19px;
}

.figlio_template {
  display: none;
}

.figlio i {
  cursor: pointer;
}

.tab-content .figlio .hdi-select {
  width: 130px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.tab-content .figlio .select-items div, .select-selected {
  padding: 3px 4px;
  /* padding: 15px 20px;*/
}

@media (max-width: 767.98px) {
  /*     p#countdown {
          position: static;
      } */
  .tab-content p#countdown {
    font-family: "hdi-gerling_sanslight";
    font-size: 17px;
    color: #727272;
    letter-spacing: 0.1px;
    text-align: center;
    line-height: 22px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
    margin-left: 30px;
    /* margin-left: -47px; */
  }
  .tab-content p#countdown-email {
    font-family: "hdi-gerling_sanslight";
    font-size: 17px;
    color: #727272;
    letter-spacing: 0.1px;
    text-align: center;
    line-height: 22px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
    margin-left: 30px;
    /* margin-left: -47px; */
  }
  .tab-content #countdown {
    position: static;
    /* top: 70px; */
    /* width: 220px; */
    /*         left: 40px;
            margin-top: 10px; */
  }
  .tab-content #countdown-email {
    position: static;
    /* top: 70px; */
    /* width: 220px; */
    /*         left: 40px;
            margin-top: 10px; */
  }
  .tab-content {
    padding-top: 15px;
    padding-right: 20px;
  }
  .tab-content .tab-title {
    text-transform: uppercase;
    text-align: center;
    color: #006729;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .tab-content .btn-invia-codice {
    width: 100%;
  }
  .tab-content .btn-mod-contatti {
    width: 100%;
    margin-bottom: 20px;
  }
  .tab-content input[type=text] {
    width: 100%;
    height: 56px;
  }
  .tab-content .btn-save-left, .btn-primary.btn-default.disabled.btn-save-left, .btn-primary.btn-default.btn-save-left:disabled {
    /* margin-left: 20px; */
    margin-bottom: 20px;
    height: 52px;
    width: 100%;
    background: #757575;
    font-family: "hdi-gerling_sansBdCn";
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
  }
  .profilo-tabs-container .nav-tabs .nav-link {
    color: #006729;
    width: 15vw;
    text-align: center;
  }
  .nav-tabs .nav-item .nav-link.active:after {
    width: 100%;
  }
  img.actives {
    width: 27px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 5px;
  }
  img.disabled {
    width: 27px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 5px;
  }
  .nav-link img {
    display: none;
  }
  .nav-link.active img.actives {
    display: block;
  }
  .nav-link:not(.active) img.disabled {
    display: block;
  }
  .profilo-tabs-container .custom-file-upload {
    width: 100%;
  }
  .profilo-tabs-container .btn-savedoc {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .profilo-tabs-container .select-selected {
    background-color: #efefef;
    color: #006729;
    width: 100%;
    height: 55px;
    padding: 15px 20px;
  }
  .tabs-select-padding {
    padding-left: 0;
  }
  .tab-content .interessi > form > .row > .col-md-12 > .row {
    margin-left: 0px;
  }
  .profilo-tabs-container .nav-tabs .nav-link {
    color: #006729;
    width: 28vw;
    text-align: center;
  }
}
@media only screen and (max-width: 780px) {
  .nav-tabs .nav-link {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tab-content input[type=text] {
    width: 273px;
    height: 56px;
  }
}
:not(.rating-radio)[type=radio]:checked,
:not(.rating-radio)[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

:not(.rating-radio)[type=radio]:checked + label,
:not(.rating-radio)[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

:not(.rating-radio)[type=radio]:checked + label:before,
:not(.rating-radio)[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #727272;
  border-radius: 100%;
  background: #fff;
}

:not(.rating-radio)[type=radio]:checked + label:after,
:not(.rating-radio)[type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #006729;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

:not(.rating-radio)[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

:not(.rating-radio)[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.styled-checkbox[type=checkbox] {
  display: none;
}

.styled-checkbox[type=checkbox] + label {
  background-image: url("/o/hdi-theme/images/Elementi UX/CheckBox/Positivo/Checkbox deselezionato.png");
  background-position-x: left;
  background-size: auto 100%;
  /* width: 24px;
   height: 24px;*/
  background-repeat: no-repeat;
  background-size: 18px 18px;
  padding-left: 35px;
  margin-top: 30px;
  font-family: "hdi-gerling_sanslight";
  font-size: 18px;
  color: #727272;
  letter-spacing: 0.1px;
  line-height: 22px;
  margin-bottom: 0;
}

.styled-checkbox[type=checkbox]:checked + label {
  background-image: url("/o/hdi-theme/images/Elementi UX/CheckBox/Positivo/Checkbox selezionato.png");
}

.negative.styled-checkbox[type=checkbox] + label {
  background-image: url("/o/hdi-theme/images/Elementi UX/CheckBox/Negativo/Checkbox deselezionato.png");
}

.negative.styled-checkbox[type=checkbox]:checked + label {
  background-image: url("/o/hdi-theme/images/Elementi UX/CheckBox/Negativo/Checkbox selezionato.png");
}

.styled-checkbox[type=checkbox]:disabled + label {
  background-image: url("/o/hdi-theme/images/Elementi UX/CheckBox/Disabilitato/Checkbox deselezionato.png");
}

.styled-checkbox[type=checkbox][disabled]:checked + label {
  background-image: url("/o/hdi-theme/images/Elementi UX/CheckBox/Disabilitato/Checkbox selezionato.png");
}

@media (max-width: 767.98px) {
  .styled-checkbox[type=checkbox] + label {
    background-size: 18px 18px;
    padding-left: 30px;
    color: #6C6F70;
    line-height: 22px;
  }
}
.consenso.styled-checkbox[type=checkbox] + label {
  padding-left: 25px;
  margin-top: 0;
}

.hdi-select {
  position: relative;
}

.hdi-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #efefef;
  color: #006729;
  width: 100%;
  height: 55px;
  padding: 15px 20px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-selected i {
  position: absolute;
  right: 10px;
  top: 20px;
}

/*style the arrow inside the select element:*/
/*.select-selected:after {
  position: absolute;
  content: "";
  top: 25px;
  right: 10px;
  width: 0;
  height: 0;
  //padding: 15px 20px;
  border: 6px solid transparent;
  border-color: #006729 transparent transparent transparent;
}*/
/*point the arrow upwards when the select box is open (active):*/
/*.select-selected.select-arrow-active:after {
  border-color: transparent transparent #006729 transparent;
  //top: 7px;
  top: 25px;
}*/
/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #006729;
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none;
  padding: 15px 35px 15px 20px;
  border: 1px solid transparent;
  white-space: nowrap;
  /* overflow: hidden;
   text-overflow: ellipsis;*/
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  color: #006729;
  padding: 15px 20px;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

.select-selected.focused {
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-item {
  overflow: auto;
}

.select-placeholder {
  user-select: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 10px;
  color: #6C6F70;
}

@media (max-width: 767.98px) {
  .select-items div {
    padding: 5px 15px 5px 10px;
  }
}
/*
    @include media-breakpoint-up(sm) {



 *::-webkit-scrollbar-track
 {
   -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
   background-color: #F5F5F5;
   border-radius: 3px;
 }

 *::-webkit-scrollbar
 {
   width: 3px;
   background-color: #F5F5F5;
 }

 *::-webkit-scrollbar-thumb
 {
   border-radius: 3px;
   background-color: #FFF;
   background-image: -webkit-gradient(linear,
                      40% 0%,
                      75% 84%,
                      from(#4D9C41),
                      to(#19911D),
                      color-stop(.6,#54DE5D))
 }
}
*/
.select-items {
  max-height: 285px !important;
}

.list_polizze form {
  display: none;
}

.list_polizze .form-control {
  margin-top: 0px;
}

.lista_polizze .btn.btn-salva.btn-default {
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  background: #006729;
  height: 52px;
  float: right;
  margin-right: 16px;
  color: white;
}

.list_polizze h1 {
  font-family: "hdi-gerling_sansbold";
  font-size: 16px;
  color: #006729;
  letter-spacing: 0.01px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 35px;
}

.list_polizze h1:nth-of-type(2) {
  margin-top: 0px;
}

.list_polizze h1.main_title {
  font-size: 27px;
  margin-top: 0px;
}

.list_polizze p.descr {
  font-size: 16px;
  color: #828282;
}

.list_polizze h2 i {
  cursor: pointer;
}

.list_polizze.categoria_dettaglio .btn-dettaglio {
  width: 103%;
}

.list_polizze h1 img {
  height: 39px;
  margin-right: 10px;
}

.list_polizze.categoria_dettaglio .polizza-card {
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .list_polizze.categoria_dettaglio .polizza-card {
    width: initial;
    margin-left: 0;
    /*  margin: 0 auto;*/
  }
}
.form-dati {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 35px;
  padding-right: 35px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  /*     -webkit-box-shadow: 0px 0px 3px -2px rgba(33,33,33,1);
      -moz-box-shadow: 0px 0px 3px -2px rgba(33,33,33,1);
      box-shadow: 0px 0px 3px -2px rgba(33,33,33,1); */
  border-radius: 8px;
}

.mail-title {
  font-family: "hdi-gerling_sansbold";
  font-size: 22px;
  color: #016629;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.psw-title {
  font-family: "hdi-gerling_sansbold";
  font-size: 22px;
  color: #016629;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.social-title {
  font-family: "hdi-gerling_sansbold";
  font-size: 22px;
  color: #016629;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.conferma {
  margin-top: 5px;
  margin-left: 23px;
  font-family: "hdi-gerling_sansregular";
  font-size: 12px;
  color: #3FA96A;
  letter-spacing: 0;
  text-align: left;
}

.digita {
  margin-top: 5px;
  margin-left: 23px;
  font-family: "hdi-gerling_sansregular";
  font-size: 12px;
  color: #3FA96A;
  letter-spacing: 0;
  text-align: left;
}

/*-- digita email--*/
.digita-email .form-group.input-text-wrapper {
  margin-bottom: 0;
}

.digita-email .field.form-control {
  background-color: #efefef;
}

.digita-email .field.form-control::placeholder {
  color: #6C6F70;
}

/*-- digita email--*/
/*-- conferma email--*/
.conferma-email .form-group.input-text-wrapper {
  margin-bottom: 0;
}

.conferma-email .field.form-control {
  background-color: #efefef;
}

.conferma-email .field.form-control::placeholder {
  color: #6C6F70;
}

/*-- conferma email--*/
/*-- digita psw--*/
.digita-psw .form-group.input-text-wrapper {
  margin-bottom: 0;
}

.digita-psw .field.form-control {
  background-color: #efefef;
}

.digita-psw .field.form-control::placeholder {
  color: #6C6F70;
}

/*-- digita psw--*/
/*-- conferma psw--*/
.conferma-psw .form-group.input-text-wrapper {
  margin-bottom: 0;
}

.conferma-psw .field.form-control {
  background-color: #efefef;
}

.conferma-psw .field.form-control::placeholder {
  color: #6C6F70;
}

/*-- conferma psw--*/
/*-- button --*/
.button-holder {
  margin-bottom: 0px;
}

.btn.btn-salva:disabled {
  height: 55px;
  background-color: #757575;
  border-color: #757575;
}

.col-dati-salva .btn.btn-salva {
  height: 55px;
  width: 200px;
  background-color: #006729;
  color: #fff;
  font-family: "hdi-gerling_sansBdCn";
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
}

/*.btn.btn-secondary.btn-salva {

    width: 215px;
    height: 55px;
    background-color: $hdi-green;


}*/
.col-dati-salva .btn.btn-salva:hover {
  background-color: #006729;
  border-color: #006729;
}

.btn.btn-revoca:disabled {
  background-color: #757575;
  border-color: #757575;
}

.col-dati-salva .btn.btn-revoca {
  height: 55px;
  width: 200px;
  background-color: #006729;
  color: #fff;
  font-family: "hdi-gerling_sansBdCn";
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  border-radius: 8px;
}

.btn.btn-secondary.btn-revoca:hover {
  height: 55px;
  background-color: #006729;
  border-color: #006729;
}

/*-- button --*/
#datiAccountMainSection .help-block {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .col-dati-salva {
    text-align: center;
  }
  .form-dati {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    width: 90%;
    margin: 0 auto;
  }
  .portlet-title-text {
    text-align: center;
  }
  .title-center {
    text-align: center;
  }
  /*         .mail-title {

              text-align: center;

          }


          .social-title {

              text-align: center;

          }

          .psw-title {

              text-align: center;

          }
       */
}
.soggetto-card h3 {
  font-family: "hdi-gerling_sansbold";
  color: #006729;
  border-bottom: 3px solid #006729;
  width: 100%;
  font-size: 16px;
  margin-bottom: 0px;
}

.soggetto-card-inner {
  margin-left: 20px;
}

.soggetto-card:first-of-type .soggetto-card-inner {
  margin-left: 0px;
}

.soggetto-card .soggetto {
  display: none;
  background: #f4f4f4;
  padding: 20px;
  padding-bottom: 10px;
  padding-top: 15px;
}

.soggetto-card .soggetto.first,
.soggetto-card.showall .soggetto {
  display: block;
  margin-bottom: 5px;
}

.soggetto-card .soggetto .nominativo i {
  margin-right: 8px;
  color: #006729;
}

.soggetto-card .soggetto .nominativo img {
  margin-right: 8px;
}

.soggetto-card .soggetto .nominativo {
  font-family: "hdi-gerling_sansbold";
  text-transform: capitalize;
}

.soggetto-card .soggetto .cf {
  font-family: "hdi-gerling_sanslight";
  font-size: 14px;
  font-style: italic;
}

.veditutti, .chiuditutti {
  float: right;
  font-size: 12px;
  display: none;
}

.veditutti.show, .chiuditutti.show {
  display: block;
}

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

.row.soggetti-row:first-of-type {
  margin-top: 0px;
}

@media (max-width: 767.98px) {
  .soggetto-card-inner {
    margin-left: 0px;
  }
}
.titolo-beni-persone {
  font-family: "hdi-gerling_sansbold";
  color: black;
  /* border-bottom: 3px solid #006729; */
  width: 100%;
  font-size: 16px;
  margin-bottom: 0px;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 6px;
  padding-left: 0px;
}

.beneassicurato-card {
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border-radius: 2px;
  padding-left: 30px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 30px;
  width: 100%;
  margin-bottom: 12px;
}

.open-dett-rischio {
  cursor: pointer;
}

.beneassicurato-card .titolo-bene {
  font-family: "hdi-gerling_sansbold";
}

.beneassicurato-card .cod-fisc,
.beneassicurato-card .ruolo,
.beneassicurato-card .birthday,
.beneassicurato-card .premio-type {
  font-family: "hdi-gerling_sanslight";
  font-style: italic;
  font-size: 14px;
  padding: 0px;
}

.beneassicurato-card .premio-value {
  font-family: "hdi-gerling_sansbold";
  color: #006729;
}

.beneassicurato-card .extracontent {
  padding-top: 10px;
  display: none;
}

.beneassicurato-card.showdetails .extracontent {
  display: block;
}

.beneassicurato-card .arrow i::before {
  color: #006729;
  transition: 0.27s linear all;
  cursor: pointer;
}

.beneassicurato-card.showdetails .arrow i::before {
  transform: rotate(180deg);
}

.beneassicurato-card .extracontent .row .voce {
  padding-left: 0px;
}

.beneassicurato-card .extracontent .sezione.row {
  padding-top: 10px;
  border-top: 1px lightgray solid;
}

.titolo-beni-persone {
  font-family: "hdi-gerling_sansbold";
  color: black;
  /* border-bottom: 3px solid #006729; */
  width: 100%;
  font-size: 16px;
  margin-bottom: 0px;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 6px;
  padding-left: 0px;
}

.beneassicurato-card .rischi {
  display: none;
}

.beneassicurato-modal {
  padding: 20px;
}

.beneassicurato-modal .rischi {
  display: none;
}

h3.rischio-titolo {
  font-family: "hdi-gerling_sansbold";
  color: #006729;
  /* border-bottom: 3px solid #006729; */
  width: 100%;
  font-size: 16px;
  margin-bottom: 0px;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 6px;
  padding-left: 0px;
  margin-top: 0px;
}

.rischi-main {
  padding: 20px;
  background: #eeefef;
}

.rischio-descrizione {
  background: #eeefef;
  margin-left: -20px;
  padding: 20px;
  margin-right: -20px;
  font-size: 14px;
}

.rischi-footer {
  font-size: 10px;
  text-align: justify;
  background: #fff;
  padding: 20px;
}

.rischi-main .chiave,
.rischi-main .valore {
  font-family: "hdi-gerling_sansbold";
  color: black;
  font-size: 16px;
  text-transform: uppercase;
}

.pagamento-card > .row {
  margin-left: 0px;
  margin-right: 0px;
}

@media (max-width: 767.98px) {
  #white-modal-bass {
    z-index: 999;
  }
  .beneassicurato-card .titolo-bene {
    font-family: hdi-gerling_sansregular;
    font-size: 28px;
    color: #000000;
    letter-spacing: 0.16px;
    text-transform: capitalize;
  }
  .beneassicurato-modal .titolo-bene {
    font-size: 25px;
  }
  .beneassicurato-card .birthday,
  .beneassicurato-card .titolo-bene {
    border-bottom: 1px solid #C6C7C8;
  }
  .beneassicurato-modal .birthday,
  .beneassicurato-modal .titolo-bene {
    border-bottom: none;
  }
  .beneassicurato-modal .sezione {
    margin-top: 10px;
    border-bottom: 1px solid #C6C7C8;
  }
  .beneassicurato-card .cod-fisc,
  .beneassicurato-card .ruolo,
  .beneassicurato-card .birthday {
    font-family: hdi-gerling_sansregular;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0.1px;
    line-height: 22px;
    text-transform: none;
  }
  .beneassicurato-card .cod-fisc {
    text-transform: uppercase;
  }
  .beneassicurato-card {
    width: 91vw;
  }
  .beneassicurato-card .col-info-premio {
    text-align: center;
    font-size: 125%;
    margin-top: 10px;
  }
  .beneassicurato-card .infobox {
    color: #727272;
    font-size: 28px;
    /* float: right; */
    text-align: right;
  }
}
.pagamenti-title {
  font-family: "hdi-gerling_sansbold";
  color: black;
  /* border-bottom: 3px solid #006729; */
  width: 100%;
  font-size: 16px;
  margin-bottom: 0px;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 15px;
  padding-left: 0px;
}

.pagamenti-title-holder {
  margin-left: 0px;
  padding-left: 0px;
}

.pagamento-card {
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 12px;
}

.pagamento-card .alert-message {
  color: #cb0018;
  padding-right: 14px;
  padding-top: 14px;
  padding-left: 14px;
  height: 73px;
}

.pagamento-importo {
  font-family: "hdi-gerling_sansbold";
  color: #006729;
  text-align: right;
  padding-right: 20px;
}

.pagato .pagamento-importo {
  color: #bebebe;
}

.pagamento-title {
  background: #006725;
  color: white;
  padding: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "hdi-gerling_sansbold";
}

.pagato .pagamento-title {
  background: #bebebe;
}

.pagato .btn-primary.btn-default:hover, .pagato .btn-default:hover {
  background-color: #6C6F70;
  border-color: #6C6F70;
}

.pagamento-scadenza {
  text-align: center;
  padding: 10px;
  font-family: "hdi-gerling_sansbold";
}

.pagamento-data-row {
  padding-right: 35px;
}

.pagamento-data {
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #006729;
  line-height: 0.1em;
  margin: 10px 0 20px;
  margin-left: 17px;
  font-family: "hdi-gerling_sanslight";
  color: #006729;
  font-size: 17px;
}

.pagato .pagamento-data {
  color: #bebebe;
  border-bottom: 2px solid #bebebe;
}

.pagamento-data span {
  background: #fff;
  padding: 0 20px;
}

.btn-paga {
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  background: #006725;
  color: white;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  width: 191px;
  height: 33px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
  border: none;
}

.pagato .btn-paga {
  background: #bebebe;
}

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

.row.pagamenti:first-of-type {
  margin-top: 0px;
}

@media (max-width: 767.98px) {
  .pagamenti-title {
    margin-top: 15px;
  }
  .pagamenti-title-holder {
    margin-right: 0px;
    padding-right: 0px;
  }
  .col-pagamento-card {
    margin: 0 auto;
    width: 100vw;
  }
}
.documento-card {
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border-radius: 2px;
  color: #006729;
  text-transform: uppercase;
  font-family: "hdi-gerling_sansbold";
  border-left: 8px #006729 solid;
  padding: 20px;
  margin-right: 10px;
}

.documenti-titolo {
  font-family: "hdi-gerling_sansbold";
  color: black;
  width: 100%;
  font-size: 16px;
  margin-bottom: 0px;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 15px;
  padding-left: 0px;
}

.documenti-link {
  margin-top: 35px;
  font-size: 16px;
  color: #3FA96A;
  letter-spacing: 0;
  white-space: nowrap;
}

.documenti-link i {
  padding-left: 5px;
  font-size: 16px;
  color: #006729;
  text-decoration: none;
}

.download-documenti {
  position: absolute;
  right: 0;
  top: 0px;
}

.documenti a {
  text-decoration: none;
}

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

.row.documenti:first-of-type {
  margin-top: 0px;
}

@media (max-width: 767.98px) {
  .documento-card {
    /* margin-right: 10px; */
    margin-right: 0;
  }
}
.btn-richiesta-fascicolo {
  font-family: "hdi-gerling_sansBdCn";
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #006729;
  color: white;
  font-size: 14px;
  padding-left: 1em;
  padding-right: 1em;
}

.p-richiesta-fascicolo {
  margin-top: 15px;
}

.p-nota-val-riscatto {
  margin-top: 10px;
  font-size: small;
}

.view-dettaglio-polizze .contratto-subinfo {
  margin-top: 20px;
  font-family: "hdi-gerling_sansregular";
  font-size: 15px;
  color: #000000;
  letter-spacing: 0.1px;
  line-height: 22px;
  font-style: italic;
}

.col-contratto-vr {
  padding-right: 0px;
}

.contratto-text-vr {
  font-size: 19px !important;
  white-space: normal !important;
}

.view-dettaglio-polizze .tipo-polizza h3 {
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  color: #6C6F70;
  text-transform: uppercase;
}

.view-dettaglio-polizze .title-text {
  font-family: "hdi-gerling_sanslight_italic";
  font-size: 12px;
  color: #006729;
  /*  padding-left: 20px;*/
  text-transform: capitalize;
}

.view-dettaglio-polizze .title-text-btn {
  font-family: "hdi-gerling_sanslight_italic";
  font-size: 12px;
  color: #006729;
  padding-left: 20px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: block;
  text-overflow: ellipsis;
}

.view-dettaglio-polizze .n-polizza h1 {
  font-family: "hdi-gerling_sansbold";
  font-size: 28px;
  color: #006729;
}

.view-dettaglio-polizze .col-icona {
  padding-left: 0;
}

.view-dettaglio-polizze .icon img {
  width: 75px;
  text-align: center;
  padding-top: 3px;
}

.view-dettaglio-polizze .col-n-agenzia {
  padding-right: 0;
  width: 88%;
}

.lfr-panel .toggler-header {
  background-color: #fff;
}

.view-dettaglio-polizze .info {
  max-width: 25px;
  height: 25px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #006729;
  text-align: left;
  vertical-align: middle;
  -webkit-box-shadow: 0px 0px 3px -2px rgb(33, 33, 33);
  -moz-box-shadow: 0px 0px 3px -2px rgb(33, 33, 33);
  box-shadow: 0px 0px 4px -2px rgb(33, 33, 33);
  padding-left: 0;
}

.view-dettaglio-polizze .sinistri-aperti-info {
  padding-left: 0;
}

.view-dettaglio-polizze .icon-position-sign {
  margin-right: 10px;
  color: #006729;
}

.row-agenzia-home {
  margin-right: 0px;
  width: auto;
  float: right;
}

.view-dettaglio-polizze .icon-text {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding-left: 9px;
  font-size: 14px;
}

.view-dettaglio-polizze .btn-agenzia {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  user-select: none;
  margin-bottom: 0px;
  height: 25px;
  background-color: #F8F8F8;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  z-index: 1000;
  padding-right: 5px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  width: 226px;
  margin-left: 50px;
  box-shadow: 0px 0px 20px -8px;
  border: none;
}

.view-dettaglio-polizze #dropdownMenuButton.btn-agenzia[aria-expanded=true] {
  border-top-right-radius: 0;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
  background: #F8F8F8;
  box-shadow: 0px 0px 20px -8px;
}

.view-dettaglio-polizze .dropdown-agenzia.dropdown-menu.show {
  display: block;
  position: absolute;
  will-change: transform;
  width: 275px;
  top: -1px !important;
  left: 0px;
  transform: translate3d(0px, 55px, 0px);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: none;
  background-color: #f8f8f8 !important;
  box-shadow: 0px 6px 25px -19px;
}

.view-dettaglio-polizze .dropdown-agenzia.dropdown-menu {
  z-index: 1000;
  display: none;
  float: left;
  max-width: 100%;
  padding: 0.5rem 0;
  margin: 0 0 0;
  font-size: 1rem;
  list-style: none;
  background-color: #F8F8F8;
  background-clip: padding-box;
  border-radius: 0;
}

.title-text .icon-class-btn {
  margin-right: 5px;
}

/*-- button profilo --*/
/*-- dropdown-sinistri --*/
.view-dettaglio-polizze .dropdown-sinistri-content {
  padding: 20px 28px;
  height: auto;
  width: 100%;
  background-color: #fff;
  /*position:absolute;*/
  z-index: 1000;
  display: none;
  max-width: 100%;
  position: relative;
  /* top: -13px;*/
  left: 15px;
  background-color: #fff;
  background-clip: padding-box;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 1px solid #C6C7C8;
  -webkit-box-shadow: 0px 0px 7px -4px rgb(33, 33, 33);
  -moz-box-shadow: 0px 0px 7px -4px rgb(33, 33, 33);
  box-shadow: 0px 0px 7px -4px rgb(33, 33, 33);
  right: 30px;
}

.view-dettaglio-polizze .dropdown-sinistri-content.visible {
  display: block;
}

.view-dettaglio-polizze .wrapper-sinistri-content-top {
  justify-content: space-between;
  margin-bottom: 20px;
}

.view-dettaglio-polizze .wrapper-sinistri-content-bottom {
  justify-content: space-between;
}

.view-dettaglio-polizze .x {
  display: flex;
}

.view-dettaglio-polizze .btn-sinistri.btn-sinistri-show {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-right: 15px;
}

/*-- dropdown-sinistri --*/
/*-- button sinistri --*/
.view-dettaglio-polizze .btn-sinistri {
  outline: 0px;
  font-family: "hdi-gerling_sansBdCn";
  text-transform: uppercase;
  width: 220px;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #006729;
  color: white;
  font-size: 16px;
}

/*-- button sinistri --*/
.view-dettaglio-polizze .wrapper-sinistri {
  padding: 15px;
}

.view-dettaglio-polizze .row-sinistri {
  display: flex;
  justify-content: space-between;
}

.view-dettaglio-polizze .btn-apri-sinistri {
  height: 35px;
  background-color: #006729;
  font-family: "hdi-gerling_sansBdCn";
  text-transform: uppercase;
  color: #fff;
  border-radius: 8px;
  max-width: 200px;
  text-align: center;
  padding: 3.75px;
  margin-left: 15px;
  width: 200px;
}

.view-dettaglio-polizze .btn-apri-sinistri > a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.view-dettaglio-polizze .row-contratto {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

/*
.view-dettaglio-polizze .col-contratto {
width: 250px;
height: 100px;

}*/
.view-dettaglio-polizze .contratto-text {
  font-family: "hdi-gerling_sansbold";
  font-size: 20px;
  color: #727272;
  letter-spacing: 0.11px;
  text-transform: uppercase;
  display: block;
  white-space: nowrap;
}

.view-dettaglio-polizze .contratto-info {
  margin-top: 20px;
  font-family: "hdi-gerling_sansregular";
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.1px;
  line-height: 22px;
}

@media (max-width: 767.98px) {
  .view-dettaglio-polizze .btn-apri-sinistri {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .row-agenzia {
    margin: 0 auto;
  }
  .view-dettaglio-polizze .col-n-agenzia {
    padding-right: 0;
    margin: 0 auto;
    padding-left: 0;
  }
  .view-dettaglio-polizze .btn-agenzia {
    z-index: 0;
    left: 3px;
    position: relative;
  }
  .view-dettaglio-polizze .icon img {
    width: 37px;
    text-align: left;
    padding-top: 0px;
  }
  .view-dettaglio-polizze .tipo-polizza h3 {
    font-size: 16px;
    color: #6C6F70;
    text-transform: uppercase;
    font-family: "hdi-gerling_sansbold";
  }
  .view-dettaglio-polizze .n-polizza h1 {
    font-family: "hdi-gerling_sansbold";
    font-size: 20px;
    color: #006729;
    text-transform: uppercase;
    margin-top: -5px;
  }
  .view-dettaglio-polizze .col-info {
    background: white;
    /* padding-right: 30px; */
    margin-left: -26px;
    margin-right: -26px;
    width: 200%;
    margin-top: -13px;
    padding-top: 14px;
  }
  .view-dettaglio-polizze .btn-agenzia {
    border: none;
    margin: 0 auto;
    width: 87vw;
  }
  .view-dettaglio-polizze .title-text-btn {
    padding-left: 10px;
  }
  .view-dettaglio-polizze .dropdown-menu.show {
    width: 87vw;
    border: none;
    padding: 10px 10px;
    background-color: #f8f8f8;
    box-shadow: 0px 15px 80px -68px;
  }
  .view-dettaglio-polizze #dropdownMenuButtonMobile.btn-agenzia[aria-expanded=true] {
    border-top-right-radius: 0;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border: none;
    background: #F8F8F8;
    box-shadow: 0px 0px 20px -8px;
  }
  .view-dettaglio-polizze .col-agenzia {
    padding-right: 0px;
    padding-left: 0px;
  }
  .view-dettaglio-polizze span.icon {
    padding-left: 40%;
  }
  .view-dettaglio-polizze .row-agenzia {
    margin-bottom: 20px;
  }
  .view-dettaglio-polizze .col-contratto {
    width: 100%;
    /* height: 100px; */
    height: initial;
    margin-bottom: 10px;
    border-bottom: 1px solid #C6C7C8;
    padding-bottom: 10px;
  }
  .view-dettaglio-polizze .row-contratto {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .view-dettaglio-polizze .soggetti-row {
    background: white;
    margin: 0 -24px;
    padding: 20px;
  }
  .view-dettaglio-polizze .sinistri-aperti-info {
    margin: 0 -42px;
    background: #006729;
    color: white;
    padding: 10px;
  }
  .view-dettaglio-polizze .sinistri-aperti-info i.icon-position-sign {
    color: white;
  }
  .view-dettaglio-polizze .sinistri-aperti-info i {
    font-size: 24px;
    top: 8px;
    position: relative;
  }
  .view-dettaglio-polizze .sinistri-aperti-info {
    font-family: hdi-gerling_sanslight_italic;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.08px;
    line-height: 22px;
  }
  .view-dettaglio-polizze .sinistri-aperti-info > a {
    text-decoration: none;
    color: white;
  }
  .view-dettaglio-polizze .btn-azioni-dispositive_holder {
    position: fixed;
    z-index: 99;
    background: white;
    bottom: 0px;
    left: 0px;
    width: 100vw;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .view-dettaglio-polizze .dropdown-sinistri-content.visible {
    display: block;
    bottom: 60px;
    position: fixed;
    left: 0;
    width: 100vw;
    margin: 0 0;
    right: 0;
    border-radius: 0;
    z-index: 800;
    top: initial;
  }
  .view-dettaglio-polizze .btn-azioni-dispositive_holder {
    padding-top: 13px;
    padding-bottom: 13px;
    height: 60px;
  }
  .view-dettaglio-polizze .btn-azioni-dispositive_holder.opened {
    z-index: 800;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .view-dettaglio-polizze .col-n-agenzia {
    padding-right: 0;
    width: 88%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1187px) {
  .view-dettaglio-polizze .col-n-agenzia {
    padding-right: 0;
    width: 87%;
  }
}
.voucher-card {
  margin-top: 20px !important;
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding-left: 30px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 30px;
  width: 100%;
  margin-bottom: 12px;
}

.continua-leggere-post {
  display: none;
}

.a-continua-leggi {
  font-family: "hdi-gerling_sansregular";
  font-size: 12px;
  color: #3fa96a;
  letter-spacing: 0;
}

.voucher-title {
  text-align: center;
  padding: 15px;
  font-family: "hdi-gerling_sansbold";
}

.div-btn-attiva-voucher {
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}

.btn-attiva-voucher {
  height: 35px;
  width: 200px;
}

.p-voucher {
  margin-top: 1rem;
  margin-bottom: 0.1rem;
}

.columns-max {
  background: white;
}

.div-btn-voucher {
  padding-top: 20px;
  text-align: center;
}

.div-btn-voucher-success {
  padding-top: 30px;
  text-align: center;
}

.div-attiva-voucher {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-cellulare-voucher {
  padding-top: 20px;
}

.div-msg-voucher {
  padding-top: 40px;
}

.div-attiva-voucher-success {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.btn-invia-codice-voucher {
  height: 52px;
  width: inherit;
}

.modal-content.consensi-modal-content {
  border-radius: 10px;
}

.consensi-modal .dialog-iframe-modal {
  border-radius: 8px;
}

.consensi-modal .close:last-child {
  color: #fff;
}

.consensi-modal .modal-header {
  background-color: #006729;
  height: 55px;
  color: #fff;
}

.consensi-modal .modal-title {
  font-family: "hdi-gerling_sansbold";
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.09px;
  text-transform: uppercase;
}

.consensi-modal .form-checkbox {
  background-color: #EEEEEE;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  width: 760px;
  height: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

/*-- area text --*/
.consensi-modal .text-privacy {
  font-family: "hdi-gerling_sanslight";
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.1px;
  text-align: center;
  padding-top: 20px;
}

.consensi-modal .informativa-text {
  margin-top: 20px;
}
.consensi-modal .informativa-text a {
  font-family: "hdi-gerling_sansregular";
  font-size: 12px;
  color: #3FA96A;
  letter-spacing: 0;
}

/*-- area text --*/
/*-- area button --*/
.consensi-modal .consensi-row {
  margin-bottom: 40px;
}

.consensi-modal .btn-consensi {
  margin-top: 35px;
}

.consensi-modal .icon-pencil {
  padding-left: 5px;
}

.consensi-modal .btn.btn-generali {
  width: 200px;
  height: 55px;
  background-color: #006729;
  color: #fff;
}
.consensi-modal .btn.btn-generali .row-text-1 {
  font-family: "hdi-gerling_sanslight";
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.1px;
  text-align: center;
  line-height: 16px;
}
.consensi-modal .btn.btn-generali .row-text-2 {
  font-family: "hdi-gerling_sansbold";
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.09px;
  text-align: center;
}

.consensi-modal .btn.btn-generali.generali-disabled {
  background-color: #fff;
  border: 2px solid #006729;
}
.consensi-modal .btn.btn-generali.generali-disabled .row-text-1 {
  font-family: "hdi-gerling_sanslight";
  font-size: 18px;
  color: #006729;
  letter-spacing: 0.1px;
  text-align: center;
  line-height: 16px;
}
.consensi-modal .btn.btn-generali.generali-disabled .row-text-2 {
  font-family: "hdi-gerling_sansbold";
  font-size: 16px;
  color: #006729;
  letter-spacing: 0.09px;
  text-align: center;
}

.consensi-modal .btn.btn-parziali {
  width: 200px;
  height: 55px;
  background-color: #006729;
  color: #fff;
}

.consensi-modal .btn.btn-parziali.parziali-disabled {
  background-color: #fff;
  border: 2px solid #006729;
}
.consensi-modal .btn.btn-parziali.parziali-disabled .row-text-1 {
  font-family: "hdi-gerling_sanslight";
  font-size: 18px;
  color: #006729;
  letter-spacing: 0.1px;
  text-align: center;
  line-height: 16px;
}
.consensi-modal .btn.btn-parziali.parziali-disabled .row-text-2 {
  font-family: "hdi-gerling_sansbold";
  font-size: 16px;
  color: #006729;
  letter-spacing: 0.09px;
  text-align: center;
}

.consensi-modal .btn.btn-generali:hover {
  background-color: none;
}

.consensi-modal .btn.btn-parziali:hover {
  background-color: none;
}

.consensi-modal .btn.btn-salva {
  width: 200px;
  height: 35px;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  border-radius: 8px;
  text-transform: uppercase;
  font-family: "hdi-gerling_sansBdCn";
  background-color: #006729;
  color: #fff;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 30px;
}

.consensi-modal .btn.btn-salva:hover {
  background-color: #006729;
}

.consensi-modal .icon-ok {
  margin-right: 5px;
}

.consensi-modal .titolo-checkbox {
  margin-bottom: 8px;
}

.consensi-modal .h5-checkbox {
  font-family: "hdi-gerling_sansbold";
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.09px;
  text-transform: uppercase;
}

.consensi-modal .obbligatorio-checkbox {
  font-family: "hdi-gerling_sanslight";
  font-size: 18px;
  color: #727272;
  letter-spacing: 0.1px;
  line-height: 22px;
}

.consensi-modal .a-checkbox {
  font-family: "hdi-gerling_sansregular";
  font-size: 12px;
  color: #3FA96A;
  letter-spacing: 0;
}

.consensi-modal .description-checkbox {
  font-family: "hdi-gerling_sanslight";
  font-size: 18px;
  color: #727272;
  letter-spacing: 0.1px;
  line-height: 22px;
}

.consensi-modal .border-checkbox {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.consensi-modal .border-checkbox:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/*-- area form --*/
@media (max-width: 767.98px) {
  .consensi-modal .border-checkbox {
    margin-right: 16px;
    margin-left: 16px;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .consensi-modal .checkbox-test {
    padding-left: 35px;
  }
  /* .text-privacy {

          font-family: 'hdi-gerling_sansregular';
          font-size: 18px;
          color: #000000;
          letter-spacing: 0.1px;
          text-align: center;
          //line-height: 22px;
          padding-top: 20px;

      } */
  .consensi-modal .radio, .checkbox {
    padding-left: 0;
  }
  .consensi-modal .btn.btn-modal.btn-salva {
    width: 90%;
    height: 35px;
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .consensi-modal .btn.btn-generali {
    margin-bottom: 20px;
  }
  .consensi-modal .informativa-text {
    margin-bottom: 0;
  }
  .text-sm-down .informativa-text a {
    margin-right: 40px;
  }
  .form-checkbox {
    padding-left: 30px;
    padding-right: 30px;
  }
  .border-checkbox {
    margin-right: 0;
  }
}
.sinistri-title {
  font-family: hdi-gerling_sansbold;
  font-size: 28px;
  color: #016629;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}

.sinistri-richieste-title {
  border-bottom: 1px solid #016629;
  margin-bottom: 25px;
  font-family: hdi-gerling_sansbold;
  font-size: 20px;
  color: #016629;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}

.sinistri-descr {
  font-family: hdi-gerling_sansregular;
  font-size: 18px;
  color: #727272;
  letter-spacing: 0.1px;
  line-height: 22px;
}

.sinistri-area-title {
  margin-top: 35px;
  font-family: hdi-gerling_sansbold;
  font-size: 16px;
  color: #016629;
  letter-spacing: 0.09px;
  text-transform: uppercase;
}

.list_sinistri .sinistri-area-title > img {
  height: 39px;
  margin-right: 10px;
}

.list_sinistri .sinistri-area-title > span {
  margin-left: 5px;
}

.sinistro-card {
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 40px;
}

.sinistro-card .topper {
  height: 31px;
}

.sinistro-card .topper .status {
  background: #E7F7EB;
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  color: #016629;
  letter-spacing: 0;
  text-align: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  /* vertical-align: bottom; */
  text-transform: uppercase;
  padding-top: 4px;
}

.sinistro-card .number {
  font-size: 28px;
  color: #000000;
  letter-spacing: 0.16px;
}

.sinistro-card .number .waiting {
  font-family: hdi-gerling_sanslight;
  font-size: 14px;
  color: #727272;
  letter-spacing: 0.08px;
  line-height: 22px;
  font-style: italic;
}

.sinistro-card .bene {
  font-family: hdi-gerling_sanslight;
  font-style: italic;
  font-size: 14px;
  color: #727272;
  letter-spacing: 0.08px;
  line-height: 22px;
}

.sinistro-card .details {
  padding: 20px;
}

.sinistro-card .details p {
  margin-bottom: 5px;
}

.sinistro-card .gotodet {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  background: #239D54;
  border-radius: 0 0 2px 2px;
  border-radius: 0px 0px 2px 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
}

.sinistro-card .gotodet_holder > * {
  padding: 0px;
}

.sinistro-card .gotodet_holder {
  margin: 0px;
}

.sinistro-card .details .infosin {
  font-family: hdi-gerling_sanslight;
  font-style: italic;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.08px;
  line-height: 22px;
  border-left: 1px lightgray solid;
  padding-left: 15px;
  padding-top: 12px;
}

.sinistro-card .details .infosin span {
  color: #727272;
}

@media (max-width: 767.98px) {
  .sinistro-card .downer {
    height: 31px;
    background: #E7F7EB;
  }
  .sinistro-card .downer .status {
    background: white;
    font-family: "hdi-gerling_sansBdCn";
    font-size: 16px;
    color: #016629;
    letter-spacing: 0;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    /* vertical-align: bottom; */
    text-transform: uppercase;
    padding-top: 4px;
  }
  .sinistro-card .bene {
    font-family: "hdi-gerling_sansregular";
    font-style: normal;
    font-size: 18px;
    color: #727272;
    letter-spacing: 0.1px;
    line-height: 22px;
  }
  .sinistro-card .number {
    font-size: 18px;
    color: #016629;
    letter-spacing: 0.1px;
    line-height: 22px;
  }
  .sinistro-card .evento {
    font-family: hdi-gerling_sanslight_italic;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.08px;
    text-align: center;
    line-height: 22px;
  }
  .sinistro-card .number-row {
    border-bottom: 1px solid #006729;
    margin-bottom: 15px;
  }
  .sinistro-card h3 {
    font-size: 28px;
    color: #016629;
    letter-spacing: 0.16px;
  }
  .sinistro-card .part2 {
    background: #E7F7EB;
    padding-top: 30px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 10px;
  }
  .sinistro-card .p-evento {
    margin: 0 auto;
  }
  .sinistro-card.hidden-sm-up {
    text-decoration: none;
    display: block;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  a.sinistri-open-fab {
    border-radius: 50%;
    background: #006729;
    width: 56px;
    height: 56px;
    position: absolute;
    top: -125px;
    right: 20px;
    font-size: 21px;
    text-decoration: none;
    cursor: pointer;
    display: block;
    text-align: center;
  }
  a.sinistri-open-fab i {
    line-height: 56px;
    color: white;
    text-decoration: none;
    text-align: center;
  }
}
.denuncia-sinistro-title {
  font-family: hdi-gerling_sansbold;
  font-size: 28px;
  color: #016629;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}

.denuncia-sinistro-fieldset {
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  margin-top: 20px;
  max-width: initial;
}

.denuncia-sinistro-fieldset .quando {
  font-size: 18px;
  color: #016629;
  letter-spacing: 0.1px;
  line-height: 22px;
}

.denuncia-sinistro-fieldset .field_hint {
  font-size: 12px;
  color: #006729;
  letter-spacing: 0.57px;
  line-height: 17px;
  margin-left: 20px;
}

.denuncia-sinistro-fieldset .data {
  width: 100%;
  height: 56px;
}

.denuncia-sinistro-fieldset .field_holder {
  position: relative;
  width: 33%;
  height: 56px;
}

.denuncia-sinistro-fieldset .field_holder i {
  position: absolute;
  right: 20px;
  top: 20px;
}

.denuncia-sinistro-fieldset .dseparator {
  /*margin-right: 30px;
  margin-left: 30px;*/
  border-bottom: 1px solid lightgray;
  margin-bottom: 25px;
  margin-top: 25px;
}

.denuncia-sinistro-fieldset .btn-seleziona-polizza,
.denuncia-sinistro .btn-prosegui {
  width: 100%;
  height: 29px;
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  background: #006729;
  text-transform: uppercase;
  line-height: 29px;
  padding: 0px;
}

.denuncia-sinistro-fieldset .btn-seleziona-polizza {
  margin-top: 35px;
}

.denuncia-sinistro .modal .close:last-child {
  margin-right: 5px;
  width: 24px;
}

.denuncia-sinistro .btn-prosegui {
  width: 100%;
  margin-bottom: 35px;
  margin-top: 10px;
  left: 15px;
  position: relative;
}

.denuncia-sinistro .btn-prosegui:disabled {
  background: #BDBDBD;
  opacity: 1;
  border: none;
}

.denuncia-sinistro-fieldset .title {
  font-size: 18px;
  color: #016629;
  letter-spacing: 0.1px;
  line-height: 22px;
}

.denuncia-sinistro-fieldset .no-polizza {
  border: 1px solid #016629;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  vertical-align: middle;
  height: 66px;
  width: 484px;
  max-width: 100%;
  font-size: 14px;
  color: #727272;
  letter-spacing: 0.08px;
  text-align: center;
  line-height: 22px;
  font-family: hdi-gerling_sanslight;
  font-style: italic;
}

.select-polizza-card {
  background: white;
  border: 1px solid rgba(1, 102, 41, 0.2);
  border-radius: 10px;
  padding: 12px;
  cursor: pointer;
  margin-bottom: 10px;
}

.select-polizza-card img {
  height: 39px;
}

.select-polizza-modal-body,
.select-polizza-modal-body-inner {
  padding: 10px;
}

.select-polizza-modal-body .infodescr {
  font-family: hdi-gerling_sanslight;
  font-style: italic;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.08px;
  line-height: 22px;
  padding: 10px;
}

.select-polizza-card .beneassicurato {
  font-family: hdi-gerling_sansbold;
  font-size: 16px;
  color: #016629;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}

.select-polizza-card .beneassicurato-dettaglio {
  font-family: hdi-gerling_sanslight;
  font-style: italic;
  font-size: 16px;
  color: black;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}

.select-polizza-card .numpolizza-label,
.select-polizza-card .numpolizza {
  font-family: hdi-gerling_sanslight;
  font-style: italic;
  font-size: 16px;
  color: black;
  letter-spacing: 0.16px;
}

.select-polizza-card .numpolizza {
  color: #727272;
}

.modal-col-md-8 {
  max-width: 66.6667%;
  flex: 0 0 66.6667%;
}

.modal-col-md-2 {
  max-width: 16.6667%;
  flex: 0 0 16.6667%;
}

.modal-col-md-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.modal-col-md-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.padding-left-zero {
  padding-left: 0px;
}

.denuncia-sinistro-fieldset .tipo-evento-row {
  margin-top: 12px;
}

.denuncia-sinistro-fieldset .control-label {
  display: none;
}

.denuncia-sinistro-fieldset .help-block {
  margin: 0;
}

.denuncia-sinistro-fieldset #evento,
.denuncia-sinistro-fieldset.closed {
  display: none;
}

.denuncia-sinistro-fieldset .field_disclaimer {
  background: #E7F7EB;
  font-family: hdi-gerling_sanslight;
  font-style: italic;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.08px;
  line-height: 22px;
  padding: 15px;
  margin: -15px;
  margin-bottom: -20px;
}

.denuncia-sinistro-fieldset .field_disclaimer i {
  font-size: 18px;
  color: #006729;
}

.denuncia-sinistro-fieldset .btn-aggiungi-veicolo,
.denuncia-sinistro-fieldset .btn-upload {
  color: #fff;
  background: #006729;
  height: 35px;
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
}

.denuncia-sinistro-fieldset .btn-aggiungi-veicolo, .denuncia-sinistro-fieldset .btn-upload {
  max-width: 100%;
}

.denuncia-sinistro-fieldset .upload-descr {
  font-family: hdi-gerling_sanslight;
  font-style: italic;
  font-size: 14px;
  color: #727272;
  letter-spacing: 0.08px;
  line-height: 22px;
}

.denuncia-sinistro-fieldset .lfr-dynamic-uploader button,
.denuncia-sinistro-fieldset .lfr-dynamic-uploader .or-text {
  display: none;
}

.denuncia-sinistro-fieldset .lfr-dynamic-uploader .upload-target {
  border: 2px dashed #efefef;
  margin-top: 15px;
}

.denuncia-sinistro-fieldset .lfr-dynamic-uploader .drop-file-text {
  font-family: hdi-gerling_sanslight;
  font-style: italic;
  font-size: 14px;
  color: #727272;
  letter-spacing: 0.08px;
  text-align: center;
  line-height: 22px;
}

.denuncia-sinistro-fieldset .lfr-dynamic-uploader .card-horizontal {
  background: #efefef;
  border: none;
  color: #006729;
}

.denuncia-sinistro-fieldset .lfr-dynamic-uploader .card-horizontal .delete-button {
  color: #727272;
}

.denuncia-sinistro-fieldset .lfr-dynamic-uploader .select-all-files,
.denuncia-sinistro-fieldset .lfr-dynamic-uploader .select-file {
  display: none;
}

.denuncia-sinistro-fieldset .lfr-dynamic-uploader .drop-file-text i {
  color: rgba(0, 0, 0, 0.54);
  font-size: 20px;
}

.select-spacefix .form-group,
.select-spacefix .field_hint {
  top: -30px;
  position: relative;
}

.trident .select-spacefix .form-group,
.trident .select-spacefix .field_hint {
  top: 0px;
}

.denuncia-sinistro-fieldset .extraTarga {
  position: relative;
}

.denuncia-sinistro-fieldset .removeTarga {
  position: absolute;
  top: 20px;
  right: 10px;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  /* hide progress bar for uploader on mobile due to a bug (never ending progress) */
  .lfr-upload-container .progress-bar, .lfr-upload-container .progress {
    display: none;
  }
  .select-polizza-card img {
    height: 24px;
  }
  .select-polizza-card .polizza-number-col {
    margin-top: 10px;
  }
  .denuncia-sinistro-fieldset {
    margin-right: 0px;
    margin-left: 0px;
  }
  .denuncia-sinistro-title {
    display: none;
  }
  .denuncia-sinistro .btn-prosegui {
    height: 56px;
  }
  .denuncia-sinistro .btn-prosegui-holder {
    margin-left: 15px;
    margin-right: 15px;
  }
  .denuncia-sinistro-fieldset .btn-seleziona-polizza {
    width: 100%;
    height: 56px;
  }
  .denuncia-sinistro-fieldset .btn-aggiungi-veicolo, .denuncia-sinistro-fieldset .btn-upload {
    width: 100%;
  }
  .denuncia-sinistro-fieldset .field_holder {
    width: 100%;
  }
  .denuncia-sinistro-fieldset .btn-aggiungi-veicolo, .denuncia-sinistro-fieldset .btn-upload {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 1500px) {
  .selected-polizza .hidden-sm-down {
    display: none;
  }
  .selected-polizza .hidden-sm-up {
    display: block !important;
  }
}
.hours-separator {
  line-height: 56px;
  text-align: center;
}

.hours-col {
  padding-right: 0px;
}

.minutes-col {
  padding-left: 0px;
}

.btn-download.hidden-sm-down.btn-doc-sinistro {
  display: inline-table;
}

.sinistro-card .bene img {
  height: 39px;
}

.sinistro-dettaglio .bene {
  font-family: hdi-gerling_sansregular;
  font-style: normal;
  font-size: 18px;
  color: #727272;
  letter-spacing: 0.1px;
  line-height: 22px;
}

.slider-stato {
  position: relative;
  margin-top: 35px;
}

.slider-stato .slider-part {
  background: #EEEEEE;
  height: 18px;
  position: relative;
}

.slider-stato .slider-part.active,
.slider-stato.gestione .slider-part-1,
.slider-stato.chiusura .slider-part-1,
.slider-stato.chiusura .slider-part-2,
.slider-stato[data-status=gestione] .slider-part-1,
.slider-stato[data-status=chiusura] .slider-part-1,
.slider-stato[data-status=chiusura] .slider-part-2 {
  cursor: pointer;
  background: #01A152;
}

.slider-stato .slider-part-1 {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}

.slider-stato .slider-part-2 {
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}

.slider-stato .slider-part:before,
.slider-stato .slider-part-2:after {
  display: block;
  background: white;
  width: 10px;
  height: 10px;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  z-index: 9;
  content: "";
  position: absolute;
}

.slider-stato .slider-part-2:before {
  left: -5px;
}

.slider-stato.gestione .slider-part:before {
  z-index: 8;
}

.slider-stato .check,
.slider-stato .mcheck {
  display: none;
}

.slider-stato.apertura .slider-part-1:after,
.slider-stato.gestione .check,
.slider-stato.chiusura .check,
.slider-stato[data-status=chiusura].gestione .mcheck {
  display: block;
  background: #006729;
  width: 22px;
  height: 22px;
  color: white;
  z-index: 8;
  position: absolute;
  content: "";
  border-radius: 50%;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
  text-align: center;
}

.slider-stato[data-status=chiusura].gestione .mcheck {
  top: -2px;
  right: -11px;
}

.slider-stato[data-status=gestione].apertura .slider-part-1 {
  border-radius: 9px;
  transform: translateX(9px);
  z-index: 9;
}

.slider-stato .slider-part:after {
  top: -2px;
  left: -2px;
}

.slider-stato.chiusura .check {
  right: -2px;
  top: -2px;
  z-index: 10;
}

.slider-stato.gestione .check {
  left: -5px;
  top: -2px;
}

.slider-stato[data-status=chiusura].gestione .check,
.slider-stato[data-status=chiusura].apertura .check,
.slider-stato[data-status=gestione].apertura .check {
  display: none;
}

.slider-stato .slabel {
  cursor: pointer;
  font-family: hdi-gerling_sanslight;
  font-style: italic;
  font-size: 14px;
  color: #016629;
  letter-spacing: 0.08px;
  text-align: center;
  line-height: 22px;
}

.slider-stato.apertura .slabel.apertura,
.slider-stato.gestione .slabel.gestione,
.slider-stato.chiusura .slabel.chiusura {
  font-family: hdi-gerling_sanslight;
  font-style: italic;
  font-size: 21px;
  color: #016629;
  letter-spacing: 0.12px;
  line-height: 33px;
}

.slider-stato .slabel.gestione {
  text-align: center;
}

.slider-stato .slabel.apertura {
  text-align: left;
  position: relative;
  left: -40px;
}

.slider-stato .slabel.chiusura {
  text-align: right;
  position: relative;
  left: 40px;
}

.slider-stato .slider-prev {
  cursor: pointer;
  text-align: left;
}

.slider-stato .slider-next {
  cursor: pointer;
  text-align: right;
}

.slider-stato.apertura .slider-prev {
  color: #727272;
}

.slider-stato.chiusura .slider-next,
.slider-stato[data-status=gestione].gestione .slider-next,
.slider-stato[data-status=apertura].apertura .slider-next {
  color: #727272;
}

.slider-stato .slider-part-2:after {
  right: 5px;
  z-index: 8;
  left: initial;
  top: 4px;
}

.slider-stato .callout-body {
  background: #EEEEEE;
  border-radius: 4px;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.slider-stato .callout-container {
  margin-top: 10px;
}

.slider-stato .callout-body {
  display: none;
  font-family: hdi-gerling_sanslight;
  font-style: italic;
  font-size: 14px;
  color: #727272;
  letter-spacing: 0.08px;
  line-height: 22px;
  width: 100%;
}

.slider-stato.apertura .callout-body.apertura,
.slider-stato.gestione .callout-body.gestione,
.slider-stato.chiusura .callout-body.chiusura {
  display: block;
}

.slider-stato .callout-body:empty {
  display: none !important;
}

/* callout arrow */
.callout-body:after, .callout-body:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.callout-body.apertura:after,
.callout-body.apertura:before {
  left: 9%;
}

.callout-body.chiusura:after,
.callout-body.chiusura:before {
  left: 91%;
}

.callout-body:after {
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #eeeeee;
  border-width: 7px;
  margin-left: -7px;
}

.callout-body:before {
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #eeeeee;
  border-width: 13px;
  margin-left: -13px;
}

/*end callout arrow */
.iconaNotaLavorazione {
  margin-right: 30px;
  margin-left: 10px;
  width: 60px;
}

.comunicazione-data {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #016629;
  line-height: 0.1em;
  margin: 10px 0 20px;
  font-family: hdi-gerling_sansbold;
  font-size: 24px;
  color: #016629;
  letter-spacing: 0.13px;
  text-align: center;
}

.comunicazione-data {
  margin-top: 35px;
}

.comunicazione-data:first-of-type {
  margin-top: 20px;
}

.comunicazione-data span {
  background: #fff;
  padding: 0 20px;
}

.slider-stato .comunicazioni {
  display: none;
  margin-top: 15px;
}

.slider-stato.apertura .comunicazioni.apertura,
.slider-stato.gestione .comunicazioni.gestione,
.slider-stato.chiusura .comunicazioni.chiusura {
  display: block;
}

.slider-stato .comunicazioni .title {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.1px;
  text-align: center;
  line-height: 22px;
}

.slider-stato .comunicazioni .descr {
  font-family: hdi-gerling_sanslight;
  font-style: italic;
  font-size: 14px;
  color: #727272;
  letter-spacing: 0.08px;
  text-align: center;
  line-height: 22px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.slider-stato .comunicazione img {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 39px;
}

.slider-stato .comunicazione > i {
  font-size: 39px;
  margin-bottom: 10px;
  margin-top: 25px;
  display: block;
}

.slider-stato .comunicazione > i.warning {
  color: #cb0018;
}

.slider-stato .comunicazione > i.accepted {
  color: #006729;
}

.sinistro-dettaglio .btn-download {
  color: #fff;
  background: #006729;
  width: 341px;
  height: 35px;
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
}

.sinistro-dettaglio .soggetto-card {
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border-radius: 2px;
  margin: 10px;
  padding: 25px;
  width: 100%;
  min-height: 273px;
}

.sinistro-dettaglio .soggetto-card:first-of-type {
  margin-left: 0px;
}

.sinistro-dettaglio .soggetto-card:last-of-type {
  margin-right: 0px;
}

.sinistro-dettaglio .soggetto-card .title {
  font-family: hdi-gerling_sansbold;
  font-size: 16px;
  color: #016629;
  letter-spacing: 0.09px;
  text-transform: uppercase;
}

.sinistro-dettaglio .soggetto-card .sname {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 28px;
  color: #000000;
  letter-spacing: 0.16px;
  border-bottom: 1px solid lightgray;
  margin-bottom: 30px;
  padding-bottom: 3px;
  font-family: "hdi-gerling_sansregular";
}

.sinistro-dettaglio .soggetto-card .infosign,
.sinistro-dettaglio .soggetto-card .icon {
  color: #727272;
  font-size: 20px;
}

.sinistro-dettaglio .soggetto-card .infosign {
  cursor: help;
}

@media (max-width: 767.98px) {
  .sinistro-card {
    background: transparent;
    box-shadow: none;
  }
  .sinistro-card .details .infosin {
    border-left: none;
  }
  .sinistro-header-mobile {
    background: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    height: 56px;
  }
  .sinistro-header-mobile .number {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0.1px;
    line-height: 22px;
    padding-top: 8px;
  }
  .sinistro-header-mobile .number-label {
    font-family: hdi-gerling_sanslight_italic;
    font-size: 14px;
    color: #727272;
    letter-spacing: 0.08px;
    line-height: 22px;
  }
  .sinistro-header-mobile .back i {
    text-decoration: none;
    color: #006729;
    font-size: 24px;
    line-height: 56px;
  }
  .slider-stato {
    position: relative;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .slider-stato .slider-bar {
    padding-right: 30px;
    padding-left: 30px;
  }
  .slider-stato.apertura .slabel.apertura,
  .slider-stato.gestione .slabel.gestione,
  .slider-stato.chiusura .slabel.chiusura {
    font-size: 16px;
  }
  .sinistro-card .details {
    padding-bottom: 0px;
  }
  .comunicazione-data span {
    background: transparent;
    padding: 0 20px;
    padding-left: 30px;
  }
  .comunicazione-data {
    text-align: left !important;
    border-bottom: none;
    margin-top: 0px !important;
  }
  .slider-stato .comunicazioni .descr {
    margin-bottom: 0px;
    padding-bottom: 30px;
    text-align: left;
    padding-left: 30px;
  }
  .comunicazione:last-of-type:after {
    background: #006729;
    width: 21px;
    height: 21px;
    position: relative;
    display: block;
    top: 0;
    left: -13px;
    content: "";
  }
  .comunicazione {
    border-left: 3px solid #006729;
  }
  .comunicazione:before {
    background: #01A152;
    /* border: 2px solid #01A152;*/
    width: 21px;
    height: 3px;
    position: relative;
    display: block;
    top: 0;
    left: 0px;
    content: "";
  }
  .slider-stato .comunicazioni {
    margin-top: 30px;
  }
  .comunicazioni:before {
    content: "";
    width: 3px;
    height: 20px;
    /* top: -231px; */
    left: 0px;
    /* top: -20px; */
    position: relative;
    background: #006729;
    display: none;
  }
  .slider-stato.apertura .comunicazioni.apertura:before,
  .slider-stato.gestione .comunicazioni.gestione:before,
  .slider-stato.chiusura .comunicazioni.chiusura:before {
    display: block;
  }
  .slider-stato.apertura .comunicazioni.apertura:empty:before,
  .slider-stato.gestione .comunicazioni.gestione:empty:before,
  .slider-stato.chiusura .comunicazioni.chiusura:empty:before {
    display: none;
  }
  .slider-stato .comunicazione {
    text-align: left !important;
  }
  .slider-stato .comunicazione .icon {
    padding-left: 30px;
  }
  .slider-stato .comunicazioni .title,
  .slider-stato .comunicazioni .a-download {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0.1px;
    line-height: 22px;
    text-align: left;
    padding-left: 30px;
    text-decoration: none;
  }
  .slider-stato .comunicazioni .a-download {
    text-transform: capitalize;
  }
  .slider-stato .comunicazioni .a-download i {
    color: #727272;
  }
  .sinistro-dettaglio .soggetto-card .infomain {
    font-size: 20px;
  }
  .sinistro-dettaglio .soggetto-card .sname {
    border-bottom: none;
    margin-bottom: 0px;
  }
  .sinistro-dettaglio .soggetto-card .infosign:hover:after {
    content: attr(title);
  }
  .sinistro-dettaglio .soggetto-card .title {
    font-family: hdi-gerling_sanslight_italic;
    font-size: 14px;
    color: #016629;
    letter-spacing: 0.08px;
    line-height: 22px;
  }
  .sinistro-dettaglio .soggetto-card .sname {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0.1px;
    line-height: 22px;
  }
  .sinistro-dettaglio .soggetto-card .extradata {
    margin-top: 25px;
  }
  .sinistro-dettaglio .soggetto-card {
    width: 90vw;
    /* margin-left: 15px; */
    /* margin-right: 15px; */
  }
  .sinistro-dettaglio .soggetto-card:last-of-type {
    margin: 0px auto 15px;
  }
}
/*'hdi-gerling_sanslight',
'hdi-gerling_sansbold',
'hdi-gerling_sansitalic',
'hdi-gerling_sansregular',
'hdi-gerling_sansBlkCn',
'hdi-gerling_sansBdCn',
'hdi-gerling_sansLtCn',
'hdi-gerling_sanscondensed',
'hdi-gerling_sanslight_italic', 
'hdi-gerling_sanslight',
sans-serif;*/
.col-title-contattaci {
  padding-left: 0;
}

.title-contattaci {
  font-family: "hdi-gerling_sansbold";
  font-size: 16px;
  color: #016629;
  letter-spacing: 0.09px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 10px;
}

.col-container-input {
  border-top: 4px solid #006729;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  /*     -webkit-box-shadow: 0px 0px 3px -2px rgba(33,33,33,1);
      -moz-box-shadow: 0px 0px 3px -2px rgba(33,33,33,1);
  	box-shadow: 0px 0px 3px -2px rgba(33,33,33,1); */
  padding: 30px 20px;
}

.title-input-contatti {
  font-family: "hdi-gerling_sansbold";
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.09px;
  text-transform: uppercase;
  text-align: left;
  line-height: 18px;
}

.caratteri-consentiti {
  font-family: "hdi-gerling_sansregular";
  font-size: 12px;
  color: #006729;
  letter-spacing: 0.57px;
  line-height: 17px;
  text-align: left;
  margin-top: 5px;
}

.col-oggetto-select {
  margin-top: 10px;
  margin-bottom: 30px;
}

.col-oggetto-select .select-selected::placeholder {
  color: #6C6F70;
}

.col-oggetto-select .select-selected {
  margin-top: 10px;
  background-color: #efefef;
}

.col-argomento-select {
  margin-top: 10px;
  margin-bottom: 30px;
}

.col-argomento-select::placeholder {
  color: #6C6F70;
}

.col-argomento-select .select-selected {
  margin-top: 10px;
  background-color: #efefef;
}

.col-messaggio-input {
  margin-top: 0px;
  margin-bottom: 30px;
}

.col-messaggio-input .field.form-control {
  margin-top: 10px;
  background-color: #efefef;
}

.col-messaggio-input .field.form-control::placeholder {
  color: #6C6F70;
}

.col-email-input {
  margin-top: 0px;
  margin-bottom: 30px;
}

.col-email-input .field.form-control {
  margin-top: 10px;
  background-color: #efefef;
}

.col-email-input .field.form-control::placeholder {
  color: #6C6F70;
}

.col-cellulare-input {
  margin-top: 0px;
  margin-bottom: 30px;
}

.col-cellulare-input .field.form-control {
  margin-top: 10px;
  background-color: #efefef;
}

.col-cellulare-input .field.form-control::placeholder {
  color: #6C6F70;
}

.col-fascia-orario {
  margin-top: 0px;
}

.col-fascia-orario .select-selected {
  margin-top: 10px;
  background-color: #efefef;
}

.col-fascia-orario .select-selected::placeholder {
  color: #6C6F70;
}

.col-btn-invia {
  height: 55px;
  margin: auto 0px 0px;
}

.col-contatti-info-text {
  margin-top: 15px;
}

.contattaci-info-text {
  font-family: "hdi-gerling_sansregular";
  font-size: 18px;
  color: #727272;
  letter-spacing: 0.1px;
  text-align: center;
  line-height: 22px;
  text-align: center;
}

.btn-invia {
  width: 200px;
  height: 35px;
  background-color: #006729;
  font-family: "hdi-gerling_sansBdCn";
  color: #fff;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 30px;
  vertical-align: bottom;
  text-transform: uppercase;
  margin: auto 0 0;
}

/* .consensi-modal .btn.btn-salva:hover {

	background-color: $hdi-green;

} */
@media (max-width: 767.98px) {
  .col-container-input {
    width: 90%;
    margin: 0 auto;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .col-btn-invia {
    margin-top: 20px;
  }
  .portlet-title-text {
    text-align: center;
  }
  .portlet-column-content.empty {
    padding: 30px;
  }
  .col-contatti-info-text {
    margin-top: 20px;
  }
  .btn.contattaci-btn {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 850px) {
  .btn.contattaci-btn {
    font-size: 90%;
  }
}
@media only screen and (max-width: 790px) {
  .btn.contattaci-btn {
    font-size: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .btn.contattaci-btn {
    font-size: 100%;
  }
}
.loggedUser {
  display: inline-block;
  color: #006725;
}

.usernav {
  margin-top: 18px;
  font-size: 14px;
}

.contattaci a {
  text-decoration: none;
  color: black;
}

.contattaci a i {
  color: #006725;
}

.contattaci,
.avvisi {
  border-right: 1px solid lightgray;
  margin-right: 10px;
  padding-right: 10px;
}

.avvisi-counter {
  font-weight: bolder;
}

.avvisi a {
  /*color: #ff043c;*/
  color: #006729;
  text-decoration: none;
}

.toread a {
  color: #cb0018;
}

.loggedUser {
  font-family: "hdi-gerling_sansbold";
  font-size: 13.5px;
  cursor: pointer;
}

/*-- user-head-menu --*/
/* .user-menu {

  }


.btn-profilo {
    font-family: 'hdi-gerling_sansBdCn';
    width: 330px;
    height: 55px;
    display: inline-block;
    text-align: center;
    //vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 8px;
    background: #006729;
    color: white;

    font-size: 16px;
    margin-bottom: 0px;
    }*/
/* .dropdown-menu.show {
  position: absolute;
  max-width: 330px;
  margin-left: -90px;
  top: -35px;



} */
.menu-head-section {
  padding-right: 25px;
  padding-left: 25px;
}

.usernav .dropdown .dropdown-menu.user-menu {
  position: absolute;
  max-width: 330px;
  top: -35px !important;
}

/* .dropdown-menu.user-menu.show {

  position: absolute;
  max-width: 330px;
  margin-left: -90px;
  top: -35px;

} */
.usernav .user-menu {
  height: 315px;
  text-align: center;
  border: 1px solid transparent;
  padding: 0 0 15px 0px;
  border-radius: 8px;
  background: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-left: -135px;
}

.user-head-menu {
  width: 330px;
  height: 55px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 1rem 0.75rem;
  background: #006729;
  margin-bottom: 15px;
  border: 1px solid #006729;
  text-align: left;
  padding-left: 25px;
}

.menu-head-section-last {
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 15px;
}

/*  .menu-head-section {


  border-bottom: 1px solid $hdi-black;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: 'hdi-gerling_sansBdCn';
  font-size: 16px;
  color: $hdi-red;
  padding-top: 15px;
  padding-bottom: 20px;

 }
 */
.usernav .dropdown-menu {
  border: 0;
}

.usernav .menu-head-section a.dropdown-item {
  border-bottom: 1px solid #000;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  color: #cb0018;
  padding-top: 15px;
  padding-bottom: 20px;
}

.usernav a.dropdown-item-last {
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  color: #cb0018;
}

.usernav a.dropdown-item {
  padding-right: 0;
}

.usernav a.dropdown-item-last {
  padding-right: 0;
}

.usernav a.dropdown-item-last {
  padding-bottom: 20px;
  padding-left: 24px;
}

.usernav .menu-head-section a.dropdown-item-last:hover {
  background-color: #fff;
  color: #cb0018;
}

.usernav .menu-head-section a.dropdown-item:hover {
  background-color: #fff;
}

.user-menu .user-head-menu .arrow-down-head-menu.pull-right {
  transform: rotate(180deg);
  padding-left: 15px;
  padding-right: 0px;
  padding-bottom: 3px;
}

.title-user-head-menu {
  font-family: "hdi-gerling_sansBdCn";
  color: #fff;
  text-align: left;
  font-size: 16px;
  text-transform: uppercase;
}

.icon-menu-head-position {
  width: 18px;
  padding-top: 3px;
}

/*

.dropdown-menu.dropdown-profilo.show {
    display: block;
    position: absolute;
    will-change: transform;
    width: 330px;
    top: 0px;
    left: 0px;
    transform: translate3d(0px, 55px, 0px);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: none;
    -webkit-box-shadow: 0px 0px 3px -2px rgba(33,33,33,1);
    -moz-box-shadow: 0px 0px 3px -2px rgba(33,33,33,1);
    box-shadow: 0px 0px 3px -2px rgba(33,33,33,1);

}



.dropdown-avatar .btn-profilo .arrow-down.pull-right  {

  padding-right: 15px;
  padding-top: 3px;

}

.dropdown-avatar.show .btn-profilo .arrow-down {

  transform: rotate(180deg);
  padding-left: 15px;
  padding-right: 0px;
  padding-bottom: 3px;


}


.dropdown-menu .link-list > li > a {

    border-bottom: 1px solid $hdi-black;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: 'hdi-gerling_sansBdCn';
    font-size: 16px;
    color: $hdi-red;
    padding-top: 15px;
    padding-bottom: 20px;

      }

      .dropdown-menu .link-list > li > a:hover {

        background-color: #fff;


      }



      .list-item:hover {
        background-color: #fff;
      }

      .dropdown-menu .link-list > li > a.list-item-last {
        border-bottom: none;
        padding-bottom: 0;
      }

    a.list-item-last:hover {
        background-color: #fff;
      } 



      .icon-position-avatar {

        color: #000000;
        width: 18px;
        //margin-right: 20px;
        margin-right: 0;
        margin-top: 3px;
      }



      .a-avatar {

        font-family: 'hdi-gerling_sansBdCn';
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-transform: uppercase;
        text-decoration: none;
        padding-left: 20px;
        }*/
/*-- user-head-menu --*/
.dropdown-item {
  text-decoration: none;
}

.dropdown-item.active,
.dropdown-menu > li > a.active,
.dropdown-menu .link-list > li > a.active,
.dropdown-item:active,
.dropdown-menu > li > a:active,
.dropdown-menu .link-list > li > a:active {
  color: #fff;
  text-decoration: none;
  background-color: #006729;
}

#portlet_com_liferay_notifications_web_portlet_NotificationsPortlet .portlet-title-text {
  display: none;
}
#portlet_com_liferay_notifications_web_portlet_NotificationsPortlet .sidemenu .portlet-title-text {
  display: block;
}
#portlet_com_liferay_notifications_web_portlet_NotificationsPortlet .mbar div h3 {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  #portlet_com_liferay_notifications_web_portlet_NotificationsPortlet .breadcrumb, #portlet_com_liferay_notifications_web_portlet_NotificationsPortlet .sidemenu .portlet-content-container {
    display: none;
  }
  #portlet_com_liferay_notifications_web_portlet_NotificationsPortlet .list-group-item-flex .autofit-col {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
  #portlet_com_liferay_notifications_web_portlet_NotificationsPortlet .mbar {
    position: fixed;
    bottom: 47px;
    background: white;
    left: 0;
    right: 0;
    z-index: 999;
  }
}
#portlet_com_liferay_notifications_web_portlet_NotificationsPortlet .management-bar {
  margin-right: 10px;
  margin-left: 10px;
  top: -11px;
}
#portlet_com_liferay_notifications_web_portlet_NotificationsPortlet .portlet-topper {
  display: none !important;
}
#portlet_com_liferay_notifications_web_portlet_NotificationsPortlet #_com_liferay_notifications_web_portlet_NotificationsPortlet_userNotificationEventsSearchContainer .checkbox {
  display: none;
}
#portlet_com_liferay_notifications_web_portlet_NotificationsPortlet #_com_liferay_notifications_web_portlet_NotificationsPortlet_userNotificationEventsSearchContainer a {
  text-decoration: none;
}
#portlet_com_liferay_notifications_web_portlet_NotificationsPortlet #_com_liferay_notifications_web_portlet_NotificationsPortlet_userNotificationEventsSearchContainer h4 {
  border-right: 1px lightgray solid;
}
#portlet_com_liferay_notifications_web_portlet_NotificationsPortlet #_com_liferay_notifications_web_portlet_NotificationsPortlet_userNotificationEventsSearchContainer .title {
  font-family: hdi-gerling_sansbold;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.09px;
  text-transform: uppercase;
}
#portlet_com_liferay_notifications_web_portlet_NotificationsPortlet #_com_liferay_notifications_web_portlet_NotificationsPortlet_userNotificationEventsSearchContainer .body {
  font-family: hdi-gerling_sanslight;
  font-style: italic;
  font-size: 14px;
  color: #727272;
  letter-spacing: 0.08px;
  line-height: 22px;
}
#portlet_com_liferay_notifications_web_portlet_NotificationsPortlet #_com_liferay_notifications_web_portlet_NotificationsPortlet_userNotificationEventsSearchContainer h5 {
  font-family: hdi-gerling_sanslight;
  font-style: italic;
  font-size: 14px;
  color: #727272;
  letter-spacing: 0.08px;
  line-height: 22px;
}
#portlet_com_liferay_notifications_web_portlet_NotificationsPortlet #_com_liferay_notifications_web_portlet_NotificationsPortlet_userNotificationEventsSearchContainer h5 span,
#portlet_com_liferay_notifications_web_portlet_NotificationsPortlet #_com_liferay_notifications_web_portlet_NotificationsPortlet_userNotificationEventsSearchContainer .dropdown a > span {
  line-height: 68px;
}
#portlet_com_liferay_notifications_web_portlet_NotificationsPortlet #_com_liferay_notifications_web_portlet_NotificationsPortlet_userNotificationEventsSearchContainer .list-group-item {
  margin-bottom: 10px;
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border-radius: 2px;
}
#portlet_com_liferay_notifications_web_portlet_NotificationsPortlet #_com_liferay_notifications_web_portlet_NotificationsPortlet_userNotificationEventsSearchContainer .list-group-notification .list-group-item-primary {
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-left: 8px #006729 solid;
  /* box-shadow: inset 0.5rem 0 #b8daff, inset -0.0625rem 0 rgba(0, 0, 0, 0.125), inset 0 0.0625rem rgba(0, 0, 0, 0.125), inset 0 -0.0625rem rgba(0, 0, 0, 0.125); */
}
#portlet_com_liferay_notifications_web_portlet_NotificationsPortlet #_com_liferay_notifications_web_portlet_NotificationsPortlet_userNotificationEventsSearchContainer .dropdown-item.active {
  background-color: #fff;
}
#portlet_com_liferay_notifications_web_portlet_NotificationsPortlet .notification-container h1 {
  font-family: hdi-gerling_sansbold;
  font-size: 28px;
  color: #016629;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
#portlet_com_liferay_notifications_web_portlet_NotificationsPortlet .notification-container .results .n_results {
  font-family: hdi-gerling_sansbold;
  font-size: 16px;
  color: #016629;
  letter-spacing: 0.09px;
}
#portlet_com_liferay_notifications_web_portlet_NotificationsPortlet .notification-container .results {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.1px;
  line-height: 22px;
}
#portlet_com_liferay_notifications_web_portlet_NotificationsPortlet .sidemenu-notifications ul ul {
  margin-top: 10px;
}
#portlet_com_liferay_notifications_web_portlet_NotificationsPortlet .subnav-tbar-primary {
  background-color: #C6C7C8;
  padding-bottom: 0.625rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.625rem;
  margin-left: 10px;
  margin-right: 10px;
}
#portlet_com_liferay_notifications_web_portlet_NotificationsPortlet .page-link {
  color: #006729;
}
#portlet_com_liferay_notifications_web_portlet_NotificationsPortlet .page-item.active .page-link, #portlet_com_liferay_notifications_web_portlet_NotificationsPortlet .page-link[aria-expanded=true], #portlet_com_liferay_notifications_web_portlet_NotificationsPortlet .page-link:active {
  color: #fff;
  background-color: #006729;
  border-color: #006729;
}
#portlet_com_liferay_notifications_web_portlet_NotificationsPortlet svg.lexicon-icon.lexicon-icon-angle-left {
  display: block;
}

#updatePassword h2 {
  font-family: "hdi-gerling_sansregular";
  font-size: 28px;
  color: #016629;
  letter-spacing: 0.16px;
  text-align: center;
  /* margin-bottom: 40px; */
}

#updatePassword .hdicard {
  padding: 20px;
}

#updatePassword .input-text-wrapper,
#updatePassword .inputsuggest {
  width: 296px;
  max-width: 90%;
  margin: 0 auto;
}

.hint_bold {
  display: block;
  font-family: "hdi-gerling_sansbold";
  font-size: 16px;
  color: #727272;
  letter-spacing: 0.09px;
  text-align: center;
  text-transform: uppercase;
}

/*
.alert-danger, .portlet-msg-error {
    color: $hdi-red;
    background-color: $hdi-white;
    border: none;
    border-left: 3px solid $hdi-red;
}*/
#updatePassword .input-text-wrapper input {
  height: 56px;
  background: #E0E0E0;
  font-family: "hdi-gerling_sansregular";
  font-size: 16.52px;
  color: #006729;
  letter-spacing: 0.15px;
  text-align: left;
  line-height: 24px;
}

#updatePassword .control-label,
#updatePassword .reference-mark.text-warning {
  display: none;
}

.btn-primary.btn-default.disabled, .btn-primary.btn-default:disabled {
  color: #fff;
  background-color: #6C6F70;
  border: none;
}

.btn-savepass {
  margin: 0 auto;
  display: block;
}

.header-top .login-logo {
  font-weight: 100;
  font-size: 40px;
  color: #016629;
  letter-spacing: 0.22px;
  text-align: center;
  text-transform: uppercase;
}

.header-top {
  border-bottom: 1px solid #006729;
  margin-bottom: 40px;
}

.header-top .login-logo img {
  margin-right: 0px;
}

.rec-col {
  margin: auto;
  padding: 0px;
}

#recuperaMainSection {
  margin-top: -5px;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}

#recuperaMainSection h2 {
  font-family: "hdi-gerling_sansregular";
  font-size: 28px;
  color: #016629;
  letter-spacing: 0.16px;
  text-align: center;
  /*margin-bottom: 40px;*/
  margin-bottom: 6px;
  margin-top: 12px;
}

#recuperaMainSection.step1 h2 {
  margin-bottom: 40px;
}

#recuperaMainSection.step2 h2 {
  margin-top: 12px;
  margin-bottom: 6px;
}

#recuperaMainSection p {
  font-family: "hdi-gerling_sanslight";
  font-size: 18px;
  color: #727272;
  letter-spacing: 0.1px;
  text-align: center;
  line-height: 22px;
  padding: 20px;
}

.hidden-btn-mobile .btn-home {
  font-family: "hdi-gerling_sansBdCn";
  border: 1px solid #157440;
  background: transparent;
  width: 195px;
  height: 52px;
  margin-right: 16px;
  font-size: 16px;
  color: #016629;
  letter-spacing: 0;
  text-align: center;
  margin-left: 15px;
}

.hidden-btn-mobile .btn-recupera-mail {
  font-family: "hdi-gerling_sansBdCn";
  border: 1px solid #157440;
  background: transparent;
  width: 195px;
  height: 52px;
  margin-right: 16px;
  font-size: 16px;
  color: #016629;
  letter-spacing: 0;
  text-align: center;
  margin-left: 15px;
}

.btn-home-finish {
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  background: #006729;
  width: 209px;
  height: 52px;
  margin: 0 auto;
  color: white;
  text-transform: uppercase;
}

.btn-prosegui.disabled {
  background: #E0E0E0;
  border: 0;
}

.btn-avanti i,
.btn-prosegui i {
  float: right;
  margin-right: 3px;
  margin-top: 3px;
  position: relative;
  margin-left: -3px;
}

.btn-indietro i {
  top: 7px;
  position: relative;
}

.radio {
  display: inline;
}

.radio input {
  margin-top: 10px;
}

/* Customize the label (the container) */
.radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  top: 5px;
  left: 10px;
  height: 25px;
  width: 25px;
  background: #fff;
  border: 3px solid rgba(0, 0, 0, 0.54);
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkmark {
  background-color: #fff;
  border-color: #006729;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  top: 3px;
  left: 3px;
  width: 13px;
  height: 13px;
  top: 3.3px;
  left: 3.3px;
  width: 12.6px;
  height: 12.6px;
  border-radius: 50%;
  border-radius: 50%;
  background: #006729;
}

.radio label, .checkbox label {
  font-family: "hdi-gerling_sansbold";
  font-size: 29px;
  color: #727272;
  letter-spacing: 0.13px;
}

.radio label {
  text-transform: uppercase;
  padding-left: 0px;
  margin-top: -3px;
  float: left;
  margin-left: 10px;
}

.hdiRadio {
  font-family: "hdi-gerling_sansbold";
  font-size: 24px;
  color: #727272;
  letter-spacing: 0.13px;
}

#recuperaMainSection form {
  width: 100%;
}

#recuperaMainSection form input[type=text],
#recuperaMainSection form input[type=password] {
  height: 56px;
  width: 400px;
  max-width: 90%;
  margin: 0 auto;
  background: #E0E0E0;
  font-family: "hdi-gerling_sansregular";
  font-size: 16.52px;
  color: #006729;
  letter-spacing: 0.15px;
  text-align: left;
  line-height: 24px;
  text-transform: uppercase;
}

#popup_associa_polizza input[type=text] {
  margin: 30px;
  /* margin: 0 auto;*/
}

#recuperaMainSection .help-block,
#popup_associa_polizza .help-block {
  /* margin-top: -1rem; */
  /* margin-left: 1.5rem; */
  margin-top: 0px;
  margin-left: 0px;
}

#recuperaMainSection .control-label,
#recuperaMainSection .reference-mark.text-warning,
#popup_associa_polizza .control-label,
#popup_associa_polizza .reference-mark.text-warning {
  display: none;
}

.step3_1 .form-group {
  margin-top: 20px;
}

.step3_2 .form-group {
  margin-bottom: 0px;
}

.cfinputsuggest, .inputsuggest {
  font-size: 12px;
  color: #006729;
  letter-spacing: 0.57px;
  line-height: 17px;
}

.step4 .inputsuggest {
  text-align: left;
  text-decoration: none;
  margin-bottom: 12px;
}

.cfinputsuggest {
  margin-bottom: 50px;
  margin-left: -20px;
}

.inputsuggest {
  margin-top: -14px;
  margin-left: 30px;
}

.step3_1 #divContent {
  padding: 20px;
}

#recuperaMainSection form input[type=text].numero-cellulare-reg,
#recuperaMainSection form input[type=text].codice-attivazione-reg {
  width: 343px;
  margin-left: 60px;
}

#div_cellulare_associato_2 {
  text-align: left;
}

#div_cellulare_associato_2 a,
a.richiesta-contatto {
  font-size: 12px;
  color: #006729;
  letter-spacing: 0.57px;
  line-height: 17px;
  margin-left: 80px;
}

a.richiesta-contatto {
  overflow: hidden;
  display: block;
  text-align: left;
}

.step3_2 .form-control::placeholder,
.step4 .form-control::placeholder {
  font-size: 16.52px;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.15px;
  text-align: left;
  text-transform: none;
  opacity: 1;
}

.step3_2 .row2 {
  margin-top: 20px;
}

#recuperaMainSection.step3_2 p#countdown {
  font-family: "hdi-gerling_sanslight";
  font-size: 18px;
  color: #727272;
  letter-spacing: 0.1px;
  text-align: center;
  line-height: 22px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -47px;
}

#recuperaMainSection.step3_2 p#countdown .time {
  margin-top: 7px;
  display: block;
  font-family: "hdi-gerling_sansregular";
  font-size: 28px;
  color: #727272;
  letter-spacing: 0.16px;
  text-align: center;
}

#recuperaMainSection .modal-dialog {
  height: calc(100vh - 180px) !important;
  width: 107% !important;
  left: -20px !important;
  top: -388px !important;
  position: relative;
  z-index: 0;
}

#recuperaMainSection p.cfinvalid,
#recuperaMainSection p.cfnotpresent {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  color: #212529;
}

#recuperaMainSection p.cfinvalid,
#recuperaMainSection p.cfnotpresent {
  color: #e70710;
}

#recuperaMainSection p.hinted,
#recuperaMainSection div.hinted {
  font-family: "hdi-gerling_sanslight";
  text-align: left;
  font-size: 14px;
  border-left: 3px solid #e70710;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #212529;
}

#recuperaMainSection form input[type=text].numero-cellulare-contact {
  margin-left: 15px;
}

#popup_associa_polizza {
  font-family: "hdi-gerling_sanslight";
  padding: 20px;
}

.dialog-iframe-popup .portlet-body, .dialog-iframe-popup .portlet-boundary, .dialog-iframe-popup .portlet-column, .dialog-iframe-popup .portlet-layout {
  background: #fff;
}

.email_hint_bold {
  display: block;
  font-family: "hdi-gerling_sansbold";
  font-size: 16px;
  color: #727272;
  letter-spacing: 0.09px;
  text-align: center;
  text-transform: uppercase;
}

#recuperaMainSection.step4 h2 {
  margin: 0 auto;
  margin-bottom: 25px;
}

.passcol .input-text-wrapper {
  position: relative;
}

.circleok {
  margin: 0 auto;
  font-size: 162px;
  color: #006729;
}

.step2 .insnum {
  margin-top: 10px;
}

.header-top .logo-hdi {
  height: 39px;
  text-align: center;
}

.step_finish h2 {
  font-family: "hdi-gerling_sansregular";
  font-size: 28px;
  color: #016629;
  letter-spacing: 0.16px;
  text-align: center;
}

.step_finish p {
  margin-bottom: 0px;
}

.step_finish h3 {
  font-family: "hdi-gerling_sansregular";
  font-size: 22.68px;
  color: #016629;
  letter-spacing: 0.13px;
  text-align: center;
}

#registration-modal .numero-cellulare-contact {
  margin-top: 0px;
  margin-left: 10px;
}

#registration-modal .modal-body {
  padding: 20px;
}

.step_verifyemail .centered-btn {
  margin: 0 auto;
}

.step_verifyemail img.oksign {
  height: 100px;
  margin: 0 auto;
  margin-bottom: 15px;
}

#divContent.recuperaSection {
  width: 100%;
}

@media (max-width: 767.98px) {
  .recContainer {
    margin-top: -55px;
  }
  /*-- --*/
  .logo-container {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 15px;
  }
  .login-arrow img {
    width: 24px;
    height: 24px;
    bottom: 23px;
  }
  .login-logo .logo-hdi {
    height: 25px;
  }
  #recuperaMainSection h2 {
    font-size: 25px;
    line-height: 35px;
  }
  /*-- --*/
  .cfinputsuggest {
    margin-bottom: 30px;
    margin-left: -20px;
  }
  .show-btn-mobile .btn-home {
    font-family: "hdi-gerling_sansBdCn";
    border: 1px solid #157440;
    background: transparent;
    width: 195px;
    height: 52px;
    margin-right: 16px;
    font-size: 16px;
    color: #016629;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto;
    float: none;
    margin-bottom: 30px;
  }
  .show-btn-mobile .btn-recupera-mail {
    font-family: "hdi-gerling_sansBdCn";
    border: 1px solid #157440;
    background: transparent;
    width: 195px;
    height: 52px;
    font-size: 16px;
    color: #016629;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto;
    float: none;
    margin-bottom: 30px;
  }
  /* 	.header-top .login-logo img {
  	  height:29px; 
  	}

  	.header-top .login-logo{
  		font-size: 31px;
  	} */
  #recuperaMainSection form input[type=text].numero-cellulare-reg, #recuperaMainSection form input[type=text].codice-attivazione-reg {
    margin-left: 5%;
    max-width: 90%;
  }
  #recuperaMainSection {
    /*width: 328px;*/
    width: 100%;
    margin: 0 auto;
  }
}
/*-- recupera --*/
/*-- recupera psw--*/
.header-top .login-logo {
  font-weight: 100;
  font-size: 40px;
  color: #016629;
  letter-spacing: 0.22px;
  text-align: center;
  text-transform: uppercase;
}

.header-top {
  border-bottom: 1px solid #006729;
  margin-bottom: 40px;
}

.header-top .login-logo img {
  margin-right: 0px;
}

/* .step-progress {
	position: relative;
	top: -27px;
}

.step-progress-1, .step-progress-2, .step-progress-3 {
	height: 14px;
	flex: 1;
	margin-right: 8px;
	opacity: 0.5;
	background: #D8D8D8;
}

.step-progress-1.active, .step-progress-2.active, .step-progress-3.active
	{
	background-color: #006729;
	opacity: 1;
}

.step-progress-3 {
	margin-right: 0px;
} */
.rec-psw-col {
  margin: auto;
  padding: 0px;
}

#recuperaPswMainSection {
  margin-top: -5px;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}

#recuperaPswMainSection h2 {
  font-family: "hdi-gerling_sansregular";
  font-size: 28px;
  color: #016629;
  letter-spacing: 0.16px;
  text-align: center;
  /*margin-bottom: 40px;*/
  margin-bottom: 60px;
  margin-top: 12px;
}

#recuperaPswMainSection.step1 h2 {
  margin-bottom: 40px;
}

#recuperaPswMainSection.step2 h2 {
  margin-top: 12px;
  margin-bottom: 60px;
}

#recuperaPswMainSectionp {
  font-family: "hdi-gerling_sanslight";
  font-size: 18px;
  color: #727272;
  letter-spacing: 0.1px;
  text-align: center;
  line-height: 22px;
  padding: 20px;
}

.invia-psw .btn-invia-psw {
  font-family: "hdi-gerling_sansBdCn";
  border: 1px solid #157440;
  background: transparent;
  width: 195px;
  height: 52px;
  margin-right: 16px;
  font-size: 16px;
  color: #016629;
  letter-spacing: 0;
  text-align: center;
  margin-left: 15px;
}

/* .btn-avanti,.btn-prosegui {
	font-family: 'hdi-gerling_sansBdCn';
	font-size: 16px;
	background: #006729;
	width: 191px;
	height: 52px;
	float: right;
	margin-right: 16px;
}

.btn-home-finish{
    font-family: 'hdi-gerling_sansBdCn';
    font-size: 16px;
    background: #006729;
    width: 209px;
    height: 52px;
    margin: 0 auto;
    color: white;
	text-transform: uppercase;

} */
.btn-invia-psw.disabled {
  background: #E0E0E0;
  border: 0;
}

/* .btn-avanti i,
.btn-prosegui i{
	float: right;
	margin-right: 3px;
	margin-top: 3px;
	position: relative;
	margin-left: -3px;
}

.btn-indietro i{
	top: 7px;
    position: relative;
} */
.radio {
  display: inline;
}

.radio input {
  margin-top: 10px;
}

/* Customize the label (the container) */
.radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  top: 5px;
  left: 10px;
  height: 25px;
  width: 25px;
  background: #fff;
  border: 3px solid rgba(0, 0, 0, 0.54);
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkmark {
  background-color: #fff;
  border-color: #006729;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  top: 3px;
  left: 3px;
  width: 13px;
  height: 13px;
  top: 3.3px;
  left: 3.3px;
  width: 12.6px;
  height: 12.6px;
  border-radius: 50%;
  border-radius: 50%;
  background: #006729;
}

.radio label, .checkbox label {
  font-family: "hdi-gerling_sansbold";
  font-size: 29px;
  color: #727272;
  letter-spacing: 0.13px;
}

.radio label {
  text-transform: uppercase;
  padding-left: 0px;
  margin-top: -3px;
  float: left;
  margin-left: 10px;
}

.hdiRadio {
  font-family: "hdi-gerling_sansbold";
  font-size: 24px;
  color: #727272;
  letter-spacing: 0.13px;
}

#recuperaPswMainSection form {
  width: 100%;
}

#recuperaPswMainSection form input[type=text],
#recuperaPswMainSection form input[type=password] {
  height: 56px;
  width: 296px;
  max-width: 90%;
  margin: 0 auto;
  background: #E0E0E0;
  font-family: "hdi-gerling_sansregular";
  font-size: 16.52px;
  color: #006729;
  letter-spacing: 0.15px;
  text-align: left;
  line-height: 24px;
  text-transform: uppercase;
}

#popup_associa_polizza input[type=text] {
  margin: 30px;
  /* margin: 0 auto;*/
}

#recuperaPswMainSection .help-block,
#popup_associa_polizza .help-block {
  /* margin-top: -1rem; */
  /* margin-left: 1.5rem; */
  margin-top: 0px;
  margin-left: 0px;
}

#recuperaPswMainSection .control-label,
#recuperaPswMainSection .reference-mark.text-warning {
  display: none;
}

.step3_1 .form-group {
  margin-top: 20px;
}

.step3_2 .form-group {
  margin-bottom: 0px;
}

.pswinputsuggest, .inputsuggest {
  font-size: 12px;
  color: #006729;
  letter-spacing: 0.57px;
  line-height: 17px;
}

.step4 .inputsuggest {
  text-align: left;
  text-decoration: none;
  margin-bottom: 12px;
}

.pswinputsuggest {
  margin-bottom: 50px;
  margin-left: -20px;
}

.inputsuggest {
  margin-top: -14px;
  margin-left: 30px;
}

.step3_1 #divContent {
  padding: 20px;
}

#recuperaPswMainSection form input[type=text].numero-cellulare-reg,
#recuperaPswMainSection form input[type=text].codice-attivazione-reg {
  width: 343px;
  margin-left: 60px;
}

#div_cellulare_associato_2 {
  text-align: left;
}

#div_cellulare_associato_2 a,
a.richiesta-contatto {
  font-size: 12px;
  color: #006729;
  letter-spacing: 0.57px;
  line-height: 17px;
  margin-left: 80px;
}

a.richiesta-contatto {
  overflow: hidden;
  display: block;
  text-align: left;
}

/* .btn-invia-codice{
	height: 52px;
	width: 246px;
	 background: #757575;
	 font-family: 'hdi-gerling_sansBdCn';
		font-size: 16px;
		color: #FFFFFF;
		letter-spacing: 0;
		text-align: center;
		text-transform: uppercase;
		margin-left: -80px;
		margin-top: 1px;

} */
.step3_2 .form-control::placeholder,
.step4 .form-control::placeholder {
  font-size: 16.52px;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.15px;
  text-align: left;
  text-transform: none;
  opacity: 1;
}

.step3_2 .row2 {
  margin-top: 20px;
}

#recuperaPswMainSection.step3_2 p#countdown {
  font-family: "hdi-gerling_sanslight";
  font-size: 18px;
  color: #727272;
  letter-spacing: 0.1px;
  text-align: center;
  line-height: 22px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -47px;
}

#recuperaPswMainSection.step3_2 p#countdown .time {
  margin-top: 7px;
  display: block;
  font-family: "hdi-gerling_sansregular";
  font-size: 28px;
  color: #727272;
  letter-spacing: 0.16px;
  text-align: center;
}

#recuperaPswMainSection .modal-dialog {
  height: calc(100vh - 180px) !important;
  width: 107% !important;
  left: -20px !important;
  top: -388px !important;
  position: relative;
  z-index: 0;
}

#recuperaMainSection p.cfinvalid,
#recuperaMainSection p.cfnotpresent {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  color: #212529;
}

#recuperaPswMainSection p.cfinvalid,
#recuperaPswMainSection p.cfnotpresent {
  color: #e70710;
}

#recuperaPswMainSection p.hinted,
#recuperaPswMainSection div.hinted {
  font-family: "hdi-gerling_sanslight";
  text-align: left;
  font-size: 14px;
  border-left: 3px solid #e70710;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #212529;
}

.btn-invia-numero {
  height: 52px;
  width: 174px;
  background: #ffffff;
  border: 2px solid #e70710;
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #e70710;
  margin-top: 1px;
  margin-left: 25px;
  background-image: url(/o/hdi-theme/images/material-send-red-24px.svg);
  background-repeat: no-repeat;
  background-position-x: 87%;
  background-position-y: 45%;
}

#recuperaPswMainSection form input[type=text].numero-cellulare-contact {
  margin-left: 15px;
}

#popup_associa_polizza {
  font-family: "hdi-gerling_sanslight";
  padding: 20px;
}

.btn-associa {
  height: 52px;
  width: 246px;
  background: #757575;
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin-left: -42px;
  margin-top: 31px;
}

.dialog-iframe-popup .portlet-body, .dialog-iframe-popup .portlet-boundary, .dialog-iframe-popup .portlet-column, .dialog-iframe-popup .portlet-layout {
  background: #fff;
}

.email_hint_bold {
  display: block;
  font-family: "hdi-gerling_sansbold";
  font-size: 16px;
  color: #727272;
  letter-spacing: 0.09px;
  text-align: center;
  text-transform: uppercase;
}

#recuperaPswMainSection.step4 h2 {
  margin: 0 auto;
  margin-bottom: 25px;
}

.passcol .input-text-wrapper {
  position: relative;
}

.circleok {
  margin: 0 auto;
  font-size: 162px;
  color: #006729;
}

.step2 .insnum {
  margin-top: 10px;
}

.header-top .login-logo img {
  height: 39px;
  text-align: center;
}

.step_finish h2 {
  font-family: "hdi-gerling_sansregular";
  font-size: 28px;
  color: #016629;
  letter-spacing: 0.16px;
  text-align: center;
}

.step_finish p {
  margin-bottom: 0px;
}

.step_finish h3 {
  font-family: "hdi-gerling_sansregular";
  font-size: 22.68px;
  color: #016629;
  letter-spacing: 0.13px;
  text-align: center;
}

#registration-modal .numero-cellulare-contact {
  margin-top: 0px;
  margin-left: 10px;
}

#registration-modal .modal-body {
  padding: 20px;
}

.step_verifyemail .centered-btn {
  margin: 0 auto;
}

.step_verifyemail img.oksign {
  height: 100px;
  margin: 0 auto;
  margin-bottom: 15px;
}

#divPswContent.recuperaSection {
  width: 100%;
}

@media (max-width: 767.98px) {
  .recContainer.mobile_padded_container {
    padding-bottom: 15px;
  }
  /* 	.login-top {
          margin-right: -15px;
  		margin-left:-15px;
  		padding-top: 60px;
      } */
  .logo-container {
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    padding-bottom: 15px;
  }
  .login-arrow img {
    width: 24px;
    height: 24px;
    bottom: 23px;
  }
  .login-logo .logo-hdi {
    height: 25px;
  }
  .recPswContainer {
    margin-top: -55px;
  }
  #recuperaPswMainSection {
    width: 100%;
    margin: 0 auto;
  }
  #recuperaPswMainSection h2 {
    font-size: 25px;
    /* margin-bottom: 40px; */
  }
  .login-logo {
    font-size: 25px;
  }
  #recuperaPswMainSection form input[type=text].numero-cellulare-reg, #recuperaPswMainSection form input[type=text].codice-attivazione-reg {
    margin-left: 5%;
    max-width: 90%;
  }
  .invia-psw .btn-invia-psw {
    width: 195px;
    height: 52px;
    float: none;
    margin-bottom: 30px;
  }
  .pswinputsuggest {
    margin-left: 0px;
  }
  /*-- recupera psw--*/
  /*-- alert --*/
  .alert.alert-dismissible.alert-danger {
    border-radius: 8px;
    background-color: white;
    font-family: hdi-gerling_sanslight;
    font-size: 18px;
    color: #E60F18;
    letter-spacing: 0.1px;
    line-height: 22px;
    text-align: left;
  }
  /*-- alert --*/
}
.upload-sinistri-container .login-top {
  margin-right: 0px;
  margin-left: 0px;
}

.upload-title {
  font-family: "hdi-gerling_sansregular";
  font-size: 18px;
  color: #000;
  letter-spacing: 0.13px;
  text-align: left;
}

.btn-upload {
  font-family: "hdi-gerling_sansBdCn";
  width: 200px;
  height: 35px;
  display: inline-block;
  text-align: center;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  border-radius: 8px;
  background: #006729;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.15;
}

.button-row-upload {
  margin-top: 30px;
  margin-bottom: 20px;
  margin-right: 0px;
}

.button-row-foto {
  margin-top: 30px;
  margin-bottom: 20px;
  margin-right: 30px;
}

.drag-drop-area .btn.btn-default {
  display: none;
}

.drag-drop-area .btn.btn-secondary {
  display: none;
}

.lfr-upload-container .upload-target .or-text {
  display: none;
}

.upload-descr {
  font-family: "hdi-gerling_sanslight_italic";
  font-size: 14px;
  color: #727272;
  letter-spacing: 0.08px;
  line-height: 22px;
}

.text-input-upload {
  font-family: "hdi-gerling_sansregular";
  font-size: 18px;
  color: #6C6F70;
  letter-spacing: 0.13px;
  text-align: center;
}

.upload-icon {
  color: #6C6F70;
  font-size: 18px;
}

.arrow-icon {
  margin-left: 8px;
}

.camera-icon {
  margin-left: 8px;
}

.input-upload.upload-save-file {
  font-family: "hdi-gerling_sansBdCn";
  width: 200px;
  height: 35px;
  display: inline-block;
  text-align: center;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  border-radius: 8px;
  background: #006729;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.15;
  border-radius: 8px;
  margin-bottom: 100px;
}

.input-upload.upload-save-file {
  font-family: "hdi-gerling_sansBdCn";
  width: 200px;
  height: 35px;
  display: inline-block;
  text-align: center;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  border-radius: 8px;
  background: #006729;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.15;
  border-radius: 8px;
  margin-bottom: 100px;
}

.input-upload.upload-save-file:disabled {
  background: #C6C7C8;
}

.icon-arrow-up.arrow-icon {
  margin-left: 7px;
}

@media (max-width: 767.98px) {
  .input-upload.upload-save-file {
    width: 100%;
    margin-bottom: 30px;
  }
  .carica-documento-sinistri .button-row-upload .btn-upload {
    width: 152px;
  }
  .carica-documento-sinistri .button-row-foto .btn-upload.btn-scatta-foto {
    width: 152px;
    margin-right: 0px;
  }
  .form-upload-file {
    margin-top: 0px;
  }
  .form-upload-file .form-control {
    margin-top: 0;
  }
  .carica-documento-sinistri .button-row-upload {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .carica-documento-sinistri .button-row-foto {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }
}
.feedback-container .reg-col {
  padding: 0px;
  margin-top: 60px;
}

.title-container {
  margin-bottom: 15px;
  margin-top: 24px;
}

.subtitle-container {
  margin-bottom: 24px;
}

.title-feedbacks {
  font-family: "hdi-gerling_sansregular";
  font-size: 28px;
  color: #016629;
  letter-spacing: 0.16px;
  text-align: left;
  line-height: 30px;
}

.subtitle-feedbacks {
  font-family: "hdi-gerling_sansregular";
  font-size: 18px;
  color: #727272;
  letter-spacing: 0.16px;
  text-align: left;
  line-height: 24px;
}

.feedbacks-wrapper {
  width: 100%;
  height: 580px;
  margin-right: 0;
  margin-left: 0;
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 15px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.feedbacks-input {
  padding-left: 100px;
  padding-right: 100px;
}

.feedback-img {
  max-width: 40px;
  height: 40px;
  margin: 10px 0 10px 4px;
  padding: 0px;
}

.img-icon {
  width: 100%;
}

.area-feedback {
  margin: auto 16px;
}

.area-feedback h1 {
  font-family: "hdi-gerling_sanslight_italic";
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  /* vertical-align: middle; */
  margin-bottom: 0;
}

.star-feedback {
  margin: auto 0;
  padding-right: 0;
  margin-left: 95px;
}

.feedbacks-input .rating {
  margin-top: 0px;
}

.feedbacks-input fieldset {
  width: initial;
}

.button-row-feedbacks {
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-feedbacks {
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  background: #006729;
  border-radius: 8px;
  width: 200px;
  height: 35px;
  /* float: left; */
  border-radius: 8px;
}

.btn-save-left, .btn-primary.btn-default.disabled.btn-save-left, .btn-primary.btn-default.btn-save-left:disabled {
  /* margin-left: 20px; */
  width: 200px;
}

/****** Style Star Rating Widget *****/
.rating {
  border: none;
  float: left;
}
.rating.pull-right {
  float: right;
}

.rating > input {
  display: none;
}

.rating > label {
  margin: 10px 0 10px 0;
  font-size: 1.25em;
  font-family: "fontawesome-alloy";
  display: inline-block;
  color: #006729;
}

.rating .fullstar {
  display: none;
}

.rating .fullstar:before {
  content: "\f005";
  position: static;
  color: #006729;
}

.rating .emptystar {
  display: block;
}

.rating .emptystar:before {
  content: "\f006";
  position: static;
  color: #006729;
}

.rating > label {
  color: #ddd;
  float: right;
  width: 30px;
  font-family: "fontawesome";
}

/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label .emptystar,
.rating:not(:checked) > label:hover .emptystar,
.rating:not(:checked) > label:hover ~ label .emptystar {
  display: none;
} /* hover previous stars in list */
.rating > input:checked ~ label .fullstar,
.rating:not(:checked) > label:hover .fullstar,
.rating:not(:checked) > label:hover ~ label .fullstar {
  display: block;
} /* hover previous stars in list */
@media only screen and (max-width: 1024px) {
  .feedbacks-input {
    padding-left: 0px;
    padding-right: 0px;
  }
  .star-feedback {
    /* margin: auto 0; */
    padding-right: 0;
    margin-left: 65px;
  }
  .title-container {
    margin-bottom: 0px;
    margin-top: 24px;
  }
  .title-feedbacks {
    font-size: 22px;
  }
  .subtitle-feedbacks {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .login-col .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .area-feedback {
    margin: auto 0px;
  }
  .feedbacks-input {
    padding-left: 20px;
    padding-right: 20px;
  }
  .star-feedback {
    /* margin: auto 0; */
    padding-right: 0;
    margin-left: 35px;
  }
  .title-container {
    margin-bottom: 0px;
    margin-top: 24px;
  }
  .title-feedbacks {
    font-size: 22px;
  }
  .subtitle-feedbacks {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .feedbacks-wrapper {
    width: 100%;
    height: 95%;
  }
  .area-feedback {
    margin: 0;
  }
  .feedbacks-input {
    padding-left: 0px;
    padding-right: 0px;
  }
  .star-feedback {
    margin: auto 0;
    padding-right: 22%;
    margin-left: 10px;
    margin-right: 10px;
  }
  .area-feedback h1 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
  }
  .feedback-img {
    margin: 15px auto;
  }
  .button-row-feedbacks {
    margin-top: 20px;
    margin-bottom: 20px;
    /* padding-left: 37px; */
    float: none !important;
  }
  .btn-feedbacks {
    width: 100vw;
    float: none;
    margin: 0 auto;
  }
}
/* keep below */
html, #wrapper {
  height: 100%;
  min-height: 100vh;
}

body {
  font-family: "hdi-gerling_sansregular";
  background-color: #f5f5f5;
  /*'hdi-gerling_sanslight',
  'hdi-gerling_sansbold',
  'hdi-gerling_sansitalic',
  'hdi-gerling_sansregular',
  'hdi-gerling_sansBlkCn',
  'hdi-gerling_sansBdCn',
  'hdi-gerling_sansLtCn',
  'hdi-gerling_sanscondensed',
  'hdi-gerling_sanslight_italic', 
  'hdi-gerling_sanslight',
  sans-serif;*/
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 100%;
  padding-bottom: 80px;
}

.recupera-mail-btn button,
.recupera-home-btn button,
.recupera-mail-btn a,
.recupera-home-btn a {
  max-width: 100%;
  width: initial !important;
}

.header-banner {
  padding-top: 12px;
  margin-bottom: 12px;
  vertical-align: middle;
}

.portlet:first-of-type.open > .portlet-topper,
.portlet:first-of-type:hover > .portlet-topper,
.portlet:first-of-type.focus > .portlet-topper {
  opacity: 0.7;
  transform: translateY(0%);
  z-index: 987;
}

.alert, .portlet-msg-alert, .portlet-msg-error, .portlet-msg-help, .portlet-msg-info, .portlet-msg-progress, .portlet-msg-success {
  width: 100%;
}

.lfr-spa-loading-bar {
  display: none;
}

#imgLoadCont,
#imgLoadOverlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 9998;
}

#imgLoadOverlay {
  background: white;
  opacity: 0.765;
}

#imgLoad {
  position: absolute;
  width: 10%;
  left: 45%;
  top: 45%;
  z-index: 9999;
}

footer p {
  margin-bottom: 0px;
}

label .reference-mark {
  display: none;
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 103, 41, 0.5);
}

.has-error .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgb(203, 0, 24);
}

.has-success .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgb(0, 103, 41);
}

.select-selected, input, textarea {
  border-radius: 8px;
}

#wrapper {
  padding: 0px;
}

.centered-text {
  text-align: center;
}

/*--logo--*/
.logo.custom-logo {
  display: none !important;
  /*--logo--*/
}

/*--login-eye--*/
.password_show_toggler {
  position: absolute;
  top: 21px;
  right: 16px;
}

.password_show_toggler img {
  display: none;
  width: 24px;
}

.password_show_toggler.eye-open .eye-open {
  display: block;
}

.password_show_toggler.eye-close .eye-close {
  display: block;
}

/*--login-eye--*/
/*--registrazione-eye--*/
.password_show_toggler_reg {
  position: absolute;
  top: 21px;
  right: 32px;
}

.password_show_toggler_reg img {
  display: none;
  width: 24px;
}

.password_show_toggler_reg.eye-open .eye-open {
  display: block;
}

.password_show_toggler_reg.eye-close .eye-close {
  display: block;
}

/*--registrazione-eye--*/
/*------- a href -------*/
a {
  color: #006729;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/*------- a href -------*/
/*------- check-box label -------*/
.form-inline label {
  font-size: 18px;
  margin-top: 15px;
  /*display: none;*/
  margin-left: 5px;
  line-height: none;
  display: inline-flex;
}

/*------- check-box label  -------*/
/* --------- input --------- */
.form-control, select.form-control {
  background-clip: border-box;
  height: 3.4375rem;
  min-width: 0;
  background-color: #C6C7C8;
  color: #006729;
  border-radius: 8px;
  border: none;
  margin-top: 30px;
}

input:-internal-autofill-selected {
  background-color: #C6C7C8;
  background-image: none !important;
  color: #006729;
}

/* --------- input --------- */
/* --------- checkbox --------- */
input[type=checkbox] {
  cursor: pointer;
  height: 18px;
  width: 18px;
  border: 1px solid black !important;
  background-color: white !important;
}

/* --------- checkbox --------- */
/* --------- button --------- */
.btn-default {
  color: #ffffff;
  background-color: #006729;
  font-family: "hdi-gerling_sansBdCn";
  /*border: 1px solid #157440;*/
  border: none;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.btn-primary.btn-default:hover, .btn-default:hover {
  background-color: #3FA96A;
  border-color: #3FA96A;
}

.btn-primary.btn-default, .btn-default {
  border-radius: 8px;
}

/* --------- button --------- */
/* --------- footer --------- */
.footer-content {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 0px;
}

#navigation {
  width: 100%;
}

.footer-copy {
  text-transform: uppercase;
  font-family: hdi-gerling_sanslight_italic;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.08px;
  text-align: center;
  line-height: 22px;
}

.footer-copy-lower {
  font-family: hdi-gerling_sanslight_italic;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.08px;
  text-align: center;
  line-height: 22px;
}

.footer-policy {
  text-transform: uppercase;
  font-family: hdi-gerling_sanslight;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.1px;
  text-align: center;
  line-height: 22px;
}

.footer-policy a {
  color: #FFFFFF;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.footer-policy a:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

#footer {
  position: absolute;
  bottom: 0;
  background-color: #006729;
  height: 80px;
  width: 100%;
}

/* --------- footer --------- */
.header-top .login-logo {
  font-weight: 100;
  font-size: 40px;
  color: #016629;
  letter-spacing: 0.22px;
  text-align: center;
  text-transform: uppercase;
}

.header-top {
  border-bottom: 1px solid #006729;
  margin-bottom: 40px;
}

.header-top .login-logo img {
  margin-right: 0px;
}

.step-progress {
  position: relative;
  top: -27px;
}

.step-progress-1, .step-progress-2, .step-progress-3 {
  height: 14px;
  flex: 1;
  margin-right: 8px;
  opacity: 0.5;
  background: #D8D8D8;
}

.step-progress-1.active, .step-progress-2.active, .step-progress-3.active {
  background-color: #006729;
  opacity: 1;
}

.step-progress-3 {
  margin-right: 0px;
}

.reg-col {
  margin: auto;
  padding: 0px;
}

#registrazioneMainSection {
  margin-top: -5px;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}

#registrazioneMainSection h2 {
  font-family: "hdi-gerling_sansregular";
  font-size: 28px;
  color: #016629;
  letter-spacing: 0.16px;
  text-align: center;
  /*margin-bottom: 40px;*/
  margin-bottom: 6px;
  margin-top: 12px;
}

#registrazioneMainSection.step1 h2 {
  margin-bottom: 40px;
}

#registrazioneMainSection.step2 h2 {
  margin-top: 12px;
  margin-bottom: 6px;
}

#registrazioneMainSection p {
  font-family: "hdi-gerling_sanslight";
  font-size: 18px;
  color: #727272;
  letter-spacing: 0.1px;
  text-align: center;
  line-height: 22px;
  padding: 20px;
}

.btn-home, .btn-indietro {
  font-family: "hdi-gerling_sansBdCn";
  border: 1px solid #157440;
  background: transparent;
  width: 191px;
  height: 52px;
  float: left;
  margin-right: 16px;
  font-size: 16px;
  color: #016629;
  letter-spacing: 0;
  text-align: center;
  margin-left: 15px;
}

.btn-avanti, .btn-prosegui {
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  background: #006729;
  width: 191px;
  height: 52px;
  float: right;
  margin-right: 16px;
}

.btn-home-finish {
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  background: #006729;
  width: 209px;
  height: 52px;
  margin: 0 auto;
  color: white;
  text-transform: uppercase;
}

.btn-avanti.disabled {
  background: #E0E0E0;
  border: 0;
}

.btn-avanti i,
.btn-prosegui i {
  float: right;
  margin-right: 3px;
  margin-top: 3px;
  position: relative;
  margin-left: -3px;
}

.btn-indietro i {
  top: 7px;
  position: relative;
}

.radio {
  display: inline;
}

.radio input {
  margin-top: 10px;
}

/* Customize the label (the container) */
.radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  top: 5px;
  left: 10px;
  height: 25px;
  width: 25px;
  background: #fff;
  border: 3px solid rgba(0, 0, 0, 0.54);
  border-radius: 50%;
}

.popup_no_assoc_cf_polizza div {
  margin-top: 10px;
}

/* On mouse-over, add a grey background color */
.radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkmark {
  background-color: #fff;
  border-color: #006729;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  top: 3px;
  left: 3px;
  width: 13px;
  height: 13px;
  top: 3.3px;
  left: 3.3px;
  width: 12.6px;
  height: 12.6px;
  border-radius: 50%;
  border-radius: 50%;
  background: #006729;
}

.radio label, .checkbox label {
  font-family: "hdi-gerling_sansbold";
  font-size: 29px;
  color: #727272;
  letter-spacing: 0.13px;
}

.radio label {
  text-transform: uppercase;
  padding-left: 0px;
  /* margin-left: -44px; */
  margin-top: -3px;
  float: left;
  margin-left: 10px;
}

.hdiRadio {
  font-family: "hdi-gerling_sansbold";
  font-size: 24px;
  color: #727272;
  letter-spacing: 0.13px;
}

#registrazioneMainSection form {
  width: 100%;
}

#registrazioneMainSection form input[type=text],
#registrazioneMainSection form input[type=password],
#popup_associa_polizza input[type=text] {
  height: 56px;
  width: 296px;
  max-width: 90%;
  margin: 0 auto;
  background: #E0E0E0;
  font-family: "hdi-gerling_sansregular";
  font-size: 16.52px;
  color: #006729;
  letter-spacing: 0.15px;
  text-align: left;
  line-height: 24px;
}

#popup_associa_polizza input[type=text] {
  margin: 30px;
  /* margin: 0 auto;*/
}

#registrazioneMainSection .help-block,
#popup_associa_polizza .help-block {
  /* margin-top: -1rem; */
  /* margin-left: 1.5rem; */
  margin-top: 0px;
  margin-left: 0px;
}

#registrazioneMainSection .control-label,
#registrazioneMainSection .reference-mark.text-warning,
#popup_associa_polizza .control-label,
#popup_associa_polizza .reference-mark.text-warning {
  display: none;
}

.step3_1 .form-group {
  margin-top: 20px;
}

.step3_2 .form-group {
  margin-bottom: 0px;
}

.cfinputsuggest, .inputsuggest {
  font-size: 12px;
  color: #006729;
  letter-spacing: 0.57px;
  line-height: 17px;
}

.step4 .inputsuggest {
  text-align: left;
  text-decoration: none;
  margin-bottom: 12px;
}

.cfinput {
  text-transform: uppercase;
}

.cfinputsuggest {
  margin-bottom: 50px;
  margin-left: -20px;
}

.inputsuggest {
  margin-top: -14px;
  margin-left: 30px;
}

.step3_1 #divContent {
  padding: 20px;
}

#registrazioneMainSection form input[type=text].numero-cellulare-reg,
#registrazioneMainSection form input[type=text].codice-attivazione-reg {
  width: 343px;
  margin-left: 60px;
}

#div_cellulare_associato_2 {
  text-align: left;
}

#div_cellulare_associato_2 a,
a.richiesta-contatto {
  font-size: 12px;
  color: #006729;
  letter-spacing: 0.57px;
  line-height: 17px;
  margin-left: 80px;
}

#div_cellulare_associato_2 a {
  white-space: nowrap;
}

a.richiesta-contatto {
  overflow: hidden;
  display: block;
  text-align: left;
}

.btn-invia-codice {
  height: 52px;
  width: 246px;
  background: #757575;
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin-left: -80px;
  margin-top: 1px;
}

.step3_2 .form-control::placeholder,
.step4 .form-control::placeholder {
  font-size: 16.52px;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.15px;
  text-align: left;
  text-transform: none;
  opacity: 1;
}

.step3_2 .row2 {
  margin-top: 20px;
}

#registrazioneMainSection.step3_2 p#countdown {
  font-family: "hdi-gerling_sanslight";
  font-size: 18px;
  color: #727272;
  letter-spacing: 0.1px;
  text-align: center;
  line-height: 22px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -47px;
}

#registrazioneMainSection.step3_2 p#countdown .time {
  margin-top: 7px;
  display: block;
  font-family: "hdi-gerling_sansregular";
  font-size: 28px;
  color: #727272;
  letter-spacing: 0.16px;
  text-align: center;
}

/*
#registrazioneMainSection .modal-dialog{
	height: calc(100vh - 180px) !important;
    width: 107% !important;
    left: calc(-20px) !important;
    top: -388px !important;
    position: relative;
    z-index: 0;
}
*/
#registrazioneMainSection p.agrif,
#registrazioneMainSection p.cfinvalid,
#registrazioneMainSection p.cfnotpresent {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  color: #212529;
}

#registrazioneMainSection p.cfinvalid,
#registrazioneMainSection p.cfnotpresent {
  color: #e70710;
}

#registrazioneMainSection p.hinted,
#registrazioneMainSection div.hinted {
  font-family: "hdi-gerling_sanslight";
  text-align: left;
  font-size: 14px;
  border-left: 3px solid #e70710;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #212529;
}

.btn-invia-numero {
  height: 52px;
  width: 174px;
  background: #ffffff;
  border: 2px solid #e70710;
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #e70710;
  margin-top: 1px;
  margin-left: 25px;
  background-image: url(/o/hdi-theme/images/material-send-red-24px.svg);
  background-repeat: no-repeat;
  background-position-x: 87%;
  background-position-y: 45%;
}

#registrazioneMainSection form input[type=text].numero-cellulare-contact {
  margin-left: 15px;
}

#popup_associa_polizza {
  font-family: "hdi-gerling_sanslight";
  padding: 20px;
}

.btn-associa {
  height: 52px;
  width: 246px;
  background: #757575;
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin-left: -42px;
  margin-top: 31px;
}

.btn-verifica {
  height: 52px;
  width: 246px;
  background: #757575;
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin-left: -42px;
  margin-top: 31px;
}

.btn-scarica-modulo {
  height: 52px;
  width: 246px;
  background: #006729;
  font-family: "hdi-gerling_sansBdCn";
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin-left: -42px;
  margin-top: 31px;
}

#div-btn-scarica-modulo {
  text-align: center;
}

.dialog-iframe-popup .portlet-body, .dialog-iframe-popup .portlet-boundary, .dialog-iframe-popup .portlet-column, .dialog-iframe-popup .portlet-layout {
  background: #fff;
}

.email_hint_bold {
  display: block;
  font-family: "hdi-gerling_sansbold";
  font-size: 16px;
  color: #727272;
  letter-spacing: 0.09px;
  text-align: center;
  text-transform: uppercase;
}

#registrazioneMainSection.step4 h2 {
  margin: 0 auto;
  margin-bottom: 25px;
}

.passcol .input-text-wrapper {
  position: relative;
}

.emailcol {
  margin-right: -24px !important;
}

.circleok {
  margin: 0 auto;
  font-size: 162px;
  color: #006729;
}

.step2 .insnum {
  margin-top: 10px;
}

.header-top .login-logo img {
  height: 39px;
  text-align: center;
}

.step_finish h2 {
  font-family: "hdi-gerling_sansregular";
  font-size: 28px;
  color: #016629;
  letter-spacing: 0.16px;
  text-align: center;
}

.step_finish p {
  margin-bottom: 0px;
}

.step_finish h3 {
  font-family: "hdi-gerling_sansregular";
  font-size: 22.68px;
  color: #016629;
  letter-spacing: 0.13px;
  text-align: center;
}

#registration-modal .numero-cellulare-contact {
  margin-top: 0px;
  margin-left: 10px;
}

#registration-modal .modal-body {
  padding: 20px;
}

.step_verifyemail .centered-btn {
  margin: 0 auto;
}

.step_verifyemail img.oksign {
  height: 100px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.step_verifyemail #divContent {
  width: 100%;
}

@media (max-width: 767.98px) {
  #div_cellulare_associato_2 a, a.richiesta-contatto {
    margin-left: 45px;
  }
  #registrazioneMainSection.step3_2 p#countdown {
    /*	padding-left: 10%;*/
    margin-top: 15x;
    margin-left: 0px;
  }
  .regcontainer {
    margin-top: -55px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .regcontainer .login-top {
    margin-left: -15px;
    margin-right: -15px;
  }
  .header-top .login-logo img {
    height: 29px;
  }
  .header-top .login-logo {
    font-size: 31px;
  }
  .btn-home,
  .btn-indietro,
  .btn-avanti {
    /*width: 125px;*/
    width: 40%;
  }
  .btn-invia-numero {
    margin-left: 15px;
    margin-top: 10px;
  }
  #registrazioneMainSection form input[type=text].numero-cellulare-reg, #registrazioneMainSection form input[type=text].codice-attivazione-reg {
    margin-left: 5%;
    max-width: 90%;
  }
  .btn-invia-codice {
    margin-top: 10px;
    width: 90%;
    margin-left: 0%;
  }
  #div_cellulare_associato_2 a, a.richiesta-contatto {
    margin-left: 33px;
  }
  #popup_associa_polizza input[type=text] {
    margin: 5%;
  }
  .btn-associa {
    margin-left: 5%;
    width: 90%;
    margin-top: 15px;
  }
  .btn-verifica {
    margin-left: 5%;
    width: 90%;
    margin-top: 15px;
  }
  .btn-scarica-modulo {
    margin-left: 5%;
    width: 90%;
    margin-top: 15px;
  }
  .step-progress-1, .step-progress-2, .step-progress-3 {
    height: 6px;
  }
  .emailcol {
    margin-right: 0px !important;
  }
  .btn-avanti, .btn-prosegui {
    float: right;
  }
  .btn-avanti.disabled {
    margin: 0 auto;
  }
  .portlet-content, .portlet-minimized .portlet-content-container {
    padding: 10px 15px 10px;
  }
}
@media only screen and (min-width: 626px) and (max-width: 1024px) {
  #popup_associa_polizza input[type=text] {
    width: 100%;
  }
  /* allarga un po' la finestra di registrazione su tablet */
  .regcontainer .col-md-8 {
    flex: 0 0 75.66667%;
    max-width: 75.66667%;
  }
}
.regcontainer .login-top {
  margin-right: -15px;
  margin-left: -15px;
}

.portlet-decorate .portlet-content {
  background: transparent;
}

svg.lexicon-icon.lexicon-icon-angle-left {
  display: none;
}

.w100 {
  width: 100%;
}

.hdicard {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px -2px rgb(33, 33, 33);
  -moz-box-shadow: 0px 0px 3px -2px rgb(33, 33, 33);
  box-shadow: 0px 0px 3px -2px rgb(33, 33, 33);
  border-radius: 8px;
}

a.btn {
  display: table;
  text-decoration: none;
}

a.btn span {
  display: table-cell;
  vertical-align: middle;
}

.form-control::placeholder {
  font-size: 16.52px;
  color: #006729;
  letter-spacing: 0.15px;
  text-align: left;
  text-transform: none;
  opacity: 1;
}

/* modals */
.our-modals .modal-dialog {
  outline: 0 !important;
  border: 0 !important;
}

.our-modals .modal-content {
  border-radius: 8px !important;
  border: 0 !important;
}

#red-modal .modal-header,
#registration-modal .modal-header {
  background: #cb0018 !important;
  color: white !important;
  font-family: "hdi-gerling_sansbold" !important;
}

#green-modal .modal-header,
.green-modal .modal-header {
  background: #006729 !important;
  color: white !important;
  font-family: "hdi-gerling_sansbold" !important;
}

.our-modals .modal-body {
  padding: 0px !important;
}

.our-modals .close {
  opacity: 1 !important;
  font-size: 37px !important;
  color: white !important;
}

#white-modal .close,
.white-modal .close {
  color: #727272 !important;
}

.hdi-section .form-control {
  margin-top: 0px;
}

.btn-float-right {
  float: right;
  max-width: 40%;
}

.searchcard {
  padding: 20px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
  border-top: 5px #006729 solid;
  border-radius: 2px;
  background: #fff;
}

.portlet-title-text {
  font-size: 27px;
  text-transform: uppercase;
  font-family: "hdi-gerling_sansbold";
  letter-spacing: 0.3px;
  /* background-color: white; */
  color: #006729;
}

.btn-primary.btn-default {
  color: #fff;
  background-color: #006729;
  border-color: #006729;
}

.ellipsis:before {
  float: right;
  content: attr(data-tail);
}

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

.hdi-section table {
  border-collapse: separate;
  /* border-collapse: unset; */
  border-spacing: 0 2px;
}

.hdi-section table thead th {
  padding-bottom: 20px;
  padding-top: 20px;
  text-transform: uppercase;
  border-bottom: 2px #006729 solid;
}

.hdi-section .countresults {
  margin-top: 24px;
}

.hdi-section .countresults .countresults_num {
  color: #006729;
  padding-right: 10px;
}

.hdi-section .dataTables_length {
  float: left;
  font-family: hdi-gerling_sanslight_italic;
  font-size: 14px;
  color: #727272;
  letter-spacing: 0.08px;
  line-height: 22px;
}

.hdi-section .dataTables_paginate {
  float: right;
}

.hdi-section .dataTables_length .hdi-select {
  position: relative;
  display: inline-block;
  width: 87px;
  height: 32px;
  top: 10px;
}

.hdi-section .dataTables_paginate span.pfirst i:nth-of-type(1) {
  position: relative;
  left: 4px;
}

.hdi-section .dataTables_paginate span.plast i:nth-of-type(2) {
  position: relative;
  right: 4px;
}

.hdi-section .dataTables_paginate .paginate_button {
  margin: 5px;
  text-decoration: none;
  top: 15px;
  position: relative;
  font-size: 18px;
  letter-spacing: 0.1px;
  text-align: center;
  line-height: 22px;
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 8px;
  cursor: pointer;
}

.hdi-section .dataTables_paginate .paginate_button.disabled {
  color: #C6C7C8;
}

.hdi-section .dataTables_paginate .paginate_button.current,
.hdi-section .dataTables_paginate .paginate_button:not(.disabled):hover {
  color: #FFFFFF;
  background: #006729;
  border-radius: 8px;
}

.hdi-section .dataTables_length .select-items div, .hdi-section .dataTables_length .select-selected {
  height: 32px;
  line-height: 5px;
  color: #000;
}

.hdi-section .dataTables_length .elms {
  position: relative;
  top: -3px;
}

.hdi-section .dataTables_length .select-selected {
  border: 1px solid #C6C7C8;
  border-radius: 8px;
  background: white;
  line-height: 0px;
}

.hdi-section .dataTables_length .select-selected i {
  position: absolute;
  right: 10px;
  top: 8px;
  color: #6C6F70;
}

.hdi-section table td {
  background-color: #f9f9f9;
  margin-top: 2px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.hdi-section table td:first-child {
  padding-left: 20px;
  padding-right: 10px;
}

.filename {
  position: relative;
  display: inline-block;
  margin: auto;
  white-space: nowrap;
  max-width: 100%;
  height: auto;
}

.filename .name {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  /* This padding must match the width set on the .extension below */
  padding-right: 28px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  height: auto;
  vertical-align: middle;
}

.filename .extension {
  position: absolute;
  top: 0;
  right: 0;
  text-align: left;
  /*
  For better results calculate the size of the text within this element with JS
  Set this elements width style & the .name's padding-right with JS
  */
  width: 28px;
  vertical-align: middle;
}

a .filename .name,
a .filename .extension {
  text-decoration: underline;
  text-decoration-skip: ink;
}

.navbar-inverse .navbar-nav > li > a {
  min-width: 90px;
}

/*-- select liferay --*/
select.form-control:not([multiple]):not([size]) {
  background-color: #efefef;
  height: 55px;
  padding: 15px 20px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: #efefef !important;
  color: #006729 !important;
}

.f14 {
  font-size: 14px;
}

.has-error .help-block,
.msg-error {
  color: #cb0018;
  background: transparent;
}

.hover-dropdown:hover + .dropdown-menu,
.hover-dropdown + .dropdown-menu:hover {
  display: block;
  margin-top: 0;
  margin-top: -20px;
}

.file-upload-row .card-horizontal {
  margin: 10px;
}

.file-upload-row .card-horizontal:first-of-type {
  margin-left: 0px;
}

.file-upload-row .card-horizontal:last-of-type {
  margin-right: 0px;
}

.col-nopadding {
  padding-left: 0;
  padding-right: 0;
}

.bold {
  font-family: "hdi-gerling_sansbold";
}

.rownomargin {
  margin: 0px;
}

.rowmargin {
  margin-left: -15px;
  margin-right: -15px;
}

.btn-scatta-foto {
  margin-right: 20px;
}

.a-decoration:hover {
  text-decoration: none;
}

/* IE11=trident*/
.trident li.li-menu-home {
  padding-top: 12px;
}
.trident .nav > .li-menu-home > a {
  padding-bottom: 9px;
}
.trident .nav > .li-menu-home.selected > a {
  padding-bottom: 9px;
}
.trident .nav > .li-menu-home:hover > a {
  padding-bottom: 9px;
}
.trident .form-control {
  margin-top: 0px;
}

.dialog-iframe-root-node {
  padding: 0px !important;
}

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

section#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_footercontentarinstance {
  margin-bottom: 0px;
  position: initial;
}

@media (max-width: 767.98px) {
  .profilo-tabs-container .btn-save-left,
  .profilo-tabs-container .btn-primary.btn-default.disabled.btn-save-left,
  .profilo-tabs-container .btn-primary.btn-default.btn-save-left:disabled {
    /* margin-left: 20px; */
    /* width: 200px; */
    width: 100%;
  }
  .portlet-content, .portlet-minimized .portlet-content-container {
    padding: 10px 15px 10px;
  }
  .portlet-title-text {
    margin-left: auto;
    margin-right: auto;
  }
  .mobile_padded_container {
    padding-right: 30px;
    padding-left: 30px;
  }
  #main-content {
    width: 100vw;
    overflow-x: hidden;
  }
  .filtra-notifiche-mobile {
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    left: 0px;
    width: 100vw;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background: #E7F7EB;
  }
  .hdi-section table td {
    background: #F5F5F5;
  }
  .login-top {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 60px;
  }
  .padding-15-sm {
    padding: 15px;
  }
  .hdi-section .dataTables_paginate {
    /* float: right; */
    float: none;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 24px;
  }
  .hdi-section .dataTables_length {
    float: none;
    text-align: center;
  }
  .row.documenti {
    margin-top: 0px;
  }
  .row.documenti .col-md-6 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .view-dettaglio-polizze .btn-agenzia {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .view-dettaglio-polizze .btn-agenzia {
    width: 196px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1585px) {
  .view-dettaglio-polizze .btn-agenzia {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .btn-associa {
    /* margin-left: -42px; */
    /* margin-top: 31px; */
    /* margin-left: -42px; */
    /* margin-top: 31px; */
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .navbar-menu-mobile .container-fluid {
    margin: 0 30vw;
  }
  #registrazioneMainSection form input[type=text].numero-cellulare-reg, #registrazioneMainSection form input[type=text].codice-attivazione-reg {
    width: 343px;
    margin-left: 0px;
    max-width: 110%;
  }
  #registrazioneMainSection.step3_2 p#countdown {
    margin-left: 0px;
  }
  .btn-invia-codice {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
  }
  .hdi-profile .portlet-layout.row:first-of-type {
    display: none;
  }
  .hdi-profile #column-1, .hdi-profile #column-2, .hdi-profile #column-5 {
    display: none;
  }
  .hdi-profile #column-3 {
    flex: initial;
    max-width: initial;
    margin-left: 35px;
    margin-right: 35px;
  }
  .hdi-profile #column-4 {
    flex: initial;
    max-width: initial;
    margin-left: 25px;
    margin-right: 35px;
    margin-bottom: 80px;
  }
  .navbar-menu-mobile .footer-mobile-nav {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hdi-profile #column-3 {
    margin-left: 50px;
  }
  .hdi-profile #column-4 {
    margin-left: 60px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .col-nopadding-sm {
    padding-left: 0;
    padding-right: 0;
  }
  .rownomargin-sm {
    margin: 0px;
  }
  #content {
    padding-top: 60px;
  }
  .usernav-mobile {
    position: fixed;
    left: 120%;
    transition: 0.27s linear all;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.27);
    height: 100vh;
    background: #f5f5f5;
    z-index: 1200;
  }
  .usernav-mobile.open {
    left: 40px;
    right: 0px;
    top: 0px;
  }
  .usernav-mobile a.row {
    text-decoration: none;
    font-size: 21px;
    margin-top: 35px;
    margin-left: 20px;
  }
  .usernav-mobile a.red {
    color: #cb0018;
    margin-top: 55px;
  }
  .usernav-mobile a.green {
    color: #006729;
  }
  .usernav-mobile a.gray {
    color: #6C6F70;
  }
  .usernav-mobile .mseparator {
    border-bottom: 1px solid #006729;
    margin: 30px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .usernav-close {
    font-size: 30px;
    /* color: #f5f5f5; */
    margin-left: 10px;
    color: #848484;
    cursor: pointer;
  }
  nav.navbar-menu-mobile {
    top: 120%;
    transition: 0.27s linear all;
    background-color: #006729;
    border-color: transparent;
    position: fixed;
    width: 100vw;
    text-align: center;
    z-index: 1300;
  }
  nav.navbar-menu-mobile .close {
    margin: 0 auto;
    margin-top: -21px;
    color: white;
    font-size: 21px;
  }
  .mobile-menu-overlay {
    transition: 0.27s linear all;
  }
  .mobile-menu-overlay.show {
    position: fixed;
    z-index: 1299;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: #848484;
    opacity: 0.666;
  }
  nav.navbar-menu-mobile.open {
    top: 23%;
    bottom: 0;
  }
  .hidden-tablet-pro-down {
    display: none;
  }
  .navbar-menu-mobile .container-fluid {
    margin-top: -21px;
  }
  #navigation, .header-banner {
    display: none;
  }
  .usernav-container {
    width: 100vw;
    position: fixed;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 1100;
    background: #fff;
  }
  .usernav-icon-container {
    padding-right: 0;
    padding-top: 3px;
  }
  .usernav-icon-container img {
    width: 24px;
    height: auto;
  }
  .header-mobile-logo img {
    height: 40px;
  }
  .footer-mobile-nav {
    margin: 0 auto;
    border-top: 1px solid #C6C7C8;
    margin-top: 25px;
    padding-top: 25px;
    text-align: center;
    color: white;
  }
  #footer-mobile {
    display: block;
  }
  #footer {
    display: none;
  }
  #footer-mobile {
    position: absolute;
    bottom: -80;
    background-color: #006729;
    padding: 20px;
    width: 100%;
    z-index: 799;
  }
  body {
    padding-bottom: 154px;
  }
  .navbar-toggle {
    /* display: none; */
    display: block;
  }
  #column-4 {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1025px) {
  #footer-mobile {
    display: none;
  }
  .navbar-menu-mobile {
    display: none;
  }
  .header-banner-mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-banner.row,
  .portlet-layout.row {
    max-width: 100vw;
  }
  html {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 576px) {
  .hidden-sm-down {
    display: none;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none;
  }
  .col-nopadding-sm-up {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 770px) {
  .hidden-tablet-up {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .hidden-tablet-down {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .hidden-tablet-pro-up {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .hidden-tablet-pro-down {
    display: none;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: none;
  }
}
.modal-dialog .modal-dialog-content .modal-header {
  flex-direction: row-reverse;
}

.portlet-msg-error {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
  border-style: solid;
  border-width: 0.0625rem;
  border-radius: 0.25rem;
  display: block;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
  position: relative;
  white-space: normal;
  word-wrap: break-word;
}

.btn-primary, .btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #006729;
  border-color: #006729;
  border-radius: 8px;
}

.btn-primary:hover, .btn-primary:active {
  background-color: #3fa96a;
  border-color: #3fa96a;
}

.form-control[type=file] {
  background: transparent;
  border-color: transparent;
  padding: 0;
}

.separator {
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 0.0625rem 0 0 0;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

/* AUI in 7.4 usa btn-secondary come default class, in 7.2 usava btn-default */
/* Copia di .btn-default presente in hdi_custom/commons_rules.scss */
.btn-secondary {
  color: #ffffff;
  background-color: #006729;
  font-family: "hdi-gerling_sansBdCn";
  /*border: 1px solid #157440;*/
  border: none;
  border-radius: 8px;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.btn-secondary:hover {
  background-color: #3FA96A;
  border-color: #3FA96A;
}

/* Sidemenu */
.sidemenu .nav-pills .nav-link.active {
  background-color: #006729;
  color: #fff;
  box-shadow: none;
}

.alert-danger strong.lead {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}