@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);

/*Login Page*/
body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.loginPage, html{
	margin:0px;
	padding:0px;
	height:100% !important;
}

.boxBar{
	background-image:url(images/login/login_pattern.png);
}

.labelTitle {
	font-family:'Open Sans', sans-serif;
	font-weight: 300;
	font-size:20pt;
}

.labelVersion {
	font-family:'Open Sans', sans-serif;
	font-size:8pt;
	font-weight: 400;
	color: #808080;
}

.labelCopyright {
	font-family:'Open Sans', sans-serif;
	font-size:7pt;
	font-weight: 400;
	color: #000000;
}

.labelPrivacy {
	font-family:'Open Sans', sans-serif;
	font-size:7pt;
	font-weight: 400;
	color: #000000;
	text-decoration:none;
	cursor:pointer;
}

.labelLogin{
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	font-weight: 400;
	font-style: normal;
	color:#ffffff;
	text-transform: uppercase;	
}

.textLogin, .comboLogin{
	background-color:#ffffff;
	border:1px solid #ffffff;
	font-family:'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:10px;
	color:#333333;
}

.labelNoPw, .labelNoPw a{
	font-family:'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:10px;
	color:#a9a9a9;
	text-decoration: none;
}

.buttonAccedi {
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	font-weight: bold;
	font-style: normal;
	color:#ffffff;
	text-transform: uppercase;
	background: #5d8aa8;
	border: 1px solid #5d8aa8;
	cursor: pointer;
}

.warningLogin{
	font-family:'Open Sans', sans-serif;
	text-transform: uppercase;
	color:#ffffff;
	font-size:14px;
	font-style: normal;
	font-weight: 300;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background: #5d8aa8;
	min-width: 400px;
}

.emptyarea{
	display:none;
}

.easyLogin .boxBar{
	background-color: #e4e4e4;
	background-image: none;
}

.easyLogin .labelLogin{
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	font-weight: 400;
	font-style: bold;
	color:#000;
	text-transform: uppercase;
}

.easyLogin .labelTitle {
	font-family:'Open Sans', sans-serif;
	font-weight: 300;
	font-size:20pt;
}

.easyLogin .labelVersion {
	font-family:'Open Sans', sans-serif;
	font-size:8pt;
	font-weight: 400;
	color: #808080;
}

.easyLogin .labelCopyright {
	font-family:'Open Sans', sans-serif;
	font-size:8pt;
	font-weight: 400;
	color: #808080;
}

.easyLogin .labelPrivacy {
	font-family:'Open Sans', sans-serif;
	font-size:8pt;
	font-weight: 400;
	color: #808080;
	text-decoration:none;
	cursor:pointer;
}

.easyLogin .textLogin, .comboLogin{
	background-color:#ffffff;
	border:1px solid #ffffff;
	font-family:'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:10px;
	color:#333333;
}

.easyLogin .labelNoPw{
	font-family:'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:10px;
	color:#a9a9a9;
	text-decoration: none;
}

.easyLogin .buttonAccedi {
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	font-weight: bold;
	font-style: normal;
	color:#ffffff;
	text-transform: uppercase;
	background: #D76C02;
	border: 1px solid #D76C02;
	cursor: pointer;
}

.easyLogin .warningLogin{
	font-family:'Open Sans', sans-serif;
	text-transform: uppercase;
	color:#ffffff;
	font-size:14px;
	font-style: normal;
	font-weight: 300;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background: #D76C02;
	min-width: 400px;
}

.overLogin {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 160px;
	height: 904px;
	
}

.labelCopy{
	text-shadow: 0 1px 0 #12100B;
}
.labelPriv{
	text-shadow: 0 1px 0 #12100B;
	cursor: pointer;
}

.contextMenu {
	margin: 0px 0px 0px 0px;
	position: absolute;
	cursor: default;
	z-index: 999999;
	padding: 0px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #696969;
	display:block;
	visibility:hidden;
	width: 125px !important;
}

.contextMenu a {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 10px !important;
	height: 16px !important;
	display: block;
	text-transform: uppercase;
}

.contextMenu a:link, .contextMenu a:visited {
	color: #F3F3F3;
	background-color: #696969;
	white-space: nowrap;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	text-transform: uppercase;
}

.contextMenu a:hover {
	color: #F3F3F3;
	white-space: nowrap;
	font-family: 'Open Sans', sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	background: url(images/login/login_arrow_right.png) 1px 1px no-repeat
}
/*End Login Page */




/*
Banner accettazione cookies
*/
#cookie-bar{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	background-color:rgba(93, 138, 168, 0.95);
	height:auto; 
	line-height:26px; 
	color:#eeeeee; text-align:center; padding:1px 0;
	overflow:hidden;
	z-index:100000;
	position:fixed;
	padding:5px;
}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a.cb-disable,
#cookie-bar a.cb-policy {display:inline; text-align:center;}

#cookie-bar .cb-enable {
  color: rgba(93, 138, 168, 0.95);
  background-color:#eee;
  border-radius: 10px;
  padding: 0px 5px;
  margin-left: 10px;
  font-size: 9pt;
  text-decoration: none;
  font-weight: 700;
}
#cookie-bar .cb-enable:hover {}

#cookie-bar .cb-policy {
	color:#eeeeee;  padding:1px 0;
	text-decoration:underline;
}
#cookie-bar .cb-policy:hover {}

#cookie-bar .cb-disable {}
#cookie-bar .cb-disable:hover {}

#cookie-bar .cb-content{}
#cookie-bar .cb-text{}
#cookie-bar .cb-button{}
