



#cookiesWarning {
	  z-index: 10000000;
    position:fixed;
	bottom:0;
	padding: 3px;
	color:white;
}

#cookiesWarningActive {
	  width: 100%;
  padding: 15px;
  background: #2E4E6E;
  position: fixed;
  bottom: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #D0D0D0;
  font-size: 16px;
  line-height: 27px;
  z-index: 999999;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.6);
  font-family: "Open Sans",sans-serif;
}

#cookiesWarningActive a {
color: #fff;
}

#cookiesWarningActive a:hover {
color: #0fdb00;
}

#cookiesWarningActive small {
	background: #FA5528;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px;
	color: #fff;
	border: none;
	border-radius: 7px;
	box-shadow: 4px 4px 2px #233e5b;
}


#readMoreURL  a:link {
	text-decoration: underline;
	color: #fff;
}

#readMoreURL  a:hover {
	text-decoration: none;
	color: #fff;
}

#text {
	
}

#warning {
	
}

#cookiesDisabled {
	
}

.checkbox {
	
}

.acceptance {
	padding-left: 10px;
	padding-right: 10px;
}

.accetta {
  position: relative;
  float: right;
  background: url(../cookie/cookie_check.png) no-repeat left top;
  padding-left: 27px;
  margin-top: 17px;
  cursor:pointer;
  color:white;
  -moz-transition: all 0.2s linear 0s;
-webkit-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;

}

.accetta:hover {
  background: url(../cookie/cookie_check_hover.png) no-repeat left top;
    color: #0fdb00;
	-moz-transition: all 0.2s linear 0s;
-webkit-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;

}
