.scrollpane-container-global, .scrollpane-container-global * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.scrollpane-container-global:before, .scrollpane-container-global:after {
	display: table;
	line-height: 0;
	content: '';
}
.scrollpane-container-global:after {
	clear: both;
}
.scrollpane-container-global {
    padding: 0;
    position: relative;
}
.scrollpane-container {
	font-size: 0;
	margin: 0;
	padding: 0;
}
.scrollpane-container > * {
	font-size: 13px;
}

.scrollpane-container.scrollpane-load, .scroll-x .scrollpane-container, .scroll-y .scrollpane-container {
	overflow: hidden;
}
.scroll-x > .scrollpane-container {
	margin-bottom: 15px;
}
.scroll-y > .scrollpane-container {
	margin-right: 15px;
}
.scrollpane-area:before, .scrollpane-area:after {
	content: "";
	display: table;
	height: 0;
	line-height: 0;
	overflow: hidden;
	position: static;
}
.scrollpane-area:after {
	clear: both;
}
.scrollpane-area {
	display: block;
	min-width: 100%;
}
.scrollpane-bar-x, .scrollpane-bar-y {
	background-color: transparent;
	cursor: default;
	display: none;
	overflow: hidden;
	position: absolute;
	z-index: 10;
}
.scrollpane-bar-x {
	border-radius: 2px;
	bottom: 0;
	height: 14px;
	left: 4px;
	right: 4px;
}
.scrollpane-arrow > .scrollpane-bar-x {
}
.scroll-y > .scrollpane-bar-x {
	right: 14px;
}
.scrollpane-bar-y {
	border-radius: 2px;
	bottom: 4px;
	right: 2px;
	top: 4px;
	width: 14px;
}
.scrollpane-arrow > .scrollpane-bar-y {
}
.scroll-x > .scrollpane-bar-y {
	bottom: 14px;
}
.scroll-x.scrollpane-arrow > .scrollpane-bar-y {
}

.scroll-x > .scrollpane-bar-x {
	display: block;
}
.scroll-y > .scrollpane-bar-y {
	display: block;
}
.not-selected, .not-selected *, .scrollpane-bar-x, .scrollpane-bar-x *, .scrollpane-bar-y, .scrollpane-bar-y * {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}
.scrollpane-bar-x-bottom {
	background-color: #fff;
	box-shadow: 0 0 5px 5px #fff;
	position: fixed;
}
.scrollpane-line-x, .scrollpane-line-y {
	background-color: #999;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.scrollpane-line-x {
	border-radius: 2px;
	bottom: 4px;
	top: 4px;
}
.scrollpane-line-y {
	border-radius: 2px;
	left: 4px;
	right: 4px;
}
.scrollpane-line-x:hover, .scrollpane-line-y:hover {
	background-color: #fd0;
}
.scrollpane-arrow > .scrollpane-bar-x > .scrollpane-line-x {
	bottom: 5px;
	left: 12px;
	right: 12px;
	top: 5px;
}
.scrollpane-arrow > .scrollpane-bar-y > .scrollpane-line-y {
	top: 12px;
	bottom: 12px;
	left: 5px;
	right: 5px;
}
.scrollpane-track-x, .scrollpane-track-y {
	background-color: #555;
	cursor: pointer;
	position: absolute;
}
.scrollpane-track-x:hover, .scrollpane-track-x:active, .scrollpane-track-y:hover, .scrollpane-track-y:active {
	background-color: #fd0;
}
.scrollpane-track-x {
	border-radius: 2px;
	bottom: 3px;
	margin-left: 12px;
	top: 3px;
}
.scrollpane-track-y {
	border-radius: 2px;
	left: 3px;
	margin-top: 12px;
	right: 3px;
}
.scrollpane-arrow-up, .scrollpane-arrow-down, .scrollpane-arrow-left, .scrollpane-arrow-right {
	border-style: solid;
	border-width: 7px 10px;
	cursor: pointer;
	position: absolute;
	width: 0;
}
.scrollpane-arrow-up, .scrollpane-arrow-down {
	border-width: 10px 7px;
}
.scrollpane-arrow-up {
	border-color: transparent transparent #555;
	left: 0;
	top: -10px;
}
.scrollpane-arrow-up:hover {
	border-color: transparent transparent #fd0;
}
.scrollpane-arrow-down {
	border-color: #555 transparent transparent;
	bottom: -10px;
	left: 0;
}
.scrollpane-arrow-down:hover {
	border-color: #fd0 transparent transparent;
}
.scrollpane-arrow-left {
	border-color: transparent #006699 transparent transparent;
	left: -10px;
	top: 0;
}
.scrollpane-arrow-left:hover {
	border-color: transparent #66afe9 transparent transparent;
}
.scrollpane-arrow-right {
	border-color: transparent transparent transparent #006699;
	top: 0;
	right: -10px;
}
.scrollpane-arrow-right:hover {
	border-color: transparent transparent transparent #66afe9;
}
