.row-message{
	position: relative;
	height: 100%;
}

.col-left{
	width: 35%;
	float: left;
}
.col-right{
	width: 65%;
	float: left;
	margin-left:-1px;
	padding-bottom: 120px;
}
.col-left,.col-right{
	position: relative;
	height: 100%;
	border:solid 1px #ddd;
}
.input-message{
	border-top: solid 1px #ddd;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding:10px 10px 30px;
	background: #fff;
}
.input-message textarea{
	width: 100%;
	height: 70px;
	border:solid 1px #ddd;
	padding:5px;
	margin-bottom: 5px;
}
.to-name{
	border-bottom: solid 1px #ddd;
	padding:10px;
	background: #eee;
	font-weight: bold;
	height: 40px;
}
.add-image{
	
	color:#ccc;
	right:10px;
	top:10px;
	font-size: 20px;
}
.conversation{
	position: absolute;
	bottom: 138px;
	top:40px;
	overflow: auto;
	margin-bottom: 10px;
	padding-bottom: 5px;
	width: 100%;
}
.box-message,.box-inbox{
	min-height: 50px;
	border-bottom:solid 1px #ddd;
	padding:10px;
	overflow: hidden;
}
.box-message{
	border-bottom: 0;
	min-height: auto;
	padding:5px;
}



#footer{
	display: none;
}
body{margin-bottom: 0}

.message-thumb{
	float: left;
	width: 45px;

}
.message-thumb img{
	border-radius: 50px;
}
.box-inbox .message-thumb{
	width: 15%;
}
.message-content{
	float: left;
    width: auto;
}

.box-inbox .message-content{
	width: 85%;
}
.box-message .message-content{
	padding: 5px 10px;
	border-radius: 10px;
	background: #f5f5f5;
	position: relative;
}
.box-message .message-date{
	float: none;
	font-size:10px;
}
.box-message .message-meta{
	margin-left:5px;
	float:left;
	font-size:11px;
}
.box-message .message-meta .read{
	height: 14px;
	color:#fff;
	width: 100%;
}
.box-message .message-content:before{
	position: absolute;
    top: 11px;
    display: block;
    width: 8px;
    height: 8px;
    content: '\00a0';
    -webkit-transform: rotate(29deg) skew(-35deg);
    transform: rotate(29deg) skew(-35deg);
    left: -3px;
    background-color: #f5f5f5;
}
.box-message.me{
	margin-right:5px;
}
.box-message.me .message-thumb{
	display: none;
	float: right;
}
.box-message.me .message-content{
	float: right;
	background: #44aa48;
	color:#fff;
}
.box-message.me .message-content a{
	color:#fff !important;
}
.box-message.me .message-date{
	float: none;
}
.box-message.me .message-meta{
	margin-right:5px;
	float:right;
}
.box-message.me .message-content:before{
	 left: auto;
	 right: -3px;
	 background-color: #44aa48;
}
.box-message.me .message-meta .read{
	display: block;
	text-align: right;
	color:#fff;
}
.box-message.me .message-meta .read.readed{
	color:#999;
}

.online-status{
	display: inline-block;
	width:8px;height: 8px;
	background: #ccc;
	border-radius: 10px;
}
.online-status.online{
	background: #2ef52e
}


.box-inbox.unread{
	background: #f9f9f9;
}

.box-inbox .recent-msg{
	font-size: 11px;
	color:#999;
}
.message-date{
	float: right;
	color:#999;
	font-size: 11px;
}
.message-bottom{
	position: relative;
	bottom: 0;
}
.row-message .loadmore{
	display: block;
	text-align: center;padding:5px;
}
.row-message .text-loading{
	position: absolute;
	width: 100%;
	text-align: center;
	top:49%;
}
.row-message .text-loading-2{
	position: absolute;
	width: 100%;
	text-align: center;
	top:50%;
	font-size: 150px;margin-top:-100px;
	color:#eee;
}

.send_status{
	font-size: 9px;
	color:#999;
}
.box-inbox.current {
	background: #45aa48;
}
.box-inbox.current strong a,.box-inbox.current .recent-msg,.box-inbox.current .message-date{
	color:#fff;
}
.loading-inbox{
	display: block;
	text-align: center;
	padding: 20px;
}
.attach-image-preview{
	max-width: 50px;
    position: absolute;
    right: 50px;
    top: 17px;
}
.attach-image-preview .remove-preview-img{
	position: absolute;
 	cursor: pointer;
    float: right;
    right:2px;top:-2px;
    color: #ccc !important;

}
.attach-image-preview .remove-preview-img:hover i {
    color: #aaa !important;
}
.fa-refresh.fa-spin{
	font-size: 15px;
	color:#aaa;
}