/**
 * @author prestastore.ir
 * @copyright prestastore.ir
 * @team DMT - Development Team
 * @link www.prestastore.ir
 * @link www.prestatool.com
 **/

/********** general **********/
#comments {}
#comments .comment_count {
    background-color: #f24646;
    border-radius: 4px;
    color: #ffffff;
    float: left;
    font-size: 16px;
    height: 32px;
    min-width: 32px;
    line-height: 16px;
    padding: 10px;
    margin-top: 11px;
    text-align: center;
}
/********** rating **********/
#dmtc_rate_cont {
    float: left;
}
#dmtc_rate_cont .comments_note {
    display: block;
    text-align: center;
}
#dmtc_rate_cont .count_rate {
    display: block;
    text-align: center;
    font-size: 11px;
    font-family: tahoma;
}
/********** comment list **********/
#dmtc_comm_cont {
    margin: 0 0 20px;
    padding: 0 20px;
}
#dmtc_comm_cont .comment_list {}
#dmtc_comm_cont ul {
    margin: 0;
}
#dmtc_comm_cont ul li {
    margin: 0 0 20px;
}
#dmtc_comm_cont .header {
    margin: 0 0 5px 0;
}
#dmtc_comm_cont .name {
    float: right;
    padding-right: 40px;
    position: relative;
}
#dmtc_comm_cont .name::before {
    content: "\e853";
    font-size: 22px;
    font-family: "FontG";
    display: block;
    width: 30px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 48px;
}
#dmtc_comm_cont .date {
    font-size: 10px;
}
#dmtc_comm_cont .vote {
    float: left;
}
#dmtc_comm_cont .vote a {
    border-radius: 15px;
    color: #ffffff;
    cursor: pointer;
    float: left;
    display: block;
    height: 30px;
    line-height: 18px;
    margin-left: 4px;
    padding: 0 30px 0 10px;
    position: relative;
    text-decoration: none;
}
#dmtc_comm_cont .vote a::before {
    content: "";
    font-size: 14px;
    font-family: "FontG", "FontAwesome";
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    position: absolute;
    top: 0;
    right: 0;
}
#dmtc_comm_cont a.like {
    background-color: #26a771;
    
}
#dmtc_comm_cont a.dislike {
    background-color: #f24646;
}
#dmtc_comm_cont a.like::before {
    content: "\f087";
}
#dmtc_comm_cont a.dislike::before {
    content: "\f088";
}
#dmtc_comm_cont a.like .count,
#dmtc_comm_cont a.dislike .count {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
}
#dmtc_comm_cont .text {
    color: #969ba8;
    margin: 20px 40px 20px 20px;
}
#dmtc_comm_cont .comment_cont {}
#dmtc_comm_cont .comment {
    line-height: 24px;
    padding: 10px 0;
    text-align: justify;
}
#dmtc_comm_cont .comment.child {;
        margin: -10px 20px 0 0;
    background-color: #f5f5f5;
    padding: 10px 0 0 0;
}
#dmtc_comm_cont .reply_title {
    color: rgba(217, 37, 37, 1);
    display: block;
}
#dmtc_comm_cont .reply_comment {
    background-color: #f5f5f5;
    border-bottom: 1px dashed #e1e8ed;
    line-height: 24px;
    margin: -10px 20px 10px 0;
    padding: 0 15px 6px 0;
    text-align: justify;
}
#dmtc_comm_cont .footer {
    border-bottom: 1px solid #e1e8ed;
    height: 16px;
}
#dmtc_comm_cont .reply_button {
    background-color: #ffffff;
    border: 1px solid #e1e8ed;
    cursor: pointer;
    color: #0084b4;
    font-size: 12px;
    float: left;
    margin-left: 4px;
    text-decoration: none;
    width: 100px;
    height: 30px;
    line-height: 24px;
    text-align: center;
    border-radius: 15px;
    transition: all 0.5s ease 0s;
}
#dmtc_comm_cont .reply_button:hover {
    background-color: #0084b4;
    border: 1px solid #0084b4;
    color: #ffffff;
}
#dmtc_comm_cont .no_comment {}
/********** comment form **********/
#dmtc_form_cont .title {
    background: #F6F6F6 none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    display: block;
    font-size: 17px;
    margin: -5px -21px 15px;
    padding: 10px 20px;
    text-align: center;
}
#dmtc_form_cont #comment_form_response {
    display: none;
    margin: 0 0 15px;
    padding: 0 10px;
}
#dmtc_form_cont #comment_form_response ol {
    line-height: 24px;
    list-style: inside none normal;
}
#dmtc_form_cont #comment_form_response ol li {}
#dmtc_form_cont #comment_form_response.failed {
    color: #990000;
}
#dmtc_form_cont #comment_form_response.failed ol {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    border-radius: 2px;
    color: #a94442;
    padding: 10px;
}
#dmtc_form_cont #comment_form_response.success {
    color: #88a61b;
}
#dmtc_form_cont #comment_form_response.success ol {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    border-radius: 2px;
    color: #3c763d;
    padding: 10px;
}
#dmtc_form_cont #comment_form {}
#dmtc_form_cont .form-group {margin: 0 0 10px 0;}
#dmtc_form_cont .form-group:last-child {margin: 0}
#dmtc_form_cont label {
    line-height: 30px;
    margin: 0 0 5px;
    text-align: left;
}
#dmtc_form_cont input {
    background-color: #f4f4f4;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    box-shadow: 2px 2px 3px 0px #ebebeb inset;
    font-family: tahoma;
    font-size: 13px;
    height: 30px;
    margin: 0 0 5px;
    transition: all 0.5s ease 0s;
}
#dmtc_form_cont input#email {
    direction: ltr;
}
#dmtc_form_cont .replay_name {
    display: none;
}
#dmtc_form_cont .remove_replay {
    background: rgba(0, 0, 0, 0) url("../../img/remove-replay-icon.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    float: right;
    height: 30px;
    margin: 0 -30px 0 0;
    position: relative;
    width: 30px;
    z-index: 2;
}
#dmtc_form_cont textarea {
    background-color: #f4f4f4;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    box-shadow: 2px 2px 3px 0px #ebebeb inset;
    font-family: tahoma;
    font-size: 13px;
    line-height: 26px;
    margin: 0 0 5px;
    padding: 15px;
    outline: none;
    transition: all 0.5s ease 0s;
}
#dmtc_form_cont input:focus,
#dmtc_form_cont textarea:focus {
    box-shadow: 0 0 3px 2px #ebebeb inset;
}
#dmtc_form_cont .required {
    color: #990000;
    display: block;
    float: right;
    text-align: center;
    line-height: 20px;
}
#dmtc_form_cont .required::before {
    content: "\e838";
    font-size: 8px;
    font-family: "FontG";
    display: block;
    width: 20px;
    height: 20px;
}
#dmtc_form_cont .comment_send_cont {
    padding: 0;
}
#dmtc_form_cont .comment_send {
    background-color: #3ba411;
    border: medium none;
    border-radius: 2px;
    box-shadow: none;
    color: #ffffff;
    font-family: yekan;
    float: right;
    display: block;
    width: 120px;
    height: 40px;
    margin-bottom: 0;
    padding: 0 0 4px 40px;
    position: relative;
}
#dmtc_form_cont .comment_send::before {
    content: "\e314";
    border-right: 1px solid #2b9201;
    display: block;
    font-size: 24px;
    font-family: "FontG";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    text-align: center;
}
#dmtc_form_cont .comment_form_loading {
    background: rgba(0, 0, 0, 0) url("../../img/loading.gif") no-repeat scroll right center;
    float: right;
    margin: 10px 2px 0 0;
    padding: 6px 26px 6px 5px;
}