/**
 * @author DMT - Development Team
 * @copyright DMT - Development Team
 * @copyright PrestaStore.ir
 * @link PrestaStore.ir
 */

/**---------- comment list ----------**/
#dmtb_comm_cont {
    margin-bottom: 20px;
}
#dmtb_comm_cont .comment_title {
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    color: #82858e;
    display: block;
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 15px;
    padding: 10px 10px 13px 10px;
}
#dmtb_comm_cont .comment_count {
    float: left;
    font-size: 12px;
}
#dmtb_comm_cont .comment_list {}
#dmtb_comm_cont ul {
    margin: 0;
}
#dmtb_comm_cont ul li {
    margin: 0 0 20px;
}
#dmtb_comm_cont .header {
    margin: 0 0 5px 0;
}
#dmtb_comm_cont .avatar {
    border: 1px solid #d8d8d8;
    border-radius: 26px;
    display: block;
    float: right;
    height: 50px;
    margin-left: 10px;
    overflow: hidden;
    width: 50px;
}
#dmtb_comm_cont .avatar:before {
    content: "\f007";
    color: #d8d8d8;
    font-size: 45px;
    font-family: "FontAwesome";
    float: right;
    margin: 20px 6px 0 0;
}
#dmtb_comm_cont .info {
    float: right;
}
#dmtb_comm_cont .name_label {
    color: #0E3D59;
    margin: 0 0 0 5px;
    float: right;
}
#dmtb_comm_cont .name {
    color: #7f7f7f;
    display: block;
    font-size: 13px;
}
#dmtb_comm_cont .date {
    display: block;
    color: #b8b8b8;
    font-size: 10px;
    font-style: italic;
}
#dmtb_comm_cont .vote {
    float: left;
}
#dmtb_comm_cont .like,
#dmtb_comm_cont .dislike {
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-family: tahoma;
    font-size: 11px;
    height: 32px;
    line-height: 28px;
    margin-left: 5px;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}
#dmtb_comm_cont .like {
    background-color: #3fb384;
}
#dmtb_comm_cont .like:before {
    content: "\f087";
    font-size: 12px;
    font-family: "FontAwesome";
    float: right;
    margin-left: 6px;
}
#dmtb_comm_cont .dislike {
    background-color: #e07058;
}
#dmtb_comm_cont .dislike:before {
    content: "\f088";
    font-size: 12px;
    font-family: "FontAwesome";
    float: right;
    margin-left: 6px;
}
#dmtb_comm_cont .comment_cont {
    
}
#dmtb_comm_cont .comment {
    line-height: 24px;
    padding: 0 15px 4px 0;
    text-align: justify;
}
#dmtb_comm_cont .comment_content {
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    margin: 14px 0 10px 0;
    padding: 10px;
    position: relative;
}
#dmtb_comm_cont .comment_content .arrow_up {
    border: 8px solid transparent;
    border-bottom: 8px solid #d8d8d8;
    content: "";
    height: 0;
    right: 16px;
    top: -16px;
    position: absolute;
    width: 0;
}
#dmtb_comm_cont .comment_content .arrow_up:before {
    border: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    content: "";
    height: 0;
    right: -8px;
    top: -7px;
    position: absolute;
    width: 0;
}
#dmtb_comm_cont .comment.child {
    margin: 0 40px 0 0;
}
#dmtb_comm_cont .admin_replay {
    margin-right: 40px;
}
#dmtb_comm_cont .reply_title {
    color: #e07058;
    float: right;
    margin-top: 12px;
}
#dmtb_comm_cont .reply_comment {
    border: 1px solid #e07058;
    border-radius: 3px;
    line-height: 24px;
    margin: 14px 0 10px 0;
    padding: 10px;
    text-align: justify;
    position: relative;
}
#dmtb_comm_cont .reply_comment .arrow_up {
    border: 8px solid transparent;
    border-bottom: 8px solid #e07058;
    content: "";
    height: 0;
    right: 16px;
    top: -16px;
    position: absolute;
    width: 0;
}
#dmtb_comm_cont .reply_comment .arrow_up:before {
    border: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    content: "";
    height: 0;
    right: -8px;
    top: -7px;
    position: absolute;
    width: 0;
}
#dmtb_comm_cont .footer {}
#dmtb_comm_cont .reply_btn {
    background-color: #ebeff0;
    border-radius: 3px;
    cursor: pointer;
    float: left;
    font-size: 12px;
    padding: 4px 14px 5px;
}
#dmtb_comm_cont .no_comment {
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    color: #82858e;
    display: block;
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 15px;
    padding: 10px 10px 13px 10px;
}
/**---------- comment form ----------**/
#dmtb_form_cont {}
#dmtb_form_cont .title {
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    color: #82858e;
    display: block;
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 15px;
    padding: 10px 10px 13px 10px;
}
#dmtb_form_cont #comment_form_response {
    display: none;
    margin: 0 0 15px;
    padding: 0 10px;
}
#dmtb_form_cont #comment_form_response ol {
    line-height: 24px;
    list-style: inside none normal;
}
#dmtb_form_cont #comment_form_response ol li {}
#dmtb_form_cont #comment_form_response.failed {
    color: #990000;
}
#dmtb_form_cont #comment_form_response.success {
    color: #88a61b;
}
#dmtb_form_cont #comment_form {
    
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    color: #82858e;
    display: block;
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 15px;
    padding: 10px 10px 13px 10px;
}
#dmtb_form_cont .form-group {margin: 0 0 10px 0;}
#dmtb_form_cont .form-group:last-child {margin: 0}
#dmtb_form_cont label {
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 5px;
    text-align: left;
}
#dmtb_form_cont input {
    border: medium none;
    border-bottom: 1px solid #e5e5e5;
    height: 30px;
    margin: 0 0 5px;
    transition: all 0.5s ease 0s;
}
#dmtb_form_cont input:focus {
    outline: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #ff8645;
}
#dmtb_form_cont input#email {
    direction: ltr;
}
#dmtb_form_cont textarea {
    border: medium none;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    line-height: 26px;
    margin: 0 0 5px;
    padding: 15px;
    transition: all 0.5s ease 0s;
}
#dmtb_form_cont textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #ff8645;
    border-right: 1px solid #ff8645;
}
#dmtb_form_cont .required {
    color: #990000;
    float: right;
    padding: 0 10px;
}
#dmtb_form_cont .comment_send_cont {
    padding: 0;
}
#dmtb_form_cont .comment_send {
        background-color: #ff8645;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    float: right;
    padding: 6px 20px 8px;
    height: auto;
}
#dmtb_form_cont .comment_send:hover {
    background-color: #da6b30;
}
#dmtb_form_cont .comment_form_loading {
    background: rgba(0, 0, 0, 0) url("../../img/loading.gif") no-repeat scroll right center;
    float: right;
    margin: 0 10px 0 0;
    padding: 6px 26px 6px 5px;
}
@media (max-width: 1169px) {
    #dmtb_form_cont label {
        text-align: right;
    }
}
#dmtb_form_cont .reply_name {
    display: none;
}
#dmtb_form_cont .remove_reply {
    background: rgba(0, 0, 0, 0) url("../../img/remove-reply-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;
}