#stats-wrapper {
  width: 1200px;
  height: 600px;
  padding-left: 22px;
}

#stats-top-wrapper {
  width: 100%;
  padding: 20px 0px;
}

#stats-bookname {
  float: left;
  width: 65%;
  font-size: 24px;
}

#stats-search {
  float: left;
  width: 40%;
}
#stats-search > input {
  width: 95%;
  height: 34px;
  box-sizing: border-box;
  border: none;
  border: solid 1px #b9b9b9;
  border-radius: 5px;
  background: white;
  margin: 0px 10px;
  border-radius: 17px;
  padding-left: 15px;
}

#stats-date {
  float: right;
  width: 35%;
}

#stats-date > input {
  width: 30%;
  height: 34px;
  box-sizing: border-box;
  border: none;
  border: solid 1px #b9b9b9;
  border-radius: 5px;
  background: white;
  margin: 0px 10px;
  border-radius: 17px;
  text-align: center;
  cursor: pointer;
}

#dateBtn {
  margin-bottom: 5px;
}

.wrapper-header {
  width: 100%;
  background: #f7fafa;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: solid 1px #eaeef1;
  padding-left: 15px;
}

.stats-wrapper {
  border: solid 1px #eaeef1;
  background: white;
  padding-bottom: 20px;
}

#stats-info-wrapper {
  width: 98%;
}

#stats-info-wrapper .info-item {
  width: 18%;
  float: left;
  text-align: center;
}

#stats-info-wrapper .info-item-label {
  font-size: 14px;
  color: #939aa0;
}

#stats-info-wrapper .info-item-value {
  font-size: 24px;
  font-weight: bold;
  color: #788188;
}

#stats-info-wrapper .division {
  width: 1px;
  height: 50px;
  background-color: #eaeef1;
  margin: 0px 48px;
  float: left;
}

#stats-date-wrapper {
  width: 98%;
  margin-top: 19px;
}

.chart-box {
  width: 98%;
  height: 280px;
  margin: 0 auto;
}

#stats-device-wrapper {
  width: 98%;
  margin-top: 19px;
}

#stats-fnc-wrapper {
  width: 98%;
  margin-top: 19px;
}

#stats-referer-wrapper {
  width: 98%;
  margin-top: 19px;
}

#stats-root-wrapper {
  width: 1080px;
}

#stats-root-wrapper input,
#stats-root-wrapper button {
  outline: none;
}

#stats-list-wrapper {
  width: 100%;
  border: solid 1px #eaeef1;
  color: #788188;
}

#stats-header-wrapper {
  width: 100%;
  border-bottom: solid 1px #eaeef1;
  font-weight: bold;
}

#stats-header-wrapper > div.stats-col {
  background: #f7fafa;
}

#stats-item-wrapper {
  width: 100%;
}

.stats-col {
  float: left;
  height: 35px;
  line-height: 35px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#stats-header-wrapper .col-1,
#stats-item-wrapper .col-1 {
  width: 10%;
  border-right: solid 1px #eaeef1;
}
#stats-header-wrapper .col-2,
#stats-item-wrapper .col-2 {
  width: 45%;
  border-right: solid 1px #eaeef1;
}
#stats-header-wrapper .col-3,
#stats-item-wrapper .col-3 {
  width: 15%;
  border-right: solid 1px #eaeef1;
}
#stats-header-wrapper .col-4,
#stats-item-wrapper .col-4 {
  width: 10%;
  border-right: solid 1px #eaeef1;
}
#stats-header-wrapper .col-5,
#stats-item-wrapper .col-5 {
  width: 10%;
  border-right: solid 1px #eaeef1;
}
#stats-header-wrapper .col-6,
#stats-item-wrapper .col-6 {
  width: 10%;
}

.stats-item:nth-child(odd) .stats-col {
  background: #f7fafa;
}
.stats-item:nth-child(even) .stats-col {
  background: #fff;
}

#stats-item-wrapper .stats-col {
  border: none;
}

#chart_detail_wrapper #stats-wrapper {
  height: auto;
}

#excelBtn {
  margin-top: 10px;
}

.tooltip_opt_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: white;
  border: 1px solid silver;
}
.tooltip_opt_content .b {
  font-weight: bold;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}