/* ------------------
styling for the tables
------------------   */

.nowrap_class {
	white-space:nowrap;
}

.wrap_class {
	-ms-word-break: break-all;
	/* Be VERY careful with this, breaks normal words wh_erever */
	word-break: break-all;
	/* Non standard for webkit */
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

@media print {
	#dvData {position: relative;page-break-inside: avoid;}
}
table {page-break-inside:avoid;}
#invoice {padding: 0; margin: 0; clear:both; position:relative; overflow:hidden; background:#fff; }

body
{
	line-height: 1.6em;
}

#hor-minimalist-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 45px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-a th
{
	font-size: 13px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-a td
{
	color: #669;
	padding: 9px 8px 0px 8px;
}
#hor-minimalist-a tbody tr:hover td
{
	color: #009;
}

#hor-minimalist-b2
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #eeeeee;
	margin: 5px;
	width:99%;
	border-collapse: collapse;
	text-align: left;
	-webkit-print-color-adjust: exact;
}
#hor-minimalist-b2 th
{
	font-size: 12px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
	border-top: 2px solid #6678b1;
}

#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	width:99%;
	margin: 5px 5px 5px 5px;
	border-collapse: collapse;
	text-align: left;
	-webkit-print-color-adjust: exact;
}
#hor-minimalist-b th
{
	font-size: 12px;
	font-weight: bold;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 3px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}

#hor-minimalist-b .head {

	font-weight: normal;
	color: #039;
	padding: 5px 8px;
	background: #eeeeee;
	border-bottom: 2px solid #6678b1;
	border-top: 2px solid #6678b1;
}


#ver-minimalist
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#ver-minimalist th
{
	padding: 8px 2px;
	font-weight: normal;
	font-size: 14px;
	border-bottom: 2px solid #6678b1;
	border-right: 30px solid #fff;
	border-left: 30px solid #fff;
	color: #039;
}
#ver-minimalist td
{
	padding: 12px 2px 0px 2px;
	border-right: 30px solid #fff;
	border-left: 30px solid #fff;
	color: #669;
}


#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td
{
	padding: 8px;
	background: #e8edff;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}


#box-table-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #9baff1;
	border-bottom: 7px solid #9baff1;
}
#box-table-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #e8edff;
	border-right: 1px solid #9baff1;
	border-left: 1px solid #9baff1;
	color: #039;
}
#box-table-b td
{
	padding: 8px;
	background: #e8edff;
	border-right: 1px solid #aabcfe;
	border-left: 1px solid #aabcfe;
	color: #669;
}


#hor-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #039;
}
#hor-zebra td
{
	padding: 8px;
	color: #669;
}
#hor-zebra .odd
{
	background: #e8edff;
}


#ver-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#ver-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #039;
}
#ver-zebra td
{
	padding: 8px 15px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #669;
}
.vzebra-odd
{
	background: #eff2ff;
}
.vzebra-even
{
	background: #e8edff;
}
#ver-zebra #vzebra-adventure, #ver-zebra #vzebra-children
{
	background: #d0dafd;
	border-bottom: 1px solid #c8d4fd;
}
#ver-zebra #vzebra-comedy, #ver-zebra #vzebra-action
{
	background: #dce4ff;
	border-bottom: 1px solid #d6dfff;
}


#one-column-emphasis
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#one-column-emphasis th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	color: #039;
}
#one-column-emphasis td
{
	padding: 10px 15px;
	color: #669;
	border-top: 1px solid #e8edff;
}
.oce-first
{
	background: #d0dafd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#one-column-emphasis tr:hover td
{
	color: #339;
	background: #eff2ff;
}


#newspaper-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #69c;
}
#newspaper-a th
{
	padding: 12px 17px 12px 17px;
	font-weight: normal;
	font-size: 14px;
	color: #039;
	border-bottom: 1px dashed #69c;
}
#newspaper-a td
{
	padding: 7px 17px 7px 17px;
	color: #669;
}
#newspaper-a tbody tr:hover td
{
	color: #339;
	background: #d0dafd;
}


#newspaper-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #69c;
}
#newspaper-b th
{
	padding: 15px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
	color: #039;
}
#newspaper-b tbody
{
	background: #e8edff;
}
#newspaper-b td
{
	padding: 10px;
	color: #669;
	border-top: 1px dashed #fff;
}
#newspaper-b tbody tr:hover td
{
	color: #339;
	background: #d0dafd;
}


#newspaper-c
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #6cf;
}
#newspaper-c th
{
	padding: 20px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	text-transform: uppercase;
	border-right: 1px solid #0865c2;
	border-top: 1px solid #0865c2;
	border-left: 1px solid #0865c2;
	border-bottom: 1px solid #fff;
}
#newspaper-c td
{
	padding: 10px 20px;
	color: #669;
	border-right: 1px dashed #6cf;
}


#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}


#background-image
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	background: url('images/blurry.jpg') 330px 59px no-repeat;
}
#background-image th
{
	padding: 12px;
	font-weight: normal;
	font-size: 14px;
	color: #339;
}
#background-image td
{
	padding: 9px 12px;
	color: #669;
	border-top: 1px solid #fff;
}
#background-image tfoot td
{
	font-size: 11px;
}
#background-image tbody td
{
	background: url('images/back.png');
}
* html #background-image tbody td
{
	/*
	----------------------------
	PUT THIS ON IE6 ONLY STYLE
	AS THE RULE INVALIDATES
	YOUR STYLESHEET
	----------------------------
	*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/back.png',sizingMethod='crop');
	background: none;
}
#background-image tbody tr:hover td
{
	color: #339;
	background: none;
}


#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe url('images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}
#gradient-style td
{
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('images/gradback.png') repeat-x;
}
#gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
#gradient-style tbody tr:hover td
{
	background: #d0dafd url('images/gradhover.png') repeat-x;
	color: #339;
}


#pattern-style-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	background: url('images/pattern.png');
}
#pattern-style-a thead tr
{
	background: url('images/pattern-head.png');
}
#pattern-style-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #039;
}
#pattern-style-a td
{
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#pattern-style-a tbody tr:hover td
{
	color: #339;
	background: #fff;
}


#pattern-style-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	background: url('images/patternb.png');
}
#pattern-style-b thead tr
{
	background: url('images/patternb-head.png');
}
#pattern-style-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #039;
}
#pattern-style-b td
{
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#pattern-style-b tbody tr:hover td
{
	color: #339;
	background: #cdcdee;
}


/* PRINTABLE TABLE */

#hor-minimalist-b3
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #eeeeee;
	margin: 0px 0px 0px 0px;
	width:100%;
	border-collapse: collapse;
	text-align: left;
	-webkit-print-color-adjust: exact;
}
#hor-minimalist-b3 th {
	font-size: 12px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
	border-top: 2px solid #6678b1;
}

#hor-minimalist-b4 td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 15px 4px;
}
#hor-minimalist-b4 tbody tr:hover td
{
	color: #009;
}
#hor-minimalist-b4
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	background: #fff;
	width:100%;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
	text-align: left;
	-webkit-print-color-adjust: exact;
}
#hor-minimalist-b4 th
{
	font-size: 12px;
	font-weight: bold;
	color: #039;
	padding: 8px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b4 td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 6px;
}
#hor-minimalist-b4 tbody tr:hover td
{
	color: #009;
}


div.horizontal {
    width: 100%;
    height: 400px;
    overflow: auto;
}

.table2 {
    display: table;
    table-layout: fixed;
    width: 100%;
}

#hor-minimalist-b5
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 9px;
	background: #fff;
	width:99%;
	margin: 5px 5px 5px 5px;
	border-collapse: collapse;
	text-align: left;
	-webkit-print-color-adjust: exact;
	overflow: auto;
}
#hor-minimalist-b5 th
{
	font-size: 9px;
	font-weight: normal;
	color: #039;
	padding: 5px 8px;
	border-top: 2px solid #6678b1;
	border-bottom: 2px solid #6678b1;
	border-right: 1px solid #6678b1;
}
#hor-minimalist-b5 td
{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #669;
	padding: 3px 3px;
	text-align: center;
}
#hor-minimalist-b5 tbody tr:hover td
{
	color: #009;
}

#hor-minimalist-b5 .head {
 
  font-weight: normal;
  color: #039;
  padding: 0px 8px;
  background: #eeeeee;
  border-bottom: 2px solid #6678b1;
  border-top: 2px solid #6678b1;
}




/* SVG */
.bar-colours-normal {
	padding: 0.1,
	width: 30,
	height: 30,
	fill: ["green", "green"]
}
.bar-colours-yellow {
	padding: 0.1,
	width: 30,
	height: 30,
	fill: ["green", "yellow"]
}
.bar-colours-red {
	padding: 0.1,
	width: 30,
	height: 30,
	fill: ["green", "red"]
}
svg[Attributes Style] {
	height: 30;
	width: 30;
}
user agent stylesheet
svg:not(:root), symbol, image, marker, pattern, foreignObject {
	overflow: hidden;
}
user agent stylesheet
html|* > svg {
	transform-origin: 50% 50% 0px;
}
user agent stylesheet
* {
	transform-origin: 0px 0px 0px;
}

rect[Attributes Style] {
	fill: green;
	x: 1.5;
	y: 0.230769;
	width: 12;
	height: 29.7692;
}



.CellWithComment{
	position:relative;
}

.CellComment{
	font-size:10px;
	width:200px;
	display:none;
	position:absolute;
	z-index:100;
	border:1px;
	background-color:white;
	border-style:solid;
	border-width:1px;
	border-color:red;
	padding:3px;
	color:#000000;
	top:0px;
	left:-200px;
}

.CellWithComment:hover span.CellComment{
	display:block;
}

.vertical-text {
	white-space: nowrap;
	transform: rotate(270deg);
	transform-origin: left top 0;
}




/* PREVIEW IMMAGINI SCATTATE IN VISUALIZZA */
.myhover_img {
	position:relative;
}
.myhover_img a span {
	position:absolute;
	display:none;
	z-index:99;
	left:50%;
	top:-200px;
	padding: 5px;
	border: 1px dashed gray;
	background-color: white;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.myhover_img a:hover span {
	display:block;
}

/* REVERSE */
.reverse_color_yellow_medium {
	background-color:#dac000;
	color: white;
    display: inline-block;
    padding: 1px 0px 1px 0px;
    margin: 1px 1px 1px 1px;
    font-size: 10px;
    text-align: center;
    border-radius:5px;
    border: 1px solid #476B53;
    white-space: nowrap;
    width: 50px;
}

.reverse_color_red {
	background-color:#cb4c4c;
	color: white;
    display: inline-block;
    width: 30px;
    padding: 1px 0px 1px 0px;
    margin: 1px 1px 1px 1px;
    font-size: 10px;
    text-align: center;
    border-radius:5px;
    border: 1px solid #A03437;
}

.reverse_color_green {
	background-color: #5e9c76;
    color: white;
    display: inline-block;
    width: 30px;
    padding: 1px 0px 1px 0px;
    margin: 1px 1px 1px 1px;
    font-size: 10px;
    text-align: center;
    border-radius:5px;
    border: 1px solid #476B53;
}

.reverse_color_red_medium {
	background-color:#cb4c4c;
	color: white;
    display: inline-block;
    padding: 1px 0px 1px 0px;
    margin: 1px 1px 1px 1px;
    font-size: 10px;
    text-align: center;
    border-radius:5px;
    border: 1px solid #A03437;
    white-space: nowrap;
    width: 50px;
}

.reverse_color_green_medium {
	background-color: #5e9c76;
    color: white;
    display: inline-block;
   	padding: 1px 0px 1px 0px;
    margin: 1px 1px 1px 1px;
    font-size: 10px;
    text-align: center;
    border-radius:5px;
    border: 1px solid #476B53;
    white-space: nowrap;
    width: 50px;
}

.reverse_color_red_large {
	background-color:#cb4c4c;
	color: white;
    display: inline-block;
    padding: 1px 0px 1px 0px;
    margin: 1px 1px 1px 1px;
    font-size: 10px;
    text-align: center;
    border-radius:5px;
    border: 1px solid #A03437;
    white-space: nowrap;
    width: 120px;
}

.reverse_color_green_large {
	background-color: #5e9c76;
    color: white;
    display: inline-block;
   	padding: 1px 0px 1px 0px;
    margin: 1px 1px 1px 1px;
    font-size: 10px;
    text-align: center;
    border-radius:5px;
    border: 1px solid #476B53;
    white-space: nowrap;
    width: 120px;
}

.reverse_color_yellow_large {
	background-color: #dac000;
    color: white;
    display: inline-block;
   	padding: 1px 0px 1px 0px;
    margin: 1px 1px 1px 1px;
    font-size: 10px;
    text-align: center;
    border-radius:5px;
    border: 1px solid #476B53;
    white-space: nowrap;
    width: 120px;
}
.reverse_color_blue_large {
	background-color: #4a6dee;
    color: white;
    display: inline-block;
   	padding: 1px 0px 1px 0px;
    margin: 1px 1px 1px 1px;
    font-size: 10px;
    text-align: center;
    border-radius:5px;
    border: 1px solid #476B53;
    white-space: nowrap;
    width: 120px;
}
.reverse_color_darkyellow_large {
	background-color: #cb9b3f;
    color: white;
    display: inline-block;
   	padding: 1px 0px 1px 0px;
    margin: 1px 1px 1px 1px;
    font-size: 10px;
    text-align: center;
    border-radius:5px;
    border: 1px solid #866222;
    white-space: nowrap;
    width: 120px;
}
