/**
IMPORT AMOS-LAYOUT VARIABLES
 */
/* AMOS-LAYOUT VARIABLES */
/* default amos-layout base color */
/* default variables for platform customizations
override into main.less on bottom */
/* default color 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
  */
.it-footer-openinnovation {
  /*BACK-TO-TOP
    .back-to-top {
    bottom: 50px;
    @media (max-width: 767px) {
        right: 6px;
    }
    @media (min-width: 1200px) {
        bottom: 60px;
    }
    .back-to-top-small {
        @media (min-width: 768px) {
            width: 48px;
            height: 48px;
            .icon {
                transform: scale(0.9);
                top: 7px;
            }
        }
    }
    }*/
}
.it-footer-openinnovation .pre-footer {
  padding: 48px 0;
}
@media (max-width: 991px) {
  .it-footer-openinnovation .pre-footer .container {
    width: inherit;
    max-width: 100%;
  }
}
.it-footer-openinnovation .pre-footer .row {
  display: flex;
  flex-wrap: wrap;
}
.it-footer-openinnovation .pre-footer .row div[class*="col-"] {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 0 auto;
  float: none !important;
}
@media (min-width: 768px) {
  .it-footer-openinnovation .pre-footer .row div[class*="col-"] {
    flex-direction: row;
  }
  .it-footer-openinnovation .pre-footer .row div[class*="col-"].col-sm-6 {
    flex: 0 0 83.3333333333% !important;
    max-width: 83.3333333333% !important;
  }
}
.it-footer-openinnovation .pre-footer .row div[class*="col-"] .wrap-logo {
  margin: 16px;
  text-align: center;
}
.it-footer-openinnovation .pre-footer .row div[class*="col-"] .wrap-logo img {
  max-height: 50px;
  max-width: 100%;
}
.it-footer-openinnovation p {
  color: #ffffff;
}
.it-footer-openinnovation .container-title {
  padding: 24px 0;
}
.it-footer-openinnovation .container-title .footer-title {
  font-size: 24px;
  line-height: 28px;
}
.it-footer-openinnovation .it-footer-main {
  font-size: 18px;
  background-color: #003354;
  padding: 24px 0;
}
@media (min-width: 768px) {
  .it-footer-openinnovation .it-footer-main .colonna-menu .link-list-wrapper {
    column-count: 2;
    column-gap: 200px;
  }
  .it-footer-openinnovation .it-footer-main .colonna-menu .link-list-wrapper ul > li:not(:first-child) {
    margin-top: 0px;
  }
}
.it-footer-openinnovation .it-footer-main .link-list-wrapper {
  padding: 24px 0;
}
.it-footer-openinnovation .it-footer-main .link-list-wrapper ul {
  list-style-type: none;
  padding: 0;
}
.it-footer-openinnovation .it-footer-main .link-list-wrapper ul li .list-item,
.it-footer-openinnovation .it-footer-main .link-list-wrapper ul li .nav-link {
  width: max-content;
  text-decoration: none;
  color: #ffffff;
}
.it-footer-openinnovation .it-footer-main .link-list-wrapper ul li .list-item.active,
.it-footer-openinnovation .it-footer-main .link-list-wrapper ul li .nav-link.active {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.it-footer-openinnovation .it-footer-main .link-list-wrapper ul li .list-item:hover,
.it-footer-openinnovation .it-footer-main .link-list-wrapper ul li .nav-link:hover {
  text-decoration: underline;
}
.it-footer-openinnovation .it-footer-main .link-list-wrapper.footer-social ul li a:hover {
  opacity: 0.7;
}
.it-footer-openinnovation .content-info {
  padding: 24px 0;
}
@media (max-width: 767px) {
  .it-footer-openinnovation .container-title .footer-title {
    padding-top: 25px;
  }
  .it-footer-openinnovation .it-footer-main .link-list-wrapper.footer-social ul {
    flex-direction: row;
    display: flex;
  }
  .it-footer-openinnovation .it-footer-main .link-list-wrapper.footer-social ul li {
    margin-right: 5px;
  }
  .it-footer-openinnovation .it-footer-main .link-list-wrapper.footer-social ul li a .icon {
    width: 32px;
    height: 32px;
    padding: 6px;
  }
  .it-footer-openinnovation .it-footer-main .link-list-wrapper ul li {
    display: inline-block;
  }
  .it-footer-openinnovation .it-footer-main .link-list-wrapper ul li:not(:last-child) a.list-item:after {
    content: " | ";
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
  }
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category {
  background-color: #297a38;
  color: #ffffff;
  padding: 0 5px;
  width: fit-content;
  display: inline-table;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-agrifood {
  background-color: #7030a0;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-aerospazio {
  background-color: #c65911;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-chimica-verde {
  background-color: #375623;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-mobilita {
  background-color: #806000;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-energia {
  background-color: #ffc000;
  color: #000000;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-smart {
  background-color: #4472c4;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-scienze {
  background-color: #297a38;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-ambienti {
  background-color: #c00000;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-storie-innovazione {
  background-color: #00b0f0;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-lab-lombardia {
  background-color: #833c0c;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-stati-generali {
  background-color: #00b050;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-premio-int {
  background-color: #297a38;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-foro {
  background-color: #ed7d31;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-legge-reg {
  background-color: #297a38;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-discussioni {
  background-color: #525252;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-accordi {
  background-color: #ff7c00;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-community {
  background-color: #305496;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-fabbrica {
  background-color: #525252;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-redazione {
  background-color: #ff0000;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-piattaforma {
  background-color: #305496;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-open-challenge {
  background-color: #4990b4;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-open-lombardia {
  background-color: #928772;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-specializzazione-intelligente {
  background-color: #354f66;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-lombardia-innovativa {
  background-color: #728080;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-lombardia-2030 {
  background-color: #2c5e2f;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-hocare-20 {
  background-color: #363c66;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-fondisie-2020 {
  background-color: #174193;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-soluzioni-innovative {
  background-color: #3b6b70;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-sperimentazione-blockchain {
  background-color: #957445;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-formazione-e-lavoro {
  background-color: #1eb2aa;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-mobilita {
  background-color: #930d0d;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-salute {
  background-color: #2a7cbc;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-ambiente-e-energia {
  background-color: #31930d;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-cultura-e-turismo {
  background-color: #e29703;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-maufatturiero {
  background-color: #cb6f3e;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body > .post-header,
.listview-container.news-item .container-news .card-wrapper .card .card-body > .post-header + hr {
  /**
            task 12101
            */
  display: none !important;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category {
  background-color: #297a38;
  color: #ffffff;
  padding: 0 5px;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-agrifood {
  background-color: #7030a0;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-aerospazio {
  background-color: #c65911;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-chimica-verde {
  background-color: #375623;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-mobilita {
  background-color: #806000;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-energia {
  background-color: #ffc000;
  color: #000000;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-smart {
  background-color: #4472c4;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-scienze {
  background-color: #297a38;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-ambienti {
  background-color: #c00000;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-storie-innovazione {
  background-color: #00b0f0;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-lab-lombardia {
  background-color: #833c0c;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-stati-generali {
  background-color: #00b050;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-premio-int {
  background-color: #297a38;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-foro {
  background-color: #ed7d31;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-legge-reg {
  background-color: #297a38;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-discussioni {
  background-color: #525252;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-accordi {
  background-color: #ff7c00;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-community {
  background-color: #305496;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-fabbrica {
  background-color: #525252;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-redazione {
  background-color: #ff0000;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-piattaforma {
  background-color: #305496;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-open-challenge {
  background-color: #4990b4;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-open-lombardia {
  background-color: #928772;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-specializzazione-intelligente {
  background-color: #354f66;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-lombardia-innovativa {
  background-color: #728080;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-lombardia-2030 {
  background-color: #2c5e2f;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-hocare-20 {
  background-color: #363c66;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-fondisie-2020 {
  background-color: #174193;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-soluzioni-innovative {
  background-color: #3b6b70;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-sperimentazione-blockchain {
  background-color: #957445;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-formazione-e-lavoro {
  background-color: #1eb2aa;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-mobilita {
  background-color: #930d0d;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-salute {
  background-color: #2a7cbc;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-ambiente-e-energia {
  background-color: #31930d;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-cultura-e-turismo {
  background-color: #e29703;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-maufatturiero {
  background-color: #cb6f3e;
  color: #ffffff;
}
/**
custom banner cta
*/
.footer_box {
  background-image: url('/img/comments/banner-cta-bg.png');
  background-size: cover;
  background-position: right;
  background-color: #297a38;
  color: #ffffff;
}
.footer_box .lead {
  font-size: 1.5em;
}
.footer_box .triangle {
  display: none;
}
.footer_box .row > div:first-child .h3 {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .footer_box .row > div:first-child {
    padding-left: 120px;
  }
}
.footer_box .row > div:last-child {
  margin-top: 10px !important;
}
@media (min-width: 992px) {
  .footer_box::before {
    content: "\F1003";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 5px;
    left: 20px;
    margin: auto;
    display: block;
    font-size: 100px;
  }
}
.iconview-container.collaborations-world .data-scadenza {
  background: rgba(0, 90, 129, 0.4);
  color: rgba(0, 0, 0, 0.8);
}
.iconview-container.collaborations-world .label-category-collaborations {
  border: 1px solid #005a81;
  color: #005a81;
  background: rgba(0, 90, 129, 0.1);
}
.iconview-container.collaborations-platform .data-scadenza {
  background: rgba(0, 129, 51, 0.4);
  color: rgba(0, 0, 0, 0.8);
}
.iconview-container.collaborations-platform .label-category-collaborations {
  border: 1px solid #008133;
  color: #008133;
  background: rgba(0, 129, 51, 0.1);
}
.iconview-container .data-scadenza {
  filter: saturate(2);
}
.collaboration-proposals-view.collaborations-world .banner-cta-collaboration .banner-content .content-sx .content-text {
  background: rgba(0, 90, 129, 0.2);
}
.collaboration-proposals-view.collaborations-world .banner-cta-collaboration .banner-content .content-arrow {
  border-left: 60px solid rgba(0, 90, 129, 0.2);
}
.collaboration-proposals-view.collaborations-world .breve-presentazione-collaboration {
  background: linear-gradient(90deg, rgba(0, 90, 129, 0.2) 30%, rgba(0, 129, 51, 0.2) 100%);
}
.collaboration-proposals-view.collaborations-world .box-card {
  background: linear-gradient(90deg, rgba(0, 90, 129, 0.2) 0px, rgba(0, 129, 51, 0.2) 20px, rgba(0, 129, 51, 0.2) 20px, #ffffff 20px);
}
.collaboration-proposals-view.collaborations-platform .banner-cta-collaboration .banner-content .content-sx .content-text {
  background: rgba(0, 129, 51, 0.2);
}
.collaboration-proposals-view.collaborations-platform .banner-cta-collaboration .banner-content .content-arrow {
  border-left: 60px solid rgba(0, 129, 51, 0.2);
}
.collaboration-proposals-view.collaborations-platform .breve-presentazione-collaboration {
  background: linear-gradient(90deg, rgba(0, 129, 51, 0.2) 30%, rgba(0, 90, 129, 0.2) 100%);
}
.collaboration-proposals-view.collaborations-platform .box-card {
  background: linear-gradient(90deg, rgba(0, 129, 51, 0.2) 0px, rgba(0, 90, 129, 0.2) 20px, rgba(0, 90, 129, 0.2) 20px, #ffffff 20px);
}
.collaboration-proposals-view .section-tag .tags-title {
  display: none;
}
.collaboration-proposals-view .section-tag h3 {
  font-size: 18px;
  font-weight: normal;
}
.dashboard-content .community-dashboard-container {
  background-color: transparent;
}
.dashboard-content .square-box .dashboard-menu-item {
  background-color: white;
  border: 3px solid #003354;
}
.dashboard-content .square-box .dashboard-menu-item .am,
.dashboard-content .square-box .dashboard-menu-item .dash,
.dashboard-content .square-box .dashboard-menu-item .ic,
.dashboard-content .square-box .dashboard-menu-item .language-item,
.dashboard-content .square-box .dashboard-menu-item .pluginName {
  color: #003354;
}
.dashboard-content .square-box .dashboard-menu-item:hover {
  background-color: #297a38;
  border-color: #36a04a;
}
.dashboard-content .square-box .dashboard-menu-item:hover .am,
.dashboard-content .square-box .dashboard-menu-item:hover .dash,
.dashboard-content .square-box .dashboard-menu-item:hover .ic,
.dashboard-content .square-box .dashboard-menu-item:hover .language-item,
.dashboard-content .square-box .dashboard-menu-item:hover .pluginName {
  color: #ffffff;
}
#privacy-cookie-id label + label {
  margin-left: 30px;
}
.input-group-addon {
  font-size: 16px;
  color: #555555 !important;
  background-color: #eeeeee !important;
  border: 1px solid #ccc !important;
}
.attachment-uploadcrop.uploadcrop .form-group input[type="file"]::after {
  content: none;
}
.community-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 28px 16px;
  height: 100%;
}
.community-container .badge {
  font-size: 0.7em;
  z-index: 1;
}
.community-container .image-container {
  position: relative;
}
.community-container .image-container .community-image {
  overflow: hidden;
  max-height: 90px;
  max-width: 132px;
  border-radius: 4px;
}
.community-container .image-container .community-image img {
  width: 100%;
  height: 100%;
  min-height: 90px;
  min-width: 132px;
  object-fit: cover;
  object-position: center;
}
.community-container .image-container a.position-absolute {
  bottom: -5px;
  right: -5px;
  position: absolute;
  text-decoration: none;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.community-container .image-container a.position-absolute.category1 {
  background-color: #008758;
  color: #ffffff;
}
.community-container .image-container a.position-absolute.category2 {
  background-color: #a66300;
  color: #ffffff;
}
.community-container .image-container a.position-absolute.category3 {
  background-color: #a61919;
  color: #ffffff;
}
.community-container .image-container a.position-absolute:hover {
  opacity: 1;
}
.community-container .image-container .badge.badge-pill {
  top: -5px;
  left: -5px;
}
.community-container .image-container .manage {
  position: absolute;
  top: -8px;
  right: -8px;
  margin: 0;
}
.community-container .community-title-container {
  max-width: 100%;
  padding: 16px 0;
}
@media screen and (min-width: 768px) {
  .community-container .community-title-container {
    margin-bottom: auto;
  }
}
.community-container .community-title-container h3 {
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  margin: 15px 0;
}
.community-container .community-title-container h3 a:hover {
  text-decoration: underline;
}
.community-container .community-title-container h3 .title-two-line,
.community-container .community-title-container h3.title-two-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.community-container .community-title-container h3 .link-list-title {
  color: #000000;
  text-decoration: none;
}
.community-container .button-container {
  display: flex;
  justify-content: center;
  border-top: 1px solid #b4c2ca;
}
.community-container .button-container .btn {
  margin-top: 15px;
  /*position: relative;
            padding: 8px 8px;
            font-size: 14px;
            line-height: 1.45;*/
  border-radius: 4px;
}
.community-container .button-container .btn.category1 {
  background-color: #008758;
  color: #ffffff;
  border-color: #008758;
}
.community-container .button-container .btn.category2 {
  background-color: #a66300;
  color: #ffffff;
  border-color: #a66300;
}
.community-container .button-container .btn.category3 {
  background-color: #545454;
  color: #ffffff;
  border-color: #545454;
}
.network-breadcrumb > nav + .sub-dashboard-graphics #widgets-graphic,
.community-dashboard-container > nav + .sub-dashboard-graphics #widgets-graphic {
  padding-top: 24px;
}
.community-index .grid-view table td[title='Logo'] {
  position: relative;
}
.community-index .grid-view table td[title='Logo'] .hierarchy {
  position: absolute;
  background-color: white;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 15px;
  left: 0;
  box-shadow: 0px 0px 4px 0px #ccc;
}
.community-index .grid-view table td[title='Logo'] .hierarchy span {
  font-size: 18px !important;
}
.community-index .grid-view table td[title='Logo'] img {
  max-width: 100px;
}
.community-legenda > div {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.community-legenda > div .community-status {
  display: inline-flex;
  align-items: center;
  flex-grow: 1;
}
.community-legenda > div .community-status .am {
  display: flex;
  align-items: center;
  width: 28px;
  height: 28px;
  justify-content: center;
  border-radius: 50%;
  margin-right: 5px;
  float: left;
}
.community-legenda > div .community-status.community-open .am {
  background-color: #008758;
  color: #ffffff;
}
.community-legenda > div .community-status.community-private .am {
  background-color: #a66300;
  color: #ffffff;
}
.community-legenda > div .community-status.community-closed .am {
  background-color: #a61919;
  color: #ffffff;
}
.item-link-list {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.item-link-list .item-link-header {
  display: flex;
}
.item-link-list .item-link-header .manage {
  margin-left: auto;
}
.content-insert-link {
  background-color: #f5f5f5;
  padding: 15px;
}
.content-insert-link form .form-group {
  margin-bottom: 0;
}
.pluginName {
  hyphens: auto;
  line-height: 1;
}
.dashboard-content .square-box .dashboard-menu-item {
  padding: 5px !important;
}
.plugin-list.dashboard-content .icon-view div[role="listbox"]:not(.grid),
.plugin-list.dashboard-content .list-view div[role="listbox"]:not(.grid) {
  width: 100%;
}
@media (min-width: 768px) {
  .plugin-list.dashboard-content .icon-view div[role="listbox"]:not(.grid) > div,
  .plugin-list.dashboard-content .list-view div[role="listbox"]:not(.grid) > div {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .plugin-list.dashboard-content .icon-view div[role="listbox"]:not(.grid) > div,
  .plugin-list.dashboard-content .list-view div[role="listbox"]:not(.grid) > div {
    width: 20%;
  }
}
.plugin-list.dashboard-content .card-widget {
  text-align: inherit;
}
.plugin-list.dashboard-content .card-widget .chechbox-widget {
  z-index: 1;
}
.plugin-list.dashboard-content .square-box {
  width: 100%;
}
.plugin-list.dashboard-content tbody tr:nth-child(1) .move-up {
  display: none;
}
.plugin-list.dashboard-content tbody tr:nth-child(1) .move-down {
  margin-left: 28px;
}
.plugin-list.dashboard-content tbody tr:last-child .move-down {
  display: none;
}
