@import 'ap.light.css';

body {
  background: white;
}

pre {
  background-color: #eeeeee;
  color: #8899a8;
}

.toolbar-card {
  background: #fff;
  border-color: #dee1e3;
}

.toolbar-card-notab {
  background: #fff;
  border-color: #dee1e3;
}

.dx-datagrid .dx-link {
  color: #1497ce;
}

.dx-tab {
  border-bottom-color: #dee1e3;
}

.dx-tab.dx-state-focused::after {
  border-right: 1px solid #dee1e3;
  border-left: 1px solid #dee1e3;
  border-top: 1px solid #dee1e3;
}

.modules h3:not(:first-child) {
  border-left: 2px solid #dee1e3;
}

.modules h3:hover {
  background-color: #faebe8;
}

.chart text {
  fill: #1497ce;
}

.chart .focused {
  fill: #dc4643;
}

.chart text.label.focused {
  fill: #fff;
}

.chart .label-small {
  fill: #1497ce;
}

.chart text.label-small.focused {
  fill: #fff;
}
