/*
	In cima le parti personalizzabili
*/

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

#container-home-login-cover {
	position: absolute;
	left: 70px;
	top: 70px;
	-webkit-box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
}

#container-home-login-form {
	font-size: 18px;
	color: #FFFFFF;
	margin: 180px 0px 0px 490px;
	width: 350px;
}

.home-login-container-button {
	text-align: right;
	padding: 20px 30px 0px 0px;
}


.question-option-button {
	position: absolute;
	z-index: 1;
	vertical-align: middle;
 	height: 100%;
  	width: 100%;
	padding: 5px 5px 5px 5px;
	border: 2px solid #3b679e;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #3b679e; /* Old browsers */
	background: -moz-linear-gradient(top,  #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

#dialog-button-confirm {
	font-size: 20px;
	width: 80px;
	height: 40px;
	font-weight: bold;
	background-color: green;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
	margin-right: 380px;
}

.container-extra-button {
	color: #ffffff;
	margin-left: 5px;
	margin-bottom: 20px;
	width: 140px;
	height: 30px;
 	font-size: 14px;
	border: 2px solid #7da2e7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
	background: #3b679e; /* Old browsers */
	background: -moz-linear-gradient(top,  #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */


}


/*
	resto dello style da non toccare
*/
body {
	font-family: "Arial" , "Helvetica", "Verdana" , "Tahoma" , "Sans-Serif";
	font-size: 14px;
   	padding:10px;
	margin: 20px 20px 20px 20px;
    border:none;
    min-height: 600px;
    background: #d0e4f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0e4f7), color-stop(24%,#73b1e7), color-stop(50%,#0a77d5), color-stop(79%,#539fe1), color-stop(100%,#87bcea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); /* IE6-9 */
}

#copyright {
	width: 900px;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}

#container {
	width: 900px;
	min-height: 550px;
	height: 550px;
	border: 2px solid #fff;
	-webkit-box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
	background-color: #144e8d;


}



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

}

#titolo-sezione-live {
	font-weight: bold;
	font-size: 14px;
	margin-left: 60px;
	color: #fff;
	width: 630px;
	text-align: center;
	margin-top: 5px;
}


.home-button-send-big {
	margin-left: 120px;
	margin-top: 20px;
	min-width: 160px;
	height: 50px;
 	font-size: 26px;
}

#voter-show-container {
	overflow: auto;
	font-size: 16px;
 	width: 630px;
 	/* height: 473px; NOT set or not work jqplot animations in Safari ! */
	border: 2px solid #7da2e7;
	background-color: transparent;
	margin-top: 5px;
	margin-left: 30px;
	padding-left: 10px;
	-webkit-box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

	background-repeat: no-repeat;
	background-position: 140px 0px;
	float: left;
}

#voter-show-inner {
	width: 600px;
	height: 450px;
	border: 0px solid #000;
	overflow: hidden;
	cursor: hand; 
	cursor: pointer;
}



/* popup pagine xtra faculty e programma */

#container-cover {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #000000;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 500;
	display: none;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

#container-extra {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: transparent;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 501;
	display: none;

}

#container-extra-inner {
	width: 900px;
	min-width: 900px;
	height: 540px;
	min-height: 540px;
	position: absolute;
	left: 40px;
	top: 40px;
	z-index: 502;
	background-color: #fff;
}

#container-extra-load {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 10px 10px 10px 10px;
}

.container-extra-load-black {
	background-color: #000;
	text-align: center;
	margin-left: -10px;
	border: 0px solid red;
	min-height: 95%;
}



.extraTitle {
	padding-top: 10px;
	padding-left: 10px;
	font-size: 32px;
	color: #0488c0;
}

.extraTesto {
	font-weight: 16px;
	margin-left: 50px;
	padding-top: 40px;
}

.extraTable {
	margin:0px;
	padding:0px;
	width:90%;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:11px;
	-webkit-border-bottom-left-radius:11px;
	border-bottom-left-radius:11px;
	
	-moz-border-radius-bottomright:11px;
	-webkit-border-bottom-right-radius:11px;
	border-bottom-right-radius:11px;
	
	-moz-border-radius-topright:11px;
	-webkit-border-top-right-radius:11px;
	border-top-right-radius:11px;
	
	-moz-border-radius-topleft:11px;
	-webkit-border-top-left-radius:11px;
	border-top-left-radius:11px;
}.extraTable table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.extraTable tr:last-child td:last-child {
	-moz-border-radius-bottomright:11px;
	-webkit-border-bottom-right-radius:11px;
	border-bottom-right-radius:11px;
}
.extraTable table tr:first-child td:first-child {
	-moz-border-radius-topleft:11px;
	-webkit-border-top-left-radius:11px;
	border-top-left-radius:11px;
}
.extraTable table tr:first-child td:last-child {
	-moz-border-radius-topright:11px;
	-webkit-border-top-right-radius:11px;
	border-top-right-radius:11px;
}.extraTable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:11px;
	-webkit-border-bottom-left-radius:11px;
	border-bottom-left-radius:11px;
}.extraTable tr:hover td{
	
}
.extraTable tr:nth-child(odd){ background-color:#e5e5e5; }
.extraTable tr:nth-child(even)    { background-color:#ffffff; }.extraTable td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:9px;
	font-size:13px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.extraTable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.extraTable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.extraTable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.extraTable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.extraTable td {
	padding-bottom: 20px;
}



#debugMessage {
	color: #000; width: 600px; height: 20px; border: 0px solid red; background-color: #fff;
	display: none;
}


/* LIVE box */


/* dialog vota un collega ? */


#dialog-confirm {
	height: 260px;
	font-size: 32px;
	color: #2572c8;
	text-align: center;
	font-weight: bold;
	display: none;
}


#dialog-button-close {
	font-size: 20px;
	width: 80px;
	height: 40px;
	font-weight: bold;
	background-color: red;
	color: #fff;
}

/* pulsanti extra, timer, immagini miniature, etc. */ 

#titolo-voter {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	width: 99%;
	text-align: left;
	margin-top: 5px;
	border-top: 1px solid #fff;
	margin-top: 15px;
	padding-top: 10px;
	padding-left: 10px;
}

#container-extra-buttons {
	padding-top: 0px;
	padding-right: 10px;
	float: right;
	border: 0px solid red;

}


.container-extra-button-close {
	position: absolute;
	right: -10px;
	top: -10px;
	color: #ffffff;
	margin-left: 20px;
	width: 30px;
	height: 30px;
 	font-size: 14px;
	border: 2px solid black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
	background: #3b679e; /* Old browsers */
	background: -moz-linear-gradient(top,  #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}



/*  show images */ 

#voter-area-extra {
	margin-top: 10px;
	padding-top: 20px;
	float: left;
	width: 210px;
	height: 200px;
	min-height: 200px;
	text-align: center;
}

.voter-area-extra-container-images {
	height: 400px;
	min-height: 400px;
	padding-left: 5px;
}

#voter-area-extra-timer {
	text-align: center;
	margin-top: 5px;
	width: 150px;
	border: 0px solid yellow;
	height: 150px;
	min-height: 150px;
	padding-left: 40px;
}


#voter-area-extra-image {
	border: 1px solid #7da2e7;
	border-left: 0px solid #7da2e7;
	border-bottom-right-radius: 10% 5%;
	border-top-right-radius: 10px 5%; 
	width: 90%;
	height: 80%;
	-webkit-box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.5);
}

.voter-area-extra-image-text {
	font-size: 12px;
	color: #fff;
}

.voter-area-extra-image-option {
	width: 75px;
	height: 75px;
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
	border: 1px inset #7da2e7;
	border-radius: 10px 5%; 
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
	cursor: hand; 
	cursor: pointer;
}

.voter-area-extra-image-zoom {
	border: 0px solid red;
}

.voter-area-extra-image-zoom-letter {
	font-size: 20px;
	font-weight: bold;
}

.voter-area-extra-container-cover {
	position: relative;
	right: 0px;
	border: 0px solid #7da2e7;
	width: 190px;
	-webkit-box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.5);
	margin-left: 17px;
	margin-top: 80px;
}

/* proiezione  */

#container-projection-votes {
	padding-top: 0px;
	padding-right: 10px;
	float: right;
	border: 0px solid red;
	font-size: 24px;

}

.container-projection-votes-inner {
	display: inline;
}

/*
	question
*/

.question-table {
	width: 99%; 
	height: 390px;
	margin-left: 5px; 
	margin-top: 20px;
	border: 7px solid #ffff00;
	border-collapse: separate;
}

.question-table, .question-table th, .question-table td {
	border: 0px solid #fff;
    height: 75px;
  	padding-bottom: 20px;
    vertical-align: middle;
}

.question-table-td-two-columns {
	width: 50%;
}

.question {
	position: relative;
	left: 0px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	margin-top: 10px;
	border: 0px solid #ff0000;
	color: #fff;
}

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

.question-container-option-one-column {
  	width:98%;
}

.question-option {
	font-size: 18px;
	text-align: left;
	margin-left: 5px;
	border: 0px solid #ffff00;
	color: #fff;
	font-weight: bold;
}


.question-option-suffix {
	color: #fff;
	font-weight: bold;
 	height: 65%;
  	width: 30px;
	font-size: 22px;
	padding-top: 25px;
	padding-right: 5px;
	border-right: 1px solid #fff;
	text-align: center;


}


.question-option-text {
	color: #ffffff;
	position: absolute;
	left: 10px;
	top: 5px;
	z-index: 2;
	font-size: 15px;
	line-height: 17px;
	text-align: center;
	width: 100%;
}

.question-option-text-little {
	left: 10px;
	top: 15px;
	font-size: 15px;
	line-height: 17px;
}

.question-option-text-medium {
	left: 10px;
	top: 30px;
	font-size: 19px;
	line-height: 20px;
}

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

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

.question-option-text-little-with-suffix {
	top: 10px;
	font-size: 15px;
	line-height: 17px;
}

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

.question-option-text-giant-with-suffix {
	top: 15px;
	font-size: 24px;
	line-height: 25px;
}


.question-option-box-td {
	width: 40px;
	padding-left: 10px;
}

.question-option-letter-box {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 40px;
	margin-bottom: 5px;
	padding-top: 18px;
	border: 2px solid #fff;
	color: #fff;
	background-color: #1c813d;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.question-option-button-full {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	width: 90%;
	height: 30px;
	margin-bottom: 5px;
	border: 3px solid #fff;
	color: #fff;
	background-color: #888888;
}

/* CHART */

#chart-show {
	height: 99%;
	min-height: 99%;
	margin-top: 10px;
}

.chart-container-letter {
	width: 240px;
	min-width: 240px;
	margin-top: 20px;
	height: 60px;
	border: 0px solid #888888;
	position: relative;
}

.chart-letter {
	position: absolute;
	left: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	border: 1px solid black;
	width: 35px;
	height: 33px;
	text-align: center;
	margin-top: 1px;
	margin-bottom: 3px;
	padding-top: 10px;
	background-color: #1f52b0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}


.chart-option {
	position: absolute;
	left: 35px;
	top: 0px;
	padding-left: 5px;
	width: 200px;
	height: 70%;
	border: 0px solid #0000ff;
	overflow:hidden;
	white-space:normal;
	text-align: left;
	font-size: 15px;
}

.chart-option-indent {
	left: 5px;
	width: 230px;
	text-align: right;
	font-size: 16px;
	border: 0px solid #0000ff;
}

.chart-option-exact {
	font-weight: bold;
	color: #000;
}

#voter-show-inner .jqplot-point-label {
  color: #000:	
  padding: 1px 3px;
  font-size: 16px;
  font-weight: bold;
}



/* Write-question */ 

.question-textarea {
	font-size: 20px;
	width: 92%;
	height: 260px;
	margin-left: 20px;
	margin-top: 20px;
	-webkit-box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.5);
}

#question-container-textarea-button-send {
	width: 100%;
	height: 25px;
	text-align: center;
	margin-top: 30px;
}

.question-textarea-button-send {
	font-size: 22px;
	float: right;
	margin-right: 40px;
	width: 180px;
	text-shadow: 2px 2px #000000;
}

.question-button-click-write {
	font-size: 22px;
	float: left;
	margin-left: 40px;
	width: 180px;
	text-shadow: 2px 2px #000000;
}

.question-write-button-message {
	font-size: 22px;
	color: #fff;
	margin-top: 150px;
}

#question-write-chart-container {
	padding-top: 7px;
	padding-right: 10px;
	margin-top: 10px;
	margin-left: 7px;
	height: 85%;
	width: 97%;
	overflow: auto;
	border: 1px solid white;
	color: #000;
	font-size: 18px;
	padding-left: 5px;
	background-color: #fff;
	border: 1px solid #888;
	-webkit-box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.5);
}

.question-write-chart-container-hr {
	margin: 4px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px dotted #144e8d;
}
