hexsha
string
size
int64
ext
string
lang
string
max_stars_repo_path
string
max_stars_repo_name
string
max_stars_repo_head_hexsha
string
max_stars_repo_licenses
list
max_stars_count
int64
max_stars_repo_stars_event_min_datetime
string
max_stars_repo_stars_event_max_datetime
string
max_issues_repo_path
string
max_issues_repo_name
string
max_issues_repo_head_hexsha
string
max_issues_repo_licenses
list
max_issues_count
int64
max_issues_repo_issues_event_min_datetime
string
max_issues_repo_issues_event_max_datetime
string
max_forks_repo_path
string
max_forks_repo_name
string
max_forks_repo_head_hexsha
string
max_forks_repo_licenses
list
max_forks_count
int64
max_forks_repo_forks_event_min_datetime
string
max_forks_repo_forks_event_max_datetime
string
content
string
avg_line_length
float64
max_line_length
int64
alphanum_fraction
float64
463f31e936ca07f612c9ee21754e159728126e67
308
js
JavaScript
src/Stores/state.js
pspierce/choreapp
c31697f830f9fa12ec9873fc1e970288534da5d0
[ "CC0-1.0" ]
null
null
null
src/Stores/state.js
pspierce/choreapp
c31697f830f9fa12ec9873fc1e970288534da5d0
[ "CC0-1.0" ]
null
null
null
src/Stores/state.js
pspierce/choreapp
c31697f830f9fa12ec9873fc1e970288534da5d0
[ "CC0-1.0" ]
null
null
null
import { writable } from 'svelte/store'; function createState() { const { subscribe, update, set } = writable({ spinActive: false, noUsers: true }); return { subscribe, toggleSpin: () => { spinActive = !spinActive }, }; } export const state = createState();
20.533333
55
0.574675
463f795fe8cf0c568d3705f8e14538c887f18ac0
11,851
js
JavaScript
widgets/NearMe/setting/nls/hr/strings.js
sfickmaps/sfickmaps.github2.io
ace4ddd75d5ab02e430e20f09ab1d7af160cf461
[ "Apache-2.0" ]
7
2017-03-22T15:44:46.000Z
2020-03-10T13:00:59.000Z
widgets/NearMe/setting/nls/hr/strings.js
sfickmaps/sfickmaps.github2.io
ace4ddd75d5ab02e430e20f09ab1d7af160cf461
[ "Apache-2.0" ]
25
2017-03-22T20:07:49.000Z
2019-11-26T04:05:29.000Z
widgets/NearMe/setting/nls/hr/strings.js
sfickmaps/sfickmaps.github2.io
ace4ddd75d5ab02e430e20f09ab1d7af160cf461
[ "Apache-2.0" ]
17
2017-03-09T22:24:30.000Z
2019-10-15T12:28:41.000Z
/*global define*/ /////////////////////////////////////////////////////////////////////////// // Copyright © Esri. All Rights Reserved. // // Licensed 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. /////////////////////////////////////////////////////////////////////////// define({ "units": { "miles": { "displayText": "Milje", "acronym": "mi" }, "kilometers": { "displayText": "Kilometri", "acronym": "km" }, "feet": { "displayText": "Stope", "acronym": "ft" }, "meters": { "displayText": "Metri", "acronym": "m" } }, "searchSourceSetting": { "searchSourceSettingTabTitle": "Postavke izvora pretraživanja", "searchSourceSettingTitle": "Postavke izvora pretraživanja", "searchSourceSettingTitleHintText": "Dodajte i konfigurirajte usluge geokodiranja ili slojeve s geoobjektima kao izvorima pretraživanja. Ti određeni izvori određuju što se može pretražiti u okviru za pretraživanje", "addSearchSourceLabel": "Dodaj izvor pretraživanja", "featureLayerLabel": "Sloj geoobjekta", "geocoderLabel": "geokoder", "nameTitle": "Naziv", "generalSettingLabel": "Opće postavke", "allPlaceholderLabel": "Mjesto za unos teksta za pretraživanje svega:", "allPlaceholderHintText": "Savjet: unesite tekst koji će se prikazati kao mjesto za unos prilikom pretraživanja svih slojeva i geokodera", "generalSettingCheckboxLabel": "Prikaži skočni prozor za pronađeni geoobjekt ili lokaciju", "countryCode": "Pozivni broj za državu ili regiju", "countryCodeEg": "npr. ", "countryCodeHint": "Ako ostavite ovu vrijednost praznom, pretražit će se sve države i regije", "questionMark": "?", "searchInCurrentMapExtent": "Pretraži samo trenutačni obuhvat karte", "zoomScale": "Mjerilo uvećanja", "locatorUrl": "URL geokodera", "locatorName": "Naziv geokodera", "locatorExample": "Primjer", "locatorWarning": "Ova verzija usluge geokodiranja nije podržana. Widget podržava verziju usluge geokodiranja 10.0 i novije verzije.", "locatorTips": "Prijedlozi nisu dostupni jer usluga geokodiranja ne podržava mogućnost predlaganja.", "layerSource": "Izvor sloja", "setLayerSource": "Postavi izvor sloja", "setGeocoderURL": "Postavi URL geokodera", "searchLayerTips": "Prijedlozi nisu dostupni jer usluga geoobjekata ne podržava mogućnost numeriranja stranica.", "placeholder": "Mjesto za unos teksta", "searchFields": "Polja za pretraživanje", "displayField": "Polje za prikaz", "exactMatch": "Točno podudaranje", "maxSuggestions": "Maksimalni prijedlozi", "maxResults": "Maksimalni rezultati", "enableLocalSearch": "Omogući lokalno pretraživanje", "minScale": "Min. mjerilo", "minScaleHint": "Kad je mjerilo karte veće od ovog mjerila, primijenit će se lokalno pretraživanje", "radius": "Polumjer", "radiusHint": "Određuje polumjer područja oko trenutačnog središta karte koje se upotrebljava za povećanje broja kandidata za geokodiranje kako bi se prvi prikazali kandidati koji su najbliži lokaciji", "meters": "Metri", "setSearchFields": "Postavi polja za pretraživanje", "set": "Postavi", "fieldName": "Naziv", "invalidUrlTip": "URL ${URL} nije valjan ili dostupan." }, "searchSetting": { "searchSettingTabTitle": "Postavke pretraživanja", "defaultBufferDistanceLabel": "Postavite zadanu udaljenost pojasa", "maxResultCountLabel": "Ograniči broj rezultata", "maxResultCountHintLabel": "Savjet: postavite maksimalni broj vidljivih rezultata. Vrijednost od 1 vratit će najbliži geoobjekt", "maxBufferDistanceLabel": "Postavi maksimalnu udaljenost pojasa", "bufferDistanceUnitLabel": "Jedinice veličine pojasa", "defaultBufferHintLabel": "Podsjetnik: postavite zadanu vrijednost za klizač pojasa", "maxBufferHintLabel": "Podsjetnik: postavite maksimalnu vrijednost za klizač pojasa", "bufferUnitLabel": "Podsjetnik: definirajte jedinicu za stvaranje pojasa", "selectGraphicLocationSymbol": "Simbol adrese ili lokacije", "graphicLocationSymbolHintText": "Podsjetnik: simbol za pretraženu adresu ili odabranu lokaciju", "addressLocationPolygonHintText": "Savjet: simbol za poligonalni sloj konfiguriran je za upotrebu u pretraživanju prema blizini.", "popupTitleForPolygon": "Odaberite poligon za odabranu lokaciju adrese", "popupTitleForPolyline": "Odaberite liniju za lokaciju adrese", "addressLocationPolylineHintText": "Savjet: simbol za polilinijski sloj konfiguriran je za upotrebu u pretraživanju prema blizini.", "fontColorLabel": "Odaberite boju fonta za rezultate pretraživanja", "fontColorHintText": "Podsjetnik: boja fonta za rezultate pretraživanja", "highlightColorLabel": "Postavi boju odabira", "highlightColorHintText": "Savjet: boja odabira", "zoomToSelectedFeature": "Uvećaj odabrani geoobjekt", "zoomToSelectedFeatureHintText": "Podsjetnik: uvećaj odabrani geoobjekt umjesto pojasa", "intersectSearchLocation": "Vrati poligon(e) koji se sijeku", "intersectSearchLocationHintText": "Podsjetnik: vratite poligon(e) koji sadrže tražene lokacije umjesto poligone unutar pojasa", "enableProximitySearch": "Omogući pretraživanje blizine", "enableProximitySearchHintText": "Savjet: uključite mogućnost pretraživanja lokacija blizu odabranog rezultata", "bufferVisibilityLabel": "Postavi vidljivost pojasa", "bufferVisibilityHintText": "Podsjetnik: pojas će se prikazati na karti", "bufferColorLabel": "Postavi simbol pojasa", "bufferColorHintText": "Podsjetnik: odaberite boju i prozirnost pojasa", "searchLayerResultLabel": "Nacrtaj samo rezultate odabranog sloja", "searchLayerResultHint": "Podsjetnik: samo će se odabrani sloj u rezultatima pretraživanja nacrtati na karti", "showToolToSelectLabel": "Postavi gumb lokacije", "showToolToSelectHintText": "Savjet: pruža gumb za postavljanje lokacije na karti umjesto postavljanja lokacije kad se klikne na kartu", "geoDesicParamLabel": "Upotrijebite geodetski pojas", "geoDesicParamHintText": "Savjet: upotrijebite geodetski pojas umjesto euklidskog pojasa (planarnog)", "showImageGalleryLabel": "Prikaži galeriju slika", "showImageGalleryHint": "Savjet: galerija slika prikazuje se u ploči widgeta ako je potvrdni okvir označen, a inače će se sakriti", "showResultCountOfLayerLabel": "Prikaži broj rezultata pretraživanja za svaki sloj", "showResultCountOfLayerHint": "Savjet: prikažite broj rezultata pretraživanja nakon svakog naziva sloja", "editDescription": "Uvodni tekst", "editDescriptionTip": "Tekst prikazan u widgetu iznad okvira za pretraživanje.", "noResultsFound": "Poruka kada nema rezultata", "noResultFoundHint": "Savjet: postavite poruku za prikaz kada nema rezultata u području pretraživanja", "noFeatureFoundText": "Nema rezultata ", "searchHeaderText": "Pretraži adresu ili pronađi na karti", "setCurrentLocationLabel": "Postavi gumb trenutačne lokacije", "setCurrentLocationHintText": "Savjet: stavite gumb za upotrebu trenutačne lokacije korisnika", "bufferDistanceSliderLabel": "Klizač za udaljenost pojasa", "bufferDistanceTextboxLabel": "Tekstni okvir za pojas", "bufferDistanceSliderandTextboxLabel": "Klizač za udaljenost pojasa i tekstni okvir", "bufferItemOptionLegend": "Opcije unosa za pojas" }, "layerSelector": { "selectLayerLabel": "Odaberite sloj(eve) koji se mogu pretraživati", "layerSelectionHint": "Podsjetnik: upotrijebite gumb za postavljanje sloja(eva) za odabir", "addLayerButton": "Postavi" }, "routeSetting": { "routeSettingTabTitle": "Postavke uputa za vožnju", "routeServiceUrl": "Usluga rutiranja", "buttonSet": "Postavi", "routeServiceUrlHintText": "Podsjetnik: kliknite na ‘Postavi’ kako biste pregledavali i odabrali uslugu rutiranja", "directionLengthUnit": "Jedinice udaljenosti u uputama za vožnju", "unitsForRouteHintText": "Posjetnik: upotrebljava se za prikaz jedinica rute", "selectRouteSymbol": "Odaberi simbol za prikaz rute", "routeSymbolHintText": "Podsjetnik: upotrebljava se za prikaz linije rute", "routingDisabledMsg": "Da biste omogućili upute za vožnju, provjerite je li rutiranje omogućeno u postavkama aplikacije.", "enableDirectionLabel": "Omogućavanje uputa", "enableDirectionText": "Savjet: provjerite jesu li upute omogućene u widgetu" }, "symbologySetting": { "symbologySettingTabTitle": "Postavke simbologije", "addSymbologyBtnLabel": "Dodaj nove simbole", "layerNameTitle": "Naziv sloja", "fieldTitle": "Polje", "valuesTitle": "Vrijednosti", "symbolTitle": "Simbol", "actionsTitle": "Radnje", "invalidConfigMsg": "Dupliciraj polje: ${fieldName} za sloj: ${layerName}" }, "filterSetting": { "filterSettingTabTitle": "Postavke filtra", "addTaskTip": "Dodajte jedan ili više filtara za odabrane slojeve pretraživanja i konfigurirajte parametre za svaki od njih.", "enableMapFilter": "Uklonite predefinirani filtar za slojeve na karti.", "newFilter": "Novi filtar", "filterExpression": "Izraz za filtriranje", "layerDefaultSymbolTip": "Upotrijebi zadani simbol sloja", "uploadImage": "Učitaj sliku", "selectLayerTip": "Odaberite sloj.", "setTitleTip": "Postavite naslov.", "noTasksTip": "Nema konfiguriranih filtara. Kliknite na „${newFilter}” za dodavanje novog.", "collapseFiltersTip": "Sažmi izraz filtra (ako postoji) kad se otvori widget", "groupFiltersTip": "Grupiraj filtre po sloju", "infoTab": "Informacije", "expressionsTab": "Izrazi", "optionsTab": "Opcije", "autoApplyWhenWidgetOpen": "Primijenite ovaj filtar kad je otvoren widget", "expandFiltersOnLoad": "Proširi filtre prilikom učitavanja widgeta" }, "networkServiceChooser": { "arcgislabel": "Dodaj iz ArcGIS Online", "serviceURLabel": "Dodaj URL usluge", "routeURL": "URL rute", "validateRouteURL": "Provjera", "exampleText": "Primjer", "hintRouteURL1": "https://route.arcgis.com/arcgis/rest/services/World/Route/NAServer/", "hintRouteURL2": "https://route.arcgis.com/arcgis/rest/services/World/Route/NAServer/Route_World", "invalidRouteServiceURL": "Odredite važeću uslugu rutiranja.", "rateLimitExceeded": "Premašeno ograničenje ocjenjivanja. Pokušajte ponovno kasnije.", "errorInvokingService": "Korisničko ime ili lozinka nije ispravna." }, "errorStrings": { "bufferErrorString": "Unesite valjanu brojčanu vrijednost.", "selectLayerErrorString": "Odaberite sloj(eve) za pretraživanje.", "invalidDefaultValue": "Zadana veličina pojasa ne može biti prazna. Odredite veličinu pojasa", "invalidMaximumValue": "Maksimalna veličina pojasa ne može biti prazna. Odredite veličinu pojasa", "defaultValueLessThanMax": "Odredite zadanu veličinu pojasa unutar maksimalnog ograničenja", "defaultBufferValueGreaterThanOne": "Zadana udaljenost pojasa ne može biti manja od 0", "maximumBufferValueGreaterThanOne": "Odredite maksimalnu veličinu pojasa veću od 0", "invalidMaximumResultCountValue": "Odredite valjanu vrijednost za maksimalni zbroj rezultata", "invalidSearchSources": "Nevažeće postavke pretraživanja izvora" }, "symbolPickerPreviewText": "Pretpregled:" });
58.093137
219
0.730065
463fe143e179cf75562e95e214fef730d1c74c9d
8,886
js
JavaScript
Web/ExpressCoin/ExpressCoin/node_modules/@ngtools/webpack/src/paths-plugin.js
agerKalboetxeaga/ECoin
c80a85e4d319238a446fbf5443d3c6c87538be38
[ "Unlicense", "MIT" ]
1
2022-03-10T08:59:53.000Z
2022-03-10T08:59:53.000Z
Web/ExpressCoin/ExpressCoin/node_modules/@ngtools/webpack/src/paths-plugin.js
agerKalboetxeaga/ECoin
c80a85e4d319238a446fbf5443d3c6c87538be38
[ "Unlicense", "MIT" ]
null
null
null
Web/ExpressCoin/ExpressCoin/node_modules/@ngtools/webpack/src/paths-plugin.js
agerKalboetxeaga/ECoin
c80a85e4d319238a446fbf5443d3c6c87538be38
[ "Unlicense", "MIT" ]
null
null
null
"use strict"; /** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { Object.defineProperty(o, "default", { enumerable: true, value: v }); }) : function(o, v) { o["default"] = v; }); var __importStar = (this && this.__importStar) || function (mod) { if (mod && mod.__esModule) return mod; var result = {}; if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); __setModuleDefault(result, mod); return result; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.TypeScriptPathsPlugin = void 0; const path = __importStar(require("path")); class TypeScriptPathsPlugin { constructor(options) { if (options) { this.update(options); } } /** * Update the plugin with new path mapping option values. * The options will also be preprocessed to reduce the overhead of individual resolve actions * during a build. * * @param options The `paths` and `baseUrl` options from TypeScript's `CompilerOptions`. */ update(options) { var _a, _b; this.baseUrl = options.baseUrl; this.patterns = undefined; if (options.paths) { for (const [pattern, potentials] of Object.entries(options.paths)) { // Ignore any entries that would not result in a new mapping if (potentials.length === 0 || potentials.every((potential) => potential === '*')) { continue; } const starIndex = pattern.indexOf('*'); let prefix = pattern; let suffix; if (starIndex > -1) { prefix = pattern.slice(0, starIndex); if (starIndex < pattern.length - 1) { suffix = pattern.slice(starIndex + 1); } } (_a = this.patterns) !== null && _a !== void 0 ? _a : (this.patterns = []); this.patterns.push({ starIndex, prefix, suffix, potentials: potentials.map((potential) => { const potentialStarIndex = potential.indexOf('*'); if (potentialStarIndex === -1) { return { hasStar: false, prefix: potential }; } return { hasStar: true, prefix: potential.slice(0, potentialStarIndex), suffix: potentialStarIndex < potential.length - 1 ? potential.slice(potentialStarIndex + 1) : undefined, }; }), }); } // Sort patterns so that exact matches take priority then largest prefix match (_b = this.patterns) === null || _b === void 0 ? void 0 : _b.sort((a, b) => { if (a.starIndex === -1) { return -1; } else if (b.starIndex === -1) { return 1; } else { return b.starIndex - a.starIndex; } }); } } apply(resolver) { const target = resolver.ensureHook('resolve'); // To support synchronous resolvers this hook cannot be promise based. // Webpack supports synchronous resolution with `tap` and `tapAsync` hooks. resolver.getHook('described-resolve').tapAsync('TypeScriptPathsPlugin', // eslint-disable-next-line @typescript-eslint/no-explicit-any (request, resolveContext, callback) => { // Preprocessing of the options will ensure that `patterns` is either undefined or has elements to check if (!this.patterns) { callback(); return; } if (!request || request.typescriptPathMapped) { callback(); return; } const originalRequest = request.request || request.path; if (!originalRequest) { callback(); return; } // Only work on Javascript/TypeScript issuers. if (!request.context.issuer || !request.context.issuer.match(/\.[cm]?[jt]sx?$/)) { callback(); return; } switch (originalRequest[0]) { case '.': case '/': // Relative or absolute requests are not mapped callback(); return; case '!': // Ignore all webpack special requests if (originalRequest.length > 1 && originalRequest[1] === '!') { callback(); return; } break; } // A generator is used to limit the amount of replacements that need to be created. // For example, if the first one resolves, any others are not needed and do not need // to be created. const replacements = findReplacements(originalRequest, this.patterns); const tryResolve = () => { var _a; const next = replacements.next(); if (next.done) { callback(); return; } const potentialRequest = { ...request, request: path.resolve((_a = this.baseUrl) !== null && _a !== void 0 ? _a : '', next.value), typescriptPathMapped: true, }; resolver.doResolve(target, potentialRequest, '', resolveContext, // eslint-disable-next-line @typescript-eslint/no-explicit-any (error, result) => { if (error) { callback(error); } else if (result) { callback(undefined, result); } else { tryResolve(); } }); }; tryResolve(); }); } } exports.TypeScriptPathsPlugin = TypeScriptPathsPlugin; function* findReplacements(originalRequest, patterns) { // check if any path mapping rules are relevant for (const { starIndex, prefix, suffix, potentials } of patterns) { let partial; if (starIndex === -1) { // No star means an exact match is required if (prefix === originalRequest) { partial = ''; } } else if (starIndex === 0 && !suffix) { // Everything matches a single wildcard pattern ("*") partial = originalRequest; } else if (!suffix) { // No suffix means the star is at the end of the pattern if (originalRequest.startsWith(prefix)) { partial = originalRequest.slice(prefix.length); } } else { // Star was in the middle of the pattern if (originalRequest.startsWith(prefix) && originalRequest.endsWith(suffix)) { partial = originalRequest.substring(prefix.length, originalRequest.length - suffix.length); } } // If request was not matched, move on to the next pattern if (partial === undefined) { continue; } // Create the full replacement values based on the original request and the potentials // for the successfully matched pattern. for (const { hasStar, prefix, suffix } of potentials) { let replacement = prefix; if (hasStar) { replacement += partial; if (suffix) { replacement += suffix; } } yield replacement; } } }
40.390909
141
0.494486
46408f0ce3597482b094bb84561fca4bf21c07d7
2,627
js
JavaScript
stackoverflow/gfdm_v2/jsscripts/MapLimits.js
tinacg/tinacg.github.io
63f48fe17ce269da97873a08a00447e772a1f083
[ "MIT" ]
null
null
null
stackoverflow/gfdm_v2/jsscripts/MapLimits.js
tinacg/tinacg.github.io
63f48fe17ce269da97873a08a00447e772a1f083
[ "MIT" ]
null
null
null
stackoverflow/gfdm_v2/jsscripts/MapLimits.js
tinacg/tinacg.github.io
63f48fe17ce269da97873a08a00447e772a1f083
[ "MIT" ]
1
2015-07-02T21:11:36.000Z
2015-07-02T21:11:36.000Z
"use strict"; var TILE_SIZE = 256; function radiansToDegrees(rad) { return rad / (Math.PI / 180); } function fromPointToLatLng(point) { // value from 0 to 256 var pixelOrigin_ = new google.maps.Point(TILE_SIZE / 2, TILE_SIZE / 2); var origin = new google.maps.Point(TILE_SIZE/2, TILE_SIZE/2); var pixelsPerLonDegree_ = TILE_SIZE / 360; var pixelsPerLonRadian_ = TILE_SIZE / (2 * Math.PI); var origin = pixelOrigin_; var lng = (point.x - origin.x) / pixelsPerLonDegree_; var latRadians = (point.y - origin.y) / -pixelsPerLonRadian_; var lat = radiansToDegrees(2 * Math.atan(Math.exp(latRadians)) - Math.PI / 2); return new google.maps.LatLng(lat, lng); }; function midpointLat(map) { var tileFactor = 1 << map.getZoom(); var divHeight = document.getElementById("map_canvas_1").clientHeight; var midpointFromTop = divHeight / tileFactor / 2; return fromPointToLatLng(new google.maps.Point(0, midpointFromTop)).lat(); } function getAllowedBounds(map) { var bounds = map.getBounds(); var sw = bounds.getSouthWest(); var ne = bounds.getNorthEast(); var swLng = sw.lng(); var swLat = sw.lat(); var neLng = ne.lng(); var neLat = ne.lat(); if (swLng >= neLng) { swLng -= 360; } var width = neLng - swLng; var left = Math.min(-179+(width/2),-0.000001); var right = Math.max(179-(width/2),0.000001); // var left = Math.min(-179+(width/2),-0.000001); // var right = Math.max(179-(width/4),0.000001); // var right = 179; var divHeight = document.getElementById("map_canvas_1").clientHeight; var divCenterLat = fromPointToLatLng(new google.maps.Point(0, divHeight)).lat(); var currentZoom = map.getZoom(); var top = midpointLat(map); var bottom = -midpointLat(map); var allowedBounds = new google.maps.LatLngBounds( new google.maps.LatLng(bottom,left), new google.maps.LatLng(top,right)); return allowedBounds; } function boxIn(map, allowedBounds) { if (allowedBounds.contains(map.getCenter())) { return; } else { var mapCenter = map.getCenter(); var X = mapCenter.lng(); var Y = mapCenter.lat(); var AmaxX = allowedBounds.getNorthEast().lng(); var AmaxY = allowedBounds.getNorthEast().lat(); var AminX = allowedBounds.getSouthWest().lng(); var AminY = allowedBounds.getSouthWest().lat(); if (X < AminX) { X = AminX; } if (X > AmaxX) { X = AmaxX; } if (Y < AminY) { Y = AminY; } if (Y > AmaxY) { Y = AmaxY; } map.panTo(new google.maps.LatLng(Y, X)); } }
26.009901
82
0.631138
4640b0a389ba8de1ed6c37a0dfad20812de81d8d
1,255
js
JavaScript
src/context/createDataContext.js
imckain/poke-team-react-native
b2060561bb822d7d7ddedb0715058b45deb4b982
[ "Fair" ]
null
null
null
src/context/createDataContext.js
imckain/poke-team-react-native
b2060561bb822d7d7ddedb0715058b45deb4b982
[ "Fair" ]
null
null
null
src/context/createDataContext.js
imckain/poke-team-react-native
b2060561bb822d7d7ddedb0715058b45deb4b982
[ "Fair" ]
null
null
null
import React, { useEffect, useReducer } from 'react'; import AsyncStorage from '@react-native-async-storage/async-storage'; const storeData = async (value) => { try { const jsonValue = JSON.stringify(value) await AsyncStorage.setItem('@storage_Key', jsonValue) } catch (e) { // saving error } } const getData = async () => { try { const jsonValue = await AsyncStorage.getItem('@storage_Key') return jsonValue != null ? JSON.parse(jsonValue) : null; } catch(e) { // error reading value } } export default (reducer, actions, initialState) => { const Context = React.createContext(); const Provider = ({ children }) => { const [state, dispatch] = useReducer(reducer, initialState); useEffect(() => { async function rehydrate() { const storedState = await getData() dispatch({ type: "hydrate", payload: storedState }); } rehydrate() }, []); useEffect(() => { storeData(state); }, [state]) const boundActions = {}; for (let key in actions) { boundActions[key] = actions[key](dispatch) } return <Context.Provider value={{ state, ...boundActions }}>{children}</Context.Provider> }; return { Context, Provider }; };
24.134615
93
0.616733
46411371811fd3b4aa12c99149cfadd67f20d4cd
285
js
JavaScript
listings/globals/bad-nexttick.js
cjcj5438/nodeinpractice-master
f78b8b9475f5b5fc93e67436518bb737b31f5f41
[ "MIT" ]
null
null
null
listings/globals/bad-nexttick.js
cjcj5438/nodeinpractice-master
f78b8b9475f5b5fc93e67436518bb737b31f5f41
[ "MIT" ]
null
null
null
listings/globals/bad-nexttick.js
cjcj5438/nodeinpractice-master
f78b8b9475f5b5fc93e67436518bb737b31f5f41
[ "MIT" ]
null
null
null
var EventEmitter = require('events').EventEmitter; function complexOperations() { var events = new EventEmitter(); events.emit('success'); //<co id="callout-globals-nexttick-1"/> return events; } complexOperations().on('success', function() { console.log('success!'); });
19
65
0.687719
46412f80508ce7367ddffbb1eba499a6b2b66d81
332
js
JavaScript
src/components/widgets/countdown/index.js
fernandocamargo/future
8aaa8aea4a867f98632650471da688c4c62484b2
[ "Apache-2.0" ]
5
2020-01-21T16:10:11.000Z
2020-09-21T12:21:43.000Z
src/components/widgets/countdown/index.js
fernandocamargo/future
8aaa8aea4a867f98632650471da688c4c62484b2
[ "Apache-2.0" ]
5
2021-03-10T01:08:29.000Z
2022-03-02T15:43:39.000Z
src/components/widgets/countdown/index.js
fernandocamargo/future
8aaa8aea4a867f98632650471da688c4c62484b2
[ "Apache-2.0" ]
null
null
null
import { number } from 'prop-types'; import React from 'react'; import { useCountdown } from './hooks'; const Countdown = ({ from }) => { const current = useCountdown({ from }); return <span>{current}</span>; }; Countdown.propTypes = { from: number, }; Countdown.defaultProps = { from: 0, }; export default Countdown;
15.809524
41
0.64759
4641fe944386ac589a54bdbbbdcfe9851b9811bf
728
js
JavaScript
utils/paths.js
sitefactory-au/generator-sf-redux
ed9bfc5ad9e507cbb71e4cb231f11b451e2f3376
[ "MIT" ]
null
null
null
utils/paths.js
sitefactory-au/generator-sf-redux
ed9bfc5ad9e507cbb71e4cb231f11b451e2f3376
[ "MIT" ]
null
null
null
utils/paths.js
sitefactory-au/generator-sf-redux
ed9bfc5ad9e507cbb71e4cb231f11b451e2f3376
[ "MIT" ]
null
null
null
const path = require('path'); const getDestinationPath = function(name, type, suffix) { const prefix = path.join('src', type, name); const portablePrefix = path.sep === '/' ? prefix : prefix.split(path.sep).join('/'); return [portablePrefix, suffix].join('.'); }; const getRelativePath = function(name, type, suffix) { const filePath = path.join('..', type, name); const portableFilePath = path.sep === '/' ? filePath : filePath.split(path.sep).join('/'); return [portableFilePath, suffix].join('.'); }; const getBaseName = function(path) { const items = path.split('/'); return items[items.length - 1]; }; module.exports = { getDestinationPath, getBaseName, getRelativePath, }
29.12
93
0.644231
464258ca53d57317ba94cc5271b60bc3fee00e70
1,672
js
JavaScript
stories/examples/index.stories.js
AcerFeng/my-storybook
3a4348ecaf8c814b48ad3ae924354bebc5552657
[ "MIT" ]
null
null
null
stories/examples/index.stories.js
AcerFeng/my-storybook
3a4348ecaf8c814b48ad3ae924354bebc5552657
[ "MIT" ]
null
null
null
stories/examples/index.stories.js
AcerFeng/my-storybook
3a4348ecaf8c814b48ad3ae924354bebc5552657
[ "MIT" ]
null
null
null
import { storiesOf } from '@storybook/vue' import { action } from '@storybook/addon-actions' import { linkTo } from '@storybook/addon-links' import { withKnobs, text, boolean } from '@storybook/addon-knobs' import BaseButton from '../../components/button/BaseButton.vue' import TypescriptButton from '../../components/button/TypescriptButton.vue' const localButton = () => ({ components: { LocalButton: BaseButton }, props: { disabled: { default: boolean('disabled', false), }, label: { default: text('label', 'test label'), }, }, template: '<local-button :disabled="disabled" :label="label" @click="action"/>', methods: { action: action('clicked') }, }) localButton.story = { parameters: { jest: ['button.spec.ts'], }, } storiesOf('Examples/Base usage', module) .add('Simple example', localButton, { info: {}, notes: 'A very simple example of addon notes', }) .add( 'Show summary', () => ({ components: { BaseButton }, template: '<base-button @click="action" label="I\'m a button!"/>', methods: { action: action('clicked') }, }), { info: ` # This is _summary_ You can write sumary in [Markdown](https://en.wikipedia.org/wiki/Markdown). There is also syntax highlighting powered by [Highlight.js](https://highlightjs.org/). \`\`\`js export function foo() { console.log('Hello, World!') } \`\`\` `, }, ) .add( 'Typescript button', () => ({ components: { TypescriptButton }, template: '<TypescriptButton label="nila!"/>', }), { info: {}, }, )
24.588235
94
0.580144
4642aa48dce3bc3e238a13d7cf7c361fd3a85351
490
js
JavaScript
sandbox/components/card.js
3rd-Eden/payper
805b7fe0a4734077ebab365636cea3d9f30c1cd8
[ "MIT" ]
null
null
null
sandbox/components/card.js
3rd-Eden/payper
805b7fe0a4734077ebab365636cea3d9f30c1cd8
[ "MIT" ]
null
null
null
sandbox/components/card.js
3rd-Eden/payper
805b7fe0a4734077ebab365636cea3d9f30c1cd8
[ "MIT" ]
null
null
null
const React = require('react'); function Card(props) { return ( <div className="card"> <div className="card-header"> <div className="card-title h5">{ props.title }</div> { props.subtitle && <div className="card-subtitle text-gray">{ props.subtitle }</div> } </div> { props.body && <div className="card-body">{ props.body }</div>} { props.footer && <div className="card-footer">{ props.footer }</div>} </div> ); } module.exports = Card;
28.823529
95
0.593878
464313cd082e03893f95b3920eecb3424303754f
995
js
JavaScript
backend/server.js
joekenj/VideoStreamApp
263dede270be484dcf8b191f723eefad2330e7c4
[ "MIT" ]
null
null
null
backend/server.js
joekenj/VideoStreamApp
263dede270be484dcf8b191f723eefad2330e7c4
[ "MIT" ]
null
null
null
backend/server.js
joekenj/VideoStreamApp
263dede270be484dcf8b191f723eefad2330e7c4
[ "MIT" ]
null
null
null
var express = require('express'); var fs = require('fs'); var app = express(); app.use(express.static('media')); app.use(function(req, res, next) { res.header("Access-Control-Allow-Origin", "*"); res.header("Access-Control-Allow-Headers", "Origin, X-Requested-With, Content-Type, Accept"); next(); }); app.get('/get_videos', function (req, res, next) { // Prepare output in JSON format var content = fs.readFileSync('media/videos.json', 'utf8'); res.json(JSON.parse(content)); console.log(content); res.end(JSON.stringify(content)); }) app.get('/video/:uid', function (req, res, next) { // Prepare output in JSON format var content = fs.readFileSync('media/' + req.params.uid + '.json', 'utf8'); res.json(JSON.parse(content)); res.end(JSON.stringify(content)); }) var server = app.listen(8081, function () { var host = server.address().address var port = server.address().port console.log("Example app listening at http://%s:%s", host, port) })
30.151515
95
0.659296
46432b56c00f09400d5bfa05f9a68a7e6a1b7e16
560
js
JavaScript
src/styleguide/typography/index.js
abmagil/electron-demo
dbc7c836bb738a1c7c1eef6ada842d8b6dc02ac6
[ "ISC" ]
null
null
null
src/styleguide/typography/index.js
abmagil/electron-demo
dbc7c836bb738a1c7c1eef6ada842d8b6dc02ac6
[ "ISC" ]
8
2017-05-27T21:08:56.000Z
2018-05-30T00:29:17.000Z
src/styleguide/typography/index.js
abmagil/electron-demo
dbc7c836bb738a1c7c1eef6ada842d8b6dc02ac6
[ "ISC" ]
null
null
null
import React from 'react'; const Typography = () => ( <section className='StyleguideSection' id='typography'> <h2 className='StyleguideSection__title'>Typography</h2> <h1>Heading 1</h1> <h2>Heading 2</h2> <h3>Heading 3</h3> <h4>Heading 4</h4> <h5>Heading 5</h5> <h6>Heading 6</h6> <p>This is my paragraph text. It&lsquo;s good and long and rambling. I will continue to talk about paragraph text until such time as I am satisfied that all the letters have been utilized. X-ray.</p> </section> ); export default Typography;
32.941176
203
0.683929
46433566a89791d5290f9127d988aa7eaaaadc0e
1,114
js
JavaScript
public/js/jboss_instance.js
lancha90/AgentMonito
d3b04cc06b18c24c655b47f31b7c2baed4e3600e
[ "Apache-2.0" ]
null
null
null
public/js/jboss_instance.js
lancha90/AgentMonito
d3b04cc06b18c24c655b47f31b7c2baed4e3600e
[ "Apache-2.0" ]
null
null
null
public/js/jboss_instance.js
lancha90/AgentMonito
d3b04cc06b18c24c655b47f31b7c2baed4e3600e
[ "Apache-2.0" ]
null
null
null
$(document).on('ready',function () { $('header nav ul li').removeClass('select'); $('header nav ul li#menu_jboss_instance').addClass('select'); $.ajax({ url : url_base + 'api/v1/jboss_instance/status', type : 'GET', dataType : "json", timeout : 10000, crossDomain : true, success : function(_data){ var status_image = '/css/image/status_ok.png'; var status_class = 'ok'; $('#container_log').html(''); for (item in _data) { if (parseFloat(_data[item].status) == 200) { status_image='/css/image/status_ok.png'; status_class='ok'; } else if (parseFloat(_data[item].status) == 400) { status_image='/css/image/status_fail.png'; status_class='fail'; } $('#container_log').append('<div class="ws_status ' + status_class + '" ><div class="title"><a>' + _data[item].url + '</a></div><div class"status"><img src="' + status_image + '" alt=' + _data[item].message + '><strong> ' + _data[item].message + '</strong></div></div>'); } $('section.container div.wrapper div.container_input').fadeOut(); } }); });
39.785714
275
0.594255
46437e1dae3cb7fbae1c9860236a79c9213af5d8
838
js
JavaScript
packages/frontend/common/builder/components/YMLProgress.js
etamity/dashpad
ed897888e204408cc832d05d310a35f9b3b7d9d3
[ "MIT" ]
3
2019-03-06T11:39:23.000Z
2019-07-24T21:10:45.000Z
packages/frontend/common/builder/components/YMLProgress.js
etamity/dashpad
ed897888e204408cc832d05d310a35f9b3b7d9d3
[ "MIT" ]
null
null
null
packages/frontend/common/builder/components/YMLProgress.js
etamity/dashpad
ed897888e204408cc832d05d310a35f9b3b7d9d3
[ "MIT" ]
null
null
null
import React from 'react'; import { Progress, FormGroup } from 'reactstrap'; import _ from 'lodash'; import { PropsFilter } from './utils'; import { YMLBase } from './YMLBase'; const allowedProps = [ 'value', 'color', 'animated', 'bar', 'striped', 'max', 'data-', ]; export class YMLProgressView extends YMLBase { render() { const { keyPath, obj } = this.props; const assignProps = PropsFilter(this.props, allowedProps); return ( <FormGroup key={keyPath}> <Progress {...assignProps}> {_.isBoolean(obj.label) && ( <span>{obj.value + ' / ' + obj.max}</span> )} {_.isString(obj.label) && obj.label} </Progress> </FormGroup> ); } }
25.393939
66
0.501193
4643feb0865b15e1e7d8f26c567b2a297f62baa2
3,955
js
JavaScript
web/src/components/ArtistSongList.js
ShreyaPanale/elevate
f529271b2366d62f61ff9c133ce50311e270ba40
[ "MIT" ]
null
null
null
web/src/components/ArtistSongList.js
ShreyaPanale/elevate
f529271b2366d62f61ff9c133ce50311e270ba40
[ "MIT" ]
12
2021-03-23T05:48:57.000Z
2021-04-04T12:12:11.000Z
web/src/components/ArtistSongList.js
ShreyaPanale/elevate
f529271b2366d62f61ff9c133ce50311e270ba40
[ "MIT" ]
2
2021-04-07T13:45:17.000Z
2021-04-17T14:40:35.000Z
import React from 'react' import { Avatar, Grid, IconButton } from '@material-ui/core'; import {Heart, Play, Plus} from 'react-feather'; import { usePlayer } from '../webplayer'; import { makeStyles } from '@material-ui/core/styles' import { useParams } from 'react-router-dom'; import Table from '@material-ui/core/Table'; import TableBody from '@material-ui/core/TableBody'; import TableCell from '@material-ui/core/TableCell'; import TableContainer from '@material-ui/core/TableContainer'; import TableHead from '@material-ui/core/TableHead'; import TableRow from '@material-ui/core/TableRow'; const songListStyles = makeStyles(()=>({ root: { width: '100%', }, container: { maxHeight: 600 }, })) const columns = [ { id:'play', minWidth:30, align:'center'}, { id: 'place', label: '#', minWidth: 30 }, { id: 'title', label: 'Track', minWidth: 200 }, { id: 'artist', label: 'Artist', minWidth: 100 }, { id: 'plays', label: 'Plays', minWidth: 100, }, { id: 'time', label: 'Time', minWidth: 100, }, { id:'like', minWidth: 30 }, { id:'plus', minWidth: 30 } ]; const TrackItem = ({track}) => { return ( <Grid container direction="row" alignItems="center"> <Avatar style={{ width:50, height:50, borderRadius:10, marginRight:12 }} alt="nf" src={track.coverurl} /> <text style={{ fontFamily:"Poppins" }}> {track.tname} </text> </Grid> ) } const SongRow = ({row}) => { const [like,setLike] = React.useState(row['like']); const handleLike = ()=>{ if(like) setLike(0) else setLike(1) } return ( <TableRow tabIndex={-1} key={row.code}> {columns.map((column) => { const value = row[column.id]; return ( <TableCell key={column.id} align={column.align} style={{fontFamily:"Poppins"}}> {column.id=="like"?<IconButton onClick={handleLike}><Heart style={like==1?{color:"#EF757D",fill:"#EF757D"}:{}}/></IconButton> :value} </TableCell> ); })} </TableRow> ) } const SongList = ({tracks}) => { const {id} = useParams(); const { getArtists } = usePlayer(); const artistList = getArtists() const artist = artistList.filter(artist => artist.aid == id)[0]; const classes = songListStyles(); const { likedSongs } = usePlayer(); const trackList = tracks.filter(track => track.aid == artist.aid); console.log("ARTIST SONGS"); console.log(trackList); let rowsForSong = trackList && trackList.map( (track,idx) => ({ play: <Play />, place: idx+1, title: <TrackItem track={track} />, artist:track.aname, plays: track.plays, time: track.duration, like: likedSongs.includes(track.tid)?1:0, plus: <Plus /> }) ) return ( <TableContainer className={classes.container}> <Table stickyHeader aria-label="sticky table"> <TableHead> <TableRow> {columns.map((column) => ( <TableCell key={column.id} align={column.align} style={{ minWidth: column.minWidth, color:'#383838', fontFamily:'Poppins', fontSize: 16 }} > {column.label} </TableCell> ))} </TableRow> </TableHead> <TableBody> {rowsForSong && rowsForSong.map((row) => { return ( <SongRow row={row} /> ); })} </TableBody> </Table> </TableContainer> ) } export default SongList;
27.657343
151
0.514033
464422470cd03b9a240a435e32bcbd6f29c138ec
214
js
JavaScript
src/components/jumbotron.js
mnrowe/maxx-site
4853da913c9bdec462b82e6f8bb133c49e83cf09
[ "MIT" ]
null
null
null
src/components/jumbotron.js
mnrowe/maxx-site
4853da913c9bdec462b82e6f8bb133c49e83cf09
[ "MIT" ]
7
2021-03-10T01:38:15.000Z
2022-02-26T21:14:01.000Z
src/components/jumbotron.js
mnrowe/maxx-design
4853da913c9bdec462b82e6f8bb133c49e83cf09
[ "MIT" ]
null
null
null
import React from "react" import styles from "./jumbotron.module.css" export default props => ( <div className={styles.container}> <img className={styles.image} src={props.src} alt={props.alt} /> </div> )
23.777778
68
0.686916
464428a64ff898dfba0845abfacaa68e27f91eab
321,453
js
JavaScript
plugins/revslider/admin/assets/js/edit_layers.js
luisfbmelo/landa
6f8c49e4aea12cb133d0d0249e5028f9ae6c67d8
[ "MIT" ]
null
null
null
plugins/revslider/admin/assets/js/edit_layers.js
luisfbmelo/landa
6f8c49e4aea12cb133d0d0249e5028f9ae6c67d8
[ "MIT" ]
null
null
null
plugins/revslider/admin/assets/js/edit_layers.js
luisfbmelo/landa
6f8c49e4aea12cb133d0d0249e5028f9ae6c67d8
[ "MIT" ]
null
null
null
/*! * VERSION: beta 0.2.3 * DATE: 2013-07-10 * UPDATES AND DOCS AT: http://www.greensock.com * * @license Copyright (c) 2008-2013, GreenSock. All rights reserved. * SplitText is a Club GreenSock membership benefit; You must have a valid membership to use * this code without violating the terms of use. Visit http://www.greensock.com/club/ to sign up or get more details. * This work is subject to the software agreement that was issued with your membership. * * @author: Jack Doyle, jack@greensock.com */ (function(t){"use strict";var e=t.GreenSockGlobals||t,i=function(t){var i,s=t.split("."),r=e;for(i=0;s.length>i;i++)r[s[i]]=r=r[s[i]]||{};return r},s=i("com.greensock.utils"),r=function(t){var e=t.nodeType,i="";if(1===e||9===e||11===e){if("string"==typeof t.textContent)return t.textContent;for(t=t.firstChild;t;t=t.nextSibling)i+=r(t)}else if(3===e||4===e)return t.nodeValue;return i},n=document,a=n.defaultView?n.defaultView.getComputedStyle:function(){},o=/([A-Z])/g,h=function(t,e,i,s){var r;return(i=i||a(t,null))?(t=i.getPropertyValue(e.replace(o,"-$1").toLowerCase()),r=t||i.length?t:i[e]):t.currentStyle&&(i=t.currentStyle,r=i[e]),s?r:parseInt(r,10)||0},l=function(t){return t.length&&t[0]&&(t[0].nodeType&&t[0].style&&!t.nodeType||t[0].length&&t[0][0])?!0:!1},_=function(t){var e,i,s,r=[],n=t.length;for(e=0;n>e;e++)if(i=t[e],l(i))for(s=i.length,s=0;i.length>s;s++)r.push(i[s]);else r.push(i);return r},u=")eefec303079ad17405c",c=/(?:<br>|<br\/>|<br \/>)/gi,p=n.all&&!n.addEventListener,f="<div style='position:relative;display:inline-block;"+(p?"*display:inline;*zoom:1;'":"'"),m=function(t){t=t||"";var e=-1!==t.indexOf("++"),i=1;return e&&(t=t.split("++").join("")),function(){return f+(t?" class='"+t+(e?i++:"")+"'>":">")}},d=s.SplitText=e.SplitText=function(t,e){if("string"==typeof t&&(t=d.selector(t)),!t)throw"cannot split a null element.";this.elements=l(t)?_(t):[t],this.chars=[],this.words=[],this.lines=[],this._originals=[],this.vars=e||{},this.split(e)},g=function(t,e,i,s,o){c.test(t.innerHTML)&&(t.innerHTML=t.innerHTML.replace(c,u));var l,_,p,f,d,g,v,y,T,w,b,x,P,S=r(t),C=e.type||e.split||"chars,words,lines",k=-1!==C.indexOf("lines")?[]:null,R=-1!==C.indexOf("words"),A=-1!==C.indexOf("chars"),D="absolute"===e.position||e.absolute===!0,O=D?"&#173; ":" ",M=-999,L=a(t),I=h(t,"paddingLeft",L),E=h(t,"borderBottomWidth",L)+h(t,"borderTopWidth",L),N=h(t,"borderLeftWidth",L)+h(t,"borderRightWidth",L),F=h(t,"paddingTop",L)+h(t,"paddingBottom",L),U=h(t,"paddingLeft",L)+h(t,"paddingRight",L),X=h(t,"textAlign",L,!0),z=t.clientHeight,B=t.clientWidth,j=S.length,Y="</div>",q=m(e.wordsClass),V=m(e.charsClass),Q=-1!==(e.linesClass||"").indexOf("++"),G=e.linesClass;for(Q&&(G=G.split("++").join("")),p=q(),f=0;j>f;f++)g=S.charAt(f),")"===g&&S.substr(f,20)===u?(p+=Y+"<BR/>",f!==j-1&&(p+=" "+q()),f+=19):" "===g&&" "!==S.charAt(f-1)&&f!==j-1?(p+=Y,f!==j-1&&(p+=O+q())):p+=A&&" "!==g?V()+g+"</div>":g;for(t.innerHTML=p+Y,d=t.getElementsByTagName("*"),j=d.length,v=[],f=0;j>f;f++)v[f]=d[f];if(k||D)for(f=0;j>f;f++)y=v[f],_=y.parentNode===t,(_||D||A&&!R)&&(T=y.offsetTop,k&&_&&T!==M&&"BR"!==y.nodeName&&(l=[],k.push(l),M=T),D&&(y._x=y.offsetLeft,y._y=T,y._w=y.offsetWidth,y._h=y.offsetHeight),k&&(R!==_&&A||(l.push(y),y._x-=I),_&&f&&(v[f-1]._wordEnd=!0)));for(f=0;j>f;f++)y=v[f],_=y.parentNode===t,"BR"!==y.nodeName?(D&&(b=y.style,R||_||(y._x+=y.parentNode._x,y._y+=y.parentNode._y),b.left=y._x+"px",b.top=y._y+"px",b.position="absolute",b.display="block",b.width=y._w+1+"px",b.height=y._h+"px"),R?_?s.push(y):A&&i.push(y):_?(t.removeChild(y),v.splice(f--,1),j--):!_&&A&&(T=!k&&!D&&y.nextSibling,t.appendChild(y),T||t.appendChild(n.createTextNode(" ")),i.push(y))):k||D?(t.removeChild(y),v.splice(f--,1),j--):R||t.appendChild(y);if(k){for(D&&(w=n.createElement("div"),t.appendChild(w),x=w.offsetWidth+"px",T=w.offsetParent===t?0:t.offsetLeft,t.removeChild(w)),b=t.style.cssText,t.style.cssText="display:none;";t.firstChild;)t.removeChild(t.firstChild);for(P=!D||!R&&!A,f=0;k.length>f;f++){for(l=k[f],w=n.createElement("div"),w.style.cssText="display:block;text-align:"+X+";position:"+(D?"absolute;":"relative;"),G&&(w.className=G+(Q?f+1:"")),o.push(w),j=l.length,d=0;j>d;d++)"BR"!==l[d].nodeName&&(y=l[d],w.appendChild(y),P&&(y._wordEnd||R)&&w.appendChild(n.createTextNode(" ")),D&&(0===d&&(w.style.top=y._y+"px",w.style.left=I+T+"px"),y.style.top="0px",T&&(y.style.left=y._x-T+"px")));R||A||(w.innerHTML=r(w).split(String.fromCharCode(160)).join(" ")),D&&(w.style.width=x,w.style.height=y._h+"px"),t.appendChild(w)}t.style.cssText=b}D&&(z>t.clientHeight&&(t.style.height=z-F+"px",z>t.clientHeight&&(t.style.height=z+E+"px")),B>t.clientWidth&&(t.style.width=B-U+"px",B>t.clientWidth&&(t.style.width=B+N+"px")))},v=d.prototype;v.split=function(t){this.isSplit&&this.revert(),this.vars=t||this.vars,this._originals.length=this.chars.length=this.words.length=this.lines.length=0;for(var e=0;this.elements.length>e;e++)this._originals[e]=this.elements[e].innerHTML,g(this.elements[e],this.vars,this.chars,this.words,this.lines);return this.isSplit=!0,this},v.revert=function(){if(!this._originals)throw"revert() call wasn't scoped properly.";for(var t=this._originals.length;--t>-1;)this.elements[t].innerHTML=this._originals[t];return this.chars=[],this.words=[],this.lines=[],this.isSplit=!1,this},d.selector=t.$||t.jQuery||function(e){return t.$?(d.selector=t.$,t.$(e)):n?n.getElementById("#"===e.charAt(0)?e.substr(1):e):e}})(window||{}); /*! ROTATABLE */ // ROTATABLE // !function(t,e){t.widget("ui.rotatable",t.ui.mouse,{options:{handle:!1,angle:!1,start:null,rotate:null,stop:null},handle:function(t){return t===e?this.options.handle:void(this.options.handle=t)},angle:function(t){return t===e?this.options.angle:(this.options.angle=t,void this.performRotation(this.options.angle))},_create:function(){var e;this.options.handle?e=this.options.handle:(e=t(document.createElement("div")),e.addClass("ui-rotatable-handle")),this.listeners={rotateElement:t.proxy(this.rotateElement,this),startRotate:t.proxy(this.startRotate,this),stopRotate:t.proxy(this.stopRotate,this)},e.draggable({helper:"clone",start:this.dragStart,handle:e}),e.bind("mousedown",this.listeners.startRotate),e.appendTo(this.element),0!=this.options.angle?(this.elementCurrentAngle=this.options.angle,this.performRotation(this.elementCurrentAngle)):this.elementCurrentAngle=0},_destroy:function(){this.element.removeClass("ui-rotatable"),this.element.find(".ui-rotatable-handle").remove()},performRotation:function(t){var e=180*t/Math.PI;punchgs.TweenLite.set(this.element,{rotationZ:e+"deg"})},getElementOffset:function(){this.performRotation(0);var t=this.element.offset();return this.performRotation(this.elementCurrentAngle),t},getElementCenter:function(){var t=this.getElementOffset(),e=t.left+this.element.width()/2,n=t.top+this.element.height()/2;return Array(e,n)},dragStart:function(){return this.element?!1:void 0},startRotate:function(e){var n=this.getElementCenter(),i=e.pageX-n[0],s=e.pageY-n[1];return this.mouseStartAngle=Math.atan2(s,i),this.elementStartAngle=this.elementCurrentAngle,this.hasRotated=!1,this._propagate("start",e),t(document).bind("mousemove",this.listeners.rotateElement),t(document).bind("mouseup",this.listeners.stopRotate),!1},rotateElement:function(t){if(!this.element)return!1;var e=this.getElementCenter(),n=t.pageX-e[0],i=t.pageY-e[1],s=Math.atan2(i,n),o=s-this.mouseStartAngle+this.elementStartAngle;this.performRotation(o);var r=this.elementCurrentAngle;return this.elementCurrentAngle=o,this._propagate("rotate",t),r!=o&&(this._trigger("rotate",t,this.ui()),this.hasRotated=!0),!1},stopRotate:function(e){return this.element?(t(document).unbind("mousemove",this.listeners.rotateElement),t(document).unbind("mouseup",this.listeners.stopRotate),this.elementStopAngle=this.elementCurrentAngle,this.hasRotated&&this._propagate("stop",e),setTimeout(function(){this.element=!1},10),!1):void 0},_propagate:function(e,n){t.ui.plugin.call(this,e,[n,this.ui()]),"rotate"!==e&&this._trigger(e,n,this.ui())},plugins:{},ui:function(){return{element:this.element,angle:{start:this.elementStartAngle,current:this.elementCurrentAngle,stop:this.elementStopAngle}}}})}(jQuery); jQuery(document).ready(function(){ UniteLayersRev.setGlobalAction(wp.template( "rs-action-layer-wrap" )); UniteLayersRev.setGlobalSlideImport(wp.template( "rs-import-layer-wrap" )); }); jQuery(document).ready(function(){ jQuery.widget( "custom.catcomplete", jQuery.ui.autocomplete, { _create: function() { this._super(); this.widget().menu( "option", "items", "> :not(.ui-autocomplete-category)" ); }, _renderMenu: function( ul, items ) { var that = this, currentCategory = ""; if (items){ jQuery.each( items, function( index, item ) { var li; if ( item.version != currentCategory ) { if (ul.closest("#tp-thelistoffonts").length>0) ul.append( "<li class='ui-autocomplete-category' style='font-size: 24px;'>" + item.version + "</li>" ); else ul.append( "<li class='ui-autocomplete-category' style='font-size: 24px;'>Version: " + item.version + "</li>" ); currentCategory = item.version; } li = that._renderItemData( ul, item ); if ( item.version ) { li.attr( "aria-label", item.version + " : " + item.label ); } /*if( typeof(item.variants) !== 'undefined' ) { li.attr( 'variants', item.variants ); }*/ }); } } }); }); // EDIT Slider Functions // VERSION: 5.0 // DATE: 28-04-2015 var UniteLayersRev = new function(){ var initTop = 100, initLeft = 100, initSpeed = 300, initTopVideo = 20, initLeftVideo = 20, g_startTime = 500, g_stepTime = 0, g_slideTime, initText = "Caption Text", layout = 'desktop', //can be also tablet and mobil transSettings = [], //can be also tablet and mobil t = this, u = tpLayerTimelinesRev, initArrFontTypes = [], containerID = "#divLayers", container, arrLayers = {}, arrLayersDemo = {}, id_counter = 0, initLayers = null, initDemoLayers = null, initDemoSettings = null, layerresized = false, layerGeneralParamsStatus = false, initLayerAnims = [], initLayerAnimsDefault = [], currentAnimationType = 'customin', curDemoSlideID = 0, slideIDs = {}; selectedLayerSerial = -1, selectedLayerWidth = 0, selectedlayerHeight = 0, totalWidth = 0, totalHeight = 0, unique_layer_id = 0, add_meta_into = '', global_action_template = null, global_layer_import_template = null, updateRevTimer = 0, import_slides = {}; t.ulff_core = 0; t.setGlobalAction = function (glfunc){ global_action_template = glfunc; } t.setGlobalSlideImport = function (glfunc){ global_layer_import_template = glfunc; } t.arrLayers = arrLayers; t.setInitSlideIds = function(jsonIds){ slideIDs = jQuery.parseJSON(jsonIds); } // set init layers object (from db) t.setInitLayersJson = function(jsonLayers){ initLayers = jQuery.parseJSON(jsonLayers); } // set init demo layers object (from db) t.setInitDemoLayersJson = function(jsonLayers){ initDemoLayers = jQuery.parseJSON(jsonLayers); } // set init demo settings object (from db) t.setInitDemoSettingsJson = function(jsonLayers){ initDemoSettings = jQuery.parseJSON(jsonLayers); } // set init layer animations (from db) t.setInitLayerAnim = function(jsonLayersAnims){ initLayerAnims = jQuery.parseJSON(jsonLayersAnims); } // set init layer animations (from db) t.setInitLayerAnimsDefault = function(jsonLayersAnims){ initLayerAnimsDefault = jQuery.parseJSON(jsonLayersAnims); } // set all settings that need trans t.setInitTransSetting = function(jsonTransSett){ transSettings = jQuery.parseJSON(jsonTransSett); } // update init layer animations (from db) t.updateInitLayerAnim = function(layerAnims){ initLayerAnims = []; initLayerAnims = layerAnims; } // set init captions classes array (from the captions.css) t.setInitCaptionClasses = function(jsonClasses){ initArrCaptionClasses = jQuery.parseJSON(jsonClasses); } t.setCaptionClasses = function(objClasses){ initArrCaptionClasses = objClasses; } // set init font family types array t.setInitFontTypes = function(jsonClasses){ initArrFontTypes = jQuery.parseJSON(jsonClasses); } // GET / SET MAIN TIME t.getMaintime = function() { return g_slideTime; } t.setMaintime = function(a) { g_slideTime = a; } t.sortFontTypesByUsage = function(){ for(var skey in sgfamilies){ for(var key in initArrFontTypes){ if(initArrFontTypes[key]['label'].replace(/\ /g,'+') == sgfamilies[skey].replace(/\ /g,'+')){ //add to front if(typeof(initArrFontTypes[key]['top']) == 'undefined'){ //push to top and define top initArrFontTypes[key]['top'] = true; //initArrFontTypes[key]['version'] = rev_lang.google_fonts_loaded; } break; } } } //reorder the keys from 1 to xxx var items = {}; var i = 0; for(var index in initArrFontTypes) { items[i] = initArrFontTypes[index]; i++; } initArrFontTypes = items; //reinitialize the catcomplete on the field! //jQuery("#css_font-family").catcomplete("option","source",initArrFontTypes); } /** * SET option to object depending on which size is choosen */ t.setVal = function(obj, handle, val, setall, setspecific){ if(jQuery.inArray(handle, transSettings) !== -1){ //handle is in the list, so save only on the current choosen size if(setall){ if(typeof(obj[handle]) !== 'object') obj[handle] = {}; obj[handle][layout] = val; //obj[handle]['desktop'] = val; //obj[handle]['notebook'] = val; //obj[handle]['tablet'] = val; //obj[handle]['mobile'] = val; }else if(setspecific !== undefined){ for(var i in setspecific){ if(typeof(obj[handle]) !== 'undefined' && typeof(obj[handle][setspecific[i]]) !== 'undefined'){ obj[handle][setspecific[i]] = val; }else{ if(typeof(obj[handle]) === 'undefined') obj[handle] = {}; obj[handle][setspecific[i]] = val; } } }else{ if(typeof(obj[handle]) !== 'undefined' && typeof(obj[handle][layout]) !== 'undefined'){ obj[handle][layout] = val; }else{ if(typeof(obj[handle]) === 'undefined') obj[handle] = {}; obj[handle][layout] = val; } } }else{ obj[handle] = val; } return obj; } /** * GET option to object depending on which size is choosen */ t.getVal = function(obj, handle){ if(typeof(obj) === 'undefined') return; if(jQuery.inArray(handle, transSettings) !== -1){ //handle is in the list, so save only on the current choosen size if(typeof(obj[handle]) !== 'undefined' && typeof(obj[handle][layout]) !== 'undefined'){ return obj[handle][layout]; }else{ if(typeof(obj[handle]) !== 'undefined' && typeof(obj[handle]) !== 'object'){ return obj[handle]; }else{ if(typeof(obj[handle]) !== 'undefined'){ //return next bigger / smaller value depending on what exists. First check bigger, then check smaller var nextval = '', returnval = 'novalue', calcblayout = "desktop"; switch(layout){ case 'desktop': if(typeof(obj[handle]['notebook']) !== 'undefined') { returnval = obj[handle]['notebook']; calcblayout = "notebook"; } else if(typeof(obj[handle]['tablet']) !== 'undefined') { returnval = obj[handle]['tablet']; calcblayout = "tablet"; } else if(typeof(obj[handle]['mobile']) !== 'undefined') { returnval = obj[handle]['mobile']; calcblayout = "mobile"; } break; case 'notebook': if(typeof(obj[handle]['desktop']) !== 'undefined') { returnval = obj[handle]['desktop']; calcblayout = "desktop"; } else if(typeof(obj[handle]['tablet']) !== 'undefined') { returnval = obj[handle]['tablet']; calcblayout = "tablet"; } else if(typeof(obj[handle]['mobile']) !== 'undefined') { returnval = obj[handle]['mobile']; calcblayout = "mobile"; } break; case 'tablet': if(typeof(obj[handle]['notebook']) !== 'undefined') { returnval = obj[handle]['notebook']; calcblayout = "notebook"; } else if(typeof(obj[handle]['desktop']) !== 'undefined') { returnval = obj[handle]['desktop']; calcblayout = "desktop"; } else if(typeof(obj[handle]['mobile']) !== 'undefined') { returnval = obj[handle]['mobile']; calcblayout = "mobile"; } break; case 'mobile': if(typeof(obj[handle]['tablet']) !== 'undefined') { returnval = obj[handle]['tablet']; calcblayout = "tablet"; } else if(typeof(obj[handle]['notebook']) !== 'undefined') { returnval = obj[handle]['notebook']; calcblayout = "notebook"; } else if(typeof(obj[handle]['desktop']) !== 'undefined') { returnval = obj[handle]['desktop']; calcblayout = "desktop"; } break; } if (returnval!='novalue') { /*if (handle=="top" || handle=="left") returnval = 0; if (handle=="align_hor") returnval = "left"; if (handle=="align_hor") returnval = "left";*/ return returnval; } } return; //returns undefined } } }else{ if(typeof(obj[handle]) !== 'undefined' && typeof(obj[handle]) !== 'object'){ return obj[handle]; }else{ return; } } } /** * insert template to editor */ t.insertTemplate = function(text){ if(add_meta_into === ''){ if(selectedLayerSerial == -1) return(false); jQuery('#layer_text').val(jQuery('#layer_text').val()+'{{'+text+'}}'); t.updateLayerFromFields(); }else{ jQuery('input[name="'+add_meta_into+'"]').val(jQuery('input[name="'+add_meta_into+'"]').val()+'{{'+text+'}}'); } jQuery('#dialog_template_insert').dialog('close'); } /************************************** - Refresh The Grid Size - ***************************************/ t.refreshGridSize = function(){ var hcl = jQuery('#hor-css-linear .helplines-offsetcontainer'), vcl = jQuery('#ver-css-linear .helplines-offsetcontainer'), grid_size = jQuery('#rs-grid-sizes option:selected').val(), snapto = jQuery('#rs-grid-snapto option:selected').val(), wrapper = jQuery('#divLayers'); if (grid_size!="custom") { wrapper.css({position:"relative"}); wrapper.find('#helpergrid').remove(); wrapper.append('<div id="helpergrid" style="position:absolute;top:0px;left:0px;position:absolute;z-index:0;width:100%;height:100%"></div>'); var hg = wrapper.find('#helpergrid'); if (grid_size>4) { for (var i=1;i<(wrapper.height()/grid_size);i++) { var jump = i*grid_size; hg.append('<div class="helplines" style="background-color:#4affff;width:100%;height:1px;position:absolute;left:0px;top:'+jump+'px"></div>'); } for (var i=1;i<(wrapper.width()/grid_size);i++) { var jump = i*grid_size; hg.append('<div class="helplines" style="background-color:#4affff;height:100%;width:1px;position:absolute;top:0px;left:'+jump+'px"></div>'); } } punchgs.TweenLite.to(hcl,0.3,{autoAlpha:0}); punchgs.TweenLite.to(vcl,0.3,{autoAlpha:0}); } else { punchgs.TweenLite.to(hcl,0.3,{autoAlpha:1}); punchgs.TweenLite.to(vcl,0.3,{autoAlpha:1}); wrapper.find('#helpergrid').remove(); try{hcl.find('.helplines').draggable("destroy");} catch(e) {} try{vcl.find('.helplines').draggable("destroy");} catch(e) {} hcl.find('.helplines').draggable({ handle:".helpline-drag", axis:"x" }); vcl.find('.helplines').draggable({ handle:".helpline-drag", axis:"y" }); } for(var key in arrLayers){ var layer = t.getHtmlLayerFromSerial(key); layer.draggable({ drag: t.onLayerDrag, snap: snapto, snapMode:"outer" }); } } /** * Add unique layer ids **/ t.add_missing_unique_ids = function(){ var layers = t.getSimpleLayers(); var addfor = {}; //first round, check which one are missing unique IDs and set the unique_layer_id to be used by new layers for(var key in layers){ if(layers[key].unique_id === undefined){ addfor[key] = true; }else{ if(layers[key].unique_id > unique_layer_id) unique_layer_id = layers[key].unique_id; } } for(var key in addfor){ unique_layer_id++; var objUpdate = {}; objUpdate.unique_id = unique_layer_id; t.updateLayer(key, objUpdate); } } t.timeLineTableDimensionUpdate = function() { jQuery('#mastertimer-wrapper').height((jQuery('#layers-right ul li').length+1)*32); jQuery('.layers-wrapper').height(jQuery('#mastertimer-wrapper').height()-40); jQuery('.master-rightcell .layers-wrapper, .master-leftcell .layers-wrapper, #divLayers-wrapper, .quick-layers-list').perfectScrollbar("update"); } //====================================================== // Init Functions //====================================================== t.init = function(slideTime){ if(jQuery().draggable == undefined || jQuery().autocomplete == undefined) jQuery("#jqueryui_error_message").show(); jQuery('body').addClass("rs-layer-editor-view"); g_slideTime = Number(slideTime); u.init(g_slideTime); container = jQuery(containerID); //add all layers from init if(initDemoLayers){ var len = initDemoLayers.length; if(len){ for(var i=0;i<len;i++){ for(var key in initDemoLayers[i]){ curDemoSlideID = i; addLayer(initDemoLayers[i][key],true,true,true); } } }else{ for(var i in initDemoLayers){ for(var key in initDemoLayers[i]){ curDemoSlideID = i; addLayer(initDemoLayers[i][key],true,true,true); } } } } //add all layers from init if(initLayers){ var len = initLayers.length; if(len){ for(var i=0;i<len;i++) { addLayer(initLayers[i],true,false,true); } }else{ for(var key in initLayers) { addLayer(initLayers[key],true,false,true); } } t.add_missing_unique_ids(); } // IF LAYERS ADDED, WE CAN CALCULATE THE SCROLLER t.timeLineTableDimensionUpdate(); //disable the properties box disableFormFields(); //init elements initMainEvents(); // CLICK ON CONTAINER initButtons(); // MAIN BUTTONS - ADD LAYERS, DUPLICATE, DELETE initHtmlFields(); // HTML FIELD HANDLINGS initAlignTable(); initLoopFunctions(); scaleImage(); positionChanged(); initBackgroundFunctions(); // STICKY CATEGORIES FOR SCROLL SELECTORS jQuery('#tp-thelistofclasses ul, #tp-thelistoffonts ul').bind('scroll',function() { var u = jQuery(this), s = u.scrollTop(), os = u.data('olds'), h = u.parent().height(), l, d = os==undefined || os<s ? "up" : "down"; u.find('.ui-autocomplete-category').each(function(i) { var t = jQuery(this), p = t.next().position().top, corr = i==0 ? 0 : 15; if ((d=="up" && p<50) || (d=="down" && p<(0-corr))) { t.css({position:"absolute",top:s-(corr),zIndex:i}); t.next().css({marginTop:(50+corr)}) } else { t.css({position:"relative",top:0,zIndex:i}); t.next().css({marginTop:0}) } }); u.data('olds',s); }); // HIDE/SHOW MAIN IMAGE SELECTION jQuery('.bgsrcchanger').each(function(){ if(jQuery(this)[0].checked) initSliderMainOptions(jQuery(this)); }); // INIT CLICK HANDLING ON MAIN IMAGE SETTINGS jQuery('.bgsrcchanger').click(function() { initSliderMainOptions(jQuery(this)); }); jQuery('#alt_option').change(function(){ if(jQuery('#alt_option option:selected').val() == 'custom'){ jQuery('#alt_attr').show(); }else{ jQuery('#alt_attr').hide(); } }); initDisallowCaptionsOnClick(); // OPEN LEFT PANEL TO FULL jQuery('.open_right_panel').click(function() { var orp = jQuery('.layer_props_wrapper') if (orp.hasClass("openeed")) { orp.removeClass("openeed"); } else { orp.addClass("openeed"); } }); jQuery('#rs-grid-sizes, #rs-grid-snapto').change(function() { t.refreshGridSize(); }); jQuery('#layer_alt_option').change(function(){ if(jQuery('#layer_alt_option option:selected').val() == 'custom'){ jQuery('#layer_alt').show(); }else{ jQuery('#layer_alt').hide(); } }); jQuery('select[name="rev_show_the_slides"]').change(function(){ var nextsh = jQuery('#divbgholder').find('.slotholder'); jQuery('.demo_layer').hide(); nextsh.addClass("trans_bg"); nextsh.css("background-image","none"); nextsh.css("background-color","transparent"); nextsh.css("background-position","top center"); nextsh.css("background-size","cover"); //100% 100% nextsh.css("background-repeat","no-repeat"); jQuery('.tp-bgimg').css({backgroundImage:"none",backgroundColor:"transparent"}); //jQuery('#divLayers-wrapper').css({backgroundImage:"none",backgroundColor:"transparent"}); if(jQuery(this).val() !== 'none'){ var sv = jQuery(this).val(); jQuery('.demo_layer_'+sv).show(); if(typeof initDemoSettings[sv] !== 'undefined'){ var bgfit = (initDemoSettings[sv]['bg_fit'] == 'percentage') ? initDemoSettings[sv]['bg_fit_x'] + '% ' + initDemoSettings[sv]['bg_fit_y'] + '% ' : initDemoSettings[sv]['bg_fit']; var bgpos = (initDemoSettings[sv]['bg_position'] == 'percentage') ? initDemoSettings[sv]['bg_position_x'] + '% ' + initDemoSettings[sv]['bg_position_y'] + '% ' : initDemoSettings[sv]['bg_position']; if(initDemoSettings[sv]['bg_fit'] == 'contain'){ jQuery('#divLayers-wrapper').css('maxWidth', jQuery('#divbgholder').css('minWidth')); }else{ jQuery('#divLayers-wrapper').css('maxWidth', 'none'); } switch(initDemoSettings[sv]['background_type']){ case "image": case "meta": case "streamyoutube": case "streamvimeo": case "streaminstagram": case "youtube": case "vimeo": case "html5": var urlImage = initDemoSettings[sv]['image']; jQuery('#the_image_source_url').html(urlImage); nextsh.find('.defaultimg, .slotslidebg').css("background-image","url('"+urlImage+"')"); nextsh.find('.defaultimg, .slotslidebg').css("background-color","transparent"); nextsh.find('.defaultimg, .slotslidebg').css("background-size",bgfit); nextsh.find('.defaultimg, .slotslidebg').css("background-position",bgpos); nextsh.find('.defaultimg, .slotslidebg').css("background-repeat",initDemoSettings[sv]['bg_repeat']); nextsh.find('.defaultimg, .slotslidebg').removeClass("trans_bg"); break; case "trans": nextsh.find('.defaultimg, .slotslidebg').css("background-image","none"); nextsh.find('.defaultimg, .slotslidebg').css("background-color","transparent"); nextsh.find('.defaultimg, .slotslidebg').addClass("trans_bg"); break; case "solid": nextsh.find('.defaultimg, .slotslidebg').css("background-image","none"); nextsh.find('.defaultimg, .slotslidebg').removeClass("trans_bg"); var bgColor = initDemoSettings[sv]['slide_bg_color']; nextsh.find('.defaultimg, .slotslidebg').css("background-color",bgColor); break; case "external": var urlImage = initDemoSettings[sv]['slide_bg_external']; jQuery('#the_image_source_url').html(urlImage); nextsh.find('.defaultimg, .slotslidebg').css("background-image","url('"+urlImage+"')"); nextsh.find('.defaultimg, .slotslidebg').css("background-color","transparent"); nextsh.find('.defaultimg, .slotslidebg').css("background-size",bgfit); nextsh.find('.defaultimg, .slotslidebg').css("background-position",bgpos); nextsh.find('.defaultimg, .slotslidebg').css("background-repeat",initDemoSettings[sv]['bg_repeat']); nextsh.find('.defaultimg, .slotslidebg').removeClass("trans_bg"); break; } } } jQuery('#divbgholder').css({backgroundImage:"none",backgroundColor:"transparent"}); //t.changeSlotBGs(); }); jQuery('#thumb_for_admin').on('change',function() { t.changeSlotBGs(); }); if (jQuery('#slide_thumb_button_preview').find('div').length>0) jQuery('.show_on_thumbnail_exist').show(); jQuery('.rs-slide-device_selector').click(function(){ if(rev_adv_resp_sizes == false) return; var changeto = jQuery(this).data('val'); layout = changeto; jQuery('.tp-bgimg.defaultimg, #divLayers').css({ width:rev_sizes[changeto][0], height:rev_sizes[changeto][1] }); if (__slidertype!="auto") { jQuery('#divbgholder').css({minWidth:rev_sizes[changeto][0], maxWidth:"100%", marginLeft:"auto",marginRight:"auto"}); jQuery('#divbgholder').css({minHeight:rev_sizes[changeto][1],height:rev_sizes[changeto][1]}); jQuery('.slotholder .tp-bgimg.defaultimg').css({minWidth:rev_sizes[changeto][0], maxWidth:"100%" }); jQuery('.tp-bgimg.defaultimg').css({ width:"100%" }) } else { jQuery('#divbgholder').css({minWidth:rev_sizes[changeto][0], maxWidth:rev_sizes[changeto][0], marginLeft:"auto",marginRight:"auto"}); jQuery('#divbgholder').css({minHeight:rev_sizes[changeto][1],height:rev_sizes[changeto][1]}); jQuery('.slotholder .tp-bgimg.defaultimg').css({minWidth:rev_sizes[changeto][0], maxWidth:rev_sizes[changeto][0] }) } jQuery('#divLayers-wrapper').css('height', rev_sizes[changeto][1] + 1); jQuery('.rs-slide-device_selector').removeClass('selected'); jQuery(this).addClass('selected'); /*for(var serial in arrLayers){ updateHtmlLayersFromObject(serial,true); } for(var serial in arrLayersDemo){ updateHtmlLayersFromObject(serial,true, true); } if(selectedLayerSerial !== -1) updateLayerFormFields(selectedLayerSerial);*/ //update positions of all other slides elements if static slide is selected u.resetSlideAnimations(); jQuery(window).trigger("resize"); redrawAllLayerHtml(); //jQuery('#layer-short-toolbar').appendTo('.slide_layer.layer_selected'); // update Background Size !! }); //copy idle to hover jQuery('.copy-from-idle').click(function(){ if(confirm(rev_lang.copy_styles_to_idle_from_hover)){ var layer = t.getCurrentLayer(); layer['deformation-hover']['2d_origin_x'] = layer['deformation']['2d_origin_x']; layer['deformation-hover']['2d_origin_y'] = layer['deformation']['2d_origin_y']; layer['deformation-hover']['2d_rotation'] = layer['2d_rotation']; layer['deformation-hover']['color'] = t.getVal(layer['static_styles'], 'color'); layer['deformation-hover']['background-color'] = layer['deformation']['background-color']; layer['deformation-hover']['background-transparency'] = layer['deformation']['background-transparency']; layer['deformation-hover']['border-color'] = layer['deformation']['border-color']; layer['deformation-hover']['border-radius'] = layer['deformation']['border-radius']; layer['deformation-hover']['border-style'] = layer['deformation']['border-style']; layer['deformation-hover']['border-transparency'] = layer['deformation']['border-transparency']; layer['deformation-hover']['border-width'] = layer['deformation']['border-width']; layer['deformation-hover']['color-transparency'] = layer['deformation']['color-transparency']; layer['deformation-hover']['opacity'] = layer['deformation']['opacity']; layer['deformation-hover']['scalex'] = layer['deformation']['scalex']; layer['deformation-hover']['scaley'] = layer['deformation']['scaley']; layer['deformation-hover']['skewx'] = layer['deformation']['skewx']; layer['deformation-hover']['skewy'] = layer['deformation']['skewy']; layer['deformation-hover']['text-decoration'] = layer['deformation']['text-decoration']; layer['deformation-hover']['x'] = layer['deformation']['x']; layer['deformation-hover']['xrotate'] = layer['deformation']['xrotate']; layer['deformation-hover']['y'] = layer['deformation']['y']; layer['deformation-hover']['yrotate'] = layer['deformation']['yrotate']; layer['deformation-hover']['z'] = layer['deformation']['z']; updateLayerFormFields(selectedLayerSerial); t.updateLayerFromFields(); } }); //copy hover to idle jQuery('.copy-from-hover').click(function(){ if(confirm(rev_lang.copy_styles_to_hover_from_idle)){ var layer = t.getCurrentLayer(); layer['deformation']['2d_origin_x'] = layer['deformation-hover']['2d_origin_x']; layer['deformation']['2d_origin_y'] = layer['deformation-hover']['2d_origin_y']; layer['2d_rotation'] = layer['deformation-hover']['2d_rotation']; layer['static_styles'] = t.setVal(layer['static_styles'], 'color', layer['deformation-hover']['color'], false); layer['deformation']['background-color'] = layer['deformation-hover']['background-color']; layer['deformation']['background-transparency'] = layer['deformation-hover']['background-transparency']; layer['deformation']['border-color'] = layer['deformation-hover']['border-color']; layer['deformation']['border-radius'] = layer['deformation-hover']['border-radius']; layer['deformation']['border-style'] = layer['deformation-hover']['border-style']; layer['deformation']['border-transparency'] = layer['deformation-hover']['border-transparency']; layer['deformation']['border-width'] = layer['deformation-hover']['border-width']; layer['deformation']['color-transparency'] = layer['deformation-hover']['color-transparency']; layer['deformation']['opacity'] = layer['deformation-hover']['opacity']; layer['deformation']['scalex'] = layer['deformation-hover']['scalex']; layer['deformation']['scaley'] = layer['deformation-hover']['scaley']; layer['deformation']['skewx'] = layer['deformation-hover']['skewx']; layer['deformation']['skewy'] = layer['deformation-hover']['skewy']; layer['deformation']['text-decoration'] = layer['deformation-hover']['text-decoration']; layer['deformation']['x'] = layer['deformation-hover']['x']; layer['deformation']['xrotate'] = layer['deformation-hover']['xrotate']; layer['deformation']['y'] = layer['deformation-hover']['y']; layer['deformation']['yrotate'] = layer['deformation-hover']['yrotate']; layer['deformation']['z'] = layer['deformation-hover']['z']; updateLayerFormFields(selectedLayerSerial); t.updateLayerFromFields(); } }); jQuery('#button_css_reset').click(function(){ var layer = t.getCurrentLayer(); if(layer !== null){ t.reset_to_default_static_styles(layer); // Reset Fields from Style Template updateSubStyleParameters(layer, true); t.updateLayerFromFields(); } }); var getGridDimension = function() { var d = jQuery('#divLayers'), dl = d.offset(), dlw = jQuery('#divLayers-wrapper').offset(), rp = {top:dl.top-dlw.top, left:dl.left-dlw.left, bottom:dl.top-dlw.top+d.height(),right:dl.left-dlw.left+d.width()}; return rp; } function edit_content_current_layer(){ var layer = t.getCurrentLayer(); if(layer !== null){ switch(layer.type){ case 'text': case 'button': t.showHideContentEditor(true); jQuery('#quick-layers-wrapper').slideUp(300); jQuery('.current-active-main-toolbar').removeClass("opened"); jQuery('#button_show_all_layer i').removeClass("eg-icon-up").addClass("eg-icon-menu"); jQuery('#layer_text').focus(); break; case 'video': var objVideoData = layer.video_data; //open video dialog UniteAdminRev.openVideoDialog(function(videoData){ //update video layer var objLayer = getVideoObjLayer(videoData); t.updateCurrentLayer(objLayer); updateHtmlLayersFromObject(selectedLayerSerial); updateLayerFormFields(selectedLayerSerial); redrawLayerHtml(selectedLayerSerial); scaleNormalVideo(); }, objVideoData); break; case 'image': UniteAdminRev.openAddImageDialog(rev_lang.select_layer_image,function(urlImage){ var objData = {}; objData.image_url = urlImage; t.updateCurrentLayer(objData); redrawLayerHtml(selectedLayerSerial); scaleNormal(); }); break; case 'shape': break; case 'typeA': break; case 'typeB': break; //case 'no_edit': //do nothing!! //break; } } } function edit_image_current_layer() { } jQuery('body').on('dblclick','.layer_selected',edit_content_current_layer); // EDIT LAYER CONTENT FROM QUICK LIST jQuery('body').on('click','.button_change_image_source, .button_edit_layer, .button_change_video_settings, .button_reset_size, .button_edit_shape',function() { jQuery(':focus').blur(); // Blur Focused Elements first var b = jQuery(this), serial = b.closest('.layer-toolbar-li').data('serial'); t.setLayerSelected(serial); if (b.hasClass("button_reset_size")) resetCurrentElementSize(); else edit_content_current_layer(); }); jQuery('body').on('click','.layer-title-with-icon',function() { jQuery(':focus').blur(); // Blur Focused Elements first var b = jQuery(this), serial = b.closest('.layer-toolbar-li').data('serial'); t.setLayerSelected(serial); }) // EDIT LAYER CONTENT FROM MAIN TOOLBAR jQuery('#button_edit_layer, #button_change_video_settings,#button_change_image_source').click(edit_content_current_layer); //delete layer actions: jQuery('body').on('click',".button_delete_layer, #button_delete_layer", function(){ jQuery(':focus').blur(); // Blur Focused Elements first var b = jQuery(this); if(b.hasClass("button-now-disabled")) return(false); if(confirm(rev_lang.delete_layer)){ if (b.hasClass("button_delete_layer")) { var serial = b.closest('.layer-toolbar-li').data('serial'); t.setLayerSelected(serial); } //delete selected layer deleteCurrentLayer(); unselectLayers(); } }); //delete layer actions: jQuery('body').on('click',".button_duplicate_layer, #button_duplicate_layer",function(){ jQuery(':focus').blur(); // Blur Focused Elements first var b = jQuery(this); if(b.hasClass("button-now-disabled")) return(false); if (b.hasClass("button_duplicate_layer")) { var serial = b.closest('.layer-toolbar-li').data('serial'); t.setLayerSelected(serial); } //duplicate selected layer duplicateCurrentLayer(); return false; }); t.showHideContentEditor(false); t.changeSlotBGs(); jQuery("#hide_layer_content_editor").click(function() { t.showHideContentEditor(false); }); jQuery('#layer_animation, #layer_endanimation').change(function(){ //set values from elements if existing var set_anim = (jQuery(this).attr('id') == 'layer_animation') ? 'in' : 'out'; var anim_handle = jQuery(this).val(); var found = false; for(var key in initLayerAnims){ if('custom'+set_anim+'-'+initLayerAnims[key]['id'] == anim_handle){ switch(set_anim){ case 'in': setNewAnimFromObj('start', initLayerAnims[key]['params']); break; case 'out': setNewAnimFromObj('end', initLayerAnims[key]['params']); break; } found = true; break; } } if(found == false){ for(var key in initLayerAnimsDefault){ if(key == anim_handle){ switch(set_anim){ case 'in': setNewAnimFromObj('start', initLayerAnimsDefault[key]['params']); break; case 'out': setNewAnimFromObj('end', initLayerAnimsDefault[key]['params']); break; } break; } } } if(set_anim == 'out' && anim_handle == 'auto'){ //check if masking is enabled for in-animation, if yes do it here, too if(jQuery('#masking-start')[0].checked){ if(jQuery('#masking-start')[0].checked == true){ jQuery('#masking-end').attr('checked', true); RevSliderSettings.onoffStatus(jQuery('#masking-end')); jQuery('.mask-end-settings').show(); } } } t.updateLayerFromFields(); }); jQuery('#layer_caption').change(function(){ //check if style is existing. If not, change fields from rename to save if(UniteCssEditorRev.checkIfHandleExists(jQuery(this).val())){ jQuery('#extra_style_settings').removeClass('normal_rename normal_save save_rename save_save').addClass('normal_rename'); }else{ jQuery('#extra_style_settings').removeClass('normal_rename normal_save save_rename save_save').addClass('normal_save'); } }); jQuery('.save-current-animin, .save-current-animout').click(function() { var what = (jQuery(this).hasClass('save-current-animin')) ? 'start' : 'end'; var handle = (what == 'start') ? jQuery('select[name="layer_animation"] option:selected').val() : jQuery('select[name="layer_endanimation"] option:selected').val(); if(handle !== 'custom'){ for(var key in initLayerAnimsDefault){ if(key === handle){ alert(rev_lang.cant_modify_default_anims); return false; } } } var anim = {}; anim['params'] = createNewAnimObj(what); if(handle == 'custom'){ //add dialog box asking for name. Then check if name exists or is default jQuery('#rs-save-under-animation').val(''); var objLayer = t.getCurrentLayer(); if(what == 'start' && typeof(objLayer['orig-anim']) !== 'undefined') jQuery('#rs-save-under-animation').val(objLayer['orig-anim']); if(what == 'end' && typeof(objLayer['orig-endanim']) !== 'undefined') jQuery('#rs-save-under-animation').val(objLayer['orig-endanim']); jQuery('#dialog_save_animation').dialog({ modal: true, width: 300, height: 200, resizable: false, buttons:{ 'Save':function(){ var new_name = jQuery('#rs-save-under-animation').val(); var new_handle = UniteAdminRev.sanitize_input(new_name); var do_insert = true; for(var key in initLayerAnimsDefault){ //if(key == new_handle){ if(initLayerAnimsDefault[key]['handle'] == new_handle){ alert(rev_lang.name_is_default_animations_cant_be_changed); return false; } } for(var key in initLayerAnims){ //if(key == new_handle){ if(initLayerAnims[key]['handle'] == new_handle){ do_insert = (what == 'start') ? 'customin' : 'customout'; do_insert += '-'+initLayerAnims[key]['id']; break; } } anim['handle'] = new_handle; anim['params']['type'] = (what == 'start') ? 'customin' : 'customout'; if(do_insert === true){ updateAnimInDb(new_handle, anim, false); jQuery(this).dialog('close'); }else{ if(confirm(rev_lang.override_animation)){ updateAnimInDb(do_insert, anim, true); jQuery(this).dialog('close'); } } }, 'Cancel':function(){ jQuery(this).dialog('close'); } } }); }else{ anim['params']['type'] = (what == 'start') ? 'customin' : 'customout'; if(confirm(rev_lang.overwrite_animation)){ updateAnimInDb(handle, anim, true); } } }); jQuery('.save-as-current-animin, .save-as-current-animout').click(function() { var what = (jQuery(this).hasClass('save-as-current-animin')) ? 'start' : 'end'; var curAnimHandle = (jQuery(this).hasClass('save-as-current-animin')) ? jQuery('#layer_animation option:selected').val() : jQuery('#layer_endanimation option:selected').val(); currentAnimationType = (jQuery(this).hasClass('save-as-current-animin')) ? 'customin' : 'customout'; /*if(curAnimHandle !== 'custom'){ for(var key in initLayerAnimsDefault){ if(key === curAnimHandle){ alert(rev_lang.cant_modify_default_anims); return false; } } }*/ jQuery('#dialog_save_as_animation').dialog({ modal: true, width: 300, height: 200, resizable: false, buttons:{ 'Save':function(){ var new_name = jQuery('#rs-save-as-animation').val(); var new_handle = UniteAdminRev.sanitize_input(new_name); var is_new_handle_existing = false; var anim = {}; for(var key in initLayerAnimsDefault){ if(key == new_handle){ is_new_handle_existing = true; break; } } for(var key in initLayerAnims){ if(initLayerAnims[key]['handle'] == new_handle){ is_new_handle_existing = true; break; } } if(is_new_handle_existing){ alert(rev_lang.anim_with_handle_exists); return false; } anim['params'] = createNewAnimObj(what); anim['handle'] = new_handle; anim['params']['type'] = currentAnimationType; updateAnimInDb(new_handle, anim, false); jQuery(this).dialog('close'); }, 'Cancel':function(){ jQuery(this).dialog('close'); } } }); }); //jQuery('.rename-current-anim').click(function() { jQuery('.rename-current-animin, .rename-current-animout').click(function() { var curAnimHandle = (jQuery(this).hasClass('rename-current-animin')) ? jQuery('#layer_animation option:selected').val() : jQuery('#layer_endanimation option:selected').val(); var curAnimText = (jQuery(this).hasClass('rename-current-animin')) ? jQuery('#layer_animation option:selected').text() : jQuery('#layer_endanimation option:selected').text(); if(curAnimHandle !== 'custom'){ for(var key in initLayerAnimsDefault){ if(key === curAnimHandle){ alert(rev_lang.cant_modify_default_anims); return false; } } } if(curAnimHandle == 'custom') return false; var curAnimID = curAnimHandle.replace('customin-', '').replace('customout-', ''); jQuery('#rs-rename-animation').val(curAnimText); jQuery('#dialog_rename_animation').dialog({ modal: true, width: 300, height: 200, resizable: false, buttons:{ 'Rename':function(){ var new_name = jQuery('#rs-rename-animation').val(); var new_handle = UniteAdminRev.sanitize_input(new_name); var is_found = false; var is_new_handle_existing = false; for(var key in initLayerAnimsDefault){ if(key == new_handle){ is_new_handle_existing = true; break; } } var id = ''; for(var key in initLayerAnims){ if(key == new_handle) is_new_handle_existing = true; if(initLayerAnims[key]['id'] == curAnimID){ is_found = true; id = initLayerAnims[key]['id']; break; } } if(is_new_handle_existing){ alert(rev_lang.anim_with_handle_exists); return false; } if(is_found){ renameAnimInDb(id, new_handle); jQuery(this).dialog('close'); return false; } }, 'Cancel':function(){ jQuery(this).dialog('close'); } } }); }); //jQuery('#delete-current-start-anim, #delete-current-end-anim').click(function(){ jQuery('#delete-current-animin, #delete-current-animout').click(function(){ var curAnimHandle = (jQuery(this).attr('id') == 'delete-current-animin') ? jQuery('#layer_animation').val() : jQuery('#layer_endanimation').val(); var curAnimText = (jQuery(this).attr('id') == 'delete-current-animin') ? jQuery('#layer_animation option:selected').text() : jQuery('#layer_endanimation option:selected').text(); var isOriginal = (curAnimHandle.indexOf('custom') > -1) ? false : true; if(isOriginal || curAnimHandle == 'custom'){ alert(rev_lang.default_animations_cant_delete); }else{ if(confirm(rev_lang.really_delete_anim+' "'+curAnimText+'"?')){ deleteAnimInDb(curAnimHandle); } } }); //SHOW / HIDE EXTRA ANIMATION SETTINGS jQuery('#add_customanimation_in').click(function() { currentAnimationType = 'customin'; var btn = jQuery(this); var sc = jQuery('#extra_start_animation_settings'), ec = jQuery('#extra_end_animation_settings'); if (sc.css("display")=="block") { sc.hide(200); btn.removeClass("selected"); } else { sc.show(200); btn.addClass("selected"); } ec.hide(200); }); jQuery('#add_customanimation_out').click(function() { currentAnimationType = 'customout'; var btn = jQuery(this); var sc = jQuery('#extra_start_animation_settings'), ec = jQuery('#extra_end_animation_settings'); if (ec.css("display")=="block") { ec.hide(200); btn.removeClass("selected"); } else { ec.show(200); btn.addClass("selected"); } sc.hide(200); }); jQuery('#reset-current-animin, #reset-current-animout').click(function(){ var what = (jQuery(this).hasClass('reset-current-animin')) ? 'start' : 'end'; var objLayer = t.getCurrentLayer(); if(what == 'start' && typeof(objLayer['orig-anim-handle']) !== 'undefined'){ jQuery('#layer_animation option[value="'+objLayer['orig-anim-handle']+'"]').attr('selected', true).change(); } if(what == 'end' && typeof(objLayer['orig-endanim-handle']) !== 'undefined'){ jQuery('#layer_endanimation option[value="'+objLayer['orig-endanim-handle']+'"]').attr('selected', true).change(); } }); jQuery('#button_edit_css, #style-morestyle, .close_extra_settings').click(function() { var es = jQuery('#extra_style_settings'), btn = jQuery('#button_edit_css'), mainbt = jQuery("#style-morestyle"); if (es.css("display")=="block") { es.hide(200); btn.removeClass("selected"); mainbt.removeClass("showmore"); } else { es.show(200); btn.addClass("selected"); mainbt.addClass("showmore"); } }); // SWITCH BACK AND FORWARDS BETWEEN SETTINGS AND SAVE DPENEDING IF RENAME OF SAVE BUTTON IS VISIBLE jQuery('.rename-current-css').click(function() { jQuery('#rs-rename-css').val(jQuery('#layer_caption').val()); jQuery('#dialog_rename_css').dialog({ modal:true, resizable:false, width:400, closeOnEscape:true, buttons:{ 'Rename':function(){ jQuery('#rs-rename-css').val(UniteAdminRev.sanitize_input(jQuery('#rs-rename-css').val())); var new_css_name = jQuery('#rs-rename-css').val(); if(new_css_name != ''){ var curStyleName = jQuery('#layer_caption').val(); var is_existing = UniteCssEditorRev.checkIfHandleExists(new_css_name); var is_existing_old = UniteCssEditorRev.checkIfHandleExists(curStyleName); if(is_existing_old === false){ alert(rev_lang.css_orig_name_does_not_exists); return false; } if(is_existing !== false || curStyleName == new_css_name){ alert(rev_lang.css_name_already_exists); return false; } //cant rename to another existing name UniteCssEditorRev.renameStylesInDb(curStyleName, new_css_name); } } } }); }); /** * Save As Current CSS **/ jQuery('.save-as-current-css').click(function() { //modal with selection of new style name jQuery('#rs-save-as-css').val(jQuery('#layer_caption').val()); jQuery('#dialog_save_as_css').dialog({ modal:true, resizable:false, width:400, closeOnEscape:true, buttons:{ 'Save':function(){ jQuery('#rs-save-as-css').val(UniteAdminRev.sanitize_input(jQuery('#rs-save-as-css').val())); var new_css_name = jQuery('#rs-save-as-css').val(); if(new_css_name != ''){ var is_existing = UniteCssEditorRev.checkIfHandleExists(new_css_name); if(is_existing !== false){ alert(rev_lang.css_name_already_exists); return false; } //cant rename to another existing name UniteCssEditorRev.saveStylesInDb(new_css_name, true, jQuery('#dialog_save_as_css')); } } } }); }); /** * Delete Current CSS **/ jQuery('.delete-current-css').click(function() { if(confirm(rev_lang.delete_this_caption) === false) return false; var curStyleName = jQuery('#layer_caption').val(); var is_existing = UniteCssEditorRev.checkIfHandleExists(curStyleName); if(is_existing === false){ alert(rev_lang.css_name_does_not_exists); return false; } //cant rename to another existing name //rename the css name or create new one depending on what is set UniteCssEditorRev.deleteStylesInDb(curStyleName, is_existing); }); /** * Save Current CSS **/ jQuery('.save-current-css').click(function() { if(confirm(rev_lang.this_will_change_the_class)){ var save_handle = jQuery('#layer_caption').val(); var id = UniteCssEditorRev.checkIfHandleExists(save_handle); if(id !== false){ //update existing style UniteCssEditorRev.saveStylesInDb(save_handle, false); }else{ //save as new UniteCssEditorRev.saveStylesInDb(save_handle, true); } } }); jQuery('.reset-current-css').click(function() { jQuery('input[name="rs-css-set-on[]"]').each(function(){ jQuery(this).attr('checked', true); }); jQuery('input[name="rs-css-include[]"]').each(function(){ jQuery(this).attr('checked', true); }); var layer = t.getCurrentLayer(); if(layer.style !== undefined){ //open modal and ask for changes jQuery('#dialog-change-style-from-css').dialog({ buttons:{'OK':function(){ //check what should be updated on which device types var is_allowed = false; var set_to = {'device':[],'include':[]}; jQuery('input[name="rs-css-set-on[]"]').each(function(){ if(jQuery(this)[0].checked){ is_allowed = true; set_to['device'].push(jQuery(this).val()); } }); jQuery('input[name="rs-css-include[]"]').each(function(){ if(jQuery(this)[0].checked){ set_to['include'].push(jQuery(this).val()); } }); if(!is_allowed){ alert(rev_lang.select_at_least_one_device_type); return true; } layer.style = jQuery('#layer_caption').val(); //update values that can be set without changing the class t.reset_to_default_static_styles(layer, set_to['include'], set_to['device']); // Reset Fields from Style Template updateSubStyleParameters(layer, true); jQuery('#layer_caption').change(); t.updateLayerFromFields(); jQuery('#dialog-change-style-from-css').dialog('close'); },'Close':function(){ jQuery('#dialog-change-style-from-css').dialog('close'); }}, minWidth: 275, minHeight: 365, modal: true, dialogClass: 'tpdialogs', close: function( event, ui ){ }, open:function() { jQuery('.rs-style-device_input').each(function() { var inp = jQuery(this); if (inp.attr('checked')==="checked") inp.siblings('.rs-style-device_selector_prev').addClass("selected"); else inp.siblings('.rs-style-device_selector_prev').removeClass("selected"); }) } }); } }); jQuery('body').on('click change','.rs-style-device_input',function() { var inp = jQuery(this); if (inp.attr('checked')==="checked") inp.siblings('.rs-style-device_selector_prev').addClass("selected"); else inp.siblings('.rs-style-device_selector_prev').removeClass("selected"); }); // TAB CHANGES IN SLIDER SETTINGS AND IN ANIMATION EXTRAS jQuery('.rs-layer-animation-settings-tabs li, .rs-layer-settings-tabs li').click(function() { var tn = jQuery(this), tw = tn.closest('ul').find('.selected'); jQuery(tw.data('content')).hide(0); tw.removeClass("selected"); tn.addClass("selected"); jQuery(tn.data('content')).show(0); if(tn.data('content') == '#rs-hover-content-wrapper'){ //4 u kriki } }); // MOUSE MOVE SHOULD MOVE THE SMALL BLUE LINES ON RULERS jQuery('body').on('mousemove','#thelayer-editor-wrapper',function(event) { var mx = event.pageX - jQuery(this).offset().left, my = event.pageY - jQuery(this).offset().top, dl = jQuery('#divLayers'), l = parseInt(dl.offset().left,0) - parseInt(jQuery('#thelayer-editor-wrapper').offset().left,0); jQuery('#verlinie').css({left:mx+"px"}); jQuery('#horlinie').css({top:my+"px"}); jQuery('#verlinetext').html(Math.round(mx-l)); jQuery('#horlinetext').html(Math.round(my-90)); jQuery('#hor-css-linear .helplines-offsetcontainer').data('x',event.pageX-jQuery('#hor-css-linear .helplines-offsetcontainer').offset().left); jQuery('#hor-css-linear .helplines-offsetcontainer').data('y',my); }); // ON CLICK DRAW SOME HELP GRID LINES jQuery('#hor-css-linear, #ver-css-linear, #verlinie, #horlinie').click(function() { var hcl = jQuery('#hor-css-linear .helplines-offsetcontainer'), vcl = jQuery('#ver-css-linear .helplines-offsetcontainer'), x = hcl.data('x'), y = hcl.data('y')-40, ph = jQuery('#thelayer-editor-wrapper').outerHeight(true), pw = jQuery('#thelayer-editor-wrapper').outerWidth(true); jQuery('#helpergrid').remove(); jQuery('#rs-grid-sizes').val('custom'); punchgs.TweenLite.to(hcl,0.3,{autoAlpha:1}); punchgs.TweenLite.to(vcl,0.3,{autoAlpha:1}); if (y<40 && x>0) hcl.append('<div class="helplines" data-left="'+x+'" data-top="'+y+'" style="position:absolute;width:1px;height:'+(ph-41)+'px;background:#4AFFFF;left:'+x+'px;top:-15px"><i class="helpline-drag eg-icon-move"></i><i class="helpline-remove eg-icon-cancel"></i></div>'); if (x<40 && y>0) vcl.append('<div class="helplines" data-left="'+x+'" data-top="'+y+'" style="position:absolute;width:'+(pw-35)+'px;height:1px;background:#4AFFFF;top:'+y+'px;left:-15px"><i class="helpline-drag eg-icon-move"></i><i class="helpline-remove eg-icon-cancel"></i></div>'); try{hcl.find('.helplines').draggable("destroy");} catch(e) {} try{vcl.find('.helplines').draggable("destroy");} catch(e) {} hcl.find('.helplines').draggable({ handle:".helpline-drag", axis:"x" }); vcl.find('.helplines').draggable({ handle:".helpline-drag", axis:"y" }); }); // REMOVE HELPLINE MOVERS jQuery('body').on("click",".helpline-remove",function() { jQuery(this).parent().remove(); }); jQuery('.extra_sub_settings_wrapper').addClass("normal_rename"); jQuery('#extra_start_animation_settings input, #extra_end_animation_settings input').change(function(){ if(jQuery(this).attr('id') === 'new_start_animation_name' || jQuery(this).attr('id') === 'new_end_animation_name') return false; var my_sel = (currentAnimationType == 'customin') ? jQuery('#layer_animation') : jQuery('#layer_endanimation'); //customout if(currentAnimationType == 'customin') jQuery(this).closest('.extra_start_animation_settings').removeClass('normal_rename normal_save save_rename save_save').addClass('normal_save'); else jQuery(this).closest('.extra_end_animation_settings').removeClass('normal_rename normal_save save_rename save_save').addClass('normal_save'); var original = my_sel.find('option:selected').text(); var original_handle = my_sel.find('option:selected').val(); if(my_sel.find('option:selected').val() !== 'custom'){ my_sel.find('option[value="custom"]').attr('selected', true).change(); //set animation fallback to the original if(currentAnimationType == 'customin') t.updateCurrentLayer({'animation':'custom','orig-anim':original,'orig-anim-handle':original_handle}); else t.updateCurrentLayer({'endanimation':'custom','orig-endanim':original,'orig-endanim-handle':original_handle}); } }); jQuery('#extra_style_settings input, #extra_style_settings select').change(function(){ if(jQuery(this).attr('id') === 'overwrite_style_name' || jQuery(this).attr('id') === 'new_style_name') return false; jQuery('#extra_style_settings').removeClass('normal_rename normal_save save_rename save_save').addClass('normal_save'); }); // CHANGES ON BACKGROUND ELEMENTS SHOULD REDRAW THE SLIDE TIMELINE jQuery('input[name="background_type"], #slide_bg_fit, input[name="bg_fit_x"], input[name="bg_fit_y"], #slide_bg_position,input[name="bg_position_x"],input[name="bg_position_y"],#slide_bg_repeat ').change(function() { t.changeSlotBGs(); }) jQuery('body').on('blur','.timer-layer-text',function() { t.updateLayerFromFields(); }); jQuery('#the_current-editing-layer-title').on('blur',function() { //var objLayer = selectedLayerSerial === -1 ? "" : t.getLayer(selectedLayerSerial); //objLayer.alias = jQuery(this).val(); jQuery('#layer_sort_'+selectedLayerSerial+" .timer-layer-text").val(jQuery(this).val()); t.updateLayerFromFields(); }); jQuery('body').on('blur','.layer-title-in-list',function() { var serial = jQuery(this).closest('li').data('serial'); if (serial===undefined || serial==="") return false; jQuery('#layer_sort_'+serial+" "+' .timer-layer-text').val(jQuery(this).val()); var objUpdate= {}; objUpdate.alias = jQuery(this).val(); t.updateLayerFromFields(); }); // LOCK / UNLOCK / jQuery('body').on("click",'.quick-layer-lock',function() { var b = jQuery(this), i = b.find('i'), p = b.closest('.layer-toolbar-li'), serial = p.data('serial'); if (serial===undefined || serial==="") return false; if(u.isLayerLocked(serial)) { u.unlockLayer(serial); jQuery('.layer-toolbar-li').each(function() { var li = jQuery(this); if (li.data('serial')==serial) { var b=li.find('.quick-layer-lock'), i=b.find('i'); b.addClass("in-on").removeClass("in-off"); i.removeClass("eg-icon-lock").addClass("eg-icon-lock-open"); } }); } else { u.lockLayer(serial); jQuery('.layer-toolbar-li').each(function() { var li = jQuery(this); if (li.data('serial')==serial) { var b=li.find('.quick-layer-lock'), i=b.find('i'); b.addClass("in-off").removeClass("in-on"); i.removeClass("eg-icon-lock-open").addClass("eg-icon-lock"); } }); } }); // VIEW / UNVIEW ELEMENTS jQuery('body').on("click",'.quick-layer-view',function() { var b = jQuery(this), p = b.closest('.layer-toolbar-li'), serial = p.data('serial'); if (serial===undefined || serial==="") return false; var objLayer = t.getLayer(serial); if(u.isLayerVisible(serial)){ objLayer.visible = false; u.hideLayer(serial); jQuery('.layer-toolbar-li').each(function() { var li = jQuery(this); if (li.data('serial')==serial) { var b=li.find('.quick-layer-view'), i=b.find('i'); b.addClass("in-off").removeClass("in-on"); i.removeClass("eg-icon-eye").addClass("eg-icon-eye-off"); } }); }else{ objLayer.visible = true; u.showLayer(serial); jQuery('.layer-toolbar-li').each(function() { var li = jQuery(this); if (li.data('serial')==serial) { var b=li.find('.quick-layer-view'), i=b.find('i'); b.addClass("in-on").removeClass("in-off"); i.removeClass("eg-icon-eye-off").addClass("eg-icon-eye"); } }); } }); t.sortFontTypesByUsage(); } t.showHideToggleContent = function(objLayer) { if (objLayer["toggle"]===true) { jQuery('#layer_text_wrapper').addClass("withtoggle"); } else { jQuery('#layer_text_wrapper').removeClass("withtoggle"); } } t.showHideContentEditor = function(show) { if (show) { jQuery('#button_edit_layer').hide(); jQuery('#button_delete_layer').hide(); jQuery('#button_duplicate_layer').hide(); jQuery('#tp-addiconbutton').show(); jQuery('#hide_layer_content_editor').show(); jQuery('#linkInsertTemplate').show(); jQuery('#layer_text_wrapper').show(); jQuery('#button_reset_size').hide(); jQuery('#button_change_video_settings').hide(); jQuery('#layer_text_wrapper').addClass('currently_editing_txt'); jQuery('#layer-short-tool-placeholder-a').hide(); jQuery('#layer-short-tool-placeholder-b').hide(); } else { jQuery('#layer-short-tool-placeholder-a').show(); jQuery('#layer-short-tool-placeholder-b').show(); jQuery('#button_edit_layer').hide(); jQuery('#button_change_image_source').hide(); jQuery('#button_delete_layer').show(); jQuery('#button_duplicate_layer').show(); jQuery('#tp-addiconbutton').hide(); jQuery('#hide_layer_content_editor').hide(); jQuery('#linkInsertTemplate').hide(); jQuery('#button_reset_size').hide(); jQuery('#button_change_video_settings').hide(); jQuery('#layer_text_wrapper').hide(); jQuery('#layer_text_wrapper').removeClass('currently_editing_txt'); } var objLayer = selectedLayerSerial === -1 ? "" : t.getLayer(selectedLayerSerial); t.toolbarInPos(objLayer); t.showHideToggleContent(objLayer); } t.changeSlotBGs = function() { // MOVE ALL DATA TO THE RIGHT CONTAINER TO ANIMATE IT var nextsh = jQuery('#divbgholder').find('.slotholder'), bgimg = jQuery("#image_url").val(), bgpos = (jQuery('#slide_bg_position').val() == 'percentage') ? jQuery("input[name='bg_position_x']").val() + '% ' + jQuery("input[name='bg_position_y']").val() + '% ' : jQuery('#slide_bg_position').val(), bgfit = (jQuery('#slide_bg_fit').val() == 'percentage') ? jQuery("input[name='bg_fit_x']").val() + '% ' + jQuery("input[name='bg_fit_y']").val() + '% ' : jQuery('#slide_bg_fit').val(), bgcolor = jQuery('#slide_bg_color').val(); gallery_type = jQuery('input[name="rs-gallery-type"]').val(); jQuery('#the_image_source_url').html(bgimg); jQuery('#video-settings').hide(); jQuery('#bg-setting-wrap').show(); jQuery('#vid-rev-youtube-options').hide(); jQuery('#vid-rev-vimeo-options').hide(); jQuery('#streamvideo_cover').hide(); jQuery('#streamvideo_cover_both').hide(); jQuery('#button_change_image').show(); jQuery('.video_volume_wrapper').hide(); jQuery('#slide_selector .list_slide_links li.selected .slide-media-container ').removeClass("mini-transparent").css({backgroundSize:"cover"}); var bbggtt = jQuery('input[name="background_type"]:checked').data('bgtype'); switch(bbggtt){ case "image": jQuery('#button_change_image').hide(); switch(gallery_type){ case 'gallery': jQuery('#button_change_image').show(); break; case 'posts': bgimg = rs_plugin_url+'public/assets/assets/sources/post.png'; break; case 'woocommerce': bgimg = rs_plugin_url+'public/assets/assets/sources/wc.png'; break; case 'facebook': bgimg = rs_plugin_url+'public/assets/assets/sources/fb.png'; break; case 'twitter': bgimg = rs_plugin_url+'public/assets/assets/sources/tw.png'; break; case 'instagram': bgimg = rs_plugin_url+'public/assets/assets/sources/ig.png'; break; case 'flickr': bgimg = rs_plugin_url+'public/assets/assets/sources/fr.png'; break; case 'youtube': bgimg = rs_plugin_url+'public/assets/assets/sources/yt.png'; break; case 'vimeo': bgimg = rs_plugin_url+'public/assets/assets/sources/vm.png'; break; } jQuery('.mainbg-sub-kenburns-selector').show(); jQuery('.mainbg-sub-parallax-selector').show(); jQuery('.mainbg-sub-settings-selector').show(); jQuery('#button_change_image').appendTo(jQuery('#tp-bgimagewpsrc')); nextsh.find('.defaultimg, .slotslidebg').css({ backgroundImage:("url("+bgimg+")"), backgroundPosition:bgpos, backgroundSize:bgfit, backgroundColor:"transparent"}); break; case "trans": jQuery('#slide_selector .list_slide_links li.selected .slide-media-container ').css("background-image","").addClass("mini-transparent").css({backgroundSize:"inherit"}); nextsh.find('.defaultimg, .slotslidebg').css({ backgroundImage:"none", backgroundPosition:bgpos, backgroundSize:bgfit, backgroundColor:"transparent"}); jQuery('.mainbg-sub-kenburns-selector').hide(); jQuery('.mainbg-sub-parallax-selector').hide(); jQuery('.mainbg-sub-settings-selector').hide(); break; case "solid": nextsh.find('.defaultimg, .slotslidebg').css({ backgroundImage:"none", backgroundPosition:bgpos, backgroundSize:bgfit, backgroundColor:bgcolor}); jQuery('.mainbg-sub-kenburns-selector').hide(); jQuery('.mainbg-sub-parallax-selector').hide(); jQuery('.mainbg-sub-settings-selector').hide(); jQuery('#slide_selector .list_slide_links li.selected .slide-media-container ').css({ backgroundImage:"none", backgroundPosition:bgpos, backgroundSize:bgfit, backgroundColor:bgcolor}); break; case "external": bgimg = jQuery('#slide_bg_external').val(); jQuery('#the_image_source_url').html(bgimg); nextsh.find('.defaultimg, .slotslidebg').css({ backgroundImage:("url("+bgimg+")"), backgroundPosition:bgpos, backgroundSize:bgfit, backgroundColor:"transparent"}); jQuery('.mainbg-sub-kenburns-selector').show(); jQuery('.mainbg-sub-parallax-selector').show(); jQuery('.mainbg-sub-settings-selector').show(); break; case "streamtwitter": case "streamtwitterboth": jQuery('#streamvideo_cover').show(); jQuery('#streamvideo_cover_both').show(); bgimg = rs_plugin_url+'public/assets/assets/sources/tw.png'; nextsh.find('.defaultimg, .slotslidebg').css({ backgroundImage:("url("+bgimg+")"), backgroundPosition:'center center', backgroundSize:'cover', backgroundColor:"transparent"}); jQuery('.mainbg-sub-kenburns-selector').hide(); jQuery('.mainbg-sub-parallax-selector').show(); jQuery('.mainbg-sub-settings-selector').show(); jQuery('#button_change_image').appendTo(jQuery('#vimeo-image-picker')); jQuery('#video-settings').show(); jQuery('#bg-setting-wrap').hide(); jQuery('#vid-rev-vimeo-options').show(); jQuery('#vid-rev-youtube-options').show(); jQuery('.video_volume_wrapper').show(); break; case "streamyoutube": case "streamyoutubeboth": jQuery('#streamvideo_cover').show(); jQuery('#streamvideo_cover_both').show(); bgimg = rs_plugin_url+'public/assets/assets/sources/yt.png'; case "youtube": nextsh.find('.defaultimg, .slotslidebg').css({ backgroundImage:("url("+bgimg+")"), backgroundPosition:'center center', backgroundSize:'cover', backgroundColor:"transparent"}); jQuery('.mainbg-sub-kenburns-selector').hide(); jQuery('.mainbg-sub-parallax-selector').show(); jQuery('.mainbg-sub-settings-selector').show(); jQuery('#button_change_image').appendTo(jQuery('#youtube-image-picker')); jQuery('#video-settings').show(); jQuery('#bg-setting-wrap').hide(); jQuery('#vid-rev-youtube-options').show(); jQuery('.video_volume_wrapper').show(); break; case "streamvimeo": case "streamvimeoboth": jQuery('#streamvideo_cover').show(); jQuery('#streamvideo_cover_both').show(); bgimg = rs_plugin_url+'public/assets/assets/sources/vm.png'; case "vimeo": nextsh.find('.defaultimg, .slotslidebg').css({ backgroundImage:("url("+bgimg+")"), backgroundPosition:'center center', backgroundSize:'cover', backgroundColor:"transparent"}); jQuery('.mainbg-sub-kenburns-selector').hide(); jQuery('.mainbg-sub-parallax-selector').show(); jQuery('.mainbg-sub-settings-selector').show(); jQuery('#button_change_image').appendTo(jQuery('#vimeo-image-picker')); jQuery('#video-settings').show(); jQuery('#bg-setting-wrap').hide(); jQuery('#vid-rev-vimeo-options').show(); jQuery('.video_volume_wrapper').show(); break; case "streaminstagram": case "streaminstagramboth": jQuery('#streamvideo_cover').show(); jQuery('#streamvideo_cover_both').show(); bgimg = rs_plugin_url+'public/assets/assets/sources/ig.png'; case "html5": nextsh.find('.defaultimg, .slotslidebg').css({ backgroundImage:("url("+bgimg+")"), backgroundPosition:'center center', backgroundSize:'cover', backgroundColor:"transparent"}); jQuery('.mainbg-sub-kenburns-selector').hide(); jQuery('.mainbg-sub-parallax-selector').show(); jQuery('.mainbg-sub-settings-selector').show(); jQuery('#button_change_image').appendTo(jQuery('#html5video-image-picker')); jQuery('#video-settings').show(); jQuery('#bg-setting-wrap').hide(); break; } if (bbggtt != "solid" && bbggtt!="trans") jQuery('#slide_selector .list_slide_links li.selected .slide-media-container ').css("background-image","url("+bgimg+")"); jQuery('#divbgholder').css({background:"none",backgroundImage:"none",backgroundColor:"transparent"}); // Use Admin Thumbnail if Selected if (jQuery('#thumb_for_admin').attr('checked')=="checked") { var tbgimg = jQuery('#slide_thumb_button_preview div').css("background-image"); jQuery('#slide_selector .list_slide_links li.selected .slide-media-container').css({"background-image":tbgimg, backgroundSize:"cover",backgroundPosition:"center center"}); } u.resetSlideAnimations(false); } var initDisallowCaptionsOnClick = function(){ jQuery('.slide_layer.tp-caption a').on('click', function(){ return false; }); } function initSliderMainOptions(jQueryObj){ var t=jQueryObj; jQuery('.bgsrcchanger-div').each(function() { if (jQuery(this).attr('id') !="tp-bgimagesettings" || (jQuery(this).attr('id') =="tp-bgimagesettings" && t.data('imgsettings')!="on")) { if (jQuery(this).attr('id') =="tp-bgimagesettings") jQuery(this).slideUp(200); else jQuery(this).css({display:"none"}); } }); jQuery('#'+t.data('callid')).css({display:"inline-block"}); if (t.data('imgsettings')=="on") jQuery('#tp-bgimagesettings').slideDown(200); if(jQuery('input[name="background_type"]:checked').val() == 'image'){ jQuery('.rs-img-source-size').show(); jQuery('#alt_option').show(); if(jQuery('#alt_option option:selected').val() == 'custom'){ jQuery('#alt_attr').show(); }else{ jQuery('#alt_attr').hide(); } }else{ jQuery('#alt_option').hide(); jQuery('#alt_attr').show(); jQuery('.rs-img-source-size').hide(); } if(jQuery('input[name="background_type"]:checked').val() == 'external'){ jQuery('.ext_setting').show(); }else{ jQuery('.ext_setting').hide(); } } /*! ALIGN TABLE HANDLING */ /** * init the align table */ var initAlignTable = function(){ jQuery('.rs-new-align-button').click(function(){ var obj = jQuery(this); if(jQuery(obj).parent().hasClass('table_disabled')) return(false); var inpX = jQuery("#layer_left_text"), inpY = jQuery("#layer_top_text"), alignHor = obj.data('hor'), alignVert = obj.data('ver'); if(alignVert === undefined){ //we are in horizontal jQuery('#rs-align-wrapper').find('.selected').removeClass("selected"); switch(alignHor){ case "left": inpX.html(inpX.data("textnormal")).css("width","auto"); jQuery("#layer_left").val("10"); break; case "right": inpX.html(inpX.data("textoffset")).css("width","42px"); jQuery("#layer_left").val("10"); break; case "center": inpX.html(inpX.data("textoffset")).css("width","42px"); jQuery("#layer_left").val("0"); break; } jQuery("#layer_align_hor").val(alignHor); }else{ //we are in vertical jQuery('#rs-align-wrapper-ver').find('.selected').removeClass("selected"); switch(alignVert){ case "top": inpY.html(inpY.data("textnormal")).css("width","auto"); jQuery("#layer_top").val("10"); break; case "bottom": inpY.html(inpY.data("textoffset")).css("width","42px"); jQuery("#layer_top").val("10"); break; case "middle": inpY.html(inpY.data("textoffset")).css("width","42px"); jQuery("#layer_top").val("0"); break; } jQuery("#layer_align_vert").val(alignVert); } obj.addClass('selected'); t.updateLayerFromFields(); t.toolbarInPos(); //updateHtmlLayersFromObject(selectedLayerSerial,true); (Already managed due updateLayerFromFields) }); } /** * init general events */ var initMainEvents = function(){ //unselect layers on container click container.click(function() { if (!layerresized) { unselectLayers(); jQuery('#quick-layers-wrapper').slideUp(300); jQuery('.current-active-main-toolbar').removeClass("opened"); jQuery('#button_show_all_layer i').removeClass("eg-icon-up").addClass("eg-icon-menu"); } else layerresized=false; }); } /** * show / hide offset row accorging the slide link value */ var showHideLinkActions = function(v){ var li = v.closest('li'), value = v.val(); li.find('.action-link-wrapper').hide(); li.find('.action-jump-to-slide').hide(); li.find('.action-scrollofset').hide(); li.find('.action-target-layer').hide(); li.find('.action-callback').hide(); li.find('.action-toggle_layer').hide(); switch (value) { case "link": li.find('.action-link-wrapper').show(); break; case "jumpto": li.find('.action-jump-to-slide').show(); break; case "scroll_under": li.find('.action-scrollofset').show(); break; case "callback": li.find('.action-callback').show(); break; case "start_in": case "start_out": case "start_video": case "stop_video": case "mute_video": case "unmute_video": case "toggle_video": case "toggle_mute_video": li.find('.action-target-layer').show(); break; case "toggle_layer": li.find('.action-target-layer').show(); li.find('.action-toggle_layer').show(); break; case "simulate_click": li.find('.action-target-layer').show(); break; case "toggle_class": li.find('.action-target-layer').show(); li.find('.action-toggleclass').show(); break; } switch (value) { case 'start_in': case 'start_out': case 'toggle_layer': li.find('.action-triggerstates').show(); break; default: li.find('.action-triggerstates').hide(); break; } switch (value) { case "toggle_video": case "mute_video": case "unmute_video": case "toggle_mute_video": case "start_video": case "stop_video": li.find('.action-target-layer').find('select[name="layer_target[]"] option').each(function(){ if(jQuery(this).data('mytype') !== 'video' && jQuery(this).data('mytype') !== 'video-special'){ jQuery(this).hide(); }else{ jQuery(this).show(); } }); break; default: li.find('.action-target-layer').find('select[name="layer_target[]"] option').each(function(){ if(jQuery(this).data('mytype') !== 'video-special'){ jQuery(this).show(); }else{ jQuery(this).hide(); } }); break; } } var showHideToolTip = function(){ var value = jQuery("#layer_tooltip_event").val(), tpat = jQuery(".tooltip-parrent-part"), tchi = jQuery('.tooltip-child-part'); switch (value) { case "none": tpat.hide(); tchi.hide(); break; case "parrent": tpat.show(); tchi.hide(); break; case "child": tpat.hide(); tchi.show(); break; } } // SET SUFFIX FOR INPUT FIELD OR LEAVE THE CURRENT VALUE var specOrVal = function(putin,possiblevalues,suffix) { var result = jQuery.inArray(putin,possiblevalues)>=0 ? putin : putin===undefined || !jQuery.isNumeric(parseInt(putin,0)) || putin.length===0 ? "" : parseInt(putin,0)+suffix; return result; } t.check_the_font_bold = function(font){ var variants = ['100','200','300','400','500','600','700','800','900']; for(var key in initArrFontTypes){ if(initArrFontTypes[key].label == font){ if(typeof(initArrFontTypes[key].variants) !== 'undefined'){ variants = initArrFontTypes[key].variants; } break; } } var fws = jQuery('select[name="font_weight_static"]'); var sel = fws.find('option:selected').val(); fws.html(''); for(var key in variants){ if(variants[key].indexOf('italic') > -1) continue; fws.append('<option value="'+variants[key]+'">'+variants[key]+'</option>'); } fws.find('option[value="'+sel+'"]').attr('selected', 'selected'); } t.do_google_font_loading = function(font){ var gfamilies = []; //check if this is a google font, if yes, then load the font with all stuff available for(var key in initArrFontTypes){ if(initArrFontTypes[key].label == font){ if(initArrFontTypes[key].type == 'googlefont'){ //load font now!, its google var gstring = ''; for(var mkey in initArrFontTypes[key].variants){ if(mkey > 0) gstring += ','; gstring += initArrFontTypes[key].variants[mkey]; } if(typeof(initArrFontTypes[key].subsets) !== 'undefined'){ gstring += '&subset='; for(var mkey in initArrFontTypes[key].subsets){ if(mkey > 0) gstring += ','; gstring += initArrFontTypes[key].subsets[mkey]; } } fontclass = font.replace(/\ /g,'-'); font = font.replace(/\ /g,'+'); if(jQuery('.rev-css-'+fontclass).length == 0){ //jQuery('head').append('<link class="rev-css-'+fontclass+'" href="//fonts.googleapis.com/css?family='+font+':'+gstring+'" rel="stylesheet" type="text/css">'); gfamilies.push(font+":"+gstring); jQuery('body').append('<div style="display:none" class="rev-css-'+fontclass+'">RevSliderFont</div>'); if(sgfamilies.indexOf(font) == -1){ sgfamilies.push(font); } if (gfamilies.length>0) tpWebFont.load({ google:{ families:gfamilies }, loading:function() { showWaitAMinute({fadeIn:300,text:font+" is Loading..."}); }, active:function() { setTimeout(function() { showWaitAMinute({fadeOut:300}); },300); u.allLayerToIdle({type:"text"}); }, inactive:function() { setTimeout(function() { showWaitAMinute({fadeOut:300}); },300); u.allLayerToIdle({type:"text"}); } }) }//else already loaded } break; } } t.sortFontTypesByUsage(); } /***************************************************** INIT HTML FIELDS init events (update) for html properties change. *****************************************************/ var initHtmlFields = function(){ //show / hide slide link offset jQuery('body').on('change', 'select[name="layer_action[]"], select[name="no_layer_action[]"]',function() { showHideLinkActions(jQuery(this)); }); jQuery('#layer_tooltip_event').change(showHideToolTip); //set layers autocompolete jQuery("#layer_caption").catcomplete({ source: initArrCaptionClasses, minLength:0, appendTo:"#tp-thelistofclasses", open:function(event,ui) { if (jQuery('#tp-thelistofclasses ul').height()>450) { jQuery('#tp-thelistofclasses ul').perfectScrollbar("destroy").perfectScrollbar({wheelPropagation:false, suppressScrollX:true}); } }, close: function(event, ui){ var layer = t.getCurrentLayer(); if(layer === false || layer == null){ return false; } if(layer.style !== undefined && layer.style !== jQuery('#layer_caption').val()){ layer.style = jQuery('#layer_caption').val(); //update values that can be set without changing the class t.reset_to_default_static_styles(layer); // Reset Fields from Style Template updateSubStyleParameters(layer, true); } jQuery('#layer_caption').change(); t.updateLayerFromFields(); }/*, change: function(event,ui){ if (ui.item==null){ jQuery("#layer_caption").val(''); jQuery("#layer_caption").focus(); } }*/ }).data("customCatcomplete")._renderItem = function(ul, item) { var listItem = jQuery("<li></li>") .data("item.autocomplete", item) .append("<a>" + item.label + "</a>") .appendTo(ul); listItem.attr('original-title', item.value); return listItem; }; //open the list on right button jQuery( "#layer_captions_down" ).click(function(event){ event.stopPropagation(); jQuery('#css_font-family').catcomplete("close"); jQuery("#css_editor_expert").hide(); jQuery("#css_editor_wrap").hide(); //if opened - close autocomplete if(jQuery('#layer_caption').data("is_open") == true) jQuery( "#layer_caption" ).catcomplete("close"); else //else open autocomplete if(jQuery(this).hasClass("ui-state-active")) jQuery( "#layer_caption" ).catcomplete( "search", "" ).data("customCatcomplete")._renderItem = function(ul, item) { var listItem = jQuery("<li></li>") .data("item.autocomplete", item) .append("<a>" + item.label + "</a>") .appendTo(ul); listItem.attr('original-title', item.value); return listItem; }; }); //handle autocomplete close jQuery('#layer_caption').bind('catcompleteopen', function() { jQuery(this).data('is_open',true); //handle tooltip jQuery('.ui-autocomplete li').tipsy({ delayIn: 70, //delayOut:100000, html: true, gravity:"w", //trigger:"manual", title: function(){ setTimeout(function() { jQuery('.tp-present-caption-small').parent().addClass("tp-present-wrapper-small"); jQuery('.tp-present-caption-small').parent().parent().addClass("tp-present-wrapper-parent-small"); },10); return '<div class="tp-present-caption-small"><div class="tp-caption '+this.getAttribute('original-title')+'">example</div></div>'; } }); }); jQuery('#layer_caption').bind('catcompleteclose', function() { jQuery(this).data('is_open',false); }); t.setLayersAutoComplete(); //set layers autocompolete jQuery('input[name="adbutton-fontfamily"]').autocomplete({ source: initArrFontTypes, minLength:0 }); //open the list on right button jQuery("#css_fonts_down").click(function(event){ event.stopPropagation(); jQuery('#layer_caption').catcomplete("close"); //if opened - close autocomplete if(jQuery('#css_font-family').data("is_open") == true) jQuery('#css_font-family').catcomplete("close"); else //else open autocomplete if(jQuery(this).hasClass("ui-state-active")) jQuery('#css_font-family').catcomplete( "search", "" ).data("ui-autocomplete"); }); jQuery("body").click(function(){ jQuery( "#layer_caption" ).catcomplete("close"); jQuery('#css_font-family').catcomplete("close"); }); //set events: jQuery('body').on('change', ".form_layers select, #layer_proportional_scale, #layer_auto_line_break", function(){ t.updateLayerFromFields(); }); jQuery('#layer_proportional_scale, #layer_auto_line_break').change(function(){ if(jQuery(this)[0].checked) jQuery(this).parent().removeClass("notselected") else jQuery(this).parent().addClass("notselected") }); var keyuprefresh; // UPDATE LAYER TEXT FIELD jQuery("#layer_text").keyup(function(){ clearTimeout(keyuprefresh); var v = jQuery(this).val(); keyuprefresh = setTimeout(function() { updateLayerTextField("",jQuery('.sortlist li.ui-state-hover .tl-fullanim'),v); t.toolbarInPos(); t.updateLayerFromFields(); },150); }); jQuery("#layer_text_toggle").keyup(function(){ clearTimeout(keyuprefresh); var v = jQuery(this).val(); keyuprefresh = setTimeout(function() { updateLayerTextField("",jQuery('.sortlist li.ui-state-hover .tl-fullanim'),v); t.toolbarInPos(); t.updateLayerFromFields(); },150); }); jQuery('.rev-visibility-on-sizes input').click(function(){ t.updateLayerFromFields(); }); jQuery('body').on('blur', ".form_layers input, .form_layers textarea", function(){ //var cname = jQuery(this).attr('name'); //if(cname == 'layer_action_delay[]' || cname == 'layer_image_link[]' || cname == 'layer_actioncallback[]' || cname == 'layer_scrolloffset[]' || cname == 'layer_toggleclass[]') return false; //layer actions deny the blur t.updateLayerFromFields(); }); jQuery('body').on('change', ".form_layers input, .form_layers textarea", function(){ t.updateLayerFromFields(); }); jQuery('body').on('keypress', ".form_layers input, .form_layers textarea", function(event){ if(event.keyCode == 13){ t.updateLayerFromFields(); } }); jQuery("#delay").keypress(function(event){ if (Number(jQuery('#delay').val())>0) g_slideTime = jQuery('#delay').val(); }); jQuery("#delay").blur(function(){ if (Number(jQuery('#delay').val())>0) g_slideTime = jQuery('#delay').val(); var w = g_slideTime/10; jQuery('#mastertimer-maxtime').css({left:(w+15)+"px"}); jQuery('#mastertimer-maxcurtime').html(u.convToTime(w)); jQuery('.slide-idle-section').css({left:w+15}); jQuery('.mastertimer-slide .tl-fullanim').css({width:(w)+"px"}); }); jQuery('.form_layers input').on("click",function() { jQuery(this).select(); }) // MIN, MAX VALUES - SUFFIX ADD ONS jQuery('.form_layers input').on("change blur focus",function() { var inp = jQuery(this), cv = parseFloat(inp.val()), min = parseFloat(inp.data("min")), max = parseFloat(inp.data("max")), lsuffix = inp.val().slice(-1) || "", ltsuffix = inp.val().slice(-2) || "", usuffix = inp.data('suffix'), asuffix = inp.data('suffixalt'); if (usuffix!=undefined) { if (jQuery.isNumeric(cv) && cv > -9999999 && cv<9999999 ) { if (min!=undefined && cv<min) cv = min; if (min!=undefined && cv>max) cv = max; if (isNaN(cv)) cv = 0; cv = Math.round(cv*100)/100; if (asuffix==undefined) inp.val(cv+usuffix); else { if (lsuffix == asuffix) inp.val(cv+lsuffix) else if (ltsuffix == asuffix) inp.val(cv+ltsuffix) else inp.val(cv+usuffix); } } } }); jQuery('#clayer_start_time, #clayer_end_time, #clayer_start_speed, #clayer_end_speed').on("change blur", function() { var objLayer = t.getLayer(selectedLayerSerial); objLayer.time = jQuery('#clayer_start_time').val(); objLayer.endtime = jQuery('#clayer_end_time').val(); objLayer.speed = jQuery('#clayer_start_speed').val(); objLayer.endspeed = jQuery('#clayer_end_speed').val(); jQuery('#layer_speed').val(objLayer.speed); jQuery('#layer_endspeed').val(objLayer.endspeed); t.updateLayerFromFields(); u.updateCurrentLayerTimeline(); }); jQuery('#layer_speed, #layer_endspeed, #layer_splitdelay, #layer_endsplitdelay, #layer_split, #layer_endsplit').on("change blur", function() { u.updateCurrentLayerTimeline(); }); jQuery('body').on('click','.timer-manual-edit, #layers-right .sortablelayers',function() { jQuery('#timline-manual-dialog').show(); }); jQuery('#timline-manual-closer').on('click',function() { jQuery('#timline-manual-dialog').hide(); }); jQuery('body').on('focus','#layer_text, #layer_text_toggle',function() { jQuery('#layer_text').removeClass("lasteditedlayertext"); jQuery('#layer_text_toggle').removeClass("lasteditedlayertext"); jQuery(this).addClass("lasteditedlayertext") }) } t.setLayersAutoComplete = function(){ //set layers autocompolete jQuery('#css_font-family').catcomplete({ source: initArrFontTypes, appendTo:"#tp-thelistoffonts", open:function(event,ui) { if (jQuery('#tp-thelistoffonts ul').height()>450) { jQuery('#tp-thelistoffonts ul').perfectScrollbar("destroy").perfectScrollbar({wheelPropagation:false, suppressScrollX:true}); jQuery('#tp-thelistoffonts ul').scrollTop(0); } }, minLength:0, close:t.updateLayerFromFields, select: function( event, ui ) { t.check_the_font_bold(ui.item.label); t.do_google_font_loading(ui.item.label); } }).data("customCatcomplete")._renderItem = function(ul, item) { var listItem = jQuery("<li></li>") .data("item.autocomplete", item) .append("<a>" + item.label + "</a>"); if (item.top) { listItem.prependTo(ul); listItem.insertAfter('#insert-google-font-after-me'); } else { listItem.appendTo(ul); } if (item.label=="Dont Show Me") { listItem.css({display:"block",height:"0px",width:"0px",visibility:"hidden"}); listItem.attr('id','insert-google-font-after-me'); } listItem.attr('original-title', item.value); return listItem; }; jQuery('#css_font-family').change(function(){ var font = jQuery(this).val(); t.check_the_font_bold(font); t.do_google_font_loading(font); }); //handle autocomplete close jQuery('#css_font-family').bind('catcompleteopen', function() { jQuery(this).data('is_open',true); }); jQuery('#css_font-family').bind('catcompleteclose', function() { jQuery(this).data('is_open',false); }); } /** * init buttons actions */ var initButtons = function(){ //set event buttons actions: jQuery('#button_add_layer').click(function(){ //ADDING NEW TEXT LAYER addLayerText(jQuery(this).data('isstatic') == true ? 'static' : null); }); // add image layer jQuery('#button_add_layer_image').click(function(){ var targ = jQuery(this).data('isstatic') == true ? rev_lang.select_static_layer_image : rev_lang.select_layer_image, par = jQuery(this).data('isstatic') == true ? 'static' : null; UniteAdminRev.openAddImageDialog(targ,function(urlImage,imgid,imgwidth,imgheight){ var imgobj = {imgurl: urlImage, imgid: imgid, imgwidth: imgwidth, imgheight: imgheight}; addLayerImage(imgobj, par); }); }); //add youtube actions: jQuery('#button_add_layer_video').click(function(){ jQuery('#video_dialog_form').trigger("reset"); jQuery('#reset_video_dialog_tab').click(); //check if we are youtubestream or vimeostream. If yes, change what can be seen and edited var gallery_type = jQuery('input[name="rs-gallery-type"]').val(); switch(gallery_type){ case 'youtube': jQuery('.rs-show-when-youtube-stream').show(); jQuery('.rs-hide-when-youtube-stream').show(); break; case 'vimeo': jQuery('.rs-show-when-vimeo-stream').show(); jQuery('.rs-hide-when-vimeo-stream').show(); break; case 'instagram': jQuery('.rs-show-when-instagram-stream').show(); jQuery('.rs-hide-when-instagram-stream').show(); break; } var par = jQuery(this).data('isstatic') == true ? 'static' : null; UniteAdminRev.openVideoDialog(function(videoData){ addLayerVideo(videoData, par); }); }); jQuery('#button_add_layer_button').click(function(){ setExampleButtons(); jQuery('#dialog_addbutton').dialog({ buttons:{'Close':function(){jQuery('#dialog_addbutton').dialog('close');}}, minWidth: 830, minHeight: 500, modal: true, dialogClass: 'tpdialogs' }); }); jQuery('#button_add_layer_shape').click(function(){ setExampleShape(); jQuery('#dialog_addshape').dialog({ buttons:{'Add':function(){ //get values for shape var data = {}; data['static_styles'] = {}; data['deformation'] = {}; data['deformation-hover'] = {}; data.text = ' '; data.alias = 'Shape'; data.type = 'shape'; //data.style = 'tp-shape tp-shapewrapper'; data.style = ''; data.internal_class = 'tp-shape tp-shapewrapper'; data.autolinebreak = false; data['deformation']['background-color'] = jQuery('input[name="adshape-color-1"]').val(); data['deformation']['background-transparency'] = jQuery('input[name="adshape-opacity-1"]').val(); data['deformation']['border-color'] = jQuery('input[name="adshape-border-color"]').val(); data['deformation']['border-opacity'] = jQuery('input[name="adshape-border-opacity"]').val(); data['deformation']['border-transparency'] = jQuery('input[name="adshape-border-opacity"]').val(); data['deformation']['border-width'] = jQuery('input[name="adshape-border-width"]').val(); data['deformation']['border-style'] = 'solid'; data['deformation']['border-radius'] = [jQuery('.example-shape').css('borderTopLeftRadius'),jQuery('.example-shape').css('borderTopRightRadius'),jQuery('.example-shape').css('borderBottomRightRadius'),jQuery('.example-shape').css('borderBottomLeftRadius')]; if(jQuery('input[name="shape_fullwidth"]')[0].checked){ data['max_width'] = '100%'; data['cover_mode'] = 'fullwidth'; }else{ data['max_width'] = jQuery('input[name="shape_width"]').val(); } if(jQuery('input[name="shape_fullheight"]')[0].checked){ data['max_height'] = '100%'; data['cover_mode'] = 'fullheight'; }else{ data['max_height'] = jQuery('input[name="shape_height"]').val(); } if(jQuery('input[name="shape_fullheight"]')[0].checked && jQuery('input[name="shape_fullwidth"]')[0].checked){ data['cover_mode'] = 'cover'; } //if(jQuery('input[name="shape_fullwidth"]')[0].checked && jQuery('input[name="shape_fullheight"]')[0].checked){ // data['deformation']['padding'] = [jQuery('.example-shape').css('paddingTop'), jQuery('.example-shape').css('paddingRight'), jQuery('.example-shape').css('paddingBottom'), jQuery('.example-shape').css('paddingLeft')]; //} addLayer(data); jQuery('#dialog_addshape').dialog('close'); },'Close':function(){jQuery('#dialog_addshape').dialog('close');}}, minWidth: 830, minHeight: 500, modal: true, dialogClass: 'tpdialogs' }); }); jQuery('#button_add_layer_import').click(function(){ t.reset_import_layer(); jQuery('#dialog_addimport').dialog({ minWidth: 830, minHeight: 500, modal: true, dialogClass: 'tpdialogs' }); }); /** * get slides plus layers of the selected slider * **/ jQuery('#rs-import-layer-slider').change(function(){ var im_slider_id = jQuery(this).val(); if(im_slider_id == '-'){ t.reset_import_layer(); return false; }else{ if(typeof(import_slides[im_slider_id]) == 'undefined'){ //get data for the im_slider_id UniteAdminRev.ajaxRequest('get_import_slides_data', im_slider_id, function(response){ if(typeof(response.slides) !== 'undefined'){ import_slides[im_slider_id] = response.slides; t.do_clear_layer_import(); t.do_clear_slide_import(); t.do_add_slide_import(); t.do_show_sliders_import(); return true; }else{ alert(rev_lang.empty_data_retrieved_for_slider); t.reset_import_layer(); return false; } }); return false; } t.do_clear_layer_import(); t.do_clear_slide_import(); t.do_add_slide_import(); t.do_show_sliders_import(); } }); jQuery('#rs-import-layer-type').change(function(){ t.do_clear_layer_import(); t.do_show_sliders_import(); }); jQuery('#rs-import-layer-slide').change(function(){ t.do_clear_layer_import(); t.do_show_sliders_import(); }); jQuery('body').on('click', '#rs-import-layer-holder li .import-layer-now', function(){ if(confirm(rev_lang.import_selected_layer)){ //import selected layer with the unique id clicked var btn = jQuery(this), li = btn.closest('li'), slider_id = li.data('sliderid'), slide_id = li.data('slideid'), unique_layer = li.data('id'), action_dependencies = li.data('actiondep'); if(typeof(import_slides[slider_id]) == 'undefined') return false; if(typeof(import_slides[slider_id][slide_id]) == 'undefined') return false; var layers_to_add = t.get_layers_to_add_through_actions(import_slides[slider_id][slide_id]['layers'], unique_layer); //get the data, then use it to add a new layer if(layers_to_add.length > 0){ if(layers_to_add.length > 1 && confirm(rev_lang.import_all_layer_from_actions)){ var dependencies = []; dependencies = t.get_action_dependencies(li, slide_id, dependencies); for(var lta in layers_to_add){ addLayer(layers_to_add[lta], true); li.addClass("layerimported"); btn.find('i').addClass("eg-icon-ok").removeClass("eg-icon-plus"); for(var dkey in dependencies){ var cli = jQuery('#to-import-layer-id-'+slide_id+'-'+dependencies[dkey]); if(!cli.hasClass('layerimported')){ cli.addClass('layerimported'); cli.find('.import-layer-now i').addClass("eg-icon-ok").removeClass("eg-icon-plus"); } } } }else{ //just need to add one layer, so take the first one for(var lta in layers_to_add){ //remove actions of first layer that are connected to other layers layers_to_add[lta] = t.remove_import_layer_actions(layers_to_add[lta]); addLayer(layers_to_add[lta], true); li.addClass("layerimported"); btn.find('i').addClass("eg-icon-ok").removeClass("eg-icon-plus"); break; } } } } }); t.get_action_dependencies = function(li, slide_id, dependencies){ var action_dependencies = li.data('actiondep'); if(action_dependencies !== ''){ action_dependencies = action_dependencies.toString().split(','); for(var adkey in action_dependencies){ if(action_dependencies[adkey] !== 'backgroundvideo' && action_dependencies[adkey] !== 'firstvideo' && jQuery.inArray(action_dependencies[adkey], dependencies) == -1){ dependencies.push(action_dependencies[adkey]); var new_dep = t.get_action_dependencies(jQuery('#to-import-layer-id-'+slide_id+'-'+action_dependencies[adkey]), slide_id, dependencies); for(var key in new_dep){ if(jQuery.inArray(new_dep[key], dependencies) == -1) dependencies.push(new_dep[key]); } } } } return dependencies; } t.remove_import_layer_actions = function(layer){ var attr = ['tooltip_event', 'action', 'image_link', 'link_open_in', 'jump_to_slide', 'scrollunder_offset', 'actioncallback', 'layer_target', 'action_delay', 'link_type', 'toggle_layer_type', 'toggle_class']; if(typeof(layer['layer_action']) !== 'undefined' && typeof(layer['layer_action']['action']) !== 'undefined' && layer['layer_action']['action'].length > 0){ for(var lkey in layer['layer_action']['action']){ switch(layer['layer_action']['action'][lkey]){ case 'start_in': case 'start_out': case 'toggle_layer': case 'start_video': case 'stop_video': case 'toggle_video': case 'mute_video': case 'unmute_video': case 'toggle_mute_video': case 'simulate_click': case 'toggle_class': for(var akey in attr){ if(typeof(layer['layer_action'][attr[akey]]) !== 'undefined' && typeof(layer['layer_action'][attr[akey]][lkey]) !== 'undefined') delete(layer['layer_action'][attr[akey]][lkey]); } break; } } } return layer; } t.get_layers_to_add_through_actions = function(layers, unique_id){ var layers_to_add = []; layers_to_add = t.add_layer_to_queue_by_unique_id(layers, unique_id, layers_to_add); layers_to_add = t.check_actions_change_unique_ids(layers_to_add); return layers_to_add; } t.add_layer_to_queue_by_unique_id = function(layers, unique_id, layers_to_add){ for(var key in layers){ if(layers[key]['unique_id'] == unique_id){ //remove the unique ID here, we need a new one layers_to_add.push(jQuery.extend(true, {}, layers[key])); if(typeof(layers[key]['layer_action']) !== 'undefined' && typeof(layers[key]['layer_action']['action']) !== 'undefined' && layers[key]['layer_action']['action'].length > 0){ var actions = layers[key]['layer_action']; for(var lkey in actions['action']){ switch(actions['action'][lkey]){ case 'start_in': case 'start_out': case 'toggle_layer': case 'start_video': case 'stop_video': case 'toggle_video': case 'mute_video': case 'unmute_video': case 'toggle_mute_video': case 'simulate_click': case 'toggle_class': //check layers if(actions['layer_target'][lkey]){ var do_add = true; for(var l in layers_to_add){ if(layers_to_add[l]['unique_id'] == actions['layer_target'][lkey]){ do_add = false; break; } } if(do_add){ for(var akey in layers){ if(layers[akey]['unique_id'] == actions['layer_target'][lkey]){ t.add_layer_to_queue_by_unique_id(layers, layers[akey]['unique_id'], layers_to_add); //layers_to_add.push(jQuery.extend(true, {}, layers[akey])); break; } } } } break; } } } } } return layers_to_add; } t.check_actions_change_unique_ids = function(layers){ //map the old layer ids with the new one they get now var map = {}; for(var key in layers){ unique_layer_id++; map[layers[key]['unique_id']] = unique_layer_id; layers[key]['unique_id'] = unique_layer_id; } //now change action layers connections to the new IDs //remove the go to slide actions for(var key in layers){ if(typeof(layers[key]['layer_action']) !== 'undefined' && typeof(layers[key]['layer_action']['action']) !== 'undefined' && layers[key]['layer_action']['action'].length > 0){ for(var lkey in layers[key]['layer_action']['layer_target']){ for(var l in map){ if(l == layers[key]['layer_action']['layer_target'][lkey]){ layers[key]['layer_action']['layer_target'][lkey] = map[l]; break; } } } for(var lkey in layers[key]['layer_action']['jump_to_slide']){ layers[key]['layer_action']['jump_to_slide'][lkey] = '-1'; } } } return layers; } t.reset_import_layer = function(){ jQuery('#rs-import-layer-slider option[value="-"]').attr('selected', true); jQuery('#rs-import-layer-slide option[value="-"]').attr('selected', true); jQuery('#rs-import-layer-type option[value="-"]').attr('selected', true); } /** * add slides to dropdown **/ t.do_add_slide_import = function(){ var im_slider_id = jQuery('#rs-import-layer-slider option:selected').val(); if(im_slider_id == '-' || typeof(import_slides[im_slider_id]) == 'undefined') return false; for(var key in import_slides[im_slider_id]){ jQuery('#rs-import-layer-slide').append(jQuery('<option></option>').val(key).text('Slide: '+import_slides[im_slider_id][key]['params']['title'])); } } t.do_clear_slide_import = function(){ jQuery('#rs-import-layer-slide option').each(function(){ if(jQuery(this).val() !== 'all' && jQuery(this).val() !== '-') jQuery(this).remove(); }); } t.do_clear_layer_import = function(){ jQuery('#rs-import-layer-holder').html(''); } t.do_show_sliders_import = function(){ var im_slider_id = jQuery('#rs-import-layer-slider option:selected').val(); var im_slide_id = jQuery('#rs-import-layer-slide option:selected').val(); var im_slide_type = jQuery('#rs-import-layer-type option:selected').val(); if(im_slider_id == '-') return false; if(typeof(import_slides[im_slider_id]) == 'undefined') return false; for(var key in import_slides[im_slider_id]){ if(im_slide_id == 'all' || im_slide_id == '-' || im_slide_id == key){ if (import_slides[im_slider_id][key]['layers'].length>0) jQuery('#rs-import-layer-holder').append('<li class="layer-import-slide-seperator">Slide Title - '+import_slides[im_slider_id][key].params.title+'</li>') for(var lkey in import_slides[im_slider_id][key]['layers']){ if(im_slide_type == 'all' || im_slide_type == '-' || im_slide_type == import_slides[im_slider_id][key]['layers'][lkey]['type']){ var action_string = []; action_string = t.get_action_string_dependencies(import_slides[im_slider_id][key]['layers'][lkey], im_slide_id, action_string, import_slides[im_slider_id][key]['layers']); var has_action = 'off'; if(typeof(import_slides[im_slider_id][key]['layers'][lkey]['layer_action']) !== 'undefined' && typeof(import_slides[im_slider_id][key]['layers'][lkey]['layer_action']['action']) !== 'undefined' && import_slides[im_slider_id][key]['layers'][lkey]['layer_action']['action'].length > 0){ for(var akey in import_slides[im_slider_id][key]['layers'][lkey]['layer_action']['action']){ switch(import_slides[im_slider_id][key]['layers'][lkey]['layer_action']['action'][akey]){ case 'start_in': case 'start_out': case 'toggle_layer': case 'start_video': case 'stop_video': case 'toggle_video': case 'mute_video': case 'unmute_video': case 'toggle_mute_video': case 'simulate_click': case 'toggle_class': action_string.push(import_slides[im_slider_id][key]['layers'][lkey]['layer_action']['layer_target'][akey]); break; } } has_action = 'on'; } var content = global_layer_import_template({ 'withaction': has_action, 'action_layers': action_string, 'type': import_slides[im_slider_id][key]['layers'][lkey]['type'], 'alias': import_slides[im_slider_id][key]['layers'][lkey]['alias'], 'width': import_slides[im_slider_id][key]['layers'][lkey]['width'], 'height': import_slides[im_slider_id][key]['layers'][lkey]['height'], 'unique_id': import_slides[im_slider_id][key]['layers'][lkey]['unique_id'], 'slider_id': im_slider_id, 'slide_id': key }); jQuery('#rs-import-layer-holder').append(content); } } } } } t.get_action_string_dependencies = function(layer, slide_id, action_string, layers){ if(typeof(layer['layer_action']) !== 'undefined' && typeof(layer['layer_action']['action']) !== 'undefined' && layer['layer_action']['action'].length > 0){ for(var akey in layer['layer_action']['action']){ switch(layer['layer_action']['action'][akey]){ case 'start_in': case 'start_out': case 'toggle_layer': case 'start_video': case 'stop_video': case 'toggle_video': case 'mute_video': case 'unmute_video': case 'toggle_mute_video': case 'simulate_click': case 'toggle_class': if(typeof(layer['layer_action']['layer_target']) !== 'undefined' && typeof(layer['layer_action']['layer_target'][akey]) !== 'undefined' && layer['layer_action']['layer_target'][akey] !== 'backgroundvideo' && layer['layer_action']['layer_target'][akey] !== 'firstvideo' && jQuery.inArray(layer['layer_action']['layer_target'][akey], action_string) == -1){ action_string.push(layer['layer_action']['layer_target'][akey]); for(var lkey in layers){ if(layers[lkey]['unique_id'] == layer['layer_action']['layer_target'][akey]){ var new_action = t.get_action_string_dependencies(layers[lkey], slide_id, action_string, layers); for(var key in new_action){ if(jQuery.inArray(new_action[key], action_string) == -1) action_string.push(new_action[key]); } break; } } } break; } } } return action_string; } jQuery('body').on('click', '.addbutton-examples-wrapper a.rev-btn', function(){ //get values for buttons var data = {}; data['static_styles'] = {}; data['inline'] = {'idle':{}, 'hover':{}}; data['deformation'] = {}; data['deformation-hover'] = {}; data.text = jQuery('input[name="adbutton-text"]').val(); data.type = 'button'; data.subtype = 'roundbutton'; //no_edit data.specialsettings = {}; data.alias = 'Button'; data.style = '';//'rev-btn';//jQuery(this).attr('class'); data.internal_class = jQuery(this).data('needclass'); //missing class needs to be added here as some special! data['resize-full'] = false; data['resizeme'] = false; data['static_styles']['color'] = jQuery('input[name="adbutton-color-2"]').val(); data['static_styles']['font-size'] = jQuery(this).css('font-size'); data['static_styles']['line-height'] = jQuery(this).css('font-size'); //data['static_styles']['line-height'] = jQuery(this).css('line-height'); data['static_styles']['font-weight'] = jQuery(this).css('font-weight'); data['max_width'] = 'auto'; data['max_height'] = 'auto'; data['autolinebreak'] = false; data['deformation']['padding'] = [jQuery(this).css('paddingTop'), jQuery(this).css('paddingRight'), jQuery(this).css('paddingBottom'), jQuery(this).css('paddingLeft')]; data['deformation']['font-family'] = jQuery('input[name="adbutton-fontfamily"]').val(); data['deformation']['background-color'] = jQuery('input[name="adbutton-color-1"]').val(); data['deformation']['background-transparency'] = jQuery('input[name="adbutton-opacity-1"]').val(); data['deformation']['color-transparency'] = jQuery('input[name="adbutton-opacity-2"]').val(); data['deformation']['border-radius'] = [jQuery(this).css('borderTopLeftRadius'),jQuery(this).css('borderTopRightRadius'),jQuery(this).css('borderBottomRightRadius'),jQuery(this).css('borderBottomLeftRadius')]; data['deformation']['border-color'] = jQuery('input[name="adbutton-border-color"]').val(); data['deformation']['border-transparency'] = jQuery('input[name="adbutton-border-opacity"]').val(); data['deformation']['border-opacity'] = jQuery('input[name="adbutton-border-opacity"]').val(); data['deformation']['border-width'] = jQuery('input[name="adbutton-border-width"]').val(); data['deformation']['border-style'] = 'solid'; if(jQuery(this).hasClass('rev-withicon')){ data['deformation']['icon-class'] = jQuery('.addbutton-icon i').attr('class'); //needs to be added data.text += '<i class="' + data['deformation']['icon-class'] + '"></i>'; }else{ data['deformation']['icon-class'] = ''; } data['hover'] = true; data['deformation-hover']['background-color'] = jQuery('input[name="adbutton-color-1-h"]').val(); data['deformation-hover']['background-transparency'] = jQuery('input[name="adbutton-opacity-1-h"]').val(); data['deformation-hover']['color'] = jQuery('input[name="adbutton-color-2-h"]').val(); data['deformation-hover']['color-transparency'] = jQuery('input[name="adbutton-opacity-2-h"]').val(); data['deformation-hover']['border-radius'] = [jQuery(this).css('borderTopLeftRadius'),jQuery(this).css('borderTopRightRadius'),jQuery(this).css('borderBottomRightRadius'),jQuery(this).css('borderBottomLeftRadius')]; data['deformation-hover']['border-color'] = jQuery('input[name="adbutton-border-color-h"]').val(); data['deformation-hover']['border-transparency'] = jQuery('input[name="adbutton-border-opacity-h"]').val(); data['deformation-hover']['border-opacity'] = jQuery('input[name="adbutton-border-opacity-h"]').val(); data['deformation-hover']['border-width'] = jQuery('input[name="adbutton-border-width-h"]').val(); data['deformation-hover']['border-style'] = 'solid'; if(jQuery(this).hasClass('rev-hiddenicon')){ data['deformation-hover']['icon-class'] = jQuery('.addbutton-icon i').attr('class'); //needs to be added data.text += ' <i class="' + data['deformation-hover']['icon-class'] + '"></i>'; }else{ data['deformation-hover']['icon-class'] = ''; } //add stylings depending on classes it has if(jQuery(this).hasClass('rev-btn')){ data['deformation']['text-decoration'] = 'none'; data['deformation-hover']['css_cursor'] = 'pointer'; data['inline']['idle']['outline'] = 'none'; data['inline']['idle']['box-shadow'] = 'none'; data['inline']['idle']['box-sizing'] = 'border-box'; data['inline']['idle']['-moz-box-sizing'] = 'border-box'; data['inline']['idle']['-webkit-box-sizing'] = 'border-box'; } if(jQuery(this).hasClass('rev-uppercase')){ data['inline']['idle']['text-transform'] = 'uppercase'; data['inline']['idle']['letter-spacing'] = '1px'; } /* if(jQuery(this).hasClass('rev-medium')){ } if(jQuery(this).hasClass('rev-small')){ } if(jQuery(this).hasClass('rev-maxround')){ } if(jQuery(this).hasClass('rev-minround')){ } */ addLayer(data); jQuery('#dialog_addbutton').dialog('close'); }); var addSpecialButton = function(btn) { //get values for buttons var data = {}; data['static_styles'] = {}; data['inline'] = {'idle':{}, 'hover':{}}; data['deformation'] = {}; data['deformation-hover'] = {}; data.text = btn.html(); data.type = 'button'; //no_edit data.specialsettings = {}; data.style = ''; //jQuery(this).attr('class'); data.internal_class = btn.data('needclass'); data['resize-full'] = false; data['resizeme'] = false; data['max_width'] = btn.css('width'); data['max_height'] = btn.css('height'); data['deformation']['padding'] = [btn.css('paddingTop'), btn.css('paddingRight'), btn.css('paddingBottom'), btn.css('paddingLeft')]; data['deformation']['background-color'] = UniteAdminRev.rgb2hex(btn.css('backgroundColor')); var bgOpacity = UniteAdminRev.getTransparencyFromRgba(btn.css('backgroundColor')); bgOpacity = bgOpacity === false ? 1 : bgOpacity; if(bgOpacity == 0) data['deformation']['background-color'] = 'transparent'; data['deformation']['background-opacity'] = bgOpacity; data['deformation']['background-transparency'] = bgOpacity; data['deformation']['border-color'] = UniteAdminRev.rgb2hex(btn.css('borderTopColor')); var borOpacity = UniteAdminRev.getTransparencyFromRgba(btn.css('borderTopColor')); borOpacity = borOpacity === false ? 1 : borOpacity; if(borOpacity == 0) data['deformation']['border-color'] = 'transparent'; data['deformation']['border-opacity'] = borOpacity; data['deformation']['border-transparency'] = borOpacity; data['deformation']['border-radius'] = [btn.css('borderTopLeftRadius'),btn.css('borderTopRightRadius'),btn.css('borderBottomRightRadius'),btn.css('borderBottomLeftRadius')]; data['deformation']['border-width'] = btn.css('borderTopWidth'); data['deformation']['border-style'] = btn.css('borderTopStyle'); data['deformation-hover']['css_cursor'] = btn.css('cursor'); data['inline']['idle']['box-sizing'] = 'border-box'; data['inline']['idle']['-moz-box-sizing'] = 'border-box'; data['inline']['idle']['-webkit-box-sizing'] = 'border-box'; return data; } jQuery('body').on('click', '.addbutton-examples-wrapper div.rev-burger', function(){ var data = addSpecialButton(jQuery(this)); data.alias = 'Burger Button'; data.subtype = 'burgerbutton'; //no_edit //add actions here data['layer_action'] = {}; data['layer_action'].tooltip_event = []; data['layer_action'].tooltip_event.push('click'); data['layer_action'].action = []; data['layer_action'].action.push('toggle_class'); data['layer_action'].layer_target = []; data['layer_action'].layer_target.push('self'); data['layer_action'].action_delay = []; data['layer_action'].action_delay.push(0); data['layer_action'].toggle_class = []; data['layer_action'].toggle_class.push('open'); addLayer(data); jQuery('#dialog_addbutton').dialog('close'); }); jQuery('body').on('click', '.addbutton-examples-wrapper span.rev-control-btn', function(){ var data = addSpecialButton(jQuery(this)); data.alias = 'Control Button'; data.subtype = 'controlbutton'; if(data['static_styles'] === undefined) data['static_styles'] = {}; data['static_styles']['font-size'] = jQuery(this).css('font-size'); data['static_styles']['line-height'] = jQuery(this).css('line-height'); data['static_styles']['font-weight'] = jQuery(this).css('font-weight'); data['static_styles']['color'] = UniteAdminRev.rgb2hex(jQuery(this).css('color')); data['deformation']['font-family'] = jQuery(this).css('font-family'); data['deformation']['text-align'] = jQuery(this).css('text-align'); addLayer(data); jQuery('#dialog_addbutton').dialog('close'); }); jQuery('body').on('click', '.addbutton-examples-wrapper span.rev-scroll-btn', function(){ var data = addSpecialButton(jQuery(this)); data.subtype = 'scrollbutton'; //no_edit data.alias = 'Scroll Button'; addLayer(data); jQuery('#dialog_addbutton').dialog('close'); }); //insert button link - open the dialog jQuery("#linkInsertTemplate").click(function(){ if(jQuery(this).hasClass("disabled")) return(false); add_meta_into = ''; var buttons = {"Cancel":function(){jQuery("#dialog_template_insert").dialog("close")}} jQuery("#dialog_template_insert").dialog({ buttons:buttons, minWidth:700, dialogClass:"tpdialogs", modal:true }); }); //insert button link - open the dialog jQuery(".rs-param-meta-open").click(function(){ add_meta_into = 'params_'+jQuery(this).data('curid'); var buttons = {"Cancel":function(){jQuery("#dialog_template_insert").dialog("close")}} jQuery("#dialog_template_insert").dialog({ buttons:buttons, minWidth:700, dialogClass:"tpdialogs", modal:true }); }); } //====================================================== // Init Function End //====================================================== /** * get the values of custom animation dialog */ var createNewAnimObj = function(what){ var customAnim = new Object; if(what == 'start'){ customAnim['movex'] = jQuery('input[name="layer_anim_xstart"]').val(); customAnim['movey'] = jQuery('input[name="layer_anim_ystart"]').val(); customAnim['mask'] = jQuery('#masking-start')[0].checked; customAnim['movez'] = jQuery('input[name="layer_anim_zstart"]').val(); customAnim['rotationx'] = jQuery('input[name="layer_anim_xrotate"]').val(); customAnim['rotationy'] = jQuery('input[name="layer_anim_yrotate"]').val(); customAnim['rotationz'] = jQuery('input[name="layer_anim_zrotate"]').val(); customAnim['scalex'] = jQuery('input[name="layer_scale_xstart"]').val(); customAnim['scaley'] = jQuery('input[name="layer_scale_ystart"]').val(); customAnim['skewx'] = jQuery('input[name="layer_skew_xstart"]').val(); customAnim['skewy'] = jQuery('input[name="layer_skew_ystart"]').val(); customAnim['captionopacity'] = jQuery('input[name="layer_opacity_start"]').val(); customAnim['mask'] = jQuery('#masking-start')[0].checked; customAnim['mask_x'] = jQuery('input[name="mask_anim_xstart"]').val(); customAnim['mask_y'] = jQuery('input[name="mask_anim_ystart"]').val(); customAnim['mask_ease'] = jQuery('input[name="mask_easing"]').val(); customAnim['mask_speed'] = jQuery('input[name="mask_speed"]').val(); customAnim['easing'] = jQuery('select[name="layer_easing"] option:selected').val(); customAnim['speed'] = jQuery('input[name="layer_speed"]').val(); customAnim['split'] = jQuery('select[name="layer_split"] option:selected').val(); customAnim['splitdelay'] = jQuery('input[name="layer_splitdelay"]').val(); customAnim['movex_reverse'] = jQuery('#layer_anim_xstart_reverse')[0].checked; customAnim['movey_reverse'] = jQuery('#layer_anim_ystart_reverse')[0].checked; customAnim['rotationx_reverse'] = jQuery('#layer_anim_xrotate_reverse')[0].checked; customAnim['rotationy_reverse'] = jQuery('#layer_anim_yrotate_reverse')[0].checked; customAnim['rotationz_reverse'] = jQuery('#layer_anim_zrotate_reverse')[0].checked; customAnim['scalex_reverse'] = jQuery('#layer_scale_xstart_reverse')[0].checked; customAnim['scaley_reverse'] = jQuery('#layer_scale_ystart_reverse')[0].checked; customAnim['skewx_reverse'] = jQuery('#layer_skew_xstart_reverse')[0].checked; customAnim['skewy_reverse'] = jQuery('#layer_skew_ystart_reverse')[0].checked; customAnim['mask_x_reverse'] = jQuery('#mask_anim_xstart_reverse')[0].checked; customAnim['mask_y_reverse'] = jQuery('#mask_anim_ystart_reverse')[0].checked; }else{ customAnim['movex'] = jQuery('#layer_anim_xend').val(); customAnim['movey'] = jQuery('#layer_anim_yend').val(); customAnim['movez'] = jQuery('#layer_anim_zend').val(); customAnim['rotationx'] = jQuery('#layer_anim_xrotate_end').val(); customAnim['rotationy'] = jQuery('#layer_anim_yrotate_end').val(); customAnim['rotationz'] = jQuery('#layer_anim_zrotate_end').val(); customAnim['scalex'] = jQuery('#layer_scale_xend').val(); customAnim['scaley'] = jQuery('#layer_scale_yend').val(); customAnim['skewx'] = jQuery('#layer_skew_xend').val(); customAnim['skewy'] = jQuery('#layer_skew_yend').val(); customAnim['captionopacity'] = jQuery('#layer_opacity_end').val(); customAnim['mask'] = jQuery('#masking-end')[0].checked; customAnim['mask_x'] = jQuery('#mask_anim_xend').val(); customAnim['mask_y'] = jQuery('#mask_anim_yend').val(); //customAnim['mask_ease'] = jQuery('input[name="mask_easing_end"]').val(); //customAnim['mask_speed'] = jQuery('input[name="mask_speed_end"]').val(); customAnim['easing'] = jQuery('#layer_endeasing option:selected').val(); customAnim['speed'] = jQuery('#layer_endspeed').val(); customAnim['split'] = jQuery('#layer_endsplit option:selected').val(); customAnim['splitdelay'] = jQuery('#layer_endsplitdelay').val(); customAnim['movex_reverse'] = jQuery('#layer_anim_xend_reverse')[0].checked; customAnim['movey_reverse'] = jQuery('#layer_anim_yend_reverse')[0].checked; customAnim['rotationx_reverse'] = jQuery('#layer_anim_xrotate_end_reverse')[0].checked; customAnim['rotationy_reverse'] = jQuery('#layer_anim_yrotate_end_reverse')[0].checked; customAnim['rotationz_reverse'] = jQuery('#layer_anim_zrotate_end_reverse')[0].checked; customAnim['scalex_reverse'] = jQuery('#layer_scale_xend_reverse')[0].checked; customAnim['scaley_reverse'] = jQuery('#layer_scale_yend_reverse')[0].checked; customAnim['skewx_reverse'] = jQuery('#layer_skew_xend_reverse')[0].checked; customAnim['skewy_reverse'] = jQuery('#layer_skew_yend_reverse')[0].checked; customAnim['mask_x_reverse'] = jQuery('#mask_anim_xend_reverse')[0].checked; customAnim['mask_y_reverse'] = jQuery('#mask_anim_xend_reverse')[0].checked; } return customAnim; } /** * set the values of custom animation dialog */ var setNewAnimFromObj = function(what, obj_v){ if(obj_v == undefined) return true; if(what == 'start'){ if(obj_v['movex'] !== undefined) { jQuery('input[name="layer_anim_xstart"]').val(obj_v['movex']); }else{ jQuery('input[name="layer_anim_xstart"]').val(0); } if(obj_v['movey'] !== undefined) { jQuery('input[name="layer_anim_ystart"]').val(obj_v['movey']); }else{ jQuery('input[name="layer_anim_ystart"]').val(0); } if(obj_v['movez'] !== undefined) { jQuery('input[name="layer_anim_zstart"]').val(obj_v['movez']); }else{ jQuery('input[name="layer_anim_zstart"]').val(0); } if(obj_v['rotationx'] !== undefined) { jQuery('input[name="layer_anim_xrotate"]').val(obj_v['rotationx']); }else{ jQuery('input[name="layer_anim_xrotate"]').val(0); } if(obj_v['rotationy'] !== undefined) { jQuery('input[name="layer_anim_yrotate"]').val(obj_v['rotationy']); }else{ jQuery('input[name="layer_anim_yrotate"]').val(0); } if(obj_v['rotationz'] !== undefined) { jQuery('input[name="layer_anim_zrotate"]').val(obj_v['rotationz']); }else{ jQuery('input[name="layer_anim_zrotate"]').val(0); } if(obj_v['scalex'] !== undefined) { jQuery('input[name="layer_scale_xstart"]').val(obj_v['scalex']); }else{ jQuery('input[name="layer_scale_xstart"]').val(0); } if(obj_v['scaley'] !== undefined) { jQuery('input[name="layer_scale_ystart"]').val(obj_v['scaley']); }else{ jQuery('input[name="layer_scale_ystart"]').val(0); } if(obj_v['skewx'] !== undefined) { jQuery('input[name="layer_skew_xstart"]').val(obj_v['skewx']); }else{ jQuery('input[name="layer_skew_xstart"]').val(0); } if(obj_v['skewy'] !== undefined) { jQuery('input[name="layer_skew_ystart"]').val(obj_v['skewy']); }else{ jQuery('input[name="layer_skew_ystart"]').val(0); } if(obj_v['captionopacity'] !== undefined) { jQuery('input[name="layer_opacity_start"]').val(obj_v['captionopacity']); }else{ jQuery('input[name="layer_opacity_start"]').val(0); } if(obj_v['mask'] !== undefined && (obj_v['mask'] == 'true' || obj_v['mask'] == true)) { jQuery('#masking-start').attr('checked', true); }else{ jQuery('#masking-start').attr('checked', false); } if(obj_v['mask_x'] !== undefined) { jQuery('input[name="mask_anim_xstart"]').val(obj_v['mask_x']); }else{ jQuery('input[name="mask_anim_xstart"]').val(0); } if(obj_v['mask_y'] !== undefined) { jQuery('input[name="mask_anim_ystart"]').val(obj_v['mask_y']); }else{ jQuery('input[name="mask_anim_ystart"]').val(0); } if(obj_v['mask_ease'] !== undefined) { jQuery('input[name="mask_easing"]').val(obj_v['mask_ease']); }else{ jQuery('input[name="mask_easing"]').val(0); } if(obj_v['mask_speed'] !== undefined) { jQuery('input[name="mask_speed"]').val(obj_v['mask_speed']); }else{ jQuery('input[name="mask_speed"]').val(0); } if(obj_v['easing'] !== undefined) { jQuery('select[name="layer_easing"] option[value="'+obj_v['easing']+'"]').attr('selected', 'selected'); } if(obj_v['speed'] !== undefined) { jQuery('input[name="layer_speed"]').val(obj_v['speed']); } if(obj_v['split'] !== undefined) { jQuery('select[name="layer_split"] option[value="'+obj_v['split']+'"]').attr('selected', 'selected'); } if(obj_v['splitdelay'] !== undefined) { jQuery('input[name="layer_splitdelay"]').val(obj_v['splitdelay']); } if(obj_v['movex_reverse'] !== undefined && (obj_v['movex_reverse'] == 'true' || obj_v['movex_reverse'] == true)) { jQuery('#layer_anim_xstart_reverse').attr('checked', true); }else{ jQuery('#layer_anim_xstart_reverse').attr('checked', false); } if(obj_v['movey_reverse'] !== undefined && (obj_v['movey_reverse'] == 'true' || obj_v['movey_reverse'] == true)) { jQuery('#layer_anim_ystart_reverse').attr('checked', true); }else{ jQuery('#layer_anim_ystart_reverse').attr('checked', false); } if(obj_v['rotationx_reverse'] !== undefined && (obj_v['rotationx_reverse'] == 'true' || obj_v['rotationx_reverse'] == true)) { jQuery('input[name="layer_anim_xrotate_start_reverse"]').attr('checked', true); }else{ jQuery('input[name="layer_anim_xrotate_start_reverse"]').attr('checked', false); } if(obj_v['rotationy_reverse'] !== undefined && (obj_v['rotationy_reverse'] == 'true' || obj_v['rotationy_reverse'] == true)) { jQuery('input[name="layer_anim_yrotate_start_reverse"]').attr('checked', true); }else{ jQuery('input[name="layer_anim_yrotate_start_reverse"]').attr('checked', false); } if(obj_v['rotationz_reverse'] !== undefined && (obj_v['rotationz_reverse'] == 'true' || obj_v['rotationz_reverse'] == true)) { jQuery('input[name="layer_anim_zrotate_start_reverse"]').attr('checked', true); }else{ jQuery('input[name="layer_anim_zrotate_start_reverse"]').attr('checked', false); } if(obj_v['scalex_reverse'] !== undefined && (obj_v['scalex_reverse'] == 'true' || obj_v['scalex_reverse'] == true)) { jQuery('#layer_scale_xstart_reverse').attr('checked', true); }else{ jQuery('#layer_scale_xstart_reverse').attr('checked', false); } if(obj_v['scaley_reverse'] !== undefined && (obj_v['scaley_reverse'] == 'true' || obj_v['scaley_reverse'] == true)) { jQuery('#layer_scale_ystart_reverse').attr('checked', true); }else{ jQuery('#layer_scale_ystart_reverse').attr('checked', false); } if(obj_v['skewx_reverse'] !== undefined && (obj_v['skewx_reverse'] == 'true' || obj_v['skewx_reverse'] == true)) { jQuery('#layer_skew_xstart_reverse').attr('checked', true); }else{ jQuery('#layer_skew_xstart_reverse').attr('checked', false); } if(obj_v['skewy_reverse'] !== undefined && (obj_v['skewy_reverse'] == 'true' || obj_v['skewy_reverse'] == true)) { jQuery('#layer_skew_ystart_reverse').attr('checked', true); }else{ jQuery('#layer_skew_ystart_reverse').attr('checked', false); } if(obj_v['mask_x_reverse'] !== undefined && (obj_v['mask_x_reverse'] == 'true' || obj_v['mask_x_reverse'] == true)) { jQuery('#mask_anim_xstart_reverse').attr('checked', true); }else{ jQuery('#mask_anim_xstart_reverse').attr('checked', false); } if(obj_v['mask_y_reverse'] !== undefined && (obj_v['mask_y_reverse'] == 'true' || obj_v['mask_y_reverse'] == true)) { jQuery('#mask_anim_ystart_reverse').attr('checked', true); }else{ jQuery('#mask_anim_ystart_reverse').attr('checked', false); } }else{ if(obj_v['movex'] !== undefined) { jQuery('#layer_anim_xend').val(obj_v['movex']); }else{ jQuery('#layer_anim_xend').val(0); } if(obj_v['movey'] !== undefined) { jQuery('#layer_anim_yend').val(obj_v['movey']); }else{ jQuery('#layer_anim_yend').val(0); } if(obj_v['movez'] !== undefined) { jQuery('#layer_anim_zend').val(obj_v['movez']); }else{ jQuery('#layer_anim_zend').val(0); } if(obj_v['rotationx'] !== undefined) { jQuery('#layer_anim_xrotate_end').val(obj_v['rotationx']); }else{ jQuery('#layer_anim_xrotate_end').val(0); } if(obj_v['rotationy'] !== undefined) { jQuery('#layer_anim_yrotate_end').val(obj_v['rotationy']); }else{ jQuery('#layer_anim_yrotate_end').val(0); } if(obj_v['rotationz'] !== undefined) { jQuery('#layer_anim_zrotate_end').val(obj_v['rotationz']); }else{ jQuery('#layer_anim_zrotate_end').val(0); } if(obj_v['scalex'] !== undefined) { jQuery('#layer_scale_xend').val(obj_v['scalex']); }else{ jQuery('#layer_scale_xend').val(0); } if(obj_v['scaley'] !== undefined) { jQuery('#layer_scale_yend').val(obj_v['scaley']); }else{ jQuery('#layer_scale_yend').val(0); } if(obj_v['skewx'] !== undefined) { jQuery('#layer_skew_xend').val(obj_v['skewx']); }else{ jQuery('#layer_skew_xend').val(0); } if(obj_v['skewy'] !== undefined) { jQuery('#layer_skew_yend').val(obj_v['skewy']); }else{ jQuery('#layer_skew_yend').val(0); } if(obj_v['captionopacity'] !== undefined) { jQuery('#layer_opacity_end').val(obj_v['captionopacity']); }else{ jQuery('#layer_opacity_end').val(0); } if(obj_v['mask'] !== undefined && (obj_v['mask'] == 'true' || obj_v['mask'] == true)) { jQuery('#masking-end').attr('checked', true); }else{ jQuery('#masking-end').attr('checked', false); } if(obj_v['mask_x'] !== undefined) { jQuery('#mask_anim_xend').val(obj_v['mask_x']); }else{ jQuery('#mask_anim_xend').val(0); } if(obj_v['mask_y'] !== undefined) { jQuery('#mask_anim_yend').val(obj_v['mask_y']); }else{ jQuery('#mask_anim_yend').val(0); } //if(obj_v['mask_ease'] !== undefined) { jQuery('input[name="mask_easing_end"]').val(obj_v['mask_ease']); }else{ jQuery('input[name="mask_easing_end"]').val(0); } //if(obj_v['mask_speed'] !== undefined) { jQuery('input[name="mask_speed_end"]').val(obj_v['mask_speed']); }else{ jQuery('input[name="mask_speed_end"]').val(0); } if(obj_v['easing'] !== undefined) { jQuery('#layer_endeasing option[value="'+obj_v['easing']+'"]').attr('selected', 'selected'); } if(obj_v['speed'] !== undefined) { jQuery('#layer_endspeed').val(obj_v['speed']); } if(obj_v['split'] !== undefined) { jQuery('#layer_endsplit option[value="'+obj_v['split']+'"]').attr('selected', 'selected'); } if(obj_v['splitdelay'] !== undefined) { jQuery('#layer_endsplitdelay').val(obj_v['splitdelay']); } if(obj_v['movex_reverse'] !== undefined && (obj_v['movex_reverse'] == 'true' || obj_v['movex_reverse'] == true)) { jQuery('#layer_anim_xend_reverse').attr('checked', true); }else{ jQuery('#layer_anim_xend_reverse').attr('checked', false); } if(obj_v['movey_reverse'] !== undefined && (obj_v['movey_reverse'] == 'true' || obj_v['movey_reverse'] == true)) { jQuery('#layer_anim_yend_reverse').attr('checked', true); }else{ jQuery('#layer_anim_yend_reverse').attr('checked', false); } if(obj_v['rotationx_reverse'] !== undefined && (obj_v['rotationx_reverse'] == 'true' || obj_v['rotationx_reverse'] == true)) { jQuery('#layer_anim_xrotate_end_reverse').attr('checked', true); }else{ jQuery('#layer_anim_xrotate_end_reverse').attr('checked', false); } if(obj_v['rotationy_reverse'] !== undefined && (obj_v['rotationy_reverse'] == 'true' || obj_v['rotationy_reverse'] == true)) { jQuery('#layer_anim_yrotate_end_reverse').attr('checked', true); }else{ jQuery('#layer_anim_yrotate_end_reverse').attr('checked', false); } if(obj_v['rotationz_reverse'] !== undefined && (obj_v['rotationz_reverse'] == 'true' || obj_v['rotationz_reverse'] == true)) { jQuery('#layer_anim_zrotate_end_reverse').attr('checked', true); }else{ jQuery('#layer_anim_zrotate_end_reverse').attr('checked', false); } if(obj_v['scalex_reverse'] !== undefined && (obj_v['scalex_reverse'] == 'true' || obj_v['scalex_reverse'] == true)) { jQuery('#layer_scale_xend_reverse').attr('checked', true); }else{ jQuery('#layer_scale_xend_reverse').attr('checked', false); } if(obj_v['scaley_reverse'] !== undefined && (obj_v['scaley_reverse'] == 'true' || obj_v['scaley_reverse'] == true)) { jQuery('#layer_scale_yend_reverse').attr('checked', true); }else{ jQuery('#layer_scale_yend_reverse').attr('checked', false); } if(obj_v['skewx_reverse'] !== undefined && (obj_v['skewx_reverse'] == 'true' || obj_v['skewx_reverse'] == true)) { jQuery('#layer_skew_xend_reverse').attr('checked', true); }else{ jQuery('#layer_skew_xend_reverse').attr('checked', false); } if(obj_v['skewy_reverse'] !== undefined && (obj_v['skewy_reverse'] == 'true' || obj_v['skewy_reverse'] == true)) { jQuery('#layer_skew_yend_reverse').attr('checked', true); }else{ jQuery('#layer_skew_yend_reverse').attr('checked', false); } if(obj_v['mask_x_reverse'] !== undefined && (obj_v['mask_x_reverse'] == 'true' || obj_v['mask_x_reverse'] == true)) { jQuery('#mask_anim_xend_reverse').attr('checked', true); }else{ jQuery('#mask_anim_xend_reverse').attr('checked', false); } if(obj_v['mask_y_reverse'] !== undefined && (obj_v['mask_y_reverse'] == 'true' || obj_v['mask_y_reverse'] == true)) { jQuery('#mask_anim_yend_reverse').attr('checked', true); }else{ jQuery('#mask_anim_yend_reverse').attr('checked', false); } } if(typeof(obj_v['mask']) !== 'undefined' && (obj_v['mask'] == 'true' || obj_v['mask'] == true)){ jQuery('.mask-start-settings').show(); }else{ jQuery('.mask-start-settings').hide(); } RevSliderSettings.onoffStatus(jQuery('#masking-start')); RevSliderSettings.onoffStatus(jQuery('#masking-end')); t.updateReverseList(); } var checkMaskingAvailabity = function() { if (jQuery('#layer__scalex').val()!=1 || jQuery('#layer__scaley').val()!=1 || parseInt(jQuery('#layer__skewx').val(),0)!=0 || parseInt(jQuery('#layer__skewy').val(),0)!=0 || parseInt(jQuery('#layer__xrotate').val(),0)!=0 || parseInt(jQuery('#layer__yrotate').val(),0)!=0 || parseInt(jQuery('#layer_2d_rotation').val(),0)!=0) { jQuery('.mask-not-available').show(); jQuery('.mask-is-available').hide(); jQuery('#masking-start').removeAttr("checked"); jQuery('#masking-end').removeAttr("checked"); jQuery('.mask-start-settings').hide(); jQuery('.mask-end-settings').hide(); jQuery('.tp-showmask').removeClass('tp-showmask'); RevSliderSettings.onoffStatus(jQuery('#masking-start')); RevSliderSettings.onoffStatus(jQuery('#masking-end')); u.rebuildLayerIdle(getjQueryLayer()); t.updateLayerFromFields(); } else { jQuery('.mask-not-available').hide(); jQuery('.mask-is-available').show(); } } /** * check if anim handle already exists */ var checkIfAnimExists = function(handle){ if(typeof initLayerAnims === 'object' && !jQuery.isEmptyObject(initLayerAnims)){ for(var key in initLayerAnims){ if(initLayerAnims[key]['handle'] == handle) return initLayerAnims[key]['id']; } } return false; } var checkIfAnimIsEditable = function(handle){ if(typeof initLayerAnims === 'object' && !jQuery.isEmptyObject(initLayerAnims)){ for(var key in initLayerAnims){ if(initLayerAnims[key]['handle'] == handle) return initLayerAnims[key]['id']; } } return false; } /** * update animation in database */ var deleteAnimInDb = function(handle){ UniteAdminRev.setErrorMessageID("dialog_error_message"); handle = jQuery.trim(handle); if(handle != ''){ var animSelect = (currentAnimationType == 'customin') ? jQuery('#layer_animation option') : jQuery('#layer_endanimation option'); UniteAdminRev.ajaxRequest("delete_custom_anim",handle,function(response){ if(jQuery('#layer_animation option:selected') == handle || jQuery('#layer_animation option:selected') == handle.replace('customout', 'customin')){ jQuery('#layer_animation option[value="tp-fade"]').attr('selected', true); } if(jQuery('#layer_endanimation option:selected') == handle || jQuery('#layer_endanimation option:selected') == handle.replace('customin', 'customout')){ jQuery('#layer_endanimation option[value="tp-fade"]').attr('selected', true); } //update html select (got from response) t.updateInitLayerAnim(response.customfull); updateLayerAnimsInput(response.customin, 'customin'); updateLayerAnimsInput(response.customout, 'customout'); }); } } /** * rename animation in database */ var renameAnimInDb = function(id, new_name){ var data = {}; data['id'] = id; data['handle'] = new_name; UniteAdminRev.ajaxRequest("update_custom_anim_name",data,function(response){ //update html select (got from response) t.updateInitLayerAnim(response.customfull); updateLayerAnimsInput(response.customin, 'customin'); updateLayerAnimsInput(response.customout, 'customout'); selectLayerAnim(new_name); }); } /** * update animation in database */ var updateAnimInDb = function(handle, animObj, id){ UniteAdminRev.setErrorMessageID("dialog_error_message"); animObj['handle'] = handle; if(id === false){ //create new //insert in database UniteAdminRev.ajaxRequest("insert_custom_anim",animObj,function(response){ //update html select (got from response) t.updateInitLayerAnim(response.customfull); updateLayerAnimsInput(response.customin, 'customin'); updateLayerAnimsInput(response.customout, 'customout'); selectLayerAnim(handle); }); }else{ //update existing //update to database UniteAdminRev.ajaxRequest("update_custom_anim",animObj,function(response){ //update html select (got from response) t.updateInitLayerAnim(response.customfull); updateLayerAnimsInput(response.customin, 'customin'); updateLayerAnimsInput(response.customout, 'customout'); selectLayerAnim(handle); }); } } /** * update the layer animation inputs */ var selectLayerAnim = function(handle){ var animSelect = (currentAnimationType == 'customin') ? jQuery('#layer_animation option') : jQuery('#layer_endanimation option'); animSelect.each(function(){ if(jQuery(this).text() == handle || jQuery(this).val() == handle) jQuery(this).prop('selected', true); else jQuery(this).prop('selected', false); }); animSelect.change(); } /** * update the layer animation inputs */ var updateLayerAnimsInput = function(customAnim, type){ if(type == 'customin'){ var animSelect = jQuery('#layer_animation'); var animOption = jQuery('#layer_animation option'); var current = jQuery('#layer_animation option:selected').val(); }else{ var animSelect = jQuery('#layer_endanimation'); var animOption = jQuery('#layer_endanimation option'); var current = jQuery('#layer_endanimation option:selected').val(); } animOption.each(function(){ if(jQuery(this).val().indexOf(type) > -1){ jQuery(this).remove(); } }); if(typeof customAnim === 'object' && !jQuery.isEmptyObject(customAnim)){ for(key in customAnim){ animSelect.append(new Option(customAnim[key], key)); } } animSelect.val(current); animSelect.change(); } /** * get the first style from the styles list (from autocomplete) */ var getFirstStyle = function(){ var arrClasses = jQuery( "#layer_caption" ).catcomplete("option","source"); var firstStyle = ""; if(arrClasses == null || arrClasses.length == 0) return(""); var firstStyle = arrClasses[0]['label']; return(firstStyle); } /** * clear layer html fields, and disable buttons */ var disableFormFields = function(){ //clear html form jQuery(".form_layers")[0].reset(); jQuery(".form_layers input, .form_layers select, .form_layers textarea").attr("disabled", "disabled").addClass("setting-disabled"); jQuery("#button_delete_layer").addClass("button-now-disabled"); jQuery("#button_duplicate_layer").addClass("button-now-disabled"); jQuery(".form_layers label, .form_layers .setting_text, .form_layers .setting_unit").addClass("text-disabled"); jQuery("#layer_captions_down").removeClass("ui-state-active").addClass("ui-state-default"); jQuery("#css_fonts_down").removeClass("ui-state-active").addClass("ui-state-default"); jQuery("#linkInsertTemplate").addClass("disabled"); jQuery("#rs-align-wrapper").addClass("table_disabled"); jQuery("#rs-align-wrapper-ver").addClass("table_disabled"); if(!jQuery('#preview_looper').hasClass("deactivated")) jQuery('#preview_looper').click(); layerGeneralParamsStatus = false; } /** * enable buttons and form fields. */ var enableFormFields = function(){ jQuery(".form_layers input, .form_layers select, .form_layers textarea").not(".rs_disabled_field").removeAttr("disabled").removeClass("setting-disabled"); jQuery("#button_delete_layer").removeClass("button-now-disabled"); jQuery("#button_duplicate_layer").removeClass("button-now-disabled"); jQuery(".form_layers label, .form_layers .setting_text, .form_layers .setting_unit").removeClass("text-disabled"); jQuery("#layer_captions_down").removeClass("ui-state-default").addClass("ui-state-active"); jQuery("#css_fonts_down").removeClass("ui-state-default").addClass("ui-state-active"); jQuery("#linkInsertTemplate").removeClass("disabled"); jQuery("#rs-align-wrapper").removeClass("table_disabled"); jQuery("#rs-align-wrapper-ver").removeClass("table_disabled"); if(jQuery('#preview_looper').hasClass("deactivated")) jQuery('#preview_looper').click(); layerGeneralParamsStatus = true; } /** * get layers array */ t.getLayers = function(){ if(selectedLayerSerial != -1){ t.updateLayerFromFields(); } //update sizes in images updateLayersImageSizes(); return(arrLayers); } /** * get only layers array */ t.getSimpleLayers = function(){ return(arrLayers); } /** * update image sizes */ var updateLayersImageSizes = function(){ for (serial in arrLayers){ var layer = arrLayers[serial]; if(layer.type == "image"){ var htmlLayer = t.getHtmlLayerFromSerial(serial); var objUpdate = {}; objUpdate = t.setVal(objUpdate, 'width', htmlLayer.width()); objUpdate = t.setVal(objUpdate, 'height', htmlLayer.height()); t.updateLayer(serial,objUpdate); } } } /*! LAYER EVENTS */ /** * refresh layer events */ var refreshEvents = function(serial){ var layer = t.getHtmlLayerFromSerial(serial); var grid_size = jQuery('#rs-grid-sizes option:selected').val(); //update layer events. layer.draggable({ start:onLayerDragStart, drag: t.onLayerDrag, //set ondrag event cancel:" textbox, #layer_text, .layer_on_lock", grid: [grid_size,grid_size], stop: onLayerDragEnd }); layer.click(function(event){ //if (!u.isLayerLocked(serial)) { jQuery(':focus').blur(); t.setLayerSelected(serial); event.stopPropagation(); // IF ANIMATION TAB IS VISIBLE, AND PLAY IS SELECTED, WE CAN ALLOW TO ANIMATE THE SINGLE LAYER if (u.checkAnimationTab()) { u.stopAllLayerAnimation(); u.animateCurrentSelectedLayer(0); } else if (u.checkLoopTab()) { u.stopAllLayerAnimation(); u.callCaptionLoops(); } //} }); } /** * get layer serial from id */ t.getSerialFromID = function(layerID){ if (layerID == undefined) return false; var layerSerial = layerID.replace("slide_layer_","").replace("demo_layer_",""); return(layerSerial); } /** * get serial from sortID */ t.getSerialFromSortID = function(sortID){ var layerSerial = sortID.replace("layer_sort_time_",""); layerSerial = layerSerial.replace("layer_sort_",""); layerSerial = layerSerial.replace("layer_quicksort_",""); return(layerSerial); } /** * hide in html and sortbox */ t.lockAllLayers = function(serial){ for (serial in arrLayers) u.lockLayer(serial); } /** * show layer in html and sortbox */ t.unlockAllLayers = function(serial){ for (serial in arrLayers) u.unlockLayer(serial); } /** * show all layers */ t.showAllLayers = function(){ for (serial in arrLayers) u.showLayer(serial,true); } /** * hide all layers */ t.hideAllLayers = function(){ for (serial in arrLayers) u.hideLayer(serial,true); } /** * get html layer from serial */ t.getHtmlLayerFromSerial = function(serial, isDemo){ if(!isDemo) isDemo = false; if(!isDemo) var htmlLayer = jQuery("#slide_layer_"+serial); else var htmlLayer = jQuery("#demo_layer_"+serial); if(htmlLayer.length == 0) UniteAdminRev.showErrorMessage("Html Layer with serial: "+serial+" not found!"); return(htmlLayer); } /** * get layer object by the new Unique Id */ t.getLayerByUniqueId = function(uid){ for(var key in arrLayers){ if(arrLayers[key]['unique_id'] == uid) return t.getLayer(key); } return false; } /** * get layer object by the new Unique Id */ t.getLayerIdByUniqueId = function(uid){ for(var key in arrLayers){ if(arrLayers[key]['unique_id'] == uid) return key; } return false; } /** * get unique ID by layer */ t.getUniqueIdByLayer = function(serial){ for(var key in arrLayers){ if(key == serial) return arrLayers[key]['unique_id']; } return false; } /** * get layer object by id */ t.getLayer = function(serial, isDemo){ if(isDemo){ var layer = arrLayersDemo[serial]; }else{ var layer = arrLayers[serial]; } if(!layer){ //check if still maybe demo layer var layer = arrLayersDemo[serial]; } if(!layer){ return false; //UniteAdminRev.showErrorMessage("getLayer error, Layer with serial: "+serial+" not found"); }else{ //modify some data layer.speed = Number(layer.speed); layer.endspeed = Number(layer.endspeed); return layer; } return false; } /** * get current layer object */ t.getCurrentLayer = function(){ if(selectedLayerSerial == -1){ return false; //UniteAdminRev.showErrorMessage(rev_lang.sel_layer_not_set); //return(null); } return t.getLayer(selectedLayerSerial); } /*! MAKE HTML LAYER */ /** * make layer html, with params from the object */ t.makeLayerHtml = function(serial,objLayer,isDemo){ if(!isDemo) isDemo = false; var type = "text"; if(objLayer.type) type = objLayer.type; var zIndex = Number(objLayer.order)+100; var style = "z-index:"+zIndex+";position:absolute;"; var stylerot =""; if(t.getVal(objLayer, 'max_width') !== 'auto') style += ' width: '+t.getVal(objLayer, 'max_width')+';'; if(t.getVal(objLayer, 'max_height') !== 'auto') style += ' height: '+t.getVal(objLayer, 'max_height')+';'; //if(objLayer.whitespace !== 'normal') style += ' white-space: '+t.getVal(objLayer, 'whitespace')+';'; var static_class = ''; if(typeof objLayer.special_type !== 'undefined' && objLayer.special_type == 'static') static_class = ' static_layer'; var internal_class = ''; if(typeof objLayer.type !== 'undefined' && (objLayer.type == 'button' || objLayer.type == 'shape')) internal_class = ' '+objLayer.internal_class; // || objLayer.type == 'no_edit' if(type == "image") style += "line-height:0;"; if(!isDemo){ var html = '<div id="slide_layer_' + serial + '" data-type="'+type+'" style="' + style + '" class="slide_layer_type_'+type+' slide_layer"><div style="'+stylerot+'" class="innerslide_layer tp-caption '+objLayer.style+static_class+internal_class+'" >'; }else{ if(rev_adv_resp_sizes === true){ } if(objLayer['static_styles'] != undefined){ style += ' font-size: '+t.getVal(objLayer['static_styles'],'font-size')+';'; style += ' line-height: '+t.getVal(objLayer['static_styles'],'line-height')+';'; style += ' font-weight: '+t.getVal(objLayer['static_styles'],'font-weight')+';'; style += ' color: '+t.getVal(objLayer['static_styles'],'color')+';'; } var html = '<div id="demo_layer_' + serial + '" style="' + style + ' display: none;" class="demo_layer demo_layer_'+curDemoSlideID+' slide_layer" ><div class="innerslide_layer tp-caption '+objLayer.style+static_class+internal_class+'" >'; } //add layer specific html switch(type){ case "image": var addStyle = ''; if(t.getVal(objLayer,'scaleX') != "") addStyle += "width: " + t.getVal(objLayer,'scaleX') + "px; "; if(t.getVal(objLayer,'scaleY') != "") addStyle += "height: " + t.getVal(objLayer,'scaleY') + "px;"; html += '<img src="'+objLayer.image_url+'" alt="'+objLayer.alt+'" style="'+addStyle+'"></img>'; break; default: case "text": case "button": //case 'no_edit': html += objLayer.text; break; case "video": //var styleVideo = "width:"+parseInt(t.getVal(objLayer, 'video_width'),0)+"px;height:"+parseInt(t.getVal(objLayer, 'video_height'),0)+"px;"; var styleVideo = "width:100%;height:100%"; if(typeof (objLayer.video_data) !== "undefined"){ var useImage = (jQuery.trim(objLayer.video_data.previewimage) != '') ? objLayer.video_data.previewimage : objLayer.video_image_url; }else{ var useImage = objLayer.video_image_url; } var videoIcon = objLayer.video_type; switch(objLayer.video_type){ case "youtube": case "vimeo": styleVideo += ";background-image:url("+useImage+");"; break; case "html5": if(useImage !== undefined && useImage != "") styleVideo += ";background-image:url("+useImage+");"; break; case 'streamyoutube': videoIcon = 'youtube'; break; case 'streamvimeo': videoIcon = 'vimeo'; break; case 'streaminstagram': videoIcon = 'html5'; break; } html += "<div class='slide_layer_video' style='"+styleVideo+"'><div class='video-layer-inner video-icon-"+videoIcon+"'>" html += "<div class='layer-video-title'>" + objLayer.video_title + "</div>"; html += "</div></div>"; break; } html +="</div>"; //add cross icon: html += "<div class='icon_cross'></div>"; html += '</div>'; return(html); } /** * Reset values that can be set without changing the class to default */ t.reset_to_default_static_styles = function(layer, exclude, devices){ if(layer.style !== undefined){ //get css styles from choosen class var foundstyles = UniteCssEditorRev.getStyleSettingsByHandle(layer.style); if(foundstyles !== false){ if(foundstyles.params['font-size'] !== undefined){ if(exclude !== undefined && devices !== undefined){ if(jQuery.inArray('font-size', exclude) !== -1){ //set for specific devices now layer['static_styles'] = t.setVal(layer['static_styles'], 'font-size', foundstyles.params['font-size'], false, devices); if(jQuery.inArray(layout, devices) !== -1){ jQuery('#layer_font_size_s').val(foundstyles.params['font-size']); } } }else{ jQuery('#layer_font_size_s').val(foundstyles.params['font-size']); } } if(foundstyles.params['line-height'] !== undefined){ if(exclude !== undefined && devices !== undefined){ if(jQuery.inArray('line-height', exclude) !== -1){ //set for specific devices now layer['static_styles'] = t.setVal(layer['static_styles'], 'line-height', foundstyles.params['line-height'], false, devices); if(jQuery.inArray(layout, devices) !== -1){ jQuery('#layer_line_height_s').val(foundstyles.params['line-height']); } } }else{ jQuery('#layer_line_height_s').val(foundstyles.params['line-height']); } } if(foundstyles.params['font-weight'] !== undefined){ if(exclude !== undefined && devices !== undefined){ if(jQuery.inArray('font-weight', exclude) !== -1){ //set for specific devices now layer['static_styles'] = t.setVal(layer['static_styles'], 'font-weight', foundstyles.params['font-weight'], false, devices); if(jQuery.inArray(layout, devices) !== -1){ jQuery('#layer_font_weight_s option[value="'+foundstyles.params['font-weight']+'"]').attr('selected', true); } } }else{ jQuery('#layer_font_weight_s option[value="'+foundstyles.params['font-weight']+'"]').attr('selected', true); } } if(foundstyles.params['color'] !== undefined){ if(exclude !== undefined && devices !== undefined){ if(jQuery.inArray('color', exclude) !== -1){ //set for specific devices now layer['static_styles'] = t.setVal(layer['static_styles'], 'color', UniteAdminRev.rgb2hex(foundstyles.params['color']), false, devices); } if(jQuery.inArray(layout, devices) !== -1){ jQuery('#layer_color_s').val(UniteAdminRev.rgb2hex(foundstyles.params['color'])); //trigger color change on the colorpicker jQuery('.wp-color-result').each(function(){ jQuery(this).css('backgroundColor', jQuery(this).parent().find('.my-color-field').val()); }); } }else{ jQuery('#layer_color_s').val(UniteAdminRev.rgb2hex(foundstyles.params['color'])); //trigger color change on the colorpicker jQuery('.wp-color-result').each(function(){ jQuery(this).css('backgroundColor', jQuery(this).parent().find('.my-color-field').val()); }); } } } } } /** * update layer by data object */ t.updateLayer = function(serial,objData,del_certain){ var layer = t.getLayer(serial); if(!layer){ return(false); } var do_reset_static = false; if(objData.style !== undefined && objData.style !== layer['style'] && jQuery('#dialog-change-style-from-css').css('display') == 'none'){ //check if dialog is open, if yes then do not change static //update values that can be set without changing the class do_reset_static = true; } if(del_certain !== undefined){ for(var key in del_certain){ delete layer[del_certain[key]]; } } for(var key in objData){ if(typeof(objData[key]) === 'object'){ for(var okey in objData[key]){ if(typeof(layer[key]) === 'object'){ if(typeof(layer[key][okey]) === 'object'){ for(var mk in objData[key][okey]){ layer[key][okey][mk] = objData[key][okey][mk]; } }else{ layer[key][okey] = objData[key][okey]; } }else{ layer[key] = {}; layer[key][okey] = objData[key][okey]; } } }else{ layer[key] = objData[key]; } } if(do_reset_static){ t.reset_to_default_static_styles(layer); // Reset Fields from Style Template updateSubStyleParameters(layer); } if(!arrLayers[serial]){ UniteAdminRev.showErrorMessage("setLayer error, Layer with ID: "+serial+" not found"); return(false); } arrLayers[serial] = jQuery.extend({},layer); t.updateReverseList(); } t.updateReverseList = function() { clearTimeout(updateRevTimer); updateRevTimer = setTimeout(function() { RevSliderSettings.onoffStatus(jQuery('#layer_anim_xstart_reverse')); RevSliderSettings.onoffStatus(jQuery('#layer_anim_ystart_reverse')); RevSliderSettings.onoffStatus(jQuery('#layer_anim_xrotate_reverse')); RevSliderSettings.onoffStatus(jQuery('#layer_anim_yrotate_reverse')); RevSliderSettings.onoffStatus(jQuery('#layer_anim_zrotate_reverse')); RevSliderSettings.onoffStatus(jQuery('#layer_scale_xstart_reverse')); RevSliderSettings.onoffStatus(jQuery('#layer_scale_ystart_reverse')); RevSliderSettings.onoffStatus(jQuery('#layer_skew_xstart_reverse')); RevSliderSettings.onoffStatus(jQuery('#layer_skew_ystart_reverse')); RevSliderSettings.onoffStatus(jQuery('#mask_anim_xstart_reverse')); RevSliderSettings.onoffStatus(jQuery('#mask_anim_ystart_reverse')); RevSliderSettings.onoffStatus(jQuery('#layer_anim_xend_reverse')); RevSliderSettings.onoffStatus(jQuery('#layer_anim_yend_reverse')); RevSliderSettings.onoffStatus(jQuery('#layer_anim_xrotate_end_reverse')); RevSliderSettings.onoffStatus(jQuery('#layer_anim_yrotate_end_reverse')); RevSliderSettings.onoffStatus(jQuery('#layer_anim_zrotate_end_reverse')); RevSliderSettings.onoffStatus(jQuery('#layer_scale_xend_reverse')); RevSliderSettings.onoffStatus(jQuery('#layer_scale_yend_reverse')); RevSliderSettings.onoffStatus(jQuery('#layer_skew_xend_reverse')); RevSliderSettings.onoffStatus(jQuery('#layer_skew_yend_reverse')); RevSliderSettings.onoffStatus(jQuery('#mask_anim_xend_reverse')); RevSliderSettings.onoffStatus(jQuery('#mask_anim_yend_reverse')); },100); } /** * update current layer */ t.updateCurrentLayer = function(objData,del_certain){ if(!arrLayers[selectedLayerSerial]){ UniteAdminRev.showErrorMessage("error! the layer with serial: "+selectedLayerSerial+" don't exists"); return(false); } t.updateLayer(selectedLayerSerial,objData,del_certain); } /** * add image layer */ var addLayerImage = function(imgobj, special_type){ objLayer = { style: "", text: "Image " + (id_counter+1), type: "image", image_url: imgobj.imgurl }; objLayer = t.setVal(objLayer, 'scaleX', imgobj.imgwidth, true); objLayer = t.setVal(objLayer, 'scaleY', imgobj.imgheight, true); objLayer = t.setVal(objLayer, 'originalWidth', imgobj.imgwidth, true); objLayer = t.setVal(objLayer, 'originalHeight', imgobj.imgheight, true); if(typeof special_type !== 'undefined') objLayer['special_type'] = special_type; addLayer(objLayer); } /** * get video layer object from video data */ var getVideoObjLayer = function(videoData, adding){ var objLayer = { type:"video", style : "", video_type: videoData.video_type, video_data:videoData }; objLayer.video_data.autoplayonlyfirsttime = false; //needed for v5 as prior to v4, this was existing and is now in autoplay if(typeof(adding) !== 'undefined'){ objLayer.video_width = videoData.video_width; objLayer.video_height = videoData.video_height; } if(objLayer.video_type == "youtube" || objLayer.video_type == "vimeo"){ objLayer.video_id = videoData.id; objLayer.video_title = videoData.title; objLayer.video_image_url = videoData.thumb_medium.url; objLayer.video_args = videoData.args; } //set sortbox text switch(objLayer.video_type){ case "youtube": objLayer.text = "Youtube: " + videoData.title; break; case "vimeo": objLayer.text = "Vimeo: " + videoData.title; break; case "streamyoutube": objLayer.text = "YouTube Stream"; objLayer.video_title = objLayer.text; objLayer.video_image_url = ""; if(videoData.urlPoster != "") objLayer.video_image_url = videoData.urlPoster; break; case "streamvimeo": objLayer.text = "Vimeo Stream"; objLayer.video_title = objLayer.text; objLayer.video_image_url = ""; if(videoData.urlPoster != "") objLayer.video_image_url = videoData.urlPoster; break; case "streaminstagram": objLayer.text = "Instagram Stream"; objLayer.video_title = objLayer.text; objLayer.video_image_url = ""; if(videoData.urlPoster != "") objLayer.video_image_url = videoData.urlPoster; break; case "html5": objLayer.text = "Html5 Video"; objLayer.video_title = objLayer.text; objLayer.video_image_url = ""; if(videoData.urlPoster != "") objLayer.video_image_url = videoData.urlPoster; break; } return(objLayer); } /** * add video layer */ var addLayerVideo = function(videoData, special_type){ var objLayer = getVideoObjLayer(videoData, true); if(typeof special_type !== 'undefined') objLayer['special_type'] = special_type; addLayer(objLayer); } /** * add text layer */ var addLayerText = function(special_type){ var objLayer = { text:initText + (id_counter+1), type:"text" }; if(typeof special_type !== 'undefined') objLayer['special_type'] = special_type; addLayer(objLayer); setTimeout(function() { t.showHideContentEditor(true); jQuery('#layer_text').data('new_content',true); jQuery('#layer_text').focus(); },50); } /*! ADD LAYER */ /** * add layer */ /////////////////////////// // ADD ONE SINGLE LAYER // /////////////////////////// var addLayer = function(objLayer, isInit, isDemo, skipScroller){ isInit = isInit || false; isDemo = isDemo || false; var do_style_reset = false; if(objLayer.subtype == undefined) objLayer.subtype = ''; if(objLayer.specialsettings == undefined) objLayer.specialsettings = {}; if(objLayer.order == undefined) objLayer.order = (id_counter); objLayer.order = Number(objLayer.order); if(isInit == false && !isDemo){ //add unique layer ID only if not init and not demo unique_layer_id++; objLayer.unique_id = unique_layer_id; } //set init position if(objLayer.type == "video"){ objLayer = t.getVal(objLayer, 'left') == undefined ? t.setVal(objLayer, 'left', initLeftVideo, true) : typeof(objLayer.left) !== 'object' ? t.setVal(objLayer, 'left', objLayer.left, true) : objLayer; objLayer = t.getVal(objLayer, 'top') == undefined ? t.setVal(objLayer, 'top', initTopVideo, true) : typeof(objLayer.top) !== 'object' ? t.setVal(objLayer, 'top', objLayer.top, true) : objLayer; objLayer = checkUpdateFullwidthVideo(objLayer); }else{ objLayer = t.getVal(objLayer, 'left') == undefined ? t.setVal(objLayer, 'left', initLeft, true) : typeof(objLayer.left) !== 'object' ? t.setVal(objLayer, 'left', objLayer.left, true) : objLayer; objLayer = t.getVal(objLayer, 'top') == undefined ? t.setVal(objLayer, 'top', initTop, true) : typeof(objLayer.top) !== 'object' ? t.setVal(objLayer, 'top', objLayer.top, true) : objLayer; } /*if(objLayer.type == 'no_edit'){ }*/ if(objLayer['layer_action'] !== undefined){ //check for each action if layer is set to self, if yes, change it to objLayer.unique_id if(objLayer['layer_action'].layer_target !== undefined){ for(var key in objLayer['layer_action'].layer_target){ if(objLayer['layer_action'].layer_target[key] == 'self') objLayer['layer_action'].layer_target[key] = objLayer.unique_id; } } } objLayer.internal_class = objLayer.internal_class || ''; // Enabled Hover ? objLayer['hover'] = objLayer['hover'] || false; objLayer['alias'] = objLayer['alias'] || u.getSortboxText(objLayer.text).toLowerCase(); //set Loop Animations objLayer.loop_animation = objLayer.loop_animation || "disabled";//jQuery("#layer_loop_animation option:selected").val(); objLayer.loop_easing = objLayer.loop_easing || "linearEaseNone";//jQuery("#layer_loop_easing").val(); objLayer.loop_speed = objLayer.loop_speed || 2;//jQuery("#layer_loop_speed").val(); objLayer.loop_startdeg = objLayer.loop_startdeg || -20;//jQuery("#layer_loop_startdeg").val(); objLayer.loop_enddeg = objLayer.loop_enddeg || 20;//jQuery("#layer_loop_enddeg").val(); objLayer.loop_xorigin = objLayer.loop_xorigin || 50;//jQuery("#layer_loop_xorigin").val(); objLayer.loop_yorigin = objLayer.loop_yorigin || 50;//jQuery("#layer_loop_yorigin").val(); objLayer.loop_xstart = objLayer.loop_xstart || 0;//jQuery("#layer_loop_xstart").val(); objLayer.loop_xend = objLayer.loop_xend || 0;//jQuery("#layer_loop_xend").val(); objLayer.loop_ystart = objLayer.loop_ystart || 0;//jQuery("#layer_loop_ystart").val(); objLayer.loop_yend = objLayer.loop_yend || 0;//jQuery("#layer_loop_yend").val(); objLayer.loop_zoomstart = objLayer.loop_zoomstart || 1;//jQuery("#layer_loop_zoomstart").val(); objLayer.loop_zoomend = objLayer.loop_zoomend || 1;//jQuery("#layer_loop_zoomend").val(); objLayer.loop_angle = objLayer.loop_angle || 0;//jQuery("#layer_loop_angle").val(); objLayer.loop_radius = objLayer.loop_radius || 10;//jQuery("#layer_loop_radius").val(); objLayer.html_tag = objLayer.html_tag || "div";//jQuery("#layer_html_tag").val(); objLayer.parallax_layer_ddd_zlevel = objLayer.parallax_layer_ddd_zlevel || "front";//jQuery("#parallax_layer_ddd_zlevel").val(); // set Mask Animation objLayer.mask_start = objLayer.mask_start || false;//jQuery('#masking-start')[0].checked; objLayer.mask_end = objLayer.mask_end || false;//jQuery('#masking-end')[0].checked; // Set Reverse Basics objLayer.x_start_reverse = objLayer.x_start_reverse || false; objLayer.y_start_reverse = objLayer.y_start_reverse || false; objLayer.x_end_reverse = objLayer.x_end_reverse || false; objLayer.y_end_reverse = objLayer.y_end_reverse || false; objLayer.x_rotate_start_reverse = objLayer.x_rotate_start_reverse || false; objLayer.y_rotate_start_reverse = objLayer.y_rotate_start_reverse || false; objLayer.z_rotate_start_reverse = objLayer.z_rotate_start_reverse || false; objLayer.x_rotate_end_reverse = objLayer.x_rotate_end_reverse || false; objLayer.y_rotate_end_reverse = objLayer.y_rotate_end_reverse || false; objLayer.z_rotate_end_reverse = objLayer.z_rotate_end_reverse || false; objLayer.scale_x_start_reverse = objLayer.scale_x_start_reverse || false; objLayer.scale_y_start_reverse = objLayer.scale_y_start_reverse || false; objLayer.scale_x_end_reverse = objLayer.scale_x_end_reverse || false; objLayer.scale_y_end_reverse = objLayer.scale_y_end_reverse || false; objLayer.skew_x_start_reverse = objLayer.skew_x_start_reverse || false; objLayer.skew_y_start_reverse = objLayer.skew_y_start_reverse || false; objLayer.skew_x_end_reverse = objLayer.skew_x_end_reverse || false; objLayer.skew_y_end_reverse = objLayer.skew_y_end_reverse || false; objLayer.mask_x_start_reverse = objLayer.mask_x_start_reverse || false; objLayer.mask_y_start_reverse = objLayer.mask_y_start_reverse || false; objLayer.mask_x_end_reverse = objLayer.mask_x_end_reverse || false; objLayer.mask_y_end_reverse = objLayer.mask_y_end_reverse || false; objLayer.mask_x_start = objLayer.mask_x_start || 0;//jQuery("#mask_anim_xstart").val(); objLayer.mask_y_start = objLayer.mask_y_start || 0;//jQuery("#mask_anim_ystart").val(); objLayer.mask_speed_start = objLayer.mask_speed_start || "inherit";//jQuery("#mask_speed").val(); objLayer.mask_ease_start = objLayer.mask_ease_start || "inherit";//jQuery("#mask_easing").val(); objLayer.mask_x_end = objLayer.mask_x_end || 0;//jQuery("#mask_anim_xend").val(); objLayer.mask_y_end = objLayer.mask_y_end || 0;//jQuery("#mask_anim_yend").val(); objLayer.mask_speed_end = objLayer.mask_speed_end || "inherit";//jQuery("#mask_speed_end").val(); objLayer.mask_ease_end = objLayer.mask_ease_end || "inherit";//jQuery("#mask_easing_end").val(); objLayer.alt_option = objLayer.alt_option || 'media_library'; objLayer.alt = objLayer.alt || ''; //set animation: objLayer.animation = objLayer.animation || 'tp-fade'; //set easing: objLayer.easing = objLayer.easing || "Power2.easeInOut"; objLayer.split = objLayer.split || "none"; objLayer.endsplit = objLayer.endsplit || "none"; objLayer.splitdelay = objLayer.splitdelay || 10; objLayer.endsplitdelay = objLayer.endsplitdelay || 10; objLayer = t.getVal(objLayer, 'max_height') == undefined ? t.setVal(objLayer, 'max_height', "auto", true) : typeof(objLayer.max_height) !== 'object' ? t.setVal(objLayer, 'max_height', objLayer.max_height, true) : objLayer; if(t.getVal(objLayer, 'max_width') == undefined){ objLayer = t.setVal(objLayer, 'max_width', "auto", true); }else{ if(typeof(objLayer.max_width) !== 'object'){ objLayer = t.setVal(objLayer, 'max_width', objLayer.max_width, true); } } if(objLayer.type == 'video' && typeof(objLayer.video_width) == 'undefined' && typeof(objLayer.video_data.width) !== 'undefined') objLayer.video_width = objLayer.video_data.width; //fallback to RS video prior 5.0 if(t.getVal(objLayer, 'video_width') == undefined){ objLayer = t.setVal(objLayer, 'video_width', 480, true); }else{ if(typeof(objLayer.video_width) !== 'object'){ objLayer = t.setVal(objLayer, 'video_width', objLayer.video_width, true); } } if(objLayer.type == 'video' && typeof(objLayer.video_height) == 'undefined' && typeof(objLayer.video_data.height) !== 'undefined') objLayer.video_height = objLayer.video_data.height; //fallback to RS video prior 5.0 if(t.getVal(objLayer, 'video_height') == undefined){ objLayer = t.setVal(objLayer, 'video_height', 360, true); }else{ if(typeof(objLayer.video_height) !== 'object'){ objLayer = t.setVal(objLayer, 'video_height', objLayer.video_height, true); } } if(objLayer['2d_rotation'] == undefined && isInit) objLayer['2d_rotation'] = "inherit"; if(objLayer['2d_origin_x'] == undefined) objLayer['2d_origin_x'] = "inherit"; if(objLayer['2d_origin_y'] == undefined) objLayer['2d_origin_y'] = "inherit"; if(t.getVal(objLayer, 'whitespace') == undefined){ objLayer = t.setVal(objLayer, 'whitespace', jQuery("#layer_whitespace option:selected").val(), true); }else{ if(typeof(objLayer.whitespace) !== 'object'){ objLayer = t.setVal(objLayer, 'whitespace', objLayer.whitespace, true); } } if(objLayer.static_start == undefined) objLayer.static_start = jQuery("#layer_static_start option:selected").val(); if(objLayer.static_end == undefined) objLayer.static_end = 'last'; //jQuery("#layer_static_end option:selected").val(); //set speed: if(objLayer.speed == undefined) objLayer.speed = initSpeed; if(t.getVal(objLayer, 'align_hor') == undefined){ objLayer = t.setVal(objLayer, 'align_hor', 'left', true); }else{ if(typeof(objLayer.align_hor) !== 'object'){ objLayer = t.setVal(objLayer, 'align_hor', objLayer.align_hor, true); } } if(t.getVal(objLayer, 'align_vert') == undefined){ objLayer = t.setVal(objLayer, 'align_vert', 'top', true); }else{ if(typeof(objLayer.align_vert) !== 'object'){ objLayer = t.setVal(objLayer, 'align_vert', objLayer.align_vert, true); } } //set animation: if(objLayer.hiddenunder == undefined) objLayer.hiddenunder = ""; if(objLayer.resizeme == undefined) objLayer.resizeme = "true"; if(objLayer['seo-optimized'] == undefined) objLayer['seo-optimized'] = false; //set image link if(objLayer.link == undefined) objLayer.link = ""; //set image link open in if(objLayer.link_open_in == undefined) objLayer.link_open_in = "same"; //set slide link: if(objLayer.link_slide == undefined) objLayer.link_slide = "nothing"; //set scroll under offset if(objLayer.scrollunder_offset == undefined) objLayer.scrollunder_offset = ""; //set style, if empty, add first style from the list if(objLayer.style == undefined) objLayer.style = '';//jQuery("#layer_caption").val(); if(objLayer['visible-desktop'] == undefined) objLayer['visible-desktop'] = true; if(objLayer['visible-notebook'] == undefined) objLayer['visible-notebook'] = true; if(objLayer['visible-tablet'] == undefined) objLayer['visible-tablet'] = true; if(objLayer['visible-mobile'] == undefined) objLayer['visible-mobile'] = true; if(objLayer['resize-full'] == undefined) objLayer['resize-full'] = true; if(objLayer['show-on-hover'] == undefined) objLayer['show-on-hover'] = false; if(objLayer.basealign == undefined) objLayer.basealign = 'grid'; if(objLayer.responsive_offset == undefined) objLayer.responsive_offset = true; objLayer.style = jQuery.trim(objLayer.style); if(isInit == false && objLayer.type == "text" && (!objLayer.style || objLayer.style == "")){ //objLayer.style = getFirstStyle(); do_style_reset = true; } if(objLayer['lazy-load'] == undefined) objLayer['lazy-load'] = 'auto'; if(objLayer['image-size'] == undefined) objLayer['image-size'] = 'auto'; //add time if(objLayer.time == undefined) objLayer.time = getNextTime(); objLayer.time = Number(objLayer.time); //casting if(objLayer.endspeed == undefined) objLayer.endspeed = initSpeed; //end time: if(objLayer.endtime == undefined) objLayer.endtime = parseInt(g_slideTime,0)+parseInt(objLayer.endspeed,0); //set end animation: if(objLayer.endanimation == undefined) //objLayer.endanimation = jQuery("#layer_endanimation").val(); objLayer.endanimation = 'fadeout'; //set end easing: if(objLayer.endeasing == undefined) objLayer.endeasing = jQuery("#layer_endeasing").val(); if(t.getVal(objLayer, 'width') == undefined){ objLayer = t.setVal(objLayer, 'width', -1, true); }else{ if(typeof(objLayer.width) !== 'object'){ objLayer = t.setVal(objLayer, 'width', objLayer.width, true); } } if(t.getVal(objLayer, 'height') == undefined){ objLayer = t.setVal(objLayer, 'height', -1, true); }else{ if(typeof(objLayer.height) !== 'object'){ objLayer = t.setVal(objLayer, 'height', objLayer.height, true); } } if(t.getVal(objLayer, 'cover_mode') == undefined){ objLayer = t.setVal(objLayer, 'cover_mode', 'custom', true); } if(objLayer['static_styles'] == undefined){ objLayer['static_styles'] = {}; t.reset_to_default_static_styles(objLayer); if(t.getVal(objLayer['static_styles'], 'font-size') == undefined){ objLayer['static_styles'] = t.setVal(objLayer['static_styles'], 'font-size', 20, true); } if(t.getVal(objLayer['static_styles'], 'line-height') == undefined){ objLayer['static_styles'] = t.setVal(objLayer['static_styles'], 'line-height', 22, true); } if(t.getVal(objLayer['static_styles'], 'font-weight') == undefined){ objLayer['static_styles'] = t.setVal(objLayer['static_styles'], 'font-weight', 400, true); } if(t.getVal(objLayer['static_styles'], 'color') == undefined){ objLayer['static_styles'] = t.setVal(objLayer['static_styles'], 'color', "#ffffff", true); } }else{ if(typeof(objLayer['static_styles']['font-size']) !== 'object'){ objLayer['static_styles'] = t.setVal(objLayer['static_styles'], 'font-size', objLayer['static_styles']['font-size'], true); } if(typeof(objLayer['static_styles']['line-height']) !== 'object'){ objLayer['static_styles'] = t.setVal(objLayer['static_styles'], 'line-height', objLayer['static_styles']['line-height'], true); } if(typeof(objLayer['static_styles']['font-weight']) !== 'object'){ objLayer['static_styles'] = t.setVal(objLayer['static_styles'], 'font-weight', objLayer['static_styles']['font-weight'], true); } if(typeof(objLayer['static_styles']['color']) !== 'object'){ objLayer['static_styles'] = t.setVal(objLayer['static_styles'], 'color', objLayer['static_styles']['color'], true); } } //round position objLayer = t.setVal(objLayer, 'top', Math.round(t.getVal(objLayer, 'top'))); objLayer = t.setVal(objLayer, 'left', Math.round(t.getVal(objLayer, 'left'))); if(objLayer.x_start == undefined) objLayer.x_start = "inherit"; if(objLayer.y_start == undefined) objLayer.y_start = "inherit"; if(objLayer.z_start == undefined) objLayer.z_start = "inherit"; if(objLayer.x_end == undefined) objLayer.x_end = "inherit"; if(objLayer.y_end == undefined) objLayer.y_end = "inherit"; if(objLayer.z_end == undefined) objLayer.z_end = "inherit"; if(objLayer.opacity_start == undefined){ if(isInit == false){ objLayer.opacity_start = "0"; }else{ objLayer.opacity_start = "inherit"; } } if(objLayer.opacity_end == undefined){ if(isInit == false){ objLayer.opacity_end = "0"; }else{ objLayer.opacity_end = "inherit"; } } if(objLayer.x_rotate_start == undefined) objLayer.x_rotate_start = "inherit"; if(objLayer.y_rotate_start == undefined) objLayer.y_rotate_start = "inherit"; if(objLayer.z_rotate_start == undefined) objLayer.z_rotate_start = "inherit"; if(objLayer.x_rotate_end == undefined) objLayer.x_rotate_end = "inherit"; if(objLayer.y_rotate_end == undefined) objLayer.y_rotate_end = "inherit"; if(objLayer.z_rotate_end == undefined) objLayer.z_rotate_end = "inherit"; if(objLayer.scale_x_start == undefined) objLayer.scale_x_start = "inherit"; if(objLayer.scale_y_start == undefined) objLayer.scale_y_start = "inherit"; if(objLayer.scale_x_end == undefined) objLayer.scale_x_end = "inherit"; if(objLayer.scale_y_end == undefined) objLayer.scale_y_end = "inherit"; if(objLayer.skew_x_start == undefined) objLayer.skew_x_start = "inherit"; if(objLayer.skew_y_start == undefined) objLayer.skew_y_start = "inherit"; if(objLayer.skew_x_end == undefined) objLayer.skew_x_end = "inherit"; if(objLayer.skew_y_end == undefined) objLayer.skew_y_end = "inherit"; if(objLayer.x_origin_start == undefined) objLayer.x_origin_start = "inherit"; if(objLayer.y_origin_start == undefined) objLayer.y_origin_start = "inherit"; if(objLayer.x_origin_end == undefined) objLayer.x_origin_end = "inherit"; if(objLayer.y_origin_end == undefined) objLayer.y_origin_end = "inherit"; if(objLayer.pers_start == undefined) objLayer.pers_start = "inherit"; if(objLayer.pers_end == undefined) objLayer.pers_end = "inherit"; // KRISZTAN - ( NEW LAYER GETS ADDED ) deformation part if(objLayer.deformation == undefined || jQuery.isEmptyObject(objLayer['deformation'])) objLayer.deformation = {}; if(objLayer['deformation']['font-family'] == undefined){ objLayer['deformation']['font-family'] = ""; }else{ if(objLayer['deformation']['font-family'] !== '' && sgfamilies.indexOf(objLayer['deformation']['font-family']) == -1){ sgfamilies.push(objLayer['deformation']['font-family']); } } if(objLayer['deformation']['padding'] == undefined){ var cur_pad = []; jQuery('input[name="css_padding[]"]').each(function(){ cur_pad.push(0); }); objLayer['deformation']['padding'] = cur_pad; //4 [] } if(objLayer['deformation']['font-style'] == undefined){ objLayer['deformation']['font-style'] = 'normal'; // checkbox } if(objLayer['deformation']['color-transparency'] == undefined) objLayer['deformation']['color-transparency'] = 1; if(objLayer['deformation']['text-decoration'] == undefined) objLayer['deformation']['text-decoration'] = "none"; if(objLayer['deformation']['text-align'] == undefined) objLayer['deformation']['text-align'] = "left"; if(objLayer['deformation']['background-color'] == undefined) objLayer['deformation']['background-color'] = "transparent"; if(objLayer['deformation']['background-transparency'] == undefined) objLayer['deformation']['background-transparency'] = 1; if(objLayer['deformation']['border-color'] == undefined) objLayer['deformation']['border-color'] = "transparent"; if(objLayer['deformation']['border-transparency'] == undefined) objLayer['deformation']['border-transparency'] = 1; if(objLayer['deformation']['border-style'] == undefined) objLayer['deformation']['border-style'] = "none"; if(objLayer['deformation']['border-width'] == undefined) objLayer['deformation']['border-width'] = "0" if(objLayer['deformation']['border-radius'] == undefined){ var cur_bor = []; jQuery('input[name="css_border-radius[]"]').each(function(){ cur_bor.push(0); }); objLayer['deformation']['border-radius'] = cur_bor; //4 [] } if(objLayer['deformation']['x'] == undefined) objLayer['deformation']['x'] = 0; if(objLayer['deformation']['y'] == undefined) objLayer['deformation']['y'] = 0; if(objLayer['deformation']['z'] == undefined) objLayer['deformation']['z'] = 0; if(objLayer['deformation']['skewx'] == undefined) objLayer['deformation']['skewx'] = 0; if(objLayer['deformation']['skewy'] == undefined) objLayer['deformation']['skewy'] = 0; if(objLayer['deformation']['scalex'] == undefined) objLayer['deformation']['scalex'] = 1; if(objLayer['deformation']['scaley'] == undefined) objLayer['deformation']['scaley'] = 1; if(objLayer['deformation']['opacity'] == undefined) objLayer['deformation']['opacity'] = 1; if(objLayer['deformation']['xrotate'] == undefined) objLayer['deformation']['xrotate'] = 0; if(objLayer['deformation']['yrotate'] == undefined) objLayer['deformation']['yrotate'] = 0; if(objLayer['2d_rotation'] == undefined) objLayer['2d_rotation'] = 0; if(objLayer['deformation']['2d_origin_x'] == undefined) objLayer['deformation']['2d_origin_x'] = 50; if(objLayer['deformation']['2d_origin_y'] == undefined) objLayer['deformation']['2d_origin_y'] = 50; if(objLayer['deformation']['pers'] == undefined) objLayer['deformation']['pers'] = 600; if(objLayer['deformation']['corner_left'] == undefined) objLayer['deformation']['corner_left'] = 'nothing'; if(objLayer['deformation']['corner_right'] == undefined) objLayer['deformation']['corner_right'] = 'nothing'; if(objLayer['deformation']['parallax'] == undefined) objLayer['deformation']['parallax'] = '-'; //deformation part end //deformation hover part start if(objLayer['deformation-hover'] == undefined || jQuery.isEmptyObject(objLayer['deformation-hover'])){ objLayer['deformation-hover'] = {}; } if(objLayer['deformation-hover']['color'] == undefined) objLayer['deformation-hover']['color'] = "#ffffff"; if(objLayer['deformation-hover']['color-transparency'] == undefined) objLayer['deformation-hover']['color-transparency'] = "1"; if(objLayer['deformation-hover']['text-decoration'] == undefined) objLayer['deformation-hover']['text-decoration'] = "none"; if(objLayer['deformation-hover']['background-color'] == undefined) objLayer['deformation-hover']['background-color'] = "transparent"; if(objLayer['deformation-hover']['background-transparency'] == undefined) objLayer['deformation-hover']['background-transparency'] = 0; if(objLayer['deformation-hover']['border-color'] == undefined) objLayer['deformation-hover']['border-color'] = "transparent"; if(objLayer['deformation-hover']['border-transparency'] == undefined) objLayer['deformation-hover']['border-transparency'] = "1"; if(objLayer['deformation-hover']['border-style'] == undefined) objLayer['deformation-hover']['border-style'] = "none"; if(objLayer['deformation-hover']['border-width'] == undefined) objLayer['deformation-hover']['border-width'] = 0; if(objLayer['deformation-hover']['border-radius'] == undefined){ var cur_bor = []; jQuery('input[name="hover_css_border-radius[]"]').each(function(){ cur_bor.push(0); }); objLayer['deformation-hover']['border-radius'] = cur_bor; //4 [] } if(objLayer['deformation-hover']['x'] == undefined) objLayer['deformation-hover']['x'] = 0; if(objLayer['deformation-hover']['y'] == undefined) objLayer['deformation-hover']['y'] = 0; if(objLayer['deformation-hover']['z'] == undefined) objLayer['deformation-hover']['z'] = 0; if(objLayer['deformation-hover']['skewx'] == undefined) objLayer['deformation-hover']['skewx'] = 0; if(objLayer['deformation-hover']['skewy'] == undefined) objLayer['deformation-hover']['skewy'] = 0; if(objLayer['deformation-hover']['scalex'] == undefined) objLayer['deformation-hover']['scalex'] = 1; if(objLayer['deformation-hover']['scaley'] == undefined) objLayer['deformation-hover']['scaley'] = 1; if(objLayer['deformation-hover']['opacity'] == undefined) objLayer['deformation-hover']['opacity'] = 1; if(objLayer['deformation-hover']['xrotate'] == undefined) objLayer['deformation-hover']['xrotate'] = 0; if(objLayer['deformation-hover']['yrotate'] == undefined) objLayer['deformation-hover']['yrotate'] = 0; if(objLayer['deformation-hover']['2d_rotation'] == undefined) objLayer['deformation-hover']['2d_rotation'] = 0; if(objLayer['deformation-hover']['2d_origin_x'] == undefined) objLayer['deformation-hover']['2d_origin_x'] = 50; if(objLayer['deformation-hover']['2d_origin_y'] == undefined) objLayer['deformation-hover']['2d_origin_y'] = 50; if(objLayer['deformation-hover']['speed'] == undefined) objLayer['deformation-hover']['speed'] = jQuery('#hover_speed').val(); if(objLayer['deformation-hover']['easing'] == undefined) objLayer['deformation-hover']['easing'] = jQuery('#hover_easing option:selected').val(); if(objLayer['deformation-hover']['css_cursor'] == undefined) objLayer['deformation-hover']['css_cursor'] = jQuery('#css_cursor option:selected').val(); //deformation hover part end if(objLayer['visible'] == undefined) objLayer['visible'] = true; if(objLayer.animation_overwrite == undefined) objLayer.animation_overwrite = 'wait'; if(objLayer.trigger_memory == undefined) objLayer.trigger_memory = 'keep'; objLayer.serial = id_counter; if(!isDemo){ arrLayers[id_counter] = jQuery.extend({},objLayer); }else{ arrLayersDemo[id_counter] = jQuery.extend({},objLayer); } //add html var htmlLayer = t.makeLayerHtml(id_counter,objLayer,isDemo); container.append(htmlLayer); var objHtmlLayer = t.getHtmlLayerFromSerial(id_counter,isDemo); //add layer to sortbox if(!isDemo) { u.addToSortbox(id_counter,objLayer); if (skipScroller!=true) t.timeLineTableDimensionUpdate(); } if(objLayer['visible'] == false && !isDemo){ u.hideLayer(id_counter); } //refresh draggables if(!isDemo) refreshEvents(id_counter); id_counter++; //enable "delete all" button, not event, but anyway :) jQuery("#button_delete_all").removeClass("button-now-disabled"); u.rebuildLayerIdle(objHtmlLayer,0,isDemo); //select the layer if(isInit == false && !isDemo){ t.setLayerSelected(objLayer.serial); jQuery("#layer_text").focus(); } if(do_style_reset){ //trigger change event so that element gets first styles t.reset_to_default_static_styles(objLayer); // Reset Fields from Style Template updateSubStyleParameters(objLayer, true); } } /** * * delete layer from layers object */ var deleteLayerFromObject = function(serial){ var arrLayersNew = {}; var flagFound = false; for (key in arrLayers){ if(key != serial) arrLayersNew[key] = arrLayers[key]; else flagFound = true; } if(flagFound == false) UniteAdminRev.showErrorMessage("Can't delete layer, serial: "+serial+" not found"); arrLayers = jQuery.extend({},arrLayersNew); } /** * delete the layer from html. */ var deleteLayerFromHtml = function(serial){ var htmlLayer = t.getHtmlLayerFromSerial(serial); htmlLayer.remove(); } /** * delete all representation of some layer */ var deleteLayer = function(serial){ t.checkActionsOnLayers(serial); deleteLayerFromObject(serial); deleteLayerFromHtml(serial); u.deleteLayerFromSortbox(serial); } /** * * call "deleteLayer" function with selected serial */ var deleteCurrentLayer = function(){ if(selectedLayerSerial == -1) { return(false); } deleteLayer(selectedLayerSerial); //set unselected selectedLayerSerial = -1; //clear form and disable buttons disableFormFields(); } /** * call "duplicateLayer" function with selected serial */ var duplicateCurrentLayer = function(){ if(selectedLayerSerial == -1) return(false); var obj = arrLayers[selectedLayerSerial]; var obj2 = jQuery.extend(true, {}, obj); //duplicate object t.getVal(objLayer, 'top'); obj2 = t.setVal(obj2, 'left', t.getVal(obj2, 'left')+5); obj2 = t.setVal(obj2, 'top', t.getVal(obj2, 'top')+5); obj2.order = undefined; obj2.time = undefined; addLayer(obj2); initDisallowCaptionsOnClick(); var key; jQuery.each(t.getLayers(),function(k,layer) { key = k; }); t.setLayerSelected(key); } /** * update the corners */ t.updateHtmlLayerCorners = function(htmlLayer,objLayer){ htmlLayer = htmlLayer.find('.innerslide_layer'); var ncch = htmlLayer.outerHeight(), bgcol = htmlLayer.css('backgroundColor'), bgOpacity = UniteAdminRev.getTransparencyFromRgba(htmlLayer.css('backgroundColor')); bgOpacity = bgOpacity === false ? 1 : bgOpacity; htmlLayer.find('.frontcorner').remove(); htmlLayer.find('.frontcornertop').remove(); htmlLayer.find('.backcorner').remove(); htmlLayer.find('.backcornertop').remove(); switch(objLayer['deformation']['corner_left']){ case "curved": htmlLayer.append("<div class='frontcorner'></div>"); break; case "reverced": htmlLayer.append("<div class='frontcornertop'></div>"); break; } switch(objLayer['deformation']['corner_right']){ case "curved": htmlLayer.append("<div class='backcorner'></div>"); break; case "reverced": htmlLayer.append("<div class='backcornertop'></div>"); break; } htmlLayer.find(".frontcorner").css({ 'borderWidth':ncch+"px", 'left':(0-ncch)+'px', 'borderRight':'0px solid transparent', 'borderTopColor':bgcol }); htmlLayer.find(".frontcornertop").css({ 'borderWidth':ncch+"px", 'left':(0-ncch)+'px', 'borderRight':'0px solid transparent', 'borderBottomColor':bgcol }); htmlLayer.find('.backcorner').css({ 'borderWidth':ncch+"px", 'right':(0-ncch)+'px', 'borderLeft':'0px solid transparent', 'borderBottomColor':bgcol }); htmlLayer.find('.backcornertop').css({ 'borderWidth':ncch+"px", 'right':(0-ncch)+'px', 'borderLeft':'0px solid transparent', 'borderTopColor':bgcol }); } // DELIVER THE SELECTED JQUERY OBJECT BASED ON SERIAL var getjQueryLayer = function() { return jQuery('#slide_layer_'+selectedLayerSerial); } // UPDATE LAYER TEXT ON WRITE && UPDATE TITLE OF LAYER var updateLayerTextField = function(event,timerobj,txt) { var jobj = getjQueryLayer(); if (selectedLayerSerial!=-1 && jobj.length>0) jobj.find('.innerslide_layer.tp-caption').html(txt); var li = timerobj.closest("li"); txt = u.getSortboxText(txt); li.find('.timer-layer-text').html(txt); } /** * update the position of html cross */ t.updateCrossIconPosition = function(objHtmlLayer,objLayer){ var htmlCross = objHtmlLayer.find(".icon_cross"); var crossWidth = htmlCross.width(); var crossHeight = htmlCross.height(); var totalWidth = objHtmlLayer.outerWidth(); var totalHeight = objHtmlLayer.outerHeight(); var crossHalfW = Math.round(crossWidth / 2); var crossHalfH = Math.round(crossHeight / 2); var posx = 0; var posy = 0; switch(t.getVal(objLayer, 'align_hor')){ case "left": posx = - crossHalfW; break; case "center": posx = (totalWidth - crossWidth) / 2; break; case "right": posx = totalWidth - crossHalfW; break; } switch(t.getVal(objLayer, 'align_vert')){ case "top": posy = - crossHalfH; break; case "middle": posy = (totalHeight - crossHeight) / 2; break; case "bottom": posy = totalHeight - crossHalfH; break; } htmlCross.css({"left":posx+"px","top":posy+"px"}); } /** * check / update full width video position and size */ var checkUpdateFullwidthVideo = function(objLayer){ if(objLayer.type != "video") { return(objLayer); } if(typeof (objLayer.video_data) !== "undefined"){ if(objLayer.video_data && objLayer.video_data.fullwidth && objLayer.video_data.fullwidth == true){ objLayer = t.setVal(objLayer, 'top', 0); objLayer = t.setVal(objLayer, 'left', 0); objLayer = t.setVal(objLayer, 'align_hor', 'left', true); objLayer = t.setVal(objLayer, 'align_vert', 'top', true); objLayer.video_width = container.width(); objLayer.video_height = container.height(); } } return(objLayer); } /*! UPDATE HTML LAYER */ /** * update html layers from object */ var updateHtmlLayersFromObject = function(serial,posresets,isDemo){ if(!serial) serial = selectedLayerSerial; var objLayer = t.getLayer(serial, isDemo); if(!objLayer) return(false); var htmlLayer = t.getHtmlLayerFromSerial(serial,isDemo); //set class name var className = "innerslide_layer tp-caption"; if(serial == selectedLayerSerial) htmlLayer.addClass("layer_selected"); className += " "+objLayer.style; switch(objLayer.type){ case 'button': case 'shape': className += ' '+objLayer.internal_class; break; /*case 'no_edit': className += objLayer.internal_class; break;*/ } htmlLayer.find('.innerslide_layer').attr("class",className); //set html var type = objLayer.type || "text"; //update layer by type: switch(type){ case "image": break; case "video": //update fullwidth position objLayer = checkUpdateFullwidthVideo(objLayer); break; default: case "text": case "button": htmlLayer.find('.innerslide_layer').html(objLayer.text); t.makeCurrentLayerRotatable(serial); t.updateHtmlLayerCorners(htmlLayer,objLayer); break; /*case 'no_edit': break;*/ } u.rebuildLayerIdle(getjQueryLayer()); } // MAKE THINGS ROTATABLE t.makeCurrentLayerRotatable = function(serial) { if (u.checkLoopTab() || u.checkAnimationTab()) { t.removeCurrentLayerRotatable(); return false; } var el = jQuery('.slide_layer.layer_selected .innerslide_layer'); if (el!=undefined && el.length>0) { try{el.rotatable("destroy");} catch(e) {} el.rotatable({ angle:el.data('angle'), start:function(event,ui) { }, rotate:function(event,ui) { jQuery('#layer_2d_rotation').val(getRotationDegrees(ui.element)); ui.element.data('angle',ui.angle.current); }, stop:function(event,ui) { t.updateLayerFromFields(); } }); } } t.removeCurrentLayerRotatable = function() { jQuery('.slide_layer .ui-rotatable-handle').each(function() { var el = jQuery(this); setTimeout(function() { try{el.parent().rotatable("destroy");} catch(e) {} try{el.remove();} catch(e) {} try{el.parent().find('.ui-rotatable-handle').remove();} catch(e) {} },50); }) } /** THE CHANGE OF POSITION FIELD TRIGGERS THE REPOSITIONINNG OF THE LAYER **/ var positionChanged = function() { jQuery("#layer_top, #layer_left").change(function() { setTimeout(function() { updateHtmlLayersFromObject(t.getSerialFromID(jQuery('.layer_selected').attr('id')),true); },19); }); } t.set_cover_mode = function(){ var objLayer = t.getLayer(selectedLayerSerial); jQuery('#layer_scaleX').removeAttr('disabled'); jQuery('#layer_scaleY').removeAttr('disabled'); jQuery('#layer_max_width').removeAttr('disabled'); jQuery('#layer_max_height').removeAttr('disabled'); switch(objLayer.type) { case 'shape': case 'image': switch(jQuery('#layer_cover_mode option:selected').val()){ case 'custom': //already removed disable break; case 'fullwidth': jQuery('#layer_scaleX').attr('disabled', 'disabled'); jQuery('#layer_max_width').attr('disabled', 'disabled'); break; case 'fullheight': jQuery('#layer_scaleY').attr('disabled', 'disabled'); jQuery('#layer_max_height').attr('disabled', 'disabled'); break; case 'cover': case 'cover-proportional': jQuery('#layer_scaleX').attr('disabled', 'disabled'); jQuery('#layer_scaleY').attr('disabled', 'disabled'); jQuery('#layer_max_width').attr('disabled', 'disabled'); jQuery('#layer_max_height').attr('disabled', 'disabled'); } break; default: } } /** * IF ONLY X/Y VALUE CHANGED BASED ON KEY UP'S, SHOULD BE A QUICKER MOVEMENT AVAILABLE */ t.updateCurrentLayerPosition = function() { var objUpdate = {}; objUpdate = t.setVal(objUpdate, 'top', Number(parseInt(jQuery("#layer_top").val(),0))); objUpdate = t.setVal(objUpdate, 'left', Number(parseInt(jQuery("#layer_left").val(),0))); t.updateCurrentLayer(objUpdate); u.rebuildLayerIdle(jQuery('.slide_layer.layer_selected')); } /** * update layer from html fields */ t.updateLayerFromFields = function() { //clearTimeout(t.ulff_core); //t.ulff_core = setTimeout(function() { t.updateLayerFromFields_Core(); //},350); } t.updateLayerFromFields_Core = function(){ if(selectedLayerSerial == -1) return(false); UniteCssEditorRev.compare_to_original(); //compare style changes and mark elements depending on state var objUpdate = {}; objUpdate.style = jQuery("#layer_caption").val(); objUpdate['hover'] = jQuery('#hover_allow')[0].checked; objUpdate['toggle'] = jQuery('#toggle_allow')[0].checked; objUpdate['toggle_use_hover'] = jQuery('#toggle_use_hover')[0].checked; objUpdate['visible-desktop'] = jQuery('#visible-desktop')[0].checked; objUpdate['visible-notebook'] = jQuery('#visible-notebook')[0].checked; objUpdate['visible-tablet'] = jQuery('#visible-tablet')[0].checked; objUpdate['visible-mobile'] = jQuery('#visible-mobile')[0].checked; objUpdate['show-on-hover'] = jQuery('#layer_on_slider_hover')[0].checked; objUpdate['lazy-load'] = jQuery('#layer-lazy-loading option:selected').val(); objUpdate['image-size'] = jQuery('#layer-image-size option:selected').val(); objUpdate.text = jQuery("#layer_text").val(); objUpdate.texttoggle = jQuery("#layer_text_toggle").val() || ""; objUpdate.alias = jQuery('#layer_sort_'+selectedLayerSerial+" .timer-layer-text").val(); // IF NEW CONTENT IS EDITED FIRST TIME, USE THE SAME CONTENT FOR LAYER DESCRIPTION if (jQuery('#layer_text').data('new_content')) jQuery('#layer_sort_'+selectedLayerSerial+" .timer-layer-text").val(objUpdate.text); jQuery('#layer_quicksort_'+selectedLayerSerial+" .layer-title-in-list").val(objUpdate.alias); jQuery('#the_current-editing-layer-title').val(objUpdate.alias); jQuery('#layer-short-toolbar').data('serial',selectedLayerSerial) objUpdate = t.setVal(objUpdate, 'top', Number(parseInt(jQuery("#layer_top").val(),0))); objUpdate = t.setVal(objUpdate, 'left', Number(parseInt(jQuery("#layer_left").val(),0))); objUpdate = t.setVal(objUpdate, 'whitespace', jQuery("#layer_whitespace option:selected").val()); objUpdate = t.setVal(objUpdate, 'max_height', jQuery("#layer_max_height").val()); objUpdate = t.setVal(objUpdate, 'max_width', jQuery("#layer_max_width").val()); objUpdate = t.setVal(objUpdate, 'video_height', jQuery("#layer_video_height").val()); objUpdate = t.setVal(objUpdate, 'video_width', jQuery("#layer_video_width").val()); objUpdate = t.setVal(objUpdate, 'scaleX', jQuery("#layer_scaleX").val()); objUpdate = t.setVal(objUpdate, 'scaleY', jQuery("#layer_scaleY").val()); objUpdate = t.setVal(objUpdate, 'cover_mode', jQuery("#layer_cover_mode option:selected").val()); objUpdate['2d_rotation'] = parseInt(jQuery("#layer_2d_rotation").val(),0); objUpdate['2d_origin_x'] = parseInt(jQuery("#layer_2d_origin_x").val(),0); objUpdate['2d_origin_y'] = parseInt(jQuery("#layer_2d_origin_y").val(),0); objUpdate['static_start'] = jQuery("#layer_static_start option:selected").val(); objUpdate['static_end'] = jQuery("#layer_static_end option:selected").val(); //set Loop Animations objUpdate.loop_animation = jQuery("#layer_loop_animation option:selected").val(); objUpdate.loop_easing = jQuery("#layer_loop_easing").val(); objUpdate.loop_speed = jQuery("#layer_loop_speed").val(); objUpdate.loop_startdeg = parseInt(jQuery("#layer_loop_startdeg").val(),0); objUpdate.loop_enddeg = parseInt(jQuery("#layer_loop_enddeg").val(),0); objUpdate.loop_xorigin = parseInt(jQuery("#layer_loop_xorigin").val(),0); objUpdate.loop_yorigin = parseInt(jQuery("#layer_loop_yorigin").val(),0); objUpdate.loop_xstart = parseInt(jQuery("#layer_loop_xstart").val(),0); objUpdate.loop_xend = parseInt(jQuery("#layer_loop_xend").val(),0); objUpdate.loop_ystart = parseInt(jQuery("#layer_loop_ystart").val(),0); objUpdate.loop_yend = parseInt(jQuery("#layer_loop_yend").val(),0); objUpdate.loop_zoomstart = jQuery("#layer_loop_zoomstart").val(); objUpdate.loop_zoomend = jQuery("#layer_loop_zoomend").val(); objUpdate.loop_angle = jQuery("#layer_loop_angle").val(); objUpdate.loop_radius = jQuery("#layer_loop_radius").val(); objUpdate.html_tag = jQuery("#layer_html_tag option:selected").val(); objUpdate.parallax_layer_ddd_zlevel = jQuery("#parallax_layer_ddd_zlevel option:selected").val(); if (jQuery('#layer__scalex').val()!=1 || jQuery('#layer__scaley').val()!=1 || parseInt(jQuery('#layer__skewx').val(),0)!=0 || parseInt(jQuery('#layer__skewy').val(),0)!=0 || parseInt(jQuery('#layer__xrotate').val(),0)!=0 || parseInt(jQuery('#layer__yrotate').val(),0)!=0 || parseInt(jQuery('#layer_2d_rotation').val(),0)!=0) { jQuery('.mask-not-available').show(); jQuery('.mask-is-available').hide(); jQuery('#masking-start').removeAttr("checked"); jQuery('#masking-end').removeAttr("checked"); jQuery('.mask-start-settings').hide(); jQuery('.mask-end-settings').hide(); jQuery('.tp-showmask').removeClass('tp-showmask'); RevSliderSettings.onoffStatus(jQuery('#masking-start')); RevSliderSettings.onoffStatus(jQuery('#masking-end')); jQuery(t.getHtmlLayerFromSerial(selectedLayerSerial)).find('.tp-mask-wrap').css({overflow:"visible"}); } else { jQuery('.mask-not-available').hide(); jQuery('.mask-is-available').show(); } //set Mask Animations objUpdate.mask_start = jQuery('#masking-start')[0].checked; objUpdate.mask_end = jQuery('#masking-end')[0].checked; objUpdate.mask_x_start = jQuery("#mask_anim_xstart").val(); objUpdate.mask_y_start = jQuery("#mask_anim_ystart").val(); objUpdate.mask_speed_start = jQuery("#mask_speed").val(); objUpdate.mask_ease_start = jQuery("#mask_easing").val(); objUpdate.mask_x_end = jQuery("#mask_anim_xend").val(); objUpdate.mask_y_end = jQuery("#mask_anim_yend").val(); //objUpdate.mask_speed_end = jQuery("#mask_speed_end").val(); //objUpdate.mask_ease_end = jQuery("#mask_easing_end").val(); objUpdate.animation = jQuery("#layer_animation option:selected").val(); objUpdate.speed = jQuery("#layer_speed").val(); objUpdate = t.setVal(objUpdate, 'align_hor', jQuery("#layer_align_hor").val()); objUpdate = t.setVal(objUpdate, 'align_vert', jQuery("#layer_align_vert").val()); objUpdate.hiddenunder = jQuery("#layer_hidden")[0].checked; objUpdate.resizeme = jQuery("#layer_resizeme")[0].checked; objUpdate['resize-full'] = jQuery("#layer_resize-full")[0].checked; //objUpdate['seo-optimized'] = jQuery("#layer-seo-optimized")[0].checked; objUpdate.basealign = jQuery("#layer_align_base").val(); objUpdate.responsive_offset = jQuery("#layer_resp_offset")[0].checked; objUpdate.easing = jQuery("#layer_easing").val(); objUpdate.split = jQuery("#layer_split").val(); objUpdate.endsplit = jQuery("#layer_endsplit").val(); objUpdate.splitdelay = jQuery("#layer_splitdelay").val(); objUpdate.endsplitdelay = jQuery("#layer_endsplitdelay").val(); objUpdate.alt_option = jQuery("#layer_alt_option option:selected").val(); objUpdate.alt = jQuery("#layer_alt").val(); objUpdate = t.setVal(objUpdate, 'scaleX', jQuery("#layer_scaleX").val()); objUpdate = t.setVal(objUpdate, 'scaleY', jQuery("#layer_scaleY").val()); objUpdate.x_start = jQuery("#layer_anim_xstart").val(); objUpdate.y_start = jQuery("#layer_anim_ystart").val(); objUpdate.z_start = jQuery("#layer_anim_zstart").val(); objUpdate.x_end = jQuery("#layer_anim_xend").val(); objUpdate.y_end = jQuery("#layer_anim_yend").val(); objUpdate.z_end = jQuery("#layer_anim_zend").val(); objUpdate.opacity_start = jQuery("#layer_opacity_start").val(); objUpdate.opacity_end = jQuery("#layer_opacity_end").val(); objUpdate.x_rotate_start = jQuery("#layer_anim_xrotate").val(); objUpdate.y_rotate_start = jQuery("#layer_anim_yrotate").val(); objUpdate.z_rotate_start = jQuery("#layer_anim_zrotate").val(); objUpdate.x_rotate_end = jQuery("#layer_anim_xrotate_end").val(); objUpdate.y_rotate_end = jQuery("#layer_anim_yrotate_end").val(); objUpdate.z_rotate_end = jQuery("#layer_anim_zrotate_end").val(); objUpdate.scale_x_start = jQuery("#layer_scale_xstart").val(); objUpdate.scale_y_start = jQuery("#layer_scale_ystart").val(); objUpdate.scale_x_end = jQuery("#layer_scale_xend").val(); objUpdate.scale_y_end = jQuery("#layer_scale_yend").val(); objUpdate.skew_x_start = jQuery("#layer_skew_xstart").val(); objUpdate.skew_y_start = jQuery("#layer_skew_ystart").val(); objUpdate.skew_x_end = jQuery("#layer_skew_xend").val(); objUpdate.skew_y_end = jQuery("#layer_skew_yend").val(); objUpdate.x_origin_start = jQuery('#layer_2d_origin_x').val(); //jQuery("#layer_anim_xoriginstart").val(); objUpdate.y_origin_start = jQuery('#layer_2d_origin_y').val(); //jQuery("#layer_anim_yoriginstart").val(); objUpdate.x_origin_end = jQuery('#layer_2d_origin_x').val(); //jQuery("#layer_anim_xoriginend").val(); objUpdate.y_origin_end = jQuery('#layer_2d_origin_y').val(); //jQuery("#layer_anim_yoriginend").val(); objUpdate.x_start_reverse = jQuery('#layer_anim_xstart_reverse')[0].checked || false; objUpdate.y_start_reverse = jQuery('#layer_anim_ystart_reverse')[0].checked || false; objUpdate.x_end_reverse = jQuery('#layer_anim_xend_reverse')[0].checked || false; objUpdate.y_end_reverse = jQuery('#layer_anim_yend_reverse')[0].checked || false; objUpdate.x_rotate_start_reverse = jQuery('#layer_anim_xrotate_reverse')[0].checked || false; objUpdate.y_rotate_start_reverse = jQuery('#layer_anim_yrotate_reverse')[0].checked || false; objUpdate.z_rotate_start_reverse = jQuery('#layer_anim_zrotate_reverse')[0].checked || false; objUpdate.x_rotate_end_reverse = jQuery('#layer_anim_xrotate_end_reverse')[0].checked || false; objUpdate.y_rotate_end_reverse = jQuery('#layer_anim_yrotate_end_reverse')[0].checked || false; objUpdate.z_rotate_end_reverse = jQuery('#layer_anim_zrotate_end_reverse')[0].checked || false; objUpdate.scale_x_start_reverse = jQuery('#layer_scale_xstart_reverse')[0].checked || false; objUpdate.scale_y_start_reverse = jQuery('#layer_scale_ystart_reverse')[0].checked || false; objUpdate.scale_x_end_reverse = jQuery('#layer_scale_xend_reverse')[0].checked || false; objUpdate.scale_y_end_reverse = jQuery('#layer_scale_yend_reverse')[0].checked || false; objUpdate.skew_x_start_reverse = jQuery('#layer_skew_xstart_reverse')[0].checked || false; objUpdate.skew_y_start_reverse = jQuery('#layer_skew_ystart_reverse')[0].checked || false; objUpdate.skew_x_end_reverse = jQuery('#layer_skew_xend_reverse')[0].checked || false; objUpdate.skew_y_end_reverse = jQuery('#layer_skew_yend_reverse')[0].checked || false; objUpdate.mask_x_start_reverse = jQuery('#mask_anim_xstart_reverse')[0].checked || false; objUpdate.mask_y_start_reverse = jQuery('#mask_anim_ystart_reverse')[0].checked || false; objUpdate.mask_x_end_reverse = jQuery('#mask_anim_xend_reverse')[0].checked || false; objUpdate.mask_y_end_reverse = jQuery('#mask_anim_yend_reverse')[0].checked || false; objUpdate.autolinebreak = jQuery("#layer_auto_line_break")[0].checked; objUpdate.pers_start = jQuery("#layer_pers_start").val(); objUpdate.pers_end = jQuery("#layer_pers_end").val(); objUpdate.scaleProportional = jQuery("#layer_proportional_scale")[0].checked; objUpdate.attrID = jQuery("#layer_id").val(); objUpdate.attrClasses = jQuery("#layer_classes").val(); objUpdate.attrTitle = jQuery("#layer_title").val(); objUpdate.attrRel = jQuery("#layer_rel").val(); objUpdate.link = jQuery("#layer_image_link").val(); objUpdate.link_open_in = jQuery("#layer_link_open_in").val(); objUpdate.link_id = jQuery("#layer_link_id").val(); objUpdate.link_class = jQuery("#layer_link_class").val(); objUpdate.link_title = jQuery("#layer_link_title").val(); objUpdate.link_rel = jQuery("#layer_link_rel").val(); objUpdate.endanimation = jQuery("#layer_endanimation").val(); objUpdate.endspeed = jQuery("#layer_endspeed").val(); objUpdate.endeasing = jQuery("#layer_endeasing").val(); objUpdate = t.setVal(objUpdate, 'scaleY', jQuery("#layer_scaleY").val()); jQuery('#clayer_start_speed').val(objUpdate.speed); jQuery('#clayer_end_speed').val(objUpdate.endspeed); if(objUpdate['static_styles'] == undefined) objUpdate['static_styles'] = {}; objUpdate['static_styles'] = t.setVal(objUpdate['static_styles'], 'font-size', jQuery("#layer_font_size_s").val()); objUpdate['static_styles'] = t.setVal(objUpdate['static_styles'], 'line-height', jQuery("#layer_line_height_s").val()); objUpdate['static_styles'] = t.setVal(objUpdate['static_styles'], 'font-weight', jQuery("#layer_font_weight_s option:selected").val()); objUpdate['static_styles'] = t.setVal(objUpdate['static_styles'], 'color', jQuery("#layer_color_s").val()); //deformation part if(objUpdate.deformation == undefined) objUpdate.deformation = {}; if (objUpdate["deformation"]["padding"] == undefined) objUpdate["deformation"]["padding"]=["0","0","0","0"]; if (objUpdate["deformation"]["border-radius"] == undefined) objUpdate["deformation"]["border-radius"]=["0","0","0","0"]; //objUpdate = updateSubStyleParameters(objUpdate); objUpdate['deformation']['color-transparency'] = jQuery('#css_font-transparency').val(); objUpdate['deformation']['font-style'] = (jQuery('#css_font-style')[0].checked) ? 'italic' : 'normal'; objUpdate['deformation']['font-family'] = jQuery('#css_font-family').val() jQuery('input[name="css_padding[]"]').each(function(i){ objUpdate['deformation']['padding'][i] = jQuery(this).val();}); objUpdate['deformation']['text-decoration'] = jQuery('#css_text-decoration option:selected').val(); objUpdate['deformation']['text-align'] = jQuery('#css_text-align option:selected').val(); objUpdate['deformation']['background-color'] = jQuery('#css_background-color').val(); objUpdate['deformation']['background-transparency'] = jQuery('#css_background-transparency').val(); objUpdate['deformation']['border-color'] = jQuery('#css_border-color-show').val(); objUpdate['deformation']['border-transparency'] = jQuery('#css_border-transparency').val(); objUpdate['deformation']['border-style'] = jQuery('#css_border-style option:selected').val(); objUpdate['deformation']['border-width'] = jQuery('#css_border-width').val(); if(objUpdate.deformation['border-radius'] == undefined) objUpdate.deformation['border-radius'] = new Array(); jQuery('input[name="css_border-radius[]"]').each(function(i){ objUpdate['deformation']['border-radius'][i] = jQuery(this).val();}); objUpdate['deformation']['x'] = 0; //parseInt(jQuery('input[name="layer__x"]').val(),0); objUpdate['deformation']['y'] = 0; //parseInt(jQuery('input[name="layer__y"]').val(),0); objUpdate['deformation']['z'] = parseInt(jQuery('#layer__z').val(),0); objUpdate['deformation']['skewx'] = jQuery('#layer__skewx').val(); objUpdate['deformation']['skewy'] = jQuery('#layer__skewy').val(); objUpdate['deformation']['scalex'] = jQuery('#layer__scalex').val(); objUpdate['deformation']['scaley'] = jQuery('#layer__scaley').val(); objUpdate['deformation']['opacity'] = jQuery('#layer__opacity').val(); objUpdate['deformation']['xrotate'] = parseInt(jQuery('#layer__xrotate').val(),0); objUpdate['deformation']['yrotate'] = parseInt(jQuery('#layer__yrotate').val(),0); objUpdate['2d_rotation'] = parseInt(jQuery('#layer_2d_rotation').val(),0); objUpdate['deformation']['2d_origin_x'] = jQuery('#layer_2d_origin_x').val(); objUpdate['deformation']['2d_origin_y'] = jQuery('#layer_2d_origin_y').val(); objUpdate['deformation']['pers'] = jQuery('#layer__pers').val(); objUpdate['deformation']['corner_left'] = jQuery('#layer_cornerleft option:selected').val(); objUpdate['deformation']['corner_right'] = jQuery('#layer_cornerleft option:selected').val(); objUpdate['deformation']['parallax'] = jQuery('#parallax_level option:selected').val(); //deformation hover part start if(objUpdate['deformation-hover'] == undefined || jQuery.isEmptyObject(objUpdate['deformation-hover'])) objUpdate['deformation-hover'] = {}; objUpdate['deformation-hover']['color'] = jQuery('#hover_layer_color_s').val(); objUpdate['deformation-hover']['color-transparency'] = jQuery('#hover_css_font-transparency').val(); objUpdate['deformation-hover']['text-decoration'] = jQuery('#hover_css_text-decoration option:selected').val(); objUpdate['deformation-hover']['background-color'] = jQuery('#hover_css_background-color').val(); objUpdate['deformation-hover']['background-transparency'] = jQuery('#hover_css_background-transparency').val(); objUpdate['deformation-hover']['border-color'] = jQuery('#hover_css_border-color-show').val(); objUpdate['deformation-hover']['border-transparency'] = jQuery('#hover_css_border-transparency').val(); objUpdate['deformation-hover']['border-style'] = jQuery('#hover_css_border-style option:selected').val(); objUpdate['deformation-hover']['border-width'] = jQuery('#hover_css_border-width').val(); if(objUpdate['deformation-hover']['border-radius'] == undefined) objUpdate['deformation-hover']['border-radius'] = new Array(); jQuery('input[name="hover_css_border-radius[]"]').each(function(i){ objUpdate['deformation-hover']['border-radius'][i] = jQuery(this).val(); }); objUpdate['deformation-hover']['skewx'] = jQuery('#hover_layer__skewx').val(); objUpdate['deformation-hover']['skewy'] = jQuery('#hover_layer__skewy').val(); objUpdate['deformation-hover']['scalex'] = jQuery('#hover_layer__scalex').val(); objUpdate['deformation-hover']['scaley'] = jQuery('#hover_layer__scaley').val(); objUpdate['deformation-hover']['opacity'] = jQuery('#hover_layer__opacity').val(); objUpdate['deformation-hover']['xrotate'] = parseInt(jQuery('#hover_layer__xrotate').val(),0); objUpdate['deformation-hover']['yrotate'] = parseInt(jQuery('#hover_layer__yrotate').val(),0); objUpdate['deformation-hover']['2d_rotation'] = parseInt(jQuery('#hover_layer_2d_rotation').val(),0); //z rotate objUpdate['deformation-hover']['speed'] = jQuery('#hover_speed').val(); objUpdate['deformation-hover']['easing'] = jQuery('#hover_easing option:selected').val(); objUpdate['deformation-hover']['css_cursor'] = jQuery('#css_cursor option:selected').val(); //deformation hover part end if(objUpdate['layer_action'] == undefined || jQuery.isEmptyObject(objUpdate['layer_action'])) objUpdate['layer_action'] = {}; objUpdate['layer_action'].tooltip_event = []; jQuery('select[name="layer_tooltip_event[]"] option:selected').each(function(){ objUpdate['layer_action'].tooltip_event.push(jQuery(this).val()); }); objUpdate['layer_action'].action = []; jQuery('select[name="layer_action[]"] option:selected').each(function(){ objUpdate['layer_action'].action.push(jQuery(this).val()); }); objUpdate['layer_action'].image_link = []; jQuery('input[name="layer_image_link[]"]').each(function(){ objUpdate['layer_action'].image_link.push(jQuery(this).val()); }); objUpdate['layer_action'].link_open_in = []; jQuery('select[name="layer_link_open_in[]"] option:selected').each(function(){ objUpdate['layer_action'].link_open_in.push(jQuery(this).val()); }); objUpdate['layer_action'].jump_to_slide = []; jQuery('select[name="jump_to_slide[]"] option:selected').each(function(){ objUpdate['layer_action'].jump_to_slide.push(jQuery(this).val()); }); objUpdate['layer_action'].scrollunder_offset = []; jQuery('input[name="layer_scrolloffset[]"]').each(function(){ objUpdate['layer_action'].scrollunder_offset.push(jQuery(this).val()); }); objUpdate['layer_action'].actioncallback = []; jQuery('input[name="layer_actioncallback[]"]').each(function(){ objUpdate['layer_action'].actioncallback.push(jQuery(this).val()); }); objUpdate['layer_action'].layer_target = []; jQuery('select[name="layer_target[]"] option:selected').each(function(){ objUpdate['layer_action'].layer_target.push(jQuery(this).val()); }); objUpdate['layer_action'].link_type = []; jQuery('select[name="layer_link_type[]"] option:selected').each(function(){ objUpdate['layer_action'].link_type.push(jQuery(this).val()); }); objUpdate['layer_action'].action_delay = []; jQuery('input[name="layer_action_delay[]"]').each(function(){ objUpdate['layer_action'].action_delay.push(jQuery(this).val()); }); objUpdate['layer_action'].toggle_layer_type = []; jQuery('select[name="toggle_layer_type[]"] option:selected').each(function(){ objUpdate['layer_action'].toggle_layer_type.push(jQuery(this).val()); }); objUpdate['layer_action'].toggle_class = []; jQuery('input[name="layer_toggleclass[]"]').each(function(){ objUpdate['layer_action'].toggle_class.push(jQuery(this).val()); }); objUpdate.animation_overwrite = jQuery('#layer-animation-overwrite option:selected').val(); objUpdate.trigger_memory = jQuery('#layer-tigger-memory option:selected').val(); //ONLY FOR DEBUG!! //objUpdate.internal_class = jQuery('#internal_classes').val(); //objUpdate.type = jQuery('#layer_type option:selected').val(); //update object - Write back changes in ObjArray t.updateCurrentLayer(objUpdate, ['layer_action']); t.showHideToggleContent(objUpdate); //update html layers updateHtmlLayersFromObject(); //update html sortbox updateHtmlSortboxFromObject(); //event on element for href initDisallowCaptionsOnClick(); var type = objLayer.type || "text"; u.rebuildLayerIdle(t.getHtmlLayerFromSerial(selectedLayerSerial)); t.set_cover_mode(); } /** * * update sortbox text from object */ var updateHtmlSortboxFromObject = function(serial){ serial = serial || selectedLayerSerial; var objLayer = t.getLayer(serial), htmlSortItem = u.getHtmlSortItemFromSerial(serial); if(!objLayer || !htmlSortItem) return(false); var sortboxText = u.getSortboxText(objLayer.alias); htmlSortItem.find(".timer-layer-text").text(sortboxText); } /** * * redraw all Layer HTML * */ var redrawAllLayerHtml = function() { jQuery.each(arrLayers,function(i,obj) { redrawLayerHtml(obj.serial); }); jQuery.each(arrLayersDemo,function(i,obj) { redrawLayerHtml(obj.serial, true); }); jQuery('.slide_layer').each(function() { u.rebuildLayerIdle(jQuery(this)); }); updateLayerFormFields(selectedLayerSerial); } /** * redraw some layer html */ var redrawLayerHtml = function(serial, isDemo){ if(isDemo == undefined) isDemo = false; var objLayer = t.getLayer(serial, isDemo); var html = t.makeLayerHtml(serial,objLayer, isDemo) var htmlInner = jQuery(html).html(); var htmlLayer = t.getHtmlLayerFromSerial(serial, isDemo); htmlLayer.html(htmlInner); } /** * check if there is value in the object, and it is defined */ var nix = function(a) { return (a===undefined || a.length==0); } /** * Reset Fields of Styling based on current selected Template */ var updateSubStyleParameters = function(objLayer, reset_full) { var reset = (typeof(reset_full) !== 'undefined' && reset_full === true) ? true : false; var fullstyles = UniteCssEditorRev.getStyleSettingsByHandle(objLayer["style"]); var styles = fullstyles.params; var hover_styles = fullstyles.hover; if(hover_styles == undefined) hover_styles = {}; var is_hover = false; try{ is_hover = fullstyles!==undefined ? fullstyles.hasOwnProperty('settings') ? (typeof(fullstyles.settings) !== 'undefined' && typeof(fullstyles.settings.hover) !== undefined) ? fullstyles.settings.hover : false : false : false; } catch(e) { } // INSERT STANDART SETTINGS FROM TEMPLATE STYLE if(objLayer.deformation != undefined && styles !== undefined){ // COLOR TRANSPARENCY if(nix(objLayer['deformation']['color-transparency']) || reset) objLayer['deformation']['color-transparency'] = !nix(styles["color-transparency"]) ? styles["color-transparency"] : "1"; // FONT STYLE if(nix(objLayer['deformation']['font-style']) || reset) objLayer['deformation']['font-style'] = !nix(styles["font-style"]) ? styles["font-style"] : "normal"; // FONT FAMILY if(nix(objLayer['deformation']['font-family']) || reset) objLayer['deformation']['font-family'] = !nix(styles["font-family"]) ? styles["font-family"] : "Arial" // PADDING SETTINGS if (nix(objLayer['deformation']['padding']) || (nix(objLayer['deformation']['padding'][0]) && nix(objLayer['deformation']['padding'][1]) && nix(objLayer['deformation']['padding'][2]) && nix(objLayer['deformation']['padding'][3])) || reset) { var pads = !nix(styles['padding']) ? typeof(styles['padding']) !== 'object' ? styles['padding'].split(" ") : styles['padding'] : ["0px","0px","0px","0px"]; objLayer['deformation']['padding'] = ["0","0","0","0"]; jQuery(objLayer['deformation']['padding']).each(function(i){ objLayer['deformation']['padding'][i] = pads.length<2 ? pads[0] : pads.length<4 ? i==0 || i==2 ? pads[0] : pads[1] : pads[i]; }); } // TEXT DECORATION if (nix(objLayer['deformation']['text-decoration']) || reset) objLayer['deformation']['text-decoration'] = !nix(styles["text-decoration"]) ? styles["text-decoration"] : "none"; // TEXT ALIGNMENT if (nix(objLayer['deformation']['text-align']) || reset) objLayer['deformation']['text-align'] = !nix(styles["text-align"]) ? styles["text-align"] : "left"; // BACKGROUND COLOR if (nix(objLayer['deformation']['background-color']) || reset) { var hex = !nix(styles['background-color']) ? UniteAdminRev.rgb2hex(styles['background-color']) : "transparent", transparency = !nix(styles['background-color']) ? UniteAdminRev.getTransparencyFromRgba(styles['background-color']) : 1; transparency = transparency==undefined || transparency == false || transparency == "false" ? 1 : transparency; if(!nix(styles['background-transparency'])) transparency = styles['background-transparency']; objLayer['deformation']['background-color'] = hex; objLayer['deformation']['background-transparency'] = transparency; } // BORDER COLOR if (nix(objLayer['deformation']['border-color']) || reset) objLayer['deformation']['border-color'] = !nix(styles['border-color']) ? UniteAdminRev.rgb2hex(styles['border-color']) : "transparent"; // BORDER TRANSPARENCY if(nix(objLayer['deformation']['border-transparency']) || reset) objLayer['deformation']['border-transparency'] = !nix(styles["border-transparency"]) ? styles["border-transparency"] : "1"; // BORDER STYLE if (nix(objLayer['deformation']['border-style']) || reset) objLayer['deformation']['border-style'] = !nix(styles['border-style']) ? styles['border-style'] : "none"; // BORDER WIDTH if (nix(objLayer['deformation']['border-width']) || reset) objLayer['deformation']['border-width'] = !nix(styles['border-width']) ? styles['border-width'] : "0"; // BORDER RADIUS if (nix(objLayer['deformation']['border-radius']) || (nix(objLayer['deformation']['border-radius'][0]) && nix(objLayer['deformation']['border-radius'][1]) && nix(objLayer['deformation']['border-radius'][2]) && nix(objLayer['deformation']['border-radius'][3])) || reset) { var cor = !nix(styles['border-radius']) ? typeof(styles['border-radius']) !== 'object' ? styles['border-radius'].split(" ") : styles['border-radius'] : ["0px","0px","0px","0px"]; objLayer['deformation']['border-radius'] = ["0","0","0","0"]; jQuery(objLayer['deformation']['border-radius']).each(function(i){ objLayer['deformation']['border-radius'][i] = cor.length<2 ? cor[0] : cor.length<4 ? i==0 || i==2 ? cor[0] : cor[1] : cor[i]; }); } // CORNER LEFT if (nix(objLayer['deformation']['corner_left']) || reset) objLayer['deformation']['corner_left'] = !nix(styles['corner_left']) ? styles['corner_left'] : "nothing"; // CORNER RIGHT if (nix(objLayer['deformation']['corner_right']) || reset) objLayer['deformation']['corner_right'] = !nix(styles['corner_right']) ? styles['corner_right'] : "nothing"; // PARALLAX if (nix(objLayer['deformation']['parallax']) || reset) objLayer['deformation']['parallax'] = !nix(styles['parallax']) ? styles['parallax'] : "-"; if (nix(objLayer['deformation']['x']) || reset) objLayer['deformation']['x'] = !nix(styles['x']) ? styles['x'] : 0; if (nix(objLayer['deformation']['y']) || reset) objLayer['deformation']['y'] = !nix(styles['y']) ? styles['y'] : 0; if (nix(objLayer['deformation']['z']) || reset) objLayer['deformation']['z'] = !nix(styles['z']) ? styles['z'] : 0; if (nix(objLayer['deformation']['skewx']) || reset) objLayer['deformation']['skewx'] = !nix(styles['skewx']) ? styles['skewx'] : 0; if (nix(objLayer['deformation']['skewy']) || reset) objLayer['deformation']['skewy'] = !nix(styles['skewy']) ? styles['skewy'] : 0; if (nix(objLayer['deformation']['scalex']) || reset) objLayer['deformation']['scalex'] = !nix(styles['scalex']) ? styles['scalex'] : 1; if (nix(objLayer['deformation']['scaley']) || reset) objLayer['deformation']['scaley'] = !nix(styles['scaley']) ? styles['scaley'] : 1; if (nix(objLayer['deformation']['opacity']) || reset) objLayer['deformation']['opacity'] = !nix(styles['opacity']) ? styles['opacity'] : 1; if (nix(objLayer['deformation']['xrotate']) || reset) objLayer['deformation']['xrotate'] = !nix(styles['xrotate']) ? styles['xrotate'] : 0; if (nix(objLayer['deformation']['yrotate']) || reset) objLayer['deformation']['yrotate'] = !nix(styles['yrotate']) ? styles['yrotate'] : 0; if (nix(objLayer['2d_rotation']) || reset) objLayer['2d_rotation'] = !nix(styles['2d_rotation']) ? styles['2d_rotation'] : 0; if (nix(objLayer['deformation']['2d_origin_x']) || reset) objLayer['deformation']['2d_origin_x'] = !nix(styles['2d_origin_x']) ? styles['2d_origin_x'] : 50; if (nix(objLayer['deformation']['2d_origin_y']) || reset) objLayer['deformation']['2d_origin_y'] = !nix(styles['2d_origin_y']) ? styles['2d_origin_y'] : 50; if (nix(objLayer['deformation']['pers']) || reset) objLayer['deformation']['pers'] = !nix(styles['pers']) ? styles['pers'] : 600; } if(reset){ if(is_hover === 'true' || is_hover === true){ jQuery('#hover_allow').attr('checked', true); jQuery('#idle-hover-swapper').show(); }else{ jQuery('#hover_allow').attr('checked', false); jQuery('#idle-hover-swapper').hide(); } } RevSliderSettings.onoffStatus(jQuery('#hover_allow')); RevSliderSettings.onoffStatus(jQuery('#toggle_allow')); RevSliderSettings.onoffStatus(jQuery('#toggle_use_hover')); if(objLayer.deformation != undefined){ jQuery('#css_font-family').val(objLayer['deformation']['font-family']); jQuery('input[name="css_padding[]"]').each(function(i){ jQuery(this).val(objLayer['deformation']['padding'][i]);}); if(objLayer['deformation']['font-style'] == 'italic') jQuery('#css_font-style').attr('checked', true); // checkbox else jQuery('#css_font-style').attr('checked', false); // checkbox RevSliderSettings.onoffStatus(jQuery('#css_font-style')); jQuery('#css_font-transparency').val(objLayer['deformation']['color-transparency']); jQuery('#css_text-decoration option[value="'+objLayer['deformation']['text-decoration']+'"]').attr('selected', true); jQuery('#css_text-align option[value="'+objLayer['deformation']['text-align']+'"]').attr('selected', true); jQuery('#css_background-color').val(objLayer['deformation']['background-color']); jQuery('#css_background-transparency').val(objLayer['deformation']['background-transparency']); jQuery('#css_border-color-show').val(objLayer['deformation']['border-color']); jQuery('#css_border-transparency').val(objLayer['deformation']['border-transparency']); jQuery('#css_border-style option[value="'+objLayer['deformation']['border-style']+'"]').attr('selected', true); jQuery('#css_border-width').val(objLayer['deformation']['border-width']); jQuery('input[name="css_border-radius[]"]').each(function(i){ jQuery(this).val(objLayer['deformation']['border-radius'][i]);}); jQuery('input[name="layer__x"]').val(objLayer['deformation']['x']); jQuery('input[name="layer__y"]').val(objLayer['deformation']['y']); jQuery('#layer__z').val(objLayer['deformation']['z']); jQuery('#layer__skewx').val(objLayer['deformation']['skewx']); jQuery('#layer__skewy').val(objLayer['deformation']['skewy']); jQuery('#layer__scalex').val(objLayer['deformation']['scalex']); jQuery('#layer__scaley').val(objLayer['deformation']['scaley']); jQuery('#layer__opacity').val(objLayer['deformation']['opacity']); jQuery('#layer__xrotate').val(objLayer['deformation']['xrotate']); jQuery('#layer__yrotate').val(objLayer['deformation']['yrotate']); jQuery('#layer_2d_rotation').val(objLayer['2d_rotation']); jQuery('#layer_2d_origin_x').val(objLayer['deformation']['2d_origin_x']);// jQuery('#layer_2d_origin_y').val(objLayer['deformation']['2d_origin_y']);// jQuery('#layer__pers').val(objLayer['deformation']['pers']); jQuery('#layer_cornerleft option[value="'+objLayer['deformation']['corner_left']+'"]').attr('selected', true); jQuery('#layer_cornerleft option[value="'+objLayer['deformation']['corner_right']+'"]').attr('selected', true); jQuery('#parallax_level option[value="'+objLayer['deformation']['parallax']+'"]').attr('selected', true); if (nix(objLayer['deformation-hover']['color']) || reset) objLayer['deformation-hover']['color'] = !nix(hover_styles['color']) ? hover_styles['color'] : '#000000'; if (nix(objLayer['deformation-hover']['color-transparency']) || reset) objLayer['deformation-hover']['color-transparency'] = !nix(hover_styles['color-transparency']) ? hover_styles['color-transparency'] : '1'; if (nix(objLayer['deformation-hover']['text-decoration']) || reset) objLayer['deformation-hover']['text-decoration'] = !nix(hover_styles['text-decoration']) ? hover_styles['text-decoration'] : 'none'; if (nix(objLayer['deformation-hover']['background-color']) || reset) objLayer['deformation-hover']['background-color'] = !nix(hover_styles['background-color']) ? hover_styles['background-color'] : 'transparent'; if (nix(objLayer['deformation-hover']['background-transparency']) || reset) objLayer['deformation-hover']['background-transparency'] = !nix(hover_styles['background-transparency']) ? hover_styles['background-transparency'] : '1'; if (nix(objLayer['deformation-hover']['border-color']) || reset) objLayer['deformation-hover']['border-color'] = !nix(hover_styles['border-color']) ? hover_styles['border-color'] : 'transparent'; if (nix(objLayer['deformation-hover']['border-transparency']) || reset) objLayer['deformation-hover']['border-transparency'] = !nix(hover_styles['border-transparency']) ? hover_styles['border-transparency'] : '1'; if (nix(objLayer['deformation-hover']['border-style']) || reset) objLayer['deformation-hover']['border-style'] = !nix(hover_styles['border-style']) ? hover_styles['border-style'] : 'none'; if (nix(objLayer['deformation-hover']['border-width']) || reset) objLayer['deformation-hover']['border-width'] = !nix(hover_styles['border-width']) ? hover_styles['border-width'] : '0'; if (nix(objLayer['deformation-hover']['border-radius']) || (nix(objLayer['deformation-hover']['border-radius'][0]) && nix(objLayer['deformation-hover']['border-radius'][1]) && nix(objLayer['deformation-hover']['border-radius'][2]) && nix(objLayer['deformation-hover']['border-radius'][3])) || reset) { var cor = !nix(hover_styles['border-radius']) ? typeof(hover_styles['border-radius']) !== 'object' ? hover_styles['border-radius'].split(" ") : hover_styles['border-radius'] : ["0px","0px","0px","0px"]; objLayer['deformation-hover']['border-radius'] = ["0","0","0","0"]; jQuery(objLayer['deformation-hover']['border-radius']).each(function(i){ objLayer['deformation-hover']['border-radius'][i] = cor.length<2 ? cor[0] : cor.length<4 ? i==0 || i==2 ? cor[0] : cor[1] : cor[i]; }); } if (nix(objLayer['deformation-hover']['skewx']) || reset) objLayer['deformation-hover']['skewx'] = !nix(hover_styles['skewx']) ? hover_styles['skewx'] : 0; if (nix(objLayer['deformation-hover']['skewy']) || reset) objLayer['deformation-hover']['skewy'] = !nix(hover_styles['skewy']) ? hover_styles['skewy'] : 0; if (nix(objLayer['deformation-hover']['scalex']) || reset) objLayer['deformation-hover']['scalex'] = !nix(hover_styles['scalex']) ? hover_styles['scalex'] : 1; if (nix(objLayer['deformation-hover']['scaley']) || reset) objLayer['deformation-hover']['scaley'] = !nix(hover_styles['scaley']) ? hover_styles['scaley'] : 1; if (nix(objLayer['deformation-hover']['opacity']) || reset) objLayer['deformation-hover']['opacity'] = !nix(hover_styles['opacity']) ? hover_styles['opacity'] : 1; if (nix(objLayer['deformation-hover']['xrotate']) || reset) objLayer['deformation-hover']['xrotate'] = !nix(hover_styles['xrotate']) ? hover_styles['xrotate'] : 0; if (nix(objLayer['deformation-hover']['yrotate']) || reset) objLayer['deformation-hover']['yrotate'] = !nix(hover_styles['yrotate']) ? hover_styles['yrotate'] : 0; if (nix(objLayer['deformation-hover']['2d_rotation']) || reset) objLayer['deformation-hover']['2d_rotation'] = !nix(hover_styles['2d_rotation']) ? hover_styles['2d_rotation'] : 0; if (nix(objLayer['deformation-hover']['css_cursor']) || reset) objLayer['deformation-hover']['css_cursor'] = !nix(hover_styles['css_cursor']) ? hover_styles['css_cursor'] : 'auto'; /* not included yet, missing values */ if (nix(objLayer['deformation-hover']['speed']) || reset) objLayer['deformation-hover']['speed'] = !nix(hover_styles['speed']) ? hover_styles['speed'] : '0'; if (nix(objLayer['deformation-hover']['easing']) || reset) objLayer['deformation-hover']['easing'] = !nix(hover_styles['easing']) ? hover_styles['easing'] : 'Linear.easeNone'; /* ENDE not included yet, missing values */ if(objLayer['deformation-hover'] != undefined){ jQuery('#hover_layer_color_s').val(objLayer['deformation-hover']['color']); jQuery('#hover_css_font-transparency').val(objLayer['deformation-hover']['color-transparency']); jQuery('#hover_css_text-decoration option[value="'+objLayer['deformation-hover']['text-decoration']+'"]').attr('selected', true); jQuery('#hover_css_background-color').val(objLayer['deformation-hover']['background-color']); jQuery('#hover_css_background-transparency').val(objLayer['deformation-hover']['background-transparency']); jQuery('#hover_css_border-color-show').val(objLayer['deformation-hover']['border-color']); jQuery('#hover_css_border-transparency').val(objLayer['deformation-hover']['border-transparency']); jQuery('#hover_css_border-style option[value="'+objLayer['deformation-hover']['border-style']+'"]').attr('selected', true); jQuery('#hover_css_border-width').val(objLayer['deformation-hover']['border-width']); jQuery('input[name="hover_css_border-radius[]"]').each(function(i){ jQuery(this).val(objLayer['deformation-hover']['border-radius'][i]); }); jQuery('#hover_layer__skewx').val(objLayer['deformation-hover']['skewx']); jQuery('#hover_layer__skewy').val(objLayer['deformation-hover']['skewy']); jQuery('#hover_layer__scalex').val(objLayer['deformation-hover']['scalex']); jQuery('#hover_layer__scaley').val(objLayer['deformation-hover']['scaley']); jQuery('#hover_layer__opacity').val(objLayer['deformation-hover']['opacity']); jQuery('#hover_layer__xrotate').val(objLayer['deformation-hover']['xrotate']); jQuery('#hover_layer__yrotate').val(objLayer['deformation-hover']['yrotate']); jQuery('#hover_layer_2d_rotation').val(objLayer['deformation-hover']['2d_rotation']); //z rotate jQuery('#css_cursor option[value="'+objLayer['deformation-hover']['css_cursor']+'"]').attr('selected', true); jQuery('#hover_speed').val(objLayer['deformation-hover']['speed']); jQuery('#hover_easing option[value="'+objLayer['deformation-hover']['easing']+'"]').attr('selected', true); } } jQuery('.wp-color-result').each(function(){ jQuery(this).css('backgroundColor', jQuery(this).parent().find('.my-color-field').val()); }); return objLayer; } /** * update layer parameters from the object */ var updateLayerFormFields = function(serial){ var objLayer = arrLayers[serial]; if(typeof(objLayer) == 'undefined') return true; jQuery('#internal_classes').val(objLayer.internal_class); //ONLY FOR DEBUG!! //jQuery('#layer_type option[value="'+objLayer.type+'"]').attr('selected', true); jQuery('.rs-internal-class-wrapper').text(objLayer.internal_class); jQuery('#layer_caption').val(objLayer.style); jQuery('#layer_text').val(UniteAdminRev.stripslashes(objLayer.text)); if (objLayer.texttoggle!=undefined) jQuery('#layer_text_toggle').val(UniteAdminRev.stripslashes(objLayer.texttoggle)); else jQuery('#layer_text_toggle').val(""); jQuery('#layer_text').data('new_content',false) jQuery('#layer_alt_option option[value="'+objLayer.alt_option+'"]').attr('selected', 'selected'); jQuery('#layer_alt').val(objLayer.alt); jQuery('#layer_alias_name').val(objLayer.alias); if(objLayer['hover'] == 'true' || objLayer['hover'] == true){ jQuery('#hover_allow').prop("checked", true); jQuery('#idle-hover-swapper').show(); }else{ jQuery('#hover_allow').prop("checked", false); jQuery('#idle-hover-swapper').hide(); } if(objLayer['toggle'] == 'true' || objLayer['toggle'] == true){ jQuery('#toggle_allow').prop("checked", true); }else{ jQuery('#toggle_allow').prop("checked", false); } if(objLayer['toggle_use_hover'] == 'true' || objLayer['toggle_use_hover'] == true){ jQuery('#toggle_use_hover').prop("checked", true); }else{ jQuery('#toggle_use_hover').prop("checked", false); } if(objLayer['visible-notebook'] == 'true' || objLayer['visible-notebook'] == true) jQuery('#visible-notebook').prop('checked',true); else jQuery('#visible-notebook').prop('checked',false); if(objLayer['visible-desktop'] == "true" || objLayer['visible-desktop'] == true) jQuery('#visible-desktop').prop('checked',true); else jQuery('#visible-desktop').prop('checked',false); if(objLayer['visible-tablet'] == "true" || objLayer['visible-tablet'] == true) jQuery('#visible-tablet').prop('checked',true); else jQuery('#visible-tablet').prop('checked',false); if(objLayer['visible-mobile'] == "true" || objLayer['visible-mobile'] == true) jQuery('#visible-mobile').prop('checked',true); else jQuery('#visible-mobile').prop('checked',false); if(objLayer['show-on-hover'] == "true" || objLayer['show-on-hover'] == true) jQuery('#layer_on_slider_hover').prop('checked',true); else jQuery('#layer_on_slider_hover').prop('checked',false); jQuery('#layer-lazy-loading option[value="'+objLayer['lazy-load']+'"]').attr('selected', 'selected'); jQuery('#layer-image-size option[value="'+objLayer['image-size']+'"]').attr('selected', 'selected'); RevSliderSettings.onoffStatus(jQuery('#hover_allow')); RevSliderSettings.onoffStatus(jQuery('#toggle_allow')); RevSliderSettings.onoffStatus(jQuery('#toggle_use_hover')); RevSliderSettings.onoffStatus(jQuery('#visible-desktop')); RevSliderSettings.onoffStatus(jQuery('#visible-notebook')); RevSliderSettings.onoffStatus(jQuery('#visible-tablet')); RevSliderSettings.onoffStatus(jQuery('#visible-mobile')); RevSliderSettings.onoffStatus(jQuery('#layer_on_slider_hover')); jQuery("#layer_scaleX").val(specOrVal(t.getVal(objLayer,'scaleX'),["auto"],"px")); jQuery("#layer_scaleY").val(specOrVal(t.getVal(objLayer,'scaleY'),["auto"],"px")); jQuery('#layer_cover_mode option[value="'+objLayer['cover_mode']+'"]').attr('selected', 'selected'); jQuery("#layer_max_height").val(specOrVal(t.getVal(objLayer,'max_height'),["auto"],"px")); jQuery("#layer_max_width").val(specOrVal(t.getVal(objLayer,'max_width'),["auto"],"px")); jQuery("#layer_video_height").val(t.getVal(objLayer,'video_height'),["auto"],"px"); jQuery("#layer_video_width").val(t.getVal(objLayer,'video_width'),["auto"],"px"); jQuery("#layer_2d_rotation").val(objLayer['2d_rotation']); jQuery("#layer_2d_origin_x").val(objLayer['2d_origin_x']); jQuery("#layer_2d_origin_y").val(objLayer['2d_origin_y']); jQuery("#layer_static_start option[value='"+objLayer.static_start+"']").attr('selected', 'selected'); changeEndStaticFunctions(); jQuery("#layer_static_end option[value='"+objLayer.static_end+"']").attr('selected', 'selected'); jQuery("#layer_whitespace option[value='"+t.getVal(objLayer, 'whitespace')+"']").attr('selected', 'selected'); if(objLayer.scaleProportional == "true" || objLayer.scaleProportional == true){ jQuery('.rs-proportion-check').removeClass('notselected'); jQuery("#layer_proportional_scale").prop("checked",true); }else{ jQuery("#layer_proportional_scale").prop("checked",false); jQuery('.rs-proportion-check').addClass('notselected'); } if (t.getVal(objLayer, 'whitespace') ==="normal") { jQuery('.rs-linebreak-check').removeClass("notselected"); jQuery('#layer_auto_line_break').prop("checked",true); } else { jQuery('.rs-linebreak-check').addClass("notselected"); jQuery('#layer_auto_line_break').prop("checked",false); } RevSliderSettings.onoffStatus(jQuery('.rs-proportion-check')); RevSliderSettings.onoffStatus(jQuery('.rs-linebreak-check')); jQuery("#layer_top").val(parseInt(t.getVal(objLayer, 'top'),0)+"px"); jQuery("#layer_left").val(parseInt(t.getVal(objLayer, 'left'),0)+"px"); //set Loop Animations jQuery("#layer_loop_animation option[value='"+objLayer.loop_animation+"']").attr('selected', 'selected'); jQuery("#layer_loop_easing").val(objLayer.loop_easing); jQuery("#layer_loop_speed").val(objLayer.loop_speed); jQuery("#layer_loop_startdeg").val(objLayer.loop_startdeg); jQuery("#layer_loop_enddeg").val(objLayer.loop_enddeg); jQuery("#layer_loop_xorigin").val(objLayer.loop_xorigin); jQuery("#layer_loop_yorigin").val(objLayer.loop_yorigin); jQuery("#layer_loop_xstart").val(objLayer.loop_xstart); jQuery("#layer_loop_xend").val(objLayer.loop_xend); jQuery("#layer_loop_ystart").val(objLayer.loop_ystart); jQuery("#layer_loop_yend").val(objLayer.loop_yend); jQuery("#layer_loop_zoomstart").val(objLayer.loop_zoomstart); jQuery("#layer_loop_zoomend").val(objLayer.loop_zoomend); jQuery("#layer_loop_angle").val(objLayer.loop_angle); jQuery("#layer_loop_radius").val(objLayer.loop_radius); jQuery("#layer_html_tag option[value='"+objLayer.html_tag+"']").attr('selected', 'selected'); jQuery("#parallax_layer_ddd_zlevel option[value='"+objLayer.parallax_layer_ddd_zlevel+"']").attr('selected', 'selected'); if(objLayer.mask_start == "true" || objLayer.mask_start == true) { jQuery('#masking-start').attr("checked", true); jQuery('.mask-start-settings').show(); } else { jQuery('#masking-start').removeAttr("checked"); jQuery('.mask-start-settings').hide(); } if(objLayer.mask_end == "true" || objLayer.mask_end == true) { jQuery('#masking-end').attr("checked", true); jQuery('.mask-end-settings').show(); } else { jQuery('#masking-end').removeAttr("checked"); jQuery('.mask-end-settings').hide(); } RevSliderSettings.onoffStatus(jQuery('#masking-start')); RevSliderSettings.onoffStatus(jQuery('#masking-end')); jQuery("#mask_anim_xstart").val(objLayer.mask_x_start); jQuery("#mask_anim_ystart").val(objLayer.mask_y_start); jQuery("#mask_speed").val(objLayer.mask_speed_start); jQuery("#mask_easing").val(objLayer.mask_ease_start); jQuery("#mask_anim_xend").val(objLayer.mask_x_end); jQuery("#mask_anim_yend").val(objLayer.mask_y_end); //jQuery("#mask_speed_end").val(objLayer.mask_speed_end); //jQuery("#mask_easing_end").val(objLayer.mask_ease_end); jQuery("#layer_animation option[value='"+objLayer.animation+"']").attr('selected', 'selected'); jQuery("#layer_easing").val(objLayer.easing); jQuery("#layer_split").val(objLayer.split); jQuery("#layer_endsplit").val(objLayer.endsplit); jQuery("#layer_splitdelay").val(objLayer.splitdelay); jQuery("#layer_endsplitdelay").val(objLayer.endsplitdelay); jQuery("#layer_speed").val(objLayer.speed); jQuery("#layer_align_hor").val(t.getVal(objLayer,'align_hor')); jQuery("#layer_align_vert").val(t.getVal(objLayer,'align_vert')); if(objLayer.hiddenunder == "true" || objLayer.hiddenunder == true) jQuery("#layer_hidden").prop("checked",true); else jQuery("#layer_hidden").prop("checked",false); if(objLayer.resizeme == "true" || objLayer.resizeme == true) jQuery("#layer_resizeme").prop("checked",true); else jQuery("#layer_resizeme").prop("checked",false); if(objLayer['seo-optimized'] == "true" || objLayer['seo-optimized'] == true) jQuery("#layer-seo-optimized").prop("checked",true); else jQuery("#layer-seo-optimized").prop("checked",false); if(objLayer['resize-full'] == "true" || objLayer['resize-full'] == true){ jQuery("#layer_resize-full").prop("checked",true); }else{ jQuery("#layer_resize-full").prop("checked",false); jQuery("#layer_resizeme").prop("checked",false); objLayer.resizeme = false; //remove checked state! } jQuery("#layer_align_base").val(objLayer.basealign); if(objLayer.responsive_offset == "true" || objLayer.responsive_offset == true) jQuery("#layer_resp_offset").prop("checked",true); else jQuery("#layer_resp_offset").prop("checked",false); RevSliderSettings.onoffStatus(jQuery("#layer_hidden")); RevSliderSettings.onoffStatus(jQuery("#layer_resizeme")); RevSliderSettings.onoffStatus(jQuery("#layer_resize-full")); RevSliderSettings.onoffStatus(jQuery("#layer_resp_offset")); RevSliderSettings.onoffStatus(jQuery("#layer-seo-optimized")); jQuery("#layer_image_link").val(objLayer.link); jQuery("#layer_link_open_in").val(objLayer.link_open_in); jQuery("#layer_link_id").val(objLayer.link_id); jQuery("#layer_link_class").val(objLayer.link_class); jQuery("#layer_link_title").val(objLayer.link_title); jQuery("#layer_link_rel").val(objLayer.link_rel); jQuery('#layer_auto_line_break').val(objLayer.autolinebreak); jQuery("#layer_endanimation").val(objLayer.endanimation); jQuery("#layer_endeasing").val(objLayer.endeasing); jQuery("#layer_endspeed").val(objLayer.endspeed); jQuery("#layer_anim_xstart").val(objLayer.x_start); jQuery("#layer_anim_ystart").val(objLayer.y_start); jQuery("#layer_anim_zstart").val(objLayer.z_start); jQuery("#layer_anim_xend").val(objLayer.x_end); jQuery("#layer_anim_yend").val(objLayer.y_end); jQuery("#layer_anim_zend").val(objLayer.z_end); jQuery("#layer_opacity_start").val(objLayer.opacity_start); jQuery("#layer_opacity_end").val(objLayer.opacity_end); jQuery("#layer_anim_xrotate").val(objLayer.x_rotate_start); jQuery("#layer_anim_yrotate").val(objLayer.y_rotate_start); jQuery("#layer_anim_zrotate").val(objLayer.z_rotate_start); jQuery("#layer_anim_xrotate_end").val(objLayer.x_rotate_end); jQuery("#layer_anim_yrotate_end").val(objLayer.y_rotate_end); jQuery("#layer_anim_zrotate_end").val(objLayer.z_rotate_end); jQuery("#layer_scale_xstart").val(objLayer.scale_x_start); jQuery("#layer_scale_ystart").val(objLayer.scale_y_start); jQuery("#layer_scale_xend").val(objLayer.scale_x_end); jQuery("#layer_scale_yend").val(objLayer.scale_y_end); jQuery("#layer_skew_xstart").val(objLayer.skew_x_start); jQuery("#layer_skew_ystart").val(objLayer.skew_y_start); jQuery("#layer_skew_xend").val(objLayer.skew_x_end); jQuery("#layer_skew_yend").val(objLayer.skew_y_end); jQuery("#layer_anim_xoriginstart").val(objLayer.loop_xorigin); //objLayer.x_origin_start jQuery("#layer_anim_yoriginstart").val(objLayer.loop_yorigin); //objLayer.y_origin_start jQuery("#layer_anim_xoriginend").val(); //objLayer.x_origin_end jQuery("#layer_anim_yoriginend").val(objLayer.loop_yorigin); //objLayer.y_origin_end jQuery("#layer_pers_start").val(objLayer.pers_start); jQuery("#layer_pers_end").val(objLayer.pers_end); if(typeof(objLayer.x_start_reverse) !== 'undefined' && (objLayer.x_start_reverse == "true" || objLayer.x_start_reverse == true)) { jQuery('#layer_anim_xstart_reverse').attr('checked',true); }else{ jQuery('#layer_anim_xstart_reverse').removeAttr('checked'); } if(typeof(objLayer.y_start_reverse) !== 'undefined' && (objLayer.y_start_reverse == "true" || objLayer.y_start_reverse == true)) { jQuery('#layer_anim_ystart_reverse').attr('checked',true); }else{ jQuery('#layer_anim_ystart_reverse').removeAttr('checked'); } if(typeof(objLayer.x_end_reverse) !== 'undefined' && (objLayer.x_end_reverse == "true" || objLayer.x_end_reverse == true)) { jQuery('#layer_anim_xend_reverse').attr('checked',true); }else{ jQuery('#layer_anim_xend_reverse').removeAttr('checked'); } if(typeof(objLayer.y_end_reverse) !== 'undefined' && (objLayer.y_end_reverse == "true" || objLayer.y_end_reverse == true)) { jQuery('#layer_anim_yend_reverse').attr('checked',true); }else{ jQuery('#layer_anim_yend_reverse').removeAttr('checked'); } if(typeof(objLayer.x_rotate_start_reverse) !== 'undefined' && (objLayer.x_rotate_start_reverse == "true" || objLayer.x_rotate_start_reverse == true)) { jQuery('#layer_anim_xrotate_reverse').attr('checked',true); }else{ jQuery('#layer_anim_xrotate_reverse').removeAttr('checked'); } if(typeof(objLayer.y_rotate_start_reverse) !== 'undefined' && (objLayer.y_rotate_start_reverse == "true" || objLayer.y_rotate_start_reverse == true)) { jQuery('#layer_anim_yrotate_reverse').attr('checked',true); }else{ jQuery('#layer_anim_yrotate_reverse').removeAttr('checked'); } if(typeof(objLayer.z_rotate_start_reverse) !== 'undefined' && (objLayer.z_rotate_start_reverse == "true" || objLayer.z_rotate_start_reverse == true)) { jQuery('#layer_anim_zrotate_reverse').attr('checked',true); }else{ jQuery('#layer_anim_zrotate_reverse').removeAttr('checked'); } if(typeof(objLayer.x_rotate_end_reverse) !== 'undefined' && (objLayer.x_rotate_end_reverse == "true" || objLayer.x_rotate_end_reverse == true)) { jQuery('#layer_anim_xrotate_end_reverse').attr('checked',true); }else{ jQuery('#layer_anim_xrotate_end_reverse').removeAttr('checked'); } if(typeof(objLayer.y_rotate_end_reverse) !== 'undefined' && (objLayer.y_rotate_end_reverse == "true" || objLayer.y_rotate_end_reverse == true)) { jQuery('#layer_anim_yrotate_end_reverse').attr('checked',true); }else{ jQuery('#layer_anim_yrotate_end_reverse').removeAttr('checked'); } if(typeof(objLayer.z_rotate_end_reverse) !== 'undefined' && (objLayer.z_rotate_end_reverse == "true" || objLayer.z_rotate_end_reverse == true)) { jQuery('#layer_anim_zrotate_end_reverse').attr('checked',true); }else{ jQuery('#layer_anim_zrotate_end_reverse').removeAttr('checked'); } if(typeof(objLayer.scale_x_start_reverse) !== 'undefined' && (objLayer.scale_x_start_reverse == "true" || objLayer.scale_x_start_reverse == true)) { jQuery('#layer_scale_xstart_reverse').attr('checked',true); }else{ jQuery('#layer_scale_xstart_reverse').removeAttr('checked'); } if(typeof(objLayer.scale_y_start_reverse) !== 'undefined' && (objLayer.scale_y_start_reverse == "true" || objLayer.scale_y_start_reverse == true)) { jQuery('#layer_scale_ystart_reverse').attr('checked',true); }else{ jQuery('#layer_scale_ystart_reverse').removeAttr('checked'); } if(typeof(objLayer.scale_x_end_reverse) !== 'undefined' && (objLayer.scale_x_end_reverse == "true" || objLayer.scale_x_end_reverse == true)) { jQuery('#layer_scale_xend_reverse').attr('checked',true); }else{ jQuery('#layer_scale_xend_reverse').removeAttr('checked'); } if(typeof(objLayer.scale_y_end_reverse) !== 'undefined' && (objLayer.scale_y_end_reverse == "true" || objLayer.scale_y_end_reverse == true)) { jQuery('#layer_scale_yend_reverse').attr('checked',true); }else{ jQuery('#layer_scale_yend_reverse').removeAttr('checked'); } if(typeof(objLayer.skew_x_start_reverse) !== 'undefined' && (objLayer.skew_x_start_reverse == "true" || objLayer.skew_x_start_reverse == true)) { jQuery('#layer_skew_xstart_reverse').attr('checked',true); }else{ jQuery('#layer_skew_xstart_reverse').removeAttr('checked'); } if(typeof(objLayer.skew_y_start_reverse) !== 'undefined' && (objLayer.skew_y_start_reverse == "true" || objLayer.skew_y_start_reverse == true)) { jQuery('#layer_skew_ystart_reverse').attr('checked',true); }else{ jQuery('#layer_skew_ystart_reverse').removeAttr('checked'); } if(typeof(objLayer.skew_x_end_reverse) !== 'undefined' && (objLayer.skew_x_end_reverse == "true" || objLayer.skew_x_end_reverse == true)) { jQuery('#layer_skew_xend_reverse').attr('checked',true); }else{ jQuery('#layer_skew_xend_reverse').removeAttr('checked'); } if(typeof(objLayer.skew_y_end_reverse) !== 'undefined' && (objLayer.skew_y_end_reverse == "true" || objLayer.skew_y_end_reverse == true)) { jQuery('#layer_skew_yend_reverse').attr('checked',true); }else{ jQuery('#layer_skew_yend_reverse').removeAttr('checked'); } if(typeof(objLayer.mask_x_start_reverse) !== 'undefined' && (objLayer.mask_x_start_reverse == "true" || objLayer.mask_x_start_reverse == true)) { jQuery('#mask_anim_xstart_reverse').attr('checked',true); }else{ jQuery('#mask_anim_xstart_reverse').removeAttr('checked'); } if(typeof(objLayer.mask_y_start_reverse) !== 'undefined' && (objLayer.mask_y_start_reverse == "true" || objLayer.mask_y_start_reverse == true)) { jQuery('#mask_anim_ystart_reverse').attr('checked',true); }else{ jQuery('#mask_anim_ystart_reverse').removeAttr('checked'); } if(typeof(objLayer.mask_x_end_reverse) !== 'undefined' && (objLayer.mask_x_end_reverse == "true" || objLayer.mask_x_end_reverse == true)) { jQuery('#mask_anim_xend_reverse').attr('checked',true); }else{ jQuery('#mask_anim_xend_reverse').removeAttr('checked'); } if(typeof(objLayer.mask_y_end_reverse) !== 'undefined' && (objLayer.mask_y_end_reverse == "true" || objLayer.mask_y_end_reverse == true)) { jQuery('#mask_anim_yend_reverse').attr('checked',true); }else{ jQuery('#mask_anim_yend_reverse').removeAttr('checked'); } t.updateReverseList(); //set advanced params // SET CURRENT TIMING HELPERS jQuery('#clayer_start_time').val(objLayer.time); jQuery('#clayer_end_time').val(objLayer.endtime); jQuery('#clayer_start_speed').val(objLayer.speed); jQuery('#clayer_end_speed').val(objLayer.endspeed); if(objLayer['static_styles'] != undefined){ jQuery("#layer_font_size_s").val(t.getVal(objLayer['static_styles'], 'font-size')); jQuery("#layer_line_height_s").val(t.getVal(objLayer['static_styles'], 'line-height')); jQuery("#layer_font_weight_s option[value='"+t.getVal(objLayer['static_styles'], 'font-weight')+"']").attr('selected', true); jQuery("#layer_color_s").val(t.getVal(objLayer['static_styles'], 'color')); } if(objLayer.animation_overwrite != undefined) jQuery('#layer-animation-overwrite option[value="'+objLayer.animation_overwrite+'"]').attr('selected', true); else jQuery('#layer-animation-overwrite option[value="wait"]').attr('selected', true); if(objLayer.trigger_memory != undefined) jQuery('#layer-tigger-memory option[value="'+objLayer.trigger_memory+'"]').attr('selected', true); else jQuery('#layer-tigger-memory option[value="keep"]').attr('selected', true); //deformation part //jQuery("#layer_slide_link").val(objLayer.link_slide); //jQuery("#layer_scrolloffset").val(objLayer.scrollunder_offset); //remove all html actions first t.remove_layer_actions(); t.add_layer_actions(objLayer); // Reset Fields from Style Template objLayer = updateSubStyleParameters(objLayer); //KRISZTIAN ( UPDATE FIELDS VON LAYERS ON FOCUS) "Further Changes" From Deformations var vaHor = t.getVal(objLayer,'align_hor'), vaVer = t.getVal(objLayer,'align_vert'); jQuery("#rs-align-wrapper a").removeClass("selected"); jQuery("#rs-align-wrapper-ver a").removeClass("selected"); jQuery("#rs-align-wrapper a[data-hor='"+vaHor+"']").addClass("selected"); jQuery("#rs-align-wrapper-ver a[data-ver='"+vaVer+"']").addClass("selected"); jQuery("#layer_id").val(objLayer.attrID); jQuery("#layer_classes").val(objLayer.attrClasses); jQuery("#layer_title").val(objLayer.attrTitle); jQuery("#layer_rel").val(objLayer.attrRel); //show / hide go under slider offset row jQuery('select[name="layer_action[]"], select[name="no_layer_action[]"]').each(function() { showHideLinkActions(jQuery(this)); }); showHideToolTip(); showHideLoopFunctions(); //has to be the last thing done to not interrupt settings } /** * unselect all html layers */ var unselectHtmlLayers = function(){ jQuery(containerID + " .slide_layer.layer_selected").each(function() { try { jQuery(this).resizable("destroy"); jQuery(this).find('.innerslide_layer').rotatable("destroy"); } catch(e) {} }); jQuery(containerID + " .slide_layer").removeClass("layer_selected"); jQuery('.edit_slide_wrapper').attr('class', '').addClass('edit_slide_wrapper'); } /** * set all layers unselected */ var unselectLayers = function(){ unselectHtmlLayers(); jQuery('.quicksortlayer.selected').removeClass("selected"); u.unselectSortboxItems(); selectedLayerSerial = -1; disableFormFields(); //reset elements jQuery("#layer_alt_row").hide(); jQuery("#layer_scale_title_row").hide(); jQuery("#layer_max_width").show(); jQuery("#layer_max_height").show(); jQuery("#layer_whitespace_row").hide(); jQuery("#layer_scaleX").hide(); jQuery("#layer_scaleY").hide(); jQuery("#layer_proportional_scale").parent().css('visibility', 'hidden'); jQuery("#reset-scale").css('visibility', 'hidden'); jQuery("#layer_image_link_row").hide(); jQuery("#layer_link_id_row").hide(); jQuery("#layer_link_class_row").hide(); jQuery("#layer_link_title_row").hide(); jQuery("#layer_link_rel_row").hide(); jQuery("#layer_link_open_in_row").hide(); t.showHideContentEditor(false); jQuery('.form_layers').addClass('notselected'); //jQuery('#toggle-idle-hover .icon-styleidle').trigger("click"); u.resetIdleSelector(); jQuery('#idle-hover-swapper').hide(); u.allLayerToIdle(); jQuery('#the_current-editing-layer-title').addClass("nolayerselectednow").val("No Layers Selected").attr("disabled","disabled"); jQuery('#layer-short-toolbar').data('serial',""); } t.toolbarInPos = function(objLayer) { if (objLayer) switch (objLayer.type) { case "image": jQuery('#button_change_image_source').show(); jQuery('#button_edit_layer').hide(); jQuery('#button_reset_size').show(); jQuery('#button_change_video_settings').hide(); jQuery('#layer-short-tool-placeholder-a').hide(); jQuery('#layer-short-tool-placeholder-b').hide(); break; case "text": case "button": if (!jQuery('#layer_text_wrapper').hasClass("currently_editing_txt")) { jQuery('#button_edit_layer').show(); jQuery('#button_reset_size').show(); } else { jQuery('#button_edit_layer').hide(); jQuery('#button_reset_size').hide(); } jQuery('#button_change_image_source').hide(); jQuery('#button_change_video_settings').hide(); jQuery('#layer-short-tool-placeholder-a').hide(); jQuery('#layer-short-tool-placeholder-b').hide(); break; case "video": jQuery('#button_edit_layer').hide(); jQuery('#button_change_image_source').hide(); jQuery('#button_reset_size').hide(); jQuery('#button_change_video_settings').show(); jQuery('#layer-short-tool-placeholder-a').show(); jQuery('#layer-short-tool-placeholder-b').hide(); break; case 'shape': jQuery('#button_change_image_source').hide(); jQuery('#button_change_video_settings').hide(); jQuery('#button_edit_layer').hide(); jQuery('#button_reset_size').hide(); jQuery('#layer-short-tool-placeholder-a').show(); jQuery('#layer-short-tool-placeholder-b').show(); break; /*case 'no_edit': jQuery('#button_change_image_source').hide(); jQuery('#button_change_video_settings').hide(); jQuery('#button_edit_layer').hide(); jQuery('#button_reset_size').hide(); break;*/ case 'typeA': break; case 'typeB': break; } } t.remove_layer_actions = function(){ jQuery('.layer_action_wrap').each(function(){ jQuery(this).remove(); }); } /** * check if the layer that is deleted, needs to be removed from any actions as well **/ t.checkActionsOnLayers = function(layerserial){ var clayers = t.getSimpleLayers(); var unique_id = t.getUniqueIdByLayer(layerserial); for(var key in clayers){ if(clayers[key]['layer_action'] !== undefined){ for(var a in clayers[key]['layer_action']['action']){ switch(clayers[key]['layer_action']['action'][a]){ case 'start_in': case 'start_out': case 'start_video': case 'stop_video': case 'toggle_layer': case 'toggle_video': case 'mute_video': case 'unmute_video': case 'toggle_mute_video': case 'simulate_click': case 'toggle_class': var target_layer = clayers[key]['layer_action']['layer_target'][a]; if(unique_id == target_layer){ //remove that action from the layer if(clayers[key]['layer_action']['action'] && clayers[key]['layer_action']['action'][a]) delete clayers[key]['layer_action']['action'][a]; if(clayers[key]['layer_action']['tooltip_event'] && clayers[key]['layer_action']['tooltip_event'][a]) delete clayers[key]['layer_action']['tooltip_event'][a]; if(clayers[key]['layer_action']['image_link'] && clayers[key]['layer_action']['image_link'][a]) delete clayers[key]['layer_action']['image_link'][a]; if(clayers[key]['layer_action']['link_open_in'] && clayers[key]['layer_action']['link_open_in'][a]) delete clayers[key]['layer_action']['link_open_in'][a]; if(clayers[key]['layer_action']['jump_to_slide'] && clayers[key]['layer_action']['jump_to_slide'][a]) delete clayers[key]['layer_action']['jump_to_slide'][a]; if(clayers[key]['layer_action']['scrolloffset'] && clayers[key]['layer_action']['scrolloffset'][a]) delete clayers[key]['layer_action']['scrolloffset'][a]; if(clayers[key]['layer_action']['actioncallback'] && clayers[key]['layer_action']['actioncallback'][a]) delete clayers[key]['layer_action']['actioncallback'][a]; if(clayers[key]['layer_action']['layer_target'] && clayers[key]['layer_action']['layer_target'][a]) delete clayers[key]['layer_action']['layer_target'][a]; if(clayers[key]['layer_action']['action_delay'] && clayers[key]['layer_action']['action_delay'][a]) delete clayers[key]['layer_action']['action_delay'][a]; if(clayers[key]['layer_action']['link_type'] && clayers[key]['layer_action']['link_type'][a]) delete clayers[key]['layer_action']['link_type'][a]; if(clayers[key]['layer_action']['toggle_layer_type'] && clayers[key]['layer_action']['toggle_layer_type'][a]) delete clayers[key]['layer_action']['toggle_layer_type'][a]; if(clayers[key]['layer_action']['toggle_class'] && clayers[key]['layer_action']['toggle_class'][a]) delete clayers[key]['layer_action']['toggle_class'][a]; } break; } } } } } t.remove_action = function(o){ if(confirm(rev_lang.remove_this_action)){ o.closest('li').remove(); t.updateLayerFromFields(); } } t.add_layer_actions = function(obj){ var clayers = t.getSimpleLayers(); if(obj === undefined){ var content = global_action_template({'edit': true}); jQuery('.layer_action_add_template').before(content); t.updateLayerFromFields(); }else{ jQuery('#triggered-element-behavior').hide(); //add all actions from other layers that are directed to the currentlayer var current_layer = t.getCurrentLayer(); for(var key in clayers){ if(clayers[key]['layer_action'] !== undefined){ var has_trigger = false; for(var a in clayers[key]['layer_action']['action']){ switch(clayers[key]['layer_action']['action'][a]){ case 'start_in': case 'start_out': case 'start_video': case 'stop_video': case 'toggle_layer': case 'toggle_video': case 'simulate_click': case 'toggle_class': var target_layer = clayers[key]['layer_action']['layer_target'][a]; if(current_layer.unique_id == target_layer){ switch(clayers[key]['layer_action']['action'][a]){ case 'start_in': case 'start_out': case 'toggle_layer': has_trigger = true; break; } //if(clayers[key]['layer_action']['action'][a] == 'simulate_click') has_trigger = false; /* var data = {}; data.edit = false; data.tooltip_event = (clayers[key]['layer_action'].tooltip_event !== undefined && clayers[key]['layer_action'].tooltip_event[a] !== undefined) ? clayers[key]['layer_action'].tooltip_event[a] : 'click'; data.action = (clayers[key]['layer_action'].action !== undefined && clayers[key]['layer_action'].action[a] !== undefined) ? clayers[key]['layer_action'].action[a] : 'none'; data.image_link = (clayers[key]['layer_action'].image_link !== undefined && clayers[key]['layer_action'].image_link[a] !== undefined) ? clayers[key]['layer_action'].image_link[a] : ''; data.link_open_in = (clayers[key]['layer_action'].link_open_in !== undefined && clayers[key]['layer_action'].link_open_in[a] !== undefined) ? clayers[key]['layer_action'].link_open_in[a] : 'same'; data.jump_to_slide = (clayers[key]['layer_action'].jump_to_slide !== undefined && clayers[key]['layer_action'].jump_to_slide[a] !== undefined) ? clayers[key]['layer_action'].jump_to_slide[a] : ''; data.scrolloffset = (clayers[key]['layer_action'].scrollunder_offset !== undefined && clayers[key]['layer_action'].scrollunder_offset[a] !== undefined) ? clayers[key]['layer_action'].scrollunder_offset[a] : ''; data.actioncallback = (clayers[key]['layer_action'].actioncallback !== undefined && clayers[key]['layer_action'].actioncallback[a] !== undefined) ? clayers[key]['layer_action'].actioncallback[a] : ''; data.layer_target = (clayers[key]['layer_action'].layer_target !== undefined && clayers[key]['layer_action'].layer_target[a] !== undefined) ? clayers[key]['layer_action'].layer_target[a] : ''; data.action_delay = (clayers[key]['layer_action'].action_delay !== undefined && clayers[key]['layer_action'].action_delay[a] !== undefined) ? clayers[key]['layer_action'].action_delay[a] : ''; data.link_type = (clayers[key]['layer_action'].link_type !== undefined && clayers[key]['layer_action'].link_type[a] !== undefined) ? clayers[key]['layer_action'].link_type[a] : 'jquery'; data.toggle_layer_type = (clayers[key]['layer_action'].toggle_layer_type !== undefined && clayers[key]['layer_action'].toggle_layer_type[a] !== undefined) ? clayers[key]['layer_action'].toggle_layer_type[a] : 'visible'; data.toggle_class = (clayers[key]['layer_action'].toggle_class !== undefined && clayers[key]['layer_action'].toggle_class[a] !== undefined) ? clayers[key]['layer_action'].toggle_class[a] : ''; var content = global_action_template(data); jQuery('.layer_action_add_template').before(content); */ var act = ''; switch(clayers[key]['layer_action']['action'][a]){ case 'start_in': act = rev_lang.start_layer_in; break; case 'start_out': act = rev_lang.start_layer_out; break; case 'start_video': act = rev_lang.start_video; break; case 'stop_video': act = rev_lang.stop_video; break; case 'toggle_layer': act = rev_lang.toggle_layer_anim; break; case 'toggle_video': act = rev_lang.toggle_video; break; case 'simulate_click': act = rev_lang.simulate_click; break; case 'toggle_class': act = rev_lang.toggle_class; break; } jQuery('.layer_action_add_template').before('<li class="layer_is_triggered layer_action_wrap">'+rev_lang.layer_action_by+' <a href="javascript:UniteLayersRev.setLayerSelected(\''+key+'\');void(0);">'+clayers[key]['alias']+'</a> '+rev_lang.due_to_action+' '+act+'</li>'); } break; } } if(has_trigger){ jQuery('#triggered-element-behavior').show(); } } } jQuery('.rs_disabled_field').each(function(){ jQuery(this).attr('disabled', 'disabled'); //Disable }); } if(obj !== undefined && obj['layer_action'] !== undefined && obj['layer_action'].action !== undefined){ for(var key in obj['layer_action'].action){ var data = {}; data.edit = true; data.tooltip_event = (obj['layer_action'].tooltip_event !== undefined && obj['layer_action'].tooltip_event[key] !== undefined) ? obj['layer_action'].tooltip_event[key] : 'click'; data.action = (obj['layer_action'].action !== undefined && obj['layer_action'].action[key] !== undefined) ? obj['layer_action'].action[key] : 'none'; data.image_link = (obj['layer_action'].image_link !== undefined && obj['layer_action'].image_link[key] !== undefined) ? obj['layer_action'].image_link[key] : ''; data.link_open_in = (obj['layer_action'].link_open_in !== undefined && obj['layer_action'].link_open_in[key] !== undefined) ? obj['layer_action'].link_open_in[key] : 'same'; data.jump_to_slide = (obj['layer_action'].jump_to_slide !== undefined && obj['layer_action'].jump_to_slide[key] !== undefined) ? obj['layer_action'].jump_to_slide[key] : ''; data.scrolloffset = (obj['layer_action'].scrollunder_offset !== undefined && obj['layer_action'].scrollunder_offset[key] !== undefined) ? obj['layer_action'].scrollunder_offset[key] : ''; data.actioncallback = (obj['layer_action'].actioncallback !== undefined && obj['layer_action'].actioncallback[key] !== undefined) ? obj['layer_action'].actioncallback[key] : ''; data.layer_target = (obj['layer_action'].layer_target !== undefined && obj['layer_action'].layer_target[key] !== undefined) ? obj['layer_action'].layer_target[key] : ''; data.action_delay = (obj['layer_action'].action_delay !== undefined && obj['layer_action'].action_delay[key] !== undefined) ? obj['layer_action'].action_delay[key] : ''; data.link_type = (obj['layer_action'].link_type !== undefined && obj['layer_action'].link_type[key] !== undefined) ? obj['layer_action'].link_type[key] : 'jquery'; data.toggle_layer_type = (obj['layer_action'].toggle_layer_type !== undefined && obj['layer_action'].toggle_layer_type[key] !== undefined) ? obj['layer_action'].toggle_layer_type[key] : 'visible'; data.toggle_class = (obj['layer_action'].toggle_class !== undefined && obj['layer_action'].toggle_class[key] !== undefined) ? obj['layer_action'].toggle_class[key] : ''; var content = global_action_template(data); jQuery('.layer_action_add_template').before(content); } } //add Slides and Layer into select fields, set these values again jQuery('select[name="jump_to_slide[]"], select[name="no_jump_to_slide[]"]').each(function(){ jQuery(this).html(''); for(var key in slideIDs){ for(var mkey in slideIDs[key]) jQuery(this).append(jQuery('<option></option>').val(mkey).text('Slide: '+slideIDs[key][mkey])); } var do_sel = jQuery(this).data('selectoption'); jQuery(this).find('option[value="'+do_sel+'"]').attr('selected', true); }); //slide jQuery('select[name="layer_target[]"], select[name="no_layer_target[]"]').each(function(k){ jQuery(this).html(''); jQuery(this).append(jQuery('<option data-mytype="video-special"></option>').val('backgroundvideo').text(rev_lang.background_video)); jQuery(this).append(jQuery('<option data-mytype="video-special"></option>').val('firstvideo').text(rev_lang.active_video)); for(var key in clayers){ jQuery(this).append(jQuery('<option data-mytype="'+clayers[key].type+'"></option>').val(clayers[key]['unique_id']).text(clayers[key].alias)); } var do_sel = jQuery(this).data('selectoption'); jQuery(this).find('option[value="'+do_sel+'"]').attr('selected', true); var dataAnim = t.getAnimTimingAndTrigger(do_sel); jQuery(this).closest('li').find('select[name="do-layer-animation-overwrite[]"] option[value="'+dataAnim['animation_overwrite']+'"]').attr('selected', true); jQuery(this).closest('li').find('select[name="do-layer-trigger-memory[]"] option[value="'+dataAnim['trigger_memory']+'"]').attr('selected', true); }); //layer } /** * set animation and trigger timings for actions **/ t.getAnimTimingAndTrigger = function(cur_id){ var clayer = t.getLayerByUniqueId(cur_id); return {'animation_overwrite': clayer.animation_overwrite,'trigger_memory': clayer.trigger_memory}; } /** * set animation and trigger timings for actions **/ t.setAnimTimingAndTrigger = function(cur_id){ var clayer = t.getLayerByUniqueId(cur_id); return {'animation_overwrite': clayer.animation_overwrite,'trigger_memory': clayer.trigger_memory}; } /*! SET LAYER SELECTED */ /** * set layer selected representation */ t.setLayerSelected = function(serial,videoRefresh){ if(selectedLayerSerial == serial && !videoRefresh) return(false); u.resetIdleSelector(); jQuery('.quicksortlayer.selected').removeClass("selected"); jQuery('#layer_quicksort_'+serial).addClass("selected"); jQuery('.timer-layer-text:focus').blur(); t.remove_layer_actions(); objLayer = t.getLayer(serial); //add the correct bolds into the selectfield if(typeof(objLayer['deformation']) !== 'undefined' && typeof(objLayer['deformation']['font-family']) !== 'undefined'){ t.check_the_font_bold(objLayer['deformation']['font-family']); }else{ t.check_the_font_bold(''); } t.showHideContentEditor(false); t.toolbarInPos(objLayer); // SOME TOOLBAR ACTION FOR SELECTED LAYER var layer = t.getHtmlLayerFromSerial(serial), tbar = jQuery('#layer-short-toolbar'); jQuery('#the_current-editing-layer-title').val(objLayer.alias).removeAttr('disabled'); jQuery('#layer-short-toolbar').data('serial',serial); if(u.isLayerLocked(serial)) { var b=tbar.find('.quick-layer-lock'), i=b.find('i'); b.addClass("in-off").removeClass("in-on"); i.removeClass("eg-icon-lock-open").addClass("eg-icon-lock"); } else { var b=tbar.find('.quick-layer-lock'), i=b.find('i'); b.addClass("in-on").removeClass("in-off"); i.removeClass("eg-icon-lock").addClass("eg-icon-lock-open"); } if(u.isLayerVisible(serial)){ var b=tbar.find('.quick-layer-view'), i=b.find('i'); b.addClass("in-on").removeClass("in-off"); i.removeClass("eg-icon-eye-off").addClass("eg-icon-eye"); }else{ var b=tbar.find('.quick-layer-view'), i=b.find('i'); b.addClass("in-off").removeClass("in-on"); i.removeClass("eg-icon-eye").addClass("eg-icon-eye-off"); } jQuery('#the_current-editing-layer-title').removeClass("nolayerselectednow"); /*if(objLayer.type == 'no_edit'){ }*/ //jQuery('#layer-short-toolbar').appendTo(layer); //unselect all other layers unselectHtmlLayers(); //set selected class layer.addClass("layer_selected"); u.setSortboxItemSelected(serial); //update selected serial var selectedLayerSerial = serial; //update bottom fields updateLayerFormFields(serial); //enable form fields enableFormFields(); jQuery('#layer_text_wrapper').removeClass('currently_editing_txt'); jQuery('.rs-lazy-load-images-wrap').hide(); jQuery("#layer_video_width").hide(); jQuery("#layer_video_height").hide(); jQuery("#layer_proportional_scale").parent().css('visibility', 'hidden'); jQuery("#reset-scale").css('visibility', 'hidden'); jQuery('#layer-linebreak-wrapper').hide(); jQuery("#layer_cornerleft_row").hide(); jQuery("#layer_cornerright_row").hide(); jQuery("#layer_resizeme_row").hide(); jQuery("#layer_max_width").hide(); jQuery("#layer_max_height").hide(); jQuery("#layer_whitespace_row").hide(); jQuery("#layer-covermode-wrapper").hide(); jQuery('.edit_slide_wrapper').attr('class', '').addClass('edit_slide_wrapper'); switch(objLayer.type){ case "text": jQuery('.edit_slide_wrapper').addClass('main-textlayer-wrapper'); break; case "image": jQuery('.edit_slide_wrapper').addClass('main-imagelayer-wrapper'); break; case "shape": jQuery('.edit_slide_wrapper').addClass('main-shapelayer-wrapper'); break; case "video": jQuery('.edit_slide_wrapper').addClass('main-videolayer-wrapper'); break; case "button": jQuery('.edit_slide_wrapper').addClass('main-buttonlayer-wrapper'); break; } //do specific operations depends on type switch(objLayer.type){ case "video": //show edit video button jQuery("#linkInsertTemplate").addClass("disabled"); jQuery("#layer_2d_rotation_row").hide(); jQuery("#layer_2d_origin_x_row").hide(); jQuery("#layer_2d_origin_y_row").hide(); jQuery("#layer_2d_title_row").hide(); t.showHideContentEditor(false); layer.resizable({ aspectRatio:aspectratio, handles:"all", start:function(event,ui) { if(jQuery("#layer_proportional_scale")[0].checked) { punchgs.TweenLite.set(ui.element,{width:ui.originalSize.width,height:ui.originalSize.height}) punchgs.TweenLite.set(ui.element.find('img'),{width:"100%",height:"auto"}) punchgs.TweenLite.set(ui.element.find('.innerslide_layer'),{width:"100%",height:"auto"}) } else { punchgs.TweenLite.set(ui.element,{width:ui.originalSize.width,height:ui.originalSize.height}) punchgs.TweenLite.set(ui.element.find('img'),{width:"100%",height:"100%"}) punchgs.TweenLite.set(ui.element.find('.innerslide_layer'),{width:"100%",height:"100%"}) } }, resize:function(event,ui) { jQuery('#layer_video_width').val(ui.size.width); jQuery('#layer_video_height').val(ui.size.height); if(jQuery("#layer_proportional_scale")[0].checked) { punchgs.TweenLite.set(ui.element.find('img'),{width:"100%",height:"auto"}) punchgs.TweenLite.set(ui.element.find('.innerslide_layer'),{maxWidth:"none",maxHeight:"none",width:"100%",height:"auto"}); } else { punchgs.TweenLite.set(ui.element.find('img'),{width:"100%",height:"100%"}) punchgs.TweenLite.set(ui.element.find('.innerslide_layer'),{maxWidth:"none",maxHeight:"none",width:"100%",height:"100%"}) } punchgs.TweenLite.set(ui.element.find('.slide_layer_video'),{width:"100%",height:"100%"}); }, stop:function(event,ui) { layerresized = true; setTimeout(function() { layerresized = false; },200); t.updateLayerFromFields(); } }); jQuery("#layer_video_width").show(); jQuery("#layer_video_height").show(); if (layer.width()>=jQuery('#divLayers').width() && layer.height()>=jQuery('#divLayers').height()) layer.addClass("fullscreen-video-layer"); else layer.removeClass("fullscreen-video-layer"); t.makeCurrentLayerRotatable(); break; case "image": //disable the insert button jQuery("#linkInsertTemplate").addClass("disabled"); //show / hide some elements jQuery("#layer_alt_row").show(); jQuery("#layer_scale_title_row").show(); jQuery("#layer_scaleX").show(); jQuery("#layer_scaleY").show(); //initScaleImage(); jQuery("#layer_proportional_scale").parent().css('visibility', 'visible'); jQuery("#reset-scale").css('visibility', 'visible'); jQuery("#layer_image_link_row").show(); jQuery("#layer_link_open_in_row").show(); jQuery("#layer_link_id_row").show(); jQuery("#layer_link_class_row").show(); jQuery("#layer_link_title_row").show(); jQuery("#layer_link_rel_row").show(); jQuery("#layer_2d_rotation_row").show(); jQuery("#layer_2d_origin_x_row").show(); jQuery("#layer_2d_origin_y_row").show(); jQuery("#layer-covermode-wrapper").show(); jQuery('.rs-lazy-load-images-wrap').show(); if(jQuery("#layer_proportional_scale")[0].checked) var aspectratio = true; else var aspectratio = false; layer.resizable({ aspectRatio:aspectratio, handles:"all", start:function(event,ui) { // IF IMAGE IS IN ASPECT RATIO MODE if(jQuery("#layer_proportional_scale")[0].checked) { punchgs.TweenLite.set(ui.element,{width:ui.originalSize.width,height:ui.originalSize.height}) punchgs.TweenLite.set(ui.element.find('img'),{width:"100%",height:"auto"}) punchgs.TweenLite.set(ui.element.find('.innerslide_layer'),{width:"100%",height:"auto"}) } else { punchgs.TweenLite.set(ui.element,{width:ui.originalSize.width,height:ui.originalSize.height}) punchgs.TweenLite.set(ui.element.find('img'),{width:"100%",height:"100%"}) punchgs.TweenLite.set(ui.element.find('.innerslide_layer'),{width:"100%",height:"100%"}) } }, resize:function(event,ui) { jQuery('#layer_scaleX').val(ui.size.width); jQuery('#layer_scaleY').val(ui.size.height); if(jQuery("#layer_proportional_scale")[0].checked) { punchgs.TweenLite.set(ui.element.find('img'),{width:"100%",height:"auto"}) punchgs.TweenLite.set(ui.element.find('.innerslide_layer'),{width:"100%",height:"auto"}) } else { punchgs.TweenLite.set(ui.element.find('img'),{width:"100%",height:"100%"}) punchgs.TweenLite.set(ui.element.find('.innerslide_layer'),{width:"100%",height:"100%"}) } }, stop:function(event,ui) { layerresized = true; setTimeout(function() { layerresized = false; },200); t.updateLayerFromFields(); } }); t.makeCurrentLayerRotatable(); break; case 'shape': jQuery("#layer-covermode-wrapper").show(); //case 'no_edit': case 'typeA': case 'typeB': case 'button': default: //set layer text to default height jQuery("#layer_max_width").show(); jQuery("#layer_max_height").show(); jQuery("#layer_whitespace_row").show(); jQuery("#layer_2d_rotation_row").show(); jQuery("#layer_2d_origin_x_row").show(); jQuery("#layer_2d_origin_y_row").show(); jQuery('#layer_text_wrapper').addClass('currently_editing_txt'); jQuery('#layer-linebreak-wrapper').show(); if(objLayer.type == 'shape'){ jQuery('#layer-linebreak-wrapper').hide(); jQuery('#layer_text_wrapper').removeClass('currently_editing_txt'); } if(objLayer.type == 'typeA'){} if(objLayer.type == 'typeB'){} //if(objLayer.type == 'no_edit'){} layer.resizable({ handles:"all", start:function() { jQuery('.rs-linebreak-check').removeClass('notselected'); jQuery("#layer_whitespace option[value='normal']").attr('selected', 'selected'); var mw = layer.outerWidth(), mh = layer.outerHeight(); layer.css({height:"auto"}); //if(objLayer.type == 'shape') layer.find('.innerslide_layer.tp-caption').css({height:"auto",maxHeight:"none",minHeight:mh,maxWidth:mw}); }, resize:function(event,ui) { var il = ui.element.find('.innerslide_layer'), minheight = il.outerHeight(), ilwidth = il.outerWidth(), maxheight = ui.size.height+1, maxwidth = ui.size.width+1; il.css({"maxWidth":maxwidth}); maxheight = minheight>=maxheight ? "auto" : maxheight+"px"; jQuery('#layer_max_width').val(maxwidth+"px"); jQuery('#layer_max_height').val(maxheight); }, stop:function(event,ui) { layerresized = true; setTimeout(function() { layerresized = false; },200); t.updateLayerFromFields(); } }); t.makeCurrentLayerRotatable(); break; } if(jQuery('#layer_alt_option option:selected').val() == 'custom'){ jQuery('#layer_alt').show(); }else{ jQuery('#layer_alt').hide(); } //hide image layer related fields if(objLayer.type != "image"){ //if(objLayer.type == "no_edit"){} jQuery("#layer_alt_row").hide(); jQuery("#layer_scale_title_row").hide(); jQuery("#layer_scaleX").hide(); jQuery("#layer_scaleY").hide(); jQuery("#layer_image_link_row").hide(); jQuery("#layer_link_open_in_row").hide(); jQuery('#layer_alt_option').parent().hide(); }else{ jQuery('#layer_alt_option').parent().show(); if(jQuery('#layer_alt_option option:selected').val() == 'custom'){ jQuery('#layer_alt').show(); }else{ jQuery('#layer_alt').hide(); } } //show/hide text related layers if(objLayer.type == "text" || objLayer.type == "button"){ jQuery("#layer_cornerleft_row").show(); jQuery("#layer_cornerright_row").show(); jQuery("#layer_resizeme_row").show(); jQuery("#layer_max_width").show(); jQuery("#layer_max_height").show(); jQuery("#layer_whitespace_row").show(); jQuery("#reset-scale").show(); } if(jQuery('#hover_allow')[0].checked){ jQuery('#idle-hover-swapper').show(); }else{ jQuery('#idle-hover-swapper').hide(); } RevSliderSettings.onoffStatus(jQuery('#hover_allow')); RevSliderSettings.onoffStatus(jQuery('#toggle_allow')); RevSliderSettings.onoffStatus(jQuery('#toggle_use_hover')); //hide autocomplete jQuery("#layer_caption").catcomplete("close"); //update timeline of the layer //u.updateCurrentLayerTimeline(); reAlignAndrePosition(); //reset all color picker fields to the corresponding colors jQuery('.wp-color-result').each(function(){ jQuery(this).css('backgroundColor', jQuery(this).parent().find('.my-color-field').val()); }); //set focus to text editor var objHtmlLayer = t.getHtmlLayerFromSerial(serial); checkMaskingAvailabity(); u.rebuildLayerIdle(objHtmlLayer); jQuery('.form_layers').removeClass('notselected'); t.set_cover_mode(); //change the style classes available depending on .type UniteCssEditorRev.updateCaptionsInput(initArrCaptionClasses); t.updateReverseList(); jQuery('#parallax_level').change(); } var getRotationDegrees = function(obj) { var matrix = obj.css("-webkit-transform") || obj.css("-moz-transform") || obj.css("-ms-transform") || obj.css("-o-transform") || obj.css("transform"); if(matrix !== 'none') { var values = matrix.split('(')[1].split(')')[0].split(','); var a = values[0]; var b = values[1]; var angle = Math.round(Math.atan2(b, a) * (180/Math.PI)); } else { var angle = 0; } return (angle < 0) ? angle +=360 : angle; } /** * * return if the layer is selected or not */ var isLayerSelected = function(serial){ return(serial == selectedLayerSerial); } var reAlignAndrePosition = function() { } //====================================================== // Time Functions //====================================================== /** * get next available time */ var getNextTime = function(){ var maxTime = 0; //get max time for (key in arrLayers){ var layer = arrLayers[key]; layerTime = (layer.time)?Number(layer.time):0; if(layerTime > maxTime) maxTime = layerTime; } var outputTime; if(maxTime == 0) outputTime = g_startTime; else outputTime = Number(maxTime) + Number(g_stepTime); return(outputTime); } //====================================================== // Time Functions End //====================================================== //====================================================== // HTML LAYER POSITION UPDATE //====================================================== t.updateHtmlLayerPosition = function(isInit,htmlLayer,objLayer,top,left,align_hor,align_vert){ //update positions by align var width = htmlLayer.outerWidth(), height = htmlLayer.outerHeight(); totalWidth = container.width(); totalHeight = container.height(); //get sizes from saved if on get if(isInit == true && objLayer.type == "image"){ if(t.getVal(objLayer,'width') != -1) width = t.getVal(objLayer,'width'); if(t.getVal(objLayer,'height') != -1) height = t.getVal(objLayer,'height'); } var objCss = {}; //handle horizontal switch(align_hor){ default: case "left": objCss["right"] = "auto"; objCss["left"] = left+"px"; break; case "right": objCss["left"] = "auto"; objCss["right"] = left+"px"; break; case "center": var realLeft = (totalWidth - width)/2; realLeft = Math.round(realLeft) + left; objCss["left"] = realLeft + "px"; objCss["right"] = "auto"; break; } //handle vertical switch(align_vert){ default: case "top": objCss["bottom"] = "auto"; objCss["top"] = top+"px"; break; case "middle": var realTop = (totalHeight - height)/2; realTop = Math.round(realTop)+top; objCss["top"] = realTop + "px"; objCss["bottom"] = "auto"; break; case "bottom": objCss["top"] = "auto"; objCss["bottom"] = top+"px"; break; } punchgs.TweenLite.set(htmlLayer,objCss); } //====================================================== // Events Functions //====================================================== /** * * on layer drag event - update layer position */ var onLayerDragStart = function() { t.showHideContentEditor(false); var layerSerial = t.getSerialFromID(this.id), htmlLayer = jQuery(this), objLayer = t.getLayer(layerSerial); selectedLayerWidth = htmlLayer.outerWidth(); totalWidth = container.width(); selectedlayerHeight = htmlLayer.outerHeight(); totalHeight = container.height(); jQuery('#layer_text_wrapper').removeClass("currently_editing_txt"); t.setLayerSelected(layerSerial); } var onLayerDragEnd = function() { var layerSerial = t.getSerialFromID(this.id), htmlLayer = jQuery(this); t.onLayerDrag("ende",layerSerial,htmlLayer) } t.onLayerDrag = function(end,layerSerial,htmlLayer){ htmlLayer = htmlLayer || jQuery(this); var position = htmlLayer.position(), posTop = Math.round(position.top), posLeft = Math.round(position.left), updateY = 0, updateX = 0, objLayer = t.getLayer(selectedLayerSerial); jQuery('#layer_text_wrapper').removeClass("currently_editing_txt"); t.toolbarInPos(objLayer); switch(t.getVal(objLayer,'align_hor')){ case "left": updateX = posLeft; break; case "right": updateX = totalWidth - posLeft - selectedLayerWidth; break; case "center": updateX = posLeft - (totalWidth - selectedLayerWidth)/2; updateX = Math.round(updateX); break; case "left": default: updateX = posLeft; break; } switch(t.getVal(objLayer,'align_vert')){ case "bottom": updateY = totalHeight - posTop - selectedlayerHeight; break; case "middle": updateY = posTop - (totalHeight - selectedlayerHeight)/2; updateY = Math.round(updateY); break; case "top": default: updateY = posTop; break; } jQuery('#layer_left').val(updateX); jQuery('#layer_top').val(updateY); if (end==="ende") { var objUpdate = {}; objUpdate = t.setVal(objUpdate, 'left', updateX); objUpdate = t.setVal(objUpdate, 'top', updateY); objUpdate = t.setVal(objUpdate, 'width', selectedLayerWidth); objUpdate = t.setVal(objUpdate, 'height', selectedlayerHeight); t.updateLayer(layerSerial,objUpdate); t.updateHtmlLayerPosition(false,htmlLayer,objLayer,t.getVal(objUpdate, 'top'),t.getVal(objUpdate, 'left'),t.getVal(objLayer,'align_hor'),t.getVal(objLayer,'align_vert')); if(isLayerSelected(layerSerial)) updateLayerFormFields(layerSerial); } } /** * move some layer */ var moveLayer = function(serial,dir,step){ var layer = t.getLayer(serial); if(!layer) return(false); switch(dir){ case "down": arrLayers[serial] = t.setVal(arrLayers[serial], 'top', t.getVal(arrLayers[serial], 'top') + step); break; case "up": arrLayers[serial] = t.setVal(arrLayers[serial], 'top', t.getVal(arrLayers[serial], 'top') - step); break; case "right": arrLayers[serial] = t.setVal(arrLayers[serial], 'left', t.getVal(arrLayers[serial], 'left') + step); break; case "left": arrLayers[serial] = t.setVal(arrLayers[serial], 'left', t.getVal(arrLayers[serial], 'left') - step); break; default: UniteAdminRev.showErrorMessage("wrong direction: "+dir); return(false); break; } updateHtmlLayersFromObject(serial); if(isLayerSelected(serial)) updateLayerFormFields(serial); } //====================================================== // Events Functions End //====================================================== //====================================================== // Scale Functions //====================================================== /** * calculate image height/width */ var scaleImage = function(){ jQuery("#layer_scaleX").change(function(){ if(jQuery("#layer_proportional_scale")[0].checked) scaleProportional(true); else scaleNormal(); }); jQuery("#layer_scaleY").change(function(){ if(jQuery("#layer_proportional_scale")[0].checked) scaleProportional(false); else scaleNormal(); }); jQuery("#layer_video_width").change(function(){ if(jQuery("#layer_proportional_scale")[0].checked) scaleProportionalVideo(true); else scaleNormalVideo(); }); jQuery("#layer_video_height").change(function(){ if(jQuery("#layer_proportional_scale")[0].checked) scaleProportionalVideo(false); else scaleNormalVideo(); }); jQuery("#layer_proportional_scale").click(function(){ var serial = selectedLayerSerial; var layer = jQuery("#slide_layer_" + serial); var objLayer = t.getLayer(selectedLayerSerial); if(jQuery(this)[0].checked){ jQuery('#layer_cover_mode option[value="custom"]').attr('selected', true); jQuery('.rs-proportion-check').removeClass('notselected'); scaleProportional(true); var aspectratio = true; }else{ jQuery('.rs-proportion-check').addClass('notselected'); scaleNormal(); var aspectratio = false; } //only do on images, not videos if(objLayer.type == 'image'){ layer.resizable("destroy").resizable({ aspectRatio:aspectratio, start:function(event,ui) { // IF IMAGE IS IN ASPECT RATIO MODE if(jQuery("#layer_proportional_scale")[0].checked) { punchgs.TweenLite.set(ui.element,{width:ui.originalSize.width,height:ui.originalSize.height}) punchgs.TweenLite.set(ui.element.find('img'),{width:"100%",height:"auto"}) punchgs.TweenLite.set(ui.element.find('.innerslide_layer'),{width:"100%",height:"auto"}) } else { punchgs.TweenLite.set(ui.element,{width:ui.originalSize.width,height:ui.originalSize.height}) punchgs.TweenLite.set(ui.element.find('img'),{width:"100%",height:"100%"}) punchgs.TweenLite.set(ui.element.find('.innerslide_layer'),{width:"100%",height:"100%"}) } }, resize:function(event,ui) { jQuery('#layer_scaleX').val(ui.size.width); jQuery('#layer_scaleY').val(ui.size.height); if(jQuery("#layer_proportional_scale")[0].checked) { punchgs.TweenLite.set(ui.element.find('img'),{width:"100%",height:"auto"}) punchgs.TweenLite.set(ui.element.find('.innerslide_layer'),{width:"100%",height:"auto"}) } else { punchgs.TweenLite.set(ui.element.find('img'),{width:"100%",height:"100%"}) punchgs.TweenLite.set(ui.element.find('.innerslide_layer'),{width:"100%",height:"100%"}) } }, stop:function(event,ui) { t.updateLayerFromFields(); } }); } }); // AUTO LINE BREAK on/off jQuery("#layer_auto_line_break").click(function(){ var serial = selectedLayerSerial; var layer = jQuery("#slide_layer_" + serial); var objLayer = t.getLayer(selectedLayerSerial); if(jQuery(this)[0].checked){ jQuery('.rs-linebreak-check').removeClass('notselected'); jQuery("#layer_whitespace option[value='normal']").attr('selected', 'selected'); var mw = layer.outerWidth(), mh = layer.outerHeight(); layer.css({height:"auto"}); layer.find('.innerslide_layer.tp-caption').css({maxHeight:"none",minHeight:mh,maxWidth:mw}); jQuery('#layer_max_width').val(mw); jQuery('#layer_max_height').val("auto"); }else{ jQuery('.rs-linebreak-check').addClass('notselected'); jQuery("#layer_whitespace option[value='nowrap']").attr('selected', 'selected'); jQuery('#layer_max_width').val("auto"); jQuery('#layer_max_height').val("auto"); layer.css({width:"auto"}); layer.find('.innerslide_layer.tp-caption').css({maxHeight:"none",minHeight:"none",maxWidth:"none"}); } t.updateLayerFromFields(); }); jQuery('#layer_cover_mode').change(function(){ t.set_cover_mode(); }); jQuery("#reset-scale, #button_reset_size").click(resetCurrentElementSize); } var resetCurrentElementSize = function() { var objLayer = t.getLayer(selectedLayerSerial); if (objLayer.type == "shape") { return false; }else /*if (objLayer.type == "no_edit") { return false; }else*/ if (objLayer.type == "typeA") { return false; }else if (objLayer.type == "typeB") { return false; }else if (objLayer.type=="text" || objLayer.type=="button") { var ww = jQuery('.slide_layer.layer_selected .innerslide_layer').outerWidth(); if (parseInt(jQuery("#layer_max_width").val(),0)>ww) { ww = ww === undefined ? "auto" : ww+"px" jQuery("#layer_max_width").val("auto"); } jQuery("#layer_max_height").val("auto"); } else { if (objLayer.type == "image") { jQuery('#layer_cover_mode option[value="custom"]').attr('selected', true); } resetImageDimensions(); jQuery("#layer_proportional_scale").attr('checked', false); jQuery('.rs-proportion-check').addClass('notselected'); jQuery("#layer_scaleX_text").html(jQuery("#layer_scaleX_text").data("textnormal")).css("width", "10px"); var mwidth = specOrVal(t.getVal(objLayer,'originalWidth'),["auto"],"px"); var mheight = specOrVal(t.getVal(objLayer,'originalHeight'),["auto"],"px"); jQuery("#layer_scaleX").val(mwidth); jQuery("#layer_scaleY").val(mheight); jQuery("#slide_layer_" + selectedLayerSerial + " img").css("width", mwidth); jQuery("#slide_layer_" + selectedLayerSerial + " img").css("height", mheight); } t.updateLayerFromFields(); } var scaleProportional = function(useX){ var serial = selectedLayerSerial; resetImageDimensions(); var imgObj = new Image(); imgObj.src = jQuery("#slide_layer_" + serial + " img").attr("src"); if(useX){ var x = parseInt(jQuery("#layer_scaleX").val()); if(isNaN(x)) x = imgObj.width; var y = Math.round(100 / imgObj.width * x / 100 * imgObj.height, 0); }else{ var y = parseInt(jQuery("#layer_scaleY").val()); if(isNaN(y)) y = imgObj.height; var x = Math.round(100 / imgObj.height * y / 100 * imgObj.width, 0); } jQuery("#slide_layer_" + serial + " img").css("width", x + "px"); jQuery("#slide_layer_" + serial + " img").css("height", y + "px"); jQuery("#slide_layer_" + serial).css("width", jQuery("#slide_layer_" + serial + " img").width() + "px"); jQuery("#slide_layer_" + serial).css("height", jQuery("#slide_layer_" + serial + " img").height() + "px"); jQuery("#slide_layer_" + serial + " img").css("width", "100%"); jQuery("#slide_layer_" + serial + " img").css("height", "100%"); jQuery("#layer_scaleX").val(x); jQuery("#layer_scaleY").val(y); } var scaleNormal = function(){ var serial = selectedLayerSerial, imgdims = resetImageDimensions(), layer = jQuery("#slide_layer_" + serial), ww = parseInt(jQuery("#layer_scaleX").val(),0), hh = parseInt(jQuery("#layer_scaleY").val(),0); punchgs.TweenLite.set(layer,{width:ww+"px",height:hh+"px"}); punchgs.TweenLite.set(layer.find('.innerslide_layer'),{width:ww+"px",height:hh+"px"}); punchgs.TweenLite.set(layer.find('img'),{width:ww+"px",height:hh+"px"}); } /** * Scale Videos to the choosen proportion on width/height change * @since: 5.0 **/ var scaleProportionalVideo = function(useX){ var serial = selectedLayerSerial; var cur_video = jQuery("#slide_layer_" + serial).find('.slide_layer_video'); if(useX){ var x = parseInt(jQuery("#layer_video_width").val()); if(isNaN(x)) x = cur_video.width(); var y = Math.round(100 / cur_video.width() * x / 100 * cur_video.height(), 0); }else{ var y = parseInt(jQuery("#layer_video_height").val()); if(isNaN(y)) y = cur_video.height(); var x = Math.round(100 / cur_video.height() * y / 100 * cur_video.width(), 0); } jQuery("#slide_layer_" + serial).find('.slide_layer_video').css("width", x + "px"); jQuery("#slide_layer_" + serial).find('.slide_layer_video').css("height", y + "px"); jQuery("#slide_layer_" + serial).css("width", x + "px"); jQuery("#slide_layer_" + serial).css("height", y + "px"); jQuery("#layer_video_width").val(x); jQuery("#layer_video_height").val(y); } var scaleNormalVideo = function(){ var serial = selectedLayerSerial; jQuery("#slide_layer_" + serial).find('.slide_layer_video').css("width", parseInt(jQuery("#layer_video_width").val(),0) + "px"); jQuery("#slide_layer_" + serial).find('.slide_layer_video').css("height", parseInt(jQuery("#layer_video_height").val(),0) + "px"); jQuery("#slide_layer_" + serial).css("width", parseInt(jQuery("#layer_video_width").val(),0) + "px"); jQuery("#slide_layer_" + serial).css("height", parseInt(jQuery("#layer_video_height").val(),0) + "px"); } var resetImageDimensions = function(){ var imgObj = new Image(); imgObj.src = jQuery("#slide_layer_" + selectedLayerSerial + " img").attr("src"); jQuery("#slide_layer_" + selectedLayerSerial).css("width", imgObj.width + "px"); jQuery("#slide_layer_" + selectedLayerSerial).css("height", imgObj.height + "px"); var imgdims = {width:imgObj.width, height:imgObj.height}; return imgdims; } //====================================================== // Scale Functions End //====================================================== t.getLayerGeneralParamsStatus = function(){ return layerGeneralParamsStatus; } //====================================================== // Main Background Image Functions //====================================================== var initBackgroundFunctions = function(){ jQuery('body').on('change', 'select[name="layer_target[]"]', function(){ jQuery(this).data('selectoption', jQuery(this).find('option:selected').val()); //update do-layer-animation-overwrite and do-layer-trigger-memory var dataAnim = t.getAnimTimingAndTrigger(jQuery(this).find('option:selected').val()); jQuery(this).closest('li').find('select[name="do-layer-animation-overwrite[]"] option[value="'+dataAnim['animation_overwrite']+'"]').attr('selected', true); jQuery(this).closest('li').find('select[name="do-layer-trigger-memory[]"] option[value="'+dataAnim['trigger_memory']+'"]').attr('selected', true); }); jQuery('body').on('change', 'select[name="jump_to_slide[]"]', function(){ jQuery(this).data('selectoption', jQuery(this).find('option:selected').val()); }); jQuery('body').on('change', 'select[name="do-layer-animation-overwrite[]"]', function(){ var do_sel = jQuery(this).closest('li').find('select[name="layer_target[]"] option:selected').val(); var new_val = jQuery(this).val(); var lid = t.getLayerIdByUniqueId(do_sel); var objUpdate = {}; objUpdate.animation_overwrite = new_val; t.updateLayer(lid,objUpdate); jQuery('select[name="layer_target[]"] option:selected').each(function(){ if(jQuery(this).val() == do_sel){ jQuery(this).closest('li').find('select[name="do-layer-animation-overwrite[]"] option[value="'+new_val+'"]').attr('selected', true); } }); }); jQuery('body').on('change', 'select[name="do-layer-trigger-memory[]"]', function(){ var do_sel = jQuery(this).closest('li').find('select[name="layer_target[]"] option:selected').val(); var new_val = jQuery(this).val(); var lid = t.getLayerIdByUniqueId(do_sel); var objUpdate = {}; objUpdate.trigger_memory = new_val; t.updateLayer(lid,objUpdate); jQuery('select[name="layer_target[]"] option:selected').each(function(){ if(jQuery(this).val() == do_sel){ jQuery(this).closest('li').find('select[name="do-layer-trigger-memory[]"] option[value="'+new_val+'"]').attr('selected', true); } }); }); jQuery('#slide_bg_fit').change(function(){ if(jQuery(this).val() == 'percentage'){ jQuery('input[name="bg_fit_x"]').show(); jQuery('input[name="bg_fit_y"]').show(); jQuery('#divbgholder').css('background-size', jQuery('input[name="bg_fit_x"]').val()+'% '+jQuery('input[name="bg_fit_y"]').val()+'%'); }else{ jQuery('input[name="bg_fit_x"]').hide(); jQuery('input[name="bg_fit_y"]').hide(); jQuery('#divbgholder').css('background-size', jQuery(this).val()); } if(jQuery(this).val() == 'contain'){ jQuery('#divLayers-wrapper').css('maxWidth', jQuery('#divbgholder').css('minWidth')); }else{ jQuery('#divLayers-wrapper').css('maxWidth', '100%'); } }); jQuery('#slide_bg_fit').change(); jQuery('input[name="bg_fit_x"]').change(function(){ jQuery('#divbgholder').css('background-size', jQuery('input[name="bg_fit_x"]').val()+'% '+jQuery('input[name="bg_fit_y"]').val()+'%'); }); jQuery('input[name="bg_fit_y"]').change(function(){ jQuery('#divbgholder').css('background-size', jQuery('input[name="bg_fit_x"]').val()+'% '+jQuery('input[name="bg_fit_y"]').val()+'%'); }); jQuery('#slide_bg_position').change(function(){ if(jQuery(this).val() == 'percentage'){ jQuery('input[name="bg_position_x"]').show(); jQuery('input[name="bg_position_y"]').show(); jQuery('#divbgholder').css('background-position', jQuery('input[name="bg_fit_x"]').val()+'% '+jQuery('input[name="bg_fit_y"]').val()+'%'); }else{ jQuery('input[name="bg_position_x"]').hide(); jQuery('input[name="bg_position_y"]').hide(); jQuery('#divbgholder').css('background-position', jQuery(this).val()); } }); jQuery('input[name="bg_position_x"]').change(function(){ jQuery('#divbgholder').css('background-position', jQuery('input[name="bg_position_x"]').val()+'% '+jQuery('input[name="bg_position_y"]').val()+'%'); }); jQuery('input[name="bg_position_y"]').change(function(){ jQuery('#divbgholder').css('background-position', jQuery('input[name="bg_position_x"]').val()+'% '+jQuery('input[name="bg_position_y"]').val()+'%'); }); jQuery('#slide_bg_repeat').change(function(){ jQuery('#divbgholder').css('background-repeat', jQuery(this).val()); }); jQuery('input[name="kenburn_effect"]').change(function(){ if(jQuery(this)[0].checked){ jQuery('#kenburn_wrapper').show(); //jQuery('#bg-position-lbl').hide(); //jQuery('#bg-start-position-wrapper').children().appendTo(jQuery('#bg-start-position-wrapper-kb')); //jQuery('#bg-setting-wrap').hide(); jQuery('#divbgholder').css('background-repeat', ''); jQuery('#divbgholder').css('background-position', ''); jQuery('#divbgholder').css('background-size', ''); jQuery('input[name="kb_start_fit"]').change(); jQuery('#divLayers-wrapper').css('maxWidth', 'none'); jQuery('#slide_bg_position').change(); }else{ jQuery('#kenburn_wrapper').hide(); //jQuery('#bg-position-lbl').show(); //jQuery('#bg-start-position-wrapper-kb').children().appendTo(jQuery('#bg-start-position-wrapper')); //jQuery('#bg-setting-wrap').show(); jQuery('#slide_bg_repeat').change(); jQuery('#slide_bg_position').change(); jQuery('#slide_bg_fit').change(); if(jQuery('#slide_bg_fit').val() == 'contain'){ jQuery('#divLayers-wrapper').css('maxWidth', jQuery('#divbgholder').css('minWidth')); }else{ jQuery('#divLayers-wrapper').css('maxWidth', '100%'); } } t.changeSlotBGs(); }); jQuery('input[name="kenburn_effect"]:checked').change(); jQuery('#slide_bg_end_position').change(function(){ if(jQuery(this).val() == 'percentage'){ jQuery('input[name="bg_end_position_x"]').show(); jQuery('input[name="bg_end_position_y"]').show(); }else{ jQuery('input[name="bg_end_position_x"]').hide(); jQuery('input[name="bg_end_position_y"]').hide(); } }); jQuery('input[name="kb_start_fit"]').change(function(){ var fitVal = parseInt(jQuery(this).val()); var limg = new Image(); limg.onload = function() { calculateKenBurnScales(fitVal, limg.width, limg.height, jQuery('#divbgholder')); } var urlImage = ''; if(jQuery('#radio_back_image')[0].checked) urlImage = jQuery("#image_url").val(); else if(jQuery('#radio_back_external')[0].checked) urlImage = jQuery("#slide_bg_external").val(); if(urlImage != ''){ limg.src = urlImage; } t.changeSlotBGs(); }); var calculateKenBurnScales = function(proc,owidth,oheight,opt) { var ow = owidth; var oh = oheight; var factor = (opt.width() /ow); var factorh = (opt.height() / oh); // if (factor>=1) { var nheight = oh * factor; proc = proc + "%"; var hfactor = "auto"; //(nheight / opt.height())*proc; /*} else { var nwidth = "auto" //ow * factorh; var hfactor = proc+"%"; proc = "auto"; //proc = (nwidth / opt.width()) * proc; }*/ jQuery('#divbgholder').css('background-size', proc+" "+hfactor); t.changeSlotBGs(); } jQuery("#layer_resize-full").change(function(){ if(!jQuery(this)[0].checked){ jQuery('#layer_resizeme').prop('checked', false); RevSliderSettings.onoffStatus(jQuery("#layer_resizeme")); } }); jQuery("#layer_resizeme").change(function(){ if(jQuery(this)[0].checked){ jQuery('#layer_resize-full').prop('checked', true); RevSliderSettings.onoffStatus(jQuery("#layer_resize-full")); } }); jQuery(window).resize(function(){ if(jQuery('input[name="kenburn_effect"]:checked').val() == 'on'){ var fitVal = parseInt(jQuery('input[name="kb_start_fit"]').val()); var limg = new Image(); limg.onload = function() { calculateKenBurnScales(fitVal, limg.width, limg.height, jQuery('#divbgholder')); } var urlImage = ''; if(jQuery('#radio_back_image')[0].checked) urlImage = jQuery("#image_url").val(); else if(jQuery('#radio_back_external')[0].checked) urlImage = jQuery("#slide_bg_external").val(); if(urlImage != ''){ limg.src = urlImage; } } }); } //====================================================== // Main Background Image Functions End //====================================================== var initLoopFunctions = function(){ jQuery('select[name="layer_loop_animation"]').change(function(){ showHideLoopFunctions(); }); jQuery('#layer_static_start').change(function(){ changeEndStaticFunctions(); }); } var showHideLoopFunctions = function(){ jQuery('select[name="layer_loop_animation"]').each(function(){ jQuery("#layer_easing_wrapper").hide(); jQuery("#layer_speed_wrapper").hide(); jQuery("#layer_parameters_wrapper").hide(); jQuery("#layer_degree_wrapper").hide(); jQuery("#layer_origin_wrapper").hide(); jQuery("#layer_x_wrapper").hide(); jQuery("#layer_y_wrapper").hide(); jQuery("#layer_zoom_wrapper").hide(); jQuery("#layer_angle_wrapper").hide(); jQuery("#layer_radius_wrapper").hide(); switch(jQuery(this).val()){ case 'none': break; case 'rs-pendulum': jQuery("#layer_easing_wrapper").show(); jQuery("#layer_speed_wrapper").show(); jQuery("#layer_parameters_wrapper").show(); jQuery("#layer_degree_wrapper").show(); jQuery("#layer_origin_wrapper").show(); break; case 'rs-rotate': jQuery("#layer_easing_wrapper").show(); jQuery("#layer_speed_wrapper").show(); jQuery("#layer_parameters_wrapper").show(); jQuery("#layer_degree_wrapper").show(); jQuery("#layer_origin_wrapper").show(); break; case 'rs-slideloop': jQuery("#layer_easing_wrapper").show(); jQuery("#layer_speed_wrapper").show(); jQuery("#layer_parameters_wrapper").show(); jQuery("#layer_x_wrapper").show(); jQuery("#layer_y_wrapper").show(); break; case 'rs-pulse': jQuery("#layer_easing_wrapper").show(); jQuery("#layer_speed_wrapper").show(); jQuery("#layer_parameters_wrapper").show(); jQuery("#layer_zoom_wrapper").show(); break; case 'rs-wave': jQuery("#layer_speed_wrapper").show(); jQuery("#layer_parameters_wrapper").show(); jQuery("#layer_angle_wrapper").show(); jQuery("#layer_radius_wrapper").show(); jQuery("#layer_origin_wrapper").show(); break; } }); } var changeEndStaticFunctions = function(){ jQuery('#layer_static_start').each(function(){ var cur_att = parseInt(jQuery(this).val()); var cur_end = jQuery('#layer_static_end option:selected').val(); var go_max_up_to = parseInt(jQuery('#layer_static_start option:last-child').val()); jQuery('#layer_static_end').empty(); for(var cur=cur_att+ 1; cur<=go_max_up_to; cur++){ jQuery("#layer_static_end").append('<option value="'+cur+'">'+cur+'</option>'); } jQuery("#layer_static_end").append('<option value="last">'+rev_lang.last_slide+'</option>'); jQuery("#layer_static_end option[value='"+cur_end+"']").attr('selected', 'selected'); }); } t.get_current_selected_layer = function(){ return selectedLayerSerial; } }
37.916136
4,953
0.654061
464496202d56f14881ec7080a1a20ec691b2ad9f
246
js
JavaScript
handler.js
Polynize/aws-algorand-reach-poc
8c473fef62fcabefd21063ca92dcb301efb489aa
[ "MIT" ]
null
null
null
handler.js
Polynize/aws-algorand-reach-poc
8c473fef62fcabefd21063ca92dcb301efb489aa
[ "MIT" ]
null
null
null
handler.js
Polynize/aws-algorand-reach-poc
8c473fef62fcabefd21063ca92dcb301efb489aa
[ "MIT" ]
null
null
null
/** * AWS entry point for app. See serverless.yaml "functions.api.handler" */ const serverless = require('serverless-http') const Routes = require('./src/routes/Routes') const app = Routes.Initialize() module.exports.handler = serverless(app)
27.333333
71
0.735772
4644db63cc71baba55842d108bc21f3e32b41880
1,032
js
JavaScript
src/assets/icons/BookOpen.js
Asdaois/restaurant-page
e5115342480812ee4e5c3a96f7687e5909fd2d54
[ "MIT" ]
null
null
null
src/assets/icons/BookOpen.js
Asdaois/restaurant-page
e5115342480812ee4e5c3a96f7687e5909fd2d54
[ "MIT" ]
null
null
null
src/assets/icons/BookOpen.js
Asdaois/restaurant-page
e5115342480812ee4e5c3a96f7687e5909fd2d54
[ "MIT" ]
null
null
null
import React from "react"; function BookOpen() { return ( <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 499.09 400" className="h-6 w-6" > <g transform="translate(0 -652.36)"> <path fill="#000" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M12.374 1006c150.75-13.875 302.39-14.408 455.02 0-3.444-95.638-10.307-189.32-7.778-288.37-93.751 3.259-147.24-75.783-227.58-13.081-90.906-64.653-90.903 18.62-222.62 18.385 6.286 95.682 3.846 189.18 2.952 283.07z" ></path> <path fill="#fff" d="M243.95 952.31c56.969-41.116 133.46 25.072 199.4 28.638l-.35-247.85c-104.27-6.8-141.23-84.275-200.82-14.496z" ></path> <path fill="#fff" d="M222.74 955.14c-56.97-41.12-133.46 25.07-199.4 28.63l.348-247.84c104.27-6.8 141.22-84.27 200.82-14.49z" ></path> </g> </svg> ); } export default BookOpen;
30.352941
225
0.54845
464519e6ca9b4b11c402300f675259ea0273e627
748
js
JavaScript
server/stack/stopTimer/index.js
krainboltgreene/mythoas.js
ff5b8a38e515a5c3d4f4aec8aefcb3e6b0430d38
[ "MIT" ]
1
2015-12-19T07:33:36.000Z
2015-12-19T07:33:36.000Z
server/stack/stopTimer/index.js
krainboltgreene/mythoas.js
ff5b8a38e515a5c3d4f4aec8aefcb3e6b0430d38
[ "MIT" ]
6
2016-01-20T01:22:41.000Z
2016-02-03T09:09:16.000Z
server/stack/stopTimer/index.js
krainboltgreene/mythoas.js
ff5b8a38e515a5c3d4f4aec8aefcb3e6b0430d38
[ "MIT" ]
1
2015-12-15T07:24:15.000Z
2015-12-15T07:24:15.000Z
import {keys} from "ramda" import flow from "../../flow" const NANOSECOND = 1e+9 const MILLISECOND = 1e-6 const EMPTY_TIMES = [] const calculate = (second, nanosecond) => { return (second * NANOSECOND + nanosecond) * MILLISECOND } const mapping = keys(flow) export default function stopTimer (state) { const {environment} = state const {stack} = environment const {startTime} = stack const {history} = stack const elapsed = calculate(...process.hrtime(startTime)) return { ...state, environment: { ...environment, stack: { ...stack, times: [ ...stack.times || EMPTY_TIMES, [ mapping[history.length], elapsed ] ] } } } }
20.216216
57
0.581551
464586c276536c39dcf9287f0c3f29b7d33787da
2,830
js
JavaScript
src/pages/home/index.js
pesto-students/n3-doccords-frontend-iota-iota
f748fc69ccdb148c8f13911d7f11c412d548d9bf
[ "MIT" ]
null
null
null
src/pages/home/index.js
pesto-students/n3-doccords-frontend-iota-iota
f748fc69ccdb148c8f13911d7f11c412d548d9bf
[ "MIT" ]
null
null
null
src/pages/home/index.js
pesto-students/n3-doccords-frontend-iota-iota
f748fc69ccdb148c8f13911d7f11c412d548d9bf
[ "MIT" ]
2
2021-09-16T14:00:13.000Z
2022-03-21T08:05:43.000Z
/* eslint-disable react/prop-types */ import React, { useEffect, Suspense } from "react"; import Container from "@material-ui/core/Container"; import { makeStyles } from "@material-ui/core/styles"; import Paper from "@material-ui/core/Paper"; import { fetchHealthTopicsAndArticles } from "apiRequests/home"; import { connect } from "react-redux"; import { useHistory } from "react-router-dom"; import { setUpSearchBarLocation } from "redux/actions/common"; import MyCarousel from "components/shared/carousel/Carousel"; const VerticalGridList = React.lazy(() => import("components/verticalGridList") ); const useStyles = makeStyles((theme) => ({ root: { marginTop: theme.spacing(4), }, })); // eslint-disable-next-line react/prop-types const Home = ({ fetchHealthTopicsAndArticles, isSearch, healthTopics, articles, searchedString, }) => { const classes = useStyles(); const history = useHistory(); useEffect(() => { fetchHealthTopicsAndArticles(); isSearch(true); return () => { isSearch(null); }; }, []); const fileterHealthTopics = () => { if (healthTopics === undefined) { return; } return healthTopics.filter((topic) => topic.title.toLowerCase().includes(searchedString.toLowerCase()) ); }; const filterHT = fileterHealthTopics(); const handleClickOnHV = (article) => { history.push({ pathname: `/article/${article.articleId}`, state: article, }); }; const handleClickOnVV = (item) => { history.push({ pathname: `/healthTopic/${item.healthTopicId}`, state: item, }); }; return ( <Container className={classes.root} data-test="homePage"> <h3>Recently added articles</h3> <Suspense fallback={ <div> <h1> Loading Articles...</h1> </div> } > <Paper> <MyCarousel data={articles} handleClick={handleClickOnHV} /> {/* <HorizontalGridList articles={articles} handleClick={handleClickOnHV} /> */} </Paper> </Suspense> <h2>Health topics</h2> <Suspense fallback={<div>Loading Health Topics...</div>}> <VerticalGridList healthTopics={filterHT} handleClick={handleClickOnVV} /> </Suspense> </Container> ); }; const mapStateToProps = (state) => { return { healthTopics: state.common.healthTopics, articles: state.common.articles, searchedString: state.common.searchedString, }; }; const mapDispatchToProps = (dispatch) => { return { fetchHealthTopicsAndArticles: () => dispatch(fetchHealthTopicsAndArticles()), isSearch: (isSearch) => dispatch(setUpSearchBarLocation(isSearch)), }; }; export default connect(mapStateToProps, mapDispatchToProps)(Home);
24.824561
71
0.632155
4646237c92f067613cd2e6009eb33c7b3367625b
7,131
js
JavaScript
src/utils/inspect.spec.js
AlanRezende/bootstrap-vue
1f68bca80dd0590b5d4473fa620a3d8ed8611b14
[ "MIT" ]
2
2017-04-17T18:41:06.000Z
2017-05-06T03:21:02.000Z
src/utils/inspect.spec.js
jiege1994/bootstrap-vue
dfb6af73c4bdbf7815ea82ed1077c07d8e2962e4
[ "MIT" ]
12
2021-03-09T04:40:18.000Z
2022-02-26T11:09:28.000Z
src/utils/inspect.spec.js
jiege1994/bootstrap-vue
dfb6af73c4bdbf7815ea82ed1077c07d8e2962e4
[ "MIT" ]
1
2020-01-22T14:32:14.000Z
2020-01-22T14:32:14.000Z
import { toType, toRawType, toRawTypeLC, isUndefined, isNull, isFunction, isBoolean, isString, isNumber, isPrimitive, isDate, isRegExp, isPromise } from './inspect' describe('utils/inspect', () => { it('toType', async () => { expect(toType(123)).toEqual('number') expect(toType('123')).toEqual('string') expect(toType(true)).toEqual('boolean') expect(toType({})).toEqual('object') expect(toType([])).toEqual('object') expect(toType(/abc/)).toEqual('object') expect(toType(() => {})).toEqual('function') expect(toType(Date)).toEqual('function') expect(toType(new Date())).toEqual('object') expect(toType(undefined)).toEqual('undefined') expect(toType(null)).toEqual('object') }) it('toRawType', async () => { expect(toRawType(123)).toEqual('Number') expect(toRawType('123')).toEqual('String') expect(toRawType(true)).toEqual('Boolean') expect(toRawType({})).toEqual('Object') expect(toRawType([])).toEqual('Array') expect(toRawType(/abc/)).toEqual('RegExp') expect(toRawType(() => {})).toEqual('Function') expect(toRawType(Date)).toEqual('Function') expect(toRawType(new Date())).toEqual('Date') expect(toRawType(undefined)).toEqual('Undefined') expect(toRawType(null)).toEqual('Null') }) it('toRawTypeLC', async () => { expect(toRawTypeLC(123)).toEqual('number') expect(toRawTypeLC('123')).toEqual('string') expect(toRawTypeLC(true)).toEqual('boolean') expect(toRawTypeLC({})).toEqual('object') expect(toRawTypeLC([])).toEqual('array') expect(toRawTypeLC(/abc/)).toEqual('regexp') expect(toRawTypeLC(() => {})).toEqual('function') expect(toRawTypeLC(Date)).toEqual('function') expect(toRawTypeLC(new Date())).toEqual('date') expect(toRawTypeLC(undefined)).toEqual('undefined') expect(toRawTypeLC(null)).toEqual('null') }) it('isUndefined', async () => { expect(isUndefined(123)).toEqual(false) expect(isUndefined('123')).toEqual(false) expect(isUndefined(true)).toEqual(false) expect(isUndefined({})).toEqual(false) expect(isUndefined([])).toEqual(false) expect(isUndefined(/abc/)).toEqual(false) expect(isUndefined(() => {})).toEqual(false) expect(isUndefined(Date)).toEqual(false) expect(isUndefined(new Date())).toEqual(false) expect(isUndefined(undefined)).toEqual(true) expect(isUndefined(null)).toEqual(false) }) it('isNull', async () => { expect(isNull(123)).toEqual(false) expect(isNull('123')).toEqual(false) expect(isNull(true)).toEqual(false) expect(isNull({})).toEqual(false) expect(isNull([])).toEqual(false) expect(isNull(/abc/)).toEqual(false) expect(isNull(() => {})).toEqual(false) expect(isNull(Date)).toEqual(false) expect(isNull(new Date())).toEqual(false) expect(isNull(undefined)).toEqual(false) expect(isNull(null)).toEqual(true) }) it('isFunction', async () => { expect(isFunction(123)).toEqual(false) expect(isFunction('123')).toEqual(false) expect(isFunction(true)).toEqual(false) expect(isFunction({})).toEqual(false) expect(isFunction([])).toEqual(false) expect(isFunction(/abc/)).toEqual(false) expect(isFunction(() => {})).toEqual(true) expect(isFunction(Date)).toEqual(true) expect(isFunction(new Date())).toEqual(false) expect(isFunction(undefined)).toEqual(false) expect(isFunction(null)).toEqual(false) }) it('isBoolean', async () => { expect(isBoolean(123)).toEqual(false) expect(isBoolean('123')).toEqual(false) expect(isBoolean(true)).toEqual(true) expect(isBoolean({})).toEqual(false) expect(isBoolean([])).toEqual(false) expect(isBoolean(/abc/)).toEqual(false) expect(isBoolean(() => {})).toEqual(false) expect(isBoolean(Date)).toEqual(false) expect(isBoolean(new Date())).toEqual(false) expect(isBoolean(undefined)).toEqual(false) expect(isBoolean(null)).toEqual(false) }) it('isString', async () => { expect(isString(123)).toEqual(false) expect(isString('123')).toEqual(true) expect(isString(true)).toEqual(false) expect(isString({})).toEqual(false) expect(isString([])).toEqual(false) expect(isString(/abc/)).toEqual(false) expect(isString(() => {})).toEqual(false) expect(isString(Date)).toEqual(false) expect(isString(new Date())).toEqual(false) expect(isString(undefined)).toEqual(false) expect(isString(null)).toEqual(false) }) it('isNumber', async () => { expect(isNumber(123)).toEqual(true) expect(isNumber('123')).toEqual(false) expect(isNumber(true)).toEqual(false) expect(isNumber({})).toEqual(false) expect(isNumber([])).toEqual(false) expect(isNumber(/abc/)).toEqual(false) expect(isNumber(() => {})).toEqual(false) expect(isNumber(Date)).toEqual(false) expect(isNumber(new Date())).toEqual(false) expect(isNumber(undefined)).toEqual(false) expect(isNumber(null)).toEqual(false) }) it('isPrimitive', async () => { expect(isPrimitive(123)).toEqual(true) expect(isPrimitive('123')).toEqual(true) expect(isPrimitive(true)).toEqual(true) expect(isPrimitive({})).toEqual(false) expect(isPrimitive([])).toEqual(false) expect(isPrimitive(/abc/)).toEqual(false) expect(isPrimitive(() => {})).toEqual(false) expect(isPrimitive(Date)).toEqual(false) expect(isPrimitive(new Date())).toEqual(false) expect(isPrimitive(undefined)).toEqual(false) expect(isPrimitive(null)).toEqual(false) }) it('isDate', async () => { expect(isDate(123)).toEqual(false) expect(isDate('123')).toEqual(false) expect(isDate(true)).toEqual(false) expect(isDate({})).toEqual(false) expect(isDate([])).toEqual(false) expect(isDate(/abc/)).toEqual(false) expect(isDate(() => {})).toEqual(false) expect(isDate(Date)).toEqual(false) expect(isDate(new Date())).toEqual(true) expect(isDate(undefined)).toEqual(false) expect(isDate(null)).toEqual(false) }) it('isRegExp', async () => { expect(isRegExp(123)).toEqual(false) expect(isRegExp('123')).toEqual(false) expect(isRegExp(true)).toEqual(false) expect(isRegExp({})).toEqual(false) expect(isRegExp([])).toEqual(false) expect(isRegExp(/abc/)).toEqual(true) expect(isRegExp(() => {})).toEqual(false) expect(isRegExp(Date)).toEqual(false) expect(isRegExp(new Date())).toEqual(false) expect(isRegExp(undefined)).toEqual(false) expect(isRegExp(null)).toEqual(false) }) it('isPromise', async () => { expect(isPromise(123)).toEqual(false) expect(isPromise('123')).toEqual(false) expect(isPromise(true)).toEqual(false) expect(isPromise({})).toEqual(false) expect(isPromise([])).toEqual(false) expect(isPromise(/abc/)).toEqual(false) expect(isPromise(() => {})).toEqual(false) expect(isPromise(Date)).toEqual(false) expect(isPromise(new Date())).toEqual(false) expect(isPromise(undefined)).toEqual(false) expect(isPromise(null)).toEqual(false) expect(isPromise({ then() {}, catch() {} })).toEqual(true) }) })
35.477612
62
0.660356
4646405d84fc1dc03d7d3dac0c386ea6996283ab
184
js
JavaScript
FileTail_to_FilePublisher/jaggeryapps/portal/extensions/types/location/index.js
hmrajas/FilePublisherSample
9c4be9d9a09059329a482dd18fb775322723b0c6
[ "Apache-2.0" ]
null
null
null
FileTail_to_FilePublisher/jaggeryapps/portal/extensions/types/location/index.js
hmrajas/FilePublisherSample
9c4be9d9a09059329a482dd18fb775322723b0c6
[ "Apache-2.0" ]
null
null
null
FileTail_to_FilePublisher/jaggeryapps/portal/extensions/types/location/index.js
hmrajas/FilePublisherSample
9c4be9d9a09059329a482dd18fb775322723b0c6
[ "Apache-2.0" ]
null
null
null
/** * location type follows below structure. * { lat: 123456, lon: 123456 } * * @param location * @returns {*} */ module.exports = function (location) { return location; };
16.727273
41
0.619565
46464678f67d8535e58ab2d59ab91e7fbc126d4d
400
js
JavaScript
core/search/enumvalues_6.js
ompl/ompl.github.io
feacdcaf93dfd805b7033976072b1443f241dc2a
[ "BSD-3-Clause" ]
1
2017-04-27T03:40:31.000Z
2017-04-27T03:40:31.000Z
core/search/enumvalues_6.js
ompl/ompl.github.io
feacdcaf93dfd805b7033976072b1443f241dc2a
[ "BSD-3-Clause" ]
null
null
null
core/search/enumvalues_6.js
ompl/ompl.github.io
feacdcaf93dfd805b7033976072b1443f241dc2a
[ "BSD-3-Clause" ]
1
2019-12-17T16:19:50.000Z
2019-12-17T16:19:50.000Z
var searchData= [ ['invalid_5fgoal_5737',['INVALID_GOAL',['../structompl_1_1base_1_1PlannerStatus.html#a5fe3825813b066b664b3dd34dd1bc8c4a2e2b2b7e02900c4417af0ecea272c637',1,'ompl::base::PlannerStatus']]], ['invalid_5fstart_5738',['INVALID_START',['../structompl_1_1base_1_1PlannerStatus.html#a5fe3825813b066b664b3dd34dd1bc8c4a1f20d012b563fc223902e24a8bcd7547',1,'ompl::base::PlannerStatus']]] ];
66.666667
189
0.8275
4646b0a7e2a75e6c74a734747c4c738d6d965237
387
js
JavaScript
src/lights.js
dcorsar/pi-sensor
83c67a73af70c1a2589c11cef00d13d90892e738
[ "MIT" ]
null
null
null
src/lights.js
dcorsar/pi-sensor
83c67a73af70c1a2589c11cef00d13d90892e738
[ "MIT" ]
1
2020-07-16T19:00:53.000Z
2020-07-16T19:00:53.000Z
src/lights.js
dcorsar/pi-sensor
83c67a73af70c1a2589c11cef00d13d90892e738
[ "MIT" ]
1
2019-03-23T10:00:55.000Z
2019-03-23T10:00:55.000Z
/** * @Author: John Isaacs <john> * @Date: 05-Mar-192019 * @Filename: lights.js * @Last modified by: john * @Last modified time: 05-Mar-192019 */ //connects our Pi to the LED Matrix const matrix = require('node-sense-hat').Leds; //define an x and y value and a colour const x = 3; const y = 3; const red = [255, 0, 0]; // Set a single pixel matrix.setPixel(x, y, red);
21.5
47
0.635659
4646ca89cfe55092f85d470cd97d264e1056d628
978
js
JavaScript
ClientApp/src/router/index.js
langnang/Advantech-Q3Books
32489b2ffe319478c92786fd74e3c8a998f200c8
[ "MIT" ]
null
null
null
ClientApp/src/router/index.js
langnang/Advantech-Q3Books
32489b2ffe319478c92786fd74e3c8a998f200c8
[ "MIT" ]
null
null
null
ClientApp/src/router/index.js
langnang/Advantech-Q3Books
32489b2ffe319478c92786fd74e3c8a998f200c8
[ "MIT" ]
null
null
null
import Vue from 'vue' import VueRouter from 'vue-router' import Home from '../views/Home.vue' Vue.use(VueRouter) const routes = [ { path: '/', name: 'Home', component: Home }, { path: '/about', name: 'About', // route level code-splitting // this generates a separate chunk (about.[hash].js) for this route // which is lazy-loaded when the route is visited. component: () => import(/* webpackChunkName: "about" */ '../views/About.vue') }, { path: '/booklist', name: 'BookList', component: () => import('../views/BookList.vue') }, { path: '/shopping', name: 'Shopping', component: () => import('../views/Shopping.vue') } , { path: '/selectors', name: 'Selectors', component: () => import('../views/Selectors.vue') }, { path: '/config', name: 'Config', component: () => import('../views/Admin.vue') } ] const router = new VueRouter({ routes }) export default router
20.375
81
0.575665
4646dcf764617b5baaa0ff66b02075ddef218a79
6,407
js
JavaScript
script.js
Tess-Gitundu/Pizza-Place
c6e3d4b890c4e8a678d41857432ecc6ad381c03d
[ "Unlicense" ]
null
null
null
script.js
Tess-Gitundu/Pizza-Place
c6e3d4b890c4e8a678d41857432ecc6ad381c03d
[ "Unlicense" ]
null
null
null
script.js
Tess-Gitundu/Pizza-Place
c6e3d4b890c4e8a678d41857432ecc6ad381c03d
[ "Unlicense" ]
null
null
null
// business logic function Summary(choice, size, crust, toppings, number){ this.choiceOfPizza = choice; this.size = size; this.crust = crust; this.toppings = toppings; this.number = number; } Summary.prototype.orderSummary = function() { return this.choiceOfPizza + "<br> " + this.size + "<br>" + this.crust + "<br>" + this.toppings + "<br>" + this.number; } var pizzaSizePrice = { small: 500, medium: 800, large: 1000 } var pizzaCrustPrice = { crispy: 200, stuffed: 200, glutenFree: 200 } var pizzaToppingsPrice = { extraCheese: 200, extraBacon: 200, extraVeggies: 200 } pricesArray = [ parseInt(pizzaSizePrice.small), parseInt(pizzaSizePrice.medium), parseInt(pizzaSizePrice.large), parseInt(pizzaCrustPrice.crispy), parseInt(pizzaCrustPrice.stuffed), parseInt(pizzaCrustPrice.glutenFree), parseInt(pizzaToppingsPrice.extraCheese), parseInt(pizzaToppingsPrice.extraBacon), parseInt(pizzaToppingsPrice.extraVeggies), ]; // user interface logic $(document).ready(function() { $("form#new-summary").submit(function(event) { event.preventDefault(); var inputtedChoice = $("select#new-choice-of-pizza").val(); var inputtedSize = $("select#new-size").val(); var inputtedCrust = $("select#new-crust").val(); var inputtedToppings = $("select#new-toppings").val(); var inputtedNumber = $("input#new-number-of-pizzas").val(); var newSummary = new Summary(inputtedChoice, inputtedSize, inputtedCrust, inputtedToppings, inputtedNumber); if (newSummary.size == "Small") { if (newSummary.crust == "Crispy") { if (newSummary.toppings == "Extra Cheese") { var sum = pricesArray[0] + pricesArray[3] + pricesArray[6]; }else if (newSummary.toppings == "Extra Bacon") { var sum = pricesArray[0] + pricesArray[3] + pricesArray[7]; }else if (newSummary.toppings == "Extra Veggies") { var sum = pricesArray[0] + pricesArray[3] + pricesArray[8]; } }else if (newSummary.crust == "Stuffed") { if (newSummary.toppings == "Extra Cheese") { var sum = pricesArray[0] + pricesArray[4] + pricesArray[6]; }else if (newSummary.toppings == "Extra Bacon") { var sum = pricesArray[0] + pricesArray[4] + pricesArray[7]; }else if (newSummary.toppings == "Extra Veggies") { var sum = pricesArray[0] + pricesArray[4] + pricesArray[8]; } }else if (newSummary.crust == "Gluten Free") { if (newSummary.toppings == "Extra Cheese") { var sum = pricesArray[0] + pricesArray[5] + pricesArray[6]; }else if (newSummary.toppings == "Extra Bacon") { var sum = pricesArray[0] + pricesArray[5] + pricesArray[7]; }else if (newSummary.toppings == "Extra Veggies") { var sum = pricesArray[0] + pricesArray[5] + pricesArray[8]; } } }else if (newSummary.size == "Medium") { if (newSummary.crust == "Crispy") { if (newSummary.toppings == "Extra Cheese") { var sum = pricesArray[1] + pricesArray[3] + pricesArray[6]; }else if (newSummary.toppings == "Extra Bacon") { var sum = pricesArray[1] + pricesArray[3] + pricesArray[7]; }else if (newSummary.toppings == "Extra Veggies") { var sum = pricesArray[1] + pricesArray[3] + pricesArray[8]; } }else if (newSummary.crust == "Stuffed") { if (newSummary.toppings == "Extra Cheese") { var sum = pricesArray[1] + pricesArray[4] + pricesArray[6]; }else if (newSummary.toppings == "Extra Bacon") { var sum = pricesArray[1] + pricesArray[4] + pricesArray[7]; }else if (newSummary.toppings == "Extra Veggies") { var sum = pricesArray[1] + pricesArray[4] + pricesArray[8]; } }else if (newSummary.crust == "Gluten Free") { if (newSummary.toppings == "Extra Cheese") { var sum = pricesArray[1] + pricesArray[5] + pricesArray[6]; }else if (newSummary.toppings == "Extra Bacon") { var sum = pricesArray[1] + pricesArray[5] + pricesArray[7]; }else if (newSummary.toppings == "Extra Veggies") { var sum = pricesArray[1] + pricesArray[5] + pricesArray[8]; } } }else if (newSummary.size == "Large") { if (newSummary.crust == "Crispy") { if (newSummary.toppings == "Extra Cheese") { var sum = pricesArray[2] + pricesArray[3] + pricesArray[6]; }else if (newSummary.toppings == "Extra Bacon") { var sum = pricesArray[2] + pricesArray[3] + pricesArray[7]; }else if (newSummary.toppings == "Extra Veggies") { var sum = pricesArray[2] + pricesArray[3] + pricesArray[8]; } }else if (newSummary.crust == "Stuffed") { if (newSummary.toppings == "Extra Cheese") { var sum = pricesArray[2] + pricesArray[4] + pricesArray[6]; }else if (newSummary.toppings == "Extra Bacon") { var sum = pricesArray[2] + pricesArray[4] + pricesArray[7]; }else if (newSummary.toppings == "Extra Veggies") { var sum = pricesArray[2] + pricesArray[4] + pricesArray[8]; } }else if (newSummary.crust == "Gluten Free") { if (newSummary.toppings == "Extra Cheese") { var sum = pricesArray[2] + pricesArray[5] + pricesArray[6]; }else if (newSummary.toppings == "Extra Bacon") { var sum = pricesArray[2] + pricesArray[5] + pricesArray[7]; }else if (newSummary.toppings == "Extra Veggies") { var sum = pricesArray[2] + pricesArray[5] + pricesArray[8]; } } } $("ul#order").append("<li><span class='summary'>" + newSummary.orderSummary() + " " +sum + "</span></li>"); $("select#new-choice-of-pizza").val(""); $("select#new-size").val(""); $("select#new-crust").val(""); $("select#new-toppings").val(""); $("input#new-number-of-pizzas").val(""); }); }); function deliver() { var inputtedName = document.getElementById("Name").value; var customerLocation = document.getElementById("location").value; alert("Hi " + inputtedName + " your order will be delivered to " + customerLocation); }
42.430464
121
0.588731
46476280b007ac358e0b58a15bd84898f6dc754d
731
js
JavaScript
addon/-private/utils/evented.js
jkeen/ember-stereo
d98e5c7a0e19e2a9fd7a0d9b5ca8156154185fe0
[ "MIT" ]
11
2021-09-11T18:21:58.000Z
2022-03-30T10:17:09.000Z
addon/-private/utils/evented.js
jkeen/ember-stereo
d98e5c7a0e19e2a9fd7a0d9b5ca8156154185fe0
[ "MIT" ]
5
2021-09-04T14:34:42.000Z
2022-03-25T15:49:40.000Z
addon/-private/utils/evented.js
jkeen/ember-stereo
d98e5c7a0e19e2a9fd7a0d9b5ca8156154185fe0
[ "MIT" ]
1
2021-09-04T06:22:24.000Z
2021-09-04T06:22:24.000Z
import EmberObject from '@ember/object'; import EmberEvented from '@ember/object/evented'; /** * Partial wrapper for Ember's Evented Mixin, enabling * a pure class-based derivation * @private */ export default class Evented { eventManager = EmberObject.extend(EmberEvented).create(); on(name, target, method) { this.eventManager.on(name, target, method); return this; } off(name, target, method) { this.eventManager.off(name, target, method); return this; } one(name, target, method) { this.eventManager.one(name, target, method); return this; } has(name) { return this.eventManager.has(name); } trigger(name, ...args) { this.eventManager.trigger(name, ...args); } }
20.885714
59
0.671683
4647e18e909d55d474aac24fd71bcde91e827e34
6,599
js
JavaScript
src/components/Input/RkInput.js
rikardocorp/react-form-total
b3971fbfed7f723cac7f89dd4d08cea96579cde0
[ "MIT" ]
1
2018-10-18T08:02:45.000Z
2018-10-18T08:02:45.000Z
src/components/Input/RkInput.js
rikardocorp/react-form-total
b3971fbfed7f723cac7f89dd4d08cea96579cde0
[ "MIT" ]
13
2020-07-16T11:17:28.000Z
2022-03-08T22:29:51.000Z
src/components/Input/RkInput.js
rikardocorp/react-form-total
b3971fbfed7f723cac7f89dd4d08cea96579cde0
[ "MIT" ]
null
null
null
import React, {Component} from 'react' import {Input, InputGroup, InputGroupAddon} from 'reactstrap' import { checkValidity } from '../Validate/validity/validity' import RkValidate from '../Validate/RkValidate' class RkInput extends Component { state = { value: '', disabled: false, outValue: null, defaultValue: '', valid: undefined, touched: false, message: '', showMessage: false, rules: {}, updateProps: false, _localProps: {} } componentDidUpdate (prevProps, prevState) { // console.log('componentDidUpdate [input]') } componentWillMount () { // console.log('componentWillMount [input]') // INIT VALUES BY DEFAULT if (this.props.inputProps.value || this.props.__value) { const value = this.props.inputProps.value ? this.props.inputProps.value : null this.setState({value: value, outValue: value}) if (this.props.changed) { const name = this.props.inputProps.name this.props.changed(name, value) } } } componentDidMount () { // console.log('componentDidMount [input]') // SET HANDLER FUNCTIONS if (this.props.inputProps.name) { const name = this.props.inputProps.name this.props.getFunctions( name, this.handlerTouched, this.handlerReset, this.handlerIsValidate, this.handlerDisabledInput, this.handlerChangeValue, this.handlerChangeProps, this.getValue ) } // INIT RULES const rules = this.props.rules ? this.props.rules : {} this.setState({rules: rules}) } getValue = (group = null) => { const _grouping = this.props.grouping if (group === null || _grouping[group]) { return this.state.outValue } return undefined } handlerTouched = (isTouch, group = null) => { const _grouping = this.props.grouping if (group === null || _grouping[group]) { if (!isTouch) { this.setState({touched: false, valid: undefined}) } else { const value = this.state.value const {isValid, msgError} = checkValidity(value, this.state.rules) this.setState({ touched: true, valid: isValid, message: msgError, showMessage: true }) } } } handlerReset = (group = null) => { const props = {...this.props.inputProps, ...this.state._localProps} const {name = ''} = props const _grouping = this.props.grouping const outValue = this.props.type === 'number' ? null : '' if (group === null || _grouping[group]) { this.setState({ value: '', outValue: outValue, // disabled: false, valid: undefined, touched: false, message: '', showMessage: false }) if (this.props.changed) { this.props.changed(name, outValue, true) } } } handlerIsValidate = (group = null) => { const _grouping = this.props.grouping const value = this.state.value if (!this.props.hidden) { if (group === null || _grouping[group]) { const {isValid} = checkValidity(value, this.state.rules) return isValid } else { return true } } else { return true } } handlerChangeValue = (newValue) => { const name = this.props.inputProps.name const value = newValue const {isValid, msgError} = checkValidity(value, this.state.rules) const outValue = this.props.type === 'number' ? ((value && value !== '') ? Number(value) : null) : value this.setState({ value: value, outValue: outValue, valid: isValid, message: msgError, showMessage: true }) if (this.props.changed) { this.props.changed(name, outValue) } } handlerChangeProps = (newProps = null, newRules = undefined) => { let rules = (typeof newRules === 'object') ? {...newRules} : {...this.props.rules} // console.log('handlerChangeProps: ', newProps) if (typeof newProps === 'object' || newProps === null) { this.setState(state => { if (newProps === null) { return { rules: rules, _localProps: {} } } else { return { rules: rules, _localProps: { ...state._localProps, ...newProps } } } }) } } handlerDisabledInput = (value = null, group = null) => { const _grouping = this.props.grouping if (group === null || _grouping[group]) { if (value !== this.state.disabled) { this.setState(state => { return { disabled: value == null ? !state.disabled : value } }) } } } // SET LOCAL CHANGE VALUE changeValue = (el) => { const value = el.target.value this.handlerChangeValue(value) } // SHOW MESSAGE TOOLTIP showErrorTooltip = () => { this.setState({showMessage: true}) } // HIDE MESSAGE TOOLTIP hiddenErrorTooltip = () => { this.setState({showMessage: false}) } render() { // console.log(' [RENDER] Input') let props = { ...this.props.inputProps, ...this.state._localProps, value: this.state.value } if (this.state.disabled) { props = props.disabled ? {disabled: this.state.disabled, ...props} : {...props, disabled: this.state.disabled} } let valid let invalid if (this.state.valid !== undefined) { valid = this.state.valid invalid = !this.state.valid ? !this.state.valid : undefined } const {_prepend = null, _append = null, _tooltip = false, contentClassName = '', ...localProps} = props let conteInput = null const input = ( <Input type={this.props.type} {...localProps} onFocus={this.showErrorTooltip} onBlur={this.hiddenErrorTooltip} onChange={this.changeValue} valid={valid} invalid={invalid} /> ) const prepend = _prepend ? <InputGroupAddon addonType='prepend'>{_prepend}</InputGroupAddon> : null const append = _append ? <InputGroupAddon addonType='append'>{_append}</InputGroupAddon> : null if (append == null && prepend == null) { conteInput = input } else { conteInput = ( <InputGroup className={(invalid ? 'is-invalid ' : '') + contentClassName}> { prepend } { input } { append } </InputGroup> ) } return ( <RkValidate tooltip={_tooltip} show={this.state.showMessage} message={this.state.message} valid={valid}> { conteInput } </RkValidate> ) } } export default RkInput
28.691304
179
0.585543
46481485be9e008f2c2d02b2d0fd394d580a0a00
756
js
JavaScript
lib/services/paypal/self.js
leggetter/hallway
82942d3a484869078e4cfa96f5ca158d7fdb1ca5
[ "BSD-3-Clause" ]
2
2020-10-08T06:22:43.000Z
2020-10-08T06:22:54.000Z
lib/services/paypal/self.js
beaugunderson/hallway-pusher
37e3a4b4bf603f5f29bf422434e84507845c09cd
[ "BSD-3-Clause" ]
null
null
null
lib/services/paypal/self.js
beaugunderson/hallway-pusher
37e3a4b4bf603f5f29bf422434e84507845c09cd
[ "BSD-3-Clause" ]
null
null
null
var request = require('request'); exports.sync = function(pi, cb) { // TODO: Split this URL out into a base and endpoints if/when we add more request.get('https://identity.x.com/xidentity/resources/profile/me', { qs: { oauth_token: pi.auth.accessToken }, json: true }, function(err, response, profile) { if (err) return cb(err); if (response.statusCode !== 200) { return cb(new Error('Response was not 200')); } var userId = profile && profile.identity && profile.identity.userId; if (!userId) return cb('No user ID found in profile'); pi.auth.pid = userId + '@paypal'; var base = 'profile:' + pi.auth.pid + '/self'; pi.data = {}; pi.data[base] = [profile]; cb(null, pi); }); };
27
75
0.609788
46484e7762c71d01aa5a0b1d71526da2b92af3e7
209
js
JavaScript
config/logger.js
ericsonpadol/epi-data-entities
db61f73467a23b0da0ddc6d007c5018d959a8547
[ "MIT" ]
null
null
null
config/logger.js
ericsonpadol/epi-data-entities
db61f73467a23b0da0ddc6d007c5018d959a8547
[ "MIT" ]
null
null
null
config/logger.js
ericsonpadol/epi-data-entities
db61f73467a23b0da0ddc6d007c5018d959a8547
[ "MIT" ]
null
null
null
const config = require('config'); const log4js = require('log4js'); const logger = log4js.getLogger(config.get('app.logging.index')); logger.level = config.get('app.logging.level'); module.exports = logger;
26.125
65
0.727273
46497ef1ca8a54a28aa33870eeec104e01d0da0c
2,183
js
JavaScript
frontend/src/components/login-form.js
mike42/bring-a-plate
a28f9b221502614466ff53c0f870bc01ca29c311
[ "MIT" ]
2
2016-10-14T03:52:17.000Z
2020-02-25T08:58:40.000Z
frontend/src/components/login-form.js
mike42/bring-a-plate
a28f9b221502614466ff53c0f870bc01ca29c311
[ "MIT" ]
null
null
null
frontend/src/components/login-form.js
mike42/bring-a-plate
a28f9b221502614466ff53c0f870bc01ca29c311
[ "MIT" ]
null
null
null
import React from "react"; import {useAsync} from 'react-async'; export function GuestLoginForm({onSubmit, buttonText}) { const {isPending, isRejected, error, run} = useAsync({ deferFn: args => onSubmit(args[0]) }); function handleSubmit(event) { event.preventDefault() const {code} = event.target.elements; run({ code: code.value }); } return ( <form className="form-group" onSubmit={handleSubmit}> {isRejected ? ( <div className="bp-guest-login-error">{error ? 'Login failed' : null}</div> ) : null} <div className="form-group"> <input autoFocus placeholder="Invitation code" autocomplete="off" className="form-control" id="code"/> </div> <button type="submit" disabled={isPending} className="btn btn-primary"> {buttonText} </button> </form>); } export function HostLoginForm({onSubmit, buttonText}) { const {isPending, isRejected, error, run} = useAsync({ deferFn: args => onSubmit(args[0]) }); function handleSubmit(event) { event.preventDefault() const {username, password} = event.target.elements; run({ username: username.value, password: password.value }); } return ( <form onSubmit={handleSubmit} className="form-group"> {isRejected ? ( <div className="bp-guest-login-error">{error ? 'Login failed' : null}</div> ) : null} <div className="form-group"> <label htmlFor="username">Username</label> <input class="form-control" id="username"/> </div> <div className="form-group"> <label htmlFor="password">Password</label> <input class="form-control" type="password" id="password"/> </div> <div> <button className="btn btn-primary" disabled={isPending} type="submit"> {buttonText} </button> </div> </form>); }
32.58209
118
0.531379
464a694041f72248eba2acaee5a8a358ff02b8b6
113,494
js
JavaScript
flex-webchat-interactive/node_modules/twilio-chat/node_modules/twilsock/dist/twilsock.min.js
mark-marshall/twilio-flex-interactive-webchat
ea049dd8509ce2ea34d487024ad7e96c0e0ffd16
[ "MIT" ]
null
null
null
flex-webchat-interactive/node_modules/twilio-chat/node_modules/twilsock/dist/twilsock.min.js
mark-marshall/twilio-flex-interactive-webchat
ea049dd8509ce2ea34d487024ad7e96c0e0ffd16
[ "MIT" ]
null
null
null
flex-webchat-interactive/node_modules/twilio-chat/node_modules/twilsock/dist/twilsock.min.js
mark-marshall/twilio-flex-interactive-webchat
ea049dd8509ce2ea34d487024ad7e96c0e0ffd16
[ "MIT" ]
null
null
null
/* twilsock.js 0.5.14 The following license applies to all parts of this software except as documented below. Copyright (c) 2016, Twilio, inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of Twilio nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. This software includes javascript-state-machine under the following license. Copyright (c) 2012, 2013, 2014, 2015, Jake Gordon and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE This software includes loglevel under the following license. Copyright (c) 2013 Tim Perry Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var t;((t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).Twilio||(t.Twilio={})).Twilsock=e()}}(function(){return function(){return function e(t,n,i){function r(o,a){if(!n[o]){if(!t[o]){var c="function"==typeof require&&require;if(!a&&c)return c(o,!0);if(s)return s(o,!0);var l=new Error("Cannot find module '"+o+"'");throw l.code="MODULE_NOT_FOUND",l}var u=n[o]={exports:{}};t[o][0].call(u.exports,function(e){return r(t[o][1][e]||e)},u,u.exports,e,t,n,i)}return n[o].exports}for(var s="function"==typeof require&&require,o=0;o<i.length;o++)r(i[o]);return r}}()({1:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.BackoffRetrier=void 0;const i=e("events"),r=e("operation-retrier");n.BackoffRetrier= /** * Retrier with backoff override capability */ class extends i.EventEmitter{constructor(e){super(),this.options=e?Object.assign({},e):{}}get inProgress(){return!!this.retrier} /** * Should be called once per attempt series to start retrier. */start(){if(this.inProgress)throw new Error("Already waiting for next attempt, call finishAttempt(success : boolean) to finish it");this.createRetrier()} /** * Should be called to stop retrier entirely. */stop(){this.cleanRetrier(),this.newBackoff=null,this.usedBackoff=null} /** * Modifies backoff for next attempt. * Expected behavior: * - If there was no backoff passed previously reschedulling next attempt to given backoff * - If previous backoff was longer then ignoring this one. * - If previous backoff was shorter then reschedulling with this one. * With or without backoff retrier will keep growing normally. * @param delay delay of next attempts in ms. */modifyBackoff(e){this.newBackoff=e} /** * Mark last emmited attempt as failed, initiating either next of fail if limits were hit. */attemptFailed(){if(!this.inProgress)throw new Error("No attempt is in progress");this.newBackoff&&(!this.usedBackoff||this.usedBackoff<this.newBackoff)?this.createRetrier():this.retrier.failed(new Error)}cancel(){this.retrier&&this.retrier.cancel()}cleanRetrier(){this.retrier&&(this.retrier.removeAllListeners(),this.retrier.cancel(),this.retrier=null)}getRetryPolicy(){const e=Object.assign({},this.options);return this.newBackoff&&(e.min=this.newBackoff,e.max=this.options.max&&this.options.max>this.newBackoff?this.options.max:this.newBackoff), // As we're always skipping first attempt we should add one extra if limit is present e.maxAttemptsCount=this.options.maxAttemptsCount?this.options.maxAttemptsCount+1:void 0,e}createRetrier(){this.cleanRetrier();const e=this.getRetryPolicy();this.retrier=new r.Retrier(e),this.retrier.once("attempt",()=>{this.retrier.on("attempt",()=>this.emit("attempt")),this.retrier.failed(new Error("Skipping first attempt"))}),this.retrier.on("failed",e=>this.emit("failed",e)),this.usedBackoff=this.newBackoff,this.newBackoff=null,this.retrier.start().catch(e=>{})}}},{events:31,"operation-retrier":35}],2:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.Twilsock=n.TwilsockClient=n.TelemetryEvents=void 0;const i=e("events"),r=e("./logger"),s=e("./configuration"),o=e("./twilsock"),a=e("./packetinterface"),c=e("./websocketchannel"),l=e("./services/registrations"),u=e("./services/upstream"),d=e("./deferred"),h=e("./error/twilsockerror"),f=e("./offlinestorage"),p=e("./tokenStorage"),m=e("./services/telemetrytracker");class g{}n.TelemetryEvents=g,g.TWILSOCK_CONNECT="twilsock.sdk.connect",// establish WebSocket connection (with WebSocket handshake finished) g.TWILSOCK_INIT="twilsock.sdk.init";// send "init" message and receive reply /** * @alias Twilsock * @classdesc Client library for the Twilsock service * It allows to recevie service-generated updates as well as bi-directional transport * @fires Twilsock#message * @fires Twilsock#connected * @fires Twilsock#disconnected * @fires Twilsock#tokenAboutToExpire * @fires Twilsock#stateChanged * @fires Twilsock#connectionError */ class y extends i.EventEmitter{ /** * @param {string} token Twilio access token * @param {string} productId Product identifier. Should be the same as a grant name in token */ constructor(e,t,n={}){super(),this.offlineStorageDeferred=new d.Deferred,n.continuationToken=n.continuationToken?n.continuationToken:p.TokenStorage.getStoredToken(t);let i=this.config=new s.Configuration(e,t,n);r.log.setLevel(i.logLevel);let f=new c.WebSocketChannel(i.url),y=n.transport?n.transport:new a.PacketInterface(f,i);this.channel=n.channel?n.channel:new o.TwilsockImpl(f,y,i),this.registrations=n.registrations?n.registrations:new l.Registrations(y),this.upstream=new u.Upstream(y,this.channel,i), // Send telemetry only when connected and initialised this.telemetryTracker=new m.TelemetryTracker(i,y),this.channel.on("initialized",()=>this.telemetryTracker.canSendTelemetry=!0),f.on("disconnected",()=>this.telemetryTracker.canSendTelemetry=!1),this.registrations.on("registered",e=>this.emit("registered",e)),this.channel.on("message",(e,t)=>setTimeout(()=>this.emit("message",e,t),0)),this.channel.on("stateChanged",e=>setTimeout(()=>this.emit("stateChanged",e),0)),this.channel.on("connectionError",e=>setTimeout(()=>this.emit("connectionError",e),0)),this.channel.on("tokenAboutToExpire",()=>setTimeout(()=>this.emit("tokenAboutToExpire"),0)),this.channel.on("tokenExpired",()=>setTimeout(()=>this.emit("tokenExpired"),0)),this.channel.on("connected",()=>this.registrations.updateRegistrations()),this.channel.on("connected",()=>this.upstream.sendPendingMessages()),this.channel.on("connected",()=>setTimeout(()=>this.emit("connected"),0)), // Twilsock telemetry events this.channel.on("beforeConnect",()=>this.telemetryTracker.addPartialEvent(new m.TelemetryEventDescription("Establish WebSocket connection","",new Date),g.TWILSOCK_CONNECT,m.TelemetryPoint.Start)),this.channel.on("connected",()=>this.telemetryTracker.addPartialEvent(new m.TelemetryEventDescription("Establish WebSocket connection","",new Date,new Date),g.TWILSOCK_CONNECT,m.TelemetryPoint.End)),this.channel.on("beforeSendInit",()=>this.telemetryTracker.addPartialEvent(new m.TelemetryEventDescription("Send Twilsock init","",new Date),g.TWILSOCK_INIT,m.TelemetryPoint.Start)),this.channel.on("initialized",()=>this.telemetryTracker.addPartialEvent(new m.TelemetryEventDescription("Send Twilsock init","Succeeded",new Date,new Date),g.TWILSOCK_INIT,m.TelemetryPoint.End)),this.channel.on("sendInitFailed",()=>this.telemetryTracker.addPartialEvent(new m.TelemetryEventDescription("Send Twilsock init","Failed",new Date,new Date),g.TWILSOCK_INIT,m.TelemetryPoint.End)),this.channel.on("initialized",e=>{this.handleStorageId(t,e),p.TokenStorage.storeToken(e.continuationToken,t),setTimeout(()=>this.emit("initialized",e),0)}),this.channel.on("disconnected",()=>setTimeout(()=>this.emit("disconnected"),0)),this.channel.on("disconnected",()=>this.upstream.rejectPendingMessages()),this.channel.on("disconnected",()=>this.offlineStorageDeferred.fail(new h.TwilsockError("Client disconnected"))),this.offlineStorageDeferred.promise.catch(()=>{})}emit(e,...t){return r.log.debug(`Emitting ${e.toString()}(${t.map(e=>JSON.stringify(e)).join(", ")})`),super.emit(e,...t)}handleStorageId(e,t){if(t.offlineStorage)if(t.offlineStorage.hasOwnProperty(e))try{this.offlineStorageDeferred.set(f.OfflineProductStorage.create(t.offlineStorage[e])),r.log.debug(`Offline storage for '${e}' product: ${JSON.stringify(t.offlineStorage[e])}.`)}catch(n){this.offlineStorageDeferred.fail(new h.TwilsockError(`Failed to parse offline storage for ${e} ${JSON.stringify(t.offlineStorage[e])}. ${n}.`))}else this.offlineStorageDeferred.fail(new h.TwilsockError(`No offline storage id for '${e}' product: ${JSON.stringify(t.offlineStorage)}`));else this.offlineStorageDeferred.fail(new h.TwilsockError("No offline storage id"))} /** * Get offline storage ID * @returns {Promise} */storageId(){return this.offlineStorageDeferred.promise} /** * Indicates if twilsock is connected now * @returns {Boolean} */get isConnected(){return this.channel.isConnected} /** * Current state * @returns {String} */get state(){return this.channel.state} /** * Update token * @param {String} token * @returns {Promise} */async updateToken(e){if(r.log.trace(`updating token '${e}'`),this.config.token!==e)return this.config.updateToken(e),this.channel.updateToken(e)} /** * Updates notification context. * This method shouldn't be used anyone except twilio notifications library * @param contextId id of notification context * @param context value of notification context * @private */setNotificationsContext(e,t){this.registrations.setNotificationsContext(e,t)} /** * Remove notification context. * This method shouldn't be used anyone except twilio notifications library * @param contextId id of notification context * @private */removeNotificationsContext(e){this.registrations.removeNotificationsContext(e)} /** * Connect to the server * @fires Twilsock#connected * @public * @returns {void} */connect(){return this.channel.connect()} /** * Disconnect from the server * @fires Twilsock#disconnected * @public * @returns {Promise} */disconnect(){return this.telemetryTracker.sendTelemetry(m.EventSendingLimitation.AnyEventsIncludingUnfinished),this.channel.disconnect()} /** * Get HTTP request to upstream service * @param {string} url Upstream service url * @param {headers} headers Set of custom headers * @returns {Promise} */get(e,t){// send collected telemetry (if any) before upstream message shipment return this.telemetryTracker.sendTelemetry(m.EventSendingLimitation.AnyEvents),this.upstream.send("GET",e,t)} /** * Post HTTP request to upstream service * @param {string} url Upstream service url * @param {headers} headers Set of custom headers * @param {body} body Body to send * @returns {Promise} */post(e,t,n){// send collected telemetry (if any) before upstream message shipment return this.telemetryTracker.sendTelemetry(m.EventSendingLimitation.AnyEvents),this.upstream.send("POST",e,t,n)} /** * Put HTTP request to upstream service * @param {string} url Upstream service url * @param {headers} headers Set of custom headers * @param {body} body Body to send * @returns {Promise} */put(e,t,n){// send collected telemetry (if any) before upstream message shipment return this.telemetryTracker.sendTelemetry(m.EventSendingLimitation.AnyEvents),this.upstream.send("PUT",e,t,n)} /** * Delete HTTP request to upstream service * @param {string} url Upstream service url * @param {headers} headers Set of custom headers * @returns {Promise} */delete(e,t){// send collected telemetry (if any) before upstream message shipment return this.telemetryTracker.sendTelemetry(m.EventSendingLimitation.AnyEvents),this.upstream.send("DELETE",e,t)} /** * Submits internal telemetry event. Not to be used for any customer and/or sensitive data. * @param {TelemetryEventDescription} event Event details. * @returns {void} */addTelemetryEvent(e){this.telemetryTracker.addTelemetryEvent(e),this.telemetryTracker.sendTelemetryIfMinimalPortionCollected()} /** * Submits internal telemetry event. Not to be used for any customer and/or sensitive data. * @param {TelemetryEventDescription} event Event details. * @param {string} eventKey Unique event key. * @param {TelemetryPoint} point Is this partial event for start or end of measurement. * @returns {void} */addPartialTelemetryEvent(e,t,n){this.telemetryTracker.addPartialEvent(e,t,n),n===m.TelemetryPoint.End&& // this telemetry event is complete, so minimal portion could become ready to send this.telemetryTracker.sendTelemetryIfMinimalPortionCollected()}}n.TwilsockClient=y,n.Twilsock=y},{"./configuration":3,"./deferred":4,"./error/twilsockerror":6,"./logger":10,"./offlinestorage":12,"./packetinterface":13,"./services/registrations":24,"./services/telemetrytracker":25,"./services/upstream":26,"./tokenStorage":27,"./twilsock":28,"./websocketchannel":29,events:31}],3:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.Configuration=void 0;let i="0.5.14"; /** * Settings container for the Twilsock client library */n.Configuration=class{ /** * @param {String} token - authentication token * @param {Object} options - options to override defaults */ constructor(e,t,n={}){this.confirmedCapabilities=new Set,this.activeGrant=t,this._token=e;const r=`wss://tsock.${n.region||"us1"}.twilio.com/v3/wsconnect`;let s=n.twilsock||n.Twilsock||{};this.url=s.uri||r,this._continuationToken=n.continuationToken?n.continuationToken:null,this.logLevel=n.logLevel?n.logLevel:"error",this.retryPolicy=n.retryPolicy?n.retryPolicy:{min:1e3,max:12e4,randomness:.2},this.clientMetadata=n.clientMetadata?n.clientMetadata:{},this.clientMetadata.ver=i,this.initRegistrations=n.initRegistrations?n.initRegistrations:null,this.tweaks=n.tweaks?n.tweaks:null}get token(){return this._token}get continuationToken(){return this._continuationToken}updateToken(e){this._token=e}updateContinuationToken(e){this._continuationToken=e}}},{}],4:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.Deferred=void 0;n.Deferred=class{constructor(){this._promise=new Promise((e,t)=>{this._resolve=e,this._reject=t})}get promise(){return this._promise}update(e){this._resolve(e)}set(e){this.current=e,this._resolve(e)}fail(e){this._reject(e)}}},{}],5:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.TransportUnavailableError=void 0;const i=e("./twilsockerror");n.TransportUnavailableError=class extends i.TwilsockError{constructor(e){super(e)}}},{"./twilsockerror":6}],6:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.TwilsockError=void 0;n.TwilsockError=class extends Error{constructor(e){super(e)}}},{}],7:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.TwilsockReplyError=void 0;const i=e("./twilsockerror");n.TwilsockReplyError=class extends i.TwilsockError{constructor(e,t){super(e),this.reply=t}}},{"./twilsockerror":6}],8:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.TwilsockUpstreamError=void 0;const i=e("./twilsockerror");n.TwilsockUpstreamError=class extends i.TwilsockError{constructor(e,t,n){super(t),this.status=e,this.description=t,this.body=n}}},{"./twilsockerror":6}],9:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.TransportUnavailableError=n.TwilsockError=n.Twilsock=n.TwilsockClient=void 0;const i=e("./client");Object.defineProperty(n,"TwilsockClient",{enumerable:!0,get:function(){return i.TwilsockClient}}),Object.defineProperty(n,"Twilsock",{enumerable:!0,get:function(){return i.TwilsockClient}});const r=e("./error/twilsockerror");Object.defineProperty(n,"TwilsockError",{enumerable:!0,get:function(){return r.TwilsockError}});const s=e("./error/transportunavailableerror");Object.defineProperty(n,"TransportUnavailableError",{enumerable:!0,get:function(){return s.TransportUnavailableError}})},{"./client":2,"./error/transportunavailableerror":5,"./error/twilsockerror":6}],10:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.log=n.Logger=void 0;const i=e("loglevel").getLogger("twilsock");// twilsock is used by Flex SDK. Please DO NOT change function r(e,t){return[`${(new Date).toISOString()} Twilsock ${e}:`].concat(Array.from(t))}class s{constructor(e){this.prefix="",this.prefix=null!=e&&e.length>0?" "+e+":":""}setLevel(e){i.setLevel(e)}static setLevel(e){i.setLevel(e)}trace(...e){i.debug.apply(null,r("T",e))}debug(...e){i.debug.apply(null,r("D",e))}info(...e){i.info.apply(null,r("I",e))}warn(...e){i.warn.apply(null,r("W",e))}error(...e){i.error.apply(null,r("E",e))}static trace(...e){i.trace.apply(null,r("T",e))}static debug(...e){i.debug.apply(null,r("D",e))}static info(...e){i.info.apply(null,r("I",e))}static warn(...e){i.warn.apply(null,r("W",e))}static error(...e){i.error.apply(null,r("E",e))}}n.Logger=s;let o=new s("");n.log=o},{loglevel:33}],11:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.Metadata=void 0;const i=e("platform");n.Metadata=class{static getMetadata(e){"undefined"!=typeof navigator&&i.parse(navigator.userAgent);let t=e&&e.clientMetadata?e.clientMetadata:{};const n={env:i.name,envv:i.version,os:i.os.family,osv:i.os.version,osa:i.os.architecture,sdk:"js-default"};let r={};return["ver","env","envv","os","osv","osa","type","sdk","sdkv","dev","devv","devt","app","appv"].filter(e=>e in t||e in n).forEach(e=>r[e]=e in t?t[e]:n[e]),r}}},{platform:37}],12:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.OfflineProductStorage=void 0;const i=e("./error/twilsockerror");class r{constructor(e){this.id=e}static create(e){if(e instanceof Object&&"storage_id"in e)return new r(e.storage_id);throw new i.TwilsockError('Field "storage_id" is missing')}}n.OfflineProductStorage=r},{"./error/twilsockerror":6}],13:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.PacketInterface=n.PacketResponse=void 0;const i=e("./logger"),r=e("uuid"),s=e("./error/twilsockerror"),o=e("./error/twilsockreplyerror"),a=e("./parser"),c=e("./protocol/messages"),l=e("./metadata"),u=3e4;n.PacketResponse=class{};n.PacketInterface=class{constructor(e,t){this.config=t,this.activeRequests=new Map,this.channel=e,this.channel.on("reply",e=>this.processReply(e)),this.channel.on("disconnected",()=>{this.activeRequests.forEach(e=>{clearTimeout(e.timeout),e.reject(new s.TwilsockError("disconnected"))}),this.activeRequests.clear()})}get isConnected(){return this.channel.isConnected}processReply(e){const t=this.activeRequests.get(e.id);var n; /** * Makes sure that body is properly stringified */t&&(clearTimeout(t.timeout),this.activeRequests.delete(e.id),(n=e.status.code)>=200&&n<300?t.resolve(e):(t.reject(new o.TwilsockReplyError("Transport failure: "+e.status.status,e)),i.log.trace("message rejected")))}storeRequest(e,t,n){let r={resolve:t,reject:n,timeout:setTimeout(()=>{i.log.trace("request",e,"is timed out"),n(new s.TwilsockError("Twilsock: request timeout: "+e))},u)};this.activeRequests.set(e,r)}shutdown(){this.activeRequests.forEach(e=>{clearTimeout(e.timeout),e.reject(new s.TwilsockError("Twilsock: request cancelled by user"))}),this.activeRequests.clear()}async sendInit(){i.log.trace("sendInit");let e=l.Metadata.getMetadata(this.config),t=new c.Init(this.config.token,this.config.continuationToken,e,this.config.initRegistrations,this.config.tweaks),n=await this.sendWithReply(t);return new c.InitReply(n.id,n.header.continuation_token,n.header.continuation_token_status,n.header.offline_storage,n.header.init_registrations,n.header.debug_info,new Set(n.header.capabilities))}sendClose(){let e=new c.Close; //@todo send telemetry AnyEventsIncludingUnfinished this.send(e)}sendWithReply(e,t){return new Promise((n,i)=>{let r=this.send(e,t);this.storeRequest(r,n,i)})}send(e,t){e.id=e.id||`TM${r.v4()}`;let n=a.Parser.createPacket(e,function(e){switch(typeof e){case"undefined":return"";case"object":return JSON.stringify(e);default:return e}}(t));try{return this.channel.send(n),e.id}catch(t){throw i.log.debug("failed to send ",e,t),i.log.trace(t.stack),t}}}},{"./error/twilsockerror":6,"./error/twilsockreplyerror":7,"./logger":10,"./metadata":11,"./parser":14,"./protocol/messages":17,uuid:38}],14:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.Parser=void 0;const i=e("./logger");function r(e){return encodeURIComponent(e).replace(/%([0-9A-F]{2})/g,(e,t)=>String.fromCharCode("0x"+t)).length}function s(e){let t=Array.prototype.map.call(e,e=>String.fromCharCode(e)).join("").replace(/(.)/g,(e,t)=>{let n=t.charCodeAt(0).toString(16).toUpperCase();return n.length<2&&(n="0"+n),"%"+n});return decodeURIComponent(t)}function o(e){return JSON.parse(s(e))}n.Parser=class{constructor(){}static parse(e){const t=new Uint8Array(e),n=function(e){let t="",n=0;for(;n<e.length;++n){const i=String.fromCharCode(e[n]);if(t+=i,"\r"===i){n+=2;break}}const i=t.split(" ");return{size:n,protocol:i[0],version:i[1],headerSize:Number(i[2])}}(t);if("TWILSOCK"!==n.protocol||"V3.0"!==n.version) //throw new Error('Unsupported protocol'); //this.fsm.unsupportedProtocol(); return void i.log.error(`unsupported protocol: ${n.protocol} ver ${n.version}`);let r=null;try{r=o(t.subarray(n.size,n.size+n.headerSize))}catch(t){ //throw new Error('Failed to parse message'); //this.fsm.protocolError(); return void i.log.error("failed to parse message header",t,e)}i.log.debug("message received: ",r.method),i.log.trace("message received: ",r);let a=null;if(r.payload_size>0){const c=2+n.size+n.headerSize,l=r.payload_size;if(r.hasOwnProperty("payload_type")&&0!==r.payload_type.indexOf("application/json"))0===r.payload_type.indexOf("text/plain")&&(a=s(t.subarray(c,c+l)));else try{a=o(t.subarray(c,c+l))}catch(t){ //this.fsm.protocolError(); return void i.log.error("failed to parse message body",t,e)}}return{method:r.method,header:r,payload:a}}static createPacket(e,t=""){e.payload_size=r(t);// eslint-disable-line camelcase let n=JSON.stringify(e)+"\r\n",s="TWILSOCK V3.0 "+(r(n)-2)+"\r\n";return i.log.debug("send request:",s+n+t),function(e){let t=encodeURIComponent(e).replace(/%([0-9A-F]{2})/g,(e,t)=>String.fromCharCode("0x"+t)),n=new Uint8Array(t.length);return Array.prototype.forEach.call(t,(e,t)=>{n[t]=e.charCodeAt(0)}),n}(s+n+t).buffer}}},{"./logger":10}],15:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.AbstractMessage=void 0;const i=e("uuid");n.AbstractMessage=class{constructor(e){this.id=e||`TM${i.v4()}`}}},{uuid:38}],16:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.Close=void 0;const i=e("./abstractmessage");n.Close=class extends i.AbstractMessage{constructor(){super(),this.method="close"}}},{"./abstractmessage":15}],17:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.Telemetry=n.Close=n.Reply=n.Message=n.Update=n.InitReply=n.Init=void 0;const i=e("./init");Object.defineProperty(n,"Init",{enumerable:!0,get:function(){return i.Init}});const r=e("./initReply");Object.defineProperty(n,"InitReply",{enumerable:!0,get:function(){return r.InitReply}});const s=e("./update");Object.defineProperty(n,"Update",{enumerable:!0,get:function(){return s.Update}});const o=e("./message");Object.defineProperty(n,"Message",{enumerable:!0,get:function(){return o.Message}});const a=e("./reply");Object.defineProperty(n,"Reply",{enumerable:!0,get:function(){return a.Reply}});const c=e("./close");Object.defineProperty(n,"Close",{enumerable:!0,get:function(){return c.Close}});const l=e("./telemetry");Object.defineProperty(n,"Telemetry",{enumerable:!0,get:function(){return l.Telemetry}})},{"./close":16,"./init":18,"./initReply":19,"./message":20,"./reply":21,"./telemetry":22,"./update":23}],18:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.Init=void 0;const i=e("./abstractmessage");n.Init=class extends i.AbstractMessage{constructor(e,t,n,i=null,r=null){super(),this.method="init",this.token=e,this.continuation_token=t,this.metadata=n,this.registrations=i,this.tweaks=r,this.capabilities=["client_update","offline_storage","telemetry.v1"]}}},{"./abstractmessage":15}],19:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.InitReply=n.ContinuationTokenStatus=void 0;const i=e("./abstractmessage");n.ContinuationTokenStatus=class{};n.InitReply=class extends i.AbstractMessage{constructor(e,t,n,i,r,s,o){super(e),this.continuationToken=t,this.continuationTokenStatus=n,this.offlineStorage=i,this.initRegistrations=r,this.debugInfo=s,this.confirmedCapabilities=o}}},{"./abstractmessage":15}],20:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.Message=void 0;const i=e("./abstractmessage");n.Message=class extends i.AbstractMessage{constructor(e,t,n){super(),this.method="message",this.active_grant=e,this.payload_type=t,this.http_request=n}}},{"./abstractmessage":15}],21:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.Reply=void 0;const i=e("./abstractmessage");n.Reply=class extends i.AbstractMessage{constructor(e){super(e),this.method="reply",this.payload_type="application/json",this.status={code:200,status:"OK"}}}},{"./abstractmessage":15}],22:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.TelemetryEvent=n.Telemetry=void 0;const i=e("./abstractmessage");n.TelemetryEvent=class{constructor(e,// relative to event send time t,// relative to event send time n,i,r,// optional, default will be random assigned by backend s){this.start=e,this.end=t,this.title=n,this.details=i,this.id=r,this.type=s}};n.Telemetry=class extends i.AbstractMessage{constructor(e){super(),this.method="telemetry.v1",this.events=e}}},{"./abstractmessage":15}],23:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.Update=void 0;const i=e("./abstractmessage");n.Update=class extends i.AbstractMessage{constructor(e){super(),this.method="update",this.token=e}}},{"./abstractmessage":15}],24:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.Registrations=void 0;const i=e("../logger"),r=e("events"),s=e("uuid"),o=e("../error/twilsockerror");n.Registrations= /** * Registrations module handles all operations with registration contexts through twilsock * Main role: it automatically refreshes all registrations after reconnect. */ class extends r.EventEmitter{constructor(e){super(),this.transport=e,this.registrations=new Map,this.registrationsInProgress=new Map}async putNotificationContext(e,t){const n={method:"put_notification_ctx",notification_ctx_id:e};await this.transport.sendWithReply(n,t)}async deleteNotificationContext(e){let t={method:"delete_notification_ctx",notification_ctx_id:e};await this.transport.sendWithReply(t)}async updateRegistration(e,t){i.log.debug("update registration for context",e);let n=this.registrationsInProgress.get(e);n||(n=new Set,this.registrationsInProgress.set(e,n));const r=s.v4();n.add(r);try{await this.putNotificationContext(e,t),i.log.debug("registration attempt succeeded for context",t),n.delete(r),0===n.size&&(this.registrationsInProgress.delete(e),this.emit("registered",e))}catch(s){i.log.warn("registration attempt failed for context",t),i.log.debug(s),n.delete(r),0===n.size&&(this.registrationsInProgress.delete(e),this.emit("registrationFailed",e,s))}}updateRegistrations(){i.log.trace(`refreshing ${this.registrations.size} registrations`),this.registrations.forEach((e,t)=>{this.updateRegistration(t,e)})}setNotificationsContext(e,t){if(!e||!t)throw new o.TwilsockError("Invalid arguments provided");this.registrations.set(e,t),this.transport.isConnected&&this.updateRegistration(e,t)}async removeNotificationsContext(e){this.registrations.has(e)&&(await this.deleteNotificationContext(e),this.transport.isConnected&&this.registrations.delete(e))}}},{"../error/twilsockerror":6,"../logger":10,events:31,uuid:38}],25:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.EventSendingLimitation=n.TelemetryPoint=n.TelemetryEventDescription=n.TelemetryTracker=void 0;const i=e("../protocol/messages/telemetry"),r=e("../logger");class s{constructor(e,t,n,i,r,s){this.title=e,this.details=t,this.start=n,this.type=r,this.id=s,this.end=i} // Prepare telemetry event right before sending it. // Convert times to relative. toTelemetryEvent(){ // Fix dates const e=new Date;let t=this.start,n=this.end?this.end:e;if(n<t){let e=n;n=t,t=e} // Converting dates to relative offset from current moment in ms const r=t.getTime()-e.getTime(),s=n.getTime()-e.getTime();return new i.TelemetryEvent(r,s,this.title,this.details,this.id,this.type)}}var o,a;n.TelemetryEventDescription=s,function(e){e[e.Start=0]="Start",e[e.End=1]="End"}(o||(o={})),n.TelemetryPoint=o,function(e){e[e.MinEventsPortion=0]="MinEventsPortion",e[e.AnyEvents=1]="AnyEvents",e[e.AnyEventsIncludingUnfinished=2]="AnyEventsIncludingUnfinished"}(a||(a={})),n.EventSendingLimitation=a;n.TelemetryTracker=class{constructor(e,t){ // accumulated events count that is big enough to be sent out of schedule (not on timer but on new event registration) this.minEventsPortionToSend=50, // max events batch size to be sent in a single Telemetry message this.maxEventsPortionToSend=100,this.pendingEvents=new Map,// started events: have TelemetryEvent::startTime only this.readyEvents=[],// events ready to send this.hasInitializationFinished=!1,this._canSendTelemetry=!1,this.config=e,this.packetInterface=t} // Keeping this private prevents the type declaration from being generated properly. // Ideally, this should be private. get isTelemetryEnabled(){return this.config.confirmedCapabilities.has("telemetry.v1")}get canSendTelemetry(){return this._canSendTelemetry&&this.isTelemetryEnabled}set canSendTelemetry(e){r.log.debug(`TelemetryTracker.canSendTelemetry: ${e} TelemetryTracker.isTelemetryEnabled: ${this.isTelemetryEnabled}`), // We want to keep telemetry events added in advance but // we need to purge events from previous connection when being disconnected this._canSendTelemetry&&!e&&(this.pendingEvents.clear(),this.readyEvents=[]),this._canSendTelemetry=e,e&&this.sendTelemetry(a.AnyEvents),e&&!this.hasInitializationFinished&&(this.hasInitializationFinished=!0)} // Add complete event addTelemetryEvent(e){ // Allow adding events before initialization. !this.canSendTelemetry&&this.hasInitializationFinished||this.readyEvents.push(e)} // Add incomplete event (with either starting or ending time point) addPartialEvent(e,t,n){r.log.debug(`Adding ${n===o.Start?"starting":"ending"} timepoint for '${t}' event`);let i=this.pendingEvents.has(t);if(n===o.Start)i&&r.log.debug(`Overwriting starting point for '${t}' event`),this.pendingEvents.set(t,e);else{if(!i)return void r.log.error(`Could not find started event for '${t}' event`);this.addTelemetryEvent(this.merge(this.pendingEvents.get(t),e)),this.pendingEvents.delete(t)}}getTelemetryToSend(e){return this.canSendTelemetry&&0!=this.readyEvents.length?e==a.MinEventsPortion&&this.readyEvents.length<this.minEventsPortionToSend?[]:this.getTelemetryPortion(e==a.AnyEventsIncludingUnfinished):[]}getTelemetryPortion(e){const t=Math.min(this.readyEvents.length,this.maxEventsPortionToSend);let n=this.readyEvents.splice(0,t);return e&&n.length<this.maxEventsPortionToSend&&this.pendingEvents.forEach((e,t)=>{if(n.length>=this.maxEventsPortionToSend)return;// @fixme does not end the loop early let i=this.pendingEvents.get(t);this.pendingEvents.delete(t),n.push(new s(`[UNFINISHED] ${i.title}`,// add prefix title to mark unfinished events for CleanSock i.details,i.start,null,// Not ended, on sending will be replaced with now i.type,i.id))}),n} // Merging 2 partial events: // use start.startTime & end.endTime. // For other fields, // if there are values in end, use them, // else use values from start. merge(e,t){return new s(t.title?t.title:e.title,t.details?t.details:e.details,e.start,t.end,t.type?t.type:e.type,t.id?t.id:e.id)}sendTelemetryIfMinimalPortionCollected(){this.sendTelemetry(a.MinEventsPortion)} // NB: getTelemetryToSend will return non-empty array only if we have already received initReply // and telemetry.v1 capability is enabled there. sendTelemetry(e){const t=this.getTelemetryToSend(e);if(0!==t.length)try{this.packetInterface.send(new i.Telemetry(t.map(e=>e.toTelemetryEvent())))}catch(e){r.log.debug(`Error while sending ${t.length} telemetry events due to ${e}; they will be resubmitted`),this.readyEvents=this.readyEvents.concat(t)}}}},{"../logger":10,"../protocol/messages/telemetry":22}],26:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.Upstream=void 0;const i=e("../logger"),r=e("../error/twilsockerror"),s=e("../error/twilsockupstreamerror"),o=e("../protocol/messages"),a=e("../error/transportunavailableerror"),c=2e4;function l(e,t){const n=function(e){const t=e.match(/^(https?\:)\/\/(([^:\/?#]*)(?:\:([0-9]+))?)(\/[^?#]*)(\?[^#]*|)(#.*|)$/);if(t){let e={protocol:t[1],host:t[2],hostname:t[3],port:t[4],pathname:t[5],search:t[6],hash:t[7],params:null};if(e.search.length>0){let t=e.search.substring(1);e.params=t.split("&").map(e=>e.split("=")).reduce((e,t)=>(e.hasOwnProperty(t[0])?Array.isArray(e[t[0]])?e[t[0]].push(t[1]):e[t[0]]=[e[t[0]],t[1]]:e[t[0]]=t[1],e),{})}return e}throw new r.TwilsockError("Incorrect URI: "+e)}(t);let i={method:e,host:n.host,path:n.pathname};return n.params&&(i.params=n.params),i}n.Upstream=class{constructor(e,t,n){this.config=n,this.transport=e,this.pendingMessages=[],this.twilsock=t}saveMessage(e){return new Promise((t,n)=>{let s={message:e,resolve:t,reject:n,alreadyRejected:!1,timeout:setTimeout(()=>{i.log.debug("request is timed out"),n(new r.TwilsockError("Twilsock: request timeout")),s.alreadyRejected=!0},c)};this.pendingMessages.push(s)})}sendPendingMessages(){for(;this.pendingMessages.length;){let e=this.pendingMessages[0]; // Do not send message if we've rejected its promise already if(!e.alreadyRejected)try{let t=e.message;this.actualSend(t).then(t=>e.resolve(t)).catch(t=>e.reject(t)),clearTimeout(e.timeout)}catch(e){i.log.debug("Failed to send pending message",e);break}this.pendingMessages.splice(0,1)}}rejectPendingMessages(){this.pendingMessages.forEach(e=>{e.reject(new a.TransportUnavailableError("Unable to connect: "+this.twilsock.getTerminationReason)),clearTimeout(e.timeout)}),this.pendingMessages.splice(0,this.pendingMessages.length)}async actualSend(e){let t=e.to,n=e.headers,i=e.body,r={host:t.host,path:t.path,method:t.method,params:t.params,headers:n},a=new o.Message(this.config.activeGrant,n["Content-Type"]||"application/json",r),c=await this.transport.sendWithReply(a,i);if((u=c)&&u.header&&u.header.http_status&&!((l=c.header.http_status.code)>=200&&l<300))throw new s.TwilsockUpstreamError(c.header.http_status.code,c.header.http_status.status,c.body);var l,u;return{status:c.header.http_status,headers:c.header.http_headers,body:c.body}} /** * Send an upstream message * @param {Twilsock#Message} message Message structure with header, body and remote address * @returns {Promise<Result>} Result from remote side */send(e,t,n={},i){if(this.twilsock.isTerminalState)return Promise.reject(new a.TransportUnavailableError("Unable to connect: "+this.twilsock.getTerminationReason));let r=function(e,t,n,i){return{to:l(e,t),headers:n,body:i}}(e,t,n,i);return this.twilsock.isConnected?this.actualSend(r):this.saveMessage(r)}}},{"../error/transportunavailableerror":5,"../error/twilsockerror":6,"../error/twilsockupstreamerror":8,"../logger":10,"../protocol/messages":17}],27:[function(e,t,n){(function(e){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.TokenStorage=void 0;class t{static get sessionStorage(){try{return e.sessionStorage}catch(e){return null}}static get window(){try{return e.window}catch(e){return null}}static storeToken(e,n){t.canStore&&t.sessionStorage.setItem(t.getKeyName(n),e)}static getStoredToken(e){return t.canStore?t.sessionStorage.getItem(t.getKeyName(e)):null}static initialize(){if(t.canStore){ // Duplicated tab, cleaning up all stored keys t.sessionStorage.getItem(t.initializedFlag)&&this.clear(),t.sessionStorage.setItem(t.initializedFlag,"true"), // When leaving page or refreshing t.window.addEventListener("unload",()=>{t.sessionStorage.removeItem(t.initializedFlag)})}}static clear(){if(t.canStore){let e=[];for(let n=0;n<t.sessionStorage.length;n++){const i=t.sessionStorage.key(n); // We manually removed startsWith here due to some problems with babel polyfill setup. // Restore it when we figure out what's wrong. //if (key.startsWith(TokenStorage.tokenStoragePrefix)) { 0===i.indexOf(t.tokenStoragePrefix)&&e.push(i)}e.forEach(e=>t.sessionStorage.removeItem(e)),t.sessionStorage.removeItem(t.initializedFlag)}}static getKeyName(e){return`${t.tokenStoragePrefix}${e}`}static get canStore(){return t.sessionStorage&&t.window}}n.TokenStorage=t,t.initializedFlag="twilio_twilsock_token_storage",t.tokenStoragePrefix="twilio_continuation_token_",t.initialize()}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],28:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.TwilsockImpl=n.TwilsockChannel=n.Response=void 0;const i=e("events"),r=e("javascript-state-machine"),s=e("./logger"),o=e("./protocol/messages"),a=e("./parser"),c=e("./error/twilsockreplyerror"),l=e("./backoffretrier"),u=3e3;n.Response=class{}; /** * Twilsock channel level protocol implementation */ class d extends i.EventEmitter{constructor(e,t,n){super(),this.terminalStates=["disconnected","rejected"],this.lastEmittedState=void 0,this.tokenExpiredSasCode=20104,this.terminationReason="Connection is not initialized",this.websocket=e,this.websocket.on("connected",()=>this.fsm.socketConnected()),this.websocket.on("disconnected",e=>this.fsm.socketClosed()),this.websocket.on("message",e=>this.onIncomingMessage(e)),this.websocket.on("socketError",e=>this.emit("connectionError",{terminal:!1,message:e.message,httpStatusCode:null,errorCode:null})),this.transport=t,this.config=n,this.retrier=new l.BackoffRetrier(n.retryPolicy),this.retrier.on("attempt",()=>this.retry()),this.retrier.on("failed",e=>{s.log.warn(`Retrying failed: ${e.message}`),this.disconnect()}),"undefined"!=typeof window&&void 0!==window.addEventListener&&(window.addEventListener("online",()=>{s.log.debug("Browser reported connectivity state: online"),this.fsm.systemOnline()}),window.addEventListener("offline",()=>{s.log.debug("Browser reported connectivity state: offline"),this.websocket.close(),this.fsm.socketClosed()})),this.fsm=new r({init:"disconnected",transitions:[{name:"userConnect",from:["disconnected","rejected"],to:"connecting"},{name:"userConnect",from:["connecting","connected"]},{name:"userDisconnect",from:["connecting","initialising","connected","updating","retrying","rejected","waitSocketClosed","waitOffloadSocketClosed"],to:"disconnecting"},{name:"userRetry",from:["retrying"],to:"connecting"},{name:"socketConnected",from:["connecting"],to:"initialising"},{name:"socketClosed",from:["connecting","initialising","connected","updating","error","waitOffloadSocketClosed"],to:"retrying"},{name:"socketClosed",from:["disconnecting"],to:"disconnected"},{name:"socketClosed",from:["waitSocketClosed"],to:"disconnected"},{name:"socketClosed",from:["rejected"],to:"rejected"},{name:"initSuccess",from:["initialising"],to:"connected"},{name:"initError",from:["initialising"],to:"error"},{name:"tokenRejected",from:["initialising","updating"],to:"rejected"},{name:"protocolError",from:["initialising","connected","updating"],to:"error"},{name:"receiveClose",from:["initialising","connected","updating"],to:"waitSocketClosed"},{name:"receiveOffload",from:["initialising","connected","updating"],to:"waitOffloadSocketClosed"},{name:"unsupportedProtocol",from:["initialising","connected","updating"],to:"unsupported"},{name:"receiveFatalClose",from:["initialising","connected","updating"],to:"unsupported"},{name:"userUpdateToken",from:["disconnected","rejected","connecting","retrying"],to:"connecting"},{name:"userUpdateToken",from:["connected"],to:"updating"},{name:"updateSuccess",from:["updating"],to:"connected"},{name:"updateError",from:["updating"],to:"error"},{name:"userSend",from:["connected"],to:"connected"},{name:"systemOnline",from:["retrying"],to:"connecting"}],methods:{onConnecting:()=>{this.setupSocket(),this.emit("connecting")},onEnterInitialising:()=>{this.sendInit()},onLeaveInitialising:()=>{this.cancelInit()},onEnterUpdating:()=>{this.sendUpdate()},onLeaveUpdating:()=>{this.cancelUpdate()},onEnterRetrying:()=>{this.initRetry(),this.emit("connecting")},onEnterConnected:()=>{this.resetBackoff(),this.onConnected()},onUserUpdateToken:()=>{this.resetBackoff()},onTokenRejected:()=>{this.resetBackoff(),this.closeSocket(!0),this.finalizeSocket()},onUserDisconnect:()=>{this.closeSocket(!0)},onEnterDisconnecting:()=>{this.startDisconnectTimer()},onLeaveDisconnecting:()=>{this.cancelDisconnectTimer()},onEnterWaitSocketClosed:()=>{this.startDisconnectTimer()},onLeaveWaitSocketClosed:()=>{this.cancelDisconnectTimer()},onEnterWaitOffloadSocketClosed:()=>{this.startDisconnectTimer()},onLeaveWaitOffloadSocketClosed:()=>{this.cancelDisconnectTimer()},onDisconnected:()=>{this.resetBackoff(),this.finalizeSocket()},onReceiveClose:(e,t)=>{this.onCloseReceived(t)},onReceiveOffload:(e,t)=>{s.log.debug("onreceiveoffload: ",t),this.modifyBackoff(t.body),this.onCloseReceived(t.status)},onUnsupported:()=>{this.closeSocket(!0),this.finalizeSocket()},onError:(e,t)=>{this.closeSocket(t),this.finalizeSocket()},onEnterState:e=>{"none"!==e.from&&this.changeState(e)},onInvalidTransition:(e,t,n)=>{s.log.warn("FSM: unexpected transition",t,n)}}})}changeState(e){s.log.debug(`FSM: ${e.transition}: ${e.from} --\x3e ${e.to}`),this.lastEmittedState!==this.state&&(this.lastEmittedState=this.state,this.emit("stateChanged",this.state))}resetBackoff(){s.log.trace("resetBackoff"),this.retrier.stop()}modifyBackoff(e){s.log.trace("modifyBackoff",e);let t=e?e.backoff_policy:null;t&&"number"==typeof t.reconnect_min_ms&&this.retrier.modifyBackoff(t.reconnect_min_ms)}startDisconnectTimer(){s.log.trace("startDisconnectTimer"),this.disconnectingTimer&&(clearTimeout(this.disconnectingTimer),this.disconnectingTimer=null),this.disconnectingTimer=setTimeout(()=>{s.log.debug("disconnecting is timed out"),this.closeSocket(!0)},u)}cancelDisconnectTimer(){s.log.trace("cancelDisconnectTimer"),this.disconnectingTimer&&(clearTimeout(this.disconnectingTimer),this.disconnectingTimer=null)}get isConnected(){return"connected"===this.state&&this.websocket.isConnected}get state(){switch(this.fsm.state){case"connecting":case"initialising":case"retrying":case"error":return"connecting";case"updating":case"connected":return"connected";case"rejected":return"rejected";case"disconnecting":case"waitSocketClosed":case"waitOffloadSocketClosed":return"disconnecting";case"disconnected":default:return"disconnected"}}initRetry(){s.log.debug("initRetry"),this.retrier.inProgress?this.retrier.attemptFailed():this.retrier.start()}retry(){"connecting"!=this.fsm.state?(s.log.trace("retry"),this.websocket.close(),this.fsm.userRetry()):s.log.trace("can\t retry as already connecting")}onConnected(){this.emit("connected")}finalizeSocket(){s.log.trace("finalizeSocket"),this.websocket.close(),this.emit("disconnected"),this.disconnectedPromiseResolve&&(this.disconnectedPromiseResolve(),this.disconnectedPromiseResolve=null)}setupSocket(){s.log.trace("setupSocket:",this.config.token),this.emit("beforeConnect"),// This is used by client to record startup telemetry event this.websocket.connect()}onIncomingMessage(e){let{method:t,header:n,payload:i}=a.Parser.parse(e);if("reply"!==t&&this.confirmReceiving(n),"notification"===t)this.emit("message",n.message_type,i);else if("reply"===n.method)this.transport.processReply({id:n.id,status:n.status,header:n,body:i});else if("client_update"===n.method)"token_about_to_expire"===n.client_update_type&&this.emit("tokenAboutToExpire");else if("close"===n.method)if(308===n.status.code)s.log.debug("Connection has been offloaded"),this.fsm.receiveOffload({status:n.status.status,body:i});else if(406===n.status.code){ // Not acceptable message const e=`Server closed connection because can't parse protocol: ${JSON.stringify(n.status)}`;this.emitReplyConnectionError(e,n,!0),s.log.error(e),this.fsm.receiveFatalClose()}else 417===n.status.code?( // Protocol error s.log.error(`Server closed connection because can't parse client reply: ${JSON.stringify(n.status)}`),this.fsm.receiveFatalClose(n.status.status)):410===n.status.code?( // Expired token s.log.warn(`Server closed connection: ${JSON.stringify(n.status)}`),this.fsm.receiveClose(n.status.status),this.emit("tokenExpired")):401===n.status.code?( // Authentication fail s.log.error(`Server closed connection: ${JSON.stringify(n.status)}`),this.fsm.receiveClose(n.status.status)):(s.log.warn("unexpected message: ",n.status), // Try to reconnect this.fsm.receiveOffload({status:n.status.status,body:null}))}async sendInit(){s.log.trace("sendInit");try{this.emit("beforeSendInit");// This is used by client to record startup telemetry event let e=await this.transport.sendInit();this.config.updateContinuationToken(e.continuationToken),this.config.confirmedCapabilities=e.confirmedCapabilities,this.fsm.initSuccess(e),this.emit("initialized",e),this.emit("tokenUpdated")}catch(e){if(e instanceof c.TwilsockReplyError){let t=!1;s.log.warn(`Init rejected by server: ${JSON.stringify(e.reply.status)}`),this.emit("sendInitFailed"),// This is used by client to record startup telemetry event // @todo emit telemetry from inside "if" below for more granularity... 401===e.reply.status.code||403===e.reply.status.code?(t=!0,this.fsm.tokenRejected(e.reply.status),e.reply.status.errorCode===this.tokenExpiredSasCode&&this.emit("tokenExpired")):429===e.reply.status.code?(this.modifyBackoff(e.reply.body),this.fsm.initError(!0)):500===e.reply.status.code?this.fsm.initError(!1):this.fsm.initError(!0),this.emitReplyConnectionError(e.message,e.reply,t)}else this.terminationReason=e.message,this.emit("connectionError",{terminal:!0,message:e.message,httpStatusCode:null,errorCode:null}),this.fsm.initError(!0);this.emit("tokenUpdated",e)}}async sendUpdate(){s.log.trace("sendUpdate");let e=new o.Update(this.config.token);try{let t=await this.transport.sendWithReply(e);this.fsm.updateSuccess(t.body),this.emit("tokenUpdated")}catch(e){if(e instanceof c.TwilsockReplyError){let t=!1;s.log.warn(`Token update rejected by server: ${JSON.stringify(e.reply.status)}`),401===e.reply.status.code||403===e.reply.status.code?(t=!0,this.fsm.tokenRejected(e.reply.status),e.reply.status.errorCode===this.tokenExpiredSasCode&&this.emit("tokenExpired")):429===e.reply.status.code?(this.modifyBackoff(e.reply.body),this.fsm.updateError(e.reply.status)):this.fsm.updateError(e.reply.status),this.emitReplyConnectionError(e.message,e.reply,t)}else this.emit("error",!1,e.message,null,null),this.fsm.updateError(e);this.emit("tokenUpdated",e)}}emitReplyConnectionError(e,t,n){const i=t.status&&t.status.description?t.status.description:e,r=t.status.code,s=t.status&&t.status.errorCode?t.status.errorCode:null;n&&(this.terminationReason=i),this.emit("connectionError",{terminal:n,message:i,httpStatusCode:r,errorCode:s})}cancelInit(){s.log.trace("cancelInit"); // TODO: implement }cancelUpdate(){s.log.trace("cancelUpdate"); // TODO: implement } /** * Should be called for each message to confirm it received */confirmReceiving(e){s.log.trace("confirmReceiving");try{ //@todo send telemetry events AnyEvents this.transport.send(new o.Reply(e.id))}catch(e){s.log.debug("failed to confirm packet receiving",e)}} /** * Shutdown connection */closeSocket(e){s.log.trace(`closeSocket (graceful: ${e})`),e&&this.transport.isConnected&&this.transport.sendClose(),this.websocket.close(),setTimeout(()=>this.fsm.socketClosed(),0)} /** * Initiate the twilsock connection * If already connected, it does nothing */connect(){s.log.trace("connect"),this.fsm.userConnect()} /** * Close twilsock connection * If already disconnected, it does nothing */disconnect(){return s.log.trace("disconnect"),this.fsm.is("disconnected")?Promise.resolve():new Promise(e=>{this.disconnectedPromiseResolve=e,this.fsm.userDisconnect()})} /** * Update fpa token for twilsock connection */updateToken(e){return s.log.trace("updateToken:",e),new Promise((e,t)=>{this.once("tokenUpdated",n=>{n?t(n):e()}),this.fsm.userUpdateToken()})}get isTerminalState(){return-1!==this.terminalStates.indexOf(this.fsm.state)}get getTerminationReason(){return this.terminationReason}onCloseReceived(e){this.websocket.close()}}n.TwilsockChannel=d,n.TwilsockImpl=d},{"./backoffretrier":1,"./error/twilsockreplyerror":7,"./logger":10,"./parser":14,"./protocol/messages":17,events:31,"javascript-state-machine":32}],29:[function(e,t,n){(function(t){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.WebSocketChannel=void 0;const i=e("events"),r=e("./logger");n.WebSocketChannel=class extends i.EventEmitter{constructor(n){super(),this.url=n,this.WebSocket=t.WebSocket||t.MozWebSocket||e("ws")}get isConnected(){return this.socket&&1===this.socket.readyState}connect(){r.log.trace("connecting to socket");let e=new this.WebSocket(this.url);e.binaryType="arraybuffer",e.onopen=(()=>{r.log.debug(`socket opened ${this.url}`),this.emit("connected")}),e.onclose=(e=>{r.log.debug("socket closed",e),this.emit("disconnected",e)}),e.onerror=(e=>{r.log.debug("error:",e),this.emit("socketError",e)}),e.onmessage=(e=>{this.emit("message",e.data)}),this.socket=e}send(e){this.socket.send(e)}close(){if(r.log.trace("closing socket"),this.socket){this.socket.onopen=null,this.socket.onclose=null,this.socket.onerror=null,this.socket.onmessage=null;try{this.socket.close()}finally{}}}}}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"./logger":10,events:31,ws:30}],30:[function(e,t,n){},{}],31:[function(e,t,n){ // Copyright Joyent, Inc. and other Node contributors. // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to permit // persons to whom the Software is furnished to do so, subject to the // following conditions: // // The above copyright notice and this permission notice shall be included // in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN // NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, // DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE // USE OR OTHER DEALINGS IN THE SOFTWARE. var i=Object.create||function(e){var t=function(){};return t.prototype=e,new t},r=Object.keys||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.push(n);return n},s=Function.prototype.bind||function(e){var t=this;return function(){return t.apply(e,arguments)}};function o(){this._events&&Object.prototype.hasOwnProperty.call(this,"_events")||(this._events=i(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0}t.exports=o, // Backwards-compat with node 0.10.x o.EventEmitter=o,o.prototype._events=void 0,o.prototype._maxListeners=void 0; // By default EventEmitters will print a warning if more than 10 listeners are // added to it. This is a useful default which helps finding memory leaks. var a,c=10;try{var l={};Object.defineProperty&&Object.defineProperty(l,"x",{value:0}),a=0===l.x}catch(e){a=!1}function u(e){return void 0===e._maxListeners?o.defaultMaxListeners:e._maxListeners}function d(e,t,n,r){var s,o,a;if("function"!=typeof n)throw new TypeError('"listener" argument must be a function');if((o=e._events)?( // To avoid recursion in the case that type === "newListener"! Before // adding it to the listeners, first emit "newListener". o.newListener&&(e.emit("newListener",t,n.listener?n.listener:n), // Re-assign `events` because a newListener handler could have caused the // this._events to be assigned to a new object o=e._events),a=o[t]):(o=e._events=i(null),e._eventsCount=0),a){ // Check for listener leak if("function"==typeof a? // Adding the second element, need to change to array. a=o[t]=r?[n,a]:[a,n]: // If we've already got an array, just append. r?a.unshift(n):a.push(n),!a.warned&&(s=u(e))&&s>0&&a.length>s){a.warned=!0;var c=new Error("Possible EventEmitter memory leak detected. "+a.length+' "'+String(t)+'" listeners added. Use emitter.setMaxListeners() to increase limit.');c.name="MaxListenersExceededWarning",c.emitter=e,c.type=t,c.count=a.length,"object"==typeof console&&console.warn&&console.warn("%s: %s",c.name,c.message)}}else // Optimize the case of one listener. Don't need the extra array object. a=o[t]=n,++e._eventsCount;return e}function h(){if(!this.fired)switch(this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length){case 0:return this.listener.call(this.target);case 1:return this.listener.call(this.target,arguments[0]);case 2:return this.listener.call(this.target,arguments[0],arguments[1]);case 3:return this.listener.call(this.target,arguments[0],arguments[1],arguments[2]);default:for(var e=new Array(arguments.length),t=0;t<e.length;++t)e[t]=arguments[t];this.listener.apply(this.target,e)}}function f(e,t,n){var i={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},r=s.call(h,i);return r.listener=n,i.wrapFn=r,r}function p(e,t,n){var i=e._events;if(!i)return[];var r=i[t];return r?"function"==typeof r?n?[r.listener||r]:[r]:n?function(e){for(var t=new Array(e.length),n=0;n<t.length;++n)t[n]=e[n].listener||e[n];return t}(r):g(r,r.length):[]}function m(e){var t=this._events;if(t){var n=t[e];if("function"==typeof n)return 1;if(n)return n.length}return 0}function g(e,t){for(var n=new Array(t),i=0;i<t;++i)n[i]=e[i];return n}a?Object.defineProperty(o,"defaultMaxListeners",{enumerable:!0,get:function(){return c},set:function(e){ // check whether the input is a positive number (whose value is zero or // greater and not a NaN). if("number"!=typeof e||e<0||e!=e)throw new TypeError('"defaultMaxListeners" must be a positive number');c=e}}):o.defaultMaxListeners=c, // Obviously not all Emitters should be limited to 10. This function allows // that to be increased. Set to zero for unlimited. o.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||isNaN(e))throw new TypeError('"n" argument must be a positive number');return this._maxListeners=e,this},o.prototype.getMaxListeners=function(){return u(this)},o.prototype.emit=function(e){var t,n,i,r,s,o,a="error"===e;if(o=this._events)a=a&&null==o.error;else if(!a)return!1; // If there is no 'error' event listener then throw. if(a){if(arguments.length>1&&(t=arguments[1]),t instanceof Error)throw t;// Unhandled 'error' event // At least give some kind of context to the user var c=new Error('Unhandled "error" event. ('+t+")");throw c.context=t,c}if(!(n=o[e]))return!1;var l="function"==typeof n;switch(i=arguments.length){ // fast cases case 1:! // These standalone emit* functions are used to optimize calling of event // handlers for fast cases because emit() itself often has a variable number of // arguments and can be deoptimized because of that. These functions always have // the same number of arguments and thus do not get deoptimized, so the code // inside them can execute faster. function(e,t,n){if(t)e.call(n);else for(var i=e.length,r=g(e,i),s=0;s<i;++s)r[s].call(n)}(n,l,this);break;case 2:!function(e,t,n,i){if(t)e.call(n,i);else for(var r=e.length,s=g(e,r),o=0;o<r;++o)s[o].call(n,i)}(n,l,this,arguments[1]);break;case 3:!function(e,t,n,i,r){if(t)e.call(n,i,r);else for(var s=e.length,o=g(e,s),a=0;a<s;++a)o[a].call(n,i,r)}(n,l,this,arguments[1],arguments[2]);break;case 4:!function(e,t,n,i,r,s){if(t)e.call(n,i,r,s);else for(var o=e.length,a=g(e,o),c=0;c<o;++c)a[c].call(n,i,r,s)}(n,l,this,arguments[1],arguments[2],arguments[3]);break; // slower default:for(r=new Array(i-1),s=1;s<i;s++)r[s-1]=arguments[s];!function(e,t,n,i){if(t)e.apply(n,i);else for(var r=e.length,s=g(e,r),o=0;o<r;++o)s[o].apply(n,i)}(n,l,this,r)}return!0},o.prototype.addListener=function(e,t){return d(this,e,t,!1)},o.prototype.on=o.prototype.addListener,o.prototype.prependListener=function(e,t){return d(this,e,t,!0)},o.prototype.once=function(e,t){if("function"!=typeof t)throw new TypeError('"listener" argument must be a function');return this.on(e,f(this,e,t)),this},o.prototype.prependOnceListener=function(e,t){if("function"!=typeof t)throw new TypeError('"listener" argument must be a function');return this.prependListener(e,f(this,e,t)),this}, // Emits a 'removeListener' event if and only if the listener was removed. o.prototype.removeListener=function(e,t){var n,r,s,o,a;if("function"!=typeof t)throw new TypeError('"listener" argument must be a function');if(!(r=this._events))return this;if(!(n=r[e]))return this;if(n===t||n.listener===t)0==--this._eventsCount?this._events=i(null):(delete r[e],r.removeListener&&this.emit("removeListener",e,n.listener||t));else if("function"!=typeof n){for(s=-1,o=n.length-1;o>=0;o--)if(n[o]===t||n[o].listener===t){a=n[o].listener,s=o;break}if(s<0)return this;0===s?n.shift(): // About 1.5x faster than the two-arg version of Array#splice(). function(e,t){for(var n=t,i=n+1,r=e.length;i<r;n+=1,i+=1)e[n]=e[i];e.pop()}(n,s),1===n.length&&(r[e]=n[0]),r.removeListener&&this.emit("removeListener",e,a||t)}return this},o.prototype.removeAllListeners=function(e){var t,n,s;if(!(n=this._events))return this; // not listening for removeListener, no need to emit if(!n.removeListener)return 0===arguments.length?(this._events=i(null),this._eventsCount=0):n[e]&&(0==--this._eventsCount?this._events=i(null):delete n[e]),this; // emit removeListener for all listeners on all events if(0===arguments.length){var o,a=r(n);for(s=0;s<a.length;++s)"removeListener"!==(o=a[s])&&this.removeAllListeners(o);return this.removeAllListeners("removeListener"),this._events=i(null),this._eventsCount=0,this}if("function"==typeof(t=n[e]))this.removeListener(e,t);else if(t) // LIFO order for(s=t.length-1;s>=0;s--)this.removeListener(e,t[s]);return this},o.prototype.listeners=function(e){return p(this,e,!0)},o.prototype.rawListeners=function(e){return p(this,e,!1)},o.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):m.call(e,t)},o.prototype.listenerCount=m,o.prototype.eventNames=function(){return this._eventsCount>0?Reflect.ownKeys(this._events):[]}},{}],32:[function(e,t,n){var i,r;i=this,r=function(){/******/ return function(e){// webpackBootstrap /******/ // The module cache /******/var t={}; /******/ /******/ // The require function /******/function n(i){ /******/ /******/ // Check if module is in cache /******/if(t[i]) /******/return t[i].exports; /******/ /******/ // Create a new module (and put it into the cache) /******/var r=t[i]={ /******/i:i, /******/l:!1, /******/exports:{} /******/}; /******/ /******/ // Execute the module function /******/ /******/ /******/ // Return the exports of the module /******/return e[i].call(r.exports,r,r.exports,n), /******/ /******/ // Flag the module as loaded /******/r.l=!0,r.exports; /******/} /******/ /******/ /******/ // expose the modules object (__webpack_modules__) /******/ /******/ /******/ // Load entry module and return exports /******/return n.m=e, /******/ /******/ // expose the module cache /******/n.c=t, /******/ /******/ // identity function for calling harmony imports with the correct context /******/n.i=function(e){return e}, /******/ /******/ // define getter function for harmony exports /******/n.d=function(e,t,i){ /******/n.o(e,t)|| /******/Object.defineProperty(e,t,{ /******/configurable:!1, /******/enumerable:!0, /******/get:i /******/}) /******/}, /******/ /******/ // getDefaultExport function for compatibility with non-harmony modules /******/n.n=function(e){ /******/var t=e&&e.__esModule? /******/function(){return e.default}: /******/function(){return e}; /******/ /******/return n.d(t,"a",t),t; /******/}, /******/ /******/ // Object.prototype.hasOwnProperty.call /******/n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)}, /******/ /******/ // __webpack_public_path__ /******/n.p="",n(n.s=5); /******/} /************************************************************************/ /******/([ /* 0 */ /***/function(e,t,n){"use strict";e.exports=function(e,t){var n,i,r;for(n=1;n<arguments.length;n++)for(r in i=arguments[n])i.hasOwnProperty(r)&&(e[r]=i[r]);return e} /***/}, /* 1 */ /***/function(e,t,n){"use strict"; //------------------------------------------------------------------------------------------------- var i=n(0); //------------------------------------------------------------------------------------------------- e.exports={build:function(e,t){var n,r,s,o=t.plugins;for(n=0,r=o.length;n<r;n++)(s=o[n]).methods&&i(e,s.methods),s.properties&&Object.defineProperties(e,s.properties)},hook:function(e,t,n){var i,r,s,o,a=e.config.plugins,c=[e.context];for(n&&(c=c.concat(n)),i=0,r=a.length;i<r;i++)o=a[i],(s=a[i][t])&&s.apply(o,c)}}; //------------------------------------------------------------------------------------------------- /***/}, /* 2 */ /***/function(e,t,n){"use strict"; //------------------------------------------------------------------------------------------------- function i(e){if(0===e.length)return e;var t,n,i=e.split(/[_-]/); // single word with first character already lowercase, return untouched if(1===i.length&&i[0][0].toLowerCase()===i[0][0])return e;for(n=i[0].toLowerCase(),t=1;t<i.length;t++)n=n+i[t].charAt(0).toUpperCase()+i[t].substring(1).toLowerCase();return n} //------------------------------------------------------------------------------------------------- i.prepended=function(e,t){return e+(t=i(t))[0].toUpperCase()+t.substring(1)} //------------------------------------------------------------------------------------------------- ,e.exports=i}, /* 3 */ /***/function(e,t,n){"use strict"; //------------------------------------------------------------------------------------------------- var i=n(0),r=n(2); //------------------------------------------------------------------------------------------------- function s(e,t){e=e||{},this.options=e,// preserving original options can be useful (e.g visualize plugin) this.defaults=t.defaults,this.states=[],this.transitions=[],this.map={},this.lifecycle=this.configureLifecycle(),this.init=this.configureInitTransition(e.init),this.data=this.configureData(e.data),this.methods=this.configureMethods(e.methods),this.map[this.defaults.wildcard]={},this.configureTransitions(e.transitions||[]),this.plugins=this.configurePlugins(e.plugins,t.plugin)} //------------------------------------------------------------------------------------------------- i(s.prototype,{addState:function(e){this.map[e]||(this.states.push(e),this.addStateLifecycleNames(e),this.map[e]={})},addStateLifecycleNames:function(e){this.lifecycle.onEnter[e]=r.prepended("onEnter",e),this.lifecycle.onLeave[e]=r.prepended("onLeave",e),this.lifecycle.on[e]=r.prepended("on",e)},addTransition:function(e){this.transitions.indexOf(e)<0&&(this.transitions.push(e),this.addTransitionLifecycleNames(e))},addTransitionLifecycleNames:function(e){this.lifecycle.onBefore[e]=r.prepended("onBefore",e),this.lifecycle.onAfter[e]=r.prepended("onAfter",e),this.lifecycle.on[e]=r.prepended("on",e)},mapTransition:function(e){var t=e.name,n=e.from,i=e.to;return this.addState(n),"function"!=typeof i&&this.addState(i),this.addTransition(t),this.map[n][t]=e,e},configureLifecycle:function(){return{onBefore:{transition:"onBeforeTransition"},onAfter:{transition:"onAfterTransition"},onEnter:{state:"onEnterState"},onLeave:{state:"onLeaveState"},on:{transition:"onTransition"}}},configureInitTransition:function(e){return"string"==typeof e?this.mapTransition(i({},this.defaults.init,{to:e,active:!0})):"object"==typeof e?this.mapTransition(i({},this.defaults.init,e,{active:!0})):(this.addState(this.defaults.init.from),this.defaults.init)},configureData:function(e){return"function"==typeof e?e:"object"==typeof e?function(){return e}:function(){return{}}},configureMethods:function(e){return e||{}},configurePlugins:function(e,t){var n,i,r;for(n=0,i=(e=e||[]).length;n<i;n++)"function"==typeof(r=e[n])&&(e[n]=r=r()),r.configure&&r.configure(this);return e},configureTransitions:function(e){var t,n,i,r,s,o=this.defaults.wildcard;for(n=0;n<e.length;n++)for(i=e[n],r=Array.isArray(i.from)?i.from:[i.from||o],s=i.to||o,t=0;t<r.length;t++)this.mapTransition({name:i.name,from:r[t],to:s})},transitionFor:function(e,t){var n=this.defaults.wildcard;return this.map[e][t]||this.map[n][t]},transitionsFor:function(e){var t=this.defaults.wildcard;return Object.keys(this.map[e]).concat(Object.keys(this.map[t]))},allStates:function(){return this.states},allTransitions:function(){return this.transitions}}), //------------------------------------------------------------------------------------------------- e.exports=s}, /* 4 */ /***/function(e,t,n){var i=n(0),r=n(6),s=n(1),o=[null,[]]; //------------------------------------------------------------------------------------------------- function a(e,t){this.context=e,this.config=t,this.state=t.init.from,this.observers=[e]} //------------------------------------------------------------------------------------------------- i(a.prototype,{init:function(e){if(i(this.context,this.config.data.apply(this.context,e)),s.hook(this,"init"),this.config.init.active)return this.fire(this.config.init.name,[])},is:function(e){return Array.isArray(e)?e.indexOf(this.state)>=0:this.state===e},isPending:function(){return this.pending},can:function(e){return!this.isPending()&&!!this.seek(e)},cannot:function(e){return!this.can(e)},allStates:function(){return this.config.allStates()},allTransitions:function(){return this.config.allTransitions()},transitions:function(){return this.config.transitionsFor(this.state)},seek:function(e,t){var n=this.config.defaults.wildcard,i=this.config.transitionFor(this.state,e),r=i&&i.to;return"function"==typeof r?r.apply(this.context,t):r===n?this.state:r},fire:function(e,t){return this.transit(e,this.state,this.seek(e,t),t)},transit:function(e,t,n,i){var r=this.config.lifecycle,s=this.config.options.observeUnchangedState||t!==n;return n?this.isPending()?this.context.onPendingTransition(e,t,n):(this.config.addState(n),// might need to add this state if it's unknown (e.g. conditional transition or goto) this.beginTransit(),i.unshift({// this context will be passed to each lifecycle event observer transition:e,from:t,to:n,fsm:this.context}),this.observeEvents([this.observersForEvent(r.onBefore.transition),this.observersForEvent(r.onBefore[e]),s?this.observersForEvent(r.onLeave.state):o,s?this.observersForEvent(r.onLeave[t]):o,this.observersForEvent(r.on.transition),s?["doTransit",[this]]:o,s?this.observersForEvent(r.onEnter.state):o,s?this.observersForEvent(r.onEnter[n]):o,s?this.observersForEvent(r.on[n]):o,this.observersForEvent(r.onAfter.transition),this.observersForEvent(r.onAfter[e]),this.observersForEvent(r.on[e])],i)):this.context.onInvalidTransition(e,t,n)},beginTransit:function(){this.pending=!0},endTransit:function(e){return this.pending=!1,e},failTransit:function(e){throw this.pending=!1,e},doTransit:function(e){this.state=e.to},observe:function(e){if(2===e.length){var t={};t[e[0]]=e[1],this.observers.push(t)}else this.observers.push(e[0])},observersForEvent:function(e){for(// TODO: this could be cached var t,n=0,i=this.observers.length,r=[];n<i;n++)(t=this.observers[n])[e]&&r.push(t);return[e,r,!0]},observeEvents:function(e,t,n,i){if(0===e.length)return this.endTransit(void 0===i||i);var r=e[0][0],o=e[0][1],a=e[0][2];if(t[0].event=r,r&&a&&r!==n&&s.hook(this,"lifecycle",t),0===o.length)return e.shift(),this.observeEvents(e,t,r,i);var c=o.shift(),l=c[r].apply(c,t);return l&&"function"==typeof l.then?l.then(this.observeEvents.bind(this,e,t,r)).catch(this.failTransit.bind(this)):!1===l?this.endTransit(!1):this.observeEvents(e,t,r,l)},onInvalidTransition:function(e,t,n){throw new r("transition is invalid in current state",e,t,n,this.state)},onPendingTransition:function(e,t,n){throw new r("transition is invalid while previous transition is still in progress",e,t,n,this.state)}}), //------------------------------------------------------------------------------------------------- e.exports=a}, /* 5 */ /***/function(e,t,n){"use strict"; //----------------------------------------------------------------------------------------------- var i=n(0),r=n(2),s=n(1),o=n(3),a=n(4),c={is:function(e){return this._fsm.is(e)},can:function(e){return this._fsm.can(e)},cannot:function(e){return this._fsm.cannot(e)},observe:function(){return this._fsm.observe(arguments)},transitions:function(){return this._fsm.transitions()},allTransitions:function(){return this._fsm.allTransitions()},allStates:function(){return this._fsm.allStates()},onInvalidTransition:function(e,t,n){return this._fsm.onInvalidTransition(e,t,n)},onPendingTransition:function(e,t,n){return this._fsm.onPendingTransition(e,t,n)}},l={state:{configurable:!1,enumerable:!0,get:function(){return this._fsm.state},set:function(e){throw Error("use transitions to change state")}}}; //----------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------- function u(e){return d(this||{},e)} //------------------------------------------------------------------------------------------------- function d(e,t){return h(e,new o(t,u)),e._fsm(),e}function h(e,t){if("object"!=typeof e||Array.isArray(e))throw Error("StateMachine can only be applied to objects");s.build(e,t),Object.defineProperties(e,l),i(e,c),i(e,t.methods),t.allTransitions().forEach(function(t){e[r(t)]=function(){return this._fsm.fire(t,[].slice.call(arguments))}}),e._fsm=function(){this._fsm=new a(this,t),this._fsm.init(arguments)}} //----------------------------------------------------------------------------------------------- u.version="3.0.1",u.factory=function(){var e,t;"function"==typeof arguments[0]?(e=arguments[0],t=arguments[1]||{}):(e=function(){this._fsm.apply(this,arguments)},t=arguments[0]||{});var n=new o(t,u);// convenience access to shared config without needing an instance return h(e.prototype,n),e.prototype._fsm.config=n,e},u.apply=d,u.defaults={wildcard:"*",init:{name:"init",from:"none"}}, //=============================================================================================== e.exports=u}, /* 6 */ /***/function(e,t,n){"use strict";e.exports=function(e,t,n,i,r){this.message=e,this.transition=t,this.from=n,this.to=i,this.current=r} /***/} /******/])},"object"==typeof n&&"object"==typeof t?t.exports=r():"object"==typeof n?n.StateMachine=r():i.StateMachine=r()},{}],33:[function(e,t,n){ /* * loglevel - https://github.com/pimterry/loglevel * * Copyright (c) 2013 Tim Perry * Licensed under the MIT license. */ !function(e,n){"use strict";"object"==typeof t&&t.exports?t.exports=n():e.log=n()}(this,function(){"use strict"; // Slightly dubious tricks to cut down minimized file size var e=function(){},t="undefined",n=typeof window!==t&&typeof window.navigator!==t&&/Trident\/|MSIE /.test(window.navigator.userAgent),i=["trace","debug","info","warn","error"]; // Cross-browser bind equivalent that works at least back to IE6 function r(e,t){var n=e[t];if("function"==typeof n.bind)return n.bind(e);try{return Function.prototype.bind.call(n,e)}catch(t){ // Missing bind shim or IE8 + Modernizr, fallback to wrapping return function(){return Function.prototype.apply.apply(n,[e,arguments])}}} // Trace() doesn't print the message in IE, so for that case we need to wrap it function s(){console.log&&(console.log.apply?console.log.apply(console,arguments): // In old IE, native console methods themselves don't have apply(). Function.prototype.apply.apply(console.log,[console,arguments])),console.trace&&console.trace()} // Build the best logging method possible for this env // Wherever possible we want to bind, not wrap, to preserve stack traces // These private functions always need `this` to be set properly function o(t,n){ /*jshint validthis:true */ for(var r=0;r<i.length;r++){var s=i[r];this[s]=r<t?e:this.methodFactory(s,t,n)} // Define log.log as an alias for log.debug this.log=this.debug} // In old IE versions, the console isn't present until you first open it. // We build realMethod() replacements here that regenerate logging methods // By default, we use closely bound real methods wherever possible, and // otherwise we wait for a console to appear, and then try again. function a(i,a,c){ /*jshint validthis:true */ return function(i){return"debug"===i&&(i="log"),typeof console!==t&&("trace"===i&&n?s:void 0!==console[i]?r(console,i):void 0!==console.log?r(console,"log"):e)}(i)||function(e,n,i){return function(){typeof console!==t&&(o.call(this,n,i),this[e].apply(this,arguments))}}.apply(this,arguments)}function c(e,n,r){var s,c=this,l="loglevel";function u(){var e;if(typeof window!==t&&l){try{e=window.localStorage[l]}catch(e){} // Fallback to cookies if local storage gives us nothing if(typeof e===t)try{var n=window.document.cookie,i=n.indexOf(encodeURIComponent(l)+"=");-1!==i&&(e=/^([^;]+)/.exec(n.slice(i))[1])}catch(e){} // If the stored level is not valid, treat it as if nothing was stored. return void 0===c.levels[e]&&(e=void 0),e}} /* * * Public logger API - see https://github.com/pimterry/loglevel for details * */"string"==typeof e?l+=":"+e:"symbol"==typeof e&&(l=void 0),c.name=e,c.levels={TRACE:0,DEBUG:1,INFO:2,WARN:3,ERROR:4,SILENT:5},c.methodFactory=r||a,c.getLevel=function(){return s},c.setLevel=function(n,r){if("string"==typeof n&&void 0!==c.levels[n.toUpperCase()]&&(n=c.levels[n.toUpperCase()]),!("number"==typeof n&&n>=0&&n<=c.levels.SILENT))throw"log.setLevel() called with invalid level: "+n;if(s=n,!1!==r&&// defaults to true function(e){var n=(i[e]||"silent").toUpperCase();if(typeof window!==t&&l){ // Use localStorage if available try{return void(window.localStorage[l]=n)}catch(e){} // Use session cookie as fallback try{window.document.cookie=encodeURIComponent(l)+"="+n+";"}catch(e){}}}(n),o.call(c,n,e),typeof console===t&&n<c.levels.SILENT)return"No console available for logging"},c.setDefaultLevel=function(e){u()||c.setLevel(e,!1)},c.enableAll=function(e){c.setLevel(c.levels.TRACE,e)},c.disableAll=function(e){c.setLevel(c.levels.SILENT,e)}; // Initialize with the right level var d=u();null==d&&(d=null==n?"WARN":n),c.setLevel(d,!1)} /* * * Top-level API * */var l=new c,u={};l.getLogger=function(e){if("symbol"!=typeof e&&"string"!=typeof e||""===e)throw new TypeError("You must supply a name when creating a logger.");var t=u[e];return t||(t=u[e]=new c(e,l.getLevel(),l.methodFactory)),t}; // Grab the current global log variable in case of overwrite var d=typeof window!==t?window.log:void 0;return l.noConflict=function(){return typeof window!==t&&window.log===l&&(window.log=d),l},l.getLoggers=function(){return u}, // ES6 default export, for compatibility l.default=l,l})},{}],34:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0});const i=e("events");function r(e){return null!=e}class s extends i.EventEmitter{constructor(e){if(super(),r((e=e||{}).initialDelay)&&e.initialDelay<1)throw new Error("The initial timeout must be equal to or greater than 1.");if(r(e.maxDelay)&&e.maxDelay<=1)throw new Error("The maximal timeout must be greater than 1.");if(r(e.randomisationFactor)&&(e.randomisationFactor<0||e.randomisationFactor>1))throw new Error("The randomisation factor must be between 0 and 1.");if(r(e.factor)&&e.factor<=1)throw new Error("Exponential factor should be greater than 1.");if(this.initialDelay=e.initialDelay||100,this.maxDelay=e.maxDelay||1e4,this.maxDelay<=this.initialDelay)throw new Error("The maximal backoff delay must be greater than the initial backoff delay.");this.randomisationFactor=e.randomisationFactor||0,this.factor=e.factor||2,this.maxNumberOfRetry=-1,this.reset()}static exponential(e){return new s(e)}backoff(e){null==this.timeoutID&&(this.backoffNumber===this.maxNumberOfRetry?(this.emit("fail",e),this.reset()):(this.backoffDelay=this.next(),this.timeoutID=setTimeout(this.onBackoff.bind(this),this.backoffDelay),this.emit("backoff",this.backoffNumber,this.backoffDelay,e)))}reset(){this.backoffDelay=0,this.nextBackoffDelay=this.initialDelay,this.backoffNumber=0,clearTimeout(this.timeoutID),this.timeoutID=null}failAfter(e){if(e<=0)throw new Error(`Expected a maximum number of retry greater than 0 but got ${e}`);this.maxNumberOfRetry=e}next(){this.backoffDelay=Math.min(this.nextBackoffDelay,this.maxDelay),this.nextBackoffDelay=this.backoffDelay*this.factor;let e=1+Math.random()*this.randomisationFactor;return Math.min(this.maxDelay,Math.round(this.backoffDelay*e))}onBackoff(){this.timeoutID=null,this.emit("ready",this.backoffNumber,this.backoffDelay),this.backoffNumber++}}n.Backoff=s,n.default=s},{events:31}],35:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0});const i=e("./retrier");n.Retrier=i.Retrier;const r=e("./backoff");n.Backoff=r.Backoff,n.default=i.Retrier},{"./backoff":34,"./retrier":36}],36:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0});const i=e("events"); /** * Provides retrier service */class r extends i.EventEmitter{ /** * Creates a new Retrier instance */ constructor(e){super(),this.minDelay=e.min,this.maxDelay=e.max,this.initialDelay=e.initial||0,this.maxAttemptsCount=e.maxAttemptsCount||0,this.maxAttemptsTime=e.maxAttemptsTime||0,this.randomness=e.randomness||0,this.inProgress=!1,this.attemptNum=0,this.prevDelay=0,this.currDelay=0}attempt(){clearTimeout(this.timeout),this.attemptNum++,this.timeout=null,this.emit("attempt",this)}nextDelay(e){if("number"==typeof e)return this.prevDelay=0,this.currDelay=e,e;if(0==this.attemptNum)return this.initialDelay;if(1==this.attemptNum)return this.currDelay=this.minDelay,this.currDelay;this.prevDelay=this.currDelay;let t=this.currDelay+this.prevDelay;return this.maxDelay&&t>this.maxDelay&&(this.currDelay=this.maxDelay,t=this.maxDelay),this.currDelay=t,t}randomize(e){let t=e*this.randomness,n=Math.round(Math.random()*t*2-t);return Math.max(0,e+n)}scheduleAttempt(e){if(this.maxAttemptsCount&&this.attemptNum>=this.maxAttemptsCount)return this.cleanup(),this.emit("failed",new Error("Maximum attempt count limit reached")),void this.reject(new Error("Maximum attempt count reached"));let t=this.nextDelay(e);if(t=this.randomize(t),this.maxAttemptsTime&&this.startTimestamp+this.maxAttemptsTime<Date.now()+t)return this.cleanup(),this.emit("failed",new Error("Maximum attempt time limit reached")),void this.reject(new Error("Maximum attempt time limit reached"));this.timeout=setTimeout(()=>this.attempt(),t)}cleanup(){clearTimeout(this.timeout),this.timeout=null,this.inProgress=!1,this.attemptNum=0,this.prevDelay=0,this.currDelay=0}start(){if(this.inProgress)throw new Error("Retrier is already in progress");return this.inProgress=!0,new Promise((e,t)=>{this.resolve=e,this.reject=t,this.startTimestamp=Date.now(),this.scheduleAttempt(this.initialDelay)})}cancel(){this.timeout&&(clearTimeout(this.timeout),this.timeout=null,this.inProgress=!1,this.emit("cancelled"),this.reject(new Error("Cancelled")))}succeeded(e){this.emit("succeeded",e),this.resolve(e)}failed(e,t){if(this.timeout)throw new Error("Retrier attempt is already in progress");this.scheduleAttempt(t)}run(e){return this.on("attempt",()=>{e().then(e=>this.succeeded(e)).catch(e=>this.failed(e))}),this.start()}}n.Retrier=r,n.default=r},{events:31}],37:[function(e,t,n){(function(e){(function(){"use strict"; /** Used to determine if values are of the language type `Object`. */var i={function:!0,object:!0},r=i[typeof window]&&window||this,s=i[typeof n]&&n,o=i[typeof t]&&t&&!t.nodeType&&t,a=s&&o&&"object"==typeof e&&e; /** Used as a reference to the global object. */!a||a.global!==a&&a.window!==a&&a.self!==a||(r=a) /** * Used as the maximum length of an array-like object. * See the [ES6 spec](http://people.mozilla.org/~jorendorff/es6-draft.html#sec-tolength) * for more details. */;var c=Math.pow(2,53)-1,l=/\bOpera/,u=Object.prototype,d=u.hasOwnProperty,h=u.toString; /** Regular expression to detect Opera. */ /*--------------------------------------------------------------------------*/ /** * Capitalizes a string value. * * @private * @param {string} string The string to capitalize. * @returns {string} The capitalized string. */ function f(e){return(e=String(e)).charAt(0).toUpperCase()+e.slice(1)} /** * A utility function to clean up the OS name. * * @private * @param {string} os The OS name to clean up. * @param {string} [pattern] A `RegExp` pattern matching the OS name. * @param {string} [label] A label for the OS. */ /** * Trim and conditionally capitalize string values. * * @private * @param {string} string The string to format. * @returns {string} The formatted string. */ function p(e){return e=v(e),/^(?:webOS|i(?:OS|P))/.test(e)?e:f(e)} /** * Iterates over an object's own properties, executing the `callback` for each. * * @private * @param {Object} object The object to iterate over. * @param {Function} callback The function executed per own property. */function m(e,t){for(var n in e)d.call(e,n)&&t(e[n],n,e)} /** * Gets the internal `[[Class]]` of a value. * * @private * @param {*} value The value. * @returns {string} The `[[Class]]`. */function g(e){return null==e?f(e):h.call(e).slice(8,-1)} /** * Host objects can return type values that are different from their actual * data type. The objects we are concerned with usually return non-primitive * types of "object", "function", or "unknown". * * @private * @param {*} object The owner of the property. * @param {string} property The property to check. * @returns {boolean} Returns `true` if the property value is a non-primitive, else `false`. */ /** * Prepares a string for use in a `RegExp` by making hyphens and spaces optional. * * @private * @param {string} string The string to qualify. * @returns {string} The qualified string. */ function y(e){return String(e).replace(/([ -])(?!$)/g,"$1?")} /** * A bare-bones `Array#reduce` like utility function. * * @private * @param {Array} array The array to iterate over. * @param {Function} callback The function called per iteration. * @returns {*} The accumulated result. */function b(e,t){var n=null; /** * An iteration utility for arrays and objects. * * @private * @param {Array|Object} object The object to iterate over. * @param {Function} callback The function called per iteration. */ return function(e,t){var n=-1,i=e?e.length:0;if("number"==typeof i&&i>-1&&i<=c)for(;++n<i;)t(e[n],n,e);else m(e,t)}(e,function(i,r){n=t(n,i,r,e)}),n} /** * Removes leading and trailing whitespace from a string. * * @private * @param {string} string The string to trim. * @returns {string} The trimmed string. */function v(e){return String(e).replace(/^ +| +$/g,"")} /*--------------------------------------------------------------------------*/ /** * Creates a new platform object. * * @memberOf platform * @param {Object|string} [ua=navigator.userAgent] The user agent string or * context object. * @returns {Object} A platform object. */ /*--------------------------------------------------------------------------*/ // Export platform. var w=function e(t){ /** The environment context object. */ var n=r,i=t&&"object"==typeof t&&"String"!=g(t); /** Used to flag when a custom context is provided. */ // Juggle arguments. i&&(n=t,t=null) /** Browser navigator object. */;var s=n.navigator||{},o=s.userAgent||""; /** Browser user agent string. */t||(t=o); /** Used to flag when `thisBinding` is the [ModuleScope]. */ var a,c,u,d,f,w=i?!!s.likeChrome:/\bChrome\b/.test(t)&&!/internal|\n/i.test(h.toString()),k=i?"Object":"ScriptBridgingProxyObject",T=i?"Object":"Environment",S=i&&n.java?"JavaPackage":g(n.java),E=i?"Object":"RuntimeObject",x=/\bJava/.test(S)&&n.java,C=x&&g(n.environment)==T,O=x?"a":"\u03b1",P=x?"b":"\u03b2",_=n.document||{},M=n.operamini||n.opera,R=l.test(R=i&&M?M["[[Class]]"]:g(M))?R:M=null,I=t,j=[],A=null,D=t==o,L=D&&M&&"function"==typeof M.version&&M.version(),B=b([{label:"EdgeHTML",pattern:"Edge"},"Trident",{label:"WebKit",pattern:"AppleWebKit"},"iCab","Presto","NetFront","Tasman","KHTML","Gecko"],function(e,n){return e||RegExp("\\b"+(n.pattern||y(n))+"\\b","i").exec(t)&&(n.label||n)}),F= /** * Picks the browser name from an array of guesses. * * @private * @param {Array} guesses An array of guesses. * @returns {null|string} The detected browser name. */ function(e){return b(e,function(e,n){return e||RegExp("\\b"+(n.pattern||y(n))+"\\b","i").exec(t)&&(n.label||n)})} /** * Picks the OS name from an array of guesses. * * @private * @param {Array} guesses An array of guesses. * @returns {null|string} The detected OS name. */(["Adobe AIR","Arora","Avant Browser","Breach","Camino","Electron","Epiphany","Fennec","Flock","Galeon","GreenBrowser","iCab","Iceweasel","K-Meleon","Konqueror","Lunascape","Maxthon",{label:"Microsoft Edge",pattern:"(?:Edge|Edg|EdgA|EdgiOS)"},"Midori","Nook Browser","PaleMoon","PhantomJS","Raven","Rekonq","RockMelt",{label:"Samsung Internet",pattern:"SamsungBrowser"},"SeaMonkey",{label:"Silk",pattern:"(?:Cloud9|Silk-Accelerated)"},"Sleipnir","SlimBrowser",{label:"SRWare Iron",pattern:"Iron"},"Sunrise","Swiftfox","Vivaldi","Waterfox","WebPositive",{label:"Yandex Browser",pattern:"YaBrowser"},{label:"UC Browser",pattern:"UCBrowser"},"Opera Mini",{label:"Opera Mini",pattern:"OPiOS"},"Opera",{label:"Opera",pattern:"OPR"},"Chromium","Chrome",{label:"Chrome",pattern:"(?:HeadlessChrome)"},{label:"Chrome Mobile",pattern:"(?:CriOS|CrMo)"},{label:"Firefox",pattern:"(?:Firefox|Minefield)"},{label:"Firefox for iOS",pattern:"FxiOS"},{label:"IE",pattern:"IEMobile"},{label:"IE",pattern:"MSIE"},"Safari"]),N=$([{label:"BlackBerry",pattern:"BB10"},"BlackBerry",{label:"Galaxy S",pattern:"GT-I9000"},{label:"Galaxy S2",pattern:"GT-I9100"},{label:"Galaxy S3",pattern:"GT-I9300"},{label:"Galaxy S4",pattern:"GT-I9500"},{label:"Galaxy S5",pattern:"SM-G900"},{label:"Galaxy S6",pattern:"SM-G920"},{label:"Galaxy S6 Edge",pattern:"SM-G925"},{label:"Galaxy S7",pattern:"SM-G930"},{label:"Galaxy S7 Edge",pattern:"SM-G935"},"Google TV","Lumia","iPad","iPod","iPhone","Kindle",{label:"Kindle Fire",pattern:"(?:Cloud9|Silk-Accelerated)"},"Nexus","Nook","PlayBook","PlayStation Vita","PlayStation","TouchPad","Transformer",{label:"Wii U",pattern:"WiiU"},"Wii","Xbox One",{label:"Xbox 360",pattern:"Xbox"},"Xoom"]),U= /** * Picks the manufacturer from an array of guesses. * * @private * @param {Array} guesses An object of guesses. * @returns {null|string} The detected manufacturer. */ function(e){return b(e,function(e,n,i){ // Lookup the manufacturer by product or scan the UA for the manufacturer. return e||(n[N]||n[/^[a-z]+(?: +[a-z]+\b)*/i.exec(N)]||RegExp("\\b"+y(i)+"(?:\\b|\\w*\\d)","i").exec(t))&&i})}({Apple:{iPad:1,iPhone:1,iPod:1},Alcatel:{},Archos:{},Amazon:{Kindle:1,"Kindle Fire":1},Asus:{Transformer:1},"Barnes & Noble":{Nook:1},BlackBerry:{PlayBook:1},Google:{"Google TV":1,Nexus:1},HP:{TouchPad:1},HTC:{},Huawei:{},Lenovo:{},LG:{},Microsoft:{Xbox:1,"Xbox One":1},Motorola:{Xoom:1},Nintendo:{"Wii U":1,Wii:1},Nokia:{Lumia:1},Oppo:{},Samsung:{"Galaxy S":1,"Galaxy S2":1,"Galaxy S3":1,"Galaxy S4":1},Sony:{PlayStation:1,"PlayStation Vita":1},Xiaomi:{Mi:1,Redmi:1}}),W=function(e){return b(e,function(e,n){var i=n.pattern||y(n);return!e&&(e=RegExp("\\b"+i+"(?:/[\\d.]+|[ \\w.]*)","i").exec(t))&&(e=function(e,t,n){ // Platform tokens are defined at: // http://msdn.microsoft.com/en-us/library/ms537503(VS.85).aspx // http://web.archive.org/web/20081122053950/http://msdn.microsoft.com/en-us/library/ms537503(VS.85).aspx var i={"10.0":"10",6.4:"10 Technical Preview",6.3:"8.1",6.2:"8",6.1:"Server 2008 R2 / 7","6.0":"Server 2008 / Vista",5.2:"Server 2003 / XP 64-bit",5.1:"XP",5.01:"2000 SP1","5.0":"2000","4.0":"NT","4.90":"ME"}; // Detect Windows version from platform tokens. return t&&n&&/^Win/i.test(e)&&!/^Windows Phone /i.test(e)&&(i=i[/[\d.]+$/.exec(e)])&&(e="Windows "+i), // Correct character case and cleanup string. e=String(e),t&&n&&(e=e.replace(RegExp(t,"i"),n)),e=p(e.replace(/ ce$/i," CE").replace(/\bhpw/i,"web").replace(/\bMacintosh\b/,"Mac OS").replace(/_PowerPC\b/i," OS").replace(/\b(OS X) [^ \d]+/i,"$1").replace(/\bMac (OS X)\b/,"$1").replace(/\/(\d)/," $1").replace(/_/g,".").replace(/(?: BePC|[ .]*fc[ \d.]+)$/i,"").replace(/\bx86\.64\b/gi,"x86_64").replace(/\b(Windows Phone) OS\b/,"$1").replace(/\b(Chrome OS \w+) [\d.]+\b/,"$1").split(" on ")[0])}(e,i,n.label||n)),e})} /** * Picks the product name from an array of guesses. * * @private * @param {Array} guesses An array of guesses. * @returns {null|string} The detected product name. */(["Windows Phone","KaiOS","Android","CentOS",{label:"Chrome OS",pattern:"CrOS"},"Debian",{label:"DragonFly BSD",pattern:"DragonFly"},"Fedora","FreeBSD","Gentoo","Haiku","Kubuntu","Linux Mint","OpenBSD","Red Hat","SuSE","Ubuntu","Xubuntu","Cygwin","Symbian OS","hpwOS","webOS ","webOS","Tablet OS","Tizen","Linux","Mac OS X","Macintosh","Mac","Windows 98;","Windows "]); /** Used to detect if browser is like Chrome. */function $(e){return b(e,function(e,n){var i=n.pattern||y(n);return!e&&(e=RegExp("\\b"+i+" *\\d+[.\\w_]*","i").exec(t)||RegExp("\\b"+i+" *\\w+-[\\w]*","i").exec(t)||RegExp("\\b"+i+"(?:; *(?:[a-z]+[_-])?[a-z]+\\d+|[^ ();-]*)","i").exec(t))&&( // Split by forward slash and append product version if needed. (e=String(n.label&&!RegExp(i,"i").test(n.label)?n.label:e).split("/"))[1]&&!/[\d.]+/.test(e[0])&&(e[0]+=" "+e[1]), // Correct character case and cleanup string. n=n.label||n,e=p(e[0].replace(RegExp(i,"i"),n).replace(RegExp("; *(?:"+n+"[_-])?","i")," ").replace(RegExp("("+n+")[-_.]?(\\w)","i"),"$1 $2"))),e})} /** * Resolves the version using an array of UA patterns. * * @private * @param {Array} patterns An array of UA patterns. * @returns {null|string} The detected version. */function z(e){return b(e,function(e,n){return e||(RegExp(n+"(?:-[\\d.]+/|(?: for [\\w-]+)?[ /-])([\\d.]+[^ ();/_-]*)","i").exec(t)||0)[1]||null})} /** * Returns `platform.description` when the platform object is coerced to a string. * * @name toString * @memberOf platform * @returns {string} Returns `platform.description` if available, else an empty string. */ // Leverage environment features. if( /*------------------------------------------------------------------------*/ // Convert layout to an array so we can add extra details. B&&(B=[B]), // Detect Android products. // Browsers on Android devices typically provide their product IDS after "Android;" // up to "Build" or ") AppleWebKit". // Example: // "Mozilla/5.0 (Linux; Android 8.1.0; Moto G (5) Plus) AppleWebKit/537.36 // (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36" /\bAndroid\b/.test(W)&&!N&&(a=/\bAndroid[^;]*;(.*?)(?:Build|\) AppleWebKit)\b/i.exec(t))&&(N=v(a[1]).replace(/^[a-z]{2}-[a-z]{2};\s*/i,"")||null), // Detect product names that contain their manufacturer's name. U&&!N?N=$([U]):U&&N&&(N=N.replace(RegExp("^("+y(U)+")[-_.\\s]","i"),U+" ").replace(RegExp("^("+y(U)+")[-_.]?(\\w)","i"),U+" $2")), // Clean up Google TV. (a=/\bGoogle TV\b/.exec(N))&&(N=a[0]), // Detect simulators. /\bSimulator\b/i.test(t)&&(N=(N?N+" ":"")+"Simulator"), // Detect Opera Mini 8+ running in Turbo/Uncompressed mode on iOS. "Opera Mini"==F&&/\bOPiOS\b/.test(t)&&j.push("running in Turbo/Uncompressed mode"), // Detect IE Mobile 11. "IE"==F&&/\blike iPhone OS\b/.test(t)?(U=(a=e(t.replace(/like iPhone OS/,""))).manufacturer,N=a.product):/^iP/.test(N)?(F||(F="Safari"),W="iOS"+((a=/ OS ([\d_]+)/i.exec(t))?" "+a[1].replace(/_/g,"."):"")):"Konqueror"==F&&/^Linux\b/i.test(W)?W="Kubuntu":U&&"Google"!=U&&(/Chrome/.test(F)&&!/\bMobile Safari\b/i.test(t)||/\bVita\b/.test(N))||/\bAndroid\b/.test(W)&&/^Chrome/.test(F)&&/\bVersion\//i.test(t)?(F="Android Browser",W=/\bAndroid\b/.test(W)?W:"Android"):"Silk"==F?(/\bMobi/i.test(t)||(W="Android",j.unshift("desktop mode")),/Accelerated *= *true/i.test(t)&&j.unshift("accelerated")):"UC Browser"==F&&/\bUCWEB\b/.test(t)?j.push("speed mode"):"PaleMoon"==F&&(a=/\bFirefox\/([\d.]+)\b/.exec(t))?j.push("identifying as Firefox "+a[1]):"Firefox"==F&&(a=/\b(Mobile|Tablet|TV)\b/i.exec(t))?(W||(W="Firefox OS"),N||(N=a[1])):!F||(a=!/\bMinefield\b/i.test(t)&&/\b(?:Firefox|Safari)\b/.exec(F))?( // Escape the `/` for Firefox 1. F&&!N&&/[\/,]|^[^(]+?\)/.test(t.slice(t.indexOf(a+"/")+8))&&( // Clear name of false positives. F=null), // Reassign a generic name. (a=N||U||W)&&(N||U||/\b(?:Android|Symbian OS|Tablet OS|webOS)\b/.test(W))&&(F=/[a-z]+(?: Hat)?/i.exec(/\bAndroid\b/.test(W)?W:a)+" Browser")):"Electron"==F&&(a=(/\bChrome\/([\d.]+)\b/.exec(t)||0)[1])&&j.push("Chromium "+a), // Detect non-Opera (Presto-based) versions (order is important). L||(L=z(["(?:Cloud9|CriOS|CrMo|Edge|Edg|EdgA|EdgiOS|FxiOS|HeadlessChrome|IEMobile|Iron|Opera ?Mini|OPiOS|OPR|Raven|SamsungBrowser|Silk(?!/[\\d.]+$)|UCBrowser|YaBrowser)","Version",y(F),"(?:Firefox|Minefield|NetFront)"])), // Detect stubborn layout engines. (a=("iCab"==B&&parseFloat(L)>3?"WebKit":/\bOpera\b/.test(F)&&(/\bOPR\b/.test(t)?"Blink":"Presto"))||/\b(?:Midori|Nook|Safari)\b/i.test(t)&&!/^(?:Trident|EdgeHTML)$/.test(B)&&"WebKit"||!B&&/\bMSIE\b/i.test(t)&&("Mac OS"==W?"Tasman":"Trident")||"WebKit"==B&&/\bPlayStation\b(?! Vita\b)/i.test(F)&&"NetFront")&&(B=[a]), // Detect Windows Phone 7 desktop mode. "IE"==F&&(a=(/; *(?:XBLWP|ZuneWP)(\d+)/i.exec(t)||0)[1])?(F+=" Mobile",W="Windows Phone "+(/\+$/.test(a)?a:a+".x"),j.unshift("desktop mode")):/\bWPDesktop\b/i.test(t)?(F="IE Mobile",W="Windows Phone 8.x",j.unshift("desktop mode"),L||(L=(/\brv:([\d.]+)/.exec(t)||0)[1])):"IE"!=F&&"Trident"==B&&(a=/\brv:([\d.]+)/.exec(t))&&(F&&j.push("identifying as "+F+(L?" "+L:"")),F="IE",L=a[1]),D){ // Detect server-side environments. // Rhino has a global function while others have a global object. if(d="global",f=null!=(u=n)?typeof u[d]:"number",/^(?:boolean|number|string|undefined)$/.test(f)||"object"==f&&!u[d])g(a=n.runtime)==k?(F="Adobe AIR",W=a.flash.system.Capabilities.os):g(a=n.phantom)==E?(F="PhantomJS",L=(a=a.version||null)&&a.major+"."+a.minor+"."+a.patch):"number"==typeof _.documentMode&&(a=/\bTrident\/(\d+)/i.exec(t))?( // We're in compatibility mode when the Trident version + 4 doesn't // equal the document mode. L=[L,_.documentMode],(a=+a[1]+4)!=L[1]&&(j.push("IE "+L[1]+" mode"),B&&(B[1]=""),L[1]=a),L="IE"==F?String(L[1].toFixed(1)):L[0]):"number"==typeof _.documentMode&&/^(?:Chrome|Firefox)\b/.test(F)&&(j.push("masking as "+F+" "+L),F="IE",L="11.0",B=["Trident"],W="Windows");else if(x&&(I=(a=x.lang.System).getProperty("os.arch"),W=W||a.getProperty("os.name")+" "+a.getProperty("os.version")),C){try{L=n.require("ringo/engine").version.join("."),F="RingoJS"}catch(e){(a=n.system)&&a.global.system==n.system&&(F="Narwhal",W||(W=a[0].os||null))}F||(F="Rhino")}else"object"==typeof n.process&&!n.process.browser&&(a=n.process)&&("object"==typeof a.versions&&("string"==typeof a.versions.electron?(j.push("Node "+a.versions.node),F="Electron",L=a.versions.electron):"string"==typeof a.versions.nw&&(j.push("Chromium "+L,"Node "+a.versions.node),F="NW.js",L=a.versions.nw)),F||(F="Node.js",I=a.arch,W=a.platform,L=(L=/[\d.]+/.exec(a.version))?L[0]:null));W=W&&p(W)} // Detect prerelease phases. // Detect Firefox Mobile. if(L&&(a=/(?:[ab]|dp|pre|[ab]\d+pre)(?:\d+\+?)?$/i.exec(L)||/(?:alpha|beta)(?: ?\d)?/i.exec(t+";"+(D&&s.appMinorVersion))||/\bMinefield\b/i.test(t)&&"a")&&(A=/b/i.test(a)?"beta":"alpha",L=L.replace(RegExp(a+"\\+?$"),"")+("beta"==A?P:O)+(/\d+\+?/.exec(a)||"")),"Fennec"==F||"Firefox"==F&&/\b(?:Android|Firefox OS|KaiOS)\b/.test(W))F="Firefox Mobile";else if("Maxthon"==F&&L)L=L.replace(/\.[\d.]+/,".x");else if(/\bXbox\b/i.test(N))"Xbox 360"==N&&(W=null),"Xbox 360"==N&&/\bIEMobile\b/.test(t)&&j.unshift("mobile mode");else if(!/^(?:Chrome|IE|Opera)$/.test(F)&&(!F||N||/Browser|Mobi/.test(F))||"Windows CE"!=W&&!/Mobi/i.test(t))if("IE"==F&&D)try{null===n.external&&j.unshift("platform preview")}catch(e){j.unshift("embedded")}else(/\bBlackBerry\b/.test(N)||/\bBB10\b/.test(t))&&(a=(RegExp(N.replace(/ +/g," *")+"/([.\\d]+)","i").exec(t)||0)[1]||L)?(W=((a=[a,/BB10/.test(t)])[1]?(N=null,U="BlackBerry"):"Device Software")+" "+a[0],L=null):this!=m&&"Wii"!=N&&(D&&M||/Opera/.test(F)&&/\b(?:MSIE|Firefox)\b/i.test(t)||"Firefox"==F&&/\bOS X (?:\d+\.){2,}/.test(W)||"IE"==F&&(W&&!/^Win/.test(W)&&L>5.5||/\bWindows XP\b/.test(W)&&L>8||8==L&&!/\bTrident\b/.test(t)))&&!l.test(a=e.call(m,t.replace(l,"")+";"))&&a.name&&( // When "identifying", the UA contains both Opera and the other browser's name. a="ing as "+a.name+((a=a.version)?" "+a:""),l.test(F)?(/\bIE\b/.test(a)&&"Mac OS"==W&&(W=null),a="identify"+a):(a="mask"+a,F=R?p(R.replace(/([a-z])([A-Z])/g,"$1 $2")):"Opera",/\bIE\b/.test(a)&&(W=null),D||(L=null)),B=["Presto"],j.push(a)); // Detect WebKit Nightly and approximate Chrome/Safari versions. else F+=" Mobile";(a=(/\bAppleWebKit\/([\d.]+\+?)/i.exec(t)||0)[1])&&( // Correct build number for numeric comparison. // (e.g. "532.5" becomes "532.05") a=[parseFloat(a.replace(/\.(\d)$/,".0$1")),a], // Nightly builds are postfixed with a "+". "Safari"==F&&"+"==a[1].slice(-1)?(F="WebKit Nightly",A="alpha",L=a[1].slice(0,-1)):L!=a[1]&&L!=(a[2]=(/\bSafari\/([\d.]+\+?)/i.exec(t)||0)[1])||(L=null), // Use the full Chrome version when available. a[1]=(/\b(?:Headless)?Chrome\/([\d.]+)/i.exec(t)||0)[1], // Detect Blink layout engine. 537.36==a[0]&&537.36==a[2]&&parseFloat(a[1])>=28&&"WebKit"==B&&(B=["Blink"]), // Detect JavaScriptCore. // http://stackoverflow.com/questions/6768474/how-can-i-detect-which-javascript-engine-v8-or-jsc-is-used-at-runtime-in-androi D&&(w||a[1])?(B&&(B[1]="like Chrome"),a=a[1]||((a=a[0])<530?1:a<532?2:a<532.05?3:a<533?4:a<534.03?5:a<534.07?6:a<534.1?7:a<534.13?8:a<534.16?9:a<534.24?10:a<534.3?11:a<535.01?12:a<535.02?"13+":a<535.07?15:a<535.11?16:a<535.19?17:a<536.05?18:a<536.1?19:a<537.01?20:a<537.11?"21+":a<537.13?23:a<537.18?24:a<537.24?25:a<537.36?26:"Blink"!=B?"27":"28")):(B&&(B[1]="like Safari"),a=(a=a[0])<400?1:a<500?2:a<526?3:a<533?4:a<534?"4+":a<535?5:a<537?6:a<538?7:a<601?8:a<602?9:a<604?10:a<606?11:a<608?12:"12"), // Add the postfix of ".x" or "+" for approximate versions. B&&(B[1]+=" "+(a+="number"==typeof a?".x":/[.+]/.test(a)?"":"+")), // Obscure version for some Safari 1-2 releases. "Safari"==F&&(!L||parseInt(L)>45)?L=a:"Chrome"==F&&/\bHeadlessChrome/i.test(t)&&j.unshift("headless")), // Detect Opera desktop modes. "Opera"==F&&(a=/\bzbov|zvav$/.exec(W))?(F+=" ",j.unshift("desktop mode"),"zvav"==a?(F+="Mini",L=null):F+="Mobile",W=W.replace(RegExp(" *"+a+"$"),"")):"Safari"==F&&/\bChrome\b/.exec(B&&B[1])?(j.unshift("desktop mode"),F="Chrome Mobile",L=null,/\bOS X\b/.test(W)?(U="Apple",W="iOS 4.3+"):W=null):/\bSRWare Iron\b/.test(F)&&!L&&(L=z("Chrome")), // Strip incorrect OS versions. L&&0==L.indexOf(a=/[\d.]+$/.exec(W))&&t.indexOf("/"+a+"-")>-1&&(W=v(W.replace(a,""))), // Ensure OS does not include the browser name. W&&-1!=W.indexOf(F)&&!RegExp(F+" OS").test(W)&&(W=W.replace(RegExp(" *"+y(F)+" *"),"")), // Add layout engine. B&&!/\b(?:Avant|Nook)\b/.test(F)&&(/Browser|Lunascape|Maxthon/.test(F)||"Safari"!=F&&/^iOS/.test(W)&&/\bSafari\b/.test(B[1])||/^(?:Adobe|Arora|Breach|Midori|Opera|Phantom|Rekonq|Rock|Samsung Internet|Sleipnir|SRWare Iron|Vivaldi|Web)/.test(F)&&B[1])&&( // Don't add layout details to description if they are falsey. a=B[B.length-1])&&j.push(a), // Combine contextual information. j.length&&(j=["("+j.join("; ")+")"]), // Append manufacturer to description. U&&N&&N.indexOf(U)<0&&j.push("on "+U), // Append product to description. N&&j.push((/^on /.test(j[j.length-1])?"":"on ")+N), // Parse the OS into an object. W&&(a=/ ([\d.+]+)$/.exec(W),c=a&&"/"==W.charAt(W.length-a[0].length-1),W={architecture:32,family:a&&!c?W.replace(a[0],""):W,version:a?a[1]:null,toString:function(){var e=this.version;return this.family+(e&&!c?" "+e:"")+(64==this.architecture?" 64-bit":"")}}), // Add browser/OS architecture. (a=/\b(?:AMD|IA|Win|WOW|x86_|x)64\b/i.exec(I))&&!/\bi686\b/i.test(I)?(W&&(W.architecture=64,W.family=W.family.replace(RegExp(" *"+a),"")),F&&(/\bWOW64\b/i.test(t)||D&&/\w(?:86|32)$/.test(s.cpuClass||s.platform)&&!/\bWin64; x64\b/i.test(t))&&j.unshift("32-bit")):W&&/^OS X/.test(W.family)&&"Chrome"==F&&parseFloat(L)>=39&&(W.architecture=64),t||(t=null); /*------------------------------------------------------------------------*/ /** * The platform object. * * @name platform * @type Object */ var G={}; /** * The platform description. * * @memberOf platform * @type string|null */return G.description=t, /** * The name of the browser's layout engine. * * The list of common layout engines include: * "Blink", "EdgeHTML", "Gecko", "Trident" and "WebKit" * * @memberOf platform * @type string|null */ G.layout=B&&B[0], /** * The name of the product's manufacturer. * * The list of manufacturers include: * "Apple", "Archos", "Amazon", "Asus", "Barnes & Noble", "BlackBerry", * "Google", "HP", "HTC", "LG", "Microsoft", "Motorola", "Nintendo", * "Nokia", "Samsung" and "Sony" * * @memberOf platform * @type string|null */ G.manufacturer=U, /** * The name of the browser/environment. * * The list of common browser names include: * "Chrome", "Electron", "Firefox", "Firefox for iOS", "IE", * "Microsoft Edge", "PhantomJS", "Safari", "SeaMonkey", "Silk", * "Opera Mini" and "Opera" * * Mobile versions of some browsers have "Mobile" appended to their name: * eg. "Chrome Mobile", "Firefox Mobile", "IE Mobile" and "Opera Mobile" * * @memberOf platform * @type string|null */ G.name=F, /** * The alpha/beta release indicator. * * @memberOf platform * @type string|null */ G.prerelease=A, /** * The name of the product hosting the browser. * * The list of common products include: * * "BlackBerry", "Galaxy S4", "Lumia", "iPad", "iPod", "iPhone", "Kindle", * "Kindle Fire", "Nexus", "Nook", "PlayBook", "TouchPad" and "Transformer" * * @memberOf platform * @type string|null */ G.product=N, /** * The browser's user agent string. * * @memberOf platform * @type string|null */ G.ua=t, /** * The browser/environment version. * * @memberOf platform * @type string|null */ G.version=F&&L, /** * The name of the operating system. * * @memberOf platform * @type Object */ G.os=W||{ /** * The CPU architecture the OS is built for. * * @memberOf platform.os * @type number|null */ architecture:null, /** * The family of the OS. * * Common values include: * "Windows", "Windows Server 2008 R2 / 7", "Windows Server 2008 / Vista", * "Windows XP", "OS X", "Linux", "Ubuntu", "Debian", "Fedora", "Red Hat", * "SuSE", "Android", "iOS" and "Windows Phone" * * @memberOf platform.os * @type string|null */ family:null, /** * The version of the OS. * * @memberOf platform.os * @type string|null */ version:null, /** * Returns the OS string. * * @memberOf platform.os * @returns {string} The OS string. */ toString:function(){return"null"}},G.parse=e,G.toString=function(){return this.description||""},G.version&&j.unshift(L),G.name&&j.unshift(F),W&&F&&(W!=String(W).split(" ")[0]||W!=F.split(" ")[0]&&!N)&&j.push(N?"("+W+")":"on "+W),j.length&&(G.description=j.join(" ")),G}(); // Some AMD build optimizers, like r.js, check for condition patterns like the following: s&&o? // Export for CommonJS support. m(w,function(e,t){s[t]=e}): // Export to the global object. r.platform=w}).call(this)}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],38:[function(e,t,n){var i=e("./v1"),r=e("./v4"),s=r;s.v1=i,s.v4=r,t.exports=s},{"./v1":41,"./v4":42}],39:[function(e,t,n){for( /** * Convert array of 16 byte values to UUID string format of the form: * XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX */ var i=[],r=0;r<256;++r)i[r]=(r+256).toString(16).substr(1);t.exports=function(e,t){var n=t||0,r=i; // join used to fix memory issue caused by concatenation: https://bugs.chromium.org/p/v8/issues/detail?id=3175#c4 return[r[e[n++]],r[e[n++]],r[e[n++]],r[e[n++]],"-",r[e[n++]],r[e[n++]],"-",r[e[n++]],r[e[n++]],"-",r[e[n++]],r[e[n++]],"-",r[e[n++]],r[e[n++]],r[e[n++]],r[e[n++]],r[e[n++]],r[e[n++]]].join("")}},{}],40:[function(e,t,n){ // Unique ID creation requires a high quality random # generator. In the // browser this is a little complicated due to unknown quality of Math.random() // and inconsistent support for the `crypto` API. We do the best we can via // feature-detection // getRandomValues needs to be invoked in a context where "this" is a Crypto // implementation. Also, find the complete implementation of crypto on IE11. var i="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof window.msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto);if(i){ // WHATWG crypto RNG - http://wiki.whatwg.org/wiki/Crypto var r=new Uint8Array(16);// eslint-disable-line no-undef t.exports=function(){return i(r),r}}else{ // Math.random()-based (RNG) // // If all else fails, use Math.random(). It's fast, but is of unspecified // quality. var s=new Array(16);t.exports=function(){for(var e,t=0;t<16;t++)0==(3&t)&&(e=4294967296*Math.random()),s[t]=e>>>((3&t)<<3)&255;return s}}},{}],41:[function(e,t,n){var i,r,s=e("./lib/rng"),o=e("./lib/bytesToUuid"),a=0,c=0;t.exports= // See https://github.com/uuidjs/uuid for API details function(e,t,n){var l=t&&n||0,u=t||[],d=(e=e||{}).node||i,h=void 0!==e.clockseq?e.clockseq:r; // node and clockseq need to be initialized to random values if they're not // specified. We do this lazily to minimize issues related to insufficient // system entropy. See #189 if(null==d||null==h){var f=s();null==d&&( // Per 4.5, create and 48-bit node id, (47 random bits + multicast bit = 1) d=i=[1|f[0],f[1],f[2],f[3],f[4],f[5]]),null==h&&( // Per 4.2.2, randomize (14 bit) clockseq h=r=16383&(f[6]<<8|f[7]))} // UUID timestamps are 100 nano-second units since the Gregorian epoch, // (1582-10-15 00:00). JSNumbers aren't precise enough for this, so // time is handled internally as 'msecs' (integer milliseconds) and 'nsecs' // (100-nanoseconds offset from msecs) since unix epoch, 1970-01-01 00:00. var p=void 0!==e.msecs?e.msecs:(new Date).getTime(),m=void 0!==e.nsecs?e.nsecs:c+1,g=p-a+(m-c)/1e4; // Per 4.2.1.2, use count of uuid's generated during the current clock // cycle to simulate higher resolution clock // Per 4.2.1.2 Throw error if too many uuids are requested if( // Per 4.2.1.2, Bump clockseq on clock regression g<0&&void 0===e.clockseq&&(h=h+1&16383), // Reset nsecs if clock regresses (new clockseq) or we've moved onto a new // time interval (g<0||p>a)&&void 0===e.nsecs&&(m=0),m>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");a=p,c=m,r=h; // `time_low` var y=(1e4*(268435455&( // Per 4.1.4 - Convert from unix epoch to Gregorian epoch p+=122192928e5))+m)%4294967296;u[l++]=y>>>24&255,u[l++]=y>>>16&255,u[l++]=y>>>8&255,u[l++]=255&y; // `time_mid` var b=p/4294967296*1e4&268435455;u[l++]=b>>>8&255,u[l++]=255&b, // `time_high_and_version` u[l++]=b>>>24&15|16,// include version u[l++]=b>>>16&255, // `clock_seq_hi_and_reserved` (Per 4.2.2 - include variant) u[l++]=h>>>8|128, // `clock_seq_low` u[l++]=255&h; // `node` for(var v=0;v<6;++v)u[l+v]=d[v];return t||o(u)}},{"./lib/bytesToUuid":39,"./lib/rng":40}],42:[function(e,t,n){var i=e("./lib/rng"),r=e("./lib/bytesToUuid");t.exports=function(e,t,n){var s=t&&n||0;"string"==typeof e&&(t="binary"===e?new Array(16):null,e=null);var o=(e=e||{}).random||(e.rng||i)(); // Per 4.4, set bits for version and `clock_seq_hi_and_reserved` // Copy bytes to buffer, if provided if(o[6]=15&o[6]|64,o[8]=63&o[8]|128,t)for(var a=0;a<16;++a)t[s+a]=o[a];return t||r(o)}},{"./lib/bytesToUuid":39,"./lib/rng":40}]},{},[9])(9)});
108.399236
6,146
0.688997
464a79472ba412afa2a887fce676d76d36cd0fae
844
js
JavaScript
xadmin/static/xadmin/js/xadmin.page.list.js
areski/django-xadmin
fbe333894fdb2aaaba57d461e2968ef1312e2a0f
[ "BSD-3-Clause" ]
1
2019-11-03T10:55:56.000Z
2019-11-03T10:55:56.000Z
xadmin/static/xadmin/js/xadmin.page.list.js
areski/django-xadmin
fbe333894fdb2aaaba57d461e2968ef1312e2a0f
[ "BSD-3-Clause" ]
null
null
null
xadmin/static/xadmin/js/xadmin.page.list.js
areski/django-xadmin
fbe333894fdb2aaaba57d461e2968ef1312e2a0f
[ "BSD-3-Clause" ]
null
null
null
jQuery(function($){ //full screen btn $('.layout-btns .layout-full').click(function(e){ if($(this).hasClass('active')){ // reset $('#left-side, ul.breadcrumb').show('fast'); $('#content-block').removeClass('col-md-12 col-sm-12 full-content').addClass('col-sm-11 col-md-10'); } else { // full screen $('#left-side, ul.breadcrumb').hide('fast', function(){ $('#content-block').removeClass('col-sm-11 col-md-10').addClass('col-md-12 col-sm-12 full-content'); }); } }); $('.layout-btns .layout-normal').click(function(e){ $('.results table').removeClass('table-condensed'); }); $('.layout-btns .layout-condensed').click(function(e){ $('.results table').addClass('table-condensed'); }); });
35.166667
116
0.533175
464abe6d81a8e1d8e5f1846ffb069d5aae561dc5
7,124
js
JavaScript
resources/js/pages/room/room.js
lycaon67/matikreact
c7967cdf12bf3834f55708c1984fae91614b3643
[ "MIT" ]
null
null
null
resources/js/pages/room/room.js
lycaon67/matikreact
c7967cdf12bf3834f55708c1984fae91614b3643
[ "MIT" ]
4
2021-03-10T07:51:32.000Z
2022-02-18T20:30:37.000Z
resources/js/pages/room/room.js
lycaon67/matikreact
c7967cdf12bf3834f55708c1984fae91614b3643
[ "MIT" ]
null
null
null
import React, { useContext, useState, useEffect } from "react"; import HeaderContext from "../../layouts/mainlayoutcontext"; import { Card, Icon, List, Row, Col, Spin, Switch, Breadcrumb, Statistic } from "antd"; import { useParams } from "react-router-dom"; import axios from "axios"; const RoomPage = props => { const { roomid } = useParams(); const { navHeader, setNavHeader } = useContext(HeaderContext); useEffect(() => { setNavHeader({ state: true }); }, []); const [controls, setControls] = useState(); const [ids, setIds] = useState({ roomid: roomid }); useEffect(() => { setIds({ roomid: roomid }); }, []); useEffect(() => { dataRoom(); }, [ids.roomid]); if (roomid != ids.roomid) { dataRoom(); setIds({ roomid: roomid }); } async function dataRoom() { await fetch("/api/room/channel/" + roomid) .then(function(response) { if (response.status !== 200) { return; } response.json().then(function(data) { setControls(data.controls); }); }) .catch(function(err) { console.log("Fetch Error :-S", err); }); } async function switchHandler(e, item) { await axios .put("/api/channel/" + item.id, { status: e }) .then(function(response) { dataRoom(); }) .catch(function(error) { console.log(error); }); } return ( <> <Card style={{ margin: "5px" }} > <Row> <Col> <Breadcrumb> <Breadcrumb.Item> <Icon type="home" /> </Breadcrumb.Item> <Breadcrumb.Item> <span>Mansion 1</span> </Breadcrumb.Item> <Breadcrumb.Item>Room 1</Breadcrumb.Item> </Breadcrumb> </Col> </Row> <Spin size="large" spinning={!controls}> <Row> <Col xs={{ span: 24, offset: 0 }} sm={{ span: 6, offset: 6 }} md={{ span: 6, offset: 6 }} lg={{ span: 6, offset: 6 }} xl={{ span: 6, offset: 6 }} xxl={{ span: 6, offset: 6 }} > <Card style={{ border: "none" }} > <Statistic title="Temperature" value={38.5} precision={2} valueStyle={{ color: "#3f8600" }} suffix="°C" style={{ textAlign: "center" }} /> </Card> </Col> <Col xs={{ span: 24, offset: 0 }} sm={{ span: 6, offset: 0 }} md={{ span: 6, offset: 0 }} lg={{ span: 6, offset: 0 }} xl={{ span: 6, offset: 0 }} xxl={{ span: 6, offset: 0 }} > <Card style={{ border: "none" }} > <Statistic title="Humidity" value={99} precision={2} valueStyle={{ color: "#cf1322" }} suffix="%" style={{ textAlign: "center" }} /> </Card> </Col> </Row> <Row style={{ marginTop: "10px" }}> <List grid={{ gutter: 16, xs: 1, sm: 2, md: 4, lg: 4, xl: 6, xxl: 3 }} dataSource={controls} renderItem={item => ( <List.Item> <Card style={{ textAlign: "center", border: "none" }} > <span style={{ color: "rgba(0, 0, 0, 0.45)", display: "block", marginBottom: "15px" }} > {item.name} </span> <Switch checkedChildren={ <Icon type="check" /> } unCheckedChildren={ <Icon type="close" /> } checked={item.status ? true : false} onChange={event => switchHandler(event, item) } /> </Card> </List.Item> )} /> </Row> </Spin> </Card> </> ); }; export default RoomPage;
35.093596
80
0.24986
464b2189f0f162fac4b9a93522eaeb578f6f53fc
534
js
JavaScript
.eslintrc.js
elliexcoding/findadoc-frontend
4d022426799b4d1b322de213421dc71f3f74bcf9
[ "BSD-3-Clause" ]
null
null
null
.eslintrc.js
elliexcoding/findadoc-frontend
4d022426799b4d1b322de213421dc71f3f74bcf9
[ "BSD-3-Clause" ]
null
null
null
.eslintrc.js
elliexcoding/findadoc-frontend
4d022426799b4d1b322de213421dc71f3f74bcf9
[ "BSD-3-Clause" ]
null
null
null
/* eslint-disable-next-line no-undef */ module.exports = { env: { browser: true, es2021: true, node: true, }, extends: [ "eslint:recommended", "plugin:vue/recommended", "plugin:json/recommended", "prettier", // Make sure "prettier" is the last element in this list. ], parserOptions: { ecmaVersion: 12, sourceType: "module", }, plugins: ["vue"], rules: { "vue/attributes-order": 0, "vue/v-slot-style": 0, "vue/order-in-components": 0, "no-console": "error", }, };
20.538462
73
0.586142
464b51981521252cb69b57f02b3aae09e044c663
473
js
JavaScript
public/js/errorHandler.js
ztechmedia/larakad
be205a3fc6a8d8ef377be7dca6eb500dc35b9aee
[ "MIT" ]
null
null
null
public/js/errorHandler.js
ztechmedia/larakad
be205a3fc6a8d8ef377be7dca6eb500dc35b9aee
[ "MIT" ]
null
null
null
public/js/errorHandler.js
ztechmedia/larakad
be205a3fc6a8d8ef377be7dca6eb500dc35b9aee
[ "MIT" ]
null
null
null
const errorHandler = errors => { $.each(errors, function(key1, value1) { $(`#${key1}`).addClass("is-invalid"); $(`.${key1}-errors`).append("<ul></ul>"); $.each(value1, function(key2, value) { $(`.${key1}-errors ul`).append( `<li class="form-error">${value}</li>` ); }); }); }; const removeFormError = () => { $(".form-errors").html(""); $(".is-invalid").removeClass("is-invalid"); };
27.823529
54
0.471459
464b9d7be2f85ddaceeac1fb6a4d29373e7cbdd5
833
js
JavaScript
src/tutorial/program/run-nrev.wam.js
lindseyspratt/wa-prolog
953d32071dc3086d3ff225685d4a708e7103f3a6
[ "MIT" ]
2
2021-04-15T18:54:16.000Z
2021-04-15T21:29:29.000Z
src/tutorial/program/run-nrev.wam.js
lindseyspratt/wa-prolog
953d32071dc3086d3ff225685d4a708e7103f3a6
[ "MIT" ]
null
null
null
src/tutorial/program/run-nrev.wam.js
lindseyspratt/wa-prolog
953d32071dc3086d3ff225685d4a708e7103f3a6
[ "MIT" ]
null
null
null
// noinspection NodeJsCodingAssistanceForCoreModules const fs = require('fs'); const nrev = require('./nrev.wam.js'); const util = require('./utilities.wam.js'); const buf = fs.readFileSync('build/wam/language3a.wasm'); // noinspection ES6ModulesDependencies WebAssembly.instantiate(new Uint8Array(buf), util.importObject) .then(res => { util.initialize_op_codes(res); console.log(JSON.stringify(util.opCodes)); console.log(JSON.stringify(nrev.nrevProgram())); util.registerProgram(util.lookupIndicator('nrev', 2), nrev.nrevProgram()); console.log(JSON.stringify(nrev.appendProgram())); util.registerProgram(util.lookupIndicator('append', 3), nrev.appendProgram()); console.log(JSON.stringify(nrev.query1())); util.runQuery('nrev', nrev.query1(), res); });
37.863636
86
0.693878
464c60fabf51eb5fa6f677b523a2c12d57719329
4,958
js
JavaScript
doc/Doxygen Doc/search/functions_12.js
Loukei/GDriveClientApp
6741b8ae6abaf1dd1d8748ba92bdb2a4ee2b08ca
[ "MIT" ]
null
null
null
doc/Doxygen Doc/search/functions_12.js
Loukei/GDriveClientApp
6741b8ae6abaf1dd1d8748ba92bdb2a4ee2b08ca
[ "MIT" ]
null
null
null
doc/Doxygen Doc/search/functions_12.js
Loukei/GDriveClientApp
6741b8ae6abaf1dd1d8748ba92bdb2a4ee2b08ca
[ "MIT" ]
null
null
null
var searchData= [ ['searchdialog_592',['SearchDialog',['../class_search_dialog.html#ae80c7fa7ce68dad3c4b2c96fd26ca424',1,'SearchDialog']]], ['setcompressionmode_593',['setCompressionMode',['../class_simple_crypt.html#adc6c6355aa276c0d3516f7ad273f063b',1,'SimpleCrypt']]], ['setdata_594',['setData',['../class_q_json_model.html#a3ca7c5f0ed09a712f8f9445e2e398126',1,'QJsonModel']]], ['setdownloadfilepath_595',['setDownloadFilePath',['../class_download_dialog.html#a3a5b20338b251251601b4748ead40188',1,'DownloadDialog']]], ['setemailaddress_596',['setEmailAddress',['../class_account_widget_acts.html#a38d54aa974c0e18216b1169daeb15b8e',1,'AccountWidgetActs']]], ['setfields_597',['setFields',['../class_file_mata_data_dialog.html#a54bd440b0859cc29db125a5e11062936',1,'FileMataDataDialog']]], ['setfileid_598',['setFileID',['../class_file_mata_data_dialog.html#a5ef09e932defd7b75d2684fccfc3febc',1,'FileMataDataDialog::setFileID()'],['../class_update_dialog.html#a4d9c2b89f85d2c3408b62de229d98dad',1,'UpdateDialog::setFileID()'],['../class_download_dialog.html#a00e1784f1f92ec577e0c0cec2985f793',1,'DownloadDialog::setFileId()']]], ['setfilepath_599',['setFilePath',['../class_update_dialog.html#aa1dae7944e623053279edf6cc2ef53b8',1,'UpdateDialog::setFilePath()'],['../class_upload_dialog.html#acd9b47f913c7bb9792db5d55a831ffad',1,'UploadDialog::setFilePath()']]], ['setintegrityprotectionmode_600',['setIntegrityProtectionMode',['../class_simple_crypt.html#a4fef5e6d3246ee57d6a7b68475b12b8b',1,'SimpleCrypt']]], ['setkey_601',['setKey',['../class_simple_crypt.html#aa7aad9ed2e88b883ba9214c7d9928745',1,'SimpleCrypt::setKey()'],['../class_q_json_tree_item.html#adba7681e37345f7c6e32141db3a5de11',1,'QJsonTreeItem::setKey()']]], ['setrefreshtoken_602',['setRefreshToken',['../class_g_drive_1_1_g_drive_service.html#adc6ce230699dce551e5075d74908896d',1,'GDrive::GDriveService']]], ['setsupportsalldrives_603',['setSupportsAllDrives',['../class_file_mata_data_dialog.html#ae5558b6a12279b64fe5b96a7547362c7',1,'FileMataDataDialog']]], ['settoken_604',['setToken',['../class_g_drive_1_1_g_drive_service.html#aeb2a7cd81f20bd359507f83c60ee49eb',1,'GDrive::GDriveService']]], ['settype_605',['setType',['../class_q_json_tree_item.html#a0ffbf72e7c408a2eec9b19e4db5fef37',1,'QJsonTreeItem']]], ['setupui_606',['setupUi',['../class_account_widget_acts.html#a348bd97bfd4cbf7c8760bb0a0b277823',1,'AccountWidgetActs']]], ['setusername_607',['setUserName',['../class_account_widget_acts.html#a48c080232b80ba6ebfb3a66fcc929feb',1,'AccountWidgetActs']]], ['setvalue_608',['setValue',['../class_q_json_tree_item.html#aefa77e33d8264f65f057ed383ddd03c0',1,'QJsonTreeItem']]], ['simplecrypt_609',['SimpleCrypt',['../class_simple_crypt.html#ac474d12cfa9f93bfecea35891831046d',1,'SimpleCrypt::SimpleCrypt()'],['../class_simple_crypt.html#a65942757b85b3dd36618ea3edc5ceb89',1,'SimpleCrypt::SimpleCrypt(quint64 key)']]], ['size_610',['size',['../class_g_drive_1_1_g_drive_file_resource.html#af630a64ac56078112e3e5c737fa515ac',1,'GDrive::GDriveFileResource']]], ['start_611',['start',['../class_g_drive_1_1_g_drive_file_downloader.html#afff5d16c84b9fc5329977505d90d2ed0',1,'GDrive::GDriveFileDownloader::start()'],['../class_g_drive_1_1_g_drive_file_multipart_create.html#a3c46016e9fdb6dec141ac341b3a0dc10',1,'GDrive::GDriveFileMultipartCreate::start()'],['../class_g_drive_1_1_g_drive_file_multipart_update.html#a18d3ce9a8641d535f557fa8d47ae604d',1,'GDrive::GDriveFileMultipartUpdate::start()'],['../class_g_drive_1_1_g_drive_file_resumable_create.html#a503f9a9fbbac05a6da55bb34e23642ea',1,'GDrive::GDriveFileResumableCreate::start()'],['../class_g_drive_1_1_g_drive_file_resumable_update.html#aaeb7177bef481d431df1b4b1ea6d831f',1,'GDrive::GDriveFileResumableUpdate::start()'],['../class_g_drive_1_1_g_drive_file_simple_create.html#ace5d418075fbbb7e548c06733c9fa5f4',1,'GDrive::GDriveFileSimpleCreate::start()'],['../class_g_drive_1_1_g_drive_file_simple_update.html#a7e80472d010f1b2dcc525d9af96a2c0e',1,'GDrive::GDriveFileSimpleUpdate::start()']]], ['storagequota_612',['storageQuota',['../class_g_drive_1_1_g_drive_about_resource.html#a951370a84ca20331f3c235760bf84bec',1,'GDrive::GDriveAboutResource']]], ['storagequota_5flimit_613',['storageQuota_limit',['../class_g_drive_1_1_g_drive_about_resource.html#a11353ca01b99f9008b8ced831aef3bdf',1,'GDrive::GDriveAboutResource']]], ['storagequota_5fusage_614',['storageQuota_usage',['../class_g_drive_1_1_g_drive_about_resource.html#a74c3cf301135bcf5d79b84bdc5fe2921',1,'GDrive::GDriveAboutResource']]], ['storagequota_5fusageindrive_615',['storageQuota_usageInDrive',['../class_g_drive_1_1_g_drive_about_resource.html#a04afe222345c58c115f79d7c0db907d8',1,'GDrive::GDriveAboutResource']]], ['storagequota_5fusageindrivetrash_616',['storageQuota_usageInDriveTrash',['../class_g_drive_1_1_g_drive_about_resource.html#a096f6a08a8ec3b331341d1f3b544b31c',1,'GDrive::GDriveAboutResource']]] ];
170.965517
990
0.812223
464caf396e5fc23e9e0bed528c37229c3a831b86
1,922
js
JavaScript
jstests/free_mon/free_mon_rs_resend.js
danx0r/mongo
70d4944c235bcdf7fbbc63971099563d2af72956
[ "Apache-2.0" ]
72
2020-06-12T06:33:41.000Z
2021-03-22T03:15:56.000Z
jstests/free_mon/free_mon_rs_resend.js
danx0r/mongo
70d4944c235bcdf7fbbc63971099563d2af72956
[ "Apache-2.0" ]
9
2020-07-02T09:36:49.000Z
2021-03-25T23:54:00.000Z
jstests/free_mon/free_mon_rs_resend.js
danx0r/mongo
70d4944c235bcdf7fbbc63971099563d2af72956
[ "Apache-2.0" ]
14
2020-06-12T03:08:03.000Z
2021-02-03T11:43:09.000Z
// Validate resend registration works in a replica set // load("jstests/free_mon/libs/free_mon.js"); (function() { 'use strict'; let mock_web = new FreeMonWebServer(FAULT_RESEND_REGISTRATION_AT_3); let mock_web_sec = new FreeMonWebServer(FAULT_RESEND_REGISTRATION_ONCE, true); mock_web.start(); mock_web_sec.start(); const rst = new ReplSetTest({ name: "free_mon_rs_register", nodes: [ { setParameter: "cloudFreeMonitoringEndpointURL=" + mock_web.getURL(), verbose: 1, }, { setParameter: "cloudFreeMonitoringEndpointURL=" + mock_web_sec.getURL(), verbose: 1, } ] }); rst.startSet(); rst.initiate(); rst.awaitReplication(); sleep(10 * 1000); assert.eq(0, mock_web.queryStats().registers, "mongod registered without enabling free_mod"); assert.eq( 0, mock_web_sec.queryStats().registers, "mongod registered without enabling free_mod"); assert.commandWorked(rst.getPrimary().adminCommand({setFreeMonitoring: 1, action: "enable"})); WaitForRegistration(rst.getPrimary()); mock_web.waitRegisters(1); mock_web_sec.waitRegisters(1); assert.eq(FreeMonGetServerStatus(rst.getPrimary()).state, 'enabled'); assert.eq(FreeMonGetServerStatus(rst.getSecondary()).state, 'enabled'); mock_web.waitRegisters(2); mock_web_sec.waitRegisters(2); mock_web_sec.disableFaults(); // Trigger resend on the secondary only mock_web_sec.enableFaults(); mock_web_sec.waitFaults(1); mock_web_sec.waitRegisters(3); // Double check registers were as expected const stats = mock_web.queryStats(); assert.eq(stats.registers, 2); const stats_sec = mock_web_sec.queryStats(); assert.gte(stats_sec.registers, 3); rst.stopSet(); mock_web.stop(); mock_web_sec.stop(); })();
28.686567
98
0.66129
464db06e035b64eabb091a5a8453ed695da630a2
4,946
js
JavaScript
public/js/index.js
aaronj1335/srchr
da9939b4a42fe15161ae360827571a4e33c4d6f2
[ "BSD-2-Clause-FreeBSD" ]
1
2016-02-10T04:57:17.000Z
2016-02-10T04:57:17.000Z
public/js/index.js
aaronj1335/srchr
da9939b4a42fe15161ae360827571a4e33c4d6f2
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
public/js/index.js
aaronj1335/srchr
da9939b4a42fe15161ae360827571a4e33c4d6f2
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
/*global $,_,moment*/ (function() { var results, viewing; function Model(initialValues) { this._events = $({}); _.extend(this, initialValues); } ['on', 'off', 'one', 'trigger'].forEach(function(evt) { Model.prototype[evt] = function() { return this._events[evt].apply(this._events, arguments); }; }); Model.prototype.set = function(key, val) { this[key] = val; this.trigger('change', key, val); }; Model.prototype.get = function(key) { return this[key]; }; Model.prototype.computed = function(prop, deps, getter) { getter = getter.bind(this); this.on('change', function(evt, changedProp) { if (deps.indexOf(changedProp) > -1) this.trigger('change', prop, getter); }.bind(this)); Object.defineProperty(this, prop, {get: getter}); }; var model = window.model = new Model({ data: null, sort: 'ap', engines: ['solr', 'sphinx', 'mongo', 'google'], viewing: ['solr', 'sphinx', 'mongo', 'google'] }); model.computed('results', ['data'], function() { var viewing = this.get('viewing'); return _.filter(this.get('data'), function(result) { return viewing.indexOf(result.engine) >= 0; }); }); model.computed('notViewing', ['viewing'], function() { return _.difference(_.keys(strings.engines), this.get('viewing')); }); model.computed('performanceResults', ['data', 'sort'], function() { var notGoogle = _.filter(this.get('data'), function(result) { return result.engine !== 'google'; }); return _.sortBy(notGoogle, this.get('sort')).reverse(); }); var strings = { engines: { solr: 'Lucene', sphinx: 'Sphinx', mongo: 'MongoDB', google: 'Google' } }; function View(initialValues) { _.extend(this, initialValues); if (this.el) this.$el = $(this.el), this.el = this.$el[0]; if (this.template) this.template = _.template(this.template); this.render(); } View.prototype.render = function() { if (this.$el && this.template) this.$el.html(this.template({strings: this.strings, model: this.model})); }; View.prototype.model = model; View.prototype.strings = strings; function ResultsView() { View.apply(this, arguments); this.model.on('change', function(evt, prop) { if (prop in {data:true, viewing:true, sort:true}) this.render(); }.bind(this)); this.$el.on('click', '[data-sort]', function(evt) { this.model.set('sort', $(evt.target).data('sort')); }.bind(this)); } ResultsView.prototype = new View(); function ViewingView() { View.apply(this, arguments); this.model.on('change', function(evt, prop) { if (prop === 'viewing') this.render(); }.bind(this)); } ViewingView.prototype = new View(); ViewingView.prototype.render = function() { var focus = this.$el.find(':focus').attr('name'); View.prototype.render.apply(this, arguments); if (focus) this.$el.find('[name=' + focus + ']').focus(); }; var api = { fetch: function(searchString) { return $.ajax({ type: 'GET', url: '/api', headers: {'Accept': 'application/json'}, data: {q: searchString} }) .then(function(response) { _.each(response, function(results) { _.each(results.docs, function(result) { result.sent = moment(result.sent); }); }); return response; }); } }; results = new ResultsView({ el: $('.results'), template: $('#results').html() }); viewing = new ViewingView({ el: $('.viewing'), template: $('#viewing').html() }); var $loading = $('.loading'); var $search = $('[type=search]'); $('body') .on('keyup change', '[type=search]', _.debounce(function() { var val = $(this).val(); if (val && val.length > 2 && val !== model.get('term')) { model.set('term', val); model.set('search', api.fetch(val) .then(function(result) { model.set('data', result); }) .always(function() { model.trigger('search-stop'); })); model.trigger('search-start'); } }, 300)) .on('change', '[type=checkbox]', function() { var viewing = $(this).closest('.viewing') .find('[type=checkbox]:checked') .map(function(i, el) { return $(el).val(); }); model.set('viewing', _.toArray(viewing)); }); model .on('search-start', function() { $loading.removeClass('invisible'); }) .on('search-stop', function() { if (model.get('search').state() !== 'pending') $loading.addClass('invisible'); }); $('body').on('keyup', function(evt) { if (evt.which === 191 && !$(':focus').length) $search.focus(); }); $('[type=search]').val('apple').trigger('change'); })();
25.494845
79
0.552972
464e4e0b3ee792ce757194982ffc6a1f0b38d0e1
384
js
JavaScript
+extras/include/docs/html/classmexdispatch_1_1_operation_creator.js
dkovari/ExtrasToolbox
b3d79c40e547fc9d994829701c2273ca080f8339
[ "MIT" ]
null
null
null
+extras/include/docs/html/classmexdispatch_1_1_operation_creator.js
dkovari/ExtrasToolbox
b3d79c40e547fc9d994829701c2273ca080f8339
[ "MIT" ]
null
null
null
+extras/include/docs/html/classmexdispatch_1_1_operation_creator.js
dkovari/ExtrasToolbox
b3d79c40e547fc9d994829701c2273ca080f8339
[ "MIT" ]
null
null
null
var classmexdispatch_1_1_operation_creator = [ [ "OperationCreator", "classmexdispatch_1_1_operation_creator.html#add1e404fc2efaee7c68a9082d125e2af", null ], [ "~OperationCreator", "classmexdispatch_1_1_operation_creator.html#ab622808b163b8eea47bd3c2cfcd22128", null ], [ "create", "classmexdispatch_1_1_operation_creator.html#a8f0e5b3c7956298fc1ed6c7a7b02f9d3", null ] ];
64
115
0.822917
464eaf3c70448fa2fac3a9d5fdfd1f3c1a97d89f
1,006
js
JavaScript
dist/bin/js/winjscontrib.ui.boilerplate.control.js
gleborgne/winjscontrib
374e773e42ff6fbe0d0542aee9229e57ccfa27f9
[ "MIT" ]
23
2015-01-30T10:09:02.000Z
2021-04-14T06:36:20.000Z
dist/bin/js/winjscontrib.ui.boilerplate.control.js
gleborgne/winjscontrib
374e773e42ff6fbe0d0542aee9229e57ccfa27f9
[ "MIT" ]
5
2015-04-27T14:40:10.000Z
2016-06-28T04:10:15.000Z
dist/bin/js/winjscontrib.ui.boilerplate.control.js
gleborgne/winjscontrib
374e773e42ff6fbe0d0542aee9229e57ccfa27f9
[ "MIT" ]
8
2015-03-20T11:05:40.000Z
2016-07-20T22:35:01.000Z
/* * WinJS Contrib v2.1.0.7 * licensed under MIT license (see http://opensource.org/licenses/MIT) * sources available at https://github.com/gleborgne/winjscontrib */ //this is a blank WinJS control structure. It's intended to use as a startup for new controls (function () { 'use strict'; WinJS.Namespace.define("WinJSContrib.UI", { MyBrandNewControl : WinJS.Class.mix(WinJS.Class.define(function ctor(element, options){ this.element = element || document.createElement('DIV'); options = options || {}; this.element.winControl = this; this.element.classList.add('win-disposable'); WinJS.UI.setOptions(this, options); },{ someProperty: { get: function(){ return this._someProperty; }, set: function(val){ this._someProperty = val; } }, dispose : function(){ WinJS.Utilities.disposeSubTree(this.element); this.element = null; } }), WinJS.Utilities.eventMixin, WinJS.Utilities.createEventProperties("myevent")) }); })();
28.742857
93
0.675944
464edcfc13012acae1281fc0f01d45dd79254315
1,444
js
JavaScript
client/src/components/FollowBtn.js
aprajitakhurana/TranquilSpaces
956a2df25717e80e8d4ba57178201ef373321b16
[ "MIT" ]
37
2021-04-17T07:30:51.000Z
2022-03-30T12:20:21.000Z
client/src/components/FollowBtn.js
aprajitakhurana/TranquilSpaces
956a2df25717e80e8d4ba57178201ef373321b16
[ "MIT" ]
5
2021-07-13T06:31:33.000Z
2022-03-05T14:42:15.000Z
client/src/components/FollowBtn.js
aprajitakhurana/TranquilSpaces
956a2df25717e80e8d4ba57178201ef373321b16
[ "MIT" ]
13
2021-04-17T07:31:18.000Z
2022-03-27T12:53:56.000Z
import React, { useState, useEffect } from 'react'; import { useDispatch, useSelector } from "react-redux"; import { follow, unfollow } from "../redux/actions/profileAction"; const FollowBtn = ({user}) => { const [ followed, setFollowed ] = useState(false); const { auth, profile, socket } = useSelector(state => state); const dispatch = useDispatch(); const [load, setLoad] = useState(false); useEffect(() => { if (auth.user.following.find((item) => item._id === user._id)) { setFollowed(true); } return () => setFollowed(false); }, [auth.user.following, user._id]); const handleFollow = async () => { if(load) return; setFollowed(true); setLoad(true); await dispatch(follow({ users: profile.users, user, auth, socket })); setLoad(false); }; const handleUnFollow = async () => { if (load) return; setFollowed(false); setLoad(true); await dispatch(unfollow({ users: profile.users, user, auth, socket })); setLoad(false); }; return ( <> {followed ? ( <button className="btn-1 hover-in-shadow outer-shadow" onClick={handleUnFollow}> Unfollow </button> ) : ( <button className="btn-1 hover-in-shadow outer-shadow" onClick={handleFollow}> Follow </button> )} </> ); } export default FollowBtn
26.254545
90
0.572715
464f4b7296d63813f6309303a567a0c2b4deb76b
2,329
js
JavaScript
src/containers/search-bar-list/search-bar-list-item/search-bar-list-item.js
horondi/horondi_client_fe
56eb3c652f189622039273000be2299bf584eab5
[ "MIT" ]
1
2020-06-05T16:38:41.000Z
2020-06-05T16:38:41.000Z
src/containers/search-bar-list/search-bar-list-item/search-bar-list-item.js
horondi/horondi_client_fe
56eb3c652f189622039273000be2299bf584eab5
[ "MIT" ]
172
2020-06-09T07:24:46.000Z
2020-09-03T06:50:32.000Z
src/containers/search-bar-list/search-bar-list-item/search-bar-list-item.js
horondi/horondi_client_fe
56eb3c652f189622039273000be2299bf584eab5
[ "MIT" ]
1
2020-07-30T12:17:46.000Z
2020-07-30T12:17:46.000Z
import React, { useEffect, useState } from 'react'; import { useDispatch, useSelector } from 'react-redux'; import { push } from 'connected-react-router'; import Typography from '@material-ui/core/Typography'; import { useTheme } from '@material-ui/styles'; import { useTranslation } from 'react-i18next'; import { useStyles } from './search-bar-list-item.styles'; import { getImage } from '../../../utils/imageLoad'; import productPlugLight from '../../../images/product-plug-light-theme-img.png'; import productPlugDark from '../../../images/product-plug-dark-theme-img.png'; import { IMG_URL } from '../../../configs'; import { ClassicButton } from '../../../components/classic-button/classic-button'; import routes from '../../../configs/routes'; const { pathToProducts } = routes; const SearchBarListItem = ({ product }) => { const { currency } = useSelector(({ Currency }) => ({ currency: Currency.currency })); const { t } = useTranslation(); const [image, setImage] = useState(IMG_URL + product.images.primary.small); const dispatch = useDispatch(); const styles = useStyles({ image }); const { palette } = useTheme(); const isLightTheme = palette.type === 'light'; useEffect(() => { getImage(product.images.primary.small) .then((src) => setImage(src)) .catch(() => setImage(isLightTheme ? productPlugLight : productPlugDark)); return () => setImage(null); }, [isLightTheme, product.images.primary.small]); return ( <div className={styles.searchBarListItem}> <div data-testid='image' className={styles.image} style={{ backgroundSize: 'cover' }} /> <div className={styles.content}> <div className={styles.title}> <Typography variant='h4'>{t(`${product.translationsKey}.name`)}</Typography> <div> {Math.min(...product.sizes.map((size) => size.price[currency].value))}{' '} {product.basePrice[currency].currency} </div> </div> <div className={styles.buttons}> <ClassicButton buttonType='button' innerText={t('common.details')} onClickHandler={() => dispatch(push(`${pathToProducts}/${product._id}`))} buttonStyle='classic' /> </div> </div> </div> ); }; export default SearchBarListItem;
36.390625
94
0.631172
464f9c11446a815ac7bfb8607bf012ffc58c645d
509
js
JavaScript
src/app/components/index.js
DerouicheMed/portfolio
5d8da46fc8fd48949bf8d2672dcf966178f65a25
[ "MIT" ]
1
2021-01-14T09:19:25.000Z
2021-01-14T09:19:25.000Z
src/app/components/index.js
DerouicheMed/portfolio
5d8da46fc8fd48949bf8d2672dcf966178f65a25
[ "MIT" ]
null
null
null
src/app/components/index.js
DerouicheMed/portfolio
5d8da46fc8fd48949bf8d2672dcf966178f65a25
[ "MIT" ]
null
null
null
export { MainComponent } from "./main/main.component"; export { ServicesComponent } from "./services/services.component"; export { AboutComponent } from "./about/about.component"; export { ContactComponent } from "./contact/contact.component"; export { SocialsComponent } from "./socials/socials.component"; export { AnnounecementComponent } from "./announecement/announecement.component"; export { LoaderComponent } from "./loader/loader.component"; export { ErrorComponent } from "./error/error.component";
56.555556
81
0.764244
464feaa0ff6a414f25737ddcf0c5d9661ab72481
1,056
js
JavaScript
src/permission/strategies/PermissionStrategies.js
Jcbobo88/angular-permission
6c9762060617de02226b8ec14aaa95f434f13638
[ "MIT" ]
44
2018-09-05T04:08:22.000Z
2022-02-18T01:37:19.000Z
src/permission/strategies/PermissionStrategies.js
Jcbobo88/angular-permission
6c9762060617de02226b8ec14aaa95f434f13638
[ "MIT" ]
12
2018-09-11T07:41:56.000Z
2021-07-27T20:08:58.000Z
src/permission/strategies/PermissionStrategies.js
Jcbobo88/angular-permission
6c9762060617de02226b8ec14aaa95f434f13638
[ "MIT" ]
11
2018-11-26T01:38:06.000Z
2020-06-02T16:12:04.000Z
'use strict'; /** * Pre-defined available configurable behaviours of directive `permission` * @name permission.PermPermissionStrategies * @readonly * * @example * <div permission * permission-except="'MANAGER'" * permission-on-authorized="PermPermissionStrategies.renderContent" * permission-on-unauthorized="PermPermissionStrategies.removeContent"> * </div> * * @property enableElement {Function} * @property disableElement {Function} * @property showElement {Function} * @property hideElement {Function} */ var PermPermissionStrategies = { enableElement: function ($element) { $element.removeAttr('disabled'); }, disableElement: function ($element) { $element.attr('disabled', 'disabled'); }, showElement: function ($element) { $element.removeClass('ng-hide'); }, hideElement: function ($element) { $element.addClass('ng-hide'); } }; angular .module('permission') .value('PermPermissionStrategies', PermPermissionStrategies) .value('PermissionStrategies', PermPermissionStrategies);
27.076923
76
0.714015
4650191c4450205e5f9b7eb052aff6f49110e335
456
js
JavaScript
backoffice/src/components/PageHeader.js
ticovix/spa-nextjs-laravel-base
5af09d0db0fe4943ea3fc4732f02720d427aab12
[ "MIT" ]
4
2020-10-12T16:57:47.000Z
2021-10-01T21:35:53.000Z
backoffice/src/components/PageHeader.js
ticovix/spa-nextjs-laravel-base
5af09d0db0fe4943ea3fc4732f02720d427aab12
[ "MIT" ]
null
null
null
backoffice/src/components/PageHeader.js
ticovix/spa-nextjs-laravel-base
5af09d0db0fe4943ea3fc4732f02720d427aab12
[ "MIT" ]
null
null
null
import React from 'react'; import { PageHeader as PageHeaderBase } from 'antd'; import { breadcrumbConfig } from 'utils'; const PageHeader = (props) => { props = { ...props, ghost: props.ghost === undefined ? false : props.ghost, }; if (props.breadcrumb?.routes) { props = { ...props, breadcrumb: breadcrumbConfig(props.breadcrumb?.routes), }; } return <PageHeaderBase {...props} />; }; export default PageHeader;
20.727273
61
0.631579
46517d3a365f0a2bfab00cb231bc76c8abb13347
3,068
js
JavaScript
dist/examples/raw-oa.js
wj-Mcat/wujingjing-wechaty-puppet-official-account
0c298331610267ed02ac23a3f5a03aec0fd24c56
[ "Apache-2.0" ]
null
null
null
dist/examples/raw-oa.js
wj-Mcat/wujingjing-wechaty-puppet-official-account
0c298331610267ed02ac23a3f5a03aec0fd24c56
[ "Apache-2.0" ]
null
null
null
dist/examples/raw-oa.js
wj-Mcat/wujingjing-wechaty-puppet-official-account
0c298331610267ed02ac23a3f5a03aec0fd24c56
[ "Apache-2.0" ]
null
null
null
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); /* eslint-disable camelcase */ const http_1 = __importDefault(require("http")); const express_1 = __importDefault(require("express")); const express_xml_bodyparser_1 = __importDefault(require("express-xml-bodyparser")); const localtunnel_1 = __importDefault(require("localtunnel")); const crypto_1 = __importDefault(require("crypto")); const simple_unirest_1 = require("../src/official-account/simple-unirest"); async function main() { const app = express_1.default(); app.use(express_xml_bodyparser_1.default({ explicitArray: false, normalize: false, normalizeTags: false, trim: true, })); const server = http_1.default.createServer(app); server.listen(async () => { const listenedPort = server.address().port; console.info('listen on port', listenedPort); const tunnel = await localtunnel_1.default({ host: 'https://serverless.social', port: listenedPort, // subdomain: 'wechaty-puppet-official-account', subdomain: 'c9534fb4-4d8d-4b2f-8ee5-ef1d6973364f', }); // https://wechaty-puppet-official-account.serverless.social/ console.info('tunnel url', tunnel.url); }); const simpleUnirest = simple_unirest_1.getSimpleUnirest('https://api.weixin.qq.com/cgi-bin/'); const appId = process.env.APP_ID; const appSecret = process.env.APP_SECRET; const ret = await simpleUnirest .get(`token?grant_type=client_credential&appid=${appId}&secret=${appSecret}`); console.info('accessToken', ret.body); const accessToken = { expiresIn: ret.body.expires_in, timestamp: Date.now(), token: ret.body.access_token, }; app.get('/', (req, res) => { const { signature, timestamp, nonce, echostr, } = req.query; const data = [ timestamp, nonce, process.env.TOKEN, ].sort().join(''); const digest = crypto_1.default .createHash('sha1') .update(data) .digest('hex'); if (digest === signature) { res.end(echostr); } else { res.end(); } }); app.post('/', async (req, res) => { const payload = req.body.xml; console.info(payload); if (!/ding/i.test(payload.Content)) { res.end(); return; } const ret = await simpleUnirest .post(`message/custom/send?access_token=${accessToken.token}`) .type('json') .send({ msgtype: 'text', text: { content: 'dong', }, touser: payload.FromUserName, }); console.info(ret.body); res.end('success'); }); } main() .catch(console.error); //# sourceMappingURL=raw-oa.js.map
35.674419
98
0.587679
4651b1a6309200ab87e462b9f9f9bbba59bade01
4,463
js
JavaScript
src/app/components/Layout2/Header.js
BPG9/Admin_webapp
c7d7fa52512f551074229aea3c0e398eefa94a7b
[ "MIT" ]
null
null
null
src/app/components/Layout2/Header.js
BPG9/Admin_webapp
c7d7fa52512f551074229aea3c0e398eefa94a7b
[ "MIT" ]
null
null
null
src/app/components/Layout2/Header.js
BPG9/Admin_webapp
c7d7fa52512f551074229aea3c0e398eefa94a7b
[ "MIT" ]
1
2020-07-27T08:44:45.000Z
2020-07-27T08:44:45.000Z
import React from 'react'; import { fade, makeStyles } from '@material-ui/core/styles'; import AppBar from '@material-ui/core/AppBar'; import Toolbar from '@material-ui/core/Toolbar'; import IconButton from '@material-ui/core/IconButton'; import Typography from '@material-ui/core/Typography'; import InputBase from '@material-ui/core/InputBase'; import Badge from '@material-ui/core/Badge'; import MenuItem from '@material-ui/core/MenuItem'; import Menu from '@material-ui/core/Menu'; import MenuIcon from '@material-ui/icons/Menu'; import SearchIcon from '@material-ui/icons/Search'; import AccountCircle from '@material-ui/icons/AccountCircle'; import MailIcon from '@material-ui/icons/Mail'; import NotificationsIcon from '@material-ui/icons/Notifications'; import MoreIcon from '@material-ui/icons/MoreVert'; import * as config from '../../../config' import Brightness4Icon from '@material-ui/icons/Brightness4'; import { useDispatch } from 'react-redux' import * as actions from "../../store/actions/UserActions"; const useStyles = makeStyles(theme => ({ grow: { flexGrow: 1, }, menuButton: { marginRight: theme.spacing(2), padding: 5 }, title: { display: 'none', [theme.breakpoints.up('sm')]: { display: 'block', }, }, })); export default function PrimarySearchAppBar(props) { const dispatch = useDispatch() const classes = useStyles(); const [anchorEl, setAnchorEl] = React.useState(null); const [mobileMoreAnchorEl, setMobileMoreAnchorEl] = React.useState(null); const isMenuOpen = Boolean(anchorEl); const isMobileMenuOpen = Boolean(mobileMoreAnchorEl); const handleProfileMenuOpen = event => { console.log("eea", event, event.currentTarget) setAnchorEl(event.currentTarget); }; const handleMobileMenuClose = () => { setMobileMoreAnchorEl(null); }; const handleMenuClose = () => { setAnchorEl(null); handleMobileMenuClose(); }; const Logout = () => { dispatch(actions.Logout()) } const menuId = 'primary-search-account-menu'; const renderMenu = ( <Menu anchorEl={anchorEl} anchorOrigin={{ vertical: 'top', horizontal: 'right' }} id={menuId} keepMounted transformOrigin={{ vertical: 'top', horizontal: 'right' }} open={isMenuOpen} onClose={handleMenuClose} > <MenuItem onClick={Logout}>logout</MenuItem> </Menu> ); return ( <div className={classes.grow}> <AppBar position="fixed" component="header" color="default" style={{ width: "100%", top: 0, zIndex: config.SIZE.header.zIndex, flexGrow: 1, }}> <Toolbar style={{ minHeight: config.SIZE.header.height }}> <IconButton style={{ padding: 5, margin: "0 5px", }} edge="start" className={classes.menuButton} color="inherit" aria-label="open drawer" onClick={props.sidbarChange} > <MenuIcon /> </IconButton> <Typography className={classes.title} variant="h6" noWrap> Dashboard </Typography> <div className={classes.grow} /> <div > {props.children} <IconButton style={{ padding: 5, margin: "0 5px", }} onClick={props.onChange} aria-label="show 4 new mails" color="inherit"> <Brightness4Icon /> </IconButton> <IconButton style={{ padding: 5, margin: "0 5px", }} edge="end" aria-label="account of current user" aria-controls={menuId} aria-haspopup="true" onClick={handleProfileMenuOpen} color="inherit" > <AccountCircle /> </IconButton> </div> </Toolbar> </AppBar> {renderMenu} </div> ); }
34.867188
148
0.534618
4651bcda1ac623ee271ded55c23ae96beb9f1f6f
1,480
js
JavaScript
src/pages/index.js
Polyrhythm/pfo
9ee30ae83a0c307e41c4dc3216083dce0836b1e3
[ "MIT" ]
null
null
null
src/pages/index.js
Polyrhythm/pfo
9ee30ae83a0c307e41c4dc3216083dce0836b1e3
[ "MIT" ]
null
null
null
src/pages/index.js
Polyrhythm/pfo
9ee30ae83a0c307e41c4dc3216083dce0836b1e3
[ "MIT" ]
null
null
null
import React from 'react' import ExperienceSection from '../components/ExperienceSection' import ProjectsSection from '../components/ProjectsSection' import About from '../components/Sidebar/About' import Links from '../components/Sidebar/Links' import './style.scss' const IndexPage = () => ( <div className="index"> <div className="main"> <h5> <span className="bold">Ryan Jones</span> - Graphics engineer / グラフィックスエンジニア </h5> <p className=""> I am a graphics engineer with experience in both real-time and offline techniques. My professional experience includes working with public engines such as Unreal Engine 4 and custom in-house engines. The most interesting problems for me to solve include implementing new GPU-based techniques, researching new theories, and helping artists express themselves in ways that were previously thought impossible.<br /> <br /> グラフィックスエンジニア カリフォルニア出身。リアルタイムとノンリアルタイムのテクニックを用いられる。 UE4とかカスタムエンジンで仕事をしました。 好きな一番面白い問題がGPUのテクニックです。 その上にコンセプトアートの学生だから、アートの問題を分かりました。 2017から、東京に住んでいる。 </p> <ExperienceSection /> <ProjectsSection /> </div> <div className="aside"> <div className="top"> <About /> </div> <div className="bottom"> <Links /> </div> </div> </div> ) export default IndexPage
31.489362
108
0.637162
4651e5a58dc9b2547b53528df9fbd0db98bbeb77
607
js
JavaScript
src/blocks/SlideNavigation/index.js
Exteriordemonic/CKB
e2194d2f12c719249aa9e4fb1790813404b4dafd
[ "MIT" ]
null
null
null
src/blocks/SlideNavigation/index.js
Exteriordemonic/CKB
e2194d2f12c719249aa9e4fb1790813404b4dafd
[ "MIT" ]
7
2021-03-09T03:21:32.000Z
2022-02-26T10:39:22.000Z
src/blocks/SlideNavigation/index.js
Exteriordemonic/CKB
e2194d2f12c719249aa9e4fb1790813404b4dafd
[ "MIT" ]
null
null
null
import React, { Component } from 'react' import Arrow from '../../images/arrow.svg' import Navigation from './Navigation' class SlideNavigation extends Component { render() { return ( <Navigation> <li> <Navigation.Button direction="prev" onClick={this.props.prevSlide}> <img src={Arrow} alt=""/> </Navigation.Button> </li> <li> <Navigation.Button onClick={this.props.nextSlide}> <img src={Arrow} alt=""/> </Navigation.Button> </li> </Navigation> ) } } export default SlideNavigation;
23.346154
77
0.571664
4652251f5e47872f7b3031c5d1a85970d65cf122
385
js
JavaScript
reactassignment/src/components/404/NotFound.js
oskarkling/ReactAssignment
af1c26ca7ae4caa9d5b81ec0d6833c750e34be91
[ "Apache-2.0" ]
null
null
null
reactassignment/src/components/404/NotFound.js
oskarkling/ReactAssignment
af1c26ca7ae4caa9d5b81ec0d6833c750e34be91
[ "Apache-2.0" ]
null
null
null
reactassignment/src/components/404/NotFound.js
oskarkling/ReactAssignment
af1c26ca7ae4caa9d5b81ec0d6833c750e34be91
[ "Apache-2.0" ]
null
null
null
import { useHistory } from "react-router" import RoutingPaths from "../../routes/RoutingPaths"; export const NotFound = () => { const history = useHistory(); return ( <div> <h1>404 - Not Found!</h1> <p>Woops, the link was wrong</p> <button onClick={() => history.push(RoutingPaths.homeView)}>Go home</button> </div> ) }
27.5
88
0.563636
4652840723caa284c3d6b4ba50fbbc21d1ce258a
1,304
js
JavaScript
shortcodes/demo/aframe-look-around/demo.js
handsfreejs/handsfree.dev-wordpress-theme
7669b60948b7f1aafc62c9e70c82d6ce0d710620
[ "Apache-2.0" ]
1
2021-03-13T22:29:18.000Z
2021-03-13T22:29:18.000Z
shortcodes/demo/aframe-look-around/demo.js
MIDIBlocks/handsfreejs-wordpress-theme
7669b60948b7f1aafc62c9e70c82d6ce0d710620
[ "Apache-2.0" ]
4
2021-05-17T20:56:35.000Z
2021-06-04T22:19:56.000Z
shortcodes/demo/aframe-look-around/demo.js
handsfreejs/handsfree.dev-wordpress-theme
7669b60948b7f1aafc62c9e70c82d6ce0d710620
[ "Apache-2.0" ]
null
null
null
(function () { $('.demo-aframe-look-around').each(function () { let $rig let tween = { x: 0, y: 0, z: 0, yaw: 0, pitch: 0, roll: 0 } /** * Listen to the aframe initialize event */ window.addEventListener('message', (ev) => { if (ev.data === 'aframeReady') { $rig = this.contentDocument.querySelector('#rig') } }) // Create the plugin handsfree.use('demoAframeLookaround', ({weboji}) => { if (!weboji || !weboji.isDetected) return // Calculate rotation const rot = weboji.degree rot[0] -= 15 // Calculate position const pos = { x: (weboji.translation[0] - .5) * 10, y: (weboji.translation[1] - .5) * 5, z: 5 - weboji.translation[2] * 30 } // Tween this values window.handsfree.TweenMax.to(tween, 1, { yaw: -rot[0] * 1.5, pitch: -rot[1] * 1.5, roll: rot[2] * 1.5, x: pos.x, y: pos.y, z: pos.z }) // Use the tweened values instead of the actual current values from webcam $rig.setAttribute('rotation', `${tween.yaw} ${tween.pitch} ${tween.roll}`) $rig.setAttribute('position', `${tween.x} ${tween.y} ${tween.z}`) }) }) })()
25.076923
80
0.500767
4652bb27b933f40e21b47266358a5b59202cfff5
7,439
js
JavaScript
chrome/test/data/webui/media_router/route_details_tests.js
zipated/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
chrome/test/data/webui/media_router/route_details_tests.js
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
chrome/test/data/webui/media_router/route_details_tests.js
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. /** @fileoverview Suite of tests for route-details. */ cr.define('route_details', function() { function registerTests() { suite('RouteDetails', function() { /** * Route Details created before each test. * @type {RouteDetails} */ var details; /** * First fake route created before each test. * @type {media_router.Route} */ var fakeRouteOne; /** * The custom controller path for |fakeRouteOne|. * @const @type {string} */ var fakeRouteOneControllerPath = 'chrome-extension://123/custom_view.html'; /** * Second fake route created before each test. * @type {media_router.Route} */ var fakeRouteTwo; /** * Fake sink that corresponds to |fakeRouteOne|. * @type {media_router.Sink} */ var fakeSinkOne; // Checks whether |expected| and the text in the span element in // the |elementId| element are equal. var checkSpanText = function(expected, elementId) { assertEquals( expected, details.$$('#' + elementId).querySelector('span').innerText); }; // Checks whether |expected| and the text in the element in the // |elementId| element are equal. var checkElementText = function(expected, elementId) { assertEquals(expected, details.$$('#' + elementId).innerText); }; // Checks the default route view is shown. var checkDefaultViewIsShown = function() { assertFalse(details.$$('#route-description').hasAttribute('hidden')); assertTrue( !details.$$('extension-view-wrapper') || details.$$('extension-view-wrapper').hasAttribute('hidden')); }; // Checks the start button is shown. var checkStartCastButtonIsShown = function() { assertFalse(details.$$('#start-casting-to-route-button') .hasAttribute('hidden')); }; // Checks the start button is not shown. var checkStartCastButtonIsNotShown = function() { assertTrue(details.$$('#start-casting-to-route-button') .hasAttribute('hidden')); }; // Import route_details.html before running suite. suiteSetup(function() { return PolymerTest.importHtml( 'chrome://media-router/elements/route_details/' + 'route_details.html'); }); // Initialize a route-details before each test. setup(function(done) { PolymerTest.clearBody(); details = document.createElement('route-details'); document.body.appendChild(details); // Initialize routes and sinks. fakeRouteOne = new media_router.Route( 'route id 1', 'sink id 1', 'Video 1', 1, true, false, fakeRouteOneControllerPath); fakeRouteTwo = new media_router.Route( 'route id 2', 'sink id 2', 'Video 2', 2, false, true); fakeSinkOne = new media_router.Sink( 'sink id 1', 'sink 1', 'description', null, media_router.SinkIconType.CAST, media_router.SinkStatus.ACTIVE, 2 | 4); // Allow for the route details to be created and attached. setTimeout(done); }); // Tests that the cast button is shown under the correct circumstances and // that updating |replaceRouteAvailable| updates the cast button // visibility. test('cast button visibility', function() { details.route = fakeRouteTwo; checkStartCastButtonIsShown(); details.route = fakeRouteOne; checkStartCastButtonIsNotShown(); details.sink = fakeSinkOne; checkStartCastButtonIsShown(); // Retrigger observer because it's not necessary for it to watch // |route.currentCastMode| in general. fakeRouteOne.currentCastMode = 2; details.route = null; details.route = fakeRouteOne; checkStartCastButtonIsNotShown(); // Simulate user changing cast modes to be compatible or incompatible // with the route's sink. details.shownCastModeValue = 4; checkStartCastButtonIsShown(); details.shownCastModeValue = 1; checkStartCastButtonIsNotShown(); details.shownCastModeValue = 4; checkStartCastButtonIsShown(); // Cast button should be hidden while another sink is launching. details.isAnySinkCurrentlyLaunching = true; checkStartCastButtonIsNotShown(); details.isAnySinkCurrentlyLaunching = false; checkStartCastButtonIsShown(); }); // Tests for 'close-route-click' event firing when the // 'close-route-button' button is clicked. test('close route button click', function(done) { details.addEventListener('close-route', function() { done(); }); MockInteractions.tap(details.$$('#close-route-button')); }); // Tests for 'join-route-click' event firing when the // 'start-casting-to-route-button' button is clicked when the current // route is joinable. test('start casting to route button click', function(done) { details.addEventListener('join-route-click', function() { done(); }); details.route = fakeRouteTwo; MockInteractions.tap(details.$$('#start-casting-to-route-button')); }); // Tests for 'replace-route-click' event firing when the // 'start-casting-to-route-button' button is clicked when the current // route is not joinable. test('start casting button click replaces route', function(done) { details.addEventListener('change-route-source-click', function() { done(); }); details.route = fakeRouteOne; details.availableCastModes = 1; MockInteractions.tap(details.$$('#start-casting-to-route-button')); }); // Tests the initial expected text. test('initial text setting', function() { // <paper-button> text is styled as upper case. checkSpanText( loadTimeData.getString('stopCastingButtonText').toUpperCase(), 'close-route-button'); checkSpanText( loadTimeData.getString('startCastingButtonText').toUpperCase(), 'start-casting-to-route-button'); checkElementText('', 'route-description'); }); // Tests when |route| is undefined or set. test('route is undefined or set', function() { // |route| is initially undefined. assertEquals(undefined, details.route); checkDefaultViewIsShown(); // Set |route|. details.route = fakeRouteOne; assertEquals(fakeRouteOne, details.route); checkElementText(fakeRouteOne.description, 'route-description'); checkDefaultViewIsShown(); checkStartCastButtonIsNotShown(); // Set |route| to a different route. details.route = fakeRouteTwo; assertEquals(fakeRouteTwo, details.route); checkElementText(fakeRouteTwo.description, 'route-description'); checkDefaultViewIsShown(); checkStartCastButtonIsShown(); }); }); } return { registerTests: registerTests, }; });
35.089623
80
0.619169
465337508bccea78203cfb4a39a10d3a80e7207f
1,447
js
JavaScript
app/components/MainPage/styles.js
konstantin-921/React-trello-example
924c0c9be508bc3d2c80eac5aa3bd79e5ccfad63
[ "MIT" ]
null
null
null
app/components/MainPage/styles.js
konstantin-921/React-trello-example
924c0c9be508bc3d2c80eac5aa3bd79e5ccfad63
[ "MIT" ]
null
null
null
app/components/MainPage/styles.js
konstantin-921/React-trello-example
924c0c9be508bc3d2c80eac5aa3bd79e5ccfad63
[ "MIT" ]
null
null
null
import { StyleSheet } from 'aphrodite'; import { button } from '../../assets/common styles/button'; export default StyleSheet.create({ container: { height: '100vh', display: 'flex', flexDirection: 'column', color: '#333', font: '14px Arial, Helvetica, sans-serif', lineHeight: '20px', fontWeight: '400', }, header: { flex: 'none', display: 'flex', justifyContent: 'space-between', height: '32px', padding: '4px', backgroundColor: 'rgb(74, 76, 77)', }, dropMenuContainer: { position: 'relative', }, shareInput: { display: 'block', marginTop: '1px', marginLeft: '5px', paddingLeft: '5px', borderRadius: '5px', width: '30%', height: '25px', fontSize: '14px', border: 'none', ':focus': { outline: 'none', boxShadow: '0 0 0 2px #ffb339', }, }, button: { ...button, }, buttonShare: { marginLeft: 'auto', }, buttonLogout: { marginLeft: '30px', }, buttonSaveBoard: { marginLeft: '20px', minWidth: '90px', }, buttonSaveBoardDisable: { backgroundColor: '#7a7a79', backgroundImage: 'none', borderColor: '#7a7a79', color: '#252525', ':hover': { backgroundColor: '#7a7a79', backgroundImage: 'none', outline: 'none', }, ':focus': { backgroundColor: '#7a7a79', backgroundImage: 'none', outline: 'none', }, }, });
17.646341
59
0.552868
4653d9b5bebce197747dc38cb431dd7fe0603183
26,685
js
JavaScript
danfojs-browser/src/plotting/plot.js
Tunjii10/danfojs
3071a7e3a4cd19d07633954881cbdc9afd807075
[ "MIT" ]
null
null
null
danfojs-browser/src/plotting/plot.js
Tunjii10/danfojs
3071a7e3a4cd19d07633954881cbdc9afd807075
[ "MIT" ]
null
null
null
danfojs-browser/src/plotting/plot.js
Tunjii10/danfojs
3071a7e3a4cd19d07633954881cbdc9afd807075
[ "MIT" ]
1
2021-07-21T15:37:04.000Z
2021-07-21T15:37:04.000Z
import { Utils } from "../core/utils"; import { Series } from "../core/series"; const utils = new Utils(); /** * Change: Rising Odegua 6th Feb 2021 * We no longer bundle Plotjs with DanfoJs. I noticed that removing this single * inport reduces the bundle size from 5.7mb to 2.1mb. I know it's still a huge * bundle, but it's progress! * If you need to use Plotly, then you can add the Plotly CDN * to your script before DanfoJs CDN */ try { const version = Plotly.version; console.info(`Using Plotly version ${version}`); } catch (error) { console.info(`Plotly CDN not found. If you need to make Plots, then add the Plotly CDN to your script`); } /** * Plotting methods and Functions performed on Series and DataFrames */ export class Plot { constructor(ndframe, div) { this.div = div; this.ndframe = ndframe; } /** * Plot Series or DataFrame as lines. This function is useful to plot lines using DataFrame’s values as coordinates. * Make plots of Series or DataFrame. * Uses the Plotly as backend, so supoorts Plotly's configuration parameters * @param {string} div Name of the div to show the plot * @param {Object} config configuration options for making Plots, supports Plotly parameters */ line(config = {}) { let ret_params = this.__get_plot_params(config); let this_config = ret_params[0]; let params = ret_params[1]; if (this.ndframe instanceof Series) { let trace = {}; let y = this.ndframe.values; params.forEach((param) => { if(!(param == "layout")) { trace[param] = config[param]; } }); trace["y"] = y; trace['type'] = "line"; Plotly.newPlot(this.div, [ trace ], this_config['layout'], this_config); } else { //check if plotting two columns against each other if (utils.__key_in_object(this_config, 'x') && utils.__key_in_object(this_config, 'y')) { if (!this.ndframe.column_names.includes(this_config['x'])) { throw Error(`Column Error: ${this_config['x']} not found in columns`); } if (!this.ndframe.column_names.includes(this_config['y'])) { throw Error(`Column Error: ${this_config['y']} not found in columns`); } let x = this.ndframe[this_config['x']].values; let y = this.ndframe[this_config['y']].values; let trace = {}; trace["x"] = x; trace['y'] = y; let xaxis = {}; let yaxis = {}; xaxis['title'] = this_config['x']; yaxis['title'] = this_config['y']; this_config['layout']['xaxis'] = xaxis; this_config['layout']['yaxis'] = yaxis; Plotly.newPlot(this.div, [ trace ], this_config['layout'], this_config); } else if (utils.__key_in_object(this_config, 'x') || utils.__key_in_object(this_config, 'y')) { //plot single column specified in either of param [x | y] against index //plot columns against index let data = []; let cols_to_plot; if (utils.__key_in_object(this_config, "columns")) { cols_to_plot = this.____check_if_cols_exist(this_config['columns']); } else { cols_to_plot = this.ndframe.column_names; } cols_to_plot.forEach((c_name) => { let trace = {}; params.forEach((param) => { //TODO accept individual configuration for traces trace[param] = config[param]; }); if (utils.__key_in_object(this_config, 'x')) { trace["x"] = this.ndframe[this_config['x']].values; trace["y"] = this.ndframe[c_name].values; trace['name'] = c_name; } else { trace["y"] = this.ndframe[this_config['y']].values; trace["x"] = this.ndframe[c_name].values; trace['name'] = c_name; } data.push(trace); }); Plotly.newPlot(this.div, data, this_config['layout'], this_config); } else { //plot columns against index let data = []; let cols_to_plot; if (utils.__key_in_object(this_config, "columns")) { cols_to_plot = this.____check_if_cols_exist(this_config['columns']); } else { cols_to_plot = this.ndframe.column_names; } cols_to_plot.forEach((c_name) => { let trace = {}; params.forEach((param) => { //TODO accept individual configuration for traces trace[param] = config[param]; }); trace["x"] = this.ndframe.index; trace["y"] = this.ndframe[c_name].values; trace['name'] = c_name; data.push(trace); }); Plotly.newPlot(this.div, data, this_config['layout'], this_config); } } } /** * Plot Series or DataFrame as Bars. * Uses the Plotly as backend, so supoorts Plotly's configuration parameters * @param {string} div Name of the div to show the plot * @param {Object} config configuration options for making Plots, supports Plotly parameters */ bar(config = {}) { let ret_params = this.__get_plot_params(config); let this_config = ret_params[0]; let params = ret_params[1]; if (this.ndframe instanceof Series) { let trace = {}; let y = this.ndframe.values; params.forEach((param) => { if (!param == "layout") { trace[param] = config[param]; } }); trace["y"] = y; trace['type'] = "bar"; Plotly.newPlot(this.div, [ trace ], this_config['layout'], this_config); } else { //check if plotting two columns against each other if (utils.__key_in_object(this_config, 'x') && utils.__key_in_object(this_config, 'y')) { if (!this.ndframe.column_names.includes(this_config['x'])) { throw Error(`Column Error: ${this_config['x']} not found in columns`); } if (!this.ndframe.column_names.includes(this_config['y'])) { throw Error(`Column Error: ${this_config['y']} not found in columns`); } let x = this.ndframe[this_config['x']].values; let y = this.ndframe[this_config['y']].values; let trace = {}; trace["x"] = x; trace['y'] = y; trace['type'] = "bar"; let xaxis = {}; let yaxis = {}; xaxis['title'] = this_config['x']; yaxis['title'] = this_config['y']; this_config['layout']['xaxis'] = xaxis; this_config['layout']['yaxis'] = yaxis; Plotly.newPlot(this.div, [ trace ], this_config['layout'], this_config); } else if (utils.__key_in_object(this_config, 'x') || utils.__key_in_object(this_config, 'y')) { //plot single column specified in either of param [x | y] against index let trace = {}; params.forEach((param) => { if (!param == "layout") { trace[param] = config[param]; } }); if (utils.__key_in_object(this_config, 'x')) { trace['y'] = this.ndframe[this_config['x']].values; } else { trace['y'] = this.ndframe[this_config['y']].values; } trace['type'] = "bar"; Plotly.newPlot(this.div, [ trace ], this_config['layout'], this_config); } else { //plot columns against index let data = []; let cols_to_plot; if (utils.__key_in_object(this_config, "columns")) { cols_to_plot = this.____check_if_cols_exist(this_config['columns']); } else { cols_to_plot = this.ndframe.column_names; } cols_to_plot.forEach((c_name) => { let trace = {}; // params.forEach(param => { //TODO accept individual configuration for traces // trace[param] = config[param] // }) trace['x'] = this.ndframe.index; trace["y"] = this.ndframe[c_name].values; trace['name'] = c_name; trace['type'] = "bar"; data.push(trace); }); Plotly.newPlot(this.div, data, this_config['layout'], this_config); } } } /** * Plot two or more columns in a DataFrame as scatter points. If Series, plot against its index * Uses the Plotly as backend, so supoorts Plotly's configuration parameters * @param {string} div Name of the div to show the plot * @param {Object} config configuration options for making Plots, supports Plotly parameters */ scatter(config = {}) { let ret_params = this.__get_plot_params(config); let this_config = ret_params[0]; let params = ret_params[1]; if (this.ndframe instanceof Series) { let trace = {}; params.forEach((param) => { if (!param == "layout") { trace[param] = config[param]; } }); trace["x"] = this.ndframe.values; trace['y'] = this.ndframe.index; trace['type'] = "scatter"; trace['mode'] = "markers"; Plotly.newPlot(this.div, [ trace ], this_config['layout'], this_config); } else { //check if plotting two columns against each other if (utils.__key_in_object(this_config, 'x') && utils.__key_in_object(this_config, 'y')) { if (!this.ndframe.column_names.includes(this_config['x'])) { throw Error(`Column Error: ${this_config['x']} not found in columns`); } if (!this.ndframe.column_names.includes(this_config['y'])) { throw Error(`Column Error: ${this_config['y']} not found in columns`); } let x = this.ndframe[this_config['x']].values; let y = this.ndframe[this_config['y']].values; let trace = {}; trace["x"] = x; trace['y'] = y; trace['type'] = "scatter"; trace['mode'] = "markers"; let xaxis = {}; let yaxis = {}; xaxis['title'] = this_config['x']; yaxis['title'] = this_config['y']; this_config['layout']['xaxis'] = xaxis; this_config['layout']['yaxis'] = yaxis; Plotly.newPlot(this.div, [ trace ], this_config['layout'], this_config); } else if (utils.__key_in_object(this_config, 'x') || utils.__key_in_object(this_config, 'y')) { //plot single column specified in either of param [x | y] against index let trace = {}; params.forEach((param) => { if (!param == "layout") { trace[param] = config[param]; } }); if (utils.__key_in_object(this_config, 'x')) { trace['y'] = this.ndframe.index; trace['x'] = this.ndframe[this_config['x']].values; } else { trace['x'] = this.ndframe.index; trace['y'] = this.ndframe[this_config['y']].values; } trace['type'] = "scatter"; trace['mode'] = "markers"; Plotly.newPlot(this.div, [ trace ], this_config['layout'], this_config); } else { //plot columns against index let data = []; let cols_to_plot; if (utils.__key_in_object(this_config, "columns")) { cols_to_plot = this.____check_if_cols_exist(this_config['columns']); } else { cols_to_plot = this.ndframe.column_names; } cols_to_plot.forEach((c_name) => { let trace = {}; // params.forEach(param => { //TODO accept individual configuration for traces // trace[param] = config[param] // }) trace['y'] = this.ndframe.index; trace["x"] = this.ndframe[c_name].values; trace['name'] = c_name; trace['type'] = "scatter"; trace['mode'] = "markers"; data.push(trace); }); Plotly.newPlot(this.div, data, this_config['layout'], this_config); } } } /** * Plot columns in a Series/DataFrame as Histograms. * Uses the Plotly as backend, so supoorts Plotly's configuration parameters * @param {string} div Name of the div to show the plot * @param {Object} config configuration options for making Plots, supports Plotly parameters */ hist(config = {}) { let ret_params = this.__get_plot_params(config); let this_config = ret_params[0]; let params = ret_params[1]; if (this.ndframe instanceof Series) { let trace = {}; params.forEach((param) => { if (!param == "layout") { trace[param] = config[param]; } }); trace["x"] = this.ndframe.values; trace['type'] = "histogram"; Plotly.newPlot(this.div, [ trace ], this_config['layout'], this_config); } else if (utils.__key_in_object(this_config, 'x')) { //plot as vertical histogram let trace = {}; params.forEach((param) => { if (!param == "layout") { trace[param] = config[param]; } }); trace['x'] = this.ndframe[this_config['x']].values; trace['type'] = "histogram"; Plotly.newPlot(this.div, [ trace ], this_config['layout'], this_config); } else if (utils.__key_in_object(this_config, 'y')) { //plot as vertical histogram let trace = {}; params.forEach((param) => { if (!param == "layout") { trace[param] = config[param]; } }); trace['y'] = this.ndframe[this_config['y']].values; trace['type'] = "histogram"; Plotly.newPlot(this.div, [ trace ], this_config['layout'], this_config); } else { let data = []; let cols_to_plot; if (utils.__key_in_object(this_config, "columns")) { cols_to_plot = this.____check_if_cols_exist(this_config['columns']); } else { cols_to_plot = this.ndframe.column_names; } cols_to_plot.forEach((c_name) => { let trace = {}; trace["x"] = this.ndframe[c_name].values; trace['name'] = c_name; trace['type'] = "histogram"; data.push(trace); }); Plotly.newPlot(this.div, data, this_config['layout'], this_config); } } /** * Makes Pie Plots from two Columns in a DataFrame. * Uses the Plotly as backend, so supoorts Plotly's configuration parameters * @param {string} div Name of the div to show the plot * @param {Object} config configuration options for making Plots, supports Plotly parameters */ pie(config = {}) { let ret_params = this.__get_plot_params(config); let this_config = ret_params[0]; if (this.ndframe instanceof Series) { let data = [ { values: this.ndframe.values, labels: this.ndframe.index, type: 'pie', name: this_config['labels'], hoverinfo: 'label+percent+name', automargin: true } ]; Plotly.newPlot(this.div, data, this_config['layout'], this_config); } else if (utils.__key_in_object(this_config, 'values') && utils.__key_in_object(this_config, 'labels')) { if (!this.ndframe.column_names.includes(this_config['labels'])) { throw Error(`Column Error: ${this_config['labels']} not found in columns. labels name must be one of [ ${this.ndframe.column_names}]`); } if (!this.ndframe.column_names.includes(this_config['values'])) { throw Error(`Column Error: ${this_config['values']} not found in columns. value name must be one of [ ${this.ndframe.column_names}]`); } let data = [ { values: this.ndframe[this_config['values']].values, labels: this.ndframe[this_config['labels']].values, type: 'pie', name: this_config['labels'], hoverinfo: 'label+percent+name', automargin: true } ]; Plotly.newPlot(this.div, data, this_config['layout'], this_config); } else { let cols_to_plot; if (utils.__key_in_object(this_config, "columns")) { cols_to_plot = this.____check_if_cols_exist(this_config['columns']); } else { cols_to_plot = this.ndframe.column_names; } if (utils.__key_in_object(this_config, 'row_pos')) { if (this_config['row_pos'].length != cols_to_plot.length - 1) { throw Error(`Lenght of row_pos array must be equal to number of columns. Got ${this_config['row_pos'].length}, expected ${cols_to_plot.length - 1}`); } } else { let temp_arr = []; for (let i = 0; i < cols_to_plot.length - 1; i++) { temp_arr.push(0); } this_config['row_pos'] = temp_arr; } if (utils.__key_in_object(this_config, 'col_pos')) { if (this_config['col_pos'].length != cols_to_plot.length - 1) { throw Error(`Lenght of col_pos array must be equal to number of columns. Got ${this_config['col_pos'].length}, expected ${cols_to_plot.length - 1}`); } } else { let temp_arr = []; for (let i = 0; i < cols_to_plot.length - 1; i++) { temp_arr.push(i); } this_config['col_pos'] = temp_arr; } let data = []; cols_to_plot.forEach((c_name, i) => { let trace = {}; trace["values"] = this.ndframe[c_name].values; trace['labels'] = this.ndframe[this_config['labels']].values; trace['name'] = c_name; trace['type'] = "pie"; trace['domain'] = { row: this_config['row_pos'][i], column: this_config['col_pos'][i] }; trace["hoverinfo"] = 'label+percent+name'; trace['textposition'] = "outside"; trace['automargin'] = true; data.push(trace); }); if (!utils.__key_in_object(this_config, "grid")) { //set default grid let size = Number((this.ndframe.shape[1] / 2).toFixed()) + 1; this_config['grid'] = { rows: size, columns: size }; } this_config['layout']['grid'] = this_config['grid']; Plotly.newPlot(this.div, data, this_config['layout'], this_config); } } /** * Plot Box plots from Series or DataFrame as lines. * Uses the Plotly as backend, so supoorts Plotly's configuration parameters * @param {Object} config configuration options for making Plots, supports Plotly parameters */ box(config = {}) { let ret_params = this.__get_plot_params(config); let this_config = ret_params[0]; let params = ret_params[1]; if (this.ndframe instanceof Series) { let trace = {}; let y = this.ndframe.values; params.forEach((param) => { if (!param == "layout") { trace[param] = config[param]; } }); trace["y"] = y; trace['type'] = "box"; Plotly.newPlot(this.div, [ trace ], this_config['layout'], this_config); } else { //check if plotting two columns against each other if (utils.__key_in_object(this_config, 'x') && utils.__key_in_object(this_config, 'y')) { if (!this.ndframe.column_names.includes(this_config['x'])) { throw Error(`Column Error: ${this_config['x']} not found in columns`); } if (!this.ndframe.column_names.includes(this_config['y'])) { throw Error(`Column Error: ${this_config['y']} not found in columns`); } let x = this.ndframe[this_config['x']].values; let y = this.ndframe[this_config['y']].values; let trace = {}; trace["x"] = x; trace['y'] = y; trace['type'] = 'box'; let xaxis = {}; let yaxis = {}; xaxis['title'] = this_config['x']; yaxis['title'] = this_config['y']; this_config['layout']['xaxis'] = xaxis; this_config['layout']['yaxis'] = yaxis; Plotly.newPlot(this.div, [ trace ], this_config['layout'], this_config); } else if (utils.__key_in_object(this_config, 'x') || utils.__key_in_object(this_config, 'y')) { //plot single column specified in either of param [x | y] against index let trace = {}; params.forEach((param) => { if (!param == "layout") { trace[param] = config[param]; } }); if (utils.__key_in_object(this_config, 'x')) { trace['x'] = this.ndframe[this_config['x']].values; trace['y'] = this.ndframe.index; trace['type'] = 'box'; } else { trace['x'] = this.ndframe.index; trace['y'] = this_config['y']; trace['type'] = 'box'; } Plotly.newPlot(this.div, [ trace ], this_config['layout'], this_config); } else { //plot columns against index let data = []; let cols_to_plot; if (utils.__key_in_object(this_config, "columns")) { cols_to_plot = this.____check_if_cols_exist(this_config['columns']); } else { cols_to_plot = this.ndframe.column_names; } cols_to_plot.forEach((c_name) => { let trace = {}; params.forEach((param) => { //TODO accept individual configuration for traces trace[param] = config[param]; }); trace["x"] = this.ndframe[c_name].values; trace["y"] = this.ndframe.index; trace['name'] = c_name; trace['type'] = 'box'; data.push(trace); }); Plotly.newPlot(this.div, data, this_config['layout'], this_config); } } } /** * Plot Violin plots from Series or DataFrame as lines. * Uses the Plotly as backend, so supoorts Plotly's configuration parameters * @param {Object} config configuration options for making Plots, supports Plotly parameters */ violin(config = {}) { let ret_params = this.__get_plot_params(config); let this_config = ret_params[0]; let params = ret_params[1]; if (this.ndframe instanceof Series) { let trace = {}; let y = this.ndframe.values; params.forEach((param) => { if (!param == "layout") { trace[param] = config[param]; } }); trace["y"] = y; trace['type'] = "violin"; Plotly.newPlot(this.div, [ trace ], this_config['layout'], this_config); } else { //check if plotting two columns against each other if (utils.__key_in_object(this_config, 'x') && utils.__key_in_object(this_config, 'y')) { if (!this.ndframe.column_names.includes(this_config['x'])) { throw Error(`Column Error: ${this_config['x']} not found in columns`); } if (!this.ndframe.column_names.includes(this_config['y'])) { throw Error(`Column Error: ${this_config['y']} not found in columns`); } let x = this.ndframe[this_config['x']].values; let y = this.ndframe[this_config['y']].values; let trace = {}; trace["x"] = x; trace['y'] = y; trace['type'] = 'violin'; let xaxis = {}; let yaxis = {}; xaxis['title'] = this_config['x']; yaxis['title'] = this_config['y']; this_config['layout']['xaxis'] = xaxis; this_config['layout']['yaxis'] = yaxis; Plotly.newPlot(this.div, [ trace ], this_config['layout'], this_config); } else if (utils.__key_in_object(this_config, 'x') || utils.__key_in_object(this_config, 'y')) { //plot single column specified in either of param [x | y] against index let trace = {}; params.forEach((param) => { if (!param == "layout") { trace[param] = config[param]; } }); if (utils.__key_in_object(this_config, 'x')) { trace['x'] = this.ndframe[this_config['x']].values; trace['y'] = this.ndframe.index; trace['type'] = 'violin'; } else { trace['x'] = this.ndframe.index; trace['y'] = this_config['y']; trace['type'] = 'violin'; } Plotly.newPlot(this.div, [ trace ], this_config['layout'], this_config); } else { //plot columns against index let data = []; let cols_to_plot; if (utils.__key_in_object(this_config, "columns")) { cols_to_plot = this.____check_if_cols_exist(this_config['columns']); } else { cols_to_plot = this.ndframe.column_names; } cols_to_plot.forEach((c_name) => { let trace = {}; params.forEach((param) => { //TODO accept individual configuration for traces trace[param] = config[param]; }); trace["y"] = this.ndframe[c_name].values; trace['name'] = c_name; trace['type'] = 'violin'; data.push(trace); }); Plotly.newPlot(this.div, data, this_config['layout'], this_config); } } } /** * Display DataFrame in a div using D3.js format * Uses the Plotly as backend, so supoorts Plotly's configuration parameters * @param {Object} config configuration options for making Plots, supports Plotly parameters */ table(config = {}) { let ret_params = this.__get_plot_params(config); let this_config = ret_params[0]; let header = {}; let cells = {}; let cols_data = []; let cols_2_show; if (utils.__key_in_object(this_config, 'columns')) { this_config['columns'].forEach((cname) => { if (!this.ndframe.column_names.includes(cname)) { throw Error(`Column Error: ${cname} not found in columns. Columns should be one of [ ${this.ndframe.column_names} ]`); } let idx = this.ndframe.column_names.indexOf(cname); cols_data.push(this.ndframe.col_data[idx]); }); cols_2_show = this_config['columns']; } else { cols_2_show = this.ndframe.column_names; cols_data = this.ndframe.col_data; } header['values'] = cols_2_show; cells['values'] = cols_data; if (this_config['header_style']) { Object.keys(this_config['header_style']).forEach((param) => { header[param] = this_config['header_style'][param]; }); } if (this_config['cell_style']) { Object.keys(this_config['cell_style']).forEach((param) => { cells[param] = this_config['cell_style'][param]; }); } var data = [ { type: 'table', header: header, cells: cells } ]; Plotly.newPlot(this.div, data, this_config['layout'], this_config); } __get_plot_params(config) { let params = Object.keys(config); let this_config = {}; params.forEach((param) => { this_config[param] = config[param]; }); if (!utils.__key_in_object(config, "layout")) { this_config['layout'] = {}; } return [ this_config, params ]; } ____check_if_cols_exist(cols) { cols.forEach((col) => { if (!this.ndframe.column_names.includes(col)) { throw Error(`Column Error: ${col} not found in columns. Columns should be one of [ ${this.ndframe.column_names} ]`); } }); return cols; } }
30.743088
159
0.574892
4653dc68feaa0e8bbe8b496a7b94f40817142808
4,601
js
JavaScript
src/components/character_enter.js
KyleWestendorf/dungeons
ebd5190fa2acd4f3126beb41c95bc649229a632e
[ "MIT" ]
null
null
null
src/components/character_enter.js
KyleWestendorf/dungeons
ebd5190fa2acd4f3126beb41c95bc649229a632e
[ "MIT" ]
null
null
null
src/components/character_enter.js
KyleWestendorf/dungeons
ebd5190fa2acd4f3126beb41c95bc649229a632e
[ "MIT" ]
null
null
null
import React, { Component } from 'react'; export default class App extends Component { render() { return ( <div> <form method="post"> <div className="form-group"> <label htmlFor="Character Name">Enter Character Name</label> <input type="text" className="form-control" name="characterName" id="characterName" placeholder="Who is your character?" /> </div> <div className="form-group"> <label htmlFor="Select Class">Select Class</label> <select className="form-control" name="characterClass" id="characterClass" placeholder="What class is your character?"> <option>Barbarian</option> <option>Bard</option> <option>Druid</option> <option>Monk</option> <option>Paladin</option> <option>Ranger</option> <option>Sorcerer</option> <option>Warlock</option> </select> <div className="form-group"> <label htmlFor="Select Level">What level is your character?</label> <select className="form-control" id="characterLvl" name ="characterLvl" placeholder="1"> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> <option>6</option> <option>7</option> <option>8</option> <option>9</option> <option>10</option> <option>11</option> <option>12</option> <option>13</option> <option>14</option> <option>15</option> <option>16</option> <option>17</option> <option>18</option> <option>19</option> <option>20</option> </select> </div> <div className="form-group"> <label htmlFor="Strength">Strength</label> <input type="text" className="form-control" name="characterStrength" id="characterStrength" placeholder="What is your character's strength?" /> </div> <div className="form-group"> <label htmlFor="Dexterity">Dexterity</label> <input type="text" className="form-control" name="characterDexterity" id="characterDexterity" placeholder="What is your character's dexterity?" /> </div> <div className="form-group"> <label htmlFor="Constitution">Constitution</label> <input type="text" className="form-control" name="characterConstitution" id="characterConstitution" placeholder="What is your character's constitution?" /> </div> <div className="form-group"> <label htmlFor="Wisdom">Wisdom</label> <input type="text" className="form-control" name="characterWisdom" id="characterWisdom" placeholder="What is your character's wisdom?" /> </div> <div className="form-group"> <label htmlFor="Intelligence">Intelligence</label> <input type="text" className="form-control" name="characterIntelligence" id="characterIntelligence" placeholder="What is your character's intelligence?" /> </div> <div className="form-group"> <label htmlFor="Charisma">Charisma</label> <input type="text" className="form-control" name="characterCharisma" id="characterCharisma" placeholder="What is your character's charisma?" /> </div> <input className="btn btn-primary" name="submit" type="submit" value="Submit" /> </div> </form> </div> ); } }
41.080357
83
0.457727
465442c7116b16e32a82e6fb583b5cebdbf76b75
630
js
JavaScript
src/components/Item/ListItem/actions.js
ehasalud/dashboards-app
52cb9a1c4e6ce88435d338babffce8c1e251b2da
[ "BSD-3-Clause" ]
null
null
null
src/components/Item/ListItem/actions.js
ehasalud/dashboards-app
52cb9a1c4e6ce88435d338babffce8c1e251b2da
[ "BSD-3-Clause" ]
null
null
null
src/components/Item/ListItem/actions.js
ehasalud/dashboards-app
52cb9a1c4e6ce88435d338babffce8c1e251b2da
[ "BSD-3-Clause" ]
null
null
null
import { acUpdateDashboardItem, acRemoveDashboardItem, } from '../../../actions/editDashboard'; import { itemTypeMap } from '../../../modules/itemTypes'; export const tRemoveListItemContent = (dashboardItem, content) => dispatch => { const listItemType = itemTypeMap[dashboardItem.type].propName; const newContent = dashboardItem[listItemType].filter( item => item.id !== content.id ); if (newContent.length) { dashboardItem[listItemType] = newContent; dispatch(acUpdateDashboardItem(dashboardItem)); } else { dispatch(acRemoveDashboardItem(dashboardItem)); } };
30
79
0.680952
46544cee34ff314213dd3ffdc095cff36d3364f2
682
js
JavaScript
database/setup-mongo-acl-for-new-users.js
blockchain-analysis-study/my-nightfall
8fdc5f4ed7268450598649f19216db350f51c404
[ "CC0-1.0" ]
null
null
null
database/setup-mongo-acl-for-new-users.js
blockchain-analysis-study/my-nightfall
8fdc5f4ed7268450598649f19216db350f51c404
[ "CC0-1.0" ]
7
2021-05-11T13:44:42.000Z
2022-02-27T04:38:07.000Z
database/setup-mongo-acl-for-new-users.js
blockchain-analysis-study/my-nightfall
8fdc5f4ed7268450598649f19216db350f51c404
[ "CC0-1.0" ]
null
null
null
/* eslint-disable */ var existingRoles = db.getRoles().map(data => data.role); var existingUsers = db.getUsers().map(data => data.user); db.getCollectionNames().forEach(function(c){ if (existingRoles.indexOf(c) !== -1) return; if (c.indexOf("_") === -1) return; var username = c.split('_')[0]; if (existingUsers.indexOf(username) === -1) return; var dbName = db.toString(); db.createRole({ role: c, privileges: [{ resource: { db: dbName, collection: c }, actions: [ "find", "update", "insert" ] }], roles: [] }); db.grantRolesToUser(username, [{ "role" : c, "db" : dbName}]); db.revokeRolesFromUser(username, [{role: "read", "db": dbName}]); });
28.416667
103
0.615836
4654ee7978c4f2569aca651f86be1b7a4e43cf3d
819
js
JavaScript
assets/js/main.js
terry-lardner/icecream-fe
0aa06f26c2f15c4502a33ca52017d42dfad3a70d
[ "MIT" ]
null
null
null
assets/js/main.js
terry-lardner/icecream-fe
0aa06f26c2f15c4502a33ca52017d42dfad3a70d
[ "MIT" ]
null
null
null
assets/js/main.js
terry-lardner/icecream-fe
0aa06f26c2f15c4502a33ca52017d42dfad3a70d
[ "MIT" ]
null
null
null
'use strict'; (function() { const $carousel = $('#carousel'), $previewContainer = $('#preview-container'), $carousel1 = $carousel.find('#carousel-item-1'), $carousel2 = $carousel.find('#carousel-item-2'), $previewContent = $previewContainer.find('.preview-content'), $overlay1 = $previewContent.find('.preview-overlay-1'), $overlay2 = $previewContent.find('.preview-overlay-2'), $overlay3 = $previewContent.find('.preview-overlay-3'), $overlay4 = $previewContent.find('.preview-overlay-4'); setInterval(function(){ $carousel1.toggleClass('transparent'); }, 5000); //Event listeners $previewContent.on('mouseenter', function() { $(this).find('.overlay').toggleClass('transparent'); }); $previewContent.on('mouseleave', function() { $(this).find('.overlay').toggleClass('transparent'); }); }());
31.5
62
0.683761
4655657bd822c264017169ba766ba1522597d10f
1,024
js
JavaScript
api.js
pras306/api-proxy
9d1a7561266638d8ce4bc87469ffa1f0c74b1d94
[ "Unlicense" ]
null
null
null
api.js
pras306/api-proxy
9d1a7561266638d8ce4bc87469ffa1f0c74b1d94
[ "Unlicense" ]
null
null
null
api.js
pras306/api-proxy
9d1a7561266638d8ce4bc87469ffa1f0c74b1d94
[ "Unlicense" ]
null
null
null
const express = require("express"); const router = express.Router(); const imagebrowser = require("./controllers/imagebrowser"); const videobrowser = require("./controllers/videobrowser"); const imagedetector = require("./controllers/imagedetector"); const movieFinder = require("./controllers/movieFinder"); const traveladvisor = require("./controllers/traveladvisor"); const openweather = require("./controllers/openweather"); const coinranking = require("./controllers/coinranking"); const bingnewssearch = require("./controllers/bingnewssearch"); router.get("/", (req, res) => { res.json({ success: "Welcome to Proxy Server API Home" }); }); router.use("/images/search", imagebrowser); router.use("/videos/search", videobrowser); router.use("/images/detect", imagedetector); router.use("/movies", movieFinder); router.use('/traveladvisor', traveladvisor); router.use('/openweather', openweather); router.use('/coinranking', coinranking); router.use('/bingnewssearch', bingnewssearch); module.exports = router;
35.310345
63
0.745117
4655944e5630d686d048f6a20660678d5f8fd123
1,464
js
JavaScript
web/src/actions/editApd/incentivePayments.js
ondrae/cms-hitech-apd
9d6292f7ca280a07e8cfef53c6301ba2ea09fe6c
[ "CC0-1.0" ]
51
2017-12-11T17:06:55.000Z
2020-07-28T20:45:25.000Z
web/src/actions/editApd/incentivePayments.js
EmmaIvy/eAPD
20d29244fc701a8190e8b313181898e3bf1a90c8
[ "CC0-1.0" ]
2,330
2017-12-06T20:22:22.000Z
2020-08-04T19:00:05.000Z
web/src/actions/editApd/incentivePayments.js
EmmaIvy/eAPD
20d29244fc701a8190e8b313181898e3bf1a90c8
[ "CC0-1.0" ]
19
2018-04-25T18:32:42.000Z
2021-02-26T20:05:00.000Z
import { EDIT_APD } from './symbols'; /** * Set the EH count for a federal fiscal quarter * @param {String} year Year to update, four-digit * @param {Number} quarter Fiscal quarter to update * @param {Number} value New EH count value */ export const setIncentiveEHCount = (year, quarter, value) => ({ type: EDIT_APD, path: `/incentivePayments/ehCt/${year}/${quarter}`, value }); /** * Set the EH payment for a federal fiscal quarter * @param {String} year Year to update, four-digit * @param {Number} quarter Fiscal quarter to update * @param {Number} value New EH payment value */ export const setIncentiveEHPayment = (year, quarter, value) => ({ type: EDIT_APD, path: `/incentivePayments/ehAmt/${year}/${quarter}`, value }); /** * Set the EP count for a federal fiscal quarter * @param {String} year Year to update, four-digit * @param {Number} quarter Fiscal quarter to update * @param {Number} value New EP count value */ export const setIncentiveEPCount = (year, quarter, value) => ({ type: EDIT_APD, path: `/incentivePayments/epCt/${year}/${quarter}`, value }); /** * Set the EP payment for a federal fiscal quarter * @param {String} year Year to update, four-digit * @param {Number} quarter Fiscal quarter to update * @param {Number} value New EP payment value */ export const setIncentiveEPPayment = (year, quarter, value) => ({ type: EDIT_APD, path: `/incentivePayments/epAmt/${year}/${quarter}`, value });
29.28
65
0.687842
465669481ca695dc2b04193e737b45ac0433c20d
89
js
JavaScript
grouper-misc/grouper-ui-dojo/dojo/dojox/editor/plugins/nls/sv/PageBreak.js
manasys/grouper
f6fc9e9d93768a971187289afd9df6d650a128e8
[ "Apache-2.0" ]
337
2015-01-14T14:59:33.000Z
2022-03-26T21:01:59.000Z
grouper-misc/grouper-ui-dojo/dojo/dojox/editor/plugins/nls/sv/PageBreak.js
manasys/grouper
f6fc9e9d93768a971187289afd9df6d650a128e8
[ "Apache-2.0" ]
485
2015-01-08T12:17:53.000Z
2022-03-07T11:53:48.000Z
grouper-misc/grouper-ui-dojo/dojo/dojox/editor/plugins/nls/sv/PageBreak.js
manasys/grouper
f6fc9e9d93768a971187289afd9df6d650a128e8
[ "Apache-2.0" ]
94
2015-08-29T19:05:43.000Z
2022-01-10T15:36:40.000Z
//>>built define("dojox/editor/plugins/nls/sv/PageBreak",({"pageBreak":"Sidbrytning"}));
29.666667
78
0.707865
46576c4aaf66f54b560bdccf861d54158de27fef
1,017
js
JavaScript
app.js
Yekouri/Koldborg_Spejder
faf7874c10c773db6f20b446166dd14a355f7ca6
[ "MIT" ]
null
null
null
app.js
Yekouri/Koldborg_Spejder
faf7874c10c773db6f20b446166dd14a355f7ca6
[ "MIT" ]
null
null
null
app.js
Yekouri/Koldborg_Spejder
faf7874c10c773db6f20b446166dd14a355f7ca6
[ "MIT" ]
null
null
null
const express = require('express'); const app = express(); const session = require('express-session') const path = require('path'); const bodyParser = require('body-parser'); const userRoutes = require('./api/routes/users'); const adminRoutes = require('./api/routes/admin'); const loggedinRoutes = require('./api/routes/loggedin') app.use(express.static('./webpage')); app.use(bodyParser.json()); app.use(session({secret: 'verysecret'})); app.use('/users', userRoutes); app.use('/admin', adminRoutes); app.use('/loggedin', loggedinRoutes); app.get('/', (req, res, next) => { res.sendFile(path.join(__dirname+'/webpage/index.html')); }); app.get('/favicon.ico', (req, res, next) => { res.sendFile(path.join(__dirname+'/webpage/images/co2-logo.png')); }); app.use((req, res, next) => { res.status(404).send(); }); app.use((error, req, res, next) => { res.status(error.status || 500); res.json({ error: { message: error.message } }); }); module.exports = app;
25.425
70
0.637168
465802b5d0f615a7b4cbe0ca4fe8fd1e38744e7d
866
js
JavaScript
Valve3Web/resources/yui/3.1.1/datatype/lang/datatype_ro.js
dnorgaard-usgs/vsc-valve
18a18cfc975944f9eff493c8b77fc5cde6157a38
[ "CC0-1.0" ]
2
2021-02-18T01:21:19.000Z
2021-02-19T01:06:09.000Z
Valve3Web/resources/yui/3.1.1/datatype/lang/datatype_ro.js
dnorgaard-usgs/vsc-valve
18a18cfc975944f9eff493c8b77fc5cde6157a38
[ "CC0-1.0" ]
6
2017-05-12T23:09:18.000Z
2019-05-07T21:53:23.000Z
Valve3Web/resources/yui/3.1.1/datatype/lang/datatype_ro.js
dnorgaard-usgs/vsc-valve
18a18cfc975944f9eff493c8b77fc5cde6157a38
[ "CC0-1.0" ]
5
2017-05-10T20:35:47.000Z
2018-08-23T09:08:40.000Z
/* Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html version: 3.1.1 build: 47 */ YUI.add("lang/datatype-date-format_ro",function(A){A.Intl.add("datatype-date-format","ro",{"a":["Du","Lu","Ma","Mi","Jo","Vi","Sâ"],"A":["duminică","luni","marți","miercuri","joi","vineri","sâmbătă"],"b":["ian.","feb.","mar.","apr.","mai","iun.","iul.","aug.","sept.","oct.","nov.","dec."],"B":["ianuarie","februarie","martie","aprilie","mai","iunie","iulie","august","septembrie","octombrie","noiembrie","decembrie"],"c":"%a, %d %b %Y, %H:%M:%S %Z","p":["AM","PM"],"P":["am","pm"],"x":"%d.%m.%Y","X":"%H:%M:%S"});},"3.1.1");YUI.add("lang/datatype-date_ro",function(A){},"3.1.1",{use:["lang/datatype-date-format_ro"]});YUI.add("lang/datatype_ro",function(A){},"3.1.1",{use:["lang/datatype-date_ro"]});
108.25
701
0.601617
465863489b35b77de1bf18756a4d933cfa25e21d
844
js
JavaScript
api/comparator.externs.js
benschulz/stringifyable
71816fdafbf80b52e5be1deb51f5367252c622ef
[ "BSD-3-Clause" ]
null
null
null
api/comparator.externs.js
benschulz/stringifyable
71816fdafbf80b52e5be1deb51f5367252c622ef
[ "BSD-3-Clause" ]
null
null
null
api/comparator.externs.js
benschulz/stringifyable
71816fdafbf80b52e5be1deb51f5367252c622ef
[ "BSD-3-Clause" ]
null
null
null
/** * @interface * @template T * * @extends {de.benshu.stringifyable.Stringifyable} */ de.benshu.stringifyable.comparators.Comparator = function () {}; /** * @template D * * @param {function(D):T} fn * @returns {de.benshu.stringifyable.comparators.Comparator<D>} */ de.benshu.stringifyable.comparators.Comparator.prototype.onResultOf = function (fn) {}; /** * @returns {de.benshu.stringifyable.comparators.Comparator<T>} */ de.benshu.stringifyable.comparators.Comparator.prototype.reverse = function () {}; /** * @param {de.benshu.stringifyable.comparators.Comparator<T>} self * @param {T} a * @param {T} b * @returns boolean */ de.benshu.stringifyable.comparators.Comparator.prototype.call = function (self, a, b) {}; /** @type {function(T, T):number} */ de.benshu.stringifyable.comparators.Comparator.prototype.callable;
26.375
89
0.7109
46587530f4dfd621993750cffa6486fd16fba2a4
3,283
js
JavaScript
src/FFI/Util.js
CarstenKoenig/purescript-ffi-utils
4acfc782ee62707bab1b36de9d44080ae73a0157
[ "BSD-3-Clause" ]
24
2017-01-02T19:24:43.000Z
2019-10-16T18:25:46.000Z
src/FFI/Util.js
CarstenKoenig/purescript-ffi-utils
4acfc782ee62707bab1b36de9d44080ae73a0157
[ "BSD-3-Clause" ]
4
2017-03-15T16:04:47.000Z
2017-11-12T09:50:58.000Z
src/FFI/Util.js
Risto-Stevcev/purescript-ffi-utils
4acfc782ee62707bab1b36de9d44080ae73a0157
[ "BSD-3-Clause" ]
8
2017-01-03T01:44:34.000Z
2019-11-24T06:22:07.000Z
'use strict'; exports['typeof'] = function(a) { return typeof a; } exports['instanceof'] = function(a) { return function(b) { if (b !== null && b !== undefined && b.prototype !== undefined) { return a instanceof b; } else { return false; } } } exports.stringify = function(prettyPrint) { return function(object) { return prettyPrint ? JSON.stringify(object, null, 2) : JSON.stringify(object); } } exports['require'] = function(moduleName) { return require(moduleName); } exports._parseOptions = function parseOptional(justValue, nothingValue, object) { var acc = {}; for (var key in object) { var value = object[key]; if (value.constructor === Object) { acc[key] = parseOptional(justValue, nothingValue, value); } else { acc[key] = value.constructor === justValue.constructor ? value.value0 : value.constructor === nothingValue.constructor ? null : value; } } return acc; } exports.isNullOrUndefined = function(a) { if (a === null || a === undefined) { return true; } else { return false; } }; exports.property = function(object) { return function(key) { return object[key]; }; }; exports.propertyPath = function(object) { return function(paths) { for (var i = 0; i < paths.length; i++) { object = object[paths[i]]; }; return object; }; }; exports["property'"] = function(key) { try { return window[key]; } catch (e) { return global[key]; } }; exports["propertyPath'"] = function(paths) { try { var object = window; } catch (e) { var object = global; } for (var i = 0; i < paths.length; i++) { object = object[paths[i]]; }; return object; } exports.setProperty = function(object) { return function(key) { return function(value) { object[key] = value; return {}; }; }; }; exports.setPropertyPath = function(object) { return function(paths) { return function(value) { for (var i = 0; i < paths.length; i++) { if (i < paths.length - 1) { object = object[paths[i]]; } else { object[paths[i]] = value; } }; return {}; }; }; }; exports['window'] = function() { return window; } exports['global'] = function() { return global; } exports['new'] = function(object) { return new object; }; exports._new1 = function(obj, a1) { return new obj(a1); } exports._new2 = function(obj, a1, a2) { return new obj(a1, a2); } exports._new3 = function(obj, a1, a2, a3) { return new obj(a1, a2, a3); } exports._new4 = function(obj, a1, a2, a3, a4) { return new obj(a1, a2, a3, a4); } exports._new5 = function(obj, a1, a2, a3, a4, a5) { return new obj(a1, a2, a3, a4, a5); } exports._new6 = function(obj, a1, a2, a3, a4, a5, a6) { return new obj(a1, a2, a3, a4, a5, a6); } exports._new7 = function(obj, a1, a2, a3, a4, a5, a6, a7) { return new obj(a1, a2, a3, a4, a5, a6, a7); } exports._newEff0 = exports['new']; exports._newEff1 = exports._new1; exports._newEff2 = exports._new2; exports._newEff3 = exports._new3; exports._newEff4 = exports._new4; exports._newEff5 = exports._new5; exports._newEff6 = exports._new6; exports._newEff7 = exports._new7;
19.541667
82
0.597015
46594a7391b86e5324a130bfcfc0dce51dbd0418
1,669
js
JavaScript
src/Home/SearchContainer/SearchContainer.js
sammytran277/weather-moods
f69159f290428f81de8ffc09d39009f7632dbb44
[ "MIT" ]
null
null
null
src/Home/SearchContainer/SearchContainer.js
sammytran277/weather-moods
f69159f290428f81de8ffc09d39009f7632dbb44
[ "MIT" ]
null
null
null
src/Home/SearchContainer/SearchContainer.js
sammytran277/weather-moods
f69159f290428f81de8ffc09d39009f7632dbb44
[ "MIT" ]
null
null
null
import React from 'react'; import './SearchContainer.css'; import { Form, InputGroup } from 'react-bootstrap'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { faSearch } from '@fortawesome/free-solid-svg-icons'; const GENRES = [ 'All Genres', 'Hip-Hop', 'Pop', 'Techno', 'R&B', 'Punk', 'Country', 'Indie Rock', 'Latin', 'Jazz', 'Christian' ]; const SearchContainer = ({ setGenre, setUserInput, handleSubmit }) => { return ( <div className="search-container"> <h1 className="text-white mb-5 text-center">Need music based on the weather?</h1> <Form onSubmit={(event) => handleSubmit(event)}> <Form.Group> <Form.Label className="text-white"> 1. Select your music genre </Form.Label> <Form.Control as="select" onChange={(event) => setGenre(event.target.value)}> {GENRES.map(genre => <option key={genre}>{genre}</option>)} </Form.Control> </Form.Group> <Form.Group> <Form.Label className="text-white">2. Enter your city</Form.Label> <InputGroup onChange={(event) => setUserInput(event.target.value)}> <Form.Control type="text" placeholder="City"></Form.Control> <InputGroup.Append onClick={(event) => handleSubmit(event)} className="magnifying-glass-container" > <InputGroup.Text> <FontAwesomeIcon icon={faSearch} /> </InputGroup.Text> </InputGroup.Append> </InputGroup> </Form.Group> </Form> </div> ); } export default SearchContainer;
31.490566
87
0.583583
465a3576030eb334b1defda15de1a96e4f8db088
279
js
JavaScript
test/firstRamdaTest.js
douglasnomizo/ramda_playground
317b1c638a7e94e8bf3af5ab71387fa81662761d
[ "MIT" ]
4
2017-08-11T12:21:51.000Z
2022-01-04T21:51:45.000Z
test/firstRamdaTest.js
douglasnomizo/ramda_playground
317b1c638a7e94e8bf3af5ab71387fa81662761d
[ "MIT" ]
6
2017-09-28T17:18:48.000Z
2020-07-03T01:41:54.000Z
test/firstRamdaTest.js
douglasnomizo/ramda_playground
317b1c638a7e94e8bf3af5ab71387fa81662761d
[ "MIT" ]
1
2017-11-08T17:29:50.000Z
2017-11-08T17:29:50.000Z
import test from "ava"; import valueOr from "../solutions/firstRamda"; test("Should return property from object", (t) => { t.deepEqual(valueOr({ value: 10 }), 10); }); test("Should return default value if property does not exist", (t) => { t.deepEqual(valueOr({}), 0); });
25.363636
71
0.655914
465abffed08ccac0e0b6b785bee6d0d9e9997a4b
17,212
js
JavaScript
packages/ckeditor5-engine/tests/view/node.js
publish6/ckeditor5
9bb4e83545286db546cd746f8b739713710efcb7
[ "MIT" ]
1
2020-06-18T16:09:19.000Z
2020-06-18T16:09:19.000Z
packages/ckeditor5-engine/tests/view/node.js
publish6/ckeditor5
9bb4e83545286db546cd746f8b739713710efcb7
[ "MIT" ]
20
2020-04-01T11:04:32.000Z
2022-02-27T10:32:39.000Z
packages/ckeditor5-engine/tests/view/node.js
publish6/ckeditor5
9bb4e83545286db546cd746f8b739713710efcb7
[ "MIT" ]
1
2020-06-18T16:09:22.000Z
2020-06-18T16:09:22.000Z
/** * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ import Element from '../../src/view/element'; import Text from '../../src/view/text'; import Node from '../../src/view/node'; import DocumentFragment from '../../src/view/documentfragment'; import RootEditableElement from '../../src/view/rooteditableelement'; import { expectToThrowCKEditorError } from '@ckeditor/ckeditor5-utils/tests/_utils/utils'; import Document from '../../src/view/document'; import { StylesProcessor } from '../../src/view/stylesmap'; describe( 'Node', () => { let root, document, one, two, three, charB, charA, charR, img; before( () => { document = new Document( new StylesProcessor() ); charB = new Text( document, 'b' ); charA = new Text( document, 'a' ); img = new Element( document, 'img' ); charR = new Text( document, 'r' ); one = new Element( document, 'one' ); two = new Element( document, 'two', null, [ charB, charA, img, charR ] ); three = new Element( document, 'three' ); root = new Element( document, null, null, [ one, two, three ] ); } ); describe( 'is()', () => { let node; beforeEach( () => { node = new Node(); } ); it( 'should return true for node', () => { expect( node.is( 'node' ) ).to.be.true; expect( node.is( 'view:node' ) ).to.be.true; } ); it( 'should return false for other accept values', () => { expect( node.is( 'rootElement' ) ).to.be.false; expect( node.is( 'containerElement' ) ).to.be.false; expect( node.is( 'element' ) ).to.be.false; expect( node.is( 'p' ) ).to.be.false; expect( node.is( 'text' ) ).to.be.false; expect( node.is( 'textProxy' ) ).to.be.false; expect( node.is( 'attributeElement' ) ).to.be.false; expect( node.is( 'uiElement' ) ).to.be.false; expect( node.is( 'emptyElement' ) ).to.be.false; expect( node.is( 'documentFragment' ) ).to.be.false; } ); } ); describe( 'getNextSibling/getPreviousSibling()', () => { it( 'should return next sibling', () => { expect( root.nextSibling ).to.be.null; expect( one.nextSibling ).to.equal( two ); expect( two.nextSibling ).to.equal( three ); expect( three.nextSibling ).to.be.null; expect( charB.nextSibling ).to.equal( charA ); expect( charA.nextSibling ).to.equal( img ); expect( img.nextSibling ).to.equal( charR ); expect( charR.nextSibling ).to.be.null; } ); it( 'should return previous sibling', () => { expect( root.previousSibling ).to.be.null; expect( one.previousSibling ).to.be.null; expect( two.previousSibling ).to.equal( one ); expect( three.previousSibling ).to.equal( two ); expect( charB.previousSibling ).to.be.null; expect( charA.previousSibling ).to.equal( charB ); expect( img.previousSibling ).to.equal( charA ); expect( charR.previousSibling ).to.equal( img ); } ); } ); describe( 'getAncestors()', () => { it( 'should return empty array for node without ancestors', () => { const result = root.getAncestors(); expect( result ).to.be.an( 'array' ); expect( result.length ).to.equal( 0 ); } ); it( 'should return array including node itself if requested', () => { const result = root.getAncestors( { includeSelf: true } ); expect( result ).to.be.an( 'array' ); expect( result.length ).to.equal( 1 ); expect( result[ 0 ] ).to.equal( root ); } ); it( 'should return array of ancestors', () => { const result = charR.getAncestors(); expect( result.length ).to.equal( 2 ); expect( result[ 0 ] ).to.equal( root ); expect( result[ 1 ] ).to.equal( two ); const result2 = charR.getAncestors( { includeSelf: true } ); expect( result2.length ).to.equal( 3 ); expect( result2[ 0 ] ).to.equal( root ); expect( result2[ 1 ] ).to.equal( two ); expect( result2[ 2 ] ).to.equal( charR ); } ); it( 'should return array of ancestors starting from parent', () => { const result = charR.getAncestors( { parentFirst: true } ); expect( result.length ).to.equal( 2 ); expect( result[ 0 ] ).to.equal( two ); expect( result[ 1 ] ).to.equal( root ); const result2 = charR.getAncestors( { includeSelf: true, parentFirst: true } ); expect( result2.length ).to.equal( 3 ); expect( result2[ 2 ] ).to.equal( root ); expect( result2[ 1 ] ).to.equal( two ); expect( result2[ 0 ] ).to.equal( charR ); } ); it( 'should return ancestors including DocumentFragment', () => { const fragment = new DocumentFragment( document, root ); const result = img.getAncestors(); root._remove(); expect( result.length ).to.equal( 3 ); expect( result[ 0 ] ).to.equal( fragment ); expect( result[ 1 ] ).to.equal( root ); expect( result[ 2 ] ).to.equal( two ); } ); } ); describe( 'getCommonAncestor()', () => { it( 'should return the parent element for the same node', () => { expect( img.getCommonAncestor( img ) ).to.equal( two ); } ); it( 'should return the given node for the same node if includeSelf is used', () => { expect( img.getCommonAncestor( img, { includeSelf: true } ) ).to.equal( img ); } ); it( 'should return null for detached subtrees', () => { const detached = new Element( document, 'foo' ); expect( img.getCommonAncestor( detached ) ).to.be.null; expect( detached.getCommonAncestor( img ) ).to.be.null; expect( img.getCommonAncestor( detached, { includeSelf: true } ) ).to.be.null; expect( detached.getCommonAncestor( img, { includeSelf: true } ) ).to.be.null; } ); it( 'should return null when one of the nodes is a tree root itself', () => { expect( root.getCommonAncestor( img ) ).to.be.null; expect( img.getCommonAncestor( root ) ).to.be.null; expect( root.getCommonAncestor( root ) ).to.be.null; } ); it( 'should return root when one of the nodes is a tree root itself and includeSelf is used', () => { expect( root.getCommonAncestor( img, { includeSelf: true } ) ).to.equal( root ); expect( img.getCommonAncestor( root, { includeSelf: true } ) ).to.equal( root ); expect( root.getCommonAncestor( root, { includeSelf: true } ) ).to.equal( root ); } ); it( 'should return parent of the nodes at the same level', () => { expect( img.getCommonAncestor( charA ), 1 ).to.equal( two ); expect( charB.getCommonAncestor( charA ), 2 ).to.equal( two ); expect( img.getCommonAncestor( charA, { includeSelf: true } ), 3 ).to.equal( two ); expect( charB.getCommonAncestor( charA, { includeSelf: true } ), 4 ).to.equal( two ); } ); it( 'should return proper element for nodes in different branches and on different levels', () => { const foo = new Text( document, 'foo' ); const bar = new Text( document, 'bar' ); const bom = new Text( document, 'bom' ); const d = new Element( document, 'd', null, [ bar ] ); const c = new Element( document, 'c', null, [ foo, d ] ); const b = new Element( document, 'b', null, [ c ] ); const e = new Element( document, 'e', null, [ bom ] ); const a = new Element( document, 'a', null, [ b, e ] ); // <a><b><c>foo<d>bar</d></c></b><e>bom</e></a> expect( bar.getCommonAncestor( foo ), 1 ).to.equal( c ); expect( foo.getCommonAncestor( d ), 2 ).to.equal( c ); expect( c.getCommonAncestor( b ), 3 ).to.equal( a ); expect( bom.getCommonAncestor( d ), 4 ).to.equal( a ); expect( b.getCommonAncestor( bom ), 5 ).to.equal( a ); expect( b.getCommonAncestor( bar ), 6 ).to.equal( a ); expect( bar.getCommonAncestor( foo, { includeSelf: true } ), 11 ).to.equal( c ); expect( foo.getCommonAncestor( d, { includeSelf: true } ), 12 ).to.equal( c ); expect( c.getCommonAncestor( b, { includeSelf: true } ), 13 ).to.equal( b ); expect( bom.getCommonAncestor( d, { includeSelf: true } ), 14 ).to.equal( a ); expect( b.getCommonAncestor( bom, { includeSelf: true } ), 15 ).to.equal( a ); expect( b.getCommonAncestor( bar, { includeSelf: true } ), 16 ).to.equal( b ); } ); it( 'should return document fragment', () => { const foo = new Text( document, 'foo' ); const bar = new Text( document, 'bar' ); const df = new DocumentFragment( document, [ foo, bar ] ); expect( foo.getCommonAncestor( bar ) ).to.equal( df ); } ); } ); describe( 'getIndex()', () => { it( 'should return null if the parent is null', () => { expect( root.index ).to.be.null; } ); it( 'should return index in the parent', () => { expect( one.index ).to.equal( 0 ); expect( two.index ).to.equal( 1 ); expect( three.index ).to.equal( 2 ); expect( charB.index ).to.equal( 0 ); expect( charA.index ).to.equal( 1 ); expect( img.index ).to.equal( 2 ); expect( charR.index ).to.equal( 3 ); } ); it( 'should throw an error if parent does not contain element', () => { const f = new Text( document, 'f' ); const bar = new Element( document, 'bar', [], [] ); f.parent = bar; expectToThrowCKEditorError( () => { f.index; }, /view-node-not-found-in-parent/, bar ); } ); } ); describe( 'getPath()', () => { it( 'should return empty array is the element is the root', () => { expect( root.getPath() ).to.deep.equal( [] ); } ); it( 'should return array with indices of given element and its ancestors starting from top-most one', () => { expect( one.getPath() ).to.deep.equal( [ 0 ] ); expect( two.getPath() ).to.deep.equal( [ 1 ] ); expect( img.getPath() ).to.deep.equal( [ 1, 2 ] ); expect( charR.getPath() ).to.deep.equal( [ 1, 3 ] ); expect( three.getPath() ).to.deep.equal( [ 2 ] ); } ); } ); describe( 'getRoot()', () => { it( 'should return this element if it has no parent', () => { const child = new Element( document, 'p' ); expect( child.root ).to.equal( child ); } ); it( 'should return root element', () => { const parent = new RootEditableElement( document, 'div' ); const child = new Element( document, 'p' ); child.parent = parent; expect( parent.root ).to.equal( parent ); expect( child.root ).to.equal( parent ); } ); } ); describe( 'isBefore()', () => { // Model is: <root><one></one><two>ba<img></img>r</two><three></three> it( 'should return true if the element is before given element', () => { expect( one.isBefore( two ) ).to.be.true; expect( one.isBefore( img ) ).to.be.true; expect( two.isBefore( charB ) ).to.be.true; expect( two.isBefore( charR ) ).to.be.true; expect( two.isBefore( three ) ).to.be.true; expect( root.isBefore( one ) ).to.be.true; } ); it( 'should return false if the element is after given element', () => { expect( two.isBefore( one ) ).to.be.false; expect( img.isBefore( one ) ).to.be.false; expect( charB.isBefore( two ) ).to.be.false; expect( charR.isBefore( two ) ).to.be.false; expect( three.isBefore( two ) ).to.be.false; expect( one.isBefore( root ) ).to.be.false; } ); it( 'should return false if the same element is given', () => { expect( one.isBefore( one ) ).to.be.false; } ); it( 'should return false if elements are in different roots', () => { const otherRoot = new Element( document, 'root' ); const otherElement = new Element( document, 'element' ); otherRoot._appendChild( otherElement ); expect( otherElement.isBefore( three ) ).to.be.false; } ); } ); describe( 'isAfter()', () => { // Model is: <root><one></one><two>ba<img></img>r</two><three></three> it( 'should return true if the element is after given element', () => { expect( two.isAfter( one ) ).to.be.true; expect( img.isAfter( one ) ).to.be.true; expect( charB.isAfter( two ) ).to.be.true; expect( charR.isAfter( two ) ).to.be.true; expect( three.isAfter( two ) ).to.be.true; expect( one.isAfter( root ) ).to.be.true; } ); it( 'should return false if the element is before given element', () => { expect( one.isAfter( two ) ).to.be.false; expect( one.isAfter( img ) ).to.be.false; expect( two.isAfter( charB ) ).to.be.false; expect( two.isAfter( charR ) ).to.be.false; expect( two.isAfter( three ) ).to.be.false; expect( root.isAfter( one ) ).to.be.false; } ); it( 'should return false if the same element is given', () => { expect( one.isAfter( one ) ).to.be.false; } ); it( 'should return false if elements are in different roots', () => { const otherRoot = new Element( document, 'root' ); const otherElement = new Element( document, 'element' ); otherRoot._appendChild( otherElement ); expect( three.isAfter( otherElement ) ).to.be.false; } ); } ); describe( 'isAttached()', () => { it( 'returns false for a fresh node', () => { const char = new Text( document, 'x' ); const el = new Element( document, 'one' ); expect( char.isAttached() ).to.equal( false ); expect( el.isAttached() ).to.equal( false ); } ); it( 'returns true for the root element', () => { const root = new RootEditableElement( document, 'div' ); expect( root.isAttached() ).to.equal( true ); } ); it( 'returns false for a node attached to a document fragment', () => { const foo = new Text( document, 'foo' ); new DocumentFragment( document, [ foo ] ); // eslint-disable-line no-new expect( foo.isAttached() ).to.equal( false ); } ); } ); describe( '_remove()', () => { it( 'should remove node from its parent', () => { const char = new Text( document, 'a' ); const parent = new Element( document, 'p', null, [ char ] ); char._remove(); expect( parent.getChildIndex( char ) ).to.equal( -1 ); } ); it( 'uses parent._removeChildren method', () => { const char = new Text( document, 'a' ); const parent = new Element( document, 'p', null, [ char ] ); const _removeChildrenSpy = sinon.spy( parent, '_removeChildren' ); const index = char.index; char._remove(); _removeChildrenSpy.restore(); sinon.assert.calledOnce( _removeChildrenSpy ); sinon.assert.calledWithExactly( _removeChildrenSpy, index ); } ); } ); describe( 'toJSON()', () => { it( 'should prevent circular reference when stringifying a node', () => { const char = new Text( document, 'a' ); const parent = new Element( document, 'p', null ); parent._appendChild( char ); sinon.stub( char, 'document' ).value( 'view.Document()' ); const json = JSON.stringify( char ); const parsed = JSON.parse( json ); expect( parsed ).to.deep.equal( { _textData: 'a', document: 'view.Document()' } ); } ); } ); describe( 'change event', () => { let root, text, img, rootChangeSpy; before( () => { rootChangeSpy = sinon.spy(); } ); beforeEach( () => { text = new Text( document, 'foo' ); img = new Element( document, 'img', { 'src': 'img.png' } ); root = new Element( document, 'p', { renderer: { markToSync: rootChangeSpy } } ); root._appendChild( [ text, img ] ); root.on( 'change:children', ( evt, node ) => rootChangeSpy( 'children', node ) ); root.on( 'change:attributes', ( evt, node ) => rootChangeSpy( 'attributes', node ) ); root.on( 'change:text', ( evt, node ) => rootChangeSpy( 'text', node ) ); rootChangeSpy.resetHistory(); } ); it( 'should be fired on the node', () => { const imgChangeSpy = sinon.spy(); img.on( 'change:attributes', ( evt, node ) => { imgChangeSpy( 'attributes', node ); } ); img._setAttribute( 'width', 100 ); sinon.assert.calledOnce( imgChangeSpy ); sinon.assert.calledWith( imgChangeSpy, 'attributes', img ); } ); it( 'should be fired on the parent', () => { img._setAttribute( 'width', 100 ); sinon.assert.calledOnce( rootChangeSpy ); sinon.assert.calledWith( rootChangeSpy, 'attributes', img ); } ); describe( '_setAttribute()', () => { it( 'should fire change event', () => { img._setAttribute( 'width', 100 ); sinon.assert.calledOnce( rootChangeSpy ); sinon.assert.calledWith( rootChangeSpy, 'attributes', img ); } ); } ); describe( '_removeAttribute()', () => { it( 'should fire change event', () => { img._removeAttribute( 'src' ); sinon.assert.calledOnce( rootChangeSpy ); sinon.assert.calledWith( rootChangeSpy, 'attributes', img ); } ); } ); describe( '_insertChild()', () => { it( 'should fire change event', () => { root._insertChild( 1, new Element( document, 'img' ) ); sinon.assert.calledOnce( rootChangeSpy ); sinon.assert.calledWith( rootChangeSpy, 'children', root ); } ); } ); describe( '_appendChild()', () => { it( 'should fire change event', () => { root._appendChild( new Element( document, 'img' ) ); sinon.assert.calledOnce( rootChangeSpy ); sinon.assert.calledWith( rootChangeSpy, 'children', root ); } ); } ); describe( '_removeChildren()', () => { it( 'should fire change event', () => { root._removeChildren( 1, 1 ); sinon.assert.calledOnce( rootChangeSpy ); sinon.assert.calledWith( rootChangeSpy, 'children', root ); } ); } ); describe( 'setText', () => { it( 'should fire change event', () => { text._data = 'bar'; sinon.assert.calledOnce( rootChangeSpy ); sinon.assert.calledWith( rootChangeSpy, 'text', text ); } ); } ); } ); } );
33.682975
111
0.612596
465ac2b50ed457c73bb5e90bf178eb65af28a221
1,781
js
JavaScript
src/fullscreen.js
roddyvitali/fullscreen-js
5fdd9d822a4265376a1605fd7d7831f55bbd2161
[ "MIT" ]
null
null
null
src/fullscreen.js
roddyvitali/fullscreen-js
5fdd9d822a4265376a1605fd7d7831f55bbd2161
[ "MIT" ]
null
null
null
src/fullscreen.js
roddyvitali/fullscreen-js
5fdd9d822a4265376a1605fd7d7831f55bbd2161
[ "MIT" ]
null
null
null
const STATICS = { isFSE: ['fullscreenElement', 'mozFullscreenElement', 'webkitFullscreenElement', 'msFullscreenElement'], FSE: ['fullscreenEnabled', 'mozFullScreenEnabled', 'webkitFullscreenEnabled', 'msFullscreenEnabled'], FSC: ['fullscreenchange', 'mozfullscreenchange', 'webkitfullscreenchange', 'msfullscreenchange'], RFS: ['requestFullscreen', 'mozRequestFullScreen', 'webkitRequestFullScreen', 'msRequestFullscreen'], EFS: ['exitFullscreen', 'mozCancelFullScreen', 'webkitCancelFullScreen', 'msExitFullscreen'] } const isFullscreen = () => { let isFSE = STATICS.isFSE, result = false isFSE.forEach(item => { if(item in document) { return document[item] ? result = true : result = false } }) return result } const isFullscreenEnabled = () => { let FSE = STATICS.FSE, result = false FSE.forEach(item => { if(item in document) { return document[item] ? result = true : result = false } }) return result } const listenFullScreen = (callback) => { let FSC = STATICS.FSC FSC.forEach((item) => { if(('on' + item ) in document){ document.addEventListener(tmp, callback, false) } }) } const requestFullScreen = (selector = null) => { let docElm, RFS = STATICS.RFS if(selector) docElm = document.querySelector(selector) else docElm = document.documentElement; RFS.forEach((item) => { if(item in docElm){ return docElm[item]() } }) } const exitFullScreen = () => { let EFS = STATICS.EFS EFS.forEach((item) => { if(item in document){ return document[item](); } }) } var fullscreen = { is: isFullscreen, enabled: isFullscreenEnabled, listen: listenFullScreen, request: requestFullScreen, exit: exitFullScreen } export default fullscreen
23.12987
105
0.669848
465b4a752590c601eee245c093bccb255a7b5e7f
4,781
js
JavaScript
src/pages/User.js
slavken/React-blog
c80faff818f8767427e80178d456762bc89d1cae
[ "MIT" ]
1
2020-05-04T19:38:44.000Z
2020-05-04T19:38:44.000Z
src/pages/User.js
slavken/react-blog
c80faff818f8767427e80178d456762bc89d1cae
[ "MIT" ]
2
2022-02-13T12:28:21.000Z
2022-02-27T04:08:35.000Z
src/pages/User.js
slavken/React-blog
c80faff818f8767427e80178d456762bc89d1cae
[ "MIT" ]
null
null
null
import React from 'react'; import Sidebar from '../components/Sidebar'; import { Card } from '../components/Card'; import { firstUpperCase } from '../functions'; export default class Post extends React.Component { constructor(props) { super(props); this.state = { error: null, isLoaded: false, user: [], posts: [] } } componentDidMount() { Promise.all([ fetch('https://jsonplaceholder.typicode.com/users/' + this.props.match.params.id), fetch(`https://jsonplaceholder.typicode.com/users/${this.props.match.params.id}/posts`) ]) .then(([res1, res2]) => Promise.all([ res1.json(), res2.json() ])) .then(([res1, res2]) => { this.setState({ isLoaded: true, user: res1, posts: res2 }); }, error => { this.setState({ isLoaded: true, error }); } ); } render() { const { error, isLoaded, user, posts } = this.state; if (error) { return <div className="mt-5">Error: {error.message}</div>; } else if (!isLoaded) { return <div className="mt-5">Loading...</div>; } else { const userPosts = posts.map(post => { const title = post.title.length > 40 ? post.title.substr(0, 40) + '...' : post.title; return ( <Card key={post.id} id={post.id} title={firstUpperCase(title)} body={post.body} /> ); } ); return ( <div className="row"> <div className="col-md-3 order-md-2"> <Sidebar /> </div> <div className="col-md-9"> <h2 className="text-center">Profile</h2> <div className="row"> <div className="col-6 text-right"> <p className="mb-2">Name</p> <p className="mb-2">Username</p> <p className="mb-2">Email</p> </div> <div className="col-6"> <p className="mb-2">{user.name}</p> <p className="mb-2">{user.username}</p> <p className="mb-2">{user.email}</p> </div> </div> <h2 className="text-center mt-3">Address</h2> <div className="row"> <div className="col-6 text-right"> <p className="mb-2">Street</p> <p className="mb-2">Suite</p> <p className="mb-2">City</p> <p className="mb-2">ZIP</p> </div> <div className="col-6"> <p className="mb-2">{user.address.street}</p> <p className="mb-2">{user.address.suite}</p> <p className="mb-2">{user.address.city}</p> <p className="mb-2">{user.address.zipcode}</p> </div> </div> <h2 className="text-center mt-3">Contacts</h2> <div className="row mb-4"> <div className="col-6 text-right"> <p className="mb-2">Phone</p> <p className="mb-2">Site</p> <p className="mb-2">Company name</p> </div> <div className="col-6"> <p className="mb-2">{user.phone}</p> <p className="mb-2">{user.website}</p> <p className="mb-2">{user.company.name}</p> </div> </div> <hr /> <div className="mt-4"> <h2 className="mb-3">User posts</h2> {userPosts} </div> </div> </div> ); } } }
37.944444
105
0.352228
465bd68722966a5bc08b98e90cb8aa7001bb47fa
1,058
js
JavaScript
lib/es6_global/src/service/record/all/shader/MaterialsMapShaderService.js
phlahut/Wonder.js
232efc9aebcbb859dac1815765787fcc792c52f1
[ "MIT" ]
1
2019-03-12T05:49:46.000Z
2019-03-12T05:49:46.000Z
lib/es6_global/src/service/record/all/shader/MaterialsMapShaderService.js
phlahut/Wonder.js
232efc9aebcbb859dac1815765787fcc792c52f1
[ "MIT" ]
null
null
null
lib/es6_global/src/service/record/all/shader/MaterialsMapShaderService.js
phlahut/Wonder.js
232efc9aebcbb859dac1815765787fcc792c52f1
[ "MIT" ]
null
null
null
import * as Contract$WonderLog from "../../../../../../../node_modules/wonder-log/lib/es6_global/src/Contract.js"; import * as StateDataMain$Wonderjs from "../../../state/main/data/StateDataMain.js"; import * as ArrayMapService$Wonderjs from "../../../atom/ArrayMapService.js"; import * as IsDebugMainService$Wonderjs from "../../../state/main/state/IsDebugMainService.js"; function addMaterialWithoutDuplicate(shaderIndex, material, record) { var materialsMap = record[/* materialsMap */3]; ArrayMapService$Wonderjs.addValueWithoutDuplicate(shaderIndex, material, materialsMap); return Contract$WonderLog.ensureCheck((function (param) { var materialsMap = param[/* materialsMap */3]; return ArrayMapService$Wonderjs.checkDuplicate("material should only use the same shaderIndex once", shaderIndex, material, materialsMap); }), IsDebugMainService$Wonderjs.getIsDebug(StateDataMain$Wonderjs.stateData), record); } export { addMaterialWithoutDuplicate , } /* Contract-WonderLog Not a pure module */
48.090909
154
0.727788
465bf64d4334cccd83eaa9c109b7d15471ed827f
527
js
JavaScript
src/helpers/formatter.js
Hess-Gregory/fullhestack_cms
ec79e3f5f618a53abc97b5737e79c3b7a22774c3
[ "MIT" ]
null
null
null
src/helpers/formatter.js
Hess-Gregory/fullhestack_cms
ec79e3f5f618a53abc97b5737e79c3b7a22774c3
[ "MIT" ]
null
null
null
src/helpers/formatter.js
Hess-Gregory/fullhestack_cms
ec79e3f5f618a53abc97b5737e79c3b7a22774c3
[ "MIT" ]
null
null
null
export const dateToString = (date, time= null) => { const timeZone = 'Europe/Brussels'; const event = new Date(date); const options = { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric' }; if(date && date !== '') return event.toLocaleDateString('fr-FR', options) +' '+ (time ? new Date(date).toLocaleTimeString('fr-FR', { timeZone: timeZone }) : '') return ''; } export const textLimit = (string) => { if(string) return string.length > 50 ? string.substring(0,50)+'...' : string; return ''; }
32.9375
142
0.624288
465c32c2af4718e0b98a8a0245079a4c93297a6d
239
js
JavaScript
test/hydration/samples/if-block/_config.js
samhatchett/svelte
eed32f728a4aa664d347016b0325b240ae9bca0b
[ "MIT" ]
1
2020-07-21T15:18:28.000Z
2020-07-21T15:18:28.000Z
test/hydration/samples/if-block/_config.js
samhatchett/svelte
eed32f728a4aa664d347016b0325b240ae9bca0b
[ "MIT" ]
null
null
null
test/hydration/samples/if-block/_config.js
samhatchett/svelte
eed32f728a4aa664d347016b0325b240ae9bca0b
[ "MIT" ]
1
2018-07-20T21:31:55.000Z
2018-07-20T21:31:55.000Z
export default { data: { foo: true }, snapshot(target) { const p = target.querySelector('p'); return { p }; }, test(assert, target, snapshot) { const p = target.querySelector('p'); assert.equal(p, snapshot.p); } };
12.578947
38
0.594142
465c672cdf9f3b9ae7daa9405152b2e6bdebfa17
97
js
JavaScript
05.plugins/src/js/index.js
alexjcm/webpack-4
a409650b1e7deb1626f2028527bbdf2da8545562
[ "MIT" ]
null
null
null
05.plugins/src/js/index.js
alexjcm/webpack-4
a409650b1e7deb1626f2028527bbdf2da8545562
[ "MIT" ]
3
2021-10-06T04:35:44.000Z
2022-02-26T18:02:51.000Z
05.plugins/src/js/index.js
alexjcm/webpack-4
a409650b1e7deb1626f2028527bbdf2da8545562
[ "MIT" ]
null
null
null
import "../css/index.css"; document.body.innerHTML = "Hello world desde Home css-style-loader";
24.25
68
0.731959
465cc2294275fa6fb32b10022a6e1d393cbe099e
1,551
js
JavaScript
src/store/modules/permission.js
lanlianjiu/vue-system
e88ef4b8afaa762d3eb154a20caa90708af021e0
[ "MIT" ]
null
null
null
src/store/modules/permission.js
lanlianjiu/vue-system
e88ef4b8afaa762d3eb154a20caa90708af021e0
[ "MIT" ]
null
null
null
src/store/modules/permission.js
lanlianjiu/vue-system
e88ef4b8afaa762d3eb154a20caa90708af021e0
[ "MIT" ]
null
null
null
import { constantRouterMap } from '@/router' import { asyncRouterMap } from '@/router/asyncRouterMap' import * as types from '../mutaion-types' import { getMenu } from '@/api/login' import _import from '@/utils/import' const Layout = _import('layout/Layout') const filterAsyncRouter = (asyncRouterMap) => { asyncRouterMap.forEach(function (value, index) { let old_path = value.path; if (value.meta.redirect) { value.redirect = value.meta.redirect } if (value.parent) { let onestr = (value.path).slice(((value.path).indexOf("/")) + 1) value.path = (onestr).slice(((onestr).indexOf("/")) + 1) } if (value.children) { value.component = Layout; filterAsyncRouter(value.children, value.path); } else { let p_path = (old_path).slice(((old_path).indexOf("/")) + 1); value.component = _import(p_path); } }); return asyncRouterMap } const permission = { state: { routers: constantRouterMap, addRouters: [] }, mutations: { [types.SET_ROUTERS]: (state, routers) => { state.addRouters = routers state.routers = constantRouterMap.concat(routers) } }, actions: { generateRoutes({ commit }, roles) { return new Promise(async (resolve, reject) => { let routers = null const response = await getMenu() routers = filterAsyncRouter(response); if (routers) { commit(types.SET_ROUTERS, routers) resolve() } }) } } } export default permission
20.68
70
0.607995
465cf5a91bb250d8535918ca010bfffbaeb1e7a0
11,346
js
JavaScript
node_modules/react-vis/dist/plot/series/arc-series.js
laokingshineUAV/VoTT
0d8fcb97c4048490135b423efcfe0bbbd805be38
[ "MIT" ]
80
2020-11-14T19:19:27.000Z
2022-03-10T17:43:17.000Z
node_modules/react-vis/dist/plot/series/arc-series.js
laokingshineUAV/VoTT
0d8fcb97c4048490135b423efcfe0bbbd805be38
[ "MIT" ]
10
2020-11-24T06:19:45.000Z
2022-02-27T23:53:28.000Z
node_modules/react-vis/dist/plot/series/arc-series.js
laokingshineUAV/VoTT
0d8fcb97c4048490135b423efcfe0bbbd805be38
[ "MIT" ]
58
2020-11-13T18:35:22.000Z
2022-03-28T06:40:08.000Z
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; // Copyright (c) 2016 - 2017 Uber Technologies, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // THE SOFTWARE. var _react = require('react'); var _react2 = _interopRequireDefault(_react); var _propTypes = require('prop-types'); var _propTypes2 = _interopRequireDefault(_propTypes); var _animation = require('../../animation'); var _animation2 = _interopRequireDefault(_animation); var _seriesUtils = require('../../utils/series-utils'); var _d3Shape = require('d3-shape'); var _abstractSeries = require('./abstract-series'); var _abstractSeries2 = _interopRequireDefault(_abstractSeries); var _scalesUtils = require('../../utils/scales-utils'); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } var predefinedClassName = 'rv-xy-plot__series rv-xy-plot__series--arc'; var ATTRIBUTES = ['radius', 'angle']; var defaultProps = _extends({}, _abstractSeries2.default.defaultProps, { center: { x: 0, y: 0 }, arcClassName: '', className: '', style: {}, padAngle: 0 }); /** * Prepare the internal representation of row for real use. * This is necessary because d3 insists on starting at 12 oclock and moving * clockwise, rather than starting at 3 oclock and moving counter clockwise * as one might expect from polar * @param {Object} row - coordinate object to be modifed * @return {Object} angle corrected object */ function modifyRow(row) { var radius = row.radius, angle = row.angle, angle0 = row.angle0; var truedAngle = -1 * angle + Math.PI / 2; var truedAngle0 = -1 * angle0 + Math.PI / 2; return _extends({}, row, { x: radius * Math.cos(truedAngle), y: radius * Math.sin(truedAngle), angle: truedAngle, angle0: truedAngle0 }); } var ArcSeries = function (_AbstractSeries) { _inherits(ArcSeries, _AbstractSeries); function ArcSeries(props) { _classCallCheck(this, ArcSeries); var _this = _possibleConstructorReturn(this, (ArcSeries.__proto__ || Object.getPrototypeOf(ArcSeries)).call(this, props)); var scaleProps = _this._getAllScaleProps(props); _this.state = { scaleProps: scaleProps }; return _this; } _createClass(ArcSeries, [{ key: 'componentWillReceiveProps', value: function componentWillReceiveProps(nextProps) { this.setState({ scaleProps: this._getAllScaleProps(nextProps) }); } /** * Get the map of scales from the props. * @param {Object} props Props. * @param {Array} data Array of all data. * @returns {Object} Map of scales. * @private */ }, { key: '_getAllScaleProps', value: function _getAllScaleProps(props) { var defaultScaleProps = this._getDefaultScaleProps(props); var userScaleProps = (0, _scalesUtils.extractScalePropsFromProps)(props, ATTRIBUTES); var missingScaleProps = (0, _scalesUtils.getMissingScaleProps)(_extends({}, defaultScaleProps, userScaleProps), props.data, ATTRIBUTES); return _extends({}, defaultScaleProps, userScaleProps, missingScaleProps); } /** * Get the list of scale-related settings that should be applied by default. * @param {Object} props Object of props. * @returns {Object} Defaults. * @private */ }, { key: '_getDefaultScaleProps', value: function _getDefaultScaleProps(props) { var innerWidth = props.innerWidth, innerHeight = props.innerHeight; var radius = Math.min(innerWidth / 2, innerHeight / 2); return { radiusRange: [0, radius], _radiusValue: radius, angleType: 'literal' }; } }, { key: 'render', value: function render() { var _this2 = this; var _props = this.props, arcClassName = _props.arcClassName, animation = _props.animation, className = _props.className, center = _props.center, data = _props.data, disableSeries = _props.disableSeries, hideSeries = _props.hideSeries, marginLeft = _props.marginLeft, marginTop = _props.marginTop, padAngle = _props.padAngle, style = _props.style; if (!data) { return null; } if (animation) { var cloneData = data.map(function (d) { return _extends({}, d); }); return _react2.default.createElement( 'g', { className: 'rv-xy-plot__series--arc__animation-wrapper' }, _react2.default.createElement( _animation2.default, _extends({}, this.props, { animatedProps: _seriesUtils.ANIMATED_SERIES_PROPS, data: cloneData }), _react2.default.createElement(ArcSeries, _extends({}, this.props, { animation: null, disableSeries: true, data: cloneData })) ), _react2.default.createElement(ArcSeries, _extends({}, this.props, { animation: null, hideSeries: true, style: { stroke: 'red' } })) ); } var scaleProps = this.state.scaleProps; var radiusDomain = scaleProps.radiusDomain; // need to generate our own functors as abstract series doesnt have anythign for us var radius = (0, _scalesUtils.getAttributeFunctor)(scaleProps, 'radius'); var radius0 = (0, _scalesUtils.getAttr0Functor)(scaleProps, 'radius'); var angle = (0, _scalesUtils.getAttributeFunctor)(scaleProps, 'angle'); var angle0 = (0, _scalesUtils.getAttr0Functor)(scaleProps, 'angle'); // but it does have good color support! var fill = this._getAttributeFunctor('fill') || this._getAttributeFunctor('color'); var stroke = this._getAttributeFunctor('stroke') || this._getAttributeFunctor('color'); var opacity = this._getAttributeFunctor('opacity'); var x = this._getAttributeFunctor('x'); var y = this._getAttributeFunctor('y'); return _react2.default.createElement( 'g', { className: predefinedClassName + ' ' + className, onMouseOver: this._seriesMouseOverHandler, onMouseOut: this._seriesMouseOutHandler, onClick: this._seriesClickHandler, onContextMenu: this._seriesRightClickHandler, opacity: hideSeries ? 0 : 1, pointerEvents: disableSeries ? 'none' : 'all', transform: 'translate(' + (marginLeft + x(center)) + ',' + (marginTop + y(center)) + ')' }, data.map(function (row, i) { var noRadius = radiusDomain[1] === radiusDomain[0]; var arcArg = { innerRadius: noRadius ? 0 : radius0(row), outerRadius: radius(row), startAngle: angle0(row) || 0, endAngle: angle(row) }; var arcedData = (0, _d3Shape.arc)().padAngle(padAngle); var rowStyle = row.style || {}; var rowClassName = row.className || ''; return _react2.default.createElement('path', { style: _extends({ opacity: opacity && opacity(row), stroke: stroke && stroke(row), fill: fill && fill(row) }, style, rowStyle), onClick: function onClick(e) { return _this2._valueClickHandler(modifyRow(row), e); }, onContextMenu: function onContextMenu(e) { return _this2._valueRightClickHandler(modifyRow(row), e); }, onMouseOver: function onMouseOver(e) { return _this2._valueMouseOverHandler(modifyRow(row), e); }, onMouseOut: function onMouseOut(e) { return _this2._valueMouseOutHandler(modifyRow(row), e); }, key: i, className: predefinedClassName + '-path ' + arcClassName + ' ' + rowClassName, d: arcedData(arcArg) }); }) ); } }]); return ArcSeries; }(_abstractSeries2.default); ArcSeries.propTypes = _extends({}, _abstractSeries2.default.propTypes, (0, _scalesUtils.getScalePropTypesByAttribute)('radius'), (0, _scalesUtils.getScalePropTypesByAttribute)('angle'), { center: _propTypes2.default.shape({ x: _propTypes2.default.number, y: _propTypes2.default.number }), arcClassName: _propTypes2.default.string, padAngle: _propTypes2.default.oneOfType([_propTypes2.default.func, _propTypes2.default.number]) }); ArcSeries.defaultProps = defaultProps; ArcSeries.displayName = 'ArcSeries'; exports.default = ArcSeries;
40.666667
564
0.65847
465d15f900c816ccd449d662be8ef70606609108
990
js
JavaScript
tools/gwt/samples/Showcase/war/showcase/deferredjs/4EF85CCEAF0633D30CF58B91DE6AB2CF/26.cache.js
dougkoellmer/swarm
dad82af767d3274d4e2eaebae2e31bc14d56511f
[ "MIT" ]
4
2015-10-27T11:11:06.000Z
2016-11-02T03:39:53.000Z
tools/gwt/samples/Showcase/war/showcase/deferredjs/4EF85CCEAF0633D30CF58B91DE6AB2CF/26.cache.js
dougkoellmer/swarm
dad82af767d3274d4e2eaebae2e31bc14d56511f
[ "MIT" ]
null
null
null
tools/gwt/samples/Showcase/war/showcase/deferredjs/4EF85CCEAF0633D30CF58B91DE6AB2CF/26.cache.js
dougkoellmer/swarm
dad82af767d3274d4e2eaebae2e31bc14d56511f
[ "MIT" ]
1
2022-03-12T06:11:53.000Z
2022-03-12T06:11:53.000Z
$wnd.showcase.runAsyncCallback26("ICb(496,1,bRc);_.Bc=function GQb(){var a,b,c;XEb(this.a,(a=new avc,a.e[xSc]=10,Zuc(a,new Khc('Without a direction estimator, the widget\\'s direction is unaffected by the value the user types in. This makes the entry of opposite-direction text confusing and inconvenient.<br><b>Try typing \"(212) 765 4321\" or \"Hi, how are you?\" into the following right-to-left TextArea (which had the direction estimator turned off):<\\/b>')),b=new etc,Vw(b.a,null),toc(b,(sB(),rB)),Zuc(a,b),Zuc(a,new Khc('<b>The following TextArea has the default direction estimator in effect, and is thus bidi-aware. Check it by replacing the right-to-left text with some English, e.g. the sample strings above:<\\/b>')),c=new etc,(Uac(),c.hb)[FTc]='\\u0643\\u0645 \\u0639\\u062F\\u062F \\u062D\\u0628\\u0627\\u062A \\u0627\\u0644\\u0631\\u0645\\u0644 \\u0641\\u064A \\u0627\\u0644\\u0634\\u0627\\u0637\\u0626?',Uw(c.a),Zuc(a,c),a))};zNc(Bl)(26);\n//# sourceURL=showcase-26.js\n")
495
989
0.709091
465d6ff60203c475dbbe5a94eab2e517e12889a0
11,721
js
JavaScript
packages/compilers/s-postcss-sugar-plugin/src/node/mixins/gradient/classes.js
Coffeekraken/coffeekraken
110ed7912affde64ecad1d19681ca6909a244239
[ "MIT" ]
null
null
null
packages/compilers/s-postcss-sugar-plugin/src/node/mixins/gradient/classes.js
Coffeekraken/coffeekraken
110ed7912affde64ecad1d19681ca6909a244239
[ "MIT" ]
57
2020-06-25T15:29:02.000Z
2021-08-14T16:45:06.000Z
packages/compilers/s-postcss-sugar-plugin/src/node/mixins/gradient/classes.js
Coffeekraken/coffeekraken
110ed7912affde64ecad1d19681ca6909a244239
[ "MIT" ]
2
2020-03-04T09:55:42.000Z
2020-12-18T04:15:33.000Z
import __SInterface from '@coffeekraken/s-interface'; import __theme from '../../utils/theme'; /** * @name classes * @namespace node.mixins.gradient * @type PostcssMixin * @platform css * @status beta * * This mixin generate all the gradient helper classes like s-gradient:accent, etc... * * @return {Css}  The generated css * * @example postcss * \@sugar.gradient.classes; * * @since 2.0.0 * @author Olivier Bossel <olivier.bossel@gmail.com> (https://olivierbossel.com) */ class postcssSugarPluginGradientClassesInterface extends __SInterface { } postcssSugarPluginGradientClassesInterface.definition = { types: { type: 'String[]', values: ['linear', 'radial'], default: ['linear', 'radial'], alias: 't' }, angles: { type: 'Number[]', default: [0, 45, 90, 135, 180, 225, 270], alias: 'a' } }; export { postcssSugarPluginGradientClassesInterface as interface }; export default function ({ params, atRule, replaceWith }) { const finalParams = Object.assign({ types: ['linear', 'radial'], angles: [0, 45, 90, 135, 180, 225, 270] }, params); const vars = []; if (finalParams.types.indexOf('linear') !== -1) { vars.push(`/** * @name s-gradient:linear * @namespace sugar.css.gradient * @type CssClass * @platform css * @status beta * * This class allows you to apply a "<yellow>linear</yellow> gradient to any HTMLElement. Note that this will apply a linear gradient using the "<yellow>primary</yellow>" color. If you want * apply something different, make use of the "<cyan>s-gradient-start-{colorName}</cyan>" and "<cyan>s-gradient-end-{colorName}</cyan>" classes... * * @example html * <div class="s-gradient\:linear\:accent"> * Hello gradient * </div> * * @since 2.0.0 * @author Olivier Bossel <olivier.bossel@gmail.com> (https://olivierbossel.com) */ .s-gradient--linear { --s-gradient-type-inline: linear; }`); } if (finalParams.types.indexOf('radial') !== -1) { vars.push(`/** * @name s-gradient:radial * @namespace sugar.css.gradient * @type CssClass * @platform css * @status beta * * This class allows you to apply a "<yellow>radial</yellow> gradient to any HTMLElement. Note that this will apply a radial gradient using the "<yellow>primary</yellow>" color. If you want * apply something different, make use of the "<cyan>s-gradient-start-{colorName}</cyan>" and "<cyan>s-gradient-end-{colorName}</cyan>" classes... * * @example html * <div class="s-gradient\:radial\:accent"> * Hello gradient * </div> * * @since 2.0.0 * @author Olivier Bossel <olivier.bossel@gmail.com> (https://olivierbossel.com) */ .s-gradient--radial { --s-gradient-type-inline: radial; }`); } if (finalParams.angles) { finalParams.angles.forEach((angle) => { vars.push(` /** * @name .s-gradient:${angle}deg * @namespace sugar.css.gradient * @type CssClass * @platform css * @status beta * * This class allows you to apply an angle of "<magenta>${angle}</magenta>" you want if your gradient * is of type "<yellow>linear</yellow>" of course. * * @example html * <div class="s-ratio\:16-9 s-gradient\:linear\:${angle}deg\:start-primary-50\:end-primary-70"> * <div class="s-center-abs">I'm a cool depth button</div> * </div> * * @since 2.0.0 * @author Olivier Bossel <olivier.bossel@gmail.com> (https://olivierbossel.com) */ .s-gradient--${angle}deg { --s-gradient-angle-inline: ${angle}deg; } `); }); } let currentName; __theme().loopOnColors(({ name, modifier, value, previous, next }) => { if (currentName !== name) { // default gradients vars.push(` /** * @name .s-gradient:${name} * @namespace sugar.css.gradient * @type CssClass * @platform css * @status beta * * This class allows you to apply directly a "<yellow>${name}</yellow>" gradient on any HTMLElement. * This gradient uses the "<yellow>gradient.defaultType</yellow>" and "<yellow>gradient.defaultAngle</yellow>" theme config. * If you want to apply some different gradient using classes, make use of the others available * classes like the "<yellow>s-gradient-type-{type}</yellow>", etc... * * @example html * <div class="s-ratio\:16-9 s-gradient\:${name}"> * <div class="s-center-abs">I'm a cool depth button</div> * </div> * * @since 2.0.0 * @author Olivier Bossel <olivier.bossel@gmail.com> (https://olivierbossel.com) */ .s-gradient--${name} { @sugar.gradient( $start: ${name}, $end: ${name}--${__theme().config('gradient.defaultModifier')}, $type: ${__theme().config('gradient.defaultType')}, $angle: ${__theme().config('gradient.defaultAngle')} ); } `); } currentName = name; const startColorClassName = `s-gradient:start-${name}${modifier === 'default' ? '' : `-${modifier}`}`; vars.push(`/** * @name ${startColorClassName} * @namespace sugar.css.gradient * @type CssClass * @platform css * @status beta * * This class allows you to apply a "<yellow>${name}</yellow>" gradient start color to any HTMLElement * * @example html * <div class="s-ratio\:16-9 ${startColorClassName.replace(':', '\:')}\:end-${name}${next.modifier === 'default' ? '' : `-${next.modifier}`}"> * <div class="s-center-abs">I'm a cool depth button</div> * </div> * * @since 2.0.0 * @author Olivier Bossel <olivier.bossel@gmail.com> (https://olivierbossel.com) */ .${startColorClassName.replace(':', '--')} { --s-gradient-start-color-inline: sugar.color(${name}, ${modifier}); }`); const endColorClassName = `s-gradient:end-${name}${modifier === 'default' ? '' : `-${modifier}`}`; vars.push(`/** * @name ${endColorClassName} * @namespace sugar.css.gradient * @type CssClass * @platform css * @status beta * * This class allows you to apply a "<yellow>${name}${modifier === 'default' ? '' : `-${modifier}`}</yellow>" gradient end color to any HTMLElement * * @example html * <div class="s-ratio\:16-9 ${endColorClassName.replace(':', '\:')}\:start-${name}${previous.modifier === 'default' ? '' : `-${previous.modifier}`} ${endColorClassName}"> * <div class="s-center-abs">I'm a cool depth button</div> * </div> * * @since 2.0.0 * @author Olivier Bossel <olivier.bossel@gmail.com> (https://olivierbossel.com) */ .${endColorClassName.replace(':', '--')} { --s-gradient-end-color-inline: sugar.color(${name}, ${modifier}); }`); }); replaceWith(vars); } //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xhc3Nlcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbImNsYXNzZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxZQUFZLE1BQU0sMkJBQTJCLENBQUM7QUFDckQsT0FBTyxPQUFPLE1BQU0sbUJBQW1CLENBQUM7QUFFeEM7Ozs7Ozs7Ozs7Ozs7Ozs7R0FnQkc7QUFFSCxNQUFNLDBDQUEyQyxTQUFRLFlBQVk7O0FBQzVELHFEQUFVLEdBQUc7SUFDbEIsS0FBSyxFQUFFO1FBQ0wsSUFBSSxFQUFFLFVBQVU7UUFDaEIsTUFBTSxFQUFFLENBQUMsUUFBUSxFQUFFLFFBQVEsQ0FBQztRQUM1QixPQUFPLEVBQUUsQ0FBQyxRQUFRLEVBQUUsUUFBUSxDQUFDO1FBQzdCLEtBQUssRUFBRSxHQUFHO0tBQ1g7SUFDRCxNQUFNLEVBQUU7UUFDTixJQUFJLEVBQUUsVUFBVTtRQUNoQixPQUFPLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRSxHQUFHLEVBQUUsR0FBRyxFQUFFLEdBQUcsRUFBRSxHQUFHLENBQUM7UUFDeEMsS0FBSyxFQUFFLEdBQUc7S0FDWDtDQUNGLENBQUM7QUFRSixPQUFPLEVBQUUsMENBQTBDLElBQUksU0FBUyxFQUFFLENBQUM7QUFFbkUsTUFBTSxDQUFDLE9BQU8sV0FBVyxFQUN2QixNQUFNLEVBQ04sTUFBTSxFQUNOLFdBQVcsRUFLWjtJQUNDLE1BQU0sV0FBVyxtQkFDZixLQUFLLEVBQUUsQ0FBQyxRQUFRLEVBQUUsUUFBUSxDQUFDLEVBQzNCLE1BQU0sRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFLEdBQUcsRUFBRSxHQUFHLEVBQUUsR0FBRyxFQUFFLEdBQUcsQ0FBQyxJQUNwQyxNQUFNLENBQ1YsQ0FBQztJQUVGLE1BQU0sSUFBSSxHQUFhLEVBQUUsQ0FBQztJQUUxQixJQUFJLFdBQVcsQ0FBQyxLQUFLLENBQUMsT0FBTyxDQUFDLFFBQVEsQ0FBQyxLQUFLLENBQUMsQ0FBQyxFQUFFO1FBQzlDLElBQUksQ0FBQyxJQUFJLENBQUM7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O01Bb0JSLENBQUMsQ0FBQztLQUNMO0lBRUQsSUFBSSxXQUFXLENBQUMsS0FBSyxDQUFDLE9BQU8sQ0FBQyxRQUFRLENBQUMsS0FBSyxDQUFDLENBQUMsRUFBRTtRQUM5QyxJQUFJLENBQUMsSUFBSSxDQUFDOzs7Ozs7Ozs7Ozs7Ozs7Ozs7OztNQW9CUixDQUFDLENBQUM7S0FDTDtJQUVELElBQUksV0FBVyxDQUFDLE1BQU0sRUFBRTtRQUN0QixXQUFXLENBQUMsTUFBTSxDQUFDLE9BQU8sQ0FBQyxDQUFDLEtBQUssRUFBRSxFQUFFO1lBQ25DLElBQUksQ0FBQyxJQUFJLENBQUM7O3NDQUVzQixLQUFLOzs7Ozs7a0VBTXVCLEtBQUs7Ozs7MkRBSVosS0FBSzs7Ozs7Ozt1QkFPekMsS0FBSzt5Q0FDYSxLQUFLOztLQUV6QyxDQUFDLENBQUM7UUFDSCxDQUFDLENBQUMsQ0FBQztLQUNKO0lBRUQsSUFBSSxXQUFXLENBQUM7SUFDaEIsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDLENBQUMsRUFBRSxJQUFJLEVBQUUsUUFBUSxFQUFFLEtBQUssRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFLEVBQUUsRUFBRTtRQUNuRSxJQUFJLFdBQVcsS0FBSyxJQUFJLEVBQUU7WUFDeEIsb0JBQW9CO1lBQ3BCLElBQUksQ0FBQyxJQUFJLENBQUM7O3dDQUV3QixJQUFJOzs7Ozs7a0VBTXNCLElBQUk7Ozs7OztxREFNakIsSUFBSTs7Ozs7Ozt5QkFPaEMsSUFBSTs7NEJBRUQsSUFBSTswQkFDTixJQUFJLEtBQUssT0FBTyxFQUFFLENBQUMsTUFBTSxDQUMzQywwQkFBMEIsQ0FDM0I7MkJBQ29CLE9BQU8sRUFBRSxDQUFDLE1BQU0sQ0FBQyxzQkFBc0IsQ0FBQzs0QkFDdkMsT0FBTyxFQUFFLENBQUMsTUFBTSxDQUFDLHVCQUF1QixDQUFDOzs7T0FHOUQsQ0FBQyxDQUFDO1NBQ0o7UUFDRCxXQUFXLEdBQUcsSUFBSSxDQUFDO1FBRW5CLE1BQU0sbUJBQW1CLEdBQUcsb0JBQW9CLElBQUksR0FDbEQsUUFBUSxLQUFLLFNBQVMsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxJQUFJLFFBQVEsRUFDNUMsRUFBRSxDQUFDO1FBQ0gsSUFBSSxDQUFDLElBQUksQ0FBQzsyQkFDYSxtQkFBbUI7Ozs7OztzREFNUSxJQUFJOzs7c0NBR3BCLG1CQUFtQixDQUFDLE9BQU8sQ0FBQyxHQUFHLEVBQUMsSUFBSSxDQUFDLFNBQVMsSUFBSSxHQUNsRixJQUFJLENBQUMsUUFBUSxLQUFLLFNBQVMsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxJQUFJLElBQUksQ0FBQyxRQUFRLEVBQ3REOzs7Ozs7O1NBT0ssbUJBQW1CLENBQUMsT0FBTyxDQUFDLEdBQUcsRUFBQyxJQUFJLENBQUM7eURBQ1csSUFBSSxLQUFLLFFBQVE7UUFDbEUsQ0FBQyxDQUFDO1FBRU4sTUFBTSxpQkFBaUIsR0FBRyxrQkFBa0IsSUFBSSxHQUM5QyxRQUFRLEtBQUssU0FBUyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLElBQUksUUFBUSxFQUM1QyxFQUFFLENBQUM7UUFDSCxJQUFJLENBQUMsSUFBSSxDQUFDO3lCQUNXLGlCQUFpQjs7Ozs7O29EQU1VLElBQUksR0FDbEQsUUFBUSxLQUFLLFNBQVMsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxJQUFJLFFBQVEsRUFDNUM7OztvQ0FHZ0MsaUJBQWlCLENBQUMsT0FBTyxDQUFDLEdBQUcsRUFBQyxJQUFJLENBQUMsV0FBVyxJQUFJLEdBQ2hGLFFBQVEsQ0FBQyxRQUFRLEtBQUssU0FBUyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLElBQUksUUFBUSxDQUFDLFFBQVEsRUFDOUQsSUFBSSxpQkFBaUI7Ozs7Ozs7T0FPbEIsaUJBQWlCLENBQUMsT0FBTyxDQUFDLEdBQUcsRUFBQyxJQUFJLENBQUM7cURBQ1csSUFBSSxLQUFLLFFBQVE7TUFDaEUsQ0FBQyxDQUFDO0lBQ04sQ0FBQyxDQUFDLENBQUM7SUFFSCxXQUFXLENBQUMsSUFBSSxDQUFDLENBQUM7QUFDcEIsQ0FBQyJ9
60.73057
3,750
0.672298
465d8def4aff9a69c5ac8c03a9520403069eb9aa
925
js
JavaScript
lib/repository/interface.js
knowark/modelarkjs
a3cf4fa6855cce57853734e258f6d5ed995fc858
[ "MIT" ]
null
null
null
lib/repository/interface.js
knowark/modelarkjs
a3cf4fa6855cce57853734e258f6d5ed995fc858
[ "MIT" ]
null
null
null
lib/repository/interface.js
knowark/modelarkjs
a3cf4fa6855cce57853734e258f6d5ed995fc858
[ "MIT" ]
null
null
null
export class RepositoryInterface { /** @return {typeof Entity} */ get model () { if (!this._model) { throw new Error('Not implemented') } return this._model } /** @param {Entity | Array<Entity>} items @return {Array<Entity>} */ async add (item) { console.assert(item) throw new Error('Not implemented') } /** @param {Entity | Array<Entity>} items @return {Array<Entity>} */ async remove (item) { console.assert(item) throw new Error('Not implemented') } async count (domain) { console.assert(domain) throw new Error('Not implemented') } /** @param { Array<Any> } domain * @param {{ * limit: number | null, offset: number | null, order: string | null * }} * @return {Array<Entity>} */ async search (domain, { limit = null, offset = null } = {}) { console.assert([domain, limit, offset]) throw new Error('Not implemented') } }
24.342105
73
0.601081
465f0210f73cbdea34299cff4aebc10f1c640747
290
js
JavaScript
src/isRotateSVGTransform/isRotateSVGTransform.index.js
marpple/FxSVG
0a29bcf1e9e42a6cfc5bc1b41ed95c2a84ccf776
[ "MIT" ]
11
2020-06-01T09:36:07.000Z
2021-07-14T12:22:45.000Z
src/isRotateSVGTransform/isRotateSVGTransform.index.js
marpple/FxSVG
0a29bcf1e9e42a6cfc5bc1b41ed95c2a84ccf776
[ "MIT" ]
2
2020-07-28T01:29:44.000Z
2020-08-03T03:23:28.000Z
src/isRotateSVGTransform/isRotateSVGTransform.index.js
marpple/FxSVG
0a29bcf1e9e42a6cfc5bc1b41ed95c2a84ccf776
[ "MIT" ]
1
2020-07-15T04:17:54.000Z
2020-07-15T04:17:54.000Z
import { $$isSVGTransform } from "../isSVGTransform/isSVGTransform.index.js"; export const $$isRotateSVGTransform = (transform) => { if (!$$isSVGTransform(transform)) { return false; } const { type, SVG_TRANSFORM_ROTATE } = transform; return type === SVG_TRANSFORM_ROTATE; };
26.363636
77
0.7
465f18a7853a1c4d0493fbc582e28a5801370fe1
1,035
js
JavaScript
gatsby-config.js
elizeumatheus/gatsby-netlify-cms
d46ef8fa728cbf246fdfb06f8d0fb34308b0911f
[ "BSD-3-Clause-Attribution" ]
3
2021-01-09T15:29:15.000Z
2021-02-12T23:36:43.000Z
gatsby-config.js
elizeumatheus/gatsby-netlify-cms
d46ef8fa728cbf246fdfb06f8d0fb34308b0911f
[ "BSD-3-Clause-Attribution" ]
null
null
null
gatsby-config.js
elizeumatheus/gatsby-netlify-cms
d46ef8fa728cbf246fdfb06f8d0fb34308b0911f
[ "BSD-3-Clause-Attribution" ]
null
null
null
const path = require("path"); module.exports = { siteMetadata: { title: `Netlify CSM com Gatsby`, description: `This is a sample project to show how create a site with Gatsby and Netlify CMS`, author: `@elizeumatheus`, }, plugins: [ `gatsby-plugin-react-helmet`, { resolve: `gatsby-source-filesystem`, options: { name: `uploads`, path: path.join(__dirname, "static", "images", "uploads"), }, }, { resolve: `gatsby-source-filesystem`, options: { name: `news`, path: path.join(__dirname, "static", "content", "news"), }, }, `gatsby-transformer-sharp`, `gatsby-plugin-sharp`, `gatsby-plugin-typescript`, { resolve: `gatsby-plugin-root-import`, options: { src: path.join(__dirname, "src"), }, }, `gatsby-transformer-remark`, { resolve: `gatsby-plugin-netlify-cms`, options: { modulePath: path.join(__dirname, "src", "cms", "cms.js"), }, }, ], };
24.069767
98
0.558454
465f24e293a0ca015c1fd36c149f1cdeae612989
1,730
js
JavaScript
test/meta/include_test.js
benstepp/tays
9884af2633cce21083cdd00193d65592855db858
[ "MIT" ]
null
null
null
test/meta/include_test.js
benstepp/tays
9884af2633cce21083cdd00193d65592855db858
[ "MIT" ]
null
null
null
test/meta/include_test.js
benstepp/tays
9884af2633cce21083cdd00193d65592855db858
[ "MIT" ]
null
null
null
import { include } from 'lib/meta' import { isEqual as match_array } from 'lodash' describe('include', () => { it('is a function', () => { expect(include).to.exist expect(include).to.be.a('function') }) it('returns a function', () => { expect(include()).to.be.a('function') }) it('includes nothing if no option passed', () => { @include() class A {} class B {} const a_methods = Object.getOwnPropertyNames(A) const b_methods = Object.getOwnPropertyNames(B) expect(match_array(a_methods, b_methods)).to.eq(true) }) it('it adds the instance methods of a class', () => { class A { a() { return 'a' } } @include(A) class B {} const instance = new B() expect(instance.a).to.be.a('function') expect(instance.a()).to.eq('a') }) it('it adds the static methods of a class', () => { class A { static a() { return 'a' } } @include(A) class B {} expect(B.a).to.be.a('function') expect(B.a()).to.eq('a') }) it('does not change the name of the class', () => { class A { a() { return 'a' } } @include(A) class B {} expect(B.name).to.eq('B') }) it('can add multiple classes at once', () => { class A { static a() { return 'a' } } class B { static b() { return 'b' } } @include(A, B) class C {} expect(C.a).to.be.a('function') expect(C.a()).to.eq('a') expect(C.b).to.be.a('function') expect(C.b()).to.eq('b') }) it('can add symbol propertyies', () => { const a = Symbol() class A { static [a]() { return 'a' } } @include(A) class B {} expect(() => B[a]()).to.not.throw(Error) expect(B[a]).to.be.a('function') expect(B[a]()).to.eq('a') }) })
22.179487
57
0.54104
465f408609c4a26e0bf28424554442351fd0691f
1,115
js
JavaScript
src/windows/savedStreams/savedStreams.js
MarkMichon1/BitGlitter
8ab0d425dc9d5bd2b31d1d8eed8993c9ad0b4080
[ "Unlicense" ]
212
2019-04-25T22:36:46.000Z
2021-09-09T08:36:26.000Z
src/windows/savedStreams/savedStreams.js
MarkMichon1/BitGlitter
8ab0d425dc9d5bd2b31d1d8eed8993c9ad0b4080
[ "Unlicense" ]
8
2019-05-24T16:54:49.000Z
2019-12-16T07:05:11.000Z
src/windows/savedStreams/savedStreams.js
MarkMichon1/BitGlitter
8ab0d425dc9d5bd2b31d1d8eed8993c9ad0b4080
[ "Unlicense" ]
19
2019-05-30T23:06:03.000Z
2021-09-09T08:36:28.000Z
const { BrowserWindow } = require('electron') const { operatingSystem, productionMode } = require('../../../config') function createSavedStreamsWindow (parentWindow) { let savedStreamsWindow = new BrowserWindow({ backgroundColor: '#25282C', title: 'Saved Streams', width: 800, height: 625, resizable: !productionMode, icon: './assets/icons/icon.png', parent: parentWindow, modal: true, webPreferences: { contextIsolation: false, enableRemoteModule: true, nodeIntegration: true } }) if (productionMode) { savedStreamsWindow.setMenu(null) } else { savedStreamsWindow.webContents.openDevTools() } savedStreamsWindow.loadFile(`${__dirname}/savedStreams.html`) // External links open in browser rather than in app savedStreamsWindow.webContents.on('new-window', function(event, url) { event.preventDefault(); require('electron').shell.openExternal(url); }) return savedStreamsWindow } module.exports = createSavedStreamsWindow
29.342105
74
0.643049
465f61eb7541edccc0d608efd58fff9814ab436f
489
js
JavaScript
examples/medium-app/src/messages/pt-BR.js
tlwu2013/grommet
581840f3e29c9d2ed531261ef5c4182fd15c4e60
[ "Apache-2.0" ]
null
null
null
examples/medium-app/src/messages/pt-BR.js
tlwu2013/grommet
581840f3e29c9d2ed531261ef5c4182fd15c4e60
[ "Apache-2.0" ]
null
null
null
examples/medium-app/src/messages/pt-BR.js
tlwu2013/grommet
581840f3e29c9d2ed531261ef5c4182fd15c4e60
[ "Apache-2.0" ]
1
2019-11-25T09:41:57.000Z
2019-11-25T09:41:57.000Z
// (C) Copyright 2014-2015 Hewlett-Packard Development Company, L.P. module.exports = { 'Active Alerts': 'Alertas Ativos', Dashboard: 'Painel de Controle', Activity: 'Atividade', Enclosures: 'Enclosures', 'Server Hardware': 'Hardware do Servidor', 'Server Profiles': 'Perfis do Servidor', Reports: 'Relatórios', Settings: 'Configurações', Overview: 'Sumário', Map: 'Mapa', deviceBays: 'Baias do Dispositivo', bay: 'Baia', flavor: 'Tipo', switches: 'Switches' };
28.764706
68
0.685072
465fbcbc1910e9f03b2f1e4352cff7f3b4339407
135
js
JavaScript
docs/html/search/enums_0.js
Astomih/NenEngine
669fcbaa7a26cbdeb764315d8c9c17370075611e
[ "MIT" ]
2
2021-03-16T15:59:41.000Z
2021-12-01T12:30:30.000Z
docs/html/search/enums_0.js
Astomih/NenEngine
669fcbaa7a26cbdeb764315d8c9c17370075611e
[ "MIT" ]
1
2021-09-05T05:08:48.000Z
2021-09-05T05:08:48.000Z
docs/html/search/enums_0.js
Astomih/NenEngine
669fcbaa7a26cbdeb764315d8c9c17370075611e
[ "MIT" ]
null
null
null
var searchData= [ ['state_0',['state',['../classnen_1_1base__actor.html#afecb2cfb95af8adb2afc771bdbb81972',1,'nen::base_actor']]] ];
27
113
0.733333
465ff65d058b06b2f6adce59c40e7bebd77fcdd2
7,090
js
JavaScript
node_modules/web3x/providers/legacy-provider-adapter.js
sirivus/studioonline
536cb4f3f8a8640821a47c0bdbef3877fe2e6f7a
[ "MIT" ]
null
null
null
node_modules/web3x/providers/legacy-provider-adapter.js
sirivus/studioonline
536cb4f3f8a8640821a47c0bdbef3877fe2e6f7a
[ "MIT" ]
null
null
null
node_modules/web3x/providers/legacy-provider-adapter.js
sirivus/studioonline
536cb4f3f8a8640821a47c0bdbef3877fe2e6f7a
[ "MIT" ]
null
null
null
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const events_1 = require("events"); const jsonrpc_1 = require("./jsonrpc"); class LegacyProviderAdapter { constructor(provider) { this.provider = provider; this.eventEmitter = new events_1.EventEmitter(); } subscribeToLegacyProvider() { if (!this.provider.on) { throw new Error('Legacy provider does not support subscriptions.'); } this.provider.on('data', (result, deprecatedResult) => { result = result || deprecatedResult; if (!result.method) { return; } this.eventEmitter.emit('notification', result.params); }); } send(method, params) { return new Promise((resolve, reject) => { const payload = jsonrpc_1.createJsonRpcPayload(method, params); this.provider.send(payload, (err, message) => { if (err) { return reject(err); } if (!message) { return reject(new Error('No response.')); } if (!jsonrpc_1.isValidJsonRpcResponse(message)) { const msg = message.error && message.error.message ? message.error.message : 'Invalid JSON RPC response: ' + JSON.stringify(message); return reject(new Error(msg)); } const response = message; if (response.error) { const message = response.error.message ? response.error.message : JSON.stringify(response); return reject(new Error('Returned error: ' + message)); } if (response.id && payload.id !== response.id) { return reject(new Error(`Wrong response id ${payload.id} != ${response.id} in ${JSON.stringify(payload)}`)); } resolve(response.result); }); }); } on(notification, listener) { if (notification !== 'notification') { throw new Error('Legacy providers only support notification event.'); } if (this.eventEmitter.listenerCount('notification') === 0) { this.subscribeToLegacyProvider(); } this.eventEmitter.on('notification', listener); return this; } removeListener(notification, listener) { if (!this.provider.removeListener) { throw new Error('Legacy provider does not support subscriptions.'); } if (notification !== 'notification') { throw new Error('Legacy providers only support notification event.'); } this.eventEmitter.removeListener('notification', listener); if (this.eventEmitter.listenerCount('notification') === 0) { this.provider.removeAllListeners('data'); } return this; } removeAllListeners(notification) { this.eventEmitter.removeAllListeners('notification'); if (this.provider.removeAllListeners) { this.provider.removeAllListeners('data'); } } } exports.LegacyProviderAdapter = LegacyProviderAdapter; //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGVnYWN5LXByb3ZpZGVyLWFkYXB0ZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvcHJvdmlkZXJzL2xlZ2FjeS1wcm92aWRlci1hZGFwdGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBQUEsbUNBQXNDO0FBRXRDLHVDQUEwRjtBQUcxRixNQUFhLHFCQUFxQjtJQUdoQyxZQUFvQixRQUF3QjtRQUF4QixhQUFRLEdBQVIsUUFBUSxDQUFnQjtRQUZwQyxpQkFBWSxHQUFHLElBQUkscUJBQVksRUFBRSxDQUFDO0lBRUssQ0FBQztJQUV4Qyx5QkFBeUI7UUFDL0IsSUFBSSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsRUFBRSxFQUFFO1lBQ3JCLE1BQU0sSUFBSSxLQUFLLENBQUMsaURBQWlELENBQUMsQ0FBQztTQUNwRTtRQUNELElBQUksQ0FBQyxRQUFRLENBQUMsRUFBRSxDQUFDLE1BQU0sRUFBRSxDQUFDLE1BQVcsRUFBRSxnQkFBc0IsRUFBRSxFQUFFO1lBQy9ELE1BQU0sR0FBRyxNQUFNLElBQUksZ0JBQWdCLENBQUM7WUFDcEMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxNQUFNLEVBQUU7Z0JBQ2xCLE9BQU87YUFDUjtZQUVELElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLGNBQWMsRUFBRSxNQUFNLENBQUMsTUFBTSxDQUFDLENBQUM7UUFDeEQsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO0lBRU0sSUFBSSxDQUFDLE1BQWMsRUFBRSxNQUFjO1FBQ3hDLE9BQU8sSUFBSSxPQUFPLENBQUMsQ0FBQyxPQUFPLEVBQUUsTUFBTSxFQUFFLEVBQUU7WUFDckMsTUFBTSxPQUFPLEdBQUcsOEJBQW9CLENBQUMsTUFBTSxFQUFFLE1BQU0sQ0FBQyxDQUFDO1lBRXJELElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDLEdBQUcsRUFBRSxPQUFPLEVBQUUsRUFBRTtnQkFDM0MsSUFBSSxHQUFHLEVBQUU7b0JBQ1AsT0FBTyxNQUFNLENBQUMsR0FBRyxDQUFDLENBQUM7aUJBQ3BCO2dCQUNELElBQUksQ0FBQyxPQUFPLEVBQUU7b0JBQ1osT0FBTyxNQUFNLENBQUMsSUFBSSxLQUFLLENBQUMsY0FBYyxDQUFDLENBQUMsQ0FBQztpQkFDMUM7Z0JBQ0QsSUFBSSxDQUFDLGdDQUFzQixDQUFDLE9BQU8sQ0FBQyxFQUFFO29CQUNwQyxNQUFNLEdBQUcsR0FDUCxPQUFPLENBQUMsS0FBSyxJQUFJLE9BQU8sQ0FBQyxLQUFLLENBQUMsT0FBTzt3QkFDcEMsQ0FBQyxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsT0FBTzt3QkFDdkIsQ0FBQyxDQUFDLDZCQUE2QixHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDLENBQUM7b0JBQzlELE9BQU8sTUFBTSxDQUFDLElBQUksS0FBSyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUM7aUJBQy9CO2dCQUNELE1BQU0sUUFBUSxHQUFHLE9BQTBCLENBQUM7Z0JBRTVDLElBQUksUUFBUSxDQUFDLEtBQUssRUFBRTtvQkFDbEIsTUFBTSxPQUFPLEdBQUcsUUFBUSxDQUFDLEtBQUssQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLFFBQVEsQ0FBQyxLQUFLLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLFFBQVEsQ0FBQyxDQUFDO29CQUMzRixPQUFPLE1BQU0sQ0FBQyxJQUFJLEtBQUssQ0FBQyxrQkFBa0IsR0FBRyxPQUFPLENBQUMsQ0FBQyxDQUFDO2lCQUN4RDtnQkFDRCxJQUFJLFFBQVEsQ0FBQyxFQUFFLElBQUksT0FBTyxDQUFDLEVBQUUsS0FBSyxRQUFRLENBQUMsRUFBRSxFQUFFO29CQUM3QyxPQUFPLE1BQU0sQ0FBQyxJQUFJLEtBQUssQ0FBQyxxQkFBcUIsT0FBTyxDQUFDLEVBQUUsT0FBTyxRQUFRLENBQUMsRUFBRSxPQUFPLElBQUksQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUM7aUJBQzdHO2dCQUVELE9BQU8sQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDLENBQUM7WUFDM0IsQ0FBQyxDQUFDLENBQUM7UUFDTCxDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7SUFPTSxFQUFFLENBQUMsWUFBMkMsRUFBRSxRQUFrQztRQUN2RixJQUFJLFlBQVksS0FBSyxjQUFjLEVBQUU7WUFDbkMsTUFBTSxJQUFJLEtBQUssQ0FBQyxtREFBbUQsQ0FBQyxDQUFDO1NBQ3RFO1FBQ0QsSUFBSSxJQUFJLENBQUMsWUFBWSxDQUFDLGFBQWEsQ0FBQyxjQUFjLENBQUMsS0FBSyxDQUFDLEVBQUU7WUFDekQsSUFBSSxDQUFDLHlCQUF5QixFQUFFLENBQUM7U0FDbEM7UUFDRCxJQUFJLENBQUMsWUFBWSxDQUFDLEVBQUUsQ0FBQyxjQUFjLEVBQUUsUUFBUSxDQUFDLENBQUM7UUFDL0MsT0FBTyxJQUFJLENBQUM7SUFDZCxDQUFDO0lBT00sY0FBYyxDQUFDLFlBQTJDLEVBQUUsUUFBa0M7UUFDbkcsSUFBSSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsY0FBYyxFQUFFO1lBQ2pDLE1BQU0sSUFBSSxLQUFLLENBQUMsaURBQWlELENBQUMsQ0FBQztTQUNwRTtRQUNELElBQUksWUFBWSxLQUFLLGNBQWMsRUFBRTtZQUNuQyxNQUFNLElBQUksS0FBSyxDQUFDLG1EQUFtRCxDQUFDLENBQUM7U0FDdEU7UUFDRCxJQUFJLENBQUMsWUFBWSxDQUFDLGNBQWMsQ0FBQyxjQUFjLEVBQUUsUUFBUSxDQUFDLENBQUM7UUFDM0QsSUFBSSxJQUFJLENBQUMsWUFBWSxDQUFDLGFBQWEsQ0FBQyxjQUFjLENBQUMsS0FBSyxDQUFDLEVBQUU7WUFDekQsSUFBSSxDQUFDLFFBQVEsQ0FBQyxrQkFBbUIsQ0FBQyxNQUFNLENBQUMsQ0FBQztTQUMzQztRQUNELE9BQU8sSUFBSSxDQUFDO0lBQ2QsQ0FBQztJQUVNLGtCQUFrQixDQUFDLFlBQTJDO1FBQ25FLElBQUksQ0FBQyxZQUFZLENBQUMsa0JBQWtCLENBQUMsY0FBYyxDQUFDLENBQUM7UUFDckQsSUFBSSxJQUFJLENBQUMsUUFBUSxDQUFDLGtCQUFrQixFQUFFO1lBQ3BDLElBQUksQ0FBQyxRQUFRLENBQUMsa0JBQWtCLENBQUMsTUFBTSxDQUFDLENBQUM7U0FDMUM7SUFDSCxDQUFDO0NBQ0Y7QUE3RkQsc0RBNkZDIn0=
87.530864
3,830
0.795628
465ffa0fd021f68ef524c35ec49d3b973e83a5bb
656,075
js
JavaScript
data/clustered_data/2014_03_theft_clustered.js
marquettecomputationalsocialscience/clusteredcrimemaps
4fb4ad1ad2474f854dabc1a72fbefcbb700d601a
[ "MIT" ]
2
2017-11-16T23:22:53.000Z
2018-02-05T21:04:03.000Z
data/clustered_data/2014_03_theft_clustered.js
marquettecomputationalsocialscience/clusteredcrimemaps
4fb4ad1ad2474f854dabc1a72fbefcbb700d601a
[ "MIT" ]
null
null
null
data/clustered_data/2014_03_theft_clustered.js
marquettecomputationalsocialscience/clusteredcrimemaps
4fb4ad1ad2474f854dabc1a72fbefcbb700d601a
[ "MIT" ]
3
2017-08-06T22:44:45.000Z
2018-10-28T02:11:56.000Z
var theft_2014_03 = [{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "Unnamed: 0": 0, "Incident Number": 140880066, "Date": "03\/29\/2014", "Time": "09:32 AM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.099740, -87.928874 ], "Address": "4565 N GREEN BAY AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 0, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 6, "g_clusterK10": 7, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.928874362779524, 43.099740360853858 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 1, "Incident Number": 140870032, "Date": "03\/28\/2014", "Time": "08:53 AM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.106961, -87.947922 ], "Address": "4923 N TEUTONIA AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.94792203583566, 43.106961489583988 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 2, "Incident Number": 140860045, "Date": "03\/27\/2014", "Time": "09:29 AM", "Police District": 7.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.108340, -87.941241 ], "Address": "2332 W FAIRMOUNT AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.941240832361927, 43.108339514859409 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 3, "Incident Number": 140860064, "Date": "03\/27\/2014", "Time": "11:13 AM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.108444, -87.940422 ], "Address": "5005 N 23RD ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.940421599255359, 43.108444173466438 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 4, "Incident Number": 140850049, "Date": "03\/26\/2014", "Time": "09:23 AM", "Police District": 4.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.113421, -87.960059 ], "Address": "5273 N 38TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 2, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.960059102573595, 43.113420754371276 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 5, "Incident Number": 140850082, "Date": "03\/26\/2014", "Time": "04:32 PM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.127865, -87.952135 ], "Address": "6073 N TEUTONIA AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 3, "g_clusterK5": 4, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 5, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 2, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.952135250318662, 43.127865352903463 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 6, "Incident Number": 140850091, "Date": "03\/26\/2014", "Time": "05:51 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.106417, -87.956521 ], "Address": "3500 W MOTHER DANIELS WA", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.956521236857483, 43.106416519331489 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 7, "Incident Number": 140840060, "Date": "03\/25\/2014", "Time": "02:10 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.106158, -87.938092 ], "Address": "4879 N 21ST ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 2, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.938091573720143, 43.10615817346644 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 8, "Incident Number": 140820062, "Date": "03\/23\/2014", "Time": "01:36 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": "DESTRUCTION\/DAMAGE\/VANDALISM OF PROPERTY", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.108249, -87.964821 ], "Address": "4129 W FAIRMOUNT AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 2, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.964821167638064, 43.108248532315898 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 9, "Incident Number": 140820069, "Date": "03\/23\/2014", "Time": "03:32 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.105977, -87.944128 ], "Address": "4869 N 25TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.944127650325811, 43.105976947544576 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 10, "Incident Number": 140800113, "Date": "03\/21\/2014", "Time": "06:39 PM", "Police District": 5.0, "Offense 1": "AGGRAVATED ASSAULT", "Offense 2": "THEFT FROM BUILDING", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.100715, -87.946136 ], "Address": "2505 W GLENDALE AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.94613604114231, 43.100714739452584 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 11, "Incident Number": 140790069, "Date": "03\/20\/2014", "Time": "11:32 AM", "Police District": 5.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.096006, -87.940387 ], "Address": "2233 W ROOSEVELT DR", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.940387404928231, 43.096006059380336 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 12, "Incident Number": 140770078, "Date": "03\/18\/2014", "Time": "11:08 AM", "Police District": 5.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.092953, -87.928134 ], "Address": "4168 N 14TH ST", "e_clusterK2": 1, "g_clusterK2": 0, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.928133937388353, 43.092953381903186 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 13, "Incident Number": 140760040, "Date": "03\/17\/2014", "Time": "10:14 AM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.089928, -87.945810 ], "Address": "2600 W CAPITOL DR", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.945809673727823, 43.089927811804444 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 14, "Incident Number": 140760110, "Date": "03\/17\/2014", "Time": "03:54 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.105776, -87.939544 ], "Address": "4821 N 22ND ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 2, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.939544212244968, 43.105776047435121 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 15, "Incident Number": 140750062, "Date": "03\/16\/2014", "Time": "01:38 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.104410, -87.945603 ], "Address": "2601 W HAMPTON AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.945602930607691, 43.104409535634112 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 16, "Incident Number": 140750067, "Date": "03\/16\/2014", "Time": "01:42 PM", "Police District": 5.0, "Offense 1": "AGGRAVATED ASSAULT", "Offense 2": "THEFT FROM BUILDING", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.097772, -87.935457 ], "Address": "1965 W LAWRENCE AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.935457012349246, 43.097771663310233 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 17, "Incident Number": 140740103, "Date": "03\/15\/2014", "Time": "07:51 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.109577, -87.966568 ], "Address": "5075 N SHERMAN BL", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 2, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.966568164895818, 43.109576528449423 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 18, "Incident Number": 140710034, "Date": "03\/12\/2014", "Time": "06:57 AM", "Police District": 5.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.093722, -87.946816 ], "Address": "4238 N 27TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.946816191170129, 43.093722017337512 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 19, "Incident Number": 140710045, "Date": "03\/12\/2014", "Time": "10:28 AM", "Police District": 5.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.090432, -87.939178 ], "Address": "4030 N TEUTONIA AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 0, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.939178353760553, 43.090431652877115 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 20, "Incident Number": 140700060, "Date": "03\/11\/2014", "Time": "12:11 PM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.145759, -87.955577 ], "Address": "7044 N TEUTONIA AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 3, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 4, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 0, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 4, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.955576771380493, 43.145759490429064 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 21, "Incident Number": 140730049, "Date": "03\/11\/2014", "Time": "11:08 AM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.123824, -87.963400 ], "Address": "5841 N 41ST ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 5, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 2, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.963400092042008, 43.123823779906502 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 22, "Incident Number": 140690022, "Date": "03\/10\/2014", "Time": "07:20 AM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.094070, -87.939341 ], "Address": "4197 N 22ND ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.939341059293426, 43.094069643632047 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 23, "Incident Number": 140680115, "Date": "03\/09\/2014", "Time": "07:51 PM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.098568, -87.948927 ], "Address": "2826 W ATKINSON AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.948927100871487, 43.098568437705488 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 24, "Incident Number": 140660070, "Date": "03\/07\/2014", "Time": "12:39 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.105142, -87.956493 ], "Address": "4834 N MOTHER DANIELS WA", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.956493334093622, 43.105141529834391 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 25, "Incident Number": 140650025, "Date": "03\/06\/2014", "Time": "08:20 AM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.141285, -87.970731 ], "Address": "4614 W GREEN TREE RD", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 8, "g_clusterK9": 4, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -87.970730893559931, 43.141284511541187 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 26, "Incident Number": 140650035, "Date": "03\/06\/2014", "Time": "10:38 AM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.119260, -87.957181 ], "Address": "3530 W SILVER SPRING DR", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 3, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 2, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.957180555369618, 43.11926047489748 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 27, "Incident Number": 140650036, "Date": "03\/06\/2014", "Time": "09:20 AM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.100424, -87.946663 ], "Address": "4564 N 27TH ST #4", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.946663444601725, 43.100423717179297 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 28, "Incident Number": 140650046, "Date": "03\/06\/2014", "Time": "12:44 PM", "Police District": 5.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.089806, -87.942213 ], "Address": "2400 W CAPITOL DR", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 0, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.942213220093493, 43.089806460470761 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 29, "Incident Number": 140630133, "Date": "03\/05\/2014", "Time": "12:20 AM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.090944, -87.937907 ], "Address": "2041 W ATKINSON AV #105", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 0, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.937907110767881, 43.090943513157306 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 30, "Incident Number": 140640029, "Date": "03\/05\/2014", "Time": "07:48 AM", "Police District": 4.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.129809, -87.958395 ], "Address": "6140 N 37TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 5, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 2, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.95839486078269, 43.129808800998347 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 31, "Incident Number": 140640083, "Date": "03\/05\/2014", "Time": "04:22 PM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.098426, -87.938262 ], "Address": "4465 N 21ST ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.938261599255355, 43.098425528449411 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 32, "Incident Number": 140640101, "Date": "03\/05\/2014", "Time": "06:43 PM", "Police District": 7.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.106760, -87.947842 ], "Address": "4925 N TEUTONIA AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.947842347599391, 43.10676007620031 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 33, "Incident Number": 140630025, "Date": "03\/04\/2014", "Time": "09:35 AM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.126669, -87.964881 ], "Address": "4216 W FLORIST AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 5, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 2, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.964881295110331, 43.126668871963247 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 34, "Incident Number": 140630120, "Date": "03\/04\/2014", "Time": "08:30 PM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.124592, -87.950132 ], "Address": "3006 W BOBOLINK AV #1", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 2, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.950132413266772, 43.124592475474394 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 35, "Incident Number": 140600080, "Date": "03\/01\/2014", "Time": "07:37 PM", "Police District": 7.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.110883, -87.951582 ], "Address": "5151 N 31ST ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.951581599255348, 43.110882586733226 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 36, "Incident Number": 140890053, "Date": "03\/30\/2014", "Time": "10:22 AM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.082446, -87.996101 ], "Address": "6720 W KEEFE AVENUE PK", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 4, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.99610061183003, 43.082445838845175 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 37, "Incident Number": 140860081, "Date": "03\/27\/2014", "Time": "02:11 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.073474, -87.976181 ], "Address": "5000 W CHAMBERS ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 2, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.976181259074494, 43.073474483841586 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 38, "Incident Number": 140860092, "Date": "03\/27\/2014", "Time": "01:32 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.074300, -87.991140 ], "Address": "6309 W APPLETON AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 4, "g_clusterK10": 5, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.991140193750198, 43.074299767124565 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 39, "Incident Number": 140850150, "Date": "03\/26\/2014", "Time": "09:14 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.025993, -87.993351 ], "Address": "6428 W MAIN ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 2, "m_clusterK4": 1, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 5, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.993351, 43.025992500432679 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 40, "Incident Number": 140840127, "Date": "03\/25\/2014", "Time": "07:23 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.060652, -87.982124 ], "Address": "5501 W NORTH AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 2, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.982123919095159, 43.060651513994031 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 41, "Incident Number": 140830044, "Date": "03\/24\/2014", "Time": "12:07 PM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.052085, -87.981142 ], "Address": "1619 N 54TH ST", "e_clusterK2": 0, "g_clusterK2": 1, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 2, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 0, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.981141580933496, 43.052085 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 42, "Incident Number": 140830087, "Date": "03\/24\/2014", "Time": "04:54 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.071649, -87.978003 ], "Address": "5110 W LOCUST ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 2, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.978003197472447, 43.071649494950087 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 43, "Incident Number": 140830107, "Date": "03\/24\/2014", "Time": "06:41 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.027416, -87.987423 ], "Address": "412 S 60TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 1, "g_clusterK4": 2, "m_clusterK4": 1, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 5, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.987422930175001, 43.027416251457112 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 44, "Incident Number": 140820053, "Date": "03\/23\/2014", "Time": "01:36 PM", "Police District": 7.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.068491, -87.982086 ], "Address": "2720 N 55TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 2, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.982086386317917, 43.068491161809675 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 45, "Incident Number": 140820100, "Date": "03\/23\/2014", "Time": "07:20 PM", "Police District": 7.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.076448, -87.979719 ], "Address": "3157 N 53RD ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.979719084251713, 43.076448167638063 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 46, "Incident Number": 140810158, "Date": "03\/22\/2014", "Time": "10:34 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.031396, -87.997122 ], "Address": "6732 W FAIRVIEW AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 5, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.997122, 43.031396460470752 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 47, "Incident Number": 140790011, "Date": "03\/20\/2014", "Time": "01:18 AM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.072171, -87.995290 ], "Address": "6663 W LISBON AV #2", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 4, "g_clusterK10": 5, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.995290464913566, 43.072170887814401 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 48, "Incident Number": 140790106, "Date": "03\/20\/2014", "Time": "04:33 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.038363, -88.028694 ], "Address": "9200 W WISCONSIN AV", "e_clusterK2": 0, "g_clusterK2": 1, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 0, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 1, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -88.028693581944978, 43.038363497114474 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 49, "Incident Number": 140770112, "Date": "03\/18\/2014", "Time": "03:52 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.068566, -87.985614 ], "Address": "5816 W APPLETON AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 2, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.98561355785111, 43.068565812106826 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 50, "Incident Number": 140750090, "Date": "03\/16\/2014", "Time": "06:51 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.025699, -88.017176 ], "Address": "500 S 84TH ST", "e_clusterK2": 0, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 1, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -88.017175902303435, 43.025699085752272 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 51, "Incident Number": 140740118, "Date": "03\/15\/2014", "Time": "08:37 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.036151, -87.994225 ], "Address": "6526 W BLUE MOUND RD", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 2, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 1, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.994224922009352, 43.036151446044038 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 52, "Incident Number": 140740006, "Date": "03\/14\/2014", "Time": "11:03 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.029556, -87.990840 ], "Address": "6229 W DIXON ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 2, "m_clusterK4": 1, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 5, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.990840167638055, 43.029555517889179 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 53, "Incident Number": 140720072, "Date": "03\/13\/2014", "Time": "02:18 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.025699, -88.017176 ], "Address": "500 S 84TH ST", "e_clusterK2": 0, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 1, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -88.017175902303435, 43.025699085752272 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 54, "Incident Number": 140710129, "Date": "03\/12\/2014", "Time": "07:31 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.067536, -87.979787 ], "Address": "2676 N 53RD ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 2, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.979786824876143, 43.067535879776024 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 55, "Incident Number": 140700016, "Date": "03\/11\/2014", "Time": "04:16 AM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.088329, -88.005951 ], "Address": "3909 N 75TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 1, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 5, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -88.005950599255357, 43.088328838190307 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 56, "Incident Number": 140700054, "Date": "03\/11\/2014", "Time": "12:13 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.068398, -87.985616 ], "Address": "5815 W APPLETON AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 2, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.985615532905385, 43.06839760357952 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 57, "Incident Number": 140690089, "Date": "03\/10\/2014", "Time": "02:25 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.052833, -87.982885 ], "Address": "5523 W WASHINGTON BL", "e_clusterK2": 0, "g_clusterK2": 1, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 2, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 0, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.982884502914189, 43.052832546742621 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 58, "Incident Number": 140680079, "Date": "03\/09\/2014", "Time": "04:26 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.072389, -87.997381 ], "Address": "2955 N 68TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 2, "g_clusterK7": 0, "m_clusterK7": 2, "e_clusterK8": 4, "g_clusterK8": 1, "m_clusterK8": 2, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 4, "g_clusterK10": 5, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.997380588146868, 43.072388947544567 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 59, "Incident Number": 140670090, "Date": "03\/08\/2014", "Time": "06:06 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.085769, -88.000898 ], "Address": "7125 W APPLETON AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 1, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -88.000898467135841, 43.085768700790688 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 60, "Incident Number": 140670112, "Date": "03\/08\/2014", "Time": "08:28 PM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.038722, -87.977790 ], "Address": "5101 W WISCONSIN AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 0, "g_clusterK6": 3, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 1, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.977789832361935, 43.038722495672182 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 61, "Incident Number": 140670125, "Date": "03\/08\/2014", "Time": "08:46 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.026392, -87.988660 ], "Address": "530 S 61ST ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 1, "g_clusterK4": 2, "m_clusterK4": 1, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 5, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.988660094972573, 43.026392427161653 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 62, "Incident Number": 140660023, "Date": "03\/07\/2014", "Time": "08:12 AM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.026792, -87.985458 ], "Address": "503 S HAWLEY RD", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 1, "g_clusterK4": 2, "m_clusterK4": 1, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 5, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.985458060534171, 43.026791636418679 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 63, "Incident Number": 140650087, "Date": "03\/06\/2014", "Time": "04:28 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.068004, -87.977110 ], "Address": "5030 W CENTER ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 2, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.977110164723868, 43.06800352596791 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 64, "Incident Number": 140640044, "Date": "03\/05\/2014", "Time": "10:43 AM", "Police District": 7.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.071434, -87.980865 ], "Address": "2878 N 54TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 2, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.980864937388361, 43.071434245628723 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 65, "Incident Number": 140640084, "Date": "03\/05\/2014", "Time": "03:17 PM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.068007, -87.985511 ], "Address": "5801 W CENTER ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 2, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.985511276992312, 43.068006546742623 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 66, "Incident Number": 140640100, "Date": "03\/05\/2014", "Time": "06:27 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.031532, -88.007380 ], "Address": "135 N 76TH ST", "e_clusterK2": 0, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 1, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -88.007380057705944, 43.031532004472048 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 67, "Incident Number": 140620027, "Date": "03\/03\/2014", "Time": "09:56 AM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.024366, -88.007352 ], "Address": "679 S 76TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 2, "m_clusterK4": 1, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 5, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -88.007351548761832, 43.024366341104525 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 68, "Incident Number": 140600049, "Date": "03\/01\/2014", "Time": "12:49 PM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.036870, -87.964298 ], "Address": "528 N 40TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.96429781845481, 43.036870452680454 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 69, "Incident Number": 140600053, "Date": "03\/01\/2014", "Time": "01:45 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.074279, -87.982052 ], "Address": "3035 N 55TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.982051639217303, 43.074278863725539 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 70, "Incident Number": 140600055, "Date": "03\/01\/2014", "Time": "02:27 PM", "Police District": 7.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.088364, -88.004781 ], "Address": "3915 N 74TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 1, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 5, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -88.004781160857391, 43.088364 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 71, "Incident Number": 140900047, "Date": "03\/31\/2014", "Time": "10:29 AM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.982895, -87.967883 ], "Address": "3400 S 43RD ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.967883335026443, 42.982894967196358 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 72, "Incident Number": 140890014, "Date": "03\/30\/2014", "Time": "02:55 AM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.973993, -87.978442 ], "Address": "5100 W HOWARD AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.9784425, 42.97399348600598 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 73, "Incident Number": 140880118, "Date": "03\/29\/2014", "Time": "04:16 PM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.988560, -87.988470 ], "Address": "6020 W OKLAHOMA AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.988469819178349, 42.988560117914275 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 74, "Incident Number": 140870010, "Date": "03\/28\/2014", "Time": "01:28 AM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.986295, -88.018891 ], "Address": "3191 S 85TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -88.018891022649697, 42.986295419095171 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 75, "Incident Number": 140870058, "Date": "03\/28\/2014", "Time": "12:30 PM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.978831, -87.991709 ], "Address": "6215 W WARNIMONT AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.991708597380381, 42.978830719286371 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 76, "Incident Number": 140850089, "Date": "03\/26\/2014", "Time": "05:45 PM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.984705, -87.948466 ], "Address": "3333 S 27TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.948466383970114, 42.984705397388694 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 77, "Incident Number": 140850133, "Date": "03\/26\/2014", "Time": "09:26 PM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.980642, -88.027505 ], "Address": "3500 S 92ND ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -88.027505426279845, 42.980641994171634 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 78, "Incident Number": 140840025, "Date": "03\/25\/2014", "Time": "09:29 AM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.977293, -87.948591 ], "Address": "3701 S 27TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.948590751666572, 42.977293424608902 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 79, "Incident Number": 140830027, "Date": "03\/24\/2014", "Time": "10:22 AM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.979599, -87.965133 ], "Address": "3532 S TOLDT CR", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 2, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 3, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 9, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.965132915748285, 42.979599 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 80, "Incident Number": 140800092, "Date": "03\/21\/2014", "Time": "03:36 PM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.981196, -87.992892 ], "Address": "6400 W MORGAN AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.992892, 42.981196493219336 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 81, "Incident Number": 140790044, "Date": "03\/20\/2014", "Time": "08:26 AM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.988125, -88.022961 ], "Address": "8801 W OKLAHOMA AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -88.022961, 42.988125494518329 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 82, "Incident Number": 140780076, "Date": "03\/19\/2014", "Time": "02:55 PM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.984891, -87.948438 ], "Address": "3355 S 27TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.948437518897848, 42.984890912488318 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 83, "Incident Number": 140760130, "Date": "03\/17\/2014", "Time": "06:32 PM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.988327, -87.978752 ], "Address": "5101 W OKLAHOMA AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.978752025535229, 42.988327473455186 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 84, "Incident Number": 140740049, "Date": "03\/15\/2014", "Time": "11:50 AM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.995065, -87.957915 ], "Address": "3500 W FOREST HOME AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.957914643368497, 42.99506523053909 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 85, "Incident Number": 140740114, "Date": "03\/15\/2014", "Time": "09:20 PM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.988278, -87.977938 ], "Address": "5105 W OKLAHOMA AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.977937734209078, 42.988277882245292 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 86, "Incident Number": 140730103, "Date": "03\/14\/2014", "Time": "06:39 PM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.981998, -87.994003 ], "Address": "6439 W VERONA CT", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.994003332361928, 42.981998481245448 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 87, "Incident Number": 140720124, "Date": "03\/13\/2014", "Time": "07:24 PM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.999056, -87.967780 ], "Address": "2481 S 43RD ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.967779544866701, 42.999056444630384 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 88, "Incident Number": 140690114, "Date": "03\/10\/2014", "Time": "02:20 PM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.999439, -87.969590 ], "Address": "2459 S 43RD ST #103", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.96959022913687, 42.999439228587136 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 89, "Incident Number": 140680124, "Date": "03\/09\/2014", "Time": "10:33 PM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.984891, -87.948438 ], "Address": "3355 S 27TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.948437518897848, 42.984890912488318 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 90, "Incident Number": 140670109, "Date": "03\/08\/2014", "Time": "08:19 PM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.988327, -87.978752 ], "Address": "5101 W OKLAHOMA AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.978752025535229, 42.988327473455186 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 91, "Incident Number": 140660067, "Date": "03\/07\/2014", "Time": "10:25 AM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.980125, -87.967966 ], "Address": "3540 S 43RD ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 3, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.96796642570294, 42.980125369409691 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 92, "Incident Number": 140650077, "Date": "03\/06\/2014", "Time": "03:26 PM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.988429, -87.958601 ], "Address": "3501 W OKLAHOMA AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 2, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 3, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.958601062582986, 42.988429480668529 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 93, "Incident Number": 140630113, "Date": "03\/04\/2014", "Time": "07:43 PM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.984891, -87.948438 ], "Address": "3355 S 27TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.948437518897848, 42.984890912488318 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 94, "Incident Number": 140620018, "Date": "03\/03\/2014", "Time": "08:41 AM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.978831, -87.991709 ], "Address": "6215 W WARNIMONT AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.991708597380381, 42.978830719286371 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 95, "Incident Number": 140610004, "Date": "03\/02\/2014", "Time": "12:36 AM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.984535, -87.952299 ], "Address": "3330 S 30TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.952298651361332, 42.984534995994537 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 96, "Incident Number": 140610009, "Date": "03\/02\/2014", "Time": "01:48 AM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.984535, -87.952299 ], "Address": "3330 S 30TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.952298651361332, 42.984534995994537 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 97, "Incident Number": 140610062, "Date": "03\/02\/2014", "Time": "08:52 PM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.988316, -87.965332 ], "Address": "3100 S 41ST ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.965331738835943, 42.98831557494502 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 98, "Incident Number": 140600090, "Date": "03\/01\/2014", "Time": "09:57 PM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.988327, -87.978752 ], "Address": "5101 W OKLAHOMA AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.978752025535229, 42.988327473455186 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 99, "Incident Number": 140900038, "Date": "03\/31\/2014", "Time": "09:41 AM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.002881, -87.931944 ], "Address": "1521 W LINCOLN AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.931944, 43.002880513994029 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 100, "Incident Number": 140900046, "Date": "03\/31\/2014", "Time": "10:16 AM", "Police District": 2.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.002950, -87.922461 ], "Address": "900 W LINCOLN AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.922460862625201, 43.002949872817368 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 101, "Incident Number": 140880046, "Date": "03\/29\/2014", "Time": "08:19 AM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.000057, -87.920051 ], "Address": "2455 S 7TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.920051073720145, 43.000056670552254 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 102, "Incident Number": 140880070, "Date": "03\/29\/2014", "Time": "11:37 AM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.020576, -87.935485 ], "Address": "1020 S 18TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.935485382422769, 43.020576 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 103, "Incident Number": 140880179, "Date": "03\/29\/2014", "Time": "09:50 PM", "Police District": 2.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.007599, -87.934380 ], "Address": "2033 S 17TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.934379529863051, 43.007598701915867 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 104, "Incident Number": 140870021, "Date": "03\/28\/2014", "Time": "07:01 AM", "Police District": 2.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.018506, -87.921076 ], "Address": "1222 S 8TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 2, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.921076422961633, 43.018506 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 105, "Incident Number": 140870048, "Date": "03\/28\/2014", "Time": "11:23 AM", "Police District": 2.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.007462, -87.932225 ], "Address": "2036 S 15TH PL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.932224977350302, 43.007462130446072 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 106, "Incident Number": 140870075, "Date": "03\/28\/2014", "Time": "02:15 PM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.009317, -87.924251 ], "Address": "1937 S 10TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 2, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.92425106650677, 43.009317450458781 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 107, "Incident Number": 140870101, "Date": "03\/28\/2014", "Time": "03:06 PM", "Police District": 2.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.021828, -87.916845 ], "Address": "908 S 5TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 0, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.916844911276215, 43.02182797446477 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 108, "Incident Number": 140860052, "Date": "03\/27\/2014", "Time": "09:52 AM", "Police District": 2.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.014409, -87.929439 ], "Address": "1400 W LAPHAM BL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.929438629958312, 43.014408665024419 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 109, "Incident Number": 140850037, "Date": "03\/26\/2014", "Time": "10:30 AM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.006540, -87.932453 ], "Address": "1550 W BECHER ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.932452552455416, 43.006540493219326 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 110, "Incident Number": 140840030, "Date": "03\/25\/2014", "Time": "09:48 AM", "Police District": 2.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.024137, -87.915354 ], "Address": "700 S 4TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 0, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 0, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 3, "g_clusterK10": 1, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.915353651758195, 43.024136651758219 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 111, "Incident Number": 140840061, "Date": "03\/25\/2014", "Time": "01:28 PM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.018096, -87.927953 ], "Address": "1240 W MADISON ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.927952667638067, 43.018096493219339 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 112, "Incident Number": 140830125, "Date": "03\/24\/2014", "Time": "08:03 PM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.006576, -87.933443 ], "Address": "1600 W BECHER ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.933443223007671, 43.006575518754552 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 113, "Incident Number": 140820070, "Date": "03\/23\/2014", "Time": "03:35 PM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.999803, -87.922405 ], "Address": "2466 S 9TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.922405437388349, 42.999803161809695 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 114, "Incident Number": 140810109, "Date": "03\/22\/2014", "Time": "04:27 PM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.006931, -87.927085 ], "Address": "2058 S 12TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 2, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.927085046165701, 43.006930627531887 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 115, "Incident Number": 140800084, "Date": "03\/21\/2014", "Time": "02:19 PM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.006627, -87.931091 ], "Address": "2079 S 15TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.931090548184912, 43.006626701915877 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 116, "Incident Number": 140790134, "Date": "03\/20\/2014", "Time": "07:34 PM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.998418, -87.926075 ], "Address": "2534 S 11TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.926074970136952, 42.99841780099834 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 117, "Incident Number": 140780128, "Date": "03\/19\/2014", "Time": "07:45 PM", "Police District": 2.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.017983, -87.923040 ], "Address": "917 W MADISON ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 2, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.923040283936189, 43.0179828890289 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 118, "Incident Number": 140760049, "Date": "03\/17\/2014", "Time": "11:55 AM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.021746, -87.925273 ], "Address": "916 S 11TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 2, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.925272890213051, 43.021745664723881 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 119, "Incident Number": 140750059, "Date": "03\/16\/2014", "Time": "01:11 PM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.002297, -87.918819 ], "Address": "2333 S 6TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.918818548761834, 43.002296959461134 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 120, "Incident Number": 140720039, "Date": "03\/13\/2014", "Time": "10:42 AM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.995745, -87.933596 ], "Address": "2690 S 16TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.933595984563667, 42.995745136274451 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 121, "Incident Number": 140720113, "Date": "03\/13\/2014", "Time": "06:16 PM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.013152, -87.932041 ], "Address": "1645 S 15TH PL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.93204050432783, 43.013151953372954 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 122, "Incident Number": 140720128, "Date": "03\/13\/2014", "Time": "07:36 PM", "Police District": 2.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.024272, -87.915490 ], "Address": "400 W PIERCE ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 0, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 0, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 3, "g_clusterK10": 1, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.915489645840566, 43.02427167490427 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 123, "Incident Number": 140720132, "Date": "03\/13\/2014", "Time": "06:59 PM", "Police District": 2.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.023032, -87.913982 ], "Address": "802 S 3RD ST #3", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 0, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 0, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 3, "g_clusterK10": 1, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.913982411853127, 43.023031994171617 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 124, "Incident Number": 140710086, "Date": "03\/12\/2014", "Time": "04:22 PM", "Police District": 2.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.023221, -87.919281 ], "Address": "641 W NATIONAL AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 0, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 0, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.919281, 43.023221488458802 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 125, "Incident Number": 140710112, "Date": "03\/12\/2014", "Time": "07:00 PM", "Police District": 2.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.024137, -87.915354 ], "Address": "700 S 4TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 0, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 0, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 3, "g_clusterK10": 1, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.915353651758195, 43.024136651758219 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 126, "Incident Number": 140700035, "Date": "03\/11\/2014", "Time": "10:20 AM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.014417, -87.932019 ], "Address": "1562 W LAPHAM BL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.93201907533971, 43.014417150679414 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 127, "Incident Number": 140700053, "Date": "03\/11\/2014", "Time": "11:23 AM", "Police District": 2.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.018921, -87.919778 ], "Address": "1201 S 7TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 2, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.919778025967915, 43.018921089647421 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 128, "Incident Number": 140690088, "Date": "03\/10\/2014", "Time": "03:48 PM", "Police District": 2.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.014275, -87.918003 ], "Address": "536 W LAPHAM BL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.918003, 43.014275474897481 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 129, "Incident Number": 140690099, "Date": "03\/10\/2014", "Time": "04:08 PM", "Police District": 2.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.026432, -87.919995 ], "Address": "700 W VIRGINIA ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 0, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.91999500641181, 43.026432165919211 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 130, "Incident Number": 140680004, "Date": "03\/09\/2014", "Time": "12:45 AM", "Police District": 2.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.023825, -87.913962 ], "Address": "710 S 3RD ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 0, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 0, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 3, "g_clusterK10": 1, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.913962422384714, 43.023825136274468 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 131, "Incident Number": 140680008, "Date": "03\/09\/2014", "Time": "01:48 AM", "Police District": 2.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.023162, -87.914824 ], "Address": "327 W NATIONAL AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 0, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 0, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 3, "g_clusterK10": 1, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.91482433803148, 43.023161838031498 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 132, "Incident Number": 140680038, "Date": "03\/09\/2014", "Time": "10:44 AM", "Police District": 2.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.024137, -87.915354 ], "Address": "700 S 4TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 0, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 0, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 3, "g_clusterK10": 1, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.915353651758195, 43.024136651758219 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 133, "Incident Number": 140680064, "Date": "03\/09\/2014", "Time": "03:40 PM", "Police District": 2.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.023825, -87.913962 ], "Address": "710 S 3RD ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 0, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 0, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 3, "g_clusterK10": 1, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.913962422384714, 43.023825136274468 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 134, "Incident Number": 140680103, "Date": "03\/09\/2014", "Time": "07:36 PM", "Police District": 2.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.002922, -87.930931 ], "Address": "1434 W LINCOLN AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.93093099708581, 43.002921518754569 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 135, "Incident Number": 140680107, "Date": "03\/09\/2014", "Time": "07:50 PM", "Police District": 2.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.015188, -87.935022 ], "Address": "1537 S MUSKEGO AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.935022202492775, 43.015188445755562 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 136, "Incident Number": 140670049, "Date": "03\/08\/2014", "Time": "09:55 AM", "Police District": 2.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.016782, -87.931803 ], "Address": "1420 S 15TH PL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.931803090300662, 43.016781638630789 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 137, "Incident Number": 140650055, "Date": "03\/06\/2014", "Time": "01:37 PM", "Police District": 2.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.010989, -87.913249 ], "Address": "249 W MAPLE ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 2, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.913249061622949, 43.01098943804989 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 138, "Incident Number": 140640045, "Date": "03\/05\/2014", "Time": "12:16 PM", "Police District": 2.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.022718, -87.912604 ], "Address": "814 S 2ND ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 0, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 0, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 3, "g_clusterK10": 1, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.912603878527634, 43.022717664723871 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 139, "Incident Number": 140660042, "Date": "03\/05\/2014", "Time": "10:21 AM", "Police District": 2.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.014135, -87.931104 ], "Address": "1515 W LAPHAM BL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.931103724913385, 43.014134849480378 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 140, "Incident Number": 140630011, "Date": "03\/04\/2014", "Time": "03:16 AM", "Police District": 2.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.021916, -87.909824 ], "Address": "906 S BARCLAY ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 0, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 0, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 1, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.909823915171359, 43.021915994171621 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 141, "Incident Number": 140630079, "Date": "03\/04\/2014", "Time": "04:40 PM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.011584, -87.935295 ], "Address": "1730 S 18TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.93529547013695, 43.011583994171616 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 142, "Incident Number": 140620010, "Date": "03\/03\/2014", "Time": "08:01 AM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.012317, -87.920263 ], "Address": "710 W HISTORIC MITCHELL ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 2, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.920262974464777, 43.012316501009614 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 143, "Incident Number": 140620075, "Date": "03\/03\/2014", "Time": "05:31 PM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.010205, -87.928479 ], "Address": "1320 W BURNHAM ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.928479341874748, 43.010205145339143 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 144, "Incident Number": 140620078, "Date": "03\/03\/2014", "Time": "04:15 PM", "Police District": 2.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.020750, -87.926679 ], "Address": "1036A S 12TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.926679092494638, 43.02075038446246 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 145, "Incident Number": 140630090, "Date": "03\/03\/2014", "Time": "04:36 PM", "Police District": 2.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.011008, -87.922210 ], "Address": "827 W MAPLE ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 2, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.9222105, 43.011008488458799 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 146, "Incident Number": 140600064, "Date": "03\/01\/2014", "Time": "04:22 PM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.020685, -87.923998 ], "Address": "1019 S 10TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 2, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.923997573720143, 43.020684670552271 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 147, "Incident Number": 140600088, "Date": "03\/01\/2014", "Time": "09:10 PM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.008444, -87.931019 ], "Address": "1979 S 15TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.931018548184923, 43.008443947544578 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 148, "Incident Number": 140890126, "Date": "03\/30\/2014", "Time": "07:10 PM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.003040, -87.937631 ], "Address": "1928 W LINCOLN AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 2, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 3, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.937631413266772, 43.003040489324185 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 149, "Incident Number": 140880080, "Date": "03\/29\/2014", "Time": "12:16 PM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.988623, -87.946963 ], "Address": "2600 W OKLAHOMA AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.946962749999983, 42.988623117994067 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 150, "Incident Number": 140860032, "Date": "03\/27\/2014", "Time": "06:27 AM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.974442, -87.913103 ], "Address": "3848 S 2ND ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 3, "m_clusterK9": 6, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.913103459605367, 42.974442 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 151, "Incident Number": 140850070, "Date": "03\/26\/2014", "Time": "02:59 PM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.974581, -87.912832 ], "Address": "183 W TRIPOLI AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 3, "m_clusterK9": 6, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.91283177699232, 42.974580532315898 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 152, "Incident Number": 140850072, "Date": "03\/26\/2014", "Time": "03:11 PM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.952021, -87.930253 ], "Address": "1324 W EDGERTON AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.930252806826715, 42.952020504327827 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 153, "Incident Number": 140860001, "Date": "03\/26\/2014", "Time": "11:25 PM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.973218, -87.913190 ], "Address": "3921 S 2ND ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 3, "m_clusterK9": 6, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.913190066506772, 42.973218419095161 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 154, "Incident Number": 140840037, "Date": "03\/25\/2014", "Time": "10:56 AM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.988256, -87.948104 ], "Address": "3104 S 27TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.948104068382705, 42.988255962808012 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 155, "Incident Number": 140840052, "Date": "03\/25\/2014", "Time": "01:10 PM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.954291, -87.929256 ], "Address": "4960 S 13TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.929256472878251, 42.954291387731558 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 156, "Incident Number": 140830022, "Date": "03\/24\/2014", "Time": "09:32 AM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.951069, -87.948723 ], "Address": "5150 S 27TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.948722954556388, 42.951068968636406 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 157, "Incident Number": 140830064, "Date": "03\/24\/2014", "Time": "01:37 PM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.970276, -87.948345 ], "Address": "4100 S 27TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.948345459462075, 42.970275555369625 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 158, "Incident Number": 140830065, "Date": "03\/24\/2014", "Time": "01:45 PM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.951069, -87.948723 ], "Address": "5150 S 27TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.948722954556388, 42.951068968636406 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 159, "Incident Number": 140810138, "Date": "03\/22\/2014", "Time": "07:46 PM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.974678, -87.912640 ], "Address": "172 W TRIPOLI AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 3, "m_clusterK9": 6, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.912639773098348, 42.974677801387266 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 160, "Incident Number": 140800012, "Date": "03\/21\/2014", "Time": "02:45 AM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.972696, -87.918149 ], "Address": "3953 S 5TH PL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 3, "m_clusterK9": 6, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.918148569824993, 42.972696 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 161, "Incident Number": 140800019, "Date": "03\/21\/2014", "Time": "07:07 AM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.976655, -87.917836 ], "Address": "3730 S 5TH PL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 3, "m_clusterK9": 6, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.917835988458805, 42.976655329447738 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 162, "Incident Number": 140800024, "Date": "03\/21\/2014", "Time": "06:41 AM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.969626, -87.918148 ], "Address": "4121 S 5TH PL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 3, "m_clusterK9": 6, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.918148029863048, 42.969626276992329 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 163, "Incident Number": 140800033, "Date": "03\/21\/2014", "Time": "09:31 AM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.973037, -87.918149 ], "Address": "3939 S 5TH PL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 3, "m_clusterK9": 6, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.918148569824993, 42.973037025535234 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 164, "Incident Number": 140780131, "Date": "03\/19\/2014", "Time": "07:31 PM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.960342, -87.948526 ], "Address": "4640 S 27TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.948526015581493, 42.960341956950984 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 165, "Incident Number": 140770093, "Date": "03\/18\/2014", "Time": "12:59 PM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.959855, -87.938843 ], "Address": "4650 S 20TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.938842944024813, 42.959854791015012 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 166, "Incident Number": 140770151, "Date": "03\/18\/2014", "Time": "07:52 PM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.959092, -87.914994 ], "Address": "307 W LAYTON AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 3, "m_clusterK9": 6, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.914993558283797, 42.959092471724404 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 167, "Incident Number": 140760153, "Date": "03\/17\/2014", "Time": "08:52 PM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.978713, -87.948164 ], "Address": "3636 S 27TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.948164436234521, 42.978712999423095 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 168, "Incident Number": 140750028, "Date": "03\/16\/2014", "Time": "05:56 AM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.986694, -87.947344 ], "Address": "2630 W EUCLID AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.947344237675708, 42.986694047964441 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 169, "Incident Number": 140740045, "Date": "03\/15\/2014", "Time": "10:30 AM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.959109, -87.918471 ], "Address": "545 W LAYTON AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 3, "m_clusterK9": 6, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.918471, 42.959109475619563 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 170, "Incident Number": 140740106, "Date": "03\/15\/2014", "Time": "08:02 PM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.971067, -87.948332 ], "Address": "4040 S 27TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.948332453402543, 42.971067387731551 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 171, "Incident Number": 140730019, "Date": "03\/14\/2014", "Time": "03:32 AM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.932114, -87.929661 ], "Address": "6213 S 13TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.929661040971553, 42.932114056898818 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 172, "Incident Number": 140730036, "Date": "03\/14\/2014", "Time": "07:52 AM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.946082, -87.920794 ], "Address": "5426 S 7TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 6, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.920794437388352, 42.946082497085825 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 173, "Incident Number": 140730037, "Date": "03\/14\/2014", "Time": "07:52 AM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.946253, -87.920794 ], "Address": "5418 S 7TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 6, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.920794437388352, 42.94625349708582 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 174, "Incident Number": 140730052, "Date": "03\/14\/2014", "Time": "10:40 AM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.932062, -87.949166 ], "Address": "6218 S 27TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.949165965664889, 42.932061974464773 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 175, "Incident Number": 140730094, "Date": "03\/14\/2014", "Time": "05:05 PM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.973950, -87.939931 ], "Address": "2030 W HOWARD AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.939931080904842, 42.973950497114473 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 176, "Incident Number": 140710138, "Date": "03\/12\/2014", "Time": "06:54 PM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.974469, -87.948256 ], "Address": "3860 S 27TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.948255991200114, 42.974469052455419 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 177, "Incident Number": 140700143, "Date": "03\/11\/2014", "Time": "07:29 PM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.954237, -87.909848 ], "Address": "4959 S HOWELL AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 3, "m_clusterK9": 6, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.909848037653333, 42.954237251457101 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 178, "Incident Number": 140690076, "Date": "03\/10\/2014", "Time": "02:43 PM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.951871, -87.909086 ], "Address": "5134 S HOWELL AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 3, "m_clusterK9": 6, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.909086496060269, 42.951871406997277 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 179, "Incident Number": 140680057, "Date": "03\/09\/2014", "Time": "02:23 PM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.960342, -87.948526 ], "Address": "4640 S 27TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.948526015581493, 42.960341956950984 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 180, "Incident Number": 140670044, "Date": "03\/08\/2014", "Time": "09:46 AM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.981081, -87.933464 ], "Address": "1577 W MORGAN AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.933464444630388, 42.981080502885547 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 181, "Incident Number": 140660053, "Date": "03\/07\/2014", "Time": "09:33 AM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.957162, -87.948593 ], "Address": "4810 S 27TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.948593491200114, 42.957161968636399 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 182, "Incident Number": 140650012, "Date": "03\/06\/2014", "Time": "03:35 AM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.961184, -87.919396 ], "Address": "4600 S 6TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 3, "m_clusterK9": 6, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.91939593349322, 42.961183786542961 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 183, "Incident Number": 140650058, "Date": "03\/06\/2014", "Time": "01:49 PM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.983785, -87.937361 ], "Address": "3343 S 19TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.937360540971554, 42.983784586733236 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 184, "Incident Number": 140640032, "Date": "03\/05\/2014", "Time": "10:25 AM", "Police District": 2.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.001290, -87.933410 ], "Address": "2375 S 16TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.933410059293422, 43.001289502914204 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 185, "Incident Number": 140630078, "Date": "03\/04\/2014", "Time": "04:28 PM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.937646, -87.950613 ], "Address": "2730 W RAMSEY AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.950613274078123, 42.937645531016898 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 186, "Incident Number": 140620064, "Date": "03\/03\/2014", "Time": "03:05 PM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.948649, -87.939190 ], "Address": "5279 S 20TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.939190008222965, 42.948648502914182 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 187, "Incident Number": 140610029, "Date": "03\/02\/2014", "Time": "12:18 PM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.960817, -87.897104 ], "Address": "4610 S LOGAN AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 3, "m_clusterK9": 6, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.89710446956002, 42.960817477378981 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 188, "Incident Number": 140890058, "Date": "03\/30\/2014", "Time": "10:43 AM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.996969, -87.903661 ], "Address": "2581 S GRAHAM ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 5, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.903661099255359, 42.996969335276134 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 189, "Incident Number": 140890116, "Date": "03\/30\/2014", "Time": "05:29 PM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.988815, -87.904368 ], "Address": "3059 S HOWELL AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.904367599255352, 42.988815 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 190, "Incident Number": 140890150, "Date": "03\/30\/2014", "Time": "09:04 PM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.991739, -87.923795 ], "Address": "2902 S 9TH PL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.92379544070657, 42.991739161809676 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 191, "Incident Number": 140870023, "Date": "03\/28\/2014", "Time": "08:14 AM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.993900, -87.904309 ], "Address": "2779 S HOWELL AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.904309099255357, 42.9939 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 192, "Incident Number": 140850034, "Date": "03\/26\/2014", "Time": "09:08 AM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.987447, -87.906754 ], "Address": "3132 S AUSTIN ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.906753897426412, 42.987447 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 193, "Incident Number": 140840027, "Date": "03\/25\/2014", "Time": "07:44 AM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.997653, -87.899383 ], "Address": "2574 S WILLIAMS ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 5, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.899382919066497, 42.997653 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 194, "Incident Number": 140830048, "Date": "03\/24\/2014", "Time": "12:30 PM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.998670, -87.921302 ], "Address": "2519 S 8TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.921301577038363, 42.998670419095163 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 195, "Incident Number": 140830053, "Date": "03\/24\/2014", "Time": "12:52 PM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.983350, -87.880780 ], "Address": "3370 S KINNICKINNIC AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.880780473887853, 42.983350490709185 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 196, "Incident Number": 140800027, "Date": "03\/21\/2014", "Time": "08:32 AM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.998238, -87.905885 ], "Address": "2538 S BRISBANE AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.905884962923579, 42.99823774854292 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 197, "Incident Number": 140800091, "Date": "03\/21\/2014", "Time": "02:36 PM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.987788, -87.909375 ], "Address": "3116 S CHASE AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.909374775001751, 42.987788340267777 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 198, "Incident Number": 140800109, "Date": "03\/21\/2014", "Time": "04:40 PM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.985656, -87.900472 ], "Address": "3236 S TAYLOR AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.900472437388359, 42.985655664723879 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 199, "Incident Number": 140790146, "Date": "03\/20\/2014", "Time": "08:52 PM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.988234, -87.919049 ], "Address": "3100 S 6TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.91904932807347, 42.98823448757652 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 200, "Incident Number": 140780155, "Date": "03\/19\/2014", "Time": "10:54 PM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.987485, -87.910319 ], "Address": "123 W OKLAHOMA AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.910319344930969, 42.987485190441362 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 201, "Incident Number": 140770065, "Date": "03\/18\/2014", "Time": "11:37 AM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.981813, -87.918412 ], "Address": "500 W HOLT AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.918411603000251, 42.981813024073368 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 202, "Incident Number": 140770178, "Date": "03\/18\/2014", "Time": "11:13 PM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.004786, -87.905806 ], "Address": "2183 S KINNICKINNIC AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.90580649988442, 43.004785810144945 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 203, "Incident Number": 140760025, "Date": "03\/17\/2014", "Time": "08:31 AM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.998994, -87.923635 ], "Address": "2506 S 9TH PL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.923634911853128, 42.998993968636398 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 204, "Incident Number": 140760037, "Date": "03\/17\/2014", "Time": "09:47 AM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.981813, -87.918412 ], "Address": "500 W HOLT AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.918411603000251, 42.981813024073368 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 205, "Incident Number": 140760072, "Date": "03\/17\/2014", "Time": "03:06 PM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.982513, -87.909417 ], "Address": "100 E HOLT AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.909416545244142, 42.982513234896778 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 206, "Incident Number": 140760152, "Date": "03\/17\/2014", "Time": "06:42 PM", "Police District": 6.0, "Offense 1": "SIMPLE ASSAULT", "Offense 2": "THEFT FROM BUILDING", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.988815, -87.904368 ], "Address": "3059 S HOWELL AV #5", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.904367599255352, 42.988815 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 207, "Incident Number": 140760155, "Date": "03\/17\/2014", "Time": "09:12 PM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.994619, -87.898062 ], "Address": "2751 S LENOX ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.898061579346034, 42.994619444630388 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 208, "Incident Number": 140740050, "Date": "03\/15\/2014", "Time": "11:54 AM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.982477, -87.915054 ], "Address": "442 W HOLT AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.91505396316127, 42.9824773669149 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 209, "Incident Number": 140720079, "Date": "03\/13\/2014", "Time": "03:06 PM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.992418, -87.889246 ], "Address": "2867 S KINNICKINNIC AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.889246207340207, 42.992417582232498 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 210, "Incident Number": 140720086, "Date": "03\/13\/2014", "Time": "03:35 PM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.003773, -87.918715 ], "Address": "2234 S 6TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.918715437388357, 43.003773 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 211, "Incident Number": 140710126, "Date": "03\/12\/2014", "Time": "05:59 PM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.985869, -87.879438 ], "Address": "3239 S PENNSYLVANIA AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.879437528852506, 42.98586902415024 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 212, "Incident Number": 140700063, "Date": "03\/11\/2014", "Time": "01:01 PM", "Police District": 2.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.999435, -87.916934 ], "Address": "2490 S 5TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.916933893531265, 42.999435251457101 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 213, "Incident Number": 140670081, "Date": "03\/08\/2014", "Time": "05:14 PM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.001537, -87.903181 ], "Address": "2373 S KINNICKINNIC AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.903180975399479, 43.001536802070994 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 214, "Incident Number": 140670081, "Date": "03\/08\/2014", "Time": "05:14 PM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": "THEFT FROM MOTOR VEHICLE", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.001537, -87.903181 ], "Address": "2373 S KINNICKINNIC AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.903180975399479, 43.001536802070994 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 215, "Incident Number": 140660078, "Date": "03\/07\/2014", "Time": "02:45 PM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.006465, -87.904130 ], "Address": "2059 S ALLIS ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.904130275900698, 43.006465279518864 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 216, "Incident Number": 140650103, "Date": "03\/06\/2014", "Time": "07:40 PM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.996023, -87.896916 ], "Address": "2697 S KINNICKINNIC AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.896916370679094, 42.996023467366989 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 217, "Incident Number": 140640028, "Date": "03\/05\/2014", "Time": "09:53 AM", "Police District": 2.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.998798, -87.921314 ], "Address": "2523 S 8TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.921313748431089, 42.998798484877675 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 218, "Incident Number": 140620082, "Date": "03\/03\/2014", "Time": "05:59 PM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.990615, -87.928790 ], "Address": "2963 S 13TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.928790073720137, 42.99061541909515 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 219, "Incident Number": 140620090, "Date": "03\/03\/2014", "Time": "04:39 PM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.992418, -87.889246 ], "Address": "2867 S KINNICKINNIC AV #218", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.889246207340207, 42.992417582232498 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 220, "Incident Number": 140820068, "Date": "03\/03\/2014", "Time": "04:39 PM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.992418, -87.889246 ], "Address": "2867 S KINNICKINNIC AV #218", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.889246207340207, 42.992417582232498 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 221, "Incident Number": 140610044, "Date": "03\/02\/2014", "Time": "03:03 PM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.994619, -87.898062 ], "Address": "2751 S LENOX ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.898061579346034, 42.994619444630388 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 222, "Incident Number": 140600060, "Date": "03\/01\/2014", "Time": "02:53 PM", "Police District": 6.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.004350, -87.906107 ], "Address": "342 E WARD ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.906106749664431, 43.004349554358427 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 223, "Incident Number": 140900019, "Date": "03\/31\/2014", "Time": "05:32 AM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.054031, -87.946253 ], "Address": "1826 N 26TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.946253488458808, 43.054031399388322 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 224, "Incident Number": 140900022, "Date": "03\/31\/2014", "Time": "06:55 AM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.054844, -87.944940 ], "Address": "2483 W VINE ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 0, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 0, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.944940167638066, 43.054844481245446 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 225, "Incident Number": 140900060, "Date": "03\/31\/2014", "Time": "11:40 AM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.067323, -87.973656 ], "Address": "2656 N 48TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.973656393531272, 43.067322723007692 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 226, "Incident Number": 140890086, "Date": "03\/30\/2014", "Time": "01:46 PM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.059340, -87.976083 ], "Address": "2202 N HI MOUNT BL", "e_clusterK2": 0, "g_clusterK2": 1, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.976083451238168, 43.059340173466438 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 227, "Incident Number": 140890106, "Date": "03\/30\/2014", "Time": "05:00 PM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.053682, -87.948998 ], "Address": "2800 W LISBON AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.948997679987315, 43.053682409400302 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 228, "Incident Number": 140890123, "Date": "03\/30\/2014", "Time": "06:47 PM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.063343, -87.963365 ], "Address": "2438 N 40TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.963365411853133, 43.063343245628715 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 229, "Incident Number": 140880069, "Date": "03\/29\/2014", "Time": "11:36 AM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.056323, -87.944084 ], "Address": "2455 W BROWN ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 0, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.944084276992314, 43.056322513994047 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 230, "Incident Number": 140880108, "Date": "03\/29\/2014", "Time": "03:48 PM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.066260, -87.963399 ], "Address": "2609 N 40TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.96339907703836, 43.066260167638063 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 231, "Incident Number": 140880132, "Date": "03\/29\/2014", "Time": "06:09 PM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.055398, -87.942699 ], "Address": "1921 N 24TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 3, "g_clusterK5": 0, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 0, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.942698577615275, 43.05539750291419 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 232, "Incident Number": 140870051, "Date": "03\/28\/2014", "Time": "11:55 AM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.065840, -87.921529 ], "Address": "2603 N 8TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.921529239133292, 43.065840402485058 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 233, "Incident Number": 140870079, "Date": "03\/28\/2014", "Time": "01:58 PM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.043076, -87.955260 ], "Address": "961 N 33RD ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.955259613682074, 43.043076 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 234, "Incident Number": 140870096, "Date": "03\/28\/2014", "Time": "04:16 PM", "Police District": 5.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.071156, -87.939931 ], "Address": "2871 N 22ND ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.939931099255361, 43.071156167638065 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 235, "Incident Number": 140860130, "Date": "03\/27\/2014", "Time": "07:28 PM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.066611, -87.929995 ], "Address": "2639 N 14TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.929994664035434, 43.066611382092624 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 236, "Incident Number": 140860138, "Date": "03\/27\/2014", "Time": "07:37 PM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.068520, -87.943690 ], "Address": "2727 N 24TH PL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 2, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.94368957372015, 43.06852000582839 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 237, "Incident Number": 140850025, "Date": "03\/26\/2014", "Time": "07:38 AM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.065514, -87.972452 ], "Address": "2557 N 47TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.97245162479058, 43.065513586733232 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 238, "Incident Number": 140850048, "Date": "03\/26\/2014", "Time": "10:09 AM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.067828, -87.940430 ], "Address": "2207 W CENTER ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 2, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.94043044463038, 43.067827521207398 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 239, "Incident Number": 140840003, "Date": "03\/25\/2014", "Time": "12:41 AM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.062333, -87.956721 ], "Address": "3433 W MEINECKE AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 2, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.956721078419122, 43.062332935184273 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 240, "Incident Number": 140840040, "Date": "03\/25\/2014", "Time": "11:25 AM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.069492, -87.926152 ], "Address": "1120 W HADLEY ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 1, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.926152164723874, 43.069491533181285 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 241, "Incident Number": 140840076, "Date": "03\/25\/2014", "Time": "03:46 PM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.044453, -87.956564 ], "Address": "3345 W HIGHLAND BL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.9565635, 43.044452531738969 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 242, "Incident Number": 140830006, "Date": "03\/24\/2014", "Time": "01:53 AM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.062524, -87.922712 ], "Address": "2415 N 9TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.922711610363862, 43.062524025535225 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 243, "Incident Number": 140820080, "Date": "03\/23\/2014", "Time": "05:08 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.063947, -87.945071 ], "Address": "2500 W MEDFORD AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 2, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.945071486929592, 43.063946746898132 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 244, "Incident Number": 140800037, "Date": "03\/21\/2014", "Time": "09:14 AM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.066846, -87.955198 ], "Address": "2631 N 33RD ST #LWR", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 2, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.955198106468728, 43.066846257285476 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 245, "Incident Number": 140800080, "Date": "03\/21\/2014", "Time": "02:06 PM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.065908, -87.945579 ], "Address": "2525 W FOND DU LAC AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 2, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.945579071354217, 43.065908278637117 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 246, "Incident Number": 140790038, "Date": "03\/20\/2014", "Time": "09:05 AM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.068808, -87.963380 ], "Address": "2741 N 40TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.963380080933504, 43.068807586733215 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 247, "Incident Number": 140790133, "Date": "03\/20\/2014", "Time": "06:59 PM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.055188, -87.956478 ], "Address": "3420 W VINE ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 5, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.956477501997995, 43.055187896476859 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 248, "Incident Number": 140780020, "Date": "03\/19\/2014", "Time": "07:18 AM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.054704, -87.930533 ], "Address": "1396 W FOND DU LAC AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 1, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.930533118416292, 43.054704059178597 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 249, "Incident Number": 140780050, "Date": "03\/19\/2014", "Time": "12:43 PM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.068707, -87.923935 ], "Address": "2746 N 10TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.923934919066497, 43.068707298084149 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 250, "Incident Number": 140780102, "Date": "03\/19\/2014", "Time": "05:44 PM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.052888, -87.958067 ], "Address": "3508 W SARNOW ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 4, "g_clusterK6": 3, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.958067066737911, 43.052887696375933 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 251, "Incident Number": 140770094, "Date": "03\/18\/2014", "Time": "01:57 PM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.064712, -87.958697 ], "Address": "2525 N 36TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.958697499240429, 43.064711969976614 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 252, "Incident Number": 140770110, "Date": "03\/18\/2014", "Time": "03:38 PM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.060425, -87.926971 ], "Address": "1210 W NORTH AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 1, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.926971080904835, 43.060425463788967 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 253, "Incident Number": 140760005, "Date": "03\/17\/2014", "Time": "01:24 AM", "Police District": 7.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.068366, -87.962200 ], "Address": "2717 N 39TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.962200106468728, 43.068366419095156 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 254, "Incident Number": 140760043, "Date": "03\/17\/2014", "Time": "11:19 AM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.054894, -87.950511 ], "Address": "2915 W VINE ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.950511, 43.054894499567311 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 255, "Incident Number": 140760043, "Date": "03\/17\/2014", "Time": "11:19 AM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.054894, -87.950511 ], "Address": "2915 W VINE ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.950511, 43.054894499567311 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 256, "Incident Number": 140760111, "Date": "03\/17\/2014", "Time": "03:59 PM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.068771, -87.933239 ], "Address": "2747 N 16TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.933238624790576, 43.068770863725547 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 257, "Incident Number": 140750109, "Date": "03\/16\/2014", "Time": "08:36 PM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.059825, -87.946222 ], "Address": "2230 N 26TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 2, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 3, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.946222360782699, 43.059825 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 258, "Incident Number": 140740068, "Date": "03\/15\/2014", "Time": "03:03 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.064295, -87.948762 ], "Address": "2800 W WRIGHT ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 2, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.948762214006138, 43.064295214006151 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 259, "Incident Number": 140730018, "Date": "03\/14\/2014", "Time": "01:25 AM", "Police District": 3.0, "Offense 1": "BURGLARY\/BREAKING AND ENTERING", "Offense 2": "THEFT FROM MOTOR VEHICLE", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.063154, -87.925404 ], "Address": "2440 N 11TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 1, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.925403867996053, 43.063154413266773 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 260, "Incident Number": 140730051, "Date": "03\/14\/2014", "Time": "10:39 AM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.067376, -87.936285 ], "Address": "2679 N 19TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 4, "g_clusterK6": 1, "m_clusterK6": 3, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.936284847761712, 43.067376410299701 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 261, "Incident Number": 140730064, "Date": "03\/14\/2014", "Time": "12:19 PM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.065504, -87.977435 ], "Address": "2554 N 51ST ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 2, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.977435419066495, 43.065503664723877 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 262, "Incident Number": 140720065, "Date": "03\/13\/2014", "Time": "01:54 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.060440, -87.929254 ], "Address": "1350 W NORTH AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 1, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.929253723007676, 43.0604395199084 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 263, "Incident Number": 140710030, "Date": "03\/12\/2014", "Time": "06:50 AM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.062587, -87.967415 ], "Address": "2402 N SHERMAN BL", "e_clusterK2": 0, "g_clusterK2": 1, "m_clusterK2": 0, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.967414915171361, 43.062586994171625 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 264, "Incident Number": 140710046, "Date": "03\/12\/2014", "Time": "09:16 AM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.038832, -87.961513 ], "Address": "3808 W WISCONSIN AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.9615135, 43.038832490478043 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 265, "Incident Number": 140700022, "Date": "03\/11\/2014", "Time": "08:06 AM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.054217, -87.948716 ], "Address": "1822 N 28TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.948715879104554, 43.054217497085801 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 266, "Incident Number": 140700067, "Date": "03\/11\/2014", "Time": "01:58 PM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.070616, -87.923884 ], "Address": "2852 N 10TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.923884360782694, 43.070615748542906 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 267, "Incident Number": 140700089, "Date": "03\/11\/2014", "Time": "03:41 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.063919, -87.977453 ], "Address": "2464 N 51ST ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.977453419066492, 43.063919497085806 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 268, "Incident Number": 140690056, "Date": "03\/10\/2014", "Time": "12:06 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.069114, -87.958610 ], "Address": "2759 N 36TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.958610102573587, 43.069113838190333 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 269, "Incident Number": 140690059, "Date": "03\/10\/2014", "Time": "12:16 PM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.062410, -87.945714 ], "Address": "2518 W MEINECKE AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 2, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.945713832361932, 43.062409507646059 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 270, "Incident Number": 140680050, "Date": "03\/09\/2014", "Time": "11:36 AM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.061480, -87.974837 ], "Address": "2333 N 49TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.974836913640729, 43.061479796795325 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 271, "Incident Number": 140670107, "Date": "03\/08\/2014", "Time": "08:15 PM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.067673, -87.924623 ], "Address": "1016-A W CENTER ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 1, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.924623055369608, 43.067672515436335 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 272, "Incident Number": 140660048, "Date": "03\/07\/2014", "Time": "11:33 AM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.048786, -87.961050 ], "Address": "3804 W VLIET ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 4, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.96105, 43.048786493219332 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 273, "Incident Number": 140660062, "Date": "03\/07\/2014", "Time": "12:15 PM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.067935, -87.973461 ], "Address": "4731 W CENTER ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.973461167638064, 43.067934525102523 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 274, "Incident Number": 140660066, "Date": "03\/07\/2014", "Time": "01:24 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.062727, -87.945019 ], "Address": "2447 N 25TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 2, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 3, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.945018735554825, 43.062727128180526 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 275, "Incident Number": 140660072, "Date": "03\/07\/2014", "Time": "02:13 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.068293, -87.963305 ], "Address": "2718 N 40TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.963305356887545, 43.068293413266787 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 276, "Incident Number": 140650018, "Date": "03\/06\/2014", "Time": "08:06 AM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.060199, -87.939982 ], "Address": "2278 N 22ND ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 0, "m_clusterK5": 2, "e_clusterK6": 4, "g_clusterK6": 1, "m_clusterK6": 3, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.939981766077267, 43.060198627118609 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 277, "Incident Number": 140650082, "Date": "03\/06\/2014", "Time": "06:01 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.059861, -87.963416 ], "Address": "2228 N 40TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.963415886317918, 43.059861136274463 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 278, "Incident Number": 140640061, "Date": "03\/05\/2014", "Time": "12:43 PM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.065523, -87.925441 ], "Address": "2575 N 11TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 1, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.925441120895442, 43.065522586733238 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 279, "Incident Number": 140640086, "Date": "03\/05\/2014", "Time": "04:52 PM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.063622, -87.956234 ], "Address": "2452 N 34TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 2, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.956234404639773, 43.063622245628721 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 280, "Incident Number": 140630052, "Date": "03\/04\/2014", "Time": "01:00 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.038888, -87.960856 ], "Address": "3734 W WISCONSIN AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.960856350574886, 43.038888181728332 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 281, "Incident Number": 140630062, "Date": "03\/04\/2014", "Time": "02:55 PM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.067863, -87.929337 ], "Address": "2701 N TEUTONIA AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 1, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.929336863061707, 43.067862775463119 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 282, "Incident Number": 140620035, "Date": "03\/03\/2014", "Time": "11:06 AM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.063795, -87.940058 ], "Address": "2465 N 22ND ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 0, "m_clusterK5": 2, "e_clusterK6": 4, "g_clusterK6": 1, "m_clusterK6": 3, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 5, "g_clusterK10": 6, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.940058073720138, 43.063794586733223 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 283, "Incident Number": 140620123, "Date": "03\/03\/2014", "Time": "07:11 PM", "Police District": 7.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.067989, -87.960932 ], "Address": "2700 N 38TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.960932277347823, 43.067989439386928 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 284, "Incident Number": 140600044, "Date": "03\/01\/2014", "Time": "12:09 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.069355, -87.964455 ], "Address": "2766 N 41ST ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.964455386317923, 43.069354994171619 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 285, "Incident Number": 140600073, "Date": "03\/01\/2014", "Time": "04:43 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.064295, -87.948762 ], "Address": "2800 W WRIGHT ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 2, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.948762214006138, 43.064295214006151 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 286, "Incident Number": 140900005, "Date": "03\/31\/2014", "Time": "05:30 AM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.119192, -87.995022 ], "Address": "6721 W SILVER SPRING DR", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.995022071022959, 43.11919171590818 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 287, "Incident Number": 140900037, "Date": "03\/31\/2014", "Time": "09:31 AM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.119976, -88.030800 ], "Address": "5622 N 95TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 4, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.030800468254412, 43.119975567324914 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 288, "Incident Number": 140900067, "Date": "03\/31\/2014", "Time": "11:10 AM", "Police District": 4.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.128962, -88.004653 ], "Address": "7525 W DOUGLAS AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.004652570699619, 43.128961615953017 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 289, "Incident Number": 140890093, "Date": "03\/30\/2014", "Time": "02:59 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.115721, -88.026645 ], "Address": "9151 W CUSTER AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 8, "g_clusterK10": 4, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.026644670107927, 43.115720722976732 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 290, "Incident Number": 140890117, "Date": "03\/30\/2014", "Time": "06:16 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.112051, -87.992792 ], "Address": "6509 W VILLARD AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.992792276992319, 43.112050513994035 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 291, "Incident Number": 140880015, "Date": "03\/29\/2014", "Time": "01:07 AM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.114669, -88.028344 ], "Address": "9316 W APPLETON AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 8, "g_clusterK10": 4, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.028344421432436, 43.114668735789614 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 292, "Incident Number": 140880128, "Date": "03\/29\/2014", "Time": "05:48 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.116702, -87.994378 ], "Address": "5435 N 67TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.994377869812183, 43.116702411157839 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 293, "Incident Number": 140860058, "Date": "03\/27\/2014", "Time": "11:15 AM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.088717, -87.984271 ], "Address": "5633 W MELVINA ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 5, "g_clusterK9": 8, "m_clusterK9": 5, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.984271405476491, 43.088716636390018 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 294, "Incident Number": 140860078, "Date": "03\/27\/2014", "Time": "01:42 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.119133, -87.991305 ], "Address": "6419 W SILVER SPRING DR", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.991305034431164, 43.119133244010641 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 295, "Incident Number": 140860109, "Date": "03\/27\/2014", "Time": "04:57 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.122015, -88.024440 ], "Address": "5733 N 90TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 4, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.024439628108794, 43.122015450458775 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 296, "Incident Number": 140850069, "Date": "03\/26\/2014", "Time": "12:11 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.105381, -88.006248 ], "Address": "4800 N 76TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -88.006247778060171, 43.105380758526245 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 297, "Incident Number": 140840047, "Date": "03\/25\/2014", "Time": "12:40 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.090027, -87.977129 ], "Address": "5100 W CAPITOL DR", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 5, "e_clusterK10": 4, "g_clusterK10": 7, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.977129146132881, 43.090027319263378 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 298, "Incident Number": 140830009, "Date": "03\/24\/2014", "Time": "03:44 AM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.122793, -88.019914 ], "Address": "8670 W MEDFORD AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.019914223959958, 43.122792812395303 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 299, "Incident Number": 140810048, "Date": "03\/22\/2014", "Time": "09:02 AM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.107507, -87.994856 ], "Address": "4912 N 67TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.994856328034103, 43.107507303912513 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 300, "Incident Number": 140810126, "Date": "03\/22\/2014", "Time": "06:03 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.120890, -87.991108 ], "Address": "5663 N 64TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.991108106468729, 43.12089 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 301, "Incident Number": 140800047, "Date": "03\/21\/2014", "Time": "11:20 AM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.086455, -87.979516 ], "Address": "3806 N 53RD ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 5, "g_clusterK9": 8, "m_clusterK9": 5, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.979515911853127, 43.086455245628713 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 302, "Incident Number": 140800073, "Date": "03\/21\/2014", "Time": "01:45 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.112233, -88.008511 ], "Address": "7731 W VILLARD AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -88.008511416180966, 43.112232546742632 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 303, "Incident Number": 140800095, "Date": "03\/21\/2014", "Time": "03:47 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.093466, -87.985053 ], "Address": "5825 W HOPE AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 2, "g_clusterK9": 8, "m_clusterK9": 5, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.985053251457089, 43.093465513994033 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 304, "Incident Number": 140800101, "Date": "03\/21\/2014", "Time": "02:53 PM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.125200, -88.025830 ], "Address": "5931 N 91ST ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 4, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.025830122626203, 43.125199973079809 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 305, "Incident Number": 140800107, "Date": "03\/21\/2014", "Time": "05:49 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.090031, -88.002233 ], "Address": "7210 W CAPITOL DR", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 1, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 5, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -88.002233276992314, 43.090031460470762 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 306, "Incident Number": 140790031, "Date": "03\/20\/2014", "Time": "06:14 AM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.093609, -87.991981 ], "Address": "4141 N 64TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 1, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 4, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.991980517743997, 43.09360902997863 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 307, "Incident Number": 140790066, "Date": "03\/20\/2014", "Time": "11:18 AM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.114329, -88.005925 ], "Address": "5288 N 76TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -88.005924919066501, 43.114329052455417 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 308, "Incident Number": 140790085, "Date": "03\/20\/2014", "Time": "12:05 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.120040, -88.035446 ], "Address": "9838 W APPLETON AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 4, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.035445772664488, 43.120040457412323 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 309, "Incident Number": 140790129, "Date": "03\/20\/2014", "Time": "08:00 PM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.119238, -87.998756 ], "Address": "7015 W SILVER SPRING DR", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.998755596833121, 43.119238480325912 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 310, "Incident Number": 140770050, "Date": "03\/18\/2014", "Time": "08:12 AM", "Police District": 4.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.119492, -88.010241 ], "Address": "7909 W SILVER SPRING DR #102", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.01024105496559, 43.119492477350306 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 311, "Incident Number": 140770088, "Date": "03\/18\/2014", "Time": "01:29 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.122400, -88.017615 ], "Address": "8614 W FOND DU LAC AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.017615182844182, 43.122399838507434 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 312, "Incident Number": 140770106, "Date": "03\/18\/2014", "Time": "03:26 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.105146, -88.006664 ], "Address": "7600 W HAMPTON AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -88.006663765992869, 43.105146265992886 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 313, "Incident Number": 140770108, "Date": "03\/18\/2014", "Time": "01:31 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.092962, -88.006378 ], "Address": "7550 W APPLETON AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 1, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 3, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 4, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -88.006378004414728, 43.092961836257082 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 314, "Incident Number": 140760044, "Date": "03\/17\/2014", "Time": "11:19 AM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.107588, -87.992548 ], "Address": "4919 N 65TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.992548106468718, 43.107587612268446 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 315, "Incident Number": 140760052, "Date": "03\/17\/2014", "Time": "12:07 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.110181, -87.994888 ], "Address": "5111 N 67TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.994888106468721, 43.110180502914204 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 316, "Incident Number": 140760133, "Date": "03\/17\/2014", "Time": "04:53 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.090134, -87.984393 ], "Address": "5700 W CAPITOL DR", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 2, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 2, "g_clusterK9": 8, "m_clusterK9": 5, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.984392972630985, 43.090134401484285 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 317, "Incident Number": 140750074, "Date": "03\/16\/2014", "Time": "03:35 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.092160, -87.979033 ], "Address": "5300 W FOND DU LAC AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 5, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.979032660627169, 43.092159816867358 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 318, "Incident Number": 140740032, "Date": "03\/15\/2014", "Time": "08:12 AM", "Police District": 7.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.095150, -88.005594 ], "Address": "4272 N 75TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 1, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 3, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 4, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -88.005593867996041, 43.095150335276116 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 319, "Incident Number": 140740034, "Date": "03\/15\/2014", "Time": "08:17 AM", "Police District": 7.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.093035, -88.004262 ], "Address": "4155 N 74TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 1, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 3, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 4, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -88.004261628108793, 43.093035167638078 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 320, "Incident Number": 140740040, "Date": "03\/15\/2014", "Time": "09:30 AM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.103339, -88.003232 ], "Address": "4714 N 73RD ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -88.003232342460819, 43.103339444630393 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 321, "Incident Number": 140730041, "Date": "03\/14\/2014", "Time": "09:38 AM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.112803, -88.005154 ], "Address": "7526 W FOND DU LAC AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -88.005154223959963, 43.112802812395287 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 322, "Incident Number": 140730054, "Date": "03\/14\/2014", "Time": "10:59 AM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.112204, -88.012543 ], "Address": "8123 W VILLARD AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -88.0125435, 43.112204488458815 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 323, "Incident Number": 140730074, "Date": "03\/14\/2014", "Time": "02:08 PM", "Police District": 4.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.115724, -88.026334 ], "Address": "9123 W CUSTER AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 8, "g_clusterK10": 4, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.026333792315256, 43.115723669685671 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 324, "Incident Number": 140730118, "Date": "03\/14\/2014", "Time": "08:08 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.107355, -87.990032 ], "Address": "4909 N 63RD ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.990031632003948, 43.107355173466459 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 325, "Incident Number": 140720030, "Date": "03\/13\/2014", "Time": "09:07 AM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.120837, -88.032089 ], "Address": "5663 N 96TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 4, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.032088632003948, 43.120837173466441 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 326, "Incident Number": 140720146, "Date": "03\/13\/2014", "Time": "09:17 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.098093, -87.993180 ], "Address": "4437 N 65TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 1, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 5, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.993179599255356, 43.098093167638069 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 327, "Incident Number": 140710094, "Date": "03\/12\/2014", "Time": "05:30 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.091017, -88.004836 ], "Address": "7458 W APPLETON AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 1, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 5, "g_clusterK6": 4, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -88.004836369525265, 43.091016777973266 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 328, "Incident Number": 140700148, "Date": "03\/11\/2014", "Time": "09:25 PM", "Police District": 7.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.093466, -87.985053 ], "Address": "5825 W HOPE AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 2, "g_clusterK9": 8, "m_clusterK9": 5, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.985053251457089, 43.093465513994033 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 329, "Incident Number": 140690026, "Date": "03\/10\/2014", "Time": "07:41 AM", "Police District": 7.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.096284, -87.996970 ], "Address": "4335 N 68TH ST #UPR", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 1, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 5, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.996970092042005, 43.096284335276124 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 330, "Incident Number": 140690047, "Date": "03\/10\/2014", "Time": "11:13 AM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.093728, -87.999393 ], "Address": "4200 N 70TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 1, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 5, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.999393386317919, 43.093727664723872 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 331, "Incident Number": 140690095, "Date": "03\/10\/2014", "Time": "04:31 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.109739, -88.015863 ], "Address": "5054 N 84TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -88.015862889636139, 43.109738664723864 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 332, "Incident Number": 140690127, "Date": "03\/10\/2014", "Time": "07:09 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.107940, -88.004598 ], "Address": "4947 N 74TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -88.004597592042003, 43.107939754371301 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 333, "Incident Number": 140670064, "Date": "03\/08\/2014", "Time": "01:48 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.112192, -88.019564 ], "Address": "8607 W VILLARD AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.0195635, 43.112191509521963 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 334, "Incident Number": 140670085, "Date": "03\/08\/2014", "Time": "05:29 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.126808, -88.007724 ], "Address": "7713 W FLORIST AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.007723580904837, 43.126808481245455 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 335, "Incident Number": 140640074, "Date": "03\/05\/2014", "Time": "03:51 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.105836, -88.010092 ], "Address": "7825 W LUSCHER AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -88.010091502914193, 43.105835557851108 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 336, "Incident Number": 140640092, "Date": "03\/05\/2014", "Time": "05:38 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.102323, -87.995580 ], "Address": "4667 N 67TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 3, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 4, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.995580132003951, 43.102322580904854 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 337, "Incident Number": 140630033, "Date": "03\/04\/2014", "Time": "10:37 AM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.117768, -88.006159 ], "Address": "5501 N 76TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -88.006159154220938, 43.117767974464783 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 338, "Incident Number": 140620037, "Date": "03\/03\/2014", "Time": "12:41 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.093952, -87.976903 ], "Address": "4200 N 51ST BL", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 5, "e_clusterK10": 4, "g_clusterK10": 7, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.976903425702929, 43.093952245628714 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 339, "Incident Number": 140610025, "Date": "03\/02\/2014", "Time": "10:58 AM", "Police District": 7.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.093466, -87.985053 ], "Address": "5825 W HOPE AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 2, "g_clusterK9": 8, "m_clusterK9": 5, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.985053251457089, 43.093465513994033 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 340, "Incident Number": 140600097, "Date": "03\/01\/2014", "Time": "11:20 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.124811, -87.995175 ], "Address": "6741 W BOBOLINK AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.995175393767809, 43.12481148786199 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 341, "Incident Number": 140900034, "Date": "03\/31\/2014", "Time": "09:10 AM", "Police District": 1.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.053818, -87.895766 ], "Address": "1725 N PULASKI ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.895766409660098, 43.053817736597694 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 342, "Incident Number": 140900058, "Date": "03\/31\/2014", "Time": "10:07 AM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.049852, -87.896952 ], "Address": "1505 N FRANKLIN PL #304", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.89695159925536, 43.049852025535216 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 343, "Incident Number": 140900063, "Date": "03\/31\/2014", "Time": "12:37 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.052927, -87.894704 ], "Address": "1323 E BRADY ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.894703576605679, 43.052926506780686 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 344, "Incident Number": 140900078, "Date": "03\/31\/2014", "Time": "02:03 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.046912, -87.902793 ], "Address": "719 E KNAPP ST #25", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.902793167638066, 43.046912474032084 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 345, "Incident Number": 140900130, "Date": "03\/31\/2014", "Time": "08:40 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.059471, -87.891982 ], "Address": "2201 N CAMBRIDGE AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.891981607045636, 43.059470856512199 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 346, "Incident Number": 140900163, "Date": "03\/31\/2014", "Time": "11:17 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.079614, -87.877863 ], "Address": "3409 N DOWNER AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.877863422012595, 43.079613951597146 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 347, "Incident Number": 140890044, "Date": "03\/30\/2014", "Time": "09:05 AM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.052927, -87.894704 ], "Address": "1323 E BRADY ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.894703576605679, 43.052926506780686 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 348, "Incident Number": 140890052, "Date": "03\/30\/2014", "Time": "10:19 AM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.052932, -87.894162 ], "Address": "1339 E BRADY ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.894161543857081, 43.052931546742627 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 349, "Incident Number": 140890059, "Date": "03\/30\/2014", "Time": "10:52 AM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.052927, -87.894704 ], "Address": "1323 E BRADY ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.894703576605679, 43.052926506780686 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 350, "Incident Number": 140850057, "Date": "03\/29\/2014", "Time": "11:05 AM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.074637, -87.891264 ], "Address": "1503 E KENWOOD BL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.891264167638056, 43.074636517889161 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 351, "Incident Number": 140880112, "Date": "03\/29\/2014", "Time": "04:34 PM", "Police District": 5.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.072118, -87.903953 ], "Address": "2944 N BOOTH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.903952886317924, 43.072118413266793 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 352, "Incident Number": 140870102, "Date": "03\/28\/2014", "Time": "04:45 PM", "Police District": 1.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.063635, -87.879286 ], "Address": "2505 E BRADFORD AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.879286299859231, 43.063634786634566 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 353, "Incident Number": 140850054, "Date": "03\/26\/2014", "Time": "12:23 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.059969, -87.885552 ], "Address": "2238 N FARWELL AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.885551789312913, 43.059969284465488 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 354, "Incident Number": 140840135, "Date": "03\/25\/2014", "Time": "09:22 PM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.073433, -87.900321 ], "Address": "3023-A N BREMEN ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.90032112479058, 43.07343269608748 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 355, "Incident Number": 140830101, "Date": "03\/24\/2014", "Time": "06:25 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.048185, -87.904252 ], "Address": "600 E OGDEN AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.904251974464771, 43.048184529863072 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 356, "Incident Number": 140820074, "Date": "03\/23\/2014", "Time": "04:22 PM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.054539, -87.890896 ], "Address": "1827 N FARWELL AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.890895789225993, 43.054539117692791 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 357, "Incident Number": 140810046, "Date": "03\/22\/2014", "Time": "08:15 AM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.056169, -87.899573 ], "Address": "1925 N WATER ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.899572859426357, 43.056169435512437 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 358, "Incident Number": 140810085, "Date": "03\/22\/2014", "Time": "12:49 PM", "Police District": 1.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.068761, -87.887936 ], "Address": "2762 N OAKLAND AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.887936349674192, 43.068761497085802 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 359, "Incident Number": 140810095, "Date": "03\/22\/2014", "Time": "02:15 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.058620, -87.892001 ], "Address": "2069 N CAMBRIDGE AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.89200055987034, 43.05861983819031 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 360, "Incident Number": 140800046, "Date": "03\/21\/2014", "Time": "11:05 AM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.060184, -87.890823 ], "Address": "1530 E NORTH AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.890823, 43.060184453257392 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 361, "Incident Number": 140800048, "Date": "03\/21\/2014", "Time": "11:44 AM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.059442, -87.886023 ], "Address": "2220 N FARWELL AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.886022685054968, 43.05944203308939 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 362, "Incident Number": 140800085, "Date": "03\/21\/2014", "Time": "02:28 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.059784, -87.885738 ], "Address": "2230 N FARWELL AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.885737992469515, 43.059784256968371 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 363, "Incident Number": 140800088, "Date": "03\/21\/2014", "Time": "02:59 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.071005, -87.890374 ], "Address": "1615 E LOCUST ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.890373518321852, 43.071005498413463 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 364, "Incident Number": 140800128, "Date": "03\/21\/2014", "Time": "07:59 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.074404, -87.887921 ], "Address": "3069 N OAKLAND AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.88792107372015, 43.074404444630375 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 365, "Incident Number": 140800145, "Date": "03\/21\/2014", "Time": "09:52 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.075440, -87.871626 ], "Address": "2717 E HAMPSHIRE ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.871626060117848, 43.07544 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 366, "Incident Number": 140800157, "Date": "03\/21\/2014", "Time": "11:24 PM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.045800, -87.899692 ], "Address": "1202 N ASTOR ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.899691858935114, 43.045799941357252 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 367, "Incident Number": 140790091, "Date": "03\/20\/2014", "Time": "12:12 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.053137, -87.894988 ], "Address": "1701 N ARLINGTON PL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.89498810646873, 43.053137025535221 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 368, "Incident Number": 140790095, "Date": "03\/20\/2014", "Time": "02:31 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.059969, -87.885552 ], "Address": "2238 N FARWELL AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.885551789312913, 43.059969284465488 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 369, "Incident Number": 140790119, "Date": "03\/20\/2014", "Time": "05:40 PM", "Police District": 1.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.057770, -87.889302 ], "Address": "2018 N OAKLAND AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.889301729644117, 43.057769858156959 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 370, "Incident Number": 140790120, "Date": "03\/20\/2014", "Time": "05:55 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.071005, -87.890374 ], "Address": "1615 E LOCUST ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.890373518321852, 43.071005498413463 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 371, "Incident Number": 140780051, "Date": "03\/19\/2014", "Time": "12:15 PM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.075153, -87.887900 ], "Address": "3121 N OAKLAND AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.887899548184919, 43.075153089647415 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 372, "Incident Number": 140780053, "Date": "03\/19\/2014", "Time": "01:03 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.060436, -87.885038 ], "Address": "2328 N FARWELL AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.885037971106655, 43.060436281786806 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 373, "Incident Number": 140780054, "Date": "03\/19\/2014", "Time": "01:11 PM", "Police District": 1.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.066511, -87.889184 ], "Address": "2614 N BARTLETT AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.889184426279854, 43.066511413266795 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 374, "Incident Number": 140780112, "Date": "03\/19\/2014", "Time": "06:37 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.051741, -87.902182 ], "Address": "1647 N CASS ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.902181573720142, 43.051740747157929 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 375, "Incident Number": 140780127, "Date": "03\/19\/2014", "Time": "06:41 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.060941, -87.879548 ], "Address": "2320 N LAKE DR", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.879547698915687, 43.06094125090884 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 376, "Incident Number": 140770048, "Date": "03\/18\/2014", "Time": "09:00 AM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.050525, -87.894644 ], "Address": "1541 N FARWELL AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.894644084540175, 43.050525033873775 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 377, "Incident Number": 140760042, "Date": "03\/17\/2014", "Time": "10:33 AM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.071417, -87.890409 ], "Address": "2915 N NEWHALL ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.890409139217297, 43.071417419095155 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 378, "Incident Number": 140750053, "Date": "03\/16\/2014", "Time": "12:21 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.053065, -87.894990 ], "Address": "1709 N ARLINGTON PL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.894990077038358, 43.053065025535233 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 379, "Incident Number": 140750064, "Date": "03\/16\/2014", "Time": "01:49 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.059780, -87.887425 ], "Address": "1815 E KENILWORTH PL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.887425178067375, 43.059780006385999 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 380, "Incident Number": 140740029, "Date": "03\/15\/2014", "Time": "06:13 AM", "Police District": 5.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.076504, -87.899553 ], "Address": "919 E AUER AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.899553167638061, 43.076504474032092 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 381, "Incident Number": 140740036, "Date": "03\/15\/2014", "Time": "07:50 AM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.054808, -87.890625 ], "Address": "1845 N FARWELL AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.890624814761225, 43.054808143228023 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 382, "Incident Number": 140740046, "Date": "03\/15\/2014", "Time": "11:06 AM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.053065, -87.894990 ], "Address": "1709 N ARLINGTON PL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.894990077038358, 43.053065025535233 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 383, "Incident Number": 140730056, "Date": "03\/14\/2014", "Time": "11:15 AM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.066070, -87.881333 ], "Address": "2303 E BELLEVIEW PL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.881332667638063, 43.06607048845882 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 384, "Incident Number": 140730057, "Date": "03\/14\/2014", "Time": "09:54 AM", "Police District": 1.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.048263, -87.910575 ], "Address": "1421 N WATER ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.910575112008644, 43.048262649200645 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 385, "Incident Number": 140720052, "Date": "03\/13\/2014", "Time": "12:38 PM", "Police District": 5.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.072793, -87.897894 ], "Address": "2999 N HUMBOLDT BL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.897893529775175, 43.072792879837813 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 386, "Incident Number": 140720103, "Date": "03\/13\/2014", "Time": "05:00 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.050296, -87.906061 ], "Address": "1541 N JEFFERSON ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.906061402186936, 43.050295623925223 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 387, "Incident Number": 140720111, "Date": "03\/13\/2014", "Time": "05:31 PM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.048186, -87.903774 ], "Address": "624 E OGDEN AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.903774, 43.04818550432784 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 388, "Incident Number": 140720118, "Date": "03\/13\/2014", "Time": "06:03 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.046525, -87.908641 ], "Address": "1245 N BROADWAY", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.908640585405564, 43.046525336661098 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 389, "Incident Number": 140710144, "Date": "03\/12\/2014", "Time": "09:50 PM", "Police District": 1.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.072497, -87.887938 ], "Address": "2967 N OAKLAND AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.887938099255351, 43.072497 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 390, "Incident Number": 140700046, "Date": "03\/11\/2014", "Time": "11:06 AM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.066106, -87.878970 ], "Address": "2508 E BELLEVIEW PL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.87897, 43.06610645325739 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 391, "Incident Number": 140700097, "Date": "03\/11\/2014", "Time": "03:42 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.054445, -87.897470 ], "Address": "1112 E HAMILTON ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.897470474464768, 43.054444507646046 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 392, "Incident Number": 140690045, "Date": "03\/10\/2014", "Time": "11:08 AM", "Police District": 1.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.056241, -87.884163 ], "Address": "2037 N LAKE DR", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.884163279089577, 43.056240755984696 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 393, "Incident Number": 140690087, "Date": "03\/10\/2014", "Time": "03:44 PM", "Police District": 1.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.061648, -87.889329 ], "Address": "2417 N BARTLETT AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.889329077038369, 43.061648353597995 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 394, "Incident Number": 140690150, "Date": "03\/10\/2014", "Time": "08:37 PM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.057530, -87.886384 ], "Address": "2115 N PROSPECT AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.886384324887928, 43.057530184324122 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 395, "Incident Number": 140680012, "Date": "03\/09\/2014", "Time": "04:10 AM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.047914, -87.910617 ], "Address": "1400 N WATER ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.910617455962054, 43.047914088643537 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 396, "Incident Number": 140680065, "Date": "03\/09\/2014", "Time": "03:32 PM", "Police District": 1.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.046126, -87.911200 ], "Address": "1213 N WATER ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.91119957372014, 43.046126025535216 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 397, "Incident Number": 140680084, "Date": "03\/09\/2014", "Time": "04:45 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.059442, -87.886023 ], "Address": "2220 N FARWELL AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.886022685054968, 43.05944203308939 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 398, "Incident Number": 140680101, "Date": "03\/09\/2014", "Time": "06:19 PM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.059815, -87.885797 ], "Address": "2235 N FARWELL AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.885796510271788, 43.059814752986306 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 399, "Incident Number": 140670014, "Date": "03\/08\/2014", "Time": "03:14 AM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.046122, -87.903588 ], "Address": "1229 N VAN BUREN ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.903588348017749, 43.046122006293324 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 400, "Incident Number": 140670062, "Date": "03\/08\/2014", "Time": "01:25 PM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.072793, -87.897894 ], "Address": "2999 N HUMBOLDT BL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.897893529775175, 43.072792879837813 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 401, "Incident Number": 140670078, "Date": "03\/08\/2014", "Time": "04:59 PM", "Police District": 1.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.079715, -87.887768 ], "Address": "3407 N OAKLAND AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.887768073720139, 43.079715115182637 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 402, "Incident Number": 140680002, "Date": "03\/08\/2014", "Time": "11:36 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.054532, -87.894933 ], "Address": "1800 N ARLINGTON PL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.894932937388361, 43.05453241326677 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 403, "Incident Number": 140640019, "Date": "03\/05\/2014", "Time": "08:58 AM", "Police District": 1.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.049423, -87.906442 ], "Address": "424 E LYON ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.906442332361934, 43.049422507646049 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 404, "Incident Number": 140640118, "Date": "03\/05\/2014", "Time": "10:27 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.074705, -87.882090 ], "Address": "2200 E KENWOOD BL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.882090448929546, 43.074704501009613 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 405, "Incident Number": 140640125, "Date": "03\/05\/2014", "Time": "11:18 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.053036, -87.893750 ], "Address": "1400 E BRADY ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.893750277030122, 43.053035669819792 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 406, "Incident Number": 140630027, "Date": "03\/04\/2014", "Time": "09:39 AM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.079732, -87.899813 ], "Address": "905 E TOWNSEND ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.899813276992319, 43.079732488458802 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 407, "Incident Number": 140630029, "Date": "03\/04\/2014", "Time": "10:04 AM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.053137, -87.894988 ], "Address": "1701 N ARLINGTON PL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.89498810646873, 43.053137025535221 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 408, "Incident Number": 140610065, "Date": "03\/03\/2014", "Time": "03:11 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.050525, -87.894644 ], "Address": "1541 N FARWELL AV #10", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.894644084540175, 43.050525033873775 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 409, "Incident Number": 140620031, "Date": "03\/03\/2014", "Time": "11:34 AM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.063783, -87.898302 ], "Address": "1021 E WRIGHT ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.898302335276128, 43.063782517889166 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 410, "Incident Number": 140620068, "Date": "03\/03\/2014", "Time": "02:31 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.075871, -87.873265 ], "Address": "3206 N MARIETTA AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.8732649190665, 43.075870742714528 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 411, "Incident Number": 140620003, "Date": "03\/02\/2014", "Time": "11:50 PM", "Police District": 5.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.065641, -87.897001 ], "Address": "1124 E CLARKE ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.897001332361938, 43.065641460470751 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 412, "Incident Number": 140900041, "Date": "03\/31\/2014", "Time": "09:54 AM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.037489, -87.949584 ], "Address": "2807 W MICHIGAN ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.949584, 43.037489495672169 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 413, "Incident Number": 140900110, "Date": "03\/31\/2014", "Time": "09:35 PM", "Police District": 1.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.042574, -87.902964 ], "Address": "713 E KILBOURN AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.902963560501206, 43.042574092020423 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 414, "Incident Number": 140900155, "Date": "03\/31\/2014", "Time": "10:18 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.044437, -87.949300 ], "Address": "2809 W HIGHLAND BL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 3, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.9493005, 43.044436542847478 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 415, "Incident Number": 140900171, "Date": "03\/31\/2014", "Time": "11:50 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.038837, -87.911519 ], "Address": "142 W WISCONSIN AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 3, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.911519053898942, 43.038837424903498 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 416, "Incident Number": 140890008, "Date": "03\/30\/2014", "Time": "01:17 AM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.047215, -87.940062 ], "Address": "2135 W MC KINLEY AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.940061612268451, 43.047215488458818 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 417, "Incident Number": 140890038, "Date": "03\/30\/2014", "Time": "08:27 AM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.043732, -87.940349 ], "Address": "1019 N 22ND ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.940348997114469, 43.043731795169947 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 418, "Incident Number": 140890046, "Date": "03\/30\/2014", "Time": "09:37 AM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.051296, -87.937937 ], "Address": "2013 W GALENA ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.937936601752284, 43.051295802315266 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 419, "Incident Number": 140890049, "Date": "03\/30\/2014", "Time": "09:48 AM", "Police District": 1.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.045394, -87.901010 ], "Address": "1129 N MARSHALL ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.90101020180029, 43.045393976686483 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 420, "Incident Number": 140850156, "Date": "03\/29\/2014", "Time": "04:38 PM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.038832, -87.919572 ], "Address": "612 W WISCONSIN AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.919572106440071, 43.038832471579255 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 421, "Incident Number": 140880014, "Date": "03\/29\/2014", "Time": "01:36 AM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.043084, -87.914481 ], "Address": "1007 N OLD WORLD THIRD ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.914481069824987, 43.0430844970858 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 422, "Incident Number": 140880044, "Date": "03\/29\/2014", "Time": "07:05 AM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.044723, -87.900855 ], "Address": "1030 N MARSHALL ST #3", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.90085485980174, 43.044723125454418 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 423, "Incident Number": 140880059, "Date": "03\/29\/2014", "Time": "10:27 AM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.039901, -87.906258 ], "Address": "425 E MASON ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.906257527094226, 43.039901494143052 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 424, "Incident Number": 140880065, "Date": "03\/29\/2014", "Time": "11:16 AM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.033244, -87.955244 ], "Address": "222 N 33RD ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 3, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.955244283485854, 43.033244283044496 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 425, "Incident Number": 140880094, "Date": "03\/29\/2014", "Time": "12:44 PM", "Police District": 3.0, "Offense 1": "SIMPLE ASSAULT", "Offense 2": "THEFT FROM BUILDING", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.038615, -87.944504 ], "Address": "2455 W WISCONSIN AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.944503751457091, 43.038614517312254 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 426, "Incident Number": 140880095, "Date": "03\/29\/2014", "Time": "01:24 PM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.045162, -87.899738 ], "Address": "1111 N ASTOR ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.899737822263049, 43.04516242853024 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 427, "Incident Number": 140880110, "Date": "03\/29\/2014", "Time": "04:00 PM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.044974, -87.911131 ], "Address": "1111 N WATER ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.911130680160198, 43.044973983899844 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 428, "Incident Number": 140870071, "Date": "03\/28\/2014", "Time": "02:06 PM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.039630, -87.932979 ], "Address": "749 N 16TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.932979095937142, 43.039629996104871 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 429, "Incident Number": 140870086, "Date": "03\/28\/2014", "Time": "02:58 PM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.042114, -87.933237 ], "Address": "927 N RENEE ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.933237010588897, 43.042114142102832 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 430, "Incident Number": 140860102, "Date": "03\/27\/2014", "Time": "04:02 PM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.045283, -87.904648 ], "Address": "1100 N JACKSON ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.904647515651561, 43.045283145151821 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 431, "Incident Number": 140860155, "Date": "03\/27\/2014", "Time": "09:48 PM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.041895, -87.920245 ], "Address": "950 N JAMES LOVELL ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 5, "g_clusterK7": 1, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.920245151936939, 43.041895350342642 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 432, "Incident Number": 140850122, "Date": "03\/26\/2014", "Time": "08:41 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.044042, -87.900205 ], "Address": "916 E STATE ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.90020458826244, 43.044042413295429 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 433, "Incident Number": 140860010, "Date": "03\/26\/2014", "Time": "11:52 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.053334, -87.886946 ], "Address": "1701 N LINCOLN MEMORIAL DR", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.886946331525223, 43.053333860695773 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 434, "Incident Number": 140840044, "Date": "03\/25\/2014", "Time": "11:42 AM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.039459, -87.950673 ], "Address": "730 N 29TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.950672860782689, 43.039458974464765 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 435, "Incident Number": 140840084, "Date": "03\/25\/2014", "Time": "05:06 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.040140, -87.904865 ], "Address": "540 E MASON ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.904865018643406, 43.040139913575494 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 436, "Incident Number": 140830015, "Date": "03\/24\/2014", "Time": "08:09 AM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.045563, -87.912074 ], "Address": "125 E JUNEAU AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.912074361348701, 43.045563292569085 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 437, "Incident Number": 140830021, "Date": "03\/24\/2014", "Time": "09:16 AM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.043260, -87.914391 ], "Address": "1022 N OLD WORLD THIRD ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.914390613999444, 43.043260439625911 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 438, "Incident Number": 140830045, "Date": "03\/24\/2014", "Time": "10:31 AM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.040140, -87.904865 ], "Address": "540 E MASON ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.904865018643406, 43.040139913575494 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 439, "Incident Number": 140830106, "Date": "03\/24\/2014", "Time": "06:50 PM", "Police District": 1.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.043045, -87.903175 ], "Address": "920 N VAN BUREN ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.903175289349107, 43.043045428339404 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 440, "Incident Number": 140690052, "Date": "03\/23\/2014", "Time": "09:45 AM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.038943, -87.901911 ], "Address": "777 E WISCONSIN AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.901910925356219, 43.038942542270568 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 441, "Incident Number": 140820077, "Date": "03\/23\/2014", "Time": "03:25 PM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.051296, -87.938145 ], "Address": "2035 W GALENA ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.938145425876144, 43.051295802315266 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 442, "Incident Number": 140800042, "Date": "03\/21\/2014", "Time": "10:04 AM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.040261, -87.948360 ], "Address": "2711 W WELLS ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.948359580904835, 43.040260542847477 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 443, "Incident Number": 140800056, "Date": "03\/21\/2014", "Time": "11:27 AM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.041615, -87.950012 ], "Address": "2835 W KILBOURN ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.950011751457097, 43.041615498990389 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 444, "Incident Number": 140800066, "Date": "03\/21\/2014", "Time": "01:24 PM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.042677, -87.902310 ], "Address": "755 E KILBOURN AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.902310211350922, 43.042676565064475 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 445, "Incident Number": 140800087, "Date": "03\/21\/2014", "Time": "02:52 PM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.045920, -87.935468 ], "Address": "1804 W JUNEAU AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.935468365859208, 43.045919727965362 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 446, "Incident Number": 140800108, "Date": "03\/21\/2014", "Time": "06:06 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.040554, -87.905481 ], "Address": "773 N JEFFERSON ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.905481169051711, 43.040553757977968 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 447, "Incident Number": 140790076, "Date": "03\/20\/2014", "Time": "12:24 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.043007, -87.920883 ], "Address": "700 W STATE ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.920882800998328, 43.043007494373157 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 448, "Incident Number": 140780004, "Date": "03\/19\/2014", "Time": "12:41 AM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.038636, -87.950674 ], "Address": "2905 W WISCONSIN AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.950673838190312, 43.038635502885526 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 449, "Incident Number": 140780044, "Date": "03\/19\/2014", "Time": "11:28 AM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.042865, -87.910417 ], "Address": "920 N WATER ST #1", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.910416867159327, 43.042864714409333 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 450, "Incident Number": 140780062, "Date": "03\/19\/2014", "Time": "09:06 AM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.034282, -87.906040 ], "Address": "320 E BUFFALO ST #100", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 3, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 1, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.906040205695419, 43.034282151537901 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 451, "Incident Number": 140780064, "Date": "03\/19\/2014", "Time": "02:06 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.045563, -87.912074 ], "Address": "125 E JUNEAU AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.912074361348701, 43.045563292569085 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 452, "Incident Number": 140770019, "Date": "03\/18\/2014", "Time": "02:45 AM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.039078, -87.933011 ], "Address": "717 N 16TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.933010643309544, 43.039077963059754 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 453, "Incident Number": 140770051, "Date": "03\/18\/2014", "Time": "09:52 AM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.040461, -87.916197 ], "Address": "823 N 4TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 3, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.916197348073197, 43.040460606177852 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 454, "Incident Number": 140770075, "Date": "03\/18\/2014", "Time": "11:32 AM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.045044, -87.909798 ], "Address": "1101 N MARKET ST #100", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.909798261065035, 43.045044139881135 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 455, "Incident Number": 140770113, "Date": "03\/18\/2014", "Time": "04:00 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.045563, -87.912074 ], "Address": "125 E JUNEAU AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.912074361348701, 43.045563292569085 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 456, "Incident Number": 140760030, "Date": "03\/17\/2014", "Time": "09:14 AM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.038780, -87.918461 ], "Address": "509 W WISCONSIN AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.918460922817403, 43.038780480091603 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 457, "Incident Number": 140760036, "Date": "03\/17\/2014", "Time": "09:45 AM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.043660, -87.916107 ], "Address": "1001 N 4TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.916107491631863, 43.043659920624371 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 458, "Incident Number": 140760124, "Date": "03\/17\/2014", "Time": "05:52 PM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.042473, -87.931531 ], "Address": "939 N 15TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 0, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.931531092042007, 43.04247341909516 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 459, "Incident Number": 140760134, "Date": "03\/17\/2014", "Time": "06:50 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.038837, -87.911519 ], "Address": "142 W WISCONSIN AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 3, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.911519053898942, 43.038837424903498 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 460, "Incident Number": 140750055, "Date": "03\/16\/2014", "Time": "12:43 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.041085, -87.904182 ], "Address": "788 N JACKSON ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.904182219237427, 43.041084856029713 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 461, "Incident Number": 140740065, "Date": "03\/15\/2014", "Time": "03:01 PM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.038783, -87.938091 ], "Address": "2000 W WISCONSIN AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.938091, 43.038783489901114 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 462, "Incident Number": 140740080, "Date": "03\/15\/2014", "Time": "05:26 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.044958, -87.910863 ], "Address": "1114 N WATER ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.910863272664486, 43.044958016100161 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 463, "Incident Number": 140730060, "Date": "03\/14\/2014", "Time": "11:25 AM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.040817, -87.946379 ], "Address": "833 N 26TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.946378581510416, 43.040817335276131 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 464, "Incident Number": 140730083, "Date": "03\/14\/2014", "Time": "04:23 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.038809, -87.905673 ], "Address": "424 E WISCONSIN AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.905673161953914, 43.038809450516084 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 465, "Incident Number": 140730096, "Date": "03\/14\/2014", "Time": "05:52 PM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.040123, -87.912701 ], "Address": "135 W WELLS ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 3, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.912700916036741, 43.040122597813081 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 466, "Incident Number": 140730123, "Date": "03\/14\/2014", "Time": "08:00 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.038722, -87.910413 ], "Address": "101 W WISCONSIN AV #150", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 3, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.910413448929546, 43.038722474032099 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 467, "Incident Number": 140720027, "Date": "03\/13\/2014", "Time": "08:20 AM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.040730, -87.936588 ], "Address": "830 N 19TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.936587842050216, 43.040730455693222 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 468, "Incident Number": 140720061, "Date": "03\/13\/2014", "Time": "01:00 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.032030, -87.907138 ], "Address": "181 N BROADWAY", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 3, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 1, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.907137625194608, 43.0320295320561 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 469, "Incident Number": 140720067, "Date": "03\/13\/2014", "Time": "01:55 PM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.044445, -87.941583 ], "Address": "2300 W HIGHLAND AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.941583, 43.044445461624591 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 470, "Incident Number": 140710016, "Date": "03\/12\/2014", "Time": "02:20 AM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.038109, -87.952731 ], "Address": "650 N 31ST ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 3, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.952730570322785, 43.038108945943058 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 471, "Incident Number": 140710044, "Date": "03\/12\/2014", "Time": "10:28 AM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.048671, -87.940042 ], "Address": "2184 W VLIET ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.940042156672021, 43.048671194151964 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 472, "Incident Number": 140710085, "Date": "03\/12\/2014", "Time": "04:15 PM", "Police District": 1.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.042573, -87.923068 ], "Address": "901 N 9TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.923068019908385, 43.042573274136394 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 473, "Incident Number": 140710103, "Date": "03\/12\/2014", "Time": "06:09 PM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.041517, -87.920330 ], "Address": "841 N JAMES LOVELL ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 5, "g_clusterK7": 1, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.92032958771324, 43.04151676824975 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 474, "Incident Number": 140710133, "Date": "03\/12\/2014", "Time": "08:30 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.032516, -87.908319 ], "Address": "233 E CHICAGO ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 3, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 1, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.908319021091813, 43.032515586704577 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 475, "Incident Number": 140700040, "Date": "03\/11\/2014", "Time": "10:21 AM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.041795, -87.906782 ], "Address": "830 N MILWAUKEE ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.906781985350818, 43.041794574304895 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 476, "Incident Number": 140700044, "Date": "03\/11\/2014", "Time": "11:16 AM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.045659, -87.912774 ], "Address": "113 E JUNEAU AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.912773538721183, 43.045658634456807 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 477, "Incident Number": 140700047, "Date": "03\/11\/2014", "Time": "11:28 AM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.040312, -87.938614 ], "Address": "2020 W WELLS ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.938613974464772, 43.040312450516097 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 478, "Incident Number": 140700068, "Date": "03\/11\/2014", "Time": "01:43 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.035002, -87.931614 ], "Address": "561 N 15TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.931614496771132, 43.035001575309906 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 479, "Incident Number": 140700092, "Date": "03\/11\/2014", "Time": "03:24 PM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.034775, -87.919562 ], "Address": "700 W ST PAUL AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 2, "m_clusterK5": 0, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.919561676507001, 43.03477517650699 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 480, "Incident Number": 140700120, "Date": "03\/11\/2014", "Time": "06:16 PM", "Police District": 1.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.041353, -87.904945 ], "Address": "520 E WELLS ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.904945471694816, 43.041353464942816 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 481, "Incident Number": 140690001, "Date": "03\/10\/2014", "Time": "12:03 AM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.044190, -87.913986 ], "Address": "215 W HIGHLAND AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.913986206743743, 43.044190128348824 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 482, "Incident Number": 140690098, "Date": "03\/10\/2014", "Time": "04:42 PM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.043652, -87.939152 ], "Address": "1017 N 21ST ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.939151562611642, 43.043652335276136 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 483, "Incident Number": 140690129, "Date": "03\/10\/2014", "Time": "07:22 PM", "Police District": 1.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.032983, -87.903294 ], "Address": "202 N JACKSON ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 3, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 1, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.903294128883246, 43.032982876074044 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 484, "Incident Number": 140680039, "Date": "03\/09\/2014", "Time": "10:57 AM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.036992, -87.911239 ], "Address": "555 N PLANKINTON AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 3, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 1, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.911238621472364, 43.036992251457093 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 485, "Incident Number": 140680046, "Date": "03\/09\/2014", "Time": "12:28 PM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.039818, -87.912146 ], "Address": "751 N PLANKINTON AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 3, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.912146155461699, 43.03981792809752 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 486, "Incident Number": 140680053, "Date": "03\/09\/2014", "Time": "01:33 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.038827, -87.910870 ], "Address": "116 W WISCONSIN AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 3, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.910870325126226, 43.038826959656049 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 487, "Incident Number": 140680081, "Date": "03\/09\/2014", "Time": "04:02 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.038460, -87.919118 ], "Address": "655 N 6TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.919117848096178, 43.038459800739417 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 488, "Incident Number": 140680092, "Date": "03\/09\/2014", "Time": "05:58 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.033303, -87.909148 ], "Address": "233 N WATER ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 3, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 1, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.90914846381763, 43.033303172918195 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 489, "Incident Number": 140680100, "Date": "03\/09\/2014", "Time": "06:25 PM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.045664, -87.922006 ], "Address": "825 W JUNEAU AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 3, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.922005596224167, 43.045664499401866 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 490, "Incident Number": 140680121, "Date": "03\/09\/2014", "Time": "10:03 PM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.044334, -87.915510 ], "Address": "324 W HIGHLAND AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.915510387731544, 43.044334476051318 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 491, "Incident Number": 140670074, "Date": "03\/08\/2014", "Time": "03:52 PM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.041635, -87.943662 ], "Address": "2423 W KILBOURN AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.943661916180972, 43.041634535634124 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 492, "Incident Number": 140670104, "Date": "03\/08\/2014", "Time": "07:53 PM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.038722, -87.910413 ], "Address": "101 W WISCONSIN AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 3, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.910413448929546, 43.038722474032099 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 493, "Incident Number": 140660009, "Date": "03\/07\/2014", "Time": "01:02 AM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.044128, -87.912222 ], "Address": "1070 N EDISON ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.912221974044414, 43.044127939586581 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 494, "Incident Number": 140660033, "Date": "03\/07\/2014", "Time": "09:10 AM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.038837, -87.911519 ], "Address": "142 W WISCONSIN AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 3, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.911519053898942, 43.038837424903498 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 495, "Incident Number": 140660037, "Date": "03\/07\/2014", "Time": "10:20 AM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.043299, -87.918823 ], "Address": "1016 N 6TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 3, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.918823151951756, 43.043298659982696 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 496, "Incident Number": 140650072, "Date": "03\/06\/2014", "Time": "04:16 PM", "Police District": 1.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.036265, -87.906913 ], "Address": "319 E CLYBOURN ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 3, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.906912988891492, 43.036264502308605 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 497, "Incident Number": 140640039, "Date": "03\/05\/2014", "Time": "10:36 AM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.045778, -87.923220 ], "Address": "902 W JUNEAU AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.923220154192279, 43.045777504904748 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 498, "Incident Number": 140640079, "Date": "03\/05\/2014", "Time": "04:16 PM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.047774, -87.942746 ], "Address": "1324 N 24TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 3, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.942745915171358, 43.047774251457099 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 499, "Incident Number": 140630088, "Date": "03\/04\/2014", "Time": "04:57 PM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.032055, -87.909457 ], "Address": "141 N WATER ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 5, "g_clusterK7": 1, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 5, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.909457172802618, 43.032054653384236 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 500, "Incident Number": 140620048, "Date": "03\/03\/2014", "Time": "02:17 PM", "Police District": 3.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.048639, -87.945400 ], "Address": "2500 W VLIET ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 3, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 3, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.945399639188651, 43.048639486005982 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 501, "Incident Number": 140620069, "Date": "03\/03\/2014", "Time": "04:01 PM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.040117, -87.904552 ], "Address": "520 E MASON ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.904551687489132, 43.040117457729458 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 502, "Incident Number": 140610026, "Date": "03\/02\/2014", "Time": "11:02 AM", "Police District": 1.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.032801, -87.909182 ], "Address": "218 N WATER ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 3, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 1, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.90918161071707, 43.032800861890664 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 503, "Incident Number": 140600027, "Date": "03\/01\/2014", "Time": "08:46 AM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.050716, -87.948784 ], "Address": "1526 N 28TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.948784002885532, 43.050715711350932 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 504, "Incident Number": 140910014, "Date": "03\/31\/2014", "Time": "08:34 PM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.113005, -88.026612 ], "Address": "9143 W APPLETON AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 8, "g_clusterK10": 4, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.026612203906424, 43.113005173177982 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 505, "Incident Number": 140870035, "Date": "03\/28\/2014", "Time": "09:17 AM", "Police District": 7.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.099783, -88.021646 ], "Address": "8710 W ARDEN PL", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -88.021645669167285, 43.099783478792595 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 506, "Incident Number": 140870072, "Date": "03\/28\/2014", "Time": "01:33 PM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.131139, -88.028965 ], "Address": "9350 W FOND DU LAC AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 4, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.028964847164033, 43.13113894396654 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 507, "Incident Number": 140860076, "Date": "03\/27\/2014", "Time": "01:10 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.097197, -88.008733 ], "Address": "7706 W CONGRESS ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -88.008732974464777, 43.097197471579236 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 508, "Incident Number": 140850131, "Date": "03\/26\/2014", "Time": "06:26 PM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.145013, -88.045084 ], "Address": "7000 N 107TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.045084152977182, 43.145013347022818 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 509, "Incident Number": 140850138, "Date": "03\/26\/2014", "Time": "06:04 PM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.131139, -88.028965 ], "Address": "9350 W FOND DU LAC AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 4, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.028964847164033, 43.13113894396654 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 510, "Incident Number": 140840130, "Date": "03\/25\/2014", "Time": "09:07 PM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.127456, -88.025771 ], "Address": "6055 N 91ST ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 4, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.025770580499866, 43.127456217323541 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 511, "Incident Number": 140810088, "Date": "03\/22\/2014", "Time": "12:59 PM", "Police District": 4.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.148207, -88.061945 ], "Address": "11938 W GOOD HOPE RD", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.061944915833379, 43.148207262159488 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 512, "Incident Number": 140810125, "Date": "03\/22\/2014", "Time": "05:03 PM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.119554, -88.042831 ], "Address": "10428 W SILVER SPRING DR", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 4, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.042830746091624, 43.119554092423741 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 513, "Incident Number": 140790005, "Date": "03\/20\/2014", "Time": "12:12 AM", "Police District": 4.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.111728, -88.047103 ], "Address": "5162 N 108TH ST #1", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 4, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 8, "g_clusterK10": 4, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.047102907381074, 43.111727779906516 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 514, "Incident Number": 140790037, "Date": "03\/20\/2014", "Time": "08:33 AM", "Police District": 4.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.150186, -88.041253 ], "Address": "10401 W JUNIPER ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.041252525535228, 43.15018554674262 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 515, "Incident Number": 140790130, "Date": "03\/20\/2014", "Time": "06:40 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.104926, -88.008610 ], "Address": "7711 W HAMPTON AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -88.008610416180971, 43.104925521207413 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 516, "Incident Number": 140770037, "Date": "03\/18\/2014", "Time": "07:00 AM", "Police District": 7.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.075333, -88.031280 ], "Address": "3105 N 95TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 4, "g_clusterK5": 3, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 4, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -88.031279544289774, 43.075333424923542 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 517, "Incident Number": 140760058, "Date": "03\/17\/2014", "Time": "11:48 AM", "Police District": 7.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.092920, -88.008416 ], "Address": "4144 N 77TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 1, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 3, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 4, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -88.008415849270165, 43.092920325841071 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 518, "Incident Number": 140750122, "Date": "03\/16\/2014", "Time": "11:21 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.115413, -88.055547 ], "Address": "5364 N LOVERS LANE RD", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 4, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.055546652677577, 43.115413480741026 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 519, "Incident Number": 140730071, "Date": "03\/14\/2014", "Time": "01:01 PM", "Police District": 4.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.149651, -88.047007 ], "Address": "10843 W PARK PL", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.047006666426896, 43.149651009089297 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 520, "Incident Number": 140730093, "Date": "03\/14\/2014", "Time": "05:28 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.147789, -88.058267 ], "Address": "11500 W GOOD HOPE RD", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.058266880977371, 43.147788891603803 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 521, "Incident Number": 140740001, "Date": "03\/14\/2014", "Time": "10:46 PM", "Police District": 7.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.097084, -88.012471 ], "Address": "8003 W CONGRESS ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -88.01247133236194, 43.097084488458819 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 522, "Incident Number": 140710111, "Date": "03\/12\/2014", "Time": "05:51 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.085286, -88.030489 ], "Address": "3753 N WILLIS PL", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 1, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -88.03048877589579, 43.085285726902818 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 523, "Incident Number": 140700009, "Date": "03\/11\/2014", "Time": "01:31 AM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.113005, -88.026612 ], "Address": "9143 W APPLETON AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 8, "g_clusterK10": 4, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.026612203906424, 43.113005173177982 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 524, "Incident Number": 140680051, "Date": "03\/09\/2014", "Time": "10:50 AM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.143860, -88.045218 ], "Address": "6935 N 107TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.045218139458385, 43.143860409384274 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 525, "Incident Number": 140670009, "Date": "03\/08\/2014", "Time": "01:56 AM", "Police District": 7.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.075408, -88.009191 ], "Address": "7718 W BURLEIGH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 4, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -88.00919141909516, 43.075407518754567 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 526, "Incident Number": 140660079, "Date": "03\/07\/2014", "Time": "02:53 PM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.119566, -88.041173 ], "Address": "10330 W SILVER SPRING DR", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 4, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.041172868366715, 43.119565587215959 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 527, "Incident Number": 140640109, "Date": "03\/05\/2014", "Time": "05:28 PM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.135496, -88.045214 ], "Address": "6470 N 107TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 2, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.045214356887541, 43.135496497085825 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 528, "Incident Number": 140630048, "Date": "03\/04\/2014", "Time": "01:07 PM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.126599, -88.046419 ], "Address": "10727 W FLORIST AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 4, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.046418735905192, 43.12659851731226 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 529, "Incident Number": 140630091, "Date": "03\/04\/2014", "Time": "05:40 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.119566, -88.041173 ], "Address": "10330 W SILVER SPRING DR", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 4, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.041172868366715, 43.119565587215959 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 530, "Incident Number": 140620096, "Date": "03\/03\/2014", "Time": "06:27 PM", "Police District": 4.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.119523, -88.039642 ], "Address": "10202 W SILVER SPRING DR", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 4, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.039641525535217, 43.119523461624581 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 531, "Incident Number": 140610022, "Date": "03\/02\/2014", "Time": "10:18 AM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.110244, -88.022979 ], "Address": "8869 W APPLETON AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.022978708205585, 43.110243913930603 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 532, "Incident Number": 140610035, "Date": "03\/02\/2014", "Time": "10:48 AM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.119554, -88.042871 ], "Address": "10432 W SILVER SPRING DR", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 4, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.04287093235574, 43.119553690561105 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 533, "Incident Number": 140900065, "Date": "03\/31\/2014", "Time": "01:13 PM", "Police District": 5.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.048662, -87.918844 ], "Address": "1409 N 6TH PL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.918844061412003, 43.048662397949045 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 534, "Incident Number": 141040146, "Date": "03\/31\/2014", "Time": "09:45 PM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.087867, -87.918487 ], "Address": "3885 N 6TH ST", "e_clusterK2": 1, "g_clusterK2": 0, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 0, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 4, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.918486921055461, 43.08786665308493 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 535, "Incident Number": 140890095, "Date": "03\/30\/2014", "Time": "03:09 PM", "Police District": 5.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.084359, -87.917370 ], "Address": "3701 N PORT WASHINGTON AV", "e_clusterK2": 1, "g_clusterK2": 0, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 0, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 4, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.917370443053187, 43.084359403526186 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 536, "Incident Number": 140880073, "Date": "03\/29\/2014", "Time": "11:44 AM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.088651, -87.899294 ], "Address": "3901 N HUMBOLDT BL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 6, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.899293558456691, 43.088650974724587 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 537, "Incident Number": 140880127, "Date": "03\/29\/2014", "Time": "05:48 PM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.052664, -87.919393 ], "Address": "600 W WALNUT ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.9193935, 43.052663522649695 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 538, "Incident Number": 140880153, "Date": "03\/29\/2014", "Time": "08:33 PM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.053905, -87.917513 ], "Address": "510 W VINE ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.9175125, 43.053905482110821 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 539, "Incident Number": 140850035, "Date": "03\/26\/2014", "Time": "08:25 AM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.054802, -87.915643 ], "Address": "1846 N 4TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.915643451815072, 43.05480191035258 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 540, "Incident Number": 140850126, "Date": "03\/26\/2014", "Time": "08:29 PM", "Police District": 5.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.080893, -87.910764 ], "Address": "3426 N 1ST ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.910763875209412, 43.080893245628715 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 541, "Incident Number": 140840022, "Date": "03\/25\/2014", "Time": "09:21 AM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.080183, -87.932281 ], "Address": "3353 N 17TH ST", "e_clusterK2": 1, "g_clusterK2": 0, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.932281099255349, 43.080182612268459 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 542, "Incident Number": 140850022, "Date": "03\/25\/2014", "Time": "01:30 PM", "Police District": 5.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.054802, -87.915643 ], "Address": "1846 N 4TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.915643451815072, 43.05480191035258 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 543, "Incident Number": 140830073, "Date": "03\/24\/2014", "Time": "02:06 PM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.077403, -87.941136 ], "Address": "3222 N 23RD ST", "e_clusterK2": 1, "g_clusterK2": 0, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 4, "m_clusterK8": 1, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.941136407957998, 43.077403005828387 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 544, "Incident Number": 140830075, "Date": "03\/24\/2014", "Time": "03:36 PM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.079958, -87.926033 ], "Address": "3346 N 12TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 4, "e_clusterK7": 5, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 4, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.926033411853126, 43.079957884817361 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 545, "Incident Number": 140830119, "Date": "03\/24\/2014", "Time": "05:48 PM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.055480, -87.918382 ], "Address": "1914 N 6TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.918381882376053, 43.055480264262421 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 546, "Incident Number": 140810133, "Date": "03\/22\/2014", "Time": "04:28 PM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.088651, -87.899294 ], "Address": "3901 N HUMBOLDT BL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 6, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.899293558456691, 43.088650974724587 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 547, "Incident Number": 140800049, "Date": "03\/21\/2014", "Time": "11:46 AM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.076187, -87.907689 ], "Address": "3169 N RICHARDS ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.907689077038356, 43.076187335276131 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 548, "Incident Number": 140800055, "Date": "03\/21\/2014", "Time": "11:53 AM", "Police District": 5.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.077937, -87.915663 ], "Address": "3261 N MARTIN L KING JR DR", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.915662525708115, 43.077936877315544 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 549, "Incident Number": 140800064, "Date": "03\/21\/2014", "Time": "01:10 PM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.051352, -87.922230 ], "Address": "814-A W GALENA ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.922229684374514, 43.051351811223341 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 550, "Incident Number": 140800135, "Date": "03\/21\/2014", "Time": "05:43 PM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.088814, -87.939550 ], "Address": "3939 N 22ND ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 8, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.939550092041998, 43.088814419095172 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 551, "Incident Number": 140790053, "Date": "03\/20\/2014", "Time": "10:22 AM", "Police District": 5.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.086367, -87.914849 ], "Address": "3831 N 4TH ST", "e_clusterK2": 1, "g_clusterK2": 0, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 4, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.914849073720148, 43.086366922009347 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 552, "Incident Number": 140840141, "Date": "03\/20\/2014", "Time": "04:56 PM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.088219, -87.924575 ], "Address": "3926 N 11TH ST", "e_clusterK2": 1, "g_clusterK2": 0, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 1, "m_clusterK4": 0, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 1, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.924575411853127, 43.088219329447753 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 553, "Incident Number": 140760028, "Date": "03\/17\/2014", "Time": "08:50 AM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.049289, -87.914389 ], "Address": "1407 N MARTIN L KING JR DR", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.914388643112446, 43.049288988314586 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 554, "Incident Number": 140760048, "Date": "03\/17\/2014", "Time": "09:19 AM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.081001, -87.929705 ], "Address": "3436 N 15TH ST", "e_clusterK2": 1, "g_clusterK2": 0, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.929705411853135, 43.081000658895505 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 555, "Incident Number": 140760170, "Date": "03\/17\/2014", "Time": "06:57 PM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.076188, -87.918544 ], "Address": "3160 N 6TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.918544418489589, 43.076187723007678 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 556, "Incident Number": 140750075, "Date": "03\/16\/2014", "Time": "02:10 PM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.054594, -87.918416 ], "Address": "1840 N 6TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.918415886317916, 43.054594292804033 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 557, "Incident Number": 140740041, "Date": "03\/15\/2014", "Time": "09:36 AM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.055640, -87.914261 ], "Address": "1915 N MARTIN L KING JR DR", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.914260610363854, 43.05563986372556 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 558, "Incident Number": 140740070, "Date": "03\/15\/2014", "Time": "04:55 PM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.048636, -87.917264 ], "Address": "1408 N 5TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.917264058031236, 43.048635641398214 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 559, "Incident Number": 140740128, "Date": "03\/15\/2014", "Time": "10:52 PM", "Police District": 1.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.048960, -87.915894 ], "Address": "1435 N 4TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.915893869438875, 43.048959921478264 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 560, "Incident Number": 140730001, "Date": "03\/14\/2014", "Time": "12:31 AM", "Police District": 5.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.087068, -87.934413 ], "Address": "3848 N 19TH ST", "e_clusterK2": 1, "g_clusterK2": 0, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.934413386317914, 43.087067968636404 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 561, "Incident Number": 140730115, "Date": "03\/14\/2014", "Time": "07:51 PM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.080221, -87.908454 ], "Address": "227 E TOWNSEND ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.908453528449414, 43.08022149567217 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 562, "Incident Number": 140720051, "Date": "03\/13\/2014", "Time": "11:55 AM", "Police District": 5.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.072227, -87.914051 ], "Address": "2947 N MARTIN L KING JR DR", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.914051143112459, 43.072227 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 563, "Incident Number": 140720078, "Date": "03\/13\/2014", "Time": "12:49 PM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.069879, -87.933146 ], "Address": "2812 N 16TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.933146419066503, 43.069879142102849 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 564, "Incident Number": 140720139, "Date": "03\/13\/2014", "Time": "08:57 PM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.071576, -87.932179 ], "Address": "1545 W HOPKINS ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.932179159126477, 43.071576234428719 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 565, "Incident Number": 140710050, "Date": "03\/12\/2014", "Time": "12:04 PM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.066989, -87.906456 ], "Address": "2670 N BUFFUM ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.906456379104554, 43.066988832361943 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 566, "Incident Number": 140710051, "Date": "03\/12\/2014", "Time": "12:04 PM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.079023, -87.915182 ], "Address": "3309 N 4TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.915181577038368, 43.079023089647421 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 567, "Incident Number": 140710064, "Date": "03\/12\/2014", "Time": "02:01 PM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.083018, -87.929636 ], "Address": "3558 N 15TH ST", "e_clusterK2": 1, "g_clusterK2": 0, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.929635879104552, 43.083017884817366 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 568, "Incident Number": 140710147, "Date": "03\/12\/2014", "Time": "09:52 PM", "Police District": 5.0, "Offense 1": "SIMPLE ASSAULT", "Offense 2": "THEFT FROM BUILDING", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.047842, -87.921708 ], "Address": "807 W ESSEX LA #635", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.921708281651348, 43.047842065110579 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 569, "Incident Number": 140700065, "Date": "03\/11\/2014", "Time": "11:38 AM", "Police District": 5.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.089396, -87.905903 ], "Address": "370 E CAPITOL DR", "e_clusterK2": 1, "g_clusterK2": 0, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.905903421713205, 43.089396245936584 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 570, "Incident Number": 140700115, "Date": "03\/11\/2014", "Time": "06:06 PM", "Police District": 5.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.087701, -87.937790 ], "Address": "3882 N TEUTONIA AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 8, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.937789937244133, 43.087700640025382 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 571, "Incident Number": 140690050, "Date": "03\/10\/2014", "Time": "10:19 AM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.053497, -87.920006 ], "Address": "1730 N 7TH ST #46", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.920006440706572, 43.053497161809673 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 572, "Incident Number": 140690073, "Date": "03\/10\/2014", "Time": "01:14 PM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.087157, -87.924592 ], "Address": "3826 N 11TH ST", "e_clusterK2": 1, "g_clusterK2": 0, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 1, "m_clusterK4": 0, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 1, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.924592353569324, 43.087157329447763 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 573, "Incident Number": 140690116, "Date": "03\/10\/2014", "Time": "04:36 PM", "Police District": 5.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.070449, -87.913958 ], "Address": "2862 N MARTIN L KING JR DR", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.913957538848749, 43.070449320303346 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 574, "Incident Number": 140680045, "Date": "03\/09\/2014", "Time": "09:38 AM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.079499, -87.932216 ], "Address": "3316 N 17TH ST", "e_clusterK2": 1, "g_clusterK2": 0, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.932216411853133, 43.079499387731545 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 575, "Incident Number": 140670058, "Date": "03\/08\/2014", "Time": "12:39 PM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.088150, -87.916015 ], "Address": "3897 N 5TH ST", "e_clusterK2": 1, "g_clusterK2": 0, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 0, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 4, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.916015322311452, 43.088149730425663 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 576, "Incident Number": 140670079, "Date": "03\/08\/2014", "Time": "04:45 PM", "Police District": 1.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.049862, -87.915423 ], "Address": "324 W CHERRY ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.915422755756254, 43.049862489901109 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 577, "Incident Number": 140660082, "Date": "03\/07\/2014", "Time": "02:57 PM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.074557, -87.918360 ], "Address": "3069 N 6TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.918359592041995, 43.074557276992323 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 578, "Incident Number": 140660094, "Date": "03\/07\/2014", "Time": "04:40 PM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.076071, -87.921320 ], "Address": "3159 N 8TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.921319577038361, 43.076070922009364 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 579, "Incident Number": 140660095, "Date": "03\/07\/2014", "Time": "04:42 PM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.076071, -87.921320 ], "Address": "3159 N 8TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.921319577038361, 43.076070922009364 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 580, "Incident Number": 140650031, "Date": "03\/06\/2014", "Time": "10:06 AM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.071309, -87.912572 ], "Address": "2903 N 2ND ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.912571617577228, 43.07130869608747 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 581, "Incident Number": 140650118, "Date": "03\/06\/2014", "Time": "09:58 PM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.083238, -87.919072 ], "Address": "3501 N 6TH ST", "e_clusterK2": 1, "g_clusterK2": 0, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 0, "g_clusterK8": 4, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.919072245344694, 43.083237966868062 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 582, "Incident Number": 140640016, "Date": "03\/05\/2014", "Time": "07:09 AM", "Police District": 1.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.048900, -87.915869 ], "Address": "1417 N 4TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.915869059293428, 43.048899502914196 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 583, "Incident Number": 140640022, "Date": "03\/05\/2014", "Time": "09:02 AM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.053951, -87.919112 ], "Address": "628 W VINE ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.9191118969662, 43.053951400454089 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 584, "Incident Number": 140640042, "Date": "03\/05\/2014", "Time": "11:32 AM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.074812, -87.912111 ], "Address": "128 W BURLEIGH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.912110923394323, 43.074811526544821 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 585, "Incident Number": 140640077, "Date": "03\/05\/2014", "Time": "04:07 PM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.089039, -87.940866 ], "Address": "3948 N 23RD ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 0, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.940865867996052, 43.089039052455433 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 586, "Incident Number": 140640091, "Date": "03\/05\/2014", "Time": "05:33 PM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.072173, -87.907718 ], "Address": "2947 N RICHARDS ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.907717588723784, 43.072173167638056 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 587, "Incident Number": 140630019, "Date": "03\/04\/2014", "Time": "08:46 AM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.071066, -87.928035 ], "Address": "1329 W LOCUST ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 0, "m_clusterK7": 5, "e_clusterK8": 1, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.928035093337144, 43.071066023763365 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 588, "Incident Number": 140630030, "Date": "03\/04\/2014", "Time": "10:26 AM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.083729, -87.913718 ], "Address": "3635 N 3RD ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.913717562611637, 43.083729450458776 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 589, "Incident Number": 140630080, "Date": "03\/04\/2014", "Time": "04:44 PM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.081022, -87.903839 ], "Address": "3435 N BOOTH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.903838548184922, 43.081021760199661 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 590, "Incident Number": 140620092, "Date": "03\/03\/2014", "Time": "07:30 PM", "Police District": 5.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.047575, -87.920146 ], "Address": "1300 N 7TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.920145921807801, 43.047575381903187 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 591, "Incident Number": 140620121, "Date": "03\/03\/2014", "Time": "10:36 PM", "Police District": 5.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.054858, -87.920099 ], "Address": "1937 N 7TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 7, "m_clusterK9": 7, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.920099040394632, 43.054858341104506 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 592, "Incident Number": 140610031, "Date": "03\/02\/2014", "Time": "03:20 PM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.068970, -87.905338 ], "Address": "2767 N HOLTON ST #4", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 0, "e_clusterK5": 0, "g_clusterK5": 0, "m_clusterK5": 0, "e_clusterK6": 1, "g_clusterK6": 1, "m_clusterK6": 1, "e_clusterK7": 5, "g_clusterK7": 5, "m_clusterK7": 5, "e_clusterK8": 0, "g_clusterK8": 0, "m_clusterK8": 0, "e_clusterK9": 7, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 0, "g_clusterK10": 0, "m_clusterK10": 0 }, "geometry": { "type": "Point", "coordinates": [ -87.905338106468719, 43.0689695029142 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 593, "Incident Number": 140900018, "Date": "03\/31\/2014", "Time": "05:04 AM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.097517, -87.980576 ], "Address": "4408 N 54TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 5, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.980576419066495, 43.097516884817367 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 594, "Incident Number": 140900025, "Date": "03\/31\/2014", "Time": "07:45 AM", "Police District": 7.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.110629, -87.982453 ], "Address": "5120 N 56TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 3, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 4, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 4, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 8, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.982452919066503, 43.110629245628729 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 595, "Incident Number": 140890010, "Date": "03\/30\/2014", "Time": "01:35 AM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.065928, -87.964571 ], "Address": "2577 N 41ST ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.964570632003955, 43.065927586733238 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 596, "Incident Number": 140890054, "Date": "03\/30\/2014", "Time": "10:26 AM", "Police District": 5.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.076024, -87.943486 ], "Address": "3142 N 24TH PL", "e_clusterK2": 1, "g_clusterK2": 0, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 5, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.943486382422762, 43.076023994171635 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 597, "Incident Number": 140890074, "Date": "03\/30\/2014", "Time": "12:25 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.084512, -87.960786 ], "Address": "3708 N 38TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 2, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 5, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.960786415171356, 43.084511580904831 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 598, "Incident Number": 140890087, "Date": "03\/30\/2014", "Time": "02:07 PM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.074918, -87.942349 ], "Address": "3075 N 24TH ST", "e_clusterK2": 1, "g_clusterK2": 0, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 5, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.942348573720139, 43.074917863725545 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 599, "Incident Number": 140890096, "Date": "03\/30\/2014", "Time": "03:18 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.083732, -87.983331 ], "Address": "3607 N 56TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.983331336689773, 43.083731545934569 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 600, "Incident Number": 140890170, "Date": "03\/30\/2014", "Time": "09:26 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.077645, -87.971019 ], "Address": "3231 N 46TH ST #UPR", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 2, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.971018635322167, 43.077645335276117 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 601, "Incident Number": 140880111, "Date": "03\/29\/2014", "Time": "04:03 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.091451, -87.960884 ], "Address": "4091 N ELMHURST RD", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.960884174043358, 43.091451262825416 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 602, "Incident Number": 140880172, "Date": "03\/29\/2014", "Time": "10:23 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.080832, -87.957270 ], "Address": "3381 N 35TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.9572701392173, 43.080832309740913 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 603, "Incident Number": 140870060, "Date": "03\/28\/2014", "Time": "12:45 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.093530, -87.969123 ], "Address": "4204 N 44TH WA", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 5, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.969123163290746, 43.09352955345755 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 604, "Incident Number": 140860087, "Date": "03\/27\/2014", "Time": "02:47 PM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.073794, -87.943610 ], "Address": "3019 N 24TH PL", "e_clusterK2": 1, "g_clusterK2": 0, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 5, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.943609632003955, 43.07379375437128 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 605, "Incident Number": 140850051, "Date": "03\/26\/2014", "Time": "12:04 PM", "Police District": 5.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.074486, -87.948569 ], "Address": "3049 N 28TH ST", "e_clusterK2": 1, "g_clusterK2": 0, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.948568632003955, 43.074486167638071 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 606, "Incident Number": 140830142, "Date": "03\/25\/2014", "Time": "06:30 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.083733, -87.970290 ], "Address": "4527 W MEDFORD AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 5, "g_clusterK9": 8, "m_clusterK9": 5, "e_clusterK10": 7, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.97028994950648, 43.083732657770305 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 607, "Incident Number": 140840119, "Date": "03\/25\/2014", "Time": "08:08 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.092678, -87.972200 ], "Address": "4156 N 47TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 5, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.972200350220703, 43.092677519254664 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 608, "Incident Number": 140820033, "Date": "03\/23\/2014", "Time": "10:14 AM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.079934, -87.979927 ], "Address": "5300 W ROOSEVELT DR", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 4, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.979926949217997, 43.079934226210334 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 609, "Incident Number": 140820102, "Date": "03\/23\/2014", "Time": "06:29 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.104581, -87.974950 ], "Address": "4925 W HAMPTON AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.9749505, 43.104580535634135 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 610, "Incident Number": 140810040, "Date": "03\/22\/2014", "Time": "04:02 AM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.109576, -87.979995 ], "Address": "5056 N 54TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 4, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.979994860782696, 43.10957641326678 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 611, "Incident Number": 140810060, "Date": "03\/22\/2014", "Time": "11:01 AM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.073685, -87.948578 ], "Address": "3011 N 28TH ST", "e_clusterK2": 1, "g_clusterK2": 0, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.948577632003946, 43.073685167638075 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 612, "Incident Number": 140810111, "Date": "03\/22\/2014", "Time": "04:37 PM", "Police District": 7.0, "Offense 1": "AGGRAVATED ASSAULT", "Offense 2": "THEFT FROM MOTOR VEHICLE", "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.080732, -87.957295 ], "Address": "3383 N 35TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.957294628535109, 43.080732276415418 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 613, "Incident Number": 140790035, "Date": "03\/20\/2014", "Time": "08:15 AM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.079804, -87.949604 ], "Address": "3326 N 29TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.94960441185313, 43.079804497085803 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 614, "Incident Number": 140790086, "Date": "03\/20\/2014", "Time": "12:21 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.077222, -87.963260 ], "Address": "3201 N 40TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.963259595937132, 43.077222335276133 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 615, "Incident Number": 140780106, "Date": "03\/19\/2014", "Time": "06:02 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.080506, -87.967143 ], "Address": "3360 N SHERMAN BL", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 2, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.967142906804156, 43.080506077990663 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 616, "Incident Number": 140770123, "Date": "03\/18\/2014", "Time": "05:38 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.093513, -87.957383 ], "Address": "3500 W HOPE AV #7", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.957382667638058, 43.09351253318129 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 617, "Incident Number": 140740060, "Date": "03\/15\/2014", "Time": "01:23 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.100983, -87.961582 ], "Address": "4609 N 39TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.96158165753917, 43.100982754371302 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 618, "Incident Number": 140720145, "Date": "03\/13\/2014", "Time": "10:04 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.110467, -87.982453 ], "Address": "5108 N 56TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 3, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 4, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 4, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 8, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.982452919066503, 43.110467245628712 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 619, "Incident Number": 140710151, "Date": "03\/12\/2014", "Time": "10:46 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.087270, -87.969474 ], "Address": "4504 W SPENCER PL", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 5, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.969473723959965, 43.087269812395292 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 620, "Incident Number": 140700027, "Date": "03\/11\/2014", "Time": "09:37 AM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.099445, -87.978543 ], "Address": "5225 W LINCOLN CREEK DR", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.978543211235348, 43.099444632149122 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 621, "Incident Number": 140700050, "Date": "03\/11\/2014", "Time": "11:42 AM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.092185, -87.961635 ], "Address": "4135 N ELMHURST RD", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.961635255496461, 43.092185061053769 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 622, "Incident Number": 140700052, "Date": "03\/11\/2014", "Time": "11:16 AM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.095693, -87.967137 ], "Address": "4321 N SHERMAN BL", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 5, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.967136719022264, 43.095692641538676 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 623, "Incident Number": 140700066, "Date": "03\/11\/2014", "Time": "01:57 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.084548, -87.980909 ], "Address": "3701 N 54TH BL", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.980908617577228, 43.084547696087469 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 624, "Incident Number": 140660112, "Date": "03\/07\/2014", "Time": "06:38 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.066959, -87.946775 ], "Address": "2624 W FOND DU LAC AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 2, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.946774581857127, 43.066958761324848 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 625, "Incident Number": 140650085, "Date": "03\/06\/2014", "Time": "06:30 PM", "Police District": 5.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.074045, -87.938574 ], "Address": "3034 N 21ST ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 0, "e_clusterK10": 6, "g_clusterK10": 6, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.938574393531269, 43.074045136274464 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 626, "Incident Number": 140650121, "Date": "03\/06\/2014", "Time": "10:45 PM", "Police District": 7.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.092636, -87.967203 ], "Address": "4157 N SHERMAN BL", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 5, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.96720303724905, 43.092635516766343 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 627, "Incident Number": 140650123, "Date": "03\/06\/2014", "Time": "10:18 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.085107, -87.959659 ], "Address": "3731 N 37TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 2, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 5, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.959658580933493, 43.08510667055225 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 628, "Incident Number": 140640051, "Date": "03\/05\/2014", "Time": "11:18 AM", "Police District": 5.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.076809, -87.949740 ], "Address": "3177 N 29TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 1, "g_clusterK8": 4, "m_clusterK8": 1, "e_clusterK9": 0, "g_clusterK9": 0, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 6 }, "geometry": { "type": "Point", "coordinates": [ -87.949739628108802, 43.076808586733222 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 629, "Incident Number": 140640067, "Date": "03\/05\/2014", "Time": "02:38 PM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.108893, -87.983733 ], "Address": "5022 N 57TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 5, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 4, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 8, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.983732867996039, 43.108893136274475 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 630, "Incident Number": 140630063, "Date": "03\/04\/2014", "Time": "03:05 PM", "Police District": 7.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.103614, -87.959575 ], "Address": "4747 N HOPKINS ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.959575003635337, 43.103613803768283 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 631, "Incident Number": 140620014, "Date": "03\/03\/2014", "Time": "08:42 AM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.071858, -87.973642 ], "Address": "2909 N 48TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 2, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 1, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.973641573720144, 43.071858167638055 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 632, "Incident Number": 140620026, "Date": "03\/03\/2014", "Time": "10:35 AM", "Police District": 7.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.079093, -87.975082 ], "Address": "4925 W CONCORDIA AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 1, "g_clusterK4": 1, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 0, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 1, "e_clusterK9": 5, "g_clusterK9": 5, "m_clusterK9": 5, "e_clusterK10": 5, "g_clusterK10": 5, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.975082334988741, 43.079092801350939 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 633, "Incident Number": 140900002, "Date": "03\/31\/2014", "Time": "12:17 AM", "Police District": 2.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.012198, -87.958900 ], "Address": "1705 S 36TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.958899595360222, 43.012197586733237 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 634, "Incident Number": 140900072, "Date": "03\/31\/2014", "Time": "02:10 PM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.988589, -87.949431 ], "Address": "2900 W OKLAHOMA AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 3, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.94943116290527, 42.98858948831365 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 635, "Incident Number": 140900159, "Date": "03\/31\/2014", "Time": "10:41 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.031358, -87.935133 ], "Address": "1721 W CANAL ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 2, "e_clusterK5": 0, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.935133444457492, 43.031358468406182 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 636, "Incident Number": 140890037, "Date": "03\/30\/2014", "Time": "08:20 AM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.031358, -87.935133 ], "Address": "1721 W CANAL ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 2, "e_clusterK5": 0, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.935133444457492, 43.031358468406182 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 637, "Incident Number": 140890164, "Date": "03\/30\/2014", "Time": "09:39 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.034660, -87.935622 ], "Address": "1743 W ST PAUL AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 2, "e_clusterK5": 0, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.935622009209169, 43.034660026352192 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 638, "Incident Number": 140880016, "Date": "03\/29\/2014", "Time": "01:44 AM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.008337, -87.955382 ], "Address": "2001 S 33RD ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.955381548184917, 43.008337005828395 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 639, "Incident Number": 140880054, "Date": "03\/29\/2014", "Time": "08:32 AM", "Police District": 2.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.022279, -87.946745 ], "Address": "2600 W NATIONAL AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.946745081049073, 43.022279417190582 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 640, "Incident Number": 140880089, "Date": "03\/29\/2014", "Time": "01:06 PM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.022485, -87.942730 ], "Address": "2309 W NATIONAL AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.942729881903176, 43.022484546742618 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 641, "Incident Number": 140870063, "Date": "03\/28\/2014", "Time": "01:15 PM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.014440, -87.960301 ], "Address": "1571 S 37TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 6, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.960301022649688, 43.014439760199679 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 642, "Incident Number": 140870067, "Date": "03\/28\/2014", "Time": "12:21 PM", "Police District": 2.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.013701, -87.952738 ], "Address": "1615 S 31ST ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.952738099255356, 43.013700838190317 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 643, "Incident Number": 140870076, "Date": "03\/28\/2014", "Time": "02:20 PM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.019316, -87.950216 ], "Address": "1136 S 29TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.950216411853134, 43.019315916180972 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 644, "Incident Number": 140850068, "Date": "03\/26\/2014", "Time": "01:04 PM", "Police District": 2.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.022198, -87.947071 ], "Address": "2625 W NATIONAL AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.947070988343242, 43.022197542847493 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 645, "Incident Number": 140840029, "Date": "03\/25\/2014", "Time": "10:17 AM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.004665, -87.951730 ], "Address": "2205 S 30TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 3, "g_clusterK9": 6, "m_clusterK9": 1, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.951730099255357, 43.004664586733213 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 646, "Incident Number": 140870045, "Date": "03\/25\/2014", "Time": "12:43 PM", "Police District": 2.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.014763, -87.961971 ], "Address": "1569 S 38TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.961971370015263, 43.014762900917525 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 647, "Incident Number": 140830066, "Date": "03\/24\/2014", "Time": "02:16 PM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.012495, -87.941437 ], "Address": "2238 W MITCHELL ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 6, "m_clusterK9": 1, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.941437477645238, 43.012494750311681 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 648, "Incident Number": 140820092, "Date": "03\/23\/2014", "Time": "06:26 PM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.024617, -87.949023 ], "Address": "650 S 28TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.949022937388349, 43.024617 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 649, "Incident Number": 140820134, "Date": "03\/23\/2014", "Time": "11:13 PM", "Police District": 2.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.019017, -87.953031 ], "Address": "3110 W SCOTT ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.953031, 43.019016504327844 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 650, "Incident Number": 140810014, "Date": "03\/22\/2014", "Time": "12:55 AM", "Police District": 3.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.034786, -87.945763 ], "Address": "2500 W ST PAUL AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 1, "g_clusterK4": 0, "m_clusterK4": 2, "e_clusterK5": 0, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 1, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 5, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.945763437821043, 43.034785519331464 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 651, "Incident Number": 140810170, "Date": "03\/22\/2014", "Time": "10:07 PM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.022603, -87.955155 ], "Address": "759 S SHEA AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 9, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.955155071902468, 43.022602769923203 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 652, "Incident Number": 140790074, "Date": "03\/20\/2014", "Time": "12:01 PM", "Police District": 2.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.019123, -87.939658 ], "Address": "2110 W SCOTT ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.939657724851514, 43.01912282861413 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 653, "Incident Number": 140790083, "Date": "03\/20\/2014", "Time": "01:14 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.031358, -87.935133 ], "Address": "1721 W CANAL ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 2, "e_clusterK5": 0, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.935133444457492, 43.031358468406182 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 654, "Incident Number": 140780030, "Date": "03\/19\/2014", "Time": "09:59 AM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.023528, -87.949025 ], "Address": "720 S 28TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.949025382999679, 43.023528 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 655, "Incident Number": 140770068, "Date": "03\/18\/2014", "Time": "11:43 AM", "Police District": 2.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.020945, -87.950281 ], "Address": "945 S 29TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.950281099255349, 43.020945083819043 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 656, "Incident Number": 140740055, "Date": "03\/15\/2014", "Time": "12:44 PM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.018659, -87.939489 ], "Address": "1213 S 21ST ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.939489062611642, 43.018659 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 657, "Incident Number": 140740067, "Date": "03\/15\/2014", "Time": "03:14 PM", "Police District": 2.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.014116, -87.947113 ], "Address": "2627 W LAPHAM ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.947112876219023, 43.014115521207408 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 658, "Incident Number": 140720050, "Date": "03\/13\/2014", "Time": "12:24 PM", "Police District": 2.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.019829, -87.947910 ], "Address": "1113 S LAYTON BL", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.947910077038358, 43.019829167638079 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 659, "Incident Number": 140720091, "Date": "03\/13\/2014", "Time": "04:27 PM", "Police District": 2.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.012412, -87.943054 ], "Address": "2321 W MITCHELL ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 6, "m_clusterK9": 1, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.943053944630378, 43.012411513994039 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 660, "Incident Number": 140700007, "Date": "03\/11\/2014", "Time": "01:25 AM", "Police District": 2.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.014116, -87.947113 ], "Address": "2627 W LAPHAM ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.947112876219023, 43.014115521207408 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 661, "Incident Number": 140700056, "Date": "03\/11\/2014", "Time": "12:40 PM", "Police District": 6.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.990590, -87.964066 ], "Address": "2964 S 40TH ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 0, "g_clusterK6": 0, "m_clusterK6": 0, "e_clusterK7": 6, "g_clusterK7": 6, "m_clusterK7": 6, "e_clusterK8": 6, "g_clusterK8": 6, "m_clusterK8": 6, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 9 }, "geometry": { "type": "Point", "coordinates": [ -87.964066151421704, 42.99059034251264 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 662, "Incident Number": 140690079, "Date": "03\/10\/2014", "Time": "01:29 PM", "Police District": 3.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.031358, -87.935133 ], "Address": "1721 W CANAL ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 2, "g_clusterK3": 2, "m_clusterK3": 2, "e_clusterK4": 0, "g_clusterK4": 0, "m_clusterK4": 2, "e_clusterK5": 0, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 3, "g_clusterK10": 3, "m_clusterK10": 3 }, "geometry": { "type": "Point", "coordinates": [ -87.935133444457492, 43.031358468406182 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 663, "Incident Number": 140680067, "Date": "03\/09\/2014", "Time": "04:07 PM", "Police District": 2.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.016939, -87.952041 ], "Address": "3020 W GREENFIELD AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.952041, 43.016939474897463 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 664, "Incident Number": 140680087, "Date": "03\/09\/2014", "Time": "04:57 PM", "Police District": 2.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.008484, -87.938882 ], "Address": "2024 W ROGERS ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 1, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 6, "g_clusterK9": 6, "m_clusterK9": 6, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.93888232944775, 43.008484493219335 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 665, "Incident Number": 140650041, "Date": "03\/06\/2014", "Time": "11:05 AM", "Police District": 2.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.012529, -87.943779 ], "Address": "2400 W MITCHELL ST", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 1, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 6, "m_clusterK9": 1, "e_clusterK10": 1, "g_clusterK10": 1, "m_clusterK10": 1 }, "geometry": { "type": "Point", "coordinates": [ -87.943779018207451, 43.012528717575009 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 666, "Incident Number": 140640041, "Date": "03\/05\/2014", "Time": "11:48 AM", "Police District": 2.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.021561, -87.958339 ], "Address": "3519 W NATIONAL AV", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 2, "m_clusterK5": 2, "e_clusterK6": 3, "g_clusterK6": 3, "m_clusterK6": 3, "e_clusterK7": 1, "g_clusterK7": 1, "m_clusterK7": 1, "e_clusterK8": 5, "g_clusterK8": 5, "m_clusterK8": 5, "e_clusterK9": 1, "g_clusterK9": 1, "m_clusterK9": 1, "e_clusterK10": 9, "g_clusterK10": 9, "m_clusterK10": 5 }, "geometry": { "type": "Point", "coordinates": [ -87.958339407438402, 43.021560553955972 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 667, "Incident Number": 140630053, "Date": "03\/04\/2014", "Time": "02:00 PM", "Police District": 6.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 42.991268, -87.949557 ], "Address": "2801 W KINNICKINNIC RIVER PK", "e_clusterK2": 1, "g_clusterK2": 1, "m_clusterK2": 1, "e_clusterK3": 0, "g_clusterK3": 0, "m_clusterK3": 0, "e_clusterK4": 2, "g_clusterK4": 2, "m_clusterK4": 2, "e_clusterK5": 2, "g_clusterK5": 1, "m_clusterK5": 1, "e_clusterK6": 2, "g_clusterK6": 2, "m_clusterK6": 2, "e_clusterK7": 3, "g_clusterK7": 3, "m_clusterK7": 3, "e_clusterK8": 5, "g_clusterK8": 3, "m_clusterK8": 3, "e_clusterK9": 3, "g_clusterK9": 3, "m_clusterK9": 3, "e_clusterK10": 2, "g_clusterK10": 2, "m_clusterK10": 2 }, "geometry": { "type": "Point", "coordinates": [ -87.949557094090821, 42.991267568959614 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 668, "Incident Number": 140900091, "Date": "03\/31\/2014", "Time": "04:33 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.154136, -88.004953 ], "Address": "7500 N 76TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.004952924549102, 43.154136021091837 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 669, "Incident Number": 140900105, "Date": "03\/31\/2014", "Time": "05:39 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.149474, -88.005193 ], "Address": "7210 N 76TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.00519337621995, 43.14947360897888 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 670, "Incident Number": 140890079, "Date": "03\/30\/2014", "Time": "01:18 PM", "Police District": 4.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.148517, -87.998700 ], "Address": "7101 W GOOD HOPE RD", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -87.998700201974117, 43.148517472158048 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 671, "Incident Number": 140890099, "Date": "03\/30\/2014", "Time": "03:38 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.148444, -87.981182 ], "Address": "5555 W GOOD HOPE RD", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 2, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -87.981181941716187, 43.14844448672806 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 672, "Incident Number": 140870016, "Date": "03\/28\/2014", "Time": "03:40 AM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.148550, -88.005634 ], "Address": "7605 W GOOD HOPE RD", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.005634359116357, 43.148549678452611 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 673, "Incident Number": 140870109, "Date": "03\/28\/2014", "Time": "05:36 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.142613, -87.984685 ], "Address": "5801 W BOEHLKE AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 2, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -87.984684586733223, 43.142612543424406 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 674, "Incident Number": 140870153, "Date": "03\/28\/2014", "Time": "10:55 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.117334, -87.965523 ], "Address": "5477 N HOPKINS ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 1, "e_clusterK5": 3, "g_clusterK5": 3, "m_clusterK5": 3, "e_clusterK6": 4, "g_clusterK6": 4, "m_clusterK6": 4, "e_clusterK7": 0, "g_clusterK7": 2, "m_clusterK7": 0, "e_clusterK8": 4, "g_clusterK8": 4, "m_clusterK8": 4, "e_clusterK9": 8, "g_clusterK9": 8, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 7, "m_clusterK10": 7 }, "geometry": { "type": "Point", "coordinates": [ -87.965522877689978, 43.117333555629429 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 675, "Incident Number": 140840046, "Date": "03\/25\/2014", "Time": "11:42 AM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.187738, -88.002196 ], "Address": "7470 W GLENBROOK RD", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.002195890962852, 43.187737865744772 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 676, "Incident Number": 140830016, "Date": "03\/24\/2014", "Time": "07:19 AM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.167158, -88.037171 ], "Address": "8251 N CELINA ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.037170884142384, 43.167158087787236 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 677, "Incident Number": 140820007, "Date": "03\/23\/2014", "Time": "12:38 AM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.179363, -88.032127 ], "Address": "9721 W BEATRICE ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.032127014647401, 43.179362590373628 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 678, "Incident Number": 140800038, "Date": "03\/21\/2014", "Time": "10:05 AM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.177660, -88.019341 ], "Address": "8711 W BROWN DEER RD", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.019340631975297, 43.177659526113075 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 679, "Incident Number": 140790122, "Date": "03\/20\/2014", "Time": "06:00 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.134965, -87.996300 ], "Address": "6737 W BRENTWOOD AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 2, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 2, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -87.996300244243741, 43.134965488458818 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 680, "Incident Number": 140790137, "Date": "03\/20\/2014", "Time": "08:14 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.134579, -87.977120 ], "Address": "6427 N 52ND ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 2, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 2, "g_clusterK9": 4, "m_clusterK9": 8, "e_clusterK10": 7, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -87.977119639217307, 43.134579031363614 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 681, "Incident Number": 140790161, "Date": "03\/20\/2014", "Time": "11:28 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.143167, -87.985629 ], "Address": "6891 N 60TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 2, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -87.985629201396264, 43.143166948929554 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 682, "Incident Number": 140780079, "Date": "03\/19\/2014", "Time": "11:20 AM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.170586, -88.000448 ], "Address": "7300 W DEAN RD", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.000448317117204, 43.170586357146703 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 683, "Incident Number": 140770058, "Date": "03\/18\/2014", "Time": "10:39 AM", "Police District": 4.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.134096, -87.991893 ], "Address": "6438 W MILL RD", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 2, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 2, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -87.991892664723878, 43.134095522649702 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 684, "Incident Number": 140770157, "Date": "03\/18\/2014", "Time": "08:45 PM", "Police District": 4.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.127244, -87.987112 ], "Address": "6028 N 61ST ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.987112389636138, 43.127244366639729 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 685, "Incident Number": 140760175, "Date": "03\/17\/2014", "Time": "10:47 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.135982, -87.980754 ], "Address": "6510 N 55TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 2, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 2, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 4, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -87.980754345779047, 43.135982161809693 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 686, "Incident Number": 140750078, "Date": "03\/16\/2014", "Time": "04:35 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.139296, -88.002156 ], "Address": "7273 W CODY CR", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.002155951815084, 43.139296456287155 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 687, "Incident Number": 140750093, "Date": "03\/16\/2014", "Time": "04:22 PM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.134146, -87.997253 ], "Address": "6914 W MILL RD", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 2, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 2, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -87.997253306826707, 43.134145500432695 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 688, "Incident Number": 140730086, "Date": "03\/14\/2014", "Time": "04:44 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.134995, -88.001060 ], "Address": "7135 W BRENTWOOD AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 2, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 2, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.001060269778947, 43.134995474032095 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 689, "Incident Number": 140730107, "Date": "03\/14\/2014", "Time": "07:16 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.148556, -88.002734 ], "Address": "7401 W GOOD HOPE RD", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.002733546771267, 43.148556471147486 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 690, "Incident Number": 140710143, "Date": "03\/12\/2014", "Time": "09:42 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.177912, -87.995079 ], "Address": "6800 W BROWN DEER RD", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -87.995079449910506, 43.177912476051318 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 691, "Incident Number": 140700095, "Date": "03\/11\/2014", "Time": "04:32 PM", "Police District": 4.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.142679, -87.985628 ], "Address": "6861 N 60TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 2, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -87.98562814311245, 43.142679 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 692, "Incident Number": 140700106, "Date": "03\/11\/2014", "Time": "04:41 PM", "Police District": 4.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.179000, -88.030495 ], "Address": "8884 N 96TH ST #8", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.030495350078212, 43.179000305874425 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 693, "Incident Number": 140700134, "Date": "03\/11\/2014", "Time": "01:55 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.157485, -88.004794 ], "Address": "7676 N 76TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.004793888482297, 43.157485247013689 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 694, "Incident Number": 140690062, "Date": "03\/10\/2014", "Time": "12:43 PM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.121523, -87.989628 ], "Address": "5736 N 63RD ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.989628217054644, 43.121523129394362 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 695, "Incident Number": 140820135, "Date": "03\/10\/2014", "Time": "06:35 PM", "Police District": 4.0, "Offense 1": "THEFT FROM MOTOR VEHICLE", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.168616, -88.004728 ], "Address": "8301 N 76TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.004728148738351, 43.168615973079788 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 696, "Incident Number": 140670034, "Date": "03\/06\/2014", "Time": "12:57 PM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.137774, -88.019169 ], "Address": "6600 N 86TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.019169314299873, 43.137773621991954 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 697, "Incident Number": 140640036, "Date": "03\/05\/2014", "Time": "11:01 AM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.182488, -88.002506 ], "Address": "9047 N 75TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.002505902013112, 43.182488077270428 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 698, "Incident Number": 140630021, "Date": "03\/04\/2014", "Time": "09:12 AM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.142238, -87.985563 ], "Address": "6840 N 60TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 2, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -87.985562875209411, 43.142237633360281 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 699, "Incident Number": 140630036, "Date": "03\/04\/2014", "Time": "11:15 AM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.184932, -88.016127 ], "Address": "8600 W FAIRY CHASM DR", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.016126632839914, 43.184932497311173 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 700, "Incident Number": 140630043, "Date": "03\/04\/2014", "Time": "12:26 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.157907, -88.034728 ], "Address": "9911 W FOUNTAIN AV", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.034728176166283, 43.157907311177027 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 701, "Incident Number": 140630072, "Date": "03\/04\/2014", "Time": "03:54 PM", "Police District": 4.0, "Offense 1": "THEFT OF MOTOR VEHICLE PARTS\/ACCESSORIES", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.119529, -87.988389 ], "Address": "6200 W SILVER SPRING DR", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 2, "g_clusterK7": 2, "m_clusterK7": 2, "e_clusterK8": 2, "g_clusterK8": 2, "m_clusterK8": 2, "e_clusterK9": 2, "g_clusterK9": 2, "m_clusterK9": 2, "e_clusterK10": 4, "g_clusterK10": 4, "m_clusterK10": 4 }, "geometry": { "type": "Point", "coordinates": [ -87.988388770419832, 43.119528792034551 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 702, "Incident Number": 140610071, "Date": "03\/02\/2014", "Time": "08:37 PM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.188796, -88.008274 ], "Address": "7901 W GLENBROOK RD #108", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.008274299815838, 43.188796292486899 ] } }, { "type": "Feature", "properties": { "Unnamed: 0": 703, "Incident Number": 140600082, "Date": "03\/01\/2014", "Time": "07:16 PM", "Police District": 4.0, "Offense 1": "THEFT FROM BUILDING", "Offense 2": null, "Offense 3": null, "Offense 4": null, "Offense 5": null, "Location": [ 43.174692, -88.044118 ], "Address": "8632 N 107TH ST", "e_clusterK2": 0, "g_clusterK2": 0, "m_clusterK2": 0, "e_clusterK3": 1, "g_clusterK3": 1, "m_clusterK3": 1, "e_clusterK4": 3, "g_clusterK4": 3, "m_clusterK4": 3, "e_clusterK5": 4, "g_clusterK5": 4, "m_clusterK5": 4, "e_clusterK6": 5, "g_clusterK6": 5, "m_clusterK6": 5, "e_clusterK7": 4, "g_clusterK7": 4, "m_clusterK7": 4, "e_clusterK8": 7, "g_clusterK8": 7, "m_clusterK8": 7, "e_clusterK9": 4, "g_clusterK9": 4, "m_clusterK9": 4, "e_clusterK10": 8, "g_clusterK10": 8, "m_clusterK10": 8 }, "geometry": { "type": "Point", "coordinates": [ -88.044117875471684, 43.174692351166996 ] } } ] } ,];
924.049296
984
0.651003
4660c8f4ed26f863793b79fe5d5941b9d0adef2c
2,478
js
JavaScript
__tests__/Transform.test.js
skmail/react-free-transform
573e7b9ad6fe21bd367c9d4d5f0a84944441a87f
[ "MIT" ]
22
2018-08-31T23:00:49.000Z
2021-06-10T15:38:10.000Z
__tests__/Transform.test.js
skmail/react-free-transform
573e7b9ad6fe21bd367c9d4d5f0a84944441a87f
[ "MIT" ]
2
2018-11-06T00:03:05.000Z
2020-06-02T06:48:45.000Z
__tests__/Transform.test.js
skmail/react-free-transform
573e7b9ad6fe21bd367c9d4d5f0a84944441a87f
[ "MIT" ]
5
2018-11-05T22:15:38.000Z
2021-11-05T14:29:08.000Z
import React from 'react'; import ReactDOM from 'react-dom'; import Transform from '../src/index'; import Enzyme,{mount} from 'enzyme'; import Adapter from 'enzyme-adapter-react-16'; Enzyme.configure({ adapter: new Adapter() }); it('renders without crashing', () => { const div = document.createElement('div'); const element = <Transform classPrefix="tr" width={100} height={100} x={0} y={0} scaleX={1} scaleY={0} scaleLimit={0.1} angle={0} onUpdate={() => {}} > <div/> </Transform>; ReactDOM.render(element, div); ReactDOM.unmountComponentAtNode(div); const wrapper = mount(element) wrapper.find('.tr-transform').simulate('mousedown'); global.document.dispatchEvent(new Event('mousemove')); global.document.dispatchEvent(new Event('mouseup')); wrapper.find('.tr-transform__rotator').simulate('mousedown'); global.document.dispatchEvent(new Event('mousemove')); global.document.dispatchEvent(new Event('mouseup')); wrapper.find('.tr-transform__scale-point--tl').simulate('mousedown'); global.document.dispatchEvent(new Event('mousemove')); global.document.dispatchEvent(new Event('mouseup')); wrapper.find('.tr-transform__scale-point--ml').simulate('mousedown'); global.document.dispatchEvent(new Event('mousemove')); global.document.dispatchEvent(new Event('mouseup')); wrapper.find('.tr-transform__scale-point--tr').simulate('mousedown'); global.document.dispatchEvent(new Event('mousemove')); global.document.dispatchEvent(new Event('mouseup')); wrapper.find('.tr-transform__scale-point--tm').simulate('mousedown'); global.document.dispatchEvent(new Event('mousemove')); global.document.dispatchEvent(new Event('mouseup')); wrapper.find('.tr-transform__scale-point--mr').simulate('mousedown'); global.document.dispatchEvent(new Event('mousemove')); global.document.dispatchEvent(new Event('mouseup')); wrapper.find('.tr-transform__scale-point--bl').simulate('mousedown'); global.document.dispatchEvent(new Event('mousemove')); global.document.dispatchEvent(new Event('mouseup')); wrapper.find('.tr-transform__scale-point--bm').simulate('mousedown'); global.document.dispatchEvent(new Event('mousemove')); global.document.dispatchEvent(new Event('mouseup')); wrapper.find('.tr-transform__scale-point--br').simulate('mousedown'); global.document.dispatchEvent(new Event('mousemove')); global.document.dispatchEvent(new Event('mouseup')); });
33.486486
71
0.719935
46622dd1837590862acb09ab7c134d6016acc5c9
1,474
js
JavaScript
test/index.spec.js
kenberkeley/express-auto-routes
52c4faf10c2f5ac1b2b3b4d3c2574d917b0e922d
[ "MIT" ]
14
2016-05-23T06:17:31.000Z
2021-01-05T16:19:26.000Z
test/index.spec.js
kenberkeley/express-auto-routes
52c4faf10c2f5ac1b2b3b4d3c2574d917b0e922d
[ "MIT" ]
3
2016-12-09T09:38:00.000Z
2019-01-09T03:35:31.000Z
test/index.spec.js
kenberkeley/express-auto-routes
52c4faf10c2f5ac1b2b3b4d3c2574d917b0e922d
[ "MIT" ]
7
2017-04-08T01:04:41.000Z
2022-02-28T15:39:27.000Z
var path = require('path'), request = require('supertest'), should = require('chai').should(), async = require('async'), app = require('express')(), autoRoutes = require('..')(app); autoRoutes(path.resolve(__dirname, '../example/controllers/')); describe('auto mount controllers to routes', function() { var api = request(app.listen()); it('test APIs of example/', function(done) { async.parallel([ function(cb) { api.get('/').expect(200, cb) }, function(cb) { api.post('/log').expect(200, cb) }, function(cb) { api.put('/user').expect(200, cb) }, function(cb) { api.post('/login').expect(200, cb) }, function(cb) { api.get('/home').expect(200, cb) }, function(cb) { api.get('/login').expect(200, cb) }, function(cb) { api.post('/setting').expect(200, cb) }, function(cb) { api.get('/home/xyz').expect(200, cb) }, function(cb) { api.get('/home/foo').expect(200, cb) }, function(cb) { api.get('/user/:uid').expect(200, cb) }, function(cb) { api.get('/user/logout').expect(200, cb) }, function(cb) { api.get('/home/foo/bar').expect(200, cb) }, function(cb) { api.get('/home/foo/hello').expect(200, cb) }, function(cb) { api.del('/user/logout/:uid').expect(200, cb) }, function(cb) { api.get('/user/setting/:uid').expect(200, cb) }, function(cb) { api.get('/home/foo/bar/world').expect(200, cb) } ], done); }); });
39.837838
70
0.568521
46626744e84e24c11851878f1f2ded3f4a16f739
3,499
js
JavaScript
src/generate-site.js
noellecrow/teamprofilecreator
ebeab535f27c90b8c07b006f023cd448319cae61
[ "MIT" ]
null
null
null
src/generate-site.js
noellecrow/teamprofilecreator
ebeab535f27c90b8c07b006f023cd448319cae61
[ "MIT" ]
null
null
null
src/generate-site.js
noellecrow/teamprofilecreator
ebeab535f27c90b8c07b006f023cd448319cae61
[ "MIT" ]
null
null
null
const generateTeam = (team) => { console.log(team); // Create an empty array to push html elements on to and loop through team data const html = []; // Create functions for each type of employee that returns HTML data const generateManager = manager => { console.log(manager); let managerHTML = ` <div class="card" style="width: 18rem;"> <div class="card-header"> ${manager.name} <br/> <i class="fas fa-mug-hot"></i>Manager</div> <ul class="list-group list-group-flush"> <li class="list-group-item">ID: ${manager.id}</li> <li class="list-group-item">Email: <span id="email"><a href="mailto:${manager.email}">${manager.email}</a></span></li> <li class="list-group-item">Office Number: ${manager.officeNumber}</li> </ul> </div> `; html.push(managerHTML); } const generateEngineer = engineer => { console.log(engineer); let engineerHTML = ` <div class="card" style="width: 18rem;"> <div class="card-header"> ${engineer.name} <br/> <i class="fas fa-glasses"></i>Engineer</div> <ul class="list-group list-group-flush"> <li class="list-group-item">ID: ${engineer.id}</li> <li class="list-group-item">Email: <span id="email"><a href="mailto:${engineer.email}">${engineer.email}</a></span></li> <li class="list-group-item">Github Username: <a target="_blank" href="https://github.com/${engineer.githubUsername}">${engineer.githubUsername}</a></li> </ul> </div> `; html.push(engineerHTML); } const generateIntern = intern => { console.log(intern); let internHTML = ` <div class="card" style="width: 18rem;"> <div class="card-header"> ${intern.name} <br/> <i class="fas fa-user-graduate"></i>Intern</div> <ul class="list-group list-group-flush"> <li class="list-group-item">ID: ${intern.id}</li> <li class="list-group-item">Email: <span id="email"><a href="mailto:${intern.email}">${intern.email}</a></span></li> <li class="list-group-item">School: ${intern.school}</li> </ul> </div> `; html.push(internHTML); } // create a loop for all employees for (let i=0; i < team.length; i++) { if (team[i].getRole() === "Manager") { generateManager(team[i]); } if (team[i].getRole() === "Engineer") { generateEngineer(team[i]); } if (team[i].getRole() === "Intern") { generateIntern(team[i]); } } // join the HTML blocks return html.join(''); } // export function to generate entire page module.exports = team => { return ` <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" /> <script src="https://kit.fontawesome.com/1e0a13a89f.js" crossorigin="anonymous"></script> <link rel="stylesheet" href="../dist/style.css" /> <title>Team Profile Generator</title> </head> <body> <header> <h1> My Team </h1> </header> <main> ${generateTeam(team)} </main> </body> </html> `; }
35.704082
166
0.561017
4662bfbb8c25ba1ebcfe61602415a8116e18f096
5,486
js
JavaScript
extensions/amp-story-interactive/0.1/amp-story-interactive-poll.js
grgr-dkrk/amphtml
ffa7e32ab4c7b4771cf32da88dec7d93c3b061d1
[ "Apache-2.0" ]
2
2018-12-26T03:54:11.000Z
2018-12-26T03:54:12.000Z
extensions/amp-story-interactive/0.1/amp-story-interactive-poll.js
grgr-dkrk/amphtml
ffa7e32ab4c7b4771cf32da88dec7d93c3b061d1
[ "Apache-2.0" ]
8
2021-08-31T23:38:04.000Z
2022-03-30T02:29:35.000Z
extensions/amp-story-interactive/0.1/amp-story-interactive-poll.js
grgr-dkrk/amphtml
ffa7e32ab4c7b4771cf32da88dec7d93c3b061d1
[ "Apache-2.0" ]
1
2021-03-18T17:18:50.000Z
2021-03-18T17:18:50.000Z
/** * Copyright 2020 The AMP HTML Authors. All Rights Reserved. * * Licensed 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. */ import { AmpStoryInteractive, InteractiveType, } from './amp-story-interactive-abstract'; import {CSS} from '../../../build/amp-story-interactive-poll-0.1.css'; import {computedStyle, setStyle} from '../../../src/style'; import {dev} from '../../../src/log'; import {htmlFor} from '../../../src/static-template'; import {toArray} from '../../../src/types'; /** * Generates the template for the poll. * * @param {!Element} element * @return {!Element} */ const buildPollTemplate = (element) => { const html = htmlFor(element); return html` <div class="i-amphtml-story-interactive-poll-container"> <div class="i-amphtml-story-interactive-prompt-container"></div> <div class="i-amphtml-story-interactive-option-container"></div> </div> `; }; /** * Generates the template for each option. * * @param {!Element} option * @return {!Element} */ const buildOptionTemplate = (option) => { const html = htmlFor(option); return html` <button class="i-amphtml-story-interactive-option" aria-live="polite"> <span class="i-amphtml-story-interactive-option-text"></span> <span class="i-amphtml-story-interactive-option-percentage"> <span class="i-amphtml-story-interactive-option-percentage-text"></span> <span class="i-amphtml-story-interactive-option-percentage-sign" >%</span > </span> </button> `; }; export class AmpStoryInteractivePoll extends AmpStoryInteractive { /** * @param {!AmpElement} element */ constructor(element) { super(element, InteractiveType.POLL, [2, 4]); } /** @override */ buildCallback() { return super.buildCallback(CSS); } /** @override */ buildComponent() { this.rootEl_ = buildPollTemplate(this.element); this.attachContent_(this.rootEl_); return this.rootEl_; } /** @override */ layoutCallback() { return this.adaptFontSize_(dev().assertElement(this.rootEl_)).then(() => super.layoutCallback() ); } /** * Finds the prompt and options content * and adds it to the quiz element. * * @private * @param {Element} root */ attachContent_(root) { this.attachPrompt_(root); this.options_.forEach((option, index) => this.configureOption_(option, index) ); } /** * Creates an option container with option content, * adds styling and answer choices, * and adds it to the quiz element. * * @param {!./amp-story-interactive-abstract.OptionConfigType} option * @param {number} index * @private */ configureOption_(option, index) { const convertedOption = buildOptionTemplate(this.element); convertedOption.optionIndex_ = index; // Extract and structure the option information convertedOption.querySelector( '.i-amphtml-story-interactive-option-text' ).textContent = option.text; this.rootEl_ .querySelector('.i-amphtml-story-interactive-option-container') .appendChild(convertedOption); } /** * @override */ displayOptionsData(optionsData) { if (!optionsData) { return; } const percentages = this.preprocessPercentages_(optionsData); this.getOptionElements().forEach((el, index) => { if (optionsData[index].selected) { const textEl = el.querySelector( '.i-amphtml-story-interactive-option-text' ); textEl.setAttribute('aria-label', 'selected ' + textEl.textContent); } el.querySelector( '.i-amphtml-story-interactive-option-percentage-text' ).textContent = percentages[index]; setStyle(el, '--option-percentage', percentages[index] + '%'); }); } /** * This method changes the font-size to best display the options, measured only once on create. * * If two lines appear, it will add the class 'i-amphtml-story-interactive-poll-two-lines' * It measures the number of lines on all options and generates the best size. * - font-size: 22px (1.375em) - All options are one line * - font-size: 18px (1.125em) - Any option is two lines if displayed at 22px. * * @private * @param {!Element} root * @return {!Promise} */ adaptFontSize_(root) { let hasTwoLines = false; const allOptionTexts = toArray( root.querySelectorAll('.i-amphtml-story-interactive-option-text') ); return this.measureMutateElement( () => { hasTwoLines = allOptionTexts.some((e) => { const lines = Math.round( e./*OK*/ clientHeight / parseFloat( computedStyle(this.win, e)['line-height'].replace('px', '') ) ); return lines >= 2; }); }, () => { this.rootEl_.classList.toggle( 'i-amphtml-story-interactive-poll-two-lines', hasTwoLines ); }, root ); } }
28.722513
97
0.640904
4662fd7ac7796711abcd95f4bfdb08e202702678
492,172
js
JavaScript
back/root/bo/src/main/resources/static/_ustra/8d02229.js
ustraframework/ustraframework-sample
7abea8a4350ac56ca2e8d3a538a27ede4ed6276a
[ "MIT" ]
null
null
null
back/root/bo/src/main/resources/static/_ustra/8d02229.js
ustraframework/ustraframework-sample
7abea8a4350ac56ca2e8d3a538a27ede4ed6276a
[ "MIT" ]
null
null
null
back/root/bo/src/main/resources/static/_ustra/8d02229.js
ustraframework/ustraframework-sample
7abea8a4350ac56ca2e8d3a538a27ede4ed6276a
[ "MIT" ]
1
2021-08-02T01:42:12.000Z
2021-08-02T01:42:12.000Z
(window.webpackJsonp=window.webpackJsonp||[]).push([[81],{2016:function(e,d,t){var o=t(99),r=t(559),l=t(2017),x=t(2018),n=t(2019),c=o(!1),h=r(l),w=r(x),m=r(n);c.push([e.i,'.dx-theme-generic-typography{background-color:#fff;color:#333;font-weight:400;font-size:12px}.dx-theme-generic-typography,.dx-theme-generic-typography input,.dx-theme-generic-typography textarea{font-family:"Helvetica Neue","Segoe UI",Helvetica,Verdana,sans-serif;line-height:1.33334}.dx-theme-generic-typography .dx-font-xl,.dx-theme-generic-typography h1{font-weight:200;font-size:29px}.dx-theme-generic-typography .dx-font-l,.dx-theme-generic-typography h2{font-weight:400;font-size:24px}.dx-theme-generic-typography h3{font-weight:400;font-size:20px}.dx-theme-generic-typography .dx-font-m{font-weight:400;font-size:18px}.dx-theme-generic-typography .dx-font-s,.dx-theme-generic-typography h4{font-weight:500;font-size:16px}.dx-theme-generic-typography h5{font-weight:700;font-size:14px}.dx-theme-generic-typography .dx-font-xs,.dx-theme-generic-typography h6,.dx-theme-generic-typography small{font-weight:800;font-size:10px}.dx-theme-generic-typography a{color:#7ab8eb}.dx-theme-marker{font-family:"dx.generic.softblue.compact"}.dx-theme-accent-as-text-color{color:#7ab8eb!important}.dx-theme-text-color{color:#333!important}.dx-theme-background-color-as-text-color{color:#fff!important}.dx-theme-border-color-as-text-color{color:#e8eaeb!important}.dx-theme-accent-as-background-color{background-color:#7ab8eb!important;fill:#7ab8eb!important}.dx-theme-text-color-as-background-color{background-color:#333!important;fill:#333!important}.dx-theme-background-color{background-color:#fff!important;fill:#fff!important}.dx-theme-border-color-as-background-color{background-color:#e8eaeb!important;fill:#e8eaeb!important}.dx-theme-accent-as-border-color{border-color:#7ab8eb!important}.dx-theme-text-color-as-border-color{border-color:#333!important}.dx-theme-background-color-as-border-color{border-color:#fff!important}.dx-theme-border-color{border-color:#e8eaeb!important}.dx-rtl .dx-icon-spinnext:before{content:"\\f04f"}.dx-rtl .dx-icon-spinprev:before{content:"\\f04e"}.dx-rtl .dx-icon-chevronnext:before{content:"\\f012"}.dx-rtl .dx-icon-back:before,.dx-rtl .dx-icon-chevronprev:before{content:"\\f010"}.dx-rtl .dx-icon-undo:before{content:"\\f093"}.dx-rtl .dx-icon-redo:before{content:"\\f04c"}.dx-rtl .dx-icon-hidepanel:before{content:"\\f11d"}.dx-rtl .dx-icon-showpanel:before{content:"\\f11c"}@font-face{font-family:DXIcons;src:local("DevExtreme Generic Icons"),local("devextreme_generic_icons"),url('+h+') format("woff2"),url('+w+') format("woff"),url('+m+') format("truetype");font-weight:400;font-style:normal}.dx-icon{display:inline-block;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dx-icon-add{font:14px/1 DXIcons}.dx-icon-add:before{content:"\\f00b"}.dx-icon-airplane{font:14px/1 DXIcons}.dx-icon-airplane:before{content:"\\f000"}.dx-icon-bookmark{font:14px/1 DXIcons}.dx-icon-bookmark:before{content:"\\f017"}.dx-icon-box{font:14px/1 DXIcons}.dx-icon-box:before{content:"\\f018"}.dx-icon-car{font:14px/1 DXIcons}.dx-icon-car:before{content:"\\f01b"}.dx-icon-card{font:14px/1 DXIcons}.dx-icon-card:before{content:"\\f019"}.dx-icon-cart{font:14px/1 DXIcons}.dx-icon-cart:before{content:"\\f01a"}.dx-icon-chart{font:14px/1 DXIcons}.dx-icon-chart:before{content:"\\f01c"}.dx-icon-check{font:14px/1 DXIcons}.dx-icon-check:before{content:"\\f005"}.dx-icon-clear{font:14px/1 DXIcons}.dx-icon-clear:before{content:"\\f008"}.dx-icon-clock{font:14px/1 DXIcons}.dx-icon-clock:before{content:"\\f01d"}.dx-icon-close{font:14px/1 DXIcons}.dx-icon-close:before{content:"\\f00a"}.dx-icon-coffee{font:14px/1 DXIcons}.dx-icon-coffee:before{content:"\\f02a"}.dx-icon-comment{font:14px/1 DXIcons}.dx-icon-comment:before{content:"\\f01e"}.dx-icon-doc{font:14px/1 DXIcons}.dx-icon-doc:before{content:"\\f021"}.dx-icon-file{font:14px/1 DXIcons}.dx-icon-file:before{content:"\\f021"}.dx-icon-download{font:14px/1 DXIcons}.dx-icon-download:before{content:"\\f022"}.dx-icon-dragvertical{font:14px/1 DXIcons}.dx-icon-dragvertical:before{content:"\\f038"}.dx-icon-edit{font:14px/1 DXIcons}.dx-icon-edit:before{content:"\\f023"}.dx-icon-email{font:14px/1 DXIcons}.dx-icon-email:before{content:"\\f024"}.dx-icon-event{font:14px/1 DXIcons}.dx-icon-event:before{content:"\\f026"}.dx-icon-favorites{font:14px/1 DXIcons}.dx-icon-favorites:before{content:"\\f025"}.dx-icon-find{font:14px/1 DXIcons}.dx-icon-find:before{content:"\\f027"}.dx-icon-filter{font:14px/1 DXIcons}.dx-icon-filter:before{content:"\\f050"}.dx-icon-folder{font:14px/1 DXIcons}.dx-icon-folder:before{content:"\\f028"}.dx-icon-activefolder{font:14px/1 DXIcons}.dx-icon-activefolder:before{content:"\\f028"}.dx-icon-food{font:14px/1 DXIcons}.dx-icon-food:before{content:"\\f029"}.dx-icon-gift{font:14px/1 DXIcons}.dx-icon-gift:before{content:"\\f02b"}.dx-icon-globe{font:14px/1 DXIcons}.dx-icon-globe:before{content:"\\f02c"}.dx-icon-group{font:14px/1 DXIcons}.dx-icon-group:before{content:"\\f02e"}.dx-icon-help{font:14px/1 DXIcons}.dx-icon-help:before{content:"\\f02f"}.dx-icon-home{font:14px/1 DXIcons}.dx-icon-home:before{content:"\\f030"}.dx-icon-image{font:14px/1 DXIcons}.dx-icon-image:before{content:"\\f031"}.dx-icon-info{font:14px/1 DXIcons}.dx-icon-info:before{content:"\\f032"}.dx-icon-key{font:14px/1 DXIcons}.dx-icon-key:before{content:"\\f033"}.dx-icon-like{font:14px/1 DXIcons}.dx-icon-like:before{content:"\\f034"}.dx-icon-map{font:14px/1 DXIcons}.dx-icon-map:before{content:"\\f035"}.dx-icon-menu{font:14px/1 DXIcons}.dx-icon-menu:before{content:"\\f00c"}.dx-icon-message{font:14px/1 DXIcons}.dx-icon-message:before{content:"\\f024"}.dx-icon-money{font:14px/1 DXIcons}.dx-icon-money:before{content:"\\f036"}.dx-icon-music{font:14px/1 DXIcons}.dx-icon-music:before{content:"\\f037"}.dx-icon-overflow{font:14px/1 DXIcons}.dx-icon-overflow:before{content:"\\f00d"}.dx-icon-percent{font:14px/1 DXIcons}.dx-icon-percent:before{content:"\\f039"}.dx-icon-photo{font:14px/1 DXIcons}.dx-icon-photo:before{content:"\\f03a"}.dx-icon-plus{font:14px/1 DXIcons}.dx-icon-plus:before{content:"\\f00b"}.dx-icon-minus{font:14px/1 DXIcons}.dx-icon-minus:before{content:"\\f074"}.dx-icon-preferences{font:14px/1 DXIcons}.dx-icon-preferences:before{content:"\\f03b"}.dx-icon-product{font:14px/1 DXIcons}.dx-icon-product:before{content:"\\f03c"}.dx-icon-pulldown{font:14px/1 DXIcons}.dx-icon-pulldown:before{content:"\\f062"}.dx-icon-refresh{font:14px/1 DXIcons}.dx-icon-refresh:before{content:"\\f03d"}.dx-icon-remove{font:14px/1 DXIcons}.dx-icon-remove:before{content:"\\f00a"}.dx-icon-revert{font:14px/1 DXIcons}.dx-icon-revert:before{content:"\\f04c"}.dx-icon-runner{font:14px/1 DXIcons}.dx-icon-runner:before{content:"\\f040"}.dx-icon-save{font:14px/1 DXIcons}.dx-icon-save:before{content:"\\f041"}.dx-icon-search{font:14px/1 DXIcons}.dx-icon-search:before{content:"\\f027"}.dx-icon-tags{font:14px/1 DXIcons}.dx-icon-tags:before{content:"\\f009"}.dx-icon-tel{font:14px/1 DXIcons}.dx-icon-tel:before{content:"\\f003"}.dx-icon-tips{font:14px/1 DXIcons}.dx-icon-tips:before{content:"\\f004"}.dx-icon-todo{font:14px/1 DXIcons}.dx-icon-todo:before{content:"\\f005"}.dx-icon-toolbox{font:14px/1 DXIcons}.dx-icon-toolbox:before{content:"\\f007"}.dx-icon-trash{font:14px/1 DXIcons}.dx-icon-trash:before{content:"\\f03e"}.dx-icon-user{font:14px/1 DXIcons}.dx-icon-user:before{content:"\\f02d"}.dx-icon-upload{font:14px/1 DXIcons}.dx-icon-upload:before{content:"\\f006"}.dx-icon-floppy{font:14px/1 DXIcons}.dx-icon-floppy:before{content:"\\f073"}.dx-icon-arrowleft{font:14px/1 DXIcons}.dx-icon-arrowleft:before{content:"\\f011"}.dx-icon-arrowdown{font:14px/1 DXIcons}.dx-icon-arrowdown:before{content:"\\f015"}.dx-icon-arrowright{font:14px/1 DXIcons}.dx-icon-arrowright:before{content:"\\f00e"}.dx-icon-arrowup{font:14px/1 DXIcons}.dx-icon-arrowup:before{content:"\\f013"}.dx-icon-spinleft{font:14px/1 DXIcons}.dx-icon-spinleft:before{content:"\\f04f"}.dx-icon-spinprev{font:14px/1 DXIcons}.dx-icon-spinprev:before{content:"\\f04f"}.dx-icon-spinright{font:14px/1 DXIcons}.dx-icon-spinright:before{content:"\\f04e"}.dx-icon-spinnext{font:14px/1 DXIcons}.dx-icon-spinnext:before{content:"\\f04e"}.dx-icon-spindown{font:14px/1 DXIcons}.dx-icon-spindown:before{content:"\\f001"}.dx-icon-spinup{font:14px/1 DXIcons}.dx-icon-spinup:before{content:"\\f002"}.dx-icon-chevronleft{font:14px/1 DXIcons}.dx-icon-chevronleft:before{content:"\\f012"}.dx-icon-chevronprev{font:14px/1 DXIcons}.dx-icon-chevronprev:before{content:"\\f012"}.dx-icon-back{font:14px/1 DXIcons}.dx-icon-back:before{content:"\\f012"}.dx-icon-chevronright{font:14px/1 DXIcons}.dx-icon-chevronright:before{content:"\\f010"}.dx-icon-chevronnext{font:14px/1 DXIcons}.dx-icon-chevronnext:before{content:"\\f010"}.dx-icon-chevrondown{font:14px/1 DXIcons}.dx-icon-chevrondown:before{content:"\\f016"}.dx-icon-chevronup{font:14px/1 DXIcons}.dx-icon-chevronup:before{content:"\\f014"}.dx-icon-chevrondoubleleft{font:14px/1 DXIcons}.dx-icon-chevrondoubleleft:before{content:"\\f042"}.dx-icon-chevrondoubleright{font:14px/1 DXIcons}.dx-icon-chevrondoubleright:before{content:"\\f03f"}.dx-icon-equal{font:14px/1 DXIcons}.dx-icon-equal:before{content:"\\f044"}.dx-icon-notequal{font:14px/1 DXIcons}.dx-icon-notequal:before{content:"\\f045"}.dx-icon-less{font:14px/1 DXIcons}.dx-icon-less:before{content:"\\f046"}.dx-icon-greater{font:14px/1 DXIcons}.dx-icon-greater:before{content:"\\f047"}.dx-icon-lessorequal{font:14px/1 DXIcons}.dx-icon-lessorequal:before{content:"\\f048"}.dx-icon-greaterorequal{font:14px/1 DXIcons}.dx-icon-greaterorequal:before{content:"\\f049"}.dx-icon-isblank{font:14px/1 DXIcons}.dx-icon-isblank:before{content:"\\f075"}.dx-icon-isnotblank{font:14px/1 DXIcons}.dx-icon-isnotblank:before{content:"\\f076"}.dx-icon-sortup{font:14px/1 DXIcons}.dx-icon-sortup:before{content:"\\f051"}.dx-icon-sortdown{font:14px/1 DXIcons}.dx-icon-sortdown:before{content:"\\f052"}.dx-icon-sortuptext{font:14px/1 DXIcons}.dx-icon-sortuptext:before{content:"\\f053"}.dx-icon-sortdowntext{font:14px/1 DXIcons}.dx-icon-sortdowntext:before{content:"\\f054"}.dx-icon-sorted{font:14px/1 DXIcons}.dx-icon-sorted:before{content:"\\f055"}.dx-icon-expand{font:14px/1 DXIcons}.dx-icon-expand:before{content:"\\f04a"}.dx-icon-collapse{font:14px/1 DXIcons}.dx-icon-collapse:before{content:"\\f04b"}.dx-icon-columnfield{font:14px/1 DXIcons}.dx-icon-columnfield:before{content:"\\f057"}.dx-icon-rowfield{font:14px/1 DXIcons}.dx-icon-rowfield:before{content:"\\f058"}.dx-icon-datafield{font:14px/1 DXIcons}.dx-icon-datafield:before{content:"\\f101"}.dx-icon-fields{font:14px/1 DXIcons}.dx-icon-fields:before{content:"\\f059"}.dx-icon-fieldchooser{font:14px/1 DXIcons}.dx-icon-fieldchooser:before{content:"\\f05a"}.dx-icon-columnchooser{font:14px/1 DXIcons}.dx-icon-columnchooser:before{content:"\\f04d"}.dx-icon-pin{font:14px/1 DXIcons}.dx-icon-pin:before{content:"\\f05b"}.dx-icon-unpin{font:14px/1 DXIcons}.dx-icon-unpin:before{content:"\\f05c"}.dx-icon-pinleft{font:14px/1 DXIcons}.dx-icon-pinleft:before{content:"\\f05d"}.dx-icon-pinright{font:14px/1 DXIcons}.dx-icon-pinright:before{content:"\\f05e"}.dx-icon-contains{font:14px/1 DXIcons}.dx-icon-contains:before{content:"\\f063"}.dx-icon-startswith{font:14px/1 DXIcons}.dx-icon-startswith:before{content:"\\f064"}.dx-icon-endswith{font:14px/1 DXIcons}.dx-icon-endswith:before{content:"\\f065"}.dx-icon-doesnotcontain{font:14px/1 DXIcons}.dx-icon-doesnotcontain:before{content:"\\f066"}.dx-icon-range{font:14px/1 DXIcons}.dx-icon-range:before{content:"\\f06a"}.dx-icon-export{font:14px/1 DXIcons}.dx-icon-export:before{content:"\\f05f"}.dx-icon-exportxlsx{font:14px/1 DXIcons}.dx-icon-exportxlsx:before{content:"\\f060"}.dx-icon-exportpdf{font:14px/1 DXIcons}.dx-icon-exportpdf:before{content:"\\f061"}.dx-icon-exportselected{font:14px/1 DXIcons}.dx-icon-exportselected:before{content:"\\f06d"}.dx-icon-warning{font:14px/1 DXIcons}.dx-icon-warning:before{content:"\\f06b"}.dx-icon-more{font:14px/1 DXIcons}.dx-icon-more:before{content:"\\f06c"}.dx-icon-square{font:14px/1 DXIcons}.dx-icon-square:before{content:"\\f067"}.dx-icon-clearsquare{font:14px/1 DXIcons}.dx-icon-clearsquare:before{content:"\\f068"}.dx-icon-repeat{font:14px/1 DXIcons}.dx-icon-repeat:before{content:"\\f069"}.dx-icon-selectall{font:14px/1 DXIcons}.dx-icon-selectall:before{content:"\\f070"}.dx-icon-unselectall{font:14px/1 DXIcons}.dx-icon-unselectall:before{content:"\\f071"}.dx-icon-print{font:14px/1 DXIcons}.dx-icon-print:before{content:"\\f072"}.dx-icon-bold{font:14px/1 DXIcons}.dx-icon-bold:before{content:"\\f077"}.dx-icon-italic{font:14px/1 DXIcons}.dx-icon-italic:before{content:"\\f078"}.dx-icon-underline{font:14px/1 DXIcons}.dx-icon-underline:before{content:"\\f079"}.dx-icon-strike{font:14px/1 DXIcons}.dx-icon-strike:before{content:"\\f07a"}.dx-icon-indent{font:14px/1 DXIcons}.dx-icon-indent:before{content:"\\f07b"}.dx-icon-increaselinespacing{font:14px/1 DXIcons}.dx-icon-increaselinespacing:before{content:"\\f07b"}.dx-icon-font{font:14px/1 DXIcons}.dx-icon-font:before{content:"\\f11b"}.dx-icon-fontsize{font:14px/1 DXIcons}.dx-icon-fontsize:before{content:"\\f07c"}.dx-icon-shrinkfont{font:14px/1 DXIcons}.dx-icon-shrinkfont:before{content:"\\f07d"}.dx-icon-growfont{font:14px/1 DXIcons}.dx-icon-growfont:before{content:"\\f07e"}.dx-icon-color{font:14px/1 DXIcons}.dx-icon-color:before{content:"\\f07f"}.dx-icon-background{font:14px/1 DXIcons}.dx-icon-background:before{content:"\\f080"}.dx-icon-fill{font:14px/1 DXIcons}.dx-icon-fill:before{content:"\\f10d"}.dx-icon-palette{font:14px/1 DXIcons}.dx-icon-palette:before{content:"\\f120"}.dx-icon-superscript{font:14px/1 DXIcons}.dx-icon-superscript:before{content:"\\f081"}.dx-icon-subscript{font:14px/1 DXIcons}.dx-icon-subscript:before{content:"\\f082"}.dx-icon-header{font:14px/1 DXIcons}.dx-icon-header:before{content:"\\f083"}.dx-icon-blockquote{font:14px/1 DXIcons}.dx-icon-blockquote:before{content:"\\f084"}.dx-icon-formula{font:14px/1 DXIcons}.dx-icon-formula:before{content:"\\f056"}.dx-icon-codeblock{font:14px/1 DXIcons}.dx-icon-codeblock:before{content:"\\f085"}.dx-icon-orderedlist{font:14px/1 DXIcons}.dx-icon-orderedlist:before{content:"\\f086"}.dx-icon-bulletlist{font:14px/1 DXIcons}.dx-icon-bulletlist:before{content:"\\f087"}.dx-icon-increaseindent{font:14px/1 DXIcons}.dx-icon-increaseindent:before{content:"\\f088"}.dx-icon-decreaseindent{font:14px/1 DXIcons}.dx-icon-decreaseindent:before{content:"\\f089"}.dx-icon-decreaselinespacing{font:14px/1 DXIcons}.dx-icon-decreaselinespacing:before{content:"\\f106"}.dx-icon-alignleft{font:14px/1 DXIcons}.dx-icon-alignleft:before{content:"\\f08a"}.dx-icon-alignright{font:14px/1 DXIcons}.dx-icon-alignright:before{content:"\\f08b"}.dx-icon-aligncenter{font:14px/1 DXIcons}.dx-icon-aligncenter:before{content:"\\f08c"}.dx-icon-alignjustify{font:14px/1 DXIcons}.dx-icon-alignjustify:before{content:"\\f08d"}.dx-icon-link{font:14px/1 DXIcons}.dx-icon-link:before{content:"\\f08e"}.dx-icon-video{font:14px/1 DXIcons}.dx-icon-video:before{content:"\\f08f"}.dx-icon-mention{font:14px/1 DXIcons}.dx-icon-mention:before{content:"\\f090"}.dx-icon-variable{font:14px/1 DXIcons}.dx-icon-variable:before{content:"\\f091"}.dx-icon-clearformat{font:14px/1 DXIcons}.dx-icon-clearformat:before{content:"\\f092"}.dx-icon-fullscreen{font:14px/1 DXIcons}.dx-icon-fullscreen:before{content:"\\f11a"}.dx-icon-hierarchy{font:14px/1 DXIcons}.dx-icon-hierarchy:before{content:"\\f124"}.dx-icon-docfile{font:14px/1 DXIcons}.dx-icon-docfile:before{content:"\\f111"}.dx-icon-docxfile{font:14px/1 DXIcons}.dx-icon-docxfile:before{content:"\\f110"}.dx-icon-pdffile{font:14px/1 DXIcons}.dx-icon-pdffile:before{content:"\\f118"}.dx-icon-pptfile{font:14px/1 DXIcons}.dx-icon-pptfile:before{content:"\\f114"}.dx-icon-pptxfile{font:14px/1 DXIcons}.dx-icon-pptxfile:before{content:"\\f115"}.dx-icon-rtffile{font:14px/1 DXIcons}.dx-icon-rtffile:before{content:"\\f112"}.dx-icon-txtfile{font:14px/1 DXIcons}.dx-icon-txtfile:before{content:"\\f113"}.dx-icon-xlsfile{font:14px/1 DXIcons}.dx-icon-xlsfile:before{content:"\\f116"}.dx-icon-xlsxfile{font:14px/1 DXIcons}.dx-icon-xlsxfile:before{content:"\\f117"}.dx-icon-copy{font:14px/1 DXIcons}.dx-icon-copy:before{content:"\\f107"}.dx-icon-cut{font:14px/1 DXIcons}.dx-icon-cut:before{content:"\\f10a"}.dx-icon-paste{font:14px/1 DXIcons}.dx-icon-paste:before{content:"\\f108"}.dx-icon-share{font:14px/1 DXIcons}.dx-icon-share:before{content:"\\f11f"}.dx-icon-inactivefolder{font:14px/1 DXIcons}.dx-icon-inactivefolder:before{content:"\\f105"}.dx-icon-newfolder{font:14px/1 DXIcons}.dx-icon-newfolder:before{content:"\\f123"}.dx-icon-movetofolder{font:14px/1 DXIcons}.dx-icon-movetofolder:before{content:"\\f121"}.dx-icon-parentfolder{font:14px/1 DXIcons}.dx-icon-parentfolder:before{content:"\\f122"}.dx-icon-rename{font:14px/1 DXIcons}.dx-icon-rename:before{content:"\\f109"}.dx-icon-detailslayout{font:14px/1 DXIcons}.dx-icon-detailslayout:before{content:"\\f10b"}.dx-icon-contentlayout{font:14px/1 DXIcons}.dx-icon-contentlayout:before{content:"\\f11e"}.dx-icon-smalliconslayout{font:14px/1 DXIcons}.dx-icon-smalliconslayout:before{content:"\\f119"}.dx-icon-mediumiconslayout{font:14px/1 DXIcons}.dx-icon-mediumiconslayout:before{content:"\\f10c"}.dx-icon-undo{font:14px/1 DXIcons}.dx-icon-undo:before{content:"\\f04c"}.dx-icon-redo{font:14px/1 DXIcons}.dx-icon-redo:before{content:"\\f093"}.dx-icon-hidepanel{font:14px/1 DXIcons}.dx-icon-hidepanel:before{content:"\\f11c"}.dx-icon-showpanel{font:14px/1 DXIcons}.dx-icon-showpanel:before{content:"\\f11d"}.dx-tab .dx-icon,.dx-tab.dx-tab-selected .dx-icon{background-size:100% 100%;background-position:50% 50%}.dx-scrollview-pulldown{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAQAAABebbrxAAABD0lEQVRo3u2XvQ3CMBCFLbmjYYGsAA2wA1X2gAbEAEwB2eIKflagh6zACJAuUihASUic+M5GNH56dT7J8efTPUXKkDkzrS8LpQAEMBygcwAss2UGQADDBmLa+AMvzAAIYNhATBt/YMEMgACGDcS0wbQBEEAAAQQQwD8CEzaiL7sKqOnojTuQrh95SKkX7kqD5j+M6O6Mu1NkupQJZU64B426bjmmXIzLKe7TZiUGLmweyhTa28XWdJKpYn8pXIVub1U4T4+jUKkKbyWeWhR6Vqpwd+w+hb5U4S/ta54qkhZgVihxrxWaznZVZD2lqVDaVkVafOoKGVWRN6nZR6GMxr+qZjHl3aq4db0NLXld7wVjuu7NS9f7yAAAAABJRU5ErkJggg==);background-position:0 0;background-repeat:no-repeat}.dx-loadindicator-image-small{background-image:url(data:image/gif;base64,R0lGODlhFAAUAKECADI6RTI6Rv///////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQABACwAAAAAFAAUAAACI4yPqZsADM+LcNJlb9Mq8+B8iCeWBqmFJnqpJUu5ojzDplIAACH5BAkJAAEALAAAAAAUABQAAAIhjI+py+3gXmxwrmoRzgZ4fnxgIIIl523o2KmZ+7KdTIMFACH5BAkJAAIALAAAAAAUABQAAAIflI+py+0Po4zAgDptFhXP60ngNmYdyaGBiYXbC8dwAQAh+QQJCQADACwAAAAAFAAUAAACIpyPqcsL3cCDSlJ368xnc+Nx1geG2Uiin3mpIlnC7gnXTAEAIfkECQkAAwAsAAAAABQAFAAAAiKcD6e74AxRivHRenGGc6vuIWEzluaJbuC4eq36XlboxGUBACH5BAkJAAMALAAAAAAUABQAAAIjnA8Jx226nBxp2mpnzG7z5n3iSJbmiaaqFIrt93LYOMP1UQAAIfkECQkAAwAsAAAAABQAFAAAAh2cD6l53eyiA7Iii7PevPsPhuJIluZpUB6ELWxTAAAh+QQJCQADACwAAAAAFAAUAAACHZx/oMit/5p0a9oBrt68+w+G4kiW5rllYbRCLFIAACH5BAkJAAMALAAAAAAUABQAAAIenH+ggO24noRq2molzo3xD4biSJbmSXqpuYlR2ToFACH5BAkJAAMALAAAAAAUABQAAAIhnI+pi+AMzYsQ0HrXzI2n7Q1WSJbMSKIh6Kmty7GtKWUFACH5BAkJAAMALAAAAAAUABQAAAIinI+py+3gXmxwKlAtytpgrmHdIY5DOX6mt56t24Kd/NZMAQAh+QQJCQADACwAAAAAFAAUAAACIZyPqcvtD6OMwIA6w8Czcnl91DVZW3mKkIeqK+ai8kyXBQAh+QQJCQADACwAAAAAFAAUAAACI5yPqcsL3cCDSlJ368xn82F9RiiSn8l5pziqmXuhMUzR7F0AACH5BAkJAAMALAAAAAAUABQAAAIfnI+pB70/HFxyKmBp1rv7D4aMiIXld6KmmW6V+7pKAQAh+QQJCQADACwAAAAAFAAUAAACIZw/oMi9Dc2LEVBqL8y6+w+G4kiWJBein+pNK4sp8CY3BQAh+QQJCQADACwAAAAAFAAUAAACHZw/oIt96iICstqLs968+w+G4kh+VHdukLW06VEAACH5BAkJAAMALAAAAAAUABQAAAIbnI+pCu29InKygoqz3rz7D4biSJbZ9VHpoyIFACH5BAkJAAMALAAAAAAUABQAAAIfnI8AyM26nDxq2hGvy7r7D4biSJYg51WiGkKju8JOAQA7);background-position:50%;background-repeat:no-repeat}.dx-loadindicator-image-large{background-image:url(data:image/gif;base64,R0lGODlhQABAAKECADI6RTI6Rv///////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQABACwAAAAAQABAAAACkIyPqcvtD6OctEpgs1ag9w1m3heW0Eia6oJi63u08BygNGzfq6ybeV/6AUHCoaZotIySoSXz6HlunNIKsnqKYinUbaTrzabCjyuZoz07wGpW+w2Py+f0uv2VtrPl5ne/zVP3B5hHtxc3eBZoeAiXSLY49wjZSFipFsk36ZWJuMn5idXiwtjpN3qHqhd61wpTAAAh+QQJCQABACwAAAAAQABAAAACk4yPqcvtD6OctNqLs968+w+G4giUI2meYQmoK+t+bBt3c22nuHbvPOzL9IKWIbFiPEqSygiz6XhCG8Cps2qNYrNUkzQ7+1rDW66BrDMf0DT1Gu1GsONvMv0Mv8/1+zi77Zd3Vwc4KGYWNihXRnfIlaiIx+gGGVmp6AiWObY51ek5GZiGGUpZajpKGrnK2ur6CotQAAAh+QQJCQACACwAAAAAQABAAAACoJSPqcvtD6OctNqLs968+w+G4kiW5omm6sq27qsADyDDCd3QuI3ssc7r1W66YRBIRAYNSmZxeWgKntAoIGCVLpXUqnPY9VLDYlzRWJaR01NtFbh+n33e77kunOOz931b7zdHVyeIlqY2ePhnuIUUd+ToBunzaNNV+RKG6UKmgwUVJ8m5JtryWLoSIInK5rfA6BorO0tba3uLm6u7y9ubUAAAIfkECQkAAwAsAAAAAEAAQAAAAqKcj6nL7Q+jnLTai7PevPsPhhwAiCKJmh+aqh1buiMsb3BcY3eu0bzO+mV8wgqxSDkiI8olpOl0BKMSKHUxvWIRWW2CdOh6ueHW+GsQnwcp9bltXpfZcTmdDrbP3WN4Xt9Stxb4Z0eIY5gn+KZYKGfmyPgX2edIqbWYePmYuRbQOQhauRlKOoqoh2eKyScperWTmtZ6ippKyyiru8vb6/t7VQAAIfkECQkAAwAsAAAAAEAAQAAAAp2cj6nL7Q+jnNSBC6reCWMOTp4Xls1ImmqHZuvbuu/aznNt02MO77yK+uk+QpOvWEohQ8clR+ncQKOaKVVEvFazWoq1C+GCI9/x6WL2otMSMfv8bsviljn9dM/rc/Y9ou9nABg4uLcW+Feod4g44Ob3uBiZN3lXRlkZd2nJSJj5tqkZytYE+ZkW5DlqlmrYillKF6N6ylqLetuoK1EAACH5BAkJAAMALAAAAABAAEAAAAKLnI+pB+2+opw0vtuq3hR7wIXi54mmRj7nOqXsK33wHF/0nZT4Ptj87vvdgsIZsfgKqJC0JRPmfL4gUii1yrpiV5ntFOTNhsfksvmMTqvX7Lb7DY/L5/S6/Y7P6/d8BLjeBfg3F0hYKHcYp6WY+BYF9+i46HZEGcmGwViZRmKpg5YySRbaWObieXlSAAAh+QQJCQADACwAAAAAQABAAAACepyPqQnt30ZctFoLs3a3e7aF2UdW4vmUKnKa46pu8Exq9O29+E5B/N/jAIcHIZFoPA4nyqbzCY1Kp9Sq9YrNarfcrvcLDovH5LL5jE6r1+y2+w2Py+f0uv2Oz+vXAH4fnVQWOJZi5kNmA3WIISOFgkL1KHIlucjV8lMAACH5BAkJAAMALAAAAABAAEAAAAJ3nI+pC+0Plpy0IohztLwbDWbeKIUmRqZiZabe4w5hTG30p926le9+CfkJGY2h8YhMKpfMpvMJjUqn1Kr1is1qt9yu9wsOi8fksvmMTqvX7Lb7DY/L5/S6/Y4fO8pBPUrcAwZyU6Q0w9G3dLJY+MS4UvVoowUpVAAAIfkECQkAAwAsAAAAAEAAQAAAAn2cj6nL7Q/jALRaK7NGt/sNat4YluJImWqEru5DvnISz/bU3Xqu23wv+wFdwqGqaCwhk5sl81R5rqLSqvWKzWq33K73Cw6Lx+Sy+YxOq9fstvsNj8vn9FBKjUlf8PmzU7yH9gc2+FXoddj1IZi4VVPWYoYCYBYwGUgYWWdSAAAh+QQJCQADACwAAAAAQABAAAACkpyPqcvtD6OctEKAs93c5N+F1AeKpkNq56qkAAsjaUwPc83e+KnvYu/rAIMbEtFkPAqTymKp6VRBK8Pp5WmdYLORLffB/ILD4ga5vDijW9K1GeOOy+f0uv2Oh73ytrbdS6c2BxjoV0cohxgnmGh46DgIGQmXx7io6GaZiYlWNUmJp7nmecnZKXoq+bnHZ9P6ylUAACH5BAkJAAMALAAAAABAAEAAAAKTnI+py+0Po5y02ouz3rz7D3YAEJbHOJomSqog675o/MG0ON8b2+oZ79PYghcgsTg8ToxKCrMpSUIh0qnjab3mso8qV8HbfhFh8XhQTp3J5TU77D614+h5PE2vw+l4vt3ddzdjlucFSOjXk2dguNboiHiotsgYCTlJ+XimOWZ5qbjI+SU6iplpGopKucra6voK+1oAACH5BAkJAAMALAAAAABAAEAAAAKenI+py+0Po5y02ouz3rz7D4biSJbmiabqyrYe4GbAHF8zvNxBndzMjeMdfD2gEEEs0o6GQNJgZA6fUemgWrVin1pitrv8So1i8JVrPQOX6ek62Fav4+45XV4ev+HtPT9NxhYX+AcGg6bng8gUlSe0VXgEOVjlFMnztRhj5wYoptnCiXQZuij4qHmKSXp15/oKGys7S1tre4ubq7urUQAAIfkECQkAAwAsAAAAAEAAQAAAAqKcj6nL7Q+jnLTai7PevPsPhhwAiCJJmiGaqh1buiMsb3BcZ3Sus7zm+2GCwguxSDkiJ6jAsqJ8QqJSB6raaB2uWIaW2h18teEEl1s2t9Dp7ZrcFr9xcXmMHffh23p6vV+HABho0OfHd7WXFnS4iNZYRgTnSAbZBYaomKeZOfmHGQkayjnquUkatkNoh4p1s8pqSilbSpsqGgqru8vb6/srVAAAIfkECQkAAwAsAAAAAEAAQAAAApqcj6nL7Q+jnNSBC6reCmcOUt4Vls+ImWqHrq6Bfu/azm5tq3huevzt+/WCwhKxCDoiOallSOkUNaMbKFUyvUpJ2kq2i+WCJ+Jx2CxFk9VrdkTmtsTndBu8nijjD/r9oI/3tScYCEhndWg4h7hImKjoxhgnyUapNuIH4zhpaYbpt/O4eflZFzMYGnkq2qkVAwn2ito6Rpt5K1EAACH5BAkJAAMALAAAAABAAEAAAAKLnI+pCe2wopxUvgur3hR7DoaDh4lmRWbnOqXsa5XwrMj0bVz4Pj487vvdgsIZsQhzIGnKpVHlZDWjUijV1Li+stqVtQsOi8fksvmMTqvX7Lb7DY/L5/S6/Y7Hf91ceR8+9XbE90dYyDaI6BAAmKimI+iYBtn2UUm5RvLoYpYiqeWJKRYaSBaaqflSAAAh+QQJCQADACwAAAAAQABAAAACeZyPqQrtD5actCaIc7S8Gw1i3iiFpkOmB2hBKpm9sufOdove+pTv/tX4CVeb4bBoTCqXzKbzCY1Kp9Sq9YrNarfcrvcLDovH5LL5jE6r1+y2+w2Py+f0ut0cLPfEe/CDXOMX6BVDWLh0yBDidNL41GgiBZkoGXGyUwAAIfkECQkAAwAsAAAAAEAAQAAAAnecj6lr4A+YnLQ2iLPdHOUPduICluY4YtuJrlE7lPDsavQ9ffjOqPzvcQCHxKLxiEwql8ym8wmNSqfUqvWKzWq33K73Cw6Lx+Sy+YxOq9fstvsNj8vn9LriEbZ1Q3s+7fXDkoJXZAIooXNkuAjBxGj49OhDBclTAAAh+QQJCQADACwAAAAAQABAAAACfpyPqcvtD+MBtFqJ87K8Bw2GRneJJkZS5xql7NuQ8KzI9D10+K3vc+97AYMrDhE2PIqMymKpaXpCl4Cp9YrNarfcrvcLDovH5LL5jE6r1+y2+w2Py+d0dEXNPCfHe37e3CcWGDYIVvhlA5hI5qLXyJiiAhkp1UX5yHV5VydSAAA7);background-position:50%;background-repeat:no-repeat}.dx-widget{color:#333;font-weight:400;font-size:12px}.dx-widget,.dx-widget input,.dx-widget textarea{font-family:"Helvetica Neue","Segoe UI",Helvetica,Verdana,sans-serif;line-height:1.33334}.dx-state-disabled.dx-widget,.dx-state-disabled .dx-widget{opacity:.5;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;cursor:default}.dx-state-disabled.dx-widget .dx-widget,.dx-state-disabled .dx-widget .dx-widget{opacity:1}.dx-card{border:1px solid #e8eaeb;border-radius:2px;background-color:#fff}.dx-field{color:#333;font-weight:400;font-size:12px}.dx-field,.dx-field input,.dx-field textarea{font-family:"Helvetica Neue","Segoe UI",Helvetica,Verdana,sans-serif;line-height:1.33334}.dx-field-label{color:#8c8c8c;cursor:default;padding:5px 8px 5px 0}.dx-field-value.dx-attention{color:#d9534f;padding:5px 6px 5px 22px;position:relative}.dx-field-value.dx-attention:before{pointer-events:none;font-weight:700;position:absolute;top:50%;margin-top:-8px;width:16px;height:16px;text-align:center;line-height:16px;font-size:11px;background-color:#d9534f;color:#fff;content:"!";border-radius:50%;left:0}.dx-field-value-static,.dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button){width:60%}.dx-field{min-height:26px;padding:0}.dx-field-value.dx-widget,.dx-field-value:not(.dx-widget)>.dx-widget{margin:0}.dx-field-value:not(.dx-widget)>.dx-button,.dx-field-value:not(.dx-widget)>.dx-checkbox,.dx-field-value:not(.dx-widget)>.dx-switch{float:right}.dx-field-value.dx-checkbox,.dx-field-value:not(.dx-widget)>.dx-checkbox{margin:5px 0}.dx-field-value.dx-switch,.dx-field-value:not(.dx-widget)>.dx-switch{margin:4px 0}.dx-field-value.dx-radiogroup,.dx-field-value.dx-slider,.dx-field-value:not(.dx-widget)>.dx-radiogroup,.dx-field-value:not(.dx-widget)>.dx-slider{margin:3px 0}.dx-field-value-static{padding:5px 6px}.dx-fieldset{margin:15px 10px;padding:0}.dx-rtl.dx-fieldset .dx-field-value:not(.dx-widget)>.dx-button,.dx-rtl .dx-fieldset .dx-field-value:not(.dx-widget)>.dx-button,.dx-rtl.dx-fieldset .dx-field-value:not(.dx-widget)>.dx-checkbox,.dx-rtl .dx-fieldset .dx-field-value:not(.dx-widget)>.dx-checkbox,.dx-rtl.dx-fieldset .dx-field-value:not(.dx-widget)>.dx-switch,.dx-rtl .dx-fieldset .dx-field-value:not(.dx-widget)>.dx-switch{float:left}.dx-fieldset-header{margin:0 0 10px;font-weight:500;font-size:16px}.dx-field{margin:0 0 5px}.dx-field:last-of-type{margin:0}.dx-device-mobile .dx-fieldset{margin:20px 15px;padding:0}.dx-rtl.dx-device-mobile .dx-fieldset .dx-field-value:not(.dx-widget)>.dx-button,.dx-rtl .dx-device-mobile .dx-fieldset .dx-field-value:not(.dx-widget)>.dx-button,.dx-rtl.dx-device-mobile .dx-fieldset .dx-field-value:not(.dx-widget)>.dx-checkbox,.dx-rtl .dx-device-mobile .dx-fieldset .dx-field-value:not(.dx-widget)>.dx-checkbox,.dx-rtl.dx-device-mobile .dx-fieldset .dx-field-value:not(.dx-widget)>.dx-switch,.dx-rtl .dx-device-mobile .dx-fieldset .dx-field-value:not(.dx-widget)>.dx-switch{float:left}.dx-device-mobile .dx-fieldset-header{margin:0 0 20px;font-weight:500;font-size:16px}.dx-device-mobile .dx-field{margin:0 0 10px}.dx-device-mobile .dx-field:last-of-type{margin:0}.dx-box-item-content{font-size:12px}.dx-button-content{line-height:0}.dx-button-text{line-height:normal}.dx-button a{text-decoration:none}.dx-button .dx-button-content{padding:5px}.dx-button .dx-icon{width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;font-size:14px;text-align:center;line-height:14px}.dx-button .dx-icon,.dx-button .dx-icon.dx-icon-right,.dx-rtl.dx-button .dx-icon,.dx-rtl .dx-button .dx-icon,.dx-rtl.dx-button .dx-icon.dx-icon-right,.dx-rtl .dx-button .dx-icon.dx-icon-right{margin-right:0;margin-left:0}.dx-button-has-icon .dx-button-content{padding:5px}.dx-button-has-icon .dx-icon{width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;font-size:14px;text-align:center;line-height:14px;margin-right:0;margin-left:0}.dx-button-has-icon .dx-icon.dx-icon-right,.dx-rtl.dx-button-has-icon .dx-icon,.dx-rtl .dx-button-has-icon .dx-icon,.dx-rtl.dx-button-has-icon .dx-icon.dx-icon-right,.dx-rtl .dx-button-has-icon .dx-icon.dx-icon-right{margin-left:0;margin-right:0}.dx-button-has-text .dx-button-content{padding:4px 10px}.dx-button-has-text .dx-icon{width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;font-size:14px;text-align:center;line-height:14px;margin-right:7px;margin-left:0}.dx-button-has-text .dx-icon.dx-icon-right,.dx-rtl.dx-button-has-text .dx-icon,.dx-rtl .dx-button-has-text .dx-icon{margin-left:7px;margin-right:0}.dx-rtl.dx-button-has-text .dx-icon.dx-icon-right,.dx-rtl .dx-button-has-text .dx-icon.dx-icon-right{margin-right:7px;margin-left:0}.dx-button-back .dx-button-content{padding:5px}.dx-button-back .dx-icon{width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;font-size:14px;text-align:center;line-height:14px}.dx-button-back .dx-icon,.dx-button-back .dx-icon.dx-icon-right,.dx-rtl.dx-button-back .dx-icon,.dx-rtl .dx-button-back .dx-icon,.dx-rtl.dx-button-back .dx-icon.dx-icon-right,.dx-rtl .dx-button-back .dx-icon.dx-icon-right{margin-right:0;margin-left:0}.dx-button-back .dx-button-text{display:none}.dx-button{border-radius:2px;border-width:1px;border-style:solid}.dx-state-disabled.dx-button .dx-icon,.dx-state-disabled .dx-button .dx-icon{opacity:.6}.dx-state-disabled.dx-button .dx-button-text,.dx-state-disabled .dx-button .dx-button-text{opacity:.5}.dx-button-mode-contained{background-color:#fff;border-color:#cacfd1;color:#333}.dx-button-mode-contained .dx-icon{color:#333}.dx-button-mode-contained.dx-state-hover{background-color:#f5f5f5;border-color:#cacfd1}.dx-button-mode-contained.dx-state-focused{background-color:#ebebeb;border-color:#cacfd1}.dx-button-mode-contained.dx-state-active{background-color:#c2c2c2;border-color:#cacfd1;color:#333}.dx-button-mode-contained.dx-button-danger{background-color:#d9534f;border-color:transparent;color:#fff}.dx-button-mode-contained.dx-button-danger .dx-icon{color:#fff}.dx-button-mode-contained.dx-button-danger.dx-state-hover{background-color:#ce312c;border-color:transparent}.dx-button-mode-contained.dx-button-danger.dx-state-focused{background-color:#c12e2a;border-color:transparent}.dx-button-mode-contained.dx-button-danger.dx-state-active{background-color:#932320;border-color:transparent;color:#fff}.dx-button-mode-contained.dx-button-success{background-color:#5cb85c;border-color:transparent;color:#fff}.dx-button-mode-contained.dx-button-success .dx-icon{color:#fff}.dx-button-mode-contained.dx-button-success.dx-state-hover{background-color:#46a046;border-color:transparent}.dx-button-mode-contained.dx-button-success.dx-state-focused{background-color:#419641;border-color:transparent}.dx-button-mode-contained.dx-button-success.dx-state-active{background-color:#306f30;border-color:transparent;color:#fff}.dx-button-mode-contained.dx-button-default{background-color:#7ab8eb;border-color:transparent;color:#fff}.dx-button-mode-contained.dx-button-default .dx-icon{color:#fff}.dx-button-mode-contained.dx-button-default.dx-state-hover{background-color:#52a3e5;border-color:transparent}.dx-button-mode-contained.dx-button-default.dx-state-focused{background-color:#459ce3;border-color:transparent}.dx-button-mode-contained.dx-button-default.dx-state-active{background-color:#1f80d0;border-color:transparent;color:#fff}.dx-button-mode-outlined{background-color:transparent;border-color:#cacfd1;color:#333}.dx-button-mode-outlined .dx-icon{color:#333}.dx-button-mode-outlined.dx-state-hover{background-color:rgba(0,0,0,.04);border-color:#cacfd1}.dx-button-mode-outlined.dx-state-focused{background-color:rgba(0,0,0,.08);border-color:#cacfd1}.dx-button-mode-outlined.dx-state-active{background-color:rgba(0,0,0,.24);border-color:#cacfd1;color:#333}.dx-button-mode-outlined.dx-button-danger{background-color:transparent;border-color:#d43f3a;color:#d43f3a}.dx-button-mode-outlined.dx-button-danger .dx-icon{color:#d43f3a}.dx-button-mode-outlined.dx-button-danger.dx-state-focused,.dx-button-mode-outlined.dx-button-danger.dx-state-hover{background-color:rgba(212,63,58,.1);border-color:#d43f3a}.dx-button-mode-outlined.dx-button-danger.dx-state-active{background-color:rgba(212,63,58,.4);border-color:#d43f3a;color:#d43f3a}.dx-button-mode-outlined.dx-button-success{background-color:transparent;border-color:#4cae4c;color:#4cae4c}.dx-button-mode-outlined.dx-button-success .dx-icon{color:#4cae4c}.dx-button-mode-outlined.dx-button-success.dx-state-focused,.dx-button-mode-outlined.dx-button-success.dx-state-hover{background-color:rgba(76,174,76,.1);border-color:#4cae4c}.dx-button-mode-outlined.dx-button-success.dx-state-active{background-color:rgba(76,174,76,.4);border-color:#4cae4c;color:#4cae4c}.dx-button-mode-outlined.dx-button-default{background-color:transparent;border-color:#64ace8;color:#64ace8}.dx-button-mode-outlined.dx-button-default .dx-icon{color:#64ace8}.dx-button-mode-outlined.dx-button-default.dx-state-focused,.dx-button-mode-outlined.dx-button-default.dx-state-hover{background-color:rgba(100,172,232,.1);border-color:#64ace8}.dx-button-mode-outlined.dx-button-default.dx-state-active{background-color:rgba(100,172,232,.4);border-color:#64ace8;color:#64ace8}.dx-button-mode-text{background-color:transparent;border-color:transparent;color:#333}.dx-button-mode-text .dx-icon{color:#333}.dx-button-mode-text.dx-state-hover{background-color:rgba(0,0,0,.04);border-color:transparent}.dx-button-mode-text.dx-state-focused{background-color:rgba(0,0,0,.08);border-color:transparent}.dx-button-mode-text.dx-state-active{background-color:rgba(0,0,0,.24);border-color:transparent;color:#333}.dx-button-mode-text.dx-button-danger{background-color:transparent;border-color:transparent;color:#d43f3a}.dx-button-mode-text.dx-button-danger .dx-icon{color:#d43f3a}.dx-button-mode-text.dx-button-danger.dx-state-focused,.dx-button-mode-text.dx-button-danger.dx-state-hover{background-color:rgba(212,63,58,.1);border-color:transparent}.dx-button-mode-text.dx-button-danger.dx-state-active{background-color:rgba(212,63,58,.4);border-color:transparent;color:#d43f3a}.dx-button-mode-text.dx-button-success{background-color:transparent;border-color:transparent;color:#4cae4c}.dx-button-mode-text.dx-button-success .dx-icon{color:#4cae4c}.dx-button-mode-text.dx-button-success.dx-state-focused,.dx-button-mode-text.dx-button-success.dx-state-hover{background-color:rgba(76,174,76,.1);border-color:transparent}.dx-button-mode-text.dx-button-success.dx-state-active{background-color:rgba(76,174,76,.4);border-color:transparent;color:#4cae4c}.dx-button-mode-text.dx-button-default{background-color:transparent;border-color:transparent;color:#64ace8}.dx-button-mode-text.dx-button-default .dx-icon{color:#64ace8}.dx-button-mode-text.dx-button-default.dx-state-focused,.dx-button-mode-text.dx-button-default.dx-state-hover{background-color:rgba(100,172,232,.1);border-color:transparent}.dx-button-mode-text.dx-button-default.dx-state-active{background-color:rgba(100,172,232,.4);border-color:transparent;color:#64ace8}.dx-button-back.dx-state-hover .dx-button-content,.dx-button-normal.dx-state-hover .dx-button-content{background-color:transparent;border-radius:2px}.dx-texteditor-buttons-container>.dx-button{margin:1px}.dx-texteditor-buttons-container>.dx-button>.dx-button-content{padding-top:2px;padding-bottom:2px}.dx-texteditor-buttons-container>.dx-button.dx-button-has-icon:not(.dx-button-has-text)>.dx-button-content{padding:3px}.dx-button-mode-contained.dx-buttongroup-item,.dx-button-mode-outlined.dx-buttongroup-item{padding-left:1px;padding-right:1px}.dx-button-mode-contained.dx-buttongroup-item.dx-state-hover .dx-button-content,.dx-button-mode-outlined.dx-buttongroup-item.dx-state-hover .dx-button-content{border-radius:0}.dx-button-mode-contained.dx-buttongroup-first-item,.dx-button-mode-outlined.dx-buttongroup-first-item{padding-left:0;border-left-width:1px}.dx-button-mode-contained.dx-buttongroup-first-item.dx-button,.dx-button-mode-contained.dx-buttongroup-first-item.dx-state-hover .dx-button-content,.dx-button-mode-outlined.dx-buttongroup-first-item.dx-button,.dx-button-mode-outlined.dx-buttongroup-first-item.dx-state-hover .dx-button-content{border-top-left-radius:2px;border-bottom-left-radius:2px}.dx-button-mode-contained.dx-buttongroup-last-item,.dx-button-mode-outlined.dx-buttongroup-last-item{padding-right:0}.dx-button-mode-contained.dx-buttongroup-last-item.dx-button,.dx-button-mode-contained.dx-buttongroup-last-item.dx-state-hover .dx-button-content,.dx-button-mode-outlined.dx-buttongroup-last-item.dx-button,.dx-button-mode-outlined.dx-buttongroup-last-item.dx-state-hover .dx-button-content{border-top-right-radius:2px;border-bottom-right-radius:2px}.dx-button-mode-text.dx-buttongroup-first-item{margin-left:0}.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-state-disabled,.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-state-disabled{opacity:1}.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-state-disabled .dx-button-content,.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-state-disabled .dx-button-content{opacity:.6}.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal{background-color:#fff}.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-state-hover{background-color:#f5f5f5}.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-state-focused{background-color:#ebebeb}.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-item-selected{background-color:#d4d4d4}.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-item-selected.dx-state-hover{background-color:#e3e3e3}.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-item-selected.dx-state-focused{background-color:#dbdbdb}.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-item-selected,.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-item-selected .dx-icon{color:#333}.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected){background-color:#fff}.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-default{border-color:#64ace8}.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-default.dx-state-hover{background-color:#f5f5f5}.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-default.dx-state-focused{background-color:#ebebeb}.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-default,.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-default .dx-icon{color:#64ace8}.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-success{border-color:#4cae4c}.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-success.dx-state-hover{background-color:#f5f5f5}.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-success.dx-state-focused{background-color:#ebebeb}.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-success,.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-success .dx-icon{color:#4cae4c}.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-danger{border-color:#d43f3a}.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-danger.dx-state-hover{background-color:#f5f5f5}.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-danger.dx-state-focused{background-color:#ebebeb}.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-danger,.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-danger .dx-icon{color:#d43f3a}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-state-hover{background-color:rgba(0,0,0,.04)}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-state-focused{background-color:rgba(0,0,0,.08)}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-button-default.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-button-default.dx-state-hover{background-color:rgba(100,172,232,.1)}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-button-success.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-button-success.dx-state-hover{background-color:rgba(76,174,76,.1)}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-button-danger.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-button-danger.dx-state-hover{background-color:rgba(212,63,58,.1)}.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-state-hover{background-color:rgba(0,0,0,.04)}.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-state-focused{background-color:rgba(0,0,0,.08)}.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-button-default.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-button-default.dx-state-hover{background-color:rgba(100,172,232,.1)}.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-button-success.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-button-success.dx-state-hover{background-color:rgba(76,174,76,.1)}.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-button-danger.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-button-danger.dx-state-hover{background-color:rgba(212,63,58,.1)}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-normal,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-normal{background-color:rgba(0,0,0,.17)}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-normal.dx-state-hover,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-normal.dx-state-hover{background-color:rgba(0,0,0,.11)}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-normal.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-normal.dx-state-focused{background-color:rgba(0,0,0,.14)}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-success,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-success{background-color:rgba(92,184,92,.3)}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-success.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-success.dx-state-hover,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-success.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-success.dx-state-hover{background-color:rgba(92,184,92,.2)}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-default,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-default{background-color:rgba(122,184,235,.3)}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-default.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-default.dx-state-hover,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-default.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-default.dx-state-hover{background-color:rgba(122,184,235,.2)}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-danger,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-danger{background-color:rgba(217,83,79,.3)}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-danger.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-danger.dx-state-hover,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-danger.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-danger.dx-state-hover{background-color:rgba(217,83,79,.2)}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-success,.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-success .dx-icon,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-success,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-success .dx-icon{color:#5cb85c}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-default,.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-default .dx-icon,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-default,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-default .dx-icon{color:#7ab8eb}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-danger,.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-danger .dx-icon,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-danger,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-danger .dx-icon{color:#d9534f}.dx-rtl.dx-button-mode-contained.dx-buttongroup-first-item,.dx-rtl.dx-button-mode-outlined.dx-buttongroup-first-item{border-left-width:0;padding-left:1px;padding-right:0}.dx-rtl.dx-button-mode-contained.dx-buttongroup-first-item.dx-button,.dx-rtl.dx-button-mode-contained.dx-buttongroup-first-item.dx-state-hover .dx-button-content,.dx-rtl.dx-button-mode-outlined.dx-buttongroup-first-item.dx-button,.dx-rtl.dx-button-mode-outlined.dx-buttongroup-first-item.dx-state-hover .dx-button-content{border-radius:0 2px 2px 0}.dx-rtl.dx-button-mode-contained.dx-buttongroup-last-item,.dx-rtl.dx-button-mode-outlined.dx-buttongroup-last-item{border-left-width:1px;padding-right:1px;padding-left:0}.dx-rtl.dx-button-mode-contained.dx-buttongroup-last-item.dx-button,.dx-rtl.dx-button-mode-contained.dx-buttongroup-last-item.dx-state-hover .dx-button-content,.dx-rtl.dx-button-mode-outlined.dx-buttongroup-last-item.dx-button,.dx-rtl.dx-button-mode-outlined.dx-buttongroup-last-item.dx-state-hover .dx-button-content{border-radius:2px 0 0 2px}.dx-rtl.dx-button-mode-contained.dx-buttongroup-last-item.dx-buttongroup-first-item.dx-button,.dx-rtl.dx-button-mode-contained.dx-buttongroup-last-item.dx-buttongroup-first-item.dx-state-hover .dx-button-content,.dx-rtl.dx-button-mode-outlined.dx-buttongroup-last-item.dx-buttongroup-first-item.dx-button,.dx-rtl.dx-button-mode-outlined.dx-buttongroup-last-item.dx-buttongroup-first-item.dx-state-hover .dx-button-content{border-radius:2px}.dx-rtl.dx-button-mode-text.dx-buttongroup-first-item{margin-left:1px}.dx-rtl.dx-button-mode-text.dx-buttongroup-last-item{margin-left:0}.dx-scrollable-content{-webkit-transform:none}.dx-scrollable-scroll{padding:2px;background-color:transparent;opacity:1;overflow:hidden;-webkit-transition:opacity linear;transition:opacity linear}.dx-scrollable-scroll.dx-state-invisible{opacity:0;-webkit-transition:opacity .5s linear 1s;transition:opacity .5s linear 1s}.dx-scrollable-scroll-content{width:100%;height:100%;background-color:rgba(55,148,225,.8);-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}.dx-scrollbar-hoverable{background-color:transparent}.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active,.dx-scrollbar-hoverable.dx-state-hover{background-color:hsla(0,0%,74.9%,.2)}.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active .dx-scrollable-scroll-content{background-color:#3794e1}.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible{opacity:1}.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible .dx-scrollable-scroll-content{background-color:transparent;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}.dx-scrollbar-vertical .dx-scrollable-scroll{float:right;width:8px}.dx-scrollbar-vertical.dx-scrollbar-hoverable{width:8px;-webkit-transition:width .2s linear .15s,background-color .2s linear .15s;transition:width .2s linear .15s,background-color .2s linear .15s}.dx-scrollbar-vertical.dx-scrollbar-hoverable .dx-scrollable-scroll{-webkit-transition:background-color .5s linear 1s,width .2s linear .15s;transition:background-color .5s linear 1s,width .2s linear .15s}.dx-scrollbar-vertical.dx-scrollbar-hoverable .dx-scrollable-scroll .dx-scrollable-scroll-content{-webkit-transition:background-color .15s linear .15s,-webkit-box-shadow .15s linear .15s;transition:box-shadow .15s linear .15s,background-color .15s linear .15s,-webkit-box-shadow .15s linear .15s}.dx-scrollbar-vertical.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible{-webkit-transition:background-color .5s linear 1s,width .2s linear .15s;transition:background-color .5s linear 1s,width .2s linear .15s}.dx-scrollbar-vertical.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible .dx-scrollable-scroll-content{-webkit-transition:background-color .5s linear 1s,-webkit-box-shadow .5s linear 1s;transition:box-shadow .5s linear 1s,background-color .5s linear 1s,-webkit-box-shadow .5s linear 1s}.dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active,.dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active .dx-scrollable-scroll,.dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-state-hover,.dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-state-hover .dx-scrollable-scroll{width:15px}.dx-scrollbar-horizontal .dx-scrollable-scroll{height:8px}.dx-scrollbar-horizontal.dx-scrollbar-hoverable{height:8px;-webkit-transition:height .2s linear .15s,background-color .2s linear .15s;transition:height .2s linear .15s,background-color .2s linear .15s}.dx-scrollbar-horizontal.dx-scrollbar-hoverable .dx-scrollable-scroll{-webkit-transition:background-color .5s linear 1s,height .2s linear .15s;transition:background-color .5s linear 1s,height .2s linear .15s}.dx-scrollbar-horizontal.dx-scrollbar-hoverable .dx-scrollable-scroll .dx-scrollable-scroll-content{-webkit-transition:background-color .15s linear .15s,-webkit-box-shadow .15s linear .15s;transition:box-shadow .15s linear .15s,background-color .15s linear .15s,-webkit-box-shadow .15s linear .15s}.dx-scrollbar-horizontal.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible{-webkit-transition:background-color .5s linear 1s,height .2s linear .15s;transition:background-color .5s linear 1s,height .2s linear .15s}.dx-scrollbar-horizontal.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible .dx-scrollable-scroll-content{-webkit-transition:background-color .5s linear 1s,-webkit-box-shadow .5s linear 1s;transition:box-shadow .5s linear 1s,background-color .5s linear 1s,-webkit-box-shadow .5s linear 1s}.dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active,.dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active .dx-scrollable-scroll,.dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-state-hover,.dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-state-hover .dx-scrollable-scroll{height:15px}.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both>.dx-scrollable-wrapper>.dx-scrollable-container>.dx-scrollable-content,.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-vertical>.dx-scrollable-wrapper>.dx-scrollable-container>.dx-scrollable-content{padding-right:8px}.dx-rtl .dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both>.dx-scrollable-wrapper>.dx-scrollable-container>.dx-scrollable-content,.dx-rtl .dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-vertical>.dx-scrollable-wrapper>.dx-scrollable-container>.dx-scrollable-content,.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both.dx-rtl>.dx-scrollable-wrapper>.dx-scrollable-container>.dx-scrollable-content,.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-vertical.dx-rtl>.dx-scrollable-wrapper>.dx-scrollable-container>.dx-scrollable-content{padding-right:0;padding-left:8px}.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both>.dx-scrollable-wrapper>.dx-scrollable-container>.dx-scrollable-content,.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-horizontal>.dx-scrollable-wrapper>.dx-scrollable-container>.dx-scrollable-content{padding-bottom:8px}.dx-rtl.dx-scrollable .dx-scrollable-scroll,.dx-rtl .dx-scrollable .dx-scrollable-scroll{float:left}.dx-loadindicator{background-color:transparent}.dx-loadindicator-image{background-position:50%;background-repeat:no-repeat;background-image:url(data:image/gif;base64,R0lGODlhQABAAKECADI6RTI6Rv///////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQABACwAAAAAQABAAAACkIyPqcvtD6OctEpgs1ag9w1m3heW0Eia6oJi63u08BygNGzfq6ybeV/6AUHCoaZotIySoSXz6HlunNIKsnqKYinUbaTrzabCjyuZoz07wGpW+w2Py+f0uv2VtrPl5ne/zVP3B5hHtxc3eBZoeAiXSLY49wjZSFipFsk36ZWJuMn5idXiwtjpN3qHqhd61wpTAAAh+QQJCQABACwAAAAAQABAAAACk4yPqcvtD6OctNqLs968+w+G4giUI2meYQmoK+t+bBt3c22nuHbvPOzL9IKWIbFiPEqSygiz6XhCG8Cps2qNYrNUkzQ7+1rDW66BrDMf0DT1Gu1GsONvMv0Mv8/1+zi77Zd3Vwc4KGYWNihXRnfIlaiIx+gGGVmp6AiWObY51ek5GZiGGUpZajpKGrnK2ur6CotQAAAh+QQJCQACACwAAAAAQABAAAACoJSPqcvtD6OctNqLs968+w+G4kiW5omm6sq27qsADyDDCd3QuI3ssc7r1W66YRBIRAYNSmZxeWgKntAoIGCVLpXUqnPY9VLDYlzRWJaR01NtFbh+n33e77kunOOz931b7zdHVyeIlqY2ePhnuIUUd+ToBunzaNNV+RKG6UKmgwUVJ8m5JtryWLoSIInK5rfA6BorO0tba3uLm6u7y9ubUAAAIfkECQkAAwAsAAAAAEAAQAAAAqKcj6nL7Q+jnLTai7PevPsPhhwAiCKJmh+aqh1buiMsb3BcY3eu0bzO+mV8wgqxSDkiI8olpOl0BKMSKHUxvWIRWW2CdOh6ueHW+GsQnwcp9bltXpfZcTmdDrbP3WN4Xt9Stxb4Z0eIY5gn+KZYKGfmyPgX2edIqbWYePmYuRbQOQhauRlKOoqoh2eKyScperWTmtZ6ippKyyiru8vb6/t7VQAAIfkECQkAAwAsAAAAAEAAQAAAAp2cj6nL7Q+jnNSBC6reCWMOTp4Xls1ImmqHZuvbuu/aznNt02MO77yK+uk+QpOvWEohQ8clR+ncQKOaKVVEvFazWoq1C+GCI9/x6WL2otMSMfv8bsviljn9dM/rc/Y9ou9nABg4uLcW+Feod4g44Ob3uBiZN3lXRlkZd2nJSJj5tqkZytYE+ZkW5DlqlmrYillKF6N6ylqLetuoK1EAACH5BAkJAAMALAAAAABAAEAAAAKLnI+pB+2+opw0vtuq3hR7wIXi54mmRj7nOqXsK33wHF/0nZT4Ptj87vvdgsIZsfgKqJC0JRPmfL4gUii1yrpiV5ntFOTNhsfksvmMTqvX7Lb7DY/L5/S6/Y7P6/d8BLjeBfg3F0hYKHcYp6WY+BYF9+i46HZEGcmGwViZRmKpg5YySRbaWObieXlSAAAh+QQJCQADACwAAAAAQABAAAACepyPqQnt30ZctFoLs3a3e7aF2UdW4vmUKnKa46pu8Exq9O29+E5B/N/jAIcHIZFoPA4nyqbzCY1Kp9Sq9YrNarfcrvcLDovH5LL5jE6r1+y2+w2Py+f0uv2Oz+vXAH4fnVQWOJZi5kNmA3WIISOFgkL1KHIlucjV8lMAACH5BAkJAAMALAAAAABAAEAAAAJ3nI+pC+0Plpy0IohztLwbDWbeKIUmRqZiZabe4w5hTG30p926le9+CfkJGY2h8YhMKpfMpvMJjUqn1Kr1is1qt9yu9wsOi8fksvmMTqvX7Lb7DY/L5/S6/Y4fO8pBPUrcAwZyU6Q0w9G3dLJY+MS4UvVoowUpVAAAIfkECQkAAwAsAAAAAEAAQAAAAn2cj6nL7Q/jALRaK7NGt/sNat4YluJImWqEru5DvnISz/bU3Xqu23wv+wFdwqGqaCwhk5sl81R5rqLSqvWKzWq33K73Cw6Lx+Sy+YxOq9fstvsNj8vn9FBKjUlf8PmzU7yH9gc2+FXoddj1IZi4VVPWYoYCYBYwGUgYWWdSAAAh+QQJCQADACwAAAAAQABAAAACkpyPqcvtD6OctEKAs93c5N+F1AeKpkNq56qkAAsjaUwPc83e+KnvYu/rAIMbEtFkPAqTymKp6VRBK8Pp5WmdYLORLffB/ILD4ga5vDijW9K1GeOOy+f0uv2Oh73ytrbdS6c2BxjoV0cohxgnmGh46DgIGQmXx7io6GaZiYlWNUmJp7nmecnZKXoq+bnHZ9P6ylUAACH5BAkJAAMALAAAAABAAEAAAAKTnI+py+0Po5y02ouz3rz7D3YAEJbHOJomSqog675o/MG0ON8b2+oZ79PYghcgsTg8ToxKCrMpSUIh0qnjab3mso8qV8HbfhFh8XhQTp3J5TU77D614+h5PE2vw+l4vt3ddzdjlucFSOjXk2dguNboiHiotsgYCTlJ+XimOWZ5qbjI+SU6iplpGopKucra6voK+1oAACH5BAkJAAMALAAAAABAAEAAAAKenI+py+0Po5y02ouz3rz7D4biSJbmiabqyrYe4GbAHF8zvNxBndzMjeMdfD2gEEEs0o6GQNJgZA6fUemgWrVin1pitrv8So1i8JVrPQOX6ek62Fav4+45XV4ev+HtPT9NxhYX+AcGg6bng8gUlSe0VXgEOVjlFMnztRhj5wYoptnCiXQZuij4qHmKSXp15/oKGys7S1tre4ubq7urUQAAIfkECQkAAwAsAAAAAEAAQAAAAqKcj6nL7Q+jnLTai7PevPsPhhwAiCJJmiGaqh1buiMsb3BcZ3Sus7zm+2GCwguxSDkiJ6jAsqJ8QqJSB6raaB2uWIaW2h18teEEl1s2t9Dp7ZrcFr9xcXmMHffh23p6vV+HABho0OfHd7WXFnS4iNZYRgTnSAbZBYaomKeZOfmHGQkayjnquUkatkNoh4p1s8pqSilbSpsqGgqru8vb6/srVAAAIfkECQkAAwAsAAAAAEAAQAAAApqcj6nL7Q+jnNSBC6reCmcOUt4Vls+ImWqHrq6Bfu/azm5tq3huevzt+/WCwhKxCDoiOallSOkUNaMbKFUyvUpJ2kq2i+WCJ+Jx2CxFk9VrdkTmtsTndBu8nijjD/r9oI/3tScYCEhndWg4h7hImKjoxhgnyUapNuIH4zhpaYbpt/O4eflZFzMYGnkq2qkVAwn2ito6Rpt5K1EAACH5BAkJAAMALAAAAABAAEAAAAKLnI+pCe2wopxUvgur3hR7DoaDh4lmRWbnOqXsa5XwrMj0bVz4Pj487vvdgsIZsQhzIGnKpVHlZDWjUijV1Li+stqVtQsOi8fksvmMTqvX7Lb7DY/L5/S6/Y7Hf91ceR8+9XbE90dYyDaI6BAAmKimI+iYBtn2UUm5RvLoYpYiqeWJKRYaSBaaqflSAAAh+QQJCQADACwAAAAAQABAAAACeZyPqQrtD5actCaIc7S8Gw1i3iiFpkOmB2hBKpm9sufOdove+pTv/tX4CVeb4bBoTCqXzKbzCY1Kp9Sq9YrNarfcrvcLDovH5LL5jE6r1+y2+w2Py+f0ut0cLPfEe/CDXOMX6BVDWLh0yBDidNL41GgiBZkoGXGyUwAAIfkECQkAAwAsAAAAAEAAQAAAAnecj6lr4A+YnLQ2iLPdHOUPduICluY4YtuJrlE7lPDsavQ9ffjOqPzvcQCHxKLxiEwql8ym8wmNSqfUqvWKzWq33K73Cw6Lx+Sy+YxOq9fstvsNj8vn9LriEbZ1Q3s+7fXDkoJXZAIooXNkuAjBxGj49OhDBclTAAAh+QQJCQADACwAAAAAQABAAAACfpyPqcvtD+MBtFqJ87K8Bw2GRneJJkZS5xql7NuQ8KzI9D10+K3vc+97AYMrDhE2PIqMymKpaXpCl4Cp9YrNarfcrvcLDovH5LL5jE6r1+y2+w2Py+d0dEXNPCfHe37e3CcWGDYIVvhlA5hI5qLXyJiiAhkp1UX5yHV5VydSAAA7)}.dx-loadindicator-icon{position:relative;top:15%;left:15%;width:70%;height:70%}.dx-loadindicator-icon .dx-loadindicator-segment{position:absolute;width:19%;height:30%;left:44.5%;top:37%;opacity:0;background:#7ab8eb;border-radius:10% 10% 50% 50%;-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);box-shadow:0 0 3px rgba(0,0,0,.2);-webkit-animation:dx-generic-loadindicator-opacity 1s linear infinite;animation:dx-generic-loadindicator-opacity 1s linear infinite}@-webkit-keyframes dx-generic-loadindicator-opacity{0%{opacity:1}to{opacity:.55}}@keyframes dx-generic-loadindicator-opacity{0%{opacity:1}to{opacity:.55}}.dx-loadindicator-icon .dx-loadindicator-segment0{-webkit-transform:rotate(0) translateY(-142%);transform:rotate(0) translateY(-142%);-webkit-animation-delay:0s;animation-delay:0s}.dx-loadindicator-icon .dx-loadindicator-segment1{-webkit-transform:rotate(45deg) translateY(-142%);transform:rotate(45deg) translateY(-142%);-webkit-animation-delay:-875ms;animation-delay:-875ms}.dx-loadindicator-icon .dx-loadindicator-segment2{-webkit-transform:rotate(90deg) translateY(-142%);transform:rotate(90deg) translateY(-142%);-webkit-animation-delay:-.75s;animation-delay:-.75s}.dx-loadindicator-icon .dx-loadindicator-segment3{-webkit-transform:rotate(135deg) translateY(-142%);transform:rotate(135deg) translateY(-142%);-webkit-animation-delay:-625ms;animation-delay:-625ms}.dx-loadindicator-icon .dx-loadindicator-segment4{-webkit-transform:rotate(180deg) translateY(-142%);transform:rotate(180deg) translateY(-142%);-webkit-animation-delay:-.5s;animation-delay:-.5s}.dx-loadindicator-icon .dx-loadindicator-segment5{-webkit-transform:rotate(225deg) translateY(-142%);transform:rotate(225deg) translateY(-142%);-webkit-animation-delay:-375ms;animation-delay:-375ms}.dx-loadindicator-icon .dx-loadindicator-segment6{-webkit-transform:rotate(270deg) translateY(-142%);transform:rotate(270deg) translateY(-142%);-webkit-animation-delay:-.25s;animation-delay:-.25s}.dx-loadindicator-icon .dx-loadindicator-segment7{-webkit-transform:rotate(315deg) translateY(-142%);transform:rotate(315deg) translateY(-142%);-webkit-animation-delay:-125ms;animation-delay:-125ms}.dx-loadindicator-icon .dx-loadindicator-segment8,.dx-loadindicator-icon .dx-loadindicator-segment9,.dx-loadindicator-icon .dx-loadindicator-segment10,.dx-loadindicator-icon .dx-loadindicator-segment11,.dx-loadindicator-icon .dx-loadindicator-segment12,.dx-loadindicator-icon .dx-loadindicator-segment13,.dx-loadindicator-icon .dx-loadindicator-segment14,.dx-loadindicator-icon .dx-loadindicator-segment15{display:none}.dx-rtl .dx-loadindicator-icon{right:15%;left:0}.dx-overlay-shader{background-color:hsla(0,0%,100%,.8)}.dx-overlay-wrapper{color:#333;font-weight:400;font-size:12px}.dx-overlay-wrapper,.dx-overlay-wrapper input,.dx-overlay-wrapper textarea{font-family:"Helvetica Neue","Segoe UI",Helvetica,Verdana,sans-serif;line-height:1.33334}.dx-loadpanel-content,.dx-popup-wrapper .dx-state-focused.dx-overlay-content{border:1px solid #e8eaeb}.dx-loadpanel-content{background:#fff;border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.25);box-shadow:0 6px 12px rgba(0,0,0,.25)}.dx-scrollview-pull-down-image{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAQAAABebbrxAAABD0lEQVRo3u2XvQ3CMBCFLbmjYYGsAA2wA1X2gAbEAEwB2eIKflagh6zACJAuUihASUic+M5GNH56dT7J8efTPUXKkDkzrS8LpQAEMBygcwAss2UGQADDBmLa+AMvzAAIYNhATBt/YMEMgACGDcS0wbQBEEAAAQQQwD8CEzaiL7sKqOnojTuQrh95SKkX7kqD5j+M6O6Mu1NkupQJZU64B426bjmmXIzLKe7TZiUGLmweyhTa28XWdJKpYn8pXIVub1U4T4+jUKkKbyWeWhR6Vqpwd+w+hb5U4S/ta54qkhZgVihxrxWaznZVZD2lqVDaVkVafOoKGVWRN6nZR6GMxr+qZjHl3aq4db0NLXld7wVjuu7NS9f7yAAAAABJRU5ErkJggg==) 0 0/100% no-repeat}.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down{background-color:#fff;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.37);box-shadow:0 1px 4px 0 rgba(0,0,0,.37)}.dx-scrollview-scrollbottom-loading .dx-scrollview-scrollbottom-image{width:24px;height:24px}.dx-validationsummary-item-content{border-bottom:1px dashed;display:inline-block;line-height:normal}@-webkit-keyframes dx-valid-badge-frames{0%{opacity:0;-webkit-transform:scale(.1);transform:scale(.1)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes dx-valid-badge-frames{0%{opacity:0;-webkit-transform:scale(.1);transform:scale(.1)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.dx-validationsummary-item{color:#d9534f}.dx-invalid-message>.dx-overlay-content{color:#fff;background-color:#d9534f;border-radius:2px}.dx-editor-underlined .dx-invalid-message>.dx-overlay-content{border-radius:0}.dx-checkbox{line-height:0}.dx-checkbox.dx-state-readonly .dx-checkbox-icon{border-color:#fff;background-color:#fff}.dx-checkbox.dx-state-hover .dx-checkbox-icon{border:1px solid #459ce3}.dx-checkbox.dx-state-focused .dx-checkbox-icon{border:1px solid #7ab8eb}.dx-checkbox.dx-state-active .dx-checkbox-icon{background-color:rgba(96,96,96,.2)}.dx-checkbox-icon{width:16px;height:16px;border-radius:0;border:1px solid #e8eaeb;background-color:#fff}.dx-checkbox-checked .dx-checkbox-icon{font:10px/10px DXIcons;color:#7ab8eb;text-align:center}.dx-checkbox-checked .dx-checkbox-icon:before{content:"\\f005";position:absolute;display:block;width:10px;top:50%;margin-top:-5px;left:50%;margin-left:-5px}.dx-checkbox-indeterminate .dx-checkbox-icon{font:8px/8px DXIcons;color:#7ab8eb;text-align:center}.dx-checkbox-indeterminate .dx-checkbox-icon:before{content:"\\f067";position:absolute;display:block;width:8px;top:50%;margin-top:-4px;left:50%;margin-left:-4px}.dx-checkbox-text{margin-left:-16px;padding-left:21px}.dx-rtl.dx-checkbox-text,.dx-rtl .dx-checkbox-text{margin-right:-16px;padding-right:21px}.dx-state-disabled.dx-checkbox,.dx-state-disabled .dx-checkbox{opacity:1}.dx-state-disabled .dx-checkbox-text,.dx-state-disabled.dx-checkbox .dx-checkbox-icon,.dx-state-disabled .dx-checkbox .dx-checkbox-icon{opacity:.4}.dx-invalid .dx-checkbox-container .dx-checkbox-icon{border:1px solid rgba(217,83,79,.4)}.dx-invalid.dx-state-focused .dx-checkbox-container .dx-checkbox-icon{border-color:#d9534f}.dx-switch{width:36px;height:18px}.dx-switch.dx-state-readonly .dx-switch-container{border-color:#fff;background-color:#fff}.dx-switch.dx-state-active .dx-switch-handle:before{background-color:#2f90e0}.dx-switch.dx-state-active .dx-switch-container{border-color:#7ab8eb;background-color:rgba(96,96,96,.2)}.dx-switch.dx-state-hover .dx-switch-handle:before{background-color:#7ab8eb}.dx-switch.dx-state-hover .dx-switch-container{background-color:transparent;border-color:#7ab8eb}.dx-switch.dx-state-focused .dx-switch-container{border-color:#7ab8eb}.dx-switch.dx-state-focused .dx-switch-handle:before{background-color:#7ab8eb}.dx-switch.dx-state-focused.dx-state-active .dx-switch-handle:before{background-color:#2f90e0}.dx-switch-container{overflow:hidden;margin:0 -4px 0 0;padding:0 1px;height:18px;border:1px solid #e8eaeb;background:#fff;border-radius:0}.dx-switch-inner{width:200%;height:100%}.dx-switch-off,.dx-switch-on{float:left;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:50%;padding-right:14px;line-height:16px;text-align:center;font-size:8px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-box-sizing:border-box;box-sizing:border-box}.dx-switch-off{padding-left:1px;color:#999}.dx-switch-on{color:#333}.dx-switch-handle{position:relative;float:left;-webkit-flex-basis:14px;-ms-flex-preferred-size:14px;flex-basis:14px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:14px;height:14px;margin-top:1px;-webkit-box-sizing:border-box;box-sizing:border-box}.dx-switch-handle:before{display:block;content:" ";width:100%;height:100%;background-color:#bddbf5;border-radius:0}.dx-switch-on-value .dx-switch-handle:before{background-color:#7ab8eb}.dx-rtl .dx-switch .dx-switch-off,.dx-rtl .dx-switch .dx-switch-on,.dx-switch.dx-rtl .dx-switch-off,.dx-switch.dx-rtl .dx-switch-on{float:right}.dx-rtl .dx-switch .dx-switch-on,.dx-switch.dx-rtl .dx-switch-on{padding-left:14px;padding-right:1px}.dx-rtl .dx-switch .dx-switch-off,.dx-switch.dx-rtl .dx-switch-off{margin-left:0}.dx-rtl .dx-switch .dx-switch-handle,.dx-switch.dx-rtl .dx-switch-handle{float:right;margin-left:0;margin-right:-14px}.dx-rtl .dx-switch .dx-switch-container,.dx-switch.dx-rtl .dx-switch-container{margin:0 0 0 -4px}.dx-invalid.dx-switch .dx-switch-container{border-color:rgba(217,83,79,.4)}.dx-invalid.dx-state-focused .dx-switch-container,.dx-invalid.dx-state-hover .dx-switch-container{border-color:#d9534f}.dx-invalid.dx-state-focused .dx-switch-handle:before,.dx-invalid.dx-state-hover .dx-switch-handle:before,.dx-invalid.dx-switch-on-value .dx-switch-handle:before{background-color:#d9534f}.dx-invalid .dx-switch-handle:before{background-color:rgba(217,83,79,.4)}.dx-badge{background-color:#63a1d4;color:#fff;font-size:11px;padding:0 5px 2px;line-height:normal}.dx-tabs{border:1px solid #e8eaeb}.dx-tabs-scrollable{margin:-1px;height:calc(100% + 2px)}.dx-tabs-scrollable .dx-tabs-wrapper{border:1px solid #e8eaeb}.dx-tabs-nav-buttons .dx-tabs-scrollable .dx-tabs-wrapper{border-left:1px solid #f7f7f7;border-right:1px solid #f7f7f7}.dx-tabs-nav-button{border:none;background-color:#f7f7f7;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.dx-tabs-nav-button .dx-button-content{padding:0}.dx-tabs-nav-button.dx-state-active{border:none}.dx-tabs-nav-button.dx-state-disabled{opacity:1}.dx-tabs-nav-button.dx-state-disabled .dx-button-content{opacity:.6}.dx-tab{padding:4px;background-color:#f7f7f7;color:#333}.dx-tab .dx-icon{color:#99a1a8;display:inline-block;vertical-align:middle;width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;font-size:14px;text-align:center;line-height:14px;margin-right:7px;margin-left:0}.dx-rtl.dx-tab .dx-icon,.dx-rtl .dx-tab .dx-icon,.dx-tab .dx-icon.dx-icon-right{margin-left:7px;margin-right:0}.dx-rtl.dx-tab .dx-icon.dx-icon-right,.dx-rtl .dx-tab .dx-icon.dx-icon-right{margin-right:7px;margin-left:0}.dx-tab.dx-state-hover{background-color:#fff}.dx-tab.dx-state-active{background-color:rgba(88,88,88,.2);color:#333}.dx-tab.dx-state-focused:after{content:"";pointer-events:none;position:absolute;top:-1px;bottom:-1px;right:-1px;left:-1px;border:1px solid #7ab8eb;z-index:1}.dx-tab.dx-tab-selected{background-color:#fff;color:#333}.dx-tab-selected:after{content:"";pointer-events:none;position:absolute;top:-1px;bottom:-1px;right:-1px;left:-1px;border:1px solid #e8eaeb;border-top:none;border-bottom:none;z-index:1}.dx-tab-selected .dx-icon{color:#99a1a8}.dx-tab-selected:not(.dx-state-focused)+.dx-tab-selected:not(.dx-state-focused):after{border-left:1px solid #f7f7f7}.dx-rtl .dx-tab-selected:not(.dx-state-focused)+.dx-tab-selected:not(.dx-state-focused):after{border-left:1px solid #e8eaeb;border-right:1px solid #f7f7f7}.dx-tab-text{vertical-align:middle;line-height:21px}.dx-state-disabled.dx-tabs{opacity:1}.dx-state-disabled .dx-tab-content{opacity:.3}.dx-navbar{padding:0;border:none}.dx-nav-item,.dx-rtl .dx-nav-item{background:#f7f7f7}.dx-nav-item .dx-tab-text,.dx-rtl .dx-nav-item .dx-tab-text{line-height:normal;color:#333}.dx-navbar .dx-nav-item .dx-icon,.dx-navbar .dx-rtl .dx-nav-item .dx-icon{width:26px;height:26px;background-position:0 0;background-size:26px 26px;padding:0;font-size:26px;text-align:center;line-height:26px;color:#333}.dx-nav-item.dx-state-active:after,.dx-nav-item.dx-state-focused:after,.dx-nav-item.dx-tab-selected:after,.dx-rtl .dx-nav-item.dx-state-active:after,.dx-rtl .dx-nav-item.dx-state-focused:after,.dx-rtl .dx-nav-item.dx-tab-selected:after{content:none}.dx-nav-item.dx-tab-selected,.dx-rtl .dx-nav-item.dx-tab-selected{background:#fff}.dx-nav-item.dx-tab-selected .dx-icon,.dx-nav-item.dx-tab-selected .dx-tab-text,.dx-rtl .dx-nav-item.dx-tab-selected .dx-icon,.dx-rtl .dx-nav-item.dx-tab-selected .dx-tab-text{color:#333}.dx-nav-item.dx-state-active,.dx-rtl .dx-nav-item.dx-state-active{border:none;-webkit-box-shadow:none;box-shadow:none}.dx-nav-item.dx-state-focused,.dx-rtl .dx-nav-item.dx-state-focused{-webkit-box-shadow:inset 0 0 0 1px #7ab8eb;box-shadow:inset 0 0 0 1px #7ab8eb}.dx-nav-item.dx-state-disabled .dx-icon,.dx-rtl .dx-nav-item.dx-state-disabled .dx-icon{opacity:.5}.dx-navbar-item-badge{margin-right:-26px;top:6%}.dx-rtl .dx-navbar-item-badge{margin-left:-26px}.dx-texteditor.dx-editor-outlined{background:#fff;border:1px solid #e8eaeb;border-radius:2px}.dx-texteditor.dx-editor-underlined{background:0 0;border-bottom:1px solid #e8eaeb;border-radius:0}.dx-texteditor.dx-editor-filled{background:rgba(51,51,51,.05);border:1px solid transparent;border-radius:2px}.dx-texteditor.dx-state-readonly{border-style:dashed}.dx-texteditor.dx-state-readonly.dx-editor-filled{border-color:transparent;background-color:rgba(51,51,51,.03)}.dx-texteditor.dx-state-readonly.dx-editor-filled.dx-state-focused{background-color:rgba(51,51,51,.03)}.dx-texteditor.dx-state-readonly.dx-editor-filled.dx-state-hover{background-color:rgba(122,184,235,.07)}.dx-texteditor.dx-state-readonly.dx-editor-underlined{border-style:none none dashed}.dx-texteditor.dx-state-hover{border-color:rgba(122,184,235,.4)}.dx-texteditor.dx-state-hover.dx-editor-filled{border-color:transparent;background-color:rgba(122,184,235,.1)}.dx-texteditor.dx-state-active.dx-editor-filled,.dx-texteditor.dx-state-active.dx-editor-outlined,.dx-texteditor.dx-state-active.dx-editor-underlined,.dx-texteditor.dx-state-focused.dx-editor-filled,.dx-texteditor.dx-state-focused.dx-editor-outlined,.dx-texteditor.dx-state-focused.dx-editor-underlined{border-color:#7ab8eb}.dx-texteditor.dx-state-active.dx-editor-filled,.dx-texteditor.dx-state-focused.dx-editor-filled{background-color:transparent}.dx-texteditor.dx-invalid .dx-texteditor-input,.dx-texteditor.dx-valid .dx-texteditor-input{padding-right:24px}.dx-texteditor.dx-invalid.dx-rtl .dx-texteditor-input,.dx-texteditor.dx-valid.dx-rtl .dx-texteditor-input{padding:4px 5px 4px 24px}.dx-texteditor.dx-invalid .dx-texteditor-input-container:after,.dx-texteditor.dx-valid .dx-texteditor-input-container:after{right:2px}.dx-rtl.dx-texteditor.dx-invalid .dx-texteditor-input-container:after,.dx-rtl .dx-texteditor.dx-invalid .dx-texteditor-input-container:after,.dx-rtl.dx-texteditor.dx-valid .dx-texteditor-input-container:after,.dx-rtl .dx-texteditor.dx-valid .dx-texteditor-input-container:after{left:2px;right:auto}.dx-texteditor.dx-validation-pending .dx-texteditor-input{padding-right:24px}.dx-texteditor.dx-validation-pending.dx-rtl .dx-texteditor-input{padding:4px 5px 4px 24px}.dx-texteditor.dx-validation-pending .dx-texteditor-input-container .dx-pending-indicator{right:2px}.dx-rtl.dx-texteditor.dx-validation-pending .dx-texteditor-input-container .dx-pending-indicator,.dx-rtl .dx-texteditor.dx-validation-pending .dx-texteditor-input-container .dx-pending-indicator{left:2px;right:auto}.dx-show-clear-button .dx-clear-button-area{width:24px;min-width:24px;right:0}.dx-show-clear-button .dx-icon-clear{color:#99a1a8;position:absolute;top:50%;margin-top:-12px;width:24px;height:24px;background-position:5px 5px;background-size:14px 14px;padding:5px;font-size:14px;text-align:center;line-height:14px}.dx-placeholder{color:#999}.dx-placeholder:before{padding:4px 5px}.dx-editor-underlined .dx-placeholder:before{padding-left:0}.dx-texteditor-input{margin:0;padding:4px 5px;background:transparent;color:#333;font-size:1em;border-radius:2px;min-height:24px}.dx-editor-underlined .dx-texteditor-input{background:0 0;padding-left:0;padding-right:0}.dx-editor-filled .dx-texteditor-input{background:0 0}.dx-editor-underlined .dx-texteditor-buttons-container+.dx-texteditor-input-container .dx-texteditor-input{padding-left:5px}.dx-rtl.dx-editor-underlined .dx-texteditor-buttons-container+.dx-texteditor-input-container .dx-texteditor-input{padding-left:0;padding-right:5px}.dx-editor-underlined .dx-texteditor-buttons-container+.dx-texteditor-input-container .dx-placeholder{left:5px}.dx-rtl.dx-editor-underlined .dx-texteditor-buttons-container+.dx-texteditor-input-container .dx-placeholder{left:0;right:5px}.dx-editor-underlined .dx-texteditor-buttons-container>.dx-button:first-child{margin-left:0}.dx-editor-underlined .dx-texteditor-buttons-container>.dx-button:last-child{margin-right:0}.dx-rtl.dx-editor-underlined .dx-texteditor-buttons-container>.dx-button:first-child{margin-left:1px;margin-right:0}.dx-rtl.dx-editor-underlined .dx-texteditor-buttons-container>.dx-button:last-child{margin-left:0;margin-right:1px}.dx-rtl.dx-editor-underlined .dx-texteditor-buttons-container>.dx-button:first-child:last-child{margin-left:0;margin-right:0}.dx-invalid.dx-texteditor{border-color:rgba(217,83,79,.4)}.dx-invalid.dx-texteditor.dx-editor-filled.dx-state-focused,.dx-invalid.dx-texteditor.dx-editor-outlined.dx-state-focused,.dx-invalid.dx-texteditor.dx-editor-underlined.dx-state-focused{border-color:#d9534f}.dx-invalid.dx-texteditor.dx-editor-filled.dx-show-invalid-badge .dx-texteditor-input-container:after,.dx-invalid.dx-texteditor.dx-editor-outlined.dx-show-invalid-badge .dx-texteditor-input-container:after,.dx-invalid.dx-texteditor.dx-editor-underlined.dx-show-invalid-badge .dx-texteditor-input-container:after{pointer-events:none;font-weight:700;position:absolute;top:50%;margin-top:-8px;width:16px;height:16px;text-align:center;line-height:16px;font-size:11px;background-color:#d9534f;color:#fff;content:"!";border-radius:50%}.dx-invalid.dx-texteditor.dx-editor-filled{background-color:rgba(217,83,79,.1);border-color:transparent}.dx-invalid.dx-texteditor.dx-editor-filled.dx-state-focused{background:0 0}.dx-editor-filled .dx-texteditor-buttons-container:first-child>.dx-button:last-child,.dx-editor-outlined .dx-texteditor-buttons-container:first-child>.dx-button:last-child{margin-right:0}.dx-editor-filled .dx-texteditor-buttons-container:last-child>.dx-button:first-child,.dx-editor-outlined .dx-texteditor-buttons-container:last-child>.dx-button:first-child{margin-left:0}.dx-rtl.dx-editor-filled .dx-texteditor-buttons-container:first-child>.dx-button:first-child,.dx-rtl.dx-editor-outlined .dx-texteditor-buttons-container:first-child>.dx-button:first-child{margin-left:1px;margin-right:1px}.dx-rtl.dx-editor-filled .dx-texteditor-buttons-container:first-child>.dx-button:first-child:last-child,.dx-rtl.dx-editor-filled .dx-texteditor-buttons-container:first-child>.dx-button:last-child,.dx-rtl.dx-editor-outlined .dx-texteditor-buttons-container:first-child>.dx-button:first-child:last-child,.dx-rtl.dx-editor-outlined .dx-texteditor-buttons-container:first-child>.dx-button:last-child{margin-left:0;margin-right:1px}.dx-rtl.dx-editor-filled .dx-texteditor-buttons-container:last-child>.dx-button:first-child,.dx-rtl.dx-editor-outlined .dx-texteditor-buttons-container:last-child>.dx-button:first-child{margin-left:1px;margin-right:0}.dx-rtl.dx-editor-filled .dx-texteditor-buttons-container:last-child>.dx-button:last-child,.dx-rtl.dx-editor-outlined .dx-texteditor-buttons-container:last-child>.dx-button:last-child{margin-left:1px;margin-right:1px}.dx-valid.dx-texteditor.dx-editor-filled .dx-texteditor-input-container:after,.dx-valid.dx-texteditor.dx-editor-outlined .dx-texteditor-input-container:after,.dx-valid.dx-texteditor.dx-editor-underlined .dx-texteditor-input-container:after{pointer-events:none;font-weight:700;position:absolute;top:50%;margin-top:-8px;width:16px;height:16px;text-align:center;line-height:16px;font-size:11px;font-family:DXIcons,sans-serif;color:#5cb85c;content:"\\f005";opacity:0;-webkit-transform:scale(0);transform:scale(0);-webkit-animation:dx-valid-badge-frames .3s cubic-bezier(1,.008,.565,1.65) .1s forwards;animation:dx-valid-badge-frames .3s cubic-bezier(1,.008,.565,1.65) .1s forwards}.dx-validation-pending.dx-texteditor.dx-editor-filled .dx-texteditor-input-container .dx-pending-indicator,.dx-validation-pending.dx-texteditor.dx-editor-outlined .dx-texteditor-input-container .dx-pending-indicator,.dx-validation-pending.dx-texteditor.dx-editor-underlined .dx-texteditor-input-container .dx-pending-indicator{pointer-events:none;position:absolute;top:50%;margin-top:-10px;width:20px;height:20px}.dx-rtl .dx-placeholder,.dx-rtl .dx-placeholder:before{right:0;left:auto}.dx-editor-underlined.dx-rtl .dx-placeholder,.dx-editor-underlined.dx-rtl .dx-placeholder:before{padding-right:0}.dx-searchbox .dx-icon-search{font:13px/14px DXIcons;position:absolute;top:50%;margin-top:-12px;width:24px;height:24px;background-position:5px 5px;background-size:14px 14px;padding:5px;text-align:center;color:#999}.dx-searchbox .dx-icon-search:before{content:"\\f027";position:static;text-indent:0;color:#99a1a8}.dx-searchbox .dx-placeholder:before,.dx-searchbox .dx-texteditor-input{padding-left:24px}.dx-rtl.dx-searchbox .dx-placeholder:before,.dx-rtl .dx-searchbox .dx-placeholder:before,.dx-rtl.dx-searchbox .dx-texteditor-input,.dx-rtl .dx-searchbox .dx-texteditor-input{padding-right:24px}.dx-rtl.dx-searchbox.dx-editor-underlined .dx-placeholder:before,.dx-rtl .dx-searchbox.dx-editor-underlined .dx-placeholder:before,.dx-rtl.dx-searchbox.dx-editor-underlined .dx-texteditor-input,.dx-rtl .dx-searchbox.dx-editor-underlined .dx-texteditor-input{padding-right:0}.dx-searchbar{padding-bottom:5px}.dx-searchbar .dx-texteditor{margin:0}.dx-list-item-chevron{border:none;opacity:1;font:14px/14px DXIcons;width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;text-align:center;margin-left:-5px;color:#99a1a8}.dx-list-item-chevron,.dx-rtl .dx-list-item-chevron{-webkit-transform:rotate(0);transform:rotate(0)}.dx-list-item-chevron:before{content:"\\f010"}.dx-list-item-icon-container{width:19px;height:14px;vertical-align:top}.dx-list-item-icon{width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;font-size:14px;text-align:center;line-height:14px}.dx-list-search{margin-bottom:3px}.dx-list{border:none}.dx-list.dx-list-with-search .dx-scrollable-wrapper{height:calc(100% - 29px)}.dx-list .dx-empty-message{text-align:left}.dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-hover .dx-checkbox-icon,.dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-hover .dx-radiobutton-icon:before,.dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-hover .dx-checkbox-icon,.dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-hover .dx-radiobutton-icon:before{border-color:#459ce3}.dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-checkbox-icon,.dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-radiobutton-icon:before,.dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-focused .dx-checkbox-icon,.dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-focused .dx-radiobutton-icon:before{border:1px solid #7ab8eb}.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover{background-color:rgba(0,0,0,.04);color:#333}.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover .dx-icon{color:#333}.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected{background-color:rgba(0,0,0,.1);color:#333}.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected .dx-icon{color:#333}.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected.dx-state-hover:not(.dx-state-focused){background-color:rgba(0,0,0,.15);color:#333}.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused{background-color:#7ab8eb;color:#fff}.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-icon{color:#fff}.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-list-item-chevron{border-color:#fff}.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused.dx-list-item-selected{background-color:rgba(122,184,235,.7);color:#fff}.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active{background-color:#7ab8eb;color:#fff}.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-icon{color:#fff}.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-list-slide-item-content{background-color:#7ab8eb;color:#fff}.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item .dx-icon,.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-button .dx-icon,.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-button .dx-icon{color:#99a1a8}.dx-list-group-header{font-weight:700;padding:10px 5px 5px;border-top:0 solid #e8eaeb;border-bottom:2px solid #e8eaeb;background:#fafafa;color:#99a1a8}.dx-list-group:first-of-type .dx-list-group-header{border-top:none}.dx-list-group-header:before{border-top-color:#99a1a8}.dx-list-group-collapsed .dx-list-group-header:before{border-bottom-color:#99a1a8}.dx-list-item:first-of-type{border-top:none}.dx-list-item:last-of-type{border-bottom:none}.dx-list-item .dx-icon-toggle-delete{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAQAAAC0NkA6AAAA0ElEQVRYw+2Y0QrDMAhFEwYj7/mM+1V+sx/UvWywQexiNbdQqq/FQ8y1akq5bY2hokOgUAg6anZ4xWa4ZoRvZvhvb5H0bA6vuSnKSp0b8HYCwoGJICYxUcQE5sB1eyXgFO0xQach7JRNVvest+XnMM9CgCTpal9j6YjRWQiQxAqxqwV9CaT/QmTwySPcHuSvtkq8B+kJkFG6nuGJQE64eIaEr1PxpB/kdfoJqf1SBgnSSEQZ7khjKmngJq0OpCWItM6RFlPSik17LCA+e9z2sRfnMjs2IEgNwQAAAABJRU5ErkJggg==);background-size:100%}.dx-list-item.dx-list-item-ghost-reordering.dx-state-focused.dx-state-hover{color:#959595;background:#fff;border-top:1px solid rgba(122,184,235,.5);border-bottom:1px solid rgba(122,184,235,.5);-webkit-box-shadow:0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2);box-shadow:0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2)}.dx-list-item,.dx-list .dx-empty-message{border-top:0 solid #e8eaeb;color:#333}.dx-list-item-separator-hidden .dx-list-item,.dx-list-item-separator-hidden .dx-list .dx-empty-message{border-top:none;border-bottom:none}.dx-list-item-content,.dx-list .dx-empty-message{padding:5px}.dx-list-next-button .dx-button .dx-button-content{padding:4px 10px}.dx-list-next-button .dx-button .dx-icon{width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;font-size:14px;text-align:center;line-height:14px;margin-right:7px;margin-left:0}.dx-list-next-button .dx-button .dx-icon.dx-icon-right,.dx-rtl.dx-list-next-button .dx-button .dx-icon,.dx-rtl .dx-list-next-button .dx-button .dx-icon{margin-left:7px;margin-right:0}.dx-rtl.dx-list-next-button .dx-button .dx-icon.dx-icon-right,.dx-rtl .dx-list-next-button .dx-button .dx-icon.dx-icon-right{margin-right:7px;margin-left:0}.dx-list-item-chevron-container{width:11px}.dx-list-border-visible{border:1px solid #e8eaeb}.dx-list-border-visible .dx-list-select-all{border-bottom:1px solid #e8eaeb}.dx-list-item-before-bag.dx-list-toggle-delete-switch-container{width:24px}.dx-list-item-before-bag.dx-list-select-checkbox-container,.dx-list-item-before-bag.dx-list-select-radiobutton-container{width:26px}.dx-list-item-before-bag .dx-button.dx-list-toggle-delete-switch{border:none;background:0 0;-webkit-box-shadow:none;box-shadow:none}.dx-list-item-before-bag .dx-button.dx-list-toggle-delete-switch .dx-button-content{padding:0}.dx-list-item-before-bag .dx-icon-toggle-delete{margin:2.5px 2.5px 2.5px 5px;width:14px;height:14px}.dx-list-item-before-bag .dx-list-select-checkbox,.dx-list-item-before-bag .dx-list-select-radiobutton{margin-top:1px;margin-bottom:-3px;margin-left:5px}.dx-list-select-all{padding:4px 0 3px}.dx-list-select-all-checkbox{float:left;margin:-1px 5px -3px}.dx-list-select-all-label{line-height:16px;padding:0 5px;margin-top:-1px}.dx-list-item-after-bag.dx-list-static-delete-button-container{width:23px}.dx-list-item-after-bag.dx-list-reorder-handle-container{width:23.2px}.dx-list-item-after-bag .dx-list-reorder-handle{font:14px/14px DXIcons;width:22.4px;height:22.4px;background-position:4px 4px;background-size:14px 14px;padding:4px;text-align:center}.dx-list-item-after-bag .dx-list-reorder-handle:before{content:"\\f038"}.dx-list-slide-menu-button{bottom:1px}.dx-list-slide-menu-button-delete{border:1px solid transparent;color:#fff;background-color:#d9534f}.dx-list-slide-menu-button-menu{border:1px solid transparent;color:#fff;background-color:#7ab8eb}.dx-list-static-delete-button,.dx-list-switchable-delete-button{margin-right:5px;padding:0}.dx-list-static-delete-button .dx-button-content,.dx-list-switchable-delete-button .dx-button-content{padding:1px}.dx-list-context-menucontent{background-color:#fff;border:1px solid #e8eaeb;border-radius:0;-webkit-box-shadow:0 3px 10px rgba(0,0,0,.1);box-shadow:0 3px 10px rgba(0,0,0,.1)}.dx-state-disabled.dx-list-item,.dx-state-disabled .dx-list-item{background-color:transparent;opacity:.6}.dx-rtl.dx-list .dx-empty-message,.dx-rtl .dx-list .dx-empty-message{text-align:right}.dx-rtl.dx-list .dx-list-item-before-bag .dx-icon-toggle-delete,.dx-rtl .dx-list .dx-list-item-before-bag .dx-icon-toggle-delete{margin:2.5px 5px 2.5px 2.5px}.dx-rtl.dx-list .dx-list-item-before-bag .dx-list-select-checkbox,.dx-rtl .dx-list .dx-list-item-before-bag .dx-list-select-checkbox,.dx-rtl.dx-list .dx-list-item-before-bag .dx-list-select-radiobutton,.dx-rtl .dx-list .dx-list-item-before-bag .dx-list-select-radiobutton{margin-right:5px;margin-left:1px}.dx-rtl.dx-list .dx-list-select-all-checkbox,.dx-rtl .dx-list .dx-list-select-all-checkbox{float:right;margin-right:5px;margin-left:1px}.dx-rtl.dx-list .dx-list-switchable-delete-button,.dx-rtl .dx-list .dx-list-switchable-delete-button{margin-left:5px;margin-right:0}.dx-device-mobile .dx-list{border:none}.dx-device-mobile .dx-list.dx-list-with-search .dx-scrollable-wrapper{height:calc(100% - 29px)}.dx-device-mobile .dx-list .dx-empty-message{text-align:left}.dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-hover .dx-checkbox-icon,.dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-hover .dx-radiobutton-icon:before,.dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-hover .dx-checkbox-icon,.dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-hover .dx-radiobutton-icon:before{border-color:#459ce3}.dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-checkbox-icon,.dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-radiobutton-icon:before,.dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-focused .dx-checkbox-icon,.dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-focused .dx-radiobutton-icon:before{border:1px solid #7ab8eb}.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover{background-color:rgba(0,0,0,.04);color:#333}.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover .dx-icon{color:#333}.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected{background-color:rgba(0,0,0,.1);color:#333}.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected .dx-icon{color:#333}.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected.dx-state-hover:not(.dx-state-focused){background-color:rgba(0,0,0,.15);color:#333}.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused{background-color:#7ab8eb;color:#fff}.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-icon{color:#fff}.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-list-item-chevron{border-color:#fff}.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused.dx-list-item-selected{background-color:rgba(122,184,235,.7);color:#fff}.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active{background-color:#7ab8eb;color:#fff}.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-icon{color:#fff}.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-list-slide-item-content{background-color:#7ab8eb;color:#fff}.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item .dx-icon,.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-button .dx-icon,.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-button .dx-icon{color:#99a1a8}.dx-device-mobile .dx-list-group-header{font-weight:700;padding:10px 15px 5px;border-top:0 solid #e8eaeb;border-bottom:2px solid #e8eaeb;background:#fafafa;color:#99a1a8}.dx-list-group:first-of-type .dx-device-mobile .dx-list-group-header{border-top:none}.dx-device-mobile .dx-list-group-header:before{border-top-color:#99a1a8}.dx-list-group-collapsed .dx-device-mobile .dx-list-group-header:before{border-bottom-color:#99a1a8}.dx-device-mobile .dx-list-item:first-of-type{border-top:none}.dx-device-mobile .dx-list-item:last-of-type{border-bottom:none}.dx-device-mobile .dx-list-item .dx-icon-toggle-delete{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAQAAAC0NkA6AAAA0ElEQVRYw+2Y0QrDMAhFEwYj7/mM+1V+sx/UvWywQexiNbdQqq/FQ8y1akq5bY2hokOgUAg6anZ4xWa4ZoRvZvhvb5H0bA6vuSnKSp0b8HYCwoGJICYxUcQE5sB1eyXgFO0xQach7JRNVvest+XnMM9CgCTpal9j6YjRWQiQxAqxqwV9CaT/QmTwySPcHuSvtkq8B+kJkFG6nuGJQE64eIaEr1PxpB/kdfoJqf1SBgnSSEQZ7khjKmngJq0OpCWItM6RFlPSik17LCA+e9z2sRfnMjs2IEgNwQAAAABJRU5ErkJggg==);background-size:100%}.dx-device-mobile .dx-list-item.dx-list-item-ghost-reordering.dx-state-focused.dx-state-hover{color:#959595;background:#fff;border-top:1px solid rgba(122,184,235,.5);border-bottom:1px solid rgba(122,184,235,.5);-webkit-box-shadow:0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2);box-shadow:0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2)}.dx-device-mobile .dx-list-item,.dx-device-mobile .dx-list .dx-empty-message{border-top:0 solid #e8eaeb;color:#333}.dx-list-item-separator-hidden .dx-device-mobile .dx-list-item,.dx-list-item-separator-hidden .dx-device-mobile .dx-list .dx-empty-message{border-top:none;border-bottom:none}.dx-device-mobile .dx-list-item-content,.dx-device-mobile .dx-list .dx-empty-message{padding:5px 15px}.dx-device-mobile .dx-list-next-button .dx-button .dx-button-content{padding:4px 10px}.dx-device-mobile .dx-list-next-button .dx-button .dx-icon{width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;font-size:14px;text-align:center;line-height:14px;margin-right:7px;margin-left:0}.dx-device-mobile .dx-list-next-button .dx-button .dx-icon.dx-icon-right,.dx-rtl.dx-device-mobile .dx-list-next-button .dx-button .dx-icon,.dx-rtl .dx-device-mobile .dx-list-next-button .dx-button .dx-icon{margin-left:7px;margin-right:0}.dx-rtl.dx-device-mobile .dx-list-next-button .dx-button .dx-icon.dx-icon-right,.dx-rtl .dx-device-mobile .dx-list-next-button .dx-button .dx-icon.dx-icon-right{margin-right:7px;margin-left:0}.dx-device-mobile .dx-list-item-chevron-container{width:21px}.dx-device-mobile .dx-list-border-visible{border:1px solid #e8eaeb}.dx-device-mobile .dx-list-border-visible .dx-list-select-all{border-bottom:1px solid #e8eaeb}.dx-device-mobile .dx-list-item-before-bag.dx-list-toggle-delete-switch-container{width:34px}.dx-device-mobile .dx-list-item-before-bag.dx-list-select-checkbox-container,.dx-device-mobile .dx-list-item-before-bag.dx-list-select-radiobutton-container{width:36px}.dx-device-mobile .dx-list-item-before-bag .dx-button.dx-list-toggle-delete-switch{border:none;background:0 0;-webkit-box-shadow:none;box-shadow:none}.dx-device-mobile .dx-list-item-before-bag .dx-button.dx-list-toggle-delete-switch .dx-button-content{padding:0}.dx-device-mobile .dx-list-item-before-bag .dx-icon-toggle-delete{margin:2.5px 7.5px 2.5px 15px;width:14px;height:14px}.dx-device-mobile .dx-list-item-before-bag .dx-list-select-checkbox,.dx-device-mobile .dx-list-item-before-bag .dx-list-select-radiobutton{margin-top:1px;margin-bottom:-3px;margin-left:15px}.dx-device-mobile .dx-list-select-all{padding:4px 0 3px}.dx-device-mobile .dx-list-select-all-checkbox{float:left;margin:-1px 5px -3px 15px}.dx-device-mobile .dx-list-select-all-label{line-height:16px;padding:0 5px;margin-top:-1px}.dx-device-mobile .dx-list-item-after-bag.dx-list-static-delete-button-container{width:33px}.dx-device-mobile .dx-list-item-after-bag.dx-list-reorder-handle-container{width:33.2px}.dx-device-mobile .dx-list-item-after-bag .dx-list-reorder-handle{font:14px/14px DXIcons;width:22.4px;height:22.4px;background-position:4px 4px;background-size:14px 14px;padding:4px;text-align:center}.dx-device-mobile .dx-list-item-after-bag .dx-list-reorder-handle:before{content:"\\f038"}.dx-device-mobile .dx-list-slide-menu-button{bottom:1px}.dx-device-mobile .dx-list-slide-menu-button-delete{border:1px solid transparent;color:#fff;background-color:#d9534f}.dx-device-mobile .dx-list-slide-menu-button-menu{border:1px solid transparent;color:#fff;background-color:#7ab8eb}.dx-device-mobile .dx-list-static-delete-button,.dx-device-mobile .dx-list-switchable-delete-button{margin-right:15px;padding:0}.dx-device-mobile .dx-list-static-delete-button .dx-button-content,.dx-device-mobile .dx-list-switchable-delete-button .dx-button-content{padding:1px}.dx-device-mobile .dx-list-context-menucontent{background-color:#fff;border:1px solid #e8eaeb;border-radius:0;-webkit-box-shadow:0 3px 10px rgba(0,0,0,.1);box-shadow:0 3px 10px rgba(0,0,0,.1)}.dx-device-mobile .dx-state-disabled.dx-list-item,.dx-device-mobile .dx-state-disabled .dx-list-item{background-color:transparent;opacity:.6}.dx-device-mobile .dx-rtl.dx-list .dx-empty-message,.dx-device-mobile .dx-rtl .dx-list .dx-empty-message{text-align:right}.dx-device-mobile .dx-rtl.dx-list .dx-list-item-before-bag .dx-icon-toggle-delete,.dx-device-mobile .dx-rtl .dx-list .dx-list-item-before-bag .dx-icon-toggle-delete{margin:2.5px 15px 2.5px 7.5px}.dx-device-mobile .dx-rtl.dx-list .dx-list-item-before-bag .dx-list-select-checkbox,.dx-device-mobile .dx-rtl .dx-list .dx-list-item-before-bag .dx-list-select-checkbox,.dx-device-mobile .dx-rtl.dx-list .dx-list-item-before-bag .dx-list-select-radiobutton,.dx-device-mobile .dx-rtl .dx-list .dx-list-item-before-bag .dx-list-select-radiobutton{margin-right:15px;margin-left:1px}.dx-device-mobile .dx-rtl.dx-list .dx-list-select-all-checkbox,.dx-device-mobile .dx-rtl .dx-list .dx-list-select-all-checkbox{float:right;margin-right:15px;margin-left:1px}.dx-device-mobile .dx-rtl.dx-list .dx-list-switchable-delete-button,.dx-device-mobile .dx-rtl .dx-list .dx-list-switchable-delete-button{margin-left:15px;margin-right:0}.dx-dropdownbutton .dx-button{overflow:hidden}.dx-dropdownbutton .dx-button-has-text .dx-icon.dx-icon-right{margin-left:4px;margin-right:0}.dx-dropdownbutton-toggle{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;max-width:20px}.dx-dropdownbutton-action{min-width:0}.dx-dropdownbutton-popup-wrapper{height:100%}.dx-dropdownbutton-popup-wrapper.dx-popup-wrapper .dx-overlay-content{border-top-width:0;border-bottom-width:1px}.dx-dropdownbutton-popup-wrapper.dx-popup-wrapper .dx-overlay-content.dx-dropdowneditor-overlay-flipped{border-top-width:1px;border-bottom-width:0}.dx-dropdownbutton-popup-wrapper .dx-popup-content{height:100%;padding:1px}.dx-dropdownbutton-popup-wrapper .dx-list{height:100%;min-height:26.00008px}.dx-dropdownbutton-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled){min-height:20.00008px}.dx-dropdownbutton-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content{padding:2px 4px}.dx-dropdownbutton-popup-wrapper .dx-list-select-all{padding:7px 0 3px}.dx-dropdownbutton-popup-wrapper .dx-empty-message,.dx-dropdownbutton-popup-wrapper .dx-list-item{border-top:0}.dx-dropdownbutton-popup-wrapper .dx-empty-message:last-of-type,.dx-dropdownbutton-popup-wrapper .dx-list-item:last-of-type{border-bottom:none}.dx-popover-wrapper.dx-position-bottom .dx-popover-arrow:after{background:#fff}.dx-popover-wrapper .dx-popup-title{margin:0}.dx-popover-wrapper .dx-popup-title.dx-toolbar{padding-left:15px}.dx-popover-wrapper .dx-popover-arrow:after,.dx-popover-wrapper.dx-popover-without-title .dx-popover-arrow:after{background:#fff}.dx-popover-arrow:after{border:1px solid #e8eaeb}.dx-popover-wrapper .dx-rtl.dx-popup-title.dx-toolbar{padding-right:15px;padding-left:0}.dx-actionsheet-container .dx-actionsheet-item{margin:0 0 5px}.dx-actionsheet-container .dx-button,.dx-button.dx-actionsheet-cancel{margin:0}.dx-dropdownmenu-popup-wrapper .dx-overlay-content .dx-popup-content{padding:1px}.dx-dropdownmenu-popup-wrapper .dx-dropdownmenu-list{border-radius:8px}.dx-dropdownmenu-popup-wrapper .dx-list-item{border-top:0}.dx-dropdownlist-popup-wrapper{height:100%}.dx-dropdownlist-popup-wrapper.dx-popup-wrapper .dx-overlay-content{border-top-width:0;border-bottom-width:1px}.dx-dropdownlist-popup-wrapper.dx-popup-wrapper .dx-overlay-content.dx-dropdowneditor-overlay-flipped{border-top-width:1px;border-bottom-width:0}.dx-dropdownlist-popup-wrapper .dx-popup-content{height:100%;padding:1px}.dx-dropdownlist-popup-wrapper .dx-list{height:100%;min-height:26.00008px}.dx-dropdownlist-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled){min-height:20.00008px}.dx-dropdownlist-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content{padding:2px 4px}.dx-dropdownlist-popup-wrapper .dx-list-select-all{padding:7px 0 3px}.dx-dropdownlist-popup-wrapper .dx-empty-message,.dx-dropdownlist-popup-wrapper .dx-list-item{border-top:0}.dx-dropdownlist-popup-wrapper .dx-empty-message:last-of-type,.dx-dropdownlist-popup-wrapper .dx-list-item:last-of-type{border-bottom:none}.dx-autocomplete .dx-texteditor-input{font-size:1em}.dx-autocomplete.dx-invalid .dx-texteditor-container:after,.dx-autocomplete.dx-valid .dx-texteditor-container:after{right:4px}.dx-rtl.dx-autocomplete.dx-invalid .dx-texteditor-container:after,.dx-rtl .dx-autocomplete.dx-invalid .dx-texteditor-container:after,.dx-rtl.dx-autocomplete.dx-valid .dx-texteditor-container:after,.dx-rtl .dx-autocomplete.dx-valid .dx-texteditor-container:after{left:4px}.dx-autocomplete.dx-validation-pending .dx-texteditor-container .dx-pending-indicator{right:4px}.dx-rtl.dx-autocomplete.dx-validation-pending .dx-texteditor-container .dx-pending-indicator,.dx-rtl .dx-autocomplete.dx-validation-pending .dx-texteditor-container .dx-pending-indicator{left:4px}.dx-numberbox-spin-container{overflow:hidden;width:20px;border-radius:2px}.dx-numberbox-spin-up-icon{font:14px/1 DXIcons;color:#99a1a8}.dx-numberbox-spin-up-icon:before{content:"\\f002"}.dx-numberbox-spin-down-icon{font:14px/1 DXIcons;color:#99a1a8}.dx-numberbox-spin-down-icon:before{content:"\\f001"}.dx-numberbox-spin-down-icon,.dx-numberbox-spin-up-icon{font-size:14px;text-align:center;line-height:14px;border-radius:1px}.dx-numberbox-spin-down-icon:before,.dx-numberbox-spin-up-icon:before{position:absolute;display:block;width:14px;top:50%;margin-top:-7px;left:50%;margin-left:-7px}.dx-numberbox-spin-button{padding:1px}.dx-editor-underlined .dx-numberbox-spin-button{background:0 0}.dx-state-hover.dx-numberbox-spin-button .dx-numberbox-spin-down-icon,.dx-state-hover.dx-numberbox-spin-button .dx-numberbox-spin-up-icon{-webkit-box-shadow:0 0 0 1px transparent inset;box-shadow:inset 0 0 0 1px transparent;background-color:#e6e6e6}.dx-state-active.dx-numberbox-spin-button .dx-numberbox-spin-down-icon,.dx-state-active.dx-numberbox-spin-button .dx-numberbox-spin-up-icon{background-color:#b3b3b3;color:#333}.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-container{width:60px;border-left:none}.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-down-icon,.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-up-icon{background-position:50%}.dx-numberbox.dx-rtl.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-container,.dx-rtl .dx-numberbox.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-container{border-right:none}.dx-numberbox.dx-rtl.dx-numberbox-spin .dx-texteditor-input,.dx-rtl .dx-numberbox.dx-numberbox-spin .dx-texteditor-input{padding-right:5px}.dx-timeview{height:auto;width:auto}.dx-timeview-clock{min-height:169px;min-width:169px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'191\' height=\'191\'%3E%3Cpath fill=\'%23636363\' d=\'M95.5 0C42.8 0 0 42.8 0 95.5S42.8 191 95.5 191 191 148.2 191 95.5 148.2 0 95.5 0zm0 187.6c-50.848 0-92.1-41.25-92.1-92.1 0-50.848 41.252-92.1 92.1-92.1 50.85 0 92.1 41.252 92.1 92.1 0 50.85-41.25 92.1-92.1 92.1z\'/%3E%3Cg fill=\'%23636363\'%3E%3Cpath d=\'M92.9 10v8.6H91v-6.5c-.1.1-.2.2-.4.3-.2.1-.3.2-.4.2-.1 0-.3.1-.5.2s-.3.1-.5.1v-1.6c.5-.1.9-.3 1.4-.5.5-.2.8-.5 1.2-.7h1.1V10zM97.1 17.1h3.602v1.5h-5.6V18c0-.4.1-.8.2-1.2.1-.4.3-.6.5-.9.2-.3.5-.5.7-.7.2-.2.5-.4.7-.6.199-.2.5-.3.6-.5.102-.2.301-.3.5-.5.2-.2.2-.3.301-.5.101-.2.101-.3.101-.5 0-.4-.101-.6-.3-.8-.2-.2-.4-.3-.801-.3-.699 0-1.399.3-2.101.9v-1.6c.7-.5 1.5-.7 2.5-.7.399 0 .8.1 1.101.2.301.1.601.3.899.5.3.2.399.5.5.8.101.3.2.6.2 1s-.102.7-.2 1c-.099.3-.3.6-.5.8-.2.2-.399.5-.7.7-.3.2-.5.4-.8.6-.2.1-.399.3-.5.4s-.3.3-.5.4-.2.3-.3.4c-.102.1-.102.1-.102.2z\'/%3E%3C/g%3E%3Cpath fill=\'%23636363\' d=\'M15 95.4c0 .7-.1 1.4-.2 2-.1.6-.4 1.1-.7 1.5-.3.4-.7.7-1.2.9s-1 .3-1.5.3c-.7 0-1.3-.1-1.8-.3v-1.5c.4.3 1 .4 1.6.4.6 0 1.1-.2 1.5-.7.4-.5.5-1.1.5-1.9-.4.6-.9.8-1.7.8-.3 0-.7-.102-1-.2-.3-.101-.5-.3-.8-.5-.3-.2-.4-.5-.5-.8-.1-.3-.2-.7-.2-1 0-.4.1-.8.2-1.2.1-.4.3-.7.6-.9.3-.2.6-.5.9-.6.3-.1.8-.2 1.2-.2.5 0 .9.1 1.2.3.3.2.7.4.9.8s.5.7.6 1.2.4 1 .4 1.6zm-1.9-1c0-.2 0-.4-.1-.6-.1-.2-.1-.4-.2-.5-.1-.1-.2-.2-.4-.3-.2-.1-.3-.1-.5-.1s-.3 0-.4.1-.3.2-.3.3c0 .1-.2.3-.2.4 0 .1-.1.4-.1.6 0 .2 0 .4.1.6.1.2.1.3.2.4.1.1.2.2.4.3.2.1.3.1.5.1s.3 0 .4-.1l.3-.3c.1-.1.2-.2.2-.4s.1-.3.1-.5zM176 99.7v-1.6c.6.4 1.2.602 2 .602.5 0 .8-.102 1.1-.301.301-.199.4-.5.4-.801 0-.398-.2-.699-.5-.898-.3-.2-.8-.301-1.3-.301h-.802V95h.701c1.101 0 1.601-.4 1.601-1.1 0-.7-.4-1-1.302-1-.6 0-1.1.2-1.6.5v-1.5c.6-.3 1.301-.4 2.1-.4.9 0 1.5.2 2 .6s.701.9.701 1.5c0 1.1-.601 1.8-1.701 2.1.602.1 1.102.3 1.4.6s.5.8.5 1.3c0 .801-.3 1.4-.9 1.9-.6.5-1.398.7-2.398.7-.8-.1-1.5-.2-2-.5zM98.5 179.102c0 .398-.1.799-.2 1.199-.1.399-.3.699-.6.899s-.601.5-.9.601c-.3.1-.7.199-1.2.199s-.9-.1-1.3-.3c-.4-.2-.7-.399-.9-.8-.2-.4-.5-.7-.6-1.2-.1-.5-.2-1-.2-1.601 0-.699.1-1.399.3-2 .2-.601.4-1.101.8-1.5s.7-.699 1.2-1c.5-.3 1-.3 1.6-.3.6 0 1.2.101 1.5.199v1.5c-.4-.199-.9-.399-1.4-.399-.3 0-.6.101-.8.2-.2.101-.5.3-.7.5-.2.199-.3.5-.4.8-.1.301-.2.7-.2 1.101.4-.601 1-.8 1.8-.8.3 0 .7.1.9.199.2.101.5.301.7.5.199.2.398.5.5.801.1.3.1.8.1 1.202zm-1.8.098c0-.899-.4-1.399-1.1-1.399-.2 0-.3 0-.5.1-.2.101-.3.201-.4.301-.1.101-.2.199-.2.4 0 .199-.1.299-.1.5 0 .199 0 .398.1.6s.1.3.2.5c.1.199.2.199.4.3.2.101.3.101.5.101s.3 0 .5-.101.301-.199.301-.3c0-.1.199-.301.199-.399 0-.103.1-.403.1-.603z\'/%3E%3Ccircle fill=\'%23636363\' cx=\'95\' cy=\'95\' r=\'7\'/%3E%3C/svg%3E") 50% 50%/161px no-repeat}.dx-timeview-hourarrow{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'5\' height=\'57\'%3E%3Cpath fill=\'%23636363\' d=\'M5 54c0 1.7-1.1 3-2.5 3S0 55.7 0 54V3c0-1.6 1.1-3 2.5-3S5 1.4 5 3v51z\'/%3E%3C/svg%3E");background-size:5px 37px}.dx-timeview-minutearrow{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'5\' height=\'79\'%3E%3Cpath fill=\'%23636363\' d=\'M5 76c0 1.7-1.1 3-2.5 3S0 77.7 0 76V3c0-1.6 1.1-3 2.5-3S5 1.4 5 3v73z\'/%3E%3C/svg%3E");background-size:5px 69px}.dx-timeview-format12{width:55px;margin-left:5px;margin-right:auto}.dx-rtl .dx-timeview-format12,.dx-timeview-format12.dx-rtl{margin-left:auto;margin-right:5px}.dx-timeview-time-separator{margin:0 5px}.dx-timeview-field{min-height:32px}.dx-timeview-field .dx-numberbox{width:54px}.dx-timeview-field .dx-numberbox.dx-numberbox-spin-touch-friendly{width:94px}.dx-dateview-rollers{width:auto;text-align:center;display:block}.dx-dateviewroller-current .dx-dateview-item{-webkit-transition:font-size .2s ease-out;transition:font-size .2s ease-out}.dx-dateviewroller{min-width:4em;text-align:center;display:inline-block}.dx-dateviewroller .dx-button{display:none}.dx-dateviewroller .dx-scrollable-content:after,.dx-dateviewroller .dx-scrollable-content:before{content:"";height:59px;display:block}.dx-dateviewroller .dx-scrollable-container{height:152px}.dx-dateviewroller.dx-dateviewroller-year{min-width:4.85em}.dx-dateviewroller.dx-state-active .dx-button{display:none}.dx-dateviewroller-month{min-width:12em}.dx-dateviewroller-hours:after{content:":";font-size:2.2em;position:absolute;right:-9%;font-weight:700;top:37%;color:#333}.dx-dateviewroller-hours .dx-dateview-item-selected-frame{padding-left:20%}.dx-dateviewroller-minutes .dx-dateview-item-selected-frame{width:80%}.dx-dateview-item{height:34px;line-height:34px;text-align:center;font-size:1.3em;color:#333}.dx-dateview-item-selected{font-size:2.2em}.dx-rtl.dx-dateviewroller-hours:after{left:-9%;right:auto}.dx-dateview-item-selected-frame{position:absolute;top:59px;width:100%}.dx-dateview-item-selected-frame:after,.dx-dateview-item-selected-frame:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;content:"";display:block;width:100%;position:absolute;height:59px}.dx-dateview-item-selected-frame:before{top:-59px;border-bottom:1px solid #e8eaeb;background-repeat:no-repeat;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,hsla(0,0%,100%,0)),color-stop(60%,hsla(0,0%,100%,.8)));background-image:linear-gradient(0deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.8) 60%)}.dx-dateview-item-selected-frame:after{top:34px;border-top:1px solid #e8eaeb;background-repeat:no-repeat;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,hsla(0,0%,100%,0)),color-stop(60%,hsla(0,0%,100%,.8)));background-image:linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.8) 60%)}.dx-dateview-compact .dx-dateview-rollers,.dx-device-phone .dx-dateview-rollers,.dx-device-tablet .dx-dateview-rollers{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.dx-dateview-compact .dx-dateviewroller-month,.dx-device-phone .dx-dateviewroller-month,.dx-device-tablet .dx-dateviewroller-month{min-width:4em}.dx-dateview-compact .dx-dateview-item,.dx-device-phone .dx-dateview-item,.dx-device-tablet .dx-dateview-item{font-size:1.1em}.dx-dateview-compact .dx-dateview-item-selected,.dx-device-phone .dx-dateview-item-selected,.dx-device-tablet .dx-dateview-item-selected{font-size:1.4em}.dx-calendar{width:232px;min-width:232px;height:225.4px;min-height:225.4px;background-color:#fff;-webkit-tap-highlight-color:transparent;outline:0;border:1px solid transparent}.dx-calendar.dx-calendar-with-footer{height:270.4px;min-height:240.4px}.dx-calendar.dx-calendar-with-footer .dx-calendar-body{bottom:45px}.dx-calendar.dx-calendar-with-footer .dx-calendar-footer{text-align:center;height:35px;width:100%}.dx-calendar.dx-calendar-with-footer .dx-calendar-footer .dx-button{background:0 0}.dx-calendar.dx-calendar-with-footer .dx-calendar-footer .dx-button.dx-state-active{background-color:#d4d4d4}.dx-calendar-navigator{line-height:1.6;height:30px;display:table;border-collapse:collapse}.dx-calendar-navigator .dx-button{height:100%;border-radius:0;display:table-cell;border-color:#e8eaeb}.dx-calendar-navigator .dx-button .dx-icon{font-size:14px}.dx-calendar-navigator .dx-button.dx-calendar-disabled-navigator-link{border-collapse:collapse;visibility:visible;opacity:1}.dx-calendar-navigator .dx-button.dx-calendar-disabled-navigator-link .dx-button-content{opacity:.5}.dx-calendar-navigator .dx-button.dx-state-active:not(.dx-calendar-disabled-navigator-link){z-index:1}.dx-calendar-navigator .dx-button.dx-state-hover:not(.dx-calendar-disabled-navigator-link){z-index:1;border-color:#e8eaeb}.dx-calendar-navigator .dx-calendar-caption-button{font-size:14px;font-weight:700;line-height:1.2;text-transform:uppercase;right:24px;left:24px}.dx-calendar-navigator .dx-calendar-caption-button.dx-button.dx-state-active{background-color:#d4d4d4}.dx-calendar-navigator .dx-calendar-caption-button.dx-button .dx-button-content{padding:3px;color:#7ab8eb}.dx-calendar-navigator-previous-month.dx-state-hover{z-index:1}.dx-calendar-navigator-next-view,.dx-calendar-navigator-previous-month{width:24px;background:0 0}.dx-calendar-navigator-next-view.dx-button,.dx-calendar-navigator-previous-month.dx-button{margin:0 1px}.dx-calendar-navigator-next-view .dx-button-content,.dx-calendar-navigator-previous-month .dx-button-content{padding:0}.dx-calendar-navigator-previous-month,.dx-calendar-navigator-previous-view{left:0}.dx-calendar-navigator-previous-month.dx-button,.dx-calendar-navigator-previous-view.dx-button{border-radius:2px 0 0 2px}.dx-calendar-navigator-previous-month.dx-button .dx-icon,.dx-calendar-navigator-previous-view.dx-button .dx-icon{color:#7ab8eb}.dx-calendar-navigator-next-month,.dx-calendar-navigator-next-view{right:0}.dx-calendar-navigator-next-month.dx-button,.dx-calendar-navigator-next-view.dx-button{border-radius:0 2px 2px 0}.dx-calendar-navigator-next-month.dx-button .dx-icon,.dx-calendar-navigator-next-view.dx-button .dx-icon{color:#7ab8eb}.dx-calendar-body{top:42px}.dx-calendar-body thead{font-size:10px;font-weight:700;text-transform:uppercase;line-height:1.2}.dx-calendar-body thead tr{height:25px;padding-bottom:10px}.dx-calendar-body thead tr th{-webkit-box-shadow:inset 0 -1px 0 #e8eaeb;box-shadow:inset 0 -1px 0 #e8eaeb;color:#99a1a8}.dx-calendar-body table{border-spacing:0}.dx-calendar-body table th{color:#99a1a8;text-align:center;font-size:10px;padding:1px 0 2px}.dx-calendar-cell{text-align:center;padding:1px 3px 2px;color:#333;font-size:13px;border:1px double transparent;width:39px;border-radius:2px}.dx-calendar-cell.dx-calendar-today{font-weight:700}.dx-calendar-cell.dx-state-hover{-webkit-box-shadow:inset 0 -1px 0 1000px #edf0f2;box-shadow:inset 0 -1px 0 1000px #edf0f2;color:#333}.dx-calendar-cell.dx-calendar-empty-cell:not(.dx-calendar-selected-date),.dx-calendar-cell.dx-calendar-empty-cell:not(.dx-calendar-selected-date).dx-state-active,.dx-calendar-cell.dx-calendar-empty-cell:not(.dx-calendar-selected-date).dx-state-hover,.dx-calendar-cell.dx-calendar-other-view:not(.dx-calendar-selected-date),.dx-calendar-cell.dx-calendar-other-view:not(.dx-calendar-selected-date).dx-state-active,.dx-calendar-cell.dx-calendar-other-view:not(.dx-calendar-selected-date).dx-state-hover{color:#b0b0b0}.dx-calendar-cell.dx-calendar-empty-cell{cursor:default;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAm0lEQVRIx7XVwQnAIAwF0ExSdBF1a6Er9dIRqsVAazWJmh4+iuBT4YMQ4w4pWxk1clt5YlOOFKeAumJZXAgKOKIBb6yBv9AansU/aAsexZtoD5biXZSCOZxEObiHs6gErnERKoURP0uCZM9IpRB2WvDz+eIqzvRUhMNkT1mcQz1xsKfwWZTFV1ASX0W7uAbaxPOCUUBr3MBfn+kF3CNLT2/yky4AAAAASUVORK5CYII=) 50% no-repeat}.dx-calendar-cell.dx-calendar-empty-cell.dx-state-hover:not(.dx-calendar-selected-date){-webkit-box-shadow:none;box-shadow:none}.dx-calendar-cell.dx-state-active:not(.dx-calendar-empty-cell):not(.dx-calendar-selected-date){-webkit-box-shadow:inset 0 -1px 0 1000px rgba(96,96,96,.2);box-shadow:inset 0 -1px 0 1000px rgba(96,96,96,.2)}.dx-calendar-cell.dx-calendar-contoured-date:not(.dx-calendar-empty-cell){-webkit-box-shadow:inset 0 0 0 1px #c7cccf;box-shadow:inset 0 0 0 1px #c7cccf}.dx-calendar-cell.dx-calendar-selected-date,.dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today{color:#fff;-webkit-box-shadow:inset 0 0 0 1000px #7ab8eb;box-shadow:inset 0 0 0 1000px #7ab8eb;font-weight:400}.dx-calendar-cell.dx-calendar-selected-date.dx-calendar-contoured-date,.dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today.dx-calendar-contoured-date{-webkit-box-shadow:inset 0 0 0 1px #c7cccf,inset 0 0 0 1000px #7ab8eb;box-shadow:inset 0 0 0 1px #c7cccf,inset 0 0 0 1000px #7ab8eb}.dx-invalid.dx-calendar{border-color:rgba(217,83,79,.4)}.dx-invalid.dx-calendar.dx-state-focused{border-color:#d9534f}.dx-popup-wrapper .dx-calendar .dx-calendar-caption-button{margin:0}.dx-datebox-wrapper .dx-popup-title{min-height:10px;border-bottom:none;background:0 0}.dx-datebox-wrapper .dx-item{border:none}.dx-datebox-wrapper .dx-popup-bottom .dx-button{min-width:60px;width:auto}.dx-datebox-wrapper-rollers.dx-datebox-wrapper-time .dx-popup-content{margin:0 14px}.dx-datebox-wrapper-list .dx-overlay-content{border-top:none}.dx-device-phone .dx-datebox-wrapper-rollers .dx-popup-content{padding:10px}.dx-datebox-calendar .dx-dropdowneditor-icon{font:14px/14px DXIcons;width:22px;height:100%;text-align:center;border-radius:1px}.dx-datebox-calendar .dx-dropdowneditor-icon:before{content:"\\f026";position:absolute;display:block;width:14px;top:50%;margin-top:-7px;left:50%;margin-left:-7px}.dx-datebox-calendar.dx-rtl.dx-dropdowneditor-active .dx-dropdowneditor-button .dx-dropdowneditor-icon{opacity:1}.dx-datebox-calendar.dx-rtl.dx-editor-underlined{padding-right:0}.dx-datebox-wrapper-calendar .dx-popup-content{padding:0;margin:0 7.5px}.dx-datebox-wrapper-calendar .dx-calendar{border:none;margin:15px 7.5px}.dx-datebox-wrapper-calendar .dx-datebox-container-cell{margin-right:15px;margin-bottom:15px}.dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-calendar{margin-bottom:7.5px}.dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-timeview{margin:15px 7.5px 7.5px}.dx-datebox-adaptivity-mode.dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-timeview{margin:0 7.5px 7.5px}.dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-datebox-container-cell{margin-top:-1px;margin-right:15px}@media (max-width:320px){.dx-datebox-wrapper-calendar .dx-calendar{margin:15px}}.dx-rtl .dx-datebox-wrapper .dx-popup-bottom .dx-toolbar-button+.dx-toolbar-button .dx-button{margin-right:5px;margin-left:0}.dx-datebox-list .dx-dropdowneditor-icon{font:14px/14px DXIcons;width:22px;height:100%;text-align:center;border-radius:1px}.dx-datebox-list .dx-dropdowneditor-icon:before{content:"\\f01d";position:absolute;display:block;width:14px;top:50%;margin-top:-7px;left:50%;margin-left:-7px}.dx-datebox-wrapper-list .dx-popup-content{padding:0}.dx-datebox input[type=date]{line-height:normal}.dx-datebox.dx-auto-width .dx-texteditor-input,.dx-datebox:not(.dx-texteditor-empty).dx-auto-width .dx-texteditor-input{padding-right:20px}.dx-datebox.dx-auto-width.dx-rtl .dx-texteditor-input,.dx-datebox:not(.dx-texteditor-empty).dx-auto-width.dx-rtl .dx-texteditor-input{padding-right:5px;padding-left:20px}.dx-device-ios .dx-datebox.dx-texteditor-empty .dx-texteditor-input{min-height:23px}.dx-menu-item{color:#333}.dx-menu-item.dx-state-hover{color:#333;background-color:rgba(0,0,0,.04)}.dx-menu-item.dx-state-focused{background-color:#7ab8eb;color:#fff}.dx-menu-item.dx-menu-item-has-text .dx-icon{margin-right:-14px}.dx-menu-item-selected{background-color:#e6e6e6;color:#333}.dx-menu-item-selected.dx-state-focused{background-color:rgba(122,184,235,.7);color:#fff}.dx-menu-item-expanded{color:#333;background-color:rgba(0,0,0,.04)}.dx-menu-item-expanded,.dx-menu-item.dx-state-active,.dx-menu-item.dx-state-focused{outline:0}.dx-menu-base{color:#333;font-weight:400;font-size:12px}.dx-menu-base,.dx-menu-base input,.dx-menu-base textarea{font-family:"Helvetica Neue","Segoe UI",Helvetica,Verdana,sans-serif;line-height:1.33334}.dx-menu-base.dx-state-focused{outline:0}.dx-menu-base .dx-icon{width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;font-size:14px;text-align:center;line-height:14px}.dx-menu-base .dx-menu-item-content{padding:1px 3px 5px}.dx-menu-base .dx-menu-item-content .dx-menu-item-text{padding:0 23px 3px 17px}.dx-menu-base .dx-menu-item-content .dx-menu-item-popout{min-width:7px;min-height:7px}.dx-menu-base.dx-rtl .dx-menu-item-content .dx-menu-item-text{padding:0 17px 3px 23px}.dx-menu-base.dx-rtl .dx-menu-item-content .dx-icon{margin-left:auto;margin-right:auto}.dx-menu-base.dx-rtl .dx-menu-item-content .dx-menu-item-popout-container{margin-left:0;margin-right:auto}.dx-menu-base.dx-rtl .dx-menu-item-content .dx-menu-item-popout-container .dx-menu-item-popout{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.dx-menu-base.dx-rtl .dx-menu-item-has-text .dx-icon{margin-left:-14px}.dx-treeview-node-loadindicator{right:0;top:8px;left:-1px;width:11px;height:11px}.dx-rtl .dx-treeview-node .dx-checkbox{left:auto}.dx-treeview.dx-rtl.dx-treeview-border-visible .dx-treeview-select-all-item{padding-left:0;padding-right:20px}.dx-treeview.dx-rtl.dx-treeview-border-visible .dx-scrollable-content>.dx-treeview-node-container{padding-left:1px;padding-right:6px}.dx-treeview.dx-rtl .dx-treeview-node{padding-right:10px}.dx-treeview.dx-rtl .dx-treeview-item .dx-icon{margin-left:5px}.dx-treeview.dx-rtl .dx-treeview-item-with-checkbox .dx-treeview-item{padding-right:31px}.dx-treeview.dx-rtl .dx-treeview-item-with-checkbox .dx-checkbox{right:14px;overflow:visible}.dx-treeview.dx-rtl .dx-treeview-select-all-item{padding-left:0;padding-right:14px}.dx-treeview.dx-rtl .dx-treeview-select-all-item .dx-checkbox-text{padding-left:0;padding-right:26px}.dx-treeview.dx-rtl .dx-treeview-toggle-item-visibility{right:-4px}.dx-treeview-search{margin-bottom:3px}.dx-treeview-with-search>.dx-scrollable{height:calc(100% - 29px)}.dx-treeview-border-visible{border:1px solid #e8eaeb}.dx-treeview-border-visible .dx-treeview-select-all-item{padding-left:20px}.dx-treeview-border-visible .dx-scrollable-content>.dx-treeview-node-container{padding:1px 1px 1px 6px}.dx-treeview-select-all-item{margin:0 0 6px;border-bottom:1px solid #e8eaeb;padding:6px 0 8px 15px}.dx-treeview-select-all-item .dx-checkbox-text{padding-left:26px}.dx-treeview-node{padding-left:10px}.dx-state-selected>.dx-treeview-item{color:#333}.dx-treeview-item-with-checkbox .dx-treeview-item{color:#333;padding-left:31px}.dx-treeview-item-with-checkbox .dx-checkbox{top:5px;left:14px}.dx-treeview-item-with-checkbox.dx-state-focused>.dx-checkbox .dx-checkbox-icon{border:1px solid #7ab8eb}.dx-treeview-item-without-checkbox.dx-state-selected>.dx-treeview-item{color:#333;background-color:rgba(0,0,0,.1)}.dx-treeview-item-without-checkbox.dx-state-selected:not(.dx-state-focused)>.dx-treeview-item.dx-state-hover{background-color:rgba(0,0,0,.15)}.dx-treeview-item-without-checkbox.dx-state-focused>.dx-treeview-item{background-color:#7ab8eb;color:#fff}.dx-treeview-item{padding:4px 6px;min-height:28px}.dx-treeview-item .dx-icon{width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;font-size:14px;text-align:center;line-height:14px}.dx-treeview-item.dx-state-hover{background-color:rgba(0,0,0,.04);color:#333}.dx-treeview-toggle-item-visibility{font:18px/18px DXIcons;text-align:center;color:#99a1a8;width:16px;height:28px;top:0;left:-4px}.dx-treeview-toggle-item-visibility:before{content:"\\f04e";position:absolute;display:block;width:18px;top:50%;margin-top:-9px;left:50%;margin-left:-9px}.dx-treeview-toggle-item-visibility.dx-treeview-toggle-item-visibility-opened{font:18px/18px DXIcons;text-align:center}.dx-treeview-toggle-item-visibility.dx-treeview-toggle-item-visibility-opened:before{content:"\\f001";position:absolute;display:block;width:18px;top:50%;margin-top:-9px;left:50%;margin-left:-9px}.dx-context-menu-container-border{background-color:transparent;border:1px solid #e8eaeb;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.15);box-shadow:0 1px 1px rgba(0,0,0,.15)}.dx-context-menu-content-delimiter{background-color:#fff}.dx-menu{color:#333}.dx-menu .dx-menu-item-expanded{background-color:#fff}.dx-menu .dx-menu-item-has-icon.dx-menu-item-has-submenu .dx-icon{margin:0 17px 0 1px}.dx-menu .dx-menu-item-has-text .dx-menu-item-text{padding:0 3px 3px}.dx-menu .dx-menu-item-has-text.dx-menu-item-has-icon .dx-icon{margin:0 1px}.dx-menu .dx-menu-item-has-text.dx-menu-item-has-submenu .dx-menu-item-text{padding:0 17px 3px 3px}.dx-menu .dx-menu-horizontal .dx-menu-item-popout{font:14px/14px DXIcons;text-align:center}.dx-menu .dx-menu-horizontal .dx-menu-item-popout:before{content:"\\f001";position:absolute;display:block;width:14px;top:50%;margin-top:-7px;left:50%;margin-left:-7px}.dx-menu .dx-menu-vertical .dx-menu-item-popout{font:14px/14px DXIcons;text-align:center}.dx-menu .dx-menu-vertical .dx-menu-item-popout:before{content:"\\f04e";position:absolute;display:block;width:14px;top:50%;margin-top:-7px;left:50%;margin-left:-7px}.dx-menu.dx-rtl .dx-menu-item-has-icon.dx-menu-item-has-submenu .dx-icon{margin:0 1px 0 17px}.dx-menu.dx-rtl .dx-menu-item-has-text .dx-menu-item-text{padding:0 3px 3px 0}.dx-menu.dx-rtl .dx-menu-item-has-text.dx-menu-item-has-submenu .dx-menu-item-text{padding:0 3px 3px 17px}.dx-menu-adaptive-mode{background-color:#fff}.dx-menu-adaptive-mode .dx-treeview{border:1px solid #e8eaeb;border-radius:2px}.dx-menu-adaptive-mode .dx-treeview,.dx-menu-adaptive-mode .dx-treeview.dx-state-focused{-webkit-box-shadow:0 3px 10px rgba(0,0,0,.1);box-shadow:0 3px 10px rgba(0,0,0,.1)}.dx-menu-adaptive-mode .dx-treeview-toggle-item-visibility{font-size:18px}.dx-menu-adaptive-mode .dx-treeview-node.dx-state-focused .dx-treeview-node .dx-treeview-toggle-item-visibility{color:inherit}.dx-menu-adaptive-mode .dx-treeview-node.dx-state-focused .dx-treeview-toggle-item-visibility{color:#fff}.dx-menu-adaptive-mode .dx-treeview-node-container:first-child>.dx-treeview-node{border-bottom:1px solid #e8eaeb}.dx-selectbox-popup-wrapper .dx-overlay-content{-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dx-selectbox-popup-wrapper .dx-list,.dx-toolbar{background-color:#fff}.dx-toolbar{color:#333;padding:0;overflow:visible}.dx-toolbar .dx-toolbar-before{padding-right:15px}.dx-rtl.dx-toolbar .dx-toolbar-before{padding-right:0;padding-left:15px}.dx-toolbar .dx-toolbar-after{padding-left:15px}.dx-rtl.dx-toolbar .dx-toolbar-after{padding-left:0;padding-right:15px}.dx-toolbar .dx-toolbar-after:empty,.dx-toolbar .dx-toolbar-before:empty{padding:0}.dx-toolbar .dx-toolbar-items-container{height:26px;overflow:visible}.dx-toolbar .dx-toolbar-menu-container{padding:0 0 0 5px}.dx-rtl.dx-toolbar .dx-toolbar-menu-container,.dx-toolbar .dx-toolbar-item{padding:0 5px 0 0}.dx-toolbar .dx-toolbar-item.dx-toolbar-first-in-group{padding-left:20px}.dx-toolbar .dx-toolbar-item:last-child{padding:0}.dx-rtl.dx-toolbar .dx-toolbar-item{padding:0 0 0 5px}.dx-rtl.dx-toolbar .dx-toolbar-item:last-child{padding:0}.dx-toolbar .dx-toolbar-label{font-size:18px}.dx-device-mobile .dx-toolbar{padding:0;overflow:visible}.dx-device-mobile .dx-toolbar .dx-toolbar-before{padding-right:15px}.dx-rtl.dx-device-mobile .dx-toolbar .dx-toolbar-before{padding-right:0;padding-left:15px}.dx-device-mobile .dx-toolbar .dx-toolbar-after{padding-left:15px}.dx-rtl.dx-device-mobile .dx-toolbar .dx-toolbar-after{padding-left:0;padding-right:15px}.dx-device-mobile .dx-toolbar .dx-toolbar-after:empty,.dx-device-mobile .dx-toolbar .dx-toolbar-before:empty{padding:0}.dx-device-mobile .dx-toolbar .dx-toolbar-items-container{height:36px;overflow:visible}.dx-device-mobile .dx-toolbar .dx-toolbar-menu-container{padding:0 0 0 5px}.dx-device-mobile .dx-toolbar .dx-toolbar-item,.dx-rtl.dx-device-mobile .dx-toolbar .dx-toolbar-menu-container{padding:0 5px 0 0}.dx-device-mobile .dx-toolbar .dx-toolbar-item.dx-toolbar-first-in-group{padding-left:20px}.dx-device-mobile .dx-toolbar .dx-toolbar-item:last-child{padding:0}.dx-rtl.dx-device-mobile .dx-toolbar .dx-toolbar-item{padding:0 0 0 5px}.dx-rtl.dx-device-mobile .dx-toolbar .dx-toolbar-item:last-child{padding:0}.dx-device-mobile .dx-toolbar .dx-toolbar-label{font-size:20px}.dx-toolbar.dx-state-disabled{opacity:1}.dx-toolbar.dx-toolbar-compact .dx-button{min-width:auto}.dx-toolbar-after .dx-toolbar-item,.dx-toolbar-after .dx-toolbar-item:last-child{padding:0 0 0 5px}.dx-toolbar-after .dx-toolbar-item:first-child{padding:0}.dx-rtl.dx-toolbar-after .dx-toolbar-item:first-child{padding-left:5px}.dx-device-mobile .dx-toolbar-after .dx-toolbar-item,.dx-device-mobile .dx-toolbar-after .dx-toolbar-item:last-child{padding:0 0 0 5px}.dx-device-mobile .dx-toolbar-after .dx-toolbar-item:first-child{padding:0}.dx-rtl.dx-device-mobile .dx-toolbar-after .dx-toolbar-item:first-child{padding-left:5px}.dx-toolbar-background{background-color:#fff}.dx-toolbar-menu-section{border-bottom:1px solid #e8eaeb}.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button-content,.dx-toolbar-menu-section .dx-toolbar-item-auto-hide .dx-button-content{padding:0}.dx-toolbar-menu-section .dx-button-content{padding:4px}.dx-toolbar-menu-section .dx-toolbar-item-auto-hide{padding:5px 10px}.dx-toolbar-text-auto-hide .dx-button .dx-button-content{padding:5px}.dx-toolbar-text-auto-hide .dx-button .dx-icon{width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;font-size:14px;text-align:center;line-height:14px;margin-right:0;margin-left:0}.dx-rtl.dx-toolbar-text-auto-hide .dx-button .dx-icon,.dx-rtl .dx-toolbar-text-auto-hide .dx-button .dx-icon,.dx-rtl.dx-toolbar-text-auto-hide .dx-button .dx-icon.dx-icon-right,.dx-rtl .dx-toolbar-text-auto-hide .dx-button .dx-icon.dx-icon-right,.dx-toolbar-text-auto-hide .dx-button .dx-icon.dx-icon-right{margin-left:0;margin-right:0}.dx-toolbar .dx-tab{padding:4px}.dx-toolbar-button .dx-menu .dx-menu-item{border:1px solid transparent;border-radius:2px}.dx-toolbar-button .dx-menu .dx-menu-item .dx-menu-item-content{padding-top:4px;padding-bottom:4px;line-height:0}.dx-toolbar-button .dx-menu .dx-menu-item .dx-menu-item-content .dx-menu-item-text{line-height:normal}.dx-toolbar-hidden-button-group{margin-top:5px;margin-bottom:5px}.dx-toolbar-hidden-button-group .dx-buttongroup-wrapper .dx-buttongroup-item.dx-button .dx-button-content{padding:5px 10px}.dx-popup-wrapper>.dx-overlay-content{border:1px solid #e8eaeb;background:#fff;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);border-radius:4px}.dx-popup-wrapper>.dx-popup-fullscreen{border-radius:0}.dx-popup-title{position:relative;padding:2px 10px;min-height:28px;border-bottom:1px solid #e8eaeb;background:0 0;color:#333}.dx-popup-title.dx-toolbar{padding:2px 10px;overflow:visible;-webkit-box-shadow:none;box-shadow:none}.dx-popup-title.dx-toolbar .dx-toolbar-before{padding-right:15px}.dx-rtl.dx-popup-title.dx-toolbar .dx-toolbar-before{padding-right:0;padding-left:15px}.dx-popup-title.dx-toolbar .dx-toolbar-after{padding-left:15px}.dx-rtl.dx-popup-title.dx-toolbar .dx-toolbar-after{padding-left:0;padding-right:15px}.dx-popup-title.dx-toolbar .dx-toolbar-after:empty,.dx-popup-title.dx-toolbar .dx-toolbar-before:empty{padding:0}.dx-popup-title.dx-toolbar .dx-toolbar-items-container{height:26px;overflow:visible}.dx-popup-title.dx-toolbar .dx-toolbar-menu-container{padding:0 0 0 5px}.dx-popup-title.dx-toolbar .dx-toolbar-item,.dx-rtl.dx-popup-title.dx-toolbar .dx-toolbar-menu-container{padding:0 5px 0 0}.dx-popup-title.dx-toolbar .dx-toolbar-item.dx-toolbar-first-in-group{padding-left:20px}.dx-popup-title.dx-toolbar .dx-toolbar-item:last-child{padding:0}.dx-rtl.dx-popup-title.dx-toolbar .dx-toolbar-item{padding:0 0 0 5px}.dx-rtl.dx-popup-title.dx-toolbar .dx-toolbar-item:last-child{padding:0}.dx-popup-title.dx-toolbar .dx-toolbar-label{font-size:18px}.dx-popup-title .dx-closebutton{display:block;border-radius:2px;background:0 0;width:19px;height:19px;margin:0 -4px 0 4px;border:1px solid transparent}.dx-popup-title .dx-closebutton .dx-button-content{padding:0}.dx-popup-title .dx-closebutton .dx-icon{-webkit-box-sizing:border-box;box-sizing:border-box;width:17px;height:17px;background-position:3px 3px;background-size:11px 11px;padding:3px;font-size:11px;text-align:center;line-height:11px}.dx-state-disabled.dx-popup-title .dx-closebutton .dx-icon,.dx-state-disabled .dx-popup-title .dx-closebutton .dx-icon{opacity:.6}.dx-state-disabled.dx-popup-title .dx-closebutton .dx-button-text,.dx-state-disabled .dx-popup-title .dx-closebutton .dx-button-text{opacity:.5}.dx-rtl .dx-popup-title .dx-closebutton{margin:0 4px 0 -4px}.dx-device-mobile .dx-popup-title .dx-closebutton{width:37px;height:37px;margin:0 -11px 0 11px}.dx-rtl .dx-device-mobile .dx-popup-title .dx-closebutton{margin:0 11px 0 -11px}.dx-device-mobile .dx-popup-title .dx-closebutton .dx-icon{width:35px;height:35px;background-position:10px 10px;background-size:15px 15px;padding:10px;font-size:15px;text-align:center;line-height:15px}.dx-popup-content{padding:10px}.dx-popup-content>.dx-button{margin:0 5px}.dx-popup-bottom{background:0 0;color:#333}.dx-popup-bottom.dx-toolbar{padding:10px;overflow:visible}.dx-popup-bottom.dx-toolbar .dx-toolbar-before{padding-right:15px}.dx-rtl.dx-popup-bottom.dx-toolbar .dx-toolbar-before{padding-right:0;padding-left:15px}.dx-popup-bottom.dx-toolbar .dx-toolbar-after{padding-left:15px}.dx-rtl.dx-popup-bottom.dx-toolbar .dx-toolbar-after{padding-left:0;padding-right:15px}.dx-popup-bottom.dx-toolbar .dx-toolbar-after:empty,.dx-popup-bottom.dx-toolbar .dx-toolbar-before:empty{padding:0}.dx-popup-bottom.dx-toolbar .dx-toolbar-items-container{height:26px;overflow:visible}.dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container{padding:0 0 0 5px}.dx-popup-bottom.dx-toolbar .dx-toolbar-item,.dx-rtl.dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container{padding:0 5px 0 0}.dx-popup-bottom.dx-toolbar .dx-toolbar-item.dx-toolbar-first-in-group{padding-left:20px}.dx-popup-bottom.dx-toolbar .dx-toolbar-item:last-child{padding:0}.dx-rtl.dx-popup-bottom.dx-toolbar .dx-toolbar-item{padding:0 0 0 5px}.dx-rtl.dx-popup-bottom.dx-toolbar .dx-toolbar-item:last-child{padding:0}.dx-popup-bottom.dx-toolbar .dx-toolbar-label{font-size:18px}.dx-device-mobile .dx-popup-bottom.dx-toolbar{padding:10px;overflow:visible}.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-before{padding-right:15px}.dx-rtl.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-before{padding-right:0;padding-left:15px}.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-after{padding-left:15px}.dx-rtl.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-after{padding-left:0;padding-right:15px}.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-after:empty,.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-before:empty{padding:0}.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-items-container{height:26px;overflow:visible}.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container{padding:0 0 0 5px}.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-item,.dx-rtl.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container{padding:0 5px 0 0}.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-item.dx-toolbar-first-in-group{padding-left:20px}.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-item:last-child{padding:0}.dx-rtl.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-item{padding:0 0 0 5px}.dx-rtl.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-item:last-child{padding:0}.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-label{font-size:18px}.dx-popup-bottom .dx-button{min-width:100px}.dx-popup-content.dx-dialog-content{min-width:200px;padding:10px}.dx-dialog-message{padding:0}.dx-dropdowneditor-button{width:24px;min-width:24px;padding:1px;border-radius:2px}.dx-dropdowneditor-button.dx-button-mode-contained,.dx-dropdowneditor-button.dx-button-mode-outlined,.dx-dropdowneditor-button.dx-button-mode-text{background:0 0}.dx-state-disabled .dx-dropdowneditor-button .dx-dropdowneditor-icon,.dx-state-readonly .dx-dropdowneditor-button .dx-dropdowneditor-icon{opacity:1}.dx-dropdowneditor-icon{border:1px solid transparent;color:#99a1a8;font:14px/14px DXIcons;width:22px;height:100%;text-align:center;border-radius:1px}.dx-dropdowneditor-icon:before{content:"\\f001";position:absolute;display:block;width:14px;top:50%;margin-top:-7px;left:50%;margin-left:-7px}.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-editor-filled,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-editor-outlined,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-editor-underlined{border:none;background:0 0}.dx-dropdowneditor-button-visible .dx-texteditor-input{padding-right:0}.dx-rtl.dx-dropdowneditor-button-visible .dx-texteditor-input,.dx-rtl .dx-dropdowneditor-button-visible .dx-texteditor-input{padding-right:5px;padding-left:0}.dx-rtl.dx-dropdowneditor-button-visible.dx-editor-underlined .dx-texteditor-input,.dx-rtl .dx-dropdowneditor-button-visible.dx-editor-underlined .dx-texteditor-input{padding-right:0}.dx-invalid .dx-texteditor-input,.dx-valid .dx-texteditor-input,.dx-validation-pending .dx-texteditor-input{padding-right:20px}.dx-invalid.dx-rtl .dx-texteditor-input,.dx-valid.dx-rtl .dx-texteditor-input,.dx-validation-pending.dx-rtl .dx-texteditor-input{padding-right:5px;padding-left:20px}.dx-dropdowneditor.dx-state-active .dx-dropdowneditor-icon,.dx-dropdowneditor.dx-state-hover:not(.dx-custom-button-hovered) .dx-dropdowneditor-icon{background-color:#e6e6e6;border-color:transparent}.dx-editor-filled.dx-dropdowneditor.dx-state-active .dx-dropdowneditor-icon,.dx-editor-filled.dx-dropdowneditor.dx-state-hover:not(.dx-custom-button-hovered) .dx-dropdowneditor-icon{background-color:rgba(122,184,235,.2)}.dx-dropdowneditor-button.dx-state-active .dx-dropdowneditor-icon,.dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-icon{background-color:#b3b3b3;border-color:transparent;color:#99a1a8;opacity:1}.dx-editor-filled.dx-dropdowneditor-button.dx-state-active .dx-dropdowneditor-icon,.dx-editor-filled .dx-dropdowneditor-button.dx-state-active .dx-dropdowneditor-icon,.dx-editor-filled.dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-icon,.dx-editor-filled .dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-icon{background-color:rgba(122,184,235,.3)}.dx-invalid.dx-dropdowneditor .dx-texteditor-container:after{right:26px}.dx-rtl.dx-invalid.dx-dropdowneditor .dx-texteditor-container:after,.dx-rtl .dx-invalid.dx-dropdowneditor .dx-texteditor-container:after{right:auto;left:26px}.dx-invalid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-container:after{right:48px}.dx-rtl.dx-invalid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-container:after,.dx-rtl .dx-invalid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-container:after{right:auto;left:48px}.dx-state-hover.dx-invalid.dx-dropdowneditor.dx-editor-filled .dx-dropdowneditor-icon{background-color:rgba(217,83,79,.2)}.dx-dropdowneditor-active.dx-invalid.dx-dropdowneditor.dx-editor-filled .dx-dropdowneditor-icon,.dx-state-active.dx-invalid.dx-dropdowneditor.dx-editor-filled .dx-dropdowneditor-icon{background-color:rgba(217,83,79,.3)}.dx-valid.dx-dropdowneditor .dx-texteditor-container:after{right:26px}.dx-rtl.dx-valid.dx-dropdowneditor .dx-texteditor-container:after,.dx-rtl .dx-valid.dx-dropdowneditor .dx-texteditor-container:after{right:auto;left:26px}.dx-valid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-container:after{right:48px}.dx-rtl.dx-valid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-container:after,.dx-rtl .dx-valid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-container:after{right:auto;left:48px}.dx-textarea{height:auto}.dx-textarea .dx-icon-clear{top:0;margin-top:0}.dx-textarea.dx-invalid .dx-texteditor-container:after{top:4px;margin-top:0}.dx-tile{color:#333;background-color:#fff;border:1px solid rgba(232,234,235,.6);text-align:left}.dx-tile.dx-state-focused,.dx-tile.dx-state-hover{background-color:#fff;border-color:rgba(122,184,235,.4)}.dx-tile.dx-state-active{background-color:rgba(96,96,96,.2);color:#333;border-color:transparent}.dx-toast-content{color:#fff;font-size:12px;font-weight:600;line-height:25px;padding:5px;-webkit-box-shadow:0 2px 3px 0 transparent;box-shadow:0 2px 3px 0 transparent;border-radius:4px}.dx-toast-icon{width:25px;height:25px}.dx-toast-info{background-color:#7ab8eb}.dx-toast-info .dx-toast-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAQAAAC00HvSAAABoklEQVRIx63WPUvDQBjA8QMFsZNLlgpxtINjBsFVqINghm4dRAe/Rpdm6UcQHERwUYdAJ8HvkKHEQdrPEBQUrf7PoabtveSSSrit3PPjeve8RCCsyyMkIiYlAzJSYiJCPPt+248BfRKkdSX0CcoZnx7jAiJfY3r4LqbNsITI15B2EdNlVBGRSEZ0bUyXyQqIRDJZQIu/M1oRmZ2ovcz4zjt558NxR/6C6Vk2fHLPOXtsIhA0aHHGA1/Gvl7OBMYT/3BF05poTS5Be/5gxvQ15JWjgtyerWPelP19hMDTMvabQyciEJwoJ0rwBKF2lutSRCC4UWJCQaQx+5WYAyUmEsQas1WJ2VJiYkGqMTuVmG0lJhVkGnNaiblQYjKhZYHkmY1SpMGLEoN5Gskt605kjTstIjPvRiJ50tuSksePxv7UfKm8HAe0DGKXgZbB85eKHLWdKkjHUpjzvAmdHaUKIgnNmrIzLiTBs1W4ybiQvwq39RuV6TB1jpvA1f1yxo0sdT9XLy5DlF5cPBmmq0yG2uZUbVOzthle2xdFbd83//za+gXw/JH9LjmoAgAAAABJRU5ErkJggg==)}.dx-toast-message{line-height:16px}.dx-toast-warning{background-color:#f0ad4e}.dx-toast-warning .dx-toast-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAQAAAC00HvSAAABJklEQVRIx62WvW2EQBBGpwlSArdgSrBESuKIQhySLJJbcAuXrXTZteCAAG3GlWBRwVsHB+Ykw8zeafVlaPSY/1lBdlXQ0OMJzMBMwNPTUOzb732scAzEXQ04KhtT0jEdIFZNdJQapuZsIFadqY8wLWMiJBIZafcwLdcHIJHIdQNt4YwPQm4e1feYMjkn/3NUbpjuSUgk0q2YSinx5xL0SSl/dcM45V8r5qLYOEQoDjs2FTNQCI0a+deC+VatGqFPwugD0gs+A8YLQTW4LJgf1SoIcxJG751ZIAMGy5sp1ZuQgHkxMMGqVJq81Tdp6q0unnhFeDMK3lgz9b6k+MOaKX3CUzDO3jd2UH/7JtP2y7aLM12GbHcq29XMdsOzvSiyvW+efG39AmPXSbHWZjgLAAAAAElFTkSuQmCC)}.dx-toast-error{background-color:#d9534f}.dx-toast-error .dx-toast-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAQAAAC00HvSAAABeklEQVRIx62WMWrDQBBFx01I5zQinQ5hdINA3Kp3mUNEnSBIdwgEcgeBC18gVRojjDr7BklUxAE3b1NYihVrdmWbZbpl9FjN/zOzgqgREJNTUFEDNRUFOTGBnq8dRmQsMWosyYiGMSEpawuijTUpoQszZT6AaGPO1IaZsToRYjCsmGmYGZszIAbD5gA6/M7qTMj+RtMuJjy5Jv0ahQdMeiHEYEhbTKRK/KN+9K3IH+0xmZK+4Jb33mnChM/eaYYIgeLYBdcI4yNQgiBM+Oo5OxBi5S5l0ztdUNJoGrPr5cdCrtbgGOSCGHKhsCjQBbkhhkKorFK2oKsBiKESaocnys58sUMMtYDTXA8NZMSbIwv3bZJO/48VH3VuY6/NYwO4V+Tv1aYYgMTsVB8dKZUPQmyG/OcbzcUvijot6IYPzcVaT225UyQuCRjxrGyLwNbhW54Un5S8KrmZa96cGn/zxtP08zaLPW0Gb3vK29b0tsO9vSi8vW8ufG39AnvvGenmMu5AAAAAAElFTkSuQmCC)}.dx-toast-success{background-color:#5cb85c}.dx-toast-success .dx-toast-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAQAAAC00HvSAAABlklEQVRIx62Wv0rDUBSHTxE6uHTKGhDEzS2jg4vUMeBmX8BR8AFiJQEfwck3cAh2cxBcXEup3VoHF3UxS1FBvuvQhPy5N0lTwplyknz33HN+95wriNEsXAJCZkRAxIyQABfL/L3J6eAzRhltjI9Tj7HxmJcgEpvjYVdh+oxqEImN6JdhBkzXhCgUUwYmzIBFA4hCsUhB6XamDSGriPpZjL12TvQc2SnG2xCiUHgJxqktcdbe+SmU31lh/AaQJQ4HfOR8PiJYpYrVDU4RhD1+c8q2BLdBLNdxXW8KflcI1obcs4UgnGlvAiE0/DDhW/O90EMQDnMbWlkozDTnMz2OC6AvdhGEHT4Ny86EqOB6i1fNgv44QhC2mRi3Gwlozqs4kSnoHEHocFdWQT0ahWKYA93GT5elyY9MucmDHukiCCeGuDO5CUteJaAOgrDPskIKYZVuhpkG/1qpqKBaxRcIQpeHGmG6dWfKM0hfnxZW/Ql/qj0k/ib9Rh83Tqvdr7Ve3NJkaG1OtTY1W5vhrd0oWrvfbHjb+gdn1DPEHv9HmQAAAABJRU5ErkJggg==)}.dx-progressbar-container{height:6px;border:1px solid #e8eaeb;background-color:#ddd;border-radius:2px}.dx-progressbar-range{position:relative;border:1px solid #7ab8eb;background-color:#7ab8eb;margin-top:-1px;-webkit-box-sizing:content-box;box-sizing:content-box;border-top-left-radius:2px;border-bottom-left-radius:2px}.dx-progressbar-animating-container{height:6px;background-color:#ddd;background-size:90% 5px;border:1px solid #e8eaeb;border-radius:2px;-webkit-animation:dx-loader 2s linear infinite;animation:dx-loader 2s linear infinite;background-image:-webkit-gradient(linear,right top,left top,color-stop(5%,transparent),color-stop(#7ab8eb),color-stop(95%,transparent));background-image:linear-gradient(-90deg,transparent 5%,#7ab8eb,transparent 95%);background-repeat:repeat}.dx-state-disabled .dx-progressbar-range{background-color:rgba(122,184,235,.6)}.dx-state-disabled .dx-progressbar-animating-container{-webkit-animation:none;animation:none;background-position-x:45%}.dx-rtl.dx-progressbar .dx-progressbar-animating-container,.dx-rtl .dx-progressbar .dx-progressbar-animating-container{-webkit-animation:dx-loader-rtl 2s linear infinite;animation:dx-loader-rtl 2s linear infinite;background-image:-webkit-gradient(linear,right top,left top,color-stop(5%,transparent),color-stop(#7ab8eb),color-stop(95%,transparent));background-image:linear-gradient(-90deg,transparent 5%,#7ab8eb,transparent 95%);background-repeat:repeat}@-webkit-keyframes dx-loader{0%{background-position-x:0}to{background-position-x:900%}}@keyframes dx-loader{0%{background-position-x:0}to{background-position-x:900%}}@-webkit-keyframes dx-loader-rtl{0%{background-position-x:0}to{background-position-x:-900%}}@keyframes dx-loader-rtl{0%{background-position-x:0}to{background-position-x:-900%}}.dx-tooltip-wrapper .dx-overlay-content{border:1px solid #e8eaeb;background-color:#fff;color:#333;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.1);border-radius:2px}.dx-tooltip-wrapper.dx-popover-wrapper .dx-popover-arrow:after{border:1px solid #e8eaeb;background:#fff}.dx-slider .dx-tooltip-wrapper .dx-overlay-content{-webkit-box-shadow:none;box-shadow:none}.dx-slider .dx-state-active.dx-slider-handle{border:1px solid #fff;background:#2f90e0}.dx-slider .dx-state-focused.dx-slider-handle:not(.dx-state-active),.dx-slider .dx-state-hover.dx-slider-handle:not(.dx-state-active){border:1px solid #fff;background:#4ea0e4}.dx-slider-wrapper{height:20px}.dx-slider-bar{margin:10px 4.5px;height:2px;background:#e8eaeb;border-radius:2px}.dx-slider-range{border:1px solid transparent;height:0;-webkit-box-sizing:content-box;box-sizing:content-box}.dx-slider-range.dx-slider-range-visible{border:1px solid #7ab8eb;background:#7ab8eb;border-radius:2px}.dx-slider-label-position-bottom .dx-slider-label{bottom:-17px}.dx-slider-label-position-top .dx-slider-label{top:-14px}.dx-slider-handle{margin-top:-10px;margin-right:-4.5px;width:9px;height:20px;border:1px solid #fff;background-color:#7ab8eb;border-radius:1px;-webkit-box-sizing:content-box;box-sizing:content-box}.dx-state-disabled.dx-slider,.dx-state-disabled .dx-slider{opacity:1}.dx-state-disabled.dx-slider .dx-slider-bar,.dx-state-disabled .dx-slider .dx-slider-bar{opacity:.5}.dx-invalid .dx-slider-handle{background-color:#d9534f}.dx-invalid .dx-slider-range-visible{background-color:#d9534f;border-color:#d9534f}.dx-invalid .dx-slider-bar{background-color:rgba(217,83,79,.4)}.dx-invalid .dx-state-focused.dx-slider-handle:not(.dx-state-active),.dx-invalid .dx-state-hover.dx-slider-handle:not(.dx-state-active){background:#c9302c}.dx-rtl .dx-slider-handle{margin-left:-5px}.dx-rangeslider-start-handle{margin-left:-7px}.dx-rtl .dx-rangeslider-start-handle{margin-right:-7px}.dx-gallery .dx-gallery-nav-button-next,.dx-gallery .dx-gallery-nav-button-prev{position:absolute;top:0;width:34%;height:100%;background:0 0;cursor:pointer;text-align:center}.dx-gallery .dx-gallery-nav-button-next.dx-state-hover:after,.dx-gallery .dx-gallery-nav-button-prev.dx-state-hover:after{background-color:rgba(122,184,235,.5)}.dx-gallery .dx-gallery-nav-button-next.dx-state-active:after,.dx-gallery .dx-gallery-nav-button-prev.dx-state-active:after{background-color:rgba(122,184,235,.7)}.dx-gallery .dx-gallery-nav-button-next:before,.dx-gallery .dx-gallery-nav-button-prev:before{display:block;width:32px;top:50%;margin-top:-16px;left:50%;margin-left:-16px;position:absolute;z-index:10;clear:both;font-size:32px;color:#fff}.dx-gallery .dx-gallery-nav-button-next:after,.dx-gallery .dx-gallery-nav-button-prev:after{content:"";position:absolute;width:32px;height:100%;border-radius:-2px}.dx-gallery .dx-gallery-nav-button-prev{font:14px/1 DXIcons}.dx-gallery .dx-gallery-nav-button-prev:before{content:"\\f012";left:0;right:auto;margin-left:0}.dx-gallery .dx-gallery-nav-button-prev:after{left:0}.dx-gallery .dx-gallery-nav-button-next{font:14px/1 DXIcons}.dx-gallery .dx-gallery-nav-button-next:before{content:"\\f010";right:0;left:auto}.dx-gallery .dx-gallery-nav-button-next:after{right:0}.dx-gallery-indicator{pointer-events:none;text-align:center}.dx-gallery-indicator-item{border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #7ab8eb;pointer-events:auto;margin:2px 6px;width:6px;height:6px;background:#fff}.dx-gallery-indicator-item-active,.dx-gallery-indicator-item-selected{width:7px;height:7px;background:#7ab8eb;border:2px solid hsla(0,0%,100%,.8);margin:1.5px 6px}.dx-state-focused.dx-gallery .dx-gallery-indicator-item-selected{background:#3794e1}.dx-lookup{height:26px;border:1px solid #e8eaeb;background:#fff}.dx-lookup.dx-editor-underlined{background:0 0}.dx-lookup-field{padding:4px 24px 4px 5px;font-size:1em}.dx-rtl .dx-lookup-field{padding:4px 5px 4px 24px}.dx-lookup-arrow{font:14px/14px DXIcons;width:24px;color:#99a1a8;text-align:center}.dx-lookup-arrow:before{content:"\\f04e";position:absolute;display:block;width:14px;top:50%;margin-top:-7px;left:50%;margin-left:-7px}.dx-state-readonly .dx-lookup-field:before{opacity:.5}.dx-lookup-popup-wrapper .dx-list-item{border-top:none}.dx-lookup-popup-wrapper .dx-list-item:last-of-type{border-bottom:none}.dx-lookup-popup-wrapper .dx-list-item-content{padding-left:10px;padding-right:10px}.dx-lookup-popup-wrapper .dx-popup-content{top:0;padding:0}.dx-lookup-popup-wrapper .dx-popup-title+.dx-popup-content{top:36px}.dx-lookup-empty .dx-lookup-field{color:#999}.dx-invalid.dx-lookup .dx-lookup-field:after{right:26px;pointer-events:none;font-weight:700;position:absolute;top:50%;margin-top:-8px;width:16px;height:16px;text-align:center;line-height:16px;font-size:11px;background-color:#d9534f;color:#fff;content:"!";border-radius:50%}.dx-rtl.dx-invalid.dx-lookup .dx-lookup-field:after,.dx-rtl .dx-invalid.dx-lookup .dx-lookup-field:after{right:auto;left:26px}.dx-valid.dx-lookup .dx-lookup-field:after{right:26px;pointer-events:none;font-weight:700;position:absolute;top:50%;margin-top:-8px;width:16px;height:16px;text-align:center;line-height:16px;font-size:11px;font-family:DXIcons,sans-serif;color:#5cb85c;content:"\\f005";opacity:0;-webkit-transform:scale(0);transform:scale(0);-webkit-animation:dx-valid-badge-frames .3s cubic-bezier(1,.008,.565,1.65) .1s forwards;animation:dx-valid-badge-frames .3s cubic-bezier(1,.008,.565,1.65) .1s forwards}.dx-rtl.dx-valid.dx-lookup .dx-lookup-field:after,.dx-rtl .dx-valid.dx-lookup .dx-lookup-field:after{right:auto;left:26px}.dx-validation-pending.dx-lookup .dx-lookup-field-wrapper .dx-pending-indicator{right:26px;pointer-events:none;position:absolute;top:50%;margin-top:-10px;width:20px;height:20px}.dx-rtl.dx-validation-pending.dx-lookup .dx-lookup-field-wrapper .dx-pending-indicator,.dx-rtl .dx-validation-pending.dx-lookup .dx-lookup-field-wrapper .dx-pending-indicator{right:auto;left:26px}.dx-lookup-popup-search .dx-list{height:calc(100% - 40px)}.dx-lookup-search-wrapper{padding:10px 10px 4px}.dx-tagbox:not(.dx-texteditor-empty) .dx-texteditor-input{padding-left:0;margin-left:3px}.dx-rtl.dx-tagbox:not(.dx-texteditor-empty) .dx-texteditor-input,.dx-rtl .dx-tagbox:not(.dx-texteditor-empty) .dx-texteditor-input{padding-right:0;padding-left:0;margin-right:0;margin-left:0}.dx-tagbox-single-line .dx-tag-container{padding-right:0}.dx-tagbox:not(.dx-tagbox-single-line) .dx-texteditor-input{height:auto}.dx-tag-container.dx-texteditor-input-container{padding-bottom:2px}.dx-tag-container.dx-texteditor-input-container .dx-texteditor-input{padding-bottom:2px;min-height:22px}.dx-tag-content{margin:2px 0 0 2px;padding:2px 17px 2px 4px;min-width:40px;background-color:#ddd;border-radius:0;color:#333}.dx-tag-remove-button{width:17px;height:100%}.dx-tag-remove-button:after,.dx-tag-remove-button:before{right:7px;margin-top:-5px;width:3px;height:11px;background:#aaa}.dx-tag-remove-button:after{right:3px;margin-top:-1px;width:11px;height:3px}.dx-tag-remove-button:active:after,.dx-tag-remove-button:active:before{background:#ddd}.dx-tag.dx-state-focused .dx-tag-content{background-color:#cbcbcb;color:#333}.dx-tag.dx-state-focused .dx-tag-remove-button:after,.dx-tag.dx-state-focused .dx-tag-remove-button:before{background-color:#aaa}.dx-tag.dx-state-focused .dx-tag-remove-button:active:after,.dx-tag.dx-state-focused .dx-tag-remove-button:active:before{background:#ddd}.dx-tagbox.dx-invalid .dx-texteditor-container:after,.dx-tagbox.dx-valid .dx-texteditor-container:after{right:4px}.dx-rtl.dx-tagbox.dx-invalid .dx-texteditor-container:after,.dx-rtl .dx-tagbox.dx-invalid .dx-texteditor-container:after,.dx-rtl.dx-tagbox.dx-valid .dx-texteditor-container:after,.dx-rtl .dx-tagbox.dx-valid .dx-texteditor-container:after{left:4px}.dx-tagbox.dx-validation-pending .dx-texteditor-container .dx-pending-indicator{right:4px}.dx-rtl.dx-tagbox.dx-validation-pending .dx-texteditor-container .dx-pending-indicator,.dx-rtl .dx-tagbox.dx-validation-pending .dx-texteditor-container .dx-pending-indicator{left:4px}.dx-tagbox-popup-wrapper .dx-list-select-all{border-bottom:1px solid #e8eaeb;padding-bottom:5px;margin-bottom:1px}.dx-rtl .dx-tag-content{padding-right:4px;padding-left:17px}.dx-rtl .dx-tag-remove-button:before{right:auto;left:7px}.dx-rtl .dx-tag-remove-button:after{right:auto;left:3px}.dx-radiobutton-icon{width:16px;height:16px}.dx-radiobutton-icon:before{display:block;width:14px;height:14px;border:1px solid #e8eaeb;background-color:#fff;content:"";border-radius:8px;-webkit-box-sizing:content-box;box-sizing:content-box}.dx-radiobutton-icon-checked .dx-radiobutton-icon-dot{display:block;margin-top:-12px;margin-left:4px;width:8px;height:8px;background:#7ab8eb;content:"";border-radius:4px}.dx-radiobutton{line-height:16px}.dx-radiobutton.dx-state-readonly .dx-radiobutton-icon:before{border-color:#fff;background-color:#fff}.dx-radiobutton.dx-state-hover .dx-radiobutton-icon:before{border-color:rgba(122,184,235,.4)}.dx-radiobutton.dx-state-active .dx-radiobutton-icon:before{background-color:rgba(96,96,96,.2)}.dx-radiobutton.dx-state-focused:not(.dx-state-active) .dx-radiobutton-icon:before{border:1px solid #7ab8eb}.dx-radiobutton.dx-state-disabled{opacity:.5}.dx-invalid .dx-radiobutton-icon:before{border-color:rgba(217,83,79,.4)}.dx-invalid .dx-state-focused.dx-radiobutton .dx-radiobutton-icon:before,.dx-invalid .dx-state-hover.dx-radiobutton .dx-radiobutton-icon:before{border-color:#d9534f}.dx-state-disabled .dx-radiobutton.dx-state-disabled{opacity:1}.dx-rtl.dx-radiobutton.dx-radiobutton-checked .dx-radiobutton-icon-dot,.dx-rtl .dx-radiobutton.dx-radiobutton-checked .dx-radiobutton-icon-dot{margin-right:4.5px;margin-left:0}.dx-radio-value-container{padding-left:0}.dx-radiogroup .dx-radiobutton,.dx-radiogroup .dx-radiobutton-icon{margin:1px 0}.dx-radiogroup.dx-state-readonly .dx-radiobutton-icon:before{border-color:#fff;background-color:#fff}.dx-radiogroup-horizontal .dx-radiobutton{margin-right:17px}.dx-rtl.dx-radiogroup-horizontal .dx-radiobutton,.dx-rtl .dx-radiogroup-horizontal .dx-radiobutton{margin-right:0;margin-left:17px}.dx-accordion{background-color:#fff;color:#333}.dx-accordion-item{border:1px solid transparent;border-top-color:#e8eaeb}.dx-accordion-item:last-child{border-bottom:1px solid #e8eaeb}.dx-accordion-item.dx-state-active:not(.dx-accordion-item-opened) .dx-icon{color:#333}.dx-accordion-item.dx-state-active:not(.dx-accordion-item-opened)>.dx-accordion-item-title{color:#333;background-color:rgba(96,96,96,.2)}.dx-accordion-item.dx-state-hover>.dx-accordion-item-title{background-color:rgba(0,0,0,.04)}.dx-accordion-item.dx-state-hover:not(:last-child):not(.dx-accordion-item-opened):not(.dx-state-focused){border-bottom-color:rgba(0,0,0,.04)}.dx-accordion-item-opened{border-color:#e8eaeb}.dx-accordion-item-opened.dx-state-hover>.dx-accordion-item-title,.dx-accordion-item-opened>.dx-accordion-item-title{background-color:transparent}.dx-accordion-item-opened>.dx-accordion-item-title:before{content:"\\f014"}.dx-accordion-item-opened+.dx-accordion-item{border-top-color:transparent}.dx-accordion-item-opened+.dx-accordion-item.dx-state-hover:not(.dx-state-focused){border-top-color:rgba(0,0,0,.04)}.dx-accordion-item-title{color:#333;padding:5px 7px;font-size:16px}.dx-accordion-item-title:before{font-weight:400;color:#99a1a8;content:"\\f016";font-family:DXIcons;font-size:14px;margin-left:7px;margin-right:0;line-height:21px}.dx-accordion-item-title .dx-icon{width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;font-size:14px;text-align:center;line-height:14px;display:inline-block;color:#99a1a8}.dx-accordion-item-title .dx-accordion-item-title-caption .dx-icon{margin-right:4px;margin-left:0;vertical-align:top;position:relative;top:1px}.dx-accordion-item-title .dx-accordion-item-title-caption .dx-icon.dx-icon-right,.dx-rtl.dx-accordion-item-title .dx-accordion-item-title-caption .dx-icon,.dx-rtl .dx-accordion-item-title .dx-accordion-item-title-caption .dx-icon{margin-left:4px;margin-right:0}.dx-rtl.dx-accordion-item-title .dx-accordion-item-title-caption .dx-icon.dx-icon-right,.dx-rtl .dx-accordion-item-title .dx-accordion-item-title-caption .dx-icon.dx-icon-right{margin-right:4px;margin-left:0}.dx-state-disabled.dx-accordion-item{opacity:.5}.dx-state-focused.dx-accordion-item{border-color:#7ab8eb}.dx-accordion-item-body{padding:3px 7px 12px;font-size:12px}.dx-rtl .dx-accordion-item-title:before{margin-left:0;margin-right:7px}.dx-slideoutview-content{-webkit-box-sizing:content-box;box-sizing:content-box;margin-left:-1px;border-color:rgba(232,234,235,.5);border-style:solid;border-width:0 1px}.dx-slideoutview-content,.dx-slideoutview-menu-content{background-color:#fff}.dx-slideout-menu .dx-list-item .dx-icon{width:18px;height:18px;background-position:0 0;background-size:18px 18px;padding:0;font-size:18px;text-align:center;line-height:18px;margin:-2px 9px -2px 0}.dx-rtl.dx-slideout-menu .dx-list-item .dx-icon,.dx-rtl .dx-slideout-menu .dx-list-item .dx-icon,.dx-slideout-menu .dx-list-item .dx-icon.dx-icon-right{margin-left:9px;margin-right:0}.dx-rtl.dx-slideout-menu .dx-list-item .dx-icon.dx-icon-right,.dx-rtl .dx-slideout-menu .dx-list-item .dx-icon.dx-icon-right{margin-right:9px;margin-left:0}.dx-colorview-palette-handle{background:radial-gradient(transparent 5px,rgba(0,0,0,.2) 6px,#fff 7px,#fff 12px,rgba(0,0,0,.2) 13px);-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 1px 0 rgba(0,0,0,.2)}.dx-colorview-hue-scale-handle{border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:inset -5px 0 0 3px #fff,inset 5px 0 0 3px #fff,inset -6px 0 1px 4px rgba(0,0,0,.2),inset 6px 0 1px 4px rgba(0,0,0,.2);box-shadow:inset -5px 0 0 3px #fff,inset 5px 0 0 3px #fff,inset -6px 0 1px 4px rgba(0,0,0,.2),inset 6px 0 1px 4px rgba(0,0,0,.2)}.dx-colorview-alpha-channel-handle{border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:inset 0 -5px 0 3px #fff,inset 0 5px 0 3px #fff,inset 0 -6px 1px 4px rgba(0,0,0,.2),inset 0 6px 1px 4px rgba(0,0,0,.2);box-shadow:inset 0 -5px 0 3px #fff,inset 0 5px 0 3px #fff,inset 0 -6px 1px 4px rgba(0,0,0,.2),inset 0 6px 1px 4px rgba(0,0,0,.2)}.dx-colorview-container{width:316px}.dx-colorview-container label{line-height:25px;color:#8c8c8c}.dx-colorview-container label.dx-colorview-label-hex{margin:5px 0 0}.dx-colorview-container label.dx-colorview-alpha-channel-label{margin-left:29px;width:92px}.dx-colorview-container label .dx-texteditor{width:51px;margin:1px 1px 8px 0}.dx-colorview-hue-scale-cell{margin-left:15px}.dx-colorview-palette{width:190px;height:200px}.dx-colorview-alpha-channel-scale{width:190px}.dx-colorview-container-row.dx-colorview-alpha-channel-row{margin-top:5px}.dx-colorview-hue-scale{width:18px;height:200px}.dx-colorview-alpha-channel-cell{width:194px}.dx-colorview-hue-scale-wrapper{height:202px}.dx-colorview-color-preview{width:100%;height:25px}.dx-colorview-controls-container{width:70px;margin-left:15px}.dx-colorview-alpha-channel-border,.dx-colorview-color-preview-container,.dx-colorview-hue-scale-wrapper,.dx-colorview-palette-cell{padding:1px;margin:0 1px 1px;background-color:#fff;-webkit-box-shadow:0 0 0 1px #e8eaeb;box-shadow:0 0 0 1px #e8eaeb}.dx-colorview-color-preview-container{margin-bottom:15px}.dx-rtl .dx-colorview-controls-container,.dx-rtl .dx-colorview-hue-scale-cell{margin-left:0;margin-right:15px}.dx-rtl .dx-colorview-container label.dx-colorview-alpha-channel-label{margin-left:0;margin-right:29px}.dx-colorbox.dx-state-focused .dx-colorbox-input{padding-left:40px}.dx-colorbox .dx-placeholder{left:32px}.dx-colorbox-input-container.dx-colorbox-color-is-not-defined .dx-colorbox-color-result-preview{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAQAAACRZI9xAAAAdElEQVQoU4XR0Q3AIAgFQCarie7UrToMc3QIiyIFFGNe5INcgETAegpQefFCCFPwYZI2qFA/M4EQMQAhKxJgiEcKHFFkwUQY3Q4sBAhUerYzkbaiTUk7Ije0dYoMyeYGi35igUeDzMCiTiKgaPx0BAR1csgHXJxUKOJqsbEAAAAASUVORK5CYII=) no-repeat}.dx-colorbox-color-result-preview{border-color:#e8eaeb}.dx-colorbox-overlay{padding:0}.dx-colorbox-overlay.dx-overlay-content{background-color:#fff}.dx-colorbox-overlay .dx-popup-content{padding:10px}.dx-rtl.dx-colorbox.dx-state-focused .dx-colorbox-input,.dx-rtl .dx-colorbox.dx-state-focused .dx-colorbox-input{padding-right:40px}.dx-rtl .dx-colorbox-overlay .dx-toolbar-item:first-child{padding-left:10px;padding-right:0}.dx-datagrid-borders>.dx-datagrid-headers,.dx-datagrid-borders>.dx-datagrid-rowsview,.dx-datagrid-borders>.dx-datagrid-total-footer{border-left:1px solid #e8eaeb;border-right:1px solid #e8eaeb}.dx-datagrid-borders>.dx-datagrid-rowsview,.dx-datagrid-borders>.dx-datagrid-total-footer{border-bottom:1px solid #e8eaeb}.dx-datagrid-borders>.dx-datagrid-filter-panel,.dx-datagrid-borders>.dx-datagrid-headers,.dx-datagrid-borders>.dx-datagrid-pager{border-top:1px solid #e8eaeb}.dx-datagrid-borders>.dx-datagrid-filter-panel{border-top-width:0;border-left:1px solid #e8eaeb;border-right:1px solid #e8eaeb;border-bottom:1px solid #e8eaeb}.dx-sortable-dragging>div>.dx-gridbase-container>.dx-datagrid-rowsview{border-color:rgba(122,184,235,.5)}.dx-datagrid{color:#333;background-color:#fff}.dx-datagrid .dx-sort-up{font:14px/1 DXIcons}.dx-datagrid .dx-sort-up:before{content:"\\f051"}.dx-datagrid .dx-sort-down{font:14px/1 DXIcons}.dx-datagrid .dx-sort-down:before{content:"\\f052"}.dx-datagrid .dx-sort-down,.dx-datagrid .dx-sort-up{font-family:inherit}.dx-datagrid .dx-sort-down:before,.dx-datagrid .dx-sort-up:before{font-family:DXIcons,sans-serif}.dx-datagrid .dx-datagrid-header-panel .dx-group-panel-item,.dx-datagrid .dx-datagrid-header-panel .dx-header-filter{outline:0}.dx-datagrid .dx-datagrid-header-panel.dx-state-focused .dx-datagrid-group-panel .dx-group-panel-item:focus,.dx-datagrid .dx-datagrid-header-panel.dx-state-focused .dx-datagrid-group-panel .dx-header-filter:focus{outline:2px solid #95c6ef;outline-offset:-2px}.dx-datagrid .dx-datagrid-header-panel.dx-state-focused .dx-datagrid-group-panel .dx-header-filter:focus{outline-offset:2px}.dx-datagrid .dx-datagrid-headers .dx-header-filter,.dx-datagrid .dx-datagrid-headers .dx-header-row>td{outline:0}.dx-datagrid .dx-datagrid-headers.dx-state-focused .dx-header-row td .dx-header-filter:focus,.dx-datagrid .dx-datagrid-headers.dx-state-focused .dx-header-row td:focus{outline:2px solid #95c6ef;outline-offset:2px}.dx-datagrid .dx-datagrid-headers.dx-state-focused .dx-header-row td:focus{outline-offset:-2px}.dx-datagrid .dx-header-filter{position:relative;color:#99a1a8;font:14px/1 DXIcons}.dx-datagrid .dx-header-filter:before{content:"\\f050"}.dx-datagrid .dx-header-filter-empty{color:rgba(153,161,168,.5)}.dx-datagrid.dx-filter-menu .dx-menu-item-content .dx-icon{width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;font-size:14px;text-align:center;line-height:14px}.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table .dx-col-fixed{background-color:#fff}.dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none,.dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none,.dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none,.dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none,.dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none{border-left:2px solid #e8eaeb;border-right:2px solid #e8eaeb}.dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none.dx-first-cell,.dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none.dx-first-cell,.dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-first-cell,.dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-first-cell,.dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-first-cell{border-left:none}.dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none.dx-last-cell,.dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none.dx-last-cell,.dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-last-cell,.dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-last-cell,.dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-last-cell{border-right:none}.dx-datagrid .dx-datagrid-rowsview.dx-state-focused .dx-data-row>td.dx-command-edit>a.dx-link:focus{outline:2px solid #95c6ef;outline-offset:2px}.dx-datagrid .dx-datagrid-rowsview.dx-state-focused .dx-data-row.dx-row-focused>td.dx-command-edit>a.dx-link:focus{outline-color:#fff;outline-offset:0}.dx-datagrid .dx-datagrid-rowsview .dx-datagrid-edit-form{background-color:#fff}.dx-datagrid .dx-datagrid-rowsview .dx-virtual-row>td{position:relative}.dx-datagrid .dx-datagrid-rowsview .dx-virtual-row>td:not(.dx-datagrid-group-space):before{display:block;height:100%;content:"";background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAACqCAYAAABbAOqQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA39pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjYWQ2ODE5MS00ZDMxLWRjNGYtOTU0NC1jNjJkMTIxMjY2M2IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTlGRkQ2QzMzRDYzMTFFODg0NDZGNjZGMUE0MTU0RDgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTlGRkQ2QzIzRDYzMTFFODg0NDZGNjZGMUE0MTU0RDgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVlMjM1Y2U0LTc5ZWUtNGI0NC05ZjlkLTk2NTZmZGFjNjhhNCIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjk1OTQ2MjBiLTUyMTQtYTM0Yy04Nzc5LTEwMmEyMTY4MTlhOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpydNkAAAADrSURBVHja7N3BDYBACABBsQn7L48q0BoMD5SZxAZuc74gF1V1MMfpCARBEEEQRBAEEQRBdovnuxxDq3RD/LIQRBAEQRBBEEQQBBEEQQQBAAAAAAAAABhi8gZVbgxi6kQQBBEEQQRBEEEQRBAEQRBBAAAAAAAAAAAabX2Daux2lqkTQRBEEAQRBEEEQRBBEARBBAEAAAAAAAAAaLR1g2osUyeCIIggCCIIggiCIIIgCIIIAgAAAAAAAADQ6KsbVPnXIKZOBEEQQRBEEAQRBEEEQRAEEYRXoqqcghuCIIIgiCAIIgiCCMIUtwADALYCCr92l++TAAAAAElFTkSuQmCC);background-repeat:repeat-y}.dx-datagrid .dx-datagrid-rowsview .dx-virtual-row>td[style*="text-align: right"]:before{-webkit-transform:scaleX(-1);transform:scaleX(-1);background-position-y:34px}.dx-datagrid .dx-datagrid-filter-row .dx-filter-range-content{color:#333}.dx-datagrid .dx-error-row td{color:#fff;padding:0}.dx-datagrid .dx-error-row .dx-error-message{background-color:#e89895;white-space:normal;word-wrap:break-word}.dx-datagrid .dx-column-lines>td:first-child{border-left:none}.dx-datagrid .dx-column-lines>td:last-child{border-right:none}.dx-datagrid .dx-command-drag .dx-datagrid-drag-icon{font:14px/1 DXIcons}.dx-datagrid .dx-command-drag .dx-datagrid-drag-icon:before{content:"\\f038"}.dx-datagrid-filter-panel{color:#333;border-top:1px solid #e8eaeb}.dx-datagrid-filter-panel.dx-state-focused .dx-datagrid-filter-panel-clear-filter:focus,.dx-datagrid-filter-panel.dx-state-focused .dx-datagrid-filter-panel-text:focus,.dx-datagrid-filter-panel.dx-state-focused .dx-icon-filter:focus{outline:2px solid #95c6ef;outline-offset:3px}.dx-datagrid-form-buttons-container{float:right}.dx-datagrid-form-buttons-container .dx-button{margin-left:10px;margin-top:10px}.dx-datagrid-adaptive-more{cursor:pointer;font:21px/21px DXIcons}.dx-datagrid-adaptive-more:before{content:"\\f06c"}.dx-datagrid-edit-popup .dx-error-message{background-color:#e89895;white-space:normal;word-wrap:break-word;color:#fff;margin-bottom:20px}.dx-rtl .dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none,.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none,.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none,.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none,.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none{border-left:2px solid #e8eaeb;border-right:2px solid #e8eaeb}.dx-rtl .dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none.dx-first-cell,.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none.dx-first-cell,.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-first-cell,.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-first-cell,.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-first-cell{border-right:none}.dx-rtl .dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none.dx-last-cell,.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none.dx-last-cell,.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-last-cell,.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-last-cell,.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-last-cell{border-left:none}.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row>td:before{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row>td[style*="text-align: left"]:before{-webkit-transform:scale(1);transform:scale(1)}.dx-rtl .dx-datagrid .dx-column-lines>td:first-child{border-right:none;border-left:1px solid #e8eaeb}.dx-rtl .dx-datagrid .dx-column-lines>td:last-child{border-left:none;border-right:1px solid #e8eaeb}.dx-rtl .dx-datagrid-form-buttons-container{float:left}.dx-rtl .dx-datagrid-form-buttons-container .dx-button{margin-left:0;margin-right:10px}.dx-datagrid-cell-updated-animation{-webkit-animation:dx-datagrid-highlight-change 1s;animation:dx-datagrid-highlight-change 1s}@-webkit-keyframes dx-datagrid-highlight-change{0%,50%{background-color:rgba(51,51,51,.08)}}@keyframes dx-datagrid-highlight-change{0%,50%{background-color:rgba(51,51,51,.08)}}.dx-tabpanel>.dx-tabpanel-tabs .dx-tabs{display:block;border:none;background-color:#f7f7f7;color:#e8eaeb;-webkit-box-shadow:inset 0 -1px #e8eaeb,inset 0 1px,inset -1px 0,inset 1px 0;box-shadow:inset 0 -1px #e8eaeb,inset 0 1px,inset -1px 0,inset 1px 0}.dx-tabpanel>.dx-tabpanel-tabs .dx-tabs .dx-tab{color:#e8eaeb}.dx-tabpanel>.dx-tabpanel-tabs .dx-tabs .dx-tab .dx-tab-content{color:#333}.dx-tabpanel>.dx-tabpanel-tabs .dx-tabs .dx-tab:after,.dx-tabpanel>.dx-tabpanel-tabs .dx-tabs .dx-tab:before{content:none}.dx-tabpanel>.dx-tabpanel-tabs .dx-tabs .dx-tabs-nav-button{color:#e8eaeb}.dx-tabpanel>.dx-tabpanel-tabs .dx-tab{width:140px;-webkit-box-shadow:inset 0 1px,inset 0 -1px #e8eaeb;box-shadow:inset 0 1px,inset 0 -1px #e8eaeb}.dx-tabpanel>.dx-tabpanel-tabs .dx-tabs-scrollable{margin-top:0;margin-bottom:0;height:100%}.dx-tabpanel>.dx-tabpanel-tabs .dx-tabs-scrollable .dx-tabs-wrapper{display:block;border:none}.dx-tabpanel:not(.dx-empty-collection) .dx-multiview-wrapper{border-top:none}.dx-tabpanel>.dx-tabpanel-tabs .dx-tab.dx-tab-selected{-webkit-box-shadow:inset 0 1px #e8eaeb,inset -1px 0 #e8eaeb,inset 1px 0 #e8eaeb;box-shadow:inset 0 1px #e8eaeb,inset -1px 0 #e8eaeb,inset 1px 0 #e8eaeb}.dx-tabpanel>.dx-tabpanel-tabs .dx-tab.dx-tab-active .dx-tab-content,.dx-tabpanel>.dx-tabpanel-tabs .dx-tab.dx-tab-selected .dx-tab-content{color:#333}.dx-tabpanel>.dx-tabpanel-tabs .dx-tabs-expanded .dx-tab:not(.dx-tab-selected):first-of-type{-webkit-box-shadow:inset 0 -1px #e8eaeb,inset 1px 0,inset 0 1px;box-shadow:inset 0 -1px #e8eaeb,inset 1px 0,inset 0 1px}.dx-rtl.dx-tabpanel>.dx-tabpanel-tabs .dx-tabs-expanded .dx-tab:not(.dx-tab-selected):first-of-type,.dx-rtl .dx-tabpanel>.dx-tabpanel-tabs .dx-tabs-expanded .dx-tab:not(.dx-tab-selected):first-of-type,.dx-tabpanel>.dx-tabpanel-tabs .dx-tabs-stretched .dx-tab:not(.dx-tab-selected):last-of-type{-webkit-box-shadow:inset 0 -1px #e8eaeb,inset -1px 0,inset 0 1px;box-shadow:inset 0 -1px #e8eaeb,inset -1px 0,inset 0 1px}.dx-rtl.dx-tabpanel>.dx-tabpanel-tabs .dx-tabs-stretched .dx-tab:not(.dx-tab-selected):last-of-type,.dx-rtl .dx-tabpanel>.dx-tabpanel-tabs .dx-tabs-stretched .dx-tab:not(.dx-tab-selected):last-of-type,.dx-tabpanel>.dx-tabpanel-tabs .dx-tabs-nav-button-left{-webkit-box-shadow:inset 0 -1px #e8eaeb,inset 1px 0,inset 0 1px;box-shadow:inset 0 -1px #e8eaeb,inset 1px 0,inset 0 1px}.dx-tabpanel>.dx-tabpanel-tabs .dx-tabs-nav-button-right{-webkit-box-shadow:inset 0 -1px #e8eaeb,inset 0 1px,inset -1px 0;box-shadow:inset 0 -1px #e8eaeb,inset 0 1px,inset -1px 0}.dx-tabpanel.dx-state-focused>.dx-tabpanel-tabs .dx-tabs{-webkit-box-shadow:inset 0 -1px #7ab8eb,inset 0 1px,inset -1px 0,inset 1px 0;box-shadow:inset 0 -1px #7ab8eb,inset 0 1px,inset -1px 0,inset 1px 0}.dx-tabpanel.dx-state-focused>.dx-tabpanel-tabs .dx-tab{-webkit-box-shadow:inset 0 1px,inset 0 -1px #7ab8eb;box-shadow:inset 0 1px,inset 0 -1px #7ab8eb}.dx-tabpanel.dx-state-focused>.dx-tabpanel-tabs .dx-tab.dx-tab-selected{-webkit-box-shadow:inset 0 1px #7ab8eb,inset -1px 0 #7ab8eb,inset 1px 0 #7ab8eb;box-shadow:inset 0 1px #7ab8eb,inset -1px 0 #7ab8eb,inset 1px 0 #7ab8eb}.dx-tabpanel.dx-state-focused>.dx-tabpanel-tabs .dx-tab.dx-tab-active .dx-tab-content,.dx-tabpanel.dx-state-focused>.dx-tabpanel-tabs .dx-tab.dx-tab-selected .dx-tab-content{color:#333}.dx-tabpanel.dx-state-focused>.dx-tabpanel-tabs .dx-tabs-expanded .dx-tab:not(.dx-tab-selected):first-of-type{-webkit-box-shadow:inset 0 -1px #7ab8eb,inset 1px 0,inset 0 1px;box-shadow:inset 0 -1px #7ab8eb,inset 1px 0,inset 0 1px}.dx-rtl.dx-tabpanel.dx-state-focused>.dx-tabpanel-tabs .dx-tabs-expanded .dx-tab:not(.dx-tab-selected):first-of-type,.dx-rtl .dx-tabpanel.dx-state-focused>.dx-tabpanel-tabs .dx-tabs-expanded .dx-tab:not(.dx-tab-selected):first-of-type,.dx-tabpanel.dx-state-focused>.dx-tabpanel-tabs .dx-tabs-stretched .dx-tab:not(.dx-tab-selected):last-of-type{-webkit-box-shadow:inset 0 -1px #7ab8eb,inset -1px 0,inset 0 1px;box-shadow:inset 0 -1px #7ab8eb,inset -1px 0,inset 0 1px}.dx-rtl.dx-tabpanel.dx-state-focused>.dx-tabpanel-tabs .dx-tabs-stretched .dx-tab:not(.dx-tab-selected):last-of-type,.dx-rtl .dx-tabpanel.dx-state-focused>.dx-tabpanel-tabs .dx-tabs-stretched .dx-tab:not(.dx-tab-selected):last-of-type,.dx-tabpanel.dx-state-focused>.dx-tabpanel-tabs .dx-tabs-nav-button-left{-webkit-box-shadow:inset 0 -1px #7ab8eb,inset 1px 0,inset 0 1px;box-shadow:inset 0 -1px #7ab8eb,inset 1px 0,inset 0 1px}.dx-tabpanel.dx-state-focused>.dx-tabpanel-tabs .dx-tabs-nav-button-right{-webkit-box-shadow:inset 0 -1px #7ab8eb,inset 0 1px,inset -1px 0;box-shadow:inset 0 -1px #7ab8eb,inset 0 1px,inset -1px 0}.dx-tabpanel.dx-state-focused .dx-multiview-wrapper{border-color:#7ab8eb}.dx-tabpanel .dx-multiview-wrapper{border:1px solid #e8eaeb}.dx-form-group-caption{font-size:16px}.dx-form-group-with-caption>.dx-form-group-content{border-top:1px solid #d5d9da;padding-bottom:10px}.dx-field-item-help-text,.dx-field-item-label-text{color:#8c8c8c}.dx-field-item-required-mark{color:#c9302c}.dx-field-item-optional-mark{color:#bfbfbf}.dx-context-menu{color:#333}.dx-context-menu .dx-submenu{background-color:#fff;border:1px solid #e8eaeb;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.15);box-shadow:0 2px 2px rgba(0,0,0,.15)}.dx-context-menu .dx-menu-item-popout{font:14px/14px DXIcons;text-align:center}.dx-context-menu .dx-menu-item-popout:before{content:"\\f04e";position:absolute;display:block;width:14px;top:50%;margin-top:-7px;left:50%;margin-left:-7px}.dx-context-menu .dx-menu-separator{background-color:#e8eaeb}.dx-context-menu .dx-menu-no-icons>.dx-menu-item-wrapper>.dx-menu-item>.dx-menu-item-content .dx-menu-item-text{padding-left:3px}.dx-rtl.dx-context-menu .dx-menu-no-icons>.dx-menu-item-wrapper>.dx-menu-item>.dx-menu-item-content .dx-menu-item-text,.dx-rtl .dx-context-menu .dx-menu-no-icons>.dx-menu-item-wrapper>.dx-menu-item>.dx-menu-item-content .dx-menu-item-text{padding-right:3px;padding-left:23px}.dx-context-menu.dx-rtl .dx-menu-item-content{padding:3px 1px 3px 3px}.dx-context-menu.dx-rtl .dx-menu-item-content .dx-menu-item-text{padding:0 17px 3px 23px}.dx-filterbuilder{background-color:#fff}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text{color:#333}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-group-operation{background-color:rgba(217,83,79,.3)}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-group-operation:hover{background-color:rgba(217,83,79,.5)}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-group-operation.dx-state-active,.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-group-operation:focus{background-color:#d9534f;color:#fff}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-field{background-color:rgba(122,184,235,.3)}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-field:hover{background-color:rgba(122,184,235,.5)}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-field.dx-state-active,.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-field:focus{background-color:#7ab8eb;color:#fff}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-operation{background-color:rgba(92,184,92,.3)}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-operation:hover{background-color:rgba(92,184,92,.5)}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-operation.dx-state-active,.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-operation:focus{background-color:#5cb85c;color:#fff}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text .dx-filterbuilder-item-value-text,.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text .dx-filterbuilder-item-value-text:hover{background-color:rgba(232,234,235,.5)}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text .dx-filterbuilder-item-value-text.dx-state-active,.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text .dx-filterbuilder-item-value-text:focus{background-color:#e8eaeb;color:#fff}.dx-filterbuilder .dx-filterbuilder-group .dx-icon-plus{color:rgba(92,184,92,.3)}.dx-filterbuilder .dx-filterbuilder-group .dx-icon-plus:hover{color:rgba(92,184,92,.5)}.dx-filterbuilder .dx-filterbuilder-group .dx-icon-plus.dx-state-active,.dx-filterbuilder .dx-filterbuilder-group .dx-icon-plus:focus{color:#5cb85c}.dx-filterbuilder .dx-filterbuilder-group .dx-icon-remove{color:rgba(217,83,79,.3)}.dx-filterbuilder .dx-filterbuilder-group .dx-icon-remove:hover{color:rgba(217,83,79,.5)}.dx-filterbuilder .dx-filterbuilder-group .dx-icon-remove:focus{color:#d9534f}.dx-filterbuilder-overlay.dx-filterbuilder-operations .dx-treeview-item .dx-icon{color:#99a1a8;width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;font-size:14px;text-align:center;line-height:14px}.dx-filterbuilder .dx-filterbuilder-action-icon{margin-bottom:5px}.dx-filterbuilder .dx-filterbuilder-item-value-text,.dx-filterbuilder .dx-filterbuilder-text{border-radius:5px}.dx-filterbuilder .dx-filterbuilder-range-separator{color:#333}.dx-filterbuilder-overlay .dx-treeview-item{padding:3px 15px}.dx-filterbuilder-overlay .dx-rtl .dx-treeview-item{padding-left:15px}.dx-pager{padding-top:5px;padding-bottom:5px}.dx-pager.dx-light-mode .dx-page-sizes{min-width:42px}.dx-pager.dx-light-mode .dx-page-index{min-width:19px}.dx-pager .dx-pages .dx-page{padding:4px 6px 5px}.dx-pager .dx-pages .dx-separator{padding-left:4px;padding-right:4px}.dx-pager .dx-pages .dx-navigate-button{width:9px;height:16px;padding:5px 7px}.dx-pager .dx-pages .dx-prev-button{font:14px/1 DXIcons}.dx-pager .dx-pages .dx-prev-button:before{content:"\\f012"}.dx-pager .dx-pages .dx-next-button{font:14px/1 DXIcons}.dx-pager .dx-pages .dx-next-button:before{content:"\\f010"}.dx-pager .dx-pages .dx-next-button,.dx-pager .dx-pages .dx-prev-button{font-size:21px;text-align:center;line-height:21px}.dx-pager .dx-pages .dx-next-button:before,.dx-pager .dx-pages .dx-prev-button:before{position:absolute;display:block;width:21px;top:50%;margin-top:-10.5px;left:50%;margin-left:-10.5px}.dx-pager .dx-page,.dx-pager .dx-page-size{border-radius:1px;border:1px solid transparent}.dx-pager .dx-page-sizes .dx-page-size{padding:4px 6px 5px 8px}.dx-pager .dx-page-sizes .dx-selection,.dx-pager .dx-pages .dx-selection{color:#333;border-color:transparent;background-color:#e8eaeb}.dx-datagrid-container.dx-filter-menu .dx-menu-item-has-icon .dx-icon,.dx-datagrid.dx-filter-menu .dx-menu-item-has-icon .dx-icon{color:#99a1a8}.dx-datagrid-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc,.dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc{font:16px/16px DXIcons;width:16px;height:16px;background-position:0 0;background-size:16px 16px;padding:0;text-align:center}.dx-datagrid-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc:before,.dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc:before{content:"\\f053"}.dx-datagrid-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc,.dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc{font:16px/16px DXIcons;width:16px;height:16px;background-position:0 0;background-size:16px 16px;padding:0;text-align:center}.dx-datagrid-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc:before,.dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc:before{content:"\\f054"}.dx-datagrid-container .dx-icon-filter-operation-equals,.dx-datagrid .dx-icon-filter-operation-equals{font:14px/1 DXIcons}.dx-datagrid-container .dx-icon-filter-operation-equals:before,.dx-datagrid .dx-icon-filter-operation-equals:before{content:"\\f044"}.dx-datagrid-container .dx-icon-filter-operation-default,.dx-datagrid .dx-icon-filter-operation-default{font:12px/12px DXIcons;width:12px;height:12px;background-position:0 0;background-size:12px 12px;padding:0;text-align:center}.dx-datagrid-container .dx-icon-filter-operation-default:before,.dx-datagrid .dx-icon-filter-operation-default:before{content:"\\f027"}.dx-datagrid-container .dx-icon-filter-operation-not-equals,.dx-datagrid .dx-icon-filter-operation-not-equals{font:14px/1 DXIcons}.dx-datagrid-container .dx-icon-filter-operation-not-equals:before,.dx-datagrid .dx-icon-filter-operation-not-equals:before{content:"\\f045"}.dx-datagrid-container .dx-icon-filter-operation-less,.dx-datagrid .dx-icon-filter-operation-less{font:14px/1 DXIcons}.dx-datagrid-container .dx-icon-filter-operation-less:before,.dx-datagrid .dx-icon-filter-operation-less:before{content:"\\f046"}.dx-datagrid-container .dx-icon-filter-operation-less-equal,.dx-datagrid .dx-icon-filter-operation-less-equal{font:14px/1 DXIcons}.dx-datagrid-container .dx-icon-filter-operation-less-equal:before,.dx-datagrid .dx-icon-filter-operation-less-equal:before{content:"\\f048"}.dx-datagrid-container .dx-icon-filter-operation-greater,.dx-datagrid .dx-icon-filter-operation-greater{font:14px/1 DXIcons}.dx-datagrid-container .dx-icon-filter-operation-greater:before,.dx-datagrid .dx-icon-filter-operation-greater:before{content:"\\f047"}.dx-datagrid-container .dx-icon-filter-operation-greater-equal,.dx-datagrid .dx-icon-filter-operation-greater-equal{font:14px/1 DXIcons}.dx-datagrid-container .dx-icon-filter-operation-greater-equal:before,.dx-datagrid .dx-icon-filter-operation-greater-equal:before{content:"\\f049"}.dx-datagrid-container .dx-icon-filter-operation-contains,.dx-datagrid .dx-icon-filter-operation-contains{font:14px/1 DXIcons}.dx-datagrid-container .dx-icon-filter-operation-contains:before,.dx-datagrid .dx-icon-filter-operation-contains:before{content:"\\f063"}.dx-datagrid-container .dx-icon-filter-operation-not-contains,.dx-datagrid .dx-icon-filter-operation-not-contains{font:14px/1 DXIcons}.dx-datagrid-container .dx-icon-filter-operation-not-contains:before,.dx-datagrid .dx-icon-filter-operation-not-contains:before{content:"\\f066"}.dx-datagrid-container .dx-icon-filter-operation-starts-with,.dx-datagrid .dx-icon-filter-operation-starts-with{font:14px/1 DXIcons}.dx-datagrid-container .dx-icon-filter-operation-starts-with:before,.dx-datagrid .dx-icon-filter-operation-starts-with:before{content:"\\f064"}.dx-datagrid-container .dx-icon-filter-operation-ends-with,.dx-datagrid .dx-icon-filter-operation-ends-with{font:14px/1 DXIcons}.dx-datagrid-container .dx-icon-filter-operation-ends-with:before,.dx-datagrid .dx-icon-filter-operation-ends-with:before{content:"\\f065"}.dx-datagrid-container .dx-icon-filter-operation-between,.dx-datagrid .dx-icon-filter-operation-between{font:14px/1 DXIcons}.dx-datagrid-container .dx-icon-filter-operation-between:before,.dx-datagrid .dx-icon-filter-operation-between:before{content:"\\f06a"}.dx-datagrid{line-height:inherit}.dx-datagrid .dx-row-alt>td,.dx-datagrid .dx-row-alt>tr>td{background-color:#fafafa;border-top:1px solid #fafafa;border-bottom:1px solid #fafafa}.dx-datagrid .dx-row-alt.dx-row:not(.dx-row-removed){border-bottom-color:transparent}.dx-datagrid .dx-link{color:#7ab8eb}.dx-datagrid .dx-row-lines>td{border-bottom:1px solid #e8eaeb}.dx-datagrid .dx-column-lines>td{border-left:1px solid #e8eaeb;border-right:1px solid #e8eaeb}.dx-datagrid .dx-error-row .dx-closebutton{float:right;margin:7px;font:14px/14px DXIcons;width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;text-align:center}.dx-datagrid .dx-error-row .dx-closebutton:before{content:"\\f00a"}.dx-datagrid .dx-error-row .dx-error-message{padding:5px 35px 5px 5px}.dx-datagrid .dx-row>td{padding:5px}.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit-with-icons .dx-link{width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;font-size:14px;text-align:center;line-height:14px;margin:0 1px}.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit-with-icons .dx-link:not(.dx-link-icon){width:auto}.dx-datagrid .dx-command-drag{width:32px;min-width:32px}.dx-datagrid .dx-command-drag .dx-datagrid-drag-icon{vertical-align:middle;width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;font-size:14px;text-align:center;line-height:16px}.dx-datagrid-edit-popup .dx-error-message{padding:5px}.dx-datagrid-headers .dx-texteditor-input,.dx-datagrid-rowsview .dx-texteditor-input{padding:5px;min-height:26px}.dx-datagrid-headers .dx-numberbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input,.dx-datagrid-headers .dx-textbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input,.dx-datagrid-rowsview .dx-numberbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input,.dx-datagrid-rowsview .dx-textbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input{padding-right:5px}.dx-datagrid-headers .dx-lookup,.dx-datagrid-rowsview .dx-lookup{height:auto}.dx-datagrid-headers .dx-lookup-field,.dx-datagrid-rowsview .dx-lookup-field{padding-left:5px;padding-top:5px;padding-bottom:5px}.dx-datagrid-headers .dx-searchbox .dx-placeholder:before,.dx-datagrid-headers .dx-searchbox .dx-texteditor-input,.dx-datagrid-rowsview .dx-searchbox .dx-placeholder:before,.dx-datagrid-rowsview .dx-searchbox .dx-texteditor-input{padding-left:24px}.dx-rtl.dx-datagrid-headers .dx-searchbox .dx-placeholder:before,.dx-rtl .dx-datagrid-headers .dx-searchbox .dx-placeholder:before,.dx-rtl.dx-datagrid-headers .dx-searchbox .dx-texteditor-input,.dx-rtl .dx-datagrid-headers .dx-searchbox .dx-texteditor-input,.dx-rtl.dx-datagrid-rowsview .dx-searchbox .dx-placeholder:before,.dx-rtl .dx-datagrid-rowsview .dx-searchbox .dx-placeholder:before,.dx-rtl.dx-datagrid-rowsview .dx-searchbox .dx-texteditor-input,.dx-rtl .dx-datagrid-rowsview .dx-searchbox .dx-texteditor-input{padding-right:24px}.dx-datagrid-checkbox-size{line-height:1em}.dx-datagrid-checkbox-size.dx-checkbox-checked .dx-checkbox-icon{font-size:10px}.dx-datagrid-checkbox-size .dx-checkbox-icon{height:16px;width:16px}.dx-datagrid-checkbox-size.dx-checkbox-indeterminate .dx-checkbox-icon{font-size:6px}.dx-datagrid-column-chooser-list .dx-empty-message,.dx-device-mobile .dx-datagrid-column-chooser-list .dx-empty-message{color:#999;padding:0 10px}.dx-datagrid-column-chooser{color:#333;font-weight:400;font-size:12px}.dx-datagrid-column-chooser,.dx-datagrid-column-chooser input,.dx-datagrid-column-chooser textarea{font-family:"Helvetica Neue","Segoe UI",Helvetica,Verdana,sans-serif;line-height:1.33334}.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-drag .dx-popup-content{padding:0 10px 10px}.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-drag .dx-popup-content .dx-treeview-search{margin-bottom:5px}.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-drag .dx-popup-content .dx-treeview-node{padding-left:20px}.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-select .dx-popup-content{padding:0 10px 10px}.dx-datagrid-column-chooser .dx-overlay-content{background-color:#fff;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2)}.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-title{padding-top:7px;padding-bottom:9px;background-color:transparent}.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item{margin-bottom:5px;background-color:#fff;color:#99a1a8;font-weight:400;border:1px solid #e8eaeb;padding:5px;-webkit-box-shadow:0 1px 3px -1px rgba(0,0,0,.2);box-shadow:0 1px 3px -1px rgba(0,0,0,.2)}.dx-datagrid-drag-header{-webkit-box-shadow:0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2);box-shadow:0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2);color:#99a1a8;font-weight:400;padding:5px;border:1px solid rgba(122,184,235,.5);background-color:#fff}.dx-datagrid-columns-separator{background-color:rgba(122,184,235,.5)}.dx-datagrid-columns-separator-transparent{background-color:transparent}.dx-datagrid-drop-highlight>td{background-color:#7ab8eb;color:#fff}.dx-datagrid-focus-overlay{border:2px solid #95c6ef}.dx-datagrid-table .dx-row .dx-command-select{width:55px;min-width:55px}.dx-datagrid-table .dx-row .dx-command-edit{width:70px;min-width:70px}.dx-datagrid-table .dx-row .dx-command-expand{width:15px;min-width:15px}.dx-datagrid-table .dx-row .dx-command-expand.dx-datagrid-group-space{padding-top:5px}.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused)>td:not(.dx-focused){background-color:#edf0f2;color:#333}.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused)>td:not(.dx-focused).dx-datagrid-group-space{border-right-color:#edf0f2}.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused)>td:not(.dx-focused).dx-command-select{overflow:inherit}.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused)>.dx-datagrid-readonly .dx-texteditor .dx-texteditor-input{background-color:#edf0f2;color:#333}.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused)>td.dx-pointer-events-none{background-color:transparent}.dx-datagrid-headers{color:#99a1a8;font-weight:400;-ms-touch-action:pinch-zoom;touch-action:pinch-zoom;border-bottom:1px solid #e8eaeb}.dx-datagrid-headers .dx-datagrid-content{margin-bottom:-1px}.dx-datagrid-borders .dx-datagrid-headers .dx-datagrid-table{border-bottom-width:1px}.dx-datagrid-headers .dx-datagrid-table .dx-row>td{border-bottom:1px solid #e8eaeb}.dx-datagrid-filter-row .dx-menu .dx-overlay-content{color:#333}.dx-datagrid-filter-row .dx-menu-item.dx-state-focused{background-color:transparent}.dx-datagrid-filter-row .dx-menu-item.dx-state-focused:after{border:2px solid #95c6ef}.dx-datagrid-filter-row .dx-menu-item.dx-state-focused.dx-menu-item-expanded{background-color:#fff}.dx-datagrid-filter-row .dx-menu-item.dx-state-focused.dx-menu-item-expanded:after{border-color:transparent}.dx-datagrid-filter-row .dx-menu-item-has-submenu.dx-state-hover{background-color:transparent}.dx-datagrid-filter-row .dx-menu-item-has-submenu.dx-menu-item-expanded.dx-state-hover{background-color:#fff}.dx-datagrid-filter-row .dx-highlight-outline:after{border-color:rgba(92,184,92,.5)}.dx-datagrid-filter-row .dx-menu-item-content .dx-icon{color:#99a1a8}.dx-datagrid-filter-row td .dx-editor-container .dx-filter-range-content{padding:5px 5px 5px 24px}.dx-datagrid-filter-range-overlay .dx-overlay-content{border:1px solid #e8eaeb;overflow:inherit;-webkit-box-shadow:2px 2px 3px rgba(0,0,0,.15);box-shadow:2px 2px 3px rgba(0,0,0,.15)}.dx-datagrid-filter-range-overlay .dx-overlay-content .dx-editor-container.dx-highlight-outline:after{border-color:rgba(92,184,92,.5);left:0}.dx-datagrid-filter-range-overlay .dx-overlay-content .dx-texteditor .dx-texteditor-input{background-color:#fff;padding:5px}.dx-datagrid-filter-range-overlay .dx-overlay-content .dx-texteditor.dx-state-focused:after{border:2px solid #95c6ef}.dx-datagrid-header-panel{border-bottom:1px solid #e8eaeb}.dx-datagrid-header-panel .dx-toolbar{margin-bottom:5px}.dx-datagrid-header-panel .dx-apply-button{background-color:#5cb85c;border-color:#4cae4c;color:#fff}.dx-datagrid-header-panel .dx-apply-button .dx-icon{color:#fff}.dx-datagrid-header-panel .dx-apply-button.dx-state-hover{background-color:#449d44;border-color:#4cae4c}.dx-datagrid-header-panel .dx-apply-button.dx-state-focused{background-color:#3d8b3d;border-color:#4cae4c}.dx-datagrid-header-panel .dx-apply-button.dx-state-active{background-color:#357935;border-color:#4cae4c;color:#fff}.dx-datagrid-addrow-button .dx-icon-edit-button-addrow{font:14px/14px DXIcons;width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;text-align:center}.dx-datagrid-addrow-button .dx-icon-edit-button-addrow:before{content:"\\f00b"}.dx-datagrid-cancel-button .dx-icon-edit-button-cancel{font:14px/14px DXIcons;width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;text-align:center}.dx-datagrid-cancel-button .dx-icon-edit-button-cancel:before{content:"\\f04c"}.dx-datagrid-save-button .dx-icon-edit-button-save{font:14px/14px DXIcons;width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;text-align:center}.dx-datagrid-save-button .dx-icon-edit-button-save:before{content:"\\f041"}.dx-datagrid-export-button .dx-icon-export-to{font:14px/14px DXIcons;width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;text-align:center}.dx-datagrid-export-button .dx-icon-export-to:before{content:"\\f05f"}.dx-datagrid-export-button .dx-icon-export-excel-button{font:14px/14px DXIcons;width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;text-align:center}.dx-datagrid-export-button .dx-icon-export-excel-button:before{content:"\\f117"}.dx-datagrid-adaptive-more{width:17px;height:17px;background-position:0 0;background-size:17px 17px;padding:0;font-size:17px;text-align:center;line-height:17px}.dx-datagrid-borders .dx-datagrid-rowsview,.dx-datagrid-headers+.dx-datagrid-rowsview{border-top:1px solid #e8eaeb}.dx-datagrid-rowsview .dx-row{border-top:1px solid transparent;border-bottom:1px solid transparent}.dx-datagrid-rowsview .dx-row.dx-edit-row:first-child>td{border-top-width:0;border-bottom:1px solid #e8eaeb}.dx-datagrid-rowsview .dx-row.dx-edit-row>td{border-top:1px solid #e8eaeb;border-bottom:1px solid #e8eaeb}.dx-datagrid-rowsview .dx-row.dx-datagrid-edit-form{white-space:normal}.dx-datagrid-rowsview .dx-master-detail-row .dx-master-detail-cell,.dx-datagrid-rowsview .dx-master-detail-row>.dx-datagrid-group-space{border-top:1px solid #e8eaeb;border-bottom:1px solid #e8eaeb}.dx-datagrid-rowsview .dx-master-detail-row:not(.dx-datagrid-edit-form) .dx-master-detail-cell,.dx-datagrid-rowsview .dx-master-detail-row:not(.dx-datagrid-edit-form)>.dx-datagrid-group-space{background-color:#fafafa}.dx-datagrid-rowsview .dx-data-row .dx-validator.dx-datagrid-invalid .dx-highlight-outline:after{border:1px solid rgba(217,83,79,.4)}.dx-datagrid-rowsview .dx-data-row .dx-validator.dx-datagrid-invalid.dx-focused>.dx-highlight-outline:after{border:1px solid #d9534f}.dx-datagrid-rowsview .dx-data-row .dx-invalid-message .dx-overlay-content{padding:9px 17px}.dx-datagrid-rowsview .dx-data-row .dx-cell-modified .dx-highlight-outline:after{border-color:rgba(92,184,92,.5)}.dx-datagrid-rowsview .dx-data-row td:not(.dx-cell-modified):not(.dx-validation-pending):not(.dx-datagrid-invalid) .dx-highlight-outline{padding:0}.dx-datagrid-rowsview .dx-row-removed>td{background-color:rgba(92,184,92,.5);border-top:1px solid rgba(92,184,92,.5);border-bottom:1px solid rgba(92,184,92,.5)}.dx-datagrid-rowsview .dx-adaptive-detail-row .dx-adaptive-item-text{padding-top:6px;padding-bottom:6px;padding-left:6px}.dx-datagrid-rowsview .dx-adaptive-detail-row .dx-datagrid-invalid{border:1px solid rgba(217,83,79,.4)}.dx-datagrid-rowsview .dx-adaptive-detail-row .dx-datagrid-invalid.dx-adaptive-item-text{padding-top:5px;padding-bottom:5px;padding-left:5px}.dx-datagrid-rowsview .dx-item-modified{border-radius:2px;border:2px solid rgba(92,184,92,.5)}.dx-datagrid-rowsview .dx-item-modified.dx-adaptive-item-text{padding-top:4px;padding-bottom:4px;padding-left:4px}.dx-datagrid-rowsview .dx-row-focused:focus{outline:0}.dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link,.dx-datagrid-rowsview .dx-row-focused.dx-data-row>td:not(.dx-focused),.dx-datagrid-rowsview .dx-row-focused.dx-data-row>tr>td:not(.dx-focused){background-color:#95c6ef;color:#fff}.dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link .dx-texteditor-input,.dx-datagrid-rowsview .dx-row-focused.dx-data-row>td:not(.dx-focused) .dx-texteditor-input,.dx-datagrid-rowsview .dx-row-focused.dx-data-row>tr>td:not(.dx-focused) .dx-texteditor-input{border-radius:0}.dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link .dx-datagrid-group-closed,.dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link .dx-datagrid-group-opened,.dx-datagrid-rowsview .dx-row-focused.dx-data-row>td:not(.dx-focused) .dx-datagrid-group-closed,.dx-datagrid-rowsview .dx-row-focused.dx-data-row>td:not(.dx-focused) .dx-datagrid-group-opened,.dx-datagrid-rowsview .dx-row-focused.dx-data-row>tr>td:not(.dx-focused) .dx-datagrid-group-closed,.dx-datagrid-rowsview .dx-row-focused.dx-data-row>tr>td:not(.dx-focused) .dx-datagrid-group-opened{color:#fff}.dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit .dx-link:focus{background-color:#fff;color:#333}.dx-datagrid-rowsview .dx-row-focused.dx-data-row>td,.dx-datagrid-rowsview .dx-row-focused.dx-data-row>tr:last-child>td{border-bottom:1px solid #95c6ef}.dx-datagrid-rowsview .dx-row-focused.dx-data-row:not(.dx-row-lines)>td,.dx-datagrid-rowsview .dx-row-focused.dx-data-row:not(.dx-row-lines)>tr:first-child>td{border-top:1px solid #95c6ef;border-bottom:1px solid #95c6ef}.dx-datagrid-rowsview .dx-row-focused.dx-group-row{background-color:#95c6ef;color:#fff}.dx-datagrid-rowsview .dx-row-focused.dx-group-row .dx-datagrid-group-closed,.dx-datagrid-rowsview .dx-row-focused.dx-group-row .dx-datagrid-group-opened,.dx-datagrid-rowsview .dx-row-focused.dx-group-row .dx-datagrid-summary-item{color:#fff}.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>td,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>tr>td,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused)>td,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused)>tr>td{background-color:#d1e0ed;color:#333}.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>td.dx-datagrid-group-space,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>tr>td.dx-datagrid-group-space,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused)>td.dx-datagrid-group-space,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused)>tr>td.dx-datagrid-group-space{border-right-color:#d1e0ed}.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>td.dx-pointer-events-none,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>tr>td.dx-pointer-events-none,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused)>td.dx-pointer-events-none,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused)>tr>td.dx-pointer-events-none{border-left-color:#e1ecf5;border-right-color:#e1ecf5}.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>td.dx-focused,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>tr>td.dx-focused,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused)>td.dx-focused,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused)>tr>td.dx-focused{background-color:#fff;color:#333}.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover:not(.dx-row-lines)>td,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-lines)>td{border-bottom:1px solid #d1e0ed;border-top:1px solid #d1e0ed}.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover:not(.dx-row-lines)>tr:first-child>td,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-lines)>tr:first-child>td{border-top:1px solid #d1e0ed}.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover:not(.dx-row-lines)>tr:last-child>td,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-lines)>tr:last-child>td{border-bottom:1px solid #d1e0ed}.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-column-lines>td,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-column-lines>tr>td,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-column-lines>td,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-column-lines>tr>td{border-left-color:#e1ecf5;border-right-color:#e1ecf5}.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-row-lines>td,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-row-lines>tr>td,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-row-lines>td,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-row-lines>tr>td{border-bottom-color:#e1ecf5}.dx-datagrid-rowsview.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-wrapper .dx-scrollable-container .dx-scrollable-content{padding-right:0}.dx-datagrid-rowsview td.dx-validation-pending{position:relative;padding:0}.dx-datagrid-rowsview td.dx-validation-pending .dx-highlight-outline{padding-right:24px}.dx-rtl.dx-datagrid-rowsview td.dx-validation-pending .dx-highlight-outline,.dx-rtl .dx-datagrid-rowsview td.dx-validation-pending .dx-highlight-outline{padding-left:24px;padding-right:0}.dx-datagrid-rowsview td.dx-validation-pending .dx-pending-indicator{pointer-events:none;position:absolute;top:50%;margin-top:-10px;width:20px;height:20px;right:2px;background-color:#fff}.dx-rtl.dx-datagrid-rowsview td.dx-validation-pending .dx-pending-indicator,.dx-rtl .dx-datagrid-rowsview td.dx-validation-pending .dx-pending-indicator{left:2px;right:auto}.dx-datagrid-search-text{color:#fff;background-color:#7ab8eb}.dx-datagrid-nodata{color:#99a1a8;font-size:14px}.dx-datagrid-bottom-load-panel{border-top:1px solid #e8eaeb}.dx-datagrid-pager{border-top:3px double #e8eaeb}.dx-datagrid-pager.dx-widget{color:#333}.dx-datagrid-pager .dx-navigate-button,.dx-datagrid-pager .dx-page,.dx-datagrid-pager .dx-page-size{outline:0}.dx-datagrid-pager.dx-state-focused .dx-navigate-button:focus,.dx-datagrid-pager.dx-state-focused .dx-page-size:focus,.dx-datagrid-pager.dx-state-focused .dx-page:focus{outline:2px solid #95c6ef;outline-offset:-2px}.dx-datagrid-summary-item{color:#99a1a8}.dx-datagrid-total-footer{border-top:1px solid #e8eaeb}.dx-datagrid-revert-tooltip .dx-overlay-content{background-color:#fff;min-width:inherit}.dx-datagrid-revert-tooltip .dx-revert-button{margin:0 1px;background-color:#d9534f;border-color:#d43f3a;color:#fff}.dx-datagrid-revert-tooltip .dx-revert-button .dx-icon{color:#fff}.dx-datagrid-revert-tooltip .dx-revert-button.dx-state-hover{background-color:#c9302c;border-color:#d43f3a}.dx-datagrid-revert-tooltip .dx-revert-button.dx-state-focused{background-color:#b52b27;border-color:#d43f3a}.dx-datagrid-revert-tooltip .dx-revert-button.dx-state-active{background-color:#a02622;border-color:#d43f3a;color:#fff}.dx-datagrid-revert-tooltip .dx-revert-button>.dx-button-content{padding:5px}.dx-toolbar-menu-section .dx-datagrid-checkbox-size{width:100%}.dx-toolbar-menu-section .dx-datagrid-checkbox-size .dx-checkbox-container{padding:14px}.dx-toolbar-menu-section .dx-datagrid-checkbox-size .dx-checkbox-text{padding-left:34px}.dx-rtl .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused)>td:not(.dx-focused).dx-datagrid-group-space{border-left-color:#edf0f2;border-right-color:transparent}.dx-rtl .dx-datagrid-filter-row .dx-menu .dx-menu-item-has-submenu.dx-menu-item-has-icon .dx-icon{margin:0 3px}.dx-rtl .dx-datagrid-filter-row td .dx-editor-container .dx-filter-range-content{padding:5px 24px 5px 5px}.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover>td,.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover>tr>td,.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row>td,.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row>tr>td{border-right-color:#e1ecf5}.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover>td:not(.dx-focused).dx-datagrid-group-space,.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover>tr>td:not(.dx-focused).dx-datagrid-group-space,.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row>td:not(.dx-focused).dx-datagrid-group-space,.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row>tr>td:not(.dx-focused).dx-datagrid-group-space{border-left-color:#d1e0ed}.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover>td.dx-pointer-events-none,.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover>tr>td.dx-pointer-events-none,.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row>td.dx-pointer-events-none,.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row>tr>td.dx-pointer-events-none{border-left-color:#e1ecf5}.dx-rtl .dx-datagrid-rowsview.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-wrapper .dx-scrollable-container .dx-scrollable-content{padding-left:0}.dx-datagrid-group-panel{font-size:12px;-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.dx-datagrid-group-panel .dx-group-panel-message{color:#99a1a8;font-weight:400;padding:5px;border-top:1px solid transparent;border-bottom:1px solid transparent}.dx-datagrid-group-panel .dx-group-panel-item{margin-right:5px;color:#99a1a8;font-weight:400;border:1px solid #e8eaeb;padding:5px}.dx-datagrid-group-panel .dx-block-separator{margin-right:5px;color:#99a1a8;font-weight:400;padding:6px;background-color:#eee}.dx-datagrid-group-panel .dx-sort{color:#99a1a8}.dx-datagrid-rowsview .dx-row.dx-group-row:first-child{border-top:none}.dx-datagrid-rowsview .dx-row.dx-group-row{font-weight:700}.dx-datagrid-rowsview .dx-row.dx-group-row:not(.dx-row-focused){color:#99a1a8;background-color:#fafafa}.dx-datagrid-rowsview .dx-row.dx-group-row td{border-top-color:#e8eaeb;border-bottom-color:#e8eaeb}.dx-datagrid-group-opened{font:14px/14px DXIcons;height:14px;background-position:0 0;background-size:14px 14px;padding:0;text-align:center;color:#99a1a8}.dx-datagrid-group-opened:before{content:"\\f001"}.dx-datagrid-group-closed{font:14px/14px DXIcons;height:14px;background-position:0 0;background-size:14px 14px;padding:0;text-align:center;color:#99a1a8}.dx-datagrid-group-closed:before{content:"\\f04e"}.dx-datagrid-group-closed,.dx-datagrid-group-opened{width:100%}.dx-row.dx-datagrid-group-footer.dx-column-lines{border-bottom:1px solid #e8eaeb}.dx-row.dx-datagrid-group-footer>td{background-color:#fff;border-top:1px solid #e8eaeb;border-left-width:0;border-right-width:0}.dx-rtl .dx-datagrid-group-panel .dx-block-separator,.dx-rtl .dx-datagrid-group-panel .dx-group-panel-item{margin-left:5px}.dx-datagrid-filter-panel .dx-datagrid-filter-panel-clear-filter,.dx-datagrid-filter-panel .dx-datagrid-filter-panel-text,.dx-datagrid-filter-panel .dx-icon-filter{outline:0;color:#7ab8eb}.dx-pivotgrid-fields-container .dx-position-indicator.dx-position-indicator-vertical{margin-top:-4px;margin-left:-1px;height:2px}.dx-pivotgrid-fields-container .dx-position-indicator.dx-position-indicator-vertical.dx-position-indicator-last{margin-top:-3px}.dx-pivotgrid-fields-container .dx-position-indicator.dx-position-indicator-horizontal{margin-left:-3px;width:2px}.dx-pivotgrid-fields-container .dx-position-indicator.dx-position-indicator-horizontal.dx-position-indicator-last{margin-left:3px}.dx-pivotgrid-fields-container .dx-area-fields{position:relative}.dx-pivotgrid-fields-container .dx-sort{color:#99a1a8;font-size:14px;width:14px}.dx-pivotgrid-fields-container .dx-sort-up{font:14px/1 DXIcons}.dx-pivotgrid-fields-container .dx-sort-up:before{content:"\\f051"}.dx-pivotgrid-fields-container .dx-sort-down{font:14px/1 DXIcons}.dx-pivotgrid-fields-container .dx-sort-down:before{content:"\\f052"}.dx-pivotgrid-fields-container .dx-header-filter{color:#99a1a8;font:14px/1 DXIcons;width:14px}.dx-pivotgrid-fields-container .dx-header-filter:before{content:"\\f050"}.dx-pivotgrid-fields-container .dx-header-filter-empty{color:rgba(153,161,168,.5)}.dx-pivotgrid-fields-container .dx-area-field{cursor:pointer}.dx-pivotgrid-fields-container.dx-drag{opacity:.8}.dx-pivotgrid-fields-container.dx-drag .dx-area-field.dx-area-box{-webkit-box-shadow:0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2);box-shadow:0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2);border:1px solid rgba(122,184,235,.5)}.dx-pivotgrid-fields-container .dx-area-field.dx-area-box{background-color:#fff;margin-bottom:4px;border:1px solid #e8eaeb;padding:5px 6px}.dx-pivotgrid-fields-container .dx-drag-source{opacity:.5}.dx-pivotgrid-fields-container .dx-column-indicators{vertical-align:bottom;margin-left:4px;line-height:16px}.dx-pivotgrid-fields-container .dx-area-field-content{vertical-align:bottom}.dx-pivotgrid .dx-column-header .dx-pivotgrid-fields-area,.dx-pivotgrid .dx-filter-header .dx-pivotgrid-fields-area{overflow:hidden}.dx-pivotgrid .dx-column-header .dx-pivotgrid-toolbar,.dx-pivotgrid .dx-filter-header .dx-pivotgrid-toolbar{margin-right:10px;float:right;display:inline-block}.dx-pivotgrid .dx-column-header .dx-pivotgrid-toolbar .dx-pivotgrid-field-chooser-button,.dx-pivotgrid .dx-filter-header .dx-pivotgrid-toolbar .dx-pivotgrid-field-chooser-button{margin-right:4px}.dx-pivotgrid .dx-area-description-cell.dx-pivotgrid-background,.dx-pivotgrid .dx-column-header,.dx-pivotgrid .dx-data-header{background-color:hsla(0,0%,96.1%,.7)}.dx-pivotgrid .dx-column-header .dx-pivotgrid-fields-area-head tr>td:first-child{padding-left:0}.dx-pivotgrid .dx-filter-header .dx-area-field-container{border-spacing:4px;border-collapse:separate}.dx-pivotgrid .dx-filter-header .dx-pivotgrid-fields-area-head td{padding:2px}.dx-pivotgrid .dx-filter-header .dx-pivotgrid-fields-area-head tr>td:first-child{padding-left:2px}.dx-pivotgrid .dx-area-field.dx-area-box{margin-bottom:0}.dx-pivotgrid.dx-row-lines .dx-pivotgrid-area td{border-top:1px solid #e8eaeb}.dx-pivotgrid.dx-row-lines .dx-pivotgrid-area-data tr:first-child>td{border-top-width:0}.dx-pivotgrid .dx-area-description-cell,.dx-pivotgrid .dx-area-row-cell{border-right:1px solid #e8eaeb}.dx-pivotgrid .dx-area-description-cell{white-space:nowrap}.dx-pivotgrid .dx-area-description-cell .dx-pivotgrid-toolbar .dx-button{margin:1px}.dx-pivotgrid .dx-area-description-cell .dx-pivotgrid-toolbar .dx-button:not(.dx-state-hover):not(.dx-state-active){border-color:transparent;background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.dx-pivotgrid .dx-area-column-cell,.dx-pivotgrid .dx-area-description-cell,.dx-pivotgrid .dx-bottom-border{border-bottom:1px solid #e8eaeb}.dx-pivotgrid .dx-pivotgrid-area{-webkit-box-sizing:content-box;box-sizing:content-box}.dx-pivotgrid .dx-pivotgrid-area td{color:#99a1a8;padding:5px 6px}.dx-pivotgrid .dx-pivotgrid-fields-area-head td{position:relative;border:none;padding:6px 2px}.dx-pivotgrid .dx-pivotgrid-fields-area-head tr>td:first-child{padding-left:6px}.dx-pivotgrid .dx-pivotgrid-fields-area-head tr>td:last-child{padding-right:6px}.dx-pivotgrid .dx-pivotgrid-fields-area-head .dx-empty-area-text{white-space:nowrap;padding:6px 0;border:1px solid transparent;color:#565e65}.dx-pivotgrid .dx-group-connector{position:absolute;width:2px;top:50%;height:2px;margin-top:-1px;background-color:#e8eaeb}.dx-pivotgrid .dx-group-connector.dx-group-connector-prev{left:0}.dx-pivotgrid .dx-group-connector.dx-group-connector-next{right:0}.dx-pivotgrid .dx-virtual-content{display:none}.dx-pivotgrid .dx-virtual-mode .dx-virtual-content{position:relative;overflow:hidden;display:block}.dx-pivotgrid .dx-virtual-mode .dx-virtual-content table td{color:transparent;background-color:transparent!important}.dx-pivotgrid .dx-virtual-mode .dx-virtual-content table td span{visibility:hidden}.dx-pivotgrid .dx-virtual-mode table{position:absolute}.dx-pivotgrid .dx-pivotgrid-area-data{position:relative}.dx-pivotgrid .dx-pivotgrid-area-data tbody td{text-align:right;color:#333;white-space:nowrap;border-left:1px solid #e8eaeb}.dx-pivotgrid .dx-pivotgrid-area-data tbody td:first-child{border-left:0}.dx-pivotgrid .dx-pivotgrid-area-data tbody tr:first-child .dx-grandtotal,.dx-pivotgrid .dx-pivotgrid-area-data tbody tr:first-child .dx-total{border-top-width:0}.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-expand-border{border-top:1px solid #e8eaeb}.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-last-cell{border-right:0}.dx-pivotgrid .dx-pivotgrid-vertical-headers td{min-width:50px;border-right:1px solid #e8eaeb}.dx-pivotgrid .dx-pivotgrid-vertical-headers tr:first-child td{border-top:0}.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-pivotgrid-fields-area-head td:last-child{border-right:0}.dx-pivotgrid .dx-pivotgrid-area-data .dx-row-total,.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-row-total{border-top:1px solid #e8eaeb;border-bottom:1px solid #e8eaeb}.dx-pivotgrid .dx-area-tree-view .dx-total{border-bottom:none}.dx-pivotgrid .dx-area-tree-view td.dx-white-space-column{border-top:1px solid transparent;background-color:hsla(0,0%,96.1%,.7);padding:0;width:16px;min-width:16px}.dx-pivotgrid .dx-pivotgrid-horizontal-headers.dx-vertical-scroll{border-right:1px solid #e8eaeb}.dx-pivotgrid .dx-pivotgrid-horizontal-headers td{text-align:center;border:1px solid #e8eaeb}.dx-pivotgrid .dx-pivotgrid-horizontal-headers td.dx-pivotgrid-collapsed,.dx-pivotgrid .dx-pivotgrid-horizontal-headers td.dx-pivotgrid-expanded{text-align:left}.dx-pivotgrid .dx-pivotgrid-horizontal-headers td:first-child{border-left:0}.dx-pivotgrid .dx-pivotgrid-horizontal-headers tr:first-child td{border-top:0}.dx-pivotgrid .dx-expand-icon-container{margin-left:-5px;margin-right:0;width:14px}.dx-pivotgrid .dx-pivotgrid-horizontal-headers:last-child{border-bottom:0}.dx-pivotgrid .dx-area-description-cell,.dx-pivotgrid .dx-column-header,.dx-pivotgrid .dx-data-header,.dx-pivotgrid .dx-total{background-color:hsla(0,0%,96.1%,.7)}.dx-pivotgrid .dx-grandtotal{background-color:#f5f5f5}.dx-pivotgrid .dx-pivotgrid-border .dx-area-description-cell,.dx-pivotgrid .dx-pivotgrid-border .dx-area-row-cell,.dx-pivotgrid .dx-pivotgrid-border .dx-data-header,.dx-pivotgrid .dx-pivotgrid-border .dx-filter-header{border-left:1px solid #e8eaeb}.dx-pivotgrid .dx-pivotgrid-border .dx-area-column-cell,.dx-pivotgrid .dx-pivotgrid-border .dx-area-data-cell,.dx-pivotgrid .dx-pivotgrid-border .dx-column-header,.dx-pivotgrid .dx-pivotgrid-border .dx-filter-header{border-right:1px solid #e8eaeb}.dx-pivotgrid .dx-pivotgrid-border .dx-filter-header{border-top:1px solid #e8eaeb}.dx-pivotgrid .dx-pivotgrid-border .dx-filter-header td{display:inline-block}.dx-pivotgrid .dx-pivotgrid-border .dx-area-data-cell,.dx-pivotgrid .dx-pivotgrid-border .dx-area-row-cell{border-bottom:1px solid #e8eaeb}.dx-pivotgrid .dx-icon-sorted{display:inline-block;margin-left:5px;width:14px}.dx-pivotgrid .dx-popup-content{padding:6px}.dx-pivotgrid .dx-popup-content .dx-pivotgrid-fields-area-head td{padding:0 2px}.dx-pivotgridfieldchooser .dx-area-fields{overflow:hidden}.dx-pivotgridfieldchooser .dx-treeview-item .dx-icon{margin-bottom:1px;width:16px;height:16px;background-position:0 0;background-size:16px 16px;padding:0;font-size:16px;text-align:center;line-height:16px}.dx-pivotgridfieldchooser .dx-treeview-search{margin:5px}.dx-pivotgridfieldchooser .dx-area-icon{display:inline-block;vertical-align:middle;width:16px;height:16px}.dx-pivotgridfieldchooser .dx-area{padding:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.dx-pivotgridfieldchooser .dx-area>.dx-scrollable,.dx-pivotgridfieldchooser .dx-area>.dx-scrollable>.dx-scrollable-wrapper,.dx-pivotgridfieldchooser .dx-area>.dx-treeview,.dx-pivotgridfieldchooser .dx-area>.dx-treeview>.dx-scrollable,.dx-pivotgridfieldchooser .dx-area>.dx-treeview>.dx-scrollable-wrapper,.dx-pivotgridfieldchooser .dx-area>.dx-treeview>.dx-scrollable>.dx-scrollable-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:0}.dx-pivotgridfieldchooser .dx-area>.dx-scrollable>.dx-scrollable-wrapper>.dx-scrollable-container,.dx-pivotgridfieldchooser .dx-area>.dx-treeview>.dx-scrollable-wrapper>.dx-scrollable-container,.dx-pivotgridfieldchooser .dx-area>.dx-treeview>.dx-scrollable>.dx-scrollable-wrapper>.dx-scrollable-container{height:auto}.dx-pivotgridfieldchooser .dx-area .dx-area-fields{margin-top:3px;border:1px solid #e8eaeb;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:0}.dx-pivotgridfieldchooser .dx-area-fields-header .dx-area-caption{-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.dx-pivotgridfieldchooser .dx-area-fields[group]{padding:5px;background-color:hsla(0,0%,96.1%,.7);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.dx-pivotgridfieldchooser .dx-area-fields.dx-drag-target{border-color:#7ab8eb}.dx-pivotgridfieldchooser .dx-area-icon-all{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAJElEQVQoz2P8z4AfsDAwJELVzGfExmIiYAAD5QoYRx1JL0cCAJeiFh8Qq9chAAAAAElFTkSuQmCC) 50% no-repeat}.dx-pivotgridfieldchooser .dx-area-icon-filter{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAWElEQVQoz83RsQqAMAxF0fepFxzEQRz8e1sah0JTamhXeVtyCCSRaR6ZTGQsSHJgcRyk1YQ7aBcuB+KkDO0D9UDsHcmARiC2BqiVEfg2+jOoF30+YPnNWV4jV/jo04VE6gAAAABJRU5ErkJggg==) 50% no-repeat}.dx-pivotgridfieldchooser .dx-area-icon-row{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAI0lEQVQoz2P4z4AfAlHCfwjEzqKPAsKObIBA7Cz6KBgGIQkAQ8IdQJKOGQIAAAAASUVORK5CYII=) 50% no-repeat}.dx-pivotgridfieldchooser .dx-area-icon-column{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAIElEQVQoz2P4z4AfAlHCfwgEshogEFmMPgpGHUkfRwIAQ8IdQALkrHMAAAAASUVORK5CYII=) 50% no-repeat}.dx-pivotgridfieldchooser .dx-area-icon-data,.dx-pivotgridfieldchooser .dx-icon-measure{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAARElEQVQoz2P4z4AfMhClIOE/NkiSAl+ooG8CQwKIzwChEQpQlGBXgKYEwxeoSrB6k7ACfFYkYPgDXQGKdAItQpKi2AQAaDQFJxj4SdQAAAAASUVORK5CYII=) 50% no-repeat}.dx-pivotgridfieldchooser .dx-icon-dimension{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAH0lEQVQoz2P4z4AfMlBHQcJ/MESjqasAKxx5bqAosgCZ3QSYpC33dQAAAABJRU5ErkJggg==) 50% no-repeat}.dx-pivotgridfieldchooser .dx-icon-hierarchy{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAMUlEQVQoz2P4z4AfMlBXQcJ/EKShggQoxKEAojsBwxQqKUjACpEVoOhGNYVKCiiKLAATcARoA49V5wAAAABJRU5ErkJggg==) 50% no-repeat}.dx-rtl .dx-pivotgrid-fields-container .dx-position-indicator.dx-position-indicator-horizontal{margin-left:-3px}.dx-rtl .dx-pivotgrid-fields-container .dx-position-indicator.dx-position-indicator-horizontal.dx-position-indicator-last{margin-left:1px}.dx-rtl .dx-pivotgrid-fields-container .dx-column-indicators{margin-left:0;margin-right:4px}.dx-rtl.dx-pivotgrid .dx-column-header .dx-pivotgrid-toolbar,.dx-rtl.dx-pivotgrid .dx-filter-header .dx-pivotgrid-toolbar{margin-right:0;margin-left:10px;float:left}.dx-rtl.dx-pivotgrid .dx-column-header .dx-pivotgrid-toolbar .dx-pivotgrid-field-chooser-button,.dx-rtl.dx-pivotgrid .dx-filter-header .dx-pivotgrid-toolbar .dx-pivotgrid-field-chooser-button{margin-right:0;margin-left:4px}.dx-rtl.dx-pivotgrid .dx-column-header .dx-pivotgrid-fields-area-head tr>td:first-child{padding-left:2px;padding-right:0}.dx-rtl.dx-pivotgrid .dx-pivotgrid-fields-area-head tr>td{padding:6px 2px}.dx-rtl.dx-pivotgrid .dx-pivotgrid-fields-area-head tr>td:first-child{padding-right:6px}.dx-rtl.dx-pivotgrid .dx-pivotgrid-fields-area-head tr>td:last-child{padding-left:6px}.dx-rtl.dx-pivotgrid .dx-group-connector.dx-group-connector-prev{left:auto;right:0}.dx-rtl.dx-pivotgrid .dx-group-connector.dx-group-connector-next{right:auto;left:0}.dx-rtl.dx-pivotgrid .dx-area-description-cell,.dx-rtl.dx-pivotgrid .dx-area-row-cell{border-left:1px solid #e8eaeb;border-right:0}.dx-rtl.dx-pivotgrid .dx-pivotgrid-area-data tbody td{border-left:0;border-right:1px solid #e8eaeb}.dx-rtl.dx-pivotgrid .dx-pivotgrid-area-data tbody td:first-child,.dx-rtl.dx-pivotgrid .dx-pivotgrid-vertical-headers td{border-left:1px solid #e8eaeb;border-right:0}.dx-rtl.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-last-cell{border-left:0;border-right:0}.dx-rtl.dx-pivotgrid .dx-pivotgrid-horizontal-headers.dx-vertical-scroll{border-right:0;border-left:1px solid #e8eaeb}.dx-rtl.dx-pivotgrid .dx-pivotgrid-horizontal-headers.dx-pivotgrid-area{border-left:0}.dx-rtl.dx-pivotgrid .dx-pivotgrid-horizontal-headers td:first-child{border-left:1px solid #e8eaeb;border-right:0}.dx-rtl.dx-pivotgrid .dx-pivotgrid-horizontal-headers td.dx-pivotgrid-collapsed,.dx-rtl.dx-pivotgrid .dx-pivotgrid-horizontal-headers td.dx-pivotgrid-expanded{text-align:right}.dx-rtl.dx-pivotgrid .dx-expand-icon-container{margin-left:0;margin-right:-5px}.dx-rtl.dx-pivotgrid .dx-pivotgrid-collapsed .dx-expand-icon-container{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.dx-rtl.dx-pivotgrid .dx-icon-sorted{margin-left:0;margin-right:5px}.dx-rtl.dx-pivotgrid .dx-pivotgridfieldchooser-container .dx-col{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-area-description-cell,.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-area-row-cell,.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-data-header{border-right:1px solid #e8eaeb}.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-area-column-cell,.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-area-data-cell,.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-column-header{border-left:1px solid #e8eaeb}.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-column-header{border-right:none}.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-area-row-cell,.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-data-header{border-left:none}.dx-pivotgrid{background-color:#fff}.dx-pivotgrid .dx-area-description-cell .dx-button-content,.dx-pivotgrid .dx-column-header .dx-pivotgrid-toolbar .dx-button-content,.dx-pivotgrid .dx-filter-header .dx-pivotgrid-toolbar .dx-button-content{padding:5px}.dx-pivotgrid .dx-column-header .dx-pivotgrid-toolbar .dx-button,.dx-pivotgrid .dx-filter-header .dx-pivotgrid-toolbar .dx-button{margin-top:10px}.dx-pivotgrid .dx-expand-icon-container{font:14px/1 DXIcons}.dx-pivotgrid .dx-expand-icon-container:before{content:"\\f04e";visibility:hidden}.dx-pivotgrid .dx-pivotgrid-collapsed .dx-expand{font:14px/14px DXIcons;text-align:center;color:#99a1a8}.dx-pivotgrid .dx-pivotgrid-collapsed .dx-expand:before{content:"\\f04e";position:absolute;display:block;width:14px;top:50%;margin-top:-7px;left:50%;margin-left:-7px}.dx-pivotgrid .dx-pivotgrid-expanded .dx-expand{font:14px/14px DXIcons;text-align:center;color:#99a1a8}.dx-pivotgrid .dx-pivotgrid-expanded .dx-expand:before{content:"\\f001";position:absolute;display:block;width:14px;top:50%;margin-top:-7px;left:50%;margin-left:-7px}.dx-pivotgrid .dx-ie .dx-pivotgrid-fields-area{color:#333;font-weight:400;font-size:12px}.dx-pivotgrid .dx-ie .dx-pivotgrid-fields-area,.dx-pivotgrid .dx-ie .dx-pivotgrid-fields-area input,.dx-pivotgrid .dx-ie .dx-pivotgrid-fields-area textarea{font-family:"Helvetica Neue","Segoe UI",Helvetica,Verdana,sans-serif;line-height:1.33334}.dx-pivotgridfieldchooser{background-color:#fff}.dx-pivotgrid-fields-container .dx-position-indicator{background-color:grey}.dx-treelist-borders>.dx-treelist-headers,.dx-treelist-borders>.dx-treelist-rowsview,.dx-treelist-borders>.dx-treelist-total-footer{border-left:1px solid #e8eaeb;border-right:1px solid #e8eaeb}.dx-treelist-borders>.dx-treelist-rowsview,.dx-treelist-borders>.dx-treelist-total-footer{border-bottom:1px solid #e8eaeb}.dx-treelist-borders>.dx-treelist-filter-panel,.dx-treelist-borders>.dx-treelist-headers,.dx-treelist-borders>.dx-treelist-pager{border-top:1px solid #e8eaeb}.dx-treelist-borders>.dx-treelist-filter-panel{border-top-width:0;border-left:1px solid #e8eaeb;border-right:1px solid #e8eaeb;border-bottom:1px solid #e8eaeb}.dx-sortable-dragging>div>.dx-gridbase-container>.dx-treelist-rowsview{border-color:rgba(122,184,235,.5)}.dx-treelist .dx-column-lines>td:first-child{border-left:none}.dx-treelist .dx-column-lines>td:last-child{border-right:none}.dx-treelist .dx-command-drag .dx-treelist-drag-icon{font:14px/1 DXIcons}.dx-treelist .dx-command-drag .dx-treelist-drag-icon:before{content:"\\f038"}.dx-treelist-container{color:#333;background-color:#fff}.dx-treelist-container .dx-sort-up{font:14px/1 DXIcons}.dx-treelist-container .dx-sort-up:before{content:"\\f051"}.dx-treelist-container .dx-sort-down{font:14px/1 DXIcons}.dx-treelist-container .dx-sort-down:before{content:"\\f052"}.dx-treelist-container .dx-sort-down,.dx-treelist-container .dx-sort-up{font-family:inherit}.dx-treelist-container .dx-sort-down:before,.dx-treelist-container .dx-sort-up:before{font-family:DXIcons,sans-serif}.dx-treelist-container .dx-treelist-headers .dx-header-filter,.dx-treelist-container .dx-treelist-headers .dx-header-row>td{outline:0}.dx-treelist-container .dx-treelist-headers.dx-state-focused .dx-header-row td .dx-header-filter:focus,.dx-treelist-container .dx-treelist-headers.dx-state-focused .dx-header-row td:focus{outline:2px solid #95c6ef}.dx-treelist-container .dx-treelist-headers.dx-state-focused .dx-header-row td:focus{outline-offset:-2px}.dx-treelist-container .dx-treelist-headers.dx-state-focused .dx-header-row td .dx-header-filter:focus{outline-offset:2px}.dx-treelist-container .dx-header-filter{position:relative;color:#99a1a8;font:14px/1 DXIcons}.dx-treelist-container .dx-header-filter:before{content:"\\f050"}.dx-treelist-container .dx-header-filter-empty{color:rgba(153,161,168,.5)}.dx-treelist-container.dx-filter-menu .dx-menu-item-content .dx-icon{width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;font-size:14px;text-align:center;line-height:14px}.dx-treelist-container .dx-treelist-content-fixed .dx-treelist-table .dx-col-fixed{background-color:#fff}.dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none,.dx-treelist-container .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none,.dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none,.dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none,.dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none{border-left:2px solid #e8eaeb;border-right:2px solid #e8eaeb}.dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-first-cell,.dx-treelist-container .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-first-cell,.dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none.dx-first-cell,.dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none.dx-first-cell,.dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-first-cell{border-left:none}.dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-last-cell,.dx-treelist-container .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-last-cell,.dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none.dx-last-cell,.dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none.dx-last-cell,.dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-last-cell{border-right:none}.dx-treelist-container .dx-treelist-rowsview.dx-state-focused .dx-data-row>td.dx-command-edit>a.dx-link:focus{outline:2px solid #95c6ef;outline-offset:2px}.dx-treelist-container .dx-treelist-rowsview.dx-state-focused .dx-data-row.dx-row-focused>td.dx-command-edit>a.dx-link:focus{outline-color:#fff;outline-offset:0}.dx-treelist-container .dx-treelist-rowsview .dx-treelist-edit-form{background-color:#fff}.dx-treelist-container .dx-treelist-rowsview .dx-virtual-row>td{position:relative}.dx-treelist-container .dx-treelist-rowsview .dx-virtual-row>td:before{display:block;height:100%;content:"";background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAACqCAYAAABbAOqQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA39pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjYWQ2ODE5MS00ZDMxLWRjNGYtOTU0NC1jNjJkMTIxMjY2M2IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTlGRkQ2QzMzRDYzMTFFODg0NDZGNjZGMUE0MTU0RDgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTlGRkQ2QzIzRDYzMTFFODg0NDZGNjZGMUE0MTU0RDgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVlMjM1Y2U0LTc5ZWUtNGI0NC05ZjlkLTk2NTZmZGFjNjhhNCIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjk1OTQ2MjBiLTUyMTQtYTM0Yy04Nzc5LTEwMmEyMTY4MTlhOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpydNkAAAADrSURBVHja7N3BDYBACABBsQn7L48q0BoMD5SZxAZuc74gF1V1MMfpCARBEEEQRBAEEQRBdovnuxxDq3RD/LIQRBAEQRBBEEQQBBEEQQQBAAAAAAAAABhi8gZVbgxi6kQQBBEEQQRBEEEQRBAEQRBBAAAAAAAAAAAabX2Daux2lqkTQRBEEAQRBEEEQRBBEARBBAEAAAAAAAAAaLR1g2osUyeCIIggCCIIggiCIIIgCIIIAgAAAAAAAADQ6KsbVPnXIKZOBEEQQRBEEAQRBEEEQRAEEYRXoqqcghuCIIIgiCAIIgiCCMIUtwADALYCCr92l++TAAAAAElFTkSuQmCC);background-repeat:repeat-y}.dx-treelist-container .dx-treelist-rowsview .dx-virtual-row>td[style*="text-align: right"]:before{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.dx-treelist-container .dx-treelist-filter-row .dx-filter-range-content{color:#333}.dx-treelist-container .dx-error-row td{color:#fff;padding:0}.dx-treelist-container .dx-error-row .dx-error-message{background-color:#e89895;white-space:normal;word-wrap:break-word}.dx-treelist-filter-panel{color:#333;border-top:1px solid #e8eaeb}.dx-treelist-filter-panel.dx-state-focused .dx-icon-filter:focus,.dx-treelist-filter-panel.dx-state-focused .dx-treelist-filter-panel-clear-filter:focus,.dx-treelist-filter-panel.dx-state-focused .dx-treelist-filter-panel-text:focus{outline:2px solid #95c6ef}.dx-treelist-form-buttons-container{float:right}.dx-treelist-form-buttons-container .dx-button{margin-left:10px;margin-top:10px}.dx-treelist-export-menu .dx-menu-item .dx-icon-exportxlsx{width:16px;height:16px;background-position:0 0;background-size:16px 16px;padding:0;font-size:16px;text-align:center;line-height:16px}.dx-treelist-adaptive-more{cursor:pointer;font:21px/21px DXIcons}.dx-treelist-adaptive-more:before{content:"\\f06c"}.dx-treelist-edit-popup .dx-error-message{background-color:#e89895;white-space:normal;word-wrap:break-word;color:#fff;margin-bottom:20px}.dx-rtl.dx-treelist .dx-column-lines>td:first-child{border-right:none;border-left:1px solid #e8eaeb}.dx-rtl.dx-treelist .dx-column-lines>td:last-child{border-left:none;border-right:1px solid #e8eaeb}.dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none,.dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none,.dx-rtl .dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none,.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none,.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none{border-left:2px solid #e8eaeb;border-right:2px solid #e8eaeb}.dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-first-cell,.dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-first-cell,.dx-rtl .dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none.dx-first-cell,.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none.dx-first-cell,.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-first-cell{border-right:none}.dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-last-cell,.dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-last-cell,.dx-rtl .dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none.dx-last-cell,.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none.dx-last-cell,.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-last-cell{border-left:none}.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-virtual-row>td:before{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-virtual-row>td[style*="text-align: left"]:before{-webkit-transform:scale(1);transform:scale(1)}.dx-rtl .dx-treelist-form-buttons-container{float:left}.dx-rtl .dx-treelist-form-buttons-container .dx-button{margin-left:0;margin-right:10px}.dx-treelist-cell-updated-animation{-webkit-animation:dx-treelist-highlight-change 1s;animation:dx-treelist-highlight-change 1s}@-webkit-keyframes dx-treelist-highlight-change{0%,50%{background-color:rgba(51,51,51,.08)}}@keyframes dx-treelist-highlight-change{0%,50%{background-color:rgba(51,51,51,.08)}}.dx-treelist-container.dx-filter-menu .dx-menu-item-has-icon .dx-icon,.dx-treelist.dx-filter-menu .dx-menu-item-has-icon .dx-icon{color:#99a1a8}.dx-treelist-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc,.dx-treelist.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc{font:16px/16px DXIcons;width:16px;height:16px;background-position:0 0;background-size:16px 16px;padding:0;text-align:center}.dx-treelist-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc:before,.dx-treelist.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc:before{content:"\\f053"}.dx-treelist-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc,.dx-treelist.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc{font:16px/16px DXIcons;width:16px;height:16px;background-position:0 0;background-size:16px 16px;padding:0;text-align:center}.dx-treelist-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc:before,.dx-treelist.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc:before{content:"\\f054"}.dx-treelist-container .dx-icon-filter-operation-equals,.dx-treelist .dx-icon-filter-operation-equals{font:14px/1 DXIcons}.dx-treelist-container .dx-icon-filter-operation-equals:before,.dx-treelist .dx-icon-filter-operation-equals:before{content:"\\f044"}.dx-treelist-container .dx-icon-filter-operation-default,.dx-treelist .dx-icon-filter-operation-default{font:12px/12px DXIcons;width:12px;height:12px;background-position:0 0;background-size:12px 12px;padding:0;text-align:center}.dx-treelist-container .dx-icon-filter-operation-default:before,.dx-treelist .dx-icon-filter-operation-default:before{content:"\\f027"}.dx-treelist-container .dx-icon-filter-operation-not-equals,.dx-treelist .dx-icon-filter-operation-not-equals{font:14px/1 DXIcons}.dx-treelist-container .dx-icon-filter-operation-not-equals:before,.dx-treelist .dx-icon-filter-operation-not-equals:before{content:"\\f045"}.dx-treelist-container .dx-icon-filter-operation-less,.dx-treelist .dx-icon-filter-operation-less{font:14px/1 DXIcons}.dx-treelist-container .dx-icon-filter-operation-less:before,.dx-treelist .dx-icon-filter-operation-less:before{content:"\\f046"}.dx-treelist-container .dx-icon-filter-operation-less-equal,.dx-treelist .dx-icon-filter-operation-less-equal{font:14px/1 DXIcons}.dx-treelist-container .dx-icon-filter-operation-less-equal:before,.dx-treelist .dx-icon-filter-operation-less-equal:before{content:"\\f048"}.dx-treelist-container .dx-icon-filter-operation-greater,.dx-treelist .dx-icon-filter-operation-greater{font:14px/1 DXIcons}.dx-treelist-container .dx-icon-filter-operation-greater:before,.dx-treelist .dx-icon-filter-operation-greater:before{content:"\\f047"}.dx-treelist-container .dx-icon-filter-operation-greater-equal,.dx-treelist .dx-icon-filter-operation-greater-equal{font:14px/1 DXIcons}.dx-treelist-container .dx-icon-filter-operation-greater-equal:before,.dx-treelist .dx-icon-filter-operation-greater-equal:before{content:"\\f049"}.dx-treelist-container .dx-icon-filter-operation-contains,.dx-treelist .dx-icon-filter-operation-contains{font:14px/1 DXIcons}.dx-treelist-container .dx-icon-filter-operation-contains:before,.dx-treelist .dx-icon-filter-operation-contains:before{content:"\\f063"}.dx-treelist-container .dx-icon-filter-operation-not-contains,.dx-treelist .dx-icon-filter-operation-not-contains{font:14px/1 DXIcons}.dx-treelist-container .dx-icon-filter-operation-not-contains:before,.dx-treelist .dx-icon-filter-operation-not-contains:before{content:"\\f066"}.dx-treelist-container .dx-icon-filter-operation-starts-with,.dx-treelist .dx-icon-filter-operation-starts-with{font:14px/1 DXIcons}.dx-treelist-container .dx-icon-filter-operation-starts-with:before,.dx-treelist .dx-icon-filter-operation-starts-with:before{content:"\\f064"}.dx-treelist-container .dx-icon-filter-operation-ends-with,.dx-treelist .dx-icon-filter-operation-ends-with{font:14px/1 DXIcons}.dx-treelist-container .dx-icon-filter-operation-ends-with:before,.dx-treelist .dx-icon-filter-operation-ends-with:before{content:"\\f065"}.dx-treelist-container .dx-icon-filter-operation-between,.dx-treelist .dx-icon-filter-operation-between{font:14px/1 DXIcons}.dx-treelist-container .dx-icon-filter-operation-between:before,.dx-treelist .dx-icon-filter-operation-between:before{content:"\\f06a"}.dx-treelist{line-height:inherit}.dx-treelist .dx-row-alt>td,.dx-treelist .dx-row-alt>tr>td{background-color:#fafafa;border-top:1px solid #fafafa;border-bottom:1px solid #fafafa}.dx-treelist .dx-row-alt.dx-row:not(.dx-row-removed){border-bottom-color:transparent}.dx-treelist .dx-link{color:#7ab8eb}.dx-treelist .dx-row-lines>td{border-bottom:1px solid #e8eaeb}.dx-treelist .dx-column-lines>td{border-left:1px solid #e8eaeb;border-right:1px solid #e8eaeb}.dx-treelist .dx-error-row .dx-closebutton{float:right;margin:7px;font:14px/14px DXIcons;width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;text-align:center}.dx-treelist .dx-error-row .dx-closebutton:before{content:"\\f00a"}.dx-treelist .dx-error-row .dx-error-message{padding:5px 35px 5px 5px}.dx-treelist .dx-row>td{padding:5px}.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit-with-icons .dx-link{width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;font-size:14px;text-align:center;line-height:14px;margin:0 1px}.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit-with-icons .dx-link:not(.dx-link-icon){width:auto}.dx-treelist .dx-treelist-rowsview .dx-virtual-row>td[style*="text-align: right"]:before{background-position-y:34px}.dx-treelist .dx-command-drag{width:32px;min-width:32px}.dx-treelist .dx-command-drag .dx-treelist-drag-icon{vertical-align:middle;width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;font-size:14px;text-align:center;line-height:16px}.dx-treelist-edit-popup .dx-error-message{padding:5px}.dx-treelist-headers .dx-texteditor-input,.dx-treelist-rowsview .dx-texteditor-input{padding:5px;min-height:26px}.dx-treelist-headers .dx-numberbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input,.dx-treelist-headers .dx-textbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input,.dx-treelist-rowsview .dx-numberbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input,.dx-treelist-rowsview .dx-textbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input{padding-right:5px}.dx-treelist-headers .dx-lookup,.dx-treelist-rowsview .dx-lookup{height:auto}.dx-treelist-headers .dx-lookup-field,.dx-treelist-rowsview .dx-lookup-field{padding-left:5px;padding-top:5px;padding-bottom:5px}.dx-treelist-headers .dx-searchbox .dx-placeholder:before,.dx-treelist-headers .dx-searchbox .dx-texteditor-input,.dx-treelist-rowsview .dx-searchbox .dx-placeholder:before,.dx-treelist-rowsview .dx-searchbox .dx-texteditor-input{padding-left:24px}.dx-rtl.dx-treelist-headers .dx-searchbox .dx-placeholder:before,.dx-rtl .dx-treelist-headers .dx-searchbox .dx-placeholder:before,.dx-rtl.dx-treelist-headers .dx-searchbox .dx-texteditor-input,.dx-rtl .dx-treelist-headers .dx-searchbox .dx-texteditor-input,.dx-rtl.dx-treelist-rowsview .dx-searchbox .dx-placeholder:before,.dx-rtl .dx-treelist-rowsview .dx-searchbox .dx-placeholder:before,.dx-rtl.dx-treelist-rowsview .dx-searchbox .dx-texteditor-input,.dx-rtl .dx-treelist-rowsview .dx-searchbox .dx-texteditor-input{padding-right:24px}.dx-editor-cell .dx-numberbox-spin-button{background-color:transparent}.dx-editor-cell .dx-icon-clear{left:0}.dx-editor-cell .dx-texteditor,.dx-editor-cell .dx-texteditor .dx-texteditor-input{background:#fff}.dx-editor-cell .dx-dropdowneditor{background-color:#fff}.dx-editor-cell.dx-focused .dx-dropdowneditor-icon{border-radius:0}.dx-editor-cell.dx-editor-inline-block .dx-highlight-outline:before{padding-top:5px;padding-bottom:5px}.dx-treelist-checkbox-size.dx-checkbox-checked .dx-checkbox-icon{font-size:10px}.dx-treelist-checkbox-size .dx-checkbox-icon{height:16px;width:16px}.dx-treelist-checkbox-size.dx-checkbox-indeterminate .dx-checkbox-icon{font-size:6px}.dx-device-mobile .dx-treelist-column-chooser-list .dx-empty-message,.dx-treelist-column-chooser-list .dx-empty-message{color:#999;padding:0 10px}.dx-treelist-column-chooser{color:#333;font-weight:400;font-size:12px}.dx-treelist-column-chooser,.dx-treelist-column-chooser input,.dx-treelist-column-chooser textarea{font-family:"Helvetica Neue","Segoe UI",Helvetica,Verdana,sans-serif;line-height:1.33334}.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-drag .dx-popup-content{padding:0 10px 10px}.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-drag .dx-popup-content .dx-treeview-search{margin-bottom:5px}.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-drag .dx-popup-content .dx-treeview-node{padding-left:20px}.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-select .dx-popup-content{padding:0 10px 10px}.dx-treelist-column-chooser .dx-overlay-content{background-color:#fff;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2)}.dx-treelist-column-chooser .dx-overlay-content .dx-popup-title{padding-top:7px;padding-bottom:9px;background-color:transparent}.dx-treelist-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item{margin-bottom:5px;background-color:#fff;color:#99a1a8;font-weight:400;border:1px solid #e8eaeb;padding:5px;-webkit-box-shadow:0 1px 3px -1px rgba(0,0,0,.2);box-shadow:0 1px 3px -1px rgba(0,0,0,.2)}.dx-treelist-drag-header{-webkit-box-shadow:0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2);box-shadow:0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2);color:#99a1a8;font-weight:400;padding:5px;border:1px solid rgba(122,184,235,.5);background-color:#fff}.dx-treelist-columns-separator{background-color:rgba(122,184,235,.5)}.dx-treelist-columns-separator-transparent{background-color:transparent}.dx-treelist-drop-highlight>td{background-color:#7ab8eb;color:#fff}.dx-treelist-focus-overlay{border:2px solid #95c6ef}.dx-treelist-table .dx-row .dx-command-select{width:55px;min-width:55px}.dx-treelist-table .dx-row .dx-command-edit{width:70px;min-width:70px}.dx-treelist-table .dx-row .dx-command-expand{width:15px;min-width:15px}.dx-treelist-table .dx-row .dx-command-expand.dx-treelist-group-space{padding-top:5px}.dx-treelist-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused)>td:not(.dx-focused){background-color:#edf0f2;color:#333}.dx-treelist-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused)>td:not(.dx-focused).dx-treelist-group-space{border-right-color:#edf0f2}.dx-treelist-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused)>td:not(.dx-focused).dx-command-select{overflow:inherit}.dx-treelist-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused)>.dx-treelist-readonly .dx-texteditor .dx-texteditor-input{background-color:#edf0f2;color:#333}.dx-treelist-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused)>td.dx-pointer-events-none{background-color:transparent}.dx-treelist-headers{color:#99a1a8;font-weight:400;-ms-touch-action:pinch-zoom;touch-action:pinch-zoom;border-bottom:1px solid #e8eaeb}.dx-treelist-headers .dx-treelist-content{margin-bottom:-1px}.dx-treelist-borders .dx-treelist-headers .dx-treelist-table{border-bottom-width:1px}.dx-treelist-headers .dx-treelist-table .dx-row>td{border-bottom:1px solid #e8eaeb}.dx-treelist-filter-row .dx-menu .dx-overlay-content{color:#333}.dx-treelist-filter-row .dx-menu-item.dx-state-focused{background-color:transparent}.dx-treelist-filter-row .dx-menu-item.dx-state-focused:after{border:2px solid #95c6ef}.dx-treelist-filter-row .dx-menu-item.dx-state-focused.dx-menu-item-expanded{background-color:#fff}.dx-treelist-filter-row .dx-menu-item.dx-state-focused.dx-menu-item-expanded:after{border-color:transparent}.dx-treelist-filter-row .dx-menu-item-has-submenu.dx-state-hover{background-color:transparent}.dx-treelist-filter-row .dx-menu-item-has-submenu.dx-menu-item-expanded.dx-state-hover{background-color:#fff}.dx-treelist-filter-row .dx-highlight-outline:after{border-color:rgba(92,184,92,.5)}.dx-treelist-filter-row .dx-menu-item-content .dx-icon{color:#99a1a8}.dx-treelist-filter-row td .dx-editor-container .dx-filter-range-content{padding:5px 5px 5px 24px}.dx-treelist-filter-range-overlay .dx-overlay-content{border:1px solid #e8eaeb;overflow:inherit;-webkit-box-shadow:2px 2px 3px rgba(0,0,0,.15);box-shadow:2px 2px 3px rgba(0,0,0,.15)}.dx-treelist-filter-range-overlay .dx-overlay-content .dx-editor-container.dx-highlight-outline:after{border-color:rgba(92,184,92,.5);left:0}.dx-treelist-filter-range-overlay .dx-overlay-content .dx-texteditor .dx-texteditor-input{background-color:#fff;padding:5px}.dx-treelist-filter-range-overlay .dx-overlay-content .dx-texteditor.dx-state-focused:after{border:2px solid #95c6ef}.dx-filter-menu.dx-menu{background-color:transparent;height:100%}.dx-filter-menu.dx-menu .dx-menu-item .dx-menu-item-content{padding:5px 3px 3px}.dx-filter-menu.dx-menu .dx-menu-item .dx-menu-item-content .dx-icon{margin:0 3px}.dx-editor-with-menu .dx-filter-menu .dx-menu-item-content .dx-icon.dx-icon-filter-operation-default,.dx-filter-menu .dx-menu-item-content .dx-icon.dx-icon-filter-operation-default{margin-top:2px}.dx-highlight-outline{padding:5px}.dx-treelist-header-panel{border-bottom:1px solid #e8eaeb}.dx-treelist-header-panel .dx-toolbar{margin-bottom:5px}.dx-treelist-header-panel .dx-apply-button{background-color:#5cb85c;border-color:#4cae4c;color:#fff}.dx-treelist-header-panel .dx-apply-button .dx-icon{color:#fff}.dx-treelist-header-panel .dx-apply-button.dx-state-hover{background-color:#449d44;border-color:#4cae4c}.dx-treelist-header-panel .dx-apply-button.dx-state-focused{background-color:#3d8b3d;border-color:#4cae4c}.dx-treelist-header-panel .dx-apply-button.dx-state-active{background-color:#357935;border-color:#4cae4c;color:#fff}.dx-icon-column-chooser{font:14px/14px DXIcons;width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;text-align:center}.dx-icon-column-chooser:before{content:"\\f04d"}.dx-treelist-addrow-button .dx-icon-edit-button-addrow{font:14px/14px DXIcons;width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;text-align:center}.dx-treelist-addrow-button .dx-icon-edit-button-addrow:before{content:"\\f00b"}.dx-treelist-cancel-button .dx-icon-edit-button-cancel{font:14px/14px DXIcons;width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;text-align:center}.dx-treelist-cancel-button .dx-icon-edit-button-cancel:before{content:"\\f04c"}.dx-treelist-save-button .dx-icon-edit-button-save{font:14px/14px DXIcons;width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;text-align:center}.dx-treelist-save-button .dx-icon-edit-button-save:before{content:"\\f041"}.dx-apply-button .dx-icon-apply-filter{font:14px/14px DXIcons;width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;text-align:center}.dx-apply-button .dx-icon-apply-filter:before{content:"\\f050"}.dx-treelist-export-button .dx-icon-export-to{font:14px/14px DXIcons;width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;text-align:center}.dx-treelist-export-button .dx-icon-export-to:before{content:"\\f05f"}.dx-treelist-export-button .dx-icon-export-excel-button{font:14px/14px DXIcons;width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;text-align:center}.dx-treelist-export-button .dx-icon-export-excel-button:before{content:"\\f117"}.dx-treelist-adaptive-more{width:17px;height:17px;background-position:0 0;background-size:17px 17px;padding:0;font-size:17px;text-align:center;line-height:17px}.dx-treelist-borders .dx-treelist-rowsview,.dx-treelist-headers+.dx-treelist-rowsview{border-top:1px solid #e8eaeb}.dx-treelist-rowsview .dx-row{border-top:1px solid transparent;border-bottom:1px solid transparent}.dx-treelist-rowsview .dx-row.dx-edit-row:first-child>td{border-top-width:0;border-bottom:1px solid #e8eaeb}.dx-treelist-rowsview .dx-row.dx-edit-row>td{border-top:1px solid #e8eaeb;border-bottom:1px solid #e8eaeb}.dx-treelist-rowsview .dx-row.dx-treelist-edit-form{white-space:normal}.dx-treelist-rowsview .dx-master-detail-row .dx-master-detail-cell,.dx-treelist-rowsview .dx-master-detail-row>.dx-treelist-group-space{border-top:1px solid #e8eaeb;border-bottom:1px solid #e8eaeb}.dx-treelist-rowsview .dx-master-detail-row:not(.dx-treelist-edit-form) .dx-master-detail-cell,.dx-treelist-rowsview .dx-master-detail-row:not(.dx-treelist-edit-form)>.dx-treelist-group-space{background-color:#fafafa}.dx-treelist-rowsview .dx-data-row .dx-validator.dx-treelist-invalid .dx-highlight-outline:after{border:1px solid rgba(217,83,79,.4)}.dx-treelist-rowsview .dx-data-row .dx-validator.dx-treelist-invalid.dx-focused>.dx-highlight-outline:after{border:1px solid #d9534f}.dx-treelist-rowsview .dx-data-row .dx-invalid-message .dx-overlay-content{padding:9px 17px}.dx-treelist-rowsview .dx-data-row .dx-cell-modified .dx-highlight-outline:after{border-color:rgba(92,184,92,.5)}.dx-treelist-rowsview .dx-data-row td:not(.dx-cell-modified):not(.dx-validation-pending):not(.dx-treelist-invalid) .dx-highlight-outline{padding:0}.dx-treelist-rowsview .dx-row-removed>td{background-color:rgba(92,184,92,.5);border-top:1px solid rgba(92,184,92,.5);border-bottom:1px solid rgba(92,184,92,.5)}.dx-treelist-rowsview .dx-adaptive-detail-row .dx-adaptive-item-text{padding-top:6px;padding-bottom:6px;padding-left:6px}.dx-treelist-rowsview .dx-adaptive-detail-row .dx-treelist-invalid{border:1px solid rgba(217,83,79,.4)}.dx-treelist-rowsview .dx-adaptive-detail-row .dx-treelist-invalid.dx-adaptive-item-text{padding-top:5px;padding-bottom:5px;padding-left:5px}.dx-treelist-rowsview .dx-item-modified{border-radius:2px;border:2px solid rgba(92,184,92,.5)}.dx-treelist-rowsview .dx-item-modified.dx-adaptive-item-text{padding-top:4px;padding-bottom:4px;padding-left:4px}.dx-treelist-rowsview .dx-row-focused:focus{outline:0}.dx-treelist-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link,.dx-treelist-rowsview .dx-row-focused.dx-data-row>td:not(.dx-focused),.dx-treelist-rowsview .dx-row-focused.dx-data-row>tr>td:not(.dx-focused){background-color:#95c6ef;color:#fff}.dx-treelist-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link .dx-texteditor-input,.dx-treelist-rowsview .dx-row-focused.dx-data-row>td:not(.dx-focused) .dx-texteditor-input,.dx-treelist-rowsview .dx-row-focused.dx-data-row>tr>td:not(.dx-focused) .dx-texteditor-input{border-radius:0}.dx-treelist-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link .dx-treelist-group-closed,.dx-treelist-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link .dx-treelist-group-opened,.dx-treelist-rowsview .dx-row-focused.dx-data-row>td:not(.dx-focused) .dx-treelist-group-closed,.dx-treelist-rowsview .dx-row-focused.dx-data-row>td:not(.dx-focused) .dx-treelist-group-opened,.dx-treelist-rowsview .dx-row-focused.dx-data-row>tr>td:not(.dx-focused) .dx-treelist-group-closed,.dx-treelist-rowsview .dx-row-focused.dx-data-row>tr>td:not(.dx-focused) .dx-treelist-group-opened{color:#fff}.dx-treelist-rowsview .dx-row-focused.dx-data-row .dx-command-edit .dx-link:focus{background-color:#fff;color:#333}.dx-treelist-rowsview .dx-row-focused.dx-data-row>td,.dx-treelist-rowsview .dx-row-focused.dx-data-row>tr:last-child>td{border-bottom:1px solid #95c6ef}.dx-treelist-rowsview .dx-row-focused.dx-data-row:not(.dx-row-lines)>td,.dx-treelist-rowsview .dx-row-focused.dx-data-row:not(.dx-row-lines)>tr:first-child>td{border-top:1px solid #95c6ef;border-bottom:1px solid #95c6ef}.dx-treelist-rowsview .dx-row-focused.dx-group-row{background-color:#95c6ef;color:#fff}.dx-treelist-rowsview .dx-row-focused.dx-group-row .dx-datagrid-summary-item,.dx-treelist-rowsview .dx-row-focused.dx-group-row .dx-treelist-group-closed,.dx-treelist-rowsview .dx-row-focused.dx-group-row .dx-treelist-group-opened{color:#fff}.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>td,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>tr>td,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused)>td,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused)>tr>td{background-color:#d1e0ed;color:#333}.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>td.dx-treelist-group-space,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>tr>td.dx-treelist-group-space,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused)>td.dx-treelist-group-space,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused)>tr>td.dx-treelist-group-space{border-right-color:#d1e0ed}.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>td.dx-pointer-events-none,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>tr>td.dx-pointer-events-none,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused)>td.dx-pointer-events-none,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused)>tr>td.dx-pointer-events-none{border-left-color:#e1ecf5;border-right-color:#e1ecf5}.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>td.dx-focused,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>tr>td.dx-focused,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused)>td.dx-focused,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused)>tr>td.dx-focused{background-color:#fff;color:#333}.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover:not(.dx-row-lines)>td,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-lines)>td{border-bottom:1px solid #d1e0ed;border-top:1px solid #d1e0ed}.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover:not(.dx-row-lines)>tr:first-child>td,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-lines)>tr:first-child>td{border-top:1px solid #d1e0ed}.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover:not(.dx-row-lines)>tr:last-child>td,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-lines)>tr:last-child>td{border-bottom:1px solid #d1e0ed}.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-column-lines>td,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-column-lines>tr>td,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-column-lines>td,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-column-lines>tr>td{border-left-color:#e1ecf5;border-right-color:#e1ecf5}.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-row-lines>td,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-row-lines>tr>td,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-row-lines>td,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-row-lines>tr>td{border-bottom-color:#e1ecf5}.dx-treelist-rowsview.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-wrapper .dx-scrollable-container .dx-scrollable-content{padding-right:0}.dx-treelist-rowsview td.dx-validation-pending{position:relative;padding:0}.dx-treelist-rowsview td.dx-validation-pending .dx-highlight-outline{padding-right:24px}.dx-rtl.dx-treelist-rowsview td.dx-validation-pending .dx-highlight-outline,.dx-rtl .dx-treelist-rowsview td.dx-validation-pending .dx-highlight-outline{padding-left:24px;padding-right:0}.dx-treelist-rowsview td.dx-validation-pending .dx-pending-indicator{pointer-events:none;position:absolute;top:50%;margin-top:-10px;width:20px;height:20px;right:2px;background-color:#fff}.dx-rtl.dx-treelist-rowsview td.dx-validation-pending .dx-pending-indicator,.dx-rtl .dx-treelist-rowsview td.dx-validation-pending .dx-pending-indicator{left:2px;right:auto}.dx-treelist-search-text{color:#fff;background-color:#7ab8eb}.dx-treelist-nodata{color:#99a1a8;font-size:14px}.dx-treelist-bottom-load-panel{border-top:1px solid #e8eaeb}.dx-treelist-pager{border-top:3px double #e8eaeb}.dx-treelist-pager.dx-widget{color:#333}.dx-treelist-pager .dx-navigate-button,.dx-treelist-pager .dx-page,.dx-treelist-pager .dx-page-size{outline:0}.dx-treelist-pager.dx-state-focused .dx-navigate-button:focus,.dx-treelist-pager.dx-state-focused .dx-page-size:focus,.dx-treelist-pager.dx-state-focused .dx-page:focus{outline:2px solid #95c6ef;outline-offset:-2px}.dx-treelist-summary-item{color:#99a1a8}.dx-treelist-total-footer{border-top:1px solid #e8eaeb}.dx-treelist-revert-tooltip .dx-overlay-content{background-color:#fff;min-width:inherit}.dx-treelist-revert-tooltip .dx-revert-button{margin:0 1px;background-color:#d9534f;border-color:#d43f3a;color:#fff}.dx-treelist-revert-tooltip .dx-revert-button .dx-icon{color:#fff}.dx-treelist-revert-tooltip .dx-revert-button.dx-state-hover{background-color:#c9302c;border-color:#d43f3a}.dx-treelist-revert-tooltip .dx-revert-button.dx-state-focused{background-color:#b52b27;border-color:#d43f3a}.dx-treelist-revert-tooltip .dx-revert-button.dx-state-active{background-color:#a02622;border-color:#d43f3a;color:#fff}.dx-treelist-revert-tooltip .dx-revert-button>.dx-button-content{padding:5px}.dx-toolbar-menu-section .dx-treelist-checkbox-size{width:100%}.dx-toolbar-menu-section .dx-treelist-checkbox-size .dx-checkbox-container{padding:14px}.dx-toolbar-menu-section .dx-treelist-checkbox-size .dx-checkbox-text{padding-left:34px}.dx-rtl .dx-toolbar-menu-section .dx-checkbox-text{padding-right:34px;padding-left:27px}.dx-rtl .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused)>td:not(.dx-focused).dx-treelist-group-space{border-left-color:#edf0f2;border-right-color:transparent}.dx-rtl .dx-treelist-filter-row .dx-menu .dx-menu-item-has-submenu.dx-menu-item-has-icon .dx-icon{margin:0 3px}.dx-rtl .dx-treelist-filter-row td .dx-editor-container .dx-filter-range-content{padding:5px 24px 5px 5px}.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover>td,.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover>tr>td,.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row>td,.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row>tr>td{border-right-color:#e1ecf5}.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover>td:not(.dx-focused).dx-treelist-group-space,.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover>tr>td:not(.dx-focused).dx-treelist-group-space,.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row>td:not(.dx-focused).dx-treelist-group-space,.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row>tr>td:not(.dx-focused).dx-treelist-group-space{border-left-color:#d1e0ed}.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover>td.dx-pointer-events-none,.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover>tr>td.dx-pointer-events-none,.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row>td.dx-pointer-events-none,.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row>tr>td.dx-pointer-events-none{border-left-color:#e1ecf5}.dx-rtl .dx-treelist-rowsview.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-wrapper .dx-scrollable-container .dx-scrollable-content{padding-left:0}.dx-treelist-rowsview .dx-treelist-empty-space{position:relative;display:inline-block;width:14px;font:14px/1 DXIcons}.dx-treelist-rowsview .dx-treelist-empty-space:before{content:"\\f04e";visibility:hidden}.dx-treelist-rowsview tr:not(.dx-row-focused) .dx-treelist-empty-space{color:#99a1a8}.dx-treelist-rowsview .dx-treelist-expanded span{font:14px/14px DXIcons;text-align:center;cursor:pointer}.dx-treelist-rowsview .dx-treelist-expanded span:before{content:"\\f001";position:absolute;display:block;width:14px;top:50%;left:0;margin-left:-3px;margin-top:-7px}.dx-treelist-rowsview .dx-treelist-collapsed span{font:14px/14px DXIcons;text-align:center;cursor:pointer}.dx-treelist-rowsview .dx-treelist-collapsed span:before{content:"\\f04e";position:absolute;display:block;width:14px;top:50%;left:0;margin-left:-4px;margin-top:-7px}.dx-treelist-rowsview tr:not(.dx-row-focused).dx-selection .dx-treelist-empty-space{color:#99a1a8}.dx-treelist-rowsview .dx-treelist-cell-expandable{white-space:nowrap}.dx-treelist-rowsview .dx-treelist-cell-expandable .dx-treelist-text-content{white-space:normal}.dx-treelist-rowsview.dx-treelist-nowrap .dx-treelist-table .dx-treelist-cell-expandable .dx-treelist-text-content{white-space:nowrap}.dx-treelist-checkbox-size{line-height:0}.dx-treelist-cell-expandable .dx-checkbox,.dx-treelist-select-all .dx-checkbox{position:absolute}.dx-treelist-icon-container.dx-editor-inline-block{position:relative;padding-right:21px}.dx-treelist-icon-container.dx-editor-inline-block .dx-checkbox{top:50%;margin-top:-8px}.dx-treelist-select-all{position:relative}.dx-treelist-select-all .dx-checkbox{left:19px;margin-top:0}.dx-treelist-headers .dx-header-row>.dx-treelist-select-all{padding-left:40px}.dx-rtl .dx-treelist-rowsview .dx-treelist-collapsed,.dx-rtl .dx-treelist-rowsview .dx-treelist-expanded{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.dx-rtl .dx-treelist-rowsview .dx-treelist-table-fixed .dx-treelist-icon-container{float:right}.dx-rtl .dx-treelist-select-all .dx-checkbox{left:calc(100% - 35px)}.dx-rtl .dx-treelist-headers .dx-header-row>.dx-treelist-select-all{padding-right:40px;padding-left:5px}.dx-rtl .dx-treelist-icon-container.dx-editor-inline-block{padding-left:21px;padding-right:0}.dx-treelist-filter-panel .dx-icon-filter,.dx-treelist-filter-panel .dx-treelist-filter-panel-clear-filter,.dx-treelist-filter-panel .dx-treelist-filter-panel-text{outline:0;color:#7ab8eb}.dx-fileuploader-wrapper{padding:2px}.dx-fileuploader-content>.dx-fileuploader-upload-button{margin-left:3px;margin-right:3px}.dx-fileuploader-input-wrapper{padding:2px 0;border:3px dashed transparent}.dx-fileuploader.dx-state-disabled .dx-fileuploader-input-label{position:relative}.dx-fileuploader-dragover .dx-fileuploader-input-wrapper{border:none;padding:0}.dx-fileuploader-dragover .dx-fileuploader-input-wrapper .dx-fileuploader-button{display:none}.dx-fileuploader-dragover .dx-fileuploader-input-container{display:block;border:3px dashed #e8eaeb;width:100%}.dx-fileuploader-dragover .dx-fileuploader-input{display:block;width:100%;padding:4px 3px;margin-bottom:1px;-webkit-box-sizing:content-box;box-sizing:content-box}.dx-fileuploader-dragover .dx-fileuploader-input-label{text-align:center;padding:4px}.dx-fileuploader-file-size,.dx-fileuploader-file-status-message{color:#999}.dx-fileuploader-input{padding:2px 0}.dx-fileuploader-input-label{padding:5px 4px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dx-fileuploader-files-container{padding:12px 3px 0}.dx-fileuploader-empty .dx-fileuploader-files-container{padding:0}.dx-invalid .dx-fileuploader-files-container{padding-top:50px}.dx-fileuploader-files-container .dx-fileuploader-button .dx-button-content{padding:0}.dx-fileuploader-file{padding-top:5px;line-height:13px}.dx-fileuploader-file-name{padding-bottom:1px;color:#333}.dx-fileuploader-file-size{padding-bottom:1px}.dx-fileuploader-invalid .dx-fileuploader-file-status-message{color:#d9534f}.dx-scheduler-overlay-panel .dx-overlay-content{position:relative;background:#fff}.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-overlay-content,.dx-scheduler-overlay-panel .dx-overlay-content{-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.15);box-shadow:0 0 15px 0 rgba(0,0,0,.15)}.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-tooltip-appointment-item-marker-body,.dx-scheduler-overlay-panel .dx-tooltip-appointment-item-marker-body{background:#7ab8eb}.dx-scheduler-win-no-touch .dx-scheduler-appointment{-ms-touch-action:none;touch-action:none}.dx-recurrence-datebox-until-date,.dx-recurrence-numberbox-day-of-month,.dx-recurrence-numberbox-interval,.dx-recurrence-numberbox-repeat-count,.dx-recurrence-selectbox-month-of-year{float:left;position:relative!important}.dx-recurrence-datebox-until-date.dx-rtl,.dx-recurrence-numberbox-day-of-month.dx-rtl,.dx-recurrence-numberbox-interval.dx-rtl,.dx-recurrence-numberbox-repeat-count.dx-rtl,.dx-recurrence-selectbox-month-of-year.dx-rtl{float:right}.dx-recurrence-button-group{width:100%}.dx-recurrence-button-group .dx-button-content{padding:8px}.dx-recurrence-button-group .dx-buttongroup-wrapper>div{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.dx-recurrence-numberbox-day-of-month,.dx-recurrence-numberbox-interval,.dx-recurrence-numberbox-repeat-count{width:70px!important}.dx-recurrence-radiogroup-repeat-type-label,.dx-recurrence-repeat-end-label{display:inline-block;vertical-align:top;line-height:36px}.dx-recurrence-repeat-end-label{float:left;width:auto;white-space:nowrap}.dx-recurrence-selectbox-month-of-year{width:120px!important;top:0!important}.dx-recurrence-radiogroup-repeat-type{margin:0}.dx-recurrence-radiogroup-repeat-type .dx-item{padding-bottom:10px}.dx-recurrence-radiogroup-repeat-type.dx-rtl .dx-recurrence-repeat-end-label{float:right}.dx-recurrence-editor-container .dx-field-value-static,.dx-recurrence-editor-container .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button){width:100%}.dx-recurrence-editor-container .dx-field-value:not(.dx-widget)>.dx-checkbox{float:left}.dx-recurrence-editor-container .dx-field-value:not(.dx-widget)>.dx-checkbox.dx-rtl{float:right}.dx-recurrence-editor-container .dx-field-label{width:auto;float:none;padding:0}.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item .dx-recurrence-selectbox-freq.dx-field-value{width:100%}.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-interval-field{display:block;margin-bottom:2px}.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-repeat-on{display:block;padding-top:5px}.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-repeat-on .dx-recurrence-repeat-on-label{padding-top:10px}.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-numberbox-interval-label,.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-repeat-on-label{padding-bottom:0}.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-numberbox-interval-label,.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-radiogroup-repeat-type,.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-repeat-end-container-label,.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-repeat-on-label{left:0;position:inherit}.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-numberbox-interval-label{padding-top:0}.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-repeat-end-container-label{padding-bottom:2px;padding-top:0}.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-freq-field{margin-bottom:0}.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-repeat-end-container.dx-field{padding-top:0;position:static}.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-v-align .dx-recurrence-repeat-end-container.dx-field .dx-recurrence-radiogroup-repeat-type{margin-top:0}.dx-scheduler-recurrence-rule-item.dx-field-item{border-top:1px solid #e8eaeb}.dx-scheduler-recurrence-rule-item.dx-field-item .dx-recurrence-numberbox-interval-label,.dx-scheduler-recurrence-rule-item.dx-field-item .dx-recurrence-repeat-end-container-label,.dx-scheduler-recurrence-rule-item.dx-field-item .dx-recurrence-repeat-on-label{left:-82px}.dx-scheduler-recurrence-rule-item.dx-field-item .dx-recurrence-radiogroup-repeat-type{left:-80px}.dx-scheduler-recurrence-rule-item.dx-field-item .dx-field-item-label:first-child{padding-top:3px}.dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-h-align .dx-recurrence-repeat-end-container.dx-field{padding-top:10px}.dx-recurrence-repeat-end-wrapper .dx-field-value.dx-recurrence-datebox-until-date{margin-left:23px}.dx-recurrence-repeat-end-wrapper .dx-field-value.dx-recurrence-numberbox-repeat-count{margin-left:11px;margin-right:11px}.dx-scheduler-recurrence-rule-item.dx-label-v-align .dx-recurrence-editor-container{padding-top:17px}.dx-recurrence-editor-container{position:relative}.dx-recurrence-editor-container .dx-recurrence-numberbox-interval{margin-right:11px}.dx-recurrence-repeat-end-container{margin:0}.dx-scheduler-pseudo-cell:before{content:"";width:100px;display:table-cell}.dx-scheduler-small .dx-scheduler-pseudo-cell:before{width:50px}.dx-scheduler-fixed-appointments{z-index:100;position:absolute}.dx-scheduler-fixed-appointments .dx-draggable-dragging{z-index:1000;position:fixed;opacity:.7}.dx-scheduler-fixed-appointments .dx-draggable-dragging .dx-scheduler-appointment{-webkit-box-shadow:7px 7px 15px 0 rgba(50,50,50,.2),inset 0 -2px 0 0 rgba(0,0,0,.3),inset 0 2px 0 0 rgba(0,0,0,.3);box-shadow:7px 7px 15px 0 rgba(50,50,50,.2),inset 0 -2px 0 0 rgba(0,0,0,.3),inset 0 2px 0 0 rgba(0,0,0,.3)}.dx-scheduler-header{position:relative;z-index:1;width:100%}.dx-scheduler-navigator{float:left;white-space:nowrap;min-width:180px;max-width:40%}.dx-device-mobile .dx-scheduler-navigator{padding-left:5px}.dx-scheduler-navigator-caption{width:180px;min-width:108px;max-width:80%}.dx-device-mobile .dx-scheduler-navigator-caption{width:140px}.dx-calendar.dx-scheduler-navigator-calendar{width:100%;height:100%}.dx-scheduler-view-switcher.dx-tabs.dx-tabs-expanded .dx-tab-selected:before{position:absolute;bottom:-2px;width:100%;height:2px;content:"";right:0}.dx-scheduler-view-switcher.dx-tabs{max-width:52%;min-width:72px;width:auto;float:right;height:100%;border:none}.dx-scheduler-small .dx-scheduler-view-switcher.dx-tabs{display:none}.dx-scheduler-view-switcher.dx-tabs .dx-tabs-scrollable .dx-tabs-wrapper{border-bottom:none}.dx-scheduler-view-switcher.dx-tabs .dx-tab{width:100px}.dx-scheduler-view-switcher.dx-dropdownmenu.dx-button{position:absolute;right:10px}.dx-scheduler-view-switcher-label{position:absolute}.dx-scheduler-view-switcher-reduced{table-layout:auto}.dx-scheduler-view-switcher-reduced.dx-tabs .dx-tab{width:auto;height:56px}.dx-scheduler-view-switcher-reduced .dx-tabs-wrapper{height:56px}.dx-scheduler-appointment-content-allday{display:none}.dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell{color:#7ab8eb}.dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell:before{position:absolute;right:0;width:100%;content:"";background-color:#bddbf5}.dx-scheduler-date-time-shader-all-day{width:100%;background-color:rgba(51,51,51,.04);position:absolute;pointer-events:none}.dx-scheduler-date-time-indicator{background-color:#bddbf5;position:absolute;pointer-events:none;-webkit-box-shadow:0 1px 0 0 hsla(0,0%,100%,.1);box-shadow:0 1px 0 0 hsla(0,0%,100%,.1)}.dx-scheduler-date-time-indicator:before{font-size:30px;color:#bddbf5;position:absolute;z-index:1000;margin-top:-14px;margin-left:-12px;text-shadow:hsla(0,0%,100%,.1) 1px 0 0}.dx-scheduler-date-time-shader{pointer-events:none}.dx-scheduler-work-space-day .dx-scheduler-all-day-appointment .dx-scheduler-appointment-content,.dx-scheduler-work-space-week .dx-scheduler-all-day-appointment .dx-scheduler-appointment-content,.dx-scheduler-work-space-work-week .dx-scheduler-all-day-appointment .dx-scheduler-appointment-content{padding:0 7px}.dx-scheduler-work-space-day .dx-scheduler-appointment-reduced .dx-scheduler-appointment-content,.dx-scheduler-work-space-week .dx-scheduler-appointment-reduced .dx-scheduler-appointment-content,.dx-scheduler-work-space-work-week .dx-scheduler-appointment-reduced .dx-scheduler-appointment-content{padding-right:40px}.dx-scheduler-work-space-day .dx-scheduler-appointment-reduced:not(.dx-scheduler-all-day-appointment) .dx-scheduler-appointment-recurrence-icon,.dx-scheduler-work-space-day .dx-scheduler-appointment-reduced:not(.dx-scheduler-all-day-appointment) .dx-scheduler-appointment-reduced-icon,.dx-scheduler-work-space-week .dx-scheduler-appointment-reduced:not(.dx-scheduler-all-day-appointment) .dx-scheduler-appointment-recurrence-icon,.dx-scheduler-work-space-week .dx-scheduler-appointment-reduced:not(.dx-scheduler-all-day-appointment) .dx-scheduler-appointment-reduced-icon,.dx-scheduler-work-space-work-week .dx-scheduler-appointment-reduced:not(.dx-scheduler-all-day-appointment) .dx-scheduler-appointment-recurrence-icon,.dx-scheduler-work-space-work-week .dx-scheduler-appointment-reduced:not(.dx-scheduler-all-day-appointment) .dx-scheduler-appointment-reduced-icon{top:9px}.dx-scheduler-work-space-day .dx-scheduler-date-time-indicator,.dx-scheduler-work-space-week .dx-scheduler-date-time-indicator,.dx-scheduler-work-space-work-week .dx-scheduler-date-time-indicator{margin-left:100px;height:1px;font:14px/1 DXIcons}.dx-scheduler-work-space-day .dx-scheduler-date-time-indicator:before,.dx-scheduler-work-space-week .dx-scheduler-date-time-indicator:before,.dx-scheduler-work-space-work-week .dx-scheduler-date-time-indicator:before{content:"\\f04e"}.dx-scheduler-small .dx-scheduler-work-space-day .dx-scheduler-date-time-indicator,.dx-scheduler-small .dx-scheduler-work-space-week .dx-scheduler-date-time-indicator,.dx-scheduler-small .dx-scheduler-work-space-work-week .dx-scheduler-date-time-indicator{margin-left:50px}.dx-scheduler-work-space-day .dx-scheduler-date-time-shader,.dx-scheduler-work-space-day .dx-scheduler-date-time-shader-all-day,.dx-scheduler-work-space-week .dx-scheduler-date-time-shader,.dx-scheduler-work-space-week .dx-scheduler-date-time-shader-all-day,.dx-scheduler-work-space-work-week .dx-scheduler-date-time-shader,.dx-scheduler-work-space-work-week .dx-scheduler-date-time-shader-all-day{margin-left:100px}.dx-scheduler-small .dx-scheduler-work-space-day .dx-scheduler-date-time-shader,.dx-scheduler-small .dx-scheduler-work-space-day .dx-scheduler-date-time-shader-all-day,.dx-scheduler-small .dx-scheduler-work-space-week .dx-scheduler-date-time-shader,.dx-scheduler-small .dx-scheduler-work-space-week .dx-scheduler-date-time-shader-all-day,.dx-scheduler-small .dx-scheduler-work-space-work-week .dx-scheduler-date-time-shader,.dx-scheduler-small .dx-scheduler-work-space-work-week .dx-scheduler-date-time-shader-all-day{margin-left:50px}.dx-scheduler-work-space-day .dx-scheduler-date-time-shader-bottom:before,.dx-scheduler-work-space-day .dx-scheduler-date-time-shader-top:before,.dx-scheduler-work-space-week .dx-scheduler-date-time-shader-bottom:before,.dx-scheduler-work-space-week .dx-scheduler-date-time-shader-top:before,.dx-scheduler-work-space-work-week .dx-scheduler-date-time-shader-bottom:before,.dx-scheduler-work-space-work-week .dx-scheduler-date-time-shader-top:before{width:inherit;height:inherit;content:"";left:inherit;position:absolute;margin-left:100px;background-color:rgba(51,51,51,.04)}.dx-scheduler-small .dx-scheduler-work-space-day .dx-scheduler-date-time-shader-bottom:before,.dx-scheduler-small .dx-scheduler-work-space-day .dx-scheduler-date-time-shader-top:before,.dx-scheduler-small .dx-scheduler-work-space-week .dx-scheduler-date-time-shader-bottom:before,.dx-scheduler-small .dx-scheduler-work-space-week .dx-scheduler-date-time-shader-top:before,.dx-scheduler-small .dx-scheduler-work-space-work-week .dx-scheduler-date-time-shader-bottom:before,.dx-scheduler-small .dx-scheduler-work-space-work-week .dx-scheduler-date-time-shader-top:before{margin-left:50px}.dx-scheduler-work-space-day.dx-scheduler-work-space-odd-cells .dx-scheduler-date-table-row:nth-child(odd) .dx-scheduler-date-table-cell,.dx-scheduler-work-space-week.dx-scheduler-work-space-odd-cells .dx-scheduler-date-table-row:nth-child(odd) .dx-scheduler-date-table-cell,.dx-scheduler-work-space-work-week.dx-scheduler-work-space-odd-cells .dx-scheduler-date-table-row:nth-child(odd) .dx-scheduler-date-table-cell{border-top:1px solid #cdd1d3}.dx-scheduler-work-space-day.dx-scheduler-work-space-odd-cells .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell,.dx-scheduler-work-space-week.dx-scheduler-work-space-odd-cells .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell,.dx-scheduler-work-space-work-week.dx-scheduler-work-space-odd-cells .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell{border-top:none}.dx-scheduler-work-space-day.dx-scheduler-work-space-odd-cells .dx-scheduler-time-panel-row:nth-child(2n) .dx-scheduler-time-panel-cell:after,.dx-scheduler-work-space-week.dx-scheduler-work-space-odd-cells .dx-scheduler-time-panel-row:nth-child(2n) .dx-scheduler-time-panel-cell:after,.dx-scheduler-work-space-work-week.dx-scheduler-work-space-odd-cells .dx-scheduler-time-panel-row:nth-child(2n) .dx-scheduler-time-panel-cell:after{background-color:#cdd1d3}.dx-scheduler-work-space-day.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-indicator,.dx-scheduler-work-space-day.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader,.dx-scheduler-work-space-day.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-all-day,.dx-scheduler-work-space-day.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-bottom:before,.dx-scheduler-work-space-day.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-top:before,.dx-scheduler-work-space-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-indicator,.dx-scheduler-work-space-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader,.dx-scheduler-work-space-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-all-day,.dx-scheduler-work-space-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-bottom:before,.dx-scheduler-work-space-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-top:before,.dx-scheduler-work-space-work-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-indicator,.dx-scheduler-work-space-work-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader,.dx-scheduler-work-space-work-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-all-day,.dx-scheduler-work-space-work-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-bottom:before,.dx-scheduler-work-space-work-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-top:before{margin-left:0}.dx-scheduler-work-space-day.dx-rtl .dx-scheduler-date-time-indicator,.dx-scheduler-work-space-week.dx-rtl .dx-scheduler-date-time-indicator,.dx-scheduler-work-space-work-week.dx-rtl .dx-scheduler-date-time-indicator{margin-left:0;font:14px/1 DXIcons}.dx-scheduler-work-space-day.dx-rtl .dx-scheduler-date-time-indicator:before,.dx-scheduler-work-space-week.dx-rtl .dx-scheduler-date-time-indicator:before,.dx-scheduler-work-space-work-week.dx-rtl .dx-scheduler-date-time-indicator:before{content:"\\f04f";margin-right:-12px}.dx-scheduler-work-space-day.dx-rtl .dx-scheduler-date-time-shader-bottom:before,.dx-scheduler-work-space-day.dx-rtl .dx-scheduler-date-time-shader-top:before,.dx-scheduler-work-space-week.dx-rtl .dx-scheduler-date-time-shader-bottom:before,.dx-scheduler-work-space-week.dx-rtl .dx-scheduler-date-time-shader-top:before,.dx-scheduler-work-space-work-week.dx-rtl .dx-scheduler-date-time-shader-bottom:before,.dx-scheduler-work-space-work-week.dx-rtl .dx-scheduler-date-time-shader-top:before{margin-left:0}.dx-scheduler-timeline-day .dx-scheduler-header-panel,.dx-scheduler-timeline-month .dx-scheduler-header-panel,.dx-scheduler-timeline-week .dx-scheduler-header-panel,.dx-scheduler-timeline-work-week .dx-scheduler-header-panel{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.dx-scheduler-timeline-day .dx-scheduler-header-panel thead,.dx-scheduler-timeline-month .dx-scheduler-header-panel thead,.dx-scheduler-timeline-week .dx-scheduler-header-panel thead,.dx-scheduler-timeline-work-week .dx-scheduler-header-panel thead{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;width:100%}.dx-scheduler-timeline-day .dx-scheduler-header-row,.dx-scheduler-timeline-month .dx-scheduler-header-row,.dx-scheduler-timeline-week .dx-scheduler-header-row,.dx-scheduler-timeline-work-week .dx-scheduler-header-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.dx-scheduler-timeline-day .dx-scheduler-header-panel-cell,.dx-scheduler-timeline-month .dx-scheduler-header-panel-cell,.dx-scheduler-timeline-week .dx-scheduler-header-panel-cell,.dx-scheduler-timeline-work-week .dx-scheduler-header-panel-cell{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.dx-scheduler-timeline-day .dx-scheduler-header-panel-cell:not(.dx-scheduler-header-panel-week-cell),.dx-scheduler-timeline-month .dx-scheduler-header-panel-cell:not(.dx-scheduler-header-panel-week-cell),.dx-scheduler-timeline-week .dx-scheduler-header-panel-cell:not(.dx-scheduler-header-panel-week-cell),.dx-scheduler-timeline-work-week .dx-scheduler-header-panel-cell:not(.dx-scheduler-header-panel-week-cell){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-flow:row-reverse nowrap;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.dx-scheduler-timeline-day .dx-scheduler-header-panel-week-cell,.dx-scheduler-timeline-month .dx-scheduler-header-panel-week-cell,.dx-scheduler-timeline-week .dx-scheduler-header-panel-week-cell,.dx-scheduler-timeline-work-week .dx-scheduler-header-panel-week-cell{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0}.dx-scheduler-timeline-day .dx-scheduler-header-row .dx-scheduler-header-panel-cell,.dx-scheduler-timeline-month .dx-scheduler-header-row .dx-scheduler-header-panel-cell,.dx-scheduler-timeline-week .dx-scheduler-header-row .dx-scheduler-header-panel-cell,.dx-scheduler-timeline-work-week .dx-scheduler-header-row .dx-scheduler-header-panel-cell{border-right:none}.dx-scheduler-timeline .dx-scheduler-date-time-indicator{width:1px;top:0;font:14px/1 DXIcons}.dx-scheduler-timeline .dx-scheduler-date-time-indicator:before{content:"\\f001";margin-left:-14px;margin-top:-12px}.dx-scheduler-timeline .dx-scheduler-date-time-shader{height:100%;position:absolute}.dx-scheduler-timeline .dx-scheduler-date-time-shader:before{width:inherit;height:100%;content:"";left:0;position:absolute;background-color:rgba(51,51,51,.04)}.dx-scheduler-timeline .dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell{border-bottom:2px solid #bddbf5;-webkit-box-shadow:none;box-shadow:none}.dx-scheduler-timeline .dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell:before{content:none}.dx-scheduler-work-space{background-color:#fff;position:relative;display:inline-block;overflow:hidden;height:100%;width:100%;border:1px solid rgba(232,234,235,.6);border-top:none;float:left}.dx-scheduler-work-space.dx-scheduler-timeline-month:not(.dx-scheduler-agenda) .dx-scheduler-date-table-cell{border-right:none}.dx-scheduler-work-space.dx-scheduler-work-space-grouped:not(.dx-scheduler-agenda) .dx-scheduler-all-day-title{border-top:1px solid rgba(232,234,235,.6)}.dx-scheduler-work-space.dx-scheduler-work-space-grouped:not(.dx-scheduler-agenda) .dx-scheduler-date-table-cell{border-left:1px solid rgba(232,234,235,.6)}.dx-scheduler-work-space.dx-scheduler-work-space-grouped:not(.dx-scheduler-agenda) .dx-scheduler-all-day-panel td{border-left:1px solid rgba(232,234,235,.6);border-top:1px solid rgba(232,234,235,.6)}.dx-scheduler-work-space:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-month):not(.dx-scheduler-timeline) .dx-scheduler-header-panel{border-bottom:2px solid rgba(232,234,235,.6)}.dx-scheduler-work-space.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped) .dx-scheduler-header-panel{border-bottom:1px solid rgba(232,234,235,.6)}.dx-scheduler-date-table-scrollable .dx-scrollable-content{overflow:hidden;position:relative}.dx-scheduler-date-table-cell{border-top:1px solid rgba(232,234,235,.6)}.dx-scheduler-date-table-cell,.dx-scheduler-group-header,.dx-scheduler-header-panel-cell,.dx-scheduler-time-panel-cell{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;cursor:default}.dx-scheduler-date-table-current-date{font-weight:700}.dx-scheduler-date-table-other-month{opacity:.5}.dx-scheduler-group-flex-container{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;min-height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.dx-scheduler-group-flex-container .dx-scheduler-group-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;min-width:0}.dx-scheduler-group-flex-container .dx-scheduler-group-row:before{display:none}.dx-scheduler-group-flex-container .dx-scheduler-group-row .dx-scheduler-group-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;padding:0 5px;height:auto;width:100%;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;text-align:left;overflow:hidden;text-overflow:ellipsis;border:none;border-top:1px solid rgba(232,234,235,.6)}.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count) .dx-scheduler-date-table-cell{border-left:none;border-right:none}.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-header-panel{margin-top:1px}.dx-scheduler-work-space-day .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell,.dx-scheduler-work-space-week .dx-scheduler-date-table .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell,.dx-scheduler-work-space-work-week .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell{border-top:none}.dx-scheduler-all-day-table-cell{border-left:1px solid rgba(232,234,235,.6);border-top:1px solid rgba(232,234,235,.6)}.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count):not(.dx-scheduler-work-space-grouped) .dx-scheduler-all-day-table-cell{border-top:none;border-left:none}.dx-scheduler-work-space-day.dx-scheduler-work-space-count .dx-scheduler-all-day-title,.dx-scheduler-work-space-week .dx-scheduler-all-day-title,.dx-scheduler-work-space-work-week .dx-scheduler-all-day-title{border-top:1px solid rgba(232,234,235,.6)}.dx-scheduler-scrollable-fixed-content{height:100%}.dx-scheduler-work-space-month .dx-scheduler-header-panel{width:100%;margin-left:0}.dx-scheduler-small .dx-scheduler-work-space-month .dx-scheduler-header-panel{margin-left:0}.dx-scheduler-work-space-month .dx-scheduler-header-panel .dx-scheduler-group-row:before,.dx-scheduler-work-space-month .dx-scheduler-header-panel .dx-scheduler-header-row:before{display:none}.dx-scheduler-work-space-month .dx-scheduler-date-table{width:100%;height:100%;margin-left:0}.dx-scheduler-small .dx-scheduler-work-space-month .dx-scheduler-date-table{margin-left:0}.dx-scheduler-work-space-month .dx-scheduler-date-table .dx-scheduler-date-table-row:before{display:none}.dx-scheduler-work-space-month .dx-scheduler-date-table-cell,.dx-scheduler-work-space-month .dx-scheduler-header-panel-cell{border-right:none}.dx-scheduler-work-space-month .dx-scheduler-date-table-cell:first-child,.dx-scheduler-work-space-month .dx-scheduler-header-panel-cell:first-child{border-left:none}.dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable .dx-scrollable-content{min-height:300px}.dx-scheduler-work-space-month .dx-scrollable-native .dx-scrollable-content.dx-scheduler-scrollable-fixed-content{height:100%}.dx-scheduler-work-space-month .dx-scheduler-date-table-cell{height:50px;vertical-align:top;text-align:right;color:#959595}.dx-scheduler-work-space-month .dx-scheduler-date-table-cell>div{padding-right:6px}.dx-scheduler-work-space-month .dx-scheduler-appointment-content{padding:0 7px}.dx-scheduler-work-space-month .dx-scheduler-appointment-recurrence .dx-scheduler-appointment-content{padding:0 25px 0 7px}.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-appointment-recurrence .dx-scheduler-appointment-content{padding:0 7px 0 25px}.dx-scheduler-work-space-month .dx-scheduler-appointment-recurrence-icon{top:0}.dx-scheduler-work-space-month.dx-scheduler-work-space-count .dx-scheduler-date-table-cell{height:75px}.dx-scheduler-work-space-month.dx-scheduler-work-space-count .dx-scheduler-date-table-first-of-month{color:#7ab8eb;background-color:rgba(122,184,235,.15);font-weight:700}.dx-scheduler-timeline .dx-scheduler-all-day-panel,.dx-scheduler-timeline .dx-scheduler-all-day-title,.dx-scheduler-work-space-month .dx-scheduler-all-day-panel,.dx-scheduler-work-space-month .dx-scheduler-all-day-title{display:none}.dx-scheduler-timeline .dx-scheduler-date-table .dx-scheduler-date-table-row:before,.dx-scheduler-timeline .dx-scheduler-header-row:before{content:none}.dx-scheduler-timeline .dx-scheduler-date-table-cell,.dx-scheduler-timeline .dx-scheduler-header-panel-cell:not(.dx-scheduler-header-panel-week-cell){width:200px}.dx-scheduler-timeline .dx-scheduler-date-table-cell{border-right:none}.dx-scheduler-timeline .dx-scheduler-work-space-vertical-group-table{display:none}.dx-scheduler-timeline .dx-scheduler-date-table{border-spacing:0;border-collapse:separate;margin-left:0}.dx-scheduler-timeline .dx-scheduler-date-table,.dx-scheduler-timeline .dx-scheduler-date-table tbody{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.dx-scheduler-timeline .dx-scheduler-date-table tbody{height:100%;min-height:100px}.dx-scheduler-timeline .dx-scheduler-date-table .dx-scheduler-date-table-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.dx-scheduler-timeline .dx-scheduler-date-table .dx-scheduler-date-table-cell{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;height:inherit;min-height:50px}.dx-scheduler-timeline .dx-scheduler-group-table{border-spacing:0;border-collapse:separate}.dx-scheduler-timeline .dx-scheduler-group-table,.dx-scheduler-timeline .dx-scheduler-group-table tbody{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.dx-scheduler-timeline .dx-scheduler-group-table tbody{height:100%}.dx-scheduler-timeline .dx-scheduler-group-header{min-height:50px}.dx-scheduler-timeline .dx-scheduler-group-header-content{overflow:visible;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.dx-scheduler-timeline .dx-scheduler-group-header-content div{white-space:normal;line-height:normal}.dx-scheduler-timeline.dx-scheduler-work-space-group-by-date .dx-scheduler-group-header{width:200px}.dx-scheduler-timeline .dx-scheduler-date-table,.dx-scheduler-timeline .dx-scheduler-date-table-scrollable .dx-scrollable-content,.dx-scheduler-timeline .dx-scheduler-group-table,.dx-scheduler-timeline .dx-scheduler-sidebar-scrollable .dx-scrollable-content{height:100%;min-height:100px}.dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable .dx-scrollable-content,.dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-group-table,.dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-sidebar-scrollable .dx-scrollable-content{height:auto}.dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell{border-top-color:transparent}.dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-panel,.dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable:before{border-bottom:1px solid #cdd1d3}.dx-scheduler-timeline .dx-scheduler-date-table-scrollable{padding-bottom:50px;margin-bottom:-50px}.dx-scheduler-timeline .dx-scheduler-header-scrollable{height:auto}.dx-scheduler-timeline .dx-scheduler-sidebar-scrollable{display:none}.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable{display:block;float:left;padding-bottom:50px;margin-bottom:-50px}.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable:before{content:"";height:50px;position:absolute;display:block;margin-top:-50px;left:0;border-right:1px solid rgba(232,234,235,.6)}.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-group-row .dx-scheduler-group-header{border:none;border-top:1px solid rgba(232,234,235,.6)}.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-group-table{border-right:1px solid rgba(232,234,235,.6)}.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-date-table-row .dx-scheduler-date-table-cell:first-child,.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-header-row .dx-scheduler-header-panel-cell:first-child{border-left:none}.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-date-table-row .dx-scheduler-date-table-cell:first-child,.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-header-row .dx-scheduler-header-panel-cell:first-child{border-right:none;border-left:1px solid rgba(232,234,235,.6)}.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-group-row:before{display:none}.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable{margin-left:0}.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable{margin:0;padding:0}.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable{margin:0}.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="1"] .dx-scheduler-group-table,.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="1"] .dx-scheduler-sidebar-scrollable,.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="1"] .dx-scheduler-sidebar-scrollable:before{width:100px}.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="1"] .dx-scheduler-group-header-content{width:inherit;overflow:hidden;text-overflow:ellipsis}.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="1"] .dx-scheduler-date-table-scrollable,.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="1"] .dx-scheduler-header-scrollable{margin-left:100px}.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="1"] .dx-scheduler-date-table-scrollable,.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="1"] .dx-scheduler-header-scrollable{margin-right:100px;margin-left:0}.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="2"] .dx-scheduler-group-table,.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="2"] .dx-scheduler-sidebar-scrollable,.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="2"] .dx-scheduler-sidebar-scrollable:before{width:160px}.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="2"] .dx-scheduler-group-header-content{width:inherit;overflow:hidden;text-overflow:ellipsis}.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="2"] .dx-scheduler-date-table-scrollable,.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="2"] .dx-scheduler-header-scrollable{margin-left:160px}.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="2"] .dx-scheduler-date-table-scrollable,.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="2"] .dx-scheduler-header-scrollable{margin-right:160px;margin-left:0}.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="3"] .dx-scheduler-group-table,.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="3"] .dx-scheduler-sidebar-scrollable,.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="3"] .dx-scheduler-sidebar-scrollable:before{width:240px}.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="3"] .dx-scheduler-group-header-content{width:inherit;overflow:hidden;text-overflow:ellipsis}.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="3"] .dx-scheduler-date-table-scrollable,.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="3"] .dx-scheduler-header-scrollable{margin-left:240px}.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="3"] .dx-scheduler-date-table-scrollable,.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="3"] .dx-scheduler-header-scrollable{margin-right:240px;margin-left:0}.dx-scheduler-timeline.dx-scheduler-work-space-group-by-date .dx-scheduler-group-row .dx-scheduler-group-header{border-right:1px solid rgba(232,234,235,.6)}.dx-scheduler-timeline.dx-scheduler-work-space-group-by-date .dx-scheduler-last-group-cell{border-right:1px solid #cdd1d3}.dx-scheduler-timeline .dx-scheduler-appointment-reduced .dx-scheduler-appointment-recurrence-icon{top:0}.dx-scheduler-work-space-month .dx-scheduler-all-day-table-cell:nth-child(7n),.dx-scheduler-work-space-month .dx-scheduler-date-table-cell:nth-child(7n),.dx-scheduler-work-space-month .dx-scheduler-header-panel-cell:nth-child(7n),.dx-scheduler-work-space-week .dx-scheduler-all-day-table-cell:nth-child(7n),.dx-scheduler-work-space-week .dx-scheduler-date-table-cell:nth-child(7n),.dx-scheduler-work-space-week .dx-scheduler-header-panel-cell:nth-child(7n){border-right:none}.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-all-day-table-cell:nth-child(7n),.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-date-table-cell:nth-child(7n),.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-header-panel-cell:nth-child(7n),.dx-rtl .dx-scheduler-work-space-week .dx-scheduler-all-day-table-cell:nth-child(7n),.dx-rtl .dx-scheduler-work-space-week .dx-scheduler-date-table-cell:nth-child(7n),.dx-rtl .dx-scheduler-work-space-week .dx-scheduler-header-panel-cell:nth-child(7n){border-left:none}.dx-scheduler-work-space-work-week .dx-scheduler-all-day-table-cell:nth-child(5n),.dx-scheduler-work-space-work-week .dx-scheduler-date-table-cell:nth-child(5n),.dx-scheduler-work-space-work-week .dx-scheduler-header-panel-cell:nth-child(5n){border-right:none}.dx-rtl .dx-scheduler-work-space-work-week .dx-scheduler-all-day-table-cell:nth-child(5n),.dx-rtl .dx-scheduler-work-space-work-week .dx-scheduler-date-table-cell:nth-child(5n),.dx-rtl .dx-scheduler-work-space-work-week .dx-scheduler-header-panel-cell:nth-child(5n){border-left:none}.dx-scheduler-work-space-day .dx-scheduler-all-day-table-cell,.dx-scheduler-work-space-day .dx-scheduler-date-table-cell,.dx-scheduler-work-space-day .dx-scheduler-header-panel-cell{border-right:none}.dx-rtl .dx-scheduler-work-space-day .dx-scheduler-all-day-table-cell,.dx-rtl .dx-scheduler-work-space-day .dx-scheduler-date-table-cell,.dx-rtl .dx-scheduler-work-space-day .dx-scheduler-header-panel-cell{border-left:none}.dx-scheduler-work-space-count.dx-scheduler-work-space-week .dx-scheduler-all-day-table-cell:nth-child(7n),.dx-scheduler-work-space-count.dx-scheduler-work-space-week .dx-scheduler-date-table-cell:nth-child(7n),.dx-scheduler-work-space-count.dx-scheduler-work-space-week .dx-scheduler-header-panel-cell:nth-child(7n){border-right:1px solid #cdd1d3}.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-week .dx-scheduler-all-day-table-cell:nth-child(7n),.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-week .dx-scheduler-date-table-cell:nth-child(7n),.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-week .dx-scheduler-header-panel-cell:nth-child(7n){border-left:1px solid #cdd1d3}.dx-scheduler-work-space-count.dx-scheduler-work-space-work-week .dx-scheduler-all-day-table-cell:nth-child(5n),.dx-scheduler-work-space-count.dx-scheduler-work-space-work-week .dx-scheduler-date-table-cell:nth-child(5n),.dx-scheduler-work-space-count.dx-scheduler-work-space-work-week .dx-scheduler-header-panel-cell:nth-child(5n){border-right:1px solid #cdd1d3}.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-work-week .dx-scheduler-all-day-table-cell:nth-child(5n),.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-work-week .dx-scheduler-date-table-cell:nth-child(5n),.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-work-week .dx-scheduler-header-panel-cell:nth-child(5n){border-right:1px solid rgba(232,234,235,.6);border-left:1px solid #cdd1d3}.dx-scheduler-work-space-count.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-all-day-table-cell:nth-child(1n),.dx-scheduler-work-space-count.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-date-table-cell:nth-child(1n),.dx-scheduler-work-space-count.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-header-panel-cell:nth-child(1n){border-right:1px solid rgba(232,234,235,.6)}.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-all-day-table-cell:nth-child(1n),.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-date-table-cell:nth-child(1n),.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-header-panel-cell:nth-child(1n){border-left:1px solid rgba(232,234,235,.6)}.dx-scheduler-header-panel{border-spacing:0;table-layout:fixed;width:100%;margin-top:5px}.dx-scheduler-all-day-title-hidden{display:none}.dx-scheduler-work-space:not(.dx-scheduler-work-space-all-day) .dx-scheduler-all-day-title-hidden{display:block;background-color:transparent;color:transparent;border-left:none;border-right:none;border-bottom:none;height:0}.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scheduler-header-scrollable{height:81px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scheduler-header-scrollable{height:111px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scheduler-header-scrollable{height:141px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped) .dx-scheduler-header-scrollable{height:51px;margin-left:100px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable{height:auto}.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:50px;margin-bottom:-50px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:80px;margin-bottom:-80px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:110px;margin-bottom:-110px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:140px;margin-bottom:-140px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day[dx-group-row-count="1"] .dx-scheduler-header-scrollable{height:41px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day[dx-group-row-count="2"] .dx-scheduler-header-scrollable{height:71px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day[dx-group-row-count="3"] .dx-scheduler-header-scrollable{height:101px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day .dx-scheduler-header-scrollable{height:11px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable{height:auto}.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:10px;margin-bottom:-10px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:40px;margin-bottom:-40px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:70px;margin-bottom:-70px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:100px;margin-bottom:-100px}.dx-rtl .dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped) .dx-scheduler-header-scrollable{margin-left:0}.dx-scheduler-small .dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped) .dx-scheduler-header-scrollable{margin-left:50px}.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-panel{width:auto;margin-left:0}.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-panel .dx-scheduler-group-row:before,.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-panel .dx-scheduler-header-row:before{display:none}.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-panel{margin-left:0}.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-panel .dx-scheduler-all-day-table-row:before{display:none}.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-title{z-index:100;border-right:1px solid rgba(232,234,235,.6)}.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-title:before{content:"";position:absolute;left:0;width:100px;border-right:1px solid rgba(232,234,235,.6)}.dx-scheduler-small .dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-title:before{width:50px}.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table{float:none;margin-left:0}.dx-scheduler-small .dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table{margin-left:0}.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table .dx-scheduler-date-table-row:before{display:none}.dx-scheduler-work-space-both-scrollbar .dx-scheduler-sidebar-scrollable{float:left}.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable{margin-left:100px}.dx-scheduler-small .dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable{margin-left:50px}.dx-scheduler-work-space-both-scrollbar .dx-scheduler-time-panel{border-right:1px solid rgba(232,234,235,.6)}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day .dx-scheduler-header-panel{width:100%}.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable{margin:0 0 0 100px;padding:0}.dx-scheduler-small .dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable{margin:0 0 0 50px}.dx-rtl .dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable{margin:0 100px 0 0}.dx-rtl.dx-scheduler-small .dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable{margin:0 50px 0 0}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day[dx-group-row-count="1"] .dx-scheduler-header-scrollable{height:156px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day[dx-group-row-count="2"] .dx-scheduler-header-scrollable{height:186px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day[dx-group-row-count="3"] .dx-scheduler-header-scrollable{height:216px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day .dx-scheduler-header-scrollable{height:126px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable{height:auto}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="1"] .dx-scheduler-header-scrollable{height:106px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="2"] .dx-scheduler-header-scrollable{height:136px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="3"] .dx-scheduler-header-scrollable{height:166px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-header-scrollable{height:76px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-all-day-collapsed.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable{height:auto}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day[dx-group-row-count="1"] .dx-scheduler-header-scrollable{height:116px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day[dx-group-row-count="2"] .dx-scheduler-header-scrollable{height:146px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day[dx-group-row-count="3"] .dx-scheduler-header-scrollable{height:176px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day .dx-scheduler-header-scrollable{height:86px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable{height:auto}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="1"] .dx-scheduler-header-scrollable{height:66px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="2"] .dx-scheduler-header-scrollable{height:96px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="3"] .dx-scheduler-header-scrollable{height:126px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-header-scrollable{height:36px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable{height:auto}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-timeline:not(.dx-scheduler-work-space-grouped) .dx-scheduler-header-scrollable.dx-scrollable,.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-header-scrollable.dx-scrollable{margin:0;padding:0}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-timeline:not(.dx-scheduler-work-space-grouped) .dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable{margin-left:0}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month[dx-group-row-count="1"] .dx-scheduler-header-scrollable{height:81px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month[dx-group-row-count="2"] .dx-scheduler-header-scrollable{height:111px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month[dx-group-row-count="3"] .dx-scheduler-header-scrollable{height:141px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-header-scrollable{height:51px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable{height:auto}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-sidebar-scrollable{display:none}.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-table-row .dx-scheduler-all-day-table-cell:first-child,.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-row .dx-scheduler-date-table-cell:first-child,.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-row .dx-scheduler-header-panel-cell:first-child{border-left:none}.dx-scheduler-work-space-both-scrollbar .dx-scheduler-scrollable-appointments{top:0}.dx-scheduler-header-panel-cell{position:relative;border-left:1px solid rgba(232,234,235,.6);border-right:1px solid rgba(232,234,235,.6);color:#333;padding:0;vertical-align:middle;text-align:center;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dx-scheduler-all-day-table-row:before,.dx-scheduler-group-row:before,.dx-scheduler-header-row:before{content:"";width:100px;display:table-cell}.dx-scheduler-small .dx-scheduler-all-day-table-row:before,.dx-scheduler-small .dx-scheduler-group-row:before,.dx-scheduler-small .dx-scheduler-header-row:before{width:50px}.dx-scheduler-all-day-panel{width:100%}.dx-scheduler-all-day-panel .dx-scheduler-all-day-table-cell,.dx-scheduler-all-day-title{border-bottom:2px solid rgba(232,234,235,.6)}.dx-scheduler-all-day-title{color:#333;width:100px;position:absolute;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none}.dx-scheduler-small .dx-scheduler-all-day-title{width:50px}.dx-scheduler-work-space-vertical-grouped .dx-scheduler-all-day-title{height:50px;line-height:50px}.dx-scheduler-all-day-table{border-spacing:0;table-layout:fixed;width:100%}.dx-scheduler-group-header{height:30px;text-align:center}.dx-scheduler-time-panel{float:left;width:100px;border-collapse:collapse}.dx-scheduler-small .dx-scheduler-time-panel{width:50px;font-size:14px}.dx-scheduler-time-panel-cell{color:#333;position:relative;width:100%;text-align:right;vertical-align:top;padding-right:20px;border-bottom:1px solid transparent}.dx-scheduler-time-panel-cell>div{margin-top:-13px}.dx-scheduler-small .dx-scheduler-time-panel-cell{padding-left:0;padding-right:10px}.dx-scheduler-time-panel-row:first-child .dx-scheduler-time-panel-cell>div{margin-top:0}.dx-scheduler-time-panel-cell:after{position:absolute;bottom:-1px;width:10%;height:1px;content:"";right:0;background-color:rgba(232,234,235,.6)}.dx-scheduler-time-panel-cell.dx-scheduler-time-panel-current-time-cell{color:#7ab8eb}.dx-scheduler-time-panel-cell.dx-scheduler-time-panel-current-time-cell:before{position:absolute;top:0;right:0;width:2px;height:inherit;content:"";background-color:#bddbf5}.dx-scheduler-time-panel-row:last-child .dx-scheduler-time-panel-cell:after{display:none}.dx-scheduler-date-table{width:100%;border-spacing:0;table-layout:fixed;float:left;margin-left:-100px}.dx-scheduler-small .dx-scheduler-date-table{margin-left:-50px}.dx-scheduler-date-table .dx-scheduler-date-table-row:before{content:"";width:100px;display:table-cell}.dx-scheduler-small .dx-scheduler-date-table .dx-scheduler-date-table-row:before{width:50px}.dx-scheduler-agenda .dx-scheduler-date-table{margin-left:-70px}.dx-scheduler-all-day-table-cell.dx-state-hover.dx-state-focused,.dx-scheduler-date-table-cell.dx-state-hover.dx-state-focused{background-color:#e9f3fc}.dx-scheduler-all-day-table-cell.dx-state-focused,.dx-scheduler-date-table-cell.dx-state-focused{background-color:#e9f3fc;opacity:1}.dx-scheduler-all-day-table-cell.dx-scheduler-focused-cell,.dx-scheduler-date-table-cell.dx-scheduler-focused-cell{-webkit-box-shadow:inset 0 0 0 1px #7ab8eb;box-shadow:inset 0 0 0 1px #7ab8eb}.dx-scheduler-all-day-table-cell>div,.dx-scheduler-date-table-cell>div{pointer-events:none}.dx-scheduler-date-table-droppable-cell{background-color:#f2f2f2}.dx-scheduler-scrollable-appointments{position:absolute;top:0}.dx-scheduler-appointment{border-bottom:1px solid transparent;background-clip:padding-box;position:absolute;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;background-color:#7ab8eb;color:#fff;-webkit-box-shadow:inset 0 2px 0 0 rgba(0,0,0,.3);box-shadow:inset 0 2px 0 0 rgba(0,0,0,.3);left:0;min-width:4px;min-height:4px}.dx-scheduler-appointment.dx-resizable-resizing,.dx-scheduler-appointment.dx-state-active{-webkit-box-shadow:inset 0 -2px 0 0 rgba(0,0,0,.3),inset 0 2px 0 0 rgba(0,0,0,.3);box-shadow:inset 0 -2px 0 0 rgba(0,0,0,.3),inset 0 2px 0 0 rgba(0,0,0,.3)}.dx-scheduler-appointment.dx-state-focused{-webkit-box-shadow:none;box-shadow:none}.dx-scheduler-appointment.dx-state-focused:before{pointer-events:none;content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.3);opacity:.98}.dx-scheduler-appointment.dx-state-hover{-webkit-box-shadow:inset 0 5px 0 0 rgba(0,0,0,.3);box-shadow:inset 0 5px 0 0 rgba(0,0,0,.3)}.dx-scheduler-appointment.dx-state-hover.dx-resizable{-webkit-box-shadow:inset 0 5px 0 0 rgba(0,0,0,.3),inset 0 -2px 0 0 rgba(0,0,0,.3);box-shadow:inset 0 5px 0 0 rgba(0,0,0,.3),inset 0 -2px 0 0 rgba(0,0,0,.3)}.dx-scheduler-appointment.dx-state-hover .dx-resizable-handle-top{height:5px}.dx-scheduler-appointment.dx-state-hover .dx-resizable-handle-left{width:5px}.dx-scheduler-appointment.dx-draggable-dragging{position:fixed;top:0;left:0;-webkit-box-shadow:7px 7px 15px 0 rgba(50,50,50,.2),inset 0 -2px 0 0 rgba(0,0,0,.3),inset 0 2px 0 0 rgba(0,0,0,.3);box-shadow:7px 7px 15px 0 rgba(50,50,50,.2),inset 0 -2px 0 0 rgba(0,0,0,.3),inset 0 2px 0 0 rgba(0,0,0,.3)}.dx-scheduler-appointment.dx-draggable-dragging,.dx-scheduler-appointment.dx-resizable-resizing{z-index:1000;opacity:.7}.dx-scheduler-appointment .dx-resizable-handle-left{left:-1px}.dx-scheduler-appointment .dx-scheduler-appointment-reduced-icon{position:absolute;top:3px;right:5px;font:14px/1 DXIcons}.dx-scheduler-appointment .dx-scheduler-appointment-reduced-icon:before{content:"\\f00e"}.dx-rtl .dx-scheduler-appointment .dx-scheduler-appointment-reduced-icon{right:auto;left:3px;font:14px/1 DXIcons}.dx-rtl .dx-scheduler-appointment .dx-scheduler-appointment-reduced-icon:before{content:"\\f011"}.dx-scheduler-appointment.dx-scheduler-appointment-empty .dx-scheduler-appointment-reduced-icon,.dx-scheduler-appointment.dx-scheduler-appointment-tail .dx-scheduler-appointment-reduced-icon{display:none}.dx-scheduler-appointment.dx-state-disabled{cursor:default;opacity:.6;pointer-events:auto}.dx-scheduler-all-day-appointment,.dx-scheduler-timeline .dx-scheduler-appointment,.dx-scheduler-work-space-month .dx-scheduler-appointment{-webkit-box-shadow:inset 2px 0 0 0 rgba(0,0,0,.3);box-shadow:inset 2px 0 0 0 rgba(0,0,0,.3)}.dx-rtl .dx-scheduler-all-day-appointment,.dx-rtl .dx-scheduler-timeline .dx-scheduler-appointment,.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-appointment{-webkit-box-shadow:inset -2px 0 0 0 rgba(0,0,0,.3);box-shadow:inset -2px 0 0 0 rgba(0,0,0,.3)}.dx-scheduler-all-day-appointment.dx-resizable-resizing,.dx-scheduler-all-day-appointment.dx-state-active,.dx-scheduler-timeline .dx-scheduler-appointment.dx-resizable-resizing,.dx-scheduler-timeline .dx-scheduler-appointment.dx-state-active,.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-resizable-resizing,.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-active{-webkit-box-shadow:inset -2px 0 0 0 rgba(0,0,0,.3),inset 2px 0 0 0 rgba(0,0,0,.3);box-shadow:inset -2px 0 0 0 rgba(0,0,0,.3),inset 2px 0 0 0 rgba(0,0,0,.3)}.dx-scheduler-all-day-appointment.dx-state-focused,.dx-scheduler-timeline .dx-scheduler-appointment.dx-state-focused,.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-focused{-webkit-box-shadow:none;box-shadow:none}.dx-scheduler-all-day-appointment.dx-state-focused:before,.dx-scheduler-timeline .dx-scheduler-appointment.dx-state-focused:before,.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-focused:before{pointer-events:none;content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.3);opacity:.98}.dx-scheduler-all-day-appointment.dx-state-hover,.dx-scheduler-timeline .dx-scheduler-appointment.dx-state-hover,.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-hover{-webkit-box-shadow:inset 5px 0 0 0 rgba(0,0,0,.3);box-shadow:inset 5px 0 0 0 rgba(0,0,0,.3)}.dx-scheduler-all-day-appointment.dx-state-hover.dx-resizable,.dx-scheduler-timeline .dx-scheduler-appointment.dx-state-hover.dx-resizable,.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-hover.dx-resizable{-webkit-box-shadow:inset 5px 0 0 0 rgba(0,0,0,.3),inset -2px 0 0 0 rgba(0,0,0,.3);box-shadow:inset 5px 0 0 0 rgba(0,0,0,.3),inset -2px 0 0 0 rgba(0,0,0,.3)}.dx-rtl .dx-scheduler-all-day-appointment.dx-state-hover,.dx-rtl .dx-scheduler-timeline .dx-scheduler-appointment.dx-state-hover,.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-hover{-webkit-box-shadow:inset -5px 0 0 0 rgba(0,0,0,.3);box-shadow:inset -5px 0 0 0 rgba(0,0,0,.3)}.dx-rtl .dx-scheduler-all-day-appointment.dx-state-hover.dx-resizable,.dx-rtl .dx-scheduler-timeline .dx-scheduler-appointment.dx-state-hover.dx-resizable,.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-hover.dx-resizable{-webkit-box-shadow:inset -5px 0 0 0 rgba(0,0,0,.3),inset 2px 0 0 0 rgba(0,0,0,.3);box-shadow:inset -5px 0 0 0 rgba(0,0,0,.3),inset 2px 0 0 0 rgba(0,0,0,.3)}.dx-scheduler-all-day-appointment.dx-draggable-dragging,.dx-scheduler-fixed-appointments .dx-draggable-dragging .dx-scheduler-all-day-appointment,.dx-scheduler-timeline .dx-draggable-dragging .dx-scheduler-appointment,.dx-scheduler-timeline .dx-scheduler-appointment.dx-draggable-dragging,.dx-scheduler-work-space-month .dx-draggable-dragging .dx-scheduler-appointment,.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-draggable-dragging{-webkit-box-shadow:inset -2px 0 0 0 rgba(0,0,0,.3),inset 2px 0 0 0 rgba(0,0,0,.3),7px 7px 15px 0 rgba(50,50,50,.2);box-shadow:inset -2px 0 0 0 rgba(0,0,0,.3),inset 2px 0 0 0 rgba(0,0,0,.3),7px 7px 15px 0 rgba(50,50,50,.2)}.dx-scheduler-appointment.dx-scheduler-appointment-body,.dx-scheduler-appointment.dx-scheduler-appointment-tail{-webkit-box-shadow:none;box-shadow:none}.dx-scheduler-group-header-content div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dx-scheduler-appointment-recurrence-icon{position:absolute;background-repeat:no-repeat;top:3px;right:5px;display:block}.dx-scheduler-appointment-recurrence-icon.dx-icon-repeat{font-size:18px}.dx-scheduler-all-day-appointment .dx-scheduler-appointment-reduced-icon{position:absolute;top:15%}.dx-scheduler-appointment-reduced.dx-scheduler-appointment-head .dx-scheduler-appointment-recurrence-icon{right:20px}.dx-scheduler-appointment-content{cursor:pointer;height:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:.99}.dx-scheduler-work-space-grouped.dx-scheduler-work-space-month .dx-scheduler-appointment-content{font-size:12px}.dx-scheduler-appointment-content>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dx-scheduler-appointment-empty .dx-scheduler-appointment-content-details,.dx-scheduler-appointment-empty .dx-scheduler-appointment-recurrence-icon,.dx-scheduler-appointment-empty .dx-scheduler-appointment-title{display:none}.dx-scheduler-appointment-content-details{font-size:11px;white-space:pre;overflow:hidden}.dx-scheduler-all-day-appointment .dx-scheduler-appointment-content-details,.dx-scheduler-work-space-month .dx-scheduler-appointment-content-details{display:none}.dx-scheduler-appointment-content-date{opacity:.7;display:inline-block;white-space:pre-wrap}.dx-scheduler-appointment-popup .dx-form .dx-field-item.dx-appointment-form-switch>div{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;width:auto}.dx-scheduler-appointment-popup .dx-layout-manager .dx-label-h-align .dx-field-item-content .dx-checkbox,.dx-scheduler-appointment-popup .dx-layout-manager .dx-label-h-align .dx-field-item-content .dx-switch{margin:0}.dx-scheduler-appointment-popup .dx-field-item-label-location-left{padding-right:20px}.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item{padding-top:13px}.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item.dx-label-h-align.dx-flex-layout{-webkit-box-align:start;-webkit-align-items:start;-ms-flex-align:start;align-items:start}.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item .dx-field-label,.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item .dx-field-value{float:none}.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item .dx-field-label .dx-recurrence-numberbox-repeat-count,.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item .dx-field-value .dx-recurrence-numberbox-repeat-count{float:left}.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item .dx-field-item-label:first-child{padding-top:3px}.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item .dx-recurrence-numberbox-interval-label,.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item .dx-recurrence-repeat-end-container-label,.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item .dx-recurrence-repeat-on-label{position:absolute;left:-82px;padding-right:10px}.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item .dx-recurrence-radiogroup-repeat-type{position:relative;left:-80px;top:13px}.dx-scheduler-appointment-popup .dx-scheduler-recurrence-rule-item.dx-field-item .dx-field-value{display:inline-block}.dx-scheduler-appointment-popup .dx-field{min-height:0}.dx-scheduler-appointment-popup .dx-field-label{width:auto}.dx-scheduler-appointment-popup .dx-field-value{padding-left:0;padding-right:0}.dx-scheduler-appointment-popup .dx-field-value:not(.dx-widget)>.dx-checkbox{float:left}.dx-scheduler-appointment-popup .dx-field-value:not(.dx-widget)>.dx-checkbox.dx-rtl{float:right}.dx-scheduler-appointment-collector{background-color:#7ab8eb;color:#fff}.dx-scheduler-appointment-collector.dx-button,.dx-scheduler-appointment-collector.dx-button.dx-state-active,.dx-scheduler-appointment-collector.dx-button.dx-state-focused,.dx-scheduler-appointment-collector.dx-button.dx-state-hover{background-color:#7ab8eb;color:#fff;border:none;-webkit-box-shadow:none;box-shadow:none}.dx-scheduler-appointment-collector.dx-button .dx-button-content,.dx-scheduler-appointment-collector.dx-button.dx-state-active .dx-button-content,.dx-scheduler-appointment-collector.dx-button.dx-state-focused .dx-button-content,.dx-scheduler-appointment-collector.dx-button.dx-state-hover .dx-button-content{line-height:inherit}.dx-scheduler-appointment-collector.dx-button.dx-state-hover:before{pointer-events:none;content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.3);opacity:.98}.dx-scheduler-appointment-collector.dx-button.dx-state-hover .dx-scheduler-appointment-collector-content{color:#fff;opacity:.99}.dx-scheduler-appointment-collector-compact .dx-scheduler-appointment-collector-content span:last-child{padding-left:0}.dx-scheduler-agenda .dx-scheduler-date-table-scrollable{margin-top:10px}.dx-scheduler-agenda .dx-scheduler-scrollable-appointments{padding-left:70px;width:100%;height:0}.dx-scheduler-small .dx-scheduler-agenda .dx-scheduler-scrollable-appointments.dx-rtl{padding-left:0;padding-right:70px}.dx-scheduler-agenda .dx-scheduler-time-panel-cell:after{display:none}.dx-scheduler-agenda .dx-scheduler-group-table{border-spacing:0;margin-top:0;height:100%;float:left}.dx-scheduler-agenda .dx-scheduler-time-panel{margin-top:0;width:70px}.dx-scheduler-agenda .dx-scheduler-date-table-cell,.dx-scheduler-agenda .dx-scheduler-time-panel-cell{border:none}.dx-scheduler-agenda .dx-scheduler-date-table-row:before{display:none}.dx-scheduler-agenda.dx-scheduler-work-space-grouped .dx-scheduler-date-table{float:right}.dx-scheduler-agenda.dx-scheduler-work-space-grouped .dx-scheduler-group-row:before{display:none}.dx-scheduler-agenda.dx-scheduler-work-space-grouped .dx-scheduler-group-row:first-child .dx-scheduler-group-header-content:before{border-bottom:none}.dx-scheduler-agenda.dx-scheduler-work-space-grouped .dx-scheduler-time-panel-cell:after{display:none}.dx-scheduler-agenda .dx-scheduler-group-header{vertical-align:top;border-top:none;border-left:none;border-right:none;font-weight:700;padding:0}.dx-scheduler-small .dx-scheduler-agenda .dx-scheduler-group-header{width:40px;font-size:14px}.dx-scheduler-small .dx-scheduler-agenda .dx-scheduler-group-header-content{width:38px}.dx-scheduler-agenda .dx-scheduler-group-header-content div{white-space:normal}.dx-scheduler-agenda .dx-scheduler-appointment{position:relative;-webkit-box-shadow:none;box-shadow:none;margin-top:5px;margin-bottom:5px}.dx-scheduler-agenda .dx-scheduler-appointment.dx-scheduler-last-in-date-agenda-appointment{margin-bottom:20px}.dx-scheduler-agenda .dx-scheduler-appointment-content .dx-scheduler-appointment-content-allday,.dx-scheduler-agenda .dx-scheduler-appointment-content .dx-scheduler-appointment-content-date{opacity:1;font-weight:700;font-size:13px}.dx-scheduler-agenda .dx-scheduler-appointment-content-allday{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:5px}.dx-rtl .dx-scheduler-agenda .dx-scheduler-appointment-content-allday{padding-right:0;padding-left:5px}.dx-scheduler-agenda-nodata{text-align:center;opacity:.5;position:absolute;top:45%;left:0;right:0}.dx-timezone-editor{overflow:hidden}.dx-timezone-editor .dx-timezone-display-name{float:left;width:60%}.dx-timezone-editor .dx-timezone-iana-id{float:right;width:38%}.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-work-space[dx-group-row-count="1"].dx-scheduler-work-space .dx-scheduler-date-table-scrollable{padding-bottom:90px;margin-bottom:90px}.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-work-space[dx-group-row-count="2"].dx-scheduler-work-space .dx-scheduler-date-table-scrollable{padding-bottom:130px;margin-bottom:130px}.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-work-space[dx-group-row-count="3"].dx-scheduler-work-space .dx-scheduler-date-table-scrollable{padding-bottom:170px;margin-bottom:170px}.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-timeline-day.dx-scheduler-work-space-count.dx-scheduler-work-space[dx-group-row-count="1"].dx-scheduler-work-space .dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-timeline-week.dx-scheduler-work-space[dx-group-row-count="1"].dx-scheduler-work-space .dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-timeline-work-week.dx-scheduler-work-space[dx-group-row-count="1"].dx-scheduler-work-space .dx-scheduler-date-table-scrollable{padding-bottom:130px;margin-bottom:130px}.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-timeline-day.dx-scheduler-work-space-count.dx-scheduler-work-space[dx-group-row-count="2"].dx-scheduler-work-space .dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-timeline-week.dx-scheduler-work-space[dx-group-row-count="2"].dx-scheduler-work-space .dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-timeline-work-week.dx-scheduler-work-space[dx-group-row-count="2"].dx-scheduler-work-space .dx-scheduler-date-table-scrollable{padding-bottom:170px;margin-bottom:170px}.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-timeline-day.dx-scheduler-work-space-count.dx-scheduler-work-space[dx-group-row-count="3"].dx-scheduler-work-space .dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-timeline-week.dx-scheduler-work-space[dx-group-row-count="3"].dx-scheduler-work-space .dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-timeline-work-week.dx-scheduler-work-space[dx-group-row-count="3"].dx-scheduler-work-space .dx-scheduler-date-table-scrollable{padding-bottom:210px;margin-bottom:210px}.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-sidebar-scrollable{display:none}.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable{margin-left:0!important}.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-group-header-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px}.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-group-header-content>div{margin:auto}.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-group-row,.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-panel,.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-group-header{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-work-space-group-by-date .dx-scheduler-group-header{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline:not(.dx-scheduler-work-space-group-by-date) .dx-scheduler-header-row .dx-scheduler-header-panel-cell{border-right:none}.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable{height:auto}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"] .dx-scheduler-work-space-vertical-group-table{width:100px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"] .dx-scheduler-group-header-content{width:100%}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"] .dx-scheduler-date-table{margin-left:-200px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"] .dx-scheduler-date-table .dx-scheduler-all-day-table-row:before,.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"] .dx-scheduler-date-table .dx-scheduler-date-table-row:before{width:200px}.dx-rtl .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"] .dx-scheduler-date-table{margin-right:-200px;margin-left:0}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"] .dx-scheduler-header-panel .dx-scheduler-header-row:before{width:200px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table{margin-left:0}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable{margin-left:201px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable{margin:0 0 0 201px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-date-table-scrollable{margin-left:0;margin-right:201px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-date-table{margin-right:0}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-header-scrollable.dx-scrollable{margin:0 201px 0 0}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-month .dx-scheduler-sidebar-scrollable{width:100px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable{margin-left:100px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-month .dx-scheduler-header-scrollable.dx-scrollable{margin:0 0 0 100px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-month .dx-scheduler-date-table{margin-left:0}.dx-rtl .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-month .dx-scheduler-date-table{margin-right:0;margin-left:0}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-month .dx-scheduler-date-table-row:before,.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-month .dx-scheduler-header-row:before{width:100px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"] .dx-scheduler-work-space-vertical-group-table{width:150px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"] .dx-scheduler-group-header-content{width:100%}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"] .dx-scheduler-date-table{margin-left:-250px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"] .dx-scheduler-date-table .dx-scheduler-all-day-table-row:before,.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"] .dx-scheduler-date-table .dx-scheduler-date-table-row:before{width:250px}.dx-rtl .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"] .dx-scheduler-date-table{margin-right:-250px;margin-left:0}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"] .dx-scheduler-header-panel .dx-scheduler-header-row:before{width:250px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table{margin-left:0}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable{margin-left:251px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable{margin:0 0 0 251px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-date-table-scrollable{margin-left:0;margin-right:251px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-date-table{margin-right:0}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-header-scrollable.dx-scrollable{margin:0 251px 0 0}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-month .dx-scheduler-sidebar-scrollable{width:150px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable{margin-left:150px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-month .dx-scheduler-header-scrollable.dx-scrollable{margin:0 0 0 150px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-month .dx-scheduler-date-table{margin-left:0}.dx-rtl .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-month .dx-scheduler-date-table{margin-right:0;margin-left:0}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-month .dx-scheduler-date-table-row:before,.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-month .dx-scheduler-header-row:before{width:150px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"] .dx-scheduler-work-space-vertical-group-table{width:200px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"] .dx-scheduler-group-header-content{width:100%}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"] .dx-scheduler-date-table{margin-left:-300px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"] .dx-scheduler-date-table .dx-scheduler-all-day-table-row:before,.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"] .dx-scheduler-date-table .dx-scheduler-date-table-row:before{width:300px}.dx-rtl .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"] .dx-scheduler-date-table{margin-right:-300px;margin-left:0}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"] .dx-scheduler-header-panel .dx-scheduler-header-row:before{width:300px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table{margin-left:0}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable{margin-left:301px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable{margin:0 0 0 301px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-date-table-scrollable{margin-left:0;margin-right:301px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-date-table{margin-right:0}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-header-scrollable.dx-scrollable{margin:0 301px 0 0}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-month .dx-scheduler-sidebar-scrollable{width:200px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable{margin-left:200px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-month .dx-scheduler-header-scrollable.dx-scrollable{margin:0 0 0 200px}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-month .dx-scheduler-date-table{margin-left:0}.dx-rtl .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-month .dx-scheduler-date-table{margin-right:0;margin-left:0}.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-month .dx-scheduler-date-table-row:before,.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-month .dx-scheduler-header-row:before{width:200px}.dx-scheduler-work-space-vertical-grouped .dx-scheduler-work-space-vertical-group-table{float:left;min-height:100px;border-right:1px solid rgba(232,234,235,.6);border-top:1px solid rgba(232,234,235,.6);border-spacing:0}.dx-scheduler-work-space-vertical-grouped .dx-scheduler-work-space-vertical-group-table,.dx-scheduler-work-space-vertical-grouped .dx-scheduler-work-space-vertical-group-table tbody{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-day .dx-scheduler-all-day-title,.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-week .dx-scheduler-all-day-title,.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-work-week .dx-scheduler-all-day-title{top:0;position:relative;height:50px!important;line-height:50px!important;border-bottom:none;border-right:none}.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-day .dx-scheduler-all-day-table-cell{border-top:1px solid rgba(232,234,235,.6)}.dx-scheduler-work-space-vertical-grouped .dx-scheduler-all-day-panel{display:table-cell;position:relative}.dx-scheduler-work-space-vertical-grouped .dx-scheduler-all-day-panel:before{content:"";width:100px;display:table-cell}.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped .dx-scheduler-all-day-panel:before{width:50px}.dx-scheduler-work-space-vertical-grouped .dx-scheduler-all-day-table-row{height:50px}.dx-scheduler-work-space-vertical-grouped .dx-scheduler-time-panel-cell.dx-scheduler-first-group-cell{border-top:1px solid rgba(232,234,235,.6)}.dx-scheduler-work-space-vertical-grouped .dx-scheduler-time-panel-cell.dx-scheduler-first-group-cell>div{margin-top:0}.dx-scheduler-work-space-vertical-grouped .dx-scheduler-time-panel-cell.dx-scheduler-last-group-cell{border-bottom:none;-webkit-box-shadow:inset 0 -1px 0 rgba(232,234,235,.6);box-shadow:inset 0 -1px 0 rgba(232,234,235,.6)}.dx-scheduler-work-space-vertical-grouped .dx-scheduler-date-table-cell.dx-scheduler-last-group-cell{border-bottom:2px solid rgba(232,234,235,.6)}.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month[dx-group-row-count="1"] .dx-scheduler-header-scrollable{height:81px}.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month[dx-group-row-count="2"] .dx-scheduler-header-scrollable{height:111px}.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month[dx-group-row-count="3"] .dx-scheduler-header-scrollable{height:141px}.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month .dx-scheduler-header-scrollable{height:51px}.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable{height:auto}.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month .dx-scheduler-sidebar-scrollable{display:block;float:left}.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month .dx-scheduler-header-panel .dx-scheduler-header-row:before{display:none}.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month .dx-scheduler-group-header{-webkit-box-shadow:0 -2px 0 rgba(232,234,235,.6);box-shadow:0 -2px 0 rgba(232,234,235,.6);border-bottom:none}.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month .dx-scheduler-date-table-cell{height:75px}.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-panel{border-bottom:none}.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-table-row:before{display:none}.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar .dx-scheduler-sidebar-scrollable{border-top:1px solid rgba(232,234,235,.6)}.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-sidebar-scrollable,.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-week .dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-week .dx-scheduler-sidebar-scrollable,.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-work-week .dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-work-week .dx-scheduler-sidebar-scrollable,.dx-scheduler-work-space-vertical-grouped:not(.dx-scheduler-work-space-day):not(.dx-scheduler-work-space-both-scrollbar) .dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-vertical-grouped:not(.dx-scheduler-work-space-day):not(.dx-scheduler-work-space-both-scrollbar) .dx-scheduler-sidebar-scrollable{padding-bottom:50px;margin-bottom:-50px}.dx-scheduler-work-space-vertical-grouped .dx-scheduler-work-space-day .dx-scheduler-date-table-scrollable{padding-bottom:0;margin-bottom:0}.dx-rtl .dx-scheduler-work-space-vertical-group-table{border-right:none;border-left:1px solid rgba(232,234,235,.6)}.dx-rtl .dx-scheduler-date-time-shader-all-day{margin-left:0;margin-right:100px}.dx-rtl .dx-scheduler-navigator{float:right;padding-left:0;padding-right:10px}.dx-device-mobile .dx-rtl .dx-scheduler-navigator{padding-right:5px}.dx-rtl .dx-scheduler-view-switcher.dx-tabs{float:left}.dx-rtl .dx-scheduler-view-switcher.dx-dropdownmenu{left:10px;right:auto}.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-date-table{margin-right:0}.dx-rtl .dx-scheduler-header-panel{left:0;right:inherit}.dx-rtl .dx-scheduler-all-day-panel table{margin-left:0}.dx-rtl .dx-scheduler-time-panel,.dx-rtl .dx-scheduler-work-space-vertical-group-table{float:right}.dx-rtl .dx-scheduler-time-panel-cell{text-align:left;padding-left:20px;padding-right:0}.dx-rtl .dx-scheduler-time-panel-cell:after{right:auto;left:0}.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-date-table-cell,.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-header-panel-cell{border-right:1px solid rgba(232,234,235,.6)}.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-date-table-cell:first-child,.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-header-panel-cell:first-child{border-right:none}.dx-rtl .dx-scheduler-work-space:not(.dx-scheduler-timeline):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-both-scrollbar):not(.dx-scheduler-agenda) .dx-scheduler-date-table{float:right;margin-left:0;margin-right:-100px}.dx-scheduler-small .dx-rtl .dx-scheduler-work-space:not(.dx-scheduler-timeline):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-both-scrollbar):not(.dx-scheduler-agenda) .dx-scheduler-date-table{margin-right:-50px}.dx-rtl .dx-scheduler-appointment-recurrence-icon{left:5px;right:auto}.dx-rtl .dx-scheduler-appointment-reduced.dx-scheduler-appointment-head .dx-scheduler-appointment-recurrence-icon{left:20px;right:auto}.dx-rtl .dx-scheduler-work-space-day .dx-scheduler-appointment-reduced .dx-scheduler-appointment-content,.dx-rtl .dx-scheduler-work-space-week .dx-scheduler-appointment-reduced .dx-scheduler-appointment-content,.dx-rtl .dx-scheduler-work-space-work-week .dx-scheduler-appointment-reduced .dx-scheduler-appointment-content{padding-right:5px;padding-left:40px}.dx-rtl .dx-scheduler-work-space-week .dx-scheduler-all-day-table-cell,.dx-rtl .dx-scheduler-work-space-work-week .dx-scheduler-all-day-table-cell{border-right:1px solid rgba(232,234,235,.6);border-left:none}.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-title{border-left:1px solid rgba(232,234,235,.6);border-right:none}.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-title:before{right:0;border-left:1px solid rgba(232,234,235,.6);border-right:none}.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table{margin-right:0}.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-sidebar-scrollable{float:right}.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable{margin-right:100px;margin-left:auto}.dx-scheduler-small .dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable{margin-right:50px}.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-time-panel{border-left:1px solid rgba(232,234,235,.6);border-right:none}.dx-rtl.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-timeline .dx-scheduler-date-table-scrollable,.dx-rtl.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable{margin-right:0}.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-table-row .dx-scheduler-all-day-table-cell:first-child,.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-row .dx-scheduler-date-table-cell:first-child,.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-row .dx-scheduler-header-panel-cell:first-child{border-right:none;border-left:1px solid rgba(232,234,235,.6)}.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable{float:right}.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable:before{right:0;border-left:1px solid rgba(232,234,235,.6);border-right:none}.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-group-table{border-left:1px solid rgba(232,234,235,.6);border-right:none}.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-date-table{margin-right:0}.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-group-header{padding:0 5px 0 10px}.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="2"] .dx-scheduler-group-header:last-child,.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="3"] .dx-scheduler-group-header:last-child{text-align:right}.dx-rtl .dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day) .dx-scheduler-header-scrollable{margin-left:0}.dx-scheduler-small .dx-rtl .dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day) .dx-scheduler-header-scrollable{margin-right:50px}.dx-rtl .dx-scheduler-agenda .dx-scheduler-scrollable-appointments{padding-right:100px;padding-left:0}.dx-scheduler-small .dx-rtl .dx-scheduler-agenda .dx-scheduler-scrollable-appointments{padding-right:35px}.dx-rtl .dx-scheduler-agenda .dx-scheduler-group-table{float:right}.dx-rtl .dx-scheduler-agenda.dx-scheduler-work-space-grouped .dx-scheduler-date-table{float:left}.dx-rtl .dx-timezone-editor .dx-timezone-display-name{float:right}.dx-rtl .dx-timezone-editor .dx-timezone-iana-id{float:left}.dx-scheduler-date-table-cell,.dx-scheduler-time-panel-cell{height:36px}.dx-scheduler-all-day-title{height:54px;line-height:54px;font-size:11px;font-weight:700;top:39px}.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-all-day-title{height:18px;line-height:18px}:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scheduler-all-day-title{top:74px}:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scheduler-all-day-title:before{top:-19px;height:18px}:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scheduler-all-day-title{top:104px}:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scheduler-all-day-title:before{top:-49px;height:48px}:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scheduler-all-day-title{top:134px}:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scheduler-all-day-title:before{top:-79px;height:78px}.dx-scheduler-work-space-week .dx-scheduler-all-day-title,.dx-scheduler-work-space-work-week .dx-scheduler-all-day-title{top:75px}.dx-scheduler-work-space-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scheduler-all-day-title,.dx-scheduler-work-space-work-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scheduler-all-day-title{top:105px}.dx-scheduler-work-space-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scheduler-all-day-title:before,.dx-scheduler-work-space-work-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scheduler-all-day-title:before{top:-50px;height:49px}.dx-scheduler-work-space-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scheduler-all-day-title,.dx-scheduler-work-space-work-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scheduler-all-day-title{top:135px}.dx-scheduler-work-space-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scheduler-all-day-title:before,.dx-scheduler-work-space-work-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scheduler-all-day-title:before{top:-80px;height:79px}.dx-scheduler-work-space-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scheduler-all-day-title,.dx-scheduler-work-space-work-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scheduler-all-day-title{top:165px}.dx-scheduler-work-space-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scheduler-all-day-title:before,.dx-scheduler-work-space-work-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scheduler-all-day-title:before{top:-110px;height:109px}.dx-scheduler-all-day-table{height:54px}.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-all-day-table{height:18px}.dx-scheduler-work-space-vertical-grouped .dx-scheduler-header-panel{margin-top:6px}.dx-scheduler-header-panel-cell{height:31px}.dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell:before{top:28px;height:2px}.dx-scheduler-timeline .dx-scheduler-date-table-cell{height:50px}.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:36px;margin-bottom:-36px}.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:66px;margin-bottom:-66px}.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:96px;margin-bottom:-96px}.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:126px;margin-bottom:-126px}.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:90px;margin-bottom:-90px}.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:120px;margin-bottom:-120px}.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:150px;margin-bottom:-150px}.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:180px;margin-bottom:-180px}.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:54px;margin-bottom:-54px}.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:84px;margin-bottom:-84px}.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:114px;margin-bottom:-114px}.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:144px;margin-bottom:-144px}.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:5px;margin-bottom:-5px}.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:35px;margin-bottom:-35px}.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:65px;margin-bottom:-65px}.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:95px;margin-bottom:-95px}.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:59px;margin-bottom:-59px}.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:89px;margin-bottom:-89px}.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:119px;margin-bottom:-119px}.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:149px;margin-bottom:-149px}.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:23px;margin-bottom:-23px}.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:53px;margin-bottom:-53px}.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:83px;margin-bottom:-83px}.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:113px;margin-bottom:-113px}.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-all-day-title{top:40px}.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:36px;margin-bottom:-36px}.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:66px;margin-bottom:-66px}.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:96px;margin-bottom:-96px}.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:126px;margin-bottom:-126px}.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:90px;margin-bottom:-90px}.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:120px;margin-bottom:-120px}.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:150px;margin-bottom:-150px}.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:180px;margin-bottom:-180px}.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:54px;margin-bottom:-54px}.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:84px;margin-bottom:-84px}.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:114px;margin-bottom:-114px}.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:144px;margin-bottom:-144px}.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped) .dx-scheduler-header-panel{margin-top:5px}.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scheduler-all-day-title{top:105px}.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scheduler-all-day-title:before{top:-50px;height:49px}.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scheduler-all-day-title{top:135px}.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scheduler-all-day-title:before{top:-80px;height:79px}.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scheduler-all-day-title{top:165px}.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scheduler-all-day-title:before{top:-110px;height:109px}.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped) .dx-scheduler-all-day-title{top:75px}.dx-scheduler-work-space-day .dx-scheduler-header-panel .dx-scheduler-group-row:not(:first-child){border-bottom:none}.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:36px;margin-bottom:-36px}.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:66px;margin-bottom:-66px}.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:96px;margin-bottom:-96px}.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:126px;margin-bottom:-126px}.dx-scheduler-work-space-month .dx-scheduler-appointment-content{font-size:11px}.dx-scheduler-work-space-month .dx-scheduler-date-table-first-of-month{border-left:1px solid #b1b8bc;border-top:1px solid #b1b8bc}.dx-scheduler-header{background-color:rgba(0,0,0,.04);border:1px solid rgba(232,234,235,.6);height:39px}.dx-scheduler-navigator{padding:7px}.dx-scheduler-navigator .dx-button{margin-top:-1px;height:25px}.dx-scheduler-navigator .dx-button-has-icon .dx-button-content{padding:4px}.dx-scheduler-navigator-caption{border-radius:0;border-right-width:0;border-left-width:0}.dx-scheduler-navigator-caption.dx-state-active,.dx-scheduler-navigator-caption.dx-state-focused,.dx-scheduler-navigator-caption.dx-state-hover{border-right-width:1px;border-left-width:1px}.dx-scheduler-navigator-previous{border-radius:2px 0 0 2px}.dx-rtl .dx-scheduler-navigator-previous,.dx-scheduler-navigator-next{border-radius:0 2px 2px 0}.dx-rtl .dx-scheduler-navigator-next{border-radius:2px 0 0 2px}.dx-scheduler-view-switcher.dx-tabs{font-size:12px}.dx-scheduler-view-switcher.dx-tabs .dx-tab:not(.dx-tab-selected):not(.dx-state-hover){background:0 0}.dx-scheduler-view-switcher.dx-tabs .dx-tab.dx-tab-selected,.dx-scheduler-view-switcher.dx-tabs .dx-tab.dx-tab-selected:before{background-color:#fff}.dx-scheduler-view-switcher.dx-tabs .dx-tab.dx-state-focused:after{border:1px solid rgba(232,234,235,.6);border-top-color:#7ab8eb;border-bottom:none}.dx-scheduler-view-switcher.dx-tabs .dx-tab.dx-tab-selected:after{height:39px}.dx-scheduler-view-switcher.dx-dropdownmenu{margin-top:6px}.dx-scheduler-view-switcher-label{margin-top:11.2px;right:60px}.dx-rtl .dx-scheduler-view-switcher-label{left:60px;right:auto}.dx-scheduler-header-panel .dx-scheduler-group-row:not(:first-child){border-bottom:1px solid rgba(232,234,235,.6)}.dx-scheduler-header-panel .dx-scheduler-group-row:not(:first-child) .dx-scheduler-group-header{color:#333}.dx-scheduler-group-flex-container .dx-scheduler-group-header,.dx-scheduler-header-panel .dx-scheduler-group-header,.dx-scheduler-work-space-vertical-group-table .dx-scheduler-group-header{font-weight:700;color:#333;padding:0}.dx-scheduler-all-day-panel{background-color:#fff}.dx-scheduler-work-space{padding-top:39px;margin-top:-39px}.dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-all-day-title{border-top:1px solid rgba(232,234,235,.6)}.dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-date-table-cell{border-left:1px solid rgba(232,234,235,.6)}.dx-scheduler-work-space.dx-scheduler-work-space-grouped.dx-scheduler-agenda .dx-scheduler-date-table-cell{border:none}.dx-rtl .dx-scheduler-work-space.dx-scheduler-work-space-grouped.dx-scheduler-timeline .dx-scheduler-group-row th{border-left:none;border-right:none}.dx-scheduler-work-space-week .dx-scheduler-date-table-row:first-child{border-top:none}.dx-scheduler-date-table-cell{border-left:1px solid rgba(232,234,235,.6);border-right:1px solid rgba(232,234,235,.6)}.dx-scheduler-all-day-table-cell.dx-state-active,.dx-scheduler-date-table-cell.dx-state-active{background-color:hsla(0,0%,86.7%,.7)}.dx-scheduler-all-day-table-cell.dx-state-hover,.dx-scheduler-date-table-cell.dx-state-hover{background-color:#edf0f2;color:#959595}.dx-scheduler-appointment-popup .dx-popup-title{background-color:#fff}.dx-scheduler-appointment-popup .dx-popup-title .dx-closebutton,.dx-scheduler-appointment-popup .dx-popup-title .dx-closebutton.dx-rtl{margin:0}.dx-scheduler-appointment-popup .dx-popup-bottom{border-top:1px solid #e8eaeb}.dx-scheduler-appointment-popup .dx-toolbar-after{margin-right:4px}.dx-rtl .dx-scheduler-appointment-popup .dx-toolbar-after{margin-left:4px;margin-right:0}.dx-scheduler-appointment-popup .dx-form-validation-summary{padding:10px 20px}.dx-scheduler-work-space-month .dx-scheduler-date-table-cell{font-size:14px}.dx-scheduler-group-header,.dx-scheduler-header-panel,.dx-scheduler-time-panel{font-size:12px}.dx-scheduler-work-space-grouped .dx-scheduler-group-row th,.dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-last-group-cell{border-right:1px solid #b1b8bc}.dx-scheduler-work-space-grouped .dx-scheduler-group-row th:last-child,.dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-last-group-cell:last-child{border-right:none}.dx-rtl .dx-scheduler-work-space-grouped .dx-scheduler-group-row th,.dx-rtl .dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-last-group-cell{border-left:1px solid #b1b8bc;border-right:1px solid rgba(232,234,235,.6)}.dx-rtl .dx-scheduler-work-space-grouped .dx-scheduler-group-row th:last-child,.dx-rtl .dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-last-group-cell:last-child{border-left:none}.dx-scheduler-work-space-grouped.dx-scheduler-timeline .dx-scheduler-group-row th,.dx-scheduler-work-space-grouped.dx-scheduler-timeline .dx-scheduler-last-group-cell,.dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-group-row th,.dx-scheduler-work-space-grouped.dx-scheduler-work-space-vertical-grouped .dx-scheduler-group-row th,.dx-scheduler-work-space-grouped.dx-scheduler-work-space-vertical-grouped .dx-scheduler-last-group-cell{border-right:1px solid rgba(232,234,235,.6);border-left:1px solid rgba(232,234,235,.6)}.dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-date-table-cell.dx-scheduler-last-group-cell,.dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-group-header.dx-scheduler-last-group-cell,.dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-header-panel-cell{border-right:1px solid #b1b8bc}.dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-date-table-cell.dx-scheduler-last-group-cell:last-child,.dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-group-header.dx-scheduler-last-group-cell:last-child,.dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-header-panel-cell:last-child{border-right:none}.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-date-table-cell.dx-scheduler-last-group-cell,.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-group-header.dx-scheduler-last-group-cell,.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-header-panel-cell{border-left:1px solid #b1b8bc;border-right:1px solid rgba(232,234,235,.6)}.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-date-table-cell.dx-scheduler-last-group-cell:last-child,.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-group-header.dx-scheduler-last-group-cell:last-child,.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-header-panel-cell:last-child{border-left:none}.dx-scheduler-appointment-collector{height:17px}.dx-scheduler-appointment-collector .dx-scheduler-appointment-collector-content span:last-child{line-height:11.33333333px;height:17px}.dx-scheduler-appointment-collector.dx-button.dx-button-default,.dx-scheduler-appointment-collector.dx-state-hover:before{border-radius:17px}.dx-scheduler-appointment{border-left:2px solid transparent;border-right:1px solid transparent}.dx-scheduler-appointment.dx-state-focused{color:#fff}.dx-scheduler-appointment.dx-scheduler-appointment-empty{border-left:1px solid transparent;border-right:1px solid transparent}.dx-scheduler-appointment-content{padding:2px 5px}.dx-scheduler-appointment-reduced .dx-scheduler-appointment-content{padding-right:40px}.dx-scheduler-appointment-recurrence .dx-scheduler-appointment-content{padding:2px 25px 2px 5px}.dx-rtl .dx-scheduler-appointment-recurrence .dx-scheduler-appointment-content{padding:2px 5px 2px 25px}.dx-scheduler-dropdown-appointment-date{color:#959595}.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped)[dx-group-row-count="1"] .dx-scheduler-header-scrollable{height:67px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped)[dx-group-row-count="2"] .dx-scheduler-header-scrollable{height:97px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped)[dx-group-row-count="3"] .dx-scheduler-header-scrollable{height:127px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped) .dx-scheduler-header-scrollable{height:37px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable{height:auto}.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped) .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped) .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:36px;margin-bottom:-36px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped)[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped)[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:66px;margin-bottom:-66px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped)[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped)[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:96px;margin-bottom:-96px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped)[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped)[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:126px;margin-bottom:-126px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day[dx-group-row-count="1"] .dx-scheduler-header-scrollable{height:36px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day[dx-group-row-count="2"] .dx-scheduler-header-scrollable{height:66px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day[dx-group-row-count="3"] .dx-scheduler-header-scrollable{height:96px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day .dx-scheduler-header-scrollable{height:6px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable{height:auto}.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:5px;margin-bottom:-5px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:35px;margin-bottom:-35px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:65px;margin-bottom:-65px}.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:95px;margin-bottom:-95px}.dx-scheduler-work-space.dx-scheduler-timeline-week[dx-group-row-count="1"] .dx-scheduler-header-scrollable,.dx-scheduler-work-space.dx-scheduler-timeline-work-week[dx-group-row-count="1"] .dx-scheduler-header-scrollable,.dx-scheduler-work-space.dx-scheduler-work-space-count.dx-scheduler-timeline-day[dx-group-row-count="1"] .dx-scheduler-header-scrollable{height:98px}.dx-scheduler-work-space.dx-scheduler-timeline-week[dx-group-row-count="2"] .dx-scheduler-header-scrollable,.dx-scheduler-work-space.dx-scheduler-timeline-work-week[dx-group-row-count="2"] .dx-scheduler-header-scrollable,.dx-scheduler-work-space.dx-scheduler-work-space-count.dx-scheduler-timeline-day[dx-group-row-count="2"] .dx-scheduler-header-scrollable{height:128px}.dx-scheduler-work-space.dx-scheduler-timeline-week[dx-group-row-count="3"] .dx-scheduler-header-scrollable,.dx-scheduler-work-space.dx-scheduler-timeline-work-week[dx-group-row-count="3"] .dx-scheduler-header-scrollable,.dx-scheduler-work-space.dx-scheduler-work-space-count.dx-scheduler-timeline-day[dx-group-row-count="3"] .dx-scheduler-header-scrollable{height:158px}.dx-scheduler-work-space.dx-scheduler-timeline-week .dx-scheduler-header-scrollable,.dx-scheduler-work-space.dx-scheduler-timeline-work-week .dx-scheduler-header-scrollable,.dx-scheduler-work-space.dx-scheduler-work-space-count.dx-scheduler-timeline-day .dx-scheduler-header-scrollable{height:68px}.dx-scheduler-work-space.dx-scheduler-timeline-week.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable,.dx-scheduler-work-space.dx-scheduler-timeline-work-week.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable,.dx-scheduler-work-space.dx-scheduler-work-space-count.dx-scheduler-timeline-day.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable{height:auto}.dx-scheduler-work-space.dx-scheduler-timeline-week.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable,.dx-scheduler-work-space.dx-scheduler-timeline-work-week.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable,.dx-scheduler-work-space.dx-scheduler-work-space-count.dx-scheduler-timeline-day.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable{padding-bottom:67px;margin-bottom:-67px}.dx-scheduler-work-space.dx-scheduler-timeline-week.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable:before,.dx-scheduler-work-space.dx-scheduler-timeline-work-week.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable:before,.dx-scheduler-work-space.dx-scheduler-work-space-count.dx-scheduler-timeline-day.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable:before{height:68px;margin-top:-68px}.dx-scheduler-work-space.dx-scheduler-timeline-week .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space.dx-scheduler-timeline-work-week .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-work-space.dx-scheduler-work-space-count.dx-scheduler-timeline-day .dx-scrollable.dx-scheduler-date-table-scrollable{padding-bottom:67px;margin-bottom:-67px}.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-title,.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-title:before{background-color:#fff}.dx-scheduler-work-space-both-scrollbar[dx-group-row-count="1"] .dx-scheduler-header-scrollable{height:67px}.dx-scheduler-work-space-both-scrollbar[dx-group-row-count="2"] .dx-scheduler-header-scrollable{height:97px}.dx-scheduler-work-space-both-scrollbar[dx-group-row-count="3"] .dx-scheduler-header-scrollable{height:127px}.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable{height:37px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable{height:auto}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day[dx-group-row-count="1"] .dx-scheduler-header-scrollable{height:31px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day[dx-group-row-count="2"] .dx-scheduler-header-scrollable{height:61px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day[dx-group-row-count="3"] .dx-scheduler-header-scrollable{height:91px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day .dx-scheduler-header-scrollable{height:1px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable{height:auto}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count="1"] .dx-scheduler-header-scrollable{height:121px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count="2"] .dx-scheduler-header-scrollable{height:151px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count="3"] .dx-scheduler-header-scrollable{height:181px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day .dx-scheduler-header-scrollable{height:91px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable{height:auto}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-vertical-grouped[dx-group-row-count="1"] .dx-scheduler-header-scrollable{height:67px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-vertical-grouped[dx-group-row-count="2"] .dx-scheduler-header-scrollable{height:97px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-vertical-grouped[dx-group-row-count="3"] .dx-scheduler-header-scrollable{height:127px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-vertical-grouped .dx-scheduler-header-scrollable{height:37px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable{height:auto}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="1"] .dx-scheduler-header-scrollable{height:85px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="2"] .dx-scheduler-header-scrollable{height:115px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="3"] .dx-scheduler-header-scrollable{height:145px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed .dx-scheduler-header-scrollable{height:55px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable{height:auto}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count)[dx-group-row-count="1"] .dx-scheduler-header-scrollable{height:90px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count)[dx-group-row-count="2"] .dx-scheduler-header-scrollable{height:120px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count)[dx-group-row-count="3"] .dx-scheduler-header-scrollable{height:150px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count) .dx-scheduler-header-scrollable{height:60px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count).dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable{height:auto}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="1"] .dx-scheduler-header-scrollable{height:54px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="2"] .dx-scheduler-header-scrollable{height:84px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="3"] .dx-scheduler-header-scrollable{height:114px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count).dx-scheduler-work-space-all-day-collapsed .dx-scheduler-header-scrollable{height:24px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count).dx-scheduler-work-space-all-day-collapsed.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable{height:auto}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped)[dx-group-row-count="1"] .dx-scheduler-header-scrollable{height:85px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped)[dx-group-row-count="2"] .dx-scheduler-header-scrollable{height:115px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped)[dx-group-row-count="3"] .dx-scheduler-header-scrollable{height:145px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-header-scrollable{height:55px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped).dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable{height:auto}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="1"] .dx-scheduler-header-scrollable{height:49px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="2"] .dx-scheduler-header-scrollable{height:79px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="3"] .dx-scheduler-header-scrollable{height:109px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped).dx-scheduler-work-space-all-day-collapsed .dx-scheduler-header-scrollable{height:19px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped).dx-scheduler-work-space-all-day-collapsed.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable{height:auto}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-month[dx-group-row-count="1"] .dx-scheduler-header-scrollable{height:67px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-month[dx-group-row-count="2"] .dx-scheduler-header-scrollable{height:97px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-month[dx-group-row-count="3"] .dx-scheduler-header-scrollable{height:127px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-month .dx-scheduler-header-scrollable{height:37px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-month.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable{height:auto}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-vertical-grouped[dx-group-row-count="1"] .dx-scheduler-header-scrollable{height:67px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-vertical-grouped[dx-group-row-count="2"] .dx-scheduler-header-scrollable{height:97px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-vertical-grouped[dx-group-row-count="3"] .dx-scheduler-header-scrollable{height:127px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-vertical-grouped .dx-scheduler-header-scrollable{height:37px}.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable{height:auto}.dx-scheduler-agenda .dx-scheduler-appointment-content{font-size:14px}.dx-scheduler-agenda .dx-scheduler-appointment-content .dx-scheduler-appointment-content-date{font-size:11px}.dx-scheduler-agenda .dx-scheduler-group-header{font-size:14px;width:60px}.dx-scheduler-agenda.dx-scheduler-work-space .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-agenda.dx-scheduler-work-space .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:0;margin-bottom:0}.dx-scheduler-agenda.dx-scheduler-work-space[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-agenda.dx-scheduler-work-space[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:30px;margin-bottom:-30px}.dx-scheduler-agenda.dx-scheduler-work-space[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-agenda.dx-scheduler-work-space[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:60px;margin-bottom:-60px}.dx-scheduler-agenda.dx-scheduler-work-space[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-agenda.dx-scheduler-work-space[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:90px;margin-bottom:-90px}.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:0;margin-bottom:0}.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:30px;margin-bottom:-30px}.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:60px;margin-bottom:-60px}.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:90px;margin-bottom:-90px}.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:0;margin-bottom:0}.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:30px;margin-bottom:-30px}.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:60px;margin-bottom:-60px}.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable{padding-bottom:90px;margin-bottom:-90px}.dx-scheduler-agenda .dx-scheduler-group-header-content{overflow:hidden;width:60px;padding:10px 0 0 10px;-webkit-box-shadow:inset 0 -1px 0 0 #cdd1d3;box-shadow:inset 0 -1px 0 0 #cdd1d3}.dx-scheduler-agenda .dx-scheduler-time-panel-cell{vertical-align:top;padding-top:10px;padding-left:10px;padding-right:0}.dx-rtl .dx-scheduler-agenda .dx-scheduler-time-panel-cell{padding-right:10px;padding-left:0}.dx-scheduler-agenda .dx-scheduler-group-header-content,.dx-scheduler-agenda .dx-scheduler-time-panel-cell{text-align:left}.dx-rtl .dx-scheduler-agenda .dx-scheduler-group-header-content,.dx-rtl .dx-scheduler-agenda .dx-scheduler-time-panel-cell{text-align:right}.dx-scheduler-agenda .dx-scheduler-date-table-cell,.dx-scheduler-agenda .dx-scheduler-time-panel-cell{-webkit-box-shadow:inset 0 -1px 0 0 rgba(232,234,235,.6);box-shadow:inset 0 -1px 0 0 rgba(232,234,235,.6)}.dx-scheduler-agenda .dx-scheduler-date-table-last-row .dx-scheduler-date-table-cell,.dx-scheduler-agenda .dx-scheduler-date-table-last-row .dx-scheduler-time-panel-cell{-webkit-box-shadow:inset 0 -1px 0 0 #cdd1d3;box-shadow:inset 0 -1px 0 0 #cdd1d3}.dx-scheduler-agenda[dx-group-column-count="1"] .dx-scheduler-date-table{margin-right:-130px}.dx-scheduler-small .dx-scheduler-agenda[dx-group-column-count="1"] .dx-scheduler-date-table{margin-left:-30px}.dx-rtl .dx-scheduler-agenda[dx-group-column-count="1"] .dx-scheduler-date-table{margin-left:-130px}.dx-scheduler-small .dx-rtl .dx-scheduler-agenda[dx-group-column-count="1"] .dx-scheduler-date-table{margin-left:-30px}.dx-scheduler-agenda[dx-group-column-count="1"] .dx-scheduler-scrollable-appointments{padding-left:130px}.dx-scheduler-small .dx-scheduler-agenda[dx-group-column-count="1"] .dx-scheduler-scrollable-appointments{padding-left:65px}.dx-rtl .dx-scheduler-agenda[dx-group-column-count="1"] .dx-scheduler-scrollable-appointments{padding-left:0;padding-right:130px}.dx-scheduler-small .dx-rtl .dx-scheduler-agenda[dx-group-column-count="1"] .dx-scheduler-scrollable-appointments{padding-right:65px}.dx-scheduler-agenda[dx-group-column-count="2"] .dx-scheduler-date-table{margin-right:-190px}.dx-scheduler-small .dx-scheduler-agenda[dx-group-column-count="2"] .dx-scheduler-date-table{margin-left:-60px}.dx-rtl .dx-scheduler-agenda[dx-group-column-count="2"] .dx-scheduler-date-table{margin-left:-190px}.dx-scheduler-small .dx-rtl .dx-scheduler-agenda[dx-group-column-count="2"] .dx-scheduler-date-table{margin-left:-60px}.dx-scheduler-agenda[dx-group-column-count="2"] .dx-scheduler-scrollable-appointments{padding-left:190px}.dx-scheduler-small .dx-scheduler-agenda[dx-group-column-count="2"] .dx-scheduler-scrollable-appointments{padding-left:95px}.dx-rtl .dx-scheduler-agenda[dx-group-column-count="2"] .dx-scheduler-scrollable-appointments{padding-left:0;padding-right:190px}.dx-scheduler-small .dx-rtl .dx-scheduler-agenda[dx-group-column-count="2"] .dx-scheduler-scrollable-appointments{padding-right:95px}.dx-scheduler-agenda[dx-group-column-count="3"] .dx-scheduler-date-table{margin-right:-250px}.dx-scheduler-small .dx-scheduler-agenda[dx-group-column-count="3"] .dx-scheduler-date-table{margin-left:-90px}.dx-rtl .dx-scheduler-agenda[dx-group-column-count="3"] .dx-scheduler-date-table{margin-left:-250px}.dx-scheduler-small .dx-rtl .dx-scheduler-agenda[dx-group-column-count="3"] .dx-scheduler-date-table{margin-left:-90px}.dx-scheduler-agenda[dx-group-column-count="3"] .dx-scheduler-scrollable-appointments{padding-left:250px}.dx-scheduler-small .dx-scheduler-agenda[dx-group-column-count="3"] .dx-scheduler-scrollable-appointments{padding-left:125px}.dx-rtl .dx-scheduler-agenda[dx-group-column-count="3"] .dx-scheduler-scrollable-appointments{padding-left:0;padding-right:250px}.dx-scheduler-small .dx-rtl .dx-scheduler-agenda[dx-group-column-count="3"] .dx-scheduler-scrollable-appointments{padding-right:125px}.dx-scheduler-agenda-nodata{font-size:12px}.dx-scheduler-appointment-tooltip-wrapper .dx-overlay-content .dx-popup-content .dx-list-item{border-top-width:1px}.dx-scheduler .dx-scheduler-overlay-panel .dx-overlay-content{background:#fff}.dx-drawer-shader{background-color:rgba(0,0,0,.5)}.dx-htmleditor{border-color:#e8eaeb}.dx-htmleditor .dx-htmleditor-toolbar-wrapper:first-child{border-bottom:1px solid #e8eaeb}.dx-htmleditor.dx-invalid{border-color:rgba(217,83,79,.4)}.dx-htmleditor.dx-invalid.dx-state-focused{border-color:#d9534f}.dx-htmleditor-content.ql-blank:before{color:#999}.dx-htmleditor-content pre{color:rgba(51,51,51,.8)}.dx-htmleditor-content blockquote{color:rgba(51,51,51,.8);border-left-color:#e8eaeb}.dx-rtl .dx-htmleditor-content blockquote{border-right-color:#e8eaeb}.dx-htmleditor-content .dx-variable>span{background:rgba(122,184,235,.15)}.dx-htmleditor-toolbar{background-color:transparent}.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format){background-color:#e6e6e6}.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-success{background-color:#449d44}.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-default{background-color:#4ea0e4}.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-danger{background-color:#c9302c}.dx-htmleditor-toolbar .dx-htmleditor-toolbar-separator{height:26px}.dx-device-mobile .dx-htmleditor-toolbar .dx-htmleditor-toolbar-separator{height:36px}.dx-htmleditor-toolbar-format.dx-dropdowneditor.dx-editor-filled{background-color:transparent}.dx-htmleditor-toolbar-format.dx-background-format .dx-button-content,.dx-htmleditor-toolbar-format.dx-color-format .dx-button-content{padding-bottom:2px}.dx-htmleditor-toolbar-separator{border-left-color:#e8eaeb}.dx-htmleditor-toolbar-menu-separator{border-top-color:#e8eaeb}.dx-resize-frame{border-color:#7ab8eb}.dx-resize-frame .dx-resizable-handle-bottom:after,.dx-resize-frame .dx-resizable-handle-corner-bottom-left,.dx-resize-frame .dx-resizable-handle-corner-bottom-right,.dx-resize-frame .dx-resizable-handle-corner-top-left,.dx-resize-frame .dx-resizable-handle-corner-top-right,.dx-resize-frame .dx-resizable-handle-left:after,.dx-resize-frame .dx-resizable-handle-right:after,.dx-resize-frame .dx-resizable-handle-top:after{background-color:#7ab8eb}.dx-mention{background-color:#ddd;color:#333}.dx-suggestion-list-wrapper{height:100%}.dx-suggestion-list-wrapper.dx-popup-wrapper .dx-overlay-content{border-top-width:0;border-bottom-width:1px}.dx-suggestion-list-wrapper.dx-popup-wrapper .dx-overlay-content.dx-dropdowneditor-overlay-flipped{border-top-width:1px;border-bottom-width:0}.dx-suggestion-list-wrapper .dx-popup-content{height:100%;padding:1px}.dx-suggestion-list-wrapper .dx-list{height:100%;min-height:26.00008px}.dx-suggestion-list-wrapper .dx-list:not(.dx-list-select-decorator-enabled){min-height:20.00008px}.dx-suggestion-list-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content{padding:2px 4px}.dx-suggestion-list-wrapper .dx-list-select-all{padding:7px 0 3px}.dx-suggestion-list-wrapper .dx-empty-message,.dx-suggestion-list-wrapper .dx-list-item{border-top:0}.dx-suggestion-list-wrapper .dx-empty-message:last-of-type,.dx-suggestion-list-wrapper .dx-list-item:last-of-type{border-bottom:none}.dx-fa-button.dx-fa-button-main .dx-overlay-shader{background-color:hsla(0,0%,100%,.8)}.dx-fa-button.dx-fa-button-main .dx-overlay-content{min-width:48px;max-height:48px;background-color:#7ab8eb;color:#fff;overflow:visible;border-radius:24px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.2);box-shadow:0 6px 12px rgba(0,0,0,.2)}.dx-fa-button.dx-fa-button-main .dx-overlay-content.dx-state-hover{background-color:#4ea0e4}.dx-fa-button.dx-fa-button-main .dx-overlay-content.dx-state-hover .dx-fa-button-icon{background-color:transparent}.dx-fa-button.dx-fa-button-main .dx-overlay-content.dx-state-active{background-color:#3794e1}.dx-fa-button.dx-fa-button-main .dx-overlay-content.dx-state-active .dx-fa-button-icon{background-color:transparent}.dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-fa-button-icon,.dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-fa-button-icon-close{padding:17px;-webkit-box-shadow:none;box-shadow:none;background-color:transparent}.dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-fa-button-label-wrapper{position:static}.dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-fa-button-label-wrapper .dx-fa-button-label{background:0 0;color:#fff;-webkit-box-shadow:none;box-shadow:none;border-radius:0;margin-right:0}.dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-inkripple{border-radius:24px}.dx-fa-button.dx-fa-button-main.dx-fa-button-with-label .dx-overlay-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.dx-fa-button.dx-fa-button-main.dx-fa-button-with-label .dx-overlay-content .dx-fa-button-icon,.dx-fa-button.dx-fa-button-main.dx-fa-button-with-label .dx-overlay-content .dx-fa-button-icon-close{padding:17px 0 17px 12px}.dx-fa-button .dx-fa-button-icon,.dx-fa-button .dx-fa-button-icon-close{padding:8px;width:14px;height:14px;-webkit-box-sizing:content-box;box-sizing:content-box}.dx-fa-button .dx-fa-button-icon-close .dx-icon,.dx-fa-button .dx-fa-button-icon .dx-icon{font-size:14px}.dx-fa-button .dx-fa-button-icon-close img,.dx-fa-button .dx-fa-button-icon img{width:100%;height:100%}.dx-fa-button .dx-overlay-content{min-width:30px;max-height:30px;background-color:transparent;color:#333;overflow:visible;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.dx-fa-button .dx-overlay-content.dx-fa-button-content-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.dx-fa-button .dx-overlay-content.dx-fa-button-content-reverse .dx-fa-button-label-wrapper{right:auto;left:30px}.dx-fa-button .dx-overlay-content.dx-fa-button-content-reverse .dx-fa-button-label-wrapper .dx-fa-button-label{margin-left:10px;margin-right:auto}.dx-fa-button .dx-overlay-content.dx-state-hover .dx-fa-button-icon{background-color:#ebebeb}.dx-fa-button .dx-overlay-content.dx-state-active .dx-fa-button-icon{background-color:#c2c2c2}.dx-fa-button .dx-overlay-content .dx-fa-button-label-wrapper{position:absolute;right:30px}.dx-fa-button .dx-overlay-content .dx-fa-button-label-wrapper .dx-fa-button-label{background-color:#fff;color:#333;white-space:nowrap;border-radius:4px;padding:0 10px;margin-right:10px;line-height:26px;height:26px;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.2);box-shadow:0 1px 4px rgba(0,0,0,.2);font-size:10px}.dx-fa-button .dx-overlay-content .dx-fa-button-icon{-webkit-box-shadow:0 6px 12px rgba(0,0,0,.2);box-shadow:0 6px 12px rgba(0,0,0,.2);background-color:#fff;border-radius:50%;position:relative}.dx-fa-button .dx-overlay-content .dx-inkripple{overflow:hidden;border-radius:15px}.dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-fa-button-label{padding:0 16px 0 8px;font-size:12px;margin-right:0}.dx-splitter{background-color:rgba(122,184,235,.5)}.dx-splitter.dx-splitter-inactive{background-color:#e8eaeb}.dx-splitter-border{background-color:transparent}.dx-filemanager{border-color:#e8eaeb}.dx-filemanager .dx-filemanager-notification-common{border-color:#e8eaeb;color:#d9534f}.dx-filemanager .dx-drawer-shrink .dx-filemanager-progress-panel{border-left-color:#e8eaeb}.dx-filemanager .dx-filemanager-progress-panel{background-color:#fff}.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-container{padding-top:6px}.dx-filemanager .dx-filemanager-progress-box-image{font-size:28px}.dx-filemanager .dx-filemanager-progress-box-error{color:#fff;background:#d9534f}.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-close-button{margin-top:6px}.dx-filemanager .dx-filemanager-toolbar{background:#fff;min-height:38px}.dx-device-mobile .dx-filemanager .dx-filemanager-toolbar{min-height:48px}.dx-filemanager .dx-filemanager-toolbar.dx-filemanager-file-toolbar,.dx-filemanager .dx-filemanager-toolbar.dx-filemanager-file-toolbar .dx-toolbar{background:#f7f7f7}.dx-filemanager .dx-filemanager-toolbar .dx-filemanager-toolbar-separator-item{height:26px;background:#e8eaeb}.dx-filemanager .dx-filemanager-toolbar .dx-filemanager-toolbar-viewmode-item .dx-texteditor{width:130px}.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled{background:0 0}.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-state-active,.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-state-focused,.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-state-hover{background:rgba(51,51,51,.1)}.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-dropdowneditor{border-color:transparent}.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-dropdowneditor .dx-dropdowneditor-icon{background:0 0}.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-dropdowneditor.dx-state-active .dx-dropdowneditor-icon,.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-dropdowneditor.dx-state-hover .dx-dropdowneditor-icon{background:0 0;border-color:transparent}.dx-filemanager .dx-filemanager-toolbar .dx-filemanager-toolbar-has-large-icon .dx-button-content{padding:3px}.dx-filemanager .dx-filemanager-toolbar .dx-toolbar .dx-filemanager-toolbar-viewmode-item .dx-button-content{padding-left:5px;padding-right:5px}.dx-filemanager .dx-filemanager-container{border-top-color:#e8eaeb}.dx-filemanager .dx-filemanager-dirs-panel{border-right-color:#e8eaeb}.dx-filemanager .dx-filemanager-breadcrumbs{border-bottom-color:#e8eaeb}.dx-filemanager .dx-filemanager-breadcrumbs .dx-menu-item.dx-state-focused{background:#e8eaeb;color:#333}.dx-filemanager .dx-filemanager-breadcrumbs .dx-menu-item-content{padding-top:3px;padding-bottom:7px}.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-separator-item .dx-menu-item-content{background:#e8eaeb}.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-path-separator-item.dx-state-hover,.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-separator-item.dx-state-hover{background:0 0}.dx-filemanager .dx-filemanager-thumbnails.dx-filemanager-inactive-area .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item.dx-filemanager-item-selected{color:#333;background:#fff}.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item.dx-item-selected{color:#fff;background:rgba(122,184,235,.8)}.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item.dx-state-hover:not(.dx-state-focused):not(.dx-item-selected){background:rgba(0,0,0,.04)}.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item.dx-state-focused{border:1px solid #7ab8eb}.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item.dx-item-selected.dx-state-focused{color:#fff;background:rgba(122,184,235,.7)}.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item .dx-filemanager-thumbnails-item-thumbnail{width:28px;height:28px;font-size:28px}.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item .dx-filemanager-item-custom-thumbnail{color:#e8eaeb}.dx-filemanager .dx-filemanager-files-view{background:#fff}.dx-filemanager .dx-filemanager-files-view.dx-filemanager-details .dx-filemanager-details-item-thumbnail{font-size:14px;width:14px;height:14px}.dx-filemanager .dx-filemanager-files-view.dx-filemanager-details .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-command-select{width:39px;min-width:39px;max-width:39px}.dx-filemanager .dx-filemanager-files-view.dx-filemanager-details .dx-row-focused .dx-filemanager-file-actions-button .dx-button .dx-icon{color:#fff}.dx-filemanager-dirs-tree.dx-treeview .dx-treeview-item-content>i{margin-bottom:1px}.dx-filemanager-dirs-tree.dx-treeview .dx-state-focused>.dx-treeview-item{background:#fff}.dx-filemanager-dirs-tree.dx-treeview .dx-state-focused>.dx-treeview-item.dx-state-hover{background:#ebebeb}.dx-filemanager-dirs-tree.dx-treeview .dx-state-focused>.dx-treeview-item *{color:#333}.dx-filemanager-dirs-tree.dx-treeview .dx-treeview-item-without-checkbox>.dx-treeview-item.dx-filemanager-focused-item{background:#ebebeb}.dx-filemanager-dirs-tree.dx-treeview .dx-treeview-item-without-checkbox>.dx-treeview-item.dx-filemanager-focused-item *{color:#333}.dx-filemanager-view-switcher-popup{width:24px}.dx-filemanager-view-switcher-popup .dx-dropdownbutton-popup-wrapper.dx-dropdownbutton-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content{padding-top:4px;padding-left:4px;padding-right:5px;text-overflow:clip}.dx-filemanager-dirs-tree.dx-treeview .dx-filemanager-file-actions-button{margin-top:1px;margin-bottom:-1px}.dx-filemanager-dirs-tree.dx-treeview .dx-filemanager-file-actions-button .dx-button .dx-button-content{padding:0}.dx-filemanager-file-actions-button .dx-button{min-width:18px;height:18px}.dx-filemanager-file-actions-button .dx-button .dx-button-content{padding-top:9px;padding-bottom:9px}.dx-filemanager-i.dx-filemanager-i-progress,.dx-filemanager-i.dx-filemanager-i-refresh,.dx-filemanager-i.dx-icon.dx-filemanager-i-progress,.dx-filemanager-i.dx-icon.dx-filemanager-i-refresh{background:url("data:image/svg+xml;charset=utf-8,%3Csvg version=\'1.1\' id=\'_x30_\' xmlns=\'http://www.w3.org/2000/svg\' x=\'0\' y=\'0\' viewBox=\'0 0 22 22\' xml:space=\'preserve\'%3E%3Cstyle%3E.st0{fill:%23333}%3C/style%3E%3Cg id=\'_x31_\'%3E%3Cpath id=\'_x33_\' class=\'st0\' d=\'M11 4c2.45 0 4.59 1.26 5.84 3.16L15 9l6 1-1-6-1.73 1.73A8.934 8.934 0 0011 2a9 9 0 00-9 9h2c0-3.87 3.13-7 7-7z\'/%3E%3Cpath id=\'_x32_\' class=\'st0\' d=\'M17.92 12c-.49 3.39-3.39 6-6.92 6-2.19 0-4.13-1.01-5.41-2.59L7 14l-6-1 1 6 2.17-2.17C5.82 18.76 8.26 20 11 20c4.63 0 8.44-3.5 8.94-8h-2.02z\'/%3E%3C/g%3E%3C/svg%3E");width:18px;height:18px}.dx-filemanager-i.dx-filemanager-i-done,.dx-filemanager-i.dx-icon.dx-filemanager-i-done{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 22 22\'%3E%3Cpath d=\'M21 10l-6-1 1.87-1.87A7.064 7.064 0 0011 4c-3.87 0-7 3.13-7 7H2a9 9 0 019-9c3.02 0 5.7 1.42 7.35 3.65L20 4l1 6zM5.6 15.4C6.88 16.98 8.81 18 11 18c.4 0 .78-.05 1.15-.12.15.69.42 1.32.77 1.91-.62.13-1.26.21-1.92.21-2.74 0-5.17-1.24-6.82-3.18L2 19l-1-6 6 1-1.4 1.4z\' fill-rule=\'evenodd\' clip-rule=\'evenodd\' fill=\'%23333\'/%3E%3Cpath d=\'M17.5 12c2.49 0 4.5 2.01 4.5 4.5S19.99 21 17.5 21 13 18.99 13 16.5s2.01-4.5 4.5-4.5z\' fill-rule=\'evenodd\' clip-rule=\'evenodd\' fill=\'%235cb85c\'/%3E%3Cpath d=\'M21.35 14.35l-4.71 5-3-3 .71-.71 2.15 2.15 4.15-4.15.7.71z\' fill-rule=\'evenodd\' clip-rule=\'evenodd\' fill=\'%23fff\'/%3E%3C/svg%3E");width:18px;height:18px}.dx-filemanager-i.dx-filemanager-i-danger,.dx-filemanager-i.dx-icon.dx-filemanager-i-danger{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 22 22\'%3E%3Cpath d=\'M21 10l-6-1 1.87-1.87A7.064 7.064 0 0011 4c-3.87 0-7 3.13-7 7H2a9 9 0 019-9c3.02 0 5.7 1.42 7.35 3.65L20 4l1 6zM5.6 15.4C6.88 16.98 8.81 18 11 18c.4 0 .78-.05 1.15-.12.15.69.42 1.32.77 1.91-.62.13-1.26.21-1.92.21-2.74 0-5.17-1.24-6.82-3.18L2 19l-1-6 6 1-1.4 1.4z\' fill-rule=\'evenodd\' clip-rule=\'evenodd\' fill=\'%23333\'/%3E%3Cpath d=\'M17.5 12c2.49 0 4.5 2.01 4.5 4.5S19.99 21 17.5 21 13 18.99 13 16.5s2.01-4.5 4.5-4.5z\' fill-rule=\'evenodd\' clip-rule=\'evenodd\' fill=\'%23d9534f\'/%3E%3Cpath d=\'M17 20v-1h1v1h-1zm0-7h1v5h-1v-5z\' fill-rule=\'evenodd\' clip-rule=\'evenodd\' fill=\'%23fff\'/%3E%3C/svg%3E");width:18px;height:18px}.dx-filemanager-i.dx-filemanager-i-cancel,.dx-filemanager-i.dx-icon.dx-filemanager-i-cancel{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3E%3Cpath fill=\'%23333\' d=\'M8 0c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8m2.87 4L8 6.87 5.13 4 4 5.13 6.87 8 4 10.87 5.13 12 8 9.13 10.87 12 12 10.87 9.13 8 12 5.13 10.87 4z\'/%3E%3C/svg%3E");width:18px;height:18px}.dx-diagram{border-color:#e8eaeb}.dx-diagram .dxdi-control .dxdi-canvas{background-color:#d9d9d9}.dx-diagram .dxdi-control .dxdi-canvas .connector-multi-selection,.dx-diagram .dxdi-control .dxdi-canvas .connector-point-mark,.dx-diagram .dxdi-control .dxdi-canvas .connector-selection,.dx-diagram .dxdi-control .dxdi-canvas .connector-side-mark,.dx-diagram .dxdi-control .dxdi-canvas .extension-line path,.dx-diagram .dxdi-control .dxdi-canvas .item-multi-selection-rect,.dx-diagram .dxdi-control .dxdi-canvas .item-selection-rect,.dx-diagram .dxdi-control .dxdi-canvas .items-selection-rect,.dx-diagram .dxdi-control .dxdi-canvas .selection-mark{stroke:#7ab8eb}.dx-diagram .dxdi-control .dxdi-canvas .connector-side-mark,.dx-diagram .dxdi-control .dxdi-canvas .extension-line text{fill:#7ab8eb}.dx-diagram .dxdi-control .dxdi-canvas .connection-mark:not(.selector),.dx-diagram .dxdi-control .dxdi-canvas .connection-point:not(.selector),.dx-diagram .dxdi-control .dxdi-canvas .connection-target,.dx-diagram .dxdi-control .dxdi-canvas .container-target{stroke:#5cb85c}.dx-diagram .dxdi-control .dxdi-canvas .connection-mark:not(.selector).active,.dx-diagram .dxdi-control .dxdi-canvas .connection-point:not(.selector).active{fill:#5cb85c}.dx-diagram .dxdi-control .dxdi-canvas .geometry-mark{stroke:#d9534f}.dx-diagram .dxdi-control .dxdi-canvas .dxdi-main .dxdi-image .dxdi-spinner path{stroke:#7ab8eb;stroke-opacity:1}.dx-diagram .dxdi-control .dxdi-canvas .dxdi-main .dxdi-image .dxdi-spinner ellipse{stroke:#99a1a8;stroke-opacity:.55}.dx-diagram .dxdi-control .dxdi-canvas .dxdi-main .dxdi-image .dxdi-user .dxdi-background{fill:#99a1a8;opacity:.55}.dx-diagram .dxdi-control .dxdi-canvas .dxdi-main .dxdi-image .dxdi-warning ellipse{fill:#d9534f}.dx-diagram .dxdi-text-input-container.connector-text .dxdi-text-input{border-color:#7ab8eb}.dx-diagram .dx-diagram-toolbar-wrapper{border-bottom:1px solid #e8eaeb}.dx-diagram.dx-diagram-fullscreen{background-color:#fff}.dx-diagram-properties-panel,.dx-diagram-toolbox-panel{background:#fff}.dx-diagram-floating-toolbar-container{border:1px solid #e8eaeb;background:#fff;-webkit-box-shadow:0 1px 8px rgba(0,0,0,.175);box-shadow:0 1px 8px rgba(0,0,0,.175);border-radius:4px;padding:2px}.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container,.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-button,.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-toolbar,.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-toolbar-item,.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-toolbar-items-container{width:48px;height:48px}.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-button-content,.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-button .dx-button-content,.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-toolbar-item .dx-button-content,.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-toolbar-items-container .dx-button-content,.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-toolbar .dx-button-content{padding-top:0;padding-bottom:0;line-height:44px}.dx-diagram-floating-toolbar-container .dx-toolbar-item{padding:0 2px 0 0}.dx-diagram-toolbox-popup>.dx-overlay-content{-webkit-box-shadow:0 1px 8px rgba(0,0,0,.175);box-shadow:0 1px 8px rgba(0,0,0,.175)}.dx-diagram-toolbox-popup .dx-popup-title.dx-toolbar{font-size:.5em;min-height:12px}.dx-diagram-toolbox-popup .dx-popup-title.dx-toolbar .dx-toolbar-items-container{height:12px}.dx-diagram-toolbox-popup .dx-popup-title .dx-button-content,.dx-diagram-toolbox-popup .dx-popup-title .dx-button.dx-button-has-icon:not(.dx-button-has-text){width:12px;height:12px}.dx-diagram-toolbox-popup .dx-accordion{width:114px}.dx-diagram-toolbox-popup .dx-diagram-toolbox-input-container{border-bottom:1px solid #e8eaeb}.dx-diagram-toolbox-popup .dx-diagram-toolbox-input{width:112px;margin:1px;-webkit-box-shadow:none;box-shadow:none}.dx-diagram-toolbox-popup .dx-diagram-toolbox-input .dx-placeholder:before,.dx-diagram-toolbox-popup .dx-diagram-toolbox-input .dx-texteditor-input{padding:3px 5px}.dx-diagram-toolbox-popup .dx-diagram-toolbox-input .dx-button .dx-button-content,.dx-diagram-toolbox-popup .dx-diagram-toolbox-input .dx-button.dx-button-has-icon:not(.dx-button-has-text) .dx-button-content{padding:2px}.dx-diagram-toolbox-popup .dx-diagram-toolbox-input .dx-button .dx-icon{font-size:10px}.dx-diagram-toolbox-popup .dx-popup-title .dx-closebutton{width:12px;height:12px;margin:1px 0 0}.dx-diagram-toolbox-popup .dx-popup-title .dx-closebutton .dx-icon{width:10px;height:10px;padding:1px;font-size:8px;line-height:8px;background-position:1px 1px;background-size:8px 8px}.dx-diagram-toolbox-popup.dx-diagram-mobile-popup .dx-popup-content{padding-top:56px}.dx-diagram-toolbox-popup.dx-diagram-mobile-popup .dx-popup-content .dx-diagram-toolbox-input-container{border-top:1px solid #e8eaeb}.dx-diagram-toolbox-panel .dx-accordion .dx-accordion-item{border-left:none;border-right:none}.dx-diagram-toolbox-panel .dx-accordion .dx-accordion-item:first-of-type{border-top:none}.dx-diagram-toolbox-panel .dx-item-content.dx-accordion-item-title{padding:4px 8px}.dx-diagram-toolbox-panel .dx-item-content.dx-accordion-item-title .dx-accordion-item-title-caption{font-size:.7em;font-weight:700}.dx-diagram-toolbox-panel .dx-item-content.dx-accordion-item-title:before{font-size:.7em;line-height:1.5em}.dx-diagram-toolbox-panel .dx-item-content.dx-accordion-item-body{padding:4px 8px}.dx-diagram-toolbox-panel .dxdi-toolbox .dxdi-canvas .dxdi-shape-text{opacity:.25}.dx-diagram-properties-popup.dx-diagram-properties-popup-notabs .dx-popup-content,.dx-diagram-properties-popup .dx-multiview-item{padding:4px}.dx-diagram-properties-popup .dx-diagram-properties-panel-group-title{font-weight:700;padding:4px}.dx-diagram-properties-popup .dx-diagram-properties-panel-group-toolbar{padding:0 4px 4px}.dx-diagram-properties-popup .dx-diagram-properties-panel-group-toolbar .dx-toolbar-item{margin-bottom:2px}.dx-diagram-properties-popup .dx-diagram-properties-panel-group-toolbar .dx-toolbar-item.dx-diagram-lg-icon-item .dx-diagram-i{background-size:48px 48px;width:48px;height:48px}.dx-diagram-properties-popup .dx-diagram-properties-panel-group-toolbar:first-child{padding-top:4px}.dx-diagram-properties-popup.dx-diagram-mobile-popup .dx-popup-title{padding:2px 8px 0 0}.dx-diagram-properties-popup.dx-diagram-mobile-popup .dx-tabpanel .dx-tab-selected:before{top:-1px}.dx-diagram-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format){background-color:#e6e6e6}.dx-diagram-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-success{background-color:#449d44}.dx-diagram-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-default{background-color:#4ea0e4}.dx-diagram-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-danger{background-color:#c9302c}.dx-diagram-toolbar .dx-dropdowneditor.dx-editor-filled,.dx-diagram-toolbar .dx-texteditor.dx-editor-filled{background-color:transparent}.dx-diagram-toolbar .dx-diagram-toolbar-separator{border-left-color:#e8eaeb}.dx-diagram-toolbar .dx-diagram-toolbar-menu-separator{border-top-color:#e8eaeb}.dx-diagram-toolbar .dx-diagram-toolbar-text{padding:5px 0 5px 8px}.dx-diagram-toolbar .dx-diagram-lg-edit-item .dx-texteditor{width:180px}.dx-diagram-toolbar .dx-diagram-md-edit-item .dx-texteditor{width:120px}.dx-diagram-toolbar .dx-diagram-sm-edit-item .dx-texteditor{width:70px}.dx-diagram-toolbar .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,.dx-diagram-toolbar .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-icon{border-bottom-width:3px;border-bottom-style:solid}.dx-diagram-toolbar .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,.dx-diagram-toolbar .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-icon,.dx-diagram-toolbar .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,.dx-diagram-toolbar .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-icon,.dx-dropdownmenu-popup .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,.dx-dropdownmenu-popup .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-icon,.dx-dropdownmenu-popup .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,.dx-dropdownmenu-popup .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-icon{margin-left:8px;margin-right:7px}.dx-diagram-toolbar .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-icon,.dx-diagram-toolbar .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-icon,.dx-dropdownmenu-popup .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-icon,.dx-dropdownmenu-popup .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-icon{font-size:14px;color:#99a1a8}.dx-diagram-touchbar.dx-context-menu .dx-menu-item .dx-menu-item-content{padding:5px}.dx-diagram-touchbar.dx-context-menu .dx-menu-separator{width:1px;height:26px;margin:0}.dx-diagram-i-connector-begin-none{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 28 18\'%3E%3Cpath d=\'M1 13l9-9 1 1-9 9-1-1z\' fill=\'red\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3Cpath d=\'M12 8V3H0v12h12v-5h16V8H12zm-2 5H2V5h8v8z\' fill=\'%2399a1a8\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E");width:21.84px;height:14px}.dx-diagram-i-connector-begin-arrow{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 28 16\'%3E%3Cpath d=\'M8 9l4 3 1 2L0 8l13-6-1 2-4 3h20v2H8z\' fill=\'%2399a1a8\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E");width:21.84px;height:14px}.dx-diagram-i-connector-begin-outlined-triangle{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 28 18\'%3E%3Cpath d=\'M0 9l13 6v-5h15V8H13V3L0 9zm11 3L3.9 9 11 6v6z\' fill=\'%2399a1a8\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E");width:21.84px;height:14px}.dx-diagram-i-connector-begin-filled-triangle{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 28 18\'%3E%3Cpath d=\'M13 10v5L0 9l13-6v5h15v2H13z\' fill=\'%2399a1a8\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E");width:21.84px;height:14px}.dx-diagram-i-connector-end-none{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 28 18\'%3E%3Cpath d=\'M17 13l9-9 1 1-9 9-1-1z\' fill=\'red\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3Cpath d=\'M0 8v2h16v5h12V3H16v5H0zm18-3h8v8h-8V5z\' fill=\'%2399a1a8\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E");width:21.84px;height:14px}.dx-diagram-i-connector-end-arrow{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 28 18\'%3E%3Cpath d=\'M0 10V8h20l-4-3-1-2 13 6-13 6 1-2 4-3H0z\' fill=\'%2399a1a8\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E");width:21.84px;height:14px}.dx-diagram-i-connector-end-outlined-triangle{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 28 16\'%3E%3Cpath d=\'M28 8L15 2v5H0v2h15v5l13-6zM17 5l7.1 3-7.1 3V5z\' fill=\'%2399a1a8\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E");width:21.84px;height:14px}.dx-diagram-i-connector-end-filled-triangle{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 28 18\'%3E%3Cpath d=\'M0 10V8h15V3l13 6-13 6v-5H0z\' fill=\'%2399a1a8\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E");width:21.84px;height:14px}.dx-diagram-i-connector-orthogonal{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 28 18\'%3E%3Cpath d=\'M20 18v-8h3V5H8v3H0V0h8v3h17v7h3v8h-8zM6 2H2v4h4V2zm20 10h-4v4h4v-4z\' fill=\'%2399a1a8\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E");width:21.84px;height:14px}.dx-diagram-i-connector-straight{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 28 18\'%3E%3Cpath d=\'M20 10v2.2L8 2.8V0H0v8h8V5.8l12 9.3V18h8v-8h-8zM6 6H2V2h4v4zm20 10h-4v-4h4v4z\' fill=\'%2399a1a8\'/%3E%3C/svg%3E");width:21.84px;height:14px}.dx-diagram-i-line-solid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 28 18\'%3E%3Cpath fill=\'%2399a1a8\' fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M3 8h22v2H3z\'/%3E%3C/svg%3E");width:21.84px;height:14px}.dx-diagram-i-line-dotted{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg version=\'1.1\' id=\'_x31_\' xmlns=\'http://www.w3.org/2000/svg\' x=\'0\' y=\'0\' viewBox=\'0 0 28 18\' xml:space=\'preserve\'%3E%3Cstyle%3E.st0{fill-rule:evenodd;clip-rule:evenodd}%3C/style%3E%3Cpath id=\'_x32__2_\' class=\'st0\' fill=\'%2399a1a8\' d=\'M3 8h2v2H3z\'/%3E%3Cpath id=\'_x32__1_\' class=\'st0\' fill=\'%2399a1a8\' d=\'M7 8h2v2H7z\'/%3E%3Cpath id=\'_x32__3_\' class=\'st0\' fill=\'%2399a1a8\' d=\'M11 8h2v2h-2z\'/%3E%3Cpath id=\'_x32__4_\' class=\'st0\' fill=\'%2399a1a8\' d=\'M15 8h2v2h-2z\'/%3E%3Cpath id=\'_x32__5_\' class=\'st0\' fill=\'%2399a1a8\' d=\'M19 8h2v2h-2z\'/%3E%3Cpath id=\'_x32__6_\' class=\'st0\' fill=\'%2399a1a8\' d=\'M23 8h2v2h-2z\'/%3E%3C/svg%3E");width:21.84px;height:14px}.dx-diagram-i-line-dashed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg version=\'1.1\' id=\'_x31_\' xmlns=\'http://www.w3.org/2000/svg\' x=\'0\' y=\'0\' viewBox=\'0 0 28 18\' xml:space=\'preserve\'%3E%3Cstyle%3E.st0{fill-rule:evenodd;clip-rule:evenodd}%3C/style%3E%3Cpath id=\'_x32__1_\' class=\'st0\' fill=\'%2399a1a8\' d=\'M3 8h6v2H3z\'/%3E%3Cpath id=\'_x32__4_\' class=\'st0\' fill=\'%2399a1a8\' d=\'M11 8h6v2h-6z\'/%3E%3Cpath id=\'_x32__5_\' class=\'st0\' fill=\'%2399a1a8\' d=\'M19 8h6v2h-6z\'/%3E%3C/svg%3E");width:21.84px;height:14px}.dx-diagram-i-button-fill{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M7.6 1l-.9.9 1.9 1.9L3 9.4 9.5 16 16 9.4 7.6 1zM5 9l4.5-4.5L14 9H5z\' fill=\'%2399a1a8\'/%3E%3C/svg%3E");width:14px;height:17px}.dx-diagram-i-menu-fill{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M7.6 1l-.9.9 1.9 1.9L3 9.4 9.5 16 16 9.4 7.6 1zM5 9l4.5-4.5L14 9H5z\' fill=\'%23333\'/%3E%3C/svg%3E");width:14px;height:17px}.dx-diagram-i-button-fullscreen{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath fill=\'%2399a1a8\' d=\'M0 6h2V2h4V0H0zM2 12H0v6h6v-2H2zM12 0v2h4v4h2V0zM16 16h-4v2h6v-6h-2z\'/%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-i-menu-fullscreen{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath fill=\'%23333\' d=\'M0 6h2V2h4V0H0zM2 12H0v6h6v-2H2zM12 0v2h4v4h2V0zM16 16h-4v2h6v-6h-2z\'/%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-i-button-lock{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M14 5c0-2.8-2.2-5-5-5S4 2.2 4 5c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-5 8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM6 5c0-1.7 1.3-3 3-3s3 1.3 3 3H6z\' fill=\'%2399a1a8\'/%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-i-menu-lock{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M14 5c0-2.8-2.2-5-5-5S4 2.2 4 5c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-5 8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM6 5c0-1.7 1.3-3 3-3s3 1.3 3 3H6z\' fill=\'%23333\'/%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-i-button-unlock{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M14 17H4c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2h8c0-1.7-1.3-3-3-3-.9 0-1.7.4-2.2 1H4.4C5.2 1.2 7 0 9 0c2.8 0 5 2.2 5 5 1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2zM9 9c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z\' fill=\'%2399a1a8\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-i-menu-unlock{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M14 17H4c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2h8c0-1.7-1.3-3-3-3-.9 0-1.7.4-2.2 1H4.4C5.2 1.2 7 0 9 0c2.8 0 5 2.2 5 5 1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2zM9 9c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z\' fill=\'%23333\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-i-button-send-to-back{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M8 0h8c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V2c0-1.1.9-2 2-2z\' fill=\'%2399a1a8\' opacity=\'.35\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3Cpath d=\'M8 12c-1.1 0-2-.9-2-2V4H4c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-2H8z\' fill=\'%2399a1a8\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-i-menu-send-to-back{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M8 0h8c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V2c0-1.1.9-2 2-2z\' fill=\'%23333\' opacity=\'.35\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3Cpath d=\'M8 12c-1.1 0-2-.9-2-2V4H4c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-2H8z\' fill=\'%23333\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-i-button-bring-to-front{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M8 0h8c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V2c0-1.1.9-2 2-2z\' fill=\'%2399a1a8\' opacity=\'.35\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3Cpath d=\'M4 4h8c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\' fill=\'%2399a1a8\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-i-menu-bring-to-front{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M8 0h8c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V2c0-1.1.9-2 2-2z\' fill=\'%23333\' opacity=\'.35\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3Cpath d=\'M4 4h8c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\' fill=\'%23333\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-i-button-select-all{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg version=\'1.1\' id=\'_x32_\' xmlns=\'http://www.w3.org/2000/svg\' x=\'0\' y=\'0\' viewBox=\'0 0 18 18\' xml:space=\'preserve\'%3E%3Cstyle%3E.st0{fill-rule:evenodd;clip-rule:evenodd}%3C/style%3E%3Cpath id=\'_x31_\' class=\'st0\' d=\'M8.5 6c.1 0 .3 0 .4.1l6.8 5.3c.3.2.3.5.1.8-.1.1-.1.2-.3.2l-1.9.3 1.3 2.6c.2.3 0 .6-.3.7l-2.1.9c-.1 0-.2.1-.3.1-.2 0-.4-.1-.5-.3l-1.3-2.6-1.5 1.1c-.1.1-.2.1-.4.1-.3 0-.6-.2-.6-.5V6.6c0-.3.3-.6.6-.6z\' fill=\'%2399a1a8\'/%3E%3Cg id=\'_x33_\' opacity=\'.75\'%3E%3Cpath id=\'_x31__1_\' class=\'st0\' fill=\'%2399a1a8\' d=\'M12 6l2 2h2V6z\'/%3E%3Cpath id=\'_x32__1_\' transform=\'rotate(-45.001 13 3)\' class=\'st0\' fill=\'%2399a1a8\' d=\'M11.6 2h2.8v2h-2.8z\'/%3E%3Cpath id=\'_x33__1_\' class=\'st0\' fill=\'%2399a1a8\' d=\'M8 1h2v4H8z\'/%3E%3Cpath id=\'_x34_\' transform=\'rotate(-45.001 5 11)\' class=\'st0\' fill=\'%2399a1a8\' d=\'M3.6 10h2.8v2H3.6z\'/%3E%3Cpath id=\'_x35_\' transform=\'rotate(-45.001 5 3)\' class=\'st0\' fill=\'%2399a1a8\' d=\'M4 1.6h2v2.8H4z\'/%3E%3Cpath id=\'_x36_\' class=\'st0\' fill=\'%2399a1a8\' d=\'M2 6h4v2H2z\'/%3E%3C/g%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-i-menu-select-all{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg version=\'1.1\' id=\'_x32_\' xmlns=\'http://www.w3.org/2000/svg\' x=\'0\' y=\'0\' viewBox=\'0 0 18 18\' xml:space=\'preserve\'%3E%3Cstyle%3E.st0{fill-rule:evenodd;clip-rule:evenodd}%3C/style%3E%3Cpath id=\'_x31_\' class=\'st0\' d=\'M8.5 6c.1 0 .3 0 .4.1l6.8 5.3c.3.2.3.5.1.8-.1.1-.1.2-.3.2l-1.9.3 1.3 2.6c.2.3 0 .6-.3.7l-2.1.9c-.1 0-.2.1-.3.1-.2 0-.4-.1-.5-.3l-1.3-2.6-1.5 1.1c-.1.1-.2.1-.4.1-.3 0-.6-.2-.6-.5V6.6c0-.3.3-.6.6-.6z\' fill=\'%23333\'/%3E%3Cg id=\'_x33_\' opacity=\'.75\'%3E%3Cpath id=\'_x31__1_\' class=\'st0\' fill=\'%23333\' d=\'M12 6l2 2h2V6z\'/%3E%3Cpath id=\'_x32__1_\' transform=\'rotate(-45.001 13 3)\' class=\'st0\' fill=\'%23333\' d=\'M11.6 2h2.8v2h-2.8z\'/%3E%3Cpath id=\'_x33__1_\' class=\'st0\' fill=\'%23333\' d=\'M8 1h2v4H8z\'/%3E%3Cpath id=\'_x34_\' transform=\'rotate(-45.001 5 11)\' class=\'st0\' fill=\'%23333\' d=\'M3.6 10h2.8v2H3.6z\'/%3E%3Cpath id=\'_x35_\' transform=\'rotate(-45.001 5 3)\' class=\'st0\' fill=\'%23333\' d=\'M4 1.6h2v2.8H4z\'/%3E%3Cpath id=\'_x36_\' class=\'st0\' fill=\'%23333\' d=\'M2 6h4v2H2z\'/%3E%3C/g%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-i-button-image-delete{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M17 15.4L15.5 17l-2-2-2 2-1.5-1.6 2-2-2-2 1.5-1.4 2 2 2-2 1.5 1.5-2 2 2 1.9zM12 6l-4 6-2-2-3 5h5v2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2v4l-2 2-3-3zM5.5 5C4.7 5 4 5.6 4 6.5S4.7 8 5.5 8 7 7.3 7 6.5 6.3 5 5.5 5z\' fill=\'%2399a1a8\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-i-menu-image-delete{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M17 15.4L15.5 17l-2-2-2 2-1.5-1.6 2-2-2-2 1.5-1.4 2 2 2-2 1.5 1.5-2 2 2 1.9zM12 6l-4 6-2-2-3 5h5v2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2v4l-2 2-3-3zM5.5 5C4.7 5 4 5.6 4 6.5S4.7 8 5.5 8 7 7.3 7 6.5 6.3 5 5.5 5z\' fill=\'%23333\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-i-button-image-edit{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M15 9l-3-3-4 6-2-2-3 5h6v2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2v4l-2 2zM5.5 5C4.7 5 4 5.7 4 6.5S4.7 8 5.5 8 7 7.3 7 6.5 6.3 5 5.5 5zM17 12.5L12.5 17H11v-1.5l4.5-4.5 1.5 1.5z\' fill=\'%2399a1a8\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-i-menu-image-edit{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M15 9l-3-3-4 6-2-2-3 5h6v2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2v4l-2 2zM5.5 5C4.7 5 4 5.7 4 6.5S4.7 8 5.5 8 7 7.3 7 6.5 6.3 5 5.5 5zM17 12.5L12.5 17H11v-1.5l4.5-4.5 1.5 1.5z\' fill=\'%23333\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-i-button-image-insert{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M15 9l-3-3-4 7-2-3-3 5h6v2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2v4l-2 2zM5.5 5C4.7 5 4 5.7 4 6.5S4.7 8 5.5 8 7 7.3 7 6.5 6.3 5 5.5 5zm7.5 6h2v2h2v2h-2v2h-2v-2h-2v-2h2v-2z\' fill=\'%2399a1a8\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-i-menu-image-insert{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M15 9l-3-3-4 7-2-3-3 5h6v2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2v4l-2 2zM5.5 5C4.7 5 4 5.7 4 6.5S4.7 8 5.5 8 7 7.3 7 6.5 6.3 5 5.5 5zm7.5 6h2v2h2v2h-2v2h-2v-2h-2v-2h2v-2z\' fill=\'%23333\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-i-button-layout-layered-bt{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg version=\'1.1\' id=\'_x31_\' xmlns=\'http://www.w3.org/2000/svg\' x=\'0\' y=\'0\' viewBox=\'0 0 64 64\' xml:space=\'preserve\'%3E%3Cstyle%3E.st0{fill-rule:evenodd;clip-rule:evenodd}%3C/style%3E%3Cg id=\'_x34_\'%3E%3Cpath id=\'_x35_\' class=\'st0\' d=\'M60 20v8c0 1.1-.9 2-2 2h-8c-1.1 0-2-.9-2-2v-8c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2zm-2 0h-8v8h8v-8zM46 6v8c0 1.1-.9 2-2 2h-8c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2zm-2 0h-8v8h8V6zm2 28v8c0 1.1-.9 2-2 2h-8c-1.1 0-2-.9-2-2v-8c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2zm-2 0h-8v8h8v-8zm2 16v8c0 1.1-.9 2-2 2h-8c-1.1 0-2-.9-2-2v-8c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2zm-2 0h-8v8h8v-8zM32 20v8c0 1.1-.9 2-2 2h-8c-1.1 0-2-.9-2-2v-8c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2zm-2 0h-8v8h8v-8zM12 4l6 6h-5v50h-2V10H6l6-6z\' fill=\'%2399a1a8\'/%3E%3C/g%3E%3Cg id=\'_x32_\' opacity=\'.5\'%3E%3Cpath id=\'_x33_\' class=\'st0\' d=\'M55 9v9h-2v-7h-7V9h9zm-2 21h2v9h-9v-2h7v-7zM39 44h2v4h-2v-4zM27 9h7v2h-7v7h-2V9h2zm0 28h7v2h-9v-9h2v7z\' fill=\'%2399a1a8\'/%3E%3C/g%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-i-button-layout-layered-lr{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg version=\'1.1\' id=\'_x31_\' xmlns=\'http://www.w3.org/2000/svg\' x=\'0\' y=\'0\' viewBox=\'0 0 64 64\' xml:space=\'preserve\'%3E%3Cstyle%3E.st0{fill-rule:evenodd;clip-rule:evenodd}%3C/style%3E%3Cg id=\'_x34_\'%3E%3Cpath id=\'_x35_\' class=\'st0\' d=\'M45 59h-8c-1.1 0-2-.9-2-2v-8c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2zm0-2v-8h-8v8h8zm14-12h-8c-1.1 0-2-.9-2-2v-8c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2zm0-2v-8h-8v8h8zm-28 2h-8c-1.1 0-2-.9-2-2v-8c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2zm0-2v-8h-8v8h8zm-16 2H7c-1.1 0-2-.9-2-2v-8c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2zm0-2v-8H7v8h8zm30-12h-8c-1.1 0-2-.9-2-2v-8c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2zm0-2v-8h-8v8h8zm16-18l-6 6v-5H5v-2h50V5l6 6z\' fill=\'%2399a1a8\'/%3E%3C/g%3E%3Cg id=\'_x32_\' opacity=\'.5\'%3E%3Cpath id=\'_x33_\' class=\'st0\' d=\'M56 54h-9v-2h7v-7h2v9zm-21-2v2h-9v-9h2v7h7zM21 38v2h-4v-2h4zm35-12v7h-2v-7h-7v-2h9v2zm-28 0v7h-2v-9h9v2h-7z\' fill=\'%2399a1a8\'/%3E%3C/g%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-i-button-layout-layered-rl{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg version=\'1.1\' id=\'_x31_\' xmlns=\'http://www.w3.org/2000/svg\' x=\'0\' y=\'0\' viewBox=\'0 0 64 64\' xml:space=\'preserve\'%3E%3Cstyle%3E.st0{fill-rule:evenodd;clip-rule:evenodd}%3C/style%3E%3Cg id=\'_x34_\'%3E%3Cpath id=\'_x35_\' class=\'st0\' d=\'M19 57v-8c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2h-8c-1.1 0-2-.9-2-2zm10 0v-8h-8v8h8zM5 43v-8c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2zm10 0v-8H7v8h8zm18 0v-8c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2h-8c-1.1 0-2-.9-2-2zm10 0v-8h-8v8h8zm6 0v-8c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2h-8c-1.1 0-2-.9-2-2zm10 0v-8h-8v8h8zM19 29v-8c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2h-8c-1.1 0-2-.9-2-2zm10 0v-8h-8v8h8zM11 5v5h50v2H11v5l-6-6 6-6z\' fill=\'%2399a1a8\'/%3E%3C/g%3E%3Cg id=\'_x32_\' opacity=\'.5\'%3E%3Cpath id=\'_x33_\' class=\'st0\' d=\'M10 52v-7h2v7h7v2h-9v-2zm28 0v-7h2v9h-9v-2h7zm11-14v2h-4v-2h4zM10 24h9v2h-7v7h-2v-9zm21 2v-2h9v9h-2v-7h-7z\' fill=\'%2399a1a8\'/%3E%3C/g%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-i-button-layout-layered-tb{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg version=\'1.1\' id=\'_x31_\' xmlns=\'http://www.w3.org/2000/svg\' x=\'0\' y=\'0\' viewBox=\'0 0 64 64\' xml:space=\'preserve\'%3E%3Cstyle%3E.st0{fill-rule:evenodd;clip-rule:evenodd}%3C/style%3E%3Cg id=\'_x34_\'%3E%3Cpath id=\'_x35_\' class=\'st0\' d=\'M58 46h-8c-1.1 0-2-.9-2-2v-8c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2zm0-10h-8v8h8v-8zM44 60h-8c-1.1 0-2-.9-2-2v-8c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2zm0-10h-8v8h8v-8zm0-18h-8c-1.1 0-2-.9-2-2v-8c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2zm0-10h-8v8h8v-8zm0-6h-8c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2zm0-10h-8v8h8V6zM30 46h-8c-1.1 0-2-.9-2-2v-8c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2zm0-10h-8v8h8v-8zM6 54h5V4h2v50h5l-6 6-6-6z\' fill=\'%2399a1a8\'/%3E%3C/g%3E%3Cg id=\'_x32_\' opacity=\'.5\'%3E%3Cpath id=\'_x33_\' class=\'st0\' d=\'M53 55h-7v-2h7v-7h2v9h-2zm0-28h-7v-2h9v9h-2v-7zM39 16h2v4h-2v-4zM25 55v-9h2v7h7v2h-9zm2-21h-2v-9h9v2h-7v7z\' fill=\'%2399a1a8\'/%3E%3C/g%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-i-button-layout-tree-bt{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg version=\'1.1\' id=\'_x31_\' xmlns=\'http://www.w3.org/2000/svg\' x=\'0\' y=\'0\' viewBox=\'0 0 64 64\' xml:space=\'preserve\'%3E%3Cstyle%3E.st0{fill-rule:evenodd;clip-rule:evenodd}%3C/style%3E%3Cg id=\'_x34_\'%3E%3Cpath id=\'_x35_\' class=\'st0\' d=\'M59 6v6c0 1.1-.9 2-2 2h-6c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2zm-2 0h-6v6h6V6zm2 20v6c0 1.1-.9 2-2 2h-6c-1.1 0-2-.9-2-2v-6c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2zm-2 0h-6v6h6v-6zm-8 12v6c0 1.1-.9 2-2 2h-6c-1.1 0-2-.9-2-2v-6c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2zm-2 0h-6v6h6v-6zm2 14v6c0 1.1-.9 2-2 2h-6c-1.1 0-2-.9-2-2v-6c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2zm-2 0h-6v6h6v-6zm-8-20c0 1.1-.9 2-2 2h-6c-1.1 0-2-.9-2-2v-6c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v6zm-2-6h-6v6h6v-6zm-7-12h-6c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2zm-6-2h6V6h-6v6zm-7-2h-5v50h-2V10H5l6-6 6 6zm19 2V6c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2h-6c-1.1 0-2-.9-2-2zm2 0h6V6h-6v6z\' fill=\'%2399a1a8\'/%3E%3C/g%3E%3Cg id=\'_x32_\' opacity=\'.5\'%3E%3Cpath id=\'_x33_\' class=\'st0\' d=\'M55 14v10h-2V14h2zm-2 20h2v8h-6v-2h4v-6zM43 46h2v4h-2v-4zm-3-32h2v6h-7v4h-2v-4h-7v-6h2v4h11.9l.1-4zm-5 26h4v2h-6v-8h2v6z\' fill=\'%2399a1a8\'/%3E%3C/g%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-i-button-layout-tree-lr{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg version=\'1.1\' id=\'_x31_\' xmlns=\'http://www.w3.org/2000/svg\' x=\'0\' y=\'0\' viewBox=\'0 0 64 64\' xml:space=\'preserve\'%3E%3Cstyle%3E.st0{fill-rule:evenodd;clip-rule:evenodd}%3C/style%3E%3Cg id=\'_x34_\'%3E%3Cpath id=\'_x35_\' class=\'st0\' d=\'M58 59h-6c-1.1 0-2-.9-2-2v-6c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2zm0-2v-6h-6v6h6zm-20 2h-6c-1.1 0-2-.9-2-2v-6c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2zm0-2v-6h-6v6h6zm-12-8h-6c-1.1 0-2-.9-2-2v-6c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2zm0-2v-6h-6v6h6zm-14 2H6c-1.1 0-2-.9-2-2v-6c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2zm0-2v-6H6v6h6zm20-8c-1.1 0-2-.9-2-2v-6c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2h-6zm6-2v-6h-6v6h6zm12-7v-6c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2h-6c-1.1 0-2-.9-2-2zm2-6v6h6v-6h-6zm2-7v-5H4v-2h50V5l6 6-6 6zm-2 19h6c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2h-6c-1.1 0-2-.9-2-2v-6c0-1.1.9-2 2-2zm0 2v6h6v-6h-6z\' fill=\'%2399a1a8\'/%3E%3C/g%3E%3Cg id=\'_x32_\' opacity=\'.5\'%3E%3Cpath id=\'_x33_\' class=\'st0\' d=\'M50 55H40v-2h10v2zm-20-2v2h-8v-6h2v4h6zM18 43v2h-4v-2h4zm32-3v2h-6v-7h-4v-2h4v-7h6v2h-4v11.9l4 .1zm-26-5v4h-2v-6h8v2h-6z\' fill=\'%2399a1a8\'/%3E%3C/g%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-i-button-layout-tree-rl{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg version=\'1.1\' id=\'_x31_\' xmlns=\'http://www.w3.org/2000/svg\' x=\'0\' y=\'0\' viewBox=\'0 0 64 64\' xml:space=\'preserve\'%3E%3Cstyle%3E.st0{fill-rule:evenodd;clip-rule:evenodd}%3C/style%3E%3Cg id=\'_x34_\'%3E%3Cpath id=\'_x35_\' class=\'st0\' d=\'M4 57v-6c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2zm8 0v-6H6v6h6zm12 0v-6c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2h-6c-1.1 0-2-.9-2-2zm8 0v-6h-6v6h6zm4-10v-6c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2h-6c-1.1 0-2-.9-2-2zm8 0v-6h-6v6h6zm6 0v-6c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2h-6c-1.1 0-2-.9-2-2zm8 0v-6h-6v6h6zm-32-8c-1.1 0-2-.9-2-2v-6c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2h-6zm6-2v-6h-6v6h6zm-20-5H6c-1.1 0-2-.9-2-2v-6c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2zm-6-8v6h6v-6H6zM4 11l6-6v5h50v2H10v5l-6-6zm10 27v6c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2v-6c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2zm-8 0v6h6v-6H6z\' fill=\'%2399a1a8\'/%3E%3C/g%3E%3Cg id=\'_x32_\' opacity=\'.5\'%3E%3Cpath id=\'_x33_\' class=\'st0\' d=\'M14 53h10v2H14v-2zm26 0v-4h2v6h-8v-2h6zm10-10v2h-4v-2h4zm-32-3.1V28h-4v-2h6v7h4v2h-4v7h-6v-2l4-.1zM34 35v-2h8v6h-2v-4h-6z\' fill=\'%2399a1a8\'/%3E%3C/g%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-i-button-toolbox-open{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M13.5 17c-1.9 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5-1.6 3.5-3.5 3.5zM9 1l5 7H4l5-7zM8 17H1v-7h7v7z\' fill=\'%2399a1a8\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-i-button-toolbox-close{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M8 14v-2h8v2H8zm-1.3-1.7l-1.4 1.4L1 9l4.3-4.7 1.4 1.4L4.4 8H16v2H4.4l2.3 2.3zM8 4h8v2H8V4z\' fill=\'%2399a1a8\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-i-button-layout-tree-tb{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg version=\'1.1\' id=\'_x31_\' xmlns=\'http://www.w3.org/2000/svg\' x=\'0\' y=\'0\' viewBox=\'0 0 64 64\' xml:space=\'preserve\'%3E%3Cstyle%3E.st0{fill-rule:evenodd;clip-rule:evenodd}%3C/style%3E%3Cg id=\'_x34_\'%3E%3Cpath id=\'_x35_\' class=\'st0\' d=\'M57 60h-6c-1.1 0-2-.9-2-2v-6c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2zm0-8h-6v6h6v-6zm0-12h-6c-1.1 0-2-.9-2-2v-6c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2zm0-8h-6v6h6v-6zm-10-4h-6c-1.1 0-2-.9-2-2v-6c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2zm0-8h-6v6h6v-6zm0-6h-6c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2zm0-8h-6v6h6V6zm-8 32c0 1.1-.9 2-2 2h-6c-1.1 0-2-.9-2-2v-6c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v6zm-2-6h-6v6h6v-6zm-5 20v6c0 1.1-.9 2-2 2h-6c-1.1 0-2-.9-2-2v-6c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2zm-8 6h6v-6h-6v6zm-13 2l-6-6h5V4h2v50h5l-6 6zm27-10h6c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2h-6c-1.1 0-2-.9-2-2v-6c0-1.1.9-2 2-2zm0 8h6v-6h-6v6z\' fill=\'%2399a1a8\'/%3E%3C/g%3E%3Cg id=\'_x32_\' opacity=\'.5\'%3E%3Cpath id=\'_x33_\' class=\'st0\' d=\'M53 50V40h2v10h-2zm0-26h-4v-2h6v8h-2v-6zM43 14h2v4h-2v-4zm-3.1 32H28v4h-2v-6h7v-4h2v4h7v6h-2l-.1-4zM35 30h-2v-8h6v2h-4v6z\' fill=\'%2399a1a8\'/%3E%3C/g%3E%3C/svg%3E");width:14px;height:14px}.dx-diagram-toolbox-popup .dx-button-has-icon .dx-icon.dx-icon-diagram-toolbox-drag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 12 12\'%3E%3Cpath d=\'M0 8h1V3H0v5zm2 0h1V3H2v5zm2 0h1V3H4v5zm2 0h1V3H6v5zm2 0h1V3H8v5zm2-5v5h1V3h-1z\' fill=\'%23333\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E");width:12px;height:12px;line-height:12px;background-size:12px 12px}.dx-diagram-i-button-properties-panel-open{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M17.8 10.3l-1 1-2.1-2.1 1-1c.1-.1.2-.2.4-.2.1 0 .3.1.4.2l1.3 1.3c.2.2.2.6 0 .8zM14 2H4v13h2v2H4c-1.1 0-2-.9-2-2V2c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2v3l-2 2V2zm2.1 9.9l-6 6.1H8v-2.1l6.1-6.1 2 2.1z\' fill=\'%23fff\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3Cpath d=\'M5 3h8v5l-6 6H5V3z\' fill=\'%23fff\' opacity=\'.35\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E");width:14px;height:14px}.dx-gantt{border:1px solid #e8eaeb}.dx-gantt .dx-gantt-toolbar-wrapper{padding:5px;border-bottom:1px solid #e8eaeb}.dx-gantt .dx-gantt-toolbar-wrapper .dx-gantt-toolbar-separator{border-left-color:#e8eaeb}.dx-gantt .dx-treelist-text-content{min-height:16px}.dx-gantt .dx-treelist-icon-container{max-height:16px}.dx-gantt .dx-treelist .dx-treelist-rowsview .dx-selection.dx-row:hover>td,.dx-gantt .dx-treelist .dx-treelist-rowsview .dx-selection.dx-row:hover>tr>td,.dx-gantt .dx-treelist .dx-treelist-rowsview .dx-selection.dx-row>td,.dx-gantt .dx-treelist .dx-treelist-rowsview .dx-selection.dx-row>tr>td{background-color:#d1e0ed}.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row:hover>td,.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row:hover>tr>td,.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row>td,.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row>tr>td{color:#333}.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row.dx-row-lines>td,.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row.dx-row-lines>tr>td,.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row:hover.dx-row-lines>td,.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row:hover.dx-row-lines>tr>td{border-bottom-color:#e8eaeb}.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row.dx-column-lines>td,.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row.dx-column-lines>tr>td,.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row:hover.dx-column-lines>td,.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row:hover.dx-column-lines>tr>td{border-left-color:#e8eaeb;border-right-color:#e8eaeb}.dx-gantt .dx-treelist-rowsview tr:not(.dx-row-focused).dx-selection .dx-treelist-empty-space{color:#8c8c8c}.dx-gantt .dx-gantt-view{background-color:#fff}.dx-gantt .dx-header-row{height:45px}.dx-gantt .dx-gantt-header{color:#99a1a8}.dx-gantt .dx-gantt-header .dx-gantt-hb,.dx-gantt .dx-gantt-header .dx-gantt-tsa,.dx-gantt .dx-gantt-header .dx-gantt-tsac,.dx-gantt .dx-gantt-header .dx-gantt-vb{border-color:#e8eaeb;background-color:#fff}.dx-gantt .dx-gantt-si{padding-left:16px;padding-right:16px}.dx-gantt .dx-gantt-tsa,.dx-gantt .dx-gantt-tsac{border-bottom:1px solid #e8eaeb}.dx-gantt .dx-gantt-hb{border-top:1px solid #e8eaeb}.dx-gantt .dx-gantt-vb{border-left:1px solid #e8eaeb}.dx-gantt .dx-gantt-taskWrapper{padding-top:0}.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task,.dx-gantt .dx-gantt-taskWrapper .dx-gantt-titleOut{height:18px;line-height:18px}.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task{background-color:#7ab8eb;border-radius:2px}.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task .dx-gantt-tPrg{border-radius:2px;background-color:rgba(0,0,0,.2)}.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-smallTask{border-radius:2px}.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-smallTask .dx-gantt-titleIn{padding:0 2px}.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent{height:16px;line-height:16px;background-color:#5cb85c;border-left-color:#5cb85c;border-right-color:#5cb85c;border-top-color:#5cb85c;border-bottom-right-radius:0;border-bottom-left-radius:0}.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent:not(.dx-gantt-noPrg) .dx-gantt-tPrg{background-color:hsla(0,0%,100%,.2)}.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent:not(.dx-gantt-smallTask).dx-gantt-cmpl .dx-gantt-tPrg:after,.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent:not(.dx-gantt-smallTask):after,.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent:not(.dx-gantt-smallTask):before,.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent:not(.dx-gantt-smallTask):not(.dx-gantt-noPrg) .dx-gantt-tPrg:before{content:"";position:absolute;bottom:-8px;border-width:4px;border-style:solid}.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent:before,.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent:not(.dx-gantt-noPrg) .dx-gantt-tPrg:before{left:0;border-right-color:transparent;border-bottom-color:transparent}.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent:not(.dx-gantt-noPrg) .dx-gantt-tPrg:before{border-left-color:hsla(0,0%,100%,.2);border-top-color:hsla(0,0%,100%,.2)}.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent.dx-gantt-cmpl .dx-gantt-tPrg:after,.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent:after{right:0;border-left-color:transparent;border-bottom-color:transparent}.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent.dx-gantt-cmpl:after{border-right-color:hsla(0,0%,100%,.2);border-top-color:hsla(0,0%,100%,.2)}.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent.dx-gantt-cmpl .dx-gantt-tPrg:after{border-right-color:#5cb85c;border-top-color:#5cb85c}.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent .dx-gantt-task-edit-frame{height:16px}.dx-gantt .dx-gantt-taskWrapper .dx-gantt-titleIn{color:#fff;padding:0 5px}.dx-gantt .dx-gantt-taskRes{height:18px;line-height:18px;color:#fff;background-color:#999;border-radius:2px;margin-left:21px;padding-left:4px;padding-right:4px}.dx-gantt .dx-gantt-titleOut{padding-right:20px}.dx-gantt .dx-gantt-milestone{background-color:#333;width:12px;height:12px}.dx-gantt .dx-gantt-task-edit-wrapper{padding-top:0;padding-left:1px}.dx-gantt .dx-gantt-task-edit-wrapper .dx-gantt-task-edit-frame{height:18px;border:1px solid #4ea0e4;border-radius:2px}.dx-gantt .dx-gantt-task-edit-wrapper .dx-gantt-task-edit-frame .dx-gantt-task-edit-progress{border-color:transparent transparent #4ea0e4}.dx-gantt .dx-gantt-task-edit-wrapper .dx-gantt-task-edit-frame .dx-gantt-task-edit-progress:before{width:12px;height:6px;bottom:-14px;border:1px solid #4ea0e4}.dx-gantt .dx-gantt-task-edit-wrapper .dx-gantt-task-edit-frame .dx-gantt-task-edit-progress-status{border-radius:2px}.dx-gantt .dx-gantt-task-edit-wrapper-successor{padding-top:0}.dx-gantt .dx-gantt-task-edit-wrapper-successor .dx-gantt-task-edit-frame-successor{height:18px}.dx-gantt .dx-gantt-task-edit-dependency-l,.dx-gantt .dx-gantt-task-edit-dependency-r,.dx-gantt .dx-gantt-task-edit-successor-dependency-l,.dx-gantt .dx-gantt-task-edit-successor-dependency-r{background:#fff;border:1px solid #4ea0e4;width:9px;height:9px;top:4px}.dx-gantt .dx-gantt-task-edit-dependency-r,.dx-gantt .dx-gantt-task-edit-successor-dependency-r{left:-10px}.dx-gantt .dx-gantt-task-edit-dependency-l,.dx-gantt .dx-gantt-task-edit-successor-dependency-l{right:-10px}.dx-gantt .dx-gantt-task-edit-dependency-line{background-color:#333}.dx-gantt .dx-gantt-sel{background-color:#d1e0ed;border-top:1px solid #d1e0ed;border-bottom:1px solid #d1e0ed}.dx-gantt .dx-gantt-tac-hb .dx-gantt-sel{border:none}.dx-gantt .dx-gantt-conn-v{border-left-color:#333}.dx-gantt .dx-gantt-conn-h{border-top-color:#333}.dx-gantt .dx-gantt-arrow{border:5px solid #333}.dx-gantt .dx-gantt-ti,.dx-gantt .dx-gantt-tm{border-left:1px dashed #7ab8eb}.dx-gantt .dx-gantt-ti{border-right:1px dashed #7ab8eb;background-color:rgba(122,184,235,.15)}.dx-gantt .dx-gantt-altRow,.dx-gantt .dx-gantt-collapsable-row{background-color:#f5f5f5}.dx-form.dx-cv-dialog{padding-bottom:10px}.dx-form.dx-cv-dialog .dx-cv-dialog-row{padding-top:10px}.dx-gantt-i.dx-gantt-i-add{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M17 15h-3v3h-2v-3H9v-2h3v-3h2v3h3v2zM12 4l-2-2H3v12h4v2H1V0h10l3 3v5h-2V4z\' fill=\'%23666\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E")}.dx-gantt-i.dx-gantt-i-add-sub-task{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M14 6H6v3h2.3c.3-.6 1-1 1.7-1h5c1.1 0 2 .9 2 2s-.9 2-2 2h-5c-.7 0-1.4-.4-1.7-1H6v4h2.3c.3-.6 1-1 1.7-1h5c1.1 0 2 .9 2 2s-.9 2-2 2h-5c-.7 0-1.4-.4-1.7-1H4V6C2.3 6 1 4.7 1 3s1.3-3 3-3h10c1.7 0 3 1.3 3 3s-1.3 3-3 3zm0-4H4c-.6 0-1 .4-1 1s.4 1 1 1h10c.6 0 1-.4 1-1s-.4-1-1-1z\' fill=\'%23666\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E")}.dx-gantt-i.dx-gantt-i-add-task{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg version=\'1.1\' id=\'_x31_\' xmlns=\'http://www.w3.org/2000/svg\' x=\'0\' y=\'0\' viewBox=\'0 0 18 18\' xml:space=\'preserve\'%3E%3Cstyle%3E.st0{fill-rule:evenodd;clip-rule:evenodd}%3C/style%3E%3Cpath class=\'st0\' d=\'M10 13H8v-3H5V8h3V5h2v3h3v2h-3v3z\' fill=\'%23666\'/%3E%3Cpath class=\'st0\' d=\'M9 1.1c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8c0-4.5-3.6-8-8-8zM9 15c-3.3 0-6-2.7-6-6s2.7-6 6-6 6 2.7 6 6-2.7 6-6 6z\' fill=\'%23666\'/%3E%3C/svg%3E")}.dx-gantt-i.dx-gantt-i-collapse{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M9 7l7 6.8-1.2 1.2L9 9.3 3.2 15 2 13.8 9 7zm-5.8 3L2 8.8 9 2l7 6.8-1.2 1.2L9 4.3 3.2 10z\' fill=\'%23666\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E")}.dx-gantt-i.dx-gantt-i-delete{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M17 10H9c-.6 0-1-.4-1-1s.4-1 1-1h2c0-.6.4-1 1-1h2c.6 0 1 .4 1 1h2c.6 0 1 .4 1 1s-.4 1-1 1zm-5-6l-2-2H3v12h4v2H1V0h10l3 3v3h-2V4zm5 12c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2v-5h8v5z\' fill=\'%23666\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E")}.dx-gantt-i.dx-gantt-i-delete-dependency{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M17 10H9c-.6 0-1-.4-1-1s.4-1 1-1h2c0-.6.4-1 1-1h2c.6 0 1 .4 1 1h2c.6 0 1 .4 1 1s-.4 1-1 1zm-9 3H5V5H3.7c-.3.6-1 1-1.7 1-1.1 0-2-.9-2-2s.9-2 2-2c.7 0 1.4.4 1.7 1H7v8h1v2zm9 3c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2v-5h8v5z\' fill=\'%23666\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E")}.dx-gantt-i.dx-gantt-i-expand{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M2 3.2L3.2 2 9 7.7 14.8 2 16 3.2 9 10 2 3.2zm7 9.5L14.8 7 16 8.2 9 15 2 8.2 3.2 7 9 12.7z\' fill=\'%23666\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E")}.dx-gantt-i.dx-gantt-i-full-screen{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg version=\'1.1\' id=\'Layer_1\' xmlns=\'http://www.w3.org/2000/svg\' x=\'0\' y=\'0\' viewBox=\'0 0 18 18\' xml:space=\'preserve\'%3E%3Cstyle%3E%3C/style%3E%3Cpath id=\'_x34_\' class=\'st0\' fill=\'%23666\' d=\'M1 7h2V3h4V1H1z\'/%3E%3Cpath id=\'_x33_\' class=\'st0\' fill=\'%23666\' d=\'M3 11H1v6h6v-2H3z\'/%3E%3Cpath id=\'_x32_\' class=\'st0\' fill=\'%23666\' d=\'M11 1v2h4v4h2V1z\'/%3E%3Cpath id=\'_x31_\' class=\'st0\' fill=\'%23666\' d=\'M15 15h-4v2h6v-6h-2z\'/%3E%3C/svg%3E")}.dx-gantt-i.dx-gantt-i-redo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M1 9c0-4.4 3.6-8 8-8 2.2 0 4.2.9 5.6 2.4L17 1v6h-6l2.2-2.2C12.1 3.7 10.7 3 9 3 5.7 3 3 5.7 3 9s2.7 6 6 6v2c-4.4 0-8-3.6-8-8z\' fill=\'%23666\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E")}.dx-gantt-i.dx-gantt-i-task-details{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M12.5 18C10 18 7.9 15.5 7 13.5c.9-2 3-4.5 5.5-4.5s4.6 2.5 5.5 4.5c-.9 2-3 4.5-5.5 4.5zm0-7c-1.4 0-2.5 1.1-2.5 2.5s1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5-1.1-2.5-2.5-2.5zm0 4c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5zM12 4l-2-2H3v12h2l1 2H1V0h10l3 3v4h-2V4z\' fill=\'%23666\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E")}.dx-gantt-i.dx-gantt-i-undo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M9 17v-2c3.3 0 6-2.7 6-6s-2.7-6-6-6c-1.7 0-3.1.7-4.2 1.8L7 7H1V1l2.4 2.4C4.8 1.9 6.8 1 9 1c4.4 0 8 3.6 8 8s-3.6 8-8 8z\' fill=\'%23666\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E")}.dx-gantt-i.dx-gantt-i-zoom-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M17.7 16.3l-1.4 1.4-4.1-4.1C11 14.5 9.6 15 8 15c-3.9 0-7-3.1-7-7s3.1-7 7-7 7 3.1 7 7c0 1.6-.5 3-1.4 4.2l4.1 4.1zM8 3C5.2 3 3 5.2 3 8s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm1 8H7V9H5V7h2V5h2v2h2v2H9v2z\' fill=\'%23666\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E")}.dx-gantt-i.dx-gantt-i-zoom-out{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 18\'%3E%3Cpath d=\'M17.7 16.3l-1.4 1.4-4.1-4.1C11 14.5 9.6 15 8 15c-3.9 0-7-3.1-7-7s3.1-7 7-7 7 3.1 7 7c0 1.6-.5 3-1.4 4.2l4.1 4.1zM8 3C5.2 3 3 5.2 3 8s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zM5 9V7h6v2H5z\' fill=\'%23666\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'/%3E%3C/svg%3E")}.dx-sortable-placeholder{border-color:#7ab8eb}.dx-sortable-dragging>*{border-color:rgba(122,184,235,.5);-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1),0 6px 8px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.1),0 6px 8px rgba(0,0,0,.2)}',""]),e.exports=c}}]);
492,172
492,172
0.792308
46634e9aa38e7a84c294de5662ee0826ce3724b4
2,960
js
JavaScript
standup/static/js/standup.js
rlr/standup
998341af354ed0ddcd15b673ea7af090a7efbce6
[ "BSD-3-Clause" ]
2
2015-06-21T16:04:07.000Z
2015-11-09T00:30:19.000Z
standup/static/js/standup.js
rlr/standup
998341af354ed0ddcd15b673ea7af090a7efbce6
[ "BSD-3-Clause" ]
null
null
null
standup/static/js/standup.js
rlr/standup
998341af354ed0ddcd15b673ea7af090a7efbce6
[ "BSD-3-Clause" ]
null
null
null
$(function() { fixTimezones(); var currentUser = localStorage.getItem('personaEmail'); /* Authenticatication for Persona */ $('#login').click(function(ev) { ev.preventDefault(); navigator.id.request(); }); $('#logout').click(function(ev) { ev.preventDefault(); navigator.id.logout(); }); navigator.id.watch({ loggedInUser: currentUser, onlogin: function(assertion) { $.ajax({ type: 'POST', url: '/authenticate', data: { assertion: assertion }, success: function(res, status, xhr) { localStorage.setItem('personaEmail', res.email); window.location.reload(); }, error: function(res, status, xhr) { console.log('Login failure:' + res.status + ': ' + res.statusText); // Remove any old notices $('.notice.sign-in-error').remove(); var message = $('<div></div>'); message.addClass('notice error dismissable sign-in-error'); message.html('We were unable to sign you in. Please try again.'); message.on('click', function() { $(this).fadeOut(600, function() { $(this).remove(); }); }); message.hide(); $('#main-notices').prepend(message); message.fadeOut(0, function() { message.fadeIn(400); }); } }); }, onlogout: function() { $.ajax({ type: 'POST', url: '/logout', success: function(res, status, xhr) { localStorage.removeItem('personaEmail'); window.location.reload(); }, error: function(res, status, xhr) { console.log('Logout failure: ' + res.status + ': ' + res.statusText); } }); } }); }); /* Find all datetime objects and modify them to match the user's current * timezone. */ function fixTimezones() { $('time').each(function(elem) { var $t = $(this); var utc_dt_str = $t.attr('datetime'); var local_dt = new Date(utc_dt_str); var hours = local_dt.getHours(); var minutes = local_dt.getMinutes(); var ampm = 'am'; if (hours > 12) { hours -= 12; ampm = 'pm'; } if (minutes < 10) { // single digit minutes = '0' + minutes; } $t.text(hours + ':' + minutes + ' ' + ampm); }); } function random(upper, lower) { if (!lower) { lower = 0; } return Math.floor(Math.random() * (upper - lower) + 1) + lower; }
30.204082
89
0.447635
4663fdb77097ee1e10abb4694824c8bf3bf96444
25,620
js
JavaScript
test/components/widget-zoom-spec.js
SportScheck/amplience-sdk-client
d48ebe79d548c0b8b896648cd35d0b8522dde1cd
[ "Apache-2.0" ]
17
2015-03-05T19:40:21.000Z
2020-04-12T22:20:30.000Z
test/components/widget-zoom-spec.js
SportScheck/amplience-sdk-client
d48ebe79d548c0b8b896648cd35d0b8522dde1cd
[ "Apache-2.0" ]
5
2015-05-14T15:32:01.000Z
2016-08-05T09:29:28.000Z
test/components/widget-zoom-spec.js
SportScheck/amplience-sdk-client
d48ebe79d548c0b8b896648cd35d0b8522dde1cd
[ "Apache-2.0" ]
17
2015-03-09T10:13:27.000Z
2021-07-09T13:11:08.000Z
describe('amp.ampZoom', function(){ var sdk, widgets, self = "widget-zoom", possibleCombinations = ["sdk and widgets", "no sdk but all widgets", 'no other widgets but sdk', 'just self'], makeCombinations, options = { "zoom": {"valid":9, "invalid":["string", [], {}, true], "default": 3}, "url": {"valid":'', "invalid":[ 5, [], {}, false, true], "default": ''} , "activate": {"valid":"over", "invalid":[[], {}, 5, false ], "default": 'onClick'}, "lens": {"valid":false, "invalid":[1, "5", {}, []], "default": true } , "fade": {"valid":false, "invalid":[1, "2", {}, []], "default": true } , "preload": {"valid":false, "invalid":[1, "4", {}, []], "default": true } , "responsive": {"valid":false, "invalid":[1, "2", {}, []], "default": true } , "cursor": {"valid": {"active": 'auto', "inactive": 'auto'}, invalid:[{}, [], 1, false], "default": {"active": 'auto', "inactive": 'auto'}}, "states": { "valid":{ "active":"active", "inactive":"inactive" }, "invalid":[{}, [], 1, false], "default": { "active":"amp-active", "inactive":"amp-inactive" } } }; makeCombinations = function(com){ $.amp = widgets; amp = sdk; if(com == "no sdk but all widgets"){ amp = undefined; }else if (com == 'no other widgets but sdk'){ $.amp = {}; $.amp = {ampZoom: widgets.ampZoom}; }else if(com == 'just self'){ amp = undefined; $.amp = {}; $.amp = {ampZoom: widgets.ampZoom}; }else{ return; } }; beforeEach(function(){ sdk = $.extend(true, {}, window.amp); widgets = $.extend(true, {}, $.amp); jasmine.getStyleFixtures().fixturesPath = 'base'; loadStyleFixtures('dist/amplience-sdk-client.css'); jasmine.Clock.useMock(); }); afterEach(function(){ $.amp = widgets; amp = sdk; }); describe('options', function(){ for(var option in options){ if(options.hasOwnProperty(option, options)){ (function(option){ it('should set the ' + option, function(){ var obj = {}; obj[option] = options[option].valid; setFixtures('<img id="zoom-test" src="http://placehold.it/350x150">'); var $zoom = $('#zoom-test').ampZoom(obj); var zoom = $zoom.data('amp-ampZoom'); expect(zoom.options[option]).toEqual(options[option].valid) }); })(option, options); } } it('should set zoom container height and width when responsive option is set to false', function(){ setFixtures('<div id="main"><img id="zoom-test" src="http://placehold.it/350x100"></div>'); var $main = $('#main'); $main.width(500); var w = 200, h = 100; var $zoom = $('#zoom-test'); $zoom.ampZoom({width:w, height:h, responsive:false}); var zoom = $zoom.data('amp-ampZoom'); zoom._calcSize(); expect($zoom.closest('.amp-zoom-container').width()).toBe(w); expect($zoom.closest('.amp-zoom-container').height()).toBe(h); }); it('should set zoom component height ratio and width', function(){ setFixtures('<div id="main"><img id="zoom-test" src="http://placehold.it/1x1"></div>'); var $main = $('#main'); $main.width(500); var w = 16, h = 9; var $zoom = $('#zoom-test'); $zoom.ampZoom({width:w, height:h}); var zoom = $zoom.data('amp-ampZoom'); zoom._calcSize(); expect($zoom.closest('.amp-zoom-container').width()).toBe(500); expect($zoom.closest('.amp-zoom-container').height()).toBe(Math.round($zoom.width() * (h/w))); }); it('should use the url of the zoom alternative as the zoom image - no alternative target', function(){ setFixtures('<img id="zoom-test" src="http://placehold.it/350x150">'); var $zoom = $('#zoom-test'); var alt = "http://placehold.it/650x650"; $zoom.ampZoom({url:alt}); var zoom = $zoom.data('amp-ampZoom'); expect(zoom._getUrl()).toEqual(alt); }); it('should use the url of the zoom alternative as the zoom image - with alternative target', function(){ setFixtures('<div id="box"></div><img id="zoom-test" src="http://placehold.it/350x150">'); var $zoom = $('#zoom-test'); var $main = $('#box'); var alt = "http://placehold.it/650x650"; $zoom.ampZoom({url:alt, target:$main}); var zoom = $zoom.data('amp-ampZoom'); expect(zoom._getUrl()).toEqual(alt); }); }); describe('methods', function(){ describe('create', function(){ it('should be able to create a zoom component with the class of amp-zoom', function(){ var $zoom = setFixtures('<img id="zoom-test">').ampZoom({}); expect($zoom).toBeInDOM(); expect($zoom).toHaveClass('amp-zoom'); }); it('should be able to create a zoom component containing the correct dom structure', function(){ setFixtures('<img id="zoom-test" src="http://placehold.it/350x150">'); var $zoom = $('#zoom-test').ampZoom({}); expect($zoom.parent().parent()).toHaveClass('amp-zoom-container'); expect($zoom.parent().parent()).toHaveClass('amp-inactive'); expect($zoom.parent()).toBe('div'); expect($zoom.parent()).toContain('div.amp-zoom-wrapper'); expect($zoom.parent().children('div.amp-zoom-wrapper')).toContain('img'); expect($zoom.parent().find('.amp-zoom-wrapper img')).toHaveClass('amp-zoom-img'); }); it('should be able to create a zoom component containing the correct dom structure if a zoom box is set', function(){ setFixtures('<div id="box"></div><img id="zoom-test" src="http://placehold.it/350x150">'); var $box = $('#box'); var $zoom = $('#zoom-test').ampZoom({target:$box}); expect($zoom.parent().parent()).toHaveClass('amp-zoom-container'); expect($zoom.parent()).toBe('div'); expect($box).toContain('div.amp-zoom-wrapper'); expect($box.children('div.amp-zoom-wrapper')).toContain('img'); expect($box.find('img')).toHaveClass('amp-zoom-img'); }); it('should be able to create a zoom component containing the correct dom structure if a zoom box is set by jquery selector or selector string', function(){ setFixtures('<div id="box"></div><img id="zoom-test" src="http://placehold.it/350x150">'); var $box = $('#box'), box = '#box'; var $zoom1 = $('#zoom-test').ampZoom({target:$box}); var $zoom2 = $('#zoom-test').ampZoom({target:box}); expect($zoom1.data('amp-ampZoom').box.length).toBe(1); expect($zoom2.data('amp-ampZoom').box.length).toBe(1); }); var arr = [possibleCombinations[2], possibleCombinations[3]]; for(var i = 0; i < arr.length; i++){ (function(arr) { xit('should work if multiple zoom options have been set to use the same external element -' + arr, function(){ setFixtures('<div id="box"></div>' + '<img id="zoom-test1" src="http://placehold.it/350x150">' + '<img id="zoom-test2" src="http://placehold.it/350x150">' + '<img id="zoom-test3" src="http://placehold.it/350x150">' + '<img id="zoom-test4" src="http://placehold.it/350x150">'); var $box = $('#box'); var $zoomTests = [$('#zoom-test1'), $('#zoom-test2'), $('#zoom-test3'), $('#zoom-test4')]; var options = [{target:$box, animate:false}]; for(var i = 0; i < $zoomTests.length; i++){ for(var c = 0; c < options.length; c++){ var test = $zoomTests[i].ampZoom(options[c]); var offset = test.offset(); var mm = $.Event("mousemove", {originalEvent: {clientX: offset.left + 25, clientY: offset.top + 25 }}); var md = $.Event("mousedown", {originalEvent: {clientX: offset.left + 25, clientY: offset.top + 25 }}); var ml = $.Event("mouseleave"); test.ampZoom('zoom', true, md); onIn(options[c]); test.ampZoom('zoom', false, ml); onOut(); test.ampZoom('zoom', true, mm); onIn(options[c]); test.ampZoom('zoom', false, ml); onOut(); } } function onIn(options){ expect($box.children('.amp-zoom-wrapper').eq(i)).toHaveClass('amp-active'); expect($box.children('.amp-zoom-wrapper').eq(i)).toEqual(test.data('amp-ampZoom').wrapper); expect($box.children('.amp-zoom-wrapper').eq(i)).toBeVisible(); // expect($box.children('.amp-zoom-wrapper').eq(i).find('img')).toBeVisible(); } function onOut(){ expect($box.children('.amp-zoom-wrapper').eq(i)).toHaveClass('amp-inactive'); expect($box.children('.amp-zoom-wrapper').eq(i)).toEqual(test.data('amp-ampZoom').wrapper); expect($box.children('.amp-zoom-wrapper').eq(i)).not.toBeVisible(); expect($box.children('.amp-zoom-wrapper').eq(i).find('img')).not.toBeVisible(); } }) }(arr[i])) } it('should merge data-amp-zoom options with options set on create, options set on creation should take precedence', function(){ var zoomStrength = 5, box1 = '.one', box2 = '.two', responsive = false; setFixtures("<img id='zoom-test' data-amp-zoom='{\"zoom\":"+zoomStrength+",\"box\":\""+box1+"\"}'>"); var $zoom = $('#zoom-test').ampZoom({responsive:responsive, target:box2}); var zoom = $zoom.data('amp-ampZoom'); expect(parseInt(zoom.options.zoom)).toEqual(zoomStrength); expect(zoom.options.responsive).toEqual(responsive); expect(zoom.options.target).toEqual(box2); }); var arr = possibleCombinations; for(var i = 0; i < arr.length; i++){ (function(arr) { xit('should have correct loading state whilst loading / loading gif -' + arr, function(){ makeCombinations(arr); setFixtures('<img id="zoom-test" src="http://i1-orig-qa.adis.ws/i/chris_test_2/5?w=500">'); var $zoom = $('#zoom-test').ampZoom({zoom:10 }); var zoom = $zoom.data('amp-ampZoom'); expect(zoom._loading).toBe(true); expect(zoom._loaded).toBe(false); }) }(arr[i])) } it('should default to inner zoom if no box found', function(){ setFixtures('<img id="zoom-test" src="http://placehold.it/350x150">'); var $zoom = $('#zoom-test').ampZoom({target:$('#zoom-box')}); var zoom = $zoom.data('amp-ampZoom'); expect(zoom.box).toBe(false); expect($zoom.parent()).toContain('.amp-zoom-wrapper'); }); it('should default to lens = true unless stated otherwise', function(){ setFixtures('<div id="zoom-box" style="width:500px;height:200px"></div><img id="zoom-test" src="http://placehold.it/1x1">'); var $zoom = $('#zoom-test').ampZoom({target:$('#zoom-box')}); var zoom = $zoom.data('amp-ampZoom'); expect(zoom.lens).toBeTruthy(); expect(zoom.box).toBeTruthy(); expect($zoom.parent().parent()).toContain('.amp-zoom-lens'); }); it('should not allow lens to exceed the width and height of its container', function(){ var bw = 600; var bh = 300; var pw = 300; var ph = 150; setFixtures('<div id="zoom-box"></div>' + '<div id="main"><img id="zoom-test" src="http://placehold.it/1x1"></div>'); var $zoom = $('#zoom-test'); $zoom.ampZoom({zoom:1,target:$('#zoom-box')}); var zoom = $zoom.data('amp-ampZoom'); zoom._makeLens(zoom.lens, bw, bh, 1, {w:pw, h:ph}); expect(zoom.lens.outerWidth()).toEqual(pw); expect(zoom.lens.outerHeight()).toEqual(ph); }); }); describe('resize', function(){ it('should resize after container resizing', function(){ setFixtures('<div id="main"><img id="zoom-test" src="http://placehold.it/1x1"></div>'); var $zoom = $('#zoom-test'); var $main = $('#main'); $zoom.ampZoom({width:w, height:h}); var zoom = $zoom.data("amp-ampZoom"); var fw = 500, sw = 1000; var w = 16, h = 9; $main.width(fw); expect($zoom.parent().width()).toBe(fw); $main.width(sw); zoom._calcSize(); expect($zoom.parent().width()).toBe(sw); }); }); describe('toggleZoom', function(){ it('should toggle zoom state', function(){ setFixtures('<img id="zoom-test" src="http://placehold.it/350x150">'); var $zoom = $('#zoom-test').ampZoom(); var zoom = $zoom.data('amp-ampZoom'); expect($zoom.closest('.amp-zoom-container')).toHaveClass(zoom.options.states.inactive); expect(zoom.zoomed).toBe(false); zoom._onImageLoad(); zoom._zoomLoaded = true; zoom.toggle(); expect($zoom.closest('.amp-zoom-container')).toHaveClass(zoom.options.states.active); expect(zoom.zoomed).toBe(true); zoom.toggle(); expect($zoom.closest('.amp-zoom-container')).toHaveClass(zoom.options.states.inactive); expect(zoom.zoomed).toBe(false); }); }); describe('zoom', function(){ it('should have the correct state while active / inactive', function(){ setFixtures('<img id="zoom-test" src="http://placehold.it/350x150">'); var $zoom = $('#zoom-test').ampZoom(); var zoom = $zoom.data('amp-ampZoom'); expect($zoom.closest('.amp-zoom-container')).toHaveClass(zoom.options.states.inactive); expect(zoom.zoomed).toBe(false); zoom._onImageLoad(); zoom._zoomLoaded = true; zoom.zoom(true); expect($zoom.closest('.amp-zoom-container')).toHaveClass('amp-active'); expect(zoom.zoomed).toBe(true); zoom.zoom(false); expect($zoom.closest('.amp-zoom-container')).toHaveClass('amp-inactive'); expect(zoom.zoomed).toBe(false); }); }); describe('getUrl', function(){ var arr = [possibleCombinations[2], possibleCombinations[3]]; for(var i = 0; i < arr.length; i++){ (function(arr) { it('should return the zoom alternative url -' + arr, function(){ makeCombinations(arr); var url = "http://placehold.it/350x150"; setFixtures('<img id="zoom-test" src="'+url+'">'); var $zoom = $('#zoom-test').ampZoom({zoom:5, url:url}); var zoom = $zoom.data("amp-ampZoom"); zoom._originalImage = { width:300, height:150 }; expect(zoom._getUrl()).toEqual(url); }); it('should return the zoom image url with zoomed width and height -' + arr, function(){ makeCombinations(arr); var url = "http://placehold.it/1x1?"; setFixtures('<img id="zoom-test" src="'+url+"w=350"+'">'); var $zoom = $('#zoom-test').ampZoom({zoom:5}); var zoom = $zoom.data("amp-ampZoom"); zoom._originalImage = { width:300, height:150 }; expect(zoom._getUrl()).toEqual(url + "h=" +(zoom.options.zoom * zoom._originalImage.height) + "&w=" +(zoom.options.zoom * zoom._originalImage.width)); }); it('should return the zoom image url with transforms -' + arr, function(){ makeCombinations(arr); var transforms = 'qlt=20'; var url = "http://placehold.it/1x1?"; setFixtures('<img id="zoom-test" src="'+url+transforms+"&w=350"+'">'); var $zoom = $('#zoom-test').ampZoom({zoom:5,transforms:transforms}); var zoom = $zoom.data("amp-ampZoom"); zoom._originalImage = { width:300, height:150 }; expect(zoom._getUrl()).toEqual(url +transforms + "&h=" +(zoom.options.zoom * zoom._originalImage.height) + "&w=" +(zoom.options.zoom * zoom._originalImage.width)); }); it('should return a stringified url with the new width -' + arr, function(){ makeCombinations(arr); var url = "http://placehold.it/350x150"; setFixtures('<img id="zoom-test" src="'+url+'">'); var $zoom = $('#zoom-test').ampZoom(); var zoom = $zoom.data("amp-ampZoom"); zoom._originalImage = { width:300, height:150 }; expect(zoom._setWidth(url, {w:500})).toEqual(url + "?w=500"); }); it('should return the width set on a parameter -'+ arr, function(){ makeCombinations(arr); var url = "http://placehold.it/350x150?w=500"; setFixtures('<img id="zoom-test" src="'+url+'">'); var $zoom = $('#zoom-test').ampZoom(); var zoom = $zoom.data("amp-ampZoom"); expect(zoom._getWidth(url)).toEqual(500); }); }(arr[i])); } }); describe('visible', function(){ it('should recalculate on visible', function(){ var url = "http://placehold.it/350x150?w=500"; setFixtures('<div id="main" style="width:450px;"><img id="zoom-test" src="http://placehold.it/350x150"></div>'); var $main = $('#main').hide(); var $zoom = $('#zoom-test').ampZoom(); var zoom = $zoom.data("amp-ampZoom"); expect($zoom.parent().width()).toEqual(0); expect($zoom.parent().height()).toEqual(0); zoom.visible((function(){ $main.show(); return true; })()); expect(zoom._visible).toBe(true); expect($zoom.parent().width()).toEqual($main.width()); expect($zoom.parent().height()).toEqual($main.height()); }); }); }); describe('events', function(){ it('should call create on create', function(){ setFixtures('<img id="zoom-test" src="http://placehold.it/1x1">'); var selector = '#zoom-test'; var spyEvent = spyOnEvent(selector, 'create'); var $zoom = $(selector).ampZoom(); expect("create").toHaveBeenTriggeredOnAndWith(selector, {}); }); it('should call created on created', function(){ setFixtures('<img id="zoom-test" src="http://placehold.it/1x1">'); var selector = '#zoom-test'; var spyEvent = spyOnEvent(selector, 'created'); var $zoom = $(selector).ampZoom(); var zoom = $zoom.data("amp-ampZoom"); zoom._onImageLoad(); expect("created").toHaveBeenTriggeredOnAndWith(selector, {}); }); it('should call visible on visible', function(){ setFixtures('<img id="zoom-test" src="http://placehold.it/1x1">'); var selector = '#zoom-test'; var spyEvent = spyOnEvent(selector, 'visible'); var $zoom = $(selector).ampZoom(); var zoom = $zoom.data("amp-ampZoom").visible(true); expect("visible").toHaveBeenTriggeredOnAndWith(selector, {visible: true}); }); it('should call startPreload', function(){ setFixtures('<img id="zoom-test" src="http://placehold.it/1x1">'); var selector = '#zoom-test'; var spyEvent = spyOnEvent(selector, 'startpreload'); var $zoom = $(selector).ampZoom(); var zoom = $zoom.data("amp-ampZoom"); zoom._onImageLoad(); zoom.preload(); expect("startpreload").toHaveBeenTriggeredOnAndWith(selector, {}); }); it('should call startMove', function(){ setFixtures('<img id="zoom-test" src="http://placehold.it/1x1">'); var selector = '#zoom-test'; var spyEvent = spyOnEvent(selector, 'startmove'); var $zoom = $(selector).ampZoom({url:'http://placehold.it/2x2'}); var zoom = $zoom.data("amp-ampZoom"); var offset = $zoom.offset(); var md = $.Event("mousedown", {originalEvent: {clientX: offset.left + 25, clientY: offset.top + 25 }}); zoom._onImageLoad(); zoom._zoomLoaded = true; zoom.zoom(true, md); expect("startmove").toHaveBeenTriggeredOn(selector); }); it('should call move', function(){ setFixtures('<img id="zoom-test" src="http://placehold.it/1x1">'); var selector = '#zoom-test'; var spyEvent = spyOnEvent(selector, 'move'); var $zoom = $(selector).ampZoom(); var zoom = $zoom.data("amp-ampZoom"); var offset = $zoom.offset(); zoom._onImageLoad(); zoom._zoomLoaded = true; var mm = $.Event("mousemove", {originalEvent: {clientX: offset.left + 25, clientY: offset.top + 25 }}); zoom.zoom(true, mm); expect("move").toHaveBeenTriggeredOn(selector); }); it('should call stopMove', function(){ setFixtures('<img id="zoom-test" src="http://placehold.it/1x1">'); var selector = '#zoom-test'; var spyEvent = spyOnEvent(selector, 'stopmove'); var $zoom = $(selector).ampZoom(); var zoom = $zoom.data("amp-ampZoom"); var mm = $.Event("mousemove"); var ml = $.Event("mouseleave"); zoom._onImageLoad(); zoom._zoomLoaded = true; zoom.zoom(true, mm); zoom.zoom(false, mm); expect("stopmove").toHaveBeenTriggeredOn(selector); }); it('should call zoomedIn', function(){ setFixtures('<img id="zoom-test" src="http://placehold.it/1x1">'); var selector = '#zoom-test'; var spyEvent = spyOnEvent(selector, 'zoomedin'); var $zoom = $(selector).ampZoom(); var zoom = $zoom.data("amp-ampZoom"); zoom._onImageLoad(); zoom._zoomLoaded = true; var mm = $.Event("mousemove"); zoom.zoom(true, mm); expect("zoomedin").toHaveBeenTriggeredOn(selector); }); it('should call zoomedOut', function(){ setFixtures('<img id="zoom-test" src="http://placehold.it/1x1">'); var selector = '#zoom-test'; var spyEvent = spyOnEvent(selector, 'zoomedout'); var $zoom = $(selector).ampZoom(); var zoom = $zoom.data("amp-ampZoom"); zoom.zoom(true); zoom.zoom(false); expect("zoomedout").toHaveBeenTriggeredOnAndWith(selector, {}); }); }); });
44.479167
183
0.486339
46642258f86d7f1cc6d2fe2e0de6ef087a431a35
1,352
js
JavaScript
playground/src/events/events.js
BrendonCurmi/amp.dev
49e4fc21e38c88e069334dcf2a7169ac4bee9483
[ "Apache-2.0" ]
1
2020-03-14T02:57:53.000Z
2020-03-14T02:57:53.000Z
playground/src/events/events.js
BrendonCurmi/amp.dev
49e4fc21e38c88e069334dcf2a7169ac4bee9483
[ "Apache-2.0" ]
null
null
null
playground/src/events/events.js
BrendonCurmi/amp.dev
49e4fc21e38c88e069334dcf2a7169ac4bee9483
[ "Apache-2.0" ]
1
2020-04-19T14:03:58.000Z
2020-04-19T14:03:58.000Z
// Copyright 2018 The AMPHTML Authors // // Licensed 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. class EventBus { constructor() { this._observers = new Map(); } subscribe(channel, observer) { if (!channel) throw new Error('empty channel'); const channels = Array.isArray(channel) ? channel : [channel]; channels.forEach(c => { this._observersForChannel(c).push(observer); }); } publish(channel, data) { if (!channel) throw new Error('empty channel'); this._observersForChannel(channel).forEach(o => { o(data); }); } _observersForChannel(channel) { let channelObservers = this._observers.get(channel); if (!channelObservers) { channelObservers = []; this._observers.set(channel, channelObservers); } return channelObservers; } } export default new EventBus();
29.391304
75
0.690089
466424724286f588e1f2d89e75e81b0854b14d55
832
js
JavaScript
packages/app/lib/apps/board-routes.js
mfossen/wuffle
7c59caa758b21a60dbb64957d365b147afe6ddd9
[ "MIT" ]
106
2019-03-21T12:03:41.000Z
2022-02-20T07:30:42.000Z
packages/app/lib/apps/board-routes.js
mfossen/wuffle
7c59caa758b21a60dbb64957d365b147afe6ddd9
[ "MIT" ]
87
2019-04-02T12:47:24.000Z
2022-03-13T16:41:49.000Z
packages/app/lib/apps/board-routes.js
mfossen/wuffle
7c59caa758b21a60dbb64957d365b147afe6ddd9
[ "MIT" ]
24
2019-03-21T17:02:59.000Z
2022-03-01T13:40:21.000Z
const express = require('express'); const path = require('path'); /** * This component provides the publicly accessible board routes. * * @param {import('express').Router} router */ module.exports = async (router) => { const staticDirectory = path.join(__dirname, '..', '..', 'public'); router.get('/', (req, res, next) => { res.redirect('/board'); }); // board page router.get('/board', (req, res, next) => { res.sendFile(path.join(staticDirectory, 'index.html')); }); router.get('/robots.txt', (req, res, next) => { res.sendFile(path.join(staticDirectory, 'robots.txt')); }); router.get('/service-worker.js', (req, res, next) => { res.sendFile(path.join(staticDirectory, 'service-worker.js')); }); // static resources router.use('/board', express.static(staticDirectory)); };
23.111111
69
0.622596
46647b122cc583808ef7367bdf1b444f2e1bd4c7
2,496
js
JavaScript
lib/actions/authorization/check_client.js
authok/node-oidc-provider
c6b609899ed1030eeeb26066a110f7479bcca304
[ "MIT" ]
null
null
null
lib/actions/authorization/check_client.js
authok/node-oidc-provider
c6b609899ed1030eeeb26066a110f7479bcca304
[ "MIT" ]
null
null
null
lib/actions/authorization/check_client.js
authok/node-oidc-provider
c6b609899ed1030eeeb26066a110f7479bcca304
[ "MIT" ]
null
null
null
const { strict: assert } = require('assert'); const { InvalidClient, InvalidRequestObject, } = require('../../helpers/errors'); const presence = require('../../helpers/validate_presence'); const base64url = require('../../helpers/base64url'); const instance = require('../../helpers/weak_cache'); const { PUSHED_REQUEST_URN } = require('../../consts'); const rejectRequestAndUri = require('./reject_request_and_uri'); const loadPushedAuthorizationRequest = require('./load_pushed_authorization_request'); /* * Checks client_id * - value presence in provided params * - value being resolved as a client * * @throws: invalid_request * @throws: invalid_client */ module.exports = async function checkClient(ctx, next) { const { oidc: { params } } = ctx; const { pushedAuthorizationRequests } = instance(ctx.oidc.provider).configuration('features'); try { presence(ctx, 'client_id'); } catch (err) { const { request_uri: requestUri } = params; let { request } = params; if ( !( pushedAuthorizationRequests.enabled && requestUri && requestUri.startsWith(PUSHED_REQUEST_URN) ) && request === undefined ) { throw err; } rejectRequestAndUri(ctx, () => {}); if (requestUri) { const loadedRequestObject = await loadPushedAuthorizationRequest(ctx); ({ request } = loadedRequestObject); } const parts = request.split('.'); let decoded; let clientId; try { assert(parts.length === 3 || parts.length === 5); parts.forEach((part, i, { length }) => { if (length === 3 && i === 1) { // JWT Payload decoded = JSON.parse(base64url.decodeToBuffer(part)); } else if (length === 5 && i === 0) { // JWE Header decoded = JSON.parse(base64url.decodeToBuffer(part)); } }); } catch (error) { throw new InvalidRequestObject(`Request Object is not a valid ${parts.length === 5 ? 'JWE' : 'JWT'}`); } if (decoded) { clientId = decoded.iss; } if (typeof clientId !== 'string' || !clientId) { throw err; } params.client_id = clientId; } const client = await ctx.oidc.provider.Client.find(ctx, ctx.oidc.params.client_id); if (!client) { // there's no point in checking again in authorization error handler ctx.oidc.noclient = true; throw new InvalidClient('client is invalid', 'client not found'); } ctx.oidc.entity('Client', client); return next(); };
27.733333
108
0.625