/*
Webcam
 */
.preview-area {
  max-width: 240px; }

.webcam-tools {
  margin-top: 20px; }

/**
 * Commons
 */
.display.block {
  display: block; }
.display.inline-block {
  display: inline-block; }

.clear-both {
  clear: both; }

/*
Form
 */
label {
  font-size: 12px;
  font-weight: normal; }

input[type=text],
input[type=password],
input[type=number],
select {
  font-size: 12px; }

.photo-edit {
  max-width: 78px;
  border-radius: 5px; }

.thumbnail-photo-edit {
  max-width: 150px;
  border-radius: 5px; }

/**
 * Products
 */
.product-list tr td:nth-child(2),
.product-list tr td:nth-child(3),
.product-list tr td:nth-child(4) {
  width: 150px !important; }

.ref_id {
  border: none;
  background: transparent; }
  .ref_id:focus {
    outline: none; }

.amount_update_form {
  display: inline-block;
  padding-left: 30px; }
  .amount_update_form input[type=number] {
    max-width: 100px;
    float: left;
    margin-right: 10px; }

/*
  Quick Add Modal
 */
#myCategory .modal-body {
  padding-bottom: 60px; }

/*
Multiple Option
 */
.multiple-option .select2-container {
  width: 100% !important; }

.select2 {
  width: 100% !important; }

.header .report-logo {
  width: 150px; }

.error {
  color: #a94442 !important; }

.table-bordered tbody .limited-width {
  max-width: 100px; }

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