.lucid-Axis-tick-text {
  font: 11px sans-serif;
  fill: #333;
}
.lucid-Axis-domain,
.lucid-Axis-tick {
  fill: none;
  stroke: #e3e3e3;
  shape-rendering: crispEdges;
}
.lucid-AxisLabel {
  text-anchor: middle;
  fill: #333;
}
.lucid-AxisLabel-color-chart-neutral {
  fill: #e3e3e3;
}
.lucid-AxisLabel-color-chart-bad-darkest {
  fill: #4a1311;
}
.lucid-AxisLabel-color-chart-bad-dark {
  fill: #a12a26;
}
.lucid-AxisLabel-color-chart-bad-light {
  fill: #fcbcba;
}
.lucid-AxisLabel-color-chart-bad-lightest {
  fill: #feeceb;
}
.lucid-AxisLabel-color-chart-bad {
  fill: #f7403a;
}
.lucid-AxisLabel-color-chart-good-darkest {
  fill: #133207;
}
.lucid-AxisLabel-color-chart-good-dark {
  fill: #296b0e;
}
.lucid-AxisLabel-color-chart-good-light {
  fill: #bce0ad;
}
.lucid-AxisLabel-color-chart-good-lightest {
  fill: #ecf6e8;
}
.lucid-AxisLabel-color-chart-good {
  fill: #3fa516;
}
.lucid-AxisLabel-color-chart-5-darkest {
  fill: #271735;
}
.lucid-AxisLabel-color-chart-5-dark {
  fill: #553172;
}
.lucid-AxisLabel-color-chart-5-light {
  fill: #d3c0e3;
}
.lucid-AxisLabel-color-chart-5-lightest {
  fill: #f3edf7;
}
.lucid-AxisLabel-color-chart-5 {
  fill: #824bb0;
}
.lucid-AxisLabel-color-chart-4-darkest {
  fill: #4c3f00;
}
.lucid-AxisLabel-color-chart-4-dark {
  fill: #a58800;
}
.lucid-AxisLabel-color-chart-4-light {
  fill: #ffefa6;
}
.lucid-AxisLabel-color-chart-4-lightest {
  fill: #fffae6;
}
.lucid-AxisLabel-color-chart-4 {
  fill: #fed100;
}
.lucid-AxisLabel-color-chart-3-darkest {
  fill: #00373c;
}
.lucid-AxisLabel-color-chart-3-dark {
  fill: #007882;
}
.lucid-AxisLabel-color-chart-3-light {
  fill: #a6e6ec;
}
.lucid-AxisLabel-color-chart-3-lightest {
  fill: #e6f8fa;
}
.lucid-AxisLabel-color-chart-3 {
  fill: #00b8c8;
}
.lucid-AxisLabel-color-chart-2-darkest {
  fill: #3c1123;
}
.lucid-AxisLabel-color-chart-2-dark {
  fill: #81244b;
}
.lucid-AxisLabel-color-chart-2-light {
  fill: #ebb9ce;
}
.lucid-AxisLabel-color-chart-2-lightest {
  fill: #f9ebf1;
}
.lucid-AxisLabel-color-chart-2 {
  fill: #c73774;
}
.lucid-AxisLabel-color-chart-1-darkest {
  fill: #4d2900;
}
.lucid-AxisLabel-color-chart-1-dark {
  fill: #a65800;
}
.lucid-AxisLabel-color-chart-1-light {
  fill: #ffd5a6;
}
.lucid-AxisLabel-color-chart-1-lightest {
  fill: #fff3e6;
}
.lucid-AxisLabel-color-chart-1 {
  fill: #ff8700;
}
.lucid-AxisLabel-color-chart-0-darkest {
  fill: #00293b;
}
.lucid-AxisLabel-color-chart-0-dark {
  fill: #00597f;
}
.lucid-AxisLabel-color-chart-0-light {
  fill: #a6d6ea;
}
.lucid-AxisLabel-color-chart-0-lightest {
  fill: #e6f3f9;
}
.lucid-AxisLabel-color-chart-0 {
  fill: #0089c4;
}
.lucid-Badge {
  border: 1px solid #c5c5c5;
  border-radius: 1.08rem;
  color: #333;
  cursor: default;
  display: inline-block;
  font-weight: 500;
  font-size: 1.08rem;
  padding: 3px 9px;
  background-color: #f4f4f4;
}
.lucid-Banner {
  box-sizing: border-box;
  border: 1px solid #c5c5c5;
  background-color: #f4f4f4;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  border-radius: 4px;
  padding: 0 9px;
  display: -ms-flexbox;
  display: flex;
}
.lucid-Banner-enter {
  opacity: 0.01;
}
.lucid-Banner-enter.lucid-Banner-enter-active {
  opacity: 1;
  transition: opacity 300ms ease-in;
}
.lucid-Banner-leave {
  opacity: 1;
}
.lucid-Banner-leave.lucid-Banner-leave-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in;
}
.lucid-Banner.lucid-Banner-has-close {
  padding-right: 9px;
}
.lucid-Banner.lucid-Banner-has-no-roundedCorners {
  border-radius: 0;
}
.lucid-Banner-close {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1em;
  padding-top: 3px;
  color: rgba(0, 0, 0, 0.5);
}
.lucid-Banner-close:hover {
  color: #000;
}
.lucid-Banner-has-icon > .lucid-Banner-content {
  padding: 12px 0;
}
.lucid-Banner-icon {
  padding-top: 10px;
  margin-right: 9px;
}
.lucid-Banner-content {
  -ms-flex: 1;
      flex: 1;
  padding: 12px 0;
  line-height: 1em;
}
.lucid-Banner-content > p {
  line-height: 1.25em;
}
.lucid-Banner-content > p:first-of-type {
  margin-top: 0;
}
.lucid-Banner-content > p:last-of-type {
  margin-bottom: 0;
}
.lucid-Banner-primary {
  border-color: #aae4df;
  background-color: #eaf8f7;
}
.lucid-Banner-success {
  border-color: #b2dba2;
  background-color: #ecf6e8;
}
.lucid-Banner-info {
  border-color: #99d0e7;
  background-color: #e6f3f9;
}
.lucid-Banner-warning {
  border-color: #ffe09d;
  background-color: #fff7e6;
}
.lucid-Banner-danger {
  border-color: #fcb3b0;
  background-color: #feeceb;
}
.lucid-Banner-small .lucid-Banner-icon {
  padding-top: 4px;
}
.lucid-Banner-small .lucid-Banner-content {
  padding: 6px 0;
}
.lucid-Bar-color-chart-neutral {
  fill: #e3e3e3;
}
.lucid-Bar-color-chart-bad-darkest {
  fill: #4a1311;
}
.lucid-Bar-color-chart-bad-dark {
  fill: #a12a26;
}
.lucid-Bar-color-chart-bad-light {
  fill: #fcbcba;
}
.lucid-Bar-color-chart-bad-lightest {
  fill: #feeceb;
}
.lucid-Bar-color-chart-bad {
  fill: #f7403a;
}
.lucid-Bar-color-chart-good-darkest {
  fill: #133207;
}
.lucid-Bar-color-chart-good-dark {
  fill: #296b0e;
}
.lucid-Bar-color-chart-good-light {
  fill: #bce0ad;
}
.lucid-Bar-color-chart-good-lightest {
  fill: #ecf6e8;
}
.lucid-Bar-color-chart-good {
  fill: #3fa516;
}
.lucid-Bar-color-chart-5-darkest {
  fill: #271735;
}
.lucid-Bar-color-chart-5-dark {
  fill: #553172;
}
.lucid-Bar-color-chart-5-light {
  fill: #d3c0e3;
}
.lucid-Bar-color-chart-5-lightest {
  fill: #f3edf7;
}
.lucid-Bar-color-chart-5 {
  fill: #824bb0;
}
.lucid-Bar-color-chart-4-darkest {
  fill: #4c3f00;
}
.lucid-Bar-color-chart-4-dark {
  fill: #a58800;
}
.lucid-Bar-color-chart-4-light {
  fill: #ffefa6;
}
.lucid-Bar-color-chart-4-lightest {
  fill: #fffae6;
}
.lucid-Bar-color-chart-4 {
  fill: #fed100;
}
.lucid-Bar-color-chart-3-darkest {
  fill: #00373c;
}
.lucid-Bar-color-chart-3-dark {
  fill: #007882;
}
.lucid-Bar-color-chart-3-light {
  fill: #a6e6ec;
}
.lucid-Bar-color-chart-3-lightest {
  fill: #e6f8fa;
}
.lucid-Bar-color-chart-3 {
  fill: #00b8c8;
}
.lucid-Bar-color-chart-2-darkest {
  fill: #3c1123;
}
.lucid-Bar-color-chart-2-dark {
  fill: #81244b;
}
.lucid-Bar-color-chart-2-light {
  fill: #ebb9ce;
}
.lucid-Bar-color-chart-2-lightest {
  fill: #f9ebf1;
}
.lucid-Bar-color-chart-2 {
  fill: #c73774;
}
.lucid-Bar-color-chart-1-darkest {
  fill: #4d2900;
}
.lucid-Bar-color-chart-1-dark {
  fill: #a65800;
}
.lucid-Bar-color-chart-1-light {
  fill: #ffd5a6;
}
.lucid-Bar-color-chart-1-lightest {
  fill: #fff3e6;
}
.lucid-Bar-color-chart-1 {
  fill: #ff8700;
}
.lucid-Bar-color-chart-0-darkest {
  fill: #00293b;
}
.lucid-Bar-color-chart-0-dark {
  fill: #00597f;
}
.lucid-Bar-color-chart-0-light {
  fill: #a6d6ea;
}
.lucid-Bar-color-chart-0-lightest {
  fill: #e6f3f9;
}
.lucid-Bar-color-chart-0 {
  fill: #0089c4;
}
.lucid-Bar-has-stroke {
  stroke: #fff;
  stroke-width: 2;
}
.lucid-Bars-tooltip-hover-zone {
  fill-opacity: 0;
}
.lucid-BarChart-legend-container {
  text-align: center;
}
.lucid-BarChart-invisible {
  fill-opacity: 0;
}
.lucid-Breadcrumb > .lucid-Breadcrumb-List {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  margin: 0;
  height: 12px;
}
.lucid-Breadcrumb > .lucid-Breadcrumb-List > .lucid-Breadcrumb-Item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  font-size: 12px;
  color: #333;
}
.lucid-Breadcrumb > .lucid-Breadcrumb-List > .lucid-Breadcrumb-Item > a {
  text-decoration: none;
  color: #2abbb0;
}
.lucid-Breadcrumb > .lucid-Breadcrumb-List > .lucid-Breadcrumb-Item > a:hover {
  color: #176862;
}
.lucid-Breadcrumb > .lucid-Breadcrumb-List > .lucid-Breadcrumb-Item .lucid-Icon {
  height: 12px;
  width: 12px;
  display: block;
}
.lucid-Breadcrumb > .lucid-Breadcrumb-List > .lucid-Breadcrumb-Item > .lucid-Breadcrumb-SeparatorIcon {
  fill: #c5c5c5;
  width: 17.4px;
}
.lucid-Button {
  -webkit-transform: translate3d(0, 0, 0);
  box-sizing: border-box;
  position: relative;
  background-size: 100%;
  background-image: linear-gradient(#f3f3f3, #e2e2e2);
  transition: opacity 100ms, box-shadow 50ms;
  z-index: 0;
  cursor: pointer;
  height: 28px;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  letter-spacing: 0.05em;
  padding: 0 12px;
  outline: none;
  color: #000;
  margin: 0;
  /* 2 */
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  /* 2 */
  white-space: nowrap;
}
.lucid-Button::before {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(#e2e2e2, #f3f3f3);
  box-shadow: none;
  opacity: 0;
  transition: opacity 100ms, box-shadow 50ms;
  z-index: -1;
  content: '';
}
.lucid-Button:hover:not(.lucid-Button-is-active)::before {
  opacity: 1;
}
.lucid-Button:active:not(.lucid-Button-is-disabled) {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
}
.lucid-Button:focus {
  box-shadow: 0 0 0 3px rgba(42, 187, 176, 0.3);
}
.lucid-Button:active:focus {
  border-radius: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
}
.lucid-Button:active::before {
  border-radius: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
  opacity: 1;
}
.lucid-Button::-moz-focus-inner {
  border: 0;
}
.lucid-Button::before {
  border-radius: 4px;
}
.lucid-Button.lucid-Button-has-only-icon {
  padding: 0 5px;
}
.lucid-Button .lucid-Button-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
.lucid-Button .lucid-Button-content > .lucid-Icon {
  transition: color 100ms, fill 100ms;
}
.lucid-Button .lucid-Button-content > span {
  transition: color 100ms, fill 100ms;
}
.lucid-Button.lucid-Button-primary {
  position: relative;
  background-size: 100%;
  background-image: linear-gradient(#6acfc8, #2abbb0);
  transition: opacity 100ms, box-shadow 50ms;
  z-index: 0;
  font-weight: 500;
  border-color: #2abbb0;
  color: #fff;
}
.lucid-Button.lucid-Button-primary::before {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(#2abbb0, #6acfc8);
  box-shadow: none;
  opacity: 0;
  transition: opacity 100ms, box-shadow 50ms;
  z-index: -1;
  content: '';
}
.lucid-Button.lucid-Button-primary:hover:not(.lucid-Button.lucid-Button-primary-is-active)::before {
  opacity: 1;
}
.lucid-Button.lucid-Button-primary:active:not(.lucid-Button.lucid-Button-primary-is-disabled) {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
}
.lucid-Button.lucid-Button-primary:focus {
  box-shadow: 0 0 0 3px rgba(42, 187, 176, 0.3);
}
.lucid-Button.lucid-Button-primary:active:focus {
  border-radius: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
}
.lucid-Button.lucid-Button-primary:active::before {
  border-radius: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
  opacity: 1;
}
.lucid-Button.lucid-Button-primary.lucid-Button-is-disabled {
  background: linear-gradient(to bottom, #6acfc8, #2abbb0);
}
.lucid-Button.lucid-Button-primary.lucid-Button-is-disabled::before {
  content: '';
  display: none;
}
.lucid-Button.lucid-Button-primary.lucid-Button-is-disabled:active::before {
  box-shadow: none;
}
.lucid-Button.lucid-Button-primary.lucid-Button-is-disabled:hover {
  text-decoration: none;
}
.lucid-Button.lucid-Button-primary .lucid-Icon {
  fill: #fff;
}
.lucid-Button.lucid-Button-success {
  position: relative;
  background-size: 100%;
  background-image: linear-gradient(#79c05c, #3fa516);
  transition: opacity 100ms, box-shadow 50ms;
  z-index: 0;
  font-weight: 500;
  color: #fff;
  border-color: #3fa516;
}
.lucid-Button.lucid-Button-success::before {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(#3fa516, #79c05c);
  box-shadow: none;
  opacity: 0;
  transition: opacity 100ms, box-shadow 50ms;
  z-index: -1;
  content: '';
}
.lucid-Button.lucid-Button-success:hover:not(.lucid-Button.lucid-Button-success-is-active)::before {
  opacity: 1;
}
.lucid-Button.lucid-Button-success:active:not(.lucid-Button.lucid-Button-success-is-disabled) {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
}
.lucid-Button.lucid-Button-success:focus {
  box-shadow: 0 0 0 3px rgba(42, 187, 176, 0.3);
}
.lucid-Button.lucid-Button-success:active:focus {
  border-radius: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
}
.lucid-Button.lucid-Button-success:active::before {
  border-radius: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
  opacity: 1;
}
.lucid-Button.lucid-Button-success.lucid-Button-is-disabled {
  background: linear-gradient(to bottom, #79c05c, #3fa516);
}
.lucid-Button.lucid-Button-success.lucid-Button-is-disabled::before {
  content: '';
  display: none;
}
.lucid-Button.lucid-Button-success.lucid-Button-is-disabled:active::before {
  box-shadow: none;
}
.lucid-Button.lucid-Button-success.lucid-Button-is-disabled:hover {
  text-decoration: none;
}
.lucid-Button.lucid-Button-success .lucid-Icon {
  fill: #fff;
}
.lucid-Button.lucid-Button-info {
  position: relative;
  background-size: 100%;
  background-image: linear-gradient(#4dacd6, #0089c4);
  transition: opacity 100ms, box-shadow 50ms;
  z-index: 0;
  font-weight: 500;
  border-color: #0089c4;
  color: #fff;
}
.lucid-Button.lucid-Button-info::before {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(#0089c4, #4dacd6);
  box-shadow: none;
  opacity: 0;
  transition: opacity 100ms, box-shadow 50ms;
  z-index: -1;
  content: '';
}
.lucid-Button.lucid-Button-info:hover:not(.lucid-Button.lucid-Button-info-is-active)::before {
  opacity: 1;
}
.lucid-Button.lucid-Button-info:active:not(.lucid-Button.lucid-Button-info-is-disabled) {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
}
.lucid-Button.lucid-Button-info:focus {
  box-shadow: 0 0 0 3px rgba(42, 187, 176, 0.3);
}
.lucid-Button.lucid-Button-info:active:focus {
  border-radius: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
}
.lucid-Button.lucid-Button-info:active::before {
  border-radius: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
  opacity: 1;
}
.lucid-Button.lucid-Button-info.lucid-Button-is-disabled {
  background: linear-gradient(to bottom, #4dacd6, #0089c4);
}
.lucid-Button.lucid-Button-info.lucid-Button-is-disabled::before {
  content: '';
  display: none;
}
.lucid-Button.lucid-Button-info.lucid-Button-is-disabled:active::before {
  box-shadow: none;
}
.lucid-Button.lucid-Button-info.lucid-Button-is-disabled:hover {
  text-decoration: none;
}
.lucid-Button.lucid-Button-info .lucid-Icon {
  fill: #fff;
}
.lucid-Button.lucid-Button-warning {
  position: relative;
  background-size: 100%;
  background-image: linear-gradient(#fec953, #feb209);
  transition: opacity 100ms, box-shadow 50ms;
  z-index: 0;
  font-weight: 500;
  border-color: #feb209;
  color: #fff;
}
.lucid-Button.lucid-Button-warning::before {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(#feb209, #fec953);
  box-shadow: none;
  opacity: 0;
  transition: opacity 100ms, box-shadow 50ms;
  z-index: -1;
  content: '';
}
.lucid-Button.lucid-Button-warning:hover:not(.lucid-Button.lucid-Button-warning-is-active)::before {
  opacity: 1;
}
.lucid-Button.lucid-Button-warning:active:not(.lucid-Button.lucid-Button-warning-is-disabled) {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
}
.lucid-Button.lucid-Button-warning:focus {
  box-shadow: 0 0 0 3px rgba(42, 187, 176, 0.3);
}
.lucid-Button.lucid-Button-warning:active:focus {
  border-radius: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
}
.lucid-Button.lucid-Button-warning:active::before {
  border-radius: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
  opacity: 1;
}
.lucid-Button.lucid-Button-warning.lucid-Button-is-disabled {
  background: linear-gradient(to bottom, #fec953, #feb209);
}
.lucid-Button.lucid-Button-warning.lucid-Button-is-disabled::before {
  content: '';
  display: none;
}
.lucid-Button.lucid-Button-warning.lucid-Button-is-disabled:active::before {
  box-shadow: none;
}
.lucid-Button.lucid-Button-warning.lucid-Button-is-disabled:hover {
  text-decoration: none;
}
.lucid-Button.lucid-Button-warning .lucid-Icon {
  fill: #fff;
}
.lucid-Button.lucid-Button-danger {
  position: relative;
  background-size: 100%;
  background-image: linear-gradient(#f97975, #f7403a);
  transition: opacity 100ms, box-shadow 50ms;
  z-index: 0;
  font-weight: 500;
  border-color: #f7403a;
  color: #fff;
}
.lucid-Button.lucid-Button-danger::before {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(#f7403a, #f97975);
  box-shadow: none;
  opacity: 0;
  transition: opacity 100ms, box-shadow 50ms;
  z-index: -1;
  content: '';
}
.lucid-Button.lucid-Button-danger:hover:not(.lucid-Button.lucid-Button-danger-is-active)::before {
  opacity: 1;
}
.lucid-Button.lucid-Button-danger:active:not(.lucid-Button.lucid-Button-danger-is-disabled) {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
}
.lucid-Button.lucid-Button-danger:focus {
  box-shadow: 0 0 0 3px rgba(42, 187, 176, 0.3);
}
.lucid-Button.lucid-Button-danger:active:focus {
  border-radius: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
}
.lucid-Button.lucid-Button-danger:active::before {
  border-radius: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
  opacity: 1;
}
.lucid-Button.lucid-Button-danger.lucid-Button-is-disabled {
  background: linear-gradient(to bottom, #f97975, #f7403a);
}
.lucid-Button.lucid-Button-danger.lucid-Button-is-disabled::before {
  content: '';
  display: none;
}
.lucid-Button.lucid-Button-danger.lucid-Button-is-disabled:active::before {
  box-shadow: none;
}
.lucid-Button.lucid-Button-danger.lucid-Button-is-disabled:hover {
  text-decoration: none;
}
.lucid-Button.lucid-Button-danger .lucid-Icon {
  fill: #fff;
}
.lucid-Button.lucid-Button-link {
  border: none;
  background: none;
  color: #2abbb0;
}
.lucid-Button.lucid-Button-link::before {
  content: '';
  display: none;
}
.lucid-Button.lucid-Button-link:active::before {
  box-shadow: none;
}
.lucid-Button.lucid-Button-link.lucid-Button-is-disabled {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}
.lucid-Button.lucid-Button-link.lucid-Button-is-disabled::before {
  content: '';
  display: none;
}
.lucid-Button.lucid-Button-link.lucid-Button-is-disabled:active::before {
  box-shadow: none;
}
.lucid-Button.lucid-Button-link.lucid-Button-is-disabled:hover {
  text-decoration: none;
}
.lucid-Button.lucid-Button-link:hover:not(.lucid-Button-is-disabled),
.lucid-Button.lucid-Button-link:active:not(.lucid-Button-is-disabled),
.lucid-Button.lucid-Button-link:focus:not(.lucid-Button-is-disabled) {
  background: #f4f4f4;
  color: #176862;
  box-shadow: none;
}
.lucid-Button.lucid-Button-link:hover:not(.lucid-Button-is-disabled) .lucid-Icon,
.lucid-Button.lucid-Button-link:active:not(.lucid-Button-is-disabled) .lucid-Icon,
.lucid-Button.lucid-Button-link:focus:not(.lucid-Button-is-disabled) .lucid-Icon {
  fill: #176862;
}
.lucid-Button.lucid-Button-link:active::before {
  opacity: 0;
}
.lucid-Button.lucid-Button-link .lucid-Button-content {
  line-height: 1em;
}
.lucid-Button.lucid-Button-link .lucid-Icon {
  fill: #2abbb0;
  margin-right: 0.25em;
}
.lucid-Button.lucid-Button-link .lucid-Icon + span {
  line-height: 1.4em;
}
.lucid-Button.lucid-Button-link.lucid-Button-has-only-icon .lucid-Icon {
  margin-right: 0;
}
.lucid-Button.lucid-Button-short {
  height: 20px;
}
.lucid-Button.lucid-Button-small {
  height: 20px;
  padding: 0 8px;
}
.lucid-Button.lucid-Button-small.lucid-Button-has-only-icon {
  padding: 0 1px;
}
.lucid-Button.lucid-Button-large {
  height: 40px;
  padding: 0 18px;
  font-size: 1.2em;
}
.lucid-Button.lucid-Button-large .lucid-Icon {
  width: 1.2em;
  height: 1.2em;
}
.lucid-Button.lucid-Button-large.lucid-Button-has-only-icon {
  padding: 0 8px;
}
.lucid-Button.lucid-Button-is-active {
  background: none;
  background: #2abbb0;
  border-color: #2abbb0;
  color: #fff;
}
.lucid-Button.lucid-Button-is-active::before {
  content: '';
  display: none;
}
.lucid-Button.lucid-Button-is-active:active::before {
  box-shadow: none;
}
.lucid-Button.lucid-Button-is-active .lucid-Icon {
  fill: #fff;
}
.lucid-Button.lucid-Button-is-active.lucid-Button-primary {
  background: #2abbb0;
  border-color: #2abbb0;
}
.lucid-Button.lucid-Button-is-active.lucid-Button-success {
  border-color: #3fa516;
  background: #3fa516;
}
.lucid-Button.lucid-Button-is-active.lucid-Button-info {
  border-color: #0089c4;
  background: #0089c4;
}
.lucid-Button.lucid-Button-is-active.lucid-Button-warning {
  border-color: #feb209;
  background: #feb209;
}
.lucid-Button.lucid-Button-is-active.lucid-Button-danger {
  border-color: #f7403a;
  background: #f7403a;
}
.lucid-Button-is-disabled {
  background: linear-gradient(to bottom, #f3f3f3, #e2e2e2);
  opacity: 0.3;
  cursor: not-allowed;
}
.lucid-Button-is-disabled::before {
  content: '';
  display: none;
}
.lucid-Button-is-disabled:active::before {
  box-shadow: none;
}
.lucid-Button[disabled] {
  cursor: not-allowed;
}
.lucid-ButtonGroup {
  display: -ms-flexbox;
  display: flex;
}
.lucid-ButtonGroup > .lucid-Button-is-active + .lucid-Button-is-active {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.lucid-ButtonGroup > .lucid-Button:first-of-type,
.lucid-ButtonGroup > .lucid-Button:first-of-type::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.lucid-ButtonGroup > .lucid-Button:not(:first-of-type):not(:last-of-type),
.lucid-ButtonGroup > .lucid-Button:not(:first-of-type):not(:last-of-type)::before {
  border-radius: 0;
  border-right: 0;
}
.lucid-ButtonGroup > .lucid-Button:last-of-type,
.lucid-ButtonGroup > .lucid-Button:last-of-type::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.lucid-CalendarMonth {
  color: #333;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  font-size: 12px;
}
.lucid-CalendarMonth .DayPicker-Month {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.lucid-CalendarMonth .DayPicker-Month .DayPicker-Caption {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 12px;
}
.lucid-CalendarMonth .DayPicker-Month .DayPicker-Weekdays .DayPicker-WeekdaysRow {
  display: -ms-flexbox;
  display: flex;
}
.lucid-CalendarMonth .DayPicker-Month .DayPicker-Weekdays .DayPicker-WeekdaysRow .DayPicker-Weekday {
  text-transform: uppercase;
  color: #c5c5c5;
  -ms-flex: 1;
      flex: 1;
  font-size: 100%;
}
.lucid-CalendarMonth .DayPicker-Month .DayPicker-Body {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.lucid-CalendarMonth .DayPicker-Month .DayPicker-Body .DayPicker-Week {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
}
.lucid-CalendarMonth .DayPicker-Month .DayPicker-Body .DayPicker-Week .DayPicker-Day {
  line-height: 26px;
  font-size: 100%;
  cursor: pointer;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.lucid-CalendarMonth .DayPicker-Month .DayPicker-Body .DayPicker-Week .DayPicker-Day.DayPicker-Day:focus {
  outline: none;
}
.lucid-CalendarMonth .DayPicker-Month .DayPicker-Body .DayPicker-Week .DayPicker-Day.DayPicker-Day:focus:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--from):not(.DayPicker-Day--to) {
  outline: 1px solid #99bcb9;
}
.lucid-CalendarMonth .DayPicker-Month .DayPicker-Body .DayPicker-Week .DayPicker-Day--today:not(.DayPicker-Day--outside) {
  font-weight: bold;
}
.lucid-CalendarMonth .DayPicker-Month .DayPicker-Body .DayPicker-Week .DayPicker-Day--selected:not(.DayPicker-Day--outside) {
  color: #fff;
  background-color: #2abbb0;
}
.lucid-CalendarMonth .DayPicker-Month .DayPicker-Body .DayPicker-Week .DayPicker-Day--disabled {
  color: #999999;
  cursor: not-allowed;
}
.lucid-CalendarMonth .DayPicker-Month .DayPicker-Body .DayPicker-Week .DayPicker-Day--range:not(.DayPicker-Day--outside):not(.DayPicker-Day--selected) {
  background-color: #bfebe7;
}
.lucid-CalendarMonth .DayPicker-Month .DayPicker-Body .DayPicker-Week .DayPicker-Day--from:not(.DayPicker-Day--outside) {
  color: #fff;
  background-image: url('data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M%200%200%20H%2012%20L%2016%208%20L%2012%2016%20H%200%22%20fill%3D%22%232abbb0%22%20/%3E%3C/svg%3E');
  background-size: 100% 100%;
}
.lucid-CalendarMonth .DayPicker-Month .DayPicker-Body .DayPicker-Week .DayPicker-Day--to:not(.DayPicker-Day--outside) {
  color: #fff;
  background-image: url('data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M%2016%2016%20H%204%20L%200%208%20L%204%200%20H%2016%22%20fill%3D%22%232abbb0%22%20/%3E%3C/svg%3E');
  background-size: 100% 100%;
}
.lucid-SearchableSelect-Control {
  -webkit-transform: translate3d(0, 0, 0);
  box-sizing: border-box;
  position: relative;
  background-size: 100%;
  background-image: linear-gradient(#f3f3f3, #e2e2e2);
  transition: opacity 100ms, box-shadow 50ms;
  z-index: 0;
  cursor: pointer;
  height: 28px;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 28px;
  padding: 0 12px;
  -ms-flex-align: center;
      align-items: center;
  white-space: nowrap;
}
.lucid-SearchableSelect-Control::before {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(#e2e2e2, #f3f3f3);
  box-shadow: none;
  opacity: 0;
  transition: opacity 100ms, box-shadow 50ms;
  z-index: -1;
  content: '';
}
.lucid-SearchableSelect-Control:hover:not(.lucid-SearchableSelect-Control-is-active)::before {
  opacity: 1;
}
.lucid-SearchableSelect-Control:active:not(.lucid-SearchableSelect-Control-is-disabled) {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
}
.lucid-SearchableSelect-Control:focus {
  box-shadow: 0 0 0 3px rgba(42, 187, 176, 0.3);
}
.lucid-SearchableSelect-Control:active:focus {
  border-radius: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
}
.lucid-SearchableSelect-Control:active::before {
  border-radius: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
  opacity: 1;
}
.lucid-SearchableSelect-Control::before {
  border-radius: 4px;
}
.lucid-SearchableSelect-Control-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 12px;
}
.lucid-SearchableSelect-Control .lucid-CaretIcon {
  fill: #000;
  margin-left: auto;
}
.lucid-SearchableSelect-Control-is-highlighted,
.lucid-SearchableSelect-Control-is-selected {
  position: relative;
  background-size: 100%;
  background-image: linear-gradient(#2abbb0, #2abbb0);
  transition: opacity 100ms, box-shadow 50ms;
  z-index: 0;
  color: #fff;
  border-color: #2abbb0;
}
.lucid-SearchableSelect-Control-is-highlighted::before,
.lucid-SearchableSelect-Control-is-selected::before {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(#2abbb0, #2abbb0);
  box-shadow: none;
  opacity: 0;
  transition: opacity 100ms, box-shadow 50ms;
  z-index: -1;
  content: '';
}
.lucid-SearchableSelect-Control-is-highlighted:hover:not(.lucid-SearchableSelect-Control-is-highlighted-is-active)::before,
.lucid-SearchableSelect-Control-is-selected:hover:not(.lucid-SearchableSelect-Control-is-highlighted-is-active)::before,
.lucid-SearchableSelect-Control-is-highlighted:hover:not(.lucid-SearchableSelect-Control-is-selected-is-active)::before,
.lucid-SearchableSelect-Control-is-selected:hover:not(.lucid-SearchableSelect-Control-is-selected-is-active)::before {
  opacity: 1;
}
.lucid-SearchableSelect-Control-is-highlighted:active:not(.lucid-SearchableSelect-Control-is-highlighted-is-disabled),
.lucid-SearchableSelect-Control-is-selected:active:not(.lucid-SearchableSelect-Control-is-highlighted-is-disabled),
.lucid-SearchableSelect-Control-is-highlighted:active:not(.lucid-SearchableSelect-Control-is-selected-is-disabled),
.lucid-SearchableSelect-Control-is-selected:active:not(.lucid-SearchableSelect-Control-is-selected-is-disabled) {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
}
.lucid-SearchableSelect-Control-is-highlighted:focus,
.lucid-SearchableSelect-Control-is-selected:focus {
  box-shadow: 0 0 0 3px rgba(42, 187, 176, 0.3);
}
.lucid-SearchableSelect-Control-is-highlighted:active:focus,
.lucid-SearchableSelect-Control-is-selected:active:focus {
  border-radius: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
}
.lucid-SearchableSelect-Control-is-highlighted:active::before,
.lucid-SearchableSelect-Control-is-selected:active::before {
  border-radius: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
  opacity: 1;
}
.lucid-SearchableSelect-Control-is-highlighted .lucid-CaretIcon,
.lucid-SearchableSelect-Control-is-selected .lucid-CaretIcon {
  fill: #fff;
}
.lucid-SearchableSelect-Control-is-expanded {
  z-index: 5000;
}
.lucid-SearchableSelect-Control-is-disabled {
  background: linear-gradient(to bottom, #f3f3f3, #e2e2e2);
  opacity: 0.3;
  cursor: not-allowed;
}
.lucid-SearchableSelect-Control-is-disabled::before {
  content: '';
  display: none;
}
.lucid-SearchableSelect-Control-is-disabled:active::before {
  box-shadow: none;
}
.lucid-SearchableSelect.lucid-DropMenu-is-expanded.lucid-DropMenu-direction-up .lucid-SearchableSelect-Control {
  border-radius: 0 0 4px 4px;
}
.lucid-SearchableSelect.lucid-DropMenu-is-expanded.lucid-DropMenu-direction-down .lucid-SearchableSelect-Control {
  border-radius: 4px 4px 0 0;
}
.lucid-SearchableSelect-Search-container {
  background-color: #f4f4f4;
}
.lucid-SearchableSelect-Search-container .lucid-SearchField {
  padding: 8px;
}
.lucid-SearchableSelect-Search-container .lucid-SearchField .lucid-SearchField-Icon-container {
  right: 8px;
}
.lucid-SearchableSelect-Loading {
  -ms-flex-pack: center;
      justify-content: center;
}
.lucid-SearchableSelect-Loading.lucid-DropMenu-Option.lucid-DropMenu-Option-is-focused {
  background: none;
}
.lucid-SearchableSelect .lucid-LoadingIndicator-message-container {
  -ms-flex-align: start;
      align-items: flex-start;
}
.lucid-SearchableSelect .lucid-LoadingIndicator-message-container .lucid-LoadingMessage {
  border: none;
  padding: 6px;
}
.lucid-SearchableSelect-Option-underline-match,
.lucid-SearchableSelect-Option-underline-post,
.lucid-SearchableSelect-Option-underline-pre {
  white-space: pre;
}
.lucid-SearchableSelect-Option-underline-match {
  text-decoration: underline;
}
.lucid-SearchableSelect-noresults {
  color: #999999;
  font-style: italic;
}
.lucid-SearchableMultiSelect-DropMenu.lucid-SearchableMultiSelect-DropMenu.lucid-SearchableMultiSelect-DropMenu {
  display: block;
}
.lucid-SearchableMultiSelect-DropMenu .lucid-DropMenu-Option {
  padding: 0 3px;
}
.lucid-SearchableMultiSelect-DropMenu-is-small .lucid-DropMenu-Option {
  height: 46px;
  padding: 0 9px;
}
.lucid-SearchableMultiSelect .lucid-ContextMenu {
  display: block;
}
.lucid-SearchableMultiSelect-search {
  margin-bottom: 12px;
}
.lucid-SearchableMultiSelect-search-is-small .lucid-TextField {
  font-size: 16px;
}
.lucid-SearchableMultiSelect-checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.lucid-SearchableMultiSelect-checkbox-label {
  margin-left: 3px;
  cursor: pointer;
}
.lucid-SearchableMultiSelect-noresults {
  color: #999999;
  font-style: italic;
}
.lucid-SearchableMultiSelect-Option-underline-match,
.lucid-SearchableMultiSelect-Option-underline-post,
.lucid-SearchableMultiSelect-Option-underline-pre {
  white-space: pre;
}
.lucid-SearchableMultiSelect-Option-underline-match {
  text-decoration: underline;
}
.lucid-SearchableMultiSelect-loading {
  -ms-flex-pack: center;
      justify-content: center;
}
.lucid-SearchableMultiSelect-loading.lucid-DropMenu-Option.lucid-DropMenu-Option-is-focused {
  background: none;
}
.lucid-SearchableMultiSelect .lucid-SearchableMultiSelect-Selection-section .lucid-SearchableMultiSelect-Selection-group {
  margin-bottom: 6px;
}
.lucid-Grid {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.lucid-Grid-is-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
}
.lucid-Grid-is-vertical .lucid-Grid-Cell {
  display: -ms-flexbox;
  display: flex;
  padding: 0 12px 12px 0;
}
.lucid-Grid-is-vertical .lucid-Grid-Cell-is-full,
.lucid-Grid-is-vertical .lucid-Grid-Cell-is-half,
.lucid-Grid-is-vertical .lucid-Grid-Cell-is-third,
.lucid-Grid-is-vertical .lucid-Grid-Cell-is-quarter,
.lucid-Grid-is-vertical .lucid-Grid-Cell-is-2,
.lucid-Grid-is-vertical .lucid-Grid-Cell-is-3,
.lucid-Grid-is-vertical .lucid-Grid-Cell-is-4,
.lucid-Grid-is-vertical .lucid-Grid-Cell-is-5,
.lucid-Grid-is-vertical .lucid-Grid-Cell-is-6,
.lucid-Grid-is-vertical .lucid-Grid-Cell-is-7,
.lucid-Grid-is-vertical .lucid-Grid-Cell-is-8,
.lucid-Grid-is-vertical .lucid-Grid-Cell-is-9,
.lucid-Grid-is-vertical .lucid-Grid-Cell-is-10,
.lucid-Grid-is-vertical .lucid-Grid-Cell-is-11 {
  max-width: 100%;
}
.lucid-Grid-is-horizontal {
  -ms-flex-direction: row;
      flex-direction: row;
}
.lucid-Grid-is-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lucid-Grid-is-gutterless .lucid-Grid-Cell {
  padding: 0;
}
.lucid-Grid .lucid-Grid {
  -ms-flex: 1;
      flex: 1;
}
.lucid-Grid-Cell {
  box-sizing: border-box;
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 12px 12px 0 0;
}
.lucid-Grid-Cell:first-child {
  padding-left: 0;
}
.lucid-Grid-Cell-is-full {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  max-height: 100%;
}
.lucid-Grid-Cell-is-half {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  max-height: 50%;
}
.lucid-Grid-Cell-is-third {
  -ms-flex: 0 0 33.333%;
      flex: 0 0 33.333%;
  max-width: 33.333%;
  max-height: 33.333%;
}
.lucid-Grid-Cell-is-quarter {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
  max-height: 25%;
}
.lucid-Grid-Cell-is-2 {
  -ms-flex: 0 0 16.66666667%;
      flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
  max-height: 16.66666667%;
}
.lucid-Grid-Cell-is-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
  max-height: 25%;
}
.lucid-Grid-Cell-is-4 {
  -ms-flex: 0 0 33.33333333%;
      flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  max-height: 33.33333333%;
}
.lucid-Grid-Cell-is-5 {
  -ms-flex: 0 0 41.66666667%;
      flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
  max-height: 41.66666667%;
}
.lucid-Grid-Cell-is-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  max-height: 50%;
}
.lucid-Grid-Cell-is-7 {
  -ms-flex: 0 0 58.33333333%;
      flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
  max-height: 58.33333333%;
}
.lucid-Grid-Cell-is-8 {
  -ms-flex: 0 0 66.66666667%;
      flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
  max-height: 66.66666667%;
}
.lucid-Grid-Cell-is-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
  max-height: 75%;
}
.lucid-Grid-Cell-is-10 {
  -ms-flex: 0 0 83.33333333%;
      flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
  max-height: 83.33333333%;
}
.lucid-Grid-Cell-is-11 {
  -ms-flex: 0 0 91.66666667%;
      flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
  max-height: 91.66666667%;
}
.lucid-Grid-Cell-is-offset-quarter {
  margin-left: 25%;
}
.lucid-Grid-Cell-is-offset-third {
  margin-left: 33.3333%;
}
.lucid-Grid-Cell-is-offset-half {
  margin-left: 50%;
}
.lucid-Checkbox {
  cursor: pointer;
  display: inline-block;
  height: 22px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 22px;
  overflow: hidden;
}
.lucid-Checkbox-is-disabled {
  cursor: not-allowed;
}
.lucid-Checkbox-native {
  opacity: 0;
}
.lucid-Checkbox-visualization-container {
  box-sizing: border-box;
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  height: 16px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 16px;
}
.lucid-Checkbox-visualization-indeterminate {
  opacity: 0;
  width: 22px;
  height: 22px;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  top: 0;
  left: 0;
  position: absolute;
}
.lucid-Checkbox-visualization-indeterminate-line {
  top: 10px;
  left: 7px;
  width: 8px;
  height: 2px;
  background-color: white;
  position: absolute;
}
.lucid-Checkbox-visualization-checkmark {
  opacity: 0;
  width: 22px;
  height: 22px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  top: 0;
  left: 0;
  position: absolute;
}
.lucid-Checkbox-visualization-checkmark-stem {
  top: 11px;
  left: 7px;
  width: 9px;
  height: 2px;
  background-color: white;
  position: absolute;
}
.lucid-Checkbox-visualization-checkmark-kick {
  top: 8px;
  left: 7px;
  width: 2px;
  height: 4px;
  background-color: white;
  position: absolute;
}
.lucid-Checkbox-visualization-glow {
  box-sizing: border-box;
  background-color: #2abbb0;
  border-radius: 3px;
  height: 16px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 3px;
  transition: 0.1s linear;
  width: 16px;
}
.lucid-Checkbox:hover .lucid-Checkbox-visualization-container,
.lucid-Checkbox-native:focus ~ .lucid-Checkbox-visualization-container {
  border-color: #2abbb0;
  transition: 0.1s linear;
}
.lucid-Checkbox:hover .lucid-Checkbox-visualization-glow {
  opacity: 0.3;
  -ms-transform: scale(1.375);
      transform: scale(1.375);
}
.lucid-Checkbox-is-disabled .lucid-Checkbox-visualization-container,
.lucid-Checkbox-is-disabled:hover .lucid-Checkbox-visualization-container {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1);
}
.lucid-Checkbox-is-disabled:hover .lucid-Checkbox-visualization-glow {
  opacity: 0;
  -ms-transform: none;
      transform: none;
}
.lucid-Checkbox-is-disabled.lucid-Checkbox-is-selected .lucid-Checkbox-visualization-container {
  opacity: 0.3;
}
.lucid-Checkbox-is-disabled.lucid-Checkbox-is-selected:hover .lucid-Checkbox-visualization-container,
.lucid-Checkbox-is-selected .lucid-Checkbox-visualization-container,
.lucid-Checkbox:active .lucid-Checkbox-visualization-container {
  background-color: #2abbb0;
  border-color: #2abbb0;
}
.lucid-Checkbox-is-disabled:active .lucid-Checkbox-visualization-container {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1);
}
.lucid-Checkbox-is-selected .lucid-Checkbox-visualization-checkmark,
.lucid-Checkbox-visualization-indeterminate {
  opacity: 1;
  transition: 0.1s linear;
}
.lucid-Checkbox-native:focus ~ .lucid-Checkbox-visualization-glow {
  opacity: 0.3;
  -ms-transform: scale(1.375);
      transform: scale(1.375);
}
.lucid-Panel {
  overflow: hidden;
  border-radius: 4px;
  margin: 0;
  position: relative;
  background-color: #fff;
  border: 1px solid #c5c5c5;
}
.lucid-Panel.lucid-Panel-has-margin {
  margin: 0 12px 12px 12px;
}
.lucid-Panel-is-scrollable.lucid-Panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.lucid-Panel > .lucid-Panel-Header {
  padding: 12px;
  border-bottom: 1px solid #e3e3e3;
}
.lucid-Panel-is-scrollable.lucid-Panel > .lucid-Panel-Header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lucid-Panel-is-not-gutterless.lucid-Panel > .lucid-Panel-content {
  overflow: auto;
  padding: 12px;
}
.lucid-Panel-is-scrollable.lucid-Panel > .lucid-Panel-content {
  overflow: auto;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.lucid-Panel > .lucid-Panel-Footer {
  text-align: right;
  padding: 12px;
  border-top: 1px solid #e3e3e3;
}
.lucid-Panel-is-scrollable.lucid-Panel > .lucid-Panel-Footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lucid-PieChart-slice.lucid-PieChart-slice {
  stroke: none;
  transition: transform 100ms;
}
.lucid-PieChart-slice-has-stroke.lucid-PieChart-slice-has-stroke {
  stroke: #fff;
}
.lucid-PieChart-slice-group-is-hovering .lucid-PieChart-slice {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.lucid-PieChart-slice-hover {
  fill-opacity: 0;
}
.lucid-Point-color-chart-neutral {
  fill: #e3e3e3;
}
.lucid-Point-color-chart-bad-darkest {
  fill: #4a1311;
}
.lucid-Point-color-chart-bad-dark {
  fill: #a12a26;
}
.lucid-Point-color-chart-bad-light {
  fill: #fcbcba;
}
.lucid-Point-color-chart-bad-lightest {
  fill: #feeceb;
}
.lucid-Point-color-chart-bad {
  fill: #f7403a;
}
.lucid-Point-color-chart-good-darkest {
  fill: #133207;
}
.lucid-Point-color-chart-good-dark {
  fill: #296b0e;
}
.lucid-Point-color-chart-good-light {
  fill: #bce0ad;
}
.lucid-Point-color-chart-good-lightest {
  fill: #ecf6e8;
}
.lucid-Point-color-chart-good {
  fill: #3fa516;
}
.lucid-Point-color-chart-5-darkest {
  fill: #271735;
}
.lucid-Point-color-chart-5-dark {
  fill: #553172;
}
.lucid-Point-color-chart-5-light {
  fill: #d3c0e3;
}
.lucid-Point-color-chart-5-lightest {
  fill: #f3edf7;
}
.lucid-Point-color-chart-5 {
  fill: #824bb0;
}
.lucid-Point-color-chart-4-darkest {
  fill: #4c3f00;
}
.lucid-Point-color-chart-4-dark {
  fill: #a58800;
}
.lucid-Point-color-chart-4-light {
  fill: #ffefa6;
}
.lucid-Point-color-chart-4-lightest {
  fill: #fffae6;
}
.lucid-Point-color-chart-4 {
  fill: #fed100;
}
.lucid-Point-color-chart-3-darkest {
  fill: #00373c;
}
.lucid-Point-color-chart-3-dark {
  fill: #007882;
}
.lucid-Point-color-chart-3-light {
  fill: #a6e6ec;
}
.lucid-Point-color-chart-3-lightest {
  fill: #e6f8fa;
}
.lucid-Point-color-chart-3 {
  fill: #00b8c8;
}
.lucid-Point-color-chart-2-darkest {
  fill: #3c1123;
}
.lucid-Point-color-chart-2-dark {
  fill: #81244b;
}
.lucid-Point-color-chart-2-light {
  fill: #ebb9ce;
}
.lucid-Point-color-chart-2-lightest {
  fill: #f9ebf1;
}
.lucid-Point-color-chart-2 {
  fill: #c73774;
}
.lucid-Point-color-chart-1-darkest {
  fill: #4d2900;
}
.lucid-Point-color-chart-1-dark {
  fill: #a65800;
}
.lucid-Point-color-chart-1-light {
  fill: #ffd5a6;
}
.lucid-Point-color-chart-1-lightest {
  fill: #fff3e6;
}
.lucid-Point-color-chart-1 {
  fill: #ff8700;
}
.lucid-Point-color-chart-0-darkest {
  fill: #00293b;
}
.lucid-Point-color-chart-0-dark {
  fill: #00597f;
}
.lucid-Point-color-chart-0-light {
  fill: #a6d6ea;
}
.lucid-Point-color-chart-0-lightest {
  fill: #e6f3f9;
}
.lucid-Point-color-chart-0 {
  fill: #0089c4;
}
.lucid-Point-has-stroke {
  stroke: #fff;
  stroke-width: 2;
}
.lucid-ContextMenu {
  display: inline-block;
}
.lucid-ContextMenu-FlyOut {
  z-index: 5000;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  max-height: 100vh;
}
.lucid-DataTable.lucid-DataTable-full-width {
  width: 100%;
}
.lucid-DateSelect {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 12px;
}
.lucid-DateSelect-InfiniteSlidePanel {
  -ms-flex: 1;
      flex: 1;
  height: 100%;
}
.lucid-DateSelect .lucid-DateSelect-chevron {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.lucid-DateSelect .lucid-DateSelect-slide {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.lucid-DateSelect-show-divider.lucid-DateSelect .lucid-DateSelect-slide::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.lucid-DateSelect-show-divider.lucid-DateSelect .lucid-DateSelect-slide.lucid-InfiniteSlidePanel-Slide-in-frame::after {
  right: -1px;
}
.lucid-DateSelect .lucid-DateSelect-slide .lucid-DateSelect-slide-content {
  margin: 6px;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.lucid-DateSelect .lucid-DateSelect-slide .lucid-DateSelect-slide-content .lucid-DateSelect-CalendarMonth {
  -ms-flex: 1;
      flex: 1;
  font-size: 100%;
}
.lucid-DropMenu.lucid-DropMenu-base {
  display: inline-block;
}
.lucid-DropMenu-Header {
  border-top: solid 1px #c5c5c5;
  border-left: solid 1px #c5c5c5;
  border-right: solid 1px #c5c5c5;
}
.lucid-DropMenu-Control {
  position: relative;
  outline: 0;
}
.lucid-DropMenu-Option {
  cursor: pointer;
  padding: 0 9px;
  line-height: 12px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  height: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  white-space: nowrap;
}
.lucid-DropMenu-Option.lucid-DropMenu-Option-is-disabled {
  color: #999999;
  font-style: italic;
  cursor: not-allowed;
}
.lucid-DropMenu-Option.lucid-DropMenu-Option-is-focused {
  background: #f4f4f4;
}
.lucid-DropMenu-Option.lucid-DropMenu-Option-is-selected {
  background: #b4e7e3;
}
.lucid-DropMenu-Option.lucid-DropMenu-Option-is-null {
  color: #999999;
}
.lucid-DropMenu-Option.lucid-DropMenu-Option-is-wrapped {
  white-space: normal;
}
.lucid-DropMenu-option-container {
  box-sizing: border-box;
  background-color: #fff;
  border: solid 1px #c5c5c5;
  overflow-y: auto;
}
.lucid-DropMenu.lucid-ContextMenu-FlyOut.lucid-DropMenu.lucid-ContextMenu-FlyOut-Up {
  border-width: 1px 1px 0;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 1px 0 #c5c5c5;
}
.lucid-DropMenu.lucid-ContextMenu-FlyOut.lucid-DropMenu.lucid-ContextMenu-FlyOut-Down {
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 -1px 0 #c5c5c5;
}
.lucid-DropMenu-OptionGroup-divider {
  border: 1px solid #e3e3e3;
  border-width: 1px 0 0;
  height: 1px;
}
.lucid-DropMenu-label {
  padding: 0 6px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  font-weight: bold;
  height: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.lucid-EmptyStateWrapper-message-container {
  max-width: 401px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
.lucid-EmptyStateWrapper-message-header {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0IiBoZWlnaHQ9IjQiPgo8cGF0aCBkPSJNLTEgNUw1IC0xWk01IDNMMyA1Wk0tMSAxTDEgLTEiIHN0cm9rZT0iI2UzZTNlMyIgc3Ryb2tlLXdpZHRoPSIxIj48L3BhdGg+Cjwvc3ZnPg==");
  height: 15px;
}
.lucid-EmptyStateWrapper-message-contents {
  padding: 9px 12px 12px 12px;
  text-align: center;
}
.lucid-EmptyStateWrapper-message-title {
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6px;
}
.lucid-Expander-icon {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 6px;
}
.lucid-Expander-header {
  -ms-flex-align: center;
      align-items: center;
  color: #333;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.lucid-Expander-header:hover > .lucid-Expander-icon {
  position: relative;
  background-size: 100%;
  background-image: linear-gradient(#f3f3f3, #e2e2e2);
  transition: opacity 100ms, box-shadow 50ms;
  z-index: 0;
  box-sizing: border-box;
  border: solid 1px #c5c5c5;
  border-radius: 4px;
  outline: none;
}
.lucid-Expander-header:hover > .lucid-Expander-icon::before {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(#e2e2e2, #f3f3f3);
  box-shadow: none;
  opacity: 0;
  transition: opacity 100ms, box-shadow 50ms;
  z-index: -1;
  content: '';
}
.lucid-Expander-header:hover > .lucid-Expander-icon:hover:not(.lucid-Expander-header:hover > .lucid-Expander-icon-is-active)::before {
  opacity: 1;
}
.lucid-Expander-header:hover > .lucid-Expander-icon:active:not(.lucid-Expander-header:hover > .lucid-Expander-icon-is-disabled) {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
}
.lucid-Expander-header:hover > .lucid-Expander-icon:focus {
  box-shadow: 0 0 0 3px rgba(42, 187, 176, 0.3);
}
.lucid-Expander-header:hover > .lucid-Expander-icon:active:focus {
  border-radius: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
}
.lucid-Expander-header:hover > .lucid-Expander-icon:active::before {
  border-radius: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
  opacity: 1;
}
.lucid-Expander-header:hover > .lucid-Expander-icon .lucid-ChevronIcon {
  fill: #333;
}
.lucid-Expander-header:hover > .lucid-Expander-text {
  color: #176862;
}
.lucid-Expander-header:hover > .lucid-Expander-text > span {
  text-decoration: underline;
}
.lucid-Expander-text {
  color: #2abbb0;
  height: 20px;
  position: relative;
}
.lucid-Expander-text-enter {
  opacity: 0.01;
}
.lucid-Expander-text-enter.lucid-Expander-text-enter-active {
  opacity: 1;
  transition: opacity 100ms ease-in;
}
.lucid-Expander-text-leave {
  opacity: 1;
}
.lucid-Expander-text-leave.lucid-Expander-text-leave-active {
  opacity: 0.01;
  transition: opacity 100ms ease-in;
}
.lucid-Expander-text-leave {
  position: absolute;
  top: 0;
  left: 0;
}
.lucid-Expander-text > * {
  line-height: 20px;
  white-space: nowrap;
}
.lucid-Expander-content {
  overflow: hidden;
}
.lucid-Expander-kind-highlighted .lucid-Expander-header {
  background: #f4f4f4;
  border: 1px solid #e3e3e3;
  padding: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.lucid-Expander-kind-highlighted .lucid-Expander-header .lucid-Expander-text {
  font-size: 15px;
  color: #333;
  font-weight: bold;
  -ms-flex: 1;
      flex: 1;
}
.lucid-Expander-kind-highlighted .lucid-Expander-header .lucid-Expander-icon {
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lucid-Expander-kind-highlighted .lucid-Expander-header:hover .lucid-Expander-text > span {
  text-decoration: none;
}
.lucid-Expander-kind-highlighted .lucid-Collapsible-content {
  padding: 12px;
}
.lucid-ExpanderPanel-icon {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 9px;
}
.lucid-ExpanderPanel-header {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.lucid-ExpanderPanel-header:hover > .lucid-ExpanderPanel-icon {
  position: relative;
  background-size: 100%;
  background-image: linear-gradient(#f3f3f3, #e2e2e2);
  transition: opacity 100ms, box-shadow 50ms;
  z-index: 0;
  border: solid 1px #c5c5c5;
  border-radius: 4px;
  outline: none;
}
.lucid-ExpanderPanel-header:hover > .lucid-ExpanderPanel-icon::before {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(#e2e2e2, #f3f3f3);
  box-shadow: none;
  opacity: 0;
  transition: opacity 100ms, box-shadow 50ms;
  z-index: -1;
  content: '';
}
.lucid-ExpanderPanel-header:hover > .lucid-ExpanderPanel-icon:hover:not(.lucid-ExpanderPanel-header:hover > .lucid-ExpanderPanel-icon-is-active)::before {
  opacity: 1;
}
.lucid-ExpanderPanel-header:hover > .lucid-ExpanderPanel-icon:active:not(.lucid-ExpanderPanel-header:hover > .lucid-ExpanderPanel-icon-is-disabled) {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
}
.lucid-ExpanderPanel-header:hover > .lucid-ExpanderPanel-icon:focus {
  box-shadow: 0 0 0 3px rgba(42, 187, 176, 0.3);
}
.lucid-ExpanderPanel-header:hover > .lucid-ExpanderPanel-icon:active:focus {
  border-radius: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
}
.lucid-ExpanderPanel-header:hover > .lucid-ExpanderPanel-icon:active::before {
  border-radius: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
  opacity: 1;
}
.lucid-ExpanderPanel-header:hover > .lucid-ExpanderPanel-icon .lucid-ChevronIcon {
  fill: #333;
}
.lucid-ExpanderPanel-content-inner {
  border-top: 1px solid #e3e3e3;
}
.lucid-ExpanderPanel-content-inner-has-padding {
  padding: 12px;
}
.lucid-ExpanderPanel > .lucid-Panel-content.lucid-Panel-content {
  padding: 0;
}
.lucid-ExpanderPanel > .lucid-Panel-Header {
  border-bottom: none;
}
.lucid-ExpanderPanel-is-disabled {
  opacity: 0.3;
}
.lucid-ExpanderPanel-is-disabled::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #999999;
  cursor: not-allowed;
}
.lucid-Icon {
  -moz-transform: translate3d(0, 0, 0);
  display: inline-block;
  vertical-align: top;
  /* Prevents automatic addition of bottom margin. */
  fill: #2abbb0;
}
.lucid-Icon > path,
.lucid-Icon > rect,
.lucid-Icon > circle {
  -ms-transform-origin: center center;
      transform-origin: center center;
}
.lucid-Icon-is-badge {
  background-color: #c5c5c5;
  border: 1px solid rgba(255, 255, 255, 0);
  fill: #fff;
}
.lucid-Icon-is-clickable {
  cursor: pointer;
  fill: #2abbb0;
}
.lucid-Icon-is-clickable:hover {
  fill: #176862;
}
.lucid-Icon-is-disabled {
  opacity: 0.35;
  fill: #999999;
  cursor: not-allowed;
}
.lucid-ArrowIcon-is-down {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.lucid-ArrowIcon-is-up {
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}
.lucid-ArrowIcon-is-left {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.lucid-ArrowIcon-is-right {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}
.lucid-CaretIcon-is-down {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}
.lucid-CaretIcon-is-up {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.lucid-CaretIcon-is-left {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.lucid-CaretIcon-is-right {
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}
.lucid-ChevronIcon {
  fill: #2abbb0;
}
.lucid-ChevronIcon-is-down {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}
.lucid-ChevronIcon-is-up {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.lucid-ChevronIcon-is-left {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.lucid-ChevronIcon-is-right {
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}
.lucid-ChevronIcon.lucid-Icon-is-badge {
  fill: #fff;
}
.lucid-DangerIcon-x {
  fill: #fff;
}
.lucid-DangerIcon-background {
  fill: #f7403a;
}
.lucid-DangerIcon-background-is-disabled {
  fill: #999999;
}
.lucid-DangerIcon-is-clickable:hover > .lucid-DangerIcon-background {
  fill: #a12a26;
}
.lucid-DangerLightIcon-x {
  fill: #f7403a;
}
.lucid-DangerLightIcon-x-is-disabled {
  fill: #999999;
}
.lucid-DangerLightIcon-background {
  fill: #fff;
}
.lucid-DangerLightIcon-is-clickable:hover > .lucid-DangerLightIcon-background {
  fill: #feeceb;
}
.lucid-EligibilityIcon-half-circle {
  fill: #f3f3f3;
  stroke: #f7403a;
}
.lucid-EligibilityIcon-half-circle-is-disabled {
  stroke: #999999;
}
.lucid-EligibilityIcon-is-selected {
  fill: #3fa516;
  stroke: rgba(255, 255, 255, 0);
}
.lucid-InfoIcon-mark {
  fill: #fff;
}
.lucid-InfoIcon-background {
  fill: #0089c4;
}
.lucid-InfoIcon-background-is-disabled {
  fill: #999999;
}
.lucid-InfoIcon-is-clickable:hover > .lucid-InfoIcon-background {
  fill: #00597f;
}
.lucid-InfoLightIcon-mark {
  fill: #0089c4;
}
.lucid-InfoLightIcon-mark-is-disabled {
  fill: #999999;
}
.lucid-InfoLightIcon-background {
  fill: #fff;
}
.lucid-InfoLightIcon-is-clickable:hover > .lucid-InfoLightIcon-background {
  fill: #e6f3f9;
}
.lucid-HelpIcon {
  opacity: 0.35;
  fill: #999999;
}
.lucid-HelpIcon.lucid-Icon-is-clickable {
  cursor: pointer;
}
.lucid-HelpIcon.lucid-Icon-is-clickable:hover {
  fill: #666666;
}
.lucid-LoadingIcon {
  -ms-animation: lucid-LoadingIcon-rotate-animation linear infinite;
}
.lucid-LoadingIcon circle {
  fill: none;
  stroke-width: 12;
  stroke-linecap: round;
}
.lucid-LoadingIcon-spinner {
  -ms-transform-origin: center;
      transform-origin: center;
  animation: lucid-LoadingIcon-dash-animation linear infinite;
  stroke: #2abbb0;
  stroke-dasharray: 150px 100px;
}
.lucid-LoadingIcon-spinner-is-disabled {
  stroke: #999999;
}
.lucid-LoadingIcon-circle {
  stroke: #e3e3e3;
}
@keyframes lucid-LoadingIcon-rotate-animation {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes lucid-LoadingIcon-dash-animation {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 151.327px 100px;
  }
  50% {
    stroke-dashoffset: -251.327px;
    stroke-dasharray: 10px 241.327px;
  }
  100% {
    stroke-dashoffset: -502.654px;
    stroke-dasharray: 151.327px 100px;
  }
}
.lucid-MinusCircleIcon-minus {
  fill: #fff;
}
.lucid-MinusCircleIcon-background {
  fill: #f7403a;
}
.lucid-MinusCircleIcon-background-is-disabled {
  fill: #999999;
}
.lucid-MinusCircleIcon-is-clickable:hover > .lucid-MinusCircleIcon-background {
  fill: #a12a26;
}
.lucid-MinusCircleLightIcon-minus-circle {
  fill: #f7403a;
}
.lucid-MinusCircleLightIcon-minus-circle-is-disabled {
  fill: #999999;
}
.lucid-MinusCircleLightIcon-background {
  fill: #fff;
}
.lucid-MinusCircleLightIcon-is-clickable:hover > .lucid-MinusCircleLightIcon-background {
  fill: #feeceb;
}
.lucid-PlusIcon {
  padding: 2px;
}
.lucid-SuccessIcon-check {
  fill: #fff;
}
.lucid-SuccessIcon-background {
  fill: #3fa516;
}
.lucid-SuccessIcon-background-is-disabled {
  fill: #999999;
}
.lucid-SuccessIcon-is-clickable:hover > .lucid-SuccessIcon-background {
  fill: #296b0e;
}
.lucid-SuccessLightIcon-check {
  fill: #3fa516;
}
.lucid-SuccessLightIcon-check-is-disabled {
  fill: #999999;
}
.lucid-SuccessLightIcon-background {
  fill: #fff;
}
.lucid-SuccessLightIcon-is-clickable:hover > .lucid-SuccessLightIcon-background {
  fill: #ecf6e8;
}
.lucid-WarningIcon-mark {
  fill: #fff;
}
.lucid-WarningIcon-triangle {
  fill: #feb209;
}
.lucid-WarningIcon-triangle-is-disabled {
  fill: #999999;
}
.lucid-WarningIcon-is-clickable:hover > .lucid-WarningIcon-triangle {
  fill: #a57406;
}
.lucid-WarningLightIcon-mark {
  fill: #feb209;
}
.lucid-WarningLightIcon-mark-is-disabled {
  fill: #999999;
}
.lucid-WarningLightIcon-background {
  fill: #fff;
}
.lucid-WarningLightIcon-is-clickable:hover > .lucid-WarningLightIcon-background {
  fill: #fff7e6;
}
.lucid-LoadingMessage {
  box-sizing: border-box;
  line-height: 1em;
  background-color: #fff;
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 12px;
  width: 135px;
}
.lucid-LoadingMessage .lucid-Icon {
  display: inline-block;
}
.lucid-LoadingMessage-title {
  font: bold 15px "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  margin: 6px 0 0;
}
.lucid-LoadingMessage-body {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  margin: 6px 0 0;
  display: inline-block;
}
.lucid-LoadingMessage-no-content {
  width: inherit;
}
.lucid-CheckboxLabeled {
  -ms-flex-align: start;
      align-items: flex-start;
  color: #333;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.lucid-CheckboxLabeled > .lucid-Checkbox {
  -ms-flex: 0 0 22px;
      flex: 0 0 22px;
  margin-right: 3px;
}
.lucid-CheckboxLabeled-label {
  padding-top: 3px;
}
.lucid-CheckboxLabeled.lucid-CheckboxLabeled-is-disabled {
  color: #c5c5c5;
  cursor: not-allowed;
}
.lucid-CheckboxLabeled:hover .lucid-Checkbox-visualization-container {
  border-color: #2abbb0;
  transition: 0.1s linear;
}
.lucid-CheckboxLabeled:hover .lucid-Checkbox-visualization-glow {
  opacity: 0.3;
  -ms-transform: scale(1.375);
      transform: scale(1.375);
}
.lucid-CheckboxLabeled.lucid-CheckboxLabeled-is-disabled .lucid-Checkbox-visualization-container,
.lucid-CheckboxLabeled.lucid-CheckboxLabeled-is-disabled:hover .lucid-Checkbox-visualization-container {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1);
}
.lucid-CheckboxLabeled.lucid-CheckboxLabeled-is-disabled:hover .lucid-Checkbox-visualization-glow {
  opacity: 0;
  -ms-transform: none;
      transform: none;
}
.lucid-CheckboxLabeled.lucid-CheckboxLabeled-is-disabled.lucid-CheckboxLabeled.lucid-CheckboxLabeled-is-selected:hover .lucid-Checkbox-visualization-container,
.lucid-CheckboxLabeled.lucid-CheckboxLabeled-is-selected .lucid-Checkbox-visualization-container {
  background-color: #2abbb0;
  border-color: #2abbb0;
}
.lucid-RadioButtonLabeled {
  -ms-flex-align: start;
      align-items: flex-start;
  color: #333;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.lucid-RadioButtonLabeled > .lucid-RadioButton {
  -ms-flex: 0 0 22px;
      flex: 0 0 22px;
  margin-right: 3px;
}
.lucid-RadioButtonLabeled-label {
  padding-top: 3px;
}
.lucid-RadioButtonLabeled.lucid-RadioButtonLabeled-is-disabled {
  color: #c5c5c5;
  cursor: not-allowed;
}
.lucid-RadioButtonLabeled:hover .lucid-RadioButton-visualization-container {
  border-color: #2abbb0;
  transition: 0.1s linear;
}
.lucid-RadioButtonLabeled:hover .lucid-RadioButton-visualization-glow {
  opacity: 0.3;
  -ms-transform: scale(1.375);
      transform: scale(1.375);
}
.lucid-RadioButtonLabeled.lucid-RadioButtonLabeled-is-disabled .lucid-RadioButton-visualization-container,
.lucid-RadioButtonLabeled.lucid-RadioButtonLabeled-is-disabled:hover .lucid-RadioButton-visualization-container {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1);
}
.lucid-RadioButtonLabeled.lucid-RadioButtonLabeled-is-disabled:hover .lucid-RadioButton-visualization-glow {
  opacity: 0;
  -ms-transform: none;
      transform: none;
}
.lucid-RadioButtonLabeled.lucid-RadioButtonLabeled-is-disabled.lucid-RadioButtonLabeled.lucid-RadioButtonLabeled-is-selected:hover > .lucid-RadioButton .lucid-RadioButton-visualization-container,
.lucid-RadioButtonLabeled.lucid-RadioButtonLabeled-is-selected > .lucid-RadioButton .lucid-RadioButton-visualization-container {
  background-color: #2abbb0;
  border-color: #2abbb0;
}
.lucid-SwitchLabeled {
  -ms-flex-align: center;
      align-items: center;
  color: #333;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.lucid-SwitchLabeled > .lucid-Switch {
  -ms-flex: 0 0 50px;
      flex: 0 0 50px;
  margin-right: 3px;
}
.lucid-SwitchLabeled.lucid-SwitchLabeled-is-disabled {
  color: #c5c5c5;
  cursor: not-allowed;
}
.lucid-SwitchLabeled:hover .lucid-Switch-visualization-glow {
  opacity: 0.3;
  -ms-transform: scale(1.556);
      transform: scale(1.556);
}
.lucid-SwitchLabeled:hover .lucid-Switch-visualization-handle {
  -ms-transform: scale(1.125);
      transform: scale(1.125);
}
.lucid-SwitchLabeled.lucid-SwitchLabeled-is-disabled:hover .lucid-Switch-visualization-glow {
  opacity: 0;
  -ms-transform: none;
      transform: none;
}
.lucid-SwitchLabeled.lucid-SwitchLabeled-is-disabled:hover .lucid-Switch-visualization-handle {
  -ms-transform: none;
      transform: none;
}
.lucid-SwitchLabeled-is-disabled.lucid-SwitchLabeled-is-selected:hover .lucid-Switch-visualization-handle {
  -ms-transform: translate(22px, 0) scale(1);
      transform: translate(22px, 0) scale(1);
}
.lucid-SwitchLabeled-is-selected:hover .lucid-Switch-visualization-glow {
  -ms-transform: translate(22px, 0) scale(1.556);
      transform: translate(22px, 0) scale(1.556);
}
.lucid-SwitchLabeled-is-selected:hover .lucid-Switch-visualization-handle {
  -ms-transform: translate(22px, 0) scale(1.125);
      transform: translate(22px, 0) scale(1.125);
}
.lucid-SwitchLabeled-text {
  position: relative;
  height: 28px;
}
.lucid-SwitchLabeled-text-enter {
  opacity: 0.01;
}
.lucid-SwitchLabeled-text-enter.lucid-SwitchLabeled-text-enter-active {
  opacity: 1;
  transition: opacity 100ms ease-in;
}
.lucid-SwitchLabeled-text-leave {
  opacity: 1;
}
.lucid-SwitchLabeled-text-leave.lucid-SwitchLabeled-text-leave-active {
  opacity: 0.01;
  transition: opacity 100ms ease-in;
}
.lucid-SwitchLabeled-text-leave {
  position: absolute;
  top: 0;
  left: 0;
}
.lucid-SwitchLabeled-text > * {
  white-space: nowrap;
  line-height: 28px;
}
.lucid-Legend {
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #333;
  font-size: 12px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.lucid-Legend-is-horizontal {
  -ms-flex-direction: row;
      flex-direction: row;
  height: 28px;
  padding: 0 4.5px;
}
.lucid-Legend-is-horizontal.lucid-Legend-is-reversed {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.lucid-Legend-is-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
}
.lucid-Legend-is-vertical.lucid-Legend-is-reversed {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
.lucid-Legend-has-borders {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
.lucid-Legend-is-vertical.lucid-Legend-has-borders {
  padding: 4.5px 9px;
}
.lucid-Legend-Item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.lucid-Legend-is-vertical .lucid-Legend-Item {
  margin-top: 4.5px;
  margin-bottom: 4.5px;
}
.lucid-Legend-is-horizontal .lucid-Legend-Item {
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.lucid-Legend-Item-indicator {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6px;
}
.lucid-Line {
  stroke-width: 2;
}
.lucid-Line-color-chart-neutral {
  fill: #e3e3e3;
}
.lucid-Line-color-chart-neutral {
  stroke: #e3e3e3;
}
.lucid-Line-color-chart-bad-darkest {
  fill: #4a1311;
}
.lucid-Line-color-chart-bad-darkest {
  stroke: #4a1311;
}
.lucid-Line-color-chart-bad-dark {
  fill: #a12a26;
}
.lucid-Line-color-chart-bad-dark {
  stroke: #a12a26;
}
.lucid-Line-color-chart-bad-light {
  fill: #fcbcba;
}
.lucid-Line-color-chart-bad-light {
  stroke: #fcbcba;
}
.lucid-Line-color-chart-bad-lightest {
  fill: #feeceb;
}
.lucid-Line-color-chart-bad-lightest {
  stroke: #feeceb;
}
.lucid-Line-color-chart-bad {
  fill: #f7403a;
}
.lucid-Line-color-chart-bad {
  stroke: #f7403a;
}
.lucid-Line-color-chart-good-darkest {
  fill: #133207;
}
.lucid-Line-color-chart-good-darkest {
  stroke: #133207;
}
.lucid-Line-color-chart-good-dark {
  fill: #296b0e;
}
.lucid-Line-color-chart-good-dark {
  stroke: #296b0e;
}
.lucid-Line-color-chart-good-light {
  fill: #bce0ad;
}
.lucid-Line-color-chart-good-light {
  stroke: #bce0ad;
}
.lucid-Line-color-chart-good-lightest {
  fill: #ecf6e8;
}
.lucid-Line-color-chart-good-lightest {
  stroke: #ecf6e8;
}
.lucid-Line-color-chart-good {
  fill: #3fa516;
}
.lucid-Line-color-chart-good {
  stroke: #3fa516;
}
.lucid-Line-color-chart-5-darkest {
  fill: #271735;
}
.lucid-Line-color-chart-5-darkest {
  stroke: #271735;
}
.lucid-Line-color-chart-5-dark {
  fill: #553172;
}
.lucid-Line-color-chart-5-dark {
  stroke: #553172;
}
.lucid-Line-color-chart-5-light {
  fill: #d3c0e3;
}
.lucid-Line-color-chart-5-light {
  stroke: #d3c0e3;
}
.lucid-Line-color-chart-5-lightest {
  fill: #f3edf7;
}
.lucid-Line-color-chart-5-lightest {
  stroke: #f3edf7;
}
.lucid-Line-color-chart-5 {
  fill: #824bb0;
}
.lucid-Line-color-chart-5 {
  stroke: #824bb0;
}
.lucid-Line-color-chart-4-darkest {
  fill: #4c3f00;
}
.lucid-Line-color-chart-4-darkest {
  stroke: #4c3f00;
}
.lucid-Line-color-chart-4-dark {
  fill: #a58800;
}
.lucid-Line-color-chart-4-dark {
  stroke: #a58800;
}
.lucid-Line-color-chart-4-light {
  fill: #ffefa6;
}
.lucid-Line-color-chart-4-light {
  stroke: #ffefa6;
}
.lucid-Line-color-chart-4-lightest {
  fill: #fffae6;
}
.lucid-Line-color-chart-4-lightest {
  stroke: #fffae6;
}
.lucid-Line-color-chart-4 {
  fill: #fed100;
}
.lucid-Line-color-chart-4 {
  stroke: #fed100;
}
.lucid-Line-color-chart-3-darkest {
  fill: #00373c;
}
.lucid-Line-color-chart-3-darkest {
  stroke: #00373c;
}
.lucid-Line-color-chart-3-dark {
  fill: #007882;
}
.lucid-Line-color-chart-3-dark {
  stroke: #007882;
}
.lucid-Line-color-chart-3-light {
  fill: #a6e6ec;
}
.lucid-Line-color-chart-3-light {
  stroke: #a6e6ec;
}
.lucid-Line-color-chart-3-lightest {
  fill: #e6f8fa;
}
.lucid-Line-color-chart-3-lightest {
  stroke: #e6f8fa;
}
.lucid-Line-color-chart-3 {
  fill: #00b8c8;
}
.lucid-Line-color-chart-3 {
  stroke: #00b8c8;
}
.lucid-Line-color-chart-2-darkest {
  fill: #3c1123;
}
.lucid-Line-color-chart-2-darkest {
  stroke: #3c1123;
}
.lucid-Line-color-chart-2-dark {
  fill: #81244b;
}
.lucid-Line-color-chart-2-dark {
  stroke: #81244b;
}
.lucid-Line-color-chart-2-light {
  fill: #ebb9ce;
}
.lucid-Line-color-chart-2-light {
  stroke: #ebb9ce;
}
.lucid-Line-color-chart-2-lightest {
  fill: #f9ebf1;
}
.lucid-Line-color-chart-2-lightest {
  stroke: #f9ebf1;
}
.lucid-Line-color-chart-2 {
  fill: #c73774;
}
.lucid-Line-color-chart-2 {
  stroke: #c73774;
}
.lucid-Line-color-chart-1-darkest {
  fill: #4d2900;
}
.lucid-Line-color-chart-1-darkest {
  stroke: #4d2900;
}
.lucid-Line-color-chart-1-dark {
  fill: #a65800;
}
.lucid-Line-color-chart-1-dark {
  stroke: #a65800;
}
.lucid-Line-color-chart-1-light {
  fill: #ffd5a6;
}
.lucid-Line-color-chart-1-light {
  stroke: #ffd5a6;
}
.lucid-Line-color-chart-1-lightest {
  fill: #fff3e6;
}
.lucid-Line-color-chart-1-lightest {
  stroke: #fff3e6;
}
.lucid-Line-color-chart-1 {
  fill: #ff8700;
}
.lucid-Line-color-chart-1 {
  stroke: #ff8700;
}
.lucid-Line-color-chart-0-darkest {
  fill: #00293b;
}
.lucid-Line-color-chart-0-darkest {
  stroke: #00293b;
}
.lucid-Line-color-chart-0-dark {
  fill: #00597f;
}
.lucid-Line-color-chart-0-dark {
  stroke: #00597f;
}
.lucid-Line-color-chart-0-light {
  fill: #a6d6ea;
}
.lucid-Line-color-chart-0-light {
  stroke: #a6d6ea;
}
.lucid-Line-color-chart-0-lightest {
  fill: #e6f3f9;
}
.lucid-Line-color-chart-0-lightest {
  stroke: #e6f3f9;
}
.lucid-Line-color-chart-0 {
  fill: #0089c4;
}
.lucid-Line-color-chart-0 {
  stroke: #0089c4;
}
.lucid-Line-is-dotted {
  stroke-dasharray: 6;
}
.lucid-LineChart-invisible {
  fill-opacity: 0;
}
.lucid-LineChart-tooltip-line {
  shape-rendering: crispEdges;
  stroke-width: 2;
  stroke: #e3e3e3;
}
.lucid-LineChart-legend-container {
  text-align: center;
}
.lucid-VerticalListMenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu-Item-content {
  padding-left: 15px;
}
.lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu-Item-content {
  padding-left: 27px;
}
.lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu-Item-content {
  padding-left: 39px;
}
.lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu-Item-content {
  padding-left: 51px;
}
.lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu-Item-content {
  padding-left: 63px;
}
.lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu-Item-content {
  padding-left: 75px;
}
.lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu-Item-content {
  padding-left: 87px;
}
.lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu .lucid-VerticalListMenu-Item-content {
  padding-left: 99px;
}
.lucid-VerticalListMenu-Item-expander {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 4px;
}
.lucid-VerticalListMenu-Item-content {
  cursor: pointer;
  position: relative;
  min-height: 29px;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
  border-width: 1px 0 0;
  border-color: #e3e3e3;
  border-style: solid;
  color: #2abbb0;
  padding-left: 15px;
}
.lucid-VerticalListMenu-Item-content::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #2abbb0;
  content: '';
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  transition: transform 100ms;
}
.lucid-VerticalListMenu-Item-content-text {
  width: 100%;
  padding: 6px 0;
}
.lucid-VerticalListMenu-Item-content.lucid-VerticalListMenu-Item-content-is-selected,
.lucid-VerticalListMenu-Item-content.lucid-VerticalListMenu-Item-content-is-selected:hover {
  position: relative;
  color: #333;
}
.lucid-VerticalListMenu-Item-content.lucid-VerticalListMenu-Item-content-is-selected::after,
.lucid-VerticalListMenu-Item-content.lucid-VerticalListMenu-Item-content-is-selected:hover::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #2abbb0;
  content: '';
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  -ms-transform: scaleX(1);
      transform: scaleX(1);
  transition: transform 100ms;
}
.lucid-VerticalListMenu-Item-content.lucid-VerticalListMenu-Item-content-is-actionable:hover,
.lucid-VerticalListMenu-Item-content.lucid-VerticalListMenu-Item-content-is-actionable:focus {
  position: relative;
}
.lucid-VerticalListMenu-Item-content.lucid-VerticalListMenu-Item-content-is-actionable:hover::after,
.lucid-VerticalListMenu-Item-content.lucid-VerticalListMenu-Item-content-is-actionable:focus::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #2abbb0;
  content: '';
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  -ms-transform: scaleX(1);
      transform: scaleX(1);
  transition: transform 100ms;
}
.lucid-VerticalListMenu-Item-content:hover,
.lucid-VerticalListMenu-Item-content:focus {
  color: #333;
}
.lucid-VerticalListMenu-Item-content:hover .lucid-VerticalListMenu-Item-expander,
.lucid-VerticalListMenu-Item-content:focus .lucid-VerticalListMenu-Item-expander {
  position: relative;
  background-size: 100%;
  background-image: linear-gradient(#f3f3f3, #e2e2e2);
  transition: opacity 100ms, box-shadow 50ms;
  z-index: 0;
  box-sizing: border-box;
  border: solid 1px #c5c5c5;
  border-radius: 4px;
  outline: none;
}
.lucid-VerticalListMenu-Item-content:hover .lucid-VerticalListMenu-Item-expander::before,
.lucid-VerticalListMenu-Item-content:focus .lucid-VerticalListMenu-Item-expander::before {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(#e2e2e2, #f3f3f3);
  box-shadow: none;
  opacity: 0;
  transition: opacity 100ms, box-shadow 50ms;
  z-index: -1;
  content: '';
}
.lucid-VerticalListMenu-Item-content:hover .lucid-VerticalListMenu-Item-expander:hover:not(.lucid-VerticalListMenu-Item-content:hover .lucid-VerticalListMenu-Item-expander-is-active)::before,
.lucid-VerticalListMenu-Item-content:focus .lucid-VerticalListMenu-Item-expander:hover:not(.lucid-VerticalListMenu-Item-content:hover .lucid-VerticalListMenu-Item-expander-is-active)::before,
.lucid-VerticalListMenu-Item-content:hover .lucid-VerticalListMenu-Item-expander:hover:not(.lucid-VerticalListMenu-Item-content:focus .lucid-VerticalListMenu-Item-expander-is-active)::before,
.lucid-VerticalListMenu-Item-content:focus .lucid-VerticalListMenu-Item-expander:hover:not(.lucid-VerticalListMenu-Item-content:focus .lucid-VerticalListMenu-Item-expander-is-active)::before {
  opacity: 1;
}
.lucid-VerticalListMenu-Item-content:hover .lucid-VerticalListMenu-Item-expander:active:not(.lucid-VerticalListMenu-Item-content:hover .lucid-VerticalListMenu-Item-expander-is-disabled),
.lucid-VerticalListMenu-Item-content:focus .lucid-VerticalListMenu-Item-expander:active:not(.lucid-VerticalListMenu-Item-content:hover .lucid-VerticalListMenu-Item-expander-is-disabled),
.lucid-VerticalListMenu-Item-content:hover .lucid-VerticalListMenu-Item-expander:active:not(.lucid-VerticalListMenu-Item-content:focus .lucid-VerticalListMenu-Item-expander-is-disabled),
.lucid-VerticalListMenu-Item-content:focus .lucid-VerticalListMenu-Item-expander:active:not(.lucid-VerticalListMenu-Item-content:focus .lucid-VerticalListMenu-Item-expander-is-disabled) {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
}
.lucid-VerticalListMenu-Item-content:hover .lucid-VerticalListMenu-Item-expander:focus,
.lucid-VerticalListMenu-Item-content:focus .lucid-VerticalListMenu-Item-expander:focus {
  box-shadow: 0 0 0 3px rgba(42, 187, 176, 0.3);
}
.lucid-VerticalListMenu-Item-content:hover .lucid-VerticalListMenu-Item-expander:active:focus,
.lucid-VerticalListMenu-Item-content:focus .lucid-VerticalListMenu-Item-expander:active:focus {
  border-radius: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
}
.lucid-VerticalListMenu-Item-content:hover .lucid-VerticalListMenu-Item-expander:active::before,
.lucid-VerticalListMenu-Item-content:focus .lucid-VerticalListMenu-Item-expander:active::before {
  border-radius: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
  opacity: 1;
}
.lucid-VerticalListMenu-Item-content:hover .lucid-VerticalListMenu-Item-expander .lucid-ChevronIcon,
.lucid-VerticalListMenu-Item-content:focus .lucid-VerticalListMenu-Item-expander .lucid-ChevronIcon {
  fill: #333;
}
.lucid-VerticalListMenu-Item:first-of-type > .lucid-VerticalListMenu-Item-content {
  border-top-color: rgba(255, 255, 255, 0);
}
.lucid-VerticalListMenu-Item .lucid-VerticalListMenu .lucid-VerticalListMenu-Item-content {
  font-weight: normal;
  border-color: rgba(255, 255, 255, 0);
}
.lucid-VerticalListMenu-Item .lucid-VerticalListMenu .lucid-VerticalListMenu-Item-content::before {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: '\2013';
  display: inline-block;
  width: 6px;
  color: #e3e3e3;
  margin: 6px;
  margin-left: 0;
}
.lucid-VerticalListMenu-Item .lucid-VerticalListMenu .lucid-VerticalListMenu-Item-content:hover::before,
.lucid-VerticalListMenu-Item .lucid-VerticalListMenu .lucid-VerticalListMenu-Item-content-is-selected::before {
  color: #333;
}
.lucid-VerticalTabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.lucid-VerticalTabs > .lucid-VerticalListMenu {
  -ms-flex: 1;
      flex: 1;
}
.lucid-VerticalTabs > .lucid-VerticalTabs-content {
  -ms-flex: 3;
      flex: 3;
  border-left: 1px solid #e3e3e3;
}
.lucid-VerticalTabs .lucid-VerticalListMenu-Item:first-of-type > .lucid-VerticalListMenu-Item-content {
  border-top: 0;
}
.lucid-OverlayWrapper {
  display: block;
  position: relative;
}
.lucid-OverlayWrapper-message-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: none;
}
.lucid-OverlayWrapper-message-container-enter {
  opacity: 0.01;
}
.lucid-OverlayWrapper-message-container-enter.lucid-OverlayWrapper-message-container-enter-active {
  opacity: 1;
  transition: opacity 300ms ease-in;
}
.lucid-OverlayWrapper-message-container-leave {
  opacity: 1;
}
.lucid-OverlayWrapper-message-container-leave.lucid-OverlayWrapper-message-container-leave-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in;
}
.lucid-OverlayWrapper-has-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.lucid-OverlayWrapper-kind-light {
  background-color: rgba(255, 255, 255, 0.85);
}
.lucid-Paginator {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
.lucid-Paginator-rows-per-page-label {
  margin-right: 6px;
}
.lucid-Paginator-page-size-container {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #c5c5c5;
}
.lucid-Paginator > .lucid-TextField {
  text-align: center;
  width: 45px;
  margin-right: 9px;
}
.lucid-Paginator > .lucid-Button,
.lucid-Paginator > span {
  margin-right: 9px;
}
.lucid-Paginator .lucid-Button .lucid-Button-content > .lucid-Icon {
  fill: #333;
}
.lucid-RadioButton {
  cursor: pointer;
  display: inline-block;
  height: 22px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 22px;
}
.lucid-RadioButton-is-disabled {
  cursor: not-allowed;
}
.lucid-RadioButton-native {
  opacity: 0;
}
.lucid-RadioButton-visualization-container {
  box-sizing: border-box;
  background-color: white;
  border-radius: 9px;
  border: solid 1px rgba(0, 0, 0, 0.3);
  height: 16px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 16px;
}
.lucid-RadioButton-visualization-dot {
  box-sizing: border-box;
  opacity: 0;
  background-color: white;
  border-radius: 3px;
  height: 6px;
  left: 8px;
  position: absolute;
  top: 8px;
  transition: 0.1s linear;
  width: 6px;
}
.lucid-RadioButton-visualization-glow {
  box-sizing: border-box;
  opacity: 0;
  background-color: #2abbb0;
  border-radius: 8px;
  height: 16px;
  left: 3px;
  position: absolute;
  top: 3px;
  transition: 0.1s linear;
  width: 16px;
}
.lucid-RadioButton:hover .lucid-RadioButton-visualization-container {
  border-color: #2abbb0;
  transition: 0.1s linear;
}
.lucid-RadioButton:hover .lucid-RadioButton-visualization-glow {
  opacity: 0.3;
  -ms-transform: scale(1.375);
      transform: scale(1.375);
}
.lucid-RadioButton-is-disabled .lucid-RadioButton-visualization-container,
.lucid-RadioButton-is-disabled:hover .lucid-RadioButton-visualization-container {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1);
}
.lucid-RadioButton-is-disabled:hover .lucid-RadioButton-visualization-glow {
  opacity: 0;
  -ms-transform: none;
      transform: none;
}
.lucid-RadioButton-is-disabled.lucid-RadioButton-is-selected .lucid-RadioButton-visualization-container {
  opacity: 0.3;
}
.lucid-RadioButton-is-disabled.lucid-RadioButton-is-selected:hover .lucid-RadioButton-visualization-container,
.lucid-RadioButton-is-selected .lucid-RadioButton-visualization-container,
.lucid-RadioButton:active .lucid-RadioButton-visualization-container {
  background-color: #2abbb0;
  border-color: #2abbb0;
}
.lucid-RadioButton-is-selected .lucid-RadioButton-visualization-dot {
  opacity: 1;
}
.lucid-RadioButton-native:focus ~ .lucid-RadioButton-visualization-glow {
  opacity: 0.3;
  -ms-transform: scale(1.375);
      transform: scale(1.375);
}
.lucid-RadioGroup {
  display: -ms-flexbox;
  display: flex;
}
.lucid-SingleSelect-Control {
  -webkit-transform: translate3d(0, 0, 0);
  box-sizing: border-box;
  position: relative;
  background-size: 100%;
  background-image: linear-gradient(#f3f3f3, #e2e2e2);
  transition: opacity 100ms, box-shadow 50ms;
  z-index: 0;
  cursor: pointer;
  height: 28px;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 28px;
  padding: 0 12px;
  -ms-flex-align: center;
      align-items: center;
  white-space: nowrap;
}
.lucid-SingleSelect-Control::before {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(#e2e2e2, #f3f3f3);
  box-shadow: none;
  opacity: 0;
  transition: opacity 100ms, box-shadow 50ms;
  z-index: -1;
  content: '';
}
.lucid-SingleSelect-Control:hover:not(.lucid-SingleSelect-Control-is-active)::before {
  opacity: 1;
}
.lucid-SingleSelect-Control:active:not(.lucid-SingleSelect-Control-is-disabled) {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
}
.lucid-SingleSelect-Control:focus {
  box-shadow: 0 0 0 3px rgba(42, 187, 176, 0.3);
}
.lucid-SingleSelect-Control:active:focus {
  border-radius: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
}
.lucid-SingleSelect-Control:active::before {
  border-radius: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
  opacity: 1;
}
.lucid-SingleSelect-Control::before {
  border-radius: 4px;
}
.lucid-SingleSelect-Control-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 12px;
}
.lucid-SingleSelect-Control .lucid-CaretIcon {
  fill: #000;
  margin-left: auto;
}
.lucid-SingleSelect-Control-is-highlighted,
.lucid-SingleSelect-Control-is-selected {
  color: #fff;
  border-color: #2abbb0;
  position: relative;
  background-size: 100%;
  background-image: linear-gradient(#6acfc8, #2abbb0);
  transition: opacity 100ms, box-shadow 50ms;
  z-index: 0;
}
.lucid-SingleSelect-Control-is-highlighted::before,
.lucid-SingleSelect-Control-is-selected::before {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(#2abbb0, #6acfc8);
  box-shadow: none;
  opacity: 0;
  transition: opacity 100ms, box-shadow 50ms;
  z-index: -1;
  content: '';
}
.lucid-SingleSelect-Control-is-highlighted:hover:not(.lucid-SingleSelect-Control-is-highlighted-is-active)::before,
.lucid-SingleSelect-Control-is-selected:hover:not(.lucid-SingleSelect-Control-is-highlighted-is-active)::before,
.lucid-SingleSelect-Control-is-highlighted:hover:not(.lucid-SingleSelect-Control-is-selected-is-active)::before,
.lucid-SingleSelect-Control-is-selected:hover:not(.lucid-SingleSelect-Control-is-selected-is-active)::before {
  opacity: 1;
}
.lucid-SingleSelect-Control-is-highlighted:active:not(.lucid-SingleSelect-Control-is-highlighted-is-disabled),
.lucid-SingleSelect-Control-is-selected:active:not(.lucid-SingleSelect-Control-is-highlighted-is-disabled),
.lucid-SingleSelect-Control-is-highlighted:active:not(.lucid-SingleSelect-Control-is-selected-is-disabled),
.lucid-SingleSelect-Control-is-selected:active:not(.lucid-SingleSelect-Control-is-selected-is-disabled) {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
}
.lucid-SingleSelect-Control-is-highlighted:focus,
.lucid-SingleSelect-Control-is-selected:focus {
  box-shadow: 0 0 0 3px rgba(42, 187, 176, 0.3);
}
.lucid-SingleSelect-Control-is-highlighted:active:focus,
.lucid-SingleSelect-Control-is-selected:active:focus {
  border-radius: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
}
.lucid-SingleSelect-Control-is-highlighted:active::before,
.lucid-SingleSelect-Control-is-selected:active::before {
  border-radius: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3) inset;
  opacity: 1;
}
.lucid-SingleSelect-Control-is-highlighted .lucid-CaretIcon,
.lucid-SingleSelect-Control-is-selected .lucid-CaretIcon {
  fill: #fff;
}
.lucid-SingleSelect-Control-is-expanded {
  z-index: 5000;
}
.lucid-SingleSelect-Control-is-disabled {
  background: linear-gradient(to bottom, #f3f3f3, #e2e2e2);
  opacity: 0.3;
  cursor: not-allowed;
}
.lucid-SingleSelect-Control-is-disabled::before {
  content: '';
  display: none;
}
.lucid-SingleSelect-Control-is-disabled:active::before {
  box-shadow: none;
}
.lucid-SingleSelect.lucid-DropMenu-is-expanded.lucid-DropMenu-direction-up .lucid-SingleSelect-Control {
  border-radius: 0 0 4px 4px;
}
.lucid-SingleSelect.lucid-DropMenu-is-expanded.lucid-DropMenu-direction-down .lucid-SingleSelect-Control {
  border-radius: 4px 4px 0 0;
}
.lucid-ScrollTable {
  max-width: 100%;
  overflow: auto;
  display: inline-block;
}
.lucid-ScrollTable-has-border {
  border: 1px solid #767b7f;
}
.lucid-SearchField {
  position: relative;
}
.lucid-SearchField .lucid-TextField {
  border-radius: 14px;
  padding: 0 12px;
}
.lucid-SearchField-Icon-container {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 6px;
}
.lucid-SearchField-Icon {
  fill: #c5c5c5;
}
.lucid-SearchField-Icon-active {
  fill: #2abbb0;
}
.lucid-Selection {
  display: -ms-flexbox;
  display: flex;
  min-height: 28px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #aae4df;
  padding-left: 9px;
  margin-bottom: 6px;
}
.lucid-Selection-is-small {
  min-height: 15px;
  font-size: 15px;
}
.lucid-Selection-is-bold {
  font-weight: 500;
}
.lucid-Selection-has-background {
  background-color: #f4f4f4;
}
.lucid-Selection-success {
  border-color: #b2dba2;
  padding-left: 6px;
}
.lucid-Selection-danger {
  border-color: #fcb3b0;
  padding-left: 6px;
}
.lucid-Selection-info {
  border-color: #99d0e7;
  padding-left: 6px;
}
.lucid-Selection-warning {
  border-color: #ffe09d;
  padding-left: 6px;
}
.lucid-Selection-container {
  border-color: #e3e3e3;
}
.lucid-Selection-Icon {
  margin-top: 5px;
  margin-right: 6px;
}
.lucid-Selection-Icon-is-small {
  margin-top: 13px;
}
.lucid-Selection-label-container {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
}
.lucid-Selection-label {
  -ms-flex: 1;
      flex: 1;
  margin: 6px 0;
}
.lucid-Selection-label-is-small {
  margin: 13px 0;
}
.lucid-Selection-close-button {
  fill: #c5c5c5;
}
.lucid-Selection-close-button:hover {
  fill: #333;
}
.lucid-Selection-content {
  -ms-flex: 1;
      flex: 1;
}
.lucid-Selection-children-container {
  padding-top: 2px;
}
.lucid-Selection-children-container > .lucid-Selection {
  margin-right: 6px;
  margin-bottom: 3px;
}
.lucid-Selection-children-container > .lucid-Selection:last-of-type {
  margin-bottom: 9px;
}
.lucid-Sidebar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  height: 100%;
  width: 100%;
}
.lucid-Sidebar > .lucid-SplitVertical-inner {
  width: 100%;
}
.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-Sidebar-Bar {
  position: relative;
  z-index: 1;
  background-color: #fff;
  overflow: auto;
}
.lucid-Sidebar-is-position-left.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-Sidebar-Bar {
  border-right: 1px solid #c5c5c5;
}
.lucid-Sidebar-is-position-right.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-Sidebar-Bar {
  border-left: 1px solid #c5c5c5;
}
.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-Sidebar-Bar > .lucid-Sidebar-Bar-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  opacity: 1;
  z-index: 1;
}
.lucid-SplitVertical-is-expanded.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-Sidebar-Bar > .lucid-Sidebar-Bar-overlay {
  opacity: 0;
  pointer-events: none;
}
.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-Sidebar-Bar > .lucid-Sidebar-Bar-header {
  background-color: #f4f4f4;
  border-bottom: 1px solid #e3e3e3;
  color: #333;
  font: 15px "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
}
.lucid-Sidebar-is-position-left.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-Sidebar-Bar > .lucid-Sidebar-Bar-header {
  -ms-flex-direction: row;
      flex-direction: row;
}
.lucid-Sidebar-is-position-right.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-Sidebar-Bar > .lucid-Sidebar-Bar-header {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.lucid-Sidebar-is-position-left.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-Sidebar-Bar > .lucid-Sidebar-Bar-header > .lucid-Sidebar-Bar-Title {
  margin: 6px auto 6px 12px;
}
.lucid-Sidebar-is-position-right.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-Sidebar-Bar > .lucid-Sidebar-Bar-header > .lucid-Sidebar-Bar-Title {
  margin: 6px auto 6px 0;
}
.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-Sidebar-Bar > .lucid-Sidebar-Bar-header > .lucid-Sidebar-expander {
  -webkit-transform: translate3d(0, 0, 0);
  box-sizing: border-box;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 20px;
  width: 20px;
  margin: 6px;
  border: solid 1px #c5c5c5;
  border-radius: 4px;
  cursor: pointer;
  z-index: 2;
  background-image: linear-gradient(#f3f3f3, #e2e2e2);
}
.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-Sidebar-Bar > .lucid-Sidebar-Bar-header > .lucid-Sidebar-expander:hover {
  background-image: linear-gradient(#e2e2e2, #f3f3f3);
}
.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-Sidebar-Bar > .lucid-Sidebar-Bar-header > .lucid-Sidebar-expander .lucid-ChevronIcon {
  fill: #333;
}
.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-Sidebar-Bar > .lucid-Sidebar-Bar-content.lucid-Sidebar-Bar-content-has-gutters {
  padding: 6px;
}
.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-SplitVertical-Divider.lucid-Sidebar-Divider.lucid-Sidebar-Divider {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #f4f4f4;
  width: 6px;
  z-index: 0;
}
.lucid-Sidebar-is-position-left.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-SplitVertical-Divider.lucid-Sidebar-Divider.lucid-Sidebar-Divider {
  -ms-transform: translateX(-6px);
      transform: translateX(-6px);
  border-right: 1px solid #c5c5c5;
}
.lucid-Sidebar-is-position-right.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-SplitVertical-Divider.lucid-Sidebar-Divider.lucid-Sidebar-Divider {
  -ms-transform: translateX(6px);
      transform: translateX(6px);
  border-left: 1px solid #c5c5c5;
}
.lucid-SplitVertical-is-expanded.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-SplitVertical-Divider.lucid-Sidebar-Divider.lucid-Sidebar-Divider {
  -ms-transform: translateX(0);
      transform: translateX(0);
}
.lucid-Sidebar-is-resize-disabled.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-SplitVertical-Divider.lucid-Sidebar-Divider.lucid-Sidebar-Divider {
  display: none;
}
.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-SplitVertical-Divider.lucid-Sidebar-Divider.lucid-Sidebar-Divider .lucid-Sidebar-Divider-gripper {
  margin: auto;
}
.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-SplitVertical-Divider.lucid-Sidebar-Divider.lucid-Sidebar-Divider:hover {
  background-color: #c5c5c5;
}
.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-SplitVertical-Divider.lucid-Sidebar-Divider.lucid-Sidebar-Divider:hover .lucid-Sidebar-Divider-gripper {
  fill: #333;
}
.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-Sidebar-Primary {
  overflow: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.lucid-Sidebar-is-position-left.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-Sidebar-Primary {
  margin-left: -6px;
}
.lucid-Sidebar-is-resize-disabled.lucid-Sidebar-is-position-left.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-Sidebar-Primary {
  margin-left: 0;
}
.lucid-SplitVertical-is-expanded.lucid-Sidebar-is-position-left.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-Sidebar-Primary {
  margin-left: 0;
}
.lucid-Sidebar-is-position-right.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-Sidebar-Primary {
  margin-right: -6px;
}
.lucid-Sidebar-is-resize-disabled.lucid-Sidebar-is-position-right.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-Sidebar-Primary {
  margin-right: 0;
}
.lucid-SplitVertical-is-expanded.lucid-Sidebar-is-position-right.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-Sidebar-Primary {
  margin-right: 0;
}
.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-Sidebar-Primary > .lucid-Sidebar {
  -ms-flex: 1;
      flex: 1;
}
.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-Sidebar-Primary > .lucid-Submarine,
.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-Sidebar-Primary x:-moz-any-link,
.lucid-Sidebar > .lucid-SplitVertical-inner > .lucid-Sidebar-Primary x:default {
  display: block;
  height: 100%;
}
.lucid-Sidebar.lucid-SplitVertical-is-animated.lucid-SplitVertical-is-animated > .lucid-SplitVertical-inner > .lucid-Sidebar-Bar > .lucid-Sidebar-Bar-overlay {
  transition: opacity 150ms;
}
.lucid-Sidebar.lucid-SplitVertical-is-animated.lucid-SplitVertical-is-animated > .lucid-SplitVertical-inner > .lucid-SplitVertical-Divider.lucid-Sidebar-Divider {
  transition: transform 100ms, background-color 100ms;
}
.lucid-SplitVertical-is-expanded.lucid-Sidebar.lucid-SplitVertical-is-animated.lucid-SplitVertical-is-animated > .lucid-SplitVertical-inner > .lucid-SplitVertical-Divider.lucid-Sidebar-Divider {
  transition: transform 100ms 300ms, background-color 100ms;
}
.lucid-Sidebar-is-position-left.lucid-Sidebar.lucid-SplitVertical-is-animated.lucid-SplitVertical-is-animated > .lucid-SplitVertical-inner > .lucid-Sidebar-Primary {
  transition: margin-left 150ms linear;
}
.lucid-Sidebar-is-position-right.lucid-Sidebar.lucid-SplitVertical-is-animated.lucid-SplitVertical-is-animated > .lucid-SplitVertical-inner > .lucid-Sidebar-Primary {
  transition: margin-right 100ms;
}
.lucid-SplitVertical-is-expanded.lucid-Sidebar-is-position-right.lucid-Sidebar.lucid-SplitVertical-is-animated.lucid-SplitVertical-is-animated > .lucid-SplitVertical-inner > .lucid-Sidebar-Primary {
  transition: margin-right 100ms 300ms;
}
.lucid-SlidePanel {
  overflow: hidden;
}
.lucid-SlidePanel .lucid-SlidePanel-slidestrip {
  display: -ms-flexbox;
  display: flex;
}
.lucid-SplitButton-CaretIcon {
  margin-left: 3px;
  margin-right: 3px;
}
.lucid-SplitButton .lucid-Button-primary .lucid-SplitButton-CaretIcon,
.lucid-SplitButton .lucid-Button-success .lucid-SplitButton-CaretIcon,
.lucid-SplitButton .lucid-Button-warning .lucid-SplitButton-CaretIcon,
.lucid-SplitButton .lucid-Button-danger .lucid-SplitButton-CaretIcon,
.lucid-SplitButton .lucid-Button-info .lucid-SplitButton-CaretIcon {
  fill: #fff;
}
.lucid-SplitButton .lucid-Button-primary.lucid-SplitButton-Button-primary:active:focus,
.lucid-SplitButton .lucid-Button-success.lucid-SplitButton-Button-primary:active:focus,
.lucid-SplitButton .lucid-Button-warning.lucid-SplitButton-Button-primary:active:focus,
.lucid-SplitButton .lucid-Button-danger.lucid-SplitButton-Button-primary:active:focus,
.lucid-SplitButton .lucid-Button-info.lucid-SplitButton-Button-primary:active:focus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.lucid-SplitButton .lucid-Button-primary.lucid-SplitButton-Button-drop:active:focus,
.lucid-SplitButton .lucid-Button-success.lucid-SplitButton-Button-drop:active:focus,
.lucid-SplitButton .lucid-Button-warning.lucid-SplitButton-Button-drop:active:focus,
.lucid-SplitButton .lucid-Button-danger.lucid-SplitButton-Button-drop:active:focus,
.lucid-SplitButton .lucid-Button-info.lucid-SplitButton-Button-drop:active:focus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.lucid-SplitButton.lucid-DropMenu-is-expanded.lucid-DropMenu-direction-up .lucid-SplitButton-Button-primary {
  border-top-left-radius: 0;
}
.lucid-SplitButton.lucid-DropMenu-is-expanded.lucid-DropMenu-direction-up .lucid-SplitButton-Button-drop {
  border-top-right-radius: 0;
}
.lucid-SplitButton.lucid-DropMenu-is-expanded.lucid-DropMenu-direction-down .lucid-SplitButton-Button-primary {
  border-bottom-left-radius: 0;
}
.lucid-SplitButton.lucid-DropMenu-is-expanded.lucid-DropMenu-direction-down .lucid-SplitButton-Button-drop {
  border-bottom-right-radius: 0;
}
.lucid-SplitHorizontal > .lucid-SplitHorizontal-inner > .lucid-SplitHorizontal-Divider {
  background: #e3e3e3;
  cursor: ns-resize;
}
.lucid-SplitHorizontal > .lucid-SplitHorizontal-inner > .lucid-SplitHorizontal-TopPane {
  -webkit-transform: translate3d(0, 0, 0);
}
.lucid-SplitHorizontal > .lucid-SplitHorizontal-inner > .lucid-SplitHorizontal-BottomPane {
  -webkit-transform: translate3d(0, 0, 0);
}
.lucid-SplitVertical > .lucid-SplitVertical-inner > .lucid-SplitVertical-Divider {
  background: #c5c5c5;
  box-sizing: border-box;
  width: 1px;
}
.lucid-SplitVertical > .lucid-SplitVertical-inner > .lucid-SplitVertical-Divider.lucid-SplitVertical-Divider-is-resizeable {
  background: #e3e3e3;
  cursor: ew-resize;
}
.lucid-Submarine {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  height: 100%;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
}
.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-Submarine-Bar {
  position: relative;
  z-index: 1;
  background-color: #fff;
  overflow: auto;
  display: -ms-flexbox;
  display: flex;
  /* https://connect.microsoft.com/IE/feedback/details/949764/ie-11-incorrectly-rejects-flexbox-shorthand-syntax-flex-1-1-0-as-invalid */
  /* stylelint-disable-next-line length-zero-no-unit */
  -ms-flex-negative: 0px;
      flex-shrink: 0px;
}
.lucid-Submarine-is-position-top.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-Submarine-Bar {
  border-bottom: 1px solid #c5c5c5;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
.lucid-Submarine-is-position-bottom.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-Submarine-Bar {
  border-top: 1px solid #c5c5c5;
  -ms-flex-direction: column;
      flex-direction: column;
}
.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-Submarine-Bar > .lucid-Submarine-Bar-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  opacity: 1;
  z-index: 1;
}
.lucid-SplitHorizontal-is-expanded.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-Submarine-Bar > .lucid-Submarine-Bar-overlay {
  opacity: 0;
  pointer-events: none;
}
.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-Submarine-Bar > .lucid-Submarine-Bar-header {
  box-sizing: border-box;
  background-color: #f4f4f4;
  color: #333;
  font: 15px "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 33px;
}
.lucid-Submarine-is-position-top.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-Submarine-Bar > .lucid-Submarine-Bar-header {
  border-top: 1px solid #c5c5c5;
}
.lucid-Submarine-is-position-bottom.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-Submarine-Bar > .lucid-Submarine-Bar-header {
  border-bottom: 1px solid #c5c5c5;
}
.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-Submarine-Bar > .lucid-Submarine-Bar-header > .lucid-Submarine-Bar-Title {
  margin: 6px auto 6px 12px;
}
.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-Submarine-Bar > .lucid-Submarine-Bar-header > .lucid-Submarine-Bar-Title-is-shown-collapsed {
  z-index: 1;
}
.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-Submarine-Bar > .lucid-Submarine-Bar-header > .lucid-Submarine-expander {
  -webkit-transform: translate3d(0, 0, 0);
  box-sizing: border-box;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 20px;
  width: 20px;
  margin: 6px;
  border: solid 1px #c5c5c5;
  border-radius: 4px;
  cursor: pointer;
  z-index: 2;
  background-image: linear-gradient(#f3f3f3, #e2e2e2);
}
.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-Submarine-Bar > .lucid-Submarine-Bar-header > .lucid-Submarine-expander:hover {
  background-image: linear-gradient(#e2e2e2, #f3f3f3);
}
.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-Submarine-Bar > .lucid-Submarine-Bar-header > .lucid-Submarine-expander .lucid-ChevronIcon {
  fill: #333;
}
.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-Submarine-Bar > .lucid-Submarine-Bar-content {
  -ms-flex: 1 0;
      flex: 1 0;
  padding: 6px;
}
.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-SplitHorizontal-Divider.lucid-Submarine-Divider {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #f4f4f4;
  height: 6px;
  z-index: 0;
}
.lucid-Submarine-is-position-top.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-SplitHorizontal-Divider.lucid-Submarine-Divider {
  -ms-transform: translateY(-6px);
      transform: translateY(-6px);
  border-bottom: 1px solid #c5c5c5;
}
.lucid-Submarine-is-position-bottom.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-SplitHorizontal-Divider.lucid-Submarine-Divider {
  -ms-transform: translateY(6px);
      transform: translateY(6px);
  border-top: 1px solid #c5c5c5;
}
.lucid-SplitHorizontal-is-expanded.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-SplitHorizontal-Divider.lucid-Submarine-Divider {
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.lucid-Submarine-is-resize-disabled.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-SplitHorizontal-Divider.lucid-Submarine-Divider {
  display: none;
}
.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-SplitHorizontal-Divider.lucid-Submarine-Divider .lucid-Submarine-Divider-gripper {
  margin: auto;
}
.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-SplitHorizontal-Divider.lucid-Submarine-Divider:hover {
  background-color: #c5c5c5;
}
.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-SplitHorizontal-Divider.lucid-Submarine-Divider:hover .lucid-Submarine-Divider-gripper {
  fill: #333;
}
.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-Submarine-Primary {
  /* https://connect.microsoft.com/IE/feedback/details/949764/ie-11-incorrectly-rejects-flexbox-shorthand-syntax-flex-1-1-0-as-invalid */
  /* stylelint-disable-next-line length-zero-no-unit */
  -ms-flex-preferred-size: 0px;
      flex-basis: 0px;
  overflow: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.lucid-Submarine-is-position-top.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-Submarine-Primary {
  margin-top: -6px;
}
.lucid-Submarine-is-resize-disabled.lucid-Submarine-is-position-top.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-Submarine-Primary {
  margin-top: 0;
}
.lucid-SplitHorizontal-is-expanded.lucid-Submarine-is-position-top.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-Submarine-Primary {
  margin-top: 0;
}
.lucid-Submarine-is-position-bottom.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-Submarine-Primary {
  margin-bottom: -6px;
}
.lucid-Submarine-is-resize-disabled.lucid-Submarine-is-position-bottom.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-Submarine-Primary {
  margin-bottom: 0;
}
.lucid-SplitHorizontal-is-expanded.lucid-Submarine-is-position-bottom.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-Submarine-Primary {
  margin-bottom: 0;
}
.lucid-Submarine > .lucid-SplitHorizontal-inner > .lucid-Submarine-Primary > .lucid-Submarine {
  -ms-flex: 1;
      flex: 1;
}
.lucid-Submarine.lucid-SplitHorizontal-is-animated.lucid-SplitHorizontal-is-animated > .lucid-SplitHorizontal-inner > .lucid-Submarine-Bar > .lucid-Submarine-Bar-overlay {
  transition: opacity 150ms;
}
.lucid-Submarine.lucid-SplitHorizontal-is-animated.lucid-SplitHorizontal-is-animated > .lucid-SplitHorizontal-inner > .lucid-SplitHorizontal-Divider.lucid-Submarine-Divider {
  transition: transform 100ms, background-color 100ms;
}
.lucid-SplitHorizontal-is-expanded.lucid-Submarine.lucid-SplitHorizontal-is-animated.lucid-SplitHorizontal-is-animated > .lucid-SplitHorizontal-inner > .lucid-SplitHorizontal-Divider.lucid-Submarine-Divider {
  transition: transform 100ms 300ms, background-color 100ms;
}
.lucid-Submarine-is-position-top.lucid-Submarine.lucid-SplitHorizontal-is-animated.lucid-SplitHorizontal-is-animated > .lucid-SplitHorizontal-inner > .lucid-Submarine-Primary {
  transition: margin-top 150ms linear;
}
.lucid-Submarine-is-position-bottom.lucid-Submarine.lucid-SplitHorizontal-is-animated.lucid-SplitHorizontal-is-animated > .lucid-SplitHorizontal-inner > .lucid-Submarine-Primary {
  transition: margin-bottom 100ms;
}
.lucid-SplitHorizontal-is-expanded.lucid-Submarine-is-position-bottom.lucid-Submarine.lucid-SplitHorizontal-is-animated.lucid-SplitHorizontal-is-animated > .lucid-SplitHorizontal-inner > .lucid-Submarine-Primary {
  transition: margin-bottom 100ms 300ms;
}
.lucid-Switch {
  cursor: pointer;
  display: inline-block;
  height: 28px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 50px;
}
.lucid-Switch-is-disabled {
  cursor: not-allowed;
}
.lucid-Switch-native {
  opacity: 0;
}
.lucid-Switch-visualization-container {
  box-sizing: border-box;
  background-color: #c5c5c5;
  border-radius: 11px;
  height: 22px;
  left: 3px;
  position: absolute;
  top: 3px;
  transition: 0.1s linear;
  width: 44px;
}
.lucid-Switch-visualization-glow {
  box-sizing: border-box;
  background-color: #2abbb0;
  border-radius: 9px;
  height: 18px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transition: 0.1s linear;
  width: 18px;
}
.lucid-Switch-visualization-handle {
  box-sizing: border-box;
  background-color: white;
  border-radius: 8px;
  height: 16px;
  left: 6px;
  position: absolute;
  top: 6px;
  transition: 0.1s linear;
  width: 16px;
}
.lucid-Switch:hover .lucid-Switch-visualization-glow {
  opacity: 0.3;
  -ms-transform: scale(1.556);
      transform: scale(1.556);
}
.lucid-Switch:hover .lucid-Switch-visualization-handle {
  -ms-transform: scale(1.125);
      transform: scale(1.125);
}
.lucid-Switch-is-disabled:hover .lucid-Switch-visualization-glow {
  opacity: 0;
  -ms-transform: none;
      transform: none;
}
.lucid-Switch-is-disabled:hover .lucid-Switch-visualization-handle {
  -ms-transform: none;
      transform: none;
}
.lucid-Switch-is-disabled .lucid-Switch-visualization-container {
  opacity: 0.3;
}
.lucid-Switch-is-disabled.lucid-Switch-is-selected:hover .lucid-Switch-visualization-handle {
  -ms-transform: translate(22px, 0) scale(1);
      transform: translate(22px, 0) scale(1);
}
.lucid-Switch-is-selected .lucid-Switch-visualization-container {
  background-color: #2abbb0;
}
.lucid-Switch-is-selected .lucid-Switch-visualization-glow {
  -ms-transform: translate(22px, 0);
      transform: translate(22px, 0);
}
.lucid-Switch-is-selected .lucid-Switch-visualization-handle {
  -ms-transform: translate(22px, 0);
      transform: translate(22px, 0);
}
.lucid-Switch-is-selected .lucid-Switch-native:focus ~ .lucid-Switch-visualization-glow {
  -ms-transform: translate(22px, 0) scale(1.556);
      transform: translate(22px, 0) scale(1.556);
}
.lucid-Switch-is-selected .lucid-Switch-native:focus ~ .lucid-Switch-visualization-handle {
  -ms-transform: translate(22px, 0) scale(1.125);
      transform: translate(22px, 0) scale(1.125);
}
.lucid-Switch-is-selected:hover .lucid-Switch-visualization-glow {
  -ms-transform: translate(22px, 0) scale(1.556);
      transform: translate(22px, 0) scale(1.556);
}
.lucid-Switch-is-selected:hover .lucid-Switch-visualization-handle {
  -ms-transform: translate(22px, 0) scale(1.125);
      transform: translate(22px, 0) scale(1.125);
}
.lucid-Switch-native:focus ~ .lucid-Switch-visualization-glow {
  opacity: 0.3;
  -ms-transform: scale(1.556);
      transform: scale(1.556);
}
.lucid-Switch-native:focus ~ .lucid-Switch-visualization-handle {
  -ms-transform: scale(1.125);
      transform: scale(1.125);
}
.lucid-Table {
  font: 500 12px "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  color: #333;
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}
.lucid-Table-has-border {
  border: 1px solid #767b7f;
}
.lucid-Table-density-extended > .lucid-Table-Tbody > .lucid-Table-Tr > .lucid-Table-Td {
  padding: 8px 9.4px;
}
.lucid-Table-density-compressed > .lucid-Table-Tbody > .lucid-Table-Tr > .lucid-Table-Td {
  padding: 2.5px 9.4px;
}
.lucid-Table .lucid-Table-Th {
  padding: 0;
}
.lucid-Table .lucid-Table-Td,
.lucid-Table .lucid-Table-Th {
  white-space: nowrap;
}
.lucid-Table-has-word-wrap .lucid-Table-Td,
.lucid-Table-has-word-wrap .lucid-Table-Th {
  white-space: initial;
}
.lucid-Table.lucid-Table-has-light-header > .lucid-Table-Thead {
  background-color: #f4f4f4;
  color: #333;
  border: 1px solid #e3e3e3;
}
.lucid-Table.lucid-Table-has-light-header > .lucid-Table-Thead > .lucid-Table-Tr > .lucid-Table-Th {
  border: 1px solid #e3e3e3;
}
.lucid-Table.lucid-Table-has-light-header > .lucid-Table-Thead > .lucid-Table-Tr > .lucid-Table-Th.lucid-Table-is-sortable:hover {
  background-color: #e3e3e3;
}
.lucid-Table.lucid-Table-has-light-header > .lucid-Table-Thead > .lucid-Table-Tr > .lucid-Table-Th > .lucid-Table-Th-inner .lucid-Table-Th-inner-caret .lucid-Table-sort-icon {
  fill: #333;
}
.lucid-Table > .lucid-Table-Thead {
  background-color: #767b7f;
  color: #fff;
}
.lucid-Table > .lucid-Table-Thead > .lucid-Table-Tr > .lucid-Table-Th {
  border: 1px solid #babdbe;
  height: 28px;
}
.lucid-Table > .lucid-Table-Thead > .lucid-Table-Tr > .lucid-Table-Th.lucid-Table-has-light-header {
  border: 1px solid #e3e3e3;
}
.lucid-Table > .lucid-Table-Thead > .lucid-Table-Tr > .lucid-Table-Th.lucid-Table-is-first-row {
  border-top: 0 none rgba(255, 255, 255, 0);
}
.lucid-Table > .lucid-Table-Thead > .lucid-Table-Tr > .lucid-Table-Th.lucid-Table-is-last-row {
  border-bottom: 0 none rgba(255, 255, 255, 0);
}
.lucid-Table > .lucid-Table-Thead > .lucid-Table-Tr > .lucid-Table-Th.lucid-Table-is-first-col {
  border-left: 0 none rgba(255, 255, 255, 0);
}
.lucid-Table > .lucid-Table-Thead > .lucid-Table-Tr > .lucid-Table-Th.lucid-Table-is-last-col {
  border-right: 0 none rgba(255, 255, 255, 0);
}
.lucid-Table > .lucid-Table-Thead > .lucid-Table-Tr > .lucid-Table-Th.lucid-Table-is-sortable {
  cursor: pointer;
}
.lucid-Table > .lucid-Table-Thead > .lucid-Table-Tr > .lucid-Table-Th.lucid-Table-is-sortable:hover {
  background-color: #525659;
}
.lucid-Table > .lucid-Table-Thead > .lucid-Table-Tr > .lucid-Table-Th > .lucid-Table-Th-inner {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.lucid-Table > .lucid-Table-Thead > .lucid-Table-Tr > .lucid-Table-Th > .lucid-Table-Th-inner .lucid-Table-Th-inner-content {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 2.5px 9.4px;
}
.lucid-Table > .lucid-Table-Thead > .lucid-Table-Tr > .lucid-Table-Th > .lucid-Table-Th-inner .lucid-Table-Th-inner-caret {
  margin-right: 9px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.lucid-Table > .lucid-Table-Thead > .lucid-Table-Tr > .lucid-Table-Th > .lucid-Table-Th-inner .lucid-Table-Th-inner-caret .lucid-Table-sort-icon {
  fill: #fff;
  width: 8px;
  height: 8px;
}
.lucid-Table > .lucid-Table-Thead > .lucid-Table-Tr > .lucid-Table-Th > .lucid-Table-Th-inner .lucid-Table-Th-inner-resize {
  cursor: ew-resize;
  width: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 100ms;
}
.lucid-Table > .lucid-Table-Thead > .lucid-Table-Tr > .lucid-Table-Th > .lucid-Table-Th-inner .lucid-Table-Th-inner-resize:hover {
  opacity: 1;
}
.lucid-Table > .lucid-Table-Thead > .lucid-Table-Tr > .lucid-Table-Th.lucid-Table-align-left > .lucid-Table-Th-inner .lucid-Table-Th-inner-content {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.lucid-Table > .lucid-Table-Thead > .lucid-Table-Tr > .lucid-Table-Th.lucid-Table-align-center > .lucid-Table-Th-inner .lucid-Table-Th-inner-content {
  -ms-flex-pack: center;
      justify-content: center;
}
.lucid-Table > .lucid-Table-Thead > .lucid-Table-Tr > .lucid-Table-Th.lucid-Table-align-right > .lucid-Table-Th-inner .lucid-Table-Th-inner-content {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.lucid-Table > .lucid-Table-Tbody > .lucid-Table-Tr > .lucid-Table-Td {
  background-clip: padding-box;
  border-bottom: 1px solid #e3e3e3;
}
.lucid-Table > .lucid-Table-Tbody > .lucid-Table-Tr > .lucid-Table-Td.lucid-Table-is-first-row {
  border-top: 0 none rgba(255, 255, 255, 0);
}
.lucid-Table > .lucid-Table-Tbody > .lucid-Table-Tr > .lucid-Table-Td.lucid-Table-is-last-row {
  border-bottom: 0 none rgba(255, 255, 255, 0);
}
.lucid-Table > .lucid-Table-Tbody > .lucid-Table-Tr > .lucid-Table-Td.lucid-Table-is-first-col {
  border-left: 0 none rgba(255, 255, 255, 0);
}
.lucid-Table > .lucid-Table-Tbody > .lucid-Table-Tr > .lucid-Table-Td.lucid-Table-is-last-col {
  border-right: 0 none rgba(255, 255, 255, 0);
}
.lucid-Table > .lucid-Table-Tbody > .lucid-Table-Tr > .lucid-Table-Td.lucid-Table-has-border-right {
  border-right: 1px solid #e3e3e3;
}
.lucid-Table > .lucid-Table-Tbody > .lucid-Table-Tr > .lucid-Table-Td.lucid-Table-has-border-left {
  border-left: 1px solid #e3e3e3;
}
.lucid-Table > .lucid-Table-Tbody > .lucid-Table-Tr > .lucid-Table-Td.lucid-Table-align-left {
  text-align: left;
}
.lucid-Table > .lucid-Table-Tbody > .lucid-Table-Tr > .lucid-Table-Td.lucid-Table-align-center {
  text-align: center;
}
.lucid-Table > .lucid-Table-Tbody > .lucid-Table-Tr > .lucid-Table-Td.lucid-Table-align-right {
  text-align: right;
}
.lucid-Table > .lucid-Table-Tbody > .lucid-Table-Tr:hover > .lucid-Table-Td:not([rowspan]),
.lucid-Table > .lucid-Table-Tbody > .lucid-Table-Tr:hover > .lucid-Table-Td[rowspan='1'] {
  background-color: #f4f4f4;
}
.lucid-Table > .lucid-Table-Tbody > .lucid-Table-Tr.lucid-Table-is-selected > .lucid-Table-Td:not([rowspan]),
.lucid-Table > .lucid-Table-Tbody > .lucid-Table-Tr.lucid-Table-is-selected > .lucid-Table-Td[rowspan='1'] {
  background-color: #eaf8f7;
}
.lucid-Table > .lucid-Table-Tbody > .lucid-Table-Tr.lucid-Table-is-selected:hover > .lucid-Table-Td:not([rowspan]),
.lucid-Table > .lucid-Table-Tbody > .lucid-Table-Tr.lucid-Table-is-selected:hover > .lucid-Table-Td[rowspan='1'] {
  background-color: #d5eae9;
}
.lucid-Table > .lucid-Table-Tbody > .lucid-Table-Tr.lucid-Table-is-active > .lucid-Table-Td:not([rowspan]),
.lucid-Table > .lucid-Table-Tbody > .lucid-Table-Tr.lucid-Table-is-active > .lucid-Table-Td[rowspan='1'] {
  background-color: #bfebe7;
}
.lucid-Table > .lucid-Table-Tbody > .lucid-Table-Tr.lucid-Table-is-active > .lucid-Table-Td.lucid-Table-is-first-single {
  position: relative;
}
.lucid-Table > .lucid-Table-Tbody > .lucid-Table-Tr.lucid-Table-is-active > .lucid-Table-Td.lucid-Table-is-first-single::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #2abbb0;
  content: '';
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  -ms-transform: scaleX(1);
      transform: scaleX(1);
  transition: transform 100ms;
}
.lucid-Table > .lucid-Table-Tbody > .lucid-Table-Tr.lucid-Table-is-active:hover > .lucid-Table-Td:not([rowspan]),
.lucid-Table > .lucid-Table-Tbody > .lucid-Table-Tr.lucid-Table-is-active:hover > .lucid-Table-Td[rowspan='1'] {
  background-color: #adddda;
}
.lucid-Table > .lucid-Table-Tbody > .lucid-Table-Tr.lucid-Table-is-actionable:not(.lucid-Table-is-active) > .lucid-Table-Td.lucid-Table-is-first-single {
  position: relative;
}
.lucid-Table > .lucid-Table-Tbody > .lucid-Table-Tr.lucid-Table-is-actionable:not(.lucid-Table-is-active) > .lucid-Table-Td.lucid-Table-is-first-single::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #2abbb0;
  content: '';
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  transition: transform 100ms;
}
.lucid-Table > .lucid-Table-Tbody > .lucid-Table-Tr.lucid-Table-is-actionable:not(.lucid-Table-is-active):hover > .lucid-Table-Td.lucid-Table-is-first-single {
  position: relative;
}
.lucid-Table > .lucid-Table-Tbody > .lucid-Table-Tr.lucid-Table-is-actionable:not(.lucid-Table-is-active):hover > .lucid-Table-Td.lucid-Table-is-first-single::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #2abbb0;
  content: '';
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  -ms-transform: scaleX(1);
      transform: scaleX(1);
  transition: transform 100ms;
}
.lucid-Table a {
  color: #2abbb0;
}
.lucid-Table-is-disabled {
  color: #999999;
  font-style: italic;
}
.lucid-Table-is-disabled a {
  color: rgba(25, 112, 106, 0.5);
}
.lucid-TextField {
  box-sizing: border-box;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05) inset;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #c5c5c5;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  font-size: 12px;
  margin: 0;
  padding: 0 9px;
  width: 100%;
}
.lucid-TextField:focus {
  box-shadow: 0 0 0 3px rgba(42, 187, 176, 0.3);
  outline: none;
  border-color: #2abbb0;
}
.lucid-TextField.lucid-TextField-is-single-line {
  vertical-align: middle;
  height: 28px;
}
.lucid-TextField.lucid-TextField-is-multi-line {
  vertical-align: top;
  resize: both;
  padding-top: 7px;
}
.lucid-TextField.lucid-TextField-is-disabled {
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.25);
}
.lucid-TextFieldValidated {
  width: 100%;
}
.lucid-TextFieldValidated.lucid-Validation-is-error .lucid-TextField {
  box-shadow: 0 3px 3px rgba(247, 64, 58, 0.05) inset;
  border-color: #f7403a;
}
.lucid-TextFieldValidated.lucid-Validation-is-error .lucid-TextField:focus {
  box-shadow: 0 0 0 3px rgba(247, 64, 58, 0.3);
}
.lucid-ToolTip-FlyOut {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  padding: 12px;
  font-size: 12px;
  color: #333;
}
.lucid-ToolTip-FlyOut-default.lucid-ToolTip-FlyOut-up::after {
  border-top-color: #fff;
}
.lucid-ToolTip-FlyOut-default.lucid-ToolTip-FlyOut-up::before {
  border-top-color: #c5c5c5;
}
.lucid-ToolTip-FlyOut-default.lucid-ToolTip-FlyOut-left::after {
  border-left-color: #fff;
}
.lucid-ToolTip-FlyOut-default.lucid-ToolTip-FlyOut-left::before {
  border-left-color: #c5c5c5;
}
.lucid-ToolTip-FlyOut-default.lucid-ToolTip-FlyOut-right::after {
  border-right-color: #fff;
}
.lucid-ToolTip-FlyOut-default.lucid-ToolTip-FlyOut-right::before {
  border-right-color: #c5c5c5;
}
.lucid-ToolTip-FlyOut-default.lucid-ToolTip-FlyOut-down::after {
  border-bottom-color: #fff;
}
.lucid-ToolTip-FlyOut-default.lucid-ToolTip-FlyOut-down::before {
  border-bottom-color: #c5c5c5;
}
.lucid-ToolTip-FlyOut-primary.lucid-ToolTip-FlyOut-up::after {
  border-top-color: #bfebe7;
}
.lucid-ToolTip-FlyOut-primary.lucid-ToolTip-FlyOut-up::before {
  border-top-color: #aae4df;
}
.lucid-ToolTip-FlyOut-primary.lucid-ToolTip-FlyOut-left::after {
  border-left-color: #bfebe7;
}
.lucid-ToolTip-FlyOut-primary.lucid-ToolTip-FlyOut-left::before {
  border-left-color: #aae4df;
}
.lucid-ToolTip-FlyOut-primary.lucid-ToolTip-FlyOut-right::after {
  border-right-color: #bfebe7;
}
.lucid-ToolTip-FlyOut-primary.lucid-ToolTip-FlyOut-right::before {
  border-right-color: #aae4df;
}
.lucid-ToolTip-FlyOut-primary.lucid-ToolTip-FlyOut-down::after {
  border-bottom-color: #bfebe7;
}
.lucid-ToolTip-FlyOut-primary.lucid-ToolTip-FlyOut-down::before {
  border-bottom-color: #aae4df;
}
.lucid-ToolTip-FlyOut-primary {
  border-color: #aae4df;
  background-color: #bfebe7;
}
.lucid-ToolTip-FlyOut-success.lucid-ToolTip-FlyOut-up::after {
  border-top-color: #c5e4b9;
}
.lucid-ToolTip-FlyOut-success.lucid-ToolTip-FlyOut-up::before {
  border-top-color: #b2dba2;
}
.lucid-ToolTip-FlyOut-success.lucid-ToolTip-FlyOut-left::after {
  border-left-color: #c5e4b9;
}
.lucid-ToolTip-FlyOut-success.lucid-ToolTip-FlyOut-left::before {
  border-left-color: #b2dba2;
}
.lucid-ToolTip-FlyOut-success.lucid-ToolTip-FlyOut-right::after {
  border-right-color: #c5e4b9;
}
.lucid-ToolTip-FlyOut-success.lucid-ToolTip-FlyOut-right::before {
  border-right-color: #b2dba2;
}
.lucid-ToolTip-FlyOut-success.lucid-ToolTip-FlyOut-down::after {
  border-bottom-color: #c5e4b9;
}
.lucid-ToolTip-FlyOut-success.lucid-ToolTip-FlyOut-down::before {
  border-bottom-color: #b2dba2;
}
.lucid-ToolTip-FlyOut-success {
  border-color: #b2dba2;
  background-color: #c5e4b9;
}
.lucid-ToolTip-FlyOut-info.lucid-ToolTip-FlyOut-up::after {
  border-top-color: #b3dced;
}
.lucid-ToolTip-FlyOut-info.lucid-ToolTip-FlyOut-up::before {
  border-top-color: #99d0e7;
}
.lucid-ToolTip-FlyOut-info.lucid-ToolTip-FlyOut-left::after {
  border-left-color: #b3dced;
}
.lucid-ToolTip-FlyOut-info.lucid-ToolTip-FlyOut-left::before {
  border-left-color: #99d0e7;
}
.lucid-ToolTip-FlyOut-info.lucid-ToolTip-FlyOut-right::after {
  border-right-color: #b3dced;
}
.lucid-ToolTip-FlyOut-info.lucid-ToolTip-FlyOut-right::before {
  border-right-color: #99d0e7;
}
.lucid-ToolTip-FlyOut-info.lucid-ToolTip-FlyOut-down::after {
  border-bottom-color: #b3dced;
}
.lucid-ToolTip-FlyOut-info.lucid-ToolTip-FlyOut-down::before {
  border-bottom-color: #99d0e7;
}
.lucid-ToolTip-FlyOut-info {
  border-color: #99d0e7;
  background-color: #b3dced;
}
.lucid-ToolTip-FlyOut-warning.lucid-ToolTip-FlyOut-up::after {
  border-top-color: #ffe8b5;
}
.lucid-ToolTip-FlyOut-warning.lucid-ToolTip-FlyOut-up::before {
  border-top-color: #ffe09d;
}
.lucid-ToolTip-FlyOut-warning.lucid-ToolTip-FlyOut-left::after {
  border-left-color: #ffe8b5;
}
.lucid-ToolTip-FlyOut-warning.lucid-ToolTip-FlyOut-left::before {
  border-left-color: #ffe09d;
}
.lucid-ToolTip-FlyOut-warning.lucid-ToolTip-FlyOut-right::after {
  border-right-color: #ffe8b5;
}
.lucid-ToolTip-FlyOut-warning.lucid-ToolTip-FlyOut-right::before {
  border-right-color: #ffe09d;
}
.lucid-ToolTip-FlyOut-warning.lucid-ToolTip-FlyOut-down::after {
  border-bottom-color: #ffe8b5;
}
.lucid-ToolTip-FlyOut-warning.lucid-ToolTip-FlyOut-down::before {
  border-bottom-color: #ffe09d;
}
.lucid-ToolTip-FlyOut-warning {
  border-color: #ffe09d;
  background-color: #ffe8b5;
}
.lucid-ToolTip-FlyOut-danger.lucid-ToolTip-FlyOut-up::after {
  border-top-color: #fdc6c4;
}
.lucid-ToolTip-FlyOut-danger.lucid-ToolTip-FlyOut-up::before {
  border-top-color: #fcb3b0;
}
.lucid-ToolTip-FlyOut-danger.lucid-ToolTip-FlyOut-left::after {
  border-left-color: #fdc6c4;
}
.lucid-ToolTip-FlyOut-danger.lucid-ToolTip-FlyOut-left::before {
  border-left-color: #fcb3b0;
}
.lucid-ToolTip-FlyOut-danger.lucid-ToolTip-FlyOut-right::after {
  border-right-color: #fdc6c4;
}
.lucid-ToolTip-FlyOut-danger.lucid-ToolTip-FlyOut-right::before {
  border-right-color: #fcb3b0;
}
.lucid-ToolTip-FlyOut-danger.lucid-ToolTip-FlyOut-down::after {
  border-bottom-color: #fdc6c4;
}
.lucid-ToolTip-FlyOut-danger.lucid-ToolTip-FlyOut-down::before {
  border-bottom-color: #fcb3b0;
}
.lucid-ToolTip-FlyOut-danger {
  border-color: #fcb3b0;
  background-color: #fdc6c4;
}
.lucid-ToolTip-FlyOut::after,
.lucid-ToolTip-FlyOut::before {
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 7px solid rgba(255, 255, 255, 0);
}
.lucid-ToolTip-FlyOut::after {
  border-width: 8px;
}
.lucid-ToolTip-FlyOut::before {
  border-width: 9px;
}
.lucid-ToolTip-FlyOut-up::after,
.lucid-ToolTip-FlyOut-up::before {
  top: 100%;
}
.lucid-ToolTip-FlyOut-up::after {
  margin-left: -8px;
}
.lucid-ToolTip-FlyOut-down::after,
.lucid-ToolTip-FlyOut-down::before {
  bottom: 100%;
}
.lucid-ToolTip-FlyOut-up.lucid-ToolTip-FlyOut-center::after,
.lucid-ToolTip-FlyOut-up.lucid-ToolTip-FlyOut-center::before,
.lucid-ToolTip-FlyOut-down.lucid-ToolTip-FlyOut-center::after,
.lucid-ToolTip-FlyOut-down.lucid-ToolTip-FlyOut-center::before {
  left: 50%;
}
.lucid-ToolTip-FlyOut-up.lucid-ToolTip-FlyOut-center::before,
.lucid-ToolTip-FlyOut-down.lucid-ToolTip-FlyOut-center::before {
  margin-left: -9px;
}
.lucid-ToolTip-FlyOut-up.lucid-ToolTip-FlyOut-center::after,
.lucid-ToolTip-FlyOut-down.lucid-ToolTip-FlyOut-center::after {
  margin-left: -8px;
}
.lucid-ToolTip-FlyOut-up.lucid-ToolTip-FlyOut-start::after,
.lucid-ToolTip-FlyOut-down.lucid-ToolTip-FlyOut-start::after {
  margin-left: 1px;
}
.lucid-ToolTip-FlyOut-up.lucid-ToolTip-FlyOut-end::after,
.lucid-ToolTip-FlyOut-down.lucid-ToolTip-FlyOut-end::after {
  margin-right: 1px;
}
.lucid-ToolTip-FlyOut-down.lucid-ToolTip-FlyOut-start::after,
.lucid-ToolTip-FlyOut-down.lucid-ToolTip-FlyOut-start::before,
.lucid-ToolTip-FlyOut-up.lucid-ToolTip-FlyOut-start::after,
.lucid-ToolTip-FlyOut-up.lucid-ToolTip-FlyOut-start::before {
  left: 13px;
}
.lucid-ToolTip-FlyOut-down.lucid-ToolTip-FlyOut-end::after,
.lucid-ToolTip-FlyOut-down.lucid-ToolTip-FlyOut-end::before,
.lucid-ToolTip-FlyOut-up.lucid-ToolTip-FlyOut-end::after,
.lucid-ToolTip-FlyOut-up.lucid-ToolTip-FlyOut-end::before {
  right: 13px;
}
.lucid-ToolTip-FlyOut-left::after,
.lucid-ToolTip-FlyOut-left::before {
  left: 100%;
}
.lucid-ToolTip-FlyOut-right::after,
.lucid-ToolTip-FlyOut-right::before {
  right: 100%;
}
.lucid-ToolTip-FlyOut-left.lucid-ToolTip-FlyOut-center::after,
.lucid-ToolTip-FlyOut-left.lucid-ToolTip-FlyOut-center::before,
.lucid-ToolTip-FlyOut-right.lucid-ToolTip-FlyOut-center::after,
.lucid-ToolTip-FlyOut-right.lucid-ToolTip-FlyOut-center::before {
  top: 50%;
}
.lucid-ToolTip-FlyOut-left.lucid-ToolTip-FlyOut-center::before,
.lucid-ToolTip-FlyOut-right.lucid-ToolTip-FlyOut-center::before {
  margin-top: -9px;
}
.lucid-ToolTip-FlyOut-left.lucid-ToolTip-FlyOut-center::after,
.lucid-ToolTip-FlyOut-right.lucid-ToolTip-FlyOut-center::after {
  margin-top: -8px;
}
.lucid-ToolTip-FlyOut-left.lucid-ToolTip-FlyOut-start::after,
.lucid-ToolTip-FlyOut-left.lucid-ToolTip-FlyOut-start::before,
.lucid-ToolTip-FlyOut-right.lucid-ToolTip-FlyOut-start::after,
.lucid-ToolTip-FlyOut-right.lucid-ToolTip-FlyOut-start::before {
  top: 13px;
}
.lucid-ToolTip-FlyOut-left.lucid-ToolTip-FlyOut-end::after,
.lucid-ToolTip-FlyOut-left.lucid-ToolTip-FlyOut-end::before,
.lucid-ToolTip-FlyOut-right.lucid-ToolTip-FlyOut-end::after,
.lucid-ToolTip-FlyOut-right.lucid-ToolTip-FlyOut-end::before {
  bottom: 13px;
}
.lucid-ToolTip-FlyOut-left.lucid-ToolTip-FlyOut-start::after,
.lucid-ToolTip-FlyOut-right.lucid-ToolTip-FlyOut-start::after {
  margin-top: 1px;
}
.lucid-ToolTip-FlyOut-left.lucid-ToolTip-FlyOut-end::after,
.lucid-ToolTip-FlyOut-right.lucid-ToolTip-FlyOut-end::after {
  margin-bottom: 1px;
}
.lucid-ToolTip-FlyOut-Title {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 6px;
  line-height: 1em;
}
.lucid-ToolTip-FlyOut-close {
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
  fill: rgba(0, 0, 0, 0.5);
}
.lucid-ToolTip-FlyOut-close:hover {
  fill: #000;
}
.lucid-Validation-error-content {
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  margin-top: 3px;
  color: #f7403a;
  font-size: 10.8px;
}
.lucid-Tabs-bar {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  border-color: #c5c5c5;
}
.lucid-Tabs-navigation-tabs .lucid-Tabs-Tab {
  height: 40px;
  font-size: 15pt;
  font-weight: 200;
}
.lucid-Tabs-variable-width {
  border-bottom: 1px solid #e3e3e3;
}
.lucid-Tabs-variable-width .lucid-Tabs-Tab {
  -ms-flex: none;
      flex: none;
}
.lucid-Tabs-Tab {
  /* https://connect.microsoft.com/IE/feedback/details/949764/ie-11-incorrectly-rejects-flexbox-shorthand-syntax-flex-1-1-0-as-invalid */
  /* stylelint-disable-next-line length-zero-no-unit */
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  height: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  box-sizing: border-box;
  cursor: pointer;
  color: #2abbb0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: -1px;
  border: 1px solid #e3e3e3;
  border-right: 0;
  background-color: #fff;
}
.lucid-Tabs-Tab:last-of-type {
  border-right: 1px solid #e3e3e3;
}
.lucid-Tabs-Tab:hover {
  background-color: #f4f4f4;
}
.lucid-Tabs-Tab:hover .lucid-Tabs-Tab-arrow .lucid-Tabs-Tab-arrow-background {
  fill: #f4f4f4;
}
.lucid-Tabs-Tab:active {
  background-image: linear-gradient(#e3e3e3 0, #f4f4f4 3px);
}
.lucid-Tabs-Tab-is-disabled {
  color: #999999;
  cursor: not-allowed;
}
.lucid-Tabs-Tab-is-disabled:hover {
  background-color: #fff;
}
.lucid-Tabs-Tab-is-disabled:hover .lucid-Tabs-Tab-arrow .lucid-Tabs-Tab-arrow-background {
  fill: #fff;
}
.lucid-Tabs-Tab-is-disabled:active {
  background: #fff;
}
.lucid-Tabs-Tab-is-progressive {
  position: relative;
  border-width: 1px 0;
}
.lucid-Tabs-Tab-is-progressive:first-of-type {
  border-left-width: 1px;
}
.lucid-Tabs-Tab-is-progressive + * {
  border-left-width: 0;
}
.lucid-Tabs-Tab-is-progressive .lucid-Tabs-Tab-arrow {
  z-index: 1;
}
.lucid-Tabs-Tab-is-progressive .lucid-Tabs-Tab-arrow .lucid-Tabs-Tab-arrow-svg {
  z-index: 1;
}
.lucid-Tabs-Tab-is-progressive .lucid-Tabs-Tab-arrow .lucid-Tabs-Tab-arrow-line {
  stroke: #c5c5c5;
}
.lucid-Tabs-Tab-is-progressive .lucid-Tabs-Tab-arrow .lucid-Tabs-Tab-arrow-tab-line {
  fill: rgba(255, 255, 255, 0);
}
.lucid-Tabs-Tab-is-progressive .lucid-Tabs-Tab-arrow .lucid-Tabs-Tab-arrow-background {
  fill: #fff;
}
.lucid-Tabs-Tab-is-progressive:not(:first-child) .lucid-Tabs-Tab-content {
  padding-left: 15px;
}
.lucid-Tabs-Tab-is-active {
  background-image: linear-gradient(to bottom, #2abbb0 0, #2abbb0 3px, #fff 3px);
  border-top: none;
  padding-top: 1px;
  color: #000;
  cursor: initial;
}
.lucid-Tabs-Tab-is-active:hover {
  background-color: #fff;
}
.lucid-Tabs-Tab-is-active:hover .lucid-Tabs-Tab-arrow .lucid-Tabs-Tab-arrow-background {
  fill: #fff;
}
.lucid-Tabs-Tab-is-active:active {
  background-image: linear-gradient(to bottom, #2abbb0 0, #2abbb0 3px, #fff 3px);
}
.lucid-Tabs-Tab-is-active .lucid-Tabs-Tab-arrow .lucid-Tabs-Tab-arrow-tab-line {
  fill: #2abbb0;
}
.lucid-Tabs-Tab-is-active-and-open {
  border-bottom: 1px solid #fff;
}
.lucid-Tabs-Tab-is-active-and-open:hover .lucid-Tabs-Tab-arrow .lucid-Tabs-Tab-arrow-background {
  fill: #fff;
}
.lucid-Tabs-Tab-is-active-and-open .lucid-Tabs-Tab-arrow .lucid-Tabs-Tab-arrow-tab-line {
  fill: #2abbb0;
}
.lucid-Tabs-Tab-content {
  -ms-flex: 1;
      flex: 1;
  padding: 6px;
  text-align: center;
}
.lucid-Tabs-Tab-arrow svg {
  height: 100%;
  width: 8px;
  display: block;
  position: absolute;
}
.lucid-Tabs-bar-is-multiline .lucid-Tabs-Tab {
  background-color: #f4f4f4;
  border-color: #e3e3e3;
  color: #333;
}
.lucid-Tabs-bar-is-multiline .lucid-Tabs-Tab .lucid-Tabs-Tab-arrow .lucid-Tabs-Tab-arrow-background {
  fill: #f4f4f4;
}
.lucid-Tabs-bar-is-multiline .lucid-Tabs-Tab:hover {
  background-color: #fff;
}
.lucid-Tabs-bar-is-multiline .lucid-Tabs-Tab:hover .lucid-Tabs-Tab-arrow .lucid-Tabs-Tab-arrow-background {
  fill: #fff;
}
.lucid-Tabs-bar-is-multiline .lucid-Tabs-Tab-is-active {
  border-bottom: 1px solid #fff;
}
.lucid-Tabs-bar-is-multiline .lucid-Tabs-Tab-is-active .lucid-Tabs-Tab-arrow .lucid-Tabs-Tab-arrow-background {
  fill: #fff;
}
.lucid-Tabs-bar-is-multiline .lucid-Tabs-Tab + .lucid-Tabs-Tab-is-disabled {
  background-color: #f4f4f4;
}
.lucid-Tabs-bar-is-multiline .lucid-Tabs-Tab + .lucid-Tabs-Tab-is-disabled .lucid-Tabs-Tab-arrow .lucid-Tabs-Tab-arrow-background {
  fill: #f4f4f4;
}
.lucid-Tabs-bar-is-multiline .lucid-Tabs-Tab + .lucid-Tabs-Tab-is-disabled:hover {
  background-color: #f4f4f4;
}
.lucid-Tabs-bar-is-multiline .lucid-Tabs-Tab + .lucid-Tabs-Tab-is-disabled:hover .lucid-Tabs-Tab-arrow .lucid-Tabs-Tab-arrow-background {
  fill: #f4f4f4;
}
.lucid-Tabs-bar-is-multiline .lucid-Tabs-Tab + .lucid-Tabs-Tab-is-disabled:active {
  background-color: #f4f4f4;
}
.lucid-Tabs-content {
  margin-top: 1px;
}
.lucid-Tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 3px 3px 0 0;
}
.lucid-Tag.lucid-Tag-leaf {
  min-height: 20px;
}
.lucid-Tag .lucid-Tag-inner {
  border-radius: 4px;
  background: #f4f4f4;
  border: 1px solid #e3e3e3;
  font-weight: bold;
  font-size: 12px;
  color: #333;
  width: 100%;
}
.lucid-Tag .lucid-Tag-inner .lucid-Tag-inner-content {
  margin: 0 6px;
  padding: 3px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.lucid-Tag .lucid-Tag-inner .lucid-Tag-inner-content .lucid-Tag-remove {
  margin-left: auto;
  padding-left: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.lucid-Tag .lucid-Tag-inner .lucid-Tag-inner-content .lucid-Tag-remove .lucid-Tag-remove-button {
  fill: rgba(51, 51, 51, 0.5);
}
.lucid-Tag .lucid-Tag-inner .lucid-Tag-inner-content .lucid-Tag-remove:hover .lucid-Tag-remove-button {
  fill: #333;
}
.lucid-Tag .lucid-Tag-inner .lucid-Tag-subgroup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 3px 6px 6px;
}
.lucid-Tag-leaf.lucid-Tag .lucid-Tag-inner {
  border-radius: 3px;
  border-color: #6acfc8;
  background: #fff;
  font-size: 12px;
  font-weight: normal;
  color: #000;
}
.lucid-Tag-leaf.lucid-Tag .lucid-Tag-inner .lucid-Tag-inner-content {
  height: 100%;
}
.lucid-Tag-leaf.lucid-Tag .lucid-Tag-inner .lucid-Tag-inner-content .lucid-Tag-remove .lucid-Tag-remove-button {
  fill: #c5c5c5;
}
.lucid-Tag-leaf.lucid-Tag .lucid-Tag-inner .lucid-Tag-inner-content .lucid-Tag-remove:hover .lucid-Tag-remove-button {
  fill: #333;
}
.lucid-Overlay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 4000;
  background-color: rgba(0, 0, 0, 0.6);
}
.lucid-Overlay-enter {
  opacity: 0.01;
}
.lucid-Overlay-enter.lucid-Overlay-enter-active {
  opacity: 1;
  transition: opacity 300ms ease-in;
}
.lucid-Overlay-leave {
  opacity: 1;
}
.lucid-Overlay-leave.lucid-Overlay-leave-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in;
}
.lucid-Overlay.lucid-Overlay-is-not-modal {
  background-color: rgba(255, 255, 255, 0);
  pointer-events: none;
}
.lucid-Overlay.lucid-Overlay-is-not-modal > * {
  pointer-events: auto;
}
.lucid-Dialog-enter {
  opacity: 0.01;
}
.lucid-Dialog-enter.lucid-Dialog-enter-active {
  opacity: 1;
  transition: opacity 300ms ease-in;
}
.lucid-Dialog-leave {
  opacity: 1;
}
.lucid-Dialog-leave.lucid-Dialog-leave-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in;
}
.lucid-Dialog-window {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  max-height: 80vh;
  overflow: hidden;
  z-index: 4000;
}
.lucid-Dialog-window-is-small {
  width: 30%;
}
.lucid-Dialog-window-is-medium {
  width: 60%;
}
.lucid-Dialog-window-is-large {
  width: 90%;
}
.lucid-Dialog-header {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  background-color: #f4f4f4;
  border-bottom: 1px solid #e3e3e3;
  padding: 12px;
  padding-bottom: 10px;
}
.lucid-Dialog-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  overflow: auto;
  padding: 12px;
  max-height: 60vh;
}
.lucid-Dialog-footer {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  text-align: right;
  background-color: #fff;
  padding: 12px;
  border-top: 1px solid #e3e3e3;
}
.lucid-Autocomplete:not(.lucid-ContextMenu-FlyOut) {
  width: 100%;
}
.lucid-Autocomplete .lucid-ContextMenu {
  width: 100%;
}
.lucid-Autocomplete .lucid-Autocomplete-Control {
  -webkit-transform: translate3d(0, 0, 0);
  box-sizing: border-box;
  cursor: pointer;
  height: 28px;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 28px;
  padding: 0 9px;
  -ms-flex-align: center;
      align-items: center;
}
.lucid-Autocomplete .lucid-Autocomplete-Control .lucid-Autocomplete-Control-input {
  background: none rgba(255, 255, 255, 0);
  border: 0 solid rgba(255, 255, 255, 0);
  outline: none;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  color: #333;
  margin: 0;
  padding: 0;
  width: 100%;
}
.lucid-Autocomplete .lucid-Autocomplete-Control .lucid-CaretIcon {
  fill: #000;
  width: 8px;
  height: 8px;
  margin-left: auto;
}
.lucid-Autocomplete .lucid-Autocomplete-Control-is-expanded {
  border-color: #2abbb0;
}
.lucid-Autocomplete .lucid-Autocomplete-Control-is-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.lucid-Autocomplete .lucid-Autocomplete-Control-is-disabled input {
  cursor: not-allowed;
}
.lucid-Autocomplete.lucid-DropMenu-is-expanded.lucid-DropMenu-direction-up .lucid-Autocomplete-Control {
  border-radius: 0 0 4px 4px;
}
.lucid-Autocomplete.lucid-DropMenu-is-expanded.lucid-DropMenu-direction-down .lucid-Autocomplete-Control {
  border-radius: 4px 4px 0 0;
}
.lucid-Autocomplete.lucid-DropMenu-is-expanded .lucid-DropMenu-Control {
  z-index: 5000;
}
.lucid-Autocomplete.lucid-ContextMenu-FlyOut {
  max-height: 220px;
}
.lucid-Autocomplete-Option-suggestion-match,
.lucid-Autocomplete-Option-suggestion-post,
.lucid-Autocomplete-Option-suggestion-pre {
  white-space: pre;
}
.lucid-Autocomplete-Option-suggestion-match {
  text-decoration: underline;
}
