.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.centerbutton{
	margin:20px auto;
}

.frecciaflex{
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;	
    justify-content: center;
}

#testo_allenamento,#scelta_feedback,#scrittura_feedback{
	text-align:center;
	margin:0px auto;
}

#completamento_up{
	    margin: 0px auto;
}

#completamento_down{
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
}

.frecciaflex img{
	width:100px;
}

.myselect{
	width:100%;
}

.myrow{
	margin:20px 0px;
}

.minwidth{
	min-width:150px;
}

.mezzonascosto{
	opacity:0.5;
}

.altezzafissa{
	min-height:30px;
}

h4{
	line-height:60px;
}




.lettera_dainserire{
	display:inline-block;
	width:40px;
	height:40px;
	line-height:30px;
	font-size:20px;
	line-height:40px;
	font-weight:500;
	text-align:center;
	margin:10px;
	border:1px solid grey;
	border-radius:10px;
}

.unisci{
	width:auto;
}

.completamentoCursor{
	background-color:lightgrey;
}

.lettera_completamento{
	display:inline-block;
	margin:2px;
	height:40px;
	line-height:40px;
	font-size:20px;
	line-height:40px;
	font-weight:500;
	text-align:center;
	min-width:30px;
}

#completamento_feedback{
	margin:0px auto;
	font-size:20px;
}

#completamento_up{
	margin:0px auto;
	font-size:16px;
}

@media only screen and (max-width: 600px) {
.img-fluid{
	max-height:200px;
}

.lettera_completamento{
	font-size:16px;
	line-height:30px;
	height:30px;
	width:20px;
}

.lettera_dainserire{
	font-size:16px;
	line-height:40px;
	height:40px;
	width:40px;	
	margin:5px;
}

}

@media only screen and (min-width: 601px) {
.img-fluid{
	max-height:300px;

}


}

.esempio{
	border:1px solid black;
	border-radius:20px;
	margin-bottom:10px;
}

#completamento_down{
	display: flex;
    justify-content: center;
}


#spazio_scrittura{
	height:48px;
	text-align:center;
		font-size:20px;
	border:0px solid black;
	border-bottom:1px solid black;
}

.maiuscolo{
	text-transform:uppercase;
}