.jimu-widget-chart-preview{
  position: relative;
}

.jimu-widget-chart-preview .results-section{
  width:100%;
}

.jimu-widget-chart-preview .noresults-section{
  width:100%;
}

.jimu-widget-chart-preview .results-header{
  width: 100%;
  height: 33px;
}

.jimu-widget-chart-preview .chart-title{
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jimu-widget-chart-preview .paging-section{
  height: 5px;
  margin-top: 10px;
}

.jimu-widget-chart-preview .paging-section ul{
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}

.jimu-widget-chart-preview .paging-section ul li{
  float: left;
  height: 100%;
}

.jimu-rtl .jimu-widget-chart-preview .paging-section ul li{
  float: right;
}

.jimu-widget-chart-preview .paging-section ul li a{
  display: block;
  width: 5px;
  height: 100%;
  padding:0 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/dot1.png);
  cursor: pointer;
}

.jimu-widget-chart-preview .paging-section ul li a:hover,.jimu-widget-chart-preview .paging-section ul li.selected a{
  background-image:url(../images/dot2.png);
}

.jimu-widget-chart-preview .settings, .jimu-widget-chart-preview .zoomin{
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.jimu-widget-chart-preview .settings{
  background: no-repeat center center url(images/settings.png);
}

.jimu-widget-chart-preview .zoomin{
  background: no-repeat center center url(images/zoom_normal.png);
  margin-left: 5px;
}

.jimu-rtl .jimu-widget-chart-preview .zoomin{
  margin-left: 0;
  margin-right: 5px;
}

.jimu-widget-chart-preview .chart-section{
  position: relative;
  width: 100%;
}

/*.jimu-widget-chart-preview .chart-section .chart-section-item{
  max-height: 500px;
}*/

.jimu-widget-chart-preview .chart-section .arrow{
  width:100%;
  background-repeat: no-repeat;
  background-position: center center;
  cursor:pointer;
  height: 60px;
}

.jimu-widget-chart-preview .chart-section .arrow:hover{
  background-color:#cccccc;
}

.jimu-widget-chart-preview .chart-section .left-arrow{
  background-image:url(../images/left.png);
}

.jimu-rtl .jimu-widget-chart-preview .chart-section .left-arrow{
  background-image:url(../images/right.png);
}

.jimu-widget-chart-preview.big-preview .chart-section .chart-container{
  width:100%;
  margin:0 auto;
  overflow: auto;
}

.jimu-widget-chart-preview .chart-section .right-arrow{
  background-image:url(../images/right.png);
}

.jimu-rtl .jimu-widget-chart-preview .chart-section .right-arrow{
  background-image:url(../images/left.png);
}

.jimu-widget-chart-preview .chart-description{
  margin-top: 20px;
  max-height: 48px;
  line-height: 16px;
  overflow-y: auto;
}