﻿#sectionFeatures {
    padding-top: 50px;
}
#sectionFeatures > .inner {
    padding-right: 300px;
    width: 900px;
}
#sectionFeatures .col-right {
    position: absolute;
    width: 280px;
    right: 0px;
    top: 0px;
}
.group-w1 {
    margin-bottom: 50px;
}
.group-w1 > h3 {
    line-height: 18px;
    border-left: 5px solid #c7000c;
    margin-bottom: 15px;
    padding-left: 10px;
}
ul.list-feature-items {
    overflow: hidden;
}
ul.list-feature-items > li {
    width: 33.33%;
    float: left;
}
    ul.list-feature-items .item-w1 {
        margin: 15px;
        border-radius: 5px;
        padding: 10px;
        overflow: hidden;
        box-shadow: 0 0 5px #f0f0f0;
        cursor: pointer;
    }
        ul.list-feature-items .item-w1:hover {
            box-shadow: 0 0 5px #ddd;
        }
ul.list-feature-items .item-w1 > img {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    cursor: pointer;
}
    ul.list-feature-items .item-w1 .right {
        margin-left: 62px;
    }
ul.list-feature-items .item-w1 h4 {
    margin: 0px;
    margin-bottom: 5px;
}
ul.list-feature-items .item-w1:hover span {
    text-decoration: underline;
    color: #c7000c;
}
    ul.list-feature-items .item-w1 span:hover {
        
    }
        ul.list-feature-items .item-w1 p {
            margin: 0px;
            line-height: 20px;
            font-size: 10pt;
            color: #999;
            height: 40px;
        }

        /************************/
h3.group-order {
    border-color: #ff9900;
}
h3.group-members {
    border-color: #00cc99;
}

/******************/
.navs-viewer {
    width: 175px;
    height: 100%;
    overflow-y: auto;
    background: #363636;
}
    .navs-viewer::-webkit-scrollbar {
        width: 6px; 
        height: 1px;
    }

    .navs-viewer::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #888;
    }

    .navs-viewer::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
        background: #ededed;
        border-radius: 10px;
    }


ul.list-groups {
    padding: 20px 12px;
    padding-right: 0px;
}
    ul.list-groups > li {
        margin-bottom: 10px;
    }
ul.list-groups h4 {
    color: #f4ddaa;
    margin: 0;
    margin-bottom: 10px;
    position: relative;
    line-height: 30px;
    cursor: pointer;
}
    ul.list-groups h4:hover {
        color: #ff9900;
    }
ul.list-group-items {
    padding-left: 15px;
    overflow: hidden;
    transition: 0.5s;
}

    ul.list-group-items > li {
        color: #bdab87;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 10pt;
        padding: 8px 0;
        list-style: decimal;
        cursor: pointer;
    }
    ul.list-group-items > li:hover {
        color: #ff9900;
    }
ul.list-group-items > li.selected {
    color: #fff;
}

ul.list-groups h4 > i {
    width: 13px;
    background: url("images/arrow.png") no-repeat center;
    height: 7px;
    position: absolute;
    right: 5px;
    top: 11px;
    transition: 0.5s;
    transform: rotate(-90deg);
}
ul.list-groups > li.open h4 > i {
    transform: none;
}


/*********************/
.col-right {
    background-color: #f4f4f4;
    border-radius: 5px;
    padding-top: 12px;
}
    .col-right > h3 {
        line-height: 18px;
        border-left: 5px solid #c7000c;
        margin-bottom: 15px;
        padding-left: 10px;
        margin-left: 12px;
    }
ul.list-hots {
    border-top: 1px solid #d0d0d0;
}

ul.list-hots a {
    display: block;
    padding: 13px 12px;
    position: relative;
    padding-left: 50px;
    color: #333;
    font-size: 11pt;
    line-height: 1.5em;
}
    ul.list-hots > li {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #d0d0d0;
    }
ul.list-hots > li.last {
    border-bottom: 0px;
}
ul.list-hots a:hover {
    color: #ff3300;
}
ul.list-hots a > span {
    display: block;
    width: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #61dbbd;
    color: #fff;
    font-size: 12pt;
    border-radius: 4px;
    position: absolute;
    left: 12px;
    top: 12px;
}
    ul.list-hots a > span.hot-1 {
        background-color: #ff3300;
    }
ul.list-hots a > span.hot-2 {
    background-color: #ff9900;
}
ul.list-hots a > span.hot-3 {
    background-color: #99cc00;
}