﻿.action-plan a.disabled {
    cursor: not-allowed;
    opacity: .65;
}

.action-plan a.collapsed .fa-chevron-down:before {
    content: "\f054";
}

.action-plan .table-row-height {
    height: 10px;
}

.action-plan .table-cell-height {
    height: inherit;
}

.action-plan .substep-nest-1 {
    border-left: 15px solid #e9e9e9;
}

.action-plan .substep-nest-2 {
    border-left: 30px solid #e9e9e9;
}

.action-plan .substep-nest-3 {
    border-left: 45px solid #e9e9e9;
}