@charset "UTF-8";
/*
Font-Awesome

Font-awesome is our standard font icon library.  We also support glyphicons as well.
We are using font-awesome as is, so you can follow the documentation found at
[Font Awesome v4.5.0](http://fontawesome.io)
Current Version is 4.5.0

Styleguide 1.2
*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../images/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../images/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../images/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../images/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../images/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../images/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  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.33333em;
  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.28571em;
  text-align: center;
}

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

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

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

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

.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 {
  -webkit-filter: none;
  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;
}

/* Font 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: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

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

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

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

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

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

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

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before, .introjs-button.introjs-prevbutton > span:before {
  content: "";
}

.fa-chevron-right:before, .introjs-button.introjs-nextbutton > span:before {
  content: "";
}

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

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

.fa-twitter:before {
  content: "";
}

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

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

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

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

.fa-group:before,
.fa-users:before {
  content: "";
}

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

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

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

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

.fa-paperclip:before {
  content: "";
}

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

.fa-square:before {
  content: "";
}

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

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

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

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

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

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

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

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

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

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

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

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

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

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

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "";
}

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

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

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

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

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

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

.fa-crop:before {
  content: "";
}

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

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

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

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

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

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

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

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

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

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

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

.fa-ticket:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "";
}

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

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

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

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

.fa-gbp:before {
  content: "";
}

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

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

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

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

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

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

.fa-file:before {
  content: "";
}

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

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

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

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

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

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

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

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

.fa-dropbox:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

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

.fa-tumblr:before {
  content: "";
}

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

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

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

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

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

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

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

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

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

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "";
}

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

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

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

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

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

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

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

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

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

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

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

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

.fa-recycle:before {
  content: "";
}

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

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

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

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

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

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

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

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

.fa-git:before {
  content: "";
}

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

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

.fa-qq:before {
  content: "";
}

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

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

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

.fa-history:before {
  content: "";
}

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

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

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

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

.fa-bomb:before {
  content: "";
}

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

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

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

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "";
}

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

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

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

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

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

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

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

.fa-motorcycle:before {
  content: "";
}

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

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

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

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

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

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

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

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

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

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

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

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "";
}

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

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

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

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

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

.fa-hourglass:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

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

.fa-gg:before {
  content: "";
}

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

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

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

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

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

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

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

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

.fa-contao:before {
  content: "";
}

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

.fa-amazon:before {
  content: "";
}

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

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

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

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

.fa-industry:before {
  content: "";
}

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

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

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

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

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

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

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

.fa-fonticons:before {
  content: "";
}

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

.fa-edge:before {
  content: "";
}

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

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

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

.fa-usb:before {
  content: "";
}

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

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

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

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

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

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

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

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

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

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

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

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

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

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

.fa-blind:before {
  content: "";
}

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

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

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

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

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

.fa-glide:before {
  content: "";
}

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

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

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

.fa-viadeo:before {
  content: "";
}

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

.fa-snapchat:before {
  content: "";
}

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

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

.fa-pied-piper:before {
  content: "";
}

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

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

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

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

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

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

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

.fa-linode:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: "";
}

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

.fa-telegram:before {
  content: "";
}

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

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

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

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

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

.fa-shower:before {
  content: "";
}

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

.fa-podcast:before {
  content: "";
}

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

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

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

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

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

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

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

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.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;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../images/fonts/fontawesome-webfont-674f50d287.eot");
  src: url("../images/fonts/fontawesome-webfont-674f50d287.eot#iefix") format("embedded-opentype"), url("../images/fonts/fontawesome-webfont-af7ae505a9.woff2") format("woff2"), url("../images/fonts/fontawesome-webfont-fee66e712a.woff") format("woff"), url("../images/fonts/fontawesome-webfont-b06871f281.ttf") format("truetype"), url("../images/fonts/fontawesome-webfont-912ec66d75.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa-func-custom:before {
  font-weight: bold;
  content: 'f';
  font-family: monospace;
  font-size: 20px;
}

.fa-func-custom:after {
  content: '(x)';
  font-weight: bold;
  font-size: 14px;
}

.col-20 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

@media (min-width: 768px) {
  .col-20 {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .col-20 {
    float: left;
    width: 16.66667%;
  }
}

@media (min-width: 1200px) {
  .col-20 {
    float: left;
    width: 16.66667%;
  }
}

@media (min-width: 992px) {
  .col-20 {
    width: 20%;
  }
}

.col-25 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

@media (min-width: 768px) {
  .col-25 {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .col-25 {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .col-25 {
    float: left;
    width: 25%;
  }
}

.col-33 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

@media (min-width: 768px) {
  .col-33 {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .col-33 {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .col-33 {
    float: left;
    width: 33.33333%;
  }
}

.col-50 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

@media (min-width: 768px) {
  .col-50 {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .col-50 {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-50 {
    float: left;
    width: 50%;
  }
}

.col-66 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

@media (min-width: 768px) {
  .col-66 {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 992px) {
  .col-66 {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 1200px) {
  .col-66 {
    float: left;
    width: 66.66667%;
  }
}

.col-75 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

@media (min-width: 768px) {
  .col-75 {
    float: left;
    width: 75%;
  }
}

@media (min-width: 992px) {
  .col-75 {
    float: left;
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .col-75 {
    float: left;
    width: 75%;
  }
}

.col-100 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.col {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.glider-contain {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.glider-contain .carousel-navigation {
  font-size: 200%;
  padding: 10px;
}

.glider-contain .carousel-navigation.disabled {
  opacity: .2;
}

.glider {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.glider-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.glider.draggable .glider-slide img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.glider-slide {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
}

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  }
}

.article-carousel {
  text-align: left;
}

.article-carousel .article-card {
  padding: 5px;
}

.tf-select-__menu {
  z-index: 3;
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  outline: 0;
  -webkit-transition-property: visibility,opacity,-webkit-transform;
  transition-property: visibility,opacity,-webkit-transform;
  -o-transition-property: transform,visibility,opacity;
  transition-property: transform,visibility,opacity;
  transition-property: transform,visibility,opacity,-webkit-transform;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
  -o-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  outline: 0;
  -webkit-transition-property: visibility,opacity,-webkit-transform;
  transition-property: visibility,opacity,-webkit-transform;
  -o-transition-property: transform,visibility,opacity;
  transition-property: transform,visibility,opacity;
  transition-property: transform,visibility,opacity,-webkit-transform;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
  -o-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

.tippy-box[data-theme=light] {
  text-align: left;
  background-color: white;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 10px;
  -webkit-box-shadow: 1px 4px 8px #ccc;
  box-shadow: 1px 4px 8px #ccc;
}

.tippy-box[data-theme=light] a:hover {
  text-decoration: underline;
}

.tippy-box[data-theme=light] ul {
  padding-left: 0;
  list-style: none;
}

.tippy-box[data-theme=light] li {
  margin-bottom: 10px;
}

.tippy-box[data-theme=light][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #ccc;
}

.tippy-box[data-theme=light][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #ccc;
  top: -8px;
}

.tippy-box[data-theme=light][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #ccc;
}

.tippy-box[data-theme=light][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #ccc;
}

.section-dropdown {
  z-index: 0;
}

.component-dropdown .dropdown-toggle {
  display: inline-block;
}

.component-dropdown .popover .arrow {
  left: auto;
  right: 0.5em;
}

/*
// just overriding bootstrap stuff
// we mostly using the styling - not an actual bootstap popover.  if not active,
// we don't render..
.component-dropdown {
  // bootstrap overrides
  position: absolute;
  top: 0;
  right: 0; // button padding...
  &.edit-section,
  &.edit-container {
    position: relative;
    // the edit-container btn doesn't have any siblings, and btn-link assumes button padding
    // regular button types (with backgrounds) should have it, but the link
    // should be flush

  }
  &.edit-section {
    display: inline-block;
  }
  &.edit-container {
    .btn-link.btn-edit-component {
      padding-right: 0;
    }
  }
  &.edit-container {
    .btn-edit-component {
      padding-top: 0;
      .btn-label {
        text-transform: capitalize;
        font-size: 90%;

      }

    }
  }
  .btn-label {
    line-height: 20px;
    font-size: 11px;
  }


}

.component-dropdown-menu {
  .close {
    opacity: 1;
  }
  label {
    font-weight: normal; // bootstrap is default to bold, not necessary
  }
  &.popover.bottom{
    position:relative;
    width: 300px;
    z-index: 90;
    display: block;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    .popover-title {
      background-color: white;
    }
    & > .arrow {
      left: auto;
      right: 5px;
      top: -16px;
    }


  }
  .delete-component-confirmation {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 3;

    left: 0;
    padding: 20px;
    text-align: center;
    .delete-component-confirmation-message {

    }
  }

}



.dropdown-menu {
// dropdowns are attached to the body, make sure they are
  // visible for dropdowns in modals
  z-index: $zindex-modal+1;
}
*/
.edit-container-menu {
  text-align: left;
  display: inline-block;
  float: right;
}

.edit-container-menu .slider.slider-horizontal {
  width: 98%;
}

.edit-container-menu .slider-tick {
  height: 0;
  width: 0;
}

.edit-container-menu .section-container-changesize, .edit-container-menu .section-container-showvalues {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.edit-container-menu .btn-label {
  padding-right: 5px;
}

.period-menu {
  min-height: 22px;
  text-align: center;
}

.period-menu .btn-link {
  padding-top: 0;
  padding-bottom: 0;
}

.period-menu .btn-link,
.period-menu .btn-link:active,
.period-menu .btn-link:visited {
  color: #a5a5a5;
}

.period-menu .btn-link:hover {
  color: black;
}

.period-menu .period-control.component-dropdown {
  position: relative;
}

.period-menu .period-control .no-menu-label {
  line-height: 20px;
  padding: 8px 12px;
  font-size: 11px;
}

.period-menu .btn-label + .fa {
  padding-left: 5px;
  font-size: 8px;
}

.period-menu .period-control + .period-control {
  border-left: 1px solid #ccc;
}

.period-control-menu .dropdown-menu {
  border: none;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.period-control-menu.popover.bottom {
  width: 200px;
}

.period-control-menu > .arrow {
  display: none;
}

.period-control-menu ul {
  padding-left: 0;
  list-style: none;
}

.period-control-menu.period-label-menu ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
}

.period-control-menu.period-label-menu li.active > .fa {
  padding-right: 5px;
}

.edit-container {
  text-align: left;
  display: inline-block;
  float: right;
}

.edit-container .slider.slider-horizontal {
  width: 100%;
}

.edit-container .slider-tick {
  height: 0;
  width: 0;
}

.edit-container .section-container-changesize, .edit-container .section-container-showvalues {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.edit-container .btn-label {
  padding-right: 5px;
}

.btn-edit-container .btn-label {
  padding-right: 5px;
}

.component-drag-handle {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.1);
}

.component-drag-handle .fa {
  color: rgba(0, 0, 0, 0.3);
}

.component-drag-handle:hover {
  background-color: black;
  cursor: move;
}

.component-drag-handle:hover .fa {
  color: white;
}

.text-block .component-drag-handle,
.chart.component .component-drag-handle,
.component-value-output.component .component-drag-handle {
  position: absolute;
  left: 0;
  top: 0;
}

.ql-editor {
  padding: 2px 15px;
}

.edit-mode .ql-editor {
  padding: 12px 15px;
}

.parse-progress .progress {
  position: relative;
  height: 3px;
  background-color: #ddd;
}

.parse-progress .progress-bar {
  background: #2684ff;
  height: 100%;
  border-radius: inherit;
  -webkit-transition: width .2s ease-in;
  -o-transition: width .2s ease-in;
  transition: width .2s ease-in;
}

.circle-background,
.circle-progress {
  fill: none;
}

.circle-background {
  stroke: #ddd;
}

.circle-progress {
  stroke: #2684ff;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.circle-text {
  font-size: 3em;
  font-weight: bold;
  fill: red;
}

.parse-progress {
  position: fixed;
  bottom: 10px;
  left: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
  z-index: 2;
}

.parse-progress .panel-heading,
.parse-progress .panel-content {
  text-align: left;
}

.parse-progress .panel-heading {
  padding: 0;
}

.parse-progress .progress {
  margin-bottom: 5px;
}

.bar-only .progress {
  height: 3px;
}

.presentation-initial-screen {
  background-color: white;
  position: fixed;
  font-size: 24px;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  color: #333;
  padding: 0 20px;
  text-align: left;
}

.presentation-initial-screen h1, .presentation-initial-screen .h1 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#presentation .presentation-initial-screen {
  margin-top: -48px;
}

/* remnants of current header - can be dealt with when removed*/
#giraffe-RootContainer {
  position: absolute;
  left: -100000em;
}

#addOrEditSectionModal .radioContainer {
  font-size: 14px;
  text-align: left;
  display: table;
  width: 100%;
  height: 50px;
}

.save-transformation .btn {
  color: white !important;
  padding-top: 3px;
  padding-bottom: 3px;
}

.save-transformation .btn.save-exit {
  padding-left: 10px;
  padding-right: 10px;
}

.changes-auto-saved {
  color: #999;
  font-size: 90%;
}

.presentation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.presentation label.form-control:hover {
  cursor: pointer;
  background-color: #f8f8f8;
}

.presentation .form-label {
  font-size: 14px;
  font-weight: bold;
}

.presentation .presentation-stage {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

.presentation .presentation-stage #stretch-area {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.presentation .presentation-banner {
  background-color: #fff2ccff;
  color: #1b5f7e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: fixed;
  z-index: 3;
  height: 34px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .presentation .presentation-banner {
    -webkit-box-shadow: 0px 1px 8px #888888;
    box-shadow: 0px 1px 8px #888888;
  }
}

.presentation .presentation-banner + .presentation-tools {
  margin-top: 34px;
}

.presentation .presentation-banner + .presentation-tools + .presentation-stage {
  margin-top: 34px;
}

@media (max-width: 991px) {
  .presentation .presentation-banner + .presentation-tools + .presentation-stage {
    margin-top: 94px;
  }
}

.presentation .presentation-banner .close-button {
  right: 7px;
  font-size: 15px;
  -webkit-box-shadow: 0px 0px 2px #888888;
  box-shadow: 0px 0px 2px #888888;
  padding: 1px 5px;
  cursor: pointer;
  position: fixed;
  color: #cc0000;
}

.presentation .presentation-banner .presentation-banner-label {
  width: 100%;
  text-align: center;
}

.presentation .presentation-banner .presentation-banner-label a {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 8px;
}

@media (max-width: 767px) {
  .presentation .presentation-banner .presentation-banner-label a {
    font-size: 15px;
    padding: 9px;
  }
}

.presentation .scrollGuideLine {
  border: 3px solid #ffffff;
}

.presentation .scrollGuideLine:hover {
  border: 3px solid #0000ff;
}

.presentation .chartDrawerSheet {
  font-size: large;
  font-weight: bold;
  padding-bottom: 5px;
}

/**
ICON drawer
**/
#presentation > header {
  padding: 30px;
  padding-top: 10px;
  padding-bottom: 0;
}

#presentation > section {
  padding-left: 30px;
  padding-right: 30px;
}

.presentation.edit-mode .presentation-title {
  border: 1px solid;
}

.presentation.edit-mode .presentation-title:hover {
  border: 1px solid;
  cursor: text;
}

.presentation.edit-mode .presentation-title .notification-control {
  position: relative;
}

.presentation.edit-mode .presentation-title .notification-control .badge {
  top: -2px;
  font-size: 10px;
  right: -10px;
  position: absolute;
}

.period-dropdown {
  display: inline-block;
  margin-top: 15px;
  height: 24px;
  padding: 0px;
}

.period-dropdown-row.stuck {
  margin-top: -40px;
}

.scenario-tabs.stuck * .workingModels {
  height: 38px;
}

.scenario-tabs.stuck * .modelsOuter {
  height: 38px;
}

.scenario-tabs.stuck * .more-tabs {
  padding-top: 0px;
  margin-top: 0px;
  height: 38px;
}

.scenario-tabs.stuck * .nonmodeltab {
  height: 38px;
  margin-top: 0px;
}

.scenario-tabs.stuck * .model {
  padding-top: 0px;
}

.scenario-tabs.stuck * .model .price {
  height: 38px;
  margin-top: 0px;
  padding-top: 0px;
}

.scenario-tabs.stuck * .model.indicator {
  height: 38px;
  margin-top: 0px;
  padding-top: 0px;
}

.scenario-tabs.stuck * .model * .publishLink {
  display: none;
}

.scenario-tabs.stuck * .model * .creator {
  display: none;
}

.section-sticky-control-message {
  font-size: 9px;
}

#sessionExpiredPopupCountDown {
  font-size: 16px;
  font-weight: "bold";
  width: 100%;
  text-align: center;
}

.upload-options .form-footer-buttons {
  position: relative;
  bakground-color: transparent;
}

#presentation .presentation-breadcrumb {
  font-size: 12px;
}

#presentation .presentation-breadcrumb .breadcrumb {
  background-color: transparent;
  padding: 2px 2px;
  margin: 0px;
}

#presentation .presentation-page-crumb-text .ql-editor {
  padding: 0px;
  font-size: 12px;
}

#presentation .presentation-header {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  #presentation .presentation-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
}

#presentation .presentation-title {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}

#presentation .presentation-title .ql-editor {
  padding-top: 0;
}

#presentation .presentation-title + .dropdown {
  margin-left: 1em;
  display: inline-block;
}

#presentation .presentation-title input {
  width: 90%;
  display: inline-block;
}

#presentation .presentation-subtitle .presentation-subtitle-text .ql-editor {
  padding: 0px 0px 2px 2px;
  font-size: 18px;
}

#presentation .presentation-sharing-tools {
  /*button,a {
      font-size: 1.2em;
    }*/
}

#presentation .presentation-sharing-tools .tour-button {
  border-left: 1px solid;
}

#presentation .presentation-sharing-tools .btn-exit-preview {
  font-size: 12px;
  padding: 2px 8px;
}

#presentation .presentation-sharing-tools button, #presentation .presentation-sharing-tools a {
  font-size: 12px;
}

#presentation {
  /** these are the 'legend style' new tabs.  These styles are pretty specific */
}

#presentation .tool-drawer-scenarios .scenario-visibility-btn {
  margin-left: 0;
  margin-top: 0.5em;
}

#presentation .scenario-visibility-btn {
  padding: 0 0.5em;
  margin-left: 1em;
  font-size: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#presentation .scenario-visibility-btn.scenario-visible,
#presentation .tool-drawers .scenario-visibility-btn.scenario-visible {
  background-color: #5cb85c;
}

#presentation .scenario-visibility-btn.scenario-visible:hover,
#presentation .tool-drawers .scenario-visibility-btn.scenario-visible:hover {
  background-color: #80c780;
}

#presentation .scenario-visibility-btn.scenario-invisible,
#presentation .tool-drawers .scenario-visibility-btn.scenario-invisible {
  background-color: #d9534f;
}

#presentation .scenario-visibility-btn.scenario-invisible:hover,
#presentation .tool-drawers .scenario-visibility-btn.scenario-invisible:hover {
  background-color: #e27c79;
}

#presentation .scenario-tabs .model .indicator {
  border-top: 3px solid;
}

#presentation .scenario-tabs .model.current .indicator {
  border-bottom-color: transparent;
}

#presentation .scenario-title-container {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

#presentation .active-forecast-title.transition-enter {
  opacity: 0;
  overflow: hidden;
  height: auto;
  -webkit-transform: translate(-15px, 0);
  -ms-transform: translate(-15px, 0);
  transform: translate(-15px, 0);
  -webkit-transition: opacity .2s, -webkit-transform .2s ease-in-out;
  transition: opacity .2s, -webkit-transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out, opacity .2s;
  transition: transform .2s ease-in-out, opacity .2s;
  transition: transform .2s ease-in-out, opacity .2s, -webkit-transform .2s ease-in-out;
}

#presentation .active-forecast-title.transition-enter-active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

#presentation .active-forecast-title.transition-exit {
  overflow: hidden;
  height: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-transform .2s;
  -o-transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s, -webkit-transform .2s;
  display: none;
}

#presentation .active-forecast-title.transition-exit-active {
  position: absolute;
  -webkit-transform: translate(0, -10%);
  -ms-transform: translate(0, -10%);
  transform: translate(0, -10%);
  display: none;
}

#presentation .presentation-scenario-tabs {
  text-align: left;
  margin-bottom: 10px;
  /* background-color: whitesmoke; */
  /* border-top: 1px solid #ccc; */
  border-bottom: 1px solid #ccc;
  /*padding-top: 15px;*/
}

#presentation .presentation-scenario-tabs .scenario-comparisons {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  border-right: 1px solid #ccc;
  padding-bottom: 15px;
}

#presentation .presentation-scenario-tabs .scenario-comparisons .scenario-icon:first-child {
  margin-left: 0;
}

#presentation .presentation-scenario-tabs .scenario-comparisons .scenario-icon {
  margin-left: 10px;
}

#presentation .presentation-scenario-tabs .scenario-comparisons .scenario-icons {
  display: inline-block;
  padding-top: 5px;
  vertical-align: middle;
}

#presentation .presentation-scenario-tabs .scenario-active {
  display: inline-block;
  padding-left: 20px;
  max-width: 60%;
}

#presentation .presentation-scenario-tabs .scenario-comparing-label {
  color: #999;
  font-size: 80%;
  display: block;
  padding-bottom: 5px;
  text-transform: capitalize;
  height: 2em;
}

#presentation .presentation-scenario-tabs .active-forecast-title {
  display: inline-block;
  font-weight: bold;
  vertical-align: text-bottom;
  font-size: 18px;
  color: #3C4E6C;
  float: left;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#presentation .presentation-scenario-tabs .active-forecast-title .scenario-icon-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

#presentation .presentation-scenario-tabs .active-forecast-title .scenario-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

#presentation .presentation-scenario-tabs .active-forecast-title .scenario-icon {
  margin-right: 5px;
}

#presentation .presentation-scenario-tabs .period-dropdown {
  float: right;
  width: 120px;
}

#presentation .period-dropdown-row {
  padding-right: 5px;
  padding-top: 5px;
}

.presentation-section {
  /** BEGIN highlight section and/or container when hovering over controls*/
  border: 1px solid transparent !important;
  /** END highlight section and/or container when hovering over controls*/
}

.presentation-section:first-child {
  margin-top: 0;
}

.presentation-section .container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid transparent !important;
}

.presentation-section .container-column.hover-highlight {
  background-color: #F9F9F9;
  /*border: 1px solid lightblue !important;*/
}

.presentation-section.hover-highlight {
  background-color: #F9F9F9;
  /*border: 1px solid lightblue !important;*/
  overflow: hidden;
  /*.section-heading-container{
    		border-top: 1px solid transparent !important;
    		border-left: 1px solid transparent !important;
    		border-right: 1px solid transparent !important;
    		
  		}*/
}

.presentation-section.hover-highlight .container-column {
  background-color: #F9F9F9;
}

.presentation-section .presentation-heading:hover .section-heading {
  color: #3367a2;
}

.presentation-section .section-heading-container {
  min-height: 28px;
  border: 1px solid transparent;
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.presentation-section .section-heading-container > * {
  padding: 0;
}

.presentation-section .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  float: left;
  width: 83.33333%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

@media (min-width: 768px) {
  .presentation-section .section-header {
    float: left;
    width: 91.66667%;
  }
}

@media (min-width: 992px) {
  .presentation-section .section-header {
    float: left;
    width: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .presentation-section .section-header {
    float: left;
    width: 91.66667%;
  }
}

.edit-mode .presentation-section .section-header {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

@media (min-width: 768px) {
  .edit-mode .presentation-section .section-header {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .edit-mode .presentation-section .section-header {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .edit-mode .presentation-section .section-header {
    float: left;
    width: 66.66667%;
  }
}

.presentation-section .section-controls {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  float: left;
  width: 16.66667%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

@media (min-width: 768px) {
  .presentation-section .section-controls {
    float: left;
    width: 8.33333%;
  }
}

@media (min-width: 992px) {
  .presentation-section .section-controls {
    float: left;
    width: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .presentation-section .section-controls {
    float: left;
    width: 8.33333%;
  }
}

.edit-mode .presentation-section .section-controls {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

@media (min-width: 768px) {
  .edit-mode .presentation-section .section-controls {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .edit-mode .presentation-section .section-controls {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .edit-mode .presentation-section .section-controls {
    float: left;
    width: 33.33333%;
  }
}

.presentation-section .section-heading {
  text-align: left;
}

.presentation-section .section-heading .btn-caret, .presentation-section .section-controls .btn-caret {
  padding: 5px 12px;
}

.presentation-section .section-heading .btn-caret .fa-caret-up, .presentation-section .section-heading .btn-caret .fa-caret-down, .presentation-section .section-controls .btn-caret .fa-caret-up, .presentation-section .section-controls .btn-caret .fa-caret-down {
  font-size: 20px;
}

.presentation-section .section-title {
  border: 1px solid transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.presentation-section .section-collapsed-icon,
.presentation-section .section-heading .section-title {
  display: inline-block;
  vertical-align: middle;
}

.presentation-section .section-collapsed-icon {
  padding: 0 13px 0 3px;
  font-size: 1.2em;
}

.presentation-section.isCollapsed .section-collapsed-icon {
  padding: 0px 14px 0px 5px;
}

.presentation-section .icon-collapse-state {
  vertical-align: super;
}

.presentation-section .default-controls .btn-section-edit {
  margin-top: -5px;
  font-size: 1.2em;
}

.presentation-section .delete-processing-message p {
  padding-top: 5px;
}

.presentation-section.isCollapsed {
  overflow-x: visible;
  border-bottom: 1px solid;
}

.presentation-section.isCollapsed:first-child {
  border-top: 1px solid;
}

.presentation-section .section-container {
  margin-right: -5px;
  margin-left: -5px;
}

.presentation-section .section-container:before, .presentation-section .section-container:after {
  display: table;
  content: " ";
}

.presentation-section .section-container:after {
  clear: both;
}

.presentation-section .section-container:before, .presentation-section .section-container:after {
  display: table;
  content: " ";
}

.presentation-section .section-container:after {
  clear: both;
}

.section-edit-modal .section-container-holder {
  min-height: 310px;
}

.edit-mode .section-container-outer {
  border: 1px dotted #ccc;
}

.section-container {
  padding-left: 0;
  padding-right: 0;
}

.section-container {
  /*
[4]: Make it smooth scrolling on iOS devices
[5]: Hide the ugly scrollbars in Edge until the scrollable area is hovered
[6]: Hide the scroll bar in WebKit browsers
*/
}

.section-container.wrapped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-container.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* [4] */
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* [5] */
}

.presentation.edit-mode .presentation-section .section-title {
  min-height: 21px;
  min-width: 50px;
}

.presentation.edit-mode .presentation-section .section-title:hover {
  cursor: text;
  border: 1px solid lightblue;
}

.modal .modal-header .delete-component-confirmation {
  padding: 3px;
  padding-left: 10px;
  background-color: #f2dede;
}

.modal .modal-header .delete-component-confirmation .delete-component-confirmation-message {
  display: inline-block;
  margin-right: 10px;
}

.section-edit-modal .modal-dialog {
  width: 75%;
}

.sections-area {
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.admin-only-visible-section-heading {
  background-color: #f7f7f7;
  border-left: 1px solid #ccc !important;
}

.section-edit-modal {
  width: 100%;
}

.section-edit-modal .btn-edit-container {
  margin-top: -5px;
}

.section-edit-modal .section-container {
  border: 1px dotted #ccc;
}

.section-edit-modal .section-edit-controls .checkbox {
  margin-right: 10px;
}

.section-edit-modal .btn-add-container {
  margin-top: -5px;
}

.section-edit-modal .section-collpased-control, .section-edit-modal .section-collapsible-control {
  display: inline-block;
  vertical-align: top;
}

.section-edit-modal .btn-delete {
  display: block;
  width: 100%;
}

.section-edit-modal .form-inline .checkbox .section-sticky-control-message {
  padding-left: 20px;
}

.scenario-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.scenario-icon .scenario-icon-background {
  width: 100%;
  height: 100%;
  display: block;
}

.scenario-icon .scenario-icon-background.scenario-icon-circle {
  border-radius: 50%;
}

.scenario-icon .active-indicator-line {
  display: block;
  background-color: #2684ff;
  height: 2px;
  margin-top: 5px;
  visibility: visible;
  margin-left: 0;
}

.scenario-icon.is-active .active-indicator-line {
  width: 100%;
}

.modifiable-point-tip {
  margin-top: 5px;
  font-size: 9px;
  text-align: left;
}

.modifiable-point-tip .modifiable-point {
  width: 10px;
  height: 10px;
  background-color: blue;
  display: inline-block;
  border-radius: 50%;
  vertical-align: text-top;
  margin-right: 5px;
}

.presentation-tools {
  width: 100%;
  z-index: 2;
}

.presentation-tools .disabled {
  opacity: 0.4;
}

.presentation-tools .presentation-editing-tools-nav {
  width: 100%;
  border: 1px solid #ddd;
}

.presentation-tools .presentation-editing-tools-nav .presentation-editing-tools-nav-item {
  display: block;
  cursor: pointer;
  text-align: left;
  padding-left: 10px;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 2;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.presentation-tools .presentation-editing-tools-nav .presentation-editing-tools-nav-item:hover {
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.presentation-tools .tool-drawer-sections-body .list-group-item.level2 {
  margin-left: 10px;
}

.presentation-tools .tool-drawer-sections-body .list-group-item.level3 {
  margin-left: 20px;
}

.presentation-tools .tool-drawer-sections-body .list-group-item.level4 {
  margin-left: 30px;
}

.tool-controls {
  height: 100%;
  width: 60px;
  margin-left: 0;
  padding-left: 0;
  text-align: center;
  list-style: none;
  padding-top: 10px;
}

.tool-controls li {
  display: block;
}

.tool-controls a {
  padding: 15px 0;
  display: block;
  position: relative;
}

@media (max-width: 767px) {
  .tool-controls a {
    padding: 10px 0 0;
  }
}

.tool-controls a .fa {
  font-size: 2em;
}

.tool-controls a .tool-title {
  font-size: .65em;
  display: block;
  padding: 5px;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-top: 4px;
}

@media (max-width: 767px) {
  .tool-controls a .tool-title {
    margin-top: 0;
  }
}

.tool-drawers {
  text-align: left;
  border-right: 1px solid;
  width: calc(100% - 60px);
  position: relative;
}

.tool-drawers .close-drawer {
  position: absolute;
  z-index: 1;
  font-size: 20px;
  color: #b1b1b1 !important;
}

.tool-drawers .close-drawer:link, .tool-drawers .close-drawer:visited, .tool-drawers .close-drawer:active {
  color: #ccc !important;
}

.tool-drawers .close-drawer:hover {
  background-color: #0370D2;
  color: white;
}

@media (max-width: 991px) {
  .tool-drawers .close-drawer {
    bottom: -38px;
    font-size: 40px;
    color: #ffffff !important;
    width: 100%;
    text-align: center;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#5a5a5a));
    background: -o-linear-gradient(top, #fafafa 0%, #5a5a5a 100%);
    background: linear-gradient(to bottom, #fafafa 0%, #5a5a5a 100%);
  }
}

@media (min-width: 992px) {
  .tool-drawers .close-drawer {
    top: 0px;
    right: -10px;
    bottom: auto;
    left: auto;
  }
}

.tool-drawers .tool-drawer {
  font-size: 14px;
  line-height: 1.42857;
}

.tool-drawers .tool-drawer .tool-drawer-title {
  margin-top: 0;
  padding-top: 0px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}

.tool-drawers .tool-drawer label {
  padding-right: 0;
  font-size: 1em;
  margin: 4px 0;
}

.tool-drawers .tool-drawer .tool-drawer-presentation-options {
  padding-bottom: 30px;
  height: 100%;
  text-align: left;
  overflow: auto;
}

.tool-drawers .tool-drawer .tool-drawer-presentation-options p a {
  text-decoration: none;
}

.tool-drawers .tool-drawer .tool-drawer-panel.tool-drawer-chart {
  padding: 0;
}

@media (max-width: 991px) {
  .tool-drawers .tool-drawer .tool-drawer-panel.tool-drawer-chart {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.tool-drawers .tool-drawer .tool-drawer-chart {
  height: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tool-drawers .tool-drawer .tool-drawer-chart .chart-drawer-controls {
  padding: 28px 15px 15px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.tool-drawers .tool-drawer .tool-drawer-chart .chart-drawer-controls .input-group-addon {
  padding-left: 0px;
}

.tool-drawers .tool-drawer .tool-drawer-chart .chart-drawer-controls form > .form-group {
  margin-bottom: 8px;
}

.tool-drawers .tool-drawer .tool-drawer-chart .chart-drawer-controls form > .form-group:last-child {
  margin-bottom: 0;
}

.tool-drawers .tool-drawer .tool-drawer-chart .chart-drawer-controls form {
  margin-bottom: 5px;
}

.tool-drawers .tool-drawer .tool-drawer-chart .chart-drawer-list {
  padding: 15px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.tool-drawers .tool-drawer .tool-drawer-chart .drawer-chart-container:hover {
  cursor: move;
}

.tool-drawers .tool-drawer .tool-drawer-chart .drawer-chart-container:nth-child(odd) {
  padding-right: 3px;
}

.tool-drawers .tool-drawer .tool-drawer-chart .drawer-chart-container:nth-child(odd) .drawer-chart {
  margin-left: -3px;
}

.tool-drawers .tool-drawer .tool-drawer-chart .drawer-chart-container:nth-child(even) {
  padding-left: 3px;
}

.tool-drawers .tool-drawer .tool-drawer-chart .drawer-chart-container:nth-child(even) .drawer-chart {
  margin-right: -3px;
}

.tool-drawers .tool-drawer .tool-drawer-chart .drawer-chart {
  text-align: center;
  position: relative;
  font-size: 85%;
  height: 112px;
}

.tool-drawers .tool-drawer .tool-drawer-chart .drawer-chart-title {
  display: block;
  word-break: break-word;
}

.tool-drawers .tool-drawer .tool-drawer-chart .drawer-chart-unit {
  font-weight: bold;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 4px;
}

.tool-drawers .tool-drawer .tool-drawer-chart .drawer-chart-meta-info {
  display: block;
  width: 100%;
  font-size: 85%;
  margin-bottom: 6px;
}

.tool-drawers .tool-drawer .tool-drawer-chart .drawer-chart-meta-info:before, .tool-drawers .tool-drawer .tool-drawer-chart .drawer-chart-meta-info:after {
  display: table;
  content: " ";
}

.tool-drawers .tool-drawer .tool-drawer-chart .drawer-chart-meta-info:after {
  clear: both;
}

.tool-drawers .tool-drawer .tool-drawer-chart .drawer-chart-meta-sheet {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: inline-block;
}

.tool-drawers .tool-drawer .tool-drawer-chart .drawer-chart-meta-sheet, .tool-drawers .tool-drawer .tool-drawer-chart .drawer-chart-meta-row {
  font-size: 90%;
}

.tool-drawers .tool-drawer .tool-drawer-chart .drawer-chart-meta-row {
  font-weight: bold;
  display: inline-block;
  text-align: right;
  float: right;
}

.tool-drawers .tool-drawer .tool-drawer-templates .tool-drawer-save-template {
  padding: 10px;
}

.tool-drawers .tool-drawer .tool-drawer-templates .btn.close-templates {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  float: right;
}

.tool-drawers .tool-drawer .tool-drawer-templates .template-entry {
  margin-top: 5px;
  padding: 2px;
}

.tool-drawers .tool-drawer .tool-drawer-templates .template-entry .template-entry-title {
  display: inline-block;
  width: 70%;
  vertical-align: top;
  padding: 10px;
}

.tool-drawers .tool-drawer .tool-drawer-templates .template-entry .template-entry-thumb {
  display: inline-block;
  width: 30%;
  padding-right: 5px;
}

.tool-drawers .tool-drawer .tool-drawer-templates .template-entry .template-thumb {
  max-width: 70px;
  min-height: 90px;
  boxSizing: border-box;
}

.tool-drawers .tool-drawer .tool-drawer-templates .template-entry .template-thumb-col {
  min-height: 30px;
}

.tool-drawers .tool-drawer .tool-drawer-templates .template-entry:hover {
  cursor: pointer;
}

.tool-drawers .tool-drawer .tool-drawer-info {
  font-size: 13px;
}

.tool-drawers .tool-drawer .tool-drawer-info ol, .tool-drawers .tool-drawer .tool-drawer-info ul {
  padding-left: 2em;
  line-height: 1.5;
}

.tool-drawers .tool-drawer .tool-drawer-info ol ul, .tool-drawers .tool-drawer .tool-drawer-info ul ul {
  padding-left: 1.5em;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios .tool-drawer-scenarios-header {
  text-align: left;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios .tool-drawer-scenarios-header .tool-drawer-consensus-explained {
  height: 16px;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios .tool-drawer-scenarios-header .tool-drawer-title {
  margin: 0;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios .tool-drawer-scenarios-header .tool-drawer-scenarios-filter {
  font-size: 10px;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios .tool-drawer-scenarios-header .tool-drawer-scenarios-filter a.disabled {
  color: #555555 !important;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios .tool-drawer-scenarios-header .tool-drawer-scenarios-filter a.disabled:hover {
  cursor: not-allowed;
  text-decoration: none;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios .tool-drawer-scenarios-header .tool-drawer-scenarios-filter strong {
  color: #3fa3fc;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios #tool-drawer-scenario-options + ul .btn {
  text-align: left;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios .scenario-consensus-edit {
  height: 100%;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios .scenario-consensus-edit .tool-drawer-title {
  display: block;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios .scenario-consensus-edit .tool-drawer-title .h2 {
  padding-top: 0;
  margin-top: 0;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios .scenario-consensus-edit .tool-drawer-scenario-title:hover {
  outline: none !important;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios .edit-consensus-options {
  padding: 5px;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios .tool-drawer-scenarios-column-heading {
  padding: 5px 10px;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios .tool-drawer-scenarios-body {
  padding-bottom: 80px;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios .tool-drawer-scenario {
  border: 1px solid Transparent;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios .tool-drawer-scenario .tool-drawer-scenario-inComparison {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
  text-align: center;
  padding-left: 0;
  padding-right: 5px;
  padding-top: 10px;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios .tool-drawer-scenario:not(.active) .tool-drawer-scenario-title:hover {
  outline: 1px solid #999;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios .tool-drawer-scenario .tool-drawer-scenario-title {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 12px 0 15px 5px;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios .tool-drawer-scenario .tool-drawer-scenario-title .scenario-icon {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  vertical-align: text-top;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios .tool-drawer-scenario .tool-drawer-scenario-title .scenario-icon-container {
  -ms-flex-preferred-size: 20px;
  flex-basis: 20px;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios .tool-drawer-scenario .tool-drawer-scenario-title .scenario-title {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios .tool-drawer-scenario .tool-drawer-scenario-controls {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding: 12px 5px 15px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios .tool-drawer-scenario .tool-drawer-scenario-controls > .fa {
  margin: 0 0.7em 1px 0;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios .tool-drawer-scenario:hover {
  cursor: pointer;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios .tool-drawer-scenario .tool-drawer-scenario-label {
  text-align: center;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios .tool-drawer-reorder-scenario.btn {
  margin-right: 1.5em;
  -webkit-box-shadow: none;
  box-shadow: none;
  clear: both;
  font-size: 85%;
  padding: 0px 3px;
  margin-top: 1px;
  float: right;
}

.tool-drawers .tool-drawer .tool-drawer-scenarios .tool-drawer-add-scenario.btn-primary {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tool-drawers .tool-drawer .tool-drawer-addwidgets .tool-drawer-widget {
  text-align: center;
  width: 80px;
  cursor: -webkit-grab;
  cursor: grab;
}

.add-charts-popover {
  width: 450px;
  max-width: 450px;
  z-index: 1040;
  border-width: 2px;
}

.presentation .presentation-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  position: fixed;
  height: 100%;
}

.presentation .presentation-tools.open {
  width: 25%;
}

.presentation .presentation-tools.open + .presentation-stage {
  width: 75%;
  margin-left: 25%;
}

.presentation .presentation-stage {
  margin-left: 60px;
}

.presentation .presentation-tools {
  height: 100vh;
  padding-top: 0;
}

@media (max-width: 767px) {
  .presentation .presentation-tools {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .presentation .presentation-tools {
    padding-top: 0;
    height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .presentation .presentation-tools {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .presentation .presentation-stage {
    margin-left: 0;
    margin-top: 60px;
  }
  .presentation .presentation-tools {
    width: 100%;
    height: auto;
    border-bottom: 2px solid #ccc;
  }
  .presentation .presentation-tools.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 300px;
    width: 100%;
  }
  .presentation .presentation-tools.open + .presentation-stage {
    padding-left: 0;
    width: 100%;
    margin-left: 0;
    margin-top: 310px;
  }
  .presentation .presentation-tools .tool-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 0;
  }
  .presentation .presentation-tools .tool-controls li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .presentation .presentation-tools .tool-controls .tool-title {
    display: block;
  }
  .presentation .presentation-tools .tool-drawers {
    position: relative;
  }
  .presentation .presentation-tools .tool-drawer-chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .presentation .presentation-tools .tool-drawer-chart .chart-drawer-controls {
    width: 30%;
    border-bottom: none;
  }
  .presentation .presentation-tools .tool-drawer-chart .chart-drawer-list {
    width: 70%;
  }
  .presentation .presentation-tools .tool-drawer-chart .drawer-chart-container {
    width: 33%;
    float: left;
  }
  .presentation .presentation-tools .tool-drawers .tool-drawer-scenarios .tool-drawer-scenarios-body {
    overflow: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 10px;
  }
  .presentation .presentation-tools .tool-drawers .tool-drawer-scenarios .tool-drawer-scenarrios {
    padding-top: 0;
  }
  .presentation .presentation-tools .tool-drawers .tool-drawer-scenarios .tool-drawer-scenario {
    width: 33%;
    border: 1px solid #ccc;
    margin-left: 5px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .presentation .presentation-tools .tool-drawers .tool-drawer-scenarios .reorder-btns {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@media (max-width: 767px) {
  .presentation .presentation-tools .tool-drawers .tool-drawer-scenarios .tool-drawer-scenario {
    width: 50%;
  }
}

.tool-drawer-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.tool-drawer-panel .tool-drawer-header {
  padding: 28px 10px 0;
}

.tool-drawer-panel .tool-drawer-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  padding: 20px 10px;
}

#presentation .component-value-output {
  padding-top: 20px;
  text-align: center;
  position: relative;
}

#presentation .component-value-output .value-amount {
  margin-right: .5em;
}

#presentation .component-value-output .value-label {
  white-space: normal;
}

#presentation .component-value-output .component-edit {
  display: block;
  text-align: right;
}

#presentation .component-value-output .sm_stacked_chart, #presentation .component-value-output .sm_chart {
  float: none;
  width: 27px;
  display: inline-block;
}

#presentation .component-value-output .value-output-inner {
  clear: both;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
}

#presentation .component-value-output .chart-component-menu {
  float: right;
}

#presentation .horizontal .value-output-inner {
  padding-top: 0;
  padding-bottom: 0;
}

#presentation .valueOutput.placeholder {
  height: 100%;
}

#presentation .valueOutput.placeholder .contents {
  height: 100%;
  text-align: center;
  padding-top: 10%;
}

#presentation .valueOutput.placeholder .contents .output-val {
  background-color: #eee;
  width: 30%;
  height: 45%;
  margin: 0px auto;
}

#presentation .valueOutput.placeholder .contents .output-title {
  width: 85%;
  height: 7%;
  background-color: #eee;
  margin: 1% auto 0;
}

#presentation .valueOutput.placeholder .contents .chart-period-menu {
  height: 15%;
  background-color: #eee;
  width: 25%;
  margin: 5% auto 0;
}

#presentation .horizontal.guides > * {
  border-left: 3px dashed #2BACA2;
}

#presentation .horizontal.guides > *:last-child {
  border-right: 3px dashed #2BACA2;
}

#presentation .horizontal.guides > .dropbefore,
#presentation .horizontal.guides > .dropafter + * {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 3px solid #2BACA2;
}

#presentation .horizontal.guides > .dropbefore::before,
#presentation .horizontal.guides > .dropafter + *::before {
  position: absolute;
  width: 19px;
  height: 19px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  content: "+";
  line-height: 1.05em;
  color: white;
  background-color: #2BACA2;
  border-radius: 10px;
  border: 1px solid #2BACA2;
  z-index: 2;
  left: -11px;
  top: 50%;
  top: calc(50% + -12px);
}

#presentation .horizontal.guides > .dropafter:last-child {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 3px solid #2BACA2;
}

#presentation .horizontal.guides > .dropafter:last-child::before {
  position: absolute;
  width: 19px;
  height: 19px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  content: "+";
  line-height: 1.05em;
  color: white;
  background-color: #2BACA2;
  border-radius: 10px;
  border: 1px solid #2BACA2;
  z-index: 2;
  right: -11px;
  top: 50%;
  top: calc(50% + -12px);
}

#presentation *:not(.horizontal).guides > * {
  border-top: 3px dashed #2BACA2;
}

#presentation *:not(.horizontal).guides > *:last-child {
  border-bottom: 3px dashed #2BACA2;
}

#presentation *:not(.horizontal).guides > .dropbefore,
#presentation *:not(.horizontal).guides > .dropafter + * {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 3px solid #2BACA2;
}

#presentation *:not(.horizontal).guides > .dropbefore::before,
#presentation *:not(.horizontal).guides > .dropafter + *::before {
  position: absolute;
  width: 19px;
  height: 19px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  content: "+";
  line-height: 1.05em;
  color: white;
  background-color: #2BACA2;
  border-radius: 10px;
  border: 1px solid #2BACA2;
  z-index: 2;
  top: -11px;
  left: 50%;
  left: calc(50% + -5px);
}

#presentation *:not(.horizontal).guides > .dropafter:last-child {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 3px solid #2BACA2;
}

#presentation *:not(.horizontal).guides > .dropafter:last-child::before {
  position: absolute;
  width: 19px;
  height: 19px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  content: "+";
  line-height: 1.05em;
  color: white;
  background-color: #2BACA2;
  border-radius: 10px;
  border: 1px solid #2BACA2;
  z-index: 2;
  bottom: -11px;
  left: 50%;
  left: calc(50% + -5px);
}

#presentation #header-area.dropafter {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 3px solid #2BACA2;
}

#presentation #header-area.dropafter::before {
  position: absolute;
  width: 19px;
  height: 19px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  content: "+";
  line-height: 1.05em;
  color: white;
  background-color: #2BACA2;
  border-radius: 10px;
  border: 1px solid #2BACA2;
  z-index: 2;
  bottom: -11px;
  left: 50%;
  left: calc(50% + -5px);
}

#presentation #stretch-area.dropafter {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 3px solid #2BACA2;
}

#presentation #stretch-area.dropafter::before {
  position: absolute;
  width: 19px;
  height: 19px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  content: "+";
  line-height: 1.05em;
  color: white;
  background-color: #2BACA2;
  border-radius: 10px;
  border: 1px solid #2BACA2;
  z-index: 2;
  top: -11px;
  left: 50%;
  left: calc(50% + -5px);
}

#presentation #header-area.dropafter ~ .sections-area > *:not(:first-child) {
  border-top: 3px dashed #2BACA2;
}

#presentation #header-area.dropafter ~ .sections-area > *:last-child {
  border-bottom: 3px dashed #2BACA2;
}

#presentation .presentation-stage.drop-stretch-area .sections-area > * {
  border-top: 3px dashed #2BACA2;
}

#presentation .container-column.dropatend .inner-container:not(.guides) > * {
  border-left: 3px dashed #2BACA2;
}

#presentation .container-column.dropatend .inner-container:not(.guides) > *:last-child {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 3px solid #2BACA2;
}

#presentation .container-column.dropatend .inner-container:not(.guides) > *:last-child::before {
  position: absolute;
  width: 19px;
  height: 19px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  content: "+";
  line-height: 1.05em;
  color: white;
  background-color: #2BACA2;
  border-radius: 10px;
  border: 1px solid #2BACA2;
  z-index: 2;
  right: -11px;
  top: 50%;
  top: calc(50% + -12px);
}

#presentation .dragged {
  position: relative;
}

#presentation .dragged:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 1;
  background: rgba(0, 60, 135, 0.5);
}

/**
Simple placeholder skeleton for loading
 */
.chart.placeholder {
  width: 98%;
  height: 98%;
  margin: 1%;
}

.chart.placeholder .title-and-controls {
  position: absolute;
  width: 100%;
  height: 7%;
}

.chart.placeholder .title-and-controls .title {
  width: 60%;
  background-color: #eee;
  float: left;
  display: inline-block;
  margin-top: 5%;
  height: 50%;
  margin-left: 5%;
}

.chart.placeholder .title-and-controls .controls {
  float: right;
  width: 40%;
  height: 100%;
  text-align: right;
}

.chart.placeholder .title-and-controls .controls span {
  width: 20%;
  margin-left: 5%;
  display: inline-block;
  background-color: #eee;
  height: 100%;
}

.chart.placeholder .chart-body {
  height: 70%;
  margin-top: 10%;
  padding: 1%;
}

.chart.placeholder .chart-body .chart-bars {
  width: 90%;
  height: 90%;
  margin-left: 5%;
  position: relative;
  text-align: center;
}

.chart.placeholder .chart-body .chart-bars .chart-bar {
  width: 8%;
  background-color: #eee;
  height: 18%;
  float: left;
  left: 6%;
  bottom: 0;
  position: absolute;
}

.chart.placeholder .chart-body .chart-bars .chart-bar:nth-child(1) {
  left: 21%;
  height: 30%;
}

.chart.placeholder .chart-body .chart-bars .chart-bar:nth-child(2) {
  left: 36%;
  height: 40%;
}

.chart.placeholder .chart-body .chart-bars .chart-bar:nth-child(3) {
  left: 51%;
  height: 60%;
}

.chart.placeholder .chart-body .chart-bars .chart-bar:nth-child(4) {
  left: 66%;
  height: 82%;
}

.chart.placeholder .chart-body .chart-bars .chart-bar:nth-child(5) {
  left: 81%;
  height: 90%;
}

.chart.placeholder .chart-period-menu {
  background-color: #eee;
  height: 6%;
  margin-top: 4%;
  width: 45%;
  margin-left: 25%;
  display: inline-block;
}

/* not sure how well this will hold up, but seems to work in all sizes so far..
this aligns the chart title to the start of the x axis */
#presentation .modelChart .titleContainer {
  padding-left: 10px;
}

.empty-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.empty-component.component {
  text-align: center;
  padding: 5px;
  min-height: 200px;
}

.empty-component .empty-component-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  background: url(../images/dragChartIcon-f825b3bf48.svg) no-repeat center;
  background-size: contain;
}

.empty-component .empty-component-text {
  font-size: 1em;
  color: #666;
  display: block;
  padding: 10px;
  white-space: normal;
  text-align: center;
}

.chart.null-chart .chart-component-menu {
  float: right;
}

.chart.null-chart .null-chart-icons {
  display: block;
}

.chart.null-chart .null-chart-icons .fa {
  color: #999;
}

.chart.null-chart .null-chart-icons .fa + .fa {
  margin-left: 2px;
  color: red;
}

.chart.null-chart .null-chart-msg {
  display: block;
  text-align: center;
  padding-top: 70px;
}

.chart-edit-modal .modal-dialog {
  margin-top: 50px;
}

.chart-edit-modal .delete-component-confirmation {
  display: inline-block;
}

.chart-edit-modal #numberOfHistoricalDatapointsContainer {
  padding-right: 17px;
}

.chart-edit-modal #editChartNav {
  margin-bottom: 1em;
}

.chart-edit-modal #editChartNav.nav-tabs > li > a {
  margin: 0;
}

.chart-edit-modal .modal-dialog {
  width: 1000px !important;
}

.chart-edit-modal .edit-chart-panel {
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
}

.chart-edit-modal .edit-chart-panel .panel-header, .chart-edit-modal .edit-chart-panel .panel-body, .chart-edit-modal .edit-chart-panel .panel-footer {
  padding: 0;
  padding-right: 15px;
}

.chart-edit-modal .edit-chart-panel .panel-header {
  height: 51px;
  padding-right: 30px;
}

.chart-edit-modal .edit-chart-panel .panel-header th:nth-child(-n + 3) {
  width: 15%;
}

.chart-edit-modal .edit-chart-panel .panel-header th:nth-child(4) {
  width: 25%;
}

.chart-edit-modal .edit-chart-panel .panel-body {
  height: 350px;
  overflow: auto;
}

.chart-edit-modal .edit-chart-panel .panel-footer {
  background-color: transparent;
}

.chart-edit-modal .edit-chart-panel .yaxis-display-range {
  display: inline-block;
}

.chart-edit-modal .edit-chart-panel .yaxis-display-range [name="displayRangeMin"],
.chart-edit-modal .edit-chart-panel .yaxis-display-range [name="displayRangeMax"] {
  width: 100px;
}

.chart-edit-modal .edit-chart-panel .yaxis-display-range .yaxis-display-range-info {
  height: 34px;
  padding-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.chart-edit-modal .edit-chart-panel #yAxisUnitsContainer, .chart-edit-modal .edit-chart-panel #yAxisLabelContainer, .chart-edit-modal .edit-chart-panel .yaxis-display-range {
  margin-bottom: 1em;
}

.chart-edit-modal #xAxisContent .edit-chart-panel .panel-body {
  height: 274px;
}

.chart-edit-modal .period-list.table > thead > tr > th {
  vertical-align: middle;
  border-bottom: 2px solid #ddd;
}

.chart-edit-modal .period-list th, .chart-edit-modal .period-list td {
  width: 20%;
}

.chart-edit-modal .period-list td {
  text-align: center;
}

.chart-edit-modal .period-list td:nth-child(-n + 3) {
  width: 15%;
}

.chart-edit-modal .period-list td:nth-child(4) {
  width: 25%;
}

.chart-edit-modal .period-list th input.pull-right, .chart-edit-modal .period-list th .dropdown {
  margin-left: 5px;
}

.chart-edit-modal .period-list .dropdown-menu {
  padding: 5px;
}

.chart-edit-modal .period-list tbody .radio input[type="radio"],
.chart-edit-modal .period-list tbody .radio-inline input[type="radio"],
.chart-edit-modal .period-list tbody .checkbox input[type="checkbox"],
.chart-edit-modal .period-list tbody .checkbox-inline input[type="checkbox"] {
  position: relative;
  margin-left: auto;
}

.chart-edit-modal .xAxisFilters {
  text-align: left;
}

.chart-edit-modal .xAxisFilters input[type="checkbox"] {
  vertical-align: text-bottom;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  margin-right: 2px;
}

.chart-edit-modal .xAxisFilters .btn {
  margin-left: 0.5em;
}

.chart-edit-modal .xAxisFilters label, .chart-edit-modal .xAxisFilters a {
  margin-left: 1em;
  font-size: 12px;
  font-weight: normal;
}

.chart-edit-modal .xAxisFilters label:hover, .chart-edit-modal .xAxisFilters a:hover {
  cursor: pointer;
}

.chart-edit-modal .xAxisBatchControls {
  margin-top: 0.5em;
  font-size: 11px;
}

.chart-edit-modal .xAxisBatchControls a {
  float: right;
  margin-right: 1em;
}

.chart-edit-modal .xAxisBatchControls label {
  font-weight: normal;
}

.chart-edit-modal .xAxisBatchControls label:hover {
  cursor: pointer;
}

.chart-edit-modal .xAxisBatchControls input {
  vertical-align: text-bottom;
}

.cl {
  border-radius: 1.2em;
  height: 1.2em;
  width: 1.2em;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

.cl-instance {
  background-color: #93C47D;
  color: white;
}

.cl-instance:after {
  content: 'I';
}

.cl-variable {
  background-color: #4A86E8;
  color: white;
}

.cl-variable:after {
  content: 'V';
}

.cl-sheet {
  background-color: #FF9900;
  color: white;
}

.cl-sheet:after {
  content: 'S';
}

.scenario-notifications {
  display: inline-block;
  float: right;
  padding: 0px 10px;
  background-color: whitesmoke;
  border-radius: 50%;
  opacity: 0;
  font-size: 1.5em;
}

.scenario-notifications.active {
  -webkit-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
  will-change: opacity;
  background-color: #0370D2;
  padding-right: 12px;
  opacity: 1;
  -webkit-box-shadow: 1px 1px 10px #999;
  box-shadow: 1px 1px 10px #999;
}

.scenario-notifications a {
  display: block;
}

.scenario-notifications a:hover, .scenario-notifications a:active {
  background-color: transparent;
}

.scenario-notifications .fa {
  color: #c2c2c2;
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
}

.scenario-notifications .fa.active {
  color: white;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.scenario-notifications .dropdown-menu {
  width: 400px;
  padding: 10px;
}

.chart-menu {
  font-size: 13px;
  padding: 4px 2px;
}

.chart-menu a:hover {
  font-weight: bold;
  text-decoration: none;
}

.chart-menu hr {
  margin: 0.6em 0;
}

.chart-menu ul {
  list-style: none;
  text-align: left;
  padding-left: 0;
  margin-bottom: 0;
}

.chart-menu ul > li > a,
.chart-menu ul > li.active > a {
  padding: 1px 10px;
  display: block;
  color: rgba(0, 0, 0, 0.7);
}

.chart-menu ul > li > a:hover, .chart-menu ul > li > a:active, .chart-menu ul > li > a:focus,
.chart-menu ul > li.active > a:hover,
.chart-menu ul > li.active > a:active,
.chart-menu ul > li.active > a:focus {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.chart-menu ul li a i {
  min-width: 18px;
}

.chart-menu .indicator-active {
  visibility: hidden;
}

.chart-menu .active .indicator-active {
  visibility: visible;
}

.bulk-chart-actions-copy input[type="radio"], .bulk-chart-actions-copy input[type="checkbox"] {
  margin-top: 0;
}

/*
Font-Awesome

Font-awesome is our standard font icon library.  We also support glyphicons as well.
We are using font-awesome as is, so you can follow the documentation found at
[Font Awesome v4.5.0](http://fontawesome.io)
Current Version is 4.5.0

Styleguide 1.2
*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../images/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../images/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../images/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../images/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../images/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../images/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  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.33333em;
  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.28571em;
  text-align: center;
}

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

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

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

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

.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 {
  -webkit-filter: none;
  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;
}

/* Font 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: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

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

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

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

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

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

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

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before, .introjs-button.introjs-prevbutton > span:before {
  content: "";
}

.fa-chevron-right:before, .introjs-button.introjs-nextbutton > span:before {
  content: "";
}

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

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

.fa-twitter:before {
  content: "";
}

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

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

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

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

.fa-group:before,
.fa-users:before {
  content: "";
}

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

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

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

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

.fa-paperclip:before {
  content: "";
}

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

.fa-square:before {
  content: "";
}

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

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

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

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

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

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

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

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

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

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

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

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

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

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

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "";
}

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

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

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

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

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

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

.fa-crop:before {
  content: "";
}

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

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

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

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

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

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

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

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

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

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

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

.fa-ticket:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "";
}

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

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

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

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

.fa-gbp:before {
  content: "";
}

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

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

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

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

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

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

.fa-file:before {
  content: "";
}

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

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

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

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

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

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

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

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

.fa-dropbox:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

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

.fa-tumblr:before {
  content: "";
}

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

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

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

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

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

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

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

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

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

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "";
}

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

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

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

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

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

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

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

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

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

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

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

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

.fa-recycle:before {
  content: "";
}

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

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

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

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

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

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

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

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

.fa-git:before {
  content: "";
}

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

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

.fa-qq:before {
  content: "";
}

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

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

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

.fa-history:before {
  content: "";
}

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

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

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

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

.fa-bomb:before {
  content: "";
}

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

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

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

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "";
}

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

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

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

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

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

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

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

.fa-motorcycle:before {
  content: "";
}

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

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

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

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

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

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

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

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

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

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

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

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "";
}

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

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

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

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

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

.fa-hourglass:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

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

.fa-gg:before {
  content: "";
}

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

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

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

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

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

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

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

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

.fa-contao:before {
  content: "";
}

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

.fa-amazon:before {
  content: "";
}

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

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

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

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

.fa-industry:before {
  content: "";
}

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

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

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

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

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

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

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

.fa-fonticons:before {
  content: "";
}

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

.fa-edge:before {
  content: "";
}

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

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

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

.fa-usb:before {
  content: "";
}

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

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

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

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

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

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

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

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

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

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

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

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

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

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

.fa-blind:before {
  content: "";
}

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

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

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

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

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

.fa-glide:before {
  content: "";
}

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

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

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

.fa-viadeo:before {
  content: "";
}

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

.fa-snapchat:before {
  content: "";
}

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

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

.fa-pied-piper:before {
  content: "";
}

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

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

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

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

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

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

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

.fa-linode:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: "";
}

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

.fa-telegram:before {
  content: "";
}

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

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

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

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

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

.fa-shower:before {
  content: "";
}

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

.fa-podcast:before {
  content: "";
}

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

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

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

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

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

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

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

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.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;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../images/fonts/fontawesome-webfont-674f50d287.eot");
  src: url("../images/fonts/fontawesome-webfont-674f50d287.eot#iefix") format("embedded-opentype"), url("../images/fonts/fontawesome-webfont-af7ae505a9.woff2") format("woff2"), url("../images/fonts/fontawesome-webfont-fee66e712a.woff") format("woff"), url("../images/fonts/fontawesome-webfont-b06871f281.ttf") format("truetype"), url("../images/fonts/fontawesome-webfont-912ec66d75.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa-func-custom:before {
  font-weight: bold;
  content: 'f';
  font-family: monospace;
  font-size: 20px;
}

.fa-func-custom:after {
  content: '(x)';
  font-weight: bold;
  font-size: 14px;
}

.introjs-tooltiptext h2 {
  text-transform: capitalize;
}

.introjs-button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
  color: #fff;
  background-color: #0370D2;
  border-color: transparent;
  text-shadow: none;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.introjs-button:focus, .introjs-button.focus {
  color: #fff;
  background-color: #0255a0;
  border-color: rgba(0, 0, 0, 0);
}

.introjs-button:hover {
  color: #fff;
  background-color: #0255a0;
  border-color: rgba(0, 0, 0, 0);
}

.introjs-button:active, .introjs-button.active,
.open > .introjs-button.dropdown-toggle {
  color: #fff;
  background-color: #0255a0;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.introjs-button:active:hover, .introjs-button:active:focus, .introjs-button:active.focus, .introjs-button.active:hover, .introjs-button.active:focus, .introjs-button.active.focus,
.open > .introjs-button.dropdown-toggle:hover,
.open > .introjs-button.dropdown-toggle:focus,
.open > .introjs-button.dropdown-toggle.focus {
  color: #fff;
  background-color: #02427d;
  border-color: rgba(0, 0, 0, 0);
}

.introjs-button.disabled:hover, .introjs-button.disabled:focus, .introjs-button.disabled.focus, .introjs-button[disabled]:hover, .introjs-button[disabled]:focus, .introjs-button[disabled].focus,
fieldset[disabled] .introjs-button:hover,
fieldset[disabled] .introjs-button:focus,
fieldset[disabled] .introjs-button.focus {
  background-color: #0370D2;
  border-color: transparent;
}

.introjs-button .badge {
  color: #0370D2;
  background-color: #fff;
}

.introjs-button:focus {
  background-image: none;
}

.introjs-button.introjs-skipbutton, .introjs-button.introjs-donebutton {
  color: #fff;
  background-color: #B0B0B0;
  border-color: transparent;
}

.introjs-button.introjs-skipbutton:focus, .introjs-button.introjs-skipbutton.focus, .introjs-button.introjs-donebutton:focus, .introjs-button.introjs-donebutton.focus {
  color: #fff;
  background-color: #979797;
  border-color: rgba(0, 0, 0, 0);
}

.introjs-button.introjs-skipbutton:hover, .introjs-button.introjs-donebutton:hover {
  color: #fff;
  background-color: #979797;
  border-color: rgba(0, 0, 0, 0);
}

.introjs-button.introjs-skipbutton:active, .introjs-button.introjs-skipbutton.active,
.open > .introjs-button.introjs-skipbutton.dropdown-toggle, .introjs-button.introjs-donebutton:active, .introjs-button.introjs-donebutton.active,
.open > .introjs-button.introjs-donebutton.dropdown-toggle {
  color: #fff;
  background-color: #979797;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.introjs-button.introjs-skipbutton:active:hover, .introjs-button.introjs-skipbutton:active:focus, .introjs-button.introjs-skipbutton:active.focus, .introjs-button.introjs-skipbutton.active:hover, .introjs-button.introjs-skipbutton.active:focus, .introjs-button.introjs-skipbutton.active.focus,
.open > .introjs-button.introjs-skipbutton.dropdown-toggle:hover,
.open > .introjs-button.introjs-skipbutton.dropdown-toggle:focus,
.open > .introjs-button.introjs-skipbutton.dropdown-toggle.focus, .introjs-button.introjs-donebutton:active:hover, .introjs-button.introjs-donebutton:active:focus, .introjs-button.introjs-donebutton:active.focus, .introjs-button.introjs-donebutton.active:hover, .introjs-button.introjs-donebutton.active:focus, .introjs-button.introjs-donebutton.active.focus,
.open > .introjs-button.introjs-donebutton.dropdown-toggle:hover,
.open > .introjs-button.introjs-donebutton.dropdown-toggle:focus,
.open > .introjs-button.introjs-donebutton.dropdown-toggle.focus {
  color: #fff;
  background-color: #858585;
  border-color: rgba(0, 0, 0, 0);
}

.introjs-button.introjs-skipbutton.disabled:hover, .introjs-button.introjs-skipbutton.disabled:focus, .introjs-button.introjs-skipbutton.disabled.focus, .introjs-button.introjs-skipbutton[disabled]:hover, .introjs-button.introjs-skipbutton[disabled]:focus, .introjs-button.introjs-skipbutton[disabled].focus,
fieldset[disabled] .introjs-button.introjs-skipbutton:hover,
fieldset[disabled] .introjs-button.introjs-skipbutton:focus,
fieldset[disabled] .introjs-button.introjs-skipbutton.focus, .introjs-button.introjs-donebutton.disabled:hover, .introjs-button.introjs-donebutton.disabled:focus, .introjs-button.introjs-donebutton.disabled.focus, .introjs-button.introjs-donebutton[disabled]:hover, .introjs-button.introjs-donebutton[disabled]:focus, .introjs-button.introjs-donebutton[disabled].focus,
fieldset[disabled] .introjs-button.introjs-donebutton:hover,
fieldset[disabled] .introjs-button.introjs-donebutton:focus,
fieldset[disabled] .introjs-button.introjs-donebutton.focus {
  background-color: #B0B0B0;
  border-color: transparent;
}

.introjs-button.introjs-skipbutton .badge, .introjs-button.introjs-donebutton .badge {
  color: #B0B0B0;
  background-color: #fff;
}

.introjs-button.introjs-disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}

.introjs-button.introjs-prevbutton > span {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.introjs-button.introjs-nextbutton > span {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.introjs-presentation-tooltip {
  position: fixed;
  max-width: 600px;
}

.introjs-presentation-tooltip li {
  margin: 5px 0;
}

.introjs-presentation-tooltip label {
  font-weight: normal;
}

body.is-ie-lt-edge .section-container-holder {
  padding-bottom: 5px;
}

body.is-ie-lt-edge .section-container-holder .section-container.inner-container {
  padding-bottom: 5px;
}

body#wizard-body.editMode {
  padding-bottom: 0px;
  margin-bottom: 0px !important;
}

.ui-front {
  z-index: 1040;
}

.modal {
  z-index: 1054;
  /* modals should be above site header */
}

#presentation {
  background-color: white;
  /* https://stackoverflow.com/questions/3922739/limit-text-length-to-n-lines-using-css */
  /* http://jsfiddle.net/csYjC/1131/ */
  /* this is the one.... */
  /** edit-mode overrides **/
}

#presentation .presentation-tools {
  background-color: #fafafa;
}

#presentation .xaxis-label-dropdown {
  line-height: 1;
}

#presentation .xaxis-label-dropdown span, #presentation .xaxis-label-dropdown strong {
  font-size: 12px;
}

#presentation .xaxis-label-dropdown .trefis-error {
  color: #d9534f;
  font-weight: bold;
}

#presentation .text-muted {
  color: #666;
}

#presentation .edit-text-block-modal .modal-body {
  height: 275px;
}

#presentation .edit-text-block-container {
  height: 200px;
}

#presentation .text-block {
  white-space: normal;
  overflow-y: auto;
}

#presentation .text-block:hover {
  cursor: text;
}

#presentation .text-block h1, #presentation .text-block h2, #presentation .text-block h3, #presentation .text-block p {
  margin: 0;
}

#presentation .text-block .edit-text-block {
  position: relative;
  text-align: right;
  height: 22px;
}

#presentation .text-block .edit-text-block .component-drag-handle {
  padding: 4px;
}

#presentation .text-block .edit-text-block .edit-text-block-right {
  display: inline-block;
}

#presentation .text-block .edit-text-block .edit-text-block-right .btn {
  padding: 4px;
}

#presentation .text-block .ql-editor {
  overflow-y: visible;
  height: auto;
  white-space: normal;
}

#presentation .col-20 .ql-container .ql-editing[data-mode="formula"], #presentation .col-25 .ql-container .ql-editing[data-mode="formula"] {
  text-align: center;
}

#presentation .col-20 .ql-container .ql-editing[data-mode="formula"] input, #presentation .col-25 .ql-container .ql-editing[data-mode="formula"] input {
  display: block;
  width: 100%;
}

#presentation .col-20 .ql-container .ql-editing[data-mode="formula"] a.ql-action::after, #presentation .col-25 .ql-container .ql-editing[data-mode="formula"] a.ql-action::after {
  margin: 0;
}

#presentation .col-25 .ql-toolbar.ql-snow .ql-formats {
  margin-right: 0;
}

@media (min-width: 480px), (min-width: 768px), (min-width: 992px), (min-width: 1200px) {
  #presentation .col-25 .ql-toolbar.ql-snow button {
    height: 25px;
    width: 25px;
  }
}

@media (min-width: 480px), (min-width: 768px), (min-width: 992px), (min-width: 1200px) {
  #presentation .col-25 .ql-toolbar.ql-snow .ql-picker {
    font-size: 11px;
    width: 85px;
    height: 24px;
  }
}

#presentation .col-20 .ql-toolbar.ql-snow .ql-formats {
  margin-right: 0;
}

@media (min-width: 480px), (min-width: 768px), (min-width: 992px), (min-width: 1200px) {
  #presentation .col-20 .ql-toolbar.ql-snow button {
    height: 20px;
    width: 20px;
  }
}

@media (min-width: 480px), (min-width: 768px), (min-width: 992px), (min-width: 1200px) {
  #presentation .col-20 .ql-toolbar.ql-snow .ql-picker {
    font-size: 11px;
    width: 65px;
    height: 24px;
  }
}

#presentation .tooltip-inner {
  max-width: 300px;
}

#presentation .tooltip-text {
  -webkit-text-decoration: dashed underline;
  text-decoration: dashed underline;
}

#presentation .tooltip-text:hover {
  cursor: pointer;
}

#presentation .requestscenariotab {
  display: none !important;
}

#presentation .cwButtonBar {
  visibility: hidden;
}

#presentation > header {
  background-color: white;
}

#presentation .presentation-header, #presentation .scenario-tabs {
  background-color: white;
}

#presentation .presentation-section {
  border-color: #ccc;
}

#presentation .scenario-tools-icon {
  display: block;
  border-radius: 1em;
  width: 2.05em;
  height: 2.1em;
  margin: 0 auto;
  padding: 0.5em 0;
  font-weight: bold;
  background-color: white;
  color: #ededed;
}

#presentation .tool-controls {
  background-color: #ededed;
  border: 1px solid #e8e8e8;
}

#presentation .tool-controls li.active {
  background-color: #fafafa;
  margin-right: -1px;
  border-right: 1px solid #fafafa;
  color: #666;
}

#presentation .tool-controls li.active .scenario-tools-icon {
  background-color: white;
  color: #fafafa;
}

#presentation .tool-controls li.active .scenario-tools-icon:hover {
  background-color: transparent;
}

#presentation .tool-controls li > a {
  color: #333;
}

#presentation .tool-controls li > a:hover {
  background-color: #f3f3f3;
  color: #333;
}

#presentation .tool-controls li > a .scenario-tools-icon:hover {
  background-color: white;
  color: black;
}

#presentation .tool-drawers {
  border-right-color: #e8e8e8;
  background-color: #fafafa;
  color: #666;
}

#presentation .tool-drawers .tool-drawer .tool-drawer-presentation-options .btn-primary {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#presentation .tool-drawers .tool-drawer .chart-drawer-controls {
  border-bottom: 1px solid #ccc;
}

#presentation .tool-drawers .tool-drawer .chart-drawer-controls .input-group-addon {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
}

#presentation .tool-drawers .drawer-chart-container:hover {
  cursor: move;
}

#presentation .tool-drawers .drawer-chart-container:hover .drawer-chart {
  border: solid 1px #ccc;
}

#presentation .tool-drawers .drawer-chart {
  background-color: #e8e8e8;
  border: solid 1px #333;
}

#presentation .tool-drawers .drawer-chart-unit {
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
}

#presentation .tool-drawers .drawer-chart-meta-sheet, #presentation .tool-drawers .drawer-chart-meta-row {
  color: #333;
}

#presentation .tool-drawers .drawer-chart-meta-row {
  color: #333;
}

#presentation .tool-drawers .advanced-editing-tools-body .btn-primary {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#presentation .tool-drawers .tool-drawer-templates .btn.close-templates {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#presentation .tool-drawers .tool-drawer-templates .template-entry {
  border: 1px solid #3C4E6C;
}

#presentation .tool-drawers .tool-drawer-templates .template-entry .template-thumb {
  border: 1px solid teal;
}

#presentation .tool-drawers .tool-drawer-templates .template-entry .template-thumb-col {
  border: 1px solid teal;
}

#presentation .tool-drawers .tool-drawer-templates .template-entry:hover {
  cursor: pointer;
  border: 1px solid black;
}

#presentation .tool-drawers .tool-drawer-scenarios #tool-drawer-scenario-options + ul .btn {
  color: #3fa3fc;
}

#presentation .tool-drawers .tool-drawer-scenarios #tool-drawer-scenario-options + ul .btn:hover {
  color: #a3d3fe;
  background-color: transparent;
}

#presentation .tool-drawers .tool-drawer-scenarios .tool-drawer-scenarios-body {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#presentation .tool-drawers .tool-drawer-scenarios .tool-drawer-scenario .scenario-creator {
  font-size: 10px;
  color: #aaa;
}

#presentation .tool-drawers .tool-drawer-scenarios .tool-drawer-scenario.active {
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 1px #999;
  box-shadow: 1px 1px 1px #999;
}

#presentation .tool-drawers .tool-drawer-scenarios .tool-drawer-scenario.active .tool-drawer-scenario-title, #presentation .tool-drawers .tool-drawer-scenarios .tool-drawer-scenario.active .tool-drawer-scenario-controls {
  color: black;
}

#presentation .tool-drawers .tool-drawer-scenarios .tool-drawer-scenario.active .scenario-creator {
  color: black;
}

#presentation .tool-drawers .tool-drawer-scenarios .tool-drawer-scenario .tool-drawer-scenario-controls > .fa-check {
  color: #5cb85c;
}

#presentation .tool-drawers .tool-drawer-scenarios .tool-drawer-scenario .tool-drawer-scenario-controls > .fa-times {
  color: #d9534f;
}

#presentation .tool-drawers .tool-drawer-scenarios .tool-drawer-scenario:hover .tool-drawer-scenario-label {
  color: white;
}

#presentation .tool-drawers .tool-drawer-scenarios .tool-drawer-scenario .fa-ellipsis-v:hover {
  color: white;
}

#presentation .tool-drawers .scenario-icon .scenario-icon-background {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

#presentation .tool-drawers .tool-drawer-addwidgets .tool-drawer-addwidgets-container {
  border-bottom-color: #ccc;
}

#presentation .tool-drawers .tool-drawer-addwidgets .tool-drawer-widget {
  border: 1px dashed #ccc;
  cursor: -webkit-grab;
  cursor: grab;
}

#presentation .tool-drawers .tool-drawer-addwidgets .tool-drawer-widget .fa {
  color: #ccc;
}

#presentation .tool-drawers .tool-drawer-addwidgets .tool-drawer-widget:hover {
  border-color: white;
}

#presentation .tool-drawers .btn-primary, #presentation .tool-drawers .btn-primary:active, #presentation .tool-drawers .btn-primary:visited {
  background-color: #0370D2;
}

#presentation .tool-drawers .btn-primary:hover {
  background-color: #0255a0;
}

#presentation .tool-drawers .trefis-tooltip-icon {
  color: #a3d3fe;
}

#presentation .tool-drawers a, #presentation .tool-drawers a:visited, #presentation .tool-drawers a:active {
  color: #3fa3fc;
}

#presentation .tool-drawers a:not(.btn):hover {
  color: #a3d3fe;
  background-color: transparent;
}

#presentation .tool-drawers .btn, #presentation .tool-drawers .btn:hover, #presentation .tool-drawers .btn:active, #presentation .tool-drawers .btn:visited {
  color: white;
}

#presentation .tool-drawers .tool-drawer-reorder-scenario {
  color: #0370D2;
}

#presentation .tool-drawers .dropdown-menu {
  color: #333;
}

#presentation .tool-drawers .edit-consensus-options {
  padding: 5px;
}

#presentation .tool-drawers .edit-consensus-options label {
  color: #333333;
}

#presentation .tool-drawers nav > .list-group > .list-group-item > a:hover {
  color: #a3d3fe;
}

#presentation .tool-drawer-advanced-editing .currentSetting {
  color: yellow;
}

#presentation .scenario-tabs {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

#presentation .scenario-tabs .nav-tabs > li.active > a {
  border-top-color: blue;
  background-color: #f7f7f7;
}

#presentation .scenario-tabs a > p {
  color: black;
}

#presentation .scenario-tabs .scenario-tab-output-label {
  color: #999;
}

#presentation .scenario-tabs .model .indicator {
  background: none;
  background-color: #f7f7f7;
  color: #333;
  border-top-color: #ccc;
}

#presentation .scenario-tabs .model.current .indicator {
  background-color: #fff;
  /*
      TODO: when we can animate the filmstrip change flash in css...
      &.model-change-flash {
      animation-duration: 500ms;
      animation-name: model-change-animation;
      }*/
  /* @keyframes model-change-animation {
      from {background-color: orange;}
      to {background-color: white;}
      }*/
}

#presentation .save-transformation > .btn + .btn {
  border-left: 1px solid #333333;
}

#presentation .presentation-sharing-tools .btn {
  color: #666;
}

#presentation .default-controls .delete-section {
  color: #fff;
}

#presentation .default-controls .delete-section .fa {
  padding-right: 5px;
}

#presentation .component-value-output .value-label {
  color: #777;
  font-size: 1.25em;
}

#presentation .component-value-output .pos {
  color: #5dae67;
  font-size: 1.25em;
}

#presentation .component-value-output .neg {
  color: #A42D2D;
  font-size: 1.25em;
}

#presentation .component-value-output .comparisonDropDown {
  height: 20px;
  overflow: hidden;
  display: inline-block;
}

#presentation .component-value-output .comparisonDropDownElement {
  height: 20px;
  text-align: right;
}

#presentation .component-value-output .comparisonDropDownElementCenter {
  display: inline-block;
  text-align: right;
}

#presentation .component-value-output .comparisonDropDownBlank {
  width: 12px;
  display: inline-block;
}

#presentation .chartWrapperTitle {
  color: #777;
  font-size: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;
  /* fallback */
  max-height: 32px;
  /* fallback */
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

#presentation .toggle-dropdown-component .chartWrapperTitle {
  line-height: 16px;
  /* fallback */
  max-height: 80px;
  height: 80px;
  /* fallback */
  -webkit-line-clamp: 5;
  /* number of lines to show */
}

#presentation .component-edit {
  color: #999;
}

#presentation .cwButtonBar {
  background: #D7EAFF;
}

#presentation .edit-mode .text-block {
  border: 1px dashed #ccc;
}

#presentation .edit-mode .text-block:hover {
  border-color: #a6a6a6;
}

#presentation .edit-mode .section-heading-container:hover {
  border: 1px dashed #ccc;
  cursor: move;
}

#presentation .edit-mode .section-container .component {
  border: 1px dashed #ccc;
  background-color: white;
  padding: 1px;
}

#presentation .edit-mode .section-container .component:hover {
  border-color: #a6a6a6;
}

#presentation .modal-label {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}

#presentation .stuck {
  position: fixed;
  z-index: 2;
}

#presentation .presentation-section.stuck {
  background: #ffffee;
}

#presentation .sticky_header {
  background: white;
}

#presentation .presentation-title {
  width: 100%;
}

#presentation .presentation-title #header-title-dropdown {
  padding-left: 0;
}

#presentation .presentation-title .presentation-title-text {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

#presentation .presentation-title .presentation-title-text .ql-editor {
  padding-left: 0;
  font-size: 24px;
}

#presentation .section-title-text {
  width: 100%;
}

#presentation .section-title-text .ql-editor {
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

#presentation .section-subtitle-text {
  width: 100%;
}

#presentation .section-subtitle-text .ql-editor {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

#presentation .edit-mode .tool-drawer-scenarios-header {
  height: 80px;
}

#presentation .ql-editor .tablesorter thead th {
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  background-repeat: no-repeat;
  background-position: center right;
  padding: 4px 18px 4px 4px;
  white-space: normal;
  cursor: pointer;
}

#presentation .ql-editor .tablesorter thead .tablesorter-headerAsc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

#presentation .ql-editor .tablesorter thead .tablesorter-headerDesc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

#presentation .edit-mode .presentation-title {
  border: 1px solid transparent;
}

#presentation .edit-mode .presentation-title:hover {
  border: 1px solid lightblue;
}

#presentation .edit-mode .presentation-title.presentation-title-editing:hover {
  border: 1px solid transparent;
}

#presentation .edit-mode .presentation-title .presentation-title-text .ql-editor {
  padding: 2px;
}

#presentation .edit-mode .section-heading-container:hover {
  border: 1px dashed #ccc;
  cursor: move;
}

#presentation .edit-mode .section-container .component {
  border: 1px dashed #ccc;
  background-color: white;
  padding: 1px;
}

#presentation .edit-mode .section-container .component:hover {
  border-color: #a6a6a6;
}

#presentation .drawer-info-icon {
  padding: 0 0.5em;
}

#presentation .video-modal .modal-title {
  text-transform: capitalize;
}

@media (min-width: 992px) {
  #presentation .video-modal .modal-dialog {
    width: 900px;
  }
}

#presentation .preview-dashboard-btn {
  padding: 0.5em;
  margin-right: 0.5em;
}

#presentation .text-block-buttons {
  text-align: right;
}

#presentation .text-block-buttons .btn:hover {
  color: #aaa;
}

#presentation .text-block-buttons .btn {
  border: 1px solid;
  color: black;
  width: 25px;
  height: 25px;
  padding: 2px 5px;
}

.add-charts-popover {
  background-color: #FFFFEE;
}

.add-charts-popover.popover > .arrow:after {
  border-right-color: #FFFFEE;
}

.tooltip-inner {
  max-width: 600px;
}

.invite-email {
  border: 1px solid black;
  border-radius: 5px;
  padding: 8px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.invite-email-field {
  border: 0px;
  display: inline;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 5px;
  width: 100%;
}

.ql-editor {
  font-size: 15px;
}

.ql-editor .ql-size-large {
  font-size: 18.75px;
}

.ql-editor .ql-size-huge {
  font-size: 22.5px;
}

.period-control-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.period-control-menu li:hover {
  cursor: pointer;
  background: #f8f8f8;
}

@media (min-width: 768px) {
  .submit-to-consensus-modal .modal-dialog {
    width: 450px;
  }
}

.dashboard-tags input {
  margin-bottom: 1em;
}

.dashboard-tags .dashboard-tags-list {
  min-height: 100px;
  margin-top: 0.5em;
}

.dashboard-tags .dashboard-tags-list .alert {
  padding: 5px 35px 5px 15px;
}

@media (max-width: 767px) {
  .responsive-debug .presentation-stage, .responsive-debug .page-content {
    border-top: 5px solid red;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .responsive-debug .presentation-stage, .responsive-debug .page-content {
    border-top: 5px solid orange;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-debug .presentation-stage, .responsive-debug .page-content {
    border-top: 5px solid yellow;
  }
}

@media (min-width: 1200px) {
  .responsive-debug .presentation-stage, .responsive-debug .page-content {
    border-top: 5px solid green;
  }
}

/** not sure where else to put all these **/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -ms-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    -ms-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -ms-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -ms-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    -ms-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -ms-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -ms-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -ms-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@-webkit-keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}

@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
}

@keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
}

@-webkit-keyframes flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}

@keyframes flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}

@-webkit-keyframes flipOutY {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}

@keyframes flipOutY {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}

@-webkit-keyframes lightSpeedIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
}

@keyframes lightSpeedIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
}

@-webkit-keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@-webkit-keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@-webkit-keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  20%, 60% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  40% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  80% {
    opacity: 1;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
  }
}

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  20%, 60% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  40% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  80% {
    opacity: 1;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
  }
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}

@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}

@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}

@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}

@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}

@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}

@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}

@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

#presentation .edit-mode .widget-container.transition-enter-active, #presentation .edit-mode .widget-container.transition-exit-active {
  overflow: hidden;
}

#presentation .edit-mode .widget-container.transition-enter-active > .component {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#presentation .edit-mode .widget-container.transition-enter-done > .component {
  border: 1px dashed #ccc;
  -webkit-animation: colorchange 1.5s;
  animation: colorchange 1.5s;
}

#presentation .edit-mode .widget-container.transition-exit-active > .component {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-color: red !important;
  outline: 1px dashed darkred;
}

#presentation .edit-mode .widget-container.transition-exit-active {
  width: 0;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

@-webkit-keyframes colorchange {
  0% {
    border: 1px dashed #ccc;
  }
  25% {
    border: 1px solid green;
  }
  100% {
    border: 1px dashed #ccc;
  }
}

@keyframes colorchange {
  0% {
    border: 1px dashed #ccc;
  }
  25% {
    border: 1px solid green;
  }
  100% {
    border: 1px dashed #ccc;
  }
}

.tool-drawers {
  width: 100%;
}

.tool-drawers .tool-drawer {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 991px) {
  .tool-drawers .tool-drawer {
    height: 64vh;
  }
}

@media (min-width: 992px) {
  .tool-drawers .tool-drawer {
    height: 86vh;
  }
}

.tool-drawers .tool-drawer > div {
  top: 0;
  position: absolute;
  width: 100%;
}

.tool-drawers .tool-drawer > .transition-enter {
  opacity: 1;
  overflow: hidden;
  height: auto;
  -webkit-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
  opacity: 1;
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-transform .2s;
  -o-transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s, -webkit-transform .2s;
}

.tool-drawers .tool-drawer > .transition-enter-active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.tool-drawers .tool-drawer > .transition-exit {
  opacity: 1;
  overflow: hidden;
  height: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity .2s, padding .2s .2s, margin .2s .2s, -webkit-transform .2s;
  transition: opacity .2s, padding .2s .2s, margin .2s .2s, -webkit-transform .2s;
  -o-transition: transform .2s, opacity .2s, padding .2s .2s, margin .2s .2s;
  transition: transform .2s, opacity .2s, padding .2s .2s, margin .2s .2s;
  transition: transform .2s, opacity .2s, padding .2s .2s, margin .2s .2s, -webkit-transform .2s;
}

.tool-drawers .tool-drawer > .transition-exit-active {
  padding: 0;
  margin: 0;
  -webkit-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  transform: translate(100px, 0);
  opacity: 0;
}

.tool-drawers .tool-drawer .tool-drawer-scenario.transition-exit {
  max-height: 500px;
  height: auto;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tool-drawers .tool-drawer .tool-drawer-scenario.transition-exit-active {
  max-height: 0;
  -webkit-transition: max-height 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: max-height 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: max-height 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.scenario-icon .active-indicator-line {
  width: 0%;
  -webkit-transition: width 0.5s, -webkit-transform 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: width 0.5s, -webkit-transform 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: width 0.5s, transform 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: width 0.5s, transform 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: width 0.5s, transform 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.scenario-icon.is-active .active-indicator-line {
  width: 100%;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.presentation-page, .articles-layout {
  /*.presentation-page {
  $skinTopPadding: 20px;*/
  text-align: left;
}

.presentation-page h1, .presentation-page h2, .presentation-page h3, .presentation-page h4, .presentation-page .h1, .presentation-page .h2, .presentation-page .h3, .presentation-page .h4, .presentation-page p, .presentation-page ul, .articles-layout h1, .articles-layout h2, .articles-layout h3, .articles-layout h4, .articles-layout .h1, .articles-layout .h2, .articles-layout .h3, .articles-layout .h4, .articles-layout p, .articles-layout ul {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.presentation-page .selected, .articles-layout .selected {
  font-weight: bold;
}

.presentation-page .page-nav, .articles-layout .page-nav {
  position: fixed;
  height: 100%;
  background-color: whitesmoke;
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (min-width: 992px) {
  .presentation-page .page-nav, .articles-layout .page-nav {
    width: 15%;
  }
}

@media (max-width: 991px) {
  .presentation-page .page-nav, .articles-layout .page-nav {
    z-index: 3;
    background-color: white;
    width: 100%;
    height: auto;
    padding: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .presentation-page .page-nav, .articles-layout .page-nav {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.presentation-page .page-nav .page-filters, .articles-layout .page-nav .page-filters {
  line-height: 2em;
  margin-bottom: 1em;
  padding: 10px;
  width: 100%;
  text-align: left;
}

.presentation-page .page-nav .page-filters .h3:first-child, .articles-layout .page-nav .page-filters .h3:first-child {
  margin-top: 0;
}

.presentation-page .page-nav .page-filters a, .articles-layout .page-nav .page-filters a {
  color: #999;
}

.presentation-page .page-nav .page-filters .selected a, .articles-layout .page-nav .page-filters .selected a {
  color: #111;
}

.presentation-page .page-nav.collapsed, .articles-layout .page-nav.collapsed {
  width: 60px;
  padding: 5px;
}

.presentation-page .page-nav.collapsed .link-label, .articles-layout .page-nav.collapsed .link-label {
  display: none;
}

.presentation-page .page-nav.collapsed .page-nav-link, .articles-layout .page-nav.collapsed .page-nav-link {
  font-size: 22px;
}

.presentation-page .page-content, .articles-layout .page-content {
  font-size: 14px;
}

.presentation-page .page-content h1, .presentation-page .page-content h2, .presentation-page .page-content h3, .articles-layout .page-content h1, .articles-layout .page-content h2, .articles-layout .page-content h3 {
  margin-top: 0;
}

@media (max-width: 991px) {
  .presentation-page .page-content .panel-heading, .presentation-page .page-content .panel-body, .presentation-page .page-content .panel-footer, .articles-layout .page-content .panel-heading, .articles-layout .page-content .panel-body, .articles-layout .page-content .panel-footer {
    padding: 0;
  }
}

.presentation-page .page-content .panel-heading, .articles-layout .page-content .panel-heading {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.presentation-page .page-content .page-content-search, .articles-layout .page-content .page-content-search {
  width: 33%;
}

@media (max-width: 991px) {
  .presentation-page .page-content .page-content-search, .articles-layout .page-content .page-content-search {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .presentation-page .page-content, .articles-layout .page-content {
    width: 90%;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    background: #ffffff;
    min-height: 88vh;
  }
}

.presentation-page.data-works-page, .articles-layout.data-works-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (min-width: 992px) {
  .presentation-page.data-works-page, .articles-layout.data-works-page {
    background: #f5f5f5;
  }
}

@media (max-width: 991px) {
  .presentation-page.data-works-page, .articles-layout.data-works-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .presentation-page.data-works-page.topic-page .page-nav, .articles-layout.data-works-page.topic-page .page-nav {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

@media (max-width: 991px) {
  .presentation-page.data-works-page.topic-page .data-nav, .articles-layout.data-works-page.topic-page .data-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.presentation-page.data-works-page .page-nav.collapsed, .articles-layout.data-works-page .page-nav.collapsed {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  text-align: center;
  font-size: 22px;
  padding-top: 30px;
  width: 90px;
}

@media (max-width: 991px) {
  .presentation-page.data-works-page .page-nav.collapsed, .articles-layout.data-works-page .page-nav.collapsed {
    width: 100%;
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .presentation-page.data-works-page .page-nav.collapsed + .page-content, .articles-layout.data-works-page .page-nav.collapsed + .page-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    width: calc(100% - 90px);
    margin-left: 90px;
  }
}

@media (max-width: 991px) {
  .presentation-page.data-works-page .page-nav.collapsed + .page-content, .articles-layout.data-works-page .page-nav.collapsed + .page-content {
    margin-left: 0;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 992px) {
  .presentation-page.data-works-page .page-content, .articles-layout.data-works-page .page-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .presentation-page.data-works-page .page-content, .articles-layout.data-works-page .page-content {
    padding: 20px 0px;
    width: 100%;
  }
  .presentation-page.data-works-page .page-content .data-viewer-header, .articles-layout.data-works-page .page-content .data-viewer-header {
    padding: 0px 10px;
  }
  .presentation-page.data-works-page .page-content .data-viewer-tools, .articles-layout.data-works-page .page-content .data-viewer-tools {
    padding: 0px 10px;
  }
}

.full-screen .presentation-page, .full-screen .articles-layout {
  -webkit-box-flex: 1;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100vh;
}

.full-screen .presentation-page .page-content, .full-screen .articles-layout .page-content {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: auto;
  padding: 20px;
  padding-top: 30px;
}

.flex-panels-layout {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-panels-layout .flex-panel-top {
  width: 100%;
}

.flex-panels-layout .flex-panel-body {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-panels-layout .panel-left {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: 25%;
  overflow: auto;
}

.flex-panels-layout .panel-right {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  overflow: auto;
  width: 75%;
}

.page-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
}

.collapsed .page-nav-list {
  font-size: 18px;
}

.page-nav-list > li.page-nav-link-empty a {
  color: #9b9b9b;
}

.page-nav-list .archivedAnalyses {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .page-nav-list {
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    padding-bottom: 5px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .page-nav-list > li.page-nav-link {
    padding-right: 10px;
  }
  .page-nav-list > li:last-child {
    margin-top: 0;
  }
  .page-nav-list > li {
    text-align: left;
    padding: 5px;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .page-nav-list .archivedAnalyses {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.page-nav-header {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 90%;
  border-bottom: 1px solid #CCCCCC;
}

.articles-layout {
  margin-bottom: 20px;
}

.my-dashboards-presentation-page .page-nav .dropdown-menu {
  width: 100%;
  padding: 5px;
}

.my-dashboards-presentation-page .my-dashboards-create {
  border-radius: 40px;
  padding: 10px;
}

.my-dashboards-presentation-page .my-dashboards-table .dashboards-last-updated {
  text-align: right;
}

.my-dashboards-presentation-page .my-dashboards-table .dashboards-last-updated > div {
  text-align: left;
  display: inline-block;
  width: 200px;
}

.my-dashboards-presentation-page .my-dashboards-table .dashboards-actions-menu {
  width: 100px;
}

.my-dashboards-presentation-page .my-dashboards-table .flex-th:nth-of-type(1), .my-dashboards-presentation-page .my-dashboards-table .flex-td:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 40%;
  text-align: left;
  word-break: break-all;
}

.my-dashboards-presentation-page .my-dashboards-table .flex-th:nth-of-type(2), .my-dashboards-presentation-page .my-dashboards-table .flex-td:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 10%;
}

.my-dashboards-presentation-page .my-dashboards-table .flex-th:nth-of-type(5), .my-dashboards-presentation-page .my-dashboards-table .flex-td:nth-of-type(5) {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100px;
}

.my-dashboards-presentation-page .actions-menu {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}

.my-dashboards-presentation-page .actions-menu .popover {
  position: relative;
  display: block;
}

.my-dashboards-presentation-page .actions-menu .popover.bottom > .arrow {
  left: auto;
  right: 10px;
}

@media (max-width: 767px) {
  #my-dashboards .panel-heading h2, .presentation-page .panel-heading h2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #my-dashboards .panel-body, .presentation-page .panel-body {
    padding: 0;
  }
  #my-dashboards .my-dashboards-table .flex-th, .presentation-page .my-dashboards-table .flex-th {
    display: none;
  }
  #my-dashboards .my-dashboards-table .flex-th:nth-of-type(1), #my-dashboards .my-dashboards-table .flex-td:nth-of-type(1), .presentation-page .my-dashboards-table .flex-th:nth-of-type(1), .presentation-page .my-dashboards-table .flex-td:nth-of-type(1) {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80%;
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #my-dashboards .my-dashboards-table .flex-td:nth-of-type(2), .presentation-page .my-dashboards-table .flex-td:nth-of-type(2) {
    display: none;
  }
  #my-dashboards .my-dashboards-table .flex-td:nth-of-type(3), .presentation-page .my-dashboards-table .flex-td:nth-of-type(3) {
    display: none;
  }
  #my-dashboards .my-dashboards-table .flex-td:nth-of-type(4), .presentation-page .my-dashboards-table .flex-td:nth-of-type(4) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    font-size: 90%;
    color: #999;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  #my-dashboards .my-dashboards-table .flex-td:nth-of-type(5), .presentation-page .my-dashboards-table .flex-td:nth-of-type(5) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    font-size: 90%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #my-dashboards .my-dashboards-table .dashboards-actions-menu .dropdown-toggle .btn, .presentation-page .my-dashboards-table .dashboards-actions-menu .dropdown-toggle .btn {
    font-size: 11px;
    padding: 2px;
  }
}

.article-list .article-title {
  margin-top: 0;
}

.related-articles {
  background-color: #333;
  padding: 40px;
  color: white;
}

@media (max-width: 991px) {
  .related-articles {
    padding: 20px 10px;
  }
}

.related-articles .relevant-articles-carousel {
  text-align: left;
  color: white;
}

.related-articles .relevant-articles-carousel .relevant-article-card {
  padding-right: 10px;
  font-size: 14px !important;
}

.related-articles .relevant-articles-carousel p {
  margin-bottom: 0;
}

.related-articles .relevant-articles-carousel .carousel-navigation:hover {
  background-color: transparent;
  color: lightgrey;
}

.related-articles .relevant-articles-carousel h3 {
  color: lightgrey;
  font-family: 'Open Sans', Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
}

.related-articles .relevant-articles-carousel a, .related-articles .relevant-articles-carousel a:visited, .related-articles .relevant-articles-carousel a:link, .related-articles .relevant-articles-carousel a:active {
  color: white;
  text-decoration: none;
}

.related-articles .relevant-articles-carousel a:hover {
  color: lightgrey;
}

.article-sidebar {
  padding-left: 40px;
}

.article-sidebar a, .article-sidebar a:visited, .article-sidebar a:active, .article-sidebar a:link {
  color: black;
}

.article-sidebar .hint {
  color: #666;
}

@media (min-width: 992px) {
  .article-sidebar {
    position: sticky;
    top: 90px;
  }
}

@media (max-width: 991px) {
  .article-sidebar {
    padding: 30px 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f2f2f2;
  }
}

.sidebar-cta-visualize {
  padding: 20px;
  background-color: aliceblue;
  border: 1px solid #2684ff;
}

.sidebar-cta-visualize a:link, .sidebar-cta-visualize a:active, .sidebar-cta-visualize a:visited {
  color: #0370D2;
}

.article-card {
  margin-right: -5px;
  margin-left: -5px;
}

.article-card a, .article-card a:visited, .article-card a:active {
  color: black;
}

.article-card p {
  color: #333;
}

.article-card .article-meta-data {
  color: #999;
  font-size: 90%;
}

.article-card:before, .article-card:after {
  display: table;
  content: " ";
}

.article-card:after {
  clear: both;
}

.article-card .article-card-thumbnail {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.article-card .article-card-thumbnail img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .article-card .article-card-thumbnail {
    float: left;
    width: 25%;
  }
}

@media (min-width: 768px) {
  .article-card .article-card-thumbnail {
    float: left;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .article-card .article-card-thumbnail {
    float: left;
    width: 25%;
  }
}

.article-card .article-card-body {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

@media (min-width: 1200px) {
  .article-card .article-card-body {
    float: left;
    width: 75%;
  }
}

@media (min-width: 768px) {
  .article-card .article-card-body {
    float: left;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .article-card .article-card-body {
    float: left;
    width: 75%;
  }
}

.market-bar-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.market-bar-article .company-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post .article-relevant {
  margin-bottom: 40px;
}

.post p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}

.prices-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.prices-bar-block {
  font-size: 26px;
  font-weight: bold;
  padding: 20px;
}

.prices-upside-symbol {
  font-size: 16px;
  font-weight: normal;
}

.prices-bar-caption {
  font-size: 12px;
  color: #666;
}

.price-bar-positive {
  color: #1faa1f;
}

.price-bar-negative {
  color: #f00;
}

.article-content {
  padding-right: 40px;
}

@media (max-width: 991px) {
  .article-content {
    padding: 10px;
  }
}

body, html {
  overflow-y: visible;
}

.presentation {
  height: auto;
  overflow: visible;
}

.statistic-box {
  border: 0;
  border-radius: .1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
  box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
  opacity: .8;
}

.statistic-box .statistic {
  padding: 10px;
  border-left: 1px solid whitesmoke;
}

.statistic-box .statistic-title {
  text-transform: uppercase;
  font-size: 80%;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.statistic-box .statistic-fact {
  font-weight: bold;
  font-size: 120%;
}

.listNav,
.ln-letters {
  overflow: hidden;
}

.listNavHide {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.letterCountShow {
  display: block;
}

.ln-letters a {
  border: 1px solid silver;
  border-right: none;
  display: block;
  float: left;
  font-size: .9em;
  padding: 2px 6px;
  text-decoration: none;
}

.ln-letters .ln-last {
  border-right: 1px solid silver;
}

.ln-letters a:hover,
.ln-letters .ln-selected {
  background-color: #eaeaea;
}

.ln-letters .ln-disabled {
  color: #ccc;
}

.ln-letter-count {
  color: #336699;
  font-size: .8em;
  left: 0;
  line-height: 1.35;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

.xbrl-table {
  /**
  An attempt to explain what we have going on here.  The xbrl tables can be super long, multi
  column affairs.  We attempt to stick the first 2 columns.  For xbrl - we generally have 2 types
  display-columns and others.  This file has a .statements with a smaller min-width
  So here we are defining how columns 1 and 2 can stick first as just the first 2 columns
  then with overrides for the actions (which is small) and 1 display-column

  Can't say this is totally bullet-proof, but the main goal is that the first 2 columns stick
  - which requires some variables, so that the first column has a width, then the second column uses
  that for its left position (since it is a position:sticky which acts similarly to a position:absolute)

   */
}

.xbrl-table .data-viewer {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.xbrl-table .data-viewer-body {
  height: 100%;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  overflow: hidden;
  padding-bottom: 63px;
}

.xbrl-table .flex-table {
  overflow: auto;
  width: 100%;
  height: 74vh;
  font-size: 12px;
}

.xbrl-table .flex-table .flex-tr {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-width: 100%;
}

.xbrl-table .flex-table .flex-th, .xbrl-table .flex-table .flex-td {
  padding: 2px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-width: 110px;
  max-width: 200px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.xbrl-table .flex-table .flex-th p, .xbrl-table .flex-table .flex-td p {
  margin-bottom: 5px;
}

.xbrl-table .flex-tr .flex-td.data-column {
  min-width: 75px;
}

.xbrl-table .flex-tbody .flex-td.display-cell,
.xbrl-table .flex-thead .flex-td.display-cell {
  min-width: 200px;
}

.xbrl-table .flex-tbody .flex-td.statement,
.xbrl-table .flex-thead .flex-td.statement {
  min-width: 100px;
}

.xbrl-table .flex-tbody .flex-td:nth-child(1),
.xbrl-table .flex-thead .flex-td:nth-child(1) {
  position: sticky;
  z-index: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  left: 0;
  width: 300px;
  max-width: 300px;
}

.xbrl-table .flex-tbody .flex-td:nth-child(2),
.xbrl-table .flex-thead .flex-td:nth-child(2) {
  position: sticky;
  z-index: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 300px;
  max-width: 300px;
  left: 300px;
}

.xbrl-table .flex-tbody .flex-td.actions-cell,
.xbrl-table .flex-thead .flex-td.actions-cell {
  width: 50px;
  max-width: 50px;
  min-width: 50px;
  position: sticky;
  z-index: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  left: 0;
  border-left: 2px solid transparent;
}

.xbrl-table .flex-tbody .flex-td.actions-cell .icon,
.xbrl-table .flex-thead .flex-td.actions-cell .icon {
  margin-right: 5px;
}

.xbrl-table .flex-tbody .flex-td.actions-cell .icon:first-child,
.xbrl-table .flex-thead .flex-td.actions-cell .icon:first-child {
  margin-left: 0;
}

.xbrl-table .selected {
  font-weight: normal;
}

.xbrl-table .disabled {
  opacity: .2;
}

.xbrl-table .flex-tbody .selected .flex-td:first-child {
  border-left: 2px solid blue;
}

.xbrl-table .flex-tbody .selected .flex-td,
.xbrl-table .flex-tbody .flex-tr.selected:nth-child(odd) .flex-td {
  background-color: aliceblue;
}

.xbrl-table .flex-tbody .flex-td.actions-cell + .flex-td,
.xbrl-table .flex-thead .flex-td.actions-cell + .flex-td {
  position: sticky;
  z-index: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 300px;
  max-width: 300px;
  left: 50px;
}

.xbrl-table .flex-thead {
  z-index: 10;
  background-color: white;
  border-bottom: none;
}

.xbrl-table .flex-thead > .flex-tr {
  border-bottom: 1px solid #ccc;
}

.xbrl-table .flex-tbody {
  height: 100%;
}

.xbrl-concept-formulas.data-viewer .flex-tbody .flex-td.context-weight,
.xbrl-concept-formulas.data-viewer .flex-thead .flex-td.context-weight {
  left: 0 !important;
}

.manualFact {
  background-color: rgba(204, 204, 153, 0.25);
}

.xbrlFilterModal .modal-dialog {
  width: 80%;
}

.xbrlFilterModal .form-group {
  margin-bottom: 5px;
}

.slideout-panel .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.slideout-panel .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: sticky;
  top: 0;
}

.slideout-panel .modal-body {
  overflow: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.slideout-panel .modal-footer {
  position: sticky;
  bottom: 0;
}

/*
 * JSON Tree Viewer
 * http://github.com/summerstyle/jsonTreeViewer
 *
 * Copyright 2017 Vera Lobacheva (http://iamvera.com)
 * Released under the MIT license (LICENSE.txt)
 */
/* Background for the tree. May use for <body> element */
.jsontree_bg {
  background: #FFF;
}

/* Styles for the container of the tree (e.g. fonts, margins etc.) */
.jsontree_tree {
  margin-left: 30px;
  font-family: 'PT Mono', monospace;
  font-size: 14px;
}

/* Styles for a list of child nodes */
.jsontree_child-nodes {
  display: none;
  margin-left: 35px;
  margin-bottom: 5px;
  line-height: 2;
}

.jsontree_node_expanded > .jsontree_value-wrapper > .jsontree_value > .jsontree_child-nodes {
  display: block;
}

/* Styles for labels */
.jsontree_label-wrapper {
  float: left;
  margin-right: 8px;
}

.jsontree_label {
  font-weight: normal;
  vertical-align: top;
  color: #000;
  position: relative;
  padding: 1px;
  border-radius: 4px;
  cursor: default;
}

.jsontree_node_marked > .jsontree_label-wrapper > .jsontree_label {
  background: #fff2aa;
}

/* Styles for values */
.jsontree_value-wrapper {
  display: block;
  overflow: hidden;
}

.jsontree_node_complex > .jsontree_value-wrapper {
  overflow: inherit;
}

.jsontree_value {
  vertical-align: top;
  display: inline;
}

.jsontree_value_null {
  color: #777;
  font-weight: bold;
}

.jsontree_value_string {
  color: #025900;
  font-weight: bold;
}

.jsontree_value_number {
  color: #000E59;
  font-weight: bold;
}

.jsontree_value_boolean {
  color: #600100;
  font-weight: bold;
}

/* Styles for active elements */
.jsontree_expand-button {
  position: absolute;
  top: 3px;
  left: -15px;
  display: block;
  width: 11px;
  height: 11px;
  background-image: url("icons.svg");
}

.jsontree_node_expanded > .jsontree_label-wrapper > .jsontree_label > .jsontree_expand-button {
  background-position: 0 -11px;
}

.jsontree_show-more {
  cursor: pointer;
}

.jsontree_node_expanded > .jsontree_value-wrapper > .jsontree_value > .jsontree_show-more {
  display: none;
}

.jsontree_node_empty > .jsontree_label-wrapper > .jsontree_label > .jsontree_expand-button,
.jsontree_node_empty > .jsontree_value-wrapper > .jsontree_value > .jsontree_show-more {
  display: none !important;
}

.jsontree_node_complex > .jsontree_label-wrapper > .jsontree_label {
  cursor: pointer;
}

.jsontree_node_empty > .jsontree_label-wrapper > .jsontree_label {
  cursor: default !important;
}

.filter-panel.modal-dialog {
  margin: 0 auto;
  top: 10%;
}

.filter-panel .modal-content {
  height: 80%;
}

.filter-panel .show-hide-block {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.filter-panel .show-hide-block:first-child {
  border-top: 1px solid #ccc;
}

.filter-panel .show-hide-block-title {
  font-size: 18px;
}

