/* line 5, /var/app/labo-pos/app/assets/stylesheets/company/distribution.scss */
table {
  white-space: nowrap;
}

/* line 9, /var/app/labo-pos/app/assets/stylesheets/company/distribution.scss */
.col-fixed-1 {
  position: sticky;
  left: 0;
  background-color: #ededed;
}
/* line 13, /var/app/labo-pos/app/assets/stylesheets/company/distribution.scss */
.col-fixed-1:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  height: 100%;
  border-left: 1px solid #dbdbdb;
}

/* line 23, /var/app/labo-pos/app/assets/stylesheets/company/distribution.scss */
.col-fixed-2 {
  position: sticky;
  left: 34px;
  background-color: #ededed;
}
/* line 27, /var/app/labo-pos/app/assets/stylesheets/company/distribution.scss */
.col-fixed-2:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  height: 100%;
  border-left: 1px solid #dbdbdb;
}

/* line 37, /var/app/labo-pos/app/assets/stylesheets/company/distribution.scss */
.point-width {
  width: 50px;
}

/* line 41, /var/app/labo-pos/app/assets/stylesheets/company/distribution.scss */
.record-zindex {
  z-index: 1;
}

/* line 46, /var/app/labo-pos/app/assets/stylesheets/company/distribution.scss */
.delete-zindex {
  z-index: 0;
}

/* line 50, /var/app/labo-pos/app/assets/stylesheets/company/distribution.scss */
.input-size {
  width: 100%;
  height: 100%;
}

/* line 55, /var/app/labo-pos/app/assets/stylesheets/company/distribution.scss */
.item-true {
  background-color: red;
}

/* line 59, /var/app/labo-pos/app/assets/stylesheets/company/distribution.scss */
.text-align {
  text-align: center !important;
}

/* line 63, /var/app/labo-pos/app/assets/stylesheets/company/distribution.scss */
.button {
  text-align: center;
}

/* line 67, /var/app/labo-pos/app/assets/stylesheets/company/distribution.scss */
.add-cell-width {
  width: 43px;
}
