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

.map-marker-label {
	width: 25px;
	height: 25px;
	border: 2px solid #000;
	border-radius: 10px;
	border-top-left-radius: 0px;
	box-shadow: 4px 4px 2px rgba(0,0,0,0.5);
	box-sizing: border-box;
  }

.map-marker-label-Sunday,.map-marker-label-Saturday{
	background: #845a13;
}
.map-marker-label-Monday{
	background: #ebf950;
}
.map-marker-label-Tuesday{
	background: #fb9631;
}
.map-marker-label-Wednesday{
	background: #3faef8;
}
.map-marker-label-Thursday{
	background: #a338dc;
}
.map-marker-label-Friday{
	background: #f94c4c;
}
.map-marker-label-unscheduled{
	background: #505050;
	border: 4px dashed #c50000;
	animation: animation-blink 0.5s linear infinite;
}

.highlightedDocument{
	background: #ffe5e5;
	border: 3px dashed #ffa3a3;
}  .tag-jobtype-batch_facility{
    background: #050dcf;
    color: #191919;
  }
    .tag-jobtype-Blue{
    background: #0500f0;
    color: #ffffff;
  }
    .tag-jobtype-Line{
    background: #79e867;
    color: #ffffff;
  }
    .tag-jobtype-manufacturing{
    background: #e404ec;
    color: #0f0d0d;
  }
    .tag-jobtype-Mini_Facility{
    background: #d98a2f;
    color: #FFFFFF;
  }
    .tag-jobtype-Red{
    background: #e0000d;
    color: #ffffff;
  }
    .tag-jobtype-Test{
    background: #505050;
    color: #ffffff;
  }
    .tag-jobtype-Test_452{
    background: #505050;
    color: #FFFFFF;
  }
    .tag-jobtype-Test_5{
    background: #505050;
    color: #ffffff;
  }
    .tag-jobtype-Test_6{
    background: #ebd40c;
    color: #1c1c1c;
  }
    .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-approved{
    background: #56d180;
    color: #ffffff;
  }
    .tag-status-estimates-declined{
    background: #b50b29;
    color: #ffffff;
  }
    .tag-status-estimates-Needs_Further_Review{
    background: #505050;
    color: #ffffff;
  }
    .tag-status-estimates-pending{
    background: #d69a00;
    color: #ffffff;
  }
    .tag-status-estimates-sent{
    background: #73cdff;
    color: #ffffff;
  }
    .tag-status-workorders-all_good{
    background: #0cc735;
    color: #ffffff;
  }
    .tag-status-workorders-approved{
    background: #56d180;
    color: #ffffff;
  }
    .tag-status-workorders-closed_-_declined{
    background: #505050;
    color: #fff;
  }
    .tag-status-workorders-Closed_/_Needs_Review{
    background: #505050;
    color: #ffffff;
  }
    .tag-status-workorders-closed_out{
    background: #505050;
    color: #ffffff;
  }
    .tag-status-workorders-Ellisa{
    background: #859af9;
    color: #fefafa;
  }
    .tag-status-workorders-en_route{
    background: #00b7ff;
    color: #ffffff;
  }
    .tag-status-workorders-invoiced{
    background: #56038a;
    color: #ffffff;
  }
    .tag-status-workorders-Need_Parts_Ordered{
    background: #505050;
    color: #ffffff;
  }
    .tag-status-workorders-needs_quote{
    background: #505050;
    color: #ffffff;
  }
    .tag-status-workorders-new{
    background: #919191;
    color: #ffffff;
  }
    .tag-status-workorders-on_site{
    background: #0075ff;
    color: #ffffff;
  }
    .tag-status-workorders-Parts_Arrived{
    background: #505050;
    color: #ffffff;
  }
    .tag-status-workorders-pending_ABS_approval{
    background: #505050;
    color: #ffffff;
  }
    .tag-status-workorders-Pending_Parts_Delivery{
    background: #505050;
    color: #ffffff;
  }
    .tag-status-workorders-scheduled{
    background: #b9d413;
    color: #ffffff;
  }
    .tag-status-workorders-Submit_to_Customer_System{
    background: #ff6e33;
    color: #ffffff;
  }
    .tag-status-workorders-waiting_customer_approval{
    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-bills-paid{
    background: #6bcb73;
    color: #ffffff;
  }
    .tag-status-bills-partially_paid{
    background: #dea718;
    color: #fff;
  }
    .tag-status-bills-ready_for_payment{
    background: #505050;
    color: #ffffff;
  }
    .tag-status-bills-unpaid{
    background: #db5252;
    color: #ffffff;
  }
  




