.scroll-viewport{overflow:hidden;position:relative}.scroll-bar,.scroll-overview,.scroll-thumb{position:absolute;top:0}.scroll-overview{left:0;padding:0;margin:0}.scroll-bar{background-color:#d3d3d3;border-radius:5px;right:0;width:15px;-webkit-transition:opacity .6s ease-in-out;-o-transition:.6s ease-in-out opacity;transition:opacity .6s ease-in-out;height:100%}.scroll-bar.disable{display:none}.scroll-bar.visible,.scroll-bar:hover{opacity:1!important}.scroll-thumb{background-color:grey;border-radius:5px;height:20px;width:13px;cursor:pointer;overflow:hidden;left:1px}body.scroll-no-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}