/* ---



	1)On Desk
	2)Supplies
	3)Patterning
	4)Pattern Complete
	5)Production Program
	6)Cutting
	7)Preliminars
	8)Stitching
	9)Lasting
	10)Soleing
	11)Finishing
	12)Ready for QC
	13)Approved & Shipped to Edmonton
		
*/


.quantityAdjustSplit{
	
	width:50px;
	
	
}


.modal-content{
	
	background-color:#fff;
	padding:20px;
	
}


.highlight-row{
	background:red !important;
	color:#fff !important;
	
	
}



.saveReOrderPoint{
	
/*
	font-size:18px;
	padding:20px;
*/
	
	
}

.highlight {
      background: red;
}

.exportLink{
	
	position:absolute;
	top:-30px;
	right:-50px;
	
	
}

.redRow{
	
	background:#f49294 !important;
	
}


.hiddenRow{
	
	background: #f7ef00 !important;
	
}


.largeNumber{
	
	font-size:1.5em;
	font-weight:bold;
	
	
	
}


.title.is-1{
	
	    font-size: 2rem !important;
	
}

.title.is-2{
	
	    font-size: 1.5rem !important;
	
}


.row_2{
	
	background-color:#FFFFB5 !important;
	
}


.row_1{
	
	background-color:#d2f998 !important;
	
}


.row_3{
	
	background-color:#fff2cc !important;
	
}

.row_4{
	
	background-color:#fff2cc !important;
	
}


hr.strongBorder{
	
	background-color: #333 !important;
 
    height: 2px !important;
	
}

input[type=number] {
  float: left;
  width: 50px;
  height: 20px;
  padding: 0;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  color: #333;
  border:none;
  background: none;
  outline: none;
  pointer-events: none;
}

span.spinner {
  position: absolute;
  height: 20px;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

span.spinner > .sub,
span.spinner > .add {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;

  font-weight: 700;
  font-size: 1em;
  line-height: 18px;
  color: #333;
  border: 1px #dbdbdb solid;
  border-radius: 2px 0 0 2px;
  cursor: pointer;
  transition: 0.1s linear;
  -o-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}

span.spinner > .add {
  top: 0;
  border: 1px #dbdbdb solid;
  border-radius: 0 2px 2px 0;
}

span.spinner > .sub:hover,
span.spinner > .add:hover {
  background: #333;
  color: #fff;
}
 input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
}


#deleteItems,#deleteItemsRTW{
	
	position:absolute;
	right:0;
	bottom:0;
	
	
}



tr.voided td:before {
  content: " ";
  position: absolute;
  display: inline-block;
  padding: 5px 10px;
  left: 0;
  border-bottom: 1px solid red;
  width: 100%;
}



