/*---------chat window---------------*/
.inbox_people {background: #222429c7; float: left; overflow: hidden; width: 17%; border-right: 1px solid #26272c;}

.inbox_msg {
	clear: both;
	overflow: hidden;
}

.top_spac {
	margin: 20px 0 0;
}

.recent_heading {float: left;}
.srch_bar {
	display: inline-block;
	text-align: right;
	width: 60%;
	padding:
}

.headind_srch {padding: 10px 25px 10px 10px; overflow: hidden; border-bottom: 1px solid #2d2e34;}

.recent_heading h4 {color: #768962; font-size: 11px; margin: auto;}

.chat_ib h5 {
	font-size: 15px;
	color: #464646;
	margin: 0 0 8px 0;
}

.chat_ib h5 span {
	font-size: 13px;
	float: right;
}

.chat_ib p {
    font-size: 12px;
    color: #989898;
    margin: auto;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat_img {
	float: left;
	width: 11%;
}

.chat_img img {
	width: 100%
}

.chat_ib {
	float: left;
	padding: 0 0 0 15px;
	width: 88%;
}

.chat_people {
	overflow: hidden;
	clear: both;
}

.chat_list {border-bottom: 1px solid #26272c; margin: 0; padding: 4px 4px 0px;}

.inbox_chat {overflow-y: scroll;}

.active_chat {
	background: #e8f6ff;
}
.krasotochka img {border-radius: 5px;}
.quote {margin: 0 0 10px 0 !important; padding: 8px 8px 8px 8px !important; position: relative !important; background-color: #383940 !important; color: #ccc !important; border-radius: 5px !important;}
.incoming_msg {background: #2d2e34 none repeat scroll 0 0; border-radius: 8px 8px 8px 8px; font-size: 13px; margin: 0; padding: 5px 5px 5px 10px; margin-right: 8px; margin-bottom: 3px;}
.incoming_msg_img3 {
	display: inline-block;
	width: 6%;
}

.incoming_msg img {
	max-width: 50% !important;
}

.received_msg {
	display: inline-block;
	vertical-align: top;
	width: 92%;
}



.time_date {
	color: #747474;
	display: block;
	font-size: 12px;
	margin: 8px 0 0;
}

.received_withd_msg {
	width: 90%;
}

.mesgs{float: left; padding: 10px 10px 0 10px; width: 83%; background: #222429c7;}
.write_msg {border: 1px solid #26272c !important;min-height: 60px !important; width: 100%; margin-top: -10px !important;}
.sent_msg p {
	background:#0465ac;
	border-radius: 12px 15px 15px 0;
	font-size: 14px;
	margin: 0;
	color: #fff;
	padding: 5px 10px 5px 12px;
	width: 100%;
}

.outgoing_msg {
	overflow: hidden;
	margin: 26px 0 26px;
}

.sent_msg {
	float: right;
	width: 46%;
}

.input_msg_write input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #4c4c4c;
	font-size: 15px;
	min-height: 48px;
	width: 100%;
	outline:none;
}

.write_msg {
	border: 1px solid #6eb6e3;
	color: #000;
	font-size: 13px;
	min-height: 100px;
	width: 100%;
	outline:none;
}

.type_msg {position: relative;margin-bottom: 20px;}
.msg_send_btn {background: #688648 none repeat scroll 0 0; border: none; cursor: pointer; font-size: 12px; height: 33px; position: absolute; right: 0; top: 168px; width: 100px;}
.messaging {padding: 0px 0px 0px 0; background: #222429c7; margin-bottom: 20px;}
.msg_history {height:200px;overflow-y: auto;}
.rules {
	font-size: 18px;
}