.w-chartbuilder {
  position: relative;
  width: 100%;
}
.w-chartbuilder .w-chart {
  position: static;
}
.w-chartbuilder-legend {
  float: right;
}
.w-chartbuilder-legend-title {
  color: #000;
}
.w-chartbuilder-legend-item {
  position: relative;
}
.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;
  text-indent: -999px;
}
.w-chartbuilder-buttons {
  float: right;
}
.w-chartbuilder-buttons-group {
  display: inline-block;
  text-align: right;
  margin: 0 5px;
}
a.w-chartbuilder-button {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a.w-chartbuilder-button.active {
  color: #FF9900;
}
a.w-chartbuilder-button.hidden {
  visibility: hidden;
  opacity: 0;
}
a.w-chartbuilder-button.disabled {
  background-color: #dddddd;
  cursor: default;
  opacity: .5;
}
.w-chartbuilder-periods {
  clear: both;
  width: 100%;
  padding: 0;
  text-align: center;
}
.w-chartbuilder-periods-item {
  display: inline-block;
  padding: 5px;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}
.w-chartbuilder-periods-item > ins {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  text-align: center;
  text-decoration: none;
}
.w-chartbuilder-periods-item > ins::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Light";
}
.w-chartbuilder-periods-item.active > ins::before {
  content: "\f14a";
}
.w-chartbuilder-periods > b {
  vertical-align: middle;
}
.w-chartbuilder-groups {
  clear: both;
}
.w-chartbuilder-groups-item {
  float: left;
  padding: 10px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  color: #aaa !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.w-chartbuilder-groups-item:hover {
  color: #787474 !important;
}
.w-chartbuilder-groups-item.active {
  color: #FF9900 !important;
}
.w-chartbuilder-series {
  clear: both;
  padding: 0;
}
.w-chartbuilder-series-group {
  display: none;
}
.w-chartbuilder-series-group.active {
  display: table-row-group;
}
.w-chartbuilder-series-item > th {
  cursor: pointer;
  width: 35%;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.w-chartbuilder-series-item > th.padding_1 {
  padding-left: 20px;
  background-position: 30px 6px;
}
.w-chartbuilder-series-item > th.padding_2 {
  padding-left: 40px;
  background-position: 45px 6px;
}
.w-chartbuilder-series-item > th.padding_3 {
  padding-left: 60px;
  background-position: 60px 6px;
}
.w-chartbuilder-series-item > th ins {
  display: inline-block;
  vertical-align: middle;
  width: 5%;
  max-width: 13px;
  height: 13px;
  margin: 1% 1%;
  float: left;
  border-radius: 7px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.w-chartbuilder-series-item > th span {
  float: right;
  clear: right;
  width: 93%;
  box-sizing: border-box;
}
.w-chartbuilder-series-item > td {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.w-chartbuilder-disclaimer {
  float: left;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  font-size: 10px;
  text-align: center;
}
.w-chartbuilder-disclaimer.active {
  opacity: 1;
}
.w-chartbuilder-reset {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  padding: 5px;
}
.w-chartbuilder-reset-info {
  display: -webkit-box;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 30px;
  color: #888;
}
.w-chartbuilder-series-item.active > th > ins {
  opacity: 1;
}
.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-chart-inside td {
  padding: 0 !important;
  border: none !important;
}
.w-chartbuilder-groups {
  overflow: hidden;
}
.w-chart-wrapper {
  padding-top: 20px;
  max-width: 100%;
}
.w-chartbuilder-series {
  width: 100%;
  border-collapse: collapse;
  margin-left: 20px;
}
.w-chartbuilder-series th,
.w-chartbuilder-series td {
  vertical-align: top;
  padding: 2px 5px;
  border-bottom: 1px solid #0c70b4;
}
.w-chartbuilder-series th:nth-child(2),
.w-chartbuilder-series td:nth-child(2),
.w-chartbuilder-series th:nth-child(3),
.w-chartbuilder-series td:nth-child(3),
.w-chartbuilder-series th:nth-child(4),
.w-chartbuilder-series td:nth-child(4),
.w-chartbuilder-series th:nth-child(5),
.w-chartbuilder-series td:nth-child(5),
.w-chartbuilder-series th:nth-child(6),
.w-chartbuilder-series td:nth-child(6),
.w-chartbuilder-series th:nth-child(7),
.w-chartbuilder-series td:nth-child(7),
.w-chartbuilder-series th:nth-child(8),
.w-chartbuilder-series td:nth-child(8) {
  text-align: right;
}
.w-chartbuilder-series th :last-child,
.w-chartbuilder-series td :last-child {
  margin-bottom: 0;
}
.w-chartbuilder-series .subheader td,
.w-chartbuilder-series .subheader th,
.w-chartbuilder-series thead th,
.w-chartbuilder-series thead td {
  font-weight: bold;
  color: #0e71b6;
}
.w-chartbuilder-series .subfooter td,
.w-chartbuilder-series tfoot td {
  background-color: #6fcdbf;
  font-weight: bold;
}
.w-chartbuilder-series tr.is-group th {
  position: relative;
}
.w-chartbuilder-series tr.is-group th .w-chartbuilder-toggler {
  position: absolute;
  text-align: center;
  left: 0;
  width: 20px;
}
.w-chartbuilder-series tr.is-group th .w-chartbuilder-toggler::before {
  content: '\f067';
  font-family: 'Font Awesome 5 Light';
}
.w-chartbuilder-series tr.is-group th.padding_2 .w-chartbuilder-toggler {
  left: 20px;
}
.w-chartbuilder-series tr.is-group th.padding_3 .w-chartbuilder-toggler {
  left: 40px;
}
.w-chartbuilder-series tr.is-group.is-expand > th .w-chartbuilder-toggler::before {
  content: '\f068';
}
a {
  color: #0070ba;
  text-decoration: underline;
}
/*# sourceMappingURL=w-chartbuilder.css.map */