/***BEGIN HistoryView.css***/
.history-view-container {
  margin-left: -12px; }
  .history-view-container .current-build-or-env, .history-view-container .history-group-item, .history-view-container .history-chart {
    justify-content: space-between;
    margin-left: 10px; }
  .history-view-container .history-view-list-item {
    background: transparent; }
    .history-view-container .history-view-list-item .current-build-blue-arrow {
      color: rgba( 0, 90, 158 ,  1 );
      color: rgba( var(--palette-primary-shade-20,0, 90, 158) ,  1 );
      font-size: 8px;
      display: block; }
    .history-view-container .history-view-list-item .current-build-transparent-arrow {
      color: transparent; }
  .history-view-container .history-chart .navigation-icon-container {
    padding: 7px;
    background-color: rgba( 255, 255, 255 ,  1 );
    background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 ); }
    .history-view-container .history-chart .navigation-icon-container:hover {
      cursor: pointer; }
  .history-view-container .history-filters {
    margin-top: 15px; }
  .history-view-container .current-build-accordion > .title-container, .history-view-container .branch-accordion > .title-container {
    padding-left: 10px; }
  .history-view-container .history-group-item, .history-view-container .current-build-or-env {
    margin-top: 20px;
    padding-bottom: 20px; }
  .history-view-container .history-group-item {
    border-bottom:  1px solid;
    border-bottom-color: rgba( 234, 234, 234 ,  1 );
    border-bottom-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 ); }
  .history-view-container .history-group-separator {
    background-color: rgba( 234, 234, 234 ,  1 );
    background-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
    border: none;
    height: 1px; }
  .history-view-container .history-item-header {
    font-size: medium;
    vertical-align: middle; }
  .history-view-container .branches-groups, .history-view-container .current-build-or-env {
    margin-top: 20px;
    margin-bottom: 20px; }
  .history-view-container .history-view-pane-loading {
    margin-top: 25px; }
  .history-view-container .branches-picklist {
    max-width: 250px;
    min-width: 200px;
    min-height: 36px;
    margin-bottom: 10px; }
  .history-view-container .filter-clear-button {
    height: 32px;
    border: none !important;
    background-color: rgba( 255, 255, 255 ,  1 );
    background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 ); }
    .history-view-container .filter-clear-button:hover {
      background-color: rgba( 255, 255, 255 ,  1 );
      background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 ); }
    .history-view-container .filter-clear-button:focus {
      outline: 1px solid #0049D5; }
  .history-view-container .groupTitle {
    margin-left: 5px; }
  .history-view-container .window-dates {
    justify-content: space-between; }
  .history-view-container .definition-histogram .bar.default {
    background-color: #748189; }
  .history-view-container .definition-histogram .bar.succeeded {
    background-color: rgba(16, 124, 16, 1);
    background-color: var(--status-success-foreground,rgba(16, 124, 16, 1)); }
    .history-view-container .definition-histogram .bar.succeeded:hover {
      cursor: pointer;
      background-color: #66cc66; }
    .history-view-container .definition-histogram .bar.succeeded.selected {
      background-color: rgba(16, 124, 16, 1);
      background-color: var(--status-success-foreground,rgba(16, 124, 16, 1)); }
  .history-view-container .definition-histogram .bar.failed {
    background-color: rgba(205, 74, 69, 1);
    background-color: var(--status-error-foreground,rgba(205, 74, 69, 1)); }
    .history-view-container .definition-histogram .bar.failed:hover {
      cursor: pointer;
      background-color: rgba(205, 74, 69, 1);
      background-color: var(--status-error-foreground,rgba(205, 74, 69, 1)); }
    .history-view-container .definition-histogram .bar.failed.selected {
      background-color: rgba(168, 0, 0, 1);
      background-color: var(--status-error-strong,rgba(168, 0, 0, 1)); }
  .history-view-container .definition-histogram .bar.partiallysucceeded {
    background-color: rgba(250, 157, 45, 1);
    background-color: var(--status-warning-foreground,rgba(250, 157, 45, 1)); }
    .history-view-container .definition-histogram .bar.partiallysucceeded:hover {
      cursor: pointer;
      background-color: rgba(250, 157, 45, 1);
      background-color: var(--status-warning-foreground,rgba(250, 157, 45, 1)); }
    .history-view-container .definition-histogram .bar.partiallysucceeded.selected {
      background-color: rgba(250, 157, 45, 1);
      background-color: var(--status-warning-foreground,rgba(250, 157, 45, 1)); }
/***END HistoryView.css***/

