/* Generated by F12 developer tools. This might not be an accurate representation of the original source file */
.jspContainer {
	overflow: hidden; position: relative;
}
.jspPane {
	left: 0px !important; width: 100% !important; position: absolute;
}
.jspVerticalBar {
	top: 0px; width: 9px; height: 100%; right: 1%; position: absolute; opacity: 0; -webkit-transition: opacity 0.2s linear;
}
.jspContainer:hover .jspVerticalBar {
	opacity: 1;
}
.jspCap {
	background: rgb(255, 255, 255); display: block;
}
.jspVerticalBar .jspCap {
	height: 40px;
}
.jspTrack {
	background: rgb(222, 222, 222); border-radius: 10px; position: relative; box-shadow: inset 0px 0px 1px rgba(0,0,0,0.1), inset 1px 0px 4px rgba(0,0,0,0.05);
}
.jspDrag {
	background: rgb(0, 44, 41); border-radius: 5px; border: 1px solid rgb(187, 187, 187); left: 0px; top: 0px; position: relative; cursor: pointer; box-shadow: inset -1px 0px 8px rgba(0,0,0,0.05);
}
.jspCorner {
	background: rgb(255, 255, 255); height: 100%; float: left;
}
* html .jspCorner {
	margin: 0px -3px 0px 0px;
}
