/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.pie-legend,
.doughnut-legend,
.polararea-legend {
  list-style: none;
  right: 0px;
  position: absolute;
  top: 0px;
}
.pie-legend li,
.doughnut-legend li,
.polararea-legend li{
  display: block;
  padding-left: 30px;
  position: relative;
  margin-bottom: 4px !important;
  border-radius: 5px;
  padding: 2px 8px 2px 28px !important;
  font-size: 12px;
  cursor: default;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}
.pie-legend li:hover,
.doughnut-legend li:hover,
.polararea-legend li:hover {
  background-color: #fafafa;
}
.pie-legend li span,
.doughnut-legend li span,
.polararea-legend li span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  border-radius: 5px;
}