/* CSS Document */
/*************************************/
/*	FONT DEFINITION  				 */
/*************************************/	

@font-face {
    font-family: 'entypomedium';
    src: url('../font/entypo.eot');
    src: url('../font/entypo.eot?#iefix') format('embedded-opentype'),
         url('../font/entypo.woff2') format('woff2'),
         url('../font/entypo.woff') format('woff'),
         url('../font/entypo.ttf') format('truetype'),
         url('../font/entypo.svg#entypomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    src: url('../font/roboto-bold.eot');
    src: url('../font/roboto-bold.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-bold.woff2') format('woff2'),
         url('../font/roboto-bold.woff') format('woff'),
         url('../font/roboto-bold.ttf') format('truetype'),
         url('../font/roboto-bold.svg#robotobold') format('svg');
    font-weight: bold;
    font-style: normal;

}


@font-face {
    font-family: 'Roboto';
    src: url('../font/roboto-regular.eot');
    src: url('../font/roboto-regular.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-regular.woff2') format('woff2'),
         url('../font/roboto-regular.woff') format('woff'),
         url('../font/roboto-regular.ttf') format('truetype'),
         url('../font/roboto-regular.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'RobotoLight';
    src: url('../font/roboto-light.eot');
    src: url('../font/roboto-light.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-light.woff2') format('woff2'),
         url('../font/roboto-light.woff') format('woff'),
         url('../font/roboto-light.ttf') format('truetype'),
         url('../font/roboto-light.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*************************************/
/*	BASIC DEFINITION				 */
/*************************************/	
body{
	margin: 0;
	/*padding: 2em;*/
	font-size: 16px;
	padding: 0;
	background-color: #FFFFFF;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.clear{
	clear: both;
	line-height: .01em;
	font-size: .01em;
}


/*************************************/
/*		IMAGE PRELOADING 		     */
/*************************************/

body::after{
	content: 
		url("../img/volume.png") 
	 	url("../img/volume_black.png")
	 	url("../img/volume_grey.png")
	 	url("../img/volume_on.png")
	 	url("../img/volume_black_on.png")
	 	url("../img/volume_grey_on.png")
	 	url("../img/text.png") 
	 	url("../img/text_black.png")
	 	url("../img/text_grey.png")
	 	url("../img/text_on.png")
	 	url("../img/text_black_on.png")
	 	url("../img/text_grey_on.png");
	 	width: 0px;
	 	height: 0px;
	 	visibility: hidden;
}


/*************************************/
/*	MAIN STRUCTURE  				 */
/*************************************/					

#logo{
	height: 72px;
	background-color: #333333;
}

#logo-inner{
	margin: 0 110px;
}

.img-logo{
	display: block;
	padding-top: 10px;
}

#main{
	font-size: 16px;
	color: #4C4C4C;
	margin: 0 110px;
}

#headings{
	margin-top: 20px;
	position: relative;	
}

#title{
	font-size: 32px;
	margin-right: 175px;
	font-family: "RobotoLight", Arial, Helvetica, sans-serif;
	min-height: 45px;
}

#button-record-audio{
	background-color: #DD052B;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
	color: #FFFFFF;
	vertical-align: middle;
}

#button-record-audio .microphone:before{
	font-family: entypomedium;
	content: "\1F3A4";
	vertical-align: middle;
	padding-right: 15px;
}


#registratori{
	position: absolute;
	top: 10px;
	right: 0;
	zoom: 1;
	z-index: 10;
	border: 1px solid #dcdcdc;
	width: 220px;
	display: block;
	float: left;
	background-color: #dddddd;
}

#registratori a.open-reg{
	
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}

#registratori-panel{
	display: none;
	overflow-y: auto;
	overflow-x: hidden;

	
}

#registratori object{
	display: block;
	clear: both;
}

#registratori .new-reg{
	font-size: 12px;
	color: #222222;
	text-decoration: none;
	display: block;
	width: 220px;
	padding: 15px 0 5px 0;
	float: left;
	outline: none;
}

#registratori .open-reg span{
	padding-left: 8px;
}

#registratori .registr-name{
	padding: 5px 0 5px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #222222;
	margin-top: 10px;
	float: left;	
	width: 210px;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #cccccc;
	
	
}

#registratori .registr-name a{
	color: #156388;
	display: block;
	
	background-color: #FFFFFF;
	text-decoration: none;
	float: left;
	outline: none;
}

#registratori .registr-name a.icon.open{
	display:block;
	float: right;
	margin-right: 10px;
	width: 9px;
	height: 9px;
}

#registratori .registr-name a.icon.close{
background-position: 0 0;
}

#registratori .registr-name.first-register{
	border-top: none;
}

#registratori .microrecorder{
	
}


/**** audio buttons ****/

#karaoke-controls{
	margin: 25px 0;

}

.main-buttons{
	float: right;
}

.main-button{
	display: inline-block;
	border: 2px solid #DD052B;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	color: #DD052B;
	font-size: 18px;
	width: 200px;
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 18px 9px;
	background-size: 25px 25px;
	padding-left: 8px;
	margin-top: 3px;
}

.main-button:hover{
	border: 2px solid #CBCBCB;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	color: #CBCBCB;
}


#enable-audio{
	margin-right: 20px;
	background-image: url("../img/volume.png");
	padding-left: 8px;
}

#enable-audio.audio-disabled{
	background-image: url("../img/volume_on.png");
}

#enable-audio:hover{
	
	background-image: url("../img/volume_grey.png");
}

#enable-audio.audio-disabled:hover{
	background-image: url("../img/volume_grey_on.png");
}


#enable-text{
	margin-right: 0px;
	background-image: url("../img/text.png");
	
}
#enable-text.text-disabled{
	background-image: url("../img/text_on.png");
}

#enable-text:hover{
	margin-right: 0px;
	background-image: url("../img/text_grey.png");
	
}
#enable-text.text-disabled:hover{
	background-image: url("../img/text_grey_on.png");
}


#icon_info{
	float: left;
}

#icon_info span#play, 
#icon_info span#pause,
#icon_info span#stop{
	width: 50px;
	height: 50px;
	border: 3px solid #333333;
	color: #333333;
	-webkit-border-radius: 47px;
	-moz-border-radius: 47px;
	border-radius: 47px;
	display: inline-block;
	margin-right: 13px;
	font-size: 34px;
	line-height: 47px;
	vertical-align: middle;
	text-align:  center;
	font-family: "entypomedium";
	cursor: pointer;
	
}

#icon_info span#play:hover{
	color: #4C9999 !important;
	border: 3px solid #4C9999;
}

#icon_info span#pause:hover, #icon_info span#stop:hover{
	color: #DD052B !important;
	border: 3px solid #DD052B;
}

#icon_info.play span#play{
	color: #4C9999 !important;
	border: 3px solid #4C9999;
}

#icon_info.pause span#pause{
	color: #DD052B !important;
	border: 3px solid #DD052B;
}


#icon_info.stop span#stop{
	color: #DD052B !important;
	border: 3px solid #DD052B;
}

#icon_info span#stop{
	margin-right: 0px;
}



.jp-progress-slider {

	width: 110px;
	margin-left: 1.11em;
}
.jp-progress-slider .ui-slider-handle {
	cursor:pointer;
}

/* @group progress bar */

#jp_container_1{
	width: 200px;
	cursor: pointer;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;

}

#jp_container_1 div.jp-progress {
	overflow:hidden;
	
}
#jp_container_1.jp-audio div.jp-progress {
	position: absolute;
	top:0px;
	height: 4px;
}
#jp_container_1.jp-audio div.jp-type-single div.jp-progress {
	left:0px;
	width:200px;
}
#jp_container_1.jp-audio div.jp-type-playlist div.jp-progress {
	left:0px;
	width:200px;
}

#jp_container_1 div.jp-seek-bar {
	background: url("../img/jplayer.blue.monday.jpg") 0 -202px repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
}
#jp_container_1 div.jp-play-bar {
	background: url("../img/jplayer.blue.monday.jpg") 0 -218px repeat-x ;
	width:0px;
	height:100%;
}


#jp_container_1.jp-audio div.jp-type-single div.jp-interface{
	height: auto;
}



#personaggi{
	color: #333333;
}

ul#check{
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
}

ul#check li{
	display: inline-block;
	height: 46px;
	line-height: 46px;
	margin: 3px 1px;
	padding: 0 10px;
}

#check li#a{background-color:#2ab4fd;}
#check li#b{background-color:#F96C28;}
#check li#c{background-color:#6666FF;}
#check li#d{background-color:#66CC00;}
#check li#e{background-color:#FF3399;}
#check li#f{background-color:#666600;}
#check li#g{background-color:#99FF33;}
#check li#h{background-color:#777777;}
#check li#i{background-color:#519947;}
#check li#l{background-color:#85C181;}
#check li#m{background-color:#7d7dcc;}
#check li#n{background-color:#FF4411;}
#check li#o{background-color:#669900;}
#check li#p{background-color:#7b7171;}

#check li#a.disabled,
#check li#b.disabled,
#check li#c.disabled,
#check li#d.disabled,
#check li#e.disabled,
#check li#f.disabled,
#check li#g.disabled,
#check li#h.disabled,
#check li#i.disabled,
#check li#l.disabled,
#check li#m.disabled,
#check li#n.disabled,
#check li#o.disabled,
#check li#p.disabled{color: #cccccc}
	

.cmd-audio, .cmd-text{
	width: 28px;
	height: 28px;
	border: 2px solid #333333;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 0 3px 5px 0;
	display: inline-block;
	vertical-align: middle;
	margin-top: -1px;
}

.cmd-audio:hover, .cmd-text:hover{
	border: 2px solid #CBCBCB;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.cmd-audio{
	margin-left: 8px;
}

.cmd-audio.active{
	background-image:url(../img/volume_black_on.png);
	background-position: 2px 1px;
	background-size: 25px 25px;
	background-repeat: no-repeat;
}

.cmd-audio.active:hover{
	background-image:url(../img/volume_grey_on.png);
}

.cmd-audio.disabled{
	background-image:url(../img/volume_black.png);
	background-position: 2px 1px;
	background-size: 25px 25px;
	background-repeat: no-repeat;
}

.cmd-audio.disabled:hover{
	background-image:url(../img/volume_grey.png);
}

.cmd-text.active{
	background-image:url(../img/text_black_on.png);
	background-position: 2px 1px;
	background-size: 25px 25px;
	background-repeat: no-repeat;
}

.cmd-text.active:hover{
	background-image:url(../img/text_grey_on.png);
}

.cmd-text.disabled{
	background-image:url(../img/text_black.png);
	background-position: 2px 1px;
	background-size: 25px 25px;
	background-repeat: no-repeat;
}

.cmd-text.disabled:hover{
	background-image:url(../img/text_grey.png);
}


/* elementi dinamici di jplayer */
.notspk{ font-weight: normal; color:#777777 !important}
.notspkLabel{ font-weight:bold; color:#777777 !important;}
.selected, .selected strong, .selected em {	background-color:#FF3;}

/* elementi dinamici view Text */
.viewText{visibility: visible;}
.noviewText{visibility: hidden}
.noviewTextLabel{font-weight:normal; color:#777777 !important; visibility: visible !important}

#body_text{
	margin: 20px 70px 0px 70px;
	overflow-x: hidden;
	overflow-y: auto;
}



label.a{color:#2ab4fd;}
label.b{color:#F96C28;}
label.c{color:#6666FF;}
label.d{color:#66CC00;}
label.e{color:#FF3399;}
label.f{color:#666600;}
label.g{color:#99FF33;}
label.h{color:#777777;}
label.i{color:#519947;}
label.l{color:#85C181;}
label.m{color:#7d7dcc;}
label.n{color:#FF4411;}
label.o{color:#669900;}
label.p{color:#7b7171;}



label{ float: left; width: 120px; word-wrap: break-word; font-weight: bold;}
label.together{margin-left: -5em}

p span.inner{
	display: block;
	margin-left: 125px;
}

#body_text a { cursor:pointer; }
p.teller {font-weight: bold;}
p.teller a.selected{background-color: transparent;}
p.prosa span.inner{ margin-left: 0px;}
p.prosa label{ display: none;}
/*p.teller {font-style:italic; font-weight: lighter; font-size:1.1em; margin-left:1em !important;}
.teller a.selected{background-color: transparent;}

p.prosa{ margin-left:1em !important;}*/



#copyright{
	height: 57px;
	background-color: #333333;
	color: #B2B2B2;
	text-align:  center;
	padding-top: 20px;
	margin-top: 13px;
	display: none; /* added for client request not to show */
}


/* MOBILE!!! */




@media (max-width: 705px){
	#main{
	margin-left:  2em;
	margin-right: 2em;
	}

#main #body_text{
	margin: 20px 0px 0px 0px;
}

#main .main-button{
	width: 45px !important;
	background-position: center center !important;
}

#enable-audio{
	margin-right: 10px;
}

#main .main-button span.main-button-text{
	display: none;
	width: auto;
	
}

}



/* esempio ipad in portrait */
@media (max-width: 768px){

	#main{
	margin-left:  2em;
	margin-right: 2em;
	}

#main #body_text{
	margin: 20px 0px 0px 0px;
}

#main .main-button{
	/*width: 45px;*/
	/*background-position: center center;*/
	width: 180px;
	background-position: 10px 9px;

}

#enable-audio{
	margin-right: 10px;
}

#main .main-button span.main-button-text{
	/*display: none;
	width: auto;*/
	width: auto;
	padding-left: 6px;
}

#main #registratori-wrapper{
	/*display: none;*/
}


}

@media (max-width: 920px){
		

		#main #body_text{
		margin: 20px 50px 0px 50px;
		}

		#main{
			margin-left:  3em;
	margin-right: 3em;
		}

		#main .main-button{
	/*width: 45px;*/
	/*background-position: center center;*/
	width: 180px;
	background-position: 10px 9px;

}

#enable-audio{
	margin-right: 10px;
}

#main .main-button span.main-button-text{
	/*display: none;
	width: auto;*/
	width: auto;
	padding-left: 10px;
}

	}