/* line 1, /home/helpdesk/app/assets/stylesheets/styles/right_bar.css.scss */
.fixed_right_bar {
  position: fixed;
  right: 0;
  top: 110px;
  z-index: 10;
}
/* line 8, /home/helpdesk/app/assets/stylesheets/styles/right_bar.css.scss */
.fixed_right_bar .rb-tasks {
  border: 1px solid #D6D2D2;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fcfcfc;
}
/* line 15, /home/helpdesk/app/assets/stylesheets/styles/right_bar.css.scss */
.fixed_right_bar .titles {
  display: table-cell;
  padding: 5px;
}
/* line 19, /home/helpdesk/app/assets/stylesheets/styles/right_bar.css.scss */
.fixed_right_bar .titles i {
  color: #D1C4E7;
  padding: 5px;
  font-size: 20px;
  cursor: pointer;
}
/* line 25, /home/helpdesk/app/assets/stylesheets/styles/right_bar.css.scss */
.fixed_right_bar .titles i:hover {
  color: white;
  background-color: #563d7c;
}
/* line 30, /home/helpdesk/app/assets/stylesheets/styles/right_bar.css.scss */
.fixed_right_bar .rb-content {
  display: table-cell;
  vertical-align: top;
}
/* line 31, /home/helpdesk/app/assets/stylesheets/styles/right_bar.css.scss */
.fixed_right_bar .rb-content ul {
  list-style: none;
  padding-left: 0px;
}
/* line 38, /home/helpdesk/app/assets/stylesheets/styles/right_bar.css.scss */
.fixed_right_bar .rb-content > * {
  height: 100%;
  padding: 5px;
  margin-left: 10px;
  border-right: 1px solid whitesmoke;
}
