/* 
 * (C)opyright Solocal Group 2014-2015
 *
 * This is Solocal Group proprietary source code.
 * Any reproduction modification or use without prior written
 * approval from Solocal Group is strictly forbidden.
 * 
 */

.custom-scrollbar { position: relative; }
.custom-scrollbar .scrollbar { position: absolute; top: 0; right: 0; width:13px; }
.custom-scrollbar .scrollbar.disable { display: none; }
.custom-scrollbar .track { position: relative; height: 100%; width:100%; background-color:#F0F0F0; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.custom-scrollbar .thumb { position: absolute; top: 0; left: 0; width: 100%; z-index: 2; cursor: pointer; background: #153e4b url(../img/base_scrollbar_handle.png) center center no-repeat; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.custom-scrollbar .viewport{ overflow: hidden; position: relative; width: 100%; height: 100%; padding-right: 15px; }
.custom-scrollbar .scrollbar.disable + .viewport { padding-right: 0 }
.custom-scrollbar .overview { position: relative; top: 0; left: 0; }
