/* CSS Document */

.sxx-chats {
	position:relative;
	height:100%;
}

.sxx-chats-content {
	height:100%;
	width:100%;
	overflow:auto;
	padding:50px 0 100px 0;
	
}

.sxx-chats-content:after {
	content: "";
	display: block;
	height: 150px;
}

.sxx-chats-top-controls {
	position:absolute;
	width:100%;
	top: 0;
	left:0;
	text-align:center;
	background-color:white;
}

.sxx-chats-bottom-controls {
	position:absolute;
	width:100%;
	bottom: 0;
	left:0;
	background-color:#eee;
	
}

.sxx-chats-item {
	margin-bottom:8px;
}

.sxx-chats-item:after {
	content: "";
	clear:both;
	display:block;
}

.sxx-chats-item .sxx-chats-item-detail {
	border-radius: 16px;
	padding: 8px 16px;
	background-color: #55C624;
	color: white;
	float: right;
	width: 75%;

}

.sxx-chats-item .sxx-chats-item-from {
	border-radius: 100px;
	background-color:#A0AAB9;
	color:white;
	float:right;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	margin:0 4px;
}

.sxx-chats-item .sxx-chats-item-timestamp {
	width: 100%;
	font-size: 11px;
	color: #bbb;
	text-align: right;
	float: right;
	padding-right: 45px;

}

.sxx-chats-item.sxx-charts-item-thirdparty .sxx-chats-item-detail {
	border-radius: 10px;
	padding: 4px 10px;
	background-color: #9c9c9c;
	color: white;
	float: left;
	width: 75%;

}

.sxx-chats-item.sxx-charts-item-thirdparty .sxx-chats-item-from {
	border-radius: 100px;
	background-color:#A0AAB9;
	color:white;
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
}

.sxx-chats-item .sxx-chats-item-timestamp {
	width: 100%;
	font-size: 11px;
	color: #bbb;
	text-align: right;
	float: left;
	padding-left: 45px;

}