/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 14px; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 100%; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #005f9b; outline: none; }
a:visited { color: #005f9b; }
a:hover { color: #06e; }
a:focus { outline: none; -moz-outline-style: none;}
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0;}

/*td { vertical-align: top; }*/

/* ====================== CLAL 2.0 ====================== */
/*

	ID: #word1Word2Word3
	class: #word1-word2-word3 

*/

@media all {
	.page-break	{ display: none; }
}

@media print {
	.page-break	{ display: block; page-break-before: auto; }
}

body {
	background:#fff;
	font-size:100%;
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	min-width:960px;
}
.print {
	display: none;
}
.right {
	float:right;
}
.left {
	float:left;
}
.center {
	text-align:center;
}
.text-left {
	text-align:left;
}
/* ====================== COMMON ====================== */

input,
textarea,
select {
  display: inline-block;
  height: 18px;
  /*padding: 4px;*/
  font-size: 13px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

input, textarea {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
  	outline: 0;
  	border-color: rgba(82, 168, 236, 0.8);
  	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
 	-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
  	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 1px dotted #666;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
.btn {
	cursor: pointer;
	display: inline-block;
	background-color: #E6E6E6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	padding: 5px 14px 6px;
	text-decoration:none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333;
	font-size: 13px;
	line-height: normal;
	border: 1px solid #CCC;
	border-bottom-color: #BBB;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
	border-image: initial;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
.btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.btn:focus {
  outline: 1px dotted #666;
}
.btn.primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.active, .btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.large {
  font-size: 15px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn.small {
  padding: 7px 9px 7px;
  font-size: 11px;
}
.btn.huge {
	font-size: 18px;
	line-height: normal;
	padding: 15px 18px 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.btn.success {
	color:#fff;
	background-color: #57A957;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear,left top,left bottom,from(#62C462),to(#57A957));
	background-image: -moz-linear-gradient(top,#62C462,#57A957);
	background-image: -ms-linear-gradient(top,#62C462,#57A957);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#62C462),color-stop(100%,#57A957));
	background-image: -webkit-linear-gradient(top,#62C462,#57A957);
	background-image: -o-linear-gradient(top,#62C462,#57A957);
	background-image: linear-gradient(top,#62C462,#57A957);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462',endColorstr='#57a957',GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #57A957 #57A957 #3D773D;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	font-weight: bold;
}
.btn.success1 {
	color:#fff;
	background-color: #0585C4;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear,left top,left bottom,from(#0585C4),to(#0585C4));
	background-image: -moz-linear-gradient(top,#0585C4,#0585C4);
	background-image: -ms-linear-gradient(top,#0585C4,#0585C4);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0585C4),color-stop(100%,#0585C4));
	background-image: -webkit-linear-gradient(top,#0585C4,#0585C4);
	background-image: -o-linear-gradient(top,#0585C4,#0585C4);
	background-image: linear-gradient(top,#0585C4,#0585C4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0585C4',endColorstr='#0585C4',GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #0585C4 #0585C4 #0585C4;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	font-weight: bold;
}
.btn.success_reg {
	background-color: #64c264;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(top,#aff0af,#64c264);
	background-image: -o-linear-gradient(top,#aff0af,#64c264);
	background-image: linear-gradient(top,#aff0af,#64c264);
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	font-weight: bold;
}
.btn.success_Teseo {
	color:#000;
	background-color: #ffcc00;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear,left top,left bottom,from(#ffcc00),to(#ffcc00));
	background-image: -moz-linear-gradient(top,#ffcc00,#ffcc00);
	background-image: -ms-linear-gradient(top,#ffcc00,#ffcc00);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffcc00),color-stop(100%,#ffcc00));
	background-image: -webkit-linear-gradient(top,#ffcc00,#ffcc00);
	background-image: -o-linear-gradient(top,#ffcc00,#ffcc00);
	background-image: linear-gradient(top,#ffcc00,#ffcc00);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00',endColorstr='#ffcc00',GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #ffcc00 #ffcc00 #3D773D;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	font-weight: bold;
}
.btn.success .small {
	font-weight:normal;
}
.btn.btn-reset {
	
	color:#666;
	
}
.top-bottom-radius {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	
	/*behavior: url(css/PIE.php);*/
}

.top-radius {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	
	/*behavior: url(css/PIE.php);*/
}
.bottom-radius {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5pxpx;
	
	/*behavior: url(css/PIE.php); */
}
.left-radius {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	
	/*behavior: url(css/PIE.php); */
}
.right-radius {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	
	/*behavior: url(css/PIE.php); */
}
.rounded {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	/*behavior: url(css/PIE.php); */
}
.rounded3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	/*behavior: url(css/PIE.php); */
}
.top-left-radius {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 0px 0px 0px;
	border-radius: 5px 0px 0px 0px;
	
	/*behavior: url(css/PIE.php); */
}
.top-right-radius {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;
	
	/*behavior: url(css/PIE.php); */
}
.bottom-left-radius {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0px 0px 0px 5px;
	border-radius: 0px 0px 0px 5px;
	
	/*behavior: url(css/PIE.php); */
}
.bottom-right-radius {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 0px;
	
	/*behavior: url(css/PIE.php); */
}
.shadow {
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);	
	/*behavior: url(css/PIE.php); */
}

/* ====================== / COMMON ====================== */

/* ====================== HEADER ====================== */

header .top {
	height:36px;
	background: #0067af url('../img/bg_top.png') repeat-x top left;
}

header .top h1 {
	display:none;
}
header #login {
	min-width: 260px;
}
header #login .error-inline {
	font-size:1em;
	line-height:2em;
	display: block;
	margin-bottom: 5px;
}
header #login .login-form .error-inline {
	display: none;
}
header #sendToAFriend {
	min-width: 260px;
}
header #sendToAFriend textarea {
	height: 80px;
}
header #login #loginLoading,
header #sendToAFriend #sentToAFriendLoading,
header #sendToAFriend #sentToAFriendSent {
	font-size: 1em;
	line-height: 2em;
	color:#ddd;
	float:left;
	display:none;
}
header #login .login-form #loginLoading {
	display: none;
	width: 100%;
	margin-bottom: 5px;
	padding-left: 5px;
}
header #sendToAFriend #sentToAFriendSent {
	color:#ffff00;
}


header .extra {
	position:absolute;
	background-color:#333;
	background-color: rgba(30, 30, 30, 0.95);
	z-index:99999; /*1*/
	right:0;
	
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	
	font-size:0.9em;	
}
header .extra p {
	margin:10px;
}
header .extra.close {
	display:none;
}
header .extra form, 
header #login.extra .login-form {
	padding:10px;
	line-height:18px;
}
header .extra label {
	color:#aaa;
	display: block;
	margin-bottom: 10px;
	width: auto;
}

header #login.extra .login-form label span {
    color: #fff;
    font-weight: 600;
}

header #login.extra .login-form label input {
    color: #333;
}

header .extra input[type="text"],
header .extra input[type="password"] {
	width: 230px;
}
header .extra input:focus,
header .extra textarea:focus {
  outline: 0;
  border-color: rgba(50, 50, 50, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255, 255, 255, 0.6);
}
header .extra .btn {
	float:right;
}
header #login.extra .login-form .btn {
	display: block;
	clear: both;
	margin-bottom: 1em;
}
header .extra .divider {
	height: 0;
	margin: 5px 10px;
	overflow: hidden;
	border-top: 1px solid #1B1B1B;
	border-bottom: 1px solid #333;
}
header .extra a {
	position: relative;
	color: #999;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .75);
	text-decoration: none;
	line-height:20px;
}
header .extra a:hover {
	color:#fff;
}
header .menu-bar {
	height:74px;
	background: #f3f3f3 url('../img/bg_main_header.png') repeat-x top left;
	border-bottom:1px solid #c3c3c3;
	border-top:1px solid #a9a9a9;
	position:relative;
	z-index:10;
}
header nav {
	width:70%;
	max-width:1040px; /*1200*/
	min-width:960px;
	margin:0 auto;
	/*background-color:#ffff00;*/
	position:relative;
}
header .top ul li a.flag {
	display:block;
	width:21px;
	height:14px;
	background:transparent url('../img/flags.png') no-repeat top left;
	text-indent:-2000px;
	overflow:hidden;
	float:left;
	margin:12px 0 0 5px;
}

button.flag {
    	display:block;
	width:21px;
	height:14px;
	background:transparent url('../img/flags.png') no-repeat top left;
	text-indent:-2000px;
	overflow:hidden;
	float:left;
	margin:0 0 0 5px;
                padding: 0 0 0 0;
                border-width: 0 0 0 0;
}
header .top ul li a.en {
	background-position:top right;
}

button.en {
    	background-position:top right;

}

/*
header nav[role=top_menu]{
	background-color:#ff0000;
	height:36px;
}
*/
header ul{
	list-style: none;
}
header .top ul {
	position:relative;
	float:right;
}
header .top ul li{
	position:relative;
	float:left;
	line-height:36px;
	margin: 0;
	padding: 0 10px;
}
header .top ul li.selected {
	background-color: #333;
	background-color: rgba(40, 40, 40, 0.95);
}
/* user */
header .top ul li.user {
	background-color:#00609C;
}
header .top ul li.user > a {
	color:#F2EECD;
}
header .top ul li.selected.user {
	background-color: #333;
	background-color: rgba(40, 40, 40, 0.95);
}
/* /user */
header .top ul li a {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	text-decoration:none;
	text-shadow: 1px 1px 0px #000000;
	font-size:0.9em;
}
header .top ul li a:hover {
	text-decoration:underline;
}
header .menu-bar h1.clal {
	width:192px;
	height:74px;
	margin:0;
	float:left;
	display:block;
}

header .menu-bar h1.clal a {
	background: transparent url('../img/logo_clal.png') no-repeat center center;
	display:block;
	width: 192px;
	height:74px;
	line-height:74px;
	text-indent:-2000px;
}
	
header .menu-bar ul {
	display:block;
	height:50px;
	/*background-color:#339933;*/
	left:242px;
	right:0;
	position:absolute;
	top:22px;
}
header .menu-bar.italiano ul {
	left:202px;
}
header .menu-bar ul li{
	float:left;
	white-space: nowrap;
	width:17.5%;
	min-width:125px;
	padding:10px 0 7px 1.5%;
	border:1px solid transparent;
	
	-webkit-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}
header .menu-bar.italiano ul li{
	width:11%;
	min-width:0px;
}
header .menu-bar ul li.selected {
	color:#fff;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	background-color: #fff !important;
	
}
/*header .menu-bar ul li.first{
	width:20%;
	min-width:140px;
}
header .menu-bar ul li.second{
	width:11%;
	min-width:80px;
}
header .menu-bar ul li.third{
	width:16%;
	min-width:117px;
}
header .menu-bar ul li.fourth{
	width:11%;
	min-width:80px;
}*/
header .menu-bar ul li.fifth{
	width:14%;
	/*min-width:110px;*/
}
header .menu-bar.english ul li.first{
	width:11%;
	min-width:79px;
}
header .menu-bar.english ul li.second{
	width:14%;
	min-width:100px;
}
header .menu-bar.english ul li.third{
	width:14%;
	min-width:100px;
}
header .menu-bar.english ul li.fourth{
	width:14%;
	min-width:100px;
}
header .menu-bar.english ul li.fifth{
	width:16%;
	min-width:115px;
}
header .menu-bar ul li.last{
	height:34px;
	/*width:11%;*/
	min-width:90px;
	background-color: transparent;
	background-image: url('../images/clalnews.png');
	background-repeat: no-repeat;
	background-position: 10px 13px;
	/*background: transparent url('../images/clalnews.png') no-repeat 10px 13px;*/
	background-size: auto 30px;
}
header .menu-bar.english ul li.last{
	width:13%;
	min-width:95px;
}
header .menu-bar ul li a{
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0em;
	color:#545454;
	font-weight:600;
	text-transform: uppercase;
	text-decoration:none;
	text-shadow: 1px 1px 0px #ffffff;
}
header .menu-bar ul li.last a{
	line-height: 2.4em;
	text-indent: -10000px;
}
header .menu-bar ul li a:hover{
	color:#000;
}
header .dwt_header {
	display:none;
	height:0;
}
/* ====================== SPECIAL CONTENTS ====================== */
.special-contents {
	width:70%;
	max-width:1040px;
	min-width:960px;
	margin:0 auto;
	padding:0;
	background-color:transparent;
	display:none;
}
.special-contents .box {
	margin-top:0;
	padding-bottom:10px;
}
.special-contents img {
	border:1px solid #fff;
}
/* ====================== MENU ====================== */
.menu-container {
	background: #fff url('../img/bg_menu.png') repeat-x bottom left;
	display:none;
	position:relative;
	z-index:6;
}
.menu {
	width: 70%;
	max-width: 1040px;
	min-width: 960px;
	height: 500px;
	margin:0 auto;
	overflow:hidden;
	font-size:1em;
	position:relative;
}
.menu a.mclose {
	position:absolute;
	right:0;
	bottom:10px;
	font-size:0.8em;
	text-decoration:none;
	color:#666;
	text-decoration:none;
	text-shadow: 1px 1px 0px #efefef;
}
.menu a.mclose:hover {
	color:#333;
}
.menu div.menu-section {
	float:left;
	width:100%;
	height:520px;
	padding-bottom: 7px;
	display:none;
	font-size:0.95em;
}
.menu-container.show,
.menu div.menu-section.show {
	display:block;
}
.menu div.menu-section > div {
	float:left;
	height:100%;
}
.menu div.menu-section div h2{
	font-size:1.4em;
}
.menu div.menu-section div#sectMercato {
	width:50%;
	min-width:455px;
}
.menu div.menu-section div#sectMercato ul {
	width:30%;
}
.menu div.menu-section div#sectStrumenti {
	width:50%;
	min-width:192px;
	background:transparent url('../img/sep_menu2.png') no-repeat bottom left;
	background-position: 0 70%;
}
.menu div.menu-section div#sectStrumenti ul {
	width:45%;
}
.menu div.menu-section div#sectStatistiche {
	width:45%;
	min-width:432px;
	background:transparent url('../img/sep_menu2.png') no-repeat bottom left;
	background-position: 0 70%;
}
.menu div.menu-section div#sectStatistiche ul {
	width:29%;
}
.menu div.menu-section div#sectStatistiche ul.ext{
	width:50%;
}
.menu div.menu-section div#sectQuadri {
	width:100%;
	min-width:432px;
}
.menu div.menu-section div#sectQuadri ul {
	width:18%;
}
.menu div.menu-section div#sectQuadri ul.ext{
	width:50%;
}
.menu div.menu-section div ul{
	float:left;
	margin:0 0 10px 15px;
	padding:0;
}
.menu div.menu-section div ul li{
	margin:5px 0;
}
.menu div.menu-section div#sectQuadri ul li{
	margin:0.4em 0;
}
.menu div.menu-section div#sectQuadri ul li.column{
	line-height: 1.5em;
}
.menu div.menu-section div#sectQuadri ul li.column strong{
	font-size: 1.3em;
	color: #005F9B;
}
.menu div.menu-section div#sectQuadri ul li.continentFirst{
	line-height: 1.1em;
	padding-top: 2.9em;
}
.menu div.menu-section div#sectQuadri ul li.continent{
	line-height: 1.1em;
	padding-top: 1em;
}
.menu div.menu-section div#sectQuadri ul li.continentSub{
	line-height: 1.1em;
	padding-top: 1em;
}
.menu div.menu-section div ul li a{
	text-decoration:none;
}
.menu div.menu-section div ul li a:hover{
	text-decoration:underline;
}
.menu div.menu-section div ul li ul{
	width:auto;
	float:none;
	min-width:0;
	margin:1em 0 0.1em;
}
.menu div.menu-section div ul li ul li{
	margin-left:0.75em;
}
.menu #stazioni div.areas {
	width:20%;
	min-width:190px;
	float:left;
}
.menu #stazioni div.areas ul{
	width:100%;
	margin:0.25em 0;
	border-right:1px solid #ddd;
}
.menu #stazioni div.areas ul li{
	height:28px;
	line-height:28px;
	margin:0;
	background:transparent url('../img/bullet_small.png') no-repeat 1.2em center;
}
.menu #stazioni div.areas ul li a{
	display:block;
	line-height:inherit;
	text-decoration:none;
	padding-left:2em;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-transform: uppercase;
	font-size:1em;
}
.menu #stazioni div.areas ul li a.a_red {
	color: #F45E60 !important;
}
.menu #stazioni div.areas ul li a.a_blue {
	color: #01a1ed !important;
}
.menu #stazioni div.areas ul li a.a_green {
	color: #00bb00 !important;
}
.menu #stazioni div.areas ul li:nth-child(even) a {color: #666;}
.menu #stazioni div.areas ul li:nth-child(odd) a {color: #000;}
.menu #stazioni div.areas ul li:nth-child(even) a:hover {color: #06e;}
.menu #stazioni div.areas ul li:nth-child(odd) a:hover {color: #06e;}

.menu #stazioni div.details {
	width:80%;
	min-width:720px;
	float:right;
	background-color:transparent;
	position:relative;
	height:400px;
	overflow:hidden;
}
.menu #stazioni div.details div.stazioni-menu-items {
	width:10000px;
	position:absolute;
	top:0;
	bottom:0;
}
.menu #stazioni div.details div.stazioni-menu-item {
	width:800px;
	min-height: 350px;
	/*min-width:800px;*/
	margin:0 15px;
	float:left;
	padding:0;
}
.menu #stazioni div.details div#a_animali,
div.stazioni-gallery div.stazioni-gallery-items div#a_animali {
	background-image: url('../images/animali/logo_pfizer_tras.png');
	background-repeat: no-repeat;
	background-position: 85% 100%;
}
div.stazioni-gallery div.stazioni-gallery-items div#a_animali {
	background-position: 85% 80%;
}
.menu h3 {
	margin:15px;
}
.menu h3 a {
	color:inherit;
	text-decoration:none;
}
.menu h3 a:hover {
	text-decoration:underline;
}
.menu #stazioni div.details h3 .goto{
	float:right;
	font-weight:normal;
	font-size:0.7em;
	line-height:25px;
	margin-right: 35px;
}
.menu #stazioni div.details ol {
	float:left;
	width:100%; /*fino al 17lug2012 era 45%*/
	margin-left:35px;
	padding-left:0;
	/*list-style-type: none;*/
	list-style-position: outside;
}
.menu #stazioni div.details ul.one,
.menu #stazioni div.details ol.one {
	width:100%;
}
.menu #stazioni div.details ul.two,
.menu #stazioni div.details ol.two {
	width:50%;
}
.menu #stazioni div.details ul li,
.menu #stazioni div.details ol li {
	margin-left:0;
	/*padding-bottom:0.5em;*/
	margin-bottom:0.75em;
}
.menu #stazioni div.details ul li:last-child,
.menu #stazioni div.details ol li:last-child {
	border-bottom:none;
}
.menu #stazioni div.details ul li a,
.menu #stazioni div.details ol li a {
	color:inherit;
	text-decoration: none;
}
.menu #stazioni div.details ul li a:hover,
.menu #stazioni div.details ol li a:hover {
	color:#0070BB;
	text-decoration: underline;
}
.menu #stazioni div.details ul li ul,
.menu #stazioni div.details ol li ul {
	width:100%;
	margin-top:0.2em;
	margin-left:1.2em;
	float:none;
}
.menu #stazioni div.details ul li ul li,
.menu #stazioni div.details ol li ul li{
	border-bottom:none;
	margin-bottom:0.75em;
}
.menu #studi > div {
	width: 33%;
	min-width: 320px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 30px;
	height: 95%;
	background:transparent url('../img/sep_menu.png') repeat-y center right;
}
.menu #studi > div.last {
	background-image:none;
}
.menu #studi div p {
	margin:0 15px;
	min-height: 90px;
}
.menu #studi div img {
	margin:10px auto;
	display:block;
}
.menu #studi div img.border {
	padding:5px;
	background-color:#fff;
	border:1px solid #dadada;
}
.menu #studi div .goto {
	position:absolute;
	bottom:50px;
	right:10px;
}
.menu #servizi div {
	width:25%;
}
.menu #servizi div ul {
	margin-right:45px;
}
/* ====================== MAIN ====================== */

.wrap {
	width:70%;/*100%*/
	max-width:1040px;/*960px;*/
	min-width:960px;
	margin:0 auto;
	position:relative;
}

a.goto,
a.goto_alert,
a.close {
	background:transparent url(../img/a_goto.png) no-repeat center right;
	color:#999;
	padding-right:14px;
	line-height:13px;
	font-family: 'Open Sans', sans-serif;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	margin:0 15px;
}

a.close {
	background:transparent;
	font-size:0.8em;
	text-decoration:none;
	color:#666;
	text-decoration:none;
	font-weight:normal;
}
a.goto:hover,
a.close:hover {
	color:#333;
}
h2 a.goto {
	float: right;
	font-weight: normal;
	font-size: 0.6em;
	line-height: 37px;
	margin:0;
}
.blue a.goto,
.blue a.close {
	color:#fff;
	text-shadow: 1px 1px 0px #1f83c1;
}
.blue a.goto:hover,
.blue a.close:hover {
	color:#ffff00;
}
/* ====================== TITLES ====================== */

h2,h3,h4 {
	font-family: 'Open Sans', sans-serif;
	color:#666;
	margin:0;
}

h2 {
	font-size:1.6em;
	background: transparent url('../img/bg_title.png') no-repeat bottom left;
	padding-bottom:5px;
	text-shadow: 1px 1px 0px #ffffff;
	/*filter: dropshadow(color=#ffffff, offx=1, offy=1);*/
	margin:15px;
	
	/*display: inline-block;
	padding-right: 1em;*/
}
@-webkit-keyframes selectedTitle {
	0%   { color: #4fd8ff;}
	100% { color: #666;}
}
@-moz-keyframes selectedTitle {
	0%   { color: #4fd8ff;}
	100% { color: #666;}
}
@-ms-keyframes selectedTitle {
	0%   { color: #4fd8ff;}
	100% { color: #666;}
}
.mddOpen h2 {
	-webkit-animation: selectedTitle 2s 1;
	-moz-animation:    selectedTitle 2s 1;
	-ms-animation:     selectedTitle 2s 1;
}
/*
.box h2 {
	display: block;
	padding-right: 0;
}
*/
h2.white {
	color:#fff;
	background: transparent url('../img/bg_title_white.png') no-repeat bottom left;
	text-shadow: 1px 1px 0px #000000;
	/*filter: dropshadow(color=#000000, offx=1, offy=1);*/
}
h2.gray {
	color:#333;
	background: transparent url('../img/bg_title_gray.png') no-repeat bottom left;
	text-shadow: 1px 1px 0px #ffffff;
	/*filter: dropshadow(color=#ffffff, offx=1, offy=1);*/
}
h3 {
	color:#666;
	font-size:1.4em;
	border-bottom:2px solid #e2e2e2;
	padding-bottom:3px;
}

/* ====================== MARKET NEWS ====================== */

#marketNews {
	background: #fff url('../img/bg_market_news.png') repeat-x bottom left;
	border-bottom:1px solid #e7e5dc;
	padding-top:40px;
}
#marketNewsAgri {
	/*background: #fff url('../img/bg_market_news.png') repeat-x bottom left;*/
	border:1px solid #eeeeee;
}

#marketNews .chart-area, 
#marketNewsAgri .chart-area {
	width:60%;
	min-width:580px;
	float:left;
}
#marketNewsAgri .chart-area {
	width:55%;
	min-width:532px;
	padding-top:80px;
}

#marketNews .market-table, 
#marketNewsAgri .market-table {
	width:38%;
	min-width:370px;
	float:right;
	margin: 0 0 0 10px;
}
#marketNews .market-table .linkAgri {
	text-align:center;
	margin: 0px 9px 0px 15px;
}
#marketNews .market-table .linkAgri hr {
	border-top:4px solid #44aa00;
}
#marketNewsAgri .market-table,
.marketNewsAgri .market-table {
	margin: 0 10px 0 0;
	float: left;
}
#marketNews .chart-area .chart, 
#marketNewsAgri .chart-area .chart {
	text-align:center;
	min-height: 400px;
}
#marketNewsAgri .chart-area .chart {
	min-height: 367px;
}
#marketNews .chart-area .chart-link, 
#marketNewsAgri .chart-area .chart-link {
	margin:10px 15px;
	text-align:right;
	font-size:0.9em;
	height:16px;
	display: block;
}
#marketNewsAgri .chart-area .chart-link {
	font-weight: bold;
}
#marketNews .chart-area .chart-link a, 
#marketNewsAgri .chart-area .chart-link a{
	text-decoration:none;
	margin-right:5px;
	visibility:hidden;
}
#marketNewsAgri .chart-area .chart-link a{
	color: #339900;
}
#marketNews .chart-area .chart-link a {
	float:right;
	visibility:visible;
	display:none;
}
#marketNews .chart-area .linked-charts, 
#marketNewsAgri .chart-area .linked-charts {
	height:270px;
	margin:20px 15px 0;
	position:relative;
}
#marketNews .chart-area .linked-charts .linked-charts-container, 
#marketNewsAgri .chart-area .linked-charts .linked-charts-container {
	width:510px;
	height:205px;
	position:relative;
	overflow:hidden;
	margin: 15px auto;
}
#marketNews .chart-area .linked-charts .linked-charts-container ul, 
#marketNewsAgri .chart-area .linked-charts .linked-charts-container ul {
	width:10000px;
	list-style-type: none;
	margin:0;
	padding:0;
	position: absolute;
}
#marketNews .chart-area .linked-charts .linked-charts-container li,
#marketNewsAgri .chart-area .linked-charts .linked-charts-container li {
	display:block;
	width:255px;
	float:left;
	margin:0;
	text-align:center;
}
#marketNews .chart-area .linked-charts .linked-charts-container li a, 
#marketNewsAgri .chart-area .linked-charts .linked-charts-container li a {
	margin:0;
	display:block;
	padding:5px;
	font-size:0.85em;
	text-decoration:none;
}
#marketNews .chart-area .linked-charts .linked-charts-container li a:hover, 
#marketNewsAgri .chart-area .linked-charts .linked-charts-container li a:hover {

}
#marketNews .chart-area .linked-charts .linked-charts-container li a img, 
#marketNewsAgri .chart-area .linked-charts .linked-charts-container li a img{
	border:1px solid #aaa;
	width:230px;
	height:130px;
	
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}
#marketNews .chart-area .linked-charts .linked-charts-container li a:hover img, 
#marketNewsAgri .chart-area .linked-charts .linked-charts-container li a:hover img{
	border:1px solid #005f9b;
}
#marketNews .chart-area .linked-charts .linked-charts-container li a span, 
#marketNewsAgri .chart-area .linked-charts .linked-charts-container li a span {
	margin-top: 10px;
	display: block;
}
#marketNews .pagW, 
#marketNewsAgri .pagW {
	position: absolute;
	left: 25px;
	width: 510px;
	bottom:0;
}
#marketNews .pagW2, 
#marketNewsAgri .pagW2 {
	float: right;
	left: -50%;
	position: relative;
}
#marketNews ul.charts-nav, 
#marketNewsAgri ul.charts-nav {
	list-style-type: none;
	margin:0;
	padding:0;
	left: 50%;
	position: relative;
}
#marketNews ul.charts-nav li, 
#marketNewsAgri ul.charts-nav li {
	float:left;
	font-size:40px;
	margin:2px;
}
#marketNews ul.charts-nav li a, 
#marketNewsAgri ul.charts-nav li a {
	color:#bebebe;
	text-decoration:none;
}
#marketNews ul.charts-nav li a:hover, 
#marketNewsAgri ul.charts-nav li a:hover {
	color:#fff;
}
#marketNews ul.charts-nav li.selected a,
#marketNews ul.charts-nav li.selected a:hover, 
#marketNewsAgri ul.charts-nav li.selected a,
#marketNewsAgri ul.charts-nav li.selected a:hover {
	color:#0070bb;
}
#marketNews h2 {
	margin-left:15px;
	margin-right:10px;
	/*display:none;*/
}
#marketNewsAgri h2 {
	margin-left:11px;
	margin-right:10px;
	margin-top:12px;
	margin-bottom:0px;
}
#marketNews h3, 
#marketNewsAgri h3 {
	font-size:1.1em;
	text-transform: uppercase;
	color:#494949;
	font-weight:600;
	margin:0 10px 0 15px;
}
#marketNewsAgri h3 {
	margin:0 10px 0 11px;
}
#marketNews table, 
#marketNewsAgri table {
	margin: 0 0em 15px 1%;
	min-width: 350px; /* DA MIGLIORARE */
	width:97%;
}
#marketNewsAgri table,
.marketNewsAgri table {
	margin: 10px 1% 15px 0;
	width:100%;
}
.concimi_small, .alimento_simulato_small {
	clear: left;
}

#marketNews table tr, 
#marketNewsAgri table tr,
.marketNewsAgri table tr {
	color:#000;
}
#marketNews table tr.selected, 
#marketNewsAgri table tr.selected {
	color:#fff;
}
/*
#marketNews table tr:nth-child(even):hover,
#marketNews table tr:nth-child(odd):hover {
	background-color:#efebd9;
}
*/
#marketNews table tr:nth-child(even) td, 
#marketNewsAgri table tr:nth-child(even) td,
.marketNewsAgri table tr:nth-child(even) td {
	background-color:#f3f2ee;
}
#marketNews table tr:nth-child(odd) td, 
#marketNewsAgri table tr:nth-child(odd) td,
.marketNewsAgri table tr:nth-child(odd) td {
	background-color:#fff;
}
#marketNews table tr td, 
#marketNewsAgri table tr td,
.marketNewsAgri table tr td {
	padding:0 0.1em;
	font-size:0.9em;
	height:24px;	
}
#marketNewsAgri table tr td,
.marketNewsAgri table tr td {
	padding:0 0.1em 0 0;
}
#marketNews table tr td.prod, 
#marketNewsAgri table tr td.prod {
	width:70%;
	padding:0;
	background-color:transparent;
}
#marketNewsAgri table tr td.prod,
.marketNewsAgri table tr td.prod {
	width:68%;
}
.concimi_small table tr td.prod 
.alimento_simulato_small table tr td.prod {
	width:75%;
}
#marketNews table tr td.trend, 
#marketNewsAgri table tr td.trend,
.marketNewsAgri table tr td.trend {
	text-align:center;
	width:5%;
	cursor: help;
}
#marketNewsAgri table tr td.trend,
.marketNewsAgri table tr td.trend {
	/*vertical-align: top;*/
}
#marketNews table tr.selected td,
.marketNews table tr.selected td {
	background-color:#0069b2;
}
#marketNewsAgri table tr.selected td.trend,
.marketNewsAgri table tr.selected td.trend {
	background-color:#88cc11;
}
#marketNews table tr.selected td.prod, 
#marketNewsAgri table tr.selected td.prod,
.marketNewsAgri table tr.selected td.prod {
	background-color:transparent;
}
#marketNews table tr td.trend span, 
#marketNewsAgri table tr td.trend span,
.marketNewsAgri table tr td.trend span {
	background:transparent url('../img/trend.png') no-repeat;
	width:13px;
	height:7px;
	text-indent:-2000px;
	overflow:hidden;
	display:block;
}
#marketNews table tr td.trend span.up, 
#marketNewsAgri table tr td.trend span.up,
.marketNewsAgri table tr td.trend span.up {
	background-position:left top;
}
#marketNews table tr td.trend span.down, 
#marketNewsAgri table tr td.trend span.down,
.marketNewsAgri table tr td.trend span.down {
	background-position:right top;
}
#marketNews table tr td.trend span.stable, 
#marketNewsAgri table tr td.trend span.stable,
.marketNewsAgri table tr td.trend span.stable {
	background:transparent url('../img/trend_stable.png') no-repeat;
	background-position:left top;
}
#marketNews table tr td.value, 
#marketNewsAgri table tr td.value,
.marketNewsAgri table tr td.value {
	text-align:right;
	width:15%;
	padding-right: 5px;
}
#marketNewsAgri table tr td.value,
.marketNewsAgri table tr td.value {
	width:17%;
	background-color:transparent;
	padding-right: 10px;
	margin-right: 10px;
}
.alimento_simulato_small table tr td.value {
	width: 25%;
	min-width: 7em;
	text-align: left;
}
#marketNewsAgri table tr td.value span,
.marketNewsAgri table tr td.value span {
	background-color: #ffffff;
	padding-right: 5px;
	min-width: 42px;
}
#marketNewsAgri table tr:nth-child(even) td.value span,
.marketNewsAgri table tr:nth-child(even) td.value span {
	background-color: #F3F2EE;
}

#marketNews table tr td a,
#marketNews table tr td a:active, 
#marketNewsAgri table tr td a,
#marketNewsAgri table tr td a:active,
#marketNewsAgri table tr td.value span,
.marketNewsAgri table tr td a,
.marketNewsAgri table tr td a:active,
.marketNewsAgri table tr td.value span {
	color:inherit;
	text-decoration:none;
	display:block;
	line-height:inherit;
	line-height:24px;
	height:24px;
	overflow:hidden;
	text-overflow:ellipsis;
	padding-left:0px;
}
#marketNews table tr td a span, 
#marketNewsAgri table tr td a span,
.marketNewsAgri table tr td a span {
	margin-left:11px;
	padding-left:5px;
	padding-right:10px;
	line-height:24px;
	display:block;
}

#marketNews table tr:nth-child(even) td.prod a span, 
#marketNewsAgri table tr:nth-child(even) td.prod a span,
.marketNewsAgri table tr:nth-child(even) td.prod a span {
	background-color:#f3f2ee;
}
#marketNews table tr:nth-child(odd) td.prod a span, 
#marketNewsAgri table tr:nth-child(odd) td.prod a span,
.marketNewsAgri table tr:nth-child(odd) td.prod a span {
	background-color:#fff;
}

#marketNews table tr.selected td, 
#marketNewsAgri table tr.selected td {
	
}
#marketNews table tr.selected td a,
#marketNews table tr.selected td a:hover {
	background:transparent url('../img/bg_market_selected.png') no-repeat;
	background-position: 0 0px;
	text-decoration:none;
}
#marketNewsAgri table tr.selected td.value,
.marketNewsAgri table tr.selected td.value {
	background:transparent url('../img/bg_market_agri_selected.png') no-repeat;
	background-position: 102% 0px;
	text-decoration:none;
	padding-right: 0px;
}
.concimi_small table tr.selected td.value,
.alimento_simulato_small table tr.selected td.value {
	background-position: 101% 0px;
}
#marketNewsAgri table tr.selected td.value span,
.marketNewsAgri table tr.selected td.value span {
	margin-right: 10px;
	background-color:#88cc11;
}

#marketNews table tr.selected td.prod a span,
#marketNews table tr.selected:nth-child(even) td.prod a span,
#marketNews table tr.selected:nth-child(odd) td.prod a span {
	background-color:#0069b2;
}
#marketNewsAgri table tr.selected td.prod a span,
#marketNewsAgri table tr.selected:nth-child(even) td.prod a span,
#marketNewsAgri table tr.selected:nth-child(odd) td.prod a span {
	background-color:#88cc11;
}

#marketNews table tr td a:hover, 
#marketNewsAgri table tr td a:hover,
.marketNewsAgri table tr td a:hover {
	background:transparent url('../img/bg_market_selected.png') no-repeat;
	background-position: 0 -48px;
	text-decoration:underline;
}
#marketNewsAgri table tr td a:hover,
.marketNewsAgri table tr td a:hover {
	background:transparent url('../img/bg_market_agri_selected.png') no-repeat;
	background-position: 0 -48px;
}


.market-news-agri-mini {
    margin-bottom: 1em;
}

.market-news-agri-mini table,
.market-news-agri-mini .alimento_simulato_small.market-table,
.market-news-agri-mini .concimi_small.market-table {
    width: 100%;
    /*min-width: 360px;*/
    margin: 0;
}
.market-news-agri-mini table tr td {
    font-size: .8em;
}
.market-news-agri-mini table tr td.prod {
	width: 73%;
	padding: 0;
}
.market-news-agri-mini table tr td.trend {
    width: 5%;
    padding-left: 0;
    padding-right: 0;
}
.market-news-agri-mini table tr td.price {
    width: 11%;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}
.market-news-agri-mini table tr td.unit {
    width: 10%;
    font-size: .7em;
    padding-left: 0;
    padding-right: 0;
}

.market-news-agri-mini .alimento_simulato_small table tr td.prod {
	width: 78%;
}
.market-news-agri-mini .alimento_simulato_small table tr td.value {
	width: 21%;
    min-width: auto;
    padding: 0;
    margin-right: 0;
    text-align: center;
}
.market-news-agri-mini .alimento_simulato_small table tr:nth-child(even) td {
	background-color:#f3f2ee;
}


.market-news-agri-mini table tr td a {
    line-height: normal;
    height: auto;
}
.market-news-agri-mini table tr td a span {
    margin-left: 0;
    line-height: normal;
}

.market-news-agri-mini table tr td.trend span {
    margin-top: .4em;
}

.market-news-agri-mini .alimento_simulato_small {
    border-top: 2px solid #ffd320;
    border-bottom: 2px solid #ffd320;
}


.market-news-agri-mini table tr:hover td,
.market-news-agri-mini table tr:hover:nth-child(even) td,
.market-news-agri-mini table tr:hover:nth-child(odd) td,
.market-news-agri-mini table tr:hover td span,
.market-news-agri-mini table tr:hover:nth-child(even) td span,
.market-news-agri-mini table tr:hover:nth-child(odd) td span,
.market-news-agri-mini table tr:hover td a span,
.market-news-agri-mini table tr:hover:nth-child(even) td a span,
.market-news-agri-mini table tr:hover:nth-child(odd) td a span {
	background-color:#88cc11;
    color: #fff;
}


#marketNews table tr td.prod {
}
#marketNews table tr td.prod>a {
	display: grid;
}
#marketNews table tr td.prod span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	/*width: 100%;*/
}
/* ====================== CONTENTS ====================== */

.main-contents {
	position:relative;
	width:70%;
	max-width:1040px;
	min-width:960px;
	min-height:600px;
	margin:0 auto;
	padding:0 0 20px;
	background-color:#fff;
}
.main-contents p {
	margin:15px;
}
.box {
	position:relative;
	float:left;
	margin:15px 0;
	padding:0;	
}
.box_alert {
	position:relative;
	float:left;
	margin:0 0;
	padding:0;	
}

.box100 {
	width:100%;/*960px;*/
}
.box80 {
	width:80%;/*960px;*/
}
.box50 {
	width:50%;/*480px;*/
}
.box55 {
	width:49%;
}
.box25 {
	width:25%;/*240px;*/
}
.box20 {
	width:22%;/*192px;*/
}
.blue {
	background: #003f6b url('../img/bg_blue.png') repeat-x center left;
	border:1px solid #004672;
	color:#fff;
}
.blue a {
	color:#fff;
}
.blue a:hover {
	color:#FF6;
}
#clalFocusOn.green {
	background: #005500 url('../img/bg_green.png') repeat-x center left;
	border:1px solid #005400;
	color:#fff;
}
.light-blue {
	background: #e0e9ee url('../img/bg_light_blue.png') repeat-x center left;
	border:1px solid #cddde5;
}
.light-gray {
	background: #d1d1d1 url('../img/bg_gray_gradient.png') repeat-x top left;
	border:1px solid #ddd;
}
.light-white {
	background: #f1f1f1 url('../img/bg_white_gradient.png') repeat-x top left;
	border:1px solid #eee;
}
.full-white {
	background: #fff;
	border:1px solid #eee;
}
.dark-gray {
	background-color:#666;
}
.box p{
	margin:0 15px;
}
/* ======================  CLAL STAZIONI OSSERVAZIONE =====================*/
div.stazioni-gallery {
	width:930px;
	margin:15px auto;
}
div.stazioni-gallery h3 {
	font-size:1.2em;
	margin-top: 15px;
}
div.stazioni-gallery-item h3 .goto{
	float:right;
	font-weight:normal;
	font-size:0.8em;
	line-height:25px
}

div.stazioni-gallery-container {
	width:720px;
	height:392px;
	margin:0;
	overflow:hidden;
	position:relative;
	border-left:1px solid #ccc;
}
div.stazioni-gallery div.areas {
	width:195px;
	float:left;
}
div.stazioni-gallery div.areas ul{
	width:100%;
	margin:10px 0;
	padding:0;
	list-style-type: none;
}
div.stazioni-gallery div.areas ul li{
	height:32px;
	line-height:32px;
	margin:0;
	background:transparent url('../img/bullet_small.png') no-repeat 1.2em center;
	border-bottom:1px solid rgba(0,0,0,0.1);
	border-top:1px solid rgba(255,255,255,0.2);
}
div.stazioni-gallery div.areas ul li:first-child{
	border-top:none;
}
div.stazioni-gallery div.areas ul li:last-child{
	border-bottom:none;
}
div.stazioni-gallery div.areas ul li a{
	display:block;
	line-height:inherit;
	text-decoration:none;
	padding-left:2em;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-transform: uppercase;
	color:inherit;
}
div.stazioni-gallery div.areas ul li a:hover{
	color:#000;
	background-color:rgba(255,255,255,0.2);
}
div.stazioni-gallery div.areas ul li.selected a,
div.stazioni-gallery div.areas ul li.selected a:hover {
	color:#0070BB;
}
div.stazioni-gallery div.areas ul li a.a_red {
	color:#f45e60 !important;
}
div.stazioni-gallery div.areas ul li a.a_blue {
	color:#01a1ed !important;
}
div.stazioni-gallery div.areas ul li a.a_green {
	color:#00bb00 !important;
}
div.stazioni-gallery div.stazioni-gallery-items {
	width:10000px;
	position:absolute;
	top:0;
	bottom:0;
	font-size:0.9em;
}
div.stazioni-gallery div.stazioni-gallery-item {
	width:690px;
	height: 100%;
	display:block;
	margin:0 15px;
	float:left;
	list-style-type: none;
	padding:0;
}
div.stazioni-gallery div#area_animali.stazioni-gallery-item {
	background-image: url('../images/animali/logo_pfizer_tras.png');
	background-repeat: no-repeat;
	background-position: 90% 90%;
}
div.stazioni-gallery-item ul,
div.stazioni-gallery-item ol {
	width:100%; /*fino al 17lug2012 era 44%*/
	float:left;
	margin:1em 0 0 35px;
	padding:0;
	list-style-position: outside;
}
div.stazioni-gallery-item ul ul,
div.stazioni-gallery-item ol ul {
	width: 100%;
	margin-top: 0.2em;
	margin-left: 1.2em;
	float: none;
}
div.stazioni-gallery-item ul.one,
div.stazioni-gallery-item ol.one {
	width:95%;
}
div.stazioni-gallery-item ul li,
div.stazioni-gallery-item ol li {
	margin-left:0;
	padding-bottom: 0.2em;
	margin-bottom: 0.4em;
	min-height: 1.8em;
	border-bottom: 1px solid #ccc;
}
div.stazioni-gallery-item ul li:last-child,
div.stazioni-gallery-item ol li:last-child {
	border-bottom:none;
}
div.stazioni-gallery-item ul li a,
div.stazioni-gallery-item ol li a {
	color:inherit;
	text-decoration: none;
}
/*div.stazioni-gallery-item ul.one li a {
	color:#0070BB;
}*/

div.stazioni-gallery-item ol li a:hover,
div.stazioni-gallery-item ol li a:hover {
	color:#0070BB;
	text-decoration: underline;
}
div.stazioni-gallery-item ul li p,
div.stazioni-gallery-item ol li p {
	margin:5px 0 5px !important;
}
/* ======================  CLAL UPDATES =====================*/
#updatesFromClal {
	
}
#updatesFromClal ul {
	list-style-type: none;
	padding:0;
	margin:5px 15px;
}
#updatesFromClal ul li{
	margin:10px 0;
	padding:0;
	border:1px solid #eee;
	padding:10px;
	background-color:#f7f7f7;
}
#updatesFromClal ul li:hover{
	background-color:#fff;
	border:1px solid #01a1ed !important;
}
#updatesFromClal ul li p{
	margin:0;
	font-size:0.95em;
}
#updatesFromClal ul li a{
	text-decoration:none;
}
#updatesFromClal ul li .goto {
	float:right;
	clear:both;
}
#updatesFromClal ul li.t_red {
	border-color:#f78b85;
}
#updatesFromClal ul li.t_green {
	border-color:#b4bf7a;
}

#updatesFromClal ul li.t_orange {
	border-color:#ff9705;
}
#updatesFromClal ul li.t_green2 {
	border-color:green;
}
/* ======================  CLAL FOCUS ON =====================*/
h2 span {
	color:#ffff66;
}

.loading {
	background:transparent url('../img/focuson_loader.gif') no-repeat center center;
	width:50px;
	height:50px;
	float: none;
	position:absolute;
	overflow:hidden;
	text-indent:-2000px;
	left:30%;
	top:45%;
	display:none;
}
div.focus-company {
	width:495px;
	margin: 30px 0 15px 15px;
	float: left;
	padding-right: 30px;
	background:transparent url('../img/sep_focus.png') repeat-y top right;
	min-height:340px;
}

div.focus-gallery_bio,
div.focus-gallery_bpc {
	width:390px;
	height: 295px;
	margin:0 0px;
	padding-bottom:5px;
	float:right;
	overflow:hidden;
	position:relative;
}
div.focus-gallery_bio div.focus-gallery-container,
div.focus-gallery_bpc div.focus-gallery-container {
	width:1000px;
	position:absolute;
	top:0;
	bottom:0;
}
div.focus-gallery_bio ul.focus-items,
div.focus-gallery_bpc ul.focus-items {
	display:block;
	margin:0 5px;
	float:left;
	list-style-type: none;
	padding:0;
}
div.focus-gallery_bio ul.focus-items li,
div.focus-gallery_bpc ul.focus-items li {
	width:120px;
	height:120px;
	background-color:#fff;
	display:block;
	margin:10px 0;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	behavior: url(css/PIE.php);
}

div.focus-gallery_bio ul.focus-items li a,
div.focus-gallery_bpc ul.focus-items li a {
	display:block;
	margin:5px;
	text-align: center;
}
div.focus-gallery_bio .pagW,
div.focus-gallery_bpc .pagW {
	position: absolute;
	left: 0;
	width: 390px;
	bottom:0;
}
div.focus-gallery_bio .pagW2,
div.focus-gallery_bpc .pagW2 {
	float: right;
	left: -50%;
	position: relative;
}
div.focus-gallery_bio ul.focus-nav,
div.focus-gallery_bpc ul.focus-nav {
	list-style-type: none;
	margin:0;
	padding:0;
	left: 50%;
	position: relative;
}
div.focus-gallery_bio ul.focus-nav li,
div.focus-gallery_bpc ul.focus-nav li {
	float:left;
	font-size:40px;
	margin:2px;
}
div.focus-gallery_bio ul.focus-nav li a,
div.focus-gallery_bpc ul.focus-nav li a {
	color:#bebebe;
	text-decoration:none;
}
div.focus-gallery_bio ul.focus-nav li a:hover,
div.focus-gallery_bpc ul.focus-nav li a:hover {
	color:#fff;
}
div.focus-gallery_bio ul.focus-nav li.selected a,
div.focus-gallery_bio ul.focus-nav li.selected a:hover,
div.focus-gallery_bpc ul.focus-nav li.selected a,
div.focus-gallery_bpc ul.focus-nav li.selected a:hover {
	color:#ffff66;
}

div.focus-gallery_bio div.focus-gallery-container ul.focus-items li.bio span.css-tag,
div.focus-gallery_bpc div.focus-gallery-container ul.focus-items li.bpc span.css-tag {
	display: inline-block;
	width: 120px;
	overflow: hidden;
	height: 10px;
	position: absolute;
	margin-top:-5px;
}


div.focus-gallery_bio div.focus-gallery-container ul.focus-items li.bio span.css-tag > *,
div.focus-gallery_bpc div.focus-gallery-container ul.focus-items li.bpc span.css-tag > * {
	background: #00b243;
	display: inline-block;
	height: 10px;
	width: 120px;
	
	
	-moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
	-moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
	vertical-align: top;
}



div.focus-gallery div.focus-gallery-container ul.focus-items li.bio span.css-tag {
	display: inline-block;
	width: 120px;
	overflow: hidden;
	height: 10px;
	position: absolute;
	margin-top:-5px;
}


div.focus-gallery div.focus-gallery-container ul.focus-items li.bio span.css-tag > * {
	background: #00b243;
	display: inline-block;
	height: 10px;
	width: 120px;
	
	
	-moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
	-moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
	vertical-align: top;
}
div.focus-gallery {
	width:420px;
	/*width:280px;*/ /*per focuson_bio.php*/
	height: 420px;
	margin:0 0px;
	padding-bottom:40px;
	float:right;
	overflow:hidden;
	position:relative;
}
div.focus-gallery div.focus-gallery-container {
	width:1000px;
	position:absolute;
	top:0;
	bottom:0;
}
div.focus-gallery ul.focus-items {
	display:block;
	margin:0 10px;
	float:left;
	list-style-type: none;
	padding:0;
}
div.focus-gallery ul.focus-items li {
	width:120px;
	height:120px;
	background-color:#fff;
	display:block;
	margin:10px 0;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	behavior: url(css/PIE.php);
}
div.focus-gallery ul.focus-items li a {
	display:block;
	margin:5px;
	text-align: center;
}
div.focus-gallery .pagW {
	position: absolute;
	left: 0;
	width:420px;
	bottom:0;
}
div.focus-gallery .pagW2 {
	float: right;
	left: -50%;
	position: relative;
}
div.focus-gallery ul.focus-nav {
	list-style-type: none;
	margin:0;
	padding:0;
	left: 50%;
	position: relative;
	/*display:none;*/
}
div.focus-gallery ul.focus-nav li {
	float:left;
	font-size:40px;
	margin:2px;
}
div.focus-gallery ul.focus-nav li a {
	color:#bebebe;
	text-decoration:none;
}
div.focus-gallery ul.focus-nav li a:hover {
	color:#fff;
}
div.focus-gallery ul.focus-nav li.selected a,
div.focus-gallery ul.focus-nav li.selected a:hover {
	color:#0070bb;
}
div.focus-company .focus-logo {
	float:left;	
	background-color:#fff;
	padding:5px 5px;
	margin:10px;
	width:190px;
	text-align:center;
}
div.focus-company .focus-details {
	float:left;
	margin:0 0 15px 10px;
	width:265px;
}
div.focus-company .focus-details dl {
	margin:10px 0 15px;
	zoom:1;
}
div.focus-company .focus-details dl:before,
div.focus-company .focus-details dl:after { content: ""; display: table; }
div.focus-company .focus-details dl:after { clear: both; }

div.focus-company .focus-details dt {
	display: block;
	float: left;
	clear:both;
	margin: 0;
}
div.focus-company .focus-details dd {
	display:block;
	float:left;
	margin:0;
	margin-left: 0.5em;
	font-weight:bold;
}
div.focus-company .focus-details dd a {
	color:#fff;
}
div.focus-company .focus-details dd a:hover {
	color:#ffff66;	
}
div.focus-company .focus-descr {
	clear:both;
}
div.focus-company .focus-descr p{
	text-align: justify;
	margin:0 10px 40px;
}
div.focus-company a.goto {
	background:transparent url('../img/a_goto_white.png') no-repeat right center;
	color:#fff;
	float:right;
	margin:0;
	padding-right:15px;
}
div.focus-company a.goto:hover {
	color:#ffff66;
	text-decoration:underline;
}
/* ====================== GALLERY - CLAL FOR TECH =====================*/
#clalForTech .gallery-container {
	margin:10px auto;
	max-width:920px;
}
#clalForTech .gallery-container a.arrow-big {
	float:left;
	width:40px;
	height:50px;
	display:block;
	color:#fff;
	background:transparent url('../img/arrows_big.png') no-repeat;
	overflow:hidden;
	margin-top:130px;
	text-indent:-1000px;
}
#clalForTech .gallery-container a.arrow-left {
	margin-right:5px;
	background-position:0px center;
}
#clalForTech .gallery-container a.arrow-right {
	margin-left:5px;
	background-position:-80px center;
}
#clalForTech .gallery-container a.arrow-left:hover {
	background-position:-40px center;
}
#clalForTech .gallery-container a.arrow-right:hover {
	background-position:-120px center;
}
#clalForTech .gallery-container .gallery-items {
	float:left;
	width:815px;
	margin:15px 5px;
	height:286px;
	overflow:hidden;
	position:relative;
}
#clalForTech .gallery-container .gallery-items ul {
	width:10000px;
	height:286px;
	position:absolute;
	margin:0;
	padding:0;
}
#clalForTech .gallery-container .gallery-items ul li {
	float:left;
	display:block;
	height:266px;
	width:149px;
	background-color:#fff;
	margin:10px 7px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	
	behavior: url(css/PIE.php);
	text-align:center;
	
	position:relative;
	
	overflow:hidden;
}
#clalForTech .gallery-container .gallery-items ul li img {
	margin:15px 0;
}
#clalForTech .gallery-container .gallery-items ul li div {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	color:#fff;
	padding:10px;
	text-align:left;
	background-color:#000;
	background-color:rgba(0, 0, 0, 0.75);
	border-top: 1px solid black;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	
	behavior: url(css/PIE.php);
}
#clalForTech .gallery-container .gallery-items a {
	display:block;
	text-decoration:none;
	color:inherit;
}
#clalForTech .gallery-container .gallery-items a:hover {
	color:#b7e3fc;
}
#clalForTech .gallery-container .gallery-items h6 {
	color:#ffff00;
	margin:5px 0;
	font-size:1em;
}
#clalForTech .gallery-container .gallery-items span.item-type {
}
#clalForTech .gallery-container .gallery-items span.item-company {
	font-weight:bold;
}
#clalForTech .gallery-container .gallery-items a.goto {
	background:transparent url('../img/a_goto_white.png') no-repeat center center;
	color:#fff;
	float:right;
	margin:0;
}
#clalForTech .gallery-container .gallery-items a.goto:hover {
	color:#777;
}

/* ====================== I PIU' VISTI =====================*/
#clalMostVisited {
	overflow:hidden;
	display:block;
}
#clalMostVisited .gallery-container {
	margin:15px auto;
	max-width:920px;
	display:block;
	overflow:hidden;
}
#clalMostVisited .gallery-container .gallery-items ul {
	margin:0;
	padding:0;
}
#clalMostVisited .gallery-container .gallery-items ul li {
	display: block;
	width: 250px;
	float: left;
	margin: 15px 25px;
	text-align: center;
	
	
}
#clalMostVisited .gallery-container .gallery-items ul li a {
	margin: 0;
	display: block;
	padding: 5px;
	font-size: 0.85em;
	text-decoration: none;
	color:#333;
}
#clalMostVisited .gallery-container .gallery-items ul li a img{
	border: 1px solid #AAA;
	width: 230px;
	height: 130px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}
#clalMostVisited .gallery-container .gallery-items ul li a:hover img {
	border:1px solid #666;
}
#clalMostVisited .gallery-container .gallery-items ul li a span {
	margin-top: 10px;
	display: block;
}
#clalMostVisited .gallery-container .gallery-items ul li a:hover span {
	text-decoration:underline;
}
/* ====================== STAZIONI D'OSSERVAZIONE - SIDEBAR PAGE =====================*/

.stazioni-sidebar {
	width:20%;
	min-width:190px;
	position:relative;
}
.quadri-sidebar {
	width:90%;
	min-width:190px;
	max-width: 836px;
	position:relative;
}
#stazioniMenu, 
#floatingTableHeader {
	top:0;
	position:absolute;
}
#floatingTableHeader {
	left:0;
}
#stazioniMenu ul {
	list-style: none;
	list-style-position: inside;
}
#stazioniMenu ul li{
	height:28px;
	line-height:28px;
	margin:0;
	background:transparent url('../img/bullet_small.png') no-repeat left center;
}
#stazioniMenu ul li a{
	display:block;
	line-height:inherit;
	text-decoration:none;
	padding-left:10px;
}
#stazioniMenu ul li a.a_red{
	color:#f45e60 !important;
}
#stazioniMenu ul li a.a_orange{
	color:#f7730e !important;
}
#stazioniMenu ul li a.a_blue{
	color:#01a1ed !important;
}
#stazioniMenu ul li a.a_green{
	color:#00bb00 !important;
}
#stazioniMenu ul li:nth-child(even) a {color: #666;}
#stazioniMenu ul li:nth-child(odd) a {color: #000;}
#stazioniMenu ul li:nth-child(even) a:hover {color: #06e;}
#stazioniMenu ul li:nth-child(odd) a:hover {color: #06e;}

.stazioni-sidebar ul {
	margin:0;
	padding:20px;
}
.stazioni-side-contents {
	float:right;
	width:80%;
}
.quadri-side-contents {
	/*float:right;*/
	width:100%;
	max-width: 929px;
}
.area {
	margin:0 0 25px;
	min-height:300px;
	padding:15px;
	background-color:#f2f2f2;
}
.area.a_red {
	border:1px solid #f45e60;
	background-color:#fafafa;
}
.area.a_red h3 {
	color:#f45e60;
}
.area.a_orange {
	border:1px solid #f7730e;
	background-color:#fafafa;
}
.area.a_orange h3 {
	color:#f7730e;
}
.area.a_blue {
	border:1px solid #01a1ed;
	background-color:#fafafa;
}
.area.a_green {
	border:1px solid #00bb00;
	background-color:#fafafa;
}
.area.a_blue h3 {
	color:#01a1ed;
}
.area.a_green h3 {
	color:#00bb00;
}
.area.pfizer,
div.stazioni-gallery div.stazioni-gallery-item.pfizer {
	background-image: url('../images/animali/logo_pfizer.png');
	background-repeat: no-repeat;
	background-position: 95% 95%;
}
.area .area-items{
	margin-top:10px;
}
.area div.area-item {
	position:relative;
	padding:20px 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
	display: block;
	width:100%;
}
.area div.area-item:first-child {
	border-top:none;
}
.area div.area-item:last-child {
	border-bottom:none;
}
.area div.area-item h5 {
	display:block;
	margin:0;
	float:left;
	width:4%;
	position: relative;
	font-size:25px;
	color:#bbb;
	text-align: right;
}
.area div.area-item .left {
	width:85%;
	position: relative;
	padding-left:10px;
}
.area div.area-item .right {
	width:5%;
	position: absolute;
	top:0;
	bottom:0;
	right:0;
}
.area div.area-item .right a {
	display:block;
	height:100%;
	background:transparent url('../img/arrows_med.png') no-repeat;
	background-position:-120px center;
	text-indent:-2000px;
	overflow:hidden;
}
.area div.area-item .right a:hover {
	background-position:-80px center;
}
.area div.area-item .right a span{
	font-size:20px;
}
.area h4 {
	font-size:15px;
	line-height:26px;
	width:80%;
	font-weight:normal;
}
.area h4 a {
	text-decoration:none;
}
.area p a {
	text-decoration:none;
}
.area .upd-interval {
	position:absolute;
	right:0;
	top:0;
	line-height:26px;
	font-size:0.8em;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.area  div p,
.area  div > ul {
	padding:10px 0;
	font-size:0.9em;
	border-top:1px solid #ddd;
	margin:0;
}
.area  div ul li {
	margin:0.5em 20px;
}
.area  div ul li a {
	text-decoration:none;
}
a.lightwindow {
   background:transparent url(../images/dwt/external.png) no-repeat right;
   padding-right:13px;
}
/* ====================== SPONSORS MOD ====================== */
#sponsorContainer {
	margin:10px;
	padding-left: 20px;
	height: 140px;
}
#sponsorContainer div.box {
	margin:5px 6px;
	height:120px;
	position:relative;
}
#sponsorContainer div.box h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size:12px;
	text-align:center;
	color:#999;
}
#sponsorContainer div.box ul {
	list-style-type: none;
	margin:10px 0;
	padding:0;
	height:80px;
	position:absolute;
}
#sponsorContainer div.box ul li{
	float:left;
	display:block;
	margin:0 5px;
	width:120px;
	height:80px;
	background-color:#fff;
	text-align:center;
}
#sponsorContainer div.box ul li a{
	display:block;
	line-height:75px;
	text-align:center;
}
#sponsorContainer div.box ul li a img{
	max-height:80px;
	max-width:120px;
}


#sponsorContainer a.arrow-big {
	float:left;
	width:20px;
	height:80px;
	display:block;
	color:#fff;
	background:transparent url('../img/arrows_small.png') no-repeat;
	overflow:hidden;
	text-indent:-1000px;
	margin-top: 0px;
}
#sponsorContainer a.arrow-left {
	margin-right:5px;
	background-position:0px center;
}
#sponsorContainer a.arrow-right {
	margin-left:5px;
	background-position:-40px center;
}
#sponsorContainer a.arrow-left:hover {
	background-position:-20px center;
}
#sponsorContainer a.arrow-right:hover {
	background-position:-60px center;
}
#sponsorContainer .sponsor-gallery-container {
	float:left;
	overflow:hidden;
	position:relative;
	height:100px;
	width:125px;
}
#sponsorContainer .milk-sponsor-gallery-container {
	width:390px;
}
#sponsorContainer .consumi-sponsor-gallery-container {
	width:780px; /*multiplo di 130*/
}
#sponsorContainer .sponsor-items-big {
	float:left;
	overflow:hidden;
	position:relative;
	height:100px;
}
#sponsorContainer .sponsors-logo-container {
	margin:5px auto 0;
	width:190px;
}
#sponsorContainer #clalSponsorsMilk .sponsors-logo-container {
	width:440px;
}
#sponsorContainer #clalSponsorsConsumi .sponsors-logo-container {
	width:830px; /*width di .consumi-sponsor-gallery-container + 50px*/
}
#sponsorContainer #clalSponsorsConsumi{
	float:none !important;
	height: 190px;
}
#sponsorContainer  #clalSponsorsConsumi a.arrow-big {
	margin-top:50px;
}
#sponsorContainer  #clalSponsorsConsumi .consumi-sponsor-gallery-container {
	height:190px;
}
#sponsorContainer  #clalSponsorsConsumi div.box ul {
	height:170px;
}
#sponsorContainer div.box ul li a.second {
	margin-top:10px;
}
#sponsorContainer  #clalSponsorsEnti a.arrow-left,
#sponsorContainer  #clalSponsorsTech a.arrow-left {
	margin-right:10px;
}
#sponsorContainer  #clalSponsorsEnti a.arrow-right,
#sponsorContainer  #clalSponsorsTech a.arrow-right {
	margin-left:15px;
}
/* ====================== /SPONSORS MOD ====================== */
/* ====================== TABLES ====================== */

table.numbers {
	border-collapse: separate;
	border-spacing: 1px;
	font-size:0.9em;
}
table.numbers td {
	white-space:nowrap;
	padding:0.4em 0.4em;
	text-align:right;
}
table.numbers th {
	white-space:nowrap;
	background-color:#0585C4;
	color:#fff;
	font-weight:normal;
	padding:0.25em 1em;
	font-size:1.1em;
}
table.numbers th.data {
	text-align:left;
}
table.numbers th.var {
	padding:0.25em;
	font-size:0.9em;
}
table.numbers th.studio {
	background-color: #FFA352;
}
table.numbers th.special {
	background-color: #FFA352;
}
table.numbers tr.row-titles th {
	padding:0.4em 0.25em;
}
table.numbers tr {
	border-bottom:1px solid #000;
}
table.numbers tr.row-0 {
	background-color:#f3f2ee;
}
table.numbers tr.row-1 {
	background-color:#fff;
	color:#555;
}
table.numbers tr.row-0:hover {
	background-color:#c3cfe5;
}
table.numbers tr.row-1:hover {
	background-color:#c3cfe5;
}
table.numbers tr td {

}
table.numbers tr td.data-0,
table.numbers tr td.data-1 {
	text-align:left;
}
table.numbers tr td.value-0 {

}
table.numbers tr td.value-1 {

}
table.numbers tr td.value-pr-0 {
	background-color:#f3f2ee;
}
table.numbers tr td.value-pr-1 {
	background-color:#fff;
}
table.numbers tr td.value-0 td.special,
table.numbers tr td.value-pr-0 td.special {
	background-color:#FFF0D9;
}
table.numbers tr td.value-1 td.special,
table.numbers tr td.value-pr-1 td.special {
	background-color:#FFE0B3;
}
table.numbers tr td.var {
	font-size:0.9em;
	color:#a0091d;
	font-style:italic;
}
table.numbers tr.total {
	background-color:#0585C4;
}
table.numbers tr.total td {
	color:#fff;
	padding:0.4em;
	text-align:right;
}
table.numbers tr.total td.data {
	text-align:left;
}
table.numbers tr.hist-var {
	background-color:#fff;
	font-size:0.9em;
	font-style: italic;
}
table.numbers tr.hist-var td {
	font-style: italic;
	text-align:right;
	color:#006699;
}
table.numbers tr.hist-var td.data {
	text-align:left;
}
table.numbers .estimated {
	color:#999;
}
table.numbers .small {
	color:#999;
}
table.numbers tfoot td{
	white-space: normal;
	text-align:left;
	font-size:0.85em;
	color:#444;
}
/* ====================== /TABLES ====================== */

/* ====================== SHOW HIDE ====================== */

.showHide .showHideContents {
	display:none;
}

.showHide .showHideContents.multiGraphContent{
	display:flex;
}

/* ====================== /SHOW HIDE ====================== */

/* ====================== EXPLORE ====================== */
.explore-control {
	position:absolute;
	right:2em;
	margin-top: -8px;
	padding-top: 0px;
	background:transparent url('../img/a_explore2.png') no-repeat;
	background-position: right 0px;
}
.down {
	background-position: right -37px;
}
.explore-control a {
	font-family: 'Open Sans', sans-serif;
	font-size: 90%;
	text-transform: uppercase;
	color:#fff;
	text-decoration:none;
	line-height:2em;
	float:left;
	overflow: visible;
	padding-top: 5px;
}
.explore-control a:hover{
	color:#ffdd00;
}

.explore {
	background: #2a2a2a url('../img/bg_explore.png') repeat-x top left;
	border-bottom:1px solid #05436e;
	font-size:95%;
}
.explore .wrap {
	margin-bottom:20px;
}
.explore h2 a {
	background:transparent url('../img/a_explore.png') no-repeat;
	background-position:right -30px;
	padding-right:25px;
	color:inherit;
	text-decoration:none;
}
.explore h2 a:hover {
	color:#eee;
}
.explore div.col {
	width:310px;
	float:left;
	margin-top:10px;
}
.explore div.first {
	margin-left:15px;
}
.explore div.last {
	margin-right:10px;
}
.explore h4 {
	color:#00b4ff;
	font-size:1.3em;
}

.explore ul {
	list-style: none;
	margin:10px 0;
	padding:0;
	color:#fff;
	font-size:1.05em;
	float:left;
	width:150px;
}
.explore ul li{
	min-height:18px;
	font-size: 0.95em;
}
.explore ul li strong{
	font-size:1.025em;
}
.explore ul li a{
	color:#fff;
	text-decoration:none;
}
.explore ul li a:hover{
	text-decoration:underline;
}
/* ====================== MARKET NEWS FOOTER ====================== */

#marketNewsFooter {
	/*margin:0 auto;
	width:960px;*/
	background:#fff url('../img/bg_market_footer.png') repeat-x top left;
	padding-top:10px;
}
#marketNewsFooter h4 {
	margin: 0.5em 0.5em;
	font-size:1.2em;
}
#marketNewsFooter .market-area {
	width:33%;
	float:left;
	border-left:1px dotted #ccc;
	margin: 0.5em 0;
}
#marketNewsFooter .alpha {
	border-left:none;
}
#marketNewsFooter table {
	margin:0 0.8em 1.4em;
	font-size:0.8em;
}
#marketNewsFooter table tr {
	border-bottom:1px dotted #ddd;
}
#marketNewsFooter table tr:nth-child(even):hover,
#marketNewsFooter table tr:nth-child(odd):hover {
	background-color:#eee;
}
#marketNewsFooter table tr:nth-child(even) {
	background-color:transparent;
	color:#666;
}
#marketNewsFooter table tr:nth-child(odd) {
	background-color:transparent;
}
#marketNewsFooter table tr td {
	padding:0 0.2em;
}
#marketNewsFooter table tr td.prod {
	width:75%;

}
#marketNewsFooter table tr td.trend {
	text-align:center;
	width:5%;
	cursor: help;
}
#marketNewsFooter table tr td.trend span {
	background:transparent url('../img/trend.png') no-repeat;
	width:13px;
	height:7px;
	text-indent:-2000px;
	overflow:hidden;
	display:block;
}
#marketNewsFooter table tr td.trend span.up{
	background-position:left top;
}
#marketNewsFooter table tr td.trend span.down{
	background-position:right top;
}
#marketNewsFooter table tr td.value {
	text-align:right;
	width:20%;
}
#marketNewsFooter table tr td.up {
	color:#339933;
}
#marketNewsFooter table tr td.down {
	color:#ff0000;
}
#marketNewsFooter table tr td a,
#marketNewsFooter table tr td a:active{
	color:inherit;
	text-decoration:none;
	display:block;
	line-height:2.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:1.1em;
}
#marketNewsFooter table tr td a:hover{
	text-decoration:underline;
}

.lightbox {
	-moz-border-radius: 6px;
	background: #EEF2F7;
	-webkit-border-radius: 6px;
	border: 1px solid #536376;
	-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	-moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	padding: 14px 22px;
	position: relative;
	display: none;
}
/* ====================== ABOUT BADGE ====================== */

/* Badge descrittivo di un membro del team: */
.team-descr {
	max-width: 12em;
	overflow: hidden;
	padding: 1em;
	background-color: #EBECF0;
}

.team-descr .people-pic {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
}
.team-descr div.people-pic img{
	width: 100%;
	height:auto;
	background:#EBECF0;
	box-shadow: none ;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.team-descr h3 {
	margin: .75em 0 0 0;
	font-size: 1.2em;
	color:#444;
	border-bottom:none;
}

.team-descr .people-title {
	font-size: 1.05em;
	text-align: left;
	font-style:normal;
	font-weight:300;
}

.team-descr .people-title p {
	margin: 0;
}
.team-descr .people-title p.main-role {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #E36E14;
}
.team-descr .people-title p.secondary-role {
	font-size: 0.96em;
	margin-top: 0;
	margin-bottom: .35em;
}
.team-descr .people-title p.team-email {
	margin-top: 0;
	margin-bottom: 0;
}
.team-descr .people-title p.team-email a:link {
	text-decoration: none;
	font-weight:600;
}

/* Gruppo di badge: */
.about-group {
	display: flex;
}
.about-group:not(:first-of-type) {
	border-top: 1px solid #ddd;
}

.about-group .about-badge {
	background-color: #EBECF0;
	float: left;
}
.about-group .about-badge .team-descr h3{
	font-weight: bold;
	margin: .5em 0 0 0;
	font-size: 1.2em;
	color: #444;
	border-bottom: none;
}
.about-group .about-badge:not(:first-of-type) {
	border-left: 1px solid #ddd;
}

.about-group.about-group-horizontal {
	flex-direction: column;
}

/* Versione orizzontale del badge: */
.about-badge.about-badge-horizontal {
	max-width: 38em;
}
.about-badge.about-badge-horizontal .team-descr {
	max-width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.about-badge.about-badge-horizontal .team-descr div.people-pic {
	flex: 1;
}
.about-badge.about-badge-horizontal .team-descr div.people-text {
	flex: 4;
}
.about-badge.about-badge-horizontal .team-descr div.people-text .people-title,
.about-badge.about-badge-horizontal .team-descr div.people-text > h3 {
	margin: 0;
	padding-left: 1em;
}
.about-group .about-badge.about-badge-horizontal {
	float: none;
}
.about-group div.about-badge.about-badge-horizontal:not(:first-of-type) {
	border-top: 1px solid #ddd;
	border-left: none;
}

/* stile specifico per pagina Chi Siamo: */
#chisiamo > p {
	margin-bottom: 1em;
}

#chisiamo .about-group .about-badge {
	flex:1;
}
#chisiamo .team-descr {
	max-width: none;
}

#past .team-descr {
	background-color:inherit;
	max-width: none;
	height:192px;
}
#past .team-descr p {
	margin-left: 0;
}

/* ====================== CONTATTI ====================== */
ul.large {
	list-style-type: none;
}
ul.large li {
	margin:0.75em 0;
}
p.large {
	line-height:1.5em;
}
/* ====================== FOOTER ====================== */

footer {
	position:relative;
	z-index:2;
	/*width:960px;
	margin:0 auto;
	*/
	border-top:1px solid #0062a7;
	background: #0072c2 url('../img/bg_footer.png') repeat-x bottom left;
	color:#fff;
}

footer hr {
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	clear: both;
	height: 0;
	display: block;
	margin: 0 2em;
}

footer:before, footer:after { content: ""; display: table; }
footer:after { clear: both; }
footer { zoom: 1; }

footer div.top {
	margin:0 2em;
	padding:1em 0;
	
}
footer div.bottom {
	margin:0 2em;
	padding:1em 0;
	
}

footer ul.social {
	list-style: none;
	float:right;
	margin:11px 0 0;
}
footer ul.social li{
	float:left;
	position:relative;
	margin-left:1em;
	line-height:16px;
	font-size:0.8em;
}
footer a.clal {
	background:transparent url('../img/logo_clal_white.png') no-repeat center center;
	width:149px;
	height:45px;
	display:block;
	line-height:68px;
	text-indent:-2000px;
	float:left;
}

footer .copy {
	color:#fff;
	font-size:0.8em;
	text-transform: uppercase;
}
footer .copy a {
	color:#fff;
	text-decoration:none;
}
footer .copy a:hover {
	text-decoration:underline;
}


/*============ ADD THIS ============*/
/*
.add_this {
	position:relative;
	right: 20px;
	top: 26px;
	font-size:0.9em;
}
*/

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; float: none !important;}

/* imap */
.imap {
	width:100%;
	clear:both;
	margin:30px 0 50px;
	position:relative;
}
.imap ul.world{
	background:#fff url(../maps/img/world_map.png) center center no-repeat;
	width:941px;
	height:566px;
	margin:0 auto;
	position:relative;
	display:block;
	padding:0;
}
.imap ul.world li{
	position:absolute;
	list-style:none;
	margin:0;
	padding:0;
}
.imap ul.world li a {
	display:block;
	
}
.imap ul.world li a .map{overflow: hidden;text-indent: -2000px;}
.imap .world #ue {width:145px;height:199px;top:43px;left:378px;}
.imap .world #ue a{width:145px;height:199px;}
.imap .world #ue a .map{width:145px;height:199px;}
.imap .world #ue a.d3 .map{background:transparent url(../maps/img/areas/ue3D.png) center center no-repeat;}

.imap .world #ru {width:388px;height:224px;top:-3px;left:501px;}
.imap .world #ru a{width:388px;height:224px;}
.imap .world #ru a .map{width:388px;height:224px;}
.imap .world #ru a.d3 .map{background:transparent url(../maps/img/areas/ru3D.png) center center no-repeat;}

.imap .world #us {	width:263px;height:251px;top:22px;left:-5px;}
.imap .world #us a{width:263px;height:251px;}
.imap .world #us a .map{width:263px;height:251px;}
.imap .world #us a.d3 .map{background:transparent url(../maps/img/areas/us3D.png) center center no-repeat;}

.imap .world #jp {width:47px;height:84px;top:156px;left:803px;}
.imap .world #jp a{width:47px;height:84px;}
.imap .world #jp a .map{width:47px;height:84px;}
.imap .world #jp a.d3 .map{background:transparent url(../maps/img/areas/jp3D.png) center center no-repeat;}

.imap .world #nz {width:61px;height:61px;top:505px;left:880px;}
.imap .world #nz a{width:61px;height:61px;}
.imap .world #nz a .map{width:61px;height:61px;}
.imap .world #nz a.d3 .map{background:transparent url(../maps/img/areas/nz3D.png) center center no-repeat;}

.imap .world #br {width:123px;height:127px;top:340px;left:215px;}
.imap .world #br a{width:123px;height:127px;}
.imap .world #br a .map{width:123px;height:127px;}
.imap .world #br a.d3 .map{background:transparent url(../maps/img/areas/br3D.png) center center no-repeat;}

.imap .world #uy {width:24px;height:25px;top:450px;left:267px;}
.imap .world #uy a{width:24px;height:25px;}
.imap .world #uy a .map{width:24px;height:25px;}
.imap .world #uy a.d3 .map{background:transparent url(../maps/img/areas/uy3D.png) center center no-repeat;}

.imap .world #ar {width:55px;height:130px;top:426px;left:232px;}
.imap .world #ar a{width:55px;height:130px;}
.imap .world #ar a .map{width:55px;height:130px;}
.imap .world #ar a.d3 .map{background:transparent url(../maps/img/areas/ar3D.png) center center no-repeat;}

.imap .world #au {width:128px;height:141px;top:398px;left:756px;}
.imap .world #au a{width:128px;height:141px;}
.imap .world #au a .map{width:128px;height:141px;}
.imap .world #au a.d3 .map{background:transparent url(../maps/img/areas/au3D.png) center center no-repeat;}

.imap .world #mx {width:86px;height:77px;top:230px;left:98px;}
.imap .world #mx a{width:86px;height:77px;}
.imap .world #mx a .map{width:86px;height:77px;}
.imap .world #mx a.d3 .map{background:transparent url(../maps/img/areas/mx3D.png) center center no-repeat;}

.imap .world #ua {width:53px;height:39px;top:172px;left:493px;}
.imap .world #ua a{width:53px;height:39px;}
.imap .world #ua a .map{width:53px;height:39px;}
.imap .world #ua a.d3 .map{background:transparent url(../maps/img/areas/ua3D.png) center center no-repeat;}

.imap .baloon {
	width:187px;
	height:194px;
	position:absolute;
	background:transparent url(../maps/img/baloon2.png) top left no-repeat;
	display:none;
	text-align:left;
}
.imap .baloon.rot {
	background:transparent url(../maps/img/baloon3.png) top left no-repeat;
}
.imap .baloon p{
	margin:0 23px 20px 38px;
	color:#000;
	padding-top:8px;
	border-top:1px solid #ddd;
	font-size:13px;
}
.imap .baloon h3{
	color:#a0091d;
	font-size:15px;
	margin:25px 17px 4px 38px;
}
.imap .baloon h6{
	color:#006699;
	font-size:13px;
	margin:5px 23px 0 38px;
	border-bottom:1px solid #777;
	padding-bottom:4px;
}
.imap .baloon.rot p {
	margin:0 38px 20px 23px;
}
.imap .baloon.rot h3 {
	margin:25px 38px 4px 23px;
}
.imap .baloon.rot h6 {
	margin:5px 38px 0 23px;
}
.imap .baloon i{
	color:#444;
}
.imap #ue .baloon {left:85px;top:100px;}
.imap #ru .baloon {left:139px;top:90px;}
.imap #us .baloon {left:180px;top:150px;}
.imap #br .baloon {left:90px;top:0px;}
.imap #mx .baloon {left:58px;top:10px;}
.imap #jp .baloon {left:10px;top:10px;}
.imap #au .baloon {left:-150px;top:-90px;}
.imap #nz .baloon {left:-165px;top:-100px;}
.imap #uy .baloon {left:-5px;top:-35px;}
.imap #uk .baloon {left:180px;top:150px;}
.imap #ar .baloon {left:-160px;top:-80px;}
.imap #ua .baloon {left:22px;top:-30px;} 

.imap .legend {
	position:absolute;
	z-index:10000;
	top:200px;
	left:20px;
	background-color:#eee;
	padding:15px;
	border:1px solid #777;
	
}



/* MENU INTERNO Area Animali e Salute Pfizer */

ul#menu_salute {
	padding-left:100px;
	text-align:center;
	}

ul#menu_salute  li {
	display:inline;
	list-style-type: none;
	
}

ul#menu_salute  li a {
    padding: 20px 10px 0 10px;
	text-decoration:none;
}

ul#menu_salute li a:hover {
	background:url(images/animali/small.png) no-repeat center top;
	padding-top:30px;
}

/* DAIRY WORLD TRADE*/
a.noicon {
   background:transparent url();
   padding:0;
}

#dwt_big {
	background:#fff url(../images/dwt/bg.png) top left no-repeat;
	color:#fff;
	font-family:Verdana, Tahoma, sans-serif;
	font-size:12px;
	padding:4px 70px 10px 35px;
	height:100px;
	width:710px;
	margin:10px 10px 10px 80px;
}
#dwt_big a {
	display:block;
	height:54px;
	width:710px;
	text-decoration:none;
	color:#fff;
	padding-top:25px
}
#dwt_big a:hover {
	text-decoration:none;
	color:#ffff00;
}
#dwt_big2 {
	background:#fff url(images/dwt/bg2.png) top left no-repeat;
	color:#fff;
	font-family:Verdana, Tahoma, sans-serif;
	font-size:12px;
	padding:4px 74px 10px 31px;
	height:110px;
	width:710px;
	margin:10px 10px 10px 80px;
}
#dwt_big2 a {
	display:block;
	height:54px;
	width:710px;
	text-decoration:none;
	color:#fff;
	padding-top:15px
}
#dwt_big2 a:hover {
	text-decoration:none;
	color:#ffff00;
}
td.big_btn {
	text-align:center;
	font-size:10px;
}
td.big_btn a {
	text-decoration:none;
}
td.big_btn a:hover {
	color:#a0091d;
}
td.popups {
	margin:0;
	padding:0;
	white-space:nowrap;
	font-size:12px;
	text-align:left;
}
td.popups div {
	width:80%;
	margin:0 auto;
	border:1px solid #6899e3;
	padding:8px;
	background:#fff url(../images/icons/popout_bg2.gif) top right no-repeat;
	min-height:85px;
}
td.popups ol {
	margin-top: 8px;
}
td.popups ol li {
	margin: 5px 0;
}
/* form */
fieldset .to-be-filled {
	display:none;
}
.inactive legend {
	color:#aaa;
}
legend span.opt {
	color:#aaa;
}
.error-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.control-group.error-already label {
	color: #b94a48 !important;	
}
.control-group.error-already input {
	color: #b94a48 !important;
  	border-color: #b94a48 !important;
}
.error-inline {
	color: #b94a48;
	font-size:0.9em;
	visibility: hidden;
}
header #login .login-form .error-inline {
	color: #aaa;
	visibility: visible;
	font-weight: bold;
}
header #login .login-form .error-inline.invalid {
	color: #ff4d4d;
	padding: 0;
}
.error-already .error-inline {
	visibility:visible;
}
input[type=text].static {
	border:none;
	border-bottom: 1px dashed #EEE;
	
	background:transparent;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	font-size:1.2em;
	cursor: default;
	line-height: 1em;
}
/* preferences */
#newsletterPreferences .well {
	padding:10px 20px;
	margin: 5px 0;
}
#newsletterPreferences .well.selected {
	border-color:#468847;
}
#newsletterPreferences .form-inline {
	line-height:2em;
}
#newsletterPreferences .form-inline h5 {
	display:inline;
	margin:0;
	padding: 0 0 0 5px;
	font-size:1.2em;
	font-weight:normal;
}
#newsletterPreferences .selected .form-inline h5 {
	color:#468847;
	font-weight:bold;
}
#newsletterPreferences .form-inline .pref-expand {
	display:inline-block;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	text-decoration:none;
	vertical-align: middle;
}
#newsletterPreferences .form-inline .pref-expand strong {
	font-size: 1.4em;
}
#newsletterPreferences .selected .pref-expand {
	font-weight:normal;
}
#newsletterPreferences	.newsletterSubPreferences {
	margin:5px 0 0 20px;
}
#newsletterPreferences .checkbox_short_text,
#newsletterPreferences .checkbox_long_text {
	display:inline;
}
#newsletterPreferences .checkbox_short_text_subtitle {
	display: block;
}
#newsletterPreferences .checkbox_subset {
	line-height: 1.8em;
	font-size: 0.9em;
}
/* dairyForum */
ul#dairyForumList li,
ul.dairyForumList li {
	display:table;
	clear:both;
	margin: 0 0;
}
ul#dairyForumList.invitati li,
ul.dairyForumList.invitati li {
    margin: 15px 0;
}
ul#dairyForumList li span.list-time, 
ul.dairyForumList li span.list-time {
	display:block;
	width:50px;
	float:left;
	font-weight:bold;
	margin:15px;
	font-size: 1.2em;
}
ul#dairyForumList li p, 
ul.dairyForumList li p {
	display:block;
	float:left;
	width:800px;
}
ul.dairyForumList li span.when,
ul.dairyForumList li span.when {
	display:none;
}
/* bootstrap */
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: whiteSmoke;
	border: 1px solid #EEE;
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
}
.form-horizontal legend {
	margin-bottom:10px;
}
.form-horizontal legend .success {
	color:#468847;
	font-size:0.9em;
}
.label {
	padding: 1px 4px 2px;
	font-weight: bold;
	line-height: 13px;
	color: white;
	vertical-align: middle;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.label-important {
	background-color: #B94A48;
	color:#fff;
}
.label-success {
	background-color: #468847;
	color:#fff;
}
label .label {
	line-height:inherit;
}
.help-inline,
.help-wrong-format,
.error .help-inline.help-wrong-format,
.error.error-same .help-inline {
	font-size:0.95em;
	display:none !important;
}
.error .help-inline {
	display:inline-block !important;
}
.error .help-inline.help-same-fields {
	display:none !important;
}
.error.error-same .help-same-fields {
	display:inline-block !important;
}
.warning .help-inline.help-wrong-format {
	display:inline-block !important;
}

#streaming{
	display:table;
	width:800px;
	margin:30px auto 5px auto;
}
#streaming h3 span.title {
	color:#666;
	font-size:0.8em;
	margin:0 5px;
}
#streaming h4 {
	margin: 2px 0 0px 0;
	color:#333;
}
#streaming .video {
	float:right;
	width:800px;
	margin-top:1.5em;
	z-index:1;
}
#streaming .agenda {
	background-color:white;
	color: black;
	float:left;
	position:absolute;
	width:800px;
	z-index:0;
	margin:0;
	line-height:1.25em;
	padding: 0 20px 0 0;
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
	height:auto;
}
#streaming .showHide a {
	width:800px;
	text-align:right;
	text-decoration:none;
	font-weight:bold;
	display:table;
}
#streaming .showHide.little {
	font-size:0.8em;
	font-weight:normal;
}
#streaming .agenda .list-time {
}
#streaming .agenda h2,
#streaming .agenda .add_this {
	display:none;
}
#streaming .agenda p {
	display:none;
}
#streaming .agenda ul#dairyForumList li p {
	display:inline !important;
	color: black;
	float:right;
	width:700px;
	margin:0 auto 5px auto;
}
#streaming .agenda ul#dairyForumList li span.list-time {
	float:left;
	color: black;
	display: inline;
	margin: 0 auto;
	font-size:1em;
}
#streaming p {
	margin:2px;
}
#streaming p.translation {
	font-weight:bold;
	color:#444;
}

/* Modulo di prova CLAL IFCN the dairy network */
#clal_ifcn {
	/*height:200px;*/
}
#clal_ifcn .theDairyNetwork {
	margin:0 auto;
	text-align:center;
}
#clal_ifcn .theDairyNetwork h4, 
#clal_ifcn .theDairyNetwork img {
	display:inline;
	margin:0;
	font-size:3em;
}
#clal_ifcn .left p, 
#clal_ifcn .right p {
	margin:0px;
}
#clal_ifcn .left hr, 
#clal_ifcn .right hr {
	margin:2px;
}
#clal_ifcn .left {
	float:left;
	margin:-2em 0 15px 10%;
}
#clal_ifcn .right {
	float:right;
	font-size: 1.1em;
	text-align:right;
	margin:-2em 10% 5px 0;
}
#clal_ifcn .slogan {
	color: #3161c7;
	font-size: 1.6em;
	font-weight: bold;
	text-align:right;
	float:right;
	margin:auto 10% 5px 0;
}
#clal_ifcn.btn.ifcn {
	/*color:#000;*/
	background: #f5f5f5;
	/*
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear,left top,left bottom,from(#ffffff),to(#f5f5f5));
	background-image: -moz-linear-gradient(top,#ffffff,#f5f5f5);
	background-image: -ms-linear-gradient(top,#ffffff,#f5f5f5);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f5f5f5));
	background-image: -webkit-linear-gradient(top,#ffffff,#f5f5f5);
	background-image: -o-linear-gradient(top,#ffffff,#f5f5f5);
	background-image: linear-gradient(top,#ffffff,#f5f5f5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f5f5f5',GradientType=0);
	*/
	text-shadow: 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.99);
	border-color: #f5f5f5 #f5f5f5 #773d3d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	font-weight: normal;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
}
#clal_ifcn.btn.ifcn:hover {
	/*color:#000;*/
	background: #f5c256;
	/*
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear,left top,left bottom,from(#f5dd97),to(#f5b24e));
	background-image: -moz-linear-gradient(top,#f5dd97,#f5b24e);
	background-image: -ms-linear-gradient(top,#f5dd97,#f5b24e);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5dd97),color-stop(100%,#f5b24e));
	background-image: -webkit-linear-gradient(top,#f5dd97,#f5b24e);
	background-image: -o-linear-gradient(top,#f5dd97,#f5b24e);
	background-image: linear-gradient(top,#f5dd97,#f5b24e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5dd97',endColorstr='#f5b24e',GradientType=0);
	*/
	/*text-shadow: 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.99);*/
	border-color: #f5b24e #f5b24e #773d3d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	font-weight: normal;
	background-position: 0 0px;
	-webkit-transition: background 1.5s ease-in;
	-moz-transition: background 1.5s ease-in;
	-o-transition: background 1.5s ease-in;
	transition: background 1.5s ease-in;
	/*color: #000;
	text-decoration: none;*/
}

/*
   PRIVATE PAGES
*/
#main_chart,
div.plink {
   background:transparent;
   border-bottom:1px solid #bdd8f3;
   margin:4px;
   float:left;
   width:315px;
   text-align:left;
   display:block;
   position:relative;
}
div.dark {
	border-bottom:1px solid #9db6c1;
}
div.darkest {
	border-bottom:1px solid #8da5ae;
}
div.orange {
	border-bottom:1px solid #ffd49c;
}
div.purple {
	border-bottom:1px solid #a473c4;
}
div.red_yellow {
	border-bottom:1px solid #fea789;
}
div.green {
	border-bottom:1px solid #a9fda5;
}
div.yellow {
	border-bottom:1px solid #fefb9c;
}
div.plink .phandle {
	/* background:transparent url(images/private_pages/box/top.gif) top center no-repeat; */
	cursor:move;
	height:40px;
	border-bottom:1px solid #bdd8f3;
}
div.orange .phandle {
	/* background:transparent url(images/private_pages/box/top_o.gif) top center no-repeat; */
	border-bottom:1px solid #ffd49c;
}
div.purple .phandle {
	/* background:transparent url(images/private_pages/box/top_p.gif) top center no-repeat; */
	border-bottom:1px solid #a473c4;
}
div.red_yellow .phandle {
	/* background:transparent url(images/private_pages/box/top_ry.gif) top center no-repeat; */
	border-bottom:1px solid #fea789;
}
div.green .phandle {
	/* background:transparent url(images/private_pages/box/top_g.gif) top center no-repeat; */
	border-bottom:1px solid #a9fda5;
}
div.yellow .phandle {
	/* background:transparent url(images/private_pages/box/top_y.gif) top center no-repeat; */
	border-bottom:1px solid #fefb9c;
}
div.dark .phandle {
	/* background:transparent url(images/private_pages/box/top_dark.gif) top center no-repeat; */
	border-bottom:1px solid #9db6c1;
}
div.darkest .phandle {
	/* background:transparent url(images/private_pages/box/top_darkest.gif) top center no-repeat; */
	border-bottom:1px solid #8da5ae;
}
#main_chart .phandle {
	/* background:transparent url(images/private_pages/box/top_long_dark.gif) top center no-repeat; */
	border-bottom:1px solid #8da5ae;
	height:40px;
}
div.plink .phandle h4,
#main_chart .phandle h4 {
	font-size:1.22em;
	font-weight: bold;
	line-height:40px;
	margin:0;
	padding-left:5px;
	width:290px;
	float:left;
	display:block;
}
a#edit_pref {
	text-decoration:none;
	line-height:22px;
	display:block;
	float:right;
	/* background:#e5ebef url(images/private_pages/box/edit.gif) center right no-repeat; */
	padding:0 18px 0 2px;
	border:1px solid #ddd;
}
a#edit_pref:hover {
	text-decoration:underline;
}
.phandle a.pedit {
	text-decoration:none;
	line-height:40px;
	display:block;
	float:right;
	width:20px;
	/* background:transparent url(images/private_pages/box/edit.gif) center center no-repeat; */
}
.phandle a.pedit:hover {
	text-decoration:none;
}
div#main_chart .pcontent,
div.plink .pcontent {
	border-top:1px solid #fff;
	background-color:#f6f6f6;
	font-size:11px;
	max-height:300px;
	overflow-y:auto;
}
div.orange .pcontent {
	background-color:#fff5d9;/*fffbf5;*/
}
div.purple .pcontent {
	background-color:#f1defd;
}
div.red_yellow .pcontent {
	background-color:#f9f8a9;
}
div.green .pcontent {
	background-color:#f5feda;
}
div.yellow .pcontent {
	background-color:#feffd9;
}
div.dark .pcontent {
	background-color:#ebeced;
}
div#main_chart .pcontent,
div.darkest .pcontent {
	background-color:#ebeced;
}
#main_chart .box_prefs,
.plink .box_prefs {
	font-size:11px;
	color:#fff;
	background-color:#555555;
	border-top:1px solid #fff;
	border-bottom:1px solid #2c2c2c;
}
#main_chart .box_prefs ul,
.plink .box_prefs ul {
	margin:0 3px;
}
#main_chart .box_prefs ul li,
.plink .box_prefs ul li {
	margin:0;
	padding:3px;
}
#main_chart .box_prefs div.box_ops,
.plink .box_prefs div.box_ops {
	text-align:right;
	height:25px;
	line-height:25px;
	border-top:1px solid #888;
}
#main_chart .box_prefs div.box_ops div.rm,
#main_chart .box_prefs div.box_ops div.hd,
.plink .box_prefs div.box_ops div.rm {
	float:left;
	padding-left:5px;
}
#main_chart .box_prefs div.box_ops div.cl,
.plink .box_prefs div.box_ops div.cl {
	float:right;
	padding-right:5px;
}
#main_chart .box_prefs div.box_ops a,
.plink .box_prefs div.box_ops a {
	border:1px solid #888888;
	background-color:#777777;
	color:#fff;
	text-decoration:none;
	padding:2px;
	font-weight:normal;
}
#main_chart .box_prefs div.box_ops a:hover,
.plink .box_prefs div.box_ops a:hover {
	background-color:#ababab;
	color:#000;
}
div#plinks_c1,
div#plinks_c2,
div#plinks_c3 {
	width:325px;
	float:left;
	min-height:300px;
}
.col_emptyPlaceMarker {
	border:1px dashed #006699;
	background-color:#e7e7e7;
}
div#plinks_dwt div.plink {
   width:636px;
   min-height:100%;
   height:100%;
   background-color:#f7f880;
}
div#plinks_istat div.plink {
   width:309px;
   min-height:100%;
   height:100%;
   background-color:#93f882;
}
div.top {
   margin-top:0px;
}
div.plink a {
   font-weight:bold;
   text-decoration:none;
}
div.plink a:hover {
   text-decoration:underline;
}
div.plink p {
   font-size:11px;
   margin:6px 0;
   text-align:justify;
}
div.plink p.apri {
   text-align:right;
   margin-bottom:0;
}
div.plink p.apri a {
   font-size:10px;
   font-weight:normal;
}
#main_chart ul,
div.plink ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:4px 4px 0;
	padding:0;
}
#main_chart ul li,
div.plink ul li {
	margin:10px 0 0;
	padding-bottom:4px;
	border-bottom:2px dotted #D4DBDE;
}
#main_chart ul li.last,
div.plink ul li.last {
	border-bottom:none;
}
#main_chart ul li input,
div.plink ul li input {
	display:block;
	vertical-align:top;
	float:left;
}
div.plink ul li p {
	margin:2px 0 0;;
}
div.ppnews_box .pcontent {
	max-height:300px;
	overflow:auto;
}
span.pcat_news {
	margin-left:2px;
	font-weight:normal;
	font-style: italic;
	color:#444;
}
ul.pnews {
	margin:5px 4px 0 6px;
	padding:0;
}
ul.pnews li {
	border-bottom:2px dotted #d4dbde;
	font-size:11px;
	list-style-type:none;
	margin:10px 0;
	padding-bottom:2px;
}
ul.pnews li span.pdata_news{
	font-weight:normal;
	color:#a0091d;
}
ul.pnews li span.ptitle_news{
	font-weight:bold;
	color:#2b6b85;
}
ul.pnews li p {
	margin:2px 0;
	text-align:justify;
}
ul.pnews li p.leggi {
	text-align:right;
}
ul.pnews li p.leggi a {
	font-size:10px;
}
div.p_news {
	margin:5px 5px 15px 5px;
	padding:5px;
	background-color:#f6f9fd;
	border-bottom:3px dotted #baccd4;
}
div.p_news span.p_news_title {
	font-weight:bold;
	font-size:1.2em;
	line-height: 1.4em;
}
div.p_news span.p_news_date {
	color:#a0091d;
	line-height: 1.4em;
	
}
div.p_news p.p_news_body {
	text-align:justify;
	padding-right:15px;
}
div#preferences {
	/* background:#fff url(images/private_pages/pref_bg.png) left bottom repeat-x; */
	border-bottom:1px solid #81bcdd;
	padding:5px;
}
#preferences h5 {
	font-size:13px;
	margin:2px 0;
}
#preferences .pref_list {
	margin-top:8px;
	padding:2px;
}
#preferences ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width:260px;
	margin:0;
	padding:0;
}
#preferences ul.h {
	width:100%;
}
#preferences ul.h li {
	float:left;
	width:24%;
	margin-bottom:6px;
}

/* ====================== SHOW HIDE ====================== */

.hideShow .hideShowContents {
}

/* ====================== /SHOW HIDE ====================== */

/* Modulo di prova CLAL the dairy network */
#clal_network {
	/*height:200px;*/
	padding-top:10px;
	height:180px;
}
#clal_network .theDairyNetwork {
	margin:0 auto;
	text-align:center;
	height:100px;
}
#clal_network .theDairyNetwork h4, 
#clal_network .theDairyNetwork img {
	display:inline;
	margin:0 0 0 -10px;
	font-size:3em;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#clal_network:hover .theDairyNetwork h4, 
#clal_network:hover .theDairyNetwork img {
	
	margin:0 0 0 -22px;
	-webkit-transition: all 1.0s linear;
	-moz-transition: all 1.0s linear;
	-o-transition: all 1.0s linear;
	transition: all 1.0s linear;
}
#clal_network.btn.network .logo {
	height:88px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#clal_network.btn.network:hover .logo {
	/*height:90px;*/
	-webkit-transition: all 1.0s linear;
	-moz-transition: all 1.0s linear;
	-o-transition: all 1.0s linear;
	transition: all 1.0s linear;
}
#clal_network .left p, 
#clal_network .right p {
	margin:0px;
}
#clal_network .left hr, 
#clal_network .right hr {
	margin:2px;
}
#clal_network .left {
	float:left;
	margin:-2em 0 15px 8%;
}
#clal_network .right {
	float:right;
	font-size: 1.1em;
	text-align:right;
	margin:-2em 8% 5px 0;
}
#clal_network .slogan {
	color: #3161c7;
	font-size: 1.6em;
	font-weight: bold;
	text-align:right;
	float:right;
	margin:auto 5% 5px 0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#clal_network:hover .slogan {
	margin:auto 4% 5px 0;
	-webkit-transition: all 1.0s linear;
	-moz-transition: all 1.0s linear;
	-o-transition: all 1.0s linear;
	transition: all 1.0s linear;
}
#clal_network.btn.network {
	/*color:#000;*/
	background: #f5f5f5;
	/*
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear,left top,left bottom,from(#ffffff),to(#f5f5f5));
	background-image: -moz-linear-gradient(top,#ffffff,#f5f5f5);
	background-image: -ms-linear-gradient(top,#ffffff,#f5f5f5);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f5f5f5));
	background-image: -webkit-linear-gradient(top,#ffffff,#f5f5f5);
	background-image: -o-linear-gradient(top,#ffffff,#f5f5f5);
	background-image: linear-gradient(top,#ffffff,#f5f5f5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f5f5f5',GradientType=0);
	*/
	text-shadow: 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.99);
	border-color: #f5f5f5 #f5f5f5 #773d3d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	font-weight: normal;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#clal_network.btn.network:hover {
	/*color:#000;*/
	background: #f5c256;
	/*
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear,left top,left bottom,from(#f5dd97),to(#f5b24e));
	background-image: -moz-linear-gradient(top,#f5dd97,#f5b24e);
	background-image: -ms-linear-gradient(top,#f5dd97,#f5b24e);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5dd97),color-stop(100%,#f5b24e));
	background-image: -webkit-linear-gradient(top,#f5dd97,#f5b24e);
	background-image: -o-linear-gradient(top,#f5dd97,#f5b24e);
	background-image: linear-gradient(top,#f5dd97,#f5b24e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5dd97',endColorstr='#f5b24e',GradientType=0);
	*/
	/*text-shadow: 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.99);*/
	border-color: #f5b24e #f5b24e #773d3d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	font-weight: normal;
	background-position: 0 0px;
	-webkit-transition: all 1.0s ease-in;
	-moz-transition: all 1.0s ease-in;
	-o-transition: all 1.0s ease-in;
	transition: all 1.0s ease-in;
	/*color: #000;
	text-decoration: none;*/
}
/* ====================== MATH ====================== */
span.math {
	font-family: "Times New Roman", Georgia, serif;
	font-style: italic;
	font-size: 1.2em;
	text-align: center;
	line-height: 1.4em;
	width:100%;
	display:table;
	padding-bottom: 3px;
}
span.inline-math {
	font-family: "Times New Roman", Georgia, serif;
	font-style: italic;
	font-size: 1.1em;
}
/* ====================== /MATH ====================== */
/* ====================== SMP+Butter ====================== */
#smp_plus_butter .clearfix {
	background-color: #fafafa;
	border: 2px solid #aaa;
	margin: 5px 15px;
}
#smp_plus_butter .clearfix a {
	text-decoration:none;
}
#smp_plus_butter .date {
	color:#999;
	font-size:0.9em;
}
#smp_plus_butter .trend {
	color:#666;
	line-height:50px;
}
#smp_plus_butter .clearfix:hover {
	background-color: #fff;
	border:2px solid #01a1ed !important;
}
/* ====================== /SMP+Butter ====================== */
/* ====================== SPONSORS FOOTER ====================== */
#sponsorContainerFooter { /*ok*/
	margin:0 0;
	padding:0 0;
} 
#sponsorContainerFooter div.box {
	margin:0 auto 8px auto;
	height:55px;
	width:99%;
	min-width: 958px;
	position:relative;
}
#sponsorContainerFooter div.box ul {/*ok*/
	list-style-type: none;
	margin:0 0;
	padding:0;
	height:80px;
	position:absolute;
}
#sponsorContainerFooter div.box ul li{/*ok*/
	float:left;
	display:block;
	margin:0 5px;
	width:100px;
	height:50px;
	background-color:#fff;
	text-align:center;
}
#sponsorContainerFooter div.box ul li a{/*ok*/
	display:block;
	line-height:50px;
	text-align:center;
}
#sponsorContainerFooter div.box ul li a img{/*ok*/
	max-height:50px;
	max-width:75px;
}


#sponsorContainerFooter a.arrow-big { /*ok*/
	float:left;
	width:20px;
	height:55px;
	display:block;
	color:#fff;
	background:transparent url('../img/arrows_small.png') no-repeat;
	overflow:hidden;
	text-indent:-1000px;
	margin-top: 0px;
}
#sponsorContainerFooter a.arrow-left {
	margin-right:5px;
	background-position:0px center;
}
#sponsorContainerFooter a.arrow-right {
	margin-left:5px;
	background-position:-40px center;
}
#sponsorContainerFooter a.arrow-left:hover {
	background-position:-20px center;
}
#sponsorContainerFooter a.arrow-right:hover {
	background-position:-60px center;
}
#sponsorContainerFooter .sponsor-gallery-container { /*ok*/
	float:left;
	overflow:hidden;
	position:relative;
	height:55px;
}
#sponsorContainerFooter .milk-sponsor-gallery-container { /*ok*/
	width:880px;
}
#sponsorContainerFooter .sponsors-logo-container { /*ok*/
	margin:0px auto 0;
	width:930px;
}
/* ====================== /SPONSORS FOOTER ====================== */
/* ====================== GRAFICI DI CONFRONTO ====================== */
.stazioni-left {
	width:43%;float:left;
}
.stazioni-right {
	width:43%;float:left;margin-left:35px;/*border-left: 1px solid #eee;*/
}
div.stazioni-gallery div.stazioni-gallery-item div.stazioni-left, 
div.stazioni-gallery div.stazioni-gallery-item div.stazioni-right, 
div.stazioni-gallery div.stazioni-gallery-item div.stazioni-one {
	margin-top:10px;
}

.stazioni-one {
	width:90%;
}

.stazioni-menu-item h4,
.stazioni-gallery-item h4 {
	color:#01A1ED;
	margin-left:15px;
}

.stazioni-menu-item ol,
div.stazioni-gallery div.stazioni-gallery-item ol, 
.stazioni-menu-item ul,
div.stazioni-gallery div.stazioni-gallery-item ul {
	margin-top: 5px;
	margin-bottom: 10px;
}

.menu #stazioni div.details div.stazioni-menu-item ol li .left,
div.stazioni-gallery div.stazioni-gallery-item ol li .left {
	width:44%; float:left; margin-left:5%;
}
.menu #stazioni div.details div.stazioni-menu-item ol li .right, 
div.stazioni-gallery div.stazioni-gallery-item ol li .right {
	width:44%; float:left; margin-left:5%;
}
/* ====================== /GRAFICI DI CONFRONTO ====================== */
/* ====================== CONTACT FORM ====================== */
#contact-form .form-horizontal {
	margin:15px 0 15px 0;
}
#contact-form .form-horizontal .control-group {
margin-bottom: 12px;
}
#contact-form .form-horizontal .control-label {
	width:90px;
}
#contact-form .form-horizontal .controls {
	margin-left:100px;
}
#contact-form .form-horizontal .form-actions {
	padding-left:100px;
	padding-top:0px;
}
#contact-form .form-horizontal .help-inline-form {
	font-size:0.95em;
	display:inline-block;
	color: red;
}
#contact-form .form-horizontal textarea {
	width: 172px;
}


#contact-form-horizontal .form-horizontal {
	margin:15px 0 15px 0;
}
#contact-form-horizontal .form-horizontal .control-group {
	display:inline-block;
	margin: 0px 5px 10px 10px;
	vertical-align:top; 
}
#contact-form-horizontal .form-horizontal .control-label {
	width:auto;
}
#contact-form-horizontal .form-horizontal .controls {
	margin:0;
	display:block;
	width: 180px;
}
#contact-form-horizontal .form-horizontal .controls input {
	width: 170px;
}
#contact-form-horizontal .form-horizontal textarea {
	width: 371px; height: 80px;
}
#contact-form-horizontal .form-horizontal .help-inline-form {
	font-size:0.95em;
	display:block;
	clear:left;
	color: red;
}
#contact-form-horizontal .form-horizontal .form-actions {
	padding:0px;
	width:383px;
	text-align:right;
}
#contact-form-horizontal .form-horizontal .oggetto-captcha {
	display:inline-block;width:195px;
}

#contact-form .form-horizontal .formBox0, 
#contact-form .form-horizontal .formBox1 {
	padding-top: 8px;
	padding-bottom: 1px;
}
#contact-form .form-horizontal .formBox0 {
	background-color: #fafafa;
}
/* ====================== /CONTACT FORM ====================== */
/* ====================== ATOMICHART ====================== */
.achart {
	margin:0 auto;
	width:475px;
	height:280px;
}
/* ====================== /ATOMICHART ====================== */
#forum-banner .banner {
	display: block;
	background-image:url('../images/forum-banner2013_prima.png');
	background-repeat:no-repeat;
	background-position:center top;
	height:51px;
	margin-bottom: -20px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#forum-banner .banner:hover {
	background-image:url('../images/forum-banner2013_dopo.png');
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

#forum-banner_en .banner {
	display: block;
	background-image:url('../en/images/forum-banner2013_prima.png');
	background-repeat:no-repeat;
	background-position:center top;
	height:51px;
	margin-bottom: -20px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#forum-banner_en .banner:hover {
	background-image:url('../en/images/forum-banner2013_dopo.png');
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.barra-arancio { 
	/*padding-bottom: 1px !important;*/
 		border-bottom: 1px solid #C77405 !important;
 		/*equivale a cambiare la classe ui-corner-all */
 		-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-khtml-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
 		-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-khtml-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

div.boxtesto {
  width: 100%;
  position: fixed;
  bottom: 30px; /*per il modulo #contactBottom */
  left:0px;
  background: rgb(255, 0, 0);
  background: rgba(255, 0, 0, 0.7);
  line-height: 2.231;
  text-align:center;
  z-index:1;
}
span.testo {
  padding: 10px;
  color: #000000;
}

/* ====================== GOOGLE TRANSLATOR ====================== */
#google_translate_element {
	text-align:right;
	margin: 0px 15px 0px 15px;
}
.goog-te-gadget {
	height: 30px;
}
/* ====================== /GOOGLE TRANSLATOR ====================== */

/* ====================== GEO CALLOUT ====================== */
.geo-callout {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 4px solid #aaa;
	background: #fff;
	padding: 0px 10px 5px 10px;
	display: block;
	z-index: 1001;
	
	position: absolute;
	left: -500px;
	top: 0px;
	min-width: 445px;
	width: 445px;
	display: none;
	
	font-size: 80%;
	filter: alpha(opacity=95); /* internet explorer */  
    -khtml-opacity: 0.95;      /* khtml, old safari */  
    -moz-opacity: 0.95;       /* mozilla, netscape */  
    opacity: 0.95;           /* fx, safari, opera */
}

.geo-callout a {
	text-decoration: none;
	cursor: pointer;
}

.geo-callout .geolocation-com {
	color: #aaa;
	font-size: 90%;
}

.geo-callout .geolocation-com a:link, 
.geo-callout .geolocation-com a:visited {
	color: #aaa !important;
}

.callout-map {
	display: none;
	height:100%;
	margin-top: 4px;
	width:100%;
}

.geo-callout .close {
	width: inherit;
	text-align: right;
	color: #666666;
	line-height: 1em;
	font-size: 20px;
	padding-top: 5px;
}

.geo-callout .close a {
	color: #666666;
}

.geo-callout .map-link /*,
.geo-callout .www-link,
.geo-callout .phone,
.geo-callout .email */ {
	padding-left: 15px;
	/*background-size: 9px 15px;*/
	background-position: 2px 2px;
	background-repeat: no-repeat;
	line-height: 1.4em;
}

.geo-callout .map-link {
	background-image: url('../img/icons/google-maps-icon.png');
}
/*
.geo-callout .www-link {
	background-image: url('../img/icons/www-icon.png');
	background-position: 0px 3px;
	background-size: 11px 11px;
}
*/

.geo-callout .sponsor-link {
	font-size: 120%;
	margin-top: -10px;
	margin-bottom: 15px;
}
.geo-callout .sponsor-link a {
	font-weight: bold;
}

/* ====================== /GEO CALLOUT ====================== */
/* ====================== GEO CONTACT ====================== */
.geo-contact {
	margin: 10px 10px 5px 10px;
	display: block;
	z-index: 3;
	
	position: relative;
	
	font-size: 90%;
}
.geo-contact a {
	text-decoration: none;
	cursor: pointer;
}

.geo-contact a.geolocation-com {
	font-size: 90%;
}

.geo-contact a.geolocation-com:link, 
.geo-contact a.geolocation-com:visited {
	color: #aaa;
}

.contact-map {
	height:100%;
	width:100%;
	display: none;
}
/* ====================== /GEO CONTACT ====================== */
/* ====================== RSS CLAL NEWS ====================== */
.clalnews-rss {
	border: 1px solid #cccccc;
	font-size: 13px;
	line-height: 135%;
	margin: 0px 0 20px 0;
}
#clalnews-box.clalnews-rss {
	background-color: #ffffff;
	color: #666666;
}
#clalnews-menu.clalnews-rss {
	border: 1px solid #eeeeee;
	max-height: 370px;
}
.clalnews-rss .rss-item {
	margin: 10px 10px 20px 10px;
}
#clalnews-menu.clalnews-rss .rss-item {
	margin-bottom: 35px;
}
#clalnews-menu.clalnews-rss .rss-item.news-gdo {
	background-color: rgba(255, 255, 195, 0.75);
	margin: 5px 5px 15px 5px;
	padding: 5px;
}
.clalnews-rss .rss-item {
	font-size: 13px;
}
.clalnews-rss .rss-item a.rss-title {
	font-weight: bold;
	text-decoration: none;
}
.clalnews-rss .rss-item p {
	margin-left: 0;
}
#clalnews-menu.clalnews-rss .rss-item p {
	margi-top: 5px;
	line-height: 150%;
}
.clalnews-rss .rss-item a.goto {
	margin-right: 2px;
}
/* ====================== /RSS CLAL NEWS ====================== */
/* ====================== NEWS OCEANIA ====================== */
.news-oceania-box .rss-item div {
	display: none;
}
.news-oceania-box .rss-item p {
	margin-bottom: 1em;
}
.news-oceania-box .rss-item p a, 
.news-oceania-box .rss-item p b,
.news-oceania-box .rss-item p strong {
	color: yellow;
	font-weight: bold;
}
.news-oceania-box > h2 {
    font-size: 130%;
    background: transparent;
    margin: 2em 0 0 0;
	text-align:center;
}
.news-oceania-box > h2 > a {
    text-decoration: none;
}
.news-oceania-box > p {
	color:#ffffff;
	text-align:center;
	font-weight: 600;
    margin-bottom: 1.5em;
}
/* ====================== /NEWS OCEANIA ====================== */
/* ====================== SLIDE REGIONI ====================== */
.slide .title_page .regione_title {
	display:block;
	float:left;
	text-align:right;
	width:60%;
}
.slide .title_page .regione_title h1 {
	margin-top: 1em !important;
	font-size:280% !important;
	padding-right:1em;
}
.slide .title_page .regione_title p {
	clear:left;
	float:left;
	text-align:right;
	width:98%;
}
.slide .title_page .regione_title h1.lom {
	color:#006A53;
	border-bottom:0.4em solid #006A53;
}
.slide .title_page .regione_title h1.pie {
	color:#f3aa13;
	border-bottom:0.4em solid #f3aa13;
}
.slide .title_page .regione_title h1.sar {
	color:#c4052f;
	border-bottom:0.4em solid #11d42c;
}
.slide .title_page .regione_title h1.emr {
	color:#CB1D15;
	border-bottom:0.4em solid #CB1D15;
}
.slide .title_page .regione_title h1.ven {
	color:#2A6BB5;
	border-bottom:0.4em solid #2A6BB5;
}
.slide .title_page .regione_title h1.pug {
	color:#a47d7c;
	border-bottom:0.4em solid #a47d7c;
}
.slide .title_page img.regione {
	margin-top:-8%;
	float:left;
}
.slide .contents.regione.lom table td.intestazione, 
.slide .contents.regione.lom table td.graphs_intestazione,
.slide .contents.regione.lom table tr.total,
.lom .regione-contents table td.intestazione,
.lom .regione-contents table td.graphs_intestazione,
.lom .regione-contents table tr.total {
	background-color: #006A53;
}
.slide .contents.regione.pie table td.intestazione, 
.slide .contents.regione.pie table td.graphs_intestazione,
.slide .contents.regione.pie table tr.total,
.pie .regione-contents table td.intestazione,
.pie .regione-contents table td.graphs_intestazione,
.pie .regione-contents table tr.total {
	background-color: #f3aa13;
}
.slide .contents.regione.sar table td.intestazione, 
.slide .contents.regione.sar table td.graphs_intestazione,
.slide .contents.regione.sar table tr.total,
.sar .regione-contents table td.intestazione,
.sar .regione-contents table td.graphs_intestazione,
.sar .regione-contents table tr.total,
table.quadro td.red {
	background-color: #c4052f;
}

table.quadro td.red {
	background-color: #c4052f;
	color:#FFFF00
}

table.quadro td.intestCorrent.slow-red {
	background-color: #EC4E70;
	color:#FFFF00
}

.slide .contents.regione.emr table td.intestazione, 
.slide .contents.regione.emr table td.graphs_intestazione,
.slide .contents.regione.emr table tr.total,
.emr .regione-contents table td.intestazione,
.emr .regione-contents table td.graphs_intestazione,
.emr .regione-contents table tr.total {
	background-color: #CB1D15;
}
.slide .contents.regione.ven table td.intestazione,
 .slide .contents.regione.ven table td.graphs_intestazione,
 .slide .contents.regione.ven table tr.total,
 .ven .regione-contents table td.intestazione,
 .ven .regione-contents table td.graphs_intestazione,
 .ven .regione-contents table tr.total {
	 background-color: #2A6BB5;
 }
.slide .contents.regione.tre table td.intestazione, 
.slide .contents.regione.tre table td.graphs_intestazione,
.slide .contents.regione.tre table tr.total,
.tre .regione-contents table td.intestazione,
.tre .regione-contents table td.graphs_intestazione,
.tre .regione-contents table tr.total {
	background-color: #a30046;
}
.slide .contents.regione.pug table td.intestazione,
.slide .contents.regione.pug table td.graphs_intestazione,
.slide .contents.regione.pug table tr.total,
.pug .regione-contents table td.intestazione,
.pug .regione-contents table td.graphs_intestazione,
.pug .regione-contents table tr.total {
	background-color: #a47d7c;
}
/* ====================== /SLIDE REGIONI ====================== */
/* ====================== BACK-MAP ====================== */
.back-map {
	position: fixed;
    top: 36px; /* l'altezza di   header .top   */
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: 1200px;
    background-position: center;
    background-repeat: no-repeat;
}
.back-map.cina {
	background-image: url("../images/b_cina_white.png");
}
.back-map.russia {
	background-image: url("../images/b_russia.png");
}
.back-map + #pagina {
	background-color: transparent;
}
.back-map + #pagina table td.data0, 
.back-map + #pagina table td.value0 {
	background-color: rgba(248, 248, 248, 0.6);
}
.back-map + #pagina table td.data1, 
.back-map + #pagina table td.value1 {
	background-color: rgba(230, 230, 230, 0.6);
}
.back-map + #pagina table td.data0 table td.data0, 
.back-map + #pagina table td.value0 table td.value0 {
	background-color: transparent;
}
.back-map + #pagina table td.data1 table td.data1, 
.back-map + #pagina table td.value1 table td.value1 {
	background-color: transparent;
}
/* ====================== /BACK-MAP ====================== */
/* ====================== DOWNLOAD BUTTON ====================== */
.highcharts-container div.download {
	display: none;
	position: absolute;
	width:30px;
	height:30px;
	background:rgba(0,0,0,0.3) url("../img/arrow.png") center center no-repeat;
	top:0;
	right:0;
	cursor: pointer;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.highcharts-container div.download:hover {
	background:rgba(255,255,255,0.6) url("../img/arrow.png") center center no-repeat;
}
.highcharts-container:hover div.download {
	display: block;
}
/* ====================== /DOWNLOAD BUTTON ====================== */
/* ====================== PAGINE REGIONI ====================== */
div.regione-title {
	width: 50%;
	margin-top: 38px;
	float: left;
	clear: right;
	height: 300px;
	margin-top: 0;
}
div.regione-title h1 {
	padding-left: 40%;
	padding-right: 3%;
	margin-left: -40%;
	line-height: 100%;
	padding-bottom: 0.2em;
	font-size: 2.5em;
	margin-top: 75px;
	margin-bottom: 0.2em;
	min-width: 63%;
}
div.regione-title h1.lom {
	color: #006A53;
	border-bottom: 0.3em solid #006A53;
	width: 63%;
}
div.regione-title h1.pie {
	color: #f3aa13;
	border-bottom: 0.3em solid #f3aa13;
	width: 63%;
}
div.regione-title h1.sar {
	color: #c4052f;
	border-bottom: 0.3em solid #c4052f;
	width: 63%;
}
div.regione-title h1.ven {
	color: #2A6BB5;
	border-bottom: 0.3em solid #2A6BB5;
	width: 63%;
	padding-left: 40%;
	margin-left: -30%;
}
div.regione-title h1.tre {
	color: #A30046;
	border-bottom: 0.3em solid #A30046;
	width: 84%;
}
img.regione-title {
	max-height: 300px;
	max-width: 40%;
	float: left;
	margin-left: 13%;
}
div.regione-title p {
	margin-left: 0;
	margin-top: 0;
}
div.regione-title p.ven {
	margin-left: 10%;
	margin-top: 0;
}
.regione-contents {
	display: block;
	width: 100%;
	float: left;
}

/* - nuova copertina */
#pagina .regione-copertina {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	background-position: center;
	background-size: cover;
	height: 20em;
	width: 100%;
	margin-bottom: 2.75em;
	color: #ffffff;
}
#pagina .regione-copertina .regione-titolo {
	padding-left: 20em;
	background-repeat: no-repeat;
	background-position: 2em 0;
	height: 100%;
	background-size: auto 100%;
}
#pagina .regione-copertina .regione-titolo h1 {
	font-size: 4em;
	line-height: .95;
	padding-top: 1em;
	margin-bottom: .25em
}
#pagina .regione-copertina .regione-titolo h1 small {
	font-weight: 300;
	font-size: .75em;
}
#pagina .regione-copertina p.regione-titolo-info {
	font-size: 1.25em;
	font-weight: 300;
	margin-left: 0;
}
/* -- stile specifico per le regioni */
#pagina.pug .regione-copertina {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/regione_puglia_copertina.jpg");
}
#pagina.pug .regione-copertina .regione-titolo {
	background-image: url("../images/italia_puglia.png");
}
#pagina.ven .regione-copertina {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/regione_veneto_copertina.jpg");
}
#pagina.ven .regione-copertina .regione-titolo {
	background-image: url("../images/italia_veneto.png");
}
#pagina.tre .regione-copertina {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/regione_trentino_copertina.jpg");
}
#pagina.tre .regione-copertina .regione-titolo {
	background-image: url("../images/italia_trentino.png");
}
#pagina.emr .regione-copertina {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/regione_emiliaromagna_copertina.jpg");
}
#pagina.emr .regione-copertina .regione-titolo {
	background-image: url("../images/italia_emiliaromagna.png");
}
#pagina.pie .regione-copertina {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/regione_piemonte_copertina.jpg");
}
#pagina.pie .regione-copertina .regione-titolo {
	background-image: url("../images/italia_piemonte.png");
}
#pagina.sar .regione-copertina {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/regione_sardegna_copertina.jpg");
}
#pagina.sar .regione-copertina .regione-titolo {
	background-image: url("../images/italia_sardegna.png");
}
#pagina.lom .regione-copertina {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/regione_lombardia_copertina.jpg");
}
#pagina.lom .regione-copertina .regione-titolo {
	background-image: url("../images/italia_lombardia.png");
}
/* ====================== /PAGINE REGIONI ====================== */

/* ====================== CONTACT BOTTOM ====================== */
#main .floatingContact {
	min-height: 30px;
	width: 100%;
	z-index:2;
}
#main .floatingContact a {
	color: #ffffff !important;
}
#main .floatingContact .click {
	color: #ffffff !important;
	height:30px;
	background: #C30000 url('../img/bg_contact30.png') repeat-x center left;
}
#main .floatingContact .click a {
	text-decoration:none;
	margin-top: 5px;
	display: inline-block;
	font-weight: bold;
	margin-left: 20px;
}
#main .floatingContact .click a .downArrow {
	display:none;
}
#main .floatingContact .click a .rightArrow, 
#main .floatingContact .click a .downArrow {
	margin-right:10px;
}
#main .floating-content {
	height:366px;
	display:none;
	width: 100%;
	max-width: 1040px;
	min-width: 960px;
}
#main .floatingContact.show-me .floating-content {
	display:block;
}
#main .floatingContact.show-me .click a .rightArrow {
	display:none;
}
#main .floatingContact.show-me .click a .downArrow {
	display:inline;
}
#main .floatingContact.hide-me .floating-content {
	display:none;
}

#main #contactBottom {
	color: white;
	background-color: #C83A23;
}
#contactBottom .click,
#contactBottom .wrap {
	position: relative;
}

#contact-form-floating .form-floating {
	margin:15px 0 15px 0;
}
#contact-form-floating .form-floating .control-group {
	display:inline-block;
	margin: 0px 1% 10px 2%;
	vertical-align:top;
	float:left;
	clear:left;
}
#contact-form-floating .form-floating .control-label {
	width:auto;
	color: #ffffff;
}
#contact-form-floating .form-floating .controls {
	margin:0;
	display:block;
	width: 100%;
}
#contact-form-floating .form-floating .controls input {
	width: 170px;
}
#contact-form-floating .form-floating textarea {
	width: 100%; height: 70px; max-height: 70px;
}
#contact-form-floating .form-floating .btn.success.continue {
	margin-left: 16px;
}
#contact-form-floating .form-floating .help-inline-form {
	font-size:0.95em;
	display:block;
	clear:left;
	color: #FFE400;
}
#contact-form-floating .form-floating .form-actions {
	padding:0px;
	width:383px;
	text-align:right;
}
#contact-form-floating .form-floating .oggetto-captcha {
	display:inline-block;
	width:27%;
	float:left;
	clear:none;
}
#contact-form-floating .form-floating .oggetto-message {
	width:70%;
	float:left;
	clear:none;
}
/* ====================== /CONTACT BOTTOM ====================== */
/* ====================== SMART PERC ====================== */
span.var-null,
span.var-inf,
span.var-zero {
	color: #224fd1;
}
span.var-pos {
	color: #008b43;
}
span.var-neg {
	color: #fd0f00;
}
/* ====================== /SMART PERC ====================== */
/* ====================== STREAMING 2015 ====================== */
@font-face {
  font-family: 'IndieFlowerCustom';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/indieflower/v7/10JVD_humAd5zP2yrFqw6ugdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/indieflower/v7/10JVD_humAd5zP2yrFqw6nhCUOGz7vYGh680lGh-uXM.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


#streaming-placeholder {
	color: #444;
    border: 2px dashed #aaa;
    line-height: 1.3;
    padding: 27px 20px;
    margin-bottom: 40px;
    /* margin: 5px 30px 40px 30px; */
}
#streaming-placeholder .placeholder-content {
	display: table;
    margin: 0 auto;
    font-family: 'IndieFlowerCustom', 'Open Sans', sans-serif;
    font-size: 21px;
}
#streaming-placeholder .placeholder-signature {
	position: absolute;
    right: 20px;
    font-weight: 600;
    color: #ccc;
    display: table;
    font-size: 17px;
}



#streaming-container {
	display: none;
	width: 100%;
}
#player-wrapper {
	display: table;
	margin: 0 auto;
	height: 250px;
}
.streaming-player {
	height: 250px;
	width: 250px;
	background-color: #ffffff;
	margin-left: 10px;
	display: table;
	float: left;
	background-image: url('../img/player-position.png');
	background-position: -290px 0;
	background-repeat: no-repeat;
}
.streaming-player .player-header {
	height: 50px;
	width: 100%;
	display: table;
	background-color: transparent;
	margin: 0 0;
	padding: 0 0;
}
.streaming-player .player-header p {
	text-align: center;
	font-family: 'IndieFlowerCustom', 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 34px;
	font-style: italic;
	color: gold;
	margin: 0;
	position: relative;
	top: 10px;
	max-height: 50px;
}
.streaming-player .player-link {
	height: 135px;
	width: 210px;
	display: table;
	background-color: transparent;
	margin: 0 0;
	padding: 15px 0 0 0;
	border-left: 20px solid #ffffff;
	border-right: 20px solid #ffffff;
	background-image: url('../img/player-play.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 210px 150px;
	
	text-decoration: none;
	color: #666666;
	text-align: center;
	font-size: 26px;
	line-height: 85%;
}
.streaming-player .player-link.disabled {
	cursor: not-allowed;
}
.streaming-player .player-link span {
	font-size: 80%;
}
.streaming-player .player-footer {
	height: 50px;
	width: 210px;
	display: table;
	background-color: transparent;
	margin: 0 0 0 20px;
	padding: 0 0;
}
.agenda-contents ul.dairyForumList {
	color: #666666;
	font-size: 15px;
	margin-top: 0px;
	display: none;
}
.agenda-contents ul.dairyForumList.active {
	display: table;
}
.agenda-contents ul.dairyForumList>li {
	display: none;
}
.agenda-contents ul.dairyForumList li span.list-time {
	margin: 10px 0 0 10px;
	font-size: 100%;
}
.agenda-contents ul.dairyForumList p {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1em;
}
.agenda-contents ul.dairyForumList li.now {
	display: table;
	color: #222;
	font-size: 20px;
	border-left: 15px solid gold;
	margin-top: 20px;
	margin-bottom: 10px;
}
.agenda-contents ul.dairyForumList li.now p b {
	color: #333;
	font-size: 24px;
}
.agenda-contents ul.dairyForumList li.before,
.agenda-contents ul.dairyForumList li.after {
	display: table;
}
.agenda-contents ul.dairyForumList li span.when {
	margin-left: 2px;
	margin-bottom: -5px;
	color: #999;
	font-style: italic;
}
.agenda-contents ul.dairyForumList li.no-when span.when {
	display: none !important;
}
.agenda-contents ul.dairyForumList li.before span.when,
.agenda-contents ul.dairyForumList li.after span.when {
	display: table;
}
.agenda-button {
	text-align: center;
	display: none;
}
.agenda-button a,
.player-footer a {
	padding-left: 20px;
	background-image: url('../img/streaming-list.png');
	background-size: auto 12px;
	background-position: 0 5px;
	background-repeat: no-repeat;
}
#streaming-youtube {
	display: none;
}
#streaming-youtube p {
  text-align: center;
  font-weight: bold;
  color: #444;
}

#streaming-player1 {
	/*margin-left: 0;*/
}
#streaming-clock {
  display: none;
  position: absolute;
  font-weight: bold;
  color: #666;
  right: 50%;
}

#streaming-frame1 {
	display: none;
/*    width:960px;
    height:425px;*/
    background-color: transparent;
    margin: 0 auto;
    border:0;
    overflow: hidden;
  }
#streaming-frame1 .epida_avs_player,
#streaming-frame1 .avs_player,
#streaming-frame1 .smp_video {
	overflow: hidden;
}
  #streaming-frame-chiudi{
  width: 50px;
  height: 50px;
  background-color: gold;
  cursor: hand;
  position: absolute;
  /*top: 10px;*/
  right: 10px;
  margin-right: 20px;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  cursor: pointer;
  color: #666666;
  }
/* ====================== /STREAMING 2015 ====================== */
/* ====================== .SELECT ====================== */
ol.select,
ul.select {
	display: table;
	margin: 0 auto;
	border-spacing: 25px 0;
	padding: 0;
	border-collapse: separate;
}

ol.select>li,
ul.select>li {
    border-bottom: 0.3rem solid #ccc;
	color: #aaa;
	display: table-cell;
	float: left;
	margin: 0 0.5em;
}

ol.select>li:hover,
ol.select>li.selected,
ul.select>li:hover,
ul.select>li.selected{
    border-color: #6ad;
	color: inherit;
}

ol.select>li>a,
ul.select>li>a {
	color: inherit !important;
	text-decoration: none;
}
/* ====================== /.SELECT ====================== */

.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xl-6 {

	width:50%;
	float:left;
	
}

.col-xs-centered,
.col-sm-centered,
.col-md-centered,
.col-lg-centered,
.col-xl-centered {

	text-align:center;
}

.col-xs-centered>*,
.col-sm-centered>*,
.col-md-centered>*,
.col-lg-centered>*,
.col-xl-centered>* {

	display: inline-block;
	float: none !important;
	text-align: left;
}

.col-xs-centered>script,
.col-sm-centered>script,
.col-md-centered>script,
.col-lg-centered>script,
.col-xl-centered>script {

	display: none;
}

.clal-700{

	max-width:700px;
}

/* ====================== ATTIVARE CON TESEO ====================== */
a.to-teseo, a.to-teseo-en {
    border-bottom: 1px solid #ffd320;
}
a.to-teseo:hover, a.to-teseo:focus,a.to-teseo-en:hover, a.to-teseo:focus-en  {
	color: #E69900 !important;
	text-decoration: none !important;
}
a.to-teseo:hover:after{
	content: '(link a TESEO)';
	padding: 0 4px;
	background: rgba(255,255,255,1);
	position: absolute;
	color: #E69900;
	display: inline-block;
    white-space: nowrap;
}
a.to-teseo-en:hover:after {
    content: ' (see on TESEO)';
    padding: 0 4px;
	background: rgba(255,255,255,1);
	position: absolute;
	color: #E69900;
	display: inline-block;
    white-space: nowrap;
}

.registrazione-teseo {
	background-color: #ffd320;
    background-image: url('../teseo/img/logoTeseoWS_only.png');
    background-size: 100px auto;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}
/* ====================== fine ATTIVARE CON TESEO ====================== */
#carousel-sponsor-header .item {
    margin: 2px 22% !important;
}
#carousel-sponsor-header .owl-item.wide .item,
#carousel-sponsor-box .owl-item.wide .item {
    margin-left: 12% !important;
	margin-right: 12% !important;
}
#carousel-sponsor-header .owl-item.superwide .item,
#carousel-sponsor-box .owl-item.superwide .item {
    margin-left: 0% !important;
	margin-right: 0% !important;
}
#carousel-sponsor-header .item img {
    display: table;
    margin: 0 auto;
    width: 100%;
    max-height: 100px;
    /*max-width: 100px;*/
    height: auto;
}
#carousel-sponsor-header .item {
    text-align:center;
    max-height: 78px;
}

.owl-theme .owl-controls .owl-buttons div,
.owl-theme .owl-nav button {
     padding: 5px 9px;
}

.owl-theme .owl-buttons i,
.owl-theme .owl-nav i {
     margin-top: 2px;
}

#carousel-sponsor-header.owl-theme .owl-controls,
#carousel-sponsor-header.owl-theme .owl-nav {
	margin-top: 0;
}
.owl-theme .owl-controls .owl-buttons div,
.owl-theme .owl-nav button {
     position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next,
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
     top: 9px;
}

#carousel-sponsor-header .owl-item .item {
		line-height: 60px;
}
#carousel-sponsor-header .owl-item .item a img {
		display: inline;
		margin: auto;
		vertical-align: middle;
		max-height: 78px;
}

#carousel-sponsor-header.owl-carousel {
		width: 930px;
		margin: 0 auto;
}
#carousel-sponsor-header .owl-controls .owl-buttons .owl-next,
#carousel-sponsor-header .owl-nav .owl-next {
		right: -30px;
}
#carousel-sponsor-header .owl-controls .owl-buttons .owl-prev,
#carousel-sponsor-header .owl-nav .owl-prev {
		left: -30px;
}

#carousel-sponsor-header.owl-theme .owl-controls .owl-buttons div,
#carousel-sponsor-header.owl-theme .owl-nav button {
		background: transparent;
		color: #666;
		font-size: 8px;
}

#carousel-sponsor-header .owl-dots {
    display: none;
}

/* ====================== inizio FocusOn Bio ====================== */
.focus-gallery .focus-gallery-container,
.focus-gallery_bio .focus-gallery-container,
.focus-gallery_bpc .focus-gallery-container{
	padding-bottom: 20px;
	padding-top: 20px;
}
.focus-gallery_bio .gallery-name,
.focus-gallery_bpc .gallery-name {
	height: 20px;
	color: #fff;
	font-weight: bold;
}
.focus-gallery_bio .gallery-name hr,
.focus-gallery_bpc .gallery-name hr {
    width: 31%;
    float: left;
    vertical-align: middle;
    margin: 8px 3% 0 3%;
	padding-bottom: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	border-right: 1px solid #ccc;
}
.focus-gallery_bio .gallery-name hr:first-of-type,
.focus-gallery_bpc .gallery-name hr:first-of-type {
	border-top-left-radius: 6px;
	border-left: 1px solid #ccc;
	-webkit-border-top-right-radius: 0px;
	-moz-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	border-right: none;
}
.focus-gallery_bio .gallery-name span,
.focus-gallery_bpc .gallery-name span {
	width: 24%;
	text-align: center;
	float: left;
}
.blue .focus-gallery_bio ul.focus-items li,
.blue .focus-gallery_bio ul.focus-items li {
	-webkit-box-shadow: 0px 0px 7px 5px rgba(0, 224, 0, 1);
    -moz-box-shadow: 0px 0px 7px 5px rgba(0, 224, 0, 1);
    box-shadow: 0px 0px 7px 5px rgba(0, 224, 0, 1);
}
.green .focus-gallery ul.focus-items li {
	-webkit-box-shadow: 0px 0px 7px 5px rgba(0, 112, 187, 1);
    -moz-box-shadow: 0px 0px 7px 5px rgba(0, 112, 187, 1);
    box-shadow: 0px 0px 7px 5px rgba(0, 112, 187, 1);
}

#clalFocusOnBio {
	background-color: #0a0;
	margin-top: 66px;
	height: 320px;
}
#clalFocusOnBio .hill {
	margin-top: -66px;
}
#clalFocusOnBio .leaves {
    position: absolute;
    right: 3em;
    top: -55px;
}
#clalFocusOnBio .hill svg path,
#clalFocusOnBio .hill svg text,
#clalFocusOnBio .leaves svg path {
	fill: #0a0;
	stroke: none;
}
#clalFocusOnBio .hill svg text#bio-text {
    stroke-width: 2px !important;
    stroke: #0a0 !important;
}
#clalFocusOnBio .focus-company {
	background: transparent;
}
#clalFocusOnBio>h2 {
	background: transparent;
	display: none;
}
#clalFocusOnBio .focus-company {
	color: #fff;
	height: 270px;
	width: 540px;
	min-height: 270px;
	padding-right: 0px;
	margin-top: 15px;
}
#clalFocusOnBio .focus-company .focus-logo {
	width: 240px;
	height: 260px;
	padding: 0;
}
#clalFocusOnBio .focus-company .focus-logo:before {
	content: "";
    height: 20px;
    width: 240px;
    left: 25px;
    position: absolute;
    background: transparent url('../img/focusonbio_mask_up.png') no-repeat top left;
    background-size: 240px auto;
}
#clalFocusOnBio .focus-company .focus-logo:after {
	content: "";
    height: 25px;
    width: 240px;
    left: 25px;
	bottom: 28px;
    position: absolute;
    background: transparent url('../img/focusonbio_mask_down.png') no-repeat top left;
    background-size: 240px auto;
}
#clalFocusOnBio .focus-company .focus-logo img {
    width: 240px;
    height: 260px;
}
#clalFocusOnBio .focus-company .focus-details {
	height: 260px;
	overflow: hidden;
}
#clalFocusOnBio .focus-company .focus-details dt.product-name {
	color: #ffff66;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.1;
}
#clalFocusOnBio a.goto:before {
	content: "";
	position: absolute;
	height: 2.5em;
    width: 265px;
    margin-top: -2.5em;

	background: rgba(0,170,0,0);
	background: -moz-linear-gradient(top, rgba(0,170,0,0) 0%, rgba(0,170,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,170,0,0)), color-stop(100%, rgba(0,170,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,170,0,0) 0%, rgba(0,170,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,170,0,0) 0%, rgba(0,170,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,170,0,0) 0%, rgba(0,170,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,170,0,0) 0%, rgba(0,170,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aa00', endColorstr='#00aa00', GradientType=0 );
}
#clalFocusOnBio a.goto {
	position: absolute;
	bottom: 2em;
	color: #ffff66;
}
#clalFocusOnBio .focus-gallery_bio ul.focus-nav li {
	line-height: .3;
}
#clalFocusOnBio:after {
	content: "";
	height: 12px;
	width: 100%;
	bottom: -1px;
	left: 0;
	position: absolute;
	background: transparent url('../img/focusonbio_grass.png') repeat-x bottom left;
	background-size: auto 12px;
}
.focuson.bio svg#focusonbio-h2 {
	margin-top: 2em;
	margin-bottom: 1em;
}
.focuson.bio .focus-page-prod-pic img {
	max-height: 250px;
	max-width: 187px;
}
.focuson.bio .focus-page-prod-pic {
	width: 30%;
}
.focuson.bio .focus-page-prod-pic img {
	max-height: 250px;
	max-width: 187px;
}
/* ====================== fine FocusOn Bio ====================== */

/* ====================== inizio FocusOn BPC ====================== */


#clalFocusOnBPC {
	background-image: url('../img/dark_wood_@2X.png');
	background-repeat: repeat;
    background-size: 148.3px auto;
	margin-top: 93px;
	height: auto;
}
#clalFocusOnBPC .leaves {
    position: absolute;
    right: 3em;
    top: -55px;
}
#clalFocusOnBPC .hill {
	background-image: url('../img/focuson_bpc.png');
	background-repeat: no-repeat;
    background-size: 960px auto;
    height: 115px;
    margin-top: -93px;
}
#clalFocusOnBPC.focuson-bpc-en .hill {
	background-image: url('../en/img/focuson_bpc.png');
}
#clalFocusOnBPC .focus-company {
	background: transparent;
}
#clalFocusOnBPC>h2 {
	background: transparent;
	display: none;
}
#clalFocusOnBPC .focus-company {
	color: #fff;
	height: 270px;
	width: 540px;
	min-height: 270px;
	padding-right: 0px;
	margin-top: -2px;
}
#clalFocusOnBPC .focus-company .focus-logo {
	width: 240px;
	height: 260px;
	padding: 0;
}
#clalFocusOnBPC .focus-company .focus-logo:before {
	content: "";
    height: 20px;
    width: 240px;
    left: 25px;
    position: absolute;
    background: transparent url('../img/focusonbpc_mask_up.png') no-repeat top left;
    background-size: 244px auto;
}
#clalFocusOnBPC .focus-company .focus-logo:after {
	content: "";
    height: 25px;
    width: 240px;
    left: 25px;
	bottom: 28px;
    position: absolute;
    background: transparent url('../img/focusonbpc_mask_down.png') no-repeat bottom left;
    background-size: 244px auto;
}
#clalFocusOnBPC .focus-company .focus-logo img {
    width: 240px;
    height: 260px;
}
#clalFocusOnBPC .focus-company .focus-details {
	height: 250px;
	overflow: hidden;
}
#clalFocusOnBPC .focus-company .focus-details dt.product-name {
	color: #ffff66;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.1;
}
/*#clalFocusOnBPC a.goto:before {
	content: "";
	position: absolute;
	height: 2.5em;
    width: 265px;
    margin-top: -2.5em;

	background: rgba(0,170,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}*/
#clalFocusOnBPC a.goto {
	position: absolute;
	top: 22em;
	color: #ffff66;
}
#clalFocusOnBPC .focus-gallery_bio ul.focus-nav li {
	line-height: .3;
}

#clalFocusOnBPC:after {
	content: "";
	height: 12px;
	width: 100%;
	bottom: -1px;
	left: 0;
	position: absolute;
	background: transparent url('../img/focusonbio_grass.png') repeat-x bottom left;
	background-size: auto 12px;
}

.focus-gallery_bpc .focus-gallery-container {
    padding-top: 0;
}

.focuson.bpc .focus-page-prod-pic img {
	max-height: 250px;
	max-width: 187px;
}
.focuson.bpc .focus-page-prod-pic {
	width: 30%;
}
.focuson.bpc .focus-page-prod-pic img {
	max-height: 250px;
	max-width: 187px;
}

.focuson-interviste {
  width: 100%;
  display: block;
  position: relative;
  float: none;
  clear: both;
	padding-bottom: 1em;
}

.focuson-interviste hr {
	margin-left: 25px;
  margin-right: 25px;
}

.focuson-showcase {
	color:  #fff;
}

.focuson-inline-info {
  margin-left: -25px;
}
.focuson-inline-info h3 {
	font-family: 'Alfa Slab One', 'Open Sans', sans-serif;
	font-weight: normal;
	color: #fefefe;
  font-size: 2em;
  border: none;
  padding-top: 1.4em;
}
.focuson-inline-info p {
	margin-left: 0;
}
.focuson-inline-info .focuson-slogan {
	font-size: .9em;
  font-weight: 600;
  margin-bottom: .35em;
}
.focuson-inline-info .focuson-description {
	font-size: .83em;
}

.focuson-showcase .owl-item a {
	color: #fff;
}
.focuson-showcase .owl-item a .left {
	width: 45%;
	float: left;
}
.focuson-showcase .owl-item a .right {
	width: 55%;
	float: left;
}
.focuson-showcase .owl-item a .right > * {
	padding-left: 1em;
	display: block;
	margin-bottom: .35em;
}
.focuson-showcase .owl-item a .title {
  font-weight: 200;
  font-size: .95em;
  line-height: 1.1;
  margin-bottom: .75em;
}
.focuson-showcase .owl-item a .name {
  font-size: .85em;
  font-weight: bold;
  color: #ffff66;
}
.focuson-showcase .owl-item a .role {
	font-size: .75em;
	margin-bottom: .75em;
}
.focuson-showcase .owl-item a .date {
	font-weight: 200;
  font-size: .75em;
  color: #ffff66;
}
/* ====================== fine FocusOn BPC ====================== */

/* ====================== inizio FocusOn Boost ====================== */
.focuson-boost-left {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        padding-top: 200px;
        z-index: 999;
    }
    /* Il modulo è attivo solo per gli schermi XXL */
@media (min-width: 1200px) {
	.focuson-boost-left {
		display: block;
	}
}
.focuson-boost-left .preview .focuson-title {
	font-weight: bold;
	font-size: .8em;
	color: #003f6b;
	margin-left: .35em;
	margin-bottom: -.5em;
	height: 2em;
	line-height: 2em;
	max-width: 9em;
}
.focuson-boost-left .preview .preview-lens {
	height: 6em;
	width: 6em;
	margin: 1.5em 0 0 .5em;
	position: absolute;
}
.focuson-boost-left .preview .preview-lens .preview-lens-graphics {
	height: 0;
	width: 0;
	border-radius: 50%;
	padding: 50%;
	border: .25em solid #003f6b;
	cursor: pointer;
}
.focuson-boost-left .preview .preview-lens .preview-lens-handle {
	display: table;
	height: 110%;
	width: 12%;
	margin: -1px 40% 0 auto;
	background-color: #003f6b;
	border-bottom-right-radius: .25em;
	border-bottom-left-radius: .25em;
}
.focuson-boost-left .preview .preview-image {
	height: 7em;
	width: 7em;
	float: left;
	margin-top: 1em;
}
.focuson-boost-left .preview .preview-image .preview-image-wrapper {
	height: 6em;
	width: 6em;
	margin: .75em 0 0 .75em;
	-webkit-transition: height 1s ease, width 1s ease, margin 1s ease;
	-moz-transition: height 1s ease, width 1s ease, margin 1s ease;
	-o-transition: height 1s ease, width 1s ease, margin 1s ease;
	transition: height 1s ease, width 1s ease, margin 1s ease;

	/*background-color: orangered;*/
}
.focuson-boost-left .preview .preview-image .preview-image-wrapper .preview-image-thumbnail {
	height: 0px;
	width: 0px;
	border: .20em transparent;
	border-radius: 50%;
	padding: 50%;
	background-image: url("img/focuson/arborea/cremoso-th.png");
	background-size: cover;
	background-color: #ffffff;
	filter: blur(2px);
}
.focuson-boost-left .preview .preview-image .preview-image-wrapper:after {
	content: "?";
	font-weight: bold;
	font-size: 3em;
	color: #ffffff;
	opacity: 1;
	position: absolute;
	top: 6.1em;
	left: 1em;
	text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333;

	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
.focuson-boost-left .preview .preview-text {
	float: left;
	overflow: hidden;
	margin-top: -1em;
}
.focuson-boost-left .preview .preview-text .focus-details,
.focuson-boost-left .preview .preview-text > .focus-descr,
.focuson-boost-left .preview .preview-text > a.goto {
	margin: 0;
	padding: 0;
	height: fit-content;
	width: fit-content;
}
.focuson-boost-left .preview .preview-text .focus-details > *,
.focuson-boost-left .preview .preview-text > .focus-descr > *,
.focuson-boost-left .preview .preview-text > a.goto {
	width: 20.5em;
	margin: 0 0 0 -22.25em;
	padding: .25em .75em;
	opacity: 1;
	font-size: .9em;
	background-color: #ffffff;
	-webkit-transition: opacity 1s ease, margin 1s ease .5s, filter 2s ease;
	-moz-transition: opacity 1s ease, margin 1s ease .5s, filter 2s ease;
	-o-transition: opacity 1s ease, margin 1s ease .5s, filter 2s ease;
	transition: opacity 1s ease, margin 1s ease .5s, filter 2s ease;
}
.focuson-boost-left .preview .preview-text .focus-logo {
	display: none;
}
.focuson-boost-left .preview .preview-text .focus-details > * {
	font-weight: 300;
	border-right: 1px solid #dddddd;
	-webkit-transition: margin 1s ease .25s;
	-moz-transition: margin 1s ease .25s;
	-o-transition: margin 1s ease .25s;
	transition: margin 1s ease .25s;
}
.focuson-boost-left .preview .preview-text .focus-details > .focus-descr {
	font-weight: normal;
	padding-top: .75em;
	padding-bottom: .75em;
	border-top: 1px solid #dddddd;
}
.focuson-boost-left .preview .preview-text .focus-details > .focus-descr + .focuson-boost-left .preview .preview-text .focus-details > * {
	padding-bottom: .75em
}
.focuson-boost-left .preview .preview-text .focus-details .focus-details-name {
	border-top-right-radius: 1em;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding-top: .75em;
	padding-bottom: .75em;
	line-height: 1;
	-webkit-transition: margin 1s ease 0s;
	-moz-transition: margin 1s ease 0s;
	-o-transition: margin 1s ease 0s;
	transition: margin 1s ease 0s;
}
.focuson-boost-left .preview .preview-text .focus-details > *:nth-child(2),
.focuson-boost-left .preview .preview-text > .focus-descr > *:first-child {
	padding-top: .75em;
}
.focuson-boost-left .preview .preview-text .focus-details > *:last-child:not(a) {
	padding-bottom: .75em;
	border-bottom: 1px solid #dddddd;
}
.focuson-boost-left .preview .preview-text .focus-details dt,
.focuson-boost-left .preview .preview-text .focus-details dd {
	display: inline;
	margin: 0;
}
.focuson-boost-left .preview .preview-text .focus-details dt:not(:first-child) {
	border-left: 1px solid #dddddd;
	padding-left: .35em;
}
.focuson-boost-left .preview .preview-text .focus-details dt {
	padding-right: .35em;
}
.focuson-boost-left .preview .preview-text .focus-details dl.focus-details-name dt:not(.product-name) {
	display: none;
}
.focuson-boost-left .preview .preview-text .focus-details dl.focus-details-name dd,
.focuson-boost-left .preview .preview-text .focus-details dl.focus-details-name dt.product-name {
	font-weight: bold;
	font-size: 1.1em;
	color: #003f6b;
}
.focuson-boost-left .preview .preview-text .focus-details .company-name {
	font-weight: bold;
}
.focuson-boost-left .preview .preview-text > .focus-descr > * {
	border-right: 1px solid #dddddd;
}
.focuson-boost-left .preview .preview-text > .focus-descr > *:last-child {
	padding-bottom: .75em;
	border-bottom: 1px solid #dddddd;
}
.focuson-boost-left .preview .preview-text > .focus-descr > ul {
	padding-left: 1em;
}
.focuson-boost-left .preview .preview-text a.goto {
	display: block;
	background-color: #003f6b;
	color: #ffffff;
	font-weight: 600;
	line-height: 2;
	padding-bottom: .35em;
	background-image: none;
	border-bottom-right-radius: 1em;
	border-right: 1px solid #003f6b;
	text-align: right;
	-webkit-transition: margin 1s ease .75s;
	-moz-transition: margin 1s ease .75s;
	-o-transition: margin 1s ease .75s;
	transition: margin 1s ease .75s;
}
.focuson-boost-left .preview .preview-text a.goto:after {
	content: ">";
	display: inline;
	padding-right: .75em;
	padding-left: .35em;
	font-weight: bold;
}

.focuson-boost-left .preview .preview-more {
	position: absolute;
	font-size: .8em;
	margin-left: .35em;
	margin-top: 21em;
	width: 9em;
	text-align: center;
}
.focuson-boost-left .preview .preview-more a.preview-others {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #003f6b;
}
.focuson-boost-left .preview .preview-more a.preview-why {
	display: block;
	text-decoration: none;
	color: #aaa;
	line-height: 1;
	font-size: .85em;
	margin-top: .5em;
	background: none;
	padding: 0;
}



/* CUSTOMIZATION BY TYPE */
.focuson-boost-left.focuson-boost-type-focuson .focuson-title {
	color: #003f6b;
}
.focuson-boost-left.focuson-boost-type-focuson .preview .preview-lens .preview-lens-graphics {
	border-color: #003f6b;
}
.focuson-boost-left.focuson-boost-type-focuson .preview .preview-text .focus-details dl.focus-details-name dd,
.focuson-boost-left.focuson-boost-type-focuson .preview .preview-text .focus-details dl.focus-details-name dt.product-name,
.focuson-boost-left.focuson-boost-type-focusonbio .preview .preview-more a.preview-others {
	color: #003f6b;
}
.focuson-boost-left.focuson-boost-type-focuson .preview .preview-text  a.goto {
	background-color: #003f6b;
	border-color: #003f6b;
	color: #ffffff;
}
.focuson-boost-left.focuson-boost-type-focuson .preview .preview-lens .preview-lens-handle {
	background-color: #003f6b;
}

.focuson-boost-left.focuson-boost-type-focusonbio .focuson-title {
	color: #0a0;
}
.focuson-boost-left.focuson-boost-type-focusonbio .preview .preview-lens .preview-lens-graphics {
	border-color: #0a0;
}
.focuson-boost-left.focuson-boost-type-focusonbio .preview .preview-text .focus-details dl.focus-details-name dd,
.focuson-boost-left.focuson-boost-type-focusonbio .preview .preview-text .focus-details dl.focus-details-name dt.product-name,
.focuson-boost-left.focuson-boost-type-focusonbio .preview .preview-more a.preview-others {
	color: #0a0;
}
.focuson-boost-left.focuson-boost-type-focusonbio .preview .preview-text  a.goto {
	background-color: #0a0;
	border-color: #0a0;
	color: #ffffff;
	font-weight: bold;
}
.focuson-boost-left.focuson-boost-type-focusonbio .preview .preview-lens .preview-lens-handle {
	background-color: #0a0;
}
.focuson-boost-left.focuson-boost-type-focusonbio .preview .preview-more a.preview-others {
	color: #0a0;
}
.focuson-boost-left.focuson-boost-type-focusonbio .preview .preview-text .focus-details > *:not(a) {
	padding-top: .75em;
	padding-bottom: .75em;
}

.focuson-boost-left.focuson-boost-type-focusonBPC .focuson-title {
	color: #383535;
	line-height: .8;
}
.focuson-boost-left.focuson-boost-type-focusonBPC .preview .preview-lens .preview-lens-graphics {
	border-color: #383535;
}
.focuson-boost-left.focuson-boost-type-focusonBPC .preview .preview-text .focus-details dl.focus-details-name dd,
.focuson-boost-left.focuson-boost-type-focusonBPC .preview .preview-text .focus-details dl.focus-details-name dt.product-name,
.focuson-boost-left.focuson-boost-type-focusonBPC .preview .preview-more a.preview-others {
	color: #383535;
}
.focuson-boost-left.focuson-boost-type-focusonBPC .preview .preview-text  a.goto {
	background-color: #383535;
	border-color: #383535;
	color: #ffff66;
}
.focuson-boost-left.focuson-boost-type-focusonBPC .preview .preview-lens .preview-lens-handle {
	background-color: #383535;
}
.focuson-boost-left.focuson-boost-type-focusonBPC .preview .preview-text .focus-details > *:not(a) {
	padding-top: .75em;
	padding-bottom: .75em;
}

/* ANIMATION: */
.focuson-boost-left .preview:hover {
	min-width: 7em;
	min-height: 18em;
}
.focuson-boost-left .preview:hover .preview-lens {
	animation: dofocus-lens 1s linear;
	animation-fill-mode: forwards;
}
.focuson-boost-left .preview:hover .preview-image {
	animation: dofocus-image 1s linear;
	animation-fill-mode: forwards;
}
.focuson-boost-left .preview:hover .preview-image .preview-image-wrapper {
	animation: dofocus-image-wrapper 1s linear;
	animation-fill-mode: forwards;
}
.focuson-boost-left .preview:hover .preview-image .preview-image-wrapper .preview-image-thumbnail {
	animation: dofocus 1s linear;
	animation-fill-mode: forwards;
}
.focuson-boost-left .preview:hover .preview-image .preview-image-wrapper:after {
	opacity: 0;
}
.focuson-boost-left .preview:hover .preview-text {
	/*width: 20.5em;*/
}
.focuson-boost-left .preview:hover .preview-text .focus-details > *,
.focuson-boost-left .preview:hover .preview-text > .focus-descr > *,
.focuson-boost-left .preview:hover .preview-text > a.goto {
	opacity: 1;
	margin-left: 0;
	filter: blur(0px);
}

.focuson-boost-left .preview .preview-more a.preview-others:hover,
.focuson-boost-left .preview .preview-more a.preview-why:hover {
	text-decoration: underline;
}

@keyframes dofocus {
	75% {
		filter: blur(1px);
		border-width: 5.25em;
	}
	50%,100% {
		filter: blur(0px);
		border-width: .5em;
	}
}
@keyframes dofocus-lens {
	75% {
		height: 7.5em;
		width: 7.5em;
		margin: .75em 0 0 -.25em;
	}
	50%,100% {
		height: 7em;
		width: 7em;
		margin: 1em 0 0 0;
	}
}
@keyframes dofocus-image {
	75% {
		width: 8em;
	}
	50%,100% {
		width: 7.5em;
	}
}
@keyframes dofocus-image-wrapper {
	75% {
		height: 7.5em;
		width: 7.5em;
		margin: 0 0 0 0;
	}
	50%,100% {
		height: 7em;
		width: 7em;
		margin: .25em 0 0 .25em;
	}
}
/* ====================== fine FocusOn Boost ====================== */

/* ====================== inizio Razioni Lombardia ====================== */
#razioni-page #quotazioni table td.fonte {
	text-align: inherit !important;
	border-top: inherit !important;
	color: inherit !important;
}
#razioni-page #quotazioni table td.fonte.value0 {
    background-color: #fbfbf9;
}
#razioni-page #quotazioni table td.fonte.value1 {
    background-color: #efefe0;
}
/* ====================== fine Razioni Lombardia ====================== */
.textarea-html {
	padding: 4px;
	border: 1px solid rgb(204, 204, 204);
	font-size: 13px;
	height: 180px;
	overflow-y: auto;
	color: #555;
}
/* ====================== inizio Social Footer ====================== */
footer .social {
	float: left;
	height: 35px;
	line-height: 32px;
}
footer .social span {
	display: inline-block;
	line-height: 32px;
}
footer .social a {
	display: inline-block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	margin: 1px;
	vertical-align: bottom;
	background: url('../teseo/img/sprite-icons.png') no-repeat top left;
}
footer .social a#footerFacebook {
	background-position: 0px 0px;
}
footer .social a#footerFacebook:hover {
	background-position: 0px -32px;
}
footer .social a#footerTwitter {
	background-position: -32px 0px;
}
footer .social a#footerTwitter:hover {
	background-position: -32px -32px;
}
footer .social a#footerGooglePlus {
	background-position: -64px 0px;
}
footer .social a#footerGooglePlus:hover {
	background-position: -64px -32px;
}
footer .social a#footerLinkedIn {
	background-position: -96px 0px;
}
footer .social a#footerLinkedIn:hover {
	background-position: -96px -32px;
}
footer .social a#footerYoutube {
	background-position: -128px 0px;
}
footer .social a#footerYoutube:hover {
	background-position: -128px -32px;
}
footer .social a#footerTelegram {
	background-position: -128px 0px;
}
footer .social a#footerTelegram:hover {
	background-position: -128px -32px;
}
footer .social a#footerLinkedin {
	background-position: -96px 0px;
}
footer .social a#footerLinkedin:hover {
	background-position: -96px -32px;
}
/* ====================== fine Social Footer ====================== */

.forum-countdown {
	width: 100%;
	margin: 0 auto;
}

ul#dairyForumList li p, ul.dairyForumList li p {
	width: auto;
}

ul.dairyForumList .when,
ul.dairyForumList .list-time {
	display: none !important;
}

ul.dairyForumList .flag-icon {
	float: left;
	margin-right: 1em;
	line-height: inherit;
	width: 1.6em;
	opacity: 0.8;
}

ul.dairyForumList ul.debate {
	margin-bottom: 1.5em;
}
ul.dairyForumList ul.debate li {
	height: 2em;
	padding-left: 1em;
	border-left: 1px solid #aaa;
}
ul.dairyForumList ul.debate li.ministry {
	padding-bottom: .75em;
}
.teseo ul.dairyForumList ul.debate li.ministry {
	padding-bottom: 1.5em;
}
ul.dairyForumList span.country {
	display: inline-block;
	border-left: 1px solid #999;
	color: #777;
	padding-left: .35em;
	margin-left: .45em;
	font-weight: 600;
}
ul.dairyForumList span.ttitle {
	display: inline-block;
	margin-left: 2.36em;
	padding-top: .5em;
	font-size: 1.1em;
	/*font-style: italic;*/
	/*font-weight: 600;*/
	color: #f60;
}
ul.dairyForumList span.ttitle.debate{
	margin-left: 0;
}

#streaming-agenda ul.dairyForumList li {
	display: inline-block;
	width: 100%;
}

#streaming-agenda .agenda-contents ul.dairyForumList p {
	line-height: 1.2em;
}
#streaming-agenda  ul.dairyForumList span.ttitle {
	padding-top: 0;
}
#streaming-agenda ul.dairyForumList ul.debate li {
	height: auto;
}
#streaming-agenda ul.dairyForumList li.session-time {
	display: none;
}
#streaming-agenda ul.dairyForumList li p {
	margin-left: 2px;
}

#streaming-agenda ul.dairyForumList li.now .flag-icon {
	margin-left: .5em;
	margin-right: .5em;
}

#streaming-agenda ul.dairyForumList li.now ul.debate {
	padding-left: 0;
	font-size: .8em;
	margin-bottom: .5em;
}
#streaming-agenda ul.dairyForumList li.now ul.debate li {
	border: none;
}

.clal-streaming #streaming-container .a-player {
	width: 33.333333333%;
}
.clal-streaming #streaming-container .next-events {
	display: none;
}

.clal-streaming #streaming-container #frame-wrapper {
	max-width: 560px !important;
}

/* ====================== Classi per Quadri New ====================== */

table.quadro div.quadri_corr0, td.quadri_corr0{
	text-align:right;
	background-color:#F0F8F8;
	font-size:0.9em;
	padding-right:1em
	/*width: 3em;*/
}

table.quadro div.quadri_corr1, td.quadri_corr1{
	text-align:right;
	background-color:#DBF4F8;
	font-size:0.9em;
	padding-right:1em
	/*width: 3em;*/
}

table.quadro div.p_corr0, td.p_corr0{
	padding:0
}

table.quadro div.p_corr1, td.p_corr1{
	padding:0
}

table.quadro td.intestCorrent, div.intestCorrent{
	text-align:right;
	color:#000;
	background-color:#b8d3de;
	border-bottom:2px solid #0c400c;
	font-weight: bold;
	padding-right:1em
	/*width: 3em;*/
}

table.quadro td.p_Corrent, div.p_Corrent{
	padding:0
}

table.quadro td.datiriservati{
	font-size:13px;
	background-color: #deefea;
	line-height:2em;
}

table.quadro td.arancioSE{
	background-color:#ffe2d7;
	font-size:0.9em;
}

table.quadro td.intestAracio{
	background-color:#ff8251;
	color:#510000;
	border-bottom:2px solid #d76e44;

}

table.quadro div.bordoLeft, td.bordoLeft{
	border-left:medium double black;
	}

table.quadro div.bordoLeftsing, td.bordoLeftsing{
	border-left:1px solid black;
	}

#pagina h2 .flag-icon, #pagina td .flag-icon{
  background-color: #666;
  border: 1px solid #666;
  margin-left: .25em;
  margin-right: .25em;
}

#pagina .intro .add_this {
    top: 5px;
}

#pagina div.text {
	padding:0 15px;
}

#login .help-block {
    color: #f00;
    font-weight: bold;
}
#login .avviso-migrazione {
    color: #ffde66;
    line-height: 1.2;
    float: none;
    clear: both;
}

.old-dwt-login, .dwt-login {
    min-width: 300px;
    margin-bottom: 2em;
}
.old-dwt-login h3.no-more {
    text-decoration: line-through;
}

.pagina.riservata h3 {
    border: none;
    display: block;
    margin: 45px 15px 30px 15px;
    width: 100%;
    text-align: center;
}
.pagina.riservata p {
    border: none;
    font-size: 1.2em;
    line-height: 1.8;
    margin: 20px 15px;
    text-align: center;
}

.restricted-ribbon {
    background-color: #0067af;
    background-image: url('../img/Plus.png');
    background-position: center center;
    background-size: 90% auto;
    background-repeat: no-repeat;
    color: #fff;
    height: 60px;
    width: 54px;
    position: absolute;
    left: 15px;
    z-index: 1;
}
.restricted-ribbon.locked {
    background-color: #a00;
    background-image: url('../img/Plus_blur.png');
}
.restricted-ribbon:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 15px solid #0067af;
  border-right: 27px solid transparent;
  z-index: 997;
}
.restricted-ribbon:after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 15px solid #0067af;
  border-left: 27px solid transparent;
  z-index: 998;
}
.restricted-ribbon.locked:before,
.restricted-ribbon.locked:after {
    border-top-color: #a00;
}
/*.restricted-ribbon p {
    margin: 10px auto;
    font-weight: 600;
    font-size: 11px;
    text-align: left;
}*/

.main-contents.restricted #pagina {
    /*margin-top: 0;*/
}

.main-contents.restricted h2 {
    /*margin-left: 15px;
    margin-bottom: 30px;
    padding-left: 64px;
    z-index: 0;*/
}

.restricted-ribbon-simple {
	font-size: 17px;
}
.restricted-ribbon-simple span {
	border-bottom-right-radius: .25em;
	border-top-right-radius: .25em;
	color: #ffffff;
	display: table;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 1em;
	margin-right: .5em;
	padding: 8.5px 2.25em 8.5px 15px;
    background-color: #0067af;
}
.restricted-ribbon-simple.locked span {
    background-color: #a00;
}
.restricted-ribbon-simple .ribbon-edge-bottomleft {
	position: absolute;
	z-index: 1;
	border-style:solid;
	height:0px;
	width:0px;
	left: 0px;
	border-color: transparent #00426b transparent transparent;
	top: 33px;
	border-width: 0 15px 7px 0;
}
.restricted-ribbon-simple.locked .ribbon-edge-bottomleft {
	border-color: transparent #660000 transparent transparent;
}
.restricted-ribbon-simple span::after {
    content: '+';
    display: inline-block;
    font-size: 1.2em;
    height: .8em;
    width: .8em;
    font-weight: bold;
    border: 1px solid #ffffff;
    text-align: center;
    border-radius: 1em;
    line-height: .7em;
    box-sizing: content-box;
    box-shadow: 0 0 1px 0 white inset, 0 0 1px 0 white;
    position: absolute;
    /*padding: 0 0 0 .01em;*/
    margin-left: .45em;
}
.restricted-ribbon-simple.locked span::after {
    content: '-';
    font-size: 2em;
    height: .5em;
    width: .5em;
    line-height: .35em;
    margin-left: .25em;
    font-weight: normal;
}

/* ====================== Box OnDemand, Incontri, Lens, Voices, Istantanea ====================== */
.ondemand-box {
    background-color: #eeeeee;
}
.ondemand-box.events-style {
    /*background-color: #fffed7;*/
}

.ondemand-box .ondemand-box-container {
    /*padding: .5em 1.5em;*/
    padding: .5em 0;
}

.ondemand-loading {
    background-image: url("../pages/ondemand/img/loading.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
    min-height: 219px;
}
.ondemand-loading.events-style {
    background-image: url("../pages/events/img/loading.gif");
}
.ondemand-loading.lens-style {
    background-image: url("../pages/lens/img/loading.gif");
}
.ondemand-loading.voices-style {
    background-image: url("../pages/voices/img/mic.png");
}
.ondemand-loading.istantanea-style {
    background-image: none;
}

.ondemand-box .ondemand-info {
    /*position: absolute;*/
    width: 320px;
    bottom: 1.5em;
    color: #666666;
    display: none;
}
.ondemand-box .ondemand-inline-info {
    margin-left: -2em;
    margin-top: 3.2em;
    color: #666666;
}
.ondemand-box.lens-style .ondemand-inline-info {
    margin-top: 1em;
    color: #666666;
}
.ondemand-box .ondemand-inline-info .ondemand-logo {
    width: auto !important;
}

.ondemand-box .ondemand-logo {
    height: 3.4em;
}
.ondemand-box.lens-style .ondemand-logo {
    height: 2.4em;
}
.ondemand-box .ondemand-slogan {
    font-size: .9em;
    font-weight: 600;
    margin: 0;
}
.ondemand-box.lens-style .ondemand-slogan {
	font-size: 1.3em;
    line-height: 1;
    margin: .75em 0 .5em 0;
}
.ondemand-box .ondemand-description {
    font-size: .83em;
    margin: 0;
    width: 23em;
}
.ondemand-box.lens-style .ondemand-description {
	font-size: .9em;
	margin-bottom: .5em;
	width: 90%;
}
.ondemand-box.lens-style .ondemand-description a {

}
.ondemand-box .ondemand-description li {
    padding-bottom: .5em;
}

.ondemand-box .home-showcase {

}
.ondemand-box.events-style .home-showcase .owl-item {
    margin-top: .5em;
}
.ondemand-box .home-showcase .owl-item img {
    border-radius: .5em;
}

.ondemand-box .home-showcase .owl-item a {
    text-decoration: none;
}
.ondemand-box .home-showcase .owl-item .date {
    color: #3ca6c1;
    display: table;
    font-size: .8em;
    font-weight: 600;
    margin: 0 auto;
}

.ondemand-box .home-showcase .ondemand-next {
    border: 2px dashed white;
    border-radius: .5em;
    height: 168px;
}
@media (max-width: 1500px) { /*1387*/
    .ondemand-box .home-showcase .ondemand-next {
        height: 153px;
    }
}
.ondemand-box .home-showcase .ondemand-next .content {
    display: table;
    color: #666666;
    font-size: .8em;
    margin: 0 auto;
    margin-top: 2em;
    width: 90%;
}
.ondemand-box .home-showcase .ondemand-next .big-text {
    font-family: 'Alfa Slab One', 'Open Sans', sans-serif;
    font-size: 1.1em;
    margin-bottom: 0;
}
.ondemand-box .home-showcase .ondemand-next .small-text {
    margin-bottom: .5em;
    margin-top: .35em;
}
.ondemand-box .home-showcase .ondemand-next .btn {
    display: table;
    margin: 0 auto;
    padding: .35em 1em;
}

.ondemand-box .owl-dots {
    margin-top: 5px !important;
}
.ondemand-box .owl-dots .owl-dot span {
    background: rgba(12, 255, 164, 0.50);
}
.ondemand-box .owl-dots .owl-dot.active span,
.ondemand-box .owl-dots .owl-dot:hover span {
    background: rgba(60, 166, 193, 0.90);
}

/* - Voices */
/* - - dark theme */
/*.ondemand-box.voices-style {
	background-color: #353331;
	color: #fff;
}
.ondemand-box.voices-style .home-showcase .owl-item a {
	color: #df2020;
}*/

.ondemand-box.voices-style .ondemand-description {
	width: 100%;
}

.ondemand-box.voices-style .home-showcase .owl-item a img,
.focuson-showcase .owl-item a img {
	display: block;
	height: 1px;
	width: 1px;
}
.ondemand-box.voices-style .home-showcase .owl-item a .face,
.focuson-showcase .owl-item a .face {
	height: 0;
    width: 100%;
    padding-bottom: 100%;
    position: relative;

    background-position: center;
    background-size: auto 135%;
	border-radius: 50%;
	filter: contrast(.85) grayscale(.1) brightness(1.25);

	-webkit-transition: border-radius .75s, background-size .75s, background-position .75s, filter .75s;
    transition: border-radius .75s, background-size .75s, background-position .75s, filter .75s;
}
.ondemand-box.voices-style .home-showcase .owl-item a .face.face-vertical,
.focuson-showcase .owl-item a .face.face-vertical {
    background-position: center;
    background-size: 135% auto;
}
.ondemand-box.voices-style .home-showcase .owl-item a .title {
	position: absolute;
	bottom: 0;
	left: 0;

	line-height: 1em;
    font-size: .9em;
    font-weight: 300;
    color: #fff;
    background-color: rgba(0,17,43,.8);/*#00112bcd*/
    background-position: .2em center;
    background-size: 1.25em auto;
    background-repeat: no-repeat;
    padding: .15em .25em .35em 1.75em;

	opacity: 0;
}
.ondemand-box.voices-style .home-showcase .owl-item a .name,
.ondemand-box.voices-style .home-showcase .owl-item a .role,
.ondemand-box.voices-style .home-showcase .owl-item a .date {
	display: block;
	width: 100%;
	text-align: center;
}
.ondemand-box.voices-style .home-showcase .owl-item a .name {
	font-family: 'Alfa Slab One', 'Open Sans', sans-serif;
	font-size: .9em;
	color: #df2020;
}
.ondemand-box.voices-style .home-showcase .owl-item a .role {
	font-size: .9em;
    font-weight: 400;
    color: #777;
    line-height: 1;
}
.ondemand-box.voices-style .home-showcase .owl-item a .role strong {
    font-weight: 600;
}
.ondemand-box.voices-style .home-showcase .owl-item a .date {
	font-weight: 200;
	font-size: .8em;
	color: #df2020;
	padding-top: .25em;
}

.ondemand-box.voices-style .home-showcase .owl-stage:hover .owl-item a .face,
.focuson-showcase .owl-stage:hover .owl-item a .face {
	filter: contrast(1.25) grayscale(1) brightness(1.15);
}
.ondemand-box.voices-style .home-showcase .owl-stage .owl-item a:hover .face,
.focuson-showcase .owl-stage .owl-item a:hover .face {
	background-size: auto 115% !important;
	background-position-y: bottom;
	border-radius: 0%;
	filter: contrast(1) grayscale(0) brightness(1);
}
.ondemand-box.voices-style .home-showcase .owl-item a:hover .face.face-vertical,
.focuson-showcase .owl-item a:hover .face.face-vertical {
	background-size: 115% auto !important;
	background-position-y: center;
}
.ondemand-box.voices-style .home-showcase .owl-item a:hover .title {
	background-image: url("../pages/voices/img/mic.png");
	opacity: 1;

	-webkit-transition: opacity .25s ease-in .75s;
    transition: opacity .25s ease-in .75s;
}
.ondemand-box.voices-style .home-showcase .ondemand-next {
    height: auto;
}

/* - Istantanea */
.ondemand-box.istantanea-style .ondemand-inline-info {
    margin-top: 1em;
}
.ondemand-box.istantanea-style .ondemand-title {
	font-size: 2em;
	line-height: .9;
	margin-bottom: 0.25em;
}
.ondemand-box.istantanea-style .ondemand-slogan {
	font-size: 1.25em;
	margin-bottom: 1em;
}
.ondemand-box.istantanea-style .ondemand-title,
.ondemand-box.istantanea-style .ondemand-slogan,
.home-boxes-dots .istantanea-dot {
	font-family:'Permanent Marker';
	text-transform: uppercase;
}
.ondemand-box.istantanea-style .ondemand-description {
	margin-bottom: .5em;
}
.ondemand-box.istantanea-style .source .red {
	color: #ee3825;
}
.ondemand-box.istantanea-style .source .green {
	color: #7abe21;
}
.ondemand-box.istantanea-style .source .blu {
	color: #198cd9;
}
.ondemand-box.istantanea-style .source .grey {
	color: #979c8f;
}
.ondemand-box.istantanea-style .square svg {
	height: 275px;
	width: auto;
	box-shadow: 2px 2px 6px #999;
}
.ondemand-box.istantanea-style .square svg * {
	transition: fill 5s, stroke 5s
}
.home-boxes-dots .istantanea-dot {
	text-indent: 0;
}

.ondemand-box .ondemand-inline-info {
    margin-top: 4.2em;
}

.ondemand-box.events-style .owl-item .event-container a {
	padding-bottom: 56.25%;
	display: block;
	border: 1px solid #005f9b;
	border-radius: .5em;
	background-position: center;
  background-size: auto 100%;
  /*color: #fff;*/
}
.ondemand-box.events-style .owl-item .event-container {
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.1;
}

/*.ondemand-box.events-style .owl-item .event-container .event-title {
    position: absolute;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.1;
    display: block;
    width: 90%;
    top: 40%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-40%);
}*/

/* - Riservato */
/* common */
.ondemand-box.events-style .ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 2;

    transform: scale(.5);
    -moz-transform: scale(.5);
}
.ondemand-box.events-style .ribbon::before,
.ondemand-box.events-style .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #003c66;
}
.ondemand-box.events-style .ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #0069b2;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
.ondemand-box.events-style .ribbon-top-left {
    top: -42px;
    left: -42px;
}
.ondemand-box.events-style .ribbon-top-left::before,
.ondemand-box.events-style .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ondemand-box.events-style .ribbon-top-left::before {
    top: 0;
    right: 0;
}
.ondemand-box.events-style .ribbon-top-left::after {
    bottom: 0;
    left: 0;
}
.ondemand-box.events-style .ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

.ondemand-box.events-style .past-events {
	background: transparent;
}
.ondemand-box.events-style .past-events div {
	margin-top: 5em;
    margin-left: 1.4em;
}
.ondemand-box.events-style .past-events p {
	font-size: .9em;
}
.ondemand-box.events-style .past-events p.past-event-title {
    color: #c85944;
	font-family: 'Alfa Slab One', 'Open Sans', sans-serif;
	font-size: 1.4em;
	margin-bottom: 0;
}

.home-boxes-dots {
    display: table;
    margin: .5em auto 0 auto;
    padding: 0;
}
.home-boxes-dots li {
    display: inline-block;
    list-style-type: none;
    background-size: auto 1.2em;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -100%;
    height: 1.2em;
    width: 7em;
    cursor: pointer;
    margin-right: 1em;
    opacity: .4;
}
.home-boxes-dots li.active,
.home-boxes-dots li:hover,
.home-boxes-dots li:focus {
    opacity: 1;
}
.home-boxes-dots li.voices-dot {
    background-image: url('../pages/voices/img/logo_onwhite_cropped.png');
    width: 4.5em;
}
.home-boxes-dots li.lens-dot {
    background-image: url('../pages/lens/img/logo_onwhite_cropped.png');
    width: 3em;
}
.home-boxes-dots li.events-dot {
    background-image: url('../pages/events/img/logo_onwhite_cropped.png');
    width: 5em;
}
.home-boxes-dots li.ondemand-dot {
    background-image: url('../pages/ondemand/img/logo_onwhite_cropped.png');
}

.ondemand-box.lens-style {
    background-color: #f7f7f7;
}
.ondemand-box.lens-style table {
    width: 98%;
    margin: 0 auto;
}
.ondemand-box.lens-style table tr td {
    background-color: #ffffff;
    border-bottom: 1px solid #ff4b22; /*#ccc*/
    font-size: 1em;
}
.ondemand-box.lens-style table tr td.intestazione,
.ondemand-box.lens-style table tr td.fonte,
.ondemand-box.lens-style table tr.paese td {
    background-color: transparent;
    color: #666666;
    border-bottom-color: #ccc;
}
.ondemand-box.lens-style table tr.paese td {
    color: #f93306;
    /*font-family: 'Alfa Slab One', 'Open Sans', sans-serif;*/
    font-weight: bold;
    font-size: 1.05em;
    line-height: 1;
}
.ondemand-box.lens-style table tr.paese td .paese-nome {
    font-family: 'Alfa Slab One', 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}
.ondemand-box.lens-style table tr.paese td .paese-flag {
    display: block;
    float: left;
    height: 2em;
    width: 2.7em;
    margin-bottom: .25em;
    margin-right: .5em;
}
.ondemand-box.lens-style table tr td.intestazione {
    font-size: .9em;
    padding-left: 3.5px;
    padding-right: 3.5px;

    font-weight: normal;
    color: #444;
}
.ondemand-box.lens-style table tr td.fonte {
    color: #888;
    font-size: .8em;
    border-bottom: none;
}
.ondemand-box.lens-style table tr td.country-rank {
    color: #666666;
    font-size: .9em;
    font-style: italic;
    padding-left: 3.5px;
}
.ondemand-box.lens-style table tr.red_row td {
    background-color: #ff4b22 !important;
    color: #fff !important;
    font-weight: bold;
    border-top:1px solid #fff;
}
.ondemand-box.lens-style a.lightwindow {
    background: transparent;
    padding: 0;
}
.ondemand-box.lens-style table a.lightwindow {
    background: transparent;
    padding-left: 1em;
    font-size: .9em;
    font-weight: 600;
    display: inline-block;
    float: right;
}

/* Modulo Redirect From */
.redirect-from {
	background-color: #57A957;
	color: #ffffff;
	padding: 1em 0;
	margin-bottom: 2em;
}
.redirect-from .warning-symbol {
	float: left;
	width: 10%;
	margin: .75em 0;
	padding: 0;
}
.showHide .warning-symbol {
	display: inline-block;
	text-decoration: none;
	margin-right: .35em;
}
.redirect-from .warning-symbol span,
.showHide .warning-symbol span {
	font-size: 5em;
	text-align: center;
	display: block;
	margin: 0 auto 0 0;
	border: 2px solid white;
	border-radius: 1em;
    height: 1em;
    width: 1em;
    line-height: 1;
}
.showHide .warning-symbol span {
	font-size: 1.6em;
	border-color: #005f9b;
	border-width: 2px;
	font-weight: bold;
}
.redirect-from .redirect-message {
	float: left;
	width: 90%;
	margin: 0;
	padding: 0;
}
.redirect-from p {
	font-size: 1.1em;
	font-weight: 600;
}
.redirect-from a {
	color: #ffffff;
}

/* SHOWCASE */
.showcase {

}
.showcase > h2.title {
	background-image: none;
    font-size: 2.8em;
    height: 1.25em;
    display: block;
    padding-top: .35em;
    font-weight: 300;
    color: grey;
}
.showcase > h2.title strong {
	font-weight: 400;
}
.showcase > h2.title.logo {
    background-repeat: no-repeat;
    background-size: auto 95%;
    background-position: center left;
}
.showcase .book {

}
.showcase .book .chapter {
	display: table;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 2em 1em;
}
.showcase .book .chapter .logo {
	float: left;
    display: table;
    width: 5.5em;
    height: 5.5em;
    background-color: #f7f7f7;
    border-radius: .35em;
    margin-right: 1em;
    background-size: 90% auto;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color .5s;
}
.showcase .book .chapter:hover .logo,
.showcase .book .chapter:active .logo,
.showcase .book .chapter:focus .logo {
	background-color: #eee;
}
.showcase .book .chapter.adv .logo {
	/*background-color: #ec5b5b;*/
	background-color: #ffd320;
}
.showcase .book .chapter .content {
	float: left;
	display: table;
	min-width: 30em;
}
.showcase .book .chapter .content .title {
    font-size: 1.4em;
	font-weight: bold;
	margin-top: .35em;
}
.showcase .book .chapter .content .title a {
    text-decoration: none;
    color: #555;
}
.showcase .book .chapter .content .title a:visited {
    color: #555;
}
.showcase .book .chapter.adv .content .title a {
	/*color: #a00;*/
	color: #E69900;
}
.showcase .book .chapter:hover .content .title a,
.showcase .book .chapter:active .content .title a,
.showcase .book .chapter:focus .content .title a {
    color: #005f9b;
}
.showcase .book .chapter .content .desc {
	font-size: .95em;
	color: #666;
	width: 100%;
}
.showcase .book .chapter .content .link,
.showcase .title-link {
    font-family: courier, monospace;
    text-decoration: none;
    display: inline-block;
    padding-top: .5em;
}
.showcase .title-link {
	padding-left: 2em;
	font-size:50%;
    color: #005f9b;
}

/* Intestazione con logo CLAL.it per tutte le tabelle */
table tr td.intestazione.top-left-radius,
table tr td.table-logo,
table tr th.table-logo {
	background-image: url(../img/logo_clal_white.png);
    background-position: .5em .5em;
    background-size: 4em auto;
    background-repeat: no-repeat;
}

/*stile clal digit*/
.clal-digit {
   font-family: Exo, sans-serif;
   font-size: 1.6em;
   line-height: 1;
}
.clal-digit b {
   font-weight: 600;
}
.clal-digit .main-digit {
   font-weight: bold;
   font-size: 2em;
   line-height: 1.2;
}

/* Pagina Archivio Documenti */
.archive-table > thead > tr > th {
	/*text-align: left;*/
}
.archive-table .archive-type {
	color: #aaa;
	font-weight: 600;
	text-align: center;
}
.archive-table .archive-location {
	color: #aaa;
}
.archive-table .archive-date {
	/*color: #06e;*/
}
.archive-table .archive-title,
.archive-table .archive-title a {
	/*color: #333;*/
	font-size: 1.1em;
	line-height: 1;
	font-weight: 600;
	text-decoration: none;
}
.archive-table .archive-description {
	font-size: .9em;
}
.archive-table .archive-download a,
.archive-table .archive-goto a {
	text-decoration: none;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	display: block;
  width: 100%;
  line-height: 1.2;
}

.archive-table-container .dataTables_length label select,
.archive-table-container .dataTables_wrapper .dataTables_filter input {
	display: inline-block;
}

.archive-type-list {
	margin-top: 2em;
}
.archive-type-list > li {
	padding-bottom: 1em;
	list-style-type: none;
}
.archive-type-list > li > a {
	font-weight: bold;
    display: inline-block;
    padding: .25em .75em;
    background-color: #005f9b;
    color: #fff;
    border-radius: .35em;
    text-decoration: none;
    margin-right: .25em;
}

/* per Broadcast */
h2.broadcast-title span.glyphicon {
    color: inherit;
}
h2.broadcast-title {
	text-decoration: underline;
}

.archive-target .target-swine,
.archive-target .btn-default[disabled].target-swine,
.archive-target .btn-default.disabled.target-swine {
	background-color: #e05252;
}
.archive-target .target-bovine,
.archive-target .btn-default[disabled].target-bovine,
.archive-target .btn-default.disabled.target-bovine {
	background-color: #963D7F;
}
.archive-target .target-dairy,
.archive-target .btn-default[disabled].target-dairy,
.archive-target .btn-default.disabled.target-dairy {
	background-color: #0067af;
}
.archive-target .target-agri,
.archive-target .btn-default[disabled].target-agri,
.archive-target .btn-default.disabled.target-agri {
	background-color: #82ae44;
}

/* BOX archivi */
.archive-box .archive-item,
header .menu-bar ul.nav .dropdown-menu .archive-box a.archive-item {
	display: block;
	float: none;
	clear: both;
	padding: .75em .25em;
	color: #333;
    font-weight: 600;
    line-height: 1.1;
    border-bottom: 1px solid #eee;
}
.archive-box .archive-item .team-pic-img,
header .menu-bar ul.nav .dropdown-menu .highlights-carousel .archive-box a.archive-item img.team-pic-img {
	display: block;
	float: left;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    margin-right: .35em;
    margin: .15em .35em .25em 0;
}
.archive-box .archive-item small {
	margin-right: .35em;
}
.archive-box .archive-item .btn-group-xs>.btn {
	padding: .05em .25em .15em .25em;
    font-size: .65em;
    line-height: 1.2;
    color: #fff;
}
.archive-box .archive-item .btn-group-xs>.btn[disabled] {
	opacity: .85;
	border: none;
}
.archive-box a.goto {
	display: block;
	float: none;
	clear: both;
	margin-top: .35em;
}
/* menu only */
header .dropdown-menu h2.broadcast-title {
	font-size: 1.2em;
	margin-bottom: 0;
}
header .dropdown-menu .broadcast-menu-box {
	height: 100%;
	background-color: #ffd320;
    padding: 0 2em;
    border-radius: 0.5em;
}

/* interaction */
.archive-box a.archive-item:hover,
header .menu-bar ul.nav .dropdown-menu .archive-box a.archive-item:hover {
	background-color: #E36E14;
	color: #fff;
	text-decoration: none;
}
.archive-box .archive-item:hover small.text-muted,
header .menu-bar ul.nav .dropdown-menu .archive-box a.archive-item:hover small.text-muted {
	color: #fff;
}

/* -- Side Ribbon -- */
.side-ribbon.teseo-ribbon {
    background-color: #ffd320;
    font-size: 100%;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    width: 2em;
    border: .35em solid #ffd320;
    border-radius: .35em 0 0 .35em;

    display: block;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY( -50% );
    z-index: 99;

    transition:  width .05s;
}
.side-ribbon .teseo-action,
.side-ribbon .teseo-url {
	font-size: .9em;
	display: none;
}
.side-ribbon .teseo-logo {
    background-image: url(../teseo/img/logoTeseoWS_only.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center left;
    text-align: right;
    font-size: 4em;
    font-weight: 200;
    line-height: .4;
    height: 1em;
    width: 1em;
    transform: rotate(-90deg);
    margin: 0 -.25em;

    transition:  transform .5s, background-size .5s, padding .5s, width .5s, height .5s;
}
.side-ribbon .teseo-logo span {
    display: none;
}

/* animazione Side Ribbon */
.side-ribbon.teseo-ribbon:hover {
	width: 12em;
    padding: 0 .75em 0 .35em;
}
.side-ribbon:hover .teseo-action,
.side-ribbon:hover .teseo-url {
	display: block;
}
.side-ribbon:hover .teseo-logo {
    height: .65em;
    background-size: auto 100%;
    transform: rotate(0deg);
    margin: .05em 0;
    padding: 0;
    width: auto;
}
.side-ribbon:hover .teseo-logo span {
	display: inline;
}

/* QUADRANTI - versione 1 */
.qdr-wall {
    display: table;
    margin: 0 auto;
    padding: 1em;
    border: .075em solid #211a1d80;
    /*background-color: #f3ece7;*/
    background-color: #ffd320;
}

.qdr-wall .qdr-wall-footer {
    color: #666;
}
.qdr-wall p.qdr-wall-footer {
    margin-bottom: 0px;
}
.qdr-wall .teseo-logo {
    width: 4.5em;
    vertical-align: baseline;
    opacity: .9;
}
.qdr-wall .ismea-logo {
    width: 4em;
    vertical-align: baseline;
    opacity: .95;
}
.qdr-wall .clal-logo {
    width: 2.5em;
    vertical-align: baseline;
    opacity: .9;
}
.qdr-wall .clal-logo-white {
    width: 2.5em;
    vertical-align: baseline;
    opacity: .9;
    /* for the white, CLAL.it logo: */
    object-fit: cover;
    height: 0.95em;
    object-position: 0 0;
}

.home-wall.home-wall-clal {
    background-color: #0585C4;
    margin-top: 20px;
    margin-bottom: 20px;
}
.home-wall.home-wall-clal h2.qdr-wall-header {
    color: #fff;
    opacity: .65;
    text-shadow: none;
    margin: 10px 0;
    background-image: none;
}
.home-wall.home-wall-clal .qdr-container {
    border-color: #0585C4;
}
.home-wall.home-wall-clal .qdr-wall-footer {
    color: #fff;
    text-align: center;
}
.home-wall-caption {
	text-align: center;
}

.qdr-wall .qdr-wall-item {
	float: left;
}

.qdr-container {
		color: #000;
    font-size: inherit;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    /*border: .1em solid #211a1d80;*/
    border: .1em solid #ffd320;
    border-radius: .25em;
    padding: .25em 1em .75em 1em;
    width: 8.5em;
    height: 14.8em; /*12.15em;*/
    /*background-color: #faf4f0;*/
    background-color: #fff;
    box-sizing: content-box;
}

.qdr-container .qdr-top-right {
    text-align: right;
    line-height: 1.2;
    font-size: .9em;
    padding-top: 0.15em;
}

.qdr-container .qdr-title {
    padding: .25em 0 .05em 0;
    margin: .25em 0 0 0;
    border-style: solid;
    border-color: #aaa;
    border-width: .1em 0 0 0;
}

.qdr-container .qdr-title-main {
    font-size: 1.8em;
    line-height: 0.85;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    min-height: 1.7em;
}

.qdr-container .qdr-title-description {
    font-size: 1em;
    font-weight: 600;
}

.qdr-container .qdr-unit {
    font-size: 1em;
    line-height: 1.2;
    float: left;
}

.qdr-container .qdr-source-row {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: .75em;
    float: right;
    /*display: flex;
    height: 1.6em;
    width: 3.75em;*/
    line-height: .8em;
    text-transform: uppercase;
    padding-top: 0.55em;
}
.qdr-container .qdr-source-row .qdr-source {
	/*align-self: flex-end;*/
	color: #525252;
}

.qdr-container .qdr-level {
    height: 0.75em;
    width: 100%;
    clear: both;
    float: none;
}

.qdr-container .qdr-level .qdr-level-meter {
	border-bottom: 0.05em solid #aaa;
  display: block;
  width: 100%;
  height: 0.65em;
  float: none;
  clear: both;
}
.qdr-container .qdr-level-meter .qdr-level-min,
.qdr-container .qdr-level-meter .qdr-level-max {
	font-size: .5em;
	display: inline-block;
	float: left;
}
.qdr-container .qdr-level-meter .qdr-level-max {
	float: right;
}
.qdr-container .qdr-level.qdr-invalid .qdr-level-meter {
	border-width: .1em;
}
.qdr-container .qdr-level.qdr-invalid .qdr-level-meter .qdr-level-min,
.qdr-container .qdr-level.qdr-invalid .qdr-level-meter .qdr-level-max {
	opacity: 0;
}

.qdr-container .qdr-level .qdr-level-bar {
	width: 0;
	height: .2em;
	display: block;
	float: left;
	margin-top: -0.1em;
	background-color: #aaa;
}

.qdr-container .qdr-level .qdr-level-dot {
	width: .5em;
	height: .5em;
	display: block;
	float: left;
	background-color: #aaa;
	border-radius: 50%;
	margin-left: -0.25em;
  margin-top: -0.25em;
}

.qdr-container .qdr-level .qdr-level-block {
	width: .25em;
	height: .5em;
	display: block;
	float: left;
	background-color: #aaa;
	margin-left: -0.25em;
  margin-top: -0.25em;
}

.qdr-container .qdr-absolute-figure {
  font-size: 1.5em;
  text-align: right;
  font-weight: 600;
  margin: .15em 0 .1em 0;
}

.qdr-container .qdr-variation-versus-period,
.qdr-nostalgic .qdr-container .qdr-variation2-versus-period {
    font-size: .8em;
    text-align: right;
    line-height: 1.2;
}

.qdr-container .qdr-variation-datum,
.qdr-nostalgic .qdr-container .qdr-variation2-datum {
    font-size: 2em;
    text-align: right;
}

.qdr-container .qdr-variation-figure,
.qdr-nostalgic .qdr-container .qdr-variation2-figure {
    font-weight: 700;
}

.qdr-container .qdr-variation2-versus-period,
.qdr-nostalgic .qdr-container .qdr-variation-versus-period {
    font-size: .75em;
    text-align: right;
    line-height: 1.2;
}

.qdr-container .qdr-variation2-datum,
.qdr-nostalgic .qdr-container .qdr-variation-datum {
    font-size: 1.25em;
    text-align: right;
}

.qdr-container .qdr-variation2-figure,
.qdr-nostalgic .qdr-container .qdr-variation-figure {
    font-weight: 700;
}

@media screen, print {
	.qdr-container .qdr-positive .qdr-color,
	.qdr-container .qdr-positive.qdr-color {
		color: #0e7c5b !important;
	}
	.qdr-container .qdr-positive .qdr-background-color,
	.qdr-container .qdr-positive.qdr-background-color {
		background-color: #0e7c5b !important;
	}
	.qdr-container .qdr-positive .qdr-border-color,
	.qdr-container .qdr-positive.qdr-border-color {
		border-color: #0e7c5b !important;
	}
	.qdr-container .qdr-negative .qdr-color,
	.qdr-container .qdr-negative.qdr-color {
		color: #AE2012 !important;
	}
	.qdr-container .qdr-negative .qdr-background-color,
	.qdr-container .qdr-negative.qdr-background-color {
		background-color: #AE2012 !important;
	}
	.qdr-container .qdr-negative .qdr-border-color,
	.qdr-container .qdr-negative.qdr-border-color {
		border-color: #AE2012 !important;
	}
	.qdr-container .qdr-zero .qdr-color,
	.qdr-container .qdr-zero.qdr-color {
		color: #277DA1 !important;
	}
	.qdr-container .qdr-zero .qdr-background-color,
	.qdr-container .qdr-zero.qdr-background-color {
		background-color: #277DA1 !important;
	}
	.qdr-container .qdr-zero .qdr-border-color,
	.qdr-container .qdr-zero.qdr-border-color {
		border-color: #277DA1 !important;
	}
	.qdr-container .qdr-zero .qdr-variation-symbol,
	.qdr-container .qdr-zero.qdr-variation-symbol,
	.qdr-container .qdr-zero .qdr-variation2-symbol,
	.qdr-container .qdr-zero.qdr-variation2-symbol {
		display: none !important;
	}
	.qdr-container .qdr-null .qdr-color,
	.qdr-container .qdr-null.qdr-color {
		color: #001219 !important;
	}
	.qdr-container .qdr-null .qdr-background-color,
	.qdr-container .qdr-null.qdr-background-color {
		color: #001219 !important;
	}
	.qdr-container .qdr-null .qdr-border-color,
	.qdr-container .qdr-null.qdr-border-color {
		border-color: #001219 !important;
	}
	.qdr-container .qdr-null .qdr-variation,
	.qdr-container .qdr-null.qdr-variation,
	.qdr-container .qdr-null .qdr-variation2,
	.qdr-container .qdr-null.qdr-variation2 {
		display: none !important;
	}
	.qdr-container .qdr-null.qdr-level .qdr-level-meter {
		border-width: .1em !important;
		border-color:  #000000 !important;
	}
	.qdr-container .qdr-null.qdr-level .qdr-background-color,
	.qdr-container .qdr-invalid.qdr-level .qdr-background-color {
		opacity: 0 !important;
	}
	.qdr-container .qdr-none .qdr-color,
	.qdr-container .qdr-none.qdr-color {
		color: #CA6702 !important;
	}
	.qdr-container .qdr-none .qdr-background-color,
	.qdr-container .qdr-none.qdr-background-color {
		background-color: #CA6702 !important;
	}
	.qdr-container .qdr-none .qdr-border-color,
	.qdr-container .qdr-none.qdr-border-color {
		border-color: #CA6702 !important;
	}
}

table td.table_item.bio_font,
table td.intestazione.bio_font {
	color:#008000;
}
table td.table_item.cp_font,
table td.intestazione.cp_font {
	color:#c4052f;
}
table td.table_item.cp_chiaro {
	background-color:#f7f2f3;
}
table td.table_item.cp_scuro {
	background-color:#f7dee4;
}
table td.table_item.bio_chiaro {
	background-color:#f1f9ec;
}
table td.table_item.bio_scuro {
	background-color:#d9f2d9;
}

/*TESEO: stile pagine consistenze animali*/
.patrimonio_suini_bdn table span.arrow,
.patrimonio_suini_tipo table span.arrow,
.patrimonio_suini_regionetipo table span.arrow,
.patrimonio_suini_regione table span.arrow,
.patrimonio_suini_bdnregione table span.arrow,
.patrimonio_bovini_regionetipo table span.arrow,
.patrimonio_bovini_tipo table span.arrow,
.patrimonio_bovini_bdnregione table span.arrow,
.patrimonio_bovini_bdn table span.arrow,
.patrimonio_ovicaprino_bdn table span.arrow {
	display: none;
}

.patrimonio_suini_bdn table th small.small,
.patrimonio_suini_tipo table th small.small,
.patrimonio_suini_regionetipo table th small.small,
.patrimonio_suini_regione table th small.small,
.patrimonio_suini_bdnregione table th small.small,
.patrimonio_bovini_regionetipo table th small.small,
.patrimonio_bovini_tipo table th small.small,
.patrimonio_bovini_bdnregione table th small.small,
.patrimonio_bovini_bdn table th small.small,
.patrimonio_ovicaprino_bdn table th small.small{
	font-weight: normal;
}

.patrimonio_suini_bdn td.piu span.aumento,
.patrimonio_suini_tipo td.piu span.aumento,
.patrimonio_suini_regionetipo td.piu span.aumento,
.patrimonio_suini_regione td.piu span.aumento,
.patrimonio_suini_bdnregione td.piu span.aumento,
.patrimonio_bovini_regionetipo td.piu span.aumento,
.patrimonio_bovini_tipo td.piu span.aumento,
.patrimonio_bovini_bdnregione td.piu span.aumento,
.patrimonio_bovini_bdn td.piu span.aumento,
.patrimonio_ovicaprino_bdn td.piu span.aumento  {
	display: inline;
}

.patrimonio_suini_bdn td.meno span.diminuzione,
.patrimonio_suini_tipo td.meno span.diminuzione,
.patrimonio_suini_regionetipo td.meno span.diminuzione,
.patrimonio_suini_regione td.meno span.diminuzione,
.patrimonio_suini_bdnregione td.meno span.diminuzione,
.patrimonio_bovini_regionetipo td.meno span.diminuzione,
.patrimonio_bovini_tipo td.meno span.diminuzione,
.patrimonio_bovini_bdnregione td.meno span.diminuzione,
.patrimonio_bovini_bdn td.meno span.diminuzione,
.patrimonio_ovicaprino_bdn td.meno span.diminuzione {
	display: inline;
}

.patrimonio_suini_bdn td.uguale span.uguaglianza,
.patrimonio_suini_tipo td.uguale span.uguaglianza,
.patrimonio_suini_regionetipo td.uguale span.uguaglianza,
.patrimonio_suini_regione td.uguale span.uguaglianza,
.patrimonio_suini_bdnregione td.uguale span.uguaglianza,
.patrimonio_bovini_regionetipo td.uguale span.uguaglianza,
.patrimonio_bovini_tipo td.uguale span.uguaglianza,
.patrimonio_bovini_bdnregione td.uguale span.uguaglianza,
.patrimonio_bovini_bdn td.uguale span.uguaglianza,
.patrimonio_ovicaprino_bdn td.uguale span.uguaglianza {
	display: inline;
}

.patrimonio_suini_bdn table.table td.intestazione,
.patrimonio_suini_tipo table.table td.intestazione,
.patrimonio_suini_regionetipo table.table td.intestazione,
.patrimonio_suini_regione table.table td.intestazione,
.patrimonio_suini_bdnregione table.table td.intestazione,
.patrimonio_bovini_regionetipo table.table td.intestazione,
.patrimonio_bovini_tipo table.table td.intestazione,
.patrimonio_bovini_bdnregione table.table td.intestazione,
.patrimonio_bovini_bdn table.table td.intestazione,
.patrimonio_ovicaprino_bdn table.table td.intestazione {
    text-align: center!important;
}

.patrimonio_suini_bdn table th.intestazione_centered,
.patrimonio_suini_tipo table th.intestazione_centered,
.patrimonio_suini_regionetipo table th.intestazione_centered,
.patrimonio_suini_bdnregione table th.intestazione_centered,
.patrimonio_bovini_regionetipo table th.intestazione_centered,
.patrimonio_bovini_tipo table th.intestazione_centered ,
.patrimonio_bovini_bdnregione table th.intestazione_centered,
.patrimonio_bovini_bdn table th.intestazione_centered,
.patrimonio_ovicaprino_bdn table th.intestazione_centered{
    text-align: center;
}

.patrimonio_suini_bdn table.table td.bdn-regioni,
.patrimonio_suini_tipo table.table td.bdn-regioni,
.patrimonio_suini_regionetipo table.table td.bdn-regioni,
.patrimonio_suini_regione table.table td.bdn-regioni,
.patrimonio_suini_bdnregione table.table td.bdn-regioni,
.patrimonio_bovini_regionetipo table.table td.bdn-regioni,
.patrimonio_bovini_tipo table.table td.bdn-regioni,
.patrimonio_bovini_bdnregione table.table td.bdn-regioni,
.patrimonio_bovini_bdn table.table td.bdn-regioni,
.patrimonio_ovicaprino_bdn table.table td.bdn-regioni {
	text-align: left !important;
}

.patrimonio_suini_bdn .bdn-table-container .dataTables_length label select,
.patrimonio_suini_bdn .bdn-table-container .dataTables_wrapper .dataTables_filter input,
.patrimonio_suini_tipo .bdn-table-tipo-container .dataTables_length label select,
.patrimonio_suini_tipo .bdn-table-tipo-container .dataTables_wrapper .dataTables_filter input
.patrimonio_suini_regionetipo .bdn-table-tipo-container .dataTables_length label select,
.patrimonio_suini_regionetipo .bdn-table-tipo-container .dataTables_wrapper .dataTables_filter input
.patrimonio_suini_regione .bdn-table-tipo-container .dataTables_length label select,
.patrimonio_suini_regione .bdn-table-tipo-container .dataTables_wrapper .dataTables_filter input
.patrimonio_suini_bdnregione .bdn-table-regione-container .dataTables_length label select,
.patrimonio_suini_bdnregione .bdn-table-regione-container .dataTables_wrapper .dataTables_filter input,
.patrimonio_bovini_regionetipo .bdn-table-tipo-container .dataTables_length label select,
.patrimonio_bovini_regionetipo .bdn-table-tipo-container .dataTables_wrapper .dataTables_filter input,
.patrimonio_bovini_tipo .bdn-table-tipo-container .dataTables_length label select,
.patrimonio_bovini_tipo .bdn-table-tipo-container .dataTables_wrapper .dataTables_filter input,
.patrimonio_bovini_bdnregione .bdn-table-regione-container .dataTables_length label select,
.patrimonio_bovini_bdnregione .bdn-table-regione-container .dataTables_wrapper .dataTables_filter input,
.patrimonio_bovini_bdn .bdn-table-container .dataTables_length label select,
.patrimonio_bovini_bdn .bdn-table-container .dataTables_wrapper .dataTables_filter input,
.patrimonio_ovicaprino_bdn .bdn-table-container .dataTables_length label select,
.patrimonio_ovicaprino_bdn .bdn-table-container .dataTables_wrapper .dataTables_filter input {
	display: inline-block;
}

.patrimonio_suini_bdn .border-right,
.patrimonio_suini_tipo .border-right,
.patrimonio_suini_bdnregione .border-right  {
    border-right: 2px solid #e05252;
}

.patrimonio_suini_tipo .border-left,
.patrimonio_suini_regionetipo .border-left {
    border-left: 2px solid #e05252;
}

.patrimonio_bovini_regionetipo .border-left,
.patrimonio_bovini_tipo .border-left {
    border-left: 2px solid #963D7F;
}

.patrimonio_bovini_bdnregione .border-right,
.patrimonio_bovini_bdn .border-right,
.patrimonio_ovicaprino_bdn .border-right{
    border-right: 2px solid #963D7F;
}

.patrimonio_suini_bdn .border-right-intestazione,
.patrimonio_bovini_bdn .border-right-intestazione,
.patrimonio_ovicaprino_bdn .border-right-intestazione{
	border-right: 2px solid #ffffff;
}

.patrimonio_suini_bdn .share,
.patrimonio_bovini_bdn .share,
.patrimonio_ovicaprino_bdn .share{
    text-align: center !important;
    font-family: Exo, sans-serif;
	font-size: 1em;
    color: #888888;
}

.patrimonio_suini_bdn .border-right-dotted,
.patrimonio_bovini_bdn .border-right-dotted,
.patrimonio_ovicaprino_bdn .border-right-dotted{
    border-right: 1px dotted #e05252;
}

.patrimonio_suini_bdn table.table td.padding-top-bottom,
.patrimonio_suini_tipo table.table td.padding-top-bottom,
.patrimonio_suini_regionetipo table.table td.padding-top-bottom,
.patrimonio_suini_regione table.table td.padding-top-bottom,
.patrimonio_suini_bdnregione table.table td.padding-top-bottom,
.patrimonio_bovini_regionetipo table.table td.padding-top-bottom,
.patrimonio_bovini_tipo table.table td.padding-top-bottom,
.patrimonio_bovini_bdnregione table.table td.padding-top-bottom,
.patrimonio_bovini_bdn table.table td.padding-top-bottom,
.patrimonio_ovicaprino_bdn table.table td.padding-top-bottom{
	padding-top:2px;
	padding-bottom:2px;
}

.patrimonio_suini_bdn table.table td.padding-right,
.patrimonio_suini_tipo table.table td.padding-right,
.patrimonio_suini_regionetipo table.table td.padding-right,
.patrimonio_suini_regione table.table td.padding-right,
.patrimonio_suini_bdnregione table.table td.padding-right,
.patrimonio_bovini_regionetipo table.table td.padding-right,
.patrimonio_bovini_tipo table.table td.padding-right,
.patrimonio_bovini_bdnregione table.table td.padding-right,
.patrimonio_bovini_bdn table.table td.padding-right,
.patrimonio_ovicaprino_bdn table.table td.padding-right{
	padding-right:20px;
}

.patrimonio_suini_bdn table a.lightwindow,
.patrimonio_bovini_bdn table a.lightwindow,
.patrimonio_ovicaprino_bdn table a.lightwindow{
    background: transparent;
    padding-left: .35em;
}

.patrimonio_suini_bdn .highcharts-figure,
.patrimonio_suini_bdn .highcharts-data-table table,
.patrimonio_bovini_bdnregione .highcharts-figure,
.patrimonio_bovini_bdnregione .highcharts-data-table table,
.patrimonio_bovini_bdn .highcharts-figure,
.patrimonio_bovini_bdn .highcharts-data-table table,
.patrimonio_ovicaprino_bdn .highcharts-figure,
.patrimonio_ovicaprino_bdn .highcharts-data-table table{
  min-width: 320px;
  max-width: 660px;
  margin: 1em auto;
}

.patrimonio_suini_bdn .highcharts-data-table table,
.patrimonio_bovini_bdnregione .highcharts-data-table table,
.patrimonio_bovini_bdn .highcharts-data-table table,
.patrimonio_ovicaprino_bdn .highcharts-data-table table{
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.patrimonio_suini_bdn .highcharts-data-table caption,
.patrimonio_bovini_bdnregione .highcharts-data-table caption,
.patrimonio_bovini_bdn .highcharts-data-table caption,
.patrimonio_ovicaprino_bdn .highcharts-data-table caption{
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.patrimonio_suini_bdn .highcharts-data-table th,
.patrimonio_bovini_bdnregione .highcharts-data-table th,
.patrimonio_bovini_bdn .highcharts-data-table th,
.patrimonio_ovicaprino_bdn .highcharts-data-table th{
  font-weight: 600;
  padding: 0.5em;
}

.patrimonio_suini_bdn .highcharts-data-table td,
.patrimonio_suini_bdn .highcharts-data-table th,
.patrimonio_suini_bdn .highcharts-data-table caption,
.patrimonio_bovini_bdnregione .highcharts-data-table td,
.patrimonio_bovini_bdnregione .highcharts-data-table th,
.patrimonio_bovini_bdnregione .highcharts-data-table caption,
.patrimonio_bovini_bdn .highcharts-data-table td,
.patrimonio_bovini_bdn .highcharts-data-table th,
.patrimonio_bovini_bdn .highcharts-data-table caption,
.patrimonio_ovicaprino_bdn .highcharts-data-table td,
.patrimonio_ovicaprino_bdn .highcharts-data-table th,
.patrimonio_ovicaprino_bdn .highcharts-data-table caption{
  padding: 0.5em;
}

.patrimonio_suini_bdn .highcharts-data-table thead tr,
.patrimonio_suini_bdn .highcharts-data-table tr:nth-child(even),
.patrimonio_bovini_bdnregione .highcharts-data-table thead tr,
.patrimonio_bovini_bdnregione .highcharts-data-table tr:nth-child(even),
.patrimonio_bovini_bdn .highcharts-data-table thead tr,
.patrimonio_bovini_bdn .highcharts-data-table tr:nth-child(even),
.patrimonio_ovicaprino_bdn .highcharts-data-table thead tr,
.patrimonio_ovicaprino_bdn .highcharts-data-table tr:nth-child(even){
  background: #f8f8f8;
}

.patrimonio_suini_bdn .highcharts-data-table tr:hover,
.patrimonio_bovini_bdnregione .highcharts-data-table tr:hover,
.patrimonio_bovini_bdn .highcharts-data-table tr:hover,
.patrimonio_ovicaprino_bdn .highcharts-data-table tr:hover{
  background: #f1f7ff;
}

.patrimonio_suini_bdn .share-titolo,
.patrimonio_bovini_bdn .share-titolo,
.patrimonio_ovicaprino_bdn .share-titolo{
 	font-weight: normal !important;
}

.patrimonio_suini_bdn a.dettaglio_suini,
.patrimonio_bovini_bdn a.dettaglio_bovini,
.patrimonio_ovicaprino_bdn a.dettaglio_ovicaprini{
	color: #FFFFFF !important;
	font-family: Exo, sans-serif;
	font-weight: normal !important;
	font-size: 0.8em;
}

.patrimonio_suini_bdn .valign-top,
.patrimonio_bovini_bdn .valign-top,
.patrimonio_ovicaprino_bdn .valign-top{
	vertical-align:top;
}

.patrimonio_suini_bdn .clal-digit,
.patrimonio_suini_tipo .clal-digit,
.patrimonio_suini_regionetipo .clal-digit,
.patrimonio_suini_regione .clal-digit,
.patrimonio_suini_bdnregione .clal-digit,
.patrimonio_bovini_tipo .clal-digit,
.patrimonio_bovini_bdn .clal-digit,
.patrimonio_ovicaprino_bdn .clal-digit{
	border-bottom: none;
	text-align:center;
}

.patrimonio_suini_bdn .main-digit,
.patrimonio_suini_tipo .main-digit,
.patrimonio_bovini_tipo .main-digi,
.patrimonio_bovini_bdn .main-digit,
.patrimonio_ovicaprino_bdn .main-digit{
	font-size: 1.5em;
    color: #444;
    font-weight: bold;
    line-height: 1.2;
}

.patrimonio_bovini_bdn .main-digit-subtitle{
	font-size: 1.2em !important;
    color: #963D7F;
    font-weight: bold;
    line-height: 1;
}

.patrimonio_ovicaprino_bdn .main-digit-subtitle{
	font-size: 1.2em !important;
	color: #2a2929;
	font-weight: bold;
	line-height: 1;
}

.patrimonio_bovini_regionetipo .clal-digit,
.patrimonio_bovini_bdnregione .clal-digit,  {
    font-family: Exo, sans-serif;
    font-size: 1.1em;
    line-height: 1;
    text-align: center;
    color: #ffff00;
}

.patrimonio_bovini_tipo .missing-data{
	font-family: Exo, sans-serif;
	margin-top: 30%;
	margin-bottom: 30%;
}

.patrimonio_suini_bdn .sottotitolo-tabella,
.patrimonio_suini_tipo .sottotitolo-tabella,
.patrimonio_bovini_tipo .sottotitolo-tabella,
.patrimonio_bovini_bdn .sottotitolo-tabella,
.patrimonio_ovicaprino_bdn .sottotitolo-tabella{
	font-size:0.7em;
	font-weight: normal;
}

.patrimonio_suini_bdn .valign-middle,
.patrimonio_suini_tipo .valign-middle,
.patrimonio_suini_regionetipo .valign-middle,
.patrimonio_suini_bdnregione .valign-middle,
.patrimonio_bovini_regionetipo .valign-middle,
.patrimonio_bovini_tipo .valign-middle,
.patrimonio_bovini_bdnregione .valign-middle,
.patrimonio_bovini_bdn .valign-middle,
.patrimonio_ovicaprino_bdn .valign-middle{
	vertical-align:middle;
}

.patrimonio_suini_bdn .digit-tabella,
.patrimonio_suini_regionetipo .digit-tabella,
.patrimonio_suini_regione .digit-tabella,
.patrimonio_suini_bdnregione .digit-tabella,
.patrimonio_bovini_regionetipo .digit-tabella,
.patrimonio_bovini_bdnregione .digit-tabella,
.patrimonio_bovini_bdn .digit-tabella,
.patrimonio_ovicaprino_bdn .digit-tabella{
	font-family: Exo, sans-serif;
	font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2;
}

.patrimonio_suini_bdn .informazioni-tabella,
.patrimonio_suini_tipo .informazioni-tabella,
.patrimonio_bovini_tipo .informazioni-tabella,
.patrimonio_bovini_bdn .informazioni-tabella,
.patrimonio_ovicaprino_bdn .informazioni-tabella{
	margin:0px;
}

.patrimonio_suini_bdn .mappa-comuni-italiani .balance-map.canvas-svg g.country-in path.country,
.patrimonio_suini_tipo .mappa-comuni-italiani .balance-map.canvas-svg g.country-in path.country,
.patrimonio_bovini_tipo .mappa-comuni-italiani .balance-map.canvas-svg g.country-in path.country,
.patrimonio_bovini_bdn .mappa-comuni-italiani .balance-map.canvas-svg g.country-in path.country,
.patrimonio_ovicaprino_bdn .mappa-comuni-italiani .balance-map.canvas-svg g.country-in path.country{
    stroke: none;
}

.patrimonio_suini_bdn .text-select,
.patrimonio_suini_tipo .text-select,
.patrimonio_bovini_tipo .text-select,
.patrimonio_bovini_bdn .text-select,
.aziende-suine .text-select,
.aziende-bovine .text-select,
.patrimonio-bovino .text-select{
	font-size: 120%;
	margin-top:1.5em;
}

.patrimonio_suini_bdn .voce-tot,
.patrimonio_suini_tipo .voce-tot,
.patrimonio_bovini_tipo .voce-tot,
.patrimonio_bovini_bdn .voce-tot,
.patrimonio_ovicaprino_bdn .voce-tot{
	font-size: 130%;
}


.patrimonio_suini_bdn #map-area-selection option.viewMap,
.patrimonio_suini_tipo #map-area-selection option.viewMap,
.patrimonio_bovini_tipo #map-area-selection option.viewMap,
.patrimonio_bovini_bdn #map-area-selection option.viewMap,
.patrimonio_ovicaprino_bdn #map-area-selection option.viewMap{
	margin-right:10px;
	margin-bottom:10px;
}

.patrimonio_suini_bdn option:disabled,
.patrimonio_suini_tipo option:disabled,
.patrimonio_bovini_tipo option:disabled,
.patrimonio_bovini_bdn option:disabled,
.patrimonio_ovicaprino_bdn option:disabled{
  font-style: italic;
  text-decoration: underline;
}

.patrimonio_suini_bdn option.general,
.patrimonio_suini_tipo option.general,
.patrimonio_bovini_tipo option.general,
.patrimonio_bovini_bdn option.general,
.patrimonio_ovicaprino_bdn option.general{
  font-weight: bold;
}

.patrimonio_suini_bdn option,
.patrimonio_suini_tipo option,
.patrimonio_bovini_tipo option,
.patrimonio_bovini_bdn option,
.patrimonio_ovicaprino_bdn option{
  font-size: 120%;
}

.patrimonio_suini_bdn select,
.patrimonio_suini_tipo select,
.patrimonio_bovini_tipo select,
.patrimonio_bovini_bdn select,
.patrimonio_ovicaprino_bdn select{
    width:200px;

    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
}

.patrimonio_suini_tipo .title-small,
.patrimonio_suini_regionetipo .title-small,
.patrimonio_bovini_regionetipo .title-small,
.patrimonio_bovini_tipo .title-small{
	font-weight: normal !important;
	font-size: 0.8em;
}

.patrimonio_suini_tipo .normal,
.patrimonio_suini_regionetipo .normal,
.patrimonio_bovini_regionetipo .normal,
.patrimonio_bovini_tipo .normal{
	font-weight: normal !important;
}

.patrimonio_bovini_tipo .link-go,
.patrimonio_bovini_bdn .link-go{
	text-align: center !important;
	background-color: #963D7F;
	color: #FFF !important;
}

.patrimonio_ovicaprino_bdn .link-go{
	text-align: center !important;
	background-color: #2a2929;
	color: #FFF !important;
}

.patrimonio_bovini_bdn .orientamento-selection .submit-button,
.patrimonio_ovicaprino_bdn .orientamento-selection .submit-button{
    margin-left: 2em;
}
.patrimonio_bovini_bdn .orientamento-selection .submit-button .enabled-text,
.patrimonio_ovicaprino_bdn .orientamento-selection .submit-button .enabled-text{
    display: none;
}

/* grafici del Bilancio interattivi */
#pagina .interactive-balance-container {
	width: 100%;
	height: 585px; /* 16:9 quando a larghezza massima = 1040px */
	margin: 0 auto 2em auto;
}

/* Modulo lancio India */
.box-post-india,
.box-post-usa {
	background-color: #EBECF0;
	border-radius: 1em;
	font-size: 0.9em;
}
.box-post-india .box-post-india-left,
.box-post-india .box-post-india-right,
.box-post-usa .box-post-usa-right {
	display:block;
	float: left;
}
.box-post-india .box-post-india-left{
	font-size: 0.9em;
	width: 20%;
}
.box-post-usa .box-post-usa-left {
	font-size: 0.9em;
	width: 30%;
}
.box-post-india .box-post-india-right{
	width: 80%;
}
.box-post-usa .box-post-usa-right{
	width: 70%;
}
.box-post-india .image-link,
.box-post-usa .image-link{
	display: block;
	width: 100%;
	padding: 15px;
}
.box-post-india .image-link img,
.box-post-usa .image-link img{
	width: 100%;
}
.box-post-india .btn.success,
.box-post-usa .btn.success{
	font-size: 0.95em;
}
/* addatta Bootstrap per CLAL */
html.clal .box-post-india,
html.clal .box-post-usa {
	display: table;
	margin: -15px;
}
html.clal .box-post-india .col-md-8,
html.clal .box-post-india .col-md-4,
html.clal .box-post-usa .col-md-8,
html.clal .box-post-usa .col-md-4{
	float: left;
	box-sizing: border-box;
	padding-right: 15px;
	padding-left: 15px;
}
html.clal .box-post-india .col-md-8,
html.clal .box-post-usa .col-md-8{
	width: 66.66666667%;
}
html.clal .box-post-india .col-md-4,
html.clal .box-post-usa .col-md-4,{
	width: 33.33333333%;
}
html.clal .box-post-india .image-link,
html.clal .box-post-usa .image-link{
	padding: 15px 0;
}
/*Interlinea basso*/
#pagina .line-1-1 {
	line-height: 1.1;
}

/* Balance Map (autosufficienza) */
.balance-map.canvas-svg {
	width: 100%;
	height: 100%;
	position: relative;
}
.balance-map.canvas-svg svg {
	position: relative;
	display: block;
	margin: 0 auto;
}


.balance-map.canvas-svg .land,
.balance-map.canvas-svg path.country,
.balance-map.canvas-svg g.country-out path.country {
	fill: #EEE;
}
.balance-map.canvas-svg path.country {
	stroke: #666;
	stroke-width: .5px;
}
.balance-map.canvas-svg g.country-in path.country {
	stroke: #000;
}

.balance-map.canvas-svg .boundary {
	fill: none;
	stroke: #fff;
	stroke-width: 1px;
}

.balance-map.canvas-svg .border {
	stroke: #333;
	stroke-width: 3.5px;
}

.balance-map .tooltip-container {
	position: absolute;
	background-color: #fff;
	color: #000;
	padding: 10px;
	border: 1px solid;
	display: none;
	z-index: 10;
}

.balance-map .tooltip-container .tooltip_key {
	font-weight: bold;
}

.balance-map .tooltip-container .tooltip_value {
	margin-left: 20px;
	float: right;
}

.balance-map .tooltip-container .tooltip_area {
	font-size: .8em;
	line-height: 1.2em;
	padding-top: .25em;
	border-top: 1px solid #aaa;
	clear: both;
	display: block;
	float: none;
}

.balance-map.canvas-svg .legend text {
	fill: #333;
	font-size: 85%;
}
.balance-map.canvas-svg .map-context-title {
	font-weight: bold;
	font-family: 'Exo','Open Sans', sans-serif;
	fill: #E36E14;
}
.balance-map.canvas-svg .map-title {
	font-size: 1.6em;
	font-weight: bold;
	font-family: 'Exo','Open Sans', sans-serif;
	fill: #444;
}
.balance-map.canvas-svg .map-source {
	font-size: .9em;
}
.balance-map.canvas-svg .places-text {
	font-weight: normal;
	font-size: .8em;
}
.balance-map.canvas-svg .map-title-back {
	fill: #fff;
	opacity: .8;
}

.balance-map.canvas-svg .places-points line,
.balance-map.canvas-svg .places-points circle {
	stroke-width: 2px;
}
.balance-map.canvas-svg .places-points line.places-points-back {
	stroke-width: 3px;
}

.mappa-comuni-italiani .balance-map.canvas-svg g.country-in path.country {
	stroke: none;
}

/* fine Balance Map */

/* Company Profile in Home */
#identity-home {
	position: relative;
	width: 70%;
	max-width: 1040px;
	min-width: 960px;
	margin: 4em auto 0 auto;
	padding: 0 0 0 20px;
	background-color: #ffd320;
}

#identity-home h2 {
	text-shadow: none;
	background: none;
	color: #fff;
	border-bottom: 2px solid #fff;
}

.chi-siamo-home {
	width: 33%;
}
.chi-siamo-home .company-profile-link-in-home {
	display: block;
	text-align: center;
	text-decoration: none;
}
.chi-siamo-home .company-profile-link-in-home img {
	width: 75%;
}

.sostenitori-home {
	width: 33%;
}
.sostenitori-home .sostenitori-in-home {
	display: block;
	text-align: center;
	text-decoration: none;
}
.sostenitori-home .sostenitori-in-home img {
	width: 75%;
}

.register-home {
	width: 33%;
}
.register-home p.register-button-in-home {
	text-align: center;
	padding-top: 2em;
}
.register-home p.register-button-in-home .btn.success {
	font-size: 2em;
}
/* fine Company Profile in Home */
p.graphs.footnote {
	margin-top:0px;
	color: #5C7B2F;
}

