.lca-range {
  width: 60px;
}
.barcode-options label {
  margin-left: 0.25rem;
  margin-bottom:0;
}

#barcodeOptions {
  max-height: 300px;
  overflow-y: scroll;
}

#barcodeOptions::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

#barcodeOptions::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.btn-new-form {
    color: #fff;
    background-color: #858796;
    border-color: #858796;
}
.btn-new-form:not(:disabled):not(.disabled):active, .btn-new-form:not(:disabled):not(.disabled).active, .show > .btn-new-form.dropdown-toggle {
    color: #fff;
    background-color: #6b6d7d;
    border-color: #656776;
}
.btn-new-form:hover {
    color: #fff;
    background-color: #717384;
    border-color: #6b6d7d;
}
.btn-new-form:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#processList textarea{
  height: 200px;
  resize: none;
  word-break: break-all;
  font-size:0.9rem;
}

.process-options label {
  margin-left: 0.25rem;
  margin-bottom:0.25rem;
}

.card .card-header[data-toggle="collapse"].collapsed::after {
  top:auto;
}

.card .card-header[data-toggle="collapse"]::after {
  top:auto !important;
}
