	@-webkit-keyframes blink { 50% { border-color: #ff0000; }  }
	@-moz-keyframes blink { 50% { border-color: #ff0000; }  }
	@keyframes blink { 50% { border-color: #ff0000; }  }

	.lampeggia{
		-webkit-animation: blink .5s step-end infinite alternate;
		-moz-animation: blink .5s step-end infinite alternate;
		animation: blink .5s step-end infinite alternate;
	}

	.alertMessage{
		text-align:center; color: red; font-weight: bold; text-decoration: underline;
	}

	.nascondi{
		display: none;
	}

	.typeahead__container{
		font: inherit !important;
	}

	.typeahead__list{
		max-height: 186px;
		overflow: auto;
	}

	.typeahead__field input{
		min-height: inherit !important;
	}

			.reportCella1{
				text-align: center;
				background-color: #FFCC66;
				font-weight: bold;
				min-width: 50px;
				border-bottom: 1px solid #FF9966;
				max-width: 150px;
			}
			.reportCella2{
				text-align: center;
				background-color: #FFDF95;
				font-weight: bold;
				min-width: 50px;
				border-bottom: 1px solid #FF9966;
			}
			.reportCella2Normal{
				text-align: center;
				background-color: #FFDF95;
				font-weight: normal;
				min-width: 50px;
				border-bottom: 1px solid #FF9966;
			}
			.reportCella2Attivita{
				text-align: center;
				background-color: #FFDF95;
				font-weight: bold;
				border-bottom: 1px solid #FF9966;
			}
			.reportCella2NoMinWidth{
				text-align: center;
				background-color: #FFDF95;
				font-weight: bold;
				border-bottom: 1px solid #FF9966;
				padding-left:2px;
				padding-right:2px;
			}

			.reportCella5{
				text-align: center;
				background-color: #FFECBF;
				font-weight: normal;
				min-width: 50px;
				border-bottom: 1px solid #FFE1CC;
				border-left: 1px solid #FFF;
			}

			.reportCella3{
				text-align: center;
				background-color: #CCCCCC;
				font-weight: bold;
				min-width: 50px;
				border-bottom: 1px solid #FF9966;
			}

			.reportCella3Normal{
				text-align: center;
				background-color: #CCCCCC;
				font-weight: normal;
				min-width: 50px;
				border-bottom: 1px solid #FF9966;
			}
			.reportCella3NoMinWidth{
				text-align: center;
				background-color: #CCCCCC;
				font-weight: normal;
				border-bottom: 1px solid #FF9966;
			}

			.reportCella4{
				text-align: center;
				background-color: #E1E1E1;
				font-weight: bold;
				min-width: 50px;
				border-bottom: 1px solid #FF9966;
			}
			.reportCella6{
				text-align: center;
				background-color: #FAF5D3;
				font-weight: normal;
				min-width: 50px;
				border-bottom: 1px solid #FFE1CC;
				border-left: 1px solid #FFF;
			}

			.reportCella6NoMinWidth{
				text-align: center;
				background-color: #FAF5D3;
				font-weight: normal;
				border-bottom: 1px solid #FFE1CC;
				border-left: 1px solid #FFF;
			}
html{
	padding: 0;
	background-color: #FFFFFF;
}

body{
	border: 0;
  	margin: 0;
	padding: 0;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #3B5998;
 	text-align: center; /* per centrare in IE5.x*/
}

textarea {
	margin: 2px;
	border: 1px solid #3B5998;
}

hr {
	height: 1px;
	color: #3B5998;
}

h2 {
	outline: none;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #3B5998;
	text-decoration:none;
}

h3 {
	outline: none;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #3B5998;
	text-decoration:none;
}


a {
	outline: none;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #3B5998;
	text-decoration:none;
}

a:hover{
	cursor: pointer;
}

input {
	border: 1px solid #3B5998;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 3px;
}

.pulsanteInput{
	border: 1px solid #3B5998;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 3px;
	background-color:#D4D0C8;
	color:#000000;
	text-align:center;

}

.pulsanteInput a{
	display:block;
	color:#000000;
}

.pulsanteInput a:hover{
	background-color: #CCCCCC;
	color:#000000;
	display:block;
}

select {
	border: 1px solid #3B5998;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 3px;
}

input[type="checkbox"]{
	border: 0px ;
	outline: none;
}

input[type="radio"] {
   border:0;
   	outline: none;
}

form{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

img{
	border:0;
}

.clear{
	clear:both;
}

.b1{
	color: #FFF;
	border: 1px solid #FFF;
	background-color: #3B5998;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:10px;
}

.pulsanteInputTopBar{
	color: #FFF;
	border: 1px solid #FFF;
	background-color: #3B5998;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
	height:20px;
	line-height:18px;
	padding-left:3px;
	padding-right:3px;
}

.pulsanteInputTopBar a{
	display:block;
	color:#FFF;
}

.pulsanteInputTopBar a:hover{
	background-color: #3B5998;
	color:#fff;
	display:block;
}



div#contenitore{
	width: 1024px;
    margin: 0 auto;     /* per centrare sugli altri browser */
    text-align: left;   /* ripristina l'allineamento */
	background-image: url(../../immagini/alto.png);
	background-position:top;
	background-repeat:repeat-x;
}

div#altoSX{
	width:194px;
	height:81px;
	background-image:url(../../immagini/logo.png);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
}

div#altoSX #profilo{
	 width:654px;
	height:51px;
	position: relative;
	top: 0px;
	left: 156px;
	z-index: 0;


}

div#altoSX #profilo div{
	float:left;
}

div#altoSX #profilo div p{
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin:0px;
	padding-top:3px;
	padding-left:3px;
	line-height:14px;
}

div#altoCentro{
	width:810px;
	height:81px;
	float:left;
}

div#altodX{
	width:20px;
	height:81px;
	background-image:url(../../immagini/altoDX.png);
	background-repeat:no-repeat;
	background-position: right;
	float:left;
}

div#messaggi{
	height:22px;
	float:right;
	background-image:url(../../immagini/posta.png);
	background-position: left;
	background-repeat:no-repeat;
}

div#messaggip{
	height:22px;
	float:right;
}

div#messaggi span{
	text-align:right;
	padding-left: 35px;
	line-height: 22px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
}

div#istituzionale{
	background-color:#B8C3DA;
	background-image:url(../../immagini/angolosx_istituzionale.png);
	background-position: left;
	background-repeat:no-repeat;

	width:474px;
	height:32px;
	float:right;
}

div#istituzionaleLogin{
	background-color:#B8C3DA;
	background-image:url(../../immagini/angolosx_istituzionale.png);
	background-position: left;
	background-repeat:no-repeat;
	width:534px;
	height:32px;
	float:right;
}



div#istituzionale ul{
	width:460px;
	margin:0;
	padding:0;
	position:relative;
	height:32px;
	left: 14px;
	top: 0px;
	list-style: none;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div#istituzionale ul li{
	width:65px;
	text-align:center;
	float:left;
	line-height:32px;
}

div#zonaMenu{
	height:46px;
	width:1024px;
}

div#sezioneMenu{
	height:23px;
	position:relative;
	top:0;
	left:45px;
}

div#sezioneMenu1{
	position:relative;
	top:0;
	left:20px;
}

div#sezioneMenu ul, div#cambioMenu ul{
	margin:0;
	padding:0;
	height:23px;
	list-style: none;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div#sezioneMenu ul li.on, div#cambioMenu ul li.on{
	background-image:url(../../immagini/menu_on.png);
	background-position:top;
	width: 130px;
	height:23px;
	line-height:23px;
	text-align:center;
	float:left;
	margin-left:1px;
	margin-right: 1px;
	text-decoration:none;
	color:#000000;
}

div#sezioneMenu ul li.on a, div#cambioMenu ul li.on a{
	background-image:url(../../immagini/menu_on.png);
	background-position:top;
	width: 130px;
	height:23px;
	line-height:23px;
	text-align:center;
	float:left;
	text-decoration:none;
	color:#000000;
}



div#sezioneMenu ul li.off, div#cambioMenu ul li.off{
	background-image:url(../../immagini/menu_off.png);
	background-position:top;
	width: 130px;
	height:23px;
	line-height:23px;
	text-align:center;
	float:left;
	margin-left:1px;
	margin-right: 1px;
	text-decoration:none;
	color:#000000;
}

div#sezioneMenu ul li.off a, div#cambioMenu ul li.off a{
	background-image:url(../../immagini/menu_off.png);
	background-position:top;
	width: 130px;
	height:23px;
	line-height:23px;
	text-align:center;
	float:left;
	text-decoration:none;
	color:#000000;
}

div#sezioneMenu ul li.off a:hover, div#cambioMenu ul li.off a:hover{
	background-image:url(../../immagini/menu_on.png);
	background-position:top;
	width: 130px;
	height:23px;
	line-height:23px;
	text-align:center;
	float:left;
	text-decoration:none;
	color:#000000;
}


div#sezioneAzioni{
	height:23px;
	position:relative;
	top:0;
	left:45px;
}

div#sezioneAzioni ul{
	margin:0;
	padding:0;
	height:23px;
	list-style: none;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div#sezioneAzioni ul li.on{
	background-image:url(../../immagini/azione_on.png);
	background-position:top;
	width: 130px;
	height:23px;
	line-height:23px;
	text-align:center;
	float:left;
	margin-left:1px;
	margin-right: 1px;
	text-decoration:none;
	color:#000000;
}

div#sezioneAzioni ul li.on a{
	background-image:url(../../immagini/azione_on.png);
	background-position:top;
	width: 130px;
	height:23px;
	line-height:23px;
	text-align:center;
	float:left;
	text-decoration:none;
	color:#000000;
}



div#sezioneAzioni ul li.off{
	width: 130px;
	height:23px;
	line-height:23px;
	text-align:center;
	float:left;
	margin-left:1px;
	margin-right: 1px;
	text-decoration:none;
	color:#000000;
}

div#sezioneAzioni ul li.off a{
	width: 130px;
	height:23px;
	line-height:23px;
	text-align:center;
	float:left;
	text-decoration:none;
	color:#000000;
}

div#sezioneAzioni ul li.off a:hover{
	background-image:url(../../immagini/azione_on.png);
	background-position:top;
	width: 130px;
	height:23px;
	line-height:23px;
	text-align:center;
	float:left;
	text-decoration:none;
	color:#000000;
}

div#basso_base {
	background-image:url(../../immagini/basso.png);
	background-position:top;
	background-repeat:repeat-x;
	width: 1024px;
	position: fixed;
	bottom: 0px;
}

div#basso {
	background-image:url(../../immagini/basso.png);
	background-position:top;
	background-repeat:repeat-x;
	width: 1024px;
	height:60px;
	position: absolute;
	bottom: -10px;
}

div#bassoAlto {
	width: 1024px;
	height: 43px;
}

div#bassoAltoSx {
	background-image:url(../../immagini/basso_sx.png);
	background-position:top;
	background-repeat:no-repeat;
	width: 18px;
	height:23px;
	float:left;
}
.bassoaltoSinistra {
	width: 186px;
	margin-left:0px;
	margin-right:2px;
	height:23px;
	line-height:23px;
	float:left;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
}
.bassoaltoDestra {
	width: 186px;
	margin-left:2px;
	margin-right:0px;
	height:23px;
	line-height:23px;
	float:left;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
}
.bassoaltoCentro {
	width: 200px;
	margin-left:2px;
	margin-right:2px;
	height:23px;
	line-height:23px;
	float:left;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
}

div#bassoAltoDx {
	background-image:url(../../immagini/basso_dx.png);
	background-position:top;
	background-repeat:no-repeat;
	width: 18px;
	height:23px;
	float:left;
}


.divisorio{
	width: 1024px;
	height:8px;
	clear:both;
}

div#areaToDo{
	width: 1024px;
	height: 73px;
	clear:both;
}

.todoFull{
	margin-left:3px;
	margin-right: 3px;
	padding: 5px;
	background-color:#3B5998;
	width:1008px;
	height:50px;
	text-align: justify;
	float:left;
	color: #FFF;
	font-size: 10px;
}

.todoSx{
	margin-left:3px;
	margin-right: 3px;
	background-color:#3B5998;
	width:200px;
	height:73px;
	float:left;
}

.tododx{
	margin-left:3px;
	margin-right: 3px;
	background-color:#3B5998;
	width:200px;
	height:73px;
	float:left;
}
.todo{
	margin-left:2px;
	margin-right: 2px;
	background-color:#3B5998;
	width:200px;
	height:73px;
	float:left;
}

.todoSx p, .tododx p , .todo p {
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	padding: 1px;
	text-align:left;
	margin:0px;

}

div#disabledZone{
	position: absolute;
	width: 100%;
	top: 300px;
	text-align: center;
}

div#messageZone{
	width: 220px;
	height: 100px;
	top: 200px;
	text-align: center;
	vertical-align: middle;
	border: 0px solid #3B5998;
	padding: 5px;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3B5998;
	background-color: #FFFFFF;
}

.etichettaRegistrazione{
	width: 150px;
	height:16px;
	line-height:24px;
	margin:2px;
	text-align: right;
	padding-right: 5px;
	white-space: nowrap;
}

.oggettoRegistrazione{
	height:16px;
	line-height:16px;
	margin:2px;
}
.oggettoRegistrazione1{
	line-height:16px;
	margin:2px;
}

.submitRegistrazione{
	line-height:16px;
	margin:2px;
}

.esubmitRegistrazione{
	visibility:hidden;
	width: 155px;
	padding-right: 5px;
}

.etichettaFiltro{
	width: 150px;
	line-height:12px;
	margin:1px;
	text-align: right;
	padding-right: 5px;
	white-space: nowrap;
}

.oggettoFiltro{
	height:11px;
	margin-top: 2px;
	line-height:11px;
}

.oggettoFiltro1{
	line-height:10px;
	margin-right:1px;
	margin-top: 2px;
	padding: 1px;
}

.suggerimentoRegistrazione{
  position:absolute;
  width:250px;
  background-color: #efefef ;
  border:1px solid #888;
  margin:0;
  padding:0;
}

.suggerimentoRegistrazione ul{
  list-style-type:none;
  margin:0;
  padding:0;
}

div.suggerimentoRegistrazione ul li.selected { background-color: #FF9900;}
div.suggerimentoRegistrazione ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:20px;
  line-height:20px;
  cursor:pointer;
}

#progressBar { padding-top: 5px; }
#progressBarBox { width: 300px; height: 20px; border: 1px inset; background: #FFF;}
#progressBarBoxContent { width: 0; height: 20px; border-right: 1px solid #000; border-left: 1px solid #000; background: #3B5998; }

.estrazioniHeaderTd{
	background-color: #3B5998;
	color: #FFF;
	font-weight: bold;
	height: 25px;
}

.estrazioniHeaderTd a{
	color: #FFF;
	text-decoration: underline;
}

.estrazioniRowTdOr1{
	background-color: #D5DDEE;
	font-weight: bold;
}
.estrazioniRowTdOr0{
	background-color: #FFF;
	font-weight: bold;
}

.estrazioniRowTd1{
	background-color: #D5DDEE;
}

.estrazioniRowTd0{
	background-color: #FFF;
}

.estrazioniRowTdRED{
	background-color: #FFF;
	font-weight: bold;
	color:#FF0000;
}

.tableHeader{
	width: 1018px;
	border: 1px solid #D5DDEE;
	padding: 3px;
	margin: 3px;
}

.tableTitle{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #D5DDEE;
	padding: 3px;
}

.tableNote{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	background-color: #fff;
	padding: 3px;
}

.tableResults{
	width: 100%;
	padding: 3px;
}

.labelScheda{
	text-align: right;
	padding: 5px;
	border-bottom: 1px solid #0066CC;
	border-left: 1px solid #0066CC;
	background-color: #D5DDEE;
	min-width: 150px;
	vertical-align: top;
	font-weight: bold;
}

.valoreScheda{
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #0066CC;
	background-color: #FFFFFF;
	vertical-align: top;
}

.sezione{
	background-color: #FFF;
	margin:5px;
	border: 0px solid #0066CC;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.titoloSezione{
	text-transform:uppercase;
	color:#fff;
	font-size:10px;
	font-size:12px;
	font-weight:bold;
	background-color:#3B5998;
	position:relative;
	top:3px;
	left:-5px;
	height: 20px;
	line-height:20px;
	width: 300px;
	padding-left:8px;
}

.titoloSezioneTelemarketing{
	text-transform:uppercase;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	background-color:#3B5998;
	height: 20px;
	line-height:20px;
	padding-left:8px;
}

.internoSezione{
	margin-top:8px;
	margin-left:0px;
	margin-bottom:8px;

}

.etichettaRegistrazioneOpportunita{
	width:150px;
	height:16px;
	line-height:24px;
	margin:2px;
	text-align: left;
	padding-right: 5px;
	white-space: nowrap;
	background-color:#FFF;
}

.etichettaRegistrazioneOpportunita1{
	width:450px;
	height:16px;
	line-height:24px;
	margin:2px;
	text-align: left;
	padding-right: 5px;
	white-space: nowrap;
}

.etichettaRegistrazioneOpportunita2{
width:140px;
	height:16px;
	line-height:24px;
	margin:2px;
	text-align: left;
	padding-right: 5px;
	white-space: nowrap;
}

.etichettaRegistrazioneOpportunitaNowidth{
	height:16px;
	line-height:24px;
	margin:2px;
	text-align: left;
	padding-right: 5px;
	white-space: nowrap;
}

.etichettaRegistrazioneOpportunitaTelemarketing{
	height:16px;
	line-height:16px;
	margin:2px;
	text-align: left;
	padding-right: 1px;
	float:left;
}

.oggettoRegistrazioneOpportunitaTelemarketing{
	height:16px;
	line-height:16px;
	margin:2px;
	background-color:#FFF;
}

.oggettoRegistrazioneOpportunitaTelemarketing1{
	line-height:16px;
	margin:2px;
	background-color:#FFF;
}


.oggettoRegistrazioneOpportunita{
	height:16px;
	line-height:16px;
	margin:2px;
	background-color:#FFF;
}

.oggettoRegistrazioneOpportunita1{
	line-height:16px;
	margin:2px;
	background-color:#FFF;
}

.modificaCampo {
	background-image:url(../../immagini/modifica.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color: #FFF;
	height:20px;
	width:20px;
	border:0;
	margin:4px;
}

.salvaCampo {
	background-image:url(../../immagini/salva.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color: #fff;
	height:20px;
	width:20px;
	border:0;
	margin:4px;
}

.labelSchedaAppuntamento{
	text-align: left;
	padding-left: 5px;
	min-width: 100px;
	vertical-align: middle;
	font-weight: bold;
}

.valoreSchedaAppuntamento{
	text-align: left;
	padding-left: 5px;
	background-color: #FFF;
	vertical-align: middle;
}


.labelSchedaAppuntamentoStampabile{
	text-align: left;
	padding-left: 5px;
	vertical-align: middle;
	font-weight: bold;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}

.valoreSchedaAppuntamentoStampabile{
	text-align: left;
	padding-left: 5px;
	background-color: #FFF;
	vertical-align: middle;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}

.labelElenchi{
	padding: 5px;
	text-align: left;
	background-color:#efefef;
	font-weight:bold;
	text-align:left;
	border-bottom: 1px solid #3B5998;
}


.tabelleElenchi{
	padding-left: 5px;
	padding-right: 5px;
	padding-top:1px;
	padding-bottom:1px;
	text-align: left;
	border-bottom: 1px solid #3B5998;
	background-color: #F8F8F8;
}


.labelElenchiTelemarketing{
	text-align: left;
	padding-left:5px;
	font-weight:bold;
	text-align:left;
	height:18px;
	line-height:18px;
}


.tabelleElenchiTelemarketing{
	text-align: left;
	padding-left:5px;
	text-align: left;
	border-bottom: 1px solid #FFFFCC;
}



.tabellaOperatoriMessaggi{
	padding-left: 5px;
	padding-right: 5px;
	padding-top:1px;
	padding-bottom:1px;
	text-align: left;
	border: 1px solid #3B5998;
	background-color: #F8F8F8;
	width:95%;
}
.listaOperatoriMessaggiCh{
}
.listaOperatoriMessaggiLa{
 text-transform: capitalize;
 margin-left:3px;
 margin-right:3px;
}

.monitorTitolo{
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #3B5998;
}


.monitorCella1{
	text-align: left;
	background-color: #FFCC66;
	font-weight: bold;
	min-width: 50px;
	border-bottom: 1px solid #FF9966;
	max-width: 200px;
	padding-left:15px;
	line-height:20px;
}
.monitorCellaLabel{
	text-align: left;
	background-color: #C4C4C4;
	font-weight: bold;
	min-width: 50px;
	border-bottom: 1px solid #FF9966;
	max-width: 200px;
	padding-left:15px;
	line-height:20px;
	color: #000;
}
.monitorCella6{
	text-align: center;
	background-color: #DCDBD9;
	font-weight: normal;
	min-width: 50px;
	border-bottom: 1px solid #FFE1CC;
	border-left: 1px solid #FFF;
}





#questionario table{
width:100%;

}

#questionario input[type="button"]{
	border: 4px double #8DC63F;

}


#questionario textarea{
	border: 1px solid #8DC63F;
	width: 500px;
	height: 80px;

}

#questionario hr{
	height:4px;
	margin:2 0 2 0;
	background-color: #8DC63F;
	border:0;
}

#questionario p{
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	margin-bottom:5px;
	margin-top:5px;
	color:#000000;
}

#questionario h1{
	font-size:18px;
	line-height:28px;
	font-weight: bold;
	margin-bottom:10px;
	margin-top:10px;
	color:#000000;
	text-align:center;

}


#questionario p em{
	font-size:10px;
	line-height:24px;
	font-weight: normal;
	margin-bottom:5px;
	margin-top:10px;
	color:#000000;
}

#questionario p a{

	color: #8DC63F;

}

#questionario .logoQuestionario{
	float:left;
	background-image: url(../../immagini/questionario/logoGlick.jpg);
	width:220px;
	height:100px;
	background-repeat:no-repeat;
}

#questionario .logoTelecom{
	float: right;
	background-image: url(../../immagini/questionario/Telecom.png);
	width:220px;
	height:100px;
	background-repeat:no-repeat;
}

#questionario .avanzamentoQuestionario{
	float:left;
	height:100px;
	line-height: 100px;
	width:160px;
	margin-left:100px;
}

.questionarioDaFare{
	float:left;
	width:10px;
	height:10px;
	border:1px solid #000;
	background-color: #CCE4B5;
	margin:2px;
	display:block;
}

.questionarioFatta{
	float:left;
	width:10px;
	height:10px;
	border:1px solid #000;
	background-color: #8DC63F;
	margin:2px;
	display:block;

}

.domandeQuestionario{
	font-size:12px;
	line-height:24px;
	text-align:left;
	font-weight:bold;
	margin-bottom:10px;
	color:#000000;
}

.risposteQuestionario{
	font-size:12px;
	text-align:left;
	line-height:24px;
	margin-bottom:5px;
	color:#000000;
}


.risposteQuestionario input{
	border:0px;
}

.risposteQuestionario0{
	font-size:12px;
	background-color: #fff;
	border-bottom:1px solid #CCE4B5;
	line-height:24px;
	margin-bottom:5px;
	color:#000000;
}

.risposteQuestionario1{
	font-size:12px;
	background-color: #EFF7E8;
	border-bottom:1px solid #CCE4B5;
	line-height:24px;
	margin-bottom:5px;
	color:#000000;
}


.risposteQuestionarioI0{
	text-align:center;
	background-color: #fff;
	border-bottom:1px solid #CCE4B5;
	line-height:24px;
	width:30px;
	margin-bottom:5px;
	color:#000000;
}

.risposteQuestionarioI1{
	text-align:center;
	background-color: #EFF7E8;
	border-bottom:1px solid #CCE4B5;
	line-height:24px;
	width:30px;
	margin-bottom:5px;
	color:#000000;
}


.spiegazioneQuestionario{
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#000000;
	line-height:10px;
}

.spiegazioneQuestionario1{
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#000000;
	line-height:10px;
	border-bottom: 1px solid #8DC63F;
}




.interrogaGenesys{
	text-align:center;
	margin-left:5px;
	margin-right:5px;
	padding-left:5px;
	padding-right: 5px;
	background-color: #3B5998;
	color:#FFFFFF;
	height:40px;
	line-height:40px;
}

.interrogaGenesys a{
	text-align:center;
	background-color: #3B5998;
	color:#FFFFFF;
	height:40px;
	line-height:40px;
	text-decoration:none;
	padding-left:5px;
	padding-right: 5px;
}


.interrogaGenesys a:hover{
color:#F8CD86;
}


.interrogaGenesysTelemarketing{
	text-align:center;
	padding-left:5px;
	padding-right: 5px;
	background-color: #3B5998;
	color:#FFFFFF;
	height:20px;
	line-height:20px;
	margin:1px;
}

.interrogaGenesysTelemarketing a{
	text-align:center;
	background-color: #3B5998;
	color:#FFFFFF;
	height:20px;
	line-height:20px;
	text-decoration:none;
}


.interrogaGenesysTelemarketing a:hover{
color:#F8CD86;
}



.labelColonna{
	margin:5px;
	padding: 5px;
	background-color: #3B5998;
	color:#FFFFFF;
	height:20px;
	line-height:20px;
	text-align:left;

}
.valoreColonna{
	margin:5px;
	padding: 5px;
	background-color: #f8f8f8;
	color:#000;
	height:20px;
	line-height:20px;
	text-align:left;

}

.error-time{
	border-color: red !important;
}
#tableau-table td{
	width:146px;
}

.ui-dialog, #select2-drop{
	z-index:99999 !important;
}

#s2id_id_agente_integra{
	width:100% !important;
}

