.message {
	clear: both;
	padding: 10px;
	margin: 10px;
	border-radius: 4px;
	box-shadow: 3px 3px 3px rgba(128, 128, 128, 1);
	white-space: wrap;
	overflow-wrap: break-word;
	word-break: break-all;
}

.message.out {
	background: #b2d582;
	text-align: right;
}

.message.system {
	background: #f0ad4e;
	text-align: right;
}

.message.in {
	background: #A8CCEC;
}

.message.file {
	background: #A8CCEC;
}

.message.text {
	background: #b2d582;
}

.message.file p.text,
.message.text p.text {
	font-size: 15px;
}

.datetime {
	color: #555;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px #777 dashed;
}

.msg-body {
	margin-top: 0;
	padding-top: 0;
	color: #000;
	font-weight: 600;
	word-wrap: break-word;
}

.chat-history {
	width: 90%;
}

.table-dashboard td {
	vertical-align: middle !important;
}

.block {
	display: block;
	clear: both;
}

.search-panel {
	padding-top: 5px;
}

.btn-search {
	cursor: pointer;
}

.message-header {
	padding-top: 10px;
}

.chat-group-label {
	vertical-align: -5px;
	padding-left: 20px;
}

#group_id {
	width: auto;
	float: left;
	font-size: 12px;
	margin-top: -3px;
	margin-right: 1em;
}

#snippet {
	width: auto;
	float: left;
	font-size: 12px;
	margin-top: -3px;
	margin-bottom: 3px;
	margin-right: 0;
}

.message p:last-of-type {
	margin-bottom: 0;
}

.message-header p {
	margin-bottom: 10px;
}

.history-chat-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.message-bottom {
	clear: both;
	display: block;
	height: 1em;
}

.chat-search-error {
	height: 1.25em !important;
	margin: 0 !important;
	white-space: nowrap;
	text-overflow: ellipsis;
}
