.table td {
	padding:5px 5px;
	}
.table th {
	padding:12px 5px;
	background-color:#6D757B;
	color:white;

	}
tr.lineaTabla:hover td {
	background-color:#d5d5d5;
	}
.casillaTabla {
	border-bottom: 1px solid #d5d5d5;
	}
.tituloTabla {
	background-color: #6D757B;
	color:white;
	font-weight: bold;
	border-bottom: 2px solid #eaeaea;
	}

/* Només aplicable al modalGran */
#modalGran .modal-dialog {
  width: 95%;
  max-width: 95%;
}

@media (min-width: 1400px) {
  #modalGran .modal-dialog {
    max-width: 1200px;
  }
}

#modalGran .modal-content {
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

#modalGran .modal-body {
  overflow-y: auto;
  flex-grow: 1;
  padding: 1.5rem;
}

/* Sticky header exclusiu */
#modalGran .modal-header {
  position: sticky;
  top: 0;
  background-color: #007bff;
  color: white;
  z-index: 1050;
}

/* Sticky footer exclusiu */
#modalGran .modal-footer {
  position: sticky;
  bottom: 0;
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  color: black;
  z-index: 1050;
}
.avatar-container {
  width: 33px;         /* Ajusta a mida final desitjada */
  height: 33px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  background: #ccc;
  margin-right: 10px;  /* Si vols separar-lo del text */
}

.avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
