@import "/graphics/toaster/toaster-client-packages/series-charts/production/css/business.css";
.toaster-chart.toaster-theme-business {
  background-color: #ffffff;
  width: auto;
}
.toaster-chart.toaster-theme-business table {
  font-size: 14px;
  margin: 8px 0 12px;
}
.toaster-chart.toaster-theme-business table tbody,
.toaster-chart.toaster-theme-business table thead {
  color: #111111;
}
.toaster-chart.toaster-theme-business table th,
.toaster-chart.toaster-theme-business table td {
  padding: 10px 8px 10px 0;
}
.toaster-chart.toaster-theme-business table td {
  border-bottom: 1px solid #fbfbfb;
}
.toaster-chart.toaster-theme-business table th {
  font-weight: bold;
  border-bottom: 2px solid #000000;
}
.toaster-chart.toaster-theme-business table td.positive-value span.display-value {
  color: #00c88a;
}
.toaster-chart.toaster-theme-business table td.negative-value span.display-value {
  color: #ff415f;
}
.toaster-chart.toaster-theme-business table span.table-bar-label {
  transform: translateY(1.5px);
}
.toaster-chart.toaster-theme-business table .table-bar-cell .table-bar {
  background-color: #ff6200;
}
.toaster-chart.toaster-theme-business table .table-bar-cell.color-0 .table-bar {
  background-color: #000000;
}
.toaster-chart.toaster-theme-business table .table-bar-cell.color-1 .table-bar {
  background-color: #00aeff;
}
.toaster-chart.toaster-theme-business table .table-bar-cell.color-2 .table-bar {
  background-color: #ff008c;
}
.toaster-chart.toaster-theme-business table .table-bar-cell.color-3 .table-bar {
  background-color: #ffc400;
}
.toaster-chart.toaster-theme-business table .table-bar-cell.color-4 .table-bar {
  background-color: #3ef794;
}
.toaster-chart.toaster-theme-business table .table-bar-cell.color-5 .table-bar {
  background-color: #b5cec8;
}
.toaster-chart.toaster-theme-business table .table-bar-cell .table-bar-divider {
  border-color: #111111;
}
.toaster-chart.toaster-theme-business table tr.highlight > td {
  font-weight: bold;
  background: #f0f0f0;
}
.toaster-chart.toaster-theme-business table tr.secondary-row > td span.pre,
.toaster-chart.toaster-theme-business table tr.secondary-row > td span.post {
  visibility: hidden;
}
.toaster-chart.toaster-theme-business table.has-highlights td:first-child,
.toaster-chart.toaster-theme-business table.has-highlights th:first-child {
  padding-left: 3px;
}
.toaster-chart.toaster-theme-business table.alternate-row-highlight tr:nth-child(odd) > td {
  background: #f0f0f0;
}
.toaster-chart.toaster-theme-business table.condensed-rows th,
.toaster-chart.toaster-theme-business table.condensed-rows td {
  padding: 5px 8px 5px 0;
}
.toaster-chart.toaster-theme-business table.condensed-rows td {
  border-bottom: none;
}
.toaster-chart.toaster-theme-business table.list-mode td {
  border-bottom: none;
}
.toaster-chart.toaster-theme-business table.list-mode tbody > tr {
  border-color: #000000;
}

/*# sourceMappingURL=business.css.map */
