@charset "UTF-8";
body {
    margin: 0;
    /*height: 100%;*/
    width: 83%;
    padding-left: 15.5%;
	font-family: 'Optima', sans-serif;
	font-size: 0.9em;
	background-color: #E0E0E0;
    /*margin: 0;*/
    /*padding: 0;*/
    color: #000;
    overflow-x: hidden;   /* Disable horizontal scroll */
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
.ggiside {
    margin-top: 0;
    text-align: center!important;
    color: white!important;
    font-weight: bold;
}
.pad {
    padding-right: 20px;
    padding-left: 20px;
}
p {
   margin-top: 20;
   padding-right: 20px;
   padding-left: 20px;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-right: 20px;
	padding-left: 20px;
	color: #666;
    text-align: left;
}

h1 {
	text-transform: uppercase;
	font-size:1.4em;
}
a img {
	border: none;
}
a:link {
	color: #900;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #900;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #900;
}
#container {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #FFFFFF;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0 0 2px 1px #888888;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
	text-align: left;
	/*width: 1080px;*/
    /*max-width: 1080px;*/
    width: 98%
}
.container1 {
    background:white;
    max-width: 1080px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 0 4px 2px #888888;
    margin-top: 10px;
    margin-bottom: 15px;
}
header img {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.sidebar1 {
    display: block;
	float: right;
	width: 190px;
	background-color: #E0E0E0;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	padding-bottom: 10px;
    margin-left: 25px;
}
.sidebar1 aside {
	display: none;
}
.content {
	padding: 10px 10px;
	/*width: 840px;*/
	/*float: left;*/
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
ul.nav {
	list-style: none;
	margin-bottom: 0px;
	margin-top: 10px;
}
ul.nav li {
}
ul.nav a, ul.nav a:visited {
	padding: 4px 5px 4px 15px;
	display: block;
	width: 170px;
	text-decoration: none;
	color: #42413C;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color: #999;
	color: #FFF;
}
/* ~~ Il footer ~~ */
footer {
	padding: 10px 0;
	text-align: center;
	font-size: 0.8em;
	position: relative;/* fornisce hasLayout a IE6 per ottenere un clearing corretto */
	clear: both; /* questa proprietà clear obbliga il .container a tenere conto di dove terminano le colonne e a contenerle */
}
/*Supporto HTML 5 - Imposta nuovi tag HTML 5 per display:block in modo da indicare ai browser come eseguire il rendering corretto dei tag. */
header, section, footer, aside, article, figure {
	display: block;
}
/* FORM */

label {
	width: 22em;
	float: left;
}
label.error {
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
}
p {
	/*clear: both;*/
}
.submit {
	margin-left: 12em;
}

em {
    padding-right: 20px;
    padding-left: 20px;
	vertical-align: top;
}
fieldset {
	background-color: #fff;
	border: 1px solid #DADADA;
	margin: 10px 0px
}
legend {
	display: block;
	background-color: #FFF;
	font-weight: bold;
}
#tabella_wrapper label {
	padding: 10px;
	width: 65%;
}
.dataTables_info {
	clear: both;
	float: left;
	padding: 10px;
	width: 40%;
	;
}
.dataTables_paginate {
	padding: 5px;
}
.resbox {
	background-color: #fff;
	border: 1px solid red;
	margin: 10px 0px;
	padding: 10px;
}

/* The sidebar menu */
.sidenav {
    height: 100%;   /* Full-height: remove this if you want "auto" height */
    width: 15%; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color:#2f777c;
    overflow-x: hidden;   /* Disable horizontal scroll */
    padding-top: 20px;
}


/* The navigation menu links */
.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Style page content */
.main {
    /*margin-left: 160px; /* Same as the width of the sidebar */
    padding: 0px -10px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
