/* ------------------------------------------------------------------------------- */
/* Stile tipo accordion ---------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

.wrap-collabsible {
}

input[type='checkbox'] {
    display: none;
}

.lbl-toggle {
    display: block;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.25s ease-out;
    border: solid 1px #fff;
    border-radius: 7px;
    color: #06c !important;
}

    .lbl-toggle:hover {
        color: #8c343a;
        border: solid 1px #8c343a;
        border-radius: 7px;
    }

    .lbl-toggle::before {
        content: ' ';
        display: inline-block;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 9px solid currentColor;
        vertical-align: middle;
        margin-right: .7rem;
        transform: translateY(-2px);
        transition: transform .2s ease-out;
    }

.toggle:checked + .lbl-toggle::before {
    transform: rotate(180deg) translateX(-3px);
}

.collapsible-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height .25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
    max-height: 100000px;
}

.toggle:checked + .lbl-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.collapsible-content .content-inner {
    background-color: #f7f9fa;
    border-bottom: 1px solid rgba(250, 224, 66, .45);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: .5rem 1rem;
}

/* ------------------------------------------------------------------------------- */
/* Colore icone ------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------- */
.icon-black {
    fill: #000 !important
}
/* ------------------------------------------------------------------------------- */
/* Immagini ---------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

@media screen and (max-width: 640px) {
    .u-image {
        width: 100%;
    }
}

@media screen and (min-width: 641px) {
    .u-image {
        max-width: 75%;
    }
}

@media print {
    .u-image {
        max-width: 50%;
    }
}

.littethumb {
    max-width: 200px;
    height: auto;
}
/* ------------------------------------------------------------------------------- */
/* Pager ---------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
.pager {
    background: transparent;
    text-align: center;
    font-weight: bold;
    margin: 1.5em 0;
}

    .pager .active-element {
        cursor: default;
        border: 1px solid #17324d;
        padding: 0.75em 1em;
        margin: 1px;
        border-radius: 5px;
    }

    .pager a:link, .pager a:visited, .disabled-el {
        cursor: pointer;
        border: 1px solid #fff;
        padding: 0.75em 1em;
        margin: 1px;
        border-radius: 5px;
        text-decoration: none;
    }

    .pager a:hover {
        cursor: pointer;
        border: 1px solid #e6ecf2;
        padding: 0.75em 1em;
        margin: 1px;
        border-radius: 5px;
        text-decoration: underline;
    }

/* ------------------------------------------------------------------------------- */
/* Colori personalizzati --------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

.border-light {
    border-color: #c0cad4;
}

.bgparent, footer {
    background-color: #17324d !important;
    color: #fff !important;
}

.override-violet {
    background-color: #51466b !important;
}

.override-lightgreen {
    background-color: #53724c !important;
}

.override-green {
    background-color: #197506 !important;
}

.override-greenred-header {
    background-color: #24a209 !important;
}

.override-orange-header {
    background-color: #e7c9a5 !important;
}

.override-greenred-menu {
    background-color: #e73337 !important;
}

.override-orange-menu {
    background-color: #723f04 !important;
}

.override-blue {
    background-color: #499ff5 !important;
}

.override-darkblue {
    background-color: #18465e !important;
}

.override-darkred {
    background-color: #480802 !important;
}

.override-red {
    background-color: #480802 !important;
}

.override-yellow {
    background-color: #ebbd30 !important;
}

.override-white {
    background-color: #fff !important;
}

.override-color-white {
    color: #fff !important;
}

.override-color-black {
    color: #000 !important;
}

/* ------------------------------------------------------------------------------- */
/* Sottolineatura ---------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

.card-title a:link, .card-title a:visited {
    text-decoration: none;
}

.card-title a:hover {
    text-decoration: underline;
}


/* ------------------------------------------------------------------------------- */
/* Citazioni --------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

blockquote {
    border-left: solid 3px darkgray;
}

/* ------------------------------------------------------------------------------- */
/* Calendario -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

#calendar {
    padding: 5px 0;
    width: 100%;
    margin: 0 auto !important;
}

    #calendar table {
        width: 100%;
    }

    #calendar td {
        margin: 0;
        padding: 0;
        border: solid 1px #c0c0c0;
    }

    #calendar tfoot td {
        border: none;
    }

        #calendar tfoot td#prev {
            text-align: left;
            font-weight: bold;
            border: none;
        }

            #calendar tfoot td#prev a {
                border: none;
            }

        #calendar tfoot td#next {
            text-align: right;
            font-weight: bold;
            border: none;
        }

            #calendar tfoot td#next a {
                border: none;
            }

.otherMonthDayStyle {
    background-color: lightgray;
    color: black;
    width: 14%;
    padding: 8px;
    text-align: center;
    text-decoration: none !important;
}

.DayStyle {
    background-color: white;
    color: black;
    width: 14%;
    padding: 8px;
    text-align: center;
}

.NextPrevStyle {
    background-color: white;
}

.TitleStyle {
    background-color: white;
    width: 100%;
}

.SelectedDayStyle {
    color: #6600cc;
}

#calendar td {
    padding: 2px 0;
    margin: 0;
    text-align: center;
}

/* ------------------------------------------------------------------------------- */
/* Link pié di pagina ------------------------------------------------------------ */
/* ------------------------------------------------------------------------------- */

.it-footer a:link, it-footer a:visited {
    color: #fff !important;
}

/* ------------------------------------------------------------------------------- */
/* Sovrapposizione menù ---------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

.dropdown-menu{
    z-index:10000 !important;
}

.collapse-header {
    z-index: 1 !important;
}

/* ------------------------------------------------------------------------------- */
/* Toggle Iubenda ---------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

#iubenda-iframe-content input[type="checkbox"], #iubenda-iframe-content input[type="radio"] {
    display: initial !important;
}
