
#pie_chart_1 {
  display: none;
  position: relative;
  top: 100px;
  left: 400px;
  border:2px solid White;
  border-radius:7px;
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
  clear: both
  font: normal 14px Arial;
  font-family:Arial, Helvetica, sans-serif;
  color:Black;
  padding: 0px 1em;
  text-align:left;
  width: 250px;
  height: auto;
  box-shadow: 30px 10px 20px #aaa;
  border-radius: 20px;
  background-color: white;

}

#close-general-grafic, #update-general-grafic{
  float: right;
  padding-left: 10px;
  padding-top: 5px;
  cursor: pointer;
}
#close-general-grafic:hover, #update-general-grafic:hover {
  opacity: 0.4;
  filter: alpha((opacity=40); /*For IE8 and  earlier*/
}
.pie-data-general-grafic{
  display: none;

}
/*#pie_chart_1 {
  fill: orange;
}*/

#pie_chart_1:hover {
  fill: orangered ;
}
.check-data-general-grafic-pie{
  display: none;
}
.right-pie{
  color: red;
}
.less-selected{
  color: red;
}

.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center;
}

/* Style northward tooltips differently */
.d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}
