.new-chat-main {
	position: fixed;
	width: 404px;
	height: 100vh;
	background: #FFF url(../img/common/chat-new-bg.jpg) repeat-y;
	right: -453px;
	z-index: 99;
	-webkit-transition: right .5s; /* Safari */
    transition: right .5s;
}

.new-chat-header {
	float: left;
	margin: 60px 0 0;
	width: 100%;
	height: 82px;
	border-bottom: 1px solid #d0d0d0;
}

.new-chat-search {
	float: left;
	margin: 20px 5px 0 10px;
	padding: 0 0 0 53px;
	width: 340px;
	height: 42px;
	border:1px solid #d3d3d3;
	border-radius: 5px;
	font-size: 16px;
	color: #000;
	background: #FFF url(../img/common/chat-search.png) no-repeat 13px 7px;
}

.new-chat-settings a {
	float: left;
	margin:23px 0 0 18px;
	width: 32px;
	height: 32px;
	background: url(../img/common/chat-settings.png);
	position: relative;
}

.new-chat-dropdown {
	position: absolute;
	background: #09bafc;
	width: 180px;
	left: -100px;
	top: 50px;
	border-radius: 5px;
	display: none;
}
.new-chat-dropdown:after  {
	bottom: 100%;
	left: 115px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #09bafc;
	border-width: 10px;
	margin-left: -10px;
}

.new-chat-dropdown ul {
	 display: inline-block;
    height: auto;
    list-style: outside none none;
    margin: 0 0 0;
    padding: 0;
}

.new-chat-dropdown ul li {
    display: inline-block;
    margin: 0 0 0;
    padding: 10px 14px;
    width: 100%;
    color: #fff;
    font-size: 14px;
}

.new-chat-dropdown ul li i {
	padding-right: 10px;
	font-size: 18px;
	vertical-align: middle;
}

.chat-contact-delete a{
	float: right;
	margin: 5px 0 0;
	width: auto;
	height: auto;
	color: #999;
	font-size: 18px;
}



.new-chat-close a {
	float: right;
	margin:33px 20px 0 0;
	width: 16px;
	height: 16px;
	background: url(../img/common/chatclose.png) no-repeat;
}


.chat-items {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.btn-split, .chat-items {
}

.sidemenu header {
    position: relative;
}



.chat-items .chat-list {
    flex: 1 1 0;
    overflow: auto;
}

html.touch body {
     overflow:hidden;
}

.new-chat-list-row {
	float: left;
	margin: 0;
	padding: 20px;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #d0d0d0;
	cursor: pointer;
	position: relative;
}

.new-chat-proimg {
	float: left;
	margin: 0 0 0 0;
	width: 41px;
	height: 41px;
	border-radius: 50%;
	overflow: hidden;
}

.new-chat-proimg img {
	width: 100%;
	height: 100%;
}

.new-chat-row-title {
	float: left;
	margin: 0 0 0 20px;
	width: 204px;
	height: auto;
}

.new-chat-row-title h1 {
	float: left;
	margin: 2px 0 0;
	width: auto;
	height: auto;
	font-size: 14px;
	color: #010000;
}

.new-chat-row-title p {
	float: left;
	clear: left;
	margin: 0;
	width: auto;
	height: auto;
	font-size: 14px;
	color: #626262;
}

.new-chat-time {
	float: left;
	margin: 0;
	width: auto;
	height: auto;
	font-size: 12px;
	color: #999;
}

.new-chat-time .fa {
	padding-right: 5px;
}

.chat-filter-tabs-main {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 362px;
	height: 42px;
	border:1px solid #d9d9d9; 
	border-radius: 5px;
}

.chat-filter-tabs-main ul {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	list-style: none;
	text-align: center;
	padding: 0;
}

.chat-filter-tabs-main ul li {
	float: left;
	line-height: 38px;
	padding: 0 13px;
	border-right: 1px solid #d9d9d9;
}

.chat-filter-tabs-main ul li:last-child {
	border-right: 0;
}

.chat-filter-tabs-main ul li:hover {
	background: #eaefef;
}

.chat-filter-tabs-mainactive {
	background: #eaefef !important;
}

.chat-filter-tabs-main ul li a {
	font-size: 16px;
	color: #010000;
	margin: 0 !important;
}

/* chatting section */

.chatting-info {
	background: #f4f4f4;
}

.new-chat-chatting-header {
	float: left;
	margin: 60px 0 0;
	width: 100%;
	height: 51px;
	border-bottom: 1px solid #d0d0d0;
}

.chat-back {
	float: left;
	margin: 13px 0 0 31px;
	width: 25px;
	height: 25px;
}

.new-chat-chatting-header p {
	float: left;
	margin: 16px 0 0 30px;
	padding: 0;
	width: 270px;
	height: auto;
	font-size: 14px;
	color: #000000;
}

.new-chat-chatting-header p span {
	color: #626262;
}

.new-chating-close a {
	float: right;
	margin:18px 18px 0 0;
	width: 16px;
	height: 16px;
	background: url(../img/common/chatclose.png) no-repeat;
}

.chatting-row {
	float: left;
	margin: 0;
	padding: 20px 30px;
	width: 100%;
	height: auto;
}

.new-chat-img {
	float: left;
	width: 41px;
	height: 41px;
	border-radius: 50%;
	overflow: hidden;
}

.new-chat-img img {
	width: 100%;
	height: 100%;
}

.new-other-chat {
	position: relative;
	background: #e0e5e8;
	width: 220px;
	padding: 15px 15px;
	margin: 0 0 0 65px;
	border-radius: 5px;
	font-size: 14px;
	color: #393939;
}
.new-other-chat:after {
	right: 100%;
	top: 26px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #e0e5e8;
	border-width: 10px;
	margin-top: -10px;
}

.chatting-row p {
	float: left;
	margin: 17px 0 0;
	width: auto;
	height: auto;
	font-size: 12px;
	color: #999;
}

.chatting-row p .fa {
	padding-right: 5px;
}

.chatting-row span {
	float: left;
	color: #26d0c4;
	margin: 15px 0 0 10px;
}

.new-my-chat {
	position: relative;
	background: #26d0c4;
	width: 255px;
	padding: 15px 15px;
	margin: 0 25px 0 0;
	border-radius: 5px;
	font-size: 14px;
	color: #fefefe;
	float: right;
}
.new-my-chat:after {
	left: 100%;
	top: 26px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #26d0c4;
	border-width: 10px;
	margin-top: -10px;
}

.new-chat-my-img {
	float: right;
	width: 41px;
	height: 41px;
	border-radius: 50%;
	overflow: hidden;
}

.new-chat-my-img img {
	width: 100%;
	height: 100%;
}

.chatting-row-my {
	float: left;
	margin: 0;
	padding: 20px 30px;
	width: 100%;
	height: auto;
}

.chatting-row-my p {
	float: right;
	clear: right;
	margin: 17px 0 0;
	width: auto;
	height: auto;
	font-size: 12px;
	color: #999;
}

.chatting-row-my p .fa {
	padding-right: 5px;
}

.chatting-row-my span {
	float: right;
	color: #26d0c4;
	margin: 15px 10px 0 0;
}

.new-chatting-input {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	padding: 0 20px;
	position: relative;
	border-top: 1px solid #d0d0d0;
}

.new-chat-input-field {
	float: left;
	margin: 20px 0 0;
	width: 100%;
	height: 43px;
	border-radius: 3px;
	border:1px solid #d9d9d9;
	padding: 0 70px 0 46px;
	background: #FFF url(../img/common/new-chat-icon.png) no-repeat 8px 14px;
	font-size: 14px;
	color: #626262;
}

.chat-message-send-btn {
	position: absolute;
	width: auto;
	height: auto;
	border:0;
	background: transparent;
	font-size: 18px;
	font-weight: bold;
	color: #26d0c4;
	right: 30px;
	top: 30px;
}

.new-chat-online-con-main  {
	position: absolute;
	width: 49px;
	height: 100vh;
	background: #d7f9f7;
	right: 404px;
	z-index: 1;
	padding: 71px 0 0;
}

.new-people-online-con {
	float: left;
	margin: 0 0 10px;
	width: 100%;
	padding: 0 9px;
	position: relative;
}

.new-people-online {
	float: left;
	margin: 0;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.new-people-online img {
	width: 100%;
	height: 100;
}

.new-people-online-con span {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #ff0808;
	position: absolute;
	right: 7px;
	top: -4px;
	z-index: 1;
	text-align: center;
	line-height: 18px;
	color: #fefefe;
	font-size: 10px;
}

.chat-contact-delete2 a{
	float: right;
	margin: 5px 12px 0 0;
	width: auto;
	height: auto;
	color: #999;
	font-size: 18px;
}

#chat-contacts .new-chat-row-title h1 {
	margin: 12px 0 0;
}

.chat-contact-delete a {
    color: #999;
    float: right;
    font-size: 18px;
    height: auto;
    margin: 5px 0 0;
    width: auto;
}

.chat-contact-delete a:hover {
	color: #26D0C4;
}

.chat-contact-fav a{
	color: #26D0C4;
}

.chat-contact-delete2 a:hover {
	color: #26D0C4;
}

.delete-msg {
	position: absolute;
	width: 90%;
	height: 80px;
	background: #FFF;
	text-align: center;
	left: 5%;
	right: 5%;
	border-radius: 5px;
	border: 1px solid #d0d0d0;
	top: 3px;
	padding: 10px 0 0 0;
	background: #EAEFEF;
}

.delete-msg span {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}

.delete-msg span a {
	display: inline-block;
	font-size: 12px;
	color: #000;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	width: 40px;
	padding: 2px 0;
	margin: 0 3px;
}

.fade_row_chat{
	opacity: 0.3;
}