/*
	Colori usati, fare trova/cambia per adattarli
	alla grafica dell'evento
*/

body {
	font-size: 5px;
	margin: -10px -7px -7px -10px;
    border:none;
}

#copyright {
	display: none;
}


#container {
	width: 175px;
	min-height: 130px;
	height: 130px;
	border: 1px solid black;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.container-home-background {
	width: 100%;
	min-height: 100%;
	background-image: url(images/index_sfondo.png);
	background-repeat: no-repeat;
}

.container-voter-sfondo {
	width: 100%;
	min-height: 100%;

}

#titolo-sezione-live {
	display: none;
}


#titolo-voter {
	display: none;
}

#voter-show-container {
	overflow: hidden;
	font-size: 16px;
	width: 175px;
	height: 130px;
	border: 0px solid #880000;
	background-color: transparent;
	margin-left: 1px;
	margin-top: 1px;
	padding-left: 1px;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

}

#voter-show-inner {

	width: 170px;
	height: 125px;
	border: 0px solid #fff;

}

.container-extra-button {
	display: none;
}

#debugMessage {
	display: none;
}

/* LIVE QUESTION */

.question-table {
	margin-left: 0px; 
	margin-top: 0px;
	border: 1px solid red;
	border-collapse: separate;
	height: 110px;
	width: 100%; 
}

.question-table, .question-table th, .question-table td {
	border: 0px solid #fff;
    height: 25px;
  	padding-bottom: 0px;
}

.question {
	font-size: 6px;
	margin-top: 0px;
	line-height: 8px;
}

.question-option {
	line-height: 7px;
	font-size: 6px;
	margin-left: 1px;
}

.question-option-box-td {
	width: 8px;
}

.question-option-letter-box {
	line-height: 8px;
	font-size: 8px;
	width: 10px;
	height: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.question-option-button-full {
	font-size: 12px;
	height: 15px;
	margin-bottom: 1px;
}

.question-option-suffix {
 	height: 65%;
  	width: 9px;
	font-size: 8px;
	padding-top: 1px;
	padding-right: 1px;
}

.question-option-text {
	left: 5px;
	top: 1px;
	font-size: 8px;
	line-height: 8px;
	width: 100%;
}

.question-option-text-little {
	left: 1px;
	top: 1px;
	font-size: 6px;
	line-height: 6px;
}

.question-option-text-medium {
	left: 1px;
	top: 1px;
	font-size: 7px;
	line-height: 7px;
}

.question-option-text-giant {
	left: 1px;
	top: 1px;
	font-size: 10px;
	line-height: 10px;
}

.question-option-text-with-suffix {
	left: 10px;
	text-align: left;
	width: 45%;
}

.question-option-text-little-with-suffix {
	top: 1px;
	font-size: 6px;
	line-height: 6px;
}

.question-option-text-medium-with-suffix {
	top: 1px;
	font-size: 7px;
	line-height: 7px;
}

.question-option-text-giant-with-suffix {
	top: 2px;
	font-size: 10px;
	line-height: 10px;
}



.question-container-option {
 	height:14px;
  	width:90%;
	border: 0px solid #ffff00;
	position: relative;
}

.question-option-text-little {
	left: 5px;
	top: 1px;
	font-size: 5px;
	line-height: 5px;
	text-align: center;
	width: 100%;
}

.question-option-text-medium {
	left: 6px;
	top: 6px;
	font-size: 7px;
	line-height: 7px;
	text-align: center;
	width: 100%;
}

.question-option-text-giant {
	left: 7px;
	top: 5px;
	font-size: 10px;
	line-height: 11px;
	text-align: center;
	width: 100%;
}

/* CHART */

#chart-show {
	height: 160px;
	min-height: 120px;
	margin-top: -5px;
	margin-left: 5px;
	width: 170px;
	min-width: 170px;
	border: 0px solid red;
}

.chart-container-letter {
	width: 12px;
	min-width: 12px;
	margin-top: 1px;
	height: 10px;
}

.chart-letter {
	left: 0px;
	font-size: 10px;
	font-weight: bold;
	width: 9px;
	height: 10px;
	margin-top: -2px;
	margin-bottom: 0px;
	padding-top: 1px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}


.chart-option {
	left: 20px;
	padding-left: 2px;
	width: 20px;
	height: 12px;
}

.chart-option-indent {
	left: 2px;

}

/*rules for the plot target div.  These will be cascaded down to all plot elements according to css rules*/
.jqplot-target {
    position: relative;
    font-size: 8px;
}

/*rules applied to all axes*/
.jqplot-axis {
    font-size: 8px;
}

.jqplot-xaxis {
    margin-top: 10px;
}

.jqplot-x2axis {
    margin-bottom: 1px;
}

.jqplot-yaxis {
    margin-right: 1px;
}

.jqplot-y2axis, .jqplot-y3axis, .jqplot-y4axis, .jqplot-y5axis, .jqplot-y6axis, .jqplot-y7axis, .jqplot-y8axis, .jqplot-y9axis, .jqplot-yMidAxis {
    margin-left: 1px;
    margin-right: 1px;
}


.jqplot-xaxis-tick {
    top: 0px;
    /* initial position untill tick is drawn in proper place */
    left: 1px;
    vertical-align: top;
}

.jqplot-x2axis-tick {
    bottom: 0px;
    /* initial position untill tick is drawn in proper place */
    left: 1px;
    vertical-align: bottom;
}

.jqplot-yaxis-tick {
    right: 0px;
    /* initial position untill tick is drawn in proper place */
    top: 1px;
}

.jqplot-yaxis-tick.jqplot-breakTick {
    right: -2px;
    margin-right: 0px;
    padding:1px 1px 1px 1px;
    font-size: 8px;
}

.jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick {
    left: 0px;
    /* initial position untill tick is drawn in proper place */
    top: 1px;
}


.jqplot-xaxis-label {
    margin-top: 1px;
    font-size: 11pt;
}

.jqplot-x2axis-label {
    margin-bottom: 1px;
    font-size: 11pt;
}

.jqplot-yaxis-label {
    margin-right: 1px;
    font-size: 8pt;
}

.jqplot-yMidAxis-label {
    font-size: 11pt;
}

.jqplot-y2axis-label, .jqplot-y3axis-label, .jqplot-y4axis-label, .jqplot-y5axis-label, .jqplot-y6axis-label, .jqplot-y7axis-label, .jqplot-y8axis-label, .jqplot-y9axis-label {
    font-size: 11pt;
    margin-left: 1px;
}

.jqplot-meterGauge-tick {
    font-size: 8px;
}

.jqplot-meterGauge-label {
    font-size: 8px;
}

table.jqplot-table-legend {
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
}

table.jqplot-table-legend, table.jqplot-cursor-legend {
    font-size: 8px;
}


div.jqplot-table-legend-swatch {
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 3px;
    border-right-width: 3px;
}

.jqplot-title {
    top: 0px;
    left: 0px;
    padding-bottom: 1px;
    font-size: 10px;
    line-height: 11px;
    padding-top: 5px;
}

table.jqplot-cursor-tooltip {
    font-size: 8px;
}


.jqplot-cursor-tooltip {
    font-size: 8px;
}

.jqplot-highlighter-tooltip, .jqplot-canvasOverlay-tooltip {
    font-size: 8px;
}

.jqplot-point-label {
    font-size: 8px;
}
      
div.jqplot-cursor-legend-swatch {
    width: 12px;
    height: 8px;
}


#televoterAreaInner .jqplot-point-label {
  padding: 1px 3px;
  font-size: 6px;
}

/* questionType == scrivi */ 

.question-textarea {
	font-size: 10px;
	width: 92%;
	height: 50px;
	margin-left: 2px;
	margin-top: 2px;
}

#question-container-textarea-button-send {
	width: 100%;
	height: 10px;
	margin-top: 2px;
}

.question-textarea-button-send {
	font-size: 8px;
	margin-right: 2px;
	width: 70px;
}

.question-button-click-write {
	font-size: 7px;
	margin-left: 4px;
	width: 75px;
}

.question-write-button-message {
	font-size: 12px;
	margin-top: 30px;
}

/* chart written questions */ 

#question-write-chart-container {
	margin-top: 0px;
	margin-left: 1px;
	height: 85%;
	width: 97%;
	font-size: 6px;
	padding-left: 2px;
}

.question-write-chart-container-hr {
	margin: 0px 0px -1px 0px;
	border: 1px dotted #888;
}
