<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Ebrima";
  src: url("../../public/font/Ebrima/ebrima.ttf") format("truetype");
}
@font-face {
  font-family: "EbrimaBd";
  src: url("../../public/font/Ebrima/ebrimabd.ttf") format("truetype");
}

@font-face {
  font-family: "PatuaOne";
  src: url('../../public/font/PatuaOne/patuaone-regular-webfont.woff') format('woff');
}

body {
  font-family: "Ebrima";
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

strong, b {
  font-family: "EbrimaBd";
  font-weight: normal !important;
}

.container-fluid{
  max-width: 1280px;
}

body &gt; .container-fluid {
  flex-grow: 1;
  margin-top: 20px;
}

body &gt; .container-fluid &gt; div {
  display: flex;
}

body &gt; .container-fluid &gt; div &gt; .content-page {
  padding-right: 30px;
}
body.page-plus &gt; .container-fluid &gt; div &gt; .content-page {
  padding-right: 15px;
}

a:link,
a:visited {
  color: #79A7BE;
}
a:focus,
a:active,
a:hover {
  color: #536D7A;
}

input:focus {
    outline: none!important;
}

select:focus {
    outline: none;
}

button:focus {
    outline: none;
}

a:focus {
    outline: none;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
  background: #208F86;
}

#calendarEvents .ui-datepicker .ui-datepicker-prev, #calendarEvents .ui-datepicker .ui-datepicker-next {
    background: #36AB69;
}

.navbar-collapse{
  width: 100%;
}

.bootstrap-select{
  width: 150px!important;
}

.filter-option{
  text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.dropdown-toggle{
  height: 34px;
  background-color: #A7A7A7;
  color: #fff;
}

.dropdown-toggle:hover{
  background-color: #5C5C5C!important;
  color: #fff;
  border-color: #fff!important;
}

.dropdown-toggle:active{
  background-color: #5C5C5C!important;
  color: #fff;
  border-color: #fff!important;
}

.dropdown-toggle:focus{
  background-color: #5C5C5C!important;
  color: #fff;
  border-color: #fff!important;
}

.open&gt;.dropdown-toggle.btn-default{
  background-color: #5C5C5C;
  color: #fff;
  border-color: #fff;
}

.dropdown-menu .inner &gt; li &gt; a {
  line-height: 1;
}

.filter-option{
  font-family: "Ebrima";
  color: #fff;
}

.caret{
  color: #fff;
}

.modal-header{
  padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #36ab69;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}

.modal_header_Tes{
  background-color: #F47875!important;
}

.modal_header_Opp{
  background-color: #46ADFC!important;
}

.modal_header_Casi{
  background-color: #00AE65!important;
}

.modal_header_Form{

  background-color: #FBAF5D!important;
}

.moda_header_ricerca{
  background-color: #79A7BE;
}

.refresh_filters{
  cursor: pointer;
  margin-top: 15px;
}

.refresh_filters:hover{
  text-decoration: underline;
}

.json_value{
  display: none;
}

.lista_articoli_cronologia{
  /*padding-left: 10px;*/
  overflow-y: auto;
  max-height: 500px;
  list-style: disc;
  margin-left: -15px;
}

/*SECTION ---- Header */

.header-background{
  background-color: #536D7A;
  z-index: 4;
}
.header-background &gt; .container-fluid &gt; .row {
  display: flex;
}
.header-content {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

/*.logo-header&gt;img{
  border-radius: 0.9em;
}*/

.login {
  display: inline-block;
  margin-right: 12px;
}

/*.ricordami_check{
  display: none;
}*/

.forgot_box{
  display: none;
}

.login-box{
  border-left: 1px solid #fff;
}

.login-title{
  padding: 0;
  font-size: 20px;
  width: auto;
  font-weight: bold;
  color: #fff;
}

.accedi_container&gt;a{
  color: #fff;
  cursor: pointer;
  float: left;
}

/* .modal{
  top: initial!important;
  bottom: initial!important;
  height: 2100px!important;
  position: absolute!important;
  width: 1499px!important;
  margin-left: -391px!important;
} */

form{
  margin-bottom: 0em!important;
}

div#menubar {
  font-family: Ebrima;
  font-weight: bold;
}


.dropdown-menu.cstm-drop&gt;li&gt;a:focus, .dropdown-menu.cstm-drop&gt;li&gt;a:hover {
  background-color: transparent;
}

hr.cstm-hr {
  margin-bottom: 10px;
  margin-top: 11px;
}

.boxed {
  border: 1px solid #333333;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
  padding: 20px;
  float: left;
}

/*Articles */

.articles_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  background-color: #ffffff;
}

article.article_preview {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.articles_group.col_1 article.article_preview {
  width:100%;
}

.articles_group.col_2 article.article_preview {
  width:49%;
}


.ricerca_group{
  margin-top: -18px;
}



ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}

@media (max-width:1050px) and (min-width:768px){
  .login-group{
    margin-left: 25px!important;
  }
}

img.add_favorite_homepage_article {
    display: inline;
    width: 20px;
}

.print_and_email_article {
    display: flex;
    margin-left: 0px;
    margin-right: 10px!important;
}

.print_and_email_article img{
  width: auto;
}

.print_and_email_article&gt;a{
  cursor:pointer;
  text-decoration: none;
  color: #fff;
}

.separator{
  margin: 0 10px;
  font-weight: bold;
}

.social_sharer.facebook{
  margin-left: 10px;
}

.header_article_buttons{
  display:flex;
  position: absolute;
  right: 0;
  bottom: -28px;
}

.highlighter{
  margin-right: 10px;
  font-size: 13px;
  padding: 0px 12px;
  border: 1px solid #000;
  border-radius: 0.6em; 
  display:flex;
}

.highlighter input{
  margin-top: 7px;
  margin-right: 5px;
}

.bottom_article_buttons .highlighter{
  display:none;
}

.favoriteicon_homepage_article{
  height: 18px;
}

.print_and_email_article&gt;a{
  margin-right: 10px;
}

a#favorite{
  margin-top: 0px;
  margin-right: 10px;
  float: left;
}

.social_share_homepage_article {
    display: inline;
    padding-right: 30px;
    padding-top: 10px;
}

a#twitter {
  padding-left: 5px;
}

a#linkedin{
  padding-left: 2px;
}

.col_2 .article_preview_text {
  height: 140px;
}
.article_preview_text&gt;div {
  margin: 5px 0 15px 0;
  text-align: justify;
  font-size: 14px;
  font-family: Ebrima;
  line-height: 20px;
}
.col_2 .article_preview_text&gt;div {
  max-height: 150px;
  overflow: hidden;
  position: relative;
}
.col_2 .article_preview_text&gt;div::before {
  content: '[â€¦]';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.7em;
  text-align: right;
  background: #fff;
  box-shadow: -1px 0 2px #fff;
}
.col_2 .article_preview_text&gt;div::after {
  content: '';
  position: absolute;
  right: 0;
  width: 1.7em;
  height: 1.7em;
  background: #fff;
}

.text_article_detail.introAuthor{
  margin-top:30px;
}

.text_article_detail.introAuthor &gt; h2:first-child strong:first-child,
.article_preview_text.introAuthor &gt; div &gt; strong:first-child,
.article_preview_text.introAuthor &gt; div &gt; a:first-child {
  display: block;
  margin-bottom: 10px;
  font-family: PatuaOne;
  color: #000;
  font-weight: normal;
}
.text_article_detail.introAuthor &gt; h2:first-child &gt; strong:first-child {
  margin-bottom: 60px;
}
.article_preview_text.introAuthor &gt; div &gt; strong:first-child *,
.article_preview_text.introAuthor &gt; div &gt; a:first-child * {
  color: #000;
  font-weight: normal;
}
.col_2 .article_preview_text.introPadded &gt; div {
  padding-top: 30px;
}
.text_article_detail {
  line-height: 22px;
  text-align: justify;
}
.text_article_detail.introPadded {
  padding-top: 40px;
}
.inside_article_highlight .introPadded{
  padding-top:50px;
}
.inside_article .introAuthor{
  padding-top:25px;
}
.inside_article_highlight .introAuthor{
  padding-top:35px;
}
.text_article_detail blockquote {
  font-size: 16px;
}

.text_article_detail .pull-center{
  text-align: center;
}

.bottom_article_buttons{
  margin-top: 30px;
}

.text_body&gt;div&gt;h2{
  line-height: 15px;
}

.entry-content&gt;h2{
  line-height: 15px;
}

.article-body&gt;h2{
  line-height: 16px;
}

.plus_icon img{
	width: 60px;
}

.plus_icon{
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -20px;
	margin-right: -20px;
}

.over_the_content_article {
  padding-bottom: 10px;
  border-bottom: solid #000 1px;
  display: flex;
  align-items: baseline;
}

img.type_of_article_preview {
    height: 30px;
    margin-right: 10px;
}

ul.listed_tags_homepage_article {
    padding: 0px;
    margin: 0;
}
ul.listed_tags_homepage_article li {
  margin-right: 10px;
  float: left;
  list-style: none;
  line-height: 14px;
  font-size: 12px;
}

.tag_homepage_article h4 {
  font-size: 12px;
  display: inline;
}
.tag_homepage_article a:hover {
    text-decoration: none;
    color: #000;
}

h4.date_article {
  margin: 5px 0;
  font-size: 12px;
  line-height: 15px;
  color:#36ab69;
  font-weight: bold;
  font-family: Ebrima;
  text-align: right;
  text-transform: capitalize;
}

canvas{
  width: 100%;
}

h6.date_article_scaricaPDF {
   padding: 10px;
   background-color: #36ab69;
   border-radius: 10px;
   margin-top: 10px;
   margin-bottom: 2px;
   color: white;
   box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
   display: inline-block;
}

.plus_icon_mobile{
  background: #36ab69;
  height: 35px;
  width: 100px;
  color: #fff;
  border: 1px solid #36ab69;
  border-radius: 4px;
  padding: 3px 10px;
  text-align: center;
  margin-top: 0px;
  margin-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width:767px){
  .plus_icon_mobile{
    display: block;
  }
  .plus_icon{
    display: none;
  }
}

@media screen and (min-width:768px){
  .plus_icon{
    display: block;
  }
  .plus_icon_mobile{
    display: none;
  }
}

h6.date_article_scaricaPDF:hover {
  cursor: pointer;
}

.title_article {
  position: relative;
  line-height: 25px;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  border-bottom: 1px solid #000;
  padding: 0;
}

.title_homepage_article {
  position: relative;
  display: flex;
  flex-direction: column;
  line-height: 25px;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  border-bottom: 1px solid #000;
  flex-grow: 1;
}

.title_homepage_article h3 {
  font-family: PatuaOne;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: normal;
  flex-grow: 1;
}

.title_homepage_article h3 a{
  color:#000;
}

.title-footer&gt;span{
  font-size: 20px;
}

.footerBlock{
  margin: 40px 0 0 0;
  padding-left: 30px;
}

article h1 {
  font-size: 24px;
  font-family: PatuaOne;
}


/* article authorization */
.noauth {
  padding: 10px 15px;
  margin-top: 20px;
}
.noauth.noauth-register {
  background-color: #ffeeec;
  border-left: 4px solid #f27978;
  color: #c66;
}
.noauth.noauth-register a:hover,
.noauth.noauth-register a:visited,
.noauth.noauth-register a {
  color: #f27978;
  text-decoration: underline;
}
.noauth.noauth-plus {
  background-color: #fefccf;
  border-left: 4px solid #f90;
  color: #c60;
}
.noauth.noauth-plus a:hover,
.noauth.noauth-plus a:visited,
.noauth.noauth-plus a {
  color: #f90;
  text-decoration: underline;
}


/*Menu laterale sx */
.menu-header {
  background-color:#36ab69;
  color: white;
  padding: 15px 10px;
  font-family: "Ebrima";
  font-weight: bold;
  display: flex;
  align-items: center;
}
.menu-header, .menu-header a, .menu-description a {
  color: #fff;
  text-decoration: none;
}
.menu-description a:hover {
  text-decoration: underline;
}

.menu-header .menu-img {
  min-width: 20%;
  max-width: 20%;
  margin-right: 5px;
  text-align: center;
}
.menu-header .menu-img img {
  max-width: 100%;
  max-height: 50px;
}
.menu-header-sm .menu-img img {
  max-height: 30px;
}
.menu-header .menu-txt {
  width: 100%;
}
.menu-header .menu-img + .menu-txt {
  width: 80%;
}
.menu-description {
  padding: 10px 15px;
  font-size: 13px;
  color: #ddd;
}
.menu-description ul {
  padding-left: 15px;
}
.menu-description ul&gt;li {
  margin-bottom: 3px;
}
.menu-separator {
  width: 80%;
  height: 1px;
  margin: 25px auto;
  background-color: rgba(255,255,255,.4);
}

.menu-txt-small {
  font-size: 0.8em;
  font-weight: 200;
}

.trial_container{
  /* padding: 5px 25%; */
	margin-bottom: 12px;
	text-align: center;
	width: 90%;
	margin-left: 10px;
}

.trial_button{
  background-color: #36ab69;
  padding: 8px 12px;
  border-top-left-radius: 0.7em;
  position: relative;
  border-bottom-left-radius: 0.7em;
  cursor: pointer;
}

.trial_container a{
  color: #fff;
  font-weight: bold;
}

.trial_container a:hover{
  text-decoration: none;
}

.trial_container a:focus{
  outline: none;
  text-decoration: none;
}

.rombo{
  width: 22px;
  height: 22px;
  position: absolute;
  -webkit-transform: rotate(45deg) skew(10deg, 10deg);
  -ms-transform: rotate(45deg) skew(10deg, 10deg);
  -o-transform: rotate(45deg) skew(10deg, 10deg);
  -moz-transform: rotate(45deg) skew(10deg, 10deg);
  transform: rotate(45deg) skew(10deg, 10deg);
  background: #36ab69;
  top: 7px;
  right: -10px;
}

.plus_menu_container{
  margin-left: 5%!important;
}

@media only screen and (max-width:1199px) and (min-width:921px){
  .plus_menu_container{
    margin-left: 25%!important;
  }
}

.abbonamenti_logo{
  padding: 15px 15px;
  background-color: #36ab69;
  /*border-bottom: solid #000 1px;*/
  text-align: center;
}

.abbonamenti_logo img{
  width: 85%;
  height: auto;
}

.leftBd{
  padding: 0px;
  /*margin: 0 auto 20px;*/
  margin: 5px;
  width: 33%;
}

.abbonamenti_lista{
  min-height: 400px;
}

.abbonamento_spec {

  text-align: center;
    height: auto;
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 20px;
    background-color: #36ab69;
    max-height: 120px;
}

.abbonamenti_logo img{
    border-radius: 0.5em;
    align-items: center;
}

.empty-space {
  height: 55px;
}

a.menu-btn {
  max-width: 300px;
  width: 90%;
  display: block;
  color: white;
  background-color: #36ab69;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  font-family: "Ebrima";
  padding: 5px 5px;
  border-radius: 0.3em;
  border: none;
  margin: 10px auto;
  text-decoration: none;
}


/*menu powered by*/
.menu-logo {
  padding-top: 95px;
  padding-bottom: 20px;
  height: 610px;
}

.logo-txt {
    float: left;
    margin-top: 40px;
    font-size: 11px;
    margin-left: 5px;
    position: relative;
    top: 390px;
    left: 20px;
    z-index: 1;
}

.logo-container {
    background-color: white;
    height: 100px;
    width: 80%;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    position: relative;
    top: 385px;
    border-left: solid #000 1px;
}

.logo-container-img {
    margin-left: 45%;
    padding-top: 17px;
}

.logo-img {
    height: 60px;
}

/*Ricerca header*/
.search-description {
  width: 70%;
  padding-left: 20px;
  padding-top: 20px;
  float: left;
}

.btn {
  font-size: 13px;
}

a.btn-red,
button.btn-red {
  color: #36ab69;
  background: #fff;
  border-color: #36ab69;
  font-weight: bold;
}
a.btn-red:hover,
button.btn-red:hover,
a.btn-red:focus,
a.btn-red:active {
  color: #36ab69;
  background: rgba(54, 171, 105, .1);
}

a.advanced-search-button{
  color: #fff;
  border: 1px solid #36ab69;
  padding: 0px 4px;
  border-radius: 0.4em;
  background: #36ab69;
}

.input-group{
  margin-bottom: 5px;
}

a.advanced-search-button:hover{
  color: #fff;
  cursor: pointer;
}

.advanced-search-div{
  margin-left: 40px;
  width: 85%!important;
}

.form-control{
  border-bottom-right-radius: 0.3em!important;
  border-top-right-radius: 0.3em!important;
  background-color: #C1C1C1!important;
}

.menu-search{
  margin-top: 20px;
}

.ricerca_avanzata_dropdown{
	padding:0 10px;
	width: 560px;
}

.ricerca_avanzata_dropdown input{
	border-radius: 0.5em;
    width: 95%;
    height: 35px;
    border: solid 1px lightgrey;
}

.shift_r{
	float:right;
}

.description-category {
  float: left;
  width: 80px;
  display: block;
}

.search-input-module {
  width: 100%;
  height: 35px;
  border: solid #6F828F 1px;
  border-left-style: hidden;
  border-right: none;
}

.choose-category {
  border-radius: 0px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  height: 35px;
  width: 81px;
  padding-left: 10px;
  padding-right: 8px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #C1C1C1;
  text-align: center;
  font-weight: bold;
  color:#353434;
}

.description-input {
  display: inline-block;
  width: 70%;
  height: 30px;
}

.confirm-input {
  display: inline-block!important;
  width: auto!important;
  height: 35px!important;
  border: solid #6F828F 1px!important;
  border-left: none!important;
  padding:0px!important;
  background-color: #fff!important;

}

.button-search-div {
  height: 34px;
  background-image: url(/public/img/logo-search.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 8px;
  width: 44px;
  }

.styleSearchCat{
  width: 100px;
}

.searchBtn{
  background-color: #0093CB;
  color: #fff;
  font-weight: bold;
}

.searchList{
  border-radius: 0.3em 0em 0em 0.3em!important;
  background-color: #A7A7A7!important;
  color: white;
  font-weight: bold;
}

@media (min-width:768px) and (max-width:1062px){
  .choose-category{height:30px;}
  .search-input-module{height:30px;}
  .description-input{width:60%}
  .confirm-input{height:30px!important;}
}

.advanced-search {

  padding-top: 23px;
  margin-left: -24px;
}


.advanced-btn-div {
  float: left;
  margin-right: -2px;
  width: 118px;
  height: 30px;
}

.advanced-help {
  width: 24px;
  display: inline-block;
  height: 30px;
  background-color: #fd090e;
  border-radius: 5px;
  cursor: pointer;
}

.help-btn {
    height: 100%;
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 3px 0px 2px 3px;
}

.adv-search-Number {
  width: 50%;
}

/*Menu - Ricerca - box di help*/
.help-box {
    display: inline-block;
    overflow: visible;
    margin-left: -27%;
    margin-top: 170px;
    width: 100px;
    position: absolute;
}

/*Popuop */
/* Popup container - can be anything you want */
.help-box-detail {
    /* position: relative; */
    /* display: inline-block; */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.help-box-detail .popuptext {
    visibility: hidden;
    width: 400px;
    height: 200px;
    background-color: #37454d;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 3;
    bottom: -70px;
    left: -145%;
}

/* Popup arrow */
.help-box-detail .popuptext::after {
  content: "";
  position: absolute;
  top: -15px;
  right: 51%;
  margin-left: 0px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #37454d transparent;
}

/* Toggle this class - hide and show the popup */
.help-box-detail .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}


/*Calendario*/
.calendar-description {
  /*padding-left: 40px;
  padding-right: 35px;*/
  text-align: center;
}

.header-calendar {
  color: #f7f7f7;
  padding: 10px 0px 10px 10%;
}

.calendar-header {
  float: left;
  margin-left: 6%;
}

.calendar-body {
  color: #f7f7f7;
  padding-left: 15%;
}
.resize{
  min-width: 240px;
}


.row.dates&gt;div&gt;a {
  color: #f7f7f7;
  text-decoration: none;
}

.row.dates&gt;div&gt;a&gt;p:hover{
  border: 0 solid;
  border-radius: 0.3em;
  background-color: #404A52;
  padding: 8px 20px 8px 12px;
  margin-top: -8px;
  margin-left: -11px;
  margin-bottom: 0px;
}

.row.dates&gt;div&gt;a&gt;p:active{
  background: #FC2E46;
}

.glyphicon-backward{
  float: left;
  margin-top: 3px;
}


.glyphicon-triangle-left {
  margin-right: 9%;
  float: left;
  font-size: 22px;
  text-align: center;
}

.glyphicon-triangle-right {
  font-size: 22px;
}

.glyphicon-forward {
  vertical-align: super;
}

.weekdays {
  margin-bottom: 10px;
}

/* SEZIONE HEADER PLUS*/
.plusStripe{
  background-color: #79A7BE;
  height: 65px;
  padding: 5px 0;
}

.plusStripe&gt;.container-fluid {
  position: relative;
}

.plusTitle {
  transform: rotate(-90deg);
  position: absolute;
  left: -15px;
  top: 13px;
}
.plusTitle&gt;span{
  height: 30px;
  width: auto;
  display: block;
  font-size: 20px;
  font-family: PatuaOne;
  border-bottom: solid #fff 1px;
  color: #fff!important;
  text-transform: uppercase;
}
.plusTitle + .row {
  margin-left: 0;
}

.plus-icon-div&gt;span{
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

.plus-icon-div:hover{
  background: rgba(55, 69, 77, 0.62);
}

.plus-icon-div-mobile{
  background: #79A7BE;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 10px;
  transition: background .3s;
}

.plus-icon-div{
  background: rgba(55, 69, 77, .25);
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 10px;
  transition: background .3s;
}

.plus-icon-div-mobile&gt;img {
  max-width: 40px;
  min-width: 40px;
  margin-right: 10px;
}

.plus-icon-div&gt;img {
  max-width: 40px;
  min-width: 40px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 5px;
  margin-left: 2px;
}

.plus_box{
  margin-top: 2px;
}

.criteri_box{
  border: 1px solid #000;
  background-color: rgba(224, 222, 216, 1);
  padding: 20px;
  z-index: 10;
  position: absolute;
  border-radius: 0.6em;
  display: none;
  left: 25%;
  right: 25%;
}

.criteri_close{
  float: right;
  font-size: 20px;
  margin-top: -8px;
}

.criteri_close:hover{
  cursor: pointer;
}

.autoriTES{
  text-decoration: none;
  font-size: 15px!important;
}

.autoriTES :hover{
  text-decoration-line: none!important;
}

.readAll{
  color: #fff!important;
  background-color: rgba(0,0,0,0)!important;
  /*margin-left: 20px;*/
  padding: 1px;
  text-decoration: underline;
  font-size: 12px;
  border: none;
  vertical-align: baseline!important;
  font-weight: normal;
}

.read_all_text{
  background-color: #fff;
    padding: 15px;
    max-height: 445px;
    overflow-y: auto;
}

.read_all_text p {
  text-align: center;
}

.read_all_content{
  margin: 100px 15% 50px 15%;
  height: 500px;
}

.plus-tendenze {
  cursor:pointer;
  display: inline;
}

.plus-tendenze&gt;a{
  text-decoration: none!important;
}

.tendenze-pink{
  display: inline;
  background-size: cover;
}

.tendenze-green{
  display: block;
  background-size: cover;
  width: 100px;
  margin-left: 5%;
}

.tendenze-blue{
  display: block;
  background-size: cover;
  margin-left: 20%;
}

.tendenze-yellow{
  display: block;
  background-size: cover;
  margin-left: 14%;
  margin-right: -23%;
}

.other-page-formulari{
  margin-left: 15px;
}

.richiesta_info{
   color:#fff;
   font-weight: bold;
}

.img-chi-siete{
  margin-left: 20%;
}

.parent-sidebar {
  z-index: 2;
  margin-top: -20px;
}
.plusStripe + .container-fluid .parent-sidebar {
  margin-top: 0;
  /*bottom: 85px;*/
  margin-top: -85px;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: #6693bc !important;
  font-weight: bold !important;
  color: #ffffff !important;
} 


/* SECTION ---- Media query */

@media (min-width:1441px) {
  body &gt; .container-fluid {
    border-left: 1px solid #666;
    border-right: 1px solid #666;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .plus-icon-div{
    font-size: 10px;
  }
}


@media (max-width:1080px) and (min-width:992px){
  .plus-icon-div{
    font-size: 9px;
  }
}

@media screen and (max-width: 767px) {

  .row.rowone {
    display: none !important;
  }
  article.article_preview{
    width: 100%;
  }

}

@media (min-width: 800px) and (max-width: 1000px){
  .header-calendar {
    padding: 10px 0px 10px 7%;
  }

  .calendar-header {
    margin-left: 2%;
  }

}

@media (max-width: 799px){
  .header-calendar {
    padding: 10px 0px 10px 4%;
  }

  .calendar-header {
    margin-left: 2%;
  }
}

@media (min-width: 768px) and (max-width: 940px) {

}


@media (min-width:992px) and (max-width:1200px){
  .calendar-body{
    padding-left: 8%;
  }
  .header-blue{
    margin-left: -1.5%;
  }
  .header-pink{
    margin-left: 3%;
  }
  .header-yellow{
    margin-left: -1%;
  }
}

@media (min-width: 768px) and (max-width: 895px){
  .calendar-body{
    padding-left: 8%;
  }

}

@media (max-width: 768px) and (min-width: 680px){
  .calendar-body{
    padding-left: 27%;
  }
}

@media (max-width: 680px) and (min-width: 500px){
  .calendar-body{
    padding-left: 22%;
  }
}

@media (max-width: 499px){
  .calendar-body{
    padding-left: 5%;
  }
}
/* SECTION ---- FINE Media query*/


/*  STILE FOOTER  */
.title-footer{
  font-weight: bold;
  padding-left: 0!important;
  padding-bottom: 5px;
  font-family: "Ebrima";
  font-size: large;
  border-bottom: solid #000 1px;
  }

.footer-list{
  padding-top: 10px;
  list-style-type: none;
  padding-left:0px;
}

.footer-list a{
  color: #000!important;
}

.footer-notes{
  margin-top: 40px;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: solid #333 1px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.footer-notes&gt;span{
  font-weight: bold;
  color: #000;
}

.footer-notes&gt;p{
  font-size: smaller;
  color: #000;
  font-family: "Ebrima";
  /*padding-right: 7%!important;*/
}

.rows-no-border{
  border:none!important;
}

.rows-footer{
  display: block;
  height:15px;
  width:auto;
  border:none!important;
}

.rows-footer a{
  border: none!important;
}

.initial-pag-button a{
  border:none!important;
  font-weight: bold;
}

.final-page-button a {
  border:none!important;
  font-weight: bold;
}

.pag-button.active &gt; a{
  background-color: #36ab69!important;
  border: solid #36ab69 1px!important;
  color: #fff!important;
}

.prev-pag-button{
  margin-top: 5px;
}

.prev-pag-button a{
  border:none!important;
}

.next-pag-button{
  margin-top: 5px;
}

.description_interagible-ul{
  padding-left: 10px;
  font-weight: bold;
    color: #fff!important;
}

.description_interagible-ul li{
  border: solid #fff 1px;
  border-radius: 2em;
  padding: 8px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 12px;
  list-style: none;
}

ul.description_interagible-ul&gt;li&gt;a{
  color: #fff;
  text-decoration: none;
}

ul.description_interagible-ul&gt;li&gt;a:hover{
  color: #0093CB;
}


@media (max-width: 1024px){

.searchModal{
  display: none!important; /* Hidden by default */
  padding: 75px!important;
  margin-left: 132px!important;
  margin-right: 250px!important;
    position: inherit!important; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #37454D; /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .article-separator{
    display: none!important;
  }
}


/* Ricerca Avanzata  */

.advance_search_elements{
  font-family: "Ebrima";
    font-weight: bold;
    height: 30px;
    width: 100%;
    border-radius: 0.3em;
}

.formSeparator{
  border-bottom:solid #fff 1px;
  display: block;
  position: relative;
  float:left;
}

.optionForm{
  padding:10px 10px;
  font-size: 12px;
}

.optionForm&gt;div&gt;input{
  border-radius: 0.5em;
  height: 30px;
  width: 90%;
  border-color: #a1a1a1a1;
}

.closeModal {
    position:absolute;
    height: 15px;
    width: 15px;
    right: 3px;
    top:3px;
    cursor: pointer;
}

.disabled {
  cursor: not-allowed !important;
  color: #b7b7b7;
}

.disabled::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b7b7b7;
}
.disabled::-moz-placeholder { /* Firefox 19+ */
  color: #b7b7b7;
}
.disabled:-ms-input-placeholder { /* IE 10+ */
  color: #b7b7b7;
}
.disabled:-moz-placeholder { /* Firefox 18- */
  color: #b7b7b7;
}

.confirmSearch{
  display: block;
  border-radius: 0.3em;
  background-color: #36ab69;
  color: #fff;
  font-weight: bold;
  font-family: "Ebrima";
  width: 60%;
  text-align: center;
  height: 30px;
  padding-top: 1px;
  cursor:pointer;
}

div.confirmSearch{
  padding-top: 6px;
}

.optionForm&gt;input{
  border-radius: 0.7em;
  height: 30px;
  padding-left: 4px;
}

.optionForm&gt;select{
  border-radius: 0.7em;
  height: 30px;
  padding-left: 4px;
}

/*Form accesso*/
.login{
  display: flex;
  flex-direction: column;
}

.login_image_container{
  margin-left: 47px;
}

.tasto_base{
  position: relative;
  width: 60px;
/*  margin-top: 20px;*/
  cursor: pointer;
}

.tasto_profilo{
  position: relative;
  margin-top: -60px;
  margin-left: -4px;
  width: 41px;
  z-index: 10;
  cursor: pointer;
}

.myLoginModal{
  margin-top: 12px!important;
}

#myLoginModal{
  margin-top: 92px!important;
}

.login&gt;h1 {
  margin-top:0px;
  font-family: "Ebrima";
}

.element {
    margin-bottom: 20px;
    font-family: "Ebrima";
    font-weight: bold;
    font-size: larger;
}

.loginButton{
  color: #fff;
  background-color: #36ab69;
  border: none;
  border-radius: 0.3em;
  font-family: "Ebrima";
  font-weight: bold;
  font-size: large;
  padding: 4px 10px;
}

.remindMe {
    padding-left: 15px;
    font-family: "Ebrima";

    color: #000;
    list-style: none;
}

.remindMe li a{
  color: #0093CB;
  font-weight: bold;
}

.message_error{
  color: #FC151D;
  font-weight: bold;
  font-size: medium;
}

ul.remindMe&gt;li&gt;a:hover {
  text-decoration: none!important;
}

.modalForm&gt;fieldset {
  width: 70%;
  margin: 0 15% 20px;
}

#formResetPwd .fieldsGroup {
  display: flex;
  align-items: flex-end;
}

#formResetPwd .fieldsGroup .element {
  margin-bottom: 0;
}

#error_resetpwd_message,
#error_changepwd_message {
  margin-top: 16px;
  color: #36ab69;
  font-weight: 600;
  font-size: medium;
}

#openLogin {
  margin-top: 16px;
  display: inline-block;
}

.loginSidebar{
  background-color: #537083!important;
}

.dataInput {
  height: 30px;
  border-radius: 0.5em;
  border: solid #000 1px;
  padding: 0 10px;
}

#checkDatePasswordModal{
  margin-top: 92px!important;
}

.reload-page-button{
  text-align: center;
  background-color: #36ab69;
  border-radius: 0.8em;
  cursor: pointer;
  padding: 10px 0;
}

#checkPswButton{
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (max-width:768px){
  .adjustPadding{
    padding-left:35px!important;
  }
}

@media only screen and (max-width:425px){
  .loginForm{
    padding:10px 0px 0px 0px!important;
}

  .element {
      width: 100px!important;
      margin-top:20px;
      margin-bottom: 5px;
      font-family: "Ebrima";
      font-weight: bold;
      font-size: larger;
  }
}
/*scrollToTop Button*/
.scrollToTop{
    width: 45px;
    height: 40px;
    text-align: center;
    background: url(../../public/img/scrollToTop.png) center center no-repeat #536D7A;
    position: fixed;
    z-index: 4;
    bottom: 70px;
    right: 0px;
    border-bottom-left-radius: 0.5em;
    border-top-left-radius: 0.5em;
}
.scrollToTop:hover{
	text-decoration:none;
}

 @media (max-width: 1050px) and (min-width: 1025px){
   .article-separator{
     margin-left: 36.35%;
   }
 }

/* PROFILO UTENTE */

.profilo_utente{
   border: solid #36ab69 3px;
   border-radius: 0.5em;
}

.titolo_profilo{
  font-weight: bold;
  font-size: x-large;
}

.titolo_elenco{
  font-weight: bold;
  font-size: x-large;
  margin-bottom: 0;
}

.lista_preferiti{
  padding-left: 0px;
  list-style: none;
  display: inline-table;
  width: 100%;
  margin-top: 15px;
}

.lista_preferiti&gt;li{
  padding: 5px;
    color: #848484;
    font-family: "Ebrima";
}

.white {
  border-top: solid #000 1px;
  border-left: solid #000 1px;
  border-right: solid #000 1px;
}

.lista_preferiti &gt; li &gt; a{
  color: #000!important;
  font-weight: normal!important;
}

.profilo_utente_titolo{
  background-color: #36ab69;
  height: fit-content;
  color: #fff;
}

.profilo_utente p{
  padding: 0 15px;
  font-weight: bold;
}

.dati_utente{
  margin: 25px 0;
}

.dati_utente &gt; span{
  font-weight: normal;
}

.articoli_preferiti{
  margin-top: 50px;
  border-bottom: solid #36ab69;
  padding: 0;
}

.titolo_preferiti{
  font-weight: bold;
  font-size: x-large;
  margin-bottom: 25px;
}

.grey_border{
  border-bottom: solid #000 1px!important;
}

.delete_favorite_content{
  float: right;
  font-size: large;
  cursor: pointer;
  margin-top: -4px;
}

/* ABBONAMENTI */

.packageList{
   padding:10px 0px 0px 0px;
  list-style: none;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.packageList&gt;li{
  padding: 5px;
  border-bottom:solid #000 1px;
}

.last{
  border-bottom:none!important;
}

.red{
  margin-top: 0px;
  border: solid #E8364B 2px;
  border-radius: 0.5em;
  padding: 0 10px 10px 10px;
  color: #E8364B;
}

.red li{
  border-color: #E8364B;
}

.titlePackage{
    color: #36ab69;
    font-weight: 900;
    font-size: 14px;
}

.border_red{
  border-bottom: solid #36ab69 3px;
}

.titlePayment{
  font-size: 26px;
  padding: 20px 0;
  margin: 40px 0 20px;
  color: #36ab69;
  border-top: solid #36ab69 3px;
  border-bottom: solid #36ab69 3px;
  font-family: PatuaOne;
  text-align: center;
}

.infoPayment{
  margin-top: 20px;
  font-size: 18px;
}

.payment{
  margin-top: 35px;
}

.bottomRow{
  width: 103%!important;
  margin: 25px 0;
  left: -30px;
  display: block;
  border-bottom: solid #A5A5A5 1px;
}

.notes{
  font-size: 12px;
  font-weight: 700;
  color: #36ab69;
}

.univesityNotes{
  font-size: 15px;
}

.univesity&gt;img{
  width: 100%;
}



@media (max-width:767px){
  .title-footer{
    margin-top:10px;
  }
  .login{
    display: flex;
    flex-direction: column;
    position: initial;
  }
  .login_image_container {
    margin-left: 1px;
  }
  .tasto_base{
    width: 35px;
  }
  .accedi_container{
    position: initial;
    margin-top: 0;
    margin-left: 0;
  }
  .mobile_search{
    position: fixed;
    z-index: 11;
    top: 88%;
    left: 83%;
  }

  .mobile_search&gt;img{
    width: 60px;
  }
  .ricerca_input {
    height: 60px;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 88%;
    left: 3%;
    background-color: #36ab69;
    transition: left 15s ease-out;
    border-radius: 2em;
    z-index: 10;
}
.ricerca_input&gt;input{
  display: none;
  width: 0;
  background-color: #36ab69;
  border-radius: 2em;
  height: 60px;
  color: #fff;
  padding-left: 15px;
  padding-bottom: 8px;
  border: 0;
  font-size: 20px;
}
.shadow_search{
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 9;
  display: none;
}
}

@media (max-width:767px) and (min-width:426px){
  .mobile_search{
    left: 85%;
  }
}

@media (min-width:768px){
  .mobile_search{
    display: none;
  }
  .shadow_search{
    display: none;
  }
  .ricerca_input{
    display: none;
  }
}

@media (max-width:434px){
  #SprintPlus{
    width: 100%;
    height: 8%;
  }
  #Sprint{
    width: 100%;
    height: 8%;
  }
}

@media (max-width:425px){
  .channel_group{
    left: 0;
    margin-left: 0!important;
  }
}


/* ACCESSO RAPIDO */

.accessorapidodata{
  margin: 0!important;
  list-style: none!important;
  border: none!important;
}

.accessorapidodata&gt;a{
  color: #fff;
}

.accessorapidovoice&gt;ul{
  margin-left: -20px!important;
}

.accessorapidovoice&gt;span:hover{
  text-decoration: underline;
}

.accessorapidodata&gt;a:hover{
  color: #fff;
}

/* css calendario nella fascia blu laterale*/
#calendarEvents .ui-datepicker{
  font-family:"Ebrima"!important;
  color: white!important;
}

.ui-datepicker td a{
  padding-right: 8px!important;
}

#calendarEvents .ui-widget-content{
  background-color: transparent!important;
  margin: 0 auto;
}
#calendarEvents .ui-widget.ui-widget-content {
  border: 1px solid transparent!important;
}
#calendarEvents .ui-widget-header {
  border: 1px solid transparent!important;
  background: transparent!important;
  color: white!important;
  font-weight: bold;
}
#calendarEvents .ui-state-default{
  border: 1px solid transparent!important;
  background: transparent!important;
  color: #fff!important;
}

#calendarEvents td.multi::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border-top: 18px solid #013b9e;
  border-left: 18px solid transparent;
}
#calendarEvents  td.multi::after {
  content: '+'!important;
  font-size: 14px!important;
  color: #fff!important;
  position: absolute!important;
  top: 0!important;
  right: 0!important;
  width: 10px!important;
  height: 10px!important;
  line-height: 10px!important;
  z-index: 2!important;
}

#calendarEvents .ui-state-hover{
  background-color: rgba(0,0,0,0.3)!important;
}

#calendarEvents .convegno {
  background-color: #0f966e!important;
}

#calendarEvents .seminario {
  background-color: #36a9e1!important;
}

#calendarEvents .formazione {
  background-color: #f5ae10!important;
}

#calendarEvents .bandi-e-concorsi {
  background-color: #c4b8d9!important;
}

#calendarEvents .entrata-in-vigore-scadenza {
  background-color: #ec671a!important;
}

#calendarEvents .evento-internazionale {
  background-color: #c6c6c6!important;
}

#calendarEvents .mostra {
  background-color: #0af59b!important;
}

.wrapper {
  height: 204px;
}
.wrapper .loader {
  display: none;
  position: relative;
  left: 45%;
  top: 50%;
  border: 5px solid #4a5b64;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 0.5s linear infinite;
}

.modal .loader {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal .loader::before {
  content: '';
  position: absolute;
  background-color: rgba(255,255,255,0.8);
  width: 100%;
  height: 100%;
}

.modal .loader::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border: 5px solid #36ab69;
  border-radius: 50%;
  border-top: 5px solid #93ffc2;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  -webkit-animation: spin 0.5s linear infinite; /* Safari */
  animation: spin 0.5s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}






/*#calendarEvents .datepicker-panel{
  font-family:"Ebrima";
  font-weight: bold;
  color: #fff;
}


#calendarEvents .datepicker-panel &gt; ul &gt; li{
  background-color: transparent!important;
  border-radius: 0.3em;
  position: relative;
  overflow: hidden;
}

#calendarEvents .datepicker-panel &gt; ul &gt; li.disabled{
  cursor : default!important;
}



#calendarEvents .datepicker-panel &gt; ul &gt; li.multi::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border-top: 18px solid #013b9e;
  border-left: 18px solid transparent;
}
#calendarEvents .datepicker-panel &gt; ul &gt; li.multi::after {
  content: '+';
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  line-height: 10px;
  z-index: 2;
}


#calendarEvents .datepicker-panel &gt; ul &gt; li.picked{
  border-radius: 0.3em;
  background-color: rgba(255,0,0,1)!important;
  box-shadow: 4px 4px 0px rgba(165,0,0,1);
  color:#fff!important;
 font-weight: bold;
}

#calendarEvents .datepicker-container{
  width: 224px!important;
}

#calendarEvents .datepicker-panel &gt; ul &gt; li:hover{
  border-radius: 0.3em;
  background-color: rgba(0,0,0,0.3)!important;
  font-weight: bold;
}

#calendarEvents .datepicker-panel &gt; ul &gt; li[data-view='month current'] {
  width: 164px!important;
}

#calendarEvents ul.week li{
  margin:0px 1px!important;
}

#calendarEvents ul.days li{
  margin:2px 1px!important;
}*/

/* popUpEvents */

#popUpEvents {
  background-color: #ffffff;
  z-index: 10;
  width: 45%;
  top: 180px;
  left: 25%;
  height: auto;
  min-height: 220px;
  position: absolute;
  border: solid #36AB69 2px;
  border-radius: 0.3em;
  padding: 15px;
  margin-top: 220px;
}

#popUpEvents .close{
  position: absolute;
  top: -2px;
  right: 15px;
  height: 5px;
  width: 5px;
  color: #050505;
  opacity: 0.5;
  font-weight: normal;
}

#popUpEvents .item-event {
	display: block;
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid #eee;
}
#popUpEvents span {
	margin: 10px;
	font-size: 0.8em;
}
#popUpEvents a {
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	background: none;
}

#popUpEvents div.linkTo {
	color: #333;
	background: none;
	text-decoration: none;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding-bottom: 20px;
}
#popUpEvents div.linkTo:hover {
	color: #111;
	background-color: #36ab6980;
  border-radius: 5px;
}

#popUpEvents span.img {
	display: block;
	float: left;
	text-align: center;
	padding: 3px;
	border-radius: 3px;
	box-sizing: content-box;
}

#popUpEvents .item-event-title {
	display: block;
	min-width: 200px;
	font-weight: bold;
	padding: 20px 5px 3px 5px;
}

#popUpEvents .item-info {
	display: block;
	min-width: 200px;
	font-size: 12px;
	padding: 0 8px 2px 8px;
}

#popUpEvents .item-location {
	font-size: 12px;
	padding: 0 8px 3px 8px;
}

#eventItemTemplate {
  display: none;
}


.titleEvent{
  font-weight: bold;
  border: 0 solid;
  padding: 15px 15px 0px 15px;
  margin-bottom: 20px;
  border-bottom: solid #000 1px;
}

.titleEvent .articletitle{
  font-size: 20px;
}

.titleEvent .categoryEvents{

  color: #0093CB;
}

.descriptionEvent{
  display: flex;
  flex-direction: column;
}

.descriptionEvent&gt;div&gt;span{
  margin-left: 38%;
}

.text_event{
  margin-top: 30px;
}

#selectedEvent a&gt;img{
  margin-bottom: 15px;
}

.information_container{
  padding-top: 2%;
  padding-bottom: 2%;
  border: 0 solid;
  background-color: #CCCCCC;
  border-bottom-right-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  margin-bottom: 50px;
}

.information_container div{
  overflow: hidden;
}

.download_container{
  border: 0 solid;
  background-color: #FAFAFA;
  border-radius: 0.5em;
  padding: 15px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.download_container&gt;p{
  margin: 0;
}

.download_container&gt;a{
  text-decoration: none;
}

.description_container{
  margin-top: 15px;
}

.description_container&gt;div&gt;p{
  text-align: left;
  margin: 0;
}

.information_container&gt;div&gt;div&gt;div&gt;a:hover{
  text-decoration: none;
}

.image_container_event{
  margin-bottom: 20px;
}

.descriptionEvent img{
  display: block;
  margin: 15px auto;
  border-radius: 0.3em;
}

.mapEvent {
  margin: 15px 0px;
  font-weight: bold;
}

#map{
  height: 300px;
  width: 100%;
  margin: 20px 0;
  display: block;
  border-radius: 0.3em;
}

.datesEvent{
  font-weight: bold;
  font-size: large;
  margin-bottom: 20px;
}

/*css cronologia normativa e giurisprudenza*/

.laws{
  list-style: disc;
}

.laws&gt;li{
  margin-left: -30px;
}


.years{
  line-height: 25px;
}

.pagination {
  margin-top: 40px;
}
.pagination a {
  margin-right: 5px!important;
  border-radius:2em!important;
  color: #000!important;
  z-index: 0 !important;
}

.pagination_commissione {
  margin-top: 40px;
  display: none;
}
.pagination_commissione a {
  margin-right: 5px!important;
  border-radius:2em!important;
  color: #000!important;
  z-index: 0 !important;
}

.menu-links{
  color:#fff!important;
  text-decoration: none!important;

}
 /*css scrollbar*/
 #style-2::-webkit-scrollbar-track
 {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   border-radius: 10px;
   background-color: #F5F5F5;
 }

 #style-2::-webkit-scrollbar
 {
   margin-left: 5px;
   width: 8px;
   background-color: #F5F5F5;
 }

 #style-2::-webkit-scrollbar-thumb
 {
   border-radius: 10px;
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
   background-color: #878787;
 }

 .ui-state-default {
	border: 1px solid transparent!important;
	background: transparent!important;
}
.ui-state-hover{
  background-color:#e6f2ff!important;
}
.ui-widget-header {
	border:none!important;
	background: transparent!important;
	color: #333333;
	font-weight: bold;
}

.ui-state-active {
  color: #007fff!important;
}

#calendarEvents .ui-datepicker td {
	position: relative;
}

h1.giurisprudenza_title{
  display: flex;
  border-bottom: solid #36ab69 3px;
  font-family: Ebrima;
  margin: 0 0px 10px 0px;
  padding: 0px 20px 10px 0px;
  font-size: 13px;
  position: relative;
  line-height: 26px;
  align-items: flex-end;
  font-weight: bold;
}

h1.page_title {
  display: flex;
  border-bottom: solid #36ab69 3px;
  font-family: PatuaOne;
  margin: 0 0px 40px 50px;
  padding: 0px 20px 10px;
  font-size: 26px;
  position: relative;
  line-height: 26px;
  align-items: flex-end;
  height: 55px;
}
h1.page_title::before {
  content: '';
  width: 60px;
  height: 60px;
  border: 8px solid #36ab69;
  background-color: #36ab69;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px 10px 0 10px;
  position: absolute;
  bottom: -3px;
  left: -60px;
}
h2.page_description {
  font-size: 18px;
  margin: -25px 0 25px 100px;
}
h2.page_description_giurisprudenza{
  font-size: 18px;
  margin: -25px 0 25px 0px;
}
.row + h1.page_title {
  margin-top: 40px;
}
h1.page_title.abbonamenti::before {
  background-image: url('../../public/img/h-iscrizione.png');
}
h1.page_title.university::before {
  background-image: url('../../public/img/h-university.png');
}
h1.page_title.faq::before {
  background-image: url('../../public/img/h-faq.png');
}
h1.page_title.preferiti::before {
  background-image: url('../../public/img/h-preferiti.png');
}
h1.page_title.info::before {
  background-image: url('../../public/img/h-info.png');
}
h1.page_title.comitato::before {
  background-image: url('../../public/img/h-comitato.png');
}
h1.page_title.news::before {
  background-image: url('../../public/img/h-news.png');
}

#pageshader {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(55, 69, 77, .3);
  display: none;
}

.lista-Commissioneeuropea{
  display: none;
}

.filters_container{
  display: flex;
  padding-bottom: 15px;
  border-bottom: 3px solid #36ab69;
}

.span_box span{
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

.categories-button{
  text-align: center;
  background-color: #fff;
  border: 2px solid #36ab69;
  border-radius: 0.3em;
  font-weight: bold;
  padding: 6px;
  cursor: pointer;
  margin-right: 10px;
  padding: 15px;
}

.categories-button:hover{
  background-color: #36ab69;
  color: #fff;
}

.selected-categories{
  background-color: #237d4a;
  color: #fff;
}

.sprint{
  background-color: #E8364C;
  padding: 5px 15px;
}

.logo_box{
  width: 75%;
}

.logo_box img{
  height: 45px;
}

.link_sprint{
  width: 25%;
  font-size: 11px;
  position: absolute;
  right: 10px;
}

.crossresearch_check{
  position: absolute;
  right: 9%;
  bottom: -3px;
  display: flex;
  color: #fff;
}

.crossresearch_check span{
  margin: 0 5px;
}

.sprint_label{
  /*margin: 0 3px;
  font-weight: bold;
  font-style: italic;
  background-color: #E8364C;*/
 /* background-image: url(/public/img/sprint-label.png);*/
  height: 16px;
  margin-top: 1px;
}
</pre></body></html>