.recommendation-header {
    padding-right: 10px;
    .recommender-action-group {
        margin-top: 20px;
        margin-bottom: 10px;
        .disable-create-work-item {
            background: #fff;
            color: #ccc;
            box-shadow: none;   
        }
    }
    &:after {
        content: '';
        clear: both;
        float: none;
        display: block;
    }
}
.keep-left {
    float: left;
}
.keep-right {
    float: right;
}
.recommendation-group-item {
    &.active {
        z-index: unset;
    }
    .show-drop {
        display: block;
    }
    &.top-level-selection {
        position: relative;
    }
    .list-view-pf-checkbox, .list-view-pf-actions, .list-view-pf-main-info {
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 0;
    }
    button {
        outline: none;
        &.dropdown-toggle {
            text-align: right;
            font-size: 16px;
            color: #000;
            min-width: 30px;
        }
    }
}
.recommendation-container {
    border: 1px solid #ededed;
    .list-view-pf-checkbox {
        border-right: 0;
    }
    .select-all-container {
        padding: 15px;
        margin: 0;
        background: #ededed;
        &:after {
            content: '';
            float: none;
            clear: both;
            display: block;
        }
        .list-view-pf-checkbox {
            margin: 0;
            padding: 0;
        }
    }
}
.dismissed {
    text-decoration: line-through;
    color: #ccc;
}

.deactivate {
    color: #ccc;
    cursor: default;

    &:hover {
        background: #ccc;
    }

    a {
        color: inherit;
        cursor: auto;
    }
}

.activate {
    cursor: pointer;
}
