body {
	font-size: 0.92rem;
	background-color: #f5f5f5;
	color: #1F2937;
}

ul {
  list-style-type: none;
}

#imgLogo {
	width: 120px;
}

.TKT_divTicketSeguimiento {
	border-radius: 0.5rem;
}



.btnPuntaje img {
	max-width: 35px;
	width: 10vw;
	filter: grayscale(0.8);
}

.btnPuntaje:hover img {
	filter: grayscale(0);
}


.seleccionado {
	border: 1px solid grey !important;
	opacity: 1 !important;
}

.seleccionado img {
	filter: grayscale(0);
}

.bg-primary, .btn-primary, .badge-primary {
	background-color: #3278da !important;
}

.badge {
	font-weight: 500;
	font-size: 80%;
}
