@CHARSET "UTF-8";

*{
	font-family: Verdana, Arial, Sans-serif;
}

a{
		color: #800;
	}
	
a:hover{
	color: #a00;
}

html{
	font-size: 67.5%;
}

body{
	background-color: #fff;
	font-size: 1.2em;
}
	body #header{
		border-bottom: 1px solid #ccc;
		position: fixed;
		right: 0;
		left: 0;
		top: 0;
		height: 65px;
		background-color: #fff;
		z-index: 99999;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
		box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	}
		body #header h1{
			float: right;
			margin-right: 1em;
		}
		body #header p{
			float: right;
			margin-right: 1em;
		}
		body #header ul.grouped{
			margin: 1em;
		}
		
	body #main-circom-container{
		margin-top: 70px;
		margin-bottom: 30px;
		
	}
	
	body hr#before-footer{
	    clear: both;
	    display: block;
	    visibility: hidden;
	    padding-top: 1.5em;
	    width: 100%;
	    
	    
	}
	
	body #footer{
		position: fixed;
		height: 25px;
		left: 0; 
		right: 0;
		bottom: 0;
		background-color: #fff;
		-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,1);
		-moz-box-shadow:  0px 0px 1px rgba(0,0,0,1);
		box-shadow:  0px 0px 1px rgba(0,0,0,1);
		
		
	}
		#footer p{
			margin: 0;
			padding: 0 1em;
			border-top: 1px solid #ccc;
			text-align: right;
			
			
			
		}
		
.fright{
	float: right !important;
}
.cright{
	clear: right !important;
}

.fleft{
	float: left !important;
}
.cleft{
	clear: left !important;
}
.cnone{
	clear: none !important;
}


.cboth{
	clear: both !important;
}

.hidden{
	display: none;
}

	hr.hidden{
		display: block;
		visibility: hidden;
	}

.hidden-wai-aria{
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.tleft{
	text-align: left;
}


.tright{
	text-align: right;
}

.tcenter{
	text-align: center;
}


.nomargin{
	margin: 0 !important;
}

.nopadding{
	padding: 0 !important;
}
dl{
	margin: 0;
}

dl dt{
	clear: both;
	margin-top: 0em;
	padding: 1em 0 0 0;
}

input{
	font-size: 1em;
}

.avviso{
	background-color: #fee;
	background-image: url('images/critical.png');
	background-position: 20px center;
	background-repeat: no-repeat;
	
	padding-left: 60px;
	
}

div.error{
	clear: both;
    background-color: #fee;
    border-color: #800;
    border-top-color: #844;
    border-style: solid;
    border-width: 1px 2px 2px 2px;
    color: #880000;
    font-weight: bold;
    margin: 0 auto;
    padding: 0.5em;
    text-align: center;
    width: 50%;
}

div.success{
	clear: both;
    background-color: #efe;
    border-color: #040;
    border-top-color: #242;
    border-style: solid;
    border-width: 1px;
    color: #080;
    font-weight: normal;
    margin: 0 auto;
    padding: 0.5em;
    text-align: center;
}


div.warning{
	
	clear: both;
    background-color: #fea;
    border-color: #e84;
    border-style: solid;
    border-width: 2px;
    color: #000;
    font-weight: normal;
    margin: 0 auto;
	margin-bottom: 1em;
    padding: 0.5em;
    text-align: left;
}

#datepicker .dpTable tbody td{
	padding: 0.2em;
	vertical-align: middle;
}

#datepicker .dpTable{
	background-color: #fff;
	border-color: #eee;
	
	-moz-box-shadow: 5px 5px 5px rgb(0,0,0);
	-webkit-box-shadow: 5px 5px 5px rgb(0,0,0);
	box-shadow: 5px 5px 5px rgba(0,0,0, 0.5);
	
}

#popupFunzioni{

	-moz-box-shadow: 5px 5px 5px rgb(0,0,0);
	-webkit-box-shadow: 5px 5px 5px rgb(0,0,0);
	box-shadow: 5px 5px 5px rgba(0,0,0, 0.5);
	display: none;
}

#popupFunzioni.popup-box{
	display: none;
}


body.nojs .loader{
	display: none;
}

#save-notify{
	color: #444444;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    height: 4em;
    left: 30%;
    line-height: 2em;
    opacity: 0.8;
    position: fixed;
    text-align: center;
    top: 45%;
    width: 40%;
    z-index: 99;
    border-radius: 5px;
}


.help{

	border: 1px solid #ccc;
	background-color: #ffe;
	color: #444;
	padding: 0.5em;
	margin: 0.5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	
}

#footer #comp{
	float: left;
	width: 200px;
}
#footer #comp span{
	background-image: url(images/browsers-logos.png);
	background-repeat: no-repeat;
	display: block;
	float: right;
	
	height: 16px;
	width: 16px;
	overflow: hidden;
	text-indent: -9999px;
}


#footer #comp span.ie{	background-position: -36px -36px; }
#footer #comp span.ff{	background-position: -18px -18px; }
#footer #comp span.op{	background-position: -0px -72px; }
#footer #comp span.ch{	background-position: 0px 0px; }
#footer #comp span.sf{	background-position: -18px -72px; }


sub{
	color: #444;
	font-style: italic;
	font-weight: normal;
	float: right;
}

.padding-lr-05{
	padding: 0 0.5em !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}