.w-chart {
	margin: 0;
}
/*width * 0.618 + 27 */
.g-grid-cell.size_6 .w-chart{
	min-width: 575px;
	min-height: 382px;
}
.g-grid-cell.size_5 .w-chart{
	min-width: 475px;
	min-height: 320px;
}
.g-grid-cell.size_4 .w-chart{
	min-width: 375px;
	min-height: 259px;
}
.g-grid-cell.size_3 .w-chart{
	min-width: 275px;
	min-height: 196px;
}
.g-grid-cell.size_2 .w-chart{
	min-width: 175px;
	min-height: 135px;
}
.g-grid-cell.size_1 .w-chart{
	min-width: 75px;
	min-height: 73px;
}
.w-chart-title {
  background: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}
.w-chart {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-chart-title {
  margin: 0;
  padding: 10px 5px 5px;
  text-align: center;
}
.w-chart-label {
  font-size: 16px;
  font-weight: bold;
  cursor: default;
}
.w-chart-label-percent {
  font-size: 13px;
  cursor: default;
}
.w-chart-buttons {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  font-size: 0;
}
.w-chart-buttons-group {
  text-align: right;
}
.w-chart-buttons-group.type_export {
  float: right;
}
.w-chart-button {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin: 0 2px 0 0;
  width: 27px;
  height: 27px;
  border-radius: 3px;
  background: #b5b5b5 url(../img/w-chartbuilder-buttons.png) no-repeat;
  text-indent: -999px;
  font-size: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.w-chart-button:hover {
  background-color: #f7941e;
}
.w-chart-button.active {
  background-color: #f7941e;
}
.w-chart-button.hidden {
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.w-chart-button.disabled {
  background-color: #b5b5b5 !important;
  cursor: default;
  opacity: .5;
}
.w-chart-button.type_reorder {
  position: absolute;
  right: 27%;
  margin: 0 0 0 -100%;
}
.w-chart-button.type_line {
  background-position: -27px 0;
}
.w-chart-button.type_column {
  background-position: -54px 0;
}
.w-chart-button.type_pie {
  background-position: -81px 0;
}
.w-chart-button.type_pdf {
  background-position: -108px 0;
}
.w-chart-button.type_pdf:hover {
  background-color: #e40000;
}
.w-chart-button.type_pdf.active {
  background-color: #e40000;
}
.w-chart-button.type_xls {
  background-position: -135px 0;
}
.w-chart-button.type_xls:hover {
  background-color: #82b738;
}
.w-chart-button.type_xls.active {
  background-color: #82b738;
}
.w-chart-total {
  font-weight: bold;
}
.w-chart-legend{
  margin: 5px;
  padding: 7px 5px 4px;
  border: 1px solid #CCC;
  text-align: center;
	cursor: pointer;
}
.w-chart-legend-item{
	opacity: .3;
}
.w-chart-legend-item.active,
.w-chart-legend-item:hover{
	opacity: 1;
}
.w-chart-legend.periods {
  bottom: -80px;
}
.w-chart-legend-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  color: #000;
  line-height: 14px;
  font-size: 11px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.w-chart-legend-item:hover,
.w-chart-legend-item.hover {
  text-decoration: underline;
}
.w-chart-legend-item.disable {
  color: #CCC;
  text-decoration: none !important;
}
.w-chart-legend-item.disable ins {
  background: #CCC !important;
}
.w-chart-legend-item ins {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 3px 0 0;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background: #000;
}
.w-chart-legend.type_vertical {
  padding: 5px;
  text-align: left;
}
.w-chart-legend.type_vertical .w-chart-legend-item {
  display: block;
  margin: 0;
  padding: 3px;
}
.w-chart-legend.type_vertical .w-chart-legend-item:hover,
.w-chart-legend.type_vertical .w-chart-legend-item.hover {
  background: #EEE;
  text-decoration: none;
}
.w-chart-legend.hover .w-chart-legend-item {
  opacity: .6;
}
.w-chart-legend.hover .w-chart-legend-item:hover,
.w-chart-legend.hover .w-chart-legend-item.hover {
  opacity: 1;
}
