@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;
}

/* CUSTOM BOOTSTRAP STYLES */
.btn-group-xxs > .btn, .btn-xxs {
  padding: .1875rem .3rem;
  font-size: .65625rem;
  line-height: .375;
  border-radius: .15rem;
}
  .tag-jobtype-batch_facility{
    background: #d00707;
    color: #ffffff;
  }
    .tag-jobtype-Blue{
    background: #0500f0;
    color: #ffffff;
  }
    .tag-jobtype-Line{
    background: #79e867;
    color: #ffffff;
  }
    .tag-jobtype-Mini_Facility{
    background: #d98a2f;
    color: #FFFFFF;
  }
    .tag-jobtype-Red{
    background: #e0000d;
    color: #ffffff;
  }
    .tag-jobtype-Test_5{
    background: #505050;
    color: #ffffff;
  }
    .tag-jobtype-Test_6{
    background: #ebd40c;
    color: #1c1c1c;
  }
    .tag-jobtype-Test_7{
    background: #505050;
    color: #ffffff;
  }
    .tag-jobtype-Test_8{
    background: #505050;
    color: #FFFFFF;
  }
    .tag-jobtype-Test_8{
    background: #11ed19;
    color: #1c1818;
  }
    .tag-jobtype-Test_9{
    background: #e8176f;
    color: #0d0c0c;
  }
    .tag-jobtype-test_again{
    background: #e365f7;
    color: #000000;
  }
    .tag-jobtype-Test4{
    background: #505050;
    color: #FFFFFF;
  }
    .tag-status-estimates-accepted{
    background: #56d180;
    color: #ffffff;
  }
    .tag-status-estimates-converted{
    background: #198230;
    color: #ffffff;
  }
    .tag-status-estimates-declined{
    background: #b50b29;
    color: #ffffff;
  }
    .tag-status-estimates-pending{
    background: #d69a00;
    color: #ffffff;
  }
    .tag-status-estimates-questions{
    background: #505050;
    color: #ffffff;
  }
    .tag-status-estimates-sent{
    background: #73cdff;
    color: #ffffff;
  }
    .tag-status-workorders-Incomplete{
    background: #ea0d88;
    color: #201c1c;
  }
    .tag-status-workorders-invoiced{
    background: #56038a;
    color: #ffffff;
  }
    .tag-status-workorders-need_help{
    background: #505050;
    color: #26e078;
  }
    .tag-status-workorders-new{
    background: #505050;
    color: #ffffff;
  }
    .tag-status-workorders-Pending_Quote{
    background: #505050;
    color: #ffffff;
  }
    .tag-status-workorders-ready_to_invoice{
    background: #670be5;
    color: #201d1d;
  }
    .tag-status-workorders-scheduled{
    background: #b9d413;
    color: #ffffff;
  }
    .tag-status-workorders-service_completed{
    background: #0cc735;
    color: #ffffff;
  }
    .tag-status-workorders-unscheduled{
    background: #c99e06;
    color: #ffffff;
  }
    .tag-status-workorders-Vendor_On_Job_Site{
    background: #505050;
    color: #ffffff;
  }
    .tag-status-invoices-not_paid{
    background: #d91129;
    color: #ffffff;
  }
    .tag-status-invoices-paid{
    background: #0b9c11;
    color: #ffffff;
  }
    .tag-status-invoices-partially_paid{
    background: #dea718;
    color: #ffffff;
  }
    .tag-status-expenses-closed{
    background: #505050;
    color: #ffffff;
  }
    .tag-status-expenses-open{
    background: #505050;
    color: #ffffff;
  }
    .tag-priority-Standard{
    background: #000AFF;
    color: #ffffff;
  }
    .tag-priority-Intermediate{
    background: #008A0E;
    color: #ffffff;
  }
    .tag-priority-Urgent{
    background: #D9C300;
    color: #000000;
  }
    .tag-priority-Emergency{
    background: #FF0000;
    color: #000000;
  }
  
