﻿.imchat .inputarea {
  width: 100%;
  height: 67%;
}
.imchat .inputarea textarea {
  height: 100%;
  min-height: 60px;
  line-height: 20px;
}

.sendTextBtn {
  background-image: url(../images/send_48px.png);
}

.sendEmojiBtn {
  background-image: url(../images/emojiIcon.png);
}

.sendAttachmentBtn {
  background-image: url(../images/attachment_48px.png);
}

.attacnmentBtn {
    background-image: url(../images/attachment/Paperclip icon.png);
}

.msgContent {
    word-wrap: break-word;
    white-space: pre-wrap;
}

html.ng-scope {
  overflow: hidden;
}

div.layui-layer-btn {
  text-align: center;
}

.emoji-box {
  z-index: 2000;
  position: absolute;
  bottom: 125px;
  right: 0px;
  font-size: 24px;
  background-color: white;
  height: 328px;
  width: 87%;
  border: 1px black;
  display: none;
  padding-left: 1px;
  border-left-color: transparent;
}

.chatmain {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 85px;
  padding: 15px 5px;
  overflow-x: hidden;
}

.chatfooter {
  height: 100px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.list_templete {
  background-color: white;
}

.tips_button {
  border: 1px solid gray;
}

.load_history.ng-scope {
  height: auto;
}
.load_history {
  text-align: center;
}
.load_history a {
  text-decoration: underline;
  cursor: pointer;
}

.chattext {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 70%;
}

.layui-layer.appAlert {
  top: 10%;
  left: 10%;
  right: 10%;
}

.layui-layer.appConfirm {
  top: 10%;
  left: 10%;
  right: 10%;
}

.layui-layer.appConfirm.completeConfirm {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.layui-layer.appConfirm .layui-layer-setwin {
  display: none;
}

.layui-layer.appEndText {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.layui-layer.appEndText .layui-layer-setwin {
  display: none;
}

.layui-layer.appAlert .layui-layer-setwin {
  display: none;
}
.CommandDisplayType_1,
.CommandDisplayType_0 {
  color: #000;
}
.CommandDisplayType_0 {
  clear: both;
}
.CommandDisplayType_0 .tips_model {
  float: right;
}
.CommandDisplayType_0 .tips_model::after, .CommandDisplayType_0::after {
  clear: both;
  content: ".";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.list_templete .content_model {
  padding: 0;
}
.list_templete .tips_model {
  color: #333;
}
.chat-attachment {
  position: absolute;
  top: -175px;
  right: 53px;
  display: none;
  z-index: 999;
}
.chat-attachment .chat-attachment-item {
  margin-top: 10px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  cursor: pointer;
  position: relative;
}
.chat-attachment .chat-attachment-item .uploadfile {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
}
.chat-attachment .chat-attachment-item .chat-attachment-img {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #cc3333;
}
.chat-attachment .chat-attachment-item .chat-attachment-img img {
  width: 50%;
  height: 50%;
}
.chat-attachment .chat-attachment-item .chat-attachment-text {
  /* padding: 5px 0px; */
  background-color: lightgray;
  margin-right: 7px;
  border-radius: 20px;
  font-size: 14px;
  /* width: 0; */
  /* opacity: 0; */
  overflow: hidden;
  transition: all .3s;
  padding: 5px 10px;
  width: auto;
  opacity: 1;
}
/* .chat-attachment .chat-attachment-item:hover .chat-attachment-text {
  padding: 5px 10px;
  width: auto;
  opacity: 1;
} */

/*.urlDetail {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:99;
}
.urlDetail iframe {
}

.urlDetail .urlDetailHead {
}
.urlDetail .urlDetailTitle {
}
.urlDetail .urlDetailCloseBtn {
}*/
