/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */


html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
* {
  box-sizing: border-box; }

body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #1e1e1e;
  background-color: white;
  min-width: 1024px;
  width: 100%;
  font-size: 12pt;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto; }

h1, h2, h3, h4, h5, h6, .nrd-header {
  font-family: "Lato", sans-serif;
  font-weight: 700; }

label {
  display: block;
  margin: .1em .1em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 12pt; }

.selector {
  display: inline-block;
  position: relative;
  background: #FAFAFA;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  color: #333;
  padding: 0.3em 0.6em;
  outline: none;
  -webkit-appearance: none;
  height: 2.2em;
  line-height: 1.54em;
  font-size: 10pt; }
  .selector .selector-triangle {
    float: right;
    margin-top: .3em;
    margin-left: .3em; }
  .selector:hover {
    cursor: pointer; }
  .selector ul {
    z-index: 30;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: #f0f0f0;
    border: 1px solid #DDDDDD;
    position: absolute;
    top: 2.2em;
    left: 0;
    width: 100%;
    min-width: 200px;
    max-height: 400px;
    overflow-y: auto; }

.selector-option {
  border-left: solid 2px transparent;
  padding: 0.3em 0.6em; }
  .selector-option:hover {
    background: white;
    cursor: pointer; }

.bislider {
  display: inline-block;
  min-width: 200px;
  height: 20px;
  position: relative;
  margin: 12px 5px; }

.bislider-track {
  position: absolute;
  top: 9px;
  height: 2px;
  background: #cccccc;
  left: 0;
  right: 0; }

.bislider-range {
  position: absolute;
  height: 20px;
  background: rgba(230, 230, 230, 0.5);
  top: 0;
  bottom: 0;
  pointer-events: none;
  border: 4px solid #cccccc;
  border-left: none;
  border-right: none; }

.bislider-thumb {
  height: 20px;
  position: absolute;
  top: 0;
  width: 8px;
  margin-left: -4px;
  border-radius: 2px;
  border: 4px solid #cccccc; }
  .bislider-thumb:hover {
    cursor: pointer;
    border-color: white; }
  .bislider-thumb.thumb-upper {
    border-left: none; }
  .bislider-thumb.thumb-lower {
    border-right: none; }

button {
  background: #FAFAFA;
  color: #111;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: .4em .6em;
  outline: none;
  font-size: 10pt; }
  button:hover {
    background: #f2f2f2; }
  button.hollow {
    background: none;
    border: none; }

/* Let's get this party started */
::-webkit-scrollbar {
  width: 12px; }

/* Track */
::-webkit-scrollbar-track {
  background: white; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: white; }

.kitchensink {
  width: 900px;
  margin: 0 auto;
  padding: 10px;
  background: white;
  color: white; }

.source-buttons {
  float: right; }
  .source-buttons button {
    background: none;
    font-size: 10pt;
    opacity: 0.7; }
    .source-buttons button:hover {
      opacity: 1.0; }

.source-header {
  margin-bottom: 1em; }
  .source-header .source-add {
    font-size: 10pt;
    float: right; }
  .source-header:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.source-section {
  margin-bottom: .4em;
  background: whitesmoke; }
  .source-section:after {
    content: "";
    display: table;
    clear: both; }

.slider-table {
  margin: 5px;
  margin-top: 0;
  padding-top: 10px;
  font-size: 10pt;
  display: none;
  width: 90%; }
  .slider-table tr, .slider-table td, .slider-table .bislider {
    margin: 0;
    padding: 0; }
  .slider-table .selector {
    width: 100%; }
  .slider-table td:first-child {
    width: 40%; }
  .slider-table .bislider {
    min-width: 100%;
    margin-left: 10px;
    vertical-align: middle; }
  .slider-table td {
    padding: 3px 3px; }
  .slider-table.shown {
    display: table; }
  .slider-table .selector-row td {
    vertical-align: top; }
  .slider-table .selector-row td.selector-column {
    line-height: 0; }

.center-selector .selector {
  width: 80%;
  background: none;
  font-size: 12pt;
  font-weight: 700; }

.graph-options, .operation-selector, .field-selector {
  margin-bottom: 1em; }
  .graph-options .selector, .operation-selector .selector, .field-selector .selector {
    min-width: 100%; }

.sharer {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100; }

.slider-table .logo {
  vertical-align: top;
  display: inline-block;
  height: 1em;
  width: auto;
  margin-right: .3em; }
.slider-table .logo-philips {
  height: .65em;
  margin-top: .175em; }

.nrd-graph-container {
  display: block;
  width: 100%;
  height: 768px;
  position: relative; }

#graph, #graph-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

#graph-overlay {
  z-index: 10;
  pointer-events: none; }

.graph-toggle-bars {
  font-size: 10pt;
  fill: white;
  opacity: 0.7; }
  .graph-toggle-bars:hover {
    cursor: pointer;
    opacity: 1; }

.graph-tooltip {
  color: black;
  font-size: 10pt;
  position: absolute;
  padding: .2em;
  background: rgba(250, 250, 250, 0.72);
  border: 1px solid rgba(0, 0, 0, 0.4);
  height: 1.8em;
  overflow: hidden; }

.graph-bars path {
  stroke: white; }
  .graph-bars path:hover {
    cursor: pointer; }

.graph-line path {
  fill: none;
  stroke-width: 3; }
  .graph-line path:hover {
    cursor: pointer; }

.graph-draw {
  transition: opacity 0.2s ease-in-out; }

.graph-bigperc {
  transition: opacity 0.2s ease-in-out; }
  .graph-bigperc .graph-bigperc-text, .graph-bigperc .graph-bigperc-lines {
    pointer-events: none; }
  .graph-bigperc path:hover {
    cursor: pointer; }

.graph-percentiles text {
  font-size: 9pt; }
.graph-percentiles text.percentile-name {
  fill: white; }
.graph-percentiles text.percentile-value {
  fill: #333; }
.graph-percentiles text.percentile-warning {
  fill: #e44; }

.graph-percentile-line, .graph-bigperc-lines {
  pointer-events: none;
  stroke-dasharray: 5, 5; }

.graph-axes path {
  stroke: #222; }
.graph-axes text {
  fill: #222;
  font-size: 10pt; }

.graph-bigperc-text {
  font-size: 10pt; }

.graph-bars.dataset0 path {
  fill: #e53131; }

.graph-line.dataset0 path {
  stroke: #e53131; }

.graph-percentiles.dataset0 text.percentile-name, .graph-percentiles.dataset0 path.percentile-bar {
  fill: #e53131; }

.source-section.dataset0 {
  border-left: 4px solid #e53131; }

.graph-percentile-lines.dataset0 path {
  stroke: #e53131; }

.graph-bigperc-boxes.dataset0 {
  fill: #e53131; }

.graph-bigperc-lines.dataset0 {
  stroke: #e53131; }

.graph-bars.dataset1 path {
  fill: #3877ff; }

.graph-line.dataset1 path {
  stroke: #3877ff; }

.graph-percentiles.dataset1 text.percentile-name, .graph-percentiles.dataset1 path.percentile-bar {
  fill: #3877ff; }

.source-section.dataset1 {
  border-left: 4px solid #3877ff; }

.graph-percentile-lines.dataset1 path {
  stroke: #3877ff; }

.graph-bigperc-boxes.dataset1 {
  fill: #3877ff; }

.graph-bigperc-lines.dataset1 {
  stroke: #3877ff; }

.graph-bars.dataset2 path {
  fill: #4bd54b; }

.graph-line.dataset2 path {
  stroke: #4bd54b; }

.graph-percentiles.dataset2 text.percentile-name, .graph-percentiles.dataset2 path.percentile-bar {
  fill: #4bd54b; }

.source-section.dataset2 {
  border-left: 4px solid #4bd54b; }

.graph-percentile-lines.dataset2 path {
  stroke: #4bd54b; }

.graph-bigperc-boxes.dataset2 {
  fill: #4bd54b; }

.graph-bigperc-lines.dataset2 {
  stroke: #4bd54b; }

.graph-bars.dataset3 path {
  fill: #e24be2; }

.graph-line.dataset3 path {
  stroke: #e24be2; }

.graph-percentiles.dataset3 text.percentile-name, .graph-percentiles.dataset3 path.percentile-bar {
  fill: #e24be2; }

.source-section.dataset3 {
  border-left: 4px solid #e24be2; }

.graph-percentile-lines.dataset3 path {
  stroke: #e24be2; }

.graph-bigperc-boxes.dataset3 {
  fill: #e24be2; }

.graph-bigperc-lines.dataset3 {
  stroke: #e24be2; }

.graph-bars.dataset4 path {
  fill: #f29a16; }

.graph-line.dataset4 path {
  stroke: #f29a16; }

.graph-percentiles.dataset4 text.percentile-name, .graph-percentiles.dataset4 path.percentile-bar {
  fill: #f29a16; }

.source-section.dataset4 {
  border-left: 4px solid #f29a16; }

.graph-percentile-lines.dataset4 path {
  stroke: #f29a16; }

.graph-bigperc-boxes.dataset4 {
  fill: #f29a16; }

.graph-bigperc-lines.dataset4 {
  stroke: #f29a16; }

.graph-bars.dataset5 path {
  fill: #3ba8b7; }

.graph-line.dataset5 path {
  stroke: #3ba8b7; }

.graph-percentiles.dataset5 text.percentile-name, .graph-percentiles.dataset5 path.percentile-bar {
  fill: #3ba8b7; }

.source-section.dataset5 {
  border-left: 4px solid #3ba8b7; }

.graph-percentile-lines.dataset5 path {
  stroke: #3ba8b7; }

.graph-bigperc-boxes.dataset5 {
  fill: #3ba8b7; }

.graph-bigperc-lines.dataset5 {
  stroke: #3ba8b7; }

.graph-bars.dataset6 path {
  fill: #785c42; }

.graph-line.dataset6 path {
  stroke: #785c42; }

.graph-percentiles.dataset6 text.percentile-name, .graph-percentiles.dataset6 path.percentile-bar {
  fill: #785c42; }

.source-section.dataset6 {
  border-left: 4px solid #785c42; }

.graph-percentile-lines.dataset6 path {
  stroke: #785c42; }

.graph-bigperc-boxes.dataset6 {
  fill: #785c42; }

.graph-bigperc-lines.dataset6 {
  stroke: #785c42; }

.graph-bars.dataset7 path {
  fill: #e4e44c; }

.graph-line.dataset7 path {
  stroke: #e4e44c; }

.graph-percentiles.dataset7 text.percentile-name, .graph-percentiles.dataset7 path.percentile-bar {
  fill: #e4e44c; }

.source-section.dataset7 {
  border-left: 4px solid #e4e44c; }

.graph-percentile-lines.dataset7 path {
  stroke: #e4e44c; }

.graph-bigperc-boxes.dataset7 {
  fill: #e4e44c; }

.graph-bigperc-lines.dataset7 {
  stroke: #e4e44c; }

#app {
  display: table;
  width: 100%; }

body:-webkit-full-screen {
  width: 100%;
  height: 100%; }
body:-moz-full-screen {
  width: 100%;
  height: 100%; }
body:-ms-full-screen {
  width: 100%;
  height: 100%; }
body:-o-full-screen {
  width: 100%;
  height: 100%; }
body:full-screen {
  width: 100%;
  height: 100%; }
body:fullscreen {
  width: 100%;
  height: 100%; }

.app-row {
  display: table-row; }

.panel-outer {
  background: white;
  display: table-cell;
  vertical-align: top; }
  .panel-outer h2 {
    margin-top: 0.2em; }

.nrd-controls {
  width: 450px; }

.panel-inner {
  padding: .7em;
  padding-bottom: 400px;
  height: 768px; }

.credits {
  font-size: 9pt;
  background: whitesmoke;
  border: 1px solid #e6e6e6;
  padding: .3em;
  position: fixed;
  bottom: 1em;
  left: 1em; }
