@CHARSET "UTF-8";

.chatMeetingBodyHolder {
	background: #ddeed8;
}

.chatMeetingBodyHolder .messageColumn,.chatMeetingBodyHolder .participantColumn
	{
	overflow-y: auto;
	max-height: 35em;
	min-height: 15em;
}

.chatMeetingBodyHolder .hiddenUpdateBox {
	display: none;
}

.chatMeetingBodyHolder .exitButtonColumn {
	text-align: right;
}

.chatMeetingBodyHolder .participantOuterBox {
	border: 1px solid;
	padding: .3em;
}

.chatMeetingBodyHolder .userItem {
	padding-top: .3em;
	padding-bottom: .3em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space:nowrap;
}

.chatMeetingBodyHolder .userItem .participantName {
	margin-left: .4em;
	font-size: 80%;
}

.messageItem {
	margin: 10px 0px;
	white-space: normal;
	word-wrap: break-word;
}

.messageItem .messageBubble {
	max-width: 80%;
	height: auto;
	padding: 10px;
	background: #FFFFFF;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: #CCC solid 1px;
	display: inline-block;
}

.messageItem .messageBubble {
	text-align: left;
}

.messageItem.Other .messageBubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	right: -7px;
	top: 10px;
}

.messageItem.Other .messageBubble:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent #ccc;
	display: block;
	width: 0;
	z-index: 0;
	right: -8px;
	top: 10px;
}

.messageItem.Self {
	text-align: left;
}

.messageItem.Other {
	text-align: right;
}

.messageItem.System {
	text-align: center;
}

.messageItem.Self .messageBubble {
	max-width: 80%;
	height: auto;
	padding: 10px;
	background: #FFFFFF;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: #ccc solid 1px;
	position: relative;
	margin-left: 1em;
}

.messageItem.Other .messageBubble {
	max-width: 80%;
	height: auto;
	padding: 10px;
	background: #FFFFFF;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: #ccc solid 1px;
	position: relative;
	margin-right: 1em;
}

.messageItem.Self .messageBubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 7px 7px 0;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	left: -7px;
	top: 10px;
}

.messageItem.Self .messageBubble:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 7px 7px 0;
	border-color: transparent #ccc;
	display: block;
	width: 0;
	z-index: 0;
	left: -8px;
	top: 10px;
}

.messageItem.Self {
	color: #254117;
}

.mesageItem.Other {
	color: #34282C;
}

.messageItem.System {
	color: #000000;
}

.messageItem.joinType .senderName,.messageItem.joinType .senderName {
	display: none;
}

.messageItem .senderName {
	font-weight: bold;
}

.messageItem .messageTime {
	display: none;
	color: var(--primary-color-light-text,#888888);
	font-size: 80%;
	margin-left: 1em;
}

.messageItem:hover .messageTime {
	display: inline-block;
}

.chatMeetingBodyHolder .messageAvatarImage {
	max-width: 1.5em;
	max-height: 1.5em;
	vertical-align: top;
	border-radius: 2px !important;
}

.messageItem {
	min-height: 1.5em;
}

.chatMeetingBodyHolder {
	padding-top: .5em;
	padding-bottom: .5em;
}

.chatMeetingBodyHolder .messageColumn {
	margin-top: .5em;
}

.chatMeetingBodyHolder .sendMessage {
	resize: none;
	background: #FFFFDD;
}

h3.shortHeader {
	margin-top: 5px;
	margin-bottom: 5px;
}

.chatMeetingBodyHolder.Replay .noreplay {
	display: none;
}