function ShowHideRelevantSignIn(){var n=$(this).val();n!=""&&(n=="ExternalUser"?($("#InternalUserWithEmailAddressSpan").hide(),$("#InternalUserWithEmployeeIDSpan").hide(),$("#ExternalUserSpan").show(),$("#CreateAccountSpan").show()):n=="InternalUserWithEmailAddress"?($("#ExternalUserSpan").hide(),$("#CreateAccountSpan").hide(),$("#InternalUserWithEmployeeIDSpan").hide(),$("#InternalUserWithEmailAddressSpan").show()):n=="InternalUserWithEmployeeID"?($("#InternalUserWithEmailAddressSpan").hide(),$("#CreateAccountSpan").hide(),$("#ExternalUserSpan").hide(),$("#InternalUserWithEmployeeIDSpan").show()):($("#ExternalUserSpan").hide(),$("#CreateAccountSpan").hide(),$("#InternalUserWithEmailAddressSpan").hide(),$("#InternalUserWithEmployeeIDSpan").hide()))}function ReturnToTop(){$("body,html").animate({scrollTop:0},500)}function ReturnToBottom(){window.scrollTo(0,document.body.scrollHeight)}function SetMainContentMinHeight(){var n=0;n=$(".header").innerHeight()==0?$(window).innerHeight()-$(".desktopHeader").innerHeight()-$(".footer").innerHeight():$(window).innerHeight()-$(".header").innerHeight()-$(".footer").innerHeight();$(".mainContent").css("min-height",n)}!function(n){function i(n,t){for(var i=window,r=(n||"").split(".");i&&r.length;)i=i[r.shift()];return"function"==typeof i?i:(t.push(n),Function.constructor.apply(null,t))}function u(n){return"GET"===n||"POST"===n}function e(n,t){u(t)||n.setRequestHeader("X-HTTP-Method-Override",t)}function o(t,i,r){var u;r.indexOf("application/x-javascript")===-1&&(u=(t.getAttribute("data-ajax-mode")||"").toUpperCase(),n(t.getAttribute("data-ajax-update")).each(function(t,r){switch(u){case"BEFORE":n(r).prepend(i);break;case"AFTER":n(r).append(i);break;case"REPLACE-WITH":n(r).replaceWith(i);break;default:n(r).html(i)}}))}function f(t,r){var c,l,f,a,s,h;(c=t.getAttribute("data-ajax-confirm"),!c||window.confirm(c))&&(l=n(t.getAttribute("data-ajax-loading")),a=parseInt(t.getAttribute("data-ajax-loading-duration"),10)||0,n.extend(r,{type:t.getAttribute("data-ajax-method")||void 0,url:t.getAttribute("data-ajax-url")||void 0,cache:"true"===(t.getAttribute("data-ajax-cache")||"").toLowerCase(),beforeSend:function(n){var r;return e(n,f),r=i(t.getAttribute("data-ajax-begin"),["xhr"]).apply(t,arguments),r!==!1&&l.show(a),r},complete:function(){l.hide(a);i(t.getAttribute("data-ajax-complete"),["xhr","status"]).apply(t,arguments)},success:function(n,r,u){o(t,n,u.getResponseHeader("Content-Type")||"text/html");i(t.getAttribute("data-ajax-success"),["data","status","xhr"]).apply(t,arguments)},error:function(){i(t.getAttribute("data-ajax-failure"),["xhr","status","error"]).apply(t,arguments)}}),r.data.push({name:"X-Requested-With",value:"XMLHttpRequest"}),f=r.type.toUpperCase(),u(f)||(r.type="POST",r.data.push({name:"X-HTTP-Method-Override",value:f})),s=n(t),s.is("form")&&"multipart/form-data"==s.attr("enctype")&&(h=new FormData,n.each(r.data,function(n,t){h.append(t.name,t.value)}),n("input[type=file]",s).each(function(){var t=this;n.each(t.files,function(n,i){h.append(t.name,i)})}),n.extend(r,{processData:!1,contentType:!1,data:h})),n.ajax(r))}function s(t){var i=n(t).data(h);return!i||!i.validate||i.validate()}var t="unobtrusiveAjaxClick",r="unobtrusiveAjaxClickTarget",h="unobtrusiveValidation";n(document).on("click","a[data-ajax=true]",function(n){n.preventDefault();f(this,{url:this.href,type:"GET",data:[]})});n(document).on("click","form[data-ajax=true] input[type=image]",function(i){var r=i.target.name,u=n(i.target),f=n(u.parents("form")[0]),e=u.offset();f.data(t,[{name:r+".x",value:Math.round(i.pageX-e.left)},{name:r+".y",value:Math.round(i.pageY-e.top)}]);setTimeout(function(){f.removeData(t)},0)});n(document).on("click","form[data-ajax=true] :submit",function(i){var f=i.currentTarget.name,e=n(i.target),u=n(e.parents("form")[0]);u.data(t,f?[{name:f,value:i.currentTarget.value}]:[]);u.data(r,e);setTimeout(function(){u.removeData(t);u.removeData(r)},0)});n(document).on("submit","form[data-ajax=true]",function(i){var e=n(this).data(t)||[],u=n(this).data(r),o=u&&(u.hasClass("cancel")||void 0!==u.attr("formnovalidate"));i.preventDefault();(o||s(this))&&f(this,{url:this.action,type:this.method||"GET",data:e.concat(n(this).serializeArray())})})}(jQuery);$(function(){$("#ReturnToTopAnchor").on("click",ReturnToTop);$("#ReturnToBottomAnchor").on("click",ReturnToBottom);SetMainContentMinHeight();$("#ExternalUserSpan").hide();$("#CreateAccountSpan").hide();$("#InternalUserWithEmailAddressSpan").hide();$("#InternalUserWithEmployeeIDSpan").hide();$("input[name$='LoginType']").on("click",ShowHideRelevantSignIn)});$(window).resize(function(){SetMainContentMinHeight()});$(window).scroll(function(){$(this).scrollTop()>=50?$("#ReturnToTopAnchor").fadeIn(200):$("#ReturnToTopAnchor").fadeOut(200);$(this).scrollTop()>=0&&$(window).scrollTop()+$(window).height()!=$(document).height()?$("#ReturnToBottomAnchor").fadeIn(200):$("#ReturnToBottomAnchor").fadeOut(200)})