/* 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%; }

.work-item-dependency {
  min-width: 0; }
  .work-item-dependency .dependency-status {
    width: 10%; }
    .work-item-dependency .dependency-status .status-icon {
      margin-top: 3px; }
  .work-item-dependency .work-item-display {
    width: 40%; }
  .work-item-dependency .work-item-arrow {
    width: 10%; }
  .work-item-dependency .invalid-dependency {
    color: rgba(205, 74, 69, 1);
    color: var(--component-status-error,rgba(205, 74, 69, 1)); }
  .work-item-dependency .valid-dependency {
    color: rgba(85, 163, 98, 1);
    color: var(--component-status-success,rgba(85, 163, 98, 1)); }
  .work-item-dependency .work-item-dependency-arrow {
    font-weight: 600; }
  .work-item-dependency .curve {
    color: rgba( 200, 200, 200 ,  1 );
    color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ); }
  .work-item-dependency .label {
    color: rgba(0, 0, 0, .55);
    color: var(--text-secondary-color,rgba(0, 0, 0, .55));
    margin-right: 4px; }
