﻿.txt-content-cm {
    border: 1px solid #ccc !important;
    color: #444;
    font-size: 14px;
    height: 73px !important;
    padding: 5px;
    width: 100%;
}
.comment-no-login input {
    border: 1px solid #ccc;
    padding-left: 5px;
    width: 240px;
}
.btn-send-cm {
    background-color: #fd1811;
    color: #fff !important;
    padding: 6px 19px;
}
.cm-send-box-left, .cm-send-box-right {
    clear: both;
    margin-top: 10px;
    width: 100%;
}
.comment-login-hide, .comment-no-login-hide {
    display: none;
    margin-top: 7px;
}

.comment-left-content {
    background-color: #fff;
    width: 100%;
}

.comment-input-content, .comment-face-box {
    margin: 20px 13px 40px 13px;
}

.comment-input-content {
    width: 100%;
    margin: 8px 0;
    float: left;
}

.comment-input-content .img-user {
    /*margin-right: 12px;*/
    width: 9%;
}

.comment-input-content .star-comment {
    width: 93%;
    /*border-bottom: 1px solid #ddd;*/
    padding-top: 13px;
    position: relative;
    display: none;
    padding: 20px;
    border: 1px dashed #6fba54;
}

.star-comment-box {
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.star-comment .star-item-gray {
    height: 20px;
    margin-left: 1px;
    width: 22px;
    display: block;
    background: url('/images/icon-new.png') no-repeat -111px -916px;
}

.star-comment .star-item-yellow {
    height: 20px;
    margin-left: 1px;
    width: 22px;
    display: block;
    background: url('/images/icon-new.png') no-repeat 0 -916px;
}

.comment-input-content .star-cm-title {
    font-size: 15px;
    color: #222;
    margin-right: 10px;
    padding-bottom: 10px;
    margin-top: 4px;
}

.register-ques-box {
    width: 100%;
    padding-top: 6px;
    line-height: 30px;
}

.register-ques-box span {
    font-size: 15px;
    width: 100%;
    float: left;
}

.register-ques-box a {
    padding: 5px 15px;
    background-color: #6fba54;
    color: #fff;
    margin: 0 5px;
}

.register-ques-box a:hover {
    color: #fff;
}

.star-comment i.fa-times {
    position: absolute;
    top: 3px;
    right: 5px;
}

.img-user img {
    width: 48px;
    height: 48px;
}

.comment-input-content input {
    line-height: 13px;
    color: #444;
    border: 1px solid #cbd2d6;
}

.comment-input-info .comment-login {
    width: 50%;
    position: relative;
}

.comment-input-info .comment-login .tooltip-login {
    width: 400px;
    border: 2px solid #8cdc86;
    position: absolute;
    z-index: 50;
    left: 115px;
    /*color: #fff;*/
    padding-left: 10px;
    top: -30px;
    display: none;
    background-color: #8cdc86;
}

.comment-input-info .comment-login .tooltip-login .fa-caret-down {
    position: absolute;
    top: 29px;
    color: #8cdc86;
    font-size: 27px;
}

.comment-no-login span.info-title, .comment-login span.info-title {
    font-size: 12px;
}

.comment-search > span, .comment-search > span > span {
    font-size: 15px;
}

.comment-search > span.fl-left {
    padding-top: 10px;
}

.comment-search span.search-box {
    margin-top: -10px;
}

.divComment {
    display: none;
    width: 100%;
}

.comment-login input {
    width: 240px;
    padding-left: 5px;
}

.btn-send-cm i {
    background-image: url('/images/icon-send-cm.png');
    background-repeat: no-repeat;
    width: 11px;
    height: 10px;
    display: block;
    position: absolute;
    top: 11px;
    right: 10px;
}

.comment-search {
    /*margin-top: 30px;*/
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    position: relative;
}

.comment-search span.onClick-search {
    margin-top: 0px;
    cursor: pointer;
}

.comment-search span.onClick-search, .comment-search input {
    float: right;
}

.delete-search-comment {
    float: left;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 26px;
    cursor: pointer;
}

.delete-search-comment i.fa-times {
    font-size: 15px;
    color: #ccc;
    margin-top: 6px;
    margin-left: 11px;
}

.delete-search-comment i.fa-times:hover {
    color: #999;
}

.search-box {
    width: 24px!important;
    height: 30px!important;
    float: right;
    display: block;
    border-left: none;
    background-color: #ddd!important;
}

.search-box i.fa-search {
    display: block;
    font-size: 18px;
    margin-top: 5px;
    margin-left: 4px;
    color: #7e7777!important;
}



.search-box .fa-search {
    width: 24px!important;
    height: 30px!important;
    background: none!important;
}

.comment-search input {
    width: 272px;
    height: 28px;
    border-right: none;
}

.comment-social {
    margin-top: 5px;
    margin-bottom: 10px;
}

.comment-social .social-icon {
    background-image: url('/images/icon-new.png');
    height: 34px;
    width: 34px;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.facebook-login {
    background-position: -166px -543px;
}

.twitter-login {
    background-position: -84px -543px;
}

.google-login {
    background-position: -125px -543px;
}

.comment-user-login {
    clear: both;
    float: right;
    margin: 20px 5px 20px 0;
}


.comment-login-hide #txtPassword {
    width: 242px;
    padding-left: 5px!important;
}

.tools a {
    color: #15c;
    float: left;
}

.tools a:hover {
    color: #222;
}

.tools .dot {
    background: url('/images/ImageStt.png') -48px -53px no-repeat;
    width: 4px;
    margin: 8px 6px 0 10px;
    height: 4px;
    display: block;
    float: left;
}

.items-cm .content-left {
    width: 8%;
}

.items-cm .content-right .content-main, .items-cm-top1 .content-right .content-main {
    display: block;
    float: left;
    margin: 7px 0;
    line-height: 18px;
    width: 100%;
    line-height: 23px;
}

.content-cm .items-cm {
    float: left;
    width: 722px;
    padding: 0;
    border-top: 1px solid #ddd;
    margin: 0;
    margin-top: 10px;
}

.comment-list .box-reply {
    width: 100%!important;
    margin-top: 10px;
}

.box-reply {
    float: right;
    position: relative;
}

.box-cauhoi, .box-reply {
    position: relative;
    float: left;
}

.comment-list #replyBox {
    width: 92%!important;
    background-color: #f1f1f1;
    float: right;
}

.comment-list .reply-cm {
    width: 92%!important;
}

.reply-cm {
    float: right;
    background: #f7f7f7;
    margin-top: 1px;
}

.comment-list .reply-cm .reply-right {
    width: 98%;
    padding: 10px 0!important;
}

.reply-cm .reply-right {
    float: right;
}

.comment-list .content-cm .items-cm img.reply-img {
    margin: 10px 3px 0 5px;
}


.comment-list {
    width: 100%;
}

.comment-list .content-cm {
    width: 100%;
}

.comment-list .content-cm .items-cm img {
    margin-right: 3px;
}

.comment-list .content-cm .items-cm-top1 {
    width: 100%!important;
    border: none;
}

.items-cm-top1 #replyBox {
    display: none;
}

.comment-list .content-cm .items-cm {
    width: 100%!important;
    border: none;
}

.comment-list .items-cm .content-right, .comment-list .items-cm-top1 .content-right {
    width: 92%;
    float: left;
}

.comment-list .items-cm .content-right .tools {
    width: 100%!important;
}

.comment-list .area-reply {
    width: 100%!important;
    /*background-color: #f1f1f1;*/
}

.comment-list .reply-cm {
    width: 92%!important;
}

.replyTop1 {
    width: 92%;
    float: right;
}

.comment-list .reply-cm .fa-plus-square {
    font-size: 13px;
    color: #cccccc;
    padding-left: 10px;
}

.comment-list .box-reply {
    width: 100%!important;
    margin-top: 10px;
}

.comment-list .content-cm .items-cm img.reply-img {
    margin-left: 5px;
    max-width: 45px;
    max-height: 44px;
}

.comment-list #replyBox {
    width: 92%!important;
    background-color: #f1f1f1;
    float: right;
}

.comment-list #replyBox .img-user img {
    width: 45px;
    height: 45px;
    margin-left: 3px;
}

.comment-list .reply-cm .bg-nx {
    width: 100%!important;
}

.comment-list .paging-promo-comment {
    width: 100%!important;
}

.comment-input-content .img-user {
    width: 9%;
    float: left;
}

.comment-list .reply-cm .reply-content-full {
    display: none;
    float: left;
    margin: 7px 0;
    line-height: 18px;
    width: 100%;
}


.pagging {
    clear: both;
    margin-top: 15px;
    padding-bottom: 10px;
    height: 24px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.pagging li {
    display: inline;
    padding: 7px 12px;
    cursor: pointer;
    background: #eee;
    border-radius: 5px;
    margin-left: 5px;
}

.pagging li:hover {
    background-color: #ccc;
}

.pagging .active {
    background-color: #ccc;
}

.hideEmail {
    display: none;
}
.cm-view-more-reply {
    background-image: url('/images/icon-new.png');
    background-repeat: no-repeat;
    background-position: -228px -37px;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 5px;
}

.cm-view-more-reply:hover {
    background-position: -216px -37px;
}items-cm

.cm-view-less-reply {
    background-image: url('/images/icon-new.png');
    background-repeat: no-repeat;
    background-position: -228px -63px;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 5px;
}

.cm-view-less-reply:hover {
    background-position: -216px -63px;
}

.total-comment {
    padding: 0 5px;
}

.fl-left{ float: left;}

.reply-content {
    line-height: 30px;
}
.display-none {
    display: none!important;
}
.display-block {
    display: inline!important;
}
.bmore {
    font-size: 14px;
    background: rgb(238, 238, 238);
    padding: 0px 5px;
    line-height: 15px;
    cursor: pointer;
}