/*
	pannello tecnico
*/


.spanPreferenzeBox {
	text-align: center; 
	min-height: 240px; 
	width: 260px
}

.box-question-add {
	border: 1px solid #000;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
}

.tecnico-container-show-stats {
	width: 600px; 
	text-align: center;
	padding-left: 0px;
}


.tecnico-show-stats-button {
	float: left;
	margin-bottom: -7px;
	margin-right: 5px;
}

.tecnico-section-title {
	text-align: center;
	width: 100%;
	font-size: 18px;
	color: #888;
}

.tecnico-panel-left {
	background-color: #eee;
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
}

.tecnico-panel-right {
	background-color: #eee;
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
}

.tecnico-panel-left-title {
	text-align: center;
	font-size: 18px;
	color: #444;

}

.tecnico-panel-leftStanzeBnt {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 24px;
}

.tecnico-panel-left-container {
	width: 100%;
}


.tecnico-show-realtime-votes {
	font-size: 24px;
	font-weight: bold;
	display: inline;
}

#tecnico-users-count {
	font-size: 24px;
	font-weight: bold;
	display: inline;
}

#popup-dialog {
	width: 400px;
}

.tecnico-hr {
	margin: 5px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #144e8d;
}



/* Lista domande tecnico */
.tableTecnicoListQuestions {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-left-radius:7px;
	border-bottom-left-radius:7px;
	
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-right-radius:7px;
	border-bottom-right-radius:7px;
	
	-moz-border-radius-topright:7px;
	-webkit-border-top-right-radius:7px;
	border-top-right-radius:7px;
	
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	border-top-left-radius:7px;
}.tableTecnicoListQuestions table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.tableTecnicoListQuestions td{
	vertical-align:middle;
	
	background-color:#e5e5e5;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:5px;
	color:#000000;
}

.tableTecnicoListQuestionsTDQuestion {
	font-size: 18px;
	font-weight: bold;
}

.tableTecnicoListQuestionsTDAnswerNumber {
	width: 30px;
	font-size: 18px;
	text-align: center;
}

.tableTecnicoListQuestionsTDAnswerVotes {
	width: 60px;
	font-size: 18px;
	text-align: right;

}

.tecnicoPreviewArea {
 overflow: hidden;
 width: 636px;
 height: 500px;
 border: 5px solid #fff;
 margin-left: 0px;
 margin-top: 5px;
 padding: 5px 15px 5px 5px;
 -webkit-box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.5);
 box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.5);
 background-color: #144e8d;
 
}

.tecnicoPreviewAreaChart {
 	background-color: #fff;
}

.tecnicoSectionSuccess {
	width: 200px;
	height: 20px;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	text-align: center;
	margin-bottom: 5px;
}

#tecnicoMyTimerQuestion {
	font-size: 48px;
	font-weight: bold;
	margin-top: 10px;
}

.tecnicoLiveBarButton {
	width: 180px;
	padding-left: 5px;
}

.tecnicoLiveBarContainer {
 overflow: auto;
 font-size: 16px;
 width: 200px;
 height: 470px;
 border: 2px solid #1f52b0;
 background-color: #fff;
 margin-left: 20px;
 margin-top: 15px;
 padding-left: 10px;
 -webkit-box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.5);
 box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.5);

}

.tecnicoLiveBar {
	text-align: center;
	width: 180px;
	background-color:#ddd;
	color: #1f52b0;
	font-size: 14px;
	height: 25px;
	padding-top: 5px;
	border-top: 2px solid #1f52b0;
 	border-right: 2px solid #1f52b0;
 	border-left: 2px solid #1f52b0;
}	

.tecnicoLiveBarPreview {
 	border-left: 2px solid #1f52b0;
 	border-right: 2px solid #1f52b0;
 	border-bottom: 2px solid #1f52b0;
 	background-color: #fff;
	width: 180px;
	height: 135px;
	min-height: 135px;
	overflow: hidden;
}

.edit-container-textarea {
	border: 1px solid #000;
	border-radius: 10px;
	padding: 5px 5px 10px 10px;
	background-color: #ddd;
}

#tecnico-popup-dark {
	width: 100%;
	min-height: 100%;
	opacity: 0.8;
	background-color: #000;
	position: absolute;
	z-index: 10000;
	top: 0px;
	left: 0px;
	display: none;
}

.tecnico-popup-dark-wheel {
	position: absolute;
	z-index: 10001;
	top: 35%;
	left: 35%;

}

