* {
  /*-webkit-text-size-adjust: none;*/
  font-size: larger; }

/**
 * Extra large button extensions. Extends `.btn`.
 */
.btn-xlarge {
  padding: 18px 28px;
  font-size: 25px;
  line-height: normal;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

table {
  width: 100%; }
  table.collect td, table.collect th {
    vertical-align: top; }

th {
  font-size: 25px; }

td {
  line-height: initial; }

.navbar-inverse {
  background: #8f8f8f none;
  border-bottom-color: #8f8f8f; }

.navbar-inverse .navbar-nav > li > a {
  color: white;
  box-shadow: none; }

li.home > a {
  font-size: 16px;
  padding: 14px 15px 13px 15px; }

.staff label, .level label, .aisle label {
  float: left;
  margin-bottom: 0; }
.staff figure, .level figure, .aisle figure {
  display: inline;
  float: left;
  margin-right: 15px;
  position: relative;
  z-index: 1000; }
.staff figcaption, .level figcaption, .aisle figcaption {
  font-size: 10px;
  text-align: center; }
.staff label > input, .level label > input, .aisle label > input {
  visibility: hidden;
  position: absolute; }

.staff label, .staff label > div {
  width: 60px !important; }
.staff label > div {
  height: 70px;
  background-position: top;
  background-size: cover;
  font-size: 6px; }
.staff label > input:checked + div {
  border: 2px solid #f00; }
.staff div.other-user li {
  font-size: 12px;
  height: 50px;
  border-bottom: 1px solid silver;
  padding: 14px 5px;
  width: 200px; }
  .staff div.other-user li:hover {
    background-color: silver; }

.level span, .aisle span {
  display: inline-block;
  width: auto;
  margin-right: 40px;
  /*text-align: center;*/
  text-align: left; }
.level label > input:checked + span, .aisle label > input:checked + span {
  text-decoration: underline; }
.level label > input:disabled + span, .aisle label > input:disabled + span {
  color: #e2e2e2; }

label.type {
  float: right;
  font-size: 30px;
  margin-top: 26px; }

input#typePnebo + span {
  margin-right: 0; }

button.btn-primary {
  width: 120px; }

div.buttonbar {
  position: fixed;
  padding: 10px 3px 3px;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background-color: white; }

body {
  margin-bottom: 90px; }

table#locationResultTable td, table#locationResultTable th {
  padding: 2px 3px;
  border: 1px solid silver; }
table#locationResultTable td.locationBackground, table#locationResultTable th.locationBackground {
  background-color: #bbbdb8;
  border-color: gray; }

td.locationBackground.border, th.locationBackground.border {
  border-left: 5px double gray !important; }

span.counter.badge {
  margin-top: -50px;
  font-size: 12px;
  margin-right: 0; }

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