	#custom-search-input {
	  background: #e8e6e7 none repeat scroll 0 0;
	  margin: 0;
	  padding: 5px;
	  width: 100%;
	}
	.all_conversation button {
	   background: #f5f3f3 none repeat scroll 0 0;
	   border: 1px solid #dddddd;
	   height: 38px;
	   text-align: left;
	   width: 100%;
	}
	.all_conversation i {
	   background: #e9e7e8 none repeat scroll 0 0;
	   border-radius: 100px;
	   color: #636363;
	   font-size: 17px;
	   height: 30px;
	   line-height: 30px;
	   text-align: center;
	   width: 30px;
	}
	.all_conversation .caret {
	   bottom: 0;
	   margin: auto;
	   position: absolute;
	   right: 15px;
	   top: 0;
	}
	.all_conversation .dropdown-menu {
	   background: #f5f3f3 none repeat scroll 0 0;
	   border-radius: 0;
	   margin-top: 0;
	   padding: 0;
	   width: 100%;
	}
	.all_conversation ul li {
	   border-bottom: 1px solid #dddddd;
	   line-height: normal;
	   width: 100%;
	}
	.all_conversation ul li a:hover {
	   background: #dddddd none repeat scroll 0 0;
	   color:#333;
	}
	.all_conversation ul li a {
	  color: #333;
	  line-height: 30px;
	  padding: 3px 20px;
	}
	.member_list .chat-body {
	   margin-left: 47px;
	   margin-top: 0;
	}
	.top_nav {
	   overflow: visible;
	}
	.member_list .contact_sec {
	   margin-top: 3px;
	}
	.member_list ul {
	   border: 1px solid #dddddd;
	}
	.chat-img img {
	   height: 34px;
	   width: 34px;
	}
	.member_list li {
	   border-bottom: 1px solid #dddddd;
	   padding: 4px;
	}
	.member_list li:last-child {
	   border-bottom:none;
	}
	.member_list {
	   height: 420px;
	   overflow-x: hidden;
	   overflow-y: auto;
	}
	.sub_menu_ {
	  background: #e8e6e7 none repeat scroll 0 0;
	  left: 100%;
	  max-width: 233px;
	  position: absolute;
	  width: 100%;
	}
	.sub_menu_ {
	  background: #f5f3f3 none repeat scroll 0 0;
	  border: 1px solid rgba(0, 0, 0, 0.15);
	  display: none;
	  left: 100%;
	  margin-left: 0;
	  max-width: 233px;
	  position: absolute;
	  top: 0;
	  width: 100%;
	}
	.all_conversation ul li:hover .sub_menu_ {
	  display: block;
	}
	.new_message_head button {
	  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	  border: medium none;
	}
	.new_message_head {
	  background: #f5f3f3 none repeat scroll 0 0;
	  float: left;
	  font-size: 13px;
	  font-weight: 400;
	  padding: 5px 10px;
	  width: 100%;
	}
	.message_section {
	  border: 1px solid #dddddd;
	}
	.chat_area {
	  float: left;
	  height: 350px;
	  overflow-x: hidden;
	  overflow-y: auto;
	  width: 100%;
	}
	.chat_area li {
	  padding: 8px 14px 0;
	}
	.chat_area li .chat-img1 img {
	  height: 40px;
	  width: 40px;
	}
	.chat_area .chat-body1 {
	  margin-left: 50px;
	}
	.chat_area .chat-body2 {
	  margin-left: 50px;
	}
	.chat-body1 p {
	  background: #f4e9ee none repeat scroll 0 0;
	  padding: 3px;
	}
	.chat-body2 p {
	  background: #e0ebc0 none repeat scroll 0 0;
	  padding: 3px;
	}
	.chat-body3 p {
	  background: #c0dde4 none repeat scroll 0 0;
	  padding: 3px;
	}
	.chat_area li:last-child {
	  padding-bottom: 10px;
	}
	.message_write {
	  background: #f5f3f3 none repeat scroll 0 0;
	  float: left;
	  padding:5px 15px;
	  width: 100%;
	}

	.message_write textarea.form-control {
	  height: 60px;
	  padding: 5px;
	}
	.chat_bottom {
	  float: left;
	  margin-top: 13px;
	  width: 100%;
	}
	.upload_btn {
	  color: #777777;
	}
	.sub_menu_ > li a, .sub_menu_ > li {
	  float: left;
	  width:100%;
	}
	.member_list li:hover, .member_list li:focus {
	  background: #ebebeb;
	  border-color: #e7e7e7;
	  color: #555;
	  cursor:pointer;
	}
	li.active_user {
	  background: #ebebeb;
	  border-color: #e7e7e7;
	  color: #555;
	  cursor:pointer;
	}
	li.unread_user {
	  background: #daf3d2;
	  border-color: #e7e7e7;
	  color: #555;
	  cursor:pointer;
	}
	