:root {
    --container-width: 100%;
}

@media (min-width: 576px) {
    :root {
      --container-width: 540px;
    }
  }

  @media (min-width: 768px) {
    :root {
      --container-width: 720px;
    }
  }

  @media (min-width: 992px) {
    :root {
      --container-width: 960px;
    }
  }

  @media (min-width: 1200px) {
    :root {
      --container-width: 1140px;
    }
  }

  @media (min-width: 1400px) {
    :root {
      --container-width: 1320px;
    }
  }



body {
    font-family: Lato, sans-serif;
}

body.nav-up {
    padding-top: 175px;
}

img {
    max-width: 100%;
    height: auto;
}


a, a:hover, a:focus {
    color: inherit;
}

#overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
    backdrop-filter: blur(3px);
    display: none;
    z-index: 100;
}

#header {
    top: -200px;
    transition: top .2s;
    width: 100%;
    z-index: 110;
}

.nav-up #header {
    position: fixed;
    top: 0;
}

#header.nav-up {
    top: -175px;
}

#header .top {
    background: #128A50;
    color: #fff;
    padding: 5px 0;
}

#header .top a:hover, #header .top a:focus {
    text-decoration: underline;
}

#header .top h2 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 300;
}

#header .top p {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
}

#header .top a {
    font-size: 26px;
    text-decoration: none;
    font-weight: 600;
}

#header .top [class^="net-"] {
    padding-left: 70px;
    background-repeat: no-repeat;
    min-height: 60px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    background-position: left center;
}

#header .top .net-education {
    background-image: url(../img/edu-w.svg);
    background-size: 61px;
}
#header .top .net-app {
    background-image: url(../img/app.png);
    background-size: 54px;
}
#header .top .net-numero {
    background-image: url(../img/tel-w.svg);
    background-size: 54px;
    padding-left: 50px;
}

#header .top .container, #header .top .row {
    height: 100%;
}

#header .bottom {
    background: #fff;
}

#header .bottom .logo {
    display: block;
    padding: 20px;
}

#header .bottom .logo img {
    max-height: 60px;
}

@media (max-width: 768px) {
    #header .bottom .logo img {
        max-height: 40px;
    }
}

#header .bottom .tagline {
    color: #3E555F;
    font-size: 26px;
    line-height: 1;
}

@media (max-width: 991px) {
    #header .bottom .tagline {
        order: 3;
    }
}


#header .bottom .buttons {
    color: #FD6C21;
    font-size: 30px;
    display: flex;
    justify-content: end;
}

#header .bottom .buttons a {
    padding: 0 10px;
    margin-left: 20px;
}

#header .buttons a:not(.collapsed) {
    background-color: #3D5660;
    color: #fff;
    position: relative;
    z-index: 200;
}

#search-form {
    background-color: #3D555F;
    padding: 25px;
    margin: 0 auto;
    position: absolute;
    top: 180px;
    left: 30px;
    right: 30px;
    z-index: 200;
    text-align: center;
}

#search-form label {
    color: #fff;
    text-transform: uppercase;
    margin-right: 10px;
}

#search-form input {
    background-color: #fff;
    font-size: 24px;
    padding: 5px 10px;
    border: none;
    margin-right: 10px;
}

#search-form button {
    font-size: 30px;
    color: #fff;
    background: none;
    border: none;
}






#menu {
    position: absolute;
    top: 142px;
    right: 12px;
    z-index: 200;
    color: #fff;
    pointer-events: none;
    z-index: 210;
}

@media (max-width: 991px) {
    #menu {
        top: 68px;
    }
}

@media (max-width: 767px) {
    #menu {
        top: 60px;
    }
}

#menu .row {
    background: #3D555F;
    pointer-events: all;
}

 
#menu h2 {
    font-size: 14px;
    color: #fff;
    opacity: .6;
    text-transform: uppercase;
}

#menu a {
    text-decoration: none;
}

#menu a:hover, #menu a:focus {
    text-decoration: underline;
}

#menu ul {
    font-size: 18px;
}

#menu li {
    margin-bottom: 8px;
}

#menu .arrows {
    text-align: center;
    background-color: #2c3438;
    padding: 20px;
}

#menu .arrows a {
    font-size: 28px;
    font-weight: bold;
    padding-left: 56px;
    position: relative;
    line-height: 1;
    padding-top: 5px;
    min-height: 42px;
    display: inline-block;
    margin: 0 15px 5px;
}

@media (max-width: 991px) {
    #menu .arrows {
        text-align: left;
    }
    #menu .arrows a {
        display: block;

    }
}

#menu .arrows a::before {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -21px;
    background-color: #FD6C21;
    width: 42px;
    height: 42px;
    display: block;
    color: #fff;
    line-height: 42px;
    text-align: center;
    font-size: 26px;
    transition: all .3s;
    border: 1px solid transparent;
}

#menu .arrows a:hover::before, #menu .arrows a:focus::before {
    background-color: #fff;
    color: #FD6C21;
    border-color: initial;
}








.submenu {
    text-transform: uppercase;
    color: #3D565F;
    font-size: 13px;
    margin-top: 100px;
}

@media (max-width: 991px) {
    .submenu {
        margin-top: 20px;
    }
}

.submenu li a {
    padding: 10px;
    display: block;
    text-decoration: none;
}

.submenu li a:focus, .submenu li a:hover {
    background-color: #f8f8f8;
}

.submenu li.selected {
    font-weight: bold;
}

.submenu > ul > li {
    border-bottom: 1px solid #D5DEE2;
}

.submenu > ul > li:last-child {
    border-bottom: none;
}

.submenu > ul > li.section-end {
    padding-bottom: 30px;
    border-bottom: none;
    position: relative;
}

li.section-end:after {
    content: "";
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #3D555F;
}

.submenu ul ul {
    margin-left: 20px;
}

.submenu li li {
    padding: 5px 0;
    text-transform: lowercase;
}

.submenu > li.selected {
    font-weight: bold;
}

article .description {
    font-weight: bold;
    color: #1B854B;
}

article .description strong {
    color: #333;
}

.search-results h2 {
    font-size: 18px;
}

/* Stili interni per editor */

article {
    font-size: 18px;
    color: #3d565f;
    margin-top: 50px;
    margin-bottom: 50px;
}

article .focus {
    color: #fff;
    font-weight: bold;
    background: #3D555F;
    padding: 50px;
    font-size: 18px;
    margin: 30px 0;
}

article ul {
    list-style: disc;
}

.italic {
    font-style: italic;
}

article a {
    text-decoration: underline;
    color: #FD6C21;
}

article h3 a {
    color: inherit;
}

article h2 {
    margin: 20px 0 0;
    font-size: 26px;
    border-left: 10px solid #FD6C21;
    padding-left: 10px;
}

article h3 {
    margin: 15px 0 0;
}

article table {
    width: 100%;
}

article th {
    padding: 5px;
    background: #333;
    color: #fff;
    border-right: 1px solid #666;
}
article td {
    border-bottom: 1px solid #ccc;
    padding: 3px 5px;
}

article tr:nth-child(even) td {
    background: #f8f8f8;
}

article .video-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

article .video-wrapper i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -10px;
    font-size: 50px;
    color: #f00;
    transition: transform .2s;
}

article .video-wrapper a:hover i {
    transform: scale(1.2);
}

article .video-wrapper h2 {
    margin: 0;
    background-color: #000;
    font-size: 18px;
    color: #fff;
    padding: 5px 15px;
}

/* End stili editor */

.scelta-comune {
    padding: 60px 0;
    background: #fff;
    color: #3E555F;
}

.scelta-comune h2 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
}

.scelta-comune label {
    font-size: 30px;
    line-height: 1.2;
}

#id-comune {
    padding: 19px 30px;
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    height: 70px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #FD6C21 url(../img/chevron-down.svg) no-repeat right 25px center;
}

#id-comune:focus {
    background-color: #fff;
    color: #FD6C21;
    border: 1px solid #FD6C21;
    background: #FFF url(../img/chevron-down-orange.svg) no-repeat right 25px center;
}

#id-comune [disabled], #id-comune option[value=""] {
    color: #fff;
    opacity: .5;
    pointer-events: none;
}


.template-comune_view h1 {
    font-size: 18px;
    font-weight: normal;
}

.template-comune_view .files {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.template-comune_view .files li {
    padding: 5px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.template-comune_view .files li .fa {
    margin-right: 5px;
}

.template-comune_view .files a {
    color: #FD6C21;
    font-weight: bold;
    padding-right: 50px;
    display: block;
}

.template-comune_view .files li .size {
    font-size: 12px;
    color: #999;
    position: absolute;
    right: 0;
    top: 5px;
}

.links-comune {
    font-size: 18px;
}

.links-comune a {
    text-decoration: underline;
    margin: 0 10px;
    display: block;
}

#dovelobutto {
    margin: 30px 0;
}

#dovelobutto .label {
    background: #2C3F45;
    color: #fff;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
}

#dovelobutto label {
    font-weight: normal;
}

#dovelobutto .query {
    background: #D7DDDF;
    height: 60px;
    line-height: 55px;
}

#dovelobutto .query input[type=text] {
    background: none;
    border: none;
    font-size: 22px;
    width: 90%;
    outline: none;
}

#dovelobutto button {
    border: none;
    background: none;
    color: #fff;
    font-size: 30px;
    position: absolute;
}

#dovelobutto button:hover {
    color: #FD6C21;
}

h2.toggle {
    color: #fff;
    font-weight: normal;
    background: #2C3F45;
    line-height: 60px;
    height: 60px;
    font-size: 20px;
    margin-bottom: 30px;
}

.toggle button {
    padding: 0 15px;
    display: block;
    color: inherit;
    position: relative;
    background: none;
    width: 100%;
    text-align: left;
    border: none;
}

h2.toggle button:after {
    content: "";
    width: 24px;
    height: 15px;
    background: url(../img/tri.png) no-repeat;
    position: absolute;
    right: 20px;
    top: 24px;
    transition: transform .5s;
}

h2.toggle button[aria-expanded=true]:after {
    transform: rotate(180deg);
}

.toggle button.accordion-extra-text {
  display: grid;
  grid-template-columns: 1fr max-content max-content;
  align-items: center;
  grid-gap: 10px;
}

.toggle button.accordion-extra-text .extra-text {
    font-size: 12px;
}

.toggle button.accordion-extra-text:after {
    position: static;
}

h3.toggle {
    margin-bottom: 0;
}

h3.toggle button {
    font-size: 18px;
    color: #FD6C21;
    padding: 10px 30px;
}

h3.toggle button:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 14px;
    border: 10px solid;
    border-color: #FD6C21 transparent transparent;
}

div[id^=calendario-] {
    border-left: 2px solid #FD6C21;
    margin-left: 9px;
    padding-left: 10px;
    margin-top: -20px;
    padding-top: 20px;  
}

.giornate h3 {
    display: inline-block;;
    margin: 0 20px 20px 0;
}

.giornate > li {
    padding: 20px 0;
    border-bottom: 1px solid #BCC0C2;
}

.giornate > li:last-child {
    border-bottom: none;
}

.giornate .giorni {
    text-transform: uppercase;
    color: #FD6C21;
    font-weight: bold;
    display: inline;
    word-spacing: 20px;
}

.giornate .nota span {
    background: #FD6C21;
    color: #fff;
    padding: 3px 5px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.template-bandi_listing h2 {
    font-size: 24px;
}

.template-bandi_listing .giornate li li {
    margin-bottom: 15px;
}

.date-expires {
    background: #3D555F;
    font-size: 12px;
    border-radius: 3px;
    padding: 3px 10px;
    color: #fff;
}

.template-bandi_listing .giornate li li .date {
    color: #666;
    font-size: 14px;
}

.map-canvas {
    height: 100%;
}

.info-centro {
    background: #D7DDDF;
    padding: 15px !important;
    min-height: 350px;
}

.info-centro h3 {
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 0;
}

.info-centro h4 {
    font-size: 18px;
    margin-bottom: 0;
}

.info-comune .info {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    height: 100px;
    font-size: 22px;
    border-radius: 5px;
}

.info-comune.small .info {
    height: 70px;
    font-size: 18px;
}

.info-comune .info a {
    padding: 15px;
    display: block;
    height: 100%;
    background-color: #3d555f15;
    display: flex;
    align-items: center;
    line-height: 1.2;
    text-decoration: none;
    color: inherit;
}

.info-comune .info a i {
    margin-right: 15px;
    font-size: 34px;
}

.info-comune .info a img {
    margin-right: 15px;
    width: 42px;
}

.info-comune .info a:hover, .info-comune .info a:focus {
    text-decoration: none;
    background-color: #FD6C21;
    color: #fff;
}


/*
 * FOOTER
 */
#footer {
    background: #ECEEEF;
    padding: 40px 0;
}

#footer a {
    color: #FD6C21;
    text-decoration: none;
}

#footer a:hover, #footer a:focus {
    text-decoration: underline;
}

#footer div[class^="net-"] {
    padding-left: 70px;
    background-repeat: no-repeat;
    min-height: 60px;
    background-position: left center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#footer div[class^="net-"] p {
    margin-bottom: 0;
}

#footer .indirizzo {
    color: #3E555F;
    font-size: 16px;
    font-weight: 300;
}

#footer .indirizzo img {
    height: 48px;
    margin-bottom: 10px;
    display: block;
}

#footer .net-numero {
    color: #128A50;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
}

#footer h2 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}

#footer h4:not(:first-child) {
    margin-top: .5rem;
}

#footer .sedi {
    font-size: 16px;
    color: #3E555F;
    line-height: 1.2;
    font-weight: 300;
}

#footer .sedi h2 {
    color: #455C66;
    text-transform: uppercase;
    font-size: inherit;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .5px;
}

#footer .sedi h3 {
    text-transform: uppercase;
    font-size: inherit;
    margin: 15px 0 0;
}

#footer .sedi p {
    margin-bottom: 0;
}

#footer .links {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px;
}

#footer .links li {
    margin-bottom: 15px;
}

#footer .net-education, #footer .net-app, #footer .net-education a  {
    color: #128A50;
}

#footer .net-education {
    background-image: url(../img/edu.svg);
    background-size: 61px;
    margin-bottom: 30px;
}

#footer .net-education p {
    line-height: 1;
}

#footer .net-education a {
    font-size: 26px;
    font-weight: bold;
}

#footer .net-app {
    background-image: url(../img/app.png);
    background-size: 54px;
}

#footer .net-app h2 {
    margin-bottom: 6px;
}

#footer .net-app a {
    margin-right: 10px;
}

#footer .row .net-numero {
    background-image: url(../img/tel.svg);
    background-size: 54px;
    padding-left: 50px;
}










/* HOME PAGE */


#banners {
    position: relative;
}

#banners ul.slick-slider {
    margin: 0;
    padding: 0;
}

#banners li {
    width: 100%;
}

#banners li img {
    width: 100%;
    object-fit: contain;
}

#banners li a {
    display: block;
    height: 100%;
}

#banners .slick-dots {
    position: absolute;
    z-index: 90;
    left: 0;
    text-align: center;
    width: 100%;
    bottom: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#banners .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    padding: 0;
}

#banners .slick-dots li button {
    display: none;
}

#banners .slick-dots li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
}

#banners .slick-dots li.slick-active::before {
    background: #FD6C21;
    border-color: #FD6C21;
}

#banners .prev-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: -25px;
    background-color: #FD6C21;
    color: #fff;
    text-align: center;
    line-height: 50px;
    transition: all .3s;
    border: 1px solid transparent;
}

#banners .prev-next:focus, #banners .prev-next:hover {
    background-color: #fff;
    color: #FD6C21;
    border-color: initial;
}

#banners .prev-next.prev {
    left: -25px;
}

#banners .prev-next.next {
    right: -25px;
}

@media (max-width: 768px) {
    #banners .prev-next.prev {
        left: 0;
    }
    
    #banners .prev-next.next {
        right: 0;
    }
}

@media(max-width: 1199px) {
    #banners li {
        padding: 20px;
        height: 400px;
    }
}

@media(max-width: 991px) {
    #banners li {
        padding: 20px;
        height: 300px;
    }
    #footer .links {
        text-align: left;
    }
}

@media(max-width: 540px) {
    #banners li {
        padding: 20px;
        height: 180px;
    }
    #banners .pager a {
        width: 10px;
        height: 10px;
    }
}

.box-left {
    background-color: rgba(253, 108, 33, .1);
}

.box-right {
    background-color: rgba(230, 243, 237, 1);
}

.box-left, .box-right {
    color: #3E555F;
    height: 460px;

    @media (max-width: 1199px) {
        height: 400px;
    }

    @media (max-width: 991px) {
        height: auto;
    }
}

.box-left .responsive-padding, .box-right .responsive-padding {
    @media (min-width: 992px) {
        padding-right: 3.5rem;
        padding-left: 3.5rem;
    }
    @media (min-width: 1200px) {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    @media (min-width: 1400px) {
        padding-left: 7rem;
        padding-right: 7rem;
    }
}

.box-left .section-name, .box-right .section-name {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FD6C21;
    letter-spacing: 0.56px;
}

.box-left h2, .box-right h2 {
    font-weight: 900;
    font-size: 40px;
    line-height: 40px;
}

.box-left p, .box-right p {
    font-size: 20px;
}

.box-left img, .box-right img {
    top: 50%;
    transform: translateY(-50%);

    @media (max-width: 991px) {
        top: unset;
        transform: unset;
    }

    @media (min-width: 992px) {
        width: 390px;
    }
    @media (min-width: 1200px) {
        width: 480px;
    }
    @media (min-width: 1400px) {
        width: 580px;
    }
}

.box-left img {
    @media (min-width: 992px) {
        position: absolute;
    }

    @media (min-width: 992px) {
        right: -15px;
    }
    @media (min-width: 1200px) {
        right: -25px;
    }
    @media (min-width: 1400px) {
        right: -40px;
    }
}

.box-right img {
    @media (min-width: 992px) {
        position: absolute;
    }

    @media (min-width: 992px) {
        left: -15px;
    }
    @media (min-width: 1200px) {
        left: -25px;
    }
    @media (min-width: 1400px) {
        left: -40px;
    }
}

.box-left ul, .box-right ul {
    font-size: 20px;
    line-height: 28px;
    list-style-type: none;
    padding-left: 0;
}

.box-left ul li::before, .box-right ul li::before {
    content: "\2014 ";
    padding-right: 5px;
}

.box-left .keyword, .box-right .keyword {
    font-weight: 900;
    color: #FD6C21;
}

.box-left .button-link, .box-right .button-link {
    background-color: #FD6C21;
    padding: 19px 30px;
    color: #fff;
    font-size: clamp(1.375rem, 1.325rem + 0.25vw, 1.625rem);
    line-height: 32px;
    font-weight: bold;
    height: 70px;
    width: 100%;
    text-decoration: none;
}

.box-left .button-link:focus, .box-right .button-link:focus {
    background-color: #fff;
    color: #FD6C21;
    border: 1px solid #FD6C21;
}

.box-left .button-link i, .box-right .button-link i {
    font-size: 32px;
}

#home-news {
    padding: 40px 0;
    background: url(../img/news.png) no-repeat calc((100vw - var(--container-width)) / 2 - 120px) bottom;
    background-size: auto 339px;
}

#home-news .header {
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}

#home-news h2 {
    font-size: 32px;
}

#home-news .see-all {
    position: absolute;
    text-transform: uppercase;
    color: #FD6C21;
    text-decoration: none;
    right: 0;
    top: 6px;
}

#home-news a:hover, #home-news a:focus {
    text-decoration: underline;
}


#home-news h3 {
    font-size: 22px;
    font-weight: 700;
}

#home-news h3 a {
    text-decoration: none;
}

#home-news p {
    font-size: 16px;
}

/*
 * END HOME
 */

#news-home .see-all {
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 30px;
}

.template-news_listing .meta {
    font-size: 14px;
    font-weight: bold;
    color: #FD6C21;
}

.template-news_listing .picture {
    float: left;
}

.control-label {
    font-size: 13px;
    font-weight: bold;
}

.form-group {
    padding: 15px;
    background: #f8f8f8;
}

label a {
    text-decoration: underline;
}

.file-block {
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 5px;
}
.file-block a {
    text-decoration: none;
}

.file-block .size {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 12px;
    white-space: nowrap;
}

.gallery li {
    float: left;
    margin: 0 10px 10px 0;
    width: 200px;
    height: 150px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.gallery li .picture {
    min-height: 150px;
}

/* espansione mappe su mobile */
@media(max-width: 767px) {
    iframe[src*=maps] {
        margin: 0 -15px;
        width: calc(100% + 30px);
    }
}

/* Integrazioni bootstrap */
.btn {
    text-decoration: none;
}

.page-link {
    color: #FD6C21;
}

.page-item.active .page-link {
    background-color: #FD6C21;
    border-color: #FD6C21;
}


/*
 * cALENDARI
 */


 .docs {
     list-style: none;
     margin: 20px 0;
     padding: 15px;
     background: #f8f8f8;
     font-size: 18px;
 }
 .docs a {
    color: #FF6C00;
 }
.calendar .raccolta {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    }

.destinazioni li {
 padding: 15px;
}
.destinazioni li:nth-child(even){
 background-color: #f4f4f4;
}
.destinazioni li:nth-child(odd){
 background-color: #fcfcfc;
}

.destinazioni li a, .alert a {
 color: #FF6C00;
}
.destinazioni .badge {
 color: #fff;
 font-size: 100%;
 background-color: #333;
}

.calendar .raccolta.giallo, .destinazioni .badge.giallo {
 background: #e2b204;
}
.calendar .raccolta.marrone, .destinazioni .badge.marrone {
 background: #684d42;
}
.calendar .raccolta.azzurro, .destinazioni .badge.azzurro {
 background: #0b86c8;
}
.calendar .raccolta.grigio, .destinazioni .badge.grigio {
 background: #9a999a;
}
.calendar .raccolta.grigio-pann, .destinazioni .badge.grigio-pann {
 background: #ccc;
}
.calendar .raccolta.nero, .destinazioni .badge.nero {
 background: #000;
}
.calendar .raccolta.verde, .destinazioni .badge.verde {
 background: #639e3c;
}
.calendar .out {
 color: #aaa;
}
.calendar th {
 width: 16%;
 text-align: right;
}
.calendar td {
    text-align: right;
}
/* domenica */
.calendar th:last-child {
 width: 5%;
}

.raccolte {
    width: 100%;
}
.raccolte td {
    border: 1px solid #ccc;
}

.calendar.legenda {
    margin: 15px 0;
    text-align: center;
    font-size: 12px;
    background: #f8f8f8;
    padding: 15px;
}

.calendar.legenda dd, .calendar.legenda dt {
    display: inline;
}

.calendar.legenda dd {
    margin-right: 30px;
    vertical-align: 2px;
}