.bg-white {
  background: #fff;
}

.users-list .list-group-item {
  background-clip: padding-box;
}

.users-list .list-group-item:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.chat {
  list-style: none;
  margin: 0;
  padding: 0;
}

.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #b3a9a9;
}

.chat li.left .chat-body {
  margin-left: 60px;
}

.chat li.right .chat-body {
  margin-right: 60px;
}

.chat li .chat-body p {
  margin: 0;
  color: #777;
}

.thread-jumbotron {
  margin-bottom: 0;
  padding: 4rem 2rem;
}

.panel-body {
  overflow-y: auto;
  height: calc(100vh - 220px);
}

#video {
  max-width: 100%;
}

.message.left .chat-img {
  float: left;
}

.message.right .chat-img {
  float: right;
}

.message.right .header {
  text-align: right;
}

.message.left .date-wrapper {
  float: right;
}

.message.right .date-wrapper {
  float: left;
}

.message.right .text {
  text-align: right;
}

.icon {
  height: 24px;
  margin-bottom: -6px;
  width: 24px;
}

.icon + .badge {
  position: relative;
  top: -12px;
  margin-left: -10px;
}

.editable-input {
  vertical-align: top;
  display: inline-block;
  width: auto;
  white-space: normal;
  zoom: 1;
}

.editable-clear-x {
  cursor: pointer;
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: 0.6;
  top: calc(50% - 0.8rem);
  right: 0.8rem;
  margin-top: -6px;
  z-index: 100;
}

.editable-clear-x:hover {
  opacity: 1;
}

.editable-clear-x::before {
  content: "⊗";
  font-size: 1.6rem;
}

.editable-buttons {
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
  zoom: 1;
}

.editable-buttons .editable-cancel {
  margin-left: 7px;
}

.editable-buttons button {
  cursor: pointer;
  padding: 10px;
}

.glyphicon-ok::before {
  content: "✓";
}

.glyphicon-remove::before {
  content: "✗";
}
