.ui-commentbox-container{
    width: 100%;
    padding: 17px 0;
    overflow: hidden;
    border-bottom:1px solid #e6e6e6;
}
.ui-commentbox-container:nth-child(2n + 1){
    background: #f7f7f7
}

.ui-commentbox-avatar-container{
    width: 100%;
    max-width: 100%;
}

.ui-commentbox-container .name{
    color:#2573b7;
    font-weight: 500;
    text-transform: capitalize
}
.ui-commentbox-container .date{
    position: relative;
    padding-left: 20px;
    float:right;
    opacity: 0.5;
    font-size: 13px;
}
.ui-commentbox-container .date:after{
    content: "\e61a";
    position: absolute;
    left:0;
    top:0px;
    font-family: icons
}

.ui-commentbox-avatar-container .change{
    background: #282828;
    color:#fff;
    padding: 5px;
    text-align: center;
    cursor: pointer
}

.ui-commentbox-header{
    margin-bottom:15px;
}
.ui-commentbox-answer{
    position: relative;
    padding-left: 20px;
}
.ui-commentbox-answer:after{
    content: "\e62d";
    position: absolute;
    left:0;
    top:0px;
    font-family: icons
}

.ui-commentbox-header-c1{
    width: 100%;
    overflow: hidden;
    margin-bottom:5px;
}
.ui-commentbox-header-c1 .name,
.ui-commentbox-header-c1 .ui-commentbox-rate{
    float:left;
}
.ui-commentbox-header-c1 .ui-commentbox-rate{
    margin-left: 10px;
}
.ui-commentbox-comment{
    margin-bottom:10px;
}
.ui-commentbox-template {
    display: none;
}

.ui-commentbox-addnew{
    margin-bottom:30px;
}
.ui-commentbox-addnew input,
.ui-commentbox-addnew textarea{
    margin-bottom:10px;
    overflow: hidden;
}
.ui-commentbox-addnew .ui-commentbox-name{
    width: 100%
}

.helper_comments input[type=text],
.helper_comments textarea{
    padding: 10px;
    border:1px solid #ccc;
    color:#949494
}
.helper_comments textarea{
    width: 100%;
}
.helper_comments .btn-primary{
    padding: 12px 30px
}
.ui-commentbox-rate-header,
.helper_comments input[type=text],
.helper_comments textarea{
    color:#949494
}
.ui-commentbox-rate-header{
    margin-bottom: 1px;
}

.ui-commentbox-line{
    background: #d2d2d2;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.ui-commentbox-line,
.ui-commentbox-line:after{
    height: 3px;
}
.ui-commentbox-line:after{
    background: #4086c3;
    position: absolute;
    width: 20%;
    top:0;
    left:0;
    content: " "
}

.ui-commentbox-container .ui-commentbox-addnew{
    margin-top:10px;
    padding-top: 10px;
    background: #eee;
    margin-bottom: 0;
}
.ui-commentbox-edit{
    display: none !important
}

/*rev page*/
.comment-container{
    margin: 25px auto;
    border:1px solid #ccc;
    overflow: hidden;
}
.comment-container .head{
    padding-bottom: 20px;
    overflow: hidden;
}
.comment-container .avatar-container .avatar{
    max-width: 90px;
    max-height: 90px;
}

.comment-container .name-container{
    float: left;
    width: calc(100%-120px);
}
.comment-container .head .name {
    font-weight: bold;
}

.comment-container .avatar-container{
    float: left;
    width: 120px;
}

.comment-container section{
    background: #f5f5f5;
    padding: 50px;
    margin-left: -50px;
    width: calc(100% + 100px);
}

.comment-container footer{
    padding: 50px;
    margin-left: -50px;
    text-align: left;
    padding: 50px 50px 0 50px;
    width: calc(100% + 100px);
}
