var config=window.config={},$ref=$("#ref");function animate(e){var o="animated "+e.name;$(e.selector).addClass(o).one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",function(){$(this).removeClass(o)})}config.ResponsiveBootstrapToolkitVisibilityDivs={xs:$('
'),sm:$(''),md:$(''),lg:$(''),xl:$('')},ResponsiveBootstrapToolkit.use("Custom",config.ResponsiveBootstrapToolkitVisibilityDivs),config.validations={debug:!0,errorClass:"has-error",validClass:"success",errorElement:"span",highlight:function(e,o,t){$(e).parents("div.form-group").addClass(o).removeClass(t)},unhighlight:function(e,o,t){$(e).parents(".has-error").removeClass(o).addClass(t)},submitHandler:function(e){e.submit()}},config.delayTime=50,config.chart={},config.chart.colorPrimary=tinycolor($ref.find(".chart .color-primary").css("color")),config.chart.colorSecondary=tinycolor($ref.find(".chart .color-secondary").css("color")),$(function(){var t=$(".item-actions-dropdown");$(document).on("click",function(e){$(e.target).closest(".item-actions-dropdown").length||t.removeClass("active")}),$(".item-actions-toggle-btn").on("click",function(e){e.preventDefault();var o=$(this).closest(".item-actions-dropdown");t.not(o).removeClass("active"),o.toggleClass("active")})});var npSettings={easing:"ease",speed:500};function setSameHeights(e){e=e||$(".sameheight-container");var t=ResponsiveBootstrapToolkit.current();e.each(function(){var e=$(this).find(".sameheight-item"),o=0;e.each(function(){$(this).css({height:"auto"}),o=Math.max(o,$(this).innerHeight())}),e.each(function(){-1===($(this).data("exclude")||"").split(",").indexOf(t)&&$(this).innerHeight(o)})})}NProgress.configure(npSettings),$(function(){var e;setSameHeights(),$(window).resize(function(){clearTimeout(e),e=setTimeout(setSameHeights,150)})}),$(function(){animate({name:"flipInY",selector:".error-card > .error-title-block"}),setTimeout(function(){var e=$(".error-card > .error-container");animate({name:"fadeInUp",selector:e}),e.addClass("visible")},1e3)}),$(function(){if(!$("#login-form").length)return!1;var e={rules:{username:{required:!0,email:!0},password:"required",agree:"required"},messages:{username:{required:"Please enter username",email:"Please enter a valid email address"},password:"Please enter password",agree:"Please accept our policy"},invalidHandler:function(){animate({name:"shake",selector:".auth-container > .card"})}};$.extend(e,config.validations),$("#login-form").validate(e)}),$(function(){if(!$("#reset-form").length)return!1;var e={rules:{email1:{required:!0,email:!0}},messages:{email1:{required:"Please enter email address",email:"Please enter a valid email address"}},invalidHandler:function(){animate({name:"shake",selector:".auth-container > .card"})}};$.extend(e,config.validations),$("#reset-form").validate(e)}),$(function(){if(!$("#signup-form").length)return!1;var e={rules:{firstname:{required:!0},lastname:{required:!0},email:{required:!0,email:!0},password:{required:!0,minlength:8},retype_password:{required:!0,minlength:8,equalTo:"#password"},agree:{required:!0}},groups:{name:"firstname lastname",pass:"password retype_password"},errorPlacement:function(e,o){"firstname"==o.attr("name")||"lastname"==o.attr("name")?(e.insertAfter($("#lastname").closest(".row")),o.parents("div.form-group").addClass("has-error")):"password"==o.attr("name")||"retype_password"==o.attr("name")?(e.insertAfter($("#retype_password").closest(".row")),o.parents("div.form-group").addClass("has-error")):"agree"==o.attr("name")?e.insertAfter("#agree-text"):e.insertAfter(o)},messages:{firstname:"Please enter firstname and lastname",lastname:"Please enter firstname and lastname",email:{required:"Please enter email",email:"Please enter a valid email address"},password:{required:"Please enter password fields.",minlength:"Passwords should be at least 8 characters."},retype_password:{required:"Please enter password fields.",minlength:"Passwords should be at least 8 characters."},agree:"Please accept our policy"},invalidHandler:function(){animate({name:"shake",selector:".auth-container > .card"})}};$.extend(e,config.validations),$("#signup-form").validate(e)}),$(function(){$(".wyswyg").each(function(){var e=$(this).find(".editor"),o=$(this).find(".toolbar");new Quill(e.get(0),{theme:"snow",modules:{toolbar:o.get(0)}})})}),$(function(){if($("#sidebar-menu, #customize-menu").metisMenu({activeClass:"open"}),$("#sidebar-collapse-btn").on("click",function(e){e.preventDefault(),$("#app").toggleClass("sidebar-open")}),$("#sidebar-overlay").on("click",function(){$("#app").removeClass("sidebar-open")}),$.browser.mobile){var e=$("#app ");$("#sidebar-mobile-menu-handle ").swipe({swipeLeft:function(){e.hasClass("sidebar-open")&&e.removeClass("sidebar-open")},swipeRight:function(){e.hasClass("sidebar-open")||e.addClass("sidebar-open")},triggerOnTouchEnd:!1})}}),$(function(){if(!$("#morris-one-line-chart").length)return!1;function e(){$("#morris-one-line-chart").empty(),Morris.Line({element:"morris-one-line-chart",data:[{year:"2008",value:5},{year:"2009",value:10},{year:"2010",value:8},{year:"2011",value:22},{year:"2012",value:8},{year:"2014",value:10},{year:"2015",value:5}],xkey:"year",ykeys:["value"],resize:!0,lineWidth:4,labels:["Value"],lineColors:[config.chart.colorPrimary.toString()],pointSize:5}),$("#morris-area-chart").empty(),Morris.Area({element:"morris-area-chart",data:[{period:"2010 Q1",iphone:2666,ipad:null,itouch:2647},{period:"2010 Q2",iphone:2778,ipad:2294,itouch:2441},{period:"2010 Q3",iphone:4912,ipad:1969,itouch:2501},{period:"2010 Q4",iphone:3767,ipad:3597,itouch:5689},{period:"2011 Q1",iphone:6810,ipad:1914,itouch:2293},{period:"2011 Q2",iphone:5670,ipad:4293,itouch:1881},{period:"2011 Q3",iphone:4820,ipad:3795,itouch:1588},{period:"2011 Q4",iphone:15073,ipad:5967,itouch:5175},{period:"2012 Q1",iphone:10687,ipad:4460,itouch:2028},{period:"2012 Q2",iphone:8432,ipad:5713,itouch:1791}],xkey:"period",ykeys:["iphone","ipad","itouch"],labels:["iPhone","iPad","iPod Touch"],pointSize:2,hideHover:"auto",resize:!0,lineColors:[tinycolor(config.chart.colorPrimary.toString()).lighten(10).toString(),tinycolor(config.chart.colorPrimary.toString()).darken(10).toString(),config.chart.colorPrimary.toString()],lineWidth:2,pointSize:1}),$("#morris-donut-chart").empty(),Morris.Donut({element:"morris-donut-chart",data:[{label:"Download Sales",value:12},{label:"In-Store Sales",value:30},{label:"Mail-Order Sales",value:20}],resize:!0,colors:[tinycolor(config.chart.colorPrimary.toString()).lighten(10).toString(),tinycolor(config.chart.colorPrimary.toString()).darken(10).toString(),config.chart.colorPrimary.toString()]}),$("#morris-bar-chart").empty(),Morris.Bar({element:"morris-bar-chart",data:[{y:"2006",a:60,b:50},{y:"2007",a:75,b:65},{y:"2008",a:50,b:40},{y:"2009",a:75,b:65},{y:"2010",a:50,b:40},{y:"2011",a:75,b:65},{y:"2012",a:100,b:90}],xkey:"y",ykeys:["a","b"],labels:["Series A","Series B"],hideHover:"auto",resize:!0,barColors:[config.chart.colorPrimary.toString(),tinycolor(config.chart.colorPrimary.toString()).darken(10).toString()]}),$("#morris-line-chart").empty(),Morris.Line({element:"morris-line-chart",data:[{y:"2006",a:100,b:90},{y:"2007",a:75,b:65},{y:"2008",a:50,b:40},{y:"2009",a:75,b:65},{y:"2010",a:50,b:40},{y:"2011",a:75,b:65},{y:"2012",a:100,b:90}],xkey:"y",ykeys:["a","b"],labels:["Series A","Series B"],hideHover:"auto",resize:!0,lineColors:[config.chart.colorPrimary.toString(),tinycolor(config.chart.colorPrimary.toString()).darken(10).toString()]})}e(),$(document).on("themechange",function(){e()})}),$(function(){if(!$("#flot-bar-chart").length)return!1;function e(){var e={series:{bars:{show:!0,barWidth:.6,fill:!0,fillColor:{colors:[{opacity:.8},{opacity:.8}]}}},xaxis:{tickDecimals:0},colors:[config.chart.colorPrimary],grid:{color:"#999999",hoverable:!0,clickable:!0,tickColor:"#D4D4D4",borderWidth:0},legend:{show:!1},tooltip:!0,tooltipOpts:{content:"x: %x, y: %y"}},o={label:"bar",data:[[1,34],[2,25],[3,19],[4,34],[5,32],[6,44]]};$.plot($("#flot-bar-chart"),[o],e);var t={series:{lines:{show:!0,lineWidth:2,fill:!0,fillColor:{colors:[{opacity:0},{opacity:0}]}}},xaxis:{tickDecimals:0},colors:[config.chart.colorPrimary],grid:{color:"#999999",hoverable:!0,clickable:!0,tickColor:"#D4D4D4",borderWidth:0},legend:{show:!1},tooltip:!0,tooltipOpts:{content:"x: %x, y: %y"}};o={label:"bar",data:[[1,34],[2,25],[3,19],[4,34],[5,32],[6,44]]};$.plot($("#flot-line-chart"),[o],t);var r=[{label:"Sales 1",data:21,color:tinycolor(config.chart.colorPrimary.toString()).lighten(20)},{label:"Sales 2",data:15,color:tinycolor(config.chart.colorPrimary.toString()).lighten(10)},{label:"Sales 3",data:7,color:tinycolor(config.chart.colorPrimary.toString())},{label:"Sales 4",data:52,color:tinycolor(config.chart.colorPrimary.toString()).darken(10)}],a=($.plot($("#flot-pie-chart"),r,{series:{pie:{show:!0}},grid:{hoverable:!0},tooltip:!0,tooltipOpts:{content:"%p.0%, %s",shifts:{x:20,y:0},defaultTheme:!1}}),$("#flot-line-chart-moving"));a.empty();var i=a.outerWidth()/10||100;r=[];function n(){for(r.length&&(r=r.slice(1));r.length li").on("click",".check",function(e){e.preventDefault(),$(this).parents(".tasks-item").find(".checkbox").prop("checked",!0),removeActionList()})}),$(function(){new Sortable($(".images-container").get(0),{animation:150,handle:".control-btn.move",draggable:".image-container",onMove:function(e){if($(e.related).hasClass("add-image"))return!1}});$controlsButtons=$(".controls"),$controlsButtonsStar=$controlsButtons.find(".star"),$controlsButtonsRemove=$controlsButtons.find(".remove"),$controlsButtonsStar.on("click",function(e){e.preventDefault(),$controlsButtonsStar.removeClass("active"),$controlsButtonsStar.parents(".image-container").removeClass("main"),$(this).addClass("active"),$(this).parents(".image-container").addClass("main")})}),$(function(){if(!$("#select-all-items").length)return!1;function e(){$(".items-list-page .sparkline").each(function(){for(var e=$(this).data("type"),o=[],t=0;t<17;t++)o.push(Math.round(100*Math.random()));$(this).sparkline(o,{barColor:config.chart.colorPrimary.toString(),height:$(this).height(),type:e})})}$("#select-all-items").on("change",function(){var e=$(this).children(":checkbox").get(0);$(this).parents("li").siblings().find(":checkbox").prop("checked",e.checked).val(e.checked).change()}),e(),$(document).on("themechange",function(){e()})}),$(function(){if(!$(".form-control").length)return!1;$(".form-control").focus(function(){$(this).siblings(".input-group-addon").addClass("focus")}),$(".form-control").blur(function(){$(this).siblings(".input-group-addon").removeClass("focus")})});var modalMedia={$el:$("#modal-media"),result:{},options:{},open:function(e){e=e||{},this.options=e,this.$el.modal("show")},close:function(){$.isFunction(this.options.beforeClose)&&this.options.beforeClose(this.result),this.$el.modal("hide"),$.isFunction(this.options.afterClose)&&this.options.beforeClose(this.result)}};$(function(){var e,t=((e=localStorage.getItem("themeSettings")?JSON.parse(localStorage.getItem("themeSettings")):{}).headerPosition=e.headerPosition||"",e.sidebarPosition=e.sidebarPosition||"",e.footerPosition=e.footerPosition||"",e),o=$("#app"),r=$("#theme-style"),a=$("#customize-menu"),i=a.find(".color-item"),n=a.find(".radio");function s(){(function(){t.themeName?r.attr("href","/css/app-"+t.themeName+".css"):r.attr("href","/css/app.css");return o.removeClass("header-fixed footer-fixed sidebar-fixed"),o.addClass(t.headerPosition),o.addClass(t.footerPosition),o.addClass(t.sidebarPosition),o})().delay(config.delayTime).queue(function(e){config.chart.colorPrimary=tinycolor($ref.find(".chart .color-primary").css("color")),config.chart.colorSecondary=tinycolor($ref.find(".chart .color-secondary").css("color")),i.each(function(){$(this).data("theme")===t.themeName?$(this).addClass("active"):$(this).removeClass("active")}),n.each(function(){var e=$(this).prop("name"),o=$(this).val();t[e]===o?$(this).prop("checked",!0):$(this).prop("checked",!1)}),localStorage.setItem("themeSettings",JSON.stringify(t)),$(document).trigger("themechange"),e()})}s(),i.on("click",function(){t.themeName=$(this).data("theme"),s()}),n.on("click",function(){var e=$(this).prop("name"),o=$(this).val();t[e]=o,s()})}),$(function(){$("body").addClass("loaded")}),NProgress.start(),NProgress.done();