@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-urgency-emergency {
	background: #FF0000;
	color: #FFF;
}
.tag-urgencies-24_hr{
	background: #EC9500;
	color: #FFF;
}
.tag-urgencies-normal{
	background: #A5B02C;
	color: #FFF;
}
.tag-urgencies-PM{
	background: #A167FF;
	color: #FFF;
}

.panel-warning .panel-heading,.btn-warning {
	background-color: #CC8800 !important;
}
  .tag-jobtype-Maintenance{
    background: #85d1ef;
    color: #201d1d;
  }
    .tag-jobtype-Project{
    background: #e7e726;
    color: #ffffff;
  }
    .tag-jobtype-Service{
    background: #0bf480;
    color: #1e1d1d;
  }
    .tag-status-estimates-accepted{
    background: #56d180;
    color: #ffffff;
  }
    .tag-status-estimates-declined{
    background: #b50b29;
    color: #ffffff;
  }
    .tag-status-estimates-pending{
    background: #d69a00;
    color: #ffffff;
  }
    .tag-status-estimates-Pending_Approval{
    background: #f9a992;
    color: #ffffff;
  }
    .tag-status-estimates-questions{
    background: #505050;
    color: #ffffff;
  }
    .tag-status-estimates-sent{
    background: #73cdff;
    color: #ffffff;
  }
    .tag-status-workorders-completed{
    background: #04fb17;
    color: #181515;
  }
    .tag-status-workorders-Estimate_Accepted{
    background: #eeffe9;
    color: #000000;
  }
    .tag-status-workorders-Follow_Up{
    background: #48d5b9;
    color: #ffffff;
  }
    .tag-status-workorders-In_Process{
    background: #e8df0f;
    color: #ffffff;
  }
    .tag-status-workorders-invoiced{
    background: #56038a;
    color: #ffffff;
  }
    .tag-status-workorders-On_Hold{
    background: #a193ee;
    color: #ffffff;
  }
    .tag-status-workorders-on_site{
    background: #0075ff;
    color: #ffffff;
  }
    .tag-status-workorders-Parts_on_Order{
    background: #fdb1d0;
    color: #000000;
  }
    .tag-status-workorders-Pending_Approval{
    background: #95a400;
    color: #ffffff;
  }
    .tag-status-workorders-Pending_Quote{
    background: #bfa9be;
    color: #ffffff;
  }
    .tag-status-workorders-scheduled{
    background: #b9d413;
    color: #ffffff;
  }
    .tag-status-workorders-SERIAL_INPUT{
    background: #71c0a4;
    color: #1f1010;
  }
    .tag-status-workorders-service_completed{
    background: #0cc735;
    color: #ffffff;
  }
    .tag-status-workorders-unscheduled{
    background: #c99e06;
    color: #ffffff;
  }
    .tag-status-workorders-Void{
    background: #cabebe;
    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;
  }
  




