/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0px; left: 0;
}
/* Orizzontale scrollerbar barra*/
.hscrollerbase {
height: 10px;
background-color: #F6F2F3;
margin: 0px 0 0 0 !important;
}
/* Orizzontale scrollerbar scroll*/
.hscrollerbar {
height: 10px;
background-color: #F5CE31;
width: 30px !important;
margin: 0 0 0 0;
}
/*
.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
} */

.vscrollerbase {
width: 10px !important;
background-color: white;
}

.vscrollerbar{
height: 30px !important;
width:  10px !important;
background-color: #F5CE31;
}
