.testplan-dropdown-button .bolt-button {
  background-color: rgba( 248, 248, 248 ,  1 );
  background-color: rgba( var(--palette-neutral-2,248, 248, 248) ,  1 );
  font-size: 15px;
  max-width: 185px; }

.back-button {
  font-size: 14px; }

.favorite-button {
  font-size: 16px; }

.setting-menu-icon {
  margin-top: 4px;
  padding-right: 0px;
  margin-left: 0px; }

.plan-header {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9)); }

.plan-dates {
  margin-left: 42px;
  margin-right: 0px;
  padding-left: 4px;
  padding-top: 4px;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }

.plan-label {
  margin-left: 12px; }

.plan-header .separator {
  height: 1px;
  background-color: rgba(0, 0, 0, .08);
  background-color: var(--border-subtle-color,rgba(0, 0, 0, .08)); }

.testplan-dropdown-callout-content {
  min-height: 65px; }

.testplan-dropdown-search-enabled {
  min-height: 100px; }

.test-plan-progress-report-container {
  margin-left: 42px;
  padding-left: 4px;
  padding-top: 2px;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  margin-bottom: 8px; }

.test-plan-progress-report-container .test-plan-progress-report-content {
  margin-top: 6px; }
  .test-plan-progress-report-container .test-plan-progress-report-content #results-insight {
    margin-right: 5px; }

.test-plan-progress-report-container .progress-report-link {
  color: #0078d4;
  cursor: pointer; }

.suite-tree-parent-container {
  height: 100%; }

.testhub-refresh-tree-container {
  height: 100%; }

.testplans-hub-refresh-near-content-header {
  height: 35px; }

.suite-tree-header-command-bar {
  position: relative;
  top: -30px; }

.no-results-msg {
  text-align: center; }
