.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.authScore_-1 comment p{
	opacity: 0.5;
}
.putInComments p.empty{
	margin-top: -10px;
}
.putInComments .comment{
	display: flex;
	width: 100%;
	/*border-bottom: 1px solid #eeeeee;*/
	padding-bottom: 5px;
	margin-bottom: 15px;
}
/*TE LAAG NIVEAU = HIDDEN EN UITKLAPBAAR*/
.putInComments .comment.low .comment_img, .putInComments .comment.low .comment_txt, .putInComments .comment.low .reply_options .reply, .putInComments .comment.low .comment_head .like{
	display: none !important;
}
.putInComments .comment.low .comment_content{
	margin-left: 63px;
}
.putInComments .comment .comment_content .comment_head .klap{
	display: none;
}
.putInComments .comment .comment_content b.editCmt{
	color: #1f2024;
	font-weight: 400;
	font-size: 13px;
	cursor: pointer;
	margin-left: 10px;
	opacity: 0.6;
}
.putInComments .comment .comment_content b.intr{
	color: #1f2024;
	font-weight: 400;
	font-size: 13px;
	cursor: pointer;
	margin-left: 10px;
	background: #f7f7f7;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	border-radius: 2px;
	opacity: 0.6;
	position: relative;
	min-width: 46px;
	border: 1px solid #fff0;
	-moz-transition: all 0.3s ease-out;  /* FF4+ */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.3s ease-out;  /* IE10? */
	transition: all 0.3s ease-out;  
}
.putInComments .comment.authScore_-1 .comment_content b.intr{
	display: none;
}
.putInComments .comment .comment_content b.intr.locked, .putInComments .comment .comment_content b.intr.locked i{
	opacity: 1;
	cursor: default;
}
.putInComments .comment .comment_content b.intr.locked i{
	color: #0069d9;
}
.putInComments .comment .comment_content b.intr.locked{
	border: 1px solid #d9dadb;
}

.putInComments .comment .comment_content b.intr:hover{
	opacity: 1;
	color: #1c71b8;
}
.putInComments .comment .comment_content b.intr:not(.locked):hover i:after{
	content: "+1";
	background: #f7f7f7;
	width: 20px;
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-left: 3px;
}
.putInComments .comment .comment_content b.intr:not(.locked):hover i{
	color: #0069d9;
}
.putInComments .comment .comment_content b.intr:not(.locked):hover span{
	opacity: 0;
}
.putInComments .comment .comment_content b.intr i{
	margin-right: 5px !important;
	color: #1f2024;
}
.putInComments .comment.authScore_2 .comment_content b.intr, .putInComments .comment.authScore_3 .comment_content b.intr{
	background: #dce3d5ad;
}
.putInComments .comment.authScore_2 .comment_content b.intr:not(.locked):hover i:after, .putInComments .comment.authScore_3 .comment_content b.intr:not(.locked):hover i:after{
	background: #dce3d5ad;
}
.putInComments .comment.hidden .comment_content b.editCmt, .putInComments .comment.hidden .comment_content b.intr{
	display: none;
}
.putInComments .comment i.editted{
	opacity: 0.6;
	font-size: 13px;
	color: #1f2024;
}
.putInComments .comment.disabled .comment_content b.editCmt{
	opacity: 0.4;
	cursor: not-allowed;
	margin-top: 10px;
    display: inline-block;
}
.putInComments .comment.disabled .comment_content .reply_options{
	display: none;
}
.putInComments .comment .comment_content b.editCmt i, .putInComments .comment .comment_content b.intr i{
	opacity: 0.9;
	margin-right: 3px;
}
.putInComments .comment .comment_content b.editCmt:hover{
	opacity: 1;
	text-decoration: underline;
}
.putInComments .comment.low .reply_options{
	margin-top: 0px;
}
.putInComments .comment.low .scoreButton{
	/*margin-top: -26px;*/
}
.putInComments .comment.low .comment_content .comment_head .klap{
    width: 16px;
    height: 16px;
    background: #c4b0a9;
    line-height: 16px;
    text-align: center;
    border-radius: 2px;
	cursor: pointer;
	color: #fff;
    display: inline-block;
    margin-right: 7px;
	opacity: 0.8;
}
.putInComments .comment.low .comment_content .comment_head .klap:hover{
	opacity: 1;
}
/*end klap*/
.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.isMod .comment.banned .comment_content .comment_head b{
	color: red;
	cursor: help;
}
.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.topcomment, .putInComments span.topcont{
	order: 1 !important;
}
.putInComments .comment.topcomment{
	border: 1px solid #e4e6e3;
	background: #fafcf9;
	border-radius: 5px;
}
.putInComments{
	flex-flow: column;
	display: flex;
}
.putInComments .comment, .putInComments > span.contTotals{
	order: 2;
}
.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.6;
	font-size: 13px;
	color: #1f2024;
}
.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 .comment.administrator .comment_head b, .putInComments .comment.superuser .comment_head b, .putInComments .comment.moderator .comment_head b{
	cursor: help;
	margin-right: 20px;
}
.putInComments .comment.superuser .comment_head b:after, .putInComments .comment.moderator .comment_head b:after, .putInComments .comment.administrator .comment_head b:after{
	content: '';
    position: absolute;
    margin-top: 0px;
    margin-left: 3px;
	width: 32px;
	height: 32px;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 0% 45%;
	opacity: 0.7;
	
}
.putInComments .comment.superuser .comment_head b:hover:after, .putInComments .comment.moderator .comment_head:hover b:after, .putInComments .comment.administrator .comment_head:hover b:after{
	opacity: 1;
}
.putInComments .comment.superuser .comment_head b:after{
	color: #67ab0a;
}
.putInComments .comment.moderator .comment_head b:after{
	/*background-image: url(https://www.gpfans.com/images/comments/shield_blue5.png);*/
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f005";
    font-size: 10px;
    color: #0658d8;
    margin-left: 4px;
    margin-top: 0px;
}
.putInComments .comment.superuser .comment_head b:after{
	/*background-image: url(https://www.gpfans.com/images/comments/shield_green5.png);*/
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f3a5";
	font-size: 13px;
	color: #fd1781;
    margin-left: 5px;
    margin-top: 1px;
}

.putInComments .comment.administrator .comment_head b:after{
	/*color: #8c1bcc;*/
	background-image: url(https://www.gpfans.com/images/comments/shield_purple5.png);
}
.putInComments .reply_options{
	margin-top: 10px;
	padding-left: 10px;
	position: relative;
	display: inline-block;
}
.putInComments .reply_options.giveReply{
	display: block;
}
.filterScores{
	/*border-bottom:1px solid grey;*/
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 10px;
}
.filterScores b{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    opacity: .7;
    display: inline-block;
    margin-right: 12px;
}
.filterScores .fltKn{
	margin-right: 8px;
	padding-right: 6px;
	cursor: pointer;
	opacity: 0.8;
    line-height: 18px;
    height: 18px;
    display: inline-block;
}
.filterScores .fltKn:hover, .filterScores .fltKn.active{
	opacity: 1.0;
	background: #f7f7f7;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.filterScores .fltKn.active{
    outline: #dbdbdb99;
    outline-width: 2px;
    outline-style: dashed;
}

.filterScores .fltKn:before{
	content: '';
	width: 22px;
	height: 18px;
	line-height: 18px;
	border-radius: 2px;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: 400;
	text-shadow: 1px 1px #00000052;
	margin-right: 5px;
}
.filterScores .fltKn.kn-1:before{
	background: #c4b0a9;
	content: '-1';
}
.filterScores .fltKn.kn0:before{
	background: #bac823;
	content: '0';
}
.filterScores .fltKn.kn1:before{
	background: #72c51f;
	content: '1';
}
.filterScores .fltKn.kn2:before{
	background: #5daf0a;
	content: '2';
}
.filterScores .fltKn.kn3:before{
	background: #4a8f05;
	content: '3';
}
.filterScores .fltKn.knnull:before{
	background: #c0c0c0;
	content: '0';
}
.putInComments .comment_head .scoreButton{
	background: #72c51f;
    color: #fff;
    float: right;
    width: 28px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
	margin-right: 10px;
	border-radius: 3px;
	text-shadow: 1px 1px #00000052;
	opacity: 0.8;
	cursor: pointer;
    LINE-HEIGHT: 22PX;
    margin-top: 4px;
}
.putInComments .comment.noSuperuser .comment_head .scoreButton{
	cursor: help;
}
.putInComments .comment_head .scoreButton.forUser{
	background: #72c51f;
    color: #fff;
    float: right;
    width: 22px;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
	border-radius: 2px;
	text-shadow: 1px 1px #00000052;
	opacity: 1;
	cursor: default;
    LINE-HEIGHT: 18PX;
    margin-top: 4px;
    margin-right: -2px;
}
.putInComments .comment_head .scorePopup{
	float: right;
	width: 300px;
	/*height: 180px;*/
	background: #2b2433;
	padding: 10px;
	position: absolute;
	z-index: 1;
	right: 3px;
    color: #fff;
    /*box-shadow: 0px 2px 6px #6f6f6f85;*/
	top: 35px;
	border-radius: 5px;
	box-shadow: 0 0 3px rgb(0 0 0 / 25%);
}

.putInComments .comment.low .scorePopup{
	/*top: 10px;*/
}
.putInComments .comment.authScore_2, .putInComments .comment.authScore_3{
	background: #5daf0a0d;
	border-bottom: 1px solid #5daf0a21;
}
.putInComments .comment_head .scorePopup .gt_scores .score{
	padding-right: 10px;
	font-size: 13px;
	font-weight: 500;
	text-shadow: 1px 1px #00000052;
	cursor: pointer;
	line-height: 22px;
}
.putInComments .comment_head .scorePopup.isYou .gt_scores .score{
	cursor: not-allowed;
}
.putInComments .comment_head .scorePopup.isYou .default{
	color: #ef8181;
}
.putInComments .comment_head .scorePopup .gt_scores .score span{
	background: #818181;
	display: inline-block;
	width: 28px;
	line-height: 22px;
	border-radius: 3px;
	text-align: center;
	opacity: 0.8;
}
.putInComments .comment_head .scorePopup .gt_scores .score.active span{
}
.putInComments .comment_head .scorePopup .gt_scores .score.sc-1:hover span, .putInComments .comment_head .scorePopup .gt_scores .score.active.sc-1 span{
	background: #c4b0a9;
	opacity: 1;
}
.putInComments .comment_head .scorePopup .gt_scores .score.sc0:hover span, .putInComments .comment_head .scorePopup .gt_scores .score.active.sc0 span{
	background: #bac823;
	opacity: 1;
}
.putInComments .comment_head .scorePopup .gt_scores .score.sc1:hover span, .putInComments .comment_head .scorePopup .gt_scores .score.active.sc1 span{
	background: #72c51f;
	opacity: 1;
}
.putInComments .comment_head .scorePopup .gt_scores .score.sc2:hover span, .putInComments .comment_head .scorePopup .gt_scores .score.active.sc2 span{
	background: #5daf0a;
	opacity: 1;
}
.putInComments .comment_head .scorePopup .gt_scores .score.sc3:hover span, .putInComments .comment_head .scorePopup .gt_scores .score.active.sc3 span{
	background: #4a8f05;
	opacity: 1;
}
.putInComments .comment_head .scorePopup .link{
	color:#98b3d0;
}
.putInComments .comment_head .scorePopup .link:hover{
	opacity: 0.85;
	text-decoration: underline;
}
.putInComments .comment_head .scorePopup .score_info{
}
.putInComments .comment_head .scorePopup:after{
	content: '';
	position: absolute;
	right: 4px;
	/*background: red;*/
	top: 0px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #2b2433;
	top: -8px;
	right: 14px;
}
.putInComments .comment_head .scorePopup h4{
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}
.putInComments .comment_head .scorePopup b{
	color: #fff !important;
}
.putInComments .comment_head .scorePopup b:after{
	display: none;
}
.putInComments .comment_head .scorePopup .closePopup{
	width: 16px;
	height: 16px;
	background: #0064cf;
	line-height: 16px;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	float: right;
	/*opacity: 0.8;*/
	margin-top: 3px;
	margin-right: 3px;
	font-family: monospace;
	font-size: 16px;
}
.putInComments .comment_head .scorePopup .closePopup:hover{
	opacity: 0.9;
}
.putInComments .comment_head .scorePopup p{
	color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.putInComments .comment_head .scoreButton:hover{
	opacity: 1;
}
.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, .putInComments .comment .reset{
	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 .comment .reset{
	margin-left: 10px;
}
.putInComments .sendComment:hover, .putInComments .loadMore:hover, .putInComments .testknop:hover, .putInComments .comment .reset: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;
	order: 2;
}
.putInComments .ph-col-12.second{
	padding-left: 70px;
}
#postComment{
	position: relative;
	margin-bottom: 0px;
}
#postComment a{
	color: #054ab5;
}
#postComment a:hover{
	text-decoration: underline;
	color: #054ab5;
}
#postComment p{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 22px;
}
.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;
}
.formEdit .addSmiley{
	float: right;
	position: relative;
}
#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;
}
.putInComments .comment_content .userPopup{
	margin-top: 30px;
	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;
}
.putInComments .comment_content .userPopup ul li{
	cursor: pointer;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #c4c4c445;
}
.putInComments .comment_content .userPopup ul li:last-child{
	border-bottom: 0px;
}
.putInComments .comment_content .userPopup ul li i{
	margin-right: 5px;
}
.putInComments .comment_content .userPopup ul li:hover{
	opacity: 0.7;
	text-decoration: underline;
}
.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.superruserrs{
	width:800px;
}
.commentsBeheerOpties .toolVenst.superruserrs .tlButton{
    line-height: 16px;
    border-radius: 5px;
	cursor: pointer;
	opacity: 0.8;
	display: inline-block;
	vertical-align: top;
	padding: 7px 5px;
	min-width: 120px;
	min-height: 32px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #62819b;
	background: #8caac3;
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.commentsBeheerOpties .toolVenst.superruserrs .tlButton:hover{
	opacity: 1;
}
.commentsBeheerOpties .toolVenst table.dataTable{
	font-size: 12px;
}
.commentsBeheerOpties .toolVenst table.dataTable th{
	line-height: 12px;
	font-size: 10px;
	padding: 8px 14px;
}
.commentsBeheerOpties .toolVenst table.dataTable th i{
	font-size: 14px;
}
.commentsBeheerOpties .toolVenst table.dataTable .tlButton{
	margin-bottom: 0px;
	min-width: 100px;
	font-size: 13px;
	padding: 5px 5px;
	min-height: 28px;
}
.commentsBeheerOpties .toolVenst table.dataTable .tlButton.deleteDef{
	min-width: auto;
	background: #d97f7f;
}
.commentsBeheerOpties .toolVenst table.dataTable tr.Issuperuser td{
	background: #e0f3e0;
}
.commentsBeheerOpties .toolVenst table.dataTable tr.Isdisabled td{
	background: #f3e0e0;
}
.commentsBeheerOpties .toolVenst select, .commentsBeheerOpties .toolVenst textarea{
	height: auto;
}
.commentsBeheerOpties .switch {
  position: relative;
  display: inline-block;
  width: 50px !important;
  height: 24px;
}

.commentsBeheerOpties .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.commentsBeheerOpties .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  
}

.commentsBeheerOpties .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.commentsBeheerOpties input:checked + .slider {
  background-color: #2196F3;
}

.commentsBeheerOpties input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.commentsBeheerOpties input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.commentsBeheerOpties .slider.round {
  border-radius: 24px;
}

.commentsBeheerOpties .slider.round:before {
  border-radius: 50%;
}
.commentsBeheerOpties .loading-table{
	margin-top: -30px;
}
.commentsBeheerOpties table.dataTable tbody td{
	padding: 4px 5px;
}


.commentsBeheerOpties .beSuperuser{
    width: 60px;
    line-height: 19px;
    border-radius: 4px;
    font-size: 13px;
	border: 1px solid #c4c4c4;
}
.commentsBeheerOpties .disabled{
	opacity: 0.4;
}
.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, .putInComments .comment_content .userPopup 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;
}

/*FILTER LEVELS*/
.putInComments.kn-1 .comment[data-authscore="null"]{
	/*display: none;*/
}
.putInComments.kn0 .comment.authScore_-1 /*, .putInComments.kn0 .comment[data-authscore="null"]*/{
	display: none;
}
.putInComments.kn1 .comment.authScore_-1, .putInComments.kn1 .comment.authScore_0, .putInComments.kn1 .comment[data-authscore="null"]{
	display: none;
}
.putInComments.kn2 .comment.authScore_-1, .putInComments.kn2 .comment.authScore_0, .putInComments.kn2 .comment.authScore_1, .putInComments.kn2 .comment[data-authscore="null"]{
	display: none;
}
.putInComments.kn3 .comment.authScore_-1, .putInComments.kn3 .comment.authScore_0, .putInComments.kn3 .comment.authScore_1, .putInComments.kn3 .comment.authScore_2, .putInComments.kn3 .comment[data-authscore="null"]{
	display: none;
}
.putInComments.knnull .comment.authScore_-1, .putInComments.knnull .comment.authScore_0, .putInComments.knnull .comment.authScore_1, .putInComments.knnull .comment.authScore_2, .putInComments.knnull .comment.authScore_3{
	display: none;
}
.putInComments .comment.showAnyway{
	display: flex !important;
}

/*ALERTS*/
.qho_melding{
    position: fixed;
	top: calc(65px);
    right: 5px;
    z-index: 99999999999999999999999999999;
	transition: margin 300ms;
}

.qho_melding i.fa-bell{
    width: 50px;
    height: 50px;
    background: white;
    color: #000;
    text-align: center;
    line-height: 46px;	
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.85;
    font-size: 14px;
    font-weight: 400;
	border: 2px solid #c6c6c6;
}

.qho_melding .notifi_holder{
	display: block;
	width: 400px;
    font-size: 14px;
    line-height: 22px;
	padding: 10px;
	background: #ffffff;
	position: fixed;
	right: -400px;
	top: 0px;
	bottom: 0px;
	border-radius: 0px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s  ease-in-out;
	text-align: left;
	border: 1px solid #cbcbcb;
	box-shadow: -4px 4px 4px 0px #0000001a;
	cursor: default;
	color: #000;
}
.qho_melding h4{
	font-size: 20px;
}

.qho_melding .loggedAs{
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.qho_melding .qho_notifications li{
	border-top: 1px solid #cbcbcb;
	padding-left: 10px;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	opacity: 0.7;
}
.qho_melding .qho_notifications li.unread{
	background: #e5eef5;
	opacity: 1;
}
.qho_melding .qho_notifications{
	margin-left: -10px;
	width: calc( 100% + 20px);
}
.qho_melding i.fa-times{
	position: absolute;
	right: 15px;
	top: 12px;
	cursor: pointer;
	opacity: 0.75;
}
.qho_melding i.fa-times:hover{
	opacity: 1;
}
.qho_melding .qho_notifications li:first-child{
	border-top: none;
	padding-top: 0px;
}
.qho_melding .qho_notifications li:last-child{
	margin-bottom: 0px;
}
.qho_melding.active .notifi_holder{
	display: block;
	right: -1px;
	overflow-x: auto;
}
.qho_melding .notifi_holder a{
	text-decoration: none;
	color: #1f2024;
	opacity: 0.7;
}
.qho_melding .notifi_holder a:hover{
	opacity: 1;
	text-decoration: underline;
}
.qho_melding span.count{
    position: absolute;
    top: 6px;
    background: #5684d8;
    line-height: 20px;
    width: 20px;
    right: -2px;
    color: #fff;
    border-radius: 50%;
	animation: blinker 1.5s cubic-bezier(0, 0.64, 0, 1.09) infinite;
	text-align: center;
	font-size: 13px;
}
.qho_melding i.fa-bell{
	margin-right: 3px;
	font-size: 20px;
	float: left;
    margin-left: 14px;
    margin-top: 12px;
}
.qho_melding i.fa-bell:hover{
	opacity: 1;
	background: #dfe3ea;
}
.qho_melding i.fa-bell:hover span.count, .qho_melding.active span.count{
	animation: none;
}
.qho_melding.active{
	/*margin-right: -20px;*/
	opacity: 1;
}
@keyframes blinker {
  10% {
    opacity: 0.2;
  }
}

/*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;
	}
	.putInComments .comment_content .userPopup{
		position: absolute;
		left: 10px;
		width: calc(100% - 20px);
	}
	.putInComments .comment .comment_content .comment_head > b{
		max-width: calc(20%);
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		float: left;
	}
	.qho_melding{
		top: calc(50px);
		right: -10px;
	}
	.qho_melding .notifi_holder{
		width: 100%;
		right: -100%;
	}
	.qho_melding.active .notifi_holder{
		right: 0px;
	}
	.filterScores b{
		display: block;
		margin-bottom: 5px;
	}
	.filterScores .fltKn{
		margin-bottom: 5px;
	}
}
