
.media_amis{
  padding:2px; 
  margin:0px;
  border-bottom:1px solid #eee;
}
.media_amis:hover{
  background-color:#eee;
}

.amis{
	font-size:12px;
}


.panel-amis{
	margin:none;


}
.panel-body-amis{
	overflow-y: scroll;
    max-height:90vh;
}

.item-amis{
	border-bottom:1px solid #ddd;
	background-color: #000;
	color:#fff;
}

.amis a{
font-family: arial, verdana,tahoma !important;
font-weight:300;
color:#222;

}
.amis a:hover{
color:#fb6e04;
}

.amis .img_xs{
  width:12px;
  height:12px;
}
.amis .img_sm{
  width:25px;
  height: auto;
}
.amis .img_md{
  width:40px;
  height: auto;
}

.tooltip_online {
  width: 12px;
  height: 12px;
  position: relative;
}

.statut_online:before{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4CAF50;
}

.statut_offline:before{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fb6e04;
  background: transparent;
}


