.comment-container {
    background-color: #FFF;
    border-radius: 10px;
    margin: 0 auto;
		font-family: Arial;


}
#frmComment {
	padding: 2px;
	margin-top: 20px;
}

#comment-count
{
    border-bottom: 1px solid #F0F0F0;
    border-top: 1px solid #F0F0F0;
    padding: 8px;
    font-size: 0.9em;
    text-align: right;
}

.comment-row {
    border-bottom: 1px solid #F0F0F0;
    padding: 10px 0px;
    line-height: 25px;
}


.btn-add-comment{
	font-size: 1em;
    padding: 8px 30px;
    background-color: #089cbd;
    color: #ffffff;
    cursor: pointer;
    border-radius: 3px;
    border: #0495b1 1px solid;

}


#frmComment button:hover  {
	opacity: 0.7
}

.form-field{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    margin: 5px 0px 15px 0px;
}

.comment-container .row {
    margin-bottom:15px;
}

.error{
    color: #da5656;
}
img#loader {
    vertical-align: middle;
    width: 45px;
    display: none;
}


.comment {
	height:auto;
	padding:7px 0px;
	margin:0px auto;
	margin-bottom:10px;
	text-align:justify;
	margin-left: 23px
}
.comment textarea {
    resize: none;
    min-height: 100px;
    margin: 1em 0;
    width: 80%;
}

.comment input[type="submit"] {
    outline: none;
    font-style: normal;
    padding: 8px 20px;
    background: #0b67b4;
    font-size: 14px;
    color: #fff;
    display: block;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.comment input[type="submit"]:hover{
    text-decoration: none;
    color: #272C2E;
    background: #E2E2E2;
}

.child {
	margin-top:10px;
	margin-left:30px;
	padding-left:5px;
}
.child-comments {
	border-left:1px solid #888ca8;
}



/* fonts */
.user_comment, .comment_time {
	display:inline-block;
}
.user_comment {
	font-size:13px;
	color:#0072bc;
	font-weight: bold;
	text-decoration: none;
	word-break: break-all;
	line-height:17px;
	text-transform: capitalize;
}
.comment_time {
	font-size:11px;
	color:#767676;
	transition:ease 0.2s all;
}
	.comment:hover .comment_time {
		color:#000;
	}
.comment-text {
	font-size:14px;
	line-height:17px;
	color:#222;
	margin:0px 10px;
}
.comment a {
	font-size:12.2px;
	text-decoration: none;
	color:#222;
	cursor:pointer;
	transition:ease 0.3s all;
}
.comment a:hover {
	color:#0072bc;
}
	.link-reply {
		color:#767676;
		margin-left:11px;
	}

	.delete {
		cursor: pointer;
		display: inline-block;
		margin-left:20px;
	}
	.delete a{
		font-size: 0.8em;
		color:#B23121;
		margin-left:20px;
	}
 .delete a:hover {
		color:red;
	}


	.profile_img span.comment-prfil-img{
		float:left;
	}
	span.comment-prfil-img img,.activity-img img,.media>.pull-left img,.inbox-page img {
		border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	width: 35px;
	height: 35px;
	max-height: 35px;
	max-width: 35px;

	}

	.profile_img span.comment-prfil-img img {
		width: 100%;

	}

  .profile_img span.comment-reply-img{
		float:left;
	}
	span.comment-reply-img img,.activity-img img,.media>.pull-left img,.inbox-page img {
		border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	width: 30px;
	height: 30px;
	max-height: 30px;
	max-width: 30px;

	}

	.profile_img span.comment-reply-img img {
		width: 100%;

	}
