
/*
 * COMMENTS start
 */

.comments {	
}

    .comments .banned {
        border-color: #fb601b;
        padding: 10px;
    }

    .comments .aj_link.deleted_text {
        text-decoration: none;
        color: #8c8c8c;
        border-bottom-color: #8c8c8c;
        margin-right: 10px;
    }
    .comments .deleted.reply {
        margin-bottom: 10px;
    }

    .comments .anonymous {
        color: #999;
        font-size: 11px;
    }

    .comments .need_authorization {
        padding: 10px;
        background-color: #EFEFEF;
        border-radius: 5px;
    }

    .comments .to_last_comment {
        font-size: 13px;
        margin-left: 1em;
        position: relative;
        z-index: 10;
    }

	.comments ul.replies {
		list-style: none;
		margin: 19px 0 -26px;
	}
	
	.comments ul.replies {
		/*overflow: hidden;*/
	}
	
	.comments p, .comments label, .comments .reply {
		font-size: 13px;
	}
	
	.comments ul.replies li.comment_li {
		/*overflow: hidden;*/
		margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        background: url("/static/design/_cmn/bg_horizontal_border.png") repeat-x 0 bottom;
	}

    .comments ul.replies li.level_1 {
        margin-left: 50px;
    }

    .comments ul.replies li.level_2 {
        margin-left: 100px;
    }

    .comments ul.replies li.level_3 {
        margin-left: 150px;
    }

    .comments ul.replies li.level_4 {
        margin-left: 200px;
    }

    .comments ul.replies li.level_5 {
        margin-left: 250px;
    }

    .comments ul.replies li.comment_li:last-child {
        background: none;
    }


    @-webkit-keyframes new_comment {
        from {
            background: #90ff9a;
            -webkit-box-shadow: 0 0 0 10px #90ff9a;
                    box-shadow: 0 0 0 10px #90ff9a;
        }
        to {
            background: #fff;
            -webkit-box-shadow: none;
                    box-shadow: none;
        }
    }
    @-moz-keyframes new_comment {
        from {
            background: #90ff9a;
            -moz-box-shadow: 0 0 0 10px #90ff9a;
                 box-shadow: 0 0 0 10px #90ff9a;
        }
        to {
            background: #fff;
            -moz-box-shadow: none;
                 box-shadow: none;
        }
    }
    @keyframes new_comment {
        from {
            background: #90ff9a;
            box-shadow: 0 0 0 10px #90ff9a;
        }
        to {
            background: #fff;
            box-shadow: none;
        }
    }

    .comments ul.replies li.new_comment {
        -webkit-animation: new_comment 1s linear 1;
           -moz-animation: new_comment 1s linear 1;
                animation: new_comment 1s linear 1;
    }


		.comments ul.replies li.comment_li .user_card {
			margin-top: 2px;
            margin-left: 5px;
            position: relative;
            width: 90px;
		}
            .comments ul.replies li.comment_li .user_card a.user_name span {
                font-size: 11px;
            }
            .comments ul.replies li.comment_li .user_card .dde.user_vc {
                margin-top: -9px;
                margin-left: -10px;
                top: 0;
                left: 0;
            }

		
		.comments ul.replies li.comment_li:hover .info_controls .service_btn {
			display: inline-block;
		}

	.comments.top_form form {
        /*padding-top: 15px;*/
		/*margin-bottom: 45px;*/
    }
    .comments.top_form .bottom_dotted {
        padding-bottom: 25px;
    }

    .comments.top_form .soc_opps {
        position: relative;
        width: 130px;
        /*overflow: hidden;*/
    }
        .comments.top_form .soc_opps .soc_button, .comments.top_form .soc_opps .repost_block {
            margin-bottom: 5px;
        }
	
	.comments.bottom_form form {
		margin-top: 25px;
		padding-bottom: 35px;
	}
	
	.comments .soc_opps {
		margin-left: 13px;
	}
	
	.comments textarea {
		display: block;
	}

    .comments .wrap_display_vote {
        right: 0;
        bottom: 0;
        height: 30px;
        width: auto;
        }
        .comments .wrap_display_vote .who_vote {
            right: 0;
            left: auto;
            top: 35px;
        }
        .comments .wrap_display_vote .who_vote:before {
            left: auto;
            right: 5px;
    }

    .comments .like_button_wr {
        }
        .comments .like_button_wr .like_button {
            padding: 0;
            }
            .comments .like_button_wr .like_button .material_rating {
                margin: 0;
            }
            .comments .like_button_wr.zero .like_button .material_rating {
                display: none;
            }
            .comments .like_button_wr.zero.active .like_button .material_rating, .comments .like_button_wr.zero.active .like_button {
                background: #eaeaea;
                -webkit-box-shadow: inset 0 -8px 20px 0 #eaeaea;
                -moz-box-shadow: inset 0 -8px 20px 0 #eaeaea;
                box-shadow: inset 0 -8px 20px 0 #eaeaea;
                border-color: #aeaeae;
                color: #000;
                display: block;
            }
            .comments .like_button_wr .like_button .icon {
                margin: 3px 7px 0 7px;
    }
	
	.comments.top_form textarea {
        font-size: 13px;
		height: 58px;
		margin-top: 5px;
		width: 99%;
        resize: vertical;
        padding-top: 5px;

	}
    .comments.top_form textarea.expanded_txt {
        height: 150px;
    }
	
	.comments.bottom_form textarea {
		height: 100px;
		margin-top: 5px;
		width: 84%;
	}
    .comments.bottom_form textarea.expanded_txt {
        height: 150px;
    }
	
	.comments .comment_body {
		/*margin-left: 55px;*/
        margin-left: 110px;
	}	
		.comments .comment_body p, .comments .comment_body .reply {
			margin-top: 5px;
		}
		
		.comments .comment_body .info {
			height: 22px;
		}
			.comments .comment_body .info .info_controls {
				display: inline-block;
			}
            .comments .comment_body .info .user_admin_wr {
                margin-left: 5px;
                color: #999999;
            }
                .comments .comment_body .info .user_admin_wr .user_admin {
                    font-size: 11px;
                }
			
		.comments .comment_body .date {
			color: #999;
			font-size: 11px;
			margin-right: 10px;
		}
		
		.comments .comment_body blockquote {
			border-left: 2px solid #7f7f7f;
			font-style: normal;
			padding-left: 8px;
			margin: 15px 0 5px 0;
		}
			.comments .comment_body cite {
				font-style: normal;
			}
			
			.comments .comment_body cite a.user_name {
				background-position: 0 -244px;
			}
				.comments .comment_body cite a.user_name span {
					border-bottom: 1px solid #999;
					color: #999;
				}
				
				.comments .comment_body cite a.user_name:hover span {
					border: 0 none;
				}
			
			.comments .comment_body cite .date {
				color: #999;
			}
			
			.comments .comment_body cite p {
				color: #666;
			}

        .comments .comment_body .ed_comment_area {
            height: 120px;
            margin-top: 10px;
            width: 50%;
        }

        .comments .comment_body .ed_comments_ctrls {
            margin-top: 5px;
        }
            .comments .comment_body .ed_comments_ctrls .service_btn {
                margin-right: 15px;
            }

    .comments .comment_body.deleted {
        background: #efefef;
        padding: 15px 15px 15px 55px;
        margin-left: 0;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
    }
        .comments .comment_body.deleted blockquote {
            margin-bottom: 0;
        }
	
	.comments ul.replies li.comment_li .info_controls .service_btn {
		display: none;
		margin-left: 5px;
	}
	
	.comments .btn {
		margin-top: 10px;
        font-size: 13px;
        padding: 4px 15px;
	    }

        .comments .btn.removeCommentForm {
            margin-left: 10px;
    }

	.comments .login_form {
	}
		.comments .login_form ul {
			list-style: none;
			margin: 13px 0 0;
		}

		.comments .login_form li {
			margin-bottom: 13px;
		}

		.comments .login_form li.vert input {
			width: 265px;
		}

		.comments .login_form li.vert label {
			display: block;
			margin-bottom: 2px;
		}

       .comments .login_form input[type="checkbox"] {
           margin-right: 5px;
       }

		.comments .login_form li.reg_elem {
			display: none;
		}

    .comments .paginator {
        margin-top: 30px;
    }

    .comments .fast_replay {
        position: relative;
        clear: both;
        padding: 6px 0 10px 55px;
        overflay: visible;

    }
        .comments .fast_replay .form_wr {
            background: #f1f1f1;
            padding: 8px 12px 10px 12px;
            display: inline-block;
        }
            .comments .fast_replay .form_wr textarea {
                height: 22px;
                width: 350px;
                padding-top: 6px;
                resize: none;
            }
            .comments .fast_replay .form_wr .btn {
                display: none;
            }
            .comments .fast_replay .form_wr.expanded_form .btn {
                display: inline-block;
            }
            .comments .fast_replay .form_wr textarea.expanded_txt {
                resize: vertical;
                width: 600px;
                height: 150px;
            }

    .comments .main_form {
        padding-top: 30px;
    }
    .comments .main_form.hidden_form {
        display: none;
    }

    .comments.top_form .compact_form .btn.add_comment {
        display: none;
    }
    .comments.top_form .compact_form textarea {
        height: 20px;
        padding-top: 5px;
    }


 /*
 * COMMENTS end
 */