#relPrdDCGroup a{
    text-decoration: none;
}
#lhsTree > li > span:after {
    border-left: none;
}
.hide, .mbS, .ipad-show {
    display: none;
}
.pop-container, #viewContainer {
    max-width: 100%;
    width: 720px;
    padding: 20px;
    border: 1px solid #000;
    background: #fff;
    position: fixed;
    height: 460px;
    top: 90px;
    overflow-y: scroll;
    left: 50%;
    margin-left: -350px;
    z-index: 100001;
    display: none;
}
.heading-menu {
    padding: 15px 0 0;
}
.container {
    max-width: 1200px;
}

.table,tr, th, td
{vertical-align:middle}
.alert.show {
    top: -51px;
}
.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;
}
