/* dialog.css */.dialog {position: absolute;border: 1px solid rgb(204, 204, 204);box-shadow: rgb(140, 140, 140) 0 3px 14px;display: flex;-webkit-flex-direction: column;background: white;}.dialog-contents {width: 100%;}.go-to-line-dialog {font-family: 'Lucida Grande', sans-serif;padding: 10px;font-size: inherit;}.dialog input[type=text] {font-size: inherit;height: 24px;padding-left: 2px;margin: 0 5px;}.dialog button {background-image: linear-gradient(hsl(0, 0%, 93%), hsl(0, 0%, 93%) 38%, hsl(0, 0%, 87%));border: 1px solid hsla(0, 0%, 0%, 0.25);border-radius: 2px;box-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.08), inset 0 1px 2px hsla(0, 100%, 100%, 0.75);color: hsl(0, 0%, 27%);font-size: 12px;margin: 0 1px 0 6px;text-shadow: 0 1px 0 hsl(0, 0%, 94%);min-height: 2em;padding-left: 10px;padding-right: 10px;}.dialog button:active {background-color: rgb(215, 215, 215);background-image: linear-gradient(to bottom, rgb(194, 194, 194), rgb(239, 239, 239));}.dialog input[type="search"]:focus,.dialog input[type="text"]:focus {outline: none;}/* inspectorStyle.css *//** Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.* Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>** Redistribution and use in source and binary forms, with or without* modification, are permitted provided that the following conditions* are met:** 1.  Redistributions of source code must retain the above copyright*     notice, this list of conditions and the following disclaimer.* 2.  Redistributions in binary form must reproduce the above copyright*     notice, this list of conditions and the following disclaimer in the*     documentation and/or other materials provided with the distribution.* 3.  Neither the name of Apple Computer, Inc. ("Apple") nor the names of*     its contributors may be used to endorse or promote products derived*     from this software without specific prior written permission.** THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE* DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.*/label {cursor: pointer;}label:hover input {box-shadow: 0 0 3px highlight;}fieldset[disabled] label:hover input {box-shadow: none;}.object-popover-container {display: inline-block;}.inspected-page-placeholder {background-color: white;}.toolbar-background {padding-left: 1px;border-bottom: 1px solid rgb(64%, 64%, 64%);background-origin: padding-box;background-clip: padding-box;}body .inspector-view-tabbed-pane.tabbed-pane::shadow .tabbed-pane-header {background-color: #eee;}.inspector-view-tabbed-pane.tabbed-pane::shadow .tabbed-pane-header {flex: 0 0 24px;}.inspector-view-toolbar-left {padding-left: 2px;margin-right: -5px; /* Should compensate for .tabbed-pane-header-contents margin-left. */}.inspector-view-tabbed-pane.tabbed-pane::shadow .tabbed-pane-header-tab,.inspector-view-tabbed-pane.tabbed-pane::shadow .tabbed-pane-header-tab.selected {border-width: 0 2px 0 2px;background: none;padding-right: 3px;}.inspector-view-tabbed-pane.tabbed-pane::shadow .tabbed-pane-header-tab.selected {border-width: 0 2px 0 2px;-webkit-border-image: url(Images/toolbarItemSelected.png) 0 2 0 2;}.inspector-view-close-button {float: right;padding-right: 6px;padding-left: 4px;}body.undocked .inspector-view-close-button {display: none;}.platform-windows .inspector-view-tabbed-pane.tabbed-pane::shadow .tabbed-pane-header,.platform-windows.inactive .inspector-view-tabbed-pane.tabbed-pane::shadow .tabbed-pane-header {background-image: none;}body.undocked.platform-mac .inspector-view-tabbed-pane.tabbed-pane::shadow .tabbed-pane-header {background-image: linear-gradient(to bottom, rgb(208, 208, 208), rgb(200, 200, 200)) !important;color: #333 !important;}body.undocked.platform-mac.inactive .inspector-view-tabbed-pane.tabbed-pane::shadow .tabbed-pane-header {background-image: linear-gradient(to bottom, rgb(238, 238, 238), rgb(224, 224, 224)) !important;color: #555 !important;}.close-button,.close-button-gray {background-image: url(Images/statusbarButtonGlyphs.png);background-size: 320px 144px;display: inline-block;}.close-button {width: 14px;height: 14px;background-position: -128px -96px;}.close-button-gray {width: 13px;height: 13px;background-position: -175px -96px;}@media (-webkit-min-device-pixel-ratio: 1.5) {.close-button,.close-button-gray {background-image: url(Images/statusbarButtonGlyphs_2x.png);}} /* media */.close-button:hover {background-position: -96px -96px;}.close-button:active {background-position: -111px -96px;}.close-button-gray:hover {background-position: -143px -96px;}.close-button-gray:active {background-position: -160px -96px;}.bubble-repeat-count {display: inline-block;height: 14px;background-color: rgb(128, 151, 189);vertical-align: middle;white-space: nowrap;padding: 1px 4px;text-align: left;font-size: 11px;line-height: normal;font-weight: bold;text-shadow: none;color: white;margin-top: -1px;border-radius: 7px;}.console-formatted-object,.console-formatted-map,.console-formatted-set,.console-formatted-iterator,.console-formatted-generator,.console-formatted-node,.console-formatted-array {position: relative;display: inline-block;vertical-align: top;color: inherit;}.console-formatted-node:hover {background-color: rgba(56, 121, 217, 0.1);}.console-formatted-object .section,.console-formatted-map .section,.console-formatted-set .section,.console-formatted-iterator .section,.console-formatted-generator .section,.console-formatted-node .section,.console-formatted-array .section {position: static;}.console-formatted-object .section > .header::before {margin-top: 0;}.console-formatted-object .properties-tree,.console-formatted-map .properties-tree,.console-formatted-set .properties-tree,.console-formatted-iterator .properties-tree,.console-formatted-generator .properties-tree,.console-formatted-node .properties-tree {padding-left: 0 !important;}.console-formatted-number,.console-formatted-boolean {color: rgb(28, 0, 207);}.scientific-notation-exponent {flex-shrink: 0;}.scientific-notation-mantissa {overflow: hidden;text-overflow: ellipsis;flex-shrink: 1;min-width: 1ex;}.scientific-notation-number {display: flex !important;}.console-formatted-string,.console-formatted-regexp,.console-formatted-symbol {color: rgb(196, 26, 22);white-space: pre-wrap;unicode-bidi: -webkit-isolate;}.console-formatted-null,.console-formatted-undefined {color: rgb(128, 128, 128);}.console-formatted-preview-node,.section .console-formatted-node {color: rgb(136, 18, 128);}.object-info-state-note {display: inline-block;width: 11px;height: 11px;background-color: rgb(179, 203, 247);color: white;text-align: center;border-radius: 3px;line-height: 13px;margin: 0 6px;font-size: 9px;}.object-info-state-note::before {content: "i";}.section:not(.expanded) .object-info-state-note {display: none;}.error-message {color: red;}.error-input {background-color: rgb(220, 130, 130);}.panel {display: none !important;overflow: hidden;position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 0;}.panel.visible {display: flex !important;}iframe.extension {width: 100%;height: 100%;}iframe.panel.extension {display: block;height: 100%;}.outline-disclosure {padding: 0 0 0 4px;margin: 0;}.outline-disclosure li.hovered:not(.selected) .selection {display: block;left: 3px;right: 3px;background-color: rgba(56, 121, 217, 0.1);border-radius: 5px;}.outline-disclosure li .selection {display: none;position: absolute;left: 0;right: 0;height: 15px;z-index: -1;}.outline-disclosure li.selected .selection {display: block;background-color: rgb(212, 212, 212);}.outline-disclosure li.in-clipboard .highlight {outline: 1px dotted darkgrey;}.outline-disclosure li.elements-drag-over .selection {display: block;margin-top: -2px;border-top: 2px solid rgb(56, 121, 217);}ol.outline-disclosure:focus li.selected .selection {background-color: rgb(56, 121, 217);}ol.outline-disclosure:focus li.parent.selected::before {background-color: white;}ol.outline-disclosure,.outline-disclosure ol {list-style-type: none;}.outline-disclosure-no-padding {padding: 0;}.outline-disclosure ol {padding-left: 12px;}.outline-disclosure li {margin-top: 1px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}ol.outline-disclosure:focus li.selected {color: white;}ol.outline-disclosure:focus li.selected * {color: inherit;}.outline-disclosure li::before {float: left;-webkit-user-select: none;-webkit-mask-image: url(Images/statusbarButtonGlyphs.png);-webkit-mask-size: 320px 144px;content: "a";color: transparent;text-shadow: none;position: relative;top: 2px;margin-right: 1px;width: 10px;height: 10px;}.outline-disclosure li:not(.parent)::before {background-color: transparent;}@media (-webkit-min-device-pixel-ratio: 1.5) {.outline-disclosure li::before {-webkit-mask-image: url(Images/statusbarButtonGlyphs_2x.png);}} /* media */.outline-disclosure li::before {-webkit-mask-position: -4px -96px;background-color: rgb(110, 110, 110);}.outline-disclosure li.parent.expanded::before {-webkit-mask-position: -20px -96px;}.outline-disclosure ol.children {display: none;}.outline-disclosure ol.children.expanded {display: block;}.properties-calculate-value-button:hover {text-decoration: underline;}.properties-accessor-property-name {font-style: italic;}.editing {-webkit-user-select: text;box-shadow: rgba(0, 0, 0, .5) 3px 3px 4px;outline: 1px solid rgb(66%, 66%, 66%) !important;background-color: white;-webkit-user-modify: read-write-plaintext-only;text-overflow: clip !important;padding-left: 2px;margin-left: -2px;padding-right: 2px;margin-right: -2px;margin-bottom: -1px;padding-bottom: 1px;opacity: 1.0 !important;}.editing,.editing * {color: #222 !important;text-decoration: none !important;}.child-editing {color: #222 !important;text-decoration: none !important;overflow: visible !important;}.sidebar {overflow-x: hidden;background-color: #eee;}.pane-title-button {color: rgb(6, 6, 6);background-color: transparent;border: 1px solid rgb(165, 165, 165);background-color: #eee;background-image: linear-gradient(to bottom, rgb(252, 252, 252), rgb(223, 223, 223));border-radius: 12px;-webkit-appearance: none;}.pane-title-button:active {background-color: rgb(215, 215, 215);background-image: linear-gradient(to bottom, rgb(194, 194, 194), rgb(239, 239, 239));}.sidebar-tree,.sidebar-tree .children {position: relative;padding: 0;margin: 0;list-style: none;}.sidebar-tree-section {position: relative;height: 18px;padding: 1px 10px 6px 10px;white-space: nowrap;margin-top: 1px;color: rgb(92, 110, 129);text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;}.sidebar-tree-item {position: relative;height: 36px;padding: 0 5px 0 5px;white-space: nowrap;overflow-x: hidden;overflow-y: hidden;margin-top: 1px;line-height: 34px;border-top: 1px solid transparent;}.sidebar-tree .children {display: none;}.sidebar-tree .children.expanded {display: block;}.sidebar-tree-section + .children > .sidebar-tree-item {padding-left: 10px !important;}.sidebar-tree-section + .children.small > .sidebar-tree-item {padding-left: 17px !important;}.sidebar-tree > .children > .sidebar-tree-item {padding-left: 37px;}.sidebar-tree > .children > .children > .sidebar-tree-item {padding-left: 37px;}.sidebar-tree.some-expandable > .sidebar-tree-item:not(.parent) .icon {margin-left: 16px;}.sidebar-tree-item .disclosure-button {float: left;width: 10px;height: 10px;border: 0;-webkit-mask-image: url(Images/statusbarButtonGlyphs.png);-webkit-mask-size: 320px 144px;-webkit-appearance: none;background-color: rgba(0, 0, 0, 0.75);position: relative;top: 10px;}@media (-webkit-min-device-pixel-ratio: 1.5) {.sidebar-tree-item .disclosure-button {-webkit-mask-image: url(Images/statusbarButtonGlyphs_2x.png);}} /* media */.sidebar-tree-item .disclosure-button {-webkit-mask-position: -4px -96px;}.sidebar-tree-item.selected .disclosure-button {background-color: white;-webkit-mask-position: -4px -96px;}.sidebar-tree-item.expanded .disclosure-button {-webkit-mask-position: -20px -96px;}.sidebar-tree-item.selected.expanded .disclosure-button {background-color: white;-webkit-mask-position: -20px -96px;}.sidebar-tree-item .icon {float: left;width: 32px;height: 32px;margin-top: 1px;margin-right: 3px;}.sidebar-tree-item.wait .icon {content: none;}.spinner-icon::before,.sidebar-tree-item.wait .icon::before {display: block;width: 24px;height: 24px;margin: 4px;border: 3px solid grey;border-radius: 12px;clip: rect(0, 15px, 15px, 0);content: "";position: absolute;-webkit-animation: spinner-animation 1s linear infinite;box-sizing: border-box;}.spinner-icon.small::before,.sidebar-tree-item.wait.small .icon::before {width: 14px;height: 14px;margin: 1px;clip: rect(0, 9px, 9px, 0);border-width: 2px;}.sidebar-tree-item.wait.selected .icon::before {border-color: white;}@-webkit-keyframes spinner-animation {from { transform: rotate(0); }to { transform: rotate(360deg); }}li .status {float: right;height: 16px;margin-top: 9px;margin-left: 4px;line-height: 1em;}li .status:empty {display: none;}li .status .bubble-repeat-count:empty {display: none;}li.selected .status .bubble-repeat-count {background-color: white !important;color: rgb(132, 154, 190) !important;}:focus li.selected .status .bubble-repeat-count {color: rgb(36, 98, 172) !important;}body.inactive li.selected .status .bubble-repeat-count {color: rgb(159, 159, 159) !important;}.sidebar-tree.small .sidebar-tree-item,.sidebar-tree .children.small .sidebar-tree-item,.sidebar-tree-item.small {height: 20px;}.sidebar-tree.small .sidebar-tree-item .icon,.sidebar-tree .children.small .sidebar-tree-item .icon,.sidebar-tree-item.small .icon {width: 16px;height: 16px;}.sidebar-tree.small .sidebar-tree-item .status,.sidebar-tree .children.small .sidebar-tree-item .status,.sidebar-tree-item.small .status {margin-top: 1px;}.sidebar-tree-item.selected {color: white;text-shadow: rgba(0, 0, 0, 0.33) 1px 1px 0;background-origin: padding-box;background-clip: padding-box;background-color: rgb(56, 121, 217);}:focus .sidebar-tree-item.selected {background-color: rgb(56, 121, 217);}body.inactive .sidebar-tree-item.selected {background-color: rgb(180,180,180);}.sidebar-tree-item .titles {display: flex;flex-direction: column;position: relative;top: 5px;line-height: 12px;padding-bottom: 1px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}.titles > .title-container {display: flex;}.sidebar-tree-item .titles.no-subtitle {top: 10px;}.sidebar-tree.small .sidebar-tree-item .titles,.sidebar-tree .children.small .sidebar-tree-item .titles,.sidebar-tree-item.small .titles {top: 2px;line-height: normal;}.sidebar-tree:not(.small) .sidebar-tree-item:not(.small) .title::after,.sidebar-tree .children:not(.small) .sidebar-tree-item .title::after {content: "\A";white-space: pre;}.sidebar-tree-item .subtitle {font-size: 80%;}.sidebar-tree.small .sidebar-tree-item .subtitle,.sidebar-tree .children.small .sidebar-tree-item .subtitle,.sidebar-tree-item.small .subtitle {display: none;}.sidebar-tree-item.selected .subtitle {color: white;}.bubble-repeat-count.debug,.console-debug-level .bubble-repeat-count {background-color: rgb(0, 0, 255) !important;}.bubble-repeat-count.warning,.console-warning-level .bubble-repeat-count {background-color: rgb(232, 164, 0) !important;}.bubble-repeat-count.error,.console-error-level .bubble-repeat-count {background-color: rgb(216, 35, 35) !important;}.source-frame-eval-expression {outline: 1px solid rgb(163, 41, 34);background-color: rgb(255, 255, 194);}.soft-context-menu-glass-pane {z-index: 20000;}.root-view {overflow: hidden;position: absolute !important;left: 0;top: 0;right: 0;bottom: 0;}.viewport-control-gap-element {color: transparent;}.chrome-select {-webkit-appearance: none;-webkit-user-select: none;border: 1px solid rgba(0, 0, 0, 0.25);border-radius: 2px;box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08),inset 0 1px 2px rgba(255, 255, 255, 0.75);color: #444;font: inherit;margin: 0 1px 0 0;outline: none;text-shadow: 0 1px 0 rgb(240, 240, 240);padding-right: 20px;padding-left: 6px;background-image: -webkit-image-set(url(Images/chromeSelect.png) 1x, url(Images/chromeSelect_2x.png) 2x), linear-gradient(#ededed, #ededed 38%, #dedede);background-position: right center;background-repeat: no-repeat;min-height: 24px;}.chrome-select:enabled:hover {background-image: -webkit-image-set(url(Images/chromeSelect.png) 1x, url(Images/chromeSelect_2x.png) 2x), linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);border-color: rgba(0, 0, 0, 0.3);box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12),inset 0 1px 2px rgba(255, 255, 255, 0.95);color: black;}.chrome-select:enabled:active {background-image: -webkit-image-set(url(Images/chromeSelect.png) 1x, url(Images/chromeSelect_2x.png) 2x), linear-gradient(#e7e7e7, #e7e7e7 38%, #d7d7d7);box-shadow: none;text-shadow: none;}.chrome-select:enabled:focus {/* OVERRIDE */-webkit-transition: border-color 200ms;/* We use border color because it follows the border radius (unlike outline).* This is particularly noticeable on mac. */border-color: rgb(77, 144, 254);outline: none;}body.inactive select.chrome-select,.chrome-select:disabled {background-image: -webkit-image-set(url(Images/chromeDisabledSelect.png) 1x, url(Images/chromeDisabledSelect_2x.png) 2x), linear-gradient(#f1f1f1, #f1f1f1 38%, #e6e6e6);border-color: rgba(80, 80, 80, 0.2);box-shadow: 0 1px 0 rgba(80, 80, 80, 0.08),inset 0 1px 2px rgba(255, 255, 255, 0.75);color: #aaa;}.custom-expandable-section::before {-webkit-user-select: none;background-image: url(Images/statusbarButtonGlyphs.png);background-size: 320px 144px;opacity: 0.5;content: "a";width: 8px;margin-right: 4px;padding-right: 2px;color: transparent;text-shadow: none;}.custom-expandable-section::before {background-position: -4px -96px;}.custom-expandable-section.expanded::before {background-position: -20px -96px;}/* inspectorCommon.css */html {height: 100%;overflow: hidden;}body {height: 100%;width: 100%;position: relative;overflow: hidden;margin: 0;}html /deep/ .component-root {cursor: default;font-family: Lucida Grande, sans-serif;font-size: 12px;tab-size: 4;-webkit-user-select: none;color: #222;}html /deep/ .platform-linux {color: rgb(48, 57, 66);font-family: Ubuntu, Arial, sans-serif;}html /deep/ .platform-mac {color: rgb(48, 57, 66);font-family: 'Lucida Grande', sans-serif;}html /deep/ .platform-windows {font-family: 'Segoe UI', Tahoma, sans-serif;}html /deep/ .platform-mac .monospace,html /deep/ .platform-mac .source-code {font-size: 11px !important;font-family: Menlo, monospace;}html /deep/ .platform-windows .monospace,html /deep/ .platform-windows .source-code {font-size: 12px !important;font-family: Consolas, Lucida Console, monospace;}html /deep/ .platform-linux .monospace,html /deep/ .platform-linux .source-code {font-size: 11px !important;font-family: dejavu sans mono, monospace;}body /deep/ .source-code {font-family: monospace;font-size: 11px !important;white-space: pre-wrap;}body /deep/ * {box-sizing: border-box;}body /deep/ :focus {outline: none;}body /deep/ img {-webkit-user-drag: none;}body /deep/ iframe,body /deep/ a img {border: none;}body /deep/ .fill {position: absolute;top: 0;left: 0;right: 0;bottom: 0;}body /deep/ iframe.fill {width: 100%;height: 100%;}body /deep/ .view {position: relative;flex: auto;}body /deep/ .hbox {display: flex;flex-direction: row !important;position: relative;}body /deep/ .vbox {display: flex;flex-direction: column !important;position: relative;}body /deep/ .flex-auto {flex: auto;}body /deep/ .flex-centered {display: flex;align-items: center;justify-content: center;}body /deep/ iframe.view {position: absolute;width: 100%;height: 100%;left: 0;right: 0;top: 0;bottom: 0;}body /deep/ .hidden {display: none !important;}body /deep/ .monospace {font-size: 10px !important;font-family: monospace;}body /deep/ .highlighted-search-result {border-radius: 1px;padding: 1px;margin: -1px;background-color: rgba(255, 255, 0, 0.8);}body /deep/ .link {cursor: pointer;text-decoration: underline;color: rgb(17, 85, 204);}body /deep/ button,body /deep/ input,body /deep/ select {font-family: inherit;font-size: inherit;}body /deep/ input[type="search"]:focus,body /deep/ input[type="text"]:focus {outline: auto 5px -webkit-focus-ring-color;}.overflow-auto {overflow: auto;}/* inspectorSyntaxHighlight.css *//** Copyright (C) 2009 Apple Inc.  All rights reserved.** Redistribution and use in source and binary forms, with or without* modification, are permitted provided that the following conditions* are met:** 1.  Redistributions of source code must retain the above copyright*     notice, this list of conditions and the following disclaimer.* 2.  Redistributions in binary form must reproduce the above copyright*     notice, this list of conditions and the following disclaimer in the*     documentation and/or other materials provided with the distribution.* 3.  Neither the name of Apple Computer, Inc. ("Apple") nor the names of*     its contributors may be used to endorse or promote products derived*     from this software without specific prior written permission.** THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE* DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.*/body /deep/ .cm-js-keyword {color: rgb(170, 13, 145);}body /deep/ .cm-js-number {color: rgb(28, 0, 207);}body /deep/ .cm-js-comment {color: rgb(0, 116, 0);}body /deep/ .cm-js-string {color: rgb(196, 26, 22);}body /deep/ .cm-js-string-2 {color: rgb(196, 26, 22);}body /deep/ .cm-css-keyword { color: rgb(7, 144, 154);}body /deep/ .cm-css-number {color: rgb(50, 0, 255);}body /deep/ .cm-css-comment {color: rgb(0, 116, 0);}body /deep/ .cm-css-def {color: rgb(200, 0, 0);}body /deep/ .cm-css-meta {color: rgb(200, 0, 0);}body /deep/ .cm-css-atom {color: rgb(7, 144, 154);}body /deep/ .cm-css-string {color: rgb(7, 144, 154);}body /deep/ .cm-css-string-2 {color: rgb(7, 144, 154);}body /deep/ .cm-css-link {color: rgb(7, 144, 154);}body /deep/ .cm-css-variable {color: rgb(200, 0, 0);}body /deep/ .cm-css-variable-2 {color: rgb(0, 0, 128);}body /deep/ .cm-css-property, .webkit-css-property {color: rgb(200, 0, 0);}body /deep/ .cm-xml-meta {color: rgb(192, 192, 192);}body /deep/ .cm-xml-comment {color: rgb(35, 110, 37);}body /deep/ .cm-xml-string {color: rgb(26, 26, 166);}body /deep/ .cm-xml-tag {color: rgb(136, 18, 128);}body /deep/ .cm-xml-attribute {color: rgb(153, 69, 0);}body /deep/ .cm-xml-link {color: #00e;}body /deep/ .webkit-html-comment {/* Keep this in sync with view-source.css (.webkit-html-comment) */color: rgb(35, 110, 37);}body /deep/ .webkit-html-tag {/* Keep this in sync with view-source.css (.webkit-html-tag) */color: rgb(136, 18, 128);}body /deep/ .webkit-html-pseudo-element {/* This one is non-standard. */color: brown;}body /deep/ .webkit-html-js-node,body /deep/ .webkit-html-css-node {white-space: pre;}body /deep/ .webkit-html-text-node {unicode-bidi: -webkit-isolate;}body /deep/ .webkit-html-entity-value {/* This one is non-standard. */background-color: rgba(0, 0, 0, 0.15);unicode-bidi: -webkit-isolate;}body /deep/ .webkit-html-doctype {/* Keep this in sync with view-source.css (.webkit-html-doctype) */color: rgb(192, 192, 192);}body /deep/ .webkit-html-attribute-name {/* Keep this in sync with view-source.css (.webkit-html-attribute-name) */color: rgb(153, 69, 0);unicode-bidi: -webkit-isolate;}body /deep/ .webkit-html-attribute-value {/* Keep this in sync with view-source.css (.webkit-html-attribute-value) */color: rgb(26, 26, 166);unicode-bidi: -webkit-isolate;}body /deep/ .webkit-html-external-link,body /deep/ .webkit-html-resource-link {/* Keep this in sync with view-source.css (.webkit-html-external-link, .webkit-html-resource-link) */color: #00e;}body /deep/ .webkit-html-resource-link {/* Required for consistency with view-source.css, since anchors may not have href attributes */text-decoration: underline;cursor: pointer;}body /deep/ .webkit-html-external-link {/* Keep this in sync with view-source.css (.webkit-html-external-link) */text-decoration: none;}body /deep/ .webkit-html-external-link:hover {/* Keep this in sync with view-source.css (.webkit-html-external-link:hover) */text-decoration: underline;}body /deep/ .webkit-html-end-of-file {/* Keep this in sync with view-source.css (.webkit-html-end-of-file) */color: rgb(255, 0, 0);font-weight: bold;}body /deep/ .stack-preview-async-description {padding: 3px 0 1px;font-style: italic;}body /deep/ .stack-preview-container .webkit-html-blackbox-link {opacity: 0.6;}/* popover.css */.popover-container {pointer-events: none;overflow: hidden;}.popover {position: absolute;-webkit-border-image: url(Images/popoverBackground.png) 25 25 25 25;border-width: 25px;z-index: 600;pointer-events: none;display: flex;}.popover .content {pointer-events: auto;overflow: auto;-webkit-user-select: text;line-height: 11px;flex: auto;}.popover .content.fixed-height {overflow: hidden;} .popover .arrow {position: absolute;background-image: url(Images/popoverArrows.png);width: 19px;height: 19px;margin-left: 15px;margin-top: -24px;top: 0;left: 0;}.popover.top-left-arrow .arrow {/* The default is top-left, no styles needed. */}.popover.top-right-arrow .arrow {right: 24px;left: auto;}.popover.bottom-left-arrow .arrow {top: auto;bottom: 0;margin-top: 0;margin-bottom: -24px;background-position: 0 -19px;}.popover.bottom-right-arrow .arrow {right: 15px;left: auto;top: auto;bottom: 0;margin-top: 0;margin-bottom: -24px;background-position: 0 -19px;}.source-frame-popover-title {text-overflow: ellipsis;overflow: hidden;white-space: nowrap;font-weight: bold;padding-left: 18px;}.source-frame-popover-tree {border-top: 1px solid rgb(184, 184, 184);overflow: auto;position: absolute;top: 15px;bottom: 0;left: 0;right: 0;}/* Custom popup scrollers */.custom-popup-horizontal-scroll ::-webkit-scrollbar,.custom-popup-vertical-scroll ::-webkit-scrollbar {width: 11px;height: 11px;}.custom-popup-horizontal-scroll ::-webkit-scrollbar-corner,.custom-popup-vertical-scroll ::-webkit-scrollbar-corner {display: none;}.custom-popup-horizontal-scroll ::-webkit-resizer,.custom-popup-vertical-scroll ::-webkit-resizer {display: none;}.custom-popup-horizontal-scroll ::-webkit-scrollbar-button,.custom-popup-vertical-scroll ::-webkit-scrollbar-button {display: none;}/* Custom Horizontal Scrollbar Styles */.custom-popup-horizontal-scroll ::-webkit-scrollbar:horizontal:corner-present {border-right-width: 0;}.custom-popup-horizontal-scroll ::-webkit-scrollbar-thumb:horizontal {-webkit-border-image: url(Images/thumbHoriz.png) 0 11 0 11;border-color: transparent;border-width: 0 11px;min-width: 20px;}.custom-popup-horizontal-scroll ::-webkit-scrollbar-thumb:horizontal:hover {-webkit-border-image: url(Images/thumbHoverHoriz.png) 0 11 0 11;}.custom-popup-horizontal-scroll ::-webkit-scrollbar-thumb:horizontal:active {-webkit-border-image: url(Images/thumbActiveHoriz.png) 0 11 0 11;}.custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:start {margin-left: 5px;}.custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:end {margin-right: 5px;}.custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:end:corner-present {margin-right: 4px;}.custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:decrement {-webkit-border-image: url(Images/thumbHoriz.png) 0 11 0 11;border-color: transparent;border-width: 0 0 0 11px;}.custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:increment {-webkit-border-image: url(Images/thumbHoriz.png) 0 11 0 11;border-color: transparent;border-width: 0 11px 0 0;}/* Custom Vertical Scrollbar Styles */.custom-popup-vertical-scroll ::-webkit-scrollbar:vertical:corner-present {border-bottom-width: 0;}.custom-popup-vertical-scroll ::-webkit-scrollbar-thumb:vertical {-webkit-border-image: url(Images/thumbVert.png) 11 0 11 0;border-color: transparent;border-width: 11px 0;min-height: 20px;}.custom-popup-vertical-scroll ::-webkit-scrollbar-thumb:vertical:hover {-webkit-border-image: url(Images/thumbHoverVert.png) 11 0 11 0;}.custom-popup-vertical-scroll ::-webkit-scrollbar-thumb:vertical:active {-webkit-border-image: url(Images/thumbActiveVert.png) 11 0 11 0;}.custom-popup-vertical-scroll ::-webkit-scrollbar-track-piece:vertical:decrement {}.custom-popup-vertical-scroll ::-webkit-scrollbar-track:vertical {background: linear-gradient(to right, rgb(80, 80, 80), rgb(192, 192, 192) 25%, rgb(192, 192, 192));border-radius: 5px;margin: 5px;}/* sidebarPane.css *//** Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.* Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>** Redistribution and use in source and binary forms, with or without* modification, are permitted provided that the following conditions* are met:** 1.  Redistributions of source code must retain the above copyright*     notice, this list of conditions and the following disclaimer.* 2.  Redistributions in binary form must reproduce the above copyright*     notice, this list of conditions and the following disclaimer in the*     documentation and/or other materials provided with the distribution.* 3.  Neither the name of Apple Computer, Inc. ("Apple") nor the names of*     its contributors may be used to endorse or promote products derived*     from this software without specific prior written permission.** THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE* DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.*/.sidebar-pane {position: relative;}.sidebar-pane > .body {position: relative;display: none;}.sidebar-pane > .body .info {text-align: center;font-style: italic;font-size: 90%;padding: 6px;color: #888;}.sidebar-pane.visible > .body {display: block;}.sidebar-pane .section .properties-tree {padding-left: 16px;}.sidebar-tabbed-pane .tabbed-pane-header {border-bottom: 1px solid rgb(202, 202, 202);background-color: #eee;}.sidebar-pane-stack > .sidebar-pane.visible:nth-last-of-type(1) {border-bottom: 1px solid rgb(189, 189, 189);}.sidebar-pane-title {position: relative;background-color: #eee;height: 20px;padding: 0 5px;border-top: 1px solid rgb(189, 189, 189);border-bottom: 1px solid rgb(189, 189, 189);line-height: 18px;margin-top: -1px;white-space: nowrap;overflow: hidden;}.sidebar-pane-title:active {background-color: rgb(204, 204, 204);border-top: 1px solid rgb(178, 178, 178);border-bottom: 1px solid rgb(178, 178, 178);}.sidebar-pane-title::before {background-image: url(Images/statusbarButtonGlyphs.png);background-size: 320px 144px;opacity: 0.5;float: left;width: 11px;height: 11px;margin-right: 2px;content: "a";color: transparent;position: relative;top: 3px;}@media (-webkit-min-device-pixel-ratio: 1.5) {.sidebar-pane-title::before {background-image: url(Images/statusbarButtonGlyphs_2x.png);}} /* media */.sidebar-pane-title::before {background-position: -4px -96px;}.sidebar-pane-title.expanded::before {background-position: -20px -96px;}.sidebar-pane-toolbar {line-height: 18px;left: 0;right: 4px;top: 0;height: 20px;position: absolute;pointer-events: none;}.sidebar-pane-toolbar > * {pointer-events: auto;}.sidebar-pane-toolbar > .pane-title-button,.sidebar-pane-toolbar > label {float: right;height: 16px;background-color: transparent;border: none;background-repeat: no-repeat;margin: 1px 0 0 0;padding: 0;border-radius: 0;-webkit-appearance: none;}.sidebar-pane-toolbar > .pane-title-button {width: 23px;color: transparent;}.sidebar-pane-toolbar > .pane-title-button:hover {background-position: -23px 0;}.sidebar-pane-toolbar > .pane-title-button:active,.sidebar-pane-toolbar > .pane-title-button.toggled {background-position: -46px 0;}.sidebar-pane-toolbar > .pane-title-button.add {background-image: url(Images/paneAddButtons.png);position: relative;}.sidebar-pane-toolbar > .pane-title-button.add .long-click-glyph {background-color: rgba(135, 135, 135, 1);-webkit-mask-image: url(Images/statusbarButtonGlyphs.png);-webkit-mask-position: -298px -53px;-webkit-mask-size: 320px 144px;}.sidebar-pane-toolbar > .pane-title-button.element-state {background-image: url(Images/paneElementStateButtons.png);}.sidebar-pane-toolbar > .pane-title-button.refresh {background-image: url(Images/paneRefreshButtons.png);}.sidebar-pane-toolbar > .pane-title-button.animations-controls {background-image: url(Images/paneAnimationsButtons.png);}.sidebar-pane-toolbar > label.scripts-callstack-async {margin-right: 5px;line-height: 16px;}.section > .header input[type=checkbox] {height: 1em;width: 1em;margin-left: 0;margin-top: 0;margin-bottom: 0.25em;vertical-align: bottom;}.hidden-callframes-message {text-align: center;font-style: italic;padding: 4px;color: #888;background-color: #FFFFC2;}.sidebar-pane-button-new-rule {background-image: url(Images/paneAddButtons.png);background-position: 0 0;position: absolute;height: 16px;width: 23px;right: 10px;bottom: 1px;visibility: hidden;}.styles-section.matched-styles:not(.read-only):hover .sidebar-pane-button-new-rule {visibility: visible;}.sidebar-pane-button-new-rule:hover {background-position: -23px 0;}