@charset "UTF-8";
.loadingmask-message {
  background: transparent;
  border-width: 0;
  display: block;
  height: 1em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  width: 1em;
}
.loadingmask-message .loadingmask-message-content {
  -webkit-animation: loading-animation 1.2s infinite ease-out;
  animation: loading-animation 1.2s infinite ease-out;
  background: transparent;
  border-radius: 50%;
  border-width: 0;
  clear: both;
  color: transparent;
  height: 1em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 1em;
}

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

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

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

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

span.alert {
  display: inline-block;
}

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

.quick-access-nav {
  position: absolute;
  top: -1000px;
  width: 100%;
  z-index: 1000;
}
.quick-access-nav a {
  background: #333;
  background: rgba(51, 51, 51, 0.9);
  border: 1px solid #fff;
  left: 0;
  outline: none;
  padding: 8px;
  position: absolute;
  right: 0;
  text-align: center;
}
.quick-access-nav a:focus {
  color: #fff;
  top: 1000px;
}

@media (max-width: 991.98px) {
  .responsive-table-horizontal {
    display: block;
    position: relative;
    width: 100%;
  }
  .responsive-table-horizontal:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  .responsive-table-horizontal tbody {
    display: block;
    overflow-x: auto;
    position: relative;
    white-space: nowrap;
    width: auto;
  }
  .responsive-table-horizontal tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .responsive-table-horizontal tbody tr td {
    display: block;
    margin-bottom: 20px;
  }
  .responsive-table-horizontal tbody tr td:first-child {
    text-align: left;
  }
  .responsive-table-horizontal thead {
    display: block;
    float: left;
    margin-right: 10px;
  }
  .responsive-table-horizontal thead:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  .responsive-table-horizontal thead th {
    display: block;
    margin-bottom: 20px;
    text-align: right;
  }
  .responsive-table-horizontal thead th:first-child {
    text-align: right;
  }
  .ie9 .responsive-table-horizontal thead {
    float: none;
  }
}
.important {
  font-weight: bold;
}

.highlight {
  background: #ffc;
  font-weight: bold;
  margin: 0 1px;
}

.hide-accessible {
  clip: rect(0 0 0 0) !important;
  position: absolute !important;
  /*Webkit and IE7 let clipped content change the scroll height of the page*/
  /*Scale webkit to 0*/
  -webkit-transform: scale(0);
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 0;
  /*Change IE7 to using fixed*/
  *position: fixed !important;
  /*...And reset back to absolute for IE6*/
  _position: absolute !important;
}

.force-offset {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important;
}

.unselectable,
.unselectable * {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup,
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  background: transparent;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  background: transparent;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  border-color: #a6a6a6;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}

.lfr-asset-category-container .no-matches {
  color: #999;
}

.lfr-asset-category-search-container {
  background-color: #d3dadd;
  border-bottom-color: #aeb8bc;
}

.lfr-asset-category-list a.selected {
  background-color: #eee;
}

.lfr-categories-selector-search-results-path {
  color: #575757;
  font-size: 0.9em;
  text-align: right;
  width: 25%;
}

.lfr-asset-column-actions-content {
  background-color: #d7f1ff;
}

.lfr-asset-column-actions .lfr-asset-column-actions-content {
  border-color: #88c5d9;
}

.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;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right-color: #999;
  color: #999;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}

.lfr-asset-panels .lfr-panel.lfr-extended,
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border-color: #ccc;
}

.lfr-form-row {
  border-bottom-color: #ccc;
}

.lfr-form-row:hover {
  border-bottom-color: #ccc;
}

.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
}

.lfr-edit-layout-panel .taglib-form-navigator .button-holder {
  background-color: #fff;
}

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

.definition-of-terms dt {
  color: #333;
  font-weight: normal;
  width: 100%;
  word-break: break-word;
}
@media (min-width: 576px) {
  .definition-of-terms dt {
    width: auto;
  }
}

.lfr-code {
  background: #fff;
  border-color: #777;
  font-family: monospace;
}
.lfr-code tr td.line-numbers {
  background: #fafafa;
}
.lfr-code tr td.line-numbers:before {
  color: #aaa;
  text-shadow: 1px 1px #fff;
}

.popup-alert-notice .countdown-timer {
  font-size: 1.1em;
  font-weight: bold;
}

.lfr-token {
  background-color: #b3daef;
  border-color: #5fa8ff;
  color: #444;
  text-decoration: none;
}
.lfr-token:hover {
  background-color: #d1e5ef;
}

.lfr-token-primary {
  font-weight: bold;
}
.lfr-token-primary, .lfr-token-primary:hover {
  background-color: #b3daef;
}

.lfr-token-close:hover {
  text-decoration: none;
}

.lfr-button {
  background: no-repeat 0 50%;
}

.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-checkbox-preselected {
  opacity: 0.5;
}

.lfr-header-row {
  border-bottom-color: #7b7b7b;
}
.lfr-header-row .lfr-search-combobox {
  border-color: #5f5f5f;
}

.openid-login input[type=text] {
  background: url(../images/common/openid.gif) no-repeat;
  background-color: #fff;
  background-position: 0 50%;
  color: #000;
}

.page-extra-settings .lfr-panel-titlebar .lfr-panel-title {
  font-size: 1em;
}

.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  color: #333;
  font-weight: normal;
}

.lfr-panel.lfr-extended,
.lfr-panel-container,
.lfr-floating-container {
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
}

.lfr-panel-container,
.lfr-floating-container {
  background: #fff;
}

.lfr-panel-titlebar .lfr-panel-title {
  font-size: 1.2em;
  font-weight: bold;
}
.lfr-panel-titlebar .lfr-panel-button {
  background: url(../images/application/panel_header_toggler_close.png) no-repeat 0 0;
}
.lfr-panel-titlebar .lfr-panel-button:hover {
  background-position: 0 100%;
}

.lfr-panel.lfr-collapsible .lfr-panel-titlebar {
  background: url(../images/arrows/05_down.png) no-repeat 2px 50%;
}
.lfr-panel.lfr-collapsed .lfr-panel-titlebar {
  background-image: url(../images/arrows/05_right.png);
}
.lfr-panel.lfr-collapsed .lfr-panel-titlebar .lfr-panel-button {
  background-image: url(../images/application/panel_header_toggler_open.png);
}
.lfr-panel.lfr-extended .lfr-panel-titlebar {
  background: #d6d6d6 url(../images/application/panel_header.png) repeat-x 0 0;
  border-bottom-color: #cdcdcd;
}

.lfr-panel-container .lfr-extended.lfr-collapsible .lfr-panel-titlebar {
  border-top-color: #cecece;
}

.js .lfr-floating-trigger {
  background-image: url(../images/arrows/05_down.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  text-decoration: none;
}

.lfr-panel-page .panel-page-content {
  border-left-color: #ccc;
}
.lfr-panel-page .lfr-add-content h2 {
  border-color: #ccc;
}
.lfr-panel-page .lfr-add-content h2 span {
  background: #efefef;
}
.lfr-panel-page .lfr-add-content .lfr-content-category h2 {
  border-bottom-color: #ccc;
}
.lfr-panel-page .lfr-add-content .lfr-content-category h2 span {
  background: none;
}

.lfr-panel-content .paginator-container {
  background: #cfd2d5;
  border-bottom-color: #dcdee0;
  border-top-color: #dcdee0;
}
.lfr-panel-content .paginator-page-container .paginator-page-link {
  background: none;
  border-color: #cfd2d5;
}
.lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page {
  background: #99a7b3 url(../images/application/current_page_hover_bg.png) repeat-x 0 0;
  border-color: #6b7785 #7c8994 #919fa9;
  color: #fff;
  font-weight: bold;
}
.lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page:hover {
  background: #5094d7 url(../images/application/current_page_bg.png) repeat-x 0 0;
  border-color: #31659c #396ea8 #4c8ccb;
}

#portlet-set-properties fieldset fieldset legend {
  font-size: 1.1em;
}

.lfr-preview-file-content {
  border-bottom-color: #6d6d6e;
}

.lfr-preview-file-image-current-column,
.lfr-preview-file-video-current-column {
  background: url(../images/common/checkerboard.png);
}

.lfr-preview-file-toolbar {
  background: #333;
  opacity: 0.5;
}
.lfr-preview-file-toolbar .icon-arrow-1-l {
  background: url(../images/document_library/preview_left.png) no-repeat 0 50%;
}
.lfr-preview-file-toolbar .icon-arrow-1-r {
  background: url(../images/document_library/preview_right.png) no-repeat 0 50%;
}
.lfr-preview-file-toolbar .icon-zoomin {
  background: url(../images/document_library/preview_zoom.png) no-repeat 0 50%;
}

.lfr-preview-file-image-current-column:hover .lfr-preview-file-toolbar {
  opacity: 1;
}

.lfr-preview-file-info {
  background: #333;
  color: #fff;
  opacity: 0.5;
}
.lfr-preview-file-info:hover {
  opacity: 1;
}

.lfr-preview-file-index {
  font-weight: bold;
}

.lfr-preview-file-image-current {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%;
}

.lfr-preview-file-image img {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%;
  border-color: #aeb8bc;
}

.lfr-preview-file-image-selected img,
.lfr-preview-file-image:hover img {
  border-color: #00a2ea;
}

.lfr-preview-file-loading-indicator {
  background: #333;
  color: #fff;
}

.lfr-preview-file-image-overlay-content {
  background: url(../images/common/checkerboard.png);
  border-color: #555;
}

.firefox .lfr-preview-video-content div.video-node {
  height: 100%;
}

textarea.lfr-editor-textarea {
  font-family: monospace;
}

.lfr-rich-editor.ace_editor {
  border-color: #a1a2a4;
}

.lfr-plain-editor textarea,
.lfr-rich-editor.ace_editor {
  font-family: "Monaco", "Menlo", "Droid Sans Mono", "Courier New", monospace;
  font-size: 12px;
}

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

.lfr-spa-loading-bar {
  background: #2fa4f5;
}

.lfr-tag-selector-popup label {
  border-bottom-color: #eee;
}
.lfr-tag-selector-popup .no-matches {
  color: #999;
}

.lfr-toolbar {
  background-color: #e5e4e8;
}
.lfr-toolbar .lfr-button:focus {
  border-color: #000;
}
.lfr-toolbar .lfr-button:hover {
  border-color: #ccc #777 #777;
}
.lfr-toolbar .lfr-separator {
  border-left-color: #fff;
  border-right-color: #ccc;
  font-size: 12px;
}

.lfr-toolbar .lfr-button,
.lfr-emoticon-container .lfr-button {
  border-color: #e5e4e8;
}

.lfr-emoticon-container {
  background: #e5e4e8;
  border-color: #ccc;
}

.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
  text-decoration: none;
}
.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-tree a {
  text-decoration: none;
}

.tree-drag-helper {
  z-index: 1035;
}

.lfr-upload-container .upload-target {
  border-color: #ddd;
}
.lfr-upload-container .upload-target h4 span {
  text-transform: lowercase;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.lfr-upload-container a.browse-button {
  background-image: url(../images/common/add.png);
  background-repeat: no-repeat;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
}
.lfr-upload-container a.clear-uploads {
  background-image: url(../images/common/remove.png);
  background-repeat: no-repeat;
}
.lfr-upload-container a.cancel-uploads {
  background-image: url(../images/common/close.png);
  background-repeat: no-repeat;
}
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #869cad;
}
.lfr-upload-container .delete-button {
  color: #869cad;
}
.lfr-upload-container .file-added .success-message {
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
}
.lfr-upload-container .multiple-files .upload-error {
  background: #fdd url(../images/messages/error.png) no-repeat 5px 5px;
  border-color: #900;
  color: #900;
  font-weight: normal;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
}
.lfr-upload-container .file-uploading {
  background-color: #ffc;
}
.lfr-upload-container .progress-bar {
  background: #fff;
  margin-top: 25px;
  text-align: left;
  width: 100%;
}
.lfr-upload-container .progress {
  background: #8db2e3;
}

.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #ddedde;
  border-color: #7d7;
  border-style: dashed;
}

/* ---------- Input file ---------- */
/* ---------- Table ---------- */
.app-view-entry:hover .entry-thumbnail {
  border-color: #7abfdd;
}
.app-view-entry.selected .entry-thumbnail {
  border-color: #057cb0;
}
.app-view-entry.selected .entry-metadata dt,
.app-view-entry.selected .entry-metadata dd,
.app-view-entry.selected .entry-metadata .entry-categories,
.app-view-entry.selected .entry-metadata .entry-tags,
.app-view-entry.selected .entry-metadata .entry-description {
  color: #f0f0f0;
}
.app-view-entry .entry-title {
  font-weight: bold;
}
.app-view-entry .entry-link {
  text-decoration: none;
}
.app-view-entry .entry-metadata dt,
.app-view-entry .entry-metadata dd,
.app-view-entry .entry-metadata .entry-categories,
.app-view-entry .entry-metadata .entry-tags,
.app-view-entry .entry-metadata .entry-description {
  color: #333;
  word-wrap: break-word;
}
.app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary {
  font-weight: bold;
}
.app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary .asset-category {
  font-weight: normal;
}
.app-view-entry.selected, .app-view-entry.selected:hover {
  background-color: #00a2ea;
}
.app-view-entry.selected a, .app-view-entry.selected a:focus, .app-view-entry.selected a:hover {
  color: #fff;
}
.app-view-entry.selected a .lfr-icon-menu-arrow {
  color: #333;
}
.app-view-entry.active-area, .app-view-entry.active-area.hover, .app-view-entry.active-area td {
  background-color: #5ad300;
}
.app-view-entry:hover, .app-view-entry.hover {
  background-color: #d3e8f1;
}
.app-view-entry a.entry-link:hover {
  text-decoration: none;
}
.app-view-entry a.entry-link:hover .entry-metadata .entry-title .entry-title-text {
  text-decoration: underline;
}

.app-view-entry-taglib.entry-display-style.display-icon .entry-title {
  font-weight: normal;
}

.app-view-search-entry-taglib .entry-discussion a,
.app-view-search-entry-taglib .entry-attachment a {
  text-decoration: none;
}
.app-view-search-entry-taglib .entry-discussion:hover,
.app-view-search-entry-taglib .entry-attachment:hover {
  background-color: #d3e8f1;
}
.app-view-search-entry-taglib .entry-folder {
  color: #999;
}
.app-view-search-entry-taglib .entry-link .entry-thumbnail-image {
  color: #000;
  text-decoration: none;
}
.app-view-search-entry-taglib.alt {
  background-color: #edf0f3;
}
.app-view-search-entry-taglib.search {
  background-color: #fff;
}
.app-view-search-entry-taglib.search.alt {
  background-color: #e2e5e8;
}

.app-view-taglib .display-style .icon {
  background-image: url(../images/application/layouts.png);
  background-repeat: no-repeat;
}
.app-view-taglib .icon-display-descriptive {
  background-position: -32px 0;
}
.app-view-taglib .icon-display-icon {
  background-position: -16px 0;
}
.app-view-taglib .icon-display-list {
  background-position: 0 0;
}
.app-view-taglib .state-active .icon-display-descriptive {
  background-position: -32px 100%;
}
.app-view-taglib .state-active .icon-display-icon {
  background-position: -16px 100%;
}

@media (max-width: 767.98px) {
  .navbar .nav-display-style-buttons .display-style-buttons > .dropdown > .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
  }
}
.navbar .nav-display-style-buttons .display-style-buttons-container .dropdown-toggle .caret {
  border-bottom-color: #333;
  border-top-color: #333;
}

.taglib-asset-metadata .metadata-entry-label {
  font-weight: normal;
}
.taglib-asset-metadata .metadata-author {
  font-weight: bold;
}
.taglib-asset-metadata .metadata-entry {
  color: #999;
}
.taglib-asset-metadata .metadata-author .asset-user-info .user-info {
  color: #009ae5;
  font-size: 14px;
  line-height: 14px;
}
.taglib-asset-metadata .metadata-author .asset-user-info .date-info {
  color: #8c8c8c;
  font-size: 13px;
}

.taglib-calendar table {
  border-color: #999;
}
.taglib-calendar tr th,
.taglib-calendar tr td {
  border-bottom-color: #999;
}
.taglib-calendar tr.portlet-section-header th,
.taglib-calendar tr td {
  border-color: #999;
}
.taglib-calendar a:hover,
.taglib-calendar a:focus {
  background-color: #ccc;
}
.taglib-calendar .calendar-inactive {
  color: #999;
}
.taglib-calendar .has-events a span {
  background: url(../images/calendar/event_indicator.png) no-repeat 50% 95%;
}
.taglib-calendar .has-events.calendar-current-day a span {
  background-image: url(../images/calendar/event_indicator_current.png);
}

.taglib-diff-addedline,
#taglib-diff-results ins {
  background: #e6ffe6;
}

.taglib-diff-context {
  background: #eee;
}

.taglib-diff-deletedline,
#taglib-diff-results del {
  background: #ffe6e6;
}

.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 {
  opacity: 0.55;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border-color: #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-color: #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-color: #fdc6c6;
}

.diff-version-comparator .taglib-diff-html .diff-html-changed {
  background-image: none;
  border-bottom-color: #009ae5;
}
.diff-version-comparator .taglib-diff-html .diff-html-changed img {
  border-color: #009ae5;
}
.diff-version-comparator .diff-target-selector {
  border-left-color: #e5e5e5;
}
.diff-version-comparator .diff-version-filter {
  background-color: #f9f9f9;
}

.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1;
}
@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-actions li a,
.taglib-discussion .lfr-discussion-actions li a span {
  text-decoration: none;
}
.taglib-discussion .lfr-discussion-actions li a:hover span, .taglib-discussion .lfr-discussion-actions li a:focus span {
  text-decoration: underline;
}
.taglib-discussion .lfr-discussion-form-container .lfr-discussion-form {
  background: #ddd;
  border-radius: 4px;
}
.taglib-discussion .lfr-discussion-form-container .lfr-discussion-form .taglib-user-display .user-profile-image .avatar {
  background-size: 40px;
}

.lfr-discussion-reply.popover .lfr-discussion-reply-user-name {
  font-weight: bold;
}

.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}

.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-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
}
.drop-here-info .drop-text {
  color: #fff;
}

.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.lfr-ddm-field-group {
  margin-bottom: 20px;
}

.lfr-ddm-field-group-inline {
  display: inline-block;
  vertical-align: bottom;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  background: transparent;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active {
  background: transparent;
  opacity: 1;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:focus {
  background: transparent;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .message {
  color: #000;
  opacity: 0.7;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .number {
  background: #333;
  font-size: 18px;
  opacity: 1;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .tab-icon {
  color: #333;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label {
  background: transparent;
  outline: 0;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus {
  text-decoration: 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 {
  opacity: 1;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  background: #ccc;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  opacity: 0.6;
  text-decoration: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .message {
  color: #000;
  font-size: 12px;
}

.taglib-header {
  border-bottom-color: #c8c9ca;
  color: #555;
}
.taglib-header .header-back-to a {
  font-weight: bold;
  text-decoration: none;
}

a.taglib-icon, a.taglib-icon:focus, a.taglib-icon:hover {
  text-decoration: none;
}
a.taglib-icon:focus .taglib-text, a.taglib-icon:hover .taglib-text {
  text-decoration: underline;
}
a.taglib-icon.btn:focus .taglib-text, a.taglib-icon.btn:hover .taglib-text {
  text-decoration: none;
}

.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.taglib-icon-label {
  margin-left: 12px;
}

.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}
.input-localized.input-localized-focused .palette-item-inner .lfr-input-localized-flag {
  opacity: 1;
}
.input-localized .palette-item-inner {
  border-color: #666;
}
.input-localized .palette-item,
.input-localized .palette-item-inner,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  background: #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background: #ff0047;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}
.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
}
.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}
.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
}

.taglib-image-selector .change-image-controls {
  background: #fff;
}
.taglib-image-selector .icon-check {
  background: #fff;
  opacity: 0;
  z-index: -1;
}
.taglib-image-selector .progress-wrapper .progressbar {
  background: #b0b4bb;
  opacity: 0.7;
}
.taglib-image-selector.check-active .icon-check {
  opacity: 1;
  z-index: 0;
}
.taglib-image-selector.drop-active {
  outline-width: 0;
}
.taglib-image-selector.drop-active .browse-image-controls {
  opacity: 0;
}
.taglib-image-selector.drop-active .icon-check {
  opacity: 0;
}
.taglib-image-selector.drop-active .image-wrapper {
  opacity: 0.15;
}
.taglib-image-selector.drop-active .error-wrapper {
  opacity: 0;
}
.taglib-image-selector.progress-active .image-wrapper {
  opacity: 0.15;
}
.taglib-image-selector.progress-active .browse-image-controls {
  opacity: 0;
}
.taglib-image-selector.progress-active .drop-here-info {
  opacity: 0;
}
.taglib-image-selector.progress-active .icon-check {
  opacity: 0;
}

.dialog-iframe-popup {
  background-color: #fff;
}

.portlet-item-selector .management-bar {
  border-bottom-color: #e7e7ed;
  border-top: 1px solid #e7e7ed;
}

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

.lfr-tree-display-page .tree-node .tree-node-over .tree-label {
  text-decoration: none;
}
.lfr-tree-display-page .tree-label {
  cursor: default;
}
.lfr-tree-display-page .tree-label a {
  color: black;
}
.lfr-tree-display-page .tree-label .layout-page-invalid {
  color: #aaa;
  font-style: italic;
}
.lfr-tree-display-page .tree-label .layout-page-invalid:hover {
  cursor: default;
  text-decoration: none;
}

.lfr-tree-radio.lfr-tree-root-node-hidden .lfr-root-node + .tree-container {
  margin-left: 0;
}

.lfr-map {
  border-color: #ccc;
}
.lfr-map .search-controls {
  font-size: 15px;
}

.navbar .navbar-search {
  background-color: #f3f3f3;
}
@media (min-width: 576px) {
  .navbar .navbar-search {
    background-color: transparent;
  }
}

.taglib-portlet-preview.show-borders {
  border-color: #828f95;
}
.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 1020;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-left: 375px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}
.lfr-search-container-wrapper a {
  color: #212529;
}
.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: #212529;
}
.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item:nth-last-child(2) {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.lfr-search-container-wrapper .list-group .list-group-item h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6,
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .list-group .list-group-item .checkbox {
  margin-top: 0;
}
.lfr-search-container-wrapper .list-group + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}
.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;
}

.lfr-asset-type-column,
.lfr-author-column,
.lfr-city-column,
.lfr-country-column,
.lfr-email-address-column,
.lfr-job-title-column,
.lfr-region-column,
.lfr-removed-by-column,
.lfr-replier-column,
.lfr-scope-column,
.lfr-screen-name-column,
.lfr-type-column,
.lfr-user-column,
.lfr-users-column {
  word-break: break-all \9 ;
  word-wrap: break-word;
}
@media (min-width: 576px) {
  .lfr-asset-type-column,
  .lfr-author-column,
  .lfr-city-column,
  .lfr-country-column,
  .lfr-email-address-column,
  .lfr-job-title-column,
  .lfr-region-column,
  .lfr-removed-by-column,
  .lfr-replier-column,
  .lfr-scope-column,
  .lfr-screen-name-column,
  .lfr-type-column,
  .lfr-user-column,
  .lfr-users-column {
    max-width: 125px;
    min-width: 100px;
  }
}

.lfr-completion-date-column,
.lfr-create-date-column,
.lfr-date-column,
.lfr-display-date-column,
.lfr-expiration-date-column,
.lfr-last-post-date-column,
.lfr-modified-date-column,
.lfr-removed-date-column,
.lfr-reply-date-column,
.lfr-revision-column,
.lfr-size-column {
  white-space: nowrap;
}

.lfr-description-column,
.lfr-role-column {
  max-width: 375px;
  min-width: 375px;
}

.lfr-email-address-column,
.lfr-name-column,
.lfr-parent-organization-column,
.lfr-screen-name-column,
.lfr-title-column,
.lfr-url-column,
.lfr-wiki-column {
  max-width: 200px;
  min-width: 200px;
}

.lfr-email-column,
.lfr-mobile-column,
.lfr-website-column {
  min-width: 100px;
}
@media (min-width: 576px) {
  .lfr-email-column,
  .lfr-mobile-column,
  .lfr-website-column {
    min-width: 115px;
  }
}
.lfr-email-column .checkbox-container .form-group,
.lfr-mobile-column .checkbox-container .form-group,
.lfr-website-column .checkbox-container .form-group {
  margin-bottom: 0;
}

.user-info .user-details .date-info {
  color: #8c8c8c;
}
.user-info .user-details .user-name {
  color: #009ae5;
}

.taglib-search-toggle .toggle-advanced {
  color: inherit;
}
.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-color: #ddd;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .btn.close {
  margin-right: 5px;
}
.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-social-activities .day-separator {
  border-bottom-color: #ccc;
}

.taglib-social-bookmarks a.social-bookmark-link {
  background-repeat: no-repeat;
}

.taglib-user-display a .user-name {
  text-decoration: underline;
}
.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
}
.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
}
.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}

.js .taglib-webdav.visible {
  background: #f0f5f7;
}
.js .taglib-webdav table {
  border-color: #828f95;
}

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

/* ---------- Cards ---------- */
/* ---------- Cards horizontal ---------- */
/* ---------- Dialogs ---------- */
/* ---------- Splitter ---------- */
/* ---------- Toggle card ---------- */
/* ---------- File icons colors ---------- */
/* ---------- File icons text colors ---------- */
/* ---------- User icons background colors ---------- */
/* ---------- User icons border color ---------- */
/* ---------- User icons colors ---------- */
.aspect-ratio.aspect-ratio-8-to-3 {
  padding-bottom: 37.5%;
}

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

.liferay-autocomplete-input-mirror {
  left: -9999px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: -9999px;
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.card-tab-group .card-tab:nth-child(n+2) {
  border-left: 4px solid #65b6f0;
  padding-left: 20px;
}
.card-tab-group .card-tab:nth-child(n+2) .card-tab {
  border-left: 4px solid #93ccf5;
  padding-left: 20px;
}
.card-tab-group .card-tab:nth-child(n+2) .card-tab .card-tab {
  border-left-color: #c2e2f9;
}
.card-tab-group .card-tab:nth-child(n+2) .card-tab .card-tab .card-tab {
  border-left-width: 0;
  padding-left: 0;
}

.hsv-palette .hsv-view-container .hsv-label-value-hex .hsv-value {
  width: 95px;
}
.hsv-palette .hsv-view-container .hsv-value {
  width: 56px;
}

.yui3-color-picker-popover .palette-container {
  border-collapse: separate;
}

.dialog-iframe-popup .hsv-palette-modal.modal-dialog {
  bottom: 0 !important;
  left: 0 !important;
  margin: 0;
  max-width: none;
  right: 0 !important;
  top: 0 !important;
  width: 100%;
}
@media (min-width: 768px) {
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog {
    bottom: auto !important;
    height: 100%;
    left: 50% !important;
    max-height: 375px;
    max-width: 650px;
    right: auto !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.dialog-iframe-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
  bottom: 0;
  left: 0;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
    border-radius: 0;
    border-width: 0;
  }
}
@media (max-width: 767.98px) {
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog .modal-body {
    padding: 1rem;
  }
}
.dialog-iframe-popup .hsv-palette-modal.modal-dialog .hsv-default-size.hsv-container {
  width: 100%;
}
.dialog-iframe-popup .hsv-palette-modal.modal-dialog .hsv-image-container {
  margin: 0;
}

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

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

.dialog-iframe-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.dialog-iframe-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.dialog-iframe-popup .lfr-form-content {
  padding: 15px;
}
.dialog-iframe-popup .portlet-body,
.dialog-iframe-popup .portlet-boundary,
.dialog-iframe-popup .portlet-column,
.dialog-iframe-popup .portlet-layout {
  height: 100%;
}
.dialog-iframe-popup .portlet-column {
  position: static;
}
.dialog-iframe-popup .dialog-body > .container-fluid-1280,
.dialog-iframe-popup .dialog-body .container-view,
.dialog-iframe-popup .export-dialog-tree > .container-fluid-1280,
.dialog-iframe-popup .export-dialog-tree .container-view,
.dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280,
.dialog-iframe-popup .lfr-dynamic-uploader .container-view,
.dialog-iframe-popup .lfr-form-content > .container-fluid-1280,
.dialog-iframe-popup .lfr-form-content .container-view,
.dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280,
.dialog-iframe-popup .portlet-configuration-body-content .container-view,
.dialog-iframe-popup .process-list > .container-fluid-1280,
.dialog-iframe-popup .process-list .container-view,
.dialog-iframe-popup .roles-selector-body > .container-fluid-1280,
.dialog-iframe-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.dialog-iframe-popup .dialog-body > .container-fluid-1280 > .nav-tabs-default,
.dialog-iframe-popup .dialog-body > .container-fluid-1280 .nav-tabs-underline,
.dialog-iframe-popup .dialog-body .container-view > .nav-tabs-default,
.dialog-iframe-popup .dialog-body .container-view .nav-tabs-underline,
.dialog-iframe-popup .export-dialog-tree > .container-fluid-1280 > .nav-tabs-default,
.dialog-iframe-popup .export-dialog-tree > .container-fluid-1280 .nav-tabs-underline,
.dialog-iframe-popup .export-dialog-tree .container-view > .nav-tabs-default,
.dialog-iframe-popup .export-dialog-tree .container-view .nav-tabs-underline,
.dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280 > .nav-tabs-default,
.dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280 .nav-tabs-underline,
.dialog-iframe-popup .lfr-dynamic-uploader .container-view > .nav-tabs-default,
.dialog-iframe-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.dialog-iframe-popup .lfr-form-content > .container-fluid-1280 > .nav-tabs-default,
.dialog-iframe-popup .lfr-form-content > .container-fluid-1280 .nav-tabs-underline,
.dialog-iframe-popup .lfr-form-content .container-view > .nav-tabs-default,
.dialog-iframe-popup .lfr-form-content .container-view .nav-tabs-underline,
.dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280 > .nav-tabs-default,
.dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280 .nav-tabs-underline,
.dialog-iframe-popup .portlet-configuration-body-content .container-view > .nav-tabs-default,
.dialog-iframe-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.dialog-iframe-popup .process-list > .container-fluid-1280 > .nav-tabs-default,
.dialog-iframe-popup .process-list > .container-fluid-1280 .nav-tabs-underline,
.dialog-iframe-popup .process-list .container-view > .nav-tabs-default,
.dialog-iframe-popup .process-list .container-view .nav-tabs-underline,
.dialog-iframe-popup .roles-selector-body > .container-fluid-1280 > .nav-tabs-default,
.dialog-iframe-popup .roles-selector-body > .container-fluid-1280 .nav-tabs-underline,
.dialog-iframe-popup .roles-selector-body .container-view > .nav-tabs-default,
.dialog-iframe-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
}
.dialog-iframe-popup .dialog-body > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .export-dialog-tree > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .lfr-form-content > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .process-list > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .roles-selector-body > .lfr-nav + .container-fluid-1280 {
  padding-top: 0;
}
.dialog-iframe-popup .login-container {
  padding: 1rem;
}
.dialog-iframe-popup .management-bar-default,
.dialog-iframe-popup .navbar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0;
}
.dialog-iframe-popup .navbar ~ .portlet-configuration-setup,
.dialog-iframe-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .dialog-iframe-popup .navbar ~ .portlet-configuration-setup,
  .dialog-iframe-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.dialog-iframe-popup .navigation-bar > .container-fluid {
  margin-left: 24px;
  margin-right: 24px;
  padding: 0;
}
.dialog-iframe-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.dialog-iframe-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.dialog-iframe-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dialog-iframe-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) {
  .dialog-iframe-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.dialog-iframe-popup .lfr-dynamic-uploader,
.dialog-iframe-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) {
  .dialog-iframe-popup .lfr-dynamic-uploader,
  .dialog-iframe-popup .process-list {
    top: 48px;
  }
}
.dialog-iframe-popup .portlet-export-import-publish-processes {
  top: 0;
}

@media (min-width: 768px) {
  .dialog-with-footer #main-content,
  .dialog-with-footer #wrapper {
    height: calc(100% - 60px);
  }
}
.dialog-with-footer .button-holder.dialog-footer,
.dialog-with-footer .sheet-footer.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%;
}
@media (min-width: 768px) {
  .dialog-with-footer .button-holder.dialog-footer,
  .dialog-with-footer .sheet-footer.dialog-footer {
    position: fixed;
  }
}
.dialog-with-footer .button-holder.dialog-footer .btn,
.dialog-with-footer .sheet-footer.dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
@media (min-width: 768px) {
  .dialog-with-footer .dialog-body,
  .dialog-with-footer .lfr-dynamic-uploader,
  .dialog-with-footer .lfr-form-content,
  .dialog-with-footer .portlet-configuration-body-content,
  .dialog-with-footer .roles-selector-body {
    padding-bottom: 60px;
  }
}
.dialog-with-footer .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.dialog-with-footer .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.dialog-with-footer .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}

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

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

.active-area {
  background: #ffc;
}

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

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

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

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

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

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

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

.lfr-editable {
  outline: 1px dashed #68bb30;
  outline-offset: 2px;
  position: relative;
}
.lfr-editable:after {
  background: #68bb30 url(../images/common/edit_white.png) no-repeat 50%;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
}
.lfr-editable:focus:after {
  display: none;
}
.lfr-editable:focus:hover {
  background-color: transparent;
}
.lfr-editable:hover {
  background-color: rgba(255, 255, 255, 0.3);
  outline-color: #519226;
}
.lfr-editable:hover:after {
  background-color: #519226;
}

.lfr-editable-notice-close {
  margin-left: 1em;
}

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

.alloy-editor-container .alloy-editor {
  outline: 0;
}
.alloy-editor-container .alloy-editor.alloy-editor-placeholder {
  color: #2b4259;
}
.alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
  border-left-color: #dbdde1;
  color: #b0b4bb;
}
.alloy-editor-container .alloy-editor.alloy-editor-placeholder.readonly {
  color: #ccc;
}
.alloy-editor-container .alloy-editor-icon {
  color: #869cad;
}

.has-error .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
  border-left-color: #cc6677;
}

.cke_dialog .cke_dialog_ui_input_text {
  height: auto;
}

.cke_editable_inline a {
  cursor: pointer;
}

.cke_panel.cke_combopanel {
  width: 220px;
}

.cke_panel_block .cke_panel_grouptitle {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0;
}
.cke_panel_block .cke_panel_list {
  margin-left: 0;
}
.cke_panel_block .cke_panel_list .cke_panel_listItem {
  line-height: initial;
}
.cke_panel_block .cke_panel_list .cke_panel_listItem a:hover {
  text-decoration: none;
}

/* ---------- CKEditor table ---------- */
.cke_show_border {
  width: 500px;
}
.cke_show_border td {
  height: 15px;
}

/* ---------- CKEditor image resizer ---------- */
.cke_widget_image .cke_image_resizer {
  bottom: -15px;
  height: 5px;
  outline-color: transparent;
  padding: 5px;
  right: -15px;
  width: 5px;
}

.html-editor.portlet {
  background: #fff;
  color: #000;
  line-height: 1;
  padding: 1em;
  text-align: start;
}

.html-editor.portlet-message-boards {
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  word-wrap: break-word;
}
.html-editor.portlet-message-boards blockquote {
  background: #eef0f2 url(../images/message_boards/quoteleft.png) no-repeat 5px 5px;
  border: 1px solid #777;
  padding: 5px 45px;
}
.html-editor.portlet-message-boards blockquote:after {
  background: url(../images/message_boards/quoteright.png) no-repeat 50%;
  content: "";
  display: block;
  float: right;
  height: 24px;
  margin-right: -35px;
  margin-top: -25px;
  width: 31px;
  z-index: 999;
}
.html-editor.portlet-message-boards blockquote cite {
  display: block;
  font-weight: bold;
}
.html-editor.portlet-message-boards pre {
  background: #f9f9f9;
  border: 1px solid #777;
  padding: 0.5em;
}

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

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border-color: #ccc;
}

.mce-content-body {
  text-align: start;
}

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

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

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

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

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

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

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

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

.lfr-item-viewer .image-viewer-base {
  outline: none;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lfr-item-viewer .search-info {
  background-color: #d3e8f1;
}
.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}
.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}
.lfr-item-viewer .progress-container {
  background-color: #fff;
}
.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}

.image-viewer-caption {
  color: #777;
}

.image-viewer-footer-control, .image-viewer-footer-control:focus, .image-viewer-footer-control:hover {
  color: #777;
}

@media (min-width: 576px) {
  .image-viewer-sidenav-menu {
    background-color: transparent;
    border-left-width: 0;
  }
}

.image-viewer-sidenav dd {
  color: #8b8b8b;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .image-viewer-sidenav dd {
    color: #777;
  }
}
.image-viewer-sidenav .h5 {
  color: #869cad;
  margin-bottom: 3px;
}
@media (min-width: 576px) {
  .image-viewer-sidenav .h5 {
    color: #fff;
  }
}
.image-viewer-sidenav .nav-tabs-default > li {
  padding-left: 20px;
}
.image-viewer-sidenav .nav-tabs-default > li:first-child {
  padding-left: 0;
}
.image-viewer-sidenav .nav-tabs-default > li:first-child > a {
  padding-left: 0;
}
.image-viewer-sidenav .nav-tabs-default > li > a {
  border-color: transparent;
  color: #777;
  padding-left: 0;
  padding-right: 0;
}
.image-viewer-sidenav .nav-tabs-default > li > .active {
  background-color: transparent;
}
.image-viewer-sidenav .nav-tabs-default > li > .active, .image-viewer-sidenav .nav-tabs-default > li > .active:focus, .image-viewer-sidenav .nav-tabs-default > li > .active:hover {
  border-color: transparent;
  color: #777;
}
@media (min-width: 576px) {
  .image-viewer-sidenav .nav-tabs-default > li > .active, .image-viewer-sidenav .nav-tabs-default > li > .active:focus, .image-viewer-sidenav .nav-tabs-default > li > .active:hover {
    color: #fff;
  }
}
.image-viewer-sidenav .nav-tabs-default > li > .active:after {
  background-color: #65b6f0;
  bottom: -10px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: relative;
  right: 0;
}

.image-viewer-sidenav-body {
  padding-top: 0;
}

.lfr-item-viewer .lfr-item-viewer-close {
  color: #fff;
  opacity: 1;
}
.lfr-item-viewer .lfr-item-viewer-close, .lfr-item-viewer .lfr-item-viewer-close:focus, .lfr-item-viewer .lfr-item-viewer-close:hover {
  color: #fff;
}
.lfr-item-viewer .lfr-item-viewer-close .icon-monospaced {
  color: #777;
}

.lfr-item-viewer-icon-info {
  color: #fff;
}

.nav.list-group li > a:focus, .nav.list-group li > a:hover {
  background-color: #e5f5fc;
  color: #009ae5;
}
.nav.list-group > .active {
  border-width: 1px 0 0 0;
}
.nav.list-group > .active > a, .nav.list-group > .active > a:focus, .nav.list-group > .active > a:hover {
  background-color: #60bfef;
  border: 1px solid #60bfef;
  color: #fff;
}
.nav.list-group .list-group-item {
  padding: 0;
}
.nav.list-group .list-group-item.nav-header {
  background-color: #f3f3f3;
  padding-left: 10px;
  padding-right: 10px;
}

.lfr-page-templates li a {
  padding: 0;
}
.lfr-page-templates li a label {
  cursor: pointer;
  display: block;
  padding: 5px 0 5px 5px;
}

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

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

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

.menugroup-content .menu-label {
  background: #d2d6de;
  color: #5b677d;
  display: block;
  padding: 5px 3px;
  text-shadow: 1px 1px #fff;
}

.menugroup-content ul {
  display: block;
  min-width: 0;
}

.menu-content li {
  border-bottom: 1px solid #bcbbbb;
  border-top: 1px solid #eee;
  display: block;
  margin: 0;
  padding: 0;
}
.menu-content li.first {
  border-top-width: 0;
}
.menu-content li.last {
  border-bottom-width: 0;
}

.menu-content li a,
.menu-content li .disabled {
  color: #2c2f34;
  display: block;
  padding: 4px 5px;
  text-decoration: none;
}

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

.app-view-drop-active {
  background-color: #00A2EA;
  font-weight: bold;
}
.category-portlets .app-view-drop-active {
  background-color: #00A2EA;
  color: #FFF;
}

.basecelleditor [class~=form-validator-message] {
  clip: rect(auto auto auto auto);
  width: auto;
}

.document-library-file-entry-cell-editor-hidden {
  display: none;
}

.previous-level {
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  margin-right: 5px;
  text-decoration: none;
  vertical-align: middle;
}

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

.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
  box-shadow: inset 0 0 0 2px #65b6f0;
}
.lfr-page-layouts .lfr-layout-template label {
  cursor: pointer;
}
.lfr-page-layouts .lfr-layout-template .layout-template-entry {
  height: 28px;
  width: 28px;
}

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

.modal {
  display: block;
  margin: 0;
  overflow: hidden;
  position: fixed;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: none;
  }
}
.modal-dialog.modal-dialog-sm {
  max-width: 500px;
}

.modal-hidden {
  display: none;
}

.modal-open .modal {
  overflow: hidden;
}

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

.dragging .portlet-column.customizable {
  background-color: #cffccf;
  outline: 3px solid #5eaf3d;
}

.customizable-layout-column-content {
  background-color: #c92c3c;
}
.customizable-layout-column-content.yui3-widget-content-expanded {
  margin: 0 15px;
}

.layout-customizable-controls {
  background-color: rgba(201, 44, 60, 0.8);
}

.customizable .customizable-layout-column-content {
  background-color: #5eaf3d;
}
.customizable .layout-customizable-controls {
  background-color: rgba(94, 175, 61, 0.8);
}

.layout-customizable-controls-container {
  margin: 0 15px;
  position: relative;
}

.layout-customizable-controls {
  font-size: 1.5em;
  padding: 4px 16px;
  position: absolute;
  width: 100%;
  z-index: 15;
}
.layout-customizable-controls label {
  color: #fff;
}

.paginator-link {
  background: #eee no-repeat scroll 50% 1px;
  border: 1px solid #f0f1f2;
  border-color: #f0f1f2 #b2b2b2 #949494 #f0f1f1;
  color: #1f1e1e;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px;
}

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

.paginator-current-page {
  background: #0083bd url(../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38b6ef #006d9e #006d9e #46b4e6;
  color: #fff;
  text-shadow: -1px -1px #003c57;
}

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

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

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

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

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

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

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

.info-panel .panel-group {
  margin-left: -1rem;
  margin-right: -1rem;
}

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

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

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

.panel-hd {
  background: #c0c2c5 url(../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #c8c9ca #aeb2b8 #aeb2b8 #c8c9ca;
  padding-left: 10px;
  text-shadow: 1px 1px #fff;
}

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

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

@media (min-width: 576px) {
  .sheet .display-style-icon .lfr-asset-item {
    width: 25%;
  }
}
.splitter {
  background-color: #f8f9fa;
  border-radius: 0.25rem 0.25rem 0 0;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
}
.splitter.splitter-spaced {
  border-radius: 0.25rem;
  margin-bottom: 20px;
}

.table > tbody > tr.splitter {
  height: auto;
}
.table > tbody > tr.splitter > td {
  padding: 0;
}

.lfr-nav.nav-tabs {
  margin-bottom: 20px;
}

.tab-active strong {
  font-weight: normal;
}

.tab-back {
  float: right;
}

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

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

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

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

.tagselector-content {
  border-width: 0;
  padding: 0;
}
.tagselector-content .textboxlistentry-holder {
  border-bottom: 2px solid #869cad;
  margin-bottom: 10px;
  padding: 0;
}

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

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

.tooltip {
  max-width: 200px;
}
.tooltip .tooltip-arrow {
  background-color: #000;
  height: 0.6rem;
  position: absolute;
  transform: rotate(45deg);
  width: 0.6rem;
}

.tooltip.top .tooltip-arrow,
.tooltip.bottom .tooltip-arrow {
  left: 50%;
  margin-left: -0.3rem;
}

.tooltip.right .tooltip-arrow,
.tooltip.left .tooltip-arrow {
  margin-top: -0.3rem;
  top: 50%;
}

.tooltip.bottom {
  padding-top: 0.3rem;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
}

.tooltip.left {
  padding-right: 0.3rem;
}
.tooltip.left .tooltip-arrow {
  right: 0;
}

.tooltip.right {
  padding-left: 0.3rem;
}
.tooltip.right .tooltip-arrow {
  left: 0;
}

.tooltip.top {
  padding-bottom: 0.3rem;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
}

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

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

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

.underlay {
  clear: both;
  top: 100%;
}
.underlay .yui3-widget-hd {
  height: 38px;
}

.underlay-hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.modify-pages li {
  position: relative;
}
.modify-pages li.lfr-nav-hover .delete-tab {
  opacity: 1;
}
.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 16px;
  line-height: 6px;
  margin-top: -8px;
  opacity: 0;
  overflow: hidden;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #fff;
  top: 50%;
}
.modify-pages .delete-tab:hover {
  color: #b50303;
}
.modify-pages .drag-handle {
  cursor: move;
  left: 3px;
  margin-left: 15px;
  position: absolute;
  top: 15px;
}

.controls-hidden .modify-pages .drag-handle {
  display: none;
}

@media (min-width: 768px) {
  .touch .modify-pages .drag-handle {
    display: none;
  }
}

.nav li .toolbar {
  margin-top: 5px;
}

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

.navigation-pane .body-row {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.navigation-pane .body-row ul li a .icon {
  float: left;
  margin-right: 5px;
}
.navigation-pane .lfr-component {
  margin-left: 0;
}
.navigation-pane .navigation-entry {
  position: relative;
}
.navigation-pane .navigation-entry.folder.error {
  display: block;
  padding: 6px 8px;
}
.navigation-pane .navigation-entry .browse-folder,
.navigation-pane .navigation-entry .nav-item-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.navigation-pane .navigation-entry .nav-item-icon {
  vertical-align: middle;
}
.navigation-pane .navigation-entry .overlay.entry-action {
  bottom: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.navigation-pane .navigation-entry .overlay.entry-action .btn {
  border-width: 0;
  margin: 0;
  padding: 11px 14px;
}
@media (min-width: 768px) {
  .navigation-pane .navigation-entry .overlay.entry-action .btn {
    padding: 11px;
  }
}

.nav-menu ul {
  padding-left: 10px;
}
.nav-menu li a.ancestor {
  font-weight: bold;
}
.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.nav-menu-style-arrows ul {
  list-style-image: url(../images/arrows/04_right.png);
}

.portlet-navigation .nav-pills > li > a {
  margin-bottom: 2px;
}
.portlet-navigation .nav-pills > li > .dropdown-menu {
  margin-top: 0;
}

.split-button-dropdowns {
  list-style: none;
  margin: 0;
  padding: 0;
}
.split-button-dropdowns > li {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}

.form-options {
  border: 1px solid #aaa;
  display: inline-block;
  vertical-align: middle;
}
.form-options input {
  border-width: 0;
  display: inline;
  float: left;
}

.form-triggers {
  float: left;
}

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

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

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

.save-trigger img {
  background-image: url(../images/common/check.png);
}

/* ---------- Portlet topper ---------- */
/* ---------- Portlet decorator ---------- */
/* ---------- Portlet header ---------- */
body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}

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

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

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

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

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

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

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

.portlet-draggable .portlet-topper {
  cursor: move;
}

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

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

.lfr-status-alert-label,
.lfr-status-error-label,
.lfr-status-info-label,
.lfr-status-progress-label,
.lfr-status-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px;
}

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

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

.lfr-status-help-label,
.lfr-status-info-label,
.lfr-status-progress-label {
  background-image: url(../images/messages/info.png);
  color: #34404f;
}

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

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

.lfr-status-success-label {
  background-image: url(../images/messages/success.png);
  color: #384f34;
}

.portlet-msg {
  background: #eee none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404f;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left;
}

.lfr-message {
  position: relative;
}
.lfr-message .lfr-message-control {
  background-color: #333;
  display: inline-block;
}
.lfr-message .lfr-message-controls {
  display: none;
  left: 3px;
  margin: -8px 8px 0 3px;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.lfr-message .lfr-message-close {
  background-image: url(../images/portlet/close_borderless.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.lfr-message .lfr-message-close-all {
  color: #fff;
  display: none;
  font-size: 0.8em;
  margin-left: 10px;
  padding: 1px 10px;
  text-shadow: 1px 1px 0 #000;
  vertical-align: top;
}
.lfr-message .lfr-message-close-all a {
  color: #fff;
}
.lfr-message .lfr-message-controls-hover .lfr-message-close-all {
  display: inline-block;
}
.lfr-message.pending {
  background-image: url(../images/common/time.png);
}

.lfr-message-content.alert {
  margin-bottom: 0;
}

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

/* ---------- Standard styles defined in the JSR 168 specification ---------- */
/* ---------- Fonts ---------- */
/* ---------- Sections ---------- */
.portlet-section-selected,
.portlet-section-selected a {
  background: #727c81;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.portlet-section-selected a:hover,
.portlet-section-selected a:focus {
  background-color: #727c81;
}

/* ---------- Forms ---------- */
/* ---------- Icons ---------- */
/* ---------- Menus ---------- */
@media (min-width: 576px) {
  .portlet:hover > .portlet-topper, .portlet.focus > .portlet-topper, .portlet.open > .portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}

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

.portlet {
  margin-bottom: 10px;
  position: relative;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 576px) {
  .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: 576px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}

/* ---------- Portlet topper ---------- */
.portlet-actions {
  float: right;
}

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

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

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

.portlet-title-menu {
  box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  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: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}

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

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

/* ---------- Portlet controls in mobile ---------- */
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-configurator-visibility .portlet-borderless-bar {
  opacity: 0.6;
}
.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  opacity: 1;
}

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

.main-content-body {
  margin-top: 20px;
}

.restricted, .restricted td {
  background: #fdd;
  border-width: 0;
}
.restricted * {
  color: #727c81;
}

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

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

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

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

.portlet-decorate .portlet-content {
  background: #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;
}

/* ---------- Dynamic data list display/Journal portlet ---------- */
.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 28px;
}

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

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-width: 0;
}
.taglib-calendar tr td a {
  background-color: #f0f5f7;
  border: 1px solid #fff;
  border-bottom-width: 0;
  border-left-width: 0;
  display: block;
  height: 15px;
  padding: 5px 0;
}
.taglib-calendar tr td a:hover {
  background-color: #727c81;
  color: #fff;
}
.taglib-calendar tr td.calendar-inactive {
  background-color: #fff;
  color: #b5bfc4;
}
.taglib-calendar tr th {
  border-bottom-color: #d7d7d7;
}
.taglib-calendar table td {
  border-width: 0;
}
.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #fff;
}
.taglib-calendar .calendar-current-day a {
  border: 1px solid #727c81;
  color: #369;
  text-decoration: underline;
}

/* ---------- Navbar form search ---------- */
.navbar form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.input-localized .lfr-input-localized-state {
  border-radius: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  box-shadow: 0 0 3px #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  box-shadow: 0 0 3px #ff0047;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  box-shadow: 0 0 3px #27c1f2;
}

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  60% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  60% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-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);
  transform: scale(0.8);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}

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

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

@-webkit-keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    -webkit-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);
    transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
.upload-drop-active .lfr-upload-container .upload-target {
  -webkit-animation: none;
  animation: none;
}
.upload-drop-active .portlet-document-library .document-container {
  box-shadow: inset 0 0 5px #b8c1d1;
}

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

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

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup,
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  box-shadow: initial;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  box-shadow: none;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  background-image: linear-gradient(#fff, #e4e4e4);
  border-radius: 2px;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:hover:after {
  background-image: linear-gradient(#f2f2f2, #ccc);
}

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

/* ---------- Image selector ---------- */
.taglib-image-selector .icon-check {
  transition: opacity 0.2s ease-in-out;
  border-radius: 30px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-image-selector .icon-check {
    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 .drop-icons {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}
.drop-here-info .drop-icons span:nth-of-type(1) {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  box-shadow: 0 6px 0 -2px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

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

@font-face {
  font-family: "Titillium Web";
  src: url("./fonts/TitilliumWeb-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Titillium Web";
  src: url("./fonts/TitilliumWeb-ExtraLight.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Titillium Web";
  src: url("./fonts/TitilliumWeb-Black.ttf");
  font-weight: 900;
}
@font-face {
  font-family: "Titillium Web";
  src: url("./fonts/TitilliumWeb-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Titillium Web";
  src: url("./fonts/TitilliumWeb-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Titillium Web";
  src: url("./fonts/TitilliumWeb-SemiBold.ttf");
  font-weight: 600;
}
/* 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 */
body {
  overflow-x: hidden;
  padding-top: 120px;
}

.Header-titleLink a,
.Header-titleLink a:hover,
.Header-titleLink a:visited {
  text-decoration: none !important;
  color: #FFF;
}

#wrapper {
  padding-top: 0 !important;
}

.has-control-menu #wrapper {
  margin-top: 55px !important;
}

.quick-access-nav {
  width: 90% !important;
}

header.Header.Headroom--not-top {
  margin-top: 0 !important;
}

.signed-in header.Header.Headroom--not-top,
.signed-in header.Header.Headroom--top {
  padding-top: 65px !important;
}

/*.beta {
    background-image: url(../images/aifa/beta.png);
    background-size: 190px;
    background-repeat: no-repeat;
    background-position: 104% -34px;
    background-attachment: fixed;
}*/
.firefox .beta {
  background-position: 102% 40% !important;
}

.edge .beta {
  background-position: 102% -32px !important;
}

.Headroom--not-top .beta {
  background-size: 175px;
}

.Headroom--not-top .Header-title {
  width: 40% !important;
  margin-left: 4rem !important;
}

.edge .Headroom--not-top .beta {
  background-size: 160px;
}

.signed-in .beta {
  background-position: 104% 32px !important;
}

.signed-in .Headroom--not-top .beta {
  background-position: 102% 45px !important;
  background-size: 120px !important;
  height: 75px;
}

.breadcrumb {
  padding: 0 !important;
  margin-bottom: 0px !important;
  background-color: transparent !important;
}

img.u-sizeFull {
  height: auto !important;
}

.portlet-journal-content .journal-content-article img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.Footer-logo {
  width: 20% !important;
}

.Header-hamburger {
  margin-top: auto;
  margin-bottom: auto;
}

.Header-title {
  width: 32% !important;
  margin-left: 10rem !important;
}

@media (max-width: 1024px) {
  .socialRow {
    float: none !important;
    margin-top: 0 !important;
  }
  .Footer-logo {
    width: 10em !important;
  }
  .Headroom--not-top .Header-social {
    display: none;
    margin-top: 1rem !important;
  }
}
.Header-titleLink {
  margin-left: 2rem;
}

.Headroom--not-top .Header-titleLink {
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .signed-in .beta {
    background-position: 104% 34px !important;
  }
  .edge .signed-in .beta {
    background-position: 104% -40px !important;
  }
  .beta-mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .beta {
    background-image: none;
  }
  .beta-mobile {
    display: block;
  }
  .is-ready.is-active .Offcanvas-content {
    width: 70% !important;
  }
  .Entrypoint-item {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .Headroom--not-top .Header-title {
    margin-left: 8rem !important;
  }
  .block-color-page {
    /*margin-left: -70px !important;*/
    /*margin-right: -70px !important;*/
    /*padding-left: 55px !important;*/
    /*padding-right: 55px !important;*/
    padding-top: 30px !important;
  }
}
.Header-logo img {
  height: auto;
  width: 14.5rem;
}

@media screen and (min-width: 990px) {
  .Header-title {
    width: 31% !important;
    margin-left: 14rem !important;
  }
}
@media screen and (min-width: 1366px) {
  .Header-title {
    width: 35% !important;
    margin-left: 14rem !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px), screen and (max-width: 1365px) and (min-width: 991px), screen and (min-width: 1366px) {
  .Header-logo img,
  .Header-logo {
    height: auto;
    width: 24.5rem;
  }
  .firefox .Header-utils {
    margin-left: -4rem !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .Header-utils > *, .Header-social > * {
    display: block !important;
  }
  .Header-social > * {
    margin-right: -4rem !important;
  }
  .Header-social > p {
    display: none !important;
  }
  .Header-social {
    margin-bottom: 0 !important;
    margin-right: 9rem !important;
  }
  .Headroom--not-top .Header-social {
    margin-top: -1rem !important;
  }
}
.beta-mobile {
  padding: 10px;
  background: #f9c319;
  text-align: right;
  height: 40px;
  font-weight: 700;
  margin-top: -18px;
}

.u-background-yellow {
  background: #f9c319;
}

.Headroom--fixed.Headroom--not-top .Header-logo img,
.Headroom--pinned.Headroom--not-top .Header-logo img {
  max-height: none;
  max-width: 10em;
}

.u-background-header {
  background-color: #0066cc;
}

@media screen and (min-width: 768px) {
  .beta {
    background-position: 102% -36px !important;
  }
  .Headroom--not-top .beta {
    background-size: 125px;
    background-position: 102% -30px !important;
  }
}
#heading {
  width: 100%;
  height: 140px;
  background-color: #0066cc;
}

.Header {
  width: 100%;
}

@media screen and (max-width: 391px) {
  .Header-title {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-background-color-lightblue {
    background-color: #f0f9fe;
    padding-left: 110px;
    padding-right: 110px;
    margin-left: -30px;
    margin-right: -30px;
  }
  .portlet-nested-portlets {
    padding-left: 20% !important;
    padding-right: 20% !important;
    margin-left: -10%;
    margin-right: -10%;
  }
  .portlet-nested-portlets.padding-nested {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
}
@media screen and (max-width: 767px) {
  .Header-utils > .Header-social {
    display: block !important;
    margin-top: -5rem;
  }
  .Header-social > ul {
    display: block !important;
  }
  .Header-title {
    margin-left: 11rem !important;
  }
  .Header-titleLink {
    margin-top: 2rem !important;
  }
  #saveButton {
    padding-left: 5px;
    padding-right: 5px;
  }
  .portlet-layout.row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .portlet-nested-portlets {
    margin-left: -30px;
    margin-right: -30px;
  }
  .signed-in header.Header.Headroom--top {
    margin-top: 49px;
  }
  .Headroom--not-top .Header-hamburger {
    margin-top: 3px !important;
  }
}
.portlet-nested-portlets.u-border-top-xs,
.site_map_aifa_esterno.u-border-top-xs {
  border-top: 0.2rem solid #DDD !important;
}

.portlet-nested-portlets .portlet {
  padding-top: 20px;
}

section#content {
  padding-left: 15px;
  padding-right: 15px;
}

.Header-navbar {
  display: inline-flex;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.site-title {
  padding-top: 30px;
}

/*.site-name{
	margin-top: -80px;
	padding-left: 210px;
}*/
.Entrypoint-item {
  padding: 0.3em !important;
  padding-top: 0.5em !important;
}

.site-title,
#navigation a {
  color: #FFF;
}

.subtitle {
  font-size: 16px;
}

#navigation {
  width: 100%;
  height: 40px;
  margin-top: -30px;
  background-color: #1f3965;
}

#navigation ul {
  padding: 8px;
}

#navigation li {
  list-style: none;
}

h2.portlet-title-text {
  font-weight: 600;
  line-height: 1.4;
  color: #0066cc;
  margin-bottom: 3rem;
}

h3 {
  color: #0066cc !important;
  font-weight: 600 !important;
}

.underline_title .portlet-title-text {
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  border-bottom: 4px solid #0066cc;
  padding-left: 10px;
  padding-bottom: 7px;
}

.portlet-site-map.underline_title .Grid > :first-child > .Leads-link {
  border-top: none !important;
}

.site_map_aifa.portlet-site-map.underline_title .Grid .Leads-link,
.site_map_aifa_esterno.portlet-site-map.underline_title .Grid .Leads-link {
  border-top: none !important;
  border-bottom: none !important;
  color: #FFF !important;
}

.site_map_aifa_esterno .Leads-link {
  border-top: none !important;
}

.portlet-site-map.underline_title .Grid .Leads-link {
  border-top: 0.1rem solid #CCC !important;
  /*border-bottom: .1rem solid #CCC !important;*/
}

.site_map_aifa_esterno li,
.site_map_aifa_esterno li a {
  color: #0066cc !important;
}

.socialRow {
  float: right;
  margin-top: -45px;
  display: inline-flex;
}

.Footer a:hover {
  color: #65dcdf;
}

.form_search {
  padding-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.form_search #searchtext {
  width: 100%;
  box-shadow: 4px 4px 0px -1px #0066cc;
  -webkit-box-shadow: 4px 4px 0px -1px #0066cc;
  -moz-box-shadow: 4px 4px 0px -1px #0066cc;
  border: 1px solid #0066cc;
  height: 50px;
  padding-left: 5px;
}

.disabled .form_search #searchtext {
  box-shadow: 4px 4px 0px -1px #5a6772;
  -webkit-box-shadow: 4px 4px 0px -1px #5a6772;
  -moz-box-shadow: 4px 4px 0px -1px #5a6772;
  border: 1px solid #5a6772;
}

button.Icon-search {
  background: none !important;
}

.buttonDiv {
  display: inline-flex;
  margin-top: 30px;
  float: right;
}

#saveButton {
  margin-left: 30px;
  padding-left: 50px;
  padding-right: 50px;
  text-transform: uppercase;
}

.disabled #saveButton {
  background-color: #5a6772 !important;
  cursor: default;
  color: #FFF;
  border-radius: 2px;
}

.searchAdvanced {
  font-weight: 700;
  color: #5a6772;
  margin-top: 5px;
}

.portlet-site-map .Entrypoint-item {
  padding: 1rem !important;
}

.Entrypoint-item-long {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.u-text-h4 {
  font-size: 1.8rem !important;
}

button, html input[type=button],
input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  background-color: #0066cc;
  color: #FFF;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: none;
  text-transform: uppercase;
}

.border_bottom {
  border-bottom: 1px solid #CCC !important;
}

.no-title .portlet-title-text {
  display: none;
}

.portlet-nested-portlets.no-title .portlet-content-container .portlet-title-text {
  display: block;
}

.no-title-box .portlet-title-text {
  display: none !important;
}

.site_map_aifa {
  margin-bottom: -20px;
}

.site_map_aifa_esterno .portlet {
  margin-top: -20px;
}

.site_map_aifa li,
.site_map_aifa_esterno li {
  padding: 15px;
  list-style: none;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.site_map_aifa li:nth-child(1) {
  background-color: #0066cc;
}

.site_map_aifa li:nth-child(2) {
  background-color: #138000;
}

.site_map_aifa li:nth-child(3) {
  background-color: #D71C66;
}

.site_map_aifa_esterno li {
  background-color: #d9e6f2;
}

.site_map_aifa_esterno a {
  font-weight: bold;
  text-decoration: none;
}

.site_map_aifa a {
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}

.site_map_aifa .portlet-content-container a:after,
.site_map_aifa_esterno .portlet-content-container a:after {
  content: " >";
}

.Grid > :first-child > .Leads-link {
  border-top: none !important;
}

.Grid > :first-child > .u-border-top-xxs {
  border-top: none !important;
}

.Grid .Leads-link {
  font-size: 1.8rem !important;
  padding-left: 5px;
  padding-right: 5px;
}

.search_content {
  margin-bottom: 90px;
}

.u-margin-top-less-50 {
  margin-top: -50px !important;
}

.u-margin-top-20 {
  margin-top: 20px;
}

.journal-content-article li {
  list-style-type: circle;
  margin-left: 60px;
}

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

/* MENU */
.Offcanvas-content .Linklist a {
  color: #888888 !important;
}

.Offcanvas-content .Linklist a.u-color-blu {
  color: #0066cc !important;
  font-weight: 600;
}

.is-active .Offcanvas-content {
  width: 30% !important;
}

/* COLOR */
.u-background-footer {
  background-color: #333333;
}

.Footer a {
  color: #FFF !important;
  font-weight: 500 !important;
}

.block-color-page {
  margin-left: -10%;
  margin-right: -10%;
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 30px;
}

.block-color-page.padding-map {
  padding-left: 10% !important;
  padding-right: 10% !important;
}

.u-background-color-lightblue {
  background-color: #f0f9fe;
}

.flag-italy {
  width: 101%;
  height: 8px;
  display: inline-flex;
  box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.35) !important;
}

.flag-italy .u-background-green {
  width: 33.3%;
  background-color: #007c39;
}

.flag-italy .u-background-red {
  width: 33.3%;
  background-color: #da1d16;
}

.flag-italy .u-background-white {
  width: 33.3%;
}

.news_istituzionale,
.Entrypoint-item {
  background-color: #0066cc;
}

.news_istituzionale.color-last-li-item li:last-child a {
  color: #0066cc !important;
}

.news_istituzionale .Entrypoint-item {
  background-color: #FFF !important;
}

.news_istituzionale .Entrypoint-item {
  background-color: #FFF !important;
}

.news_istituzionale .Entrypoint-item .u-color-white {
  color: #0066cc !important;
}

.istituzionale .Dot,
.istituzionale .Entrypoint-item,
.button-site-map .Grid-cell {
  background-color: #0066cc !important;
}

.u-background-aziende {
  background-color: #D71C66 !important;
  height: 12rem;
}

.u-color-blu {
  color: #0066cc !important;
}

.cittadino .Dot,
.cittadino .button-site-map .Grid-cell {
  background-color: #0066cc !important;
}

.cittadino.color-last-li-item li:last-child a {
  color: #0066cc !important;
}

.aziende .Dot,
.aziende.button-site-map .Grid-cell,
.aziende .Entrypoint-item {
  background-color: #D71C66 !important;
}

.aziende.color-last-li-item li:last-child a {
  color: #D71C66 !important;
}

.operatori .Dot,
.operatori.button-site-map .Grid-cell,
.operatori .Entrypoint-item {
  background-color: #138000 !important;
}

.operatori.color-last-li-item li:last-child a {
  color: #138000 !important;
}

.u-background-aziende .Dot {
  background-color: #FFF !important;
}

.underline_title.istituzionale .portlet-title-text {
  color: #0066cc !important;
  border-bottom: 4px solid #0066cc !important;
}

.underline_title.news_istituzionale .portlet-title-text {
  color: #FFF !important;
  border-bottom: 4px solid #FFF !important;
}

.underline_title.comunicazioni .portlet-title-text {
  color: #ff0000 !important;
  border-bottom: 4px solid #ff0000 !important;
}

.underline_title.cittadino .portlet-title-text {
  color: #0066cc !important;
  border-bottom: 4px solid #0066cc !important;
}

.underline_title.cittadino.u-border-bottom-xs {
  border-bottom: 0.2rem solid #0066cc !important;
}

.underline_title.operatori .portlet-title-text {
  color: #138000 !important;
  border-bottom: 4px solid #138000 !important;
}

.underline_title.aziende .portlet-title-text {
  color: #D71C66 !important;
  border-bottom: 4px solid #D71C66 !important;
}

.underline_title.aziende .portlet-title-text {
  color: #D71C66 !important;
  border-bottom: 4px solid #D71C66 !important;
}

.istituzionale .u-text-h,
.istituzionale .u-textClean {
  color: #0066cc !important;
}

.news_istituzionale .u-text-h,
.news_istituzionale .u-textClean {
  color: #0066cc !important;
}

.cittadino .u-text-h,
.cittadino .u-textClean {
  color: #0066cc !important;
}

.operatori .u-text-h,
.operatori .u-textClean {
  color: #138000 !important;
}

.aziende .u-text-h,
.aziende .u-textClean {
  color: #D71C66 !important;
}

.u-text-h5.u-color-white {
  color: #FFF !important;
}

.istituzionale .u-textClean.u-color-white,
.cittadino .u-textClean.u-color-white,
.aziende .u-textClean.u-color-white,
.operatori .u-textClean.u-color-white {
  color: #FFF !important;
}

.comunicazioni_data {
  color: #e52421;
  font-size: 1.8rem !important;
  font-weight: 600;
}

.no-button .button-template > * {
  display: none;
}

.no-button .button-template {
  border-top: 1px solid #CCC;
  width: 97%;
}

/* NAVIGATION */
.Megamenu--default .Megamenu-subnav,
.Megamenu--default .Megamenu-subnav a {
  padding-right: 0px !important;
  padding-left: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.Megamenu-subnav .Megamenu-item {
  padding-left: 10px !important;
  padding-right: 10px !important;
  color: #0066cc;
  border-bottom: 1px solid #CCC;
}

.Megamenu--default .Megamenu-subnavGroup > li > a {
  text-transform: unset !important;
  font-size: 1.8rem !important;
  color: #337ab7;
}

.Megamenu--default .Megamenu-subnavGroup > li {
  padding-top: 5px !important;
  padding-bottom: 10px !important;
  margin-right: 0 !important;
}

.Grid-cell-item-agenda {
  display: inline-flex;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.Grid-cell-item-agenda .Entrypoint-item,
.Grid-cell-item-agenda .u-borderShadow-xxs {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.Grid-cell-item-agenda .Entrypoint-item .u-text-h2 {
  margin-bottom: 0 !important;
}

.Grid-cell-item-agenda .Entrypoint-item p {
  margin: 0 !important;
}

.Grid-cell-item-agenda .Entrypoint-item a {
  color: #65dcdf;
}

/* CONFIGURATION */
.portlet-configuration-setup {
  padding: 20px;
}

.title-wc-operatore {
  color: black !important;
}

.luogoData-wc-operatore {
  color: #138000 !important;
  font-weight: bold !important;
}

.luogoData-wc-aziende {
  color: #D71C66 !important;
  font-weight: bold !important;
}

.borderColorMultimedia {
  border-bottom: 2px solid #e94d1d;
}

.borderColorBandi {
  border-bottom: 2px solid #0066cc;
}

.borderCircle {
  border-radius: 180px;
}

/* CONTACT */
.contactPhoto {
  max-width: 100px !important;
  max-height: 100px !important;
  border-radius: 50%;
  object-fit: cover;
}

.contactForm {
  display: inline-flex;
}

.contactInfo {
  padding-left: 15px;
}

.contactEmail {
  background-image: url(../images/aifa/mail.png);
  background-size: 48px;
  background-repeat: no-repeat;
  height: 48px;
  padding-left: 55px;
  background-position: 0px -10px;
  margin-top: -20px;
}

.contactPhone {
  background-image: url(../images/aifa/phone.png);
  background-size: 48px;
  background-repeat: no-repeat;
  height: 48px;
  font-weight: 700;
  padding-left: 55px;
  background-position: 0px -10px;
}

.contactData {
  padding-left: 50px;
}

/* ACCORDION */
.Accordion--default .Accordion-header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

h2.Accordion-header {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.Accordion--default .Accordion-link {
  font-size: 2rem !important;
}

/* MENU */
.Treeview--default li[aria-expanded=true] li a {
  background-color: #F5F5F5 !important;
  color: #676767 !important;
}

.Treeview--default li[aria-expanded=true] li a.u-color-blu {
  color: #0066cc !important;
  font-weight: 600;
}

.Treeview--default li[aria-expanded=true] li {
  color: #F5f5f5 !important;
}

.li-child {
  font-size: 1.6rem;
  border: none !important;
}

.Offcanvas-content {
  border-right: 1px solid #555555;
}

.Offcanvas-toggleContainer .Linklist li {
  color: #FFF !important;
}

.Treeview-handler--standalone {
  border-left: none !important;
}

.radioContent {
  display: inline-flex !important;
}

.radioContent > div {
  background-color: #0066cc;
  margin-right: 10px;
  width: 150px;
  height: auto;
}

.radioContent > div > div {
  text-align: center;
  width: 100%;
  height: 100%;
}

.radioContent > div > div > label {
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  height: 100%;
  padding: 10px !important;
}

.radioContent > div > div > label > input {
  display: none;
}

.radioContent .radio, .checkbox {
  margin-top: 0px !important;
}

.radioContent .lfr-ddm-field-group {
  margin-bottom: 0px !important;
}

.btn-vote {
  color: #fff !important;
  background-color: #0066cc !important;
  border-color: #fff !important;
  border-radius: 0px !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  width: 150px !important;
  min-height: 50px !important;
  font-size: 18px !important;
}

.radioButtonChecked {
  background-color: #FFF !important;
  border: 1px solid #0066cc;
}

.radioButtonChecked > div > label {
  color: #0066cc !important;
}

@media screen and (max-width: 580px) {
  .radioContent {
    display: block !important;
  }
  .radioContent .lfr-ddm-field-group {
    margin-bottom: 5px !important;
  }
  .radioContent > div {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 581px) and (max-width: 836px) {
  .radioContent {
    display: flex !important;
  }
}
.titoloDomandaSondaggio {
  text-decoration: none !important;
}

.titoloDomandaSondaggio:hover {
  text-decoration: none !important;
}

.noBackgroundSondaggio .card, .card-horizontal {
  background-color: transparent !important;
  border-color: transparent !important;
}

.box-feedback {
  position: relative;
}

.box-feedback .titolo {
  margin-top: -23%;
  position: absolute;
  font-size: 2.6rem;
  margin-left: 50%;
  color: #FFF;
  font-weight: 700;
}

a.link-feedback {
  position: absolute;
  margin-top: -8%;
  margin-left: 50%;
  font-weight: 700;
  font-size: 1.6rem;
}

@media (max-width: 420px) {
  .box-feedback .titolo {
    font-size: 1.4rem !important;
    margin-top: -28% !important;
  }
  a.link-feedback {
    font-size: 1.2rem !important;
  }
}
@media (min-width: 421px) and (max-width: 520px) {
  .box-feedback .titolo {
    font-size: 1.4rem !important;
  }
  a.link-feedback {
    font-size: 1.4rem !important;
  }
}
@media (min-width: 521px) and (max-width: 600px) {
  .box-feedback .titolo {
    font-size: 1.6rem !important;
  }
  a.link-feedback {
    font-size: 1.6rem !important;
  }
}
@media (min-width: 601px) and (max-width: 710px) {
  .box-feedback .titolo {
    font-size: 1.6rem !important;
  }
  a.link-feedback {
    font-size: 1.6rem !important;
  }
}
@media (min-width: 711px) and (max-width: 860px) {
  .box-feedback .titolo {
    font-size: 1.6rem !important;
  }
  a.link-feedback {
    font-size: 1.6rem !important;
  }
}
@media (min-width: 861px) and (max-width: 991px) {
  .box-feedback .titolo {
    font-size: 1.8rem !important;
  }
  a.link-feedback {
    font-size: 1.8rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1320px) {
  .box-feedback .titolo {
    font-size: 1.8rem !important;
  }
  a.link-feedback {
    font-size: 1.8rem !important;
  }
}
@media (min-width: 1320px) {
  .box-feedback .titolo {
    margin-top: -21% !important;
  }
}
@media screen and (min-width: 768px) {
  .Footer-block.u-background-footer {
    margin-top: 5px !important;
  }
}
@media screen and (min-width: 1800px) {
  .Footer-block.u-background-footer {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (min-width: 2100px) {
  .Footer-block.u-background-footer {
    padding-left: 11% !important;
    padding-right: 11% !important;
  }
}
@media screen and (min-width: 2398px) {
  .Footer-block.u-background-footer {
    padding-left: 16% !important;
    padding-right: 16% !important;
  }
}
@media screen and (min-width: 2498px) {
  .Footer-block.u-background-footer {
    padding-left: 18% !important;
    padding-right: 18% !important;
  }
}
@media screen and (min-width: 2560px) {
  .Footer-block.u-background-footer {
    margin-top: 5px !important;
    padding-left: 23% !important;
    padding-right: 23% !important;
  }
  .Headroom--not-top .Header-navbar {
    padding-top: 2.4rem !important;
  }
}
@media screen and (min-width: 3200px) {
  .Footer-block.u-background-footer {
    margin-top: 5px !important;
    padding-left: 32% !important;
    padding-right: 32% !important;
  }
}
@media screen and (min-width: 5120px) {
  .Footer-block.u-background-footer {
    padding-left: 25% !important;
    padding-right: 25% !important;
  }
}
@media (min-width: 1680px) {
  .signed-in .Headroom--top .beta,
  .signed-in .Headroom--not-top .beta {
    background-position: 102% 34px !important;
  }
  .Header-titleLink a {
    padding-right: 3.4rem !important;
  }
  section#content {
    width: 100%;
  }
  .Header-navbar {
    width: 1680px !important;
    /*height: 101px !important;*/
    margin-left: auto;
    margin-right: auto;
  }
  .Header-logo img {
    width: 28rem !important;
    margin-left: -40px;
  }
  .signed-in .Headroom--top.Header {
    text-align: center;
    background-color: #0066cc;
    height: 175px !important;
  }
  .Headroom--top.Header {
    text-align: center;
    background-color: #0066cc;
    height: 110px !important;
  }
  .signed-in .Headroom--not-top.Header {
    text-align: center;
    background-color: #0066cc;
    height: 128px !important;
  }
  .Headroom--not-top.Header {
    text-align: center;
    background-color: #0066cc;
    height: 62px !important;
  }
  .Headroom--not-top .Header-navbar {
    height: 62px !important;
  }
  .Headroom--top .beta,
  .Headroom--not-top .beta {
    background-position: 92% -34px !important;
  }
  .Headroom--not-top .beta {
    background-size: 145px !important;
  }
  .Skiplinks {
    display: none;
  }
  .Headroom--not-top .Header-title {
    width: 40% !important;
    margin-left: 5rem !important;
  }
  .Headroom--not-top .Header-utils {
    margin-top: 1.4rem !important;
  }
  .beta {
    background-position: 95% 34px !important;
  }
  .Header-titleLink {
    margin-left: 0 !important;
    text-align: left;
  }
  .Header-utils {
    margin-left: 2rem !important;
  }
  .firefox .Header-utils {
    margin-left: -8rem !important;
  }
}
@media screen and (min-width: 1826px) {
  .Headroom--top .beta,
  .Headroom--not-top .beta {
    background-position: 90% -34px !important;
    background-size: 200px;
  }
  .signed-in .Headroom--top .beta,
  .signed-in .Headroom--not-top .beta {
    background-position: 92% 34px !important;
  }
  .portlet-nested-portlets .portlet, .block-color-page .portlet {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
@media screen and (min-width: 2126px) {
  .Headroom--top .beta,
  .Headroom--not-top .beta {
    background-position: 82% -34px !important;
  }
  .signed-in .Headroom--top .beta,
  .signed-in .Headroom--not-top .beta {
    background-position: 84% 34px !important;
  }
  .portlet-nested-portlets .portlet, .block-color-page .portlet {
    padding-left: 6% !important;
    padding-right: 6% !important;
  }
  .Footer {
    margin-left: -75px;
    margin-right: -75px;
  }
}
@media screen and (min-width: 2623px) {
  .Headroom--top .beta,
  .Headroom--not-top .beta {
    background-position: 75% -34px !important;
  }
  .signed-in .Headroom--top .beta,
  .signed-in .Headroom--not-top .beta {
    background-position: 78% 34px !important;
  }
  .Footer {
    margin-left: -75px;
    margin-right: -75px;
  }
}
@media screen and (min-width: 3316px) {
  .Headroom--top .beta,
  .Headroom--not-top .beta {
    background-position: 69% -34px !important;
  }
  .Headroom--top.Header {
    height: 115px !important;
  }
  .signed-in .Headroom--top .beta,
  .signed-in .Headroom--not-top .beta {
    background-position: 71% 34px !important;
  }
  .Footer {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 4326px) {
  .Headroom--top .beta,
  .Headroom--not-top .beta {
    background-position: 65% -34px !important;
  }
  .Headroom--top.Header {
    height: 150px !important;
  }
  .signed-in .Headroom--top .beta,
  .signed-in .Headroom--not-top .beta {
    background-position: 67% 34px !important;
  }
  .Headroom--top .Header-titleLink {
    margin-right: 13rem !important;
  }
  .Header-logo img {
    width: 20rem !important;
  }
  .Footer {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media screen and (min-width: 5396px) {
  .Headroom--top .beta,
  .Headroom--not-top .beta {
    background-position: 61% -34px !important;
  }
  .Headroom--top.Header {
    height: 205px !important;
  }
  .signed-in .Headroom--top .beta,
  .signed-in .Headroom--not-top .beta {
    background-position: 63% 34px !important;
  }
  .Headroom--top .Header-titleLink {
    margin-right: 8rem !important;
  }
  .Header-logo img {
    width: 18rem !important;
    margin-left: -18px;
  }
  .Header-utils {
    margin-left: -1rem !important;
  }
  .Footer {
    padding-left: 28%;
    padding-right: 28%;
  }
}
.firefox .Headroom--top .beta,
.firefox .Headroom--not-top .beta {
  background-position: 97% -34px !important;
  background-size: 200px;
}

.Headroom--not-top .Header-titleLink {
  max-width: 200px;
}

a.no-underline:hover {
  text-decoration: none !important;
  cursor: default;
}

.tweet .journal-content-article {
  margin-top: 45px;
  padding-top: 0px !important;
  height: 440px !important;
  overflow: auto !important;
  box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.35) !important;
  border-radius: 5px !important;
}

.multimedia-box .u-borderRadius-m {
  height: 440px !important;
}

.portlet-title-text {
  text-overflow: unset !important;
  white-space: normal !important;
  word-wrap: normal !important;
}

.sondaggio.u-background-color-lightblue .panel-body {
  margin-left: 2rem !important;
}

.Headroom--not-top h1.Header-titleLink {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.Headroom--not-top .beta {
  background-size: 125px;
}

.socialRow {
  float: right;
  margin-top: -45px;
  display: inline-flex;
}

.Treeview-handler--standalone {
  background-position: 95% !important;
  content: "";
  height: 100%;
  max-width: none !important;
  min-width: 4em;
  right: 0;
  top: 0;
  width: 100% !important;
}

/* Aggiunto il 26/06 */
@media screen and (max-width: 373px) {
  .Headroom--top .Header-titleLink {
    margin-right: -3rem !important;
    margin-top: 3rem !important;
  }
}
@media screen and (max-width: 428px) {
  .Headroom--top .Header-hamburger {
    padding-top: 20px;
  }
  .Headroom--top .Header-logo {
    padding-top: 20px;
  }
  .Headroom--top .Header-titleLink {
    margin-right: -6rem !important;
    margin-top: 3rem !important;
  }
  .Headroom--top .Header-titleLink {
    margin-left: -1rem;
    margin-right: -3rem !important;
  }
  .Header-utils > .Header-social {
    margin-right: 3rem !important;
    /*margin-top: -8rem !important;*/
  }
  .Header-navbar {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .Headroom--fixed.Headroom--not-top .Header-navbar {
    padding-top: 30px !important;
  }
  .Headroom--not-top .Header-social {
    margin-top: -6.5rem !important;
  }
  .Headroom--not-top .Header-socialIcons > li > a {
    margin-left: 0.6rem !important;
  }
  body {
    padding-top: 110px !important;
  }
}
@media screen and (min-width: 429px) and (max-width: 504px) {
  .Headroom--top .Header-titleLink {
    margin-left: -2rem !important;
    margin-right: 0rem;
  }
  .Headroom--not-top .Header-titleLink {
    margin-right: 1rem !important;
  }
  .Header-socialIcons > li > a {
    margin-left: 0.6rem !important;
  }
  .Header-navbar {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .Headroom--fixed.Headroom--not-top .Header-navbar {
    padding-top: 25px !important;
  }
  body {
    padding-top: 110px !important;
  }
}
@media screen and (min-width: 505px) and (max-width: 572px) {
  .Headroom--top .Header-titleLink {
    margin-left: -3rem !important;
    margin-right: 2rem !important;
  }
  body {
    padding-top: 110px !important;
  }
}
@media screen and (min-width: 573px) and (max-width: 646px) {
  .Headroom--top .Header-titleLink {
    margin-left: 0 !important;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 647px) and (max-width: 720px) {
  .Headroom--top .Header-titleLink {
    margin-left: 4rem !important;
  }
}
@media screen and (min-width: 721px) and (max-width: 767px) {
  .Headroom--top .Header-titleLink {
    margin-left: 4rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  .Headroom--top .Header-titleLink {
    margin-right: 1rem !important;
    margin-left: 3rem !important;
  }
  .Header-socialIcons {
    margin-right: -6rem !important;
  }
}
@media screen and (min-width: 881px) and (max-width: 952px) {
  .Headroom--top .Header-titleLink {
    margin-left: 4rem !important;
    margin-right: 2rem !important;
  }
  .Headroom--not-top .Header-titleLink {
    margin-right: 3rem !important;
  }
}
@media screen and (min-width: 952px) and (max-width: 991px) {
  .Headroom--top .Header-titleLink {
    margin-right: 3rem;
    margin-left: 4rem !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .Header-titleLink {
    margin-left: 4rem !important;
  }
  .Headroom--top .Header-titleLink {
    margin-left: 2rem !important;
  }
  .Header-social p {
    display: none !important;
  }
  .Header-socialIcons {
    margin-right: 4rem !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1176px) {
  .Headroom--top .Header-titleLink {
    margin-left: 2rem !important;
    margin-right: 1.5rem;
  }
  .Header-social {
    margin-right: 5rem !important;
  }
  .search.navbar-form {
    margin-right: 1rem !important;
  }
}
@media screen and (min-width: 1177px) and (max-width: 1318px) {
  .Headroom--top .Header-titleLink {
    margin-left: 6rem !important;
    margin-right: 1rem !important;
  }
}
@media screen and (min-width: 1319px) and (max-width: 1505px) {
  .Headroom--top .Header-titleLink {
    margin-left: 9rem !important;
  }
}
@media screen and (min-width: 1506px) {
  .Headroom--top .Header-titleLink {
    margin-right: 12rem !important;
  }
}
@media screen and (max-width: 402px) {
  .Headroom--not-top .Header-titleLink {
    margin-right: -2rem;
  }
}
@media screen and (min-width: 403px) and (max-width: 461px) {
  .Headroom--not-top .Header-titleLink {
    margin-right: 0rem !important;
    margin-left: 1rem;
  }
  .Headroom--not-top .Header-social > ul {
    display: block !important;
    padding-top: 1rem;
  }
}
@media screen and (min-width: 462px) and (max-width: 520px) {
  .Headroom--not-top .Header-titleLink {
    margin-right: 2rem !important;
  }
}
@media screen and (min-width: 521px) and (max-width: 578px) {
  .Headroom--not-top .Header-titleLink {
    margin-right: 4rem !important;
  }
}
@media screen and (min-width: 579px) and (max-width: 637px) {
  .Headroom--not-top .Header-titleLink {
    margin-right: 6rem !important;
  }
}
@media screen and (min-width: 637px) and (max-width: 693px) {
  .Headroom--not-top .Header-titleLink {
    margin-right: 8rem !important;
  }
}
@media screen and (min-width: 694px) and (max-width: 752px) {
  .Headroom--not-top .Header-titleLink {
    margin-right: 10rem !important;
  }
}
@media screen and (min-width: 753px) and (max-width: 767px) {
  .Headroom--not-top .Header-titleLink {
    margin-right: 12rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 799px) {
  .Headroom--not-top .Header-titleLink {
    margin-right: 8rem !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 856px) {
  .Headroom--not-top .Header-titleLink {
    margin-right: 10rem !important;
  }
}
@media screen and (min-width: 857px) and (max-width: 988px) {
  .Headroom--not-top .Header-titleLink {
    margin-left: 0rem !important;
  }
  .Headroom--not-top .Header-titleLink {
    max-width: 175px;
  }
}
@media screen and (min-width: 989px) {
  .Headroom--not-top .Header-titleLink {
    margin-left: 2rem !important;
  }
  .Headroom--not-top .Header-titleLink {
    max-width: 195px;
  }
}
.block-color-page.u-margin-bottom-final {
  padding-bottom: 5px;
}

.u-margin-bottom-final {
  padding-bottom: 5px;
}

.Accordion--default .Accordion-header {
  background-position: right 0.5em center !important;
  padding-left: 0 !important;
}

.Accordion--default .Accordion-header[aria-expanded=true] {
  background-image: url(../images/aifa/minus.png) !important;
}

.Accordion--default .Accordion-header {
  background-image: url(../images/aifa/plus.png) !important;
}

.signed-in .banner-sondaggio .journal-content-article {
  padding-right: 50px;
}

@media (min-width: 768px) {
  .image-default {
    display: block !important;
  }
  .image-mobile {
    display: none !important;
  }
  .feedback {
    box-shadow: none !important;
    bottom: 1em;
    width: 170px;
    height: 74px;
    position: fixed;
    background-image: url(../images/aifa/feedback_mobile.png);
    background-size: 80px;
    background-repeat: no-repeat;
    box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.35) !important;
    background-color: rgba(255, 255, 255, 0.75);
  }
  .feedback:hover {
    background-image: url(../images/aifa/feedback_hover_mobile.png) !important;
    background-size: 80px;
    text-decoration: none !important;
  }
  .feedback:active {
    background-image: url(../images/aifa/feedback_click_mobile.png) !important;
    background-size: 80px;
  }
  .feedback-title {
    margin-left: 90px;
    margin-top: 20px;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  section#content {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .Headroom--not-top .Header-navbar {
    padding-bottom: 10px !important;
    padding-top: 12px !important;
  }
  .image-default {
    display: none !important;
  }
  .image-mobile {
    display: block !important;
  }
  .feedback {
    box-shadow: none !important;
    bottom: 1em;
    width: 70px;
    height: 64px;
    position: fixed;
    background-image: url(../images/aifa/feedback_mobile.png);
    background-size: 70px;
    background-repeat: no-repeat;
    box-shadow: none !important;
  }
  .feedback:hover {
    background-image: url(../images/aifa/feedback_hover_mobile.png) !important;
    background-size: 70px;
  }
  .feedback:active {
    background-image: url(../images/aifa/feedback_click_mobile.png) !important;
    background-size: 70px;
  }
  .feedback-title {
    display: none;
  }
}
/* MODIFICHE */
.ie10 .Grid-cell.btnNews, .ie11 .Grid-cell.btnNews {
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important;
}

.ie10 .Hamburger-toggleContainer, .ie11 .Hamburger-toggleContainer {
  margin-top: 20px !important;
}

.ie10 .Headroom--not-top .Hamburger-toggleContainer, .ie11 .Headroom--not-top .Hamburger-toggleContainer {
  margin-top: 13px !important;
}

.Footer-blockTitle {
  padding-bottom: 10px !important;
}

.Footer-block li {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
}

.Footer-block.u-background-footer {
  margin-bottom: 0 !important;
  padding-left: 3%;
  padding-right: 3%;
}

.button-site-map .Grid-cell {
  margin-bottom: 10px;
  margin-left: 5px;
  width: 49% !important;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.35) !important;
}

.button-site-map .Entrypoint-item {
  box-shadow: none !important;
  vertical-align: middle;
  padding: 1rem !important;
  margin-top: 0.8rem !important;
  background-color: transparent !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .Header-titleLink {
    font-size: 2.1rem !important;
    letter-spacing: 0.007em !important;
  }
  .Headroom--not-top .Header-titleLink {
    font-size: 1.8rem !important;
    letter-spacing: 0.01em !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1365px) {
  .Header-titleLink {
    font-size: 2.8rem !important;
  }
  .Headroom--not-top .Header-titleLink {
    font-size: 2.1rem !important;
    letter-spacing: 0.005em !important;
  }
}
@media screen and (min-width: 1366px) {
  .Header-titleLink {
    font-size: 3.2rem !important;
  }
  .Headroom--not-top .Header-titleLink {
    font-size: 2.5rem !important;
    letter-spacing: 0.007em !important;
  }
}
.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.portlet-nested-portlets .portlet,
.block-color-page .portlet,
.portlet-login .portlet {
  margin-left: auto;
  margin-right: auto;
  max-width: 1680px !important;
}

.link-download {
  padding-left: 3em !important;
  font-size: 1.6rem !important;
}

.icon-download-file {
  font-size: 48px;
  float: left;
}

.portlet-login .portlet {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

@media only screen and (min-width: 768px) {
  body.open #wrapper {
    padding-left: 320px !important;
  }
}
.expand-all,
.collapse-all {
  cursor: pointer;
}

h2.portlet-title-news {
  color: #0066cc !important;
  border-bottom: 2px solid #0066cc !important;
  margin-top: -20px;
}

.carousel {
  margin-left: auto;
  margin-right: auto;
}

/* NEWS ARGOMENTI CORRELATI */
.news-argomenti-correlati-container {
  width: 100%;
}

img.img-news-argomenti-correlati {
  width: 100%;
  height: 200px;
  object-fit: scale-down;
  margin-left: auto;
  margin-right: auto;
}

.news-argomenti-correlati-item {
  text-align: center;
}

.portlet-title-text-model.portlet-title-text {
  display: block !important;
}

/* Background color per pagine con template */
.background-lightblue-template {
  background-color: #f0f9fe;
}

/* RICERCA */
.row.search-layout.menu-column {
  width: 99%;
  margin-left: auto;
  margin-right: auto;
}

.search-layout .col-md-3 {
  float: right;
}

.search-layout .panel-default {
  border-color: transparent !important;
  box-shadow: none !important;
}

.search-layout .panel-default > .panel-heading {
  color: #0066cc;
  background-color: #fff;
  border-bottom: 2px solid #0066cc;
}

.search-layout .panel-title {
  font-size: 1.2em !important;
  font-weight: 700 !important;
}

.search-layout .panel-body {
  padding: 0 !important;
}

.search-layout li.facet-value {
  border-bottom: 1px solid #CCC;
  padding: 10px;
}

.search-layout .text-primary {
  color: #333333 !important;
}

.search-layout .facet-value a:after {
  content: ">";
}

.search-layout .result .list-group-item-field {
  border: none !important;
}

.search-layout .result .list-group-item-content {
  border: none !important;
}

.search-layout .result .tabular-list-group .list-group-item .list-group-item-field,
.search-layout .result .tabular-list-group .list-group-item .list-group-item-content {
  border-bottom: 1px solid #CCC !important;
}

/* Ricerca */
.input-container .form-group {
  margin-bottom: 20px !important;
}

fieldset.fieldset {
  margin-top: 20px !important;
  /*margin-left: 25px !important;*/
}

.Headroom--not-top .search {
  display: none !important;
}

.Headroom--not-top .buttons-search {
  display: block !important;
  margin-right: -20% !important;
}

.Headroom--top .search {
  display: block !important;
}

.titolo_uffici {
  font-size: 18px;
  border-bottom: 2px solid #0066cc;
  padding-left: 10px;
  padding-bottom: 7px;
  color: #0066cc;
  margin-bottom: 3rem;
}

.no-margin-nested.portlet-nested-portlets {
  margin-left: -10% !important;
  margin-right: -10% !important;
}

.no-padding-map {
  padding-left: 2.3% !important;
  padding-right: 2.3% !important;
}

.Footer-block {
  height: 100% !important;
  margin: 0 !important;
}

.search.navbar-form {
  margin-top: -42px !important;
  margin-right: -36px;
  padding-right: 33px !important;
}

.lfr-ddm-field-group.lfr-ddm-field-group-inline.field-wrapper {
  margin-left: -34px !important;
}

.max-background.portlet-nested-portlets, .margin-map {
  margin-right: -11.4% !important;
  margin-left: -11.4% !important;
}

.max-background .portlet-content {
  margin-left: 1% !important;
  margin-right: 1% !important;
}

.margin-map .portlet-content {
  padding-left: 3% !important;
  padding-right: 3% !important;
}

@media (max-width: 767px) {
  .max-background.portlet-nested-portlets {
    margin-right: -4.4% !important;
    margin-left: -4.4% !important;
    margin-bottom: -3.2% !important;
  }
  .margin-map {
    margin-right: -4.4% !important;
    margin-left: -4.4% !important;
    margin-bottom: 0 !important;
  }
  .no-margin-nested.portlet-nested-portlets {
    margin-left: -4.5% !important;
    margin-right: -4.4% !important;
  }
}
@media screen and (max-width: 1245px) and (min-width: 992px) {
  .max-background.portlet-nested-portlets, .margin-map {
    margin-right: -11.8% !important;
    margin-left: -11.7% !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .max-background.portlet-nested-portlets, .margin-map {
    margin-right: -12.3% !important;
    margin-left: -12.3% !important;
  }
}
@media (max-width: 686px) and (min-width: 595px) {
  .max-background.portlet-nested-portlets, .margin-map {
    margin-right: -5% !important;
    margin-left: -5% !important;
  }
}
@media (max-width: 594px) and (min-width: 532px) {
  .max-background.portlet-nested-portlets, .margin-map {
    margin-right: -5.8% !important;
    margin-left: -5.8% !important;
  }
}
@media (max-width: 531px) and (min-width: 450px) {
  .max-background.portlet-nested-portlets, .margin-map {
    margin-right: -6.7% !important;
    margin-left: -6.8% !important;
  }
}
@media (max-width: 449px) and (min-width: 380px) {
  .max-background.portlet-nested-portlets, .margin-map {
    margin-right: -7.7% !important;
    margin-left: -7.8% !important;
  }
}
@media (max-width: 379px) and (min-width: 350px) {
  .max-background.portlet-nested-portlets, .margin-map {
    margin-right: -8.7% !important;
    margin-left: -8.8% !important;
  }
}
@media (max-width: 349px) and (min-width: 300px) {
  .max-background.portlet-nested-portlets, .margin-map {
    margin-right: -18.7% !important;
    margin-left: -18.7% !important;
  }
}
@media screen and (min-width: 992px) {
  .Header-utils {
    margin-left: -3rem !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .Header-utils {
    margin-top: 2.8rem !important;
    margin-bottom: 0.8rem !important;
    /* background-color: white; */
    margin-left: -6em;
  }
}
@media (min-width: 768px) {
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-top: 12px;
  }
}
.Header-search.search {
  margin-top: -5% !important;
}

.buttons-search .Icon-search {
  color: white !important;
}

.buttons-search .Icon-close {
  background-color: #0066cc;
  color: white;
}

.buttons-search {
  display: none;
}

.icon-toggle-search.hide {
  display: none !important;
}

.Icon-close.hide {
  display: none !important;
}

.search.second.is-active {
  width: 100%;
  margin-top: 0.8rem !important;
  float: right !important;
  display: block !important;
  border: 2px solid #0066cc;
  border-radius: 4px;
}

.search.second {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .Header-search.search {
    display: none !important;
  }
  .buttons-search {
    display: block;
    margin-right: -20% !important;
    /*margin-left: 30% !important;*/
  }
}
@media screen and (max-width: 880px) and (min-width: 768px) {
  .Header-social {
    margin-right: -1rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .Headroom--top .search.second.is-active {
    display: none !important;
  }
}
.breadcrumb > li {
  max-width: 100% !important;
  text-overflow: unset !important;
}

/* TABLE */
.journal-content-article table {
  border: 1px solid #0066cc !important;
}

.journal-content-article td {
  padding: 10px;
}

.journal-content-article th {
  background-color: #0066cc;
  color: #FFF;
  text-align: center;
}

iframe {
  width: 100%;
}

span.Icon.Icon-chevron-right, i.fa-external-link-alt {
  font-size: 15px;
}

.naviga-condividi .Leads-link.noActive:hover {
  text-decoration: none !important;
}

.naviga-condividi .Leads-link.noActive {
  color: #ccc;
}

.site-map-page .list-child .list-group-item:first-child {
  border-top: 1px solid #0066cc;
}

.site-map-page .list-child .list-group-item {
  border-top: 1px solid #ccc;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}

.site-map-page .list-child .list-group-item:last-child,
.site-map-page .list-child .list-group-item:first-child {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.sitemap-naviga .Leads-link.noActive:hover {
  text-decoration: none !important;
}

.sitemap-naviga .Leads-link.noActive {
  color: #ccc;
}

.sitemap-naviga .Leads-link:after {
  content: none !important;
}

.Treeview [aria-expanded=true] > .Treeview-handler--default:after,
.Treeview [aria-expanded=true] > a > .Treeview-handler--standalone {
  color: #2764ae;
}

#menu ul.child {
  width: 100%;
  background-color: #F5f5f5 !important;
  padding-left: 20px;
}

#menu .Linklist ul > li > a {
  padding-left: 0;
}

li.li-child.li-parent {
  border-bottom: 1px solid #DDD !important;
}

/* NUOVE NEWS */
.news-home-box {
  margin-left: 20px;
  margin-right: 20px;
}

.news-home-box .first-row {
  display: flex;
  margin-bottom: 20px;
}

.news-home-box .first-row .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-home-box .first-row .first-box {
  display: flex;
  align-items: flex-end;
  color: #FFF;
  background-size: cover;
  background-position: center center;
}

.news-home-box .first-row .news-date {
  display: flex;
  align-items: center;
  color: #FFF;
  padding: 5px;
}

.news-home-box .first-row .news-date i {
  color: #FFF;
  font-size: 25px;
  padding-right: 5px;
}

.news-home-box .first-row .news-title {
  font-weight: bold;
  padding: 10px;
}

.news-home-box .first-row .news-title h3 {
  margin-top: 0px;
}

.news-home-box .first-row .first-second-row {
  display: flex;
  justify-content: flex-end;
}

.news-home-box .first-row .second-box {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}

.news-home-box .first-row .other-box {
  border: 2px solid #0066CC;
  box-shadow: 1px 1px 10px #2764ae;
  margin-left: 25px;
}

.news-home-box .first-row .other-box .news-date {
  border-bottom: 1px solid gray;
  display: flex;
  align-items: center;
  color: gray;
  padding: 5px;
}

.news-home-box .first-row .other-box .news-date i {
  color: #0066cc;
  font-size: 25px;
  padding-right: 5px;
}

.news-home-box .first-row .other-box .news-title {
  font-weight: bold;
  padding: 10px;
  word-break: break-all;
}

.news-home-box .second-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}

.news-home-box .second-row .other-box {
  border: 2px solid #0066CC;
  margin-right: 10px;
  margin-left: 5px !important;
  width: 30% !important;
  box-shadow: 1px 1px 10px #2764ae;
}

.news-home-box .second-row .other-box:first-child {
  margin-left: 0px;
}

.news-home-box .second-row .other-box .news-date,
.news-list-box .other-box .news-date {
  border-bottom: 1px solid gray;
  display: flex;
  align-items: center;
  color: gray;
  padding: 5px;
}

.news-home-box .second-row .other-box .news-date i,
.news-list-box .other-box .news-date i {
  color: #0066cc;
  font-size: 25px;
  padding-right: 5px;
}

.news-home-box .second-row .other-box .news-title,
.news-list-box .other-box .news-title {
  font-weight: bold;
  padding: 10px;
  word-break: break-all;
}

.news-home-box .all-link {
  display: flex;
  justify-content: center;
  text-align: center;
}

.news-home-box .all-link a {
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
}

.news-home-box .all-link i {
  font-size: 12px;
}

.news-home-box .border-top {
  border-bottom: 4px solid #000;
  width: 2%;
  margin: 0 auto;
  border-radius: 1px;
}

.news-list-box .other-box {
  margin-bottom: 10px;
  margin-top: 15px;
}

.u-margin-top-170 {
  margin-top: 170px;
}

.img-risponde img {
  position: static;
  margin-top: -160px;
}

.ie11 .row-service .service-box a {
  flex-direction: row;
}

/* HOME PAGE */
/* Banca Dati HP */
.banca-dati-titolo {
  font-size: 25px;
  color: #09478e;
  padding-bottom: 15px;
  text-align: center;
}

.container-scroll .separator {
  background-color: #0066cc;
  height: 7px;
  width: 100%;
  margin: 45px 0;
  border-top: transparent;
}

.row-scroll {
  display: flex;
  justify-content: space-around;
}

a.trova-farmaco {
  width: 100%;
  background-color: #0066cc;
  padding: 20px 0;
  color: #FFF;
  font-size: 25px;
  font-weight: bold;
  border-radius: 0px;
  box-shadow: 1px 1px 5px #0066cc;
}

a.trova-farmaco:hover {
  color: #FFF;
  text-decoration: none;
}

.banca-dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 31% !important;
  padding-top: 15px;
  border: 1px solid #0066cc;
  box-shadow: 1px 1px 5px #0066cc;
  background-color: #FFF;
  margin-top: 10px;
}

.banca-dati-numeri {
  font-size: 40px;
  color: #09478e;
  padding-top: 15px;
}

.banca-dati-numeri .numbers {
  display: flex;
  font-size: 40px;
  line-height: 1em;
  text-align: center;
  overflow: hidden;
}

.banca-dati-numeri .numbers__window {
  display: inline-block;
  overflow: hidden;
  height: 0.7em;
}

.banca-dati-numeri .numbers__window__digit {
  font: inherit;
  word-break: break-all;
  display: block;
  width: 0;
  padding: 0 0.6em 0 0;
  margin: 0 auto;
  overflow: inherit;
  animation: counting 0.1s steps(5) forwards infinite;
}

.banca-dati-numeri .numbers__window__digit::before {
  content: attr(data-fake);
  display: inline-block;
  width: 100%;
  height: auto;
}

.banca-dati-numeri .numbers__window__digit--1 {
  animation-iteration-count: 3;
}

.banca-dati-numeri .numbers__window__digit--2 {
  animation-iteration-count: 6;
}

.banca-dati-numeri .numbers__window__digit--3 {
  animation-iteration-count: 9;
}

.banca-dati-numeri .numbers__window__digit--4 {
  animation-iteration-count: 12;
}

.banca-dati-numeri .numbers__window__digit--5 {
  animation-iteration-count: 15;
}

.banca-dati-numeri .numbers__window__digit--6 {
  animation-iteration-count: 18;
}

.banca-dati-numeri .numbers__window__digit--7 {
  animation-iteration-count: 21;
}

.banca-dati-numeri .numbers__window__digit--8 {
  animation-iteration-count: 24;
}

.banca-dati-numeri .numbers__window__digit--9 {
  animation-iteration-count: 27;
}

.banca-dati-numeri .numbers__window__digit--10 {
  animation-iteration-count: 30;
}

@keyframes counting {
  100% {
    transform: translate3d(0, -10em, 0);
  }
}
@media (max-width: 768px) {
  a.trova-farmaco {
    font-size: 14px !important;
  }
  .banca-dati-titolo {
    font-size: 18px !important;
  }
  .banca-dati-numeri {
    font-size: 25px !important;
  }
}
/* --- */
/* Attività di AIFA HP */
.container-attivita {
  margin-left: 20px;
  margin-right: 20px;
}

.row-activity {
  display: flex;
  justify-content: space-between;
}

.row-activity .activity-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 32% !important;
  padding-top: 15px;
  margin-top: 30px;
}

.activity-box.color_1 {
  border: 1px solid #c74659;
  box-shadow: 2px 2px 5px rgba(199, 70, 89, 0.4);
}

.activity-box.color_2 {
  border: 1px solid #BA506C;
  box-shadow: 2px 2px 5px rgba(186, 80, 108, 0.4);
}

.activity-box.color_3 {
  border: 1px solid #248BAE;
  box-shadow: 2px 2px 5px rgba(36, 139, 174, 0.4);
}

.activity-box.color_4 {
  border: 1px solid #6EA39C;
  box-shadow: 2px 2px 5px rgba(110, 163, 156, 0.4);
}

.activity-box.color_5,
.activity-box.color_6 {
  border: 1px solid #85669F;
  box-shadow: 2px 2px 5px rgba(133, 102, 159, 0.4);
}

.activity-box.color_7 {
  border: 1px solid #586FAA;
  box-shadow: 2px 2px 5px rgba(88, 111, 170, 0.4);
}

.activity-box.color_8 {
  border: 1px solid #87B193;
  box-shadow: 2px 2px 5px rgba(135, 177, 147, 0.4);
}

.activity-box.color_9 {
  border: 1px solid #99B76F;
  box-shadow: 2px 2px 5px rgba(153, 183, 111, 0.4);
}

.border-bottom-attivita {
  border-bottom: 4px solid #0066cc;
  width: 4%;
  margin: 0 auto;
}

.row-activity .activity-box .img-activity {
  max-width: 100px;
}

.row-activity .activity-box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.row-activity .title-activity {
  padding-top: 10px;
  text-align: center;
  color: #000;
  font-weight: bold;
}

.underline-title-center {
  border-bottom: 4px solid #0066cc;
  width: 60px;
  margin: 0 auto;
}

/* --- */
/* Domande e Risposte HP */
.row-risponde {
  display: flex;
  align-items: center;
}

.row-risponde .img-risponde {
  display: flex;
  align-items: center;
}

.row-risponde .img-risponde img {
  max-width: 75%;
  margin-left: 0;
}

.row-risponde .domanda-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.row-risponde .domanda-box .brackets {
  display: flex;
  justify-content: center;
  width: 55px;
}

.row-risponde .domanda-box h5 {
  color: #0066CC;
  font-style: italic;
  font-weight: bold;
}

.row-risponde .domanda-box p a {
  color: #000;
}

.underline-title-center {
  border-bottom: 4px solid #0066cc;
  width: 60px;
  margin: 0 auto;
}

.title-faq h2 {
  position: relative;
  top: -130px;
}

.title-faq .underline-title-center {
  position: relative;
  top: -135px;
}

.u-margin-top-170 {
  margin-top: 120px;
}

.img-risponde img {
  position: static;
  margin-top: -155px;
}

@media (max-width: 992px) {
  .row-risponde .img-risponde img {
    margin-left: auto;
    padding-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .row-risponde .img-risponde img {
    max-width: 100%;
    padding-bottom: 10px;
    margin-top: -140px;
  }
}
/* --- */
/* Servizi Online HP */
.row-service {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}

.row-service .service-box {
  display: flex;
  align-items: center;
  /*max-width: 320px;*/
  padding: 15px;
  margin-top: 40px;
  min-height: 100px !important;
  margin-left: 5px;
  margin-right: 5px;
  width: 32% !important;
}

.row-service .fa-unlock-alt,
.row-service .fa-sign-in-alt,
.row-service .fa-user {
  font-size: 200%;
  padding: 15px 15px 15px;
}

.service-box.color-green .fa-unlock-alt {
  color: #009688;
}

.service-box.color-purple .fa-sign-in-alt {
  color: #5C6BC0;
}

.service-box.color-blue .fa-user {
  color: #42A5F5;
}

.service-box.color-green {
  border: 1px solid #009688;
  box-shadow: 2px 2px 5px rgba(0, 150, 136, 0.4);
}

.service-box.color-purple {
  border: 1px solid #5C6BC0;
  box-shadow: 2px 2px 5px rgba(92, 107, 192, 0.4);
}

.service-box.color-blue {
  border: 1px solid #42A5F5;
  box-shadow: 2px 2px 5px rgba(66, 165, 245, 0.4);
}

.row-service .service-box .img-service {
  margin-right: 30px;
}

.row-service .service-box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px !important;
}

.row-service .title-service {
  padding-top: 10px;
  padding-right: 10px;
  color: #000;
  font-weight: bold;
}

.ie11 .row-service .service-box a {
  flex-direction: row;
}

.ie11 .news-home-box .first-row .news-lateral {
  display: block;
}

.ie11 .row-activity .activity-box {
  display: block;
}

.ie11 .row-activity .activity-box a {
  display: block;
  text-align: center;
}

.ie11 .row-activity .activity-box .img-activity {
  margin: 0 auto;
}

.underline-title-center {
  border-bottom: 4px solid #0066cc;
  width: 60px;
  margin: 0 auto;
}

/* --- */
/* Dati AIFA HP */
.row-box {
  display: flex;
  align-items: center;
}

.row-box .icon-box {
  text-align: right;
  align-self: start;
  padding-right: 20px;
}

.container-numeri {
  padding-bottom: 2rem;
}

.container-numeri .box {
  border-radius: 0px !important;
}

.container-numeri .box .etichetta {
  border-bottom: 1px solid gray;
  padding: 5px;
}

.container-numeri .first-box,
.container-numeri .number-box {
  margin-bottom: 2rem !important;
}

.container-numeri .img-number {
  padding: 2rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-numeri .number-box {
  margin-bottom: 2rem !important;
}

.container-numeri .number-box-last {
  margin-bottom: 0px !important;
}

.container-numeri .box-laterali {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}

.box-1 i {
  background-color: #586faa;
  padding: 10px;
  border-radius: 5px;
  color: #FFF;
  font-size: 20px;
}

.box-1 h4 {
  color: #586faa !important;
}

.box-2 i {
  background-color: #009688;
  padding: 10px;
  border-radius: 5px;
  color: #FFF;
  font-size: 20px;
}

.box-2 h4 {
  color: #009688 !important;
}

.box-3 i {
  background-color: #ba506c;
  padding: 10px;
  border-radius: 5px;
  color: #FFF;
  font-size: 20px;
}

.box-3 h4 {
  color: #ba506c !important;
}

.underline-box-4 {
  border-bottom: 4px solid #586faa;
  width: 100%;
}

.underline-box-5 {
  border-bottom: 4px solid #009688;
  width: 100%;
}

.underline-box-6 {
  border-bottom: 4px solid #ba506c;
  width: 100%;
}

.ie11 .container-numeri .box-laterali {
  display: block;
}

.underline-title-center {
  border-bottom: 4px solid #0066cc;
  width: 60px;
  margin: 0 auto;
}

/* NEWS */
#carouselButtons {
  position: absolute;
  bottom: 30px;
  z-index: 15;
  left: 63%;
}

#carouselButtons button {
  border-radius: 50%;
  background-color: white;
  border: 3px solid #0066cc;
}

.carousel-indicators li {
  background-color: #a5a5a5;
  border-color: #a5a5a5;
  width: 15px;
  height: 15px;
}

.carousel-indicators li.active {
  background-color: white;
  border: 3px solid #0066cc;
  width: 15px;
  height: 15px;
  margin: 1px;
}

.news-home-box .news-principal {
  min-height: 200px;
}

i.far.fa-newspaper {
  margin-right: 5px;
}

.news-home-box .row-news-home-box {
  display: flex;
  justify-content: space-between;
}

.news-home-box {
  margin-left: 20px;
  margin-right: 20px;
}

/* line 2, ../sass/style.scss */
.news-home-box .first-row {
  display: flex;
  margin-bottom: 20px;
}

.news-home-box .bg-principal-news {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  padding-top: 5px;
}

/*
.news-home-box .first-row .row {
display: flex;
flex-direction: column;
justify-content: center;
}
*/
.news-home-box .first-box {
  display: flex;
  align-items: flex-end;
  color: #FFF;
  background-size: cover;
  background-position: center center;
}

.news-home-box .first-row .news-date {
  display: flex;
  align-items: center;
  color: #FFF;
  padding: 5px;
}

.news-home-box .first-row .news-date i {
  color: #FFF;
  font-size: 25px;
  padding-right: 5px;
}

/* line 34, ../sass/style.scss */
.news-home-box .first-row .news-title {
  font-weight: bold;
  padding: 10px;
}

/* line 38, ../sass/style.scss */
.news-home-box .first-row .news-title h3 {
  margin-top: 0px;
}

/* line 44, ../sass/style.scss */
.news-home-box .first-row .first-second-row {
  display: flex;
  justify-content: flex-end;
}

/* line 49, ../sass/style.scss */
.news-home-box .first-row .second-box {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}

.news-home-box .other-box {
  border: 1px solid #0066CC;
  margin-top: 20px;
  /* margin-left: 5px !important; */
  width: 32% !important;
  box-shadow: 1px 1px 5px #2764ae;
}

.news-home-box .news-date {
  border-bottom: 1px solid gray;
  display: flex;
  align-items: center;
  color: gray;
  padding: 5px;
}

.news-home-box .cat .news-date {
  justify-content: space-between;
  border-bottom: 3px solid #0066cc;
}

.news-home-box .news-date i {
  color: #0066cc;
  font-size: 25px;
  padding-right: 5px;
}

.news-home-box .news-title {
  font-weight: bold;
  padding: 10px;
  word-break: break-all;
}

.news-home-box .abstract {
  padding: 10px;
}

.border-top {
  border-bottom: 4px solid #000;
  width: 25px;
  margin: 0 auto;
  border-radius: 1px;
}

.all-link {
  display: flex;
  justify-content: center;
  text-align: center;
}

.news-home-box .carousel-indicators {
  left: 55%;
}

/*.news-home-box .Grid--withGutter{
    margin: 0 0;
}*/
.news-home-box #myCarousel {
  margin: 0 -0.7rem;
}

.news-title h3, .news-title a {
  word-break: break-word;
}

.ie .news-title h3, .ie .news-title a {
  word-break: keep-all;
}

/* Media Query*/
@media screen and (max-width: 992px) {
  .carousel-indicators {
    bottom: -20px;
    left: 40% !important;
  }
  #carouselButtons {
    bottom: -9px;
  }
  .news-home-box .abstract {
    display: none;
  }
  .news-home-box h3 {
    font-size: 16px;
  }
}
/* --- */
@media print {
  @page {
    /*position: absolute;*/
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .logo-print.hide .title-print {
    padding-left: 200px;
  }
  .logo-print.hide {
    display: block !important;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .logo-print.hide .image-print {
    width: 150px;
    position: absolute;
    top: 0;
  }
  /*
     body {margin-top: 4cm; margin-bottom: 4cm; 
            margin-left: 0mm; margin-right: 0mm}
     */
  .signed-in header.Header.Headroom--top {
    margin-top: 0 !important;
  }
  .has-control-menu #wrapper {
    margin-top: 0 !important;
  }
  .ScrollTop,
  .Header,
  .Footer-block,
  .empty {
    display: none !important;
  }
  .u-hiddenPrint,
  .hidden-print {
    display: none !important;
  }
  .col-md-12,
  #breadcrumbs,
  .col-md-10 {
    width: 100% !important;
  }
  /*   
      .col-md-7 {
          width: 66% !important;
      }
  */
  .col-md-1 {
    display: none !important;
  }
  .col-md-3 {
    width: 25% !important;
  }
  .col-md-8 {
    width: 66% !important;
  }
  .col-md-4 {
    width: 33% !important;
  }
  img.img-news-argomenti-correlati {
    height: 100% !important;
  }
  #main-content .portlet-layout.row,
  .news-argomenti-correlati-row {
    display: inline-flex !important;
    vertical-align: top;
  }
  .u-padding-r-bottom {
    padding-bottom: 0 !important;
  }
  #content a:link:after,
  #content a:visited:after {
    content: " ";
  }
  .padding-nested:last-of-type {
    display: none !important;
  }
}
/* MODIFICHE CRITELLI  02-11-2020*/
html {
  font-size: inherit;
}

p {
  margin-bottom: 0.5rem;
}

.portlet-header *, .portlet-topper * {
  vertical-align: top;
}

.portlet-topper {
  padding: 3px 12px;
}

.control-menu-level-1 > .container-fluid {
  padding: 16px;
}

.Grid .Leads-link {
  font-size: 1.15rem !important;
}

table {
  border-collapse: collapse;
}

.icon-download-file {
  margin-top: 6px;
  font-size: 2rem !important;
}

.u-padding-all-xxs .icon-download-file {
  margin-left: -20px;
}

/*
.product-menu.sidebar .sidebar-body {
    top: 6.5rem;
}*/
.product-menu .sidebar-header {
  line-height: 50px;
  border-bottom: 1px solid #26363f;
}

.Header-titleLink {
  margin-top: 1rem;
  font-size: 32px !important;
  font-weight: bold;
  line-height: 32px;
}

.Headroom--not-top .Header-titleLink {
  font-size: 24px !important;
  font-weight: normal;
  line-height: 24px;
  margin-left: 30px !important;
}

.Header-socialIcons > li > a {
  margin-left: 5px !important;
}

.Header-social {
  margin-bottom: 7px !important;
}

.signed-in .Headroom--not-top .beta {
  height: inherit;
}

.Headroom--fixed.Headroom--not-top .Header-logo img {
  max-width: 144px;
}

.Headroom--pinned.Headroom--not-top .Header-logo img {
  max-width: 144px;
}

.ScrollTop-icon {
  font-size: 1.4em !important;
  top: 15%;
}

.alert-info, .portlet-msg-help, .portlet-msg-info, .portlet-msg-progress {
  color: #31708f;
  font-size: 1.1em !important;
}

#menu_lingua > .dropdown-menu {
  font-size: 14px;
}

#menu_lingua .portlet, #menu_lingua ul {
  margin-bottom: 0;
}

#menu_lingua .portlet-title-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#btnMenuLingua {
  padding: 6px;
  margin-left: 15px;
}

.button-search.Icon-search {
  font-size: 14px;
}

.search.second.is-active {
  width: 90%;
  margin: 0 auto !important;
  float: none !important;
}

.lfr-admin-panel .container-fluid {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.lfr-admin-panel .sidenav-close {
  margin: 8px 5px;
}

b, strong {
  font-weight: bold;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.portlet-header h1, .portlet-header .h1 {
  font-size: 2.5rem !important;
}

.portlet-header h2, .portlet-header .h2, .portlet-body h2 {
  font-size: 30px !important;
}

.portlet-header h3, .portlet-header .h3, .portlet-body h3 {
  font-size: 24px !important;
}

.portlet-header h4, .portlet-header .h4 {
  font-size: 18px !important;
}

.portlet-header h5, .portlet-header .h5 {
  font-size: 14px !important;
}

.portlet-header h6, .portlet-header .h6 {
  font-size: 12px !important;
}

h2.portlet-title-text {
  font-weight: 600;
  line-height: 1.4;
  color: #06c;
  margin-bottom: 1rem;
}

.Form--spaced .Form-fieldset, .Form--spaced .Form-legend, .Header-social, .Prose > h1, .Prose > h2, .Prose > h3, .Prose > h4, .Prose > h5, .Prose > h6, .u-margin-bottom-s, .u-text-h1, .u-text-h2, .u-text-h3, .u-text-h4, .u-text-h5, .u-text-h6 {
  margin-bottom: 1rem !important;
}

.Footer-socialIcons [class*=" Icon-"], .Footer-socialIcons [class^=Icon-], .u-padding-all-xs {
  padding: 0.5rem !important;
}

.Accordion--default .Accordion-header, .Accordion--plus .Accordion-header, .Breadcrumb-link, .Header-social, .Header-socialIcons, .Header-titleLink small, .Megamenu--default .Megamenu-item > a, .Megamenu--default .Megamenu-subnavGroup > li > ul > li a, .Prose, .Prose > a, .Prose > h6, .Prose > ol > li, .Prose > p, .Prose > ul > li, .Prose p > a, .Treeview-handler--default:after, .Treeview-handler--standalone, .u-text-h6, .u-text-lg-xs, .u-text-p, .u-text-r-xs {
  font-size: 1rem !important;
}

.Footer-block a, .Footer-block address, .Footer-links a, .Header-language, .Header-owner > a, .Header-toggleText, .Megamenu--default .Megamenu-list > li > a[aria-expanded=false]:after, .Megamenu--default .Megamenu-list > li > a[aria-expanded=true]:after, .Megamenu--default .Megamenu-subnavGroup > li > ul > li > ul > li > a, .Prose > p > small, .ScrollTop, .u-text-lg-xxs, .u-text-r-xxs {
  font-size: 0.8rem !important;
}

.Entrypoint-item, .Footer-siteName, .Header-searchTrigger button, .Header-titleLink a, .Prose > h3, .Share-reveal, .Share-revealText, .Share > ul > li, .u-text-h3, .u-text-lg-l, .u-text-r-l {
  font-size: 1rem !important;
}

.Bullets > li:before, .Footer-link, .Footer-socialIcons [class*=" Icon-"], .Footer-socialIcons [class^=Icon-], .Megamenu--default .Megamenu-subnavGroup > li > a, .Prose > h5, .u-text-h5, .u-text-lg-s, .u-text-r-s {
  font-size: 1.1rem !important;
}

.Footer-socialIcons > li, .u-margin-right-s {
  margin-right: 1rem !important;
}

.Accordion--default .Accordion-link, .Accordion--plus .Accordion-link, .Footer-subBlock, .Header-language-other a, .Header-searchTrigger button, .u-padding-all-s {
  padding: 1rem !important;
}

.Header-titleLink {
  max-width: 265px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .Hamburger-toggleContainer {
    zoom: 0.8;
    margin-top: 0.5rem;
  }
  .Header-social > * {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 990px) {
  .block-color-page {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }
  .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .news-home-box .news-title h3 {
    font-size: 16px !important;
  }
  .news-home-box .carousel-indicators, #carouselButtons {
    bottom: 0px !important;
  }
  .Headroom--top .Header-titleLink {
    margin-left: 0 !important;
    font-size: 24px !important;
    line-height: 24px;
    max-width: 190px;
  }
  .Headroom--top .Header-title {
    width: 31% !important;
    margin-left: 1rem !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 990px) {
  .Headroom--top .Header-titleLink {
    margin-left: 6rem !important;
    font-size: 28px !important;
    line-height: 28px;
    max-width: 240px;
  }
}
@media screen and (max-width: 1176px) and (min-width: 1025px) {
  .Headroom--top .Header-titleLink {
    margin-left: 6rem !important;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 1505px) and (min-width: 1319px) {
  .Headroom--top .Header-titleLink {
    margin-left: 6rem !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
  .Headroom--top .Header-titleLink {
    margin-left: 7rem !important;
    font-size: 28px !important;
    line-height: 28px;
  }
}
@media screen and (max-width: 990px) {
  .Header-title {
    width: 31% !important;
    margin-left: 10rem !important;
  }
  .Headroom--top .Header-titleLink {
    margin-left: 1rem !important;
    font-size: 20px !important;
    line-height: 20px;
    max-width: 170px;
  }
}
@media screen and (max-width: 1365px) and (min-width: 992px) {
  .Bullets > li:before, .Footer-link, .Footer-socialIcons [class*=" Icon-"], .Footer-socialIcons [class^=Icon-], .Headroom--fixed.Headroom--not-top .Header-titleLink a, .Headroom--pinned.Headroom--not-top .Header-titleLink a, .Megamenu--default .Megamenu-subnavGroup > li > a, .Prose > h5, .u-text-h5, .u-text-md-s, .u-text-r-s {
    font-size: 1.3rem !important;
  }
  .Headroom--not-top .Header-title {
    width: 42% !important;
    margin-left: 1rem !important;
  }
  .Header-title {
    width: 42% !important;
    margin-left: 4rem !important;
  }
  .Headroom--not-top .Header-titleLink {
    font-size: 20px !important;
    line-height: 20px;
    margin-left: 40px !important;
    max-width: 185px;
  }
  .Header-titleLink a {
    font-size: 1.8rem !important;
  }
}
@media screen and (max-width: 768px) {
  .Headroom--not-top .Header-utils {
    margin-top: 0rem !important;
    margin-right: 50px !important;
    display: none !important;
  }
  .Headroom--fixed.Headroom--not-top .Header-navbar {
    padding-top: 0px !important;
  }
  .Headroom--fixed.Headroom--not-top .Header-hamburger {
    margin-top: 0 !important;
  }
  .Headroom--top .Header-titleLink {
    margin-left: 3rem !important;
    font-size: 20px !important;
    line-height: 20px;
    max-width: 140px !important;
    margin-top: 0.6rem !important;
  }
  .Headroom--top .Header-utils {
    padding-right: 4rem;
  }
  .Header-hamburger {
    margin-top: 10px;
  }
  #menu_lingua, .Header-social > ul {
    display: inline-block !important;
    margin: 0;
  }
  .Headroom--not-top .Header-title {
    margin-left: 3rem !important;
    width: 45% !important;
  }
  .Headroom--not-top .Header-titleLink {
    font-size: 16px !important;
    font-weight: normal;
    line-height: 16px;
    margin-left: 20px !important;
  }
  .Headroom--fixed.Headroom--not-top .Header-titleLink a {
    width: 140px;
    font-size: 16px !important;
  }
  .img-risponde img {
    margin-top: -105px;
  }
  .row-risponde .img-risponde img {
    max-width: 100%;
  }
  section#content {
    padding: 10px 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .Headroom--top .Header-title {
    width: 44% !important;
    margin-left: 1rem !important;
  }
}
@media screen and (max-width: 600px) {
  .Headroom--top .Header-title {
    width: 60% !important;
    margin-left: 1rem !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .Accordion--default .Accordion-header, .Accordion--plus .Accordion-header, .Breadcrumb-link, .Header-social, .Header-socialIcons, .Header-titleLink small, .Headroom--fixed.Headroom--not-top .Header-titleLink a, .Headroom--pinned.Headroom--not-top .Header-titleLink a, .Megamenu--default .Megamenu-item > a, .Megamenu--default .Megamenu-subnavGroup > li > ul > li a, .Prose, .Prose > a, .Prose > h6, .Prose > ol > li, .Prose > p, .Prose > ul > li, .Prose p > a, .Treeview-handler--default:after, .Treeview-handler--standalone, .u-text-h6, .u-text-p, .u-text-r-xs, .u-text-sm-xs {
    font-size: 1.2rem !important;
  }
  .Headroom--not-top .Header-title {
    width: 47% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .Header-utils {
    margin-top: 0 !important;
    margin-left: -4em;
    margin-bottom: 0 !important;
    width: 300px !important;
  }
  .Header-titleLink a {
    font-size: 1.3rem !important;
    width: 165px;
  }
  .Header-socialIcons, #menu_lingua {
    display: inline-block !important;
  }
  .Headroom--not-top .Header-social {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1366px) {
  .Forward[aria-hidden], .Prose > h1, .u-text-h1, .u-text-lg-xxl, .u-text-r-xxl {
    font-size: 3.2rem !important;
  }
  .Bullets > li:before, .Footer-link, .Footer-socialIcons [class*=" Icon-"], .Footer-socialIcons [class^=Icon-], .Megamenu--default .Megamenu-subnavGroup > li > a, .Prose > h5, .u-text-h5, .u-text-lg-s, .u-text-r-s {
    font-size: 1.2rem !important;
  }
  .Accordion--default .Accordion-header, .Accordion--plus .Accordion-header, .Breadcrumb-link, .Header-social, .Header-socialIcons, .Header-titleLink small, .Megamenu--default .Megamenu-item > a, .Megamenu--default .Megamenu-subnavGroup > li > ul > li a, .Prose, .Prose > a, .Prose > h6, .Prose > ol > li, .Prose > p, .Prose > ul > li, .Prose p > a, .Treeview-handler--default:after, .Treeview-handler--standalone, .u-text-h6, .u-text-lg-xs, .u-text-p, .u-text-r-xs {
    font-size: 1.1rem !important;
  }
  .Footer-block a, .Footer-block address, .Footer-links a, .Header-language, .Header-owner > a, .Header-toggleText, .Megamenu--default .Megamenu-list > li > a[aria-expanded=false]:after, .Megamenu--default .Megamenu-list > li > a[aria-expanded=true]:after, .Megamenu--default .Megamenu-subnavGroup > li > ul > li > ul > li > a, .Prose > p > small, .ScrollTop, .u-text-lg-xxs, .u-text-r-xxs {
    font-size: 0.9rem !important;
  }
  .Entrypoint-item, .Footer-siteName, .Header-searchTrigger button, .Header-titleLink a, .Prose > h3, .Share-reveal, .Share-revealText, .Share > ul > li, .u-text-h3, .u-text-lg-l, .u-text-r-l {
    font-size: 2rem !important;
  }
  .Accordion--default .Accordion-link, .Accordion--plus .Accordion-link, .Footer-blockTitle, .Footer-subTitle, .Form-fieldset > legend, .Headroom--fixed.Headroom--not-top .Header-titleLink a, .Headroom--pinned.Headroom--not-top .Header-titleLink a, .Leads-link, .Megamenu--default .Megamenu-close, .Prose-blockquote > p, .Prose > h4, .u-text-h4, .u-text-lg-m, .u-text-r-m {
    font-size: 1.5rem !important;
  }
  .Header-banner, .Header-navbar, .Megamenu--default, .u-layout-lg-withGutter, .u-layout-r-withGutter {
    padding-left: 6.4rem !important;
    padding-right: 6.4rem !important;
  }
  .Header-title {
    width: 40% !important;
  }
  .Header-title {
    margin-left: 0px !important;
  }
  .Header-titleLink {
    max-width: 285px !important;
  }
  .Headroom--top .Header-titleLink {
    margin-right: 0 !important;
  }
  .Headroom--top .Header-logo {
    width: 240px !important;
  }
  .Headroom--not-top .Header-title {
    width: 53% !important;
    margin-left: 3rem !important;
  }
}
@media screen and (max-width: 428px) {
  .Headroom--top .Header-logo {
    padding-top: 0;
  }
  .Headroom--top .Header-hamburger {
    padding-top: 0;
    margin-top: 3px;
  }
}
@media screen and (min-width: 992px) {
  .Header-logo img {
    width: 240px !important;
  }
  .Header-utils {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .Header-logo img {
    width: 160px !important;
  }
  .Headroom--top .Header-logo {
    width: 160px !important;
  }
}
.Accordion--default .Accordion-link, .Accordion--plus .Accordion-link {
  font-size: 1.3rem !important;
}

.link-download {
  font-size: 1rem !important;
  margin: 0 0 10px;
}

.u-padding-all-xxs .link-download {
  font-size: 1rem !important;
  margin: 0 20px 10px -20px;
}

.underline_title .portlet-title-text {
  font-size: 18px !important;
}

.u-text-h4, .portlet-body .u-text-h4 {
  font-size: 1.2rem !important;
}

.Hamburger-toggle, .Hamburger-toggle:after, .Hamburger-toggle:before {
  background: #fff;
  border-radius: 4px;
  content: " ";
  display: block;
  height: 3px;
  position: relative;
  width: 32px;
}

.Hamburger-toggleContainer {
  cursor: pointer;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.Hamburger-toggle:before {
  top: -12px;
}

.Hamburger-toggle:after {
  bottom: -9px;
}

.Header-logo img {
  width: 9rem;
}

.js-fr-bypasslinks {
  margin-top: -2px;
}

.Header-social {
  margin: 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-width: 992px) and (max-width: 1365px), screen and (min-width: 1366px) {
  .Hamburger-toggle:before {
    top: -0.85rem;
  }
  .Hamburger-toggle:after {
    bottom: -0.6rem;
  }
  .Hamburger-toggle, .Hamburger-toggle:after, .Hamburger-toggle:before {
    width: 3rem;
    height: 4px;
  }
  .Hamburger-toggle, .Hamburger-toggle:after, .Hamburger-toggle:before {
    width: 2.9rem;
  }
  .Header-search, .Header-search.search {
    margin-bottom: 0.7rem !important;
    margin-top: -3% !important;
  }
  .Header-socialIcons {
    margin-bottom: 0 !important;
  }
}
.Header-toggleText {
  margin-bottom: -1.2rem;
  margin-top: 1.4rem;
}

.Hamburger-toggle, .Hamburger-toggle:after, .Hamburger-toggle:before {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.Hamburger-toggle.is-active {
  background-color: transparent;
}

.Hamburger-toggle.is-active:before {
  top: 4px !important;
}

.Header-language, .Linklist--padded > li > .Linklist-link, .Linklist--padded > li > a, .Pill, .u-padding-left-s {
  padding-left: 1rem !important;
}

.Footer, .u-padding-bottom-xxl {
  padding-bottom: 2.5rem !important;
}

.Footer, .u-padding-top-xxl {
  padding-top: 2.5rem !important;
}

.li-child {
  font-size: 1rem;
}

@media (min-width: 1680px) {
  .Header-utils {
    margin-top: 0rem !important;
  }
  .Headroom--not-top .Header-utils {
    margin-top: 0px !important;
  }
}
/* BREADCRUMB */
#breadcrumbs .u-padding-r-top.u-padding-r-left, #breadcrumbs .portlet-content {
  padding: 0 !important;
}

.breadcrumb.breadcrumb-horizontal {
  padding-left: 10px !important;
}

.portlet-decorate .portlet-content {
  padding: 10px 10px 0;
}

.portlet-content.portlet-title-text-model.portlet-title-text {
  padding: 10px;
}

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

.Entrypoint-item {
  padding: 0.3em !important;
  padding-top: 0.5em !important;
  padding-bottom: 1rem !important;
}

.Entrypoint-item p {
  margin-bottom: 0;
}

.Entrypoint-item-long {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.signed-in header.Header.Headroom--not-top, .signed-in header.Header.Headroom--top {
  padding-top: 57px !important;
}

/* HOME */
.bg-image-farmaco .portlet-decorate .portlet-content {
  background: none !important;
}

.row-risponde .domanda-box .brackets {
  flex: 0 0 55px;
}

.row-risponde .domanda-box .col-md-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.row-risponde .domanda-box .u-text-h4 {
  font-size: 1.1rem !important;
}

.row-risponde .img-risponde img {
  max-width: 75%;
}

.img-risponde img {
  margin-top: -165px;
}

.tweet .journal-content-article {
  margin-top: 1em;
}

.title-box-event .u-textSecondary {
  font-size: 14px;
}

.row-service .title-service {
  font-size: 1.1rem;
}

.row-service .service-box {
  padding: 0 0.8rem;
}

.news-home-box .news-title h3 {
  font-size: 1.5rem;
}

/* BTN e LINK */
label {
  font-weight: bold;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

.btn {
  font-size: 18px;
}

.btn-primary, .btn-primary.btn-default {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle, .btn-primary.btn-default:active, .btn-primary.btn-default.active, .open > .btn-primary.btn-default.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:focus, .btn-primary.focus, .btn-primary.btn-default:focus, .btn-primary.btn-default.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover, .btn-primary.btn-default:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* FOOTER */
.Footer-logo {
  width: 22% !important;
}

.Footer-block.u-background-footer .Footer {
  display: flex;
  width: 100%;
}

.Footer-links li, .u-margin-right-xl {
  margin-right: 2rem !important;
}

.Footer-block a, .Footer-block address, .Footer-links a {
  font-size: 1rem !important;
}

.Footer-blockTitle, .Footer-subTitle {
  font-size: 1.5rem !important;
}

@media screen and (max-width: 768px) {
  .Footer .col-sm-1 {
    display: none;
  }
  .Footer .col-md-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .Footer-logo {
    width: 12em !important;
  }
}
/* CAROUSEL HOME */
.news-home-box .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 55%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  margin: 1px 3px;
  text-indent: -999px;
  border: 0px;
  border-radius: 10px;
  cursor: pointer;
  opacity: 1;
  background-color: #a5a5a5;
  border-color: #a5a5a5;
  width: 16px;
  height: 16px;
}

.carousel-indicators li.active {
  background-color: white;
  border: 3px solid #06c;
  margin: 1px 3px;
  width: 10px;
  height: 10px;
}

@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 20px !important;
  }
}
#carouselButtons .btn {
  font-size: 12px;
}

#carouselButtons .glyphicon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  color: #000;
  top: 0;
}

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

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

/* SEARCH RISULTATI */
h2.search-heading {
  font-size: 18px !important;
  color: #06c !important;
}

.search-heading-panel h2 {
  font-size: 18px !important;
}

.search-panel hr {
  border: none;
}

#search-form {
  margin-bottom: 10px;
  display: block;
}

.search-btn-custom-aifa {
  width: 100%;
  border-radius: 5px;
  max-height: 2.375rem;
}

#elastic-advanced-search-pagination-header, #elastic-advanced-search-pagination-header {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.page-link {
  color: #337ab7;
}

.page-item.active .page-link, .nav-underline .tab.active a.page-item .page-link, .page-item.show .page-link {
  background-color: #337ab7;
  border-color: #337ab7;
}

#result-container {
  font-size: 14px;
}

.card.smooth .fas.fa-tags {
  margin-left: 10px;
}

/* Accordion sperimentazione */
.body-shadow .panel-heading {
  padding: 10px 15px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.body-shadow .panel-collapse {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.accordion-toggle, .accordion-toggle:focus, .accordion-toggle:hover {
  font-size: 14px;
  white-space: normal;
  overflow: inherit;
  color: #fff;
}

.body-shadow .list-group-item {
  color: #000;
  padding: 0.75rem 0.5rem;
}

@media screen and (max-width: 768px) {
  .signed-in header.Header.Headroom--top {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 576px) {
  .signed-in header.Header.Headroom--not-top {
    padding-top: 49px !important;
  }
  .Headroom--top .Header-titleLink {
    margin-left: 5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .portlet-nested-portlets {
    padding-left: 17% !important;
    padding-right: 17% !important;
    margin-left: -10%;
    margin-right: -10%;
    padding-top: 0;
  }
}
.portlet-body .portlet-layout.row .col-md-4 {
  padding: 0 !important;
}

.u-layout-wide .u-layout-prose {
  max-width: inherit !important;
}

.background-lightblue-template .portlet-decorate .portlet-content {
  background: none;
}

@media screen and (max-width: 992px) {
  .background-lightblue-template .portlet-decorate .portlet-content .col-md-8 {
    max-width: none;
    flex: 100%;
    padding: 0;
  }
}
/*
.product-menu.sidebar .sidebar-body {
    top: 56px;
}
*/
.Headroom--pinned.Headroom--not-top, .js .Headroom--fixed {
  min-width: inherit;
}

.lfr-pagination .lfr-icon-menu .btn-default {
  font-size: 14px !important;
  color: #333 !important;
  background-color: #fff !important;
  border-color: #ccc !important;
}

.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  font-size: 14px !important;
}

.taglib-page-iterator {
  font-size: 14px;
}

.lfr-pagination small, .small {
  font-size: 85%;
}

.lfr-pagination .lfr-icon-menu .btn-default:hover {
  color: #333 !important;
  background-color: #e6e6e6 !important;
  border-color: #adadad !important;
}

/*Mod per aggiungere link dichiarazione access*/
.Footer-links li {
  margin-right: 1.3rem !important;
}

.u-margin-bottom-xxl {
  margin-bottom: 1.5rem !important;
}

/*fine mod*/
/*Mod fix elenco emails*/
.contactEmail {
  padding-left: 34px;
  background-position: -5px -10px;
  background-size: 41px;
  font-size: 0.8rem;
}

/*Fine mod*/
/*Mod matteo Antonietti 01-04 */
.Accordion--default .Accordion-header, .Accordion--plus .Accordion-header, .Header-owner, .Leads-link, .Linklist-link, .Linklist a, .Timeline-point, .u-padding-r-bottom {
  padding-bottom: 0.5em !important;
}

.didascalia {
  margin-top: -6em;
}

/*Mod per icona + matteo Antonietti 01-04 */
/*Css per icone font-awesome sul header e footer all'interno di un circle*/
.Header-socialIcons .fab {
  background-color: #fff;
  color: #06c !important;
  padding-left: 0.45rem;
  border-radius: 100% !important;
  display: inline-block !important;
  max-width: 100%;
  vertical-align: 0.063rem;
  padding-right: 0.45rem;
  padding-bottom: 0.4rem;
  padding-top: 0.4rem;
}

.Footer-socialIcons .fab {
  background-color: #65dcdf;
  color: #00264d;
  padding-left: 0.579rem;
  border-radius: 100% !important;
  display: inline-block !important;
  max-width: 100%;
  vertical-align: 0.125rem;
  padding-right: 0.579rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 1366px) {
  .Header-banner, .Header-navbar, .Megamenu--default, .u-layout-lg-withGutter, .u-layout-r-withGutter {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
}
.Footer-block.u-background-footer {
  padding-left: inherit;
  padding-right: inherit;
}

/**/
.sezione-dinamica-template .portlet-nested-portlets {
  padding-left: inherit !important;
  padding-right: inherit !important;
  margin-left: inherit;
  margin-right: inherit;
  padding-top: inherit;
}

/*Style fase-3-4 */
.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: "Glyphicons Halflings";
  /* essential for enabling glyphicon */
  content: "\e114"; /* adjust as needed, taken from bootstrap.css */
  float: right; /* adjust as needed */
  color: #ffffff;
}

.header-accordion {
  color: #fff;
  text-transform: uppercase;
}

.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.panel-default .panel-heading {
  background-color: #06c;
}

.panel li {
  margin-left: 0px !important;
}

.body-shadow {
  box-shadow: 0px 2px 10px #c1c1c1;
}

.btn {
  text-transform: uppercase;
}

.aifaIcon {
  margin-left: -20px;
  margin-right: 23px;
  font-size: 2rem !important;
  margin-top: 6px;
  float: right;
}

.panel-group .panel:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

.body-shadow .panel-heading {
  padding: 0;
  border-radius: 0;
  border-top: 1px solid #e3e4e6;
}

.panel-default .panel-heading {
  background-color: transparent;
}

.Accordion--default .Accordion-header {
  background-image: none !important;
  padding: 0 !important;
}

.Accordion--default .Accordion-header:hover,
.Accordion--plus .Accordion-header:hover {
  background: none !important;
}

.panel-heading .accordion-toggle,
.panel-heading accordion-toggle:focus,
.panel-heading .accordion-toggle:hover,
.Accordion--default .Accordion-link,
.Accordion--plus .Accordion-link {
  display: block !important;
  font-size: 18px !important;
  color: #0066cb !important;
  font-weight: 600 !important;
  text-transform: none !important;
  padding: 14px 24px !important;
}

.panel-heading .accordion-toggle[aria-expanded=true],
.Accordion--default .Accordion-header[aria-expanded=true] .Accordion-link,
.Accordion--plus .Accordion-header[aria-expanded=true] .Accordion-link {
  display: block !important;
  font-size: 18px !important;
  color: #0066cb !important;
  font-weight: 600 !important;
  text-transform: none !important;
  padding: 14px 24px !important;
  background-color: #0066cc !important;
  color: #fff !important;
}

.Accordion--default .Accordion-link::after,
.Accordion--plus .Accordion-link::after {
  font-family: "Font Awesome 5 Free" !important;
  content: "\f107";
  float: right;
  color: #0066cc;
}

.Accordion--default .Accordion-header[aria-expanded=true] {
  background-image: none;
}

.Accordion--default .Accordion-header[aria-expanded=true] .Accordion-link:after,
.Accordion--default .Accordion-header[aria-expanded=true] .Accordion-link:after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  color: #fff;
}

.panel-heading .accordion-toggle::after {
  content: "\e114";
  color: #06c;
}

.panel-heading .accordion-toggle[aria-expanded=true]:after {
  color: #fff;
}

.panel-heading .accordion-toggle[aria-expanded=true]:after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.panel-heading .accordion-toggle.collapsed::after {
  content: "\e114";
}

/*news*/
.news-home-box .second-row .other-box .news-date,
.news-list-box .other-box .news-date {
  color: #6c757d;
}

/*liste link e documenti*/
.it-list-wrapper .it-list {
  list-style-type: none;
  margin-bottom: 1.5rem;
  padding: 0;
}

/*.it-list-wrapper .it-list a {
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}*/
.it-list-wrapper .it-list .it-right-zone {
  padding: 16px 0;
  border-bottom: 1px solid #c5c7c9;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.it-list-wrapper .it-list li:last-child .it-right-zone {
  border: none;
}

.it-list-wrapper .it-list span.text {
  font-size: 1rem;
  font-weight: 600;
  display: block;
  color: #6c757d;
}

.panel .it-list-wrapper .it-list span.text,
.Accordion .it-list-wrapper .it-list span.text {
  font-size: 0.875rem;
}

.it-list-wrapper .it-list .it-right-zone span.it-multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  margin-left: 1rem;
  flex-wrap: nowrap;
}

.it-list-wrapper .it-list .avatar,
.it-list-wrapper .it-list .it-rounded-icon,
.it-list-wrapper .it-list .it-thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 24px;
}

.it-list-wrapper .it-list span.text em {
  display: block;
  font-size: 14px;
  color: #435a70;
  font-style: normal;
  font-weight: 400;
}

.it-list-wrapper .it-list span.text .aggiornamento-nota {
  font-size: 14px;
  color: #435a70;
}

.it-list-wrapper .it-list .it-right-zone i {
  margin-right: 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.card.evento {
  border: none;
}

.card.evento .card-body {
  padding: 0;
}

.card.evento .card-body .category-top {
  text-transform: uppercase;
  color: #435a70;
  margin-bottom: 16px;
  font-weight: 700;
}

.card.evento .card-body .category-top .category {
  color: #435a70;
  letter-spacing: 0.9px;
}

.card.evento .card-title {
  color: #212529 !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  margin-bottom: 0 !important;
}

.card-title-custom {
  color: #0066cb !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  margin-bottom: 0 !important;
}

.card.evento .date {
  background-color: #0066cc;
  padding: 25px;
  color: #FFF;
}

.date strong {
  display: block;
  font-size: 36px;
  text-transform: uppercase;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: #E2EDF6;
}

/*buttons*/
.btn {
  font-size: 1rem;
}

.btn-primary,
.btn-primary.btn-default {
  max-height: 2.375rem;
  background-color: #0066cc;
  border-color: #0066cc;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.noActive {
  color: #ccc;
}

/*Style appartenenti all'adt asset pubblisher galleria immagini */
.w3-content {
  max-width: 48%;
  margin: auto;
}

.w3-display-left {
  position: absolute;
  font-size: 25px;
  top: 40%;
  left: 20%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

.w3-display-right {
  position: absolute;
  font-size: 25px;
  top: 40%;
  right: 20%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

.w3-display-container-bottom img {
  max-width: 100px !important;
}

.w3-content.w3-display-container-bottom {
  max-width: 100%;
  padding-top: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.w3-display-container-bottom.mySlidesBottom {
  padding: 10px;
  display: inline-flex;
}

.w3-display-bottomleft.w3-large.w3-container.w3-padding-16.w3-black {
  text-align: center;
}

/*Style appartenenti all'adt asset pubblisher galleria immagini */
.Accordion-header[aria-expanded=true] .Accordion-link a {
  color: #fff !important;
}

/* Fix accordions tipo sperimentazione */
.panel-default {
  border: none !important;
}

.panel-default .panel-heading {
  padding: 0 !important;
}

.panel-default .panel-heading {
  background-color: transparent !important;
  background-image: none !important;
  padding: 0 !important;
}

.panel-default .panel-heading:hover {
  background: none !important;
}

.panel-heading .accordion-toggle,
.panel-heading .accordion-toggle:focus,
.panel-heading .accordion-toggle:hover {
  display: block !important;
  font-size: 18px !important;
  color: #0066cc !important;
  background-color: #fff !important;
  font-weight: 600 !important;
  text-transform: none !important;
  padding: 14px 24px !important;
}

.panel-heading .accordion-toggle[aria-expanded=true] {
  color: #0066cc !important;
  background-color: #0066cc !important;
  color: #fff !important;
}

.panel-default .accordion-toggle::after {
  font-family: "Font Awesome 5 Free" !important;
  content: "\f107" !important;
  float: right !important;
  color: #0066cc !important;
}

.panel-default .accordion-toggle[aria-expanded=true] {
  background-image: none;
}

.panel-default .accordion-toggle[aria-expanded=true]:after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  color: #fff !important;
}

/* Fix accordions tipo sperimentazione */
.preview-document .modal-dialog {
  z-index: 2222 !important;
}

.preview-document .yui3-widget-mask {
  z-index: 1 !important;
}

ul.it-list li {
  list-style-type: inherit;
  margin-left: inherit;
}

/* Css custom aggiunta di !important per visualizzare titolo contenuti web nelle applicazioni nidificate
sotto il dettaglio evento (oltre alle pagine delle notizie e altro) */
.asset-full-content .portlet-nested-portlets .portlet-dropzone .portlet-title-text {
  display: block !important;
}

/* Css custom titolo blu */
.u-color-blue-custom {
  color: #0066cb !important;
}

/* Css custom spazio tra i blocchi descrizione-allegati nell'accordion con modello "Elemento accordion" della pagina /copia-dirigenti-cessati
e anche negli accordion con modello "Accordions" */
.it-list-custom {
  list-style-type: none;
  margin-bottom: -1.5rem;
  padding: 0;
}

/* Css custom spazio tra descrizione e allegati nell'accordion (con modello Elemento accordion) della pagina /copia-dirigenti-cessati
e anche negli accordion con modello "Accordions" */
.attach-space-custom {
  position: relative;
  bottom: 20px;
}

/*css visualizzazione sezione dinamica dentro templates notizia e contenuto editoriale*/
.sezione-dinamica-template .portlet-nested-portlets .portlet-layout > div.col-md-12 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

@media screen and (min-width: 1826px) {
  .sezione-dinamica-template .portlet-nested-portlets .portlet, .block-color-page .portlet {
    padding-left: 0% !important;
    padding-right: 0% !important;
  }
}
.sezione-dinamica-template .portlet-nested-portlets .portlet {
  max-width: inherit !important;
}

/*css visualizzazione sezione dinamica dentro templates notizia e contenuto editoriale*/
.journal-content-article .Footer li {
  list-style-type: inherit;
  margin-left: inherit;
}

.footer-noLink {
  color: white;
}

#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_footerAifa {
  margin-bottom: inherit !important;
}

a:hover, a:focus, button:hover, button:focus {
  text-decoration: underline !important;
}

.Skiplinks > li > a:focus {
  text-decoration: underline !important;
}

.card-date {
  display: flex;
  align-items: center;
  color: gray;
  padding: 5px;
}

.card-date i {
  color: #0066cc;
  font-size: 25px;
  padding-right: 5px;
}

.in-evidenza .card.card-image {
  display: flex !important;
}

/*
.splide__pagination__page.is-active{
	background-color: #a5a5a5 !important;
	border: 1px solid #a5a5a5;
}
*/
@media screen and (max-width: 330px) {
  .navbar-brand img {
    width: 140px !important;
  }
}
.toggle-search-button.Icon-search:hover {
  text-decoration: none !important;
}

.row [class*=col-] > .card-wrapper, .row [class*=col-] > .card-wrapper > .card {
  height: 100%;
}

.bg-transparent-aifa .portlet-decorate .portlet-content {
  background: transparent;
}

/*
.c-hideFocus:focus, .c-hideFocus :focus {
    -webkit-box-shadow: 0 0 0 3px #ff8c00 inset !important;
    box-shadow: inset 0 0 0 3px #ff8c00 !important;
}

.c-hideFocus input:focus {
    outline: inherit !important;
}

.c-hideFocus input:focus{
    outline: 2px solid #FF7F00 !important;
}
*/
/*modifiche tema 01/07/2025 */
.gapCustom {
  gap: 6px;
}

.fa-x-twitter {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  width: 23px;
  height: 26px;
  line-height: 1em;
  text-align: center;
  vertical-align: -3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.fa-x-twitter-header {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  width: 23px;
  height: 24px;
  line-height: 1em;
  text-align: center;
  vertical-align: -3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.fa-x-twitter-search-square {
  display: inline-block;
  width: 18.66px;
  height: 18.66px;
  vertical-align: -3px;
  background-color: rgba(51, 122, 183, 0.9294117647);
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M461.1 6.4L303.8 198.4 485.6 505.6H346.5L238.3 328.6 104 505.6H6.4L173.5 291.8 0 6.4H144.4L247.4 170.5 371.3 6.4z'/%3E%3C/svg%3E");
}

.fa-x-twitter-share-square {
  display: inline-block;
  width: 21.88px;
  height: 24px;
  vertical-align: -2px;
  background-color: rgba(51, 122, 183, 0.9294117647);
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M461.1 6.4L303.8 198.4 485.6 505.6H346.5L238.3 328.6 104 505.6H6.4L173.5 291.8 0 6.4H144.4L247.4 170.5 371.3 6.4z'/%3E%3C/svg%3E");
}

.instagram-post {
  display: flex !important;
  margin-bottom: 1rem !important;
  padding-bottom: 1rem !important;
}

.instagram-post.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.instagram-img {
  width: 80px !important;
  height: 80px !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 8px !important;
  margin-right: 12px !important;
  background-color: #f1f1f1 !important;
  border: 1px solid #ddd !important;
  flex-shrink: 0 !important;
  object-fit: cover !important;
}

.instagram-content {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}

.instagram-caption {
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  margin-bottom: 4px !important;
}

.instagram-link {
  font-size: 0.8rem !important;
  margin-top: 4px !important;
  display: inline-block !important;
  color: #007bff !important;
  text-decoration: none !important;
}

.instagram-link:hover {
  text-decoration: underline !important;
}

.comunicati-media .instagram {
  height: 393px;
  overflow-y: auto;
  margin-bottom: 1rem;
}

.fa-bluesky {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  width: 23px;
  height: 26px;
  line-height: 1em;
  text-align: center;
  vertical-align: -3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 57'%3E%3Cpath fill='%23ffffff' d='M13.873 3.805C21.21 9.332 29.103 20.537 32 26.55v15.882c0-.338-.13.044-.41.867-1.512 4.456-7.418 21.847-20.923 7.944-7.111-7.32-3.819-14.64 9.125-16.85-7.405 1.264-15.73-.825-18.014-9.015C1.12 23.022 0 8.51 0 6.55 0-3.268 8.579-.182 13.873 3.805ZM50.127 3.805C42.79 9.332 34.897 20.537 32 26.55v15.882c0-.338.13.044.41.867 1.512 4.456 7.418 21.847 20.923 7.944 7.111-7.32 3.819-14.64-9.125-16.85 7.405 1.264 15.73-.825 18.014-9.015C62.88 23.022 64 8.51 64 6.55c0-9.818-8.578-6.732-13.873-2.745Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.fa-bluesky-header {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  width: 23px;
  height: 24px;
  line-height: 1em;
  text-align: center;
  vertical-align: -3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 57'%3E%3Cpath fill='%23ffffff' d='M13.873 3.805C21.21 9.332 29.103 20.537 32 26.55v15.882c0-.338-.13.044-.41.867-1.512 4.456-7.418 21.847-20.923 7.944-7.111-7.32-3.819-14.64 9.125-16.85-7.405 1.264-15.73-.825-18.014-9.015C1.12 23.022 0 8.51 0 6.55 0-3.268 8.579-.182 13.873 3.805ZM50.127 3.805C42.79 9.332 34.897 20.537 32 26.55v15.882c0-.338.13.044.41.867 1.512 4.456 7.418 21.847 20.923 7.944 7.111-7.32 3.819-14.64-9.125-16.85 7.405 1.264 15.73-.825 18.014-9.015C62.88 23.022 64 8.51 64 6.55c0-9.818-8.578-6.732-13.873-2.745Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.fa-bluesky-search-square {
  display: inline-block;
  width: 18.66px;
  height: 18.66px;
  vertical-align: -3px;
  background-color: rgba(51, 122, 183, 0.9294117647);
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 57'%3E%3Cpath fill='%23ffffff' d='M13.873 3.805C21.21 9.332 29.103 20.537 32 26.55v15.882c0-.338-.13.044-.41.867-1.512 4.456-7.418 21.847-20.923 7.944-7.111-7.32-3.819-14.64 9.125-16.85-7.405 1.264-15.73-.825-18.014-9.015C1.12 23.022 0 8.51 0 6.55 0-3.268 8.579-.182 13.873 3.805ZM50.127 3.805C42.79 9.332 34.897 20.537 32 26.55v15.882c0-.338.13.044.41.867 1.512 4.456 7.418 21.847 20.923 7.944 7.111-7.32 3.819-14.64-9.125-16.85 7.405 1.264 15.73-.825 18.014-9.015C62.88 23.022 64 8.51 64 6.55c0-9.818-8.578-6.732-13.873-2.745Z'/%3E%3C/svg%3E");
}

.fa-bluesky-share-square {
  display: inline-block;
  width: 21.88px;
  height: 24px;
  vertical-align: -2px;
  background-color: rgba(51, 122, 183, 0.9294117647);
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 57'%3E%3Cpath fill='%23ffffff' d='M13.873 3.805C21.21 9.332 29.103 20.537 32 26.55v15.882c0-.338-.13.044-.41.867-1.512 4.456-7.418 21.847-20.923 7.944-7.111-7.32-3.819-14.64 9.125-16.85-7.405 1.264-15.73-.825-18.014-9.015C1.12 23.022 0 8.51 0 6.55 0-3.268 8.579-.182 13.873 3.805ZM50.127 3.805C42.79 9.332 34.897 20.537 32 26.55v15.882c0-.338.13.044.41.867 1.512 4.456 7.418 21.847 20.923 7.944 7.111-7.32 3.819-14.64-9.125-16.85 7.405 1.264 15.73-.825 18.014-9.015C62.88 23.022 64 8.51 64 6.55c0-9.818-8.578-6.732-13.873-2.745Z'/%3E%3C/svg%3E");
}

@media (max-width: 768px) {
  .link-social a {
    font-size: 18px !important;
  }
}
/*
* organigramma aifa
*/
.w-90 {
  width: 90% !important;
}

.blocco-sinistro {
  order: 3;
}

.blocco-centrale {
  order: 1;
}

.blocco-destro {
  order: 2;
}

/**
versione mobile
*/
.bg-top {
  background: linear-gradient(180deg, rgba(153, 219, 240, 0) 42.19%, rgba(222, 247, 255, 0.7) 100%);
  border: 3px solid rgba(0, 73, 147, 0.8) !important;
}

li.root {
  margin-bottom: 0;
}

.tree li::before {
  height: 30px;
  background: #000;
  content: "";
  width: 2px;
  position: absolute;
  left: 50%;
  top: 0;
}

.tree li:nth-child(2)::before {
  height: 30px;
  top: 0;
}

.tree li.singolo:nth-child(2)::before {
  height: 30px;
  top: 0;
}

.tree li.sottosezione div.sottosezione ul li::before {
  height: 35px;
  background: #000;
  content: "";
  width: 2px;
  position: absolute;
  left: 50%;
  top: -3px;
}

.tree li.sottosezione div.sottosezione ul li:nth-child(2)::before {
  height: 33px;
  top: 0;
}

/**/
.tree.secondotipo li div.sottosezione {
  height: auto;
  display: block;
  padding: 0 10px;
  border: 0;
  box-shadow: none;
  width: 100%;
}

.tree.secondotipo li div.sottosezione div {
  margin: 10px auto;
  width: 250px;
}

.tree.secondotipo li div.sottosezione ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  padding-inline-start: 0;
}

div.sottosezione ul li {
  padding-bottom: 0;
  padding-top: 10px;
}

li.no-line::before,
li.no-line::after {
  height: 0;
  width: 0 !important;
}

/*Colore border nodi prima della sottosezione*/
.border-main {
  border: 3px solid rgb(59, 70, 80) !important;
}

.border-aree {
  border: 3px solid rgb(60, 144, 163) !important;
}

/*Colore  border collegi */
.border-sub-dir {
  border: 3px solid rgb(26, 43, 87) !important;
}

@media (min-width: 768px) {
  .tree.secondotipo li div.sottosezione div {
    margin: 10px 10px 0;
    padding: 10px;
    margin-top: 20px;
  }
}
.tree.secondotipo li.sottosezione {
  width: 100%;
  padding: 0;
}

.tree {
  padding: 0;
  margin-bottom: 20px;
}

.tree ul {
  display: flex;
}

.tree li {
  list-style-type: none;
  margin: 0;
  padding: 30px 5px 0 5px;
  position: relative;
}

.tree li {
  display: flex;
  justify-content: center;
  text-align: center;
}

li.right-side {
  justify-content: center;
  left: 0;
}

li.rigth-side::before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 10px;
  height: 10px;
  width: 10px;
  border-top: 2px solid #808080;
}

li.left-side::after {
  content: "";
  width: 0;
  height: 2px;
  background: #000;
  top: 60px;
  position: relative;
}

/*
li.right-side::before{
	    width: 0;
}
*/
.tree li:first-child::before {
  display: none;
}

@media (min-width: 1200px) {
  .blocco-sinistro {
    order: 1;
  }
  .blocco-centrale {
    order: 2;
  }
  .blocco-destro {
    order: 3;
  }
  .tree li::before {
    left: auto;
    height: 0;
  }
  .tree li:nth-child(2)::before {
    height: 2px;
    top: 60px;
  }
  li.sottosezione.aree {
    display: flex;
  }
  .tree.secondotipo li div.sottosezione ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  li.right-side:not(.mezza-riga) {
    justify-content: center;
    left: 105px;
  }
  li.right-side {
    justify-content: center;
    left: 107px;
  }
  li.left-side {
    justify-content: center;
    right: 100px;
  }
  .tree li:first-child::before {
    display: block;
  }
  li.left-side::after {
    content: "";
    width: 25px;
    height: 2px;
    background: #000;
    top: 50px;
    position: relative;
  }
  li.right-side::before {
    content: "";
    width: 25px;
    height: 2px;
    background: #000;
    top: 50px;
    position: relative;
  }
  li.right-side.mezza-riga::before {
    content: "";
    width: 20px;
    height: 2px;
    background: #000;
    top: 50px;
    position: relative;
    margin-left: 15px;
  }
  li.right-side.linea-doppia::after {
    content: "";
    width: 2px;
    height: 132px;
    background: #000;
    top: 80px;
    position: absolute;
    left: 120px;
  }
  li.right-side.mezza-riga.riga-doppia::after {
    content: "";
    width: 14px;
    height: 2px;
    background: #000;
    top: 10px;
    position: absolute;
    left: 107px;
  }
}
@media (min-width: 1200) {
  li.root {
    margin-bottom: 20px;
  }
  li.root::after {
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 1300px;
    height: 10px;
    width: 407px;
    border-top: 2px solid #808080;
    left: 110px;
  }
  .tree li.sottosezione div.sottosezione ul li::before,
  div.sottosezione li::before {
    content: "";
    width: 28px;
    height: 2px;
    background: #000;
    top: 5px;
    position: relative;
    left: 80px;
    transform: rotate(90deg);
  }
  .tree li.sottosezione div.sottosezione ul li:nth-child(2)::before {
    height: 2px;
    top: 5px;
  }
  li.singolo::before {
    content: "";
    width: 30px;
    height: 2px !important;
    background: #000;
    top: 14px !important;
    position: absolute;
    left: auto;
    transform: rotate(90deg);
  }
  div.sottosezione li:nth-child(n+4)::after {
    height: 212px;
    background: #000;
    content: "";
    width: 2px;
    position: absolute;
    left: 203px;
    top: -130px;
  }
  div.sottosezione li:nth-child(6)::after,
  div.sottosezione li:nth-child(6)::before {
    height: 0;
    width: 0;
  }
  li.root::before {
    box-sizing: border-box;
    content: "";
    position: absolute;
    background: #000;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 1150px;
  }
  .tree.secondotipo.due li.sottosezione {
    margin-top: 70px;
  }
  li.left-side.no-line div {
    margin-right: 50px;
  }
}
.tree li div {
  box-shadow: 0px 4px 16px rgba(213, 213, 213, 0.4);
  border-radius: 4px;
  border: 1px solid;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 250px;
  padding: 10px;
}

@media (min-width: 992px) {
  ul.tree.secondotipo.due li.root::before {
    margin-top: 130px;
    height: 1050px;
  }
}
ul.tree.secondotipo.due li.root::after {
  top: 1180px;
}

.tree.secondotipo.due li div {
  width: 180px;
  padding: 0 10px;
  height: 100px;
}

.tree.secondotipo.due li.sottosezione div.sottosezione {
  width: 100%;
  display: table;
}

.tree.secondotipo.due li a {
  text-decoration: none;
}

.tree.secondotipo.due li a:hover {
  text-decoration: underline;
}

.tree.secondotipo.due li.sottosezione div h5,
.tree.secondotipo.due li div h5 {
  font-size: initial;
  text-transform: inherit;
  line-height: 22px;
  margin-bottom: 0;
  color: #000;
}

.tree.secondotipo.due li.sottosezione div.sottosezione ul li {
  display: grid;
}

.tree.secondotipo.due li.sottosezione div.sottosezione ul li div {
  width: 188px;
  margin: 0;
  margin-top: 20px;
}

.tree.secondotipo.due li div.sottosezione ul li div h5 {
  font-size: initial;
}

@media (min-width: 1200px) {
  .tree.secondotipo.due li.sottosezione div.sottosezione {
    width: 100%;
    display: block;
    margin-top: 30px;
    height: 100%;
    margin-bottom: 50px;
  }
  ul.tree.secondotipo.due li.root::after {
    width: 408px;
    left: 110px;
  }
  .tree.secondotipo.due li.sottosezione div.sottosezione ul li {
    padding-bottom: 0;
    height: 130px;
  }
  div.sottosezione li::before {
    left: 80px;
  }
}
@media (min-width: 1200px) {
  .tree.secondotipo.due li div.sottosezione ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  ul.tree.secondotipo.due li.root::after {
    width: 506px;
    left: 135px;
  }
  .tree li.sottosezione div.sottosezione ul li::before {
    height: 60px;
    top: -30px;
  }
  .sottosezione.aree .sottosezione li.linea-laterale::before {
    content: "";
    width: 8px;
    height: 2px;
    background: #000;
    top: 70px;
    position: relative;
    margin-left: -100px;
  }
  .sottosezione.aree .sottosezione li.linea-laterale::after {
    content: "";
    width: 2px;
    height: 241px;
    background: #757575;
    top: -292px;
    position: relative;
    left: -6px;
    transform: rotate(0deg);
  }
  div.sottosezione li:nth-child(6)::after,
  div.sottosezione li:nth-child(6)::before {
    height: 0;
    width: 0;
  }
  .tree li.sottosezione div.sottosezione ul li:nth-child(2)::before {
    height: 60px;
    top: -30px;
    left: 95px;
  }
  li.bordo-superiore {
    padding: 0;
    border-top: 2px solid #000;
    width: 600px;
    left: 10px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  li.bordo-superiore::before {
    content: none;
  }
  .sottosezione.aree .sottosezione li.linea-laterale.ultimo::before {
    margin-left: 93px;
    width: 10px;
  }
  .sottosezione.aree .sottosezione li.linea-laterale.ultimo::after {
    left: 197px;
  }
}
@media (min-width: 1500px) {
  li.bordo-superiore {
    width: 600px;
    left: 2px;
  }
}
@media (min-width: 1600px) {
  .sottosezione.aree .sottosezione li.linea-laterale::before {
    content: "";
    width: 20px;
    height: 2px;
    background: #000;
    top: 70px;
    position: relative;
    margin-left: -112px;
  }
  .sottosezione.aree .sottosezione li.linea-laterale.ultimo::before {
    margin-left: 91px;
    width: 18px;
  }
  .sottosezione.aree .sottosezione li.linea-laterale.ultimo::after {
    left: 203px;
  }
  .sottosezione.aree .sottosezione li.linea-laterale::after {
    content: "";
    width: 2px;
    height: 241px;
    background: #757575;
    top: -292px;
    position: relative;
    left: -20px;
    transform: rotate(0deg);
  }
  li.bordo-superiore {
    padding: 0;
    border-top: 2px solid #000;
    width: 628px;
    left: 0;
  }
  li.bordo-superiore::before {
    content: none;
  }
}
@media (min-width: 1800px) {
  li.bordo-superiore {
    padding: 0;
    border-top: 2px solid #000;
    width: 628px;
    left: 0;
  }
}
@media (min-width: 2200px) {
  li.bordo-superiore {
    width: 640px;
    left: 0;
  }
}
/*completo*/
.completo .tree.secondotipo.due:nth-child(1) {
  margin-bottom: 0;
}

.completo .tree.secondotipo.due:nth-child(3) li:first-child {
  margin-bottom: 20px;
}

.completo .tree.secondotipo.due:nth-child(3) li:nth-child(2)::before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  background: #808080;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 50px;
}

/* organigramma */
.organigramma .card-wrapper {
  height: auto !important;
  justify-content: center;
}

.organigramma .card:after {
  margin-top: 0;
}

.organigramma .card {
  width: 350px;
  text-align: center;
  box-shadow: 0px 4px 16px rgba(213, 213, 213, 0.36);
  border-radius: 4px;
}

.organigramma .card .card-body p {
  margin-bottom: 0;
}

.organigramma.sezioni .card {
  width: 330px;
}

.first-class {
  background: #093664;
  border: 1px solid rgb(213, 213, 213);
  color: #fff;
}

.light-neutral {
  background: #65b2ff;
}

#organigramma .card {
  background-color: #133A72;
}

#organigramma .card-title {
  color: #fff !important;
  font-size: 20px;
  margin-bottom: 0;
  /*margin-top: 24px;*/
}

#organigramma .card-text {
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
}

#organigramma .read-more {
  color: #fff;
}

@media (min-width: 998px) {
  .organigramma.sezioni .card {
    width: 350px;
  }
}
.treediv {
  box-shadow: 0px 4px 16px rgba(213, 213, 213, 0.4);
  border-radius: 4px;
  border: 1px solid;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 180px;
  padding: 10px;
}

.treediv h5 {
  font-size: initial;
  text-transform: inherit;
  line-height: 22px;
  margin-bottom: 0;
  color: #000;
}

@media (min-width: 1200px) {
  .linea-verticale-lunga::before {
    height: 993px;
    background: #000;
    content: "";
    width: 2px;
    position: absolute;
    margin-left: 80px;
    top: 120px;
  }
  .tree li:nth-child(2)::before {
    height: 2px;
  }
  li.right-side.linea-doppia::after {
    content: "";
    width: 2px;
    height: 70px;
    background: #000;
    top: 52px;
    position: relative;
    left: -200px;
  }
  li.right-side.mezza-riga.riga-doppia::after {
    content: "";
    width: 2px;
    height: 60px;
    background: #000;
    top: -8px;
    position: relative;
    left: -200px;
  }
  .last-before-two::after {
    content: "";
    width: 2px;
    height: 10px;
    background: #000;
    top: 240px;
    position: relative;
    left: -200px;
    display: block;
    transform: rotate(90deg);
  }
  .tree li.sottosezione.aree::before {
    height: 0;
  }
}
div.linea-verticale-lunga::after {
  content: "";
  width: 2px;
  position: absolute;
  left: 50%;
  height: 30px;
  top: 90px;
  background-color: #757575;
}

.treediv,
.tree.secondotipo.due li div,
.tree.secondotipo.due li.sottosezione div.sottosezione ul li div {
  height: 90px;
  width: 165px;
  padding: 5px;
  box-shadow: none;
}

.treediv h5,
.tree.secondotipo.due li div.sottosezione ul li div h5,
.tree.secondotipo.due li.sottosezione div h5,
.tree.secondotipo.due li div h5 {
  font-size: 15px;
  text-align: center;
}

.border-main {
  border: 2px solid #757575 !important;
}

.border-sub-dir {
  border: 2px solid #85669F !important;
}

.border-aree {
  border: 2px solid rgb(60, 144, 163) !important;
}

li.right-side::before,
.tree li::before,
li.left-side::after,
.linea-verticale-lunga::before {
  background: #757575 !important;
}

.tree.secondotipo.due li:first-child {
  padding-top: 5px;
}

@media (min-width: 1200px) {
  .linea-verticale-lunga::before {
    top: 90px;
    height: 903px;
  }
  div.linea-verticale-lunga::after {
    width: 0;
    height: 0;
  }
  .tree.secondotipo.due:not(.aree) li:first-child {
    padding-top: 30px;
  }
  .tree.secondotipo.due.aree li:first-child {
    padding-top: 10px;
  }
  li.left-side {
    right: 90px;
  }
  li.right-side:not(.mezza-riga) {
    left: 102px;
  }
  .tree li:nth-child(2)::before {
    top: 45px;
  }
  .tree.secondotipo li.aree div.sottosezione ul {
    grid-template-columns: repeat(3, 180px);
    justify-content: center;
  }
  li.bordo-superiore {
    border-top: 2px solid #757575;
    left: -33px;
    max-width: 543.5px;
  }
  .tree.secondotipo.due li.sottosezione div.sottosezione {
    margin-top: 25px;
  }
  .sottosezione.aree .sottosezione li.linea-laterale::before {
    margin-left: -90px;
    width: 9px;
  }
  .sottosezione.aree .sottosezione li.linea-laterale::after {
    top: -283px;
    left: -9px;
    height: 243px;
  }
  .sottosezione.aree .sottosezione li.linea-laterale.ultimo::before {
    margin-left: 83px;
  }
  .sottosezione.aree .sottosezione li.linea-laterale.ultimo::after {
    left: 173px;
  }
  .tree li:nth-child(2)::before {
    height: 2px;
  }
}
@media (min-width: 1235px) {
  li.bordo-superiore {
    left: -29px;
  }
}
@media (min-width: 1255px) {
  li.bordo-superiore {
    left: -27px;
  }
}
@media (min-width: 1273px) {
  li.bordo-superiore {
    left: -22.5px;
  }
}
@media (min-width: 1291px) {
  li.bordo-superiore {
    left: -17.5px;
  }
}
@media (min-width: 1310px) {
  li.bordo-superiore {
    left: -11.5px;
  }
}
@media (min-width: 1332px) {
  li.bordo-superiore {
    left: -9px;
  }
  .sottosezione.aree .sottosezione li.linea-laterale::after {
    left: -10px;
  }
  .sottosezione.aree .sottosezione li.linea-laterale::before {
    margin-left: -91px;
    width: 10px;
  }
}
@media (min-width: 1350px) {
  li.bordo-superiore {
    left: -3px;
  }
}
@media (min-width: 1370px) {
  li.bordo-superiore {
    left: 0px;
  }
}
@media (min-width: 1390px) {
  li.bordo-superiore {
    left: 0;
  }
}
@media (min-width: 1600px) {
  .sottosezione.aree .sottosezione li.linea-laterale.ultimo::before {
    width: 10px;
  }
}
/*
* aifa
* header

@import "font-titillium-web.css";
@import "font-lora.css";
@import "font-icons.css";
*/
body {
  font-family: "Titillium Web";
  padding-top: 0 !important;
}

div.sticky header {
  top: 0px;
  background-color: #0066cc;
  width: 100%;
  display: flex;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

a.no-hover:hover {
  text-decoration: none !important;
}

.headerText {
  font-size: 1rem;
  margin-top: 0;
  font-weight: bold;
  line-height: initial;
}

#menuLateraleNav {
  width: 400px;
  height: 100%;
  position: absolute;
  left: -400px;
  background-color: #fff;
  z-index: 1200;
  top: 0;
}

#menuLateraleNav.attivo::after {
  background: #333333;
  content: " ";
  display: block;
  height: 100%;
  left: 400px;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

#menuLateraleNav a.nav-link {
  font-size: 1.3rem;
  font-weight: 600;
  color: #06c !important;
  padding-right: 30px;
  padding: 1em 4em 0.5em 1rem;
}

#menuAccordion ul {
  padding-bottom: 10px;
  padding-left: 20px;
}

#menuAccordion > li {
  border-bottom: 0.1rem solid rgb(221, 221, 221);
}

#menuAccordion li.frecciagiu > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  right: 10px;
  position: absolute;
  color: #000;
}

#menuAccordion li.frecciagiu > a.rotated::after {
  transform: rotate(180deg);
}

#menuAccordion li.frecciagiu > a[aria-expanded=true]::after {
  transform: rotate(180deg);
}

#menuAccordion li a {
  font-size: 16px;
  font-weight: 600;
  color: #06c !important;
  line-height: 24px;
}

div[data-parent="#menuAccordion"].collapse ul li {
  padding: 16px 0 8px;
  padding-right: 40px;
}

div[data-parent="#menuAccordion"].collapse ul li:first-child {
  border-bottom: 1px solid rgb(221, 221, 221);
}

.navbar .navbar-brand:hover {
  color: rgba(0, 0, 0, 0);
}

.navbar-nav .nav-item {
  padding-left: 30px;
}

.navbar .navbar-toggler {
  color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.navbar .navbar-toggler-icon {
  color: #fff;
  font-size: 38px;
  height: auto;
}

.navbar-toggler span.text-white {
  font-size: 15px;
}

.Header-title {
  margin-left: 0 !important;
  width: 100% !important;
}

.link-social li {
  display: inline;
}

.link-social a {
  color: #fff;
  font-size: 30px;
}

.link-social a:hover {
  text-decoration: none !important;
}

.hiddenText {
  order: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.contenitore-destro {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.text-18p {
  font-size: 18px !important;
}

.ricerca-pagina input {
  border-radius: 3px;
}

.ricerca-pagina button {
  border-radius: 0 3px 3px 0;
}

.flag-italy {
  width: 101%;
  height: 8px;
  display: inline-flex;
  box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.35) !important;
}

#menuLaterale {
  padding: 0 10px;
}

.ricerca-mobile {
  font-size: 20px;
  margin-top: 4px;
  display: inline-block;
  margin-right: 0;
  margin-left: 8px;
}

#menuLaterale span:nth-child(2) {
  margin-top: -10px;
}

.closeButton {
  cursor: pointer;
  font-size: 45px;
  color: #fff;
}

.hideFocus {
  box-shadow: none !important;
  outline: none !important;
}

#btnMenuLingua {
  padding: 6px;
  margin-left: auto;
}

.navbar-brand img {
  width: 170px;
}

@media screen and (max-width: 576px) {
  div.centro-header {
    width: 100%;
  }
}
@media screen and (min-width: 577px) {
  div.centro-header {
    width: 100%;
  }
  .logo-marchio {
    position: absolute;
    left: 90px;
  }
  .Header-title {
    width: 50% !important;
  }
  .headerText {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .Header-title {
    margin-left: 0 !important;
    width: 170px !important;
  }
  .headerText {
    font-size: 1.3rem !important;
  }
  /*.contenitore-destro {
      margin-right: 1.5rem;
  }*/
}
@media screen and (min-width: 768px) {
  .contenitore-destro {
    padding-right: 1rem !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1023px) {
  .Header-title {
    width: 240px !important;
  }
  .navbar-brand img {
    width: 250px;
  }
}
@media screen and (min-width: 1024px) {
  #menuLateraleNav {
    width: 30%;
    left: -40%;
  }
  #menuLateraleNav.attivo::after {
    left: 0;
    width: 200vw;
  }
  .Header-title {
    width: 200px !important;
  }
  #btnMenuLingua {
    padding: 6px;
    margin-left: 15px;
  }
  #menuLaterale {
    padding: 8px 10px;
  }
  #menuLaterale span:nth-child(2) {
    font-size: 20px;
    font-weight: 700;
  }
  .contenitore-nav {
    padding-left: 0.5rem !important;
  }
  .contenitore-destro {
    width: 33.33333% !important;
  }
  .ricerca-pagina {
    width: 85%;
    max-width: 339px;
    height: 46px;
    border-radius: 2px;
  }
  .ricerca-pagina input {
    height: 46px;
  }
  .headerText {
    font-size: 2rem;
    max-width: 250px;
    margin-top: 1rem;
    font-weight: bold;
    line-height: 32px;
  }
  .navbar-brand img {
    width: 240px;
    height: auto;
  }
  .navbar .navbar-toggler-icon {
    font-size: 58px;
  }
  .navbar-toggler span.text-white {
    font-size: 20px;
  }
}
@media screen and (max-width: 1365px) and (min-width: 992px) {
  .headerText {
    font-size: 1.8rem !important;
  }
  .navbar-brand img {
    width: 240px;
    height: auto;
  }
}
@media screen and (min-width: 1366px) {
  .contenitore-nav {
    padding-left: 5.5rem !important;
  }
  /*.contenitore-destro {
      padding-right: 5.5rem!important;
  }*/
  .headerText {
    font-size: 32px;
    max-width: 250px;
  }
  .navbar-brand img {
    width: 240px;
    height: auto;
  }
  .navbar-toggler span.text-white {
    font-size: 20px;
  }
}
@media screen and (min-width: 634px) and (max-width: 991px) {
  .Header-title {
    width: 150px !important;
  }
}
#menuAccordion.navbar-nav {
  flex-direction: column;
  background-color: white;
  padding-bottom: 200px;
}

#menuLateraleNav {
  height: 100vh;
  overflow-y: scroll;
}

.fixed {
  z-index: 999;
}

/**************************
***************************
**************************/
/* modifiche 4 nov */
div.sticky {
  background-color: #06c;
  width: 100%;
}

#menuLaterale {
  padding: 0;
}

#menuAccordion ul {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 40px;
}

.ricerca-pagina form {
  width: 372px;
}

#menuAccordion.navbar-nav li.nav-item {
  padding-left: 8px;
}

#menuAccordion ul li {
  padding: 16px 0 8px !important;
}

.closeButton {
  padding-top: 12px;
  padding-bottom: 12px;
}

.bluMenu {
  background-color: #0066cc;
}

#menuLaterale span:nth-child(2) {
  font-size: 12px;
}

.link-social a {
  font-size: 27px;
}

.ricerca-mobile {
  height: 27px;
}

#menu_lingua {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 577px) {
  .logo-marchio {
    position: initial;
    left: auto;
  }
}
@media (min-width: 650px) {
  .logo-marchio {
    position: absolute;
    left: 90px;
  }
}
@media (min-width: 768px) {
  .contenitore-destro {
    width: 30% !important;
  }
  .ricerca-pagina {
    display: none;
  }
  .ricerca-pagina form {
    width: auto;
  }
  .contenitore-destro div:primo-figlio {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 992px) {
  /*div.sticky {
      height: 105px;
  }
  div.sticky header {
      height: 100%;
      /*padding: 0 5.5rem!important;
  }*/
  .flag-italy {
    height: 8px;
  }
  .contenitore-destro {
    width: 25% !important;
  }
  .ricerca-pagina form {
    width: auto;
  }
  .contenitore-destro div:primo-figlio {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .contenitore-nav {
    padding: 0 !important;
  }
  .navbar .navbar-toggler-icon {
    font-size: 40px;
  }
  #menuLaterale span:nth-child(2) {
    font-size: 14px;
    font-weight: 700;
  }
  .Header-title {
    margin-left: 20px !important;
  }
  .headerText {
    margin-top: 0 !important;
  }
  .contenitore-destro {
    width: 30% !important;
  }
  .contenitore-destro div:primo-figlio {
    width: auto !important;
    justify-content: end;
  }
  .ricerca-pagina form {
    width: auto;
  }
  .ricerca-pagina {
    display: block;
    padding-left: 20px;
    width: 100%;
    max-width: 350px;
  }
}
@media screen and (max-width: 1178px) {
  .contenitore-destro p {
    display: none !important;
  }
}
@media (min-width: 1180px) {
  .contenitore-destro {
    width: 33% !important;
  }
}
@media (min-width: 1366px) {
  .Header-title {
    width: 250px !important;
  }
  .contenitore-destro {
    /*padding-right: 0!important;*/
    width: 33% !important;
  }
  .contenitore-destro div.primo-figlio {
    width: 350px !important;
    justify-content: end;
  }
  div.sticky header {
    /*width: 1680px;*/
    margin: auto;
    max-width: 83.33333%;
    /*padding-left: 5.5rem!important;
    padding-right: 5.5rem!important;*/
  }
}
@media (min-width: 1680px) {
  div.sticky {
    background-color: #06c;
    width: 100%;
  }
}
/*****************************
****  modifiche CSS 5 novembre header
*****************************/
div.sticky header {
  width: auto;
}

div.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 988;
}

.Header-title {
  display: block !important;
}

@media screen and (min-width: 634px) and (max-width: 991px) {
  .Header-title {
    width: 200px !important;
  }
}
@media (min-width: 650px) {
  .logo-marchio {
    position: absolute;
    left: 65px;
  }
}
@media (min-width: 768px) {
  .logo-marchio {
    width: 450px;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .logo-marchio {
    width: 500px;
    justify-content: space-between;
  }
}
@media (min-width: 998px) {
  .logo-marchio {
    left: 90px;
  }
}
@media (min-width: 999px) {
  .ricerca-pagina {
    display: block;
  }
  .headerText {
    line-height: 32px;
  }
}
.signed-out div.sticky {
  margin-top: 0;
}

@media (max-width: 558px) {
  .signed-in div.sticky {
    margin-top: 48px;
  }
}
@media (min-width: 559px) {
  .signed-in div.sticky {
    margin-top: 56px;
  }
}
@media (min-width: 999px) {
  .ricerca-mobile {
    display: none;
  }
}
#menuAccordion li a.muted {
  font-size: 16px;
  font-weight: 600;
  color: #6c757d !important;
  line-height: 24px;
}

#menuAccordion li a.muted:hover {
  text-decoration: none;
  cursor: default;
}

#menuLateraleNav a.nav-link-muted {
  font-size: 1.3rem;
  font-weight: 600;
  color: #6c757d !important;
  padding-right: 30px;
  padding: 1em 4em 0.5em 1rem;
  text-decoration: none !important;
}

.signed-out section#content {
  margin-top: 125px;
}

.signed-in section#content {
  margin-top: 215px;
}

.ricerca-mobile button:hover {
  text-decoration: none !important;
}

#menuLateraleNav a.nav-link:hover {
  background: #d9e6f2 !important;
  text-decoration: none !important;
}

#menuAccordion li:hover {
  background-color: #eee !important;
}

#menuAccordion ul {
  background-color: #F5f5f5 !important;
}

#menuAccordion li a:hover span i {
  text-decoration: underline !important;
}

#menuAccordion.navbar-nav li.nav-item {
  padding-left: 0;
}

#menuAccordion ul {
  padding-right: 0 !important;
}

.splide__pagination__page {
  border: #1069c9 solid 2px !important;
  background: #F0F7FF !important;
}

.splide__pagination__page.is-active {
  background: #1069c9 !important;
}

.search.second.is-active {
  position: absolute;
  top: 5rem;
  left: 0;
  right: 0;
}

#menuLateraleNav a.nav-link {
  font-size: 1.1rem;
}

@media screen and (min-width: 577px) {
  .Header-title {
    width: auto !important;
  }
}
@media screen and (min-width: 1025px) {
  .Header-title {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .logo-marchio {
    width: 520px;
    justify-content: space-between;
  }
}
.gapCustom {
  gap: 6px;
}

.link-social li > a > svg {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__container {
  position: relative;
  box-sizing: border-box;
}

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform;
}

.splide.is-active .splide__list {
  display: flex;
}

.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}

.splide {
  visibility: hidden;
}

.splide, .splide__slide {
  position: relative;
  outline: none;
}

.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite;
}

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none;
}

.splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb > .splide__track > .splide__list {
  display: block;
}

.splide--ttb > .splide__pagination {
  width: auto;
}

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: 0.7;
  background: #ccc;
}

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
}

.splide__arrow:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: 0.5em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}

.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  transition: transform 0.2s linear;
  border: none;
  opacity: 0.7;
}

.splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #fff;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc;
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000;
}

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide--ttb > .splide__pagination {
  display: flex;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: 0.5em;
  transform: translateY(50%);
}

/***********
** AIFA - css homepage
**
**/
/*********** 6 novembre *********/
div.emergenze {
  height: 178px;
  background: linear-gradient(0deg, rgba(7, 56, 113, 0.9), rgba(7, 56, 113, 0.9)), url("../images/aifa/persone-disegno.png"), #C4C4C4;
  background-position: top left, center;
  background-repeat: no-repeat;
  background-size: cover, 130% 215%;
  position: relative;
  display: flex;
  align-items: center;
}

div.emergenze a:hover {
  text-decoration: none !important;
}

div.emergenze a h3,
div.approfondimenti h3,
div.approfondimenti a {
  color: #fff !important;
}

div.approfondimenti {
  height: 100%;
  background: linear-gradient(rgba(2, 100, 197, 0.9), rgba(2, 100, 197, 0.9)), url("../images/aifa/cerchi-onde.jpg");
}

@media (min-width: 1200px) {
  div.approfondimenti {
    height: 482px;
  }
}
div.approfondimenti h3 {
  padding-top: 35px;
  padding-left: 1.5rem !important;
}

.menu-di-piu {
  background: linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgb(2, 100, 197) 11%);
  width: 90%;
  position: relative;
  bottom: 0;
  height: 80%;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

@media (min-width: 576px) and (max-width: 991px) {
  .menu-di-piu {
    width: 90%;
  }
}
.menu-di-piu ul {
  padding-top: 10px;
  margin-bottom: 0;
}

.menu-di-piu ul li {
  padding: 9px 0;
}

.menu-di-piu ul li a {
  font-size: 18px;
  font-weight: 600;
}

.menu-di-piu ul li a span i {
  margin-left: 10px;
}

div.in-evidenza,
div.focus {
  width: 100%;
}

.in-evidenza h2.titolo-sezione,
.focus h2.titolo-sezione {
  padding-top: 70px;
}

.in-evidenza .card-label {
  border-bottom: 1px solid #54595d;
  margin-bottom: 16px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  color: #54595d;
}

.in-evidenza .card-image-left {
  position: relative;
  overflow: hidden;
  min-height: 220px;
}

.in-evidenza .card-image-left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*  height: 100%; */
  object-fit: cover;
}

.in-evidenza .card-image {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.in-evidenza .card-image .card-body.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.in-evidenza .card-title a {
  color: #1069C9;
  font-weight: bold;
}

p.icona-news {
  padding-left: 30px;
}

.splide__pagination {
  position: relative;
  bottom: 30px;
  margin-top: 50px;
}

.splide__pagination__page {
  width: 13px;
  height: 13px;
  background: rgba(16, 105, 201, 0.5);
}

.splide__pagination__page.is-active {
  transform: scale(1.2);
  background: rgb(16, 105, 201);
}

.text-18 {
  font-size: 18px !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.blocco-notizie .card {
  border: 0px !important;
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.07);
}

.blocco-notizie .card-title a {
  color: rgb(16, 104, 198);
}

.blocco-notizie h5.tutte-news a {
  color: rgb(16, 105, 201);
}

div.focus {
  padding-bottom: 65px;
}

.focus .card-img-overlay {
  top: inherit;
  background-color: rgb(21, 66, 135);
  height: 90px;
}

@media (max-width: 575px) {
  .card-img-right {
    height: 200px;
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .menu-di-piu ul {
    padding-top: 30px;
  }
}
.icona-news {
  background-image: url("../images/aifa/news.svg");
  background-repeat: no-repeat;
}

/*********** 8 novembre *********/
.sfondo-verde-bd {
  background: linear-gradient(225.87deg, #018992 15.2%, #006472 96.92%);
  min-height: 365px;
  border-radius: 4px;
}

#bancaDatiFarmaci {
  height: 79px;
  padding-top: 20px;
}

.bancaDatiFarmaci {
  padding-top: 20px;
}

#bancaDatiFarmaci::placeholder {
  font-size: 32px;
  color: #1069C9;
  font-weight: 700;
  padding-left: 20px;
  padding-top: 10px;
}

@media (max-width: 465px) {
  #bancaDatiFarmaci::placeholder {
    font-size: 24px;
  }
}
@media (max-width: 390px) {
  #bancaDatiFarmaci::placeholder {
    font-size: 18px;
  }
}
.bancaDatiFarmaci button span {
  font-size: 28px;
  color: #1069C9;
}

.box-info-bd {
  background-color: rgba(255, 255, 255, 0.1);
  height: 180px;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.box-info-bd p {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 1rem;
}

.focus .card {
  height: 300px;
  margin-bottom: 20px;
}

.focus .card-img {
  /*object-fit: cover;*/
  height: 100%;
}

.card-img-overlay {
  padding: 18px 25px;
}

@media (max-width: 767px) {
  .focus .card-img {
    max-height: 290px;
  }
}
@media (max-width: 992px) {
  .blocco-notizie .card-deck,
  .focus .card-deck {
    flex-flow: column wrap;
  }
  .blocco-notizie .card-deck .card {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .focus .card {
    height: auto;
  }
}
/******** post invio eddie 13:45 *******/
.numero-verde {
  color: #4DFFC9;
}

div.headset {
  background: url("../images/aifa/headset.svg") no-repeat;
  width: 50px;
  height: 50px;
  background-position: center;
  margin-right: 15px;
}

div.ico-mail {
  background: url("../images/aifa/mail-chiusa.png") no-repeat;
  width: 50px;
  height: 50px;
  background-position: center;
  margin-right: 15px;
}

.linea-farmaci {
  background-color: #147886;
  padding: 43px 20px 20px;
  height: 100%;
}

.linea-farmaci .contatti {
  background: linear-gradient(184.04deg, rgba(255, 255, 255, 0.1) 0.63%, rgba(255, 255, 255, 0) 96.7%);
  width: 85%;
}

.linea-farmaci .contatti p {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

.linea-farmaci .contatti p a {
  color: #fff;
}

div.osmed {
  height: auto;
}

div.bg-osmed {
  background: linear-gradient(0deg, rgba(7, 56, 113, 0.9), rgba(7, 56, 113, 0.9)), url("../images/aifa/fiala-grande-orizz.jpg"), #C4C4C4;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

div.osmed .container {
  position: relative;
  height: 100%;
}

.dati-link {
  margin-top: 40px;
}

.dati-link .bg-white {
  box-shadow: 0px 10px 80px 0 rgba(0, 0, 0, 0.01);
  height: 106px;
  padding: 20px;
  border-bottom: 9px solid #0066CC;
  border-radius: 4px;
}

.dati-link a {
  color: #1069C9;
  font-size: 28px;
  font-weight: 600;
}

.osmed p.sotto-titolo {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin-top: 20px;
}

@media (min-width: 1200px) {
  div.osmed {
    height: 460px;
    margin-bottom: 80px;
  }
  .dati-link {
    margin-top: 90px;
  }
  .dati-link.w-100 {
    /*margin-top: 150px;*/
    margin-top: 0;
    margin-bottom: -50px;
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
}
.osmed h2:first-of-type {
  padding-top: 70px;
}

.dati-numerici {
  color: #fff;
  padding-top: 50px;
}

.dati-numerici p {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
}

.dati-numerici .cerchio {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
}

.cerchio p {
  font-size: 30px;
  font-weight: 700;
}

/********************/
/*++++++++ ALESSANDRO 10 novembre ++++++++*/
.display-5 {
  font-size: 1.63rem;
  margin-bottom: 12px;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.bg-primary-light {
  background: #E4F1FF;
}

.border-left-8-primary {
  border: none;
  border-left: 8px solid #1069C9 !important;
}

.card.bg-primary-light .card-title a {
  color: #0066CC;
  font-weight: 600;
}

.view-all a {
  color: rgb(16, 105, 201);
  text-transform: uppercase;
  text-decoration: underline;
}

/*agenda*/
.agenda .date {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #0066CC;
  color: #FFF;
  padding: 1rem;
  height: 100%;
  font-size: 26px;
  font-weight: 700;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.agenda .detail {
  font-size: 16px;
  color: #6A717A;
}

.agenda .detail i {
  color: #154287;
}

.agenda .cat {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.agenda h3.card-title {
  margin: 0;
  font-size: 20px !important;
}

.agenda h3.card-title a {
  color: #0066CC;
}

/*comunicati e media*/
.comunicati-media .card.card-bg {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}

.comunicati-media .card-title a,
.comunicati-media .card .read-more {
  color: #1069C9;
  font-weight: 700;
}

.comunicati-media .card .read-more {
  text-transform: uppercase;
}

/*news singola*/
.section-11 {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 340px;
}

.section-11:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 56, 113, 0.9);
}

.section-11 a {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

@media (min-width: 768px) {
  .bg-section-11 {
    background: linear-gradient(0deg, rgba(7, 56, 113, 0), rgba(7, 56, 113, 0)), url("../images/aifa/news-singola.jpg"), #C4C4C4;
    background-size: cover;
  }
  .section-11:before {
    width: 60%;
  }
}
/*servizi*/
.section-servizi .card-img-overlay {
  padding: 38px 48px;
}

.section-servizi .card-title {
  font-size: 32px;
}

.section-servizi .card-title a {
  color: #ffffff;
  font-weight: bold;
}

/*footer*/
.footer {
  background-color: #004080;
  color: #fff;
  font-size: 16px;
}

.footer .logo-wrapper {
  padding: 32px 0;
}

.footer .logo-wrapper img {
  width: 145px;
}

.footer h4 {
  font-weight: 600;
}

.footer h4 a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

.footer .link-list-wrapper ul li a {
  padding: 0;
  font-size: 1em;
  line-height: 2em;
  color: #fff;
}

.footer .link-list-wrapper ul {
  padding: 0;
  list-style-type: none;
}

.footer-small {
  background-color: #003569;
}

.footer-small ul.footer-small-list {
  padding: 1.5rem 1rem;
}

.it-footer-small-prints ul.footer-small-list li:first-child {
  padding-top: 0;
}

.footer-small a,
.footer-small a:hover:not(.disabled) {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .footer-small ul.footer-small-list li {
    /*padding: 0 1rem;
    padding-top: 0px;*/
    padding-right: 1rem;
  }
  /*.footer-small ul.footer-small-list li:first-child {
      padding-left: 0;
  }*/
}
/*servizi*/
.section-servizi .card-img-overlay {
  display: flex;
  align-items: center;
  padding: 1.25;
}

@media (min-width: 576px) {
  .section-servizi .card-img-overlay {
    display: block;
    padding: 38px 48px;
  }
}
.section-servizi .card-title {
  font-size: 32px;
}

.section-servizi .card-title a {
  color: #ffffff;
  font-weight: bold;
}

/* modifiche Fabio 10 nov 15:15*/
.comunicati-media .card-wrapper .card.card-bg {
  min-height: 432px;
}

div.bg-primary-light-aifa {
  background-color: #F0F7FF;
}

/* modifiche Fabio Riunione venerdì 12/11/2021*/
.news-covid img.icona-img {
  width: 24px !important;
  margin-left: inherit;
}

.news-covid .card {
  display: flex !important;
}

.news-covid img.card-img-right {
  width: auto !important;
}

.menu-di-piu ul li {
  list-style-type: none;
  margin-left: 0;
}

.box-info-bd img {
  width: auto !important;
  margin-left: 0 !important;
}

.linea-farmaci .contatti p a {
  color: #fff !important;
}

.linea-farmaci .contactEmail {
  padding: 0;
  background-image: inherit;
}

.agenda li.splide__slide {
  margin-left: auto !important;
}

.agenda h3.card-title {
  font-size: 20px !important;
}

.section-9 p.card-text {
  font-size: 16px !important;
}

.card-img-overlay .card-ico img {
  width: auto !important;
}

.comunicati-media .card-wrapper .card.card-bg {
  min-height: 460.95px;
  margin-bottom: 0;
}

.footer .link-list-wrapper ul li,
.link-social li,
.footer-small ul.footer-small-list li {
  list-style-type: none;
  margin-left: auto !important;
}

.img-section-9 {
  object-fit: cover;
  height: 100%;
  max-width: 125px;
}

.in-evidenza .card-title.h2 {
  font-size: 24px !important;
  line-height: 1.2;
}

.in-evidenza .card.bg-white.card-image {
  height: 100% !important;
}

.agenda .card.mb-3,
.agenda .row.no-gutters {
  height: 100% !important;
}

.Footer-block.u-background-footer {
  margin-top: 0 !important;
}

.dati-link .col-xl-4 {
  margin-bottom: 0.5rem !important;
}

@media screen and (max-width: 768px) {
  section#content {
    padding-bottom: 0 !important;
  }
}
.footer-small ul.footer-small-list li {
  margin-left: 0 !important;
}

.section-9 .card.bg-primary-light.border-left-8-primary {
  margin-bottom: 0px !important;
  height: 100% !important;
}

.section-9 .d-flex.justify-content-between {
  height: 100%;
}

.aifa-layout-home .portlet-content,
.aifa-layout-home .portlet {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.fs-23 {
  font-size: 23px;
}

div.mail-aperta {
  background: url("../images/aifa/mail-aperta.png") no-repeat;
  width: 40px;
  height: 40px;
  background-position: center;
  margin-right: 15px;
}

div.medical-prescription {
  background: url("../images/aifa/medical-prescription.png") no-repeat;
  width: 40px;
  height: 40px;
  background-position: center;
  margin-right: 15px;
}

div.warning {
  background: url("../images/aifa/warning.png") no-repeat;
  width: 40px;
  height: 40px;
  background-position: center;
  margin-right: 15px;
}

.comunicati-media .twitter {
  height: 393px;
  overflow-y: auto;
  margin-bottom: 1rem;
}

.comunicati-media .card {
  min-height: 518px !important;
  display: flex !important;
}

.comunicati-media .img-responsive {
  width: 100% !important;
}

@media (max-width: 990px) {
  .comunicati-media .card {
    min-height: auto;
  }
}
.menu-absolute .dropdown.lfr-icon-menu.btn.btn-monospaced.btn-sm {
  position: absolute !important;
}

#bancaDatiFarmaci {
  height: 79px;
  padding-top: 0;
  background-color: #FFF;
  padding-left: 30px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  color: #1069C9;
  align-items: center;
}

#bancaDatiFarmaci a {
  width: 80px;
  height: 100%;
  padding-top: 20px;
  padding-left: 30px;
}

@media screen and (max-width: 649px) {
  .signed-out section#content {
    margin-top: 150px !important;
  }
}
.linea-farmaci h3 {
  color: #FFF !important;
  font-weight: 500 !important;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

h3.card-title {
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0 !important;
  font-size: 18px !important;
}

h3.display-5 {
  font-size: 1.63rem !important;
  margin-bottom: 12px;
}

.comunicati-media a.read-more {
  position: absolute;
  right: 22px;
  bottom: 17px;
  margin-top: auto !important;
}

.news-covid .portlet-body h3 {
  font-size: 22px !important;
}

.in-evidenza .card.bg-white.card-image {
  height: auto !important;
}

@media (min-width: 992px) {
  .in-evidenza .card.bg-white.card-image {
    height: 309px !important;
  }
}
@media (min-width: 1200px) {
  .in-evidenza .card.bg-white.card-image {
    height: 370px !important;
  }
}
.bg-hero {
  background-image: url("../images/aifa/bg-hero-aifa.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-hero-trasp {
  background: rgba(143, 166, 191, 0.3);
}

/* endinject */
.menuLingua > .dropdown-menu {
  font-size: 14px;
}

.menuLingua .portlet, .menuLingua ul {
  margin-bottom: 0;
}

.menuLingua .portlet-title-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (max-width: 768px) {
  .menuLingua {
    display: inline-block !important;
    margin: 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .menuLingua {
    display: inline-block !important;
  }
}
.menuLingua > .dropdown-menu {
  /*  font-size: 18px; */
  padding-left: 20px;
  /* text-align: right; */
  max-height: inherit !important;
  overflow: inherit !important;
  padding-right: 70px;
  line-height: 30px;
  width: max-content;
}

.menuLingua .dropdown-menu .portlet .portlet-content {
  padding: 0 !important;
}

.menuLingua {
  margin-bottom: 0 !important;
}

.input-group .form-control:focus {
  z-index: inherit !important;
}

.btnMenuLingua {
  padding: 6px;
  margin-left: auto;
}

@media screen and (min-width: 1024px) {
  .btnMenuLingua {
    padding: 6px;
    margin-left: 15px;
  }
}
.sezione-dinamica-template .portlet-nested-portlets .portlet {
  padding-top: inherit !important;
}

div.emergenze a h3:hover {
  text-decoration: underline;
}

.news-covid a:hover {
  color: #0066cc !important;
}

.bancaDatiFarmaci a:hover {
  color: #1069c9 !important;
}

.fa-ods {
  background-image: url("../images/aifa/ico-ods.png");
  height: 40px;
  width: 30px;
  margin-top: 0.5rem !important;
}

.fa-odt {
  background-image: url("../images/aifa/ico-odt.png");
  height: 40px;
  width: 30px;
  margin-top: 0.5rem !important;
}

/**CSS CHE SPOSTA LA PAGINA VERSO LA DESTRA SE SI APRE IL PANEL DI LIFERAY**/
@media only screen and (min-width: 768px) {
  .public-page.open #wrapper {
    padding-left: 320px !important;
  }
  .public-page.open header {
    padding-left: 200px !important;
  }
  .public-page.open #menuLateraleNav {
    padding-left: 320px !important;
    width: 45%;
  }
}
/*FIX IMG CARDS COMUNICATI STAMPA*/
.height-img-comunicati {
  height: 270px !important;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

/*FIX ORGANIGRAMMA*/
.calc-left {
  margin-left: 0;
  transform: none;
}

.treediv, .tree.secondotipo.due li div, .tree.secondotipo.due li.sottosezione div.sottosezione ul li div {
  text-transform: uppercase;
}

div.linea-verticale-lunga::after {
  top: 87px;
}

@media (min-width: 1200px) {
  .calc-left {
    margin-left: 0;
    transform: none;
  }
  .linea-verticale-lunga::before {
    top: 89px !important;
    height: 903px;
  }
  li.bordo-superiore {
    border-top: 2px solid #757575;
    left: 1px;
    max-width: 544px;
  }
}
.contenitore-destro .link-social span {
  font-size: 23px;
  padding: 0 2px;
}

.ricerca-mobile {
  margin-left: 14px;
}

@media (min-width: 768px) {
  .contenitore-destro {
    width: 33% !important;
  }
  .ricerca-mobile {
    margin-left: 8px;
  }
  .contenitore-destro .link-social span {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .contenitore-destro {
    width: 32% !important;
  }
}
@media (min-width: 1180px) {
  .contenitore-destro {
    width: 35% !important;
  }
}
.contenitore-destro div.primo-figlio {
  width: auto !important;
  align-items: center !important;
}

.no-title-portlet h2.font-weight-bold {
  display: none !important;
}

.no-title-portlet h2.portlet-title-text {
  display: none !important;
}

.no-title-portlet .titolo-custom {
  display: none !important;
}

/*# sourceMappingURL=main.css.map */
/*# sourceMappingURL=main.css.map */