.wrap_comment {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0px;
    margin-top: 25px;
}
.wrap_comment .txtEditor{
    display: block;
    overflow: hidden;
    width: 100%;
    background: #fff;
    min-height: 100px !important;
    border-radius: 4px;
    border: 0;    padding: 10px 1.5%;
    font-size: 14px;
    color: #333;
    outline: none;
}
.wrap_comment .txtEditor.borderEditor{
    border: 1px solid #dadada;
    margin-top: 10px;
}
.wrap_comment .tltCmt{
    margin: 0px 0 20px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
}
.wrap_comment .listcomment {
    display: block;
    overflow: visible;
    background: #fff;    
}
.wrap_comment .listcomment li {
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.wrap_comment .rowuser{
    font-size: 16px;
    color: #333;
}
.wrap_comment .rowuser span.logo {
    background: #ddd;
    padding: 3px 7px;
}
.wrap_comment .rowuser span.logoimg img {
    width: 20px;
    height: 20px;
    border-radius: 100%;
}
.wrap_comment .rowuser span {
    font-weight: bold;
    margin-bottom: 2px;
    margin-right: 5px;
    display: inline-block;
}
.wrap_comment .rowuser span .qtv {
    color: #fff;
    padding: 1px 7px 1px;
    margin-left: 10px;
    font-size: 12px;
    border-radius: 3px;
}
.wrap_comment .question {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 5px 0px 0px 0px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.wrap_comment .imgCmt{
    margin-top: 10px;
}
.wrap_comment .actionuser {
    display: block;
    position: relative;
    margin: 10px 0px 0 0;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.wrap_comment .actionuser .respondent {
    padding: 5px 10px 0 0;
    color: #288ad9;
}
.wrap_comment .actionuser .time {
    padding: 5px 0;
    font-size: 13px;
    color: #999;
    position: relative;
}
.wrap_comment .actionuser .time:before {
    content: '-';
    color: #999;
    font-size: 14px;
    margin-right: 5px;
}
.wrap_comment .listreply {
    display: block;
    position: relative;
    margin: 5px 0 10px 0;
    padding: 10px 15px 0 12px;
    clear: both;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    background: #f8f8f8;
    border: 1px solid #dfdfdf;
}
.listreply:after, .listreply:before {
    top: -20px;
    left: 18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.listreply:before {
    border-color: rgba(238,238,238,0);
    border-bottom-color: #f8f8f8;
    border-width: 11px;
    margin-left: -11px;
    z-index: 1;
}
.listreply:after {
    border-color: rgba(255,255,255,0);
    border-bottom-color: #dfdfdf;
    border-width: 10px;
    margin-left: -10px;
}
.wrap_comment .reply {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    padding-bottom: 6px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}
.wrap_comment .reply:last-child {
    border: none;
    margin: 0;
}
.wrap_comment .hide {
    display: none !important;
}
.wrap_comment .listcomment li .inputreply {
    display: block;
    margin: 10px 0 0 0;
    position: relative;
}
.wrap_comment .reply .rowuser {
    margin-bottom: 2px;
}
.wrap_comment .reply .cont {
    display: block;
    overflow: hidden;
    margin: 0;
    clear: both;
}
.wrap_comment .question img {
    display: block;
    height: auto;
    width: auto;
    max-width: 100%;
    background: none;
    max-height: 500px;
}
.wrap_comment .listcomment .imgCmt img {
    max-height: 150px;
    margin-right: 8px;
    display: inline-block !important;
    cursor: pointer;
}
.wrap_comment .fullcomment {
    display: block;
    margin: 0px 0 8px 0px;
    font-size: 15px;
    color: #4a90e2;
    cursor: pointer;
}
.wrap_comment .actionuser .fa{
    margin: 0 5px 0 3px;
    font-size: 15px;
}
.wrap_comment .actionuser .favor {
    padding: 5px 5px 0 0;
    font-size: 14px;
    color: #288ad9;
}
.wrap_comment .actionuser .favor:before {
    content: '-';
    color: #999;
    font-size: 14px;
    margin-right: 5px;
}
.wrap_comment .midcmt {
    overflow: hidden;
}
.wrap_comment .totalcomment {
    float: left;
    padding: 20px 0 0 0;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    font-weight: bold;
    text-transform: capitalize;
}
.wrap_comment .s_comment {
    float: right;
    padding: 10px 0;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    position: relative;
}
.wrap_comment .s_comment {
    padding: 10px 0 0 0;
}
.wrap_comment .s_comment input {
    float: left;
    position: relative;
    padding: 10px 8px 10px 35px;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 14px;
    color: #999;
    width: 240px;
    height: 36px;
    box-sizing:border-box;
}
.wrap_comment .s_comment form i {
    position: absolute;
    top: 19px;
    font-size: 18px;
    left: 10px;
    width: 20px;
    height: 20px;
    color: #999;
    cursor: pointer;
}
.wrap_comment .fts_comment {
    display: block;
    float: left;
    padding: 15px 0 0;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    width: 100%;
}
.wrap_comment .fts_comment .c_lbl {
    margin-right: 15px;
}
.wrap_comment .fts_comment .c_ods {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
}
.wrap_comment .fts_comment .c_ods {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
}
[class^="minimal-blue-radio-"], [class*="minimal-blue-radio-"] {
    background-image: url(../images/blue.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    width: 18px;
    line-height: 30px;
    vertical-align: middle;
    background-position: -100px 0px;
}
.wrap_comment .fts_comment span i {
    vertical-align: text-bottom;
    margin-right: 5px;
    font-size: 20px;
    color: #c2c2c2;
    position: relative;
    top: 0px;
}
.wrap_comment .fts_comment span i.minimal-blue-radio-check{
    background-position: -140px 0px;
}
.boxemotion {
    overflow: visible;
    position: relative;
    border-top: 1px solid #dadada;
}
.motionsend {
    display: block;
    overflow: hidden;
    padding: 5px;
}
.motionsend a {
    padding: 0 12px 0 5px;
    height: 20px;
    color: #4a90e2;
    font-size: 14px;
    border-right: 1px solid #dadada;
    display: inline-block;
    line-height: 20px;
}
.wrap_comment .fa-camera {
    width: 18px;
    height: 16px;
    margin-right: 5px;
    font-size: 17px;
    position: relative;
    top: 1px;
}
.wrap_comment .qd {
    border: none;
    color: #4a90e2;
    padding-top: 6px;
    box-sizing: border-box;
    height: 30px;
    display: inline-block;
}
.wrap_comment .resImg {
    display: block;
    position: relative;
    margin: 0px;
    width: 100%;
}
.wrap_comment .resImg li {
    float: left;
    margin: 20px 20px 10px 0px;
    position: relative;
}
.wrap_comment .resImg img {
    max-width: 150px;
}
.wrap_comment .resImg i {
    border: solid 1px #4d4d4d;
    background: #4d4d4d;
    height: 25px;
    width: 25px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-top: 3px;
    padding-left: 1px;
    cursor: pointer;
    font-style: normal;
    box-sizing: border-box;
    right: -10px;
    top: -10px;
    line-height: 1;
}
.wrap_comment ul, .wrap_comment ol {
    list-style: none;
}
.wrap_comment .ifrl {
    margin: 10px 0;
    color: #333;
}
.wrap_comment .ifrl a {
    color: #288ad6;
}
.cmt_right {
    float: right;
}
.motionsend button, .motionsend a.btnSend {
    padding: 5px 25px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #288ad6;
    border-radius: 4px;
    background: #288ad6;
    margin: 0;
}
.edtCmt {
    border-radius: 4px;
    border: 1px solid #dadada;
}
.boxemotion {
    overflow: visible;
    position: relative;
}
.edtCmt textarea {
    width: 100%;
    border: none;
    border-radius: 4px 4px 0 0;
    padding: 10px;
    box-sizing: border-box;
    line-height: 20px;
    position: relative;
    z-index: 1;
}
#load_comment .empty_data{
    font-size: 16px;
}
.clear:after, .clear:before {
    content: "";
    display: table;
    clear: both;
}
.register_package .form-group {
    position: relative;
}
.form-group {
    margin-bottom: 5px;
}
.fCommentReply input{
    border-radius: 5px;
}
.fCommentReply label{
    margin-bottom: 2px;
}
.error{
    color: red;
}
.listcomment{
    margin: 0;
    padding: 0;
}