/**
 * @author prestastore.ir
 * @copyright prestastore.ir
 * @team DMT - Development Team
 * @link www.prestastore.ir
 * @link www.prestatool.com
 **/

/**---------- comment list ----------**/
#dmtb_comm_cont {
list-style:none;
	padding:20px 0px;
}
#dmtb_comm_cont .comment_count {

display:inline-block;
margin-right:10px;

}
#dmtb_comm_cont .comment_title {
display:block
}
#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;
	border-bottom: 1px solid #eee;
}
#dmtb_comm_cont .name_label {
    color: #0E3D59;
    margin: 0 0 0 5px;
    float: right;
}
#dmtb_comm_cont .name {
padding-left:10px;
    float: right;

}
.admin_replay .header{display:none !important}
#dmtb_comm_cont .date {
 
    margin: 0 5px 0 0;
}
#dmtb_comm_cont .vote {
    float: left;
	display:none
}
#dmtb_comm_cont .like,
#dmtb_comm_cont .dislike {
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    line-height: normal;
    padding: 2px 26px 0 4px;
    text-decoration: none;
}
#dmtb_comm_cont .like {
    background: #88A61B url("../../img/like-dislike-icon.png") no-repeat scroll right 0;
}
#dmtb_comm_cont .dislike {
    background: #D92525 url("../../img/like-dislike-icon.png") no-repeat scroll right -22px;
}

#dmtb_comm_cont .comment {
    line-height: 24px;
    padding: 0;
    text-align: justify;
}
#dmtb_comm_cont .comment_content {
    margin: 0 0 10px 0;
}
#dmtb_comm_cont .comment.child {
    border-right: 2px solid rgba(14, 61, 89, 0.4);
    margin: 0 20px 0 0;
}
#dmtb_comm_cont .reply_title {
    color: rgba(0, 0, 0, 0.8);
    display: block;
}
#dmtb_comm_cont .reply_comment {
margin-right: 40px;
border: 1px solid #c3e6cb;
border-radius: 3px;
position: relative;
background-color: #d4edda;
color: #155724;
margin-bottom: 25px;
clear: both;
padding:10px;
    line-height: 24px;
    text-align: justify;
}


#dmtb_comm_cont .reply_comment:before {

    position: absolute;
    top: -20px;
    right: -40px;
    content: "";
    width: 40px;
    height: 40px;
    border-right: 1px solid #9bc8a5;
    border-bottom: 1px solid #9bc8a5;

}
#dmtb_comm_cont .footer {clear:both;margin-bottom:20px}
#dmtb_comm_cont .reply_btn {
    cursor: pointer;
    float: right;
}
#dmtb_comm_cont .no_comment {
    clear: both;
}
/**---------- comment form ----------**/

#dmtb_form_cont .title {
    border-bottom: 1px solid #eee;
    display: block;
    font-size: 17px;
    padding: 10px 0px;
	margin-bottom:20px;
  
}
#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 {}
#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 {
color: #555555;
background-color: #fffbf1;
background-image: none;
border: 1px solid rgba(0,0,0,0.1);
    border-radius: 3px;
    height: 30px;
    margin: 0 0 5px;
    transition: all 0.5s ease 0s;
}
#dmtb_form_cont input#email {
    direction: ltr;
}
#dmtb_form_cont textarea {
color: #555555;
background-color: #fffbf1;
background-image: none;
border: 1px solid rgba(0,0,0,0.1);
    border-radius: 3px;
    line-height: 26px;
    margin: 0 0 5px;
    padding: 15px;
    transition: all 0.5s ease 0s;
}
#dmtb_form_cont input:focus,
#dmtb_form_cont textarea:focus {
    box-shadow: 0 0 4px 2px #f5f5f5;
}
#dmtb_form_cont .required {
    color: #990000;
    float: right;
    padding: 0 10px;
}
#dmtb_form_cont .comment_send_cont {
    padding: 0;
}
#dmtb_form_cont .comment_send {
color: #fff; 

background-color: #f0ad4e;

border-color: #f0ad4e;
    float: right;
    padding: 5px 15px;
}
#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;
}