@charset "UTF-8";
/* CSS Document */
/*stile per form di login*/
@import url(http://fonts.googleapis.com/css?family=Varela);
body {
    background: url("../images/back_body_white.png") no-repeat scroll center top #FFFFFF;
    color: #333333;
	
	font-family:  'Varela', Georgia, Arial, Verdana, Helvetica, sans-serif;
}
a:link{
	color: #000000;
}
a:visited{
	color: #000000;
}
a:hover{
	color: #f8981d;
}
a:active{
	color: #002a5c;
}
.wrapper{
	position:relative;
	margin: 0 auto;
    padding: 0 15px;
    text-align: left;
    width: 960px;
}
.wrapper2{
	position:relative;
	margin: 0 auto;
    padding: 0 15px;
    text-align: left;
    width: 85%;
}
.logo{
	display: inline;
    float: left;
    margin: 10px 20px 20px 50px;
}
.logout{
	text-align:left;
	padding-top:15px;
	padding-bottom:20px;
	padding-right:25px;
}
a.logout{
	cursor: pointer;
	float:right;
	color: #002a5c;
	line-height: 12px;
	
	/*font-size: 12px;*/
	font-weight: bold;
	/*background: url('../image/button.png') repeat-x;*/
	background: #f8981d;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 3px 3px 8px #f8981d;
	-moz-box-shadow: 3px 3px 8px #f8981d;
	box-shadow: 3px 3px 8px #f8981d;
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
	transition:ease-in all .3s;
}
a.logout:hover {
	/*background-position: 0px -24px;*/
	background: #002a5c;
	color: #f8981d;
}
.rounded {
    width: 400px;
    height: 250px;
    background-color: white;
    color: #002a5c;
    margin: 20px auto;
    padding: 20px;
    border: 5px solid #002a5c;
    
    border-radius: 20px;
    moz-border-radius: 20px;/*firefox*/
    webkit-border-radius: 20px; /*safari chrome*/
}

.menu{
	float:left;
	width:15%;
	margin-top:11px;
	list-style: none;
	padding: 0;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #f8981d;
	line-height: 12px;
	
	/*font-size: 12px;*/
	font-weight: bold;
	/*background: url('../image/button.png') repeat-x;*/
	background: #002a5c;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 3px 3px 8px #002a5c;
	-moz-box-shadow: 3px 3px 8px #002a5c;
	box-shadow: 3px 3px 8px #002a5c;
	transition:ease-in all .3s;
}
a.button2, input.button2 {
	cursor: pointer;
	color: #f8981d;
	line-height: 12px;
	
	/*font-size: 12px;*/
	font-weight: bold;
	/*background: url('../image/button.png') repeat-x;*/
	background: #002a5c;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 3px 3px 8px #002a5c;
	-moz-box-shadow: 3px 3px 8px #002a5c;
	box-shadow: 3px 3px 8px #002a5c;
	transition:ease-in all .3s;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
	width: 175px;
	margin-top: 10px
}
a.button2 {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
input.button {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 12px 0px 12px;
}
a.button:hover, input.button:hover {
	/*background-position: 0px -24px;*/
	background: #f8981d;
	color: #002a5c;
}
.bottoni{
	/*float:left;*/
	padding:0px 5px 10px 5px;
}
.bottoni2{
	float:left;
	padding:0px 5px 10px 5px;
}
.iframe1{
	float:right;
	width:85%;
	padding:0px;
	/*padding-top:10px;*/
	/*height:600px;*/
	border:0px;
	margin:0px;
}
.contenitore{
	width:100%;
}
/*tabella*/
.tabella{
	width:100%;
}
.tabella th{
	height:24px;
	background-color:#002a5c;
	/*border:1px solid #000;*/
	/*border-collapse:collapse;*/
	text-align:center;
	/*font-size:20px;*/
	color: #f8981d;
	width:100%;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 3px 3px 8px #002a5c;
	-moz-box-shadow: 3px 3px 8px #002a5c;
	box-shadow: 3px 3px 8px #002a5c;
}
.tabella td{
	/*border:1px solid #000;*/
	/*border-collapse:collapse;*/
	/*padding-top: 10px;*/
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 30px;
	-webkit-text-shadow: 3px 3px 15px #002a5c;
	-moz-text-shadow: 3px 3px 15px #002a5c;
	text-shadow: 3px 3px 15px #002a5c;
	width:50%;
}
.tabella2{
	width:100%;
}
.tabella2 th{
	background-color:#002a5c;
	/*border:1px solid #000;*/
	/*border-collapse:collapse;*/
	text-align:center;
	/*font-size:20px;*/
	color: #f8981d;
	/*width:100%;*/
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 3px 3px 8px #002a5c;
	-moz-box-shadow: 3px 3px 8px #002a5c;
	box-shadow: 3px 3px 8px #002a5c;
}
.tabella2 td{
	padding-left:5px;
	padding-right:5px;
	/*border:1px solid #000;
	border-collapse:collapse;*/
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
}
.tabella2 td.pad{
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.grigio{
	background-color:#E0E0E0;
}
.clear{
	clear:both;
}
#message{
	padding-top:5px;
}
nav a#pull {
	display: none;
}

/*parte responsive*/
@media screen and (max-width: 1150px) {
	.wrapper{
		width: 90%;
	}
	.menu{
		width:90%;
		margin-top:25px
	}
	.bottoni{
	/*float:left;*/
	padding:0px;
	}
	a.button {
		width: 90%;
	}
	.iframe1{
		width:100%;
		float:left;
	}
	body {
		background: none;
		font-size:12px;
	}
	/*nav {
		border-bottom: 0;
	}*/
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color:#002a5c;
		color: #f8981d;
		width: 90%;
		position: absolute;
		font-weight: bold;
		text-decoration: none;
		padding: 6px 12px 6px 12px;
		-webkit-border-radius: 7px 7px 7px 7px;
		-moz-border-radius: 7px 7px 7px 7px;
		-khtml-border-radius: 7px 7px 7px 7px;
		border-radius: 7px 7px 7px 7px;
		-webkit-box-shadow: 3px 3px 8px #002a5c;
		-moz-box-shadow: 3px 3px 8px #002a5c;
		box-shadow: 3px 3px 8px #002a5c;
	}
	nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 4px;
	}
	.tabella{
		margin-top:20px;
		width: 90%;
	}
}
@media screen and (max-width: 950px) {
	.wrapper2{
		width: 90%;
		margin:0;
		padding: 0;
	}
}
@media only screen and (max-width : 420px) {
	nav a#pull {
		width: 85%;
	}
	.rounded {
		width: 80%;
	}
	#logo_index{
		width: 80%;
	}
}