/**
IMPORT AMOS-LAYOUT VARIABLES
 */
/* AMOS-LAYOUT VARIABLES */
/* default amos-layout base color */
/* default variables for platform customizations
override into main.less on bottom */
/* default color */
/* 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
 */
/**
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
 */
.no-margin {
  margin: 0;
}
/**
IMPORT STYLE-CUSTOM
 */
/* THEME COLOR */
.mb-4 {
  margin-bottom: 24px !important;
}
.mt-4 {
  margin-top: 24px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mr-3 {
  margin-right: 16px !important;
}
.mt-2 {
  margin-top: 8px !important;
}
.my-5 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.pt-4 {
  padding-top: 24px;
}
.pb-4 {
  padding-bottom: 24px;
}
.py-4 {
  padding-bottom: 24px;
  padding-top: 24px;
}
.py-5 {
  padding-bottom: 48px;
  padding-top: 48px;
}
.align-items-center {
  align-items: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.font-weight-bold {
  font-weight: bold;
}
a.text-decoration-none {
  text-decoration: none;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
.text-primary {
  color: #003882;
}
.text-secondary {
  color: #002040;
}
.text-tertiary {
  color: #002040;
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}
main {
  margin-bottom: 0;
}
@media print {
  #CookiebotWidget,
  .dropdown-menu.show {
    display: none !important;
  }
}
.feedback-container {
  background-color: #003882;
}
.mce-tinymce {
  min-height: 450px;
}
.mce-tinymce > .mce-container-body.mce-stack-layout {
  min-height: 450px;
  display: flex;
  flex-direction: column;
}
.mce-tinymce > .mce-container-body.mce-stack-layout .mce-edit-area.mce-container {
  flex-grow: 1;
}
.mce-tinymce > .mce-container-body.mce-stack-layout .mce-edit-area.mce-container iframe {
  height: 387px !important;
}
@media (max-width: 1500px) {
  .workflow-transition-button-widget {
    justify-content: center;
  }
}
.workflow-transition-button-widget > .workflow-buttons-container {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 10;
  /* sopra altri elementi */
  background: white;
  /* opzionale per visibilità */
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all ease 0.3s;
}
@media (max-width: 1500px) {
  .workflow-transition-button-widget > .workflow-buttons-container {
    flex-direction: row !important;
    left: auto !important;
    right: auto !important;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .workflow-transition-button-widget > .workflow-buttons-container {
    gap: 0;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .workflow-transition-button-widget > .workflow-buttons-container .btn {
    margin-top: 0 !important;
  }
}
@media (max-width: 768px) {
  .workflow-transition-button-widget > .workflow-buttons-container .workflow-form-actions button + p,
  .workflow-transition-button-widget > .workflow-buttons-container .workflow-form-actions a + p {
    display: none !important;
  }
}
@media (max-width: 1600px) {
  .workflow-transition-button-widget > .workflow-buttons-container .workflow-button-container {
    min-width: 170px;
    margin-top: 0 !important;
  }
}
@media (max-width: 1500px) {
  .workflow-transition-button-widget > .workflow-buttons-container .workflow-button-container {
    min-width: 240px;
    margin-top: 0 !important;
  }
}
.shrink .workflow-transition-button-widget > .workflow-buttons-container {
  bottom: 90px;
}
@media (max-width: 1600px) {
  .shrink .workflow-transition-button-widget > .workflow-buttons-container {
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  #sidebarLeftRedattore {
    display: none !important;
  }
}
.attachments-list .attachment-list-item {
  border-bottom: 1px solid #ececec;
}
.attachments-list .attachment-list-item .attachment-list-item-name {
  align-items: start;
}
.attachments-list .attachment-list-item .attachment-list-item-name .icon {
  height: 24px;
  display: inline-block;
}
.evidenze-regole-index .calendar-card span.mdi,
.evidenze-regole-index .calendar-card a {
  color: #003882;
}
.evidenze-regole-index .calendar-card span.mdi {
  margin-right: 3px;
}
.evidenze-regole-index .calendar-card a {
  font-weight: 700;
  text-decoration: none;
}
.evidenze-regole-index .calendar-card a:hover {
  text-decoration: underline;
}
.evidenze-regole-index .calendar-card img {
  width: 100%;
  display: block;
  margin-bottom: 12px;
  aspect-ratio: 1.77777778;
}
.evidenze-regole-index table.table > tbody > tr > td {
  vertical-align: baseline;
}
.filter-data-config {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-data-config .col-xs-1 {
  font-size: 32px;
  margin-top: 16px;
  padding: 0;
}
.gallery-masonry-attachments .list-view div[role="listbox"] > div {
  /*margin-bottom: 20px;*/
}
.attach-gallery-form .masonry-item .open > .dropdown-menu {
  right: 30px;
  top: 0;
}
.person-item {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 24px;
  height: 100%;
  margin-bottom: 24px !important;
}
.person-item .card-body a.link-list-title {
  text-decoration: underline;
  color: #003882;
}
.person-item .card-body a.link-list-title h4 {
  color: #003882;
}
/*GRAFICA CUSTOM PER IL FOOTER*/
.it-footer-comune .it-footer-main {
  font-size: 18px;
  background-color: #002040;
}
.it-footer-comune .it-footer-main .footer-pa-title svg,
.it-footer-comune .it-footer-main .footer-pa-title img {
  height: 48px;
  width: auto;
}
.it-footer-comune .it-footer-main .footer-pa-title > a {
  text-decoration: none;
  display: flex;
  color: #ffffff;
  gap: 5px;
}
.it-footer-comune .it-footer-main .footer-pa-title > a .icon-white {
  fill: #ffffff;
}
.it-footer-comune .it-footer-main .footer-pa-title > a h2 {
  margin-bottom: 0;
}
.it-footer-comune .it-footer-main p {
  color: #ffffff;
}
.it-footer-comune .it-footer-main p a:not(.btn) {
  color: #ffffff;
  text-decoration: underline;
}
.it-footer-comune .it-footer-main p a:not(.btn).active {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
.it-footer-comune .it-footer-main p a:not(.btn):hover {
  color: #002040;
  opacity: 0.9;
}
.it-footer-comune .it-footer-main hr {
  border-color: #ffffff;
  margin: 16px 0;
}
@media (min-width: 768px) {
  .it-footer-comune .it-footer-main .colonna-menu .link-list-wrapper {
    column-count: 2;
    column-gap: 200px;
  }
  .it-footer-comune .it-footer-main .colonna-menu .link-list-wrapper ul > li:not(:first-child) {
    margin-top: 30px;
  }
}
.it-footer-comune .it-footer-main .link-list-wrapper hr {
  border-color: #ffffff;
}
.it-footer-comune .it-footer-main .link-list-wrapper ul {
  list-style: none;
  padding: 0;
}
.it-footer-comune .it-footer-main .link-list-wrapper ul li a.list-item {
  text-decoration: underline;
}
.it-footer-comune .it-footer-main .link-list-wrapper ul li a.list-item.active {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
.it-footer-comune .it-footer-main .link-list-wrapper ul li a.list-item:hover {
  color: #ffffff;
  opacity: 0.9;
}
.it-footer-comune .it-footer-main .link-list-wrapper ul.footer-list.link-list.two-cols {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 10px;
  width: 100%;
}
.it-footer-comune .it-footer-main .link-list-wrapper.footer-social ul li {
  margin-right: 8px;
}
.it-footer-comune .it-footer-main .link-list-wrapper.footer-social ul li a .icon {
  font-size: 24px;
  text-align: center;
}
.it-footer-comune .it-footer-main .row.variable-gutters {
  display: flex;
  flex-wrap: wrap;
}
.it-footer-comune .it-footer-small.bg-secondary {
  background: rgba(0, 32, 64, 0.2) !important;
}
@media (min-width: 768px) {
  .it-footer-comune .it-footer-small .it-footer-small-list li.list-inline-item {
    padding: 0 1rem;
  }
  .it-footer-comune .it-footer-small .it-footer-small-list li.list-inline-item:first-child {
    padding-left: 0;
  }
}
.it-footer-comune .it-footer-small .it-footer-small-list li.list-inline-item a:not(.btn) {
  color: #ffffff;
  text-decoration: underline;
}
.it-footer-comune .it-footer-small .it-footer-small-list li.list-inline-item a:not(.btn).active {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
.it-footer-comune .it-footer-small .it-footer-small-list li.list-inline-item a:not(.btn):hover {
  color: #ffffff;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .it-footer-comune .container-title .footer-title {
    padding-top: 25px;
  }
  .it-footer-comune .it-footer-small .it-footer-small-list li.list-inline-item:not(:last-child) a:after {
    content: " | ";
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
  }
  .it-footer-comune .it-footer-main .link-list-wrapper.footer-social ul {
    flex-direction: row;
    display: flex;
  }
  .it-footer-comune .it-footer-main .link-list-wrapper.footer-social ul li {
    margin-right: 5px;
  }
  .it-footer-comune .it-footer-main .link-list-wrapper.footer-social ul li a .icon {
    width: 32px;
    height: 32px;
    padding: 6px;
  }
  .it-footer-comune .it-footer-main .link-list-wrapper ul li {
    display: inline-block;
  }
}
.it-footer-comune a {
  color: #ffffff;
}
.it-footer-comune a:hover,
.it-footer-comune a:focus {
  opacity: 0.8;
}
/*GRAFICA CUSTOM PER L'HEADER*/
.it-header-wrapper {
  /*SLIM WRAPPER SUPERIORE*/
  /*NAV WRAPPER INFERIORE*/
}
.it-header-wrapper .it-header-slim-wrapper {
  background-color: #002040 !important;
}
.it-header-wrapper .it-header-slim-wrapper .menu-profile .btn-primary.btn-icon.btn-full.dropdown-toggle {
  background-color: transparent;
}
.it-header-wrapper .it-header-slim-wrapper .it-access-top-wrapper a {
  background-color: transparent !important;
}
.it-header-wrapper .it-nav-wrapper {
  background-color: #003882 !important;
  /*PARTE LOGHI*/
  /*PARTE NAVBAR*/
}
.it-header-wrapper .it-nav-wrapper .it-header-center-wrapper {
  background-color: transparent;
}
.it-header-wrapper .it-nav-wrapper .it-header-center-wrapper .it-brand-wrapper .it-brand-text.logo-2 {
  padding-right: 0;
}
.it-header-wrapper .it-nav-wrapper .it-header-center-wrapper .it-brand-wrapper .it-brand-text a {
  flex-direction: column;
  align-items: flex-start !important;
}
.it-header-wrapper .it-nav-wrapper .it-header-center-wrapper .it-brand-wrapper .it-brand-text a .h3 {
  line-height: 1;
}
@media (max-width: 1200px) {
  .it-header-wrapper .it-nav-wrapper .it-header-center-wrapper .it-brand-wrapper .it-brand-text a .h3 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .it-header-wrapper .it-nav-wrapper .it-header-center-wrapper .it-brand-wrapper .it-brand-text a .h3 {
    font-size: 20px;
  }
}
.it-header-wrapper .it-nav-wrapper .it-header-center-wrapper .it-brand-wrapper .it-brand-text span.no_toc {
  color: #ffffff;
}
.it-header-wrapper .it-nav-wrapper .it-header-center-wrapper .it-right-zone .it-socials .telegram-icon::before {
  transform: rotate(-45deg);
}
.it-header-wrapper .it-nav-wrapper .it-header-center-wrapper .it-right-zone .it-socials span.mdi {
  color: #ffffff;
}
.it-header-wrapper .it-nav-wrapper .it-header-center-wrapper .it-right-zone .it-search-wrapper a.rounded-icon {
  background: #ffffff !important;
}
.it-header-wrapper .it-nav-wrapper .it-header-center-wrapper .it-right-zone .it-search-wrapper a.rounded-icon svg {
  fill: #003882;
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
  background-color: transparent;
  /*SECONDARY MENU*/
}
@media (min-width: 992px) {
  .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper .navbar-nav .nav-item a.nav-link {
    color: #ffffff !important;
  }
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper .cms-menu-container-secondary {
  flex-grow: 1;
  justify-content: flex-end;
  display: flex;
}
.it-header-wrapper .nav-link-plugin {
  background-color: #002040;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.it-header-wrapper .nav-link-plugin + .dropdown-menu li {
  white-space: nowrap;
}
.it-header-wrapper .no_toc.small {
  font-weight: 500 !important;
}
@media (max-width: 991px) {
  .it-header-navbar-wrapper nav.navbar .navbar-collapsable .menu-wrapper {
    max-width: none !important;
  }
}
@media (max-width: 991px) {
  .it-header-navbar-wrapper nav.navbar .navbar-collapsable .menu-wrapper .navbar-nav li a.nav-link {
    color: #000 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
  }
}
@media (max-width: 991px) {
  .it-header-navbar-wrapper .navbar-collapsable .menu-wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .it-header-navbar-wrapper .navbar-collapsable .menu-wrapper .header-logo-hamburger {
    order: 1;
  }
}
.it-header-navbar-wrapper .navbar-collapsable .menu-wrapper .header-logo-hamburger .it-brand-wrapper .it-brand-text {
  text-decoration: none !important;
}
@media (max-width: 991px) {
  .it-header-navbar-wrapper .navbar-collapsable .menu-wrapper .header-logo-hamburger .it-brand-wrapper .it-brand-text img {
    height: 54px;
    padding-right: 16px;
  }
}
.it-header-navbar-wrapper .navbar-collapsable .menu-wrapper .header-logo-hamburger .it-brand-wrapper .it-brand-text a {
  text-decoration: none !important;
}
@media (max-width: 991px) {
  .it-header-navbar-wrapper .navbar-collapsable .menu-wrapper .cms-menu-container-default {
    order: 2;
  }
}
@media (max-width: 991px) {
  .it-header-navbar-wrapper .navbar-collapsable .menu-wrapper .cms-menu-container-secondary {
    order: 3;
    flex-grow: 0;
  }
}
@media (max-width: 991px) {
  .it-header-navbar-wrapper .navbar-collapsable .menu-wrapper .cms-menu-container-plugin {
    order: 4;
  }
}
@media (max-width: 991px) {
  .it-header-navbar-wrapper .navbar-collapsable .menu-wrapper .cms-menu-container-plugin li.nav-item.dropdown a.nav-link.nav-link-plugin {
    color: #fff !important;
    border-radius: 0 !important;
  }
}
@media (max-width: 991px) {
  .it-header-navbar-wrapper .navbar-collapsable .menu-wrapper .cms-menu-container-myopen {
    order: 5;
  }
}
.custom-navbar-toggler span {
  color: #fff !important;
}
.cerca-label,
.follow-text {
  color: #fff !important;
}
@media (min-width: 1200px) {
  span.no_toc.d-xl-block {
    display: block !important;
  }
}
.gridview-image {
  aspect-ratio: 1.33333333;
  object-fit: cover;
}
/*HAMBURGER MENU*/
#hamburgerMenu .header-logo-hamburger {
  margin-bottom: 16px;
}
#hamburgerMenu .header-logo-hamburger > .it-brand-wrapper.flexbox {
  flex-direction: row !important;
  align-items: flex-start;
}
#hamburgerMenu .header-logo-hamburger > .it-brand-wrapper.flexbox > .logo-2 {
  margin-top: 0 !important;
}
@media (max-width: 575px) {
  #hamburgerMenu .header-logo-hamburger > .it-brand-wrapper.flexbox > .logo-2 .h3 {
    font-size: 20px;
  }
}
#hamburgerMenu .header-logo-hamburger > .it-brand-wrapper.flexbox a img {
  min-width: 70px;
}
@media (max-width: 991px) {
  #hamburgerMenu ul[class*="cms-menu-container"] > li:nth-child(1).dropdown > a.nav-link-plugin {
    background-color: #fff !important;
    border-radius: 0;
    font-size: 18px;
  }
  #hamburgerMenu ul[class*="cms-menu-container"] > li:nth-child(1).dropdown > a.nav-link-plugin > span {
    color: #000 !important;
  }
}
#hamburgerMenu ul[class*="cms-menu-container"] > li:nth-child(1).dropdown > .dropdown-menu {
  background-color: #e3e4e6;
}
#hamburgerMenu ul[class*="cms-menu-container"] > li:nth-child(1).dropdown > .dropdown-menu a {
  color: #000 !important;
}
.user-form.modifica-profilo .field-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 25px 0;
}
.user-form.modifica-profilo .field-container .field-name {
  font-size: 18px;
}
.user-form.modifica-profilo .field-container .form-group {
  margin-bottom: 0;
}
.user-form.modifica-profilo .field-container .immagine-profilo {
  position: relative;
  display: inline-flex;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  transition: background-color 0.2s;
}
.user-form.modifica-profilo .field-container .immagine-profilo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: filter 0.2s;
  border-radius: 50%;
}
.user-form.modifica-profilo .field-container .immagine-profilo .edit-image {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 26px;
  height: 26px;
  border-radius: 24px;
  display: block;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.user-form.modifica-profilo .field-container .immagine-profilo .edit-image span {
  display: flex;
  align-items: center;
  color: white;
  background-color: transparent;
  font-size: 16px;
}
.user-form.modifica-profilo .section-manage-topic .subtitle-topic-section {
  margin-bottom: 40px;
}
.user-form.modifica-profilo .icon-title-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 35px 0px;
}
.user-form.modifica-profilo .icon-title-section .icon {
  width: 35px;
  height: 35px;
  margin-right: 16px;
}
.user-form.modifica-profilo .section-notify-mail fieldset label {
  margin-right: 15px;
}
.user-form.modifica-profilo .section-notify-mail fieldset label input[type="radio"] {
  margin-right: 5px;
}
.user-form.modifica-profilo .account-admin-section {
  font-size: 18px;
}
.user-form.modifica-profilo .account-admin-section .btn-danger {
  color: #ffffff;
  border-color: #d9534f;
  background-color: #d9534f;
}
.user-form.modifica-profilo .account-admin-section .btn-danger:hover,
.user-form.modifica-profilo .account-admin-section .btn-danger:active,
.user-form.modifica-profilo .account-admin-section .btn-danger:focus {
  color: #d9534f;
  background-color: #ffffff;
  border-color: #d9534f;
}
.user-form.modifica-profilo .note_asterisk,
.user-form.modifica-profilo .privacy-section {
  font-size: 18px;
}
.box-card.agid-evidence-topic-container {
  margin-bottom: 24px;
  padding-right: 6px;
  padding-left: 6px;
}
.box-card.agid-evidence-topic-container .fake-link {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.box-card.agid-evidence-topic-container .card.card-teaser {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding: 24px;
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 4px;
}
.box-card.agid-evidence-topic-container .card.card-teaser input[type="checkbox"] {
  margin: 0;
  margin-right: 8px;
}
.box-card.agid-evidence-topic-container .card.card-teaser .icon {
  padding: 12px;
  width: 48px;
  height: 48px;
  color: #fff;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #003882;
  min-width: 32px;
  vertical-align: middle;
  display: inline-flex;
  font-size: 26px;
  align-items: center;
  justify-content: center;
}
.box-card.agid-evidence-topic-container .card.card-teaser .card-body {
  padding: 0;
  flex: auto;
}
.box-card.agid-evidence-topic-container .card.card-teaser .card-body .card-title {
  margin: 0;
  font-weight: bold;
}
.box-card.agid-evidence-topic-container .card.card-teaser .card-body .card-title a {
  text-decoration: none;
}
#map {
  width: 100%;
  height: 800px;
  position: relative;
}
#map > #map-canvas {
  min-height: 100%;
}
#map > #map-canvas .gm-style {
  font: inherit;
}
#map > #map-canvas .gm-style-iw.gm-style-iw-c {
  padding: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
#map > #map-canvas .gm-style-iw.gm-style-iw-c .gm-style-iw-chr {
  position: absolute;
  right: 0;
}
#map > #map-canvas .gm-style-iw.gm-style-iw-c.open {
  opacity: 1;
}
#map > #map-canvas .marker-card {
  max-width: 300px;
}
#map > #map-canvas .marker-card .marker-card-link {
  text-transform: uppercase;
}
