.sanddance-app-static-content {
  display: none;
}

.sanddance-app {
  grid-template-rows: 100% 0;
  height: 100%;
  display: grid;
}

.sanddance-export .ms-Button {
  margin-top: .5em;
  margin-bottom: 1em;
}

.sanddance-datasource-picker {
  width: 100%;
}

.sanddance-root {
  width: 100%;
  height: 100%;
  position: relative;
}

.sanddance-gl {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.sanddance-gl.show-center {
  background: linear-gradient(to right, #0000 49.9%, #ff0000b3, #0000 50.1%), linear-gradient(#0000 49.9%, #ff0000b3, #0000 50.1%);
}

.sanddance-gl canvas {
  outline: none;
}

.sanddance-panel {
  background: #fff;
  border: 1px solid #ccc;
  padding-bottom: 1em;
  padding-left: 1em;
  position: absolute;
  top: 1em;
  bottom: 1em;
  right: 1em;
  overflow-y: scroll;
  box-shadow: 8px 8px 12px -6px #ccc;
}

.sanddance-legend table {
  border-collapse: collapse;
}

.sanddance-legend th {
  word-break: break-word;
  max-width: 11em;
}

.sanddance-legend .legend-row {
  cursor: pointer;
}

.sanddance-legend .legend-row td {
  padding: 2px;
}

.sanddance-legend .legend-row:hover {
  background-color: #efefef;
}

.sanddance-legend .symbol div {
  border-style: outset;
  border-width: 1.5px;
}

.sanddance-legend .label {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 9em;
  overflow: hidden;
}

.sanddance-details {
  font-size: smaller;
}

.sanddance-details-scroll {
  padding-bottom: 1em;
}

.sanddance-tooltip table {
  color: #fff;
  background: #333;
  min-width: 16em;
  margin: 1em;
  padding: 6px;
  font-size: smaller;
  position: absolute;
}

.sanddance-tooltip td {
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: top;
  width: 75%;
  max-width: 16em;
  overflow: hidden;
}

.sanddance-tooltip td:first-child {
  width: 25%;
}

.sanddance-scheme.disabled {
  filter: grayscale(95%);
}

.sanddance-scheme.option {
  grid-template-columns: 10em auto;
  width: 100%;
  display: grid;
}

.sanddance-scheme.title {
  justify-content: flex-start;
}

.sanddance-scheme span {
  align-self: center;
}

.sanddance-scheme svg, .sanddance-scheme .swatch {
  border: thin solid #777;
  align-self: center;
  height: 24px;
}

.sanddance-scheme svg {
  width: 100%;
}

.sanddance-scheme .swatch div {
  width: 10px;
  height: 24px;
  display: inline-block;
}

.sanddance-explorer-topbar {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  grid-template-columns: 300px auto;
  height: 36px;
  display: grid;
}

.sanddance-explorer-topbar .logo {
  color: #0078d4;
  grid-template-columns: 50px auto;
  padding: 6px 0;
  display: grid;
}

.sanddance-explorer-topbar .logo svg {
  fill: #0078d4;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}

.sanddance-explorer-topbar .logo a {
  color: inherit;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-decoration: none;
}

.sanddance-explorer-commandbar {
  position: relative;
}

.sanddance-explorer-commandbar > div {
  position: absolute;
  left: 0;
  right: 0;
}

.sanddance-explorer-commandbar .ms-CommandBar {
  height: 36px;
}

.dark-theme .sanddance-explorer-topbar {
  background-color: #000;
}

.dark-theme .sanddance-explorer-topbar .logo {
  color: #00b4f0;
}

.sanddance-group {
  border-top: 1px solid #ccc;
  padding-bottom: 1.5em;
  position: relative;
}

.sanddance-group .group-head {
  grid-template-columns: auto auto;
  margin: 1em 0;
  line-height: 16px;
  display: grid;
}

.sanddance-group .group-head label {
  letter-spacing: 3px;
  opacity: .8;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.sanddance-group .group-head .count {
  color: #333;
  text-align: right;
  font-size: 12px;
}

.sanddance-group .group-icon {
  position: absolute;
  top: -1px;
  right: 0;
}

.sanddance-group:first-child {
  border-top: none;
}

.sanddance-group:first-child .group-head {
  margin-top: 0;
}

.sanddance-group:last-child {
  padding-bottom: 0;
}

.sanddance-sidebar {
  background-color: #f9f9f9;
  width: 300px;
  transition: width .35s cubic-bezier(.4, 0, .2, 1);
  display: grid;
  position: relative;
  overflow: hidden;
}

.sanddance-sidebar:not(.pinned) {
  position: absolute;
  top: 0;
  bottom: 0;
}

.sanddance-sidebar .sidebar-content {
  background-color: inherit;
  z-index: 1;
  grid-template: "stats stats" 0fr
                 "tabs bar"
                 / 50px auto;
  height: 100%;
  display: grid;
  position: absolute;
  overflow: hidden;
}

.sanddance-sidebar .vbuttons {
  background-color: #0000001a;
  grid-area: tabs;
  grid-template-rows: auto 0fr;
  display: grid;
  position: relative;
}

.sanddance-sidebar .vbutton {
  align-self: center;
  height: 60px;
  display: grid;
}

.sanddance-sidebar .vbutton.selected {
  background-color: #f9f9f9;
}

.sanddance-sidebar .vbutton button {
  width: 100%;
  height: 100%;
}

.sanddance-sidebar .vbutton button .ms-Button-icon {
  font-size: 20px;
}

.sanddance-sidebar .sidebar-dialogs .vbutton {
  height: 16.6667%;
  min-height: 32px;
  max-height: 60px;
}

.sanddance-sidebar .scrollable-container {
  width: 250px;
}

.sanddance-sidebar .sidetab {
  grid-area: bar;
  padding: 12px;
}

.sanddance-sidebar.closed {
  width: 50px;
}

.sanddance-sidebar.calculator .calculating {
  background: #f9f9f980;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.sanddance-sidebar.calculator .ms-Spinner {
  margin-top: -16px;
  position: relative;
  top: 50%;
}

.dark-theme .sanddance-sidebar {
  color: #fff;
  background-color: #272727;
}

.dark-theme .sanddance-sidebar .vbuttons {
  background-color: #0006;
}

.dark-theme .sanddance-sidebar .vbutton.selected {
  background-color: #272727;
}

.dark-theme .sanddance-sidebar.calculator .calculating {
  background: #27272780;
}

.sanddance-chart-type .ms-ChoiceFieldGroup-flexContainer {
  grid-template-rows: repeat(4, auto);
  grid-template-columns: repeat(2, 50%);
  grid-auto-flow: column;
  display: grid;
}

.sanddance-datascope {
  background-color: #0000000d;
  border-bottom: 1px solid #0000001a;
  grid-area: stats;
  min-height: 5em;
}

.sanddance-datascope.extended > div {
  width: 276px;
  margin: 12px;
}

.sanddance-datascope label {
  text-transform: uppercase;
  font-size: 10px;
  display: block;
}

.sanddance-datascope.compact {
  cursor: pointer;
  text-align: center;
  align-self: center;
  width: 50px;
  display: grid;
}

.sanddance-datascope.compact > div {
  align-self: center;
}

.sanddance-datascope .datascope-button {
  box-sizing: border-box;
  height: 36px;
  min-width: unset;
  background-color: #fff;
  border: 1px solid #0003;
  width: 33.333%;
}

.sanddance-datascope .datascope-button:hover {
  color: #fff;
  background-color: #0078d4;
}

.sanddance-datascope .datascope-button label {
  cursor: inherit;
}

.sanddance-datascope.active .datascope-button.selected {
  border-color: #0078d4;
}

.dark-theme .sanddance-datascope {
  background-color: #0000004d;
  border-bottom-color: #ffffff1a;
}

.dark-theme .sanddance-datascope .datascope-button {
  color: #fff;
  background-color: #000;
  border-color: #fff3;
}

.dark-theme .sanddance-datascope .datascope-button:hover {
  color: #fff;
  background-color: #0078d4;
}

.sanddance-dataItem {
  background-color: #fff;
  border: 1px solid #ddd;
}

.sanddance-dataItem .name-value {
  cursor: pointer;
  word-break: break-all;
  border-top: 1px solid #ddd;
  padding: 4px;
  position: relative;
}

.sanddance-dataItem .name-value:hover {
  color: #fff;
  background-color: #0078d4;
}

.sanddance-dataItem .name-value:first-child {
  border-top: none;
}

.sanddance-dataItem .column-name {
  font-weight: 500;
}

.sanddance-dataItem .column-value {
  max-height: 20em;
  overflow: auto;
}

.sanddance-dataItem .bing-search {
  text-align: right;
}

.dark-theme .sanddance-dataItem {
  background-color: #000;
  border-color: #222;
}

.dark-theme .sanddance-dataItem .name-value {
  border-top-color: #222;
}

.dark-theme .sanddance-dataItem a {
  color: #00b4f0;
}

.sanddance-dataIndex .index {
  text-align: center;
  grid-template-columns: 32px auto 32px;
  margin: 0 -8px 6px;
  line-height: 32px;
  display: grid;
}

.sanddance-dataIndex .item-filtered {
  text-transform: uppercase;
  background-color: #0000001a;
  padding: 2px 4px;
  font-size: 10px;
}

.sanddance-dataIndex .ms-Dropdown-container {
  margin-bottom: .5em;
}

.sanddance-dataIndex button {
  margin-top: 1em;
}

.scrollable-container {
  min-height: 200px;
  display: grid;
  position: relative;
}

.scrollable {
  position: absolute;
  inset: 0;
  overflow-y: auto;
}

.sanddance-search .sanddance-search-group {
  background: #fff;
  border: 1px solid #0003;
  margin-top: 1em;
  padding: 4px;
}

.sanddance-search .sanddance-search-group:first-child {
  margin-top: 0;
}

.sanddance-search .sanddance-search-expression {
  background-color: #0000001a;
  margin: 12px 4px;
  padding: 4px 8px 8px;
}

.sanddance-search .search-action {
  width: 100%;
}

.sanddance-search .search-bottom-action {
  margin-top: 1em;
}

.sanddance-search .search-field {
  margin-top: 4px;
}

.dark-theme .sanddance-search .sanddance-search-group {
  background: #000;
  border-color: #fff3;
}

.dark-theme .sanddance-search .sanddance-search-expression {
  background-color: #fff3;
}

.sanddance-snapshots .ms-Button {
  margin-bottom: .5em;
}

.sanddance-snapshots .snapshot {
  cursor: pointer;
  border: 1px solid #0003;
  margin-bottom: .5em;
  padding: 5px;
}

.sanddance-snapshots .snapshot.selected {
  border-width: 2px;
  border-color: #0009;
  padding: 4px;
}

.sanddance-snapshots .snapshot:hover {
  background-color: #0000001a;
}

.sanddance-snapshots .snapshot:first-child {
  margin-top: .5em;
}

.sanddance-snapshots .title {
  word-break: break-word;
  font-weight: 500;
}

.sanddance-snapshots .description {
  word-break: break-word;
  font-weight: 100;
}

.sanddance-snapshots .thumbnail {
  height: 160px;
  margin-top: .5em;
  display: grid;
}

.sanddance-snapshots img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.sanddance-snapshots .actions {
  grid-auto-flow: column;
  display: grid;
}

.sanddance-snapshots .actions a, .sanddance-snapshots .actions span {
  text-align: center;
  align-self: center;
}

.sanddance-snapshots .actions button {
  width: 100%;
}

.sanddance-snapshot-dialog .thumbnail {
  border: 1px solid #0003;
  height: 300px;
  margin-top: 1em;
  display: grid;
}

.sanddance-snapshot-dialog img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.dark-theme .sanddance-snapshots .snapshot {
  background-color: #0009;
  border-color: #fff3;
}

.dark-theme .sanddance-snapshots .snapshot.selected {
  border-color: #fff9;
}

.dark-theme .sanddance-snapshots .snapshot:hover {
  background-color: #000;
}

.dark-theme .sanddance-snapshots .actions a {
  color: #fff;
}

.dark-theme.sanddance-snapshot-dialog .thumbnail {
  border-color: #fff3;
}

.sanddance-history ol {
  padding-left: 20px;
}

.sanddance-history li {
  cursor: pointer;
  border: 1px solid #0000;
}

.sanddance-history li.selected {
  font-weight: bold;
}

.sanddance-history-button {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  height: unset;
  text-align: left;
  background: none;
  border: 0;
  width: 100%;
  padding: 3px 4px;
}

.sanddance-history-button .ms-Button-label {
  font-weight: inherit;
  margin: 0;
  display: inline;
}

.sanddance-note {
  color: #333;
  word-break: break-word;
  background-color: #fffacd;
  border: 1px solid #333;
  width: 15em;
  margin: 1em;
  padding: 20px;
  position: absolute;
  box-shadow: 8px 8px 12px -6px #ccc;
}

.sanddance-note .cancel {
  position: absolute;
  top: -1px;
  right: -1px;
}

.sanddance-note .cancel i {
  color: #333;
}

.sanddance-columnMap {
  position: relative;
}

.sanddance-columnMap .ms-Dropdown-container {
  margin-top: 10px;
}

.sanddance-columnMap .column-options {
  position: absolute;
  bottom: 3px;
  right: 0;
}

.sanddance-columnMap-absolute {
  margin: -1em 1em 1em -4em;
}

.sanddance-columnMap-absolute .ms-Dropdown-container {
  margin-top: 0;
}

.sanddance-tooltip {
  z-index: 2;
}

.sanddance-chart-button {
  margin-top: 10px;
  display: block;
}

.sanddance-columnTypes {
  max-height: 20em;
  overflow: scroll;
}

.sanddance-columnTypes th, .sanddance-columnTypes td {
  padding: 0 5px;
}

.sanddance-columnTypes td, .sanddance-columnTypes button {
  height: 18px;
}

.sanddance-columnTypes tr.changed {
  text-decoration: line-through;
}

.sanddance-dialog ul {
  margin: 0;
}

.sanddance-dialog section {
  margin-top: 1em;
}

.sanddance-dialog section:first-child {
  margin-top: 0;
}

.sanddance-dialog .tip {
  font-style: italic;
}

.sanddance-explorer {
  grid-template-rows: 0fr auto;
  font-family: Segoe UI, sans-serif;
  font-size: 13px;
  display: grid;
}

.sanddance-explorer.dark-theme, .sanddance-explorer.dark-theme canvas {
  background-color: #000;
}

.sanddance-main {
  transition: grid-template-columns .35s cubic-bezier(.4, 0, .2, 1);
  display: grid;
  position: relative;
}

.sanddance-main .loading {
  grid-row-end: span 2;
  position: relative;
}

.sanddance-main .loading .ms-Spinner {
  width: 100%;
  position: absolute;
  top: 50%;
}

.sanddance-main .sanddance-view {
  margin-left: 50px;
  display: grid;
  position: relative;
}

.sanddance-main .sanddance-layout-unpinned, .sanddance-main .sanddance-layout-pinned {
  position: absolute;
  inset: 0;
}

.sanddance-main.hide-legend .sanddance-layout-unpinned, .sanddance-main.hide-legend .sanddance-layout-pinned {
  right: 0;
}

.sanddance-main .sanddance-layout-pinned {
  left: 300px;
}

.sanddance-main .sanddance-ReactViewer {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.sanddance-main.hide-legend .sanddance-ReactViewer {
  left: 0;
}

.sanddance-main.show-center .sanddance-layout-unpinned, .sanddance-main.show-center .sanddance-layout-pinned {
  background: #00ffff1a linear-gradient(to right, #0000 49%, #f0f3, #0000 51%);
}

.sanddance-main.pinned {
  grid-template-columns: 300px auto;
  grid-template-areas: "side main";
}

.sanddance-main.pinned .sanddance-view {
  grid-area: main;
  margin-left: 0;
}

.sanddance-main.pinned .loading {
  grid-area: main;
  grid-row-end: unset;
}

.sanddance-main.pinned .sanddance-slidePanel {
  grid-area: side;
}

.sanddance-main.pinned.closed {
  grid-template-columns: 0 auto;
}

.sanddance-main.pinned.closed .sanddance-view {
  margin-left: 50px;
}

.sanddance-main span.ms-layer {
  display: none;
}

.sanddance-advanced-renderer {
  width: 40px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
}

.sanddance-renderer-dialog ul {
  padding-left: 2em;
  list-style-type: none;
}

.sanddance-background-image-dialog {
  min-width: 32em;
}

.sanddance-background-image-dialog .thumbnail {
  border-bottom: 1px solid #ccc;
  grid-template-columns: auto auto;
  padding-bottom: 1em;
  display: grid;
}

.sanddance-background-image-dialog .thumbnail > * {
  align-self: center;
}

.sanddance-background-image-dialog .thumbnail img {
  object-fit: contain;
  max-width: 16em;
  max-height: 160px;
  margin-right: 1em;
}

.sanddance-background-image-dialog .axis-bounds {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
}

.sanddance-background-image-dialog .axis-bound-fields {
  grid-template-columns: auto auto;
  column-gap: 1em;
  margin-bottom: 1em;
  display: grid;
}

#sanddance-vega-spec {
  border: 1px inset;
  max-height: 20em;
  overflow: scroll;
}

.sanddance-panel {
  top: 5em;
  bottom: unset;
  overflow-y: unset;
  padding-top: 32px;
  padding-right: 1em;
}

.sanddance-panel h4, .sanddance-panel .sanddance-vegaControls, .sanddance-panel .sanddance-unitControls, .sanddance-main.hide-legend .sanddance-panel {
  display: none;
}

.sanddance-panel-tools {
  position: absolute;
  top: 0;
  right: 0;
}

.sanddance-legend {
  min-width: 54px;
}

.sanddance-explanation {
  margin-bottom: 1em;
  font-size: smaller;
  font-style: italic;
}

.sanddance-explanation .fieldname, .sanddance-explanation .fieldtype {
  font-style: italic;
}

.sanddance-signal {
  margin-top: 1em;
}

.sanddance-legend th {
  color: #005a9e;
  cursor: pointer;
}

.sanddance-legend th:hover {
  background-color: #2b88d855;
}

.sanddance-legend .legend-row:hover {
  color: #fff;
  background-color: #0078d4;
}

.sanddance-form-separate {
  margin-top: 1em;
}

.dark-theme .sanddance-dialog a {
  color: #00b4f0;
}

.dark-theme .sanddance-panel {
  color: #fff;
  background-color: #000;
}

.dark-theme .sanddance-legend th {
  color: #3ac5f3;
}

.dark-theme .sanddance-legend th:hover {
  color: #009ed3;
}

.sanddance-sidebar .sanddance-datascope {
  min-height: 7em;
}
/*# sourceMappingURL=sanddance-app.fddf849d.css.map */
