.ellipsis-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal; }

.log-task-state.state-success {
  color: rgba(16, 124, 16, 1);
  color: var(--status-success-foreground,rgba(16, 124, 16, 1)); }

.log-task-state.state-cancelled, .log-task-state.state-failed {
  color: rgba(205, 74, 69, 1);
  color: var(--status-error-foreground,rgba(205, 74, 69, 1)); }

.log-task-state.state-inProgress {
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1)); }

.log-task-state.state-pending, .log-task-state.state-skipped {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }

.log-task-state.state-partially-success {
  color: rgba( 214, 127, 60 ,  1 );
  color: rgba( var(--palette-accent3,214, 127, 60) ,  1 ); }

.logs-task-expanded-view-header {
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 5px;
  background: black;
  color: white;
  border-bottom:  2px solid;
  border-bottom-color: rgba( 102, 102, 102 ,  1 );
  border-bottom-color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 );
  height: 52px;
  width: 100%; }
  .logs-task-expanded-view-header .logs-view-header-left-section {
    overflow: hidden;
    width: 55%; }
    .logs-task-expanded-view-header .logs-view-header-left-section .header-title-container {
      max-width: 90%;
      padding: 10px 10px 5px 10px;
      margin-right: 5px;
      position: relative; }
      .logs-task-expanded-view-header .logs-view-header-left-section .header-title-container .header-title-container-tooltip-host {
        width: 100%;
        margin-left: 25px; }
        .logs-task-expanded-view-header .logs-view-header-left-section .header-title-container .header-title-container-tooltip-host .logs-task-name {
          font-weight: 600; }
    .logs-task-expanded-view-header .logs-view-header-left-section .logs-expanded-view-task-status-icon {
      margin-top: 2px;
      position: absolute; }
  .logs-task-expanded-view-header .logs-header-separator {
    border:  0.5px solid;
    border-color: rgba( 102, 102, 102 ,  1 );
    border-color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 );
    height: 24px;
    margin: 8px 0px 0px 8px; }
  .logs-task-expanded-view-header .logs-view-header-right-section {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .logs-task-expanded-view-header .logs-view-header-right-section .logs-header-picklist-title {
      align-self: stretch;
      align-items: center; }
      .logs-task-expanded-view-header .logs-view-header-right-section .logs-header-picklist-title .vss-PickListDropdown--title {
        background: inherit;
        border: none;
        align-items: center;
        margin-top: 3px; }
        .logs-task-expanded-view-header .logs-view-header-right-section .logs-header-picklist-title .vss-PickListDropdown--title:hover, .logs-task-expanded-view-header .logs-view-header-right-section .logs-header-picklist-title .vss-PickListDropdown--title:focus {
          background-color: black; }
        .logs-task-expanded-view-header .logs-view-header-right-section .logs-header-picklist-title .vss-PickListDropdown--title:focus {
          border-width: 1px;
          border-style: solid;
          border-color: white;
          border-image: initial; }
      .logs-task-expanded-view-header .logs-view-header-right-section .logs-header-picklist-title button.picker-dropdown-button {
        margin-top: 5px; }
    .logs-task-expanded-view-header .logs-view-header-right-section .logs-expanded-view-close-button {
      color: white;
      background: transparent;
      margin: 4px; }
    .logs-task-expanded-view-header .logs-view-header-right-section .logs-view-action-button-icon {
      color: rgba( 43, 136, 216 ,  1 );
      color: rgba( var(--palette-primary-tint-10,43, 136, 216) ,  1 ); }
    .logs-task-expanded-view-header .logs-view-header-right-section .logs-view-actions-section .follow-tail-toggle {
      margin-left: 10px;
      margin-top: 10px;
      color: white; }
      .logs-task-expanded-view-header .logs-view-header-right-section .logs-view-actions-section .follow-tail-toggle .bolt-toggle-button-text {
        color: white; }
    .logs-task-expanded-view-header .logs-view-header-right-section .logs-view-actions-section .logs-view-action-button {
      height: 40px;
      background: transparent;
      color: white;
      margin-left: 5px; }
    .logs-task-expanded-view-header .logs-view-header-right-section .logs-view-actions-section .logs-view-action-button-disabled {
      color: rgba( 166, 166, 166 ,  1 );
      color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
      border: 1px solid black; }
      .logs-task-expanded-view-header .logs-view-header-right-section .logs-view-actions-section .logs-view-action-button-disabled .logs-view-action-button-icon {
        color: rgba( 166, 166, 166 ,  1 );
        color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 ); }
