diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 2f47aa8..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-.DS_Store
-node_modules
-npm-debug.log
-.tmp
-dist
-.grunt
-styleguide/index.html
diff --git a/.hound.yml b/.hound.yml
deleted file mode 100644
index a36dade..0000000
--- a/.hound.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-scss:
- enabled: true
- config_file: .scss-lint.yml
-ruby:
- enabled: false
-javascript:
- enabled: false
diff --git a/.scss-lint.yml b/.scss-lint.yml
deleted file mode 100644
index ce2a8fc..0000000
--- a/.scss-lint.yml
+++ /dev/null
@@ -1,186 +0,0 @@
-scss_files: 'src/scss/**/*.scss'
-exclude:
- - 'src/scss/cdb-utilities/normalize.scss'
- - 'src/scss/cdb-utilities/reset.scss'
- - 'src/scss/cdb-utilities/helpers.scss'
- - 'src/scss/utilities/reset.scss'
- - 'src/scss/variables/_sizes.scss'
-linters:
- BangFormat:
- enabled: true
- space_before_bang: true
- space_after_bang: false
- BemDepthf:
- enabled: true
- max_elements: 3
- BorderZero:
- enabled: false
- convention: zero
- ColorKeyword:
- enabled: true
- severity: warning
- ColorVariable:
- enabled: false
- severity: warning
- Comment:
- enabled: false
- Compass::PropertyWithMixin:
- enabled: false
- DebugStatement:
- enabled: true
- DeclarationOrder:
- enabled: true
- DisableLinterReason:
- enabled: false
- DuplicateProperty:
- enabled: true
- ElsePlacement:
- enabled: true
- style: same_line
- EmptyLineBetweenBlocks:
- enabled: false
- EmptyRule:
- enabled: true
- FinalNewline:
- enabled: true
- present: true
- HexLength:
- enabled: true
- style: short
- HexNotation:
- enabled: true
- style: uppercase
- HexValidation:
- enabled: true
- IdSelector:
- enabled: true
- ImportantRule:
- enabled: true
- ImportPath:
- enabled: true
- leading_underscore: false
- filename_extension: false
- Indentation:
- enabled: true
- allow_non_nested_indentation: false
- character: space
- width: 2
- severity: warning
- LeadingZero:
- enabled: true
- style: include_zero
- MergeableSelector:
- enabled: true
- force_nesting: false
- NameFormat:
- enabled: true
- # Valid cases
- # - hello
- # - helloMates
- # - hello-buddy
- # - hello-buddyOne
- convention: '([a-z]*)([A-Z]+[a-z]*)*-{0,2}([a-z]([a-z]*[A-Z]*[a-z]*))(\.[a-z]+-[a-z]*[A-Z]*[a-z]*)?(:.*)*'
- NestingDepth:
- enabled: true
- max_depth: 3
- severity: warning
- PlaceholderInExtend:
- enabled: false
- PropertyCount:
- enabled: true
- include_nested: false
- max_properties: 18
- severity: warning
- PropertySortOrder:
- enabled: true
- order: smacss
- ignore_unspecified: true
- severity: warning
- separate_groups: false
- PropertySpelling:
- enabled: true
- extra_properties: []
- PropertyUnits:
- global: ['em', 'rem', '%', 'px', 's', 'ms', 'vh'] # Allow relative units globally
- properties:
- border: ['px']
- line-height: ['px', '']
- margin: ['em', 'px', '%']
- QualifyingElement:
- enabled: true
- allow_element_with_attribute: true
- allow_element_with_class: false
- allow_element_with_id: false
- severity: warning
- SelectorDepth:
- enabled: true
- max_depth: 3
- severity: warning
- SelectorFormat:
- enabled: true
- # Valid cases
- # - 0..100%
- # - i | em | strong | div | span | ...
- # - CDB-Logo
- # - CDB-LogoWadus
- # - CDB-Logo--cartofante
- # - CDB-LogoWadus--cartofante
- # - CDB-Logo--cartofantePleased
- # - CDB-Logo--cartofanteURL
- # - CDB-Logo-oh
- # - CDB-Logo-oh:hover
- # - CDB-Logo:after
- # - CDB-Logo.is-state
- convention: '([0-9]+%)|([a-z]+(:.*)*)|CDB-([A-Z]+[a-z]*)([A-Z]+[a-z]*)*-{0,2}([a-z]([a-z]*[A-Z]*[a-z]*))(\.[a-z]+-[a-z]*[A-Z]*[a-z]*)?(:.*)*'
- ignored_types: ['id']
- Shorthand:
- enabled: true
- severity: warning
- SingleLinePerProperty:
- enabled: true
- allow_single_line_rule_sets: false
- SingleLinePerSelector:
- enabled: true
- SpaceAfterComma:
- enabled: true
- SpaceAfterPropertyColon:
- enabled: true
- style: one_space
- SpaceAfterPropertyName:
- enabled: true
- SpaceAfterVariableName:
- enabled: true
- SpaceAroundOperator:
- enabled: true
- style: one_space
- SpaceBeforeBrace:
- enabled: true
- style: space
- allow_single_line_padding: false
- SpaceBetweenParens:
- enabled: true
- spaces: 0
- StringQuotes:
- enabled: true
- style: single_quotes
- TrailingSemicolon:
- enabled: true
- severity: warning
- TrailingZero:
- enabled: true
- UnnecessaryMantissa:
- enabled: true
- UnnecessaryParentReference:
- enabled: true
- UrlFormat:
- enabled: true
- UrlQuotes:
- enabled: true
- VariableForProperty:
- enabled: false
- properties: []
- VendorPrefixes:
- enabled: false
- ZeroUnit:
- enabled: true
- severity: warning
diff --git a/.styleguide b/.styleguide
deleted file mode 100644
index f85e8d7..0000000
--- a/.styleguide
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "sgComment": "SG",
- "srcFolder": "./src",
- "outputFile": "./dist/styleguide/index.html",
- "templateFile": "./styleguide/_template.html",
- "themeFile": "./styleguide/theme.css",
- "highlightFolder": "./node_modules/highlight.js/styles",
- "highlightStyle": "github",
- "excludeDirs": [
- "target",
- "node_modules"
- ],
- "fileExtensions": {
- "scss": true,
- "sass": true,
- "css": true,
- "less": true
- },
- "walkerOptions": {
- "followLinks": false
- },
- "customVars": {
- "sampleVar": "Hello from customVars!"
- },
- "jqFile": "./node_modules/jquery/dist/jquery.js"
-}
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 9c8a9d7..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-cache: false
-language: node_js
-node_js:
- - "4.1"
-
-install:
- - npm install
-
-before_script:
- - npm install -g grunt-cli
-
-script:
- - grunt build
-
-notifications:
- email:
- on_success: never
- on_failure: change
diff --git a/Gruntfile.js b/Gruntfile.js
deleted file mode 100644
index af9f633..0000000
--- a/Gruntfile.js
+++ /dev/null
@@ -1,44 +0,0 @@
-module.exports = function (grunt) {
- require('load-grunt-tasks')(grunt);
-
- grunt.initConfig({
- concat: require('./tasks/concat'),
- connect: require('./tasks/connect'),
- clean: require('./tasks/clean'),
- sass: require('./tasks/sass'),
- cssmin: require('./tasks/cssmin'),
- copy: require('./tasks/copy'),
- shell: require('./tasks/shell'),
- watch: require('./tasks/watch'),
- 'gh-pages': require('./tasks/gh-pages')
- });
-
- var baseTasks = [
- 'clean',
- 'shell:generateFont',
- 'sass',
- 'concat',
- 'cssmin',
- 'copy',
- 'shell'
- ];
-
- var generateFontTask = baseTasks.concat([
- 'shell:generateFont'
- ]);
-
- var devTasks = baseTasks.concat([
- 'connect',
- 'watch:scss'
- ]);
-
- grunt.event.on('watch', function (action, filepath) {
- grunt.task.run('shell:style');
- });
-
- grunt.registerTask('dev', devTasks);
- grunt.registerTask('generate-font', generateFontTask);
- grunt.registerTask('build', baseTasks);
- grunt.registerTask('default', baseTasks);
- grunt.registerTask('publish', ['build', 'gh-pages']);
-};
diff --git a/Gulpfile.js b/Gulpfile.js
deleted file mode 100644
index 5fc6b5d..0000000
--- a/Gulpfile.js
+++ /dev/null
@@ -1,28 +0,0 @@
-var gulp = require('gulp');
-var iconfont = require('gulp-iconfont');
-var iconfontCss = require('gulp-iconfont-css');
-
-String.prototype.toCamelCase = function() {
- return this.replace(/^([A-Z])|\s(\w)/g, function(match, p1, p2, offset) {
- if (p2) return p2.toUpperCase();
- return p1.toLowerCase();
- });
-};
-
-gulp.task('default', function(){
- gulp.src(['./icon-font/svgs/*.svg'])
-
- .pipe(iconfontCss({
- fontName: 'cartoIcon',
- path: './icon-font/template.jst.ejs',
- targetPath: '../scss/cdb-icon-font.scss',
- fontPath: '../../fonts/'
- }))
-
- .pipe(iconfont({
- fontName: 'cartoIcon',
- appendCodepoints: true
- }))
-
- .pipe(gulp.dest('src/fonts/'));
-});
diff --git a/Icon-Fonting.md b/Icon-Fonting.md
deleted file mode 100644
index fae062b..0000000
--- a/Icon-Fonting.md
+++ /dev/null
@@ -1,34 +0,0 @@
-How to make changes in the CartoDB icon font
---------------------------------------------
-
-If you want to edit, add or remove any icon in our CartoDB font, you should follow these steps:
-
-- Check you have [Sketch](http://bohemiancoding.com/sketch/) last version.
-- Open [font.sketch](http://github.com/CartoDB/CartoAssets/blob/master/icon-font/font.sketch) file and make your changes.
-
-### Rules for the icons:
-- Size should have at max 500px of width/height.
-- Place the icon accordingly with the grid.
-- Icons should be completely black.
-- Group the icon if it has several parts.
-- Make icons exportable to SVG.
-- Name your icon (layer/group) according to the pattern `icon-font_xx_Name`, where xx is a unique integer (increase it for each new icon).
-
-### When you're done with changes
-
-- Select all the icons, and export them to `app/assets/fonts/icon-font/svgs` folder (option should be visible in the bottom corner in your Sketch app):
- - 
- - Take into account that ```svgs``` folder is ignored.
-- Open your terminal app and go to the CartoDB root folder.
-- Install your node dependencies: `npm install`
-- Now we will generate the new icon fonts + stylesheet. Just run: `./node_modules/.bin/gulp`
-- Check that your `icon-font.css.scss` and the `cartoIcon` fonts have been edited:
- - 
-
-All done!
-
-
-### Troubleshooting
-
-- **Q**: "I ran `gulp` but the `icon-font.css.scss` file wasn't generated/updated!"
- **A**: Make sure that the folder `icon-font/svgs` contain the `.svg` files.
diff --git a/LICENSE-MIT b/LICENSE-MIT
deleted file mode 100644
index 2653d49..0000000
--- a/LICENSE-MIT
+++ /dev/null
@@ -1,22 +0,0 @@
-Copyright (c) 2016 xavijam
-
-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.
diff --git a/README.md b/README.md
deleted file mode 100644
index d209f9a..0000000
--- a/README.md
+++ /dev/null
@@ -1,46 +0,0 @@
-# CartoAssets [](https://www.npmjs.org/package/cartoassets)
-
-> Share frontend assets between different CartoDB repositories
-
-### Installation
-As easy as:
-- ```npm install --global grunt-cli``` [Grunt installation](http://gruntjs.com/getting-started)
-- ```npm install --global gulp-cli``` [Gulp installation](https://github.com/gulpjs/gulp)
-- ```npm install -g markdown-styleguide-generator``` [StyleGenerator installation](https://www.npmjs.com/package/markdown-styleguide-generator#install)
-- ```npm install```
-
-### Build
-If you want to use any of the CartoAssets components, after the installation just run:
-- ```grunt build```
-
-### Development
-It will generate a UI documentation about the components in this repository:
-- ```grunt dev```
-
-If you want to check the documenation, it is generated in the ```dist``` folder.
-
-### How to add/update the icon font
-
-See this [instructions](https://github.com/CartoDB/CartoAssets/blob/master/Icon-Fonting.md)
-
-### Publish a new version in NPM
-In order to publish a new version of CartoAssets you need to:
-
-- Change version of the package.
-- Be a collaborator of the [npm module](https://www.npmjs.com/cartoassets) (Send an email to xavijam[at]cartodb.com).
-
-If you have these previous steps done:
-
-- ```npm publish```
-
-### Publish CartoAssets styleguide and documentation in GH-Pages
-Just run this command:
-
-- ```grunt publish```
-
-
-### Browser support
-
- |  |  |  | 
---- | --- | --- | --- | --- |
-31+ ✔ | 38+ ✔ | 10+ ✔ | 31+ ✔ | 8+ ✔ |
diff --git a/css/cartostyles.css b/css/cartostyles.css
index 642616c..6fa8018 100644
--- a/css/cartostyles.css
+++ b/css/cartostyles.css
@@ -1 +1 @@
-.CDB-OptionInput-content:hover,a{text-decoration:none}.CDB-Tag.CDB-Tag--opaque,.u-upperCase{text-transform:uppercase}.CDB-Dropdown-optionsElement,.CDB-HeaderInfo-titleText,.u-ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.CDB-AvatarList{padding-left:12px}.CDB-AvatarList-item{display:inline-block;margin-left:-12px;border:2px solid #fff;border-radius:50%;vertical-align:middle}.CDB-AvatarList-itemMore{display:inline-block;margin-left:-12px;padding:2px 6px;border-left:2px solid #fff;border-radius:50px;background:#EEE}.CDB-Box-modalHeaderItem,.CDB-BoxLoader-item{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex}.CDB-AvatarList-itemMedia{width:16px;height:16px;border-radius:50%}.CDB-Box-modal{border:1px solid #DDD;border-radius:4px;background:#fff;box-shadow:0 8px 16px 0 rgba(0,0,0,.16)}.CDB-Box-modalHeader{background:#F2F6F9}.CDB-Box-modalHeaderItem{display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;padding:12px 16px;border-bottom:1px solid #DDD}.CDB-BoxLoader{padding:0 24px;border-top:1px solid #DDD}.CDB-BoxLoader-inner{padding:12px 0;border-top:1px solid #DDD}.CDB-BoxLoader-inner:first-child{border-top:0}.CDB-BoxLoader-item{display:flex;padding:8px 0;color:#636D72}.CDB-ColorBarContainer,.CDB-InfoBox-footer{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex}.CDB-BoxLoader-item.is-working{color:#979EA1}.CDB-BoxLoader-info{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding-right:16px}.CDB-InfoBox{padding:12px 16px;border-radius:4px;background:#F9F9F9}.CDB-InfoBox.is-alert{background:rgba(255,255,192,.6)}.CDB-InfoBox-footer{display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.CDB-InfoBox-footerItem{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.CDB-InfoBox-footerItem--right{text-align:right}.CDB-Button{padding:9px 20px;border:1px solid transparent;border-radius:4px;cursor:pointer;box-sizing:border-box}.CDB-Button .CDB-Button-Text{display:block}.CDB-Button.is-disabled{cursor:default;opacity:.24}.CDB-Button--small{padding:4px 12px}.CDB-Button--big{padding:12px 20px}.CDB-Button--icon{padding:7px 9px}.CDB-Button--primary{background:#3AA9E3;color:#fff}.CDB-Button--primary:hover{background:#1e97d6}.CDB-Button--primary:active{background:#197eb2}.CDB-Button--primary.is-disabled:active,.CDB-Button--primary.is-disabled:hover{background:#3AA9E3}.CDB-Button--secondary{border:1px solid #3AA9E3;color:#3AA9E3}.CDB-Button--secondary:hover{background:rgba(58,169,227,.08)}.CDB-Button--secondary:active{background:#3AA9E3;color:#fff}.CDB-Button--secondary.is-disabled:active,.CDB-Button--secondary.is-disabled:hover{background:#fff}.box{display:inline-block;width:120px;height:64px;margin:0 24px 24px 0}.Color-Blue{background:#3AA9E3}.Color-White{border:1px solid #E5E5E5;background:#fff}.Color-Dark{background:#000}.Color-MainDark{background:#2E3C43}.Color-SecondaryDark{background:#282C2F}.Color-SecondaryBackground{background:#F2F6F9}.Color-ThirdBackground{background:#F9F9F9}.Color-HoverLine{background:#AAA}.Color-MainLine{background:#DDD}.Color-SecondaryLine{background:#EEE}.Color-Type02{background:#636D72}.Color-Type03{background:#979EA1}.Color-Type04{background:#CBCED0}.Color-Higlight{background:#9DE0AD}.Color-Alert{background:#F19243}.Color-Public{background:#9BC63B}.Color-Link{background:#FEB100}.Color-Password{background:#FB7B23}.Color-Error{background:#F15743}.CDB-Checkbox{position:absolute;width:16px;height:16px;opacity:0;vertical-align:middle;z-index:1}.CDB-Checkbox-face{position:relative;width:16px;height:16px;border:1px solid #DDD;border-radius:3px;background:#fff;cursor:pointer;box-sizing:border-box}.CDB-Checkbox-face::after,.CDB-Checkbox-face::before{display:block;position:absolute;bottom:3px;width:2px;border-radius:1px;background:#EEE;content:''}.CDB-Checkbox-face::before{right:4px;height:8px;transform:rotate(45deg)}.CDB-Checkbox-face::after{left:4px;height:6px;transform:rotate(-45deg)}.CDB-Checkbox:checked+.CDB-Checkbox-face{border:1px solid #3AA9E3;background:#3AA9E3}.CDB-Checkbox:checked+.CDB-Checkbox-face::after,.CDB-Checkbox:checked+.CDB-Checkbox-face::before{background:#fff}.CDB-Checkbox:disabled+.CDB-Checkbox-face{border:1px solid #EEE;background:#F9F9F9}.CDB-Checkbox:disabled+.CDB-Checkbox-face::after,.CDB-Checkbox:disabled+.CDB-Checkbox-face::before{background:#fff}.CDB-Checkbox:disabled:hover+.CDB-Checkbox-face{border:1px solid #EEE}.CDB-Checkbox:checked:hover+.CDB-Checkbox-face,.CDB-Checkbox:focus+.CDB-Checkbox-face{border:1px solid #3AA9E3}.CDB-Checkbox:hover+.CDB-Checkbox-face{border:1px solid #AAA}.CDB-ColorBarContainer{display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:100%}.CDB-ColorBar{position:relative;width:100%;height:6px;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-sizing:border-box}.CDB-ColorBar:last-child{margin-right:0}.CDB-ColorBar-gradient{border:0}.CDB-ColorBar-gradient::after{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(0,0,0,.2);border-radius:6px;content:''}.CDB-ColorBar.CDB-ColorBar--spaceMedium{margin-right:4px}.CDB-ColorBar.CDB-ColorBar--spaceMedium:last-child{margin-right:0}.CDB-ColorBar.CDB-ColorBar--spaceless{border-width:1px 0;border-radius:0}.CDB-ColorBar.CDB-ColorBar--spaceless:first-child{border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.CDB-ColorBar.CDB-ColorBar--spaceless:last-child{border-width:1px 1px 1px 0;border-radius:0 6px 6px 0}.CDB-ColorBar.CDB-ColorBar--spaceSmall{margin-right:2px;border-radius:2px}.CDB-ColorBar.CDB-ColorBar--spaceSmall:first-child{border-radius:6px 3px 3px 6px}.CDB-ColorBar.CDB-ColorBar--spaceSmall:last-child{margin-right:0;border-radius:3px 6px 6px 3px}.CDB-DropdownContainer{position:relative;height:250px}.CDB-Dropdown{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;position:absolute;top:40px;max-height:200px}.CDB-Dropdown-calculations{padding:14px;border-right:1px solid #DDD;border-radius:4px 0 0 4px;background-color:#F2F6F9;box-sizing:border-box}.CDB-Dropdown-calculationsElement{margin-bottom:16px;color:#2E3C43;font-size:10px}.CDB-Dropdown-calculationsElement:last-child{margin-bottom:0}.CDB-Dropdown-options{width:160px;border-radius:0 4px 4px 0;background-color:#fff;vertical-align:top}.CDB-InputText,.CDB-InputTextPlain{width:100%;box-sizing:border-box;font-size:12px;line-height:16px}.CDB-Dropdown-optionsElement{padding:12px 10px;border-bottom:1px solid #DDD;color:#3AA9E3}.CDB-Dropdown-optionsElement:last-child{border-bottom:0}.CDB-Dropdown-optionsElement:hover{background-color:rgba(157,224,173,.2);color:#2E3C43;cursor:pointer}.CDB-Dropdown-optionsElement.is-selected{color:#2E3C43}.CDB-Dropdown-optionsElement.is-disabled,.CDB-InputText.is-empty{color:#CBCED0}.CDB-Dropdown-optionsElement.is-disabled:hover{background-color:transparent;cursor:default}.CDB-Fieldset,.CDB-OptionInput-container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex}.CDB-InputText{padding:7px 8px 6px;border:1px solid #DDD;border-radius:4px}.CDB-InputText.is-cursor{cursor:pointer}.CDB-InputText:hover{border:1px solid #AAA}.CDB-InputText:focus{border:1px solid #3AA9E3}.CDB-InputText.is-disabled,.CDB-InputText:disabled{border-color:#EEE;background:#F9F9F9;cursor:default}.CDB-InputText.has-error{border:1px solid rgba(241,87,67,.48);background:rgba(241,87,67,.04);color:#F15743}.CDB-InputTextPlain{border:0;background:0 0}.CDB-FieldError .CDB-InputText{border:1px solid rgba(241,87,67,.48);background:rgba(241,87,67,.04);color:#F15743}.CDB-Legend{width:96px}.CDB-Legend--big{width:192px}.CDB-Fieldset{display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.CDB-Fieldset-block{width:100%}.CDB-OptionInput{width:100%;height:32px;border:1px solid #DDD;border-radius:4px;box-sizing:border-box;vertical-align:middle}.CDB-OptionInput:hover{border:1px solid #AAA}.CDB-OptionInput.is-active,.CDB-OptionInput:focus{border:1px solid #3AA9E3}.CDB-OptionInput-container{display:flex;-webkit-align-content:center;-moz-align-content:center;-ms-align-content:center;align-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;margin:0 8px}.CDB-OptionInput-container--noMargin{margin:0}.CDB-OptionInput-item{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-align-content:center;-moz-align-content:center;-ms-align-content:center;align-content:center;-ms-flex-align:center;width:auto;height:100%;font-size:12px;box-sizing:content-box}.CDB-OptionInput-item::after{padding:0 6px;color:#CBCED0;content:'·'}.CDB-OptionInput-item--noSeparator::after,.CDB-Radio-face::before,.CDB-Toggle+.CDB-ToggleFace::before{content:''}.CDB-OptionInput-item:last-child{width:100%}.CDB-OptionInput-item:last-child::after{display:none}.CDB-OptionInput-content{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;height:100%;color:#2E3C43;box-sizing:content-box;white-space:nowrap}.CDB-HeaderNumeration,.CDB-LoaderIcon,.CDB-Radio-face,.CDB-SelectFake,.CDB-Textarea,button{box-sizing:border-box}.CDB-OptionInput-item.is-active>.CDB-OptionInput-content{border-bottom:1px solid #2E3C43}.CDB-Radio{position:absolute;width:16px;height:16px;opacity:0;vertical-align:middle;z-index:1}.CDB-Radio-face{position:relative;width:16px;height:16px;border:1px solid #DDD;border-radius:50%;background:#fff;text-indent:20px;cursor:pointer}.CDB-Radio-face::before{position:absolute;top:50%;left:50%;width:6px;height:6px;margin-top:-3px;margin-left:-3px;border-radius:50%;background:#EEE}.CDB-Radio:checked+.CDB-Radio-face{border:1px solid #3AA9E3;background:#3AA9E3}.CDB-Radio:checked+.CDB-Radio-face::before{background:#fff}.CDB-Radio:disabled+.CDB-Radio-face{border:1px solid #EEE;background:#F9F9F9}.CDB-Radio:disabled+.CDB-Radio-face::before,.CDB-SelectFake{background:#fff}.CDB-Radio:disabled:hover+.CDB-Radio-face{border:1px solid #EEE}.CDB-Radio:hover+.CDB-Radio-face{border:1px solid #AAA}.CDB-Radio:checked:hover+.CDB-Radio-face,.CDB-Radio:focus+.CDB-Radio-face{border:1px solid #3AA9E3}.CDB-Select{position:relative}.CDB-SelectItem{position:absolute;top:40px}.CDB-SelectFake{-webkit-appearance:none;appearance:none;width:100%;padding:7px 8px 6px;border:1px solid #DDD;border-radius:4px;font-size:12px;line-height:16px}.CDB-SelectFake:hover{border:1px solid #AAA}.CDB-SelectFake:focus{border:1px solid #3AA9E3;outline:0}.CDB-SelectFake:disabled{border-color:#EEE;background:#F9F9F9}.CDB-FieldError .CDB-Select,.CDB-FieldError .CDB-SelectFake,.CDB-SelectFake.has-error{border:1px solid rgba(241,87,67,.48);background:rgba(241,87,67,.04);color:#F15743}.CDB-Range{-webkit-appearance:none;-moz-appearance:none;position:relative;width:100%;margin:-4px 0 0;padding:0 6px;border:0;background:0 0;cursor:pointer;overflow:hidden;vertical-align:middle}.CDB-Range:focus{outline:0}.CDB-Range::-webkit-slider-runnable-track{height:2px;margin:8px 0;border-radius:4px;background:#DDD}.CDB-Range::-webkit-slider-thumb{position:relative;width:4px;height:100%;border-radius:4px}.CDB-Range::-webkit-slider-thumb::before{position:absolute;top:0;right:0;bottom:0;left:-3000px;height:2px;border-radius:4px;background:#3AA9E3;content:''}.CDB-Range::-webkit-slider-thumb::after{position:absolute;top:-6px;right:-6px;left:-6px;width:12px;height:12px;border:1px solid #3AA9E3;border-radius:50%;background:#fff;content:'';z-index:1}.CDB-Range::-webkit-slider-thumb:focus::after,.CDB-Range::-webkit-slider-thumb:hover::after{cursor:pointer}.CDB-Range::-webkit-slider-thumb:disabled::after,.CDB-Range::-webkit-slider-thumb:disabled::before{opacity:.2}.CDB-Range::-moz-range-track{height:2px;margin:8px 0;border:0;border-radius:4px;outline:0;background:#DDD}.CDB-Range::-moz-range-thumb{position:absolute;top:-6px;right:-6px;left:-6px;width:12px;height:12px;border:1px solid #3AA9E3;border-radius:50%;background:#fff;content:'';z-index:1}.CDB-Range::-moz-range-progress{position:absolute;top:0;right:0;bottom:0;left:-3000px;height:2px;border-radius:4px;background:#3AA9E3;content:''}.CDB-Range::-ms-track{height:2px;margin:8px 0;border:transparent;border-radius:4px;background:#DDD;color:transparent}.CDB-Range::-ms-thumb{position:absolute;top:-6px;right:-6px;left:-6px;width:12px;height:12px;border:1px solid #3AA9E3;border-radius:50%;background:#fff;content:'';z-index:1}.CDB-TabsForms{border:1px solid #DDD;border-radius:4px}.CDB-TabsForms-inner{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.CDB-TabsForms-item{border-left:1px solid #EEE}.CDB-TabsForms-item:first-child{border-left:0}.CDB-TabsForms-button{padding:7px 8px}.CDB-Textarea{width:100%;padding:7px 8px 6px;border:1px solid #DDD;border-radius:4px;font-size:12px;line-height:16px}.CDB-Textarea:hover{border:1px solid #AAA}.CDB-Textarea:focus{border:1px solid #3AA9E3;outline-color:transparent;outline-style:none}a:active,a:hover,button,input{outline:0}.CDB-Textarea:disabled{border-color:#EEE;background:#F9F9F9}.CDB-FieldError .CDB-Textarea,.CDB-Textarea:has-error{border:1px solid rgba(241,87,67,.48);background:rgba(241,87,67,.04);color:#F15743}.CDB-Toggle{position:absolute;width:32px;height:16px;opacity:0;z-index:1}.CDB-Toggle+.CDB-ToggleFace{-webkit-transition:background,.3s;-khtml-transition:background,.3s;-moz-transition:background,.3s;-ms-transition:background,.3s;-o-transition:background,.3s;transition:background,.3s;position:relative;width:32px;height:16px;margin:0 2px;border-radius:50px;background:#CBCED0}.CDB-Toggle+.CDB-ToggleFace::before{position:absolute;top:2px;left:2px;width:12px;height:12px;border-radius:50%;background:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.48)}.CDB-Toggle:checked+.CDB-ToggleFace{background:#9DE0AD}.CDB-Toggle:checked+.CDB-ToggleFace::before{right:2px;left:auto}.CDB-HeaderInfo{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-ms-flex-align:flex-start}.CDB-HeaderInfo.is-block{display:block}.CDB-HeaderInfo-listItem{display:inline-block;margin-right:8px;vertical-align:middle}.CDB-HeaderInfo-title,.CDB-ListTag{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex}.CDB-HeaderInfo-listItem:last-child{margin-right:0}.CDB-HeaderInfo-inner{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.CDB-HeaderInfo-back{margin-top:7px}.CDB-HeaderInfo-title{display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.CDB-HeaderInfo-titleText{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:0;padding-right:16px}.CDB-HeaderInfo-actionsItem{display:inline-block;margin-left:4px;vertical-align:middle}.CDB-HeaderNumeration{width:24px;min-width:24px;height:24px;border:1px solid #DDD;border-radius:4px;background-color:#fff;color:#979EA1;font-size:10px;line-height:23px;text-align:center}.CDB-ListDecoration-item{border-bottom:1px solid #EEE}.CDB-ListDecoration-item:last-child{border-bottom:0}.CDB-ListDecoration-itemLink{display:block;padding:12px 16px}.CDB-Loader{-webkit-animation:loader-progress 1s linear 1;-khtml-animation:loader-progress 1s linear 1;-moz-animation:loader-progress 1s linear 1;-ms-animation:loader-progress 1s linear 1;-o-animation:loader-progress 1s linear 1;animation:loader-progress 1s linear 1;opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity,1s;-khtml-transition:opacity,1s;-moz-transition:opacity,1s;-ms-transition:opacity,1s;-o-transition:opacity,1s;transition:opacity,1s;position:absolute;top:0;left:0;width:100%;height:2px;background:#3aa9e3;z-index:10}.CDB-Loader.is-visible{-webkit-animation:loader-progress 2s linear infinite;-khtml-animation:loader-progress 2s linear infinite;-moz-animation:loader-progress 2s linear infinite;-ms-animation:loader-progress 2s linear infinite;-o-animation:loader-progress 2s linear infinite;animation:loader-progress 2s linear infinite;opacity:1;filter:alpha(opacity=100)}@-webkit-keyframes loader-progress{0%{width:0}100%{width:100%}}@-moz-keyframes loader-progress{0%{width:0}100%{width:100%}}@-ms-keyframes loader-progress{0%{width:0}100%{width:100%}}@-o-keyframes loader-progress{0%{width:0}100%{width:100%}}@keyframes loader-progress{0%{width:0}100%{width:100%}}.CDB-LoaderIcon{position:relative;width:16px;height:16px;border:2px solid #DDD;border-radius:50%}.CDB-LoaderIcon.is-bg{border:2px solid rgba(255,255,255,.9)}.CDB-LoaderIcon.is-dark{border:2px solid #636D72}.CDB-LoaderIcon-item{-webkit-animation:loader-icon 1.4s linear infinite;-khtml-animation:loader-icon 1.4s linear infinite;-moz-animation:loader-icon 1.4s linear infinite;-ms-animation:loader-icon 1.4s linear infinite;-o-animation:loader-icon 1.4s linear infinite;animation:loader-icon 1.4s linear infinite;position:absolute;top:-2px;left:-2px;width:16px;height:16px;border-radius:50%;background:linear-gradient(to right,rgba(255,255,255,.1) 10%,rgba(255,255,255,0) 42%)}.CDB-LoaderIcon-item.is-dark{background:linear-gradient(to right,#2E3C43 10%,rgba(255,255,255,0) 42%)}.CDB-LoaderIcon-itemCircle{display:inline-block;top:0;right:0;bottom:0;left:0;width:75%;height:75%;margin:auto;border-radius:50%}.CDB-LoaderIcon-itemClose{position:absolute;top:-2px;left:0;width:50%;height:50%;border-radius:100% 0 0}.CDB-LoaderIcon-itemCircle,.CDB-LoaderIcon-itemClose{background:#fff}.CDB-LoaderIcon.is-dark .CDB-LoaderIcon-itemCircle,.CDB-LoaderIcon.is-dark .CDB-LoaderIcon-itemClose{background:#2E3C43}.CDB-LoaderIcon.is-grey .CDB-LoaderIcon-itemCircle,.CDB-LoaderIcon.is-grey .CDB-LoaderIcon-itemClose{background:#F9F9F9}@-webkit-keyframes loader-icon{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@-moz-keyframes loader-icon{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@-ms-keyframes loader-icon{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@-o-keyframes loader-icon{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes loader-icon{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.CDB-NavMenu{position:relative}.CDB-NavMenu-inner{position:relative;margin-bottom:18px;border-bottom:1px solid #DDD}.CDB-NavMenu-inner--no-margin{margin-bottom:0}.CDB-NavMenu-inner--is-dropdown{padding:8px 0 0 16px}.CDB-NavMenu-link{display:block;margin-bottom:-1px;padding:4px 0 11px;border-bottom:1px solid transparent;color:#3AA9E3}.CDB-NavMenu-item,.CDB-NavSubmenu-item{display:inline-block;margin-right:8px;vertical-align:middle}.CDB-NavMenu-item.is-selected .CDB-NavMenu-link{border-bottom:1px solid #000;color:#2E3C43}.CDB-NavSubmenu{border-bottom:1px solid #EEE}.CDB-NavSubmenu--inside{position:absolute;right:0;left:0;padding-top:14px}.CDB-NavSubmenu--outside{margin-top:-5px;margin-bottom:18px}.CDB-NavSubmenu-link{display:block;margin-bottom:-1px;padding-bottom:12px;border-bottom:1px solid transparent;color:#3AA9E3}.CDB-NavSubmenu-item.is-selected .CDB-NavSubmenu-link{border-bottom:1px solid #DDD;color:#2E3C43}.CDB-NavSubmenu-status{margin-left:2px}.CDB-Navmenu.is-dark .CDB-NavMenu-inner,.CDB-Navmenu.is-dark .CDB-NavSubmenu{border-bottom:1px solid #636D72}.CDB-Navmenu.is-dark .CDB-NavMenu-link,.CDB-Navmenu.is-dark .CDB-NavSubmenu-link{color:#979EA1}.CDB-Navmenu.is-dark .CDB-NavMenu-item.is-selected .CDB-NavMenu-link,.CDB-Navmenu.is-dark .CDB-NavSubmenu-item.is-selected .CDB-NavSubmenu-link{border-bottom:1px solid #DDD;color:#fff}.CDB-Navmenu.is-dark .CDB-NavSubmenu-status{color:#636D72}.CDB-Shape-add{position:relative;height:100%}.CDB-Shape-add.is-small::before,.CDB-Shape-add::before{height:1px;display:block;position:absolute;background:#2E3C43;content:''}.CDB-Shape-add::before{right:1px;bottom:7px;left:0}.CDB-Shape-add::after{display:block;position:absolute;top:1;bottom:0;left:7px;width:1px;background:#2E3C43;content:''}.CDB-Shape-add.is-small::before{right:3px;bottom:7px;left:4px}.CDB-Shape-add.is-small::after{display:block;position:absolute;top:4px;bottom:3px;left:8px;width:1px;background:#2E3C43;content:''}.CDB-Shape-add.is-blue::after,.CDB-Shape-add.is-blue::before{background:#3AA9E3}.CDB-Shape-add.is-white::after,.CDB-Shape-add.is-white::before{background:#fff}.CDB-Shape-Arrow{position:relative;width:1px;height:8px;background:#2E3C43}.CDB-Shape-Arrow::after,.CDB-Shape-Arrow::before{position:absolute;top:2px;width:5px;height:1px;background:#2E3C43;content:'';display:block}.CDB-Shape-Arrow::before{left:0;transform:rotate(45deg)}.CDB-Shape-Arrow::after{left:-4px;transform:rotate(-45deg)}.CDB-Shape-Arrow.is-up{top:6px;right:9px;transform:rotate(45deg)}.CDB-Shape-Arrow.is-down{top:13px;left:46px;transform:rotate(-135deg)}.CDB-Shape-Arrow.is-blue,.CDB-Shape-Arrow.is-blue::after,.CDB-Shape-Arrow.is-blue::before{background:#3AA9E3}.CDB-Shape-Arrow.is-white,.CDB-Shape-Arrow.is-white::after,.CDB-Shape-Arrow.is-white::before{background:#fff}.CDB-Shape-CircleItem.is-small{transform:translateY(2px)}.CDB-Shape-tick{display:block;position:relative;height:100%}.CDB-Shape-tick::after,.CDB-Shape-tick::before{position:absolute;width:1px;background:#2E3C43;content:'';display:block}.CDB-Shape-tick::before{transform:rotate(-45deg)}.CDB-Shape-tick::after{transform:rotate(45deg)}.CDB-Shape-tick.is-medium::before{top:5px;left:4px;height:4px}.CDB-Shape-tick.is-medium::after{top:3px;right:5px;height:6px}.CDB-Shape-tick.is-small::before{top:4px;left:2px;height:3px}.CDB-Shape-tick.is-small::after{top:2px;right:3px;height:5px}.CDB-Shape-tick.is-blue::after,.CDB-Shape-tick.is-blue::before{background:#3AA9E3}.CDB-Shape-tick.is-white::after,.CDB-Shape-tick.is-white::before{background:#fff}.CDB-Shape-tick.is-green::after,.CDB-Shape-tick.is-green::before{background:#9DE0AD}.CDB-Shape-close{display:block;position:relative;height:100%}.CDB-Shape-close::after,.CDB-Shape-close::before{position:absolute;width:1px;background:#2E3C43;content:'';display:block}.CDB-Shape-close::before{transform:rotate(-45deg)}.CDB-Shape-close::after{transform:rotate(45deg)}.CDB-Shape-close.is-huge::before{top:-2px;left:7px;height:20px}.CDB-Shape-close.is-huge::after{top:-2px;right:8px;height:20px}.CDB-Shape-close.is-large::before{top:2px;left:7px;height:12px}.CDB-Shape-close.is-large::after{top:2px;right:8px;height:12px}.CDB-Shape-close.is-medium::before{top:3px;left:6px;height:7px}.CDB-Shape-close.is-medium::after{top:3px;right:6px;height:7px}.CDB-Shape-close.is-small::before{top:2px;left:4px;height:5px}.CDB-Shape-close.is-small::after{top:2px;right:4px;height:5px}.CDB-Shape-close.is-blue::after,.CDB-Shape-close.is-blue::before{background:#3AA9E3}.CDB-Shape-close.is-white::after,.CDB-Shape-close.is-white::before{background:#fff}.CDB-InfoTooltip.is-error,.CDB-Shape-close.is-red::after,.CDB-Shape-close.is-red::before{background:#F15743}.CDB-Shape-dash{position:relative;height:100%}.CDB-Shape-dash::before{display:block;position:absolute;right:2px;bottom:7px;left:2px;height:1px;background:#2E3C43;content:''}.CDB-Shape-dash.is-small::before{right:3px;left:3px}.CDB-Shape-dash.is-blue::before{background:#3AA9E3}.CDB-Shape-dash.is-white::before{background:#fff}.CDB-Shape-Dataset{padding-top:1px}.CDB-Shape-Dataset.is-small{padding-top:0}.CDB-Shape-DatasetItem{display:inline-block;width:9px;height:9px;margin-left:-10px;border:1px solid #2E3C43;border-radius:50%;background:#fff}.CDB-Shape-DatasetItem:first-child{position:relative;margin-left:0;box-shadow:3px 0 0 #fff;z-index:1}.CDB-Shape-Dataset.is-small .CDB-Shape-DatasetItem{width:6px;height:6px;margin-left:-7px}.CDB-Shape-Dataset.is-small .CDB-Shape-DatasetItem:first-child{margin-left:0;box-shadow:2px 0 0 #fff}.CDB-Shape-Dataset.is-blue .CDB-Shape-DatasetItem{border:1px solid #3AA9E3}.CDB-Shape-Dataset.is-grey .CDB-Shape-DatasetItem{border:1px solid #AAA}.CDB-Shape-Dataset.is-white .CDB-Shape-DatasetItem{border:1px solid #AAA;background:#2E3C43}.CDB-Shape-Dataset.is-white .CDB-Shape-DatasetItem:first-child{box-shadow:3px 0 #2E3C43}.CDB-Shape-Dataset.is-white.is-small .CDB-Shape-DatasetItem:first-child{box-shadow:2px 0 #2E3C43}.CDB-Shape-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#EEE}.CDB-Shape-dot.is-selected{background:#636D72}.CDB-Shape-CircleItem{width:13px;height:13px;border:1px solid #2E3C43;border-radius:50%}.CDB-Shape-CircleItem.is-small{width:9px;height:9px;margin:0 auto}.CDB-Shape-CircleItem.is-blue{border:1px solid #3AA9E3}.CDB-Shape-CircleItem.is-white{border:1px solid #fff}.CDB-Shape-CircleItem.is-green{border:1px solid #9DE0AD}.CDB-Shape-CircleItem.is-red{border:1px solid #F15743}.CDB-Shape-hamburguer{width:16px}.CDB-Shape-hamburguer:hover{cursor:pointer}.CDB-Shape-hamburguerItem{height:2px;margin-bottom:2px;background:#2E3C43}.CDB-Shape-hamburguerItem:last-child{margin-bottom:0}.CDB-Shape-hamburguer.is-blue .CDB-Shape-hamburguerItem{background:#3AA9E3}.CDB-Shape-hamburguer.is-white .CDB-Shape-hamburguerItem{background:#fff}.CDB-Shape-magnify{display:block;position:relative;height:100%}.CDB-Shape-magnify.is-small::after,.CDB-Shape-magnify::after,.CDB-Shape-magnify::before{display:block;position:absolute;content:''}.CDB-Shape-magnify::before{top:0;left:0;width:11px;height:11px;border:1px solid #2E3C43;border-radius:50%}.CDB-Shape-magnify::after{right:2px;bottom:-1px;width:1px;height:7px;transform:rotate(314deg);background:#2E3C43}.CDB-Shape-magnify.is-blue::before{border:1px solid #3AA9E3}.CDB-Shape-magnify.is-blue::after{background:#3AA9E3}.CDB-Shape-magnify.is-white::before{border:1px solid #fff}.CDB-Shape-threePointsItem.is-round,.CDB-Type-circle{border-radius:50%}.CDB-Shape-magnify.is-white::after{background:#fff}.CDB-Shape-magnify.is-small::before{top:3px;left:3px;width:6px;height:6px}.CDB-Shape-magnify.is-small::after{right:4px;bottom:2px;width:1px;height:5px;transform:rotate(314deg)}.CDB-Shape-rectsHandle{position:relative;padding:1px 0 0}.CDB-Shape-rectsHandle.is-small{padding:3px 0 0 1px}.CDB-Shape-rectsHandle.is-small .CDB-Shape-rectsHandleItem{height:2px;margin-bottom:2px}.CDB-Shape-rectsHandle.is-small .CDB-Shape-rectsHandleItem::before{left:5px;width:2px;height:2px}.CDB-Shape-rectsHandle.is-small .CDB-Shape-rectsHandleItem::after{width:2px;height:2px}.CDB-Shape-rectsHandleItem::after,.CDB-Shape-rectsHandleItem::before{display:block;position:absolute;width:3px;background:#2E3C43;content:''}.CDB-Shape-rectsHandleItem{height:3px;margin-bottom:3px}.CDB-Shape-rectsHandleItem:last-child{margin-bottom:0}.CDB-Shape-rectsHandleItem::before{left:4px;height:3px}.CDB-Shape-rectsHandleItem::after{left:9px;height:3px}.CDB-Shape-rectsHandleItem--blue::after,.CDB-Shape-rectsHandleItem--blue::before{background:#3AA9E3}.CDB-Shape-rectsHandleItem--white::after,.CDB-Shape-rectsHandleItem--white::before{background:#fff}.CDB-Shape-rectsHandleItem--grey::after,.CDB-Shape-rectsHandleItem--grey::before{background:#AAA}.CDB-Shape-paragraph{padding-top:3px;text-align:left}.CDB-Shape-threePoints.is-medium,.CDB-Shape-threePoints.is-small{padding-top:2px}.CDB-Shape-paragraph.is-center{text-align:center}.CDB-Shape-paragraph.is-right{text-align:right}.CDB-Shape-paragraphItem{height:1px;margin-bottom:2px}.CDB-Shape-paragraphItem:last-child{margin-bottom:0}.CDB-Shape-paragraphBar{display:inline-block;height:1px;margin-bottom:2px;background:#EEE;vertical-align:top}.CDB-Shape-paragraph.is-active .CDB-Shape-paragraphBar{background:#3AA9E3}.CDB-Shape-paragraphBar--01{width:12px}.CDB-Shape-paragraphBar--02{width:6px}.CDB-Shape-paragraphBar--03{width:8px}.CDB-Shape-paragraphBar--04{width:4px}.CDB-Shape-threePoints{display:inline-block}.CDB-Shape-threePoints.is-horizontal{transform:rotate(90deg)}.CDB-Shape-threePointsItem{width:2px;height:2px;margin-bottom:5px;background:#2E3C43}.CDB-Shape-threePointsItem:last-child{margin-bottom:0}.CDB-Shape-threePoints.is-small .CDB-Shape-threePointsItem{width:2px;height:2px;margin-bottom:3px}.CDB-Shape-threePoints.is-medium .CDB-Shape-threePointsItem{width:4px;height:4px;margin-bottom:3px}.CDB-Shape-threePoints.is-blue .CDB-Shape-threePointsItem{background:#3AA9E3}.CDB-Shape-threePoints.is-white .CDB-Shape-threePointsItem{background:#fff}.CDB-ArrowToogle{position:relative;height:100%}.CDB-ArrowToogle::after,.CDB-ArrowToogle::before{position:absolute;top:8px;width:10px;height:1px;background:#2E3C43;display:block;content:''}.CDB-ArrowToogle::before{left:0;transform:rotate(-45deg)}.CDB-ArrowToogle::after{right:-1px;transform:rotate(45deg)}.CDB-ArrowToogle.is-down{transform:rotate(180deg)}.CDB-ArrowToogle.is-small::before{left:2px;width:8px}.CDB-ArrowToogle.is-small::after{right:1px;width:8px}.CDB-ArrowToogle.is-blue::after,.CDB-ArrowToogle.is-blue::before{background:#3AA9E3}.CDB-ArrowToogle.is-white::after,.CDB-ArrowToogle.is-white::before{background:#fff}.CDB-Shape{width:16px;height:16px;text-align:center}.CDB-Shape--small{width:8px;height:8px}.CDB-Shape--medium{width:24px;height:24px}.CDB-Shape:hover{cursor:pointer}.CDB-Type{position:relative;width:100%;height:100%}.CDB-Type-circle{position:absolute;width:3px;height:3px;background:#AAA}.CDB-Type-circle--01{top:0;left:0}.CDB-Type-circle--02{top:0;right:0}.CDB-Type-circle--03{bottom:0;left:0}.CDB-Type-circle--04{right:0;bottom:0}.CDB-Type--polygon::before{display:block;position:absolute;top:1px;right:1px;bottom:1px;left:1px;border:1px solid #AAA;content:''}.CDB-Type--line::before{display:block;position:absolute;top:0;right:0;bottom:0;left:3px;width:1px;transform:rotate(45deg);background:#AAA;content:''}.CDB-Tag{padding:0 3px;border:1px solid #3AA9E3;border-radius:2px;color:#3AA9E3}.CDB-Tag.is-public{border:1px solid #9BC63B;color:#9BC63B}.CDB-Tag.is-link{border:1px solid #FEB100;color:#FEB100}.CDB-Tag.is-password{border:1px solid #FB7B23;color:#FB7B23}.CDB-Tag.is-private{border:1px solid #F15743;color:#F15743}.CDB-ListTag{display:flex}.CDB-ListTag-item{margin-right:8px}.CDB-Tag.CDB-Tag--withLink{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;padding:4px 4px 4px 8px;border-radius:4px;background:rgba(58,169,227,.16)}.CDB-Tag.CDB-Tag--opaque{padding:2px 4px;border-radius:2px;background:#F9F9F9}.CDB-InfoTooltip{display:inline-block;position:absolute;padding:8px;border-radius:4px;background:rgba(46,60,67,.8)}.CDB-InfoTooltip::after{display:block;position:absolute;width:0;height:0;border:4px solid transparent;content:''}.is-black.CDB-InfoTooltip.CDB-InfoTooltip--up::after{border-bottom-color:rgba(46,60,67,.8)}.is-black.CDB-InfoTooltip.CDB-InfoTooltip--down::after{border-top-color:rgba(46,60,67,.8)}.is-black.CDB-InfoTooltip.CDB-InfoTooltip--left::after{border-right-color:rgba(46,60,67,.8)}.is-black.CDB-InfoTooltip.CDB-InfoTooltip--right::after{border-left-color:rgba(46,60,67,.8)}.is-error.CDB-InfoTooltip.CDB-InfoTooltip--up::after{border-bottom-color:#F15743}.is-error.CDB-InfoTooltip.CDB-InfoTooltip--down::after{border-top-color:#F15743}.is-error.CDB-InfoTooltip.CDB-InfoTooltip--left::after{border-right-color:#F15743}.is-error.CDB-InfoTooltip.CDB-InfoTooltip--right::after{border-left-color:#F15743}.CDB-InfoTooltip.CDB-InfoTooltip--up::after{top:-8px;left:calc(50% - 4px);border-top-width:4px;border-top-style:solid}.CDB-InfoTooltip.CDB-InfoTooltip--down::after{bottom:-8px;left:calc(50% - 4px);border-top-width:4px;border-top-style:solid}.CDB-InfoTooltip.CDB-InfoTooltip--left::after{top:calc(50% - 4px);left:-8px;border-right-width:4px;border-right-style:solid}.CDB-InfoTooltip.CDB-InfoTooltip--right::after{top:calc(50% - 4px);right:-8px;border-right-width:4px;border-right-style:solid}.CDB-InfoTooltip-text{color:#fff}.CDB-Text{font-family:'Open Sans'}.CDB-Text.is-semibold{font-weight:600}.CDB-Text.is-light{font-weight:300}.CDB-Size-huge{font-size:26px;line-height:34px}.CDB-Size-large{font-size:16px;line-height:22px}.CDB-Size-medium{font-size:12px;line-height:16px}.CDB-Size-small{font-size:10px;line-height:14px}.CDB-FontSize-small{font-size:10px}.CDB-FontSize-medium{font-size:12px}@font-face{font-family:CartoIcon;src:url(../fonts/cartoIcon.eot);src:url(../fonts/cartoIcon.eot?#iefix) format("embedded-opentype"),url(../fonts/cartoIcon.woff) format("woff"),url(../fonts/cartoIcon.ttf) format("truetype"),url(../fonts/cartoIcon.svg?ey3vsq#cartoIcon) format("svg");font-weight:400;font-style:normal}.CDB-IconFont{display:inline-block;font-family:CartoIcon;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1}.CDB-IconFont--center{vertical-align:middle}.CDB-IconFont--top{vertical-align:top}.CDB-IconFont--small{font-size:11px}.CDB-IconFont-clock::before{content:'\E001'}.CDB-IconFont-stats::before{content:'\E002'}.CDB-IconFont-heartEmpty::before{content:'\E003'}.CDB-IconFont-heartFill::before{content:'\E004'}.CDB-IconFont-alert::before{content:'\E005'}.CDB-IconFont-rows::before{content:'\E006'}.CDB-IconFont-check::before{content:'\E007'}.CDB-IconFont-dribbble::before{content:'\E008'}.CDB-IconFont-twitter::before{content:'\E009'}.CDB-IconFont-caretDown::before{content:'\E00A'}.CDB-IconFont-lightbulb::before{content:'\E00B'}.CDB-IconFont-explore::before{content:'\E00C'}.CDB-IconFont-drop::before{content:'\E00D'}.CDB-IconFont-edition::before{content:'\E00E'}.CDB-IconFont-view::before{content:'\E00F'}.CDB-IconFont-odyssey::before{content:'\E010'}.CDB-IconFont-settings::before{content:'\E011'}.CDB-IconFont-wizard::before{content:'\E012'}.CDB-IconFont-info::before{content:'\E013'}.CDB-IconFont-fork::before{content:'\E014'}.CDB-IconFont-facebook::before{content:'\E015'}.CDB-IconFont-folder::before{content:'\E016'}.CDB-IconFont-dropbox::before{content:'\E017'}.CDB-IconFont-cloud::before{content:'\E018'}.CDB-IconFont-step::before{content:'\E019'}.CDB-IconFont-addDocument::before{content:'\E01A'}.CDB-IconFont-arrowNext::before{content:'\E01B'}.CDB-IconFont-arrowPrev::before{content:'\E01C'}.CDB-IconFont-close::before{content:'\E01D'}.CDB-IconFont-cartoFante::before{content:'\E01E'}.CDB-IconFont-lock::before{content:'\E01F'}.CDB-IconFont-cartoDB::before{content:'\E020'}.CDB-IconFont-lens::before{content:'\E021'}.CDB-IconFont-closeLimits::before{content:'\E022'}.CDB-IconFont-defaultUser::before{content:'\E023'}.CDB-IconFont-cockroach::before{content:'\E024'}.CDB-IconFont-floppy::before{content:'\E025'}.CDB-IconFont-trash::before{content:'\E026'}.CDB-IconFont-wifi::before{content:'\E027'}.CDB-IconFont-unlock::before{content:'\E028'}.CDB-IconFont-unlockWithEllipsis::before{content:'\E029'}.CDB-IconFont-gift::before{content:'\E02A'}.CDB-IconFont-people::before{content:'\E02B'}.CDB-IconFont-play::before{content:'\E02C'}.CDB-IconFont-add::before{content:'\E02D'}.CDB-IconFont-map::before{content:'\E02E'}.CDB-IconFont-anchor::before{content:'\E02F'}.CDB-IconFont-key::before{content:'\E030'}.CDB-IconFont-calendar::before{content:'\E031'}.CDB-IconFont-document::before{content:'\E032'}.CDB-IconFont-eye::before{content:'\E033'}.CDB-IconFont-marker::before{content:'\E034'}.CDB-IconFont-progressBar::before{content:'\E035'}.CDB-IconFont-book::before{content:'\E036'}.CDB-IconFont-notes::before{content:'\E037'}.CDB-IconFont-rectangles::before{content:'\E038'}.CDB-IconFont-mountain::before{content:'\E039'}.CDB-IconFont-points::before{content:'\E03A'}.CDB-IconFont-snake::before{content:'\E03B'}.CDB-IconFont-boss::before{content:'\E03C'}.CDB-IconFont-rocket::before{content:'\E03D'}.CDB-IconFont-barometer::before{content:'\E03E'}.CDB-IconFont-dollar::before{content:'\E03F'}.CDB-IconFont-email::before{content:'\E040'}.CDB-IconFont-label::before{content:'\E041'}.CDB-IconFont-outside::before{content:'\E042'}.CDB-IconFont-jigsaw::before{content:'\E043'}.CDB-IconFont-tools::before{content:'\E044'}.CDB-IconFont-question::before{content:'\E045'}.CDB-IconFont-layerStack::before{content:'\E046'}.CDB-IconFont-alarm::before{content:'\E047'}.CDB-IconFont-cloudDownArrow::before{content:'\E048'}.CDB-IconFont-pencil::before{content:'\E049'}.CDB-IconFont-fountainPen::before{content:'\E04A'}.CDB-IconFont-emptyDoc::before{content:'\E04B'}.CDB-IconFont-mergeArrow::before{content:'\E04C'}.CDB-IconFont-mergeColumns::before{content:'\E04D'}.CDB-IconFont-mergeSpatial::before{content:'\E04E'}.CDB-IconFont-globe::before{content:'\E04F'}.CDB-IconFont-chevronDown::before{content:'\E050'}.CDB-IconFont-streets::before{content:'\E051'}.CDB-IconFont-keys::before{content:'\E052'}.CDB-IconFont-facebookSquare::before{content:'\E053'}.CDB-IconFont-fullscreen::before{content:'\E054'}.CDB-IconFont-rArrowLight::before{content:'\E055'}.CDB-IconFont-share::before{content:'\E056'}.CDB-IconFont-linkedin::before{content:'\E057'}.CDB-IconFont-calendarBlank::before{content:'\E058'}.CDB-IconFont-creativeCommons::before{content:'\E059'}.CDB-IconFont-bubble::before{content:'\E05A'}.CDB-IconFont-bars::before{content:'\E05B'}.CDB-IconFont-arrowMenuLight::before{content:'\E05C'}.CDB-IconFont-tieFighter::before{content:'\E05D'}.CDB-IconFont-ray::before{content:'\E05E'}.CDB-IconFont-markup::before{content:'\E05F'}.CDB-IconFont-table::before{content:'\E060'}.CDB-IconFont-airlock::before{content:'\E061'}.CDB-IconFont-pin::before{content:'\E062'}.CDB-IconFont-attache::before{content:'\E063'}.CDB-IconFont-download::before{content:'\E064'}.CDB-IconFont-group::before{content:'\E065'}.CDB-IconFont-dashboard::before{content:'\E066'}.CDB-IconFont-spinner::before{content:'\E067'}.CDB-IconFont-mapsearch::before{content:'\E068'}.CDB-IconFont-rArrow::before{content:'\E069'}body{color:#2E3C43}.u-actionTextColor,a{color:#3AA9E3}a{background-color:transparent}a:hover{text-decoration:underline}@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;src:local("Open Sans Light"),local("OpenSans-Light"),url(//themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format("truetype"),url(//themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTeY5mlVXtdNkpsMpKkrDXP4.woff) format("woff")}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local("Open Sans"),local("OpenSans"),url(//themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format("truetype"),url(//themes.googleusercontent.com/static/fonts/opensans/v8/u-WUoqrET9fUeobQW7jkRbO3LdcAZYWl9Si6vvxL-qU.woff) format("woff")}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;src:local("Open Sans Semibold"),local("OpenSans-Semibold"),url(//themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format("truetype"),url(//themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSuY5mlVXtdNkpsMpKkrDXP4.woff) format("woff")}.u-tSpace{margin-top:4px}.u-tSpace--m{margin-top:8px}.u-tSpace-xl{margin-top:12px}.u-rSpace--s{margin-right:2px}.u-rSpace{margin-right:4px}.u-rSpace--m{margin-right:8px}.u-rSpace--xl{margin-right:12px}.u-bSpace{margin-bottom:4px}.u-bSpace--m{margin-bottom:8px}.u-bSpace--xl{margin-bottom:12px}.u-lSpace{margin-left:4px}.u-lSpace--xl{margin-left:12px}.u-mainTextColor{color:#2E3C43}.u-secondaryTextColor{color:#636D72}.u-altTextColor{color:#979EA1}.u-hintTextColor{color:#CBCED0}.u-iBlock{display:inline-block;vertical-align:middle}.u-showDesktop{display:block!important}.u-showMobile{display:none!important}@media only screen and (max-width:600px){.u-showDesktop{display:none!important}.u-showMobile{display:block!important}}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted}mark{background:#ff0;color:#000}sub,sup{line-height:0;position:relative}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible;margin:0;padding:0;border:none;background:0 0}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=checkbox],input[type=radio]{-moz-appearance:none;-webkit-appearance:none;appearance:none;box-sizing:border-box;padding:0;outline:0;cursor:pointer}input[type=range]::-webkit-slider-thumb{-moz-appearance:none;-webkit-appearance:none;appearance:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}optgroup{font-weight:700}input{line-height:normal;-moz-appearance:none;-webkit-appearance:none;appearance:none}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}body{margin:0;line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:''}table{border-collapse:collapse;border-spacing:0}dd,dt{display:inline-block}
\ No newline at end of file
+.CDB-OptionInput-content:hover,a{text-decoration:none}.CDB-OptionInput-item--noSeparator::after,.CDB-OptionInput-item::after,.CDB-Radio-face::before,.CDB-Toggle+.CDB-ToggleFace::before{content:''}.CDB-Tag.CDB-Tag--opaque,.u-upperCase{text-transform:uppercase}.CDB-Dropdown-optionsElement,.CDB-HeaderInfo-titleText,.u-ellipsis{white-space:nowrap;overflow:hidden}.CDB-AvatarList{padding-left:12px}.CDB-AvatarList-item{display:inline-block;margin-left:-12px;border:2px solid #fff;border-radius:50%;vertical-align:middle}.CDB-AvatarList-itemMore{display:inline-block;margin-left:-12px;padding:2px 6px;border-left:2px solid #fff;border-radius:50px;background:#EEE}.CDB-AvatarList-itemMedia{width:16px;height:16px;border-radius:50%}.CDB-Box-modal{min-width:160px;border:1px solid #DDD;border-radius:4px;background:#fff;box-shadow:0 8px 16px 0 rgba(0,0,0,.16);box-sizing:border-box}.CDB-Box-modalHeader{background:#F2F6F9}.CDB-Box-modalHeaderItem{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;padding:12px 16px;border-bottom:1px solid #DDD}.CDB-Box-modalHeaderItem--block,.CDB-Button .CDB-Button-Text{display:block}.CDB-Box-modalHeaderItem--paddingHorizontal{padding:0 16px}.CDB-Box-modalHeaderItem--paddingVertical{padding:12px 0}.CDB-Button{-webkit-transition:background,.3s;-khtml-transition:background,.3s;-moz-transition:background,.3s;-ms-transition:background,.3s;-o-transition:background,.3s;transition:background,.3s;padding:9px 20px;border:1px solid transparent;border-radius:4px;cursor:pointer;box-sizing:border-box}.CDB-Checkbox:checked+.CDB-Checkbox-face,.CDB-Radio:checked+.CDB-Radio-face{-webkit-transition:background,.3s;-moz-transition:background,.3s;-ms-transition:background,.3s;-o-transition:background,.3s;-khtml-transition:background,.3s}.CDB-Button.is-disabled{cursor:default;opacity:.24}.CDB-Button--small{padding:4px 12px}.CDB-Button--big{padding:12px 20px}.CDB-Button--icon{padding:7px 9px}.CDB-Button--primary{background:#1181FB;color:#fff}.CDB-Button--primary:hover{background:#046ddf}.CDB-Button--primary:active{background:#0359b7}.CDB-Button--primary.is-disabled:active,.CDB-Button--primary.is-disabled:hover{background:#1181FB}.CDB-Button--alert{background:#F19243;color:#fff}.CDB-Button--alert:hover{background:#ee7c1d}.CDB-Button--alert:active{background:#d36810}.CDB-Button--alert.is-disabled:active,.CDB-Button--alert.is-disabled:hover{background:#F19243}.CDB-Button--error,.CDB-Button--negative{background:#F15743;color:#fff}.CDB-Button--error:hover,.CDB-Button--negative:hover{background:#ee351d}.CDB-Button--error:active,.CDB-Button--negative:active{background:#d32610}.CDB-Button--error.is-disabled:active,.CDB-Button--error.is-disabled:hover,.CDB-Button--negative.is-disabled:active,.CDB-Button--negative.is-disabled:hover{background:#F15743}.CDB-Button--secondary{border:1px solid #1181FB;color:#1181FB}.CDB-Button--secondary:hover{background:rgba(17,129,251,.08)}.CDB-Button--secondary:active{background:#1181FB;color:#fff}.CDB-Button--secondary.is-disabled:active,.CDB-Button--secondary.is-disabled:hover{background:0 0}.CDB-Button--white{border:1px solid #fff;color:#fff}.CDB-Button--white:hover{background:rgba(255,255,255,.08)}.CDB-Button--white:active{background:rgba(46,60,67,.08);color:#fff}.CDB-Button--white.is-disabled{opacity:.24;filter:alpha(opacity=24)}.CDB-Checkbox:disabled+.CDB-Checkbox-face::after,.CDB-Checkbox:disabled+.CDB-Checkbox-face::before,.CDB-Radio,.CDB-Radio:disabled+.CDB-Radio-face::before,.CDB-Toggle{opacity:0}.CDB-Button--white.is-disabled:hover{background:0 0}.CDB-Button--white.is-disabled:active{background:0 0;color:#fff}.Color-Blue{background:#1181FB}.Color-White{border:1px solid #E5E5E5;background:#fff}.Color-Dark{background:#000}.Color-MainDark{background:#2E3C43}.Color-SecondaryDark{background:#282C2F}.Color-SecondaryBackground{background:#F2F6F9}.Color-ThirdBackground{background:#F9F9F9}.Color-HoverLine{background:#AAA}.Color-MainLine{background:#DDD}.Color-SecondaryLine{background:#EEE}.Color-Type02{background:#636D72}.Color-Type03{background:#979EA1}.Color-Type04{background:#CBCED0}.Color-Higlight{background:#9DE0AD}.Color-Alert{background:#F19243}.Color-Public{background:#9BC63B}.Color-Link{background:#FEB100}.Color-Password{background:#FB7B23}.Color-Error{background:#F15743}.CDB-Checkbox{position:absolute;width:16px;height:16px;opacity:0;vertical-align:middle;z-index:1}.CDB-Checkbox-face{position:relative;width:16px;height:16px;border:1px solid #DDD;border-radius:3px;background:#fff;cursor:pointer;box-sizing:border-box;z-index:2;pointer-events:none}.CDB-Checkbox-face::after,.CDB-Checkbox-face::before{display:block;position:absolute;bottom:3px;width:2px;border-radius:1px;background:#fff;content:''}.CDB-Checkbox-face::before{right:4px;height:8px;transform:rotate(45deg)}.CDB-Checkbox-face::after{left:4px;height:6px;transform:rotate(-45deg)}.CDB-Checkbox:checked+.CDB-Checkbox-face{transition:background,.3s;border:1px solid #1181FB;background:#1181FB}.CDB-Checkbox:checked+.CDB-Checkbox-face::after,.CDB-Checkbox:checked+.CDB-Checkbox-face::before,.CDB-Checkbox:checked:hover+.CDB-Checkbox-face::after,.CDB-Checkbox:checked:hover+.CDB-Checkbox-face::before{background:#fff}.CDB-Checkbox:checked:hover+.CDB-Checkbox-face{border:1px solid #1181FB}.CDB-Checkbox:hover+.CDB-Checkbox-face{border:1px solid #AAA}.CDB-Checkbox:hover+.CDB-Checkbox-face::after,.CDB-Checkbox:hover+.CDB-Checkbox-face::before{background:#AAA}.CDB-Checkbox:active+.CDB-Checkbox-face{border:1px solid #1181FB}.CDB-Checkbox:active+.CDB-Checkbox-face::after,.CDB-Checkbox:active+.CDB-Checkbox-face::before{background:#1181FB}.CDB-Checkbox:disabled+.CDB-Checkbox-face{border:1px solid #EEE;background:#F9F9F9}.CDB-DropdownContainer{position:relative;height:250px}.CDB-Dropdown{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;position:absolute;top:40px;max-height:200px}.CDB-Dropdown-calculations{padding:14px;border-right:1px solid #DDD;border-radius:4px 0 0 4px;background-color:#F2F6F9;box-sizing:border-box}.CDB-Dropdown-calculationsElement{margin-bottom:16px;color:#2E3C43;font-size:10px}.CDB-Dropdown-calculationsElement:last-child{margin-bottom:0}.CDB-Dropdown-options{width:160px;border-radius:0 4px 4px 0;background-color:#fff;vertical-align:top}.CDB-InputText,.CDB-InputTextPlain{width:100%;line-height:16px;box-sizing:border-box;font-size:12px}.CDB-Dropdown-optionsElement{text-overflow:ellipsis;padding:12px 10px;border-bottom:1px solid #DDD;color:#1181FB}.CDB-Dropdown-optionsElement:last-child{border-bottom:0}.CDB-Dropdown-optionsElement:hover{background-color:rgba(157,224,173,.2);color:#2E3C43;cursor:pointer}.CDB-Dropdown-optionsElement.is-selected{color:#2E3C43}.CDB-Dropdown-optionsElement.is-disabled,.CDB-InputText.is-empty{color:#CBCED0}.CDB-Dropdown-optionsElement.is-disabled:hover{background-color:transparent;cursor:default}.CDB-Fieldset,.CDB-OptionInput-container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex}.CDB-InputText{min-height:32px;padding:7px 8px;border:1px solid #DDD;border-radius:4px}.CDB-InputText.is-cursor{cursor:pointer}.CDB-InputText.is-number{color:#5fcc79}.CDB-InputText.is-null{color:#CBCED0;font-style:italic}.CDB-InputText:hover{border:1px solid #AAA}.CDB-InputText:focus{border:1px solid #1181FB;outline:0}.CDB-InputText.is-disabled,.CDB-InputText:disabled{border-color:#EEE;background:#F9F9F9;cursor:default}.CDB-InputText.has-icon{padding-right:32px}.CDB-InputText.has-error{border:1px solid rgba(241,87,67,.48);background:rgba(241,87,67,.04);color:#F15743}.CDB-InputTextPlain{border:0;background:0 0}.CDB-FieldError .CDB-InputText{border:1px solid rgba(241,87,67,.48);background:rgba(241,87,67,.04);color:#F15743}.CDB-Legend{width:96px}.CDB-Legend--big{width:192px}.CDB-Fieldset{display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.CDB-Fieldset-block{width:100%}.CDB-OptionInput{width:100%;height:32px;border:1px solid #DDD;border-radius:4px;box-sizing:border-box;vertical-align:middle}.CDB-OptionInput:hover{border:1px solid #AAA}.CDB-OptionInput.is-active,.CDB-OptionInput:focus{border:1px solid #1181FB}.CDB-OptionInput-container{display:flex;-webkit-align-content:center;-moz-align-content:center;-ms-align-content:center;align-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;margin:0 8px}.CDB-OptionInput-container--noMargin{margin:0}.CDB-OptionInput-item{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-align-content:center;-moz-align-content:center;-ms-align-content:center;align-content:center;-ms-flex-align:center;width:auto;height:100%;font-size:12px;box-sizing:content-box}.CDB-OptionInput-item::after{width:1px;height:100%;margin-right:8px;background-color:#EEE}.CDB-OptionInput-item:last-child{width:100%}.CDB-OptionInput-item:last-child::after{display:none}.CDB-OptionInput-content{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;height:100%;margin-left:-8px;padding:0 10px;color:#2E3C43;box-sizing:content-box;white-space:nowrap}.CDB-OptionInput-item:first-child .CDB-OptionInput-content{border-bottom-left-radius:4px}.CDB-OptionInput-item.is-active>.CDB-OptionInput-content{border-bottom:1px solid #2E3C43}.CDB-Radio{position:absolute;width:16px;height:16px;vertical-align:middle;z-index:1}.CDB-Radio-face{position:relative;width:16px;height:16px;border:1px solid #DDD;border-radius:50%;background:#fff;text-indent:20px;cursor:pointer;box-sizing:border-box}.CDB-Radio-face::before{position:absolute;top:50%;left:50%;width:6px;height:6px;margin-top:-3px;margin-left:-3px;border-radius:50%;background:#fff}.CDB-SelectFake,.CDB-Textarea{width:100%;font-size:12px;line-height:16px;box-sizing:border-box}.CDB-Radio:checked+.CDB-Radio-face{transition:background,.3s;border:1px solid #1181FB;background:#1181FB}.CDB-Radio:checked+.CDB-Radio-face::before{background:#fff}.CDB-Radio:disabled+.CDB-Radio-face{border:1px solid #EEE;background:#F9F9F9}.CDB-Radio:disabled:hover+.CDB-Radio-face{border:1px solid #EEE}.CDB-Radio:hover+.CDB-Radio-face{border:1px solid #AAA}.CDB-Radio:hover+.CDB-Radio-face::before{background:#AAA}.CDB-Radio:checked:hover+.CDB-Radio-face,.CDB-Radio:focus+.CDB-Radio-face{border:1px solid #1181FB}.CDB-Radio:checked:hover+.CDB-Radio-face::before{background:#fff}.CDB-Radio:active+.CDB-Radio-face::before{background:#1181FB}.CDB-Select{position:relative}.CDB-SelectItem{position:absolute;top:40px}.CDB-SelectFake{-webkit-appearance:none;appearance:none;padding:7px 8px 6px;border:1px solid #DDD;border-radius:4px;background:#fff}.CDB-SelectFake:hover{border:1px solid #AAA}.CDB-SelectFake:focus{border:1px solid #1181FB;outline:0}.CDB-SelectFake:disabled{border-color:#EEE;background:#F9F9F9}.CDB-FieldError .CDB-Select,.CDB-FieldError .CDB-SelectFake,.CDB-SelectFake.has-error{border:1px solid rgba(241,87,67,.48);background:rgba(241,87,67,.04);color:#F15743}.CDB-TabsForms{border:1px solid #DDD;border-radius:4px}.CDB-TabsForms-inner{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.CDB-TabsForms-item{border-left:1px solid #EEE}.CDB-TabsForms-item:first-child{border-left:0}.CDB-TabsForms-button{padding:7px 8px}.CDB-Textarea{padding:7px 8px 6px;border:1px solid #DDD;border-radius:4px}.CDB-Textarea:hover{border:1px solid #AAA}.CDB-Textarea:focus{border:1px solid #1181FB;outline-color:transparent;outline-style:none}a:active,a:hover,button,input{outline:0}.CDB-Textarea.is-disabled,.CDB-Textarea:disabled{border-color:#EEE;background:#F9F9F9}.CDB-FieldError .CDB-Textarea,.CDB-Textarea.has-error,.CDB-Textarea:has-error{border:1px solid rgba(241,87,67,.48);background:rgba(241,87,67,.04);color:#F15743}.CDB-Toggle{position:absolute;width:32px;height:16px;z-index:1}.CDB-IconFont.is-disabled,.Toggle .is-disabled{opacity:.24}.CDB-Toggle+.CDB-ToggleFace{-webkit-transition:background,.3s;-khtml-transition:background,.3s;-moz-transition:background,.3s;-ms-transition:background,.3s;-o-transition:background,.3s;transition:background,.3s;position:relative;width:32px;height:16px;margin:0 2px;border-radius:50px;background:#CBCED0}.CDB-Toggle+.CDB-ToggleFace::before{position:absolute;top:2px;left:2px;width:12px;height:12px;border-radius:50%;background:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.48)}.CDB-Toggle:checked+.CDB-ToggleFace{background:#9DE0AD}.CDB-Toggle:checked+.CDB-ToggleFace::before{right:2px;left:auto}.CDB-HeaderInfo{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-ms-flex-align:flex-start}.CDB-HeaderInfo.is-block{display:block}.CDB-HeaderInfo-listItem{display:inline-block;margin-right:8px;vertical-align:middle}.CDB-HeaderInfo-title,.CDB-ListTag{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex}.CDB-HeaderInfo-listItem:last-child{margin-right:0}.CDB-HeaderInfo-inner{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.CDB-HeaderInfo-back{margin-top:7px}.CDB-HeaderInfo-title{display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.CDB-HeaderInfo-titleText{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:0;padding-right:16px;text-overflow:ellipsis}.CDB-HeaderInfo-actionsItem{display:inline-block;margin-left:4px;vertical-align:middle}.CDB-HeaderNumeration{width:24px;min-width:24px;height:24px;border:1px solid #DDD;border-radius:4px;background-color:#fff;color:#979EA1;font-size:10px;line-height:23px;text-align:center;box-sizing:border-box}.CDB-ListDecoration-item{border-bottom:1px solid #EEE}.CDB-ListDecoration-item:last-child{border-bottom:0}.CDB-ListDecoration-itemPadding{padding:12px 16px}.CDB-ListDecoration-itemPadding--horizontal{padding:0 16px}.CDB-ListDecoration-itemPadding--vertical{padding:12px 0}.CDB-ListDecoration-itemLink{display:block;max-width:100%;padding:12px 16px;text-align:left}.CDB-Loader{position:absolute;top:0;left:0;width:50%;height:3px;transform:translateX(-200%);background-image:linear-gradient(90deg,#1181fb 0,#32BBFE 90%,#FAFEFF 95%);z-index:2}.CDB-Loader.is-visible{-webkit-animation:loader-progress 1s cubic-bezier(0,.85,.6,.6) infinite;-khtml-animation:loader-progress 1s cubic-bezier(0,.85,.6,.6) infinite;-moz-animation:loader-progress 1s cubic-bezier(0,.85,.6,.6) infinite;-ms-animation:loader-progress 1s cubic-bezier(0,.85,.6,.6) infinite;-o-animation:loader-progress 1s cubic-bezier(0,.85,.6,.6) infinite;animation:loader-progress 1s cubic-bezier(0,.85,.6,.6) infinite}@-webkit-keyframes loader-progress{from{transform:translateX(-200%)}to{transform:translateX(200%)}}@-moz-keyframes loader-progress{from{transform:translateX(-200%)}to{transform:translateX(200%)}}@-ms-keyframes loader-progress{from{transform:translateX(-200%)}to{transform:translateX(200%)}}@-o-keyframes loader-progress{from{transform:translateX(-200%)}to{transform:translateX(200%)}}@keyframes loader-progress{from{transform:translateX(-200%)}to{transform:translateX(200%)}}.CDB-LoaderIcon-spinner{animation:rotate 2s linear infinite;width:16px;height:16px}.CDB-LoaderIcon--small .CDB-LoaderIcon-spinner{width:14px;height:14px}.CDB-LoaderIcon--big .CDB-LoaderIcon-spinner{width:40px;height:40px}.CDB-LoaderIcon-path{stroke:rgba(255,255,255,.88);stroke-linecap:round;animation:dash 1.5s ease-in-out infinite;stroke-width:4px}.CDB-LoaderIcon--big .CDB-LoaderIcon-path{stroke-width:2px}.CDB-LoaderIcon.is-dark .CDB-LoaderIcon-path{stroke:rgba(0,0,0,.24)}.CDB-LoaderIcon.is-blue .CDB-LoaderIcon-path{stroke:#1181FB}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.CDB-NavMenu{position:relative;z-index:2}.CDB-NavMenu-inner{position:relative;margin-bottom:18px;border-bottom:1px solid #DDD}.CDB-NavMenu-inner--no-margin{margin-bottom:0}.CDB-NavMenu-inner--is-dropdown{padding:8px 0 0 16px}.CDB-NavMenu-link{display:block;margin-bottom:-1px;padding:4px 0 11px;border-bottom:1px solid transparent;color:#1181FB}.CDB-NavMenu-item,.CDB-NavSubmenu-item{display:inline-block;margin-right:12px;vertical-align:middle}.CDB-NavMenu-item.is-selected .CDB-NavMenu-link{border-bottom:1px solid #000;color:#2E3C43}.CDB-NavSubmenu{border-bottom:1px solid #EEE}.CDB-NavSubmenu--inside{position:absolute;right:0;left:0;padding-top:14px}.CDB-NavSubmenu--outside{margin-top:-5px;margin-bottom:18px}.CDB-NavSubmenu-link{display:block;margin-bottom:-1px;padding-bottom:12px;border-bottom:1px solid transparent;color:#1181FB}.CDB-NavSubmenu-item.is-selected .CDB-NavSubmenu-link{border-bottom:1px solid #DDD;color:#2E3C43}.CDB-NavSubmenu-status{margin-left:2px}.CDB-NavMenu.is-dark .CDB-NavMenu-inner,.CDB-NavMenu.is-dark .CDB-NavSubmenu{border-bottom:1px solid #636D72}.CDB-NavMenu.is-dark .CDB-NavMenu-link,.CDB-NavMenu.is-dark .CDB-NavSubmenu-link{color:#979EA1}.CDB-NavMenu.is-dark .CDB-NavMenu-item.is-selected .CDB-NavMenu-link,.CDB-NavMenu.is-dark .CDB-NavSubmenu-item.is-selected .CDB-NavSubmenu-link{border-bottom:1px solid #DDD;color:#fff}.CDB-NavMenu.is-dark .CDB-NavSubmenu-status{color:#636D72}.CDB-Shape-add{position:relative;height:100%}.CDB-Shape-add.is-small::before,.CDB-Shape-add::before{height:1px;display:block;position:absolute;background:#2E3C43;content:''}.CDB-Shape-add::before{right:1px;bottom:7px;left:0}.CDB-Shape-add::after{display:block;position:absolute;top:1;bottom:0;left:7px;width:1px;background:#2E3C43;content:''}.CDB-Shape-add.is-small::before{right:3px;bottom:7px;left:4px}.CDB-Shape-add.is-small::after{display:block;position:absolute;top:4px;bottom:3px;left:8px;width:1px;background:#2E3C43;content:''}.CDB-Shape-add.is-blue::after,.CDB-Shape-add.is-blue::before{background:#1181FB}.CDB-Shape-add.is-white::after,.CDB-Shape-add.is-white::before{background:#fff}.CDB-Shape-Arrow{position:relative;width:1px;height:8px;background:#2E3C43}.CDB-Shape-Arrow::after,.CDB-Shape-Arrow::before{position:absolute;top:2px;width:5px;height:1px;background:#2E3C43;content:'';display:block}.CDB-Shape-Arrow::before{left:0;transform:rotate(45deg)}.CDB-Shape-Arrow::after{left:-4px;transform:rotate(-45deg)}.CDB-Shape-Arrow.is-up{top:6px;right:9px;transform:rotate(45deg)}.CDB-Shape-Arrow.is-down{top:13px;left:46px;transform:rotate(-135deg)}.CDB-Shape-Arrow.is-blue,.CDB-Shape-Arrow.is-blue::after,.CDB-Shape-Arrow.is-blue::before{background:#1181FB}.CDB-Shape-Arrow.is-white,.CDB-Shape-Arrow.is-white::after,.CDB-Shape-Arrow.is-white::before{background:#fff}.CDB-Shape-CircleItem.is-small{transform:translateY(2px)}.CDB-Shape-tick{display:block;position:relative;height:100%}.CDB-Shape-tick::after,.CDB-Shape-tick::before{position:absolute;width:1px;background:#2E3C43;content:'';display:block}.CDB-Shape-tick::before{transform:rotate(-45deg)}.CDB-Shape-tick::after{transform:rotate(45deg)}.CDB-Shape-tick.is-medium::before{top:5px;left:4px;height:4px}.CDB-Shape-tick.is-medium::after{top:3px;right:5px;height:6px}.CDB-Shape-tick.is-small::before{top:4px;left:2px;height:3px}.CDB-Shape-tick.is-small::after{top:2px;right:3px;height:5px}.CDB-Shape-tick.is-blue::after,.CDB-Shape-tick.is-blue::before{background:#1181FB}.CDB-Shape-tick.is-white::after,.CDB-Shape-tick.is-white::before{background:#fff}.CDB-Shape-tick.is-green::after,.CDB-Shape-tick.is-green::before{background:#9DE0AD}.CDB-Shape-close{display:block;position:relative;height:100%}.CDB-Shape-close::after,.CDB-Shape-close::before{position:absolute;width:1px;background:#2E3C43;content:'';display:block}.CDB-Shape-close::before{transform:rotate(-45deg)}.CDB-Shape-close::after{transform:rotate(45deg)}.CDB-Shape-close.is-huge::before{top:-2px;left:7px;height:20px}.CDB-Shape-close.is-huge::after{top:-2px;right:8px;height:20px}.CDB-Shape-close.is-large::before{top:2px;left:7px;height:12px}.CDB-Shape-close.is-large::after{top:2px;right:8px;height:12px}.CDB-Shape-close.is-medium::before{top:3px;left:6px;height:7px}.CDB-Shape-close.is-medium::after{top:3px;right:6px;height:7px}.CDB-Shape-close.is-small::before{top:2px;left:4px;height:5px}.CDB-Shape-close.is-small::after{top:2px;right:4px;height:5px}.CDB-Shape-close.is-blue::after,.CDB-Shape-close.is-blue::before{background:#1181FB}.CDB-Shape-close.is-white::after,.CDB-Shape-close.is-white::before{background:#fff}.CDB-Shape-close.is-red::after,.CDB-Shape-close.is-red::before{background:#F15743}.CDB-Shape-dash{position:relative;height:100%}.CDB-Shape-dash::before{display:block;position:absolute;right:2px;bottom:7px;left:2px;height:1px;background:#2E3C43;content:''}.CDB-Shape-dash.is-small::before{right:3px;left:3px}.CDB-Shape-dash.is-blue::before{background:#1181FB}.CDB-Shape-dash.is-white::before{background:#fff}.CDB-Shape-Dataset{padding-top:1px}.CDB-Shape-Dataset.is-small{padding-top:0}.CDB-Shape-DatasetItem{display:inline-block;width:9px;height:9px;margin-left:-10px;border:1px solid #2E3C43;border-radius:50%;background:#fff}.CDB-Shape-DatasetItem:first-child{position:relative;margin-left:0;box-shadow:3px 0 0 #fff;z-index:1}.CDB-Shape-Dataset.is-small .CDB-Shape-DatasetItem{width:6px;height:6px;margin-left:-7px}.CDB-Shape-Dataset.is-small .CDB-Shape-DatasetItem:first-child{margin-left:0;box-shadow:2px 0 0 #fff}.CDB-Shape-Dataset.is-blue .CDB-Shape-DatasetItem{border:1px solid #1181FB}.CDB-Shape-Dataset.is-grey .CDB-Shape-DatasetItem{border:1px solid #AAA}.CDB-Shape-Dataset.is-white .CDB-Shape-DatasetItem{border:1px solid #AAA;background:#2E3C43}.CDB-Shape-Dataset.is-white .CDB-Shape-DatasetItem:first-child{box-shadow:3px 0 #2E3C43}.CDB-Shape-Dataset.is-white.is-small .CDB-Shape-DatasetItem:first-child{box-shadow:2px 0 #2E3C43}.CDB-Shape-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#EEE}.CDB-Shape-dot.is-selected{background:#636D72}.CDB-Shape-CircleItem{width:13px;height:13px;border:1px solid #2E3C43;border-radius:50%}.CDB-Shape-CircleItem.is-small{width:9px;height:9px;margin:0 auto}.CDB-Shape-CircleItem.is-blue{border:1px solid #1181FB}.CDB-Shape-CircleItem.is-white{border:1px solid #fff}.CDB-Shape-CircleItem.is-green{border:1px solid #9DE0AD}.CDB-Shape-CircleItem.is-red{border:1px solid #F15743}.CDB-Shape-CircleItem--fill.is-blue{border:1px solid #1181FB;background:#1181FB}.CDB-Shape-CircleItem--fill.is-white{border:1px solid #fff;background:#fff}.CDB-Shape-CircleItem--fill.is-green{border:1px solid #9DE0AD;background:#9DE0AD}.CDB-Shape-CircleItem--fill.is-red{border:1px solid #F15743;background:#F15743}.CDB-Shape-hamburguer{width:16px}.CDB-Shape-hamburguer:hover{cursor:pointer}.CDB-Shape-hamburguerItem{height:2px;margin-bottom:2px;background:#2E3C43}.CDB-Shape-hamburguerItem:last-child{margin-bottom:0}.CDB-Shape-hamburguer.is-blue .CDB-Shape-hamburguerItem{background:#1181FB}.CDB-Shape-hamburguer.is-white .CDB-Shape-hamburguerItem{background:#fff}.CDB-Shape-magnify{display:block;position:relative;height:100%}.CDB-Shape-magnify.is-small::after,.CDB-Shape-magnify::after,.CDB-Shape-magnify::before{display:block;position:absolute;content:''}.CDB-Shape-magnify::before{top:0;left:0;width:11px;height:11px;border:1px solid #2E3C43;border-radius:50%}.CDB-Shape-magnify::after{right:2px;bottom:-1px;width:1px;height:7px;transform:rotate(314deg);background:#2E3C43}.CDB-Shape-magnify.is-blue::before{border:1px solid #1181FB}.CDB-Shape-magnify.is-blue::after{background:#1181FB}.CDB-Shape-magnify.is-white::before{border:1px solid #fff}.CDB-Shape-threePointsItem.is-round,.CDB-Type-circle{border-radius:50%}.CDB-Shape-magnify.is-white::after{background:#fff}.CDB-Shape-magnify.is-small::before{top:3px;left:4px;width:5px;height:5px}.CDB-Shape-magnify.is-small::after{right:4px;bottom:3px;width:1px;height:5px;transform:rotate(314deg)}.CDB-Shape-rectsHandle{position:relative;padding:1px 0 0}.CDB-Shape-rectsHandle.is-small{padding:3px 0 0 1px}.CDB-Shape-rectsHandle.is-small .CDB-Shape-rectsHandleItem{height:2px;margin-bottom:2px}.CDB-Shape-rectsHandle.is-small .CDB-Shape-rectsHandleItem::before{left:5px;width:2px;height:2px}.CDB-Shape-rectsHandle.is-small .CDB-Shape-rectsHandleItem::after{width:2px;height:2px}.CDB-Shape-rectsHandleItem::after,.CDB-Shape-rectsHandleItem::before{display:block;position:absolute;width:3px;background:#2E3C43;content:''}.CDB-Shape-rectsHandleItem{height:3px;margin-bottom:3px}.CDB-Shape-rectsHandleItem:last-child{margin-bottom:0}.CDB-Shape-rectsHandleItem::before{left:4px;height:3px}.CDB-Shape-rectsHandleItem::after{left:9px;height:3px}.CDB-Shape-rectsHandleItem--blue::after,.CDB-Shape-rectsHandleItem--blue::before{background:#1181FB}.CDB-Shape-rectsHandleItem--white::after,.CDB-Shape-rectsHandleItem--white::before{background:#fff}.CDB-Shape-rectsHandleItem--grey::after,.CDB-Shape-rectsHandleItem--grey::before{background:#AAA}.CDB-Shape-paragraph{padding-top:3px;text-align:left}.CDB-Shape-paragraph.is-center{text-align:center}.CDB-Shape-paragraph.is-right{text-align:right}.CDB-Shape-paragraphItem{height:1px;margin-bottom:2px}.CDB-Shape-paragraphItem:last-child{margin-bottom:0}.CDB-Shape-paragraphBar{display:inline-block;height:1px;margin-bottom:2px;background:#EEE;vertical-align:top}.CDB-Shape-paragraph.is-active .CDB-Shape-paragraphBar{background:#1181FB}.CDB-Shape-paragraphBar--01{width:12px}.CDB-Shape-paragraphBar--02{width:6px}.CDB-Shape-paragraphBar--03{width:8px}.CDB-Shape-paragraphBar--04{width:4px}.CDB-Shape-threePoints{display:inline-block;padding:0 4px}.CDB-Shape-threePoints.is-horizontal{transform:rotate(90deg);padding:4px 0}.CDB-Shape-threePoints.is-medium,.CDB-Shape-threePoints.is-small{padding-top:2px}.CDB-Shape-threePointsItem{width:2px;height:2px;margin-bottom:5px;background:#2E3C43}.CDB-Shape-threePointsItem:last-child{margin-bottom:0}.CDB-Shape-threePoints.is-small .CDB-Shape-threePointsItem{width:2px;height:2px;margin-bottom:3px}.CDB-Shape-threePoints.is-medium .CDB-Shape-threePointsItem{width:4px;height:4px;margin-bottom:3px}.CDB-Shape-threePoints.is-blue .CDB-Shape-threePointsItem{background:#1181FB}.CDB-Shape-threePoints.is-white .CDB-Shape-threePointsItem{background:#fff}.CDB-ArrowToogle{position:relative;height:100%}.CDB-ArrowToogle::after,.CDB-ArrowToogle::before{position:absolute;top:8px;width:10px;height:1px;background:#2E3C43;display:block;content:''}.CDB-ArrowToogle::before{left:0;transform:rotate(-45deg)}.CDB-ArrowToogle::after{right:-1px;transform:rotate(45deg)}.CDB-ArrowToogle.is-down{transform:rotate(180deg)}.CDB-ArrowToogle.is-small::before{left:2px;width:8px}.CDB-ArrowToogle.is-small::after{right:1px;width:8px}.CDB-ArrowToogle.is-blue::after,.CDB-ArrowToogle.is-blue::before{background:#1181FB}.CDB-ArrowToogle.is-white::after,.CDB-ArrowToogle.is-white::before{background:#fff}.CDB-Shape{width:16px;height:16px;text-align:center}.CDB-Shape--small{width:8px;height:8px}.CDB-Shape--medium{width:24px;height:24px}.CDB-Shape:hover{cursor:pointer}.CDB-Type{position:relative;width:100%;height:100%}.CDB-Type-circle{position:absolute;width:3px;height:3px;background:#AAA}.CDB-Type-circle--01{top:0;left:0}.CDB-Type-circle--02{top:0;right:0}.CDB-Type-circle--03{bottom:0;left:0}.CDB-Type-circle--04{right:0;bottom:0}.CDB-Type--polygon::before{display:block;position:absolute;top:1px;right:1px;bottom:1px;left:1px;border:1px solid #AAA;content:''}.CDB-Type--line::before{display:block;position:absolute;top:0;right:0;bottom:0;left:3px;width:1px;transform:rotate(45deg);background:#AAA;content:''}.CDB-Tag{padding:0 3px;border:1px solid #1181FB;border-radius:2px;color:#1181FB}.CDB-Tag.is-public{border:1px solid #9BC63B;color:#9BC63B}.CDB-Tag.is-link{border:1px solid #FEB100;color:#FEB100}.CDB-Tag.is-password{border:1px solid #FB7B23;color:#FB7B23}.CDB-Tag.is-private{border:1px solid #F15743;color:#F15743}.CDB-ListTag{display:flex}.CDB-ListTag-item{margin-right:8px}.CDB-Tag.CDB-Tag--withLink{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;padding:4px 4px 4px 8px;border-radius:4px;background:rgba(17,129,251,.16)}.CDB-Tag.CDB-Tag--opaque{padding:2px 4px;border:0;border-radius:2px;background:rgba(0,0,0,.04)}.CDB-InfoTooltip{display:inline-block;position:absolute;padding:8px;border-radius:4px;background:rgba(46,60,67,.8)}.CDB-InfoTooltip::after{display:block;position:absolute;width:0;height:0;border:4px solid transparent;content:''}.is-black.CDB-InfoTooltip.CDB-InfoTooltip--up::after{border-bottom-color:rgba(46,60,67,.8)}.is-black.CDB-InfoTooltip.CDB-InfoTooltip--down::after{border-top-color:rgba(46,60,67,.8)}.is-black.CDB-InfoTooltip.CDB-InfoTooltip--left::after{border-right-color:rgba(46,60,67,.8)}.is-black.CDB-InfoTooltip.CDB-InfoTooltip--right::after{border-left-color:rgba(46,60,67,.8)}.is-error.CDB-InfoTooltip.CDB-InfoTooltip--up::after{border-bottom-color:#F15743}.is-error.CDB-InfoTooltip.CDB-InfoTooltip--down::after{border-top-color:#F15743}.is-error.CDB-InfoTooltip.CDB-InfoTooltip--left::after{border-right-color:#F15743}.is-error.CDB-InfoTooltip.CDB-InfoTooltip--right::after{border-left-color:#F15743}.CDB-InfoTooltip.CDB-InfoTooltip--up::after{top:-8px;left:calc(50% - 4px);border-top-width:4px;border-top-style:solid}.CDB-InfoTooltip.CDB-InfoTooltip--down::after{bottom:-8px;left:calc(50% - 4px);border-top-width:4px;border-top-style:solid}.CDB-InfoTooltip.CDB-InfoTooltip--left::after{top:calc(50% - 4px);left:-8px;border-right-width:4px;border-right-style:solid}.CDB-InfoTooltip.CDB-InfoTooltip--right::after{top:calc(50% - 4px);right:-8px;border-right-width:4px;border-right-style:solid}.CDB-InfoTooltip.is-error{background:#F15743}.CDB-InfoTooltip-text{color:#fff}.CDB-Text{font-family:'Open Sans'}.CDB-Text.is-semibold{font-weight:600}.CDB-Text.is-light{font-weight:300}.is-underlined{border-bottom:1px dotted #DDD}.CDB-Size-huge{font-size:26px;line-height:34px}.CDB-Size-large{font-size:16px;line-height:22px}.CDB-Size-medium{font-size:12px;line-height:16px}.CDB-Size-small{font-size:10px;line-height:14px}.CDB-Size-small.u-whiteTextColor{-webkit-font-smoothing:initial}.CDB-FontSize-small{font-size:10px}.CDB-FontSize-medium{font-size:12px}@font-face{font-family:CartoIcon;src:url(../fonts/cartoIcon.eot);src:url(../fonts/cartoIcon.eot?#iefix) format("embedded-opentype"),url(../fonts/cartoIcon.woff) format("woff"),url(../fonts/cartoIcon.ttf) format("truetype"),url(../fonts/cartoIcon.svg?ey3vsq#cartoIcon) format("svg");font-weight:400;font-style:normal}.CDB-IconFont{display:inline-block;font-family:CartoIcon;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1}.CDB-IconFont--center{vertical-align:middle}.CDB-IconFont--top{vertical-align:top}.CDB-IconFont--small{font-size:11px}.CDB-IconFont-clock::before{content:'\E001'}.CDB-IconFont-stats::before{content:'\E002'}.CDB-IconFont-heartEmpty::before{content:'\E003'}.CDB-IconFont-heartFill::before{content:'\E004'}.CDB-IconFont-alert::before{content:'\E005'}.CDB-IconFont-rows::before{content:'\E006'}.CDB-IconFont-check::before{content:'\E007'}.CDB-IconFont-dribbble::before{content:'\E008'}.CDB-IconFont-twitter::before{content:'\E009'}.CDB-IconFont-caretDown::before{content:'\E00A'}.CDB-IconFont-lightbulb::before{content:'\E00B'}.CDB-IconFont-explore::before{content:'\E00C'}.CDB-IconFont-drop::before{content:'\E00D'}.CDB-IconFont-edition::before{content:'\E00E'}.CDB-IconFont-view::before{content:'\E00F'}.CDB-IconFont-odyssey::before{content:'\E010'}.CDB-IconFont-settings::before{content:'\E011'}.CDB-IconFont-downloadCircle::before{content:'\E012'}.CDB-IconFont-pencilMenu::before{content:'\E013'}.CDB-IconFont-mobile::before{content:'\E014'}.CDB-IconFont-wizard::before{content:'\E015'}.CDB-IconFont-undo::before{content:'\E016'}.CDB-IconFont-redo::before{content:'\E017'}.CDB-IconFont-lArrowLight::before{content:'\E018'}.CDB-IconFont-hide::before{content:'\E019'}.CDB-IconFont-info::before{content:'\E01A'}.CDB-IconFont-fork::before{content:'\E01B'}.CDB-IconFont-facebook::before{content:'\E01C'}.CDB-IconFont-folder::before{content:'\E01D'}.CDB-IconFont-dropbox::before{content:'\E01E'}.CDB-IconFont-cloud::before{content:'\E01F'}.CDB-IconFont-step::before{content:'\E020'}.CDB-IconFont-addDocument::before{content:'\E021'}.CDB-IconFont-arrowNext::before{content:'\E022'}.CDB-IconFont-arrowPrev::before{content:'\E023'}.CDB-IconFont-close::before{content:'\E024'}.CDB-IconFont-cartoFante::before{content:'\E025'}.CDB-IconFont-lock::before{content:'\E026'}.CDB-IconFont-cartoDB::before{content:'\E027'}.CDB-IconFont-lens::before{content:'\E028'}.CDB-IconFont-closeLimits::before{content:'\E029'}.CDB-IconFont-defaultUser::before{content:'\E02A'}.CDB-IconFont-cockroach::before{content:'\E02B'}.CDB-IconFont-floppy::before{content:'\E02C'}.CDB-IconFont-trash::before{content:'\E02D'}.CDB-IconFont-wifi::before{content:'\E02E'}.CDB-IconFont-unlock::before{content:'\E02F'}.CDB-IconFont-unlockWithEllipsis::before{content:'\E030'}.CDB-IconFont-gift::before{content:'\E031'}.CDB-IconFont-people::before{content:'\E032'}.CDB-IconFont-play::before{content:'\E033'}.CDB-IconFont-add::before{content:'\E034'}.CDB-IconFont-map::before{content:'\E035'}.CDB-IconFont-anchor::before{content:'\E036'}.CDB-IconFont-key::before{content:'\E037'}.CDB-IconFont-calendar::before{content:'\E038'}.CDB-IconFont-document::before{content:'\E039'}.CDB-IconFont-eye::before{content:'\E03A'}.CDB-IconFont-marker::before{content:'\E03B'}.CDB-IconFont-progressBar::before{content:'\E03C'}.CDB-IconFont-book::before{content:'\E03D'}.CDB-IconFont-notes::before{content:'\E03E'}.CDB-IconFont-rectangles::before{content:'\E03F'}.CDB-IconFont-mountain::before{content:'\E040'}.CDB-IconFont-points::before{content:'\E041'}.CDB-IconFont-snake::before{content:'\E042'}.CDB-IconFont-boss::before{content:'\E043'}.CDB-IconFont-rocket::before{content:'\E044'}.CDB-IconFont-barometer::before{content:'\E045'}.CDB-IconFont-dollar::before{content:'\E046'}.CDB-IconFont-email::before{content:'\E047'}.CDB-IconFont-label::before{content:'\E048'}.CDB-IconFont-outside::before{content:'\E049'}.CDB-IconFont-jigsaw::before{content:'\E04A'}.CDB-IconFont-tools::before{content:'\E04B'}.CDB-IconFont-question::before{content:'\E04C'}.CDB-IconFont-layerStack::before{content:'\E04D'}.CDB-IconFont-alarm::before{content:'\E04E'}.CDB-IconFont-cloudDownArrow::before{content:'\E04F'}.CDB-IconFont-pencil::before{content:'\E050'}.CDB-IconFont-fountainPen::before{content:'\E051'}.CDB-IconFont-emptyDoc::before{content:'\E052'}.CDB-IconFont-mergeArrow::before{content:'\E053'}.CDB-IconFont-mergeColumns::before{content:'\E054'}.CDB-IconFont-mergeSpatial::before{content:'\E055'}.CDB-IconFont-globe::before{content:'\E056'}.CDB-IconFont-chevronDown::before{content:'\E057'}.CDB-IconFont-streets::before{content:'\E058'}.CDB-IconFont-keys::before{content:'\E059'}.CDB-IconFont-facebookSquare::before{content:'\E05A'}.CDB-IconFont-fullscreen::before{content:'\E05B'}.CDB-IconFont-rArrowLight::before{content:'\E05C'}.CDB-IconFont-share::before{content:'\E05D'}.CDB-IconFont-linkedin::before{content:'\E05E'}.CDB-IconFont-calendarBlank::before{content:'\E05F'}.CDB-IconFont-creativeCommons::before{content:'\E060'}.CDB-IconFont-bubble::before{content:'\E061'}.CDB-IconFont-bars::before{content:'\E062'}.CDB-IconFont-arrowMenuLight::before{content:'\E063'}.CDB-IconFont-tieFighter::before{content:'\E064'}.CDB-IconFont-ray::before{content:'\E065'}.CDB-IconFont-markup::before{content:'\E066'}.CDB-IconFont-table::before{content:'\E067'}.CDB-IconFont-airlock::before{content:'\E068'}.CDB-IconFont-pin::before{content:'\E069'}.CDB-IconFont-attache::before{content:'\E06A'}.CDB-IconFont-download::before{content:'\E06B'}.CDB-IconFont-group::before{content:'\E06C'}.CDB-IconFont-dashboard::before{content:'\E06D'}.CDB-IconFont-spinner::before{content:'\E06E'}.CDB-IconFont-mapsearch::before{content:'\E06F'}.CDB-IconFont-rArrow::before{content:'\E070'}body{color:#2E3C43}.u-actionTextColor,a{color:#1181FB}a{background-color:transparent}a:hover{text-decoration:underline}@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;src:url(../fonts/OpenSans-Light.eot);src:url(../fonts/OpenSans-Light.eot?#iefix) format("embedded-opentype"),url(../fonts/OpenSans-Light.woff) format("woff"),url(../fonts/OpenSans-Light.ttf) format("truetype")}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:url(../fonts/OpenSans-Regular.eot);src:url(../fonts/OpenSans-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/OpenSans-Regular.woff) format("woff"),url(../fonts/OpenSans-Regular.ttf) format("truetype")}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;src:url(../fonts/OpenSans-Semibold.eot);src:url(../fonts/OpenSans-Semibold.eot?#iefix) format("embedded-opentype"),url(../fonts/OpenSans-Semibold.woff) format("woff"),url(../fonts/OpenSans-Semibold.ttf) format("truetype")}.u-tSpace{margin-top:4px}.u-tSpace--m{margin-top:8px}.u-tSpace-xl{margin-top:12px}.u-rSpace--s{margin-right:2px}.u-rSpace{margin-right:4px}.u-rSpace--m{margin-right:8px}.u-rSpace--xl{margin-right:12px}.u-bSpace{margin-bottom:4px}.u-bSpace--m{margin-bottom:8px}.u-bSpace--xl{margin-bottom:12px}.u-lSpace{margin-left:4px}.u-lSpace--xl{margin-left:12px}.u-ellipsis{text-overflow:ellipsis}.u-mainTextColor{color:#2E3C43}.u-secondaryTextColor{color:#636D72}.u-altTextColor{color:#979EA1}.u-hintTextColor{color:#CBCED0}.u-alertTextColor{color:#F19243}.u-whiteTextColor{color:#fff}.u-errorTextColor{color:#F15743}.u-iBlock{display:inline-block;vertical-align:middle}.u-showDesktop{display:block!important}.u-showMobile{display:none!important}.u-flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.u-justifySpace{-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}.u-justifyCenter{-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.u-justifyStart{-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:flex-start}.u-justifyEnd{-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:flex-end}.u-alignStart{-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-ms-flex-align:flex-start}.u-alignCenter{-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.u-alignEnd{-webkit-align-items:flex-end;-moz-align-items:flex-end;-ms-align-items:flex-end;align-items:flex-end;-ms-flex-align:flex-end}@media only screen and (max-width:600px){.u-showDesktop{display:none!important}.u-showMobile{display:block!important}}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted}mark{background:#ff0;color:#000}sub,sup{line-height:0;position:relative}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible;margin:0;padding:0;border:none;background:0 0;box-sizing:border-box}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=checkbox],input[type=radio]{-moz-appearance:none;-webkit-appearance:none;appearance:none;box-sizing:border-box;padding:0;outline:0;cursor:pointer}input[type=range]::-webkit-slider-thumb{-moz-appearance:none;-webkit-appearance:none;appearance:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}optgroup{font-weight:700}input{line-height:normal;-moz-appearance:none;-webkit-appearance:none;appearance:none}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}body{margin:0;line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:''}table{border-collapse:collapse;border-spacing:0}dd,dt{display:inline-block}
\ No newline at end of file
diff --git a/src/fonts/OpenSans-Light.eot b/fonts/OpenSans-Light.eot
similarity index 100%
rename from src/fonts/OpenSans-Light.eot
rename to fonts/OpenSans-Light.eot
diff --git a/src/fonts/OpenSans-Light.ttf b/fonts/OpenSans-Light.ttf
old mode 100755
new mode 100644
similarity index 100%
rename from src/fonts/OpenSans-Light.ttf
rename to fonts/OpenSans-Light.ttf
diff --git a/src/fonts/OpenSans-Light.woff b/fonts/OpenSans-Light.woff
similarity index 100%
rename from src/fonts/OpenSans-Light.woff
rename to fonts/OpenSans-Light.woff
diff --git a/src/fonts/OpenSans-Regular.eot b/fonts/OpenSans-Regular.eot
similarity index 100%
rename from src/fonts/OpenSans-Regular.eot
rename to fonts/OpenSans-Regular.eot
diff --git a/src/fonts/OpenSans-Regular.ttf b/fonts/OpenSans-Regular.ttf
old mode 100755
new mode 100644
similarity index 100%
rename from src/fonts/OpenSans-Regular.ttf
rename to fonts/OpenSans-Regular.ttf
diff --git a/src/fonts/OpenSans-Regular.woff b/fonts/OpenSans-Regular.woff
similarity index 100%
rename from src/fonts/OpenSans-Regular.woff
rename to fonts/OpenSans-Regular.woff
diff --git a/src/fonts/OpenSans-Semibold.eot b/fonts/OpenSans-Semibold.eot
similarity index 100%
rename from src/fonts/OpenSans-Semibold.eot
rename to fonts/OpenSans-Semibold.eot
diff --git a/src/fonts/OpenSans-Semibold.ttf b/fonts/OpenSans-Semibold.ttf
old mode 100755
new mode 100644
similarity index 100%
rename from src/fonts/OpenSans-Semibold.ttf
rename to fonts/OpenSans-Semibold.ttf
diff --git a/src/fonts/OpenSans-Semibold.woff b/fonts/OpenSans-Semibold.woff
similarity index 100%
rename from src/fonts/OpenSans-Semibold.woff
rename to fonts/OpenSans-Semibold.woff
diff --git a/fonts/cartoIcon.eot b/fonts/cartoIcon.eot
index c479fd1..934c4fb 100644
Binary files a/fonts/cartoIcon.eot and b/fonts/cartoIcon.eot differ
diff --git a/fonts/cartoIcon.svg b/fonts/cartoIcon.svg
index 95faee4..46331da 100644
--- a/fonts/cartoIcon.svg
+++ b/fonts/cartoIcon.svg
@@ -51,276 +51,297 @@
horiz-adv-x="500" d=" M458.3333329999996 270.5667543L458.3333329999996 291.5014482000006C458.3333329999996 314.3842010000008 439.7610320000004 333 416.8509379999996 333L41.4823957999997 333C18.5348739000001 333 0 314.4204654999994 0 291.5014482000006L0 41.5212410000004C0 18.6384880000005 18.5723011999999 0.0226889999994 41.4823957999997 0.0226889999994L323.0088020000003 0.0226889999994L229.1666670000004 0.0226889999994L229.1666670000004 20.8337709999996L41.4823957999997 20.8337709999996C30.1003708999997 20.8337709999996 20.8333333000001 30.1100139999999 20.8333333000001 41.5212410000004L20.8333333000001 291.5014482000006C20.8333333000001 302.9494474999992 30.0634509000001 312.1889181000006 41.4823957999997 312.1889181000006L416.8509379999996 312.1889181000006C428.2329620000001 312.1889181000006 437.5 302.9126754000008 437.5 291.5014482000006L437.5 270.5667543L458.3333329999996 270.5667543z M497.3853079999999 149.3760249999996L454.0595730000005 194.0726599999998C450.6801660000001 197.5589980000004 445.186463 197.5589980000004 441.8070559999997 194.0726599999998L329.1601449999999 77.8614080000007C328.1723179999999 76.8423239999993 327.5657579999998 75.6265760000006 327.1498309999997 74.3393130000004C327.1151700000001 74.2141620000002 326.9938579999998 74.124769 326.9591980000005 73.9817399999993L309.6289040000002 11.4064500000004C308.7623889999996 8.295564 309.6115730000002 4.9343769999996 311.8298510000004 2.6280299999999C313.4762289999999 0.9295579999998 315.6771760000002 0.0177469999999 317.9474449999998 0.0177469999999C318.7446380000001 0.0177469999999 319.5418319999999 0.1250189999992 320.3216949999997 0.3574410000001L380.9777240000003 18.2360960000005C381.0990359999996 18.2718530000002 381.1856870000002 18.397003 381.3243300000004 18.432761C382.5721110000004 18.8618480000005 383.7505709999996 19.4876010000007 384.7383980000004 20.5066850000003L497.3853079999999 136.7179369999995C500.7647159999997 140.2221539999991 500.7647159999997 145.8718079999999 497.3853079999999 149.3760249999996L497.3853079999999 149.3760249999996zM378.6034739999996 39.4759369999993L347.5302570000004 71.5323640000006L413.2640620000002 139.3461000000007L444.3372790000003 107.2896720000008L378.6034739999996 39.4759369999993L378.6034739999996 39.4759369999993zM339.5583210000005 54.4761280000002L362.0703730000005 31.2517559999997L330.5638989999998 21.9727340000009L339.5583210000005 54.4761280000002L339.5583210000005 54.4761280000002zM456.5897960000002 119.929881L425.5165790000001 151.9863079999996L447.9246489999996 175.1034080000009L478.9978659999997 143.0469809999995L456.5897960000002 119.929881L456.5897960000002 119.929881z" />
RADIO
-RADIO
- -
-
-
-
-
-
-
Published 8 days ago
-Positron by CartoDB
-627K Transactions
-627K Transactions
-627K Transactions
-627K Transactions
-627K Transactions
-627K Transactions
-627K Transactions
-627K Transactions
-Open Sans 26/34 Regular
-Open Sans 26/34 Light
-Open Sans 16/22 Regular
-Open Sans 12/16 Semibold
-Open Sans 12/16 Semibold Uppercase
-Open Sans 12/16 Regular
-Open Sans 12/16 Regular
-Open Sans 12/16 Regular
-Open Sans 10/14 Semibold
-Open Sans 10/14 Regular
-? -``` -*/ - -@import '../cdb-variables/sizes'; -@import '../cdb-variables/colors'; - -.CDB-Text { - font-family: 'Open Sans'; - $sFontWeight-normal: 400; - - &.is-semibold { - font-weight: $sFontWeight-semibold; - } - &.is-light { - font-weight: $sFontWeight-lighter; - } -} - -.is-underlined { - border-bottom: 1px dotted $cMainLine; -} - -.CDB-Size-huge { - font-size: $sFontSize-huge; - line-height: $sLineHeight-huge; -} - -.CDB-Size-large { - font-size: $sFontSize-large; - line-height: $sLineHeight-large; -} - -.CDB-Size-medium { - font-size: $sFontSize-medium; - line-height: $sLineHeight-medium; -} - -.CDB-Size-small { - font-size: $sFontSize-small; - line-height: $sLineHeight-small; - -} - -.CDB-Size-small.u-whiteTextColor { - -webkit-font-smoothing: initial; -} - -.CDB-FontSize-small { - font-size: $sFontSize-small; -} - -.CDB-FontSize-medium { - font-size: $sFontSize-medium; -} - -.CDB-IconFont.is-disabled { - opacity: 0.24; -} - diff --git a/src/scss/cdb-icon-font.scss b/src/scss/cdb-icon-font.scss deleted file mode 100644 index f417fee..0000000 --- a/src/scss/cdb-icon-font.scss +++ /dev/null @@ -1,1277 +0,0 @@ -// Icon font elements -// ---------------------------------------------- - -// Do not import any file (variables, mixins,...) in this stylesheet. - -@font-face { - font-family: 'CartoIcon'; - src: url('../fonts/cartoIcon.eot'); - src: url('../fonts/cartoIcon.eot?#iefix') format('embedded-opentype'), - url('../fonts/cartoIcon.woff') format('woff'), - url('../fonts/cartoIcon.ttf') format('truetype'), - url('../fonts/cartoIcon.svg?ey3vsq#cartoIcon') format('svg'); - font-weight: normal; - font-style: normal; -} - -.CDB-IconFont { - display: inline-block; - font-family: 'CartoIcon'; - font-style: normal; - font-weight: normal; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - line-height: 1; -} - -.CDB-IconFont--center { - vertical-align: middle; -} -.CDB-IconFont--top { - vertical-align: top; -} -.CDB-IconFont--small { - font-size: 11px; -} - -/* SG -# Typography/Icon font -All available icons in CartoDB. - -``` - - -This is a preliminar WIP of the new dashboard stylesheet, based on the naming conventions of suitcss and Medium’s CSS is actually pretty good.
- -General rules
- -input { padding: 10px 0 }). It will make more difficult edit styles for the future custom elements and the !important use will grow..marginRight { margin-right: 10px } ). It is impossible to manage the amount of cases we would like to cover.Table of contents
- -Syntax: <ComponentName>[--modifierName|-descendentName]
The component's name must be written in camel case.
- -.MyComponent { /* … */ }<article class="MyComponent">
- …
-</article>A component modifier is a class that modifies the presentation of the base component in some form.
- -/* Core button */
-.Btn { /* … */ }
-
-/* Default button style */
-.Btn--default { /* … */ }<article class="Btn Btn--default">
- …
-</article><article class="Tweet">
- <header class="Tweet-header">
- <img class="Tweet-avatar" src="{{src}}" alt="{{alt}}">
- …
- </header>
- <div class="Tweet-bodyText">
- …
- </div>
-</article>Use is-stateName to reflect changes to a component's state.
This means that the same state names can be used in multiple contexts, but every component must define its own styles for the state (as they are scoped to the component).
- -Right:
- -.Tweet { /* … */ }
-.Tweet.is-expanded { /* … */ }
-
-<article class="Tweet is-expanded">
- …
-</article>Wrong:
- -.Tweet { /* … */ }
-.Tweet.expanded { /* … */ }<article class="Tweet expanded">
- …
-</article>We should always rely on the same terminology to express state of a component: i.e.: a common term for is-active, is-expanded, is-selected, is-highlighted, ...
Syntax: js-<targetName>
JavaScript-specific classes reduce the risk that changing the structure or theme of components will inadvertently affect any required JavaScript behaviour and complex functionality. It is not neccesarry to use them in every case, just think of them as a tool in your utility belt. If you are creating a class, which you dont intend to use for styling, but instead only as a selector in JavaScript, you should probably be adding the js- prefix. In practice this looks like this:
- -<a href="/login" class="Btn Btn-primary js-login"></a>JavaScript-specific classes should not, under any circumstances, be styled.
- -Since we use Rails as a backend, we make use of Sprockets to make all the dirty work with stylesheets (and javascripts). Many of the stylesheets are constructed by simply writing require_directory —this is awesome, but it also kind of sucks.
Preferably we should use @import instead of require when possible.
- http://pivotallabs.com/structure-your-sass-files-with-import/
When using require we should list the required files in the order they must be applied, as an added control to avoid undesired behaviours.
- -Bad:
- -/*
-*= require dashboard/header
-*= require dashboard/table
-*/
-
-
-Worse:
- -/*
-*= require_tree dashboard
-*/
-
-
-Good:
- -@import "dashboard/header";
-@import "dashboard/tables";
-
-
-Better:
- -@import
-"dashboard/header",
-"dashboard/tables";
-
-
-
-.Btn {}
-
- .Btn--m {}
-
- .Btn--highlight {}
-
- .Btn--green {}
-
- .Btn.is-active {}
-
-.Menu {}
-
- .Menu-item {}
-
- .Menu-link {}
-
-.Header {}
-
- .Navbar {}
-
- .Navbar-header {}
-
- .Navbar-brand {}
-
- .Navbar-searchField {}
-
- .Navbar-searchButton {}
-
- .Navbar-menu {}
-
- .Navbar-menuItem {}
-
- .Navbar-menuLink {}
-
-.Dashboard {}
-
- .Dashboard-header {}
-
- .Dashboard-avatar {}
-
- .Dashboard-title {}
-
- .Dashboard-menu {}
-
- .Dashboard-subHeader {}
-
- .Dashboard-subMenu {}
-
- .Dashboard-subMenuItem {}
-
- .Dashboard-subMenuLink {}
-
-
-.Block {}
-
- .Block-thumbnail {}
-
- .Block-title {}
-
- .Block-description {}
-
- .Block-tags {}
-
- .Block-status {}
-
- .Block-footer {}
-
-
- Syntax: $c<colorName>
// Colors
-// --------------------------------------------------
-// Paragraphs
-$cTypography-headers: rgba(#333, 1);
-$cTypography-paragraphs: rgba(#666, 1);
-$cTypography-secondary: rgba(#999, 1);
-$cTypography-help: rgba(#CCC, 1);
-$cTypography-headersOverBlack: rgba(#FFF, 1);
-$cTypography-link: rgba(#0090D7, 1);
-$cTypography-linkHover: rgba(#62B4E3, 1);
-$cTypography-linkSelected: rgba(#333, 1);
-
-// Structure
-$cStructure-mainBkg: rgba(#FFF, 1);
-$cStructure-mainLine: rgba(#DDD, 1);
-$cStructure-grayBkg: rgba(#F9F9F9, 1);
-$cStructure-softLine: rgba(#EEE, 1);
-
-// Highlight
-$cHighlight-main: rgba(#0090D7, 1);
-$cHighlight-positive: rgba(#8FB83F, 1);
-$cHighlight-negative: rgba(#C74B43, 1);
-$cHighlight-alert: rgba(#C67B44, 1);Don't use named colors, try to use meaningful names.
- -// Z-Index Scale (private vars)
-// --------------------------------------------------
-@zIndex-1: 100;
-@zIndex-2: 200;
-@zIndex-3: 300;
-@zIndex-4: 400;
-@zIndex-5: 500;
-@zIndex-6: 600;
-@zIndex-7: 700;
-@zIndex-8: 800;
-@zIndex-9: 900;
-@zIndex-10: 1000;// Z-Index Applications
-// --------------------------------------------------
-@zIndex-1--screenForeground: @zIndex-1;
-@zIndex-1--followUpVisibility: @zIndex-1;
-@zIndex-1--prlWelcome: @zIndex-1;
-@zIndex-1--appImageDropdown: @zIndex-1;
-@zIndex-1--surfaceUnder: @zIndex-1;
-@zIndex-1--blockGroup: @zIndex-1;
-
-(…)
-
-@zIndex-9--zoomOverlayTarget: @zIndex-9;
-@zIndex-9--navOverlayTouch: @zIndex-9;
-@zIndex-9--overlay: @zIndex-9;
-@zIndex-9--dialog: @zIndex-9;
-@zIndex-9--tooltip: @zIndex-9;
-
-
- From: https://gist.github.com/fat/a47b882eb5f84293c4ed
- -The following are some high level page formatting style rules.
- - - -There should be a blank space between a property and a value:
- -Right:
- -.content-edit { background: red }Wrong:
- -.content-edit {background:red}If you have to define an only one property, leave blank spaces between brackets.
- - - -CSS rules should be comma seperated but live on new lines:
- -Right:
- -.content,
-.content-edit {
- …
-}Wrong:
- -.content, .content-edit {
- …
-}CSS blocks should be seperated by a single new line. not two. not 0.
- -Right:
- -.content {
- …
-}
-.content-edit {
- …
-}Wrong:
- -.content {
- …
-}
-
-.content-edit {
- …
-}Quotes are optional in CSS and LESS. We use double quotes as it is visually clearer that the string is not a selector or a style property.
- -Right:
- -background-image: url("/img/you.jpg");
-font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;Wrong:
- -background-image: url(/img/you.jpg);
-font-family: Helvetica Neue Light, Helvetica Neue, Helvetica, Arial;When implementing feature styles, you should only be using color variables provided by colors.css.scss.
- -When adding a color variable to colors.css.scss, using RGB and RGBA color units are preferred over hex, named, HSL, or HSLA values.
- -Right:
- -rgb(50, 50, 50);
-rgba(50, 50, 50, 0.2);Wrong:
- -#FFF;
-#FFFFFF;
-white;
-hsl(120, 100%, 50%);
-hsla(120, 100%, 50%, 1);.u- prefixed class name for single purpose utility classes like .u-underline, .u-capitalize, etc. (not sure about this one)mixins.css.scssfile. "config": {
-
- // Whether to add a semicolon after the last value/mixin.
- "always-semicolon": true,
-
- // Set indent for code inside blocks, including media queries and nested rules.
- "block-indent": " ",
-
- // Unify case of hexadecimal colors.
- "color-case": "lower",
-
- // Whether to expand hexadecimal colors or use shorthands.
- "color-shorthand": true,
-
- // Unify case of element selectors.
- "element-case": "lower",
-
- // Add/remove line break at EOF.
- "eof-newline": true,
-
- // Add/remove leading zero in dimensions.
- "leading-zero": false,
-
- // Unify quotes style.
- "quotes": "single",
-
- // Remove all rulesets that contain nothing but spaces.
- "remove-empty-rulesets": true,
-
- // Set space after `:` in declarations.
- "space-after-colon": " ",
-
- // Set space after combinator (for example, in selectors like `p > a`).
- "space-after-combinator": " ",
-
- // Set space after `{`.
- "space-after-opening-brace": "\n",
-
- // Set space after selector delimiter.
- "space-after-selector-delimiter": "\n",
-
- // Set space before `}`.
- "space-before-closing-brace": "\n",
-
- // Set space before `:` in declarations.
- "space-before-colon": "",
-
- // Set space before combinator (for example, in selectors like `p > a`).
- "space-before-combinator": " ",
-
- // Set space before `{`.
- "space-before-opening-brace": " ",
-
- // Set space before selector delimiter.
- "space-before-selector-delimiter": "",
-
- // Set space between declarations (i.e. `color: tomato`).
- "space-between-declarations": "\n",
-
- // Whether to trim trailing spaces.
- "strip-spaces": true,
-
- // Whether to remove units in zero-valued dimensions.
- "unitless-zero": true,
-
- // Whether to align prefixes in properties and values.
- "vendor-prefix-align": true,
-
- // Sort properties in particular order.
- "sort-order": [
- "position",
- "top",
- "right",
- "bottom",
- "left",
- "z-index",
- "display",
- "float",
- "width",
- "min-width",
- "max-width",
- "height",
- "min-height",
- "max-height",
- "-webkit-box-sizing",
- "-moz-box-sizing",
- "box-sizing",
- "-webkit-appearance",
- "-moz-appearance",
- "appearance",
- "padding",
- "padding-top",
- "padding-right",
- "padding-bottom",
- "padding-left",
- "margin",
- "margin-top",
- "margin-right",
- "margin-bottom",
- "margin-left",
- "overflow",
- "overflow-x",
- "overflow-y",
- "-webkit-overflow-scrolling",
- "-ms-overflow-x",
- "-ms-overflow-y",
- "-ms-overflow-style",
- "clip",
- "clear",
- "src",
- "font",
- "font-family",
- "font-size",
- "font-weight",
- "font-style",
- "font-variant",
- "font-size-adjust",
- "font-stretch",
- "font-effect",
- "font-emphasize",
- "font-emphasize-position",
- "font-emphasize-style",
- "font-smooth",
- "-webkit-hyphens",
- "-moz-hyphens",
- "hyphens",
- "line-height",
- "color",
- "text-align",
- "-webkit-text-align-last",
- "-moz-text-align-last",
- "-ms-text-align-last",
- "text-align-last",
- "text-emphasis",
- "text-emphasis-color",
- "text-emphasis-style",
- "text-emphasis-position",
- "text-decoration",
- "text-underline-position",
- "-webkit-text-decoration-style",
- "-moz-text-decoration-style",
- "text-decoration-style",
- "-moz-text-decoration-color",
- "text-decoration-color",
- "-moz-text-decoration-line",
- "text-decoration-line",
- "text-indent",
- "-ms-text-justify",
- "text-justify",
- "text-outline",
- "-ms-text-overflow",
- "text-overflow",
- "text-overflow-ellipsis",
- "text-overflow-mode",
- "text-shadow",
- "text-transform",
- "text-wrap",
- "-webkit-text-size-adjust",
- "-moz-text-size-adjust",
- "-ms-text-size-adjust",
- "text-size-adjust",
- "letter-spacing",
- "-ms-word-break",
- "word-break",
- "word-spacing",
- "-ms-word-wrap",
- "word-wrap",
- "-moz-tab-size",
- "-o-tab-size",
- "tab-size",
- "white-space",
- "vertical-align",
- "list-style",
- "list-style-position",
- "list-style-type",
- "list-style-image",
- "pointer-events",
- "-webkit-touch-action",
- "-ms-touch-action",
- "touch-action",
- "cursor",
- "visibility",
- "zoom",
- "flex-direction",
- "flex-order",
- "flex-pack",
- "flex-align",
- "table-layout",
- "empty-cells",
- "caption-side",
- "border-spacing",
- "border-collapse",
- "content",
- "quotes",
- "counter-reset",
- "counter-increment",
- "resize",
- "-webkit-user-select",
- "-moz-user-select",
- "-ms-user-select",
- "user-select",
- "nav-index",
- "nav-up",
- "nav-right",
- "nav-down",
- "nav-left",
- "background",
- "background-color",
- "background-image",
- "-ms-filter:\\'progid:DXImageTransform.Microsoft.gradient",
- "filter:progid:DXImageTransform.Microsoft.gradient",
- "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader",
- "filter",
- "background-repeat",
- "background-attachment",
- "background-position",
- "background-position-x",
- "-ms-background-position-x",
- "background-position-y",
- "-ms-background-position-y",
- "-webkit-background-clip",
- "-moz-background-clip",
- "background-clip",
- "background-origin",
- "-webkit-background-size",
- "-moz-background-size",
- "-o-background-size",
- "background-size",
- "border",
- "border-width",
- "border-style",
- "border-color",
- "border-top",
- "border-top-width",
- "border-top-style",
- "border-top-color",
- "border-right",
- "border-right-width",
- "border-right-style",
- "border-right-color",
- "border-bottom",
- "border-bottom-width",
- "border-bottom-style",
- "border-bottom-color",
- "border-left",
- "border-left-width",
- "border-left-style",
- "border-left-color",
- "-webkit-box-decoration-break",
- "box-decoration-break",
- "-webkit-border-radius",
- "-moz-border-radius",
- "border-radius",
- "-webkit-border-top-left-radius",
- "-moz-border-radius-topleft",
- "border-top-left-radius",
- "-webkit-border-top-right-radius",
- "-moz-border-radius-topright",
- "border-top-right-radius",
- "-webkit-border-bottom-right-radius",
- "-moz-border-radius-bottomright",
- "border-bottom-right-radius",
- "-webkit-border-bottom-left-radius",
- "-moz-border-radius-bottomleft",
- "border-bottom-left-radius",
- "-webkit-border-image",
- "-moz-border-image",
- "-o-border-image",
- "border-image",
- "-webkit-border-image-source",
- "-moz-border-image-source",
- "-o-border-image-source",
- "border-image-source",
- "-webkit-border-image-slice",
- "-moz-border-image-slice",
- "-o-border-image-slice",
- "border-image-slice",
- "-webkit-border-image-width",
- "-moz-border-image-width",
- "-o-border-image-width",
- "border-image-width",
- "-webkit-border-image-outset",
- "-moz-border-image-outset",
- "-o-border-image-outset",
- "border-image-outset",
- "-webkit-border-image-repeat",
- "-moz-border-image-repeat",
- "-o-border-image-repeat",
- "border-image-repeat",
- "outline",
- "outline-width",
- "outline-style",
- "outline-color",
- "outline-offset",
- "-webkit-box-shadow",
- "-moz-box-shadow",
- "box-shadow",
- "filter:progid:DXImageTransform.Microsoft.Alpha(Opacity",
- "-ms-filter:\\'progid:DXImageTransform.Microsoft.Alpha",
- "opacity",
- "-ms-interpolation-mode",
- "-webkit-transition",
- "-moz-transition",
- "-ms-transition",
- "-o-transition",
- "transition",
- "-webkit-transition-delay",
- "-moz-transition-delay",
- "-ms-transition-delay",
- "-o-transition-delay",
- "transition-delay",
- "-webkit-transition-timing-function",
- "-moz-transition-timing-function",
- "-ms-transition-timing-function",
- "-o-transition-timing-function",
- "transition-timing-function",
- "-webkit-transition-duration",
- "-moz-transition-duration",
- "-ms-transition-duration",
- "-o-transition-duration",
- "transition-duration",
- "-webkit-transition-property",
- "-moz-transition-property",
- "-ms-transition-property",
- "-o-transition-property",
- "transition-property",
- "-webkit-transform",
- "-moz-transform",
- "-ms-transform",
- "-o-transform",
- "transform",
- "-webkit-transform-origin",
- "-moz-transform-origin",
- "-ms-transform-origin",
- "-o-transform-origin",
- "transform-origin",
- "-webkit-animation",
- "-moz-animation",
- "-ms-animation",
- "-o-animation",
- "animation",
- "-webkit-animation-name",
- "-moz-animation-name",
- "-ms-animation-name",
- "-o-animation-name",
- "animation-name",
- "-webkit-animation-duration",
- "-moz-animation-duration",
- "-ms-animation-duration",
- "-o-animation-duration",
- "animation-duration",
- "-webkit-animation-play-state",
- "-moz-animation-play-state",
- "-ms-animation-play-state",
- "-o-animation-play-state",
- "animation-play-state",
- "-webkit-animation-timing-function",
- "-moz-animation-timing-function",
- "-ms-animation-timing-function",
- "-o-animation-timing-function",
- "animation-timing-function",
- "-webkit-animation-delay",
- "-moz-animation-delay",
- "-ms-animation-delay",
- "-o-animation-delay",
- "animation-delay",
- "-webkit-animation-iteration-count",
- "-moz-animation-iteration-count",
- "-ms-animation-iteration-count",
- "-o-animation-iteration-count",
- "animation-iteration-count",
- "-webkit-animation-direction",
- "-moz-animation-direction",
- "-ms-animation-direction",
- "-o-animation-direction",
- "animation-direction",
- "-webkit-text-orientation",
- "-moz-text-orientation",
- "-o-text-orientation",
- "text-orientation",
- "-ms-writing-mode",
- "text-rendering",
- "-webkit-font-smoothing",
- "-moz-osx-font-smoothing",
- "font-smoothing",
- "direction",
- "unicode-bidi"
- ]
- }
-
-
-
-
-
-
-
-
-
-
-
-{{{markup}}}
-
-
-<ul class="CDB-ColorBarContainer">
- <li class="CDB-ColorBar CDB-ColorBar--spaceMedium" style="background-color: #9DE0AD;"></li>
- <li class="CDB-ColorBar CDB-ColorBar--spaceMedium" style="background-color: #50E3C2;"></li>
- <li class="CDB-ColorBar CDB-ColorBar--spaceMedium" style="background-color: #FFFFC0;"></li>
- <li class="CDB-ColorBar CDB-ColorBar--spaceMedium" style="background-color: #7ED321;"></li>
- <li class="CDB-ColorBar CDB-ColorBar--spaceMedium" style="background-color: #BD10E0;"></li>
- <li class="CDB-ColorBar CDB-ColorBar--spaceMedium" style="background-color: #F15743;"></li>
-</ul>
-
-<br>
-
-<ul class="CDB-ColorBarContainer">
- <li class="CDB-ColorBar CDB-ColorBar--spaceSmall" style="background-color: #9DE0AD;"></li>
- <li class="CDB-ColorBar CDB-ColorBar--spaceSmall" style="background-color: #50E3C2;"></li>
- <li class="CDB-ColorBar CDB-ColorBar--spaceSmall" style="background-color: #FFFFC0;"></li>
- <li class="CDB-ColorBar CDB-ColorBar--spaceSmall" style="background-color: #7ED321;"></li>
- <li class="CDB-ColorBar CDB-ColorBar--spaceSmall" style="background-color: #BD10E0;"></li>
- <li class="CDB-ColorBar CDB-ColorBar--spaceSmall" style="background-color: #F15743;"></li>
-</ul>
-
-<br>
-
-<ul class="CDB-ColorBarContainer">
- <li class="CDB-ColorBar CDB-ColorBar--spaceless" style="background-color: #9DE0AD;"></li>
- <li class="CDB-ColorBar CDB-ColorBar--spaceless" style="background-color: #50E3C2;"></li>
- <li class="CDB-ColorBar CDB-ColorBar--spaceless" style="background-color: #FFFFC0;"></li>
- <li class="CDB-ColorBar CDB-ColorBar--spaceless" style="background-color: #7ED321;"></li>
- <li class="CDB-ColorBar CDB-ColorBar--spaceless" style="background-color: #BD10E0;"></li>
- <li class="CDB-ColorBar CDB-ColorBar--spaceless" style="background-color: #F15743;"></li>
-</ul>
-
-<br>
-
-<ul class="CDB-ColorBarContainer">
- <li class="CDB-ColorBar" style="background-color: #9DE0AD;"></li>
-</ul>
-
-<br>
-
-<ul class="CDB-ColorBarContainer">
- <li class="CDB-ColorBar CDB-ColorBar-gradient" style="background: linear-gradient(90deg, #FFFECA, #9FDAB3, #36B6C5, #207EBA, #203196);"></li>
-</ul>
-
-
-<input type="range" min="100" max="500" step="50" value="300" class="CDB-Range">
-
-
-<div class="CDB-Text CDB-Size-small is-semibold u-rSpace--xl">
- <label class="u-iBlock">TOOLS</label>
- <input class="CDB-Toggle u-iBlock" type="checkbox" name="analysis">
- <span class="u-iBlock CDB-ToggleFace"></span>
- <label class="u-iBlock">SQL</label>
+<div class="Toggle">
+ <div class="CDB-Text CDB-Size-small is-semibold u-rSpace--xl">
+ <label class="u-iBlock">TOOLS</label>
+ <input class="CDB-Toggle u-iBlock" type="checkbox" name="analysis">
+ <span class="u-iBlock CDB-ToggleFace"></span>
+ <label class="u-iBlock">SQL</label>
+ </div>
+</div>
+
+<br>
+
+<div class="Toggle">
+ <div class="CDB-Text CDB-Size-small is-semibold is-disabled u-rSpace--xl">
+ <label class="u-iBlock">TOOLS</label>
+ <input class="CDB-Toggle u-iBlock" type="checkbox" name="analysis" disabled>
+ <span class="u-iBlock CDB-ToggleFace"></span>
+ <label class="u-iBlock">SQL</label>
+ </div>
</div>
-<div style="padding: 20px;">
- <div class="CDB-LoaderIcon">
- <div class="CDB-LoaderIcon-item">
- <span class="CDB-LoaderIcon-itemClose"></span>
- <span class="CDB-LoaderIcon-itemCircle"></span>
- </div>
- </div>
-</div>
+<div style="padding: 20px;">
+ <div class="CDB-LoaderIcon is-blue">
+ <svg class="CDB-LoaderIcon-spinner" viewbox="0 0 50 50">
+ <circle class="CDB-LoaderIcon-path" cx="25" cy="25" r="20" fill="none"/>
+ </svg>
+ </div>
-<div style="padding: 20px; background: #F9F9F9;">
- <div class="CDB-LoaderIcon is-grey">
- <div class="CDB-LoaderIcon-item">
- <span class="CDB-LoaderIcon-itemClose"></span>
- <span class="CDB-LoaderIcon-itemCircle"></span>
- </div>
- </div>
-</div>
+ <div class="CDB-LoaderIcon is-dark">
+ <svg class="CDB-LoaderIcon-spinner" viewbox="0 0 50 50">
+ <circle class="CDB-LoaderIcon-path" cx="25" cy="25" r="20" fill="none"/>
+ </svg>
+ </div>
+ <div class="CDB-LoaderIcon CDB-LoaderIcon--big is-dark">
+ <svg class="CDB-LoaderIcon-spinner" viewbox="0 0 50 50">
+ <circle class="CDB-LoaderIcon-path" cx="25" cy="25" r="20" fill="none"/>
+ </svg>
+ </div>
+</div>
-<div style="padding: 20px; background: #2E3C43;">
- <div class="CDB-LoaderIcon is-dark">
- <div class="CDB-LoaderIcon-item">
- <span class="CDB-LoaderIcon-itemClose"></span>
- <span class="CDB-LoaderIcon-itemCircle"></span>
- </div>
- </div>
-</div>
+<div style="padding: 20px; background: #F9F9F9;">
+ <div class="CDB-LoaderIcon is-dark">
+ <svg class="CDB-LoaderIcon-spinner" viewbox="0 0 50 50">
+ <circle class="CDB-LoaderIcon-path" cx="25" cy="25" r="20" fill="none"/>
+ </svg>
+ </div>
+ <div class="CDB-LoaderIcon CDB-LoaderIcon--big is-dark">
+ <svg class="CDB-LoaderIcon-spinner" viewbox="0 0 50 50">
+ <circle class="CDB-LoaderIcon-path" cx="25" cy="25" r="20" fill="none"/>
+ </svg>
+ </div>
+</div>
-<div style="padding: 20px; background: #E27D61;">
- <div class="CDB-LoaderIcon is-bg">
- <div class="CDB-LoaderIcon-item">
- <span class="CDB-LoaderIcon-itemClose" style="background: #E27D61"></span>
- <span class="CDB-LoaderIcon-itemCircle" style="background: #E27D61"></span>
- </div>
- </div>
-</div>
+<div style="padding: 20px; background: #2E3C43;">
+ <div class="CDB-LoaderIcon">
+ <svg class="CDB-LoaderIcon-spinner" viewbox="0 0 50 50">
+ <circle class="CDB-LoaderIcon-path" cx="25" cy="25" r="20" fill="none"/>
+ </svg>
+ </div>
+ <div class="CDB-LoaderIcon CDB-LoaderIcon--big">
+ <svg class="CDB-LoaderIcon-spinner" viewbox="0 0 50 50">
+ <circle class="CDB-LoaderIcon-path" cx="25" cy="25" r="20" fill="none"/>
+ </svg>
+ </div>
+</div>
+
+<div style="padding: 20px; background: #E27D61;">
+ <div class="CDB-LoaderIcon">
+ <svg class="CDB-LoaderIcon-spinner" viewbox="0 0 50 50">
+ <circle class="CDB-LoaderIcon-path" cx="25" cy="25" r="20" fill="none"/>
+ </svg>
+ </div>
+ <div class="CDB-LoaderIcon CDB-LoaderIcon--big">
+ <svg class="CDB-LoaderIcon-spinner" viewbox="0 0 50 50">
+ <circle class="CDB-LoaderIcon-path" cx="25" cy="25" r="20" fill="none"/>
+ </svg>
+ </div>
+</div>
This is the generic loader for widgets, maps, components, ...
+This is the generic loader for widgets, maps, components, ...
Description
+Description
Description
+Description
Description
+Description
Description
+Description
Description
+Description
Description
+Description
You may resize and change the colors of the icons with the glyph--classes. Available sizes and colors listed:
You may resize and change the colors of the icons with the glyph--classes. Available sizes and colors listed:
Description
+Description
Description
+Description
Description
+Description
Description
+Description
Description
+Description
Description
+Description
Description
+Description
Description
+Description
Open Sans 12/16 Regular
Open Sans 10/14 Semibold
Open Sans 10/14 Regular
+?All available icons in CartoDB.
+All available icons in CartoDB.
Basics
-Important notes about this styleguide
-