* Fixed validation pattern for IP addresses in jQuery Validation. It was
missing escape characters for the periods so "192.168." was showing as
a fully valid address.
* Changed the validation error display to be Bootstrap tooltips instead
of additional elements that shift the contents of the page.
* Added custom tooltip style for validation errors.
* Updated jQuery Validation dependencies.