﻿.media {
    border-bottom: 1px solid #ecebeb;
    margin-bottom: -1px;
}

.user-comment-title {
    padding: 10px 0 5px 10px;
}

.reply-cm {
    margin: 10px 0 0 8.5%;
}

.chats li.in .message .reply-arrow .arrow {
    top: 18px;
    border-right: 8px solid #4B8DF8;
}

.comment-scc {
    overflow: hidden;
    margin-top: 5px;
}

    .comment-scc ul li {
        float: left;
        margin: 0;
        padding-right: 15px;
    }

        .comment-scc ul li a {
            color: #999999;
        }

        .comment-scc ul li:first-child {
            list-style: none;
        }

.comment-scr {
    max-height: 525px;
    overflow: auto;
    width: auto;
}

    .comment-scr.slimScrollDiv {
        overflow: inherit !important;
    }

        .comment-scr.slimScrollDiv .slimScrollBar {
            border-radius: 2px !important;
            opacity: 0.8 !important;
        }

.margin-top-0 {
    margin-top: 0 !important;
}

.border-none {
    border: none;
}

/*.modal-backdrop.fade.in {
    z-index: 0 !important;
}*/

.li-child {
    margin-left: 67px !important;
}