* {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    touch-action: pan-y;
}  

body.modal-open {
    overflow: hidden;
}

.grecaptcha-badge{
	z-index:999;
}

a.linkGiallo{
	color:#ffd400;
}
a.linkGiallo:hover{
	color:white;
}

#gestioneConsensi .alertRelative{
    position: relative;
    left: 0px;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}


#gestioneConsensi .successoMessaggio {
    height: auto;
    border-radius: 10px;
    padding: 20px;
}

#gestioneConsensi .wrongPsw{
    height: auto;
    border-radius: 10px;
    padding: 20px;
    top:-50px;
}


.btnForgot{
	background-color: transparent;
	color: white;
	border: 0px;
	font-size: 12px;
	padding-top: 15px;
}

.btnForgot:hover{
	cursor:  pointer;
}

.btnForgot:focus{
	outline: none;
}

.doppioFlagGestioneConsensi #box2 {
    margin-bottom: 10px;
}

select{
    height: 40px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
	border-radius: 8px;
	padding: 10px;
	border:0px;
	color: #515151;
	font-weight:600;
	font-size:12px;
	line-height:22px;


}

select:disabled{
    -moz-appearance: none;
    -webkit-appearance: none;
}

select option{
	color: #515151;

}

#gestioneConsensi .wrongPsw{
    font-size: 18px;
    line-height: 22px;
}

#apriMenuMobile, #chiudiMenuMobile{
	display:none;
}

#apriMenuMobile .fas, #chiudiMenuMobile .far {
	font-size:35px;
	cursor:pointer;
	transition: all 0.5s ease;
}

#chiudiMenuMobile{
    position: absolute;
    top: 25px;
    right: 20px;
}

#apriMenuMobile .fas:hover, #chiudiMenuMobile .far:hover {
	color:#F29400;
}

a:hover {
    color: #F29400;
  }

.eventiMeregalli nav.menu{
    height: 100px;
    display: flex;
    flex-wrap: Wrap;
    align-items: center;
    justify-content: flex-start;
    margin-left: auto;
}

.eventiMeregalli nav.menu a{
	margin-left:35px;
	height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
	padding-left:35px;
	position:relative;
}

.eventiMeregalli nav.menu a:before{
	content:'';
	width:28px;
	height:28px;
	position:absolute;
	top: calc(50% - 18px);
	left:0px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.eventiMeregalli nav.menu a#registrazioneVoceMenu:before{
	background-image:url(../images/eventi/ico-registrazione.png);
    filter: brightness(0) saturate(100%) invert(52%) sepia(57%) saturate(1037%) hue-rotate(6deg) brightness(101%) contrast(102%);
}
.eventiMeregalli nav.menu a#barcodeVoceMenu:before{
	background-image:url(../images/eventi/ico-barcode.png);
    filter: brightness(0) saturate(100%) invert(52%) sepia(57%) saturate(1037%) hue-rotate(6deg) brightness(101%) contrast(102%);
}
.eventiMeregalli nav.menu a#dettaglioEventoVoceMenu:before{
	background-image:url(../images/eventi/ico-dettagli.png);
    filter: brightness(0) saturate(100%) invert(52%) sepia(57%) saturate(1037%) hue-rotate(6deg) brightness(101%) contrast(102%);
}
.eventiMeregalli nav.menu a#profiloVoceMenu:before{
	background-image:url(../images/eventi/ico-profilo.png);
    filter: brightness(0) saturate(100%) invert(52%) sepia(57%) saturate(1037%) hue-rotate(6deg) brightness(101%) contrast(102%);
}
.eventiMeregalli nav.menu a.active#registrazioneVoceMenu:before{
	background-image:url(../images/eventi/ico-registrazione-active.png);
    filter: brightness(0) saturate(100%) invert(52%) sepia(57%) saturate(1037%) hue-rotate(6deg) brightness(101%) contrast(102%);
}
.eventiMeregalli nav.menu a.active#barcodeVoceMenu:before{
	background-image:url(../images/eventi/ico-barcode-active.png);
    filter: brightness(0) saturate(100%) invert(52%) sepia(57%) saturate(1037%) hue-rotate(6deg) brightness(101%) contrast(102%);
}

.eventiMeregalli nav.menu a.active#dettaglioEventoVoceMenu:before{
	background-image:url(../images/eventi/ico-dettagli-active.png);
    filter: brightness(0) saturate(100%) invert(52%) sepia(57%) saturate(1037%) hue-rotate(6deg) brightness(101%) contrast(102%);
}
.eventiMeregalli nav.menu a.active#profiloVoceMenu:before{
	background-image:url(../images/eventi/ico-profilo-active.png);
    filter: brightness(0) saturate(100%) invert(52%) sepia(57%) saturate(1037%) hue-rotate(6deg) brightness(101%) contrast(102%);
}


.eventiMeregalli nav.menu a.active{
	color: #F29400;
	-webkit-box-shadow: inset 1px 10px 0px -4px rgba(242,148,0,1);
	-moz-box-shadow: inset 1px 10px 0px -4px rgba(242,148,0,1);
	box-shadow: inset 1px 10px 0px -4px rgba(242,148,0,1);
}


#gestioneConsensi.eventiMeregalli #headerMain .boxed1200{
    align-items: center;
	height:100px;
}

#gestioneConsensi.eventiMeregalli{
	background-image:url(../images/eventi/bg_eventi.jpg);
    /* backdrop-filter: blur(8px); */
    overflow-x: hidden;
}

#gestioneConsensi.eventiMeregalli #headerMain .logo {
    margin-right: 30px;
    border-right: 1px solid #5c6f7c;
	transition: all 0.5s ease;
    width: 185px;
    height: auto;
}

#gestioneConsensi.eventiMeregalli #headerMain .logo:hover {
    opacity:0.5;
}



.eventiMeregalli .leftBox {
    width: 65%;
    padding-top: 0px;
    text-align: left;
    background-color: transparent;
}

.eventiMeregalli .testataEventiInterno {
    height: auto;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 51.28%;
}


.eventiMeregalli .testataEventi img {
    display:block;
}

.eventiMeregalli .leftBox .introEventi{
    background-color: var(--main-theme-color);
    padding: 40px;
    width: 60%;
	/* padding-bottom:80px; */
	position:relative;
	z-index:110;
}

.eventiMeregalli .fraseIscrizione{
    font-size: 18px;
    text-align: left;
    color: white;
    margin-bottom: 20px;
}

.eventiMeregalli#gestioneConsensi h1 {
    margin-bottom: 30px;
}

.eventiMeregalli#gestioneConsensi h1.scannerizzaBarcode {
    margin-bottom: 10px;
}

.eventiMeregalli#gestioneConsensi .rightBox .infoOspiti{
    padding-bottom: 20px;
	text-align:left;
}

.eventiMeregalli#gestioneConsensi .rightBox .containerFlagRiprese{
    width: calc(100% - 90px);
}

.eventiMeregalli#gestioneConsensi .rightBox .containerFlagRiprese p{
    width: 100%;
}

.triangolo2 {
    fill: var(--main-theme-color);
    position: absolute;
	 top: 5px;
	right: -30px;
	width: 30px;
	transform: rotate(180deg);
	z-index:99;
}
.triangolo3 {
    fill: white;
    position: absolute;
	top: 5px;
	right: -30px;
	width: 30px;
	transform: rotate(180deg);
	z-index:99;
}

.eventiMeregalli .leftBoxBottom{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
	/*transform: scaleY(0);
	transform-origin: top;
	transition: all 0.5s ease;
	animation:compariLeftBoxBottom 0.5s forwards;
	animation-delay: 0.5s;*/
	z-index:9;
}

@keyframes compariLeftBoxBottom {
  from {transform: scaleY(0);}
  to {transform: scaleY(1);}
}

.eventiMeregalli .dettagliEventi{
	color:var(--main-theme-color);
	transform: translateX(-100%);
	z-index: 5;
	animation:comparidettagliEventi 0.5s forwards;
	animation-delay: 0.5s;
    background-color: white;
    width: 40%;
    padding: 37px;
    text-align: center;
    font-size: 18px;
	position:relative;
}

@keyframes comparidettagliEventi {
  from {transform: translateX(-100%);}
  to {transform: translateX(0px);}
}


.eventiMeregalli .dettagliEventi p{
	color:inherit;
	margin-bottom: 5px;
}

.eventiMeregalli .dettagliEventi p.marginBottom40{
	margin-bottom:40px;
}


.eventiMeregalli .dettagliEventi strong{
	color:inherit;
}

.eventiMeregalli .dettagliEventi .data{
	font-weight:800;
	font-size:28px;
}


/********** ISCRIZIONE AVVENUTA ******************/

.intro p.subtitle{
    font-size: 20px;
}

#gestioneConsensi main .boxed1200.justifyCenter{
    justify-content: center;
}

.intro p.subtitle .button{
    width:30%;
    margin:auto;
}

/********** DETTAGLIO EVENTO ******************/

.contenutoFck{
    background-color: rgba(255,255,255,0.1);
    padding: 100px;
}


.contenutoFck p {
    margin-bottom: 20px;
}

.bloccoImgDett {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bloccoEspositori img {
    width: 15%;
    height: auto;
    margin-bottom: 16px;
}

.contenutoFck aside.separator {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    height: 1px;
}

.contenutoFck .bloccoContatti {
    justify-content: space-around;
}
.contenutoFck .bloccoEspositori, .contenutoFck .bloccoContatti {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

#gestioneConsensi main .boxed1200.eventoChiuso {
    height: calc(100vh - 250px);
    align-items: center;
    align-content: space-between;
}

.eventoChiuso .rightBox{
    min-height: 400px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom:0px;
}



/**************** PROFILO ****************/
#gestioneConsensi.profiloEventi .leftBox{
	background-color:white;
	padding:40px;
}

#gestioneConsensi.profiloEventi .leftBox form{
	padding:0px;
}

#gestioneConsensi.profiloEventi .leftBox h1{
	color:#153042;
}

#gestioneConsensi.profiloEventi .leftBox  label.normalLabel{
	color:#153042;
}

#gestioneConsensi.profiloEventi .leftBox form .campiTesto{
	background-color:#eee;
}
#gestioneConsensi.profiloEventi .leftBox form select{
	background-color:#eee;
}


#gestioneConsensi.profiloEventi .selettoreEvento{
    margin-bottom: 10px;
}

#gestioneConsensi.profiloEventi .areaBluChiaro{
	padding: 15px 40px 40px 40px;
}

#gestioneConsensi.profiloEventi .areaBluChiaro .button{
    width: 100%;
    display: block;
    margin-top: 0px;
}


#gestioneConsensi.profiloEventi .bottoneAggiungiOspite{
	padding-top:40px;
}



#gestioneConsensi.profiloEventi .areaOspiti .intro .button{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

#gestioneConsensi.profiloEventi .areaOspiti{
    background-color: #05466f;
	position:relative;
	min-height:500px;
}

#gestioneConsensi.profiloEventi .areaOspiti .triangolo1 {
    fill: #3f8dbf;
    position: absolute;
    top: -53px;
    left: calc(50% - 22px);
    width: 44px;
    transform: rotate(270deg);
}

#gestioneConsensi.profiloEventi .areaOspiti .intro {
    padding-top: 80px;
}

#gestioneConsensi.profiloEventi .gruppoOspite .eliminaModifica {
    display:flex;
	align-items:center;
	justify-content:space-between;
	width:100%;
	margin-bottom:15px;
}

#gestioneConsensi.profiloEventi .gruppoOspite .eliminaModifica .button {
    width:48%;
}

.gruppoOspite .button{
    font-size: 13px;
    font-weight: normal;
    padding: 9px;
	line-height: 15px;
	margin-top: 5px;
    margin-bottom:10px;
}

.close {
  position: absolute;
  top: 0px;
  right: 20px;
  width: 25px;
  height: 25px;
  opacity: 0.8;
  background-color:transparent;
  border:   0px;
}

.close:hover {
  opacity: 1;
  cursor:   pointer;
}

.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 25px;
  width: 2px;
  background-color: white;
}

.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.bottoneAggiungiOspite{
    position:   relative;
}


/* PAGINA ACCREDITAMENTI */

/* #gestioneConsensi.tuttaPagina main .boxed1200 {
    min-height: calc(100vh - 250px);
    align-items: center;
    align-content: space-between;
} */


#gestioneConsensi #moduloinfo #barcode{
    background-color: white;
    color: #757575;
    font-size: 25px;
    height: 60px;
    padding: 15px;
    line-height: 30px;
}

.scansioneBarcode #moduloinfo {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
	max-width:100%;
}

.intro.scansioneBarcode{
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
}

/*Accreditamento hostess*/
article.fraseChiusura p, article.fraseChiusura p strong, article.fraseChiusura p strong strike{
    color:#F29400;
	font-size:24px;
}

#gestioneConsensi .boxed1200 strong.totIngressi{
    color:#F29400;
	margin-bottom: 20px;
	display: block;
}





/********** DISCLAIMER ***********/

#gestioneConsensi .disclaimer{
	margin-top:50px;
}


/********** scansione Barcode ***********/

/* .intro.scansioneBarcode {
    flex-direction: column-reverse;
    display: flex;
} */

/* #reader__scan_region br {
    display: none;
} */

.qrCodeText {
    font-size: 12px;
    line-height: 1.3;
    padding-bottom: 20px;
}

.scansioneBarcode #moduloinfo {
    width: 100%;
    display: flex;
  }

  #barcode {
    margin-bottom: 0 !important;
    margin-right: 10px !important;
  }

  .intro.scansioneBarcode .bottoneSubmit.bottoneChiaro {
    margin-top: 0 !important;
    font-size: 14px !important;
    padding: 20px;
  }
  
  .scansioneBarcode #moduloinfo input {
    height: 50px !important;
  }  

/**********************************************************/
/********************* ANIMAZIONI *************************/
/**********************************************************/





@keyframes heartbeat {
0% {
    transform: scale( .75);
}
20% {
    transform: scale( 1);
}
40% {
    transform: scale( .75);
}
60% {
    transform: scale( 1);
}
80% {
    transform: scale( .75);
}
100% {
    transform: scale( .75);
}
}




/**********************************************************/
/********************* RESPONSIVE *************************/
/**********************************************************/


@media all and (max-width: 1500px){

#gestioneConsensi .wrongPsw {
    position: relative;
    border-radius: 0px;
    width: 100%;
    left: 0px;
    height: auto;
    padding: 40px;
    top: auto;
}

}


@media all and (max-width: 1250px){
.rightBox {
    width: 35%;
}
.eventiMeregalli .leftBox .introEventi, .eventiMeregalli .dettagliEventi {
    width:100%;
}
#gestioneConsensi form {
    padding: 20px;
}
.triangolo1, .triangolo2, .triangolo3 {
    display: none;
}
#gestioneConsensi.profiloEventi .areaOspiti .intro {
    padding-top: 40px;
}
}

@media all and (max-width: 980px){
	
.rightBox {
    width: 100%;
}
.triangolo1, .triangolo2, .triangolo3 {
    display:none;
}
.eventiMeregalli .leftBox {
    width: 100%;
}
#gestioneConsensi.eventiMeregalli #headerMain .logo {
    width:200px;
}
.eventiMeregalli nav.menu a{
	font-size:12px;
	padding-left:25px;
}
.eventiMeregalli nav.menu a::before {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
}
.eventiMeregalli .leftBox .introEventi {
    width: 60%;
}
.eventiMeregalli .dettagliEventi {
    width: 40%;
}
#gestioneConsensi.profiloEventi .areaOspiti {
    min-height: 0px;
	padding-bottom: 40px;
}
}

@media all and (max-width: 800px){
#gestioneConsensi.eventiMeregalli h1 {
    font-size: 30px;
    line-height: 38px;
}
.eventiMeregalli .fraseIscrizione {
    font-size: 16px;
}
.eventiMeregalli .leftBox .introEventi {
    padding: 30px;
}
.eventiMeregalli .dettagliEventi {
    padding: 30px;
}
#gestioneConsensi.eventiMeregalli #headerMain .logo {
    width: 190px;
	padding-right: 20px;
}
.eventiMeregalli nav.menu a {
    margin-left: 25px;
}
}

@media all and (max-width: 750px){

.eventiMeregalli nav.menu{
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.94);
    z-index: 999;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
	align-content: center;
	transform: translateX(-100%);
	transition: all 0.5s ease;
}
#gestioneConsensi.eventiMeregalli #headerMain .boxed1200{
	justify-content:space-between;
}
#gestioneConsensi.eventiMeregalli #headerMain .logo {
    border-right:0px;
	padding-right:0px;
	width:210px;
}

#menuFull.menuOpened{
    transform: translateX(0%);
	transition: all 0.5s ease;
}

#apriMenuMobile, #chiudiMenuMobile{
	display:block;
}

body {
    padding-right: 20px;
    padding-left: 20px;
}
#gestioneConsensi main {
    padding-top: 0;
}
.eventiMeregalli nav.menu a{
    width: 100%;
    text-align: center;
    padding-left: 0px;
    margin-left: 0px;
    font-size: 30px;
    justify-content: center;
	margin-bottom: 30px;
	padding-top:30px;
}
.eventiMeregalli nav.menu a::before {
    width: 30px;
    height: 30px;
    top: 15px;
    left: calc(50% - 15px);
}
.eventiMeregalli nav.menu a.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #48aff1;
    color: white;
}
.eventiMeregalli nav.menu a.active#registrazioneVoceMenu::before {
    background-image: url(../images/eventi/ico-registrazione.png);
}
.eventiMeregalli nav.menu a.active#barcodeVoceMenu::before{
	background-image: url(../images/eventi/ico-barcode.png);
}
.eventiMeregalli nav.menu a.active#dettaglioEventoVoceMenu::before {
    background-image: url(../images/eventi/ico-dettagli.png);
}
.eventiMeregalli nav.menu a.active#profiloVoceMenu::before {
    background-image: url(../images/eventi/ico-profilo.png);
}
.eventiMeregalli .leftBox .introEventi {
    width: 100%;
}
.eventiMeregalli .dettagliEventi {
    width: 100%;
}

}

@media (max-width: 560px){
#popModal {
    padding: 15px;
}
#gestioneConsensi #popModal strong {
    font-size: 21px;
}
#gestioneConsensi #popModal ul li {
    font-size: 13px;
}
#gestioneConsensi #popModal .mfp-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 26px;
}
.intro.scansioneBarcode h1 {
    position: absolute;
    top: 30px;
    font-size: 24px !important;
    right: 20px;
}
}


@media (max-height: 750px){
	#gestioneConsensi.tuttaPagina main .boxed1200 {
		height: auto;
	}
}

