/* Badges: various indicators */
/* ======================================================== */
/* STANDARD BADGE */
.ipsBadge {
	padding: 0 8px;
	border-radius: 2px;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	color: #fff;
	vertical-align: middle;
	font-weight: bold;
	text-shadow: none;
	letter-spacing: 0;
}
	.ipsBadge a {
		color: #fff;
	}
	
	.ipsBadge.ipsBadge_icon {
		width: 28px;
		height: 28px;
		border-radius: 28px;
		font-size: 14px;
		text-align: center;
		line-height: 28px;
		vertical-align: middle;
		padding: 0;
	}

		.ipsBadge.ipsBadge_icon.ipsBadge_small {
			width: 19px;
			height: 19px;
			border-radius: 19px;
			line-height: 19px;
			font-size: 11px;
			vertical-align: baseline;
		}

		.ipsBadge.ipsBadge_icon.ipsBadge_large {
			width: 38px;
			height: 38px;
			border-radius: 38px;
			line-height: 38px;
			font-size: 17px;
		}
/* ======================================================== */
/* SIZES */
.ipsBadge, .ipsBadge.ipsBadge_normal {
	height: 17px;
	line-height: 17px;
	font-size: 9px;
}

.ipsBadge.ipsBadge_medium {
	height: 18px;
	line-height: 18px;
	font-size: 11px;
} 

.ipsBadge.ipsBadge_large {
	height: 23px;
	line-height: 23px;
	padding: 0 10px;
}

/* ======================================================== */
/* STYLES */
.ipsBadge_new, .ipsBadge_style1 {
	background: #323232;
}

.ipsBadge_style2 {
	background: #d42b39;
}

.ipsBadge_warning, .ipsBadge_style3 {
	background: #834250;
}

.ipsBadge_positive, .ipsBadge_style4 {
	background: #68a72f;
}

.ipsBadge_negative, .ipsBadge_style5 {
	background: #a72f35;
}

.ipsBadge_neutral, .ipsBadge_style6 {
	background: #b3b3b3;
}

.ipsBadge_intermediary, .ipsBadge_style7 {
	background: #cbb641;
}

/* ======================================================== */
/* ITEM STATUS BADGES */
.ipsItemStatus:not( .ipsItemStatus_large ) {
	color: #303d46;
	font-size: 14px;
	line-height: inherit;
	vertical-align: middle;
}

	.ipsDataItem_subList .ipsItemStatus:not( .ipsItemStatus_large ) {
		vertical-align: text-top;
	}

	.ipsItemStatus.ipsItemStatus_read:not( .ipsItemStatus_large ) {
		color: #dbdbdb;
	}

	.ipsItemStatus.ipsItemStatus_tiny {
		font-size: 9px;
	}

	.ipsItemStatus.ipsItemStatus_small {
		font-size: 13px;
	}

	.ipsItemStatus.ipsItemStatus_large {
		background: #303d46;
		color: #fff;
		width: 36px;
		height: 36px;
		line-height: 36px;
		border-radius: 15px 2px 15px 2px;
		display: inline-block;
		text-align: center;
		font-size: 18px;
		{prefix="transition" value="0.15s all linear"}
	}

		.ipsItemStatus.ipsItemStatus_large.ipsItemStatus_read {
			background: #dbdbdb;
			border-radius: 2px 15px 2px 15px;
		}

	.ipsItemStatus.ipsItemStatus_read {
		opacity: 0.6;
	}

	.ipsItemStatus.ipsItemStatus_read:not( .ipsItemStatus_large ):not( .ipsItemStatus_posted ):not( .ipsItemStatus_custom ) {
		display: none;
	}

/* ======================================================== */
/* POINTS (for warnings) */
.ipsPoints {
	display: inline-block;
	background: #8c3737;
	color: #fff;
	width: 36px;
	height: 36px;
	border-radius: 36px;
	font-size: 18px;
	text-align: center;
	line-height: 36px;
}

.ipsPoints_small {
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	vertical-align: middle;
}

/* ======================================================== */
/* REP BADGE */
.ipsRepBadge {
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
}

	.ipsRepBadge_positive,
	.ipsRepBadge_positive:hover {
		color: #5f7a47 !important;
	}

	.ipsRepBadge_negative,
	.ipsRepBadge_negative:hover {
		color: #8c3737 !important;
	}

	.ipsRepBadge_neutral,
	.ipsRepBadge_neutral:hover {
		color: #b3b3b3 !important;
	}