html,
body {
  height: 100%;
}

body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

form#profile button {
  width: 100%;
}

form#barcodeFrom input[type=submit] { display: none; }

/*table tbody tr.giallo { background-color: yellow; }
table tbody tr.verde { background-color: green; }*/

table.productsOrders { font-size: 0.95em; }

table.ordine #check_qty,
table.productsOrders #check_qty { 
  width: 30px;
  border: none;
  text-align: center;
}

.legenda { font-size: 13px; }

table.ordine #close { margin-right: 15px; color: #C00; font-weight: bold; cursor: pointer;}

/*ADMIN*/
.user-navbar { color: rgba(255,255,255,0.6) }
.divider {
  width: 1px;
  height: 34px;
  float: left;
  background-color: rgba(0,0,0,0.3);
  margin: 0 10px;
}

nav li a.text-underline { text-decoration: underline; }
