﻿.float-left {
    float: left;
}
.float-right {
    float: right;
}
.box-comments {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fafafa
}
.top-box-comments {
    margin: 10px
}
.top-box-comments h3, .title-new-comment h3 {
    font-size: 1.25em;
    font-weight: 500
}
.tab-comments {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 0;
}
.tab-comments .row{display:block !important;margin:0;}
.box-view-comments {
    padding: 10px;
    width: 100%
}
.view-comments {
    width: 100%
}

.title-new-comment {
    border-top: 1px solid #ececec;
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.comment-filter.active {
    color: #0092db
}

.comment-filter {
    color: #fff !important;
    background-color: #690;
    display: inline-block;
    margin-right: 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px 15px
}
.view-comments-item {
    padding-top: 10px;
    position: relative
}
.name-member {
    font-size: 1em;
    font-weight: 700;
    line-height: 26px;
    margin-right: 10px;
    color: #68b205
}
.name-member.admin-member:after {
    content: "Quản trị viên";
    font-size: .8em;
    font-weight: 100;
    padding: 2px 5px;
    color: #fff;
    background: #69b00a;
    margin-left: 10px;
    border-radius: 3px
}
.img-member-thumb {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size:0.8em;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin-right: 10px;
    background: #f3f3f3
}
.img-member-thumb img {
    width: 100%
}
.view-comments .last {
    border-bottom: none
}
.view-comments-item-left {
    width: 20%;
    text-align: center
}
.img-memmber-thumb img {
    width: 50px;
    height: 50px
}
.title-view-comments {
    font-weight: 500;
    color: #69b00a
}
.page-comment {
    width: calc(100% - 20px);
    text-align: right;
    margin: 0 15px 5px 0
}
.content-comments {
    margin: 10px 10px 3px 37px;
    color: #333;
    font-size:0.9em;
}
.relate-comment {
    margin-left: 35px
}
.status-comment:after {
    content: "✔";
    border: 1px solid #0092db;
    border-radius: 2px;
    padding: 3px 5px;
    font-size: 12px;
    color: #fff;
    background: #19abe0
}
.status-comment.active:after {
    content: "Đang ẩn";
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    padding: 3px 5px;
    font-size: 12px;
    color: #aaa;
    background: #f5f5f5
}
.time-comment {
    font-size: 0.8em;
    position: absolute;
    display: inline-block;
    color: #999;
    padding: 3px 15px
}
.relate-com-item.like-comment span {
    margin-left: 5px;
    color: #999;
    font-size: .9em
}
.relate-com-item, .relate-com-item ~ label {
    font-size: 0.8em;
    display: inline-block;
    margin-right: 20px;
    color: #0092db;
    line-height: 25px;
    cursor: pointer
}
.review-like {
    color: #0092db
}
.relate-comment label span {
    display: none !important
}
.row.rep-box-comment {
    display: block;
    visibility: hidden
}
.rep-comment:active ~ .rep-box-comment {
    visibility: visible
}
.rep-box-comment {
    background: #fff;
    padding: 10px
}
textarea.txt-reply-comm {
    width: 100%;
    border: 1px solid #eee;
    background: #f5f5f5;
    height: 100px
}
.info-contact-comm {
    line-height: 25px;
    border: 1px solid #eee;
    min-width: 250px;
    text-indent: 8px;
    text-transform: capitalize;
    outline: none
}
.send-comment.btn-send {
    display: inline-block;
    margin-left: -4px;
    border-radius: 0;
    line-height: 25px;
    width: 120px
}
.row.view-comments-item.level-2 {
    background: #fff;
    margin: 5px 0 0 40px;
    padding: 10px;
    border-bottom: 1px solid #f3f3f3
}
.row.view-comments-item.level-3 {
    margin-left: 40px;
    background: #fff;
    padding: 10px 10px 10px 50px
}
.form-input-comment {
    margin: 10px 40px;
}
.form-input-comment .form-item {
    margin-bottom: 10px;
    display: block;
}
.form-input-comment .form-item .form-item-title {
    width: 110px;
    text-align: left;
    padding-right: 10px;
    float: left;
    font-weight: 500;
    line-height: 30px;
}
.form-input-comment .form-item .form-input {
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(253, 253, 253);
    height: 30px;
    color: rgb(102, 102, 102);
    outline: none;
    text-indent: 10px;
    border-radius: 2px;
}
.form-input-comment .form-item .form-input-note {
    border: 1px solid rgb(227, 227, 227);
    border-radius: 3px;
    width: 100%;
    height: 50px;
}
.form-input-comment .checkout-finish {
    clear: both;
    margin: 20px 0px 0px;
    display: block;
    text-align: left;
}
.form-input-comment .checkout-finish .checkout-submit {
    background: rgb(25, 171, 224);
    border: 1px solid rgb(25, 171, 224);
    padding: 8px 18px;
    color: rgb(255, 255, 255);
    font-size: 1.2em;
    cursor: pointer;
}