/**
IMPORT AMOS-LAYOUT VARIABLES
 */
/* AMOS-LAYOUT VARIABLES */
/* default amos-layout base color */
/* default variables for platform customizations
override into main.less on bottom */
/* default color */
/* default backend background color and image */
/* ../ because it's referred to assets directory in head tag */
/* default background content parts color */
/* default border color */
/* default box-shadow */
/* utility color */
/* status color */
/* social color */
/* plugin custom color */
/* AMOS-LAYOUT UTILITY
nb: use only vars in variables.less because this file is imported by other plugin
 */
/**
FLEXBOX
 */
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexbox-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flexbox-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
/**
BOX SHADOW
 */
/**
TRANSITION
 */
/**
LINEAR GRADIENT
 */
.no-margin {
  margin: 0;
}
/**
IMPORT STYLE-CUSTOM
 */
.chat-index {
  float: left;
  width: 100%;
  /* icon redactor */
  /* Absolute Center Spinner */
  /* Transparent Overlay */
  /* :not(:required) hides these rules from IE9 and below */
}
.chat-index .conversation-wrap {
  width: 100%;
  float: left;
  max-height: 684px;
  overflow: auto;
}
.chat-index .conversation-wrap a {
  text-decoration: none;
}
.chat-index .left-column {
  padding-left: 0;
}
.chat-index .left-column .chat-title {
  margin: 5px 0 10px 0;
  font-size: 1.645em;
}
.chat-index .left-column input[type=text] {
  padding-left: 30px;
  margin: 20px 0 15px 0;
}
.chat-index .left-column .icon-search {
  position: absolute;
  top: 28px;
  font-size: 20px;
  left: 9px;
}
.chat-index .left-column .item-chat {
  position: relative;
  cursor: pointer;
  padding: 15px 5px;
  border-bottom: 1px solid #d4d4d4;
}
.chat-index .left-column .item-chat a.conversation {
  float: left;
}
.chat-index .left-column .item-chat:not(.current):hover {
  background-color: #e0eae9;
}
.chat-index .left-column .item-chat:not:hover .conversation-preview-text {
  border-color: #ffffff;
}
.chat-index .left-column .item-chat ul.list-inline {
  clear: both;
}
.chat-index .left-column .current {
  background-color: #e0eae9;
  border-color: #e0eae9;
  color: #000000;
}
.chat-index .left-column .current .conversation-preview-text {
  border-color: #ffffff;
}
.chat-index .right-column {
  padding-top: 20px;
}
.chat-index .right-column .user-details {
  margin-bottom: 20px;
}
.chat-index .right-column .user-details .media-heading {
  margin-top: 15px;
}
@media (max-width: 550px) {
  .chat-index .right-column .container-action {
    clear: both;
    width: 100%;
    text-align: right;
  }
}
.chat-index .right-column .alert.msg-date {
  clear: both;
  text-align: center;
  margin-bottom: 0;
  border-bottom: 1px solid #d4d4d4;
}
.chat-index .right-column .item-chat {
  padding: 15px;
  max-width: 80%;
  clear: both;
}
.chat-index .right-column .item-chat .text-msg-chat {
  border-radius: 5px;
  padding: 10px;
}
.chat-index .right-column .item-chat .text-msg-chat p {
  clear: both;
  text-align: left;
  margin: 0;
}
.chat-index .right-column .item-chat.mine {
  float: right;
}
.chat-index .right-column .item-chat.mine .text-msg-chat {
  background-color: #e0eae9;
  color: #000000;
}
.chat-index .right-column .item-chat.mine .text-msg-chat img {
  width: 100%;
  max-width: 300px;
}
.chat-index .right-column .item-chat.mine .text-msg-chat a {
  font-weight: bold;
  text-decoration: underline;
}
.chat-index .right-column .item-chat.mine .text-msg-chat a:hover {
  opacity: 0.8;
}
.chat-index .right-column .item-chat.others {
  float: left;
}
.chat-index .right-column .item-chat.others .text-msg-chat {
  background-color: #888787;
  color: #ffffff;
}
.chat-index .right-column .item-chat.others .text-msg-chat img {
  width: 100%;
}
.chat-index .right-column .item-chat p {
  clear: both;
}
.chat-index .media,
.chat-index .media-body {
  overflow: visible;
}
@media (max-width: 767px) {
  .chat-index .conversation {
    border-top: 5px solid #d4d4d4;
  }
}
.chat-index .conversation:hover .msg-new {
  display: none;
}
.chat-index .conversation:hover .list-inline {
  opacity: 1;
}
.chat-index .conversation-preview-text {
  clear: both;
  padding: 10px 0;
  border-top: 1px solid #d4d4d4;
  margin-left: 10px;
}
.chat-index .conversation-preview-text img {
  max-width: 100px;
}
.chat-index .unread {
  background-color: #EBEEF4;
}
.chat-index .item-chat .media {
  padding-left: 10px;
}
.chat-index .item-chat a.conversation {
  text-decoration: none;
  vertical-align: middle;
}
.chat-index .item-chat .avatar {
  background-color: #ffffff;
}
.chat-index .item-chat .media-body {
  vertical-align: middle;
}
.chat-index .action-list {
  list-style: none;
  padding: 0 10px 10px 0;
  position: absolute;
  top: 5px;
  right: 0;
}
.chat-index .re-icon {
  font-size: 1.5em;
}
.chat-index .re-icon:hover {
  color: #514b4b;
  opacity: 0.8;
  background-color: #ffffff;
}
.chat-index .loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.chat-index .loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.chat-index .loading {
  /* hide "loading..." text */
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.chat-index .loading:after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
.chat-index #msg-container-pjax {
  max-height: 600px;
  overflow: auto;
}
.chat-index .send-wrap {
  padding-top: 40px;
}
.chat-index .flipped {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
