/*@screen-xs: 600px;
@screen-sm: 990px;
@screen-md: 1214px;
@screen-lg: 1422px;*/
/*@screen-xxs-min: 384px;
@container-xxs: (336px + @grid-gutter-width);*/
.friends.index .panel {
  border: none;
}
.friends.index .panel img.img-responsive {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 100%;
}
.friends.index .panel .panel-bg-wrapper {
  height: 100%;
}
.friends.index .panel .panel-bg-wrapper > img {
  position: absolute;
  bottom: 0;
  right: 13px;
  height: 50px;
}
.friends.index .panel .panel-bg {
  border-radius: 30% 4px 4px 30%;
  border: none;
  height: 100%;
  background: transparent center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.friends.index li:not(.active) > a:not(:hover) {
  color: inherit;
}
.friends.index .nav.nav-tabs {
  margin: 6rem 0 2rem;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.friends.index .nav.nav-tabs > li a,
.friends.index .nav.nav-tabs > li.active a,
.friends.index .nav.nav-tabs > li a:hover,
.friends.index .nav.nav-tabs > li.active a:hover,
.friends.index .nav.nav-tabs > li a:focus,
.friends.index .nav.nav-tabs > li.active a:focus {
  background-color: inherit;
  color: inherit;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .friends.index .nav.nav-tabs {
    margin: 2rem 0 2rem;
  }
}
.friends.index .friend-card {
  position: relative;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
  border: 1px solid;
}
@media (min-width: 768px) {
  .friends.index .friend-card:not(last-child) {
    margin-right: 1rem !important;
  }
}
.friends.index .friend-card .panel-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.friends.index .friend-card .panel-bg-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  opacity: .6;
}
.friends.index .h-100 {
  height: 100%;
}
.friends.index .add-friends {
  position: fixed;
  bottom: 60px;
  right: 10px;
}
.friends.index .menu-img {
  position: relative;
}
.friends.index .menu-img > .badge {
  position: absolute;
  background-color: #d9534f !important;
  bottom: 0;
  right: 0;
}
