@import "include/variables.less";
@import "../vendor/bootstrap/variables.less";
@import "../vendor/bootstrap/mixins.less";

div#ccm-profile-header {
  position: relative;
}

div#ccm-profile-statistics-bar {
  font-weight: bold;
  font-size: 13px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding-top: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 8px;
}

div#ccm-profile-statistics-bar div.clearfix {
  padding-bottom: 0px;
}

div.ccm-profile-statistics-item {
  float: left;
  margin-right: 40px;
}

div.ccm-profile-badge-image {
  text-align: center;
  color: #aaa;
  font-size: 80%;
}

div#ccm-profile-avatar {
  position: absolute;
  right: 0px;
  bottom: 10px;
  background: white;
}

div#ccm-profile-avatar img {
  border: 1px solid #c2c2c2;
  border-radius: 3px;
}

table.ccm-profile-messages-list td {
  vertical-align: middle !important;
}

td.ccm-profile-messages-item-name {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}

table.ccm-profile-messages-list td.ccm-profile-message-from {
  text-align: center;
  padding-right: 40px;
}

table.ccm-profile-messages-list td.ccm-profile-message-from img {
  width: 50px;
  height: 50px;
}

div#ccm-private-message-detail {
  padding-left: 30px;
  position: relative;
}

div#ccm-private-message-detail img.u-avatar {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -2px;
  left: 2px;
}

div#ccm-private-message-detail .btn-toolbar {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 0px;
}

div#ccm-private-message-detail {
  position: relative;
}

#ccm-members-directory td.ccm-members-directory-avatar {
  padding-right: 20px;
  width: 80px;
}

td.ccm-members-directory-avatar img {
  border-radius: 3px;
  border: 1px solid #333;
  width: 50px !important;
  height: 50px !important;
}

#ccm-members-directory td {
  vertical-align: middle;
}

.ccm-members-directory-name {

}
.ccm-members-directory-name a {
  font-weight: 100;
  font-size: 24px;
}

#ccm-account-menu {
  position: absolute;
  top: 10px;
  right: 10px;
}