.eu28w{
   border: solid #E46C0A;
   border-width:2px 0 0 0; 
   background-color:#E46C0A; 
   display:inline-block; 
   width:12%; 
}
.eu28a{
 border: dotted #E46C0A; 
 border-width:3px 0 0 0; 
 display:inline-block; 
 width:18%;   
}

.ea18w{
 color:#B2B2B2; 
 background-color:#B2B2B2; 
 border-width:2px 0 0 0; 
 display:inline-block; 
 width:12%;
 text-align:right;
}
.ea18a{
   border:dotted #B2B2B2; 
   border-width:3px 0 0 0;    
   display:inline-block; 
   width:18%;
   text-align:right; 
}

div#jqplot_window, div#paesi_window{
    position: absolute;
    z-index: 9998;
   width: 100%;
   height: 100%;
   display: none;
   background-color: #000;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)) repeat scroll 0 0;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));  
   left: 0;
}

div#jqplot_container, div#paesi_container{
   position: absolute;
   border: none;
   border-radius: 15px;
   top: 0;
   left: 0;
   /*min-width: 925px;*/
  /* min-width: 80%;*/
   height: auto;
   width:70%;
   overflow: hidden;
   background-color: #FFF;
   filter: alpha(opacity=100);
   display: block;
}

div#paesi_container{
    width:95%;
}

#paesi_sel{
    font-size: 1.5em;
    width: 100%;
    min-height: 400px;
}


/* questa classe viene applicata al body per bloccare lo scrolling quando e aperto il grafico*/
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

div#jqplot_close, div#paesi_close{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    min-height: 26px;
    padding: 3px 0 14px 0;
    background-color: #EEE;
    background-image: linear-gradient( rgb(220, 220, 220), rgb(183, 183, 183));
    background: -webkit-linear-gradient(rgba(220, 220, 220, 0.8), rgba(183, 183, 183, 0.8));  
    width: 100%;
    text-align: center;
    
}

div#jqplot_close>span, div#paesi_close>span{
    display: block;
    font-size: 170%;
    font-weight: bold;
    text-shadow: rgb(238, 238, 238) 0px 1px;
    color: rgb(70, 70, 70);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

div#div_move{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    min-height: 26px;
    padding: 3px 0 14px 0;
    position: absolute;
    float: left;
    top: 0;
    left: 0;
}


a#id_ancor_close{
    position: absolute;
    float: left;
    top: 0;
    left: 0;
    margin-left: 3px;
}

#bott_cambia_anno{
    display: none;
}

div#jqplot_freccie{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #EEE;
    min-height: 26px;
    padding: 9px 0px 9px 0px;    
}

/* personalizzazione istogramma */
div.personal_legend_bar{
    margin-left: 85% !important;
    padding: 1%;
}

/* personalizzazione grafico a ciambella */
div.personal_legend_pie{
	margin-left: auto !important;
	margin-right: 0px;
	width: auto;
}

div.personal_legend_pie img{
    float: right;
}

.table_etichette {
  margin: 4px !important;
}

.check_etichette {
	margin:0px !important;
	padding:0px !important;
}	

.span_etichette {
	font-weight: bold;
	font-size: 9pt;
	padding: 0px !important;
	margin-left:5px;
	margin-top:0px !important;
	margin-bottom:0px !important;
	margin-right:0px !important;
}   
   
#jqplot_graph1, #area_paesi {
	font-size: 11pt;
/*	min-height: 390px;
	min-width: 925px;*/
	text-align: center;
	background-color: #FFFFFF;
	overflow: hidden;
	width: auto; /*300px;*/
}

#jqplot_close {
	background-color: #D2E3E3;
	/*min-width: 925px;*/
	/*height: 19px;*/
	text-align: right;
}

div#jqplot_stampa {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

#div_move {
	height: 19px;
	/*min-width: 880px;*/
    cursor : move;
    float:left;
}	

#jqplot_freccie_left {
	text-align: left;
	float:left;
	text-indent :5px;
}

#jqplot_freccie_right {
	text-align: right;
	float:right;
	font-size: 1.5em;
}

#id_ancor_close {
	margin-right: 0px;
	padding-right: 0px;
	float:right;
}


#jqplot_freccie div  img {
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
}

#id_stampa_l {
	float: right;
}

#span_close_l2 {
	margin-top: 12px;
}

#span_close_l {
	float: right;
	margin-right: 35%;
	margin-top: 12px;
}

#id_close_l {
	width: 64px;
	height: 26px;
}

#jqplot_tooltip {
        font-size: 12px;
        padding:2px;
        background-color: #D2E3E3;
        position:absolute;
        z-index:99;
        display:none;
        text-align:left;
}