.chatToUser{
	line-height: 20px;
    margin-bottom: 0px;
    padding: 1%;
}
.box2{
	padding:0px;
	margin-bottom: 0px;
}
.box-primary{
	 /*border: 1px solid #13a89e;*/
}
.box.box-solid.box-success>.box-header {
    color: #fff;
    background: #13a89e;
    background-color: #13a89e;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 0px;
}
/*
 * Component: Direct Chat
 * ----------------------
 */
.direct-chat .box-body {
  background-color: #FFF;	
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}
.direct-chat.chat-pane-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.direct-chat-messages {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px;
  height: 250px;
  overflow: auto;
}
.direct-chat-msg,
.direct-chat-text {
  display: block;
}
.direct-chat-msg {
  margin-bottom: 10px;
}
.direct-chat-msg:before,
.direct-chat-msg:after {
  content: " ";
  display: table;
}
.direct-chat-msg:after {
  clear: both;
}
.direct-chat-messages,
.direct-chat-contacts {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.direct-chat-text {
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  background: #d2d6de;
  border: 1px solid #d2d6de;
  margin: 5px 0 0 50px;
  color: #444444;
}
.direct-chat-text:after,
.direct-chat-text:before {
  position: absolute;
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-right-color: #d2d6de;
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none;
}
.direct-chat-text:after {
  border-width: 5px;
  margin-top: -5px;
}
.direct-chat-text:before {
  border-width: 6px;
  margin-top: -6px;
}
.right .direct-chat-text {
  margin-right: 50px;
  margin-left: 0;
}
.right .direct-chat-text:after,
.right .direct-chat-text:before {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #d2d6de;
}
.direct-chat-img {
  border-radius: 50%;
  float: left;
  width: 40px;
  height: 40px;
}
.right .direct-chat-img {
  float: right;
}
.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}
.direct-chat-name {
  font-weight: 600;
}
.direct-chat-timestamp {
  color: #999;
}
.direct-chat-contacts-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.direct-chat-contacts {
  -webkit-transform: translate(101%, 0);
  -ms-transform: translate(101%, 0);
  -o-transform: translate(101%, 0);
  transform: translate(101%, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  /*height: 250px;*/
  height: 100%;
  width: 100%;
  background: #222d32;
  color: #fff;
  overflow: auto;
}

#chatBox .contacts-list2{
    list-style: none;
    margin: 0;
    padding: 0;
}

/*#chatBox .contacts-list li a:hover,#chatBox .contacts-list li a:focus{
    color: #ecf0f1;
    background-color: rgba(255, 255, 255, .1);
}

#chatBox .contacts-list li a:active {
    color: transparent !important;
    background-color: transparent !important;
}
*/
#chatBox .contact_list_item{
	width: 90%;
}
#chatBox .onlile_div{
	line-height:40px;
	padding-right: 5%;
}

#chatBox .contacts-list2 li a{
	line-height: 40px;
}
#chatBox .contacts-list2 li a:hover {
	text-decoration: none !important;
}
#chatBox .contacts-list2 > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0;
}
#chatBox .contacts-list2 > li:before,
#chatBox .contacts-list2 > li:after {
  content: " ";
  display: table;
}
#chatBox .contacts-list2 > li:after {
  clear: both;
}
#chatBox .contacts-list2 > li:last-of-type {
  border-bottom: none;
}
#chatBox .contacts-list-img {
  border-radius: 50%;
  width: 40px;
  float: left;
}
#chatBox .contacts-list-info {
  margin-left: 45px;
  color: #fff;
}
#chatBox .contacts-list-name,
#chatBox .contacts-list-status {
  display: block;
}
#chatBox .contacts-list-name {
  font-weight: 600;
  padding-left: 3%;
}
#chatBox .contacts-list-status {
  font-size: 12px;
}
#chatBox .contacts-list-date {
  color: #aaa;
  font-weight: normal;
}
#chatBox .contacts-list-msg {
  color: #999;
}
.direct-chat-danger .right > .direct-chat-text {
  background: #dd4b39;
  border-color: #dd4b39;
  color: #ffffff;
}
.direct-chat-danger .right > .direct-chat-text:after,
.direct-chat-danger .right > .direct-chat-text:before {
  border-left-color: #dd4b39;
}
.direct-chat-primary .right > .direct-chat-text {
  background: #13a89e;
  border-color: #13a89e;
  color: #ffffff;
}
.direct-chat-primary .right > .direct-chat-text:after,
.direct-chat-primary .right > .direct-chat-text:before {
  border-left-color: #13a89e;
}
.direct-chat-warning .right > .direct-chat-text {
  background: #f39c12;
  border-color: #f39c12;
  color: #ffffff;
}
.direct-chat-warning .right > .direct-chat-text:after,
.direct-chat-warning .right > .direct-chat-text:before {
  border-left-color: #f39c12;
}
.direct-chat-info .right > .direct-chat-text {
  background: #00c0ef;
  border-color: #00c0ef;
  color: #ffffff;
}
.direct-chat-info .right > .direct-chat-text:after,
.direct-chat-info .right > .direct-chat-text:before {
  border-left-color: #00c0ef;
}
.direct-chat-success .right > .direct-chat-text {
  background: #00a65a;
  border-color: #00a65a;
  color: #ffffff;
}
.direct-chat-success .right > .direct-chat-text:after,
.direct-chat-success .right > .direct-chat-text:before {
  border-left-color: #00a65a;
}