*, #gestioneConsensi h1, #gestioneConsensi .disclaimer p a {
    color: white;
}

a:hover{
color:#58c74a;
}

.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: #3f8dbf;
	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: #153042;
}

.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: black;
	padding-top: 13px;
padding-bottom: 13px;
margin-top:15px;
}

#gestioneConsensi form input.bottoneSubmit:hover {
    background-color: white;
    color: #58c74a;
}

#gestioneConsensi form input.bottoneSubmit.bottoneChiaro{
    background-color: #3f8dbf;
}

#gestioneConsensi form input.bottoneSubmit.bottoneChiaro:hover{
    background-color: white;
}


#gestioneConsensi{
    background-image:url(../images/struttura/fiaba-bg3.jpg);
	background-color: black;
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
	min-height: 100vh;
}

#gestioneConsensi.bodyMaps{
    background-image:url(../images/struttura/fiaba-bg3.jpg);
	background-attachment: fixed;
}

#gestioneConsensi.compilato{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}

.compilato p{
    text-align:center;
}


#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: flex-start;
    justify-content: flex-start;
	position:relative;
	margin-top:50px;
	margin-bottom:50px;
}

#gestioneConsensi.login #headerMain .boxed1200{
	margin-top:50px;
	margin-bottom:0px;
}


#gestioneConsensi #headerMain .boxed1200 .pulsanteLogout{
    position: absolute;
    right: 0px;
    top: calc(50% - 25px);
    background-color: #58c74a;
    padding: 13px 15px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
}
#gestioneConsensi #headerMain .boxed1200 .pulsanteLogout:hover{
    background-color:black;
	color:white;
}

#gestioneConsensi #headerMain{
    background-color:transparent;
	min-height: 100px;
padding-top: 0px;
padding-bottom: 0px;
align-items: flex-end;
}

#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;

}

#gestioneConsensi .campiTesto:nth-child(2){
	margin-right: 0px;
}

.rightBox{
    width:35%;
	background-color:#58c74a;
	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;
}

#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: #79afd2;
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
}

/*.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:600;
	font-size:14px;
	line-height:22px;
}

#gestioneConsensi form select option{
	color: #515151;
}


#gestioneConsensi form {
    margin-top: 0px;
    margin-bottom: 0px;
}



.triangolo1 {
	fill: #58c74a;
	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;
}


#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: #58c74a;
}

#gestioneConsensi.login .campiTesto:first-child{
color:#515151;
background-color:white;
}


#gestioneConsensi.login main .boxed1200{
    height: calc(100vh - 300px);
    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 #58c74a;
	color: #515151;
}

#gestioneConsensi #popModal ul li{
    color: #515151;
} 

#gestioneConsensi #popModal strong{
    font-size: 30px;
    color: #58c74a;
    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,160,58,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;
	}
	.rightBox {
		width: 45%;
	}	
}
@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;
}
#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: 600;
	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;
}


@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;
	}
}














