.lto-vis-bar3d line {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px; }

.lto-vis-bar3d text {
  fill: cyan; }

.lto-vis-bar3d .grid {
  stroke-width: 0.3px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill-opacity: 0.9;
  stroke: black; }
  .lto-vis-bar3d .grid.ccw {
    fill: cyan; }
  .lto-vis-bar3d .grid:not(.ccw) {
    fill: lightgrey; }

.lto-vis-bar3d .lto-vis-0 {
  stroke: #30c4c4; }

.lto-vis-bar3d .lto-vis-1 {
  stroke: #008d8d; }

.lto-vis-bar3d .lto-vis-2 {
  stroke: #0fb5b5; }

.lto-vis-bar3d .lto-vis-3 {
  stroke: #53d4d4; }

.lto-vis-bar3d .lto-vis-4 {
  stroke: #83e5e5; }

.lto-vis-bar3d .legend {
  stroke: cyan;
  stroke-width: 0.5px; }

.lto-vis-doughnut svg {
  width: 100%;
  height: 100%; }

.lto-vis-lines {
  stroke: black; }

.lto-vis-doughnut path.lto-vis-slice {
  stroke-width: 2px; }

.lto-vis-doughnut polyline {
  opacity: .3;
  stroke-width: 2px;
  fill: none; }

.lto-vis-doughnut text {
  font-size: 0.75em; }

.lto-vis-slice-0 {
  fill: #83e5e5;
  stroke: #008d8d; }

.lto-vis-slice-1 {
  fill: #30c4c4;
  stroke: #008d8d; }

.lto-vis-slice-2 {
  fill: #008d8d;
  stroke: #008d8d; }

.lto-vis-slice-3 {
  fill: #0fb5b5;
  stroke: #0fb5b5; }

.lto-vis-slice-4 {
  fill: #53d4d4;
  stroke: #53d4d4; }

.lto-vis-slice-5 {
  fill: #83e5e5;
  stroke: #83e5e5; }

.lto-vis-slice-6 {
  fill: #30c4c4;
  stroke: #30c4c4; }

.lto-vis-slice-7 {
  fill: #008d8d;
  stroke: #008d8d; }

.lto-vis-slice-8 {
  fill: #0fb5b5;
  stroke: #0fb5b5; }

.lto-vis-slice-9 {
  fill: #53d4d4;
  stroke: #53d4d4; }

.lto-vis-heatmap {
  padding: 20px 0 20px 0;
  margin: 0 auto; }

.lto-vis-heatmap .calibration {
  margin-bottom: 15px;
  width: 400px; }

.lto-vis-heatmap .calibration .group {
  display: inline-block; }

.lto-vis-heatmap .calibration .description {
  width: 108px; }

.lto-vis-heatmap .calibration > .display-control label {
  vertical-align: top; }

.lto-vis-heatmap .calibration .description > label:last-child {
  float: right; }

.lto-vis-heatmap .calibration > .display-control {
  float: right; }

.lto-vis-heatmap .calibration > .display-control input[type='radio'] {
  cursor: pointer; }

.lto-vis-heatmap .heatmap .axis path {
  display: none; }

.lto-vis-heatmap .heatmap .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges; }

.lto-vis-heatmap .heatmap .axis text {
  font-size: 12px;
  fill: black; }

.lto-vis-color-0 {
  fill: #1e1e1e; }

.lto-vis-color-1 {
  fill: #30c4c4; }

.lto-vis-color-2 {
  fill: #008d8d; }

.lto-vis-color-3 {
  fill: #0fb5b5; }

.lto-vis-color-4 {
  fill: #53d4d4; }

.lto-vis-color-5 {
  fill: #83e5e5; }

.lto-vis-line .lto-vis-lines {
  fill: none;
  stroke: #00c8dc;
  stroke-width: 1.5px;
  stroke-linejoin: round;
  stroke-linecap: round; }

.lto-vis-line .lto-vis-lines path {
  animation: dash 1s linear forwards; }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

.lto-vis-scatterplot rect {
  fill: transparent;
  shape-rendering: crispEdges; }

.lto-vis-scatterplot .axis path,
.axis line {
  fill: none;
  stroke: rgba(0, 0, 0, 0.1);
  shape-rendering: crispEdges; }

.lto-vis-scatterplot .axisLine {
  fill: none;
  shape-rendering: crispEdges;
  stroke: rgba(0, 0, 0, 0.5);
  stroke-width: 2px; }

.lto-vis-scatterplot .dot {
  fill-opacity: .5; }

.lto-vis-scatterplot .d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px; }

/* Creates a small triangle extender for the tooltip */
.lto-vis-scatterplot .d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center; }

/* Style northward tooltips differently */
.lto-vis-scatterplot .d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0; }

.lto-vis-stackedbar .outer {
  width: 980px;
  margin-left: auto;
  margin-right: auto; }

.lto-vis-stackedbar .inner {
  width: 960px;
  border: solid #d9d9d9 1px; }

.lto-vis-stackedbar .controls {
  float: right;
  margin-top: 10px;
  margin-right: 38px; }

.lto-vis-stackedbar .bar {
  fill: steelblue; }

.lto-vis-stackedbar .axis {
  font-size: 14px; }

.lto-vis-stackedbar .tick {
  font-size: 8px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.lto-vis-stackedbar .axis path {
  display: none; }

.lto-vis-stackedbar .legend {
  font-size: 11px; }

.lto-vis-stackedbar .lto-vis-A {
  fill: #30c4c4; }

.lto-vis-stackedbar .lto-vis-B {
  fill: #008d8d; }

.lto-vis-stackedbar .lto-vis-C {
  fill: #0fb5b5; }

.lto-vis-stackedbar .lto-vis-D {
  fill: #53d4d4; }

.lto-vis-stackedbar .lto-vis-E {
  fill: #83e5e5; }

.lto-vis-sunburst #legend {
  padding: 10px 0 0 3px; }

.lto-vis-sunburst #legend > svg {
  display: block; }

.lto-vis-sunburst #sequence text, .lto-vis-sunburst #legend text {
  font-weight: 600;
  fill: #fff; }

.lto-vis-sunburst #chart {
  position: relative; }

.lto-vis-sunburst #chart path {
  stroke: #fff;
  opacity: 0; }

.lto-vis-sunburst #explanation {
  position: absolute;
  top: 260px;
  left: 305px;
  width: 140px;
  text-align: center;
  color: #666;
  z-index: -1; }

.lto-vis-sunburst #percentage {
  font-size: 2.5em; }

.lto-vis-sunburst .lto-vis-A {
  fill: #30c4c4; }

.lto-vis-sunburst .lto-vis-B {
  fill: #008d8d; }

.lto-vis-sunburst .lto-vis-C {
  fill: #0fb5b5; }

.lto-vis-sunburst .lto-vis-D {
  fill: #53d4d4; }

.lto-vis-sunburst .lto-vis-E {
  fill: #83e5e5; }


/*# sourceMappingURL=convey-vis.css.map*/