@import url('styles_scheduling.css');

.lineitems-choose {
	width: 32%;
	box-sizing: border-box;
	color: #505050;
	display: inline-block;
	text-align: center;
	padding: 5px;
	margin: 2px 0;
}

.lineitems-choose-category {
	background: #E3FAFF;
	border: 1px solid #9ACAD5;
}

.lineitems-choose-item {
	background: #EBFFEB;
	border: 1px solid #A8D4A8;
}

.lineitems-choose-back {
	background: #F4F4F4;
	border: 1px solid #CDCDCD;
}

.lineitems-chosen {
	background: #FDFFD2 !important;
	border: 1px dashed #B7BE3C !important;
}
  .tag-status-slings-active{
    background: #07cc1b;
    color: #ffffff;
  }
    .tag-status-slings-junked{
    background: #505050;
    color: #ffffff;
  }
    .tag-status-slings-rebuilt{
    background: #505050;
    color: #FFF;
  }
  




