/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	background: #e1e1e1;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
}

.jspHorizontalBar
{
	background: red;
	bottom: 0;
	height: 16px;
	left: 0;
	position: absolute;
	width: 100%;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #e1e1e1;
	position: relative;
}

.jspDrag
{
	background: #223e6c;
	cursor: pointer;
	left: 0;
	position: relative;
	top: 0;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #e1e1e1;
	cursor: pointer;
		direction: ltr;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -20000px;
}

.jspDisabled
{
	background: #e1e1e1;
	cursor: default;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	float: left;
	height: 100%;
	width: 16px;
}

.jspVerticalBar .jspArrow:focus
{
		border: 1px solid red;
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/*180919*/
.jspContainer {
	width: 100% !important;
}
.column01 td .scl {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	width: 100%;
	padding-left: 12px;
		background-color: #fff;
}

a.jspArrow:hover {
	 opacity: 1; 
	filter: alpha(opacity=60);
}
.jspVerticalBar .jspArrow {
	position: relative;
}
.jspVerticalBar .jspArrow:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 3.5px 6px 3.5px;
	border-color: transparent transparent #223e6c transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.jspVerticalBar .jspArrow:nth-of-type(2):before {
	border-width: 6px 3.5px 0 3.5px;
	border-color: #223e6c transparent transparent transparent;
}

.jspPane {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 9px 16px 5px 12px !important;
	width: 100% !important;
}
@media only screen and (max-width: 980px) {
/*	.jspContainer {
		height: 367px;
	}*/
}