/* line 1, app/assets/stylesheets/admin_custom.scss */
.tagify {
  margin-left: -95px;
}

/* line 5, app/assets/stylesheets/admin_custom.scss */
.chosen-select {
  margin-left: 45px;
}

/* line 9, app/assets/stylesheets/admin_custom.scss */
.dropdown {
  border: 1px solid #e6e9ee;
  height: 27px;
  width: 10.5%;
}

/* line 15, app/assets/stylesheets/admin_custom.scss */
.miss-match-qty {
  background-color: #f5cccc;
}

/* line 20, app/assets/stylesheets/admin_custom.scss */
tr.danger td {
  background-color: #f8d7da !important;
}

/* line 25, app/assets/stylesheets/admin_custom.scss */
th a {
  color: inherit !important;
  /* keep normal text color */
  text-decoration: none !important;
  /* remove underline */
  cursor: default !important;
  /* remove pointer cursor */
}

/* Optionally, on hover, keep normal text style */
/* line 32, app/assets/stylesheets/admin_custom.scss */
th a:hover {
  text-decoration: none !important;
  cursor: default !important;
}
