@import "_variables";

// Color Overrides for JET

// @rootFontSize:    12px;
// @fontSize:        @rootFontSize;
// @smallFontSize:   @rootFontSize - 1px;
// @mediumFontSize:  @rootFontSize + 2px;
// @largeFontSize:   @rootFontSize + 4px;
// @largestFontSize: @rootFontSize + 6px;

.oj-dvt-category1 {
  color: @g_Color-Palette-1
}

.oj-dvt-category2 {
  color: @g_Color-Palette-4
}

.oj-dvt-category3 {
  color: @g_Color-Palette-7
}

.oj-dvt-category4 {
  color: @g_Color-Palette-9
}

.oj-dvt-category5 {
  color: @g_Color-Palette-12
}

.oj-dvt-category6 {
  color: @g_Color-Palette-3
}

.oj-dvt-category7 {
  color: @g_Color-Palette-8
}

.oj-dvt-category8 {
  color: @g_Color-Palette-10
}

.oj-dvt-category9 {
  color: @g_Color-Palette-2
}

.oj-dvt-category10 {
  color: @g_Color-Palette-5
}

.oj-dvt-category11 {
  color: @g_Color-Palette-11
}

.oj-dvt-category12 {
  color: @g_Color-Palette-6
}

// Colors for Jet Charts
.oj-legend,
.oj-legend-title,
.oj-chart-pie-center-label,
.oj-chart-xaxis-title,
.oj-chart-yaxis-title,
.oj-chart-y2axis-title,
.oj-chart-xaxis-tick-label,
.oj-chart-yaxis-tick-label,
.oj-chart-y2axis-tick-label,c
.oj-chart-data-label,
.oj-dvt-no-data-message {
  color: @g_Body-Text;
}
