/* ===[ BBREACTION STYLE ]=== */

@font-face {
  font-family: 'bbreaction';
  src: url('font/bbreaction.eot?89251315');
  src: url('font/bbreaction.eot?89251315#iefix') format('embedded-opentype'),
       url('font/bbreaction.woff?89251315') format('woff'),
       url('font/bbreaction.ttf?89251315') format('truetype'),
       url('font/bbreaction.svg?89251315#bbreaction') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'bbreaction';
    src: url('../font/bbreaction.svg?89251315#bbreaction') format('svg');
  }
}
*/
 
 [class^="icon-bbreact-"]:before, [class*=" icon-bbreact-"]:before {
  font-family: "bbreaction";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  font-size: 120%;
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-bbreact-emo-happy:before { content: '\e800'; } /* '' */
.icon-bbreact-emo-wink:before { content: '\e801'; } /* '' */
.icon-bbreact-emo-wink2:before { content: '\e802'; } /* '' */
.icon-bbreact-emo-unhappy:before { content: '\e803'; } /* '' */
.icon-bbreact-emo-sleep:before { content: '\e804'; } /* '' */
.icon-bbreact-emo-thumbsup:before { content: '\e805'; } /* '' */
.icon-bbreact-emo-devil:before { content: '\e806'; } /* '' */
.icon-bbreact-emo-surprised:before { content: '\e807'; } /* '' */
.icon-bbreact-emo-tongue:before { content: '\e808'; } /* '' */
.icon-bbreact-emo-coffee:before { content: '\e809'; } /* '' */
.icon-bbreact-emo-sunglasses:before { content: '\e80a'; } /* '' */
.icon-bbreact-emo-displeased:before { content: '\e80b'; } /* '' */
.icon-bbreact-emo-beer:before { content: '\e80c'; } /* '' */
.icon-bbreact-emo-grin:before { content: '\e80d'; } /* '' */
.icon-bbreact-emo-angry:before { content: '\e80e'; } /* '' */
.icon-bbreact-emo-saint:before { content: '\e80f'; } /* '' */
.icon-bbreact-emo-cry:before { content: '\e810'; } /* '' */
.icon-bbreact-emo-shoot:before { content: '\e811'; } /* '' */
.icon-bbreact-emo-squint:before { content: '\e812'; } /* '' */
.icon-bbreact-emo-laugh:before { content: '\e813'; } /* '' */
.icon-bbreact-crown-minus:before { content: '\e814'; } /* '' */
.icon-bbreact-crown-plus:before { content: '\e815'; } /* '' */
.icon-bbreact-crown:before { content: '\e816'; } /* '' */

.icon-bbreact-emo-minus:before { content: '\e814'; } /* '' */
.icon-bbreact-emo-plus:before { content: '\e815'; } /* '' */
.icon-bbreact-emo:before { content: '\e816'; } /* '' */
/* BBreaction */

.reacts {
  width: 450px;
  height: 90px;
  background: #fff;
  border-radius: 90px;
  padding: 15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2);
  opacity: 0;
  overflow: hidden;
}
.reacts .circle {
  width: 29px;
  height: 29px;
  background: #edff97;
  border-radius: 50%;
  transform-origin: 50% 100%;
  -webkit-animation: slide 0.2s ease-in-out forwards;
          animation: slide 0.2s ease-in-out forwards;
  cursor: pointer;
  position: relative;
}
@-webkit-keyframes slide {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
}
@keyframes slide {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
}
.reacts .circle:nth-child(1) {
  -webkit-animation-duration: calc(0.2s * 1);
          animation-duration: calc(0.2s * 1);
}
.reacts .circle:nth-child(2) {
  -webkit-animation-duration: calc(0.2s * 2);
          animation-duration: calc(0.2s * 2);
}
.reacts .circle:nth-child(3) {
  -webkit-animation-duration: calc(0.2s * 3);
          animation-duration: calc(0.2s * 3);
}
.reacts .circle:nth-child(4) {
  -webkit-animation-duration: calc(0.2s * 4);
          animation-duration: calc(0.2s * 4);
}
.reacts .circle:nth-child(5) {
  -webkit-animation-duration: calc(0.2s * 5);
          animation-duration: calc(0.2s * 5);
}
.reacts .circle:nth-child(6) {
  -webkit-animation-duration: calc(0.2s * 6);
          animation-duration: calc(0.2s * 6);
}


.reacts .circle:nth-child(7) {
  -webkit-animation-duration: calc(0.2s * 7);
          animation-duration: calc(0.2s * 7);
}

.reacts .circle:nth-child(8) {
  -webkit-animation-duration: calc(0.2s * 8);
          animation-duration: calc(0.2s * 8);
}

.reacts .circle:nth-child(9) {
  -webkit-animation-duration: calc(0.2s * 9);
          animation-duration: calc(0.2s * 9);
}

.reacts .circle:nth-child(10) {
  -webkit-animation-duration: calc(0.2s * 10);
          animation-duration: calc(0.2s * 10);
}

.reacts .circle:hover {
  transform: scale(1.3);
}
.reacts .circle:hover p {
  opacity: 1;
}
.reacts .circle img {
  width: 100%;
}
.reacts .circle p {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 8px;
  display: block;
  color: #fff;
  font-size: 10px;
  border-radius: 90px;
  opacity: 0;
}

.like {
  width: auto;
  height: 40px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: calc(50% - 150px);
  transform: translate(-50%, -50%);
  clear: both;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.like i,
.like p {
  display: inline-block;
  color: #558cff;
  font-size: 18px;
  margin: 0 3px;
}
.like p {
  font-family: Sans-serif;
}

.shows {
  opacity: 1;
   display: flex!important;
}

@media screen and (max-width: 576px) {
  .reacts {
    transform: scale(0.7);
  }
}


.btn-toolbar {
    position: relative;
}

.reacts {
    position: absolute;
    top: -98px;
    left: -320px;
}

.open-ReactionDialog {
    position: absolute;
    bottom: 0;
}
.btn-bbreaction {
    font-size: 12px;
}
/* ===[ BBREACTION STYLE ]=== */



/* BBreaction modal css */

.pagination-likes {
    bottom: -66px;
    margin-right: 10px;
    position: absolute;
    right: 0;
}
.avatar-likers {
padding: 5px 0 0 10px;
}
.avatar-likers img{
    border: 4px solid #dedede;
    border-radius: 50%;
	max-height: 70px;
    max-width: 70px;
}
.likers-time-stamp {
    line-height: 0.8;
    margin-left: 3px;
    margin-top: 10px;
    vertical-align: middle;
}


.likers-time-stamp i {
   font-size: 18px;
}


/* ===[ BBREACTION STYLE ]=== */


.statistics_table {
  table-layout: fixed; 
  width: 100%;
  white-space: nowrap;
}

.graph_table {
  table-layout: fixed; 
  width: 100%;
  white-space: nowrap;
  margin-bottom:20px;
}

.statistics_table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align:left;
}

.graph_table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align:center;
}

.statistics_table td:nth-child(1), .statistics_table td:nth-child(2), .overview_table td:nth-child(1), .overview_table td:nth-child(3) {
  text-align:center;
}

.graph_table td:nth-child(2), .overview_table td:nth-child(2) {
  text-align:left;
}

.statistics_table td img, .graph_table td img {
	margin-right:10px;
}

.bbreaction-wrap .emoji {
    width: 24px;
}

#bbreaction-profile-data .emoji {
    border: none;
    height: auto;
    width: 26px;
}

/* likeBB and shareon fix for posts*/
.label-huskygray {
    float: left !important;
    margin-top: 5px;
}
.share-buttons {
    margin-bottom: 0 !important;
	margin-right:24px;
}
/* likeBB and shareon fix for posts*/