/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}

.container-xl{
  max-width: 1600px;
}
.col-mini-auto{
  width: 1px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.tbl-con-pulsanti-ultima-colonna tbody td:last-child,
#tbl-inserimento-prodotto tbody td:nth-last-child(3){
  padding: .25rem !important;
  vertical-align: middle;
}
.tbl-con-pulsanti-penultima-colonna tbody td:nth-last-child(2){
  padding: .25rem !important;
  vertical-align: middle;
}

#tbl-ordini tbody td:first-child,
#tbl-ordini tbody td:nth-child(3){
  text-align: right;
}
#tbl-ordini tbody td:nth-child(4){
  text-align: center;
}

#tbl-ordine tbody td:nth-child(2),
#tbl-ordine tbody td:nth-child(3),
#tbl-ordine tbody td:nth-child(4){
  text-align: right;
}

#tbl-inserimento-prodotto tbody td:nth-child(1),
#tbl-inserimento-prodotto tbody td:nth-child(4),
#tbl-inserimento-prodotto tbody td:nth-child(5){
  text-align: right;
}
#tbl-inserimento-prodotto tbody td:nth-child(5):not(.only-text){
  padding: .25rem !important;
  vertical-align: middle;
}
#tbl-inserimento-prodotto tbody td:nth-child(3){
  text-align: center;
}

@media (max-width: 767.98px) { 
 .table-mobile-sm th,
 .table-mobile-sm td {
     padding: .2em !important;
  }
}

.hidden{
  display: none;
}

#tbl-inserimento-prodotto .input-group.ok input,
#tbl-inserimento-prodotto .input-group.ok .input-group-text{
  background-color: #d5eeda !important;
}
.has-error input[type="text"],
.has-error .input-group-text{
	border-color: #f00;
	background-color: #efbdbd;
}
.btn-molto-testo{
  line-height: 0.9rem;
}
button .img-attendi{
  max-width: 20px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label-default {
  background-color: #777;
}
.label-primary {
  background-color: #337ab7;
}
.label-success {
  background-color: #5cb85c;
}
.label-info {
  background-color: #5bc0de;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-danger {
  background-color: #d9534f;
}
.navbar-brand{
  display: block;
  margin: 0 auto;
  background: #343a40;
  padding: 5px 15px;
}
.navbar.navbar-dark.bg-dark{
  background-color: #218838 !important;
}