/*	
    Author: Jonathan Schwartz
    Purpose: Custom styles for app
*/
.input-error-required {
  border: 2px solid red;
}

.hidden {
  display: none;
}

.bcb-icon svg {
  height: 30px;
  width: 30px;
}

.bcb-icon-sm svg {
  height: 20px;
  width: 20px;
}

.bcb-small {
  font-size: 10px;
  font-style: italic;
}

.report-control label {
  font-weight: bold;
  display: block;
  font-size: 16px;
  margin-bottom: 3px;
}
.report-control input, .report-control select {
  font-size: 16px;
  display: inline-block;
  width: auto;
}

.border-success {
  border: 3px solid green;
}

.order-view-history .list-group {
  max-height: 400px;
  overflow: auto;
}

.date-pickers {
  display: flex;
}

table.sortable th {
  cursor: pointer;
  text-decoration: underline;
}

.form-control {
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
}

#order-view-print {
  display: none;
}

.bg-gf {
  background-color: #C69645 !important;
}

.bg-v {
  background-color: #5DA448 !important;
}/*# sourceMappingURL=app.css.map */