/* Comments */
.comments {

}

.comments .panel {
}

.comments .comments-list {
    list-style: none;
    padding: 0;
}

.comments .comment-author-avatar {
    float: left;
    width: 75px;
    margin: 0 15px 15px 0;
}

.comments .comment-details {
    padding-left: 0;
}

.comments .comment-content {
    padding: 5px;
}

.comments .comment-date {
    font-size: 12px;
    color: #979797;
    font-style: italic;
    font-weight: normal;
}

.comments .comment-author-name {
    font-weight: bold;
    font-size: 14px;
    /*min-height: 75px;*/
    margin: 0 0 20px 0;
}

.comments .comment-author-name .text-muted {
    font-weight: 400;
    font-size: 12px;
    margin: 0 0 8px;
}

/* Apply on 2nd level comments list */
.comments-list .children {
    padding-left: 15px;
    margin: -10px 0 0 0;
}

.comments-list .children .children {
    background: #fff;
    padding-bottom: 10px;
}

.comments-list .children .children .panel {
    background: #eee;
    margin-right: 20px;
}

.comments-list .children li.comment {
    margin: -20px 0 0 0;
}

.comments-list .comment {
    position: relative;
    margin: 0;
    border: 0;
}

.comments-list > .comment {
    box-shadow: 0 10px 15px rgba(0, 0, 0, .05);
}

.comments .comment-author-avatar img {
    border: none;
    border-radius: 50%;
}

.comments ul,
.comments ol {
    list-style-type: none;
}

.title-block .title-separator {
    background: url("../images/title-pattern.png");
    height: 5px;
    overflow: hidden;
    margin-top: 8px;
}

.title-block .h3-body-title {
    float: left;
    margin: 0 20px 20px 0;
}

.comment-action-buttons {
    float: right;
}

.comment-action-buttons a {
    font-weight: normal;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.63);
    padding: 5px;
}

.comment-action-buttons a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.63);
}

.comment-action-buttons a:focus {
    outline: none;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.63);
}

.comment-box {
    margin-top: 15px;
}

.comment-box textarea {
    background: #fdfdfd;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 5px 6px 4px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #c1c1c1;
    font-size: 13px;
    color: #333;
    line-height: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: auto;
    border-radius: 0;
}

#cancel-reply {
    display: none;
    color: #008cc9;
}

#cancel-reply:hover {
    text-decoration: none;
    color: #187BA7;
}


.best-comment-btn-wrapper {
    margin-top: 15px;
}

.best-comment-btn .vote-btn {
    border: none;
    width: 100%;
    margin-top: 0;
    background: #f1f1f1;
    padding: 5px;
}

.best-comment-btn .vote-btn:hover {
    border: none;
    background: none;
}

.best-comment-btn .vote-toggle .vote-btn .vote-icon {
    border: none;
    font-size: 3em;
    margin: 0;
    padding: 0;
    color: #c9cbcf;
    width: 100%;
    display: block;
    border-radius: 50%;
}

.best-comment-btn .vote-toggle .vote-btn .vote-icon:hover, .best-comment-btn .vote-toggle.vote-toggle-favorite .vote-btn.vote-active .vote-icon {
    color: #6aab5e;
}

.vote-icon {
    list-style: none;
    word-wrap: break-word;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 1.42857143;
    user-select: none;
    box-sizing: border-box;
    border: none;
    font-size: 3em;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    border-radius: 50%;
    color: #6aab5e;
}

.best-comment-btn-wrapper .comment-earned {
    font-size: 1em;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 15px;
}

.label:empty {
    display: none;
}

.pay-question-popover {
    min-width: 320px;
    top: -50px !important;
}

.comment-form-container .redactor-editor blockquote, .comment-body blockquote {
    background-color: #f6f6f6;
    padding: 15px;
    border-left: 4px solid #add187;
    font-style: normal;
    font-size: 1.1em;
}

.comments .comment-body img {
    display: block;
    max-width: 100%;
    height: auto;
}

.comments .comment-body ol {
    list-style-type: decimal;
    margin-bottom: 10px;
}

.comments .comment-body ul {
    list-style-type: initial;
    margin-bottom: 10px;
}

.comments .vote-count:hover {
    cursor: pointer;
}

@media (max-width: 426px) {
    .comments .comment-content {
        padding: 0;
    }

    .panel {
        margin-right: -15px;
        margin-left: -15px;
    }

    .comments .comment-author-avatar {
        float: left;
        width: 50px;
    }

    .comments .comment-author-avatar img {
        width: 50px !important;
        height: 50px !important;
    }

    .comments .comment-details {
        padding-left: 0;
    }

    .best-comment-btn .vote-toggle .vote-btn .vote-icon {
        font-size: 33px;
        margin-right: -12px;
    }

    .comments .comment-author-name {
        margin-bottom: 10px;
    }
}
