*, #gestioneConsensi h1, #gestioneConsensi .disclaimer p a {
    color: white;
}

.flex{
    display: flex;
}

#gestioneConsensi h1 span{
    font-weight:300;
    line-height: 1.5;
}

#popModal > p{
    color: #757575;
}

mark {
    background-color: transparent;
    font-weight: bold;
	font-style: normal;
	color:white;
}

aside.spacer{
    width:100%;
}


.nonMod{
    opacity:0.5;
}

.nonMod.filtroSelect{
    height: 40px;
    margin-top: -50px;
    margin-bottom: 10px;
}

.nonMod #box0{
	pointer-events: none;
}
/* select:read-only{
    opacity:0.5;
}*/

select.nonMod::after{
    content:'';
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	display:block;
}

.hidden{
    display:none;
}


.button{
padding: 13px;
margin-top:15px;
background-color: #48aff1;
border: 0px;
color: white;
font-weight: 800;
width: 100%;
font-size: 18px;
border-radius: 8px;
cursor: pointer;
transition: all 0.5s ease;
-webkit-appearance: none;
display:block;
}

.button:hover{
background-color: #153042;
color:white;
}


.buttonDark{
	background-color: #153042;
	color:white;
}

.buttonDark:hover{
	background-color:white;
	color:#48aff1;
}

.buttonNegative{
	background-color:#aa0101;
}



.checks{
    margin-bottom:40px;
}

.checks ul li::before {
    position: relative;
	content: counter(step-counter);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: var(--main-theme-color);
	height: 57px;
	width: 57px;
	margin-right: 15px;
	background-size: contain;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.checks ul li.liGiallo::before {
    background-color: #ffd400;
}



.checks ul li {
    font-size: 24px;
	counter-increment: step-counter;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 115px;
	color:white;
}

.checks p {
    font-size: 24px;
    text-align: left;
    color: white;
}

.checks ul li mark{
    color:white;
}
.checks ul li p {
    max-width: 80%;
}


.checks ul.ulMaps li::before {
   font-size: 30px;
   font-weight: 600;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  font-weight: normal;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  font-weight: normal;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
  font-weight: normal;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
  font-weight: normal;
}

input:checked + label {
    background: #F29400;
}

.divFlagMappa input:checked + label {
    background: #79afd2;
}

.bodyMaps .divFlagMappa input:checked + label:after{
    background-color: #153042;
}

.bodyMaps .divFlagMappa input:checked + label {
    background: white;
}


#gestioneConsensi form input.bottoneSubmit {
    background-color: #F29400;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 15px;
    border: 0 !important;
    text-transform: uppercase;
}

#gestioneConsensi form input.bottoneSubmit.bottoneChiaro{
    background-color: #F29400;
}

#gestioneConsensi form input.bottoneSubmit.bottoneChiaro:hover{
    background-color: white;
}


#gestioneConsensi{
    background-image:url(../images/struttura/bg.jpg);
	background-color: #00234d;
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
	min-height: 100vh;
}

#gestioneConsensi.bodyMaps{
    background-image:url(../images/maps/bg-map.jpg);
	background-attachment: fixed;
}

#gestioneConsensi.bodyMaps.bodyHoreca{
    background-image:url(../images/struttura/bg-accesso-horeca.jpg);
	background-attachment: fixed;
}

#gestioneConsensi.compilato{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}

.compilato p{
    text-align:center;
}


#gestioneConsensi.tenutaFertuna2022 main {
    padding-top: 80px;
}
#gestioneConsensi::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    content: "";
    /* background-color: #fff; */
    opacity: 0.25;
    z-index: -1;
  }
.intro .logo {
    display: block;
    margin-bottom: 40px;
    max-width: 280px;
    height: auto;
  }

  #gestioneConsensi main{
    padding-top: 0px;
}

#gestioneConsensi main .boxed650{
    border:0px;
}

#gestioneConsensi main .boxed1200 {
    width: 100%;
    max-width: 1200px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
	display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
}

#gestioneConsensi #headerMain .boxed1200 {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	height:100px;
	position:relative;
}

#gestioneConsensi #headerMain{
    background-color:transparent;
	min-height: 100px;
padding-top: 0px;
padding-bottom: 0px;
align-items: flex-end;
}



#gestioneConsensi.bodyMaps #headerMain nav{
    display:block;
}

#gestioneConsensi #headerMain nav a.buttonMap{
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: absolute;
	right: 0px;
	top: 0px;
}

#gestioneConsensi #headerMain nav a.buttonMap .fas{
    margin-right: 10px;
    font-size: 25px;
    margin-top: -13px;
	color:inherit;
}

#gestioneConsensi form {
    background-color: transparent;
	padding-top: 20px;
}

#gestioneConsensi .campiTesto {
    height: 40px;
	width:100%;
	margin-right: 0px;
	margin-bottom:10px;
	color: #515151;
	font-weight:600;
	font-size:14px;
	line-height:22px;
}

textarea {
	color: #515151;
	border: 0px;
	border-radius: 8px;
	padding: 10px;
	-webkit-appearance: none;
	width: 100%;
	margin-bottom: 10px;
	font-weight:600;
	font-size:14px;
	line-height:22px;
	height:90px;
}

#gestioneConsensi .campiTesto:nth-child(2){
	margin-right: 0px;
}

.rightBox{
    width:35%;
	background-color:var(--main-theme-color);
	margin-bottom:40px;
	position:relative;
}

.rightBox .intro{
    text-align: left;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 40px;
	font-size:24px;
}

.rightBox .intro strong{
	color:white;
	line-height: 32px;
}

.leftBox {
    width: 51%;
    padding-top: 40px;
    text-align: left;
}

.leftBox p.testoSmall {
    font-size: 14px;
    margin-bottom: 45px;
}

.rightBox p.testoSmall {
	font-size: 13px;
	text-align: left;
	padding: 20px 40px;
	line-height: 1.4;
}

#gestioneConsensi .doppioFlagGestioneConsensi {
    margin-top: 10px;
    margin-bottom: 10px;
}

#gestioneConsensi .doppioFlagGestioneConsensi.marginTop30{
    margin-top: 30px;
}

.doppioFlagGestioneConsensi #box0{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.doppioFlagGestioneConsensi #box1, .doppioFlagGestioneConsensi #box3 {
    margin-bottom: 10px;
}

.doppioFlagGestioneConsensi p {
    font-size: 12px;
    line-height: 13px;
	color:white;
}

.doppioFlagGestioneConsensi p a{
    line-height: 13px;
	color:white;
}

.doppioFlagGestioneConsensi.flagSpento{
    opacity: 0.3;
}

.doppioFlagGestioneConsensi.flagSpento label{
    cursor:unset;
}

label {
    background: #044f9b;
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
}

.SumoSelect label {
    background-color: transparent;
    text-indent: unset;
    height: 35px;
    border-radius: unset;
}

.SumoSelect .options li {
    height: 45px;
}

.SumoSelect .options li label {
    margin-top: 3px;
}

/*.divNote{
    margin-left: 13px;
    margin-right: 13px;
}*/

.divNote p{
    text-align: left;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom:5px;
    padding-left: 10px;
}

#gestioneConsensi .campiTesto:first-child {
    background-color: #79afd2;
    color: white;
	margin-bottom:10px;
}

#gestioneConsensi form select{
    height: 40px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
	border-radius: 8px;
	padding: 10px;
	border:0px;
	color: #515151;
	font-weight:400;
	font-size:14px;
	line-height:22px;
}

#gestioneConsensi form select option{
	color: #515151;
}


#gestioneConsensi form {
    margin-top: 0px;
    margin-bottom: 0px;
}



.triangolo1 {
	fill: #3f8dbf;
	position: absolute;
	top: 52px;
	left: -44px;
	width: 45px;
}

#gestioneConsensi .disclaimer{
    width: 100%;
}

#gestioneConsensi .disclaimer p {
    color: white;
}


#gestioneConsensi #footerMain {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 1200px;
    margin: auto;
}


#gestioneConsensi .erroreMessaggio {
   position: absolute;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	align-content:center;
	justify-content: center;
	padding-right: 30px;
	padding-left: 30px;
	flex-wrap: wrap;
	align-content: center;
	right: -125px;
	top: -125px;
	border:0px;
	background-color:#aa0101;
	transform: scale(0);
	animation: appariErrore 0.4s forwards;
	transition: all 0.5s ease;
	z-index:9999;
}

.error{
border: 2px solid #d30909 !important;
}

select.error{
	padding: 2px 10px !important;
}

#gestioneConsensi .erroreMessaggio h3, #gestioneConsensi .successoMessaggio h3 {
    color: white;
}

#gestioneConsensi .erroreMessaggio p, #gestioneConsensi .successoMessaggio p {
    line-height:19px;
}


#gestioneConsensi .successoMessaggio {
   position: absolute;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	align-content:center;
	justify-content: center;
	padding-right: 30px;
	padding-left: 30px;
	flex-wrap: wrap;
	align-content: center;
	right: -125px;
	top: -125px;
	border:0px;
	background-color:#01aa08;
	transform: scale(0);
	animation: appariErrore 0.4s forwards;
	transition: all 0.5s ease;
	z-index:99;
}


#gestioneConsensi .successoMessaggio:hover, #gestioneConsensi .erroreMessaggio:hover {
    cursor:pointer;
	opacity: 0.8;
	transition: all 0.5s ease;
} 

article.fraseChiusura{
    font-size: 24px;
    text-align: left;
    color: white;
    margin-bottom: 20px;
}

/* PAGINA LOGIN */

.login .triangolo1 {
    display:none;
}

.containerRadioButtonLine {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.radioButtonLine {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
}
.radioButtonLine input {
    width: auto;
	font-size: unset;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.radioButtonLine label{
    width: auto!important;
	font-size: 15px!important;
}



.login#gestioneConsensi form{
	z-index: 10;
	position: relative;
	background-color: var(--main-theme-color);
}

#gestioneConsensi.login .campiTesto:first-child{
color:#515151;
background-color:white;
}


#gestioneConsensi.login main .boxed1200{
    height: calc(100vh - 250px);
    align-items: center;
	align-content: space-between;
}

#gestioneConsensi .help-block.form-error, #gestioneConsensi .form-error.alert.alert-danger{
    display:none;
}

#gestioneConsensi #popModal {
    border: 40px solid var(--main-theme-color);
	color: #515151;
}

#gestioneConsensi #popModal ul li{
    color: #515151;
} 

#gestioneConsensi #popModal strong{
    font-size: 30px;
    color: var(--main-theme-color);
    margin-bottom: 20px;
    display: block;
}

#gestioneConsensi .wrongPsw{
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding-right: 30px;
    padding-left: 30px;
    flex-wrap: wrap;
    right: -125px;
    top: -125px;
    border: 0px;
    background-color: #aa0101;
    transform: scale(0);
    animation: appariErrore 0.4s forwards;
	z-index:20;
	font-weight:bold;
	font-size: 26px;
	line-height: 32px;
}

@keyframes appariErrore {
  100% {transform: scale(1); transition: all 0.5s ease;}
}


.loaderContainer {
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: rgba(0,48,97,0.8);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    overflow: hidden;
    display: none;
}

  .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}



input[type="checkbox"] {
    display: block;
	position: absolute;
	z-index:-10;
}


.bodyMaps .pointerAnimato{
    background-image:url(../images/maps/map-pointer.png);
	background-size:cover;
	background-repeat:no-repeat;
	display:block;
	position:fixed;
	width:62px;
	height:84px;
	z-index:-1;
	top: 20%;
	left: 40%;
	animation: cadePointer 1s forwards;
	transform:translateY(-100vh);
	animation-timing-function: cubic-bezier(0.785, 0.070, 0.155, 0.960); 
}

.bodyMaps .pointerAnimato:nth-child(2){
	top: 65%;
	left: 14%;
	animation-duration: 0.7s;
	animation-delay: 0.4s;
}

.bodyMaps .pointerAnimato:nth-child(3){
	top: 40%;
	left: 53%;
	animation-duration: 0.8s;
	animation-delay: 0.6s;
}

.bodyMaps .pointerAnimato:nth-child(4){
	top: 79%;
	left: 51%;
	animation-duration: 1.1s;
	animation-delay: 0.2s;
}

.bodyMaps .pointerAnimato:nth-child(5) {
    top: 62%;
    left: 91%;
	animation-duration: 0.7s;
	animation-delay: 0.1s;
}

@keyframes cadePointer {
  from {
    transform:translateY(-100vh);
  }

  to {
    transform:translateY(0vh);
  }
}









@media all and (max-width: 1500px){
#gestioneConsensi .erroreMessaggio, #gestioneConsensi .successoMessaggio{
    position: relative;
    border-radius: 0px;
    width: calc(100% - 80px);
	margin-left:40px;
    height: auto;
    left: 0px;
    top: 0px;
    margin-bottom: 0px;
    margin-top: 30px;
}
#gestioneConsensi .wrongPsw{
    position: relative;
    border-radius: 0px;
    width: 100%;
    left: 0px;
    height: auto;
    padding: 40px;
    top: auto;
}
}


@media all and (max-width: 1250px){
	body{
    padding-right: 40px;
    padding-left: 40px;
	}
    #gestioneConsensi.tenutaFertuna2022 main {
        padding-top: 40px;
      }
	.rightBox {
		width: 45%;
	}	
	.rightBox p.testoSmall {
	padding: 20px;
}
}
@media all and (max-width: 950px){
	.leftBox, .rightBox{
    width:100%;
}
.triangolo1 {
	display:none;
}
.leftBox{
	margin-bottom:50px;
}
#gestioneConsensi.login main .boxed1200{
    height: auto;
    align-items: flex-start;
}
#gestioneConsensi #popModal {
    border: 10px solid #3f8dbf;
    width: 100%;
    margin-left: 0px;
}
#gestioneConsensi .erroreMessaggio, #gestioneConsensi .successoMessaggio{
    width: 100%;
	margin-left:0px;
}
}



@media all and (max-width: 670px){
	body{
    padding-right: 10px;
    padding-left: 10px;
}
.intro .logo {
    margin-bottom: 20px;
    max-width: 200px;
  }
  .tenutaFertuna2022 .infoEventoContainer .infoEvento {
    width: 100% !important;
  }  
  .tenutaFertuna2022 .infoEventoContainer {
    flex-direction: column;
  } 
  .tenutaFertuna2022 .infoEventoContainer p span {
    font-size: 2rem !important;
  }
  .tenutaFertuna2022 .intro {
    font-size: 26px;
  }
#gestioneConsensi main {
    padding-left:0px;
    padding-right: 0px;
}

#gestioneConsensi h1 {
    font-size: 30px;
    line-height: 38px;
}

.rightBox .intro {
    padding-right: 20px;
    padding-left: 20px;
}
.leftBox {
    margin-bottom: 0px;
}
.checks ul li{
    height:auto;
	margin-bottom:20px;
	align-items: flex-start;
}
.checks ul li p{
    font-size: 18px;
	max-width: calc(100% - 55px);
}
.checks ul li::before {
    height: 40px;
    width: 40px;
}
	.bodyMaps .pointerAnimato{
		display:none;
	}	

}


/*label:not(.labelGruppo):not([for="privacy_admin"]):not([for="switch"]):not([for="switch2"]):not([for="switch3"]):not([for="flag_mappa"]):not([for="switch1"]){
        all: unset;
		font-size: 13px;
		text-align: left;
		width: 100%;
		display: block;
		font-weight: 600;
		padding-left: 10px;
		line-height:18px;
    }*/

label.normalLabel{
    all: unset;
	font-size: 13px;
	text-align: left;
	width: 100%;
	display: block;
	font-weight: 400;
	padding-left: 10px;
	line-height:18px;
	text-indent:0px;
	height:auto;
	border-radius:0px;
    background-color:transparent;
}


label.labelGruppo{
    all: unset;
    padding-top:15px;
    padding-bottom:15px;
    padding-left: 10px;
    font-size:18px;    
    text-align: left;
    width: 100%;
    display: block;
    font-weight: 600;
    line-height:18px;
    text-indent:0px;
    height:auto;
    border-radius:0px;
    background-color:transparent;
}

label:not([for="privacy_admin"]):not([for="switch"]):not([for="switch2"]):not([for="switch3"]):not([for="flag_mappa"]):not([for="switch1"]):after{
        display:none;
    }

.hidden, label.hidden{
    display:none!important;
}

#gestioneConsensi h1 span.testoYellow{
    color:#ffd400;
    font-weight: 800;
}


.divFlagMappa{
    background-color: #153042;
    border-radius: 30px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.divFlagMappa  p{
    font-size: 14px;
}

.doppioFlagGestioneConsensiMappe p{
    padding-right: 10px;
}

.divFlagMappa #box0{
    align-items: center;
}

.gruppoForm{
    border: 1px solid white;
    padding: 0px 10px 0px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
}

.intestazioneGruppo{
    display: flex;
    align-items: center;
    cursor:pointer;
}

.gruppoForm .icoAlert{
    position: absolute;
    top: -12px;
    right:-12px;
}

.doppioFlagGestioneConsensi.flagOpacity{
    opacity: 0.5;
}

.doppioFlagGestioneConsensi #box3 p{
    color:white;
}

.doppioFlagGestioneConsensi.doppioFlagGestioneConsensiMappe #box0, .doppioFlagGestioneConsensi.doppioFlagGestioneConsensiMappe #box1, .doppioFlagGestioneConsensi.doppioFlagGestioneConsensiMappe #box2, .doppioFlagGestioneConsensi.doppioFlagGestioneConsensiMappe #box3{
    padding-left:10px;
}

#gestioneConsensi form input.bottoneSubmit.submitCancellami{
    background-color:#d30909;
}

#gestioneConsensi form input.bottoneSubmit.submitCancellami:hover{
    color:white;
}

.doppioFlagGestioneConsensiMappe #box3{
    align-items: center;
}


/***** EVENTI 100 VINI - 100 SPIRITS ****/
.SumoSelect{
    width: 100%;
}

.SumoSelect.has-error .SelectBox{
    border: 2px solid #d30909;
}

.SumoSelect .SelectBox{
    height: 40px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 10px;
    border: 0px;
    color: #515151;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}

.SumoSelect .SelectBox .placeholder{
    opacity: 0;

}

.SumoSelect>.CaptionCont>span{
    color:#515151;
    text-align: left;
}

.SumoSelect .optWrapper .options{
    overflow: hidden;
}

.SumoSelect .optWrapper .opt label:not(.labelGruppo):not([for="privacy_admin"]):not([for="switch"]):not([for="switch2"]):not([for="switch3"]):not([for="flag_mappa"]):not([for="switch1"]){
    color:#515151;
}

.SumoSelect .select-all.partial>span i, .SumoSelect .select-all.selected>span i, .SumoSelect>.optWrapper.multiple>.options li.opt.selected span i{
    background-color: #3f8dbf;
}

.SumoSelect>.CaptionCont>label>i{
    left:auto;
    right:2px;
}


@media all and (max-height: 700px){

	#gestioneConsensi.login main .boxed1200{
		height: auto;
	}

}



/* EXPLORER */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
#gestioneConsensi .erroreMessaggio, #gestioneConsensi .successoMessaggio{
    position: relative;
    border-radius: 0px;
    width: calc(100% - 80px);
	margin-left:40px;
    height: auto;
    left: 0px;
    top: 0px;
    margin-bottom: 0px;
    margin-top: 30px;
}
#gestioneConsensi .wrongPsw{
    position: relative;
    border-radius: 0px;
    width: 100%;
    left: 0px;
    height: auto;
    padding: 40px;
    top: auto;
}
#gestioneConsensi #headerMain .boxed1200{
    margin-top:50px;
}
#gestioneConsensi.bodyMaps{
	background-attachment: fixed;
}
}



@supports (-ms-ime-align: auto) {
   /* Microsoft EdgeV13&14 CSS styles go here */
	#gestioneConsensi.bodyMaps{
		background-attachment: fixed;
	}
}


















/*******************PAGINA GRADIMENTO ***********************/



.giaRisposto{
    padding: 50px;
    font-size: 20px;
    text-align: left;
}


#gestioneConsensi.login.gradimento main .boxed1200 {
    height: auto;
    align-items: center;
    align-content: space-between;
}

#moduloinfo .radioValutazione{
    display:block;
	margin-bottom:20px;
}

#moduloinfo .radioValutazione .wrapperFieldset{
    display: flex;
    align-items: center;
    justify-content: space-between;
	position:relative;
	overflow:hidden;
	width:0%;
	transition: all 0.5s ease;
	animation: allargatiWrapper 0.6s forwards;
	animation-delay: 0.2s;
}

#moduloinfo .radioValutazione:nth-of-type(2) fieldset .wrapperFieldset{
	animation-delay: 0.3s;
}
#moduloinfo .radioValutazione:nth-of-type(3) fieldset .wrapperFieldset{
	animation-delay: 0.4s;
}
#moduloinfo .radioValutazione:nth-of-type(4) fieldset .wrapperFieldset{
	animation-delay: 0.5s;
}
#moduloinfo .radioValutazione:nth-of-type(5) fieldset .wrapperFieldset{
	animation-delay: 0.6s;
}
#moduloinfo .radioValutazione:nth-of-type(6) fieldset .wrapperFieldset{
	animation-delay: 0.7s;
}

@keyframes allargatiWrapper {
  from {
    width:0%;
  }

  to {
    width:100%;
  }
}


#moduloinfo .radioValutazione input[type="radio"] + label {
  display: block;
  cursor: pointer;
  position: relative;
  font-size: 13px;
  width:auto!important;
  padding-left:0px!important;
  margin-right:0px;
	opacity: 1;
	transition: all 0.5s ease;
	text-indent:0px;
	height:auto;
	background-color:transparent;
	opacity:0.5;
}

#moduloinfo .radioValutazione input[type="radio"] + label:hover {
	opacity:1;
}

#moduloinfo .radioValutazione input:checked + label {
	opacity:1;
}

#moduloinfo .radioValutazione input:checked + label:before {
	content:""!important;
}

#moduloinfo .radioValutazione input[type="radio"] + label:before {
    content: "";  
    display: flex;
    align-items:center;
    justify-content:center;
    width: 25px;
    height: 25px;
    position: relative;
    border: 2px solid white;
    background-color: transparent;
    border-radius: 50%;
	z-index:20;
	font-size:12px;
	font-weight:bold;
  }

#moduloinfo .radioValutazione input[type="radio"] {
  display: none !important;
  *display: inline;
}




#moduloinfo .radioValutazione input:checked + label:after {
    content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #153042;
	opacity: 1;
	z-index: 10;
	transform: translate(0);
	transform:scale(0);
	animation:popUpVoto 0.5s forwards;
  }

#moduloinfo .normalLabel{
    margin-bottom: 10px;
    padding-left: 0px;
	font-size:17px;
}


@keyframes popUpVoto {
  from {
    transform:scale(0);
  }

  to {
    transform:scale(1);
  }
}


#moduloinfo .radioValutazione input[value="1"] + label:before{
   content: "1"; 
}
#moduloinfo .radioValutazione input[value="2"] + label:before {
   content: "2"; 
}
#moduloinfo .radioValutazione input[value="3"] + label:before{
   content: "3"; 
}
#moduloinfo .radioValutazione input[value="4"] + label:before{
   content: "4"; 
}
#moduloinfo .radioValutazione input[value="5"] + label:before{
   content: "5"; 
}
#moduloinfo .radioValutazione input[value="6"] + label:before{
   content: "6"; 
}
#moduloinfo .radioValutazione input[value="7"] + label:before{
   content: "7"; 
}
#moduloinfo .radioValutazione input[value="8"] + label:before{
   content: "8"; 
}
#moduloinfo .radioValutazione input[value="9"] + label:before{
   content: "9"; 
}
#moduloinfo .radioValutazione input[value="10"] + label:before{
   content: "10"; 
}


#moduloinfo .radioValutazione fieldset input[value="1"]:checked + label:after, #moduloinfo .radioValutazione fieldset input[value="2"]:checked + label:after, #moduloinfo .radioValutazione fieldset input[value="3"]:checked + label:after, #moduloinfo .radioValutazione fieldset input[value="4"]:checked + label:after {
	background-color: #d30909;
  }

#moduloinfo .radioValutazione fieldset input[value="5"]:checked + label:after, #moduloinfo .radioValutazione fieldset input[value="6"]:checked + label:after, #moduloinfo .radioValutazione fieldset input[value="7"]:checked + label:after{
	background-color: orange;
  }


#moduloinfo .radioValutazione fieldset input[value="8"]:checked + label:after, #moduloinfo .radioValutazione fieldset input[value="9"]:checked + label:after, #moduloinfo .radioValutazione fieldset input[value="10"]:checked + label:after{
	background-color: #01aa08;
  }
  
h1.giaVotato{
	width:100%;
}
  
  
@media all and (max-height: 1200px){
	#moduloinfo .radioValutazione input[type="radio"] + label:before{
		width:21px;
		height:21px;
	}

 }


@media all and (max-width: 980px){

	#moduloinfo .radioValutazione input[type="radio"] + label::before{
		width:30px;
		height:30px;
	}
	#moduloinfo .radioValutazione .wrapperFieldset {
		max-width: 70%;
		margin-left:15%;
	}
	#moduloinfo .normalLabel {
		text-align: center;
	}
}

@media all and (max-width: 700px){

	#moduloinfo .radioValutazione .wrapperFieldset {
		max-width: 100%;
		margin-left:0%;
	}
	
	#gestioneConsensi #popModal strong{
		font-size:20px;
	}
	
	
	#gestioneConsensi #popModal ul li{
		font-size:11px;
	}
}


@media all and (max-width: 550px){
	#moduloinfo .radioValutazione input[type="radio"] + label::before {
		width: 20px;
		height: 20px;
	}
	.gradimento #moduloinfo .normalLabel {
		margin-bottom: 10px;
		padding-left: 0px;
		font-size: 14px;
	}
	#gestioneConsensi #headerMain img{
		width: 200px;
	}
	#gestioneConsensi #headerMain nav a.buttonMap {
		font-size: 12px;
	}
	#gestioneConsensi #headerMain nav a.buttonMap .fas {
		font-size: 20px;
		margin-top: -10px;
		margin-right:5px;
	}
}

.containerRadioButtonLine .radioButtonLine label {
	text-indent: unset;
	background-color: transparent;
    padding: 6px;
}


.ulMaps.noNumber li::before{
    display: none;
}