/*================Event Scrollbar Start=============*/
.eventscroll {
	width: 100% !important;
	height: 250px;
	overflow: auto;
	padding:0px;
}
.vertical-track {
	width: 11px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-webkit-border-radius: 11px;
	border-radius: 11px;
	background-color: #C7C7C7;
}
.vertical-handle {
	width: 7px !important;
	-webkit-border-radius: 7px;
	left: 2px;
	border-radius: 7px;
	background: rgba(173, 173, 173, 0.8);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
/*================Event Scrollbar End=============*/

/*================ANNOUNCEMENTS Scrollbar Start=============*/
.announcement {
	width: 100% !important;
	height: 250px;
	overflow: auto;
	padding:0px;
}
.vertical-track {
	width: 11px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-webkit-border-radius: 11px;
	border-radius: 11px;
	background-color: #C7C7C7;
}
.vertical-handle {
	width: 7px !important;
	-webkit-border-radius: 7px;
	left: 2px;
	border-radius: 7px;
	background: rgba(173, 173, 173, 0.8);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
/*================Event Scrollbar End=============*/



/*================NEWS Scrollbar Start=============*/
.news {
	width: 100% !important;
	height: 250px;
	overflow: auto;
	padding:0px;
}
.vertical-track {
	width: 11px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-webkit-border-radius: 11px;
	border-radius: 11px;
	background-color: #C7C7C7;
}
.vertical-handle {
	width: 7px !important;
	-webkit-border-radius: 7px;
	left: 2px;
	border-radius: 7px;
	background: rgba(173, 173, 173, 0.8);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
/*================Event Scrollbar End=============*/



/*================NEWS Scrollbar Start=============*/
.recent_publications {
	width: 100% !important;
	height: 281px;
	overflow: auto;
    padding-right: 10px;
}
.vertical-track {
	width: 11px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-webkit-border-radius: 11px;
	border-radius: 11px;
	background-color: #C7C7C7;
}
.vertical-handle {
	width: 7px !important;
	-webkit-border-radius: 7px;
	left: 2px;
	border-radius: 7px;
	background: rgba(173, 173, 173, 0.8);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
/*================Event Scrollbar End=============*/
