@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');

html {
	height: 100%;
}

body {
	background-color: #0a1424;
	height: 100%;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}

a {
	color: #1a3a57;
}

h1 {
	color: #df4930;
	font-size: 1.4em;
	text-transform: uppercase;
	line-height: 2em;
	margin-bottom: 0;
}
hr {
	color: #df4930;
}
.btn{
	margin-left: 15px;
	margin-right: 2px;
}
/* BTS 5.0 */
table th{
text-transform: uppercase;
}
.hand {
	cursor: pointer;
}

.hand:hover {
	opacity: .8;
}

.modalwj .modal-header {
	border-bottom: 0px solid #dee2e6;
}

.modalwj .btn-close {
	background-color: rgba(255, 255, 255, .5);
}

.modalwj .modal-content {
	background-color: rgba(26,58,87,.95);
	color: #fff;

}

.modalwj .mhead{
	background-color: #000;
	color: #fff;
	padding: 10px;
}
.modalwj .mhead h4{
	color: #fff;
	font-size: 14px;
	text-align: left;;
}

.modalwj .mbody.media{
	background-color: rgba(255,255,255, .1);
	text-align: center;
	height: 600px;
	vertical-align: middle;;
}

.modalwj .mbody video{
	width: 100%;
}
.modalwj .mbody audio{
	padding: 125px;
}
.modalwj .scroll{
	overflow: auto;
	overflow-x: hidden;
	height: 600px;
	background-color: rgba(255,255,255, .1);
}
.modalwj .botset{
	float: right;
	margin-top: -3px;
}
.modal .form-control-plaintext{
	color:#16587b;
	font-size: 16px;
}
.modal span.role{
	color:#16587b;
	font-size: 16px;
	font-weight: 500;
	padding-left: 10px;
}

.form-select.select-sm{
	font-size:12px;
	padding: 2px;
	max-width: 200px;
	display: inline-block;
}
.text-right{
	text-align: right !important;
}

.scena {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bd-content .nav-tabs {

	border-bottom: 1px solid #42bce2;

}

.bd-content .nav-tabs .nav-link {
	color: #42bce2;
	margin-right: .5rem;
}

.bd-content .nav-tabs .nav-link:hover {
	color: #0a1424;
	background-color: #42bce2;
	border-color: #42bce2 #42bce2 #42bce2;
}

.bd-content .nav-tabs .nav-link.active {
	color: #0a1424;
	background-color: #42bce2;
	border-color: #42bce2 #42bce2 #42bce2;
}

nav .titolo {
	color: #f49c00;
	text-transform: uppercase;
	font-size: 1.4rem;
}
nav .titolo span{
	color: #fff;
	text-transform:none;
	font-size: 1.0rem;

}

nav .nav-link {
	text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link.active {
	color: #df4930;
}

.search input {
	background-color: #df4930;
	color: #fff;
	border: none;
}

.search button {
	font-size: 1.5rem;
	color: #42bce2;
	padding: 0rem .75rem;
}

.search button:hover {
	opacity: .5;
	color: #42bce2;
}

table.dataTable.mt-0 {
    margin-top: 0 !important;
}

.search .form-control::placeholder {
	color: #fff;
	opacity: .5;
}

.aggiungi {
	background-color: rgba(255, 255, 255, .3);
	background-image: url(../images/piu.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 90px 90px;
	width: 100%;
	height: 100%;
}

.lista .card:hover {
	opacity: .7;
	cursor: pointer;
}

.lista .card-subtitle {
	color: #df4930;
}

.btform.dark label {
	color: #aaa;
}

.btform.dark input,
.btform.dark textarea {
	background-color: rgba(255, 255, 255, .1);
	color: #fff;
	border: none;
}

.btform.dark input.form-control-plaintext,
.btform.dark textarea.form-control-plaintext {
	background-color: transparent;
}

.btform.dark button {
	font-size: 1.5rem;
	color: #42bce2;
}

.btform.dark button:hover {
	opacity: .5;
	color: #42bce2;
}

.btform.dark .form-control::placeholder {
	color: #fff;
	opacity: .5;
}

.mainheader .bi,
.btform.dark .bi, ion-icon{
	font-size: 1.0rem;
	color: #fff;
	padding-left: .2rem;
	padding-bottom: 0rem;
}

.navbar-expand-md .navbar-nav .nav-link.nav-icon {
    padding-left: 0rem;
}

.mainheader .bi:hover,
.btform.dark .bi:hover, ion-icon:hover{
	cursor: pointer;
	opacity: .7;
}

.btform.dark .bi.bi-big {
	font-size: 1.6rem;
	padding-left: .5rem;
	padding-bottom: .5rem;
}

.navbar-nav .bi.bi-big {
	font-size: 1.2rem;
	padding-left: 0rem;
	color: #fff;
}
.navbar-nav .bi.bi-big:before {
	vertical-align: .3em;
}

.mainheader .bi.bi-save2-fill {
	font-size: 1.3rem;
	padding-bottom: .7rem;
}

/* .BTS 5.0 */
#logout {

	cursor: pointer;
}

#logout:hover {
	color: #fff;
}

h4 {
	color: #df4930;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}

.h5,
h5 {
	font-size: 18px;
	color: #df4930;
}

labelOLD {
	font-weight: 300;
	color: #666;
}

.row img {
	max-width: 100%;
}

.containerbox {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}

body.login,
body.registra {
	background-color: #0a1424;
}

nav li.logok {
	display: none;
}

.input-group {
	margin-bottom: 10px;
}

.help-block {
	display: none;
	color: red;
}

.navbar-brand {
	height: 80px;
	line-height: 80px;
	padding: 5px;
}

.navbar-brand img {
	height: 95%;
	width: auto;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: transparent;
}

header {
	background-color: #1a3a57;
	border-color: #1a3a57;
}

.login header {
	background-color: transparent;
	border-color: transparent;
}

.loghi {
	text-align: center;
	padding: 20px 0px;
}

.loghi .resolute {
	max-width: 320px;
	height: auto;
	padding-left: 20px;
	padding-bottom: 20px;
}

.row .loghi img {
	display: inline-block;
	max-width: 230px;
}

.entra {
	padding: 45px 60px 45px 45px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}


.loginbox {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	border: 12px solid rgba(244, 156, 0, .7);
	background-color: #fff;
	border-radius: 12px;
	padding: 35px 0px 15px 0px;
}

.registrabox {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	border: 12px solid rgba(244, 156, 0, .7);
	background-color: #fff;
	border-radius: 12px;
	padding: 35px;
}

.scenebox {
	margin: 100px auto;
}

.scheda {
	background-color: #fff;
	border-radius: 25px;
	padding: 25px;
	border: 12px solid rgba(244, 156, 0, .7);
}

.scenebox.scheda h5 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.btn-default {
	background-color: #f49c00;
	border-color: #f49c00;
	color: #000;
}
.scene.row video {
    display: block;
}
div#loadMoreBtn {
    text-align: center;
}
div#popup_ending {
    z-index: 9999;
}
div#popup_deepening {
    z-index: 9999;
}
.playerNav .navbar-nav>li>span {
    padding: 18px 5px;
    display: block;
}
.btn-default:hover,
.btn-default:focus {
	background-color: #cf8502;
	border-color: #cf8502;
	color: #000;
}

.btn-primary {
	background-color: #16587b;
	border-color: #16587b;
	color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #0f4465;
	border-color: #0f4465;
	color: #fff;
}

.oppure {
	padding: 15px;
	color: #999;
	text-align: center;
}

.scene.row {
	background-color: #1a3a57;
	padding: 0px;
	margin-bottom: 20px;
	color: #f49c00;
	font-size: 1.1em;
}

.scene.row:hover,
.scene.row:focus {
	background-color: #fff;
	cursor: pointer;
}

.scene img {
	width: 100%;
	height: auto;
}

.scene h5 {
	color: #f4301d;
	font-size: 1.3em;
	padding-top: 5px;
	margin-bottom: 0px;
	font-weight: 400;
}

.scene .col-sm-3 {
	padding-left: 0px;

}

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */

.btn-social {
	position: relative;
	padding-left: 54px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 10px;
	padding-bottom: 10px;
}

.btn-social :first-child {
	position: absolute;
	left: 5px;
	top: 0;
	bottom: 0;
	width: 37px;
	line-height: 44px;
	font-size: 1.6em;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social.btn-lg {
	padding-left: 61px
}

.btn-social.btn-lg :first-child {
	line-height: 45px;
	width: 45px;
	font-size: 1.8em
}

.btn-social.btn-sm {
	padding-left: 38px
}

.btn-social.btn-sm :first-child {
	line-height: 28px;
	width: 28px;
	font-size: 1.4em
}

.btn-social.btn-xs {
	padding-left: 30px
}

.btn-social.btn-xs :first-child {
	line-height: 20px;
	width: 20px;
	font-size: 1.2em
}

.btn-social-icon {
	position: relative;
	padding-left: 44px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 34px;
	width: 34px;
	padding-left: 0;
	padding-right: 0
}

.btn-social-icon :first-child {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 32px;
	line-height: 34px;
	font-size: 1.6em;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social-icon.btn-lg {
	padding-left: 61px
}

.btn-social-icon.btn-lg :first-child {
	line-height: 45px;
	width: 45px;
	font-size: 1.8em
}

.btn-social-icon.btn-sm {
	padding-left: 38px
}

.btn-social-icon.btn-sm :first-child {
	line-height: 28px;
	width: 28px;
	font-size: 1.4em
}

.btn-social-icon.btn-xs {
	padding-left: 30px
}

.btn-social-icon.btn-xs :first-child {
	line-height: 20px;
	width: 20px;
	font-size: 1.2em
}

.btn-social-icon :first-child {
	border: none;
	text-align: center;
	width: 100% !important
}

.btn-social-icon.btn-lg {
	height: 45px;
	width: 45px;
	padding-left: 0;
	padding-right: 0
}

.btn-social-icon.btn-sm {
	height: 30px;
	width: 30px;
	padding-left: 0;
	padding-right: 0
}

.btn-social-icon.btn-xs {
	height: 22px;
	width: 22px;
	padding-left: 0;
	padding-right: 0
}

.btn-facebook {
	color: #fff;
	background-color: #3b5998;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
	color: #fff;
	background-color: #30487b;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
	background-image: none
}

.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
	background-color: #3b5998;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-google-plus {
	color: #fff;
	background-color: #dd4b39;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
	color: #fff;
	background-color: #ca3523;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
	background-image: none
}

.btn-google-plus.disabled,
.btn-google-plus[disabled],
fieldset[disabled] .btn-google-plus,
.btn-google-plus.disabled:hover,
.btn-google-plus[disabled]:hover,
fieldset[disabled] .btn-google-plus:hover,
.btn-google-plus.disabled:focus,
.btn-google-plus[disabled]:focus,
fieldset[disabled] .btn-google-plus:focus,
.btn-google-plus.disabled:active,
.btn-google-plus[disabled]:active,
fieldset[disabled] .btn-google-plus:active,
.btn-google-plus.disabled.active,
.btn-google-plus[disabled].active,
fieldset[disabled] .btn-google-plus.active {
	background-color: #dd4b39;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin {
	color: #fff;
	background-color: #007bb6;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
	color: #fff;
	background-color: #005f8d;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
	background-image: none
}

.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
	background-color: #007bb6;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter {
	color: #fff;
	background-color: #2ba9e1;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
	color: #fff;
	background-color: #1c92c7;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
	background-image: none
}

.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
	background-color: #2ba9e1;
	border-color: rgba(0, 0, 0, 0.2)
}

/* 
 * Only for this example - not needed for the buttons
 * ----------------------------------------------------- */
.btn-social-icon {
	margin-bottom: 4px;
}

.social-class .social-hex {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 10px;
	opacity: .3;
	float: right
}

.social-class li {
	margin-bottom: 4px
}

.social-class li:hover .social-hex {
	opacity: 1
}

.social-class li:hover code {
	background-color: #e8e8ee
}

.social-class code {
	cursor: default
}

/* from quiz.js*/



ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ol {
	padding: 0;
	margin: 0;
	padding-left: 20px;
}

ol li {
	padding-bottom: 10px;

}

.boximg {
	position: relative;
	height: 300px;
	overflow: hidden;
	text-align: center;
}

.boximg .play_bot {
	width: 100%;
	height: 100%;
	background-image: url(../images/play_bot_n.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20% auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: .6;
}

.boximg .play_bot:hover {

	opacity: 1;
	cursor: pointer;
}

#start,
#back {
	display: none;
	width: 90px;
}


.h3,
h3 {
	font-size: 20px;
	padding-bottom: 10px;
	color: #0c4561;
}

.release {
	padding: 0px;
	margin: 0px;
	text-align: right;
}

.it {
	background-image: url(../images/it.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12px auto;
	padding-left: 20px !important;
	margin-left: 10px;
}

.en {
	background-image: url(../images/en.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12px auto;
	padding-left: 20px !important;
	margin-left: 10px;
}

.gr {
	background-image: url(../images/gr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12px auto;
	padding-left: 20px !important;
	margin-left: 10px;
}

.fr {
	background-image: url(../images/fr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12px auto;
	padding-left: 20px !important;
	margin-left: 10px;
}

#loading {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	display: none;
	height: 100%;
	left: 0;
	overflow: visible;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1050;
}

#preloader-inner {
	margin: 30% auto;
	text-align: center;
	width: 200px;
	font-size: 1.2em;
	padding: 120px 35px 0px 35px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.9);
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center 20px;
	background-size: 80px 80px;
}

deepening {

	color: #df4930;
}

deepening:hover {
	cursor: pointer;
	color: #2ba9e1;
}

.dropdown-menu li:hover {

	cursor: pointer;
	background-color: #efefef;
}

.progress {
	height: 30px;
}

.btn-warning {
	color: #fff;
	background-color: #f49c00;
	border-color: #f49c00;
}


#status {

	display: none;
}

.row .boximg img {
	height: auto;
	width: 100%;
	border-radius: 10px;
}

.punteggio {
	text-align: center;
	font-size: 1.2em;
}

.punteggio i {
	color: #df4930;
	font-size: 1.4em;
}

.navbar-inverse {
	background-color: #1a3a57;
	border-color: #1a3a57;
}
/* 2021 WJ */
#sgame {
	font-family: 'Amatic SC', cursive;
}

#sgame .navbar-inverse {
	background-color: transparent;
	border-color: transparent;
}

#sgame .mediabox {
	animation: 3.5s ease-out 0s normal none 1 running fadeInFromNone;
	background-color: rgba(0, 0, 0, 0.3);
	top: -120px;
	margin: 0;
	padding: 10px 50px;
	position: fixed;
	left: 20px;
	color: #ffffff;
}

#quiz {
	font-size: 2.2em;
	text-align: center;
	margin-bottom: 10px;
}
#sgame .risposta {
	cursor: pointer;
	margin-bottom: 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background-color: rgba(255, 255, 255, 0.7);
	color: #333;
	padding: 3px 10px;
	border-radius: 5px;
	font-size: 16px;
	font-family: 'Patrick Hand', cursive;
}

#sgame .risposta:hover {
	background-color: rgba(255, 255, 255, 0.3);
}



.domande {
	animation: 3.5s ease-out 0s normal none 1 running fadeInFromNone;
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 20px;
	color: #fff;
	margin: 0;
	padding: 10px 110px;
	position: fixed;
	width: 96%;
	font-size: 18px;
	left: 2%;
	border-radius: 5px;
}

.domande li {
	padding-bottom: 10px;

}

.comandi {
	text-align: center;
}

.comandi .previous {
	width: 100px;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 100;
	background-image: url(../images/arr_sx.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 90% auto;
	cursor: pointer;
	text-indent: -9999px;
}

.comandi .next {
	width: 100px;
	height: 100%;
	top: 0px;
	right: 0px;
	position: absolute;
	z-index: 100;
	background-image: url(../images/arr_dx.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 90% auto;
	cursor: pointer;
	text-indent: -9999px;
}

.comandi .previous:hover,
.comandi .next:hover {
	opacity: .5;
}

.comandi .btn-lg {
	min-width: 50%;
	font-weight: 300;
}
.comandi a.button {
	padding: 5px 20px;
}

/* INTRO */
body.intro .containerbox:after {
	content: "";
	background-color: rgba(0,0,0,.7);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 5;
}
body.intro .domande {
	position: absolute;
	top: 120px;
	bottom: inherit;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	padding: 150px 25px 50px 25px;
	background-color:#fff;
	z-index: 9999;
	color: #000;
	border: 5px solid #f7b94c;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center top 20px;
	background-size: auto 140px;
}

body.intro .domande h2{
	font-size: 1.4em;
	color: #000;
}

body.intro .domande h4{
	font-size: 1.1em;
}

body.intro .comandi .next {
	height: 65px;
	line-height: 65px;
	font-size: 1.8em;
	text-indent: 0px;
	position: relative;
	background-image: none;
	background-color: #ff0000;
	color: #fff;
	border-radius: 20px;
	margin-top: 25px;
	width: 250px;
}
/* DOMANDE */

body.scelta .domande {
bottom: inherit;
top: 120px;
width: 60%;
left: 20%;
padding: 10px 20px;
}

.domande {
	bottom: inherit;
	top: 120px;
	width: 60%;
	left: 20%;
	padding: 10px 20px;
	}
/* POP ON Neutro*/
body.pop_on .containerbox:after {
	content: "";
	background-color: rgba(0,0,0,.7);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 5;
}
body.pop_on .domande {
	position: absolute;
	top: 120px;
	bottom: inherit;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	padding: 150px 25px 50px 25px;
	background-color:#fff;
	z-index: 9999;
	color: #000;
	border: 5px solid #f7b94c;
	background-image: url(../images/emoji_on.png);
	background-repeat: no-repeat;
	background-position: center top 20px;
	background-size: auto 140px;
}

body.pop_on .domande h2{
	font-size: 1.4em;
	color: #000;
}

body.pop_on .domande h4{
	font-size: 1.1em;
}

body.pop_on .comandi .next {
	height: 65px;
	line-height: 65px;
	font-size: 1.4em;
	text-indent: 0px;
	position: relative;
	background-image: none;
	background-color: #ff0000;
	color: #fff;
	border-radius: 20px;
	margin-top: 25px;
	width: 250px;
}

/* POP OT Tragico*/
body.pop_ot .containerbox:after {
	content: "";
	background-color: rgba(0,0,0,.7);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 5;
}
body.pop_ot .domande {
	position: absolute;
	top: 120px;
	bottom: inherit;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	padding: 150px 25px 50px 25px;
	background-color:#fff;
	z-index: 9999;
	color: #000;
	border: 5px solid #f7b94c;
	background-image: url(../images/emoji_ko.png);
	background-repeat: no-repeat;
	background-position: center top 20px;
	background-size: auto 140px;
}

body.pop_ot .domande h2{
	font-size: 1.4em;
	color: #000;
}

body.pop_ot .domande h4{
	font-size: 1.1em;
}

body.pop_ot .comandi .next {
	height: 65px;
	line-height: 65px;
	font-size: 1.4em;
	text-indent: 0px;
	position: relative;
	background-image: none;
	background-color: #ff0000;
	color: #fff;
	border-radius: 20px;
	margin-top: 25px;
	width: 250px;
}

/* POP PT Patience Trophy */
body.pop_pt .containerbox:after {
	content: "";
	background-color: rgba(0,0,0,.7);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 5;
}
body.pop_pt .domande {
	position: absolute;
	top: 120px;
	bottom: inherit;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	padding: 150px 25px 50px 25px;
	background-color:#fff;
	z-index: 9999;
	color: #000;
	border: 5px solid #f7b94c;
	background-image: url(../images/emoji_ok.png);
	background-repeat: no-repeat;
	background-position: center top 20px;
	background-size: auto 140px;
}

body.pop_pt .domande h2{
	font-size: 1.4em;
	color: #000;
}

body.pop_pt .domande h4{
	font-size: 1.1em;
}

body.pop_pt .comandi .next {
	height: 65px;
	line-height: 65px;
	font-size: 1.4em;
	text-indent: 0px;
	position: relative;
	background-image: none;
	background-color: #ff0000;
	color: #fff;
	border-radius: 20px;
	margin-top: 25px;
	width: 250px;
}

/* TIMELINE */
.timeline {
	width:300px;
	height: 20px;
	list-style: none;
	text-align: justify;
	position: absolute;
	right: 20px;
	top: 20px;
	/*
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		 -o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	*/
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(45%, rgba(255,255,255,0)), color-stop(51%, rgba(191,128,11,1)), color-stop(57%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
  }
  
  .timeline:after {display: inline-block; content: ""; width: 100%;}
  
  .timeline li {
	display: inline-block;
	width: 20px;
	height: 20px;	
	background: #ffffff;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.2;
	position: relative;
	-webkit-border-radius: 50%;
			border-radius: 50%;
	border: 1px solid #F2BB13;
  }

  .timeline li.active {
	opacity: 1;
	background: #F2BB13;
  }
  
  .timeline li:before {
	display: inline-block;
	content: attr(data-level);
	font-size: 20px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		 -o-transform: translateX(-50%);
			transform: translateX(-50%);
  }
  
  .timeline li:nth-child(odd):before {
	bottom: -40px;
  }
  .timeline li:nth-child(even):before {
	bottom: -40px;
  }
  
  .timeline li:after {
	display: inline-block;
	content: attr(data-text);
	font-size: 16px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		 -o-transform: translateX(-50%);
			transform: translateX(-50%);
  }
  
  .timeline li:nth-child(odd):after {
	bottom: 0;
	margin-bottom: -10px;
	-webkit-transform: translate(-50%, 100%);
	   -moz-transform: translate(-50%, 100%);
		-ms-transform: translate(-50%, 100%);
		 -o-transform: translate(-50%, 100%);
			transform: translate(-50%, 100%);
  }
  .timeline li:nth-child(even):after {
	top: 0;
	margin-top: -10px;
	-webkit-transform: translate(-50%, -100%);
	   -moz-transform: translate(-50%, -100%);
		-ms-transform: translate(-50%, -100%);
		 -o-transform: translate(-50%, -100%);
			transform: translate(-50%, -100%);
  }
.floatright{
	float: right;
	display: block;
}
a{
	color: #42bce2;
}
img.thumb-img{
	width: 100px;
	height: auto;
}
audio.thumb_audio{
	width: 100px;
	height: auto;
}
.listtag{
	color: #ccc;
	margin-top: 8px;
}
.listtag li{
	display: inline-block;
	padding-right: 10px;
}
.listfeature{
	color: #ccc;
	margin-top: 8px;
}
.btform.dark .listfeature label{
	color: #f49c00;
	font-weight: bold;
	padding-right: 10px;
}
img.card-img-top {
    height: 180px;
}

/* inizio responsive */
@media (max-width: 1024px) {

	.loghi {
		text-align: center;
		padding: 0px 20px 0px 20px;
	}

	.entra {
		border-left: 0px solid #ccc;
		padding: 0px 45px 0px 45px;
	}

}


@media (max-width: 900px) {


	.registrabox,
	.scenebox {
		width: 100%;
	}

	.containerbox {
		background-position: center center;
	}

	.statistiche .col-xs-8 {

		margin: 0px auto 10px auto;
		float: none;
	}
	img.card-img-top {
		height: 150px;
	}

}


@media (max-width: 768px) {

	img.card-img-top {
		height: auto;
	}

	.login .container .loginbox {

		width: 80%;
	}

	.row .boximg img {
		height: 120%;
		width: auto;
		max-width: auto;
	}

	.row .boximg {
		height: 200px;
		width: auto;
	}

	.containerbox {
		background-size: auto 110%;
	}

	.loghi img {
		width: 140px;
		padding: 0px 10px 10px 10px;
	}

	.loghi img.resolute {
		width: 220px;
		_display: none;
	}

	.loghi .resolute {
		padding-left: 20px;
		padding-bottom: 20px;
	}

	.scene.row {
		width: 90%;
		margin: 0px auto 20px auto;
		padding: 0px;
	}

	.col-sm-3,
	.col-sm-9 {
		padding-right: 0px;
	}

	.scene h5 {
		font-size: 1.2em;
		padding-top: 0px;
	}

	.domande {
		padding: 10px 50px;
		font-size: 16px;
	}

	.comandi .next,
	.comandi .previous {
		width: 40px;
	}

	.risposta {
		margin-left: -40px;
		margin-right: -40px;
		font-size: 1.1em;
	}


	.oppure {
		padding-top: 5px;
		color: #999;
		text-align: center;
	}

}

@media (max-width: 480px) {

	.login .container .loginbox {

		width: 95%;
	}

}

.dataTables_info, .dataTables_length label, .dataTables_filter label{
	color: #42BCE2;
}
.hidden-row, .upload-hidden-row {display: none}
.btform.dark .submit-btn{
	font-size: 1rem !important;
	color: #000 !important;
}
.btform.dark .submit-btn:hover {
	background-color: #cf8502 !important;
    border-color: #cf8502 !important;
    color: #000 !important;
    opacity:1!important;
}