/*
#st-instructions {
	position: fixed;
	top: 2.5rem;
	right: 1rem;
	background-color: rgba(0, 0, 0, .75);
	color: rgb(255, 255, 255);
	padding: 1rem;
	display: none;
}
*/
.st-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1000;
  display: none; }

table.sortable {
  position: relative; }
  table.sortable tbody tr.st-draggable .sortable-position-grip {
    cursor: move; }
    table.sortable tbody tr.st-draggable .sortable-position-grip a {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #17a2b8; }
  table.sortable tbody tr.st-origin {
    height: 50px;
    background-color: rgba(0, 0, 0, 0.1);
    display: none; }
  table.sortable tbody tr.st-insert-indicator {
    height: 3px;
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    text-align: center;
    cursor: pointer; }
  table.sortable tbody tr.ui-sortable-helper td {
    border-top: none; }
  table.sortable tbody tr.draggable-position-helper {
    background: #FAFAFA;
    height: 50px !important;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6; }
    table.sortable tbody tr.draggable-position-helper td:nth-child(2) {
      width: 21px; }
    table.sortable tbody tr.draggable-position-helper td:nth-child(3) {
      width: 102px; }
    table.sortable tbody tr.draggable-position-helper td:nth-child(4) {
      width: 1325px; }
    table.sortable tbody tr.draggable-position-helper td:nth-child(5) {
      width: 190px; }
    table.sortable tbody tr.draggable-position-helper td:nth-child(6) {
      width: 70px; }
    table.sortable tbody tr.draggable-position-helper td.discount {
      width: 54px; }
    table.sortable tbody tr.draggable-position-helper td:nth-last-child(2) {
      width: 73px; }
    table.sortable tbody tr.draggable-position-helper td:last-child {
      width: 10px !important; }

/*# sourceMappingURL=sortable_table.css.map */
