/**
 * Copyright 2016-present, Baifendian, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.bfd-pie-chart .bcharts-tooltip {
  white-space: nowrap;
  min-width: 80px;
  background-color: #65a6ff;
  color: #fff;
  border-radius: 2px;
  padding: 8px 10px;
  font-size: 12px;
}
.bfd-pie-chart .legend {
  color: #555;
  font-size: 12px;
}
.bfd-pie-chart .legend > div {
  display: inline-block;
  margin-right: 10px;
}
.bfd-pie-chart .legend .disabled {
  color: #ccc;
}
.bfd-pie-chart .legend .legend-rect {
  margin-right: 3px;
  display: inline-block;
  width: 1em;
  height: .6em;
  vertical-align: middle;
}
.bfd-pie-chart .legend .disabled .legend-rect {
  background-color: #ccc !important;
}
.bfd-pie-chart .pie-slices > path {
  cursor: pointer;
  -webkit-transition: stroke-width 250ms, fill 250ms;
  transition: stroke-width 250ms, fill 250ms;
  stroke: #fff;
  stroke-width: 2px;
}
.bfd-pie-chart .pie-labels > text {
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.bfd-pie-chart .pie-lines > polyline {
  fill: none;
  stroke: #000;
  stroke-width: 2px;
}
