.yasgui .choices{position:relative;margin-bottom:24px;font-size:16px}.yasgui .choices:focus{outline:none}.yasgui .choices:last-child{margin-bottom:0}.yasgui .choices.is-disabled .choices__inner,.yasgui .choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.yasgui .choices.is-disabled .choices__item{cursor:not-allowed}.yasgui .choices[data-type*=select-one]{cursor:pointer}.yasgui .choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.yasgui .choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.yasgui .choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMi41OTIuMDQ0bDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjRMMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.5}.yasgui .choices[data-type*=select-one] .choices__button:focus,.yasgui .choices[data-type*=select-one] .choices__button:hover{opacity:1}.yasgui .choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.yasgui .choices[data-type*=select-one]:after{content:"";height:0;width:0;border:5px solid transparent;border-top-color:#333;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.yasgui .choices[data-type*=select-one].is-open:after{border-color:transparent transparent #333;margin-top:-7.5px}.yasgui .choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.yasgui .choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.yasgui .choices[data-type*=select-multiple] .choices__inner,.yasgui .choices[data-type*=text] .choices__inner{cursor:text}.yasgui .choices[data-type*=select-multiple] .choices__button,.yasgui .choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -4px 0 8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMi41OTIuMDQ0bDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjRMMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.yasgui .choices[data-type*=select-multiple] .choices__button:focus,.yasgui .choices[data-type*=select-multiple] .choices__button:hover,.yasgui .choices[data-type*=text] .choices__button:focus,.yasgui .choices[data-type*=text] .choices__button:hover{opacity:1}.yasgui .choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.yasgui .is-focused .choices__inner,.yasgui .is-open .choices__inner{border-color:#b7b7b7}.yasgui .is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.yasgui .is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.yasgui .choices__list{margin:0;padding-left:0;list-style:none}.yasgui .choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}.yasgui [dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.yasgui .choices__list--single .choices__item{width:100%}.yasgui .choices__list--multiple{display:inline}.yasgui .choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all}.yasgui .choices__list--multiple .choices__item[data-deletable]{padding-right:5px}.yasgui [dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.yasgui .choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.yasgui .is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.yasgui .choices__list--dropdown{display:none;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all}.yasgui .choices__list--dropdown.is-active{display:block}.yasgui .is-open .choices__list--dropdown{border-color:#b7b7b7}.yasgui .is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.yasgui .choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.yasgui .choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}.yasgui [dir=rtl] .choices__list--dropdown .choices__item{text-align:right}@media (min-width:640px){.yasgui .choices__list--dropdown .choices__item--selectable{padding-right:100px}.yasgui .choices__list--dropdown .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.yasgui [dir=rtl] .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}.yasgui [dir=rtl] .choices__list--dropdown .choices__item--selectable:after{right:auto;left:10px}}.yasgui .choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.yasgui .choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:.5}.yasgui .choices__item{cursor:default}.yasgui .choices__item--selectable{cursor:pointer}.yasgui .choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:.5}.yasgui .choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:grey}.yasgui .choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:50%;cursor:pointer}.yasgui .choices__button:focus{outline:none}.yasgui .choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.yasgui .choices__input:focus{outline:0}.yasgui [dir=rtl] .choices__input{padding-right:2px;padding-left:0}.yasgui .choices__placeholder{opacity:.5}.yasgui .choices[data-type*=select-multiple] .choices__input.is-hidden,.yasgui .choices[data-type*=select-one] .choices__input.is-hidden,.yasgui .choices__input.is-hidden{display:none}.yasgui .choices[data-type*=select-one]{margin-left:7px;z-index:6;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:35px;max-width:85vw}.yasgui .choices[data-type*=select-one]:after{border-color:#337ab7 transparent transparent;right:3px}.yasgui .choices[data-type*=select-one] .choices__input{width:-webkit-fill-available;width:-moz-available;width:stretch}.yasgui .choices[data-type*=select-one] .choices__inner{min-height:auto;background-color:inherit;border:1px solid transparent;padding:3.5px 3.5px 3.5px 7px}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.yasgui .choices[data-type*=select-one] .choices__inner{width:85vw}}@supports (-ms-ime-align:auto){.yasgui .choices[data-type*=select-one] .choices__inner{width:85vw}}.yasgui .choices[data-type*=select-one] .choices__inner .choices__list{word-break:normal}.yasgui .choices[data-type*=select-one] .choices__inner .choices__heading{color:#337ab7}.yasgui .choices[data-type*=select-one] .endpointLabel{margin:.5em 0;opacity:.5}.yasgui .choices[data-type*=select-one] .choices__list--dropdown{width:-webkit-max-content;width:-moz-max-content;width:max-content}.yasgui .choices[data-type*=select-one] .choices__list--dropdown .choices__item{padding:6px}.yasgui .choices[data-type*=select-one] .choices__list--dropdown .choices__item--selectable{display:flex;align-items:center;padding-left:12px}.yasgui .choices[data-type*=select-one] .choices__list--dropdown .choices__item--selectable .removeItem{visibility:hidden;color:#000;margin-left:7px;font-size:15px;text-shadow:0 1px 0 #fff;opacity:.2;font-weight:700;text-align:end;flex-grow:1;cursor:pointer;z-index:9999}.yasgui .choices[data-type*=select-one] .choices__list--dropdown .choices__item--selectable .removeItem:hover{opacity:.5}.yasgui .choices[data-type*=select-one] .choices__list--dropdown .choices__item--selectable.is-highlighted .removeItem{visibility:visible}.yasgui .tabContextButton{width:15px;height:15px;max-width:15px;max-height:15px;align-self:center;padding-left:10px;cursor:pointer;color:#505050;fill:#505050}.yasgui .tabContextButton .svgImg{width:inherit;height:inherit}.yasgui .tabContextButton svg{max-width:15px;max-height:15px}.yasgui .tabContextButton:hover{color:#000;fill:#000}.yasgui .controlbar{display:flex;align-content:center;max-height:35px}@media (min-width:640px){.yasgui .choices__list--dropdown .choices__item--selectable{padding-right:0}}.yasgui .tabMenu{background:#f5f5f5;z-index:7;transition:all .5s;-webkit-transform:translate3d(-100%,0,0) rotateY(90deg);transform:translate3d(-100%,0,0) rotateY(90deg);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;visibility:hidden;width:600px;border:1px solid #ccc;position:absolute;top:35px;left:0;-webkit-perspective:1500px;perspective:1500px;-webkit-perspective-origin:0 50%;perspective-origin:0 50%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.yasgui .tabMenu.open{visibility:visible;-webkit-transform:translate3d(-100%,0,0) rotateY(0deg);transform:translate3d(-100%,0,0) rotateY(0deg);transition:all .5s;left:600px}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.yasgui .tabMenu.open{min-width:600px}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.yasgui .tabMenu{height:0}}.yasgui .tabMenu .requestConfigWrapper{padding:10px;overflow:hidden;display:flex;flex-wrap:nowrap;background:#f5f5f5}.yasgui .tabMenu .requestConfigWrapper .selectorButton{background-color:transparent;border:none;border-bottom:1px solid #d1d1d1;height:30px;color:#505050;cursor:pointer}.yasgui .tabMenu .requestConfigWrapper .selectorButton:hover{color:#000;border-color:#000}.yasgui .tabMenu .requestConfigWrapper .selectorButton.selected{color:#337ab7;border-bottom:2px solid #337ab7}.yasgui .tabMenu .requestConfigWrapper .selectorButton:focus{outline:none}.yasgui .tabMenu .acceptWrapper{flex-direction:row}.yasgui .tabMenu .acceptWrapper .acceptLabel{justify-self:center}.yasgui .tabMenu .acceptWrapper .selector{flex-direction:column;display:flex;padding:2.5px 5px;flex-grow:1;width:100%}.yasgui .tabMenu .acceptWrapper .selector .selectorLabel{align-self:center;font-weight:700;font-size:small}.yasgui .tabMenu .textSetting{display:flex;flex-direction:column}.yasgui .tabMenu .textSetting .label{align-self:flex-start}.yasgui .tabMenu .textSetting .graphInput{white-space:nowrap}.yasgui .tabMenu .textSetting .textRow{flex-direction:row;flex-wrap:nowrap;white-space:nowrap}.yasgui .tabMenu .textSetting .removeButton{border:none;background:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.yasgui .tabMenu .textSetting .removeButton:hover{background:transparent;border-color:#000;color:#000;cursor:pointer}.yasgui .tabMenu .label{-webkit-text-decoration:#000;text-decoration:#000;font-weight:700;white-space:nowrap;padding-right:5px;align-self:center}.yasgui .yasqe .CodeMirror{font-family:monospace;height:300px;color:#000;direction:ltr}.yasgui .yasqe .CodeMirror-lines{padding:4px 0}.yasgui .yasqe .CodeMirror pre{padding:0 4px}.yasgui .yasqe .CodeMirror-gutter-filler,.yasgui .yasqe .CodeMirror-scrollbar-filler{background-color:#fff}.yasgui .yasqe .CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.yasgui .yasqe .CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.yasgui .yasqe .CodeMirror-guttermarker{color:#000}.yasgui .yasqe .CodeMirror-guttermarker-subtle{color:#999}.yasgui .yasqe .CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.yasgui .yasqe .CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.yasgui .yasqe .cm-fat-cursor .CodeMirror-cursor{width:auto;border:0!important;background:#7e7}.yasgui .yasqe .cm-fat-cursor div.CodeMirror-cursors{z-index:1}.yasgui .yasqe .cm-fat-cursor-mark{background-color:rgba(20,255,20,.5)}.yasgui .yasqe .cm-animate-fat-cursor,.yasgui .yasqe .cm-fat-cursor-mark{-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite}.yasgui .yasqe .cm-animate-fat-cursor{width:auto;border:0;background-color:#7e7}.yasgui .yasqe .cm-tab{display:inline-block;text-decoration:inherit}.yasgui .yasqe .CodeMirror-rulers{position:absolute;left:0;right:0;top:-50px;bottom:-20px;overflow:hidden}.yasgui .yasqe .CodeMirror-ruler{border-left:1px solid #ccc;top:0;bottom:0;position:absolute}.yasgui .yasqe .cm-s-default .cm-header{color:#00f}.yasgui .yasqe .cm-s-default .cm-quote{color:#090}.yasgui .yasqe .cm-negative{color:#d44}.yasgui .yasqe .cm-positive{color:#292}.yasgui .yasqe .cm-header,.yasgui .yasqe .cm-strong{font-weight:700}.yasgui .yasqe .cm-em{font-style:italic}.yasgui .yasqe .cm-link{text-decoration:underline}.yasgui .yasqe .cm-strikethrough{text-decoration:line-through}.yasgui .yasqe .cm-s-default .cm-keyword{color:#708}.yasgui .yasqe .cm-s-default .cm-atom{color:#219}.yasgui .yasqe .cm-s-default .cm-number{color:#164}.yasgui .yasqe .cm-s-default .cm-def{color:#00f}.yasgui .yasqe .cm-s-default .cm-variable-2{color:#05a}.yasgui .yasqe .cm-s-default .cm-type,.yasgui .yasqe .cm-s-default .cm-variable-3{color:#085}.yasgui .yasqe .cm-s-default .cm-comment{color:#a50}.yasgui .yasqe .cm-s-default .cm-string{color:#a11}.yasgui .yasqe .cm-s-default .cm-string-2{color:#f50}.yasgui .yasqe .cm-s-default .cm-meta,.yasgui .yasqe .cm-s-default .cm-qualifier{color:#555}.yasgui .yasqe .cm-s-default .cm-builtin{color:#30a}.yasgui .yasqe .cm-s-default .cm-bracket{color:#997}.yasgui .yasqe .cm-s-default .cm-tag{color:#170}.yasgui .yasqe .cm-s-default .cm-attribute{color:#00c}.yasgui .yasqe .cm-s-default .cm-hr{color:#999}.yasgui .yasqe .cm-s-default .cm-link{color:#00c}.yasgui .yasqe .cm-invalidchar,.yasgui .yasqe .cm-s-default .cm-error{color:red}.yasgui .yasqe .CodeMirror-composing{border-bottom:2px solid}.yasgui .yasqe div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}.yasgui .yasqe div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}.yasgui .yasqe .CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.yasgui .yasqe .CodeMirror-activeline-background{background:#e8f2ff}.yasgui .yasqe .CodeMirror{position:relative;overflow:hidden;background:#fff}.yasgui .yasqe .CodeMirror-scroll{overflow:scroll!important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:none;position:relative}.yasgui .yasqe .CodeMirror-sizer{position:relative;border-right:30px solid transparent}.yasgui .yasqe .CodeMirror-gutter-filler,.yasgui .yasqe .CodeMirror-hscrollbar,.yasgui .yasqe .CodeMirror-scrollbar-filler,.yasgui .yasqe .CodeMirror-vscrollbar{position:absolute;z-index:6;display:none}.yasgui .yasqe .CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.yasgui .yasqe .CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.yasgui .yasqe .CodeMirror-scrollbar-filler{right:0;bottom:0}.yasgui .yasqe .CodeMirror-gutter-filler{left:0;bottom:0}.yasgui .yasqe .CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.yasgui .yasqe .CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-30px}.yasgui .yasqe .CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:none!important;border:none!important}.yasgui .yasqe .CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.yasgui .yasqe .CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.yasgui .yasqe .CodeMirror-gutter-wrapper ::selection{background-color:transparent}.yasgui .yasqe .CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}.yasgui .yasqe .CodeMirror-lines{cursor:text;min-height:1px}.yasgui .yasqe .CodeMirror pre{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:transparent;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;-webkit-font-variant-ligatures:contextual;font-variant-ligatures:contextual}.yasgui .yasqe .CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.yasgui .yasqe .CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.yasgui .yasqe .CodeMirror-linewidget{position:relative;z-index:2;padding:.1px}.yasgui .yasqe .CodeMirror-rtl pre{direction:rtl}.yasgui .yasqe .CodeMirror-code{outline:none}.yasgui .yasqe .CodeMirror-gutter,.yasgui .yasqe .CodeMirror-gutters,.yasgui .yasqe .CodeMirror-linenumber,.yasgui .yasqe .CodeMirror-scroll,.yasgui .yasqe .CodeMirror-sizer{-moz-box-sizing:content-box;box-sizing:content-box}.yasgui .yasqe .CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.yasgui .yasqe .CodeMirror-cursor{position:absolute;pointer-events:none}.yasgui .yasqe .CodeMirror-measure pre{position:static}.yasgui .yasqe div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}.yasgui .yasqe .CodeMirror-focused div.CodeMirror-cursors,.yasgui .yasqe div.CodeMirror-dragcursors{visibility:visible}.yasgui .yasqe .CodeMirror-selected{background:#d9d9d9}.yasgui .yasqe .CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.yasgui .yasqe .CodeMirror-crosshair{cursor:crosshair}.yasgui .yasqe .CodeMirror-line::selection,.yasgui .yasqe .CodeMirror-line>span::selection,.yasgui .yasqe .CodeMirror-line>span>span::selection{background:#d7d4f0}.yasgui .yasqe .CodeMirror-line::-moz-selection,.yasgui .yasqe .CodeMirror-line>span::-moz-selection,.yasgui .yasqe .CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.yasgui .yasqe .cm-searching{background-color:#ffa;background-color:rgba(255,255,0,.4)}.yasgui .yasqe .cm-force-border{padding-right:.1px}@media print{.yasgui .yasqe .CodeMirror div.CodeMirror-cursors{visibility:hidden}}.yasgui .yasqe .cm-tab-wrap-hack:after{content:""}.yasgui .yasqe span.CodeMirror-selectedtext{background:none}.yasgui .yasqe .CodeMirror-foldmarker{color:#00f;text-shadow:#b9f 1px 1px 2px,#b9f -1px -1px 2px,#b9f 1px -1px 2px,#b9f -1px 1px 2px;font-family:arial;line-height:.3;cursor:pointer}.yasgui .yasqe .CodeMirror-foldgutter{width:.7em}.yasgui .yasqe .CodeMirror-foldgutter-folded,.yasgui .yasqe .CodeMirror-foldgutter-open{cursor:pointer}.yasgui .yasqe .CodeMirror-foldgutter-open:after{content:"\25BE"}.yasgui .yasqe .CodeMirror-foldgutter-folded:after{content:"\25B8"}.yasgui .yasqe .CodeMirror{line-height:1.5em;font-size:14px;border:1px solid #d1d1d1}.yasgui .yasqe span.cm-error{border-bottom:2px dotted red}.yasgui .yasqe .gutterErrorBar{width:4px}.yasgui .yasqe .CodeMirror-foldmarker{color:#6e2500;text-shadow:#ff935e 1px 1px 2px,#ff935e -1px -1px 2px,#ff935e 1px -1px 2px,#ff935e -1px 1px 2px;font-size:19px}.yasgui .yasqe .cm-matchhighlight{background-color:#dbdeed}.yasgui .yasqe .CodeMirror{min-height:60px}.yasgui .yasqe .svgImg{display:inline-block}.yasgui .yasqe span.shortlinkErr{font-size:small;color:red;font-weight:700;float:left}.yasgui .yasqe .CodeMirror-hint{max-width:30em}.yasgui .yasqe .notification{color:#999;background-color:#f7f7f7;position:absolute;padding:0 5px;right:0;bottom:0;font-size:90%;right:15px}.yasgui .yasqe .parseErrorIcon{width:13px;height:13px;margin-top:2px;margin-left:2px}.yasgui .yasqe .parseErrorIcon svg g{fill:red}.yasgui .yasqe .yasqe_tooltip{background:#333;background:rgba(0,0,0,.8);border-radius:5px;color:#fff;padding:5px 15px;width:220px;white-space:pre-wrap;white-space:normal;margin-top:5px}.yasgui .yasqe .notificationLoader{width:18px;height:18px;vertical-align:middle}.yasgui .yasqe .resizeWrapper{width:100%;height:10px;display:flex;align-items:center;justify-content:center;cursor:row-resize}.yasgui .yasqe .resizeChip{width:20%;height:4px;background-color:#d1d1d1;visibility:hidden;border-radius:2px}.yasgui .yasqe:hover .resizeChip{visibility:visible}.yasgui .yasqe .yasqe_btn{color:#333;background-color:#fff;border:1px solid #ccc;display:inline-block;text-align:center;vertical-align:middle;cursor:pointer;white-space:nowrap;padding:6px 12px;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible;box-sizing:border-box}.yasgui .yasqe .yasqe_btn.btn_icon{padding:4px 8px}.yasgui .yasqe .yasqe_btn.disabled,.yasgui .yasqe .yasqe_btn[disabled]{cursor:default;opacity:.5;filter:alpha(opacity=50);box-shadow:none}.yasgui .yasqe .yasqe_btn:hover{outline:0;background-color:#ebebeb;border-color:#adadad}.yasgui .yasqe .yasqe_btn.selected,.yasgui .yasqe .yasqe_btn:focus{color:#fff;outline:0;background-color:#337ab7;border-color:#337ab7}.yasgui .yasqe .yasqe_btn.btn_icon:focus{color:#333;background-color:#fff;border:1px solid #ccc}.yasgui .yasqe .yasqe_btn.yasqe_btn-sm{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.yasgui .yasqe .yasqe_buttons{position:absolute;top:10px;right:20px;z-index:5}.yasgui .yasqe .yasqe_buttons svg{fill:#505050}.yasgui .yasqe .yasqe_buttons .yasqe_share{cursor:pointer;height:25px;width:25px;margin-top:3px;display:inline-block}.yasgui .yasqe .yasqe_buttons div{vertical-align:top;margin-left:5px}.yasgui .yasqe .yasqe_buttons div.yasqe_sharePopup{position:absolute;padding:4px;margin-left:0;background-color:#fff;border:1px solid #e3e3e3;border-radius:2px;box-shadow:inset 0 1px 1px rgba(0,0,0,.05);width:600px;height:auto;display:flex}.yasgui .yasqe .yasqe_buttons div.yasqe_sharePopup .inputWrapper{flex-grow:100}.yasgui .yasqe .yasqe_buttons div.yasqe_sharePopup input{float:left;width:100%;border:0;-ms-box-sizing:border-box;-khtml-box-sizing:border-box;box-sizing:border-box}.yasgui .yasqe .yasqe_buttons div.yasqe_sharePopup button{float:right;margin-left:5px}.yasgui .yasqe .yasqe_buttons div.yasqe_sharePopup textarea{width:100%}.yasgui .yasqe .yasqe_buttons .yasqe_queryButton{display:inline-block;position:relative;cursor:pointer;width:40px;height:40px;margin-left:10px}.yasgui .yasqe .yasqe_buttons .yasqe_queryButton div{margin-left:0}.yasgui .yasqe .yasqe_buttons .yasqe_queryButton .svgImg{position:absolute;height:inherit}.yasgui .yasqe .yasqe_buttons .yasqe_queryButton .queryIcon{display:block}.yasgui .yasqe .yasqe_buttons .yasqe_queryButton .queryIcon svg{width:40px;height:40px}.yasgui .yasqe .yasqe_buttons .yasqe_queryButton.busy svg #loadingIcon{stroke-dasharray:100;-webkit-animation:dash 1.5s linear infinite;animation:dash 1.5s linear infinite;stroke-width:8px;stroke:#fff}@-webkit-keyframes dash{to{stroke-dashoffset:200}}@keyframes dash{to{stroke-dashoffset:200}}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.yasgui .yasqe .yasqe_buttons .yasqe_queryButton .warningIcon{display:none}.yasgui .yasqe .yasqe_buttons .yasqe_queryButton.query_error .warningIcon{display:block;bottom:-5px;right:0}.yasgui .yasqe .yasqe_buttons .yasqe_queryButton.query_error .warningIcon svg{width:15px;height:15px}.yasgui .yasqe .yasqe_buttons .yasqe_queryButton.query_error .warningIcon svg g{fill:red}.yasgui .yasqe .yasqe_buttons .yasqe_queryButton.query_disabled{cursor:not-allowed}.yasgui .yasqe .yasqe_buttons .yasqe_queryButton.query_disabled .queryIcon{opacity:.5;filter:alpha(opacity=50)}.yasgui .yasqe .yasqe_buttons .yasqe_queryButton .busyIcon{top:7px;left:2px;position:absolute;width:26px;height:26px;border-radius:50%;box-sizing:border-box;border:3.2px solid #505050;border-top-color:#fff;-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite}.yasgui .CodeMirror-hints{position:absolute;z-index:10;overflow:hidden;list-style:none;margin:0;padding:2px;box-shadow:2px 3px 5px rgba(0,0,0,.2);border-radius:3px;border:1px solid silver;background:#fff;font-size:90%;font-family:monospace;max-height:20em;overflow-y:auto}.yasgui .CodeMirror-hint{margin:0;padding:0 4px;border-radius:2px;white-space:pre;color:#000;cursor:pointer}.yasgui li.CodeMirror-hint-active{background:#08f;color:#fff}.CodeMirror-hints{position:absolute;z-index:10;overflow:hidden;list-style:none;margin:0;padding:2px;box-shadow:2px 3px 5px rgba(0,0,0,.2);border-radius:3px;border:1px solid silver;background:#fff;font-size:90%;font-family:monospace;max-height:20em;overflow-y:auto}.CodeMirror-hint{margin:0;padding:0 4px;border-radius:2px;white-space:pre;color:#000;cursor:pointer}li.CodeMirror-hint-active{background:#08f;color:#fff}.yasgui .yasr .svgImg{display:inline-block}.yasgui .yasr .svgImg svg{max-width:100%;max-height:100%}.yasgui .yasr .yasr_btn.yasr_downloadIcon div{width:15px;height:15px}.yasgui .yasr .btn_help{font-weight:600;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.yasgui .yasr .btn_help:active{color:#428bca;-webkit-text-decoration-color:#428bca;text-decoration-color:#428bca}.yasgui .yasr .btn_help.hidden{display:none}.yasgui .yasr a{color:#428bca;text-decoration:none}.yasgui .yasr a:active,.yasgui .yasr a:hover{outline:0;color:#2a6496;text-decoration:underline}.yasgui .yasr .yasr_btnGroup{margin:0;padding:0;list-style:none;display:flex;overflow-x:auto;overflow-y:hidden}.yasgui .yasr .yasr_btnGroup .plugin_icon{height:15px;width:15px;margin-right:5px;text-align:center}.yasgui .yasr .yasr_btnGroup .yasr_btn{border-bottom:2px solid transparent;padding-left:6px;padding-right:6px;margin-left:6px;margin-right:6px}.yasgui .yasr .yasr_btnGroup .yasr_btn.selected{border-bottom:2px solid #337ab7}@media (max-width:768px){.yasgui .yasr .yasr_btn span{display:none}.yasgui .yasr .yasr_btn .plugin_icon{margin-right:0}}.yasgui .yasr .yasr_header{display:flex;flex-wrap:wrap}.yasgui .yasr .yasr_help{margin-top:5px;border:1px solid #d1d1d1;padding:5px;background:#f7f7f7;display:none}.yasgui .yasr .yasr_help.active{display:block}.yasgui .yasr .yasr_help_variable{background:#dff0ff;color:#428bca}.yasgui .yasr .yasr_response_chip{color:#505050;background:#f5f5f5;border-radius:6px;display:flex;font-size:11pt;max-height:16pt;align-self:center;align-items:center;justify-content:center;white-space:nowrap;padding:6px;margin-left:5px;overflow:visible;box-sizing:border-box}.yasgui .yasr .yasr_response_chip.empty{display:none}.yasgui .yasr .yasr_btn,.yasgui .yasr .yasr_plugin_control{display:flex;align-items:center}.yasgui .yasr .yasr_btn{color:#505050;fill:#505050;justify-content:center;cursor:pointer;white-space:nowrap;padding:6px 12px;overflow:visible;box-sizing:border-box}.yasgui .yasr .yasr_btn.btn_icon{padding:4px 8px}.yasgui .yasr .yasr_btn.disabled,.yasgui .yasr .yasr_btn[disabled]{cursor:default;opacity:.5;box-shadow:none}.yasgui .yasr .yasr_btn:hover{fill:#000;color:#000}.yasgui .yasr .yasr_btn.selected,.yasgui .yasr .yasr_btn:focus{color:#337ab7;fill:#337ab7}.yasgui .yasr .space_element{flex-grow:1;min-width:10px}.yasgui .yasr .tableControls{display:flex;align-items:center;padding:0 5px 0 0;flex-wrap:wrap}.yasgui .yasr .tableControls .tableFilter{margin-right:10px;height:100%}.yasgui .yasr .tableControls .tableSizer{height:100%}.yasgui .yasr .dataTables_wrapper .dataTable{min-width:100%;border:1px solid #d9d9d9}.yasgui .yasr .dataTables_wrapper .dataTable.no-footer{border-bottom:1px solid #d9d9d9}.yasgui .yasr .dataTables_wrapper .dataTable thead .sorting{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7XQMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC")}.yasgui .yasr .dataTables_wrapper .dataTable thead .sorting_asc{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==")}.yasgui .yasr .dataTables_wrapper .dataTable thead .sorting_desc{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=")}.yasgui .yasr .dataTables_wrapper .dataTable thead .sorting_asc_disabled{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAW0lEQVQoz2NgoCm4w3Vnwh02wspK7/y6k01Ikdadx3f+37l9RxmfIsY7c4GKQHDiHUbcyhzvvIMq+3THBpci3jv7oIpAcMcdduzKEu/8vPMdDn/eiWQYBYMKAAC3ykIEuYQJUgAAAABJRU5ErkJggg==")}.yasgui .yasr .dataTables_wrapper .dataTable thead .sorting_desc_disabled{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAWUlEQVQoz2NgGAWDCtyJvPPzznc4/HknEbsy9js77vyHw313eHGZZ3PnE1TRuzuOuK1lvDMRqmzuHUZ87lO+cxuo6PEdLUIeyb7z604pYf+y3Zlwh4u2YQoAc7ZCBHH4jigAAAAASUVORK5CYII=")}.yasgui .yasr .dataTables_wrapper .dataTable tr:nth-child(2n){background-color:#f9f9f9}.yasgui .yasr .dataTables_wrapper .dataTable thead tr th{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-right:1px dotted grey;font-weight:400;overflow:hidden;border-bottom:none;padding:8px 16px 8px 10px}.yasgui .yasr .dataTables_wrapper .dataTable thead tr th:last-child{border-right:none}.yasgui .yasr .dataTables_wrapper .dataTable td{border-top:1px solid #ddd}.yasgui .yasr .dataTables_wrapper .dataTable td>div{padding:5px 5px 5px 7px;word-break:break-all;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.yasgui .yasr .dataTables_wrapper div.dataTables_paginate.paging_simple_numbers a.paginate_button{border:none;background:transparent}.yasgui .yasr .dataTables_wrapper div.dataTables_paginate.paging_simple_numbers a.paginate_button .disabled{color:#505050}.yasgui .yasr .dataTables_wrapper div.dataTables_paginate.paging_simple_numbers a.paginate_button.current{border:none;background:transparent;text-decoration:underline!important}.yasgui .yasr .dataTables_wrapper div.dataTables_paginate.paging_simple_numbers a.paginate_button:hover{border:none;background:transparent}.yasgui .yasr .dataTables_wrapper div.dataTables_paginate.paging_simple_numbers a.paginate_button:hover:not(.disabled){color:#000!important}.yasgui .yasr .dataTables_wrapper div.dataTables_paginate.paging_simple_numbers a.paginate_button:active{box-shadow:none}.yasgui .yasr table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}.yasgui .yasr table.dataTable tfoot th,.yasgui .yasr table.dataTable thead th{font-weight:700}.yasgui .yasr table.dataTable thead td,.yasgui .yasr table.dataTable thead th{padding:10px 18px;border-bottom:1px solid #111}.yasgui .yasr table.dataTable thead td:active,.yasgui .yasr table.dataTable thead th:active{outline:none}.yasgui .yasr table.dataTable tfoot td,.yasgui .yasr table.dataTable tfoot th{padding:10px 18px 6px;border-top:1px solid #111}.yasgui .yasr table.dataTable thead .sorting,.yasgui .yasr table.dataTable thead .sorting_asc,.yasgui .yasr table.dataTable thead .sorting_asc_disabled,.yasgui .yasr table.dataTable thead .sorting_desc,.yasgui .yasr table.dataTable thead .sorting_desc_disabled{cursor:pointer;*cursor:hand;background-repeat:no-repeat;background-position:100%}.yasgui .yasr table.dataTable tbody tr{background-color:#fff}.yasgui .yasr table.dataTable tbody tr.selected{background-color:#b0bed9}.yasgui .yasr table.dataTable tbody td,.yasgui .yasr table.dataTable tbody th{padding:8px 10px}.yasgui .yasr table.dataTable.display tbody td,.yasgui .yasr table.dataTable.display tbody th,.yasgui .yasr table.dataTable.row-border tbody td,.yasgui .yasr table.dataTable.row-border tbody th{border-top:1px solid #ddd}.yasgui .yasr table.dataTable.display tbody tr:first-child td,.yasgui .yasr table.dataTable.display tbody tr:first-child th,.yasgui .yasr table.dataTable.row-border tbody tr:first-child td,.yasgui .yasr table.dataTable.row-border tbody tr:first-child th{border-top:none}.yasgui .yasr table.dataTable.cell-border tbody td,.yasgui .yasr table.dataTable.cell-border tbody th{border-top:1px solid #ddd;border-right:1px solid #ddd}.yasgui .yasr table.dataTable.cell-border tbody tr td:first-child,.yasgui .yasr table.dataTable.cell-border tbody tr th:first-child{border-left:1px solid #ddd}.yasgui .yasr table.dataTable.cell-border tbody tr:first-child td,.yasgui .yasr table.dataTable.cell-border tbody tr:first-child th{border-top:none}.yasgui .yasr table.dataTable.display tbody tr.odd,.yasgui .yasr table.dataTable.stripe tbody tr.odd{background-color:#f9f9f9}.yasgui .yasr table.dataTable.display tbody tr.odd.selected,.yasgui .yasr table.dataTable.stripe tbody tr.odd.selected{background-color:#abb9d3}.yasgui .yasr table.dataTable.display tbody tr:hover,.yasgui .yasr table.dataTable.hover tbody tr:hover{background-color:#f5f5f5}.yasgui .yasr table.dataTable.display tbody tr:hover.selected,.yasgui .yasr table.dataTable.hover tbody tr:hover.selected{background-color:#a9b7d1}.yasgui .yasr table.dataTable.display tbody tr>.sorting_1,.yasgui .yasr table.dataTable.display tbody tr>.sorting_2,.yasgui .yasr table.dataTable.display tbody tr>.sorting_3,.yasgui .yasr table.dataTable.order-column tbody tr>.sorting_1,.yasgui .yasr table.dataTable.order-column tbody tr>.sorting_2,.yasgui .yasr table.dataTable.order-column tbody tr>.sorting_3{background-color:#f9f9f9}.yasgui .yasr table.dataTable.display tbody tr.selected>.sorting_1,.yasgui .yasr table.dataTable.display tbody tr.selected>.sorting_2,.yasgui .yasr table.dataTable.display tbody tr.selected>.sorting_3,.yasgui .yasr table.dataTable.order-column tbody tr.selected>.sorting_1,.yasgui .yasr table.dataTable.order-column tbody tr.selected>.sorting_2,.yasgui .yasr table.dataTable.order-column tbody tr.selected>.sorting_3{background-color:#acbad4}.yasgui .yasr table.dataTable.display tbody tr.odd>.sorting_1,.yasgui .yasr table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}.yasgui .yasr table.dataTable.display tbody tr.odd>.sorting_2,.yasgui .yasr table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}.yasgui .yasr table.dataTable.display tbody tr.odd>.sorting_3,.yasgui .yasr table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:#f5f5f5}.yasgui .yasr table.dataTable.display tbody tr.odd.selected>.sorting_1,.yasgui .yasr table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b3cd}.yasgui .yasr table.dataTable.display tbody tr.odd.selected>.sorting_2,.yasgui .yasr table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a7b5ce}.yasgui .yasr table.dataTable.display tbody tr.odd.selected>.sorting_3,.yasgui .yasr table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b6d0}.yasgui .yasr table.dataTable.display tbody tr.even>.sorting_1,.yasgui .yasr table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#f9f9f9}.yasgui .yasr table.dataTable.display tbody tr.even>.sorting_2,.yasgui .yasr table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fbfbfb}.yasgui .yasr table.dataTable.display tbody tr.even>.sorting_3,.yasgui .yasr table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fdfdfd}.yasgui .yasr table.dataTable.display tbody tr.even.selected>.sorting_1,.yasgui .yasr table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad4}.yasgui .yasr table.dataTable.display tbody tr.even.selected>.sorting_2,.yasgui .yasr table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#adbbd6}.yasgui .yasr table.dataTable.display tbody tr.even.selected>.sorting_3,.yasgui .yasr table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}.yasgui .yasr table.dataTable.display tbody tr:hover>.sorting_1,.yasgui .yasr table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}.yasgui .yasr table.dataTable.display tbody tr:hover>.sorting_2,.yasgui .yasr table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ebebeb}.yasgui .yasr table.dataTable.display tbody tr:hover>.sorting_3,.yasgui .yasr table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#eee}.yasgui .yasr table.dataTable.display tbody tr:hover.selected>.sorting_1,.yasgui .yasr table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a1aec7}.yasgui .yasr table.dataTable.display tbody tr:hover.selected>.sorting_2,.yasgui .yasr table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a2afc8}.yasgui .yasr table.dataTable.display tbody tr:hover.selected>.sorting_3,.yasgui .yasr table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a4b2cb}.yasgui .yasr table.dataTable.no-footer{border-bottom:1px solid #111}.yasgui .yasr table.dataTable.nowrap td,.yasgui .yasr table.dataTable.nowrap th{white-space:nowrap}.yasgui .yasr table.dataTable.compact thead td,.yasgui .yasr table.dataTable.compact thead th{padding:4px 17px 4px 4px}.yasgui .yasr table.dataTable.compact tbody td,.yasgui .yasr table.dataTable.compact tbody th,.yasgui .yasr table.dataTable.compact tfoot td,.yasgui .yasr table.dataTable.compact tfoot th{padding:4px}.yasgui .yasr table.dataTable td.dt-left,.yasgui .yasr table.dataTable th.dt-left{text-align:left}.yasgui .yasr table.dataTable td.dataTables_empty,.yasgui .yasr table.dataTable td.dt-center,.yasgui .yasr table.dataTable th.dt-center{text-align:center}.yasgui .yasr table.dataTable td.dt-right,.yasgui .yasr table.dataTable th.dt-right{text-align:right}.yasgui .yasr table.dataTable td.dt-justify,.yasgui .yasr table.dataTable th.dt-justify{text-align:justify}.yasgui .yasr table.dataTable td.dt-nowrap,.yasgui .yasr table.dataTable th.dt-nowrap{white-space:nowrap}.yasgui .yasr table.dataTable tfoot td.dt-head-left,.yasgui .yasr table.dataTable tfoot th.dt-head-left,.yasgui .yasr table.dataTable thead td.dt-head-left,.yasgui .yasr table.dataTable thead th.dt-head-left{text-align:left}.yasgui .yasr table.dataTable tfoot td.dt-head-center,.yasgui .yasr table.dataTable tfoot th.dt-head-center,.yasgui .yasr table.dataTable thead td.dt-head-center,.yasgui .yasr table.dataTable thead th.dt-head-center{text-align:center}.yasgui .yasr table.dataTable tfoot td.dt-head-right,.yasgui .yasr table.dataTable tfoot th.dt-head-right,.yasgui .yasr table.dataTable thead td.dt-head-right,.yasgui .yasr table.dataTable thead th.dt-head-right{text-align:right}.yasgui .yasr table.dataTable tfoot td.dt-head-justify,.yasgui .yasr table.dataTable tfoot th.dt-head-justify,.yasgui .yasr table.dataTable thead td.dt-head-justify,.yasgui .yasr table.dataTable thead th.dt-head-justify{text-align:justify}.yasgui .yasr table.dataTable tfoot td.dt-head-nowrap,.yasgui .yasr table.dataTable tfoot th.dt-head-nowrap,.yasgui .yasr table.dataTable thead td.dt-head-nowrap,.yasgui .yasr table.dataTable thead th.dt-head-nowrap{white-space:nowrap}.yasgui .yasr table.dataTable tbody td.dt-body-left,.yasgui .yasr table.dataTable tbody th.dt-body-left{text-align:left}.yasgui .yasr table.dataTable tbody td.dt-body-center,.yasgui .yasr table.dataTable tbody th.dt-body-center{text-align:center}.yasgui .yasr table.dataTable tbody td.dt-body-right,.yasgui .yasr table.dataTable tbody th.dt-body-right{text-align:right}.yasgui .yasr table.dataTable tbody td.dt-body-justify,.yasgui .yasr table.dataTable tbody th.dt-body-justify{text-align:justify}.yasgui .yasr table.dataTable tbody td.dt-body-nowrap,.yasgui .yasr table.dataTable tbody th.dt-body-nowrap{white-space:nowrap}.yasgui .yasr table.dataTable,.yasgui .yasr table.dataTable td,.yasgui .yasr table.dataTable th{box-sizing:content-box}.yasgui .yasr .dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.yasgui .yasr .dataTables_wrapper .dataTables_length{float:left}.yasgui .yasr .dataTables_wrapper .dataTables_filter{float:right;text-align:right}.yasgui .yasr .dataTables_wrapper .dataTables_filter input{margin-left:.5em}.yasgui .yasr .dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:.755em}.yasgui .yasr .dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:.25em}.yasgui .yasr .dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:.5em 1em;margin-left:2px;text-align:center;text-decoration:none!important;cursor:pointer;*cursor:hand;color:#333!important;border:1px solid transparent;border-radius:2px}.yasgui .yasr .dataTables_wrapper .dataTables_paginate .paginate_button.current,.yasgui .yasr .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333!important;border:1px solid #979797;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#dcdcdc));background:-webkit-linear-gradient(top,#fff,#dcdcdc);background:-moz-linear-gradient(top,#fff 0,#dcdcdc 100%);background:-ms-linear-gradient(top,#fff 0,#dcdcdc 100%);background:-o-linear-gradient(top,#fff 0,#dcdcdc 100%);background:linear-gradient(180deg,#fff,#dcdcdc)}.yasgui .yasr .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.yasgui .yasr .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,.yasgui .yasr .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{cursor:default;color:#666!important;border:1px solid transparent;background:transparent;box-shadow:none}.yasgui .yasr .dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:#fff!important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#585858),color-stop(100%,#111));background:-webkit-linear-gradient(top,#585858,#111);background:-moz-linear-gradient(top,#585858 0,#111 100%);background:-ms-linear-gradient(top,#585858 0,#111 100%);background:-o-linear-gradient(top,#585858 0,#111 100%);background:linear-gradient(180deg,#585858,#111)}.yasgui .yasr .dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#2b2b2b),color-stop(100%,#0c0c0c));background:-webkit-linear-gradient(top,#2b2b2b,#0c0c0c);background:-moz-linear-gradient(top,#2b2b2b 0,#0c0c0c 100%);background:-ms-linear-gradient(top,#2b2b2b 0,#0c0c0c 100%);background:-o-linear-gradient(top,#2b2b2b 0,#0c0c0c 100%);background:linear-gradient(180deg,#2b2b2b,#0c0c0c);box-shadow:inset 0 0 3px #111}.yasgui .yasr .dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.yasgui .yasr .dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:#fff;background:-webkit-gradient(linear,left top,right top,color-stop(0,hsla(0,0%,100%,0)),color-stop(25%,hsla(0,0%,100%,.9)),color-stop(75%,hsla(0,0%,100%,.9)),color-stop(100%,hsla(0,0%,100%,0)));background:-webkit-linear-gradient(left,hsla(0,0%,100%,0),hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0));background:-moz-linear-gradient(left,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0) 100%);background:-ms-linear-gradient(left,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0) 100%);background:-o-linear-gradient(left,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0) 100%);background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0))}.yasgui .yasr .dataTables_wrapper .dataTables_filter,.yasgui .yasr .dataTables_wrapper .dataTables_info,.yasgui .yasr .dataTables_wrapper .dataTables_length,.yasgui .yasr .dataTables_wrapper .dataTables_paginate,.yasgui .yasr .dataTables_wrapper .dataTables_processing{color:#333}.yasgui .yasr .dataTables_wrapper .dataTables_scroll{clear:both}.yasgui .yasr .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.yasgui .yasr .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td,.yasgui .yasr .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.yasgui .yasr .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.yasgui .yasr .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th{vertical-align:middle}.yasgui .yasr .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing,.yasgui .yasr .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.yasgui .yasr .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.yasgui .yasr .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing{height:0;overflow:hidden;margin:0!important;padding:0!important}.yasgui .yasr .dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.yasgui .yasr .dataTables_wrapper.no-footer div.dataTables_scrollBody>table,.yasgui .yasr .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable{border-bottom:none}.yasgui .yasr .dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width:767px){.yasgui .yasr .dataTables_wrapper .dataTables_info,.yasgui .yasr .dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.yasgui .yasr .dataTables_wrapper .dataTables_paginate{margin-top:.5em}}@media screen and (max-width:640px){.yasgui .yasr .dataTables_wrapper .dataTables_filter,.yasgui .yasr .dataTables_wrapper .dataTables_length{float:none;text-align:center}.yasgui .yasr .dataTables_wrapper .dataTables_filter{margin-top:.5em}}.yasgui .yasr .booleanResult{display:flex;align-items:center;justify-content:center}.yasgui .yasr .booleanResult svg{margin-bottom:-10px;margin-right:7px}.yasgui .yasr .yasr_results .CodeMirror{border:1px solid #d1d1d1;margin-top:5px;height:100%}.yasgui .yasr .CodeMirror{font-family:monospace;height:300px;color:#000;direction:ltr}.yasgui .yasr .CodeMirror-lines{padding:4px 0}.yasgui .yasr .CodeMirror pre{padding:0 4px}.yasgui .yasr .CodeMirror-gutter-filler,.yasgui .yasr .CodeMirror-scrollbar-filler{background-color:#fff}.yasgui .yasr .CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.yasgui .yasr .CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.yasgui .yasr .CodeMirror-guttermarker{color:#000}.yasgui .yasr .CodeMirror-guttermarker-subtle{color:#999}.yasgui .yasr .CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.yasgui .yasr .CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.yasgui .yasr .cm-fat-cursor .CodeMirror-cursor{width:auto;border:0!important;background:#7e7}.yasgui .yasr .cm-fat-cursor div.CodeMirror-cursors{z-index:1}.yasgui .yasr .cm-fat-cursor-mark{background-color:rgba(20,255,20,.5)}.yasgui .yasr .cm-animate-fat-cursor,.yasgui .yasr .cm-fat-cursor-mark{-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite}.yasgui .yasr .cm-animate-fat-cursor{width:auto;border:0;background-color:#7e7}@-moz-keyframes blink{50%{background-color:transparent}}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.yasgui .yasr .cm-tab{display:inline-block;text-decoration:inherit}.yasgui .yasr .CodeMirror-rulers{position:absolute;left:0;right:0;top:-50px;bottom:-20px;overflow:hidden}.yasgui .yasr .CodeMirror-ruler{border-left:1px solid #ccc;top:0;bottom:0;position:absolute}.yasgui .yasr .cm-s-default .cm-header{color:#00f}.yasgui .yasr .cm-s-default .cm-quote{color:#090}.yasgui .yasr .cm-negative{color:#d44}.yasgui .yasr .cm-positive{color:#292}.yasgui .yasr .cm-header,.yasgui .yasr .cm-strong{font-weight:700}.yasgui .yasr .cm-em{font-style:italic}.yasgui .yasr .cm-link{text-decoration:underline}.yasgui .yasr .cm-strikethrough{text-decoration:line-through}.yasgui .yasr .cm-s-default .cm-keyword{color:#708}.yasgui .yasr .cm-s-default .cm-atom{color:#219}.yasgui .yasr .cm-s-default .cm-number{color:#164}.yasgui .yasr .cm-s-default .cm-def{color:#00f}.yasgui .yasr .cm-s-default .cm-variable-2{color:#05a}.yasgui .yasr .cm-s-default .cm-type,.yasgui .yasr .cm-s-default .cm-variable-3{color:#085}.yasgui .yasr .cm-s-default .cm-comment{color:#a50}.yasgui .yasr .cm-s-default .cm-string{color:#a11}.yasgui .yasr .cm-s-default .cm-string-2{color:#f50}.yasgui .yasr .cm-s-default .cm-meta,.yasgui .yasr .cm-s-default .cm-qualifier{color:#555}.yasgui .yasr .cm-s-default .cm-builtin{color:#30a}.yasgui .yasr .cm-s-default .cm-bracket{color:#997}.yasgui .yasr .cm-s-default .cm-tag{color:#170}.yasgui .yasr .cm-s-default .cm-attribute{color:#00c}.yasgui .yasr .cm-s-default .cm-hr{color:#999}.yasgui .yasr .cm-s-default .cm-link{color:#00c}.yasgui .yasr .cm-invalidchar,.yasgui .yasr .cm-s-default .cm-error{color:red}.yasgui .yasr .CodeMirror-composing{border-bottom:2px solid}.yasgui .yasr div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}.yasgui .yasr div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}.yasgui .yasr .CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.yasgui .yasr .CodeMirror-activeline-background{background:#e8f2ff}.yasgui .yasr .CodeMirror{position:relative;overflow:hidden;background:#fff}.yasgui .yasr .CodeMirror-scroll{overflow:scroll!important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:none;position:relative}.yasgui .yasr .CodeMirror-sizer{position:relative;border-right:30px solid transparent}.yasgui .yasr .CodeMirror-gutter-filler,.yasgui .yasr .CodeMirror-hscrollbar,.yasgui .yasr .CodeMirror-scrollbar-filler,.yasgui .yasr .CodeMirror-vscrollbar{position:absolute;z-index:6;display:none}.yasgui .yasr .CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.yasgui .yasr .CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.yasgui .yasr .CodeMirror-scrollbar-filler{right:0;bottom:0}.yasgui .yasr .CodeMirror-gutter-filler{left:0;bottom:0}.yasgui .yasr .CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.yasgui .yasr .CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-30px}.yasgui .yasr .CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:none!important;border:none!important}.yasgui .yasr .CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.yasgui .yasr .CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.yasgui .yasr .CodeMirror-gutter-wrapper ::selection{background-color:transparent}.yasgui .yasr .CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}.yasgui .yasr .CodeMirror-lines{cursor:text;min-height:1px}.yasgui .yasr .CodeMirror pre{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:transparent;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;-webkit-font-variant-ligatures:contextual;font-variant-ligatures:contextual}.yasgui .yasr .CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.yasgui .yasr .CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.yasgui .yasr .CodeMirror-linewidget{position:relative;z-index:2;padding:.1px}.yasgui .yasr .CodeMirror-rtl pre{direction:rtl}.yasgui .yasr .CodeMirror-code{outline:none}.yasgui .yasr .CodeMirror-gutter,.yasgui .yasr .CodeMirror-gutters,.yasgui .yasr .CodeMirror-linenumber,.yasgui .yasr .CodeMirror-scroll,.yasgui .yasr .CodeMirror-sizer{-moz-box-sizing:content-box;box-sizing:content-box}.yasgui .yasr .CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.yasgui .yasr .CodeMirror-cursor{position:absolute;pointer-events:none}.yasgui .yasr .CodeMirror-measure pre{position:static}.yasgui .yasr div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}.yasgui .yasr .CodeMirror-focused div.CodeMirror-cursors,.yasgui .yasr div.CodeMirror-dragcursors{visibility:visible}.yasgui .yasr .CodeMirror-selected{background:#d9d9d9}.yasgui .yasr .CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.yasgui .yasr .CodeMirror-crosshair{cursor:crosshair}.yasgui .yasr .CodeMirror-line::selection,.yasgui .yasr .CodeMirror-line>span::selection,.yasgui .yasr .CodeMirror-line>span>span::selection{background:#d7d4f0}.yasgui .yasr .CodeMirror-line::-moz-selection,.yasgui .yasr .CodeMirror-line>span::-moz-selection,.yasgui .yasr .CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.yasgui .yasr .cm-searching{background-color:#ffa;background-color:rgba(255,255,0,.4)}.yasgui .yasr .cm-force-border{padding-right:.1px}@media print{.yasgui .yasr .CodeMirror div.CodeMirror-cursors{visibility:hidden}}.yasgui .yasr .cm-tab-wrap-hack:after{content:""}.yasgui .yasr span.CodeMirror-selectedtext{background:none}.yasgui .yasr .errorResult{padding:10px}.yasgui .yasr .errorResult .errorHeader{overflow:hidden}.yasgui .yasr .errorResult .errorHeader .yasr_tryQuery{float:right;text-decoration:none;padding-top:3px;padding-bottom:3px}.yasgui .yasr .errorResult .errorHeader span.status{display:inline-block;padding:.35em .5em;font-size:75%;font-weight:600;line-height:1.35;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em;color:#fff;background-color:#dc3545}.yasgui .yasr .errorResult pre{display:block;padding:10px;margin:10px 0;font-size:13px;line-height:1.42857;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.yasgui .yasr .errorResult .corsMessage{color:#a94442;background-color:#f2dede;margin-top:10px;padding:5px;border:1px solid #ebccd1;border-radius:4px}.yasgui .yasr .leaflet-cluster-anim .leaflet-marker-icon,.yasgui .yasr .leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.yasgui .yasr .leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.yasgui .yasr .marker-cluster-small{background-color:rgba(181,226,140,.6)}.yasgui .yasr .marker-cluster-small div{background-color:rgba(110,204,57,.6)}.yasgui .yasr .marker-cluster-medium{background-color:rgba(241,211,87,.6)}.yasgui .yasr .marker-cluster-medium div{background-color:rgba(240,194,12,.6)}.yasgui .yasr .marker-cluster-large{background-color:rgba(253,156,115,.6)}.yasgui .yasr .marker-cluster-large div{background-color:rgba(241,128,23,.6)}.yasgui .yasr .leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.yasgui .yasr .leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.yasgui .yasr .leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.yasgui .yasr .leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.yasgui .yasr .leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.yasgui .yasr .leaflet-oldie .marker-cluster-large div{background-color:#f18017}.yasgui .yasr .marker-cluster{background-clip:padding-box;border-radius:20px}.yasgui .yasr .marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.yasgui .yasr .marker-cluster span{line-height:30px}.yasgui .yasr .leaflet-image-layer,.yasgui .yasr .leaflet-layer,.yasgui .yasr .leaflet-marker-icon,.yasgui .yasr .leaflet-marker-shadow,.yasgui .yasr .leaflet-pane,.yasgui .yasr .leaflet-pane>canvas,.yasgui .yasr .leaflet-pane>svg,.yasgui .yasr .leaflet-tile,.yasgui .yasr .leaflet-tile-container,.yasgui .yasr .leaflet-zoom-box{position:absolute;left:0;top:0}.yasgui .yasr .leaflet-container{overflow:hidden}.yasgui .yasr .leaflet-marker-icon,.yasgui .yasr .leaflet-marker-shadow,.yasgui .yasr .leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.yasgui .yasr .leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.yasgui .yasr .leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.yasgui .yasr .leaflet-marker-icon,.yasgui .yasr .leaflet-marker-shadow{display:block}.yasgui .yasr .leaflet-container .leaflet-marker-pane img,.yasgui .yasr .leaflet-container .leaflet-overlay-pane svg,.yasgui .yasr .leaflet-container .leaflet-shadow-pane img,.yasgui .yasr .leaflet-container .leaflet-tile,.yasgui .yasr .leaflet-container .leaflet-tile-pane img,.yasgui .yasr .leaflet-container img.leaflet-image-layer{max-width:none!important;max-height:none!important}.yasgui .yasr .leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.yasgui .yasr .leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.yasgui .yasr .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.yasgui .yasr .leaflet-container{-webkit-tap-highlight-color:transparent}.yasgui .yasr .leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.yasgui .yasr .leaflet-tile{filter:inherit;visibility:hidden}.yasgui .yasr .leaflet-tile-loaded{visibility:inherit}.yasgui .yasr .leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.yasgui .yasr .leaflet-overlay-pane svg{-moz-user-select:none}.yasgui .yasr .leaflet-pane{z-index:400}.yasgui .yasr .leaflet-tile-pane{z-index:200}.yasgui .yasr .leaflet-overlay-pane{z-index:400}.yasgui .yasr .leaflet-shadow-pane{z-index:500}.yasgui .yasr .leaflet-marker-pane{z-index:600}.yasgui .yasr .leaflet-tooltip-pane{z-index:650}.yasgui .yasr .leaflet-popup-pane{z-index:700}.yasgui .yasr .leaflet-map-pane canvas{z-index:100}.yasgui .yasr .leaflet-map-pane svg{z-index:200}.yasgui .yasr .leaflet-vml-shape{width:1px;height:1px}.yasgui .yasr .lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.yasgui .yasr .leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.yasgui .yasr .leaflet-bottom,.yasgui .yasr .leaflet-top{position:absolute;z-index:1000;pointer-events:none}.yasgui .yasr .leaflet-top{top:0}.yasgui .yasr .leaflet-right{right:0}.yasgui .yasr .leaflet-bottom{bottom:0}.yasgui .yasr .leaflet-left{left:0}.yasgui .yasr .leaflet-control{float:left;clear:both}.yasgui .yasr .leaflet-right .leaflet-control{float:right}.yasgui .yasr .leaflet-top .leaflet-control{margin-top:10px}.yasgui .yasr .leaflet-bottom .leaflet-control{margin-bottom:10px}.yasgui .yasr .leaflet-left .leaflet-control{margin-left:10px}.yasgui .yasr .leaflet-right .leaflet-control{margin-right:10px}.yasgui .yasr .leaflet-fade-anim .leaflet-tile{will-change:opacity}.yasgui .yasr .leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.yasgui .yasr .leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.yasgui .yasr .leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.yasgui .yasr .leaflet-zoom-anim .leaflet-zoom-animated{will-change:transform;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.yasgui .yasr .leaflet-pan-anim .leaflet-tile,.yasgui .yasr .leaflet-zoom-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.yasgui .yasr .leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.yasgui .yasr .leaflet-interactive{cursor:pointer}.yasgui .yasr .leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.yasgui .yasr .leaflet-crosshair,.yasgui .yasr .leaflet-crosshair .leaflet-interactive{cursor:crosshair}.yasgui .yasr .leaflet-control,.yasgui .yasr .leaflet-popup-pane{cursor:auto}.yasgui .yasr .leaflet-dragging .leaflet-grab,.yasgui .yasr .leaflet-dragging .leaflet-grab .leaflet-interactive,.yasgui .yasr .leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.yasgui .yasr .leaflet-image-layer,.yasgui .yasr .leaflet-marker-icon,.yasgui .yasr .leaflet-marker-shadow,.yasgui .yasr .leaflet-pane>svg path,.yasgui .yasr .leaflet-tile-container{pointer-events:none}.yasgui .yasr .leaflet-image-layer.leaflet-interactive,.yasgui .yasr .leaflet-marker-icon.leaflet-interactive,.yasgui .yasr .leaflet-pane>svg path.leaflet-interactive{pointer-events:visiblePainted;pointer-events:auto}.yasgui .yasr .leaflet-container{background:#ddd;outline:0}.yasgui .yasr .leaflet-container a{color:#0078a8}.yasgui .yasr .leaflet-container a.leaflet-active{outline:2px solid orange}.yasgui .yasr .leaflet-zoom-box{border:2px dotted #38f;background:hsla(0,0%,100%,.5)}.yasgui .yasr .leaflet-container{font:12px/1.5 Helvetica Neue,Arial,Helvetica,sans-serif}.yasgui .yasr .leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.yasgui .yasr .leaflet-bar a,.yasgui .yasr .leaflet-bar a:hover{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.yasgui .yasr .leaflet-bar a,.yasgui .yasr .leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.yasgui .yasr .leaflet-bar a:hover{background-color:#f4f4f4}.yasgui .yasr .leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.yasgui .yasr .leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.yasgui .yasr .leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.yasgui .yasr .leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.yasgui .yasr .leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.yasgui .yasr .leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.yasgui .yasr .leaflet-control-zoom-in,.yasgui .yasr .leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.yasgui .yasr .leaflet-touch .leaflet-control-zoom-in,.yasgui .yasr .leaflet-touch .leaflet-control-zoom-out{font-size:22px}.yasgui .yasr .leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.yasgui .yasr .leaflet-control-layers-toggle{width:36px;height:36px}.yasgui .yasr .leaflet-retina .leaflet-control-layers-toggle{background-size:26px 26px}.yasgui .yasr .leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.yasgui .yasr .leaflet-control-layers-expanded .leaflet-control-layers-toggle,.yasgui .yasr .leaflet-control-layers .leaflet-control-layers-list{display:none}.yasgui .yasr .leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.yasgui .yasr .leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.yasgui .yasr .leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.yasgui .yasr .leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.yasgui .yasr .leaflet-control-layers label{display:block}.yasgui .yasr .leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.yasgui .yasr .leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.7);margin:0}.yasgui .yasr .leaflet-control-attribution,.yasgui .yasr .leaflet-control-scale-line{padding:0 5px;color:#333}.yasgui .yasr .leaflet-control-attribution a{text-decoration:none}.yasgui .yasr .leaflet-control-attribution a:hover{text-decoration:underline}.yasgui .yasr .leaflet-container .leaflet-control-attribution,.yasgui .yasr .leaflet-container .leaflet-control-scale{font-size:11px}.yasgui .yasr .leaflet-left .leaflet-control-scale{margin-left:5px}.yasgui .yasr .leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.yasgui .yasr .leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;font-size:11px;white-space:nowrap;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;background:hsla(0,0%,100%,.5)}.yasgui .yasr .leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.yasgui .yasr .leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.yasgui .yasr .leaflet-touch .leaflet-bar,.yasgui .yasr .leaflet-touch .leaflet-control-attribution,.yasgui .yasr .leaflet-touch .leaflet-control-layers{box-shadow:none}.yasgui .yasr .leaflet-touch .leaflet-bar,.yasgui .yasr .leaflet-touch .leaflet-control-layers{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.yasgui .yasr .leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.yasgui .yasr .leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.yasgui .yasr .leaflet-popup-content{margin:13px 19px;line-height:1.4}.yasgui .yasr .leaflet-popup-content p{margin:18px 0}.yasgui .yasr .leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-left:-20px;overflow:hidden;pointer-events:none}.yasgui .yasr .leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.yasgui .yasr .leaflet-popup-content-wrapper,.yasgui .yasr .leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.yasgui .yasr .leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;padding:4px 4px 0 0;border:none;text-align:center;width:18px;height:14px;font:16px/14px Tahoma,Verdana,sans-serif;color:#c3c3c3;text-decoration:none;font-weight:700;background:transparent}.yasgui .yasr .leaflet-container a.leaflet-popup-close-button:hover{color:#999}.yasgui .yasr .leaflet-popup-scrolled{overflow:auto;border-bottom:1px solid #ddd;border-top:1px solid #ddd}.yasgui .yasr .leaflet-oldie .leaflet-popup-content-wrapper{zoom:1}.yasgui .yasr .leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)}.yasgui .yasr .leaflet-oldie .leaflet-popup-tip-container{margin-top:-1px}.yasgui .yasr .leaflet-oldie .leaflet-control-layers,.yasgui .yasr .leaflet-oldie .leaflet-control-zoom,.yasgui .yasr .leaflet-oldie .leaflet-popup-content-wrapper,.yasgui .yasr .leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.yasgui .yasr .leaflet-div-icon{background:#fff;border:1px solid #666}.yasgui .yasr .leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.yasgui .yasr .leaflet-tooltip.leaflet-clickable{cursor:pointer;pointer-events:auto}.yasgui .yasr .leaflet-tooltip-bottom:before,.yasgui .yasr .leaflet-tooltip-left:before,.yasgui .yasr .leaflet-tooltip-right:before,.yasgui .yasr .leaflet-tooltip-top:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.yasgui .yasr .leaflet-tooltip-bottom{margin-top:6px}.yasgui .yasr .leaflet-tooltip-top{margin-top:-6px}.yasgui .yasr .leaflet-tooltip-bottom:before,.yasgui .yasr .leaflet-tooltip-top:before{left:50%;margin-left:-6px}.yasgui .yasr .leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.yasgui .yasr .leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.yasgui .yasr .leaflet-tooltip-left{margin-left:-6px}.yasgui .yasr .leaflet-tooltip-right{margin-left:6px}.yasgui .yasr .leaflet-tooltip-left:before,.yasgui .yasr .leaflet-tooltip-right:before{top:50%;margin-top:-6px}.yasgui .yasr .leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.yasgui .yasr .leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@-webkit-keyframes leaflet-gestures-fadein{0%{opacity:0}to{opacity:1}}@keyframes leaflet-gestures-fadein{0%{opacity:0}to{opacity:1}}.yasgui .yasr .leaflet-container:after{-webkit-animation:leaflet-gestures-fadein .8s backwards;animation:leaflet-gestures-fadein .8s backwards;color:#fff;font-family:Roboto,Arial,sans-serif;font-size:22px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:461;pointer-events:none}.yasgui .yasr .leaflet-gesture-handling-scroll-warning:after,.yasgui .yasr .leaflet-gesture-handling-touch-warning:after{-webkit-animation:leaflet-gestures-fadein .8s forwards;animation:leaflet-gestures-fadein .8s forwards}.yasgui .yasr .leaflet-gesture-handling-touch-warning:after{content:attr(data-gesture-handling-touch-content)}.yasgui .yasr .leaflet-gesture-handling-scroll-warning:after{content:attr(data-gesture-handling-scroll-content)}.yasgui .yasr .yasr_btnGroup .select_geo .plugin_icon{margin-right:0}.yasgui .yasr .yasr_results .leaflet{height:800px;width:100%;margin-top:10px}.yasgui .yasr .yasr_results .leaflet .leaflet-marker-icon.leaflet-div-icon{background-color:transparent;border:0}.yasgui .yasr .yasr_results .leaflet .leaflet-control-layers-toggle{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=")}.yasgui .yasr .yasr_plugin_control .visualizationSelector{margin-right:12px}.yasgui .yasr .yasr_plugin_control .visualizationSelector .selector_button{background-color:transparent;border:none;border-bottom:1px solid #d1d1d1;height:30px;color:#505050;cursor:pointer}.yasgui .yasr .yasr_plugin_control .visualizationSelector .selector_button:hover{color:#000;border-color:#000}.yasgui .yasr .yasr_plugin_control .visualizationSelector .selector_button.selected{color:#337ab7;border-bottom:2px solid #337ab7}.yasgui .yasr .yasr_plugin_control .visualizationSelector .selector_button:focus{outline:none}.yasgui .yasr .cesium_hover{display:none;position:absolute;pointer-events:none;padding:3px;margin:0;border:.5px solid grey;bottom:0;left:0;background:#fff;height:fit-content(10px)}.yasgui .yasr .cesium_hove .active{display:block}.yasgui .yasr .cesium-infoBox-title{background:#666}.yasgui .yasr .cesium-credit-logoContainer{display:none!important}.yasgui .yasr .cesium-viewer .cesium-widget-credits{bottom:5px;left:5px;position:absolute}.yasgui .yasr .pvtUi{color:#333}.yasgui .yasr table.pvtTable{font-size:8pt;text-align:left;border-collapse:collapse}.yasgui .yasr table.pvtTable tbody tr th,.yasgui .yasr table.pvtTable thead tr th{background-color:#e6eeee;border:1px solid #cdcdcd;font-size:8pt;padding:5px}.yasgui .yasr table.pvtTable .pvtColLabel{text-align:center}.yasgui .yasr table.pvtTable .pvtTotalLabel{text-align:right}.yasgui .yasr table.pvtTable tbody tr td{color:#3d3d3d;padding:5px;background-color:#fff;border:1px solid #cdcdcd;vertical-align:top;text-align:right}.yasgui .yasr .pvtGrandTotal,.yasgui .yasr .pvtTotal{font-weight:700}.yasgui .yasr .pvtVals{text-align:center;white-space:nowrap}.yasgui .yasr .pvtColOrder,.yasgui .yasr .pvtRowOrder{cursor:pointer;width:15px;margin-left:5px;display:inline-block}.yasgui .yasr .pvtAggregator{margin-bottom:5px}.yasgui .yasr .pvtAxisContainer,.yasgui .yasr .pvtVals{border:1px solid grey;background:#eee;padding:5px;min-width:20px;min-height:20px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.yasgui .yasr .pvtAxisContainer li{padding:8px 6px;list-style-type:none;cursor:move}.yasgui .yasr .pvtAxisContainer li.pvtPlaceholder{-webkit-border-radius:5px;padding:3px 15px;-moz-border-radius:5px;border-radius:5px;border:1px dashed #aaa}.yasgui .yasr .pvtAxisContainer li span.pvtAttr{-webkit-text-size-adjust:100%;background:#f3f3f3;border:1px solid #dedede;padding:2px 5px;white-space:nowrap;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.yasgui .yasr .pvtTriangle{cursor:pointer;color:grey}.yasgui .yasr .pvtHorizList li{display:inline}.yasgui .yasr .pvtVertList{vertical-align:top}.yasgui .yasr .pvtFilteredAttribute{font-style:italic}.yasgui .yasr .pvtFilterBox{z-index:100;width:300px;border:1px solid grey;background-color:#fff;position:absolute;text-align:center}.yasgui .yasr .pvtFilterBox h4{margin:15px}.yasgui .yasr .pvtFilterBox p{margin:10px auto}.yasgui .yasr .pvtFilterBox label{font-weight:400}.yasgui .yasr .pvtFilterBox input[type=checkbox]{margin-right:10px;margin-left:10px}.yasgui .yasr .pvtFilterBox input[type=text]{width:230px}.yasgui .yasr .pvtFilterBox .count{color:grey;font-weight:400;margin-left:3px}.yasgui .yasr .pvtCheckContainer{text-align:left;font-size:14px;white-space:nowrap;overflow-y:scroll;width:100%;max-height:250px;border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3}.yasgui .yasr .pvtCheckContainer p{margin:5px}.yasgui .yasr .pvtRendererArea{padding:5px}.yasgui .gchartWrapper{width:100%;height:600px;margin-top:2px}.yasgui .gchartConfig{padding:0 0 auto}.yasgui .edit_icon{width:15px;height:15px;padding-right:5px}.yasgui .google-visualization-charteditor-dialog{z-index:6}.yasgui .pivotTable{margin-top:5px}.yasgui .pivotTable>table{background-color:#fff}.yasgui .pivotTable td.pvtAxisContainer,.yasgui .pivotTable td.pvtVals{background-color:transparent}.yasgui .pivotTable .pvtUi{table-layout:fixed;max-width:100%}.yasgui .pivotTable li span.pvtAttr{background-color:#337ab7;padding:4px 7px}.yasgui .pivotTable li span.pvtAttr svg{fill:#fff}.yasgui .pivotTable li span.pvtAttr div{margin-left:6px;vertical-align:middle}.yasgui .pivotTable .pvtCols{vertical-align:top}.yasgui .pivotTable table.pvtTable tr th{background-color:#f2f2f2}.yasgui .pivotTable table.pvtTable tr th.pvtAxisLabel{background-color:#337ab7;color:#fff}.yasgui .pivotTable .pvtRendererArea{width:100%;height:100%}.yasgui .pivotTable .containerHeader{margin-left:8px;margin-bottom:8px;font-style:italic;font-size:110%;color:#999;text-align:left}.yasgui .pivotTable .pvtAttr .svgImg{width:14px;height:14px}.yasgui .pivotTable .node{border:1px solid #fff;font:10px sans-serif;line-height:12px;overflow:hidden;position:absolute;text-indent:2px}.yasgui .openPivotGchart{float:right;position:relative;display:none;top:-38px;margin-bottom:-38px}.yasgui div.yasr_btn.hidden{display:none}.yasgui .yasr .galleryWrapper{display:flex;max-width:100%;flex-flow:row wrap;box-shadow:inset 0 6px 6px -6px #ccc;justify-content:center}.yasgui .yasr .itemWrapper{margin:10px;padding:1em;box-shadow:2px 2px 4px 0 #ccc;width:-webkit-min-content;width:-moz-min-content;width:min-content}.yasgui .yasr .itemWrapper *{max-height:300px}.yasgui .tabPanel{display:none;position:relative}.yasgui .tabPanel.active{display:block}.yasgui .yasr{margin-top:5px}.yasgui .yasgui_textfield.yasgui_endpointWrapper{max-width:300px;margin:0 5px 5px;padding-top:10px}.yasgui.context-menu{position:absolute;z-index:10;background:#fff;min-width:160px;font-size:14px;border:1px solid rgba(0,0,0,.15);border-bottom-right-radius:4px;border-bottom-left-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.yasgui.context-menu hr{margin:8px auto;border:none;border-top:1px solid #aaa;border-bottom:1px solid #fff}.yasgui.context-menu .context-menu-list{padding:0}.yasgui.context-menu .context-menu-item{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857;color:#333;white-space:nowrap;cursor:pointer}.yasgui.context-menu .context-menu-item:hover{text-decoration:none;color:#000;background-color:#f5f5f5}.yasgui.context-menu .context-menu-item.disabled{text-decoration:none;color:grey;background-color:#e5e5e5;cursor:not-allowed}.yasgui .tabsList{display:flex;flex-wrap:wrap}.yasgui .tabsList .sortable-placeholder{min-width:100px;min-height:35px;border:2px dotted #888}.yasgui .tabsList a{cursor:pointer;display:flex;align-items:center;justify-content:center;min-height:35px;border-bottom:2px solid transparent;box-sizing:border-box}.yasgui .tabsList .addTab{margin-left:15px;font-size:120%;font-weight:800;padding:0 5px 2px}.yasgui .tabsList .addTab:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.yasgui .tabsList .tab{position:relative}.yasgui .tabsList .tab .loader{display:none;background-color:#d5d5d5;height:2px;position:absolute;bottom:0;left:0;right:100%;-webkit-animation-name:slide;animation-name:slide;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes slide{0%{left:0;right:100%}70%{left:0;right:0}to{left:100%;right:0}}@keyframes slide{0%{left:0;right:100%}70%{left:0;right:0}to{left:100%;right:0}}.yasgui .tabsList .tab.active .loader{background-color:#9fc4e4}.yasgui .tabsList .tab:hover .loader{background-color:#337ab7}.yasgui .tabsList .tab.querying .loader{display:block}.yasgui .tabsList .tab.active a{border-bottom-color:#337ab7;color:#555}.yasgui .tabsList .tab input{display:none;outline:none;border:none}.yasgui .tabsList .tab.renaming .closeTab,.yasgui .tabsList .tab.renaming span{display:none}.yasgui .tabsList .tab.renaming input{display:block}.yasgui .tabsList .tab a{font-weight:600;color:#888;font-size:15px;line-height:1.5rem;font-weight:500;min-width:120px;padding:0 24px 0 30px;white-space:nowrap;overflow:hidden}.yasgui .tabsList .tab a:hover{border-bottom-color:#9fc4e4;color:#555}.yasgui .tabsList .tab a .closeTab{color:#000;margin-left:7px;font-size:15px;text-shadow:0 1px 0 #fff;opacity:.2;font-weight:700;padding:2px}.yasgui .tabsList .tab a .closeTab:hover{opacity:.5}article.story{counter-reset:section;width:100%;display:flex}article.story .stories-query{margin:0}article.story .yasgui .yasr{margin-top:0}article.story .stories-headers{box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);z-index:5;width:25%}article.story .stories-headers .stories-header{border-top:1px solid #acdaff;padding:10px}article.story .stories-headers .stories-header:first-child{border-top:0}article.story .stories-headers .stories-header .stories-title-wrapper{display:flex;align-items:center}article.story .stories-headers .stories-header .stories-title-wrapper .stories-title{align-items:center;display:flex;cursor:pointer;flex-grow:1}article.story .stories-headers .stories-header .stories-title-wrapper .stories-title:before{color:#4e8dc1;padding:0 10px;font-size:30pt;counter-increment:section;content:counter(section)}article.story .stories-headers .stories-header .stories-title-wrapper.stories-expanded .stories-toggle .stories-eye{display:none}article.story .stories-headers .stories-header .stories-title-wrapper.stories-expanded .stories-toggle .stories-eye-slash{display:block}article.story .stories-headers .stories-header .stories-title-wrapper .stories-toggle{flex-grow:0;max-height:20px;max-width:20px;cursor:pointer}article.story .stories-headers .stories-header .stories-title-wrapper .stories-toggle .stories-eye-slash,article.story .stories-headers .stories-header header{display:none}article.story .stories-headers .stories-header.stories-active header{display:block}article.story .stories-queries{width:75%}article.story .stories-queries query{display:none}article.story .stories-queries query.stories-active{display:block}.stories-query{margin:15px 0;display:block}.stories-query.hideControls .pvtUi td:not(.pvtRendererArea):not(.pvtVal):not(.pvtTotal){display:none}.stories-query.showControls .pvtUi{table-layout:auto}.stories-query.showControls .toggler .svgImg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.stories-query .toggler{max-height:30px;cursor:pointer;width:100%;display:flex;align-content:center;justify-content:center}.stories-query .toggler:hover{background-color:#f7f7f7}.stories-query.hideControls .controlbar,.stories-query.hideControls .yasqe,.stories-query.hideControls .yasr_header{display:none}.stories-query .yasgui .yasr .yasr_results>*{margin-top:0}.stories-query .yasgui .yasr .leaflet-gesture-handling-scroll-warning:after,.stories-query .yasgui .yasr .leaflet-gesture-handling-touch-warning:after{content:none}.stories-query .yasgui .tabsList{display:none}.stories-query .loaderWrapper{background:#f3f3f3;height:500px;display:flex;justify-content:center}.stories-query .loader{border:8px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:60px;height:60px;-webkit-animation:spin 1.5s ease-out infinite;animation:spin 1.5s ease-out infinite;align-self:center}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.yasgui a{color:#337ab7;text-decoration:none}.yasgui .yasgui_textfield{display:block;padding-top:18.75px;position:relative}.yasgui .yasgui_textfield>label{position:absolute;top:0;display:block;width:100%;color:rgba(0,0,0,.54);font-size:12px;font-weight:400;line-height:15px;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.yasgui .yasgui_textfield>input,.yasgui .yasgui_textfield>textarea{box-sizing:border-box;display:block;color:rgba(0,0,0,.87);border:none;border-bottom:1px solid rgba(0,0,0,.26);outline:none;width:100%;padding:0;box-shadow:none;border-radius:0;font-size:15px;font-family:inherit;line-height:inherit;background-image:none}.yasgui .yasgui_textfield>input:focus,.yasgui .yasgui_textfield>textarea:focus{border-color:#337ab7;border-width:2px}.yasgui .yasgui_textfield>input:focus~label,.yasgui .yasgui_textfield>textarea:focus~label{color:#337ab7}.modal-dialog.google-visualization-charteditor-dialog{z-index:11;width:auto;margin:inherit}.modal-dialog.google-visualization-charteditor-dialog .charts-flat-menu-button{box-sizing:content-box}