The lookup icons drops to next line if you use form-control. This can be fixed by adding additional css.
.lookupInput a.form-control{
position: absolute;
top: 5px;
width: 0px;
border: none !important;
background: transparent !important;
right: 25px;
background-color: transparent !important;
}
