$(document).ready((function(){$(".default-dialog").dialog({autoOpen:!1,width:400}),$(".animation-dialog").dialog({autoOpen:!1,width:400,show:{effect:"fade",duration:400},hide:{effect:"explode",duration:1e3},modal:!0}),$(".overlay-dialog").dialog({autoOpen:!1,width:400,modal:!0}),$(".append-to-dialog").dialog({autoOpen:!1,width:400,appendTo:".content-wrapper",modal:!0}),$(".title-dialog").dialog({autoOpen:!1,width:400,title:"Dialog Title",modal:!0}),$(".conf-modal-dialog").dialog({autoOpen:!1,resizable:!1,height:"auto",width:400,modal:!0,buttons:{"Delete all items":function(){$(this).dialog("close")},Cancel:function(){$(this).dialog("close")}}}),$(".buttons-dialog").dialog({autoOpen:!1,height:"auto",width:400,buttons:[{text:"Ok",click:function(){$(this).dialog("close")}}],modal:!0}),$(".icons-buttons-dialog").dialog({autoOpen:!1,height:"auto",width:400,buttons:[{text:"Ok",icon:"ft-heart",click:function(){$(this).dialog("close")}}],modal:!0}),$(".disable-escape-dialog").dialog({autoOpen:!1,height:"auto",width:400,closeOnEscape:!1,modal:!0}),$(".close-text-dialog").dialog({autoOpen:!1,height:"auto",width:400,closeText:"hide",modal:!0}),$(".disable-drag-dialog").dialog({autoOpen:!1,height:"auto",width:400,draggable:!1,modal:!0}),$(".disable-resize-dialog").dialog({autoOpen:!1,height:"auto",width:400,resizable:!1,modal:!0}),$(".position-left-top-dialog").dialog({autoOpen:!1,height:"auto",width:400,position:{my:"left top",at:"left top",of:window},modal:!0}),$(".position-right-top-dialog").dialog({autoOpen:!1,height:"auto",width:400,position:{my:"right top",at:"right top",of:window},modal:!0}),$(".position-left-bottom-dialog").dialog({autoOpen:!1,height:"auto",width:400,position:{my:"left bottom",at:"left bottom",of:window},modal:!0}),$(".default-dialog-btn").on("click",(function(){$(".default-dialog").dialog("open")})),$(".animation-dialog-btn").on("click",(function(){$(".animation-dialog").dialog("open")})),$(".overlay-dialog-btn").on("click",(function(){$(".overlay-dialog").dialog("open")})),$(".append-to-dialog-btn").on("click",(function(){$(".append-to-dialog").dialog("open")})),$(".title-dialog-btn").on("click",(function(){$(".title-dialog").dialog("open")})),$(".conf-modal-dialog-btn").on("click",(function(){$(".conf-modal-dialog").dialog("open")})),$(".buttons-dialog-btn").on("click",(function(){$(".buttons-dialog").dialog("open")})),$(".icons-buttons-dialog-btn").on("click",(function(){$(".icons-buttons-dialog").dialog("open")})),$(".disable-escape-dialog-btn").on("click",(function(){$(".disable-escape-dialog").dialog("open")})),$(".close-text-dialog-btn").on("click",(function(){$(".close-text-dialog").dialog("open")})),$(".disable-drag-dialog-btn").on("click",(function(){$(".disable-drag-dialog").dialog("open")})),$(".disable-resize-dialog-btn").on("click",(function(){$(".disable-resize-dialog").dialog("open")})),$(".position-left-top-dialog-btn").on("click",(function(){$(".position-left-top-dialog").dialog("open")})),$(".position-right-top-dialog-btn").on("click",(function(){$(".position-right-top-dialog").dialog("open")})),$(".position-left-bottom-dialog-btn").on("click",(function(){$(".position-left-bottom-dialog").dialog("open")})),$(".height-dialog").dialog({autoOpen:!1,height:400,modal:!0}),$(".width-dialog").dialog({autoOpen:!1,width:500,modal:!0}),$(".max-height-dialog").dialog({autoOpen:!1,maxHeight:400,modal:!0}),$(".max-width-dialog").dialog({autoOpen:!1,maxWidth:600,modal:!0}),$(".min-height-dialog").dialog({autoOpen:!1,minHeight:200,modal:!0}),$(".min-width-dialog").dialog({autoOpen:!1,minWidth:200,modal:!0}),$(".percent-width-dialog").dialog({autoOpen:!1,width:"50%",modal:!0}),$(".full-width-dialog").dialog({autoOpen:!1,width:"95%",modal:!0}),$(".height-dialog-btn").on("click",(function(){$(".height-dialog").dialog("open")})),$(".width-dialog-btn").on("click",(function(){$(".width-dialog").dialog("open")})),$(".max-height-dialog-btn").on("click",(function(){$(".max-height-dialog").dialog("open")})),$(".max-width-dialog-btn").on("click",(function(){$(".max-width-dialog").dialog("open")})),$(".min-height-dialog-btn").on("click",(function(){$(".min-height-dialog").dialog("open")})),$(".min-width-dialog-btn").on("click",(function(){$(".min-width-dialog").dialog("open")})),$(".percent-width-dialog-btn").on("click",(function(){$(".percent-width-dialog").dialog("open")})),$(".full-width-dialog-btn").on("click",(function(){$(".full-width-dialog").dialog("open")})),$(".basic-form-dialog").dialog({autoOpen:!1,width:400,modal:!0}),$(".grid-form-dialog").dialog({autoOpen:!1,width:500,modal:!0}),$(".inline-form-dialog").dialog({autoOpen:!1,width:550,modal:!0}),$(".basic-form-dialog-btn").on("click",(function(){$(".basic-form-dialog").dialog("open")})),$(".grid-form-dialog-btn").on("click",(function(){$(".grid-form-dialog").dialog("open")})),$(".inline-form-dialog-btn").on("click",(function(){$(".inline-form-dialog").dialog("open")})),$(".default-tooltip").tooltip(),$(".tooltip-content").tooltip({items:"[title]",content:"Awesome title!"}),$(".show-tooltip-animation").tooltip({show:{effect:"slideDown",delay:250}}),$(".hide-tooltip-animation").tooltip({hide:{effect:"explode",delay:250}}),$(".custom-tooltip-animation").tooltip({show:null,position:{my:"left top",at:"left bottom"},open:function(o,t){t.tooltip.animate({top:t.tooltip.position().top+10},"fast")}}),$(".tooltip-track-mouse").tooltip({track:!0}),$(".tooltip-position-top").tooltip({position:{my:"center bottom-15",at:"center top"}}),$(".tooltip-position-right").tooltip({position:{my:"left+15 center",at:"right center"}}),$(".tooltip-position-bottom").tooltip({position:{my:"center top+15",at:"center bottom"}}),$(".tooltip-position-left").tooltip({position:{my:"right-15 center",at:"left center"}}),$(".tooltip-primary").tooltip({tooltipClass:"bg-primary",position:{my:"center top+15",at:"center bottom"}}),$(".tooltip-info").tooltip({tooltipClass:"bg-info",position:{my:"center top+15",at:"center bottom"}}),$(".tooltip-warning").tooltip({tooltipClass:"bg-warning",position:{my:"center top+15",at:"center bottom"}}),$(".tooltip-success").tooltip({tooltipClass:"bg-success",position:{my:"center top+15",at:"center bottom"}}),$(".tooltip-danger").tooltip({tooltipClass:"bg-danger",position:{my:"center top+15",at:"center bottom"}})}));