@charset "UTF-8";
/* CSS Document */
.paginate_button.current {
  background-color: #76A05C;
  color: aliceblue;
}
.btn-next {
  background: rgba(168, 31, 37, 0.64);
  color: aliceblue;
}
.btn-next:hover {
  background: #A81F25;
  color: aliceblue;
}
.box-header {
  margin-top: 10px;
}
.bill {
  border-radius: 5px;
  border: 1px solid silver;
  padding: 10px 30px 30px 30px;
  margin: 30px;
}
.add_title {
  border: 0;
  width: auto;
  padding: 0 10px;
  line-height: 40px;
}
.icon {
  width: 60px;
  margin-top: -6px;
}
.icon_sighout {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: -4px;
}
.icon_picker {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.icon_title {
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 15px;
  margin-top: -2px;
}
.icon_list {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: -6px;
}
.icon_add {
  width: 40px;
  height: 40px;
  float: left;
  padding-top: 5px;
}
.icon_nav {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.must {
  color: red;
}
table.table > thead > tr > th,
table.table > tbody > tr > th,
table.table > tfoot > tr > th,
table.table > thead > tr > td,
table.table > tbody > tr > td,
table.table > tfoot > tr > td {
  vertical-align: middle;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  height: 200px;
  min-height: 200px;
  vertical-align: middle;
  color: #ddd;
  font-size: 40px;
  text-align: center;
}
.choose_file{
  width: 100%;
  height:38px;
  opacity:0;
  float:left;
  z-index:3;
  position:absolute;
  left:40px;
}
.choose_file_button{
  width: 100%;
  float:left;
  height:38px;
  line-height:38px;
  cursor:pointer;
  text-align:center;
}
.choose_box{
  float: left;
	border: 1px solid #eee;
  height:38px;
  width: 20%;
  padding-left:5px;
  padding-right:5px;
  line-height: 38px;
}
.dataTable .row-details {
  margin-top: 3px;
  display: inline-block;
  cursor: pointer;
  width: 14px;
  height: 14px;
}

.dataTable .row-details.row-details-close {
  /**图片位置 根据实际情况自行设定**/
  background: url("/index/image/datatable-row-openclose.png") no-repeat 0 0;
  /**background: url("../image/datatable-row-openclose.png") no-repeat 0 0;**/
}

.dataTable .row-details.row-details-open {
  background: url("/index/image/datatable-row-openclose.png") no-repeat 0 -23px !important;
  /**background: url("../image/datatable-row-openclose.png") no-repeat 0 -23px !important;**/
}
.dataTable .details {
  background-color: #eee !important;
}