.tree {
    min-height: 20px;
    margin-right: -20px;
    margin-bottom: 20px;
    /*background-color:#fbfbfb;
    border:1px solid #999;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /*border-radius:4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

thead {
    background-color: white;
}

tbody tr td:first-child {
    font-size: 16px;
}

.tree ul {
    padding: 0px 22px 0px 0px;
}

.tree li {
    list-style-type: none;
    margin: 0;
    padding: 10px 5px 0 5px;
    position: relative;
    /* background-color: white; */
    
}

    .tree li .badge {
        margin-left: 5px;
        background-image: url(../../Theme/images/dot.png);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: transparent;
        color: white;
    }

    .tree li::before, .tree li::after {
        content: '';
        right: -20px;
        position: absolute;
        left: auto;
    }

    .tree li::before {
        border-left: 1px solid #eaeaea;
        bottom: 50px;
        height: 100%;
        top: 0;
        width: 1px;
    }

    .tree li::after {
        border-top: 1px solid #eaeaea;
        height: 20px;
        top: 25px;
        width: 25px;
    }

    .tree li > span {
        background-color: #f7f7f7;
        width: 100%;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #efefef;
        border-right-color: #dfa700;
        border-radius: 30px;
        display: inline-block;
        padding: 3px 8px;
        text-decoration: none;
        cursor: pointer;
        font-size: 16px;
    }

    .tree li > a {
        background-color: #f7f7f7;
        width: 100%;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #efefef;
        border-right-color: #ffaf4c;
        border-radius: 30px;
        display: inline-block;
        padding: 3px 8px;
        text-decoration: none;
        cursor: pointer;
        font-size: 16px;
    }

.tree-seprator {
        background-color: #efefef !important;
        border-right-color: #efefef !important;
        padding: 0 !important;
        cursor: default !important;
        border: 0.5px solid #e0e0e0 !important;
}

        .tree li > span:hover {
            /* background-color: #d03c3c; */
            /*border-right-color: #000000;*/
            /* border: 1px solid #f7f7f7; */
            border-right-color: #23a8fa;
            background-color: #fbfbfb;
        }

   

        .tree li > span i {
            font-style: normal;
            
        }

            .tree li > span i:nth-child(3) {
                float: left;
            }

    .tree li.parent_li > span {
        cursor: pointer;
    }

.tree > ul > li::before, .tree > ul > li::after {
    border: 0;
}

.tree li:last-child::before {
    height: 25px;
}

.tree li.parent_li > span:hover, .tree li.parent_li > span:hover + ul li span {
    /*background:#eee;*/
    /* border: 1px solid #1b1b1b; */
    /*color:#000;*/
    /*background-color: white;*/
}


.Scroll {
    overflow-y: overlay;
    min-height: 520px;
    height: 520px;
    
    padding: 5px;
}


.Padding {
    /*border: solid 1px #ececec;*/
    padding: 5px;
}


.spacer40 {
    height: 40px !important;
}

.spacer10 {
    height: 10px !important;
}

.spacer15 {
    height: 15px !important;
}

.radius6 {
    border-radius: 6px;
}


  

.plan-ribbon {
    background: linear-gradient(45deg, #4a83e5 50%, #51b2d7 100%);
    text-align: center;
    font-size: 14px;
    height: auto;
    color: white;
    padding: 5px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    min-height: 36px;
}
    .plan-ribbon:before {
        width: 102%;
        height: 20px;
        position: absolute;
        left: -2%;
        top: 20px;
        content: "";
        /*-webkit-transform: skewY(-4deg);
        -ms-transform: skewY(-4deg);
        transform: skewY(2.5deg);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(-10%, rgba(255,255,255,0.1)), to(rgba(255,255,255,0.4)));*/
        background-image: linear-gradient(90deg, rgba(255,255,255,0.1) -10%, rgba(255,255,255,0.1) 100%);
    }


.plan-list {
    background-color: white;
    border: 1px solid #f3f3f3;
}

.clleft-p {
    margin: 20px 5px 0 10px;
}

.clright-p {
    margin: 20px 10px 0 5px;
}

.activetree {
    background: linear-gradient(90deg, #51b2d7 50%, #4a83e5 100%) !important;
    color: #ffffff;
}

.IconItemSpan:hover > .IconItem{
    transform: rotate(-90deg);
    transition-duration: 0.3s;
    color: #ea9915;
}

