/**
 * @framework 3wymiar.pl 2002-2017 (c)
 *
 * @author Marcin Cichy <cichy@3wymiar.pl>
 * @version 4.0.0
 *
 * License only for twojtenis.
 * Any other use only with permission of the author.
 * app ver 2.0.0
 */

.ajax_loader{
  text-align:center;
  font-size:16px;
  color: #999;
}

.comment_author{
  padding:15px 0px 0px 10px;
}

#comm_body{
  height:30px;
}

.static_popover .arrow{
  top:30px !important;
}

.rating_star{
  width: 16px;
  height: 16px;
  margin: 10px 1px 0px 1px;
  float:left;
  background: transparent url('/gfx/icons/silverball.png') no-repeat;
  background-size:contain;
}

.rating_star_active, .rating_star.active{
  background: transparent url('/gfx/icons/goldball.png') no-repeat;
  background-size:contain;
}

.rating_star:nth-child(1) { transform: rotate(-32.5deg); }
.rating_star:nth-child(2) { transform: rotate(-12.5deg); }
.rating_star:nth-child(3) { transform: rotate(-72.5deg); }
.rating_star:nth-child(4) { transform: rotate(22.5deg); }
.rating_star:nth-child(5) { transform: rotate(42.5deg); }
.rating_star:nth-child(6) { transform: rotate(-62.5deg); }
.rating_star:nth-child(7) { transform: rotate(-92.5deg); }
.rating_star:nth-child(8) { transform: rotate(-122.5deg); }
.rating_star:nth-child(9) { transform: rotate(82.5deg); }
.rating_star:nth-child(10) { transform: rotate(-92.5deg); }