﻿/*
Template colori:
Blu scuro: #081544
Blu medio: #043099
Celeste: #0D7FD5
Gradient celeste: #1D8FE5
Grigio chiaro: #E2E2E0
Grigio più chiaro: #F8F8F7
Giallo: #FAB536
Verde: #C2FF57
Verde scuro: #74B600
Rosso scuro: #C70038
Grigio scuro: #828280
*/

body
{
	font-family: "Segoe UI", Tahoma, Verdana, sans-serif;
	font-size: 1.1em;
	color: #081544;
	margin: 0;
	/*background: #fff url(../images/wrapperbg.png) repeat-y;*/
}

.logindiv
{
	height: auto;
	width: 380px;
	left: 20%;
	margin-top: 30px;
	overflow: hidden;
	line-height: 2em;
	text-align: right;
	display: inline-block;
}

.logindiv .inputtextbox, .logindiv select{
	width: 280px;
	font-size: 0.9em;
	margin-top: 20px;
	height: 24px;
}

.logindiv .submit_button{
	width: 99%;
	margin-top: 20px;
}

.logindiv div{
	padding: 0 4px 0 4px;
	margin-bottom: 2px;
}

.logindiv div span{
	float: left;
	margin-top: 14px;
}

.logindiv-container{
	text-align: center;
}

.inputtextbox
{
	border: solid 1px #BDBDBB;
	background-color: #FFFFFF;	
	border-radius: 3px 3px 3px 3px;/* alto-sinistra, alto-destra, basso-destra, basso-sinistra */
	padding: 0 3px 0 3px;
	height: 24px;
	margin-bottom: 4px;
	margin-top: 2px;
	box-sizing: border-box;
	width: 240px;
}

.subtitle
{
    font-size: 0.8em;
    font-style: italic;
	bottom: 10px;
	position: fixed;
	right: 10px;
}

.help-link{
	font-size: 0.8em;
	bottom: 10px;
	position: fixed;
	left: 10px;
}



.topmenu-bar {
	background-color: #0D7FD5;
	color: #F8F8F7;
    display: block;
    padding-bottom: 6px;
    padding-top: 3px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
	min-height: 27px;
	margin-top: 20px;
	font-weight: 450;
}

.topmenu-bar ul, .cleanlist {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.topmenu-bar ul li, .cleanlist li {
    display: inline;
}

.page-container{
	margin: 30px auto; 
	text-align: center;
}

.idplogo-container{
	overflow: auto;
    width: 800px;
    margin: 2px auto;
}

.idplogo-container img{
	float: right;
}

.idplogo-container img:first-child{
	float: left;
}

.version-title{
	margin: auto 0 0 0;
	font-size: 0.9em;
	font-style: italic;
}

.submit_button {
    display: inline-block;
	position: relative;
	padding: 4px 0;
	line-height: normal;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
	color: #E2E2E0;
	text-decoration: none;
	border: 1px solid #0D7FD5;
	background: #0D7FD5 url(flick/images/ui-bg_flat_100_0D7FD5_40x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #E2E2E0;
	width: 280px;
	border-radius: 3px;
    
    margin: 0 2px 0 2px;
}
.submit_button:hover {
    background: #FAB536;
    color: #081544;
    border: 1px solid #FAB536;
}
.submit_button-focus {
    outline: 1px dotted #000000;
}

select{
	border: 0px solid;
	padding: 2px 2px;
	color: #F8F8F7;
	background-color: #0D7FD5;
	border-radius: 3px 3px 3px 3px;
	width: 240px;
}

select:hover{
	color: #081544;
	background-color: #FAB536;
}

select:active{
	color: #081544;
	background-color: #F8F8F7;
}

option{
	color: #081544;
	background-color: #F8F8F7;
}

option:hover{
	color: #081544;
	background-color: #FAB536;
}


.notice-overlay{
	position: fixed;
	background-color: rgb(0, 0, 0);
	background-color: rgb(0, 0, 0, 0.7);
	top: 0;
	margin:0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.notice-banner{
	background-color: rgb(8, 21, 68, 0.7);
	position: fixed;
	margin:0;
	bottom:0px;
	width: 100%;
	min-height: 50%;	
	z-index: 110;
    text-align: left;
    padding: 20px 40px;
    border-top: solid 2px #081544;
    box-sizing: border-box;
    font-size: 1.2em;
}

.notice-message{
	color: #F8F8F7;
	padding: 10px 10px;
	border-radius: 6px;
}

.notice-message i{
	color: #FAB536;
}

#reviewcookies{
	margin-right: 10px;
	float: right;
}

.notice-controls{
	text-align: right;
}

.notice-controls a{
	text-decoration: none;
	transition: color linear .2s, background-color linear .2s, background-image 0.2s ease-in-out;
    -webkit-transition: color linear .2s, background-color linear .2s;    
	margin-top: 5px;
	margin-right: 10px;
}

/* manifest web services */

.wrapper {
    min-height: 100%;
	position: relative;
}

.header {
    display: block;
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    z-index: 13;
    background-color: #fff;
}

.main-banner {
    background-color: #FFFFFF;
    padding: 1px 16px;
    box-sizing: border-box;
	height: 64px;
	margin-top: 20px;
}

.content {
    vertical-align: top;
    padding: 0;
	margin-top: 150px;
	color: #081544;
	margin-left: 20%;
	width: 60%;
	padding: 0 10px 0 10px;	
	text-align: justify;
	position: absolute;
}

.narrowcontent {
    vertical-align: top;
    padding: 0;
	margin-top: 150px;
	color: #081544;
	margin-left: 30%;
	width: 40%;
	padding: 0 10px 0 10px;	
	text-align: center;
	position: absolute;
	font-size: 1.2em;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.float-in {
    overflow: auto;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.chapter-title {
    background-color: #828280;
    text-align: center;
    padding: 5px 5px 5px 5px;
    font-size: 1.2em;
    color: #F8F8F7;
	width: 100%;
	margin: 0;
	display: inline-block;
	border-radius: 4px 4px 4px 4px;
}

a:link, a:visited {
    padding: 1px;
    transition: color linear .2s, background-color linear .2s, background-image 0.2s ease-in-out;
    -webkit-transition: color linear .2s, background-color linear .2s;
    -webkit-border-radius: 2px;
	border-radius: 2px 2px 2px 2px;
	text-decoration: none;
	font-weight: bold;
}

a:link, a:visited {
    color: #0D7FD5;
}

a:hover{
    color: #FAB536;
}

ul {
	font-size: 0.9em;
}

li:not(:last-child) {
    margin-bottom: 10px;
}

.customlogo{
	height: 70px;	
}

.customlogo_text{
	display: inline-block; 
	vertical-align: top;
	padding-top: 20px;
	font-size: 1.5em; 
	color: #0e4887;
}

.doc-links{
    margin-right: 20px; 
    font-size: 0.7em; 
    text-align: left; 
    position: absolute; 
    bottom: 10px;
    left: 10px;
}

.help-links{
    margin-top: 10px;
    margin-right: 20px; 
    font-size: 0.7em; 
    text-align: left;
    left: 10px;
}

.help-links-center{
	margin-top: 20px;
    font-size: 0.7em; 
    text-align: center;
}

#group{
	text-transform: uppercase;
}