/* Global layout styles for TFS */
/* Colors used specifically in TFS */
/* Global layout styles for TFS */
/* Colors used specifically in TFS */
.delivery-plans-settings-table .list-row--draggable.focused .bolt-table-cell-content-reveal, .delivery-plans-settings-table .list-row--draggable:hover .bolt-table-cell-content-reveal {
  visibility: visible; }

.delivery-plans-settings-table .table-dropdown {
  width: 100%; }

.delivery-plans-dependency-panel {
  /**
     * set a top border on every row except the first
     */ }
  .delivery-plans-dependency-panel .bolt-list-row:not(.first-row) .bolt-list-cell {
    border-top:  1px solid;
    border-top-color: rgba( 239, 239, 239 ,  1 );
    border-top-color: rgba( var(--palette-neutral-6,239, 239, 239) ,  1 ); }
  .delivery-plans-dependency-panel .bolt-panel-content {
    padding: 0; }

.dependency-panel-portal {
  z-index: 9999; }
