A simple custom jQuery element click:out event. An event triggered when clicking outside of the targeted element.
$('.element').on('click:out', function(e){ // Close Modal });