/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */


/*Selettore universale*/

@import url('https://fonts.googleapis.com/css?family=Montserrat');
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* make transparent link selection, adjust last value opacity 0 to 1.0 */
    font-family: "Montserrat", sans-serif;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

*:focus {
    outline: none;
}

/*easy ui*/
.panel-body {
    background-color: #00000000 !important;

}

.user-images {
    object-fit: cover;
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

.user-images-list {
    object-fit: cover;
    border-radius: 50%;
    height: 70px;
    width: 70px;
}

.user-images-part {
    object-fit: cover;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

/*Selettori base*/

body {
    -webkit-touch-callout: none;
    /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;
    /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;
    /* prevent copy paste, to allow, change 'none' to 'text' */
    background-attachment: fixed;
    font-size: 12px;
    /*height:100%;*/
    margin: 0px;
    padding: 0px;
    width: 100%;
    color: #333333;
    height: 100vh;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    margin: 0px;
    overflow: visible;
    padding: 0px;
    text-align: center;
}

h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin: 40px 8px 10px 8px;
    color: #cccccc;
}

.testoCentrato {
    text-align: center !important;
    font-size: large !important;
    font-weight: bold !important;
    display: inline-block;
    margin: 20px 0px 0px 0px !important;
    color: gray !important;
    width: 100%;
}

.scorimento::-webkit-scrollbar {
    display: none;
}

.pointer{
    cursor: pointer;
}
.fantasma{
    display: none;
}
.sizeFont{
    font-size: 20px; !important;
}
a {
    text-decoration: none !important;
    color: #ff2b06;
    display: inline-block;
    font-weight: 400;
    /*margin-top:10px;*/
}

p span {
    display: block;
}

h2.inactive {
    color: #cccccc;
}

h2.active {
    color: #0d0d0d;
    border-bottom: 2px solid #5fbae9;
}

/*Stili base margini e padding*/
mt-1{
    margin-top: 1rem!important;
}
mt-2{
    margin-top: 2rem!important;
}
mt-3{
    margin-top: 3rem!important;
}
mb-1{
    margin-bottom: 1rem!important;
}
mb-2{
    margin-bottom: 2rem!important;
}
mb-3{
    margin-bottom: 3rem!important;
}
ml-1{
    margin-left: 1rem!important;
}
ml-2{
    margin-left: 2rem!important;
}
ml-3{
    margin-left: 3rem!important;
}
mr-1{
    margin-right: 1rem!important;
}
mr-2{
    margin-right: 2rem!important;
}
mr-3{
    margin-right: 3rem!important;
}

/* Classe per visualizzazione portrait layout (default) */

.app {
    background: url(../img/logo.png) no-repeat center top;
    /* 170px x 200px */
    position: absolute;
    /* position in the center of the screen */
    left: 50%;
    top: 50%;
    height: 50px;
    /* text area height */
    width: 225px;
    /* text area width */
    text-align: center;
    padding: 180px 0px 0px 0px;
    /* image height is 200px (bottom 20px are overlapped with text) */
    margin: -115px 0px 0px -112px;
    /* offset vertical: half of image height and text area height */
    /* offset horizontal: half of text area width */
}


/* Classe per visualizzazione Landscape layout (with min-width) */

@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
    .app {
        background-position: left center;
        padding: 75px 0px 75px 170px;
        /* padding-top + padding-bottom + text area = image height */
        margin: -90px 0px 0px -198px;
        /* offset vertical: half of image height */
        /* offset horizontal: half of image width and text area width */
    }
}

/*COLORI*/
.bgLightRed {
    background-color: rgba(255, 224, 224, 0.8);
}
.bgLightOrange {
    background-color: rgba(255, 166, 0, 0.192);
}
.bgLightYellow {
    background-color: rgba(255, 255, 0, 0.185);
}
.bgLightGreen {
    background-color: rgba(122, 255, 178, 0.8);
}


/*Classi per homepage*/

.dataEventoHome {
    padding-top: 2px;
    margin-bottom: 2px;

}

.HtmlOver{
     width: 100%;
    position: absolute;
    text-align: center;
     -webkit-user-drag: auto;
  }

.HtmlPreview {
    text-align: center;
    -webkit-transition: 1s;
    transition: 1s;
    width: 100%;
    /*padding-right: 5px;
    padding-left: 5px;*/
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
            box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.HtmlPreview2 {
    text-align: center;
    -webkit-transition: 1s;
    transition: 1s;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
            box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.ImgPreview{
    -webkit-transition: 1s;
    transition: 1s;
    margin: 0 auto;
    padding-left: 0.6em;
    padding-right: 0.6em;
    width: 100%;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.19), 0 1px 2px rgba(0,0,0,0.38);
            box-shadow: 0 1px 3px rgba(0,0,0,0.19), 0 1px 2px rgba(0,0,0,0.38);
  }

.htmlBody {
    width: 100%;
    -webkit-transition: 1s;
    transition: 1s;
    /*padding-right: 0.6em;*/
    /*float:left;*/
}

.linkButton {
    width: 100%;
    -webkit-transition: 1s;
    transition: 1s;
    text-align:  center;
    margin-bottom: 10px;
}

.LinkImg {
    width: 100%;
    -webkit-transition: 1s;
    transition: 1s;
    margin-bottom: 10px;
    /*padding-right: 0.6em;*/
    /*float:right;*/
}

.testoPreviewHome {
    padding: 5px 15px;
}

.testoHome{
    padding-left: 15px;
    background-color: #3680b9 !important;
    border-radius: 0px 0px 5px 5px;
    margin-top: -5px;
    color: white;
    padding: 10px;
    z-index: -10;
}
.ContenutoBody{
    margin: 0 auto;
}

.HtmlDescrizione {
    width: 30%;
    text-align: center;
    margin: 20px 20px;
    font-weight: 900;
    float:right;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/* .row{
    height: 100%;

}
*/
.col-1 {width: 8.33%;} .col-2 {width: 16.66%;} .col-3 {width: 25%;} .col-4 {width: 33.33%;} .col-5 {width: 41.66%;}
.col-6 {width: 50%;} .col-7 {width: 58.33%;} .col-8 {width: 66.66%;} .col-9 {width: 75%;} .col-10 {width: 83.33%;}
.col-11 {width: 91.66%;} .col-12 {width: 100%;}

.testoGenericHtml {
    padding: 30px 15px;
    text-align: justify;
    font-size: medium;
}

#contenutiHomeSopra{
    padding: 20px 20px 0px;
    text-align: justify;
}

#contenutiHomeSopra p{
    padding: 0px 20px 0px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

#contenutiHomeSotto{
    margin-top: 20px;
    padding: 0px 20px;
}


.menuHomeSopra {
    border-width: 0px;
    border-style: solid;
    overflow: hidden;
    margin-top: -8px;
}

.menuHomeSopra ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menuHomeSopra li {
    padding: 8px;
    background-color: #e04006 !important;
    font-weight: 500;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
            box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 5px 5px 5px 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px;
    color: white;
    margin-bottom: 5px;
    margin-top: 4px;
}



.menuHome {
    border-width: 0px;
    border-style: solid;
    overflow: hidden;
    margin-top: -6px;
}

.menuHome ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menuHome li {
    padding: 15px;
    background-color: #e04006 !important;
    font-weight: 500;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
            box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 10px 10px 10px 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px;
    color: white;
    margin-bottom: 5px;
    margin-top: 4px;
}

.divSelectSt {
    text-align: center;
}


.esciSwipe {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 2s, opacity 2s linear;
    transition: visibility 0s 2s, opacity 2s linear;
}

.enrtraSwipe {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 2s linear;
    transition: opacity 2s linear;
}

#test2 {
    background-color: blue !important;
}


#inbox{
    height:auto;
}



/*Classi per attendee page*/
.attendeePage {
    height: auto !important;
    padding:90px;
}

.speakerPage {
    height: auto !important;
    padding:90px;
}

.element.style {
    height: 100% !important;
}

.numberAttendees {
    font-weight: 800;
}

.numberNetwork {
    font-weight: 800;
    margin-top: 0px;
}

.attendeesList{
    width: 100%;
    text-align: -webkit-center;
    margin-bottom: 50%;
}

.listaAttendee {
    border-top: 1px solid #46a7cc !important;
    background-color: white !important;
    padding: 12px 0px;
    margin: 10px 0;
    width : 100%;
}
.listaAttendee:hover {
  background-color: #f4f4f4;
  border: none;
}
.speakersList{
    width: 100%;
    text-align: -webkit-center;
}

.teamList{
    width: 100%;
    text-align: -webkit-center;
}
.listaSpeaker {
    border: 2px solid #dedede !important;
    background-color: #f1f1f1 !important;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 10px;
}
.listaTeam {
    border: 2px solid #dedede !important;
    background-color: #f1f1f1 !important;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 10px;
}
.listaAttendeeDaVisualizzare {
    border: 2px solid #dedede;
    background-color: #e29c9c;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 10px;
}

.ventiPerCent {
    width: 20%;
}

.dieciPerCent {
    width: 10%;
}

.containerAttendee::after {
    content: "";
    clear: both;
    display: table;
}

.leftImgAttendee {
    float: left;
    width: 60px;
    margin-right: 10px;
    border-radius: 50%;
    height: 60px;
    border: 2px solid #47a7cc;
    padding: 2px;
}

.rightImgAttendee {
    float: right;
    display: inline-grid;
    width: 20px;
    margin-top: 10px;
  }

.rightImgAttendee2 {
    float: right;
    display: inline-grid;
    width: 35px;
    margin-top: 5px;
  }

.nomeAttendees {
    display: inline-grid;
    -webkit-margin-before: 0.8em;
    -webkit-margin-start: 10px;
    -webkit-margin-end: 0px;
    font-size: 16px;
}
.cognomeAttendees {
    padding-left: 6px;
    display: inline-grid;
    -webkit-margin-before: 0.8em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-size: 16px;
}

.containerSpeakers::after {
    content: "";
    clear: both;
    display: table;
}

.leftImgSpeaker {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
    max-height: 60px;
}

.rightImgSpeaker {
    float: right;
    display: inline-grid;
    width:30px;
    margin-top: 10px;
}

.rightImgSpeaker2 {
    float: right;
    display: inline-grid;
    width:30px;
}

.imgspunta{
    width : 25px;
}

.divAttivitaSpeakers {
    border: none;
    padding: 15px;
    border: none;
    margin-top: 5px;
    background-color: rgba(70,167,204,1);
    color: #fff;
}

.tipoAttivitaSpeakers {
    -webkit-margin-before: 0.2em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-size: 14px;
}

.attivitaSpeakers {
    -webkit-margin-before: 0.2em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-size: 14px;
    font-weight: bold;
}

.imgSposta{
    margin-top:20px;
}


/*Classi per swipe*/
#mySwipe div b {
    display:block;
    font-weight:bold;
    color:#14ADE5;
    font-size:20px;
    text-align:center;
    margin:10px;
    padding:100px 10px;
    -webkit-box-shadow: 0 1px #EBEBEB;
            box-shadow: 0 1px #EBEBEB;
    background: #fff;
    border-radius: 3px;
    border: 1px solid;
    border-color: #E5E5E5 #D3D3D3 #B9C1C6;
}

/*Classi per profilo*/
.testobox {
    background-color: #dedede !important;
    color: #000;
    border: none;
    /*color: #fff;*/
    padding: 15px 15px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    min-height: 250px;
    border: 2px solid;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 5px 5px 5px 5px;
    border-color: #f6f6f6;
}

.testobox:focus {
    background-color: #fff !important;
    border-bottom: 2px solid  #34308a;
    color:#000;
}

.campocheckbox {
    background-color: #f6f6f6 !important;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    min-height: 50px;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 5px 5px 5px 5px;
}

.msgDiv {
    color: #ff2b06;
    padding: 15px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

.msgDivPopup {
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
}

.msgDivLogin {
    padding: 15px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
}


.nomecampiprofilo {
    color: #56a8d8 !important;
    padding-left: 30px;
    padding-bottom: 0px;
    padding-top: 25px;
    font-weight: 300;
    text-align: left;
    text-decoration: none;
    font-size: 15px;
}

.logoContractor{
    max-width: 80%;
    height : 30%;
    object-fit: contain;
    margin: 0 auto;
}

.logoContractor-container{
    max-height: auto;
    max-width: 300px;
}

.imgprofilo {
    max-height: 200px;
    height: 100px;
    max-width: 200px;
    width: 100px;
    border-radius: 50%;
    margin: 0 auto;
    border: 2px solid #47a7cc;
    padding: 2px;
}

.divSocial {
    width: 100%;
    padding-left: 25px;
}

.socialprofilo {
    max-height: 100px;
    height: 50px;
    max-width: 100px;
    width: 50px;
    position: absolute;
    z-index: 10;
    /* text-align: left; */
    margin: 5px 5px 0px -50px;
}

.divCheckbox {
    width: 100%;
    text-align: left;
    margin: 25px 20px;
    display: table;
}

.checkboxTermini {
    display:table-cell !important;
    vertical-align: middle !important;
}

.labelCheckbox {
    text-align: left !important;
    font-size: large !important;
    font-weight: bold !important;
    /*display: inline-block;*/
    padding: 0px 0px 0px 25px;
    color: gray !important;
    width: 100%;
    display:table-cell;
    vertical-align: middle;
}

.divFlagVisibility {
    display:inline-block;
    width:100%;
    text-align: left;
    margin-bottom: 15px;
}

.nomeCampiProfiloFlag {
    display:inline-block;
    margin-right: 30px;
    width: 50%;
}
/* Classi PopUp */

.popupMex {
    border-radius: 10px;
    position: fixed;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    padding: 30px 15px;
    width: 70%;
    max-width: 600px;
    z-index: 5001;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
    border: 5px solid #ff2b06;
    /*#9AD3DE*/
    border-top-color: #ff2b06;
    /*rgb(154, 211, 222);*/
    border-top-style: solid;
    border-top-width: 5px;
    border-right-color: #ff2b06;
    /*rgb(154, 211, 222);*/
    border-right-style: solid;
    border-right-width: 5px;
    border-bottom-color: #ff2b06;
    /*rgb(154, 211, 222);*/
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-left-color: #ff2b06;
    /*rgb(154, 211, 222);*/
    border-left-style: solid;
    border-left-width: 5px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border: none;
    border-radius: 5px;
}

.linkRicordaPassword {
    cursor: pointer;
}

/*Media query*/

@media only screen and (max-width: 1920px) {
    .iconContractor {
        width: 50%;
    }
    .nomecampiprofilo {
        padding-left: 6.5em;
        padding-bottom: 0px;
        padding-top: 25px;
    }
    .buttonscan {
        /*posizione bottone scan */
        font-size: 23px;
        width: 35%;
    }
    .stylenomeqr {
        margin: 15% auto 7%;
        font-size: 34px;
    }
    .figcaption{
        font-size:x-large !important;
    }
}

@media only screen and (max-width: 1280px) {
    .iconContractor {
        width: 60%;
    }
    .nomecampiprofilo {
        padding-left: 5.5em;
        padding-bottom: 0px;
        padding-top: 25px;
    }
    .buttonscan {
        /*posizione bottone scan */
        font-size: 23px;
        width: 45%;
    }
    .stylenomeqr {
        margin: 4% auto 7%;
        font-size: 34px;
    }
}

@media only screen and (max-width: 1024px) {
    .iconContractor {
        width: 60%;
    }
    .nomecampiprofilo {
        padding-left: 4.5em;
        padding-bottom: 0px;
        padding-top: 25px;
    }
    .buttonscan {
        /*posizione bottone scan */
        font-size: 23px;
        width: 45%;
    }
    .stylenomeqr {
        margin: 4% auto 7%;
        font-size: 34px;
    }
    .figcaption{
        font-size: x-large !important;
    }
}

@media only screen and (max-width: 968px) {
    .iconContractor {
        width: 70%;
    }
    .nomecampiprofilo {
        padding-left: 1em;
        padding-bottom: 0px;
        padding-top: 8px;
    }
    .buttonscan {
        /*posizione bottone scan */
        font-size: 23px;
        width: 55%;
    }
    .stylenomeqr {
        margin: 4% auto 7%;
        font-size: 34px;
    }
}

@media only screen and (max-width: 720px) {
    .iconContractor {
        width: 80%;
    }
    .nomecampiprofilo {
        padding-left: 1em;
        padding-bottom: 0px;
        padding-top: 8px;
    }
    .buttonscan {
        /*posizione bottone scan */
        font-size: 23px;
        width: 80%;
    }
    .stylenomeqr {
        margin: 4% auto 7%;
        font-size: 34px;
    }
}

@media only screen and (max-width: 520px) {
    .iconContractor {
        width: 80%;
    }
    .nomecampiprofilo {
        padding-left: 1em;
        padding-bottom: 0px;
        padding-top: 8px;
    }
    .buttonscan {
        /*posizione bottone scan */
        font-size: 23px;
        width: 85%;
    }
}


/* Classi per animazioni */


/* Simple CSS3 Fade-in-down Animation */

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


/* Simple CSS3 Fade-in Animation */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.fadeIn.first {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.fadeIn.second {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.fadeIn.third {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.fadeIn.fourth {
    /*background-color: #0666b0 !important; */
    /* border: none; */
    /* color: white; */
    /* padding: 15px 50px; */
    /* text-align: center; */
    /* text-decoration: none; */
    /* display: inline-block; */
    /* font-size: 13px; */
    /* -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.48); */
    /* box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.48); */
    /* -webkit-border-radius: 5px 5px 5px 5px; */
    /* border-radius: 5px 5px 5px 5px; */
    margin: 2% auto 1%;
    /* -webkit-transition: all 0.3s ease-in-out; */
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* Simple CSS3 Fade-in Animation */

.underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #ff2b06 !important;
    content: "";
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}

.underlineHover:hover {
    color: #0d0d0d;
}

.underlineHover:hover:after {
    width: 100%;
}


/*Classi di input e pulsanti combobox*/

.selectLinguaProfile {
    background-color: #dedede !important;
    color: #000;
    border: none;
    padding: 15px 15px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border-radius: 10px 10px 10px 10px;
    margin: 10px 20px 20px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.selectSt {
    background-color: white !important;
    width: 80%;
    border: none;
    color: black;
    padding: 6px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.48);
    border-radius: 5px 5px 5px 5px;
    /* margin: 10px 20px 20px 20px; */
    margin: 15px auto 15px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.selectStAttendee {
    background-color: white !important;
    width: 100%;
    border: none;
    color: black;
    padding: 6px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.48);
    border-radius: 5px 5px 5px 5px;
    /* margin: 10px 20px 20px 20px; */
    margin: 10px auto 10px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type=button],
input[type=submit],
input[type=file],
input[type=reset]
{
    background-color: white !important;
    border: 1px solid gray;
    color: #47a7cc;
    padding: 10px 20px;
    text-align: center;
    width : 85%px;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    /*-webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.48);
    box-shadow: -1px 5px 7px 0 rgba(0, 0, 0, 0.48);*/
    border-radius: 10px 10px 10px 10px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=file]:hover,
input[type=reset]:hover {
    background-color: #000;
}

input[type=button]:active,
input[type=submit]:active,
input[type=file]:active,
input[type=reset]:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

input[type=text],
input[type=password]{
    background-color: #f4f4f4 !important;
    color: #000;
    padding: 15px 15px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 3px;
    width: 40%;
    border: 2px solid;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 10px 10px 10px 10px;
    border-color: #f6f6f6;
}

input[type=text]:focus,
input[type=password]:focus {
    background-color: #fff;
    border-bottom: 2px solid  #34308a !important;
    color:black;
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder{
    color: #6d6969;
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder{
    color: #6d6969;
}

input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder{
    color: #6d6969;
}

input[type=text]::placeholder,
input[type=password]::placeholder{
    color: #6d6969;
}
input[type=text]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder{
    color:#6d6969;
}
input[type=text]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder{
    color:#6d6969;
}
input[type=text]:focus::-ms-input-placeholder,
input[type=password]:focus::-ms-input-placeholder{
    color:#6d6969;
}
input[type=text]:focus::placeholder,
input[type=password]:focus::placeholder{
    color:#6d6969;
}

input#btnLogin {
    font-size: 15px;
    width: 40%;
    cursor: pointer;
}
/*AGGIUNTO DA LAURA: bottone "Registrati"*/
input#btnReg {
    font-size: 15px;
    width: 40%;
    cursor: pointer;
}

input#btnRegistrati {
    font-size: 15px;
    width: 80%;
}

.buttonscan {
    /*posizione bottone scan */
    background-color: #ff2b06 !important;
    border: none;
    color: white;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.48);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.48);
    border-radius: 5px 5px 5px 5px;
    margin: 10%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 35%;
}

.buttonscan:hover {
    background-color: #000 !important;
}

.linkRicordaPassword {
    color: #6d6969;
    font-weight: 800;
    font-size: 12px;
    width: 80%;
    text-decoration: underline;
}

.linkRicordaPassword:active {
    color: blue !important;
    padding-top: 20px;
}

.labelLogin {
    color: white;
    font-weight: 800;
    font-size: 14px;
    width: 80%;
    text-align: left ;
    margin-top: -5px !important;
}
/* qrcode style*/

.qrstyle {
    /*div al centro*/
    margin: 0 auto;
    /* quello che c'è all'interno del div va al centro*/
    text-align: center;
}


/*nome utente che genera il qr code*/

.stylenomeqr {
    color: #ff2b06;
    padding-bottom: 0px;
    margin: 10%;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    font-size: 35px;
}

.camerIcon{
    position: absolute;
    margin-top: 50px;
    padding-top: -50px;
    margin-left: 90px;
    width: 20px;
    z-index: 50;
}


.cameraIconProfiloBtnAddRemove{
    position: absolute;
    padding-top: -50px;
    margin-left: 55px;
    width: 20px;
    z-index: 50;
}

.camerIconBtn{
    position: absolute;
    margin-top: 50px;
    padding-top: -50px;
    margin-left: 30px;
    width: 20px;
    z-index: 50;
}
/*
.removeIdNetwork{
    display: none;
}

.addIdNetwork{
    display: none;
}*/



.panel-header {
    padding: 0px !important;
}
.tabs-container{
    overflow: auto !important;

}
.panel-noscroll{
    overflow: auto !important;
}
.tabs-panels{
overflow: auto !important;
}


.input--file {
    position: relative;
    margin-top: -80px;
}

.input--file input[type="file"] {
    position: relative;
    top: -20px;
    align: left;
    opacity: 0;
    z-index: 102;
    padding-left: 120px;
    height: 100px;
    margin: 0 auto;
    margin-right: -20px;
    width: 100px;
}


.scanLogin {
    position: absolute;
    width: 5em;
    text-align: center;
    margin-left: -5.5em;
}

.close {
    position: relative;
    text-align: right;
    color: #000000;
    font-size: 15px;
    margin-top: -1.5em;
}

.sfondoMex {
    background: rgba(100, 100, 100, 0.6);
    position: fixed;
    display: block;
    z-index: 5000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}


/*Inizio istruzioni login.css*/


/*Struttra form*/

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*justify-content: center;*/
    width: 100%;
    min-height: 100%;
    padding: 20px;
    margin: 0 auto;
}

#formContent {
    border-radius: 10px 10px 10px 10px;
    padding: 30px;
    width: 90%;
    max-width: 100%;
    position: relative;
    padding: 0px;
    /*-webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);*/
    text-align: center;
}

#formFooter {
    background-color: #f6f6f6 !important;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}


/*inizio istruzioni my.css*/

fieldset {
    text-transform: none;
    margin: 20px 0;
    padding-top: 10px;
    padding-bottom: 20px;
    border-width: 1px;
}

fieldset legend {
    color: darkblue;
    font-size: large;
    padding-left: 5px;
    padding-left: 5px;
}

.backbtn a {
    color: white !important;
    font-size: xx-large;
}

.backbtn {
    -webkit-transform: scaleX(0.7) translateY(7%);
            transform: scaleX(0.7) translateY(7%);
    font-size: xx-large;
    margin: 0 0 0 12px;
    position: relative;
    display: inline-block;
    bottom: 1px;
    color: white;
}

.hidden {
    display: none;
}

.vcenter {
    position: relative;
    margin: 12%;
}

.vcentertop {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.titoloHome,
.titoloSondaggio {
    padding: 8px 5px;
    text-align: center;
    border: none;
    /*font-family: 'Verdana';*/
    font-size: x-large;
    text-transform: none;
    background-color: #d1e7f0 !important;
}

/* ingrandisce il font di default delle textbox */

.textbox,
.textbox:hover {
    background-color: #dedede;
    width: 86%!important;
    margin-left: 10%;
    margin-top: 3%;
    margin-bottom: 3%;
    display: inline-block;
    border-radius: 10px;
    height: 30px!important;
    font-size: larger;
    padding-left: 2%;
    border: none;
}

.textbox .textbox-prompt,
.textbox .textbox-text {
    font-size: small;
    width: 100%;
}

.textbox .textbox-text {
    padding: 7px 0px;
}


.textbox input {
    background-color: #fff !important;
    /*padding-left: 20px !important;*/
    color: #808080 !important;
}


.textbox:focus::-webkit-input-placeholder {
    color:#6d6969;
}


.textbox:focus:-ms-input-placeholder {
    color:#6d6969;
}


.textbox:focus::-ms-input-placeholder {
    color:#6d6969;
}


.textbox:focus::placeholder {
    color:#6d6969;
}


/* Applica stile grafico agli oggetti easy-ui*/

.panel-header {
    padding: 0;
}

.panel-header-noborder {
    border: none;
}

#bgcFooter {
     background: #fff !important;
}



.colorTedX {
  background-color: #fff !important;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.titolo-header {
    margin: 0 auto;
}

.iconheader {
    width: 150px;
    margin: auto;
    padding: 14px;
}

header .m-toolbar .m-title {
   background-color: #fff !important;
    border-color: #fff;
    color: white;
    font-size: x-large;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    position: relative;
    height: 50px;
}

header .m-toolbar .m-left {
    /*
    height: inherit !important;
    bottom: 0px;
    top: inherit;
    */
}

footer .m-toolbar .m-title {
    background-color: #39b54a !important;
    /* verde */
    color: white;
    line-height: 60px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}



.btnTmp {
    height: 30px;
    vertical-align: middle;
}

.btn-back {
    height: 50px;
    vertical-align: middle;
    horiz-align: center;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.btn-settings {
    height: 50px;
    vertical-align: middle;
    horiz-align: center;
    padding: 10px 5px 5px 0;
}

.btn-msgok,
.btn-msgok:hover {
    background: #333333 !important;
    color: white;
    height: 45px;
    width: 180px;
    /*font-family: 'Droid Sans', sans-serif;*/
    border-radius: 25px;
    margin: 40px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5), 0 0 8px -8px rgba(255, 255, 255, 0.8), 0 0 0 6px rgba(0, 0, 0, 0.06), 0 0 0 4px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5), 0 0 8px -8px rgba(255, 255, 255, 0.8), 0 0 0 6px rgba(0, 0, 0, 0.06), 0 0 0 4px rgba(0, 0, 0, 0.1);
}

.btn-msgok .l-btn-text {
    font-size: large;
    line-height: 22px;
    vertical-align: middle;
}

.btn-msgok .l-btn-left {
    padding-top: 10px;
    /* non so perché, ma questo bottone non ha la scritta posizionata al centro */
}


/* modifica stile bottoni destra e sinistra topbar */

.l-btn-plain:hover,
.l-btn:hover {
    background-color:  white !important;
    border: none;
}

.l-btn-text {
    margin-left: 1px;
    margin-right: 1px;
}

.l-btn-plain {
    padding: 0;
}

#message {
    position: absolute;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8) !important;
    z-index: 99;
}

#message_text {
    color: #333333;
    text-align: center;
    font-size: large;
    padding: 30px 20px 25px 20px;
    font-style: italic;
    text-transform: none;
    /*font-family: 'Droid Sans', sans-serif;*/
}

#message_icon {
    width: 45%;
    margin-bottom: 35px;
}

.message-box {
    background-color: #e6e6e6 !important;
    margin-left: 11%;
    margin-right: 11%;
    border-radius: 25px;
    -webkit-box-shadow: 0px 2px 30px 1px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 2px 30px 1px rgba(0, 0, 0, 0.75);
}

.m-buttongroup {
    width: 100%;
}

.m-buttongroup a {
    font-size: medium;
}

.l-btn-selected,
.l-btn-selected:hover {
   /*background: #8b0804;*/
    opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
    color: white;
}

.m-buttongroup .l-btn-text {
    font-size: large;
    /*font-family: sans-serif;*/
}

.m-buttongroup .l-btn-plain:hover,
.m-buttongroup .l-btn:hover {
    border: 1px solid #ddd !important;
    /* uguale a quando non è hover */
}

.lista-num {
    display: inline-block;
    vertical-align: top;
    width: 18px;
    text-align: right;
    font-size: small;
}

.lista-main {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: larger;
    margin-left: 8px;
    width: 100%;
}

#footercomune {
    height: 280px;
}

.bgcFooter {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    min-height: 8%;
    /*background: #000;*/
	z-index: 10;
}

.lista-titolo {
    font-weight: bold;
    overflow: hidden;
    white-space: normal;
    max-width: 90%;
}

.lista-acquirente {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    max-width: 90%;
    /* font-style: italic; */
    font-size: small;
    text-transform: none;
}

.lista-pubdate {
    color: darkblue;
    overflow: hidden;
    white-space: normal;
    max-width: 90%;
    text-transform: none;
}

.m-title.paginazioneTitolo {
    text-transform: none !important;
    background-color: transparent !important;
    line-height: 50px !important;
}

.mostraElencoPrev .l-btn-text,
.mostraElencoNext .l-btn-text {
    font-size: xx-large;
    -webkit-transform: scaleX(0.7);
            transform: scaleX(0.7);
    color: white;
}

.mostraElencoPrev .l-btn-text {
    padding-left: 15px;
}

.mostraElencoNext .l-btn-text {
    padding-right: 15px;
}

#scheda-sondaggio>table>tr {
    border-bottom: none;
}

.paragrafo {
    border-bottom: 1px solid lightblue;
    color: darkblue;
    font-weight: bold;
    text-transform: none;
    margin: 3% 5% 0 5%;
    font-size: small;
    padding-bottom: 2px;
}

.testo {
    color: black;
    font-weight: normal;
    text-transform: none;
    margin: 3px 5% 0 5%;
    font-size: larger;
}

.paragrafoDomanda {
    border-bottom: 1px solid #199a78;
    color: #027546;
    font-weight: bold;
    text-transform: none;
    margin: 5% 5% 0 5%;
    font-size: large;
    padding-bottom: 5px;
}

.testoDomanda {
    color: black;
    font-weight: normal;
    text-transform: none;
    margin: 5px 5% 0 5%;
    font-size: larger;
    padding-top: 5px;
}

.serieDomanda {
    float: right;
}

.serieDomanda>.easyui-linkbutton.c5 {
    padding: 0 8px;
    border-radius: 3px;
}

.triangle {
    border-right: 5px solid;
    border-bottom: 5px solid;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    color: #00a19a;
    border-color: #00a19a;
}

.inputSearchEventFilter {
    display: inline-block;
    width: 85%;
}

.btnSearch {
    height: 24px;
    vertical-align: middle;
}

@media screen and (min-width:1366px) {
    .inputSearchEventFilter {
        display: inline-block;
        width: 83%;
    }
    .btnSearch {
        height: 30px;
        vertical-align: middle;
        padding-top: 9%;
    }
}

.hideable {
    border-style: none;
    text-align: left;
    text-transform: capitalize;
    color: black;
    /*font-family: Verdana;*/
    width: 100%;
}

.loader {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .4) url('../img/loader.gif') 50% 50% no-repeat;
}

.btn-update,
.btn-update:hover,
.btn-update.l-btn:hover {
    background: #245185 !important;
    text-transform: none;
    color: white;
    border-width: 0;
}

.btn-all,
.btn-all:hover,
.btn-all.l-btn:hover {
    background-color: #00BCD4 !important;
    text-transform: none;
    color: white !important;
    border-width: 0;
    line-height: 40px !important;
}

.hint {
    padding: 10px;
    line-height: 25px !important;
    background-color: #d1e7f0 !important;
    text-transform: none;
    color: black !important;
    border-width: 0;
}

.datalist-lines .datagrid-row td,
.datalist-lines .datagrid-row td:hover {
    /* border-bottom-width: 1px; */
}

.datalist .datagrid-row td,
.datalist .datagrid-row td:hover {
    /* border-style: solid; */
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-width: 0;
}


/* Accelera animazione easyui */

.m-in {
    -webkit-animation-duration: 100ms !important;
}

.m-out {
    -webkit-animation-duration: 100ms !important;
}

#scheda-risposte,
#scheda-voti,
#scheda-serie {
    padding: 2% 3% 0 3%;
    text-align: center;
}

#tabella-risposte,
#tabella-risposte-voti,
#tabella-serie {
    display: table;
    width: 94%;
    padding: 3% 3% 1% 3%;
    margin: 2% 0 0 0;
    border: 1px solid darkgrey;
}

.footer-risposte {
    background-color: #d1e7f0 !important;
}

.risposta-row {
    display: table-row;
}

.risposta-colore {
    display: table-cell;
    width: 8%;
    border-bottom: 5px white solid;
}

.risposta-testo {
    display: table-cell;
    text-transform: none;
    font-size: small;
    width: 80%;
    text-align: left;
    padding: 0 1% 5px 3%;
}

.risposta-valore {
    display: table-cell;
    text-align: right;
    font-size: small;
    width: 10%;
}

.risposta-col1 {
    display: table-cell;
    text-transform: none;
    font-size: small;
    font-weight: bold;
    text-align: left;
    padding: 0 1% 5px 3%;
}

.risposta-col2 {
    display: table-cell;
    text-transform: none;
    font-size: small;
    text-align: left;
    padding: 0 1% 5px 3%;
}

.prima-riga-gruppo {
    padding-top: 3px !important;
    border-top: 3px solid darkgray;
}

#titolo-chart,
#titolo-chart-voti,
#titolo-chart-serie {
    display: none;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: large;
    padding: 2% 0;
}

#titolo-chart-voti {
    text-transform: none;
}

#titolo-chart-serie {
    text-transform: none;
}

.risposta-colore-corto {
    display: table-cell;
    width: 4%;
}


/* correzioni per la toolbar nella pagina risposte */

.l-btn-large .l-btn-icon-top .l-btn-text {
    text-transform: none;
    font-size: small;
}

.icon-lista {
    background: url('../img/lista.png') no-repeat center center;
}

.icon-chart {
    background: url('../img/chart.png') no-repeat center center;
}

.icon-ilmiovoto {
    background: url('../img/ilMioVoto.png') no-repeat center center;
}

.icon-votinapp {
    background: url('../img/votiInApp.png') no-repeat center center;
}

.icon-inoltra {
    background: url('../img/inoltra.png') no-repeat center center;
}

.lista-risposta-num {
    display: inline-block;
    vertical-align: top;
    width: 5%;
    text-align: right;
    font-size: medium;
    padding: 4px 0;
}

.lista-risposta-testo {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    text-transform: none;
    font-size: medium;
    margin-left: 8px;
    width: 80%;
    padding: 4px 0;
    color: initial;
    white-space: normal;
    text-overflow: ellipsis;
}

.lista-risposta-checkbox {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: medium;
    width: 15%;
    padding: 4px 0;
}

.risposta_votata {
    background-image: url(../img/checkOn.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.risposta_nonvotata {
    background-image: url(../img/checkOff.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.indicaserie {
    color: white;
    border: 1px solid;
    background-color: red !important;
    padding: 2px 4px;
}

.voto-footer,
.votiinapp-footer,
.seriestorica-footer {
    text-transform: none;
    font-size: small;
    padding: 8px 12px;
    text-align: justify;
}

@media screen and (max-height:600px) {
    .titoloHome,
    .titoloSondaggio,
    .titoloRisposte {
        font-size: medium;
    }
    .titoloRisposte,
    .testoDomanda,
    .introvoto,
    .titoloVoto,
    .titoloVotiinapp,
    .titoloSeriestorica {
        font-size: small;
    }
}

@media screen and (max-width:320px) {
    .lista-titolo,
    .lista-pubdate {
        font-size: small;
    }
    .indicaserie {
        display: inline-block;
        padding: 0 4px;
    }
    .paragrafoDomanda,
    #titolo-chart,
    #titolo-chart-voti,
    #titolo-chart-serie {
        font-size: medium;
    }
    .l-btn-text {
        line-height: 20px;
        font-size: small;
    }
}

#home_frame {
    position: fixed;
    height: 100vh;
    /*150vh*/
    width: 100vw;
    overflow-x: hidden;
    overflow-y: hidden;
}

#login{
   /* background-image: url(http://localhost/EventsApp/Server/img/contractors/bkg_home.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
}


/*sliding navigation between the slides*/

ul {
    margin: 0;
    padding: 0;
    left: 0;
    /*list-style-type: none;*/
    -webkit-transform-style: preserve-3d;
    /*YAY lag is fixed on firefox*/
    transform-style: preserve-3d;
}

.swipe-element {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    width: 100vw;
    height: 100%;
    color: #FFF;
    text-align: center;
}


/*Inizio istruzioni index.css*/

.event {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    margin: 0px 30px;
    padding: 2px 0px;
}

.event.listening {
    background-color: #333333 !important;
    display: block;
}

.event.received {
    background-color: #4B946A !important;
    display: none;
}

@keyframes fade {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.4;
    }
    to {
        opacity: 1.0;
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.4;
    }
    to {
        opacity: 1.0;
    }
}

.blink {
    animation: fade 3000ms infinite;
    -webkit-animation: fade 3000ms infinite;
}
/*mappaaaaaaaa */


#map_container {
    height: 60%;
}
#mapid { height: 100%; }

.styleDettagliLocation{
	position: relative;
	margin: 0 auto;
	text-align: center;
	background: rgba(100, 100, 100, 0.9);
}

.txtLocation{
	font-size: 1em;
    color:black;
    font-weight: bold;
    text-align: center;
}

.imgPosizione {
    width: 25px;
    height: 25px;
    margin-left: 15px;
    display: inline-block;
}
/*fine mappaaaa*/
/* calendario */



/*.panel-footer-noborder {
     padding-bottom: 180px !important;
}
*/

.titoloEvento{
	font-size: 2em;
    color:black;
    font-weight: bold;
    text-align: center;
}

.titoloAttivita{
 font-size: 1em;
    color:black;
    font-weight: bold;
    text-align: center;
}
.dataAgenda{
    font-size: 1em;
    color:white;
    font-weight: lighter;
}
.titoloAgendaCalendario{
    font-size: medium;
    color:black;
    font-weight: bold;
}


#calendar {
    margin: 0 auto -10em;
    height:100%;
  }
 .dimesioniCalendario{
     margin-left: auto;
     margin-top: 20px;
     margin-right: auto;
 }

@media only screen and (min-width: 600px) {
.dimesioniCalendario{
    margin-left: auto;
    margin-top: 20px;
    margin-right: auto;
	width:80%;
}
}
@media only screen and (max-width: 520px) {


#calendar {
    margin: 0 auto;
    height:100%;
  }
  }

  /*popUp calendario */
.btnAgenda{
	margin: 1em 0em;
    width: 100%;
	background-color: #ff2b06 !important;
    color: white;
    padding: 3px;
    font-size: 15px;
    border: none;
    cursor: pointer;
	text-align: left;
 border-radius: 5px 5px 5px 5px;
    padding:10px;
}
.btnAgenda-SchedaId{
	margin: 1em 2em;
	background-color: #ff2b06 !important;
    color: white;
    padding: 3px;
    font-size: 15px;
    border: none;
    cursor: pointer;
	text-align: left;
 border-radius: 5px 5px 5px 5px;
    padding:10px;
}
.styleDettagliCalendario{
	/*background: rgba(100, 100, 100, 0.9);*/
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    padding: 4em;
    border-radius: 5px 5px 5px 5px;
	margin: 0 auto;
    /*background-color: #f1f1f1 !important;*/
}

.styleSessioni{
    background-color: rgba(255, 255, 255) !important;
    text-align: left;
	position:relative;
	font-size: 15px;
	color: black;
	margin: 0.3em;
	padding: 0.2em;
    border-radius: 5px 5px 5px 5px;
}
.styleSessioni-SchedaId{
	background-color: rgba(255, 255, 255) !important;
    text-align: left;
	position:relative;
	font-size: 15px;
	color: black;
	margin: 0.3em;
	padding: 0.2em;
    border-radius: 5px 5px 5px 5px;
}
/*{
	background-color:rgba(185, 154, 154, 0.63) !important;
	text-align: right;
	position:relative;
	font-size: 15px;
	color: black;
	margin: 0.3em;
	padding: 0.2em;
	    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}*/
.styleScheda{
	/*border: 1px solid rgb(230, 25, 13);*/
	/*width:30em;*/
    border-radius: 5px 5px 5px 5px;
	padding: 2px 20px;
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
    /*background-color: #f1f1f1;*/
}
.closeScheda{
	/*position: absolute;
	margin: -2em 8em;
	background-color: #ff2701;
	border: none;*/
	background-color: #bb3e28 !important;
 border-radius: 5px 5px 5px 5px;
	padding: 4px;
}

.btnPartecipa{
    background-color: #ff2b06 !important;
    border-radius: 5px 5px 5px 5px;
    padding: 15px;
    margin: 1em 3em;
    color: white;
    width: 70%;
    font-size: 1.5em;
}

.styleSchedaPartecipante{
    text-align:center;
    display: inline-block;
    width: 100%;
}

.stylePartecipante{
	padding: 0.5em 0.3em;
	display: inline-block;
    text-align: center;
    width: 47%;
    margin-right: 1%;
    float: left;
    word-wrap: break-word;
}

.styleBtnPartecipanti {
    position: relative;
    top: 50%;
    display: inline-block;
  /*  -webkit-transform: translateY(-70%);
            transform: translateY(-70%); */
    margin: 1.5em 0em 1.5em 0.3em;
}

.imgPart{
	/*margin: 0em auto;*/
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid #47a7cc;
    padding: 2px;
}

@media only screen and (max-width: 414px) {
	.styleDettagliCalendario{
        /*background: rgba(100, 100, 100, 0.9);*/
        position: relative;
        display: block;
        height: 100%;
        width: 100%;
        top: 0;
        padding: 2em 0;
        margin: 0 auto;
        /*background-color: #f1f1f1 !important;*/
    }

    .styleScheda{
        width: 100%;
        border-radius: 5px 5px 5px 5px;
        padding: 2px 20px;
        margin-bottom: 80px;
        /*background-color: #f1f1f1 !important;*/
    }
}

.fc-scroller.fc-day-grid-container {
    height: 100% !important;
}


@media only screen and (max-width: 375px) {
	.styleDettagliCalendario{
        position: relative;
        display: block;
        height: 100%;
        width: 100%;
        top: 0;
        padding: 2em 0;
        margin: 0 auto;
        /*background-color: #f1f1f1 !important;*/
    }

    .styleScheda{
        width: 100%;
        border-radius: 5px 5px 5px 5px;
        padding: 2px 20px;
        margin-bottom: 80px;
        /*background-color: #f1f1f1 !important;*/
    }

    .figcaption{
        font-size: smaller !important;
    }
}

.fc-more-popover {
    z-index: 2;
    width: 320px;
}
/*fine calendario*/
.styleDivSes{
    display: none;
}

.styleBtnM{
    height: 100%;
}

.styleLabelSeleziona {
    height: 30%;
}

.styleFrecciaDx {;
    z-index: 200;
    position: relative;
}

.styleFrecciaSx{
    z-index: 200;
    position: relative;
}
.styleFrecciaDx img {
    width: 40px;
    right:0;
    margin-top:20%;
    position: absolute;
    /* zoom: 60%; */
}


.styleFrecciaSx img {
    width: 40px;
    left:0;
    margin-top:20%;
    position: absolute;
    /* zoom: 60%; */
}

.styleTitoloInfoAtt{
    /*background-color: #f1f1f1 !important;*/
    border-bottom: 1px gray solid;
    padding: 0px;
}

.titoloInfoAtt {
    padding: 10px;
    text-align: left;
    border: none;
    /*font-family: 'Verdana';*/
    font-size: large;
    text-transform: none;
    font-weight: bold;
}

.sottotitoloInfoAtt {
    padding: 6px 10px;
    text-align: left;
    border: none;
    /*font-family: 'Verdana';*/
    font-size: medium;
    text-transform: none;
}

.titoloPartner {
    padding: 10px 5px 5px 5px;
    text-align: center;
    border: none;
    /*font-family: 'Verdana';*/
    font-size: large;
    text-transform: none;
    font-weight: bold;
}

.styleFavoriteInfoAtt{
    border-bottom: 1px gray solid;
    /*margin-bottom: 30px;*/
    padding: 1em 1em;
    display: table;
    width: 100%;
}

.styleGeneraleInfoAtt{
    border-bottom: 1px gray solid;
    margin-bottom: 20px;
    padding: 0 1em;
    text-align: left;
}

.intDescrizioneInfoAtt {
    padding-left: 5px;
    font-weight: bold;
    font-size: medium;
    text-align: left;
}

.descrizioneInfoAtt {
    /*background-color: #f1f1f1 !important;*/
    padding: 0px 15px 10px 15px;
    text-align:left;
    border: none;
    /*font-family: 'Verdana';*/
    font-size: medium;
    text-transform: none;
    margin-bottom: 20px;
}

.imgInfoAtt {
    width: 26px;
    height: 26px;
    display: table-cell;
    float: left;
}

.imgInfoAttLoc {
    width: 26px;
    height: 26px;
    display: table-cell;
    float: left;

}

.testoImgInfoAtt {
    padding-left: 5px;
    text-transform: none;
    display: table-cell;
    text-align: left;
    font-size: 14px;
}

.testoLocInfoAtt {
    padding-left: 5px;
    text-transform: none;
    display: inline-block;
    text-align: left;
    font-size: 14px;
}

.labelPartecipaInfo {
    /*background-color: #f1f1f1 !important;*/
    text-align:left;
    border: none;
    /*font-family: 'Verdana';*/
    font-size: medium;
    text-transform: none;
    padding-bottom: 5px;
}

.btnFavorite {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

a.indicazioni:link {
    text-decoration: none !important;
    color: blue !important;
    display: inline-block;
    font-size: small !important;
    margin-left: 2px;
}

a.indicazioni:visited {
    text-decoration: none;
}

a.indicazioni:hover {
    text-decoration: underline;
}

a.indicazioni:active {
    text-decoration: underline;
}

/*Side Menu*/

nav {
    background-color: rgba(0, 0, 0, 0.6) !important;
    height: 100%;
    position: fixed;
    right: -300px;
    top: 0;
    -webkit-transition: right 0.2s linear;
    transition: right 0.2s linear;
    width: 300px;
    z-index: 9001;/* IT'S OVER 9000! */
}

nav #menuToggle {
    background: rgba(0, 0, 0, 0.6);
    display: block;
    position: relative;
    height: 40px;
    left: -50px;
    top: 75px;
    width: 50px;
}

nav #menuToggle span {
    background: white;
    display: block;
    height: 10%;
    left: 10%;
    position: absolute;
    top: 45%;
    width: 80%;
}

nav #menuToggle span:before,
nav #menuToggle span:after {
    background: white;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: -250%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 100%;
}

nav #menuToggle span:after { top: 250%; }

nav a:nth-child(n+2) {
    color: white;
    display: block;
    font-size: 2.5em;
    margin: 30px 0 30px 30px;
}

nav a:nth-child(n+2):after {
    background: #ffa53e !important;
    content: '';
    display: block;
    height: 2px;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    width: 0;
}

nav a:nth-child(n+2):hover:after { width: 100%; }

.open { right: 0; }

.open #menuToggle span {
    background: transparent;
    left: 10%;
    top: 45%;
}

.open #menuToggle span:before,
.open #menuToggle span:after {
    background: white;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open #menuToggle span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#menuToggle .navClosed {
    -webkit-transition: background 0.1s linear;
    transition: background 0.1s linear;
}

span.navClosed {
    color: white;
    font-size: 25px;
}

#menuToggle .navClosed:before,
#menuToggle .navClosed:after {
    -moz-transition: top 0.2s linear 0.1s, -moz-transform 0.2s linear 0.1s;
    -o-transition: top 0.2s linear 0.1s, -o-transform 0.2s linear 0.1s;
    -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
    -webkit-transition-delay: 0.1s, 0.1s;
    -webkit-transition: top 0.2s linear 0.1s, -webkit-transform 0.2s linear 0.1s;
    transition: top 0.2s linear 0.1s, -webkit-transform 0.2s linear 0.1s;
    transition: top 0.2s linear 0.1s, transform 0.2s linear 0.1s;
    transition: top 0.2s linear 0.1s, transform 0.2s linear 0.1s, -webkit-transform 0.2s linear 0.1s;
}

#menuToggle .navOpen {
    -moz-transition: background 0.1s linear 0.2s;
    -o-transition: background 0.1s linear 0.2s;
    -webkit-transition: background 0.1s linear;
    -webkit-transition-delay: 0.2s;
    -webkit-transition: background 0.1s linear 0.2s;
    transition: background 0.1s linear 0.2s;
}

#menuToggle .navOpen:before,
#menuToggle .navOpen:after {
    -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
    transition: top 0.2s linear, -webkit-transform 0.2s linear;
    transition: top 0.2s linear, transform 0.2s linear;
    transition: top 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear;
}




/*stile del menu' laterale*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    right: 0;
    overflow-x: hidden;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    text-align:center;
    background: rgba(0, 0, 0, 0.5);
}

.rowSidenav {
    /*height: 100%;*/
    background-color: #f9f9f9 !important;
    margin-left:20%;
}

.testataMenu{

    /*background-color: #e04006 !important;
    border-color: #e04006 !important;*/
    /*font-family: 'Verdana';*/
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    text-transform: capitalize;
    color: #fff;
    font-size: x-large;
    padding: 12px 0px 12px 14%;
}
.closeMenu{
    /*background-color: #e04006 !important;
    border-color: #e04006fc;*/
    color: #fff;
    float: right;
    font-size: x-large;
    display: inline-block;
    margin-top: 0%;
    margin-right: 5%;

}
.tdSideMenu{
    text-align: left;
    text-transform: capitalize;
    padding: 5% 0% 5% 5%;
    width: 100%;
    color: #464646;
    /*font-family: Verdana;*/
    font-size: large;
    border-style: none;
    border-bottom: solid #ededed 1px;
    display: list-item;
    list-style: none;
}

.titoloContenutiHome {
    padding: 15px 5px;
    text-align: left;
    border: none;
    /*font-family: 'Verdana';*/
    font-size: large;
    text-transform: none;
    font-weight: bold;
}

.sottotitoloContenutiHome {
    padding: 10px 5px;
    text-align: left;
    border: none;
    /*font-family: 'Verdana';*/
    font-size: large;
    text-transform: none;
}

.descrizioneContenutiHome, .periodoContenutiHome {
    padding: 10px 5px;
    text-align:left;
    border: none;
    /*font-family: 'Verdana';*/
    font-size: large;
    text-transform: none;
    color: gray;

}


@media screen and (max-width:360px){
    .tdSideMenu{
        /*padding: 4%;*/
    }

    .figcaption{
        font-size: smaller !important;
    }
}

@media screen and (min-width:1024px){

    #sideMenu{
        width: 50% !important;
    }
    .testataMenu {
        /*background-color: #0080a1 !important;
        border-color: #0080a1;*/
        /*font-family: 'Verdana';*/
        font-weight: normal;
        text-align: left;
        vertical-align: middle;
        text-transform: capitalize;
        color: #fff;
        font-size: xx-large;
        padding: 12px 0px 12px 14%;
    }

    .closeMenu {
        /*background-color: #0080a1 !important;
        border-color: #0080a1;*/
        color: #fff;
        float: right;
        font-size: xx-large;
        display: inline-block;
        margin-top: 0%;
        margin-right: 10%;
    }

    .tdSideMenu{
        text-align: left;
        text-transform: capitalize;
        padding: 5% 12%;
        width: 100%;
        color: #464646;
        /*font-family: Verdana;*/
        font-size: x-large;
        border-style: none;
        border-bottom: solid #ededed 1px;
        display: list-item;
    }

    .figcaption{
        font-size: x-large !important;
    }


}

img.imgIconMenu {
    width: 30px;
    vertical-align: middle;
}

.textMenu {
    padding-left: 10px;
}

.home-btn-area {
    text-align: center;
    margin: 4%;
}

.home-btn-row {
    display: table-row;
    /*margin-top: 5%;
    margin-bottom: 5%;*/
    width:100%;
    text-align: left;
}

.home-btn {
    display: inline-table;
    padding: 2%;
    margin: 5% 10%;
}

.figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: medium;
    color:black;
    font-variant: normal;
}

.btnLinkContenutiSopraHome {
    width: 70%;
    height: 40px;
    /*border-radius: 5px;*/
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.48);
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    padding: 10px 0px;
    color : #47a7cc;
}

.styleHeaderInbox{
    width: 100%;
    position: fixed;
    /*background: #e52226;*/
    text-align: center;
    height: 8%;
    /* vertical-align: middle; */
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}

.styleBottonNewChat {
    width: 10%;
    /* font-size: 15px; */
    /* border-radius: 5px 5px 5px 5px; */
    /* background-color: white !important; */
    /* color: #e52226; */
    /* border-radius: 10px; */
    margin-left: 80%;
    margin-top: -1.5em;
}

.styleInboxGenerale {
    text-align: center;
    padding-top: 1em;
}

.styleHeaderRubrica{
    padding-bottom: 1em;
    margin-top: 20px;
}


.imgCancChat{
    margin-left: 0;
    width: 5%;
    margin-bottom: 6%;
}


.styleHeaderChat {
    text-align: left;
    /* background-color: #e52226 !important; */
    padding: 10px 15px 5px 15px;
    border-top: 3px solid #dedede;
    border-bottom: 3px solid #dedede;

    width: 100%;
}

.buttonIndietroChat {
    display: inline;
    /* margin-right: 3em; */
    /* padding-top: 7px; */
    /*position: relative;*/
    /*vertical-align: middle;*/
    width: 30%;
}

.datiDest {
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
    /* margin-bottom: 3px; */
    /* position: relative; */
    /* margin-left: 40%; */
    /* padding-top: 7px; */
    color: black;
    width: 55%;
    padding-left: 10px;
    margin-top: 6%;
    word-wrap: break-word;
}

.styleDivMes {
    background-color: white !important;
    height: 70%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 10%;
}
.styleInboxGenerale {
    text-align: center;
    padding-top: 1em;
    height: 90%;
}

.generaleChat {
    height: 100%;
}

.styleDivInputChat {
    position: fixed;
    width: 90%;
    /* margin-top: 130%; */
    /* padding: 1em; */
    bottom: 10%;
    /*background-color: #e52226 !important;*/
}

.headerGeneralInput {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 10%;
    position: absolute;
    /*background-color: #e52226 !important;*/
}


.headerInp {
    /* position: fixed; */
    margin-left: 80%;
    text-align: center;
    /*background-color: #e52226 !important;*/
    bottom: 10%;
    /* height: 7.1%; */
    height: 100%;
    /* display: inline; */
}

.buttonSend {
    width: 40%;
    /* padding-top: 0.3em; */
    margin-bottom: 10px;
}


.styleContenitoreMexUser{
    width:100%;
    text-align: left;
}

.styleContenitoreMexAttendee{
    width:100%;
    text-align: left;
}


.styleMexUser {
    font-size: 12px;
    background: #bad76f;
    width: 79%;
    margin-left: 20%;
    margin-top: 1em;
    padding: 5px 5px 0;
    border-radius: 20px;
    margin-right: 10px;
    /*float: right;*/
    word-wrap: break-word;
}


.styleMexAttendee{
    font-size: 15px;
    background: #f4f4f4;
    width: 80%;
    margin-right: 20%;
    margin-top: 1em;
    padding: 5px 10px 0;
    border-radius: 20px;
    margin-left: 10px;
    word-wrap: break-word;
}


.closeDivAllChat {
    background-color: white !important;
    width: 30%;
    padding: 5px 0px;
    font-size: 15px;
    border-radius: 8px;
    border: 1px solid gray;
}

.accordion {
    background-color: #47a7cc !important;
    color: #fff;
    cursor: pointer;
    width: 100%;
    border: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    min-height: 75px;
    position: relative;
    border-radius: 0px;
    border: none !important;
}

.active, .accordion:hover {
    background-color: #318caf !important;
    color: white !important;
    border: none;
}
.accordion.active {
  background-color: #f4f4f4 !important;
  color: #3c3c3c !important;
}
.accordion:after {
    /*content: '\002B';*/
    /*background-color: #ccc !important;*/
    content: url(../img/vedi.png);
    zoom: 15%;
    position: absolute;
    top: 30%;
    right: 3%;
}

.active:after {
    /*content: "\2212";*/
    /*background-color: silver !important;*/
    content: url(../img/meno.png);
    zoom: 15%;
    position: absolute;
    top: 30%;
    right: 3%;
}

.panelAccordion {
    margin-bottom: 15px;
    /*padding: 0px 5px;*/
    background-color: #f1f1f1 !important;
    /*border: 1px solid #777;*/
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
}

.titoloAccordion {
    padding: 1% 0 0 3%;
    height: 100%;
    width: 85%;
    text-align: left;
    font-size: medium;
    font-weight: bold;
}

.sottotitoloAccordion {
    margin: 5px 0px;
    text-align: left;
    font-size: smaller;
    font-weight: normal;
}

.rowPartecipa {
    display: table-cell;
    text-align: left;
    padding-left: 15px;
}
input[type=checkbox]{
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    text-align: left;
}
input[type=checkbox]:after {
    content: "";
    width: 25px;
    height: 25px;
    border: 2px solid gray;
    margin: 0;
    vertical-align: top;
    display: block;
    border-radius: 20%;
}
input[name=All][type=checkbox]:checked:after{
    background: #cccccc;
}

input[name=check][type=checkbox]:checked:after{
    content : "✓" !important;
    font-size: 1.9em;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
}

.containerPartecipa  {
    display: block;
    text-align:left;
    margin-top: 5px;
    font-size: small;
}

td.nomeInChat {
    text-align: left;
    word-wrap: break-word;
}


.partText{
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1.5em;

}

@media only screen and (max-height: 823px) {
    .generalDivChat {
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        height: 650px;
        padding: 10px 20px;
    }

}


@media only screen and (max-height: 740px) {
    .generalDivChat {
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        height: 560px;
        padding: 10px 20px;
    }
}


@media only screen and (max-height: 670px) {
    .generalDivChat {
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        height: 450px;
        padding: 10px 20px;
    }

}


@media only screen and (max-height: 640px) {
    .generalDivChat {
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        height: 450px;
        padding: 10px 20px;
    }

}


@media only screen and (max-height: 568px) {
    .generalDivChat {
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        height: 400px;
        padding: 10px 20px;
    }

}


.divGeneralPart{
    margin-bottom: 20%;
}


.imgBac{
    width: 5em;
    height: 5em;
    display: inline;
    border-radius: 3em;
    margin-left: 0.8em;
    border: 2px solid #47a7cc;
}

.imgBac2{
    width: 10%;
    display: inline;
    border-radius: 3em;
    margin-left: 0.5em;
    margin-bottom: 4%;
}

.styleDivGeneralePart{
    padding-bottom:20%;
    height: 90%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 10px 20px;
}


.genCanc{
    /*display: inline;*/
    display: none;
    width:15%
}

/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type:none;
  padding:0;

  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;

}
/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size:2.5em; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}
/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
}
/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color:#FF912C;
}
.text-center {
    text-align: center;
}

.textDisable {
    color: black;
    font-size: 2em;
    /* bottom: 0%; */
    position: relative;
}


.styleNotificaInbox {
    display: inline-block;
    min-width: 10px;
    line-height: 1;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    border-radius: 10px;
    /* padding: 2px 4px; */
    border-style: solid;
    border-width: 0px;
    background-color: white;
    color: #e04006;
    z-index: 99999;
    vertical-align: top;
    position: absolute;
    /* margin-bottom: 2em; */
    bottom: 85%;
}


.styleVisualSpunta{
    text-align: right;

}

.styleBtnCancChat{
    font-size: 1em;
    border-radius: 20px;
    padding: 10px;
    background-color: white;
    color: gray;
    border: 1px solid gray;
}


.styleDataOra{
    font-size: 0.5em;
    /* vertical-align: text-top; */
    display: inline;

}

.imgspunta{
    width: 5%;
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

#messages-card-container {
    height: calc(100% - 150px);
    padding-bottom: 0;
}
#messages-card {
    margin-top: 15px;
}
.mdl-layout__header-row span {
    margin-left: 15px;
    margin-top: 17px;
}
.mdl-grid {
    max-width: 1024px;
    margin: auto;
}
.material-icons {
    font-size: 36px;
    top: 8px;
    position: relative;
}
.mdl-layout__header-row {
    padding: 0;
    margin: 0 auto;
}
.mdl-card__supporting-text {
    width: auto;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
#messagesChat {
    overflow-y: auto;
    margin-bottom: 10px;
    height: calc(100% - 80px);
}
#message-filler {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.message-container:first-of-type {
    border-top-width: 0;
}
.message-container {
    display: block;
    margin-top: 10px;
    border-top: 1px solid #f3f3f3;
    padding-top: 10px;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.message-container.visible {
    opacity: 1;
}
.message-container .pic {
    background: url('/images/profile_placeholder.png') no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px;
    border-radius: 20px;
}
.message-container .spacing {
    display: table-cell;
    vertical-align: top;
}
.message-container .message {
    display: table-cell;
    width: calc(100% - 40px);
    padding: 5px 0 5px 10px;
}
.message-container .name {
    display: inline-block;
    width: 100%;
    padding-left: 40px;
    color: #bbb;
    font-style: italic;
    font-size: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#message-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: calc(100% - 48px);
    float: left;
}
#image-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 48px;
    float: right;
}
#message-form .mdl-textfield {
    width: calc(100% - 100px);
}
#message-form button, #image-form button {
    width: 100px;
    margin: 15px 0 0 10px;
}
.mdl-card {
    min-height: 0;
}
.mdl-card {
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f9f9f9));
    background: linear-gradient(white, #f9f9f9);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#user-container {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    top: 22px;
    width: 100%;
    right: 0;
    padding-left: 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 10px;
}
#user-container #user-pic {
    top: -3px;
    position: relative;
    display: inline-block;
    background: url('/images/profile_placeholder.png') no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px;
    border-radius: 20px;
}
#user-container #user-name {
    font-size: 16px;
    line-height: 36px;
    padding-right: 10px;
    padding-left: 20px;
}
#image-form #submitImage {
    width: auto;
    padding: 0 6px 0 1px;
    min-width: 0;
}
#image-form #submitImage .material-icons {
    top: -1px;
}
.message img {
    max-width: 300px;
    max-height: 200px;
}
#mediaCapture {
    display: none;
}
@media screen and (max-width: 610px) {
    header {
        /*height: 113px;*/
        padding-bottom: 80px !important;
    }
    #user-container {
        top: 72px;
        background-color: rgb(3,155,229);
        height: 38px;
        padding-top: 3px;
        padding-right: 2px;
    }
    #user-container #user-pic {
        top: 2px;
        width: 33px;
        height: 33px;
        background-size: 33px;
    }
}
.mdl-textfield__label:after {
    background-color: #0288D1;
}
.mdl-textfield--floating-label.is-focused .mdl-textfield__label {
    color: #0288D1;
}
.mdl-button .material-icons {
    top: -1px;
    margin-right: 5px;
}
/* modifiche nardi */
.fc-center {
      margin: 5% auto 2%;
}
.styleBtnPartecipanti input {
    color: #3c3c3c;
    padding: 5px 10px;
}
.styleDataOra {
  display: inline-block;
  padding-bottom: 7px;
  padding-right: 8px;
}
.styleMexAttendee p {
  margin-top: 10px;
}

/* evita bordi e sfondo di iOs/Safari su checkboxes */
input:matches([type="checkbox"], [type="radio"]):checked {
    background: unset !important;
    border: unset !important;
}
input[type="checkbox"] {
    background: unset !important;
    border: unset !important;
}

.collegamento {
	color: blue;
    text-decoration: underline !important;
    word-break: break-all;
}

/*se il testo raggiunge l'80% dello spazio in cui � contenuto 
viene troncato e sostituito con i puntuni
funziona solo quando applicato ad una <p></p>*/
.truncated2 {
    white-space: nowrap!important;
    max-width: 30em!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
}

/*usato in event_view.html
*/
.event-field-label {
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: top;
	width: 100%;
}

/*usato in event_view.html
*/
.event-field-value {
	margin-left: 10px;
	margin-bottom: 15px;
	width: 97%;
}

/*usato in event_view.html per gestire le immagini
*/
.img_view img {
    width: 100%;
}

.col_y {
    column-count: 2;
}

@media screen and (max-width: 800px) {
    .col_y {
        column-count: 1;
    } 
    .col-50 {
        width: 100% !important;
    }
}

.calendar{
    width:300px;
}

.testLingua{
    width:300px;
}


#locationField, #controls {
    position: relative;
    width: 480px;
  }
  #autocomplete {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 99%;
  }

.centeredElement {
    margin: 0 auto;
    text-align: center;
}

#popupGenerico {
    transition: all 0.2s;
}
  .popupBG {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2000000;
      width: 100%;
      height: 100vh;
      background: #717171;
      overflow: hidden;
  }
  .popuGenericoClasse{
    background: #f3f3f3;
    border-radius: 7px;
    border: 1px solid #000;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
  }
  #testoPopup{
      text-align: center;
      font-size: 20px;
      font-weight: 500;
      color: #000;
      display: block;
      margin-bottom: 33px;
  }
  #buttonPopupYes {
      width: 100%;
      display: inline-block;
      width: 100px;
  }
  #buttonPopupNo {
        width: 100%;
        display: inline-block;
        margin-left: 20px;
        width: 100px;
    }
    
    .notifications-table{
        table-layout: auto;
    }


    
    #details[open]{
    width: 90px;
    -webkit-text-size-adjust: auto;
    word-wrap: break-word;
}

.inputConfig{
    max-width: 300px;
    max-height: 300px;
}

.tdSize{
    max-width: 200px;
    word-wrap: break-word;
}

.tronca {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 1000px;
    white-space: nowrap;
}

.custom-label {
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.smart-invalid {
    color:#ff0000 !important;
}

.toggle-invalid {
    color: #ff0000 !important;
}

.imgSize{

    max-height: 90%;
    max-width: 90%;
    margin-left: 3%;
    border-radius: 8px;

}
.dialogImage{
    width: 300px;
}

.acceptance-button {
    color: #ffffff;
    background-color: #0bd96e;
    border: none;
    display: inline-block;
    margin: 4px 25%;
    cursor: pointer;
    border-radius: 15px;
    border: none;
    border-radius: 15px;
    width: 50%;
    font-weight: bold;
}

.disabled-button {
    disabled: disabled !important;
    pointer-events: none !important;
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    font-weight: normal !important;
}

.inputNoArrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

.pac-container{ z-index: 20000;}

.inputIndirizzo {width: 700px}

.searchIconLocation{left: 640px}

.imageIcon {

    margin-bottom: 18px;
    cursor: pointer;
    left: 30;
    z-index: 20000;
}

.imageDashboard{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 150px;
    max-width: 100%;
    border-radius: 8px;
}

.positionDashboard{
    margin-top: 15%;
    max-height: auto;
    max-width: 100%;
}

.textSizeDashboard{

    margin-top: 2%;
    max-width: 100%;
}

.dialogStartNotification{

    width: fit-content;
    max-height: 50%;
    overflow-y: auto;
}
