Skip to content

Instantly share code, notes, and snippets.

@LevanKvirkvelia
Created February 28, 2014 15:07
Show Gist options
  • Save LevanKvirkvelia/9272674 to your computer and use it in GitHub Desktop.
Save LevanKvirkvelia/9272674 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" />
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/www.iml" filepath="$PROJECT_DIR$/.idea/www.iml" />
</modules>
</component>
</project>
<component name="DependencyValidationManager">
<state>
<option name="SKIP_IMPORT_STATEMENTS" value="false" />
</state>
</component>
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="" />
</component>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.mcko.newmcko" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
<name>MCKO - электронный журнал</name>
<description>
Приложение, которое позволит лекго пользоваться журналом.
</description>
<access origin="*" />
<content src="index.html" />
<preference name="loglevel" value="DEBUG" />
<feature name="App">
<param name="android-package" value="org.apache.cordova.App" />
</feature>
<author email="lekvirkvelia@gmail.com" href="http://vk.com/inkout">
PhoneGap Team
</author>
<feature name="http://api.phonegap.com/1.0/device" />
<preference name="permissions" value="none" />
<preference name="orientation" value="default" />
<preference name="target-device" value="universal" />
<preference name="fullscreen" value="true" />
<preference name="webviewbounce" value="true" />
<preference name="prerendered-icon" value="true" />
<preference name="stay-in-webview" value="false" />
<preference name="ios-statusbarstyle" value="black-opaque" />
<preference name="detect-data-types" value="true" />
<preference name="exit-on-suspend" value="false" />
<preference name="show-splash-screen-spinner" value="true" />
<preference name="auto-hide-splash-screen" value="true" />
<preference name="disable-cursor" value="false" />
<preference name="android-minSdkVersion" value="7" />
<feature name="NetworkStatus">
<param name="android-package" value="org.apache.cordova.networkinformation.NetworkManager" />
</feature>
<preference name="android-installLocation" value="auto" />
<icon src="icon.png" />
<icon gap:density="ldpi" gap:platform="android" src="res/icon/android/icon-36-ldpi.png" />
<icon gap:density="mdpi" gap:platform="android" src="res/icon/android/icon-48-mdpi.png" />
<icon gap:density="hdpi" gap:platform="android" src="res/icon/android/icon-72-hdpi.png" />
<icon gap:density="xhdpi" gap:platform="android" src="res/icon/android/icon-96-xhdpi.png" />
<icon gap:platform="blackberry" src="res/icon/blackberry/icon-80.png" />
<icon gap:platform="blackberry" gap:state="hover" src="res/icon/blackberry/icon-80.png" />
<icon gap:platform="ios" height="57" src="res/icon/ios/icon-57.png" width="57" />
<icon gap:platform="ios" height="72" src="res/icon/ios/icon-72.png" width="72" />
<icon gap:platform="ios" height="114" src="res/icon/ios/icon-57-2x.png" width="114" />
<icon gap:platform="ios" height="144" src="res/icon/ios/icon-72-2x.png" width="144" />
<icon gap:platform="webos" src="res/icon/webos/icon-64.png" />
<icon gap:platform="winphone" src="res/icon/windows-phone/icon-48.png" />
<icon gap:platform="winphone" gap:role="background" src="res/icon/windows-phone/icon-173.png" />
<gap:splash gap:density="ldpi" gap:platform="android" src="res/screen/android/screen-ldpi-portrait.png" />
<gap:splash gap:density="mdpi" gap:platform="android" src="res/screen/android/screen-mdpi-portrait.png" />
<gap:splash gap:density="hdpi" gap:platform="android" src="res/screen/android/screen-hdpi-portrait.png" />
<gap:splash gap:density="xhdpi" gap:platform="android" src="res/screen/android/screen-xhdpi-portrait.png" />
<gap:splash gap:platform="blackberry" src="res/screen/blackberry/screen-225.png" />
<gap:splash gap:platform="ios" height="480" src="res/screen/ios/screen-iphone-portrait.png" width="320" />
<gap:splash gap:platform="ios" height="960" src="res/screen/ios/screen-iphone-portrait-2x.png" width="640" />
<gap:splash gap:platform="ios" height="1024" src="res/screen/ios/screen-ipad-portrait.png" width="768" />
<gap:splash gap:platform="ios" height="768" src="res/screen/ios/screen-ipad-landscape.png" width="1024" />
<gap:splash gap:platform="winphone" src="res/screen/windows-phone/screen-portrait.jpg" />
<access origin="http://127.0.0.1*" />
<feature name="Notification">
<param name="android-package" value="org.apache.cordova.dialogs.Notification" />
</feature>
<feature name="Vibration">
<param name="android-package" value="org.apache.cordova.vibration.Vibration" />
</feature>
</widget>
// Platform: android
// 3.3.0
/*
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
*/
;(function() {
var CORDOVA_JS_BUILD_LABEL = '3.3.0';
// file: lib/scripts/require.js
/*jshint -W079 */
/*jshint -W020 */
var require,
define;
(function () {
var modules = {},
// Stack of moduleIds currently being built.
requireStack = [],
// Map of module ID -> index into requireStack of modules currently being built.
inProgressModules = {},
SEPARATOR = ".";
function build(module) {
var factory = module.factory,
localRequire = function (id) {
var resultantId = id;
//Its a relative path, so lop off the last portion and add the id (minus "./")
if (id.charAt(0) === ".") {
resultantId = module.id.slice(0, module.id.lastIndexOf(SEPARATOR)) + SEPARATOR + id.slice(2);
}
return require(resultantId);
};
module.exports = {};
delete module.factory;
factory(localRequire, module.exports, module);
return module.exports;
}
require = function (id) {
if (!modules[id]) {
throw "module " + id + " not found";
} else if (id in inProgressModules) {
var cycle = requireStack.slice(inProgressModules[id]).join('->') + '->' + id;
throw "Cycle in require graph: " + cycle;
}
if (modules[id].factory) {
try {
inProgressModules[id] = requireStack.length;
requireStack.push(id);
return build(modules[id]);
} finally {
delete inProgressModules[id];
requireStack.pop();
}
}
return modules[id].exports;
};
define = function (id, factory) {
if (modules[id]) {
throw "module " + id + " already defined";
}
modules[id] = {
id: id,
factory: factory
};
};
define.remove = function (id) {
delete modules[id];
};
define.moduleMap = modules;
})();
//Export for use in node
if (typeof module === "object" && typeof require === "function") {
module.exports.require = require;
module.exports.define = define;
}
// file: lib/cordova.js
define("cordova", function(require, exports, module) {
var channel = require('cordova/channel');
var platform = require('cordova/platform');
/**
* Intercept calls to addEventListener + removeEventListener and handle deviceready,
* resume, and pause events.
*/
var m_document_addEventListener = document.addEventListener;
var m_document_removeEventListener = document.removeEventListener;
var m_window_addEventListener = window.addEventListener;
var m_window_removeEventListener = window.removeEventListener;
/**
* Houses custom event handlers to intercept on document + window event listeners.
*/
var documentEventHandlers = {},
windowEventHandlers = {};
document.addEventListener = function(evt, handler, capture) {
var e = evt.toLowerCase();
if (typeof documentEventHandlers[e] != 'undefined') {
documentEventHandlers[e].subscribe(handler);
} else {
m_document_addEventListener.call(document, evt, handler, capture);
}
};
window.addEventListener = function(evt, handler, capture) {
var e = evt.toLowerCase();
if (typeof windowEventHandlers[e] != 'undefined') {
windowEventHandlers[e].subscribe(handler);
} else {
m_window_addEventListener.call(window, evt, handler, capture);
}
};
document.removeEventListener = function(evt, handler, capture) {
var e = evt.toLowerCase();
// If unsubscribing from an event that is handled by a plugin
if (typeof documentEventHandlers[e] != "undefined") {
documentEventHandlers[e].unsubscribe(handler);
} else {
m_document_removeEventListener.call(document, evt, handler, capture);
}
};
window.removeEventListener = function(evt, handler, capture) {
var e = evt.toLowerCase();
// If unsubscribing from an event that is handled by a plugin
if (typeof windowEventHandlers[e] != "undefined") {
windowEventHandlers[e].unsubscribe(handler);
} else {
m_window_removeEventListener.call(window, evt, handler, capture);
}
};
function createEvent(type, data) {
var event = document.createEvent('Events');
event.initEvent(type, false, false);
if (data) {
for (var i in data) {
if (data.hasOwnProperty(i)) {
event[i] = data[i];
}
}
}
return event;
}
var cordova = {
define:define,
require:require,
version:CORDOVA_JS_BUILD_LABEL,
platformId:platform.id,
/**
* Methods to add/remove your own addEventListener hijacking on document + window.
*/
addWindowEventHandler:function(event) {
return (windowEventHandlers[event] = channel.create(event));
},
addStickyDocumentEventHandler:function(event) {
return (documentEventHandlers[event] = channel.createSticky(event));
},
addDocumentEventHandler:function(event) {
return (documentEventHandlers[event] = channel.create(event));
},
removeWindowEventHandler:function(event) {
delete windowEventHandlers[event];
},
removeDocumentEventHandler:function(event) {
delete documentEventHandlers[event];
},
/**
* Retrieve original event handlers that were replaced by Cordova
*
* @return object
*/
getOriginalHandlers: function() {
return {'document': {'addEventListener': m_document_addEventListener, 'removeEventListener': m_document_removeEventListener},
'window': {'addEventListener': m_window_addEventListener, 'removeEventListener': m_window_removeEventListener}};
},
/**
* Method to fire event from native code
* bNoDetach is required for events which cause an exception which needs to be caught in native code
*/
fireDocumentEvent: function(type, data, bNoDetach) {
var evt = createEvent(type, data);
if (typeof documentEventHandlers[type] != 'undefined') {
if( bNoDetach ) {
documentEventHandlers[type].fire(evt);
}
else {
setTimeout(function() {
// Fire deviceready on listeners that were registered before cordova.js was loaded.
if (type == 'deviceready') {
document.dispatchEvent(evt);
}
documentEventHandlers[type].fire(evt);
}, 0);
}
} else {
document.dispatchEvent(evt);
}
},
fireWindowEvent: function(type, data) {
var evt = createEvent(type,data);
if (typeof windowEventHandlers[type] != 'undefined') {
setTimeout(function() {
windowEventHandlers[type].fire(evt);
}, 0);
} else {
window.dispatchEvent(evt);
}
},
/**
* Plugin callback mechanism.
*/
// Randomize the starting callbackId to avoid collisions after refreshing or navigating.
// This way, it's very unlikely that any new callback would get the same callbackId as an old callback.
callbackId: Math.floor(Math.random() * 2000000000),
callbacks: {},
callbackStatus: {
NO_RESULT: 0,
OK: 1,
CLASS_NOT_FOUND_EXCEPTION: 2,
ILLEGAL_ACCESS_EXCEPTION: 3,
INSTANTIATION_EXCEPTION: 4,
MALFORMED_URL_EXCEPTION: 5,
IO_EXCEPTION: 6,
INVALID_ACTION: 7,
JSON_EXCEPTION: 8,
ERROR: 9
},
/**
* Called by native code when returning successful result from an action.
*/
callbackSuccess: function(callbackId, args) {
try {
cordova.callbackFromNative(callbackId, true, args.status, [args.message], args.keepCallback);
} catch (e) {
console.log("Error in error callback: " + callbackId + " = "+e);
}
},
/**
* Called by native code when returning error result from an action.
*/
callbackError: function(callbackId, args) {
// TODO: Deprecate callbackSuccess and callbackError in favour of callbackFromNative.
// Derive success from status.
try {
cordova.callbackFromNative(callbackId, false, args.status, [args.message], args.keepCallback);
} catch (e) {
console.log("Error in error callback: " + callbackId + " = "+e);
}
},
/**
* Called by native code when returning the result from an action.
*/
callbackFromNative: function(callbackId, success, status, args, keepCallback) {
var callback = cordova.callbacks[callbackId];
if (callback) {
if (success && status == cordova.callbackStatus.OK) {
callback.success && callback.success.apply(null, args);
} else if (!success) {
callback.fail && callback.fail.apply(null, args);
}
// Clear callback if not expecting any more results
if (!keepCallback) {
delete cordova.callbacks[callbackId];
}
}
},
addConstructor: function(func) {
channel.onCordovaReady.subscribe(function() {
try {
func();
} catch(e) {
console.log("Failed to run constructor: " + e);
}
});
}
};
module.exports = cordova;
});
// file: lib/android/android/nativeapiprovider.js
define("cordova/android/nativeapiprovider", function(require, exports, module) {
/**
* Exports the ExposedJsApi.java object if available, otherwise exports the PromptBasedNativeApi.
*/
var nativeApi = this._cordovaNative || require('cordova/android/promptbasednativeapi');
var currentApi = nativeApi;
module.exports = {
get: function() { return currentApi; },
setPreferPrompt: function(value) {
currentApi = value ? require('cordova/android/promptbasednativeapi') : nativeApi;
},
// Used only by tests.
set: function(value) {
currentApi = value;
}
};
});
// file: lib/android/android/promptbasednativeapi.js
define("cordova/android/promptbasednativeapi", function(require, exports, module) {
/**
* Implements the API of ExposedJsApi.java, but uses prompt() to communicate.
* This is used only on the 2.3 simulator, where addJavascriptInterface() is broken.
*/
module.exports = {
exec: function(service, action, callbackId, argsJson) {
return prompt(argsJson, 'gap:'+JSON.stringify([service, action, callbackId]));
},
setNativeToJsBridgeMode: function(value) {
prompt(value, 'gap_bridge_mode:');
},
retrieveJsMessages: function(fromOnlineEvent) {
return prompt(+fromOnlineEvent, 'gap_poll:');
}
};
});
// file: lib/common/argscheck.js
define("cordova/argscheck", function(require, exports, module) {
var exec = require('cordova/exec');
var utils = require('cordova/utils');
var moduleExports = module.exports;
var typeMap = {
'A': 'Array',
'D': 'Date',
'N': 'Number',
'S': 'String',
'F': 'Function',
'O': 'Object'
};
function extractParamName(callee, argIndex) {
return (/.*?\((.*?)\)/).exec(callee)[1].split(', ')[argIndex];
}
function checkArgs(spec, functionName, args, opt_callee) {
if (!moduleExports.enableChecks) {
return;
}
var errMsg = null;
var typeName;
for (var i = 0; i < spec.length; ++i) {
var c = spec.charAt(i),
cUpper = c.toUpperCase(),
arg = args[i];
// Asterix means allow anything.
if (c == '*') {
continue;
}
typeName = utils.typeName(arg);
if ((arg === null || arg === undefined) && c == cUpper) {
continue;
}
if (typeName != typeMap[cUpper]) {
errMsg = 'Expected ' + typeMap[cUpper];
break;
}
}
if (errMsg) {
errMsg += ', but got ' + typeName + '.';
errMsg = 'Wrong type for parameter "' + extractParamName(opt_callee || args.callee, i) + '" of ' + functionName + ': ' + errMsg;
// Don't log when running unit tests.
if (typeof jasmine == 'undefined') {
console.error(errMsg);
}
throw TypeError(errMsg);
}
}
function getValue(value, defaultValue) {
return value === undefined ? defaultValue : value;
}
moduleExports.checkArgs = checkArgs;
moduleExports.getValue = getValue;
moduleExports.enableChecks = true;
});
// file: lib/common/base64.js
define("cordova/base64", function(require, exports, module) {
var base64 = exports;
base64.fromArrayBuffer = function(arrayBuffer) {
var array = new Uint8Array(arrayBuffer);
return uint8ToBase64(array);
};
//------------------------------------------------------------------------------
/* This code is based on the performance tests at http://jsperf.com/b64tests
* This 12-bit-at-a-time algorithm was the best performing version on all
* platforms tested.
*/
var b64_6bit = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
var b64_12bit;
var b64_12bitTable = function() {
b64_12bit = [];
for (var i=0; i<64; i++) {
for (var j=0; j<64; j++) {
b64_12bit[i*64+j] = b64_6bit[i] + b64_6bit[j];
}
}
b64_12bitTable = function() { return b64_12bit; };
return b64_12bit;
};
function uint8ToBase64(rawData) {
var numBytes = rawData.byteLength;
var output="";
var segment;
var table = b64_12bitTable();
for (var i=0;i<numBytes-2;i+=3) {
segment = (rawData[i] << 16) + (rawData[i+1] << 8) + rawData[i+2];
output += table[segment >> 12];
output += table[segment & 0xfff];
}
if (numBytes - i == 2) {
segment = (rawData[i] << 16) + (rawData[i+1] << 8);
output += table[segment >> 12];
output += b64_6bit[(segment & 0xfff) >> 6];
output += '=';
} else if (numBytes - i == 1) {
segment = (rawData[i] << 16);
output += table[segment >> 12];
output += '==';
}
return output;
}
});
// file: lib/common/builder.js
define("cordova/builder", function(require, exports, module) {
var utils = require('cordova/utils');
function each(objects, func, context) {
for (var prop in objects) {
if (objects.hasOwnProperty(prop)) {
func.apply(context, [objects[prop], prop]);
}
}
}
function clobber(obj, key, value) {
exports.replaceHookForTesting(obj, key);
obj[key] = value;
// Getters can only be overridden by getters.
if (obj[key] !== value) {
utils.defineGetter(obj, key, function() {
return value;
});
}
}
function assignOrWrapInDeprecateGetter(obj, key, value, message) {
if (message) {
utils.defineGetter(obj, key, function() {
console.log(message);
delete obj[key];
clobber(obj, key, value);
return value;
});
} else {
clobber(obj, key, value);
}
}
function include(parent, objects, clobber, merge) {
each(objects, function (obj, key) {
try {
var result = obj.path ? require(obj.path) : {};
if (clobber) {
// Clobber if it doesn't exist.
if (typeof parent[key] === 'undefined') {
assignOrWrapInDeprecateGetter(parent, key, result, obj.deprecated);
} else if (typeof obj.path !== 'undefined') {
// If merging, merge properties onto parent, otherwise, clobber.
if (merge) {
recursiveMerge(parent[key], result);
} else {
assignOrWrapInDeprecateGetter(parent, key, result, obj.deprecated);
}
}
result = parent[key];
} else {
// Overwrite if not currently defined.
if (typeof parent[key] == 'undefined') {
assignOrWrapInDeprecateGetter(parent, key, result, obj.deprecated);
} else {
// Set result to what already exists, so we can build children into it if they exist.
result = parent[key];
}
}
if (obj.children) {
include(result, obj.children, clobber, merge);
}
} catch(e) {
utils.alert('Exception building Cordova JS globals: ' + e + ' for key "' + key + '"');
}
});
}
/**
* Merge properties from one object onto another recursively. Properties from
* the src object will overwrite existing target property.
*
* @param target Object to merge properties into.
* @param src Object to merge properties from.
*/
function recursiveMerge(target, src) {
for (var prop in src) {
if (src.hasOwnProperty(prop)) {
if (target.prototype && target.prototype.constructor === target) {
// If the target object is a constructor override off prototype.
clobber(target.prototype, prop, src[prop]);
} else {
if (typeof src[prop] === 'object' && typeof target[prop] === 'object') {
recursiveMerge(target[prop], src[prop]);
} else {
clobber(target, prop, src[prop]);
}
}
}
}
}
exports.buildIntoButDoNotClobber = function(objects, target) {
include(target, objects, false, false);
};
exports.buildIntoAndClobber = function(objects, target) {
include(target, objects, true, false);
};
exports.buildIntoAndMerge = function(objects, target) {
include(target, objects, true, true);
};
exports.recursiveMerge = recursiveMerge;
exports.assignOrWrapInDeprecateGetter = assignOrWrapInDeprecateGetter;
exports.replaceHookForTesting = function() {};
});
// file: lib/common/channel.js
define("cordova/channel", function(require, exports, module) {
var utils = require('cordova/utils'),
nextGuid = 1;
/**
* Custom pub-sub "channel" that can have functions subscribed to it
* This object is used to define and control firing of events for
* cordova initialization, as well as for custom events thereafter.
*
* The order of events during page load and Cordova startup is as follows:
*
* onDOMContentLoaded* Internal event that is received when the web page is loaded and parsed.
* onNativeReady* Internal event that indicates the Cordova native side is ready.
* onCordovaReady* Internal event fired when all Cordova JavaScript objects have been created.
* onDeviceReady* User event fired to indicate that Cordova is ready
* onResume User event fired to indicate a start/resume lifecycle event
* onPause User event fired to indicate a pause lifecycle event
* onDestroy* Internal event fired when app is being destroyed (User should use window.onunload event, not this one).
*
* The events marked with an * are sticky. Once they have fired, they will stay in the fired state.
* All listeners that subscribe after the event is fired will be executed right away.
*
* The only Cordova events that user code should register for are:
* deviceready Cordova native code is initialized and Cordova APIs can be called from JavaScript
* pause App has moved to background
* resume App has returned to foreground
*
* Listeners can be registered as:
* document.addEventListener("deviceready", myDeviceReadyListener, false);
* document.addEventListener("resume", myResumeListener, false);
* document.addEventListener("pause", myPauseListener, false);
*
* The DOM lifecycle events should be used for saving and restoring state
* window.onload
* window.onunload
*
*/
/**
* Channel
* @constructor
* @param type String the channel name
*/
var Channel = function(type, sticky) {
this.type = type;
// Map of guid -> function.
this.handlers = {};
// 0 = Non-sticky, 1 = Sticky non-fired, 2 = Sticky fired.
this.state = sticky ? 1 : 0;
// Used in sticky mode to remember args passed to fire().
this.fireArgs = null;
// Used by onHasSubscribersChange to know if there are any listeners.
this.numHandlers = 0;
// Function that is called when the first listener is subscribed, or when
// the last listener is unsubscribed.
this.onHasSubscribersChange = null;
},
channel = {
/**
* Calls the provided function only after all of the channels specified
* have been fired. All channels must be sticky channels.
*/
join: function(h, c) {
var len = c.length,
i = len,
f = function() {
if (!(--i)) h();
};
for (var j=0; j<len; j++) {
if (c[j].state === 0) {
throw Error('Can only use join with sticky channels.');
}
c[j].subscribe(f);
}
if (!len) h();
},
create: function(type) {
return channel[type] = new Channel(type, false);
},
createSticky: function(type) {
return channel[type] = new Channel(type, true);
},
/**
* cordova Channels that must fire before "deviceready" is fired.
*/
deviceReadyChannelsArray: [],
deviceReadyChannelsMap: {},
/**
* Indicate that a feature needs to be initialized before it is ready to be used.
* This holds up Cordova's "deviceready" event until the feature has been initialized
* and Cordova.initComplete(feature) is called.
*
* @param feature {String} The unique feature name
*/
waitForInitialization: function(feature) {
if (feature) {
var c = channel[feature] || this.createSticky(feature);
this.deviceReadyChannelsMap[feature] = c;
this.deviceReadyChannelsArray.push(c);
}
},
/**
* Indicate that initialization code has completed and the feature is ready to be used.
*
* @param feature {String} The unique feature name
*/
initializationComplete: function(feature) {
var c = this.deviceReadyChannelsMap[feature];
if (c) {
c.fire();
}
}
};
function forceFunction(f) {
if (typeof f != 'function') throw "Function required as first argument!";
}
/**
* Subscribes the given function to the channel. Any time that
* Channel.fire is called so too will the function.
* Optionally specify an execution context for the function
* and a guid that can be used to stop subscribing to the channel.
* Returns the guid.
*/
Channel.prototype.subscribe = function(f, c) {
// need a function to call
forceFunction(f);
if (this.state == 2) {
f.apply(c || this, this.fireArgs);
return;
}
var func = f,
guid = f.observer_guid;
if (typeof c == "object") { func = utils.close(c, f); }
if (!guid) {
// first time any channel has seen this subscriber
guid = '' + nextGuid++;
}
func.observer_guid = guid;
f.observer_guid = guid;
// Don't add the same handler more than once.
if (!this.handlers[guid]) {
this.handlers[guid] = func;
this.numHandlers++;
if (this.numHandlers == 1) {
this.onHasSubscribersChange && this.onHasSubscribersChange();
}
}
};
/**
* Unsubscribes the function with the given guid from the channel.
*/
Channel.prototype.unsubscribe = function(f) {
// need a function to unsubscribe
forceFunction(f);
var guid = f.observer_guid,
handler = this.handlers[guid];
if (handler) {
delete this.handlers[guid];
this.numHandlers--;
if (this.numHandlers === 0) {
this.onHasSubscribersChange && this.onHasSubscribersChange();
}
}
};
/**
* Calls all functions subscribed to this channel.
*/
Channel.prototype.fire = function(e) {
var fail = false,
fireArgs = Array.prototype.slice.call(arguments);
// Apply stickiness.
if (this.state == 1) {
this.state = 2;
this.fireArgs = fireArgs;
}
if (this.numHandlers) {
// Copy the values first so that it is safe to modify it from within
// callbacks.
var toCall = [];
for (var item in this.handlers) {
toCall.push(this.handlers[item]);
}
for (var i = 0; i < toCall.length; ++i) {
toCall[i].apply(this, fireArgs);
}
if (this.state == 2 && this.numHandlers) {
this.numHandlers = 0;
this.handlers = {};
this.onHasSubscribersChange && this.onHasSubscribersChange();
}
}
};
// defining them here so they are ready super fast!
// DOM event that is received when the web page is loaded and parsed.
channel.createSticky('onDOMContentLoaded');
// Event to indicate the Cordova native side is ready.
channel.createSticky('onNativeReady');
// Event to indicate that all Cordova JavaScript objects have been created
// and it's time to run plugin constructors.
channel.createSticky('onCordovaReady');
// Event to indicate that all automatically loaded JS plugins are loaded and ready.
channel.createSticky('onPluginsReady');
// Event to indicate that Cordova is ready
channel.createSticky('onDeviceReady');
// Event to indicate a resume lifecycle event
channel.create('onResume');
// Event to indicate a pause lifecycle event
channel.create('onPause');
// Event to indicate a destroy lifecycle event
channel.createSticky('onDestroy');
// Channels that must fire before "deviceready" is fired.
channel.waitForInitialization('onCordovaReady');
channel.waitForInitialization('onDOMContentLoaded');
module.exports = channel;
});
// file: lib/android/exec.js
define("cordova/exec", function(require, exports, module) {
/**
* Execute a cordova command. It is up to the native side whether this action
* is synchronous or asynchronous. The native side can return:
* Synchronous: PluginResult object as a JSON string
* Asynchronous: Empty string ""
* If async, the native side will cordova.callbackSuccess or cordova.callbackError,
* depending upon the result of the action.
*
* @param {Function} success The success callback
* @param {Function} fail The fail callback
* @param {String} service The name of the service to use
* @param {String} action Action to be run in cordova
* @param {String[]} [args] Zero or more arguments to pass to the method
*/
var cordova = require('cordova'),
nativeApiProvider = require('cordova/android/nativeapiprovider'),
utils = require('cordova/utils'),
base64 = require('cordova/base64'),
jsToNativeModes = {
PROMPT: 0,
JS_OBJECT: 1,
// This mode is currently for benchmarking purposes only. It must be enabled
// on the native side through the ENABLE_LOCATION_CHANGE_EXEC_MODE
// constant within CordovaWebViewClient.java before it will work.
LOCATION_CHANGE: 2
},
nativeToJsModes = {
// Polls for messages using the JS->Native bridge.
POLLING: 0,
// For LOAD_URL to be viable, it would need to have a work-around for
// the bug where the soft-keyboard gets dismissed when a message is sent.
LOAD_URL: 1,
// For the ONLINE_EVENT to be viable, it would need to intercept all event
// listeners (both through addEventListener and window.ononline) as well
// as set the navigator property itself.
ONLINE_EVENT: 2,
// Uses reflection to access private APIs of the WebView that can send JS
// to be executed.
// Requires Android 3.2.4 or above.
PRIVATE_API: 3
},
jsToNativeBridgeMode, // Set lazily.
nativeToJsBridgeMode = nativeToJsModes.ONLINE_EVENT,
pollEnabled = false,
messagesFromNative = [];
function androidExec(success, fail, service, action, args) {
// Set default bridge modes if they have not already been set.
// By default, we use the failsafe, since addJavascriptInterface breaks too often
if (jsToNativeBridgeMode === undefined) {
androidExec.setJsToNativeBridgeMode(jsToNativeModes.JS_OBJECT);
}
// Process any ArrayBuffers in the args into a string.
for (var i = 0; i < args.length; i++) {
if (utils.typeName(args[i]) == 'ArrayBuffer') {
args[i] = base64.fromArrayBuffer(args[i]);
}
}
var callbackId = service + cordova.callbackId++,
argsJson = JSON.stringify(args);
if (success || fail) {
cordova.callbacks[callbackId] = {success:success, fail:fail};
}
if (jsToNativeBridgeMode == jsToNativeModes.LOCATION_CHANGE) {
window.location = 'http://cdv_exec/' + service + '#' + action + '#' + callbackId + '#' + argsJson;
} else {
var messages = nativeApiProvider.get().exec(service, action, callbackId, argsJson);
// If argsJson was received by Java as null, try again with the PROMPT bridge mode.
// This happens in rare circumstances, such as when certain Unicode characters are passed over the bridge on a Galaxy S2. See CB-2666.
if (jsToNativeBridgeMode == jsToNativeModes.JS_OBJECT && messages === "@Null arguments.") {
androidExec.setJsToNativeBridgeMode(jsToNativeModes.PROMPT);
androidExec(success, fail, service, action, args);
androidExec.setJsToNativeBridgeMode(jsToNativeModes.JS_OBJECT);
return;
} else {
androidExec.processMessages(messages);
}
}
}
function pollOnceFromOnlineEvent() {
pollOnce(true);
}
function pollOnce(opt_fromOnlineEvent) {
var msg = nativeApiProvider.get().retrieveJsMessages(!!opt_fromOnlineEvent);
androidExec.processMessages(msg);
}
function pollingTimerFunc() {
if (pollEnabled) {
pollOnce();
setTimeout(pollingTimerFunc, 50);
}
}
function hookOnlineApis() {
function proxyEvent(e) {
cordova.fireWindowEvent(e.type);
}
// The network module takes care of firing online and offline events.
// It currently fires them only on document though, so we bridge them
// to window here (while first listening for exec()-releated online/offline
// events).
window.addEventListener('online', pollOnceFromOnlineEvent, false);
window.addEventListener('offline', pollOnceFromOnlineEvent, false);
cordova.addWindowEventHandler('online');
cordova.addWindowEventHandler('offline');
document.addEventListener('online', proxyEvent, false);
document.addEventListener('offline', proxyEvent, false);
}
hookOnlineApis();
androidExec.jsToNativeModes = jsToNativeModes;
androidExec.nativeToJsModes = nativeToJsModes;
androidExec.setJsToNativeBridgeMode = function(mode) {
if (mode == jsToNativeModes.JS_OBJECT && !window._cordovaNative) {
console.log('Falling back on PROMPT mode since _cordovaNative is missing. Expected for Android 3.2 and lower only.');
mode = jsToNativeModes.PROMPT;
}
nativeApiProvider.setPreferPrompt(mode == jsToNativeModes.PROMPT);
jsToNativeBridgeMode = mode;
};
androidExec.setNativeToJsBridgeMode = function(mode) {
if (mode == nativeToJsBridgeMode) {
return;
}
if (nativeToJsBridgeMode == nativeToJsModes.POLLING) {
pollEnabled = false;
}
nativeToJsBridgeMode = mode;
// Tell the native side to switch modes.
nativeApiProvider.get().setNativeToJsBridgeMode(mode);
if (mode == nativeToJsModes.POLLING) {
pollEnabled = true;
setTimeout(pollingTimerFunc, 1);
}
};
// Processes a single message, as encoded by NativeToJsMessageQueue.java.
function processMessage(message) {
try {
var firstChar = message.charAt(0);
if (firstChar == 'J') {
eval(message.slice(1));
} else if (firstChar == 'S' || firstChar == 'F') {
var success = firstChar == 'S';
var keepCallback = message.charAt(1) == '1';
var spaceIdx = message.indexOf(' ', 2);
var status = +message.slice(2, spaceIdx);
var nextSpaceIdx = message.indexOf(' ', spaceIdx + 1);
var callbackId = message.slice(spaceIdx + 1, nextSpaceIdx);
var payloadKind = message.charAt(nextSpaceIdx + 1);
var payload;
if (payloadKind == 's') {
payload = message.slice(nextSpaceIdx + 2);
} else if (payloadKind == 't') {
payload = true;
} else if (payloadKind == 'f') {
payload = false;
} else if (payloadKind == 'N') {
payload = null;
} else if (payloadKind == 'n') {
payload = +message.slice(nextSpaceIdx + 2);
} else if (payloadKind == 'A') {
var data = message.slice(nextSpaceIdx + 2);
var bytes = window.atob(data);
var arraybuffer = new Uint8Array(bytes.length);
for (var i = 0; i < bytes.length; i++) {
arraybuffer[i] = bytes.charCodeAt(i);
}
payload = arraybuffer.buffer;
} else if (payloadKind == 'S') {
payload = window.atob(message.slice(nextSpaceIdx + 2));
} else {
payload = JSON.parse(message.slice(nextSpaceIdx + 1));
}
cordova.callbackFromNative(callbackId, success, status, [payload], keepCallback);
} else {
console.log("processMessage failed: invalid message:" + message);
}
} catch (e) {
console.log("processMessage failed: Message: " + message);
console.log("processMessage failed: Error: " + e);
console.log("processMessage failed: Stack: " + e.stack);
}
}
// This is called from the NativeToJsMessageQueue.java.
androidExec.processMessages = function(messages) {
if (messages) {
messagesFromNative.push(messages);
// Check for the reentrant case, and enqueue the message if that's the case.
if (messagesFromNative.length > 1) {
return;
}
while (messagesFromNative.length) {
// Don't unshift until the end so that reentrancy can be detected.
messages = messagesFromNative[0];
// The Java side can send a * message to indicate that it
// still has messages waiting to be retrieved.
if (messages == '*') {
messagesFromNative.shift();
window.setTimeout(pollOnce, 0);
return;
}
var spaceIdx = messages.indexOf(' ');
var msgLen = +messages.slice(0, spaceIdx);
var message = messages.substr(spaceIdx + 1, msgLen);
messages = messages.slice(spaceIdx + msgLen + 1);
processMessage(message);
if (messages) {
messagesFromNative[0] = messages;
} else {
messagesFromNative.shift();
}
}
}
};
module.exports = androidExec;
});
// file: lib/common/exec/proxy.js
define("cordova/exec/proxy", function(require, exports, module) {
// internal map of proxy function
var CommandProxyMap = {};
module.exports = {
// example: cordova.commandProxy.add("Accelerometer",{getCurrentAcceleration: function(successCallback, errorCallback, options) {...},...);
add:function(id,proxyObj) {
console.log("adding proxy for " + id);
CommandProxyMap[id] = proxyObj;
return proxyObj;
},
// cordova.commandProxy.remove("Accelerometer");
remove:function(id) {
var proxy = CommandProxyMap[id];
delete CommandProxyMap[id];
CommandProxyMap[id] = null;
return proxy;
},
get:function(service,action) {
return ( CommandProxyMap[service] ? CommandProxyMap[service][action] : null );
}
};
});
// file: lib/common/init.js
define("cordova/init", function(require, exports, module) {
var channel = require('cordova/channel');
var cordova = require('cordova');
var modulemapper = require('cordova/modulemapper');
var platform = require('cordova/platform');
var pluginloader = require('cordova/pluginloader');
var platformInitChannelsArray = [channel.onNativeReady, channel.onPluginsReady];
function logUnfiredChannels(arr) {
for (var i = 0; i < arr.length; ++i) {
if (arr[i].state != 2) {
console.log('Channel not fired: ' + arr[i].type);
}
}
}
window.setTimeout(function() {
if (channel.onDeviceReady.state != 2) {
console.log('deviceready has not fired after 5 seconds.');
logUnfiredChannels(platformInitChannelsArray);
logUnfiredChannels(channel.deviceReadyChannelsArray);
}
}, 5000);
// Replace navigator before any modules are required(), to ensure it happens as soon as possible.
// We replace it so that properties that can't be clobbered can instead be overridden.
function replaceNavigator(origNavigator) {
var CordovaNavigator = function() {};
CordovaNavigator.prototype = origNavigator;
var newNavigator = new CordovaNavigator();
// This work-around really only applies to new APIs that are newer than Function.bind.
// Without it, APIs such as getGamepads() break.
if (CordovaNavigator.bind) {
for (var key in origNavigator) {
if (typeof origNavigator[key] == 'function') {
newNavigator[key] = origNavigator[key].bind(origNavigator);
}
}
}
return newNavigator;
}
if (window.navigator) {
window.navigator = replaceNavigator(window.navigator);
}
if (!window.console) {
window.console = {
log: function(){}
};
}
if (!window.console.warn) {
window.console.warn = function(msg) {
this.log("warn: " + msg);
};
}
// Register pause, resume and deviceready channels as events on document.
channel.onPause = cordova.addDocumentEventHandler('pause');
channel.onResume = cordova.addDocumentEventHandler('resume');
channel.onDeviceReady = cordova.addStickyDocumentEventHandler('deviceready');
// Listen for DOMContentLoaded and notify our channel subscribers.
if (document.readyState == 'complete' || document.readyState == 'interactive') {
channel.onDOMContentLoaded.fire();
} else {
document.addEventListener('DOMContentLoaded', function() {
channel.onDOMContentLoaded.fire();
}, false);
}
// _nativeReady is global variable that the native side can set
// to signify that the native code is ready. It is a global since
// it may be called before any cordova JS is ready.
if (window._nativeReady) {
channel.onNativeReady.fire();
}
modulemapper.clobbers('cordova', 'cordova');
modulemapper.clobbers('cordova/exec', 'cordova.exec');
modulemapper.clobbers('cordova/exec', 'Cordova.exec');
// Call the platform-specific initialization.
platform.bootstrap && platform.bootstrap();
pluginloader.load(function() {
channel.onPluginsReady.fire();
});
/**
* Create all cordova objects once native side is ready.
*/
channel.join(function() {
modulemapper.mapModules(window);
platform.initialize && platform.initialize();
// Fire event to notify that all objects are created
channel.onCordovaReady.fire();
// Fire onDeviceReady event once page has fully loaded, all
// constructors have run and cordova info has been received from native
// side.
channel.join(function() {
require('cordova').fireDocumentEvent('deviceready');
}, channel.deviceReadyChannelsArray);
}, platformInitChannelsArray);
});
// file: lib/common/modulemapper.js
define("cordova/modulemapper", function(require, exports, module) {
var builder = require('cordova/builder'),
moduleMap = define.moduleMap,
symbolList,
deprecationMap;
exports.reset = function() {
symbolList = [];
deprecationMap = {};
};
function addEntry(strategy, moduleName, symbolPath, opt_deprecationMessage) {
if (!(moduleName in moduleMap)) {
throw new Error('Module ' + moduleName + ' does not exist.');
}
symbolList.push(strategy, moduleName, symbolPath);
if (opt_deprecationMessage) {
deprecationMap[symbolPath] = opt_deprecationMessage;
}
}
// Note: Android 2.3 does have Function.bind().
exports.clobbers = function(moduleName, symbolPath, opt_deprecationMessage) {
addEntry('c', moduleName, symbolPath, opt_deprecationMessage);
};
exports.merges = function(moduleName, symbolPath, opt_deprecationMessage) {
addEntry('m', moduleName, symbolPath, opt_deprecationMessage);
};
exports.defaults = function(moduleName, symbolPath, opt_deprecationMessage) {
addEntry('d', moduleName, symbolPath, opt_deprecationMessage);
};
exports.runs = function(moduleName) {
addEntry('r', moduleName, null);
};
function prepareNamespace(symbolPath, context) {
if (!symbolPath) {
return context;
}
var parts = symbolPath.split('.');
var cur = context;
for (var i = 0, part; part = parts[i]; ++i) {
cur = cur[part] = cur[part] || {};
}
return cur;
}
exports.mapModules = function(context) {
var origSymbols = {};
context.CDV_origSymbols = origSymbols;
for (var i = 0, len = symbolList.length; i < len; i += 3) {
var strategy = symbolList[i];
var moduleName = symbolList[i + 1];
var module = require(moduleName);
// <runs/>
if (strategy == 'r') {
continue;
}
var symbolPath = symbolList[i + 2];
var lastDot = symbolPath.lastIndexOf('.');
var namespace = symbolPath.substr(0, lastDot);
var lastName = symbolPath.substr(lastDot + 1);
var deprecationMsg = symbolPath in deprecationMap ? 'Access made to deprecated symbol: ' + symbolPath + '. ' + deprecationMsg : null;
var parentObj = prepareNamespace(namespace, context);
var target = parentObj[lastName];
if (strategy == 'm' && target) {
builder.recursiveMerge(target, module);
} else if ((strategy == 'd' && !target) || (strategy != 'd')) {
if (!(symbolPath in origSymbols)) {
origSymbols[symbolPath] = target;
}
builder.assignOrWrapInDeprecateGetter(parentObj, lastName, module, deprecationMsg);
}
}
};
exports.getOriginalSymbol = function(context, symbolPath) {
var origSymbols = context.CDV_origSymbols;
if (origSymbols && (symbolPath in origSymbols)) {
return origSymbols[symbolPath];
}
var parts = symbolPath.split('.');
var obj = context;
for (var i = 0; i < parts.length; ++i) {
obj = obj && obj[parts[i]];
}
return obj;
};
exports.reset();
});
// file: lib/android/platform.js
define("cordova/platform", function(require, exports, module) {
module.exports = {
id: 'android',
bootstrap: function() {
var channel = require('cordova/channel'),
cordova = require('cordova'),
exec = require('cordova/exec'),
modulemapper = require('cordova/modulemapper');
// Tell the native code that a page change has occurred.
exec(null, null, 'PluginManager', 'startup', []);
// Tell the JS that the native side is ready.
channel.onNativeReady.fire();
// TODO: Extract this as a proper plugin.
modulemapper.clobbers('cordova/plugin/android/app', 'navigator.app');
// Inject a listener for the backbutton on the document.
var backButtonChannel = cordova.addDocumentEventHandler('backbutton');
backButtonChannel.onHasSubscribersChange = function() {
// If we just attached the first handler or detached the last handler,
// let native know we need to override the back button.
exec(null, null, "App", "overrideBackbutton", [this.numHandlers == 1]);
};
// Add hardware MENU and SEARCH button handlers
cordova.addDocumentEventHandler('menubutton');
cordova.addDocumentEventHandler('searchbutton');
// Let native code know we are all done on the JS side.
// Native code will then un-hide the WebView.
channel.onCordovaReady.subscribe(function() {
exec(null, null, "App", "show", []);
});
}
};
});
// file: lib/android/plugin/android/app.js
define("cordova/plugin/android/app", function(require, exports, module) {
var exec = require('cordova/exec');
module.exports = {
/**
* Clear the resource cache.
*/
clearCache:function() {
exec(null, null, "App", "clearCache", []);
},
/**
* Load the url into the webview or into new browser instance.
*
* @param url The URL to load
* @param props Properties that can be passed in to the activity:
* wait: int => wait msec before loading URL
* loadingDialog: "Title,Message" => display a native loading dialog
* loadUrlTimeoutValue: int => time in msec to wait before triggering a timeout error
* clearHistory: boolean => clear webview history (default=false)
* openExternal: boolean => open in a new browser (default=false)
*
* Example:
* navigator.app.loadUrl("http://server/myapp/index.html", {wait:2000, loadingDialog:"Wait,Loading App", loadUrlTimeoutValue: 60000});
*/
loadUrl:function(url, props) {
exec(null, null, "App", "loadUrl", [url, props]);
},
/**
* Cancel loadUrl that is waiting to be loaded.
*/
cancelLoadUrl:function() {
exec(null, null, "App", "cancelLoadUrl", []);
},
/**
* Clear web history in this web view.
* Instead of BACK button loading the previous web page, it will exit the app.
*/
clearHistory:function() {
exec(null, null, "App", "clearHistory", []);
},
/**
* Go to previous page displayed.
* This is the same as pressing the backbutton on Android device.
*/
backHistory:function() {
exec(null, null, "App", "backHistory", []);
},
/**
* Override the default behavior of the Android back button.
* If overridden, when the back button is pressed, the "backKeyDown" JavaScript event will be fired.
*
* Note: The user should not have to call this method. Instead, when the user
* registers for the "backbutton" event, this is automatically done.
*
* @param override T=override, F=cancel override
*/
overrideBackbutton:function(override) {
exec(null, null, "App", "overrideBackbutton", [override]);
},
/**
* Exit and terminate the application.
*/
exitApp:function() {
return exec(null, null, "App", "exitApp", []);
}
};
});
// file: lib/common/pluginloader.js
define("cordova/pluginloader", function(require, exports, module) {
var modulemapper = require('cordova/modulemapper');
// Helper function to inject a <script> tag.
function injectScript(url, onload, onerror) {
var script = document.createElement("script");
// onload fires even when script fails loads with an error.
script.onload = onload;
script.onerror = onerror || onload;
script.src = url;
document.head.appendChild(script);
}
function onScriptLoadingComplete(moduleList, finishPluginLoading) {
// Loop through all the plugins and then through their clobbers and merges.
for (var i = 0, module; module = moduleList[i]; i++) {
if (module) {
try {
if (module.clobbers && module.clobbers.length) {
for (var j = 0; j < module.clobbers.length; j++) {
modulemapper.clobbers(module.id, module.clobbers[j]);
}
}
if (module.merges && module.merges.length) {
for (var k = 0; k < module.merges.length; k++) {
modulemapper.merges(module.id, module.merges[k]);
}
}
// Finally, if runs is truthy we want to simply require() the module.
// This can be skipped if it had any merges or clobbers, though,
// since the mapper will already have required the module.
if (module.runs && !(module.clobbers && module.clobbers.length) && !(module.merges && module.merges.length)) {
modulemapper.runs(module.id);
}
}
catch(err) {
// error with module, most likely clobbers, should we continue?
}
}
}
finishPluginLoading();
}
// Handler for the cordova_plugins.js content.
// See plugman's plugin_loader.js for the details of this object.
// This function is only called if the really is a plugins array that isn't empty.
// Otherwise the onerror response handler will just call finishPluginLoading().
function handlePluginsObject(path, moduleList, finishPluginLoading) {
// Now inject the scripts.
var scriptCounter = moduleList.length;
if (!scriptCounter) {
finishPluginLoading();
return;
}
function scriptLoadedCallback() {
if (!--scriptCounter) {
onScriptLoadingComplete(moduleList, finishPluginLoading);
}
}
for (var i = 0; i < moduleList.length; i++) {
injectScript(path + moduleList[i].file, scriptLoadedCallback);
}
}
function injectPluginScript(pathPrefix, finishPluginLoading) {
injectScript(pathPrefix + 'cordova_plugins.js', function(){
try {
var moduleList = require("cordova/plugin_list");
handlePluginsObject(pathPrefix, moduleList, finishPluginLoading);
} catch (e) {
// Error loading cordova_plugins.js, file not found or something
// this is an acceptable error, pre-3.0.0, so we just move on.
finishPluginLoading();
}
}, finishPluginLoading); // also, add script load error handler for file not found
}
function findCordovaPath() {
var path = null;
var scripts = document.getElementsByTagName('script');
var term = 'cordova.js';
for (var n = scripts.length-1; n>-1; n--) {
var src = scripts[n].src;
if (src.indexOf(term) == (src.length - term.length)) {
path = src.substring(0, src.length - term.length);
break;
}
}
return path;
}
// Tries to load all plugins' js-modules.
// This is an async process, but onDeviceReady is blocked on onPluginsReady.
// onPluginsReady is fired when there are no plugins to load, or they are all done.
exports.load = function(callback) {
var pathPrefix = findCordovaPath();
if (pathPrefix === null) {
console.log('Could not find cordova.js script tag. Plugin loading may fail.');
pathPrefix = '';
}
injectPluginScript(pathPrefix, callback);
};
});
// file: lib/common/urlutil.js
define("cordova/urlutil", function(require, exports, module) {
var urlutil = exports;
var anchorEl = document.createElement('a');
/**
* For already absolute URLs, returns what is passed in.
* For relative URLs, converts them to absolute ones.
*/
urlutil.makeAbsolute = function(url) {
anchorEl.href = url;
return anchorEl.href;
};
});
// file: lib/common/utils.js
define("cordova/utils", function(require, exports, module) {
var utils = exports;
/**
* Defines a property getter / setter for obj[key].
*/
utils.defineGetterSetter = function(obj, key, getFunc, opt_setFunc) {
if (Object.defineProperty) {
var desc = {
get: getFunc,
configurable: true
};
if (opt_setFunc) {
desc.set = opt_setFunc;
}
Object.defineProperty(obj, key, desc);
} else {
obj.__defineGetter__(key, getFunc);
if (opt_setFunc) {
obj.__defineSetter__(key, opt_setFunc);
}
}
};
/**
* Defines a property getter for obj[key].
*/
utils.defineGetter = utils.defineGetterSetter;
utils.arrayIndexOf = function(a, item) {
if (a.indexOf) {
return a.indexOf(item);
}
var len = a.length;
for (var i = 0; i < len; ++i) {
if (a[i] == item) {
return i;
}
}
return -1;
};
/**
* Returns whether the item was found in the array.
*/
utils.arrayRemove = function(a, item) {
var index = utils.arrayIndexOf(a, item);
if (index != -1) {
a.splice(index, 1);
}
return index != -1;
};
utils.typeName = function(val) {
return Object.prototype.toString.call(val).slice(8, -1);
};
/**
* Returns an indication of whether the argument is an array or not
*/
utils.isArray = function(a) {
return utils.typeName(a) == 'Array';
};
/**
* Returns an indication of whether the argument is a Date or not
*/
utils.isDate = function(d) {
return utils.typeName(d) == 'Date';
};
/**
* Does a deep clone of the object.
*/
utils.clone = function(obj) {
if(!obj || typeof obj == 'function' || utils.isDate(obj) || typeof obj != 'object') {
return obj;
}
var retVal, i;
if(utils.isArray(obj)){
retVal = [];
for(i = 0; i < obj.length; ++i){
retVal.push(utils.clone(obj[i]));
}
return retVal;
}
retVal = {};
for(i in obj){
if(!(i in retVal) || retVal[i] != obj[i]) {
retVal[i] = utils.clone(obj[i]);
}
}
return retVal;
};
/**
* Returns a wrapped version of the function
*/
utils.close = function(context, func, params) {
if (typeof params == 'undefined') {
return function() {
return func.apply(context, arguments);
};
} else {
return function() {
return func.apply(context, params);
};
}
};
/**
* Create a UUID
*/
utils.createUUID = function() {
return UUIDcreatePart(4) + '-' +
UUIDcreatePart(2) + '-' +
UUIDcreatePart(2) + '-' +
UUIDcreatePart(2) + '-' +
UUIDcreatePart(6);
};
/**
* Extends a child object from a parent object using classical inheritance
* pattern.
*/
utils.extend = (function() {
// proxy used to establish prototype chain
var F = function() {};
// extend Child from Parent
return function(Child, Parent) {
F.prototype = Parent.prototype;
Child.prototype = new F();
Child.__super__ = Parent.prototype;
Child.prototype.constructor = Child;
};
}());
/**
* Alerts a message in any available way: alert or console.log.
*/
utils.alert = function(msg) {
if (window.alert) {
window.alert(msg);
} else if (console && console.log) {
console.log(msg);
}
};
//------------------------------------------------------------------------------
function UUIDcreatePart(length) {
var uuidpart = "";
for (var i=0; i<length; i++) {
var uuidchar = parseInt((Math.random() * 256), 10).toString(16);
if (uuidchar.length == 1) {
uuidchar = "0" + uuidchar;
}
uuidpart += uuidchar;
}
return uuidpart;
}
});
window.cordova = require('cordova');
// file: lib/scripts/bootstrap.js
require('cordova/init');
})();
cordova.define('cordova/plugin_list', function(require, exports, module) {
module.exports = [
{
"file": "plugins/org.apache.cordova.network-information/www/network.js",
"id": "org.apache.cordova.network-information.network",
"clobbers": [
"navigator.connection",
"navigator.network.connection"
]
},
{
"file": "plugins/org.apache.cordova.network-information/www/Connection.js",
"id": "org.apache.cordova.network-information.Connection",
"clobbers": [
"Connection"
]
}
];
module.exports.metadata =
// TOP OF METADATA
{
"org.apache.cordova.network-information": "0.2.6"
}
// BOTTOM OF METADATA
});
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: local('Ubuntu'), url("ubu.woff") format('woff');
}
*{
margin:auto;
font-family: ubuntu;
}
body{
/* margin-top: 85px; */
}
.container{
padding-top: 1%;
padding-right: 1%;
padding-left: 1%;
margin-right: auto;
margin-left: auto;
}
.container2{
padding-top: 1%;
padding-right: 1%;
padding-left: 1%;
margin-right: auto;
margin-left: auto;
}
table {
width: 100%;
margin-bottom: 20px;
}
table{
padding: 8px;
vertical-align: top;
border: 1px solid #dddddd;
}
table { border-radius: 5px; border-collapse: collapse; border: 1px solid #999999; }
table td { padding: 2px; border: 1px solid #000000; }
table th { padding: 2px; border: 1px solid #000000; }
#menu_itc {
top:-1px;
position: fixed;
font-size: 24pt;
/* min-height: 60px; */
color: #000;
width: 100%;
text-align:center;
background-color: #404040;
}
#menu_itc div {
/* min-height: 50px; */
margin: auto;
text-align: center;
}
#menu_itc span {
/* float: left; */
color: white;
/* margin: 15px 15px; */
padding: 11px 15px;
// 100%;
text-align: center;
display: block;
}
#menu_itc .tit {
/* float: left; */
color: white;
/* margin: 15px 15px; */
padding: 11px 15px;
// 100%;
text-align: center;
display: block;
}
#menu_itc a {
display:block;
float:left;
color: #e8e8e8;
background-color: #303030;
text-align:center;
padding: 11px 20px;
/* height: 100%; */
/* display: block; */
text-decoration: none;
}
input {
width: 300px;
font-size: 24pt;
padding: 6px 0 6px 0px;
border: 1px solid #cecece;
background: #F6F6f6;
border-radius: 8px;
}
.btn {
/* margin-left: 2%; */
font-size: 24pt;
padding-top: 0.5em;
padding-bottom: 0.5em;
margin-bottom: 1%;
width: 100%;
border: 0px solid #FFF;
/* margin: 0px; */
background: #72ad3b;
/* margin-top: 0px; */
color: white;
/* border-radius: 5px; */
cursor: pointer;
min-width: 23%;
/* margin-left: 0px; */
}
.btn:hover {
box-shadow: 0 0 2px #ccc;
}
.btn:active {
margin-top: 1px;
zoom: 1;
}
.alert-unFlat{
border-radius: 9px;
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
border: solid 1px;
margin-bottom: 0.5em;
padding: 0.2em;
display: none;
}
.alert{
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
border: solid 0px;
margin-bottom: 0.5em;
padding: 0.2em;
display: none;
}
#inner{
padding-top: 1em;
}
.loadDiv{
width: 100%;
position: fixed;
top: 70px;
display: none;
height: 600px;
background: rgba(56, 56, 56, 0.39);
}
#loaderImage{
position: fixed;
top:50%;
left: 50%;
}
.Bad-str{
background-color: #FFFFD2;
}
.Warning-str{
background-color: #F3D0D0;
}
.Good-str{
background-color: #CDFFB8;
}
.noInfo-str{
background-color: #ffffff;
}
.cellGray {
margin-bottom: 1%;
color: white;
padding: 1%;
background-color: rgb(145, 145, 145);
}
/*!
* jQuery Mobile 1.4.0
* Git HEAD hash: f09aae0e035d6805e461a7be246d04a0dbc98f69 <> Date: Thu Dec 19 2013 17:34:22 UTC
* http://jquerymobile.com
*
* Copyright 2010, 2013 jQuery Foundation, Inc. and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
*/
/* SVG icons */
.ui-icon-action:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2014%2013%22%20style%3D%22enable-background%3Anew%200%200%2014%2013%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M9%2C5v3l5-4L9%2C0v3c0%2C0-5%2C0-5%2C7C6%2C5%2C9%2C5%2C9%2C5z%20M11%2C11H2V5h1l2-2H0v10h13V7l-2%2C2V11z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-arrow-d-l:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C3%2011%2C0%203.5%2C7.5%200%2C4%200%2C14%2010%2C14%206.5%2C10.5%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-arrow-d-r:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2210.5%2C7.5%203%2C0%200%2C3%207.5%2C10.5%204%2C14%2014%2C14%2014%2C4%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-arrow-d:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%229%2C7%209%2C0%205%2C0%205%2C7%200%2C7%207%2C14%2014%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-arrow-l:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%227%2C5%207%2C0%200%2C7%207%2C14%207%2C9%2014%2C9%2014%2C5%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-arrow-r:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C7%207%2C0%207%2C5%200%2C5%200%2C9%207%2C9%207%2C14%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-arrow-u-l:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C11%206.5%2C3.5%2010%2C0%200%2C0%200%2C10%203.5%2C6.5%2011%2C14%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-arrow-u-r:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C0%204%2C0%207.5%2C3.5%200%2C11%203%2C14%2010.5%2C6.5%2014%2C10%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-arrow-u:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%227%2C0%200%2C7%205%2C7%205%2C14%209%2C14%209%2C7%2014%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-audio:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214.018px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014.018%2014%22%20style%3D%22enable-background%3Anew%200%200%2014.018%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M1%2C4C0.447%2C4%2C0%2C4.447%2C0%2C5v4c0%2C0.553%2C0.447%2C1%2C1%2C1h1l4%2C4V0L2%2C4H1z%20M10.346%2C7c0-1.699-1.042-3.154-2.546-3.867L6.982%2C4.68%20C7.885%2C5.107%2C8.51%2C5.98%2C8.51%2C7S7.885%2C8.893%2C6.982%2C9.32L7.8%2C10.867C9.304%2C10.154%2C10.346%2C8.699%2C10.346%2C7z%20M9.447%2C0.017L8.618%2C1.586%20C10.723%2C2.584%2C12.182%2C4.621%2C12.182%2C7s-1.459%2C4.416-3.563%2C5.414l0.829%2C1.569c2.707-1.283%2C4.57-3.925%2C4.57-6.983%20S12.154%2C1.3%2C9.447%2C0.017z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-calendar:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%2C8h2V6H0V8z%20M3%2C8h2V6H3V8z%20M6%2C8h2V6H6V8z%20M9%2C8h2V6H9V8z%20M12%2C8h2V6h-2V8z%20M0%2C11h2V9H0V11z%20M3%2C11h2V9H3V11z%20M6%2C11h2V9H6V11z%20%20M9%2C11h2V9H9V11z%20M12%2C11h2V9h-2V11z%20M0%2C14h2v-2H0V14z%20M3%2C14h2v-2H3V14z%20M6%2C14h2v-2H6V14z%20M9%2C14h2v-2H9V14z%20M12%2C1%20c0-0.553-0.447-1-1-1s-1%2C0.447-1%2C1H4c0-0.553-0.447-1-1-1S2%2C0.447%2C2%2C1H0v4h14V1H12z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-camera:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2211px%22%20viewBox%3D%220%200%2014%2011%22%20style%3D%22enable-background%3Anew%200%200%2014%2011%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12%2C1H9.908C9.702%2C0.419%2C9.152%2C0%2C8.5%2C0h-3C4.848%2C0%2C4.298%2C0.419%2C4.092%2C1H2C0.896%2C1%2C0%2C1.896%2C0%2C3v6c0%2C1.104%2C0.896%2C2%2C2%2C2h10%20c1.104%2C0%2C2-0.896%2C2-2V3C14%2C1.896%2C13.104%2C1%2C12%2C1z%20M7%2C9C5.343%2C9%2C4%2C7.657%2C4%2C6s1.343-3%2C3-3s3%2C1.343%2C3%2C3S8.657%2C9%2C7%2C9z%20M7%2C4%20C5.896%2C4%2C5%2C4.896%2C5%2C6s0.896%2C2%2C2%2C2s2-0.896%2C2-2S8.104%2C4%2C7%2C4z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-carat-d:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%228px%22%20viewBox%3D%220%200%2012%208%22%20style%3D%22enable-background%3Anew%200%200%2012%208%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2210%2C0%206%2C4%202%2C0%200%2C2%206%2C8%2012%2C2%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-carat-l:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%228px%22%20height%3D%2212px%22%20viewBox%3D%220%200%208%2012%22%20style%3D%22enable-background%3Anew%200%200%208%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%228%2C2%206%2C0%200%2C6%206%2C12%208%2C10%204%2C6%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-carat-r:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%228px%22%20height%3D%2212px%22%20viewBox%3D%220%200%208%2012%22%20style%3D%22enable-background%3Anew%200%200%208%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%222%2C0%200%2C2%204%2C6%200%2C10%202%2C12%208%2C6%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-carat-u:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%228px%22%20viewBox%3D%220%200%2012%208%22%20style%3D%22enable-background%3Anew%200%200%2012%208%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%226%2C0%200%2C6%202%2C8%206%2C4%2010%2C8%2012%2C6%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-check:after,
/* Used ui-checkbox-on twice to increase specificity. If active state has background-image for gradient this rule overrides. */
html .ui-btn.ui-checkbox-on.ui-checkbox-on:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2014%2012%22%20style%3D%22enable-background%3Anew%200%200%2014%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C3%2011%2C0%205.003%2C5.997%203%2C4%200%2C7%204.966%2C12%204.983%2C11.983%205%2C12%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-clock:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M7%2C0C3.134%2C0%2C0%2C3.134%2C0%2C7s3.134%2C7%2C7%2C7s7-3.134%2C7-7S10.866%2C0%2C7%2C0z%20M7%2C12c-2.762%2C0-5-2.238-5-5s2.238-5%2C5-5s5%2C2.238%2C5%2C5%20S9.762%2C12%2C7%2C12z%20M9%2C6H8V4c0-0.553-0.447-1-1-1S6%2C3.447%2C6%2C4v3c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1S9.553%2C6%2C9%2C6z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-cloud:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%229px%22%20viewBox%3D%220%200%2014%209%22%20style%3D%22enable-background%3Anew%200%200%2014%209%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M14%2C7c0-0.793-0.465-1.472-1.134-1.795C12.949%2C4.984%2C13%2C4.749%2C13%2C4.5c0-1.104-0.896-2-2-2c-0.158%2C0-0.31%2C0.023-0.457%2C0.058%20C9.816%2C1.049%2C8.286%2C0%2C6.5%2C0C4.17%2C0%2C2.276%2C1.777%2C2.046%2C4.046C0.883%2C4.26%2C0%2C5.274%2C0%2C6.5C0%2C7.881%2C1.119%2C9%2C2.5%2C9h10V8.93%20C13.361%2C8.706%2C14%2C7.931%2C14%2C7z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-grid:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M3%2C0H1C0.447%2C0%2C0%2C0.447%2C0%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V1C4%2C0.447%2C3.553%2C0%2C3%2C0z%20M8%2C0H6%20C5.447%2C0%2C5%2C0.447%2C5%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V1C9%2C0.447%2C8.553%2C0%2C8%2C0z%20M13%2C0h-2c-0.553%2C0-1%2C0.447-1%2C1v2%20c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V1C14%2C0.447%2C13.553%2C0%2C13%2C0z%20M3%2C5H1C0.447%2C5%2C0%2C5.447%2C0%2C6v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2%20c0.553%2C0%2C1-0.447%2C1-1V6C4%2C5.447%2C3.553%2C5%2C3%2C5z%20M8%2C5H6C5.447%2C5%2C5%2C5.447%2C5%2C6v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V6%20C9%2C5.447%2C8.553%2C5%2C8%2C5z%20M13%2C5h-2c-0.553%2C0-1%2C0.447-1%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V6C14%2C5.447%2C13.553%2C5%2C13%2C5z%20M3%2C10%20H1c-0.553%2C0-1%2C0.447-1%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1v-2C4%2C10.447%2C3.553%2C10%2C3%2C10z%20M8%2C10H6c-0.553%2C0-1%2C0.447-1%2C1v2%20c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1v-2C9%2C10.447%2C8.553%2C10%2C8%2C10z%20M13%2C10h-2c-0.553%2C0-1%2C0.447-1%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2%20c0.553%2C0%2C1-0.447%2C1-1v-2C14%2C10.447%2C13.553%2C10%2C13%2C10z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-mail:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2014%2010%22%20style%3D%22enable-background%3Anew%200%200%2014%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%2C1.75V10h14V1.75L7%2C7L0%2C1.75z%20M14%2C0H0l7%2C5L14%2C0z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-eye:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2014%2010%22%20style%3D%22enable-background%3Anew%200%200%2014%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M7%2C0C3%2C0%2C0%2C5%2C0%2C5s3%2C5%2C7%2C5s7-5%2C7-5S11%2C0%2C7%2C0z%20M7%2C8C5.343%2C8%2C4%2C6.657%2C4%2C5s1.343-3%2C3-3s3%2C1.343%2C3%2C3S8.657%2C8%2C7%2C8z%20M7%2C4%20C6.448%2C4%2C6%2C4.447%2C6%2C5s0.448%2C1%2C1%2C1s1-0.447%2C1-1S7.552%2C4%2C7%2C4z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-gear:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M13.621%2C5.904l-1.036-0.259c-0.168-0.042-0.303-0.168-0.355-0.332c-0.092-0.284-0.205-0.559-0.339-0.82%20c-0.079-0.153-0.073-0.337%2C0.017-0.486l0.549-0.915c0.118-0.196%2C0.088-0.448-0.075-0.61l-0.862-0.863%20c-0.162-0.163-0.414-0.193-0.611-0.075l-0.916%2C0.55C9.844%2C2.182%2C9.659%2C2.188%2C9.506%2C2.109C9.244%2C1.975%2C8.97%2C1.861%2C8.686%2C1.77%20c-0.165-0.052-0.29-0.187-0.332-0.354L8.095%2C0.379C8.039%2C0.156%2C7.839%2C0%2C7.609%2C0H6.391c-0.229%2C0-0.43%2C0.156-0.485%2C0.379L5.646%2C1.415%20C5.604%2C1.582%2C5.479%2C1.718%2C5.313%2C1.77c-0.284%2C0.092-0.559%2C0.206-0.82%2C0.34C4.339%2C2.188%2C4.155%2C2.182%2C4.007%2C2.093L3.092%2C1.544%20c-0.196-0.118-0.448-0.087-0.61%2C0.075L1.619%2C2.481C1.457%2C2.644%2C1.426%2C2.896%2C1.544%2C3.093l0.549%2C0.914%20c0.089%2C0.148%2C0.095%2C0.332%2C0.017%2C0.486C1.975%2C4.755%2C1.861%2C5.029%2C1.77%2C5.314c-0.053%2C0.164-0.188%2C0.29-0.354%2C0.332L0.379%2C5.905%20C0.156%2C5.961%2C0%2C6.161%2C0%2C6.391v1.219c0%2C0.229%2C0.156%2C0.43%2C0.379%2C0.485l1.036%2C0.26C1.582%2C8.396%2C1.717%2C8.521%2C1.77%2C8.687%20c0.092%2C0.284%2C0.205%2C0.559%2C0.34%2C0.82C2.188%2C9.66%2C2.182%2C9.844%2C2.093%2C9.993l-0.549%2C0.915c-0.118%2C0.195-0.087%2C0.448%2C0.075%2C0.61%20l0.862%2C0.862c0.162%2C0.163%2C0.414%2C0.193%2C0.61%2C0.075l0.915-0.549c0.148-0.089%2C0.332-0.095%2C0.486-0.017%20c0.262%2C0.135%2C0.536%2C0.248%2C0.82%2C0.34c0.165%2C0.053%2C0.291%2C0.187%2C0.332%2C0.354l0.259%2C1.036C5.96%2C13.844%2C6.16%2C14%2C6.39%2C14h1.22%20c0.229%2C0%2C0.43-0.156%2C0.485-0.379l0.259-1.036c0.042-0.167%2C0.168-0.302%2C0.333-0.354c0.284-0.092%2C0.559-0.205%2C0.82-0.34%20c0.154-0.078%2C0.338-0.072%2C0.486%2C0.017l0.914%2C0.549c0.197%2C0.118%2C0.449%2C0.088%2C0.611-0.074l0.862-0.863%20c0.163-0.162%2C0.193-0.415%2C0.075-0.611l-0.549-0.915c-0.089-0.148-0.096-0.332-0.017-0.485c0.134-0.263%2C0.248-0.536%2C0.339-0.82%20c0.053-0.165%2C0.188-0.291%2C0.355-0.333l1.036-0.259C13.844%2C8.039%2C14%2C7.839%2C14%2C7.609V6.39C14%2C6.16%2C13.844%2C5.96%2C13.621%2C5.904z%20M7%2C10%20c-1.657%2C0-3-1.343-3-3s1.343-3%2C3-3s3%2C1.343%2C3%2C3S8.657%2C10%2C7%2C10z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-heart:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2213.744px%22%20viewBox%3D%220%200%2014%2013.744%22%20style%3D%22enable-background%3Anew%200%200%2014%2013.744%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M7%2C1.744c-2-3-7-2-7%2C2c0%2C3%2C4%2C7%2C4%2C7s2.417%2C2.479%2C3%2C3c0.583-0.521%2C3-3%2C3-3s4-4%2C4-7C14-0.256%2C9-1.256%2C7%2C1.744z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-home:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%227%2C0%200%2C7%202%2C7%202%2C14%205%2C14%205%2C9%209%2C9%209%2C14%2012%2C14%2012%2C7%2014%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-info:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M7%2C0C3.134%2C0%2C0%2C3.134%2C0%2C7s3.134%2C7%2C7%2C7s7-3.134%2C7-7S10.866%2C0%2C7%2C0z%20M7%2C2c0.552%2C0%2C1%2C0.447%2C1%2C1S7.552%2C4%2C7%2C4S6%2C3.553%2C6%2C3%20S6.448%2C2%2C7%2C2z%20M9%2C11H5v-1h1V6H5V5h3v5h1V11z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-bullets:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2014%2010%22%20style%3D%22enable-background%3Anew%200%200%2014%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M5%2C2h8c0.553%2C0%2C1-0.447%2C1-1s-0.447-1-1-1H5C4.447%2C0%2C4%2C0.447%2C4%2C1S4.447%2C2%2C5%2C2z%20M13%2C4H5C4.447%2C4%2C4%2C4.447%2C4%2C5s0.447%2C1%2C1%2C1h8%20c0.553%2C0%2C1-0.447%2C1-1S13.553%2C4%2C13%2C4z%20M13%2C8H5C4.447%2C8%2C4%2C8.447%2C4%2C9s0.447%2C1%2C1%2C1h8c0.553%2C0%2C1-0.447%2C1-1S13.553%2C8%2C13%2C8z%20M1%2C0%20C0.447%2C0%2C0%2C0.447%2C0%2C1s0.447%2C1%2C1%2C1s1-0.447%2C1-1S1.553%2C0%2C1%2C0z%20M1%2C4C0.447%2C4%2C0%2C4.447%2C0%2C5s0.447%2C1%2C1%2C1s1-0.447%2C1-1S1.553%2C4%2C1%2C4z%20M1%2C8%20C0.447%2C8%2C0%2C8.447%2C0%2C9s0.447%2C1%2C1%2C1s1-0.447%2C1-1S1.553%2C8%2C1%2C8z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-bars:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2014%2010%22%20style%3D%22enable-background%3Anew%200%200%2014%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M1%2C2h12c0.553%2C0%2C1-0.447%2C1-1s-0.447-1-1-1H1C0.447%2C0%2C0%2C0.447%2C0%2C1S0.447%2C2%2C1%2C2z%20M13%2C4H1C0.447%2C4%2C0%2C4.447%2C0%2C5s0.447%2C1%2C1%2C1h12%20c0.553%2C0%2C1-0.447%2C1-1S13.553%2C4%2C13%2C4z%20M13%2C8H1C0.447%2C8%2C0%2C8.447%2C0%2C9s0.447%2C1%2C1%2C1h12c0.553%2C0%2C1-0.447%2C1-1S13.553%2C8%2C13%2C8z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-navigation:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C0%200%2C6%208%2C6%208%2C14%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-lock:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2012%2014%22%20style%3D%22enable-background%3Anew%200%200%2012%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M11%2C6V5c0-2.762-2.239-5-5-5S1%2C2.238%2C1%2C5v1H0v8h12V6H11z%20M6.5%2C9.847V12h-1V9.847C5.207%2C9.673%2C5%2C9.366%2C5%2C9%20c0-0.553%2C0.448-1%2C1-1s1%2C0.447%2C1%2C1C7%2C9.366%2C6.793%2C9.673%2C6.5%2C9.847z%20M9%2C6H3V5c0-1.657%2C1.343-3%2C3-3s3%2C1.343%2C3%2C3V6z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-search:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2213.701px%22%20height%3D%2213.721px%22%20viewBox%3D%220%200%2013.701%2013.721%22%20style%3D%22enable-background%3Anew%200%200%2013.701%2013.721%3B%22%20%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M10.021%2C8.626C10.638%2C7.738%2C11%2C6.662%2C11%2C5.5C11%2C2.463%2C8.537%2C0%2C5.5%2C0S0%2C2.463%2C0%2C5.5S2.463%2C11%2C5.5%2C11%20c1.152%2C0%2C2.221-0.356%2C3.105-0.962l3.682%2C3.683l1.414-1.414L10.021%2C8.626z%20M5.5%2C9C3.567%2C9%2C2%2C7.433%2C2%2C5.5S3.567%2C2%2C5.5%2C2S9%2C3.567%2C9%2C5.5%20S7.433%2C9%2C5.5%2C9z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-location:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%228px%22%20height%3D%2214px%22%20viewBox%3D%220%200%208%2014%22%20style%3D%22enable-background%3Anew%200%200%208%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M4%2C0C1.791%2C0%2C0%2C1.791%2C0%2C4c0%2C2%2C4%2C10%2C4%2C10S8%2C6%2C8%2C4C8%2C1.791%2C6.209%2C0%2C4%2C0z%20M4%2C6C2.896%2C6%2C2%2C5.104%2C2%2C4s0.896-2%2C2-2s2%2C0.896%2C2%2C2%20S5.104%2C6%2C4%2C6z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-minus:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%224px%22%20viewBox%3D%220%200%2014%204%22%20style%3D%22enable-background%3Anew%200%200%2014%204%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Crect%20fill%3D%22%23FFF%22%20width%3D%2214%22%20height%3D%224%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-forbidden:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12.601%2C11.187C13.476%2C10.018%2C14%2C8.572%2C14%2C7c0-3.866-3.134-7-7-7C5.428%2C0%2C3.982%2C0.524%2C2.813%2C1.399L2.757%2C1.343L2.053%2C2.048%20L2.048%2C2.053L1.343%2C2.758l0.056%2C0.056C0.524%2C3.982%2C0%2C5.428%2C0%2C7c0%2C3.866%2C3.134%2C7%2C7%2C7c1.572%2C0%2C3.018-0.524%2C4.187-1.399l0.056%2C0.057%20l0.705-0.705l0.005-0.005l0.705-0.705L12.601%2C11.187z%20M7%2C2c2.761%2C0%2C5%2C2.238%2C5%2C5c0%2C1.019-0.308%2C1.964-0.832%2C2.754L4.246%2C2.832%20C5.036%2C2.308%2C5.981%2C2%2C7%2C2z%20M7%2C12c-2.761%2C0-5-2.238-5-5c0-1.019%2C0.308-1.964%2C0.832-2.754l6.922%2C6.922C8.964%2C11.692%2C8.019%2C12%2C7%2C12z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-edit:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M1%2C10l-1%2C4l4-1l7-7L8%2C3L1%2C10z%20M11%2C0L9%2C2l3%2C3l2-2L11%2C0z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-user:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M8.851%2C10.101c-0.18-0.399-0.2-0.763-0.153-1.104C9.383%2C8.49%2C9.738%2C7.621%2C9.891%2C6.465C10.493%2C6.355%2C10.5%2C5.967%2C10.5%2C5.5%20c0-0.437-0.008-0.804-0.502-0.94C9.999%2C4.539%2C10%2C4.521%2C10%2C4.5c0-2.103-1-4-2-4C8%2C0.5%2C7.5%2C0%2C6.5%2C0C5%2C0%2C4%2C1.877%2C4%2C4.5%20c0%2C0.021%2C0.001%2C0.039%2C0.002%2C0.06C3.508%2C4.696%2C3.5%2C5.063%2C3.5%2C5.5c0%2C0.467%2C0.007%2C0.855%2C0.609%2C0.965%20C4.262%2C7.621%2C4.617%2C8.49%2C5.303%2C8.997c0.047%2C0.341%2C0.026%2C0.704-0.153%2C1.104C1.503%2C10.503%2C0%2C12%2C0%2C12v2h14v-2%20C14%2C12%2C12.497%2C10.503%2C8.851%2C10.101z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-phone:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2213.979px%22%20height%3D%2214.016px%22%20viewBox%3D%220%200%2013.979%2014.016%22%20style%3D%22enable-background%3Anew%200%200%2013.979%2014.016%3B%22%20%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M6.939%2C9.189C6.165%2C8.557%2C5.271%2C7.705%2C4.497%2C6.744C3.953%2C6.071%2C3.473%2C5.363%2C3.969%2C4.866l-3.482-3.48%20C-0.021%2C2.02-1.146%2C5.04%2C3.675%2C9.984c5.08%2C5.211%2C8.356%2C4.096%2C8.92%2C3.51l-3.396-3.4C8.725%2C10.568%2C8.113%2C10.146%2C6.939%2C9.189z%20%20M13.82%2C11.519v-0.004c0%2C0-2.649-2.646-2.65-2.648c-0.21-0.21-0.546-0.205-0.754%2C0.002L9.455%2C9.831l3.404%2C3.408%20c0%2C0%2C0.962-0.96%2C0.961-0.961l0.002-0.001C14.043%2C12.056%2C14.021%2C11.721%2C13.82%2C11.519z%20M5.192%2C3.644V3.642%20c0.221-0.222%2C0.2-0.557%2C0-0.758V2.881c0%2C0-2.726-2.724-2.727-2.725C2.255-0.055%2C1.92-0.05%2C1.712%2C0.157L0.751%2C1.121l3.48%2C3.483%20C4.231%2C4.604%2C5.192%2C3.645%2C5.192%2C3.644z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-plus:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C5%209%2C5%209%2C0%205%2C0%205%2C5%200%2C5%200%2C9%205%2C9%205%2C14%209%2C14%209%2C9%2014%2C9%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-power:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%2213.896px%22%20viewBox%3D%220%200%2012%2013.896%22%20style%3D%22enable-background%3Anew%200%200%2012%2013.896%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M10.243%2C3.356c-0.392-0.401-1.024-0.401-1.415%2C0c-0.39%2C0.402-0.39%2C1.054%2C0%2C1.455C9.584%2C5.59%2C10%2C6.623%2C10%2C7.722%20c0%2C1.1-0.416%2C2.133-1.172%2C2.911c-1.511%2C1.556-4.145%2C1.556-5.656%2C0C2.416%2C9.854%2C2%2C8.821%2C2%2C7.722c0-1.099%2C0.416-2.132%2C1.172-2.91%20c0.39-0.401%2C0.39-1.053%2C0-1.455c-0.391-0.401-1.024-0.401-1.415%2C0C0.624%2C4.522%2C0%2C6.073%2C0%2C7.722c0%2C1.649%2C0.624%2C3.2%2C1.757%2C4.366%20C2.891%2C13.254%2C4.397%2C13.896%2C6%2C13.896s3.109-0.643%2C4.243-1.809C11.376%2C10.922%2C12%2C9.371%2C12%2C7.722C12%2C6.073%2C11.376%2C4.522%2C10.243%2C3.356z%20%20M6%2C8c0.553%2C0%2C1-0.447%2C1-1V1c0-0.553-0.447-1-1-1S5%2C0.447%2C5%2C1v6C5%2C7.553%2C5.447%2C8%2C6%2C8z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-recycle:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2014%2012%22%20style%3D%22enable-background%3Anew%200%200%2014%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M3%2C6h1L2%2C3L0%2C6h1c0%2C3.313%2C2.687%2C6%2C6%2C6c0.702%2C0%2C1.374-0.127%2C2-0.349V9.445C8.41%2C9.789%2C7.732%2C10%2C7%2C10C4.791%2C10%2C3%2C8.209%2C3%2C6z%20%20M13%2C6c0-3.313-2.687-6-6-6C6.298%2C0%2C5.626%2C0.127%2C5%2C0.349v2.206C5.59%2C2.211%2C6.268%2C2%2C7%2C2c2.209%2C0%2C4%2C1.791%2C4%2C4h-1l2%2C3l2-3H13z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-forward:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2012%2014%22%20style%3D%22enable-background%3Anew%200%200%2012%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12%2C4L8%2C0v3C5%2C3%2C0%2C4%2C0%2C8c0%2C5%2C7%2C6%2C7%2C6v-2c0%2C0-5-1-5-4s6-3%2C6-3v3L12%2C4z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-refresh:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214.001px%22%20height%3D%2214.002px%22%20viewBox%3D%220%200%2014.001%2014.002%22%20style%3D%22enable-background%3Anew%200%200%2014.001%2014.002%3B%22%20%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M14.001%2C6.001v-6l-2.06%2C2.06c-0.423-0.424-0.897-0.809-1.44-1.122C7.153-0.994%2C2.872%2C0.153%2C0.939%2C3.501%20c-1.933%2C3.348-0.786%2C7.629%2C2.562%2C9.562c3.348%2C1.933%2C7.629%2C0.785%2C9.562-2.562l-1.732-1c-1.381%2C2.392-4.438%2C3.211-6.83%2C1.83%20s-3.211-4.438-1.83-6.83s4.438-3.211%2C6.83-1.83c0.389%2C0.225%2C0.718%2C0.506%2C1.02%2C0.81l-2.52%2C2.52H14.001z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-shop:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2012%2014%22%20style%3D%22enable-background%3Anew%200%200%2012%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M9%2C4V3c0-1.657-1.343-3-3-3S3%2C1.343%2C3%2C3v1H0v10h12V4H9z%20M3.5%2C6C3.224%2C6%2C3%2C5.776%2C3%2C5.5S3.224%2C5%2C3.5%2C5S4%2C5.224%2C4%2C5.5%20S3.776%2C6%2C3.5%2C6z%20M4%2C3c0-1.104%2C0.896-2%2C2-2s2%2C0.896%2C2%2C2v1H4V3z%20M8.5%2C6C8.224%2C6%2C8%2C5.776%2C8%2C5.5S8.224%2C5%2C8.5%2C5S9%2C5.224%2C9%2C5.5%20S8.776%2C6%2C8.5%2C6z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-comment:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12%2C0H2C0.896%2C0%2C0%2C0.896%2C0%2C2v7c0%2C1.104%2C0.896%2C2%2C2%2C2h1v3l3-3h6c1.104%2C0%2C2-0.896%2C2-2V2C14%2C0.896%2C13.104%2C0%2C12%2C0z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-star:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2014%2013%22%20style%3D%22enable-background%3Anew%200%200%2014%2013%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C5%209%2C5%207%2C0%205%2C5%200%2C5%204%2C8%202.625%2C13%207%2C10%2011.375%2C13%2010%2C8%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-tag:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M5%2C0H0v5l9%2C9l5-5L5%2C0z%20M3%2C4C2.447%2C4%2C2%2C3.553%2C2%2C3s0.447-1%2C1-1s1%2C0.447%2C1%2C1S3.553%2C4%2C3%2C4z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-back:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2012%2014%22%20style%3D%22enable-background%3Anew%200%200%2012%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M4%2C3V0L0%2C4l4%2C4V5c0%2C0%2C6%2C0%2C6%2C3s-5%2C4-5%2C4v2c0%2C0%2C7-1%2C7-6C12%2C4%2C7%2C3%2C4%2C3z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-video:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2014%2010%22%20style%3D%22enable-background%3Anew%200%200%2014%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M8%2C0H2C0.896%2C0%2C0%2C0.896%2C0%2C2v6c0%2C1.104%2C0.896%2C2%2C2%2C2h6c1.104%2C0%2C2-0.896%2C2-2V5V2C10%2C0.896%2C9.104%2C0%2C8%2C0z%20M10%2C5l4%2C4V1L10%2C5z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-alert:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2014%2012%22%20style%3D%22enable-background%3Anew%200%200%2014%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M7%2C0L0%2C12h14L7%2C0z%20M7%2C11c-0.553%2C0-1-0.447-1-1s0.447-1%2C1-1s1%2C0.447%2C1%2C1S7.553%2C11%2C7%2C11z%20M7%2C8C6.447%2C8%2C6%2C7.553%2C6%2C7V5%20c0-0.553%2C0.447-1%2C1-1s1%2C0.447%2C1%2C1v2C8%2C7.553%2C7.553%2C8%2C7%2C8z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-icon-delete:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C3%2011%2C0%207%2C4%203%2C0%200%2C3%204%2C7%200%2C11%203%2C14%207%2C10%2011%2C14%2014%2C11%2010%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
/* Alt icons */
.ui-alt-icon.ui-icon-action:after,
.ui-alt-icon .ui-icon-action:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2014%2013%22%20style%3D%22enable-background%3Anew%200%200%2014%2013%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M9%2C5v3l5-4L9%2C0v3c0%2C0-5%2C0-5%2C7C6%2C5%2C9%2C5%2C9%2C5z%20M11%2C11H2V5h1l2-2H0v10h13V7l-2%2C2V11z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-arrow-d:after,
.ui-alt-icon .ui-icon-arrow-d:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%229%2C7%209%2C0%205%2C0%205%2C7%200%2C7%207%2C14%2014%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-arrow-d-l:after,
.ui-alt-icon .ui-icon-arrow-d-l:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2214%2C3%2011%2C0%203.5%2C7.5%200%2C4%200%2C14%2010%2C14%206.5%2C10.5%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-arrow-d-r:after,
.ui-alt-icon .ui-icon-arrow-d-r:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2210.5%2C7.5%203%2C0%200%2C3%207.5%2C10.5%204%2C14%2014%2C14%2014%2C4%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-arrow-l:after,
.ui-alt-icon .ui-icon-arrow-l:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%227%2C5%207%2C0%200%2C7%207%2C14%207%2C9%2014%2C9%2014%2C5%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-arrow-r:after,
.ui-alt-icon .ui-icon-arrow-r:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2214%2C7%207%2C0%207%2C5%200%2C5%200%2C9%207%2C9%207%2C14%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-arrow-u:after,
.ui-alt-icon .ui-icon-arrow-u:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%227%2C0%200%2C7%205%2C7%205%2C14%209%2C14%209%2C7%2014%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-arrow-u-l:after,
.ui-alt-icon .ui-icon-arrow-u-l:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2214%2C11%206.5%2C3.5%2010%2C0%200%2C0%200%2C10%203.5%2C6.5%2011%2C14%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-arrow-u-r:after,
.ui-alt-icon .ui-icon-arrow-u-r:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2214%2C0%204%2C0%207.5%2C3.5%200%2C11%203%2C14%2010.5%2C6.5%2014%2C10%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-audio:after,
.ui-alt-icon .ui-icon-audio:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214.018px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014.018%2014%22%20style%3D%22enable-background%3Anew%200%200%2014.018%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M1%2C4C0.447%2C4%2C0%2C4.447%2C0%2C5v4c0%2C0.553%2C0.447%2C1%2C1%2C1h1l4%2C4V0L2%2C4H1z%20M10.346%2C7c0-1.699-1.042-3.154-2.546-3.867L6.982%2C4.68%20C7.885%2C5.107%2C8.51%2C5.98%2C8.51%2C7S7.885%2C8.893%2C6.982%2C9.32L7.8%2C10.867C9.304%2C10.154%2C10.346%2C8.699%2C10.346%2C7z%20M9.447%2C0.017L8.618%2C1.586%20C10.723%2C2.584%2C12.182%2C4.621%2C12.182%2C7s-1.459%2C4.416-3.563%2C5.414l0.829%2C1.569c2.707-1.283%2C4.57-3.925%2C4.57-6.983%20S12.154%2C1.3%2C9.447%2C0.017z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-calendar:after,
.ui-alt-icon .ui-icon-calendar:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M0%2C8h2V6H0V8z%20M3%2C8h2V6H3V8z%20M6%2C8h2V6H6V8z%20M9%2C8h2V6H9V8z%20M12%2C8h2V6h-2V8z%20M0%2C11h2V9H0V11z%20M3%2C11h2V9H3V11z%20M6%2C11h2V9H6V11z%20%20M9%2C11h2V9H9V11z%20M12%2C11h2V9h-2V11z%20M0%2C14h2v-2H0V14z%20M3%2C14h2v-2H3V14z%20M6%2C14h2v-2H6V14z%20M9%2C14h2v-2H9V14z%20M12%2C1%20c0-0.553-0.447-1-1-1s-1%2C0.447-1%2C1H4c0-0.553-0.447-1-1-1S2%2C0.447%2C2%2C1H0v4h14V1H12z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-camera:after,
.ui-alt-icon .ui-icon-camera:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2211px%22%20viewBox%3D%220%200%2014%2011%22%20style%3D%22enable-background%3Anew%200%200%2014%2011%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M12%2C1H9.908C9.702%2C0.419%2C9.152%2C0%2C8.5%2C0h-3C4.848%2C0%2C4.298%2C0.419%2C4.092%2C1H2C0.896%2C1%2C0%2C1.896%2C0%2C3v6c0%2C1.104%2C0.896%2C2%2C2%2C2h10%20c1.104%2C0%2C2-0.896%2C2-2V3C14%2C1.896%2C13.104%2C1%2C12%2C1z%20M7%2C9C5.343%2C9%2C4%2C7.657%2C4%2C6s1.343-3%2C3-3s3%2C1.343%2C3%2C3S8.657%2C9%2C7%2C9z%20M7%2C4%20C5.896%2C4%2C5%2C4.896%2C5%2C6s0.896%2C2%2C2%2C2s2-0.896%2C2-2S8.104%2C4%2C7%2C4z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-carat-d:after,
.ui-alt-icon .ui-icon-carat-d:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%228px%22%20viewBox%3D%220%200%2012%208%22%20style%3D%22enable-background%3Anew%200%200%2012%208%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2210%2C0%206%2C4%202%2C0%200%2C2%206%2C8%2012%2C2%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-carat-l:after,
.ui-alt-icon .ui-icon-carat-l:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%228px%22%20height%3D%2212px%22%20viewBox%3D%220%200%208%2012%22%20style%3D%22enable-background%3Anew%200%200%208%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%228%2C2%206%2C0%200%2C6%206%2C12%208%2C10%204%2C6%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-carat-r:after,
.ui-alt-icon .ui-icon-carat-r:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%228px%22%20height%3D%2212px%22%20viewBox%3D%220%200%208%2012%22%20style%3D%22enable-background%3Anew%200%200%208%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%222%2C0%200%2C2%204%2C6%200%2C10%202%2C12%208%2C6%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-carat-u:after,
.ui-alt-icon .ui-icon-carat-u:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%228px%22%20viewBox%3D%220%200%2012%208%22%20style%3D%22enable-background%3Anew%200%200%2012%208%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%226%2C0%200%2C6%202%2C8%206%2C4%2010%2C8%2012%2C6%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-check:after,
.ui-alt-icon .ui-icon-check:after,
html .ui-alt-icon.ui-btn.ui-checkbox-on:after,
html .ui-alt-icon .ui-btn.ui-checkbox-on:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2014%2012%22%20style%3D%22enable-background%3Anew%200%200%2014%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2214%2C3%2011%2C0%205.003%2C5.997%203%2C4%200%2C7%204.966%2C12%204.983%2C11.983%205%2C12%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-clock:after,
.ui-alt-icon .ui-icon-clock:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M7%2C0C3.134%2C0%2C0%2C3.134%2C0%2C7s3.134%2C7%2C7%2C7s7-3.134%2C7-7S10.866%2C0%2C7%2C0z%20M7%2C12c-2.762%2C0-5-2.238-5-5s2.238-5%2C5-5s5%2C2.238%2C5%2C5%20S9.762%2C12%2C7%2C12z%20M9%2C6H8V4c0-0.553-0.447-1-1-1S6%2C3.447%2C6%2C4v3c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1S9.553%2C6%2C9%2C6z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-cloud:after,
.ui-alt-icon .ui-icon-cloud:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%229px%22%20viewBox%3D%220%200%2014%209%22%20style%3D%22enable-background%3Anew%200%200%2014%209%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M14%2C7c0-0.793-0.465-1.472-1.134-1.795C12.949%2C4.984%2C13%2C4.749%2C13%2C4.5c0-1.104-0.896-2-2-2c-0.158%2C0-0.31%2C0.023-0.457%2C0.058%20C9.816%2C1.049%2C8.286%2C0%2C6.5%2C0C4.17%2C0%2C2.276%2C1.777%2C2.046%2C4.046C0.883%2C4.26%2C0%2C5.274%2C0%2C6.5C0%2C7.881%2C1.119%2C9%2C2.5%2C9h10V8.93%20C13.361%2C8.706%2C14%2C7.931%2C14%2C7z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-grid:after,
.ui-alt-icon .ui-icon-grid:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M3%2C0H1C0.447%2C0%2C0%2C0.447%2C0%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V1C4%2C0.447%2C3.553%2C0%2C3%2C0z%20M8%2C0H6%20C5.447%2C0%2C5%2C0.447%2C5%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V1C9%2C0.447%2C8.553%2C0%2C8%2C0z%20M13%2C0h-2c-0.553%2C0-1%2C0.447-1%2C1v2%20c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V1C14%2C0.447%2C13.553%2C0%2C13%2C0z%20M3%2C5H1C0.447%2C5%2C0%2C5.447%2C0%2C6v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2%20c0.553%2C0%2C1-0.447%2C1-1V6C4%2C5.447%2C3.553%2C5%2C3%2C5z%20M8%2C5H6C5.447%2C5%2C5%2C5.447%2C5%2C6v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V6%20C9%2C5.447%2C8.553%2C5%2C8%2C5z%20M13%2C5h-2c-0.553%2C0-1%2C0.447-1%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V6C14%2C5.447%2C13.553%2C5%2C13%2C5z%20M3%2C10%20H1c-0.553%2C0-1%2C0.447-1%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1v-2C4%2C10.447%2C3.553%2C10%2C3%2C10z%20M8%2C10H6c-0.553%2C0-1%2C0.447-1%2C1v2%20c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1v-2C9%2C10.447%2C8.553%2C10%2C8%2C10z%20M13%2C10h-2c-0.553%2C0-1%2C0.447-1%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2%20c0.553%2C0%2C1-0.447%2C1-1v-2C14%2C10.447%2C13.553%2C10%2C13%2C10z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-mail:after,
.ui-alt-icon .ui-icon-mail:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2014%2010%22%20style%3D%22enable-background%3Anew%200%200%2014%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M0%2C1.75V10h14V1.75L7%2C7L0%2C1.75z%20M14%2C0H0l7%2C5L14%2C0z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-eye:after,
.ui-alt-icon .ui-icon-eye:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2014%2010%22%20style%3D%22enable-background%3Anew%200%200%2014%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M7%2C0C3%2C0%2C0%2C5%2C0%2C5s3%2C5%2C7%2C5s7-5%2C7-5S11%2C0%2C7%2C0z%20M7%2C8C5.343%2C8%2C4%2C6.657%2C4%2C5s1.343-3%2C3-3s3%2C1.343%2C3%2C3S8.657%2C8%2C7%2C8z%20M7%2C4%20C6.448%2C4%2C6%2C4.447%2C6%2C5s0.448%2C1%2C1%2C1s1-0.447%2C1-1S7.552%2C4%2C7%2C4z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-gear:after,
.ui-alt-icon .ui-icon-gear:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M13.621%2C5.904l-1.036-0.259c-0.168-0.042-0.303-0.168-0.355-0.332c-0.092-0.284-0.205-0.559-0.339-0.82%20c-0.079-0.153-0.073-0.337%2C0.017-0.486l0.549-0.915c0.118-0.196%2C0.088-0.448-0.075-0.61l-0.862-0.863%20c-0.162-0.163-0.414-0.193-0.611-0.075l-0.916%2C0.55C9.844%2C2.182%2C9.659%2C2.188%2C9.506%2C2.109C9.244%2C1.975%2C8.97%2C1.861%2C8.686%2C1.77%20c-0.165-0.052-0.29-0.187-0.332-0.354L8.095%2C0.379C8.039%2C0.156%2C7.839%2C0%2C7.609%2C0H6.391c-0.229%2C0-0.43%2C0.156-0.485%2C0.379L5.646%2C1.415%20C5.604%2C1.582%2C5.479%2C1.718%2C5.313%2C1.77c-0.284%2C0.092-0.559%2C0.206-0.82%2C0.34C4.339%2C2.188%2C4.155%2C2.182%2C4.007%2C2.093L3.092%2C1.544%20c-0.196-0.118-0.448-0.087-0.61%2C0.075L1.619%2C2.481C1.457%2C2.644%2C1.426%2C2.896%2C1.544%2C3.093l0.549%2C0.914%20c0.089%2C0.148%2C0.095%2C0.332%2C0.017%2C0.486C1.975%2C4.755%2C1.861%2C5.029%2C1.77%2C5.314c-0.053%2C0.164-0.188%2C0.29-0.354%2C0.332L0.379%2C5.905%20C0.156%2C5.961%2C0%2C6.161%2C0%2C6.391v1.219c0%2C0.229%2C0.156%2C0.43%2C0.379%2C0.485l1.036%2C0.26C1.582%2C8.396%2C1.717%2C8.521%2C1.77%2C8.687%20c0.092%2C0.284%2C0.205%2C0.559%2C0.34%2C0.82C2.188%2C9.66%2C2.182%2C9.844%2C2.093%2C9.993l-0.549%2C0.915c-0.118%2C0.195-0.087%2C0.448%2C0.075%2C0.61%20l0.862%2C0.862c0.162%2C0.163%2C0.414%2C0.193%2C0.61%2C0.075l0.915-0.549c0.148-0.089%2C0.332-0.095%2C0.486-0.017%20c0.262%2C0.135%2C0.536%2C0.248%2C0.82%2C0.34c0.165%2C0.053%2C0.291%2C0.187%2C0.332%2C0.354l0.259%2C1.036C5.96%2C13.844%2C6.16%2C14%2C6.39%2C14h1.22%20c0.229%2C0%2C0.43-0.156%2C0.485-0.379l0.259-1.036c0.042-0.167%2C0.168-0.302%2C0.333-0.354c0.284-0.092%2C0.559-0.205%2C0.82-0.34%20c0.154-0.078%2C0.338-0.072%2C0.486%2C0.017l0.914%2C0.549c0.197%2C0.118%2C0.449%2C0.088%2C0.611-0.074l0.862-0.863%20c0.163-0.162%2C0.193-0.415%2C0.075-0.611l-0.549-0.915c-0.089-0.148-0.096-0.332-0.017-0.485c0.134-0.263%2C0.248-0.536%2C0.339-0.82%20c0.053-0.165%2C0.188-0.291%2C0.355-0.333l1.036-0.259C13.844%2C8.039%2C14%2C7.839%2C14%2C7.609V6.39C14%2C6.16%2C13.844%2C5.96%2C13.621%2C5.904z%20M7%2C10%20c-1.657%2C0-3-1.343-3-3s1.343-3%2C3-3s3%2C1.343%2C3%2C3S8.657%2C10%2C7%2C10z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-heart:after,
.ui-alt-icon .ui-icon-heart:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2213.744px%22%20viewBox%3D%220%200%2014%2013.744%22%20style%3D%22enable-background%3Anew%200%200%2014%2013.744%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M7%2C1.744c-2-3-7-2-7%2C2c0%2C3%2C4%2C7%2C4%2C7s2.417%2C2.479%2C3%2C3c0.583-0.521%2C3-3%2C3-3s4-4%2C4-7C14-0.256%2C9-1.256%2C7%2C1.744z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-home:after,
.ui-alt-icon .ui-icon-home:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%227%2C0%200%2C7%202%2C7%202%2C14%205%2C14%205%2C9%209%2C9%209%2C14%2012%2C14%2012%2C7%2014%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-info:after,
.ui-alt-icon .ui-icon-info:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M7%2C0C3.134%2C0%2C0%2C3.134%2C0%2C7s3.134%2C7%2C7%2C7s7-3.134%2C7-7S10.866%2C0%2C7%2C0z%20M7%2C2c0.552%2C0%2C1%2C0.447%2C1%2C1S7.552%2C4%2C7%2C4S6%2C3.553%2C6%2C3%20S6.448%2C2%2C7%2C2z%20M9%2C11H5v-1h1V6H5V5h3v5h1V11z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-bars:after,
.ui-alt-icon .ui-icon-bars:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2014%2010%22%20style%3D%22enable-background%3Anew%200%200%2014%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M1%2C2h12c0.553%2C0%2C1-0.447%2C1-1s-0.447-1-1-1H1C0.447%2C0%2C0%2C0.447%2C0%2C1S0.447%2C2%2C1%2C2z%20M13%2C4H1C0.447%2C4%2C0%2C4.447%2C0%2C5s0.447%2C1%2C1%2C1h12%20c0.553%2C0%2C1-0.447%2C1-1S13.553%2C4%2C13%2C4z%20M13%2C8H1C0.447%2C8%2C0%2C8.447%2C0%2C9s0.447%2C1%2C1%2C1h12c0.553%2C0%2C1-0.447%2C1-1S13.553%2C8%2C13%2C8z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-bullets:after,
.ui-alt-icon .ui-icon-bullets:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2014%2010%22%20style%3D%22enable-background%3Anew%200%200%2014%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M5%2C2h8c0.553%2C0%2C1-0.447%2C1-1s-0.447-1-1-1H5C4.447%2C0%2C4%2C0.447%2C4%2C1S4.447%2C2%2C5%2C2z%20M13%2C4H5C4.447%2C4%2C4%2C4.447%2C4%2C5s0.447%2C1%2C1%2C1h8%20c0.553%2C0%2C1-0.447%2C1-1S13.553%2C4%2C13%2C4z%20M13%2C8H5C4.447%2C8%2C4%2C8.447%2C4%2C9s0.447%2C1%2C1%2C1h8c0.553%2C0%2C1-0.447%2C1-1S13.553%2C8%2C13%2C8z%20M1%2C0%20C0.447%2C0%2C0%2C0.447%2C0%2C1s0.447%2C1%2C1%2C1s1-0.447%2C1-1S1.553%2C0%2C1%2C0z%20M1%2C4C0.447%2C4%2C0%2C4.447%2C0%2C5s0.447%2C1%2C1%2C1s1-0.447%2C1-1S1.553%2C4%2C1%2C4z%20M1%2C8%20C0.447%2C8%2C0%2C8.447%2C0%2C9s0.447%2C1%2C1%2C1s1-0.447%2C1-1S1.553%2C8%2C1%2C8z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-navigation:after,
.ui-alt-icon .ui-icon-navigation:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2214%2C0%200%2C6%208%2C6%208%2C14%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-lock:after,
.ui-alt-icon .ui-icon-lock:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2012%2014%22%20style%3D%22enable-background%3Anew%200%200%2012%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M11%2C6V5c0-2.762-2.239-5-5-5S1%2C2.238%2C1%2C5v1H0v8h12V6H11z%20M6.5%2C9.847V12h-1V9.847C5.207%2C9.673%2C5%2C9.366%2C5%2C9%20c0-0.553%2C0.448-1%2C1-1s1%2C0.447%2C1%2C1C7%2C9.366%2C6.793%2C9.673%2C6.5%2C9.847z%20M9%2C6H3V5c0-1.657%2C1.343-3%2C3-3s3%2C1.343%2C3%2C3V6z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-search:after,
.ui-alt-icon .ui-icon-search:after,
.ui-input-search:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2213.701px%22%20height%3D%2213.721px%22%20viewBox%3D%220%200%2013.701%2013.721%22%20style%3D%22enable-background%3Anew%200%200%2013.701%2013.721%3B%22%20%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M10.021%2C8.626C10.638%2C7.738%2C11%2C6.662%2C11%2C5.5C11%2C2.463%2C8.537%2C0%2C5.5%2C0S0%2C2.463%2C0%2C5.5S2.463%2C11%2C5.5%2C11%20c1.152%2C0%2C2.221-0.356%2C3.105-0.962l3.682%2C3.683l1.414-1.414L10.021%2C8.626z%20M5.5%2C9C3.567%2C9%2C2%2C7.433%2C2%2C5.5S3.567%2C2%2C5.5%2C2S9%2C3.567%2C9%2C5.5%20S7.433%2C9%2C5.5%2C9z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-location:after,
.ui-alt-icon .ui-icon-location:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%228px%22%20height%3D%2214px%22%20viewBox%3D%220%200%208%2014%22%20style%3D%22enable-background%3Anew%200%200%208%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M4%2C0C1.791%2C0%2C0%2C1.791%2C0%2C4c0%2C2%2C4%2C10%2C4%2C10S8%2C6%2C8%2C4C8%2C1.791%2C6.209%2C0%2C4%2C0z%20M4%2C6C2.896%2C6%2C2%2C5.104%2C2%2C4s0.896-2%2C2-2s2%2C0.896%2C2%2C2%20S5.104%2C6%2C4%2C6z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-minus:after,
.ui-alt-icon .ui-icon-minus:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%224px%22%20viewBox%3D%220%200%2014%204%22%20style%3D%22enable-background%3Anew%200%200%2014%204%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Crect%20width%3D%2214%22%20height%3D%224%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-forbidden:after,
.ui-alt-icon .ui-icon-forbidden:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M12.601%2C11.187C13.476%2C10.018%2C14%2C8.572%2C14%2C7c0-3.866-3.134-7-7-7C5.428%2C0%2C3.982%2C0.524%2C2.813%2C1.399L2.757%2C1.343L2.053%2C2.048%20L2.048%2C2.053L1.343%2C2.758l0.056%2C0.056C0.524%2C3.982%2C0%2C5.428%2C0%2C7c0%2C3.866%2C3.134%2C7%2C7%2C7c1.572%2C0%2C3.018-0.524%2C4.187-1.399l0.056%2C0.057%20l0.705-0.705l0.005-0.005l0.705-0.705L12.601%2C11.187z%20M7%2C2c2.761%2C0%2C5%2C2.238%2C5%2C5c0%2C1.019-0.308%2C1.964-0.832%2C2.754L4.246%2C2.832%20C5.036%2C2.308%2C5.981%2C2%2C7%2C2z%20M7%2C12c-2.761%2C0-5-2.238-5-5c0-1.019%2C0.308-1.964%2C0.832-2.754l6.922%2C6.922C8.964%2C11.692%2C8.019%2C12%2C7%2C12z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-edit:after,
.ui-alt-icon .ui-icon-edit:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M1%2C10l-1%2C4l4-1l7-7L8%2C3L1%2C10z%20M11%2C0L9%2C2l3%2C3l2-2L11%2C0z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-user:after,
.ui-alt-icon .ui-icon-user:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M8.851%2C10.101c-0.18-0.399-0.2-0.763-0.153-1.104C9.383%2C8.49%2C9.738%2C7.621%2C9.891%2C6.465C10.493%2C6.355%2C10.5%2C5.967%2C10.5%2C5.5%20c0-0.437-0.008-0.804-0.502-0.94C9.999%2C4.539%2C10%2C4.521%2C10%2C4.5c0-2.103-1-4-2-4C8%2C0.5%2C7.5%2C0%2C6.5%2C0C5%2C0%2C4%2C1.877%2C4%2C4.5%20c0%2C0.021%2C0.001%2C0.039%2C0.002%2C0.06C3.508%2C4.696%2C3.5%2C5.063%2C3.5%2C5.5c0%2C0.467%2C0.007%2C0.855%2C0.609%2C0.965%20C4.262%2C7.621%2C4.617%2C8.49%2C5.303%2C8.997c0.047%2C0.341%2C0.026%2C0.704-0.153%2C1.104C1.503%2C10.503%2C0%2C12%2C0%2C12v2h14v-2%20C14%2C12%2C12.497%2C10.503%2C8.851%2C10.101z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-phone:after,
.ui-alt-icon .ui-icon-phone:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2213.979px%22%20height%3D%2214.016px%22%20viewBox%3D%220%200%2013.979%2014.016%22%20style%3D%22enable-background%3Anew%200%200%2013.979%2014.016%3B%22%20%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M6.939%2C9.189C6.165%2C8.557%2C5.271%2C7.705%2C4.497%2C6.744C3.953%2C6.071%2C3.473%2C5.363%2C3.969%2C4.866l-3.482-3.48%20C-0.021%2C2.02-1.146%2C5.04%2C3.675%2C9.984c5.08%2C5.211%2C8.356%2C4.096%2C8.92%2C3.51l-3.396-3.4C8.725%2C10.568%2C8.113%2C10.146%2C6.939%2C9.189z%20%20M13.82%2C11.519v-0.004c0%2C0-2.649-2.646-2.65-2.648c-0.21-0.21-0.546-0.205-0.754%2C0.002L9.455%2C9.831l3.404%2C3.408%20c0%2C0%2C0.962-0.96%2C0.961-0.961l0.002-0.001C14.043%2C12.056%2C14.021%2C11.721%2C13.82%2C11.519z%20M5.192%2C3.644V3.642%20c0.221-0.222%2C0.2-0.557%2C0-0.758V2.881c0%2C0-2.726-2.724-2.727-2.725C2.255-0.055%2C1.92-0.05%2C1.712%2C0.157L0.751%2C1.121l3.48%2C3.483%20C4.231%2C4.604%2C5.192%2C3.645%2C5.192%2C3.644z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-plus:after,
.ui-alt-icon .ui-icon-plus:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2214%2C5%209%2C5%209%2C0%205%2C0%205%2C5%200%2C5%200%2C9%205%2C9%205%2C14%209%2C14%209%2C9%2014%2C9%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-power:after,
.ui-alt-icon .ui-icon-power:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%2213.896px%22%20viewBox%3D%220%200%2012%2013.896%22%20style%3D%22enable-background%3Anew%200%200%2012%2013.896%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M10.243%2C3.356c-0.392-0.401-1.024-0.401-1.415%2C0c-0.39%2C0.402-0.39%2C1.054%2C0%2C1.455C9.584%2C5.59%2C10%2C6.623%2C10%2C7.722%20c0%2C1.1-0.416%2C2.133-1.172%2C2.911c-1.511%2C1.556-4.145%2C1.556-5.656%2C0C2.416%2C9.854%2C2%2C8.821%2C2%2C7.722c0-1.099%2C0.416-2.132%2C1.172-2.91%20c0.39-0.401%2C0.39-1.053%2C0-1.455c-0.391-0.401-1.024-0.401-1.415%2C0C0.624%2C4.522%2C0%2C6.073%2C0%2C7.722c0%2C1.649%2C0.624%2C3.2%2C1.757%2C4.366%20C2.891%2C13.254%2C4.397%2C13.896%2C6%2C13.896s3.109-0.643%2C4.243-1.809C11.376%2C10.922%2C12%2C9.371%2C12%2C7.722C12%2C6.073%2C11.376%2C4.522%2C10.243%2C3.356z%20%20M6%2C8c0.553%2C0%2C1-0.447%2C1-1V1c0-0.553-0.447-1-1-1S5%2C0.447%2C5%2C1v6C5%2C7.553%2C5.447%2C8%2C6%2C8z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-recycle:after,
.ui-alt-icon .ui-icon-recycle:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2014%2012%22%20style%3D%22enable-background%3Anew%200%200%2014%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M3%2C6h1L2%2C3L0%2C6h1c0%2C3.313%2C2.687%2C6%2C6%2C6c0.702%2C0%2C1.374-0.127%2C2-0.349V9.445C8.41%2C9.789%2C7.732%2C10%2C7%2C10C4.791%2C10%2C3%2C8.209%2C3%2C6z%20%20M13%2C6c0-3.313-2.687-6-6-6C6.298%2C0%2C5.626%2C0.127%2C5%2C0.349v2.206C5.59%2C2.211%2C6.268%2C2%2C7%2C2c2.209%2C0%2C4%2C1.791%2C4%2C4h-1l2%2C3l2-3H13z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-forward:after,
.ui-alt-icon .ui-icon-forward:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2012%2014%22%20style%3D%22enable-background%3Anew%200%200%2012%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M12%2C4L8%2C0v3C5%2C3%2C0%2C4%2C0%2C8c0%2C5%2C7%2C6%2C7%2C6v-2c0%2C0-5-1-5-4s6-3%2C6-3v3L12%2C4z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-refresh:after,
.ui-alt-icon .ui-icon-refresh:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214.001px%22%20height%3D%2214.002px%22%20viewBox%3D%220%200%2014.001%2014.002%22%20style%3D%22enable-background%3Anew%200%200%2014.001%2014.002%3B%22%20%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M14.001%2C6.001v-6l-2.06%2C2.06c-0.423-0.424-0.897-0.809-1.44-1.122C7.153-0.994%2C2.872%2C0.153%2C0.939%2C3.501%20c-1.933%2C3.348-0.786%2C7.629%2C2.562%2C9.562c3.348%2C1.933%2C7.629%2C0.785%2C9.562-2.562l-1.732-1c-1.381%2C2.392-4.438%2C3.211-6.83%2C1.83%20s-3.211-4.438-1.83-6.83s4.438-3.211%2C6.83-1.83c0.389%2C0.225%2C0.718%2C0.506%2C1.02%2C0.81l-2.52%2C2.52H14.001z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-shop:after,
.ui-alt-icon .ui-icon-shop:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2012%2014%22%20style%3D%22enable-background%3Anew%200%200%2012%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M9%2C4V3c0-1.657-1.343-3-3-3S3%2C1.343%2C3%2C3v1H0v10h12V4H9z%20M3.5%2C6C3.224%2C6%2C3%2C5.776%2C3%2C5.5S3.224%2C5%2C3.5%2C5S4%2C5.224%2C4%2C5.5%20S3.776%2C6%2C3.5%2C6z%20M4%2C3c0-1.104%2C0.896-2%2C2-2s2%2C0.896%2C2%2C2v1H4V3z%20M8.5%2C6C8.224%2C6%2C8%2C5.776%2C8%2C5.5S8.224%2C5%2C8.5%2C5S9%2C5.224%2C9%2C5.5%20S8.776%2C6%2C8.5%2C6z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-comment:after,
.ui-alt-icon .ui-icon-comment:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M12%2C0H2C0.896%2C0%2C0%2C0.896%2C0%2C2v7c0%2C1.104%2C0.896%2C2%2C2%2C2h1v3l3-3h6c1.104%2C0%2C2-0.896%2C2-2V2C14%2C0.896%2C13.104%2C0%2C12%2C0z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-star:after,
.ui-alt-icon .ui-icon-star:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2014%2013%22%20style%3D%22enable-background%3Anew%200%200%2014%2013%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2214%2C5%209%2C5%207%2C0%205%2C5%200%2C5%204%2C8%202.625%2C13%207%2C10%2011.375%2C13%2010%2C8%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-tag:after,
.ui-alt-icon .ui-icon-tag:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M5%2C0H0v5l9%2C9l5-5L5%2C0z%20M3%2C4C2.447%2C4%2C2%2C3.553%2C2%2C3s0.447-1%2C1-1s1%2C0.447%2C1%2C1S3.553%2C4%2C3%2C4z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-back:after,
.ui-alt-icon .ui-icon-back:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2012%2014%22%20style%3D%22enable-background%3Anew%200%200%2012%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M4%2C3V0L0%2C4l4%2C4V5c0%2C0%2C6%2C0%2C6%2C3s-5%2C4-5%2C4v2c0%2C0%2C7-1%2C7-6C12%2C4%2C7%2C3%2C4%2C3z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-video:after,
.ui-alt-icon .ui-icon-video:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2014%2010%22%20style%3D%22enable-background%3Anew%200%200%2014%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M8%2C0H2C0.896%2C0%2C0%2C0.896%2C0%2C2v6c0%2C1.104%2C0.896%2C2%2C2%2C2h6c1.104%2C0%2C2-0.896%2C2-2V5V2C10%2C0.896%2C9.104%2C0%2C8%2C0z%20M10%2C5l4%2C4V1L10%2C5z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-alert:after,
.ui-alt-icon .ui-icon-alert:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2014%2012%22%20style%3D%22enable-background%3Anew%200%200%2014%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M7%2C0L0%2C12h14L7%2C0z%20M7%2C11c-0.553%2C0-1-0.447-1-1s0.447-1%2C1-1s1%2C0.447%2C1%2C1S7.553%2C11%2C7%2C11z%20M7%2C8C6.447%2C8%2C6%2C7.553%2C6%2C7V5%20c0-0.553%2C0.447-1%2C1-1s1%2C0.447%2C1%2C1v2C8%2C7.553%2C7.553%2C8%2C7%2C8z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-alt-icon.ui-icon-delete:after,
.ui-alt-icon .ui-icon-delete:after {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2214%2C3%2011%2C0%207%2C4%203%2C0%200%2C3%204%2C7%200%2C11%203%2C14%207%2C10%2011%2C14%2014%2C11%2010%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
/* PNG icons */
.ui-nosvg .ui-icon-action:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/action-white.png);
}
.ui-nosvg .ui-icon-arrow-d-l:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/arrow-d-l-white.png);
}
.ui-nosvg .ui-icon-arrow-d-r:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/arrow-d-r-white.png);
}
.ui-nosvg .ui-icon-arrow-d:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/arrow-d-white.png);
}
.ui-nosvg .ui-icon-arrow-l:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/arrow-l-white.png);
}
.ui-nosvg .ui-icon-arrow-r:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/arrow-r-white.png);
}
.ui-nosvg .ui-icon-arrow-u-l:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/arrow-u-l-white.png);
}
.ui-nosvg .ui-icon-arrow-u-r:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/arrow-u-r-white.png);
}
.ui-nosvg .ui-icon-arrow-u:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/arrow-u-white.png);
}
.ui-nosvg .ui-icon-audio:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/audio-white.png);
}
.ui-nosvg .ui-icon-calendar:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/calendar-white.png);
}
.ui-nosvg .ui-icon-camera:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/camera-white.png);
}
.ui-nosvg .ui-icon-carat-d:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/carat-d-white.png);
}
.ui-nosvg .ui-icon-carat-l:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/carat-l-white.png);
}
.ui-nosvg .ui-icon-carat-r:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/carat-r-white.png);
}
.ui-nosvg .ui-icon-carat-u:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/carat-u-white.png);
}
.ui-nosvg .ui-icon-check:after,
html.ui-nosvg .ui-btn.ui-checkbox-on:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/check-white.png);
}
.ui-nosvg .ui-icon-clock:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/clock-white.png);
}
.ui-nosvg .ui-icon-cloud:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/cloud-white.png);
}
.ui-nosvg .ui-icon-grid:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/grid-white.png);
}
.ui-nosvg .ui-icon-mail:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/mail-white.png);
}
.ui-nosvg .ui-icon-eye:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/eye-white.png);
}
.ui-nosvg .ui-icon-gear:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/gear-white.png);
}
.ui-nosvg .ui-icon-heart:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/heart-white.png);
}
.ui-nosvg .ui-icon-home:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/home-white.png);
}
.ui-nosvg .ui-icon-info:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/info-white.png);
}
.ui-nosvg .ui-icon-bullets:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/bullets-white.png);
}
.ui-nosvg .ui-icon-bars:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/bars-white.png);
}
.ui-nosvg .ui-icon-navigation:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/navigation-white.png);
}
.ui-nosvg .ui-icon-lock:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/lock-white.png);
}
.ui-nosvg .ui-icon-search:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/search-white.png);
}
.ui-nosvg .ui-icon-location:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/location-white.png);
}
.ui-nosvg .ui-icon-minus:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/minus-white.png);
}
.ui-nosvg .ui-icon-forbidden:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/forbidden-white.png);
}
.ui-nosvg .ui-icon-edit:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/edit-white.png);
}
.ui-nosvg .ui-icon-user:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/user-white.png);
}
.ui-nosvg .ui-icon-phone:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/phone-white.png);
}
.ui-nosvg .ui-icon-plus:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/plus-white.png);
}
.ui-nosvg .ui-icon-power:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/power-white.png);
}
.ui-nosvg .ui-icon-recycle:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/recycle-white.png);
}
.ui-nosvg .ui-icon-forward:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/forward-white.png);
}
.ui-nosvg .ui-icon-refresh:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/refresh-white.png);
}
.ui-nosvg .ui-icon-shop:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/shop-white.png);
}
.ui-nosvg .ui-icon-comment:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/comment-white.png);
}
.ui-nosvg .ui-icon-star:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/star-white.png);
}
.ui-nosvg .ui-icon-tag:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/tag-white.png);
}
.ui-nosvg .ui-icon-back:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/back-white.png);
}
.ui-nosvg .ui-icon-video:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/video-white.png);
}
.ui-nosvg .ui-icon-alert:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/alert-white.png);
}
.ui-nosvg .ui-icon-delete:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/delete-white.png);
}
/* Alt icons */
.ui-nosvg .ui-alt-icon.ui-icon-action:after,
.ui-nosvg .ui-alt-icon .ui-icon-action:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/action-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-arrow-d:after,
.ui-nosvg .ui-alt-icon .ui-icon-arrow-d:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/arrow-d-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-arrow-d-l:after,
.ui-nosvg .ui-alt-icon .ui-icon-arrow-d-l:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/arrow-d-l-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-arrow-d-r:after,
.ui-nosvg .ui-alt-icon .ui-icon-arrow-d-r:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/arrow-d-r-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-arrow-l:after,
.ui-nosvg .ui-alt-icon .ui-icon-arrow-l:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/arrow-l-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-arrow-r:after,
.ui-nosvg .ui-alt-icon .ui-icon-arrow-r:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/arrow-r-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-arrow-u:after,
.ui-nosvg .ui-alt-icon .ui-icon-arrow-u:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/arrow-u-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-arrow-u-l:after,
.ui-nosvg .ui-alt-icon .ui-icon-arrow-u-l:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/arrow-u-l-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-arrow-u-r:after,
.ui-nosvg .ui-alt-icon .ui-icon-arrow-u-r:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/arrow-u-r-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-audio:after,
.ui-nosvg .ui-alt-icon .ui-icon-audio:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/audio-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-calendar:after,
.ui-nosvg .ui-alt-icon .ui-icon-calendar:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/calendar-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-camera:after,
.ui-nosvg .ui-alt-icon .ui-icon-camera:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/camera-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-carat-d:after,
.ui-nosvg .ui-alt-icon .ui-icon-carat-d:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/carat-d-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-carat-l:after,
.ui-nosvg .ui-alt-icon .ui-icon-carat-l:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/carat-l-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-carat-r:after,
.ui-nosvg .ui-alt-icon .ui-icon-carat-r:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/carat-r-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-carat-u:after,
.ui-nosvg .ui-alt-icon .ui-icon-carat-u:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/carat-u-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-check:after,
.ui-nosvg .ui-alt-icon .ui-icon-check:after,
.ui-nosvg .ui-alt-icon.ui-btn.ui-checkbox-on:after,
.ui-nosvg .ui-alt-icon .ui-btn.ui-checkbox-on:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/check-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-clock:after,
.ui-nosvg .ui-alt-icon .ui-icon-clock:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/clock-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-cloud:after,
.ui-nosvg .ui-alt-icon .ui-icon-cloud:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/cloud-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-grid:after,
.ui-nosvg .ui-alt-icon .ui-icon-grid:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/grid-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-mail:after,
.ui-nosvg .ui-alt-icon .ui-icon-mail:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/mail-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-eye:after,
.ui-nosvg .ui-alt-icon .ui-icon-eye:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/eye-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-gear:after,
.ui-nosvg .ui-alt-icon .ui-icon-gear:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/gear-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-heart:after,
.ui-nosvg .ui-alt-icon .ui-icon-heart:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/heart-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-home:after,
.ui-nosvg .ui-alt-icon .ui-icon-home:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/home-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-info:after,
.ui-nosvg .ui-alt-icon .ui-icon-info:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/info-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-bars:after,
.ui-nosvg .ui-alt-icon .ui-icon-bars:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/bars-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-bullets:after,
.ui-nosvg .ui-alt-icon .ui-icon-bullets:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/bullets-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-navigation:after,
.ui-nosvg .ui-alt-icon .ui-icon-navigation:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/navigation-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-lock:after,
.ui-nosvg .ui-alt-icon .ui-icon-lock:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/lock-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-search:after,
.ui-nosvg .ui-alt-icon .ui-icon-search:after,
.ui-nosvg .ui-input-search:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/search-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-location:after,
.ui-nosvg .ui-alt-icon .ui-icon-location:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/location-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-minus:after,
.ui-nosvg .ui-alt-icon .ui-icon-minus:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/minus-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-forbidden:after,
.ui-nosvg .ui-alt-icon .ui-icon-forbidden:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/forbidden-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-edit:after,
.ui-nosvg .ui-alt-icon .ui-icon-edit:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/edit-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-user:after,
.ui-nosvg .ui-alt-icon .ui-icon-user:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/user-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-phone:after,
.ui-nosvg .ui-alt-icon .ui-icon-phone:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/phone-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-plus:after,
.ui-nosvg .ui-alt-icon .ui-icon-plus:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/plus-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-power:after,
.ui-nosvg .ui-alt-icon .ui-icon-power:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/power-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-recycle:after,
.ui-nosvg .ui-alt-icon .ui-icon-recycle:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/recycle-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-forward:after,
.ui-nosvg .ui-alt-icon .ui-icon-forward:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/forward-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-refresh:after,
.ui-nosvg .ui-alt-icon .ui-icon-refresh:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/refresh-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-shop:after,
.ui-nosvg .ui-alt-icon .ui-icon-shop:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/shop-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-comment:after,
.ui-nosvg .ui-alt-icon .ui-icon-comment:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/comment-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-star:after,
.ui-nosvg .ui-alt-icon .ui-icon-star:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/star-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-tag:after,
.ui-nosvg .ui-alt-icon .ui-icon-tag:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/tag-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-back:after,
.ui-nosvg .ui-alt-icon .ui-icon-back:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/back-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-video:after,
.ui-nosvg .ui-alt-icon .ui-icon-video:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/video-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-alert:after,
.ui-nosvg .ui-alt-icon .ui-icon-alert:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/alert-black.png);
}
.ui-nosvg .ui-alt-icon.ui-icon-delete:after,
.ui-nosvg .ui-alt-icon .ui-icon-delete:after {
background-image: url(../../../../../../Desktop/jquery%20mobile/images/icons-png/delete-black.png);
}
/* Globals */
/* Font
-----------------------------------------------------------------------------------------------------------*/
html {
font-size: 100%;
}
body,
input,
select,
textarea,
button,
.ui-btn {
font-size: 1em;
line-height: 1.3;
font-family: sans-serif /*{global-font-family}*/;
}
legend,
.ui-input-text input,
.ui-input-search input {
color: inherit;
text-shadow: inherit;
}
/* Form labels (overrides font-weight bold in bars, and mini font-size) */
.ui-mobile label,
div.ui-controlgroup-label {
font-weight: normal;
font-size: 16px;
}
/* Separators
-----------------------------------------------------------------------------------------------------------*/
/* Field contain separator (< 28em) */
.ui-field-contain {
border-bottom-color: #828282;
border-bottom-color: rgba(0,0,0,.15);
border-bottom-width: 1px;
border-bottom-style: solid;
}
/* Table opt-in classes: strokes between each row, and alternating row stripes */
/* Classes table-stroke and table-stripe are deprecated in 1.4. */
.table-stroke thead th,
.table-stripe thead th,
.table-stripe tbody tr:last-child {
border-bottom: 1px solid #d6d6d6; /* non-RGBA fallback */
border-bottom: 1px solid rgba(0,0,0,.1);
}
.table-stroke tbody th,
.table-stroke tbody td {
border-bottom: 1px solid #e6e6e6; /* non-RGBA fallback */
border-bottom: 1px solid rgba(0,0,0,.05);
}
.table-stripe.table-stroke tbody tr:last-child th,
.table-stripe.table-stroke tbody tr:last-child td {
border-bottom: 0;
}
.table-stripe tbody tr:nth-child(odd) td,
.table-stripe tbody tr:nth-child(odd) th {
background-color: #eeeeee; /* non-RGBA fallback */
background-color: rgba(0,0,0,.04);
}
/* Buttons
-----------------------------------------------------------------------------------------------------------*/
.ui-btn,
label.ui-btn {
font-weight: bold;
border-width: 1px;
border-style: solid;
}
.ui-btn:link {
text-decoration: none !important;
}
.ui-btn-active {
cursor: pointer;
}
/* Corner rounding
-----------------------------------------------------------------------------------------------------------*/
/* Class ui-btn-corner-all deprecated in 1.4 */
.ui-corner-all {
-webkit-border-radius: .3125em /*{global-radii-blocks}*/;
border-radius: .3125em /*{global-radii-blocks}*/;
}
/* Buttons */
.ui-btn-corner-all,
.ui-btn.ui-corner-all,
/* Slider track */
.ui-slider-track.ui-corner-all,
/* Flipswitch */
.ui-flipswitch.ui-corner-all,
/* Count bubble */
.ui-li-count {
-webkit-border-radius: .3125em /*{global-radii-buttons}*/;
border-radius: .3125em /*{global-radii-buttons}*/;
}
/* Icon-only buttons */
.ui-btn-icon-notext.ui-btn-corner-all,
.ui-btn-icon-notext.ui-corner-all {
-webkit-border-radius: 1em;
border-radius: 1em;
}
/* Radius clip workaround for cleaning up corner trapping */
.ui-btn-corner-all,
.ui-corner-all {
-webkit-background-clip: padding;
background-clip: padding-box;
}
/* Popup arrow */
.ui-popup.ui-corner-all > .ui-popup-arrow-guide {
left: .6em /*{global-radii-blocks}*/;
right: .6em /*{global-radii-blocks}*/;
top: .6em /*{global-radii-blocks}*/;
bottom: .6em /*{global-radii-blocks}*/;
}
/* Shadow
-----------------------------------------------------------------------------------------------------------*/
.ui-shadow {
-webkit-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.15) /*{global-box-shadow-color}*/;
-moz-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.15) /*{global-box-shadow-color}*/;
box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.15) /*{global-box-shadow-color}*/;
}
.ui-shadow-inset {
-webkit-box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
-moz-box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
}
.ui-overlay-shadow {
-webkit-box-shadow: 0 0 12px rgba(0,0,0,.6);
-moz-box-shadow: 0 0 12px rgba(0,0,0,.6);
box-shadow: 0 0 12px rgba(0,0,0,.6);
}
/* Icons
-----------------------------------------------------------------------------------------------------------*/
.ui-btn-icon-left:after,
.ui-btn-icon-right:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after,
.ui-btn-icon-notext:after {
background-color: #666 /*{global-icon-color}*/;
background-color: rgba(0,0,0,.3) /*{global-icon-disc}*/;
background-position: center center;
background-repeat: no-repeat;
-webkit-border-radius: 1em;
border-radius: 1em;
}
/* Alt icons */
.ui-alt-icon.ui-btn:after,
.ui-alt-icon .ui-btn:after,
html .ui-alt-icon.ui-checkbox-off:after,
html .ui-alt-icon.ui-radio-off:after,
html .ui-alt-icon .ui-checkbox-off:after,
html .ui-alt-icon .ui-radio-off:after {
background-color: #666 /*{global-icon-color}*/;
background-color: rgba(0,0,0,.15);
}
/* No disc */
.ui-nodisc-icon.ui-btn:after,
.ui-nodisc-icon .ui-btn:after {
background-color: transparent;
}
/* Icon shadow */
.ui-shadow-icon.ui-btn:after,
.ui-shadow-icon .ui-btn:after {
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.3) /*{global-icon-shadow}*/;
-moz-box-shadow: 0 1px 0 rgba(255,255,255,.3) /*{global-icon-shadow}*/;
box-shadow: 0 1px 0 rgba(255,255,255,.3) /*{global-icon-shadow}*/;
}
/* Checkbox and radio */
.ui-btn.ui-checkbox-off:after,
.ui-btn.ui-checkbox-on:after,
.ui-btn.ui-radio-off:after,
.ui-btn.ui-radio-on:after {
display: block;
width: 18px;
height: 18px;
margin: -9px 2px 0 2px;
}
.ui-checkbox-off:after,
.ui-btn.ui-radio-off:after {
filter: Alpha(Opacity=30);
opacity: .3;
}
.ui-btn.ui-checkbox-off:after,
.ui-btn.ui-checkbox-on:after {
-webkit-border-radius: .1875em;
border-radius: .1875em;
}
.ui-radio .ui-btn.ui-radio-on:after {
background-image: none;
background-color: #fff;
width: 8px;
height: 8px;
border-width: 5px;
border-style: solid;
}
.ui-alt-icon.ui-btn.ui-radio-on:after,
.ui-alt-icon .ui-btn.ui-radio-on:after {
background-color: #000;
}
/* Loader */
.ui-icon-loading {
background: url(../../../../../../Desktop/jquery%20mobile/images/ajax-loader.gif);
background-size: 2.875em 2.875em;
}
/* Swatches */
/* A
-----------------------------------------------------------------------------------------------------------*/
/* Bar: Toolbars, dividers, slider track */
.ui-bar-a,
.ui-page-theme-a .ui-bar-inherit,
html .ui-bar-a .ui-bar-inherit,
html .ui-body-a .ui-bar-inherit,
html body .ui-group-theme-a .ui-bar-inherit {
background: #e9e9e9 /*{a-bar-background-color}*/;
border-color: #ddd /*{a-bar-border}*/;
color: #333 /*{a-bar-color}*/;
text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 0 /*{a-bar-shadow-radius}*/ #eee /*{a-bar-shadow-color}*/;
font-weight: bold;
}
.ui-bar-a {
border-width: 1px;
border-style: solid;
}
/* Page and overlay */
.ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
background: #f9f9f9 /*{a-page-background-color}*/;
border-color: #bbb /*{a-page-border}*/;
color: #333 /*{a-page-color}*/;
text-shadow: 0 /*{a-page-shadow-x}*/ 1px /*{a-page-shadow-y}*/ 0 /*{a-page-shadow-radius}*/ #f3f3f3 /*{a-page-shadow-color}*/;
}
/* Body: Read-only lists, text inputs, collapsible content */
.ui-body-a,
.ui-page-theme-a .ui-body-inherit,
html .ui-bar-a .ui-body-inherit,
html .ui-body-a .ui-body-inherit,
html body .ui-group-theme-a .ui-body-inherit,
html .ui-panel-page-container-a {
background: #fff /*{a-body-background-color}*/;
border-color: #ddd /*{a-body-border}*/;
color: #333 /*{a-body-color}*/;
text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #f3f3f3 /*{a-body-shadow-color}*/;
}
.ui-body-a {
border-width: 1px;
border-style: solid;
}
/* Links */
.ui-page-theme-a a,
html .ui-bar-a a,
html .ui-body-a a,
html body .ui-group-theme-a a {
color: #3388cc /*{a-link-color}*/;
font-weight: bold;
}
.ui-page-theme-a a:visited,
html .ui-bar-a a:visited,
html .ui-body-a a:visited,
html body .ui-group-theme-a a:visited {
color: #3388cc /*{a-link-visited}*/;
}
.ui-page-theme-a a:hover,
html .ui-bar-a a:hover,
html .ui-body-a a:hover,
html body .ui-group-theme-a a:hover {
color: #005599 /*{a-link-hover}*/;
}
.ui-page-theme-a a:active,
html .ui-bar-a a:active,
html .ui-body-a a:active,
html body .ui-group-theme-a a:active {
color: #005599 /*{a-link-active}*/;
}
/* Button up */
.ui-page-theme-a .ui-btn,
html .ui-bar-a .ui-btn,
html .ui-body-a .ui-btn,
html body .ui-group-theme-a .ui-btn,
html head + body .ui-btn.ui-btn-a,
/* Button visited */
.ui-page-theme-a .ui-btn:visited,
html .ui-bar-a .ui-btn:visited,
html .ui-body-a .ui-btn:visited,
html body .ui-group-theme-a .ui-btn:visited,
html head + body .ui-btn.ui-btn-a:visited {
background: #f6f6f6 /*{a-bup-background-color}*/;
border-color: #ddd /*{a-bup-border}*/;
color: #333 /*{a-bup-color}*/;
text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 0 /*{a-bup-shadow-radius}*/ #f3f3f3 /*{a-bup-shadow-color}*/;
}
/* Button hover */
.ui-page-theme-a .ui-btn:hover,
html .ui-bar-a .ui-btn:hover,
html .ui-body-a .ui-btn:hover,
html body .ui-group-theme-a .ui-btn:hover,
html head + body .ui-btn.ui-btn-a:hover {
background: #ededed /*{a-bhover-background-color}*/;
border-color: #ddd /*{a-bhover-border}*/;
color: #333 /*{a-bhover-color}*/;
text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #f3f3f3 /*{a-bhover-shadow-color}*/;
}
/* Button down */
.ui-page-theme-a .ui-btn:active,
html .ui-bar-a .ui-btn:active,
html .ui-body-a .ui-btn:active,
html body .ui-group-theme-a .ui-btn:active,
html head + body .ui-btn.ui-btn-a:active {
background: #e8e8e8 /*{a-bdown-background-color}*/;
border-color: #ddd /*{a-bdown-border}*/;
color: #333 /*{a-bdown-color}*/;
text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 0 /*{a-bdown-shadow-radius}*/ #f3f3f3 /*{a-bdown-shadow-color}*/;
}
/* Active button */
.ui-page-theme-a .ui-btn.ui-btn-active,
html .ui-bar-a .ui-btn.ui-btn-active,
html .ui-body-a .ui-btn.ui-btn-active,
html body .ui-group-theme-a .ui-btn.ui-btn-active,
html head + body .ui-btn.ui-btn-a.ui-btn-active,
/* Active checkbox icon */
.ui-page-theme-a .ui-checkbox-on:after,
html .ui-bar-a .ui-checkbox-on:after,
html .ui-body-a .ui-checkbox-on:after,
html body .ui-group-theme-a .ui-checkbox-on:after,
.ui-btn.ui-checkbox-on.ui-btn-a:after,
/* Active flipswitch background */
.ui-page-theme-a .ui-flipswitch-active,
html .ui-bar-a .ui-flipswitch-active,
html .ui-body-a .ui-flipswitch-active,
html body .ui-group-theme-a .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-a.ui-flipswitch-active,
/* Active slider track */
.ui-page-theme-a .ui-slider-track .ui-btn-active,
html .ui-bar-a .ui-slider-track .ui-btn-active,
html .ui-body-a .ui-slider-track .ui-btn-active,
html body .ui-group-theme-a .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-a .ui-btn-active {
background-color: #3388cc /*{a-active-background-color}*/;
border-color: #3388cc /*{a-active-border}*/;
color: #fff /*{a-active-color}*/;
text-shadow: 0 /*{a-active-shadow-x}*/ 1px /*{a-active-shadow-y}*/ 0 /*{a-active-shadow-radius}*/ #005599 /*{a-active-shadow-color}*/;
}
/* Active radio button icon */
.ui-page-theme-a .ui-radio-on:after,
html .ui-bar-a .ui-radio-on:after,
html .ui-body-a .ui-radio-on:after,
html body .ui-group-theme-a .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-a:after {
border-color: #3388cc /*{a-active-background-color}*/;
}
/* Focus */
.ui-page-theme-a .ui-btn:focus,
html .ui-bar-a .ui-btn:focus,
html .ui-body-a .ui-btn:focus,
html body .ui-group-theme-a .ui-btn:focus,
html head + body .ui-btn.ui-btn-a:focus,
/* Focus buttons and text inputs with div wrap */
.ui-page-theme-a .ui-focus,
html .ui-bar-a .ui-focus,
html .ui-body-a .ui-focus,
html body .ui-group-theme-a .ui-focus,
html head + body .ui-btn-a.ui-focus,
html head + body .ui-body-a.ui-focus {
-webkit-box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
-moz-box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
}
/* B
-----------------------------------------------------------------------------------------------------------*/
/* Bar: Toolbars, dividers, slider track */
.ui-bar-b,
.ui-page-theme-b .ui-bar-inherit,
html .ui-bar-b .ui-bar-inherit,
html .ui-body-b .ui-bar-inherit,
html body .ui-group-theme-b .ui-bar-inherit {
background: #1d1d1d /*{b-bar-background-color}*/;
border-color: #1b1b1b /*{b-bar-border}*/;
color: #fff /*{b-bar-color}*/;
text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 0 /*{b-bar-shadow-radius}*/ #111 /*{b-bar-shadow-color}*/;
font-weight: bold;
}
.ui-bar-b {
border-width: 1px;
border-style: solid;
}
/* Page and overlay */
.ui-overlay-b,
.ui-page-theme-b,
.ui-page-theme-b .ui-panel-wrapper {
background: #252525 /*{b-page-background-color}*/;
border-color: #454545 /*{b-page-border}*/;
color: #fff /*{b-page-color}*/;
text-shadow: 0 /*{b-page-shadow-x}*/ 1px /*{b-page-shadow-y}*/ 0 /*{b-page-shadow-radius}*/ #111 /*{b-page-shadow-color}*/;
}
/* Body: Read-only lists, text inputs, collapsible content */
.ui-body-b,
.ui-page-theme-b .ui-body-inherit,
html .ui-bar-b .ui-body-inherit,
html .ui-body-b .ui-body-inherit,
html body .ui-group-theme-b .ui-body-inherit,
html .ui-panel-page-container-b {
background: #2a2a2a /*{b-body-background-color}*/;
border-color: #1d1d1d /*{b-body-border}*/;
color: #fff /*{b-body-color}*/;
text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #111 /*{b-body-shadow-color}*/;
}
.ui-body-b {
border-width: 1px;
border-style: solid;
}
/* Links */
.ui-page-theme-b a,
html .ui-bar-b a,
html .ui-body-b a,
html body .ui-group-theme-b a {
color: #22aadd /*{b-link-color}*/;
font-weight: bold;
}
.ui-page-theme-b a:visited,
html .ui-bar-b a:visited,
html .ui-body-b a:visited,
html body .ui-group-theme-b a:visited {
color: #22aadd /*{b-link-visited}*/;
}
.ui-page-theme-b a:hover,
html .ui-bar-b a:hover,
html .ui-body-b a:hover,
html body .ui-group-theme-b a:hover {
color: #0088bb /*{b-link-hover}*/;
}
.ui-page-theme-b a:active,
html .ui-bar-b a:active,
html .ui-body-b a:active,
html body .ui-group-theme-b a:active {
color: #0088bb /*{b-link-active}*/;
}
/* Button up */
.ui-page-theme-b .ui-btn,
html .ui-bar-b .ui-btn,
html .ui-body-b .ui-btn,
html body .ui-group-theme-b .ui-btn,
html head + body .ui-btn.ui-btn-b,
/* Button visited */
.ui-page-theme-b .ui-btn:visited,
html .ui-bar-b .ui-btn:visited,
html .ui-body-b .ui-btn:visited,
html body .ui-group-theme-b .ui-btn:visited,
html head + body .ui-btn.ui-btn-b:visited {
background: #333 /*{b-bup-background-color}*/;
border-color: #1f1f1f /*{b-bup-border}*/;
color: #fff /*{b-bup-color}*/;
text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 0 /*{b-bup-shadow-radius}*/ #111 /*{b-bup-shadow-color}*/;
}
/* Button hover */
.ui-page-theme-b .ui-btn:hover,
html .ui-bar-b .ui-btn:hover,
html .ui-body-b .ui-btn:hover,
html body .ui-group-theme-b .ui-btn:hover,
html head + body .ui-btn.ui-btn-b:hover {
background: #373737 /*{b-bhover-background-color}*/;
border-color: #1f1f1f /*{b-bhover-border}*/;
color: #fff /*{b-bhover-color}*/;
text-shadow: 0 /*{b-bhover-shadow-x}*/ 1px /*{b-bhover-shadow-y}*/ 0 /*{b-bhover-shadow-radius}*/ #111 /*{b-bhover-shadow-color}*/;
}
/* Button down */
.ui-page-theme-b .ui-btn:active,
html .ui-bar-b .ui-btn:active,
html .ui-body-b .ui-btn:active,
html body .ui-group-theme-b .ui-btn:active,
html head + body .ui-btn.ui-btn-b:active {
background: #404040 /*{b-bdown-background-color}*/;
border-color: #1f1f1f /*{b-bdown-border}*/;
color: #fff /*{b-bdown-color}*/;
text-shadow: 0 /*{b-bdown-shadow-x}*/ 1px /*{b-bdown-shadow-y}*/ 0 /*{b-bdown-shadow-radius}*/ #111 /*{b-bdown-shadow-color}*/;
}
/* Active button */
.ui-page-theme-b .ui-btn.ui-btn-active,
html .ui-bar-b .ui-btn.ui-btn-active,
html .ui-body-b .ui-btn.ui-btn-active,
html body .ui-group-theme-b .ui-btn.ui-btn-active,
html head + body .ui-btn.ui-btn-b.ui-btn-active,
/* Active checkbox icon */
.ui-page-theme-b .ui-checkbox-on:after,
html .ui-bar-b .ui-checkbox-on:after,
html .ui-body-b .ui-checkbox-on:after,
html body .ui-group-theme-b .ui-checkbox-on:after,
.ui-btn.ui-checkbox-on.ui-btn-b:after,
/* Active flipswitch background */
.ui-page-theme-b .ui-flipswitch-active,
html .ui-bar-b .ui-flipswitch-active,
html .ui-body-b .ui-flipswitch-active,
html body .ui-group-theme-b .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-b.ui-flipswitch-active,
/* Active slider track */
.ui-page-theme-b .ui-slider-track .ui-btn-active,
html .ui-bar-b .ui-slider-track .ui-btn-active,
html .ui-body-b .ui-slider-track .ui-btn-active,
html body .ui-group-theme-b .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-b .ui-btn-active {
background-color: #22aadd /*{b-active-background-color}*/;
border-color: #22aadd /*{b-active-border}*/;
color: #fff /*{b-active-color}*/;
text-shadow: 0 /*{b-active-shadow-x}*/ 1px /*{b-active-shadow-y}*/ 0 /*{b-active-shadow-radius}*/ #0088bb /*{b-active-shadow-color}*/;
}
/* Active radio button icon */
.ui-page-theme-b .ui-radio-on:after,
html .ui-bar-b .ui-radio-on:after,
html .ui-body-b .ui-radio-on:after,
html body .ui-group-theme-b .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-b:after {
border-color: #22aadd /*{b-active-background-color}*/;
}
/* Focus */
.ui-page-theme-b .ui-btn:focus,
html .ui-bar-b .ui-btn:focus,
html .ui-body-b .ui-btn:focus,
html body .ui-group-theme-b .ui-btn:focus,
html head + body .ui-btn.ui-btn-b:focus,
/* Focus buttons and text inputs with div wrap */
.ui-page-theme-b .ui-focus,
html .ui-bar-b .ui-focus,
html .ui-body-b .ui-focus,
html body .ui-group-theme-b .ui-focus,
html head + body .ui-btn-b.ui-focus,
html head + body .ui-body-b.ui-focus {
-webkit-box-shadow: 0 0 12px #22aadd /*{b-active-background-color}*/;
-moz-box-shadow: 0 0 12px #22aadd /*{b-active-background-color}*/;
box-shadow: 0 0 12px #22aadd /*{b-active-background-color}*/;
}
/* Structure */
/* Disabled
-----------------------------------------------------------------------------------------------------------*/
/* Class ui-disabled deprecated in 1.4. :disabled not supported by IE8 so we use [disabled] */
.ui-disabled,
.ui-state-disabled,
button[disabled],
.ui-select .ui-btn.ui-state-disabled {
filter: Alpha(Opacity=30);
opacity: .3;
cursor: default !important;
pointer-events: none;
}
/* Focus state outline
-----------------------------------------------------------------------------------------------------------*/
.ui-btn:focus,
.ui-btn.ui-focus {
outline: 0;
}
/* Unset box-shadow in browsers that don't do it right */
.ui-noboxshadow .ui-shadow,
.ui-noboxshadow .ui-shadow-inset,
.ui-noboxshadow .ui-overlay-shadow,
.ui-noboxshadow .ui-shadow-icon.ui-btn:after,
.ui-noboxshadow .ui-shadow-icon .ui-btn:after,
.ui-noboxshadow .ui-focus,
.ui-noboxshadow .ui-btn:focus,
.ui-noboxshadow input:focus,
.ui-noboxshadow .ui-panel {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.ui-noboxshadow .ui-btn:focus,
.ui-noboxshadow .ui-focus {
outline-width: 1px;
outline-style: auto;
}
/* Some unsets */
.ui-mobile,
.ui-mobile body {
height: 99.9%;
}
.ui-mobile fieldset,
.ui-page {
padding: 0;
margin: 0;
}
.ui-mobile a img,
.ui-mobile fieldset {
border-width: 0;
}
/* Fixes for fieldset issues on IE10 and FF (see #6077) */
.ui-mobile fieldset {
min-width: 0;
}
@-moz-document url-prefix() {
.ui-mobile fieldset {
display: table-column;
vertical-align: middle;
}
}
/* Viewport */
.ui-mobile-viewport {
margin: 0;
overflow-x: visible;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Issue #2066 */
body.ui-mobile-viewport,
div.ui-mobile-viewport {
overflow-x: hidden;
}
/* "page" containers - full-screen views, one should always be in view post-pageload */
.ui-mobile [data-role=page],
.ui-mobile [data-role=dialog],
.ui-page {
top: 0;
left: 0;
width: 100%;
min-height: 100%;
position: absolute;
display: none;
border: 0;
}
/* On ios4, setting focus on the page element causes flashing during transitions when there is an outline, so we turn off outlines */
.ui-page {
outline: none;
}
.ui-mobile .ui-page-active {
display: block;
overflow: visible;
overflow-x: hidden;
}
@media screen and (orientation: portrait) {
.ui-mobile .ui-page {
min-height: 420px;
}
}
@media screen and (orientation: landscape) {
.ui-mobile .ui-page {
min-height: 300px;
}
}
/* Fouc */
.ui-mobile-rendering > * {
visibility: hidden;
}
/* Non-js content hiding */
.ui-nojs {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px,1px,1px,1px);
}
/* Loading screen */
.ui-loading .ui-loader {
display: block;
}
.ui-loader {
display: none;
z-index: 9999999;
position: fixed;
top: 50%;
left: 50%;
border:0;
}
.ui-loader-default {
background: none;
filter: Alpha(Opacity=18);
opacity: .18;
width: 2.875em;
height: 2.875em;
margin-left: -1.4375em;
margin-top: -1.4375em;
}
.ui-loader-verbose {
width: 12.5em;
filter: Alpha(Opacity=88);
opacity: .88;
box-shadow: 0 1px 1px -1px #fff;
height: auto;
margin-left: -6.875em;
margin-top: -2.6875em;
padding: .625em;
}
.ui-loader-default h1 {
font-size: 0;
width: 0;
height: 0;
overflow: hidden;
}
.ui-loader-verbose h1 {
font-size: 1em;
margin: 0;
text-align: center;
}
.ui-loader .ui-icon-loading {
background-color: #000;
display: block;
margin: 0;
width: 2.75em;
height: 2.75em;
padding: .0625em;
-webkit-border-radius: 2.25em;
border-radius: 2.25em;
}
.ui-loader-verbose .ui-icon-loading {
margin: 0 auto .625em;
filter: Alpha(Opacity=75);
opacity: .75;
}
.ui-loader-textonly {
padding: .9375em;
margin-left: -7.1875em;
}
.ui-loader-textonly .ui-icon-loading {
display: none;
}
.ui-loader-fakefix {
position: absolute;
}
/* Headers, content panels */
.ui-bar,
.ui-body {
position: relative;
padding: .4em 1em;
overflow: hidden;
display: block;
clear: both;
}
.ui-bar h1,
.ui-bar h2,
.ui-bar h3,
.ui-bar h4,
.ui-bar h5,
.ui-bar h6 {
margin: 0;
padding: 0;
font-size: 1em;
display: inline-block;
}
.ui-header,
.ui-footer {
border-width: 1px 0;
border-style: solid;
position: relative;
}
.ui-header:empty,
.ui-footer:empty {
min-height: 2.6875em;
}
.ui-header .ui-title,
.ui-footer .ui-title {
font-size: 1em;
min-height: 1.1em;
text-align: center;
display: block;
margin: 0 30%;
padding: .7em 0;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
outline: 0 !important;
}
.ui-footer .ui-title {
margin: 0 1em;
}
.ui-content {
border-width: 0;
overflow: visible;
overflow-x: hidden;
padding: 1em;
}
/* Corner styling for dialogs and popups */
.ui-corner-all > .ui-header:first-child,
.ui-corner-all > .ui-content:first-child,
.ui-corner-all > .ui-footer:first-child {
-webkit-border-top-left-radius: inherit;
border-top-left-radius: inherit;
-webkit-border-top-right-radius: inherit;
border-top-right-radius: inherit;
}
.ui-corner-all > .ui-header:last-child,
.ui-corner-all > .ui-content:last-child,
.ui-corner-all > .ui-footer:last-child {
-webkit-border-bottom-left-radius: inherit;
border-bottom-left-radius: inherit;
-webkit-border-bottom-right-radius: inherit;
border-bottom-right-radius: inherit;
}
/* Buttons and icons */
.ui-btn {
font-size: 16px;
margin: .5em 0;
padding: .7em 1em;
display: block;
position: relative;
text-align: center;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ui-btn-icon-notext {
padding: 0;
width: 1.75em;
height: 1.75em;
text-indent: -9999px;
white-space: nowrap !important;
}
.ui-mini {
font-size: 12.5px;
}
.ui-mini .ui-btn {
font-size: inherit;
}
/* Make buttons in toolbars default to mini and inline. */
.ui-header .ui-btn,
.ui-footer .ui-btn {
font-size: 12.5px;
display: inline-block;
vertical-align: middle;
}
/* To ensure same top and left/right position when ui-btn-left/right are added to something other than buttons. */
.ui-header .ui-btn-left,
.ui-header .ui-btn-right {
font-size: 12.5px;
}
.ui-mini.ui-btn-icon-notext,
.ui-mini .ui-btn-icon-notext,
.ui-header .ui-btn-icon-notext,
.ui-footer .ui-btn-icon-notext {
font-size: 16px;
padding: 0;
}
.ui-btn-inline {
display: inline-block;
vertical-align: middle;
margin-right: .625em;
}
.ui-btn-icon-left {
padding-left: 2.5em;
}
.ui-btn-icon-right {
padding-right: 2.5em;
}
.ui-btn-icon-top {
padding-top: 2.5em;
}
.ui-btn-icon-bottom {
padding-bottom: 2.5em;
}
.ui-header .ui-btn-icon-top,
.ui-footer .ui-btn-icon-top,
.ui-header .ui-btn-icon-bottom,
.ui-footer .ui-btn-icon-bottom {
padding-left: .3125em;
padding-right: .3125em;
}
.ui-btn-icon-left:after,
.ui-btn-icon-right:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after,
.ui-btn-icon-notext:after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 22px;
}
.ui-btn-icon-notext:after,
.ui-btn-icon-left:after,
.ui-btn-icon-right:after {
top: 50%;
margin-top: -11px;
}
.ui-btn-icon-left:after {
left: .5625em;
}
.ui-btn-icon-right:after {
right: .5625em;
}
.ui-mini.ui-btn-icon-left:after,
.ui-mini .ui-btn-icon-left:after,
.ui-header .ui-btn-icon-left:after,
.ui-footer .ui-btn-icon-left:after {
left: .37em;
}
.ui-mini.ui-btn-icon-right:after,
.ui-mini .ui-btn-icon-right:after,
.ui-header .ui-btn-icon-right:after,
.ui-footer .ui-btn-icon-right:after {
right: .37em;
}
.ui-btn-icon-notext:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after {
left: 50%;
margin-left: -11px;
}
.ui-btn-icon-top:after {
top: .5625em;
}
.ui-btn-icon-bottom:after {
top: auto;
bottom: .5625em;
}
/* Buttons in header position classes */
.ui-header .ui-btn-left,
.ui-header .ui-btn-right,
.ui-btn-left > [class*="ui-"],
.ui-btn-right > [class*="ui-"] {
margin: 0;
}
.ui-btn-left,
.ui-btn-right {
position: absolute;
top: .24em;
}
.ui-btn-left {
left: .4em;
}
.ui-btn-right {
right: .4em;
}
.ui-btn-icon-notext.ui-btn-left {
top: .3125em;
left: .3125em;
}
.ui-btn-icon-notext.ui-btn-right {
top: .3125em;
right: .3125em;
}
/* Button elements */
button.ui-btn,
.ui-controlgroup-controls button.ui-btn-icon-notext {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
width: 100%;
}
button.ui-btn-inline {
width: auto;
}
/* Firefox adds a 1px border in a button element. We negate this to make sure they have the same height as other buttons in controlgroups. */
button.ui-btn::-moz-focus-inner {
border: 0;
}
button.ui-btn-icon-notext,
.ui-controlgroup-horizontal .ui-controlgroup-controls button.ui-btn {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
width: 1.75em;
}
/* Form labels */
.ui-mobile label,
.ui-controlgroup-label {
display: block;
margin: 0 0 .4em;
}
/* Accessible content hiding */
/* ui-hide-label deprecated in 1.4. TODO: Remove in 1.5 */
.ui-hide-label > label,
.ui-hide-label .ui-controlgroup-label,
.ui-hide-label .ui-rangeslider label,
.ui-hidden-accessible {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px,1px,1px,1px);
}
/* Used for hiding elements by the filterable widget. You can also use this class to hide list items or buttons in controlgroups; this ensures correct corner styling. */
.ui-screen-hidden {
display: none !important;
}
/* Transitions originally inspired by those from jQtouch, nice work, folks */
.ui-mobile-viewport-transitioning,
.ui-mobile-viewport-transitioning .ui-page {
width: 100%;
height: 100%;
overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ui-page-pre-in {
opacity: 0;
}
.in {
-webkit-animation-timing-function: ease-out;
-webkit-animation-duration: 350ms;
-moz-animation-timing-function: ease-out;
-moz-animation-duration: 350ms;
animation-timing-function: ease-out;
animation-duration: 350ms;
}
.out {
-webkit-animation-timing-function: ease-in;
-webkit-animation-duration: 225ms;
-moz-animation-timing-function: ease-in;
-moz-animation-duration: 225ms;
animation-timing-function: ease-in;
animation-duration: 225ms;
}
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
@-webkit-keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; }
}
@-moz-keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; }
}
@keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; }
}
.fade.out {
opacity: 0;
-webkit-animation-duration: 125ms;
-webkit-animation-name: fadeout;
-moz-animation-duration: 125ms;
-moz-animation-name: fadeout;
animation-duration: 125ms;
animation-name: fadeout;
}
.fade.in {
opacity: 1;
-webkit-animation-duration: 225ms;
-webkit-animation-name: fadein;
-moz-animation-duration: 225ms;
-moz-animation-name: fadein;
animation-duration: 225ms;
animation-name: fadein;
}
.pop {
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.pop.in {
-webkit-transform: scale(1);
-webkit-animation-name: popin;
-webkit-animation-duration: 350ms;
-moz-transform: scale(1);
-moz-animation-name: popin;
-moz-animation-duration: 350ms;
transform: scale(1);
animation-name: popin;
animation-duration: 350ms;
opacity: 1;
}
.pop.out {
-webkit-animation-name: fadeout;
-webkit-animation-duration: 100ms;
-moz-animation-name: fadeout;
-moz-animation-duration: 100ms;
animation-name: fadeout;
animation-duration: 100ms;
opacity: 0;
}
.pop.in.reverse {
-webkit-animation-name: fadein;
-moz-animation-name: fadein;
animation-name: fadein;
}
.pop.out.reverse {
-webkit-transform: scale(.8);
-webkit-animation-name: popout;
-moz-transform: scale(.8);
-moz-animation-name: popout;
transform: scale(.8);
animation-name: popout;
}
@-webkit-keyframes popin {
from {
-webkit-transform: scale(.8);
opacity: 0;
}
to {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes popin {
from {
-moz-transform: scale(.8);
opacity: 0;
}
to {
-moz-transform: scale(1);
opacity: 1;
}
}
@keyframes popin {
from {
transform: scale(.8);
opacity: 0;
}
to {
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes popout {
from {
-webkit-transform: scale(1);
opacity: 1;
}
to {
-webkit-transform: scale(.8);
opacity: 0;
}
}
@-moz-keyframes popout {
from {
-moz-transform: scale(1);
opacity: 1;
}
to {
-moz-transform: scale(.8);
opacity: 0;
}
}
@keyframes popout {
from {
transform: scale(1);
opacity: 1;
}
to {
transform: scale(.8);
opacity: 0;
}
}
/* keyframes for slidein from sides */
@-webkit-keyframes slideinfromright {
from { -webkit-transform: translate3d(100%,0,0); }
to { -webkit-transform: translate3d(0,0,0); }
}
@-moz-keyframes slideinfromright {
from { -moz-transform: translateX(100%); }
to { -moz-transform: translateX(0); }
}
@keyframes slideinfromright {
from { transform: translateX(100%); }
to { transform: translateX(0); }
}
@-webkit-keyframes slideinfromleft {
from { -webkit-transform: translate3d(-100%,0,0); }
to { -webkit-transform: translate3d(0,0,0); }
}
@-moz-keyframes slideinfromleft {
from { -moz-transform: translateX(-100%); }
to { -moz-transform: translateX(0); }
}
@keyframes slideinfromleft {
from { transform: translateX(-100%); }
to { transform: translateX(0); }
}
/* keyframes for slideout to sides */
@-webkit-keyframes slideouttoleft {
from { -webkit-transform: translate3d(0,0,0); }
to { -webkit-transform: translate3d(-100%,0,0); }
}
@-moz-keyframes slideouttoleft {
from { -moz-transform: translateX(0); }
to { -moz-transform: translateX(-100%); }
}
@keyframes slideouttoleft {
from { transform: translateX(0); }
to { transform: translateX(-100%); }
}
@-webkit-keyframes slideouttoright {
from { -webkit-transform: translate3d(0,0,0); }
to { -webkit-transform: translate3d(100%,0,0); }
}
@-moz-keyframes slideouttoright {
from { -moz-transform: translateX(0); }
to { -moz-transform: translateX(100%); }
}
@keyframes slideouttoright {
from { transform: translateX(0); }
to { transform: translateX(100%); }
}
.slide.out, .slide.in {
-webkit-animation-timing-function: ease-out;
-webkit-animation-duration: 350ms;
-moz-animation-timing-function: ease-out;
-moz-animation-duration: 350ms;
animation-timing-function: ease-out;
animation-duration: 350ms;
}
.slide.out {
-webkit-transform: translate3d(-100%,0,0);
-webkit-animation-name: slideouttoleft;
-moz-transform: translateX(-100%);
-moz-animation-name: slideouttoleft;
transform: translateX(-100%);
animation-name: slideouttoleft;
}
.slide.in {
-webkit-transform: translate3d(0,0,0);
-webkit-animation-name: slideinfromright;
-moz-transform: translateX(0);
-moz-animation-name: slideinfromright;
transform: translateX(0);
animation-name: slideinfromright;
}
.slide.out.reverse {
-webkit-transform: translate3d(100%,0,0);
-webkit-animation-name: slideouttoright;
-moz-transform: translateX(100%);
-moz-animation-name: slideouttoright;
transform: translateX(100%);
animation-name: slideouttoright;
}
.slide.in.reverse {
-webkit-transform: translate3d(0,0,0);
-webkit-animation-name: slideinfromleft;
-moz-transform: translateX(0);
-moz-animation-name: slideinfromleft;
transform: translateX(0);
animation-name: slideinfromleft;
}
.slidefade.out {
-webkit-transform: translateX(-100%);
-webkit-animation-name: slideouttoleft;
-webkit-animation-duration: 225ms;
-moz-transform: translateX(-100%);
-moz-animation-name: slideouttoleft;
-moz-animation-duration: 225ms;
transform: translateX(-100%);
animation-name: slideouttoleft;
animation-duration: 225ms;
}
.slidefade.in {
-webkit-transform: translateX(0);
-webkit-animation-name: fadein;
-webkit-animation-duration: 200ms;
-moz-transform: translateX(0);
-moz-animation-name: fadein;
-moz-animation-duration: 200ms;
transform: translateX(0);
animation-name: fadein;
animation-duration: 200ms;
}
.slidefade.out.reverse {
-webkit-transform: translateX(100%);
-webkit-animation-name: slideouttoright;
-webkit-animation-duration: 200ms;
-moz-transform: translateX(100%);
-moz-animation-name: slideouttoright;
-moz-animation-duration: 200ms;
transform: translateX(100%);
animation-name: slideouttoright;
animation-duration: 200ms;
}
.slidefade.in.reverse {
-webkit-transform: translateX(0);
-webkit-animation-name: fadein;
-webkit-animation-duration: 200ms;
-moz-transform: translateX(0);
-moz-animation-name: fadein;
-moz-animation-duration: 200ms;
transform: translateX(0);
animation-name: fadein;
animation-duration: 200ms;
}
/* slide down */
.slidedown.out {
-webkit-animation-name: fadeout;
-webkit-animation-duration: 100ms;
-moz-animation-name: fadeout;
-moz-animation-duration: 100ms;
animation-name: fadeout;
animation-duration: 100ms;
}
.slidedown.in {
-webkit-transform: translateY(0);
-webkit-animation-name: slideinfromtop;
-webkit-animation-duration: 250ms;
-moz-transform: translateY(0);
-moz-animation-name: slideinfromtop;
-moz-animation-duration: 250ms;
transform: translateY(0);
animation-name: slideinfromtop;
animation-duration: 250ms;
}
.slidedown.in.reverse {
-webkit-animation-name: fadein;
-webkit-animation-duration: 150ms;
-moz-animation-name: fadein;
-moz-animation-duration: 150ms;
animation-name: fadein;
animation-duration: 150ms;
}
.slidedown.out.reverse {
-webkit-transform: translateY(-100%);
-webkit-animation-name: slideouttotop;
-webkit-animation-duration: 200ms;
-moz-transform: translateY(-100%);
-moz-animation-name: slideouttotop;
-moz-animation-duration: 200ms;
transform: translateY(-100%);
animation-name: slideouttotop;
animation-duration: 200ms;
}
@-webkit-keyframes slideinfromtop {
from { -webkit-transform: translateY(-100%); }
to { -webkit-transform: translateY(0); }
}
@-moz-keyframes slideinfromtop {
from { -moz-transform: translateY(-100%); }
to { -moz-transform: translateY(0); }
}
@keyframes slideinfromtop {
from { transform: translateY(-100%); }
to { transform: translateY(0); }
}
@-webkit-keyframes slideouttotop {
from { -webkit-transform: translateY(0); }
to { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes slideouttotop {
from { -moz-transform: translateY(0); }
to { -moz-transform: translateY(-100%); }
}
@keyframes slideouttotop {
from { transform: translateY(0); }
to { transform: translateY(-100%); }
}
/* slide up */
.slideup.out {
-webkit-animation-name: fadeout;
-webkit-animation-duration: 100ms;
-moz-animation-name: fadeout;
-moz-animation-duration: 100ms;
animation-name: fadeout;
animation-duration: 100ms;
}
.slideup.in {
-webkit-transform: translateY(0);
-webkit-animation-name: slideinfrombottom;
-webkit-animation-duration: 250ms;
-moz-transform: translateY(0);
-moz-animation-name: slideinfrombottom;
-moz-animation-duration: 250ms;
transform: translateY(0);
animation-name: slideinfrombottom;
animation-duration: 250ms;
}
.slideup.in.reverse {
-webkit-animation-name: fadein;
-webkit-animation-duration: 150ms;
-moz-animation-name: fadein;
-moz-animation-duration: 150ms;
animation-name: fadein;
animation-duration: 150ms;
}
.slideup.out.reverse {
-webkit-transform: translateY(100%);
-webkit-animation-name: slideouttobottom;
-webkit-animation-duration: 200ms;
-moz-transform: translateY(100%);
-moz-animation-name: slideouttobottom;
-moz-animation-duration: 200ms;
transform: translateY(100%);
animation-name: slideouttobottom;
animation-duration: 200ms;
}
@-webkit-keyframes slideinfrombottom {
from { -webkit-transform: translateY(100%); }
to { -webkit-transform: translateY(0); }
}
@-moz-keyframes slideinfrombottom {
from { -moz-transform: translateY(100%); }
to { -moz-transform: translateY(0); }
}
@keyframes slideinfrombottom {
from { transform: translateY(100%); }
to { transform: translateY(0); }
}
@-webkit-keyframes slideouttobottom {
from { -webkit-transform: translateY(0); }
to { -webkit-transform: translateY(100%); }
}
@-moz-keyframes slideouttobottom {
from { -moz-transform: translateY(0); }
to { -moz-transform: translateY(100%); }
}
@keyframes slideouttobottom {
from { transform: translateY(0); }
to { transform: translateY(100%); }
}
/* The properties in this rule are only necessary for the 'flip' transition.
* We need specify the perspective to create a projection matrix. This will add
* some depth as the element flips. The depth number represents the distance of
* the viewer from the z-plane. According to the CSS3 spec, 1000 is a moderate
* value.
*/
.viewport-flip {
-webkit-perspective: 1000;
-moz-perspective: 1000;
perspective: 1000;
position: absolute;
}
.flip {
-webkit-backface-visibility: hidden;
-webkit-transform: translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
-moz-backface-visibility: hidden;
-moz-transform: translateX(0);
backface-visibility: hidden;
transform: translateX(0);
}
.flip.out {
-webkit-transform: rotateY(-90deg) scale(.9);
-webkit-animation-name: flipouttoleft;
-webkit-animation-duration: 175ms;
-moz-transform: rotateY(-90deg) scale(.9);
-moz-animation-name: flipouttoleft;
-moz-animation-duration: 175ms;
transform: rotateY(-90deg) scale(.9);
animation-name: flipouttoleft;
animation-duration: 175ms;
}
.flip.in {
-webkit-animation-name: flipintoright;
-webkit-animation-duration: 225ms;
-moz-animation-name: flipintoright;
-moz-animation-duration: 225ms;
animation-name: flipintoright;
animation-duration: 225ms;
}
.flip.out.reverse {
-webkit-transform: rotateY(90deg) scale(.9);
-webkit-animation-name: flipouttoright;
-moz-transform: rotateY(90deg) scale(.9);
-moz-animation-name: flipouttoright;
transform: rotateY(90deg) scale(.9);
animation-name: flipouttoright;
}
.flip.in.reverse {
-webkit-animation-name: flipintoleft;
-moz-animation-name: flipintoleft;
animation-name: flipintoleft;
}
@-webkit-keyframes flipouttoleft {
from { -webkit-transform: rotateY(0); }
to { -webkit-transform: rotateY(-90deg) scale(.9); }
}
@-moz-keyframes flipouttoleft {
from { -moz-transform: rotateY(0); }
to { -moz-transform: rotateY(-90deg) scale(.9); }
}
@keyframes flipouttoleft {
from { transform: rotateY(0); }
to { transform: rotateY(-90deg) scale(.9); }
}
@-webkit-keyframes flipouttoright {
from { -webkit-transform: rotateY(0) ; }
to { -webkit-transform: rotateY(90deg) scale(.9); }
}
@-moz-keyframes flipouttoright {
from { -moz-transform: rotateY(0); }
to { -moz-transform: rotateY(90deg) scale(.9); }
}
@keyframes flipouttoright {
from { transform: rotateY(0); }
to { transform: rotateY(90deg) scale(.9); }
}
@-webkit-keyframes flipintoleft {
from { -webkit-transform: rotateY(-90deg) scale(.9); }
to { -webkit-transform: rotateY(0); }
}
@-moz-keyframes flipintoleft {
from { -moz-transform: rotateY(-90deg) scale(.9); }
to { -moz-transform: rotateY(0); }
}
@keyframes flipintoleft {
from { transform: rotateY(-90deg) scale(.9); }
to { transform: rotateY(0); }
}
@-webkit-keyframes flipintoright {
from { -webkit-transform: rotateY(90deg) scale(.9); }
to { -webkit-transform: rotateY(0); }
}
@-moz-keyframes flipintoright {
from { -moz-transform: rotateY(90deg) scale(.9); }
to { -moz-transform: rotateY(0); }
}
@keyframes flipintoright {
from { transform: rotateY(90deg) scale(.9); }
to { transform: rotateY(0); }
}
/* The properties in this rule are only necessary for the 'flip' transition.
* We need specify the perspective to create a projection matrix. This will add
* some depth as the element flips. The depth number represents the distance of
* the viewer from the z-plane. According to the CSS3 spec, 1000 is a moderate
* value.
*/
.viewport-turn {
-webkit-perspective: 200px;
-moz-perspective: 200px;
-ms-perspective: 200px;
perspective: 200px;
position: absolute;
}
.turn {
-webkit-backface-visibility: hidden;
-webkit-transform: translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
-webkit-transform-origin: 0;
-moz-backface-visibility: hidden;
-moz-transform: translateX(0);
-moz-transform-origin: 0;
backface-visibility :hidden;
transform: translateX(0);
transform-origin: 0;
}
.turn.out {
-webkit-transform: rotateY(-90deg) scale(.9);
-webkit-animation-name: flipouttoleft;
-webkit-animation-duration: 125ms;
-moz-transform: rotateY(-90deg) scale(.9);
-moz-animation-name: flipouttoleft;
-moz-animation-duration: 125ms;
transform: rotateY(-90deg) scale(.9);
animation-name: flipouttoleft;
animation-duration: 125ms;
}
.turn.in {
-webkit-animation-name: flipintoright;
-webkit-animation-duration: 250ms;
-moz-animation-name: flipintoright;
-moz-animation-duration: 250ms;
animation-name: flipintoright;
animation-duration: 250ms;
}
.turn.out.reverse {
-webkit-transform: rotateY(90deg) scale(.9);
-webkit-animation-name: flipouttoright;
-moz-transform: rotateY(90deg) scale(.9);
-moz-animation-name: flipouttoright;
transform: rotateY(90deg) scale(.9);
animation-name: flipouttoright;
}
.turn.in.reverse {
-webkit-animation-name: flipintoleft;
-moz-animation-name: flipintoleft;
animation-name: flipintoleft;
}
@-webkit-keyframes flipouttoleft {
from { -webkit-transform: rotateY(0); }
to { -webkit-transform: rotateY(-90deg) scale(.9); }
}
@-moz-keyframes flipouttoleft {
from { -moz-transform: rotateY(0); }
to { -moz-transform: rotateY(-90deg) scale(.9); }
}
@keyframes flipouttoleft {
from { transform: rotateY(0); }
to { transform: rotateY(-90deg) scale(.9); }
}
@-webkit-keyframes flipouttoright {
from { -webkit-transform: rotateY(0) ; }
to { -webkit-transform: rotateY(90deg) scale(.9); }
}
@-moz-keyframes flipouttoright {
from { -moz-transform: rotateY(0); }
to { -moz-transform: rotateY(90deg) scale(.9); }
}
@keyframes flipouttoright {
from { transform: rotateY(0); }
to { transform: rotateY(90deg) scale(.9); }
}
@-webkit-keyframes flipintoleft {
from { -webkit-transform: rotateY(-90deg) scale(.9); }
to { -webkit-transform: rotateY(0); }
}
@-moz-keyframes flipintoleft {
from { -moz-transform: rotateY(-90deg) scale(.9); }
to { -moz-transform: rotateY(0); }
}
@keyframes flipintoleft {
from { transform: rotateY(-90deg) scale(.9); }
to { transform: rotateY(0); }
}
@-webkit-keyframes flipintoright {
from { -webkit-transform: rotateY(90deg) scale(.9); }
to { -webkit-transform: rotateY(0); }
}
@-moz-keyframes flipintoright {
from { -moz-transform: rotateY(90deg) scale(.9); }
to { -moz-transform: rotateY(0); }
}
@keyframes flipintoright {
from { transform: rotateY(90deg) scale(.9); }
to { transform: rotateY(0); }
}
/* flow transition */
.flow {
-webkit-transform-origin: 50% 30%;
-webkit-box-shadow: 0 0 20px rgba(0,0,0,.4);
-moz-transform-origin: 50% 30%;
-moz-box-shadow: 0 0 20px rgba(0,0,0,.4);
transform-origin: 50% 30%;
box-shadow: 0 0 20px rgba(0,0,0,.4);
}
.ui-dialog.flow {
-webkit-transform-origin: none;
-webkit-box-shadow: none;
-moz-transform-origin: none;
-moz-box-shadow: none;
transform-origin: none;
box-shadow: none;
}
.flow.out {
-webkit-transform: translateX(-100%) scale(.7);
-webkit-animation-name: flowouttoleft;
-webkit-animation-timing-function: ease;
-webkit-animation-duration: 350ms;
-moz-transform: translateX(-100%) scale(.7);
-moz-animation-name: flowouttoleft;
-moz-animation-timing-function: ease;
-moz-animation-duration: 350ms;
transform: translateX(-100%) scale(.7);
animation-name: flowouttoleft;
animation-timing-function: ease;
animation-duration: 350ms;
}
.flow.in {
-webkit-transform: translateX(0) scale(1);
-webkit-animation-name: flowinfromright;
-webkit-animation-timing-function: ease;
-webkit-animation-duration: 350ms;
-moz-transform: translateX(0) scale(1);
-moz-animation-name: flowinfromright;
-moz-animation-timing-function: ease;
-moz-animation-duration: 350ms;
transform: translateX(0) scale(1);
animation-name: flowinfromright;
animation-timing-function: ease;
animation-duration: 350ms;
}
.flow.out.reverse {
-webkit-transform: translateX(100%);
-webkit-animation-name: flowouttoright;
-moz-transform: translateX(100%);
-moz-animation-name: flowouttoright;
transform: translateX(100%);
animation-name: flowouttoright;
}
.flow.in.reverse {
-webkit-animation-name: flowinfromleft;
-moz-animation-name: flowinfromleft;
animation-name: flowinfromleft;
}
@-webkit-keyframes flowouttoleft {
0% { -webkit-transform: translateX(0) scale(1); }
60%, 70% { -webkit-transform: translateX(0) scale(.7); }
100% { -webkit-transform: translateX(-100%) scale(.7); }
}
@-moz-keyframes flowouttoleft {
0% { -moz-transform: translateX(0) scale(1); }
60%, 70% { -moz-transform: translateX(0) scale(.7); }
100% { -moz-transform: translateX(-100%) scale(.7); }
}
@keyframes flowouttoleft {
0% { transform: translateX(0) scale(1); }
60%, 70% { transform: translateX(0) scale(.7); }
100% { transform: translateX(-100%) scale(.7); }
}
@-webkit-keyframes flowouttoright {
0% { -webkit-transform: translateX(0) scale(1); }
60%, 70% { -webkit-transform: translateX(0) scale(.7); }
100% { -webkit-transform: translateX(100%) scale(.7); }
}
@-moz-keyframes flowouttoright {
0% { -moz-transform: translateX(0) scale(1); }
60%, 70% { -moz-transform: translateX(0) scale(.7); }
100% { -moz-transform: translateX(100%) scale(.7); }
}
@keyframes flowouttoright {
0% { transform: translateX(0) scale(1); }
60%, 70% { transform: translateX(0) scale(.7); }
100% { transform: translateX(100%) scale(.7); }
}
@-webkit-keyframes flowinfromleft {
0% { -webkit-transform: translateX(-100%) scale(.7); }
30%, 40% { -webkit-transform: translateX(0) scale(.7); }
100% { -webkit-transform: translateX(0) scale(1); }
}
@-moz-keyframes flowinfromleft {
0% { -moz-transform: translateX(-100%) scale(.7); }
30%, 40% { -moz-transform: translateX(0) scale(.7); }
100% { -moz-transform: translateX(0) scale(1); }
}
@keyframes flowinfromleft {
0% { transform: translateX(-100%) scale(.7); }
30%, 40% { transform: translateX(0) scale(.7); }
100% { transform: translateX(0) scale(1); }
}
@-webkit-keyframes flowinfromright {
0% { -webkit-transform: translateX(100%) scale(.7); }
30%, 40% { -webkit-transform: translateX(0) scale(.7); }
100% { -webkit-transform: translateX(0) scale(1); }
}
@-moz-keyframes flowinfromright {
0% { -moz-transform: translateX(100%) scale(.7); }
30%, 40% { -moz-transform: translateX(0) scale(.7); }
100% { -moz-transform: translateX(0) scale(1); }
}
@keyframes flowinfromright {
0% { transform: translateX(100%) scale(.7); }
30%, 40% { transform: translateX(0) scale(.7); }
100% { transform: translateX(0) scale(1); }
}
.ui-field-contain,
.ui-mobile fieldset.ui-field-contain {
display: block;
position: relative;
overflow: visible;
clear: both;
padding: .8em 0;
}
.ui-field-contain > label + [class*="ui-"],
.ui-field-contain .ui-controlgroup-controls {
margin: 0;
}
.ui-field-contain:last-child {
border-bottom-width: 0;
}
@media (min-width: 28em) {
.ui-field-contain,
.ui-mobile fieldset.ui-field-contain {
padding: 0;
margin: 1em 0;
border-bottom-width: 0;
}
.ui-field-contain:before,
.ui-field-contain:after {
content: "";
display: table;
}
.ui-field-contain:after {
clear: both;
}
.ui-field-contain > label,
.ui-field-contain .ui-controlgroup-label,
.ui-field-contain > .ui-rangeslider > label {
float: left;
width: 20%;
margin: .5em 2% 0 0;
}
.ui-popup .ui-field-contain > label,
.ui-popup .ui-field-contain .ui-controlgroup-label,
.ui-popup .ui-field-contain > .ui-rangeslider > label {
float: none;
width: auto;
margin: 0 0 .4em;
}
.ui-field-contain > label + [class*="ui-"],
.ui-field-contain .ui-controlgroup-controls {
float: left;
width: 78%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
/* ui-hide-label deprecated in 1.4. TODO: Remove in 1.5 */
.ui-hide-label > label + [class*="ui-"],
.ui-hide-label .ui-controlgroup-controls,
.ui-popup .ui-field-contain > label + [class*="ui-"],
.ui-popup .ui-field-contain .ui-controlgroup-controls {
float: none;
width: 100%;
}
.ui-field-contain > label + .ui-btn-inline {
width: auto;
margin-right: .625em;
}
}
/* content configurations. */
.ui-grid-a,
.ui-grid-b,
.ui-grid-c,
.ui-grid-d,
.ui-grid-solo {
overflow: hidden;
}
.ui-block-a,
.ui-block-b,
.ui-block-c,
.ui-block-d,
.ui-block-e {
margin: 0;
padding: 0;
border: 0;
float: left;
min-height: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* force new row */
.ui-block-a {
clear: left;
}
ul.ui-grid-a,
ul.ui-grid-b,
ul.ui-grid-c,
ul.ui-grid-d,
ul.ui-grid-solo,
li.ui-block-a,
li.ui-block-b,
li.ui-block-c,
li.ui-block-d,
li.ui-block-e {
margin-left: 0;
margin-right: 0;
padding: 0;
list-style: none;
}
/* No margin in grids for 100% width button elements until we can use max-width: fill-available; */
[class*="ui-block-"] > button.ui-btn,
.ui-grid-solo > button.ui-btn {
margin-right: 0;
margin-left: 0;
}
[class*="ui-block-"] > .ui-btn,
[class*="ui-block-"] > .ui-select,
[class*="ui-block-"] > .ui-checkbox,
[class*="ui-block-"] > .ui-radio,
[class*="ui-block-"] > button.ui-btn-inline,
[class*="ui-block-"] > button.ui-btn-icon-notext,
.ui-grid-solo > [class*="ui-"] {
margin-right: .3125em;
margin-left: .3125em;
}
.ui-grid-a > .ui-block-a,
.ui-grid-a > .ui-block-b {
/* width: 49.95%; IE7 */
/* margin-right: -.5px; BB5 */
width: 50%;
}
.ui-grid-b > .ui-block-a,
.ui-grid-b > .ui-block-b,
.ui-grid-b > .ui-block-c {
/* width: 33.25%; IE7 */
/* margin-right: -.5px; BB5 */
width: 33.333%;
}
.ui-grid-c > .ui-block-a,
.ui-grid-c > .ui-block-b,
.ui-grid-c > .ui-block-c,
.ui-grid-c > .ui-block-d {
/* width: 24.925%; IE7 */
/* margin-right: -.5px; BB5 */
width: 25%;
}
.ui-grid-d > .ui-block-a,
.ui-grid-d > .ui-block-b,
.ui-grid-d > .ui-block-c,
.ui-grid-d > .ui-block-d,
.ui-grid-d > .ui-block-e {
/* width: 19.925%; IE7 */
width: 20%;
}
.ui-grid-solo > .ui-block-a {
width: 100%;
float: none;
}
/* preset breakpoint to switch to stacked grid styles below 35em (560px) */
@media (max-width: 35em) {
.ui-responsive > .ui-block-a,
.ui-responsive > .ui-block-b,
.ui-responsive > .ui-block-c,
.ui-responsive > .ui-block-d,
.ui-responsive > .ui-block-e {
width: 100%;
float: none;
}
}
/* fixed page header & footer configuration */
.ui-header-fixed,
.ui-footer-fixed {
left: 0;
right: 0;
width: 100%;
position: fixed;
z-index: 1000;
}
.ui-header-fixed {
top: -1px;
padding-top: 1px;
}
.ui-header-fixed.ui-fixed-hidden {
top: 0;
padding-top: 0;
}
.ui-header-fixed .ui-btn-left,
.ui-header-fixed .ui-btn-right {
margin-top: 1px;
}
.ui-header-fixed.ui-fixed-hidden .ui-btn-left,
.ui-header-fixed.ui-fixed-hidden .ui-btn-right {
margin-top: 0;
}
.ui-footer-fixed {
bottom: -1px;
padding-bottom: 1px;
}
.ui-footer-fixed.ui-fixed-hidden {
bottom: 0;
padding-bottom: 0;
}
.ui-header-fullscreen,
.ui-footer-fullscreen {
filter: Alpha(Opacity=90);
opacity: .9;
}
/* updatePagePadding() will update the padding to actual height of header and footer. */
.ui-page-header-fixed {
padding-top: 2.8125em;
}
.ui-page-footer-fixed {
padding-bottom: 2.8125em;
}
.ui-page-header-fullscreen > .ui-content,
.ui-page-footer-fullscreen > .ui-content {
padding: 0;
}
.ui-fixed-hidden {
position: absolute;
}
/* Tap toggle: hide external fixed footer. See issue #6604 */
.ui-footer-fixed.ui-fixed-hidden {
display: none;
}
.ui-page .ui-footer-fixed.ui-fixed-hidden {
display: block
}
.ui-page-header-fullscreen .ui-fixed-hidden,
.ui-page-footer-fullscreen .ui-fixed-hidden {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px,1px,1px,1px);
}
.ui-header-fixed .ui-btn,
.ui-footer-fixed .ui-btn {
z-index: 10;
}
/* workarounds for other widgets */
.ui-android-2x-fixed .ui-li-has-thumb {
-webkit-transform: translate3d(0,0,0);
}
.ui-navbar {
max-width: 100%;
}
.ui-navbar ul:before,
.ui-navbar ul:after {
content: "";
display: table;
}
.ui-navbar ul:after {
clear: both;
}
.ui-navbar ul {
list-style: none;
margin: 0;
padding: 0;
position: relative;
display: block;
border: 0;
max-width: 100%;
overflow: visible;
}
.ui-navbar li .ui-btn {
font-size: 12.5px;
display: block;
margin: 0;
border-right-width: 0;
}
.ui-navbar .ui-btn:focus {
z-index: 1;
}
/* fixes gaps caused by subpixel problem */
.ui-navbar li:last-child .ui-btn {
margin-right: -4px;
}
.ui-navbar li:last-child .ui-btn:after {
margin-right: 4px;
}
.ui-content .ui-navbar li:last-child .ui-btn,
.ui-content .ui-navbar .ui-grid-duo .ui-block-b .ui-btn {
border-right-width: 1px;
margin-right: 0;
}
.ui-content .ui-navbar li:last-child .ui-btn:after,
.ui-content .ui-navbar .ui-grid-duo .ui-block-b .ui-btn:after {
margin-right: 0;
}
.ui-navbar .ui-grid-duo .ui-block-a:last-child .ui-btn {
border-right-width: 1px;
margin-right: -1px;
}
.ui-navbar .ui-grid-duo .ui-block-a:last-child .ui-btn:after {
margin-right: 1px;
}
.ui-navbar .ui-grid-duo .ui-btn {
border-top-width: 0;
}
.ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn,
.ui-navbar .ui-grid-duo .ui-block-a:first-child + .ui-block-b .ui-btn {
border-top-width: 1px;
}
.ui-header .ui-navbar .ui-btn,
.ui-footer .ui-navbar .ui-btn {
border-top-width: 0;
border-bottom-width: 0;
}
.ui-header .ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn,
.ui-footer .ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn,
.ui-header .ui-navbar .ui-grid-duo .ui-block-a:first-child + .ui-block-b .ui-btn,
.ui-footer .ui-navbar .ui-grid-duo .ui-block-a:first-child + .ui-block-b .ui-btn {
border-top-width: 0;
}
.ui-header .ui-title ~ .ui-navbar .ui-btn,
.ui-footer .ui-title ~ .ui-navbar .ui-btn,
.ui-header .ui-navbar .ui-grid-duo .ui-btn,
.ui-footer .ui-navbar .ui-grid-duo .ui-btn,
.ui-header .ui-title ~ .ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn,
.ui-footer .ui-title ~ .ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn,
.ui-header .ui-title ~ .ui-navbar .ui-grid-duo .ui-block-a:first-child + .ui-block-b .ui-btn,
.ui-footer .ui-title ~ .ui-navbar .ui-grid-duo .ui-block-a:first-child + .ui-block-b .ui-btn {
border-top-width: 1px;
}
/* Hide the native input element */
.ui-input-btn input {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0;
border: 0;
outline: 0;
-webkit-border-radius: inherit;
border-bottom-radius: inherit;
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
background: #fff;
background: rgba(255,255,255,0);
filter: Alpha(Opacity=0);
opacity: .1;
font-size: 1px;
text-indent: -9999px;
z-index: 2;
}
/* Fixes IE/WP filter alpha opacity bugs */
.ui-input-btn.ui-state-disabled input {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px,1px,1px,1px);
}
.ui-collapsible {
margin: 0 -1em;
}
.ui-collapsible-inset,
.ui-collapsible-set {
margin: .5em 0;
}
.ui-collapsible-heading {
display: block;
margin: 0;
padding: 0;
position: relative;
}
.ui-collapsible-heading .ui-btn {
text-align: left;
margin: 0;
border-left-width: 0;
border-right-width: 0;
}
.ui-collapsible-heading .ui-btn-icon-top,
.ui-collapsible-heading .ui-btn-icon-bottom {
text-align: center;
}
.ui-collapsible-inset .ui-collapsible-heading .ui-btn {
border-right-width: 1px;
border-left-width: 1px;
}
.ui-collapsible-collapsed + .ui-collapsible:not(.ui-collapsible-inset) > .ui-collapsible-heading .ui-btn {
border-top-width: 0;
}
.ui-collapsible-set .ui-collapsible:not(.ui-collapsible-inset) .ui-collapsible-heading .ui-btn {
border-top-width: 1px;
}
.ui-collapsible-heading-status {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px,1px,1px,1px);
}
.ui-collapsible-content {
display: block;
margin: 0;
padding: .5em 1em;
}
.ui-collapsible-themed-content .ui-collapsible-content {
border-left-width: 0;
border-right-width: 0;
border-top-width: 0;
border-bottom-width: 1px;
border-style: solid;
}
.ui-collapsible-inset.ui-collapsible-themed-content .ui-collapsible-content {
border-left-width: 1px;
border-right-width: 1px;
}
.ui-collapsible-inset .ui-collapsible-content {
margin: 0;
}
.ui-collapsible-content-collapsed {
display: none;
}
.ui-collapsible-set > .ui-collapsible.ui-corner-all {
-webkit-border-radius: 0;
border-radius: 0;
}
.ui-collapsible-heading,
.ui-collapsible-heading > .ui-btn {
-webkit-border-radius: inherit;
border-radius: inherit;
}
.ui-collapsible-set .ui-collapsible.ui-first-child {
-webkit-border-top-right-radius: inherit;
border-top-right-radius: inherit;
-webkit-border-top-left-radius: inherit;
border-top-left-radius: inherit;
}
.ui-collapsible-content,
.ui-collapsible-set .ui-collapsible.ui-last-child {
-webkit-border-bottom-right-radius: inherit;
border-bottom-right-radius: inherit;
-webkit-border-bottom-left-radius: inherit;
border-bottom-left-radius: inherit;
}
.ui-collapsible-themed-content:not(.ui-collapsible-collapsed) > .ui-collapsible-heading {
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
}
.ui-collapsible-set .ui-collapsible {
margin: -1px -1em 0;
}
.ui-collapsible-set .ui-collapsible-inset {
margin: -1px 0 0;
}
.ui-collapsible-set .ui-collapsible.ui-first-child {
margin-top: 0;
}
.ui-controlgroup,
fieldset.ui-controlgroup {
padding: 0;
margin: .5em 0;
}
.ui-field-contain .ui-controlgroup,
.ui-field-contain fieldset.ui-controlgroup {
margin: 0;
}
.ui-mini .ui-controlgroup-label {
font-size: 16px;
}
.ui-controlgroup.ui-mini .ui-btn-icon-notext,
.ui-controlgroup .ui-mini.ui-btn-icon-notext {
font-size: inherit;
}
.ui-controlgroup-controls .ui-btn,
.ui-controlgroup-controls .ui-checkbox,
.ui-controlgroup-controls .ui-radio,
.ui-controlgroup-controls .ui-select {
margin: 0;
}
.ui-controlgroup-controls .ui-btn:focus,
.ui-controlgroup-controls .ui-btn.ui-focus {
z-index: 1;
}
.ui-controlgroup-controls li {
list-style: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-controls {
display: inline-block;
vertical-align: middle;
}
.ui-controlgroup-horizontal .ui-controlgroup-controls:before,
.ui-controlgroup-horizontal .ui-controlgroup-controls:after {
content: "";
display: table;
}
.ui-controlgroup-horizontal .ui-controlgroup-controls:after {
clear: both;
}
.ui-controlgroup-horizontal .ui-controlgroup-controls > .ui-btn,
.ui-controlgroup-horizontal .ui-controlgroup-controls li > .ui-btn,
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-checkbox,
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-radio,
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-select {
float: left;
clear: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-controls button.ui-btn,
.ui-controlgroup-controls .ui-btn-icon-notext {
width: auto;
}
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-btn-icon-notext,
.ui-controlgroup-horizontal .ui-controlgroup-controls button.ui-btn-icon-notext {
width: 1.5em;
}
.ui-controlgroup-controls .ui-btn-icon-notext {
height: auto;
padding: .7em 1em;
}
.ui-controlgroup-vertical .ui-controlgroup-controls .ui-btn {
border-bottom-width: 0;
}
.ui-controlgroup-vertical .ui-controlgroup-controls .ui-btn.ui-last-child {
border-bottom-width: 1px;
}
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-btn {
border-right-width: 0;
}
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-btn.ui-last-child {
border-right-width: 1px;
}
.ui-controlgroup-controls .ui-btn-corner-all,
.ui-controlgroup-controls .ui-btn.ui-corner-all {
-webkit-border-radius: 0;
border-radius: 0;
}
.ui-controlgroup-controls,
.ui-controlgroup-controls .ui-radio,
.ui-controlgroup-controls .ui-checkbox,
.ui-controlgroup-controls .ui-select,
.ui-controlgroup-controls li {
-webkit-border-radius: inherit;
border-radius: inherit;
}
.ui-controlgroup-vertical .ui-btn.ui-first-child {
-webkit-border-top-left-radius: inherit;
border-top-left-radius: inherit;
-webkit-border-top-right-radius: inherit;
border-top-right-radius: inherit;
}
.ui-controlgroup-vertical .ui-btn.ui-last-child {
-webkit-border-bottom-left-radius: inherit;
border-bottom-left-radius: inherit;
-webkit-border-bottom-right-radius: inherit;
border-bottom-right-radius: inherit;
}
.ui-controlgroup-horizontal .ui-btn.ui-first-child {
-webkit-border-top-left-radius: inherit;
border-top-left-radius: inherit;
-webkit-border-bottom-left-radius: inherit;
border-bottom-left-radius: inherit;
}
.ui-controlgroup-horizontal .ui-btn.ui-last-child {
-webkit-border-top-right-radius: inherit;
border-top-right-radius: inherit;
-webkit-border-bottom-right-radius: inherit;
border-bottom-right-radius: inherit;
}
.ui-controlgroup-controls a.ui-shadow:not(:focus),
.ui-controlgroup-controls button.ui-shadow:not(:focus),
.ui-controlgroup-controls div.ui-shadow:not(.ui-focus) {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
/* Fixes legend not wrapping on IE10 */
.ui-controlgroup-label legend {
max-width: 100%;
}
.ui-controlgroup-controls > label {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px,1px,1px,1px);
}
.ui-dialog {
background: none !important; /* this is to ensure that dialog theming does not apply (by default at least) on the page div */
}
.ui-dialog-contain {
width: 92.5%;
max-width: 500px;
margin: 10% auto 1em auto;
padding: 0;
position: relative;
top: -1em;
}
.ui-dialog-contain > .ui-header,
.ui-dialog-contain > .ui-content,
.ui-dialog-contain > .ui-footer {
display: block;
position: relative;
width: auto;
margin: 0;
}
.ui-dialog-contain > .ui-header {
overflow: hidden;
z-index: 10;
padding: 0;
border-top-width: 0;
}
.ui-dialog-contain > .ui-footer {
z-index: 10;
padding: 0 1em;
border-bottom-width: 0;
}
.ui-popup-open .ui-header-fixed,
.ui-popup-open .ui-footer-fixed {
position: absolute !important; /* See issues #4816, #4844 and #4874 and popup.js */
}
.ui-popup-screen {
background-image: url(data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); /* Necessary to set some form of background to ensure element is clickable in IE6/7. While legacy IE won't understand the data-URI'd image, it ensures no additional requests occur in all other browsers with little overhead. */
top: 0;
left: 0;
right: 0;
bottom: 1px;
position: absolute;
filter: Alpha(Opacity=0);
opacity: 0;
z-index: 1099;
}
.ui-popup-screen.in {
opacity: 0.5;
filter: Alpha(Opacity=50);
}
.ui-popup-screen.out {
opacity: 0;
filter: Alpha(Opacity=0);
}
.ui-popup-container {
z-index: 1100;
display: inline-block;
position: absolute;
padding: 0;
outline: 0;
}
.ui-popup {
position: relative;
}
.ui-popup.ui-body-inherit {
border-width: 1px;
border-style: solid;
}
.ui-popup-hidden {
left: 0;
top: 0;
position: absolute !important;
visibility: hidden;
}
.ui-popup-truncate {
height: 1px;
width: 1px;
margin: -1px;
overflow: hidden;
clip: rect(1px,1px,1px,1px);
}
.ui-popup.ui-content,
.ui-popup .ui-content {
overflow: visible;
}
.ui-popup > .ui-header {
border-top-width: 0;
}
.ui-popup > .ui-footer {
border-bottom-width: 0;
}
.ui-popup > p,
.ui-popup > h1,
.ui-popup > h2,
.ui-popup > h3,
.ui-popup > h4,
.ui-popup > h5,
.ui-popup > h6 {
margin: .5em .4375em;
}
.ui-popup > span {
display: block;
margin: .5em .4375em;
}
.ui-popup-container .ui-content > p,
.ui-popup-container .ui-content > h1,
.ui-popup-container .ui-content > h2,
.ui-popup-container .ui-content > h3,
.ui-popup-container .ui-content > h4,
.ui-popup-container .ui-content > h5,
.ui-popup-container .ui-content > h6 {
margin: .5em 0;
}
.ui-popup-container .ui-content > span {
margin: 0;
}
.ui-popup-container .ui-content > p:first-child,
.ui-popup-container .ui-content > h1:first-child,
.ui-popup-container .ui-content > h2:first-child,
.ui-popup-container .ui-content > h3:first-child,
.ui-popup-container .ui-content > h4:first-child,
.ui-popup-container .ui-content > h5:first-child,
.ui-popup-container .ui-content > h6:first-child {
margin-top: 0;
}
.ui-popup-container .ui-content > p:last-child,
.ui-popup-container .ui-content > h1:last-child,
.ui-popup-container .ui-content > h2:last-child,
.ui-popup-container .ui-content > h3:last-child,
.ui-popup-container .ui-content > h4:last-child,
.ui-popup-container .ui-content > h5:last-child,
.ui-popup-container .ui-content > h6:last-child {
margin-bottom: 0;
}
.ui-popup > img {
max-width: 100%;
max-height: 100%;
vertical-align: middle;
}
.ui-popup:not(.ui-content) > img:only-child,
.ui-popup:not(.ui-content) > .ui-btn-left:first-child + img:last-child,
.ui-popup:not(.ui-content) > .ui-btn-right:first-child + img:last-child {
-webkit-border-radius: inherit;
border-radius: inherit;
}
.ui-popup iframe {
vertical-align: middle;
}
.ui-popup > .ui-btn-left,
.ui-popup > .ui-btn-right {
position: absolute;
top: -11px;
margin: 0;
z-index: 1101;
}
.ui-popup > .ui-btn-left {
left: -11px;
}
.ui-popup > .ui-btn-right {
right: -11px;
}
/* Dimensions related to the popup arrow
-----------------------------------------------------------------------------------------------------------*/
/* desired triangle height: 10px */
/**
* guide for the arrow - its width, height, and offset are theme-dependent and
* should be expessed as left, right, top, bottom, so that the element bearing
* such a class becomes stretched inside its parent position: relative element.
* The left/top/right/bottom specified below should reflect the corresponding
* border radii and so it leaves room for the shadow:
* ..--------------------..
* ." ^ top ".
* / v \
* | +------------------+ |
* | | | |
* | left| |right|
* |<--->| |<--->|
* | +------------------+ |
* \ ^ /
* `. v bottom .'
* ""--------------------""
* The idea is that the top/left of the arrow container box does not move to a
* coordinate smaller than the top/left of the guide and the right/bottom of
* the arrow container box does not move to a coordinate larger than the
* bottom/right of the guide. This will help us avoid the following situation:
* ..--------------------..
* ." ^ top ".
* /|/ v \
* / | +------------------+ |
* \ | | | |
* \| left| |right|
* |<--->| |<--->|
* | +------------------+ |
* \ ^ /
* `. v bottom .'
* ""--------------------""
* The arrow should not receive a top/left coordinate such that it is too close
* to one of the corners, because then at first the shadow of the arrow and,
* given a coordinate even closer to the corner, even the body of the arrow will
* "stick out" of the corner of the popup. The guide provides a hint to the
* arrow positioning code as to which range of values is acceptable for the
* arrow container's top/left coordinate.
**/
.ui-popup-arrow-container {
width: 20px;
height: 20px;
}
/* aside from the "infinities" (-1000,2000), triangle height is used */
.ui-popup-arrow-container.ui-popup-arrow-l {
left: -10px;
clip: rect(-1000px,10px,2000px,-1000px);
}
.ui-popup-arrow-container.ui-popup-arrow-t {
top: -10px;
clip: rect(-1000px,2000px,10px,-1000px);
}
.ui-popup-arrow-container.ui-popup-arrow-r {
right: -10px;
clip: rect(-1000px,2000px,2000px,10px);
}
.ui-popup-arrow-container.ui-popup-arrow-b {
bottom: -10px;
clip: rect(10px,2000px,1000px,-1000px);
}
/**
* For each side, the arrow is twice the desired size and its corner is aligned
* with the edge of the container:
*
* /\ /\ +----+ /\
* / \ / \ | /\ |top / \
* +----+ \ / +----+ +-->|/ \| / \
* left| / | \ / | \ |right | | | / \
* |/ | \ / | \| | /| |\ / \
* |\ | / \ | /| | / +----+ \ \ +----+ /
* | \ | / \ | / | | \ / \| |/
* +----+ / \ +----+ | \ / | |
* ^ \ / \ / ^ | \ / +->|\ /|
* | \/ \/ | | \ / | | \/ |bottom
* | | | \/ | +----+
* +-------------------+--------+-----------+
* |
* arrow container
* (clips arrow)
**/
.ui-popup-arrow-container .ui-popup-arrow {
/* (4*desired triangle height)/sqrt(2) - does not account for border - centred within the outer rectangle */
width: 28.284271247px;
height: 28.284271247px;
border-width: 1px;
border-style: solid;
}
.ui-popup-arrow-container.ui-popup-arrow-t .ui-popup-arrow {
left: -4.142135623px;
top: 5.857864376px;
}
.ui-popup-arrow-container.ui-popup-arrow-b .ui-popup-arrow {
left: -4.142135623px;
top: -14.142135623px;
}
.ui-popup-arrow-container.ui-popup-arrow-l .ui-popup-arrow {
left: 5.857864376px;
top: -4.142135623px;
}
.ui-popup-arrow-container.ui-popup-arrow-r .ui-popup-arrow {
left: -14.142135623px;
top: -4.142135623px;
}
/* Fix rotation center for oldIE - see http://www.useragentman.com/IETransformsTranslator/ */
.ui-popup-arrow-container.ui-popup-arrow-t.ie .ui-popup-arrow {
margin-left: -5.857864376269049px;
margin-top: -7.0710678118654755px;
}
.ui-popup-arrow-container.ui-popup-arrow-b.ie .ui-popup-arrow {
margin-left: -5.857864376269049px;
margin-top: -4.142135623730951px;
}
.ui-popup-arrow-container.ui-popup-arrow-l.ie .ui-popup-arrow {
margin-left: -7.0710678118654755px;
margin-top: -5.857864376269049px;
}
.ui-popup-arrow-container.ui-popup-arrow-r.ie .ui-popup-arrow {
margin-left: -4.142135623730951px;
margin-top: -5.857864376269049px;
}
.ui-popup-arrow-background {
/* desired triangle height is used here */
width: 20px;
height: 20px;
}
.ui-popup-arrow-container.ui-popup-arrow-t .ui-popup-arrow-background
.ui-popup-arrow-container.ui-popup-arrow-b .ui-popup-arrow-background {
background-position: 0 10px;
}
.ui-popup-arrow-container.ui-popup-arrow-l .ui-popup-arrow-background,
.ui-popup-arrow-container.ui-popup-arrow-r .ui-popup-arrow-background {
background-position: 10px 0;
}
/* structure */
.ui-popup > .ui-popup-arrow-guide {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
visibility: hidden;
}
.ui-popup-arrow-container {
position: absolute;
}
.ui-popup-arrow {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
overflow: hidden;
box-sizing: border-box;
}
.ui-popup-arrow-container.ie .ui-popup-arrow {
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865474, SizingMethod='auto expand')";
filter: progid:DXImageTransform.Microsoft.Matrix(
M11=0.7071067811865474,
M12=-0.7071067811865477,
M21=0.7071067811865477,
M22=0.7071067811865474,
SizingMethod='auto expand');
}
.ui-popup-arrow-background {
position: absolute;
border: 0;
}
.ui-popup-arrow-container.ie .ui-popup-arrow-background {
background: none;
}
.ui-popup-arrow-container.ui-popup-arrow-t .ui-popup-arrow-background,
.ui-popup-arrow-container.ui-popup-arrow-b .ui-popup-arrow-background {
/* Undo rotation and reflect in x axis */
-webkit-transform: rotate(-45deg) scale(1, -1);
-moz-transform: rotate(-45deg) scale(1, -1);
-ms-transform: rotate(-45deg) scale(1, -1);
transform: rotate(-45deg) scale(1, -1);
}
.ui-popup-arrow-container.ui-popup-arrow-t.ie .ui-popup-arrow-background,
.ui-popup-arrow-container.ui-popup-arrow-b.ie .ui-popup-arrow-background {
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=-0.7071067811865467, M21=-0.7071067811865467, M22=-0.7071067811865483, SizingMethod='auto expand')";
filter: progid:DXImageTransform.Microsoft.Matrix(
M11=0.7071067811865483,
M12=-0.7071067811865467,
M21=-0.7071067811865467,
M22=-0.7071067811865483,
SizingMethod='auto expand');
}
.ui-popup-arrow-container.ui-popup-arrow-l .ui-popup-arrow-background,
.ui-popup-arrow-container.ui-popup-arrow-r .ui-popup-arrow-background {
/* Undo rotation and reflect in y axis */
-webkit-transform: rotate(-45deg) scale(-1, 1);
-moz-transform: rotate(-45deg) scale(-1, 1);
-ms-transform: rotate(-45deg) scale(-1, 1);
transform: rotate(-45deg) scale(-1, 1);
}
.ui-popup-arrow-container.ui-popup-arrow-l.ie .ui-popup-arrow-background,
.ui-popup-arrow-container.ui-popup-arrow-r.ie .ui-popup-arrow-background {
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-0.7071067811865483, M12=0.7071067811865467, M21=0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
filter: progid:DXImageTransform.Microsoft.Matrix(
M11=-0.7071067811865483,
M12=0.7071067811865467,
M21=0.7071067811865467,
M22=0.7071067811865483,
SizingMethod='auto expand');
}
.ui-checkbox,
.ui-radio {
margin: .5em 0;
position: relative;
}
.ui-checkbox .ui-btn,
.ui-radio .ui-btn {
margin: 0;
text-align: left;
white-space: normal; /* Nowrap + ellipsis doesn't work on label. Issue #1419. */
z-index: 2;
}
.ui-controlgroup .ui-checkbox .ui-btn.ui-focus,
.ui-controlgroup .ui-radio .ui-btn.ui-focus {
z-index: 3;
}
.ui-checkbox .ui-btn-icon-top,
.ui-radio .ui-btn-icon-top,
.ui-checkbox .ui-btn-icon-bottom,
.ui-radio .ui-btn-icon-bottom {
text-align: center;
}
.ui-controlgroup-horizontal .ui-checkbox .ui-btn:after,
.ui-controlgroup-horizontal .ui-radio .ui-btn:after {
content: none;
display: none;
}
/* Native input positioning */
.ui-checkbox input,
.ui-radio input {
position: absolute;
left: .466em;
top: 50%;
width: 22px;
height: 22px;
margin: -11px 0 0 0;
outline: 0 !important;
z-index: 1;
}
.ui-controlgroup-horizontal .ui-checkbox input,
.ui-controlgroup-horizontal .ui-radio input {
left: 50%;
margin-left: -9px;
}
.ui-checkbox input:disabled,
.ui-radio input:disabled {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px,1px,1px,1px);
}
.ui-select {
margin-top: .5em;
margin-bottom: .5em; /* no shorthand for margin because it would override margin-right for inline selects */
position: relative;
}
.ui-select > select {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px,1px,1px,1px);
}
.ui-select .ui-btn {
margin: 0;
opacity: 1; /* Fixes #2588: When Windows Phone 7.5 (Mango) tries to calculate a numeric opacity for a select (including "inherit") without explicitly specifying an opacity on the parent to give it context, a bug appears where clicking elsewhere on the page after opening the select will open the select again. */
}
.ui-select .ui-btn select {
position: absolute;
top: 0;
left: 0;
width: 100%;
min-height: 1.5em;
min-height: 100%;
height: 3em;
max-height: 100%;
outline: 0;
-webkit-border-radius: inherit;
border-radius: inherit;
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
filter: Alpha(Opacity=0);
opacity: 0;
z-index: 2;
}
@-moz-document url-prefix() {
.ui-select .ui-btn select {
opacity: 0.0001;
}
}
/* Display none because of issues with IE/WP's filter alpha opacity */
.ui-select .ui-state-disabled select {
display: none;
}
/* Because we add all classes of the select and option elements to the span... */
.ui-select span.ui-state-disabled {
filter: Alpha(Opacity=100);
opacity: 1;
}
.ui-select .ui-btn.ui-select-nativeonly {
border-radius: 0;
border: 0;
}
.ui-select .ui-btn.ui-select-nativeonly select {
opacity: 1;
text-indent: 0;
display: block;
}
/* ui-li-count is styled in the listview CSS. We set padding and offset here because select supports icon position while listview doesn't. */
.ui-select .ui-li-has-count.ui-btn {
padding-right: 2.8125em;
}
.ui-select .ui-li-has-count.ui-btn-icon-right {
padding-right: 4.6875em;
}
.ui-select .ui-btn-icon-right .ui-li-count {
right: 3.2em;
}
/* We set the rules for the span as well to fix an issue on Chrome with text-overflow ellipsis for the button in combination with text-align center. */
.ui-select .ui-btn > span:not(.ui-li-count) {
display: block;
text-overflow: ellipsis;
overflow: hidden !important;
white-space: nowrap;
}
.ui-selectmenu.ui-popup {
min-width: 11em;
}
.ui-selectmenu .ui-dialog-contain {
overflow: hidden;
}
.ui-selectmenu .ui-header {
margin: 0;
padding: 0;
border-width: 0;
}
.ui-selectmenu.ui-dialog .ui-header {
z-index: 1;
position: relative;
}
.ui-selectmenu.ui-popup .ui-header {
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
}
/* when no placeholder is defined in a multiple select, the header height doesn't even extend past the close button. this shim's content in there */
.ui-selectmenu.ui-popup .ui-header h1:after {
content: '.';
visibility: hidden;
}
.ui-selectmenu .ui-header .ui-title {
margin: 0 2.875em;
}
.ui-selectmenu.ui-dialog .ui-content {
overflow: visible;
z-index: 1;
}
.ui-selectmenu .ui-selectmenu-list {
margin: 0;
-webkit-border-radius: inherit;
border-radius: inherit;
}
.ui-header:not(.ui-screen-hidden) + .ui-selectmenu-list {
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0;
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
}
.ui-header.ui-screen-hidden + .ui-selectmenu-list li.ui-first-child .ui-btn {
border-top-width: 0;
}
.ui-selectmenu .ui-selectmenu-list li.ui-last-child .ui-btn {
border-bottom-width: 0;
}
.ui-selectmenu .ui-btn.ui-li-divider {
cursor: default;
}
.ui-selectmenu .ui-selectmenu-placeholder {
display: none;
}
.ui-listview,
.ui-listview > li {
margin: 0;
padding: 0;
list-style: none;
}
.ui-content .ui-listview,
.ui-panel-inner > .ui-listview {
margin: -1em;
}
.ui-content .ui-listview-inset,
.ui-panel-inner > .ui-listview-inset {
margin: 1em 0;
}
.ui-collapsible-content > .ui-listview {
margin: -.5em -1em;
}
.ui-collapsible-content > .ui-listview-inset {
margin: .5em 0;
}
.ui-listview > li {
display: block;
position: relative;
overflow: visible;
}
.ui-listview > .ui-li-static,
.ui-listview > .ui-li-divider,
.ui-listview > li > a.ui-btn {
margin: 0;
display: block;
position: relative;
text-align: left;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.ui-listview > li > .ui-btn:focus {
z-index: 1;
}
.ui-listview > .ui-li-static,
.ui-listview > .ui-li-divider,
.ui-listview > li > a.ui-btn {
border-width: 1px 0 0 0;
border-style: solid;
}
.ui-listview-inset > .ui-li-static,
.ui-listview-inset > .ui-li-divider,
.ui-listview-inset > li > a.ui-btn {
border-right-width: 1px;
border-left-width: 1px;
}
.ui-listview > .ui-li-static.ui-last-child,
.ui-listview > .ui-li-divider.ui-last-child,
.ui-listview > li.ui-last-child > a.ui-btn {
border-bottom-width: 1px;
}
.ui-collapsible-content > .ui-listview:not(.ui-listview-inset) > li.ui-first-child,
.ui-collapsible-content > .ui-listview:not(.ui-listview-inset) > li.ui-first-child > a.ui-btn {
border-top-width: 0;
}
.ui-collapsible-themed-content .ui-listview:not(.ui-listview-inset) > li.ui-last-child,
.ui-collapsible-themed-content .ui-listview:not(.ui-listview-inset) > li.ui-last-child > a.ui-btn {
border-bottom-width: 0;
}
.ui-listview > li.ui-first-child,
.ui-listview > li.ui-first-child > a.ui-btn {
-webkit-border-top-right-radius: inherit;
border-top-right-radius: inherit;
-webkit-border-top-left-radius: inherit;
border-top-left-radius: inherit;
}
.ui-listview > li.ui-last-child,
.ui-listview > li.ui-last-child > a.ui-btn {
-webkit-border-bottom-right-radius: inherit;
border-bottom-right-radius: inherit;
-webkit-border-bottom-left-radius: inherit;
border-bottom-left-radius: inherit;
}
.ui-listview > li.ui-li-has-alt > a.ui-btn {
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
}
.ui-listview > li.ui-first-child > a.ui-btn + a.ui-btn {
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-top-right-radius: inherit;
border-top-right-radius: inherit;
}
.ui-listview > li.ui-last-child > a.ui-btn + a.ui-btn {
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: inherit;
border-bottom-right-radius: inherit;
}
.ui-listview > li.ui-first-child img:first-child:not(.ui-li-icon) {
-webkit-border-top-left-radius: inherit;
border-top-left-radius: inherit;
}
.ui-listview > li.ui-last-child img:first-child:not(.ui-li-icon) {
-webkit-border-bottom-left-radius: inherit;
border-bottom-left-radius: inherit;
}
.ui-collapsible-content > .ui-listview:not(.ui-listview-inset) {
-webkit-border-radius: inherit;
border-radius: inherit;
}
.ui-listview > .ui-li-static {
padding: .7em 1em;
}
.ui-listview > .ui-li-divider {
padding: .5em 1.143em;
font-size: 14px;
font-weight: bold;
cursor: default;
outline: 0; /* Dividers in custom selectmenus have tabindex */
}
.ui-listview > .ui-li-has-count > .ui-btn,
.ui-listview > .ui-li-static.ui-li-has-count,
.ui-listview > .ui-li-divider.ui-li-has-count {
padding-right: 2.8125em;
}
.ui-listview > .ui-li-has-count > .ui-btn-icon-right {
padding-right: 4.6875em;
}
.ui-listview > .ui-li-has-thumb > .ui-btn,
.ui-listview > .ui-li-static.ui-li-has-thumb {
min-height: 3.625em;
padding-left: 6.25em;
}
/* ui-li-has-icon deprecated in 1.4. TODO: remove in 1.5 */
.ui-listview > .ui-li-has-icon > .ui-btn,
.ui-listview > .ui-li-static.ui-li-has-icon {
min-height: 1.25em;
padding-left: 2.5em;
}
/* Used by both listview and custom multiple select button */
.ui-li-count {
position: absolute;
font-size: 12.5px;
font-weight: bold;
text-align: center;
border-width: 1px;
border-style: solid;
padding: 0 .48em;
line-height: 1.6em;
min-height: 1.6em;
min-width: .64em;
right: .8em;
top: 50%;
margin-top: -.88em;
}
.ui-listview .ui-btn-icon-right .ui-li-count {
right: 3.2em;
}
.ui-listview .ui-li-has-thumb > img:first-child,
.ui-listview .ui-li-has-thumb > .ui-btn > img:first-child,
.ui-listview .ui-li-has-thumb .ui-li-thumb {
position: absolute;
left: 0;
top: 0;
max-height: 5em;
max-width: 5em;
}
/* ui-li-has-icon deprecated in 1.4. TODO: remove in 1.5 */
.ui-listview > .ui-li-has-icon > img:first-child,
.ui-listview > .ui-li-has-icon > .ui-btn > img:first-child {
position: absolute;
left: .625em;
top: .9em;
max-height: 1em;
max-width: 1em;
}
.ui-listview > li h1,
.ui-listview > li h2,
.ui-listview > li h3,
.ui-listview > li h4,
.ui-listview > li h5,
.ui-listview > li h6 {
font-size: 1em;
font-weight: bold;
display: block;
margin: .45em 0;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.ui-listview > li p {
font-size: .75em;
font-weight: normal;
display: block;
margin: .6em 0;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.ui-listview .ui-li-aside {
position: absolute;
top: 1em;
right: 3.333em;
margin: 0;
text-align: right;
}
.ui-listview > li.ui-li-has-alt > .ui-btn {
margin-right: 2.5em;
border-right-width: 0;
}
.ui-listview > li.ui-li-has-alt > .ui-btn + .ui-btn {
position: absolute;
width: 2.5em;
height: 100%;
min-height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-left-width: 1px;
top: 0;
right: 0;
margin: 0;
padding: 0;
z-index: 2;
}
.ui-listview-inset > li.ui-li-has-alt > .ui-btn + .ui-btn {
border-right-width: 1px;
}
.ui-listview > li.ui-li-has-alt > .ui-btn + .ui-btn:focus {
z-index: 3;
}
ol.ui-listview,
ol.ui-listview > .ui-li-divider {
counter-reset: listnumbering;
}
ol.ui-listview > li > .ui-btn,
ol.ui-listview > li.ui-li-static {
vertical-align: middle;
}
ol.ui-listview > li > .ui-btn:before,
ol.ui-listview > li.ui-li-static:before,
ol.ui-listview > li.ui-field-contain > label:before,
ol.ui-listview > li.ui-field-contain > .ui-controlgroup-label:before {
display: inline-block;
font-size: .9em;
font-weight: normal;
padding-right: .3em;
min-width: 1.4em;
line-height: 1.5;
vertical-align: middle;
counter-increment: listnumbering;
content: counter(listnumbering) ".";
}
ol.ui-listview > li.ui-field-contain:before {
content: none;
display: none;
}
ol.ui-listview > li h1:first-child,
ol.ui-listview > li h2:first-child,
ol.ui-listview > li h3:first-child,
ol.ui-listview > li h4:first-child,
ol.ui-listview > li h5:first-child,
ol.ui-listview > li h6:first-child,
ol.ui-listview > li p:first-child,
ol.ui-listview > li img:first-child + * {
display: inline-block;
vertical-align: middle;
}
ol.ui-listview > li h1:first-child ~ *,
ol.ui-listview > li h2:first-child ~ *,
ol.ui-listview > li h3:first-child ~ *,
ol.ui-listview > li h4:first-child ~ *,
ol.ui-listview > li h5:first-child ~ *,
ol.ui-listview > li h6:first-child ~ *,
ol.ui-listview > li p:first-child ~ *,
ol.ui-listview > li img:first-child + * ~ * {
margin-top: 0;
text-indent: 2.04em; /* (1.4em + .3em) * .9em / .75em */
}
html .ui-filterable + .ui-listview,
html .ui-filterable.ui-listview {
margin-top: .5em;
}
.ui-collapsible-content > form.ui-filterable {
margin-top: -.5em;
}
.ui-collapsible-content > .ui-input-search.ui-filterable {
margin-top: 0;
}
.ui-collapsible-content > .ui-filterable + .ui-listview:not(.ui-listview-inset) > li.ui-first-child,
.ui-collapsible-content > .ui-filterable + .ui-listview:not(.ui-listview-inset) > li.ui-first-child > a.ui-btn,
.ui-collapsible-content > .ui-filterable.ui-listview:not(.ui-listview-inset) > li.ui-first-child,
.ui-collapsible-content > .ui-filterable.ui-listview:not(.ui-listview-inset) > li.ui-first-child > a.ui-btn {
border-top-width: 1px;
}
div.ui-slider {
height: 30px;
margin: .5em 0;
padding: 0;
-ms-touch-action: pan-y pinch-zoom double-tap-zoom;
}
div.ui-slider:before,
div.ui-slider:after {
content: "";
display: table;
}
div.ui-slider:after {
clear: both;
}
input.ui-slider-input {
display: block;
float: left;
font-size: 14px;
font-weight: bold;
margin: 0;
padding: 4px;
width: 40px;
height: 20px;
line-height: 20px;
border-width: 1px;
border-style: solid;
outline: 0;
text-align: center;
vertical-align: text-bottom;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
}
.ui-slider-input::-webkit-outer-spin-button,
.ui-slider-input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.ui-slider-track {
position: relative;
overflow: visible;
border-width: 1px;
border-style: solid;
height: 15px;
margin: 0 15px 0 68px;
top: 6px;
}
.ui-slider-track.ui-mini {
height: 12px;
top: 8px;
}
.ui-slider-track .ui-slider-bg {
height: 100%;
}
/* High level of specificity to override button margins in grids */
.ui-slider-track .ui-btn.ui-slider-handle {
position: absolute;
z-index: 1;
top: 50%;
width: 28px;
height: 28px;
margin: -15px 0 0 -15px;
outline: 0;
padding: 0;
}
.ui-slider-track.ui-mini .ui-slider-handle {
height: 14px;
width: 14px;
margin: -8px 0 0 -8px;
}
select.ui-slider-switch {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px,1px,1px,1px);
}
div.ui-slider-switch {
display: inline-block;
height: 32px;
width: 5.8em;
top: 0;
}
/* reset the clearfix */
div.ui-slider-switch:before,
div.ui-slider-switch:after {
display: none;
clear: none;
}
div.ui-slider-switch.ui-mini {
height: 29px;
top: 0;
}
.ui-slider-inneroffset {
margin: 0 16px;
position: relative;
z-index: 1;
}
.ui-slider-switch.ui-mini .ui-slider-inneroffset {
margin: 0 15px 0 14px;
}
.ui-slider-switch .ui-btn.ui-slider-handle {
margin: 1px 0 0 -15px;
}
.ui-slider-switch.ui-mini .ui-slider-handle {
width: 25px;
height: 25px;
margin: 1px 0 0 -13px;
padding: 0;
}
.ui-slider-handle-snapping {
-webkit-transition: left 70ms linear;
-moz-transition: left 70ms linear;
transition: left 70ms linear;
}
.ui-slider-switch .ui-slider-label {
position: absolute;
text-align: center;
width: 100%;
overflow: hidden;
font-size: 16px;
top: 0;
line-height: 2;
min-height: 100%;
white-space: nowrap;
cursor: pointer;
}
.ui-slider-switch.ui-mini .ui-slider-label {
font-size: 14px;
}
.ui-slider-switch .ui-slider-label-a {
z-index: 1;
left: 0;
text-indent: -1.5em;
}
.ui-slider-switch .ui-slider-label-b {
z-index: 0;
right: 0;
text-indent: 1.5em;
}
/* The corner radii for ui-slider-switch/track can be specified in theme CSS. The bg and handle inherits. */
.ui-slider-track .ui-slider-bg,
.ui-slider-switch .ui-slider-label,
.ui-slider-switch .ui-slider-inneroffset,
.ui-slider-handle {
-webkit-border-radius: inherit;
border-radius: inherit;
}
.ui-field-contain div.ui-slider-switch {
margin: 0;
}
@media (min-width: 28em) {
/* ui-hide-label deprecated in 1.4. TODO: Remove in 1.5 */
.ui-field-contain div.ui-slider-switch,
.ui-field-contain.ui-hide-label div.ui-slider-switch {
display: inline-block;
width: 5.8em;
}
}
/* slider tooltip
-----------------------------------------------------------------------------------------------------------*/
.ui-slider-popup {
width: 64px;
height: 64px;
font-size: 36px;
padding-top: 14px;
opacity: 0.8;
}
.ui-slider-popup {
position: absolute !important;
text-align: center;
z-index: 100;
}
.ui-slider-track .ui-btn.ui-slider-handle {
font-size: .9em;
line-height: 30px;
}
.ui-rangeslider {
margin: .5em 0;
}
.ui-rangeslider:before,
.ui-rangeslider:after {
content: "";
display: table;
}
.ui-rangeslider:after {
clear: both;
}
.ui-rangeslider .ui-slider-input.ui-rangeslider-last {
float: right;
}
.ui-rangeslider .ui-rangeslider-sliders {
position: relative;
overflow: visible;
height: 30px;
margin: 0 68px;
}
.ui-rangeslider .ui-rangeslider-sliders .ui-slider-track {
position: absolute;
top: 6px;
right: 0;
left: 0;
margin: 0;
}
.ui-rangeslider.ui-mini .ui-rangeslider-sliders .ui-slider-track {
top: 8px;
}
.ui-rangeslider .ui-slider-track:first-child .ui-slider-bg {
display: none;
}
.ui-rangeslider .ui-rangeslider-sliders .ui-slider-track:first-child {
background-color: transparent;
background: none;
border-width: 0;
height: 0;
}
/* this makes ie6 and ie7 set height to 0 to fix z-index problem */
html >/**/body .ui-rangeslider .ui-rangeslider-sliders .ui-slider-track:first-child {
height: 15px;
border-width: 1px;
}
html >/**/body .ui-rangeslider.ui-mini .ui-rangeslider-sliders .ui-slider-track:first-child {
height: 12px;
}
/* Hide the second label (the first is moved outside the div) */
div.ui-rangeslider label {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px,1px,1px,1px);
}
.ui-field-contain .ui-rangeslider input.ui-slider-input,
.ui-field-contain .ui-rangeslider.ui-mini input.ui-slider-input,
.ui-field-contain .ui-rangeslider .ui-rangeslider-sliders,
.ui-field-contain .ui-rangeslider.ui-mini .ui-rangeslider-sliders {
margin-top: 0;
margin-bottom: 0;
}
.ui-input-text,
.ui-input-search {
margin: .5em 0;
border-width: 1px;
border-style: solid;
}
.ui-input-text input,
.ui-input-search input,
textarea.ui-input-text {
padding: .4em;
line-height: 1.4em;
display: block;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
outline: 0;
}
.ui-input-text input,
.ui-input-search input {
margin: 0;
min-height: 2.2em;
text-align: left; /* Opera aligns type="date" right by default */
border: 0;
background: transparent none;
-webkit-appearance: none;
-webkit-border-radius: inherit;
border-radius: inherit;
}
textarea.ui-input-text {
overflow: auto;
resize: vertical;
}
.ui-mini .ui-input-text input,
.ui-mini .ui-input-search input,
.ui-input-text.ui-mini input,
.ui-input-search.ui-mini input,
.ui-mini textarea.ui-input-text,
textarea.ui-mini {
font-size: 14px;
}
/* Same margin for mini textareas as other mini sized widgets (12.5/14 * 0.5em) */
.ui-mini textarea.ui-input-text,
textarea.ui-mini {
margin: .446em 0;
}
.ui-input-has-clear,
.ui-input-search {
position: relative;
}
/* Padding on the div instead of input because of browser spinners etc. */
.ui-input-has-clear {
padding-right: 2.25em;
}
.ui-input-has-clear input {
padding-right: 0;
/* Autofill on Chrome has bg color so we unset corners right as well. */
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
}
/* Search icon */
.ui-input-search input {
padding-left: 1.75em;
}
.ui-input-search:after {
position: absolute;
left: .3125em;
top: 50%;
margin-top: -7px;
content: "";
background-position: center center;
background-repeat: no-repeat;
width: 14px;
height: 14px;
filter: Alpha(Opacity=50);
opacity: .5;
}
.ui-input-search.ui-input-has-clear .ui-btn.ui-input-clear,
.ui-input-text.ui-input-has-clear .ui-btn.ui-input-clear {
position: absolute;
right: 0;
top: 50%;
margin: -14px .3125em 0;
border: 0;
background-color: transparent;
}
.ui-input-search .ui-input-clear-hidden,
.ui-input-text .ui-input-clear-hidden {
display: none;
}
/* Resolves issue #5166: Added to support issue introduced in Firefox 15. We can likely remove this in the future. */
.ui-input-text input::-moz-placeholder,
.ui-input-search input::-moz-placeholder,
textarea.ui-input-text::-moz-placeholder {
color: #aaa;
}
/* Same for IE10 */
.ui-input-text input:-ms-input-placeholder,
.ui-input-search input:-ms-input-placeholder,
textarea.ui-input-text:-ms-input-placeholder {
color: #aaa;
}
/* Resolves issue #5131: Width of textinput depends on its type,
for Android 4.1 */
.ui-input-text input[type=number]::-webkit-outer-spin-button {
margin: 0;
}
/* Resolves issue #5756: Textinput in IE10 has a default clear button */
.ui-input-text input::-ms-clear,
.ui-input-search input::-ms-clear {
display: none;
}
.ui-input-text input:focus,
.ui-input-search input:focus {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.ui-textinput-autogrow-resize {
-webkit-transition: height 0.25s;
-o-transition: height 0.25s;
-moz-transition: height 0.25s;
transition: height 0.25s;
}
.ui-flipswitch {
display: inline-block;
vertical-align: middle;
width: 5.875em; /* Override this and padding-left in next rule if you use labels other than "on/off" and need more space */
height: 1.875em;
border-width: 1px;
border-style: solid;
margin: .5em 0;
overflow: hidden;
-webkit-transition-property: padding, width, background-color, color, border-color;
-moz-transition-property: padding, width, background-color, color, border-color;
-o-transition-property: padding, width, background-color, color, border-color;
transition-property: padding, width, background-color, color, border-color;
-webkit-transition-duration: 100ms;
-moz-transition-duration: 100ms;
-o-transition-duration: 100ms;
transition-duration: 100ms;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
}
.ui-flipswitch.ui-flipswitch-active {
padding-left: 4em; /* Override this and width in previous rule if you use labels other than "on/off" and need more space */
width: 1.875em;
}
.ui-flipswitch-input {
position: absolute;
height: 1px;
width: 1px;
margin: -1px;
overflow: hidden;
clip: rect(1px,1px,1px,1px);
border: 0;
outline: 0;
filter: Alpha(Opacity=0);
opacity: 0;
}
.ui-flipswitch .ui-btn.ui-flipswitch-on,
.ui-flipswitch .ui-flipswitch-off {
float: left;
height: 1.75em;
margin: .0625em;
line-height: 1.65em;
}
.ui-flipswitch .ui-btn.ui-flipswitch-on {
width: 1.75em;
padding: 0;
text-indent: -2.6em; /* Override this to center text if you use a label other than "on" */
text-align: left;
border-width: 1px;
border-style: solid;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-radius: inherit;
overflow: visible;
color: inherit;
text-shadow: inherit;
}
.ui-flipswitch .ui-flipswitch-off {
padding: 1px;
text-indent: 1em; /* Override this to center text if you use a label other than "off" */
}
@media (min-width: 28em) {
.ui-field-contain > label + .ui-flipswitch {
display: inline-block;
width: 5.875em; /* If you override the width for .ui-flipswitch you should repeat the same value here */
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
}
.ui-field-contain .ui-flipswitch.ui-flipswitch-active {
width: 1.875em;
}
}
.ui-table {
border: 0;
border-collapse: collapse;
padding: 0;
width: 100%;
}
.ui-table th,
.ui-table td {
line-height: 1.5em;
text-align: left;
padding: .4em .5em;
vertical-align:top;
}
.ui-table th .ui-btn,
.ui-table td .ui-btn {
line-height: normal;
}
.ui-table th {
font-weight: bold;
}
.ui-table caption {
text-align: left;
margin-bottom: 1.4em;
opacity: .5;
}
/*
Styles for the table columntoggle mode
*/
.ui-table-columntoggle-btn {
float: right;
margin-bottom: .8em;
}
/* Remove top/bottom margins around the fieldcontain on check list */
.ui-table-columntoggle-popup fieldset {
margin:0;
}
.ui-table-columntoggle {
clear: both;
}
/* Hide all prioritized columns by default */
@media only all {
th.ui-table-priority-6,
td.ui-table-priority-6,
th.ui-table-priority-5,
td.ui-table-priority-5,
th.ui-table-priority-4,
td.ui-table-priority-4,
th.ui-table-priority-3,
td.ui-table-priority-3,
th.ui-table-priority-2,
td.ui-table-priority-2,
th.ui-table-priority-1,
td.ui-table-priority-1 {
display: none;
}
}
/* Preset breakpoints if ".ui-responsive" class added to table */
/* Show priority 1 at 320px (20em x 16px) */
@media screen and (min-width: 20em) {
.ui-table-columntoggle.ui-responsive th.ui-table-priority-1,
.ui-table-columntoggle.ui-responsive td.ui-table-priority-1 {
display: table-cell;
}
}
/* Show priority 2 at 480px (30em x 16px) */
@media screen and (min-width: 30em) {
.ui-table-columntoggle.ui-responsive th.ui-table-priority-2,
.ui-table-columntoggle.ui-responsive td.ui-table-priority-2 {
display: table-cell;
}
}
/* Show priority 3 at 640px (40em x 16px) */
@media screen and (min-width: 40em) {
.ui-table-columntoggle.ui-responsive th.ui-table-priority-3,
.ui-table-columntoggle.ui-responsive td.ui-table-priority-3 {
display: table-cell;
}
}
/* Show priority 4 at 800px (50em x 16px) */
@media screen and (min-width: 50em) {
.ui-table-columntoggle.ui-responsive th.ui-table-priority-4,
.ui-table-columntoggle.ui-responsive td.ui-table-priority-4 {
display: table-cell;
}
}
/* Show priority 5 at 960px (60em x 16px) */
@media screen and (min-width: 60em) {
.ui-table-columntoggle.ui-responsive th.ui-table-priority-5,
.ui-table-columntoggle.ui-responsive td.ui-table-priority-5 {
display: table-cell;
}
}
/* Show priority 6 at 1,120px (70em x 16px) */
@media screen and (min-width: 70em) {
.ui-table-columntoggle.ui-responsive th.ui-table-priority-6,
.ui-table-columntoggle.ui-responsive td.ui-table-priority-6 {
display: table-cell;
}
}
/* Unchecked manually: Always hide */
.ui-table-columntoggle th.ui-table-cell-hidden,
.ui-table-columntoggle td.ui-table-cell-hidden,
.ui-table-columntoggle.ui-responsive th.ui-table-cell-hidden,
.ui-table-columntoggle.ui-responsive td.ui-table-cell-hidden {
display: none;
}
/* Checked manually: Always show */
.ui-table-columntoggle th.ui-table-cell-visible,
.ui-table-columntoggle td.ui-table-cell-visible,
.ui-table-columntoggle.ui-responsive th.ui-table-cell-visible,
.ui-table-columntoggle.ui-responsive td.ui-table-cell-visible {
display: table-cell;
}
/*
Styles for the table columntoggle mode
*/
.ui-table-reflow td .ui-table-cell-label,
.ui-table-reflow th .ui-table-cell-label {
display: none;
}
/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
/* Hide the table headers */
.ui-table-reflow thead td,
.ui-table-reflow thead th {
display: none;
}
/* Show the table cells as a block level element */
.ui-table-reflow td,
.ui-table-reflow th {
text-align: left;
display: block;
}
/* Add a fair amount of top margin to visually separate each row when stacked */
.ui-table-reflow tbody th {
margin-top: 3em;
}
/* Make the label elements a percentage width */
.ui-table-reflow td .ui-table-cell-label,
.ui-table-reflow th .ui-table-cell-label {
padding: .4em;
min-width: 30%;
display: inline-block;
margin: -.4em 1em -.4em -.4em;
}
/* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
.ui-table-reflow th .ui-table-cell-label-top,
.ui-table-reflow td .ui-table-cell-label-top {
display: block;
padding: .4em 0;
margin: .4em 0;
text-transform: uppercase;
font-size: .9em;
font-weight: normal;
}
}
/* Breakpoint to show as a standard table at 560px (35em x 16px) or wider */
@media ( min-width: 35em ) {
/* Fixes table rendering when switching between breakpoints in Safari <= 5. See https://github.com/jquery/jquery-mobile/issues/5380 */
.ui-table-reflow.ui-responsive {
display: table-row-group;
}
/* Show the table header rows */
.ui-table-reflow.ui-responsive td,
.ui-table-reflow.ui-responsive th,
.ui-table-reflow.ui-responsive tbody th,
.ui-table-reflow.ui-responsive tbody td,
.ui-table-reflow.ui-responsive thead td,
.ui-table-reflow.ui-responsive thead th {
display: table-cell;
margin: 0;
}
/* Hide the labels in each cell */
.ui-table-reflow.ui-responsive td .ui-table-cell-label,
.ui-table-reflow.ui-responsive th .ui-table-cell-label {
display: none;
}
}
/* Hack to make IE9 and WP7.5 treat cells like block level elements, scoped to ui-responsive class */
/* Applied in a max-width media query up to the table layout breakpoint so we don't need to negate this*/
@media ( max-width: 35em ) {
.ui-table-reflow.ui-responsive td,
.ui-table-reflow.ui-responsive th {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
clear: left;
}
}
/* Panel */
.ui-panel {
width: 17em;
min-height: 100%;
max-height: none;
border-width: 0;
position: absolute;
top: 0;
display: block;
}
.ui-panel-closed {
width: 0;
max-height: 100%;
overflow: hidden;
visibility: hidden;
}
.ui-panel-fixed {
position: fixed;
bottom: -1px; /* Fixes gap on Chrome for Android */
padding-bottom: 1px;
}
.ui-panel-display-reveal {
z-index: 1;
}
.ui-panel-display-push {
z-index: 999;
}
.ui-panel-display-overlay {
z-index: 1001; /* Fixed toolbars have z-index 1000 */
}
.ui-panel-inner {
padding: 1em;
}
/* Container, page and wrapper */
.ui-panel-page-container {
overflow-x: visible;
}
.ui-panel-page-container-themed .ui-page-active {
background: none;
}
.ui-panel-wrapper {
position: relative;
min-height: inherit;
border: 0;
overflow-x: hidden;
z-index: 999;
}
/* Fixed toolbars */
.ui-panel-fixed-toolbar {
overflow-x: hidden;
}
/* Dismiss */
.ui-panel-dismiss {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
z-index: 1002;
display: none;
}
.ui-panel-dismiss-open {
display: block;
}
/* Animate class is added to panel, wrapper and fixed toolbars */
.ui-panel-animate {
-webkit-transition: -webkit-transform 300ms ease;
-moz-transition: -moz-transform 300ms ease;
transition: transform 300ms ease;
}
/* Fix for Windows Phone issue #6349: unset the transition for transforms in case of fixed toolbars. */
@media screen and ( max-device-width: 768px ) {
.ui-page-header-fixed .ui-panel-animate.ui-panel-wrapper,
.ui-page-footer-fixed .ui-panel-animate.ui-panel-wrapper,
.ui-panel-animate.ui-panel-fixed-toolbar {
-ms-transition: none;
}
/* We need a transitionend event ... */
.ui-panel-animate.ui-panel-fixed-toolbar {
-ms-transition: -ms-transform 1ms;
-ms-transform: rotate(0deg);
}
}
/* Hardware acceleration for smoother transitions on WebKit browsers */
.ui-panel-animate.ui-panel:not(.ui-panel-display-reveal) {
-webkit-backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0);
}
/* Panel positioning (for overlay and push) */
/* Panel left closed */
.ui-panel-position-left {
left: -17em;
}
/* Panel left closed animated */
.ui-panel-animate.ui-panel-position-left.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-position-left.ui-panel-display-push {
left: 0;
-webkit-transform: translate3d(-17em,0,0);
-moz-transform: translate3d(-17em,0,0);
transform: translate3d(-17em,0,0);
}
/* Panel left open */
.ui-panel-position-left.ui-panel-display-reveal, /* Unset "panel left closed" for reveal */
.ui-panel-open.ui-panel-position-left {
left: 0;
}
/* Panel left open animated */
.ui-panel-animate.ui-panel-open.ui-panel-position-left.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-open.ui-panel-position-left.ui-panel-display-push {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-moz-transform: none;
}
/* Panel right closed */
.ui-panel-position-right {
right: -17em;
}
/* Panel right closed animated */
.ui-panel-animate.ui-panel-position-right.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-position-right.ui-panel-display-push {
right: 0;
-webkit-transform: translate3d(17em,0,0);
-moz-transform: translate3d(17em,0,0);
transform: translate3d(17em,0,0);
}
/* Panel right open */
.ui-panel-position-right.ui-panel-display-reveal, /* Unset "panel right closed" for reveal */
.ui-panel-position-right.ui-panel-open {
right: 0;
}
/* Panel right open animated */
.ui-panel-animate.ui-panel-open.ui-panel-position-right.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-open.ui-panel-position-right.ui-panel-display-push {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-moz-transform: none;
}
/* Wrapper and fixed toolbars positioning (for reveal and push) */
/* Panel left open */
.ui-panel-page-content-position-left {
left: 17em;
right: -17em;
}
/* Panel left open animated */
.ui-panel-animate.ui-panel-page-content-position-left {
left: 0;
right: 0;
-webkit-transform: translate3d(17em,0,0);
-moz-transform: translate3d(17em,0,0);
transform: translate3d(17em,0,0);
}
/* Panel right open */
.ui-panel-page-content-position-right {
left: -17em;
right: 17em;
}
/* Panel right open animated */
.ui-panel-animate.ui-panel-page-content-position-right {
left: 0;
right: 0;
-webkit-transform: translate3d(-17em,0,0);
-moz-transform: translate3d(-17em,0,0);
transform: translate3d(-17em,0,0);
}
/* Dismiss model open */
.ui-panel-dismiss-open.ui-panel-dismiss-position-left {
left: 17em;
}
.ui-panel-dismiss-open.ui-panel-dismiss-position-right {
right: 17em;
}
/* Shadows and borders */
.ui-panel-display-reveal {
-webkit-box-shadow: inset -5px 0 5px rgba(0,0,0,.15);
-moz-box-shadow: inset -5px 0 5px rgba(0,0,0,.15);
box-shadow: inset -5px 0 5px rgba(0,0,0,.15);
}
.ui-panel-position-right.ui-panel-display-reveal {
-webkit-box-shadow: inset 5px 0 5px rgba(0,0,0,.15);
-moz-box-shadow: inset 5px 0 5px rgba(0,0,0,.15);
box-shadow: inset 5px 0 5px rgba(0,0,0,.15);
}
.ui-panel-display-overlay {
-webkit-box-shadow: 5px 0 5px rgba(0,0,0,.15);
-moz-box-shadow: 5px 0 5px rgba(0,0,0,.15);
box-shadow: 5px 0 5px rgba(0,0,0,.15);
}
.ui-panel-position-right.ui-panel-display-overlay {
-webkit-box-shadow: -5px 0 5px rgba(0,0,0,.15);
-moz-box-shadow: -5px 0 5px rgba(0,0,0,.15);
box-shadow: -5px 0 5px rgba(0,0,0,.15);
}
.ui-panel-open.ui-panel-position-left.ui-panel-display-push {
border-right-width: 1px;
margin-right: -1px;
}
.ui-panel-page-content-position-left.ui-panel-page-content-display-push {
margin-left: 1px;
width: auto;
}
.ui-panel-open.ui-panel-position-right.ui-panel-display-push {
border-left-width: 1px;
margin-left: -1px;
}
.ui-panel-page-content-position-right.ui-panel-page-content-display-push {
margin-right: 1px;
width: auto;
}
/* Responsive: wrap on wide viewports once open */
@media (min-width:55em) {
.ui-responsive-panel .ui-panel-page-content-open.ui-panel-page-content-position-left {
margin-right: 17em;
}
.ui-responsive-panel .ui-panel-page-content-open.ui-panel-page-content-position-right {
margin-left: 17em;
}
.ui-responsive-panel .ui-panel-page-content-open {
width: auto;
}
.ui-responsive-panel .ui-panel-dismiss-display-push,
.ui-responsive-panel.ui-page-active ~ .ui-panel-dismiss-display-push {
display: none;
}
}
.ui-tabs {
position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
padding: .2em;
}
wOFF���FFTMl]��4OS/2�\`�6�}cmap��X��cvt ��-$$fpgm�{#v�D�gasp4 glyfD�*��xg��head�p26�V��hhea�� $ �qhmtx����;�kern��:���)�_loca�L~~�vzXmaxp�� �%name��� �_�:post����ٿ�prep׌l�AF��ɉo1Ɋ�Xʫk�xc`f2a�������������B3�e�g��feafcbfby���?�A!�
\}8>00s�wg�`^°W��a~#P�V�F�x���O�u��������2<�+��=A�7��gD����{�q�=Q!�� M�����I��IӋ&��-i�#�E��s�yP���!R -��b�j+U�qI�c��Ժ��h<���ʸ.n��x$~ �k��$���% (��b���U'���㊸&N���5.$���ɦdc���$�$�5�%�n67���Vg���\fGf)3��),.�[���<)@�� �@d?��W�X���Av�2�*T�R�P5j�9LZ����ё���h�8�q�w�f-Z�iסS�n=z�9Q�'4�d�Nq�Ӝn��t����\�9�.t��]bԘK]�rW��U�v�k]�z�np#�����5�����|�3��ܗ���9��η�-�ޏ~�_�����_��-nu{�����N<�<�m�n���(��'��w{ 7y�3���ZBG� ��ͯ���CO�<�C����Lyѫ��x�������w,��&��I`76}��x͐�J�P��{��E;�������`A�*
j��o�>E'772:��Ȑ�U��r<��?���/�"����Tt�������Ry���h���`K�m�)� �K\#)�7�k�E�U��@������;A�`����2tK�pB�����(����˹�-�G�s�& Cz<�O�oL�"�q��hN�uNٳ��3����p$���L�c_K�L��P�B@x}R�n�F]R��J1��!�� ;�aCRU n뺪͊\F��ֲ`i�@*�!�|�!h�j0� ۋs��r�9��R� p��=�ޛٷ3r������OO~��p�}H��|�|��v�������y���U� ?}Xݸo}�^)TZ+޽S0 ѐD@[���n��s�������`UCe2XU��<��tgJw�4,h�v������Ӿ��OC��Y�D�\�%�8W��N} #I��i"#��ޤ�l��\��m�EjlY`n����u}-j2�q_I�v�0Ä����GkY/8מ�KH��?�-1����8�QT��()�$���i}�y�o��<�����z'� �[��w�����V�8G�5�С~�bL��c�ި���8���kW�8�˾�� F�_�m�C2#ͼ�3�<���Y�G��U�(?ϧU�A����N��@��h�l��Ǔ}6��"���������q���W�� ���d��TV��цG"z�WQK���$ʂl�=�W���7�.�?�"�>h�SlK&j|F#{L���rC_�j�-�E;olGa^�o�������Z �iB�- �?�i3aQq��aF@����\��jN
5����.���:����'�O��^sO�=�Y����ȉ�dp�)'�`���&Ӑ_�%��nNq L���6ʶXǠp�!N��c�ߦg�d�`���m習�r��{ .��􆊂:gK�cΗ�� �hNCR�� ѝ1o( 9"�W�"${vg�`a#X$����Q��nr!���G��mg�N�o� ���a��HM�IѸꧮq58U�,!�j�R�脬��)?P!H���N�(�����A�1��A&��Y�Ge�t���j�p�5��k16����=���x|� |�y ��f00� ��I� .�  HQ �HJI]��d��!3��D^�Jlұc�%�m%i�MvYN줾���Q��7/��n����;��9۪u�Ď��z�7$��f�����ρ��hƱ W����=���d������M��>��<$�a��?{ w�xy�p�����D'��"�-�ROo��{Y������d4��>������^^��pkkwv�*�_�n�7z�9�%��d ߡ�-�ae�-��@"�S�7sN���9�W�W�^�WE��W�pN!�9U���*�Uy�
*���GSX�{͐a�ڣa]�C��� ��º�B^��xX7B�>o��FH�
AH3��<1�J�*v�)�ccH�+�������. ���7��.]z�z�ʾ� du���!@'4��7x�y��uwA�
ž�T4֞��R�ڋ<����Ķ�Σ-<��5?Ҳ��m_J| �_|q�ىq�ayӳ�[`�~~�ˬ�>(?��f�0�3���fv)V ��8��~�2ƂǓ]�مd�K� v�`O
�.!��u=��� �2� 'gJ�g��]=��An��أ1.;��1b�n���Ѿ�{,��ݝ�r����Eߠ{�͹��=�x8�W��U�W���*ΊW
�������V��+�{q~�����w���]�eu@X���B��~�Z�vw1����R��RO'���[�JE3~�-��p�o"S��R'd�"��@8�&Y�ټ}fk�&�'0ֻ��IvG2�K������ F���N7�F����nأ��ɹ��vOg�?�*Z,7бaV��DžՍ��M`����[���âH�A6���|d�R�<=4�*�Y�=�����ӫ�f� ����=O����kO��?��H;x��ޯ�!_(�CO�Y��1���peh�2T������{��{���Ge�K�W�7D���Ru�J�61���Bv����X�p&�_�����I[�� ��� (��[ZVg����L�����g�.�� ����\c�]�����7NpCKQu�ƳΫ�sg�WX����p���c���~/�@P�?� ���Ap��� ����$ �*ö��5}�J�)��a[/ �z�a���m�k����@1)ƛRͱJS���ŦT��@�'lp؄�Rp�*�T� �2m6�;����x%V��^1^W�!c�A&�1Q,�a�.q�twt�a��`
����g�)dD������\�i{2��C���S�`��>�ߺ��s�2�"��(,�H���-a�d�:���T��z����{�z)_�b���� �ˠ�E ō�Է�C�͒��5�c՚�_�C�K�V0�����@B�K������?d�����ԙ�?�w�z�'��J�u0��g
M_jqL����A5�i���ʎ�����[c�ŝ�x�9��ȏ�2�Ʒ2�S����rG к*�Xՙ���ण�@Wz"�m7ۊ�����=�O�_�]0Ӓ/e*J����)�$�fg����˲��w���,Cx��lX�'U{�]�~S辵T���m���W7�:^cNv�<d 9�����p|��t�C��*�O(���m�=
�)��2`5F�\��0o;���E20K�Wk8>^�_Ax�@��G��b��������m���?����������UB�%]���k��ô�l�h�Glo�޳񟲁MR4�����p/n� �3��^�����A�v���WO��)!*3�~�{��^B!�`/��SM4q'\���� �?/W5�X���� |,� <�2����048�tݔbx�$�fG��z%��ٙ3��K���㟗2�D�0ޫ߄w�F��W
�B�(V��|?��X��N�拴�F�����j�k���~� �m��<
R�bt ���uB������͚�\�&6ɭ����Aa�H�݉�m\���O��Mb�����>��M��m�f�J��� ��X��&ޮ��8W��6�.>K�W�8SXw9$|���� �ݩr߰=#��7�3�ȅ E����i�@�]D����D��������ק~�f�v���,� y��"�4&���g������SN�)�,���:Ⳁ��y��PB��sH�Ƃ:�]�&~b��x��Pj��2���a&�' e�^f{�}���˱�{�c�+Y� B? ��ݵ������>��֞�
}���N!Z����^*��9�D5f;E�8��Z�8��
w�?7��ކ��\}��1��e�&����y����A�����7�Vԟ��}��z��Í#��qh�e?{�Y��d��8zp,�q�Ѫ��ޅ9��F��%���>�v���jԇ�r3L"`��n��&QW]㾇��œ��ሆ�.�� t��q�M����m<8��:�Y����+Y�sY��+�t�h�l}�X�4-����J��8���\���� ��vg�'��:#�y�嗟���Ȧ\nӑ��X�i�q�*�.�xۃR51*r�(�����T��IwH�/��u5�v���~�NUTU^���@![�ݫ�to�u�9��QH�F�p�R�������h˙\�7ڃ>F��y�_!��H����y^��y��A����#�%�zHee\����d�V�'��!=�$Z��d�HhX���'Q����MѳR )������X�� H]ɯ����t\��o����T{��8y�Y|T�uF�b(Wv:V���+�D�b6�>�,�-�� �@d�|��oQ04!���͸O��Ȳ�:EQ�y$3�Us�ڈ�k ���G Z�s �����!�Ӟ, $o���%�+����iL����+G�|�)����M�8�h�o���w��� ��*�_ʑ���8,��%#&��^Ar��q�K?�s�Cg�'�I�(~��'�PMߖ��cN�n�a���s�C Y�f��9�:�-��ӎ�e9��Ζ蹥.���50�#��#B��� A�J�\��uy`h�ث�&U �ժ�C:�d�D�\�Z��I@ b }�Tc�o8�d9��]����d ,u4y��@װ?��:K�}�=���p!�V��ۘY���g�#�kij )M�٣+���L�W�t�M�&W�dU���!K�"p�,���n-�r �2��
��.�&�%�ݯya�>��y/�}�1��yv:���vAٮ=l� (WE�
�ڔ+�_/�W�ڋ���
�!v�-`{�AD�AA��'/[=C[�u�ڲe����7�nu���w;���ɮ�M��&<�ڱ;K<QA��;|� �JY��^�58q�Zn�@�!���̷�D��X� �c.gk���{8l)Ȱ����]H�F�t�"˱.㬓�-n�gY����ٚ��o��![���"�/_��'+�z������p�����D��z;����r��Fh��m�$�8ؼ6� .�'�vn�F=oK.�^�jv��2��Ҋ}==Ѷ�-b9���9�dݶ�P'�hDZ܏
�'��A�AA�.|ۇ$����#�+�(�h��w*���pXH�RM鳁Y�@�'XFa�J��D>�W
U� +� G�"r���~$�\�!�}(
.h��W��G�56�8C�Ě-=�Pi˪���ybm@����;#�
�n��-}�=[שzr�d{zz��o8��_�ؼ&��Q ��Y�d-�_[�*�]�ƒ�K�k�]xXBF�"��o^���E�Q)n��~Y� M������� Eq�_=���L��_��bO�UK����F�u �;�����G�:�Q�<�hR����g�dwI�=&
�-�d�.v�<ݚ�*�|���j�F�ڇ��ĈA������ 4l��C�L�1Zr������ �g}d��2�vf�?�AR��*DK�N ��5;o�����^�!Y{Tl5%��fWf`X�Fw���u�F�T]J��k4Gq�g���Xj�߱�2���D��#}��VM�Fs�{b���X!�R���`k��_�M�X�HK_���\�Rsj�p��ԙr��-=�m)�#�Ŏ�yw&��F[�XW2hN@�����h���HG��ad���e�W,yz��$-E������H���B��8�C�@HmC#��- �پ�?�sw�0��7����Y>[�;Kw.� �pFg�1��׀]<�O�x6}ַ�v��)?{]��5$㮿�Z� �j�P�f��+^@j���I$��{��7h��_��}~�ME54tM
�g�D~�h^!�O��W�9PڶN�(�)���M�=�Rh*�)��,JᆫWk>9'���`̐�Y��`�*�i�]S�,�3�c��ڇ�uy\Lӭkk1�&�yLd��i� 2�l^�&
<�g� �{98&�N�s�gp���f�"�Y0_}-�Z��1�x�!�*��_�C��i�F���|q��IK��9�
��ߓXg9�K'v�{f�M�gp��L�X9��/T���:���e�^��/����$�n���?��gl��� 6=�+a ��F�E_h�0-ދW��� �Sk ��>�2�R��<�C�m��>k}���?�)K���g/2;
�L���$A0j��Kڧ�Lk9�j���=� ����ѓQ>:/)�O�|!��N3��"u��B�.�y����ś� ����ώ�N�E�a[��ue�i�2� ��l�� -��z��C����]��F(ݙ�f�?ٚ��*�ȏ��e��v� ��:�s���
^_�'�i�����s-2��'9���d�mg��x`��0wt���<��&���>�cA�sp�~|r�ә����|��-z`�<皞l�N6��&h����n�Z%Z������7��+�*�)��b�D���#i>��KϦ�������>��19���]�{����� b��Й=Ɵ�����[��ø�g��;} �4#���[u��z|�ZEXϺ�J���xA?�+s�-��J]��^_]���,]��dp��"������X��7�Z����[����C��ڱ���?����:�iͤ�0vw�ىё�G�m����h�ػf��9��ܰ~$��T#�fG����./� %W�����ս�S�v޷+�M���/���/��[���7$g0UR����ް��+#8�~������݃��k.�j��lw(�b �}&
NLu�&'s��A�w{�&3 �
�*�� �k��0M�1�f�z"�FȦ���y۩�>�s��ݦ�T��TQ*␕e��`R���.�Zj+j P��d�/ �/#�?-[cc�0/�|U\"״���ї_��u��PrWrhx}�+����`47����/�?�q��/�0���<k�C;�� 7ͽ�k��m��Y�Nx���G�&�hRv���> �a��f�P�}e\�u�V�&��d���9�|���i��~�����h(zZ`�� r�`ъ�,~�E=C�C tIGT�! ��_�gV�g`���]^oWw����dGon�ع嫊�L����{�$��pS�P*�n�� �wwv}���޼��c0�+�MiB�%ߤnv��c����q �j�۷��Ȱ�ˉ��������^�B��0�ь�5�8�%�"?�Q��˺''�D�Kȏ{��㓭:z!e�SC,�� 9�i ��2]�+4�� �hK��Z�t�G���NX��f]�#"��0���)�˄}rD
�5,]�B5+�P���o��y?�#_�}r$;Z��M��l1Էs ޼zv�0�ޤd������م�t��n�].{z�hy��xk�2-h.Í���,�Κٙr�W���>�lG��N���ϡ܌%�a�����hhN> �e��ڮ�Q��� Œ��Ӳ � E��j��P��A(c�p'cԌPN M�fD�;������ojk��}��GV-/|zq��m9�={v�7���);{���?3?����v0��P?)�Tn�x�up��i���yU8%I`?� �B) +�A�\)P �U̜�������e�-��=����w�2ܬ߀�X}�e��+����_{��'�������w�y��#�r��w-��'n�����h��
Q���e�D���,��lk+#���
� �+�ɎZ��''T�C%1P�i*��%O��p��kC� �G��"��D=c4��?��8��$�)Ӣ)y��Jg�Y����Uq�j��@�p�yV�8,Psk�'kl~j4?���� ��u-�kf״�q���m������'�`r��]�[-�����2�qQT�y�`��Ϋ�S6�(�����ղ��F�X��,I9�8�H/�q��������K��|�{~�o��^���Y�"P�j&�p�����+KoW��=���Sj�)c|�e���N]d<�‹�uTc�C�G}�Mӊq�Pq�"��d��]Q\D�f��vX9m�@JH�5�\�=�>$~�UD�Y��RK?�V�aP�"|�,�n��lq�����Ё�)쨤�c��������w��.�{�r�rqN��&��c~,�WEP6������V���9��� �̐����d��R�����93�5�P�0�8� ��・ӎ���d�9��p�rI���?0A3�4 O�r� l�x��+�-�R�%�j�n ��ٕ��"�K ��+�bJ�Ex,���� �f���oKe�d&|Wd���۶���[��nKFv�9��7;ZF�X~=�u�d�u}�>�L`ᲓI�9��W�S0D��ҋ�vw��8�������m�,�[�3Ƨ��6���Rh�Dym����ؑ�W���1�j3i� e���l$��8�����;��� ���@FR�#s��'enQ�c2�� =b|�� dF=�,�<�^��(E��E�"ėI�s,�r. ṯ4�}M��M���v�B��s�:�Ӆi�Pw�t�cNS@V�l��C�1�鶶��PS%\1*-��G/�E�{^4���м�������|�+D�B�!��z0���([�au�Vֹ�#d�:�Q Ջ�u��@9�N!#rל;ܞDs.��q���tܡ��}6�S�o �V �����R�b`bǞ��qb��C�_���'?����O~�d��7�?�xN�=;&���K�)�\��nx�IlNW���Ϲ-��]�aD�����Ҝ��3������J�[�q >�������9��O�W��9I� t�y�!�h��Uk��;��%�8�jmB�N��p���u��6�j�7���X5�/��CG�m�-��*������8�g{헇e@z����`���c�'���%�h��L�<���|�Ʋ� م@w 8QS��+h,kx�"x���6�Z&���nv�����{�~ɏi ֯�F�tGȎ�����fBv ��NS��-Vڻk32w� �N_���!��ҞS#�w�.�v�=<rjO�Hl��RiۚXlͶRi��ٵ���s���8xt,�;:Xk>�u�ӹXۂ�5�;P��QN�� �Ar��ݘS�7�O�2s �i��ZC��G> � � ��o���G�������䁶�
���t_$ZZϽ|��k���W���v~�]g����'�2V� �DX��̉��`��&�;?kԭ�v"bm:9B�� �i�.���Y�'Z�RF��7�h9=��'Ok]��w��{O���I�J^lv�t]���;j������`�m��:� � ��‡�L������7��uþ^Ȭ�H�{�M������{h��w�9�n�$��k:l�=g����ty)�Z�}�i���dx J� � h$�:1��Y�8wԶ`�־���9�|[s�9�0�Kw���`餢���O����9򢥹�P7�bK�kUt~%>�w�ݷx�]y�3�E~l��� �G�'#�Qh�V�v��7o���/�1o�m� ����:��홞�J�9�~帻 Z�2 �@v�# ���E�� �ܰ�w�� -�,�y.�F�r$"��)�M�(}�9�E���;S�*�O�:龀�@� �t�ʲk,���X'`NV@�X�" D����:�2`��b���Z���y��Q��w�M�b���ݏ���ݰ�SCf,"�U�e�<6��{��"�@8��4�7��2�(����5e8�U���D�$Y���[H���;���#��ӷ  Dͭ}M]I��Z��6�E�;�6ڛQ��{Go�����F�=G��3�R��ts@u' ��{*�!N;c5[�#��_$���}��"�ܼ?c6��3G2?�)� �=(G=����f���J\�'~�=�m�q�����gЦa���lW��'#��x}NsGݜ�>|<fbFE�(���Y���(����A��V�_iH���Fr�f.v�.G|d"��#p Z9���^ �.�y��kc�_�\}x��u�s��;��-�/pR��.�snp.8�U��p��` �i�K�^��b�.��4L
���eLPukEUDMT�ѫ��L�y°I W���L��&Z���DNV<�J-'4<���T�.e�?����_��.��l͐��ݻ���M�^����>����P�eOKex}��ޛ��n.q�_ϲ���Oԟ1@����1�[N���;1���Z���s��熻����4[���5�s�3��vBAs�� 5{C�O�@KȋL�D��׀ �1���xY$�7��e���K68g�B�Mv�s��+I�Gx��z� �Ѐ��Ц��tޫ�;�9�{��t�ϝ�|B��P�②�P��d1���� �0x� �0����Ӧ��\�*�!���y�h4�g�b������?�yz� g�D:��Q��7Nǫ�^���xq=�M��1�@"W�r��g��gr�;��}G�@i&q��Ō�ݙm����h�u(9�s�c�y��~�l���/~���c�����[u���t����v�kɞ߲C${���'��싪�}� <���G:x~�p+~��V�f�8��i�H��ӳX�k-���ǁ�y��4F'��e�uݚ�~j�E���������/��h��AN�3{�?䩸+zE�(r֑�@7ƙ:⯎�l�V~s�q�ႦiZ)$�#��#2�b�<b��� ��`owV�5w��[w>��?9���J$���#;_����[���o��&"ަo:{�"S� ��gɊ,(s��U5Mwߡ>�>��*���[��[�l����*s�-j�d��i�n�څ��r�[�x��[XX!�u�Fq�.�������������{�J�-t��|���#����[�ܼ��-�p��;5�g� ෘl�ܮH>`�DTd��IL��2'�~��s3�)oE��Sv|���+�K��h�*��jx��)��!�jg�\�u#c�A��n�W֏V��_���n��:t����J���G�n�ne��c�c���כ�NN���l[��ݗ�9��F�H�{i��|�����������l+�g��x9���r�0;�h�$}iuM�EH��u���*+w�����vnx|| �, �A�pq����5k8�*����� �*�f��?e{����9�������O�y��x|M^y�x^�l��Y�q��E���Z�b0_� �u��*I����b��������Z~; 5{{�_7�^}q(;�ll�ۈQX���0�� ~���2U�u����ϹZK��Ğ�6��(��" ˿��l�5$S�l�g�W�R~)s���gx���X�I���g2+���8ŀ�t(GA} n�~�8h�o#��6��v�U���s5�x/�E�P�s9T��g�օQ����0$d�d�B<��޶�M*�aR�;2N��]֡/�$�g�fh��_,jӔ�-�^o���u�]��-Ԃԥ�k]�)̻�.��CaLJ���{���h8r13� ��&�^5�;��$�Nw�"a� ;풝����6�۾ H�'.d�7��;�_�$Qpgʹ�@�ͣ� ��)Mʚ��髿�BHG7J�������,N�� ��|f�沮8�&�^=�_hqo��ugC�;�M�Ι8>�EZ�G=N��=�����Q���g�  QWj��熞���gX��^�n��Vͮ��F����U]����z��5]6��J�u�����֧�v��ҸM:��u}�9�b��4��os&~���"vb��(�G�ZG%v��Dz]��5'S .Q�|c��x���`��@7%(��m��Z\�"Xt�jZ�MV΃�k��p\l�V��A��~���lY��z����U��W��
��*�D�ڟX3;�歞�rgj��#��:vh����m�sʡ�۾�vɛ�$0���� ���v(���5�[**~ԇ+.d��u�� ����� Zg����&e'��u<|��5x��qz���0�.��?2��hxg�ͨ��R1����F��\(��ˍ-��QN��'���EW5v��v�H*�vvUnԀϻB����{I6��dw���4���Xk@a����gB,���"�^���uq��UǓ��v�ut��95�>��>#?��Jݑ�x��&q�z�� ����2�gr��Z��J�5�g���E_bA����6)��j���7S��9,
�V" �����5���UQ /W ����4�����To��� �C;r���/�[f�� ���w�P9
7A�?����=:����E�<�͐7۽mc�n� ���ɎL#xy��F�q�d� *o:\�_�ڄsAA� ��"�,M�X�� J���ǜJð� E3����mkTC�Uz����A^V�iQٰ6�yy=�w�:�G��8����Yk���:�Dۆ�Э�2HJ�� ��>$�?U�b��Vi$2+89#[�� )���b����dOu‹~+����[�-�t�s1�#׾Ȭ �x�y��H5�j��#
7
�� ��\�ހ��p� �&5�R� �QG;�[�-��k*��]�l�h���:�|���N �{�`dpo��h�#/w���(��<f�����^�@֠=�Mp�ݎ\��s7�`o4��V)�T�b� r��|���T�;a� ̳ ���:�,��Qϖ8͑Ҡ��T�Ӈ�b��!�&�8���t5��y`K���RZ��/p�ї�s(����埂�5�� "�<M<3��O���egŲ� ��d���pA��H*�Da{���g�_Z9��R��U���S��[�(���j5L$��s��xSS�v�w�嫣�oi,̦.2�Ey-�t�^ʚ6�͜�|!��{xDž&����� ��l�2����\��E6+]'9�ADϊwԴSu����ꞎ�˽$
�xۚ~���>��oڠ�"MC�j�4e���:RD���B��{@�#�9v=@F��5��SQ��M��0�$-�I�n{M�.R��0 ��L�U���L�c���M��t|�O HƋ�?�����DŽ&]�w]��u�����渶ى%N�c��UU�d9w�֢�FXI[ae��S3A��c�Ń����f��h�V�Wܷ�{W���dj&�^���t`��>3�v�:��8߳|m��+{ Ff@�1|�����e�~]Vǔ{�y��*lV�L���z�<F���� %
�~�XUvG|n�w��t�q���x�N,� w0�[w��z�U/1��%���8��
8��~���U+����}�u�Zf�.$�XO�OꏶՏ�dHI Ф�gǕ nԵMhu���|x*Z�Hv>w��c":aLd��0%zÁE��H�)#)dsI���7Z�� �@P������å��b���eo��n�S07h��A�$�c�F #~)��]�)�U��lK~�"�UG0wŚ�*| ��!�m8�=�l:�:̠#4��8�x,��НH'?�N���A��(%� �
��S��c��_~'��B�7a�0�E�[z�ᠣ��ݬi������=+�f��-[��\�3��E�^dњm �* �$؊�$��]�`����q5���e b��S1?Ł~م`Q�n�ןh|���0c�=��5��: �R+� ��+�/\8Y�2a%�L��L����T�9<��&oZ���ѝ��z\�� q˗�xy��<0�(���p�tA����!>v#�],U�=���� -"�j�l�,K/9����i�#뵜EQ����.Js��*3���{c{�U���=�j�� ��h[��ǣ�k,�� ��7�R�/^dF�r��߈��Dנ<�(G_�B�5^vF��h��\����e�D�l}�,Љ4��/���P�L`�]%\��:ՊQU���؜4� !){c�X��P��7���H O(Q��F\,]����X!�x���:J�%��ă{(���KSoX!�u9=�82�o}D�C�ƍ�E�/j�W,�I���:5nA�M��Fd]�F���[CE�?�yxA�fl��-o�RM�wZ1Fye*��W%��$�Q%U���4;q_�p�!å�I�Z,���Z�ڱ�G�qً��i}tX�}NJ�Ș_!�N*=�3+���Dv O��j1�,`�.�d� Dž�����'�T~0�y��3BnC�ė�@ĕ�_5�����-�gf��E�����PX����Mo��\���Q���6�zi�:!V��,O�����������u��eC+�2���֦��6߭�F7� }�p$��T�-]��A��iوƍ��v���bjl�/N���� �}��=��loY�b�{0�{bD;�i�wg`��
�7/T��S@`_t�2U�u*f�3~n����{m0{���`%����������+���d���p���J��F��7��)6�ۤd�{�z� ���'3�M��b_r�
�y͌��l^���y��;n��,f�?:r��щ�Fs��
�xdEe��(�?��\��૮ݠŚжhhZʳ%H.��o ���X�K���^zA��N!,i4ebM����\�GN �>�vh�ӹ1��'���t;e�<U��%��&���J^J�s���sm�P�S�q�z����ǥq�?��o,�U�p_Y�k��!�Bٯ���]/��}�v�X���c��j<�6�t*�r�g�u�-�~��ێ����n�݌{�?��l/����W>�@ǹ.�
�~���P=NZ�� �,��=9v������v���<&vf� �Ҥ�@���Г��������b����PNN'�'ykI��ǒ�pl>��Ɠ�8]�I)3|�0�� 'Nb:�(�i �H�= X�5;�����? ^b�y�$0���>v�&h?�f�Ow����K�I� A�Y_�8����z���-Š�F�zNHa�o�I��������&�>���=�����N����`�>�� >`��o�g^� ��œ��yI��v��I��᱓�sJ�5HeĥC<�#��D�G^�!% ������:�DKe�qh�P�9�H���W( A׿�D�����Lv�M>%� F��"g-{�WLB����N��Ǒ�� ��L��KQ����>0�9��=b�Qv�0a��7�Ϳ3�&��n���)~���@��y����s��wuN/;��N�JN��c�����1����E>�í�'xN�1�S��p�z�_+��ky�*��~�<kmwݕ���B��p�v�k��e7q����W< K�x� ~����|��뗕�1����C����Ν�Î�h�f�#aǤ=�Z<��؟��9v���cGA>����#��[��rGo=�O�����ߐ�ZןW8��ٓ��z/zu��Vt�� �֫�Z�WcV��C%��F�Wc�Z�����|���^/�Nx����6�L8�R7�ru8�P�^Ņ�v��kE7S��%��.(�t��Ӛ�)���v��=��wݔ����
��{͑ϔ��_V��Q������w�د/�`-`�y��m0I�I.5�dG/�K ȸ�bv̓x����������q�Ǫy�x�GV��T���dI���4Jj,�>&:4Ǽ]��EA��Q;'��oh?���xMx7�c�-�+Ǹ�nR����?na*�Ja!pS��� �W���F�b ��jf�ȗ��n���b�ZM*�Q0}1�-yX��;�U��ɝEo��҆$�����t���o/{��-��D�������U�7���S����Y]B��y@��n��q� .H�
KߥR�w������U�%S ����M�8�{��fq,�vq.7���A�"%�I��A�$ �l���Z29Tۤ��Z�d�9�Ç�D>�$N�Z/ϲ�IJ�T�i}�I���)W�4i#�?3X��d'}%���a13;�7�|��DZ5�ZH<<� @`n�=�z�;w���� {o+�Y�r�8ήa��
�D�D[˂!x���B1���"OO�J���CI��Q��\mjN�"�p�Y�yV`K�,�͖����kdDO�_�S̟��(+K����I��,���\'-ȥ@g�Iw�,�Z�;4]m�P(�֥�n� r�F�ވ���<ܼ�����Q�xI󰫥��U[�kE�����ֱ_��p4��\NEc�;��ق��b,��7g_t�d�k�%�Ii��>t�����Z`ꀍ|�M��d��d��0��*4Y���j1�A��b)��HUi?P�b���j����n��>��(�6��<��&��<~R���1t:�8 r�(�t�`U��V�jmBa�Y�*��jIv޼D���A�EI��P������2�:��~��H� {�>�%5e�-���q���n�e��fo�?a8�+���qN%�~�� .���������H9hE�p p�6_�s�k0��?8h��|?����`��?� � *Y0��r���8l��uŔ!�&v͆�_�c��0l�b��Y�^��]�bDfYdq�<��T�@��h 4A�Qc�k������I`��&o[%�~I���I�@t}k�U�Hۦ���ć9�j�i����V�E���O2�7�:���o�&�IjAblE�@����Kjp�������V>��&�F�b��� ����T��$�X�h�6x�� �k�%�e�]�I,B(�[�� \�y�}j]$]�f�h_� �i�5[�t��������;,X��`�XkK�O.�x[�V�c%��%?��#+ĕ�Gvu�$aL���֚m�݌y<L����;��\�h;��L3&�c�ÄMv�� E�dz�!��0�g��<�Y�CN|�y�;�Yc4hg�j��Z�}4�T�Q��g�/d_�rY��nT߼P�#`:���y�k�S�*�?k/%J2��rI�נ�d}�͝���5\[|�KFr��ٕKF,�hY�����!�,�A�"7��!{}�-� ��H���P�kdɈ�b!ҙe�l�j g}� �gh=�"��� �s�[�[rc�/Ps���v��%�z�j�~��ٕ�M�����w�v��X�5u'-U� r�I� �ܓ.�w�����1�k�:CC�ـ}�JzMRv �2��V�"uު��[nR�t���߱�bG.Z�����>��َ]�}� ����=-�:��KW�]�����|�R����_'�Y�Y0~0/&�~��� ��l�[H������m� �� '�凉?��b��q�6>���Z���:��~<��2<!�� xJ �� �p_���9ؓ�4nx��&Y=��M�N:R �,_�C)�R2�{�Q�%2�:m{�,�����;��y�Cy0�Ϗ|"�S����)ؔ��^��n�G��w � �[FzS��>�)�OuCw�,��2�ꔭ⊪��v�!cA>G��Ջ�7Oח�q�9x��'�h�����DÂD;�,�>ڋ�H,�Ts�����#�x���@�����Q����JHT�66{����D�ɓ��$wP�G�^>�9�7��Q��3�5h�A�̶p4�p�|�Τ'��M�k�j�#�)N��}��D�ggl�j�~�����D�Ns؞z"G�G�~؈�F�Q���I��̶�S��d��aѤC���]�#�4A3lk]��XXp\�#��W�x�� /|#�Q�-|�ۄ�I��gK���S�s�7�)�w���f�a.���|c��e�/{g��2Xv�R�^�x'�� ������
\�G��:��.ݖ�]��=�<��S��
(w��"n�"�88�w��TnIB�l����D�ޯ��q-vi�F}��)ȸ@�̢�*�9��ɂ��;hH=��\\�����*P]ŧP}~���G�n�+���~E����B0|����'rjdS1RX֓(X�Z�) �m����Ug6���7�I���ܯ�?�k_�o[U������+��Z�=�`�#��0 cd,��6]��7q� �6��@c�ع�1.��q�>�;:C�Q`+yN�Tɽ`z��3}bؿ�����'Q^������b 5IM�ozX҇�o���k�z=�Ή���%������j�C�,]��>�F!گ���bׇNw/�Z�B�d��l���Έ�^�.%eO˒��ɩ��<r�a�/��o�XcrJ��B�]���?[�&�qb@u�^���P/|~+šHq��� ��I����&tk�FO�u8@9�k38l����&�cs���sg@7J�b��tt��4���RT���O6��X,���ol�^6��z� ���L~�����ċ�H���ߦq��s���p���x��x�q��=D�Z��Ʃ-m����w*\�sYؒ=�=���Yh�Bv�����&�^��7����ex�:C�V�k��������1��P_�qX�"r�����%Jf8�%�e�j�.�v������5��|��mZX)\b q�"ņ�1/w.Oz�LI���B�ڧ�t��|��"K�
��zZ�r._��Q6mMD��O�U<�ӕ��l��fֺO�`��DS�����j�rO�~q(P�E`�Q+�S���t9�N��,��~�_���=� �s<[�=P�P��w�M>�x������X`|Y�*���.���9�dX*�Nv�q�������Z�@&���U{k���4��K�������B^�|�B\��4}�C�Q�=���#���F*�+�&$ � s-1k)���xL{B�ØZ�(��U2��l�(��2-���<�g�`�A�����(��^�:e��S��9�ټ���O�� O��2��+s���Q�:�Վr�= B��}�› d����@^�&��� ��0I��{}�}��>� !x;���/�T7Q �Z I��[uq��Lu ljn����.�����Rnk������ǝM��p۵Q��9؏79����6�� ������� f���YR�K
�A�A��g4Q�K�}>��9�����i��� /V�r.9�3�l��,�{���T�i��Y�s;S�~�W�M��0Yd,9'���H!W��e1�)km ��눗l��D1i#0{v�T��ߛ�*��ᥥH�-��,�DW��Xݢ�Kkr���Η�;�
O:l�zxs-�Sx���{g��c�>iQ�S��鞚ٹc�^�!��E�@fC���1|�x�a�g~��:�Aa�`sN�)�@^�=�Zik%��M3+�5R3�Y�W��t�NJI͛_6�Z�f���_^6X[: ��)�98� �s�gǪ��ٜ���._Wp��(i�&��.�V�Z�swh�Z�Ak�ܲm9�0� j��4\��֛�t�&j��Y�����yI��֣� w��v6������;xAؿ���ӧ7���\sl��D?Dl i�����h9���
�r��z��SNg0�L�����A�"Z̀b�bI��Q^T
yRQr�\��e���N�=i�`�Z�.J�b�����C��e�]�,�<g�z�D1`��C7� �2�,Iϔ��gt:�p�>���Y�}���� ަ�5��k��tg���#޶!W��ln��}���ί�W�9���]���<����mh�O:���r`�Q1b�����I���A?�����:ڏ{[���Vo}?R*�;K�B ���kܛJ�W�y�m+ҝ˗w�سK�^�k��tP�l�`��q��8������>����_��w/�|���y�}�<����濏0��c���*/��`�F ��/��z-��� �ˡ)K� V,Yw:6��f'u�u���bh6p�u�3����8��HDG�������dZH �4�H\�o!��Km5���JƮ�
��a9V����6
��k)y��T��N�v�L��ņ9��!��`��(á\N,��F����Oe�ϣ��a�K�(�[�0�"/��*L�Ä�e?Ӑ=�PeQ@��U�hȾ�N�e���&����!{��W.KF� ��(�t;M7���@!�@hzyj!F:+���c��+�l��L�Iz}�]&�mm�`(���^�i�>��O�d9�Q�J=֣D<�C&�ށ���Q�+���-rbT�v��>�*�"0�� �����L����'��Ǣ�(��-�Q���>�^n���cj�tV�M�ȀF!��i(�j�<i1^�z>��+1� Mk�n�BN����}nś�䠶|h_ж�Ի'�߻4lwY}1�3泺l�e���ր�!�}=�r��g�>�ȉ����Z,ޘ��lY��G�ޗٜ�@{�� �z�~y#L� 9��B�%>T��6�Ct��eq9ܼ�ⰸ,��!��k�t�S���^<��(�F��!/�$�Py�E7�S�+�C#�Ȫf�l�� ���K5���b�4C iL�)V [��SXK� ���_�a��ahn��O�9�������ß�M-���/G�m�3-[27�p�ԊU��Q� [�0���.��y7da}���ؖ. SIR�S�-\
��4�.����ݟ���D�C�����)LmLa��AR�R˖��Q{˒%Z��������i��O��u.ki��t��k���xp_P<:�9�"h���Cqn<�Ai#a�$��vnv�wj�Gg�E<(n���8k�}F�l� 3`ش���;��&j��\�葾�«�1P��k{���f�������p 0�����g�q��� ������{��@� � �kFsS��O ����I�O�p�O�+� ���T(���?�>X�� b11a3���LC�<��~�+��s�����i � _0[B� ܣ�ZwI�C�����RK��奔Az,�E�u�1@+���WΫ���4LX[O?�F �����|W�E�ƍUٟ�M�*{���~)7�H�Q�y��?𧉞�@1t����}�=���n0P���"؄�","@O&P��S .
е�'�Bp�kn/x���%�#��G�ͪ1�-T�m�ׯ.�V �ft�I�� Dbb� ����?�"��] �8==�]+���W���fcf�:f>]/ˈ�`cS��0L'���j�|C��3M7#�֤��{�F�[��T� 7_u��4dϣWTY�Qo�X��9���;u�R�W��Ր=H龜�"�i�G�&�>�7v�~�t��Y�ixʀO�`�)�I���f|ɈO���׼���4�0�uO�p��7�St����I�O�A�y �yx�)0"�d]��P�mrD�#�C�R�]W/j� ]�J��ҕ _���:���#���M��;�AQ��7���=Yܑٛ��[����C��~q� 2u ��
�O�Z����6��!�}F|�7�����$1����{�ac* v�M~�Ç|���
�t�t�<l��#4���XO�Lf�L��G@������yY�n�n+�H�P'.���Bژ�)��?ϐ�5�ڌ�j6c4� 5�@�q���.�m�r�.���o����d$��fջ�\� 3� d�d�������y� #98\����V�b,�V?ł���l�H���h����2_��4q��-�<;�6zS��m(�O3�@�&2��F2��Q�IJ����H����j@��J�*�~��˦����+WC���D]Qr9�˧* Pk���T��&��AZEϛ������.�f�䐁�t�5cH\ ����e�D���w4,�dvo ��F)R�?R�*�c���fU������:z���̎e�m�y>�&0Us_"���xdnO3m� ���;�j?��c�WѐnM�N1�K�0:�����̈́&</�,�TY�Wo|��] كTV{<-D뢣�s�}���`i�Q�r�>ڭ�hl�� �7���8or�T�A�W�8�,�(y'�:�
%�QMz���\� ���9"UFb@o��X
�E'�B ��"$}���ֹ&gK���v(�p��6��[1h�/ގ᭞�E�����_��h],� �'�9O�“9x2 �$�t!U'�~9�� GZ���J���lqg����?�DҞ���"�P�@,@���]�p+��z�D��K�����f��|Ҍ3���������1��{��ŏ.�>�Ь�I^�ܻ�FQDgF�;mފZ�.�F��hY5Z��}Ոy �WX��h��|��YTM~aq*��~ћ��w�u��^��S� G�5�N��-��i�ۗ/��:��;ִ�x���LJX]�Eo$��5t#��3�-�D�#z}G��襊��Ҷj��ũ�%!w���5�k��8վ�:�|���-�J�;ie{/�Ã�����&X�� 9hȝ_Y��v�7\(��iȽ��&g��o`��� ��+Qm��v�AN��b�ڂ�/4�_"��^z_*ġ�+��b؉��*� �lZ׷Æv8��/ƀ�a�C^�I�s�b�z�+�`����`/9X����q8�=���x�F�8�����+?>#�a��Ls� x�ȸ� >r'� �l�3���q�x��mm�m� �� ?6�8���ͥ�O�����Xo�,ǯ�,�v��*����bA]E�S�1����a{����%��(�ISUł�w��(�Z�a�?�5��ב�0wc���"f=���2��]M��Nijd}+Y�om�; �_���?w��G� ��H�E�����������KeZ����,�T|�h t��75���l,g8K�3e�hώ����luU0UB��2��<������H���@�g 3�}��[�iHg0�g��S0���l<2V����dp���,��C�j�AQ�f�2�hy�=D���'���t�����, ]�^�&���/�V ��j�g�Z�r�L�vfj� ��=� ��mJ��kg�M�>3t]ǵ :�ccã`}D�֟P���%bHO�ڟ\#{x[���Q&�� 9hȝ�]��k7L.��o7��V� >�E9M�(�i���L������ki�Z0;4XWOk������B��)���p��= �����R���܏����U�;H��3R"��4
�>#U�R�95��a���p* ��V)���O�H�I����a�f:��]��%���zr�^'Z�̣��b�đ����s�[9��F; ��>��Ga���0t�!����&R�� M���F �Æ-l �J �5��N�̪5�{in�z��G�"Q6��n�@��Q��B7�J�Z/���x1 ׹q��sG�{K�?�3�QXe3���� ݮ.��}�4j�Zmd哀O��Gc'��`GWKe{�sko8dh�$bK[4=w/��Ҳ���4�[*�H=`��l�Z[����7�&U p\��,��՗u��u5fɑ��<aKmR�������b��E�����kr(��p�M�*��M�\�v��"��roT� jj'���e[B�:ȡ"�������r��Y/��Q�/F^ɋy�‰��J48��<L����S���ﳙ�g=H7��U߾ ]~�y�jq��9��#dƻ�/������Q!��9����>�t�h�(�H^�$yM#jB)�)�Ճ��c���?��7�a�6�0l�n �6�u����?���|*�1�1[c�d|�����0���Y#~��a�|܌��٤�LB2�<e�F�!l��Ѽ�ʣ�U@PE�9��i�L�-�ɻ׋�Ӣ�0/�I?�X 0��DEU�{��α���LJ���89k��F0�T�% ��%jI�.:��Wily�6�*n^��12��W�.:����̮�:K��!۩j�mOpl��]_�Ʀ�.i+v�������΋Ѷ�QH����@�ߊT�h�zs99��E��]�r�J_l�}[���~���ƗZ|'k+�k�j�|���z4�ڮ��=��ftn��`Cr�w�mګ�p�~�!wpg��v�� 64���5?������j���v�l$����Z���x$��_<��1G��0]��
����
��.박��I�ye�{:�s����g� �2`�i��ʧ��X]�n����yfZ���J�@���6� _ �]ګC�.O׎�4�z�8�狢𹧥�7$�^��FV��+�B��)�H��Ԙt�eL}�e��k}�������4j* �U���rF�6�A��+�Ą��75��H&���� 7G�O֘�LE'��P�_h� ���e�e�Ec9��ke�5�O��G��TKl���%HEAWi�H)��;,�@մ�8} ��V��xY��W��Â��jq��]����t-�s�Z�S���W�>w ��v*]p]��`l�pl���-��k�=�[4�Z��1~������IW$Qz����<#�h��?�=7�P�ɩlIH�X2��C��e�T�3�6e�fqv�11�Y�s�߯��s�k�4�ޒ��Yi,�mj�m���1n?D�{��z�ޚA[eN�}�4G6�[�+]]V��]D��~S
X�*ؘN|k�?���z�{}0������ �ݍiÒBGg���ٱh����q� j�C0�Ңl�=��v����kP���PSr֒�1�t�>�g��]�<вys ��q/D8��M�Q9���`=��н�Q�Y �d|���<$^�qD(�[*��O��A�s���������C$e��H̀U�k��Ds^�p��Fѧ����W[��|}����Z���S�x��� ?�X.�O��9?e��!��'�����pN��vǀ;�z���ъK�vX��D��6oU߬^�Gĩ!��v��0�I�0֩�;�VO��HV�`����S�)�[x��I�����5����$�W���#N�A�v[Ie᎑ 5�xF${����𰓿��<:,�� �=�V"T���b� ��E����d r�&Q�7�1����� ��<][*0�K F/�P�NKt��*T���™d}i�a���g =��-�l�M��j��޾!�ܺ���3�?����Ѳ�+x5�Hת!�f�˘p��9��r�� �r�K���^�i��4y��ҫ�>������(��2�C�<�<�U�7���HG"єW%�Yh����0�'p)��EZ�W�2J�f���G<��A��P �γ�٣��E�/BdPd��Y�%����H�B6n3لT�㘰P��D� ��A5���S��U�8Cm<���#2޸\mݻ�P��A�E5�W�L ߹1��t�pjEGD��6��- k�u�5M�{}G�8%�+UĶ�}��g�Q���o�gC�Җr��G��ʏ`ӡv��`�����+���b�Ȱ��|���OH�
�Vt��,��ޡǼ|8d�&'�0!���$C\��0l�b�Fc[�����<�IA�oMJ�����*����, u�3���,�"�+���/�nX�i���vqU�¦W4&��y��Nah��ḭ��5� Q֋��~aMج9ol�»o;�53���������0�s�7|=�2��`
�}�����1�� ��p ���D���[8�"}A�K���������U��W�Q��1*3R�8��|V��95���z��dgւ]]��m#yz�a5OsFx�v]G�����&j9��sOP�_�p��K*�4�����4ɓ���#{0O�vM��"sC� �'��"r{<n$j�>��b�?z�>C).��q�v��L¤�O5 ���������ݡ�_T�F��®��]�u%y���Zw�\�?k������
��cĭ�o˪}ۇ�c�\����Ș�|�ǔi&��:}�.��Av"��K�G9��;^�݃�t�ho�В�n!k>1�G�qP��W��p8��k܎t7!���m�9�d�>s˚��-�}����9��bB}o%�!{W��ٵ=M�Vǭ�Eo½�#�ɏ�����M��;n����{(����� �
� 3�B��������p�"���;�Vì�}�.X������g���+�����h� ���"��ݩz���[�NN��i��dW�뛆'�R�~�q�—�%��#��ͯDs�~�]\�s˭���������t�:B湟�m����v���vi�� Oh������c�cu�6p�v�澳�F�M�D���C�h��1MX��MνN�& ���c�ˢQ�GZp�y�<i�����??_��K�ŬZ�if���q��c�!Xo�6\()Z���msorz�% K�Ӓ�|�M�?;�������3��X��qX9�b��q�Hz��T���-�D�C�p(J`��}¡8� ���Q�;���D-13�Z�c�GI��H��.7�$(�@�tZ$ ݄9�Z��jA�w#@��c�Gc8�}*b&��|&��o��#E1���~���$�Uק%�x��� �x�"����jo�J]��_�_7 k%q�9D��9��X��rKi���oH�+��X����_a ���#0<<�ݵtpE�\1��u�wp�H������� ����r��J�ʵp[d��&ߪ�cP��nl㆕�� �"�-;oh�V�W�瞃��U��l� ;7#@~����}�� �� Z'�uQ �������9���g�̨W�gE�dE���� �_�pt�מYb2���`3曻<h�T��� �E*w���4Z�!���"0u��ˮPTu�z`��LYQ!�٘Þ
���v��R�>.5+P��E!���,u�2*m�mtFW�K��ASs�'Ծ�]�(������@GR� �lgp�p���2�ћ�d��(/����`�u���gz��Ѽ,�6v&Y�]�B@��������,�����qE��̒�n�ku<Ǔ��;8�f3( �β$'5|r� ���gM@��J� R&�t&�M�����g�r� q���\��8�� �.3G{�<�v0�qj�)l�'d§�0�꥚�io��yk^A����j��v��ṋ���Z���"����G��_^�� ;�^�-�p�,���z�E��� 8s��������_k���?��gAu?|3��-�<X'jgHp�Ȗl�e����;'�}�
��¤�*?Ub��ѝR+X-&S�a.��h߽kxɲH�ۅww�~{���m�t��y7M+��dimm��Fv���=c�q�Q��x�G��O��2��-a���Яa�T*-��>*�,޳k�Y2��'��s��-e�T��{����ٹʇE�K���.�p7��|�$�ק�|J h���gW&�v��)����v��!p�h8�| �z������ @���5��X��` F���1�6�,`��>w�] ��d5����xr����~7��Zw��Ȓz�'��*�K5�{ա��+
��?��p��l������!�k��w�#j�EF���Ӻ~i4�t}����J�뎔��o+��.o��oqu>��蝳Ňo<8��1��q8���ȳe|H��v��.�g�.� ��Ժf� 3Ɉ �3�B�7����b1�>�k
�3���B���
L%c�r�p��_A��-� �E�(r�� �"{=����8e?sӍ���3� l�f%$8�a�bz��T�Q��B��V���Q�a�.�hf�Βc'\J�6;8��½���H_��/j��c��G�G�<o6�&4� ���l�� g̀�� ��̯�9��ۑ��<f��|����]3�EϏ�eg:d����̬'�L~'�8�$ D����"�>�j�,� �����v��Q����Y���7�z5�_U{���ϒ�[�3V�]Dc��<� ����4<g�^��m�V��
!kيE+�M� $M�jH4ꬶ������թ�U����m�ib*#�c��fi
�T��{B�E: �j�͒��u�&M����D����� Ev��X̡S�k3l�U3�?��� �������QR3�L(Q)���mz#޼�Ο��8slތ�UE���4��B����N(��HQP���P|��Zm8�������Λ�^xj��,��t�� Q�� :,���yqS�Lg�{ՙ�.f8�k���$stz\�4�3$+��5a~�cF�S��d��O�6Y����,�P���vN��Q��%Wmf�q�= x9+�]�_�g�)]@
k��N�~U���x�Ya�������'����+�;�#�F�eY" &��T (����I b�Ѩs��#�ph*��я�Q�nt_6��`P��'�����06tjh3J�q��f��o1�jm�3����k�T�-�٘����p���oYn���MG�S�R�����;�w�5s�A�6�d]�#��E:V�(�}-�����1�)o)�k���
���H�p���ܫD���,��9D���ds�0M4Oe�b��2�
�՚k�)�\I�e�v��Dj?:��6#Ɣ�U�bfSRv6Zv"� ��o�$�A�h�y���S�����_οɨ�(���� (�jk��؆�I3���B~|�����Eͧv��,߹����X��/�
c�~�~1{�̖-3�e��^?���_yhU������{+��fO�R��q#��m��p$�KpxIM{�� m���3�4EBOS\��Ҁs$[�i.�M�iᆩ�C8�|��B���,��~g���(:*Rj�K�j�@\�YUJ_*P��t���]���B�m��M�,$�ݖ� m��������;B;v� ���l%��]�-A�-�j��ZriIΧ�����>S�=1�Z�H��7���\YKlX���{����J>f����th���2�T��)�o�Ã1�k�<^��D�ddpfZw������D��I�K�y/Hg:���wv� Ńy��x�������7���R�*�M��t���[��� 쓪�E�E�
<p��uz�� ����&|�[���^r)�wl�i�Ũ����m�pgK��I27u�S���*��w��ii�z���V�5Z��ۀI�i��s��m(�����r>�Iđu���a'�Pu���m;���\Ӊ�R n1N��Ý��<v��L��d����.���\pFC����FB5ا^�(�.٫+� L: nX�J 2�Ӯ��L�S}���\���_L��h���뽙�ݝhS䜴�������5=�x(]��m �;�%��������Z �{Q���K�+���bnY\��� �5��V��C�f4�xd�M�6�0|���ߜ�|�&v+���&���n��W��2'ۦt�3O���Nu��E,�x$ϘF���3�a�Z�z ͪmLUnJ�e�ɖ�b��-Rg8��q��<w�f��灷��U�{o>�?7��G?�ܒ�QݒZ����E��e$���f�P>��F�"G$p6�"G"8��2��s�$ �攵�I@��)�ѡ5J�v-<��OhA��l=�~̍�v�T@qJw��S$��;FF{"iOؒ9�͖���JP���� 7�Zkr8:VF�#6�(°jI�\c�A��B�����Č]n�B�P���f�*5��+�^�T�ߐ�<�⌶nsS�z��6e�j��N��T�(�t{�(/�$a���ne���]r�s���J�#���޻�w{�䮻w��?0�:���w���pt���߷��ۓ����Vn��B@���I�ߟP�!�/���ⴐ��S�8
--�j�/��O�89�:K�i�
-h=�O��|��-��A;��%cx���ֶ���!B�O��ЪE�h���Գ&��b(��b45�%,���uϋ�5�!��7g�w���.I���+���["�"��-� �|S��T�hGT��ˊ����0�s&��M7���n��f���1����\X�pn������OZ�[����)��y8m?a���ӶG8�0[��� ��0B�r�Q�چ��`��v^g�vӀ ��<���&�����r��> �eq����f;�ڭ�J�߽~��Ŋ �/��G|���1?wzߞj�j���Q�j���v�^d����o�7@m��w�r0�B H�
N�$�� �8oqu���ժ{Yo��&���u-_�6Ҵ����k̿#/�?��{��+î^SNt���]�\S�#����J�~�v��3�aA��f�� �}�W�~��W\�~��x� �[�is[�U���V��+�I�O�5k���M��)��o���!���G���R�1�Z�* �'��<y
ť8��BA��7t� ��ʖG�����׈��f{ZQaF�ꋧ+�q��<j��293 �8C��@�\�o�%�| _���(˔+�7��7ݯU��M�k�@�Y�=#H����5�-�7��C�:;7�6�MFo�F)�5�b�)������{g>������ϵ�|h�ޥ���o]�V�]7��F�Ly���M�R�i2�N?�=m�g0��u����^��v�N\�Y�!�K�՟U��� �ŋ �_6��k��/0_� ”J�p��������/]Z` G��������#,����C����|�����l�c����2䏀��u4�)A�~|x��ꓘ'\���5�7�x��7���w���U�GF�D9��r���C�����bN!�N�Q�,E � z��!�0�L���52�{P qm�kg�3�s�pr#�f]CG�i�����q��HtT^�Z�h�S���;h�:��Y=w7�su_V�o��?�١dғh�q�g��+�XR�y���W47�h���n����������KЃK@�2�S�'7�#Pr-遜.��5�.ߵlٮ�Q�$]�?ae�b�Ӳ��V��Tļjϛ�8a���h��3���}�yNfϣ/�)�u&��X]��GI_7�b���y�/m(��q����`� S*��i�p�r�v�5����St�0����u�j�Q�+��B��ٮ�@2�i W3�}��=^pT��'��W�?՝㵿���`�VcK �?�������\y�8��yS̞7E�y�;�`���O�Y/h~��4��,9���"ƺ21ֽa�-!g���Q�S�
/�S��G�|TR��33��xm�+܌~F�a-A�F��v��G�;�W�������#�Z����ߠ���2T��j�|�B�I2���m|j��V��֝Vj����� �T�#�U�0���ѥ�����_�b�R4�YM{��њ^�+܉y�B 2�Y�7�qx������-'-˙f �4UF.�rq�c����f��A�g]��hS ]U�
���y��Q]�i e��
"��Q�4O��$(����������P��B~g�|��#��x�:�?Hz���F���}�\�.ق�N�,`:O#yz S���խ�a�B�~MS:��{��W��FbSb"��|�t3j;g#�$�����(ځ�B��h|8:�1�)��d��oQ+ȫ�?�IJ����G���Ւ�Do����>ai�3���U�}���phɺ��� �T���e�/k��,S��|���[u>8�7}2�X���O�L�C�OYO�ʬ��6��F���̐t/Ή�b���z�c碧���UO�o�C�ˋkMd|z;Q�� �l�8��6���Y� R� ���A�
�y�ِ}�f�zCc�,�]8����*�su��+[�'�aX/0�� ���r�&�lĒ��ku�gX��y��a 'R���0�h��0�����+W.5�+�F^��]���7���Gw�[����O��6-�I�H>�ď�ao�d��!<]6��=O�*�c.ϔ�t��t�ʰ<2���Yim��kVG)������!�6�ʨ���zP�G����6��,����!]�la���� ��%4�������V�7�cd��� �H��Qa�~��S�j�I^}(��(�2ة͗3X ����t3���� 6���/�~���lĚ�Ϙ8���syG<#�Ќ�c<9��VF���%�H�sd���FB6t�cn���s�o)�!����ꖷ��苺 �%���m�mB!�5T�~���)!0��Ζ����_���bM���_�(�b����?d�Zwe�q ����&���T1�`���0c��K�/2Uf3P��ڮ��m`4�e���0`t�5G��^��.���g-� ���;<�c����z7d�,����(�0�9H|)�9PUH��Z u��s�\~�N�t�.K ^�N���Ix)��H��UbbsxI� �����I������7�<��d�rn-7�� ��L?�ٓX��'+��#��X����j�a�#����^`���q�58��Z�T��z�t �{�v�?�V Lڱ���I��t��FA��bk
d��U4�B���מN������Ն�]ԭ]ko� ficWߎrt]�GRZި]ɛG��\�Q�3hG ���hU.D�mbyVy���*�+�O��0.���� ��{�}��'�+���%t�<ԙ��4�4SM��[4u4udM�:ťܧ�T4ʙ����l'G�#�4S�d�fg��rY2�e�ڣ�p@:����R}*ڥ�̲*t�`�X<�Y#W�W�E��] ���/\;��r�0X^8�����ڸ�ٜ>M0+Kz�����aKL�.m\{R�V�k�d�Ҕ�t�8�tzg"��}X���ί�i^c�/�d�1�ý��P��y�3�m�>iQ9���L��Ϙ����`�jQ�k��QF�Zm�}j���y��8�S�EnPm.����5�NAb��"r+�}_�����j��Z�����;�x��#��'{����b���E�B�����/����S6/�,��Lg�� �S��&�0,b�?�Fh�yu�'Omjf������7���>:?15V� �Q�lC���M��Oׯen��LCn�B��������=��NU{§���>�e����vJ��f@?�R����^m�-B�V���*��`��aҐۺ�}�Q�"��z�m6��V��ȉv��.$h����S��� ;&m��&���>Kߧ���D�!y�pɫ���FA���>�#����wŷ�۶'n긳��G.�����\���u����EZ��'��qz�W˷� ���N<����xF<��Iz���<SH�@:��f�I��@��2�A �8%��4Hd�� �(�0<b8k�� �1/z�a�JAs��`�� �,��e��j���|~�U�� ����}�׮�Z`4�ٍ��� �l��r�x��D˖�"R��h�������T�-7�I&��|K�ꠁ_�z�!�s��4<hҽ�"���0�_Ι`�*���گ�U�����I3$̣��� 3Z�<�)K��'�n��W��q�M��b� f� �t��[u�k1Y.�N��O($���:�ю��trh�ފ� �y�il��"�lMe
�:��̤��:�M-�|�3��o5sf}Y�7(
9 �� ��
d�A�'����'��{2rf �;���2M��!r�v�sN1LjڮCܴYo4ZĚ�S/�B:���v{���i�:�>?uhQ>(���aޏC��
���h�I�{�O����S��t�t�\oe�[�uӈ���]dG��r:D-}�4M� �v[8�¶�vy�MNgS֣��>���F����"-JU������b�pH��b@������kF���?OK�B������>���7#>���+Y�q�A�Ln��zNH��oD�j�"G�  �z�O��ۼE����D�*%�N|s�a "�Q?���_�v�������8�0�����n%8�RbC�ݢ{F �q'8�9���v��Ǽ�f�g9���>���6D��/����1q]���[yrF-��VKZ+C�>?�,-�K�`Y>�����լR�Sև��� �G&�Q�/O�J��8x���WV� 7 �^�m��NpN����,<�]֕"��&����0fc����Z�ڬ�9��c%/��M�j�Md�?���'�������@�ۀ��ʂ�ɾ�V�QxBIe8���&%� �ؖpo1�Z�ƥ-���߈L+�#:��29h �T�"][���dz~\�=ز��pw�]��X��/-jݲ<���n(�q̾u�:��;� c���T���-T� I¨�1u{Ep�-s���z=�����o��?I�I�ތ&�R�bs�'�q���eЊ��a��Xخm1���E���+�B���V�xxr�śv޵��s���`��t\��X�%����s�=�V޳��k�=+Wݳ���g�>����É�������Ka<�5
�(���?���|mqqa�ި5�vH^�M;s���d�MZ���0���Y�g���e �a��{vuu�"?w������z����p��~'���'�O����7���_�^f[� 1 y�C^t���ܙ%����N�� 5�Z#=d�.k�:##y���#�ȏҨ���qt=:�>�$�}����P�Vq�,PRˊ��v�y�*j���3-�Zd��WUR�M��[�ڣ�`�=,���m��w6G�
��X,��9�����}����w��6��������������u����P��k�9�+�91�/#Y��&�_�$6=f�DG�` ��ڿ}�
q�+^���t���?^���oA�q3���3.;É 2�k�P�t�-߯�ƽ�!ur�W�T����tx�<{=�y��bw��$�OSC��k�(ZP40 [�-�2688���a�k�t��^3g�l�x����m�@�d��6��l�T�mЖ;��]�M%H��7�ܳ-�
�+Gc����I| 9�<��� IHF���Dq�ȗ��\�L ���(<=�����Q.����ƕce�:�yzf2�+r>�/�|�s�l˴U��J��i��4�r�D���� "�,#����'W�@"A=.��C`5�8�� �8q^qr۝�-�%�e'w�V9����o:�(�66: v趋�^ӭ&n��� ���4|�tɄ?`�U&Lp��w&�e:`�<=��;xR���/<<@��x��x8��5�v�X��C�z<
�w�x�|L>!�L��@�����a� y@���pX~L�zY��QFb��S��" ÜU��D8$~N�q@���R�{EЋ% "2����sF6�ύ0m� F��3d#����p:I ֞�`%��R�,����]�U�rq���Ŷ"��E�A��E�L������?_��E��8Q�����,B���l}Q.&�\�PǠ���<�t�鯛�ǚ���V �|�eS(^Y�r] �aP�%�*�[������^i)͕��70�z����-�N��m?����V�L$]9��?��?V�C�1�^i�u��IG�#\��S�4��3ߘ;�l4Q!�s�"d=���}�Y�B��8��π1��q��x � )eeL٩#�}:Y�@�9�]?�@�*�U +}��
|N�?��!�W@�D���r^�k�M�2��%�&�^I(XPB:�렇к���@�u�Evդ; ��1/CAJ9�W"+Ҽ=g��J��JH�,�� �Y��^%m�n��$�_I+H�] NKߔ�"5�t�|Q�D.�᾿��v����Y�m��rp��pX�(<��(�s�Q�����g���ܯ����Qv������� �Kn�*�M�nNp����������O���� ^8�tC3E �-�a����'z�S���R�������k�
f�Y%k���i�#k}�Zߵj��g�?��܊?g����Xc��=�/Z���//�jdkŠuV����]�3��0���3>���`'� S�Uxc�R�wTwܾ�0“?��mWY��I/��W�i�C��*��^�7�9=�'���ի�߸{�U�y�Z������Ji�� �u&��_���{�6�Ci:/|3���C�]���䩩]|¾I��F��N�*�����4�dC�A�҅Zj��o�]��CyzĠ5�/�ڮ�h�G�E���S�s�ﳃ~��,�ϽJ�g�l�)z�+4h����mn�����}�n��y�_�$�E`���$�)Kxc`d�3g��݌��� ��$rju�*�?�3[ � ��� $
�Axc`d``^�ߙA�m�����l%@�h�� xm�OHT_ǿ�^� �뙆)i�� ��4�(:*��Z� �Q�4��
ZEA��(h"�I7mZA�$�Vm
ThSie��E���;�2��w�9����<��.R�2�ns{M=Z�1$�-ı�n�B?ɗW��XVP#1�S�䒿Ƚ&M��DIi'��^�'5�k�8��C��D��ϜF�yJm!e��OÓ0�Μ��ˇgG���S OCUc%�2 p�}67Ph'�͜C��2���������N��_r��1�Wf�4}�I� �tr�t"�O1ϕ"��a��H��D��1�2�^�ze���Ň#�02���1^�4��c���\{$EjI��,!�ڪmr��C�zF�=��r�7�J��{M빆�7���~�u��|ԞD�����.B� �!�a钰�Of�k}��媲�h/N�3p�� �C��^�� 2�')��y������*{�K� �5���>@�^ՓAR��Ο�H&;��-�C�w0�y���>��ٛ'QbQOQ9��� ��<{[M
�K��'�<OC}��ӄw�,�L�F���3x�f;���\�±G���_��^@D}@����I�3G=����� �Uʈ��y��{�>vR�߂<�ήYE"�c�ق�m�oA�ǽ����ic\G�}�g-�~�x���w�@��q����:����J�䞞
�#���7�*> E�@d)B%��]5*I��Q�����������Π�7�_�Jx��n�Y���,� �Ҍh���'ecY�v.���s��o� ��\�l��1+�b�G �`F�#&�;�dڝ�,�����S��:�T�I)m���_���g�H�Q���Q���1o1ӭ�a�������܋;��TE�ZӺ6� ~�Mohi[;�՞�u�#=�_�y|�o������̚�.�Ab
�g�X0.*S S���XѪִ� e
d
li[;�՞�u�#e
d
d
d
d
d
���G�瘏�0ӂ�e|�%~ӫ���w�3lZ�Ҷv��=��g��XOt�=Cj�\,1w��V�ǂqQ_j)�`9��_㎙��'������U�i]z�M�li[;�՞�u��C�S_��opl�"f8�橝\�
gV�ua单K3+3�V��������w�\���3݊:��[��kE�ZӺ6� ���H��7xĉ5��N�+��wx�׹��x��s�c��5f��~���¢�L��R|��b����c�;����p/}����U�i]z`e�[��֎v��}=��#=���КS;y��x�[�ig���������o�W��w>e#o�_`9�p'���f��<�5̜�(=��q�g����د�/�4?� ���f�ٹ.���~�k3�q��nd���Cv���;dwXTv����;dw���!�Cv��jM��Pv������]�i_�鱞(�Cv�������;dw����� �Cv�� ��6S.��|�3݊?a!fX�Rz���c�N?���}�M?Ž�����V��um�A|�M_iys[;�՞�u��C�S{y�,����7��H���W.�O�m�k�7�=�������߳�͍�w��|�c�-j)~����q���wc�MkZ�֎v��}=�#=�x�КS���g�s]�Y����Nҏ�c�-*�#�#�#�#�#�cK��Ѯ���t�Gz�'J�H�H�82ό�J�4^���H��a>>`�[f
�E�3���,X�K܎9�Ŀq7Nq/��� �jM��Ѓ����Ҷv��=���鱞��w�֜����u��,xn�c�^8��.c���;^�5^[9�.<u㩥�����{\��>���.����'�>�?�}+|�'�|�����w�K?ᗷ2ӭ� �E}��b)�ϡ��u^�߮���H<$�c�{�.IS9:�$r�BW�l�1����y�G?43]���bj4P��)a����P����DQ<˒�Y̓�yY���T�j�:�^����g�}�� �HX!W&X����q9[bE���x�UZ�5�k����$��I}�b�36�g��I6��8{�c��];�S��[{�<�u|�����>���zPG\ݨ=��N�N�����.�)�uZ��Y]�%]���`� ?����8�����L�L������g���t}��l�x�)͍U|��F͋5,��
,sL�*��5�w�'����3��I^� qS�yIn���L~�a����aƸX�%Y�=Ia��%�Xn��Wߊ�X��J��Fk�N�X�>b�=4&/a��渎�q��];�S��[{�ך}گ:�C:�#�<j'c:�:�S:�3:�s:� zʚ�����Eײ��fV��/�$�bZ�$�X��bƸȸ���(�_��w��,]Oq}\�Min|�y�%n�g�9�a:n�63����ܩeq��s���-GV�g���[��Y�];�S��[{�j�j����ѣzL��@>Ak�%�ba\­f2f���=��t]�bv<A~ bJ7�*�Q̏�X�i3�b�w�x��)V�m��j㚸��f8b����=��[ؠ�ɋ�d��-�o�B���k�vj�vkO����֧�:��:�ú������Q;�q��I�x�iW4��:�󺠧\�i=�gu�5.鲝��y��V-a��q���m̉ELin���q7j^����7�1?�`���ט1.���KX��by�
���">��q+�1Vi����q��Z3���g�'nac\Ľq?�Ul��v��N��n�i��>���!��?dχ���cz\O�}��N���⇮b�̌���낞r������e{[ ��y�W,�m쇂d}<�츅��q���̢���c��47.�f�t<�]��ýn����1�ڡ�ڥ��C'i�|�E�S�����ߥ�!�cʘ_#����Mq7'y��`���70c\�|�ai�
r? ˒`y��J^Ŋ�����UZ�5Z�u�~����x� �ltަx�{��[c��];�S��[{�M�k�}گ:�C:�#�?jWc:�:�']�T��i33:�s:� z�u��3zV]ג.;�J0�o����$���Uo��߆Y�.�cv�#�$�� q
Sƹ�zܜ���h�LƸX�À�㗸#�ci�ǝ��oj,��]���+XO�J��Fk�N�� l���1y�b �&Y���%ak|�$��۵C;�K��'y{�O�u@uH�u��گ�����Q��q��I����9��]t]K��+A�w����у[⟱0y ��ɘ)2S_�6�C!��_�<��#���'�1p���\ב�Lin|�yq ��A����ϑ���w�C����A��-GVXmw<A���j�ڡ�ڥ��_�����a=�G����쥇�%�ca\ŭf2f����!k��qs��47>B� a:� ��>�͈|3����J��
��j���'Yؐ��M�-��j�6gi���.�֞��C�xX��Q=�����:���N�T<�i�����.��.�J���: 㗘1.2.a-� Grta�����
S��Q��Q��Q��Q��Q��Q�۹~��`�uڵC;�K��c G�s�m�=�������XB�%,�5�j&c��L�k,���0��91/� w��(r�
4����b-��X����qwY�".#g?ܛ����[�!��C��۵C;�K��3�:W�����=L��r��EZ¼�Y� \��ǜ�� �{L����Q��pS�C��`�
4�0c\�ۓ��W���;��%9X���|����;��j�ѷ� |Gkͼk\g���V���>�bC�;6�}l2�7�"�8���ALc��h���.�֞��^Wԧ�:��:��:����a=�G���:�Z�t\'tR���'���Sq?t�Ӿ:��:�󺠧�'�����E�ɒ.��J0�o��cZ � iI��6�؎���є�����Fݬ\�"�Y�"����\�b�c�m�m��ڡ�ڥ�����=�������U,�R����n��0?`�����W̘)��q +�Vi����q��Z3���g�~<�6gl���.��^g��~�A�a=dW����cz\O訝��N��*Y�'��������9��]���<{��,]1'�Ɣ��y�nԼd�+7�}�w�M�
f��u{�2�&���d=<���������V�]��j����v��;Zk�]�:���ߏ�Ǯ��9'c��k�vj�vkO�{�O�u@uH�u����a=�G���:j�c:�:�'�\�r���i�3:�s:� zʕ��3zV��p%�� qK�:�W��L�LQ������f�M�I�qC\ǔqn���|us���m,�t�
f��u�[�IE��<yw��1V�}��j��Z��=�������������ͮڵC;�K��'�!��a�����s��ɘ��N�T\�i���9��=�ZN�=���eI��w%�9�:��0��"-a��_���$sb��ǔqn�
ߌ�p��%���-n����c���X���b�zK���;��aY�*R��]�:���v|�=Ti��(���֚y׸��=��c ����x�{�:6�]l�i� �`��k�vj�vkO�{�O�u@uH�u�2>�G����zBG�|L�uB'��w�b
��i�3:�s:� zʵ��3zV��q%��O4��B�`aL�V33EfJb���x�b���bS��aF�0c~\�M���x��Ir�!w����Xi�*3���m�Z3�m�_��,���������d�9��Ƿ�a���k�vj�v+w���>�_tP�tX����z@����1� �ԓ�);�vu3:�s:� z����3zV]�.��J0�wy�Z�x���ȕO�@�f2�ź-n����;�+,�k�3�Ʋ���qw��X���m�i���.����u�>���!�}ξ_�A�βc>��O���=��5��[x�W?��/��b���k���w���W�f��}��~�
衂=� 4�źS˔+^�5��~�A�a]�O����;����A���4�[~��Y�>n`n�ż��q�� 68�1`�����-���f��|��V�`%��,�W0e�ss���yV���:lpLc���4�*��5�v�����.�Ւ���+�����ۏ0;Y�9� n�o0e�0�K����O^Ɔ$�l2��<����W�F<����.:r)A:�Ӻ%y �?1c\d�3n�F��Kx�0K�[�ٱ�yq+���#l�'���1��K��;Wq�n� ��/&��o`n�7�V�-���X��ZװV��pu��]�ָ����t\'tR��k�
3:�s:� ����i-����?c�����.r�"G/�4�1�<�'�h��>��[�&n5���P���H}�>R���G�#����]}�>R3ĵԿ�Yʧ�c s���U�P�h �,��&3{ό�hf)�k��2#f��M�����O=�.dFdF�S�̈̈��FfDfĥ��fDfDf� q����=>_�1'~��0e�ļ�+�6r��W�!y9`���Xũ���f���s�iݒ���� f���K�� W �!�Ĕ1g!��'��M���X��f�
�6[�5��[�9r\'tR��j�
3:�s:� ��*�Ĵ�P����"��7��ܸ�y�%r�������&�`�q�� I
����̨ێ9f\'tR9k������.ZmIW� ��z,���1."nHX��Lin\Ǽ�Y�^ π�Α���9�9�:f*�#gtV�t^�qIW��6��U�7&�]}��j��Z�S�����V�Q�1� �ԩ����3:�s:� ��7�^�q�b ��O�&�b�y~�"W��G��:�i�ָ��n;��:��:e�i�����.�)��3zVW�W��rҜl���7� �b�LƸXy�;���ؒ��m�l���.�֞x����Z����s��z@겯~b�s����/&o�M_��k���[V��W1���>n�[�#�a��θ�eq ��6�K��V�ڡ�ڥ���,�_�A����r�Y��\0��c���E�\�;x9n�5G�u�#���c3��mP�^�V7����ǝ���qw�ߧ����ƴR�C,��X�qD?6A���@潜|�~^�t|�3�=ư4���eq�c
wŧ��V�ڡ�ڥ��c���ؚ���!.���/��,>�/��]]�����
�9�#Wy�~�C|l�Y|�߲W?`]S�?��?b~|����0c\���ϸ=�wğ�4��������Y���͚�ڡ�ڥ����^��i����s��z@��.3������?ځ �P B�ݣ����Z��������=-�y;-�iqO�{Z��������=-�iqO�{Z����|��9-�iqϾ8�ⴸ��=-�iqO�{Z��������9��=-�iqO�{Z��������=-�iqO�{Z��������=-�iqϽ;-�iqO�{Z���Mt6��Dg�Mt6�iqO�{Z��������=�鴸��=-�iqO�{ZܳSB?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��G�G�G�G�G�G�G�G�G�G�G�G�G�G�G�G�G�G�G�G�G�G�G�G�G�G�G�G�G�G�G�G�G�G�G�G�G�G�G�G�G�Gϱ}�A���3�=I�T�D�ٮ�5SZ���g�O�@?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�C?�K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��K��KT$�"7�Q���l� ۸�ߨHFE2n|�"ɨH�]o���]o���]o���]o��FE2�z�"ɸ덊d<�o
��d�#��S{f6�v�e��dN�텽�W����_>���c��[������h��g��ž�7�n?�_�e���qU$�"ɸ半dT$�"Y��*�V��ʵU��rm�k�\[��*�V��ʵU��w�׻�\[��*��[����*�V��ʵU�-�U��g�\[��V���b�rm�k{rj����֎]�yn/쥽������o}�;{o�}���ž�7�n?������ʵU��rm�k�\[��*�V��ʵU��r�?�tP ����)^R Mϵs�\;�εs�\;�εs�\;�εs�\;�εs�\;�ε#u��k�ڹv��k�ڹv��k�ڹv��k�ڹv��k�ڹv��k�ڹv��k�ڹv��k�ڹvϵs�\;�εs�\;�εs�\;�εs�\;�ε�
��
��
��
��
��
��
��
��
��
��
��
��
��
��
��
��
��
��
��
��
��
��
��
��
��
��
��
��
��
��
��
��
��
��
��
��*��*��*��*��*��*��*��*��*��*��*��*��*��*��*��*��*��*��*��*��*��*��*��*��*��*��*��*��*��*��*��*��*��*��*��*��������������������������������������������������������������������������9�s�������´0��ڐP^��:t���H(DBy��� �H�DBy:�Љ��:t"� �H(�Cyj�P�Z$�"� �H�EB-��P��Z$�"� �H�EB-j�P^��:�ס��u(��CjdR#�R���Cڟ�^&9$��z��R/��CrH�XrHVrH�!9$��R5�R��
�T`�+X��JV�fR5�~���I�L���P�Cq(š8��P�Cq(š8��P�Cq(š8��P�Cq(š8��P�Cq(š8��P�Csh͡94����Csh͡94����Csh͡94����Csh͡94����Csh͡94����Csh͡9 ��0��p�a8 ��0��p�a8 ��0��p�a8 ��0��p�a8 ��0��p�a8 ��0��rX�a9,����rX�a9,����rX�a9,����rX�a9,����rX�a9,����rX�a9��p��q8��8��p��q8��8��p��q8��8��p��q8��8��p��q8��8��p��SK=��SK=��SK=��SK=�Գ}ږ��zV[O-��!�c;��b(��}!���W� ��c��k������/����k-u>��M��Ч��ZK��Ras���0�9�as���0�9�as���0�9�as���0���e.s��\�2���e.s��\�2���e.s��\�2���e.s��<�1�y�c��<�1�y�c��<�1�y�c��<�1�y�c�;W�*�8lcsP���B�h��t���`�k1� �a3jV�F�������JA��F������0~$D���Q�Gh?B�ڏ�~��#��h?B�ڏ�~�g���Gh?�s�~��#����Gh�@�f���/�+�j��h?B�ڏ�~��#����Gh?B�ڏ�~�kq=n�͸�Gh?�[�v���{�~�3��v܉�q/�ǃh?�'�i|�G�ڏ�~��#�I��Y�G���o��h?�E�ڏp)ڏ�~��#����Gh?�ڏ<��<ھ����W�h �����O�_\j����]y�}����'^j9�g|'��j>�f\��q#nƭh��Q>�Q>v;��ݸ��A����\����W��"�z����]t�K�B�Z�a����'��7�إ��q_j�{o������u�O��t�O���5>�nB���5>]��-.]���#�=�k�I��Y�G���㢞��].źu|Q��F�����q��e]b��.���.��b�~{L��t�M_ ��f_֕2]bӕ2���hv�W����.��Bw�t�Mw�tM��T��h�e�.��x<�"�HE*R��T�"�HE*R�}YE*R�U�T��T�"�HE*R��T�"�Ⱦ�"��*N�HE*R��T�"�HE*R��Td_V��TdgU�"�HE*R��T�"�HE*�/�HE*���*R��T�"�HE*R��T�"ٗU�"Y�����"醟�FP��t�OE*�O|*R�}����9�{�V�(����B�W��l�����XX��bo!q��e`� ��ۇ}�lq�8[�-�g�����lq�8[�-�g�����lq�8[�-�g�����l�g�����&�g�����lq�8[�-�g�����lq�8[�-�g�����lq�8[�-�g�����lq�8[�-�g�����lq�8[�-�g[��k��r��^˽�{-WX������-oom���}���}���}_}�n?��|�������Ͽ��۾}�o;�������^�{�/�Ϋh)Z�F�(E�h��Q4�F�(E�h��Q4�F�(E�h��Q4�F�(E�h��Q4�F�w��Ե�q� $��#�w��b���D� ���#n�K�-P�Qg0`�P+f��*�KdA�Av��� ���_Ϡ?�zֻV�Uo�fo��yE�W��z�#z���.�� -FK����[��z���:��|K)�Nݳ�~r~�D����-�j�`��d�^�.���E9���%ל����� ��X�rZ r�
r�
r�
�F^y]���_��|#&���q�n{�����sǝ}'�w;p~ ~���E�����=�c�Ƴ��}���i}���G���.�q}֎9��)fmN�0��q�=�E�%��s�����8�8�{X��;sxΝsN潫�q�ϪGk����o]v}�.9�9.[�l�˙-�_�܈��X�i��,��Fk�C���_�ܯG޿�P�c
��`�y�+l:ٶwvm�=}�i�q��+���}<�b4�N��j�,��sE0�$�XP���W�lL�ש��{��(�k����~=r�o�^q���X�}���k7��O ��ױ.j_e��#z��U�9�0�M�� �����[j�m���lx���k{N�����C1��^"��1�+��߸��� ����%�ğ�s�(bQM,�N"�jd���ݍ�w�I���z��Q��m9oG7c�b_G����?�:�Y89�I���y�c��$�y�TpT)�ٌژ�:�] ��,�7L�ũ��[���彄s�磀�^���5���kv�^w�J�Ok܈�nj��5梈|�bQ��:�O8�>.�j���xKo��^����p5氡=\�Cl�)��ox���M�g+
��䭾`�s���Y;��w������z�v�R<�<�
�8dO��z��z�#NF�y��Y;�$�6�;)ڒ���vZ�8��ʞU��qϹg�ɼ��q�����;/��d/�+��>��WL࿣���o8��d��������J�جR�� bK6�ִ��rG�WD�W�;���_��z-�q�s�QƖG۱��ηb_G����ܮ?�:�
�i ι���j�G^�X��$�E�뫌�z�c6���>��c z����T$���e�T�|��׬{��z�|"!O0"O0"O0� '7��������6U�q?�HO��C 8*h4���t�7bvܕ���`��1Y�ݘ�m����ؗ��<y�����~}Ϗ��� �g}�Q���J�J�J�J�J�J�J�èĨĨĨĨĨĨĨĨĨĨ�ؗس���ՠ���E%�m>���l� �7���'�.���{9?��#q���WG��<�ϙ��j�yMyQ�|S�����FX�?�E_�T��:Q�˱2�2�0*C*C*CZ�� � � � � � � � � 9�ʐʐ�� � � � � � � � � � �.*C�e�/C~?�ʐʐʐʐʐEeHe�AT�T�T�T�T��2�2�QRRRr+*C*C*C*C*C*C*C*C*C~�!�!��ʐʐ�Qr'*C*Ck��aך�\� n6����^����9~R �V����Qs��9+Ʊu�}��8����I��)��^s�t|�_{�k��As��9�Ys�i6x��r�׹�;��e?u���N�:i�d�����IUC?M4u��IS'��4urgQ��]��:i�dM�4u��IS'M��,nES'ES'���N��w�mĵ:�Z���a�"��ƽzNw�yP+�%�9��y-x��o�qV���2�2�2�2�2�2�2�2�2�אʐʐʐ>!EeHeHeHeH�*C*CN�2�2�2�2�o.*C*C*C*C���}R�� � � � � � � y'*CnEeHeHeHeHeHeHe��q;*C��� O��Wl�\��s��u��Z�:�������Y��}��~��v��F��y��w~�l�˱�w�y��w�iW����k��Ӛp�ș�z�Ús\SՈ��O��r�4W�댋�Y�1��k���yS+Vy�V�ޭ%�9�y�_W|�G�!�q���hG�v�iG�v�iG�;Μy}���p�θY?���m����s͓:�����;�� �ꄯ�s\ǪQ6a�7���ZX5�)���V�$�ހ�X��x�c,�E��8y����ǰ;�|�g]����K�_�˝7�����E�w�_;O�v�Z93����z������-�Ň�C����B���P|(>�`(>���P|(>�](>�.�x��P|(>�Ň�C͡�P|(>����
�ǝ
e��C��P|(>�Ň�G��f���jF��f���jF��f���jF��f���jF�f��9D����Xv^Y���~���7���?��ο��f����G�?����x��y����L��k>Y���������E�ѩ}�Xyj�g����w��Κ�h�9��0��he۲mٶl[�\��s.ۖm˶e۲mٶιl[�-ۖm˶e۲mٶl[�-ۖm˶e۲mٶl[�-ۖm˶e۲mٶl[�-ۖm˶e۲mٶl[�-ۖm˶e۲mٶl[�-ۖm˶e۲mٶl[�-ۖm˶e۲mٶl[�-ۖm˶e۲mٶl[�-ۖm�km���u�e��]uu��ꊮA0x+^�1�~E?�� b�. [Z��6M���H����]�0�3��#s^r1f�=�: u6Q��B��m�S��PO��D=�z
��V?q�~���g��z
���A}����Q��S8ɝz
���9��75㲮�������xŗ����jJ�_��׌o��Nl�;�n��{ޏ�s� כ�a|���ٹ���r�q�$~u1�b�Ũ�Q��ɹ���~�{w齻ls?�Χ&>͵w�����K�p/��{�y��q<��Y�}�f9YԈ��]�WSvS�yW��jM�Fl�Oޮm��瞍�o��ws�^���5����<�?�ɓ��n9��p�a�Jt�nNfm4���F�6�hh����6�hh��y�6�hh����&U�hh��8�h(c���FC ם�FC m4���FÇ�oi�����Fs���&��⢸�FqQ\�EqQ\�EqQ\�EqQ\GqQ\�Eqq���EqQ\�EqQ\��[nEU�MTU��PU��p��Pm��B��j ��-T[轠ܭ �>��-܏���:�Q�T[8ɝj ��k�U�Y��U�c���ѓ�G9�k�MO4=��D�͡��<P�Dy�<Phn�<P(����@y����Qhn�<��Ns;��4�Shn�<Phn����v��Y寕���4�s3��in����v��P~(?���N�e�/6���~�q�F�&��.��\�q|��~Ʌ<_Q��D���_��(�sKݙ~�u��븮S��_����罖���}6���fǭ����߳����ԏls��ܪ_i��Ӛr���z��ҥ��`ӻ�۱�9]����q�q'�B1�T�e�����&���p����@oX��K�h�iQ�=8-Z�pa�pe7T�����a��~�~;3ܙ�Ƌ�O�w��.���q���sSk����h��hË�}^Fm��ҕ~�i�m��a�������{���L�V���|4g��]ӽY��8�"�/�?�� [?��m�ųќCt�yν���i��V*�)�V*�V*ݻ�_@���>o�K�\��[N�K�R֯����l_œ��> �T����F�ܤ������g��b��)f��b��)f�\1S�3�L1S�3W��_Q�3�(��A��b�9�k�Gq>Z�O�]�j���&/����j���r����l�ųтC����V��ϕ�Vl�+�"�麦٧l�E�uԒ��,�Iqҕ��,ܭ8)Nj�(N�89DqR�'+Ή,�h�&�/�ݚL^��ie&]q�;�_�� ����)g�r8�s���N�f�.Z��!Z����_<j�; �S��pӾ��6�����Msg��js8��.R��p��.���!>Sϴ�=����}�M�}&������'3���)OJ1S���r���lYE��9r� =�qx��S�>�ߔQ�\�\�Q���e;?j�����_�7�K�Kܷlu���=ee���O�WvQ^q������{V��-�j��C�$)���좑o�}�V��}�I����\���'�2�g�-�X��~�&�ބz�Mx�6�e�QԛPoB� �����"q똾�g�O�S��羬�~����~��U�B�d���}�M{C��x�|���'���>nS�9�^��.���z�V=�����zX�W����F)�{�o��2��jWvQvQ.�(�C�K�K�K<W��^�]��<�2�}�^�ZQ��HxEB�<[�x(j�)*�pQTEŊjYc v�X���Hc �)K�X��(*K�X��V�:^T�6�h,�s�*vQ �@1P ��u�@1P lu|��m�E1p�b�9��좜��?K�誧������a��4Τq&��4Τq&���V�8�ƙ���S��i��s��6�۔w�8�C|�����]9�튛��"�χ�Z�����9R����;>��8kW\���'�,ۇX��G5�g͝�3^�o�e��3�-p岋�\�r�ʥ+�u�֕K\nS�9rS����z���UϦ�z���Uϣ:��,}���N�>=:�4��K�?J<J��F�4���$�$����$�$i$I#I�\�(�$i$�Y�F�4���$W�H��UIr�F��D6R��>����>�2�zV■ޟ)O�ޟz����ޟz��ޟ^�����ޟ�)?U��f �ϧ��4k�>e�4k�u4k@�tN�n6�Ь�Ь����4�@k!h��Dk!hN���9Z A3 t�f��������B�6Z �&?���;�ZZ Ak!h-�K�n�d���Fk!h-�������Gsj� �{�ZZ Ak!�Lͫh΂�B�$[���Y Z �M�����?��B𓔟�]�����h�i4�����I�$���B�OY I-$���BR~R �j!�T I-$�Q �E�ZHnS�E-$�X-�g�|%�(��J�=�){�����:z�������Ezn��[�U�����L�_��2�_�׵W^�]�?d�U���;�מ�&��&�}{��:�L^=�8މ?i��O��;/��|/e3Y�dˬ��-��^� �S���^<n��ÊJ��Գ*e�)�ȓ��d�_x�x6��(�<N���I|}��9�'��Gz�g�y�<�O>ғ�α�Y�����^��Bg�r�7�o�����7�l.��'�,*��9fO󿴦ܕ���Yi3����gV�� pu�~\ZW�ӽ� Us��rli �Y�E%1�6���/�����=>��+_�4́�Y�Xo��@q�|�A�ͣr����֘���(;�����K��k��$O�����]��G�Ň�y̻�8���_�{���Z^��՚��:!%����RBJH 9�RBJH )!%����RBJ�Y��RBJ�u­$4+���Fyf-��Y�ƃ�?4�Ǖ�y�����۱S��47��n��~�a���o�4�<f=���j���|��/7�k�\x�ڋ����'��G�)K�<,w<����rE�y�;���۱���剾�b7�b?�0�+K�NjxG��93N›�9�z�������ϳ���2�WŎ}M��zd-�z�n�#�H=R���Fl�VlG=R�<��؋�8�èG�7Q��#gqQ�w�=R��E=R��#�H=R��#�H=R��#��zl�fl�v�#�H=�{�q���x/��G�z��G�z��Gꑫb'=�_ُ~W�|
��8�8���j��=�/h>ͧ��4����1���S�|
��zl�fl�v��Q��N�)h>ͧ�$��Sp��n��|
�O������sN.����*��S�|���z>����6B��f���B�Jn��X�N�X� v �
� 8 N d � �  � �,�p�<�4�,J0�Z���X��`�0Rr���4�N�@�Z�� � �!�!�"h"�#l#�$�$�%"%�'�(>(�).)�)�**t*t*�++�,,,�,�-�.
.�/r/~/�/�0�0�101|1�2X2�2�333X3�3�3�444 4�4�4�4�4�55�6T7<7T7j7�7�7�7�7�7�8p8�8�8�8�8�8�9X:�:�;;;8;N;�<n<�<�<�<�<�<�=�>�>�>�>�>�???*?B@@@0@D@X@l@�@�A�A�A�BBB0B�B�B�CPC�D"D�D�D�EE�E�F�F�F�F�F�GBG�HH(H@H�H�H�H�II IpIxJFJ�K�K�K�LLLL&LNLVL^LfMMLMTM�M�N:N�N�O>O�PDP�QrQzR R�R�R�SS�TbT�T�U UpU�V,V4V\VdVlV�V�W4W<WlW�X,XvX�YTY�ZZ�[[[ [�[�\&\.\6\N\V\�]L]|]�]�^^8^\^�^�_n_�_�_�` `@`L`X`d`�`�`�`�a@a�a�b�c�gx>�V/Y �x,�!��@���7�Nۙɮ�T��d�� �@�h��
,�5H$
� (4���?����1`�^7O�Q��=?6� ����l�v�+Fn��|��� �������hS���+`����^�glI/ȶ�K�l�����]��o�ћ�'=���]��.�[���:u �u����Io���l[u���Sڽ�� 6�M(�GF�>�H��P��9s���b>�`&��h��Lo���|0xVk<<<�5�Ξ�Ә VX�\aOx78��n��Xg�)��0�3�b�/��d� ���5������Ã|�>xW�A�rsyr��̾�(�W�Q�>��5�,4�*@3z��?H��`@A[���b�f��f,����"���i#��9�o�v`�3+9����-V?)Z2���?5&�k�'nlYs�y`K�#�;��̫��XY�o��vB��(�D����.U�v.e�hW�����k����ճ�˿��e�M�-���_�E�,�v�\2 8�ʺ-���2甭b�m��������Yoݑ�D�R�]#� a��\���a��gF�G>X���`%��G��TX:��m��1��8r��j�� �3$rL�I�v�c6���qHD`�J�������1G�grȯg�=�n��u����Jg��WV3�G�+N�26P���]!D�d���bޚ7��5���z��_L"��\8�a���l;��чJ�fs�})�z�9�Q�d���{|�����i�O�9�Q�m2=+
���-��5cR�E��p��_�i=�ۼ{�J�J�U�S�m�޹���d�o8����g� �@�z�����2/�y�;���(5�ɘ��4 WC��1T����9�E��>0�L;#n��I�2��y��m����~��V���»�i�v�67R���y ^*���Jh�_�)�_Z���hr��%�+?+Y�8��i�Q}���%@:�ɖ2f{U��=|�*y����n���>it��I�|��?�AZ�y�������Pa�|�ܢԃ�.�[1`y�a��*7��a��JuT������7`�}��\�ID��a� !}��v�@�j���Üv�"Bb@�C�ܽ��c�r_\�%�z7��~��wu/ *jB�͢/W�I�� �J�V�)��xCw��6/6*SX�2z�}p�R������w��Q�EEO��� �ʫ͒�����0Cv��5��jc����<�{< ��i߫q�Z�Y�GP�����,���3n�����_�h��xl�����K޶m�vj#Su�v�� ��Tl� B �dيUk�mشeێ]{�8t�؉Sg�]�t�ڍ[w�=x��ًWo�}���ۏ_�%$��ed����UD�j��Z�:�z��F�&bs�����������mbb��81uaS7�99蚶q��g�E�-F�8�$J�,E�4�2d�
B���k˄G}F ��h!5�N�q_� ��oۃOӖ���gβ=;Vd�1*ׁ<���8t�ؓ|�N�YU�Ø+.z�f@�"%ʔ*7�B�J�jԩU���F͚�h�jì�:uy�nӵ5�nܻ ‚� � xH� ���e۶m۶�]g�>q�W��כ#V�x %I�"U�t2eɖ#W�|
)V�T�r*U�V�V�z 5i֢U�v:u�֣W�~ 6bԘq&M�6c֜y -Y�b՚u6mٶcמ}9v�ԙs.]���-|�����G�/�'�o7nݹ��1���V#� _r �a�{���c��{�O �pW�S}�h����3�gv���&y��5�Q���. !;�gN�uz-Q!�\Ȑ�� ���MȐ��:
4P�Blt!C��(�@�
�1 ��o����:
4P�B4��!G uh�D�ؘ� 9j��@��� �Ҹ��LB�5�Q������:1���.M�z�Kg���o��϶>��۾=�w�#oZ�g.�|�"��i�^xUPMOQ}�=>jԤ��Ф������@4�#&��X��P�O)���F���Vl j����X@;���]�K�����79�����d���C�o7p�!t Q��]����2o� `�<z�c5 -�� fB3��D������I�I��*��6A�Ւ�:�/�U��v��JJvI��"�Z���D���ů�]~�Zn�{WC��U]��
|Yv`��y��y3~�?.5ᇥ��#~���A�]��7���z!������W���sዹ>���<>�A�F>5b8`@���`��8v�op��3m�d&�3����I|���i�N�{�.]����k��S�s�t��\`![��ʊ,|0ف��~�L�`'A�'�K'cj�(�M�p��;��h2��I�o':��xoj1�&h��6�q��Ѫ��(�F:.����5U�W�QyE�(cꈼ�^��Ԉ�9'��H6��!3(��2d��/;��
�ѫ�H��-O�>���pX� � f�,~-GH�`���u����4m19�����,�v-wx�ʹ#A����&&I0�z�(
�EѨm+P�u�����^�^B�*���[��� MѨH�I����4�
�PNG

IHDR���>a�tEXtSoftwareAdobe ImageReadyq�e<hiTXtXML:com.adobe.xmp<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.0-c061 64.140949, 2010/12/07-10:57:01 "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmpMM:OriginalDocumentID="xmp.did:DAF197C98B216811A4A3D9917A0A7E70" xmpMM:DocumentID="xmp.did:5044A7F3664111E195908AA158F732A6" xmpMM:InstanceID="xmp.iid:5044A7F2664111E195908AA158F732A6" xmp:CreatorTool="Adobe Photoshop CS5.1 Macintosh"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:2DF2AC0635226811A4A3D9917A0A7E70" stRef:documentID="xmp.did:DAF197C98B216811A4A3D9917A0A7E70"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>'6�N(�IDATx��}y�%�y�W��c�$w�Պ���-�vǴ �%Łl* �(���� $�
�@A@DQֈ-ʈ,
�EQ�)�AD��V�%wvg��cw��ͼ����}�U������fwIn/j���_�ݿ�j�9����waw�.�텻 pw�����[� _�g�Ƕ����=��^t�1&�j;o�k�v8^3h���׹��qT�ɓ'3��n+����{���Jaӈ�-�" 0(sY��_�����]| ��Ul�^v�y�Fx��G�"LP�1ǡ� l7o��d�0G�̢��"�1]����n�J&����>u;��SUG����R��-,��v<�"��:��wھ��Ql��cM�j��ൟ%g(M�Hu�Q��#������4�Q9~�9g�B��h�"��&����ۥ��p�?F��J���Y� ~�߽�L��!/�k�e����Q����4ds�6����M�Ӫ3H:t��b򤾊�(�=dM�l�Gi�a��x�/��uX��c[}�i���yNՠ��="���1�?�����Lpk��[a>��y�����ۄ �L����2�T��p�i�d��<�ړ*�?0��q������j����o�Q���~��c�3�tQuY6�� ��w�x���y�^V3��q��u�T\��}I['�jY�J�]���:�^Od3�j��L@�B��~&�ֿ�?��i?Da� �d��ex�`����Oʼ��� ��{=�Y����vQ�� �a���J�l�D.��j6!��d:��������zp��$���g�t� �g����#\��?���+o���GQy�����͑0��p@=�;�����zN���`��I���D�f� �oó?��NO�g�A�ML�%���9�vp؁ё����� ����(�� �C�& �(�LZHd���O�굵Ux��a����4�&��Ģ��N�k"� Dx���>����oGӜ.�&P}I�a� ?x�%8y�xxo.�E2�"�/A1�0C��o�{�_�8|�� ����Gb�U��C[��OJ�U�@I_yv��㳡m �ӃH �*bw��ָMv��N?3(�&q�0�&8���8%��aNLt����ƾ�1x���?�{f�ask;�*0� �7l?�%@P��ۗ�tr�D���M���9T��؋J['7A]��;;=-�����p�"`ω{f`ll}��rC�|�= ����\���L�4[#��yː��Ӆ�Ό�| �sg�i9δ��;��I���t�=�` �qH�LOM
Ƣ{��%x�E��_cV��{f��[�}ŵD �Z70 ��_(>X:|mu���p�xi�2ov�~=r����![A�Ƕ��y�� �KH?c��3%=���$�-\E-�=h4[���a��mg���I �%_z��FZ��ci�+�P��G5�l4��S���h4�F=�V�%9������6��Z���q����S'�n�>�� =��<: ܋���3����059F��1��;� <c��JLJ����tpM���*����a�e0�>LN� bml���~[���7���AF� :�k�%b�Z ���8�Wd���ɽi�����3����9�����ݎ�ٌ@
:��n��A8`��,�>�x�7Q�N��z��'r Qx%CAp���w>�C��tr���~�V;�b(������m�u�� ����b����9<�� ��$d(1���[��؛[[0����O}�E3�"�`�ܺ���`�RA��kp�me�y�0S����>��BI7;�A-��|l�X{�-�����b&�D,���PS>G�#�2A��5ؑ�B�����������w�/��0�)�j2c�2�����E�DR���#S m,g
��X9�Yo��I���!`�@��q{��4�v17&`\� �ؤ��ytk�>;7}�/�
�����p��Y����` l�������H�ښ���F�<���%���&T�\H-��lH4m�����k�Fj\BΔT� ��K?���@�exMb�wP ��w�
�谲!a�&�� Ta��aH�K�� [��"�z^�]c}�t(gxܠ��Q2��əx�KߍG|�"�U7�1z*G�n������UuXGQ���`D��`qq &.0p=Ael�,���ӥ~&m���Yգ�/H
v'=Oʥ�v]Z#�Q�i���ɼXQH��,��Y�L�ӓ�����Y Q��(�|E:�G��c~���(�m��1� ���|ܭ�b��܀mc�A�W,q,'x�d�|���i\�33��^}@��|�/�KKK�g*� ��(`��__(���w.a�6"?��,�T��[�DE *��C��'�|]J���n|f ��)�bfjJh����2��3��Q��Y�07�)����cp�����'�gJ���L�����M�n�e ��f"u!����0 M�wXRkX������8(6WZ��{�=�h�Jh�)-G0 �Ol�5�І+���օKh�G#QcJ���ܗx�qxf�b�cz厦��X9�I<M���d(1��,�REh�v
���.(-�����SP����M�F�Q�?��O�2�����4Q"1dQ�q#LB
���g��F֯���h,���=�3;-����e���ȵ����F
�7����]n������DR���|Q�^��F�p�(�P�*�8]�1�� bB���}>����]������!�x!Ppq�z�@C�H�e�f�����"\�)�:��B��� 8��̷��?��Kf6-s��pX�Md؏�x�?�Ճ�=��/����ʆ67��� @�k��D��B
J�/d ��qkn�W�Ć�A�Hȼ�T��҈�GE%����M�V���M��فZ͑�#q�����D�u���?P�>p��߇�y�7�����wssi�N���t:����2lnn~p����l A(K7�v��=�j�>�n�P3;��"��պ�Wͭ�^H�l}|���4-�[TY�/�O��� /B��C-V 1q�D\�b�E�ndq�+Q4DZfi�LM�S���Fls������N�:U]� ����S��k�h�%TGVפj�<)�p�<���V5��H�@LX���i�sA�H\��}J(�`��8\�����`��]-[ ��d�����4�N0����u�����Nr�}�Kd3�m���d\׽�
P�7a��Pᆓ��p^dhz�M�5m��pM�x@�2-�%����3���X�|-��K� q���l Ӯʌ���f��`�l{{G�UّK)�.�^(ZU��K�u�QK�Q�r���A�d�� �<Β�4u1���Zȧ��!�O���困��*� �G��q"ɘ3�?�� ����Ѥh���:��4�-��K�2�E�BU�6�5��<��Zפ2R�x�ړ6�ђ?\S�R�39�Ĩ�l8#�N�ʵE�u��7Q�IԴ{����O��11��Dtm�2�-M��h�kخ�� ����Nk�!VM��.���'S�s�`�5�ݴ��������N?q8��ŒQ=B�5� ������+7D� T��i e���` x��3u j�?XF���%�E�'��@>�L f���P#����BfC��z�^ �
�[��� ��j�;��d B�z �--��~��FC�c��azX^����3��V�A�FD�iA�/���wt�/b��M@ $�"b���(��UE���1�{|���A�7A\FрEBc���cv0&_Z�)6�/l4�o|Zhgg��բ%4�Ò��bbJ���4�E$�r�a0�R%�3@U ��:�,�{��X��M�18�������%���f����u�'����Zc�W�/���6���d�4[�}���/�p:=x��p����P�IfY�^� S�� )a� ����#���"5Jݬ;;��}r���kB�x��v���E��Տ��� �~�EHz�~d��O�x�m֝80L�F/��L i�~l
6>�ix��@c���G��%�{�TE*�x
�g.�2~�05q,����C\*B�"`8 ��VS(m��stGТ:u�<[o@{�84�#�/��gO���W? �hz{y�@%h����� ��oB����!��F���)��}����P��>� ����a|s��B`��>�z�Z�*�b�i!,y~X&�⠑@\�;��m+�j�j)RoQ�a(EI��< ��9���O}:o�ǣ؁4��V\�@� ����� *�,߸)���h%!�t>1��ï�����O��>|�8����0v�l��}������H���W��)ҿ_��e
zP���T}��X�>�;�Z���$4B �� ������1�0��?��U<�q7Y?���&@��1 4
h{{ÿ �Z< ��������!7���v��f��q<� �߀��`4�C��6�!dNGSdma��4*BT���
��U �Gutɣ��V֝�&��W)y�e#U�]���ccQ�U?������8��~�(�Hb��L\��q"�?7W�`�}��—�3���!���6�]C)��0k^� j����cL ���\AED��0@i��U ����O��noMt.�A�<��B��E��ԑZp ��J'(�0�`�O�їɷX��` ��^�X@e��o�}�(�B�8-P;b��D� m���d�0/���H ��������H�8��2��?k,� =��} �����ڡN���i�� Mh�[�h"'������;��ڀ��u�^.j���u��ۃF��A �� B ��z\{�cԑT��j�-k�� ���c`UseB��Q@j$P���[.���TÏR%�3��*v@�0�L�Y�8�� �|��,
��|
��� 4�~q_��W�7ʨ@����{�h�עg�}�ڳ�v !���UA�H�a ��er8E�bڔkYķ=$���nR�ic �C�U������ᣊ&5�jyz %�#;MN y�K&xx<ǐ���0ۿ����{b;.�����P�8bF��j��B&��R_LN�[1�*�2 �4l࢒`[(Xvh�H��A�9�%�0��C Ŗ����'+xͧ�e��e�>�ٳ�g�?�:���)�9�õ��D��D�%PF�*<�Pv��PlomWQ�U���\$P.WlI�2S�*"�O�.��K HMHZ�fI�
���"�N���B�'�\�B�ѻ¤(�Yh��?
��}C����޾�ˏp
5-]䐪��tl�:�G����(�B�NΈ���ha��iB���- :��R�EM@�2�m�
��%��`��<<8�M���ӈ&q�z:�*P xR�9��`��h�0$��"�=WoT�p `kgW@��N�� &b�:.m1���H8�sp~��D[�-3�a.����!�e��2(�ʳ��#E5@ڃ�Zo�zm���n
�N�2�Z QE+4�/���>�j�G��i�&r�����қ%!nCH�^�g��*yC�8��B�*���j�CwS{�-b�-;lC@)]�Eēv�c ���Oi`U��dd���](j㳜E�������Q!IM�����*�� $�NR�jz�Ӂ]��~w��$�/�|��}�2?����\�ڷ�Dm���Pi��;"|��l��^�މ�{��P#�W̓��S@��1@� gߑ�����f��"���5�� @i���Kh�5��ju�v`k� k0���Cd��m��`*�X���7�A�*aQ��)f��/�0��V9]T�Q�U�ꮐ/9�s�<Ł��#$� �P69qLh���ƾ]Y�s$`���O��Dt��� bQG�> �*�J�YK��^3�ف��-��P8~�ͭ]p���`(E �8r4�o��hu�� ��r�~�Uü%ƏD�_�
�8,O1�� �]h]�� � C�EX&�C��f #��?�o�z�`�<�(�z��ۤf�Z �`�� Hz�d|d���pg�7UVWVaz�&���LC��c�ӏ5 vޜ��i$��;� "G5?=�/]�������݋�a����~�J`4W�$4р�_:TK��()t5/,��l�}���"��|�0pOh�0�S��|Q���M�����Ν�WV��G~��9�3pv����AȊ^y?�['�P�u�4 $4�N�MR�ڸ#�> �5���&��=��nC���L��H�Z Y�6��1��V h�,r�i�{�,��DRק�ln(�R?5y,,�Χ�+�!́~��ܡ���J��s��W>�0���x�U�쇅�zY���|��OR��)%�n�m;4z���?��Omp�o��BТ�ռ���g����ښ�:[y<��X�P~��U i����Q�l��2�Ƹ ��� ��.x�;0�7/�o�������0>?����=#�#;��`*2�E1��4��̏��z���Z�� �J�МQ���ۨ꨼P/��;2 `s� \ =���__�!�!a��� ��� б�=�m��X�C8<������E���!8ic�J����i�Dz�W�V�(�Q
��{gf���8~�vp�@��9�*_����� %�J����#ʁ� H w�x����i�h���V�~_(��1(\����~�2z��%�(V�[����AUo�^,���d�QZ���D���!2 B�˯~� @�4O>�4�h����o�é�=Q��B���8�tw�4��O#�U8 *د���F-�������LI!��L��؊|gOLŒ!e��&� iO��[B��C��K
}�����T}(�� ����(�H����L 44����(�r6Ж���p������Nq��R���IIW�[fQ�Q��,��Hm�{���p�+GTӻ��!��YM[�|�l�n�HY��A��/`P"<an]�^����S�x
Q�}?��Z��c�b�@�ON���V�h�8��� #+XZ���I�i����bS��d�Hw���~X�e¯�bLD�+&�m��՞ա.H�v� `��"��j*�9`c ���vG&���E��fտ����c�11v����Qd����u�EG��� e>�KE��y�ʡ&��'|}e-�hU^\�� �D���b�g�~���E�}�2N�\�N ����cu�����G'��ĸ(�Rc��i�t��wC�ۺ�4� 1�0E�^-��>NPI��e�-���|ul-���"��dF�./N]vԤgE��<�%�f������Ӄ@��0�rO���؟$���#�����䄖�c{H̶��3tH����>d��%J�~G��y?�����b���P��0U����U-fX[߄�~�7?ʹ������e;b��s8$N3���d�H?/擴�Abb�_E�O�������
��� H�(d�x���dsssѐ�2Z�6�%M��#�ś�����s�ֶ���c���<n�-Ϛ��C�M������wWH^ChJ���G��>}��SY��fS'g��'g�>J�>"�:E,��
�����}���aԀS�?ni� ��S�p�A�( ���S"�}���.m��< ��F|�ܙ7��g5۹U~�����y�JE���v,m;�y��=-1dc ���cCe�<��C� ���kTy�Y����R��U[�d���˻^��y����2؞��0�O����|�ҏU��,�u�+��������9�� f���}� �`?�pZPˤ�y��#� a\|f�(RY!_�-a�3� �/�9OI&�U�e�n�b��C �&Ye��R���'�X�ߝNg!��D7j%��� C�KiӚ%�~��9*'����S�Te�N>!*����=�kE��{��W/K����d�ZI�G`{{��(j,6�I&!��D|U���#��՛�L���,i�U&�E��s�"�r�s7�� �$^NzY��2S��'�lkv�2A�$�pΞ=���O|�Ç�U&�̎�\���:,--#�[�)�j��+?��3�� �žu�z��Lw�6����Ml��� �o|�'�|$�����|q|l|��/������������ ���4���BLP�@|�O<���o�q��A츨0���<3r�����_�ɥ���H���2==}���/�(Va�k׮�lll�����+��`Z|�ߏ��
h��E
A� y��8QK3�����#�\N ���g��VkD Ӯ�,\�P3x�(��JFu��ݬ�` -��y�-�v�W�J���E��ދ������\|!�$i�%�&Y�K�X�`#�#����e%�U�r5Ơ^�'����͕��=�C����N�F�2�/� �uP�;:�^�4��'&��h�m«ekk�F�4F�,;�̲-n�?o��(�0k ���X;��\�^N4d�N�X���y�5|����+K�;�[BH�i $EN4�Q�S�b����]6L��^��@�ct`��W��d�u���\���ײBXX��n0����8Y���ɪ�᪇��5�ycm�xf?d��CU �򝖾���� ����Z �0�%T�.e;��+ȁ"j�U<�;�����H�S�/
���m�;���=�Q�-
�-�@��U�9��SLtZN�_A<�׿��k�2�U�8�1�2�,Y��o��{�ms���E�M�d����]$J�=^�����VC8�,�0`q��,�MNQ�_��k���6;w�\_�
��� ���B%å���>.//-��mK ˝M�h8�\|�����ўW�����sxx���N�u�>`�E�擅I�@��257�����^�w�H>K S981@���0 ��@��@�ϲ���r�Ѷd���l}m�:uM�dž4C����,tr�$��›�x�y�bQUV����5���o�}��"��VWW=�_�
a���j��g>o �@�Z�
�҈�7n,�Ќgб�H�(3���/���4�2�nnP�/�k2������W%?����-�C�x�h� ��$TUJ���?� ��q,Cc�q����8wqq���~�L!� 정��%]��4 ,[�1,«egg�k#>�+˻�^w��D�m_K+\y�W�š_��ii=ױp���XF���/�?3�ӎ�/�����_�:�Hk���4,���)Jآ�WK`d.D1w��S����5����b}�����N����3gά#Gv���c!�8xn��J�M�<���/K����e���++�d�}���V2@�R�e���,��D#nG3�T��:��t(Ǝkl��ҹڶ8Fk�w��`����.��|.��!�^|�ū��۪�Y^���e��Ձi�!j�H�^�|Y�-[�3�]���v����80�ߊ�8����o٢cھ��-�M�~�n�m��-��cz� ™Cպ��f�Z߮kM����]K2��^���A�/ �ښkk���=�wOk���ַ;�c]��ڞ�x��\\{.���S�p �r�N���Q�X�_�Ka�"8w�YX� ��-� ��Z�,�㖖�;9�k� 㽄Ȫ �fp2B �S��h�bR = K �474��t&0��gH��1dDbf᎟
V� ,™�AtW��r6�P_#5�>��xAVR�o#��T��LM�Y�B��'|����rk��07�3���| �M��~�k��Y���Gpv����l��Ԋ�a��`���,y��aiN ���1�;�5�ﺱvS�_J��4 �fL'��0 ��0�k��?�17̇Usp���9���sS"��l|���J�d�[�[nA�A�4��<�9A
��� P� X
\k��!xْ&�L�. �
h�,F�)�dH�o�ma�00����Y�y��c%���j�N2e�C���STz��7�s���<%�;)��e8q���e��R��۽�(��f0%��S� ���" PDʲ��Y���
$��@\'��ȉ�yJ�#M�y�o��T���?KJqu[4UՋg`�R���<�h�E\�Q�q b[Ysd��n'�`^ Q$zI=���8Zw���na��!j���0�]"�{�'����w�7��IEND�B`�
�PNG

IHDR\r�f IDATx ����� �Ɠ��ɍ��ҋײ҈۱؆�݁�ށ��v��v��l���h���b���T���T���T���T���b���h���l���v��v�ށ�݁�؆�҈۳ҋ׳ɍ��ƒ����.�–b�ʍ��ׇ��}���l���X�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���S���j���}�؆�̍��ŕv�Ôj�ЋӮ݁��s��`�|�E�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�x�A���_���s�ހ�ҋ׳ē����T�ЋӨ�v��T�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���O���s�҈۳Ôj���T�ЋӪ�z��Z�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���T���v�҈۳Ôj���.�΍ɭ�}���`�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���Z���z�ЋӷØJ��v�ʍ���v�|�E�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�x�A���q�΍ɩ�� �Ɠ��ހ��S�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���M���}�Ǐ����T IDAT�ØJ�؆��b�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���Z��܃�–b��� �ύϡ�o�t�=�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���h��҈۱��.�ØJ�݁�I�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�x�A���}��–b���T��}�x�A�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�t�=���v�ŕv�ŕv��z�x�A�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�t�=���s�ƒ��ŕv��v�t�=�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���q�ƒ��ƒ���q�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���h��ɍ��Ɠ���q�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���h��Ȏ�H��a IDAT���.���t�=�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���v�ØJ�ύϊ�S�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���I��Ո��ŕv��l�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���d��Ɛ���� �݁�x�A�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�t�=���}�—<�̍���X�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���O��ҋ��–b��s�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���h��ē��΍ɀ�I�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�x�A��Ո���v��}�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���s�..�p� IDAT�Ôj��b�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���X��ƒ��ύπ�I�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�x�A��ׇ���� ��z�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���q�—<�ŕv��`�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���T��Ɛ��Ћ�|�E�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�t�=��؆����r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���s�v��v��s�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���f����.���.��j�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���`����T�n� IDAT�����T��d�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���Z��ē��Ôj��Z�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���O��ƒ��ē���O�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�|�E��Ȏ��Ȏ�|�E�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�t�=��ύ��ύ�|�E�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�t�=��ׇ��Ћ�t�=�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;��؆��ύ�t�=�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;��؆��Ȏ�|�E�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�t�=��ύ�c?�) IDAT�ē�|�E�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�t�=��ɍ��Ôj��O�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�|�E��Ɛ����T��Z�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���O��ē����.��d�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���X����T��v��j�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���_����.��s�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���f���� ���r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���s��Ћ�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;��ڃ����O IDAT�ŕv|�E�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�t�=��Ȏ���� ��`�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���S��ØJ��z�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���l��ύ�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;��ل��Ôj��I�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�t�=��Ɛ���v��b�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���T��—<��}�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���q��΍�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;��؆�\֜ IDAT�–b��I�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�t�=��ƒ���s�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���d���v�̍�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;��Ո���� ��X�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���I��ØJ�݁�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���v��ŕvx�A�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;��Ȏ���l�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���_���v�ύ�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r;�* IDATr�;��ل������.��S�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�|�E��–b���r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���s��Ɠ�t�=�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;��̍���q�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���`��ƒ�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;��΍���q�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���`��ŕvr�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;��ʍ���v�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�=� IDAT�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���h��ŕvt�=�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;��ɍ���z�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���l����Tx�A�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;��ƒ���}�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���q��ØJx�A�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;��Ɠ��݁�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���v���� ��I�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�t�=��–b�ύ�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�3�6 IDAT�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;��ل���o�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���_��ØJt�=�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;��ƒ��؆�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���}���b�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���O���v�Ɠ�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;��͌��ހ�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���s���v��S�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�x�A��—<�ʍ�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;��p IDAT�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;��ԉ���v�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���f����.|�E�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;��Ôj�΍�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;��؆���}�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���q���`�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���I����Tr�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;��Ǐ��Ћ�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;��ڃ���z�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���+ IDAT�r�;�r�;�r�;�r�;���r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���l���Z�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�|�E���v���Tr�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;��Ǐ��Ћ�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;��ڃ���v�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���h���T�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�x�A���� �Ôjr�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�s�=�z�I���Q���X���\���^���`���`���a���b���b���`���`���]���\���Y���S�z�I�s�=�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;��ɍ��Ћ�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�x�F��ϝ��ݲ����������������������������������������������������������������������޳��ة��͝�������d�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�t�@���^���~��Đ��͜��զ��ר��ܭ��ܭ��۬��ܭ��ܭ��ګ��է��Р��ɗ�������q�z�I�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;��ڃ��݁�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;���t��������������������������������������������������������������������������������������������������������������ѥ������k�y�G�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�<���V���u��ʆ��׾����������������������������������������������������������������������������������������������Ɖ�s�<�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r�;�r��
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment