/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC (contact@vinades.vn)
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate 31/05/2010, 00:36
 */

#idcomment{
	padding: 0;
	padding-bottom: 10px;
}

.comment{
	word-spacing: 0;
}
#idcomment .comment-title{
	font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}

#idcomment .comment-title .fa-comments{
	position: absolute;
  left: 0;
  top: 4px;
}

#idcomment .sortcomm .active{
	background: #f5f5f5;
}
.comment-list .comment-info{
	margin-bottom: 5px;
	border-bottom: 1px #eee solid;
	padding-bottom: 5px;
	margin-top: 10px;
}
.comment-list .comment-info .cm_item{
	margin-right: 10px;
}
.comment-list .comment-tool{
	padding: 0;
	margin: 0;
	display: inline-block;
	list-style: none;
	font-size: 12px;
}
.comment-list .comment-tool li{
	margin-left: 10px;
	display: inline-block;
	font-weight: normal;
}
.comment-list .comment-tool li:first-child{
	margin: 0;
}
.comment-list{
	margin: 0;
	padding-left: 20px;
}

#formcomment{
	margin-bottom: 70px;
}

#formcomment label,
#formcomment .col-xs-8{
	float: left;
	width: auto;
}

#formcomment form .form-group{
	margin-left: -5px;
	width: calc(100% + 10px);
}

.captchaImg{
	height: 32px;
	width: auto;
}

@media screen and (max-width:550px) {
	#formcomment label{
		width: 100%;
		float: none;
	}

	#idcomment .col-xs-12{
		width: 100%;
		padding: 0;
		margin-top: 12px;
	}

	#idcomment .margin-bottom-lg{
		margin-top: 8px;
		margin-bottom: 20px;
	}

	#formcomment form .form-group .col-xs-24{
		padding: 0;
	}

	#formcomment form .form-group{
		margin-left: 0;
		width: 100%;
	}
}