.select2-container .select2-selection--single {
  height: 35px !important;
  padding-top: 3px;
}

.table-so {
  counter-reset: row-num;
}

.table-so .data-tr {
  counter-increment: row-num;
}

.table-so .data-tr td:first-child::before {
  content: counter(row-num);
}

.table-si {
  counter-reset: row-num;
}

.table-si .data-tr {
  counter-increment: row-num;
}

.table-si .data-tr td:first-child::before {
  content: counter(row-num);
}

.edit-table-so {
  counter-reset: row-num;
}

.edit-table-so .data-tr {
  counter-increment: row-num;
}

.edit-table-so .data-tr td:first-child::before {
  content: counter(row-num);
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

div .modal-dialog .modal-large {
  width: 90% !important;
}