#fixpaysign_expire {
	background: rgb(111, 66, 193);;
	color: #ffffff;
	width: 200px;
	border-radius: 5em;
	background-repeat: no-repeat;
	background-position: center center;
}

#fixpaysign_activate_inactivate {
	background: rgb(111, 66, 193);;
	color: #ffffff;
	min-width: 200px;
	border-radius: 5em;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 2em;
}

.badge-adimplente {
	background: #9fdf9f;
	color: #1e2022;
	padding: 0.2rem 0.5rem 0.2rem 0.5rem;
	font-weight: bold;
	border-radius: 0.75rem;
	font-size: 0.9em;
}

.badge-inadimplente {
	background: #ff8080;
	color: #1e2022;
	font-weight: bold;
	padding: 0.2rem 0.5rem 0.2rem 0.5rem;
	border-radius: 0.75rem;
	font-size: 0.9em;
}

.badge-pendente {
	background: #ffff80;
	color: #1e2022;
	padding: 0.2rem 0.5rem 0.2rem 0.5rem;
	font-weight: bold;
	border-radius: 0.75rem;
	font-size: 0.9em;
}

.badge-expirado {
	background: #bfbfbf;
	color: #1e2022;
	padding: 0.2rem 0.5rem 0.2rem 0.5rem;
	font-weight: bold;
	border-radius: 0.75rem;
	font-size: 0.9em;
}