/* line 2, /var/app/labo-pos/app/assets/stylesheets/report/staffs.scss */
.table.is-staff-report th.has-children {
  position: relative;
  text-align: center;
}
/* line 5, /var/app/labo-pos/app/assets/stylesheets/report/staffs.scss */
.table.is-staff-report th.has-children:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 1px;
  bottom: -2px;
  right: 0px;
  border-bottom: 2px solid #fff;
}
/* line 14, /var/app/labo-pos/app/assets/stylesheets/report/staffs.scss */
.table.is-staff-report th.has-children:last-child {
  text-align: center;
}
/* line 16, /var/app/labo-pos/app/assets/stylesheets/report/staffs.scss */
.table.is-staff-report th.has-children:last-child:after {
  border: none;
}
/* line 21, /var/app/labo-pos/app/assets/stylesheets/report/staffs.scss */
.table.is-staff-report tbody td {
  text-align: right;
}
/* line 24, /var/app/labo-pos/app/assets/stylesheets/report/staffs.scss */
.table.is-staff-report tbody td:first-child {
  text-align: left;
}
