img.grafico.stretto{
    float: right;
    margin-right: 5%;
}
#mage{
    width:50%;
    float: right;
    position: absolute;
    display : inline;
}

TABLE.tablesorter tbody tr.riga_pari{
    background-color: #E9F2F9;
}

TABLE.tablesorter.stretto {  
      FONT-FAMILY: arial; 
      BACKGROUND-COLOR: #fff; 
      TEXT-ALIGN: left;
      margin-left:20px;
      border: 1px solid black;
      width:50%;
      float: left;
}

.btn-link_1 {
	color: #0035ff;
}
.btn-link_1:hover {
	color: #000c9a;
}


TABLE.tablesorter {	 
	  FONT-FAMILY: arial; 
	  BACKGROUND-COLOR: #fff; 
	  TEXT-ALIGN: left;
	  margin-left:20px;
	  border: 1px solid black;
	  width:95%;
}

TABLE#id_sorter2 {	 
	width:75%;
}


TABLE#id_sorter3 {	 
	width:50%;
}

  
 table.tablesorter  thead th {
      /*background-color: #184E63;*/
	  background-color: #2C5894;
      color:white;
      font-weight:bold;
      border-top: 1px solid black;
      border: 1px solid white;
      font-size: 1.4em;
      font-family:Arial;  
	  padding:8px;
	  padding-right:18px;
	  width:0%;
} 


table.tablesorter  td {
  font-size: 13px; 
  border: 1px solid #6082B2; /*#103262;*/
}

table.tablesorter  tfoot tr{
    background-color: #E1EEF7 ;
    color:black;
    font-size: 1.1em;
    font-family:Arial;
    font-weight:bold;
} 


table.tablesorter  tfoot  tr td {
    PADDING-RIGHT: 4px; 
	PADDING-LEFT: 4px; 
	PADDING-BOTTOM: 4px; 
	PADDING-TOP: 4px; 
}

 
table.tablesorter  tfoot tr.riga_totale {
    background-color: #FFCF31 ;
    color:black;
    font-size: 1.1em;
    font-family:Arial;
    font-weight:bold;
} 


table.tablesorter  tfoot  tr.riga_totale   td {
    PADDING-RIGHT: 4px; 
	PADDING-LEFT: 4px; 
	PADDING-BOTTOM: 4px; 
	PADDING-TOP: 4px; 
}

TABLE.tablesorter THEAD TR TH {
	VERTICAL-ALIGN: middle; 
	text-align: center;
}

TR.evid td{
    background-color: #8BDEF2  !important;
    font-weight: bold;
    pointer-events: none;
}

TR.evidenzia_italia td{
    background-color: #8BDEF2  !important;
    font-weight: bold;
}

TR.evidenzia_gruppo td{
    background-color: #FAC88A !important; /*#E6B370*/
    /*color: #A30000;*/
    font-weight: bold;
    
}


TD.num {
	text-align: right;
} 

TD.td_evidenzia td{
	font-weight: bold;
}

.myhead {
    background-color: #0a2644 !important;
        color: #fff !important;
}


TABLE.tablesorter THEAD TR .my_header {
	BACKGROUND-POSITION: right center; 
	/*BACKGROUND-IMAGE: url("../../images/bg.gif");*/ 
	CURSOR: pointer; 
	BACKGROUND-REPEAT: no-repeat;
}
TABLE.tablesorter TBODY TD {
	PADDING-RIGHT: 4px; 
	PADDING-LEFT: 4px; 
	PADDING-BOTTOM: 4px; 
	VERTICAL-ALIGN: top; 
	/*COLOR: #3d3d3d;*/ 
	PADDING-TOP: 4px; 
	/*BACKGROUND-COLOR: #fff;*/
	background-color: transparent;
}
TABLE.tablesorter TBODY TR.odd TD {
	BACKGROUND-COLOR: #f0f0f6;
}
TABLE.tablesorter THEAD TR .headerSortUp {
	/*BACKGROUND-IMAGE: url("../../images/asc.gif");*/
}
TABLE.tablesorter THEAD TR .headerSortDown {
	/*BACKGROUND-IMAGE: url("../../images/desc.gif");*/
}
TABLE.tablesorter THEAD TR .headerSortDown {
	BACKGROUND-COLOR: #0000A3 ;
}
TABLE.tablesorter THEAD TR .headerSortUp {
	BACKGROUND-COLOR: #0000A3 ;
}

TABLE.tablesorter THEAD TH  .desc_tipo_var {
	text-align:center;
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px;  
	PADDING-TOP: 0px; 
	font-size: 1.0em;
	color:white;
	font-weight:bold;
	font-family:Arial;	
    margin-top:25px;	
}


TABLE.tablesorter THEAD TH  .desc_var {
	text-align:left;
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px;  
	PADDING-TOP: 0px; 
	font-size: 1.0em;
	color:white;
	font-weight:bold;
	font-family:Arial;	
    margin-right:10px; 	
}

TABLE.tablesorter   th#top_header0  {
  PADDING-RIGHT: 35px; 
  PADDING-LEFT: 35px; 
}


TABLE.tablesorter  TD.num {
  text-align: right;
}

TABLE.tablesorter TD.td_evidenzia{
	color: #A30000;
	font-weight: bold;
}

TABLE.tablesorter tbody tr{
    color: #3d3d3d;
}

TABLE.tablesorter tbody tr:hover td{
    /*background-color: #FFE633;*/
	/*background-color: #FFF39C;*/
    color: #000000;
    border: 2px solid #103262;
}

TABLE.tablesorter THEAD TR .tablesorter-header, TABLE.tablenosorter THEAD TR .tablenosorter-header {
	background-position: right center;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url(../../../../frameworkdf/img/bg.gif);
}

TABLE.tablesorter THEAD TR .sorter-false, TABLE.tablenosorter THEAD TR .sorter-false {
	background-image: none !important;
}

TABLE.tablesorter THEAD TR TH .tablesorter-header-inner, TABLE.tablenosorter THEAD TR TH .tablenosorter-header-inner {
	text-align: center;
}

TABLE.tablesorter THEAD TR .tablesorter-headerDesc {
	background-color: #0000A3;
	background-image: url(../../../../frameworkdf/images/desc.gif);
} 

TABLE.tablesorter THEAD TR .tablesorter-headerAsc {
	background-color: #0000A3;
	background-image: url(../../../../frameworkdf/images/asc.gif);
}