body,
html {
 /* overflow: hidden;*/
  background: #fff;
}
#chart {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}
.set-sample {
  padding: 40px 0px;
}
.set-sample label {
  padding: 0 20px 0 100px;
}
.box {
  position: absolute;
  top: 16px;
  right: 34%;
}
.box .search-box {
  width: 240px;
  float: left;
}
.box .select-sm {
  margin-top: 1px;
  float: left;
  margin-right: 30px;
}
.pager {
  position: absolute;
  bottom: 0px;
  left: 4%;
  right: 4%;
  margin: 10px;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline-block;
}
.pager li a {
  text-decoration: none;
}
.pager .previous {
  float: left;
}
.pager .next {
  float: right;
}
.modal {
  z-index: 100000000;
}
.modal .modal-dialog {
  margin: 30px auto;
  width: 600px \0 !important;
}
.modal .modal-lg {
  width: 800px \0 !important;
}
.nodata-tip {
  text-align: center;
	padding-top: 100px;
  display: none;
}

.s_data_topic{
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  padding-top: 3px;
  font-weight: bold;
}
.s_data_topic span{
  cursor: pointer;
  padding: 2px 8px;
  margin: 0 15px 0 5px;
  border: 1px solid #fff;
  font-weight: normal;
}
.s_data_topic span:hover{
  border-color: #ccc;
}
.s_data_topic span.on{
  border-color: #254e99;
}
.s_data_l,.s_data_r{
  float: left;
  margin-right: 5px;
}