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-top: 0px;
}

.btn-new {
    color: black;
    border-color: #6c757d;
}

.btn-new:hover {
    color: white;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-blue {
    color: white;
    background-color: #0c3774;
    border-color: #0c3774;
}

.btn-blue:hover {
    color: white;
    background-color: #0c3774;
    border-color: #0c3774;
}

.btn-outline-blue {
    color: #0c3774;
    border-color: #0c3774;
}
.btn-outline-blue:hover {
    color: white;
    background-color: #0c3774;
    border-color: #0c3774;
}
    
.fa-1-5x{
    font-size: 1.5rem;
}

#DataOra{
    font-size: 2rem;
}

/*Usata per uniformare i bottoni*/
.button {
    width: 200px;
    height: 50px;
    display: inline-block;
    align-content: center;
    margin: 5px;
}

