/**
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
  */
h1,
h2,
h3,
h4 {
  font-family: 'titillium-web', sans-serif !important;
}
.dashboard-content,
#bk-page {
  background-color: #FFF;
}
nav[data-dashboard-index] {
  background-color: #474145;
}
.fullsizeDashbosardInternaLayout nav[data-dashboard-index] {
  background-color: #fff;
}
.fullsizeDashbosardInternaLayout nav[data-dashboard-index] .container-custom {
  padding: 0 15px;
  margin: auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .fullsizeDashbosardInternaLayout nav[data-dashboard-index] .container-custom {
    max-width: 1170px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}
#bk-page {
  min-height: 80vh !important;
  margin-top: 0 !important;
  padding-top: 152px;
  background-color: #FFF;
  overflow: initial;
  padding-bottom: 0 !important;
}
#bk-page.preferenceFullsizeFormLayout {
  overflow: inherit;
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  #bk-page.preferenceFullsizeFormLayout {
    background-color: #FFF;
  }
}
#bk-page.preferenceFullsizeFormLayout .page-content {
  padding: 0;
  margin-top: 20px;
}
#bk-page.preferenceFullsizeListLayout .page-content {
  padding: 20px;
}
.it-brand-wrapper {
  padding-left: 0 !important;
}
.d-flex {
  display: flex;
}
.mr-2 {
  margin-right: 12px;
}
.align-items-center {
  align-items: center;
}
.align-items-start {
  align-items: flex-start;
}
.icon-lg {
  font-size: 32px;
  line-height: 46px;
}
.text-white {
  color: #FFF;
}
.actions {
  margin-top: auto;
  justify-content: flex-end;
  display: flex;
}
.actions .btn-edit {
  color: #FFF;
  font-size: 2.1em;
  margin: 1px 0 0 0;
  padding: 0;
}
.actions .amos-tooltip {
  margin: 1px;
}
.actions .dash-info-circle {
  vertical-align: -webkit-baseline-middle;
}
.actions .btn.dropdown-toggle {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  padding: 0;
  font-size: 20px;
  border-color: transparent;
  background: #ffffff;
  margin: 5px 10px 5px 0px;
}
.actions .btn.dropdown-toggle .am-flag {
  color: #161616;
}
.actions .btn.dropdown-toggle .counter {
  position: absolute;
  color: #000000;
  background: #FFE300;
  font-size: 12px;
  border-radius: 50%;
  padding: 0px 5px;
  left: 18px;
  top: 0px;
}
.actions .btn.dropdown-toggle .caret {
  display: none;
}
.community-network-container .header-right-community {
  display: flex;
  flex-direction: column;
}
.community-network-container .network-infos {
  background: rgba(0, 0, 0, 0.8);
}
.community-network-container .network-infos .control-community {
  text-transform: uppercase;
}
.community-network-container .network-infos .tipo-evento {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
}
.community-network-container .network-infos .event-location {
  margin-bottom: 20px;
}
.community-network-container .network-infos .event-date {
  margin-bottom: 20px;
}
.community-network-container .network-infos p.lead {
  margin: 0px;
}
.network-container.event-network-container ~ .page-content-noMargin > .event-view .nav.nav-tabs > li:nth-child(2),
.network-container.event-network-container ~ .page-content-noMargin > .event-view .nav.nav-tabs > li:nth-child(3) {
  display: none !important;
}
.event-view .tab-content {
  padding: 0;
  margin-bottom: 25px;
}
.network-breadcrumb {
  display: none;
}
.container-custom {
  width: 100%;
}
#community-members-grid-EVENT_MANAGER-EVENTS_CHECK_IN-EVENT_MANAGER-first-container {
  overflow: auto;
}
/* CRUSCOTTO LAVORO CUSTOM STYLE */
/* HEADER BRANDBOOK */
.container-header .navbar {
  height: 58px;
  min-height: 58px !important;
  padding-top: 14px;
}
.container-header .navbar-nav > li > a:hover,
.container-header .navbar-nav > li > a:focus {
  opacity: 1;
  color: #FFF;
  border-bottom: 1px solid #FFF;
}
.container-logo {
  height: 94px;
  display: flex;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  background-color: #FFF;
  z-index: 9;
}
.container-logo img {
  height: 54px;
  width: 194px !important;
}
.container-logo .img-responsive {
  max-height: inherit;
  padding: 0;
}
.container-logo .img-responsive img {
  height: 54px;
}
.container-logo .title-text,
.title-text {
  font-size: 18px;
  margin-left: 24px;
  letter-spacing: -0.5px;
  margin-bottom: 0;
  margin-top: 0;
  color: #3d4955;
  font-weight: 600;
}
.login-page .logo-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.login-page .logo-login .login-logo-and-text:nth-child(2),
.login-page .logo-login .login-logo-text {
  padding-left: 0;
}
.login-page .logo-login .login-logo-text {
  font-size: 16px;
  margin-left: 24px;
  padding-right: 25px;
}
/* custom widget politiche rl */
.box-widget.politiche-rl {
  height: inherit;
}
.box-widget.politiche-rl section {
  height: 83%;
}
.box-widget.politiche-rl .widget-listbox-option article {
  display: flex;
  flex-direction: row;
}
.box-widget.politiche-rl .widget-listbox-option article .container-icon {
  width: 15%;
  margin-right: 10px;
}
.box-widget.politiche-rl .widget-listbox-option article .container-icon .icon_widget_graph {
  font-size: 3em;
  line-height: 1;
  position: relative;
  top: 5px;
}
.box-widget.politiche-rl .widget-listbox-option .footer-listbox {
  position: relative !important;
  border-bottom: 1px solid #b4c2ca;
}
.box-widget.politiche-rl .widget-listbox-option .footer-listbox p {
  margin: 0;
  font-size: 0.8em;
  position: absolute;
  bottom: 0;
}
.box-widget.politiche-rl .read-all a {
  bottom: 0;
}
/* GENERAL CALENDAR WIDGET */
@media (min-width: 768px) {
  .general-calendar-widget .list-items {
    padding-right: 30px;
  }
}
.general-calendar-widget .fullcalendar .fc-right {
  font-size: 20px;
  padding-top: 20px;
}
.general-calendar-widget .fullcalendar .fc-center {
  top: -55px !important;
}
.general-calendar-widget .fullcalendar.fc .fc-toolbar > * > * {
  float: none;
}
.general-calendar-widget .fullcalendar.fc .fc-month-view .fc-day-grid-event .fc-content {
  height: auto;
  cursor: pointer;
}
.general-calendar-widget .fullcalendar.fc .fc-month-view .fc-day-grid-event .fc-content .fc-title {
  display: block;
}
.general-calendar-widget .fullcalendar .fc-axis {
  font-size: 11px;
  line-height: 12px;
  text-align: left;
}
.general-calendar-widget .legenda {
  margin-bottom: 100px;
  padding: 20px;
  background-color: #FFF;
  margin-top: 50px;
}
.general-calendar-widget .legenda h3 {
  margin-top: 0px;
}
.general-calendar-widget .legenda span {
  padding: 0 10px;
  margin-right: 5px;
}
/* CUSTOM FOOTER TEXT */
.dashboard-content {
  border-bottom: 0;
}
.footer-space .footer-text-container {
  background: #003354;
}
.footer-space .footer-text-container .footer-text {
  padding: 40px 0;
  background: #003354;
  text-align: left;
  font-size: 18px;
}
.footer-space .footer-text-container .footer-text .nome-applicativo {
  margin-bottom: 24px;
}
.footer-space .footer-text-container .footer-text ul {
  list-style-type: none;
  padding: 0;
}
.footer-space .footer-text-container .footer-text ul li {
  padding: 8px 0;
}
.footer-space .footer-text-container .footer-text ul li a {
  color: #ffffff;
}
.footer-space .footer-text-container .footer-text .copyright-footer {
  margin: 40px 0;
}
.footer-space .footer-text-container .footer-text .power-by-open {
  text-align: center;
  font-size: 14px;
}
.footer-space .footer-text-container .footer-text .power-by-open a {
  color: #ffffff;
}
/* hide firma */
.post-header-avatar {
  display: none;
}
.login-page .login-block.registration-block .login-body {
  padding: 35px 25px 0 25px !important;
}
.login-page .login-block.registration-block {
  margin-top: 0 !important;
}
/* social auth SPID login view custom */
.login-page .login-block.social-auth-spid.social-auth-spid-custom .login-body .action {
  justify-content: center;
}
.login-logo-and-text img {
  width: 194px !important;
}
#tab-preferencetags label {
  margin: 10px 20px 10px 0px;
  font-size: 16px;
  display: flex !important;
}
#tab-preferencetags label .img-tag {
  width: 50px;
  height: 50px;
  padding: 0 5px;
}
#tab-preferencetags label .img-tag img {
  width: 40px;
  height: 40px;
}
#tab-preferencetags label .img-tag:empty {
  display: none;
}
@media (max-width: 567px) {
  #tab-preferencetags label {
    display: block;
  }
}
.container-round-img-xs img {
  vertical-align: baseline;
}
#tab-preferencetags div {
  display: flex;
  flex-wrap: wrap;
}
#tab-preferencetags label {
  display: block;
  position: relative;
  cursor: pointer;
  display: inline-block;
  height: auto;
  line-height: normal;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  background-color: #EAF1EA;
  padding: 20px 20px 20px 20px;
  width: 1000%;
  margin: 10px 0;
  color: #000;
}
#tab-preferencetags label [type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 5px 10px 5px 0;
  filter: hue-rotate(225deg);
}
@media (min-width: 567px) {
  #tab-preferencetags label {
    width: 44%;
    margin: 10px 2%;
  }
}
@media (min-width: 992px) {
  #tab-preferencetags label {
    width: 31%;
    margin: 10px 1%;
  }
}
.login-page #tab-preferencetags label {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wrap-graphic-widget .box-widget .list-items {
    margin-left: calc(22%);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .box-widget .wrap-event .abstract {
    padding-left: 35% !important;
  }
}
.banner-cookie {
  font-size: 18px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  margin-bottom: 0;
  background-color: #183551;
  color: #ffffff;
  border-radius: 0;
  border: none;
  padding: 24px 0;
  line-height: 1.5;
}
.banner-cookie .close {
  text-decoration: none;
  font-size: 40px;
  line-height: 0.8;
}
.banner-cookie * + p {
  margin-top: 20px;
}
.banner-cookie .close {
  right: 0;
  opacity: 0.6;
}
.banner-cookie a:not(.btn) {
  color: #ffffff;
}
.banner-cookie .btn {
  border-radius: 4px;
  text-transform: none;
  font-weight: normal;
}
.banner-cookie .btn:hover {
  border-radius: 4px;
}
.banner-cookie .btn-primary {
  background-color: #297A38;
  border-color: #297A38;
  color: #FFF;
}
.banner-cookie .btn-primary:hover {
  background-color: #246b31;
  color: #FFF;
}
.banner-cookie .button-cookie {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .banner-cookie .button-cookie {
    text-align: right;
  }
}
.user-profile-update {
  font-size: 16px;
}
.user-profile-update .uploadcrop .preview-pane .preview-container:empty {
  display: none;
}
.user-profile-update .uploadcrop .preview-pane .preview-container img {
  object-fit: cover;
  background: #f6f6f6;
  border-radius: 100%;
  height: 250px;
  width: 250px;
  margin: 20px 0;
}
.uploadcrop {
  min-height: 0px;
}
.uploadcrop .preview-pane {
  position: relative;
}
.uploadcrop .preview-pane .preview-container-info-attachImage {
  justify-content: center;
  display: flex;
  margin-top: 6px;
}
@media (min-width: 992px) {
  .attachments-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.attachments-list .flex-column {
  flex: 1;
}
.attachments-list .attachment-list-item {
  justify-content: normal;
  padding: 5px 15px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .attachments-list .attachment-list-item {
    align-items: baseline;
  }
  .attachments-list .attachment-list-item:last-child {
    margin-bottom: 0;
  }
}
.attachments-list .attachment-list-item .attachment-list-item-name {
  display: flex;
  position: relative;
  /* flex-wrap: wrap; */
  align-items: baseline;
  margin-right: auto;
}
.attachments-list .attachment-list-item .attachment-list-item-name .icon {
  font-size: 24px;
  margin-right: 5px;
  /* line-height: 1; */
}
.attachments-list .attachment-list-item .attachment-list-item-name .fileinfos {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.attachments-list .attachment-list-item .attachment-list-item-name .fileinfos .filename {
  margin-right: 12px;
  font-weight: bold;
  display: flex;
  word-break: break-all;
  /* .filename__base {
                      text-overflow: ellipsis;
                      white-space: nowrap;
                      overflow: hidden;
                  } */
}
.attachments-list .attachment-list-item .attachment-list-item-name .fileinfos .filename:hover {
  color: #16411e;
}
.attachments-list .attachment-list-item .attachment-list-item-name .fileinfos .filename .filename__extenction {
  flex-shrink: 0;
}
.attachments-list .attachment-list-item .attachment-list-item-action {
  display: flex;
}
.attachments-list .attachment-list-item .attachment-list-item-action a {
  justify-content: center;
  display: inline-flex !important;
  text-decoration: none;
  padding: 6px 12px;
  align-items: center;
  font-size: 22px !important;
}
.attachments-list .attachment-list-item .attachment-list-item-action a:hover {
  color: #16411e;
}
.attachments-list .attachment-list-item .attachment-list-item-action a:hover .btn-icon {
  color: #16411e;
}
.attachments-list .attachment-list-item .attachment-list-item-alt-desciption {
  flex-basis: 100%;
}
.user-profile-update {
  font-size: 16px;
}
.user-profile-update .uploadcrop .preview-pane .preview-container:empty {
  display: none;
}
.user-profile-update .uploadcrop .preview-pane .preview-container img {
  object-fit: cover;
  background: #f6f6f6;
  border-radius: 100%;
  height: 250px;
  width: 250px;
  margin: 20px 0;
}
.file-caption-name:not(.file-caption-disabled) {
  border: none;
  width: 100%;
}
#bk-btnChangeView {
  display: flex;
  align-items: center;
}
#bk-btnChangeView > .am {
  margin-right: 5px;
}
#bk-btnChangeView > p {
  margin: 1px;
}
.attach-gallery-image-view {
  font-size: 15px;
  line-height: 1.5;
}
.attach-gallery-image-view hr {
  border-top: 1px solid #ccc;
  margin: 10px 0;
}
.change-language {
  background-color: #dde2e7;
  padding: 0px 15px;
  margin-bottom: 5px;
}
.change-language a {
  padding: 10px;
  display: inline-block;
}
.change-language a.active,
.change-language a:hover {
  border-bottom: 4px solid #5c6f82;
}
.box-language {
  background-color: #dde2e7;
  margin-bottom: 5px;
  position: relative;
}
.box-language::before {
  content: '';
  position: absolute;
  top: 0;
  height: 25px;
  width: 100%;
}
.box-language::after {
  content: '';
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, #dde2e7 10%, rgba(221, 226, 231, 0) 100%);
  height: 25px;
  width: 100%;
}
.box-language .text-language {
  overflow-y: scroll;
  height: 120px;
  padding: 15px;
  width: 100%;
}
.badge.badge-outline-secondary {
  color: #5c6f82;
  border: 1px solid #5c6f82;
  background-color: transparent !important;
  margin-left: 8px;
}
div[class*="-form"] .control-label {
  padding: 5px 0;
}
#tab-preferencetags label:focus-within {
  box-shadow: inset 0px 0px 0px 2px orange;
  box-sizing: border-box;
}
.select2-container--krajee-bs3 .select2-selection--multiple .select2-search--inline .select2-search__field {
  width: 100% !important;
}
#attach-gallery-eventLogo .modal-header {
  display: flex;
  flex-direction: row-reverse;
}
#image-gallery-eventLogo {
  margin-top: 30px;
}
.dropdown-menu.pull-right {
  right: 0 !important;
  left: inherit !important;
}
.copyright {
  background-color: transparent !important;
}
form .form-group label.control-label {
  position: relative !important;
  transform: inherit !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active a:hover {
  font-size: 1rem;
}
.user-profile-update .user-form #tab-administration .badge {
  z-index: 1;
}
.form-group .checkbox label {
  position: relative;
  overflow: inherit;
  text-overflow: inherit;
  white-space: normal;
  line-height: 1.5;
}
.attachment-uploadcrop.uploadcrop .preview-pane .am {
  position: relative;
  top: 0;
  right: 0;
}
.deleteImageCrop {
  position: absolute;
  right: 4px;
  top: 7px;
}
.uploadcrop.attachment-uploadcrop .input-group {
  position: relative !important;
  display: table !important;
  border-collapse: separate;
}
.uploadcrop.attachment-uploadcrop .input-group > .form-control {
  width: 100%;
}
.uploadcrop.attachment-uploadcrop .input-group .btn-file {
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
}
.gestisci-le-preferenze-sui-cookie {
  padding: 60px 0;
}
.btn-primary:hover {
  background-color: #21632d !important;
  color: #fff;
  border-color: #1f5c2a !important;
  opacity: 1 !important;
}
.layout-landing.layout-backend .it-header-center-wrapper.it25-barra-ist .it-right-zone .it-search-wrapper input.form-control {
  font-size: 1.125rem !important;
  letter-spacing: 0 !important;
}
.footer {
  color: #fff;
  background-color: #003354;
  padding: 1rem;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  color: #FFF;
  text-decoration: underline;
}
.footer a[aria-expanded=false]::after {
  content: '+';
}
.footer a[aria-expanded=true]::after {
  content: '-';
}
@media (max-width: 767px) {
  .footer .list-divider {
    display: none;
  }
}
footer .title {
  font-size: 1rem;
}
.fw-bold {
  font-weight: 700 !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.footer {
  color: #fff;
  background-color: #003354;
  padding: 1rem;
}
.footer .title {
  font-size: 1rem;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
}
.footer nav ul {
  margin-bottom: 0;
  font-weight: 600;
}
.footer .list-inline-item a {
  font-size: 1rem;
}
.footer .copyright {
  font-size: .95rem;
}
.it-footer-main .it-brand-wrapper a {
  color: #fff;
}
.it-footer-main .it-brand-wrapper a .icon {
  fill: #fff;
}
.it25-footer-mobile {
  padding: 6px;
  background: #fff;
}
.it25-footer-mobile ul {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}
.it25-footer-mobile ul li {
  display: inline-block;
  width: 100%;
}
.it25-footer-mobile .logo {
  align-self: center;
  justify-content: center;
  display: flex;
}
.it25-footer-mobile .version {
  border-left: 1px solid #cae4ea;
  padding-left: .8rem;
}
.it25-footer-logo {
  border-radius: 8px;
  max-height: 90px;
}
.it25-footer-logo img {
  max-height: 90px;
}
#headerContent {
  position: relative !important;
}
@media (min-width: 768px) {
  .attach-databank-file .list-view-design div[role="listbox"],
  .gallery-masonry-attachments .list-view-design div[role="listbox"],
  .attach-databank-file .list-view div[role="listbox"],
  .gallery-masonry-attachments .list-view div[role="listbox"] {
    position: relative;
  }
}
@media (min-width: 576px) {
  .attach-databank-file .list-view-design div[role="listbox"] > div,
  .gallery-masonry-attachments .list-view-design div[role="listbox"] > div,
  .attach-databank-file .list-view div[role="listbox"] > div,
  .gallery-masonry-attachments .list-view div[role="listbox"] > div {
    width: calc(50%) !important;
  }
}
@media (min-width: 768px) {
  .attach-databank-file .list-view-design div[role="listbox"] > div,
  .gallery-masonry-attachments .list-view-design div[role="listbox"] > div,
  .attach-databank-file .list-view div[role="listbox"] > div,
  .gallery-masonry-attachments .list-view div[role="listbox"] > div {
    width: calc(25%) !important;
  }
}
@media (min-width: 992px) {
  .attach-databank-file .list-view-design div[role="listbox"] > div,
  .gallery-masonry-attachments .list-view-design div[role="listbox"] > div,
  .attach-databank-file .list-view div[role="listbox"] > div,
  .gallery-masonry-attachments .list-view div[role="listbox"] > div {
    width: calc(20%) !important;
  }
}
.attach-databank-file .list-view-design div[role="listbox"] > div:empty,
.gallery-masonry-attachments .list-view-design div[role="listbox"] > div:empty,
.attach-databank-file .list-view div[role="listbox"] > div:empty,
.gallery-masonry-attachments .list-view div[role="listbox"] > div:empty {
  display: none;
}
.info-item {
  position: absolute;
  top: 4px;
  left: 4px;
  display: flex;
  align-items: center;
}
.icon-file-cms {
  color: #fff;
  font-size: 20px;
  text-shadow: 0px 0px 10px #0000004f;
}
.file-databank-list {
  overflow-y: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
.file-databank-list .gallery-masonry-attachments {
  padding-left: 15px;
  padding-right: 15px;
}
.file-databank-list .icon-file-check {
  position: absolute;
  right: 8px;
  top: 4px;
}
.file-databank-list .attachment-databank-item a.select-link {
  color: #000;
  text-decoration: none;
}
.file-databank-list .attachment-databank-item a.select-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.attachment-databank-item {
  background-color: #F8F7F3;
  border-radius: 8px;
  border: 1px solid #D9D8D6;
  padding: 12px;
  height: 100%;
  font-size: 16px;
  position: relative;
  min-height: 160px;
}
.attachment-databank-item .preview-img-icon {
  position: relative;
  width: 100%;
  margin-top: 15px;
  height: 70px;
  overflow: hidden;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -20px;
}
.attachment-databank-item .preview-img-icon img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.attachment-databank-item .info-attachment {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}
.attachment-databank-item .info-attachment .icon {
  font-size: 38px;
}
.attachment-databank-item .info-attachment a.open-modal-detail-btn {
  color: #000;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
}
.attachment-databank-item .info-attachment a.open-modal-detail-btn:hover {
  text-decoration: underline;
}
.attachment-databank-item .info-attachment a.open-modal-detail-btn > div {
  height: inherit !important;
  width: inherit !important;
  overflow: inherit !important;
}
.attachment-databank-item .manage-attachment {
  position: absolute;
  right: 0;
  top: 8px;
}
.attachment-databank-item .container-favourites {
  margin-right: 8px;
}
.attachment-databank-item .container-favourites .favourite-btn {
  font-size: inherit;
}
.attachment-databank-item .container-favourites span {
  font-size: 22px;
  line-height: 1;
}
.detail-attachment-modal {
  background-color: #F8F7F3;
  border-radius: 8px;
  border: 1px solid #D9D8D6;
  padding: 24px;
  color: #000;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.attach-gallery-form .grid-sizer,
.attach-gallery-form .grid-item {
  width: 33.333%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .attach-gallery-form .grid-sizer,
  .attach-gallery-form .grid-item {
    width: 50%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .attach-gallery-form .grid-sizer,
  .attach-gallery-form .grid-item {
    width: 100%;
  }
}
.masonry-item {
  border: none !important;
  float: inherit !important;
}
.masonry-item .content-item {
  position: relative;
}
.masonry-item .content-item img {
  width: 100%;
}
.masonry-item .content-item a.open-modal-detail-btn {
  display: block;
  position: relative;
}
.masonry-item .content-item a.open-modal-detail-btn:hover {
  cursor: zoom-in;
}
.masonry-item .content-item a.open-modal-detail-btn > div {
  height: inherit !important;
  width: 100% !important;
  overflow: inherit !important;
}
.masonry-item .content-item .action-item {
  position: absolute;
  right: 5px;
  top: 10px;
}
.masonry-item .content-item .action-item .icon-file-cms {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  display: block;
  line-height: 0;
}
.masonry-item .content-item .content-action-item a.link-list-title {
  color: #FFF;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  display: none;
}
.masonry-item .content-item .content-action-item a.link-list-title:hover,
.masonry-item .content-item .content-action-item a.link-list-title:focus {
  display: block;
}
.masonry-item .content-item .content-action-item .card-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFF;
}
.masonry-item .content-item:hover img,
.masonry-item .content-item:focus img {
  filter: brightness(0.5);
}
.masonry-item .content-item:hover .content-action-item a.link-list-title,
.masonry-item .content-item:focus .content-action-item a.link-list-title {
  display: block;
  width: fit-content;
}
.masonry-item .content-item .container-favourites {
  text-shadow: 0px 0px 10px #0000004f;
  margin-right: 8px;
}
.masonry-item .content-item .container-favourites .favourite-btn:not(.added-to-favourites) {
  color: #fff;
}
.masonry-item .content-item .container-favourites span {
  line-height: 1;
}
#detail-file-model .modal-lg,
#detail-image-modal .modal-lg {
  width: 96% !important;
  max-width: 96% !important;
  margin: 2% !important;
}
.detail-image-masonry {
  font-size: 16px;
  line-height: 1.3;
}
.detail-image-masonry .zoom-out-btn:hover {
  cursor: zoom-out;
}
.detail-image-masonry h3 {
  font-size: 26px;
  font-weight: bold;
}
.detail-image-masonry p {
  margin-bottom: 14px;
  line-height: 1.3;
}
.detail-image-masonry h4,
.detail-image-masonry .h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
.content-tag .label {
  margin: 2px;
}
.grid-sizer,
.grid-item {
  width: 33%;
  background-color: transparent;
}
.content-search-gallery {
  background-color: #f5f5f5;
  padding: 18px;
}
.content-search-gallery .ui-widget.ui-widget-content {
  border: 1px solid #d3d3d3;
  background: white;
  border: 1px solid #003354;
}
.content-search-gallery .form-control {
  background-color: #FFF !important;
}
.content-search-gallery .row {
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.content-search-gallery .row > div {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.content-search-gallery .radio-inline {
  display: inline-flex;
  align-items: center;
}
.content-search-gallery .select2-search__field {
  width: auto !important;
}
.attach-gallery-form div[role="listbox"] {
  column-gap: 20px;
  orphans: 1;
  widows: 1;
}
@media (min-width: 567px) {
  .attach-gallery-form div[role="listbox"] {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .attach-gallery-form div[role="listbox"] {
    column-count: 4;
  }
}
@media (min-width: 992px) {
  .attach-gallery-form div[role="listbox"] {
    column-count: 4;
  }
}
.gallery-masonry div[role="listbox"],
.attach-gallery-form div[role="listbox"] {
  column-gap: 20px;
  orphans: 1;
  widows: 1;
}
@media (min-width: 567px) {
  .gallery-masonry div[role="listbox"],
  .attach-gallery-form div[role="listbox"] {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .gallery-masonry div[role="listbox"],
  .attach-gallery-form div[role="listbox"] {
    column-count: 4;
  }
}
@media (min-width: 992px) {
  .gallery-masonry div[role="listbox"],
  .attach-gallery-form div[role="listbox"] {
    column-count: 4;
  }
}
.gallery-masonry div[role="listbox"] > div,
.attach-gallery-form div[role="listbox"] > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.gallery-masonry div[role="listbox"] .masonry-item,
.attach-gallery-form div[role="listbox"] .masonry-item {
  margin-bottom: 20px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}
.gallery-masonry div[role="listbox"] .masonry-item.no-image-avaible,
.attach-gallery-form div[role="listbox"] .masonry-item.no-image-avaible {
  background-color: #e3e4e6;
  border-radius: 8px;
  padding: 8px;
}
.gallery-masonry div[role="listbox"] .masonry-item.no-image-avaible:hover,
.attach-gallery-form div[role="listbox"] .masonry-item.no-image-avaible:hover {
  background-color: #e3e4e6;
}
.gallery-masonry div[role="listbox"] .masonry-item .content-action-item a.link-list-title,
.attach-gallery-form div[role="listbox"] .masonry-item .content-action-item a.link-list-title {
  color: #FFF;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  display: none;
}
.gallery-masonry div[role="listbox"] .masonry-item .content-action-item a.link-list-title:hover,
.attach-gallery-form div[role="listbox"] .masonry-item .content-action-item a.link-list-title:hover,
.gallery-masonry div[role="listbox"] .masonry-item .content-action-item a.link-list-title:focus,
.attach-gallery-form div[role="listbox"] .masonry-item .content-action-item a.link-list-title:focus {
  display: block;
}
.gallery-masonry div[role="listbox"] .masonry-item .content-action-item .card-title,
.attach-gallery-form div[role="listbox"] .masonry-item .content-action-item .card-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFF;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  display: none;
}
.gallery-masonry div[role="listbox"] .masonry-item:hover,
.attach-gallery-form div[role="listbox"] .masonry-item:hover,
.gallery-masonry div[role="listbox"] .masonry-item:focus,
.attach-gallery-form div[role="listbox"] .masonry-item:focus {
  background-color: rgba(0, 0, 0, 0.5);
}
.gallery-masonry div[role="listbox"] .masonry-item:hover img,
.attach-gallery-form div[role="listbox"] .masonry-item:hover img,
.gallery-masonry div[role="listbox"] .masonry-item:focus img,
.attach-gallery-form div[role="listbox"] .masonry-item:focus img {
  filter: brightness(0.5);
}
.gallery-masonry div[role="listbox"] .masonry-item:hover .content-action-item a.link-list-title,
.attach-gallery-form div[role="listbox"] .masonry-item:hover .content-action-item a.link-list-title,
.gallery-masonry div[role="listbox"] .masonry-item:focus .content-action-item a.link-list-title,
.attach-gallery-form div[role="listbox"] .masonry-item:focus .content-action-item a.link-list-title,
.gallery-masonry div[role="listbox"] .masonry-item:hover .content-action-item .card-title,
.attach-gallery-form div[role="listbox"] .masonry-item:hover .content-action-item .card-title,
.gallery-masonry div[role="listbox"] .masonry-item:focus .content-action-item .card-title,
.attach-gallery-form div[role="listbox"] .masonry-item:focus .content-action-item .card-title {
  display: block;
}
.attach-gallery-form div[role="listbox"] {
  column-gap: 20px;
  orphans: 1;
  widows: 1;
}
@media (min-width: 567px) {
  .attach-gallery-form div[role="listbox"] {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .attach-gallery-form div[role="listbox"] {
    column-count: 4;
  }
}
.attach-gallery-image-search {
  padding: 20px;
}
.ui-widget.ui-widget-content {
  z-index: 9999;
}
.field-attachgalleryimagesearch-aspectratiosearch label {
  margin-right: 12px;
}
.btn-dropdown-inputfile span,
.btn-dropdown-inputfile span.caret {
  margin: 0 4px;
}
.btn-file span,
.btn-file span.caret {
  margin: 0 4px;
}
.attachment-uploadcrop.uploadcrop.input-with-databank > .form-group {
  width: 70%;
}
.attachment-uploadcrop.uploadcrop.input-with-databank > .form-group input[type="file"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  border-color: #297a38;
}
.attachment-uploadcrop.uploadcrop.input-with-databank > .form-group input[type="file"]:after {
  font-size: 14px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left: 1px solid #297a38;
}
.attachment-uploadcrop.uploadcrop.input-with-databank > .form-group input[type="file"]:hover::after {
  background: #e6e6e6;
  color: #000;
}
.attachment-uploadcrop.uploadcrop.input-with-databank.cropper-done {
  min-height: inherit;
}
.attachment-uploadcrop.uploadcrop.input-with-databank .modal-gallery-container {
  margin: 0;
  width: 30%;
}
.attachment-uploadcrop.uploadcrop.input-with-databank .modal-gallery-container .btn {
  margin: 0;
  min-height: 45px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
}
.attachment-uploadcrop.uploadcrop.input-with-databank .modal-gallery-container .btn .mdi {
  font-size: 18px;
  margin-right: 6px;
}
.attachment-uploadcrop.uploadcrop.input-with-databank .modal-gallery-container .btn .label-btn {
  display: none;
}
@media (min-width: 576px) {
  .attachment-uploadcrop.uploadcrop.input-with-databank .modal-gallery-container .btn .label-btn {
    display: block;
  }
}
.file-input .input-group-btn .glyphicon {
  margin-right: 5px;
  top: 0px;
}
.file-input .input-group-btn .btn {
  height: 45px;
  margin-top: 0;
}
.content-image-modal > div {
  height: inherit !important;
  width: 100% !important;
  overflow: inherit !important;
}
.content-image-modal > div img {
  width: 100%;
  max-width: 100%;
}
.content-image-modal a > div {
  height: inherit !important;
  width: 100% !important;
  overflow: inherit !important;
}
.content-image-modal a > div img {
  width: 100%;
  max-width: 100%;
}
.content-image-modal .label + .label {
  margin-left: 2px;
}
.detail-image-masonry img {
  width: 100%;
}
.detail-image-masonry .content-tag {
  display: flex;
  flex-wrap: wrap;
  max-height: 90px;
  overflow-y: auto;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.icon-asset-immagini {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 24px;
  color: #fff;
  text-shadow: 0px 0px 10px #0000004f;
}
.uploadcrop .preview-pane {
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: fit-content !important;
  overflow: hidden;
}
.uploadcrop .preview-pane .deleteImageCrop {
  z-index: 2;
  top: 14px;
}
.uploadcrop .preview-pane .preview-container:empty {
  display: none;
}
.uploadcrop .preview-pane .preview-container:has(img[style]) {
  margin: 10px !important;
}
.search-form-class-attachments {
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px;
}
