@import '~mgm-colors/lib/colors';

.plot {
  font: 12px sans-serif;
}

.plot__text {
  fill: black;
  fill: rgba(0, 0, 0, 0.54);
}

.plot__tick-line {
  stroke: lightgrey;
  stroke-width: 1px;
}

.plot__domain {
  display: none;
  //stroke: steelblue;
  //stroke-width: 1.5px;
}

.plot__line {
  fill: none;
  stroke-width: 1.5px;
}

.plot__rect--bar {
  fill: $bar__rect-fill-color;
}

.mdl-menu {
  max-height: 400px;
  overflow-y: scroll;
  //position: relative;
}

.loading-button {
  position: absolute;
  top: 150px;
  left: 50%;
  cursor: auto;
  z-index: 999;
  //display: flex;
  align-items: center;
  justify-content: center;
}

.mdl-spinner {
  position: absolute;
  top: 25%;
  left: 25%;
}

.plot .plot__text.plot__text--flagged {
  fill: red;
}

.plot__line--reference {
  stroke-width: 3px;
}
