/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Vote bar styles
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2015 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

.vote-bar {
  position: relative;
  font-size: 18px;
  display: inline-block;
  padding: 0px;
  margin: 0px;
}

.stars-row {
  display: block;
  white-space: nowrap;
  color: #d3d3d3;
  height: 25px;
}

.stars-row.static {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffa52b;
  white-space: nowrap;
  overflow: hidden;
}
.stars-row.full {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffa52b;
  white-space: nowrap;
  width: 105px;
}

.stars-row.hovered {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  color: #d3d3d3;
  overflow: hidden;
  width: 105px;
}

div.rating .star-single {
  display: inline-block;
}

.vote-bar.editable .stars-row.hovered .star-single.over {
  color: #f26821;
}

div.vote-bar:hover {
  cursor: default;
}

div.vote-bar.editable:hover {
  cursor: pointer;
}
