body {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 17px;
}
.paragraph {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 17px;
  margin-top: 17px;
  margin-bottom: 17px;
}
.giga {
  font-size: 23px;
  font-weight: 300;
  line-height: 34px;
  margin-top: 34px;
  margin-bottom: 17px;
}
.mega {
  font-size: 19px;
  line-height: 34px;
  margin-top: 34px;
  margin-bottom: 17px;
}
.alpha {
  font-size: 15px;
  line-height: 17px;
  margin-top: 17px;
  margin-bottom: 17px;
}
.beta {
  font-size: 12px;
  line-height: 17px;
  margin-top: 17px;
  margin-bottom: 17px;
}
ul,
ol {
  margin-top: 17px;
  margin-bottom: 17px;
}
.panel-border {
  padding: 12px;
}
.panel-z1,
.panel-z2,
.panel-z3,
.panel-z4,
.panel-z5 {
  background: #fffff;
}
.panel-z1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.panel-z2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.panel-z3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.panel-z4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.panel-z5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.btn-custom-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-custom-default.active,
.btn-custom-default.focus,
.btn-custom-default:active,
.btn-custom-default:focus,
.btn-custom-default:hover,
.open > .dropdown-toggle.btn-custom-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-follow {
  background: #ff9800 url('../../../../img/plus-icon.svg') 10px 10px no-repeat;
  background-size: 12px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  padding: 8px 12px 8px 28px;
}
.btn-follow:hover {
  background-color: #ef6c00;
  color: #fff;
}
.btn-info {
  background: #03a9f4 url('../../../../img/info-icon.svg') 12px 8px no-repeat;
  background-size: 6px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  padding: 8px 12px 8px 28px;
}
.btn-info:hover {
  background-color: #0277bd;
  border-color: #0277bd;
  color: #fff;
}





.powerfeed-post-wrap {
    background-color: #fff !important;
    margin-bottom: 24px;
  position: relative;
}
.double-bubble {
  float: left;
}
.post-entity-wrap,
.post-entity {
  overflow: hidden;
}
.post-entity-wrap {
  padding: 12px;
}
.post-entity-avatar {
  float: left;
  margin-right: 8px;
}
.post-entity-avatar img {
  border: 1px solid #999;
}
.post-user-avatar {
  float: left;
}
.post-user-avatar img {
  border: 1px solid #999;
}
.entity-name {
  float: left;
  margin-left: 16px;
}
.entity-name h3 {
  margin: 4px 0;
}
.entity-name .name span {
  color: #757575;
}
.entity-name .data {
  color: #9e9e9e;
}
.post-content {
  padding: 0 12px 12px;
}
.post-content p {
  margin: 0;
}
.post-content p + p {
  margin-top: 18px;
}
.comment-like-btn {
  background-color: #e0e0e0;
  overflow: hidden;
  position: relative;
}
.like-btn {
  background-image: -webkit-linear-gradient(#ffffff 0%, #f0f0f0 100%);
  background-image: -o-linear-gradient(#ffffff 0%, #f0f0f0 100%);
  background-image: linear-gradient(#ffffff 0%, #f0f0f0 100%);
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #999;
  float: left;
  margin: 4px 3px 0 24px;
  /* hack added to display the styles correctly in the publisher area */
  width: 24px;
  height: 20px;
  /* end of hack */
}
.like-comment-btn {
  background-image: -webkit-linear-gradient(#ffffff 0%, #f0f0f0 100%);
  background-image: -o-linear-gradient(#ffffff 0%, #f0f0f0 100%);
  background-image: linear-gradient(#ffffff 0%, #f0f0f0 100%);
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #999;
  float: left;
  height: 20px;
  padding: 8px 4px 2px;
  width: 20px;
}
.like-comment-btn i {
  font-size: 9px;
  top: -3px;
  left: -1px;
}
.like-btn-active {
  color: #F79400;
}
.comment-btn-active {
  color: #03A9F4;
}
.nav-post-tabs {
  float: right;
  margin-top: 0;
}
.nav-post-tabs li.active > a,
.nav-post-tabs li.active > a:focus {
  background-color: #f2f2f2;
  border-right: 0;
}
.nav-post-tabs li > a {
  background-color: #fff;
  border-radius: 0;
  border-left: 1px solid #c1c1c1;
  color: #757575;
  margin-right: 0;
  padding: 6px 25px;
  background-color: #e0e0e0;
}
.nav-post-tabs li > a:hover {
  border-left: 1px solid #c1c1c1;
}
.tab-pane {
  background-color: #F2F2F2;
}
.post-settings {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 4;
}
.comment-settings {
  position: relative;
  right: 12px;
  z-index: 4;
  float: right;
}
.btn-post-comment-settings {
  background: none;
  border: 0;
  margin-top: 2px;
  padding: 10px 8px;
}
#messageContainer article.like-item {
    background-color: #f2f2f2;
}
.likes-panel {
  overflow: hidden;
  padding: 24px 24px 0 24px;
}
.like-comment-entity-avatar {
  margin-right: 8px;
}
.like-comment-entity-avatar,
.like-comment-user-avatar {
  float: left;
}
.like-comment-entity-avatar img,
.like-comment-user-avatar img {
  border: 1px solid #999;
  height: 36px;
  width: 36px;
}
.like-entity {
  overflow: hidden;
  padding-bottom: 24px;
}
.comment-like-entity-name {
  margin-left: 12px;
}
.comment-like-entity-name h3 {
  font-size: 13px;
  line-height: 18px;
  margin-top: 8px;
}
.comments-panel {
  padding: 24px 24px 5px 24px;
  position: relative;
}
#messageContainer article .comment-item {
    background-color: #f2f2f2;
  padding-bottom: 24px;
}
.comment-entity {
  overflow: hidden;
}
.comment-content p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 18px;
}
.comment-info-wrap {
  overflow: hidden;
}
.comment-data {
  color: #bdbdbd;
  font-size: 13px;
  line-height: 18px;
  float: left;
  padding-right: 10px;
}
.like-counter {
  float: left;
  margin: 0 0 0 8px;
  width: 300px;
}
.comment-input-wrap {
  margin-top: 24px;
}
.comment-input {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  color: #757575;
  float: left;
  font-size: 13px;
  line-height: 18px;
  padding: 9px 16px;
  width: 81.8%;
}
.comment-btn {
  background-image: -webkit-linear-gradient(#ffffff 0%, #f2f2f2 100%);
  background-image: -o-linear-gradient(#ffffff 0%, #f2f2f2 100%);
  background-image: linear-gradient(#ffffff 0%, #f2f2f2 100%);
  border: 1px solid #BFBFBF;
  border-radius: 3px;
  color: #757575;
  margin-left: 8px;
  padding: 8px 12px;
}
.read-all-comments {
  color: #757575;
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 24px 0;
}
.read-all-comments span {
  margin-left: 8px;
  width: 10px;
}
a:hover.read-all-comments {
  color: #212121;
  text-decoration: none;
}
.panel-insert-post-wrap {
  background-color: #F7F7F7;
  margin-bottom: 24px;
  padding: 24px;
}
.textarea-insert-post {
  border: 1px solid #e0e0e0;
  padding: 12px;
}
.buttons-insert-post {
  margin-top: 8px;
  overflow: hidden;
}
.upload-image-btn {
  border: none;
  background: none;
  float: left;
  padding: 8px 0;
}
.panel-insert-post-btn {
  color: #fff;
  background-image: linear-gradient(-180deg, #81d4fa 0%, #76c0e3 100%);
  border-radius: 3px;
  border: none;
  font-size: 13px;
  float: right;
  line-height: 18px;
  padding: 8px 16px;
}
.upload-image-message {
  color: #000;
  display: block;
  float: left;
  margin: 10px 0 0 16px;
  opacity: .54;
}
.glyphicon {
	top: 2px;
}

.heart-box{
      font-size: 10px;
	top: 1px;
      height: 10px;
      width: 10px;
}

.container-feed-global {
	width: 575px;
	margin: 0 auto;
}

.social-header-icon {
	padding-right: 8px;
}

.social-box-header {
	margin-right: 24px;
	background-color: #FFFFFF;
	padding: 0;
}

.social-box-header span:first-child {
	margin-right:15px;
}

.mc-sbh {
	background: #ffffff;
	float: left;
	padding: 0;
	margin: 13px 20px 5px 0;
}

.upload-image-btn {
  border: none;
  background: none;
  float: left;
  padding: 8px 0;
}
.panel-insert-post-btn {
  color: #fff;
  background-image: linear-gradient(-180deg, #81d4fa 0%, #76c0e3 100%);
  border-radius: 3px;
  border: none;
  font-size: 13px;
  float: right;
  line-height: 18px;
  padding: 8px 16px;
}
.upload-image-message {
  color: #000;
  display: block;
  float: left;
  margin: 10px 0 0 16px;
  opacity: .54;
}
.thumbs-upload-image {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 12px;
}
.thumbs-upload-image .glyphicon-plus {
  font-size: 30px;
}
.thumbs-item {
  background-color: #d8d8d8;
  height: 102px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 102px;
  margin-right: 3px;
}
.thumbs-item:hover canvas {
  background: url("/images/social/remove-thumb.svg") 50% no-repeat;
  cursor: pointer;
}
.thumbs-item:nth-child(5n) {
  margin-right: 0;
}
.plus-icon {
  background: #d8d8d8 url('/images/social/plus-icon.svg') 50% no-repeat;
}
/*** For IE 9 and down ***/
.IErootWrapper .thumbs-upload-image {
  overflow: hidden;
}
.IErootWrapper .thumbs-upload-image .glyphicon-plus {
  font-size: 30px;
}
.IErootWrapper .thumbs-item {
  background-color: #d8d8d8;
  height: 102px;
  width: 102px;
  float: left;
  display: inline;
  margin-right: 3px;
}
.IErootWrapper .thumbs-item:hover canvas {
  background: url("/images/social/remove-thumb.svg") 50% no-repeat;
}
.IErootWrapper .thumbs-item:nth-child(5n) {
  margin-right: 0;
}
.upload-image-btn-wrap {
  margin-top: 8px;
  overflow: hidden;
}
.upload-image-btn {
  border: none;
  background: none;
  float: left;
  padding: 8px 0;
}
.panel-insert-post-btn {
  color: #fff;
  background-image: linear-gradient(-180deg, #81d4fa 0%, #76c0e3 100%);
  border-radius: 3px;
  border: none;
  font-size: 13px;
  float: right;
  line-height: 18px;
  padding: 8px 16px;
}
.upload-image-message {
  color: #000;
  display: block;
  float: left;
  margin: 10px 0 0 16px;
  opacity: .54;
}
.thumbs-upload-image {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 12px;
}
.thumbs-upload-image .glyphicon-plus {
  font-size: 30px;
}
.thumbs-item {
  background-color: #d8d8d8;
  height: 102px;
  width: 102px;
  overflow: hidden;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 102px;
  margin-right: 3px;
  position: relative;
}
.thumbs-item canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.thumbs-item:nth-child(5n) {
  margin-right: 0;
}
.thumbs-item-over {
	width: 102px;
	height: 102px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.thumbs-item-over:hover {
	background: url("/images/social/remove-thumb.svg") 50% no-repeat;
}
.plus-icon {
  background: #d8d8d8 url('/images/social/plus-icon.svg') 50% no-repeat;
}
.post-image-list {
	margin: 0;
	padding: 0;
	margin-top: 24px;
}
.post-image-list li {
	list-style-type: none;
	padding-bottom: 16px;
}
.comment-image-list {
	margin: 0;
	padding: 0;
	width: 50%;
}
.comment-image-list li {
	list-style-type: none;
	padding-bottom: 16px;
}

.following-items {
  background-color: #fafafa;
  margin-bottom: 1px;
  overflow: hidden;
  padding: 12px 24px;
}
.follower-items {
  background-color: #fafafa;
  margin-bottom: 1px;
  overflow: hidden;
}
.entity-follow-name {
  float: left;
  margin: 2px 16px 0 8px;
}
.entity-follow-name a {
  font-size: 16px;
  line-height: 18px;
  margin-top: 18px;
  margin-bottom: 18px;
}
.entity-follower-name {
  float: left;
  margin: 0 12px 0 8px;
}
.entity-follower-name a {
  display: block;
  font-size: 16px;
  line-height: 18px;
  margin-top: 28px;
  margin-bottom: 0;
}
.post-follower-avatar {
  margin: 12px 12px 12px 24px;
}
.entity-ext-link {
  margin: 8px 72px 0 0;
}
.entity-ext-link a {
  color: #90a4ae;
  font-size: 13px;
  line-height: 18px;
  margin-top: 18px;
  margin-bottom: 18px;
}
.follow-button {
	width: 84px !important;
  background: #FF9800;
  border-radius: 2px;
  border: none;
  float: right;
  font-size: 13px;
  color: #FFFFFF;
  margin-top: 8px;
  padding: 10px 16px;
}
.follow-button:hover {
  background: #F44336;
  border-radius: 2px;
  border: none;
  font-size: 13px;
  color: #FFFFFF;
  padding: 10px 16px;
}
.followers-inner {
  background-color: #fff;
}
.followers-list-counter-wrap {
  float: right;
  margin: 24px 24px 0 0;
}
.followers-list-counter {
  float: left;
  overflow: hidden;
}
.followers-list-counter a {
  background-color: #03a9f4;
  border-radius: 50%;
  color: #fff;
  float: left;
  min-height: 21px;
  min-width: 21px;
  text-align: center;
  margin-right: 8px;
}
.followers-list-counter span {
  display: block;
  float: left;
}
.followers-list-arrow {
  color: #212121;
  display: block;
  float: left;
  margin: 0 0 0 16px;
  width: 12px;
}
.followers-list-arrow:hover {
  color: #212121;
  text-decoration: none;
}
.followers-inner ul {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.followers-inner-item {
  background-color: #E0E0E0;
  display: inline;
  float: left;
  margin: 0 1px 1px 0;
  padding: 10px 16px;
}
.followers-inner-name {
  color: #212121;
  display: block;
  float: left;
  margin: 6px 12px 0 0;
  width: auto;
}
.followers-inner-name:hover {
  text-decoration: none;
}
.follower-button {
  background: #FF9800;
  border-radius: 2px;
  border: none;
  float: right;
  font-size: 11px;
  color: #FFFFFF;
  padding: 6px 8px;
}

.btn-following {
    background: #FF9800;
    border-color: #eea236;
    color: #fff !important;
}

.arrow-fix-tmp {
	width: 10px;
	height: 6px;
	background: url('/images/social/arrow-dropdown.svg');
	margin-top: 5px;
	margin-left: 5px;
}

.badge {
	font-size: 10.152px;
	font-family: Arial, sans-serif;
	padding: 1px 5px 2px 5px;
	line-height: 14px;
}

.badge-important {
	background-color: #b94a48;
}
.title-image {
  position: relative;
  right: 15px;
}

.popover-content {
  padding-top: 15px;
  padding-left: 30px;
}


/* notification system */

.notif{
	background-repeat:no-repeat;
	background-position: top center;
	display: block;
	position: relative;
	height: 38px;
}

.notification .dropdown-menu .notif {
	margin-top: 10px;
}

.invite {
	background-image: url('/images/icons/invitation-notification.png');
	background-position: 22px 0;
}

.excVoucher {
	background-image: url('/images/icons/voucher-notification.png');
}

.socialNewComment {
	background-image: url('/images/icons/new-comment-icon.svg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 38px;
}
.socialLike {
	background-image: url('/images/icons/new-like-icon.svg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 38px;
}
.socialBlock {
	background-image: url('/images/icons/block-icon.svg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 38px;
}
.blocked-mute-title h1 {
  color: #2196f3;
  font-weight: 400;
}
.blocked-mute-list {
  list-style-type: none;
  padding: 12px;
}
.blocked-mute-list li {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.blocked-mute-list li:before,
.blocked-mute-list li:after {
  content: " ";
  display: table;
}
.blocked-mute-list li:after {
  clear: both;
}
.blocked-mute-list li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blocked-mute-list li .post-entity {
  float: left;
}
.blocked-mute-list li .post-entity .entity-name .name {
  margin-top: 10px;
}
.blocked-muted-list-wrap {
  float: right;
}
.blocked-muted-list-wrap button {
  margin-top: 4px;
}
.blocked-muted {
  background: #D9534F;
  border: 1px solid #D43F3A;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  color: #FFFFFF;
  padding: 6px 12px;
}

.blocked-mute-text {
	min-height: 300px;
	font-size: 16px;
}

.user-box .notification .dropdown-menu span,
.notification .dropdown-menu span {
	margin: 10px 10px 0 0; color:#5d5d5d;
}
.notification .dropdown-menu .item {
	padding-bottom: 8px; cursor:pointer;
}
.notification .dropdown-menu .item {
	font-size: 12px;
	white-space: normal;
}
.notification .dropdown-menu .item h4 {
	font-size: 14px;
}
.notification .dropdown-menu .item.read,
.notification .dropdown-menu .item.read h4,
.notification .dropdown-menu .item.read span {
	background-color: #f6f7f8;
	color: #aeaeae;
}
