.cont_bott_graf button{
  cursor : default !important;
}

button.ui-dialog-titlebar-restringi {
  position : absolute;
  right    : 2.7em;
  top      : 50%;
  width    : 20px;
  margin   : -10px 0 0 0;
  padding  : 1px;
  height   : 20px;
}

td.jqplot-table-legend-label, div.jqplot-point-label {
  -moz-user-select    : none;
  -webkit-user-select : none;
  -ms-user-select     : none;
  -o-user-select      : none;
  user-select         : none;
}

table.jqplot-table-legend {
  width : -moz-max-content;
  width : -webkit-max-content;
  width : max-content;
}

div.jqplot-target {
  margin : 0 auto;
}

div.cont_bott_graf {
  text-align       : center;
  border-style     : solid;
  border-width     : 1px 1px 0 1px;
  border-radius    : 5px 5px 0 0;
  background-color : #FFF;
  margin           : 5px auto 0 auto;
  padding          : 5px 10px;
  clear            : both;
}

div.primo_cont_graf {
  margin : 0 auto;
  display: table;
  border-style     : solid;
  border-width     : 1px;
  border-radius    : 5px;
  margin-bottom    : 10px;
  padding          : 10px;
  background-color : #FFF;
}

div.cont_bott_graf ~ div.primo_cont_graf {
  border-width  : 0 1px 1px 1px;
  border-radius : 0 0 5px 5px;
}

div.trascina_titolo {
 /* cursor           : grab; */
  top              : 20px;
  left             : 80px;
  position         : absolute;
  z-index          : 30;
  background-color : rgba(255, 255, 255, 0.6);
  padding          : 3px;
  border           : 1px dotted #333;
  width            : -moz-max-content;
  width            : -webkit-max-content;
  width            : max-content;
}