#lineItemAdd{  
 /* border: 1px solid #C9E1F4;  */
  padding-bottom: 10px;
  overflow: hidden;
}

#lineItemAdd span{
  text-transform: capitalize;  
line-height: 26px;
}

#line_title{
  /*background-color: #EAF3FE;*/
  /*color: #000;    
  font-weight: bold;    
  padding: 3px 6px;
  overflow: hidden;*/
}

#itemCodeField, #qtyField{
  clear: both;
  padding: 5px;
  overflow: hidden;
}

#line_itemCode{
  width: 45%;  
  float: right;
}

#line_qty{
  width: 20%;  
  float: right;
}

#line_addButton{
/*  float: right;*/
  margin: 5px auto;
}

#line_notification{
  padding: 5px;
  clear: both;
}

#line_notification span{
  color: #003399;
}

#line_loading{  
  display: none;` 
  clear: both;
}

#line_loading img{
  
}