

.noselect {

  -webkit-touch-callout: none; /* iOS Safari */

    -webkit-user-select: none; /* Safari */

     -khtml-user-select: none; /* Konqueror HTML */

       -moz-user-select: none; /* Firefox */

        -ms-user-select: none; /* Internet Explorer/Edge */

            user-select: none; /* Non-prefixed version, currently

                                  supported by Chrome and Opera */

}


body{background-image:url('../img/dark_wood.png')
; max-width:100%;}
.toErase{

  opacity:0.5;

}

.temp{
cursor:pointer;
  opacity:0.5;

}

.btn{
	font-weight:600;
	color:white;
}

.fakecella{
	background-color:white;
}
#divisor{
	margin:10px 0px;
}
.bottomwrapper{
	float:left;
	min-height:100px;
	margin-right:10px;
}
.cerchio{

  border:2px solid black;
  border-radius:100%;
  font-size:20px;
  height:40px;
  width:40px;
  line-height:40px;
  color:white;
  margin:5px auto;
  text-align:center;
  text-shadow:2px 2px 2px black;

}

.miniwrapper{
	text-align:center;
}

#er{
	background-color:darkred;
}

 #es{
	 background-color:darkgreen;
 }
 
 #om{
	 background-color:darkgrey;
 }
 
 #noim{
	 background-color:yellow;
 }
#done{
	margin-top:20px;
	font-weight:900;
	min-width:200;
	color:white;
}
#riferimento{
	width:200px;)
}

.cella, .fakecella, .token{
	display:inline-block;
	background-size:cover;
	border:1px solid black;
}

.bottomtokens {
    position: fixed;
    bottom: 0;
	padding:10px;
    max-width: 100%;
	width:100%;
	background-color:white;
	margin-left:-15px;
	box-shadow:-2px -2px 2px black;
}

.sidetokens{
	 position: fixed;
    top: 100;
	right:0;
	padding:10px;
	background-color:white;
	box-shadow:-2px -2px 2px black;
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
}

.token{
	width:50px;
	height:50px;
	backgroud-color:white;
	margin:10px;
}

.sidetokenblock{
	display:block;
}

#rubber{
	background-image:url('../img/rubber.png');
}



.riga{
	text-align:center;
}
.recriga{
background-color:white;
color:black;
padding:5px 0px;
border:1px solid grey;
text-align:left;	
}

.col-xs-4{
	padding:0px;
}

.tabs{
	display:none;
}

.tour{
	color:white;
	display:none;
	text-align:center;
}

.btn{
	color:black;
}
.row{
	margin:0px;
}

hr {
	margin-top:5px;
	margin-bottom:5px;
}

h1{
margin-top:0px;
color:white;
font-weight:900;
text-align:center;}

h5{
color:white;
font-weight:400;
text-align:center;	
}
.mod_immagine{
	max-width:80%;
	margin:0px auto;
}

.mod_titolo, .compito_titolo{
	width:100%;
	color:black;
}

.mod{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	padding:10px 0px;
	height:inherit;
	border:2px solid navy;
	box-shadow:0px 2px 2px black;
	background-color:white;
	cursor:pointer;
	width:100%;

}

.compito{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	padding:10px 0px;
	height:inherit;
	border:2px solid navy;
	box-shadow:0px 2px 2px black;
	background-color:white;
	cursor:pointer;

}


.tour_title{
	text-align:center;
    text-transform:uppercase;
	text-shadow:2px 2px 2px black;
	font-weight:900;
	color:white;
}

#settings{
	height:calc(100% -45px);

	color:black;
}

.compito{
	min-height:230px;
}

.compito_titolo{
	font-size:11px;
}

.compito:hover, .mod:hover{
	border:2px solid yellow;
}

#matrix_preview{
	width:100px;
	height:100px;
	margin:15px auto;

}

.esempiocella{
	border:1px solid black;
	float:left;
		background-color:white;
}

.settings_button{
	border-radius:100%;
	width:30px;
	height:30px;
	background-color:white;
	text-align:center;
	color:black;
	cursor:pointer;
	margin:0px auto;
	font-size:22px;
	line-height:30px;
}

.settings_button .glyphicon{
	line-height:30px;
}

.settings_text{
	color:white;
	text-align:center;
	line-height:30px;
	font-size:11px;
}

#matrix_settings{
	font-size:13px;
	margin:5px 0px;
	color:white;
	text-align:center;
}

.next, .back{
	font-size:14px;
}

#time_preview{
	width:100px;
	height:100px;
	background-color:white;
	margin:15px auto;
}

#img_intertempo{
		width:100px;
	height:100px;
}

.preview_stimoli{
	width:75px;
	height:75px;
	margin:10px;
	float:left;
	background-color:white;
	border:1px solid black;
}
@media screen and (min-width: 401px) {
	.mod{
	width:calc(33% - 4px);
	display:inline-block;
	padding:40px 0px;
	}
	
	.tour_title{
	margin-bottom:30px;
}

.compito{
	max-width:200px;
}

#matrix_preview{
	width:300px;
	height:300px;
	margin:0px auto;
}

#matrix_settings{
	font-size:20px;
	margin:5px 0px;
}

.next, .back{
	font-size:16px;
}

#time_preview{
	width:300px;
	height:300px;
	background-color:white;
	margin:15px auto;
}

.settings_text{
	font-size:18px;
	line-height:40px;
	font-weight:900;
}

#img_intertempo{
		width:300px;
	height:300px;
}

#riferimento{
width:500px;}

.setrow{
	margin-bottom:20px;
}

.settings_button{
	border-radius:100%;
	width:40px;
	height:40px;
	background-color:white;
	text-align:center;
	color:black;
	cursor:pointer;
	margin:0px auto;
	font-size:30px;
	line-height:40px;
}

.settings_button .glyphicon{
	line-height:40px;
}
}
