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

/* line 8, /var/app/labo-pos/app/assets/stylesheets/distribution.scss */
table thead tr {
  background-color: #ededed;
}

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

/* line 27, /var/app/labo-pos/app/assets/stylesheets/distribution.scss */
.orders {
  width: 1350px;
  height: 500px;
  overflow: auto;
}

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

/* line 37, /var/app/labo-pos/app/assets/stylesheets/distribution.scss */
.save-button {
  font-size: 1.5rem !important;
  width: 250px;
  height: 50px !important;
}

/* line 43, /var/app/labo-pos/app/assets/stylesheets/distribution.scss */
.individual_order {
  padding-bottom: 3em;
}
