.header{grid-area:header}.sidebar{grid-area:sidebar}.content{grid-area:content;align-self:center}.footer{grid-area:footer}#container{display:grid;grid-template-columns:25% auto;grid-template-areas:"header header" "sidebar content" "sidebar footer"}#container .sidebar{z-index:100;background-color:#106cc8;height:100vh;position:fixed;width:25%}#container .sidebar .md-button{width:95%;color:#fff}#container .sidebar .heading{background-color:#106cc8;background:-webkit-linear-gradient(#185694,#106cc8);background:linear-gradient(#185694,#106cc8);border-bottom:1px solid #267ed5;flex-shrink:0;z-index:2}#container .sidebar .heading a{text-decoration:none;font-weight:400;transition:border-bottom .35s}#container .sidebar .heading .logo{text-align:center;display:flex;flex-direction:column;align-items:center;padding:0;margin:0 auto}#container .sidebar .heading .logo>img{height:100px;width:auto;display:block;transform-origin:50% 0;transform:scale(1.2);border-radius:50%;margin:40px}#container .header{padding-bottom:70px}#container .header md-toolbar{min-height:48px}#container .header .md-toolbar-tools{max-height:48px}#container .content{padding:5px;min-height:100vh}#container .footer{display:flex;margin-top:30px;padding:12px;font-size:14px;background:#3f51b5;align-items:center;color:hsla(0,0%,100%,.87)}#container .footer .logo{justify-self:start}#container .footer .logo img{display:block;transform-origin:50% 0;transform:scale(.9);border-radius:50%}#container .footer .description{margin-left:auto;margin-right:auto}#container .fixed-toolbar{position:fixed}#container .docs-toolbar-tools{max-width:864px;padding:0;margin:0 24px;width:auto}.impl-radial-column{display:flex;flex-direction:row;justify-content:space-between}code{font-family:inherit}.impl-palyer-timeline{width:480px;height:auto;padding:20px}.section-body iframe{border:none}.img-wrap{max-width:700px}div>img{box-shadow:0 0 10px #999;width:700px;height:auto}#player-root{display:flex;flex-direction:column}#player-root .g-player .line-markers{stroke-linecap:round;stroke-width:10;cursor:pointer}#player-root .g-player .dataset-inline{stroke:#dcc96b}#player-root .g-player .icon-markers{font-family:FontAwesome;font-size:24px;opacity:.8;cursor:pointer}#player-root .g-player .cssselectorval{cursor:pointer}#player-root .g-player .rect-player-slider-bg{fill:rgba(0,0,0,.5)}#player-root .g-player .dataset-label{text-anchor:center;font-size:.7em;font-weight:700;text-transform:capitalize;letter-spacing:.1em;fill:#555}#player-root .g-player .track{stroke:#777;stroke-opacity:.2;stroke-width:3px}#player-root .g-player .vc-slider-track{stroke:#777;stroke-opacity:.2;stroke-width:1px}#player-root .g-player .track-cursor{stroke:#777;stroke-opacity:.5;stroke-width:3px}#player-root .g-player .vc-slider-track-cursor{stroke:#777;stroke-opacity:.5;stroke-width:1px}#player-root .g-player .track-buffer-progress{stroke:#777;stroke-opacity:.7;stroke-width:3px}#player-root .g-player .track-progress{stroke:#f12b24;stroke-width:3px}#player-root .g-player .vc-slider-track-progress{stroke:#ccc;stroke-width:1px}#player-root .g-player .track-overlay,#player-root .g-player .vc-slider-track-overlay{pointer-events:stroke;stroke-width:20px}#player-root .g-player .slider-circle{fill:#f12b24;r:6}#player-root .g-player .vc-slider-circle{fill:#ccc;r:6}#player-root .g-player .player-clickable{cursor:pointer}#player-root .g-player .player-noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#player-root .g-player .player-debug-audio-buffer{stroke-width:20px}#player-root #player-controls button.md-fab.play-btn{background-color:#51addf;border-color:#51addf}#player-root #player-controls button.md-fab.volume-btn{background-color:#51addf;border-color:#51addf;transition:all .3s ease 0s}#player-root #player-controls #time{margin-right:auto;margin-left:10px}#player-root #player-tooltip{font-size:10px;border-radius:3px;box-shadow:0 0 5px #999;padding:10px;background-color:#fff;color:#000;position:relative;display:initial;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#player-root.dark-player .track,#player-root.dark-player .track-buffer-progress,#player-root.dark-player .track-cursor,#player-root.dark-player .track-overlay,#player-root.dark-player .track-progress,#player-root.dark-player .vc-slider-track,#player-root.dark-player .vc-slider-track-cursor,#player-root.dark-player .vc-slider-track-overlay,#player-root.dark-player .vc-slider-track-progress{mix-blend-mode:screen}#player-root.light-player .track,#player-root.light-player .track-buffer-progress,#player-root.light-player .track-cursor,#player-root.light-player .track-overlay,#player-root.light-player .track-progress,#player-root.light-player .vc-slider-track,#player-root.light-player .vc-slider-track-cursor,#player-root.light-player .vc-slider-track-overlay,#player-root.light-player .vc-slider-track-progress{mix-blend-mode:multiply}#player-root.light-player #player-controls #time{color:#000}#player-root .client-video-stream{width:640px;max-width:100%;padding-top:5px;padding-bottom:5px;margin:auto}#player-root #volume-control{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}body{font-family:Roboto,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px;font-weight:400;line-height:28px;color:rgba(0,0,0,.54);background-color:#fff}.section-body{display:flex;flex-direction:column;text-align:center;align-items:center}.section-body .section-description{text-align:justify;margin-left:100px;margin-right:100px}div.newline{width:15%;border:1px solid #000;margin:0 auto 5px}#radial-col-chart-root{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding-top:5px}#radial-col-chart-root .circle-background,#radial-col-chart-root .rect-background{fill:#e0e0e0}#radial-col-chart-root .radial-column-label{font-size:.8em;font-weight:900;text-align:center;font-size:.6em;font-weight:400;text-anchor:middle;dominant-baseline:middle;text-transform:uppercase}#radial-col-chart-root #radial-col-chart-tooltip{font-size:.8em;font-weight:900;text-align:center;border-radius:3px;box-shadow:0 0 5px #999;background-color:#fff;position:absolute;text-align:left;display:none;max-width:170px;color:#000;padding-bottom:2px;animation-duration:.4s;animation-fill-mode:forwards;animation-name:anim-open;animation-timing-function:cubic-bezier(.6,0,.4,1);padding:5px;z-index:99}#radial-col-chart-root #radial-col-chart-tooltip #tip-content{padding:5px}#radial-col-chart-root .center-hover-tooltip{display:flex;justify-content:space-between;width:100px;line-height:13px}#sessions-tl-chart-root #sessions-tl-chart-container{display:flex;align-items:center;position:relative}#sessions-tl-chart-root #sessions-tl-chart-svg{margin-right:auto;margin-left:auto}#sessions-tl-chart-root #sessions-tl-brush-chart-svg{box-shadow:0 0 5px #999;background-color:#fff;right:0;position:absolute}#sessions-tl-chart-root .sessions-tl-chart-progress{margin-top:auto;margin-bottom:auto}#sessions-tl-chart-root .group-stlc-el-lc-polyline,#sessions-tl-chart-root .sessionsnav-polyline{opacity:.3}#sessions-tl-chart-root .group-stlc-el-lc-polyline-stroke{stroke-width:1.5}#sessions-tl-chart-root .group-stlc-el-lc-polyline-label{text-anchor:start;font-size:.6em;font-weight:600;font-style:italic;text-anchor:middle}#sessions-tl-chart-root .group-stlc-mbc-el-tl-label,#sessions-tl-chart-root .session-date-label{text-anchor:middle;font-size:.6em;font-weight:700;text-transform:uppercase;letter-spacing:.1em;fill:#757575}#sessions-tl-chart-root .rect-background-area{fill:#f5f5f5}#sessions-tl-chart-root .multiline-chart-y-label{text-anchor:end;font-size:.5em;font-weight:300;font-style:italic}#sessions-tl-chart-root .sessionsnav-polyline-stroke{stroke-width:1.5}#sessions-tl-chart-root .multiline-chart-y-label-mean-pos-val{text-anchor:start;font-size:.5em;font-weight:500;font-style:italic;fill:#64dd17}#sessions-tl-chart-root .line-emotion{stroke-width:.1}#sessions-tl-chart-root .multiline-chart-y-label-mean-neg-val{text-anchor:end;font-size:.5em;font-weight:500;font-style:italic;fill:#d50000}#sessions-tl-chart-root .pos-neg-dates-line{position:absolute}#player-interaction-root .legend-label{font-size:10px}body{font-family:Roboto,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px;font-weight:400;line-height:28px;color:rgba(0,0,0,.54);background-color:#fff}.section-body{display:flex;flex-direction:column;text-align:center;align-items:center}.section-body .section-description{text-align:justify;margin-left:100px;margin-right:100px}div.newline{width:15%;border:1px solid #000;margin:0 auto 5px}
/*# sourceMappingURL=main.a3cce3d462c70188374a21db1daae38a.css.map*/