#chart text{fill:#333;font-family:"Roboto","helvetica neue",Helvetica,Arial,sans-serif;font-size:12px}.area-grid-lines line{shape-rendering:crispEdges}.area-grid-lines text{display:none}.area-grid-lines path,.x.axis path,.y.axis path{fill:none;stroke:#e6e6e6;stroke-opacity:0}.background-grid-lines line{shape-rendering:crispEdges;stroke:#e6e6e6;stroke-opacity:1}.background-grid-lines path,.background-grid-lines text{display:none}.background-rect{fill:#fff;fill-opacity:.6;shape-rendering:crispEdges;stroke:#ccc}.border-rect{fill:none;shape-rendering:crispEdges;stroke:#ccc}.content-background-rect{fill:#fff;shape-rendering:crispEdges;stroke:#ccc}.fade-rect{fill:#fff;pointer-events:none;shape-rendering:crispEdges}.message{dominant-baseline:central;fill:#333;font-size:18px;font-weight:bold;text-anchor:middle}.stickyAxis{height:71px}.sticky-axis-small{height:36px}.sticky-axis{height:72px}.x.axis line{fill:none;shape-rendering:crispEdges;stroke:#ccc}.x.axis path,.y.axis path{display:none}.y.axis line{display:none}#chart{position:relative}
/*!
Fork Awesome 1.2.0
License - https://forkaweso.me/Fork-Awesome/license

Copyright 2018 Dave Gandy & Fork Awesome

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'ForkAwesome';
  src: url(../css/fonts/forkawesome-webfont.eot);
  src: url(../css/fonts/forkawesome-webfont.eot?#iefix&v=1.2.0) format('embedded-opentype'), url(../css/fonts/forkawesome-webfont.woff2) format('woff2'), url(../css/fonts/forkawesome-webfont.woff) format('woff'), url(../css/fonts/forkawesome-webfont.ttf) format('truetype'), url(../css/fonts/forkawesome-webfont.svg#forkawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 ForkAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Fork Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-sync:before,
.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video:before,
.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell-o:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-e:before {
  content: "\f304";
}

.fa-globe-w:before {
  content: "\f305";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-community:before,
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus-g:before,
.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-utensils:before,
.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-pound:before,
.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-down:before,
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before,
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-down:before,
.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-up:before,
.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-down:before,
.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-up:before,
.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-utensil-spoon:before,
.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-heading:before,
.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-closed-captioning:before,
.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-gem:before,
.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-square:before {
  content: "\f2f8";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo-v:before,
.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-phone-volume:before,
.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-mastodon:before {
  content: "\f2e1";
}

.fa-mastodon-alt:before {
  content: "\f2e2";
}

.fa-fork-circle:before,
.fa-fork-awesome:before {
  content: "\f2e3";
}

.fa-peertube:before {
  content: "\f2e4";
}

.fa-diaspora:before {
  content: "\f2e5";
}

.fa-friendica:before {
  content: "\f2e6";
}

.fa-gnu-social:before {
  content: "\f2e7";
}

.fa-liberapay-square:before {
  content: "\f2e8";
}

.fa-liberapay:before {
  content: "\f2e9";
}

.fa-ssb:before,
.fa-scuttlebutt:before {
  content: "\f2ea";
}

.fa-hubzilla:before {
  content: "\f2eb";
}

.fa-social-home:before {
  content: "\f2ec";
}

.fa-artstation:before {
  content: "\f2ed";
}

.fa-discord:before {
  content: "\f2ee";
}

.fa-discord-alt:before {
  content: "\f2ef";
}

.fa-patreon:before {
  content: "\f2f0";
}

.fa-snowdrift:before {
  content: "\f2f1";
}

.fa-activitypub:before {
  content: "\f2f2";
}

.fa-ethereum:before {
  content: "\f2f3";
}

.fa-keybase:before {
  content: "\f2f4";
}

.fa-shaarli:before {
  content: "\f2f5";
}

.fa-shaarli-o:before {
  content: "\f2f6";
}

.fa-cut-key:before,
.fa-key-modern:before {
  content: "\f2f7";
}

.fa-xmpp:before {
  content: "\f2f9";
}

.fa-archive-org:before {
  content: "\f2fc";
}

.fa-freedombox:before {
  content: "\f2fd";
}

.fa-facebook-messenger:before {
  content: "\f2fe";
}

.fa-debian:before {
  content: "\f2ff";
}

.fa-mastodon-square:before {
  content: "\f300";
}

.fa-tipeee:before {
  content: "\f301";
}

.fa-react:before {
  content: "\f302";
}

.fa-dogmazic:before {
  content: "\f303";
}

.fa-zotero:before {
  content: "\f309";
}

.fa-nodejs:before {
  content: "\f308";
}

.fa-nextcloud:before {
  content: "\f306";
}

.fa-nextcloud-square:before {
  content: "\f307";
}

.fa-hackaday:before {
  content: "\f30a";
}

.fa-laravel:before {
  content: "\f30b";
}

.fa-signalapp:before {
  content: "\f30c";
}

.fa-gnupg:before {
  content: "\f30d";
}

.fa-php:before {
  content: "\f30e";
}

.fa-ffmpeg:before {
  content: "\f30f";
}

.fa-joplin:before {
  content: "\f310";
}

.fa-syncthing:before {
  content: "\f311";
}

.fa-inkscape:before {
  content: "\f312";
}

.fa-matrix-org:before {
  content: "\f313";
}

.fa-pixelfed:before {
  content: "\f314";
}

.fa-bootstrap:before {
  content: "\f315";
}

.fa-dev-to:before {
  content: "\f316";
}

.fa-hashnode:before {
  content: "\f317";
}

.fa-jirafeau:before {
  content: "\f318";
}

.fa-emby:before {
  content: "\f319";
}

.fa-wikidata:before {
  content: "\f31a";
}

.fa-gimp:before {
  content: "\f31b";
}

.fa-c:before {
  content: "\f31c";
}

.fa-digitalocean:before {
  content: "\f31d";
}

.fa-att:before {
  content: "\f31e";
}

.fa-gitea:before {
  content: "\f31f";
}

.fa-file-epub:before {
  content: "\f321";
}

.fa-python:before {
  content: "\f322";
}

.fa-archlinux:before {
  content: "\f323";
}

.fa-pleroma:before {
  content: "\f324";
}

.fa-unsplash:before {
  content: "\f325";
}

.fa-hackster:before {
  content: "\f326";
}

.fa-spell-check:before {
  content: "\f327";
}

.fa-moon:before {
  content: "\f328";
}

.fa-sun:before {
  content: "\f329";
}

.fa-f-droid:before {
  content: "\f32a";
}

.fa-biometric:before {
  content: "\f32b";
}

.fa-wire:before {
  content: "\f32c";
}

.fa-tor-onion:before {
  content: "\f32e";
}

.fa-volume-mute:before {
  content: "\f32f";
}

.fa-bell-ringing:before {
  content: "\f32d";
}

.fa-bell-ringing-o:before {
  content: "\f330";
}

.fa-hal:before {
  content: "\f333";
}

.fa-jupyter:before {
  content: "\f335";
}

.fa-julia:before {
  content: "\f334";
}

.fa-classicpress:before {
  content: "\f331";
}

.fa-classicpress-circle:before {
  content: "\f332";
}

.fa-open-collective:before {
  content: "\f336";
}

.fa-orcid:before {
  content: "\f337";
}

.fa-researchgate:before {
  content: "\f338";
}

.fa-funkwhale:before {
  content: "\f339";
}

.fa-askfm:before {
  content: "\f33a";
}

.fa-blockstack:before {
  content: "\f33b";
}

.fa-boardgamegeek:before {
  content: "\f33c";
}

.fa-bunny:before {
  content: "\f35f";
}

.fa-buymeacoffee:before {
  content: "\f33d";
}

.fa-cc-by:before {
  content: "\f33e";
}

.fa-creative-commons-alt:before,
.fa-cc-cc:before {
  content: "\f33f";
}

.fa-cc-nc-eu:before {
  content: "\f341";
}

.fa-cc-nc-jp:before {
  content: "\f342";
}

.fa-cc-nc:before {
  content: "\f340";
}

.fa-cc-nd:before {
  content: "\f343";
}

.fa-cc-pd:before {
  content: "\f344";
}

.fa-cc-remix:before {
  content: "\f345";
}

.fa-cc-sa:before {
  content: "\f346";
}

.fa-cc-share:before {
  content: "\f347";
}

.fa-cc-zero:before {
  content: "\f348";
}

.fa-conway-hacker:before,
.fa-conway-glider:before {
  content: "\f349";
}

.fa-csharp:before {
  content: "\f34a";
}

.fa-email-bulk:before {
  content: "\f34b";
}

.fa-email-bulk-o:before {
  content: "\f34c";
}

.fa-gnu:before {
  content: "\f34d";
}

.fa-google-play:before {
  content: "\f34e";
}

.fa-heroku:before {
  content: "\f34f";
}

.fa-hassio:before,
.fa-home-assistant:before {
  content: "\f350";
}

.fa-java:before {
  content: "\f351";
}

.fa-mariadb:before {
  content: "\f352";
}

.fa-markdown:before {
  content: "\f353";
}

.fa-mysql:before {
  content: "\f354";
}

.fa-nordcast:before {
  content: "\f355";
}

.fa-plume:before {
  content: "\f356";
}

.fa-postgresql:before {
  content: "\f357";
}

.fa-sass-alt:before {
  content: "\f359";
}

.fa-sass:before {
  content: "\f358";
}

.fa-skate:before {
  content: "\f35a";
}

.fa-sketchfab:before {
  content: "\f35b";
}

.fa-tex:before {
  content: "\f35c";
}

.fa-textpattern:before {
  content: "\f35d";
}

.fa-unity:before {
  content: "\f35e";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
Fork Awesome 1.2.0
License - https://forkaweso.me/Fork-Awesome/license

Copyright 2018 Dave Gandy & Fork Awesome

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */
.fas,
.fab,
.far {
  display: inline-block;
  font: normal normal normal 14px/1 ForkAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fas.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before,
.fas.fa-chart-bar:before,
.far.fa-chart-bar:before {
  content: "\f080";
}

.fas.fa-arrows-alt:before {
  content: "\f047";
}
.fas.fa-expand-arrows-alt:before {
  content: "\f0b2";
}
.fas.fa-arrows-alt-h:before {
  content: "\f07e";
}
.fas.fa-arrows-alt-v:before {
  content: "\f07d";
}
.fas.fa-calendar-alt:before {
  content: "\f073";
}
.fas.fa-circle-notch:before {
  content: "\f1ce";
}
.fas.fa-cloud-download-alt:before {
  content: "\f0ed";
}
.fas.fa-cloud-upload-alt:before {
  content: "\f0ee";
}
.fas.fa-credit-card:before {
  content: "\f283";
}
.fas.fa-dollar-sign:before {
  content: "\f155";
}
.fas.fa-euro-sign:before {
  content: "\f153";
}
.fas.fa-exchange-alt:before {
  content: "\f0ec";
}
.fas.fa-external-link-alt:before {
  content: "\f08e";
}
.fas.fa-external-link-square-alt:before {
  content: "\f14c";
}
.fas.fa-eye-dropper:before {
  content: "\f1fb";
}
.fas.fa-pound-sign:before {
  content: "\f154";
}
.fas.fa-glass-martini:before {
  content: "\f000";
}
.fas.fa-shekel-sign:before {
  content: "\f20b";
}
.fas.fa-rupee-sign:before {
  content: "\f156";
}
.fas.fa-won-sign:before {
  content: "\f159";
}
.fas.fa-level-down-alt:before {
  content: "\f149";
}
.fas.fa-level-up-alt:before {
  content: "\f148";
}
.fas.fa-chart-line:before {
  content: "\f201";
}
.fas.fa-long-arrow-alt-down:before {
  content: "\f175";
}
.fas.fa-long-arrow-alt-left:before {
  content: "\f177";
}
.fas.fa-long-arrow-alt-right:before {
  content: "\f178";
}
.fas.fa-long-arrow-alt-up:before {
  content: "\f176";
}
.fas.fa-map-marker-alt:before {
  content: "\f041";
}
.fas.fa-mobile-alt:before {
  content: "\f10b";
}
.fas.fa-pencil-alt:before {
  content: "\f040";
}
.fas.fa-pen-square:before {
  content: "\f14b";
}
.fas.fa-chart-pie:before {
  content: "\f200";
}
.fas.fa-yen-sign:before {
  content: "\f157";
}
.fas.fa-ruble-sign:before {
  content: "\f158";
}
.fas.fa-shield-alt:before {
  content: "\f132";
}
.fas.fa-sign-in-alt:before {
  content: "\f090";
}
.fas.fa-sign-out-alt:before {
  content: "\f08b";
}
.fas.fa-sliders-h:before {
  content: "\f1de";
}
.fas.fa-tablet-alt:before {
  content: "\f10a";
}
.fas.fa-tachometer-alt:before {
  content: "\f0e4";
}
.fas.fa-thumbtack:before {
  content: "\f08d";
}
.fas.fa-ticket-alt:before {
  content: "\f145";
}
.fas.fa-trash-alt:before {
  content: "\f1f8";
}
.fas.fa-lira-sign:before {
  content: "\f195";
}
.fab.fa-linkedin-in:before {
  content: "\fe01";
}
.fab.fa-linkedin:before {
  content: "\f08c";
}
.far.fa-address-book:before {
  content: "\f2ba";
}
.far.fa-address-card:before {
  content: "\f2bc";
}
.far.fa-arrow-alt-circle-down:before {
  content: "\f01a";
}
.far.fa-arrow-alt-circle-left:before {
  content: "\f190";
}
.far.fa-arrow-alt-circle-right:before {
  content: "\f18e";
}
.far.fa-arrow-alt-circle-up:before {
  content: "\f01b";
}
.far.fa-bell:before {
  content: "\f0f3";
}
.far.fa-bell-slash:before {
  content: "\f1f7";
}
.far.fa-bookmark:before {
  content: "\f097";
}
.far.fa-building:before {
  content: "\f0f7";
}
.far.fa-calendar-check:before {
  content: "\f274";
}
.far.fa-calendar-minus:before {
  content: "\f272";
}
.far.fa-calendar:before {
  content: "\f133";
}
.far.fa-calendar-plus:before {
  content: "\f271";
}
.far.fa-calendar-times:before {
  content: "\f273";
}
.far.fa-caret-square-down:before {
  content: "\f150";
}
.far.fa-caret-square-left:before {
  content: "\f191";
}
.far.fa-caret-square-right:before {
  content: "\f152";
}
.far.fa-caret-square-up:before {
  content: "\f151";
}
.far.fa-check-circle:before {
  content: "\f05d";
}
.far.fa-check-square:before {
  content: "\f046";
}
.far.fa-circle:before {
  content: "\f10c";
}
.far.fa-clock:before {
  content: "\f017";
}
.far.fa-comment:before {
  content: "\f0e5";
}
.far.fa-comment-dots:before {
  content: "\f27b";
}
.far.fa-comments:before {
  content: "\f0e6";
}
.far.fa-dot-circle:before {
  content: "\f192";
}
.far.fa-id-card:before {
  content: "\f2c3";
}
.far.fa-envelope:before {
  content: "\f003";
}
.far.fa-envelope-open:before {
  content: "\f2b7";
}
.far.fa-file-archive:before {
  content: "\f1c6";
}
.far.fa-file-audio:before {
  content: "\f1c7";
}
.far.fa-file-code:before {
  content: "\f1c9";
}
.far.fa-file-excel:before {
  content: "\f1c3";
}
.far.fa-file-image:before {
  content: "\f1c5";
}
.far.fa-file-video:before {
  content: "\f1c8";
}
.far.fa-copy:before,
.far.fa-file:before {
  content: "\f016";
}
.far.fa-file-pdf:before {
  content: "\f1c1";
}
.far.fa-file-powerpoint:before {
  content: "\f1c4";
}
.far.fa-file-alt:before {
  content: "\f0f6";
}
.far.fa-file-word:before {
  content: "\f1c2";
}
.far.fa-flag:before {
  content: "\f11d";
}
.far.fa-save:before {
  content: "\f0c7";
}
.far.fa-folder:before {
  content: "\f114";
}
.far.fa-folder-open:before {
  content: "\f115";
}
.far.fa-frown:before {
  content: "\f119";
}
.far.fa-futbol:before {
  content: "\f1e3";
}
.far.fa-hand-rock:before {
  content: "\f255";
}
.far.fa-hand-lizard:before {
  content: "\f258";
}
.far.fa-hand-point-down:before {
  content: "\f0a7";
}
.far.fa-hand-point-left:before {
  content: "\f0a5";
}
.far.fa-hand-point-right:before {
  content: "\f0a4";
}
.far.fa-hand-point-up:before {
  content: "\f0a6";
}
.far.fa-hand-paper:before {
  content: "\256";
}
.far.fa-hand-pointer:before {
  content: "\f25a";
}
.far.fa-hand-scissors:before {
  content: "\f257";
}
.far.fa-hand-spock:before {
  content: "\f259";
}
.far.fa-handshake:before {
  content: "\f2b5";
}
.far.fa-hdd:before {
  content: "\f0a0";
}
.far.fa-heart:before {
  content: "\f08a";
}
.far.fa-hospital:before {
  content: "\f0f8";
}
.far.fa-hourglass:before {
  content: "\f250";
}
.far.fa-id-card:before {
  content: "\f2c3";
}
.far.fa-keyboard:before {
  content: "\f11c";
}
.far.fa-lemon:before {
  content: "\f094";
}
.far.fa-lightbulb:before {
  content: "\f0eb";
}
.far.fa-meh:before {
  content: "\f11a";
}
.far.fa-minus-square:before {
  content: "\f147";
}
.far.fa-money-bill-alt:before {
  content: "\f0d6";
}
.far.fa-moon:before {
  content: "\f186";
}
.far.fa-newspaper:before {
  content: "\f1ea";
}
.far.fa-paper-plane:before {
  content: "\f1d9";
}
.far.fa-pause-circle:before {
  content: "\f28c";
}
.far.fa-edit:before {
  content: "\f044";
}
.far.fa-image:before {
  content: "\f03e";
}
.far.fa-play-circle:before {
  content: "\f01d";
}
.far.fa-plus-square:before {
  content: "\f196";
}
.far.fa-question-circle:before {
  content: "\f92c";
}
.far.fa-share-square:before {
  content: "\f045";
}
.far.fa-smile:before {
  content: "\f118";
}
.far.fa-snowflake:before {
  content: "\f2dc";
}
.far.fa-futbol:before {
  content: "\f1e3";
}
.far.fa-star-half:before {
  content: "\f089";
}
.far.fa-star:before {
  content: "\f006";
}
.far.fa-sticky-note:before {
  content: "\f24a";
}
.far.fa-stop-circle:before {
  content: "\f28e";
}
.far.fa-sun:before {
  content: "\f185";
}
.far.fa-thumbs-down:before {
  content: "\f088";
}
.far.fa-thumbs-up:before {
  content: "\f087";
}
.far.fa-times-circle:before {
  content: "\f05c";
}
.far.fa-window-close:before {
  content: "\f2d4";
}
.far.fa-trash-alt:before {
  content: "\f014";
}
.far.fa-user-circle:before {
  content: "\f2be";
}
.far.fa-user:before {
  content: "\f2c0";
}

.tabWrapper{display:flex;flex-direction:row;position:relative;height:20px}.tabWrapper:hover{text-decoration:none;color:#111b1f}.RRT__tabs{display:flex;flex-wrap:wrap;height:35px;padding-top:2px}.RRT__tab{background-color:rgba(0,0,0,0);border-style:solid;border-color:rgba(0,0,0,0);border-width:1px 1px 0 0;cursor:pointer;z-index:1;white-space:nowrap;top:2px;padding:.8em 1.4em;display:block}.RRT__tab .notify{align-self:flex-start;background-color:#f15f4b;border-radius:50%;display:inline-block;flex:0 0 auto;height:5px;margin-right:5px;margin-top:7px;width:5px}.RRT__tab:hover{color:#3aa9df}.RRT__tab:hover{color:#3aa9df;touch-callout:none;user-select:none}.RRT__tab:focus{outline:0;background-color:rgba(0,0,0,0)}.RRT__tab--selected{background-color:rgba(0,0,0,0);font-weight:bold;border-color:rgba(0,0,0,0)}.RRT__panel{display:none}.RRT__accordion .RRT__panel{display:none}.RRT__showmore{background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);cursor:pointer;z-index:1;white-space:nowrap;margin-left:-1px;position:relative;outline:none}.RRT__showmore-label{padding:.7em 1em;position:relative;bottom:-1px;z-index:1}.RRT__showmore-label:hover{color:#3aa9df}.RRT__showmore-label:hover:after{font-family:"ForkAwesome";color:#3aa9df;content:"";font-size:20px;font-weight:bold;margin-left:5px;margin-right:5px;bottom:5px;position:absolute}.RRT__showmore-label:after{font-family:"ForkAwesome";color:#717b7f;content:"";font-size:20px;font-weight:bold;margin-left:5px;margin-right:5px;bottom:5px;position:absolute}.RRT__showmore-label--selected{background-color:rgba(0,0,0,0)}.RRT__showmore-list{background-color:#fff;position:absolute;right:-1px;top:100%;margin-top:4px;padding-right:6px;display:none;margin-top:0px}.RRT__showmore-list--opened{box-shadow:0 4px 4px 0 rgba(17,25,31,.24),0 4px 4px 0 rgba(17,25,31,.12);border:1px solid #e4ebef;font-size:14px;display:block;padding:8px 0}.RRT__inkbar-wrapper{width:100%}.RRT__inkbar{position:relative;bottom:-3px;height:4px;margin-top:-2px;transition:none !important;z-index:2}.svg-symbol-tab-lock{height:24px;width:24px;position:absolute;left:95%;bottom:5px}
.Checkbox-container .Checkbox-label{line-height:20px;padding-left:28px;text-indent:-28px}
.Button,[class^=Button--],[class*=" Button--"]{-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px #bac6cc inset;box-sizing:border-box;color:#111b1f;cursor:pointer;display:inline-block;font-family:"Roboto";font-size:14px;height:38px;line-height:calc(38px - 2*1px);min-width:80px;padding:0 22px;text-align:center;white-space:nowrap}.Button:hover,[class^=Button--]:hover,[class*=" Button--"]:hover{background-color:#f9f9f9;box-shadow:inset 0 -3px 0 0 #bac6cc,inset 0 0 0 1px #bac6cc;color:#3aa9df;text-decoration:none}.Button .Button-dropdown,[class^=Button--] .Button-dropdown,[class*=" Button--"] .Button-dropdown{width:22px}.Button.withIcon .Button-icon,[class^=Button--].withIcon .Button-icon,[class*=" Button--"].withIcon .Button-icon{height:22px;width:22px}.Button.isDisabled,.Button.isDisabled:hover,.Button.isDisabled:active,[class^=Button--].isDisabled,[class^=Button--].isDisabled:hover,[class^=Button--].isDisabled:active,[class*=" Button--"].isDisabled,[class*=" Button--"].isDisabled:hover,[class*=" Button--"].isDisabled:active{background-color:#e4ebef;border:none;box-shadow:0 0 0 1px #bac6cc inset;color:#97a1a5;cursor:auto;text-shadow:1px 1px #fff}.Button.isDisabled .Button-dropdown,.Button.isDisabled:hover .Button-dropdown,.Button.isDisabled:active .Button-dropdown,[class^=Button--].isDisabled .Button-dropdown,[class^=Button--].isDisabled:hover .Button-dropdown,[class^=Button--].isDisabled:active .Button-dropdown,[class*=" Button--"].isDisabled .Button-dropdown,[class*=" Button--"].isDisabled:hover .Button-dropdown,[class*=" Button--"].isDisabled:active .Button-dropdown{fill:#97a1a5;stroke:#97a1a5}.Button.isDisabled.withIcon .Button-icon,.Button.isDisabled:hover.withIcon .Button-icon,.Button.isDisabled:active.withIcon .Button-icon,[class^=Button--].isDisabled.withIcon .Button-icon,[class^=Button--].isDisabled:hover.withIcon .Button-icon,[class^=Button--].isDisabled:active.withIcon .Button-icon,[class*=" Button--"].isDisabled.withIcon .Button-icon,[class*=" Button--"].isDisabled:hover.withIcon .Button-icon,[class*=" Button--"].isDisabled:active.withIcon .Button-icon{fill:#97a1a5;stroke:#97a1a5}.Button.Button-isNarrow,[class^=Button--].Button-isNarrow,[class*=" Button--"].Button-isNarrow{font-size-adjust:.5;min-width:73px;padding:0 15px}.Button-icon{vertical-align:middle}.Button--standard.withIcon .Button-icon{margin-right:8px;stroke:#97a1a5}.Button--standard.withIcon:hover .Button-icon{fill:#3aa9df;stroke:#3aa9df}.Button--green{background-color:#8bc53f;border-width:0;box-shadow:none;color:#fff}.Button--green:hover{background-color:#6ba819;box-shadow:inset 0 -3px 0 0 #447a00;color:#fff}.Button--green.isDepressed{box-shadow:inset 0 0 2px 0 rgba(17,25,31,.12),inset 0 2px 2px 0 rgba(17,25,31,.24)}.Button--green.isDepressed:hover{background-color:#8bc53f;box-shadow:inset 0 0 2px 0 rgba(17,25,31,.12),inset 0 2px 2px 0 rgba(17,25,31,.24)}.Button--green.withIcon .Button-icon{margin-left:-5px;stroke:#fff;vertical-align:middle;margin-right:5px}.Button--blue{background-color:#3aa9df;border-width:0;box-shadow:none;color:#fff}.Button--blue:hover{background-color:#3397c7;box-shadow:inset 0 -3px 0 0 #126b96;color:#fff}.Button--blue.withIcon .Button-icon{margin-left:-9px;margin-right:-2px;stroke:#fff}.Button--red{background-color:#f15f4b;border-width:0;box-shadow:none;color:#fff;fill:#fff}.Button--red.withIcon{padding:0 22px 0 15px}.Button--red:hover{background-color:#c73724;box-shadow:inset 0 -3px 0 0 #91281a;color:#fff}.Button--gray{background-color:#e4ebef;border-width:0;box-shadow:none;color:#4d575b;fill:#4d575b}.Button--gray:hover{background-color:#bac6cc;box-shadow:inset 0 -3px 0 0 #97a1a5;color:#4d575b}.Button--select{background-color:#fff;border:1px solid rgba(0,0,0,0);color:#111b1f;font-weight:normal;height:42px;line-height:40px;padding-left:11px;padding-right:11px}.Button--select:hover{background-color:#fff;box-shadow:inset 0 -3px 0 0 #bac6cc,inset 0 0 0 1px #bac6cc;color:#3aa9df;text-decoration:none}.Button--select:active{background-color:#f9f9f9}.Button--select .Button-dropdown{margin-left:4px;vertical-align:middle}.Button--select:hover .Button-dropdown{fill:#3aa9df;stroke:#3aa9df}.Button--select.isDepressed{background-color:#f9f9f9;border:1px solid #3aa9df;box-shadow:inset 0 0 2px 0 rgba(17,25,31,.12),inset 0 2px 2px 0 rgba(17,25,31,.24)}.Button--select.isDepressed .Button-dropdown{fill:#3aa9df;stroke:#3aa9df}.Button--table{height:32px;line-height:20px;padding:6px 12px}.Button--table.withIcon .Button-icon{margin-right:8px;stroke:#97a1a5}.Button--table.withIcon:hover .Button-icon{fill:#3aa9df;stroke:#3aa9df}.Button--table-select{background-color:#fff;border:1px solid rgba(0,0,0,0);color:#111b1f;font-weight:normal;height:32px;line-height:20px;padding:6px 12px}.Button--table-select:hover{background-color:#fff;box-shadow:inset 0 -3px 0 0 #bac6cc,inset 0 0 0 1px #bac6cc;color:#3aa9df;text-decoration:none}.Button--table-select:active{background-color:#f9f9f9}.Button--table-select .Button-dropdown{float:right;left:4px;position:relative;stroke:#111b1f}.Button--table-select:hover .Button-dropdown{fill:#3aa9df;stroke:#3aa9df}.Button--table-select.isDepressed{background-color:#f9f9f9;border:1px solid #3aa9df;box-shadow:inset 0 0 2px 0 rgba(17,25,31,.12),inset 0 2px 2px 0 rgba(17,25,31,.24)}.Button--table-select.isDepressed .Button-dropdown{fill:#3aa9df;stroke:#3aa9df}.Button--menu{padding:0 11px}.Button--menu .svg-symbol{left:4px;position:relative;top:0}.Button--menu .DropdownMenu-menu{vertical-align:middle}.Button--menu:hover .DropdownMenu-icon{stroke:#3aa9df}.Button:active,[class^=Button--]:active,[class*=" Button--"]:active{box-shadow:inset 0 0 2px 0 rgba(17,25,31,.12),inset 0 2px 2px 0 rgba(17,25,31,.24)}
.DropdownButton{display:inline-block;position:relative}.DropdownButton .DropdownMenu{bottom:0;position:absolute;right:0;visibility:hidden}.DropdownButton .DropdownMenu .DropdownMenu-trigger{bottom:0;position:absolute;right:0;visibility:hidden}.DropdownButton .DropdownMenu .DropdownMenu-icon{display:none}.DropdownButton .DropdownMenu.DropdownButton-menu--up-left{bottom:unset;position:absolute;right:0;top:0;visibility:hidden}.DropdownButton .DropdownMenu.DropdownButton-menu--up-left .DropdownMenu-trigger{bottom:unset;position:absolute;right:0;top:0;visibility:hidden}.DropdownButton .DropdownMenu.DropdownButton-menu--up-right{bottom:unset;left:0;position:absolute;right:unset;top:0;visibility:hidden}.DropdownButton .DropdownMenu.DropdownButton-menu--up-right .DropdownMenu-trigger{bottom:unset;left:0;position:absolute;right:unset;top:0;visibility:hidden}.DropdownButton .DropdownMenu.DropdownButton-menu--down-right{bottom:0;left:0;position:absolute;right:unset;visibility:hidden}.DropdownButton .DropdownMenu.DropdownButton-menu--down-right .DropdownMenu-trigger{bottom:0;left:0;position:absolute;right:unset;visibility:hidden}
.HelptextTooltip{display:inline-block;vertical-align:middle;height:24px;margin-top:-2px}.HelptextTooltip .svg-symbol{height:24px;width:24px}.HelptextTooltip .Tooltip{right:12px;top:-11px}.HelptextTooltip .HelptextTooltip-SvgSymbol--invisible{opacity:0}
.UploadModal hr{margin-bottom:30px}.UploadModal ul{list-style-type:disc}.UploadModal ul li{margin:5px 0}.UploadModal .Button{margin:0;text-align:center}.UploadModal .Button [data-icon=dropdown]{transform:none}.UploadModal .Dropzone{background:#e4ebef;border:3px dashed #ccc;border-radius:5px;box-shadow:none;padding-bottom:15px;text-align:center;transition:all .2s}.UploadModal .Dropzone .Dropzone--instructions{color:#717b7f;font-size:18px;font-weight:400;line-height:50px}.UploadModal .Dropzone--accept{border-color:#b0d67e}.UploadModal .Dropzone--reject{border-color:#f15f4b}.UploadModal .ModalBody{max-height:60vh}.UploadModal .UploadModal--preview{overflow-wrap:break-word;padding:10px}.UploadModal .UploadModal--close{background:rgba(0,0,0,0);border:0;color:#000;float:right;font-size:2em;font-weight:bold;line-height:18px;opacity:.2;padding:0}.UploadModal .UploadModal--error{color:#f15f4b}.UploadModal--step .UploadModal--step-title{font-weight:700;margin-bottom:10px}.UploadModal--step .UploadModal--step-subtext{color:#717b7f;margin-bottom:10px}.UploadModal--step .UploadModal--step-subtext a{text-decoration:underline}.UploadModal--step .UploadModal--step-form .UploadModal--select-row{margin-bottom:23px}.UploadModal--step .UploadModal--step-form .UploadModal--select-row .Select{position:relative;text-align:left}.UploadModal--step .UploadModal--step-form .UploadModal--select-row .Select .OptionList{min-width:max-content}.UploadModal--step .UploadModal--step-form .UploadModal--select-row .Select .Button--select{min-width:200px;padding:3px 30px 3px 11px;text-align:left}.UploadModal .OptionList .Option{max-width:500px}
.DropdownMenu{display:inline-block;position:relative}.DropdownMenu-icon{stroke:#111b1f;vertical-align:middle}.DropdownMenu-icon.DropdownMenu-icon--visible{stroke:#3aa9df}.DropdownMenu-trigger:hover{cursor:pointer}.DropdownMenu-menu{background-color:#fff;border:1px solid #e4ebef;box-shadow:0 4px 4px 0 rgba(17,25,31,.24),0 4px 4px 0 rgba(17,25,31,.12);color:#111b1f;font-size:14px;margin:0;min-width:150px;padding:8px 0;position:absolute;visibility:hidden;z-index:1000}.DropdownMenu-menu li{box-sizing:border-box;line-height:21px;list-style:none;padding:4px 8px;text-align:left}.DropdownMenu-menu li:not(.DropdownMenuItem--separator):hover{background-color:#f0f5f7;color:#3aa9df}.DropdownMenu-menu li.selected{background-color:#f0f5f7}.DropdownMenu-menu--down-left{right:0;top:100%}.DropdownMenu-menu--down-right{left:0;right:auto;top:100%}.DropdownMenu-menu--up-left{right:0;top:100%;transform:translateY(-100%)}.DropdownMenu-menu--up-right{left:0;right:auto;top:0;transform:translateY(-100%)}.DropdownMenu-menu.DropdownMenu-menu--visible{visibility:visible}.DropdownMenu-menu form{margin:0}.DropdownMenu-menu a,.DropdownMenu-menu li a,.DropdownMenu-menu button{background-color:rgba(0,0,0,0);color:#1f323a;display:block;font-weight:normal;padding:7px 33px 7px 23px;text-align:left;text-decoration:none;white-space:nowrap}.DropdownMenu-menu a:hover,.DropdownMenu-menu li a:hover,.DropdownMenu-menu button:hover{text-decoration:none}.DropdownMenu-menu hr{border-bottom:1px solid #e4ebef;border-top:none;margin:3px 10px;padding:2px 0}
.Card{background-color:#fff;border-radius:5px;box-shadow:0 2px 2px 0 rgba(17,25,31,.24),0 0 2px 0 rgba(17,25,31,.12);margin:13px;opacity:0;position:relative;transition:opacity .5s ease-in}.Card h1{margin:0}.Card p em:first-child,.Card p strong:first-child{margin-left:-0.25em}[draggable]{user-select:none}.Card.Card--visible{opacity:1}.Card.Card--no-margin{margin:0}.Card.Card--bottom-margin{margin-bottom:23px}.Card.Card--corner-menu{position:relative}.Card.Card--corner-menu .DropdownMenu{background-color:#fff;border-radius:5px;padding:2px;position:absolute;right:3px;top:3px;z-index:10}.Card.Card--transparent-corner-menu{background-color:rgba(0,0,0,0);box-shadow:none;position:relative}.Card.Card--transparent-corner-menu .DropdownMenu{background-color:#fff;border-radius:5px;padding:2px;position:absolute;right:3px;top:3px;z-index:10}.Card .DropdownMenu{display:none}.Card:hover{z-index:999}.Card:hover .DropdownMenu{display:block}.Card .HelptextTooltip{display:none}.Card:hover .HelptextTooltip{display:block}.CardHeader{line-height:1.4;padding:22px 20px 20px 20px}.CardHeader-title{color:#111b1f;display:inline-block;font-size:16px;font-weight:700}.CardHeader-divider{color:#97a1a5;display:inline-block;font-size:16px;line-height:1;padding-left:10px;padding-right:10px}.CardHeader-subtitle{color:#97a1a5;display:inline-block;font-size:16px;white-space:normal}.CardHeader-hr{margin-bottom:0}.CardHeader .DropdownMenu{float:right}.CardContent{padding:0 20px 25px;position:relative}.CardContent-errorMessage{color:#97a1a5;display:block;font-size:16px;margin-bottom:42px;margin-top:42px;text-align:center}.CardCaption{transform:translateZ(0)}@media print{.CardCaption{overflow:hidden !important}}.CardCaption a{text-decoration:underline}.CardCaption h1,.CardCaption h2,.CardCaption h3,.CardCaption h4,.CardCaption p{margin:0}.CardCaption p{margin-bottom:16px}.CardCaption ol{list-style-type:decimal;margin-bottom:16px}.CardCaption ol li{line-height:1.5}.CardPlaceholder{height:319px;margin-bottom:23px;margin-top:13px}
.ReportForm{margin:0;padding:36px;width:320px}

.CardContent--no-header{padding-top:28px}.CardContent--no-callouts{padding-bottom:5px}.CardContent--narrow .time-axis-tick-label{display:none}.CardContent--narrow .time-axis-tick-label:first-child,.CardContent--narrow .time-axis-tick-label:last-child,.CardContent--narrow .time-axis-tick-label:nth-of-type(3n + 1){display:block}
.ReportPreview{padding:36px;width:100%}.ReportPreview .Card{transition:none}
.AppContainer{display:flex}.AppContainer .ReportForm{background-color:#e4ebef}
.Tooltip{display:inline;height:1em;position:relative;width:0}.Tooltip-contents{display:block;font-size:12px;line-height:18px;overflow-x:auto;padding:6px;white-space:normal}.Tooltip-inner{background-color:#4d575b;box-shadow:0 4px 4px 0 rgba(17,25,31,.24),0 0 4px 0 rgba(17,25,31,.12);box-sizing:border-box;color:#fff;display:block;left:-184px;min-width:175px;padding:10px;position:absolute;width:368px;z-index:150}.Tooltip-inner a{color:#fff;text-decoration:underline}.Tooltip-inner a:hover{color:#3aa9df}.Tooltip-inner--above{bottom:25px}.Tooltip-inner--below{top:35px}.Tooltip-inner--lane-switcher{left:-95px;width:200px}.Tooltip-inner--narrow{left:-87px;width:175px}.Tooltip-inner--lane-switcher .Tooltip-contents{text-align:left}.Tooltip-inner--narrow .Tooltip-contents{text-align:center}.Tooltip-inner--wide .Tooltip-contents{text-align:left}.Tooltip-inner>.Tooltip-arrow{background-color:#4d575b;content:" ";display:block;height:13px;left:50%;margin-left:-6px;position:absolute;transform:rotate(45deg);width:13px;z-index:149}.Tooltip-inner--above>.Tooltip-arrow{bottom:-6px;box-shadow:3px 3px 4px 0 rgba(17,25,31,.24)}.Tooltip-inner--below>.Tooltip-arrow{top:-6px}.Tooltip-button-left,.Tooltip-button-right{margin-top:8px;width:75px}.Tooltip-button-left{float:left}.Tooltip-button-right{float:right}.Tooltip-activator{display:inline-block;height:36px}.Tooltip-activator svg{fill:#97a1a5}.Tooltip-activator .Tooltip{visibility:hidden}.Tooltip-activator svg+.Tooltip{left:11px;position:relative;top:-22px}.Tooltip-activator:hover svg{fill:#3aa9df}.Tooltip-activator:hover .Tooltip{visibility:visible}

.DropdownActions .Button{height:40px;line-height:40px}.DropdownActions .DropdownMenu-trigger{display:flex;justify-content:center;align-items:center}.DropdownActions .DropdownMenu-trigger .SvgSymbol{transform:none}.DropdownActions .DropdownMenuItem--disabled{color:#888}
.CalloutValue{border-left:4px solid #e4ebef;padding:3px 10px}.CalloutValue .CalloutValue-label,.CalloutValue .CalloutValue-value{margin:0;padding:3px}.CalloutValue .CalloutValue-label{color:#97a1a5;font-size:.9em;font-weight:400;letter-spacing:.02em;line-height:1}.CalloutValue .CalloutValue-value{color:#111b1f;font-size:1.5em;font-weight:400;line-height:1}.CalloutValue .CalloutValue-suffix{font-size:16px}.CalloutValue .HelptextTooltip{height:18px;margin-top:-2px;vertical-align:middle}.CalloutValue .HelptextTooltip .svg-symbol{height:18px;width:18px}.CalloutValue .HelptextTooltip .Tooltip{right:9px;top:-5px}
.CalloutBox{padding:25px;border-radius:5px;background:#fff;box-shadow:0 0 2px 0 rgba(0,0,0,.12),0 2px 2px 0 rgba(0,0,0,.24);box-sizing:border-box;display:flex;flex-wrap:wrap}.CalloutBox .CalloutValue{box-sizing:border-box;flex-grow:1;flex:1 1 33%}.CalloutBox .CalloutValue:nth-child(n+4){margin-top:20px}@media screen and (min-width: 551px)and (max-width: 800px){.CalloutBox{padding:20px}.CalloutBox .CalloutValue{flex:1 1 50%}.CalloutBox .CalloutValue:nth-child(n+3){margin-top:20px}}@media screen and (max-width: 550px){.CalloutBox{padding:20px}.CalloutBox .CalloutValue{flex:1 1 100%}.CalloutBox .CalloutValue:nth-child(n+2){margin-top:20px}}
.DropdownMenu-menu li:hover a,.DropdownMenu-menu li:hover button{color:#3aa9df}.DropdownMenu-menu li:hover a .svg-symbol,.DropdownMenu-menu li:hover button .svg-symbol{fill:#3aa9df}.DropdownMenu-menu .svg-symbol{display:inline-block;fill:#97a1a5;height:22px;margin-right:8px;vertical-align:middle;width:22px}.DropdownMenu-menu .svg-symbol[data-icon=share-icon-dropdownOnly]{height:16px;left:6px;margin-right:12px;position:relative;top:-1px;width:16px}.DropdownMenu-menu .svg-symbol[data-icon=email-card]{height:20px;width:20px}
.CardHeader-HelptextTooltip{float:right;position:relative;right:24px}.CardHeader .DropdownMenu{position:absolute;right:16px;top:24px;z-index:1000}
.AssetProfileCard tr{display:flex}.AssetProfileCard--column-left,.AssetProfileCard--column-right{display:flex;align-items:flex-start}.AssetProfileCard--column-left{font-weight:bold;width:40%}.AssetProfileCard--column-right{width:60%}.AssetProfileCard--column-right--content{overflow-wrap:break-word;white-space:normal;word-break:break-word}.AssetProfileCard--table{font-size:14px;width:100%}.AssetProfileCard--table div{margin-bottom:10px}
.CardAttributes{display:flex;flex-direction:column}.CardAttributes .CardAttribute{display:flex;margin-bottom:10px}.CardAttributes .CardAttribute--Label{font-weight:bold;flex:.4}.CardAttributes .CardAttribute--Display{flex:.6;overflow-wrap:break-word;white-space:normal;word-break:break-word}
.mapbox-fixed{background-position:center center;background-repeat:no-repeat;overflow:hidden}
.InfoCard-logoWrapper{border-bottom:1px solid #e4ebef;margin-bottom:10px;padding-bottom:30px;padding-top:8px;text-align:center}.InfoCard-logoWrapper img{display:inline;max-height:70px}.mapbox-container{box-sizing:border-box;width:100%}.mapbox-fixed{border:4px solid #fff;border-top-left-radius:5px;border-top-right-radius:5px}.mapbox-blank{background-color:#f0f5f7;border-bottom:1px solid #bac6cc;height:100px;width:100%}.BuildingInfoCard{position:relative}.BuildingInfoCard .mapbox-container{min-height:10px;cursor:all-scroll}.BuildingInfoCard .CardHeader{padding-bottom:0}.BuildingInfoCard .CardContent{padding-top:20px}.BuildingInfoCard .BuildingOccupancySchedule{margin-bottom:5px;display:flex}.BuildingInfoCard .BuildingOccupancySchedule--Day{width:50px}.BuildingInfoCard .BuildingOccupancySchedule--TimeRange{display:flex}.BuildingInfoCard .BuildingOccupancySchedule--TimeRange--Open{width:40px}.BuildingInfoCard .BuildingOccupancySchedule--TimeRange--Close{flex:1}.BuildingInfoCard .BuildingOccupancySchedule--TimeRange--To{width:30px;text-align:center}.BuildingInfoCard .BuildingOccupancySchedule--Occupants{flex:1}
.BuildingLocationDeviceInfo{min-width:180px;position:absolute;top:10px;left:50px;box-shadow:0 0 0 2px rgba(0,0,0,.1);border-radius:6px;background-color:#fff;padding:10px;z-index:1;font-family:Roboto}.BuildingLocationDeviceInfo--Header,.BuildingLocationDeviceInfo--DetailRow{display:flex;margin:1px}.BuildingLocationDeviceInfo--Header{font-weight:900;margin-bottom:6px}.BuildingLocationDeviceInfo--Header--Title{flex:1;font-size:14px;text-decoration:underline}.BuildingLocationDeviceInfo--Header--CloseButton{color:#999;cursor:pointer;font-size:14px;padding-left:10px}.BuildingLocationDeviceInfo--Header--CloseButton [class^=fa-],.BuildingLocationDeviceInfo--Header--CloseButton [class*=" fa-"]{vertical-align:unset}.BuildingLocationDeviceInfo--Header--CloseButton:hover{color:#333}.BuildingLocationDeviceInfo--DetailRow--Label{width:120px;font-weight:600}.BuildingLocationDeviceInfo--DetailRow--Value{flex:1}.BuildingLocationDeviceInfo--DetailRow .BatteryLevel{display:flex;align-items:center}.BuildingLocationDeviceInfo--DetailRow .BatteryLevel--Icon{width:15px;margin-right:4px}.BuildingLocationDeviceInfo--DetailRow .BatteryLevel--Icon [class^=fa-],.BuildingLocationDeviceInfo--DetailRow .BatteryLevel--Icon [class*=" fa-"]{margin-right:4px}.BuildingLocationDeviceInfo--DetailRow .BatteryLevel--Icon [class^=fa-].fa-battery-full,.BuildingLocationDeviceInfo--DetailRow .BatteryLevel--Icon [class*=" fa-"].fa-battery-full{color:#8bc53f}.BuildingLocationDeviceInfo--DetailRow .BatteryLevel--Icon [class^=fa-].fa-battery-half,.BuildingLocationDeviceInfo--DetailRow .BatteryLevel--Icon [class*=" fa-"].fa-battery-half{color:#ffcb30}.BuildingLocationDeviceInfo--DetailRow .BatteryLevel--Icon [class^=fa-].fa-battery-quarter,.BuildingLocationDeviceInfo--DetailRow .BatteryLevel--Icon [class*=" fa-"].fa-battery-quarter{color:#f15f4b}.BuildingLocationDeviceInfo--DetailRow .BatteryLevel--Voltage{margin-left:4px;width:30px}
.BuildingLocationViewCard .marker{width:15px;height:15px;background-color:blue}.BuildingLocationViewCard .CardHeader{padding-bottom:15px}.BuildingLocationViewCard .CardContent{margin-top:20px}.BuildingLocationViewCard--Map{overflow:hidden;height:500px;outline:none;position:relative}.BuildingLocationViewCard--Map .mapboxgl-canvas-container{position:absolute;top:0;left:0;right:0;bottom:0}.BuildingLocationViewCard--Map .mapboxgl-canvas-container canvas{outline:none}.BuildingLocationViewCard--Map .mapboxgl-ctrl-logo{display:none}.BuildingLocationViewCard--Map.BottomRounded{border-bottom-right-radius:5px;border-bottom-left-radius:5px}.BuildingLocationViewCard--Error{position:absolute;display:flex;align-items:center;justify-content:center;top:0;left:0;right:0;bottom:0;user-select:auto;background-color:hsla(0,0%,100%,.7);padding:40px;font-size:15px;font-weight:bold;z-index:10}
.LegendContainer{border-radius:5px;background-color:#fff;box-shadow:0 0 0 2px rgba(0,0,0,.1);display:flex;flex-direction:column;font-family:Roboto;justify-content:center;left:50px;padding:4px 5px;position:absolute;top:10px;width:200px;z-index:2}.LegendContainer .LegendUnit{height:17px;display:flex;justify-content:center;align-items:center}.LegendContainer .LegendScale{height:14px;width:100%}.LegendContainer .LegendValues{display:flex;font-size:15px}.LegendContainer .LegendValues .LegendValue{display:flex;flex:1;justify-content:center}.mapboxgl-ctrl button{border-radius:unset;transition:unset}.mapboxgl-ctrl button:focus{box-shadow:unset}
.BuildingTrafficHeatMapCard--Map{overflow:hidden;height:500px;outline:none;position:relative}.BuildingTrafficHeatMapCard--Map .mapboxgl-canvas-container{position:absolute;top:0;left:0;right:0;bottom:0}.BuildingTrafficHeatMapCard--Map .mapboxgl-canvas-container canvas{outline:none}.BuildingTrafficHeatMapCard--Map .mapboxgl-ctrl-logo{display:none}.BuildingTrafficHeatMapCard--Map.BottomRounded{border-bottom-right-radius:5px;border-bottom-left-radius:5px}.BuildingTrafficHeatMapCard .CardHeader{padding-bottom:15px}.BuildingTrafficHeatMapCard .CardContent{margin-top:20px}.BuildingTrafficHeatMapCard--Map-Loading,.BuildingTrafficHeatMapCard--Map-Error{position:absolute;display:flex;align-items:center;justify-content:center;top:0;left:0;right:0;bottom:0;user-select:auto;background-color:hsla(0,0%,100%,.7);padding:40px;font-size:15px;font-weight:bold;z-index:10}
.StripeDefs--FT86u {
}

.SvgImage--dYkij {
}

.SvgText--jvreC {
  color: var(--gray900);
  dominant-baseline: text-before-edge;
  font-family: 'Roboto', 'helvetica neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-overflow: ellipsis;
}

.Bar--QshSU {
}

.BarContentLabel--eCr75 {
  dominant-baseline: central;
  font-size: 15px;
  font-weight: bold;
}

.BarDetailLabel--aDUW0 {
  dominant-baseline: central;
  font-size: 15px;
}

.BarDetailIcon--KRBiW {
}

.BarFill--T67ao {
}

.BarSeries--RnDrl {
}

.BarStep--uH6gH {
  fill: var(--gray400);
}

.BarStepSeries--DdUAP {
  fill: var(--gray600);
  stroke: white;
}

.HexInput{align-items:center;border:1px solid #bac6cc;border-radius:5px;display:flex;font-size:14px;height:38px}.HexInput--icon{background-color:#f0f5f7;border-radius:5px 0 0 5px;color:#97a1a5;height:100%;padding-left:14px;padding-right:14px}.HexInput--text{border:none;color:#11191f;padding:8px}.HexInput--text:focus{outline:none}
.SwatchButton{border:1px solid #bac6cc;border-radius:5px;box-sizing:border-box;cursor:pointer;height:36px;padding:8px;width:60px}.SwatchButton--fill{height:100%;width:100%}.SwatchButton.isActive{box-shadow:inset 0 0 2px 0 rgba(17,25,31,.12),inset 0 2px 3px 0 rgba(17,25,31,.24)}
.SwatchPicker--row{display:flex;margin-bottom:2px}.SwatchPicker--row :nth-child(n+2){margin-left:4px}.SwatchPicker--swatch{cursor:pointer;height:20px;width:42px}
.ColorPicker{display:inline-block;position:relative}.ColorPicker--inputs{background-color:#fff;box-shadow:0 0 4px 0 rgba(17,25,31,.12),0 4px 4px 0 rgba(17,25,31,.24);margin-top:4px;min-height:42px;min-width:240px;padding:14px;position:absolute;z-index:9999999}.ColorPicker--inputs--top{top:-240px;left:-100px}.ColorPicker--inputs--top-left{top:-240px;left:-230px}.ColorPicker--inputs>div:not(:first-child){margin-top:14px}
input.Input{border:1px solid #bac6cc;border-radius:5px;box-sizing:border-box;height:36px;padding-left:10px;width:100px}
.RangeColorPicker{margin-bottom:15px}.RangeColorPicker-error{color:red}.RangeColorPicker-range{padding-top:10px}.RangeColorPicker-range .ColorPicker{vertical-align:middle;padding-left:10px}.RangeColorPicker-range .SvgSymbol{cursor:pointer;height:25px;vertical-align:middle;width:25px;fill:#11191f}.RangeColorPicker-range .SvgSymbol:hover{fill:#3aa9df}.RangeColorPicker-add-button a{margin-top:10px}.RangeColorPicker-add-button .Button-icon{margin-top:-2px;padding-right:5px}.RangeColorPicker-add-button .Button-children{vertical-align:middle}.RangeColorPicker-to-text{padding:0 15px}
.DifferenceRect--nZyEn {
}

.DifferenceBarSeries--wDL55 {
}

.Divider--GVbSp {
  stroke: black;
}

.LinearAxisTickLabel--hOM_n {
  font-size: 10px;
}

.Bottom--hw8t2 {
  dominant-baseline: central;
}

.Left--nQIbY {
  dominant-baseline: central;
  text-anchor: end;
}

.Right--zo7pC {
  dominant-baseline: central;
  text-anchor: start;
}

.Top--g4GjN {
  dominant-baseline: text-after-edge;
}

.LinearAxis--YvL2Z {
}

.BarGroup--_O_5X {
}

.ScrollableChart--sc8U4 {
  pointer-events: none;
  position: relative;
}

.ScrollableChartContainer--gZ0VD {
  overflow: visible;
  pointer-events: all;
}

.ScrollableChartContent--F3b5_ {
}

.ScrollableChartLegend--b_Gaw {
  padding-top: 5px;
}

.ScrollableChartTooltip--aMShS {
  position: absolute;
  top: 0;
}

.ScrollableChartTooltip--aMShS:not(:root) {
  overflow: visible;
}

.InteractionSurface--vre9m {
  pointer-events: all;
  visibility: hidden;
}

.LegendBarIcon--vICAX {
}

.LineSeries--PIJW4 {
}

.LineSeries--PIJW4 circle {
  stroke-width: 2px;
}

.LineSeries--PIJW4 path {
  fill: none;
  stroke: none;
  stroke-width: 2px;
}

.LegendDotIcon--mGkzS {
  fill: white;
  stroke-width: 3px;
}

.LegendLineIcon--PVCNT {
  fill: white;
  stroke-width: 3px;
}

.LegendStepIcon--RvdBT {
  fill: var(--gray400);
  stroke: white;
}

.LegendIcon--QGly7 {
}

.LegendItem--CvdtY {
}

.Legend--CDkx8 {
}

.TooltipShadow--HVKDL {
}

.TooltipBackground--H34OI {
}

.Map-popup-title{color:#fff;display:block;font-size:14px;font-weight:700}.Map-popup-address{color:#e4ebef;display:block;font-size:12px;line-height:1.5}.Map-popup-a:hover .Map-popup-address,.Map-popup-a:hover .Map-popup-title{text-decoration:underline}.leaflet-container .leaflet-popup-close-button{display:none}.leaflet-container .leaflet-popup-content-wrapper{background-color:#4d575b;border-radius:0;box-shadow:0 4px 4px 0 rgba(17,27,31,.24),0 0 4px 0 rgba(17,27,31,.12)}.leaflet-container .leaflet-popup-tip{border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);border-top:10px solid #4d575b;height:0;margin:0;width:0}.leaflet-container .leaflet-marker-icon{color:#fff}.leaflet-container .leaflet-marker-icon span{font-weight:700}.leaflet-marker-pane .marker-cluster-small,.leaflet-marker-pane .marker-cluster-medium,.leaflet-marker-pane .marker-cluster-large{background-color:rgba(255,151,138,.75)}.leaflet-marker-pane .marker-cluster-small div,.leaflet-marker-pane .marker-cluster-medium div,.leaflet-marker-pane .marker-cluster-large div{background-color:rgba(241,95,75,.75)}
.TooltipItem--BtxIj {
}

.TooltipItemLabel--K87lH {
  font-size: 10px;
}

.Tooltip--DTcdP {
  pointer-events: none;

  text {
    fill: white;
    font-size: 10px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}

.TooltipContent--hkWWu {
}

.TooltipItems--QDB__ {
}

.BarChart--qPT64 {
}

.HeatmapMonthAxis--VcigN text {
  font-size: 14px;
  text-anchor: middle;
}

.HeatmapCellDividers--_7E5H {
}

.HeatmapRow--LLxX_ {
}

.HeatmapRows--fq59Y {
}

.HeatmapTooltip--krPKM {
}

.HeatmapTooltipBackground--mkmgS {
}

.HeatmapTooltipContainer--5eW0x {
}

.HeatmapTooltipContent--Facxj {
}

.HeatmapTooltipDescription--sBGxr {
  font-size: 12px;
}

.HeatmapTooltipTitle--QPDRL {
  font-size: 16px;
}

.TimeAxisTickLabel--R82_o {
  text-anchor: middle;
}

.TimeAxis--BNQJ9 {
}

.Chart--xcv6X {
  overflow: visible !important;
  pointer-events: none;
}

.Heatmap--dccdZ {
}

.HeatmapGroups--reJuE {
}

.Column--G3fUJ {
}

.ClusteredColumnSeries--kOC5O {
}

.ColumnSeries--lwR1e {
}

.ColumnStep--VLX1T {
  fill: var(--gray400);
}

.ColumnStepSeries--ENTU8 {
  fill: var(--gray600);
  stroke: white;
}

.DifferenceColumnSeries--Tkq3D {
}

.Dot--ZKX0y {
  fill: white;
  stroke-width: 3px;
}

.DotSeries--TuyTd {
}

.HorizontalGridLines--c0Yan {
  stroke: var(--gray300);
}

.StackedColumnSeries--OA2iT {
}

.TimeseriesGroup--nhXLz {
}

.TimeseriesContainer--T3OaH {
}

.TimeseriesChart--wLniq {
}

.TimeseriesGroups--T4Fe5 {
}


.SummaryFigure{border-left-color:#e4ebef;border-left-style:solid;border-left-width:0}.SummaryFigure-title{color:#97a1a5;font-size:12px;font-weight:400;letter-spacing:.02em;line-height:1;margin-bottom:0;padding-left:10px;padding-top:8px}.SummaryFigure-content{padding-bottom:3px;padding-left:10px;padding-top:6px}.SummaryFigure-icon{float:left;margin-right:16px;height:50px;width:50px}.SummaryFigure-icon>svg{height:50px;width:50px}.SummaryFigure-arrow{display:inline-block}.SummaryFigure-arrow img{margin-right:3px;margin-top:-6px}.SummaryFigure-value{color:#111b1f;display:inline-block;font-size:20px;font-weight:400;line-height:1}.SummaryFigure-units{color:#111b1f;display:inline-block;font-size:16px;font-weight:400;line-height:1;padding-left:3px}.SummaryFigure-period{color:#97a1a5;display:inline-block;font-size:16px;font-weight:400;line-height:1;padding-left:3px}
.SummaryFigure--vertical>*{margin-bottom:12px}.SummaryFigure--vertical>*:last-child{margin-bottom:0}.CardCallouts-Row{margin-top:10px}.CardCallouts-Row .CardCallouts-Callout{display:inline-block;width:33.33%}
.CompetitionRankingsCard .CompetitionTrophies{bottom:0;left:0;position:absolute;top:16px}.CompetitionRankingsCard .CompetitionTrophies .trophy{color:#fff;font-weight:bold;margin-bottom:6px;position:relative;text-align:center}.CompetitionRankingsCard .CompetitionTrophies .trophy>.svg-symbol{height:40px;position:relative;top:11px;width:44px}.CompetitionRankingsCard .CompetitionTrophies .trophy>.svg-symbol.medallion-ribbon{height:38px;width:31px}.CompetitionRankingsCard .CompetitionTrophies .trophy .placement-number{color:#fff;left:0;position:absolute;right:0}.CompetitionRankingsCard .CompetitionTrophies .trophy .placement-number--cup{top:-5px}.CompetitionRankingsCard .CompetitionTrophies .trophy .placement-number--ribbon{top:6px}.CompetitionRankingsCard .CompetitionTrophies .trophy--negative .placement-number{color:#000;top:4px}.CompetitionRankingsCard .CompetitionTrophies .trophy img[src*=ribbon]+div{top:-28px}.CompetitionRankingsCard .CompetitionTrophies.hidden-values>div>.svg-symbol{height:26px !important}.CompetitionRankingsCard .CompetitionTrophies.hidden-values>div>div{color:#111b1f;left:8px;line-height:1;position:absolute;top:8px !important}.CompetitionRankingsCard .CompetitionTrophies.hidden-values .placement-number{font-size:12px}.CompetitionRankingsCard .CompetitionTrophies.hidden-values .placement-number--cup{top:5px}.CompetitionRankingsCard .CompetitionTrophies.hidden-values .placement-number--ribbon{left:1px;top:15px}
.ImageCard .ImageCard-CardConfig{border-radius:3px}.ImageCard img{max-width:none}.ImageCard [draggable]{cursor:move}.ImageCard .ImageCardCaption{background-color:#fff;box-sizing:border-box;height:100%;overflow:auto;padding:0 20px;right:0;top:0}.ImageCard .ImageCardCaptionTopFader,.ImageCard .ImageCardCaptionBottomFader{border-radius:5px;height:40px;position:absolute;right:0;width:33%}.ImageCard .ImageCardCaptionTopFader{background:linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);top:0}.ImageCard .ImageCardCaptionBottomFader{background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);bottom:0}
.IframeCard-iframe{border:none;width:100%}.IframeCard-Card{cursor:move;padding:10px}.IframeCard-CardConfig{height:14px;position:absolute;right:20px;top:22px;z-index:1}.IframeCard-CardContent{padding:20px}
.MapCard-Map{background-color:#f0f5f7;opacity:0;position:relative;transition:opacity .5s ease-in}.MapCard-Map--visible{opacity:1}.MapCard-Map-save-state{background:rgba(17,27,31,.3);border-radius:12px;bottom:8px;color:#fff !important;display:block;font-weight:600 !important;line-height:1;padding:4px 12px;position:absolute;right:10px;text-shadow:0 0 2px #717b7f;transition:all .2s ease;z-index:1}.MapCard-Map-save-state:hover{background:rgba(17,27,31,.6);color:#fff !important;text-shadow:0 0 2px #111b1f}
.MapCard--forExport .leaflet-control-container{display:none}.MapCard-Card{cursor:move}.MapCard .CardHeader{box-sizing:border-box;height:61px;padding-bottom:0}.MapCard .CardHeader .CardConfig{background:#fff;border-bottom-left-radius:5px;padding:2px;position:absolute;z-index:1}.MapCard .CardHeader .CardConfig .DropdownMenu-menu--visible{transform:translateZ(10px)}.MapCard .CardHeader .CardHeader-hr{display:none}.MapCard-CardContent{padding:0}
.NoDataCard .CardHeader{padding-bottom:0}.NoDataCard .CardContent{padding:67px;text-align:center}.NoDataCard .CardContent .SvgSymbol.drag-drop{display:block;display:none;height:inherit;margin:auto;width:inherit}.NoDataCard-caption{display:inline-block;font-size:16px;margin-top:15px;margin-top:0}
.ProjectProfileCard tr{display:flex}.ProjectProfileCard--column-left,.ProjectProfileCard--column-right{display:flex;align-items:flex-start}.ProjectProfileCard--column-left{font-weight:bold;width:40%}.ProjectProfileCard--column-right{width:60%}.ProjectProfileCard--column-right--content{overflow-wrap:break-word;white-space:normal;word-break:break-word}.ProjectProfileCard--table{font-size:14px;width:100%}.ProjectProfileCard--table div{margin-bottom:10px}
.ReadoutCard img.svg-symbol{height:inherit;width:inherit}.ReadoutCard .use-move-cursor{cursor:move}.ReadoutCard .CardHeader{margin-bottom:0;padding-bottom:0}.ReadoutCard .ReadoutCard--hideTitle-CardConfig{height:14px;position:absolute;right:20px;top:22px;width:14px;z-index:1}.ReadoutCard .CardContent{padding:30px 20px}.ReadoutCard .resource-icon{display:block;height:157px;margin:-30px auto;margin-bottom:-10px;width:157px}.ReadoutCard .dynamic-gauge{display:block;margin:0 auto;margin-bottom:12px;width:150px;height:75px}@media(min-width: 600px){.ReadoutCard .dynamic-gauge{width:200px;height:100px}}.ReadoutCard .numeric-readouts{font-weight:100;margin:0 20px 0 10px;text-align:center}.ReadoutCard .numeric-readouts.shrink-margin-top{margin-top:0}.ReadoutCard .numeric-readouts .numeric-value{display:inline-block;font-size:48px;line-height:48px}.ReadoutCard .numeric-readouts .units-readout{font-size:28px;margin-left:5px}.ReadoutCard .lower-readouts{text-align:center}.ReadoutCard .lower-readouts .percent-change{margin-bottom:10px}.ReadoutCard .lower-readouts .percent-change .percent-change-content{left:-5px;position:relative}.ReadoutCard .lower-readouts .percent-change .percent-change-content .sign-icon{display:inline-block;height:44px;left:3px;position:relative;vertical-align:middle;width:44px}.ReadoutCard .lower-readouts .percent-change .percent-change-content .percent-value{color:gray;display:inline-block;font-size:36px;font-weight:100;line-height:36px;vertical-align:middle}.ReadoutCard .lower-readouts .period{color:gray;display:inline-block;font-size:18px;line-height:18px;margin-top:10px}.ReadoutCard .lower-readouts .period .period-readout{color:#4d575b}.ReadoutCard .lower-readouts .period .compared-to{color:#848e92;font-weight:300}
.TrendsChart{margin-bottom:0;margin-left:10;margin-right:10}

@media(min-width: 1024px)and (max-width: 1074px){.SummaryCard .CardHeader-divider{padding:0 2px}}.SummaryCardItem{padding-bottom:8px;padding-top:8px}.SummaryCardItem:first-child{padding-top:0}.SummaryCardItem:last-child{border-bottom:0;padding-bottom:0}

.Cell .Cell--contents{align-items:center;display:flex}.Cell .Cell--icon{margin-right:6px;vertical-align:sub}
.Sticky{position:absolute;z-index:99}
.Table{background-color:#fff;border-collapse:collapse;border-radius:5px;border-spacing:0;table-layout:auto;width:100%}.Table tbody tr:hover td,.Table tbody tr:hover th{background-color:#e4ebef !important}.Table th,.Table td{box-sizing:border-box;font-size:14px;line-height:14px;padding:6px 10px;text-align:left;vertical-align:top}@media(min-width: 1025px){.Table th,.Table td{padding:12px 20px}}.Table th{font-weight:bold;padding:12px 10px;white-space:nowrap}@media(min-width: 1025px){.Table th{padding:12px 20px}}.Table thead th{border-bottom:1px solid #bac6cc;vertical-align:bottom}.Table tbody td{border-right:1px solid #bac6cc}.Table tbody td>a:not(.btn){text-decoration:underline}.Table tbody td:last-child{border-right:none}.Table .Table-Row--summary{font-weight:bold}.Table .Table-Row--summary .Table-Row--summary-cell{background-color:#fff;border:none;border-top:1px solid #bac6cc}.Table--scroll thead{background:#fff}.Table--sticky thead{background:#fff}.Table--sticky tbody{border-collapse:collapse;border-top:56px solid rgba(0,0,0,0)}.Table--striped{box-sizing:border-box;margin:16px;width:calc(100% - 32px)}.Table--striped tbody tr:nth-child(odd) td,.Table--striped tbody tr:nth-child(odd) th{background-color:#f9f9f9}.Table--striped tbody tr:nth-child(even) td,.Table--striped tbody tr:nth-child(even) th{background-color:#fff}.Table--striped td{vertical-align:middle}.Table--striped tr{height:50px}.Table--form-grid tbody td,.Table--form-grid thead th,.Table--form-grid tbody th,.Table--form-grid tr{border:none;margin:0;padding:0}.Table--form-grid td>.RevertableInput{margin-bottom:-1px;margin-left:-1px}.Table--form-grid td>.RevertableInput>input:focus{position:relative;z-index:1}.Table--form-grid tbody th{padding-right:50px;text-align:right;vertical-align:middle}.Table--row-groups tbody .Table-Row th{font-weight:normal;padding-left:14px}.Table--row-groups tbody .Table-RowGroup th{font-weight:bold;text-align:left}.Table--row-groups tbody tr.Table-RowGroup{height:38px !important}.Table--row-groups tbody tr.Table-RowGroup td{color:#717b7f;font-weight:bold;padding:12px;text-align:right;vertical-align:middle}
.TableCard .CardHeader{padding-bottom:5px}.TableCard .CardContent{overflow:scroll}.TableCard .Table{border:none;margin:0;width:100%;table-layout:fixed}.TableCard .Table th,.TableCard .Table td .Cell--text{white-space:normal;word-wrap:break-word}.TableCard--compact tr{height:30px}.TableCard .Cell .Cell--contents{display:inline;line-height:24px}.TableCard .Cell .SvgSymbol{height:24px;margin:0;width:24px}.TableCard .Cell .SvgSymbol[data-icon=up],.TableCard .Cell .SvgSymbol[data-icon=down],.TableCard .Cell .SvgSymbol[data-icon=up-green],.TableCard .Cell .SvgSymbol[data-icon=down-red]{position:absolute}.TableCard .Cell .SvgSymbol+.Cell--text{margin-left:24px}
.TenantConsumptionCostCard{display:block;position:relative}.TenantConsumptionCostCard a{text-decoration:underline}.TenantConsumptionCostCard table{width:100%}.TenantConsumptionCostCard .svg-symbol{display:inline-block;height:24px;width:24px}.TenantConsumptionCostCard .TenantConsumptionCostCard-table-container{overflow-x:scroll}.TenantConsumptionCostCard .TenantConsumptionCostCard-Tooltip-container{position:relative}.TenantConsumptionCostCard .TenantConsumptionCostCard-Tooltip-icon{display:inline-block;position:relative;top:6px}.TenantConsumptionCostCard .TenantConsumptionCostCard-resource-text{vertical-align:super}.TenantConsumptionCostCard .TenantConsumptionCostCard-superuser-lock{position:absolute;right:10px;top:10px}
@media print{.TextCard>div{overflow:hidden !important}}



.BuildingAnalyticsZoneFlowCard--Tooltip--Row{align-items:center;display:flex}.BuildingAnalyticsZoneFlowCard--Tooltip--Zone{align-items:center;display:flex}.BuildingAnalyticsZoneFlowCard--Tooltip--Zone .ColorIndicator{margin:0 2px 0 0;height:14px;width:14px}.BuildingAnalyticsZoneFlowCard--Tooltip--FlowRepresentation{margin:0 5px 2px 5px;font-size:10px}.BuildingAnalyticsZoneFlowCard .CardAttributes{margin-top:20px}.BuildingAnalyticsZoneFlowCard .modebar-container{display:none}
.ShadedBackground{min-height:calc(100vh - 370px);padding:12px}.ShadedBackground:after{clear:both;content:"";display:table}
.add-new-card{background-color:#f9f9f9;border:2px dashed #bac6cc;border-radius:5px;color:#97a1a5;display:block;font-size:14px;font-weight:500;margin:12px;padding:8px;text-align:center}.add-new-card:hover{background-color:#fff;text-decoration:none}
.GhostCard .CardContent{padding:30px;padding-top:40px;text-align:center}.GhostCard .CardContent .SvgSymbol.drag-drop{display:block;height:inherit;margin:auto;width:inherit}.GhostCard .CardHeader{padding-bottom:0}.GhostCard-caption{display:inline-block;font-size:16px;margin-top:15px}
.DashboardDropzone{height:auto;max-height:0;position:absolute;transform:translateY(-22px);width:calc(100% - 26px)}.DashboardDropzone::before{border:2px dashed #bac6cc;border-radius:5px;content:"";display:block;height:16px}.DashboardDropzone--hover::before{background-color:#e4ebef}
.ContainerCard{min-height:3em;padding:12px}.ContainerCard .Card{margin:0}.ContainerCard.ContainerCard--dragged .Card{box-shadow:0 0 8px 0 rgba(17,25,31,.12),0 8px 8px 0 rgba(17,25,31,.12);transform:scale(1.005, 1.005)}.ContainerCard .CardHeader:hover,.ContainerCard .mapbox-fixed:hover{cursor:move}.LayoutMenu li a i{background-color:#e4ebef;display:inline-block;height:17px;margin-right:2px;margin-top:2px;position:relative;top:3px}.LayoutMenu li a span{margin-left:8px}.LayoutMenu li a.DashboardLayout--full i{width:24px}.LayoutMenu li a.DashboardLayout--left_sidebar i:nth-of-type(1){width:6px}.LayoutMenu li a.DashboardLayout--left_sidebar i:nth-of-type(2){width:14px}.LayoutMenu li a.DashboardLayout--right_sidebar i:nth-of-type(1){width:14px}.LayoutMenu li a.DashboardLayout--right_sidebar i:nth-of-type(2){width:8px}.LayoutMenu li a.DashboardLayout--half i{width:10px}.LayoutMenu li a.DashboardLayout--third i{width:6px}.DashboardColumn{float:left;position:relative;min-height:1px}@media(max-width: 640px){.DashboardColumn{width:100% !important}}.DashboardRow{float:left;width:100%}.DashboardTitle{color:#fff;font-size:32px;font-weight:500;margin:13px}.LayoutSwitcher{margin-right:10px;min-width:auto;display:flex;align-items:center}.LayoutSwitcher .LayoutSwitcherItem{display:flex;align-items:center;padding-top:7px;padding-bottom:7px}.LayoutSwitcher .LayoutSwitcherItem .DashboardLayout{padding-left:5px;padding-right:3px}.LayoutSwitcher .LayoutSwitcherItem .SvgSymbol{height:30px;width:30px}.LayoutSwitcher .DropdownMenu-menu{right:-10px;top:108%}.LayoutSwitcher:hover svg g{fill:#3aa9df}.LaneSwitcher{padding:0 11px;min-width:42px}.LaneSwitcher.Button--right-edge{margin-right:10px;border-top-left-radius:0;border-bottom-left-radius:0}.LaneSwitcher.Button--left-edge{border-top-right-radius:0;border-bottom-right-radius:0;margin-right:-1px}.LaneSwitcher .SvgSymbol{width:15px}.LaneSwitcher .svg-symbol{fill:#cad4d8}.LaneSwitcher.isDisabled .svg-symbol{fill:#717b80}
.OptionList .OptGroup{margin-top:5px}.OptionList .OptGroup:first-of-type{margin-top:0}.OptionList .OptGroup .OptGroup-label{display:block;font-size:14px;font-weight:bold;margin:0 12px;padding:7px 0 5px 0}.OptionList .OptGroup .OptGroup-separator{border-bottom:1px solid #e4ebef;display:block;height:0;margin:10px 20px}.OptionList .OptGroup:first-child .OptGroup-separator{border:none;height:0}
.DashboardActionsIconBox{display:flex;border:1px solid #e4ebef;border-radius:19px;margin:0}.DashboardActionsIconBox form{margin:0}.DashboardActionsIconBox li{cursor:pointer;display:inline-block;height:30px;margin-left:16px;position:relative;vertical-align:middle}.DashboardActionsIconBox li:last-child{margin-right:16px}.DashboardActionsIconBox li .HelptextTooltip{position:absolute;z-index:1}.DashboardActionsIconBox li .DashboardActionsIconBox-su-lock{opacity:.5;position:absolute;right:-3px;top:-2px;z-index:1}.DashboardActionsIconBox li .DashboardActionsIconBox-su-lock:hover{opacity:1}.DashboardActionsIconBox li svg{margin-top:3px}.DashboardActionsIconBox li.DashboardActionsIconBox-link svg[data-icon=link]{margin-left:-5px;margin-right:-4px}.DashboardActionsIconBox li.DashboardActionsIconBox-link .HelptextTooltip{margin-left:-5px}.DashboardActionsIconBox li.DashboardActionsIconBox-email .SvgSymbol{top:4px}.DashboardActionsIconBox li.DashboardActionsIconBox-storyboard .SvgSymbol{width:20px}
.OptionList{cursor:pointer}.OptionList .Option{font-size:14px;font-weight:400;padding:7px 12px;position:relative}.OptionList .Option .svg-symbol{margin-right:6px;stroke:#717b7f;vertical-align:middle}.OptionList .Option:hover,.OptionList .Option.Option-focused{background-color:#f0f5f7;color:#3aa9df}.OptionList .Option:hover .svg-symbol,.OptionList .Option.Option-focused .svg-symbol{stroke:#3aa9df}.OptionList .Option.Option-selected{color:#536067}.OptionList .Option.Option-disabled{opacity:40%}.OptionList .Option .Option-match{background-color:#cbebfa}.OptionList .Option:hover .Option-add::before{color:inherit}.OptionList .Option .Option-checkbox-unchecked,.OptionList .Option .Option-checkbox-checked,.OptionList .Option .Option-radio-unchecked,.OptionList .Option .Option-radio-checked{background:#f9f9f9;border-color:#bac6cc;border-radius:3px;border-style:solid;border-width:1px;cursor:pointer;display:inline-block;height:18px;margin:0 8px 0 0;text-align:center;vertical-align:middle;width:18px}.OptionList .Option .Option-checkbox-unchecked,.OptionList .Option .Option-checkbox-checked{color:#8bc53f;font-size:16px;font-weight:400;line-height:18px}.OptionList .Option .Option-radio-unchecked,.OptionList .Option .Option-radio-checked{border-radius:10px;color:#3aa9df;font-size:48px;line-height:18px}

.Select{display:inline-block}.Select button{background:#fff;border:1px #f0f5f7 solid;font-size:14px;line-height:32px}.Select .Select-searchWrapper .svg-symbol{left:24px;position:absolute;top:16px}.Select .Select-searchWrapper input[type=text]{box-sizing:border-box;display:block;font-size:14px;height:32px;margin:10px auto;padding:0 4px 0 28px;width:calc(100% - 40px)}.Select .Select-message{font-size:14px;font-weight:normal;margin:20px 20px 0}.Select .Select-dropdown{background:#fff;box-shadow:0 4px 4px 0 rgba(17,25,31,.24),0 0 4px 0 rgba(17,25,31,.12);display:inline-block;max-height:240px;min-width:150px;overflow:auto;position:absolute;z-index:1000}
.FormSelect .Select .Button--select{min-width:200px;padding:3px 11px 3px 11px;text-align:left}.FormSelect .Select .Button-dropdown{float:right;margin-top:9px}
.FormSelectMultiple .Select .Button--select{min-width:200px;padding:3px 30px 3px 11px;text-align:left}.FormSelectMultiple .Select .Button-dropdown{float:right;margin-top:9px}
.DraggableListItem .SvgSymbol{margin:0 10px;vertical-align:top}.DraggableListItem .SvgSymbol:hover{cursor:grab}.DraggableListItem .DraggableListItem-content{display:inline-block}
.FormOrderedSelectMultiple-Category .Category-parentOption{font-size:20px}.FormOrderedSelectMultiple-Category .Category-childOptions{margin-left:30px}
.FormOrderedSelectMultiple{margin-bottom:23px}
.Tab,[class^=".Tab--"],[class*=".Tab--"]{display:inline-block;line-height:1.2;position:relative;text-decoration:none;-webkit-user-select:none}.Tab:hover,[class^=".Tab--"]:hover,[class*=".Tab--"]:hover{cursor:pointer}.Tab .Tab-contents,[class^=".Tab--"] .Tab-contents,[class*=".Tab--"] .Tab-contents{display:inline-block;position:relative;top:50%;transform:translateY(-50%);width:100%}.Tab .Tab-title,.Tab .Tab-aside,.Tab .Tab-icon,.Tab .Tab-dropdownMenu,[class^=".Tab--"] .Tab-title,[class^=".Tab--"] .Tab-aside,[class^=".Tab--"] .Tab-icon,[class^=".Tab--"] .Tab-dropdownMenu,[class*=".Tab--"] .Tab-title,[class*=".Tab--"] .Tab-aside,[class*=".Tab--"] .Tab-icon,[class*=".Tab--"] .Tab-dropdownMenu{display:inline-block;position:relative;vertical-align:middle}.Tab .Tab-title .DropdownMenu-trigger,.Tab .Tab-aside .DropdownMenu-trigger,.Tab .Tab-icon .DropdownMenu-trigger,.Tab .Tab-dropdownMenu .DropdownMenu-trigger,[class^=".Tab--"] .Tab-title .DropdownMenu-trigger,[class^=".Tab--"] .Tab-aside .DropdownMenu-trigger,[class^=".Tab--"] .Tab-icon .DropdownMenu-trigger,[class^=".Tab--"] .Tab-dropdownMenu .DropdownMenu-trigger,[class*=".Tab--"] .Tab-title .DropdownMenu-trigger,[class*=".Tab--"] .Tab-aside .DropdownMenu-trigger,[class*=".Tab--"] .Tab-icon .DropdownMenu-trigger,[class*=".Tab--"] .Tab-dropdownMenu .DropdownMenu-trigger{margin-right:-9px}.Tab .Tab-title,[class^=".Tab--"] .Tab-title,[class*=".Tab--"] .Tab-title{line-height:32px}.Tab .Tab-title--withAside,[class^=".Tab--"] .Tab-title--withAside,[class*=".Tab--"] .Tab-title--withAside{float:left}.Tab .Tab-aside,[class^=".Tab--"] .Tab-aside,[class*=".Tab--"] .Tab-aside{float:right;margin-left:5px;top:2px}.Tab .Tab-icon,[class^=".Tab--"] .Tab-icon,[class*=".Tab--"] .Tab-icon{top:2px}.Tab--month{background-color:#fff;border:1px solid #c6d3d9;border-left-width:0;box-sizing:border-box;color:#bac6cc;font-size:14px;height:38px;text-align:center;width:50.8px}.Tab--month:first-child{border-left-width:1px}.Tab--month:hover{background-color:#e4ebef}.Tab--month.Tab--selected{background-color:#c6d3d9;border:1px solid #c6d3d9;color:#fff;font-size:14px}.Tab--sheet{background-color:#e4ebef;border-radius:0 0 5px 5px;box-shadow:0 0 8px 0 rgba(17,25,31,.12),0 8px 8px 0 rgba(17,25,31,.12);color:#111b1f;font-size:18px;height:44px;min-width:100px;padding:0 22px;text-align:center;vertical-align:top}.Tab--sheet .DropdownMenu-icon.svg-symbol{height:14px;width:14px}.Tab--sheet .Tab-icon{top:0}.Tab--sheet .Tab-icon .svg-symbol{height:14px;width:14px}.Tab--sheet .DropdownMenu-trigger{top:3px}.Tab--sheet.Tab--selected{background-color:#fff}.Tab--underline{background:rgba(0,0,0,0);border-bottom:3px solid rgba(0,0,0,0);color:#4d575b;cursor:default;height:32px;line-height:1.618;margin-right:10px;padding:5px 10px}.Tab--underline:hover,.Tab--underline:focus{border-bottom:3px solid #cbebfa;color:#111b1f;outline:none;text-decoration:none}.Tab--underline:active{border-bottom:3px solid #8ecded;color:#111b1f}.Tab--underline.Tab--selected{border-bottom:3px solid #126b96;color:#111b1f;font-weight:700}
.TabBar,[class^=TabBar--],[class*=TabBar--]{display:inline-block;margin-left:auto;margin-right:auto;max-width:1600px;position:relative}.TabBar--underline{background:rgba(0,0,0,0)}.TabBar--sheet{background-color:#bac6cc;border-radius:0 0 5px 5px;bottom:0;box-shadow:inset 0 0 2px 0 rgba(17,25,31,.12),inset 0 2px 2px 0 rgba(17,25,31,.12);font-size:14px;min-height:46px;min-width:270px;position:absolute;width:100%}.TabBar--sheet-iconContainer{margin-left:10px;position:relative;top:8px}.TabBar--sheet-iconContainer:hover{cursor:pointer}.TabBar--sheet-iconContainer svg.TabBar--sheet-icon{height:30px;width:30px}.TabBar--sheet-top-shadow{box-shadow:0 0 18px 0 rgba(17,25,31,.12),inset 0 2px 2px 0 rgba(17,25,31,.12);height:2px;left:0;position:absolute;right:0;top:0}
.FormTabBar{margin-bottom:13px}
.ModalBody{font-size:14px;line-height:1.5;overflow:auto;padding:24px;position:relative}.ModalBody-content>h4{margin:16px 0 4px}.ModalBody-content>h4:first-child{margin-top:0}.ModalBody-content>p .svg-symbol{display:inline-block;margin-top:-10px}
.FusionSelectMultiple .autoCompleteInputRoot{flex-wrap:wrap;align-items:center}.FusionSelectMultiple .autoCompleteInputRoot input{background-color:rgba(0,0,0,0);border:none;box-shadow:none;min-width:30px;width:0;flex-grow:1;padding-top:0;padding-bottom:0;height:auto}.FusionSelectMultiple .group-header{padding:0 16px 0 8px;color:var(--color-text-highEmphasis, #191919);font-family:Roboto;font-size:14px;font-style:normal;font-weight:500;line-height:150%;letter-spacing:.105px}
.ModalFooter{border-top:1px solid #bac6cc;box-sizing:border-box;clear:both;height:70px;padding:16px;width:100%;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.ModalFooter-button-group{float:right}.ModalFooter-cancel{display:inline-block;margin-right:10px}.ModalFooter-cancel:hover{cursor:pointer}
.RadioButton{display:flex;align-items:center;position:relative;margin:0 0 5px 0}.RadioButton input[type=radio]{position:absolute;opacity:0;width:100%;height:100%;z-index:2}.RadioButton input[type=radio]:checked~.RadioButton--Mark:after{content:"";width:8px;height:8px;border-radius:4px;background-color:#3aa9df}.RadioButton input[type=radio]:disabled:checked~.RadioButton--Mark:after{background-color:#f0f5f7}.RadioButton input[type=radio]:hover~.RadioButton--Mark{box-shadow:inset 0 0 2px 0 rgba(17,25,31,.12),inset 0 2px 2px 0 rgba(17,25,31,.24)}.RadioButton--Mark{margin:0 8px 0 0;width:18px;height:18px;border-radius:10.8px;border:1px solid #bac6cc;display:flex;align-items:center;justify-content:center}.RadioButton--Label{line-height:20px}
.SearchBox{font-weight:normal;line-height:38px;position:relative;text-align:center}.SearchBox input[type=text]{border-radius:5px;box-shadow:none;box-sizing:border-box;color:#4d575b;height:40px;margin:0;padding:5px 5px 5px 32px;width:100%}.SearchBox input[type=text]:focus{border:1px solid #bac6cc}.SearchBox .SearchBox-icon-wrapper{bottom:0;display:flex;flex-direction:column;justify-content:center;position:absolute;top:0}.SearchBox .SearchBox-icon-wrapper [data-icon=search]{left:8px;opacity:.6;position:relative}
.DropdownFilter .SearchBox{border-bottom:2px solid #e4ebef;padding:12px}.DropdownFilter-empty-search-message{font-weight:bold;line-height:417px;text-align:center;white-space:nowrap}.DropdownFilter-section{box-sizing:border-box;display:inline-block;height:350px;overflow:auto}.DropdownFilter-section--left{background-color:#f0f5f7;float:left;padding:8px 0;width:176px}.DropdownFilter-section--right{float:right;width:240px}.DropdownFilter-category{display:flex;flex-direction:column;justify-content:center;line-height:normal;padding:5.5px 24px}.DropdownFilter-category:hover{background-color:#e4ebef}.DropdownFilter-category--selected{background-color:#3aa9df;color:#fff}.DropdownFilter-category--selected:hover{background-color:#3aa9df}.DropdownFilter-fieldset{display:none;margin:0 24px}.DropdownFilter-fieldset--selected{display:block;margin-top:14px}.DropdownFilter-fieldset-legend{border-bottom:0;color:#000;font-size:14px;font-weight:bold;line-height:20px;margin-bottom:10px;transform:translateZ(1px)}.DropdownFilter-num-selected{color:#97a1a5}.DropdownFilter .DropdownMenu{bottom:0;left:0;position:absolute;visibility:hidden}.DropdownFilter .DropdownMenu .DropdownMenu-trigger{bottom:0;left:0;position:absolute;visibility:hidden}.DropdownFilter .DropdownMenu-menu{height:480px;padding:0}.DropdownFilter .DropdownMenu .ModalBody{padding:0}.DropdownFilter .DropdownMenu .ModalFooter{border-top:2px solid #e4ebef;padding:12px;padding-left:24px}.DropdownFilter .DropdownMenu .ModalFooter-content{line-height:38px}.StickyHeader .DropdownFilter .Button{text-align:center}.StickyHeader .DropdownFilter .Button--select{margin-left:initial}.StickyHeader .DropdownFilter .Button--select [data-icon=dropdown]{transform:initial}
.PageHeader{display:inline-block;font-family:Roboto,"helvetica neue",Helvetica,Arial,sans-serif;position:relative;width:100%}.PageHeader-container{box-sizing:border-box;display:inline-block;padding-bottom:18px;padding-top:60px;position:relative;width:100%}.PageHeader-avatar{border-radius:16px;width:80px}.PageHeader-inner-container--with-avatar{box-sizing:border-box;display:inline-block;padding-left:8px;position:relative;top:-27px;width:calc(100% - 80px)}.PageHeader-inner-container--without-avatar{display:inline-block;width:100%}.PageHeader-title-container{display:inline-block}.PageHeader-title{display:inline-block;font-weight:500}.PageHeader-subTitle{display:inline-block;font-size:15px;font-weight:400}.PageHeader-button-container{float:right}
.group-header{padding:0 16px 0 8px;color:var(--color-text-highEmphasis, #191919);font-family:Roboto;font-size:14px;font-style:normal;font-weight:500;line-height:150%;letter-spacing:.105px}
.FilterPill{background-color:#e4ebef;border-radius:16px;color:#111b1f;display:inline-block;font-size:12px;padding:6px 15px;text-decoration:none;vertical-align:middle}.FilterPill--remove{color:#bac6cc;cursor:pointer;margin-left:4px}.FilterPill--remove:hover{text-decoration:none}
.FormField{margin-bottom:23px}.FormField--errors,.FormField--errors *{border-color:#b94a48;color:#b94a48}.FormField--errors .svg-symbol[data-icon=dropdown],.FormField--errors * .svg-symbol[data-icon=dropdown]{fill:#b94a48;fill:#000}.FormField--hidden{display:none}
.FilterPillsBar{margin:7px 0 -3px 0}.FilterPillsBar .FilterPill{margin:3px 10px 3px 0}.FilterPillsBar--spacer{height:25px}
.FormSet-form{margin-bottom:20px;padding:20px}.FormSet-form--hidden{display:none}.FormSet-addForm{cursor:pointer}.FormSet-addForm *{vertical-align:bottom}.FormSet-addForm-text{border-bottom-width:1px;border-bottom-style:solid;padding-bottom:1px}

.Modal{background-color:rgba(17,25,31,.7);bottom:0;left:0;position:fixed;right:0;top:0;z-index:20}.Modal-inner{background-color:#fff;border-radius:5px;box-shadow:0 8px 8px 0 rgba(17,25,31,.24),0 0 8px 0 rgba(17,25,31,.12);left:50%;max-width:calc(100vw - 6px);position:absolute;top:50%;transform:translate(-50%, -50%);width:500px;max-height:95vh;display:flex;flex-direction:column}.Modal-hidden{display:none}
.ModalHeader{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #bac6cc;height:70px;padding:25px}.ModalHeader-content{color:#111b1f;font-size:18px;font-weight:700}.ModalHeader-content .ModalHeader-button-group{display:block;float:right;text-align:right;width:50%}.ModalHeader-content .ModalHeader-cancel{font-size:12px;margin-right:10px}.ModalHeader-content .ModalHeader-cancel:hover{cursor:pointer}
.PeriodSelector{display:inline-block}.PeriodSelector .Select-dropdown-wrapper{position:relative}.PeriodSelector .Select-dropdown-wrapper .Select-dropdown{max-height:none}.PeriodSelector .Select-dropdown-wrapper .Select-dropdown .Option{height:30px;display:flex;align-items:center}.StickyHeader .PeriodSelector .Button svg[data-icon=dropdown]{transform:none}
.DropdownMenu.btn{padding:4px 8px 3px}.DropdownMenu.btn svg{left:3px;position:relative;top:-1px}
.DashboardSwitcherBox{margin:12px}.DashboardSwitcherBox .DashboardSwitcher{float:left}.DashboardSwitcherBox .DashboardSwitcher>span{color:#97a1a5;font-weight:normal;margin-right:10px}.DashboardSwitcherBox .DashboardSwitcher .Select{display:inline}.DashboardSwitcherBox .DashboardSwitcher .Select .Select-placeholder{padding:0}.DashboardSwitcherBox .DashboardSwitcher .Select .Select-dropdown{margin-left:82px;z-index:99999999}.DashboardSwitcherBox .DashboardActionsBox .DashboardSwitcher-DashboardActionsMenu{float:right}.DashboardSwitcherBox .DashboardActionsBox .DashboardSwitcher-DashboardActionsIconBox{display:inline-block;margin-left:10px;position:relative;top:5px}@media screen and (max-width: 950px){.DashboardSwitcherBox{display:flex;flex-direction:column}.DashboardSwitcherBox .DashboardActionsBox .DashboardSwitcher-DashboardActionsIconBox{margin:8px 0 0 20px}}
.ZeroStateCard{display:flex;flex-direction:column;padding-top:25px;align-items:center;justify-content:space-between;height:220px}.ZeroStateCard .ZeroStateCard--Image{height:120px;width:120px;margin-bottom:30px}.ZeroStateCard .ZeroStateCard--Text{margin-bottom:22px;font-weight:900}

/*# sourceMappingURL=shared.css.map*/