#scrollbar1, #scrollbar2,  #scrollbar4 {
	width: 100%;
	margin: 20px 0 10px;
}

#scrollbar1, #scrollbar2, #scrollbar3{ 
	width: 100%;
}
#scrollbarHome{
	width: 98%;
}
#scrollbar1 .viewport, #scrollbar2 .viewport , #scrollbar3 .viewport, #scrollbar4 .viewport,#scrollbarHome .viewport, #scrollbar10 .viewport{ 
	width: auto; 
	overflow: hidden; 
	height: 220px; 
	position: relative; 
}

#scrollbar1 .overview, #scrollbar2 .overview, #scrollbar3 .overview, #scrollbar4 .overview,#scrollbarHome .overview, #scrollbar10 .overview{ 
	list-style: none; 
	position: absolute; 
	left: 0; 
	top: 0; 
	padding: 0; 
	margin: 0; 
	width: 100%;
}

#scrollbar1 .scrollbar, #scrollbar2 .scrollbar, #scrollbar3 .scrollbar, #scrollbar4 .scrollbar,#scrollbarHome .scrollbar, #scrollbar10 .scrollbar{ 
	/*position: relative; */
	background-position: 0 0; 
	float: right; 
	width: 15px; 
	position: absolute;
	right: 0;
	z-index: 999;
}

#scrollbar1 .track, #scrollbar2 .track, #scrollbar3 .track, #scrollbar4 .track,#scrollbarHome .track, #scrollbar10 .track { 
	height: 100%; 
	width: 13px; 
	position: relative; 
	padding: 0 1px; 
	z-index: 0;
}

#scrollbar1 .thumb, #scrollbar2 .thumb, #scrollbar3 .thumb, #scrollbar4 .thumb,#scrollbarHome .thumb, #scrollbar10 .thumb { 
	background: #d9d9d9; 
	height: 20px; 
	width: 6px; 
	cursor: pointer; 
	overflow: hidden; 
	position: absolute; 
	top: 0; 
	left: 4px; 
	z-index:9999; 
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
}

#scrollbar1 .disable, #scrollbar2 .disable, #scrollbar3 .disable, #scrollbar4 .disable,#scrollbarHome .disable, #scrollbar10 .disable{ 
	display: none; 
}

.noSelect { 
	user-select: none; 
	-o-user-select: none; 
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none;
}

#allZones #scrollbar2 {
	margin: 0;
}

#logDetails #scrollbar4 .viewport{
	height:300px !important;
}

#applianceTax #scrollbar1 .viewport{
		height:400px !important;
}

.scrollbar .viewport{
		height:450px !important ;
}