@font-face {
    font-family: xidera-font-ui;
    font-weight: 100;
    src: url('./Gidole-Regular.otf') ;
}

@font-face {
    font-family: xidera-familiar-bold;
    font-weight: bold;
    src: url('./Familiar_Pro-Bold.ttf') ;
}

@font-face {
    font-family: xidera-overpass;
    font-weight: 100;
    src: url('./Gidole-Regular.otf') ;
}


@font-face {
    font-family: xidera-overpass-bold;
    font-weight: bold;
    src: url('./Gidole-Regular.otf') ;
}

body {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none;   /* Chrome/Safari/Opera */
-khtml-user-select: none;    /* Konqueror */
-moz-user-select: none;      /* Firefox */
-ms-user-select: none;       /* Internet Explorer/Edge */
user-select: none;
}

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.contenitore_esterno {
	//background: rgb(201,221,251);
	background: #246ec6; 
}

.contenitore_div {
	vertical-align: top !important;
	padding-top: 80px;
}



.zcontenitore_esterno {
	background: rgb(241,241,241);
	background: #f1f1f1; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #f1f1f1 39%, #9dafcb 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(39%,#f1f1f1), color-stop(100%,#9dafcb)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #f1f1f1 39%,#9dafcb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #f1f1f1 39%,#9dafcb 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #f1f1f1 39%,#9dafcb 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #f1f1f1 39%,#9dafcb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#9dafcb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

   
  height: 100% !important;
  background-repeat: no-repeat !important;
   background-attachment: fixed !important;
  width: 100% !important;
  background-position: 0px 0px !important;

}


html, body {
    width: 100%;
    height: 80%;
}

body{
    margin: 0;
    display: table
}

body>div {
    display: table-cell; 
    text-align: center; /* horizontal */
    vertical-align: middle; /* vertical */
}

.contenitore {
/*	background: -moz-linear-gradient(top, rgba(42,108,186,1) 0%, rgba(8,74,140,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,108,186,1)), color-stop(100%,rgba(8,74,140,1)));
	background: -webkit-linear-gradient(top, rgba(42,108,186,1) 0%,rgba(8,74,140,1) 100%);
	background: -o-linear-gradient(top, rgba(42,108,186,1) 0%,rgba(8,74,140,1) 100%);
	background: -ms-linear-gradient(top, rgba(42,108,186,1) 0%,rgba(8,74,140,1) 100%);
	background: linear-gradient(to bottom, rgba(42,108,186,1) 0%,rgba(8,74,140,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a6cba', endColorstr='#084a8c',GradientType=0 )ckground: rgb(178,225,255);*/
	background: -moz-linear-gradient(top, rgba(178,225,255,1) 0%, rgba(102,182,252,1) 100%);
	background: -webkit-linear-gradient(top, rgba(178,225,255,1) 0%,rgba(102,182,252,1) 100%);
	background: linear-gradient(to bottom, rgba(178,225,255,1) 0%,rgba(102,182,252,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e1ff', endColorstr='#66b6fc',GradientType=0 );
	border: 3px solid #ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 0 25px #606060;
	-webkit-box-shadow:0 0 25px #606060;
	box-shadow: 0 0 25px #606060; 
	padding: 2% !important;
}

.titolo{
	background-color: #ffffff;
	color: rgb(22,79,134);
	font-family: xidera-overpass, helvetica;
	text-align: center;
	font-weight: normal;
	line-height: 1.1em;
	font-size: 24px;
	margin-top: 0.5em;
	margin-bottom: 18px;
	padding: 3px !important;
	display:table;
}

.testo {
		font-family: xidera-overpass, helvetica;
		text-align: center;
		color: #6488B7;
		font-size: 1.3em;
		line-height: 1.5em;
		padding: 20px 10px 10px !important;
}



.input_cella_textfield {
	/*background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,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) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
	border-top: none;
	border-bottom: 2px solid #ffffff;
	border-left: none;
	border-right: none;
	margin-bottom: 10px;
	color: white;
	margin: none ;*/
	border: none;
	font-size: 18px;
	border-radius: 3px;
	text-align: left !important;
    font-family: xidera-overpass, helvetica;
	padding: 3px;
}

.input_cella_password {
/*	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,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) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
	border-top: none;
	border-bottom: 2px solid #ffffff;
	border-left: none;
	border-right: none;
	margin-bottom: 10px;
	color: white;
	font-size: 22px;
	border-radius: 0px;
	text-align: left !important;
    font-family: xidera-overpass, helvetica;
*/

	border: none;
	font-size: 18px;
	border-radius: 3px;
	text-align: left !important;
    font-family: xidera-overpass, helvetica;
	padding: 3px;
	

}

.input_cella_indietro {
	background-color: rgb(81, 167,249)  !important;
	border: 3px solid white  !important;
	border-radius: 10px  !important;
	-moz-border-radius: 10px  !important;
	font-family: xidera-overpass, helvetica !important;
	text-align: center !important;
	font-weight: 400 !important;	
	font-size: 1.0em !important;
	padding: 0.5em !important;
	margin-top: 1.0em !important;
	margin-bottom: 1em !important;
	color:#ffffff !important;

	-moz-box-shadow: 0 0 10px #606060;
	-webkit-box-shadow:0 0 10px #606060;
	box-shadow: 0 0 10px #606060; 
}

.cella_logout {
	text-decoration: underline;
	font-family: xidera-overpass, helvetica;
	font-size: 24px;
	line-height: 1.8em;
	margin-left: -10px !important;
}


.input_cella_submit {
	background-color: rgba(60,90,224,1)  !important;
	border: 2px solid white  !important;
	border-radius: 10px  !important;
	-moz-border-radius: 10px  !important;
	font-family: xidera-overpass, helvetica !important;
	text-align: center !important;
	font-weight: bold !important;	
	font-size: 1.0em !important;
	padding: 0.5em !important;
	margin-top: 0.5em !important;
	margin-bottom: 0.5em !important;
	width: 80% !important;
	color:#ffffff !important;
	cursor: pointer !important;
	-moz-text-shadow: 0 0 3px #404040;
	-webkit-text-shadow:0 0 3px #404040;
	text-shadow: 0 0 3px #404040;
	line-height: 1em; 
}

.input_cella_annulla {
	background-color: rgb(169,222,31) !important;
	border: 2px solid white !important;
	border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	font-family: xidera-overpass, helvetica !important ;
	text-align: center !important;
	font-weight: bold !important;	
	font-size: 30px !important;
	color: rgb(0,159,0) !important;
	padding: 0.5em !important;
	margin-top: 0.5em !important;
	margin-bottom: 0.5em !important;
	width: 80% !important;
}


.cella_submit {
    font-family: xidera-overpass, helvetica;
    color: #ffffff;
    font-size: 1.2em;
	text-align:center !important;
/*	padding-top: 0.3em !important;*/
}

.cella_textfield {
    font-family: xidera-overpass, helvetica;
    color: #ffffff;
    font-size: 24px;
	text-align:center !important;
}
.cella_password {
    font-family: xidera-overpass, helvetica;
    color: #ffffff;
    font-size: 24px;
	text-align:center !important;
}
.cella_conferma {
    font-family: xidera-overpass, helvetica;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
}
.input_cella_ajaxtext {
    font-family: xidera-overpass, helvetica;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.input_cella_jsonpopup {
    font-family: xidera-overpass, helvetica;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.input_cella_popup {
    font-family: xidera-overpass, helvetica;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.input_cella_number {
    font-family: xidera-overpass, helvetica;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.tasto_login {
	text-align: center;
}
.cella_textarea {
	text-align: center;
}
.testo_ora {
		font-size:14px;
		text-align: right;
		font-family: xidera-overpass, helvetica;
		color: #ffffff;
		margin-top: 10px;	
		display: table-cell; 
		text-align: right; /* horizontal */
		padding-right:10px !important;
		vertical-align: bottom; /* vertical */
}

.testo_operatore {
		font-size:14px;
		text-align: left;
		font-family: xidera-overpass, helvetica;
		color: #ffffff;
		margin-top: 10px;	
		display: table-cell; 
		text-align: left; /* horizontal */
		padding-left:10px !important;
		vertical-align: bottom; /* vertical */
}

.td_contenuto{
    background-color: #73a9f7;
    border: 1px solid #ffffff;
}


.maschera {
    border: 1px solid #ffffff;
    font-size: 16px;
    color: #ffffff;
    font-family: xidera-font-ui,Arial;
    user-select: none;
    -moz-user-select: none;
    margin-top:20px;
    margin-bottom: 20px;
    table-layout: fixed;
    width: 100%;
}

.titolo_maschera {
    border-bottom: 1px solid #ffffff;
    border-right:  1px solid #ffffff;
    text-align: center;
    background-color: #4f95ef;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor:pointer;
}

.intestazione_tabella {
    font-size: 16px;
    color: #ffffff;
    font-family: xidera-font-ui,Arial;
}

.td_maschera {
    border-bottom: 1px solid #ffffff;
    border-right:  1px solid #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.td_maschera_azione {
    border-bottom: 1px solid #ffffff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.div_td_maschera {
    display: table-cell;
    height: 45px;
    vertical-align: inherit;
}

#operatori {
		height: inherit;
		margin: 10px;
		overflow: auto;
		max-height: 113px;
}

.operatori {
		border: 1px solid white;
		width: 85px;
		position: relative;
		font-family: xidera-font-ui,Arial;
		font-size:15px;
		color: white;
		text-align: center;
		float: left;
		margin: 5px;
}

.operatore_assegnato {
		border: 1px solid white;
		width: 85px;
		position: relative;
		font-family: xidera-font-ui,Arial;
		font-size:15px;
		color: white;
		text-align: center;
		margin: 5px;
}

.draw_area {
    height: 100px;
    overflow-y: auto;
    width: 200px;

}

.listtab {
    font-family: xidera-font-ui,Arial;
    font-size: 14px;
    color: #3366ff;
    cursor: pointer;
    border: 1px solid #ffffff;
    padding: 2px;
    background-color: #ffffff;
}

.td_tendina:hover {
    font-family: xidera-font-ui,Arial;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    background-color: #4f95ef;
}

.editabile {
    text-decoration: underline;
}

.overlay {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    display: none;
    text-align: center;
    background: -moz-linear-gradient(top,  rgba(28,36,68,0.3) 0%, rgba(28,36,68,0.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(28,36,68,0.3)), color-stop(100%,rgba(28,36,68,0.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(28,36,68,0.3) 0%,rgba(28,36,68,0.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(28,36,68,0.3) 0%,rgba(28,36,68,0.3) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(28,36,68,0.3) 0%,rgba(28,36,68,0.3) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(28,36,68,0.3) 0%,rgba(28,36,68,0.3) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801c2444', endColorstr='#801c2444',GradientType=0 ); /* IE6-9 */
}

.ticket_data {
		font-family: xidera-font-ui,Arial;
    border: 3px solid white;
    background-color: #7794fc;
    border: 3px solid white;
    border-radius: 10px;
    height: 500px;
    position: absolute;
    top: 500px;
    width: 45%;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.input_edita_annulla {
    background-color: #91aaff !important;
    border: 2px solid white !important;
    color: #ffffff !important;
    font-family: xidera-overpass,helvetica !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
    margin-bottom: 1em !important;
    padding: 0.5em !important;
    text-align: center !important;
    text-shadow: 0 0 3px #404040;
    width: 100% !important;
}
.input_edita_chiudi {
    background-color: purple !important;
    border: 2px solid white !important;
    color: #ffffff !important;
    font-family: xidera-overpass,helvetica !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
    margin-bottom: 1em !important;
    padding: 0.5em !important;
    text-align: center !important;
    text-shadow: 0 0 3px #404040;
    width: 100% !important;
}
.input_edita_continua {
    background-color: #91aaff !important;
    border: 2px solid white !important;
    color: #ffffff !important;
    font-family: xidera-overpass,helvetica !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
    margin-bottom: 1em !important;
    padding: 0.5em !important;
    text-align: center !important;
    text-shadow: 0 0 3px #404040;
    width: 100% !important;
}

#testi_precedenti {
		height: 282px;
    overflow: auto;
    padding-left: 10px;
}

#id_annulla {
	background-color: #C60F1C !important;
	cursor: pointer;
}

#id_indietro {
	background-color: #C60F1C !important;
	cursor: pointer;
}

#id_conferma {
	background-color: #D54132 !important;
	cursor: pointer;
}

#id_avanti_con_mail{
	background-color: #D54132 !important;
	cursor: pointer;
}

.remind_biglietto{
    font-family:helvetica,arial,sans-serif;
    padding:15px !important;
    font-size:12px;
    color: #000;
    box-shadow: 0px 4px 6px #333;
    -moz-box-shadow: 0px 4px 6px #333;
    -webkit-box-shadow: 0px 4px 6px #333;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
	margin-top: 2% !important;
	margin-bottom: 2% !important;
}

.remind_biglietto_lt {
    color:#fff;
    text-shadow:0 -1px 1px #777;
}

.remind_biglietto_lt_big {
    font-weight:bold;
    font-size:30px;
}

.remind_biglietto_lt_medium {
    font-weight:bold;
    font-size:16px;
}

.remind_biglietto_lt_small {
    font-weight:bold;
    font-size:12px;
}

.remind_biglietto_lt_superbig {
    font-weight:bold;
    font-size:44px;
}


.biglietto {
	background: rgb(235,235,235);
	background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(235,235,235,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 );
	-webkit-box-shadow: 9px 9px 10px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 9px 9px 10px -7px rgba(0,0,0,0.75);
	box-shadow: 9px 9px 10px -7px rgba(0,0,0,0.75);
}

.servizio {
	color: #000000;
	font-size: 1.5em;

}


.label_ticket {
	color: #000000;
	font-size: 2.0em;
	font-family: xidera-familiar-bold;
	line-height: 2em;


}


#id_reinvia_mail {
	cursor: pointer;

}

#id_google_maps {
	cursor: pointer;

}

#id_cerca_disponibilita {
	cursor: pointer;
}

#id_fine{
	background-color: #D54132 !important;
	cursor: pointer;

}

.max_biglietti {
	color: red;
}

.servizio_riassunto{
	color: #000000;
}

.indirizzo_riassunto {
	color: #000000;
}

.label_ticket_riassunto {
	color: #000000;
}

.data_ora_riassunto {
	color: #000000;
}

.separatore {
	color: #51A7F9;
	background-color: #51A7F9;
	height: 1px;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 55%;
	padding: 0px !important;
}
