html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.no-wrap {
    white-space: nowrap;
}


.status-badge {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.status-bozza {
    background-color: #d4edda;
    color: #155724;
}

.status-inviato {
    background-color: #d4edda;
    color: #155724;
}

.no-bozze {
    padding: 40px;
    text-align: center;
    font-size: 18px;
    color: #6c757d;
}



/* BADGE  STATI */

.status-badge {
    cursor: pointer;
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.status-new {
    background-color: #d4edda;
    color: #155724;
}

.status-letto {
    background-color: #d4edda;
    color: orange;
}

.status-approved {
    background-color: #cce5ff;
    color: #004085;
}

.status-inpreparation {
    background-color: #fff3cd;
    color: #856404;
}

.status-shipped {
    background-color: #e2e3e5;
    color: #383d41;
}

.status-delivered {
    background-color: #d1ecf1;
    color: #0c5460;
}

.status-compl {
    background-color: #0c5460;
    color: white;
}

.status-reso {
    background-color: orange;
    color: white;
}

/* BADGE  STATI  END*/