body {
	background: #FFFFFF;
	font-size: 12px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	color: #000000;
}

.upperCase{
	text-transform: uppercase !important;
}
.easyReading,
.easyReading .mgmenu{
	font-family: "EasyReading" !important;
}
/*
html, body{
	width: 100%;
	height: 100%;
}
*/

.menu_container{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	
	/*height: 40px;
	background-color: aqua;    
	*/
	
	width: 80%;
    margin: 0 auto;
    max-width: 960px;
}
}
.menu_holder{
	/*
	position: absolute;
	top: 0;
	left: 0;
	*/
}


	/*
@media screen and (max-width:800px) {
	.menu_container
		max-width: 650px;
	}
}
@media screen and (max-width:600px) {
	.menu_container
		max-width: 100%;
	}
}
	*/



a {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a:link    {}
a:visited {}
a:hover   {}
a:active  {}
a.active  {}

* {
	padding:0;
	margin:0;
}

a {
	color: #349DCC;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #C50E1F;
	text-decoration: none;
}

div{
	box-sizing: border-box;
}

.deaLayers{
	/*border: 1px solid green;*/
	/*background-color: beige;*/
	width: 100%;
	/*height: 80%;*/
	position: relative;
	text-align: center
}

.layerLoading{
	text-align: center;
	width: 100%;
	margin-top: 100px;
	font-weight: 700;
	font-size: larger;
}
.layerLoading:after{
	content: url(images/loader-bar.gif);
}

.imgLoader{
	border: 1px solid red;
	padding: 10px;
	display: none;
}


.imageContainer{
	/*border: 1px solid red;*/
	/*margin-left: 5px;*/
	position: relative;
	display: inline-block;
	/*
	display: block;
	margin: 0 auto;
	*/
}

.imageDim{
	min-height: 200px;
	min-width: 200px;
	background-color: rgba(255, 0, 0, .2);
	background-color: rgba(255, 0, 0, 0);
	
	/*
	position: absolute;
	top: 0;
	left: 0;
	*/
}

.imgLayer{
	position: absolute;
	max-width: 100%;
	height: 150px;
}
.imgLayer.base{
	top: 0;
	left: 0;
	/*border: 1px solid red;*/
}
.imgLayer.layer{
	/*
	top: 1px;
	left: 1px;
	*/
	top: 0;
	left: 0;
	/*background-color: blueviolet;*/
}




/* titoli interni */

.titoloInterno{
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	
	font-size: 1.2em;
	font-weight: 700;
	
	padding: 7px 15px;
	
	text-align: center;
	
	/*z-index: 0;*/
}

.titoloTopLeft{
	position: absolute;
	top: 20px;
	left: 20px;
}

.titoloInternoTopCenter{
	position: absolute;
	top: 20px;
	width: 100%;
	text-align: center;
}
.titoloTopCenter{
	display: inline-block;
}

.titoloTopRight{
	position: absolute;
	top: 20px;
	right: 20px;
}

.titoloBottomLeft{
	position: absolute;
	bottom: 20px;
	left: 20px;
}

/* FINE titoli interni */




/* LEGENDA */


.legendaItem{
	cursor: pointer;
}




.legendaThumb{
	/*display: inline-block;*/
	min-width: 40px;
	margin-right: 8px;
}

.legendaItem,
.legendaItem:before,
.legendaTableCell,
.legendaText,
.legendaThumb,
.legendaThumb img{
	vertical-align: middle !important;
	vertical-align: top !important;
}



.legendaText{
	/*display: inline-block;*/
	font-weight: 500;
	padding-left: 5px;
}


.legendaTable{
	/*border: 1px solid red;*/
	display: inline-block;
}




.legendaItem,
.legendaClear{
	margin: 8px 0;
	margin-left: 40px;
}

.legendaClear{
	cursor: pointer;
}


.legendaItem:before,
.legendaClear:before
{
	width: 30px;
	height: 24px;
	display: inline-block;
	margin-left: -40px;
	margin-right: 10px;
	
	vertical-align: middle;
    content:"";
	/*
	background-repeat: no-repeat;
    background-image: url('layer-add.png');
    background-size: 26px 26px;
	*/
	
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	font-size: 25px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
    content: "\f204";
}

.legendaItem.selected:before{
   /* background-image: url('layer-del.png');*/
    content: "\f205";
}

.legendaClear:before{
    /*background-image: url('layer-rel.png');*/
}


.colorThumb{
	width: 40px;
	height: 20px;
	display: inline-block;
}

.imgThumb{
	max-width: 40px;
	max-height: 20px;
	display: inline-block;
}


.settingsRow{
	padding: 5px;
	font-size: 16px;
	font-family: roboto;
	text-transform: none;
	
}
.settingsBtn{
	
}
.settingsContainer{
	/*border: 1px solid red;*/
}

.settings_row_0,
.settings_row_1{
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(255,255,255, 0), rgba(255,255,255, 1), rgba(255,255,255, 0));
	margin: 5px 0;
}
.settings_row_1{
	background-image: linear-gradient(to right, rgba(0,0,0, 0), rgba(0,0,0, 1), rgba(0,0,0, 0));
}


.fontainer{
	vertical-align: middle;
	text-align: center;
	min-width: 100px;
}



.stile_0 .fonter{
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	border-color: #fff;
	border-style: solid;
	border-right-width: 0px;
}
.stile_1 .fonter{
	color: #000;
	background-color: transparent;
	border: 1px solid #000;
	border-color: #000;
	border-style: solid;
	border-right-width: 0px;
}

.stile_0 .fonter.fonter_last,
.stile_1 .fonter.fonter_last{
	border-right-width: 1px;
}




.fonter{
	text-align: center;
	width: 50px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	
	font-weight: 500;
	
	cursor:pointer;
	vertical-align: bottom;
	
}

.stile_0 .fonter:hover{
	color:#000;
	background-color: #fff;
}
.stile_1 .fonter:hover{
	color:#fff;
	background-color: #000;
}

.stile_0 .fonter.selected{
	color:#000;
	background-color: #fff;
	cursor:default;
}
.stile_1 .fonter.selected{
	color:#fff;
	background-color: #000;
	cursor:default;
}

#font1{
	font-size: 12px;
}
#font2{
	font-size: 16px;
}
#font3{
	font-size: 18px;
}


#act_pos{
	cursor: pointer;
}

.settMark{
	cursor: pointer;
}

.setArrowUp:before,
.setArrowDw:before,
.settMark:before{
	
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 22px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
    content: "\f204";
	
	padding-right: 10px;
}

.settMark.selected:before{
	font-size: 24px;
    content: "\f205";
}

.setArrowUp:before{
    content: "\f176";
    content: "\f01b";
    content: "\f0aa";
    content: "\f148";
    content: " \f148 \f0aa \f01b \f176";
    content: " \00A0 \f148";
    content: "\f148 \00A0 ";
}

.setArrowDw:before{
    content: "\f175";
    content: "\f01a";
    content: "\f0ab";
    content: "\f149";
    content: "\f149 \f0ab \f01a \f175";
    content: " \00A0 \f149";
    content: "\f149 \00A0 ";
}



.easyText{
	display: inline-block;
	vertical-align: top;
}


/*
.imageLegenda{
	border: 1px solid blue;
	margin: 5px;
	padding:5px;
}

.legendaItem{
	margin-left: 30px;
	margin-top: 10px;
	cursor: pointer;
}

.legendaItem:before{
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-left: -30px;
	margin-right: 10px;
	
	vertical-align: middle;
	
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect style='stroke-width:1; stroke:%23A6AAA9; fill:%23ffffff;' x='1' y='1' width='18' height='18' /%3E%3C/svg%3E");
}
.legendaItem.selected:before{
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect style='stroke-width:1; stroke:%23A6AAA9; fill:%23ffffff;' x='1' y='1' width='18' height='18' /%3E%3Crect style='stroke-width:0; fill:%2300AFFC;' x='5' y='5' width='10' height='10' /%3E%3C/svg%3E");
}

*/

/*
.level_test_container{
	margin: 0 auto;
	width: 800px;
	border: 1px solid green;
	border-radius: 10px;
	padding: 5px;
	margin-top: 20px;
	
	text-align: center;
}

#level_current{
	border: 1px solid red;
	padding: 5px;
	margin-top: 20px;
	
}
#level_story{
	border: 1px solid blue;
	padding: 5px;
	margin-top: 20px;
	max-height: 300px;
	overflow: auto;
}




.frase, .questions{
	color: #050505;
	padding: 5px;
	font-size: 18px;
}
.question{
	background-color: #EAEAEA;
	margin: 0 10px;
	cursor: pointer;
	padding: 4px 12px;
	display: inline-block;
}
.question:hover{
	background-color: #DF4748;
	color: #fff;
}
*/

/* voce menu sposta su */
@media only screen and (max-width: 768px) {
	.hideMobile{
		display: none;
	}
}