@charset "UTF-8";

/* NOTEBOMER HOUTCONSTRUCTIE CUSTOM VERTIKALE SCROLLBAR

/* Scroll Bar Master Styling Starts Here */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

/* the following line puts fleXcroll into scrollbar-on-left mode, remove line for scrollbar-on-right mode */
/*.vscrollerbase {
	left: 0 !important;
}

/* fleXcroll detects this CSS setting and sets content positions correctly with
respect to whether a scrollbar is needed or not*/


/* VERTIKAAL */


.vscrollerbar { /* scrollbar body */
	width: 15px;
	background: url(img_scrollbar/scrollbar.png) repeat-y -15px 0px;
}

.vscrollerbarbeg { /* scrollbar begin */
	height: 24px !important;
	width: 15px;
	background: url(img_scrollbar/scrollbar.png) -45px -30px no-repeat;
}

.vscrollerbarend { /* scrollbar end */
	height: 24px;
	width: 15px;
	background: url(img_scrollbar/scrollbar.png) -45px 9px no-repeat;
}

.vscrollerbase { /* goot vertikaal */
	width: 15px;
	background: url(img_scrollbar/scrollbar.png) 0px 0px repeat-y;
}

.vscrollerbasebeg { /* goot begin */
	width: 15px;
	height: 15px !important;
	background: url(img_scrollbar/scrollbar.png) -30px -30px no-repeat;
}

.vscrollerbaseend { /* goot end */
	height: 15px;
	width: 15px;
	background: url(img_scrollbar/scrollbar.png) -60px -30px no-repeat;
}

/* HORIZONTAAL */


.hscrollerbase {
	height: 16px;
	background-color: white;
}

.hscrollerbar {
	height: 16px;
	background-color: black;
}

.vscrollerbar, .hscrollerbar {
	padding: 10px;
	z-index: 2;
}

.scrollerjogbox {
	width: 15px;
	height: 16px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background: #37917A;
}
