/***BEGIN ChartWrapper.css***/
.chart-host {
  position: relative;
  width: 312px;
  height: 318px; }
  .chart-host .charts-menu-button {
    position: absolute;
    top: 0;
    right: 0; }
    .chart-host .charts-menu-button button {
      padding: 4px; }
/***END ChartWrapper.css***/

/***BEGIN QueryCharts.css***/
.query-charts-page .query-charts-content {
  padding-left: 32px; }
/***END QueryCharts.css***/

/***BEGIN QueryBreadcrumb.css***/
.query-header-breadcrumb-items {
  height: 34px; }

.query-breadcrumb-item {
  max-width: 300px;
  white-space: nowrap;
  align-items: center; }
  .query-breadcrumb-item.bolt-link.subtle {
    padding-top: 4px; }

.favorite-dropdown-button-text {
  max-width: 300px; }
/***END QueryBreadcrumb.css***/

/***BEGIN QueryFavoriteButton.css***/
.favorite-icon-color {
  color: rgba( 214, 127, 60 ,  1 );
  color: rgba( var(--palette-accent3,214, 127, 60) ,  1 ); }
/***END QueryFavoriteButton.css***/

/***BEGIN QueryHeader.css***/
.query-tabs {
  flex-grow: 0;
  padding-left: 32px;
  padding-right: 16px;
  align-items: center;
  border-right:  1px solid;
  border-right-color: rgba( 200, 200, 200 ,  1 );
  border-right-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  height: 70%; }

.query-tabs-ff {
  flex-grow: 0;
  padding-right: 16px;
  align-items: center;
  height: 70%; }

.query-result-count {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  font-size: 0.875rem; }

.query-result-count-ff {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  font-size: 0.75rem; }

.query-selection-count {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  font-size: 0.75rem; }

.query-result-count-container {
  margin-left: auto; }

.query-result-count-container-ff {
  margin-left: auto;
  padding-top: 16px; }

.query-header-breadcrumb-container {
  margin-top: 12px;
  margin-right: 32px;
  margin-left: 32px;
  min-height: 53px; }

.query-header-breadcrumb-container-ff {
  margin-top: 12px;
  min-height: 53px; }
  @media only screen and (max-width: 425px) {
    .query-header-breadcrumb-container-ff {
      margin-top: 4px; } }

.query-header-breadcrumb-container-ff > div {
  max-width: 50%; }

.query-header-tab-container {
  background-color: rgba( 248, 248, 248 ,  1 );
  background-color: rgba( var(--palette-neutral-2,248, 248, 248) ,  1 );
  padding-right: 32px; }

.query-header-tab-container-ff {
  background-color: rgba( 248, 248, 248 ,  1 );
  background-color: rgba( var(--palette-neutral-2,248, 248, 248) ,  1 );
  padding-right: 32px;
  padding-left: 32px; }
  @media only screen and (max-width: 512px) {
    .query-header-tab-container-ff {
      padding-right: 8px;
      padding-left: 8px; } }
  .query-header-tab-container-ff .bolt-button.bolt-icon-button.enabled.subtle.icon-only.bolt-focus-treatment {
    max-height: 32px;
    margin: auto; }

.header-item-divider {
  border-left:  1px solid;
  border-left-color: rgba( 200, 200, 200 ,  1 );
  border-left-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  height: 80%; }

.query-header-border {
  padding-bottom: 12px;
  border-bottom:  1px solid;
  border-bottom-color: rgba( 200, 200, 200 ,  1 );
  border-bottom-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ); }

.query-tab-bar-container {
  margin-top: 12px;
  flex-shrink: 1; }

.query-bar-container-button-groups-ff {
  justify-content: right; }

.query-tab-bar {
  flex-basis: 0;
  min-width: 264px; }

.query-tab-bar-ff {
  flex-basis: 0;
  min-width: 210px; }
  @media only screen and (max-width: 320px) {
    .query-tab-bar-ff {
      min-width: auto; } }

.query-command-bar {
  justify-content: flex-start; }
  .query-command-bar .bolt-header-commandbar {
    flex-shrink: 1;
    margin-left: 8px; }

.query-command-bar-ff {
  justify-content: flex-end;
  padding: 0; }
  .query-command-bar-ff .bolt-header-commandbar {
    flex-shrink: 1;
    margin-left: 8px; }
  @media only screen and (max-width: 512px) {
    .query-command-bar-ff {
      margin: 0; } }

.work-item-count {
  white-space: nowrap; }
/***END QueryHeader.css***/

/***BEGIN QueryEditor.css***/
.query-editor-table .bolt-table-cell-content {
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 2px;
  padding-right: 2px; }

.query-editor-table .bolt-table-header-cell-content {
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 2px;
  padding-right: 2px;
  margin-top: 5px;
  margin-bottom: 5px; }

.query-editor-table .bolt-table-header-sizer {
  border-right:  1px solid;
  border-right-color: rgba( 234, 234, 234 ,  1 );
  border-right-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 ); }

.query-editor-table .table-dropdown {
  width: 100%; }
  .query-editor-table .table-dropdown:not(.focused):not(:hover) {
    border-color: rgba( 200, 200, 200 ,  1 );
    border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ); }
  .query-editor-table .table-dropdown .bolt-textfield {
    height: 20px; }
    .query-editor-table .table-dropdown .bolt-textfield:not(.bolt-textfield-error):not(.focused):not(:hover) {
      border-color: rgba( 200, 200, 200 ,  1 );
      border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ); }
  .query-editor-table .table-dropdown .bolt-list-cell {
    font-size: 12px; }
    .query-editor-table .table-dropdown .bolt-list-cell:not(.focused):not(:hover) {
      border-color: rgba( 200, 200, 200 ,  1 );
      border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ); }
  .query-editor-table .table-dropdown .bolt-tag-picker {
    overflow-y: auto;
    border: 1px solid;
    height: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 2px;
    padding-right: 2px; }
    .query-editor-table .table-dropdown .bolt-tag-picker:not(.focused):not(:hover) {
      border-color: rgba( 200, 200, 200 ,  1 );
      border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ); }
  .query-editor-table .table-dropdown .bolt-tag-picker-group {
    height: 20px; }
  .query-editor-table .table-dropdown .bolt-identity-picker-pill {
    height: 16px;
    margin: 2px; }
  .query-editor-table .table-dropdown .bolt-tag-picker-add-icon-div {
    height: 16px;
    margin: 2px; }
  .query-editor-table .table-dropdown .bolt-pill-filled-visual {
    width: 1rem;
    height: 1rem; }
  .query-editor-table .table-dropdown .bolt-coin-content.size20 {
    width: 1rem;
    height: 1rem; }
  .query-editor-table .table-dropdown .bolt-pill.bolt-coin-content {
    padding: 1px 0; }
  .query-editor-table .table-dropdown .bolt-tag-picker-add-icon {
    padding: 1px; }

.query-editor-table .bolt-identitypickerdropdown-container {
  height: 20px;
  min-width: 0; }
  .query-editor-table .bolt-identitypickerdropdown-container .bolt-coin {
    margin: 0; }
    .query-editor-table .bolt-identitypickerdropdown-container .bolt-coin .bolt-coin-content {
      width: 1.1rem;
      height: 1.1rem;
      font-size: 0.6875rem; }
  .query-editor-table .bolt-identitypickerdropdown-container .bolt-identity-picker-clearButton {
    font-size: 12px; }

.add-line-button {
  color: rgba(127, 184, 0, 1);
  color: var(--status-success-text,rgba(127, 184, 0, 1));
  background-color: transparent;
  padding: 4px !important; }

.remove-line-button {
  color: rgba(218, 10, 0, 1);
  color: var(--status-error-text,rgba(218, 10, 0, 1));
  background-color: transparent;
  padding: 4px !important; }

.group-clause-button {
  /** 
     * The width/height used for grouping icons/colored squares
     * This aligns with the value defined in EditorTable.tsx 
     */
  width: 25px;
  height: 25px;
  padding: 0px !important; }

.group-clause-button-color-1 {
  background: rgba( 222, 236, 249 ,  1 );
  background: rgba( var(--palette-primary-tint-30,222, 236, 249) ,  1 ); }
  .group-clause-button-color-1:hover {
    background: rgba( 199, 224, 244 ,  1 );
    background: rgba( var(--palette-primary-tint-20,199, 224, 244) ,  1 ); }

.group-clause-button-color-2 {
  background: rgba(0, 0, 0, 0.08);
  background: var(--palette-black-alpha-8,rgba(0, 0, 0, 0.08)); }

.query-editor-spinner {
  margin-top: 24px; }

.add-new-clause-icon-color {
  color: rgba(127, 184, 0, 1);
  color: var(--status-success-text,rgba(127, 184, 0, 1)); }

.add-new-clause-button {
  padding: 6px; }
  .add-new-clause-button .bolt-button-text {
    font-size: 12px;
    font-weight: normal; }

.padding-horizontal-32 {
  padding-left: 32px;
  padding-right: 32px; }

.query-editor-header-container-ff {
  padding-left: 32px;
  padding-right: 32px;
  flex-wrap: wrap; }
  @media only screen and (max-width: 512px) {
    .query-editor-header-container-ff {
      padding-left: 8px;
      padding-right: 8px; } }

.linked-editors .bolt-textfield {
  height: 25px; }
  .linked-editors .bolt-textfield:not(.focused):not(:hover) {
    border-color: rgba( 200, 200, 200 ,  1 );
    border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ); }

.query-type .bolt-textfield:not(.focused):not(:hover) {
  border-color: transparent;
  background-color: transparent; }

.query-type .bolt-expandable-textfield-icon {
  display: none; }

.query-editor-page.v-scroll-auto {
  overflow: hidden; }

.vss-Splitter--container .vss-Splitter--pane-flexible.editor-container {
  min-height: 160px; }

@media only screen and (max-width: 512px) {
  .editor-content-header {
    padding-left: 8px; } }

@media only screen and (min-width: 854px) {
  .vss-Splitter--pane-flexible.editor-container {
    overflow-y: auto; } }
/***END QueryEditor.css***/

/***BEGIN AllQueriesTab.css***/
.bolt-queries-card .queries-folder-icon {
  color: #dcb67a;
  color: var(--icon-folder-color,#dcb67a); }

.bolt-queries-card .queries-hub-favorite-cell.favorited {
  visibility: visible; }

.bolt-queries-card .queries-loading-spinner {
  width: 100%; }

.bolt-queries-card .queries-minimum-card-height {
  min-height: 250px; }

.bolt-queries-card .queries-hub-zero-data {
  margin: auto;
  min-height: 250px;
  padding: 16px 0; }

.queries-tab-bar .queries-hub-filter-bar {
  margin-top: 8px !important; }
/***END AllQueriesTab.css***/

/***BEGIN DeletedQueries.css***/
.deleted-queries-page .deleted-queries-card {
  margin: 16px 24px; }
  @media screen and (max-width: 599px) {
    .deleted-queries-page .deleted-queries-card {
      margin: 0;
      margin-top: 16px; } }

.deleted-queries-page .deleted-queries-cell {
  height: 48px; }

.deleted-queries-page .deleted-queries-right-align {
  margin-left: auto;
  margin-right: 0px;
  display: block; }
/***END DeletedQueries.css***/

/***BEGIN QueryListViewComponent.css***/
.queries-page .bolt-table-cell-content {
  padding: 0.3rem 0.75rem; }

.queries-page .queries-header-commandbar.bolt-header-commandbar {
  flex-grow: 1; }

.queries-page .queries-header-commandbar .bolt-header-commandbar-button-group {
  justify-content: end; }
/***END QueryListViewComponent.css***/

/***BEGIN ImportWorkItemsPanel.css***/
.import-panel .import-work-items-error-message {
  white-space: pre-line; }
/***END ImportWorkItemsPanel.css***/

/***BEGIN ResultView.css***/
.delete-icon {
  color: rgba(177, 133, 37, 1);
  color: var(--status-warning-icon-foreground,rgba(177, 133, 37, 1)); }

.display-above-the-shim {
  z-index: 1; }

.field-form-item {
  width: 100%; }

.add-field-button {
  padding-left: 0;
  padding-right: 0; }

.query-results-spinner {
  margin-top: 16px; }

.query-filter-bar-container {
  margin-top: 16px;
  margin-left: 32px;
  margin-right: 32px; }

@media only screen and (min-width: 321px) and (min-height: 257px) {
  .query-filter-bar-container-ff {
    margin-top: 16px;
    margin-left: 32px;
    margin-right: 32px; } }

.tags-filter-radio-button-container {
  margin-left: 8px; }

.assign-to-filter-item {
  padding-left: 0; }

.results-tree .bolt-table-header-cell-content {
  padding-bottom: 2px;
  padding-top: 2px;
  padding-right: 4px;
  padding-left: 4px;
  margin-top: 5px;
  margin-bottom: 5px; }

.results-tree .bolt-table-header-cell-text {
  font-size: 12px !important; }

.results-tree .bolt-table-header-sizer {
  border-right:  1px solid;
  border-right-color: rgba( 234, 234, 234 ,  1 );
  border-right-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 ); }

.results-tree .bolt-table-cell-content {
  font-size: 13px;
  height: 30px;
  padding: 6px 4px 7px 4px; }

.results-tree .text-ellipsis {
  font-size: 13px; }

.results-tree .tag-item {
  font-size: 12px; }

.expand-collapse-button {
  background-color: transparent;
  border: 1px solid;
  padding: 2px !important; }

.padding-2 {
  padding-left: 2px;
  padding-right: 2px; }

.query-result-page.v-scroll-auto {
  overflow: hidden; }

.query-results-card {
  min-width: 100%; }

.query-results-card-ff {
  min-width: 100%; }
  @media only screen and (min-width: 427px) and (min-height: 342px) {
    .query-results-card-ff {
      height: calc(100% - 32px); } }

.flat-query .bolt-tree-expand-button {
  display: none; }

.more-items-button {
  font-weight: 150;
  font-size: 13px; }

.message-bar-small {
  padding: 4px 16px;
  z-index: 1; }

.results-tree-title-header-cell {
  padding-left: 24px; }

@media only screen and (max-height: 409px) {
  .page-content.page-content-top.scroll-hidden.full-height.display-above-the-shim {
    padding-top: 0;
    padding-bottom: 4px; } }
/***END ResultView.css***/

