@charset "utf-8";
/* CSS Document */
/*select框 */
#baobiao_select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: linear-gradient(#ddd, #eee);
}

#baobiao_select input,
#baobiao_select select {
  height: 30px;
  padding: 0 5px;
  margin: 0 20px 0 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

#baobiao_select input:hover,
#baobiao_select input:focus,
#baobiao_select select:hover {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
/*报表样式*/

#Dbaobiao_a table {
  border: 1px solid #bbb; /* 表格边框 */
  font-family: tahoma, SimSun, "宋体";
  border-collapse: collapse; /* 边框重叠 */
  background: #eee; /* 表格背景色 */
  font-size: 12px;
  padding: 5px;
  font-style: normal;
  font-variant: normal;
}

#Dbaobiao_a th {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #3A80A7; /* 单元格边框 */
  background: linear-gradient(#eee, #ddd);
  cursor: pointer;
  min-width: 10px;
}

#Dbaobiao_a td {
  height: 30px;
  line-height: 30px;
  border: 1px solid #3A80A7; /* 单元格边框 */
  text-align: center;
  color: #333;
}