.w-chartbuilder {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.w-chartbuilder-chart {
  float: left;
  margin-top: -44px;
  width: 73%;
}
.w-chartbuilder-legend {
  float: right;
  width: 24%;
}
.w-chartbuilder-legend-title {
  margin: 0 0 7px;
  color: #000;
  font-size: 12px;
  font-weight: bold;
}
.w-chartbuilder-legend-item {
  position: relative;
  margin: 0 0 7px;
  padding: 0 0 0 23px;
  line-height: 1.1;
  font-size: 12px;
}
.w-chartbuilder-legend-item > ins {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  width: 15px;
  height: 15px;
}
.w-chartbuilder-legend-item > a {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 14px;
  height: 14px;
  background: url(../img/w-chartbuilder-legend-item.png) no-repeat;
  text-indent: -999px;
}
.w-chartbuilder-buttons {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  font-size: 0;
}
.w-chartbuilder-buttons-group {
  text-align: right;
}
.w-chartbuilder-buttons-group.type_charts {
  float: left;
  margin-left: 76%;
}
.w-chartbuilder-buttons-group.type_export {
  float: right;
}
.w-chartbuilder-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;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.w-chartbuilder-button:hover {
  background-color: #409d35;
}
.w-chartbuilder-button.active {
  background-color: #409d35;
}
.w-chartbuilder-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-chartbuilder-button.disabled {
  background-color: #b5b5b5 !important;
  cursor: default;
  opacity: .5;
}
.w-chartbuilder-button.type_reorder {
  position: absolute;
  right: 27%;
  margin: 0 0 0 -100%;
}
.w-chartbuilder-button.type_line {
  background-position: -27px 0;
}
.w-chartbuilder-button.type_column {
  background-position: -54px 0;
}
.w-chartbuilder-button.type_pie {
  background-position: -81px 0;
}
.w-chartbuilder-button.type_row {
    background-position: -54px 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.w-chartbuilder-button.type_pdf {
  background-position: -108px 0;
}
.w-chartbuilder-button.type_pdf:hover {
  background-color: #e40000;
}
.w-chartbuilder-button.type_pdf.active {
  background-color: #e40000;
}
.w-chartbuilder-button.type_xls {
  background-position: -135px 0;
}
.w-chartbuilder-button.type_xls:hover {
  background-color: #82b738;
}
.w-chartbuilder-button.type_xls.active {
  background-color: #82b738;
}
.w-chartbuilder-periods {
  clear: both;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 30px 0;
}
.w-chartbuilder-periods-title {
  float: left;
  margin: 0 4% 0 0;
  color: #000;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
}
.w-chartbuilder-periods-item {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 3%;
  padding-left: 22px;
  background: url(../img/w-chartbuilder-checkbox.png) 0 7px no-repeat;
  color: #000;
  text-decoration: none;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
}
.w-chartbuilder-periods-item > ins {
  position: absolute;
  top: 10px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #409d35 url(../img/w-chartbuilder-checkbox.png) -2px -491px no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.w-chartbuilder-periods-item.active > ins {
  opacity: 1;
  filter: alpha(opacity=100);
}
.w-chartbuilder-periods {
  clear: both;
}
.w-chartbuilder-groups {
  clear: both;
  overflow: hidden;
}
.w-chartbuilder-groups-item {
  float: left;
  margin: 0 2px 0 0;
  padding: 8px 14px;
  border-bottom: 2px solid #FFF;
  background: #F2F2F2;
  color: #000;
  text-decoration: none;
  line-height: 1.1;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.w-chartbuilder-groups-item:hover {
  color:#409d35;
}
.w-chartbuilder-groups-item.active {
  border-bottom-color: #F2F2F2;
  color: #409d35;
}
.w-chartbuilder-series {
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #F2F2F2;
}
/*.w-chartbuilder-series > thead > tr > th {
  padding: 10px;
  border-left: 2px solid #FFF;
  color: #000;
  text-align: right;
  line-height: 1.1;
  font-size: 12px;
  font-weight: bold;
}*/
.w-chartbuilder-series-group {
  display: none;
}
.w-chartbuilder-series-group.active {
  display: table-row-group;
}
.w-chartbuilder-series-item > th {
  padding: 7px 10px 7px 37px;
  background-image: url(../img/w-chartbuilder-checkbox.png);
  background-position: 15px 6px;
  background-repeat: no-repeat;
  color: #000;
  text-align: left;
  line-height: 1.1;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: 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-chartbuilder-series-item > th.padding_1{
    padding-left: 52px;
    background-position: 30px 6px;
}
.w-chartbuilder-series-item > th.padding_2{
    padding-left: 67px;
    background-position: 45px 6px;
}
.w-chartbuilder-series-item > th.padding_3{
    padding-left: 82px;
    background-position: 60px 6px;
}
.w-chartbuilder-series-item > th > ins {
  float: left;
  margin: 2px 0 0 -19px;
  width: 9px;
  height: 9px;
  background: url(../img/w-chartbuilder-checkbox.png) -2px -491px no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.w-chartbuilder-series-item > td {
  padding: 5px 10px;
  border-left: 2px solid #FFF;
  color: #000;
  text-align: right;
  line-height: 1.1;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: 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-chartbuilder-series-item:nth-child(odd) > th {
  background-color: #f8f9f9;
}
.w-chartbuilder-series-item:nth-child(odd) > td {
  background-color: #f8f9f9;
}
.w-chartbuilder-series-item:hover > th {
  color: #409d35;
}
.w-chartbuilder-series-item:hover > td {
  color: #409d35;
}
.w-chartbuilder-series-item.active > th > ins {
  opacity: 1;
  filter: alpha(opacity=100);
}
.w-chartbuilder-series-item:hover > th, .w-chartbuilder-series-item:hover > td,
.w-chartbuilder-series-item.hover > th, .w-chartbuilder-series-item.hover > td,
.w-chartbuilder-series-item td:hover,
.w-chartbuilder-series-item td.hover{
    background-color: #e1e1e1;
}

.w-chartbuilder-group-inside td{
    padding: 10px 15px 5px;
    font-weight: bold;
}
.w-chartbuilder-disclaimer{
    float: left;
    width: 60%;
    font-size: 11px;
    line-height: 1.1;
    opacity: 0;
    -webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.w-chartbuilder-disclaimer.active{
    opacity: 1;
}