﻿
@import "variabiliComuni.less";

/*Inizio Elenco Eventi*/
// Da tenere quando caricaremo degli eventi sul sito di AtenaInfo

#divEventi {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

    #divEventi .boxFiltroMesiEventi {
        width: 20%;
        margin-right: 5px;
    }

    #divEventi .boxEventiFiltrati {
        width: 78%;
        /*background-color: rgba(256,256,256,0.9); RC è sbagliato inserirlo qui lo sposto su contenitoreEventiMese*/
    }

    #divEventi .boxFiltroMesiEventi a:hover {
        cursor: pointer;
    }

    #divEventi .boxFiltroMesiEventi .panel.panel-default {
        border: none;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #divEventi .boxFiltroMesiEvent .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
        border-top: none;
    }

    #divEventi .boxFiltroMesiEventi .panel-heading {
        color: @colore-tre;
        height: 100px;
        width: 100px;
        border-radius: 100px;
        background-color: @colore-tre;
        box-shadow: 0 2px 5px @colore-sei;
        color: @colore-cinque;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

        #divEventi .boxFiltroMesiEventi .panel-heading.panelRight {
            margin-right: auto;
            margin-left: auto;
        }

    #divEventi .boxFiltroMesiEventi .panel-collapse {
        width: 110px;
        margin-top: 2px;
        background-color: @colore-tre;
        border-radius: 10px;
        color: @colore-cinque;
    }

        #divEventi .boxFiltroMesiEventi .panel-collapse.panelRight {
            margin-right: auto;
            margin-left: auto;
        }

    #divEventi .boxFiltroMesiEventi .panel-body {
        padding: 15px 0;
    }

        #divEventi .boxFiltroMesiEventi .panel-body div {
            padding: 0 15px;
        }

            #divEventi .boxFiltroMesiEventi .panel-body div:hover {
                cursor: pointer;
                color: @colore-uno;
            }

    #divEventi .boxFiltroMesiEventi .panel-group .panel-heading + .panel-collapse > .list-group,
    #divEventi .boxFiltroMesiEventi .panel-group .panel-heading + .panel-collapse > .panel-body {
        border-top: none;
    }

    /*#divEventi .boxFiltroMesiEventi .panel-heading:before {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: inherit;
            content: ' ';
        }*/

    /*#divEventi .boxFiltroMesiEventi .panel-heading .panel-title {
            color: #fff;
        }*/

#divEventi .boxEventiFiltrati .contenitoreEventiMese, #divEventi .boxEventiFiltrati .spazioVuotoElencoEventi {
    width: 100%;
    padding: 0 15px;
    border: 4px dotted @colore-uno;
    border-radius: 10px;
    background-color: @colore-otto; /*RC spostato qui da #divEventi .boxEventiFiltrati*/
}

        #divEventi .boxEventiFiltrati .spazioVuotoElencoEventi p {
            text-align: left;
            color: @colore-tre;
            font-weight: bold;
            padding: 10px 0 0 0;
        }

            #divEventi .boxEventiFiltrati .spazioVuotoElencoEventi p.typingText {
                text-align: left;
                color: @colore-tre;
                font-weight: bold;
                padding: 10px 0 0 0;
                white-space: nowrap;
                overflow: hidden;
                width: 100%;
                animation: type 4s steps(60, end);
            }

                #divEventi .boxEventiFiltrati .spazioVuotoElencoEventi p.typingText span {
                    animation: blink 1s infinite;
                }

            #divEventi .boxEventiFiltrati .spazioVuotoElencoEventi p img {
                width: 100%;
                max-width: 40px;
                height: auto;
                margin-right: 10px;
            }


@keyframes type {
    from {
        width: 0;
    }
}

@keyframes blink {
    to {
        opacity: .0;
    }
}

::selection {
    background: black;
}


#divEventi .boxEventiFiltrati .contenitoreEventiMese .singoloEventoMese {
    padding: 10px 0;
    margin: 5px 0;
    border-bottom: 1px dotted @colore-uno;
}

    #divEventi .boxEventiFiltrati .contenitoreEventiMese .singoloEventoMese h3 {
        text-shadow: 1px 1px 0 @colore-sette;
    }

    #divEventi .boxEventiFiltrati .contenitoreEventiMese .singoloEventoMese:last-child {
        border-bottom: none;
    }

.dataoraevento, .luogoevento {
    font-family: 'Quicksand Regular'; /*'Raleway Regular';*/
    padding: 5px;
}

    #divEventi .boxEventiFiltrati .contenitoreEventiMese .singoloEventoMese .dataoraevento, #divEventi .boxEventiFiltrati .contenitoreEventiMese .singoloEventoMese .luogoevento {
        font-family: 'Quicksand Regular'; /*'Raleway Regular';*/
        padding: 5px;
        background-color: @colore-cinque;
    }

    #divEventi .boxEventiFiltrati .contenitoreEventiMese .singoloEventoMese .dataoraevento {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    #divEventi .boxEventiFiltrati .contenitoreEventiMese .singoloEventoMese .luogoevento {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

        #divEventi .boxEventiFiltrati .contenitoreEventiMese .singoloEventoMese .dataoraevento i, #divEventi .boxEventiFiltrati .contenitoreEventiMese .singoloEventoMese .luogoevento i {
            color: @colore-otto;
        }

    #divEventi .boxEventiFiltrati .contenitoreEventiMese .singoloEventoMese .imgevento {
        width: 100%;
        max-height: 130px;
        margin: 10px 0;
        text-align: left;
    }

        #divEventi .boxEventiFiltrati .contenitoreEventiMese .singoloEventoMese .imgevento img {
            width: auto;
            height: 100%;
            max-height: 130px;
            margin-left: 10px;
            border-radius: 10px;
            border: 4px solid @colore-tre;
            transform: rotate(7deg);
        }

    #divEventi .boxEventiFiltrati .contenitoreEventiMese .singoloEventoMese .testoEventoMese {
    }

/*Fine Elenco Eventi*/

/*inizio stile ELENCHI*/ /*RC utilizzato per la pagina eventi visualzzazione di locandine in orizzontale - 1 per riga*/


.boxRiquadriElenchi {
    width: 100%;
    display: -webkit-box; /*OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /*OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; /**/
    justify-content: center;
}

.flexdirectioncolumn {
    flex-direction: column;
}

.flexdirectionrow {
    flex-direction: row;
}

.riquadroElenco {
    width: 100%;
    /*min-height: 180px;*/
    /*border-style: solid;
    border-width: 1px;
    border-color: #1d252d;*/
    /*margin: 10px auto;*/
    padding: 10px;
    background-color: @colore-cinque;
}

.rigaorizzontaleriquadroElenco {
    position: inherit;
    top: 10%;
    right: 0;
    width: 100%;
    height: 1px;
    border-top: 2px dashed @colore-uno;
    /*border-style: solid;
    border-width: 3px;
    border-color: #a0ce4e;*/
    /*opacity: 0.6;*/
}

.rigaverticaleriquadroElencoSX {
    position: relative;
    left: -2px;
    top: -150px;
    height: 160px;
    width: 1px;
    /*border-style: dashed;
    border-width: 2px;
    border-color: #a0ce4e;*/
    border-left: 2px dashed @colore-uno;
    /*opacity: 0.6;*/
}

.rigaverticaleriquadroElencoDX {
    position: relative;
    left: 200px;
    top: -310px;
    height: 160px;
    width: 1px;
    /*border-style: dashed;
    border-width: 2px;
    border-color: #a0ce4e;*/
    border-right: 2px dashed @colore-uno;
    /*opacity: 0.6;*/
}

.rigaorizzontaleriquadroElencoBasso {
    position: relative;
    top: -320px;
    right: 10px;
    width: 220px;
    height: 1px;
    /*border-style: dashed;
    border-width: 2px;
    border-color: #a0ce4e;*/
    border-bottom: 2px dashed @colore-uno;
    /*opacity: 0.6;*/
}

.divTitoloElenco {
    /*align-self: baseline;*/
    /*width: 8%;*/
    margin: 10px auto 0 auto;
}

.titoloElencoDefault {
    text-align: left;
    color: @colore-due;
    font-weight: bold;
    font-size: 15px;
}

.divSottotitoloElenco {
    align-self: baseline;
    margin: 0 auto;
}

.sottotitoloElencoDefault {
    text-align: center;
    color: @colore-due;
    font-size: 12px;
    margin-bottom: 10px;
}

.divImgElencoSX {
    margin: 0 20px 0 70px;
    text-align: center;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border: 4px solid @colore-tre;
    transform: rotate(7deg);
    border-radius: 10px;
    margin-top: 20px;
}

.divImgElencoDX {
    margin: 0 70px 0 20px;
    text-align: center;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-bottom: 2px dashed @colore-uno;
    border-left: 2px dashed @colore-uno;
    border-right: 2px dashed @colore-uno;
}

.divImgElenco {
    text-align: center;
    width: 200px;
    height: 133px;
}


    .divImgElenco a:hover {
        opacity: 0.4;
        cursor: pointer;
    }

a.openClose {
    color: @colore-uno;
}

.divShowHide {
    font-family: 'Ubuntu Light';
    font-size: 16px;
    clear: both;
}

.margineTestoelenco {
    margin: 5px auto; /**/
    padding: 5px;
    max-width: 67%;
}

.allineaDX {
    float: right;
}

.allineaSX {
    float: left;
}

.allineatitoloDX {
    text-align: right;
}

.testoSubstringTeam {
    font-family: 'Ubuntu Light';
    font-size: 16px;
}
/*fine stile ELENCHI*/

/*Inizio Elenco Corsi*/
.boxElencoCorsi {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    /*align-items: flex-start;*/
}

.boxElencoCorsi .singoloCorso {
    flex: 1;
    min-width: 30%;
    padding: 0 15px;
    margin: 0 10px 10px 10px;
    border: 4px dotted @colore-uno;
    border-radius: 10px;
    background-color: @colore-cinque;
}

.boxElencoCorsi .singoloCorso h3 {
    text-shadow: 1px 1px 0 @colore-cinque;
}

        .boxElencoCorsi .singoloCorso .imgCorso {
            width: 100%;
            max-height: 220px;
            margin: 20px 0;
            text-align: center;
        }

.boxElencoCorsi .singoloCorso .imgCorso img {
    width: auto;
    height: 100%;
    max-height: 220px;
    margin-left: 10px;
    border-radius: 10px;
    border: 4px solid @colore-tre;
    transform: rotate(7deg);
}

        .boxElencoCorsi .singoloCorso .testoCorso {
            font-family: 'Quicksand Regular';
        }

            .boxElencoCorsi .singoloCorso .testoCorso.readMore {
                height: 220px;
                overflow: hidden;
                position: relative;
            }

            .boxElencoCorsi .singoloCorso .testoCorso.readLess {
                height: auto;
            }

            .boxElencoCorsi .singoloCorso .testoCorso.readMore::after {
                display: block;
                position: absolute;
                background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
                /*margin-top: -220px;*/
                top: 0;
                height: 220px;
                width: 100%;
                content: '';
            }

.boxElencoCorsi .singoloCorso .expandReadMore {
    font-family: 'Quicksand Medium';
    margin: 5px 0;
    text-align: right;
    cursor: pointer;
    color: @colore-uno;
    text-shadow: 1px 1px 0 @colore-cinque;
}
/*Fine Elenco Corsi*/

@media screen and (max-width: 1060px) {
    .boxElencoCorsi .singoloCorso .imgCorso {
        max-height: 150px;
    }

        .boxElencoCorsi .singoloCorso .imgCorso img {
            max-height: 150px;
        }
}

@media screen and (max-width: 988px) {
    .boxElencoSpettacoli .singoloSpettacolo {
        width: 31%;
    }

        .boxElencoSpettacoli .singoloSpettacolo .popover {
            min-width: 700px;
        }
}

@media screen and (max-width: 840px) {
    #divEventi .boxFiltroMesiEventi, #divEventi .boxEventiFiltrati {
        width: 100%;
    }

    .boxElencoCorsi {
        justify-content: center;
    }

        .boxElencoCorsi .singoloCorso {
            flex: auto;
            width: 98%;
            margin: 5px;
        }

            .boxElencoCorsi .singoloCorso .imgCorso {
                max-height: 180px;
            }

                .boxElencoCorsi .singoloCorso .imgCorso img {
                    max-height: 180px;
                }
}

@media screen and (max-width: 744px) {
    .boxElencoSpettacoli .singoloSpettacolo {
        width: 30%;
    }

        .boxElencoSpettacoli .singoloSpettacolo .popover {
            min-width: 600px;
        }
}

@media screen and (max-width: 706px) {
    #divEventi .boxEventiFiltrati .spazioVuotoElencoEventi p.typingText {
        white-space: normal;
        animation: none;
    }

        #divEventi .boxEventiFiltrati .spazioVuotoElencoEventi p.typingText span {
            animation: none;
            display: none;
        }
}

@media screen and (max-width: 620px) {
    .boxElencoSpettacoli .singoloSpettacolo {
        width: 47%;
    }

        .boxElencoSpettacoli .singoloSpettacolo .popover {
            min-width: 550px;
        }
}

@media screen and (max-width: 590px) {
    .boxElencoSpettacoli .singoloSpettacolo {
        width: 45%;
    }

        .boxElencoSpettacoli .singoloSpettacolo .popover {
            min-width: 500px;
        }
}

@media screen and (max-width: 520px) {
    .boxElencoSpettacoli .singoloSpettacolo {
        width: 97%;
    }

        .boxElencoSpettacoli .singoloSpettacolo .popover {
            min-width: 95%;
        }
}

@media screen and (max-width: 440px) {
    #divEventi .boxEventiFiltrati .contenitoreEventiMese .singoloEventoMese .imgevento {
        text-align: center;
    }
}

.boxForniture {
    width: 48%;
    min-height: 300px;
    border: @colore-quattro 1px solid;
    padding: 5px;
    margin: 5px;
    border-radius: 10px;
    min-width: 350px;
}

.boxProgetti {
    width: 98%;
    min-height: 300px;
    border: @colore-quattro 1px solid;
    padding: 5px;
    margin: 5px;
    border-radius: 10px;
    min-width: 350px;
}

.boxPartner {
    width: 98%;
    min-height: 300px;
    border: @colore-uno 1px solid;
    padding: 5px;
    margin: 5px;
    border-radius: 10px;
    min-width: 350px;
}


.boxCasiAppl {
    border: @colore-tre 1px solid;
    padding: 5px;
    margin: 5px;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow:3px 3px 2px @colore-tre;
}

.boxCoreBusiness {
    width: 100%;
    min-height: 250px;
    border-bottom: @colore-quattro 1px solid;
    padding: 5px;
    //margin: 5px;
    //    border-radius: 10px;
    //min-width: 350px;
}

.boxTecnologia,
.boxPosRetail {
    margin: 0 !important;
    padding: 5px 0;
    margin: 5px;
}

.boxAipPromCom,
.boxProcessManagemant,
.boxWellnessHospitality,
.boxEventsPlanning {
    margin: 0 !important;
    padding: 15px 0;
    border-bottom: @colore-quattro 1px solid;
    width: 100%;
}

.boxInfPrivacy,
.boxInfCookies,
.boxHosting,
.boxServiziDigitali {
    margin: 0 !important;
    padding: 15px 0;
}

.float-left {
    float: left !important;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.titoloForniture,
.titoloCoreBusiness {
    font-family: 'Roboto Bold', 'Verdana', 'Arial', 'Sans Serif';
    font-size: 20px;
    color: @colore-tre;
}

.titoloProgetti {
    font-family: 'Roboto Bold', 'Verdana', 'Arial', 'Sans Serif';
    font-size: 20px;
    color: @colore-due;
}

.titoloPartner {
    font-family: 'Roboto Bold', 'Verdana', 'Arial', 'Sans Serif';
    font-size: 20px;
    color: @colore-quattro;
}

.titoloTecnologia,
.titoloInfCookies,
.titoloInfPrivacy,
.titoloServiziDigitali,
.titoloPosRetail,
.totoloCasiAppl,
.titoloEventsPlanning {
    text-align: left;
    font-family: Roboto Bold;
    font-size: @h3-size;
    color: @colore-tre;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.titoloWellnessHospitality {
    text-align: left;
    font-family: Roboto Bold;
    font-size: @h3-size;
    color: @colore-quattro;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.titoloAipPromCom {
    text-align: left;
    font-family: Roboto Bold;
    font-size: @h3-size;
    color: @colore-due;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.titoloHosting {
    margin: 5px 1px 10px 1px;
    text-align: left;
    font-family: Roboto Bold;
    font-size: @h3-size;
    color: @colore-tre;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.titoloProcessManagemant {
    text-align: left;
    font-family: Roboto Bold;
    font-size: @h3-size;
    color: @colore-uno;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.sottoTitoloForniture,
.sottoTitoloCoreBusiness,
.sottoTitoloAipPromCom,
.sottoTitoloProgetti {
    font-family: 'Roboto Light', 'Verdana', 'Arial', 'Sans Serif';
    font-style: italic;
    font-weight: bold;
    color: @colore-quattro;
}

.sottoTitoloProcessManagemant {
    font-family: 'Roboto Light', 'Verdana', 'Arial', 'Sans Serif';
    font-style: italic;
    font-weight: bold;
    color: @colore-tre;
}

.sottoTitoloWellnessHospitality {
    font-family: 'Roboto Light', 'Verdana', 'Arial', 'Sans Serif';
    font-style: italic;
    font-weight: bold;
    color: @colore-uno;
}

.sottoTitoloEventsPlanning {
    font-family: 'Roboto Light', 'Verdana', 'Arial', 'Sans Serif';
    font-style: italic;
    font-weight: bold;
    color: @colore-due;
}

.sottoTitoloTecnologia,
.sottoTitoloInfCookies,
.sottoTitoloInfPrivacy,
.sottoTitoloServiziDigitali,
.sottoTitoloPosRetail {
    font-size: @h4-size;
    font-family: 'Roboto Bold', 'Verdana', 'Arial', 'Sans Serif';
    color: @colore-quattro;
    margin-bottom: @h4-size;
}

.sottoTitoloHosting {
    margin: 5px 1px 10px 1px;
    font-size: @h4-size;
    font-family: 'Roboto Bold', 'Verdana', 'Arial', 'Sans Serif';
    color: @colore-quattro;
    margin-bottom: @h4-size;
}

.w-100 {
    width: 98%;
    text-align: left;
    min-width: 150px;
    margin-top: 5px;
}

.w-90 {
    width: 88%;
    text-align: left;
    min-width: 150px;
}

.w-80 {
    width: 78%;
    text-align: left;
    min-width: 150px;
}

.w-60 {
    width: 58%;
    text-align: left;
    min-width: 150px;
}

.boxFlexContent90 {
    width: 88%;
    margin: 0 3px 0 3px;
    text-align: center;
    /*  min-width: 350px;*/
}

.boxFlexContent70 {
    width: 68%;
    margin: 0 3px 0 3px;
    text-align: center;
  /*  min-width: 350px;*/
}

.boxFlexContent20 {
    width: 18%;
    margin: 0 3px 0 3px;
    text-align: center;
    /*  min-width: 350px;*/
}


.boxFlexContent10 {
    width: 8%;
    margin: 0 3px 0 3px;
    text-align: center;
    /*  min-width: 350px;*/
}

.boxFlexContent60 {
    width: 58%;
    margin: 0 3px 0 3px;
    text-align: center;
   /* min-width: 350px;*/
}

.boxFlex65 {
    width: 65%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
}

.boxFlex95 {
    width: 95%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
}

.w-50 {
    width: 48%;
    text-align: center;
    min-width: 150px;
}

.boxFlexContent50Left {
    width: 48%;
    margin: 0 3px 0 3px;
    text-align: left;
    min-width: 250px;
}

.boxFlexContent50Right {
    width: 48%;
    margin: 0 3px 0 3px;
    text-align: right;
    min-width: 200px;
}

.boxFlexContent33Left {
    width: 41%;
    margin: 0 3px 0 3px;
    text-align: left;
    min-width: 325px;
}

.boxFlexContent33Center {
    width: 21%;
    margin: 0 3px 0 3px;
    text-align: center;
    min-width: 200px;
}

.boxFlexContent33Right {
    width: 31%;
    margin: 0 3px 0 3px;
    min-width: 200px;
}



.w-40 {
    width: 38%;
    text-align: left;
    min-width: 150px;
}

.boxFlexContent40 {
    width: 38%;
    margin: 0 3px 0 3px;
    text-align: center;
   /* min-width: 350px;*/
}

.boxFlexContent30 {
    width: 28%;
    margin: 0 3px 0 3px;
    text-align: center;
  /*  min-width: 350px;*/
}

.w-20 {
    width: 18%;
    text-align: left;
    min-width: 70px;
}

.w-10 {
    width: 8%;
    text-align: center;
    min-width: 40px;
}

.img-fluidimgSxTxtDx{
    max-width: 80%;
    height: auto;
}

.img-fluidimgSxTitolo {
    max-width: 45%;
    height: auto;
}

.titoleElenco {
    text-align: center;
    padding: 1;
    margin: 5px 1px 10px 1px;
    font-family: Roboto Bold;
    font-size: 24px;
    color: @colore-tre;
    background-color: none;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.rigainferiore {
    width: 100%;
    border-bottom: @colore-quattro 1px solid;
    //min-width: 400px;
}

.img-resize {
width: 60%;
}

#more {
    display: none;
}

#ReadLess {
    display: none;
}

.line {
    background: linear-gradient(90deg, #099 0%, #099 25%, #009999 40%, #00999975 50%, #fff 75%, #099 100%);
    height: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
}

