apex.theme42={},function(ut,$){"use strict";var treeNav$,pageTitle$,pageBody$,bodyContent$,bodyContentOffset$,mainBody$,sideCol$,header$,actionsCol$,TREE_NAV=ut.TREE_NAV="#t_TreeNav",PAGE_BODY=ut.PAGE_BODY="#t_PageBody",PAGE_TITLE=ut.PAGE_TITLE="#t_Body_title",HEADER=ut.HEADER="#t_Header",SIDE_COL=ut.SIDE_COL="#t_Body_side",BODY_CONTENT=ut.BODY_CONTENT="#t_Body_content",BODY_CONTENT_OFFSET=ut.BODY_CONTENT_OFFSET="#t_Body_content_offset",ACTIONS_COL=ut.ACTIONS_COL="#t_Body_actions",T_ALERT_SUCCESS=(ut.T_MODAL_BODY=".t-Dialog-body","#t_Alert_Success"),APEX_SUCCESS_MESSAGE="#APEX_SUCCESS_MESSAGE",marqueeRDS$=(ut.dialogHeight=0,$(".t-Body-info .apex-rds-container")),baseRDS$=$(".apex-rds-container"),init=ut.init={},screenIsSmall=ut.screenIsSmall=function(){var pageHasTreeView=!!treeNav$&&treeNav$.length>0,pageHasLeftAndIsTooSmall=pageHasTreeView&&pageBody$.hasClass("t-PageBody--showLeft")&&Modernizr.mq("only screen and (max-width: 992px)"),pageIsSimplyTooSmall=Modernizr.mq("only screen and (max-width: 640px)");return pageHasLeftAndIsTooSmall||pageIsSimplyTooSmall};ut.getTitleHeight=function(){return pageTitle$.outerHeight()};var getFixedHeight=ut.getFixedHeight=function(){var headerHeight=$("header").outerHeight(),rdsHeight=0,paddingOffset=12;return marqueeRDS$.length>0?rdsHeight+=marqueeRDS$.outerHeight():baseRDS$.length>0&&(rdsHeight+=paddingOffset),screenIsSmall()?pageBody$.hasClass("js-HeaderContracted")?rdsHeight:headerHeight+rdsHeight:($(".js-stickyTableHeader").length>0&&(rdsHeight-=1),ut.getTitleHeight()+headerHeight+rdsHeight)};apex.theme.defaultStickyTop=getFixedHeight,ut.sticky=function(selector){$(selector).stickyWidget({zIndexStart:200,toggleWidth:!0,stickToEnd:!0})},ut.renderBadges=function(children$,labelClass){children$.each(function(){var label=this.innerHTML;if(-1===label.indexOf("")){var regex=/\[(.*)\]/,match=regex.exec(label);null!==match&&match.length>1&&(""===match[1]?this.innerHTML=label.replace(regex,""):(label=label.replace(/\[.*\]/,"")+""+match[1]+"",this.innerHTML=label))}})};var resetHeaderOffset=ut.resetHeaderOffset=function(){var pageTitleHeight=ut.getTitleHeight(),headerHeight=header$.outerHeight();Modernizr.mq("only screen and (min-width: 641px)")?(sideCol$.css({top:pageTitleHeight+headerHeight}),bodyContentOffset$.css({height:pageTitleHeight+headerHeight}),mainBody$.css({"margin-top":0}),(null===treeNav$||treeNav$.length<=0)&&pageTitle$.css({top:headerHeight})):(sideCol$.css({top:"0"}),bodyContentOffset$.css({height:"0"}),mainBody$.css({"margin-top":headerHeight})),actionsCol$.css({top:headerHeight})};ut.configureSuccessMessages=function(pOptions){var timeOut,suc$=$(T_ALERT_SUCCESS);if(pOptions&&pOptions.autoDismiss&&suc$[0]){var hide=function(){timeOut=setTimeout(function(){apex.message.hidePageSuccess(),suc$.off(),$(document).off("click",hide)},pOptions.duration||3e3)},clear=function(){clearTimeout(timeOut)};hide(),suc$.on("click",function(e){e.stopPropagation(),ut.configureSuccessMessages.clicked=!0,clear()}).on("mouseover",clear).on("mouseout",function(){ut.configureSuccessMessages.clicked||hide()}),$(document).on("click",hide),suc$.find(".t-Button--closeAlert").on("focus",clear),ut.configureSuccessMessages.options=pOptions}},function(){var pages=ut.pages={masterDetail:{},leftSideCol:{},rightSideCol:{},noSideCol:{},appLogin:{},wizardPage:{},wizardModal:{},bothSideCols:{},popUp:{},modalDialog:{}};ut.initializePage=function(){var wrapFunc=function(key){return function(){var onReady=pages[key].onReady,onTheme42Ready=pages[key].onTheme42Ready;void 0!==onReady&&onReady(),void 0!==onTheme42Ready&&$(window).on("theme42ready",function(){onTheme42Ready()})}},returnPages={};for(var key in pages)pages.hasOwnProperty(key)&&(returnPages[key]=wrapFunc(key));return returnPages}()}(),function(){var delayResize;ut.delayResize=function(){clearTimeout(delayResize),delayResize=function(){$("body").trigger("theme42delayresizefinish"),$(".js-stickyWidget-toggle").each(function(){$(this).trigger("forceresize")}),$(".js-stickyTableHeader").each(function(){$(this).trigger("forceresize")}),$(".a-MenuBar").menu("resize")},setTimeout(delayResize,201)}}(),window.openModal=function(pDialogId,pDialogTriggerId,pSetFocusId,pClear){$("#"+pDialogId).dialog("open")},window.closeModal=function(){$(".ui-dialog-content").dialog("close")},init.carousel=function(){$.fn.carousel&&$(".t-Region--carousel").carousel({containerBodySelect:".t-Region-carouselRegions",html:!0})},init.tabs=function(){$.apex.aTabs&&$(".t-TabsRegion").utTabs()},init.verticalRDS=function(){baseRDS$.length>0&&($(".apex-rds").aTabs().data("apex-aTabs")._getScrollOffset=function(){return $(".apex-rds").offset().top})},init.rdsSticky=function(){marqueeRDS$.length>0&&marqueeRDS$.stickyWidget({toggleWidth:!0,top:function(){return getFixedHeight()-marqueeRDS$.outerHeight()}})},init.apexDebug=function(){$(document).on("apex-devbar-grid-debug-on",function(){$("body").addClass("grid-debug-on")}).on("apex-devbar-grid-debug-off",function(){$("body").removeClass("grid-debug-on")})},init.topMenu=function(){if(!(treeNav$.length>0&&$.menu)){var render=function(){ut.renderBadges($(".t-Header-nav .a-MenuBar-label"),"t-Menu-badge")},menubar$=$(".t-Header-nav-list","#t_Header");menubar$.is(":data('ui-menu')")?render():menubar$.on("menucreate",function(){render()})}},init.successMessage=function(){var msg$=$(APEX_SUCCESS_MESSAGE);apex.message.setThemeHooks({beforeHide:function(pMsgType){pMsgType===apex.message.TYPE.SUCCESS&&msg$.addClass("animate-hide")},beforeShow:function(pMsgType){if(pMsgType===apex.message.TYPE.SUCCESS){var opt=ut.configureSuccessMessages.options;msg$.removeClass("animate-hide"),opt&&ut.configureSuccessMessages(opt)}}})},$(document).ready(function(){$(window).trigger("theme42preload"),ut.pageBody$=pageBody$=$(PAGE_BODY),ut.mainBody$=mainBody$=$(".t-Body-main"),ut.header$=header$=$(HEADER),ut.sideCol$=sideCol$=$(SIDE_COL),ut.bodyContent$=bodyContent$=$(BODY_CONTENT),ut.actionsCol$=actionsCol$=$(ACTIONS_COL),ut.treeNav$=treeNav$=$(TREE_NAV),ut.pageTitle$=pageTitle$=$(PAGE_TITLE),bodyContent$.prepend('
'),ut.bodyContentOffset$=bodyContentOffset$=$(BODY_CONTENT_OFFSET),$("body").hasClass("t-PageBody--noNav")&&$("body").removeClass("apex-side-nav"),$(".t-NavigationBar-menu",apex.gPageContext$).menu(),actionsCol$.show(),setTimeout(function(){$(window).trigger("theme42ready"),$("body").removeClass("no-anim"),resetHeaderOffset(),init.alert(),$(".a-MenuBar").menu("resize"),init.carousel(),init.tabs(),init.rdsSticky(),ut.init=init={}},50),init.backToTop(),init.hideShow(),init.apexDebug(),init.handleScrollTop(),init.maximize(),apex.theme.initResponsiveDialogs(),init.treeNav(),init.topMenu(),ut.toggleWidgets.initialize(),init.dialogAutoHeight(),init.successMessage()})}(apex.theme42,apex.jQuery),function(ut,init,$){ut.modalAutoSize=function(elem){if(window.parent===window.self)return $("body").addClass("js-dialogReady"),null;var l$=apex.util.getTopApex().jQuery,boxId="#"+window.frameElement.parentNode.id,box$=l$(boxId),reCenter=function(){box$.dialog("option","position","center")},dialogReadyClass=function(){$("body").addClass("js-dialogReady"),box$.addClass("js-dialogReady")};if(0!==$(".ui-dialog--stretch").length)return box$.parent().css({height:"95%",width:"95%"}),reCenter(),dialogReadyClass(),null;var parentWH=l$(parent.window).height()-20,dMinHeight=parseInt(box$.dialog("option","minHeight"),10),dMaxHeight=parseInt(box$.dialog("option","maxHeight"),10)||parentWH,heightAttr=box$.dialog("option","height")||"auto",newHeight=function(){var boxBody=$(elem).outerHeight(),boxTitle=box$.parent().find(".ui-dialog-titlebar").outerHeight(),boxFooter=$(".t-Dialog-footer").outerHeight(),boxSteps=$(".t-Dialog-header").outerHeight(),boxHeight=boxBody+boxTitle+boxFooter+boxSteps;return boxHeight>dMinHeight?dMaxHeight>boxHeight?boxHeight:dMaxHeight:dMinHeight}(),isResizeHeightRequired=function(){return"number"==typeof heightAttr?!1:"auto"===heightAttr.toLowerCase()&&newHeight!==ut.dialogHeight}();if(isResizeHeightRequired){var hasMoved=function(elem){var opt=l$(elem).dialog("option","position");return"number"==typeof opt[0]};box$.parent().css("height",newHeight),hasMoved(boxId)||reCenter(),ut.dialogHeight=newHeight,ut.observeModalSize(ut.T_MODAL_BODY,ut.modalAutoSize)}dialogReadyClass()},ut.observeModalSize=function(elem,callback){var debounceMutationObserver,target=document.querySelector(elem),config={attributes:!0,childList:!0,characterData:!0,subtree:!0,attributeOldValue:!1,characterDataOldValue:!1,attributeFilter:["class","id","style"]},act=function(){callback(elem)},observer=new MutationObserver(function(mutations){clearTimeout(debounceMutationObserver),debounceMutationObserver=setTimeout(act,50)});return observer.observe(target,config),observer},function(){var TABS_REGION_REGEX=/t-TabsRegion-mod--([^\s]*)/;$.fn.utTabs=function(options){var that$=$(this);that$.each(function(){var tabClasses=[],classes=this.className.split(/\s+/);classes.forEach(function(clazz){var match=clazz.match(TABS_REGION_REGEX);null!==match&&match.length>0&&tabClasses.push("t-Tabs--"+match[1])});var ul$=$("