.mCustomScrollbar {
	-ms-touch-action: none;
	touch-action: none;
}
.mCustomScrollBox {
	position:relative;
	overflow:hidden;
	height:100%;
	max-width:100%;
	outline:none;
}
.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto;
}
.mCSB_scrollTools {
	position: absolute;
	width: 16px;
	height: auto;
	left:auto;
	top:0;
	right:0;
	bottom:0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	height:auto;
}
.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
	cursor:pointer;
	width:100%;
	height:30px;
	z-index:1;
}
.mCSB_scrollTools .mCSB_dragger_bar {
	position: relative;
	width:6px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center;
}

.mCSB_scrollTools .mCSB_draggerRail {
	background:#dadada;
}
.mCSB_scrollTools .mCSB_dragger_bar {
background:#262569;
}

