﻿/*! Copyright (c) Epic Systems Corporation 2011 - 2016 */
"function"!=typeof String.prototype.trim&&(String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")}),"undefined"==typeof WP&&(WP={}),void 0===WP.Strings&&(WP.Strings={}),WP.Strings.isEmpty=function(t){return 0===WP.Strings.lTrim(t).length},WP.Strings.lTrim=function(t){return t.replace(/^\W+/g,"")},WP.Strings.getTextWidth=function(t,i){var n,e,s;return t&&i?(s=$afe.jq(i),(n=dangerou$.parseHtml("<div>"+t+"</div>")).css({position:"absolute",float:"left","white-space":"nowrap",visibility:"hidden",width:"auto"}),n.css({"font-style":s.css("font-style"),"font-variant":s.css("font-variant"),"font-weight":s.css("font-weight")}),n.css({"font-size":s.css("font-size"),"font-family":s.css("font-family"),"line-height":s.css("line-height")}),n.safeAppendTo(document.body),e=n.width(),n.remove(),e):0};