/*FREINDS START*/
#input-search-friend{
    float: left;
    display: block;
    position: relative;
    height: 45px;
    width: 302px;
}
#friends-found-group{

}
#friends-found-group span{
    float: left;
    width: auto;
}

.add-friend-from-friends{
    cursor: pointer;
    width: 300px;
    overflow: hidden;
    height:45px;
    padding-top: 8px;
    padding-left: 14px;
    color: #fff !important;
}
.add-friend-from-friends:hover{
    /*color:#5fcbf4 !important;*/
    color: #55b1d5 !important;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #5fcbf4;
}
.friend-found-item{
    height: 38px;
    background: #454853;
    margin-left: 12px;
    display: inline-block;
    color: #fff;
    font: 18.5px pfagorasansproBold;
    margin-bottom: 12px;
    padding-right: 7px;
    top: 7px;
}
.friend-found-item img {
    position: relative;
    height: 44px;
    width: 44px;
}
.friend-found-item.online{
    background: #40d940;
}

.all_friends_found {
    float: left;
    width: auto;
    height: auto;
    display: block;
    margin-top: 10px;
}
.friend-found-item i{
    margin-left: 10px;
    cursor:pointer;
    font-style: normal;
    font-size: 22px;
}
.friend-found-item i:hover {
    color:#ebebeb;
}
.active_friend {
    background:#87d500 !important;
}
#friends-search-find{
    position: relative;
    display: block;
    width: 100px;
}
.text_friend {
  position: relative;
  top: 6px;
  max-width: 378px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
}
#friends-search-find .friend{
    position: absolute;
    top: 46px;
    width: 302px;
    border:none;
    display:none;
    background: #f5f5f5;
    z-index: 100;
    cursor: pointer;
    background: #55b1d5;
    color: #fff !important;
    font: 21px pfagorasansproMedium;
}
/*FREINDS END*/
