#joms-chatbar {
  z-index: 1000;
}

@media (max-width: 767px) {
  #joms-chatbar {
    display: none !important;
    z-index: 0;
  }
}

/* Sidebar */
#joms-chatbar-sidebar {
  background: white;
  border-bottom: 0 none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 220px;
}

#joms-chatbar-sidebar .joms-chat__conversations {
  max-height: 370px;
  overflow: auto;
}

#joms-chatbar-sidebar .joms-online a:after {
  box-sizing: border-box;
}

#joms-chatbar-sidebar .joms-chat__item-body {
  overflow: hidden;
}

#joms-chatbar-sidebar .joms-chat__item-body > strong {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 133px;
  white-space: nowrap;
}

/* Chat windows */
#joms-chatbar .joms-chat__windows .joms-chat__window {
  border: 0 none;
  height: 2px;
  margin-left: 10px;
  position: relative;
  width: 240px;
}

#joms-chatbar .joms-chat__windows .joms-chat__window > div {
  background: white;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  left: 0;
  position: absolute;
  right: 0;
}

.joms-chatbar .joms-chat__window-body {
  margin-bottom: 40px;
  padding: 0;
  border: none;
}

#joms-chatbar .joms-chat__message-body {
  padding: 0;
}

#joms-chatbar .joms-chat__message-body > div {
  padding-top: 3px;
  padding-bottom: 3px;
}

#joms-chatbar .joms-chat__message-body--mine > div {
  background-color: #6f8bfc;
  color: white;
}

#joms-chatbar .joms-chat__message-body--mine .joms-chat__message-error {
  background-color: #7f8c8d;
}

#joms-chatbar .joms-chat__message-body--mine > div {
  background-color: #6f8bfc;
  color: white;
}

.joms-chat__messages-seen_status {
  font-size: 11px;
  font-weight: bold;
  color: #7f8c8d;
}

.joms_chat__seen-tooltip:before {
  display: none;
}

/**
 * Left-side chatbar.
 */
#joms-chatbar.left .joms-chat__windows {
  padding-left: 250px;
  padding-right: 0;
}

#joms-chatbar.left .joms-chat__window {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}

#joms-chatbar.left #joms-chatbar-sidebar {
  left: 20px;
  right: auto;
  margin-left: 0;
  margin-right: 30px;
}

.joms-chatbar .joms-chat__window .joms-chat__window-title {
  cursor: pointer;
}

.joms-chatbar .joms-chat__window .joms-chat__window-title .fa {
  color: rgba(255, 255, 255, 0.8);
}

.joms-chatbar .joms-chat__window .joms-chat__window-title .fa:hover {
  color: white;
}

.joms-chatbar .joms-chat__window .joms-chat__window-title .joms-chat__title {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 185px;
  white-space: nowrap;
  cursor: pointer;
}

.joms-chatbar .joms-chat__window .joms-chat__search {
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.joms-chatbar .joms-chat__window .joms-chat__search span.joms-input {
  cursor: text;
  display: block;
}

.joms-chatbar .joms-chat__window .joms-chat__search span.joms-input.joms-input--shadow {
  position: absolute;
  height: auto;
  visibility: hidden;
  white-space: nowrap;
  width: auto;
}

.joms-chatbar .joms-chat__window .joms-chat__search ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.joms-chatbar .joms-chat__window .joms-chat__search ul:after {
  clear: both;
  content: "";
  display: table;
}

.joms-chatbar .joms-chat__window .joms-chat__search ul li {
  background-color: #6f8bfc;
  border-radius: 3px;
  color: #ffffff;
  float: left;
  margin: 0 3px 3px 0;
  padding: 2px 4px;
}

.joms-chatbar .joms-chat__window .joms-chat__search ul li .fa {
  cursor: pointer;
}

.joms-chatbar .joms-chat__window .joms-chat__search ul li:last-child {
  background: none !important;
  border-radius: 0;
  margin-right: 0;
  padding: 2px 0;
  color: inherit;
}

.joms-chatbar .joms-chat__window .joms-chat__search ul li input {
  border: 0 none;
  box-sizing: border-box;
  display: inline-block;
  outline: none;
  line-height: 1em;
  max-width: 100%;
}

.joms-chatbar .joms-chat__window .joms-chat__search .joms-chat__item {
  padding: 3px 10px;
}

.joms-chatbar .joms-chat__window .joms-chat__search .joms-chat__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.035);
}

.joms-chatbar .joms-chat__window .joms-chat__search .joms-chat__item .joms-chat__item-body {
  padding-left: 0;
}

.joms-chatbar .joms-chat__window .joms-chat__search .joms-chat__item .joms-avatar img {
  width: 24px;
}

.joms-chatbar .joms-chat__window .joms-chat__search .joms-chat__item .joms-online a:after {
  box-sizing: border-box;
}

.joms-chatbar .joms-chat__window.unread .joms-chat__status {
  height: 10px;
  width: 10px;
  background-color: #ce341e;
  position: absolute;
  left: 0px;
  top: -5px;
  border-radius: 50%;
  display: block;
}

.joms-chatbar .joms-chat__input-wrapper textarea {
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
  max-width: 195px;
  line-height: 18px;
  height: 28px;
  padding: 4px;
  max-height: 100px;
}

.joms-chatbar .joms-chat__window.inactive .joms-chat__window-title {
  background-color: rgba(0, 0, 0, 0.02);
  color: #7f8c8d;
  border-bottom: 1px solid #e8e8d4;
}

.joms-chatbar .joms-chat__window.inactive .joms-chat__window-title .fa {
  color: rgba(127, 140, 141, 0.8);
}

.joms-chatbar .joms-chat__window.inactive .joms-chat__window-title .fa:hover {
  color: #7f8c8d;
}

.joms-chatbar .joms-chat__message-body {
  display: block;
}

.joms-chatbar .joms-chat__message-body .joms-chat__message-content {
  display: block;
  max-width: 165px;
  word-wrap: break-word;
}

.joms-chatbar .joms-chat__message-item b {
  display: block;
  max-width: 175px;
  word-wrap: break-word;
}

.joms-chatbar .joms-chat__input-container {
  width: 240px;
  position: absolute;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #eee;
  padding-top: 5px;
}

.joms-chatbar .joms-chat__input-preview {
  background: white;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 8px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
}

.joms-chatbar .joms-chat__input-preview .fa {
  color: black;
  cursor: pointer;
  font-size: 16px;
  opacity: .7;
  position: absolute;
  top: 10px;
  right: 12px;
}

.joms-chatbar .joms-chat__input-actions {
  position: absolute;
  top: 6px;
  /*right: 10px;*/
}

.joms-chatbar .joms-chat__input-actions a {
  color: #95a5a6;
  height: 1em;
  line-height: 1em;
  padding-left: 2px;
  vertical-align: middle;
}

.joms-chatbar .joms-chat__attachment-file {
  word-break: break-all;
}

.joms-chatbar .badgeNameImage {
  width: 12px;
}

/*# sourceMappingURL=style.css.map */