@charset 'utf-8';

body{
	/*background-image: url("images/green1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	*/
	background: #151515;
	text-rendering: optimizeLegibility;
	font-family: 'Droid Sans', Verdana, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}	

@font-face {
  font-family: 'Droid Sans';
  src:  url('fonts/droid-sans.regular.ttf');
}	

h1 {
	color: #088A29;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
}	

h2 {
	color: #088A29;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	color: #848484;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.pointer{
	cursor: pointer;
}

.imgArrotondata{
	border-radius: 20px 20px 20px 20px;
}


#page {
	width: 1200px;
	margin: 0px auto;
}	

#contenitoreLogo {
	width: 1200px;
	margin: 0px auto;
	height: 290px;
	background: #2E2E2E;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}	

#logo {
	/*background: #2E2E2E url(https://www.hackread.com/wp-content/uploads/2015/11/the-anonymous-the-anonymous-35517925-480-300.jpg) no-repeat center;*/
	background: #2E2E2E url(images/logo.png) no-repeat center;
	width: 1200px;
	margin: 0px auto;
	height: 300px;
	margin-top: -20px;
	border-left: 15px solid #2E2E2E;
	border-right: 15px solid #2E2E2E;
}

#content {
	margin: 0px auto;
	margin-top: -32px;
	width: 1024px;
	background: #E6E6E6;
	min-height: calc(100vh - 194.5px);
	padding: 20px;
	height: auto;
	word-wrap: break-word;
	}
	#content p {
		line-height: 30px;
	}	

#menu {
	margin-bottom: 2em;
	background: #2E2E2E;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	height: 100px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	letter-spacing: 1px;
	line-height: 100px;
	padding: 0 40px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.80em;
	font-weight: 600;
	border: none;
	color: #FFF;
}
#menu a:hover{
	background: #088A29;
}





#menu .pagina_corrente a{
	background: #088A29;
}


.container {
	width: 1200px;
	margin: 0px auto;
	margin-top: -8px;
}

#footer {
	margin-top: -14px;
    bottom : 0;
	margin: 0 auto;
	background: #2E2E2E;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	height: 130px;
	width: 1200px;
}
#footer a {
	text-decoration: none;
	color: white;
	}
	#footer a:hover {
		color: #FFF;
		}
	
.linkUtili {
	padding-top: 12px;
	padding-left: 30px;
	width: 75%;
	height: 40px;
	letter-spacing: 1px;
	text-align: left;
	font-size: 0.70em;
	font-weight: bold;
	color: #FFF;
	}
	.linkUtili li {
		display: inline-block;
		margin-right: 30px;
		}
.copyright {
	float: right;
	width: 40%;
	padding-right: 15px;
	letter-spacing: 1px;
	text-align: right;
	font-size: 0.70em;
	font-weight: 600;
	color: #FFF;
	}
	.copyright table, td, tr {
		font-size: 12px;
		font-weight: 600;
		color: #FFF;
		letter-spacing: 1px;
		}

#questionario{
	padding: 15px;
	line-height: 20px;
	padding-bottom: 120px;
	border-radius: 20px 20px 20px 20px;
	background: #F2F2F2; 
	margin: 0 auto;
	height: auto;
	}
	/*#questionario input{
		height: 35px;
		width: 300px;
	}
	*/
	#questionario .short{
		height: 20px;
		width: 20px;
	}
	#questionario .long{
		height: 100px;
		width: 300px;
	}
	#questionario .middle{
		width: 150px;
	}
	
	#questionario .button{
		background: #088A29;
		cursor: pointer;
		color: white;
	}
	#questionario .bblue{
		 background-color: #A9BCF5;
		 cursor: pointer;
		 font-weight: bold;
		 color: black;
	}
	#questionario table{
		padding: 20px;
	}
	#questionario td{
		width: 300px;
		color: black;
		font-size: 15px;
	}
	#questionario img:hover{
		cursor: pointer;
	}
	#questionario .bgreen{
		background: #04B431;
		cursor: pointer;
		color: white;
	}
#questionario .listNum{
	background: #BDBDBD;
	height: 50px;
	}
	#questionario .num{
		background-color: black;
		float: left;
		width: 50px;
		height: 50px;
		color: white;
		}
		#questionario .numText{
			text-align: center;
			font-size: 30px;
			padding-top: 15px;
		
		}
	#questionario .listNum p{
		font-size: 25px;
		padding-top: 10px;
	}
#questionario a{
	text-decoration: none;
	color: #424242;
	}
	#questionario a:hover{
		color: #151515;
	}
#container .btextC{
	background: black;
	color: white;
	min-width: 150px;
	height: 25px;
}	
#container .avatar{
	float: left;
	border: 1px solid black;
	width: 200px;
	height: 250px;
	}
	#container .avatar img{
		width: 100%;
		height: 100%;
	}
#container{
	margin-bottom: 150px;
	
}
	
.btext{
	background: black;
	color: white;
	min-width: 150px;
	height: 25px;
}	

.blackbutton{
	background: black;
	cursor: pointer;
	color: white;
}	

/*#container input[type="checkbox"] {
  margin-top: 5px;
  height: 15px;
  width: 15px;
  cursor: pointer;
  border: 1px solid grey;
}
#container input[type="checkbox"]:checked{
	background-image: url(images/check.png);
	background-position: center;
}

/* LOGIN CSS */
/* ---------- GENERAL ---------- */

h3 {
  margin: 0;
}

#login-form a {
  font-size: 12px;
  color: #999;
  text-decoration: none;
}

#login-form a:hover {
  color: #1dabb8;
}

fieldset {
  border: none;
  margin: 0;
}



input:focus {
  outline: none;
}

input[type="submit"] {
  cursor: pointer;
}




.info {
  background: #e5e5e5;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 20px;
}	

#alert{
	position: fixed;
    height: auto;
    top: 50%;
    margin-top: -100px;
    width: 400px;
    left: 50%;
    margin-left: -200px;
	visibility: hidden;
	background: #25292B;
	color: white;
	text-align: left;
	border: 4px solid #25292B;
	padding: 5px;
	border-radius: 5px;
	}
	#alert .button{
		background: #088A29;
	  border-radius: 3px;
	  color: #fff;
	  cursor: pointer;
	  font-weight: bold;
	  margin-top: 20px;
	  padding: 12px 20px;
	  margin-top: 10px;
	}

/* FORMS */

#questionForm textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
}


#questionForm input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}