/**
 * 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.
 */
/**
 * 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-column-chart .tooltip {
  white-space: nowrap;
  min-width: 80px;
  background-color: #607d8b;
  color: #fff;
  border-radius: 2px;
  padding: 6px 8px;
  font-size: 12px;
  z-index: 9999;
  font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}
.bfd-column-chart .arrow-down {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #607d8b;
  color: #fff;
  z-index: 9999;
}
.bfd-column-chart .axis-x path,
.bfd-column-chart .axis-x line {
  fill: none;
  stroke: 0;
  shape-rendering: crispEdges;
}
.bfd-column-chart .axis-x text {
  font-family: sans-serif;
  font-size: 11px;
}
.bfd-column-chart .axis-y path.domain {
  fill: none;
  stroke: none;
}
.bfd-column-chart .domain {
  fill: #f6f6f6;
}
.bfd-column-chart .inner_line path,
.bfd-column-chart .inner_line line {
  fill: none;
  stroke: #E7E7E7;
  stroke-dasharray: 5 2;
  shape-rendering: crispEdges;
}
.bfd-column-chart .component .noborder {
  border: none !important;
}
.bfd-column-chart .legend {
  position: absolute;
  right: 0;
  top: 5px;
  color: #555;
  font-size: 12px;
}
.bfd-column-chart .legend > div {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.bfd-column-chart .legend > div.disabled {
  color: #ccc;
}
.bfd-column-chart .legend > div.disabled .line {
  background-color: #ccc!important;
}
.bfd-column-chart .legend > div.disabled .circle {
  border-color: #ccc!important;
}
.bfd-column-chart .legend > div .line {
  margin-right: 3px;
  display: inline-block;
  width: 20px;
  height: 8px;
  vertical-align: middle;
}
.bfd-column-chart .legend > div .text {
  vertical-align: middle;
}
