.tag {
	display: inline-block;
	padding: 5px;
	border-radius: 5px;
	font-size: 0.8em;
	font-weight: bold;
	margin: 1px;
}

.tag-users {
	background: #F2F2F2;
	color: #707070;
}


.tag-status-invoice-not_paid {
	background: #BD0000;
	color: #fff;
}
.tag-status-invoice-partially_paid {
	background: #D4AB00;
	color: #fff;
}
.tag-status-invoice-paid {
	background: #0DB605;
	color: #fff;
}
.tag-status-invoice-cancelled {
	background: #707070;
	color: #fff;
}

.tag-status-estimate-pending {
	background: #FAFFBB;
	color: #707070;
}
.tag-status-estimate-sent {
	background: #039CE7;
	color: #fff;
}
.tag-status-estimate-accepted {
	background: #89C493;
	color: #fff;
}
.tag-status-estimate-converted {
	background: #11BF2F;
	color: #fff;
}
.tag-status-estimate-rejected {
	background: #C94646;
	color: #fff;
}
.tag-status-estimate-closed {
	background: #707070;
	color: #fff;
}

.tag-status-workorder-estimate {
	background: #FA6F6F;
	color: #fff;
}
.tag-status-workorder-in_process {
	background: #58B3DA;
	color: #FFF;
}
.tag-status-workorder-tech_work_complete {
	background: #BAF0BC;
	color: #535353;
}
.tag-status-workorder-invoiced {
	background: #A365C9;
	color: #fff;
}
.tag-status-workorder-invoiced_-_charles_review {
	background: #947D4B;
	color: #fff;
}
.tag-status-workorder-invoiced_final {
	background: #29B64D;
	color: #FFF;
}
.tag-status-workorder-cancelled {
	background: #535353;
	color: #fff;
}

.tag-jobtype-parts_only {
	background: #FAFFBB;
	color: #707070;
}
.tag-jobtype-planned_maintenance {
	background: #DBA400;
	color: #FFF;
}
.tag-jobtype-rental {
	background: #6CD579;
	color: #FFF;
}
.tag-jobtype-estimate {
	background: #C70101;
	color: #fff;
}
.tag-jobtype-work_order {
	background: #0084E4;
	color: #fff;
}
