/* custom.css: stili personalizzati */

/* Corpo della pagina leggermente grigio */
body.bg-light {
  background-color: #f8f9fa !important;
}

/* Contenitore login centrato */
.login-container {
  max-width: 400px;
  margin: 5% auto;
}

/* Card modali con bordo arrotondato */
.modal-content {
  border-radius: 0.25rem;
}

/* Allineamento verticale in tabella */
.table td,
.table th {
  vertical-align: middle;
}

/* Spazio tra icona e testo nei bottoni */
.btn-success i,
.btn-primary i {
  margin-right: 0.25rem;
}

/* Spaziatura standard per i .form-check */
.form-check {
  margin-bottom: 0.75rem;
}

/* scritta a finco del logo */
.navbar-brand span {
	position: relative;
	top: 6px;
}

/* tooltipster custom */
.tooltipster-content {
	white-space: pre-line;
}

/* bottoni prev e next di datatable */
.dataTables_paginate .previous,
.dataTables_paginate .next {
  display: none !important;
}

/* WIDTH UTILITIES */
.w-0 {
    width: 0!important
}
.w-8 {
    width: 8.33333%!important
}
.w-17 {
    width: 16.66666%!important
}
.w-33 {
    width: 33.33333%!important
}
.w-42 {
    width: 41.66666%!important
}
.w-58 {
    width: 58.33333%!important
}
.w-66 {
    width: 66.66666%!important
}
.w-83 {
    width: 83.33333%!important
}
.w-92 {
    width: 91.66666%!important
}
.w-10 {
    width: 10%!important
}
.w-20 {
    width: 20%!important
}
.w-30 {
    width: 30%!important
}
.w-40 {
    width: 40%!important
}
.w-60 {
    width: 60%!important
}
.w-70 {
    width: 70%!important
}
.w-80 {
    width: 80%!important
}
.w-90 {
    width: 90%!important
}
.w-fit-content {
    width: fit-content!important
}

