/* Start COMMENTS WIDGET */
.pending-comments-widget .widget-header {
	background: #3B4753;
}
.pending-comments-widget h5 {
	color: #C1C3C6;
	font-weight: 500;
	font-size: 13px;
}
.pending-comments-widget .nav-tabs li.active a {
	color: #FFF;
}
.pending-comments-widget .nav-tabs li:not(.active) a {
	color: #C1C3C6;
}
.pending-comments-widget .nav-tabs-simple::after {
	position: static;
	border: none;
}
.pending-comments-widget .scrollable {
	height: 251px;
	margin-bottom: 0 !important;
}
.pending-comments-widget .comment-button {
	color: #000 !important;
}
.pending-comments-widget .view-button::before {
	content: '|';
	margin-left: -7px;
	margin-right: 25px;
	color: #C1C3C6;
}
.pending-comments-widget .select2-choice {
	border: none;
	background-color: transparent;
	font-size: 18px;
	color: #FFF;
}
.pending-comments-widget .comment-wrapper {
	width: calc(100% - 45px);
}
.pending-comments-widget .comment-username {
	font-weight: 500;
}

.pending-comments-widget .select2-container .select2-selection .select2-selection__rendered{
	font-size: 18px;
	color: #fff;
}

.pending-comments-widget .select2-container .select2-selection{
	padding: 0px 0px 0px 3px;
	background:none;
	border:1px !important;

}
.pending-comments-widget .scroll-content{
	max-height: 370px;
}

.pending-comments-widget .select2-dropdown{
	-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
	margin-top: 5px;
}
/* End COMMENTS WIDGET */