/* Theme default */
/* ======= Activities ========= */
.activities-view .stream-wrapper {
  position: relative;
}
.activities-view .nav-tabs {
  position: absolute;
  right: 0;
  top: -10px;
}
.activities-view .subtitle {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
}
.activities-view .item {
  position: relative;
  padding: 15px 0;
  padding-left: 60px;
  border-bottom: 1px solid #f3f3f7;
}
.activities-view .item:first-child {
  padding-top: 0;
}
.activities-view .item:last-child {
  border-bottom: 0;
}
.activities-view .item .profile {
  position: absolute;
  left: 0;
}
.activities-view .item .profile .profile-inner {
  position: relative;
}
.activities-view .item .profile img {
  width: 46px;
  height: 46px;
  display: inline-block;
  border-radius: 50%;
  background-clip: padding-box;
}
.activities-view .item .profile .status {
  display: inline-block;
  position: absolute;
  right: -4px;
  bottom: 5px;
  width: 12px;
  height: 12px;
  background: #c3c3c3;
  border: 2px solid #fff;
  border-radius: 50%;
  background-clip: padding-box;
}
.activities-view .item .profile .status.online {
  background: #75c181;
}
.activities-view .item .profile .status.busy {
  background: #F8A13F;
}
.activities-view .activity .summary {
  margin-bottom: 10px;
}
.activities-view .activity .summary .profile-name {
  color: #797f8b;
}
.activities-view .activity .summary .profile-name:hover {
  color: #494d55;
}
.activities-view .activity .excerpt {
  margin-bottom: 15px;
  background: #fafafa;
  padding: 15px;
}
.activities-view .activity .excerpt a {
  color: #616670;
}
.activities-view .activity .excerpt a:hover {
  color: #494d55;
  text-decoration: none;
}
.activities-view .activity .meta {
  color: #9499a3;
  margin-bottom: 0;
}
.activities-view .activity .meta a {
  color: #9499a3;
}
.activities-view .activity .meta a:hover {
  color: #40babd;
}
.theme-2 .activities-view .activity .meta a:hover {
  color: #6dbd63;
}
.theme-3 .activities-view .activity .meta a:hover {
  color: #497cb1;
}
.theme-4 .activities-view .activity .meta a:hover {
  color: #ec6952;
}
.activities-view .activity .meta .icon {
  font-size: 14px;
  vertical-align: middle;
  margin-right: 5px;
}
.activities-view .sidebar {
  margin-top: 31px;
}
.activities-view .sidebar .avatar-wrapper {
  padding: 15px;
}
.activities-view .sidebar .subtitle {
  padding: 15px;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #f3f3f3;
}
.activities-view .sidebar .filter-list {
  margin-bottom: 0;
}
.activities-view .sidebar .filter-list li {
  margin-bottom: 0;
  border-bottom: 1px solid #f3f3f3;
}
.activities-view .sidebar .filter-list li:last-child {
  border: none;
}
.activities-view .sidebar .filter-list li a {
  display: block;
  padding: 10px 15px;
  color: #616670;
}
.activities-view .sidebar .filter-list li a:hover {
  text-decoration: none;
  background: #fafafa;
  padding-left: 20px;
}
.activities-view .sidebar .filter-list li.active a {
  color: #494d55;
  font-weight: bold;
  border-left: 2px solid #40babd;
  background: #f5f5f5;
}
.theme-2 .activities-view .sidebar .filter-list li.active a {
  border-left-color: #6dbd63;
}
.theme-3 .activities-view .sidebar .filter-list li.active a {
  border-left-color: #497cb1;
}
.theme-4 .activities-view .sidebar .filter-list li.active a {
  border-left-color: #ec6952;
}
.activities-view .sidebar .filter-list li.active a:hover {
  background: none;
  padding-left: 15px;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .activities-view .nav-tabs {
    position: static;
    margin-bottom: 15px;
  }
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
