/*!
 * CORE.Spectacles.css
 * ----------------------------------------------
 * Package:  @ttcorestudio/spectacles
 * Version:  0.3.44
 * Compiled: 2021-08-03T09:17:16.293Z
 * ----------------------------------------------
 */
/*! * CORE STUDIO THORNTON TOMASETTI * ALL RIGHTS RESERVED */
.spectacles.jq-extras {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none; }
  .spectacles.jq-extras.selection-overlay {
    pointer-events: all;
    background: rgba(255, 255, 255, 0.25); }
    .spectacles.jq-extras.selection-overlay .selection-overlay-inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 50px;
      border: 1px dashed #CCC;
      background: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(255, 255, 255, 0.25) 3px, rgba(255, 255, 255, 0.25) 6px); }
  .spectacles.jq-extras .jq-legends {
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end; }
    .spectacles.jq-extras .jq-legends .jq-legend {
      margin-right: 10px; }
      .spectacles.jq-extras .jq-legends .jq-legend .jq-legend-body {
        position: relative; }
        .spectacles.jq-extras .jq-legends .jq-legend .jq-legend-body .legend-color {
          width: 20px; }
        .spectacles.jq-extras .jq-legends .jq-legend .jq-legend-body .label {
          color: #000;
          border-radius: 0;
          height: 10px;
          position: absolute;
          margin: 0;
          border-bottom: 1px solid #666; }
        .spectacles.jq-extras .jq-legends .jq-legend .jq-legend-body .gradient {
          margin-top: -10px;
          padding: 0 0 0 30px; }
        .spectacles.jq-extras .jq-legends .jq-legend .jq-legend-body .stepped {
          margin-left: 20px;
          padding: 0 0 0 10px; }
  .spectacles.jq-extras .jq-extra {
    position: absolute;
    font-size: 80%;
    padding: 3px; }
    .spectacles.jq-extras .jq-extra.jq-point {
      width: 2px;
      height: 2px;
      padding: 0;
      background: white; }
    .spectacles.jq-extras .jq-extra.comment {
      pointer-events: all;
      background-color: rgba(255, 255, 255, 0.75); }
    .spectacles.jq-extras .jq-extra.tag {
      background-color: rgba(255, 255, 255, 0.75); }
.spectacles.progressbar-overlay {
  pointer-events: all;
  position: absolute;
  bottom: 0px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  height: 3px;
  opacity: 0.7; }
  .spectacles.progressbar-overlay .progressbar-overlay-completed {
    height: 100%; }
  .spectacles.progressbar-overlay .progress-bar-striped, .spectacles.progressbar-overlay.progress-bar.active {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent);
    background-size: 20px 20px; }
.spectacles .spectacles-tooltip {
  padding-left: 20px; }
  .spectacles .spectacles-tooltip table tr {
    background: rgba(255, 255, 255, 0.5); }
  .spectacles .spectacles-tooltip table td {
    padding: 3px 6px; }
  .spectacles .spectacles-tooltip table td.field-name {
    font-weight: bold;
    color: #333; }
  .spectacles .spectacles-tooltip table td.data {
    color: #111; }
.spectacles.light-text .spectacles-tooltip tr {
  background: rgba(0, 0, 0, 0.5); }
.spectacles.light-text .spectacles-tooltip table td.field-name {
  color: #DDD; }
.spectacles.light-text .spectacles-tooltip table td.data {
  color: #EEE; }
.spectacles.light-text .progressbar-overlay {
  border-top: 1px solid rgba(255, 255, 255, 0.4); }
.spectacles.light-text .Spectacles_loading,
.spectacles.light-text .jq-extras {
  color: #FFF; }
  .spectacles.light-text .Spectacles_loading .jq-legends .jq-legend .jq-legend-body .label,
  .spectacles.light-text .jq-extras .jq-legends .jq-legend .jq-legend-body .label {
    color: #FFF;
    border-bottom: 1px solid #CCC; }
  .spectacles.light-text .Spectacles_loading h1,
  .spectacles.light-text .Spectacles_loading h2,
  .spectacles.light-text .Spectacles_loading h3,
  .spectacles.light-text .Spectacles_loading h4,
  .spectacles.light-text .Spectacles_loading h5,
  .spectacles.light-text .Spectacles_loading h6,
  .spectacles.light-text .jq-extras h1,
  .spectacles.light-text .jq-extras h2,
  .spectacles.light-text .jq-extras h3,
  .spectacles.light-text .jq-extras h4,
  .spectacles.light-text .jq-extras h5,
  .spectacles.light-text .jq-extras h6 {
    color: #FFF; }
#spectacles-stats {
  position: fixed;
  bottom: 50px;
  left: 15px;
  padding: 5px;
  background: #111; }
