.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { min-width: 1200px; }
.table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>tfoot>tr>td { padding: 2px; }
.table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>tfoot>tr>td span { font-size: 13px; }
.alert { padding: 5px; margin-bottom: 0px; }

#prep-table td img { width: 80px; }

table#tbl_overview tr td:first-child a.thumbnail { margin-bottom:0px; }
table#tbl_overview tr td:first-child a.thumbnail img { min-width: 130px;}
table#tbl_overview tr td:nth-child(2) { max-width: 160px; }
table#tbl_overview tr td:nth-child(4) { min-width: 180px; }
table#tbl_overview tr td:nth-child(5) { min-width: 130px; }

table.cost_per_size_table tr td { min-width: 0 !important; }

table#tbl_overview .overview_note { width:200px; height: 110px;  overflow:auto; letter-spacing: -1px; }

.red { color: red; }
.overview_sku {  display:block; max-width: 130px; overflow:hidden; }
.overview_name { display:block; font:12px arial; }
.overview_material { font:12px arial; }
.overview_manufactured { font:12px arial; }
.overview_history { width: 140px; overflow:hidden; }

.bg_green { background-color: green; }
.bg_orange { background-color: orange; }
.bg_red { background-color: red; }
.bg_blue { background-color: blue; }

.hide { display: none; }

table#purchasing td div div.style-notes { overflow:auto; height: 50px; }

/*Styles Notes*/
body#styles-notes  table  tbody tr  td:nth-child(2) a img { width: 100px; }

/*Styles*/
body#styles-index img.style_image { width: 100px; }

body#events-overview tr.dropped {
  opacity: 0.5;
}
body#events-overview tr.disabled {
  background-color: pink;
}
table#styles tr.plus {
  background-color: pink;
}
table#styles tr.disabled {
  opacity: 0.5;
}

#purchasings-index .style-notes .style-notes { overflow:auto; height: 40px; }
#event_products-index .style-notes .style-notes { overflow:auto; height: 38px; }
tr.consignment {
  opacity: 0.5
}

/*
.stock-color-notes {
  overflow: auto;
  height: 40px;
}
*/

img.style_image { max-width: 200px; }

.style-notes-container {
  max-height: 150px;
  overflow-y: scroll;
}

.stock-color-notes-container {
  max-height: 250px;
  min-width: 150px;
  overflow-y: scroll;
}
a.thumbnail>img, .thumbnail a>img { max-width: 130px; }

a.thumbnail { width: 140px; overflow:hidden; }

  span.wrap_ {
    display: inline-block;
    width: 10em;
    overflow: auto;
  }
  span.fixed {
    font-family: monospace;
  }
  tr.consignment {
    background-color: lightgreen;
  }

.live_dashboard { width: 100%; height: 1000px; overflow:auto; }

span.fixed-width-quantity {
  display: inline-block;
  min-width: 2em;
}

div.size-qty {
  display: inline-block;
  font-family: monospace;
}

div.size-qty div.qty {
  display: inline-block;
  text-align: right;
}

div.size-qty div.size {
  display: inline-block;
}

div.size-qty div.qty span.qty {
  display: inline-block;
  text-align: right;
  width: 20px;
}

div.size-qty div.qty span.delimeter {
  padding-right: 2px;
  padding-left: 2px;
  text-align: center;
}

/*Stock-style*/
div#table-stock-colors { font-size:smaller; }
div.th div { font-weight:bold; margin-bottom:20px; }
div.td { float:left; }
div.tr { clear:both; display:block; }
	div.tr.short { max-height: 700px; overflow:hidden; border-top:3px solid #fff; }
	div.table-stock-colors-id { width: 80px; }
	div.table-stock-colors-image { width: 150px; }
	div.table-stock-colors-style { width: 200px; }
	div.table-stock-colors-name { width: 150px; padding-left:10px; }
	div.table-stock-colors-onhand { width: auto; overflow: auto; }
	div.table-stock-colors-unit { width: 30px; }
	div.table-stock-colors-summary { width: 350px;}
	div.table-stock-colors-action { width: 100px; text-align:right; }

.new_stock_color_preorder { width: 830px; }

.vendor-color-inventory-changes {
  font-size: 0.9em;
  color: white;
  background-color: slategrey;
  padding: 0.4em;
  border-radius: 0.4em;
}

.badge-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.badge-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.badge-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.badge-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

#price-by-colors span.token {
  font-family: monospace;
  font-size: 1em;
  font-weight: bold;
}

#price-by-colors .header-row { margin: 16px 0 16px 0; display: flex; }
#price-by-colors .color-row { margin: 6px 0 6px 0; display: flex; }

#price-by-colors a.link-success {
  color: #28a745;
}

#price-by-colors a.link-success:hover {
  color: #1e7e34;
}
#price-by-colors .message {
  font-weight: bold;
  color: #28a745;
  text-align: center;
}

/*
This prevents sub-sub-menus from displaying
.dropdown-menu {
  max-height: calc(100vh - 50px);
  overflow-y: scroll;
}
*/

.adjustment-upload-field {
  margin-top: 20px;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: white;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  font-weight: bold;
}

.adjustment-upload-field span {
  font-size: 12px;
}

.adjustment-upload-field input {
  margin-left: 12px;
  width: 180px;
}

.ups-adjustments tr.disputed {
  background-color: rgba(0, 255, 0, 0.1);
}

.web-price-alert {
  display: none;
}
.web-price-alert.visible {
  display: block;
}
.web-price-alert .price {
  color: red;
}
.web-price-alert .on-sale-badge {
  display: none;
  margin-left: 4px;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 10px;
  color: white;
  background-color: red;
}
.web-price-alert .on-sale-badge.visible {
  display: inline-block;
}
