/*
  
  RollBar - jQuery ScrollBar Plugin
  -----------------------------------------------
  
  @author   flGravity
  @created  4.4.12
  @version  1.0
  @site     http://codecanyon.net/user/flGravity
  
*/

/* rollbar paths style */

.rollbar-path-vertical, .rollbar-path-horizontal {
	position: absolute;
	background-color: #eee;
	background-color: rgba(220,220,220,0.5); 
	z-index: 100;
}

.rollbar-path-horizontal {
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 10px;
}

.rollbar-path-vertical {
	right: 5px; 
	top: 0; 
	height: 100%; 
	width: 4px; 
}


/* rollbar paths inner shadow */
.rollbar-path-vertical {background: transparent; border-left: 1px solid #ccc; top: 0 !important; height: 100% !important;}
.rollbar-path-horizontal {background: transparent;}


/* rollbar handle style */
 
.rollbar-handle{
	position: relative;
	top: 0;
	left: 3px;
	background-color: #999;
	opacity: 0 !important;
}
.rollbar-path-vertical .rollbar-handle {height: 20%;width: 100%;} 
.rollbar-path-horizontal .rollbar-handle {width: 20%;height: 100%;}
/* round corners for rollbar handle and paths */
.rollbar-path-vertical, .rollbar-path-horizontal, .rollbar-handle {-moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px;}





.rollbar-content {width: 100%;}


.main .collaboration_column_left:hover .rollbar-handle,
.main .collaboration_column_right:hover .rollbar-handle,
.main .todo_task_part:hover .rollbar-handle,
.main .doing_task_part:hover .rollbar-handle,
.main .mail_column_emails:hover .rollbar-handle,
.task_middle_part:hover .rollbar-handle,
.gamification_container:hover .rollbar-handle
{opacity: 1 !important;}

.main .collaboration_column_left .rollbar-path-vertical, .task_middle_part .rollbar-path-vertical {border: none !important;}

body {overflow-y: hidden;}