.rotatetext {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  writing-mode: tb-rl;
}
.ggbMessages {
  position: fixed;
  right: -300px;
  top: 0;
  height: 100%;
  width: 250px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 2px 1px rgba(102,102,102,0.3);
  z-index: 1500;
  overflow: auto;
  padding: 5px;
  padding-top: 47px;
  font-size: 0.9em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#user-search-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #DCDCDC;
}
#user-search-wrapper #search-users {
  border-width: 0;
  border-radius: 0;
  padding: 0 30px 0 30px;
  display: inline-block;
  width: 100%;
  background-image: url(../images/general/menu-search.png);
  background-image: -webkit-image-set(url(../images/general/menu-search.png) 1x,url(../images/general/menu-search@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: left center;
}
#user-search-wrapper #reset-user-search {
  position: absolute;
  right: 0;
  top: 3px;
  display: none;
  background-image: url(../images/general/smaller/icon-close.png);
  background-image: -webkit-image-set(url(../images/general/smaller/icon-close.png) 1x,url(../images/general/smaller/icon-close@2x.png) 2x);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
#conversation-list {
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding: 0;
  margin-top: 5px;
}
#conversation-list .conversation {
  position: relative;
}
@media screen and (max-width: 480px) {
  #conversation-list .conversation.elementitem {
    padding: 0;
  }
  #conversation-list .conversation.elementitem.showHoverEffect {
    border: 1px solid transparent;
    cursor: pointer;
  }
  #conversation-list .conversation.elementitem.showHoverEffect:hover,
  #conversation-list .conversation.elementitem.showHoverEffect.active {
    border: 1px solid #DCDCDC;
  }
}
#conversation-list .conversation .unread-count {
  position: absolute;
  top: -3px;
  right: -3px;
  color: #FFFFFF;
  background-color: #cb331b;
  font-size: 0.8em;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 2px 3px 3px;
  line-height: 100%;
  display: none;
  min-width: 11px;
  text-align: center;
  z-index: 50;
}
#conversation-list .conversation .user {
  padding: 1px;
  padding-left: 50px;
  min-height: 42px;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#conversation-list .conversation .user .thumbnail {
  position: absolute;
  top: 1px;
  left: 1px;
}
#conversation-list .conversation .user .thumbnail .avatar {
  height: 40px;
  width: 40px;
  background-size: 40px;
}
#conversation-list .conversation .user .userinfo {
  max-width: 100%;
}
#conversation-list .conversation .user .userinfo .username {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#conversation-list .conversation .user .userinfo .comment-date {
  display: block;
  font-size: 0.8em;
  color: #999999;
  line-height: 150%;
}
#conversation-list .conversation.unread {
  background-color: #FAFAFA;
}
#conversation-list .conversation.unread .unread-count {
  display: block;
}
#conversation-list .conversation.unread .username {
  color: #333333;
}
#conversation-list .conversation.blocker {
  opacity: 0.5;
}
#conversation-list .load-more {
  padding-left: 30px;
  box-shadow: 0px 0px 2px 1px rgba(102,102,102,0.3);
  border: 1px solid #DCDCDC;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-image: url(../images/general/arrow-right.png);
  background-image: -webkit-image-set(url(../images/general/arrow-right.png) 1x,url(../images/general/arrow-right@2x.png) 2x);
}
.jPlaceholderUser,
.jPlaceholderFeedback,
.jPlaceholderStream {
  display: none;
  text-decoration: none;
}
.conversation-stream {
  position: fixed;
  bottom: 0;
  right: 260px;
  width: 270px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 2px 1px rgba(102,102,102,0.3);
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  display: none;
  z-index: 100;
}
.conversation-stream .message-header {
  position: relative;
  background-color: #F8F8F8;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  padding: 7px 5px;
  font-size: 1.1em;
  border-bottom: 1px solid #DCDCDC;
  padding-right: 60px;
}
.conversation-stream .message-header .username {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.conversation-stream .message-header .message-settings {
  position: absolute;
  top: 7px;
  right: 35px;
}
.conversation-stream .message-header .btn-message-settings {
  display: block;
}
.conversation-stream .message-header .btn-close-message {
  position: absolute;
  top: 10px;
  right: 10px;
}
.conversation-stream .comments-list {
  min-height: 250px;
  max-height: 250px;
  overflow: auto;
  overflow-x: hidden;
  margin-bottom: 50px;
}
.conversation-stream .comments {
  margin-top: 0;
  font-size: 90%;
}
.conversation-stream .comments .load-more-comments,
.conversation-stream .comments .comment {
  border-top: 0;
}
.conversation-stream .comments .comment.new-comment {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.conversation-stream .comments .comment.new-comment .comment-user {
  width: 0;
}
.conversation-stream .comments .comment.new-comment .comment-content {
  padding-left: 5px;
}
.conversation-stream .comments .typing {
  font-style: italic;
  display: none;
  font-size: 10px;
  background: url(/images/loading-icon.gif) no-repeat center right rgba(255,255,255,0.7);
  background-size: contain;
  position: relative;
  bottom: 0;
  right: 0;
}
.conversation-stream .comments .comment-options {
  right: 10px;
}
.conversation-stream .comments .comment-options .ggbSubmenuPopup {
  position: absolute;
  top: 10px;
  right: 0;
}
.conversation-stream .comments .user-blocker {
  display: none;
  min-height: 50px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
