/* ----- CSS INVALSI BY LEONARDO BOULAY ----- */
html {overflow-y: scroll;}
body {
    min-width: 1005px;
    background: #FFFFFF;
    color: #3B576D;
    margin: 0px;
    font: 100% Arial, Helvetica, sans-serif;
    }

/* CSS IMPECCABILE PER L'HEADER */
#head {position: relative;}
#headDestra {
    float: right;
    width: 80%;
    height: 120px;
    background: #006599;
    color: #23333A;
    margin-right: 5px;
    }

#logo_miur {float: right;}

#titolo {
    position: absolute;
    left: 40%;
    height: 120px;
    line-height: 120px;
    color: #23333A;
    padding-right: 100px;
    font-weight: bold;
    font-size: 120%;
    font-variant: small-caps;
    text-align: left;
    white-space: normal;
    vertical-align: middle;
    }
#titolo span {display: inline-block; min-width: 250px; vertical-align: middle; line-height: normal;}

#logohead {position: absolute; float: right;}
#logo_invalsi {position: relative; left: 4px;}
#invalsi {text-align: justify; font-weight: bold; font-size: 160%; position: relative; top: -32px; left: 4px;}

/* CSS CONTENITORE */
#contenitore {clear: both; border-right: 5px solid #FFFFFF;}

hr {visibility: hidden;}

/* PERCORSO - POSIZIONE - LOGOUT*/
#afterheader {
	position: relative;
	top: 1em;
	padding: 0.5em 2em 0.5em 1.5em;
	background: #CCE0EB;
	color: #006699;
	border-top: 1px solid #7AAFCA;
	border-bottom: 1px solid #7AAFCA;
	margin-bottom: 2em;
}
#posizione {display: inline-block; font-size: 75%;}
#posizione a {font-weight: bold; color: #3B576D;}
#posizione a:hover {color: #FFFFFF; background: #3B576D;}
#divlogout {display: inline-block; float: right; text-align: right;}
#divlogout img {vertical-align: middle;}
#divlogout a {font-size: 75%; font-weight: bold; color: #3B576D;}

#main {display: table; width: 99%; height: 100%; padding-left: 1%; padding-top: 1em;}

#footer {clear: both; text-align: center;}

#cookieChoiceInfo {font: 75% Arial, Verdana, Geneva, helvetica, sans-serif;}
#cookieChoiceInfo a {position: relative; top: -0em; font-weight: bold; color: #3B576D; text-decoration: none;}
#cookieChoiceInfo a:hover {font-weight: bold; color: #3B576D; text-decoration: underline;}