@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-priority-workorders-Emergency {
	background: #DD5F5F;
	color: #FFF;
}


/*.widget-inline {
	padding: 20px 0 !important;
}
.widget-inline .col-lg-3 {
	padding: 0;
}*/
.widget-inline .col-lg-3:last-of-type .widget-inline-box-small {
	border-right: 0;
}
.widget-inline .widget-inline-box-small {
	border-right: 1px solid #e3e8f1;
	padding: 10px;
}
.widget-inline .widget-inline-box-small i {
	font-size: 12px;
	padding-right: 5px;
}

/* CUSTOM BOOTSTRAP STYLES */
.btn-group-xxs > .btn, .btn-xxs {
  padding: .1875rem .3rem;
  font-size: .65625rem;
  line-height: .375;
  border-radius: .15rem;
}
  .tag-jobtype-Install{
    background: #e05858;
    color: #ffffff;
  }
    .tag-jobtype-Service{
    background: #03b3ff;
    color: #ffffff;
  }
    .tag-status-estimates-Completed{
    background: #505050;
    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-quote_approved{
    background: #56d180;
    color: #ffffff;
  }
    .tag-status-estimates-sent{
    background: #73cdff;
    color: #ffffff;
  }
    .tag-status-workorders-cancelled{
    background: ;
    color: ;
  }
    .tag-status-workorders-cap_increase_requested{
    background: #a4e5c4;
    color: ;
  }
    .tag-status-workorders-complete{
    background: ;
    color: ;
  }
    .tag-status-workorders-completed_-_no_charge{
    background: ;
    color: ;
  }
    .tag-status-workorders-dispatched{
    background: ;
    color: ;
  }
    .tag-status-workorders-duplicate{
    background: ;
    color: ;
  }
    .tag-status-workorders-follow-up_required{
    background: #ec8686;
    color: ;
  }
    .tag-status-workorders-invoice_issue{
    background: #ec8686;
    color: ;
  }
    .tag-status-workorders-Need_ETA{
    background: #505050;
    color: #ffffff;
  }
    .tag-status-workorders-new{
    background: ;
    color: ;
  }
    .tag-status-workorders-on_hold{
    background: #a4e5c4;
    color: ;
  }
    .tag-status-workorders-parts_on_order{
    background: ;
    color: ;
  }
    .tag-status-workorders-pending_close_out{
    background: ;
    color: ;
  }
    .tag-status-workorders-pending_customer_approval{
    background: #a4e5c4;
    color: ;
  }
    .tag-status-workorders-pending_invoice_submittal{
    background: ;
    color: ;
  }
    .tag-status-workorders-Pending_Review{
    background: #73cdff;
    color: #ffffff;
  }
    .tag-status-workorders-pending_vendor_quote{
    background: ;
    color: ;
  }
    .tag-status-workorders-Pictures_Needed{
    background: #505050;
    color: #ffffff;
  }
    .tag-status-workorders-quote_approved{
    background: ;
    color: ;
  }
    .tag-status-workorders-quote_attached{
    background: ;
    color: ;
  }
    .tag-status-workorders-quote_rejected{
    background: ;
    color: ;
  }
    .tag-status-workorders-ready_to_invoice{
    background: ;
    color: ;
  }
    .tag-status-workorders-sign_off_needed{
    background: ;
    color: ;
  }
    .tag-status-workorders-vendor_on_site{
    background: ;
    color: ;
  }
    .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;
  }
  




