function handlePosition(t,o){if(window.innerWidth>=1024){var e=jQuery(o).position(),n=e.left-70,u=e.top+20;jQuery(t).css({top:u,left:n,bottom:"auto"})}}function handleFlyouts(){jQuery(document).on("click",".open-flyout",function(t){t.preventDefault(),t.stopPropagation();var o=jQuery(jQuery(this).data("flyout-target"));o.length&&(jQuery(".flyout").not(o).removeAttr("style").hide(),o.show(),handlePosition(o,t.target))}),jQuery(document).on("mouseenter",'.open-flyout[data-flyout-target=".addRatingPopUp"], .ratingListSmall',function(){jQuery(".addRatingPopUp").show()}),jQuery(document).on("click",".ratingListSmall",function(){jQuery(".addRatingPopUp").show()}),jQuery(document).on("mouseleave",".addRatingPopUp",function(){jQuery(this).hide()}),jQuery("body").click(function(){jQuery(".flyout").removeAttr("style").hide()}),jQuery(".flyout").click(function(t){t.stopPropagation()}),jQuery(".flyout").on("click",".close",function(){jQuery(this).parent(".flyout").removeAttr("style").hide()})}handleFlyouts();