.yiichat .exceded {
	color: red;
}

.yiichat .posts {
	display: block;
	margin-bottom: 5px;
	overflow-x: hidden;
	overflow-y: scroll;
  margin-bottom: 92px;
}

.yiichat .posts .post {
	display: block;
	overflow: auto;
}

.yiichat .posts .post:not(.yiichat-post-myown) {
	background-color: #7777772b;
}

.yiichat .posts .oembed_snippet {
	width: 100%;
}

.yiichat .posts .post .track {
	background-color:  #eee;
	padding: 3px;
	color: #333;
	float: left;
	overflow: auto;
	margin-right: 10px;
}

.yiichat-post-myown {
	background-color: #b4b4b4 !important;
	padding: 5px !important;
}

.yiichat .you {
    position: absolute;
    bottom: 6px;
    left: 0px;
    width: 98%;
    margin: 5px;
		padding: 4px;
		display: none;
}

.yiichat .you textarea {
	margin-bottom: 5px;
}

.yiichat .you .you-btn-cont {
	display: flex;
  justify-content: space-between;
}

.yiichat .posts .post .text-cont{
	margin-left: 70px;
	word-wrap: break-word;
	padding: 5px;
}

.yiichat .posts .post .text-cont .text{
	margin-top: 5px;
	padding: 10px;
}

.yiichat .posts .post .owner img {
	height: 18px;
  padding-bottom: 4px;
}

.yiichat .posts .post .track_owner div a .owner{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.yiichat .posts .post .track_owner div .owner_icon {
	width: 48px;
	height: 48px;
}

.yiichat .posts .post .chatFiles  {
	/*width: 230px;*/
}

.yiichat #chatTextArea_contenteditable {
	margin-bottom: 12px;
	border-color: grey;
    overflow: hidden;
    white-space: pre-wrap;
    min-height: 50px
}

#chatContainer{
	padding: 0px;
	height: 100%;
}

#chatContainer h5 {
	font-weight: bold;
  font-size: 16px;
  overflow: hidden;
	margin: 0px;
	padding: 3px 10px;
  width: 100%;
  z-index: 9999;
  background-color: #d9e4f4;
	border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -moz-border-top-right-radius: 8px
}

#chatContainer h5, #chatContainer h5 * {
	color: #000000 !important;
}

#mainchat .panel {
	margin-bottom: 0px !important;
}
