@media (max-width: 768px) {
  .modal-always-hamburger-menu.modal.fade .modal-dialog.modal-dialog-left .modal-content .modal-header .it-brand-wrapper > a {
    max-width: calc(50%);
  }
}
@media (max-width: 768px) {
  .modal-always-hamburger-menu.modal.fade .modal-dialog.modal-dialog-left .modal-content .modal-header .it-brand-wrapper > a .it-brand-text > img {
    max-width: calc(100% - 24px);
    height: auto;
  }
}
.banner-cookie {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  margin-bottom: 0;
  background-color: #003366;
  color: #ffffff;
  border-radius: 0;
  border: none;
  padding: 24px 0;
  max-height: 80vh;
  overflow: auto;
}
.banner-cookie p {
  margin-bottom: 1rem;
}
.banner-cookie .close {
  right: 0;
  opacity: 0.6;
  font-size: 40px;
  line-height: 0.8;
  text-decoration: none;
}
.banner-cookie a:not(.btn) {
  color: #ffffff;
}
.banner-cookie .button-cookie {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .banner-cookie .button-cookie {
    text-align: right;
  }
}
.banner-cookie .button-cookie .btn {
  margin-top: 6px;
  padding: 12px 24px;
}
.banner-cookie.fade {
  opacity: 1;
}
/* utility color */
/* status color */
.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;
}
/*VARIABILI CLONATE FIX TEMPORANEO PER AVATAR IN COMMUNITY*/
.avatar-wrapper.avatar-extra-text {
  display: inline-flex;
  align-items: start;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  height: 100%;
  width: 100%;
}
.avatar-wrapper.avatar-extra-text .manage {
  margin-left: auto;
}
.avatar-wrapper.avatar-extra-text .manage .dropdown-menu {
  top: 20px;
}
.avatar-wrapper.avatar-extra-text .manage + .new-badge.badge {
  right: 50px;
}
.avatar-wrapper.avatar-extra-text .manage .manage-menu {
  background-color: #ffffff;
  width: auto;
  border-radius: 4px;
  border: 1px solid #000000;
  padding: 2px 6px;
  margin-right: 0 !important;
  font-size: 16px;
}
.avatar-wrapper.avatar-extra-text .manage .manage-menu .am {
  font-size: 18px !important;
}
.avatar-wrapper.avatar-extra-text .manage .manage-menu .am-chevron-down {
  display: none;
}
.avatar-wrapper.avatar-extra-text .manage .manage-menu span.pull-left {
  margin: 0;
  color: inherit;
}
.avatar-wrapper.avatar-extra-text .manage .manage-menu:hover {
  background-color: #ffffff;
  color: #000000;
  opacity: 1;
}
.avatar-wrapper.avatar-extra-text .avatar-box-img {
  position: relative;
}
.avatar-wrapper.avatar-extra-text .avatar-box-img .avatar {
  flex-shrink: 0;
  filter: brightness(100%);
  width: 80px;
  height: 80px;
  display: inline-flex;
  overflow: hidden;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background: #ebeced;
  color: #5c6f82;
  box-sizing: content-box;
  transition: background-color 0.2s;
}
.avatar-wrapper.avatar-extra-text .avatar-box-img .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.avatar-wrapper.avatar-extra-text .avatar-box-img .badge.badge-left {
  position: absolute;
  left: 55px;
  top: 0;
  font-size: 10px;
  padding: 5px 5px;
}
.avatar-wrapper.avatar-extra-text .avatar-box-img .icon-info-avatar {
  background-color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar-wrapper.avatar-extra-text .avatar-box-img .icon-info-avatar.icon-status {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 6px;
  right: 6px;
  line-height: 0;
  font-size: 14px;
  border: 2px solid #fff;
}
.avatar-wrapper.avatar-extra-text .avatar-box-img .icon-info-avatar.icon-status.icon-status-validated {
  background-color: #006057;
  color: #ffffff;
}
.avatar-wrapper.avatar-extra-text .avatar-box-img .icon-info-avatar.icon-status.icon-status-draft {
  background-color: #5e7887;
  color: #ffffff;
}
.avatar-wrapper.avatar-extra-text .avatar-box-img .icon-info-avatar.icon-status.icon-status-tovalidated {
  background-color: #f0ad4e;
  color: #000000;
}
.avatar-wrapper.avatar-extra-text .avatar-box-img .icon-info-avatar.icon-status.icon-status-notvalidated {
  background-color: #d9534f;
  color: #ffffff;
}
.avatar-wrapper.avatar-extra-text .avatar-box-img .info-box-avatar {
  position: absolute;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 6px;
}
.avatar-wrapper.avatar-extra-text .avatar-box-img .info-box-avatar .icon-info-avatar {
  margin: 0 1px;
}
.avatar-wrapper.avatar-extra-text .avatar-box-img .info-box-avatar .icon-info-avatar.icon-facilitator {
  width: 22px;
  height: 22px;
  line-height: 0;
  font-size: 12px;
  border: 1px solid #ffffff;
  background-color: #003366;
}
.avatar-wrapper.avatar-extra-text .avatar-box-img .info-box-avatar .icon-info-avatar.icon-facilitator span {
  color: #ffffff;
}
.avatar-wrapper.avatar-extra-text .avatar-box-img .info-box-avatar .icon-info-avatar.icon-community-manager {
  width: 22px;
  height: 22px;
  line-height: 0;
  font-size: 12px;
  border: 1px solid #ffffff;
  background-color: #003366;
}
.avatar-wrapper.avatar-extra-text .avatar-box-img .info-box-avatar .icon-info-avatar.icon-community-manager span {
  color: #ffffff;
}
.avatar-wrapper.avatar-extra-text .avatar-body {
  font-size: 1em;
  font-weight: 300;
  margin-left: 25px;
  width: 100%;
}
.avatar-wrapper.avatar-extra-text .avatar-body .name-manage {
  display: flex;
}
.avatar-wrapper.avatar-extra-text .avatar-body .avatar-name {
  margin-bottom: 0;
  font-weight: 700;
}
.avatar-wrapper.avatar-extra-text .avatar-body .avatar-info {
  margin: 0;
  font-weight: normal;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  width: 100%;
}
.avatar-wrapper.avatar-extra-text .avatar-body .btn {
  align-self: flex-start;
  margin: 5px 0;
  font-size: 13px;
  float: left;
  margin-right: 12px;
}
.avatar-wrapper.avatar-extra-text .avatar-body .btn.btn-action-primary,
.avatar-wrapper.avatar-extra-text .avatar-body .btn.btn-navigation-primary {
  background-color: #297a38 !important;
  border-color: #297a38;
  color: #ffffff;
  border-radius: 4px;
  padding: 1px 5px;
}
.avatar-wrapper.avatar-extra-text .avatar-body .btn.btn-action-primary:hover,
.avatar-wrapper.avatar-extra-text .avatar-body .btn.btn-navigation-primary:hover {
  color: #FFF;
}
.avatar-wrapper.avatar-extra-text .avatar-body .btn.btn-action-primary span,
.avatar-wrapper.avatar-extra-text .avatar-body .btn.btn-navigation-primary span {
  display: none;
}
.avatar-wrapper.avatar-extra-text.avatar-espositore a {
  color: #5e7887;
}
.avatar-wrapper.avatar-extra-text.avatar-espositore .avatar {
  box-shadow: inset 0 0px 0px 5px #003366;
}
.avatar-wrapper.avatar-extra-text.avatar-espositore .avatar img {
  border-radius: 50%;
  padding: 5px;
}
.avatar-wrapper.avatar-extra-text.avatar-espositore .espositore-tooltip {
  bottom: 10px;
  left: -1px;
  position: absolute;
  text-decoration: none;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  background: #003366;
}
.avatar-wrapper.avatar-extra-text.avatar-espositore .espositore-tooltip:hover {
  opacity: 1;
}
.avatar-wrapper.avatar-extra-text.avatar-espositore .avatar-body > .btn.btn-action-primary,
.avatar-wrapper.avatar-extra-text.avatar-espositore .avatar-body > .btn.btn-navigation-primary {
  background-color: #5e7887 !important;
  border-color: #5e7887;
  color: #ffffff;
}
.avatar-wrapper.avatar-extra-text.avatar-relatore a {
  color: #5e7887;
}
.avatar-wrapper.avatar-extra-text.avatar-relatore .avatar {
  box-shadow: inset 0 0px 0px 5px #4ebf0c;
}
.avatar-wrapper.avatar-extra-text.avatar-relatore .avatar img {
  border-radius: 50%;
  padding: 5px;
}
.avatar-wrapper.avatar-extra-text.avatar-relatore .relatore-tooltip {
  bottom: 10px;
  left: -1px;
  position: absolute;
  text-decoration: none;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  background: #4ebf0c;
}
.avatar-wrapper.avatar-extra-text.avatar-relatore .relatore-tooltip:hover {
  opacity: 1;
}
.avatar-wrapper.avatar-extra-text.avatar-relatore .avatar-body > .btn.btn-action-primary,
.avatar-wrapper.avatar-extra-text.avatar-relatore .avatar-body > .btn.btn-navigation-primary {
  background-color: #5e7887 !important;
  border-color: #5e7887;
  color: #ffffff;
}
.avatar-wrapper.avatar-extra-text.avatar-azienda a {
  color: #5e7887;
}
.avatar-wrapper.avatar-extra-text.avatar-azienda .avatar {
  box-shadow: inset 0 0px 0px 5px #a9a9a9;
}
.avatar-wrapper.avatar-extra-text.avatar-azienda .avatar img {
  border-radius: 50%;
  padding: 5px;
}
.avatar-wrapper.avatar-extra-text.avatar-azienda .azienda-tooltip {
  bottom: 10px;
  left: -1px;
  position: absolute;
  text-decoration: none;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  background: darkgray;
}
.avatar-wrapper.avatar-extra-text.avatar-azienda .azienda-tooltip:hover {
  opacity: 1;
}
.avatar-wrapper.avatar-extra-text.avatar-azienda .avatar-body > .btn.btn-action-primary,
.avatar-wrapper.avatar-extra-text.avatar-azienda .avatar-body > .btn.btn-navigation-primary {
  background-color: #5e7887 !important;
  border-color: #5e7887;
  color: #ffffff;
}
.info-view-header {
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
}
.info-view-header .img-profile {
  background: none;
  border: none;
}
.info-view-header .img-profile .img-profile-circle {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
  background: #ebeced;
}
.info-view-header .img-profile .img-profile-circle img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.info-view-header .img-profile .under-img {
  background: none;
  color: inherit;
}
.info-view-header .img-profile .under-img h2 {
  margin-top: 30px;
  font-size: 1.4rem;
}
.user-profile-index .list-horizontal-element {
  align-items: center;
  border: none;
  border-bottom: solid #b4c2ca 0.3px;
}
@media (max-width: 575px) {
  .user-profile-index .list-horizontal-element {
    position: relative;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
  }
}
.list-horizontal-element .font-weight-bold {
  font-weight: bold;
}
.list-horizontal-element .avatar-wrapper.avatar-extra-text {
  width: auto;
}
.list-horizontal-element .user-info-wrapper {
  flex-grow: 1;
}
.list-horizontal-element .user-info-wrapper .first-row {
  justify-content: space-between;
  align-items: center;
}
.list-horizontal-element .user-info-wrapper .first-row .badge {
  font-size: 75%;
}
@media (max-width: 575px) {
  .list-horizontal-element .user-info-wrapper .first-row .new-manage-container {
    position: absolute;
    right: 0;
    top: 10px;
  }
}
.list-horizontal-element .user-info-wrapper .first-row .info-container {
  align-items: center;
  flex-grow: 1;
  justify-content: space-between;
}
.list-horizontal-element .user-info-wrapper .first-row .info-container .name-manage {
  align-items: center;
}
.list-horizontal-element .user-info-wrapper .first-row .info-container .name-manage h3.h5 {
  font-size: 1.333rem;
}
.list-horizontal-element .user-info-wrapper .first-row .info-container .tooltips {
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}
.list-horizontal-element .user-info-wrapper .first-row .info-container .tooltips span.mdi {
  color: #003366;
  border: 1px solid #003366;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.list-horizontal-element .user-info-wrapper .second-row .user-mail {
  color: black;
  word-break: break-word;
}
.list-horizontal-element .user-info-wrapper .third-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.list-horizontal-element .user-info-wrapper .third-row .community-image {
  width: 70px;
  height: 50px;
  overflow: hidden;
  border-radius: 4px;
}
.list-horizontal-element .user-info-wrapper .third-row .community-image img {
  object-position: center;
  object-fit: cover;
  min-height: 50px;
  min-width: 70px;
  width: 100%;
  height: 100%;
}
.list-horizontal-element .user-info-wrapper .fourth-row {
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .list-horizontal-element .user-info-wrapper .fourth-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 576px) {
  .change-user-index div[data-role="list-view"] .change-user-card-container {
    min-height: 275px;
  }
}
.change-user-index div[data-role="list-view"] .change-user-card-container .change-user-card-body {
  flex-direction: column;
  width: 100%;
}
.change-user-index div[data-role="list-view"] .change-user-card-container .change-user-card-body .change-user-cta .am-check-circle {
  color: #3cb352;
  border-radius: 50%;
  background-color: white;
}
/**
CHECKBOX ADMIN FORM GESTIONE PERMESSI
*/
.userprofile-profiles-checkbox > .checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.userprofile-profiles-checkbox > .checkbox input {
  margin-top: 0;
  margin-left: 0;
}
.userprofile-profiles-checkbox > .checkbox label .avatar-wrapper {
  align-items: center;
}
.userprofile-profiles-checkbox > .checkbox label .avatar-wrapper .avatar-body {
  margin-left: 5px;
}
/*CAROUSEL DEFAULT VARIABLES*/
.custom-modal-slideshow.modal-slideshow .modal-content {
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}
.custom-modal-slideshow.modal-slideshow .modal-content .modal-header {
  padding: 15px !important;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.custom-modal-slideshow.modal-slideshow .modal-content .modal-header h5.modal-title {
  font-size: 1.333rem;
  font-weight: 400;
  line-height: 1.42857143;
}
.custom-modal-slideshow.modal-slideshow .modal-content .modal-header button.close {
  position: absolute;
  right: 5px;
  top: 0px;
  padding: 5px 10px;
  margin: 0 !important;
}
.custom-modal-slideshow.modal-slideshow .modal-content .modal-header::before {
  display: none;
}
.custom-modal-slideshow.modal-slideshow .modal-content .modal-header::after {
  display: none;
}
.custom-modal-slideshow.modal-slideshow .modal-content .modal-body {
  padding: 15px !important;
}
.custom-modal-slideshow.modal-slideshow .modal-content .modal-body .carousel-inner {
  padding: 10px 40px 0 !important;
}
.custom-modal-slideshow.modal-slideshow .modal-content .modal-body .carousel-control {
  position: absolute;
  top: 45%;
  bottom: 45%;
}
.custom-modal-slideshow.modal-slideshow .modal-content .modal-body .carousel-control > .glyphicon {
  color: #006057;
  font-size: 30px;
}
.custom-modal-slideshow.modal-slideshow .modal-content .modal-body .carousel-control > .glyphicon:hover {
  opacity: 1;
}
.custom-modal-slideshow.modal-slideshow .modal-content .modal-body .right.carousel-control {
  right: 0;
}
.custom-modal-slideshow.modal-slideshow .modal-content .modal-body .carousel-indicators {
  align-items: center;
}
.custom-modal-slideshow.modal-slideshow .modal-content .modal-body .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.custom-modal-slideshow.modal-slideshow .modal-content .modal-body .carousel-indicators li.active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.custom-modal-slideshow.modal-slideshow .modal-content .modal-footer {
  padding: 15px !important;
  border-top: 1px solid #e5e5e5;
}
.custom-modal-slideshow.modal-slideshow .modal-content .modal-footer label {
  margin-bottom: 5px;
  font-weight: normal;
}
.custom-modal-slideshow.modal-slideshow .modal-content .modal-footer label input {
  margin-right: 5px;
}
.taskmanager-index .grid-view > .summary {
  justify-content: left;
  padding-bottom: 5px;
}
.taskmanager-index .grid-view > .summary > b {
  padding: 0 8px;
}
.taskmanager-index .table thead {
  background-color: #fff;
}
.taskmanager-index .table thead tr > th {
  color: #297a38;
  border-color: #297a38;
  border-bottom: 1px solid #297a38;
  border-top: 1px solid #297a38 !important;
  padding: 6px 8px;
}
.my-activities-index .icon-plugin span {
  color: #fff !important;
}
:focus {
  box-shadow: 0 0 0 2px #fff !important;
  outline: none !important;
  border: 4px solid #d92828 !important;
}
.it-search-wrapper a.search-link:focus {
  box-shadow: 0 0 0 2px #fff !important;
  outline: none !important;
  border: 4px solid #d92828 !important;
}
.custom-modal-slideshow.modal-slideshow .modal-content .modal-footer label input:focus {
  box-shadow: 0 0 0 2px #d92828 !important;
  outline: none !important;
  border: 2px solid #fff !important;
}
.custom-modal-slideshow.modal-slideshow:focus {
  border: transparent !important;
}
.it-hero-text-wrapper p {
  font-size: 20px !important;
  font-weight: 700;
  letter-spacing: 1px;
}
.btn.disabled {
  color: #31394a !important;
}
.scope-title .tooltip.in {
  background-color: #000 !important;
  opacity: 0.8 !important;
}
body.bi-guide.push-up {
  margin-bottom: -48px !important;
}
body.shrink .bi-guide {
  bottom: 160px !important;
}
@media (min-width: 1200px) {
  body.shrink .bi-guide {
    bottom: 175px !important;
  }
}
body .bi-guide {
  bottom: 115px !important;
}
@media (min-width: 1200px) {
  body .bi-guide {
    bottom: 125px !important;
  }
}
div#colorbox div#cboxContent {
  height: 560px !important;
}
div#colorbox div#cboxCurrent {
  left: 300px !important;
  bottom: -4px !important;
}
div#colorbox button#cboxPrevious {
  left: 0 !important;
}
div#colorbox button#cboxNext {
  left: auto !important;
  right: 0 !important;
}
div#colorbox button#cboxClose {
  top: 0 !important;
  bottom: auto !important;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  font-size: 20px !important;
}
li.prev.disabled > span {
  color: #555 !important;
  opacity: 1 !important;
  font-size: 20px !important;
}
li.next.disabled > span {
  color: #555 !important;
  opacity: 1 !important;
  font-size: 20px !important;
}
.it-header-wrapper .it-nav-wrapper .it-header-center-wrapper .container .row .col-12 .it-header-center-content-wrapper .it-right-zone .it-search-wrapper a.rounded-icon {
  fill: #fff !important;
}
.container-help {
  padding-top: 12px;
}
.structures-search .select2-container .selection .select2-selection {
  padding-top: 0 !important;
  max-height: 45px !important;
}
.structures-search .select2-container .selection .select2-selection .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
  height: 45px !important;
}
.structures-search .select2-container .selection .select2-selection.select2-selection--multiple::after {
  position: absolute !important;
  bottom: 20px !important;
}
/* THEME COLOR */
button#change-view-download-btn {
  padding: 0;
  border: none;
  background: transparent;
}
.modal-footer label input[type="radio"],
.modal-footer label input[type="checkbox"] {
  margin-right: 5px !important;
}
table.table > tbody .bk-elementActions .btn-danger-inverse {
  padding: 6px !important;
}
/* SEZIONE HEADER GRIGIA */
.header-breadcrumbs-title-gray {
  background-color: #5e7887;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
}
.header-breadcrumbs-title-gray .breadcrumb {
  background-color: #5e7887;
}
.header-breadcrumbs-title-gray .breadcrumb a {
  color: #ffffff;
}
.header-breadcrumbs-title-gray .breadcrumb > .active {
  color: #ffffff;
  font-weight: bold;
}
/* FIX AMOS-LAYOUT */
.modal-always-hamburger-menu.modal.fade .modal-dialog.modal-dialog-left .modal-content .modal-body .navbar-nav.cms-menu-container-default > li:nth-child(1).dropdown {
  background-color: #5e7887 !important;
  background: #5e7887 !important;
}
.modal-always-hamburger-menu.modal.fade .modal-dialog.modal-dialog-left .modal-content .modal-body .navbar-nav.cms-menu-container-default > li:nth-child(1).dropdown > .dropdown-menu {
  background-color: #5e7887 !important;
  background: #5e7887 !important;
}
.news-index .list-view-design div[role="listbox"] > div {
  display: flex;
}
@media (min-width: 576px) {
  .news-index .list-view-design div[role="listbox"] > div {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .news-index .list-view-design div[role="listbox"] > div {
    width: 33.3333333333%;
  }
}
.news-view span.am,
.documents-view span.am {
  font-size: 22px;
  color: #595959;
}
.news-view span.am + span,
.documents-view span.am + span,
.news-view span.am + .tooltip + span,
.documents-view span.am + .tooltip + span {
  color: #595959;
  font-size: 16px;
  font-weight: 700;
}
.widget-graphic-cms-bi-less.card-news.container .list-view div[role="listbox"] > div {
  display: flex;
}
@media (min-width: 576px) {
  .widget-graphic-cms-bi-less.card-news.container .list-view div[role="listbox"] > div {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .widget-graphic-cms-bi-less.card-news.container .list-view div[role="listbox"] > div {
    width: 33.3333333333%;
  }
}
.community-dashboard-container > nav + .container-padre-figli + .sub-dashboard-graphics {
  margin-top: 0;
}
.community-dashboard-container .container-padre-figli {
  background-color: #ffffff;
  padding-top: 40px;
}
.community-dashboard-container .container-padre-figli span.dash {
  padding-right: 5px;
}
.community-dashboard-container .container-padre-figli .container-figli .figlio:not(:last-child)::after {
  content: '|';
  padding: 0 5px;
}
.section-data > .row {
  padding-left: 0;
}
.section-data > .row .col-lg-6.col-sm-6 {
  width: 100%;
}
/**contrasto tabelle-link*/
.grid-view.is-bs3 .list-view-design.it-list-wrapper table tbody tr td a:not(.btn) {
  color: #23672f;
}
/* parte bottoni centri di competenza */
.centri-competenza-container .text-competenza-container {
  color: #000000;
}
.centri-competenza-container .btn-centri-competenza {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0;
  color: #003366;
  font-weight: 700;
  background-color: #d8e9fd;
  border-color: #d8e9fd;
  white-space: normal;
}
.centri-competenza-container .btn-centri-competenza:hover {
  background-color: #b6d6fb;
  border-color: #b6d6fb;
  border-radius: 0;
}
/* GRAFICA DETTAGLIO UTENTE */
.profile.new-profile .info-view-header {
  flex-wrap: wrap;
  align-items: flex-start;
}
.profile.new-profile .info-view-header .img-profile {
  position: relative;
}
.profile.new-profile .info-view-header .img-profile .manage {
  position: absolute;
  top: 0;
  right: 0;
}
.profile.new-profile .wrap-details {
  color: #555555;
}
.profile.new-profile .wrap-details .user-nickname + .user-citazione {
  margin-top: 20px;
}
.profile.new-profile .wrap-details .user-nickname + .user-presentazione-breve {
  border-top: 1px solid #979797;
  padding-top: 20px;
  margin-top: 20px;
}
.profile.new-profile .wrap-details .user-citazione + .user-presentazione-breve {
  border-top: 1px solid #979797;
  padding-top: 20px;
  margin-top: 20px;
}
.profile.new-profile .wrap-details .user-presentazione-breve + .user-presentazione-professionale {
  /* border-top: 1px solid #979797;
      padding-top: 20px; */
  margin-top: 20px;
}
.profile.new-profile .wrap-details .prevalent-partnership-section,
.profile.new-profile .wrap-details .user-additional-infos {
  border-bottom: 1px solid #979797;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.profile.new-profile .wrap-details .tags-section-sidebar {
  background-color: transparent;
  margin-bottom: 20px;
  padding-bottom: 0px !important;
}
.profile.new-profile .wrap-details .tags-section-sidebar > div {
  padding: 0;
}
.profile.new-profile .wrap-details .tags-section-sidebar .link-manage-tags {
  font-size: 16px;
}
.profile.new-profile .wrap-details .tags-section-sidebar .tags-list-all .tags-bi {
  border: 1px solid #297a38;
  padding: 0 8px;
}
.profile.new-profile .wrap-details .tags-section-sidebar .tags-list-all .tags-bi .tag-label {
  color: #297a38;
}
.profile.new-profile .info-view-body #user-structures-grid-first-container .table.table-hover .container-img {
  max-width: 100px;
}
/** OVVERRIDE TYPE LESS */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #435960;
}
/** OVVERRIDE BREADCRUMB */
.breadcrumb > .active {
  color: #435960;
}
/**OVVERRIDE COLORE TAG MANAGER*/
.kv-node-label {
  color: #435960;
}
/* fix sovrapposizione crop */
/* .it-header-wrapper.navbar-fixed-top {
  z-index: 1030;
} */
/* fix doppio delete */
.attachment-uploadcrop.uploadcrop .preview-pane .deleteImageCrop {
  background-color: transparent;
  border-color: transparent;
}
/* FOOTER */
.it-footer-aria .it-footer-main a {
  text-decoration: underline !important;
}
.it-footer-aria .it-footer-main a:hover {
  color: #fff !important;
}
.it-footer-aria .it-footer-main .footer-links.footer-row {
  margin: 0 !important;
  padding: 0 !important;
}
.it-footer-aria .it-footer-main .footer-links.footer-row ul li {
  display: inline-block;
}
.it-footer-aria .it-footer-main .footer-links.footer-row ul li:not(:last-child)::after {
  display: inline-block;
  content: "|";
  padding-left: 12px;
  padding-right: 12px;
  color: #ffffff;
}
.it-footer-aria .it-footer-main .footer-links.footer-row ul li a.list-item {
  width: max-content;
  text-decoration: underline !important;
  display: inline-block;
  color: #ffffff;
}
.it-footer-aria .it-footer-main .footer-links.footer-row ul li a.list-item.active {
  font-weight: bold;
  text-decoration: none;
}
.it-footer-aria .it-footer-main .footer-links.footer-row ul li a.list-item:hover {
  text-decoration: underline;
}
.it-footer-aria .it-footer-main .footer-links.footer-row ul li a.list-item:after {
  content: none !important;
}
.it-footer-aria p.white-color a.white-color {
  text-decoration: none;
  color: #fff;
}
.it-footer-aria p.white-color a.white-color:hover {
  text-decoration: underline;
  color: #fff;
}
/* CAMPO GRIGIO DATABANK */
.uploadcrop.attachment-uploadcrop + .attachment-gallery-modal .content-search-gallery ul.tagit {
  background: #ffffff;
  border: 1px solid #000000;
}
/**SISTEMAZIONE TABINDEX  */
#documenti-primo_piano:focus,
#documenti-in_evidenza:focus {
  outline: black solid 1px;
}
/**OVVERRIDE TABELLE MOBILE*/
.table_switch table.table > tbody > tr > td:before,
.kv-grid-container table.table > tbody > tr > td:before {
  font-size: 14px;
}
@media (max-width: 768px) {
  .table_switch table.table > tbody > tr > td,
  .kv-grid-container table.table > tbody > tr > td {
    min-height: 60px;
  }
}
form .form-group .form-control:focus {
  outline: black 1px solid;
}
table.table.table-hover.kv-grid-table img {
  max-width: 110px;
}
table.table > tbody > tr > td {
  padding: 10px 5px;
  font-size: 16px;
}
/* DATABANK DA METTERE IN LAYOUT */
/* .attach-gallery-form,
.gallery-masonry {
  .list-view {
      div[role="listbox"]:not(.grid) {
        display: block;
        margin: 0;
        >div {
          padding: 0;
          margin: 0;
        }
      }
  }
}

.row.detail-image-masonry {
  display: flex;
  flex-wrap: wrap;
  .mr-2 {
    margin-right: 8px;
  }
  .image-detail{
    margin-top:24px
  }
  @media (min-width: 576px){
    .order-sm-1 {
      order: 1;
    }
    .order-sm-0 {
      order: 0;
    }
    .order-sm-2 {
      order: 2;
    }
    .text-sm-right {
      text-align: right !important;
    }
  }
} */
.uploadcrop.attachment-uploadcrop .attachment-gallery-modal .modal-header {
  padding: 15px;
}
.uploadcrop.attachment-uploadcrop .attachment-gallery-modal .content-search-gallery input {
  display: block;
}
.uploadcrop.attachment-uploadcrop .attachment-gallery-modal .gallery-masonry {
  padding: 0 18px;
}
.dropdown-toggle:focus {
  outline-color: #000;
  outline-style: auto;
  outline-width: 5px;
}
:focus,
.form-check [type='checkbox']:focus + label,
.form-check [type='radio']:focus + label,
.toggles label input[type='checkbox']:focus + .lever {
  /*   border-color: #f90 !important;
  box-shadow: 0 0 0 2px #f90 !important;
  outline: none !important; */
  box-shadow: 0 0 0 2px #fff !important;
  outline: none !important;
  border: 4px solid #d92828 !important;
}
a.nav-link .am-4 {
  margin-right: 8px;
}
.intranet-aria.results-index .page-search-results .search-form {
  width: 100%;
  float: left;
}
.intranet-aria.results-index .page-search-results .search-form form.searchpage__searched-form {
  display: flex;
}
.intranet-aria.results-index .page-search-results .search-form form.searchpage__searched-form input[type='search'] {
  border: none;
  border-bottom: 1px solid #5e7887;
  border-radius: 0;
  padding: 0.375rem 0.5rem;
  outline: 0;
  height: 2.5rem;
  box-shadow: none;
  transition: 0.2s ease-out;
  font-weight: 700;
}
.intranet-aria.results-index .results {
  margin-top: 30px;
}
.intranet-aria.results-index .results .link-list-wrapper ul {
  padding: 0 12px;
  list-style-type: none;
}
.intranet-aria.results-index .results .link-list-wrapper ul li a {
  font-size: 0.889em;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #979797;
}
.intranet-aria.results-index .results .link-list-wrapper ul li a span {
  margin-right: 24px;
  color: #000;
}
@media (max-width: 575px) {
  .intranet-aria.results-index .results .link-list-wrapper ul li a span {
    font-size: 1.4em;
  }
}
.intranet-aria.results-index .results .link-list-wrapper ul li a p {
  color: #5e7887;
}
.intranet-aria.results-index .results .link-list-wrapper ul li a div {
  display: flex;
  font-size: 0.778em;
  line-height: initial;
  color: #5e7887;
}
@media (max-width: 767px) {
  .intranet-aria.results-index .results .link-list-wrapper ul li a div {
    flex-direction: column;
  }
}
.intranet-aria.results-index .results .link-list-wrapper ul li a div p {
  color: #5e7887;
  margin-right: 20px;
}
.intranet-aria.results-index .results .link-list-wrapper ul li a div p span.icon {
  color: #5e7887;
  margin-right: 3px;
  position: relative;
  font-size: 18px;
}
.intranet-aria.results-index .results .link-list-wrapper ul li a .icon {
  position: absolute;
  font-size: 30px;
  color: #5e7887;
  right: 0;
}
.card.card-img .img-responsive-wrapper {
  max-height: 212px;
}
.card.card-img .img-responsive-wrapper .image-wrapper {
  max-height: 212px;
  height: 212px !important;
}
.card.card-img .img-responsive-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/**
FIX ICONE NEWS COMMUNITY NEW
 */
.card-body div a.link-list-title {
  padding-right: 10px;
}
.card-body div a {
  display: inline-block;
  max-height: max-content;
}
.card-body div a img {
  width: 30px;
  padding: 0 2px;
}
/**
FIX STRUCTURES ARIA MY PROFILE WIDGET
 */
.bi-widget-myprofile-wrapper.aria-profile-custom .bi-widget-myprofile-wrapper .container > .collapse-body > .user-tags-wrapper div.chip a {
  pointer-events: none;
  cursor: default;
}
.bi-widget-myprofile-wrapper.aria-profile-custom .bi-widget-myprofile-wrapper .container > .collapse-body > .user-tags-wrapper div.chip:hover {
  background-color: #fff;
}
.bi-widget-myprofile-wrapper.aria-profile-custom .bi-widget-myprofile-wrapper .container > .collapse-body > .user-tags-wrapper span.chip-label {
  color: #5c6f82;
}
.bi-widget-myprofile-wrapper.aria-profile-custom .bi-widget-myprofile-wrapper .container > .collapse-body > .user-tags-wrapper span.chip-label:hover {
  color: #5c6f82;
}
.bi-widget-myprofile-wrapper.aria-profile-custom .bi-widget-myprofile-wrapper .container .alert.alert-warning {
  background-position-y: center;
  background-size: 25px 25px;
}
.bi-widget-myprofile-wrapper.aria-profile-custom .bi-widget-myprofile-wrapper .container .last-contents-wrapper .box-last-contents .community-image {
  overflow: hidden;
  background-color: transparent;
  width: 30%;
  margin-left: 3% !important;
}
.bi-widget-myprofile-wrapper.aria-profile-custom .bi-widget-myprofile-wrapper .container div.d-flex.align-items-center .dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0 !important;
}
.bi-widget-myprofile-wrapper.aria-profile-custom .bi-widget-myprofile-wrapper .container .avatar-wrapper.avatar-extra-text {
  align-items: flex-start;
}
.bi-widget-myprofile-wrapper.aria-profile-custom .bi-widget-myprofile-wrapper .container .avatar-wrapper.avatar-extra-text .avatar-box-img {
  margin-right: 10px;
}
.user-tags-wrapper.aria-structures {
  line-height: 1.4;
}
.user-tags-wrapper.aria-structures div.chip {
  display: inline-flex;
  justify-content: space-evenly;
  align-items: flex-start;
  background: transparent;
  border: none;
  border-radius: 0;
  height: auto;
  padding: 0;
  transition: all 0.05s;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  margin-right: 8px;
  min-width: 1px;
}
.user-tags-wrapper.aria-structures .chip-label {
  padding-top: 0 !important;
  color: #ffffff;
  text-decoration: underline;
  letter-spacing: 1px;
}
/**
FIX ARIA NEWS
 */
.container-news .card-wrapper .card .card-body .avatar-wrapper.avatar-extra-text {
  display: flex;
  align-items: center;
  height: auto;
  padding: 10px 0 0px 0;
}
.container-news .card-wrapper .card .card-body .avatar-wrapper.avatar-extra-text a.avatar.size-md {
  width: 100%;
  height: 100%;
}
.aria-category-icon {
  margin: 15px 0 15px;
  align-items: center;
}
.aria-category-icon > div {
  margin-top: 0;
  align-items: center;
  padding: 0 !important;
}
.aria-category-icon .card-category.icon-group {
  margin: 3px 5px 0 !important;
  line-height: 1;
  height: fit-content;
}
.aria-category-icon .card-category.icon-group a {
  padding-left: 4px;
}
.aria-category-icon .card-category.icon-group a img {
  width: 25px;
  padding: 0 2px;
}
.container-news {
  /*   .read-more{
    position: absolute !important;
    bottom: 25px !important;
  } */
}
.container-news .additional-info {
  display: none !important;
}
.container-news p.avatar-name a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
/**
FIX ARIA FORM
*/
form .form-group .form-control[disabled],
form .form-group .form-control[readonly] {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.section-data-aria .data-list-item {
  text-transform: uppercase;
  display: flex;
  line-height: 30px;
}
.section-data-aria .data-list-item div:first-child {
  font-weight: bold;
  text-transform: none;
  padding-right: 10px;
}
.section-data-aria .data-list-item.aria {
  display: block;
  padding: 10px 20px;
  background-color: #eee;
}
.user-profile-index .list-horizontal-element {
  align-items: flex-start;
}
.structures-view table.table td,
.structures-view table.table th {
  padding: 15px;
}
.structures-form .responsabile {
  padding-top: 10px;
}
.avatar-wrapper.avatar-aria .avatar-body {
  display: flex;
  flex-direction: column;
}
.avatar-wrapper.avatar-aria .avatar-body .info-user-aria {
  font-size: 16px;
  line-height: 1.1;
}
.avatar-wrapper.avatar-aria .avatar-body .info-user-aria label {
  margin-bottom: 0;
  margin-top: 10px;
}
.avatar-wrapper.avatar-aria .avatar-body .btn-connect-to-user {
  order: 1;
}
.kv-grid-container table.table {
  background-color: #fff;
  margin-bottom: inherit !important;
}
.kv-grid-container table.table tbody {
  border-bottom: 1px solid #ddd;
}
.first-access-info-request-form h2 {
  margin-bottom: 20px;
  margin-top: 30px;
}
.first-access-info-request-form .form-group {
  margin-bottom: 0 !important;
}
.first-access-info-request-form label.control-label {
  position: relative;
  margin: 0;
}
.first-access-info-request-form .note_asterisk {
  padding-bottom: 10px;
}
.first-access-info-request-form .field-userprofile-interesttagvalues .col-xs-12 label.control-label {
  display: none;
}
.aria-themetag .card-aria-checkbox {
  display: block;
}
.aria-themetag .card-aria-checkbox .card-tag {
  padding: 15px 20px;
  background-color: #fff;
  -webkit-box-shadow: 2px 4px 8px 0px #ADADAD;
  -moz-box-shadow: 2px 4px 8px 0px #ADADAD;
  -o-box-shadow: 2px 4px 8px 0px #ADADAD;
  box-shadow: 2px 4px 8px 0px #ADADAD;
  display: flex;
  align-items: center;
}
.aria-themetag .card-aria-checkbox .card-tag .pretty {
  margin: 4px 0 0;
}
.aria-themetag .card-aria-checkbox .card-tag .pretty input[type="checkbox"] {
  width: 30px;
  height: 30px;
}
.aria-themetag .card-aria-checkbox .card-tag .pretty .state label {
  position: absolute;
  min-width: auto;
}
.aria-themetag .card-aria-checkbox .card-tag .pretty .icon {
  position: relative;
  width: 30px;
  height: 30px;
}
.aria-themetag .card-aria-checkbox .card-tag .card-body {
  display: inline-block;
  padding: 10px;
}
.aria-themetag .card-aria-checkbox .card-tag .card-body span.h6 {
  font-size: 1.1rem;
}
.aria-alert-form {
  padding-left: 70px;
}
.banner-cookie .close {
  position: relative;
  padding-top: 0;
  margin-top: -10px;
  padding-right: 0;
}
.banner-cookie {
  font-size: 16px;
  background-color: #5e7887;
}
.banner-cookie .button-cookie .btn {
  margin-left: 15px;
}
.banner-cookie.fade {
  opacity: 1;
}
.banner-cookie.fade p {
  margin-bottom: 1rem;
}
.table.table-responsive.aria-table-cms table {
  border-color: #d8e9fd;
}
.table.table-responsive.aria-table-cms table p {
  margin-bottom: 0;
}
.table.table-responsive.aria-table-cms table thead {
  background-color: #5e7887;
  color: #fff;
  font-weight: bold;
}
.aria-scope-community-custom {
  padding: 20px 0 0;
  background-color: #5e7887;
}
.aria-scope-community-custom div,
.aria-scope-community-custom ol {
  background-color: transparent !important;
}
.aria-scope-community-custom .alert-success {
  background-color: #dff0d8 !important;
}
.aria-scope-community-custom .alert-danger {
  background-color: #f2dede !important;
}
.aria-scope-community-custom nav.breadcrumb-container li.breadcrumb-item {
  color: #fff;
}
.aria-scope-community-custom nav.breadcrumb-container li.breadcrumb-item a {
  color: #fff;
}
.aria-scope-community-custom .cta-network-scope {
  align-items: center;
  justify-content: space-between;
}
.aria-scope-community-custom .network-scope-wrapper.scope-community-wrapper .control-community,
.aria-scope-community-custom .network-scope-wrapper.scope-community-wrapper .cta-network-scope,
.aria-scope-community-custom .network-scope-wrapper.scope-community-wrapper .link-all,
.aria-scope-community-custom .network-scope-wrapper.scope-community-wrapper .scope-title,
.aria-scope-community-custom .network-scope-wrapper.scope-community-wrapper p,
.aria-scope-community-custom .network-scope-wrapper.scope-community-wrapper .link-all a {
  color: #fff;
}
.aria-scope-community-custom .network-scope-wrapper.scope-community-wrapper .cta-community a {
  color: #fff !important;
  font-weight: bold;
}
.aria-scope-community-custom .scope-container-custom {
  padding: 20px 0;
  background-color: #fff !important;
}
.cta-network-scope.flexbox {
  align-items: center;
  justify-content: space-between;
}
/* .dashboard-content .square-box .dashboard-menu-item{
  border: 3px solid #000000 !important;
  .ic, .language-item, .dash{
    color: #000000 !important;
  }
}
 */
/* .dashboard-content .square-box .dashboard-menu-item:hover{
  border: 3px solid @brand-primary-color !important;
  .ic, .language-item, .dash{
    color: #fff !important;
  }
}
 */
.menu-wrapper.aria-guide .link-list span {
  font-weight: bold;
}
.menu-wrapper.aria-guide .link-sublist span {
  line-height: normal;
  font-weight: normal;
  color: #666;
}
table.table > tbody .bk-elementActions .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  table.table > tbody .bk-elementActions {
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 430px) {
  #structures-user-grid-first-container .btn-navigation-primary.btn-join-community {
    position: absolute;
    top: 10px;
  }
}
#tab-notifications > .row {
  margin: 0;
}
.widget-graphic-cms-bi-less.card-documenti .document-item-container {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.guida-descrizione .img-descrizione {
  width: auto;
  max-height: 210px;
  vertical-align: middle;
  border-style: none;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .wrap-graphic-widget #widgets-graphic div[data-code] {
    padding: 0px;
  }
}
.widget-graphic-cms-bi-less.card-documenti .document-item-container .doc-actions .new-badge.badge {
  right: 80px;
}
.cms-menu-container-myopen .nav-item.dropdown.open > .dropdown-menu.show {
  display: none !important;
}
.cms-menu-container-myopen .nav-item.dropdown.dropdown-submenu.show span.am.am-chevron-right {
  transform: rotate(-90deg) !important;
}
.cms-menu-container-myopen .nav-item.dropdown.dropdown-submenu.show svg.icon.icon-expand.icon-sm {
  transform: rotate(-180deg) !important;
}
#helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .modal-dialog.modal-dialog-right.modal-xl {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  margin: 0;
  float: right;
  width: inherit;
  height: 100vh;
  max-width: 100%;
}
@media (min-width: 576px) {
  #helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .modal-dialog.modal-dialog-right.modal-xl {
    width: 500px;
  }
}
@media (min-width: 992px) {
  #helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .modal-dialog.modal-dialog-right.modal-xl {
    width: 800px;
  }
}
@media (min-width: 1280px) {
  #helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .modal-dialog.modal-dialog-right.modal-xl {
    width: 1140px;
  }
}
#helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .modal-dialog.modal-dialog-right.modal-xl .modal-content {
  display: flex;
  flex-direction: column;
}
#helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .modal-dialog.modal-dialog-right.modal-xl .modal-content .modal-header.shadow-sm {
  color: #000;
  text-transform: none;
  padding: 24px;
  display: flex;
  justify-content: space-between;
}
#helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .modal-dialog.modal-dialog-right.modal-xl .modal-content .modal-header.shadow-sm h2 {
  width: 100%;
}
#helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .modal-dialog.modal-dialog-right.modal-xl .modal-content .modal-header.shadow-sm button.close {
  margin: -1rem -1rem -1rem auto;
  padding: 16px;
  height: 65px;
}
@media (max-width: 991px) {
  #helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .modal-dialog.modal-dialog-right.modal-xl .modal-content .modal-body.pt-3 .col-md-4 {
    display: none;
  }
}
#helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .modal-dialog.modal-dialog-right.modal-xl .modal-content .modal-body.pt-3 hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  float: none !important;
}
#helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .modal-dialog.modal-dialog-right.modal-xl .modal-content .modal-body.pt-3 .it-page-sections-container > div {
  display: inline-block;
  margin-bottom: 48px;
}
#helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .modal-dialog.modal-dialog-right.modal-xl .modal-content .modal-body.pt-3 .it-page-sections-container > .h3.it-page-section {
  margin-top: 24px;
}
#helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .modal-dialog.modal-dialog-right.modal-xl .modal-content .modal-body.pt-3 .it-page-sections-container p {
  font-size: 16px;
  line-height: 24px;
}
#helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .modal-dialog.modal-dialog-right.modal-xl .modal-content .modal-body.pt-3 .it-page-sections-container .h3 {
  color: #000;
  margin-top: 48px;
  margin-bottom: 16px;
}
#helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .modal-dialog.modal-dialog-right.modal-xl .modal-content .modal-body.pt-3 .it-page-sections-container .h3 span.bg-primary {
  background-color: #297a38;
  padding: 0 16px;
  margin-right: 8px;
}
#helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .modal-dialog.modal-dialog-right.modal-xl .modal-content .modal-body.pt-3 .it-page-sections-container h4 {
  color: #000;
}
#helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .modal-dialog.modal-dialog-right.modal-xl .modal-content .modal-body.pt-3 .it-page-sections-container h4 span {
  color: #297a38;
}
#helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .modal-dialog.modal-dialog-right.modal-xl .modal-footer {
  text-align: left !important;
}
#helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .modal-dialog.modal-dialog-right.modal-xl > .modal-footer {
  display: none;
}
#helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .custom-navbar-toggler {
  display: none;
}
#helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .navbar.it-navscroll-wrapper {
  border-left: 1px solid #d9dadb;
}
#helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .navbar.it-navscroll-wrapper .navbar-collapsable .overlay,
#helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .navbar.it-navscroll-wrapper .navbar-collapsable .it-back-button {
  display: none;
}
#helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .navbar.it-navscroll-wrapper .navbar-collapsable .menu-wrapper.aria-guide {
  padding: 16px 0 24px;
  background: #fff;
}
#helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .navbar.it-navscroll-wrapper .navbar-collapsable .menu-wrapper.aria-guide h3.no_toc {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0 24px;
  margin: 5px 0 14px 0;
}
#helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .navbar.it-navscroll-wrapper .navbar-collapsable .menu-wrapper.aria-guide svg.icon.icon-xs.icon-primary.right {
  display: none;
}
#helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .navbar.it-navscroll-wrapper .navbar-collapsable .menu-wrapper.aria-guide ul.link-list {
  padding: 0;
  list-style-type: none;
}
#helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .navbar.it-navscroll-wrapper .navbar-collapsable .menu-wrapper.aria-guide ul.link-list a.list-item {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.1em;
  padding: 14px 24px;
  text-decoration: none;
  display: block;
}
#helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .navbar.it-navscroll-wrapper .navbar-collapsable .menu-wrapper.aria-guide ul.link-list a.list-item.active {
  border-left: 2px solid #297a38;
}
#helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade .navbar.it-navscroll-wrapper .navbar-collapsable .menu-wrapper.aria-guide ul.link-list .link-sublist {
  padding: 0;
  list-style-type: none;
  padding-left: 24px;
}
#helpGuideModalAmosLayout.modal.it-dialog-scrollable.fade.in .modal-dialog.modal-dialog-right.modal-xl {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.bg-secondary .breadcrumb-container .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.bg-secondary .breadcrumb-container .breadcrumb .breadcrumb-item.active {
  color: #fff;
}
.bg-secondary .breadcrumb-container .breadcrumb .breadcrumb-item .separator {
  color: #fff;
  padding: 0 5px;
}
.bg-secondary .breadcrumb-container .breadcrumb .breadcrumb-item svg.icon {
  fill: #fff !important;
}
.am.am-arrow-left.down,
.am.am-arrow-right.up {
  text-decoration: none;
  color: #000;
  font-size: 22px;
  transform: rotate(-90deg);
  padding: 0 5px;
}
.bi-guide {
  position: fixed;
  right: 16px;
  bottom: 112px;
  margin-bottom: -48px;
  /*   transition: all 0.2s ease-in-out, transform 0.25s cubic-bezier(0.75, -0.5, 0, 1.75), visibility 0.3s linear, opacity 0.3s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out, visibility 0.3s linear, opacity 0.3s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.75, -0.5, 0, 1.75);
  transition: all 0.2s ease-in-out, visibility 0.3s linear, opacity 0.3s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.75, -0.5, 0, 1.75);
  -o-transition: all 0.2s ease-in-out, transform 0.25s cubic-bezier(0.75, -0.5, 0, 1.75), visibility 0.3s linear, opacity 0.3s ease-in-out;
  transition: all 0.2s ease-in-out, transform 0.25s cubic-bezier(0.75, -0.5, 0, 1.75), visibility 0.3s linear, opacity 0.3s ease-in-out;
  transition: all 0.2s ease-in-out, transform 0.25s cubic-bezier(0.75, -0.5, 0, 1.75), visibility 0.3s linear, opacity 0.3s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.75, -0.5, 0, 1.75);
  z-index:1031;
 */
}
.bi-guide.push-up {
  margin-bottom: 0;
  /*     -webkit-transition: all 0.2s ease-in-out, visibility 0.3s linear, opacity 0.3s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.75, -0.5, 0, 1.75);
    transition: all 0.2s ease-in-out, visibility 0.3s linear, opacity 0.3s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.75, -0.5, 0, 1.75);
    -o-transition: all 0.2s ease-in-out, transform 0.25s cubic-bezier(0.75, -0.5, 0, 1.75), visibility 0.3s linear, opacity 0.3s ease-in-out;
    transition: all 0.2s ease-in-out, transform 0.25s cubic-bezier(0.75, -0.5, 0, 1.75), visibility 0.3s linear, opacity 0.3s ease-in-out;
    transition: all 0.2s ease-in-out, transform 0.25s cubic-bezier(0.75, -0.5, 0, 1.75), visibility 0.3s linear, opacity 0.3s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.75, -0.5, 0, 1.75);
 */
}
@media (min-width: 1200px) {
  .bi-guide {
    bottom: 130px;
    right: 32px;
  }
}
.bi-guide a {
  width: 40px;
  height: 40px;
  background-color: #FFF;
  align-items: center;
  justify-content: center;
  border: 1px solid #297a38;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 50% !important;
}
.bi-guide a[type="button"] {
  -webkit-appearance: none;
}
/* .bi-guide.push-up{
    @media (max-width:1199px) {
        bottom: 112px !important;
    }
}
 */
.table-documenti-eventi {
  width: 100%;
}
.table-documenti-eventi table svg.icon {
  height: 20px;
  width: 20px;
}
.event-update .event-form .field-event-eventlogo .modal-gallery-container {
  display: none;
}
.layout-standardForm .site-management-slider-elem-create .site-management-slider-elem-form .img-profile .modal-gallery-container {
  display: none;
}
img.icon-lock {
  width: 28px;
}
@media (max-width: 767px) {
  .container-filter-button {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }
}
.container-filter-button a {
  margin-right: 3px !important;
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .container-filter-button a {
    width: 100%;
    margin-bottom: 5px;
  }
}
.reset-filter-button {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .reset-filter-button {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}
.alert {
  width: auto !important;
}
.alert::after {
  position: relative;
  left: 5px !important;
  top: 5px !important;
}
.fc td.fc-today {
  border-style: none !important;
}
