/*!
 * jQuery ClassyScroll
 * http://www.class.pm/projects/jquery/classyscroll
 *
 * Copyright 2011 - 2013, Class.PM www.class.pm
 * Written by Marius Stanciu - Sergiu <marius@picozu.net>
 * Licensed under the GPL Version 3 license.
 * Version 1.1.0
 *
*/
/* line 12, ../sass/scrollbar.scss */
.scrollbar-path-vertical, .scrollbar-path-horizontal {
  position: absolute;
  background-color: #eee;
  background-color: rgba(220, 220, 220, 0.5);
  z-index: 100;
}

/* line 18, ../sass/scrollbar.scss */
.scrollbar-path-horizontal {
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 10px;
}

/* line 24, ../sass/scrollbar.scss */
.scrollbar-path-vertical {
  right: 5px;
  top: 0;
  height: 100%;
  width: 10px;
}

/* line 30, ../sass/scrollbar.scss */
.scrollbar-handle {
  position: relative;
  top: 0;
  left: 0;
  background-color: #555;
}

/* line 36, ../sass/scrollbar.scss */
.scrollbar-path-vertical .scrollbar-handle {
  height: 20%;
  width: 100%;
}

/* line 40, ../sass/scrollbar.scss */
.scrollbar-path-horizontal .scrollbar-handle {
  width: 20%;
  height: 100%;
}

/* line 44, ../sass/scrollbar.scss */
.scrollbar-path-vertical, .scrollbar-path-horizontal, .scrollbar-handle {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 49, ../sass/scrollbar.scss */
.scrollbar-content {
  padding: 0 20px 0 0;
}
