

html, body{
	margin: 0;
	height: 100%;
	font-family: 'Roboto', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

div{
	box-sizing: border-box;
}

#inv-container,
#inv-header,
.inv-footer{
	box-sizing: border-box;
}


#inv-container{
	border: 2px solid #00385c;
	border-bottom: 0;
	/*width: 1280px;*/
	width: 95%;
	max-width: 1960px;
	/*min-width: 1024px;*/
	min-width: 994px;
	
	min-height: 520px;
	height: 99%;/**/
	margin: 0 auto;
	position: relative;
}
#inv-header{
	height: 30px;
	line-height: 28px;
	border-bottom: 2px solid #00385c;
	position: relative;
	color: #00385c;
	background-color: #00385c;
	color: #FFF;
	font-size: 16px;
}
#inv-body{
	height: calc(99% - 30px - 40px - 35px);
	/*background-color: chartreuse;*/
	margin: 20px;/**/
	padding: 15px 12px;
	background-color: #f4faff;
    background: linear-gradient(90deg, #FFF 50%, #F5F8F8 50%);
	border: 1px solid #e3e2e2;
	border-radius: 15px;
	box-sizing: border-box;
}
#inv-body.inv-body-tabbed, .inv-body-tabbed{
	/*height: calc(99% - 30px - 40px - 35px - 20px);*/
	height: calc(99% - 30px - 40px - 35px - 30px);
}
.inv-body-notxt, #inv-body.inv-body-notxt{
    background: #F5F8F8;
}
.inv-body-first-txt, #inv-body.inv-body-first-txt{
    background: #FFF;
}

.inv-first-text{
	height: calc(99% - 30px - 40px - 35px + 100px);
	height: calc(99% - 30px - 40px - 35px + 80px);
	height: calc(99% - 0px);
	overflow: auto;
	display: none;
	
	position: relative;
}
.inv-first-text-txt{
	font-size: 1em;
	font-size: .95em;
	font-weight: 300;
	padding: 5px;
	line-height: 130%;

	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	
	height: calc(99% - 0px);
}
.inv-first-text-txt sup, .inv-testo sup{
	font-size: 0.8em;
	/*color: darkorange;*/
}
.inv-first-text .inv-testo-selection {
    background-color: transparent;
	/*font-weight: 300;*/
	color:inherit;
	font-weight: inherit;
	font-size: inherit;
}

#inv-starter{
	text-align: right;
	margin: 0 20px;
	display:none;
}

.inv-container-closed, #inv-container.inv-container-closed{
	border-bottom: 2px solid #00385c;
}

.inv-footer{
	height: 40px;
	width: 100%;
	
	position: absolute;
	bottom: 0;
	border: 0;
	border-top: 2px solid #00385c;
	border-bottom: 2px solid #00385c;
	
	display: none;
	
	background-color: #00385c;
}

#inv-materia{
	position: absolute;
	top:0;
	left: 0;
	padding-left: 5px;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 20px;
}
.inv-materia-title{
	font-weight: 700;
	color: #00AFFC;
}
#inv-titolo{
	width: 100%;
	text-align: center;
	font-weight: 500;
}
#inv-descrizione{
	position: absolute;
	top:0;
	right: 30px;
	right: 100px;
	padding-right: 5px;
	font-weight: 300;
	font-weight: 500;
	font-size: 20px;
}









/* CORPO */

#inv-audio{
	display: block;
	text-align: center;
	box-sizing: border-box;
	height: 40px;
	border-bottom: 2px solid #00385c;
	display: none;
}






.inv-pager {
	position: relative;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	
	/*background-color: burlywood;*/
	
	min-height: 350px;
	height: calc(100% - 1px + 1px);
	
	/*display: none;
	opacity: 0;*/
	visibility: hidden;
}

.inv-text,
.inv-exes{
	position: relative;
	/*width: 39%;*/
	width: 50%;
	min-height: 350px;
	
	height: calc(100% - 1px + 1px);
	/*background-color: cadetblue;*/
	/*border: 1px solid red;*/
}

.inv-text {
	/*background-color: burlywood;*/
	/*border: 1px solid green;*/
	overflow: hidden;
	padding-right: 10px;
}
.inv-exes {
	/*width: 59%;*/
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	/*background-color: darkseagreen;*/
	/*border: 1px solid orange;*/
	padding-left: 10px;
}



.inv-testo{
	display:none;
	overflow: auto;
	height: 100%;
	padding: 5px;
	
	font-size: 1.125em;
	font-size: .93em;
	font-size: 1em;
	font-size: .95em;
	font-weight: 300;
	line-height: 130%;

	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.inv-testo-titolo{
	font-size: large;
	font-size: 1.3em;
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 10px;
}
.inv-testo-audio{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.inv-testo-audio-audio{
	display: inline-block;
	min-width: 250px;
	width: 80%;
}

.inv-testo-corpo{
	
}
.inv-testo-autore{
	margin: 10px 0;
	text-align: right;
	font-style: italic;
	padding-right: 50px;
}

.inv-testo-selection{
	/*background-color: #B2DCFC;*/
	background-color: #CEE8FC;
	/*font-weight: 600;*/
	font-weight: normal;
	font-size: 1.1em;
	color: #00385c;
}
.inv-testo-img{
	display: block;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	cursor: pointer;
	background-color: #fff;
}

.inv-testo-img-icon,
.inv-testo-big-icon{
	position: absolute;
	top:0;
	right: 15px;
	cursor: pointer;
	font-size: 30px;
	line-height: 20px;
	padding: 3px;
}
.inv-testo-big-icon{
	right: 27px;
}
.inv-testo-img-icon::before,
.inv-testo-big-icon::before{
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
	color:#BBBBBB;
    content: "\f0b2";
}

.inv-exe-butt-confirm::before {
	
}

#inv-img-lightbox{
	display: none;
}
.img-lightbox{
	max-height: 95%;
	max-width: 95%;
	display: block;
	margin: auto;
	cursor: pointer;
	margin-top: 1%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}












.inv-exe{
	/*display: none;*/
	/*height: calc(100% - 10px) ;*/
	height: calc(100% - 0px) ;
	height: calc(100% - 1px + 1px);
	/*background-color: chartreuse;*/
	position: relative;
}

.inv-exe-hidden{
	position: absolute;
	top: 0;
	left:0;
	width:100%;
	height:1px !important;
	overflow: hidden;
	visibility: hidden;
}

.inv-exe-hidden-title{
	font-weight: 700;
}

.inv-exe-frame{
	border: 0;
	width: 100%;
	min-height: 300px;
	height: calc(100% - 41px) ;
	/*border: 1px solid purple;*/
	overflow: scroll;
}

.inv-exe-buttons{
	/*background-color: linen;*/
	height: 40px;
	width: 100%;
	
	position: absolute;
	bottom: 0;
	padding-top: 10px;
	padding-right: 20px;
	
	text-align: right;
}

.inv-exe-butt {
	/*border: 1px solid blue;*/
	border-radius: 6px;
	
	background-color: #00AFFC;
	color: #fff;
	cursor: pointer;
	box-sizing: border-box;
	padding:5px;
	font-weight: 500;
	padding: 6px 8px;
	/*font-size: 1em;*/
	font-size: 16px;
	display: inline-block;
	
	/*margin-left: 40px;*/
}
.inv-exe-butt-left{
	/*float: left;*/
}
.inv-exe-butt:hover {
	/*background-color: coral;*/
	opacity: .55;
}

.inv-exe-butt-neg{
	border: 1px solid #00AFFC;
	background-color: #fff;
	color: #00AFFC;
	padding: 5px 8px;
}
.inv-exe-butt-neg:hover {
	opacity: 1;
	background-color: #00AFFC;
	color: #fff;
}


.inv-exe-butt.disabled, .inv-exe-butt.disabled:hover{
	background-color: cornflowerblue;
	cursor: default;
}


.inv-exe-butt::before {
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.1em;
}

.inv-exe-butt-confirm::before {
    content: "\f00c \00A0 \00A0";
}
.inv-exe-butt-redo::before {
    content: "\f01e \00A0 \00A0";
}
.inv-exe-butt-unlock::before {
    content: "\f046 \00A0 \00A0";
}
.inv-exe-butt-next::before{
    content: "\f061 \00A0 \00A0";
}

.inv-exe-butt-start::before {
    content: "\f0a9 \00A0 \00A0";
}
.inv-exe-butt-risp:before{
    content: "\f03a \00A0 \00A0";
}
.inv-exe-butt-end-cancel:before{
    content: "\f00c \00A0 \00A0";
}
.inv-exe-butt-end-confirm:before{
    content: "\f08b \00A0 \00A0";
}
.inv-exe-butt-play-audio:before{
    content: "\f144 \00A0 \00A0";
    content: "\f04b \00A0 \00A0";
}
.inv-exe-butt-end-cancel{
	margin-right: 15px;
	margin-left: 15px;
}
.inv-exe-butt-end-confirm{
	margin-right: 15px;
	margin-left: 15px;
}
#inv-info-buttons{
	text-align: center;
	margin: 10px 0 30px 0;
}



.inv-clock {
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.05em;
}

.inv-clock:before{
    content: "\f017 \00A0 ";
}

/* TAB */
#inv-tabber{
	height: 30px;
	width: 100%;
	box-sizing: border-box;
	display: table;
	text-align: center;
	box-sizing: border-box;
	
	background-color: #00385c;
	font-size: 16px;
	font-size: 13px;

}

.inv-tab{
	text-align: center;
	/*display: inline-block;*/
	
    display: table-cell;
    vertical-align: middle;
	color: #FFF;
	
	
	font-weight: 300;
	/*font-weight: 500;*/
	box-sizing: border-box;
	/*border: 2px solid red;
	border: 2px solid #00385c;*/
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	
	text-transform: uppercase;
	
	cursor: pointer;
	
	padding: 0 30px;
	padding: 0 5px;
}
#inv-tabber > div:first-child{
	/*border-left: none;*/
	border-left-color: #00385c;
}
.inv-tab:hover{
	background-color: #00AFFC;
}

.inv-tab-selected{
	font-weight: 300;
	font-weight: 500;
	cursor:default;
	/*background-color: #00AFFC;*/
	background-color: #00385c;
	border: 2px solid #00AFFC !important;
	/*border-bottom: none !important;*/
}
.inv-tab-selected:hover{
	background-color: #00385c;
}
.inv-tab-disabled, .inv-tab-disabled:hover{
	font-weight: 300;
	color: #999;
	cursor: default;
	background-color: transparent !important;
}

.inv-tab-result{
	width: 1%;
	padding: 0 20px;
}

/* FOOTER */

.inv-numbers{
	/*border: 1px solid red;*/
	border: 0;
	text-align: center;
	
	/*width: 100%;*/
	height: 40px;
	
	box-sizing: border-box;
	/*
	position: absolute;
	top:-2px;
	*/
	/*top:0;*/
	display: table;
	margin: -2px auto 0 auto;
	
	/*padding-right: 115px;*/
}



.inv-num,
.inv-num-next,
.inv-num-prev{
	width: 65px;
	height: 40px;
	text-align: center;
	/*display: inline-block;*/
	
    display: table-cell;
    vertical-align: middle;
	
	
	
	font-weight: 300;
	box-sizing: border-box;
	/*border: 2px solid red;*/
	border: 2px solid #00385c;
	border-left-width: 1px;
	border-right-width: 1px;
	
	border: 1px solid #FFF;
	
	cursor: pointer;
	
	color: #fff;
	
	font-size: 15px;
	/*
	line-height: 100%;
	line-height: normal;
	*/
	/*
	line-height: 36px;
	*/
}


.inv-num:hover{
	background-color: #00385c;
	background-color: #00AFFC;
	color: #fff;
	font-weight: 700;
}

.inv-num-completed{
	font-weight: 700;
	color:#00AFFC;
	border-color: #00AFFC;
}

.inv-num-selected, .inv-num-selected:hover{
	background-color:#00385c;
	background-color: #00AFFC;
	cursor: default;
	color: #fff;
	font-weight: 700;
}


.inv-num-ok{
	color: #61d836;
}

.inv-num-ok, .inv-num-ok:hover{
	border: 1px solid #61d836;
	border-top-width: 2px;
	border-bottom-width: 2px;
	font-weight: 700;
}
.inv-num-no{
	color: #ee220c;
	font-weight: 700;
}
.inv-num-no, .inv-num-no:hover{
	border: 1px solid #ee220c;
	border-top-width: 2px;
	border-bottom-width: 2px;
	font-weight: 700;
}


.inv-num-next,
.inv-num-prev{
	width: 35px;
	border: 0;/**/
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	color: #fff;
}
.inv-num-next:before{
    content: "\f138";
}
.inv-num-prev:before{
    content: "\f137";
}
.inv-num-next:hover,
.inv-num-prev:hover{
	opacity: 0.6;
}


/* risultati */

#inv-risultati, #inv-termina{
	
	height: 40px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	
	position: absolute;
	font-weight: 400;
	box-sizing: border-box;
	border: 2px solid #00385c;
	/*border: 2px solid red;*/
	border-right-width: 0;
	
	top:-2px;
	right: 0;
	
	cursor: pointer;
	
	line-height: 36px;
	background-color: #00385c;
	color: #fff;
	
	display:none;
	width:115px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	
}
#inv-risultati:hover, #inv-termina:hover{
	background-color: #fff;
	color: #00385c;
}

#inv-risultati:before, #inv-termina:before{
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.1em;
    content: "\f022 \00A0 \00A0";
    content: "\f03a \00A0 \00A0";
    content: "\f0f6 \00A0 \00A0";
}

#inv-termina:before{
    content: "\f2d3 \00A0 \00A0";
}
#inv-termina{
	display: block;
	display: none;
}


#loading{
	background-color: rgba(0,0,0,0.7);
	z-index: 32000;
	cursor: default;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%
}
#loading-txt{
	font-size: 2em;
	/*height: 90%;*/
	width: 100%;
	text-align: center;
	color:#fff;
	
	margin-top: 10%;
	
	z-index: 32001;
	
}



/* pagella */
.inv-panel-velo{
	background-color: rgba(0,77,127,0.85);
	background-color: rgba(0,0,0,0.80);
	z-index: 32000;
	cursor: default;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%
}

#inv-pagella-back{
}

.inv-panel-table{
	background-color: #fff;
	z-index: 32001;
	width: 650px;
	min-height: 250px;
	
	margin: 80px auto;
		
	box-sizing: border-box;
	border: 2px solid #00385c;
	border-radius: 12px;
}
.inv-panel-table-start-msg{
	width: 850px;
}
.inv-timer-confirm{
	z-index: 32000;
	cursor: default;
	position: fixed;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 10px;
}

.inv-panel-table-timer{
	margin: 0 auto;
	display:none;
	width: 500px;
	width: 100%;
	min-height: inherit;
	height: 60px;
	text-transform: uppercase;
	line-height: 60px;
	text-align: center;
}

.inv-confirm-msg-timer{
	/*padding:5px;*/
	font-size: 1.1em;
	color: #FFF;
	display: inline-block;
}
.inv-timer-changetab{
	/*padding:15px;*/
}
.inv-timer-changetab-bcg{
	background-color: #00AFFC;
}


.extraTime{
	color: #ee220c;
	font-weight: 500;
}

.extraTime:before{
	content: "> ";
}





#inv-pagella-table{
}
#inv-confirm-table{
	width: 500px;
	min-height: inherit;
}


#inv-pag-bar{
	background-color: #00385c;
	color:#fff;
	border: 0;
	border-radius: 8px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	position: relative;
	padding: 5px;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}
#inv-pag-print,
#inv-pag-close{
	position: absolute;
	
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
	
	top: 4px;
	right:5px;
	
	cursor: pointer;
	
	width: 20px;
	text-align: center;
	
	
}
#inv-pag-print{
	right:30px;
}
#inv-pag-print:before{
    content: "\f02f";
}
#inv-pag-close:before{
    content: "\f00d";
}


#inv-pag-result{
	width: 100%;
	color: #00385c;
	text-align: center;
	margin-top: 20px;
}
#inv-pag-result-txt{
	display: block;
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
}
#inv-pag-result-txt-small{
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 15px;
	margin: 15px 0;
}
#inv-pag-result-points{
	display: inline-block;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	padding:12px 14px;
	border: 1px solid #00385c;
	border-radius: 15px;
	
}
.inv-pag-big-num{
	font-size: 24px;
}

#inv-pag-exes{
	position: relative;
	margin: 30px 0;
	color: #00385c;
	font-size: 16px;
	font-weight: 400;
}
#inv-pag-col1{
	width: 340px;
	display: block;
	margin-left: 60px;
	
}
#inv-pag-col2{
	width: 330px;
	display: block;
	position: absolute;
	top: 0;
	right: 0px;
}
.inv-pag-exe{
	font-size: 15px;
	font-weight: 600;
	color: #00385c;
	padding: 2px;
	box-sizing: border-box;
}
.inv-pag-result-ok{
	color: #1CB000;
	font-weight: 400;
}
.inv-pag-result-no{
	color: #ED220B;
	font-weight: 400;
}
.inv-pag-result-off{
	color: #999;
	font-weight: 400;
}
.inv-panel-buttons{
	width: 100%;
	padding-right: 20px;
	text-align: right;
	
	margin: 20px 0;
}
#inv-pag-buttons{
}


#inv-info-msg{
	padding: 15px 25px;
	color: #00385c;
}
#inv-confirm-msg{
	padding:25px;
	text-align: center;
	font-size: 1.1em;
}

#inv-info2{
	display:none;
}

.msg-iniziale{
	font-size: 1.3em;
	font-weight: 500;
	text-align: center;
	margin-top: 10px;
}
.lista-iniziale{
}
.lista-iniziale li{
	margin-bottom: 15px;
}


.localStorageFrame{
	display:none;
}

.inv-exe-printing{
	visibility: hidden;
	width: 800px;
}

@media print {
	#MathJax_Message{
		display:none;
	}
	body, html {
		height: auto !important;
		font-size: 1em !important;
	}
	
	.inv-exe-printing{
		visibility: visible;
	}
	
	#inv-pag-buttons,
	.inv-text,
	#inv-audio,
	.inv-exe-buttons,
	.inv-footer,
	#inv-tabber,
	.inv-testo-audio,
	.inv-testo-img-icon,
	.inv-testo-big-icon
	{
		display: none !important;
	}
	#inv-body{
		background: #fff !important;
		margin: 0;
		padding: 0;
		border: 1px solid #e3e2e2;
		border-radius: 0;
		border: none !important;
	}
	
	.inv-pager,
	#inv-body,
	.inv-exe{
		height: auto !important;
		height: inherit !important;
	}
	.inv-pager{
		display: flex !important;
	}
	#inv-container{
		margin:0;
		max-width: none;
    	min-width: 10px;
		width: 820px;
		border: none;
		height: inherit !important;
	}
	
	.inv-pager-print{
		max-width: none;
    	min-width: 10px;
		width: 810px;
	}
	
	.inv-first-text{
		display: none !important;
	}
	.inv-exes{
		margin: 0;
		padding: 0;
		height: inherit !important;
		width: 100%;
	}
	.inv-exe-frame {
		min-height: inherit !important;
	}
	
	.inv-exe-butt{
		display: none !important;
	}
	
	.inv-exe-hidden{
		position: inherit;
		top: inherit;
		left: inherit;
		width: inherit;
		height: inherit !important;
		overflow: inherit;
		visibility: visible;
	}
	
	.inv-exe{
		display: block !important;
		border-bottom: 1px solid #e3e2e2;
		margin-bottom: 10px;
		width: 100% !important;
	}
	.inv-exe{
		page-break-inside: avoid;
	}
	
	
	#inv-pagella-back {
		background-color: rgba(255,255,255,0);
		position: absolute;
		top:0;
		left:0;
		margin: 0;
		display: none;
	}
	#inv-pagella-table{
		position: absolute;
		top:0;
		left:0;
		margin: 0;
		display: none;
	}
	#inv-risultati{
		display: block;
	}
	
	.risultato-center{
		margin: 0 auto;
	}
	
	#inv-testo-img-icon{
		display: none;
	}
	
	.inv-exe .inv-testo-img{
		max-height: 80%;
		max-width: 80%;
		padding: 5px;
	}
	
	#sidebar-toggle,
	.back_home
	{
		display: none !important;
	}
	#inv-descrizione{
		right: 0;
		font-weight: 300;
		font-size: 16px !important;
		display: none !important;
	}
	#inv-materia{
		font-size: 16px !important;
	}
	#inv-titolo{
		font-weight: 300;
		font-size: 16px !important;
		/*padding-left: 110px;*/
		text-align: right;
	}
	#inv-header{
		background-color: transparent !important;
		color: #00385c;
	}
}



.timerAlert0{ background-color:#009900; }
.timerAlert1{ background-color:#FF9900; }
.timerAlert2{ background-color:#FF0000; }

.timetAlert0{ color:#FFF; }
.timetAlert1{ color:#FF9900; }
.timetAlert2{ color:#FF0000; }


/* gestione audio */

.inv-audio-player{
	width: 90%;
	max-width: 300px;
	margin: 0 auto;
	display: none;
	float: left;
}

.inv-audio-cont{
	/*
	width: 95%;
	text-align: center;
	*/
	width: 750px;
	text-align: center;
	float: left;
	position: relative;
}

.audio-progress-bar-back{
	width: 90%;
	width: 250px;
    height: 30px;
	margin: 0 auto;
	
	position: relative;
	
	background-color: #00385c;
	float: left;
}
.audio-progress-bar-bar{
	width: 0%;
    height: 30px;
	background-color: #00AFFC;
	position: relative;
}
.audio-progress-bar-text{
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 100%;
	
	font-weight: 500;
	color:#FFF;
	font-size: 19px;
	text-align: center;
	line-height: 30px;
}

.audio-time-text{
	width: 100%;
	width: 150px;
	
	font-weight: 500;
	color:#00385c;
	font-size: 19px;
	text-align: center;
	line-height: 30px;
	
	margin-bottom: 30px;
	float: left;
}

.inv-exe-butt-play-audio{
	opacity: 0;
}


/* fine gestione audio */



/* indietro */

.back_home{
	text-align: center;
	
	color: #fff;
	
	font-family: "FontAwesome";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
	margin-right: 20px;
    font-size: 23px;
    cursor: pointer;
	
	display: inline-block;
	display: none;
}
.back_home:hover{
	opacity: 0.55;
}

.back_home::before {
    content: "\f0a8";
}

.inv-panel-velo .back_home {
	display: none !important;
}


/*
.inv-num,
.inv-num-next,
.inv-num-prev{
*/
.inv-listening,
.inv-listening:hover{
	color:#CCC !important;
	cursor: default !important;
	opacity: 1 !important;
}
.inv-exe-butt.inv-listening,
.inv-exe-butt.inv-listening:hover {
	background-color: #FFF !important;
	border: 1px solid #999 !important;
	color:#999 !important;
	font-weight: 300 !important;
	padding: 5px 8px;
}
.inv-num.inv-listening:hover {
	/*background-color: #FFF !important;*/
	background-color: inherit !important;
	font-weight: 300 !important;
}

.inv-num-selected.inv-listening, .inv-num-selected.inv-listening:hover{
	background-color: #00AFFC !important;
	color: #fff !important;
	font-weight: 700 !important;
}



#inv-body.inv-listening-text{
	background: linear-gradient(90deg, #FFF 25%, #F5F8F8 75%);
	background: linear-gradient(to right, #FFF, #FFF 350px, #F5F8F8 1px, #F5F8F8 1px, #F5F8F8);
}

.inv-listening-text .inv-text{
	width: 350px;
}