﻿.chatBaseEmitter {
	margin-top: 15px;
	width: 100%;
	float: right;
}

.chatEmitterImg {
	margin-left: 5px;
	margin-right: 10px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	float: right;
}

.chatBaseEmitterEntry {
	width: 85%;
	float: right;
}

.chatBaseEmitterFirstEntry {
	width: 100%;
	float: right;
}

.chatBaseEmitterAnotherEntry {
	margin-top: 5px;
	width: 100%;
	float: right;
}

.chatEmitterEntry {
	padding: 7px;
	font-family: "Open Sans", sans-serif;
	font-size: 11px;
	text-shadow: 0 0 0;
	line-height: 14px;
	border-radius: 8px;
	background-color: #36648B;
	color: #F0F8FF;
	float: right;
	/**/
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: keep-all;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	/**/
	transition: 0.5s;
}

.chatEmitterEntry:hover {
	background: #4F94CD;
	transition: 0.5s;
}

.chatBaseEmitterDate {
	margin-top: 5px;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 9px;
	color: #404040;
	float: right;
}

.chatEmitterDate {
	margin-right: 35px;
	text-align: right;
}

.chatImgViewMsg {
	margin-left: 5px;
	width: 8px;
}

.chatBaseReceiver {
	margin-top: 15px;
	width: 100%;
	float: left;
}

.chatReceiverImg {
	margin-left: 10px;
	margin-right: 5px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	float: left;
}

.chatBaseReceiverEntry {
	width: 85%;
	float: left;
}

.chatBaseReceiverFirstEntry {
	width: 100%;
	float: left;
}

.chatBaseReceiverAnotherEntry {
	margin-top: 5px;
	width: 100%;
	float: left;
}

.chatReceiverEntry {
	padding: 7px;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	text-shadow: 0 0 0;
	line-height: 14px;
	border-radius: 8px;
	background-color: white;
	float: left;
	/**/
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: keep-all;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.chatBaseReceiverDate {
	margin-top: 5px;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 9px;
	color: #404040;
	float: left;
}

.chatReceiverDate {
	margin-left: 35px;
}
