/**
 * S3k Charts Plugin - Style for the chart widget
 *
 * @copyright   Copyright (C) 2012 David Lonjon
 * @license     GNU General Public License version 2
 * @package     s3k-charts
 * @subpackage  charts-widget.scss
 */
/* line 27, ../sass/charts-widget.scss */
.chart {
  display: block !important;
}
/* line 31, ../sass/charts-widget.scss */
.chart .inner {
  border: 0 !important;
  padding: 0 !important;
}
/* line 36, ../sass/charts-widget.scss */
.chart .hr-gradient {
  position: relative;
}
/* line 41, ../sass/charts-widget.scss */
.chart .title-wrapper {
  position: relative;
}
/* line 45, ../sass/charts-widget.scss */
.chart .title-wrapper .widget-title {
  text-transform: uppercase;
}
/* line 51, ../sass/charts-widget.scss */
.chart .list-wrapper {
  border: 0 !important;
  background: #fff!important;
  position: relative;
}
/* line 57, ../sass/charts-widget.scss */
.chart .chart-list {
  background: #fff;
  margin-top: 6px;
}
/* line 61, ../sass/charts-widget.scss */
.chart .chart-list li.chart-item {
  /*border: 5px solid $gray_6;*/
  border-top: none;
  position: relative;
  padding: 10px;
  height: 70px;
}
/* line 71, ../sass/charts-widget.scss */
.chart .chart-list li.chart-item:first-child {
  /*border-top: 5px solid $gray_6;*/
}
/* line 75, ../sass/charts-widget.scss */
.chart .chart-list li.chart-item .rank-wrapper {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 22px;
}
/* line 81, ../sass/charts-widget.scss */
.chart .chart-list li.chart-item .rank-wrapper h5 {
  font-size: 2em;
  font-weight: bold;
  vertical-align: top;
  color: #666666;
  line-height: 1;
}
/* line 90, ../sass/charts-widget.scss */
.chart .chart-list li.chart-item .img-wrapper {
  position: relative;
  width: 60px;
  height: 70px;
  float: left;
  margin-right: 15px;
}
/* line 97, ../sass/charts-widget.scss */
.chart .chart-list li.chart-item .img-wrapper a {
  display: block;
  padding: 0px;
  margin: 0px;
}
/* line 103, ../sass/charts-widget.scss */
.chart .chart-list li.chart-item .img-wrapper img {
  width: 100%;
  height: auto;
}
/* line 109, ../sass/charts-widget.scss */
.chart .chart-list li.chart-item .other-wrapper {
  position: relative;
  float: left;
  width: 160px;
}
/* line 114, ../sass/charts-widget.scss */
.chart .chart-list li.chart-item .other-wrapper .title {
  margin-bottom: 5px;
  line-height: 0.8em;
  margin-bottom: 5px;
}
/* line 119, ../sass/charts-widget.scss */
.chart .chart-list li.chart-item .other-wrapper .title a {
  color: #1e1e1f;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9em;
}
/* line 126, ../sass/charts-widget.scss */
.chart .chart-list li.chart-item .other-wrapper .title span {
  color: #1e1e1f;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9em;
}
/* line 134, ../sass/charts-widget.scss */
.chart .chart-list li.chart-item .other-wrapper .other-links li a {
  font-weight: normal;
  font-size: 0.9em;
}
/* line 139, ../sass/charts-widget.scss */
.chart .chart-list li.chart-item .other-wrapper ul {
  margin: 2px 0 0 0;
  padding: 0;
  display: inline;
}
/* line 145, ../sass/charts-widget.scss */
.chart .chart-list li.chart-item .other-wrapper ul li {
  margin-left: 0;
  padding: 0 5px;
  list-style: none;
  display: inline;
  font-size: 0.8em;
  border-left: 1px solid #000;
  text-transform: capitalize;
}
/* line 155, ../sass/charts-widget.scss */
.chart .chart-list li.chart-item .other-wrapper ul li:first-child {
  border-left: 0;
  padding-left: 0;
}
/* line 165, ../sass/charts-widget.scss */
.chart .link-wrapper {
  float: right;
  margin: 7px 0;
}
/* line 170, ../sass/charts-widget.scss */
.chart .link-wrapper a {
  display: none;
  margin: 5px 0;
  padding: 2px 5px;
  font-size: 1.1em;
  line-height: 18px;
  text-transform: capitalize;
  font-weight: 400;
  background: #f4f5f7;
  font-style: italic;
}
/* line 181, ../sass/charts-widget.scss */
.chart .link-wrapper a:after {
  content: " \00bb";
}
/* line 183, ../sass/charts-widget.scss */
.chart .link-wrapper a:hover {
  color: #fff;
  background: #319ff4;
}
/* line 190, ../sass/charts-widget.scss */
.chart .loading {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
}
/* line 196, ../sass/charts-widget.scss */
.chart .loading .spinner {
  background: transparent url('/wp-content/plugins/s3k-charts/inc/img/spinner.gif?1367812576') 0 0 no-repeat;
  position: relative;
  top: 50%;
  margin-top: -16px;
  height: 32px;
  width: 32px;
  display: block;
  margin: 0 auto;
}
/* line 208, ../sass/charts-widget.scss */
.chart .clear {
  clear: both;
}
