.putInComments{
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 22px;
	padding-top: 10px;
}
.putInComments.hideAll .comment{
	cursor: not-allowed;
}
.putInComments.hideAll .comment .comment_img, .putInComments.hideAll .comment_content .comment_txt p, .putInComments.hideAll .comment_head b{
	opacity: 0.3;
}
.putInComments p{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 12px;
}
.putInComments .comment{
	display: flex;
	width: 100%;
	/*border-bottom: 1px solid #eeeeee;*/
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.putInComments .comment.hidden .comment_img, .putInComments .comment.hidden .comment_content .comment_head b, .putInComments .comment.hidden .comment_content .comment_txt p{
	opacity: 0.3;
}
.putInComments .comment.hidden .comment_content .comment_txt i{
	color:red;
}
.putInComments .comment .comment_content .comment_txt .melding_note{
	font-size: 9px;
	font-weight: 500;
	letter-spacing: -0.3px;
	color: red;
	text-transform: uppercase;
}
.putInComments .comment.hidden .reply_options{
	display: none;
}
.putInComments .comment.hidden{
	cursor: not-allowed;
}
.putInComments.isMod .comment.verified{
	background: #e9efe7ba;
}
.putInComments .comment.isYou{
	background: #e5eef5;
}
.putInComments .comment.preHide{
	display: none;
}
.putInComments.isMod .comment.verified:before{
	content: '✓';
	position: absolute;
	z-index: 2;
	margin-left: -7px;
	font-size: 20px;
	font-weight: 700;
	color: #66c736;
	margin-top: 4px;
}
.putInComments.isMod .comment.reported .comment_img:before{
	content: 'Gemeld als overtreding van de huisregels';
	position: absolute;
	z-index: 2;
	margin-left: -110px;
	font-size: 9px;
	font-weight: 500;
	letter-spacing: -0.3px;
	color: red;
	margin-top: 4px;
	width: 100px;
	text-align: right;
	text-transform: uppercase;
	line-height: 12px;
}
.putInComments.isMod .comment.reported{
	background: #fde6e6;
}
.putInComments .comment.hidden .comment_options .modOptions i.fa-times{
	opacity:0.2;
	cursor: not-allowed;
}
.putInComments .comment.niv2{
	margin-left: 35px;
	width: calc(100% - 35px);
}
.putInComments .comment.niv3{
	margin-left: 70px;
	width: calc(100% - 70px);
}

.putInComments .comment .comment_img{
	display: inline-block;
	width: 70px;
}
.putInComments .comment .comment_content{
	width: 100%;
	display: inline-block;
	color: #1f2024;
}
.putInComments .comment .comment_content .comment_head{
	background: #f7f7f7;
	border-radius: 3px;
	line-height: 30px;
	padding-left: 10px;
	margin-left: -62px;
	position: relative;
}
.putInComments .comment .comment_content .comment_txt{
	margin-top: 8px;
	padding-left: 10px;
}
.putInComments .comment .comment_img img{
	border-radius: 50%;
	width: 50px;
	margin-top: 40px;
	margin-left:10px;
}
.putInComments .comment .comment_content .comment_head b{
	color: #000;
}
.putInComments .comment .comment_content .comment_head i.time{
	letter-spacing: -.03em;
	opacity: .5;
	color: #000;
	line-height: 20px;
	font-size: 13px;
	font-weight: 400;
	font-style: inherit;
	margin-left: 5px;
}
.putInComments .comment_options i{
	color: #909090;
	opacity: 0.5;
	-moz-transition: all 0.1s ease-out;  /* FF4+ */
	-o-transition: all 0.1s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.1s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.1s ease-out;  /* IE10? */
	transition: all 0.1s ease-out;  
}
.putInComments .comment_options i.fa-flag{
	font-size: 12px;
}
.putInComments .comment.reported .comment_options i.fa-flag{
	color:red;
}
.putInComments .comment_options i.fa-flag.flagged{
	color: red;
	cursor: not-allowed;
}
.putInComments .comment_options i.fa-flag.flagged span{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 5px;
}
.putInComments .comment_options{
	display: inline-block; 
	padding-left: 10px;
}

.putInComments .comment_options .like span, .putInComments .reply_options .reply span{
	margin-left: 5px;
	opacity: 0.7;
	font-size: 13px;
}
.putInComments .comment_options .like{
	cursor: pointer;
	display: inline-block;
	width: 48px;
	position: absolute;
	right: 12px;
	text-align: right;
}
.putInComments .comment_options .ui-effects-wrapper{
	top: 0px !important;
}
.putInComments .comment_options .like.locked{
	width: 48px;
}
.putInComments .comment_options .like i{
	/*color: #0f9426;*/
}
.putInComments .comment_options .report{
	cursor: pointer;
	display: inline-block;
	width: 15px;
	margin-right: 10px;
	/*position: absolute;
	right: 10px;*/
}
.putInComments .reply_options{
	margin-top: 10px;
	padding-left: 10px;
	position: relative;
}
.putInComments .reply_options .reply{
	display: inline-block;
	cursor: pointer;
}
.putInComments .reply_options .reply .fa-reply{
	opacity: 0.6;
}
.putInComments .reply_options .reply textarea{
	padding: 5px 10px;
	font-size: 14px;
}
.putInComments .comment_options .like.hover i, .putInComments .reply_options .reply.hover i, .putInComments .comment_options .report.hover i{
	opacity: 1.0;
}
.putInComments .reply_options .reply.hover span{
	color: #1c71b8;
	opacity: 1.0;
	text-decoration: underline;
}
.putInComments .comment_options .like.locked i{
	color: green;
}
.putInComments .comment_options .like.locked{
	cursor: unset;
}
.putInComments .comment_options .like.hover:before{
	content: "+1";
	width: 17px;
	background: #f7f7f7;
	position: absolute;
	margin-left: 17px;
	z-index: 1;
	text-align: left;
	font-size: 13px;
	padding-left: 2px;
}
.putInComments .comment_options .temp_like{
	position: absolute;
}
.putInComments .reply_options.giveReply .reply{
	display: none;
}
.putInComments .reply_options textarea{
	display: none;
}
.putInComments .reply_options.giveReply textarea{
	display: block;
	padding: 8px;
	line-height: 20px;
	font-size: 14px;
	height: 38px;
}
textarea.autogrow-field {
	min-height: 1em;
	overflow: hidden;
	resize: none;
}

textarea.autogrow-field ~ .autogrow-mirror {
	position: absolute;
	visibility: hidden;
	white-space: normal;
	word-break: break-word;
	z-index: -1;
}
.putInComments .sendComment, .putInComments .loadMore, .putInComments .testknop, #postComment .sendComment{
	background: #0064cf;
	color: #fff;
	font-size: 15px;
	line-height: 38px;
	padding: 0 20px;
	font-weight: 400;
	font-family: roboto,sans-serif!important;
	border: 0;
	display: inline-block;
	border-radius: 4px;
	margin-top: 10px;
	cursor: pointer;
}
.putInComments .sendComment:hover, .putInComments .loadMore:hover, .putInComments .testknop:hover{
	opacity: 0.8;
}
/*loading aanpassing*/
.putInComments .ph-item{
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
}
.putInComments .ph-picture, .putInComments .ph-row div{
	background-color: #f1f1f1;
}
.putInComments .ph-item>*{
	padding-left: 0px;
}
.putInComments .loadMoreHolder, .putInComments .testknopHolder{
	text-align: center;
}
.putInComments .ph-col-12.second{
	padding-left: 70px;
}
#postComment{
	position: relative;
	margin-bottom: 20px;
}
#postComment a{
	color: #054ab5;
}
#postComment a:hover{
	text-decoration: underline;
	color: #054ab5;
}
#postComment p{
	margin-bottom: 10px;
}
.putInComments .addSmiley, #postComment .addSmiley{
	position: absolute;
	width: 24px;
	height: 24px;
	background: #e6e8ee;
	margin-bottom: -24px;
	border-bottom-left-radius: 3px;
	text-align: center;
	filter: opacity(0.5);
	cursor: pointer;
	right: 3px;
	top: 3px;
}
#postComment .addSmiley{
	position: relative;
	float: right;
}
.putInComments .addSmiley:hover, #postComment .addSmiley:hover{
	filter: opacity(1.0);
}
.putInComments .smileyBlok, #postComment .smileyBlok{
	position: absolute;
	width: 235px;
	right: 0px;
	z-index: 1;
	background: #e6e8ee;
	padding: 10px;
	font-size: 18px;
	padding-bottom: 8px;
}
.putInComments .smileyBlok span, #postComment .smileyBlok span{
	cursor: pointer;
	opacity:0.8;
	margin-bottom: 2px;
	display: inline-block;
	border: 1px solid #fff0;
}
.putInComments .smileyBlok span:hover, #postComment .smileyBlok span:hover{
	opacity:1.0;
	border: 1px solid;
}
/*MODERATOR OPTIES*/
.putInComments .comment_options .modOptions{
	display: inline-block;
	background: #efe7e7;
	margin-top: 3px;
	height: 24px;
	line-height: 24px;
	padding-left: 2px;
	padding-right: 2px;
	border-radius: 3px;
	/*right: 72px;
	position: absolute;*/
	margin-right: 10px;
}

.putInComments .comment_options .modOptions:before{
	content: "MODERATOR OPTIES";
	font-size: 9px;
	position: absolute;
	margin-top: -22px;
	text-align: left;
	letter-spacing: -0.3px;
	width: 100px;
}

.putInComments .comment_options .modOptions i{
	cursor: pointer;
	opacity: 0.7;
	margin-left: 5px;
	margin-right: 5px;
}
.putInComments .comment_options .modOptions i:hover{
	opacity: 1.0;
}
.commentsBeheerOpties{
	background: #e9e9e9;
	line-height: 24px;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 20px;
	color: #000;
	/*padding-top: 5px;
	padding-bottom: 5px;*/
	font-size: 14px;
	line-height: 22px;

}
.commentsBeheerOpties:before{
	content: "BEHEERTOOLS";
	font-size: 9px;
	position: absolute;
	margin-top: -26px;
	text-align: left;
	letter-spacing: -0.3px;
	width: 100px;
}
.commentsBeheerOpties i{
	color: #343434;
	cursor: pointer;
	opacity: 0.7;
	margin-left: 5px;
	margin-right: 5px;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	padding-left: 5px;
	padding-right: 5px;
	background: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 3px;
	margin-top: 5px;
}

.commentsBeheerOpties i:hover{
	opacity: 1.0;
}
.commentsBeheerOpties .toolVenst{
	position: absolute;
	width:520px;
	padding: 10px;
	background: #fbfbfb;
	z-index: 3;
	border-radius: 3px;
	margin-left: 0px;
	border: 1px solid #cbcaca;
	font-size: 14px;
	line-height: 22px;
	box-shadow: 2px 3px 4px #aaaaaa47;
}
.commentsBeheerOpties .toolVenst .usersAndRights{
	margin-left: 10px;
}
.commentsBeheerOpties .toolVenst .usersAndRights select{
	display: inline;
	width: auto;
	height: 30px;
	padding: inherit;
	font-size: 13px;
	margin-bottom: 3px;
}
.commentsBeheerOpties .toolVenst ul.usersAndRights li{
	list-style-type: circle;
	margin-left: 10px;
}
.commentsBeheerOpties .toolVenst ul.usersAndRights li.deleted{
	opacity: 0.2;
	cursor: not-allowed;
}
.commentsBeheerOpties .toolVenst ul.usersAndRights li span{
	display: inline-block;
	width: 150px;
}

.commentsBeheerOpties .toolVenst h4{
	margin-bottom: 5px;
}
.commentsBeheerOpties .toolVenst label{
	width: 250px;
	display: inline-block;
}
#postComment textarea:disabled{
	background: #f9f9f9;
	opacity: 0.5;
}
.commentsBeheerOpties .toolVenst .foundUsersView li{
	cursor: pointer;
}
.commentsBeheerOpties .toolVenst .foundUsersView li:hover{
	opacity: 0.7;
	text-decoration: underline;
}

/*MOBILE*/
@media only screen and (max-width:767px){
	.putInComments .comment.niv2{
		margin-left: 15px;
		width: calc(100% - 15px);
	}
	.putInComments .comment.niv3{
		margin-left: 30px;
		width: calc(100% - 30px);
	}
	.putInComments .comment.reported .comment_img:before{
		text-align: left;
		left: 10px;
		width: 100%;
		margin-top: 28px;
		margin-left: 0px;
	}
	.commentsBeheerOpties .toolVenst{
		width: calc(100% - 20px);
		margin-left: -10px;
	}
	.putInComments .comment_options .like{
		-webkit-tap-highlight-color: transparent;
	}
}
