.pending {
	margin-top: 0px;
	margin-left: 0px;
	width: auto;
	display: inline-block;
	background: #ff751a;  /* 3dc461 */
	color: white;
	font-size: 10px;
	padding: 1px 6px 0px 6px;
	text-align: center;
	height: 17px;
	border-radius: 10px;
	border: 1px solid #ff751a;
	text-transform: uppercase; /* uppercase lowercase capitalize */
}
.pending:hover {
	font-size: 10px;
	padding: 1px 6px 0px 6px;
	text-align: center;
	height: 17px;
	border-radius: 10px;
}
.active {
	margin-top: 0px;
	margin-left: 0px;
	width: auto;
	display: inline-block;
	background: #00a65a;
	color: white;
	font-size: 10px;
	padding: 1px 6px 0px 6px;
	text-align: center;
	height: 17px;
	border-radius: 10px;
	border: 1px solid #00a65a;
	text-transform: uppercase; /* uppercase lowercase capitalize */
}
.active:hover {
	font-size: 10px;
	padding: 1px 6px 0px 6px;
	text-align: center;
	height: 17px;
	border-radius: 10px;
}
.no-payment {
	margin-top: 0px;
	margin-left: 0px;
	width: auto;
	display: inline-block;
	background: #ff0000;  /* 3dc461 */
	color: white;
	font-size: 10px;
	padding: 1px 6px 0px 6px;
	text-align: center;
	height: 17px;
	border-radius: 10px;
	border: 1px solid #ff0000;
	text-transform: uppercase; /* uppercase lowercase capitalize */
}
.no-payment:hover {
	font-size: 10px;
	padding: 1px 6px 0px 6px;
	text-align: center;
	height: 17px;
	border-radius: 10px;
}
.redirect {
	margin-top: 0px;
	margin-left: 0px;
	width: auto;
	display: inline-block;
	background: #3399ff;
	color: white;
	font-size: 10px;
	padding: 1px 6px 0px 6px;
	text-align: center;
	height: 17px;
	border-radius: 10px;
	border: 1px solid #3399ff;
	text-transform: uppercase; /* uppercase lowercase capitalize */
}
.redirect:hover {
	font-size: 10px;
	padding: 1px 6px 0px 6px;
	text-align: center;
	height: 17px;
	border-radius: 10px;
}
.expired {
	margin-top: 0px;
	margin-left: 0px;
	width: auto;
	display: inline-block;
	background: #808080;
	color: white;
	font-size: 10px;
	padding: 1px 6px 0px 6px;
	text-align: center;
	height: 17px;
	border-radius: 10px;
	border: 1px solid #808080;
	text-transform: uppercase; /* uppercase lowercase capitalize */
}
.expired:hover {
	font-size: 10px;
	padding: 1px 6px 0px 6px;
	text-align: center;
	height: 17px;
	border-radius: 10px;
}
.not-active {
	margin-top: 0px;
	margin-left: 0px;
	width: auto;
	display: inline-block;
	background: #808080;
	color: white;
	font-size: 10px;
	padding: 1px 6px 0px 6px;
	text-align: center;
	height: 17px;
	border-radius: 10px;
	border: 1px solid #808080;
	text-transform: uppercase; /* uppercase lowercase capitalize */
}
.not-active:hover {
	font-size: 10px;
	padding: 1px 6px 0px 6px;
	text-align: center;
	height: 17px;
	border-radius: 10px;
}
.transfer {
	margin-top: 0px;
	margin-left: 0px;
	width: auto;
	display: inline-block;
	background: #3399ff;
	color: #FFFFFF;
	font-size: 10px;
	padding: 1px 6px 0px 6px;
	text-align: center;
	height: 17px;
	border-radius: 10px;
	border: 1px solid #3399ff;
	text-transform: uppercase; /* uppercase lowercase capitalize */
}
.transfer:hover {
	font-size: 10px;
	padding: 1px 6px 0px 6px;
	text-align: center;
	height: 17px;
	border-radius: 10px;
}
.date_left {
	margin-top: 0px;
	margin-left: 0px;
	width: auto;
	display: inline-block;
	background: #1f94c7;
	color: white;
	font-size: 10px;
	padding: 1px 6px 0px 6px;
	text-align: center;
	height: 17px;
	border-radius: 10px;
	border: 1px solid #1f94c7;
	text-transform: uppercase; /* uppercase lowercase capitalize */
}
.date_left:hover {
	font-size: 10px;
	padding: 1px 6px 0px 6px;
	text-align: center;
	height: 17px;
	border-radius: 10px;
}