@import url('styles_scheduling.css');


.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-whatever-whatever {
	background: #BD0000;
	color: #fff;
}

.tag-status-workorder-new {
	background: #EDBC0F;
	color: #FFF;
}
.tag-status-workorder-scheduled {
	background: #138CD0;
	color: #FFF;
}
.tag-status-workorder-reschedule_needed {
	background: #BD0000;
	color: #FFF;
}
.tag-status-workorder-completed {
	background: #06C441;
	color: #FFF;
}
.tag-status-workorder-cancelled {
	background: #505050;
	color: #FFF;
}
