#relPrdDCGroup a{
    text-decoration: none;
}
#lhsTree > li > span:after {
    border-left: none;
}

.alert {
    position: absolute;
    background-color: #06c7f33d;
    padding: 4px 15px;
    top: -84px;
    border-radius: 0 0 5px 5px;
    color: #000;
    font-size: 13px;
    z-index: 0;
    transition: all ease-in 350ms;
}
.alert img {
    max-width: 20px !important;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
