/**
IMPORT AMOS-LAYOUT VARIABLES and UTILITY
 */
/* AMOS-LAYOUT VARIABLES */
/* default amos-layout base color */
/* default variables for platform customizations
override into main.less on bottom */
/* default color variables for brand customize */
/*platform text based color*/
/*apply to most text tags*/
/* default color platform basic interface*/
/* default backend background color and image */
/* ../ because it's referred to assets directory in head tag */
/* default background content parts color */
/* default border color */
/* default box-shadow */
/* utility color */
/* status color */
/* social color */
/* plugin custom color */
/* AMOS-LAYOUT UTILITY
nb: use only vars in variables.less because this file is imported by other plugin
 */
.cover-object {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/**
FLEXBOX
 */
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexbox-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flexbox-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
/**
BOX SHADOW
 */
/**
TRANSITION
 */
/**
LINEAR GRADIENT
 */
/**
TODO CHECK POSITION
 */
.container-custom,
.containerCustomStyle {
  padding-left: 4%;
  padding-right: 4%;
}
.container-custom::before,
.containerCustomStyle::before {
  display: table;
  content: " ";
}
.container-custom::after,
.containerCustomStyle::after {
  display: table;
  content: " ";
  clear: both;
}
nav .container-custom,
nav .containerCustomStyle {
  padding-left: calc(4% - 2*4px);
  padding-right: calc(4% - 2*4px);
}
@media screen and (min-width: 768px) {
  .container-custom,
  .containerCustomStyle {
    padding-left: 6%;
    padding-right: 6%;
  }
  nav .container-custom,
  nav .containerCustomStyle {
    padding-left: calc(6% - 2*4px);
    padding-right: calc(6% - 2*4px);
  }
}
@media screen and (min-width: 1024px) {
  .container-custom,
  .containerCustomStyle {
    padding-left: 10%;
    padding-right: 10%;
  }
  nav .container-custom,
  nav .containerCustomStyle {
    padding-left: calc(10% - 2*4px);
    padding-right: calc(10% - 2*4px);
  }
}
.container-custom-margin,
.containerCustomStyleMargin {
  margin-left: 4%;
  margin-right: 4%;
}
.container-custom-margin::before,
.containerCustomStyleMargin::before {
  display: table;
  content: " ";
}
.container-custom-margin::after,
.containerCustomStyleMargin::after {
  display: table;
  content: " ";
  clear: both;
}
nav .container-custom-margin,
nav .containerCustomStyleMargin {
  margin-left: calc(4% - 2*4px);
  margin-right: calc(4% - 2*4px);
}
@media screen and (min-width: 768px) {
  .container-custom-margin,
  .containerCustomStyleMargin {
    margin-left: 6%;
    margin-right: 6%;
  }
  nav .container-custom-margin,
  nav .containerCustomStyleMargin {
    margin-left: calc(6% - 2*4px);
    margin-right: calc(6% - 2*4px);
  }
}
@media screen and (min-width: 1024px) {
  .container-custom-margin,
  .containerCustomStyleMargin {
    margin-left: 10%;
    margin-right: 10%;
  }
  nav .container-custom-margin,
  nav .containerCustomStyleMargin {
    margin-left: calc(10% - 2*4px);
    margin-right: calc(10% - 2*4px);
  }
}
.boxesStyle {
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.boxesStyle .pluginName,
.boxesStyle .language-item {
  display: block;
  color: #ffffff;
}
.boxesStyle .color-primary {
  background-color: transparent !important;
}
.boxesStyle .ic,
.boxesStyle .am,
.boxesStyle .dash {
  color: #ffffff;
  margin-bottom: 7px;
  display: inline-block;
}
.boxesStyle .ic:before,
.boxesStyle .am:before,
.boxesStyle .dash:before {
  font-size: 3rem;
}
.boxesStyle .icon-open-modal:before {
  font-size: 2.1rem;
}
.boxesStyle .am-2 {
  font-size: unset;
}
@media screen and (max-width: 768px) {
  .boxesStyle .icon-open-modal:before {
    font-size: 2.2rem;
  }
  .boxesStyle .pluginName,
  .boxesStyle .language-item {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .boxesStyle .ic:before,
  .boxesStyle .am:before,
  .boxesStyle .dash:before {
    font-size: 4rem;
  }
  .boxesStyle .icon-open-modal:before {
    font-size: 2.2rem;
  }
  .boxesStyle .pluginName,
  .boxesStyle .language-item {
    font-size: 1.20rem;
  }
}
.boxWidgetHeaderStyle .box-widget {
  padding: 0;
}
.boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title {
    display: flex;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.35rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .am-2,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .pluginName,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .language-item {
    font-size: 1.6rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .pluginName,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .language-item {
    margin-left: 2%;
    width: 100%;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .boxWidgetHeaderStyle .box-widget {
    padding: 0 6%;
  }
  .boxWidgetHeaderStyle .box-widget-header {
    width: calc(6% + (80% / 4 - 4px));
    position: absolute;
    padding-left: 6%;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper {
    position: relative;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper .box-widget-title {
    position: absolute;
    top: 0;
    right: 0;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    position: relative;
    right: 0;
    text-transform: none;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all a {
    position: absolute;
    right: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .boxWidgetHeaderStyle .box-widget {
    padding: 0 10%;
  }
  .boxWidgetHeaderStyle .box-widget-header {
    padding-left: 10%;
    width: calc(10% + (80% / 6 - 4px));
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .boxWidgetHeaderStyle .box-widget-header {
    width: calc(10% + (80% / 8 - 4px));
  }
}
.no-margin {
  margin: 0;
}
/**
 IMPORT STYLE-CUSTOM
  */
.user-profile-update .workflow-transition-state-descriptor-widget {
  display: none;
}
.subtitle-doc-info,
.subtitle-event-info {
  padding: 0;
  font-weight: normal;
  background: transparent;
  position: relative;
  font-size: 18px;
}
.progetti-view img {
  border-radius: 5px;
}
.progetti-view .info-progetti-table {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 4px 13px 0 #D9D9D9;
  font-size: 16px;
  color: #333;
}
.progetti-view .info-progetti-table .row {
  border-bottom: 1px solid #eee;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.progetti-view .info-progetti-table .row > div:nth-child(2) {
  border-left: 1px solid #eee;
  padding-left: 15px;
}
.progetti-view .info-progetti-table .row:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.progetti-view .attachments-list div[class^="attachments-list-view-standard"] > div {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  font-size: 16px;
  color: #333;
  margin: 15px 0;
}
.progetti-view .attachments-list .attachment-list-item .attachment-list-item-name {
  align-items: center;
}
.progetti-view .attachments-list .attachment-list-item .attachment-list-item-name .fileinfos .filename {
  font-weight: 600;
}
.progetti-view .attachments-list a {
  text-decoration: none;
  color: inherit;
}
.progetti-view .attachments-list label.text-uppercase {
  text-transform: none !important;
  font-weight: 600;
}
.page-header {
  padding-bottom: 16px;
  border-bottom: 1px solid #E6E9F0;
  margin-bottom: 40px !important;
}
.page-header .bi-plugin-header .title-section {
  text-transform: none !important;
  color: var(--Neutrale-Basic-Nero, #141719);
}
.page-header .bi-plugin-header .btn {
  padding: 12px 20px;
  border-radius: 8px;
  text-transform: none !important;
}
.page-header .bi-plugin-header a[class*="link-all-"] {
  text-transform: uppercase !important;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.page-header .bi-plugin-header a[class*="link-all-"] svg {
  height: 16px;
  width: 16px;
}
.page-header .bi-plugin-header a[class*="link-all-"] .plugin-name {
  letter-spacing: 0.9px;
  font-weight: 600;
}
.page-header .bi-plugin-header button.cta span {
  display: flex;
  align-items: center;
  /*&::after {
                margin-left: 8px;
                content: '\F0140';
                font: normal normal normal 18px / 1 "Material Design Icons";
            }*/
}
.container-news img {
  border-radius: 8px;
}
.event-container .time-event {
  border-radius: 8px;
}
.event-container .time-event .hour {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.event-container a.btn {
  text-transform: uppercase !important;
  font-weight: bold;
  letter-spacing: 0.9px;
  font-size: 0.7777777778rem;
}
.btn {
  text-transform: none !important;
  border-radius: 8px !important;
}
.alert {
  width: auto !important;
}
thead.fc-head {
  background-color: #297a38;
  color: #fff;
}
.fc-event-container a[style="background-color:#E4F6E8;border-color:#E4F6E8"] {
  color: #297a38;
}
.fc-event-container a[style="background-color:#D6E7F2;border-color:#D6E7F2"] {
  color: #5e7887;
}
td.fc-other-month {
  background: var(--Neutrale-Basic-Grigio-chiaro, #f0f0f0);
  color: #597483;
}
.fc-header-toolbar .fc-center {
  text-transform: capitalize;
}
.fc-left .btn-group,
.fc-right .btn-group {
  display: flex;
  gap: 4px;
}
.icon-view div[role="option"] .document-icon-wrapper .info-doc .card-wrapper .link-list-title {
  word-break: break-word !important;
}
/* .subtitle-eventi.subtitle-event-info::after,
.subtitle-documenti.subtitle-doc-info::after{
content: '';
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    height: 270%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    right: -50%;
    left: -50%;
    bottom: -50px;
    z-index: -1;
}
.subtitle-eventi.subtitle-event-info::before {
    content: '';
    display: block;
    position: absolute;
    background: url(/img/testate/testata-Eventi.jpg);
    height: 270%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    right: -50%;
    left: -50%;
    bottom: -50px;
    z-index: -1;
}

.subtitle-documenti.subtitle-doc-info::before{
    content: '';
    display: block;
    position: absolute;
    background: url(/img/testate/testata-Progetti-Lombardia.jpg);
    height: 270%;
    background-size: cover;
    background-repeat: no-repeat;
    right: -50%;
    left: -50%;
    bottom: -50px;
    z-index: -1;
} */
.page-content:has(.hero-banner) {
  padding-top: 0;
}
.page-header.hero-banner {
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply;
  padding-top: 40px;
  padding-bottom: 100px;
  color: #fff;
  background-image: url("/img/testate/testata-Lombardia-progetti.jpg");
}
.page-header.hero-banner .title-section {
  text-transform: lowercase !important;
}
.page-header.hero-banner .title-section::first-letter {
  text-transform: capitalize !important;
}
.page-header.hero-banner .breadcrumb-container ol.breadcrumb {
  background-color: transparent;
}
.page-header.hero-banner .breadcrumb-container ol.breadcrumb a {
  color: #fff;
}
.page-header.hero-banner .breadcrumb-container ol.breadcrumb .active {
  color: #fff;
}
.page-header.hero-banner .bi-plugin-header {
  margin-top: 48px;
}
.page-header.hero-banner .bi-plugin-header a {
  color: #fff;
}
.page-header.hero-banner .bi-plugin-header .title-heading-plugin {
  align-items: baseline;
}
.page-header.hero-banner .bi-plugin-header .title-heading-plugin .title-section {
  color: #fff;
  font-size: 2.666rem;
}
.page-header.hero-banner .bi-plugin-header + div {
  color: #fff;
}
.page-header.hero-banner.eventi {
  background-image: url("/img/testate/testata_eventi.jpg");
}
.page-header.hero-banner.documenti {
  background-image: url("/img/testate/testata-Formazione.jpg");
}
.page-header.hero-banner .dropdown-menu a {
  color: #000;
}
.event-index .fullcalendar .fc-today.alert.alert-info {
  border-left: 0px;
}
.event-index .fullcalendar .fc-today.alert.alert-info::after {
  content: '';
}
.event-index .fullcalendar .fc-today.alert.alert-info .fc-day-number {
  color: #fff;
  font-weight: bold;
  background: #297a38;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .fc-scroller.fc-day-grid-container {
    height: auto !important;
  }
}
/*GRAFICA CUSTOM PER IL FOOTER*/
footer .text-white {
  color: #fff;
}
footer .prefooter {
  margin-top: 48px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #c0cdd4;
}
footer .prefooter .logo-container {
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .prefooter .logo-container {
    flex-direction: column !important;
    align-items: center;
    gap: 24px;
    /* max-width: 80%;
                justify-content: center;
                margin: 0 auto; */
  }
}
footer .prefooter .logo-container img {
  height: 50px;
  /* tutte alla stessa altezza */
  width: auto;
}
.it-footer-main .link-list-wrapper {
  margin-left: 15px;
  margin-bottom: 0px !important;
}
.it-footer-main .link-list-wrapper ul.footer-list {
  display: flex;
  flex-basis: auto !important;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
  width: auto !important;
}
.it-footer-main.ersaf-footer .noprint.container-title {
  padding: 8px 0;
}
@media (max-width: 991px) {
  .it-footer-main.ersaf-footer .footer-collaborazione {
    padding-bottom: 20px;
  }
  .it-footer-main.ersaf-footer .footer-collaborazione .text-right.text-white {
    text-align: left !important;
    margin-top: 24px;
  }
}
.it-footer-main.ersaf-footer .footer-collaborazione a {
  text-decoration: none;
}
.it-footer-main.ersaf-footer .footer-collaborazione a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-brand-wrapper a.bordo-destro {
    margin-right: 24px !important;
    border-right: 1px solid #b1b1b3 !important;
  }
}
@media (min-width: 992px) {
  .btn-hamburger-menu-rl_2023 {
    display: none !important;
  }
}
.navbar.navbar-expand-lg.has-megamenu button {
  display: none !important;
}
#headerContent.it-header-wrapper.layout_rl_2023 .it-header-navbar-wrapper.theme-light-desk {
  box-shadow: none !important;
}
@media (min-width: 992px) {
  #headerContent.it-header-wrapper.layout_rl_2023 .it-header-navbar-wrapper.theme-light-desk {
    border-bottom: 1px solid #e1e7ea;
  }
}
#headerContent.it-header-wrapper.layout_rl_2023 .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .menu-wrapper .navbar-nav li.nav-item a.nav-link {
  font-weight: 600;
  color: #000000;
}
#headerContent.it-header-wrapper.layout_rl_2023 .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .menu-wrapper .navbar-nav li.nav-item a.nav-link.active {
  color: #297a38;
}
#headerContent.it-header-wrapper.layout_rl_2023 .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .menu-wrapper .navbar-nav li.nav-item a.nav-link span {
  color: #000000;
}
#headerContent.it-header-wrapper.layout_rl_2023 .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .menu-wrapper .navbar-nav li.nav-item a.nav-link svg {
  fill: #000000;
}
#sidebar-menu-hamburger-rl_2023 {
  max-height: 100vh !important;
  overflow-y: auto !important;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
.it25-sidebar-links ul.cms-menu-container-default + .d-block.d-lg-none {
  display: none !important;
}
#headerContent.it-header-wrapper.layout_rl_2023 .it-nav-wrapper .it-header-center-wrapper .container-fluid .row .col-12 .it-header-center-content-wrapper .it-brand-wrapper .logo-RL-design.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
#headerContent.it-header-wrapper.layout_rl_2023 .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .menu-wrapper .navbar-nav li.nav-item a.nav-link.active {
  border-bottom: 2px solid #297a38;
}
.bi-assistance a:focus,
a.back-to-top:focus {
  box-shadow: 0 0 0 2px #f90 !important;
}
#collapseGlobalHeaderForm .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(41, 122, 56, 0.25) !important;
}
footer .white-color a:focus {
  border-color: #f90;
  box-shadow: 0 0 0 2px #f90;
  outline: none;
  color: #ccc !important;
}
.cerca-faq-view .faq-list.panel-group span.am {
  font-size: 30px;
}
.document-item-container {
  display: flex;
  width: 100%;
  padding: 24px 0;
  font-size: 18px;
  line-height: 1.5;
  border-bottom: 1px solid #b1b1b3;
}
@media (max-width: 575px) {
  .document-item-container {
    flex-wrap: wrap;
  }
}
.document-item-container .manage {
  margin-top: 5px;
  padding: 0;
}
.document-item-container .manage .dropdown-menu {
  top: 30px;
}
.document-item-container .manage + .new-badge.badge {
  right: 50px;
}
.document-item-container .manage .manage-menu {
  /*position: absolute;
        top: 5px;
        right: 5px;*/
  background-color: #ffffff;
  z-index: 1;
  width: auto;
  border-radius: 4px;
  border: 1px solid #000000;
  padding: 3px 8px;
  margin-right: 0;
  font-size: 20px;
}
.document-item-container .manage .manage-menu .am-chevron-down {
  display: none;
}
.document-item-container .manage .manage-menu span.pull-left {
  margin: 0;
  color: inherit;
}
.document-item-container .manage .manage-menu:hover {
  opacity: 1;
}
.document-item-container .info-doc {
  word-break: break-word;
}
@media (max-width: 575px) {
  .document-item-container .info-doc {
    order: 1;
  }
}
.document-item-container .text-black {
  color: #000;
}
.document-item-container .ml-auto {
  margin-left: auto;
}
.document-item-container .d-flex {
  display: flex;
}
.document-item-container .font-weight-semibold {
  font-weight: 600;
}
.document-item-container a.link-list-title {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  hyphens: auto;
  text-wrap: balance;
}
.document-item-container a.link-list-title:hover {
  text-decoration: underline;
}
.document-item-container a p.h5 {
  font-size: 1.333em;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0;
}
.document-item-container a h5 {
  font-size: 1.333em;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0;
}
.document-item-container p {
  margin: 0;
}
.document-item-container .small {
  font-size: 0.8888rem;
}
.document-item-container .published-by {
  display: flex;
  flex-wrap: wrap;
}
.document-item-container .published-by .item {
  margin-right: 4px;
}
.document-item-container .mb-2 {
  margin-bottom: 8px;
}
.document-item-container .mr-1 {
  margin-right: 4px;
}
.document-item-container .doc-actions {
  padding-left: 16px;
  position: relative;
}
@media (max-width: 575px) {
  .document-item-container .doc-actions {
    order: 0;
    margin-bottom: 10px;
  }
}
.document-item-container .doc-actions .new-badge.badge {
  font-size: 13px;
  top: 3px;
  right: 0px;
  z-index: 1;
  position: relative;
}
.document-item-container .doc-actions a {
  margin-left: 8px;
}
.document-item-container .doc-actions a span {
  line-height: 16px;
  font-size: 18px;
}
.document-item-container .icon-white {
  fill: #fff !important;
}
.document-item-container .icon {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  font-size: 24px;
}
.document-item-container .p-2 {
  padding: 8px !important;
}
.document-item-container .rounded-circle {
  border-radius: 50% !important;
}
.document-item-container .bg-neutral {
  background: #eeeded;
}
.documents-view {
  display: flex;
  flex-direction: column;
}
.documents-view .right-side-header {
  position: absolute;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
}
.documents-view .document-wrapper {
  background-color: #f7f9fa;
  padding: 20px;
}
.documents-view .download-box .download-file {
  background-color: transparent;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.documents-view .document-title {
  align-items: center;
  font-weight: bold;
  flex-wrap: wrap;
}
.documents-view .document-title > div {
  font-weight: normal;
  margin-bottom: 10px;
}
.documents-view .document-title .badge-document {
  background-color: #5e7887;
  margin-left: 8px;
}
.documents-view .document-title .icon_widget_graph,
.documents-view .document-title .icon {
  vertical-align: middle;
  font-size: 32px;
  width: inherit;
  height: inherit;
  margin-right: 6px;
}
.documents-view .document-title .filename {
  font-weight: bold;
  color: #297a38;
  word-break: break-word;
}
.documents-view .document-action {
  justify-content: flex-end;
}
.documents-view .header-widget .more-info-content {
  margin-left: auto;
}
.subtitle-documenti {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 6px;
  background: #F5F5F5;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  width: 100%;
}
.subtitle-documenti > * {
  margin-right: 6px;
}
.subtitle-documenti .label-root-folder {
  color: #525252;
  font-weight: normal;
}
.subtitle-documenti a {
  text-decoration: none !important;
  color: #525252;
  max-width: 230px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.subtitle-documenti a:hover {
  text-decoration: underline;
}
.subtitle-documenti .icon {
  vertical-align: middle;
  font-size: 24px;
  color: #525252;
}
.subtitle-documenti:has(p:empty) {
  display: none;
}
.action-document .btn {
  min-height: 45px;
}
.list-view-design .icon {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  font-size: 24px;
}
/* CARD DOCUMENTI */
.documenti-card-wrapper {
  padding-bottom: 24px;
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
}
.documenti-card-wrapper .card {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border-radius: 0;
  border: none;
  padding: 0;
  position: relative;
  width: 100%;
}
.documenti-card-wrapper .card::after {
  content: '';
  display: block;
  margin-top: 48px;
  margin-left: 24px;
  background: transparent;
}
.documenti-card-wrapper .card.card-bg {
  margin-left: 8px;
  margin-right: 8px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-right: none;
}
@media (min-width: 992px) {
  .documenti-card-wrapper .card.card-bg {
    margin: 0;
  }
}
.documenti-card-wrapper .card .card-body {
  flex: 1 1 auto;
  padding: 24px;
}
.documenti-card-wrapper .card .categoryicon-top {
  position: relative;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.documenti-card-wrapper .card .categoryicon-top .icon-secondary {
  color: #5e7887;
}
.documenti-card-wrapper .card .categoryicon-top .text {
  font-size: 0.7777777778rem;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #435a70;
  line-height: 1rem;
  margin-right: 8px;
}
.documenti-card-wrapper .card .categoryicon-top .text.text-capitalize {
  text-transform: capitalize;
}
.documenti-card-wrapper .card .categoryicon-top .info-doc-top-right {
  align-items: center;
}
.documenti-card-wrapper .card .categoryicon-top .manage {
  margin-left: 8px;
  margin-right: 0;
  padding: 0;
}
.documenti-card-wrapper .card .categoryicon-top .manage span.am.am-settings {
  font-size: 18px !important;
}
.documenti-card-wrapper .card a.read-more {
  position: absolute;
  bottom: 24px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.9px;
  font-size: 0.7777777778rem;
}
.documenti-card-wrapper .card .info-doc {
  position: absolute;
  bottom: 16px;
  right: 24px;
  color: #979899;
}
.layout-standardForm .section-form .ui-accordion.ui-widget {
  background-color: #f0f0f0 !important;
  margin-bottom: 30px;
}
.layout-standardForm .section-form .ui-accordion.ui-widget .ui-accordion-header {
  background-color: transparent !important;
  text-transform: capitalize;
  width: fit-content;
}
.layout-standardForm .section-form .ui-accordion.ui-widget .ui-accordion-header:hover {
  color: #297a38;
  text-decoration: underline;
}
.layout-standardForm .section-form .ui-accordion.ui-widget .ui-accordion-content.ui-widget-content {
  border-color: #ddd !important;
}
.only-office-image {
  max-height: 24px;
}
.icon-view div[role="listbox"]:has(div[role="option"] > .title-header-type-doc) {
  padding-top: 55px;
}
.icon-view div[role="option"] {
  position: relative;
}
.icon-view div[role="option"] .title-header-type-doc {
  position: absolute;
  top: -40px;
  font-weight: bold;
  color: #5e7887;
  text-transform: uppercase;
}
.icon-view div[role="option"] .document-icon-wrapper {
  position: relative;
  border-radius: 6px;
  border: 1px solid #EBECED;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 16px;
  height: 100%;
}
.icon-view div[role="option"] .document-icon-wrapper .chip {
  margin-bottom: 0;
}
.icon-view div[role="option"] .document-icon-wrapper .info-doc {
  height: 100%;
}
.icon-view div[role="option"] .document-icon-wrapper .info-doc .card-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.icon-view div[role="option"] .document-icon-wrapper .info-doc .card-wrapper .link-list-title {
  font-weight: bold;
  display: -webkit-box;
  /* Crea un box flessibile per WebKit */
  -webkit-box-orient: vertical;
  /* Orienta il box in verticale */
  overflow: hidden;
  /* Nascondi il testo in eccesso */
  text-overflow: ellipsis;
  /* Aggiungi i puntini di sospensione */
  -webkit-line-clamp: 2;
  /* Tronca il testo dopo 2 righe */
  line-clamp: 2;
  /* Per il supporto non standard */
  max-height: 3em;
  /* Altezza massima per 2 righe */
  word-wrap: break-word;
  /* Interrompi le parole lunghe */
  word-break: break-all;
}
.icon-view div[role="option"] .document-icon-wrapper .info-doc .card-wrapper .published-by {
  margin: 12px 0;
}
.icon-view div[role="option"] .document-icon-wrapper .info-doc .card-wrapper .item {
  line-height: 1.2;
}
.icon-view div[role="option"] .document-icon-wrapper .info-doc .card-wrapper .item label {
  margin-bottom: 0;
}
.icon-view div[role="option"] .document-icon-wrapper .info-doc .card-wrapper .footer-card {
  margin-top: auto;
}
.icon-view div[role="option"] .document-icon-wrapper.file-card .title-header-type-doc {
  top: 25px;
}
.icon-view div[role="option"] .document-icon-wrapper.file-card .card-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.icon-view div[role="option"] .document-icon-wrapper.file-card .card-header .icon {
  font-size: 38px;
  width: 38px;
  height: 38px;
  line-height: 1;
}
.icon-view div[role="option"] .document-icon-wrapper.file-card .card-header .chip {
  margin-left: auto;
  margin-right: 0;
}
.icon-view div[role="option"] .document-icon-wrapper.file-card .card-header .chip + .manage {
  margin-left: 2px;
}
.icon-view div[role="option"] .document-icon-wrapper .manage {
  margin-right: 0;
  margin-left: auto;
}
.icon-view div[role="option"] .document-icon-wrapper .manage .manage-menu {
  margin-right: 0;
  border: none;
  background: none;
  padding: 0;
}
.icon-view div[role="option"] .document-icon-wrapper.folder-card {
  background-color: #F5F5F5;
}
.icon-view div[role="option"] .document-icon-wrapper.folder-card .card-wrapper {
  display: inherit;
}
.icon-view div[role="option"] .document-icon-wrapper.folder-card .card-wrapper .card-header {
  display: flex;
  align-items: center;
}
.icon-view div[role="option"] .document-icon-wrapper.folder-card .card-wrapper .card-header .icon_widget_graph {
  margin-right: 6px;
}
.icon-view div[role="option"] .document-icon-wrapper.folder-card .card-wrapper .published-by {
  margin-bottom: 0;
}
.icon-view div[role="option"] .card-icon-wrapper {
  margin-bottom: 28px;
}
.icon-view div[role="option"].card-icon-wrapper + .last-folder-card-parent + .card-icon-wrapper {
  margin-top: 80px;
}
.icon-view div[role="option"].card-icon-wrapper + .last-folder-card-parent + .card-icon-wrapper + .card-icon-wrapper {
  margin-top: 80px;
}
.icon-view div[role="option"].card-icon-wrapper + .last-folder-card-parent + .card-icon-wrapper + .card-icon-wrapper + .card-icon-wrapper {
  margin-top: 80px;
}
@media (min-width: 576px) {
  .icon-view div[role="option"]:nth-of-type(3n+2):has(.last-folder-card) {
    flex-basis: 50%;
  }
}
@media (min-width: 768px) {
  .icon-view div[role="option"]:nth-of-type(3n+2):has(.last-folder-card) {
    flex-basis: 66.666%;
  }
  .icon-view div[role="option"]:nth-of-type(3n+2):has(.last-folder-card) .last-folder-card {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (min-width: 576px) {
  .icon-view div[role="option"]:nth-of-type(3n+1):has(.last-folder-card) {
    flex-basis: 50%;
  }
}
@media (min-width: 768px) {
  .icon-view div[role="option"]:nth-of-type(3n+1):has(.last-folder-card) {
    flex-basis: 100%;
    margin-bottom: 80px;
  }
  .icon-view div[role="option"]:nth-of-type(3n+1):has(.last-folder-card) .last-folder-card {
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
  }
}
.icon-view div[role="option"]:has(.title-header-type-doc) .title-header-type-doc {
  top: -50px;
}
@media (max-width: 575px) {
  .link-manage-documenti span:nth-child(2) {
    display: none;
  }
}
div.container-change-view:has(+ a.color-ms-teams) {
  float: right;
  width: auto;
}
